01KJEMJNZWX6R49DRXFYM1PKRT: 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: 01KJEMKGN9WVENQ59PP4G0FT1E

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-27T04:12:35.527Zjob assigned to worker 01KJEMQKY9K306KW2ZJ548GYSZ [factory gimlet-EVT22200007-propolis, EVT22200007/59572] (queued for 2 m 52 s)
 
22026-02-27T04:12:45.105Zstarting task 0: "setup"
32026-02-27T04:12:45.130Z++ uname -s
42026-02-27T04:12:45.130Z+ kern=SunOS
52026-02-27T04:12:45.130Z+ build_user=build
62026-02-27T04:12:45.130Z+ build_uid=12345
72026-02-27T04:12:45.130Z+ work_dir=/work
82026-02-27T04:12:45.130Z+ input_dir=/input
92026-02-27T04:12:45.130Z+ [[ 0 == 12345 ]]
102026-02-27T04:12:45.130Z+ case "$kern" in
112026-02-27T04:12:45.130Z+ groupadd -g 12345 build
122026-02-27T04:12:45.130Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-27T04:12:47.136Z+ zfs create -o mountpoint=/work rpool/work
142026-02-27T04:12:47.179Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-27T04:12:47.204Z+ home_fs=zfs
162026-02-27T04:12:47.204Z+ [[ zfs == autofs ]]
172026-02-27T04:12:47.204Z+ mkdir -p /home/build
182026-02-27T04:12:47.204Z+ chown build:build /home/build /work
192026-02-27T04:12:49.190Z+ chmod 0700 /home/build /work
202026-02-27T04:12:49.214Zprocess exited: duration 4092 ms, exit code 0
 
212026-02-27T04:12:49.264Zstarting task 1: "rust-toolchain"
222026-02-27T04:12:49.288Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-02-27T04:12:49.288Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-27T04:12:49.288Z * rust toolchain channel = "stable"
252026-02-27T04:12:49.288Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-02-27T04:12:49.288Z * rust toolchain profile = "default"
272026-02-27T04:12:49.288Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-27T04:12:49.288Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-27T04:12:49.288Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-02-27T04:12:49.438Zinfo: downloading installer
312026-02-27T04:12:49.975Zwarn: It looks like you have an existing installation of Rust at:
322026-02-27T04:12:49.975Zwarn: /opt/ooce/bin
332026-02-27T04:12:49.975Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-27T04:12:49.975Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-27T04:12:49.975Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-27T04:12:49.975Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-27T04:12:49.975Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-27T04:12:49.975Zerror: cannot install while Rust is installed
392026-02-27T04:12:49.976Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-27T04:12:50.001Zinfo: profile set to 'default'
412026-02-27T04:12:50.001Zinfo: default host triple is x86_64-unknown-illumos
422026-02-27T04:12:50.001Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-02-27T04:12:50.128Zinfo: latest update on 2026-02-12, rust version 1.93.1 (01f6ddf75 2026-02-11)
442026-02-27T04:12:50.129Zinfo: downloading component 'cargo'
452026-02-27T04:12:50.289Zinfo: downloading component 'clippy'
462026-02-27T04:12:50.376Zinfo: downloading component 'rust-docs'
472026-02-27T04:12:50.668Zinfo: downloading component 'rust-std'
482026-02-27T04:12:51.016Zinfo: downloading component 'rustc'
492026-02-27T04:12:52.680Zinfo: downloading component 'rustfmt'
502026-02-27T04:12:52.753Zinfo: installing component 'cargo'
512026-02-27T04:12:54.060Zinfo: installing component 'clippy'
522026-02-27T04:12:54.562Zinfo: installing component 'rust-docs'
532026-02-27T04:12:58.533Zinfo: installing component 'rust-std'
542026-02-27T04:13:00.920Zinfo: installing component 'rustc'
552026-02-27T04:13:10.710Zinfo: installing component 'rustfmt'
562026-02-27T04:13:11.147Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-02-27T04:13:11.147Z
582026-02-27T04:13:11.354Z stable-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
592026-02-27T04:13:11.354Z
602026-02-27T04:13:11.379Z
612026-02-27T04:13:11.379ZRust is installed now. Great!
622026-02-27T04:13:11.379Z
632026-02-27T04:13:11.379ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-27T04:13:11.379Zenvironment variable. This has not been done automatically.
652026-02-27T04:13:11.379Z
662026-02-27T04:13:11.379ZTo configure your current shell, you need to source
672026-02-27T04:13:11.379Zthe corresponding env file under $HOME/.cargo.
682026-02-27T04:13:11.379Z
692026-02-27T04:13:11.379ZThis is usually done by running one of the following (note the leading DOT):
702026-02-27T04:13:11.379Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-27T04:13:11.380Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-27T04:13:11.380Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-27T04:13:11.509Z+ rustup --version
742026-02-27T04:13:11.535Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-27T04:13:11.535Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-27T04:13:11.638Zinfo: The currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
772026-02-27T04:13:11.662Z+ cargo --version
782026-02-27T04:13:11.765Zcargo 1.93.1 (083ac5135 2025-12-15)
792026-02-27T04:13:11.790Z+ rustc --version
802026-02-27T04:13:11.904Zrustc 1.93.1 (01f6ddf75 2026-02-11)
812026-02-27T04:13:11.930Zprocess exited: duration 22650 ms, exit code 0
 
822026-02-27T04:13:11.985Zstarting task 2: "authentication"
832026-02-27T04:13:12.047Zprocess exited: duration 66 ms, exit code 0
 
842026-02-27T04:13:12.101Zstarting task 3: "clone repository"
852026-02-27T04:13:12.126Z+ mkdir -p /work/oxidecomputer/maghemite
862026-02-27T04:13:12.126Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
872026-02-27T04:13:12.155ZCloning into '/work/oxidecomputer/maghemite'...
882026-02-27T04:13:15.183Z+ cd /work/oxidecomputer/maghemite
892026-02-27T04:13:15.183Z+ git fetch origin 8b177f7e9f8e6db76b6686183dfb36c066ed3177
902026-02-27T04:13:15.633ZFrom https://github.com/oxidecomputer/maghemite
912026-02-27T04:13:15.633Z * branch 8b177f7e9f8e6db76b6686183dfb36c066ed3177 -> FETCH_HEAD
922026-02-27T04:13:15.663Z+ [[ -n renovate/oxide-vpc-digest ]]
932026-02-27T04:13:15.663Z++ git branch --show-current
942026-02-27T04:13:15.663Z+ current=main
952026-02-27T04:13:15.663Z+ [[ main != renovate/oxide-vpc-digest ]]
962026-02-27T04:13:15.663Z+ git branch -f renovate/oxide-vpc-digest 8b177f7e9f8e6db76b6686183dfb36c066ed3177
972026-02-27T04:13:15.688Z+ git checkout -f renovate/oxide-vpc-digest
982026-02-27T04:13:15.715ZSwitched to branch 'renovate/oxide-vpc-digest'
992026-02-27T04:13:15.739Z+ git reset --hard 8b177f7e9f8e6db76b6686183dfb36c066ed3177
1002026-02-27T04:13:15.773ZHEAD is now at 8b177f7 Update oxide-vpc digest to 5d0c819
1012026-02-27T04:13:15.800Zprocess exited: duration 3677 ms, exit code 0
 
