01KV4MYBK8448MZ8W5V1EB9MY2: test-rdb

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

Buildomat Job: 01KV4MYTRASQ9SZP2HZHG8DJRP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-15T03:25:52.862Zjob assigned to worker 01KV4MZAB8V4PGP6T8CXGGHM0T [factory aws, i-0ee7b2f81c3c77884] (queued for 1 m 7 s)
 
22026-06-15T03:25:59.903Zstarting task 0: "setup"
32026-06-15T03:25:59.907Z++ uname -s
42026-06-15T03:25:59.910Z+ kern=SunOS
52026-06-15T03:25:59.910Z+ build_user=build
62026-06-15T03:25:59.910Z+ build_uid=12345
72026-06-15T03:25:59.910Z+ work_dir=/work
82026-06-15T03:25:59.910Z+ input_dir=/input
92026-06-15T03:25:59.910Z+ [[ 0 == 12345 ]]
102026-06-15T03:25:59.910Z+ case "$kern" in
112026-06-15T03:25:59.910Z+ groupadd -g 12345 build
122026-06-15T03:25:59.913Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-15T03:26:01.918Z+ zfs create -o mountpoint=/work rpool/work
142026-06-15T03:26:01.992Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-15T03:26:01.995Z+ home_fs=zfs
162026-06-15T03:26:01.995Z+ [[ zfs == autofs ]]
172026-06-15T03:26:01.995Z+ mkdir -p /home/build
182026-06-15T03:26:01.995Z+ chown build:build /home/build /work
192026-06-15T03:26:03.996Z+ chmod 0700 /home/build /work
202026-06-15T03:26:03.999Zprocess exited: duration 4098 ms, exit code 0
 
212026-06-15T03:26:04.005Zstarting task 1: "rust-toolchain"
222026-06-15T03:26:04.010Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-15T03:26:04.010Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-15T03:26:04.010Z * rust toolchain channel = "stable"
252026-06-15T03:26:04.010Z * rust toolchain profile = "default"
262026-06-15T03:26:04.010Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-15T03:26:04.010Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-15T03:26:04.013Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-15T03:26:04.014Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-15T03:26:04.135Zinfo: downloading installer
312026-06-15T03:26:05.764Zwarn: It looks like you have an existing installation of Rust at:
322026-06-15T03:26:05.764Zwarn: /opt/ooce/bin
332026-06-15T03:26:05.764Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-15T03:26:05.764Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-15T03:26:05.764Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-15T03:26:05.764Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-15T03:26:05.764Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-15T03:26:05.764Zerror: cannot install while Rust is installed
392026-06-15T03:26:05.764Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-15T03:26:05.764Zwarn: It looks like you have an existing rustup settings file at:
412026-06-15T03:26:05.764Zwarn: /home/build/.rustup/settings.toml
422026-06-15T03:26:05.764Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-15T03:26:05.764Zwarn: instead of the one inferred from the default host triple.
442026-06-15T03:26:05.777Zinfo: profile set to default
452026-06-15T03:26:05.777Zinfo: default host triple is x86_64-unknown-illumos
462026-06-15T03:26:05.780Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-15T03:26:05.930Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-15T03:26:05.930Zinfo: downloading 6 components
492026-06-15T03:26:22.575Z
502026-06-15T03:26:22.576Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-06-15T03:26:22.604Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-15T03:26:22.604Z
532026-06-15T03:26:22.604Z
542026-06-15T03:26:22.604ZRust is installed now. Great!
552026-06-15T03:26:22.604Z
562026-06-15T03:26:22.604ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-15T03:26:22.604Zenvironment variable. This has not been done automatically.
582026-06-15T03:26:22.604Z
592026-06-15T03:26:22.604ZTo configure your current shell, you need to source
602026-06-15T03:26:22.604Zthe corresponding env file under $HOME/.cargo.
612026-06-15T03:26:22.604Z
622026-06-15T03:26:22.607ZThis is usually done by running one of the following (note the leading DOT):
632026-06-15T03:26:22.607Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-15T03:26:22.607Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-15T03:26:22.607Zsource "~/.cargo/env.nu" # For nushell
662026-06-15T03:26:22.607Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-15T03:26:22.607Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-15T03:26:22.607Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-15T03:26:22.607Zwarn: no default linker (`cc`) was found in your PATH
702026-06-15T03:26:22.607Zwarn: many Rust crates require a system C toolchain to build
712026-06-15T03:26:22.710Z+ rustup --version
722026-06-15T03:26:22.718Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-15T03:26:22.721Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-15T03:26:22.739Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-15T03:26:22.742Z+ cargo --version
762026-06-15T03:26:22.756Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-15T03:26:22.758Z+ rustc --version
782026-06-15T03:26:22.777Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-15T03:26:22.780Zprocess exited: duration 18773 ms, exit code 0
 
802026-06-15T03:26:22.785Zstarting task 2: "authentication"
812026-06-15T03:26:22.802Zprocess exited: duration 15 ms, exit code 0
 
822026-06-15T03:26:22.809Zstarting task 3: "clone repository"
832026-06-15T03:26:22.812Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-15T03:26:22.815Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-15T03:26:22.845ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-15T03:26:24.290Z+ cd /work/oxidecomputer/maghemite
872026-06-15T03:26:24.290Z+ git fetch origin 4cc569836dc1c5d13a5f2396de310220eafee2fe
882026-06-15T03:26:24.658ZFrom https://github.com/oxidecomputer/maghemite
892026-06-15T03:26:24.658Z * branch 4cc569836dc1c5d13a5f2396de310220eafee2fe -> FETCH_HEAD
902026-06-15T03:26:24.665Z+ [[ -n zl/ddm-mcast ]]
912026-06-15T03:26:24.668Z++ git branch --show-current
922026-06-15T03:26:24.668Z+ current=main
932026-06-15T03:26:24.668Z+ [[ main != zl/ddm-mcast ]]
942026-06-15T03:26:24.668Z+ git branch -f zl/ddm-mcast 4cc569836dc1c5d13a5f2396de310220eafee2fe
952026-06-15T03:26:24.671Z+ git checkout -f zl/ddm-mcast
962026-06-15T03:26:24.691ZSwitched to branch 'zl/ddm-mcast'
972026-06-15T03:26:24.693Z+ git reset --hard 4cc569836dc1c5d13a5f2396de310220eafee2fe
982026-06-15T03:26:24.710ZHEAD is now at 4cc5698 [merge] Merge upstream: includes MRIB/v12 update
992026-06-15T03:26:24.713Zprocess exited: duration 1901 ms, exit code 0
 
1002026-06-15T03:26:24.718Zstarting task 4: "build"
1012026-06-15T03:26:24.722Z+ set -e
1022026-06-15T03:26:24.725Z+ source .github/buildomat/test-common.sh
1032026-06-15T03:26:24.725Z++ NEXTEST_VERSION=0.9.97
1042026-06-15T03:26:24.725Z++ PLATFORM=illumos
1052026-06-15T03:26:24.725Z++ banner install
1062026-06-15T03:26:24.725Z
1072026-06-15T03:26:24.725Z # # # #### ##### ## # #
1082026-06-15T03:26:24.725Z # ## # # # # # # #
1092026-06-15T03:26:24.725Z # # # # #### # # # # #
1102026-06-15T03:26:24.725Z # # # # # # ###### # #
1112026-06-15T03:26:24.725Z # # ## # # # # # # #
1122026-06-15T03:26:24.725Z # # # #### # # # ###### ######
1132026-06-15T03:26:24.725Z
1142026-06-15T03:26:24.725Z++ set +o errexit
1152026-06-15T03:26:24.728Z++ pkg info clang-15
1162026-06-15T03:26:24.728Z++ grep -qi installed
1172026-06-15T03:26:25.932Zpkg: info: no packages matching the following patterns you specified are
1182026-06-15T03:26:25.932Zinstalled on the system. Try querying remotely instead:
1192026-06-15T03:26:25.932Z
1202026-06-15T03:26:25.932Z clang-15
1212026-06-15T03:26:25.969Z++ [[ 1 != 0 ]]
1222026-06-15T03:26:25.969Z++ set -o errexit
1232026-06-15T03:26:25.972Z++ pfexec pkg install clang-15
1242026-06-15T03:26:33.540Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-15T03:26:41.202Z Startup: Caching catalogs ... Done
1262026-06-15T03:26:48.398ZPlanning: Solver setup ... Done
1272026-06-15T03:26:48.437ZPlanning: Running solver ... Done
1282026-06-15T03:26:48.578ZPlanning: Finding local manifests ... Done
1292026-06-15T03:26:49.813ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-15T03:26:49.901ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-15T03:26:49.930ZPlanning: Package planning ... Done
1322026-06-15T03:26:49.956ZPlanning: Merging actions ... Done
1332026-06-15T03:26:50.066ZPlanning: Checking for conflicting actions ... Done
1342026-06-15T03:26:50.072ZPlanning: Consolidating action changes ... Done
1352026-06-15T03:26:50.802ZPlanning: Evaluating mediators ... Done
1362026-06-15T03:26:50.808ZPlanning: Planning completed in 9.44 seconds
1372026-06-15T03:26:50.821Z Packages to install: 2
1382026-06-15T03:26:50.821Z Mediators to change: 2
1392026-06-15T03:26:50.821Z Services to change: 1
1402026-06-15T03:26:50.821Z Create boot environment: No
1412026-06-15T03:26:50.821ZCreate backup boot environment: No
1422026-06-15T03:26:50.861Z
1432026-06-15T03:26:50.861ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-15T03:26:55.862ZDownload: 1352/3076 items 114.8/211.3MB 54% complete (23.3M/s)
1452026-06-15T03:27:00.422ZDownload: Completed 211.31 MB in 9.56 seconds (22.1M/s)
1462026-06-15T03:27:00.632Z Actions: 1/3418 actions (Installing new actions)
1472026-06-15T03:27:03.729Z Actions: Completed 3418 actions in 3.10 seconds.
1482026-06-15T03:27:04.370Z Done
1492026-06-15T03:27:04.370Z Done
1502026-06-15T03:27:05.104Z Done
1512026-06-15T03:27:08.471Z Done
1522026-06-15T03:27:08.540Z Done
1532026-06-15T03:27:08.544Z Done
1542026-06-15T03:27:08.853Z Done
1552026-06-15T03:27:09.521Z++ set -o errexit
1562026-06-15T03:27:09.521Z++ cargo --version
1572026-06-15T03:27:09.529Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1582026-06-15T03:27:09.727Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1592026-06-15T03:27:09.730Zinfo: downloading 6 components
1602026-06-15T03:27:27.848Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1612026-06-15T03:27:27.851Z++ rustc --version
1622026-06-15T03:27:27.881Zrustc 1.95.0 (59807616e 2026-04-14)
1632026-06-15T03:27:27.885Z++ cargo install cargo-nextest --version 0.9.97
1642026-06-15T03:27:27.927Z Updating crates.io index
1652026-06-15T03:27:28.039Z Downloading crates ...
1662026-06-15T03:27:28.092Z Downloaded cargo-nextest v0.9.97
1672026-06-15T03:27:28.159Z Installing cargo-nextest v0.9.97
1682026-06-15T03:27:28.203Z Updating crates.io index
1692026-06-15T03:27:31.135Z Locking 404 packages to latest compatible versions
1702026-06-15T03:27:31.140Z Adding dialoguer v0.11.0 (available: v0.12.0)
1712026-06-15T03:27:31.143Z Adding duct v0.13.7 (available: v1.1.1)
1722026-06-15T03:27:31.143Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1732026-06-15T03:27:31.143Z Adding generic-array v0.14.7 (available: v0.14.9)
1742026-06-15T03:27:31.145Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1752026-06-15T03:27:31.145Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1762026-06-15T03:27:31.145Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1772026-06-15T03:27:31.148Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1782026-06-15T03:27:31.151Z Adding quick-junit v0.5.2 (available: v0.6.0)
1792026-06-15T03:27:31.178Z Downloading crates ...
1802026-06-15T03:27:31.258Z Downloaded atomicwrites v0.4.4
1812026-06-15T03:27:31.262Z Downloaded foreign-types-shared v0.1.1
1822026-06-15T03:27:31.270Z Downloaded color-spantrace v0.3.0
1832026-06-15T03:27:31.274Z Downloaded camino-tempfile v1.4.1
1842026-06-15T03:27:31.277Z Downloaded anstyle v1.0.14
1852026-06-15T03:27:31.281Z Downloaded cargo_metadata v0.20.0
1862026-06-15T03:27:31.284Z Downloaded eyre v0.6.12
1872026-06-15T03:27:31.287Z Downloaded anstyle-query v1.1.5
1882026-06-15T03:27:31.290Z Downloaded clap_derive v4.6.1
1892026-06-15T03:27:31.292Z Downloaded is_ci v1.2.0
1902026-06-15T03:27:31.295Z Downloaded itoa v1.0.18
1912026-06-15T03:27:31.298Z Downloaded cfg-if v1.0.4
1922026-06-15T03:27:31.303Z Downloaded either v1.16.0
1932026-06-15T03:27:31.305Z Downloaded block-buffer v0.10.4
1942026-06-15T03:27:31.305Z Downloaded futures-task v0.3.32
1952026-06-15T03:27:31.308Z Downloaded futures-sink v0.3.32
1962026-06-15T03:27:31.308Z Downloaded hyper-rustls v0.27.9
1972026-06-15T03:27:31.313Z Downloaded futures-executor v0.3.32
1982026-06-15T03:27:31.313Z Downloaded form_urlencoded v1.2.2
1992026-06-15T03:27:31.315Z Downloaded futures v0.3.32
2002026-06-15T03:27:31.318Z Downloaded pin-project-internal v1.1.13
2012026-06-15T03:27:31.322Z Downloaded guppy-workspace-hack v0.1.0
2022026-06-15T03:27:31.322Z Downloaded base64ct v1.8.3
2032026-06-15T03:27:31.325Z Downloaded cpufeatures v0.2.17
2042026-06-15T03:27:31.325Z Downloaded http v1.4.2
2052026-06-15T03:27:31.328Z Downloaded errno v0.3.14
2062026-06-15T03:27:31.330Z Downloaded equivalent v1.0.2
2072026-06-15T03:27:31.330Z Downloaded cfg_aliases v0.2.1
2082026-06-15T03:27:31.330Z Downloaded itertools v0.14.0
2092026-06-15T03:27:31.335Z Downloaded foldhash v0.1.5
2102026-06-15T03:27:31.364Z Downloaded dialoguer v0.11.0
2112026-06-15T03:27:31.364Z Downloaded autocfg v1.5.1
2122026-06-15T03:27:31.364Z Downloaded const-oid v0.9.6
2132026-06-15T03:27:31.364Z Downloaded bitflags v2.13.0
2142026-06-15T03:27:31.364Z Downloaded atomic-waker v1.1.2
2152026-06-15T03:27:31.364Z Downloaded debug-ignore v1.0.5
2162026-06-15T03:27:31.364Z Downloaded async-scoped v0.9.0
2172026-06-15T03:27:31.364Z Downloaded adler2 v2.0.1
2182026-06-15T03:27:31.364Z Downloaded hex v0.4.3
2192026-06-15T03:27:31.364Z Downloaded foreign-types v0.3.2
2202026-06-15T03:27:31.364Z Downloaded futures-core v0.3.32
2212026-06-15T03:27:31.364Z Downloaded clap_lex v1.1.0
2222026-06-15T03:27:31.364Z Downloaded fastrand v2.4.1
2232026-06-15T03:27:31.367Z Downloaded anstyle-parse v1.0.0
2242026-06-15T03:27:31.367Z Downloaded document-features v0.2.12
2252026-06-15T03:27:31.367Z Downloaded rustc_version v0.4.1
2262026-06-15T03:27:31.375Z Downloaded futures-channel v0.3.32
2272026-06-15T03:27:31.378Z Downloaded nested v0.1.1
2282026-06-15T03:27:31.380Z Downloaded heck v0.5.0
2292026-06-15T03:27:31.384Z Downloaded pathdiff v0.2.3
2302026-06-15T03:27:31.384Z Downloaded http-body v1.0.1
2312026-06-15T03:27:31.387Z Downloaded serde-untagged v0.1.9
2322026-06-15T03:27:31.390Z Downloaded ahash v0.8.12
2332026-06-15T03:27:31.392Z Downloaded filetime v0.2.29
2342026-06-15T03:27:31.392Z Downloaded serde-value v0.7.0
2352026-06-15T03:27:31.395Z Downloaded miette-derive v7.6.0
2362026-06-15T03:27:31.395Z Downloaded cargo_metadata v0.23.1
2372026-06-15T03:27:31.395Z Downloaded cargo-platform v0.2.0
2382026-06-15T03:27:31.398Z Downloaded futures-io v0.3.32
2392026-06-15T03:27:31.401Z Downloaded serde_urlencoded v0.7.1
2402026-06-15T03:27:31.401Z Downloaded ordered-float v2.10.1
2412026-06-15T03:27:31.404Z Downloaded scopeguard v1.2.0
2422026-06-15T03:27:31.404Z Downloaded idna_adapter v1.0.0
2432026-06-15T03:27:31.407Z Downloaded find-msvc-tools v0.1.9
2442026-06-15T03:27:31.407Z Downloaded future-queue v0.4.0
2452026-06-15T03:27:31.409Z Downloaded colorchoice v1.0.5
2462026-06-15T03:27:31.409Z Downloaded fnv v1.0.7
2472026-06-15T03:27:31.412Z Downloaded rustc-hash v2.1.2
2482026-06-15T03:27:31.412Z Downloaded pkcs8 v0.10.2
2492026-06-15T03:27:31.415Z Downloaded lock_api v0.4.14
2502026-06-15T03:27:31.415Z Downloaded hyper-util v0.1.20
2512026-06-15T03:27:31.418Z Downloaded signal-hook-mio v0.2.5
2522026-06-15T03:27:31.421Z Downloaded serde_ignored v0.1.14
2532026-06-15T03:27:31.421Z Downloaded number_prefix v0.4.0
2542026-06-15T03:27:31.424Z Downloaded rustc-demangle v0.1.27
2552026-06-15T03:27:31.424Z Downloaded rand_chacha v0.9.0
2562026-06-15T03:27:31.424Z Downloaded generic-array v0.14.7
2572026-06-15T03:27:31.427Z Downloaded serde_spanned v0.6.9
2582026-06-15T03:27:31.427Z Downloaded fixedbitset v0.5.7
2592026-06-15T03:27:31.430Z Downloaded digest v0.10.7
2602026-06-15T03:27:31.430Z Downloaded crypto-common v0.1.7
2612026-06-15T03:27:31.432Z Downloaded convert_case v0.10.0
2622026-06-15T03:27:31.433Z Downloaded enable-ansi-support v0.2.1
2632026-06-15T03:27:31.433Z Downloaded cargo-platform v0.3.3
2642026-06-15T03:27:31.439Z Downloaded curve25519-dalek-derive v0.1.1
2652026-06-15T03:27:31.442Z Downloaded httparse v1.10.1
2662026-06-15T03:27:31.444Z Downloaded sigchld v0.2.4
2672026-06-15T03:27:31.444Z Downloaded quick-junit v0.5.2
2682026-06-15T03:27:31.447Z Downloaded shell-words v1.1.1
2692026-06-15T03:27:31.451Z Downloaded parking_lot_core v0.9.12
2702026-06-15T03:27:31.451Z Downloaded strsim v0.11.1
2712026-06-15T03:27:31.454Z Downloaded clap v4.6.1
2722026-06-15T03:27:31.460Z Downloaded rustls-pki-types v1.14.1
2732026-06-15T03:27:31.462Z Downloaded pin-project v1.1.13
2742026-06-15T03:27:31.468Z Downloaded tinyvec_macros v0.1.1
2752026-06-15T03:27:31.471Z Downloaded strip-ansi-escapes v0.2.1
2762026-06-15T03:27:31.471Z Downloaded smallvec v1.15.2
2772026-06-15T03:27:31.474Z Downloaded shared_child v1.1.1
2782026-06-15T03:27:31.474Z Downloaded indicatif v0.17.11
2792026-06-15T03:27:31.477Z Downloaded subtle v2.6.1
2802026-06-15T03:27:31.477Z Downloaded backtrace-ext v0.2.1
2812026-06-15T03:27:31.477Z Downloaded num-traits v0.2.19
2822026-06-15T03:27:31.480Z Downloaded indent_write v2.2.0
2832026-06-15T03:27:31.480Z Downloaded miniz_oxide v0.8.9
2842026-06-15T03:27:31.483Z Downloaded indexmap v2.14.0
2852026-06-15T03:27:31.486Z Downloaded globset v0.4.18
2862026-06-15T03:27:31.486Z Downloaded ed25519 v2.2.3
2872026-06-15T03:27:31.488Z Downloaded anstream v1.0.0
2882026-06-15T03:27:31.488Z Downloaded supports-color v3.0.2
2892026-06-15T03:27:31.491Z Downloaded socket2 v0.6.4
2902026-06-15T03:27:31.491Z Downloaded derive-where v1.6.1
2912026-06-15T03:27:31.494Z Downloaded pin-project-lite v0.2.17
2922026-06-15T03:27:31.496Z Downloaded sync_wrapper v1.0.2
2932026-06-15T03:27:31.496Z Downloaded self-replace v1.5.0
2942026-06-15T03:27:31.500Z Downloaded ron v0.12.1
2952026-06-15T03:27:31.503Z Downloaded getrandom v0.4.2
2962026-06-15T03:27:31.505Z Downloaded serde_path_to_error v0.1.20
2972026-06-15T03:27:31.508Z Downloaded sha2 v0.10.9
2982026-06-15T03:27:31.511Z Downloaded cfg-expr v0.20.8
2992026-06-15T03:27:31.511Z Downloaded mio v1.2.1
3002026-06-15T03:27:31.513Z Downloaded terminal_size v0.4.4
3012026-06-15T03:27:31.516Z Downloaded swrite v0.1.0
3022026-06-15T03:27:31.516Z Downloaded supports-unicode v3.0.0
3032026-06-15T03:27:31.516Z Downloaded supports-hyperlinks v3.2.0
3042026-06-15T03:27:31.519Z Downloaded console v0.15.11
3052026-06-15T03:27:31.519Z Downloaded cargo-util-schemas v0.2.0
3062026-06-15T03:27:31.522Z Downloaded quote v1.0.45
3072026-06-15T03:27:31.524Z Downloaded shlex v2.0.1
3082026-06-15T03:27:31.524Z Downloaded duct v0.13.7
3092026-06-15T03:27:31.528Z Downloaded ipnet v2.12.0
3102026-06-15T03:27:31.528Z Downloaded openssl-macros v0.1.1
3112026-06-15T03:27:31.533Z Downloaded static_assertions v1.1.0
3122026-06-15T03:27:31.536Z Downloaded smol_str v0.3.6
3132026-06-15T03:27:31.536Z Downloaded regex v1.12.4
3142026-06-15T03:27:31.539Z Downloaded slab v0.4.12
3152026-06-15T03:27:31.542Z Downloaded simd-adler32 v0.3.9
3162026-06-15T03:27:31.542Z Downloaded serde_spanned v1.1.1
3172026-06-15T03:27:31.544Z Downloaded owo-colors v4.3.0
3182026-06-15T03:27:31.544Z Downloaded spki v0.7.3
3192026-06-15T03:27:31.545Z Downloaded jobserver v0.1.34
3202026-06-15T03:27:31.549Z Downloaded crc32fast v1.5.0
3212026-06-15T03:27:31.549Z Downloaded getrandom v0.2.17
3222026-06-15T03:27:31.552Z Downloaded hyper-tls v0.6.0
3232026-06-15T03:27:31.552Z Downloaded signature v2.2.0
3242026-06-15T03:27:31.552Z Downloaded newtype-uuid v1.3.2
3252026-06-15T03:27:31.552Z Downloaded signal-hook-registry v1.4.8
3262026-06-15T03:27:31.556Z Downloaded os_pipe v1.2.3
3272026-06-15T03:27:31.556Z Downloaded tokio-macros v2.7.0
3282026-06-15T03:27:31.556Z Downloaded nextest-workspace-hack v0.1.0
3292026-06-15T03:27:31.565Z Downloaded typeid v1.0.3
3302026-06-15T03:27:31.568Z Downloaded toml_write v0.1.2
3312026-06-15T03:27:31.568Z Downloaded unicode-linebreak v0.1.5
3322026-06-15T03:27:31.568Z Downloaded quick-xml v0.37.5
3332026-06-15T03:27:31.571Z Downloaded thiserror-impl v2.0.18
3342026-06-15T03:27:31.575Z Downloaded semver v1.0.28
3352026-06-15T03:27:31.575Z Downloaded erased-serde v0.4.10
3362026-06-15T03:27:31.577Z Downloaded hyper v1.10.1
3372026-06-15T03:27:31.580Z Downloaded zeroize v1.9.0
3382026-06-15T03:27:31.583Z Downloaded home v0.5.12
3392026-06-15T03:27:31.583Z Downloaded base64 v0.22.1
3402026-06-15T03:27:31.586Z Downloaded thread_local v1.1.9
3412026-06-15T03:27:31.586Z Downloaded thiserror-impl v1.0.69
3422026-06-15T03:27:31.586Z Downloaded thiserror v2.0.18
3432026-06-15T03:27:31.589Z Downloaded quinn-udp v0.5.14
3442026-06-15T03:27:31.592Z Downloaded toml_datetime v0.6.11
3452026-06-15T03:27:31.592Z Downloaded target-spec-miette v0.4.8
3462026-06-15T03:27:31.594Z Downloaded getrandom v0.3.4
3472026-06-15T03:27:31.597Z Downloaded target-lexicon v0.13.5
3482026-06-15T03:27:31.597Z Downloaded memchr v2.8.2
3492026-06-15T03:27:31.600Z Downloaded utf8_iter v1.0.4
3502026-06-15T03:27:31.603Z Downloaded version_check v0.9.5
3512026-06-15T03:27:31.603Z Downloaded bytes v1.11.1
3522026-06-15T03:27:31.605Z Downloaded humantime-serde v1.1.1
3532026-06-15T03:27:31.608Z Downloaded thiserror v1.0.69
3542026-06-15T03:27:31.611Z Downloaded addr2line v0.25.1
3552026-06-15T03:27:31.611Z Downloaded nextest-metadata v0.12.2
3562026-06-15T03:27:31.611Z Downloaded openssl-sys v0.9.117
3572026-06-15T03:27:31.614Z Downloaded tokio-native-tls v0.3.1
3582026-06-15T03:27:31.616Z Downloaded serde_derive v1.0.228
3592026-06-15T03:27:31.624Z Downloaded camino v1.2.2
3602026-06-15T03:27:31.627Z Downloaded rand_core v0.9.5
3612026-06-15T03:27:31.627Z Downloaded toml_edit v0.22.27
3622026-06-15T03:27:31.634Z Downloaded tracing-error v0.2.1
3632026-06-15T03:27:31.637Z Downloaded toml_writer v1.1.1+spec-1.1.0
3642026-06-15T03:27:31.643Z Downloaded reqwest v0.12.28
3652026-06-15T03:27:31.646Z Downloaded target-spec v3.6.0
3662026-06-15T03:27:31.649Z Downloaded xattr v1.6.1
3672026-06-15T03:27:31.649Z Downloaded cc v1.2.64
3682026-06-15T03:27:31.652Z Downloaded borsh v1.6.1
3692026-06-15T03:27:31.654Z Downloaded tinyvec v1.11.0
3702026-06-15T03:27:31.659Z Downloaded signal-hook v0.3.18
3712026-06-15T03:27:31.661Z Downloaded native-tls v0.2.18
3722026-06-15T03:27:31.661Z Downloaded der v0.7.10
3732026-06-15T03:27:31.664Z Downloaded config v0.15.23
3742026-06-15T03:27:31.667Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3752026-06-15T03:27:31.667Z Downloaded tokio-rustls v0.26.4
3762026-06-15T03:27:31.670Z Downloaded tempfile v3.27.0
3772026-06-15T03:27:31.670Z Downloaded xxhash-rust v0.8.15
3782026-06-15T03:27:31.670Z Downloaded serde_core v1.0.228
3792026-06-15T03:27:31.674Z Downloaded ppv-lite86 v0.2.21
3802026-06-15T03:27:31.674Z Downloaded tower-layer v0.3.3
3812026-06-15T03:27:31.677Z Downloaded tracing-log v0.2.0
3822026-06-15T03:27:31.678Z Downloaded tokio-stream v0.1.18
3832026-06-15T03:27:31.681Z Downloaded toml v0.8.23
3842026-06-15T03:27:31.683Z Downloaded litrs v1.0.0
3852026-06-15T03:27:31.683Z Downloaded ed25519-dalek v2.2.0
3862026-06-15T03:27:31.687Z Downloaded derive_more v2.1.1
3872026-06-15T03:27:31.693Z Downloaded want v0.3.1
3882026-06-15T03:27:31.701Z Downloaded sharded-slab v0.1.7
3892026-06-15T03:27:31.704Z Downloaded flate2 v1.1.9
3902026-06-15T03:27:31.706Z Downloaded crossterm v0.29.0
3912026-06-15T03:27:31.709Z Downloaded futures-macro v0.3.32
3922026-06-15T03:27:31.712Z Downloaded derive_more-impl v2.1.1
3932026-06-15T03:27:31.717Z Downloaded zstd v0.13.3
3942026-06-15T03:27:31.719Z Downloaded tracing-core v0.1.36
3952026-06-15T03:27:31.722Z Downloaded unicode-ident v1.0.24
3962026-06-15T03:27:31.725Z Downloaded tracing-attributes v0.1.31
3972026-06-15T03:27:31.725Z Downloaded toml_parser v1.1.2+spec-1.1.0
3982026-06-15T03:27:31.727Z Downloaded textwrap v0.16.2
3992026-06-15T03:27:31.727Z Downloaded tar v0.4.46
4002026-06-15T03:27:31.730Z Downloaded portable-atomic v1.13.1
4012026-06-15T03:27:31.735Z Downloaded backtrace v0.3.76
4022026-06-15T03:27:31.741Z Downloaded vte v0.14.1
4032026-06-15T03:27:31.743Z Downloaded zstd-safe v7.2.4
4042026-06-15T03:27:31.743Z Downloaded quinn v0.11.9
4052026-06-15T03:27:31.758Z Downloaded winnow v1.0.3
4062026-06-15T03:27:31.764Z Downloaded uuid v1.23.3
4072026-06-15T03:27:31.767Z Downloaded url v2.5.8
4082026-06-15T03:27:31.769Z Downloaded iana-time-zone v0.1.65
4092026-06-15T03:27:31.772Z Downloaded openssl v0.10.81
4102026-06-15T03:27:31.775Z Downloaded toml v1.1.2+spec-1.1.0
4112026-06-15T03:27:31.778Z Downloaded quick-xml v0.38.4
4122026-06-15T03:27:31.790Z Downloaded once_cell v1.21.4
4132026-06-15T03:27:31.799Z Downloaded lru-slab v0.1.2
4142026-06-15T03:27:31.803Z Downloaded rustix v0.38.44
4152026-06-15T03:27:31.814Z Downloaded openssl-probe v0.2.1
4162026-06-15T03:27:31.817Z Downloaded hashbrown v0.15.5
4172026-06-15T03:27:31.820Z Downloaded nextest-runner v0.80.0
4182026-06-15T03:27:31.826Z Downloaded percent-encoding v2.3.2
4192026-06-15T03:27:31.830Z Downloaded lazy_static v1.5.0
4202026-06-15T03:27:31.830Z Downloaded aho-corasick v1.1.4
4212026-06-15T03:27:31.833Z Downloaded indenter v0.3.4
4222026-06-15T03:27:31.833Z Downloaded hashbrown v0.17.1
4232026-06-15T03:27:31.836Z Downloaded unicode-segmentation v1.13.3
4242026-06-15T03:27:31.836Z Downloaded guppy v0.17.26
4252026-06-15T03:27:31.839Z Downloaded rand_core v0.6.4
4262026-06-15T03:27:31.842Z Downloaded futures-util v0.3.32
4272026-06-15T03:27:31.848Z Downloaded pkg-config v0.3.33
4282026-06-15T03:27:31.851Z Downloaded mukti-metadata v0.3.0
4292026-06-15T03:27:31.851Z Downloaded clap_builder v4.6.0
4302026-06-15T03:27:31.854Z Downloaded tower v0.5.3
4312026-06-15T03:27:31.860Z Downloaded ryu v1.0.23
4322026-06-15T03:27:31.862Z Downloaded unicode-normalization v0.1.25
4332026-06-15T03:27:31.866Z Downloaded webpki-roots v1.0.7
4342026-06-15T03:27:31.868Z Downloaded proc-macro2 v1.0.106
4352026-06-15T03:27:31.877Z Downloaded tower-http v0.6.11
4362026-06-15T03:27:31.882Z Downloaded serde_json v1.0.150
4372026-06-15T03:27:31.886Z Downloaded regex-syntax v0.8.11
4382026-06-15T03:27:31.890Z Downloaded serde v1.0.228
4392026-06-15T03:27:31.893Z Downloaded humantime v2.3.0
4402026-06-15T03:27:31.896Z Downloaded h2 v0.4.14
4412026-06-15T03:27:31.898Z Downloaded nextest-filtering v0.15.0
4422026-06-15T03:27:31.898Z Downloaded rustls v0.23.40
4432026-06-15T03:27:31.905Z Downloaded chrono v0.4.45
4442026-06-15T03:27:31.909Z Downloaded http-body-util v0.1.3
4452026-06-15T03:27:31.913Z Downloaded rand v0.9.4
4462026-06-15T03:27:31.916Z Downloaded tower-service v0.3.3
4472026-06-15T03:27:31.916Z Downloaded is_terminal_polyfill v1.70.2
4482026-06-15T03:27:31.919Z Downloaded self_update v0.42.0
4492026-06-15T03:27:31.922Z Downloaded miette v7.6.0
4502026-06-15T03:27:31.926Z Downloaded parking_lot v0.12.5
4512026-06-15T03:27:31.940Z Downloaded log v0.4.32
4522026-06-15T03:27:31.952Z Downloaded rustls-webpki v0.103.13
4532026-06-15T03:27:31.957Z Downloaded curve25519-dalek v4.1.3
4542026-06-15T03:27:31.964Z Downloaded vcpkg v0.2.15
4552026-06-15T03:27:31.986Z Downloaded zerocopy v0.8.52
4562026-06-15T03:27:31.996Z Downloaded unicode-width v0.2.2
4572026-06-15T03:27:31.999Z Downloaded unicode-width v0.1.14
4582026-06-15T03:27:32.002Z Downloaded zipsign-api v0.1.5
4592026-06-15T03:27:32.005Z Downloaded idna v1.1.0
4602026-06-15T03:27:32.005Z Downloaded unicode-xid v0.2.6
4612026-06-15T03:27:32.008Z Downloaded syn v2.0.117
4622026-06-15T03:27:32.012Z Downloaded bstr v1.12.1
4632026-06-15T03:27:32.037Z Downloaded typenum v1.20.1
4642026-06-15T03:27:32.040Z Downloaded tokio-util v0.7.18
4652026-06-15T03:27:32.043Z Downloaded gimli v0.32.3
4662026-06-15T03:27:32.048Z Downloaded untrusted v0.9.0
4672026-06-15T03:27:32.051Z Downloaded pulldown-cmark v0.13.4
4682026-06-15T03:27:32.056Z Downloaded color-eyre v0.6.5
4692026-06-15T03:27:32.073Z Downloaded tokio v1.52.3
4702026-06-15T03:27:32.095Z Downloaded rustix v1.1.4
4712026-06-15T03:27:32.107Z Downloaded object v0.37.3
4722026-06-15T03:27:32.113Z Downloaded quinn-proto v0.11.14
4732026-06-15T03:27:32.124Z Downloaded tracing-subscriber v0.3.23
4742026-06-15T03:27:32.139Z Downloaded recursion v0.5.4
4752026-06-15T03:27:32.160Z Downloaded unicase v2.9.0
4762026-06-15T03:27:32.174Z Downloaded nix v0.30.1
4772026-06-15T03:27:32.184Z Downloaded petgraph v0.8.3
4782026-06-15T03:27:32.195Z Downloaded try-lock v0.2.5
4792026-06-15T03:27:32.209Z Downloaded libc v0.2.186
4802026-06-15T03:27:32.236Z Downloaded regex-automata v0.4.14
4812026-06-15T03:27:32.272Z Downloaded tracing v0.1.44
4822026-06-15T03:27:32.282Z Downloaded zmij v1.0.21
4832026-06-15T03:27:32.284Z Downloaded urlencoding v2.1.3
4842026-06-15T03:27:32.285Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4852026-06-15T03:27:32.322Z Downloaded utf8parse v0.2.2
4862026-06-15T03:27:32.325Z Downloaded ring v0.17.14
4872026-06-15T03:27:32.347Z Downloaded winnow v0.7.15
4882026-06-15T03:27:32.391Z Compiling proc-macro2 v1.0.106
4892026-06-15T03:27:32.391Z Compiling libc v0.2.186
4902026-06-15T03:27:32.391Z Compiling unicode-ident v1.0.24
4912026-06-15T03:27:32.391Z Compiling quote v1.0.45
4922026-06-15T03:27:32.394Z Compiling serde_core v1.0.228
4932026-06-15T03:27:32.394Z Compiling cfg-if v1.0.4
4942026-06-15T03:27:32.394Z Compiling memchr v2.8.2
4952026-06-15T03:27:32.394Z Compiling once_cell v1.21.4
4962026-06-15T03:27:32.609Z Compiling log v0.4.32
4972026-06-15T03:27:32.648Z Compiling pin-project-lite v0.2.17
4982026-06-15T03:27:32.741Z Compiling itoa v1.0.18
4992026-06-15T03:27:32.788Z Compiling serde v1.0.228
5002026-06-15T03:27:32.930Z Compiling smallvec v1.15.2
5012026-06-15T03:27:32.982Z Compiling futures-core v0.3.32
5022026-06-15T03:27:33.158Z Compiling bitflags v2.13.0
5032026-06-15T03:27:33.184Z Compiling find-msvc-tools v0.1.9
5042026-06-15T03:27:33.196Z Compiling equivalent v1.0.2
5052026-06-15T03:27:33.285Z Compiling hashbrown v0.17.1
5062026-06-15T03:27:33.416Z Compiling errno v0.3.14
5072026-06-15T03:27:33.514Z Compiling shlex v2.0.1
5082026-06-15T03:27:33.561Z Compiling signal-hook-registry v1.4.8
5092026-06-15T03:27:33.654Z Compiling jobserver v0.1.34
5102026-06-15T03:27:33.701Z Compiling bytes v1.11.1
5112026-06-15T03:27:33.712Z Compiling mio v1.2.1
5122026-06-15T03:27:33.783Z Compiling syn v2.0.117
5132026-06-15T03:27:33.835Z Compiling rustix v1.1.4
5142026-06-15T03:27:33.974Z Compiling cc v1.2.64
5152026-06-15T03:27:33.974Z Compiling futures-sink v0.3.32
5162026-06-15T03:27:34.096Z Compiling socket2 v0.6.4
5172026-06-15T03:27:34.119Z Compiling slab v0.4.12
5182026-06-15T03:27:34.327Z Compiling zmij v1.0.21
5192026-06-15T03:27:34.432Z Compiling futures-channel v0.3.32
5202026-06-15T03:27:34.604Z Compiling tracing-core v0.1.36
5212026-06-15T03:27:34.672Z Compiling version_check v0.9.5
5222026-06-15T03:27:34.687Z Compiling serde_json v1.0.150
5232026-06-15T03:27:34.882Z Compiling indexmap v2.14.0
5242026-06-15T03:27:34.965Z Compiling futures-task v0.3.32
5252026-06-15T03:27:35.003Z Compiling getrandom v0.4.2
5262026-06-15T03:27:35.137Z Compiling futures-io v0.3.32
5272026-06-15T03:27:35.264Z Compiling unicode-width v0.2.2
5282026-06-15T03:27:35.295Z Compiling camino v1.2.2
5292026-06-15T03:27:35.327Z Compiling percent-encoding v2.3.2
5302026-06-15T03:27:35.598Z Compiling ring v0.17.14
5312026-06-15T03:27:35.668Z Compiling http v1.4.2
5322026-06-15T03:27:35.692Z Compiling zeroize v1.9.0
5332026-06-15T03:27:35.695Z Compiling adler2 v2.0.1
5342026-06-15T03:27:35.738Z Compiling autocfg v1.5.1
5352026-06-15T03:27:35.864Z Compiling simd-adler32 v0.3.9
5362026-06-15T03:27:36.090Z Compiling num-traits v0.2.19
5372026-06-15T03:27:36.306Z Compiling miniz_oxide v0.8.9
5382026-06-15T03:27:36.341Z Compiling object v0.37.3
5392026-06-15T03:27:36.468Z Compiling zerocopy v0.8.52
5402026-06-15T03:27:36.642Z Compiling getrandom v0.3.4
5412026-06-15T03:27:36.695Z Compiling target-lexicon v0.13.5
5422026-06-15T03:27:36.951Z Compiling http-body v1.0.1
5432026-06-15T03:27:37.112Z Compiling rustls-pki-types v1.14.1
5442026-06-15T03:27:37.188Z Compiling form_urlencoded v1.2.2
5452026-06-15T03:27:37.215Z Compiling semver v1.0.28
5462026-06-15T03:27:37.296Z Compiling serde_derive v1.0.228
5472026-06-15T03:27:37.462Z Compiling tokio-macros v2.7.0
5482026-06-15T03:27:37.550Z Compiling futures-macro v0.3.32
5492026-06-15T03:27:37.716Z Compiling tracing-attributes v0.1.31
5502026-06-15T03:27:37.827Z Compiling getrandom v0.2.17
5512026-06-15T03:27:37.866Z Compiling idna_adapter v1.0.0
5522026-06-15T03:27:37.969Z Compiling signal-hook v0.3.18
5532026-06-15T03:27:37.981Z Compiling owo-colors v4.3.0
5542026-06-15T03:27:38.014Z Compiling fnv v1.0.7
5552026-06-15T03:27:38.116Z Compiling utf8_iter v1.0.4
5562026-06-15T03:27:38.197Z Compiling untrusted v0.9.0
5572026-06-15T03:27:38.200Z Compiling tokio v1.52.3
5582026-06-15T03:27:38.280Z Compiling gimli v0.32.3
5592026-06-15T03:27:38.313Z Compiling thiserror v2.0.18
5602026-06-15T03:27:38.329Z Compiling httparse v1.10.1
5612026-06-15T03:27:38.365Z Compiling futures-util v0.3.32
5622026-06-15T03:27:38.654Z Compiling guppy-workspace-hack v0.1.0
5632026-06-15T03:27:38.904Z Compiling tracing v0.1.44
5642026-06-15T03:27:38.916Z Compiling idna v1.1.0
5652026-06-15T03:27:38.950Z Compiling thiserror-impl v2.0.18
5662026-06-15T03:27:40.136Z Compiling addr2line v0.25.1
5672026-06-15T03:27:40.550Z Compiling generic-array v0.14.7
5682026-06-15T03:27:40.687Z Compiling pkg-config v0.3.33
5692026-06-15T03:27:40.795Z Compiling atomic-waker v1.1.2
5702026-06-15T03:27:40.897Z Compiling fastrand v2.4.1
5712026-06-15T03:27:40.925Z Compiling target-spec v3.6.0
5722026-06-15T03:27:40.985Z Compiling tower-service v0.3.3
5732026-06-15T03:27:41.098Z Compiling rustls v0.23.40
5742026-06-15T03:27:41.130Z Compiling thiserror v1.0.69
5752026-06-15T03:27:41.213Z Compiling try-lock v0.2.5
5762026-06-15T03:27:41.225Z Compiling rustc-demangle v0.1.27
5772026-06-15T03:27:41.324Z Compiling typeid v1.0.3
5782026-06-15T03:27:41.328Z Compiling want v0.3.1
5792026-06-15T03:27:41.524Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5802026-06-15T03:27:41.621Z Compiling tempfile v3.27.0
5812026-06-15T03:27:41.809Z Compiling cfg-expr v0.20.8
5822026-06-15T03:27:41.939Z Compiling url v2.5.8
5832026-06-15T03:27:42.195Z Compiling tokio-util v0.7.18
5842026-06-15T03:27:42.783Z Compiling h2 v0.4.14
5852026-06-15T03:27:43.267Z Compiling backtrace v0.3.76
5862026-06-15T03:27:43.834Z Compiling thiserror-impl v1.0.69
5872026-06-15T03:27:43.852Z Compiling terminal_size v0.4.4
5882026-06-15T03:27:44.007Z Compiling aho-corasick v1.1.4
5892026-06-15T03:27:44.069Z Compiling erased-serde v0.4.10
5902026-06-15T03:27:44.370Z Compiling subtle v2.6.1
5912026-06-15T03:27:44.391Z Compiling typenum v1.20.1
5922026-06-15T03:27:44.527Z Compiling winnow v0.7.15
5932026-06-15T03:27:44.970Z Compiling rustls-webpki v0.103.13
5942026-06-15T03:27:45.049Z Compiling regex-syntax v0.8.11
5952026-06-15T03:27:47.532Z Compiling regex-automata v0.4.14
5962026-06-15T03:27:47.532Z Compiling hyper v1.10.1
5972026-06-15T03:27:49.521Z Compiling toml_datetime v0.6.11
5982026-06-15T03:27:49.886Z Compiling serde_spanned v0.6.9
5992026-06-15T03:27:50.048Z Compiling ahash v0.8.12
6002026-06-15T03:27:50.308Z Compiling sync_wrapper v1.0.2
6012026-06-15T03:27:50.422Z Compiling foldhash v0.1.5
6022026-06-15T03:27:50.638Z Compiling nextest-workspace-hack v0.1.0
6032026-06-15T03:27:50.872Z Compiling either v1.16.0
6042026-06-15T03:27:50.919Z Compiling ipnet v2.12.0
6052026-06-15T03:27:51.099Z Compiling parking_lot_core v0.9.12
6062026-06-15T03:27:51.204Z Compiling crc32fast v1.5.0
6072026-06-15T03:27:51.382Z Compiling base64 v0.22.1
6082026-06-15T03:27:51.502Z Compiling toml_write v0.1.2
6092026-06-15T03:27:51.749Z Compiling unicode-linebreak v0.1.5
6102026-06-15T03:27:51.857Z Compiling lazy_static v1.5.0
6112026-06-15T03:27:51.966Z Compiling unicode-segmentation v1.13.3
6122026-06-15T03:27:52.017Z Compiling portable-atomic v1.13.1
6132026-06-15T03:27:52.127Z Compiling is_ci v1.2.0
6142026-06-15T03:27:52.186Z Compiling tower-layer v0.3.3
6152026-06-15T03:27:52.275Z Compiling supports-color v3.0.2
6162026-06-15T03:27:52.356Z Compiling tower v0.5.3
6172026-06-15T03:27:52.386Z Compiling convert_case v0.10.0
6182026-06-15T03:27:52.418Z Compiling sharded-slab v0.1.7
6192026-06-15T03:27:52.511Z Compiling textwrap v0.16.2
6202026-06-15T03:27:52.525Z Compiling toml_edit v0.22.27
6212026-06-15T03:27:52.642Z Compiling hyper-util v0.1.20
6222026-06-15T03:27:53.006Z Compiling hashbrown v0.15.5
6232026-06-15T03:27:53.068Z Compiling tokio-rustls v0.26.4
6242026-06-15T03:27:53.627Z Compiling backtrace-ext v0.2.1
6252026-06-15T03:27:53.885Z Compiling ordered-float v2.10.1
6262026-06-15T03:27:53.911Z Compiling webpki-roots v1.0.7
6272026-06-15T03:27:53.911Z Compiling miette-derive v7.6.0
6282026-06-15T03:27:54.034Z Compiling pathdiff v0.2.3
6292026-06-15T03:27:54.152Z Compiling console v0.15.11
6302026-06-15T03:27:54.165Z Compiling tracing-log v0.2.0
6312026-06-15T03:27:54.516Z Compiling cargo-platform v0.3.3
6322026-06-15T03:27:55.042Z Compiling os_pipe v1.2.3
6332026-06-15T03:27:55.107Z Compiling thread_local v1.1.9
6342026-06-15T03:27:55.212Z Compiling scopeguard v1.2.0
6352026-06-15T03:27:55.225Z Compiling winnow v1.0.3
6362026-06-15T03:27:55.319Z Compiling supports-hyperlinks v3.2.0
6372026-06-15T03:27:55.457Z Compiling unicode-width v0.1.14
6382026-06-15T03:27:55.457Z Compiling rustix v0.38.44
6392026-06-15T03:27:55.533Z Compiling ryu v1.0.23
6402026-06-15T03:27:55.755Z Compiling zstd-safe v7.2.4
6412026-06-15T03:27:55.826Z Compiling supports-unicode v3.0.0
6422026-06-15T03:27:55.857Z Compiling fixedbitset v0.5.7
6432026-06-15T03:27:55.994Z Compiling cfg_aliases v0.2.1
6442026-06-15T03:27:56.011Z Compiling utf8parse v0.2.2
6452026-06-15T03:27:56.072Z Compiling pulldown-cmark v0.13.4
6462026-06-15T03:27:56.302Z Compiling debug-ignore v1.0.5
6472026-06-15T03:27:56.378Z Compiling toml_parser v1.1.2+spec-1.1.0
6482026-06-15T03:27:56.412Z Compiling anstyle-parse v1.0.0
6492026-06-15T03:27:56.510Z Compiling petgraph v0.8.3
6502026-06-15T03:27:56.630Z Compiling nix v0.30.1
6512026-06-15T03:27:56.672Z Compiling miette v7.6.0
6522026-06-15T03:27:57.096Z Compiling serde_urlencoded v0.7.1
6532026-06-15T03:27:57.378Z Compiling lock_api v0.4.14
6542026-06-15T03:27:57.622Z Compiling tracing-subscriber v0.3.23
6552026-06-15T03:27:57.699Z Compiling sigchld v0.2.4
6562026-06-15T03:27:57.894Z Compiling cargo_metadata v0.23.1
6572026-06-15T03:27:58.466Z Compiling serde-value v0.7.0
6582026-06-15T03:27:58.637Z Compiling toml v0.8.23
6592026-06-15T03:27:59.222Z Compiling hyper-rustls v0.27.9
6602026-06-15T03:27:59.887Z Compiling serde-untagged v0.1.9
6612026-06-15T03:28:00.904Z Compiling tower-http v0.6.11
6622026-06-15T03:28:00.980Z Compiling derive_more-impl v2.1.1
6632026-06-15T03:28:01.457Z Compiling itertools v0.14.0
6642026-06-15T03:28:01.573Z Compiling regex v1.12.4
6652026-06-15T03:28:01.697Z Compiling crypto-common v0.1.7
6662026-06-15T03:28:01.789Z Compiling block-buffer v0.10.4
6672026-06-15T03:28:01.809Z Compiling ppv-lite86 v0.2.21
6682026-06-15T03:28:01.824Z Compiling rand_core v0.9.5
6692026-06-15T03:28:01.936Z Compiling futures-executor v0.3.32
6702026-06-15T03:28:02.070Z Compiling pin-project-internal v1.1.13
6712026-06-15T03:28:02.127Z Compiling http-body-util v0.1.3
6722026-06-15T03:28:02.390Z Compiling uuid v1.23.3
6732026-06-15T03:28:02.460Z Compiling smol_str v0.3.6
6742026-06-15T03:28:02.790Z Compiling toml_datetime v1.1.1+spec-1.1.0
6752026-06-15T03:28:02.917Z Compiling serde_spanned v1.1.1
6762026-06-15T03:28:02.929Z Compiling filetime v0.2.29
6772026-06-15T03:28:02.982Z Compiling bstr v1.12.1
6782026-06-15T03:28:03.038Z Compiling vte v0.14.1
6792026-06-15T03:28:03.061Z Compiling iana-time-zone v0.1.65
6802026-06-15T03:28:03.116Z Compiling unicode-xid v0.2.6
6812026-06-15T03:28:03.159Z Compiling self_update v0.42.0
6822026-06-15T03:28:03.205Z Compiling nested v0.1.1
6832026-06-15T03:28:03.248Z Compiling static_assertions v1.1.0
6842026-06-15T03:28:03.330Z Compiling tinyvec_macros v0.1.1
6852026-06-15T03:28:03.374Z Compiling number_prefix v0.4.0
6862026-06-15T03:28:03.392Z Compiling anstyle-query v1.1.5
6872026-06-15T03:28:03.392Z Compiling is_terminal_polyfill v1.70.2
6882026-06-15T03:28:03.416Z Compiling eyre v0.6.12
6892026-06-15T03:28:03.437Z Compiling color-spantrace v0.3.0
6902026-06-15T03:28:03.491Z Compiling litrs v1.0.0
6912026-06-15T03:28:03.491Z Compiling unicase v2.9.0
6922026-06-15T03:28:03.522Z Compiling xattr v1.6.1
6932026-06-15T03:28:03.651Z Compiling colorchoice v1.0.5
6942026-06-15T03:28:03.703Z Compiling anstyle v1.0.14
6952026-06-15T03:28:03.764Z Compiling tar v0.4.46
6962026-06-15T03:28:03.789Z Compiling indicatif v0.17.11
6972026-06-15T03:28:03.927Z Compiling document-features v0.2.12
6982026-06-15T03:28:03.964Z Compiling anstream v1.0.0
6992026-06-15T03:28:03.991Z Compiling tinyvec v1.11.0
7002026-06-15T03:28:04.404Z Compiling globset v0.4.18
7012026-06-15T03:28:04.479Z Compiling guppy v0.17.26
7022026-06-15T03:28:04.490Z Compiling cargo-util-schemas v0.2.0
7032026-06-15T03:28:05.366Z Compiling strip-ansi-escapes v0.2.1
7042026-06-15T03:28:05.629Z Compiling chrono v0.4.45
7052026-06-15T03:28:05.853Z Compiling pin-project v1.1.13
7062026-06-15T03:28:05.957Z Compiling toml v1.1.2+spec-1.1.0
7072026-06-15T03:28:06.256Z Compiling nextest-metadata v0.12.2
7082026-06-15T03:28:06.892Z Compiling newtype-uuid v1.3.2
7092026-06-15T03:28:06.904Z Compiling reqwest v0.12.28
7102026-06-15T03:28:07.086Z Compiling rand_chacha v0.9.0
7112026-06-15T03:28:07.624Z Compiling futures v0.3.32
7122026-06-15T03:28:07.650Z Compiling digest v0.10.7
7132026-06-15T03:28:07.721Z Compiling derive_more v2.1.1
7142026-06-15T03:28:07.801Z Compiling flate2 v1.1.9
7152026-06-15T03:28:07.874Z Compiling parking_lot v0.12.5
7162026-06-15T03:28:08.347Z Compiling tracing-error v0.2.1
7172026-06-15T03:28:08.581Z Compiling shared_child v1.1.1
7182026-06-15T03:28:09.025Z Compiling signal-hook-mio v0.2.5
7192026-06-15T03:28:09.134Z Compiling self-replace v1.5.0
7202026-06-15T03:28:09.157Z Compiling cargo-platform v0.2.0
7212026-06-15T03:28:09.267Z Compiling quick-xml v0.37.5
7222026-06-15T03:28:09.423Z Compiling quick-xml v0.38.4
7232026-06-15T03:28:09.709Z Compiling cpufeatures v0.2.17
7242026-06-15T03:28:09.785Z Compiling humantime v2.3.0
7252026-06-15T03:28:10.096Z Compiling urlencoding v2.1.3
7262026-06-15T03:28:10.216Z Compiling shell-words v1.1.1
7272026-06-15T03:28:10.545Z Compiling strsim v0.11.1
7282026-06-15T03:28:10.726Z Compiling recursion v0.5.4
7292026-06-15T03:28:10.798Z Compiling heck v0.5.0
7302026-06-15T03:28:10.861Z Compiling clap_lex v1.1.0
7312026-06-15T03:28:10.995Z Compiling indenter v0.3.4
7322026-06-15T03:28:11.042Z Compiling clap_builder v4.6.0
7332026-06-15T03:28:11.220Z Compiling clap_derive v4.6.1
7342026-06-15T03:28:11.378Z Compiling nextest-filtering v0.15.0
7352026-06-15T03:28:11.628Z Compiling quick-junit v0.5.2
7362026-06-15T03:28:13.001Z Compiling humantime-serde v1.1.1
7372026-06-15T03:28:13.161Z Compiling sha2 v0.10.9
7382026-06-15T03:28:14.364Z Compiling atomicwrites v0.4.4
7392026-06-15T03:28:14.643Z Compiling cargo_metadata v0.20.0
7402026-06-15T03:28:14.705Z Compiling cargo-nextest v0.9.97
7412026-06-15T03:28:15.043Z Compiling crossterm v0.29.0
7422026-06-15T03:28:16.091Z Compiling duct v0.13.7
7432026-06-15T03:28:17.724Z Compiling zstd v0.13.3
7442026-06-15T03:28:17.822Z Compiling async-scoped v0.9.0
7452026-06-15T03:28:18.014Z Compiling rand v0.9.4
7462026-06-15T03:28:18.060Z Compiling config v0.15.23
7472026-06-15T03:28:18.147Z Compiling unicode-normalization v0.1.25
7482026-06-15T03:28:18.210Z Compiling target-spec-miette v0.4.8
7492026-06-15T03:28:18.227Z Compiling future-queue v0.4.0
7502026-06-15T03:28:18.501Z Compiling mukti-metadata v0.3.0
7512026-06-15T03:28:18.638Z Compiling tokio-stream v0.1.18
7522026-06-15T03:28:18.739Z Compiling camino-tempfile v1.4.1
7532026-06-15T03:28:18.751Z Compiling derive-where v1.6.1
7542026-06-15T03:28:18.992Z Compiling serde_path_to_error v0.1.20
7552026-06-15T03:28:19.157Z Compiling serde_ignored v0.1.14
7562026-06-15T03:28:19.170Z Compiling swrite v0.1.0
7572026-06-15T03:28:19.272Z Compiling hex v0.4.3
7582026-06-15T03:28:19.376Z Compiling home v0.5.12
7592026-06-15T03:28:19.443Z Compiling indent_write v2.2.0
7602026-06-15T03:28:19.561Z Compiling xxhash-rust v0.8.15
7612026-06-15T03:28:19.589Z Compiling color-eyre v0.6.5
7622026-06-15T03:28:19.678Z Compiling clap v4.6.1
7632026-06-15T03:28:19.737Z Compiling dialoguer v0.11.0
7642026-06-15T03:28:19.760Z Compiling enable-ansi-support v0.2.1
7652026-06-15T03:28:19.982Z Compiling nextest-runner v0.80.0
7662026-06-15T03:28:38.004Z Finished `release` profile [optimized] target(s) in 1m 10s
7672026-06-15T03:28:38.192Z Installing /home/build/.cargo/bin/cargo-nextest
7682026-06-15T03:28:38.196Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7692026-06-15T03:28:38.307Z+ pushd rdb
7702026-06-15T03:28:38.310Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7712026-06-15T03:28:38.310Z+ cargo nextest run -p rdb -p mg-api-types -p mg-api-types-versions
7722026-06-15T03:28:38.464Z Updating crates.io index
7732026-06-15T03:28:38.529Z Updating git repository `https://github.com/oxidecomputer/omicron`
7742026-06-15T03:28:44.383ZFrom https://github.com/oxidecomputer/omicron
7752026-06-15T03:28:44.383Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7762026-06-15T03:28:44.809Z Updating git repository `https://github.com/oxidecomputer/falcon`
7772026-06-15T03:28:45.381ZFrom https://github.com/oxidecomputer/falcon
7782026-06-15T03:28:45.382Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7792026-06-15T03:28:45.466Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7802026-06-15T03:28:46.329ZFrom https://github.com/oxidecomputer/dendrite
7812026-06-15T03:28:46.329Z * [new ref] f27f612dde317f2f05716c761a14500e46581ff7 -> refs/commit/f27f612dde317f2f05716c761a14500e46581ff7
7822026-06-15T03:28:46.381Z Updating git repository `https://github.com/oxidecomputer/ispf`
7832026-06-15T03:28:46.634ZFrom https://github.com/oxidecomputer/ispf
7842026-06-15T03:28:46.634Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7852026-06-15T03:28:46.640Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7862026-06-15T03:28:46.974ZFrom https://github.com/oxidecomputer/netadm-sys
7872026-06-15T03:28:46.974Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7882026-06-15T03:28:46.983Z Updating git repository `https://github.com/oxidecomputer/opte`
7892026-06-15T03:28:47.635ZFrom https://github.com/oxidecomputer/opte
7902026-06-15T03:28:47.636Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
7912026-06-15T03:28:47.704Z Updating git repository `https://github.com/illumos/smf-rs`
7922026-06-15T03:28:47.963ZFrom https://github.com/illumos/smf-rs
7932026-06-15T03:28:47.963Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7942026-06-15T03:28:48.011Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7952026-06-15T03:28:48.265ZFrom https://github.com/oxidecomputer/poptrie
7962026-06-15T03:28:48.265Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
7972026-06-15T03:28:48.284Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7982026-06-15T03:28:48.533ZFrom https://github.com/oxidecomputer/network-interface
7992026-06-15T03:28:48.533Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8002026-06-15T03:28:48.550Z Updating git repository `https://github.com/oxidecomputer/zone`
8012026-06-15T03:28:48.818ZFrom https://github.com/oxidecomputer/zone
8022026-06-15T03:28:48.819Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8032026-06-15T03:28:48.873Z Updating git repository `https://github.com/oxidecomputer/lldp`
8042026-06-15T03:28:49.177ZFrom https://github.com/oxidecomputer/lldp
8052026-06-15T03:28:49.177Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8062026-06-15T03:28:49.221Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8072026-06-15T03:28:49.458ZFrom https://github.com/oxidecomputer/slog-error-chain
8082026-06-15T03:28:49.459Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8092026-06-15T03:28:49.477Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8102026-06-15T03:28:49.747ZFrom https://github.com/oxidecomputer/tufaceous
8112026-06-15T03:28:49.747Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8122026-06-15T03:28:49.765Z Updating git repository `https://github.com/oxidecomputer/propolis`
8132026-06-15T03:28:50.354ZFrom https://github.com/oxidecomputer/propolis
8142026-06-15T03:28:50.354Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8152026-06-15T03:28:50.446Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8162026-06-15T03:28:50.926ZFrom https://github.com/oxidecomputer/transceiver-control
8172026-06-15T03:28:50.926Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8182026-06-15T03:28:51.049Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8192026-06-15T03:28:51.300ZFrom https://github.com/oxidecomputer/dlpi-sys
8202026-06-15T03:28:51.300Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8212026-06-15T03:28:51.306Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8222026-06-15T03:28:51.599ZFrom https://github.com/jmesmon/rust-libzfs
8232026-06-15T03:28:51.599Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8242026-06-15T03:28:51.606Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8252026-06-15T03:28:51.861ZFrom https://github.com/oxidecomputer/rusty-doors
8262026-06-15T03:28:51.862Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8272026-06-15T03:28:51.915Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8282026-06-15T03:28:52.383ZFrom https://github.com/oxidecomputer/management-gateway-service
8292026-06-15T03:28:52.383Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8302026-06-15T03:28:52.437Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8312026-06-15T03:28:52.682ZFrom https://github.com/oxidecomputer/serde_human_bytes
8322026-06-15T03:28:52.682Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8332026-06-15T03:28:52.704Z Updating git repository `https://github.com/oxidecomputer/crucible`
8342026-06-15T03:28:53.560ZFrom https://github.com/oxidecomputer/crucible
8352026-06-15T03:28:53.560Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8362026-06-15T03:28:53.859Z Updating git repository `https://github.com/oxidecomputer/propolis`
8372026-06-15T03:28:54.175ZFrom https://github.com/oxidecomputer/propolis
8382026-06-15T03:28:54.176Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8392026-06-15T03:28:54.246Z Updating git repository `https://github.com/oxidecomputer/crucible`
8402026-06-15T03:28:54.721ZFrom https://github.com/oxidecomputer/crucible
8412026-06-15T03:28:54.721Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8422026-06-15T03:28:54.788Z Updating git repository `https://github.com/oxidecomputer/tofino`
8432026-06-15T03:28:55.146ZFrom https://github.com/oxidecomputer/tofino
8442026-06-15T03:28:55.146Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8452026-06-15T03:28:55.163Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8462026-06-15T03:28:55.786ZFrom https://github.com/oxidecomputer/maghemite
8472026-06-15T03:28:55.786Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8482026-06-15T03:28:55.818Z Updating git repository `https://github.com/oxidecomputer/clickward`
8492026-06-15T03:28:56.251ZFrom https://github.com/oxidecomputer/clickward
8502026-06-15T03:28:56.251Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8512026-06-15T03:28:56.304Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8522026-06-15T03:28:56.566ZFrom https://github.com/oxidecomputer/illumos-devinfo
8532026-06-15T03:28:56.566Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8542026-06-15T03:28:57.782Z Downloading crates ...
8552026-06-15T03:28:57.890Z Downloaded bit-set v0.8.0
8562026-06-15T03:28:57.899Z Downloaded allocator-api2 v0.2.21
8572026-06-15T03:28:57.903Z Downloaded async-stream-impl v0.3.6
8582026-06-15T03:28:57.906Z Downloaded base16ct v1.0.0
8592026-06-15T03:28:57.909Z Downloaded async-recursion v1.1.1
8602026-06-15T03:28:57.912Z Downloaded arrayref v0.3.9
8612026-06-15T03:28:57.915Z Downloaded ciborium-ll v0.2.2
8622026-06-15T03:28:57.915Z Downloaded block-buffer v0.12.0
8632026-06-15T03:28:57.918Z Downloaded bcs v0.1.6
8642026-06-15T03:28:57.920Z Downloaded critical-section v1.2.0
8652026-06-15T03:28:57.923Z Downloaded async-trait v0.1.89
8662026-06-15T03:28:57.927Z Downloaded hmac v0.12.1
8672026-06-15T03:28:57.930Z Downloaded glob v0.3.3
8682026-06-15T03:28:57.930Z Downloaded memmap v0.7.0
8692026-06-15T03:28:57.930Z Downloaded foreign-types v0.5.0
8702026-06-15T03:28:57.933Z Downloaded chacha20 v0.9.1
8712026-06-15T03:28:57.935Z Downloaded cargo_toml v0.22.3
8722026-06-15T03:28:57.935Z Downloaded bs58 v0.5.1
8732026-06-15T03:28:57.938Z Downloaded icu_normalizer_data v2.2.0
8742026-06-15T03:28:57.943Z Downloaded konst v0.2.20
8752026-06-15T03:28:57.946Z Downloaded git-stub-vcs v0.1.0
8762026-06-15T03:28:57.949Z Downloaded async-stream v0.3.6
8772026-06-15T03:28:57.951Z Downloaded dof v0.3.0
8782026-06-15T03:28:57.951Z Downloaded ciborium-io v0.2.2
8792026-06-15T03:28:57.954Z Downloaded anyhow v1.0.102
8802026-06-15T03:28:57.959Z Downloaded libsw v3.5.0
8812026-06-15T03:28:57.959Z Downloaded aead v0.5.2
8822026-06-15T03:28:57.962Z Downloaded defmt v0.3.100
8832026-06-15T03:28:57.962Z Downloaded nom v8.0.0
8842026-06-15T03:28:57.965Z Downloaded base16ct v0.2.0
8852026-06-15T03:28:57.968Z Downloaded byte-wrapper v0.1.0
8862026-06-15T03:28:57.971Z Downloaded goblin v0.10.7
8872026-06-15T03:28:57.976Z Downloaded elliptic-curve v0.13.8
8882026-06-15T03:28:57.979Z Downloaded dunce v1.0.5
8892026-06-15T03:28:57.981Z Downloaded goblin v0.8.2
8902026-06-15T03:28:57.984Z Downloaded embedded-io v0.4.0
8912026-06-15T03:28:57.987Z Downloaded lru-cache v0.1.2
8922026-06-15T03:28:57.987Z Downloaded multer v3.1.0
8932026-06-15T03:28:57.990Z Downloaded macaddr v1.0.1
8942026-06-15T03:28:57.991Z Downloaded embedded-io v0.6.1
8952026-06-15T03:28:57.993Z Downloaded hash32 v0.3.1
8962026-06-15T03:28:57.993Z Downloaded cpufeatures v0.3.0
8972026-06-15T03:28:57.996Z Downloaded match_cfg v0.1.0
8982026-06-15T03:28:57.996Z Downloaded const-random v0.1.18
8992026-06-15T03:28:57.996Z Downloaded konst_macro_rules v0.2.19
9002026-06-15T03:28:57.999Z Downloaded instant v0.1.13
9012026-06-15T03:28:58.001Z Downloaded dyn-clone v1.0.20
9022026-06-15T03:28:58.001Z Downloaded fxhash v0.2.1
9032026-06-15T03:28:58.005Z Downloaded float-ord v0.3.2
9042026-06-15T03:28:58.005Z Downloaded const-random-macro v0.1.16
9052026-06-15T03:28:58.005Z Downloaded managed v0.8.0
9062026-06-15T03:28:58.007Z Downloaded argon2 v0.5.3
9072026-06-15T03:28:58.007Z Downloaded keccak v0.1.6
9082026-06-15T03:28:58.010Z Downloaded fixedbitset v0.4.2
9092026-06-15T03:28:58.010Z Downloaded chacha20 v0.10.0
9102026-06-15T03:28:58.013Z Downloaded bytecount v0.6.9
9112026-06-15T03:28:58.016Z Downloaded newtype_derive v0.1.6
9122026-06-15T03:28:58.016Z Downloaded dof v0.4.0
9132026-06-15T03:28:58.016Z Downloaded crunchy v0.2.4
9142026-06-15T03:28:58.018Z Downloaded dropshot-api-manager-types v0.7.2
9152026-06-15T03:28:58.018Z Downloaded backon v1.6.0
9162026-06-15T03:28:58.021Z Downloaded num v0.4.3
9172026-06-15T03:28:58.021Z Downloaded internet-checksum v0.2.1
9182026-06-15T03:28:58.025Z Downloaded dtrace-parser v0.3.0
9192026-06-15T03:28:58.025Z Downloaded num-conv v0.2.2
9202026-06-15T03:28:58.028Z Downloaded cstr-argument v0.1.2
9212026-06-15T03:28:58.028Z Downloaded crypto-common v0.2.2
9222026-06-15T03:28:58.028Z Downloaded crc8 v0.1.1
9232026-06-15T03:28:58.028Z Downloaded memoffset v0.9.1
9242026-06-15T03:28:58.031Z Downloaded libscf-sys v1.2.0
9252026-06-15T03:28:58.031Z Downloaded crucible-workspace-hack v0.1.0
9262026-06-15T03:28:58.034Z Downloaded omicron-workspace-hack v0.1.0
9272026-06-15T03:28:58.034Z Downloaded num-derive v0.4.2
9282026-06-15T03:28:58.037Z Downloaded linked-hash-map v0.5.6
9292026-06-15T03:28:58.037Z Downloaded fs-err v3.3.0
9302026-06-15T03:28:58.037Z Downloaded ff v0.13.1
9312026-06-15T03:28:58.039Z Downloaded foreign-types-macros v0.2.3
9322026-06-15T03:28:58.039Z Downloaded newline-converter v0.3.0
9332026-06-15T03:28:58.042Z Downloaded inout v0.1.4
9342026-06-15T03:28:58.042Z Downloaded hubpack_derive v0.1.1
9352026-06-15T03:28:58.042Z Downloaded is-terminal v0.4.17
9362026-06-15T03:28:58.045Z Downloaded ident_case v1.0.1
9372026-06-15T03:28:58.045Z Downloaded defmt-parser v1.0.0
9382026-06-15T03:28:58.045Z Downloaded darling_macro v0.23.0
9392026-06-15T03:28:58.048Z Downloaded httpdate v1.0.3
9402026-06-15T03:28:58.048Z Downloaded olpc-cjson v0.1.4
9412026-06-15T03:28:58.050Z Downloaded num_threads v0.1.7
9422026-06-15T03:28:58.050Z Downloaded num_enum_derive v0.5.11
9432026-06-15T03:28:58.050Z Downloaded num-iter v0.1.45
9442026-06-15T03:28:58.053Z Downloaded no-std-compat v0.4.1
9452026-06-15T03:28:58.053Z Downloaded hubpack v0.1.2
9462026-06-15T03:28:58.056Z Downloaded displaydoc v0.2.6
9472026-06-15T03:28:58.056Z Downloaded hostname v0.4.2
9482026-06-15T03:28:58.059Z Downloaded git-stub v1.0.0
9492026-06-15T03:28:58.059Z Downloaded data-encoding v2.11.0
9502026-06-15T03:28:58.061Z Downloaded idna_adapter v1.2.2
9512026-06-15T03:28:58.061Z Downloaded natord v1.0.9
9522026-06-15T03:28:58.061Z Downloaded derive-ex v0.1.8
9532026-06-15T03:28:58.064Z Downloaded daft-derive v0.1.7
9542026-06-15T03:28:58.067Z Downloaded opaque-debug v0.3.1
9552026-06-15T03:28:58.067Z Downloaded hostname v0.3.1
9562026-06-15T03:28:58.070Z Downloaded digest v0.11.3
9572026-06-15T03:28:58.070Z Downloaded newtype-uuid-macros v0.1.0
9582026-06-15T03:28:58.073Z Downloaded cobs v0.3.0
9592026-06-15T03:28:58.073Z Downloaded cipher v0.4.4
9602026-06-15T03:28:58.073Z Downloaded convert_case v0.4.0
9612026-06-15T03:28:58.077Z Downloaded darling_macro v0.21.3
9622026-06-15T03:28:58.077Z Downloaded parse-display v0.10.0
9632026-06-15T03:28:58.080Z Downloaded foreign-types-shared v0.3.1
9642026-06-15T03:28:58.080Z Downloaded linear-map v1.2.0
9652026-06-15T03:28:58.080Z Downloaded ingot-types v0.1.2
9662026-06-15T03:28:58.080Z Downloaded ipnetwork v0.21.1
9672026-06-15T03:28:58.083Z Downloaded enum-as-inner v0.6.1
9682026-06-15T03:28:58.083Z Downloaded defmt-macros v1.1.0
9692026-06-15T03:28:58.086Z Downloaded ingot v0.1.1
9702026-06-15T03:28:58.086Z Downloaded heck v0.4.1
9712026-06-15T03:28:58.089Z Downloaded mime v0.3.17
9722026-06-15T03:28:58.089Z Downloaded const_format_proc_macros v0.2.34
9732026-06-15T03:28:58.089Z Downloaded group v0.13.0
9742026-06-15T03:28:58.092Z Downloaded foldhash v0.2.0
9752026-06-15T03:28:58.092Z Downloaded libsw-core v0.3.2
9762026-06-15T03:28:58.095Z Downloaded potential_utf v0.1.5
9772026-06-15T03:28:58.095Z Downloaded phf_shared v0.12.1
9782026-06-15T03:28:58.098Z Downloaded plain v0.2.3
9792026-06-15T03:28:58.098Z Downloaded cmake v0.1.58
9802026-06-15T03:28:58.098Z Downloaded pretty-hex v0.4.2
9812026-06-15T03:28:58.145Z Downloaded num-integer v0.1.46
9822026-06-15T03:28:58.145Z Downloaded constant_time_eq v0.4.2
9832026-06-15T03:28:58.145Z Downloaded powerfmt v0.2.0
9842026-06-15T03:28:58.145Z Downloaded proc-macro-crate v3.5.0
9852026-06-15T03:28:58.145Z Downloaded proc-macro-error-attr2 v2.0.0
9862026-06-15T03:28:58.145Z Downloaded proc-macro-crate v1.3.1
9872026-06-15T03:28:58.145Z Downloaded proc-macro-error-attr v1.0.4
9882026-06-15T03:28:58.145Z Downloaded erased-serde v0.3.31
9892026-06-15T03:28:58.145Z Downloaded base64 v0.21.7
9902026-06-15T03:28:58.145Z Downloaded compression-codecs v0.4.38
9912026-06-15T03:28:58.145Z Downloaded rand_chacha v0.3.1
9922026-06-15T03:28:58.145Z Downloaded num_enum_derive v0.7.6
9932026-06-15T03:28:58.145Z Downloaded progenitor-client v0.14.0
9942026-06-15T03:28:58.145Z Downloaded rand_xorshift v0.4.0
9952026-06-15T03:28:58.145Z Downloaded quick-error v1.2.3
9962026-06-15T03:28:58.145Z Downloaded progenitor-client v0.10.0
9972026-06-15T03:28:58.145Z Downloaded oxnet v0.1.6
9982026-06-15T03:28:58.145Z Downloaded progenitor-macro v0.14.0
9992026-06-15T03:28:58.145Z Downloaded progenitor-macro v0.13.0
10002026-06-15T03:28:58.146Z Downloaded progenitor-macro v0.10.0
10012026-06-15T03:28:58.146Z Downloaded ref-cast v1.0.25
10022026-06-15T03:28:58.146Z Downloaded num-complex v0.4.6
10032026-06-15T03:28:58.146Z Downloaded num_enum v0.7.6
10042026-06-15T03:28:58.146Z Downloaded num-rational v0.4.2
10052026-06-15T03:28:58.146Z Downloaded paste v1.0.15
10062026-06-15T03:28:58.146Z Downloaded bitflags v1.3.2
10072026-06-15T03:28:58.146Z Downloaded ref-cast-impl v1.0.25
10082026-06-15T03:28:58.146Z Downloaded memmap2 v0.9.10
10092026-06-15T03:28:58.146Z Downloaded diff v0.1.13
10102026-06-15T03:28:58.146Z Downloaded colored v3.1.1
10112026-06-15T03:28:58.146Z Downloaded password-hash v0.5.0
10122026-06-15T03:28:58.149Z Downloaded phf v0.12.1
10132026-06-15T03:28:58.149Z Downloaded parking_lot_core v0.8.6
10142026-06-15T03:28:58.149Z Downloaded oxide-tokio-rt v0.1.6
10152026-06-15T03:28:58.149Z Downloaded deranged v0.5.8
10162026-06-15T03:28:58.149Z Downloaded darling v0.21.3
10172026-06-15T03:28:58.149Z Downloaded litemap v0.8.2
10182026-06-15T03:28:58.152Z Downloaded same-file v1.0.6
10192026-06-15T03:28:58.152Z Downloaded rustc_version v0.1.7
10202026-06-15T03:28:58.152Z Downloaded fs_extra v1.3.0
10212026-06-15T03:28:58.155Z Downloaded daft v0.1.7
10222026-06-15T03:28:58.155Z Downloaded pem v3.0.6
10232026-06-15T03:28:58.159Z Downloaded half v2.7.1
10242026-06-15T03:28:58.159Z Downloaded highway v1.3.0
10252026-06-15T03:28:58.161Z Downloaded defmt v1.1.0
10262026-06-15T03:28:58.164Z Downloaded csv-core v0.1.13
10272026-06-15T03:28:58.164Z Downloaded console v0.16.3
10282026-06-15T03:28:58.164Z Downloaded semver v0.1.20
10292026-06-15T03:28:58.167Z Downloaded secrecy v0.10.3
10302026-06-15T03:28:58.167Z Downloaded crossbeam-deque v0.8.6
10312026-06-15T03:28:58.167Z Downloaded cancel-safe-futures v0.1.5
10322026-06-15T03:28:58.170Z Downloaded scroll_derive v0.13.1
10332026-06-15T03:28:58.171Z Downloaded blake2 v0.10.6
10342026-06-15T03:28:58.173Z Downloaded bitflags v2.12.1
10352026-06-15T03:28:58.176Z Downloaded cookie v0.18.1
10362026-06-15T03:28:58.176Z Downloaded progenitor v0.13.0
10372026-06-15T03:28:58.179Z Downloaded serde_plain v1.0.2
10382026-06-15T03:28:58.179Z Downloaded serde_repr v0.1.20
10392026-06-15T03:28:58.179Z Downloaded serde-big-array v0.5.1
10402026-06-15T03:28:58.182Z Downloaded scroll_derive v0.12.1
10412026-06-15T03:28:58.182Z Downloaded progenitor v0.14.0
10422026-06-15T03:28:58.182Z Downloaded sha1 v0.10.6
10432026-06-15T03:28:58.184Z Downloaded poly1305 v0.8.0
10442026-06-15T03:28:58.184Z Downloaded siphasher v1.0.3
10452026-06-15T03:28:58.187Z Downloaded proc-macro-error2 v2.0.1
10462026-06-15T03:28:58.187Z Downloaded proc-macro-error v1.0.4
10472026-06-15T03:28:58.190Z Downloaded sha1 v0.11.0
10482026-06-15T03:28:58.190Z Downloaded progenitor v0.10.0
10492026-06-15T03:28:58.193Z Downloaded sigpipe v0.1.3
10502026-06-15T03:28:58.193Z Downloaded num_enum v0.5.11
10512026-06-15T03:28:58.196Z Downloaded omicron-zone-package v0.12.2
10522026-06-15T03:28:58.199Z Downloaded slog-envlogger v2.2.0
10532026-06-15T03:28:58.199Z Downloaded slog-bunyan v2.5.0
10542026-06-15T03:28:58.199Z Downloaded ingot-macros v0.1.1
10552026-06-15T03:28:58.202Z Downloaded darling v0.23.0
10562026-06-15T03:28:58.205Z Downloaded dtrace-parser v0.2.0
10572026-06-15T03:28:58.205Z Downloaded compression-core v0.4.32
10582026-06-15T03:28:58.206Z Downloaded gethostname v0.5.0
10592026-06-15T03:28:58.209Z Downloaded smawk v0.3.2
10602026-06-15T03:28:58.209Z Downloaded rand_core v0.10.1
10612026-06-15T03:28:58.209Z Downloaded serial_test v3.5.0
10622026-06-15T03:28:58.209Z Downloaded spin v0.5.2
10632026-06-15T03:28:58.211Z Downloaded byteorder v1.5.0
10642026-06-15T03:28:58.212Z Downloaded resolv-conf v0.7.6
10652026-06-15T03:28:58.212Z Downloaded parse-display-derive v0.10.0
10662026-06-15T03:28:58.214Z Downloaded stable_deref_trait v1.2.1
10672026-06-15T03:28:58.214Z Downloaded rustls-native-certs v0.8.4
10682026-06-15T03:28:58.214Z Downloaded backoff v0.4.0
10692026-06-15T03:28:58.217Z Downloaded indexmap v1.9.3
10702026-06-15T03:28:58.220Z Downloaded structmeta-derive v0.3.0
10712026-06-15T03:28:58.220Z Downloaded pest_derive v2.8.6
10722026-06-15T03:28:58.220Z Downloaded icu_properties v2.2.0
10732026-06-15T03:28:58.222Z Downloaded dropshot_endpoint v0.17.1
10742026-06-15T03:28:58.225Z Downloaded derive_more v0.99.20
10752026-06-15T03:28:58.228Z Downloaded strum v0.27.2
10762026-06-15T03:28:58.231Z Downloaded tagptr v0.2.0
10772026-06-15T03:28:58.231Z Downloaded postcard v1.1.3
10782026-06-15T03:28:58.231Z Downloaded pest_generator v2.8.6
10792026-06-15T03:28:58.234Z Downloaded structmeta v0.3.0
10802026-06-15T03:28:58.234Z Downloaded crossbeam-utils v0.8.21
10812026-06-15T03:28:58.238Z Downloaded serde_tokenstream v0.2.3
10822026-06-15T03:28:58.238Z Downloaded rusty-fork v0.3.1
10832026-06-15T03:28:58.238Z Downloaded tabled_derive v0.7.0
10842026-06-15T03:28:58.238Z Downloaded strum v0.26.3
10852026-06-15T03:28:58.241Z Downloaded rustls-pemfile v2.2.0
10862026-06-15T03:28:58.241Z Downloaded arc-swap v1.9.1
10872026-06-15T03:28:58.241Z Downloaded time-core v0.1.8
10882026-06-15T03:28:58.244Z Downloaded thread-id v5.1.0
10892026-06-15T03:28:58.244Z Downloaded thiserror-impl-no-std v2.0.2
10902026-06-15T03:28:58.244Z Downloaded testing_table v0.3.0
10912026-06-15T03:28:58.247Z Downloaded termtree v0.5.1
10922026-06-15T03:28:58.247Z Downloaded take_mut v0.2.2
10932026-06-15T03:28:58.247Z Downloaded tabled_derive v0.11.0
10942026-06-15T03:28:58.247Z Downloaded progenitor-client v0.13.0
10952026-06-15T03:28:58.249Z Downloaded crossbeam-epoch v0.9.18
10962026-06-15T03:28:58.249Z Downloaded scroll v0.12.0
10972026-06-15T03:28:58.249Z Downloaded schemars_derive v0.8.22
10982026-06-15T03:28:58.252Z Downloaded rustversion v1.0.22
10992026-06-15T03:28:58.252Z Downloaded cc v1.2.63
11002026-06-15T03:28:58.255Z Downloaded progenitor-extras v0.2.0
11012026-06-15T03:28:58.255Z Downloaded chacha20poly1305 v0.10.1
11022026-06-15T03:28:58.258Z Downloaded slog-dtrace v0.3.0
11032026-06-15T03:28:58.258Z Downloaded ciborium v0.2.2
11042026-06-15T03:28:58.260Z Downloaded topological-sort v0.2.2
11052026-06-15T03:28:58.260Z Downloaded serial_test_derive v3.5.0
11062026-06-15T03:28:58.260Z Downloaded serde_derive_internals v0.29.1
11072026-06-15T03:28:58.260Z Downloaded thread-id v4.2.2
11082026-06-15T03:28:58.263Z Downloaded bit-vec v0.8.0
11092026-06-15T03:28:58.263Z Downloaded arrayvec v0.7.6
11102026-06-15T03:28:58.267Z Downloaded papergrid v0.11.0
11112026-06-15T03:28:58.271Z Downloaded slog-scope v4.4.1
11122026-06-15T03:28:58.271Z Downloaded const_format v0.2.36
11132026-06-15T03:28:58.271Z Downloaded slog-term v2.9.2
11142026-06-15T03:28:58.274Z Downloaded slog-stdlog v4.1.1
11152026-06-15T03:28:58.274Z Downloaded slog-async v2.8.0
11162026-06-15T03:28:58.274Z Downloaded snafu-derive v0.8.9
11172026-06-15T03:28:58.276Z Downloaded hybrid-array v0.4.12
11182026-06-15T03:28:58.276Z Downloaded slog-json v2.6.1
11192026-06-15T03:28:58.276Z Downloaded rhai_codegen v3.2.0
11202026-06-15T03:28:58.281Z Downloaded untrusted v0.7.1
11212026-06-15T03:28:58.284Z Downloaded unit-prefix v0.5.2
11222026-06-15T03:28:58.284Z Downloaded unarray v0.1.4
11232026-06-15T03:28:58.284Z Downloaded typify-macro v0.6.2
11242026-06-15T03:28:58.284Z Downloaded icu_provider v2.2.0
11252026-06-15T03:28:58.286Z Downloaded typify-macro v0.4.3
11262026-06-15T03:28:58.287Z Downloaded smf v0.2.3
11272026-06-15T03:28:58.287Z Downloaded darling_core v0.23.0
11282026-06-15T03:28:58.289Z Downloaded waitgroup v0.1.2
11292026-06-15T03:28:58.293Z Downloaded wait-timeout v0.2.1
11302026-06-15T03:28:58.293Z Downloaded usdt-macro v0.6.0
11312026-06-15T03:28:58.293Z Downloaded usdt-macro v0.5.0
11322026-06-15T03:28:58.293Z Downloaded usdt v0.6.0
11332026-06-15T03:28:58.296Z Downloaded usdt v0.5.0
11342026-06-15T03:28:58.296Z Downloaded const-oid v0.10.2
11352026-06-15T03:28:58.296Z Downloaded utf-8 v0.7.6
11362026-06-15T03:28:58.296Z Downloaded strum_macros v0.27.2
11372026-06-15T03:28:58.299Z Downloaded usdt-attr-macro v0.6.0
11382026-06-15T03:28:58.299Z Downloaded synstructure v0.13.2
11392026-06-15T03:28:58.299Z Downloaded strum_macros v0.26.4
11402026-06-15T03:28:58.299Z Downloaded async-compression v0.4.42
11412026-06-15T03:28:58.302Z Downloaded yoke-derive v0.8.2
11422026-06-15T03:28:58.305Z Downloaded heapless v0.8.0
11432026-06-15T03:28:58.308Z Downloaded tinystr v0.8.3
11442026-06-15T03:28:58.308Z Downloaded time-macros v0.2.27
11452026-06-15T03:28:58.308Z Downloaded usdt-attr-macro v0.5.0
11462026-06-15T03:28:58.311Z Downloaded universal-hash v0.5.1
11472026-06-15T03:28:58.311Z Downloaded progenitor-impl v0.13.0
11482026-06-15T03:28:58.311Z Downloaded tabwriter v1.4.1
11492026-06-15T03:28:58.313Z Downloaded darling_core v0.21.3
11502026-06-15T03:28:58.314Z Downloaded drift v0.2.0
11512026-06-15T03:28:58.319Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11522026-06-15T03:28:58.322Z Downloaded minimal-lexical v0.2.1
11532026-06-15T03:28:58.324Z Downloaded tokio-tungstenite v0.21.0
11542026-06-15T03:28:58.324Z Downloaded tiny-keccak v2.0.2
11552026-06-15T03:28:58.327Z Downloaded serde_with_macros v3.20.0
11562026-06-15T03:28:58.327Z Downloaded progenitor-impl v0.14.0
11572026-06-15T03:28:58.331Z Downloaded papergrid v0.18.0
11582026-06-15T03:28:58.333Z Downloaded progenitor-impl v0.10.0
11592026-06-15T03:28:58.333Z Downloaded tokio-dtrace v0.1.1
11602026-06-15T03:28:58.333Z Downloaded scroll v0.13.0
11612026-06-15T03:28:58.336Z Downloaded zone v0.3.1
11622026-06-15T03:28:58.336Z Downloaded zerofrom v0.1.8
11632026-06-15T03:28:58.339Z Downloaded zerofrom-derive v0.1.7
11642026-06-15T03:28:58.342Z Downloaded zone_cfg_derive v0.3.1
11652026-06-15T03:28:58.344Z Downloaded usdt-impl v0.6.0
11662026-06-15T03:28:58.347Z Downloaded icu_locale_core v2.2.0
11672026-06-15T03:28:58.350Z Downloaded walkdir v2.5.0
11682026-06-15T03:28:58.352Z Downloaded prettyplease v0.2.37
11692026-06-15T03:28:58.352Z Downloaded writeable v0.6.3
11702026-06-15T03:28:58.356Z Downloaded thiserror-no-std v2.0.2
11712026-06-15T03:28:58.358Z Downloaded smartstring v1.0.1
11722026-06-15T03:28:58.358Z Downloaded parking_lot v0.11.2
11732026-06-15T03:28:58.358Z Downloaded crypto-bigint v0.5.5
11742026-06-15T03:28:58.361Z Downloaded similar v2.7.0
11752026-06-15T03:28:58.364Z Downloaded whoami v1.6.1
11762026-06-15T03:28:58.367Z Downloaded crossbeam-channel v0.5.15
11772026-06-15T03:28:58.369Z Downloaded openssl-sys v0.9.116
11782026-06-15T03:28:58.372Z Downloaded indicatif v0.18.4
11792026-06-15T03:28:58.376Z Downloaded zerovec-derive v0.11.3
11802026-06-15T03:28:58.376Z Downloaded spin v0.9.8
11812026-06-15T03:28:58.376Z Downloaded jiff-static v0.2.28
11822026-06-15T03:28:58.379Z Downloaded vsss-rs v3.3.4
11832026-06-15T03:28:58.379Z Downloaded icu_collections v2.2.0
11842026-06-15T03:28:58.381Z Downloaded term v1.2.1
11852026-06-15T03:28:58.385Z Downloaded schemars v0.8.22
11862026-06-15T03:28:58.389Z Downloaded slog v2.8.2
11872026-06-15T03:28:58.393Z Downloaded pest_meta v2.8.6
11882026-06-15T03:28:58.396Z Downloaded xz2 v0.1.7
11892026-06-15T03:28:58.396Z Downloaded zeroize_derive v1.4.3
11902026-06-15T03:28:58.396Z Downloaded yoke v0.8.3
11912026-06-15T03:28:58.401Z Downloaded zeroize v1.8.2
11922026-06-15T03:28:58.404Z Downloaded rayon-core v1.13.0
11932026-06-15T03:28:58.406Z Downloaded tungstenite v0.21.0
11942026-06-15T03:28:58.411Z Downloaded smallvec v1.15.1
11952026-06-15T03:28:58.414Z Downloaded ucd-trie v0.1.7
11962026-06-15T03:28:58.414Z Downloaded usdt-impl v0.5.0
11972026-06-15T03:28:58.418Z Downloaded unsafe-libyaml v0.2.11
11982026-06-15T03:28:58.422Z Downloaded thin-vec v0.2.18
11992026-06-15T03:28:58.428Z Downloaded icu_normalizer v2.2.0
12002026-06-15T03:28:58.428Z Downloaded expectorate v1.2.0
12012026-06-15T03:28:58.430Z Downloaded qorb v0.4.1
12022026-06-15T03:28:58.430Z Downloaded rustls-platform-verifier v0.7.0
12032026-06-15T03:28:58.433Z Downloaded typify v0.4.3
12042026-06-15T03:28:58.436Z Downloaded test-strategy v0.4.5
12052026-06-15T03:28:58.436Z Downloaded dropshot-api-manager v0.7.2
12062026-06-15T03:28:58.439Z Downloaded typify v0.6.2
12072026-06-15T03:28:58.441Z Downloaded steno v0.4.1
12082026-06-15T03:28:58.444Z Downloaded toml v0.7.8
12092026-06-15T03:28:58.447Z Downloaded rand v0.8.6
12102026-06-15T03:28:58.447Z Downloaded pretty_assertions v1.4.1
12112026-06-15T03:28:58.453Z Downloaded toml v0.9.12+spec-1.1.0
12122026-06-15T03:28:58.457Z Downloaded uuid v1.23.2
12132026-06-15T03:28:58.460Z Downloaded hickory-resolver v0.25.2
12142026-06-15T03:28:58.463Z Downloaded snafu v0.8.9
12152026-06-15T03:28:58.466Z Downloaded schemars v1.2.1
12162026-06-15T03:28:58.472Z Downloaded zerocopy-derive v0.7.35
12172026-06-15T03:28:58.475Z Downloaded toml_edit v0.25.12+spec-1.1.0
12182026-06-15T03:28:58.477Z Downloaded yansi v1.0.1
12192026-06-15T03:28:58.480Z Downloaded serde_yaml v0.9.34+deprecated
12202026-06-15T03:28:58.480Z Downloaded rand v0.10.1
12212026-06-15T03:28:58.485Z Downloaded schemars v0.9.0
12222026-06-15T03:28:58.488Z Downloaded zerotrie v0.2.4
12232026-06-15T03:28:58.491Z Downloaded hashbrown v0.12.3
12242026-06-15T03:28:58.494Z Downloaded libm v0.2.16
12252026-06-15T03:28:58.498Z Downloaded toml_edit v0.19.15
12262026-06-15T03:28:58.507Z Downloaded zerocopy-derive v0.8.50
12272026-06-15T03:28:58.512Z Downloaded nom v7.1.3
12282026-06-15T03:28:58.514Z Downloaded blake3 v1.8.5
12292026-06-15T03:28:58.519Z Downloaded memchr v2.8.1
12302026-06-15T03:28:58.522Z Downloaded http v1.4.1
12312026-06-15T03:28:58.525Z Downloaded typed-path v0.9.3
12322026-06-15T03:28:58.528Z Downloaded regex v1.12.3
12332026-06-15T03:28:58.531Z Downloaded pest v2.8.6
12342026-06-15T03:28:58.533Z Downloaded itertools v0.12.1
12352026-06-15T03:28:58.536Z Downloaded hickory-resolver v0.24.4
12362026-06-15T03:28:58.541Z Downloaded tough v0.22.0
12372026-06-15T03:28:58.546Z Downloaded hashbrown v0.16.1
12382026-06-15T03:28:58.560Z Downloaded icu_properties_data v2.2.0
12392026-06-15T03:28:58.565Z Downloaded hkdf v0.12.4
12402026-06-15T03:28:58.575Z Downloaded zerovec v0.11.6
12412026-06-15T03:28:58.578Z Downloaded winnow v0.5.40
12422026-06-15T03:28:58.582Z Downloaded iddqd v0.4.2
12432026-06-15T03:28:58.586Z Downloaded aws-lc-rs v1.17.0
12442026-06-15T03:28:58.593Z Downloaded serde_with v3.20.0
12452026-06-15T03:28:58.599Z Downloaded reqwest v0.13.4
12462026-06-15T03:28:58.602Z Downloaded rayon v1.12.0
12472026-06-15T03:28:58.607Z Downloaded moka v0.12.15
12482026-06-15T03:28:58.611Z Downloaded zerocopy v0.7.35
12492026-06-15T03:28:58.620Z Downloaded proptest v1.11.0
12502026-06-15T03:28:58.645Z Downloaded tabled v0.15.0
12512026-06-15T03:28:58.653Z Downloaded tabled v0.21.0
12522026-06-15T03:28:58.662Z Downloaded time v0.3.47
12532026-06-15T03:28:58.668Z Downloaded openssl v0.10.80
12542026-06-15T03:28:58.673Z Downloaded syn v1.0.109
12552026-06-15T03:28:58.684Z Downloaded regress v0.10.5
12562026-06-15T03:28:58.706Z Downloaded smoltcp v0.11.0
12572026-06-15T03:28:58.713Z Downloaded zerocopy v0.8.50
12582026-06-15T03:28:58.723Z Downloaded regex-syntax v0.8.10
12592026-06-15T03:28:58.727Z Downloaded rhai v1.25.1
12602026-06-15T03:28:58.733Z Downloaded nix v0.31.3
12612026-06-15T03:28:58.740Z Downloaded regress v0.11.1
12622026-06-15T03:28:58.744Z Downloaded openapiv3 v2.2.0
12632026-06-15T03:28:58.750Z Downloaded hickory-proto v0.24.4
12642026-06-15T03:28:58.758Z Downloaded dropshot v0.17.1
12652026-06-15T03:28:58.770Z Downloaded hickory-proto v0.25.2
12662026-06-15T03:28:58.780Z Downloaded typify-impl v0.6.2
12672026-06-15T03:28:58.791Z Downloaded sled v0.34.7
12682026-06-15T03:28:58.797Z Downloaded typify-impl v0.4.3
12692026-06-15T03:28:58.820Z Downloaded jiff v0.2.28
12702026-06-15T03:28:58.830Z Downloaded lzma-sys v0.1.20
12712026-06-15T03:28:58.861Z Downloaded chrono-tz v0.10.4
12722026-06-15T03:28:58.870Z Downloaded petgraph v0.6.5
12732026-06-15T03:28:58.880Z Downloaded encoding_rs v0.8.35
12742026-06-15T03:28:58.891Z Downloaded csv v1.4.0
12752026-06-15T03:28:58.904Z Downloaded sha3 v0.10.9
12762026-06-15T03:28:59.485Z Downloaded aws-lc-sys v0.41.0
12772026-06-15T03:29:00.393Z Compiling proc-macro2 v1.0.106
12782026-06-15T03:29:00.393Z Compiling unicode-ident v1.0.24
12792026-06-15T03:29:00.393Z Compiling quote v1.0.45
12802026-06-15T03:29:00.393Z Compiling serde_core v1.0.228
12812026-06-15T03:29:00.462Z Compiling cfg-if v1.0.4
12822026-06-15T03:29:00.462Z Compiling serde v1.0.228
12832026-06-15T03:29:00.462Z Compiling libc v0.2.186
12842026-06-15T03:29:00.462Z Compiling memchr v2.8.1
12852026-06-15T03:29:00.541Z Compiling itoa v1.0.18
12862026-06-15T03:29:00.715Z Compiling smallvec v1.15.1
12872026-06-15T03:29:00.810Z Compiling zmij v1.0.21
12882026-06-15T03:29:00.863Z Compiling autocfg v1.5.1
12892026-06-15T03:29:00.912Z Compiling libm v0.2.16
12902026-06-15T03:29:01.171Z Compiling stable_deref_trait v1.2.1
12912026-06-15T03:29:01.200Z Compiling percent-encoding v2.3.2
12922026-06-15T03:29:01.243Z Compiling litemap v0.8.2
12932026-06-15T03:29:01.324Z Compiling writeable v0.6.3
12942026-06-15T03:29:01.388Z Compiling icu_properties_data v2.2.0
12952026-06-15T03:29:01.400Z Compiling icu_normalizer_data v2.2.0
12962026-06-15T03:29:01.422Z Compiling utf8_iter v1.0.4
12972026-06-15T03:29:01.446Z Compiling iana-time-zone v0.1.65
12982026-06-15T03:29:01.558Z Compiling form_urlencoded v1.2.2
12992026-06-15T03:29:01.662Z Compiling serde_json v1.0.150
13002026-06-15T03:29:01.777Z Compiling syn v2.0.117
13012026-06-15T03:29:01.791Z Compiling equivalent v1.0.2
13022026-06-15T03:29:01.829Z Compiling dyn-clone v1.0.20
13032026-06-15T03:29:01.840Z Compiling version_check v0.9.5
13042026-06-15T03:29:01.868Z Compiling pin-project-lite v0.2.17
13052026-06-15T03:29:01.880Z Compiling num-traits v0.2.19
13062026-06-15T03:29:01.963Z Compiling parking_lot_core v0.9.12
13072026-06-15T03:29:01.966Z Compiling scopeguard v1.2.0
13082026-06-15T03:29:01.984Z Compiling thiserror v2.0.18
13092026-06-15T03:29:02.075Z Compiling lock_api v0.4.14
13102026-06-15T03:29:02.107Z Compiling getrandom v0.4.2
13112026-06-15T03:29:02.253Z Compiling rand_core v0.10.1
13122026-06-15T03:29:02.299Z Compiling errno v0.3.14
13132026-06-15T03:29:02.408Z Compiling hashbrown v0.17.1
13142026-06-15T03:29:02.516Z Compiling log v0.4.32
13152026-06-15T03:29:02.563Z Compiling zerocopy v0.8.50
13162026-06-15T03:29:02.597Z Compiling heck v0.5.0
13172026-06-15T03:29:02.609Z Compiling futures-core v0.3.32
13182026-06-15T03:29:02.702Z Compiling semver v1.0.28
13192026-06-15T03:29:02.793Z Compiling uuid v1.23.2
13202026-06-15T03:29:02.958Z Compiling indexmap v2.14.0
13212026-06-15T03:29:02.992Z Compiling fnv v1.0.7
13222026-06-15T03:29:03.009Z Compiling schemars v0.8.22
13232026-06-15T03:29:03.042Z Compiling rustversion v1.0.22
13242026-06-15T03:29:03.082Z Compiling futures-sink v0.3.32
13252026-06-15T03:29:03.184Z Compiling slab v0.4.12
13262026-06-15T03:29:03.234Z Compiling jobserver v0.1.34
13272026-06-15T03:29:03.274Z Compiling find-msvc-tools v0.1.9
13282026-06-15T03:29:03.357Z Compiling shlex v2.0.1
13292026-06-15T03:29:03.512Z Compiling cc v1.2.63
13302026-06-15T03:29:03.541Z Compiling futures-channel v0.3.32
13312026-06-15T03:29:03.559Z Compiling bitflags v2.12.1
13322026-06-15T03:29:03.768Z Compiling socket2 v0.6.4
13332026-06-15T03:29:03.802Z Compiling portable-atomic v1.13.1
13342026-06-15T03:29:03.932Z Compiling parking_lot v0.12.5
13352026-06-15T03:29:03.943Z Compiling futures-io v0.3.32
13362026-06-15T03:29:04.034Z Compiling futures-task v0.3.32
13372026-06-15T03:29:04.068Z Compiling signal-hook-registry v1.4.8
13382026-06-15T03:29:04.100Z Compiling mio v1.2.1
13392026-06-15T03:29:05.208Z Compiling critical-section v1.2.0
13402026-06-15T03:29:05.211Z Compiling regex-syntax v0.8.10
13412026-06-15T03:29:05.211Z Compiling cmake v0.1.58
13422026-06-15T03:29:05.211Z Compiling fs_extra v1.3.0
13432026-06-15T03:29:05.211Z Compiling dunce v1.0.5
13442026-06-15T03:29:05.211Z Compiling base64 v0.22.1
13452026-06-15T03:29:05.211Z Compiling typenum v1.20.1
13462026-06-15T03:29:05.211Z Compiling rustix v1.1.4
13472026-06-15T03:29:05.211Z Compiling strsim v0.11.1
13482026-06-15T03:29:05.211Z Compiling synstructure v0.13.2
13492026-06-15T03:29:05.212Z Compiling serde_derive_internals v0.29.1
13502026-06-15T03:29:05.212Z Compiling once_cell v1.21.4
13512026-06-15T03:29:05.212Z Compiling aws-lc-sys v0.41.0
13522026-06-15T03:29:05.212Z Compiling byteorder v1.5.0
13532026-06-15T03:29:05.256Z Compiling subtle v2.6.1
13542026-06-15T03:29:05.267Z Compiling getrandom v0.3.4
13552026-06-15T03:29:05.306Z Compiling atomic-waker v1.1.2
13562026-06-15T03:29:05.404Z Compiling httparse v1.10.1
13572026-06-15T03:29:05.416Z Compiling thiserror v1.0.69
13582026-06-15T03:29:05.426Z Compiling ipnet v2.12.0
13592026-06-15T03:29:05.548Z Compiling tower-service v0.3.3
13602026-06-15T03:29:05.615Z Compiling ucd-trie v0.1.7
13612026-06-15T03:29:05.636Z Compiling tower-layer v0.3.3
13622026-06-15T03:29:05.791Z Compiling pest v2.8.6
13632026-06-15T03:29:05.893Z Compiling serde_derive v1.0.228
13642026-06-15T03:29:05.904Z Compiling zerofrom-derive v0.1.7
13652026-06-15T03:29:05.917Z Compiling yoke-derive v0.8.2
13662026-06-15T03:29:05.938Z Compiling zerovec-derive v0.11.3
13672026-06-15T03:29:06.108Z Compiling displaydoc v0.2.6
13682026-06-15T03:29:06.878Z Compiling schemars_derive v0.8.22
13692026-06-15T03:29:06.894Z Compiling thiserror-impl v2.0.18
13702026-06-15T03:29:06.967Z Compiling tokio-macros v2.7.0
13712026-06-15T03:29:07.022Z Compiling zerocopy-derive v0.8.50
13722026-06-15T03:29:07.036Z Compiling zeroize_derive v1.4.3
13732026-06-15T03:29:07.091Z Compiling zerofrom v0.1.8
13742026-06-15T03:29:07.217Z Compiling yoke v0.8.3
13752026-06-15T03:29:07.388Z Compiling zerovec v0.11.6
13762026-06-15T03:29:07.712Z Compiling zerotrie v0.2.4
13772026-06-15T03:29:07.748Z Compiling zeroize v1.8.2
13782026-06-15T03:29:07.945Z Compiling tinystr v0.8.3
13792026-06-15T03:29:07.956Z Compiling potential_utf v0.1.5
13802026-06-15T03:29:08.010Z Compiling futures-macro v0.3.32
13812026-06-15T03:29:08.110Z Compiling icu_locale_core v2.2.0
13822026-06-15T03:29:08.114Z Compiling icu_collections v2.2.0
13832026-06-15T03:29:08.140Z Compiling thiserror-impl v1.0.69
13842026-06-15T03:29:08.219Z Compiling untrusted v0.9.0
13852026-06-15T03:29:08.341Z Compiling try-lock v0.2.5
13862026-06-15T03:29:08.441Z Compiling ryu v1.0.23
13872026-06-15T03:29:08.616Z Compiling want v0.3.1
13882026-06-15T03:29:08.631Z Compiling pest_meta v2.8.6
13892026-06-15T03:29:08.779Z Compiling getrandom v0.2.17
13902026-06-15T03:29:08.847Z Compiling icu_provider v2.2.0
13912026-06-15T03:29:08.955Z Compiling futures-util v0.3.32
13922026-06-15T03:29:09.094Z Compiling bytes v1.11.1
13932026-06-15T03:29:09.160Z Compiling icu_normalizer v2.2.0
13942026-06-15T03:29:09.189Z Compiling icu_properties v2.2.0
13952026-06-15T03:29:09.294Z Compiling chrono v0.4.45
13962026-06-15T03:29:09.709Z Compiling tokio v1.52.3
13972026-06-15T03:29:09.731Z Compiling http v1.4.1
13982026-06-15T03:29:09.880Z Compiling serde_tokenstream v0.2.3
13992026-06-15T03:29:10.155Z Compiling idna_adapter v1.2.2
14002026-06-15T03:29:10.289Z Compiling idna v1.1.0
14012026-06-15T03:29:10.334Z Compiling erased-serde v0.3.31
14022026-06-15T03:29:10.683Z Compiling url v2.5.8
14032026-06-15T03:29:10.742Z Compiling http-body v1.0.1
14042026-06-15T03:29:10.887Z Compiling httpdate v1.0.3
14052026-06-15T03:29:10.904Z Compiling pest_generator v2.8.6
14062026-06-15T03:29:11.036Z Compiling rand_core v0.6.4
14072026-06-15T03:29:11.143Z Compiling pretty-hex v0.4.2
14082026-06-15T03:29:11.259Z Compiling ppv-lite86 v0.2.21
14092026-06-15T03:29:11.259Z Compiling plain v0.2.3
14102026-06-15T03:29:11.333Z Compiling slog v2.8.2
14112026-06-15T03:29:11.376Z Compiling foldhash v0.2.0
14122026-06-15T03:29:11.499Z Compiling pest_derive v2.8.6
14132026-06-15T03:29:11.531Z Compiling allocator-api2 v0.2.21
14142026-06-15T03:29:11.560Z Compiling tracing-attributes v0.1.31
14152026-06-15T03:29:11.582Z Compiling tracing-core v0.1.36
14162026-06-15T03:29:11.595Z Compiling fastrand v2.4.1
14172026-06-15T03:29:11.841Z Compiling hashbrown v0.16.1
14182026-06-15T03:29:11.841Z Compiling paste v1.0.15
14192026-06-15T03:29:12.056Z Compiling ipnetwork v0.21.1
14202026-06-15T03:29:12.189Z Compiling http-body-util v0.1.3
14212026-06-15T03:29:12.409Z Compiling oxnet v0.1.6
14222026-06-15T03:29:12.422Z Compiling serde_urlencoded v0.7.1
14232026-06-15T03:29:12.507Z Compiling aho-corasick v1.1.4
14242026-06-15T03:29:12.641Z Compiling omicron-workspace-hack v0.1.0
14252026-06-15T03:29:12.696Z Compiling winnow v1.0.3
14262026-06-15T03:29:12.709Z Compiling ident_case v1.0.1
14272026-06-15T03:29:12.791Z Compiling tracing v0.1.44
14282026-06-15T03:29:12.893Z Compiling sync_wrapper v1.0.2
14292026-06-15T03:29:13.022Z Compiling time-core v0.1.8
14302026-06-15T03:29:13.059Z Compiling num-conv v0.2.2
14312026-06-15T03:29:13.164Z Compiling powerfmt v0.2.0
14322026-06-15T03:29:13.205Z Compiling anyhow v1.0.102
14332026-06-15T03:29:13.320Z Compiling regex-automata v0.4.14
14342026-06-15T03:29:13.362Z Compiling deranged v0.5.8
14352026-06-15T03:29:13.744Z Compiling time-macros v0.2.27
14362026-06-15T03:29:13.782Z Compiling daft-derive v0.1.7
14372026-06-15T03:29:13.917Z Compiling scroll_derive v0.13.1
14382026-06-15T03:29:14.323Z Compiling num_threads v0.1.7
14392026-06-15T03:29:14.524Z Compiling tokio-util v0.7.18
14402026-06-15T03:29:14.719Z Compiling async-trait v0.1.89
14412026-06-15T03:29:14.741Z Compiling scroll v0.13.0
14422026-06-15T03:29:14.975Z Compiling regex v1.12.3
14432026-06-15T03:29:15.230Z Compiling aws-lc-rs v1.17.0
14442026-06-15T03:29:15.414Z Compiling goblin v0.10.7
14452026-06-15T03:29:15.432Z Compiling rand_core v0.9.5
14462026-06-15T03:29:15.539Z Compiling rustls-pki-types v1.14.1
14472026-06-15T03:29:15.642Z Compiling openssl-probe v0.2.1
14482026-06-15T03:29:15.818Z Compiling untrusted v0.7.1
14492026-06-15T03:29:15.830Z Compiling crossbeam-utils v0.8.21
14502026-06-15T03:29:15.935Z Compiling usdt-impl v0.6.0
14512026-06-15T03:29:16.015Z Compiling hex v0.4.3
14522026-06-15T03:29:16.152Z Compiling rand_chacha v0.9.0
14532026-06-15T03:29:16.193Z Compiling dtrace-parser v0.3.0
14542026-06-15T03:29:16.204Z Compiling camino v1.2.2
14552026-06-15T03:29:16.262Z Compiling rustls v0.23.40
14562026-06-15T03:29:16.479Z Compiling rand v0.9.4
14572026-06-15T03:29:16.591Z Compiling h2 v0.4.14
14582026-06-15T03:29:16.594Z Compiling thread-id v5.1.0
14592026-06-15T03:29:16.657Z Compiling thread_local v1.1.9
14602026-06-15T03:29:16.783Z Compiling quick-error v1.2.3
14612026-06-15T03:29:16.885Z Compiling crc32fast v1.5.0
14622026-06-15T03:29:17.068Z Compiling futures-executor v0.3.32
14632026-06-15T03:29:17.208Z Compiling slog-async v2.8.0
14642026-06-15T03:29:17.217Z Compiling bit-vec v0.8.0
14652026-06-15T03:29:17.341Z Compiling match_cfg v0.1.0
14662026-06-15T03:29:17.409Z Compiling bit-set v0.8.0
14672026-06-15T03:29:17.588Z Compiling futures v0.3.32
14682026-06-15T03:29:17.592Z Compiling structmeta-derive v0.3.0
14692026-06-15T03:29:17.637Z Compiling cpufeatures v0.3.0
14702026-06-15T03:29:17.649Z Compiling simd-adler32 v0.3.9
14712026-06-15T03:29:17.685Z Compiling unarray v0.1.4
14722026-06-15T03:29:17.707Z Compiling adler2 v2.0.1
14732026-06-15T03:29:17.788Z Compiling take_mut v0.2.2
14742026-06-15T03:29:17.837Z Compiling term v1.2.1
14752026-06-15T03:29:17.848Z Compiling miniz_oxide v0.8.9
14762026-06-15T03:29:17.890Z Compiling darling_core v0.23.0
14772026-06-15T03:29:18.510Z Compiling dof v0.4.0
14782026-06-15T03:29:18.540Z Compiling newtype-uuid-macros v0.1.0
14792026-06-15T03:29:18.625Z Compiling hybrid-array v0.4.12
14802026-06-15T03:29:18.647Z Compiling structmeta v0.3.0
14812026-06-15T03:29:18.846Z Compiling hyper v1.10.1
14822026-06-15T03:29:19.081Z Compiling flate2 v1.1.9
14832026-06-15T03:29:19.492Z Compiling tempfile v3.27.0
14842026-06-15T03:29:19.665Z Compiling newtype-uuid v1.3.2
14852026-06-15T03:29:19.856Z Compiling syn v1.0.109
14862026-06-15T03:29:19.905Z Compiling hyper-util v0.1.20
14872026-06-15T03:29:19.962Z Compiling darling_macro v0.23.0
14882026-06-15T03:29:19.998Z Compiling ref-cast v1.0.25
14892026-06-15T03:29:20.048Z Compiling compression-core v0.4.32
14902026-06-15T03:29:20.199Z Compiling compression-codecs v0.4.38
14912026-06-15T03:29:20.218Z Compiling daft v0.1.7
14922026-06-15T03:29:20.359Z Compiling block-buffer v0.12.0
14932026-06-15T03:29:20.370Z Compiling usdt-macro v0.6.0
14942026-06-15T03:29:20.449Z Compiling usdt-attr-macro v0.6.0
14952026-06-15T03:29:20.476Z Compiling crypto-common v0.2.2
14962026-06-15T03:29:20.539Z Compiling darling v0.23.0
14972026-06-15T03:29:20.590Z Compiling strum_macros v0.26.4
14982026-06-15T03:29:20.614Z Compiling ref-cast-impl v1.0.25
14992026-06-15T03:29:21.225Z Compiling serde_spanned v1.1.1
15002026-06-15T03:29:21.376Z Compiling multer v3.1.0
15012026-06-15T03:29:21.550Z Compiling debug-ignore v1.0.5
15022026-06-15T03:29:21.572Z Compiling toml_writer v1.1.1+spec-1.1.0
15032026-06-15T03:29:21.608Z Compiling const-oid v0.10.2
15042026-06-15T03:29:21.658Z Compiling serde_with_macros v3.20.0
15052026-06-15T03:29:21.748Z Compiling digest v0.11.3
15062026-06-15T03:29:21.809Z Compiling time v0.3.47
15072026-06-15T03:29:21.903Z Compiling tower v0.5.3
15082026-06-15T03:29:22.006Z Compiling async-stream-impl v0.3.6
15092026-06-15T03:29:22.183Z Compiling strum v0.26.3
15102026-06-15T03:29:22.195Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15112026-06-15T03:29:22.306Z Compiling dropshot v0.17.1
15122026-06-15T03:29:22.606Z Compiling encoding_rs v0.8.35
15132026-06-15T03:29:22.668Z Compiling mime v0.3.17
15142026-06-15T03:29:22.699Z Compiling spin v0.9.8
15152026-06-15T03:29:22.809Z Compiling async-stream v0.3.6
15162026-06-15T03:29:22.883Z Compiling tower-http v0.6.11
15172026-06-15T03:29:22.980Z Compiling sha1 v0.11.0
15182026-06-15T03:29:23.305Z Compiling derive-ex v0.1.8
15192026-06-15T03:29:24.038Z Compiling crossbeam-channel v0.5.15
15202026-06-15T03:29:24.078Z Compiling dropshot_endpoint v0.17.1
15212026-06-15T03:29:24.262Z Compiling openapiv3 v2.2.0
15222026-06-15T03:29:24.451Z Compiling macaddr v1.0.1
15232026-06-15T03:29:24.509Z Compiling waitgroup v0.1.2
15242026-06-15T03:29:24.645Z Compiling serde_path_to_error v0.1.20
15252026-06-15T03:29:24.676Z Compiling generic-array v0.14.7
15262026-06-15T03:29:24.961Z Compiling test-strategy v0.4.5
15272026-06-15T03:29:24.991Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15282026-06-15T03:29:25.098Z Compiling rustls-native-certs v0.8.4
15292026-06-15T03:29:25.177Z Compiling strum_macros v0.27.2
15302026-06-15T03:29:25.183Z Compiling wait-timeout v0.2.1
15312026-06-15T03:29:25.444Z Compiling instant v0.1.13
15322026-06-15T03:29:25.464Z Compiling rusty-fork v0.3.1
15332026-06-15T03:29:25.820Z Compiling rand_xorshift v0.4.0
15342026-06-15T03:29:25.936Z Compiling is-terminal v0.4.17
15352026-06-15T03:29:25.959Z Compiling proptest v1.11.0
15362026-06-15T03:29:26.026Z Compiling slog-term v2.9.2
15372026-06-15T03:29:26.616Z Compiling slog-json v2.6.1
15382026-06-15T03:29:26.660Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15392026-06-15T03:29:26.818Z Compiling hostname v0.3.1
15402026-06-15T03:29:26.854Z Compiling memmap2 v0.9.10
15412026-06-15T03:29:26.950Z Compiling either v1.16.0
15422026-06-15T03:29:26.961Z Compiling strum v0.27.2
15432026-06-15T03:29:27.065Z Compiling usdt v0.6.0
15442026-06-15T03:29:27.068Z Compiling slog-bunyan v2.5.0
15452026-06-15T03:29:27.087Z Compiling parse-display-derive v0.10.0
15462026-06-15T03:29:27.146Z Compiling backon v1.6.0
15472026-06-15T03:29:27.200Z Compiling rand_chacha v0.3.1
15482026-06-15T03:29:27.211Z Compiling toml_parser v1.1.2+spec-1.1.0
15492026-06-15T03:29:27.267Z Compiling regress v0.10.5
15502026-06-15T03:29:27.338Z Compiling toml_datetime v1.1.1+spec-1.1.0
15512026-06-15T03:29:27.349Z Compiling crypto-common v0.1.7
15522026-06-15T03:29:27.520Z Compiling rand v0.8.6
15532026-06-15T03:29:27.665Z Compiling toml v1.1.2+spec-1.1.0
15542026-06-15T03:29:27.694Z Compiling serde_with v3.20.0
15552026-06-15T03:29:27.923Z Compiling async-compression v0.4.42
15562026-06-15T03:29:28.170Z Compiling rustls-pemfile v2.2.0
15572026-06-15T03:29:28.239Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15582026-06-15T03:29:28.677Z Compiling hostname v0.4.2
15592026-06-15T03:29:28.738Z Compiling humantime v2.3.0
15602026-06-15T03:29:28.815Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15612026-06-15T03:29:29.206Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15622026-06-15T03:29:29.235Z Compiling utf8parse v0.2.2
15632026-06-15T03:29:29.342Z Compiling anstyle-parse v1.0.0
15642026-06-15T03:29:29.457Z Compiling itertools v0.14.0
15652026-06-15T03:29:29.522Z Compiling iddqd v0.4.2
15662026-06-15T03:29:29.837Z Compiling is_terminal_polyfill v1.70.2
15672026-06-15T03:29:29.925Z Compiling anstyle v1.0.14
15682026-06-15T03:29:30.043Z Compiling colorchoice v1.0.5
15692026-06-15T03:29:30.145Z Compiling anstyle-query v1.1.5
15702026-06-15T03:29:30.157Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15712026-06-15T03:29:30.189Z Compiling reqwest v0.12.28
15722026-06-15T03:29:30.248Z Compiling anstream v1.0.0
15732026-06-15T03:29:30.393Z Compiling clap_lex v1.1.0
15742026-06-15T03:29:30.563Z Compiling parse-display v0.10.0
15752026-06-15T03:29:30.634Z Compiling backoff v0.4.0
15762026-06-15T03:29:30.671Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15772026-06-15T03:29:30.836Z Compiling block-buffer v0.10.4
15782026-06-15T03:29:30.892Z Compiling clap_derive v4.6.1
15792026-06-15T03:29:30.996Z Compiling digest v0.10.7
15802026-06-15T03:29:31.137Z Compiling progenitor-client v0.10.0
15812026-06-15T03:29:31.148Z Compiling terminal_size v0.4.4
15822026-06-15T03:29:31.642Z Compiling unicode-width v0.2.2
15832026-06-15T03:29:31.917Z Compiling clap_builder v4.6.0
15842026-06-15T03:29:31.977Z Compiling regress v0.11.1
15852026-06-15T03:29:33.531Z Compiling clap v4.6.1
15862026-06-15T03:29:33.716Z Compiling typify-impl v0.6.2
15872026-06-15T03:29:34.358Z Compiling toml_datetime v0.6.11
15882026-06-15T03:29:34.462Z Compiling zerocopy-derive v0.7.35
15892026-06-15T03:29:34.628Z Compiling convert_case v0.4.0
15902026-06-15T03:29:34.923Z Compiling cpufeatures v0.2.17
15912026-06-15T03:29:34.995Z Compiling derive_more v0.99.20
15922026-06-15T03:29:35.323Z Compiling zerocopy v0.7.35
15932026-06-15T03:29:35.954Z Compiling toml_edit v0.25.12+spec-1.1.0
15942026-06-15T03:29:36.617Z Compiling proc-macro-crate v3.5.0
15952026-06-15T03:29:36.780Z Compiling secrecy v0.10.3
15962026-06-15T03:29:36.833Z Compiling float-ord v0.3.2
15972026-06-15T03:29:36.947Z Compiling crucible-workspace-hack v0.1.0
15982026-06-15T03:29:37.032Z Compiling tinyvec_macros v0.1.1
15992026-06-15T03:29:37.098Z Compiling tinyvec v1.11.0
16002026-06-15T03:29:37.180Z Compiling num_enum_derive v0.7.6
16012026-06-15T03:29:37.721Z Compiling dtrace-parser v0.2.0
16022026-06-15T03:29:37.738Z Compiling scroll_derive v0.12.1
16032026-06-15T03:29:37.820Z Compiling rustc_version v0.4.1
16042026-06-15T03:29:38.088Z Compiling num-integer v0.1.46
16052026-06-15T03:29:38.259Z Compiling usdt-impl v0.5.0
16062026-06-15T03:29:38.462Z Compiling scroll v0.12.0
16072026-06-15T03:29:38.597Z Compiling num_enum v0.7.6
16082026-06-15T03:29:38.613Z Compiling curve25519-dalek v4.1.3
16092026-06-15T03:29:38.768Z Compiling dof v0.3.0
16102026-06-15T03:29:38.874Z Compiling hmac v0.12.1
16112026-06-15T03:29:38.913Z Compiling inout v0.1.4
16122026-06-15T03:29:39.006Z Compiling darling_core v0.21.3
16132026-06-15T03:29:39.051Z Compiling ff v0.13.1
16142026-06-15T03:29:39.109Z Compiling thread-id v4.2.2
16152026-06-15T03:29:39.152Z Compiling group v0.13.0
16162026-06-15T03:29:39.186Z Compiling cipher v0.4.4
16172026-06-15T03:29:39.255Z Compiling hkdf v0.12.4
16182026-06-15T03:29:39.602Z Compiling goblin v0.8.2
16192026-06-15T03:29:39.845Z Compiling num-rational v0.4.2
16202026-06-15T03:29:39.886Z Compiling num-iter v0.1.45
16212026-06-15T03:29:39.996Z Compiling universal-hash v0.5.1
16222026-06-15T03:29:40.032Z Compiling typify-macro v0.6.2
16232026-06-15T03:29:40.048Z Compiling crypto-bigint v0.5.5
16242026-06-15T03:29:40.117Z Compiling thiserror-impl-no-std v2.0.2
16252026-06-15T03:29:40.448Z Compiling hubpack_derive v0.1.1
16262026-06-15T03:29:40.973Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16272026-06-15T03:29:41.053Z Compiling darling_macro v0.21.3
16282026-06-15T03:29:41.189Z Compiling crossbeam-epoch v0.9.18
16292026-06-15T03:29:41.308Z Compiling half v2.7.1
16302026-06-15T03:29:41.530Z Compiling curve25519-dalek-derive v0.1.1
16312026-06-15T03:29:41.596Z Compiling num-complex v0.4.6
16322026-06-15T03:29:41.874Z Compiling memoffset v0.9.1
16332026-06-15T03:29:41.957Z Compiling unsafe-libyaml v0.2.11
16342026-06-15T03:29:41.967Z Compiling opaque-debug v0.3.1
16352026-06-15T03:29:42.030Z Compiling base16ct v0.2.0
16362026-06-15T03:29:42.053Z Compiling typify v0.6.2
16372026-06-15T03:29:42.114Z Compiling ciborium-io v0.2.2
16382026-06-15T03:29:42.141Z Compiling cfg_aliases v0.2.1
16392026-06-15T03:29:42.183Z Compiling heck v0.4.1
16402026-06-15T03:29:42.201Z Compiling base64ct v1.8.3
16412026-06-15T03:29:42.211Z Compiling nix v0.31.3
16422026-06-15T03:29:42.373Z Compiling ciborium-ll v0.2.2
16432026-06-15T03:29:42.567Z Compiling serde_yaml v0.9.34+deprecated
16442026-06-15T03:29:42.600Z Compiling password-hash v0.5.0
16452026-06-15T03:29:42.637Z Compiling elliptic-curve v0.13.8
16462026-06-15T03:29:42.889Z Compiling poly1305 v0.8.0
16472026-06-15T03:29:42.906Z Compiling num v0.4.3
16482026-06-15T03:29:43.297Z Compiling darling v0.21.3
16492026-06-15T03:29:43.392Z Compiling thiserror-no-std v2.0.2
16502026-06-15T03:29:43.478Z Compiling hubpack v0.1.2
16512026-06-15T03:29:43.810Z Compiling chacha20 v0.9.1
16522026-06-15T03:29:43.821Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16532026-06-15T03:29:44.017Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16542026-06-15T03:29:44.413Z Compiling blake2 v0.10.6
16552026-06-15T03:29:44.518Z Compiling aead v0.5.2
16562026-06-15T03:29:44.587Z Compiling byte-wrapper v0.1.0
16572026-06-15T03:29:44.671Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16582026-06-15T03:29:44.856Z Compiling proc-macro-error-attr v1.0.4
16592026-06-15T03:29:45.029Z Compiling prettyplease v0.2.37
16602026-06-15T03:29:45.090Z Compiling rustix v0.38.44
16612026-06-15T03:29:45.129Z Compiling keccak v0.1.6
16622026-06-15T03:29:45.271Z Compiling static_assertions v1.1.0
16632026-06-15T03:29:45.342Z Compiling heapless v0.8.0
16642026-06-15T03:29:45.367Z Compiling sha3 v0.10.9
16652026-06-15T03:29:45.813Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16662026-06-15T03:29:46.073Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16672026-06-15T03:29:46.231Z Compiling chacha20poly1305 v0.10.1
16682026-06-15T03:29:46.267Z Compiling argon2 v0.5.3
16692026-06-15T03:29:46.593Z Compiling vsss-rs v3.3.4
16702026-06-15T03:29:46.605Z Compiling ingot-macros v0.1.1
16712026-06-15T03:29:46.861Z Compiling ciborium v0.2.2
16722026-06-15T03:29:47.276Z Compiling usdt-macro v0.5.0
16732026-06-15T03:29:47.339Z Compiling usdt-attr-macro v0.5.0
16742026-06-15T03:29:48.400Z Compiling serde_spanned v0.6.9
16752026-06-15T03:29:48.614Z Compiling enum-as-inner v0.6.1
16762026-06-15T03:29:48.626Z Compiling num-derive v0.4.2
16772026-06-15T03:29:48.752Z Compiling hash32 v0.3.1
16782026-06-15T03:29:48.903Z Compiling proc-macro-error v1.0.4
16792026-06-15T03:29:49.134Z Compiling memmap v0.7.0
16802026-06-15T03:29:49.146Z Compiling data-encoding v2.11.0
16812026-06-15T03:29:49.200Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16822026-06-15T03:29:49.317Z Compiling toml_write v0.1.2
16832026-06-15T03:29:49.351Z Compiling smoltcp v0.11.0
16842026-06-15T03:29:49.428Z Compiling rustls-webpki v0.103.13
16852026-06-15T03:29:49.505Z Compiling winnow v0.7.15
16862026-06-15T03:29:49.571Z Compiling winnow v0.5.40
16872026-06-15T03:29:49.698Z Compiling indent_write v2.2.0
16882026-06-15T03:29:49.761Z Compiling ingot-types v0.1.2
16892026-06-15T03:29:49.835Z Compiling usdt v0.5.0
16902026-06-15T03:29:50.272Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16912026-06-15T03:29:50.453Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16922026-06-15T03:29:50.547Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16932026-06-15T03:29:50.796Z Compiling toml_edit v0.22.27
16942026-06-15T03:29:50.931Z Compiling toml_edit v0.19.15
16952026-06-15T03:29:51.151Z Compiling tabwriter v1.4.1
16962026-06-15T03:29:51.389Z Compiling cobs v0.3.0
16972026-06-15T03:29:51.588Z Compiling serde_repr v0.1.20
16982026-06-15T03:29:51.878Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
16992026-06-15T03:29:52.110Z Compiling managed v0.8.0
17002026-06-15T03:29:52.180Z Compiling bitflags v1.3.2
17012026-06-15T03:29:52.193Z Compiling vcpkg v0.2.15
17022026-06-15T03:29:52.253Z Compiling pkg-config v0.3.33
17032026-06-15T03:29:52.320Z Compiling bytecount v0.6.9
17042026-06-15T03:29:52.769Z Compiling toml v0.8.23
17052026-06-15T03:29:52.825Z Compiling tokio-rustls v0.26.4
17062026-06-15T03:29:52.988Z Compiling rustls-platform-verifier v0.7.0
17072026-06-15T03:29:53.094Z Compiling hyper-rustls v0.27.9
17082026-06-15T03:29:53.397Z Compiling reqwest v0.13.4
17092026-06-15T03:29:54.257Z Compiling openssl-sys v0.9.116
17102026-06-15T03:29:54.418Z Compiling proc-macro-crate v1.3.1
17112026-06-15T03:29:54.462Z Compiling postcard v1.1.3
17122026-06-15T03:29:54.745Z Compiling progenitor-client v0.14.0
17132026-06-15T03:29:55.043Z Compiling progenitor-extras v0.2.0
17142026-06-15T03:29:55.078Z Compiling ingot v0.1.1
17152026-06-15T03:29:55.278Z Compiling progenitor-impl v0.13.0
17162026-06-15T03:29:56.160Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17172026-06-15T03:29:57.303Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
17182026-06-15T03:29:57.610Z Compiling foreign-types-macros v0.2.3
17192026-06-15T03:29:57.623Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17202026-06-15T03:29:57.950Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17212026-06-15T03:29:58.210Z Compiling foreign-types-shared v0.3.1
17222026-06-15T03:29:58.296Z Compiling resolv-conf v0.7.6
17232026-06-15T03:29:58.308Z Compiling swrite v0.1.0
17242026-06-15T03:29:58.403Z Compiling rayon-core v1.13.0
17252026-06-15T03:29:58.482Z Compiling colored v3.1.1
17262026-06-15T03:29:58.636Z Compiling unicode-segmentation v1.13.3
17272026-06-15T03:29:58.683Z Compiling linked-hash-map v0.5.6
17282026-06-15T03:29:58.832Z Compiling semver v0.1.20
17292026-06-15T03:29:58.869Z Compiling lru-cache v0.1.2
17302026-06-15T03:29:58.881Z Compiling progenitor-macro v0.13.0
17312026-06-15T03:29:58.994Z Compiling newline-converter v0.3.0
17322026-06-15T03:29:59.064Z Compiling rustc_version v0.1.7
17332026-06-15T03:29:59.109Z Compiling foreign-types v0.5.0
17342026-06-15T03:29:59.163Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17352026-06-15T03:29:59.277Z Compiling num_enum_derive v0.5.11
17362026-06-15T03:29:59.326Z Compiling progenitor-client v0.13.0
17372026-06-15T03:29:59.745Z Compiling atomicwrites v0.4.4
17382026-06-15T03:30:00.057Z Compiling hickory-proto v0.24.4
17392026-06-15T03:30:00.299Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17402026-06-15T03:30:00.311Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17412026-06-15T03:30:02.340Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17422026-06-15T03:30:02.664Z Compiling crossbeam-deque v0.8.6
17432026-06-15T03:30:02.873Z Compiling console v0.15.11
17442026-06-15T03:30:03.396Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17452026-06-15T03:30:03.557Z Compiling camino-tempfile v1.4.1
17462026-06-15T03:30:03.610Z Compiling chacha20 v0.10.0
17472026-06-15T03:30:03.659Z Compiling serde-big-array v0.5.1
17482026-06-15T03:30:03.799Z Compiling derive-where v1.6.1
17492026-06-15T03:30:03.811Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17502026-06-15T03:30:03.872Z Compiling pin-project-internal v1.1.13
17512026-06-15T03:30:03.922Z Compiling cstr-argument v0.1.2
17522026-06-15T03:30:03.958Z Compiling minimal-lexical v0.2.1
17532026-06-15T03:30:04.073Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17542026-06-15T03:30:04.214Z Compiling similar v2.7.0
17552026-06-15T03:30:04.309Z Compiling siphasher v1.0.3
17562026-06-15T03:30:04.449Z Compiling phf_shared v0.12.1
17572026-06-15T03:30:04.514Z Compiling nom v7.1.3
17582026-06-15T03:30:04.566Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17592026-06-15T03:30:04.615Z Compiling expectorate v1.2.0
17602026-06-15T03:30:04.759Z Compiling progenitor v0.13.0
17612026-06-15T03:30:04.818Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17622026-06-15T03:30:04.821Z Compiling rand v0.10.1
17632026-06-15T03:30:04.888Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17642026-06-15T03:30:04.935Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17652026-06-15T03:30:04.965Z Compiling pin-project v1.1.13
17662026-06-15T03:30:05.058Z Compiling hickory-resolver v0.24.4
17672026-06-15T03:30:05.153Z Compiling num_enum v0.5.11
17682026-06-15T03:30:05.267Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17692026-06-15T03:30:05.467Z Compiling newtype_derive v0.1.6
17702026-06-15T03:30:05.709Z Compiling snafu-derive v0.8.9
17712026-06-15T03:30:05.805Z Compiling progenitor-impl v0.14.0
17722026-06-15T03:30:05.844Z Compiling unicode-normalization v0.1.25
17732026-06-15T03:30:06.307Z Compiling tokio-stream v0.1.18
17742026-06-15T03:30:06.578Z Compiling async-recursion v1.1.1
17752026-06-15T03:30:06.769Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17762026-06-15T03:30:06.873Z Compiling slog-dtrace v0.3.0
17772026-06-15T03:30:07.073Z Compiling bstr v1.12.1
17782026-06-15T03:30:07.115Z Compiling csv-core v0.1.13
17792026-06-15T03:30:07.273Z Compiling konst_macro_rules v0.2.19
17802026-06-15T03:30:07.381Z Compiling foreign-types-shared v0.1.1
17812026-06-15T03:30:07.424Z Compiling unicode-xid v0.2.6
17822026-06-15T03:30:07.478Z Compiling unicode-width v0.1.14
17832026-06-15T03:30:07.505Z Compiling openssl v0.10.80
17842026-06-15T03:30:07.569Z Compiling owo-colors v4.3.0
17852026-06-15T03:30:07.634Z Compiling foldhash v0.1.5
17862026-06-15T03:30:07.731Z Compiling highway v1.3.0
17872026-06-15T03:30:07.770Z Compiling chrono-tz v0.10.4
17882026-06-15T03:30:07.786Z Compiling cancel-safe-futures v0.1.5
17892026-06-15T03:30:07.815Z Compiling same-file v1.0.6
17902026-06-15T03:30:07.855Z Compiling hashbrown v0.15.5
17912026-06-15T03:30:07.965Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17922026-06-15T03:30:07.988Z Compiling walkdir v2.5.0
17932026-06-15T03:30:08.017Z Compiling const_format_proc_macros v0.2.34
17942026-06-15T03:30:08.056Z Compiling globset v0.4.18
17952026-06-15T03:30:08.117Z Compiling foreign-types v0.3.2
17962026-06-15T03:30:08.192Z Compiling snafu v0.8.9
17972026-06-15T03:30:08.340Z Compiling konst v0.2.20
17982026-06-15T03:30:08.382Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17992026-06-15T03:30:08.572Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18002026-06-15T03:30:08.572Z Compiling csv v1.4.0
18012026-06-15T03:30:08.895Z Compiling qorb v0.4.1
18022026-06-15T03:30:08.937Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18032026-06-15T03:30:09.144Z Compiling olpc-cjson v0.1.4
18042026-06-15T03:30:09.436Z Compiling progenitor-macro v0.14.0
18052026-06-15T03:30:09.855Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18062026-06-15T03:30:10.450Z Compiling rayon v1.12.0
18072026-06-15T03:30:10.961Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18082026-06-15T03:30:11.047Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18092026-06-15T03:30:11.059Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18102026-06-15T03:30:11.303Z Compiling phf v0.12.1
18112026-06-15T03:30:11.454Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18122026-06-15T03:30:12.201Z Compiling zone_cfg_derive v0.3.1
18132026-06-15T03:30:12.370Z Compiling tokio-dtrace v0.1.1
18142026-06-15T03:30:12.526Z Compiling itertools v0.12.1
18152026-06-15T03:30:12.690Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18162026-06-15T03:30:12.854Z Compiling libsw-core v0.3.2
18172026-06-15T03:30:12.952Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18182026-06-15T03:30:13.026Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18192026-06-15T03:30:13.410Z Compiling serde_plain v1.0.2
18202026-06-15T03:30:13.561Z Compiling openssl-macros v0.1.1
18212026-06-15T03:30:13.630Z Compiling pem v3.0.6
18222026-06-15T03:30:13.762Z Compiling cookie v0.18.1
18232026-06-15T03:30:13.775Z Compiling proc-macro-error-attr2 v2.0.0
18242026-06-15T03:30:13.807Z Compiling sigpipe v0.1.3
18252026-06-15T03:30:13.893Z Compiling fixedbitset v0.5.7
18262026-06-15T03:30:14.003Z Compiling typed-path v0.9.3
18272026-06-15T03:30:14.006Z Compiling jiff v0.2.28
18282026-06-15T03:30:14.063Z Compiling fixedbitset v0.4.2
18292026-06-15T03:30:14.221Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18302026-06-15T03:30:14.224Z Compiling glob v0.3.3
18312026-06-15T03:30:14.295Z Compiling proc-macro-error2 v2.0.1
18322026-06-15T03:30:14.472Z Compiling petgraph v0.6.5
18332026-06-15T03:30:14.512Z Compiling progenitor v0.14.0
18342026-06-15T03:30:14.568Z Compiling petgraph v0.8.3
18352026-06-15T03:30:14.719Z Compiling zone v0.3.1
18362026-06-15T03:30:15.362Z Compiling tough v0.22.0
18372026-06-15T03:30:15.523Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18382026-06-15T03:30:15.937Z Compiling libsw v3.5.0
18392026-06-15T03:30:16.087Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18402026-06-15T03:30:16.098Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-06-15T03:30:16.111Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-06-15T03:30:16.297Z Compiling oxide-tokio-rt v0.1.6
18432026-06-15T03:30:16.319Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18442026-06-15T03:30:16.322Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18452026-06-15T03:30:16.595Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-06-15T03:30:17.631Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18472026-06-15T03:30:17.666Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18482026-06-15T03:30:17.796Z Compiling const_format v0.2.36
18492026-06-15T03:30:18.131Z Compiling papergrid v0.11.0
18502026-06-15T03:30:18.233Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18512026-06-15T03:30:18.555Z Compiling tabled_derive v0.7.0
18522026-06-15T03:30:18.727Z Compiling gethostname v0.5.0
18532026-06-15T03:30:18.820Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18542026-06-15T03:30:18.846Z Compiling libscf-sys v1.2.0
18552026-06-15T03:30:18.871Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18562026-06-15T03:30:18.984Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18572026-06-15T03:30:18.997Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-06-15T03:30:19.114Z Compiling bcs v0.1.6
18592026-06-15T03:30:19.225Z Compiling smf v0.2.3
18602026-06-15T03:30:19.438Z Compiling nom v8.0.0
18612026-06-15T03:30:19.522Z Compiling lazy_static v1.5.0
18622026-06-15T03:30:19.624Z Compiling whoami v1.6.1
18632026-06-15T03:30:19.832Z Compiling linear-map v1.2.0
18642026-06-15T03:30:19.855Z Compiling smawk v0.3.2
18652026-06-15T03:30:19.914Z Compiling tagptr v0.2.0
18662026-06-15T03:30:19.944Z Compiling termtree v0.5.1
18672026-06-15T03:30:20.023Z Compiling unicode-linebreak v0.1.5
18682026-06-15T03:30:20.029Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-06-15T03:30:20.067Z Compiling moka v0.12.15
18702026-06-15T03:30:20.238Z Compiling textwrap v0.16.2
18712026-06-15T03:30:20.415Z Compiling steno v0.4.1
18722026-06-15T03:30:20.835Z Compiling tabled v0.15.0
18732026-06-15T03:30:20.904Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-06-15T03:30:20.974Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-06-15T03:30:21.620Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18762026-06-15T03:30:21.685Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-06-15T03:30:22.504Z Compiling tabled_derive v0.11.0
18782026-06-15T03:30:23.552Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-06-15T03:30:23.630Z Compiling papergrid v0.18.0
18802026-06-15T03:30:23.652Z Compiling hickory-proto v0.25.2
18812026-06-15T03:30:23.900Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
18822026-06-15T03:30:24.496Z Compiling testing_table v0.3.0
18832026-06-15T03:30:24.613Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
18842026-06-15T03:30:24.662Z Compiling tabled v0.21.0
18852026-06-15T03:30:24.892Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
18862026-06-15T03:30:24.906Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18872026-06-15T03:30:24.937Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
18882026-06-15T03:30:25.325Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18892026-06-15T03:30:25.644Z Compiling hickory-resolver v0.25.2
18902026-06-15T03:30:26.453Z Compiling parking_lot_core v0.8.6
18912026-06-15T03:30:26.639Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-06-15T03:30:27.148Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18932026-06-15T03:30:27.210Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f27f612dde317f2f05716c761a14500e46581ff7#f27f612d)
18942026-06-15T03:30:27.536Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18952026-06-15T03:30:27.979Z Compiling crc8 v0.1.1
18962026-06-15T03:30:27.988Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18972026-06-15T03:30:28.081Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18982026-06-15T03:30:28.188Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18992026-06-15T03:30:28.432Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f27f612dde317f2f05716c761a14500e46581ff7#f27f612d)
19002026-06-15T03:30:28.438Z Compiling parking_lot v0.11.2
19012026-06-15T03:30:28.561Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19022026-06-15T03:30:28.583Z Compiling fxhash v0.2.1
19032026-06-15T03:30:28.719Z Compiling internet-checksum v0.2.1
19042026-06-15T03:30:28.790Z Compiling sled v0.34.7
19052026-06-15T03:30:28.826Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
19062026-06-15T03:30:31.013Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-06-15T03:30:31.101Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19082026-06-15T03:30:39.234Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19092026-06-15T03:30:40.824Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19102026-06-15T03:30:41.852Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19112026-06-15T03:30:42.773Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19122026-06-15T03:30:43.580Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19132026-06-15T03:31:08.712Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 08s
19142026-06-15T03:31:08.895Z────────────
19152026-06-15T03:31:08.895Z Nextest run ID 617924a1-1d7f-4442-b47c-ce987c5e7986 with nextest profile: default
19162026-06-15T03:31:08.895Z Starting 104 tests across 3 binaries
19172026-06-15T03:31:08.900Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19182026-06-15T03:31:08.900Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19192026-06-15T03:31:08.904Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19202026-06-15T03:31:08.904Z PASS [ 0.006s] mg-api-types-versions v12::mrib::tests::unicast_rejects_non_routable_sources
19212026-06-15T03:31:08.904Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19222026-06-15T03:31:08.907Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_med_per_as_grouping
19232026-06-15T03:31:08.907Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
19242026-06-15T03:31:08.907Z PASS [ 0.010s] rdb bestpath::test::test_bestpath
19252026-06-15T03:31:08.910Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_shutdown_preference
19262026-06-15T03:31:08.913Z PASS [ 0.009s] rdb db::test::test_prefix4_db_key_serialization
19272026-06-15T03:31:08.913Z PASS [ 0.009s] rdb db::test::test_prefix4_from_str
19282026-06-15T03:31:08.917Z PASS [ 0.008s] rdb db::test::test_prefix6_db_key_serialization
19292026-06-15T03:31:08.923Z PASS [ 0.008s] rdb db::test::test_prefix6_from_str
19302026-06-15T03:31:08.956Z PASS [ 0.055s] rdb db::test::test_ipv6_origin_crud
19312026-06-15T03:31:08.956Z PASS [ 0.055s] rdb db::test::test_ipv4_origin_crud
19322026-06-15T03:31:08.965Z PASS [ 0.052s] rdb db::test::test_prefix_host_bit_normalization
19332026-06-15T03:31:08.968Z PASS [ 0.061s] rdb db::test::test_mrib_static_persistence
19342026-06-15T03:31:08.971Z PASS [ 0.052s] rdb db::test::test_rib
19352026-06-15T03:31:08.974Z PASS [ 0.051s] rdb db::test::test_set_nexthop_shutdown_replaces_path
19362026-06-15T03:31:09.010Z PASS [ 0.055s] rdb db::test::test_static_routing_ipv4_basic
19372026-06-15T03:31:09.010Z PASS [ 0.055s] rdb db::test::test_static_routing_ipv6_basic
19382026-06-15T03:31:09.018Z PASS [ 0.052s] rdb db::test::test_static_routing_mixed_address_families
19392026-06-15T03:31:09.018Z PASS [ 0.053s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
19402026-06-15T03:31:09.021Z PASS [ 0.050s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19412026-06-15T03:31:09.021Z PASS [ 0.010s] rdb mrib::rpf::tests::test_nexthops_from_paths
19422026-06-15T03:31:09.026Z PASS [ 0.050s] rdb db::test::test_static_routing_vlan_id_handling
19432026-06-15T03:31:09.030Z PASS [ 0.012s] rdb mrib::rpf::tests::test_rpf_ecmp_v6
19442026-06-15T03:31:09.033Z PASS [ 0.011s] rdb mrib::rpf::tests::test_rpf_table_linear_scan
19452026-06-15T03:31:09.033Z PASS [ 0.011s] rdb mrib::rpf::tests::test_rpf_table_linear_scan_v6
19462026-06-15T03:31:10.026Z PASS [ 1.016s] rdb mrib::rpf::tests::test_rpf_ecmp_different_priorities
19472026-06-15T03:31:10.032Z PASS [ 1.014s] rdb mrib::rpf::tests::test_rpf_lpm
19482026-06-15T03:31:10.035Z PASS [ 1.012s] rdb mrib::rpf::tests::test_rpf_table_all_shutdown
19492026-06-15T03:31:10.039Z PASS [ 0.013s] rdb mrib::rpf::tests::test_rpf_v6_lpm
19502026-06-15T03:31:10.042Z PASS [ 1.012s] rdb mrib::rpf::tests::test_rpf_table_shutdown_paths
19512026-06-15T03:31:10.046Z PASS [ 1.011s] rdb mrib::rpf::tests::test_rpf_table_with_poptrie
19522026-06-15T03:31:10.046Z PASS [ 0.011s] rdb mrib::tests::test_mrib_basic
19532026-06-15T03:31:10.046Z PASS [ 1.012s] rdb mrib::rpf::tests::test_rpf_table_with_poptrie_v6
19542026-06-15T03:31:10.050Z PASS [ 0.011s] rdb mrib::tests::test_mrib_in_vs_loc
19552026-06-15T03:31:10.053Z PASS [ 0.011s] rdb mrib::tests::test_mrib_ipv6_groups
19562026-06-15T03:31:10.057Z PASS [ 0.012s] rdb mrib::tests::test_mrib_watchers
19572026-06-15T03:31:10.060Z PASS [ 0.013s] rdb proptest::prop_ipv4_default_contains_all
19582026-06-15T03:31:10.063Z PASS [ 0.013s] rdb proptest::prop_ipv4_normalized_is_network_address
19592026-06-15T03:31:10.066Z PASS [ 0.013s] rdb proptest::prop_ipv4_subnet_of_self
19602026-06-15T03:31:10.069Z PASS [ 0.012s] rdb proptest::prop_ipv6_default_contains_all
19612026-06-15T03:31:10.072Z PASS [ 0.012s] rdb proptest::prop_ipv6_normalized_is_network_address
19622026-06-15T03:31:10.075Z PASS [ 0.013s] rdb proptest::prop_ipv6_subnet_of_self
19632026-06-15T03:31:10.080Z PASS [ 0.013s] rdb proptest::prop_multicast_addr_ip_roundtrip_v6
19642026-06-15T03:31:10.085Z PASS [ 0.019s] rdb proptest::prop_multicast_addr_ip_roundtrip_v4
19652026-06-15T03:31:10.089Z PASS [ 0.012s] rdb proptest::prop_multicast_addr_v4_rejects_link_local
19662026-06-15T03:31:10.092Z PASS [ 0.019s] rdb proptest::prop_multicast_addr_v4_arbitrary_valid
19672026-06-15T03:31:10.095Z PASS [ 0.015s] rdb proptest::prop_multicast_addr_v4_rejects_unicast
19682026-06-15T03:31:10.098Z PASS [ 0.013s] rdb proptest::prop_multicast_addr_v6_arbitrary_valid
19692026-06-15T03:31:10.101Z PASS [ 0.012s] rdb proptest::prop_multicast_addr_v6_rejects_interface_local
19702026-06-15T03:31:10.105Z PASS [ 0.012s] rdb proptest::prop_multicast_addr_v6_rejects_link_local
19712026-06-15T03:31:10.108Z PASS [ 0.012s] rdb proptest::prop_multicast_addr_v6_rejects_unicast
19722026-06-15T03:31:10.113Z PASS [ 0.015s] rdb proptest::prop_non_admin_local_underlay_rejected
19732026-06-15T03:31:10.118Z PASS [ 0.018s] rdb proptest::prop_route_admin_local_underlay_valid
19742026-06-15T03:31:10.125Z PASS [ 0.017s] rdb proptest::prop_route_key_asm_star_g_valid_v4
19752026-06-15T03:31:10.128Z PASS [ 0.082s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19762026-06-15T03:31:10.128Z PASS [ 0.023s] rdb proptest::prop_route_key_arbitrary_valid
19772026-06-15T03:31:10.131Z PASS [ 0.018s] rdb proptest::prop_route_key_asm_star_g_valid_v6
19782026-06-15T03:31:10.138Z PASS [ 0.013s] rdb proptest::prop_route_key_sg_valid_v6
19792026-06-15T03:31:10.141Z PASS [ 0.013s] rdb proptest::prop_route_key_ssm_requires_source_v4
19802026-06-15T03:31:10.141Z PASS [ 0.013s] rdb proptest::prop_route_key_ssm_requires_source_v6
19812026-06-15T03:31:10.141Z PASS [ 0.021s] rdb proptest::prop_route_key_sg_valid_v4
19822026-06-15T03:31:10.146Z PASS [ 0.015s] rdb proptest::prop_route_key_ssm_with_source_valid_v4
19832026-06-15T03:31:10.150Z PASS [ 0.013s] rdb proptest::prop_route_key_ssm_with_source_valid_v6
19842026-06-15T03:31:10.154Z PASS [ 0.013s] rdb proptest::prop_route_key_valid_vni_v6
19852026-06-15T03:31:10.157Z PASS [ 0.015s] rdb proptest::prop_static_route_key_deduplication
19862026-06-15T03:31:10.160Z PASS [ 0.021s] rdb proptest::prop_route_key_valid_vni
19872026-06-15T03:31:10.163Z PASS [ 0.017s] rdb proptest::prop_static_route_key_normalization_idempotent
19882026-06-15T03:31:10.168Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19892026-06-15T03:31:10.171Z PASS [ 0.017s] rdb proptest::prop_static_route_key_normalization_preserves_length
19902026-06-15T03:31:10.174Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalized_is_network_address
19912026-06-15T03:31:10.177Z PASS [ 0.012s] rdb proptest::prop_unicast_addr_v4_rejects_class_e
19922026-06-15T03:31:10.177Z PASS [ 0.008s] rdb types::test::bgp_path_identity
19932026-06-15T03:31:10.180Z PASS [ 0.007s] rdb types::test::bgp_vs_static_ordering
19942026-06-15T03:31:10.180Z PASS [ 0.012s] rdb proptest::prop_vni_rejects_out_of_range
19952026-06-15T03:31:10.184Z PASS [ 0.022s] rdb proptest::prop_static_route_key_ord_consistency
19962026-06-15T03:31:10.187Z PASS [ 0.008s] rdb types::test::broadcast_source_rejected
19972026-06-15T03:31:10.187Z PASS [ 0.008s] rdb types::test::btreeset_coexistence
19982026-06-15T03:31:10.190Z PASS [ 0.008s] rdb types::test::btreeset_insert_is_noop
19992026-06-15T03:31:10.190Z PASS [ 0.008s] rdb types::test::btreeset_remove
20002026-06-15T03:31:10.190Z PASS [ 0.008s] rdb types::test::btreeset_replace
20012026-06-15T03:31:10.193Z PASS [ 0.007s] rdb types::test::loopback_source_rejected_v4
20022026-06-15T03:31:10.193Z PASS [ 0.008s] rdb types::test::loopback_source_rejected_v6
20032026-06-15T03:31:10.196Z PASS [ 0.008s] rdb types::test::multicast_rpf_invalid_v4
20042026-06-15T03:31:10.196Z PASS [ 0.008s] rdb types::test::multicast_rpf_invalid_v6
20052026-06-15T03:31:10.200Z PASS [ 0.007s] rdb types::test::multicast_source_rejected_v4
20062026-06-15T03:31:10.200Z PASS [ 0.007s] rdb types::test::multicast_source_rejected_v6
20072026-06-15T03:31:10.200Z PASS [ 0.008s] rdb types::test::ord_contract
20082026-06-15T03:31:10.203Z PASS [ 0.007s] rdb types::test::prefix_no_cross_family_within
20092026-06-15T03:31:10.203Z PASS [ 0.007s] rdb types::test::route_key_af_mismatch_v4_source_v6_group
20102026-06-15T03:31:10.206Z PASS [ 0.007s] rdb types::test::route_key_af_mismatch_v6_source_v4_group
20112026-06-15T03:31:10.206Z PASS [ 0.008s] rdb types::test::rpf_af_mismatch_v4_rpf_v6_group
20122026-06-15T03:31:10.209Z PASS [ 0.007s] rdb types::test::rpf_af_mismatch_v6_rpf_v4_group
20132026-06-15T03:31:10.212Z PASS [ 0.008s] rdb types::test::static_path_identity
20142026-06-15T03:31:10.212Z PASS [ 0.007s] rdb types::test::unicast_rpf_valid_v4
20152026-06-15T03:31:10.212Z PASS [ 0.007s] rdb types::test::unicast_rpf_valid_v6
20162026-06-15T03:31:10.216Z PASS [ 0.007s] rdb types::test::unspecified_source_rejected_v4
20172026-06-15T03:31:10.216Z PASS [ 0.007s] rdb types::test::unspecified_source_rejected_v6
20182026-06-15T03:31:10.958Z PASS [ 2.058s] rdb db::test::test_mrib_any_source_vs_source_specific
20192026-06-15T03:31:10.959Z PASS [ 2.057s] rdb db::test::test_mrib_revalidation_on_rib_change
20202026-06-15T03:31:11.045Z PASS [ 1.013s] rdb mrib::rpf::tests::test_rpf_v6_with_nexthop_interface
20212026-06-15T03:31:11.048Z────────────
20222026-06-15T03:31:11.048Z Summary [ 2.150s] 104 tests run: 104 passed, 0 skipped
20232026-06-15T03:31:11.057Z+ cp ./mrib_asm_ssm.log ./mrib_in_loc_test.log ./mrib_persist1.log ./mrib_persist2.log ./mrib_reval.log ./mrib_test.log ./mrib_v6_test.log ./mrib_watcher_test.log ./rib.log ./rpf_all_shutdown.log ./rpf_ecmp_priority.log ./rpf_ecmp_v6.log ./rpf_linear_scan_v6.log ./rpf_linear_scan.log ./rpf_lpm.log ./rpf_poptrie_v6.log ./rpf_poptrie.log ./rpf_shutdown.log ./rpf_v6_interface.log ./rpf_v6_lpm.log /work/
20242026-06-15T03:31:11.061Z+ popd
20252026-06-15T03:31:11.061Z/work/oxidecomputer/maghemite
20262026-06-15T03:31:11.061Zprocess exited: duration 286324 ms, exit code 0
 
20272026-06-15T03:31:11.072Zfound 20 output files
20282026-06-15T03:31:11.072Zuploading: /work/mrib_asm_ssm.log (892 bytes)
20292026-06-15T03:31:12.083Zuploaded: /work/mrib_asm_ssm.log
20302026-06-15T03:31:12.084Zuploading: /work/mrib_in_loc_test.log (0 bytes)
20312026-06-15T03:31:13.091Zuploaded: /work/mrib_in_loc_test.log
20322026-06-15T03:31:13.091Zuploading: /work/mrib_persist1.log (0 bytes)
20332026-06-15T03:31:14.099Zuploaded: /work/mrib_persist1.log
20342026-06-15T03:31:14.099Zuploading: /work/mrib_persist2.log (0 bytes)
20352026-06-15T03:31:15.108Zuploaded: /work/mrib_persist2.log
20362026-06-15T03:31:15.108Zuploading: /work/mrib_reval.log (1112 bytes)
20372026-06-15T03:31:16.116Zuploaded: /work/mrib_reval.log
20382026-06-15T03:31:16.116Zuploading: /work/mrib_test.log (0 bytes)
20392026-06-15T03:31:17.124Zuploaded: /work/mrib_test.log
20402026-06-15T03:31:17.124Zuploading: /work/mrib_v6_test.log (0 bytes)
20412026-06-15T03:31:18.133Zuploaded: /work/mrib_v6_test.log
20422026-06-15T03:31:18.133Zuploading: /work/mrib_watcher_test.log (0 bytes)
20432026-06-15T03:31:19.140Zuploaded: /work/mrib_watcher_test.log
20442026-06-15T03:31:19.140Zuploading: /work/rib.log (876 bytes)
20452026-06-15T03:31:20.150Zuploaded: /work/rib.log
20462026-06-15T03:31:20.156Zuploading: /work/rpf_all_shutdown.log (0 bytes)
20472026-06-15T03:31:21.162Zuploaded: /work/rpf_all_shutdown.log
20482026-06-15T03:31:21.162Zuploading: /work/rpf_ecmp_priority.log (0 bytes)
20492026-06-15T03:31:22.169Zuploaded: /work/rpf_ecmp_priority.log
20502026-06-15T03:31:22.169Zuploading: /work/rpf_ecmp_v6.log (0 bytes)
20512026-06-15T03:31:23.176Zuploaded: /work/rpf_ecmp_v6.log
20522026-06-15T03:31:23.176Zuploading: /work/rpf_linear_scan.log (0 bytes)
20532026-06-15T03:31:24.184Zuploaded: /work/rpf_linear_scan.log
20542026-06-15T03:31:24.184Zuploading: /work/rpf_linear_scan_v6.log (0 bytes)
20552026-06-15T03:31:25.191Zuploaded: /work/rpf_linear_scan_v6.log
20562026-06-15T03:31:25.191Zuploading: /work/rpf_lpm.log (0 bytes)
20572026-06-15T03:31:26.199Zuploaded: /work/rpf_lpm.log
20582026-06-15T03:31:26.199Zuploading: /work/rpf_poptrie.log (0 bytes)
20592026-06-15T03:31:27.205Zuploaded: /work/rpf_poptrie.log
20602026-06-15T03:31:27.208Zuploading: /work/rpf_poptrie_v6.log (0 bytes)
20612026-06-15T03:31:28.213Zuploaded: /work/rpf_poptrie_v6.log
20622026-06-15T03:31:28.213Zuploading: /work/rpf_shutdown.log (0 bytes)
20632026-06-15T03:31:29.220Zuploaded: /work/rpf_shutdown.log
20642026-06-15T03:31:29.220Zuploading: /work/rpf_v6_interface.log (0 bytes)
20652026-06-15T03:31:30.227Zuploaded: /work/rpf_v6_interface.log
20662026-06-15T03:31:30.228Zuploading: /work/rpf_v6_lpm.log (0 bytes)
20672026-06-15T03:31:31.235Zuploaded: /work/rpf_v6_lpm.log