1022026-02-27T04:13:15.853Zstarting task 4: "build"
1032026-02-27T04:13:15.878Z+ set -e
1042026-02-27T04:13:15.878Z+ source .github/buildomat/test-common.sh
1052026-02-27T04:13:15.878Z++ NEXTEST_VERSION=0.9.97
1062026-02-27T04:13:15.878Z++ PLATFORM=illumos
1072026-02-27T04:13:15.878Z++ banner install
1082026-02-27T04:13:15.878Z
1092026-02-27T04:13:15.878Z # # # #### ##### ## # #
1102026-02-27T04:13:15.878Z # ## # # # # # # #
1112026-02-27T04:13:15.878Z # # # # #### # # # # #
1122026-02-27T04:13:15.878Z # # # # # # ###### # #
1132026-02-27T04:13:15.878Z # # ## # # # # # # #
1142026-02-27T04:13:15.878Z # # # #### # # # ###### ######
1152026-02-27T04:13:15.879Z
1162026-02-27T04:13:15.879Z++ set +o errexit
1172026-02-27T04:13:15.879Z++ pkg info clang-15
1182026-02-27T04:13:15.879Z++ grep -qi installed
1192026-02-27T04:13:18.111Zpkg: info: no packages matching the following patterns you specified are
1202026-02-27T04:13:18.111Zinstalled on the system. Try querying remotely instead:
1212026-02-27T04:13:18.111Z
1222026-02-27T04:13:18.111Z clang-15
1232026-02-27T04:13:18.196Z++ [[ 1 != 0 ]]
1242026-02-27T04:13:18.196Z++ set -o errexit
1252026-02-27T04:13:18.196Z++ pfexec pkg install clang-15
1262026-02-27T04:13:39.900Z Startup: Refreshing catalog 'helios-dev' ... Done
1272026-02-27T04:14:00.762Z Startup: Caching catalogs ... Done
1282026-02-27T04:14:44.816ZPlanning: Solver setup ... Done
1292026-02-27T04:14:45.090ZPlanning: Running solver ... Done
1302026-02-27T04:14:45.274ZPlanning: Finding local manifests ... Done
1312026-02-27T04:14:45.357ZPlanning: Fetching manifests: 0/2 0% complete
1322026-02-27T04:14:45.844ZPlanning: Fetching manifests: 2/2 100% complete
1332026-02-27T04:14:45.919ZPlanning: Package planning ... Done
1342026-02-27T04:14:46.007ZPlanning: Merging actions ... Done
1352026-02-27T04:14:46.294ZPlanning: Checking for conflicting actions ... Done
1362026-02-27T04:14:46.319ZPlanning: Consolidating action changes ... Done
1372026-02-27T04:14:47.398ZPlanning: Evaluating mediators ... Done
1382026-02-27T04:14:47.424ZPlanning: Planning completed in 46.53 seconds
1392026-02-27T04:14:47.450Z Packages to install: 2
1402026-02-27T04:14:47.450Z Mediators to change: 2
1412026-02-27T04:14:47.450Z Services to change: 1
1422026-02-27T04:14:47.451Z Create boot environment: No
1432026-02-27T04:14:47.451ZCreate backup boot environment: No
1442026-02-27T04:14:47.537Z
1452026-02-27T04:14:47.537ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1462026-02-27T04:14:52.538ZDownload: 1050/3076 items 95.3/211.3MB 45% complete (19.3M/s)
1472026-02-27T04:14:57.543ZDownload: 3027/3076 items 162.2/211.3MB 76% complete (16.3M/s)
1482026-02-27T04:15:02.543ZDownload: 3034/3076 items 192.8/211.3MB 91% complete (10.1M/s)
1492026-02-27T04:15:04.669ZDownload: Completed 211.31 MB in 17.13 seconds (12.3M/s)
1502026-02-27T04:15:04.894Z Actions: 1/3418 actions (Installing new actions)
1512026-02-27T04:15:09.960Z Actions: 2812/3418 actions (Installing new actions)
1522026-02-27T04:15:11.342Z Actions: Completed 3418 actions in 6.45 seconds.
1532026-02-27T04:15:12.322Z Done
1542026-02-27T04:15:12.323Z Done
1552026-02-27T04:15:14.347Z Done
1562026-02-27T04:15:21.557Z Done
1572026-02-27T04:15:21.676Z Done
1582026-02-27T04:15:21.676Z Done
1592026-02-27T04:15:21.865Z Done
1602026-02-27T04:15:22.610Z++ set -o errexit
1612026-02-27T04:15:22.610Z++ cargo --version
1622026-02-27T04:15:22.635Zinfo: syncing channel updates for '1.92.0-x86_64-unknown-illumos'
1632026-02-27T04:15:22.836Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
1642026-02-27T04:15:22.836Zinfo: downloading component 'cargo'
1652026-02-27T04:15:23.037Zinfo: downloading component 'clippy'
1662026-02-27T04:15:23.131Zinfo: downloading component 'rust-docs'
1672026-02-27T04:15:23.419Zinfo: downloading component 'rust-std'
1682026-02-27T04:15:23.791Zinfo: downloading component 'rustc'
1692026-02-27T04:15:25.346Zinfo: downloading component 'rustfmt'
1702026-02-27T04:15:25.411Zinfo: installing component 'cargo'
1712026-02-27T04:15:26.649Zinfo: installing component 'clippy'
1722026-02-27T04:15:27.210Zinfo: installing component 'rust-docs'
1732026-02-27T04:15:30.937Zinfo: installing component 'rust-std'
1742026-02-27T04:15:33.164Zinfo: installing component 'rustc'
1752026-02-27T04:15:41.828Zinfo: installing component 'rustfmt'
1762026-02-27T04:15:42.451Zcargo 1.92.0 (344c4567c 2025-10-21)
1772026-02-27T04:15:42.479Z++ rustc --version
1782026-02-27T04:15:42.604Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1792026-02-27T04:15:42.629Z++ cargo install cargo-nextest --version 0.9.97
1802026-02-27T04:15:42.808Z Updating crates.io index
1812026-02-27T04:15:42.897Z Downloading crates ...
1822026-02-27T04:15:42.975Z Downloaded cargo-nextest v0.9.97
1832026-02-27T04:15:43.090Z Installing cargo-nextest v0.9.97
1842026-02-27T04:15:43.219Z Updating crates.io index
1852026-02-27T04:15:45.085Z Locking 405 packages to latest compatible versions
1862026-02-27T04:15:45.118Z Adding dialoguer v0.11.0 (available: v0.12.0)
1872026-02-27T04:15:45.118Z Adding duct v0.13.7 (available: v1.1.1)
1882026-02-27T04:15:45.118Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1892026-02-27T04:15:45.118Z Adding generic-array v0.14.7 (available: v0.14.9)
1902026-02-27T04:15:45.118Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1912026-02-27T04:15:45.118Z Adding nextest-filtering v0.15.0 (available: v0.18.0)
1922026-02-27T04:15:45.118Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1932026-02-27T04:15:45.118Z Adding nextest-runner v0.80.0 (available: v0.110.0)
1942026-02-27T04:15:45.255Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1952026-02-27T04:15:45.280Z Downloading crates ...
1962026-02-27T04:15:45.281Z Downloaded backtrace-ext v0.2.1
1972026-02-27T04:15:45.281Z Downloaded colorchoice v1.0.4
1982026-02-27T04:15:45.281Z Downloaded futures-sink v0.3.32
1992026-02-27T04:15:45.281Z Downloaded futures-channel v0.3.32
2002026-02-27T04:15:45.281Z Downloaded indent_write v2.2.0
2012026-02-27T04:15:45.281Z Downloaded scopeguard v1.2.0
2022026-02-27T04:15:45.281Z Downloaded serde_spanned v0.6.9
2032026-02-27T04:15:45.281Z Downloaded serde_core v1.0.228
2042026-02-27T04:15:45.306Z Downloaded serde_urlencoded v0.7.1
2052026-02-27T04:15:45.306Z Downloaded rustc-demangle v0.1.27
2062026-02-27T04:15:45.306Z Downloaded rand_chacha v0.9.0
2072026-02-27T04:15:45.306Z Downloaded signal-hook-registry v1.4.8
2082026-02-27T04:15:45.306Z Downloaded socket2 v0.6.2
2092026-02-27T04:15:45.332Z Downloaded iri-string v0.7.10
2102026-02-27T04:15:45.358Z Downloaded rand_core v0.6.4
2112026-02-27T04:15:45.358Z Downloaded rustix v1.1.4
2122026-02-27T04:15:45.393Z Downloaded swrite v0.1.0
2132026-02-27T04:15:45.418Z Downloaded signature v2.2.0
2142026-02-27T04:15:45.418Z Downloaded try-lock v0.2.5
2152026-02-27T04:15:45.418Z Downloaded rustc-hash v2.1.1
2162026-02-27T04:15:45.418Z Downloaded subtle v2.6.1
2172026-02-27T04:15:45.418Z Downloaded tinyvec_macros v0.1.1
2182026-02-27T04:15:45.418Z Downloaded toml_datetime v0.6.11
2192026-02-27T04:15:45.444Z Downloaded xattr v1.6.1
2202026-02-27T04:15:45.444Z Downloaded toml_datetime v0.7.5+spec-1.1.0
2212026-02-27T04:15:45.444Z Downloaded typeid v1.0.3
2222026-02-27T04:15:45.444Z Downloaded utf8_iter v1.0.4
2232026-02-27T04:15:45.444Z Downloaded want v0.3.1
2242026-02-27T04:15:45.471Z Downloaded utf8parse v0.2.2
2252026-02-27T04:15:45.471Z Downloaded zstd-safe v7.2.4
2262026-02-27T04:15:45.471Z Downloaded toml_edit v0.22.27
2272026-02-27T04:15:45.471Z Downloaded toml_writer v1.0.6+spec-1.1.0
2282026-02-27T04:15:45.471Z Downloaded zeroize v1.8.2
2292026-02-27T04:15:45.471Z Downloaded uuid v1.21.0
2302026-02-27T04:15:45.499Z Downloaded zstd v0.13.3
2312026-02-27T04:15:45.499Z Downloaded typenum v1.19.0
2322026-02-27T04:15:45.499Z Downloaded serde_json v1.0.149
2332026-02-27T04:15:45.499Z Downloaded url v2.5.8
2342026-02-27T04:15:45.524Z Downloaded tower v0.5.3
2352026-02-27T04:15:45.524Z Downloaded unicode-segmentation v1.12.0
2362026-02-27T04:15:45.524Z Downloaded quinn-proto v0.11.13
2372026-02-27T04:15:45.551Z Downloaded quick-xml v0.38.4
2382026-02-27T04:15:45.551Z Downloaded regex-syntax v0.8.10
2392026-02-27T04:15:45.577Z Downloaded winnow v0.7.14
2402026-02-27T04:15:45.578Z Downloaded webpki-roots v1.0.6
2412026-02-27T04:15:45.578Z Downloaded nextest-runner v0.80.0
2422026-02-27T04:15:45.603Z Downloaded tracing-subscriber v0.3.22
2432026-02-27T04:15:45.627Z Downloaded unicode-width v0.2.2
2442026-02-27T04:15:45.627Z Downloaded rustls v0.23.37
2452026-02-27T04:15:45.652Z Downloaded object v0.37.3
2462026-02-27T04:15:45.652Z Downloaded zerocopy v0.8.40
2472026-02-27T04:15:45.676Z Downloaded rustix v0.38.44
2482026-02-27T04:15:45.702Z Downloaded unicode-width v0.1.14
2492026-02-27T04:15:45.702Z Downloaded syn v2.0.117
2502026-02-27T04:15:45.727Z Downloaded curve25519-dalek v4.1.3
2512026-02-27T04:15:45.727Z Downloaded vcpkg v0.2.15
2522026-02-27T04:15:45.774Z Downloaded gimli v0.32.3
2532026-02-27T04:15:45.799Z Downloaded tracing v0.1.44
2542026-02-27T04:15:45.823Z Downloaded chrono v0.4.44
2552026-02-27T04:15:45.823Z Downloaded unicode-normalization v0.1.25
2562026-02-27T04:15:45.823Z Downloaded tower-http v0.6.8
2572026-02-27T04:15:45.849Z Downloaded clap_builder v4.5.60
2582026-02-27T04:15:45.849Z Downloaded color-eyre v0.6.5
2592026-02-27T04:15:45.849Z Downloaded aho-corasick v1.1.4
2602026-02-27T04:15:45.849Z Downloaded tokio-util v0.7.18
2612026-02-27T04:15:45.875Z Downloaded regex v1.12.3
2622026-02-27T04:15:45.875Z Downloaded pulldown-cmark v0.13.1
2632026-02-27T04:15:45.875Z Downloaded h2 v0.4.13
2642026-02-27T04:15:45.900Z Downloaded reqwest v0.12.28
2652026-02-27T04:15:45.900Z Downloaded libc v0.2.182
2662026-02-27T04:15:45.925Z Downloaded futures-util v0.3.32
2672026-02-27T04:15:45.951Z Downloaded zmij v1.0.21
2682026-02-27T04:15:45.952Z Downloaded zipsign-api v0.1.5
2692026-02-27T04:15:45.953Z Downloaded xxhash-rust v0.8.15
2702026-02-27T04:15:45.953Z Downloaded petgraph v0.8.3
2712026-02-27T04:15:45.978Z Downloaded vte v0.14.1
2722026-02-27T04:15:45.978Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
2732026-02-27T04:15:46.003Z Downloaded tokio v1.49.0
2742026-02-27T04:15:46.038Z Downloaded regex-automata v0.4.14
2752026-02-27T04:15:46.063Z Downloaded unicode-ident v1.0.24
2762026-02-27T04:15:46.063Z Downloaded tracing-core v0.1.36
2772026-02-27T04:15:46.087Z Downloaded target-spec v3.5.7
2782026-02-27T04:15:46.087Z Downloaded textwrap v0.16.2
2792026-02-27T04:15:46.087Z Downloaded tempfile v3.26.0
2802026-02-27T04:15:46.087Z Downloaded cc v1.2.56
2812026-02-27T04:15:46.087Z Downloaded thiserror v2.0.18
2822026-02-27T04:15:46.113Z Downloaded thiserror v1.0.69
2832026-02-27T04:15:46.113Z Downloaded version_check v0.9.5
2842026-02-27T04:15:46.113Z Downloaded untrusted v0.9.0
2852026-02-27T04:15:46.113Z Downloaded toml v0.9.12+spec-1.1.0
2862026-02-27T04:15:46.113Z Downloaded quick-xml v0.37.5
2872026-02-27T04:15:46.139Z Downloaded hyper-util v0.1.20
2882026-02-27T04:15:46.139Z Downloaded unicase v2.9.0
2892026-02-27T04:15:46.139Z Downloaded tracing-log v0.2.0
2902026-02-27T04:15:46.139Z Downloaded tracing-error v0.2.1
2912026-02-27T04:15:46.139Z Downloaded sync_wrapper v1.0.2
2922026-02-27T04:15:46.139Z Downloaded ed25519-dalek v2.2.0
2932026-02-27T04:15:46.139Z Downloaded unicode-xid v0.2.6
2942026-02-27T04:15:46.139Z Downloaded tower-service v0.3.3
2952026-02-27T04:15:46.139Z Downloaded toml v0.8.23
2962026-02-27T04:15:46.164Z Downloaded tinyvec v1.10.0
2972026-02-27T04:15:46.164Z Downloaded terminal_size v0.4.3
2982026-02-27T04:15:46.164Z Downloaded tar v0.4.44
2992026-02-27T04:15:46.164Z Downloaded ron v0.12.0
3002026-02-27T04:15:46.164Z Downloaded ring v0.17.14
3012026-02-27T04:15:46.228Z Downloaded idna v1.1.0
3022026-02-27T04:15:46.252Z Downloaded hashbrown v0.15.5
3032026-02-27T04:15:46.253Z Downloaded recursion v0.5.4
3042026-02-27T04:15:46.277Z Downloaded urlencoding v2.1.3
3052026-02-27T04:15:46.277Z Downloaded unicode-linebreak v0.1.5
3062026-02-27T04:15:46.277Z Downloaded tower-layer v0.3.3
3072026-02-27T04:15:46.277Z Downloaded tokio-stream v0.1.18
3082026-02-27T04:15:46.277Z Downloaded tokio-rustls v0.26.4
3092026-02-27T04:15:46.278Z Downloaded thiserror-impl v1.0.69
3102026-02-27T04:15:46.278Z Downloaded target-spec-miette v0.4.5
3112026-02-27T04:15:46.302Z Downloaded target-lexicon v0.13.3
3122026-02-27T04:15:46.302Z Downloaded serde v1.0.228
3132026-02-27T04:15:46.302Z Downloaded num-traits v0.2.19
3142026-02-27T04:15:46.302Z Downloaded iana-time-zone v0.1.65
3152026-02-27T04:15:46.302Z Downloaded flate2 v1.1.9
3162026-02-27T04:15:46.302Z Downloaded crossterm v0.29.0
3172026-02-27T04:15:46.327Z Downloaded tracing-attributes v0.1.31
3182026-02-27T04:15:46.327Z Downloaded toml_write v0.1.2
3192026-02-27T04:15:46.327Z Downloaded toml_parser v1.0.9+spec-1.1.0
3202026-02-27T04:15:46.327Z Downloaded tokio-native-tls v0.3.1
3212026-02-27T04:15:46.327Z Downloaded supports-color v3.0.2
3222026-02-27T04:15:46.327Z Downloaded signal-hook v0.3.18
3232026-02-27T04:15:46.327Z Downloaded sharded-slab v0.1.7
3242026-02-27T04:15:46.327Z Downloaded serde_derive v1.0.228
3252026-02-27T04:15:46.351Z Downloaded quinn-udp v0.5.14
3262026-02-27T04:15:46.351Z Downloaded pin-project v1.1.10
3272026-02-27T04:15:46.351Z Downloaded parking_lot v0.12.5
3282026-02-27T04:15:46.376Z Downloaded openssl-sys v0.9.111
3292026-02-27T04:15:46.376Z Downloaded getrandom v0.3.4
3302026-02-27T04:15:46.376Z Downloaded bytes v1.11.1
3312026-02-27T04:15:46.376Z Downloaded tokio-macros v2.6.0
3322026-02-27T04:15:46.376Z Downloaded thread_local v1.1.9
3332026-02-27T04:15:46.376Z Downloaded thiserror-impl v2.0.18
3342026-02-27T04:15:46.376Z Downloaded ryu v1.0.23
3352026-02-27T04:15:46.376Z Downloaded rand v0.9.2
3362026-02-27T04:15:46.401Z Downloaded quick-junit v0.5.2
3372026-02-27T04:15:46.402Z Downloaded portable-atomic v1.13.1
3382026-02-27T04:15:46.402Z Downloaded parking_lot_core v0.9.12
3392026-02-27T04:15:46.402Z Downloaded getrandom v0.4.1
3402026-02-27T04:15:46.402Z Downloaded futures v0.3.32
3412026-02-27T04:15:46.427Z Downloaded derive-where v1.6.0
3422026-02-27T04:15:46.427Z Downloaded clap v4.5.60
3432026-02-27T04:15:46.427Z Downloaded static_assertions v1.1.0
3442026-02-27T04:15:46.427Z Downloaded spki v0.7.3
3452026-02-27T04:15:46.427Z Downloaded smol_str v0.3.5
3462026-02-27T04:15:46.427Z Downloaded shell-words v1.1.1
3472026-02-27T04:15:46.427Z Downloaded camino-tempfile v1.4.1
3482026-02-27T04:15:46.427Z Downloaded nextest-filtering v0.15.0
3492026-02-27T04:15:46.452Z Downloaded log v0.4.29
3502026-02-27T04:15:46.452Z Downloaded strsim v0.11.1
3512026-02-27T04:15:46.452Z Downloaded strip-ansi-escapes v0.2.1
3522026-02-27T04:15:46.452Z Downloaded smallvec v1.15.1
3532026-02-27T04:15:46.452Z Downloaded signal-hook-mio v0.2.5
3542026-02-27T04:15:46.452Z Downloaded quote v1.0.44
3552026-02-27T04:15:46.452Z Downloaded cargo_metadata v0.20.0
3562026-02-27T04:15:46.452Z Downloaded camino v1.2.2
3572026-02-27T04:15:46.452Z Downloaded bitflags v2.11.0
3582026-02-27T04:15:46.452Z Downloaded pin-project-lite v0.2.16
3592026-02-27T04:15:46.477Z Downloaded duct v0.13.7
3602026-02-27T04:15:46.477Z Downloaded convert_case v0.10.0
3612026-02-27T04:15:46.477Z Downloaded clap_derive v4.5.55
3622026-02-27T04:15:46.477Z Downloaded borsh v1.6.0
3632026-02-27T04:15:46.477Z Downloaded supports-unicode v3.0.0
3642026-02-27T04:15:46.477Z Downloaded slab v0.4.12
3652026-02-27T04:15:46.477Z Downloaded simd-adler32 v0.3.8
3662026-02-27T04:15:46.477Z Downloaded shlex v1.3.0
3672026-02-27T04:15:46.477Z Downloaded shared_child v1.1.1
3682026-02-27T04:15:46.504Z Downloaded sha2 v0.10.9
3692026-02-27T04:15:46.504Z Downloaded serde_spanned v1.0.4
3702026-02-27T04:15:46.504Z Downloaded semver v1.0.27
3712026-02-27T04:15:46.504Z Downloaded rand_core v0.9.5
3722026-02-27T04:15:46.504Z Downloaded pin-utils v0.1.0
3732026-02-27T04:15:46.504Z Downloaded ordered-float v2.10.1
3742026-02-27T04:15:46.504Z Downloaded openssl-macros v0.1.1
3752026-02-27T04:15:46.504Z Downloaded once_cell v1.21.3
3762026-02-27T04:15:46.504Z Downloaded nextest-workspace-hack v0.1.0
3772026-02-27T04:15:46.504Z Downloaded miette v7.6.0
3782026-02-27T04:15:46.504Z Downloaded futures-executor v0.3.32
3792026-02-27T04:15:46.505Z Downloaded future-queue v0.4.0
3802026-02-27T04:15:46.505Z Downloaded foldhash v0.1.5
3812026-02-27T04:15:46.505Z Downloaded eyre v0.6.12
3822026-02-27T04:15:46.529Z Downloaded erased-serde v0.4.9
3832026-02-27T04:15:46.529Z Downloaded dialoguer v0.11.0
3842026-02-27T04:15:46.530Z Downloaded const-oid v0.9.6
3852026-02-27T04:15:46.530Z Downloaded serde_path_to_error v0.1.20
3862026-02-27T04:15:46.530Z Downloaded serde-untagged v0.1.9
3872026-02-27T04:15:46.530Z Downloaded self-replace v1.5.0
3882026-02-27T04:15:46.530Z Downloaded ppv-lite86 v0.2.21
3892026-02-27T04:15:46.530Z Downloaded pkcs8 v0.10.2
3902026-02-27T04:15:46.530Z Downloaded native-tls v0.2.18
3912026-02-27T04:15:46.530Z Downloaded memchr v2.8.0
3922026-02-27T04:15:46.555Z Downloaded itoa v1.0.17
3932026-02-27T04:15:46.555Z Downloaded indexmap v2.13.0
3942026-02-27T04:15:46.555Z Downloaded humantime v2.3.0
3952026-02-27T04:15:46.555Z Downloaded hex v0.4.3
3962026-02-27T04:15:46.555Z Downloaded guppy-workspace-hack v0.1.0
3972026-02-27T04:15:46.555Z Downloaded globset v0.4.18
3982026-02-27T04:15:46.555Z Downloaded fixedbitset v0.5.7
3992026-02-27T04:15:46.555Z Downloaded filetime v0.2.27
4002026-02-27T04:15:46.555Z Downloaded fastrand v2.3.0
4012026-02-27T04:15:46.555Z Downloaded cfg_aliases v0.2.1
4022026-02-27T04:15:46.555Z Downloaded cfg-if v1.0.4
4032026-02-27T04:15:46.555Z Downloaded cargo-util-schemas v0.2.0
4042026-02-27T04:15:46.555Z Downloaded atomic-waker v1.1.2
4052026-02-27T04:15:46.556Z Downloaded async-scoped v0.9.0
4062026-02-27T04:15:46.582Z Downloaded supports-hyperlinks v3.2.0
4072026-02-27T04:15:46.582Z Downloaded sigchld v0.2.4
4082026-02-27T04:15:46.583Z Downloaded serde_ignored v0.1.14
4092026-02-27T04:15:46.583Z Downloaded serde-value v0.7.0
4102026-02-27T04:15:46.583Z Downloaded rustls-webpki v0.103.9
4112026-02-27T04:15:46.583Z Downloaded rustls-pki-types v1.14.0
4122026-02-27T04:15:46.583Z Downloaded quinn v0.11.9
4132026-02-27T04:15:46.583Z Downloaded pkg-config v0.3.32
4142026-02-27T04:15:46.584Z Downloaded pin-project-internal v1.1.10
4152026-02-27T04:15:46.584Z Downloaded owo-colors v4.3.0
4162026-02-27T04:15:46.584Z Downloaded openssl-probe v0.2.1
4172026-02-27T04:15:46.584Z Downloaded number_prefix v0.4.0
4182026-02-27T04:15:46.584Z Downloaded nested v0.1.1
4192026-02-27T04:15:46.584Z Downloaded lru-slab v0.1.2
4202026-02-27T04:15:46.584Z Downloaded lazy_static v1.5.0
4212026-02-27T04:15:46.610Z Downloaded is_ci v1.2.0
4222026-02-27T04:15:46.610Z Downloaded indicatif v0.17.11
4232026-02-27T04:15:46.610Z Downloaded indenter v0.3.4
4242026-02-27T04:15:46.610Z Downloaded idna_adapter v1.0.0
4252026-02-27T04:15:46.610Z Downloaded hyper v1.8.1
4262026-02-27T04:15:46.610Z Downloaded generic-array v0.14.7
4272026-02-27T04:15:46.610Z Downloaded futures-macro v0.3.32
4282026-02-27T04:15:46.610Z Downloaded futures-io v0.3.32
4292026-02-27T04:15:46.610Z Downloaded futures-core v0.3.32
4302026-02-27T04:15:46.610Z Downloaded form_urlencoded v1.2.2
4312026-02-27T04:15:46.610Z Downloaded foreign-types-shared v0.1.1
4322026-02-27T04:15:46.610Z Downloaded foreign-types v0.3.2
4332026-02-27T04:15:46.610Z Downloaded fnv v1.0.7
4342026-02-27T04:15:46.611Z Downloaded equivalent v1.0.2
4352026-02-27T04:15:46.611Z Downloaded enable-ansi-support v0.2.1
4362026-02-27T04:15:46.611Z Downloaded digest v0.10.7
4372026-02-27T04:15:46.637Z Downloaded der v0.7.10
4382026-02-27T04:15:46.637Z Downloaded cpufeatures v0.2.17
4392026-02-27T04:15:46.637Z Downloaded color-spantrace v0.3.0
4402026-02-27T04:15:46.637Z Downloaded cargo_metadata v0.23.1
4412026-02-27T04:15:46.637Z Downloaded block-buffer v0.10.4
4422026-02-27T04:15:46.637Z Downloaded atomicwrites v0.4.4
4432026-02-27T04:15:46.637Z Downloaded rustc_version v0.4.1
4442026-02-27T04:15:46.638Z Downloaded pathdiff v0.2.3
4452026-02-27T04:15:46.638Z Downloaded nextest-metadata v0.12.2
4462026-02-27T04:15:46.638Z Downloaded newtype-uuid v1.3.2
4472026-02-27T04:15:46.638Z Downloaded mukti-metadata v0.3.0
4482026-02-27T04:15:46.638Z Downloaded mio v1.1.1
4492026-02-27T04:15:46.638Z Downloaded miette-derive v7.6.0
4502026-02-27T04:15:46.663Z Downloaded litrs v1.0.0
4512026-02-27T04:15:46.663Z Downloaded itertools v0.14.0
4522026-02-27T04:15:46.663Z Downloaded hyper-rustls v0.27.7
4532026-02-27T04:15:46.663Z Downloaded http-body-util v0.1.3
4542026-02-27T04:15:46.663Z Downloaded http v1.4.0
4552026-02-27T04:15:46.663Z Downloaded heck v0.5.0
4562026-02-27T04:15:46.663Z Downloaded getrandom v0.2.17
4572026-02-27T04:15:46.663Z Downloaded futures-task v0.3.32
4582026-02-27T04:15:46.663Z Downloaded errno v0.3.14
4592026-02-27T04:15:46.689Z Downloaded either v1.15.0
4602026-02-27T04:15:46.689Z Downloaded document-features v0.2.12
4612026-02-27T04:15:46.689Z Downloaded derive_more v2.1.1
4622026-02-27T04:15:46.689Z Downloaded crypto-common v0.1.7
4632026-02-27T04:15:46.689Z Downloaded crc32fast v1.5.0
4642026-02-27T04:15:46.689Z Downloaded console v0.15.11
4652026-02-27T04:15:46.689Z Downloaded config v0.15.19
4662026-02-27T04:15:46.715Z Downloaded cargo-platform v0.3.2
4672026-02-27T04:15:46.715Z Downloaded cargo-platform v0.2.0
4682026-02-27T04:15:46.715Z Downloaded base64ct v1.8.3
4692026-02-27T04:15:46.715Z Downloaded anstyle v1.0.13
4702026-02-27T04:15:46.715Z Downloaded ahash v0.8.12
4712026-02-27T04:15:46.715Z Downloaded openssl v0.10.75
4722026-02-27T04:15:46.716Z Downloaded nix v0.30.1
4732026-02-27T04:15:46.743Z Downloaded lock_api v0.4.14
4742026-02-27T04:15:46.743Z Downloaded jobserver v0.1.34
4752026-02-27T04:15:46.743Z Downloaded is_terminal_polyfill v1.70.2
4762026-02-27T04:15:46.743Z Downloaded ipnet v2.11.0
4772026-02-27T04:15:46.743Z Downloaded humantime-serde v1.1.1
4782026-02-27T04:15:46.743Z Downloaded home v0.5.12
4792026-02-27T04:15:46.743Z Downloaded debug-ignore v1.0.5
4802026-02-27T04:15:46.743Z Downloaded http-body v1.0.1
4812026-02-27T04:15:46.743Z Downloaded clap_lex v1.0.0
4822026-02-27T04:15:46.743Z Downloaded proc-macro2 v1.0.106
4832026-02-27T04:15:46.768Z Downloaded miniz_oxide v0.8.9
4842026-02-27T04:15:46.769Z Downloaded httparse v1.10.1
4852026-02-27T04:15:46.769Z Downloaded anstream v0.6.21
4862026-02-27T04:15:46.769Z Downloaded self_update v0.42.0
4872026-02-27T04:15:46.769Z Downloaded percent-encoding v2.3.2
4882026-02-27T04:15:46.769Z Downloaded bstr v1.12.1
4892026-02-27T04:15:46.769Z Downloaded backtrace v0.3.76
4902026-02-27T04:15:46.769Z Downloaded addr2line v0.25.1
4912026-02-27T04:15:46.793Z Downloaded os_pipe v1.2.3
4922026-02-27T04:15:46.794Z Downloaded guppy v0.17.25
4932026-02-27T04:15:46.794Z Downloaded anstyle-query v1.1.5
4942026-02-27T04:15:46.794Z Downloaded hashbrown v0.16.1
4952026-02-27T04:15:46.794Z Downloaded derive_more-impl v2.1.1
4962026-02-27T04:15:46.794Z Downloaded anstyle-parse v0.2.7
4972026-02-27T04:15:46.794Z Downloaded hyper-tls v0.6.0
4982026-02-27T04:15:46.819Z Downloaded find-msvc-tools v0.1.9
4992026-02-27T04:15:46.819Z Downloaded base64 v0.22.1
5002026-02-27T04:15:46.819Z Downloaded adler2 v2.0.1
5012026-02-27T04:15:46.819Z Downloaded ed25519 v2.2.3
5022026-02-27T04:15:46.819Z Downloaded cfg-expr v0.20.6
5032026-02-27T04:15:46.819Z Downloaded curve25519-dalek-derive v0.1.1
5042026-02-27T04:15:46.819Z Downloaded autocfg v1.5.0
5052026-02-27T04:15:46.892Z Compiling proc-macro2 v1.0.106
5062026-02-27T04:15:46.893Z Compiling libc v0.2.182
5072026-02-27T04:15:46.893Z Compiling quote v1.0.44
5082026-02-27T04:15:46.893Z Compiling unicode-ident v1.0.24
5092026-02-27T04:15:46.918Z Compiling serde_core v1.0.228
5102026-02-27T04:15:46.918Z Compiling cfg-if v1.0.4
5112026-02-27T04:15:46.918Z Compiling memchr v2.8.0
5122026-02-27T04:15:46.918Z Compiling once_cell v1.21.3
5132026-02-27T04:15:47.168Z Compiling log v0.4.29
5142026-02-27T04:15:47.218Z Compiling pin-project-lite v0.2.16
5152026-02-27T04:15:47.462Z Compiling serde v1.0.228
5162026-02-27T04:15:47.704Z Compiling itoa v1.0.17
5172026-02-27T04:15:47.835Z Compiling futures-core v0.3.32
5182026-02-27T04:15:48.136Z Compiling bitflags v2.11.0
5192026-02-27T04:15:48.211Z Compiling smallvec v1.15.1
5202026-02-27T04:15:48.236Z Compiling equivalent v1.0.2
5212026-02-27T04:15:48.425Z Compiling find-msvc-tools v0.1.9
5222026-02-27T04:15:48.868Z Compiling shlex v1.3.0
5232026-02-27T04:15:49.022Z Compiling hashbrown v0.16.1
5242026-02-27T04:15:49.048Z Compiling bytes v1.11.1
5252026-02-27T04:15:49.294Z Compiling rustix v1.1.4
5262026-02-27T04:15:49.979Z Compiling errno v0.3.14
5272026-02-27T04:15:50.081Z Compiling jobserver v0.1.34
5282026-02-27T04:15:50.350Z Compiling signal-hook-registry v1.4.8
5292026-02-27T04:15:50.375Z Compiling mio v1.1.1
5302026-02-27T04:15:50.401Z Compiling futures-sink v0.3.32
5312026-02-27T04:15:50.542Z Compiling syn v2.0.117
5322026-02-27T04:15:50.620Z Compiling cc v1.2.56
5332026-02-27T04:15:50.903Z Compiling socket2 v0.6.2
5342026-02-27T04:15:51.435Z Compiling zmij v1.0.21
5352026-02-27T04:15:51.464Z Compiling slab v0.4.12
5362026-02-27T04:15:51.891Z Compiling futures-channel v0.3.32
5372026-02-27T04:15:51.953Z Compiling tracing-core v0.1.36
5382026-02-27T04:15:52.049Z Compiling version_check v0.9.5
5392026-02-27T04:15:52.400Z Compiling serde_json v1.0.149
5402026-02-27T04:15:52.726Z Compiling futures-io v0.3.32
5412026-02-27T04:15:52.844Z Compiling futures-task v0.3.32
5422026-02-27T04:15:53.146Z Compiling getrandom v0.4.1
5432026-02-27T04:15:53.171Z Compiling unicode-width v0.2.2
5442026-02-27T04:15:53.436Z Compiling indexmap v2.13.0
5452026-02-27T04:15:53.794Z Compiling camino v1.2.2
5462026-02-27T04:15:53.934Z Compiling ring v0.17.14
5472026-02-27T04:15:54.137Z Compiling http v1.4.0
5482026-02-27T04:15:54.437Z Compiling zeroize v1.8.2
5492026-02-27T04:15:54.463Z Compiling adler2 v2.0.1
5502026-02-27T04:15:54.788Z Compiling percent-encoding v2.3.2
5512026-02-27T04:15:54.852Z Compiling simd-adler32 v0.3.8
5522026-02-27T04:15:55.013Z Compiling autocfg v1.5.0
5532026-02-27T04:15:55.299Z Compiling miniz_oxide v0.8.9
5542026-02-27T04:15:55.791Z Compiling num-traits v0.2.19
5552026-02-27T04:15:56.235Z Compiling winnow v0.7.14
5562026-02-27T04:15:56.901Z Compiling target-lexicon v0.13.3
5572026-02-27T04:15:57.146Z Compiling getrandom v0.3.4
5582026-02-27T04:15:57.753Z Compiling zerocopy v0.8.40
5592026-02-27T04:15:57.847Z Compiling object v0.37.3
5602026-02-27T04:15:58.447Z Compiling http-body v1.0.1
5612026-02-27T04:15:58.491Z Compiling rustls-pki-types v1.14.0
5622026-02-27T04:15:58.553Z Compiling semver v1.0.27
5632026-02-27T04:15:58.660Z Compiling getrandom v0.2.17
5642026-02-27T04:15:58.727Z Compiling owo-colors v4.3.0
5652026-02-27T04:15:59.036Z Compiling gimli v0.32.3
5662026-02-27T04:15:59.250Z Compiling signal-hook v0.3.18
5672026-02-27T04:15:59.330Z Compiling fnv v1.0.7
5682026-02-27T04:15:59.526Z Compiling untrusted v0.9.0
5692026-02-27T04:15:59.613Z Compiling thiserror v2.0.18
5702026-02-27T04:15:59.790Z Compiling guppy-workspace-hack v0.1.0
5712026-02-27T04:16:00.005Z Compiling typenum v1.19.0
5722026-02-27T04:16:00.152Z Compiling httparse v1.10.1
5732026-02-27T04:16:00.611Z Compiling serde_derive v1.0.228
5742026-02-27T04:16:00.656Z Compiling tokio-macros v2.6.0
5752026-02-27T04:16:00.683Z Compiling futures-macro v0.3.32
5762026-02-27T04:16:00.785Z Compiling tracing-attributes v0.1.31
5772026-02-27T04:16:00.966Z Compiling thiserror-impl v2.0.18
5782026-02-27T04:16:02.125Z Compiling tokio v1.49.0
5792026-02-27T04:16:02.309Z Compiling futures-util v0.3.32
5802026-02-27T04:16:03.467Z Compiling tracing v0.1.44
5812026-02-27T04:16:03.823Z Compiling addr2line v0.25.1
5822026-02-27T04:16:05.617Z Compiling form_urlencoded v1.2.2
5832026-02-27T04:16:06.149Z Compiling generic-array v0.14.7
5842026-02-27T04:16:06.514Z Compiling pkg-config v0.3.32
5852026-02-27T04:16:06.594Z Compiling fastrand v2.3.0
5862026-02-27T04:16:07.337Z Compiling try-lock v0.2.5
5872026-02-27T04:16:07.515Z Compiling rustls v0.23.37
5882026-02-27T04:16:07.542Z Compiling typeid v1.0.3
5892026-02-27T04:16:07.942Z Compiling target-spec v3.5.7
5902026-02-27T04:16:08.081Z Compiling idna_adapter v1.0.0
5912026-02-27T04:16:08.280Z Compiling utf8_iter v1.0.4
5922026-02-27T04:16:08.400Z Compiling thiserror v1.0.69
5932026-02-27T04:16:08.491Z Compiling rustc-demangle v0.1.27
5942026-02-27T04:16:08.638Z Compiling tower-service v0.3.3
5952026-02-27T04:16:08.799Z Compiling atomic-waker v1.1.2
5962026-02-27T04:16:08.849Z Compiling idna v1.1.0
5972026-02-27T04:16:09.139Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5982026-02-27T04:16:09.332Z Compiling want v0.3.1
5992026-02-27T04:16:09.706Z Compiling tempfile v3.26.0
6002026-02-27T04:16:09.952Z Compiling cfg-expr v0.20.6
6012026-02-27T04:16:11.607Z Compiling rustls-webpki v0.103.9
6022026-02-27T04:16:11.920Z Compiling tokio-util v0.7.18
6032026-02-27T04:16:12.145Z Compiling backtrace v0.3.76
6042026-02-27T04:16:12.181Z Compiling thiserror-impl v1.0.69
6052026-02-27T04:16:13.867Z Compiling h2 v0.4.13
6062026-02-27T04:16:14.511Z Compiling terminal_size v0.4.3
6072026-02-27T04:16:14.730Z Compiling aho-corasick v1.1.4
6082026-02-27T04:16:14.860Z Compiling pin-utils v0.1.0
6092026-02-27T04:16:14.905Z Compiling subtle v2.6.1
6102026-02-27T04:16:15.013Z Compiling regex-syntax v0.8.10
6112026-02-27T04:16:15.230Z Compiling erased-serde v0.4.9
6122026-02-27T04:16:19.405Z Compiling regex-automata v0.4.14
6132026-02-27T04:16:22.796Z Compiling hyper v1.8.1
6142026-02-27T04:16:27.705Z Compiling url v2.5.8
6152026-02-27T04:16:28.564Z Compiling serde_spanned v0.6.9
6162026-02-27T04:16:28.860Z Compiling toml_datetime v0.6.11
6172026-02-27T04:16:29.610Z Compiling ahash v0.8.12
6182026-02-27T04:16:30.014Z Compiling sync_wrapper v1.0.2
6192026-02-27T04:16:30.216Z Compiling parking_lot_core v0.9.12
6202026-02-27T04:16:30.749Z Compiling unicode-linebreak v0.1.5
6212026-02-27T04:16:31.313Z Compiling either v1.15.0
6222026-02-27T04:16:31.339Z Compiling base64 v0.22.1
6232026-02-27T04:16:31.550Z Compiling is_ci v1.2.0
6242026-02-27T04:16:31.766Z Compiling tower-layer v0.3.3
6252026-02-27T04:16:31.856Z Compiling toml_write v0.1.2
6262026-02-27T04:16:32.252Z Compiling nextest-workspace-hack v0.1.0
6272026-02-27T04:16:32.318Z Compiling lazy_static v1.5.0
6282026-02-27T04:16:32.395Z Compiling crc32fast v1.5.0
6292026-02-27T04:16:32.420Z Compiling foldhash v0.1.5
6302026-02-27T04:16:32.489Z Compiling unicode-segmentation v1.12.0
6312026-02-27T04:16:32.634Z Compiling portable-atomic v1.13.1
6322026-02-27T04:16:32.882Z Compiling ipnet v2.11.0
6332026-02-27T04:16:32.985Z Compiling hashbrown v0.15.5
6342026-02-27T04:16:33.216Z Compiling convert_case v0.10.0
6352026-02-27T04:16:33.379Z Compiling sharded-slab v0.1.7
6362026-02-27T04:16:33.637Z Compiling hyper-util v0.1.20
6372026-02-27T04:16:33.761Z Compiling toml_edit v0.22.27
6382026-02-27T04:16:34.453Z Compiling tower v0.5.3
6392026-02-27T04:16:34.947Z Compiling supports-color v3.0.2
6402026-02-27T04:16:35.449Z Compiling textwrap v0.16.2
6412026-02-27T04:16:35.658Z Compiling tokio-rustls v0.26.4
6422026-02-27T04:16:36.193Z Compiling backtrace-ext v0.2.1
6432026-02-27T04:16:36.653Z Compiling ordered-float v2.10.1
6442026-02-27T04:16:36.960Z Compiling miette-derive v7.6.0
6452026-02-27T04:16:37.333Z Compiling webpki-roots v1.0.6
6462026-02-27T04:16:37.552Z Compiling pathdiff v0.2.3
6472026-02-27T04:16:37.778Z Compiling console v0.15.11
6482026-02-27T04:16:38.441Z Compiling cargo-platform v0.3.2
6492026-02-27T04:16:39.324Z Compiling tracing-log v0.2.0
6502026-02-27T04:16:39.633Z Compiling os_pipe v1.2.3
6512026-02-27T04:16:39.685Z Compiling thread_local v1.1.9
6522026-02-27T04:16:39.960Z Compiling zstd-safe v7.2.4
6532026-02-27T04:16:40.038Z Compiling pulldown-cmark v0.13.1
6542026-02-27T04:16:40.440Z Compiling supports-hyperlinks v3.2.0
6552026-02-27T04:16:40.469Z Compiling fixedbitset v0.5.7
6562026-02-27T04:16:40.511Z Compiling ryu v1.0.23
6572026-02-27T04:16:40.804Z Compiling rustix v0.38.44
6582026-02-27T04:16:40.847Z Compiling unicode-width v0.1.14
6592026-02-27T04:16:41.192Z Compiling supports-unicode v3.0.0
6602026-02-27T04:16:41.495Z Compiling cfg_aliases v0.2.1
6612026-02-27T04:16:41.520Z Compiling utf8parse v0.2.2
6622026-02-27T04:16:41.545Z Compiling scopeguard v1.2.0
6632026-02-27T04:16:41.605Z Compiling iri-string v0.7.10
6642026-02-27T04:16:41.712Z Compiling debug-ignore v1.0.5
6652026-02-27T04:16:41.737Z Compiling lock_api v0.4.14
6662026-02-27T04:16:41.899Z Compiling anstyle-parse v0.2.7
6672026-02-27T04:16:42.126Z Compiling nix v0.30.1
6682026-02-27T04:16:42.364Z Compiling miette v7.6.0
6692026-02-27T04:16:42.391Z Compiling petgraph v0.8.3
6702026-02-27T04:16:42.932Z Compiling serde_urlencoded v0.7.1
6712026-02-27T04:16:43.523Z Compiling tracing-subscriber v0.3.22
6722026-02-27T04:16:45.553Z Compiling tower-http v0.6.8
6732026-02-27T04:16:46.760Z Compiling sigchld v0.2.4
6742026-02-27T04:16:47.110Z Compiling cargo_metadata v0.23.1
6752026-02-27T04:16:47.431Z Compiling toml v0.8.23
6762026-02-27T04:16:47.645Z Compiling hyper-rustls v0.27.7
6772026-02-27T04:16:48.991Z Compiling serde-value v0.7.0
6782026-02-27T04:16:50.604Z Compiling serde-untagged v0.1.9
6792026-02-27T04:16:51.414Z Compiling derive_more-impl v2.1.1
6802026-02-27T04:16:52.732Z Compiling itertools v0.14.0
6812026-02-27T04:16:53.222Z Compiling regex v1.12.3
6822026-02-27T04:16:53.589Z Compiling crypto-common v0.1.7
6832026-02-27T04:16:53.718Z Compiling block-buffer v0.10.4
6842026-02-27T04:16:53.869Z Compiling ppv-lite86 v0.2.21
6852026-02-27T04:16:54.011Z Compiling futures-executor v0.3.32
6862026-02-27T04:16:54.688Z Compiling rand_core v0.9.5
6872026-02-27T04:16:55.065Z Compiling pin-project-internal v1.1.10
6882026-02-27T04:16:55.122Z Compiling toml_parser v1.0.9+spec-1.1.0
6892026-02-27T04:16:55.206Z Compiling http-body-util v0.1.3
6902026-02-27T04:16:55.753Z Compiling uuid v1.21.0
6912026-02-27T04:16:56.311Z Compiling smol_str v0.3.5
6922026-02-27T04:16:56.483Z Compiling toml_datetime v0.7.5+spec-1.1.0
6932026-02-27T04:16:56.971Z Compiling serde_spanned v1.0.4
6942026-02-27T04:16:57.010Z Compiling filetime v0.2.27
6952026-02-27T04:16:57.252Z Compiling vte v0.14.1
6962026-02-27T04:16:57.314Z Compiling bstr v1.12.1
6972026-02-27T04:16:57.388Z Compiling is_terminal_polyfill v1.70.2
6982026-02-27T04:16:57.547Z Compiling xattr v1.6.1
6992026-02-27T04:16:57.571Z Compiling self_update v0.42.0
7002026-02-27T04:16:57.687Z Compiling anstyle v1.0.13
7012026-02-27T04:16:57.900Z Compiling color-spantrace v0.3.0
7022026-02-27T04:16:57.988Z Compiling litrs v1.0.0
7032026-02-27T04:16:58.020Z Compiling eyre v0.6.12
7042026-02-27T04:16:58.223Z Compiling nested v0.1.1
7052026-02-27T04:16:58.446Z Compiling colorchoice v1.0.4
7062026-02-27T04:16:58.556Z Compiling iana-time-zone v0.1.65
7072026-02-27T04:16:58.587Z Compiling anstyle-query v1.1.5
7082026-02-27T04:16:58.651Z Compiling number_prefix v0.4.0
7092026-02-27T04:16:58.946Z Compiling unicase v2.9.0
7102026-02-27T04:16:59.005Z Compiling unicode-xid v0.2.6
7112026-02-27T04:16:59.178Z Compiling tinyvec_macros v0.1.1
7122026-02-27T04:16:59.233Z Compiling static_assertions v1.1.0
7132026-02-27T04:16:59.267Z Compiling tinyvec v1.10.0
7142026-02-27T04:16:59.302Z Compiling cargo-util-schemas v0.2.0
7152026-02-27T04:16:59.329Z Compiling document-features v0.2.12
7162026-02-27T04:16:59.374Z Compiling guppy v0.17.25
7172026-02-27T04:16:59.588Z Compiling indicatif v0.17.11
7182026-02-27T04:17:00.381Z Compiling chrono v0.4.44
7192026-02-27T04:17:00.408Z Compiling anstream v0.6.21
7202026-02-27T04:17:01.204Z Compiling globset v0.4.18
7212026-02-27T04:17:01.527Z Compiling tar v0.4.44
7222026-02-27T04:17:03.212Z Compiling strip-ansi-escapes v0.2.1
7232026-02-27T04:17:04.309Z Compiling pin-project v1.1.10
7242026-02-27T04:17:04.485Z Compiling toml v0.9.12+spec-1.1.0
7252026-02-27T04:17:04.920Z Compiling nextest-metadata v0.12.2
7262026-02-27T04:17:06.928Z Compiling newtype-uuid v1.3.2
7272026-02-27T04:17:07.303Z Compiling reqwest v0.12.28
7282026-02-27T04:17:07.341Z Compiling rand_chacha v0.9.0
7292026-02-27T04:17:08.249Z Compiling futures v0.3.32
7302026-02-27T04:17:08.379Z Compiling digest v0.10.7
7312026-02-27T04:17:08.588Z Compiling derive_more v2.1.1
7322026-02-27T04:17:08.699Z Compiling flate2 v1.1.9
7332026-02-27T04:17:08.725Z Compiling parking_lot v0.12.5
7342026-02-27T04:17:08.852Z Compiling shared_child v1.1.1
7352026-02-27T04:17:09.474Z Compiling tracing-error v0.2.1
7362026-02-27T04:17:10.754Z Compiling signal-hook-mio v0.2.5
7372026-02-27T04:17:10.804Z Compiling self-replace v1.5.0
7382026-02-27T04:17:10.946Z Compiling cargo-platform v0.2.0
7392026-02-27T04:17:11.372Z Compiling quick-xml v0.38.4
7402026-02-27T04:17:11.710Z Compiling quick-xml v0.37.5
7412026-02-27T04:17:12.714Z Compiling clap_lex v1.0.0
7422026-02-27T04:17:13.004Z Compiling urlencoding v2.1.3
7432026-02-27T04:17:13.424Z Compiling indenter v0.3.4
7442026-02-27T04:17:13.492Z Compiling heck v0.5.0
7452026-02-27T04:17:13.645Z Compiling cpufeatures v0.2.17
7462026-02-27T04:17:13.769Z Compiling shell-words v1.1.1
7472026-02-27T04:17:14.245Z Compiling strsim v0.11.1
7482026-02-27T04:17:14.380Z Compiling humantime v2.3.0
7492026-02-27T04:17:15.049Z Compiling recursion v0.5.4
7502026-02-27T04:17:15.086Z Compiling humantime-serde v1.1.1
7512026-02-27T04:17:15.191Z Compiling nextest-filtering v0.15.0
7522026-02-27T04:17:15.249Z Compiling clap_builder v4.5.60
7532026-02-27T04:17:15.326Z Compiling clap_derive v4.5.55
7542026-02-27T04:17:15.932Z Compiling sha2 v0.10.9
7552026-02-27T04:17:19.122Z Compiling quick-junit v0.5.2
7562026-02-27T04:17:19.350Z Compiling atomicwrites v0.4.4
7572026-02-27T04:17:19.963Z Compiling cargo_metadata v0.20.0
7582026-02-27T04:17:24.034Z Compiling crossterm v0.29.0
7592026-02-27T04:17:24.300Z Compiling zstd v0.13.3
7602026-02-27T04:17:25.257Z Compiling cargo-nextest v0.9.97
7612026-02-27T04:17:27.305Z Compiling duct v0.13.7
7622026-02-27T04:17:27.687Z Compiling async-scoped v0.9.0
7632026-02-27T04:17:28.098Z Compiling rand v0.9.2
7642026-02-27T04:17:29.761Z Compiling config v0.15.19
7652026-02-27T04:17:31.027Z Compiling unicode-normalization v0.1.25
7662026-02-27T04:17:31.055Z Compiling target-spec-miette v0.4.5
7672026-02-27T04:17:31.537Z Compiling future-queue v0.4.0
7682026-02-27T04:17:31.838Z Compiling mukti-metadata v0.3.0
7692026-02-27T04:17:32.142Z Compiling tokio-stream v0.1.18
7702026-02-27T04:17:32.281Z Compiling camino-tempfile v1.4.1
7712026-02-27T04:17:32.926Z Compiling derive-where v1.6.0
7722026-02-27T04:17:32.997Z Compiling serde_path_to_error v0.1.20
7732026-02-27T04:17:33.060Z Compiling serde_ignored v0.1.14
7742026-02-27T04:17:33.149Z Compiling hex v0.4.3
7752026-02-27T04:17:33.390Z Compiling indent_write v2.2.0
7762026-02-27T04:17:33.650Z Compiling swrite v0.1.0
7772026-02-27T04:17:33.746Z Compiling xxhash-rust v0.8.15
7782026-02-27T04:17:33.819Z Compiling home v0.5.12
7792026-02-27T04:17:33.876Z Compiling color-eyre v0.6.5
7802026-02-27T04:17:34.016Z Compiling clap v4.5.60
7812026-02-27T04:17:34.065Z Compiling dialoguer v0.11.0
7822026-02-27T04:17:34.135Z Compiling enable-ansi-support v0.2.1
7832026-02-27T04:17:35.578Z Compiling nextest-runner v0.80.0
7842026-02-27T04:18:19.793Z Finished `release` profile [optimized] target(s) in 2m 37s
7852026-02-27T04:18:20.007Z Installing /home/build/.cargo/bin/cargo-nextest
7862026-02-27T04:18:20.033Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7872026-02-27T04:18:20.211Z+ pushd rdb
7882026-02-27T04:18:20.235Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7892026-02-27T04:18:20.236Z+ cargo nextest run
7902026-02-27T04:18:20.878Z Updating git repository `https://github.com/oxidecomputer/falcon`
7912026-02-27T04:18:22.296ZFrom https://github.com/oxidecomputer/falcon
7922026-02-27T04:18:22.296Z * [new ref] f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9 -> refs/commit/f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9
7932026-02-27T04:18:22.447Z Updating crates.io index
7942026-02-27T04:18:22.471Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7952026-02-27T04:18:23.662ZFrom https://github.com/oxidecomputer/dendrite
7962026-02-27T04:18:23.662Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7972026-02-27T04:18:23.834Z Updating git repository `https://github.com/oxidecomputer/ispf`
7982026-02-27T04:18:24.259ZFrom https://github.com/oxidecomputer/ispf
7992026-02-27T04:18:24.260Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
8002026-02-27T04:18:24.323Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8012026-02-27T04:18:24.999ZFrom https://github.com/oxidecomputer/netadm-sys
8022026-02-27T04:18:25.000Z * [new ref] 99a7e26c6d8b43759ec7e09d10779766d577123f -> refs/commit/99a7e26c6d8b43759ec7e09d10779766d577123f
8032026-02-27T04:18:25.054Z Updating git repository `https://github.com/oxidecomputer/omicron`
8042026-02-27T04:18:40.674ZFrom https://github.com/oxidecomputer/omicron
8052026-02-27T04:18:40.674Z * [new ref] 79fac7deb9acd9272b867904da03f20076d09265 -> refs/commit/79fac7deb9acd9272b867904da03f20076d09265
8062026-02-27T04:18:41.766Z Updating git repository `https://github.com/oxidecomputer/opte`
8072026-02-27T04:18:42.985ZFrom https://github.com/oxidecomputer/opte
8082026-02-27T04:18:42.985Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
8092026-02-27T04:18:43.049Z Updating git repository `https://github.com/oxidecomputer/opte`
8102026-02-27T04:18:43.511ZFrom https://github.com/oxidecomputer/opte
8112026-02-27T04:18:43.511Z * [new ref] 5d0c81948b6160eb53939532761fa3a8036e0e24 -> refs/commit/5d0c81948b6160eb53939532761fa3a8036e0e24
8122026-02-27T04:18:43.584Z Updating git repository `https://github.com/illumos/smf-rs`
8132026-02-27T04:18:43.998ZFrom https://github.com/illumos/smf-rs
8142026-02-27T04:18:43.999Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8152026-02-27T04:18:44.041Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8162026-02-27T04:18:44.591ZFrom https://github.com/oxidecomputer/network-interface
8172026-02-27T04:18:44.591Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8182026-02-27T04:18:44.626Z Updating git repository `https://github.com/oxidecomputer/zone`
8192026-02-27T04:18:45.144ZFrom https://github.com/oxidecomputer/zone
8202026-02-27T04:18:45.144Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8212026-02-27T04:18:45.176Z Updating git repository `https://github.com/oxidecomputer/propolis`
8222026-02-27T04:18:47.291ZFrom https://github.com/oxidecomputer/propolis
8232026-02-27T04:18:47.292Z * [new ref] ff31c527515d65886e599fc07eb41240aeb767c6 -> refs/commit/ff31c527515d65886e599fc07eb41240aeb767c6
8242026-02-27T04:18:47.431Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8252026-02-27T04:18:48.361ZFrom https://github.com/oxidecomputer/transceiver-control
8262026-02-27T04:18:48.362Z * [new ref] db0be8a8c7ff0632b6c53978aadfb5b8274cfde2 -> refs/commit/db0be8a8c7ff0632b6c53978aadfb5b8274cfde2
8272026-02-27T04:18:48.405Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8282026-02-27T04:18:48.857ZFrom https://github.com/oxidecomputer/dlpi-sys
8292026-02-27T04:18:48.858Z * [new ref] d9645f8d61187e76384474b1100f6537fb644993 -> refs/commit/d9645f8d61187e76384474b1100f6537fb644993
8302026-02-27T04:18:48.912Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8312026-02-27T04:18:49.491ZFrom https://github.com/jmesmon/rust-libzfs
8322026-02-27T04:18:49.491Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8332026-02-27T04:18:49.591Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8342026-02-27T04:18:49.929ZFrom https://github.com/oxidecomputer/rusty-doors
8352026-02-27T04:18:49.929Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8362026-02-27T04:18:50.057Z Updating git repository `https://github.com/oxidecomputer/lldp`
8372026-02-27T04:18:50.546ZFrom https://github.com/oxidecomputer/lldp
8382026-02-27T04:18:50.547Z * [new ref] 4c9df170cdfdeead0896e35f20a560f2102ed907 -> refs/commit/4c9df170cdfdeead0896e35f20a560f2102ed907
8392026-02-27T04:18:50.625Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8402026-02-27T04:18:52.032ZFrom https://github.com/oxidecomputer/maghemite
8412026-02-27T04:18:52.032Z * [new ref] 8f5527da3c53398c95c50b1af088637e7b6c5718 -> refs/commit/8f5527da3c53398c95c50b1af088637e7b6c5718
8422026-02-27T04:18:52.115Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8432026-02-27T04:18:52.526ZFrom https://github.com/oxidecomputer/serde_human_bytes
8442026-02-27T04:18:52.527Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8452026-02-27T04:18:52.553Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8462026-02-27T04:18:52.967ZFrom https://github.com/oxidecomputer/slog-error-chain
8472026-02-27T04:18:52.968Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8482026-02-27T04:18:52.999Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8492026-02-27T04:18:53.592ZFrom https://github.com/oxidecomputer/tufaceous
8502026-02-27T04:18:53.592Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8512026-02-27T04:18:53.658Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8522026-02-27T04:18:54.602ZFrom https://github.com/oxidecomputer/management-gateway-service
8532026-02-27T04:18:54.603Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8542026-02-27T04:18:54.666Z Updating git repository `https://github.com/oxidecomputer/crucible`
8552026-02-27T04:18:57.291ZFrom https://github.com/oxidecomputer/crucible
8562026-02-27T04:18:57.291Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8572026-02-27T04:18:57.456Z Updating git repository `https://github.com/oxidecomputer/propolis`
8582026-02-27T04:18:58.088ZFrom https://github.com/oxidecomputer/propolis
8592026-02-27T04:18:58.088Z * [new ref] bc121ef55741656ce118b02ceeda949b9261f49f -> refs/commit/bc121ef55741656ce118b02ceeda949b9261f49f
8602026-02-27T04:18:58.192Z Updating git repository `https://github.com/oxidecomputer/tofino`
8612026-02-27T04:18:58.647ZFrom https://github.com/oxidecomputer/tofino
8622026-02-27T04:18:58.647Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8632026-02-27T04:18:58.706Z Updating git repository `https://github.com/oxidecomputer/clickward`
8642026-02-27T04:18:59.219ZFrom https://github.com/oxidecomputer/clickward
8652026-02-27T04:18:59.219Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8662026-02-27T04:18:59.245Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8672026-02-27T04:18:59.658ZFrom https://github.com/oxidecomputer/illumos-devinfo
8682026-02-27T04:18:59.658Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8692026-02-27T04:19:00.591Z Downloading crates ...
8702026-02-27T04:19:00.786Z Downloaded dof v0.4.0
8712026-02-27T04:19:00.811Z Downloaded bit-set v0.8.0
8722026-02-27T04:19:00.811Z Downloaded backoff v0.4.0
8732026-02-27T04:19:00.811Z Downloaded erased-serde v0.3.31
8742026-02-27T04:19:00.811Z Downloaded opaque-debug v0.3.1
8752026-02-27T04:19:00.836Z Downloaded heck v0.4.1
8762026-02-27T04:19:00.836Z Downloaded highway v1.3.0
8772026-02-27T04:19:00.837Z Downloaded pest_derive v2.8.6
8782026-02-27T04:19:00.837Z Downloaded num-iter v0.1.45
8792026-02-27T04:19:00.837Z Downloaded dyn-clone v1.0.20
8802026-02-27T04:19:00.861Z Downloaded phf v0.12.1
8812026-02-27T04:19:00.861Z Downloaded papergrid v0.11.0
8822026-02-27T04:19:00.861Z Downloaded ref-cast v1.0.25
8832026-02-27T04:19:00.886Z Downloaded serde-big-array v0.5.1
8842026-02-27T04:19:00.886Z Downloaded same-file v1.0.6
8852026-02-27T04:19:00.886Z Downloaded serial_test_derive v3.3.1
8862026-02-27T04:19:00.911Z Downloaded slog-dtrace v0.3.0
8872026-02-27T04:19:00.911Z Downloaded strum v0.26.3
8882026-02-27T04:19:00.937Z Downloaded thread-id v5.1.0
8892026-02-27T04:19:00.937Z Downloaded rand_xorshift v0.4.0
8902026-02-27T04:19:00.962Z Downloaded usdt-attr-macro v0.5.0
8912026-02-27T04:19:00.962Z Downloaded slog-bunyan v2.5.0
8922026-02-27T04:19:00.962Z Downloaded tungstenite v0.21.0
8932026-02-27T04:19:00.987Z Downloaded zeroize_derive v1.4.3
8942026-02-27T04:19:00.987Z Downloaded ucd-trie v0.1.7
8952026-02-27T04:19:00.987Z Downloaded scroll_derive v0.12.1
8962026-02-27T04:19:00.987Z Downloaded usdt v0.6.0
8972026-02-27T04:19:00.987Z Downloaded sha1 v0.10.6
8982026-02-27T04:19:00.987Z Downloaded waitgroup v0.1.2
8992026-02-27T04:19:01.013Z Downloaded zerofrom-derive v0.1.6
9002026-02-27T04:19:01.013Z Downloaded walkdir v2.5.0
9012026-02-27T04:19:01.013Z Downloaded serial_test v3.3.1
9022026-02-27T04:19:01.013Z Downloaded unsafe-libyaml v0.2.11
9032026-02-27T04:19:01.038Z Downloaded time v0.3.47
9042026-02-27T04:19:01.038Z Downloaded zone v0.3.1
9052026-02-27T04:19:01.063Z Downloaded zone_cfg_derive v0.3.1
9062026-02-27T04:19:01.063Z Downloaded zerofrom v0.1.6
9072026-02-27T04:19:01.063Z Downloaded zerocopy v0.8.39
9082026-02-27T04:19:01.089Z Downloaded zerocopy-derive v0.7.35
9092026-02-27T04:19:01.089Z Downloaded tempfile v3.25.0
9102026-02-27T04:19:01.089Z Downloaded zerovec-derive v0.11.2
9112026-02-27T04:19:01.115Z Downloaded yansi v1.0.1
9122026-02-27T04:19:01.115Z Downloaded toml_edit v0.23.10+spec-1.0.0
9132026-02-27T04:19:01.115Z Downloaded typed-path v0.9.3
9142026-02-27T04:19:01.115Z Downloaded serde_with v3.16.1
9152026-02-27T04:19:01.139Z Downloaded zerovec v0.11.5
9162026-02-27T04:19:01.139Z Downloaded tough v0.20.0
9172026-02-27T04:19:01.164Z Downloaded winnow v0.5.40
9182026-02-27T04:19:01.164Z Downloaded tabled v0.20.0
9192026-02-27T04:19:01.191Z Downloaded tabled v0.15.0
9202026-02-27T04:19:01.215Z Downloaded nix v0.31.1
9212026-02-27T04:19:01.240Z Downloaded syn v2.0.116
9222026-02-27T04:19:01.240Z Downloaded petgraph v0.6.5
9232026-02-27T04:19:01.265Z Downloaded smoltcp v0.11.0
9242026-02-27T04:19:01.290Z Downloaded rustls v0.22.4
9252026-02-27T04:19:01.290Z Downloaded chrono-tz v0.10.4
9262026-02-27T04:19:01.314Z Downloaded csv v1.4.0
9272026-02-27T04:19:01.339Z Downloaded lzma-sys v0.1.20
9282026-02-27T04:19:01.414Z Downloaded rustix v1.1.3
9292026-02-27T04:19:01.441Z Downloaded sled v0.34.7
9302026-02-27T04:19:01.441Z Downloaded regex-syntax v0.8.9
9312026-02-27T04:19:01.441Z Downloaded hickory-proto v0.24.4
9322026-02-27T04:19:01.465Z Downloaded toml_edit v0.19.15
9332026-02-27T04:19:01.495Z Downloaded scc v2.4.0
9342026-02-27T04:19:01.495Z Downloaded regress v0.10.5
9352026-02-27T04:19:01.519Z Downloaded typify-impl v0.4.3
9362026-02-27T04:19:01.519Z Downloaded jiff v0.2.20
9372026-02-27T04:19:01.543Z Downloaded steno v0.4.1
9382026-02-27T04:19:01.569Z Downloaded schemars v1.2.1
9392026-02-27T04:19:01.569Z Downloaded rand v0.8.5
9402026-02-27T04:19:01.594Z Downloaded typify v0.4.3
9412026-02-27T04:19:01.595Z Downloaded tokio-dtrace v0.1.1
9422026-02-27T04:19:01.595Z Downloaded serde_yaml v0.9.34+deprecated
9432026-02-27T04:19:01.595Z Downloaded yoke-derive v0.8.1
9442026-02-27T04:19:01.595Z Downloaded usdt-macro v0.5.0
9452026-02-27T04:19:01.595Z Downloaded toml v0.7.8
9462026-02-27T04:19:01.595Z Downloaded rustls-webpki v0.102.8
9472026-02-27T04:19:01.619Z Downloaded hickory-proto v0.25.2
9482026-02-27T04:19:01.645Z Downloaded zerocopy v0.7.35
9492026-02-27T04:19:01.670Z Downloaded xz2 v0.1.7
9502026-02-27T04:19:01.670Z Downloaded whoami v1.6.1
9512026-02-27T04:19:01.670Z Downloaded encoding_rs v0.8.35
9522026-02-27T04:19:01.694Z Downloaded typify-macro v0.4.3
9532026-02-27T04:19:01.694Z Downloaded thiserror-no-std v2.0.2
9542026-02-27T04:19:01.719Z Downloaded thin-vec v0.2.14
9552026-02-27T04:19:01.719Z Downloaded sha3 v0.10.8
9562026-02-27T04:19:01.719Z Downloaded testing_table v0.3.0
9572026-02-27T04:19:01.719Z Downloaded socket2 v0.5.10
9582026-02-27T04:19:01.719Z Downloaded similar v2.7.0
9592026-02-27T04:19:01.719Z Downloaded rhai v1.24.0
9602026-02-27T04:19:01.744Z Downloaded progenitor v0.11.2
9612026-02-27T04:19:01.744Z Downloaded openapiv3 v2.2.0
9622026-02-27T04:19:01.768Z Downloaded zerocopy-derive v0.8.39
9632026-02-27T04:19:01.768Z Downloaded yoke v0.8.1
9642026-02-27T04:19:01.768Z Downloaded usdt-macro v0.6.0
9652026-02-27T04:19:01.768Z Downloaded usdt-impl v0.6.0
9662026-02-27T04:19:01.768Z Downloaded unarray v0.1.4
9672026-02-27T04:19:01.768Z Downloaded tokio-rustls v0.25.0
9682026-02-27T04:19:01.768Z Downloaded tinystr v0.8.2
9692026-02-27T04:19:01.768Z Downloaded time-core v0.1.8
9702026-02-27T04:19:01.793Z Downloaded term v1.2.1
9712026-02-27T04:19:01.793Z Downloaded tabwriter v1.4.1
9722026-02-27T04:19:01.793Z Downloaded tabled_derive v0.11.0
9732026-02-27T04:19:01.793Z Downloaded strum_macros v0.27.2
9742026-02-27T04:19:01.793Z Downloaded stable_deref_trait v1.2.1
9752026-02-27T04:19:01.793Z Downloaded slog-stdlog v4.1.1
9762026-02-27T04:19:01.793Z Downloaded serde_repr v0.1.20
9772026-02-27T04:19:01.793Z Downloaded schemars v0.8.22
9782026-02-27T04:19:01.818Z Downloaded proc-macro-error-attr2 v2.0.0
9792026-02-27T04:19:01.818Z Downloaded minimal-lexical v0.2.1
9802026-02-27T04:19:01.818Z Downloaded zerotrie v0.2.3
9812026-02-27T04:19:01.818Z Downloaded usdt-attr-macro v0.6.0
9822026-02-27T04:19:01.818Z Downloaded unit-prefix v0.5.2
9832026-02-27T04:19:01.818Z Downloaded thiserror-impl-no-std v2.0.2
9842026-02-27T04:19:01.818Z Downloaded termtree v0.5.1
9852026-02-27T04:19:01.818Z Downloaded synstructure v0.13.2
9862026-02-27T04:19:01.818Z Downloaded spin v0.9.8
9872026-02-27T04:19:01.844Z Downloaded spin v0.5.2
9882026-02-27T04:19:01.844Z Downloaded smf v0.2.3
9892026-02-27T04:19:01.844Z Downloaded smawk v0.3.2
9902026-02-27T04:19:01.844Z Downloaded serde_derive_internals v0.29.1
9912026-02-27T04:19:01.844Z Downloaded potential_utf v0.1.4
9922026-02-27T04:19:01.844Z Downloaded owo-colors v4.2.3
9932026-02-27T04:19:01.844Z Downloaded num-integer v0.1.46
9942026-02-27T04:19:01.844Z Downloaded libsw-core v0.3.2
9952026-02-27T04:19:01.844Z Downloaded tagptr v0.2.0
9962026-02-27T04:19:01.844Z Downloaded strum_macros v0.26.4
9972026-02-27T04:19:01.844Z Downloaded strum v0.27.2
9982026-02-27T04:19:01.844Z Downloaded structmeta-derive v0.3.0
9992026-02-27T04:19:01.844Z Downloaded snafu-derive v0.8.9
10002026-02-27T04:19:01.844Z Downloaded smartstring v1.0.1
10012026-02-27T04:19:01.869Z Downloaded slog-scope v4.4.1
10022026-02-27T04:19:01.869Z Downloaded slog-json v2.6.1
10032026-02-27T04:19:01.869Z Downloaded serde_with_macros v3.16.1
10042026-02-27T04:19:01.869Z Downloaded scroll v0.12.0
10052026-02-27T04:19:01.869Z Downloaded omicron-zone-package v0.12.2
10062026-02-27T04:19:01.869Z Downloaded icu_normalizer v2.1.1
10072026-02-27T04:19:01.869Z Downloaded structmeta v0.3.0
10082026-02-27T04:19:01.869Z Downloaded num-rational v0.4.2
10092026-02-27T04:19:01.869Z Downloaded num-derive v0.3.3
10102026-02-27T04:19:01.869Z Downloaded schemars v0.9.0
10112026-02-27T04:19:01.895Z Downloaded ingot-macros v0.1.1
10122026-02-27T04:19:01.896Z Downloaded scroll v0.13.0
10132026-02-27T04:19:01.896Z Downloaded rustls-pemfile v2.2.0
10142026-02-27T04:19:01.896Z Downloaded pretty_assertions v1.4.1
10152026-02-27T04:19:01.896Z Downloaded memmap2 v0.9.10
10162026-02-27T04:19:01.896Z Downloaded indicatif v0.18.4
10172026-02-27T04:19:01.920Z Downloaded vsss-rs v3.3.4
10182026-02-27T04:19:01.920Z Downloaded usdt v0.5.0
10192026-02-27T04:19:01.920Z Downloaded untrusted v0.7.1
10202026-02-27T04:19:01.920Z Downloaded slog v2.8.2
10212026-02-27T04:19:01.920Z Downloaded secrecy v0.10.3
10222026-02-27T04:19:01.920Z Downloaded scroll_derive v0.13.1
10232026-02-27T04:19:01.920Z Downloaded num_enum v0.5.11
10242026-02-27T04:19:01.920Z Downloaded hostname v0.4.2
10252026-02-27T04:19:01.921Z Downloaded utf-8 v0.7.6
10262026-02-27T04:19:01.921Z Downloaded usdt-impl v0.5.0
10272026-02-27T04:19:01.948Z Downloaded topological-sort v0.2.2
10282026-02-27T04:19:01.948Z Downloaded time-macros v0.2.27
10292026-02-27T04:19:01.948Z Downloaded sigpipe v0.1.3
10302026-02-27T04:19:01.948Z Downloaded rustversion v1.0.22
10312026-02-27T04:19:01.948Z Downloaded rustls v0.23.36
10322026-02-27T04:19:01.948Z Downloaded rustc_version v0.1.7
10332026-02-27T04:19:01.948Z Downloaded omicron-workspace-hack v0.1.0
10342026-02-27T04:19:01.948Z Downloaded ingot-types v0.1.2
10352026-02-27T04:19:01.972Z Downloaded siphasher v1.0.2
10362026-02-27T04:19:01.972Z Downloaded semver v0.1.20
10372026-02-27T04:19:01.972Z Downloaded pretty-hex v0.4.1
10382026-02-27T04:19:01.973Z Downloaded indexmap v1.9.3
10392026-02-27T04:19:01.973Z Downloaded rusty-fork v0.3.1
10402026-02-27T04:19:01.973Z Downloaded rayon v1.11.0
10412026-02-27T04:19:01.973Z Downloaded proc-macro-crate v1.3.1
10422026-02-27T04:19:01.973Z Downloaded newline-converter v0.3.0
10432026-02-27T04:19:01.973Z Downloaded icu_locale_core v2.1.1
10442026-02-27T04:19:01.998Z Downloaded syn v1.0.109
10452026-02-27T04:19:01.998Z Downloaded num-derive v0.4.2
10462026-02-27T04:19:01.998Z Downloaded libscf-sys v1.1.0
10472026-02-27T04:19:01.998Z Downloaded icu_properties v2.1.2
10482026-02-27T04:19:02.023Z Downloaded goblin v0.10.5
10492026-02-27T04:19:02.023Z Downloaded fs_extra v1.3.0
10502026-02-27T04:19:02.023Z Downloaded writeable v0.6.2
10512026-02-27T04:19:02.023Z Downloaded wait-timeout v0.2.1
10522026-02-27T04:19:02.023Z Downloaded thread-id v4.2.2
10532026-02-27T04:19:02.023Z Downloaded slog-async v2.8.0
10542026-02-27T04:19:02.023Z Downloaded rhai_codegen v3.1.0
10552026-02-27T04:19:02.049Z Downloaded prettyplease v0.2.37
10562026-02-27T04:19:02.049Z Downloaded papergrid v0.17.0
10572026-02-27T04:19:02.050Z Downloaded oxnet v0.1.4
10582026-02-27T04:19:02.050Z Downloaded instant v0.1.13
10592026-02-27T04:19:02.050Z Downloaded hickory-resolver v0.25.2
10602026-02-27T04:19:02.079Z Downloaded take_mut v0.2.2
10612026-02-27T04:19:02.079Z Downloaded slog-envlogger v2.2.0
10622026-02-27T04:19:02.079Z Downloaded ref-cast-impl v1.0.25
10632026-02-27T04:19:02.080Z Downloaded proptest v1.10.0
10642026-02-27T04:19:02.080Z Downloaded proc-macro-error v1.0.4
10652026-02-27T04:19:02.114Z Downloaded num-conv v0.2.0
10662026-02-27T04:19:02.114Z Downloaded no-std-compat v0.4.1
10672026-02-27T04:19:02.114Z Downloaded memoffset v0.9.1
10682026-02-27T04:19:02.114Z Downloaded managed v0.8.0
10692026-02-27T04:19:02.114Z Downloaded hubpack_derive v0.1.1
10702026-02-27T04:19:02.114Z Downloaded serde_plain v1.0.2
10712026-02-27T04:19:02.114Z Downloaded resolv-conf v0.7.6
10722026-02-27T04:19:02.115Z Downloaded rand_chacha v0.3.1
10732026-02-27T04:19:02.115Z Downloaded qorb v0.4.1
10742026-02-27T04:19:02.115Z Downloaded progenitor-macro v0.10.0
10752026-02-27T04:19:02.115Z Downloaded progenitor-impl v0.11.2
10762026-02-27T04:19:02.115Z Downloaded proc-macro-error-attr v1.0.4
10772026-02-27T04:19:02.115Z Downloaded pest v2.8.6
10782026-02-27T04:19:02.141Z Downloaded parking_lot v0.11.2
10792026-02-27T04:19:02.141Z Downloaded oxide-tokio-rt v0.1.2
10802026-02-27T04:19:02.141Z Downloaded num_enum v0.7.5
10812026-02-27T04:19:02.141Z Downloaded newtype-uuid-macros v0.1.0
10822026-02-27T04:19:02.141Z Downloaded natord v1.0.9
10832026-02-27T04:19:02.142Z Downloaded multer v3.1.0
10842026-02-27T04:19:02.142Z Downloaded mime v0.3.17
10852026-02-27T04:19:02.142Z Downloaded libm v0.2.16
10862026-02-27T04:19:02.142Z Downloaded itertools v0.12.1
10872026-02-27T04:19:02.168Z Downloaded icu_properties_data v2.1.2
10882026-02-27T04:19:02.168Z Downloaded hickory-resolver v0.24.4
10892026-02-27T04:19:02.168Z Downloaded hashbrown v0.12.3
10902026-02-27T04:19:02.195Z Downloaded goblin v0.8.2
10912026-02-27T04:19:02.195Z Downloaded fs-err v3.3.0
10922026-02-27T04:19:02.196Z Downloaded dropshot v0.16.7
10932026-02-27T04:19:02.229Z Downloaded chrono v0.4.43
10942026-02-27T04:19:02.255Z Downloaded universal-hash v0.5.1
10952026-02-27T04:19:02.255Z Downloaded tokio-tungstenite v0.21.0
10962026-02-27T04:19:02.255Z Downloaded tiny-keccak v2.0.2
10972026-02-27T04:19:02.255Z Downloaded test-strategy v0.4.5
10982026-02-27T04:19:02.255Z Downloaded progenitor-impl v0.10.0
10992026-02-27T04:19:02.255Z Downloaded progenitor-client v0.11.2
11002026-02-27T04:19:02.255Z Downloaded nom v7.1.3
11012026-02-27T04:19:02.256Z Downloaded linear-map v1.2.0
11022026-02-27T04:19:02.256Z Downloaded ipnetwork v0.21.1
11032026-02-27T04:19:02.256Z Downloaded idna_adapter v1.2.1
11042026-02-27T04:19:02.290Z Downloaded icu_provider v2.1.1
11052026-02-27T04:19:02.290Z Downloaded icu_collections v2.1.1
11062026-02-27T04:19:02.291Z Downloaded hostname v0.3.1
11072026-02-27T04:19:02.291Z Downloaded aws-lc-rs v1.15.4
11082026-02-27T04:19:02.291Z Downloaded progenitor-macro v0.11.2
11092026-02-27T04:19:02.291Z Downloaded proc-macro-error2 v2.0.1
11102026-02-27T04:19:02.348Z Downloaded num v0.4.3
11112026-02-27T04:19:02.348Z Downloaded litemap v0.8.1
11122026-02-27T04:19:02.348Z Downloaded linked-hash-map v0.5.6
11132026-02-27T04:19:02.348Z Downloaded icu_normalizer_data v2.1.1
11142026-02-27T04:19:02.348Z Downloaded glob v0.3.3
11152026-02-27T04:19:02.348Z Downloaded tabled_derive v0.7.0
11162026-02-27T04:19:02.348Z Downloaded slog-term v2.9.2
11172026-02-27T04:19:02.348Z Downloaded progenitor-client v0.10.0
11182026-02-27T04:19:02.349Z Downloaded progenitor v0.10.0
11192026-02-27T04:19:02.349Z Downloaded postcard v1.1.3
11202026-02-27T04:19:02.349Z Downloaded poly1305 v0.8.0
11212026-02-27T04:19:02.350Z Downloaded plain v0.2.3
11222026-02-27T04:19:02.350Z Downloaded pest_generator v2.8.6
11232026-02-27T04:19:02.350Z Downloaded pem v3.0.6
11242026-02-27T04:19:02.350Z Downloaded olpc-cjson v0.1.4
11252026-02-27T04:19:02.350Z Downloaded num_threads v0.1.7
11262026-02-27T04:19:02.389Z Downloaded num_enum_derive v0.5.11
11272026-02-27T04:19:02.390Z Downloaded match_cfg v0.1.0
11282026-02-27T04:19:02.390Z Downloaded macaddr v1.0.1
11292026-02-27T04:19:02.390Z Downloaded libc v0.2.180
11302026-02-27T04:19:02.390Z Downloaded hubpack v0.1.2
11312026-02-27T04:19:02.390Z Downloaded snafu v0.8.9
11322026-02-27T04:19:02.390Z Downloaded rayon-core v1.13.0
11332026-02-27T04:19:02.468Z Downloaded parse-display v0.10.0
11342026-02-27T04:19:02.468Z Downloaded httpdate v1.0.3
11352026-02-27T04:19:02.468Z Downloaded hkdf v0.12.4
11362026-02-27T04:19:02.468Z Downloaded expectorate v1.2.0
11372026-02-27T04:19:02.468Z Downloaded darling_core v0.21.3
11382026-02-27T04:19:02.468Z Downloaded crossbeam-channel v0.5.15
11392026-02-27T04:19:02.469Z Downloaded serde_tokenstream v0.2.2
11402026-02-27T04:19:02.469Z Downloaded phf_shared v0.12.1
11412026-02-27T04:19:02.469Z Downloaded pest_meta v2.8.6
11422026-02-27T04:19:02.469Z Downloaded password-hash v0.5.0
11432026-02-27T04:19:02.469Z Downloaded inout v0.1.4
11442026-02-27T04:19:02.469Z Downloaded ident_case v1.0.1
11452026-02-27T04:19:02.469Z Downloaded hmac v0.12.1
11462026-02-27T04:19:02.469Z Downloaded hash32 v0.3.1
11472026-02-27T04:19:02.470Z Downloaded gethostname v0.5.0
11482026-02-27T04:19:02.470Z Downloaded crypto-bigint v0.5.5
11492026-02-27T04:19:02.470Z Downloaded clap v4.5.59
11502026-02-27T04:19:02.470Z Downloaded chacha20poly1305 v0.10.1
11512026-02-27T04:19:02.506Z Downloaded sdd v3.0.10
11522026-02-27T04:19:02.506Z Downloaded schemars_derive v0.8.22
11532026-02-27T04:19:02.506Z Downloaded is-terminal v0.4.17
11542026-02-27T04:19:02.506Z Downloaded diff v0.1.13
11552026-02-27T04:19:02.507Z Downloaded derive_more v0.99.20
11562026-02-27T04:19:02.507Z Downloaded crossbeam-utils v0.8.21
11572026-02-27T04:19:02.507Z Downloaded constant_time_eq v0.4.2
11582026-02-27T04:19:02.507Z Downloaded const_format v0.2.35
11592026-02-27T04:19:02.507Z Downloaded colored v3.1.1
11602026-02-27T04:19:02.507Z Downloaded bitflags v1.3.2
11612026-02-27T04:19:02.507Z Downloaded async-trait v0.1.89
11622026-02-27T04:19:02.507Z Downloaded arrayvec v0.7.6
11632026-02-27T04:19:02.508Z Downloaded parking_lot_core v0.8.6
11642026-02-27T04:19:02.508Z Downloaded darling v0.21.3
11652026-02-27T04:19:02.508Z Downloaded const_format_proc_macros v0.2.34
11662026-02-27T04:19:02.508Z Downloaded chacha20 v0.9.1
11672026-02-27T04:19:02.508Z Downloaded bit-vec v0.8.0
11682026-02-27T04:19:02.508Z Downloaded parse-display-derive v0.10.0
11692026-02-27T04:19:02.508Z Downloaded foreign-types-macros v0.2.3
11702026-02-27T04:19:02.509Z Downloaded float-ord v0.3.2
11712026-02-27T04:19:02.509Z Downloaded elliptic-curve v0.13.8
11722026-02-27T04:19:02.541Z Downloaded dunce v1.0.5
11732026-02-27T04:19:02.541Z Downloaded defmt-parser v1.0.0
11742026-02-27T04:19:02.541Z Downloaded defmt v1.0.1
11752026-02-27T04:19:02.541Z Downloaded crc8 v0.1.1
11762026-02-27T04:19:02.541Z Downloaded cobs v0.3.0
11772026-02-27T04:19:02.541Z Downloaded base16ct v0.2.0
11782026-02-27T04:19:02.542Z Downloaded arrayref v0.3.9
11792026-02-27T04:19:02.542Z Downloaded quick-error v1.2.3
11802026-02-27T04:19:02.542Z Downloaded proc-macro-crate v3.4.0
11812026-02-27T04:19:02.542Z Downloaded powerfmt v0.2.0
11822026-02-27T04:19:02.542Z Downloaded num_enum_derive v0.7.5
11832026-02-27T04:19:02.542Z Downloaded moka v0.12.13
11842026-02-27T04:19:02.542Z Downloaded keccak v0.1.6
11852026-02-27T04:19:02.542Z Downloaded heapless v0.8.0
11862026-02-27T04:19:02.542Z Downloaded half v2.7.1
11872026-02-27T04:19:02.579Z Downloaded dropshot-api-manager v0.3.0
11882026-02-27T04:19:02.579Z Downloaded dof v0.3.0
11892026-02-27T04:19:02.579Z Downloaded data-encoding v2.10.0
11902026-02-27T04:19:02.580Z Downloaded crunchy v0.2.4
11912026-02-27T04:19:02.580Z Downloaded cipher v0.4.4
11922026-02-27T04:19:02.580Z Downloaded ciborium-io v0.2.2
11932026-02-27T04:19:02.580Z Downloaded byteorder v1.5.0
11942026-02-27T04:19:02.580Z Downloaded bytecount v0.6.9
11952026-02-27T04:19:02.580Z Downloaded bcs v0.1.6
11962026-02-27T04:19:02.580Z Downloaded jiff-static v0.2.20
11972026-02-27T04:19:02.580Z Downloaded iddqd v0.3.17
11982026-02-27T04:19:02.581Z Downloaded ff v0.13.1
11992026-02-27T04:19:02.581Z Downloaded enum-as-inner v0.6.1
12002026-02-27T04:19:02.581Z Downloaded dtrace-parser v0.3.0
12012026-02-27T04:19:02.581Z Downloaded daft-derive v0.1.5
12022026-02-27T04:19:02.607Z Downloaded crossbeam-epoch v0.9.18
12032026-02-27T04:19:02.607Z Downloaded cookie v0.18.1
12042026-02-27T04:19:02.607Z Downloaded console v0.16.2
12052026-02-27T04:19:02.608Z Downloaded cancel-safe-futures v0.1.5
12062026-02-27T04:19:02.608Z Downloaded blake3 v1.8.3
12072026-02-27T04:19:02.608Z Downloaded base64 v0.21.7
12082026-02-27T04:19:02.608Z Downloaded num-complex v0.4.6
12092026-02-27T04:19:02.637Z Downloaded foreign-types-shared v0.3.1
12102026-02-27T04:19:02.637Z Downloaded foreign-types v0.5.0
12112026-02-27T04:19:02.637Z Downloaded dropshot-api-manager-types v0.3.0
12122026-02-27T04:19:02.637Z Downloaded displaydoc v0.2.5
12132026-02-27T04:19:02.637Z Downloaded defmt-macros v1.0.1
12142026-02-27T04:19:02.637Z Downloaded csv-core v0.1.13
12152026-02-27T04:19:02.637Z Downloaded const-random v0.1.18
12162026-02-27T04:19:02.637Z Downloaded async-stream-impl v0.3.6
12172026-02-27T04:19:02.637Z Downloaded async-recursion v1.1.1
12182026-02-27T04:19:02.637Z Downloaded dtrace-parser v0.2.0
12192026-02-27T04:19:02.637Z Downloaded critical-section v1.2.0
12202026-02-27T04:19:02.637Z Downloaded convert_case v0.4.0
12212026-02-27T04:19:02.637Z Downloaded const-random-macro v0.1.16
12222026-02-27T04:19:02.637Z Downloaded ciborium-ll v0.2.2
12232026-02-27T04:19:02.637Z Downloaded foldhash v0.2.0
12242026-02-27T04:19:02.637Z Downloaded fixedbitset v0.4.2
12252026-02-27T04:19:02.663Z Downloaded embedded-io v0.6.1
12262026-02-27T04:19:02.663Z Downloaded embedded-io v0.4.0
12272026-02-27T04:19:02.663Z Downloaded daft v0.1.5
12282026-02-27T04:19:02.663Z Downloaded crossbeam-deque v0.8.6
12292026-02-27T04:19:02.664Z Downloaded cmake v0.1.57
12302026-02-27T04:19:02.664Z Downloaded paste v1.0.15
12312026-02-27T04:19:02.664Z Downloaded drift v0.1.3
12322026-02-27T04:19:02.664Z Downloaded deranged v0.5.6
12332026-02-27T04:19:02.664Z Downloaded darling_macro v0.21.3
12342026-02-27T04:19:02.664Z Downloaded cstr-argument v0.1.2
12352026-02-27T04:19:02.664Z Downloaded base16ct v1.0.0
12362026-02-27T04:19:02.664Z Downloaded crucible-workspace-hack v0.1.0
12372026-02-27T04:19:02.664Z Downloaded blake2 v0.10.6
12382026-02-27T04:19:02.690Z Downloaded newtype_derive v0.1.6
12392026-02-27T04:19:02.690Z Downloaded memmap v0.7.0
12402026-02-27T04:19:02.690Z Downloaded lru-cache v0.1.2
12412026-02-27T04:19:02.690Z Downloaded libsw v3.5.0
12422026-02-27T04:19:02.690Z Downloaded internet-checksum v0.2.1
12432026-02-27T04:19:02.690Z Downloaded ingot v0.1.1
12442026-02-27T04:19:02.690Z Downloaded group v0.13.0
12452026-02-27T04:19:02.690Z Downloaded fxhash v0.2.1
12462026-02-27T04:19:02.690Z Downloaded defmt v0.3.100
12472026-02-27T04:19:02.690Z Downloaded clap_builder v4.5.59
12482026-02-27T04:19:02.690Z Downloaded arc-swap v1.8.2
12492026-02-27T04:19:02.690Z Downloaded anyhow v1.0.101
12502026-02-27T04:19:02.718Z Downloaded allocator-api2 v0.2.21
12512026-02-27T04:19:02.718Z Downloaded dropshot_endpoint v0.16.7
12522026-02-27T04:19:02.718Z Downloaded derive-ex v0.1.8
12532026-02-27T04:19:02.718Z Downloaded ciborium v0.2.2
12542026-02-27T04:19:02.718Z Downloaded cargo_toml v0.22.3
12552026-02-27T04:19:02.718Z Downloaded argon2 v0.5.3
12562026-02-27T04:19:02.718Z Downloaded async-stream v0.3.6
12572026-02-27T04:19:02.718Z Downloaded aead v0.5.2
12582026-02-27T04:19:02.743Z Downloaded aws-lc-sys v0.37.1
12592026-02-27T04:19:04.805Z Compiling proc-macro2 v1.0.106
12602026-02-27T04:19:04.806Z Compiling unicode-ident v1.0.24
12612026-02-27T04:19:04.832Z Compiling quote v1.0.44
12622026-02-27T04:19:04.832Z Compiling serde_core v1.0.228
12632026-02-27T04:19:04.832Z Compiling cfg-if v1.0.4
12642026-02-27T04:19:04.832Z Compiling serde v1.0.228
12652026-02-27T04:19:04.856Z Compiling libc v0.2.180
12662026-02-27T04:19:04.856Z Compiling memchr v2.8.0
12672026-02-27T04:19:05.076Z Compiling itoa v1.0.17
12682026-02-27T04:19:05.430Z Compiling smallvec v1.15.1
12692026-02-27T04:19:05.476Z Compiling zmij v1.0.21
12702026-02-27T04:19:05.580Z Compiling autocfg v1.5.0
12712026-02-27T04:19:05.878Z Compiling serde_json v1.0.149
12722026-02-27T04:19:06.275Z Compiling libm v0.2.16
12732026-02-27T04:19:06.433Z Compiling getrandom v0.4.1
12742026-02-27T04:19:06.587Z Compiling version_check v0.9.5
12752026-02-27T04:19:06.679Z Compiling stable_deref_trait v1.2.1
12762026-02-27T04:19:06.724Z Compiling iana-time-zone v0.1.65
12772026-02-27T04:19:06.848Z Compiling equivalent v1.0.2
12782026-02-27T04:19:06.930Z Compiling pin-project-lite v0.2.16
12792026-02-27T04:19:06.990Z Compiling foldhash v0.2.0
12802026-02-27T04:19:07.120Z Compiling allocator-api2 v0.2.21
12812026-02-27T04:19:07.158Z Compiling litemap v0.8.1
12822026-02-27T04:19:07.193Z Compiling percent-encoding v2.3.2
12832026-02-27T04:19:07.450Z Compiling writeable v0.6.2
12842026-02-27T04:19:07.513Z Compiling syn v2.0.116
12852026-02-27T04:19:07.561Z Compiling icu_normalizer_data v2.1.1
12862026-02-27T04:19:07.761Z Compiling parking_lot_core v0.9.12
12872026-02-27T04:19:07.834Z Compiling hashbrown v0.16.1
12882026-02-27T04:19:07.859Z Compiling icu_properties_data v2.1.2
12892026-02-27T04:19:07.883Z Compiling scopeguard v1.2.0
12902026-02-27T04:19:07.983Z Compiling dyn-clone v1.0.20
12912026-02-27T04:19:08.043Z Compiling lock_api v0.4.14
12922026-02-27T04:19:08.253Z Compiling form_urlencoded v1.2.2
12932026-02-27T04:19:08.327Z Compiling utf8_iter v1.0.4
12942026-02-27T04:19:08.500Z Compiling jobserver v0.1.34
12952026-02-27T04:19:08.533Z Compiling shlex v1.3.0
12962026-02-27T04:19:08.575Z Compiling find-msvc-tools v0.1.9
12972026-02-27T04:19:08.601Z Compiling log v0.4.29
12982026-02-27T04:19:08.878Z Compiling thiserror v2.0.18
12992026-02-27T04:19:08.944Z Compiling cc v1.2.56
13002026-02-27T04:19:09.051Z Compiling heck v0.5.0
13012026-02-27T04:19:09.105Z Compiling futures-core v0.3.32
13022026-02-27T04:19:09.158Z Compiling num-traits v0.2.19
13032026-02-27T04:19:09.357Z Compiling errno v0.3.14
13042026-02-27T04:19:09.564Z Compiling fnv v1.0.7
13052026-02-27T04:19:09.628Z Compiling zerocopy v0.8.39
13062026-02-27T04:19:09.794Z Compiling futures-sink v0.3.32
13072026-02-27T04:19:09.926Z Compiling getrandom v0.2.17
13082026-02-27T04:19:10.025Z Compiling semver v1.0.27
13092026-02-27T04:19:10.224Z Compiling indexmap v2.13.0
13102026-02-27T04:19:10.251Z Compiling slab v0.4.12
13112026-02-27T04:19:10.386Z Compiling futures-channel v0.3.32
13122026-02-27T04:19:10.558Z Compiling uuid v1.21.0
13132026-02-27T04:19:10.670Z Compiling futures-io v0.3.32
13142026-02-27T04:19:10.836Z Compiling futures-task v0.3.32
13152026-02-27T04:19:11.134Z Compiling typenum v1.19.0
13162026-02-27T04:19:11.447Z Compiling socket2 v0.6.2
13172026-02-27T04:19:11.688Z Compiling portable-atomic v1.13.1
13182026-02-27T04:19:11.805Z Compiling schemars v0.8.22
13192026-02-27T04:19:11.912Z Compiling ring v0.17.14
13202026-02-27T04:19:12.012Z Compiling rustversion v1.0.22
13212026-02-27T04:19:12.366Z Compiling parking_lot v0.12.5
13222026-02-27T04:19:12.587Z Compiling regex-syntax v0.8.9
13232026-02-27T04:19:12.612Z Compiling untrusted v0.9.0
13242026-02-27T04:19:13.145Z Compiling signal-hook-registry v1.4.8
13252026-02-27T04:19:13.248Z Compiling mio v1.1.1
13262026-02-27T04:19:13.413Z Compiling byteorder v1.5.0
13272026-02-27T04:19:13.727Z Compiling bitflags v2.11.0
13282026-02-27T04:19:13.799Z Compiling critical-section v1.2.0
13292026-02-27T04:19:13.974Z Compiling once_cell v1.21.3
13302026-02-27T04:19:14.054Z Compiling subtle v2.6.1
13312026-02-27T04:19:14.150Z Compiling rand_core v0.6.4
13322026-02-27T04:19:14.182Z Compiling base64 v0.22.1
13332026-02-27T04:19:14.373Z Compiling synstructure v0.13.2
13342026-02-27T04:19:14.403Z Compiling serde_derive_internals v0.29.1
13352026-02-27T04:19:14.552Z Compiling rustix v1.1.3
13362026-02-27T04:19:14.865Z Compiling ucd-trie v0.1.7
13372026-02-27T04:19:15.410Z Compiling httparse v1.10.1
13382026-02-27T04:19:15.451Z Compiling atomic-waker v1.1.2
13392026-02-27T04:19:15.629Z Compiling ipnet v2.11.0
13402026-02-27T04:19:15.654Z Compiling pest v2.8.6
13412026-02-27T04:19:15.678Z Compiling tower-service v0.3.3
13422026-02-27T04:19:15.833Z Compiling tower-layer v0.3.3
13432026-02-27T04:19:16.083Z Compiling thiserror v1.0.69
13442026-02-27T04:19:16.116Z Compiling ryu v1.0.23
13452026-02-27T04:19:16.483Z Compiling try-lock v0.2.5
13462026-02-27T04:19:16.695Z Compiling getrandom v0.3.4
13472026-02-27T04:19:16.785Z Compiling want v0.3.1
13482026-02-27T04:19:16.825Z Compiling generic-array v0.14.7
13492026-02-27T04:19:17.043Z Compiling pin-utils v0.1.0
13502026-02-27T04:19:17.090Z Compiling httpdate v1.0.3
13512026-02-27T04:19:17.161Z Compiling pretty-hex v0.4.1
13522026-02-27T04:19:17.286Z Compiling slog v2.8.2
13532026-02-27T04:19:17.338Z Compiling aho-corasick v1.1.4
13542026-02-27T04:19:17.441Z Compiling plain v0.2.3
13552026-02-27T04:19:17.547Z Compiling strsim v0.11.1
13562026-02-27T04:19:17.630Z Compiling tracing-core v0.1.36
13572026-02-27T04:19:17.654Z Compiling serde_derive v1.0.228
13582026-02-27T04:19:17.682Z Compiling zerofrom-derive v0.1.6
13592026-02-27T04:19:17.709Z Compiling yoke-derive v0.8.1
13602026-02-27T04:19:18.312Z Compiling zerovec-derive v0.11.2
13612026-02-27T04:19:18.713Z Compiling displaydoc v0.2.5
13622026-02-27T04:19:18.738Z Compiling schemars_derive v0.8.22
13632026-02-27T04:19:18.898Z Compiling tokio-macros v2.6.0
13642026-02-27T04:19:19.815Z Compiling thiserror-impl v2.0.18
13652026-02-27T04:19:20.144Z Compiling zerofrom v0.1.6
13662026-02-27T04:19:20.169Z Compiling zerocopy-derive v0.8.39
13672026-02-27T04:19:20.327Z Compiling yoke v0.8.1
13682026-02-27T04:19:20.363Z Compiling zeroize_derive v1.4.3
13692026-02-27T04:19:20.513Z Compiling futures-macro v0.3.32
13702026-02-27T04:19:20.711Z Compiling zerovec v0.11.5
13712026-02-27T04:19:20.740Z Compiling zerotrie v0.2.3
13722026-02-27T04:19:21.138Z Compiling pest_meta v2.8.6
13732026-02-27T04:19:21.412Z Compiling thiserror-impl v1.0.69
13742026-02-27T04:19:21.662Z Compiling zeroize v1.8.2
13752026-02-27T04:19:21.891Z Compiling tinystr v0.8.2
13762026-02-27T04:19:22.036Z Compiling potential_utf v0.1.4
13772026-02-27T04:19:22.178Z Compiling futures-util v0.3.32
13782026-02-27T04:19:22.290Z Compiling icu_locale_core v2.1.1
13792026-02-27T04:19:22.345Z Compiling icu_collections v2.1.1
13802026-02-27T04:19:22.611Z Compiling pest_generator v2.8.6
13812026-02-27T04:19:23.741Z Compiling icu_provider v2.1.1
13822026-02-27T04:19:24.128Z Compiling regex-automata v0.4.14
13832026-02-27T04:19:24.345Z Compiling icu_properties v2.1.2
13842026-02-27T04:19:24.371Z Compiling icu_normalizer v2.1.1
13852026-02-27T04:19:24.447Z Compiling bytes v1.11.1
13862026-02-27T04:19:24.572Z Compiling chrono v0.4.43
13872026-02-27T04:19:24.702Z Compiling serde_tokenstream v0.2.2
13882026-02-27T04:19:25.686Z Compiling pest_derive v2.8.6
13892026-02-27T04:19:26.068Z Compiling http v1.4.0
13902026-02-27T04:19:26.582Z Compiling tokio v1.49.0
13912026-02-27T04:19:27.277Z Compiling idna_adapter v1.2.1
13922026-02-27T04:19:27.459Z Compiling erased-serde v0.3.31
13932026-02-27T04:19:27.528Z Compiling idna v1.1.0
13942026-02-27T04:19:28.237Z Compiling url v2.5.8
13952026-02-27T04:19:28.273Z Compiling http-body v1.0.1
13962026-02-27T04:19:28.760Z Compiling regex v1.12.3
13972026-02-27T04:19:29.123Z Compiling tracing-attributes v0.1.31
13982026-02-27T04:19:29.812Z Compiling winnow v0.7.14
13992026-02-27T04:19:30.208Z Compiling http-body-util v0.1.3
14002026-02-27T04:19:30.233Z Compiling crypto-common v0.1.7
14012026-02-27T04:19:30.449Z Compiling serde_urlencoded v0.7.1
14022026-02-27T04:19:30.646Z Compiling ppv-lite86 v0.2.21
14032026-02-27T04:19:30.904Z Compiling paste v1.0.15
14042026-02-27T04:19:30.985Z Compiling openapiv3 v2.2.0
14052026-02-27T04:19:31.328Z Compiling sync_wrapper v1.0.2
14062026-02-27T04:19:31.437Z Compiling regress v0.10.5
14072026-02-27T04:19:31.513Z Compiling rustls-pki-types v1.14.0
14082026-02-27T04:19:32.058Z Compiling tracing v0.1.44
14092026-02-27T04:19:32.521Z Compiling num-conv v0.2.0
14102026-02-27T04:19:32.587Z Compiling time-core v0.1.8
14112026-02-27T04:19:32.796Z Compiling powerfmt v0.2.0
14122026-02-27T04:19:32.885Z Compiling anyhow v1.0.101
14132026-02-27T04:19:33.189Z Compiling deranged v0.5.6
14142026-02-27T04:19:33.293Z Compiling time-macros v0.2.27
14152026-02-27T04:19:33.587Z Compiling scroll_derive v0.13.1
14162026-02-27T04:19:33.892Z Compiling iri-string v0.7.10
14172026-02-27T04:19:34.834Z Compiling num_threads v0.1.7
14182026-02-27T04:19:35.002Z Compiling ident_case v1.0.1
14192026-02-27T04:19:35.221Z Compiling typify-impl v0.4.3
14202026-02-27T04:19:35.260Z Compiling fastrand v2.3.0
14212026-02-27T04:19:35.687Z Compiling cpufeatures v0.2.17
14222026-02-27T04:19:35.817Z Compiling scroll v0.13.0
14232026-02-27T04:19:35.842Z Compiling darling_core v0.21.3
14242026-02-27T04:19:36.438Z Compiling ipnetwork v0.21.1
14252026-02-27T04:19:37.362Z Compiling daft-derive v0.1.5
14262026-02-27T04:19:37.799Z Compiling omicron-workspace-hack v0.1.0
14272026-02-27T04:19:38.229Z Compiling goblin v0.10.5
14282026-02-27T04:19:38.791Z Compiling tokio-util v0.7.18
14292026-02-27T04:19:40.182Z Compiling async-trait v0.1.89
14302026-02-27T04:19:41.119Z Compiling darling_macro v0.21.3
14312026-02-27T04:19:41.458Z Compiling cmake v0.1.57
14322026-02-27T04:19:42.083Z Compiling usdt-impl v0.6.0
14332026-02-27T04:19:42.225Z Compiling dunce v1.0.5
14342026-02-27T04:19:42.310Z Compiling fs_extra v1.3.0
14352026-02-27T04:19:42.387Z Compiling darling v0.21.3
14362026-02-27T04:19:42.553Z Compiling dtrace-parser v0.3.0
14372026-02-27T04:19:42.578Z Compiling block-buffer v0.10.4
14382026-02-27T04:19:42.615Z Compiling crossbeam-utils v0.8.21
14392026-02-27T04:19:42.822Z Compiling digest v0.10.7
14402026-02-27T04:19:42.858Z Compiling aws-lc-sys v0.37.1
14412026-02-27T04:19:43.139Z Compiling futures-executor v0.3.32
14422026-02-27T04:19:43.253Z Compiling structmeta-derive v0.3.0
14432026-02-27T04:19:43.718Z Compiling thread-id v5.1.0
14442026-02-27T04:19:43.743Z Compiling rustls v0.22.4
14452026-02-27T04:19:43.870Z Compiling camino v1.2.2
14462026-02-27T04:19:44.010Z Compiling hex v0.4.3
14472026-02-27T04:19:44.125Z Compiling rand_core v0.9.5
14482026-02-27T04:19:44.515Z Compiling futures v0.3.32
14492026-02-27T04:19:44.592Z Compiling h2 v0.4.13
14502026-02-27T04:19:44.663Z Compiling oxnet v0.1.4
14512026-02-27T04:19:44.701Z Compiling thread_local v1.1.9
14522026-02-27T04:19:45.220Z Compiling match_cfg v0.1.0
14532026-02-27T04:19:45.328Z Compiling syn v1.0.109
14542026-02-27T04:19:45.499Z Compiling dof v0.4.0
14552026-02-27T04:19:45.562Z Compiling structmeta v0.3.0
14562026-02-27T04:19:45.666Z Compiling aws-lc-rs v1.15.4
14572026-02-27T04:19:45.963Z Compiling unsafe-libyaml v0.2.11
14582026-02-27T04:19:46.195Z Compiling slog-async v2.8.0
14592026-02-27T04:19:46.669Z Compiling quick-error v1.2.3
14602026-02-27T04:19:46.811Z Compiling unicode-width v0.2.2
14612026-02-27T04:19:47.492Z Compiling serde_yaml v0.9.34+deprecated
14622026-02-27T04:19:48.795Z Compiling rand_chacha v0.9.0
14632026-02-27T04:19:48.984Z Compiling newtype-uuid-macros v0.1.0
14642026-02-27T04:19:49.556Z Compiling typify-macro v0.4.3
14652026-02-27T04:19:49.770Z Compiling hyper v1.8.1
14662026-02-27T04:19:50.326Z Compiling usdt-macro v0.6.0
14672026-02-27T04:19:50.577Z Compiling usdt-attr-macro v0.6.0
14682026-02-27T04:19:50.604Z Compiling strum_macros v0.26.4
14692026-02-27T04:19:51.784Z Compiling serde_spanned v1.0.4
14702026-02-27T04:19:51.981Z Compiling multer v3.1.0
14712026-02-27T04:19:52.367Z Compiling hyper-util v0.1.20
14722026-02-27T04:19:52.609Z Compiling debug-ignore v1.0.5
14732026-02-27T04:19:52.700Z Compiling untrusted v0.7.1
14742026-02-27T04:19:52.774Z Compiling bit-vec v0.8.0
14752026-02-27T04:19:53.789Z Compiling take_mut v0.2.2
14762026-02-27T04:19:53.789Z Compiling toml_writer v1.0.6+spec-1.1.0
14772026-02-27T04:19:53.789Z Compiling term v1.2.1
14782026-02-27T04:19:53.789Z Compiling bit-set v0.8.0
14792026-02-27T04:19:53.839Z Compiling typify v0.4.3
14802026-02-27T04:19:53.839Z Compiling rand v0.9.2
14812026-02-27T04:19:53.863Z Compiling async-stream-impl v0.3.6
14822026-02-27T04:19:53.889Z Compiling dropshot v0.16.7
14832026-02-27T04:19:54.211Z Compiling strum v0.26.3
14842026-02-27T04:19:54.263Z Compiling encoding_rs v0.8.35
14852026-02-27T04:19:54.409Z Compiling spin v0.9.8
14862026-02-27T04:19:54.731Z Compiling ref-cast v1.0.25
14872026-02-27T04:19:54.783Z Compiling rustls v0.23.36
14882026-02-27T04:19:55.126Z Compiling mime v0.3.17
14892026-02-27T04:19:55.166Z Compiling unarray v0.1.4
14902026-02-27T04:19:55.200Z Compiling async-stream v0.3.6
14912026-02-27T04:19:55.395Z Compiling derive-ex v0.1.8
14922026-02-27T04:19:55.429Z Compiling dropshot_endpoint v0.16.7
14932026-02-27T04:19:55.501Z Compiling macaddr v1.0.1
14942026-02-27T04:19:55.650Z Compiling ref-cast-impl v1.0.25
14952026-02-27T04:19:55.683Z Compiling waitgroup v0.1.2
14962026-02-27T04:19:55.913Z Compiling serde_path_to_error v0.1.20
14972026-02-27T04:19:56.224Z Compiling progenitor-impl v0.11.2
14982026-02-27T04:19:56.989Z Compiling tabwriter v1.4.1
14992026-02-27T04:19:57.471Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15002026-02-27T04:19:57.816Z Compiling tempfile v3.25.0
15012026-02-27T04:19:57.854Z Compiling newtype-uuid v1.3.2
15022026-02-27T04:19:58.467Z Compiling strum_macros v0.27.2
15032026-02-27T04:19:58.650Z Compiling instant v0.1.13
15042026-02-27T04:19:58.867Z Compiling daft v0.1.5
15052026-02-27T04:19:59.057Z Compiling test-strategy v0.4.5
15062026-02-27T04:19:59.217Z Compiling serde_with_macros v3.16.1
15072026-02-27T04:19:59.386Z Compiling time v0.3.47
15082026-02-27T04:20:00.976Z Compiling tower v0.5.3
15092026-02-27T04:20:01.598Z Compiling webpki-roots v1.0.6
15102026-02-27T04:20:01.829Z Compiling colored v3.1.1
15112026-02-27T04:20:01.982Z Compiling tower-http v0.6.8
15122026-02-27T04:20:02.261Z Compiling crossbeam-channel v0.5.15
15132026-02-27T04:20:02.747Z Compiling strum v0.27.2
15142026-02-27T04:20:02.850Z Compiling parse-display-derive v0.10.0
15152026-02-27T04:20:04.070Z Compiling rustls-webpki v0.102.8
15162026-02-27T04:20:04.160Z Compiling rustc-hash v2.1.1
15172026-02-27T04:20:04.321Z Compiling progenitor-macro v0.11.2
15182026-02-27T04:20:04.883Z Compiling slog-json v2.6.1
15192026-02-27T04:20:05.344Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
15202026-02-27T04:20:05.526Z Compiling hostname v0.3.1
15212026-02-27T04:20:05.784Z Compiling toml_parser v1.0.9+spec-1.1.0
15222026-02-27T04:20:06.276Z Compiling rand_chacha v0.3.1
15232026-02-27T04:20:06.618Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15242026-02-27T04:20:06.658Z Compiling toml_datetime v0.7.5+spec-1.1.0
15252026-02-27T04:20:07.319Z Compiling memmap2 v0.9.10
15262026-02-27T04:20:07.348Z Compiling wait-timeout v0.2.1
15272026-02-27T04:20:07.394Z Compiling is-terminal v0.4.17
15282026-02-27T04:20:07.426Z Compiling either v1.15.0
15292026-02-27T04:20:07.543Z Compiling slog-term v2.9.2
15302026-02-27T04:20:07.800Z Compiling usdt v0.6.0
15312026-02-27T04:20:07.857Z Compiling rusty-fork v0.3.1
15322026-02-27T04:20:08.033Z Compiling tokio-rustls v0.25.0
15332026-02-27T04:20:08.334Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15342026-02-27T04:20:08.477Z Compiling toml v0.9.12+spec-1.1.0
15352026-02-27T04:20:08.548Z Compiling rand v0.8.5
15362026-02-27T04:20:08.596Z Compiling slog-bunyan v2.5.0
15372026-02-27T04:20:09.040Z Compiling rand_xorshift v0.4.0
15382026-02-27T04:20:09.345Z Compiling sha1 v0.10.6
15392026-02-27T04:20:09.813Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
15402026-02-27T04:20:10.075Z Compiling rustls-pemfile v2.2.0
15412026-02-27T04:20:10.463Z Compiling hostname v0.4.2
15422026-02-27T04:20:11.013Z Compiling proptest v1.10.0
15432026-02-27T04:20:14.350Z Compiling itertools v0.14.0
15442026-02-27T04:20:16.053Z Compiling serde_with v3.16.1
15452026-02-27T04:20:17.313Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15462026-02-27T04:20:17.676Z Compiling utf8parse v0.2.2
15472026-02-27T04:20:17.837Z Compiling anstyle-parse v0.2.7
15482026-02-27T04:20:18.182Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
15492026-02-27T04:20:18.426Z Compiling toml_datetime v0.6.11
15502026-02-27T04:20:18.914Z Compiling is_terminal_polyfill v1.70.2
15512026-02-27T04:20:18.942Z Compiling anstyle v1.0.13
15522026-02-27T04:20:19.077Z Compiling anstyle-query v1.1.5
15532026-02-27T04:20:19.216Z Compiling colorchoice v1.0.4
15542026-02-27T04:20:19.410Z Compiling anstream v0.6.21
15552026-02-27T04:20:20.035Z Compiling backoff v0.4.0
15562026-02-27T04:20:20.337Z Compiling parse-display v0.10.0
15572026-02-27T04:20:20.428Z Compiling iddqd v0.3.17
15582026-02-27T04:20:21.021Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15592026-02-27T04:20:22.843Z Compiling clap_lex v1.0.0
15602026-02-27T04:20:23.176Z Compiling clap_derive v4.5.55
15612026-02-27T04:20:23.591Z Compiling terminal_size v0.4.3
15622026-02-27T04:20:24.200Z Compiling crossbeam-epoch v0.9.18
15632026-02-27T04:20:24.412Z Compiling clap_builder v4.5.59
15642026-02-27T04:20:24.889Z Compiling rustls-webpki v0.103.9
15652026-02-27T04:20:24.960Z Compiling proc-macro-error-attr v1.0.4
15662026-02-27T04:20:25.347Z Compiling heapless v0.8.0
15672026-02-27T04:20:26.720Z Compiling ingot-macros v0.1.1
15682026-02-27T04:20:26.757Z Compiling toml_edit v0.23.10+spec-1.0.0
15692026-02-27T04:20:28.411Z Compiling clap v4.5.59
15702026-02-27T04:20:28.862Z Compiling zerocopy-derive v0.7.35
15712026-02-27T04:20:29.134Z Compiling hash32 v0.3.1
15722026-02-27T04:20:29.393Z Compiling proc-macro-error v1.0.4
15732026-02-27T04:20:30.162Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15742026-02-27T04:20:30.581Z Compiling smoltcp v0.11.0
15752026-02-27T04:20:30.624Z Compiling winnow v0.5.40
15762026-02-27T04:20:31.254Z Compiling zerocopy v0.7.35
15772026-02-27T04:20:32.706Z Compiling ingot-types v0.1.2
15782026-02-27T04:20:33.116Z Compiling tokio-rustls v0.26.4
15792026-02-27T04:20:33.559Z Compiling proc-macro-crate v3.4.0
15802026-02-27T04:20:34.138Z Compiling toml_edit v0.19.15
15812026-02-27T04:20:34.396Z Compiling cobs v0.3.0
15822026-02-27T04:20:34.768Z Compiling managed v0.8.0
15832026-02-27T04:20:34.879Z Compiling bitflags v1.3.2
15842026-02-27T04:20:34.941Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
15852026-02-27T04:20:35.245Z Compiling crucible-workspace-hack v0.1.0
15862026-02-27T04:20:35.823Z Compiling postcard v1.1.3
15872026-02-27T04:20:36.950Z Compiling hyper-rustls v0.27.7
15882026-02-27T04:20:37.064Z Compiling num_enum_derive v0.7.5
15892026-02-27T04:20:37.064Z Compiling ingot v0.1.1
15902026-02-27T04:20:37.065Z Compiling foreign-types-macros v0.2.3
15912026-02-27T04:20:37.065Z Compiling proc-macro-crate v1.3.1
15922026-02-27T04:20:37.773Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
15932026-02-27T04:20:38.821Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
15942026-02-27T04:20:38.909Z Compiling heck v0.4.1
15952026-02-27T04:20:38.909Z Compiling rayon-core v1.13.0
15962026-02-27T04:20:38.909Z Compiling foreign-types-shared v0.3.1
15972026-02-27T04:20:38.909Z Compiling foreign-types v0.5.0
15982026-02-27T04:20:38.909Z Compiling num_enum v0.7.5
15992026-02-27T04:20:38.910Z Compiling reqwest v0.12.28
16002026-02-27T04:20:38.942Z Compiling crossbeam-deque v0.8.6
16012026-02-27T04:20:38.978Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16022026-02-27T04:20:39.091Z Compiling num_enum_derive v0.5.11
16032026-02-27T04:20:39.626Z Compiling dtrace-parser v0.2.0
16042026-02-27T04:20:39.805Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16052026-02-27T04:20:39.920Z Compiling scroll_derive v0.12.1
16062026-02-27T04:20:40.718Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16072026-02-27T04:20:41.112Z Compiling usdt-impl v0.5.0
16082026-02-27T04:20:41.263Z Compiling memoffset v0.9.1
16092026-02-27T04:20:41.446Z Compiling cstr-argument v0.1.2
16102026-02-27T04:20:41.474Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
16112026-02-27T04:20:41.577Z Compiling cfg_aliases v0.2.1
16122026-02-27T04:20:41.664Z Compiling convert_case v0.4.0
16132026-02-27T04:20:41.701Z Compiling tinyvec_macros v0.1.1
16142026-02-27T04:20:41.732Z Compiling nix v0.30.1
16152026-02-27T04:20:41.825Z Compiling tinyvec v1.10.0
16162026-02-27T04:20:41.905Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16172026-02-27T04:20:42.122Z Compiling scroll v0.12.0
16182026-02-27T04:20:42.349Z Compiling derive_more v0.99.20
16192026-02-27T04:20:42.443Z Compiling num_enum v0.5.11
16202026-02-27T04:20:42.510Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16212026-02-27T04:20:42.699Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
16222026-02-27T04:20:43.569Z Compiling dof v0.3.0
16232026-02-27T04:20:44.299Z Compiling camino-tempfile v1.4.1
16242026-02-27T04:20:44.356Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16252026-02-27T04:20:44.820Z Compiling thread-id v4.2.2
16262026-02-27T04:20:46.018Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16272026-02-27T04:20:46.328Z Compiling rayon v1.11.0
16282026-02-27T04:20:47.429Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16292026-02-27T04:20:47.688Z Compiling goblin v0.8.2
16302026-02-27T04:20:48.315Z Compiling progenitor-client v0.11.2
16312026-02-27T04:20:49.178Z Compiling zone_cfg_derive v0.3.1
16322026-02-27T04:20:49.178Z Compiling itertools v0.12.1
16332026-02-27T04:20:49.178Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
16342026-02-27T04:20:49.639Z Compiling serde_spanned v0.6.9
16352026-02-27T04:20:49.873Z Compiling num-derive v0.4.2
16362026-02-27T04:20:50.214Z Compiling sigpipe v0.1.3
16372026-02-27T04:20:50.448Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
16382026-02-27T04:20:50.559Z Compiling toml_write v0.1.2
16392026-02-27T04:20:50.780Z Compiling jiff v0.2.20
16402026-02-27T04:20:50.862Z Compiling glob v0.3.3
16412026-02-27T04:20:50.899Z Compiling toml_edit v0.22.27
16422026-02-27T04:20:51.677Z Compiling zone v0.3.1
16432026-02-27T04:20:51.753Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
16442026-02-27T04:20:52.819Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
16452026-02-27T04:20:53.830Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16462026-02-27T04:20:54.117Z Compiling progenitor v0.11.2
16472026-02-27T04:20:57.084Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
16482026-02-27T04:20:57.831Z Compiling smf v0.2.3
16492026-02-27T04:20:58.263Z Compiling secrecy v0.10.3
16502026-02-27T04:20:58.470Z Compiling num-integer v0.1.46
16512026-02-27T04:20:58.641Z Compiling rustc_version v0.4.1
16522026-02-27T04:20:59.217Z Compiling whoami v1.6.1
16532026-02-27T04:20:59.251Z Compiling float-ord v0.3.2
16542026-02-27T04:20:59.276Z Compiling rustix v0.38.44
16552026-02-27T04:20:59.562Z Compiling prettyplease v0.2.37
16562026-02-27T04:20:59.875Z Compiling curve25519-dalek v4.1.3
16572026-02-27T04:21:00.809Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
16582026-02-27T04:21:01.191Z Compiling toml v0.8.23
16592026-02-27T04:21:01.346Z Compiling usdt-macro v0.5.0
16602026-02-27T04:21:01.535Z Compiling usdt-attr-macro v0.5.0
16612026-02-27T04:21:02.834Z Compiling progenitor-client v0.10.0
16622026-02-27T04:21:03.294Z Compiling hmac v0.12.1
16632026-02-27T04:21:03.691Z Compiling inout v0.1.4
16642026-02-27T04:21:03.934Z Compiling enum-as-inner v0.6.1
16652026-02-27T04:21:03.983Z Compiling ff v0.13.1
16662026-02-27T04:21:04.195Z Compiling memmap v0.7.0
16672026-02-27T04:21:04.240Z Compiling data-encoding v2.10.0
16682026-02-27T04:21:04.563Z Compiling usdt v0.5.0
16692026-02-27T04:21:04.941Z Compiling group v0.13.0
16702026-02-27T04:21:05.099Z Compiling cipher v0.4.4
16712026-02-27T04:21:05.169Z Compiling hkdf v0.12.4
16722026-02-27T04:21:05.568Z Compiling num-iter v0.1.45
16732026-02-27T04:21:05.659Z Compiling num-rational v0.4.2
16742026-02-27T04:21:06.309Z Compiling thiserror-impl-no-std v2.0.2
16752026-02-27T04:21:06.475Z Compiling half v2.7.1
16762026-02-27T04:21:07.143Z Compiling universal-hash v0.5.1
16772026-02-27T04:21:07.186Z Compiling crypto-bigint v0.5.5
16782026-02-27T04:21:07.349Z Compiling curve25519-dalek-derive v0.1.1
16792026-02-27T04:21:07.387Z Compiling num-complex v0.4.6
16802026-02-27T04:21:08.287Z Compiling base64ct v1.8.3
16812026-02-27T04:21:08.528Z Compiling ciborium-io v0.2.2
16822026-02-27T04:21:08.553Z Compiling opaque-debug v0.3.1
16832026-02-27T04:21:08.649Z Compiling base16ct v0.2.0
16842026-02-27T04:21:08.686Z Compiling ciborium-ll v0.2.2
16852026-02-27T04:21:08.727Z Compiling poly1305 v0.8.0
16862026-02-27T04:21:08.915Z Compiling password-hash v0.5.0
16872026-02-27T04:21:09.073Z Compiling thiserror-no-std v2.0.2
16882026-02-27T04:21:09.557Z Compiling num v0.4.3
16892026-02-27T04:21:09.816Z Compiling elliptic-curve v0.13.8
16902026-02-27T04:21:10.476Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
16912026-02-27T04:21:10.555Z Compiling chacha20 v0.9.1
16922026-02-27T04:21:10.972Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
16932026-02-27T04:21:11.535Z Compiling hubpack_derive v0.1.1
16942026-02-27T04:21:11.616Z Compiling blake2 v0.10.6
16952026-02-27T04:21:11.865Z Compiling aead v0.5.2
16962026-02-27T04:21:12.172Z Compiling linked-hash-map v0.5.6
16972026-02-27T04:21:12.527Z Compiling pkg-config v0.3.32
16982026-02-27T04:21:12.554Z Compiling semver v0.1.20
16992026-02-27T04:21:12.621Z Compiling static_assertions v1.1.0
17002026-02-27T04:21:12.741Z Compiling vcpkg v0.2.15
17012026-02-27T04:21:13.062Z Compiling keccak v0.1.6
17022026-02-27T04:21:13.423Z Compiling resolv-conf v0.7.6
17032026-02-27T04:21:13.511Z Compiling sha3 v0.10.8
17042026-02-27T04:21:13.535Z Compiling rustc_version v0.1.7
17052026-02-27T04:21:13.955Z Compiling hubpack v0.1.2
17062026-02-27T04:21:14.004Z Compiling openssl-sys v0.9.111
17072026-02-27T04:21:14.029Z Compiling lru-cache v0.1.2
17082026-02-27T04:21:14.110Z Compiling chacha20poly1305 v0.10.1
17092026-02-27T04:21:14.199Z Compiling argon2 v0.5.3
17102026-02-27T04:21:14.234Z Compiling vsss-rs v3.3.4
17112026-02-27T04:21:14.323Z Compiling ciborium v0.2.2
17122026-02-27T04:21:14.375Z Compiling hickory-proto v0.24.4
17132026-02-27T04:21:15.291Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17142026-02-27T04:21:15.712Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
17152026-02-27T04:21:16.207Z Compiling serde-big-array v0.5.1
17162026-02-27T04:21:16.260Z Compiling derive-where v1.6.0
17172026-02-27T04:21:16.340Z Compiling serde_repr v0.1.20
17182026-02-27T04:21:16.449Z Compiling indent_write v2.2.0
17192026-02-27T04:21:16.691Z Compiling siphasher v1.0.2
17202026-02-27T04:21:17.112Z Compiling unicode-segmentation v1.12.0
17212026-02-27T04:21:17.475Z Compiling minimal-lexical v0.2.1
17222026-02-27T04:21:17.961Z Compiling nom v7.1.3
17232026-02-27T04:21:17.992Z Compiling newline-converter v0.3.0
17242026-02-27T04:21:18.165Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17252026-02-27T04:21:18.204Z Compiling phf_shared v0.12.1
17262026-02-27T04:21:18.550Z Compiling hickory-resolver v0.24.4
17272026-02-27T04:21:18.876Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
17282026-02-27T04:21:21.751Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17292026-02-27T04:21:22.179Z Compiling newtype_derive v0.1.6
17302026-02-27T04:21:22.522Z Compiling atomicwrites v0.4.4
17312026-02-27T04:21:23.404Z Compiling progenitor-impl v0.10.0
17322026-02-27T04:21:24.305Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17332026-02-27T04:21:24.434Z Compiling console v0.15.11
17342026-02-27T04:21:24.990Z Compiling tokio-stream v0.1.18
17352026-02-27T04:21:25.276Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17362026-02-27T04:21:25.870Z Compiling pin-project-internal v1.1.10
17372026-02-27T04:21:25.930Z Compiling slog-dtrace v0.3.0
17382026-02-27T04:21:25.980Z Compiling csv-core v0.1.13
17392026-02-27T04:21:26.318Z Compiling unicode-xid v0.2.6
17402026-02-27T04:21:26.524Z Compiling swrite v0.1.0
17412026-02-27T04:21:26.549Z Compiling unicode-width v0.1.14
17422026-02-27T04:21:26.671Z Compiling foldhash v0.1.5
17432026-02-27T04:21:27.003Z Compiling similar v2.7.0
17442026-02-27T04:21:27.071Z Compiling owo-colors v4.2.3
17452026-02-27T04:21:27.664Z Compiling chrono-tz v0.10.4
17462026-02-27T04:21:28.022Z Compiling cancel-safe-futures v0.1.5
17472026-02-27T04:21:28.066Z Compiling expectorate v1.2.0
17482026-02-27T04:21:28.156Z Compiling pin-project v1.1.10
17492026-02-27T04:21:28.342Z Compiling hashbrown v0.15.5
17502026-02-27T04:21:28.396Z Compiling const_format_proc_macros v0.2.34
17512026-02-27T04:21:28.448Z Compiling csv v1.4.0
17522026-02-27T04:21:29.087Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17532026-02-27T04:21:29.550Z Compiling qorb v0.4.1
17542026-02-27T04:21:29.753Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17552026-02-27T04:21:30.139Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17562026-02-27T04:21:30.164Z Compiling phf v0.12.1
17572026-02-27T04:21:30.448Z Compiling tokio-dtrace v0.1.1
17582026-02-27T04:21:30.936Z Compiling unicode-normalization v0.1.25
17592026-02-27T04:21:31.683Z Compiling progenitor-macro v0.10.0
17602026-02-27T04:21:31.963Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17612026-02-27T04:21:32.665Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17622026-02-27T04:21:33.037Z Compiling libsw-core v0.3.2
17632026-02-27T04:21:33.295Z Compiling async-recursion v1.1.1
17642026-02-27T04:21:34.316Z Compiling snafu-derive v0.8.9
17652026-02-27T04:21:34.715Z Compiling cookie v0.18.1
17662026-02-27T04:21:34.762Z Compiling bstr v1.12.1
17672026-02-27T04:21:35.061Z Compiling foreign-types-shared v0.1.1
17682026-02-27T04:21:35.173Z Compiling fixedbitset v0.4.2
17692026-02-27T04:21:35.935Z Compiling openssl v0.10.75
17702026-02-27T04:21:36.031Z Compiling fixedbitset v0.5.7
17712026-02-27T04:21:36.031Z Compiling bytecount v0.6.9
17722026-02-27T04:21:36.070Z Compiling highway v1.3.0
17732026-02-27T04:21:36.124Z Compiling same-file v1.0.6
17742026-02-27T04:21:36.455Z Compiling walkdir v2.5.0
17752026-02-27T04:21:36.513Z Compiling petgraph v0.8.3
17762026-02-27T04:21:36.937Z Compiling papergrid v0.11.0
17772026-02-27T04:21:37.279Z Compiling globset v0.4.18
17782026-02-27T04:21:38.487Z Compiling snafu v0.8.9
17792026-02-27T04:21:39.096Z Compiling petgraph v0.6.5
17802026-02-27T04:21:39.260Z Compiling foreign-types v0.3.2
17812026-02-27T04:21:39.370Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17822026-02-27T04:21:39.395Z Compiling libsw v3.5.0
17832026-02-27T04:21:39.707Z Compiling olpc-cjson v0.1.4
17842026-02-27T04:21:39.793Z Compiling oxide-tokio-rt v0.1.2
17852026-02-27T04:21:40.261Z Compiling const_format v0.2.35
17862026-02-27T04:21:40.970Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17872026-02-27T04:21:42.922Z Compiling gethostname v0.5.0
17882026-02-27T04:21:43.082Z Compiling progenitor v0.10.0
17892026-02-27T04:21:43.107Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
17902026-02-27T04:21:43.133Z Compiling tabled_derive v0.7.0
17912026-02-27T04:21:43.159Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17922026-02-27T04:21:43.322Z Compiling bcs v0.1.6
17932026-02-27T04:21:43.460Z Compiling serde_plain v1.0.2
17942026-02-27T04:21:43.838Z Compiling openssl-macros v0.1.1
17952026-02-27T04:21:43.927Z Compiling pem v3.0.6
17962026-02-27T04:21:44.315Z Compiling linear-map v1.2.0
17972026-02-27T04:21:44.710Z Compiling smawk v0.3.2
17982026-02-27T04:21:44.740Z Compiling lazy_static v1.5.0
17992026-02-27T04:21:44.784Z Compiling typed-path v0.9.3
18002026-02-27T04:21:44.938Z Compiling tagptr v0.2.0
18012026-02-27T04:21:44.989Z Compiling termtree v0.5.1
18022026-02-27T04:21:45.286Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18032026-02-27T04:21:46.550Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18042026-02-27T04:21:47.328Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18052026-02-27T04:21:48.162Z Compiling unicode-linebreak v0.1.5
18062026-02-27T04:21:48.738Z Compiling textwrap v0.16.2
18072026-02-27T04:21:49.619Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18082026-02-27T04:21:50.100Z Compiling tough v0.20.0
18092026-02-27T04:21:50.131Z Compiling tabled v0.15.0
18102026-02-27T04:21:50.308Z Compiling moka v0.12.13
18112026-02-27T04:21:51.292Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18122026-02-27T04:21:52.191Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18132026-02-27T04:21:52.435Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18142026-02-27T04:21:52.504Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18152026-02-27T04:21:53.287Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18162026-02-27T04:21:53.689Z Compiling steno v0.4.1
18172026-02-27T04:21:55.396Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18182026-02-27T04:21:56.695Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18192026-02-27T04:21:56.768Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18202026-02-27T04:21:56.820Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18212026-02-27T04:22:00.638Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18222026-02-27T04:22:01.428Z Compiling hickory-proto v0.25.2
18232026-02-27T04:22:01.651Z Compiling humantime v2.3.0
18242026-02-27T04:22:02.063Z Compiling num-derive v0.3.3
18252026-02-27T04:22:02.259Z Compiling parking_lot_core v0.8.6
18262026-02-27T04:22:02.430Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18272026-02-27T04:22:02.807Z Compiling crc32fast v1.5.0
18282026-02-27T04:22:03.545Z Compiling parking_lot v0.11.2
18292026-02-27T04:22:03.860Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18302026-02-27T04:22:04.048Z Compiling libscf-sys v1.1.0
18312026-02-27T04:22:04.206Z Compiling fxhash v0.2.1
18322026-02-27T04:22:04.304Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18332026-02-27T04:22:04.348Z Compiling socket2 v0.5.10
18342026-02-27T04:22:04.374Z Compiling internet-checksum v0.2.1
18352026-02-27T04:22:04.439Z Compiling sled v0.34.7
18362026-02-27T04:22:04.466Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18372026-02-27T04:22:06.345Z Compiling hickory-resolver v0.25.2
18382026-02-27T04:22:08.402Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18392026-02-27T04:22:10.682Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18402026-02-27T04:22:12.891Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18412026-02-27T04:22:15.503Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18422026-02-27T04:22:51.592Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18432026-02-27T04:22:55.417Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18442026-02-27T04:22:57.904Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18452026-02-27T04:23:00.357Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18462026-02-27T04:23:02.393Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18472026-02-27T04:23:51.870Z Finished `test` profile [unoptimized + debuginfo] target(s) in 4m 48s
18482026-02-27T04:23:52.108Z────────────
18492026-02-27T04:23:52.108Z Nextest run ID d8df4a49-bd89-460e-94e3-5171d74259c7 with nextest profile: default
18502026-02-27T04:23:52.108Z Starting 36 tests across 1 binary
18512026-02-27T04:23:52.139Z PASS [ 0.029s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
18522026-02-27T04:23:52.164Z PASS [ 0.030s] rdb bestpath::test::test_bestpath_med_per_as_grouping
18532026-02-27T04:23:52.164Z PASS [ 0.030s] rdb db::test::test_prefix4_db_key_serialization
18542026-02-27T04:23:52.164Z PASS [ 0.035s] rdb bestpath::test::test_bestpath_shutdown_preference
18552026-02-27T04:23:52.164Z PASS [ 0.035s] rdb db::test::test_prefix4_from_str
18562026-02-27T04:23:52.164Z PASS [ 0.039s] rdb bestpath::test::test_bestpath
18572026-02-27T04:23:52.189Z PASS [ 0.026s] rdb db::test::test_prefix6_from_str
18582026-02-27T04:23:52.189Z PASS [ 0.028s] rdb db::test::test_prefix6_db_key_serialization
18592026-02-27T04:23:52.306Z PASS [ 0.196s] rdb db::test::test_ipv6_origin_crud
18602026-02-27T04:23:52.331Z PASS [ 0.206s] rdb db::test::test_ipv4_origin_crud
18612026-02-27T04:23:52.356Z PASS [ 0.195s] rdb db::test::test_static_routing_ipv4_basic
18622026-02-27T04:23:52.356Z PASS [ 0.193s] rdb db::test::test_static_routing_ipv6_basic
18632026-02-27T04:23:52.356Z PASS [ 0.204s] rdb db::test::test_prefix_host_bit_normalization
18642026-02-27T04:23:52.356Z PASS [ 0.181s] rdb db::test::test_static_routing_mixed_address_families
18652026-02-27T04:23:52.356Z PASS [ 0.186s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
18662026-02-27T04:23:52.381Z PASS [ 0.035s] rdb proptest::prop_ipv4_host_bits_always_unset
18672026-02-27T04:23:52.381Z PASS [ 0.038s] rdb proptest::prop_ipv4_default_contains_all
18682026-02-27T04:23:52.406Z PASS [ 0.034s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
18692026-02-27T04:23:52.406Z PASS [ 0.245s] rdb db::test::test_rib
18702026-02-27T04:23:52.406Z PASS [ 0.046s] rdb proptest::prop_ipv4_length_in_bounds
18712026-02-27T04:23:52.433Z PASS [ 0.034s] rdb proptest::prop_ipv4_within_self
18722026-02-27T04:23:52.433Z PASS [ 0.035s] rdb proptest::prop_ipv6_default_contains_all
18732026-02-27T04:23:52.433Z PASS [ 0.033s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
18742026-02-27T04:23:52.433Z PASS [ 0.041s] rdb proptest::prop_ipv6_length_in_bounds
18752026-02-27T04:23:52.460Z PASS [ 0.045s] rdb proptest::prop_ipv6_host_bits_always_unset
18762026-02-27T04:23:52.460Z PASS [ 0.032s] rdb proptest::prop_ipv6_within_self
18772026-02-27T04:23:52.460Z PASS [ 0.032s] rdb proptest::prop_prefix_enum_no_cross_family
18782026-02-27T04:23:52.485Z PASS [ 0.039s] rdb proptest::prop_static_route_key_deduplication
18792026-02-27T04:23:52.485Z PASS [ 0.046s] rdb proptest::prop_static_route_key_normalization_idempotent
18802026-02-27T04:23:52.510Z PASS [ 0.060s] rdb proptest::prop_static_route_key_normalization_preserves_fields
18812026-02-27T04:23:52.510Z PASS [ 0.046s] rdb proptest::prop_static_route_key_normalization_preserves_length
18822026-02-27T04:23:52.510Z PASS [ 0.188s] rdb db::test::test_static_routing_multiple_routes_same_prefix
18832026-02-27T04:23:52.510Z PASS [ 0.054s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
18842026-02-27T04:23:52.510Z PASS [ 0.188s] rdb db::test::test_static_routing_vlan_id_handling
18852026-02-27T04:23:52.535Z PASS [ 0.056s] rdb proptest::prop_static_route_key_ord_consistency
18862026-02-27T04:23:52.565Z PASS [ 0.225s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18872026-02-27T04:23:52.590Z────────────
18882026-02-27T04:23:52.590Z Summary [ 0.457s] 36 tests run: 36 passed, 0 skipped
18892026-02-27T04:23:52.590Z+ cp rib.log /work/
18902026-02-27T04:23:52.615Zprocess exited: duration 636777 ms, exit code 0
 
18912026-02-27T04:23:52.702Zfound 1 output files
18922026-02-27T04:23:52.702Zuploading: /work/rib.log (879 bytes)
18932026-02-27T04:23:53.805Zuploaded: /work/rib.log