01KNJZPCTS86XYBB0A5H4QN5G8: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0-16c64gb",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KNJZPTGMXWGWGYP7YP8NGP20

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-07T04:52:35.712Zjob assigned to worker 01KNK4GC33CCT7AHZT99ZJXF8C [factory aws, i-09a6052c5b0339bae] (queued for 1 h 24 m 46 s)
 
22026-04-07T04:52:42.814Zstarting task 0: "setup"
32026-04-07T04:52:42.819Z++ uname -s
42026-04-07T04:52:42.822Z+ kern=SunOS
52026-04-07T04:52:42.823Z+ build_user=build
62026-04-07T04:52:42.823Z+ build_uid=12345
72026-04-07T04:52:42.823Z+ work_dir=/work
82026-04-07T04:52:42.823Z+ input_dir=/input
92026-04-07T04:52:42.823Z+ [[ 0 == 12345 ]]
102026-04-07T04:52:42.823Z+ case "$kern" in
112026-04-07T04:52:42.823Z+ groupadd -g 12345 build
122026-04-07T04:52:42.826Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-07T04:52:44.832Z+ zfs create -o mountpoint=/work rpool/work
142026-04-07T04:52:44.951Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-07T04:52:44.954Z+ home_fs=zfs
162026-04-07T04:52:44.955Z+ [[ zfs == autofs ]]
172026-04-07T04:52:44.955Z+ mkdir -p /home/build
182026-04-07T04:52:44.955Z+ chown build:build /home/build /work
192026-04-07T04:52:46.958Z+ chmod 0700 /home/build /work
202026-04-07T04:52:46.962Zprocess exited: duration 4149 ms, exit code 0
 
212026-04-07T04:52:46.969Zstarting task 1: "rust-toolchain"
222026-04-07T04:52:46.974Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-07T04:52:46.975Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-07T04:52:46.975Z * rust toolchain channel = "1.94.0"
252026-04-07T04:52:46.975Z * rust toolchain profile = "default"
262026-04-07T04:52:46.975Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-07T04:52:46.975Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-07T04:52:46.978Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-07T04:52:46.978Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-07T04:52:47.092Zinfo: downloading installer
312026-04-07T04:52:48.506Zwarn: It looks like you have an existing installation of Rust at:
322026-04-07T04:52:48.506Zwarn: /opt/ooce/bin
332026-04-07T04:52:48.506Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-07T04:52:48.506Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-07T04:52:48.509Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-07T04:52:48.510Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-07T04:52:48.510Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-07T04:52:48.510Zerror: cannot install while Rust is installed
392026-04-07T04:52:48.510Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-07T04:52:48.510Zwarn: It looks like you have an existing rustup settings file at:
412026-04-07T04:52:48.510Zwarn: /home/build/.rustup/settings.toml
422026-04-07T04:52:48.510Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-07T04:52:48.510Zwarn: instead of the one inferred from the default host triple.
442026-04-07T04:52:48.519Zinfo: profile set to default
452026-04-07T04:52:48.519Zinfo: default host triple is x86_64-unknown-illumos
462026-04-07T04:52:48.523Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-07T04:52:48.678Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-07T04:52:48.682Zinfo: downloading 6 components
492026-04-07T04:53:03.224Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-07T04:53:03.224Z
512026-04-07T04:53:03.260Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-07T04:53:03.260Z
532026-04-07T04:53:03.260Z
542026-04-07T04:53:03.260ZRust is installed now. Great!
552026-04-07T04:53:03.260Z
562026-04-07T04:53:03.260ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-07T04:53:03.260Zenvironment variable. This has not been done automatically.
582026-04-07T04:53:03.260Z
592026-04-07T04:53:03.261ZTo configure your current shell, you need to source
602026-04-07T04:53:03.261Zthe corresponding env file under $HOME/.cargo.
612026-04-07T04:53:03.261Z
622026-04-07T04:53:03.261ZThis is usually done by running one of the following (note the leading DOT):
632026-04-07T04:53:03.261Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-07T04:53:03.261Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-07T04:53:03.261Zsource "~/.cargo/env.nu" # For nushell
662026-04-07T04:53:03.261Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-07T04:53:03.261Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-07T04:53:03.261Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-07T04:53:03.264Zwarn: no default linker (`cc`) was found in your PATH
702026-04-07T04:53:03.265Zwarn: many Rust crates require a system C toolchain to build
712026-04-07T04:53:03.352Z+ rustup --version
722026-04-07T04:53:03.358Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-07T04:53:03.362Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-07T04:53:03.379Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-07T04:53:03.383Z+ cargo --version
762026-04-07T04:53:03.390Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-07T04:53:03.393Z+ rustc --version
782026-04-07T04:53:03.414Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-07T04:53:03.418Zprocess exited: duration 16445 ms, exit code 0
 
802026-04-07T04:53:03.425Zstarting task 2: "authentication"
812026-04-07T04:53:03.444Zprocess exited: duration 18 ms, exit code 0
 
822026-04-07T04:53:03.452Zstarting task 3: "clone repository"
832026-04-07T04:53:03.456Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-07T04:53:03.459Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-07T04:53:03.493ZCloning into '/work/oxidecomputer/omicron'...
862026-04-07T04:53:13.639Z+ cd /work/oxidecomputer/omicron
872026-04-07T04:53:13.639Z+ git fetch origin 87a5d2f9eadf2030e564334bd9260d005d8831e6
882026-04-07T04:53:13.929ZFrom https://github.com/oxidecomputer/omicron
892026-04-07T04:53:13.929Z * branch 87a5d2f9eadf2030e564334bd9260d005d8831e6 -> FETCH_HEAD
902026-04-07T04:53:13.942Z+ [[ -n ixi/ls-apis-debug ]]
912026-04-07T04:53:13.946Z++ git branch --show-current
922026-04-07T04:53:13.948Z+ current=main
932026-04-07T04:53:13.949Z+ [[ main != ixi/ls-apis-debug ]]
942026-04-07T04:53:13.949Z+ git branch -f ixi/ls-apis-debug 87a5d2f9eadf2030e564334bd9260d005d8831e6
952026-04-07T04:53:13.951Z+ git checkout -f ixi/ls-apis-debug
962026-04-07T04:53:14.133ZSwitched to branch 'ixi/ls-apis-debug'
972026-04-07T04:53:14.137Z+ git reset --hard 87a5d2f9eadf2030e564334bd9260d005d8831e6
982026-04-07T04:53:14.311ZHEAD is now at 87a5d2f9e Show example cycle when ls-apis errors about them
992026-04-07T04:53:14.314Zprocess exited: duration 10860 ms, exit code 0
 
1002026-04-07T04:53:14.320Zstarting task 4: "build"
1012026-04-07T04:53:14.327Z+ source .github/buildomat/ci-env.sh
1022026-04-07T04:53:14.327Z++ export CARGO_TERM_COLOR=always
1032026-04-07T04:53:14.327Z++ CARGO_TERM_COLOR=always
1042026-04-07T04:53:14.327Z+ cargo --version
1052026-04-07T04:53:14.338Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-07T04:53:14.341Z+ rustc --version
1072026-04-07T04:53:14.361Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-07T04:53:14.364Z+ WORK=/work
1092026-04-07T04:53:14.364Z+ pfexec mkdir -p /work
1102026-04-07T04:53:14.367Z+ pfexec chown build /work
1112026-04-07T04:53:14.371Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-07T04:53:23.403Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-07T04:53:30.228Z Startup: Caching catalogs ... Done
1142026-04-07T04:53:34.971ZPlanning: Solver setup ... Done (3.185s)
1152026-04-07T04:53:34.992ZPlanning: Running solver ... Done (0.021s)
1162026-04-07T04:53:35.112ZPlanning: Finding local manifests ... Done (0.004s)
1172026-04-07T04:53:35.126ZPlanning: Fetching manifests: 0/4 0% complete
1182026-04-07T04:53:35.218ZPlanning: Fetching manifests: 4/4 100% complete
1192026-04-07T04:53:35.250ZPlanning: Package planning ... Done (0.032s)
1202026-04-07T04:53:35.278ZPlanning: Merging actions ... Done (0.028s)
1212026-04-07T04:53:35.458ZPlanning: Checking for conflicting actions ... Done (0.180s)
1222026-04-07T04:53:35.465ZPlanning: Consolidating action changes ... Done (0.007s)
1232026-04-07T04:53:36.339ZPlanning: Evaluating mediators ... Done (0.873s)
1242026-04-07T04:53:36.345ZPlanning: Planning completed in 5.95 seconds
1252026-04-07T04:53:36.358Z Packages to install: 4
1262026-04-07T04:53:36.358Z Mediators to change: 2
1272026-04-07T04:53:36.358Z Services to change: 1
1282026-04-07T04:53:36.358Z Estimated space available: 155.35 GB
1292026-04-07T04:53:36.358ZEstimated space to be consumed: 1.84 GB
1302026-04-07T04:53:36.358Z Create boot environment: No
1312026-04-07T04:53:36.358ZCreate backup boot environment: No
1322026-04-07T04:53:36.361Z Rebuild boot archive: No
1332026-04-07T04:53:36.361Z
1342026-04-07T04:53:36.361ZChanged mediators:
1352026-04-07T04:53:36.362Z mediator clang:
1362026-04-07T04:53:36.362Z version: None -> 15 (system default)
1372026-04-07T04:53:36.362Z
1382026-04-07T04:53:36.362Z mediator llvm:
1392026-04-07T04:53:36.362Z version: 14 (system default) -> 15 (system default)
1402026-04-07T04:53:36.362Z
1412026-04-07T04:53:36.362ZChanged packages:
1422026-04-07T04:53:36.362Zhelios-dev
1432026-04-07T04:53:36.362Z developer/build-essential
1442026-04-07T04:53:36.362Z None -> 11-2.0
1452026-04-07T04:53:36.362Z library/libxmlsec1
1462026-04-07T04:53:36.362Z None -> 1.2.35-2.0
1472026-04-07T04:53:36.362Z ooce/developer/clang-15
1482026-04-07T04:53:36.362Z None -> 15.0.7-2.0
1492026-04-07T04:53:36.362Z ooce/developer/llvm-15
1502026-04-07T04:53:36.362Z None -> 15.0.7-2.0
1512026-04-07T04:53:36.362Z
1522026-04-07T04:53:36.362ZServices:
1532026-04-07T04:53:36.362Z restart_fmri:
1542026-04-07T04:53:36.362Z svc:/system/update-man-index:default
1552026-04-07T04:53:36.403Z
1562026-04-07T04:53:36.403ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-04-07T04:53:41.404ZDownload: 3098/3290 items 123.3/212.6MB 57% complete (24.6M/s)
1582026-04-07T04:53:42.672ZDownload: Completed 212.60 MB in 6.27 seconds (33.9M/s)
1592026-04-07T04:53:44.783Z Actions: 1/3689 actions (Installing new actions)
1602026-04-07T04:53:48.029Z Actions: Completed 3689 actions in 3.24 seconds.
1612026-04-07T04:53:48.300Z Done (0.267s)
1622026-04-07T04:53:48.300Z Done (0.000s)
1632026-04-07T04:53:48.896Z Done (0.595s)
1642026-04-07T04:53:52.344Z Done (3.103s)
1652026-04-07T04:53:52.422Z Done (0.015s)
1662026-04-07T04:53:52.425Z Done (0.000s)
1672026-04-07T04:53:52.669Z Done (0.000s)
1682026-04-07T04:53:53.512ZPlanning: Evaluating mediator changes ... Done
1692026-04-07T04:53:53.617ZPlanning: Checking for conflicting actions ... Done
1702026-04-07T04:53:53.620ZPlanning: Consolidating action changes ... Done
1712026-04-07T04:53:53.773ZPlanning: Evaluating mediators ... Done
1722026-04-07T04:53:53.776ZPlanning: Planning completed in 0.26 seconds
1732026-04-07T04:53:53.794Z Mediators to change: 2
1742026-04-07T04:53:53.794Z Create boot environment: No
1752026-04-07T04:53:53.794ZCreate backup boot environment: No
1762026-04-07T04:53:53.869Z Done
1772026-04-07T04:53:53.869Z Done
1782026-04-07T04:53:54.492Z Done
1792026-04-07T04:53:57.001Z Done
1802026-04-07T04:53:57.070Z Done
1812026-04-07T04:53:57.074Z Done
1822026-04-07T04:53:57.207Z Done
1832026-04-07T04:53:57.603ZPlanning: Evaluating mediator changes ... Done
1842026-04-07T04:53:57.606ZPlanning: Merging actions ... Done
1852026-04-07T04:53:57.739ZPlanning: Checking for conflicting actions ... Done
1862026-04-07T04:53:57.743ZPlanning: Consolidating action changes ... Done
1872026-04-07T04:53:57.877ZPlanning: Evaluating mediators ... Done
1882026-04-07T04:53:57.905ZPlanning: Planning completed in 0.44 seconds
1892026-04-07T04:53:57.927Z Packages to change: 1
1902026-04-07T04:53:57.927Z Mediators to change: 1
1912026-04-07T04:53:57.927Z Services to change: 1
1922026-04-07T04:53:57.927Z Create boot environment: No
1932026-04-07T04:53:57.927ZCreate backup boot environment: Yes
1942026-04-07T04:54:00.185Z Actions: 1/6 actions (Updating modified actions)
1952026-04-07T04:54:00.188Z Actions: Completed 6 actions in 0.00 seconds.
1962026-04-07T04:54:00.188Z Done
1972026-04-07T04:54:00.188Z Done
1982026-04-07T04:54:00.326Z Done
1992026-04-07T04:54:02.775Z Done
2002026-04-07T04:54:02.849Z Done
2012026-04-07T04:54:02.852Z Done
2022026-04-07T04:54:02.995Z Done
2032026-04-07T04:54:03.287ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-04-07T04:54:03.287Zclang system 15 system
2052026-04-07T04:54:03.287Zcsh system system illumos
2062026-04-07T04:54:03.287Zctags system system illumos
2072026-04-07T04:54:03.287Zfile system system illumos
2082026-04-07T04:54:03.287Zgcc vendor 12 vendor
2092026-04-07T04:54:03.287Zgcc system 14 system
2102026-04-07T04:54:03.287Zgcc system 10 system
2112026-04-07T04:54:03.287Zgo system 1.20 system
2122026-04-07T04:54:03.287Zgo system 1.19 system
2132026-04-07T04:54:03.287Zllvm system 15 system
2142026-04-07T04:54:03.287Zllvm system 14 system
2152026-04-07T04:54:03.287Zmariadb system 10.6 system
2162026-04-07T04:54:03.287Zmta vendor vendor dma
2172026-04-07T04:54:03.287Zopenjdk system 17 system
2182026-04-07T04:54:03.287Zopenjdk system 11 system
2192026-04-07T04:54:03.287Zopenjdk system 1.8 system
2202026-04-07T04:54:03.287Zopenssl vendor 3 vendor
2212026-04-07T04:54:03.287Zperl system 5.36 system
2222026-04-07T04:54:03.287Zpostgresql system 15 system
2232026-04-07T04:54:03.287Zpostgresql system 13 system
2242026-04-07T04:54:03.287Zpython vendor 3 vendor
2252026-04-07T04:54:03.287Zpython system 2 system
2262026-04-07T04:54:03.287Zpython3 system 3.11 system
2272026-04-07T04:54:03.287Zruby system 3.0 system
2282026-04-07T04:54:03.287Zwords vendor vendor american-english
2292026-04-07T04:54:03.287Zwords system system australian-english
2302026-04-07T04:54:03.287Zwords system system british-english
2312026-04-07T04:54:03.287Zwords system system canadian-english
2322026-04-07T04:54:03.287Zwords system system french
2332026-04-07T04:54:03.287Zwords system system italian
2342026-04-07T04:54:03.287Zwords system system ngerman
2352026-04-07T04:54:03.288Zwords system system ogerman
2362026-04-07T04:54:03.288Zwords system system spanish
2372026-04-07T04:54:03.515ZPUBLISHER TYPE STATUS P LOCATION
2382026-04-07T04:54:03.515Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392026-04-07T04:54:07.876ZFMRI IFO
2402026-04-07T04:54:07.876Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412026-04-07T04:54:07.876Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422026-04-07T04:54:07.876Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432026-04-07T04:54:07.876Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442026-04-07T04:54:07.876Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452026-04-07T04:54:07.876Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2462026-04-07T04:54:07.876Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472026-04-07T04:54:07.876Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2482026-04-07T04:54:07.876Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2492026-04-07T04:54:07.876Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502026-04-07T04:54:07.876Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2512026-04-07T04:54:07.876Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2522026-04-07T04:54:07.876Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532026-04-07T04:54:07.876Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2542026-04-07T04:54:07.876Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2552026-04-07T04:54:07.876Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562026-04-07T04:54:08.983Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572026-04-07T04:54:09.273Z Updating crates.io index
2582026-04-07T04:54:09.304Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592026-04-07T04:54:10.018Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-04-07T04:54:10.457Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2612026-04-07T04:54:10.998Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2622026-04-07T04:54:11.494Z Updating git repository `https://github.com/oxidecomputer/propolis`
2632026-04-07T04:54:12.905Z Updating git repository `https://github.com/oxidecomputer/crucible`
2642026-04-07T04:54:14.212Z Updating git repository `https://github.com/oxidecomputer/opte`
2652026-04-07T04:54:14.857Z Updating git repository `https://github.com/oxidecomputer/tofino`
2662026-04-07T04:54:15.376Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2672026-04-07T04:54:15.973Z Updating git repository `https://github.com/oxidecomputer/clickward`
2682026-04-07T04:54:16.549Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2692026-04-07T04:54:16.979Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-04-07T04:54:17.220Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2712026-04-07T04:54:18.331Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2722026-04-07T04:54:18.905Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2732026-04-07T04:54:19.286Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2742026-04-07T04:54:19.673Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2752026-04-07T04:54:20.112Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2762026-04-07T04:54:20.319Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2772026-04-07T04:54:20.542Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2782026-04-07T04:54:20.776Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2792026-04-07T04:54:21.378Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2802026-04-07T04:54:21.925Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2812026-04-07T04:54:22.350Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2822026-04-07T04:54:22.739Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2832026-04-07T04:54:23.176Z Updating git repository `https://github.com/oxidecomputer/ispf`
2842026-04-07T04:54:23.448Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-04-07T04:54:24.746Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2862026-04-07T04:54:25.084Z Updating git repository `https://github.com/oxidecomputer/crucible`
2872026-04-07T04:54:25.682Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2882026-04-07T04:54:26.039Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2892026-04-07T04:54:26.458Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2902026-04-07T04:54:26.793Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2912026-04-07T04:54:27.356Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2922026-04-07T04:54:27.591Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2932026-04-07T04:54:27.840Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2942026-04-07T04:54:28.198Z Updating git repository `https://github.com/illumos/smf-rs`
2952026-04-07T04:54:28.686Z Updating git repository `https://github.com/oxidecomputer/omicron`
2962026-04-07T04:54:41.197Z Downloading crates ...
2972026-04-07T04:54:41.258Z Downloaded potential_utf v0.1.4
2982026-04-07T04:54:41.261Z Downloaded colorchoice v1.0.4
2992026-04-07T04:54:41.261Z Downloaded anstyle v1.0.13
3002026-04-07T04:54:41.261Z Downloaded block-buffer v0.10.4
3012026-04-07T04:54:41.264Z Downloaded bitflags v2.11.0
3022026-04-07T04:54:41.268Z Downloaded dof v0.3.0
3032026-04-07T04:54:41.268Z Downloaded cargo-platform v0.2.0
3042026-04-07T04:54:41.268Z Downloaded anstream v0.6.21
3052026-04-07T04:54:41.272Z Downloaded scroll_derive v0.12.1
3062026-04-07T04:54:41.275Z Downloaded proc-macro-error-attr v1.0.4
3072026-04-07T04:54:41.279Z Downloaded erased-serde v0.4.9
3082026-04-07T04:54:41.281Z Downloaded camino-tempfile v1.4.1
3092026-04-07T04:54:41.281Z Downloaded zerofrom v0.1.6
3102026-04-07T04:54:41.284Z Downloaded usdt-macro v0.5.0
3112026-04-07T04:54:41.284Z Downloaded cargo-util-schemas v0.8.2
3122026-04-07T04:54:41.284Z Downloaded typeid v1.0.3
3132026-04-07T04:54:41.284Z Downloaded clap_derive v4.5.55
3142026-04-07T04:54:41.287Z Downloaded camino v1.2.2
3152026-04-07T04:54:41.287Z Downloaded byteorder v1.5.0
3162026-04-07T04:54:41.287Z Downloaded bytecount v0.6.9
3172026-04-07T04:54:41.290Z Downloaded tempfile v3.25.0
3182026-04-07T04:54:41.290Z Downloaded cargo_metadata v0.21.0
3192026-04-07T04:54:41.294Z Downloaded toml v0.8.23
3202026-04-07T04:54:41.298Z Downloaded hashbrown v0.16.1
3212026-04-07T04:54:41.301Z Downloaded sha2 v0.10.9
3222026-04-07T04:54:41.303Z Downloaded crypto-common v0.1.7
3232026-04-07T04:54:41.306Z Downloaded fnv v1.0.7
3242026-04-07T04:54:41.306Z Downloaded unicode-ident v1.0.24
3252026-04-07T04:54:41.309Z Downloaded form_urlencoded v1.2.2
3262026-04-07T04:54:41.309Z Downloaded pretty-hex v0.4.1
3272026-04-07T04:54:41.312Z Downloaded cargo_toml v0.21.0
3282026-04-07T04:54:41.316Z Downloaded equivalent v1.0.2
3292026-04-07T04:54:41.318Z Downloaded clap_lex v1.0.0
3302026-04-07T04:54:41.318Z Downloaded zerovec v0.11.5
3312026-04-07T04:54:41.321Z Downloaded heck v0.5.0
3322026-04-07T04:54:41.321Z Downloaded fastrand v2.3.0
3332026-04-07T04:54:41.321Z Downloaded idna_adapter v1.2.1
3342026-04-07T04:54:41.324Z Downloaded utf8parse v0.2.2
3352026-04-07T04:54:41.324Z Downloaded serde_spanned v0.6.9
3362026-04-07T04:54:41.327Z Downloaded unicode-width v0.2.0
3372026-04-07T04:54:41.333Z Downloaded itoa v1.0.17
3382026-04-07T04:54:41.335Z Downloaded writeable v0.6.2
3392026-04-07T04:54:41.335Z Downloaded stable_deref_trait v1.2.1
3402026-04-07T04:54:41.335Z Downloaded errno v0.3.14
3412026-04-07T04:54:41.338Z Downloaded winnow v0.7.14
3422026-04-07T04:54:41.341Z Downloaded toml_datetime v0.6.11
3432026-04-07T04:54:41.344Z Downloaded anstyle-query v1.1.5
3442026-04-07T04:54:41.344Z Downloaded terminal_size v0.4.3
3452026-04-07T04:54:41.344Z Downloaded version_check v0.9.5
3462026-04-07T04:54:41.344Z Downloaded usdt-attr-macro v0.5.0
3472026-04-07T04:54:41.347Z Downloaded unicode-xid v0.2.6
3482026-04-07T04:54:41.347Z Downloaded cfg-if v1.0.4
3492026-04-07T04:54:41.347Z Downloaded thread-id v4.2.2
3502026-04-07T04:54:41.347Z Downloaded textwrap v0.16.2
3512026-04-07T04:54:41.350Z Downloaded zmij v1.0.21
3522026-04-07T04:54:41.350Z Downloaded dtrace-parser v0.2.0
3532026-04-07T04:54:41.350Z Downloaded yoke-derive v0.8.1
3542026-04-07T04:54:41.350Z Downloaded generic-array v0.14.7
3552026-04-07T04:54:41.353Z Downloaded ordered-float v2.10.1
3562026-04-07T04:54:41.353Z Downloaded is_terminal_polyfill v1.70.2
3572026-04-07T04:54:41.355Z Downloaded toml_write v0.1.2
3582026-04-07T04:54:41.358Z Downloaded serde-value v0.7.0
3592026-04-07T04:54:41.358Z Downloaded cpufeatures v0.2.17
3602026-04-07T04:54:41.361Z Downloaded zerovec-derive v0.11.2
3612026-04-07T04:54:41.361Z Downloaded usdt v0.5.0
3622026-04-07T04:54:41.361Z Downloaded unicode-linebreak v0.1.5
3632026-04-07T04:54:41.361Z Downloaded usdt-impl v0.5.0
3642026-04-07T04:54:41.364Z Downloaded thiserror v1.0.69
3652026-04-07T04:54:41.367Z Downloaded utf8_iter v1.0.4
3662026-04-07T04:54:41.370Z Downloaded toml_edit v0.22.27
3672026-04-07T04:54:41.373Z Downloaded tabled_derive v0.7.0
3682026-04-07T04:54:41.373Z Downloaded zerofrom-derive v0.1.6
3692026-04-07T04:54:41.373Z Downloaded heck v0.4.1
3702026-04-07T04:54:41.373Z Downloaded tinystr v0.8.2
3712026-04-07T04:54:41.376Z Downloaded thiserror-impl v1.0.69
3722026-04-07T04:54:41.376Z Downloaded thiserror v2.0.18
3732026-04-07T04:54:41.379Z Downloaded ucd-trie v0.1.7
3742026-04-07T04:54:41.379Z Downloaded percent-encoding v2.3.2
3752026-04-07T04:54:41.381Z Downloaded typenum v1.19.0
3762026-04-07T04:54:41.381Z Downloaded zerocopy-derive v0.7.35
3772026-04-07T04:54:41.384Z Downloaded swrite v0.1.0
3782026-04-07T04:54:41.384Z Downloaded smawk v0.3.2
3792026-04-07T04:54:41.387Z Downloaded yoke v0.8.1
3802026-04-07T04:54:41.387Z Downloaded serde-untagged v0.1.9
3812026-04-07T04:54:41.387Z Downloaded plain v0.2.3
3822026-04-07T04:54:41.387Z Downloaded memmap v0.7.0
3832026-04-07T04:54:41.390Z Downloaded thiserror-impl v2.0.18
3842026-04-07T04:54:41.390Z Downloaded macaddr v1.0.1
3852026-04-07T04:54:41.393Z Downloaded semver v1.0.27
3862026-04-07T04:54:41.396Z Downloaded zerotrie v0.2.3
3872026-04-07T04:54:41.396Z Downloaded zerocopy v0.7.35
3882026-04-07T04:54:41.403Z Downloaded fs-err v3.3.0
3892026-04-07T04:54:41.406Z Downloaded url v2.5.8
3902026-04-07T04:54:41.409Z Downloaded anstyle-parse v0.2.7
3912026-04-07T04:54:41.409Z Downloaded digest v0.10.7
3922026-04-07T04:54:41.409Z Downloaded quote v1.0.44
3932026-04-07T04:54:41.412Z Downloaded unicode-width v0.1.14
3942026-04-07T04:54:41.418Z Downloaded proc-macro-error v1.0.4
3952026-04-07T04:54:41.421Z Downloaded strsim v0.11.1
3962026-04-07T04:54:41.424Z Downloaded scroll v0.12.0
3972026-04-07T04:54:41.424Z Downloaded synstructure v0.13.2
3982026-04-07T04:54:41.424Z Downloaded displaydoc v0.2.5
3992026-04-07T04:54:41.427Z Downloaded autocfg v1.5.0
4002026-04-07T04:54:41.430Z Downloaded memchr v2.8.0
4012026-04-07T04:54:41.433Z Downloaded serde_tokenstream v0.2.3
4022026-04-07T04:54:41.435Z Downloaded anyhow v1.0.102
4032026-04-07T04:54:41.435Z Downloaded smallvec v1.15.1
4042026-04-07T04:54:41.438Z Downloaded litemap v0.8.1
4052026-04-07T04:54:41.438Z Downloaded once_cell v1.21.3
4062026-04-07T04:54:41.442Z Downloaded pest_generator v2.8.6
4072026-04-07T04:54:41.445Z Downloaded icu_provider v2.1.1
4082026-04-07T04:54:41.459Z Downloaded clap v4.5.60
4092026-04-07T04:54:41.465Z Downloaded pest_derive v2.8.6
4102026-04-07T04:54:41.467Z Downloaded serde_core v1.0.228
4112026-04-07T04:54:41.470Z Downloaded proc-macro2 v1.0.106
4122026-04-07T04:54:41.473Z Downloaded getrandom v0.4.1
4132026-04-07T04:54:41.476Z Downloaded serde_derive v1.0.228
4142026-04-07T04:54:41.483Z Downloaded papergrid v0.11.0
4152026-04-07T04:54:41.486Z Downloaded num-traits v0.2.19
4162026-04-07T04:54:41.494Z Downloaded serde v1.0.228
4172026-04-07T04:54:41.497Z Downloaded icu_locale_core v2.1.1
4182026-04-07T04:54:41.500Z Downloaded indexmap v2.13.0
4192026-04-07T04:54:41.503Z Downloaded icu_properties v2.1.2
4202026-04-07T04:54:41.503Z Downloaded pest_meta v2.8.6
4212026-04-07T04:54:41.506Z Downloaded icu_normalizer v2.1.1
4222026-04-07T04:54:41.511Z Downloaded log v0.4.29
4232026-04-07T04:54:41.514Z Downloaded icu_normalizer_data v2.1.1
4242026-04-07T04:54:41.532Z Downloaded serde_json v1.0.149
4252026-04-07T04:54:41.536Z Downloaded icu_collections v2.1.1
4262026-04-07T04:54:41.541Z Downloaded pest v2.8.6
4272026-04-07T04:54:41.548Z Downloaded idna v1.1.0
4282026-04-07T04:54:41.551Z Downloaded icu_properties_data v2.1.2
4292026-04-07T04:54:41.562Z Downloaded clap_builder v4.5.60
4302026-04-07T04:54:41.576Z Downloaded goblin v0.8.2
4312026-04-07T04:54:41.584Z Downloaded tabled v0.15.0
4322026-04-07T04:54:41.597Z Downloaded syn v1.0.109
4332026-04-07T04:54:41.608Z Downloaded syn v2.0.117
4342026-04-07T04:54:41.618Z Downloaded rustix v1.1.3
4352026-04-07T04:54:41.646Z Downloaded libc v0.2.180
4362026-04-07T04:54:41.710Z Compiling proc-macro2 v1.0.106
4372026-04-07T04:54:41.710Z Compiling unicode-ident v1.0.24
4382026-04-07T04:54:41.710Z Compiling quote v1.0.44
4392026-04-07T04:54:41.713Z Compiling serde_core v1.0.228
4402026-04-07T04:54:41.713Z Compiling libc v0.2.180
4412026-04-07T04:54:41.713Z Compiling version_check v0.9.5
4422026-04-07T04:54:41.713Z Compiling stable_deref_trait v1.2.1
4432026-04-07T04:54:41.890Z Compiling serde v1.0.228
4442026-04-07T04:54:41.893Z Compiling memchr v2.8.0
4452026-04-07T04:54:41.894Z Compiling zmij v1.0.21
4462026-04-07T04:54:41.894Z Compiling ucd-trie v0.1.7
4472026-04-07T04:54:41.904Z Compiling autocfg v1.5.0
4482026-04-07T04:54:41.908Z Compiling itoa v1.0.17
4492026-04-07T04:54:41.908Z Compiling thiserror v1.0.69
4502026-04-07T04:54:41.908Z Compiling litemap v0.8.1
4512026-04-07T04:54:42.139Z Compiling writeable v0.6.2
4522026-04-07T04:54:42.172Z Compiling icu_normalizer_data v2.1.1
4532026-04-07T04:54:42.277Z Compiling rustix v1.1.3
4542026-04-07T04:54:42.344Z Compiling byteorder v1.5.0
4552026-04-07T04:54:42.365Z Compiling icu_properties_data v2.1.2
4562026-04-07T04:54:42.445Z Compiling pest v2.8.6
4572026-04-07T04:54:42.499Z Compiling bitflags v2.11.0
4582026-04-07T04:54:42.614Z Compiling serde_json v1.0.149
4592026-04-07T04:54:42.617Z Compiling num-traits v0.2.19
4602026-04-07T04:54:42.634Z Compiling equivalent v1.0.2
4612026-04-07T04:54:42.669Z Compiling typeid v1.0.3
4622026-04-07T04:54:42.686Z Compiling hashbrown v0.16.1
4632026-04-07T04:54:42.873Z Compiling errno v0.3.14
4642026-04-07T04:54:42.878Z Compiling smallvec v1.15.1
4652026-04-07T04:54:42.944Z Compiling thread-id v4.2.2
4662026-04-07T04:54:43.003Z Compiling usdt-impl v0.5.0
4672026-04-07T04:54:43.004Z Compiling proc-macro-error-attr v1.0.4
4682026-04-07T04:54:43.042Z Compiling winnow v0.7.14
4692026-04-07T04:54:43.046Z Compiling erased-serde v0.4.9
4702026-04-07T04:54:43.079Z Compiling syn v1.0.109
4712026-04-07T04:54:43.137Z Compiling toml_write v0.1.2
4722026-04-07T04:54:43.156Z Compiling proc-macro-error v1.0.4
4732026-04-07T04:54:43.156Z Compiling getrandom v0.4.1
4742026-04-07T04:54:43.358Z Compiling indexmap v2.13.0
4752026-04-07T04:54:43.394Z Compiling log v0.4.29
4762026-04-07T04:54:43.397Z Compiling camino v1.2.2
4772026-04-07T04:54:43.397Z Compiling percent-encoding v2.3.2
4782026-04-07T04:54:43.397Z Compiling utf8_iter v1.0.4
4792026-04-07T04:54:43.468Z Compiling plain v0.2.3
4802026-04-07T04:54:43.532Z Compiling syn v2.0.117
4812026-04-07T04:54:43.576Z Compiling utf8parse v0.2.2
4822026-04-07T04:54:43.604Z Compiling thiserror v2.0.18
4832026-04-07T04:54:43.624Z Compiling pest_meta v2.8.6
4842026-04-07T04:54:43.627Z Compiling form_urlencoded v1.2.2
4852026-04-07T04:54:43.702Z Compiling anstyle-parse v0.2.7
4862026-04-07T04:54:43.847Z Compiling ordered-float v2.10.1
4872026-04-07T04:54:43.887Z Compiling cfg-if v1.0.4
4882026-04-07T04:54:43.891Z Compiling colorchoice v1.0.4
4892026-04-07T04:54:43.927Z Compiling anstyle-query v1.1.5
4902026-04-07T04:54:43.947Z Compiling is_terminal_polyfill v1.70.2
4912026-04-07T04:54:43.986Z Compiling pretty-hex v0.4.1
4922026-04-07T04:54:44.038Z Compiling anstyle v1.0.13
4932026-04-07T04:54:44.076Z Compiling terminal_size v0.4.3
4942026-04-07T04:54:44.149Z Compiling fs-err v3.3.0
4952026-04-07T04:54:44.169Z Compiling heck v0.5.0
4962026-04-07T04:54:44.172Z Compiling anyhow v1.0.102
4972026-04-07T04:54:44.242Z Compiling anstream v0.6.21
4982026-04-07T04:54:44.261Z Compiling unicode-xid v0.2.6
4992026-04-07T04:54:44.264Z Compiling clap_lex v1.0.0
5002026-04-07T04:54:44.299Z Compiling heck v0.4.1
5012026-04-07T04:54:44.303Z Compiling bytecount v0.6.9
5022026-04-07T04:54:44.439Z Compiling semver v1.0.27
5032026-04-07T04:54:44.524Z Compiling fnv v1.0.7
5042026-04-07T04:54:44.546Z Compiling strsim v0.11.1
5052026-04-07T04:54:44.565Z Compiling once_cell v1.21.3
5062026-04-07T04:54:44.565Z Compiling unicode-width v0.1.14
5072026-04-07T04:54:44.603Z Compiling fastrand v2.3.0
5082026-04-07T04:54:44.662Z Compiling memmap v0.7.0
5092026-04-07T04:54:44.763Z Compiling clap_builder v4.5.60
5102026-04-07T04:54:44.822Z Compiling serde-untagged v0.1.9
5112026-04-07T04:54:44.864Z Compiling papergrid v0.11.0
5122026-04-07T04:54:44.887Z Compiling tempfile v3.25.0
5132026-04-07T04:54:44.910Z Compiling unicode-linebreak v0.1.5
5142026-04-07T04:54:44.910Z Compiling unicode-width v0.2.0
5152026-04-07T04:54:44.914Z Compiling smawk v0.3.2
5162026-04-07T04:54:45.132Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5172026-04-07T04:54:45.176Z Compiling camino-tempfile v1.4.1
5182026-04-07T04:54:45.225Z Compiling textwrap v0.16.2
5192026-04-07T04:54:45.249Z Compiling swrite v0.1.0
5202026-04-07T04:54:45.552Z Compiling tabled_derive v0.7.0
5212026-04-07T04:54:46.129Z Compiling synstructure v0.13.2
5222026-04-07T04:54:46.129Z Compiling pest_generator v2.8.6
5232026-04-07T04:54:46.210Z Compiling tabled v0.15.0
5242026-04-07T04:54:46.687Z Compiling serde_derive v1.0.228
5252026-04-07T04:54:46.687Z Compiling zerofrom-derive v0.1.6
5262026-04-07T04:54:46.691Z Compiling yoke-derive v0.8.1
5272026-04-07T04:54:46.691Z Compiling zerovec-derive v0.11.2
5282026-04-07T04:54:46.691Z Compiling displaydoc v0.2.5
5292026-04-07T04:54:46.691Z Compiling thiserror-impl v1.0.69
5302026-04-07T04:54:46.691Z Compiling zerocopy-derive v0.7.35
5312026-04-07T04:54:46.691Z Compiling scroll_derive v0.12.1
5322026-04-07T04:54:46.691Z Compiling thiserror-impl v2.0.18
5332026-04-07T04:54:46.691Z Compiling clap_derive v4.5.55
5342026-04-07T04:54:46.788Z Compiling pest_derive v2.8.6
5352026-04-07T04:54:47.398Z Compiling scroll v0.12.0
5362026-04-07T04:54:47.642Z Compiling zerocopy v0.7.35
5372026-04-07T04:54:47.658Z Compiling goblin v0.8.2
5382026-04-07T04:54:47.698Z Compiling zerofrom v0.1.6
5392026-04-07T04:54:47.809Z Compiling yoke v0.8.1
5402026-04-07T04:54:47.959Z Compiling dtrace-parser v0.2.0
5412026-04-07T04:54:48.014Z Compiling zerovec v0.11.5
5422026-04-07T04:54:48.014Z Compiling zerotrie v0.2.3
5432026-04-07T04:54:48.257Z Compiling clap v4.5.60
5442026-04-07T04:54:48.484Z Compiling tinystr v0.8.2
5452026-04-07T04:54:48.484Z Compiling potential_utf v0.1.4
5462026-04-07T04:54:48.616Z Compiling icu_collections v2.1.1
5472026-04-07T04:54:48.639Z Compiling icu_locale_core v2.1.1
5482026-04-07T04:54:49.177Z Compiling icu_provider v2.1.1
5492026-04-07T04:54:49.391Z Compiling icu_normalizer v2.1.1
5502026-04-07T04:54:49.391Z Compiling icu_properties v2.1.2
5512026-04-07T04:54:49.409Z Compiling toml_datetime v0.6.11
5522026-04-07T04:54:49.412Z Compiling serde_spanned v0.6.9
5532026-04-07T04:54:49.412Z Compiling dof v0.3.0
5542026-04-07T04:54:49.413Z Compiling serde_tokenstream v0.2.3
5552026-04-07T04:54:49.413Z Compiling serde-value v0.7.0
5562026-04-07T04:54:49.428Z Compiling cargo-platform v0.2.0
5572026-04-07T04:54:49.431Z Compiling macaddr v1.0.1
5582026-04-07T04:54:49.704Z Compiling toml_edit v0.22.27
5592026-04-07T04:54:50.197Z Compiling usdt-attr-macro v0.5.0
5602026-04-07T04:54:50.200Z Compiling usdt-macro v0.5.0
5612026-04-07T04:54:50.240Z Compiling idna_adapter v1.2.1
5622026-04-07T04:54:50.343Z Compiling idna v1.1.0
5632026-04-07T04:54:50.607Z Compiling url v2.5.8
5642026-04-07T04:54:50.780Z Compiling usdt v0.5.0
5652026-04-07T04:54:50.966Z Compiling toml v0.8.23
5662026-04-07T04:54:51.297Z Compiling cargo-util-schemas v0.8.2
5672026-04-07T04:54:51.297Z Compiling cargo_toml v0.21.0
5682026-04-07T04:54:52.111Z Compiling cargo_metadata v0.21.0
5692026-04-07T04:54:53.037Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5702026-04-07T04:54:55.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.35s
5712026-04-07T04:54:55.419Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5722026-04-07T04:54:55.967Z Downloading crates ...
5732026-04-07T04:54:56.077Z Downloaded bit-set v0.5.3
5742026-04-07T04:54:56.080Z Downloaded adler2 v2.0.1
5752026-04-07T04:54:56.083Z Downloaded base64ct v1.8.3
5762026-04-07T04:54:56.086Z Downloaded backon v1.6.0
5772026-04-07T04:54:56.091Z Downloaded crunchy v0.2.4
5782026-04-07T04:54:56.094Z Downloaded crossbeam-deque v0.8.6
5792026-04-07T04:54:56.095Z Downloaded csv-core v0.1.13
5802026-04-07T04:54:56.095Z Downloaded base16ct v0.2.0
5812026-04-07T04:54:56.098Z Downloaded cpufeatures v0.3.0
5822026-04-07T04:54:56.098Z Downloaded atomic-waker v1.1.2
5832026-04-07T04:54:56.100Z Downloaded darling_macro v0.23.0
5842026-04-07T04:54:56.101Z Downloaded dyn-clone v1.0.20
5852026-04-07T04:54:56.104Z Downloaded convert_case v0.10.0
5862026-04-07T04:54:56.106Z Downloaded dropshot-api-manager-types v0.6.0
5872026-04-07T04:54:56.107Z Downloaded async-recursion v1.1.1
5882026-04-07T04:54:56.110Z Downloaded drift v0.1.3
5892026-04-07T04:54:56.112Z Downloaded bb8 v0.8.6
5902026-04-07T04:54:56.112Z Downloaded array-init v0.0.4
5912026-04-07T04:54:56.115Z Downloaded aead v0.5.2
5922026-04-07T04:54:56.115Z Downloaded erased-serde v0.3.31
5932026-04-07T04:54:56.118Z Downloaded cipher v0.4.4
5942026-04-07T04:54:56.118Z Downloaded cexpr v0.6.0
5952026-04-07T04:54:56.118Z Downloaded crossbeam-channel v0.5.15
5962026-04-07T04:54:56.122Z Downloaded darling v0.20.11
5972026-04-07T04:54:56.125Z Downloaded dsl_auto_type v0.2.0
5982026-04-07T04:54:56.129Z Downloaded dirs-sys-next v0.1.2
5992026-04-07T04:54:56.129Z Downloaded downcast-rs v2.0.2
6002026-04-07T04:54:56.129Z Downloaded dof v0.4.0
6012026-04-07T04:54:56.132Z Downloaded diesel_table_macro_syntax v0.3.0
6022026-04-07T04:54:56.132Z Downloaded defmt-parser v1.0.0
6032026-04-07T04:54:56.132Z Downloaded curve25519-dalek-derive v0.1.1
6042026-04-07T04:54:56.133Z Downloaded foreign-types-shared v0.1.1
6052026-04-07T04:54:56.133Z Downloaded cargo_metadata v0.19.2
6062026-04-07T04:54:56.135Z Downloaded bitflags v1.3.2
6072026-04-07T04:54:56.136Z Downloaded bcrypt-pbkdf v0.10.0
6082026-04-07T04:54:56.138Z Downloaded async-stream-impl v0.3.6
6092026-04-07T04:54:56.138Z Downloaded bit-vec v0.6.3
6102026-04-07T04:54:56.139Z Downloaded crossterm v0.28.1
6112026-04-07T04:54:56.143Z Downloaded derive_builder_core v0.20.2
6122026-04-07T04:54:56.146Z Downloaded defmt v1.0.1
6132026-04-07T04:54:56.149Z Downloaded ctr v0.9.2
6142026-04-07T04:54:56.149Z Downloaded fixedbitset v0.4.2
6152026-04-07T04:54:56.149Z Downloaded arrayref v0.3.9
6162026-04-07T04:54:56.152Z Downloaded ciborium-ll v0.2.2
6172026-04-07T04:54:56.152Z Downloaded env_filter v1.0.0
6182026-04-07T04:54:56.155Z Downloaded dirs-next v2.0.0
6192026-04-07T04:54:56.155Z Downloaded clang-sys v1.8.1
6202026-04-07T04:54:56.155Z Downloaded atty v0.2.14
6212026-04-07T04:54:56.158Z Downloaded atomicwrites v0.4.4
6222026-04-07T04:54:56.158Z Downloaded float-ord v0.3.2
6232026-04-07T04:54:56.158Z Downloaded debug-ignore v1.0.5
6242026-04-07T04:54:56.161Z Downloaded bitfield-macros v0.19.4
6252026-04-07T04:54:56.161Z Downloaded crucible-workspace-hack v0.1.0
6262026-04-07T04:54:56.161Z Downloaded ascii-canvas v3.0.0
6272026-04-07T04:54:56.161Z Downloaded bit-set v0.8.0
6282026-04-07T04:54:56.164Z Downloaded blowfish v0.9.1
6292026-04-07T04:54:56.164Z Downloaded async-stream v0.3.6
6302026-04-07T04:54:56.164Z Downloaded enum-as-inner v0.6.1
6312026-04-07T04:54:56.167Z Downloaded defmt-macros v1.0.1
6322026-04-07T04:54:56.167Z Downloaded convert_case v0.4.0
6332026-04-07T04:54:56.170Z Downloaded fd-lock v4.0.4
6342026-04-07T04:54:56.170Z Downloaded assert_matches v1.5.0
6352026-04-07T04:54:56.170Z Downloaded cobs v0.3.0
6362026-04-07T04:54:56.173Z Downloaded crc-catalog v2.4.0
6372026-04-07T04:54:56.173Z Downloaded embedded-io v0.4.0
6382026-04-07T04:54:56.176Z Downloaded ciborium-io v0.2.2
6392026-04-07T04:54:56.176Z Downloaded colored v2.2.0
6402026-04-07T04:54:56.178Z Downloaded foreign-types-shared v0.3.1
6412026-04-07T04:54:56.178Z Downloaded difflib v0.4.0
6422026-04-07T04:54:56.181Z Downloaded endian-type v0.1.2
6432026-04-07T04:54:56.181Z Downloaded argon2 v0.5.3
6442026-04-07T04:54:56.181Z Downloaded dtrace-parser v0.3.0
6452026-04-07T04:54:56.181Z Downloaded bit-vec v0.8.0
6462026-04-07T04:54:56.184Z Downloaded defmt v0.3.100
6472026-04-07T04:54:56.184Z Downloaded foreign-types v0.5.0
6482026-04-07T04:54:56.190Z Downloaded display-error-chain v0.2.2
6492026-04-07T04:54:56.193Z Downloaded flagset v0.4.7
6502026-04-07T04:54:56.193Z Downloaded darling_macro v0.21.3
6512026-04-07T04:54:56.196Z Downloaded cfg_aliases v0.2.1
6522026-04-07T04:54:56.196Z Downloaded foreign-types v0.3.2
6532026-04-07T04:54:56.199Z Downloaded dunce v1.0.5
6542026-04-07T04:54:56.199Z Downloaded darling_macro v0.20.11
6552026-04-07T04:54:56.199Z Downloaded cstr-argument v0.1.2
6562026-04-07T04:54:56.202Z Downloaded data-encoding v2.10.0
6572026-04-07T04:54:56.202Z Downloaded crc8 v0.1.1
6582026-04-07T04:54:56.202Z Downloaded block-padding v0.3.3
6592026-04-07T04:54:56.205Z Downloaded cfg_aliases v0.1.1
6602026-04-07T04:54:56.205Z Downloaded darling_core v0.23.0
6612026-04-07T04:54:56.211Z Downloaded futures-core v0.3.32
6622026-04-07T04:54:56.211Z Downloaded foreign-types-macros v0.2.3
6632026-04-07T04:54:56.211Z Downloaded daft v0.1.5
6642026-04-07T04:54:56.212Z Downloaded funty v2.0.0
6652026-04-07T04:54:56.212Z Downloaded futures-io v0.3.32
6662026-04-07T04:54:56.212Z Downloaded find-msvc-tools v0.1.9
6672026-04-07T04:54:56.217Z Downloaded foldhash v0.1.5
6682026-04-07T04:54:56.217Z Downloaded bitfield-struct v0.6.2
6692026-04-07T04:54:56.217Z Downloaded fallible-iterator v0.2.0
6702026-04-07T04:54:56.217Z Downloaded ed25519 v2.2.3
6712026-04-07T04:54:56.217Z Downloaded ed25519-dalek v2.2.0
6722026-04-07T04:54:56.219Z Downloaded futures-task v0.3.32
6732026-04-07T04:54:56.220Z Downloaded castaway v0.2.4
6742026-04-07T04:54:56.222Z Downloaded float-cmp v0.10.0
6752026-04-07T04:54:56.222Z Downloaded bcs v0.1.6
6762026-04-07T04:54:56.222Z Downloaded ghash v0.5.1
6772026-04-07T04:54:56.225Z Downloaded hash32 v0.3.1
6782026-04-07T04:54:56.225Z Downloaded git-stub v1.0.0
6792026-04-07T04:54:56.225Z Downloaded fxhash v0.2.1
6802026-04-07T04:54:56.228Z Downloaded futures-sink v0.3.32
6812026-04-07T04:54:56.228Z Downloaded hex v0.4.3
6822026-04-07T04:54:56.228Z Downloaded cargo-platform v0.1.9
6832026-04-07T04:54:56.230Z Downloaded futures-macro v0.3.32
6842026-04-07T04:54:56.230Z Downloaded headers-core v0.3.0
6852026-04-07T04:54:56.233Z Downloaded backoff v0.4.0
6862026-04-07T04:54:56.233Z Downloaded http-body v1.0.1
6872026-04-07T04:54:56.233Z Downloaded ena v0.14.4
6882026-04-07T04:54:56.236Z Downloaded crc v3.4.0
6892026-04-07T04:54:56.236Z Downloaded derive_builder_macro v0.20.2
6902026-04-07T04:54:56.236Z Downloaded chacha20 v0.9.1
6912026-04-07T04:54:56.239Z Downloaded deranged v0.5.8
6922026-04-07T04:54:56.239Z Downloaded filetime v0.2.27
6932026-04-07T04:54:56.242Z Downloaded corncobs v0.1.4
6942026-04-07T04:54:56.242Z Downloaded arrayvec v0.7.6
6952026-04-07T04:54:56.244Z Downloaded critical-section v1.2.0
6962026-04-07T04:54:56.244Z Downloaded env_logger v0.11.9
6972026-04-07T04:54:56.247Z Downloaded daft-derive v0.1.5
6982026-04-07T04:54:56.253Z Downloaded ff v0.13.1
6992026-04-07T04:54:56.255Z Downloaded hash32 v0.2.1
7002026-04-07T04:54:56.258Z Downloaded hex-literal v0.4.1
7012026-04-07T04:54:56.258Z Downloaded globwalk v0.9.1
7022026-04-07T04:54:56.260Z Downloaded home v0.5.12
7032026-04-07T04:54:56.263Z Downloaded http-range v0.1.5
7042026-04-07T04:54:56.263Z Downloaded hubpack_derive v0.1.1
7052026-04-07T04:54:56.263Z Downloaded hostname v0.4.2
7062026-04-07T04:54:56.266Z Downloaded hostname v0.3.1
7072026-04-07T04:54:56.266Z Downloaded des v0.8.1
7082026-04-07T04:54:56.266Z Downloaded foldhash v0.2.0
7092026-04-07T04:54:56.269Z Downloaded embedded-io v0.6.1
7102026-04-07T04:54:56.269Z Downloaded ecdsa v0.16.9
7112026-04-07T04:54:56.269Z Downloaded derive-ex v0.1.8
7122026-04-07T04:54:56.272Z Downloaded flate2 v1.1.9
7132026-04-07T04:54:56.275Z Downloaded cbc v0.1.2
7142026-04-07T04:54:56.277Z Downloaded either v1.15.0
7152026-04-07T04:54:56.280Z Downloaded globset v0.4.18
7162026-04-07T04:54:56.280Z Downloaded async-trait v0.1.89
7172026-04-07T04:54:56.283Z Downloaded glob v0.3.3
7182026-04-07T04:54:56.290Z Downloaded camino-tempfile-ext v0.3.3
7192026-04-07T04:54:56.293Z Downloaded indoc v1.0.9
7202026-04-07T04:54:56.296Z Downloaded indent_write v2.2.0
7212026-04-07T04:54:56.296Z Downloaded buf-list v1.1.2
7222026-04-07T04:54:56.299Z Downloaded instant v0.1.13
7232026-04-07T04:54:56.299Z Downloaded hyper-tls v0.6.0
7242026-04-07T04:54:56.299Z Downloaded is-terminal v0.4.17
7252026-04-07T04:54:56.302Z Downloaded inout v0.1.4
7262026-04-07T04:54:56.302Z Downloaded hubpack v0.1.2
7272026-04-07T04:54:56.305Z Downloaded httpdate v1.0.3
7282026-04-07T04:54:56.305Z Downloaded fs-err v2.11.0
7292026-04-07T04:54:56.305Z Downloaded derive_more v2.1.1
7302026-04-07T04:54:56.311Z Downloaded ident_case v1.0.1
7312026-04-07T04:54:56.313Z Downloaded crossbeam-utils v0.8.21
7322026-04-07T04:54:56.314Z Downloaded diff v0.1.13
7332026-04-07T04:54:56.316Z Downloaded fixedbitset v0.5.7
7342026-04-07T04:54:56.319Z Downloaded darling v0.23.0
7352026-04-07T04:54:56.322Z Downloaded chacha20 v0.10.0
7362026-04-07T04:54:56.322Z Downloaded bitfield v0.19.4
7372026-04-07T04:54:56.324Z Downloaded internet-checksum v0.2.1
7382026-04-07T04:54:56.325Z Downloaded ahash v0.8.12
7392026-04-07T04:54:56.325Z Downloaded futures-channel v0.3.32
7402026-04-07T04:54:56.327Z Downloaded futures-executor v0.3.32
7412026-04-07T04:54:56.327Z Downloaded http-body-util v0.1.3
7422026-04-07T04:54:56.330Z Downloaded instability v0.3.11
7432026-04-07T04:54:56.330Z Downloaded is_ci v1.2.0
7442026-04-07T04:54:56.330Z Downloaded gethostname v0.5.0
7452026-04-07T04:54:56.333Z Downloaded cmake v0.1.57
7462026-04-07T04:54:56.333Z Downloaded crc32fast v1.5.0
7472026-04-07T04:54:56.333Z Downloaded console v0.16.2
7482026-04-07T04:54:56.336Z Downloaded derive_more v0.99.20
7492026-04-07T04:54:56.339Z Downloaded match_cfg v0.1.0
7502026-04-07T04:54:56.339Z Downloaded linked-hash-map v0.5.6
7512026-04-07T04:54:56.339Z Downloaded keccak v0.1.6
7522026-04-07T04:54:56.342Z Downloaded group v0.13.0
7532026-04-07T04:54:56.342Z Downloaded lzss v0.8.2
7542026-04-07T04:54:56.345Z Downloaded git-stub-vcs v0.1.0
7552026-04-07T04:54:56.345Z Downloaded memoffset v0.9.1
7562026-04-07T04:54:56.345Z Downloaded derive_builder v0.20.2
7572026-04-07T04:54:56.351Z Downloaded md-5 v0.10.6
7582026-04-07T04:54:56.351Z Downloaded getrandom v0.2.17
7592026-04-07T04:54:56.351Z Downloaded lru-slab v0.1.2
7602026-04-07T04:54:56.351Z Downloaded libscf-sys v1.1.0
7612026-04-07T04:54:56.355Z Downloaded kstat-rs v0.2.4
7622026-04-07T04:54:56.355Z Downloaded impl-trait-for-tuples v0.2.3
7632026-04-07T04:54:56.355Z Downloaded maplit v1.0.2
7642026-04-07T04:54:56.358Z Downloaded ingot v0.1.1
7652026-04-07T04:54:56.358Z Downloaded lru v0.12.5
7662026-04-07T04:54:56.358Z Downloaded lazy_static v1.5.0
7672026-04-07T04:54:56.361Z Downloaded ingot-types v0.1.2
7682026-04-07T04:54:56.361Z Downloaded maybe-uninit v2.0.0
7692026-04-07T04:54:56.361Z Downloaded der_derive v0.7.3
7702026-04-07T04:54:56.364Z Downloaded highway v1.3.0
7712026-04-07T04:54:56.364Z Downloaded mime v0.3.17
7722026-04-07T04:54:56.367Z Downloaded async-bb8-diesel v0.2.1
7732026-04-07T04:54:56.367Z Downloaded const-oid v0.9.6
7742026-04-07T04:54:56.367Z Downloaded new_debug_unreachable v1.0.6
7752026-04-07T04:54:56.369Z Downloaded console v0.15.11
7762026-04-07T04:54:56.369Z Downloaded colored v3.1.1
7772026-04-07T04:54:56.372Z Downloaded document-features v0.2.12
7782026-04-07T04:54:56.372Z Downloaded diesel-dtrace v0.5.0
7792026-04-07T04:54:56.375Z Downloaded ipnetwork v0.21.1
7802026-04-07T04:54:56.375Z Downloaded ipnet v2.11.0
7812026-04-07T04:54:56.378Z Downloaded half v1.8.3
7822026-04-07T04:54:56.378Z Downloaded cookie v0.18.1
7832026-04-07T04:54:56.381Z Downloaded cookie_store v0.22.1
7842026-04-07T04:54:56.381Z Downloaded cassowary v0.3.0
7852026-04-07T04:54:56.384Z Downloaded bzip2 v0.6.1
7862026-04-07T04:54:56.384Z Downloaded byte-wrapper v0.1.0
7872026-04-07T04:54:56.384Z Downloaded cancel-safe-futures v0.1.5
7882026-04-07T04:54:56.387Z Downloaded dropshot_endpoint v0.16.7
7892026-04-07T04:54:56.390Z Downloaded md5 v0.7.0
7902026-04-07T04:54:56.390Z Downloaded newtype_derive v0.1.6
7912026-04-07T04:54:56.390Z Downloaded managed v0.8.0
7922026-04-07T04:54:56.393Z Downloaded newtype-uuid-macros v0.1.0
7932026-04-07T04:54:56.393Z Downloaded newline-converter v0.3.0
7942026-04-07T04:54:56.393Z Downloaded crossbeam-epoch v0.9.18
7952026-04-07T04:54:56.397Z Downloaded multimap v0.10.1
7962026-04-07T04:54:56.397Z Downloaded jobserver v0.1.34
7972026-04-07T04:54:56.397Z Downloaded hyper-staticfile v0.10.1
7982026-04-07T04:54:56.399Z Downloaded linear-map v1.2.0
7992026-04-07T04:54:56.399Z Downloaded indoc v2.0.7
8002026-04-07T04:54:56.402Z Downloaded humantime v2.3.0
8012026-04-07T04:54:56.402Z Downloaded nibble_vec v0.1.0
8022026-04-07T04:54:56.405Z Downloaded nodrop v0.1.14
8032026-04-07T04:54:56.405Z Downloaded libloading v0.8.9
8042026-04-07T04:54:56.405Z Downloaded blake2 v0.10.6
8052026-04-07T04:54:56.407Z Downloaded libefi-sys v0.1.0
8062026-04-07T04:54:56.410Z Downloaded num v0.4.3
8072026-04-07T04:54:56.410Z Downloaded fs_extra v1.3.0
8082026-04-07T04:54:56.410Z Downloaded const_format_proc_macros v0.2.34
8092026-04-07T04:54:56.413Z Downloaded num-derive v0.4.2
8102026-04-07T04:54:56.413Z Downloaded ar_archive_writer v0.5.1
8112026-04-07T04:54:56.416Z Downloaded normalize-line-endings v0.3.0
8122026-04-07T04:54:56.416Z Downloaded derive-where v1.6.0
8132026-04-07T04:54:56.418Z Downloaded lock_api v0.4.14
8142026-04-07T04:54:56.421Z Downloaded iana-time-zone v0.1.65
8152026-04-07T04:54:56.421Z Downloaded half v2.7.1
8162026-04-07T04:54:56.423Z Downloaded lalrpop-util v0.19.12
8172026-04-07T04:54:56.423Z Downloaded mime_guess v2.0.5
8182026-04-07T04:54:56.426Z Downloaded darling v0.21.3
8192026-04-07T04:54:56.429Z Downloaded num-iter v0.1.45
8202026-04-07T04:54:56.429Z Downloaded lru-cache v0.1.2
8212026-04-07T04:54:56.431Z Downloaded num_threads v0.1.7
8222026-04-07T04:54:56.431Z Downloaded libsw-core v0.3.2
8232026-04-07T04:54:56.434Z Downloaded num-derive v0.3.3
8242026-04-07T04:54:56.434Z Downloaded openssl-probe v0.2.1
8252026-04-07T04:54:56.434Z Downloaded num-conv v0.2.0
8262026-04-07T04:54:56.434Z Downloaded libsw v3.5.0
8272026-04-07T04:54:56.437Z Downloaded packed_struct_codegen v0.10.1
8282026-04-07T04:54:56.437Z Downloaded newtype-uuid v1.3.2
8292026-04-07T04:54:56.440Z Downloaded nanorand v0.7.0
8302026-04-07T04:54:56.440Z Downloaded base64 v0.22.1
8312026-04-07T04:54:56.443Z Downloaded hmac v0.12.1
8322026-04-07T04:54:56.443Z Downloaded elliptic-curve v0.13.8
8332026-04-07T04:54:56.445Z Downloaded flume v0.11.1
8342026-04-07T04:54:56.448Z Downloaded darling_core v0.21.3
8352026-04-07T04:54:56.451Z Downloaded opaque-debug v0.3.1
8362026-04-07T04:54:56.454Z Downloaded ingot-macros v0.1.1
8372026-04-07T04:54:56.454Z Downloaded httparse v1.10.1
8382026-04-07T04:54:56.457Z Downloaded ciborium v0.2.2
8392026-04-07T04:54:56.457Z Downloaded bzip2 v0.4.4
8402026-04-07T04:54:56.459Z Downloaded parse-display v0.10.0
8412026-04-07T04:54:56.459Z Downloaded parse-size v1.1.0
8422026-04-07T04:54:56.459Z Downloaded oso-derive v0.27.3
8432026-04-07T04:54:56.460Z Downloaded openssl-macros v0.1.1
8442026-04-07T04:54:56.462Z Downloaded crc-any v2.5.0
8452026-04-07T04:54:56.462Z Downloaded allocator-api2 v0.2.21
8462026-04-07T04:54:56.465Z Downloaded darling_core v0.20.11
8472026-04-07T04:54:56.468Z Downloaded nonempty v0.12.0
8482026-04-07T04:54:56.468Z Downloaded der v0.7.10
8492026-04-07T04:54:56.471Z Downloaded aes-gcm v0.10.3
8502026-04-07T04:54:56.473Z Downloaded pbkdf2 v0.12.2
8512026-04-07T04:54:56.473Z Downloaded pbkdf2 v0.11.0
8522026-04-07T04:54:56.476Z Downloaded path-slash v0.1.5
8532026-04-07T04:54:56.476Z Downloaded arc-swap v1.8.2
8542026-04-07T04:54:56.479Z Downloaded nu-ansi-term v0.50.3
8552026-04-07T04:54:56.482Z Downloaded phf_shared v0.13.1
8562026-04-07T04:54:56.482Z Downloaded heapless v0.7.17
8572026-04-07T04:54:56.485Z Downloaded num-complex v0.4.6
8582026-04-07T04:54:56.485Z Downloaded hyper-rustls v0.27.7
8592026-04-07T04:54:56.488Z Downloaded base64 v0.21.7
8602026-04-07T04:54:56.504Z Downloaded phf_shared v0.12.1
8612026-04-07T04:54:56.507Z Downloaded phf_shared v0.11.3
8622026-04-07T04:54:56.507Z Downloaded peg-runtime v0.8.5
8632026-04-07T04:54:56.507Z Downloaded olpc-cjson v0.1.4
8642026-04-07T04:54:56.507Z Downloaded native-tls v0.2.18
8652026-04-07T04:54:56.510Z Downloaded getrandom v0.3.4
8662026-04-07T04:54:56.513Z Downloaded futures v0.3.32
8672026-04-07T04:54:56.516Z Downloaded powerfmt v0.2.0
8682026-04-07T04:54:56.516Z Downloaded oxide-tokio-rt v0.1.3
8692026-04-07T04:54:56.519Z Downloaded num_enum_derive v0.5.11
8702026-04-07T04:54:56.519Z Downloaded compact_str v0.8.1
8712026-04-07T04:54:56.522Z Downloaded crypto-bigint v0.5.5
8722026-04-07T04:54:56.525Z Downloaded predicates-tree v1.0.13
8732026-04-07T04:54:56.525Z Downloaded pin-utils v0.1.0
8742026-04-07T04:54:56.525Z Downloaded num-integer v0.1.46
8752026-04-07T04:54:56.528Z Downloaded parse-display-derive v0.10.0
8762026-04-07T04:54:56.528Z Downloaded predicates-core v1.0.10
8772026-04-07T04:54:56.528Z Downloaded owo-colors v4.3.0
8782026-04-07T04:54:56.531Z Downloaded num_enum_derive v0.7.5
8792026-04-07T04:54:56.531Z Downloaded openssl-probe v0.1.6
8802026-04-07T04:54:56.531Z Downloaded proc-macro-crate v1.3.1
8812026-04-07T04:54:56.534Z Downloaded num_enum v0.5.11
8822026-04-07T04:54:56.537Z Downloaded multer v3.1.0
8832026-04-07T04:54:56.537Z Downloaded constant_time_eq v0.4.2
8842026-04-07T04:54:56.540Z Downloaded chacha20poly1305 v0.10.1
8852026-04-07T04:54:56.543Z Downloaded password-hash v0.4.2
8862026-04-07T04:54:56.546Z Downloaded num_enum v0.7.5
8872026-04-07T04:54:56.549Z Downloaded progenitor-client v0.10.0
8882026-04-07T04:54:56.552Z Downloaded precomputed-hash v0.1.1
8892026-04-07T04:54:56.552Z Downloaded progenitor-macro v0.11.2
8902026-04-07T04:54:56.552Z Downloaded packed_struct v0.10.1
8912026-04-07T04:54:56.555Z Downloaded psl-types v2.0.11
8922026-04-07T04:54:56.555Z Downloaded oxnet v0.1.4
8932026-04-07T04:54:56.555Z Downloaded pem-rfc7468 v0.7.0
8942026-04-07T04:54:56.558Z Downloaded fatfs v0.3.6
8952026-04-07T04:54:56.560Z Downloaded proc-macro-error-attr2 v2.0.0
8962026-04-07T04:54:56.561Z Downloaded headers v0.4.1
8972026-04-07T04:54:56.563Z Downloaded indicatif v0.18.4
8982026-04-07T04:54:56.566Z Downloaded indexmap v1.9.3
8992026-04-07T04:54:56.569Z Downloaded phf v0.13.1
9002026-04-07T04:54:56.569Z Downloaded ignore v0.4.25
9012026-04-07T04:54:56.569Z Downloaded proc-macro-crate v3.4.0
9022026-04-07T04:54:56.572Z Downloaded memmap2 v0.9.10
9032026-04-07T04:54:56.572Z Downloaded radium v0.7.0
9042026-04-07T04:54:56.572Z Downloaded quick-error v1.2.3
9052026-04-07T04:54:56.575Z Downloaded progenitor-macro v0.10.0
9062026-04-07T04:54:56.575Z Downloaded pin-project-internal v1.1.11
9072026-04-07T04:54:56.578Z Downloaded progenitor-macro v0.13.0
9082026-04-07T04:54:56.578Z Downloaded progenitor-client v0.11.2
9092026-04-07T04:54:56.578Z Downloaded polyval v0.6.2
9102026-04-07T04:54:56.580Z Downloaded dropshot-api-manager v0.6.0
9112026-04-07T04:54:56.583Z Downloaded derive_more-impl v2.1.1
9122026-04-07T04:54:56.586Z Downloaded rand_xorshift v0.4.0
9132026-04-07T04:54:56.586Z Downloaded pin-project-lite v0.2.17
9142026-04-07T04:54:56.589Z Downloaded recursive-proc-macro-impl v0.1.1
9152026-04-07T04:54:56.591Z Downloaded rand_chacha v0.3.1
9162026-04-07T04:54:56.591Z Downloaded phf v0.12.1
9172026-04-07T04:54:56.591Z Downloaded heapless v0.8.0
9182026-04-07T04:54:56.594Z Downloaded recursive v0.1.1
9192026-04-07T04:54:56.597Z Downloaded expectorate v1.2.0
9202026-04-07T04:54:56.597Z Downloaded pem v3.0.6
9212026-04-07T04:54:56.597Z Downloaded paste v1.0.15
9222026-04-07T04:54:56.600Z Downloaded progenitor-extras v0.1.1
9232026-04-07T04:54:56.600Z Downloaded progenitor v0.13.0
9242026-04-07T04:54:56.603Z Downloaded progenitor v0.11.2
9252026-04-07T04:54:56.603Z Downloaded proc-macro-error2 v2.0.1
9262026-04-07T04:54:56.606Z Downloaded num-rational v0.4.2
9272026-04-07T04:54:56.606Z Downloaded pkg-config v0.3.32
9282026-04-07T04:54:56.609Z Downloaded poly1305 v0.8.0
9292026-04-07T04:54:56.611Z Downloaded ref-cast v1.0.25
9302026-04-07T04:54:56.611Z Downloaded ppv-lite86 v0.2.21
9312026-04-07T04:54:56.614Z Downloaded libbz2-rs-sys v0.2.2
9322026-04-07T04:54:56.614Z Downloaded postgres-protocol v0.6.10
9332026-04-07T04:54:56.617Z Downloaded rfc6979 v0.4.0
9342026-04-07T04:54:56.617Z Downloaded peg v0.8.5
9352026-04-07T04:54:56.620Z Downloaded const_format v0.2.35
9362026-04-07T04:54:56.623Z Downloaded pkcs8 v0.10.2
9372026-04-07T04:54:56.623Z Downloaded parking_lot_core v0.9.12
9382026-04-07T04:54:56.626Z Downloaded bumpalo v3.20.2
9392026-04-07T04:54:56.628Z Downloaded litrs v1.0.0
9402026-04-07T04:54:56.634Z Downloaded russh-cryptovec v0.7.3
9412026-04-07T04:54:56.634Z Downloaded rtoolbox v0.0.3
9422026-04-07T04:54:56.637Z Downloaded rustc_version v0.1.7
9432026-04-07T04:54:56.639Z Downloaded parking_lot v0.11.2
9442026-04-07T04:54:56.641Z Downloaded rand_core v0.10.0
9452026-04-07T04:54:56.641Z Downloaded psm v0.1.30
9462026-04-07T04:54:56.644Z Downloaded rand_chacha v0.9.0
9472026-04-07T04:54:56.646Z Downloaded parking_lot v0.12.5
9482026-04-07T04:54:56.646Z Downloaded postcard v1.1.3
9492026-04-07T04:54:56.649Z Downloaded rustc-hash v2.1.1
9502026-04-07T04:54:56.649Z Downloaded p256 v0.13.2
9512026-04-07T04:54:56.651Z Downloaded rand_seeder v0.4.0
9522026-04-07T04:54:56.651Z Downloaded diesel_derives v2.3.7
9532026-04-07T04:54:56.655Z Downloaded progenitor v0.10.0
9542026-04-07T04:54:56.658Z Downloaded password-hash v0.5.0
9552026-04-07T04:54:56.658Z Downloaded bytes v1.11.1
9562026-04-07T04:54:56.661Z Downloaded progenitor-client v0.13.0
9572026-04-07T04:54:56.663Z Downloaded salsa20 v0.10.2
9582026-04-07T04:54:56.663Z Downloaded rand_core v0.9.5
9592026-04-07T04:54:56.674Z Downloaded peg-macros v0.8.5
9602026-04-07T04:54:56.677Z Downloaded rand_core v0.6.4
9612026-04-07T04:54:56.680Z Downloaded same-file v1.0.6
9622026-04-07T04:54:56.682Z Downloaded scheduled-thread-pool v0.2.7
9632026-04-07T04:54:56.682Z Downloaded sapling-renderdag v0.1.0
9642026-04-07T04:54:56.685Z Downloaded r2d2 v0.8.10
9652026-04-07T04:54:56.685Z Downloaded hashbrown v0.13.2
9662026-04-07T04:54:56.688Z Downloaded hickory-resolver v0.25.2
9672026-04-07T04:54:56.691Z Downloaded hickory-resolver v0.24.4
9682026-04-07T04:54:56.693Z Downloaded pkcs1 v0.7.5
9692026-04-07T04:54:56.696Z Downloaded postgres-types v0.2.12
9702026-04-07T04:54:56.698Z Downloaded rustc_version v0.4.1
9712026-04-07T04:54:56.701Z Downloaded predicates v3.1.4
9722026-04-07T04:54:56.704Z Downloaded scroll_derive v0.13.1
9732026-04-07T04:54:56.706Z Downloaded http v1.4.0
9742026-04-07T04:54:56.714Z Downloaded cc v1.2.56
9752026-04-07T04:54:56.716Z Downloaded secrecy v0.8.0
9762026-04-07T04:54:56.720Z Downloaded serde_repr v0.1.20
9772026-04-07T04:54:56.720Z Downloaded scopeguard v1.2.0
9782026-04-07T04:54:56.723Z Downloaded serde-big-array v0.5.1
9792026-04-07T04:54:56.723Z Downloaded secrecy v0.10.3
9802026-04-07T04:54:56.723Z Downloaded ref-cast-impl v1.0.25
9812026-04-07T04:54:56.723Z Downloaded primeorder v0.13.6
9822026-04-07T04:54:56.725Z Downloaded serde_plain v1.0.2
9832026-04-07T04:54:56.726Z Downloaded rustls-native-certs v0.8.3
9842026-04-07T04:54:56.728Z Downloaded omicron-zone-package v0.12.2
9852026-04-07T04:54:56.731Z Downloaded papergrid v0.17.0
9862026-04-07T04:54:56.733Z Downloaded prefix-trie v0.7.0
9872026-04-07T04:54:56.735Z Downloaded parking_lot_core v0.8.6
9882026-04-07T04:54:56.735Z Downloaded semver v0.1.20
9892026-04-07T04:54:56.735Z Downloaded oso v0.27.3
9902026-04-07T04:54:56.738Z Downloaded signal-hook-tokio v0.3.1
9912026-04-07T04:54:56.738Z Downloaded serde_urlencoded v0.7.1
9922026-04-07T04:54:56.741Z Downloaded signature v2.2.0
9932026-04-07T04:54:56.741Z Downloaded serde_spanned v1.0.4
9942026-04-07T04:54:56.741Z Downloaded rustls-pemfile v2.2.0
9952026-04-07T04:54:56.744Z Downloaded resolv-conf v0.7.6
9962026-04-07T04:54:56.746Z Downloaded rusty-fork v0.3.1
9972026-04-07T04:54:56.746Z Downloaded rustversion v1.0.22
9982026-04-07T04:54:56.749Z Downloaded progenitor-impl v0.10.0
9992026-04-07T04:54:56.749Z Downloaded miniz_oxide v0.8.9
10002026-04-07T04:54:56.752Z Downloaded siphasher v1.0.2
10012026-04-07T04:54:56.755Z Downloaded slog-bunyan v2.5.0
10022026-04-07T04:54:56.760Z Downloaded hashbrown v0.12.3
10032026-04-07T04:54:56.763Z Downloaded shell-words v1.1.1
10042026-04-07T04:54:56.766Z Downloaded sha1 v0.10.6
10052026-04-07T04:54:56.769Z Downloaded hyper-util v0.1.20
10062026-04-07T04:54:56.772Z Downloaded sigpipe v0.1.3
10072026-04-07T04:54:56.775Z Downloaded scrypt v0.11.0
10082026-04-07T04:54:56.778Z Downloaded rustls-pemfile v1.0.4
10092026-04-07T04:54:56.778Z Downloaded quinn-udp v0.5.14
10102026-04-07T04:54:56.781Z Downloaded crossterm v0.29.0
10112026-04-07T04:54:56.789Z Downloaded sqlparser_derive v0.5.0
10122026-04-07T04:54:56.792Z Downloaded jiff-static v0.2.21
10132026-04-07T04:54:56.792Z Downloaded serde_bytes v0.11.19
10142026-04-07T04:54:56.795Z Downloaded sec1 v0.7.3
10152026-04-07T04:54:56.795Z Downloaded serde_derive_internals v0.29.1
10162026-04-07T04:54:56.798Z Downloaded prettyplease v0.2.37
10172026-04-07T04:54:56.798Z Downloaded scroll v0.13.0
10182026-04-07T04:54:56.801Z Downloaded schemars_derive v0.8.22
10192026-04-07T04:54:56.805Z Downloaded ssh-cipher v0.2.0
10202026-04-07T04:54:56.808Z Downloaded strip-ansi-escapes v0.2.1
10212026-04-07T04:54:56.808Z Downloaded hickory-server v0.25.2
10222026-04-07T04:54:56.811Z Downloaded sct v0.7.1
10232026-04-07T04:54:56.813Z Downloaded signal-hook-registry v1.4.8
10242026-04-07T04:54:56.817Z Downloaded seq-macro v0.3.6
10252026-04-07T04:54:56.821Z Downloaded slog-scope v4.4.1
10262026-04-07T04:54:56.824Z Downloaded slab v0.4.12
10272026-04-07T04:54:56.824Z Downloaded strum v0.27.2
10282026-04-07T04:54:56.824Z Downloaded subtle v2.6.1
10292026-04-07T04:54:56.826Z Downloaded strum v0.26.3
10302026-04-07T04:54:56.826Z Downloaded slog-envlogger v2.2.0
10312026-04-07T04:54:56.826Z Downloaded structmeta-derive v0.3.0
10322026-04-07T04:54:56.829Z Downloaded num-bigint v0.4.6
10332026-04-07T04:54:56.832Z Downloaded openssl-sys v0.9.111
10342026-04-07T04:54:56.835Z Downloaded pin-project v1.1.11
10352026-04-07T04:54:56.839Z Downloaded ssh-encoding v0.2.0
10362026-04-07T04:54:56.842Z Downloaded smallvec v0.6.14
10372026-04-07T04:54:56.842Z Downloaded slog-term v2.9.2
10382026-04-07T04:54:56.845Z Downloaded supports-color v3.0.2
10392026-04-07T04:54:56.845Z Downloaded serde_path_to_error v0.1.20
10402026-04-07T04:54:56.848Z Downloaded serde-hex v0.1.0
10412026-04-07T04:54:56.848Z Downloaded ron v0.8.1
10422026-04-07T04:54:56.851Z Downloaded tap v1.0.1
10432026-04-07T04:54:56.851Z Downloaded take_mut v0.2.2
10442026-04-07T04:54:56.854Z Downloaded tabled_derive v0.11.0
10452026-04-07T04:54:56.854Z Downloaded progenitor-impl v0.11.2
10462026-04-07T04:54:56.854Z Downloaded mio v1.1.1
10472026-04-07T04:54:56.857Z Downloaded snafu-derive v0.8.9
10482026-04-07T04:54:56.860Z Downloaded rustls-pki-types v1.14.0
10492026-04-07T04:54:56.860Z Downloaded signal-hook-mio v0.2.5
10502026-04-07T04:54:56.863Z Downloaded shlex v1.3.0
10512026-04-07T04:54:56.863Z Downloaded russh-keys v0.45.0
10522026-04-07T04:54:56.866Z Downloaded termtree v0.5.1
10532026-04-07T04:54:56.866Z Downloaded thread-id v5.1.0
10542026-04-07T04:54:56.866Z Downloaded serde_cbor v0.11.2
10552026-04-07T04:54:56.869Z Downloaded rcgen v0.12.1
10562026-04-07T04:54:56.869Z Downloaded sync_wrapper v1.0.2
10572026-04-07T04:54:56.872Z Downloaded pretty_assertions v1.4.1
10582026-04-07T04:54:56.872Z Downloaded tabwriter v1.4.1
10592026-04-07T04:54:56.876Z Downloaded slog-stdlog v4.1.1
10602026-04-07T04:54:56.876Z Downloaded simd-adler32 v0.3.8
10612026-04-07T04:54:56.876Z Downloaded serde_with_macros v3.17.0
10622026-04-07T04:54:56.876Z Downloaded rayon-core v1.13.0
10632026-04-07T04:54:56.880Z Downloaded time-core v0.1.8
10642026-04-07T04:54:56.880Z Downloaded thiserror-impl-no-std v2.0.2
10652026-04-07T04:54:56.880Z Downloaded sync-ptr v0.1.4
10662026-04-07T04:54:56.883Z Downloaded structmeta v0.3.0
10672026-04-07T04:54:56.883Z Downloaded hashbrown v0.15.5
10682026-04-07T04:54:56.886Z Downloaded slog-async v2.8.0
10692026-04-07T04:54:56.889Z Downloaded testing_table v0.3.0
10702026-04-07T04:54:56.892Z Downloaded slog-dtrace v0.3.0
10712026-04-07T04:54:56.892Z Downloaded slog-json v2.6.1
10722026-04-07T04:54:56.894Z Downloaded pkcs5 v0.7.1
10732026-04-07T04:54:56.897Z Downloaded ryu v1.0.23
10742026-04-07T04:54:56.901Z Downloaded smf v0.2.3
10752026-04-07T04:54:56.904Z Downloaded qorb v0.4.1
10762026-04-07T04:54:56.909Z Downloaded tagptr v0.2.0
10772026-04-07T04:54:56.911Z Downloaded support-bundle-viewer v0.1.2
10782026-04-07T04:54:56.924Z Downloaded minimal-lexical v0.2.1
10792026-04-07T04:54:56.927Z Downloaded topological-sort v0.2.2
10802026-04-07T04:54:56.931Z Downloaded thiserror-no-std v2.0.2
10812026-04-07T04:54:56.933Z Downloaded tinyvec_macros v0.1.1
10822026-04-07T04:54:56.936Z Downloaded string_cache v0.8.9
10832026-04-07T04:54:56.936Z Downloaded static_assertions v1.1.0
10842026-04-07T04:54:56.936Z Downloaded stacker v0.1.23
10852026-04-07T04:54:56.939Z Downloaded spki v0.7.3
10862026-04-07T04:54:56.939Z Downloaded publicsuffix v2.3.0
10872026-04-07T04:54:56.943Z Downloaded progenitor-impl v0.13.0
10882026-04-07T04:54:56.946Z Downloaded tower-service v0.3.3
10892026-04-07T04:54:56.946Z Downloaded tower-layer v0.3.3
10902026-04-07T04:54:56.950Z Downloaded rustls-platform-verifier v0.6.2
10912026-04-07T04:54:56.952Z Downloaded sqlformat v0.3.5
10922026-04-07T04:54:56.955Z Downloaded iri-string v0.7.10
10932026-04-07T04:54:56.958Z Downloaded strum_macros v0.26.4
10942026-04-07T04:54:56.961Z Downloaded tiny-keccak v2.0.2
10952026-04-07T04:54:56.961Z Downloaded strum_macros v0.27.2
10962026-04-07T04:54:56.964Z Downloaded tls_codec v0.4.2
10972026-04-07T04:54:56.964Z Downloaded strum_macros v0.24.3
10982026-04-07T04:54:56.967Z Downloaded tls_codec_derive v0.4.2
10992026-04-07T04:54:56.970Z Downloaded itertools v0.10.5
11002026-04-07T04:54:56.973Z Downloaded tokio-macros v2.6.0
11012026-04-07T04:54:56.976Z Downloaded futures-util v0.3.32
11022026-04-07T04:54:56.986Z Downloaded trait-variant v0.1.2
11032026-04-07T04:54:56.989Z Downloaded schemars v0.9.0
11042026-04-07T04:54:56.994Z Downloaded untrusted v0.9.0
11052026-04-07T04:54:56.997Z Downloaded termios v0.3.3
11062026-04-07T04:54:56.997Z Downloaded unit-prefix v0.5.2
11072026-04-07T04:54:57.000Z Downloaded usdt v0.6.0
11082026-04-07T04:54:57.000Z Downloaded aho-corasick v1.1.4
11092026-04-07T04:54:57.003Z Downloaded unarray v0.1.4
11102026-04-07T04:54:57.003Z Downloaded typify-macro v0.4.3
11112026-04-07T04:54:57.003Z Downloaded tokio-dtrace v0.1.1
11122026-04-07T04:54:57.006Z Downloaded term v0.7.0
11132026-04-07T04:54:57.008Z Downloaded tokio-tungstenite v0.23.1
11142026-04-07T04:54:57.011Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11152026-04-07T04:54:57.014Z Downloaded typify-macro v0.6.1
11162026-04-07T04:54:57.014Z Downloaded usdt-attr-macro v0.6.0
11172026-04-07T04:54:57.014Z Downloaded thread_local v1.1.9
11182026-04-07T04:54:57.017Z Downloaded utf-8 v0.7.6
11192026-04-07T04:54:57.017Z Downloaded usdt-macro v0.6.0
11202026-04-07T04:54:57.017Z Downloaded spin v0.9.8
11212026-04-07T04:54:57.020Z Downloaded rand v0.10.0
11222026-04-07T04:54:57.025Z Downloaded untrusted v0.7.1
11232026-04-07T04:54:57.028Z Downloaded unicode-truncate v1.1.0
11242026-04-07T04:54:57.028Z Downloaded try-lock v0.2.5
11252026-04-07T04:54:57.028Z Downloaded toml_writer v1.0.6+spec-1.1.0
11262026-04-07T04:54:57.032Z Downloaded hyper v1.8.1
11272026-04-07T04:54:57.036Z Downloaded tokio-tungstenite v0.21.0
11282026-04-07T04:54:57.039Z Downloaded tokio-rustls v0.25.0
11292026-04-07T04:54:57.039Z Downloaded tokio-native-tls v0.3.1
11302026-04-07T04:54:57.042Z Downloaded tui-tree-widget v0.23.1
11312026-04-07T04:54:57.042Z Downloaded stringprep v0.1.5
11322026-04-07T04:54:57.042Z Downloaded serde_yaml v0.9.34+deprecated
11332026-04-07T04:54:57.044Z Downloaded rustls-webpki v0.103.9
11342026-04-07T04:54:57.047Z Downloaded slog v2.8.2
11352026-04-07T04:54:57.050Z Downloaded waitgroup v0.1.2
11362026-04-07T04:54:57.050Z Downloaded wait-timeout v0.2.1
11372026-04-07T04:54:57.050Z Downloaded similar v2.7.0
11382026-04-07T04:54:57.053Z Downloaded void v1.0.2
11392026-04-07T04:54:57.053Z Downloaded signal-hook v0.3.18
11402026-04-07T04:54:57.056Z Downloaded unicase v2.9.0
11412026-04-07T04:54:57.056Z Downloaded rand v0.8.5
11422026-04-07T04:54:57.059Z Downloaded tokio-rustls v0.24.1
11432026-04-07T04:54:57.061Z Downloaded nom v7.1.3
11442026-04-07T04:54:57.064Z Downloaded libxml v0.3.3
11452026-04-07T04:54:57.067Z Downloaded itertools v0.14.0
11462026-04-07T04:54:57.070Z Downloaded tokio-rustls v0.26.4
11472026-04-07T04:54:57.072Z Downloaded snafu v0.8.9
11482026-04-07T04:54:57.075Z Downloaded aes v0.8.4
11492026-04-07T04:54:57.078Z Downloaded want v0.3.1
11502026-04-07T04:54:57.078Z Downloaded usdt-impl v0.6.0
11512026-04-07T04:54:57.082Z Downloaded test-strategy v0.4.5
11522026-04-07T04:54:57.085Z Downloaded toml_parser v1.0.9+spec-1.1.0
11532026-04-07T04:54:57.088Z Downloaded term v1.2.1
11542026-04-07T04:54:57.090Z Downloaded xattr v1.6.1
11552026-04-07T04:54:57.091Z Downloaded blake3 v1.8.3
11562026-04-07T04:54:57.097Z Downloaded socket2 v0.5.10
11572026-04-07T04:54:57.101Z Downloaded universal-hash v0.5.1
11582026-04-07T04:54:57.104Z Downloaded time-macros v0.2.27
11592026-04-07T04:54:57.104Z Downloaded vergen-git2 v1.0.7
11602026-04-07T04:54:57.107Z Downloaded xshell-macros v0.2.7
11612026-04-07T04:54:57.110Z Downloaded zone_cfg_derive v0.3.1
11622026-04-07T04:54:57.113Z Downloaded libm v0.2.16
11632026-04-07T04:54:57.118Z Downloaded vergen-lib v0.1.6
11642026-04-07T04:54:57.121Z Downloaded zeroize_derive v1.4.3
11652026-04-07T04:54:57.121Z Downloaded vergen-gitcl v1.0.8
11662026-04-07T04:54:57.123Z Downloaded iddqd v0.3.17
11672026-04-07T04:54:57.126Z Downloaded uzers v0.12.2
11682026-04-07T04:54:57.129Z Downloaded rsa v0.9.10
11692026-04-07T04:54:57.132Z Downloaded zone v0.3.1
11702026-04-07T04:54:57.132Z Downloaded rand v0.9.2
11712026-04-07T04:54:57.135Z Downloaded quinn v0.11.9
11722026-04-07T04:54:57.143Z Downloaded russh v0.45.0
11732026-04-07T04:54:57.146Z Downloaded itertools v0.12.1
11742026-04-07T04:54:57.150Z Downloaded tokio-stream v0.1.18
11752026-04-07T04:54:57.153Z Downloaded num-bigint-dig v0.8.6
11762026-04-07T04:54:57.156Z Downloaded itertools v0.13.0
11772026-04-07T04:54:57.159Z Downloaded walkdir v2.5.0
11782026-04-07T04:54:57.162Z Downloaded tar v0.4.45
11792026-04-07T04:54:57.162Z Downloaded tracing-attributes v0.1.31
11802026-04-07T04:54:57.165Z Downloaded schemars v1.2.1
11812026-04-07T04:54:57.173Z Downloaded samael v0.0.19
11822026-04-07T04:54:57.176Z Downloaded toml v0.9.12+spec-1.1.0
11832026-04-07T04:54:57.179Z Downloaded xshell v0.2.7
11842026-04-07T04:54:57.182Z Downloaded zeroize v1.8.2
11852026-04-07T04:54:57.182Z Downloaded wyz v0.5.1
11862026-04-07T04:54:57.182Z Downloaded whoami v2.1.0
11872026-04-07T04:54:57.185Z Downloaded zstd v0.13.3
11882026-04-07T04:54:57.185Z Downloaded tinyvec v1.10.0
11892026-04-07T04:54:57.188Z Downloaded steno v0.4.1
11902026-04-07T04:54:57.191Z Downloaded socket2 v0.6.2
11912026-04-07T04:54:57.194Z Downloaded vsss-rs v3.3.4
11922026-04-07T04:54:57.194Z Downloaded typify v0.6.1
11932026-04-07T04:54:57.196Z Downloaded typify v0.4.3
11942026-04-07T04:54:57.199Z Downloaded unicode-bidi v0.3.18
11952026-04-07T04:54:57.199Z Downloaded twox-hash v2.1.2
11962026-04-07T04:54:57.202Z Downloaded subprocess v0.2.15
11972026-04-07T04:54:57.205Z Downloaded rpassword v7.4.0
11982026-04-07T04:54:57.205Z Downloaded zstd-safe v7.2.4
11992026-04-07T04:54:57.208Z Downloaded toml v0.7.8
12002026-04-07T04:54:57.208Z Downloaded unicode-properties v0.1.4
12012026-04-07T04:54:57.218Z Downloaded toml_edit v0.23.10+spec-1.0.0
12022026-04-07T04:54:57.221Z Downloaded zerocopy v0.6.6
12032026-04-07T04:54:57.224Z Downloaded vergen v9.0.6
12042026-04-07T04:54:57.224Z Downloaded tungstenite v0.23.0
12052026-04-07T04:54:57.227Z Downloaded schemars v0.8.22
12062026-04-07T04:54:57.233Z Downloaded whoami v1.6.1
12072026-04-07T04:54:57.236Z Downloaded tracing-core v0.1.36
12082026-04-07T04:54:57.236Z Downloaded aws-lc-rs v1.16.0
12092026-04-07T04:54:57.243Z Downloaded p521 v0.13.3
12102026-04-07T04:54:57.245Z Downloaded vte v0.14.1
12112026-04-07T04:54:57.248Z Downloaded tungstenite v0.21.0
12122026-04-07T04:54:57.251Z Downloaded yasna v0.5.2
12132026-04-07T04:54:57.257Z Downloaded tokio-postgres v0.7.16
12142026-04-07T04:54:57.260Z Downloaded uuid v1.21.0
12152026-04-07T04:54:57.263Z Downloaded h2 v0.4.13
12162026-04-07T04:54:57.266Z Downloaded hkdf v0.12.4
12172026-04-07T04:54:57.271Z Downloaded chrono v0.4.44
12182026-04-07T04:54:57.280Z Downloaded reedline v0.40.0
12192026-04-07T04:54:57.289Z Downloaded unsafe-libyaml v0.2.11
12202026-04-07T04:54:57.292Z Downloaded rustyline v14.0.0
12212026-04-07T04:54:57.318Z Downloaded portable-atomic v1.13.1
12222026-04-07T04:54:57.325Z Downloaded yansi v1.0.1
12232026-04-07T04:54:57.334Z Downloaded ssh-key v0.6.7
12242026-04-07T04:54:57.338Z Downloaded zip v0.6.6
12252026-04-07T04:54:57.344Z Downloaded typed-path v0.9.3
12262026-04-07T04:54:57.368Z Downloaded bitvec v1.0.1
12272026-04-07T04:54:57.377Z Downloaded unicode_categories v0.1.1
12282026-04-07T04:54:57.380Z Downloaded reqwest v0.13.2
12292026-04-07T04:54:57.383Z Downloaded zopfli v0.8.3
12302026-04-07T04:54:57.386Z Downloaded regex v1.12.3
12312026-04-07T04:54:57.389Z Downloaded reqwest v0.12.28
12322026-04-07T04:54:57.391Z Downloaded moka v0.12.13
12332026-04-07T04:54:57.395Z Downloaded rayon v1.11.0
12342026-04-07T04:54:57.400Z Downloaded p384 v0.13.1
12352026-04-07T04:54:57.403Z Downloaded bindgen v0.71.1
12362026-04-07T04:54:57.413Z Downloaded tower v0.5.3
12372026-04-07T04:54:57.418Z Downloaded zerocopy-derive v0.8.40
12382026-04-07T04:54:57.423Z Downloaded unicode-segmentation v1.12.0
12392026-04-07T04:54:57.426Z Downloaded lalrpop v0.19.12
12402026-04-07T04:54:57.432Z Downloaded quick-xml v0.37.5
12412026-04-07T04:54:57.438Z Downloaded serde_with v3.17.0
12422026-04-07T04:54:57.446Z Downloaded x509-cert v0.2.5
12432026-04-07T04:54:57.450Z Downloaded tough v0.20.0
12442026-04-07T04:54:57.455Z Downloaded toml_edit v0.19.15
12452026-04-07T04:54:57.464Z Downloaded proptest v1.10.0
12462026-04-07T04:54:57.469Z Downloaded zip v4.6.1
12472026-04-07T04:54:57.472Z Downloaded unicode-normalization v0.1.25
12482026-04-07T04:54:57.475Z Downloaded tower-http v0.6.8
12492026-04-07T04:54:57.478Z Downloaded tokio-util v0.7.18
12502026-04-07T04:54:57.483Z Downloaded nix v0.27.1
12512026-04-07T04:54:57.489Z Downloaded curve25519-dalek v4.1.3
12522026-04-07T04:54:57.494Z Downloaded rustls-webpki v0.101.7
12532026-04-07T04:54:57.502Z Downloaded rustls-webpki v0.102.8
12542026-04-07T04:54:57.513Z Downloaded goblin v0.10.5
12552026-04-07T04:54:57.517Z Downloaded salty v0.3.0
12562026-04-07T04:54:57.521Z Downloaded winnow v0.6.26
12572026-04-07T04:54:57.526Z Downloaded petname v2.0.2
12582026-04-07T04:54:57.529Z Downloaded git2 v0.20.4
12592026-04-07T04:54:57.534Z Downloaded object v0.30.4
12602026-04-07T04:54:57.543Z Downloaded radix_trie v0.2.1
12612026-04-07T04:54:57.546Z Downloaded winnow v0.5.40
12622026-04-07T04:54:57.551Z Downloaded quinn-proto v0.11.13
12632026-04-07T04:54:57.558Z Downloaded nix v0.29.0
12642026-04-07T04:54:57.576Z Downloaded regex-syntax v0.6.29
12652026-04-07T04:54:57.584Z Downloaded dropshot v0.16.7
12662026-04-07T04:54:57.599Z Downloaded rustls v0.21.12
12672026-04-07T04:54:57.614Z Downloaded tabled v0.20.0
12682026-04-07T04:54:57.624Z Downloaded time v0.3.47
12692026-04-07T04:54:57.632Z Downloaded smoltcp v0.9.1
12702026-04-07T04:54:57.638Z Downloaded vcpkg v0.2.15
12712026-04-07T04:54:57.660Z Downloaded zlib-rs v0.6.2
12722026-04-07T04:54:57.663Z Downloaded object v0.37.3
12732026-04-07T04:54:57.670Z Downloaded webpki-roots v1.0.6
12742026-04-07T04:54:57.673Z Downloaded rustls v0.22.4
12752026-04-07T04:54:57.679Z Downloaded nix v0.31.1
12762026-04-07T04:54:57.686Z Downloaded bstr v1.12.1
12772026-04-07T04:54:57.691Z Downloaded smoltcp v0.11.0
12782026-04-07T04:54:57.698Z Downloaded regress v0.10.5
12792026-04-07T04:54:57.703Z Downloaded openapiv3 v2.2.0
12802026-04-07T04:54:57.710Z Downloaded rustls v0.23.37
12812026-04-07T04:54:57.717Z Downloaded rustix v0.38.44
12822026-04-07T04:54:57.729Z Downloaded regex-syntax v0.8.10
12832026-04-07T04:54:57.734Z Downloaded hickory-proto v0.25.2
12842026-04-07T04:54:57.744Z Downloaded zerocopy v0.8.40
12852026-04-07T04:54:57.749Z Downloaded diesel v2.3.7
12862026-04-07T04:54:57.761Z Downloaded hickory-proto v0.24.4
12872026-04-07T04:54:57.770Z Downloaded nix v0.28.0
12882026-04-07T04:54:57.776Z Downloaded openssl v0.10.75
12892026-04-07T04:54:57.781Z Downloaded typify-impl v0.6.1
12902026-04-07T04:54:57.790Z Downloaded tracing v0.1.44
12912026-04-07T04:54:57.802Z Downloaded ratatui v0.29.0
12922026-04-07T04:54:57.814Z Downloaded zerocopy-derive v0.6.6
12932026-04-07T04:54:57.820Z Downloaded sqlparser v0.61.0
12942026-04-07T04:54:57.825Z Downloaded bzip2-sys v0.1.13+1.0.8
12952026-04-07T04:54:57.832Z Downloaded polar-core v0.27.3
12962026-04-07T04:54:57.839Z Downloaded sled v0.34.7
12972026-04-07T04:54:57.854Z Downloaded chrono-tz v0.10.4
12982026-04-07T04:54:57.865Z Downloaded typify-impl v0.4.3
12992026-04-07T04:54:57.939Z Downloaded regex-automata v0.4.14
13002026-04-07T04:54:57.954Z Downloaded petgraph v0.6.5
13012026-04-07T04:54:57.987Z Downloaded jiff v0.2.21
13022026-04-07T04:54:58.016Z Downloaded petgraph v0.8.3
13032026-04-07T04:54:58.027Z Downloaded csv v1.4.0
13042026-04-07T04:54:58.057Z Downloaded libz-sys v1.1.24
13052026-04-07T04:54:58.069Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13062026-04-07T04:54:58.079Z Downloaded sha3 v0.10.8
13072026-04-07T04:54:58.085Z Downloaded tokio v1.49.0
13082026-04-07T04:54:58.152Z Downloaded encoding_rs v0.8.35
13092026-04-07T04:54:58.181Z Downloaded ring v0.17.14
13102026-04-07T04:54:58.212Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-04-07T04:54:58.568Z Downloaded aws-lc-sys v0.37.1
13122026-04-07T04:54:58.810Z Compiling libc v0.2.180
13132026-04-07T04:54:58.810Z Compiling serde v1.0.228
13142026-04-07T04:54:58.813Z Compiling log v0.4.29
13152026-04-07T04:54:58.814Z Compiling find-msvc-tools v0.1.9
13162026-04-07T04:54:58.814Z Compiling shlex v1.3.0
13172026-04-07T04:54:58.814Z Compiling smallvec v1.15.1
13182026-04-07T04:54:58.814Z Compiling typenum v1.19.0
13192026-04-07T04:54:58.814Z Compiling subtle v2.6.1
13202026-04-07T04:54:59.023Z Compiling generic-array v0.14.7
13212026-04-07T04:54:59.026Z Compiling scopeguard v1.2.0
13222026-04-07T04:54:59.053Z Compiling const-oid v0.9.6
13232026-04-07T04:54:59.097Z Compiling portable-atomic v1.13.1
13242026-04-07T04:54:59.113Z Compiling syn v2.0.117
13252026-04-07T04:54:59.116Z Compiling zerocopy v0.8.40
13262026-04-07T04:54:59.116Z Compiling critical-section v1.2.0
13272026-04-07T04:54:59.127Z Compiling serde_json v1.0.149
13282026-04-07T04:54:59.175Z Compiling lock_api v0.4.14
13292026-04-07T04:54:59.200Z Compiling parking_lot_core v0.9.12
13302026-04-07T04:54:59.218Z Compiling pin-project-lite v0.2.17
13312026-04-07T04:54:59.234Z Compiling pkg-config v0.3.32
13322026-04-07T04:54:59.269Z Compiling bitflags v2.11.0
13332026-04-07T04:54:59.286Z Compiling libm v0.2.16
13342026-04-07T04:54:59.301Z Compiling num-traits v0.2.19
13352026-04-07T04:54:59.347Z Compiling futures-core v0.3.32
13362026-04-07T04:54:59.382Z Compiling percent-encoding v2.3.2
13372026-04-07T04:54:59.448Z Compiling allocator-api2 v0.2.21
13382026-04-07T04:54:59.451Z Compiling futures-sink v0.3.32
13392026-04-07T04:54:59.524Z Compiling foldhash v0.2.0
13402026-04-07T04:54:59.539Z Compiling cpufeatures v0.2.17
13412026-04-07T04:54:59.571Z Compiling futures-channel v0.3.32
13422026-04-07T04:54:59.603Z Compiling futures-io v0.3.32
13432026-04-07T04:54:59.617Z Compiling slab v0.4.12
13442026-04-07T04:54:59.633Z Compiling futures-task v0.3.32
13452026-04-07T04:54:59.675Z Compiling getrandom v0.4.1
13462026-04-07T04:54:59.745Z Compiling rand_core v0.10.0
13472026-04-07T04:54:59.770Z Compiling hashbrown v0.16.1
13482026-04-07T04:54:59.787Z Compiling getrandom v0.3.4
13492026-04-07T04:54:59.805Z Compiling rustversion v1.0.22
13502026-04-07T04:54:59.822Z Compiling form_urlencoded v1.2.2
13512026-04-07T04:54:59.836Z Compiling ident_case v1.0.1
13522026-04-07T04:54:59.852Z Compiling base64ct v1.8.3
13532026-04-07T04:54:59.866Z Compiling fs_extra v1.3.0
13542026-04-07T04:54:59.880Z Compiling dunce v1.0.5
13552026-04-07T04:54:59.938Z Compiling getrandom v0.2.17
13562026-04-07T04:54:59.987Z Compiling jobserver v0.1.34
13572026-04-07T04:55:00.004Z Compiling errno v0.3.14
13582026-04-07T04:55:00.038Z Compiling mio v1.1.1
13592026-04-07T04:55:00.056Z Compiling socket2 v0.6.2
13602026-04-07T04:55:00.092Z Compiling rand_core v0.6.4
13612026-04-07T04:55:00.161Z Compiling once_cell v1.21.3
13622026-04-07T04:55:00.177Z Compiling signal-hook-registry v1.4.8
13632026-04-07T04:55:00.208Z Compiling cc v1.2.56
13642026-04-07T04:55:00.239Z Compiling parking_lot v0.12.5
13652026-04-07T04:55:00.338Z Compiling indexmap v2.13.0
13662026-04-07T04:55:00.403Z Compiling pem-rfc7468 v0.7.0
13672026-04-07T04:55:00.406Z Compiling flagset v0.4.7
13682026-04-07T04:55:00.406Z Compiling iana-time-zone v0.1.65
13692026-04-07T04:55:00.449Z Compiling rustix v1.1.3
13702026-04-07T04:55:00.465Z Compiling uuid v1.21.0
13712026-04-07T04:55:00.481Z Compiling rustc_version v0.4.1
13722026-04-07T04:55:00.542Z Compiling vcpkg v0.2.15
13732026-04-07T04:55:00.592Z Compiling regex-syntax v0.8.10
13742026-04-07T04:55:00.654Z Compiling aws-lc-rs v1.16.0
13752026-04-07T04:55:00.679Z Compiling tracing-core v0.1.36
13762026-04-07T04:55:00.694Z Compiling base64 v0.22.1
13772026-04-07T04:55:00.760Z Compiling openssl-probe v0.2.1
13782026-04-07T04:55:00.855Z Compiling rand_core v0.9.5
13792026-04-07T04:55:00.873Z Compiling untrusted v0.9.0
13802026-04-07T04:55:00.909Z Compiling untrusted v0.7.1
13812026-04-07T04:55:00.926Z Compiling schemars v0.8.22
13822026-04-07T04:55:00.974Z Compiling cmake v0.1.57
13832026-04-07T04:55:00.990Z Compiling httparse v1.10.1
13842026-04-07T04:55:01.033Z Compiling atomic-waker v1.1.2
13852026-04-07T04:55:01.050Z Compiling tower-layer v0.3.3
13862026-04-07T04:55:01.067Z Compiling tower-service v0.3.3
13872026-04-07T04:55:01.071Z Compiling rustls v0.23.37
13882026-04-07T04:55:01.167Z Compiling dyn-clone v1.0.20
13892026-04-07T04:55:01.199Z Compiling try-lock v0.2.5
13902026-04-07T04:55:01.202Z Compiling tinyvec_macros v0.1.1
13912026-04-07T04:55:01.202Z Compiling spin v0.9.8
13922026-04-07T04:55:01.244Z Compiling aho-corasick v1.1.4
13932026-04-07T04:55:01.248Z Compiling openssl v0.10.75
13942026-04-07T04:55:01.248Z Compiling crc32fast v1.5.0
13952026-04-07T04:55:01.293Z Compiling want v0.3.1
13962026-04-07T04:55:01.296Z Compiling tinyvec v1.10.0
13972026-04-07T04:55:01.326Z Compiling time-core v0.1.8
13982026-04-07T04:55:01.330Z Compiling foreign-types-shared v0.1.1
13992026-04-07T04:55:01.343Z Compiling httpdate v1.0.3
14002026-04-07T04:55:01.357Z Compiling num-conv v0.2.0
14012026-04-07T04:55:01.406Z Compiling pin-utils v0.1.0
14022026-04-07T04:55:01.433Z Compiling powerfmt v0.2.0
14032026-04-07T04:55:01.466Z Compiling foreign-types v0.3.2
14042026-04-07T04:55:01.494Z Compiling wait-timeout v0.2.1
14052026-04-07T04:55:01.511Z Compiling simd-adler32 v0.3.8
14062026-04-07T04:55:01.529Z Compiling num_threads v0.1.7
14072026-04-07T04:55:01.547Z Compiling time-macros v0.2.27
14082026-04-07T04:55:01.547Z Compiling usdt-impl v0.6.0
14092026-04-07T04:55:01.563Z Compiling siphasher v1.0.2
14102026-04-07T04:55:01.608Z Compiling deranged v0.5.8
14112026-04-07T04:55:01.646Z Compiling quick-error v1.2.3
14122026-04-07T04:55:01.663Z Compiling native-tls v0.2.18
14132026-04-07T04:55:01.666Z Compiling bit-vec v0.8.0
14142026-04-07T04:55:01.666Z Compiling crossbeam-utils v0.8.21
14152026-04-07T04:55:01.782Z Compiling syn v1.0.109
14162026-04-07T04:55:01.800Z Compiling unicode-normalization v0.1.25
14172026-04-07T04:55:01.849Z Compiling aws-lc-sys v0.37.1
14182026-04-07T04:55:01.849Z Compiling ring v0.17.14
14192026-04-07T04:55:01.852Z Compiling openssl-sys v0.9.111
14202026-04-07T04:55:01.896Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14212026-04-07T04:55:01.919Z Compiling synstructure v0.13.2
14222026-04-07T04:55:01.936Z Compiling serde_derive_internals v0.29.1
14232026-04-07T04:55:02.009Z Compiling pest_generator v2.8.6
14242026-04-07T04:55:02.025Z Compiling darling_core v0.20.11
14252026-04-07T04:55:02.123Z Compiling regex-automata v0.4.14
14262026-04-07T04:55:02.347Z Compiling tempfile v3.25.0
14272026-04-07T04:55:02.459Z Compiling darling_core v0.21.3
14282026-04-07T04:55:02.573Z Compiling rusty-fork v0.3.1
14292026-04-07T04:55:02.635Z Compiling bit-set v0.8.0
14302026-04-07T04:55:02.681Z Compiling time v0.3.47
14312026-04-07T04:55:02.751Z Compiling bzip2-sys v0.1.13+1.0.8
14322026-04-07T04:55:02.754Z Compiling rand_xorshift v0.4.0
14332026-04-07T04:55:02.817Z Compiling slog v2.8.2
14342026-04-07T04:55:02.879Z Compiling heapless v0.7.17
14352026-04-07T04:55:02.940Z Compiling thread-id v5.1.0
14362026-04-07T04:55:03.010Z Compiling sync_wrapper v1.0.2
14372026-04-07T04:55:03.049Z Compiling cookie v0.18.1
14382026-04-07T04:55:03.065Z Compiling unarray v0.1.4
14392026-04-07T04:55:03.065Z Compiling adler2 v2.0.1
14402026-04-07T04:55:03.068Z Compiling signal-hook v0.3.18
14412026-04-07T04:55:03.131Z Compiling unicode-properties v0.1.4
14422026-04-07T04:55:03.148Z Compiling zstd-safe v7.2.4
14432026-04-07T04:55:03.148Z Compiling anyhow v1.0.102
14442026-04-07T04:55:03.200Z Compiling paste v1.0.15
14452026-04-07T04:55:03.203Z Compiling unicode-bidi v0.3.18
14462026-04-07T04:55:03.308Z Compiling miniz_oxide v0.8.9
14472026-04-07T04:55:03.395Z Compiling num-integer v0.1.46
14482026-04-07T04:55:03.577Z Compiling stringprep v0.1.5
14492026-04-07T04:55:03.726Z Compiling serde_derive v1.0.228
14502026-04-07T04:55:03.752Z Compiling zeroize_derive v1.4.3
14512026-04-07T04:55:03.770Z Compiling zerofrom-derive v0.1.6
14522026-04-07T04:55:03.787Z Compiling yoke-derive v0.8.1
14532026-04-07T04:55:03.889Z Compiling zerocopy-derive v0.8.40
14542026-04-07T04:55:03.965Z Compiling zerovec-derive v0.11.2
14552026-04-07T04:55:04.062Z Compiling displaydoc v0.2.5
14562026-04-07T04:55:04.089Z Compiling tokio-macros v2.6.0
14572026-04-07T04:55:04.367Z Compiling futures-macro v0.3.32
14582026-04-07T04:55:04.437Z Compiling der_derive v0.7.3
14592026-04-07T04:55:04.462Z Compiling zeroize v1.8.2
14602026-04-07T04:55:04.870Z Compiling thiserror-impl v2.0.18
14612026-04-07T04:55:04.886Z Compiling rustls-pki-types v1.14.0
14622026-04-07T04:55:05.009Z Compiling tracing-attributes v0.1.31
14632026-04-07T04:55:05.128Z Compiling pest_derive v2.8.6
14642026-04-07T04:55:05.144Z Compiling scroll_derive v0.13.1
14652026-04-07T04:55:05.230Z Compiling crypto-common v0.1.7
14662026-04-07T04:55:05.248Z Compiling zerofrom v0.1.6
14672026-04-07T04:55:05.287Z Compiling block-buffer v0.10.4
14682026-04-07T04:55:05.374Z Compiling yoke v0.8.1
14692026-04-07T04:55:05.393Z Compiling futures-util v0.3.32
14702026-04-07T04:55:05.408Z Compiling block-padding v0.3.3
14712026-04-07T04:55:05.456Z Compiling digest v0.10.7
14722026-04-07T04:55:05.486Z Compiling der v0.7.10
14732026-04-07T04:55:05.590Z Compiling zerovec v0.11.5
14742026-04-07T04:55:05.606Z Compiling zerotrie v0.2.3
14752026-04-07T04:55:05.623Z Compiling inout v0.1.4
14762026-04-07T04:55:05.734Z Compiling hmac v0.12.1
14772026-04-07T04:55:05.818Z Compiling cipher v0.4.4
14782026-04-07T04:55:05.961Z Compiling sha2 v0.10.9
14792026-04-07T04:55:05.978Z Compiling pbkdf2 v0.12.2
14802026-04-07T04:55:06.057Z Compiling schemars_derive v0.8.22
14812026-04-07T04:55:06.118Z Compiling tinystr v0.8.2
14822026-04-07T04:55:06.153Z Compiling potential_utf v0.1.4
14832026-04-07T04:55:06.171Z Compiling salsa20 v0.10.2
14842026-04-07T04:55:06.323Z Compiling icu_locale_core v2.1.1
14852026-04-07T04:55:06.338Z Compiling icu_collections v2.1.1
14862026-04-07T04:55:06.356Z Compiling thiserror v2.0.18
14872026-04-07T04:55:06.359Z Compiling scrypt v0.11.0
14882026-04-07T04:55:06.441Z Compiling spki v0.7.3
14892026-04-07T04:55:06.459Z Compiling cbc v0.1.2
14902026-04-07T04:55:06.474Z Compiling aes v0.8.4
14912026-04-07T04:55:06.495Z Compiling tracing v0.1.44
14922026-04-07T04:55:06.644Z Compiling scroll v0.13.0
14932026-04-07T04:55:06.680Z Compiling darling_macro v0.20.11
14942026-04-07T04:55:06.793Z Compiling openssl-macros v0.1.1
14952026-04-07T04:55:06.809Z Compiling dtrace-parser v0.3.0
14962026-04-07T04:55:06.840Z Compiling signature v2.2.0
14972026-04-07T04:55:06.937Z Compiling pkcs5 v0.7.1
14982026-04-07T04:55:07.050Z Compiling icu_provider v2.1.1
14992026-04-07T04:55:07.210Z Compiling darling v0.20.11
15002026-04-07T04:55:07.244Z Compiling pkcs8 v0.10.2
15012026-04-07T04:55:07.274Z Compiling bytes v1.11.1
15022026-04-07T04:55:07.317Z Compiling icu_normalizer v2.1.1
15032026-04-07T04:55:07.373Z Compiling icu_properties v2.1.2
15042026-04-07T04:55:07.390Z Compiling chrono v0.4.44
15052026-04-07T04:55:07.393Z Compiling ipnet v2.11.0
15062026-04-07T04:55:07.420Z Compiling goblin v0.10.5
15072026-04-07T04:55:07.423Z Compiling derive_builder_core v0.20.2
15082026-04-07T04:55:07.587Z Compiling rustls-native-certs v0.8.3
15092026-04-07T04:55:07.604Z Compiling thiserror-impl v1.0.69
15102026-04-07T04:55:07.607Z Compiling scroll_derive v0.12.1
15112026-04-07T04:55:07.752Z Compiling serde_tokenstream v0.2.3
15122026-04-07T04:55:07.908Z Compiling tokio v1.49.0
15132026-04-07T04:55:07.964Z Compiling http v1.4.0
15142026-04-07T04:55:07.967Z Compiling erased-serde v0.3.31
15152026-04-07T04:55:07.998Z Compiling serde_spanned v0.6.9
15162026-04-07T04:55:08.153Z Compiling toml_datetime v0.6.11
15172026-04-07T04:55:08.169Z Compiling md-5 v0.10.6
15182026-04-07T04:55:08.361Z Compiling ppv-lite86 v0.2.21
15192026-04-07T04:55:08.391Z Compiling idna_adapter v1.2.1
15202026-04-07T04:55:08.406Z Compiling derive_builder_macro v0.20.2
15212026-04-07T04:55:08.445Z Compiling scroll v0.12.0
15222026-04-07T04:55:08.506Z Compiling webpki-roots v1.0.6
15232026-04-07T04:55:08.522Z Compiling idna v1.1.0
15242026-04-07T04:55:08.542Z Compiling darling_macro v0.21.3
15252026-04-07T04:55:08.559Z Compiling zerocopy-derive v0.7.35
15262026-04-07T04:55:08.589Z Compiling vergen-lib v0.1.6
15272026-04-07T04:55:08.654Z Compiling http-body v1.0.1
15282026-04-07T04:55:08.710Z Compiling rand_chacha v0.9.0
15292026-04-07T04:55:08.744Z Compiling rand_chacha v0.3.1
15302026-04-07T04:55:08.801Z Compiling http-body-util v0.1.3
15312026-04-07T04:55:08.836Z Compiling url v2.5.8
15322026-04-07T04:55:08.881Z Compiling curve25519-dalek v4.1.3
15332026-04-07T04:55:08.936Z Compiling rand v0.9.2
15342026-04-07T04:55:08.952Z Compiling ff v0.13.1
15352026-04-07T04:55:08.991Z Compiling thiserror v1.0.69
15362026-04-07T04:55:09.092Z Compiling hash32 v0.2.1
15372026-04-07T04:55:09.109Z Compiling memoffset v0.9.1
15382026-04-07T04:55:09.125Z Compiling smoltcp v0.9.1
15392026-04-07T04:55:09.129Z Compiling base16ct v0.2.0
15402026-04-07T04:55:09.182Z Compiling ref-cast v1.0.25
15412026-04-07T04:55:09.218Z Compiling rustix v0.38.44
15422026-04-07T04:55:09.257Z Compiling iri-string v0.7.10
15432026-04-07T04:55:09.313Z Compiling zlib-rs v0.6.2
15442026-04-07T04:55:09.333Z Compiling cfg_aliases v0.2.1
15452026-04-07T04:55:09.336Z Compiling ryu v1.0.23
15462026-04-07T04:55:09.454Z Compiling num-bigint-dig v0.8.6
15472026-04-07T04:55:09.489Z Compiling fallible-iterator v0.2.0
15482026-04-07T04:55:09.489Z Compiling psl-types v2.0.11
15492026-04-07T04:55:09.521Z Compiling proptest v1.10.0
15502026-04-07T04:55:09.550Z Compiling litrs v1.0.0
15512026-04-07T04:55:09.600Z Compiling publicsuffix v2.3.0
15522026-04-07T04:55:09.718Z Compiling zerocopy v0.7.35
15532026-04-07T04:55:09.733Z Compiling serde_urlencoded v0.7.1
15542026-04-07T04:55:09.749Z Compiling nix v0.31.1
15552026-04-07T04:55:09.795Z Compiling postgres-protocol v0.6.10
15562026-04-07T04:55:09.842Z Compiling sec1 v0.7.3
15572026-04-07T04:55:10.034Z Compiling darling v0.21.3
15582026-04-07T04:55:10.093Z Compiling document-features v0.2.12
15592026-04-07T04:55:10.136Z Compiling group v0.13.0
15602026-04-07T04:55:10.152Z Compiling rand v0.8.5
15612026-04-07T04:55:10.155Z Compiling derive_builder v0.20.2
15622026-04-07T04:55:10.250Z Compiling dof v0.4.0
15632026-04-07T04:55:10.295Z Compiling ipnetwork v0.21.1
15642026-04-07T04:55:10.330Z Compiling goblin v0.8.2
15652026-04-07T04:55:10.374Z Compiling hubpack_derive v0.1.1
15662026-04-07T04:55:10.463Z Compiling cargo-platform v0.1.9
15672026-04-07T04:55:10.492Z Compiling hkdf v0.12.4
15682026-04-07T04:55:10.683Z Compiling oxnet v0.1.4
15692026-04-07T04:55:10.718Z Compiling crypto-bigint v0.5.5
15702026-04-07T04:55:10.734Z Compiling regex v1.12.3
15712026-04-07T04:55:10.810Z Compiling strum_macros v0.27.2
15722026-04-07T04:55:10.856Z Compiling async-trait v0.1.89
15732026-04-07T04:55:10.874Z Compiling ref-cast-impl v1.0.25
15742026-04-07T04:55:11.108Z Compiling curve25519-dalek-derive v0.1.1
15752026-04-07T04:55:11.161Z Compiling daft-derive v0.1.5
15762026-04-07T04:55:11.180Z Compiling num-iter v0.1.45
15772026-04-07T04:55:11.459Z Compiling terminal_size v0.4.3
15782026-04-07T04:55:11.474Z Compiling phf_shared v0.13.1
15792026-04-07T04:55:11.623Z Compiling lazy_static v1.5.0
15802026-04-07T04:55:11.663Z Compiling vergen v9.0.6
15812026-04-07T04:55:11.666Z Compiling tokio-util v0.7.18
15822026-04-07T04:55:11.740Z Compiling tower v0.5.3
15832026-04-07T04:55:11.740Z Compiling tokio-native-tls v0.3.1
15842026-04-07T04:55:11.785Z Compiling fs-err v3.3.0
15852026-04-07T04:55:11.800Z Compiling ahash v0.8.12
15862026-04-07T04:55:11.877Z Compiling newtype-uuid v1.3.2
15872026-04-07T04:55:11.893Z Compiling object v0.37.3
15882026-04-07T04:55:11.934Z Compiling bitflags v1.3.2
15892026-04-07T04:55:11.951Z Compiling foldhash v0.1.5
15902026-04-07T04:55:11.954Z Compiling unicode-segmentation v1.12.0
15912026-04-07T04:55:12.005Z Compiling libbz2-rs-sys v0.2.2
15922026-04-07T04:55:12.029Z Compiling winnow v0.5.40
15932026-04-07T04:55:12.045Z Compiling bumpalo v3.20.2
15942026-04-07T04:55:12.146Z Compiling managed v0.8.0
15952026-04-07T04:55:12.190Z Compiling tower-http v0.6.8
15962026-04-07T04:55:12.258Z Compiling zopfli v0.8.3
15972026-04-07T04:55:12.298Z Compiling daft v0.1.5
15982026-04-07T04:55:12.318Z Compiling hashbrown v0.15.5
15992026-04-07T04:55:12.377Z Compiling h2 v0.4.13
16002026-04-07T04:55:12.392Z Compiling flate2 v1.1.9
16012026-04-07T04:55:12.606Z Compiling dof v0.3.0
16022026-04-07T04:55:12.630Z Compiling bzip2 v0.6.1
16032026-04-07T04:55:12.827Z Compiling clap_builder v4.5.60
16042026-04-07T04:55:12.875Z Compiling strum v0.27.2
16052026-04-07T04:55:12.957Z Compiling usdt-attr-macro v0.6.0
16062026-04-07T04:55:12.960Z Compiling usdt-macro v0.6.0
16072026-04-07T04:55:13.021Z Compiling phf v0.13.1
16082026-04-07T04:55:13.050Z Compiling elliptic-curve v0.13.8
16092026-04-07T04:55:13.094Z Compiling signal-hook-mio v0.2.5
16102026-04-07T04:55:13.236Z Compiling cargo_metadata v0.19.2
16112026-04-07T04:55:13.333Z Compiling cookie_store v0.22.1
16122026-04-07T04:55:13.453Z Compiling toml_edit v0.19.15
16132026-04-07T04:55:13.606Z Compiling hubpack v0.1.2
16142026-04-07T04:55:13.622Z Compiling bzip2 v0.4.4
16152026-04-07T04:55:13.759Z Compiling zstd v0.13.3
16162026-04-07T04:55:13.817Z Compiling postgres-types v0.2.12
16172026-04-07T04:55:13.857Z Compiling serde_with_macros v3.17.0
16182026-04-07T04:55:13.894Z Compiling dtrace-parser v0.2.0
16192026-04-07T04:55:13.927Z Compiling pkcs1 v0.7.5
16202026-04-07T04:55:13.981Z Compiling ed25519 v2.2.3
16212026-04-07T04:55:14.028Z Compiling hex v0.4.3
16222026-04-07T04:55:14.049Z Compiling serde-big-array v0.5.1
16232026-04-07T04:55:14.210Z Compiling rfc6979 v0.4.0
16242026-04-07T04:55:14.323Z Compiling bstr v1.12.1
16252026-04-07T04:55:14.362Z Compiling strum_macros v0.26.4
16262026-04-07T04:55:14.362Z Compiling clap_derive v4.5.55
16272026-04-07T04:55:14.402Z Compiling serde_repr v0.1.20
16282026-04-07T04:55:14.628Z Compiling enum-as-inner v0.6.1
16292026-04-07T04:55:14.675Z Compiling phf_shared v0.11.3
16302026-04-07T04:55:14.887Z Compiling float-cmp v0.10.0
16312026-04-07T04:55:14.931Z Compiling thread-id v4.2.2
16322026-04-07T04:55:14.990Z Compiling memmap2 v0.9.10
16332026-04-07T04:55:15.031Z Compiling env_filter v1.0.0
16342026-04-07T04:55:15.047Z Compiling encoding_rs v0.8.35
16352026-04-07T04:55:15.065Z Compiling difflib v0.4.0
16362026-04-07T04:55:15.083Z Compiling data-encoding v2.10.0
16372026-04-07T04:55:15.099Z Compiling new_debug_unreachable v1.0.6
16382026-04-07T04:55:15.181Z Compiling predicates-core v1.0.10
16392026-04-07T04:55:15.197Z Compiling whoami v2.1.0
16402026-04-07T04:55:15.235Z Compiling precomputed-hash v0.1.1
16412026-04-07T04:55:15.361Z Compiling static_assertions v1.1.0
16422026-04-07T04:55:15.376Z Compiling normalize-line-endings v0.3.0
16432026-04-07T04:55:15.393Z Compiling keccak v0.1.6
16442026-04-07T04:55:15.455Z Compiling rustc-hash v2.1.1
16452026-04-07T04:55:15.497Z Compiling hyper v1.8.1
16462026-04-07T04:55:15.602Z Compiling either v1.15.0
16472026-04-07T04:55:15.618Z Compiling jiff v0.2.21
16482026-04-07T04:55:15.661Z Compiling mime v0.3.17
16492026-04-07T04:55:15.828Z Compiling fixedbitset v0.4.2
16502026-04-07T04:55:15.846Z Compiling fixedbitset v0.5.7
16512026-04-07T04:55:15.926Z Compiling itertools v0.13.0
16522026-04-07T04:55:15.946Z Compiling iddqd v0.3.17
16532026-04-07T04:55:16.032Z Compiling petgraph v0.6.5
16542026-04-07T04:55:16.070Z Compiling petgraph v0.8.3
16552026-04-07T04:55:16.164Z Compiling sha3 v0.10.8
16562026-04-07T04:55:16.186Z Compiling predicates v3.1.4
16572026-04-07T04:55:16.220Z Compiling strum v0.26.3
16582026-04-07T04:55:16.236Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16592026-04-07T04:55:16.239Z Compiling clap v4.5.60
16602026-04-07T04:55:16.354Z Compiling tokio-postgres v0.7.16
16612026-04-07T04:55:16.374Z Compiling hickory-proto v0.25.2
16622026-04-07T04:55:16.515Z Compiling string_cache v0.8.9
16632026-04-07T04:55:16.641Z Compiling hyper-util v0.1.20
16642026-04-07T04:55:16.656Z Compiling toml_edit v0.22.27
16652026-04-07T04:55:16.766Z Compiling env_logger v0.11.9
16662026-04-07T04:55:16.864Z Compiling usdt v0.6.0
16672026-04-07T04:55:17.125Z Compiling serde_with v3.17.0
16682026-04-07T04:55:17.142Z Compiling usdt-impl v0.5.0
16692026-04-07T04:55:17.161Z Compiling toml v0.7.8
16702026-04-07T04:55:17.164Z Compiling crossterm v0.28.1
16712026-04-07T04:55:17.213Z Compiling similar v2.7.0
16722026-04-07T04:55:17.545Z Compiling ecdsa v0.16.9
16732026-04-07T04:55:17.752Z Compiling ed25519-dalek v2.2.0
16742026-04-07T04:55:17.808Z Compiling rsa v0.9.10
16752026-04-07T04:55:18.121Z Compiling hyper-tls v0.6.0
16762026-04-07T04:55:18.386Z Compiling zip v4.6.1
16772026-04-07T04:55:18.434Z Compiling zip v0.6.6
16782026-04-07T04:55:18.524Z Compiling tokio-stream v0.1.18
16792026-04-07T04:55:18.665Z Compiling heck v0.4.1
16802026-04-07T04:55:18.767Z Compiling toml_parser v1.0.9+spec-1.1.0
16812026-04-07T04:55:18.891Z Compiling buf-list v1.1.2
16822026-04-07T04:55:18.919Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16832026-04-07T04:55:18.934Z Compiling openapiv3 v2.2.0
16842026-04-07T04:55:19.036Z Compiling x509-cert v0.2.5
16852026-04-07T04:55:19.054Z Compiling sha1 v0.10.6
16862026-04-07T04:55:19.106Z Compiling crossbeam-epoch v0.9.18
16872026-04-07T04:55:19.198Z Compiling toml_datetime v0.7.5+spec-1.1.0
16882026-04-07T04:55:19.256Z Compiling peg-runtime v0.8.5
16892026-04-07T04:55:19.315Z Compiling lalrpop-util v0.19.12
16902026-04-07T04:55:19.396Z Compiling thread_local v1.1.9
16912026-04-07T04:55:19.411Z Compiling slog-async v2.8.0
16922026-04-07T04:55:19.431Z Compiling futures-executor v0.3.32
16932026-04-07T04:55:19.470Z Compiling crossbeam-channel v0.5.15
16942026-04-07T04:55:19.524Z Compiling is-terminal v0.4.17
16952026-04-07T04:55:19.540Z Compiling filetime v0.2.27
16962026-04-07T04:55:19.570Z Compiling term v1.2.1
16972026-04-07T04:55:19.625Z Compiling xattr v1.6.1
16982026-04-07T04:55:19.646Z Compiling take_mut v0.2.2
16992026-04-07T04:55:19.686Z Compiling futures v0.3.32
17002026-04-07T04:55:19.768Z Compiling tar v0.4.45
17012026-04-07T04:55:19.864Z Compiling slog-term v2.9.2
17022026-04-07T04:55:34.969Z Compiling rustls-webpki v0.103.9
17032026-04-07T04:55:37.738Z Compiling tokio-rustls v0.26.4
17042026-04-07T04:55:37.738Z Compiling rustls-platform-verifier v0.6.2
17052026-04-07T04:55:37.946Z Compiling hyper-rustls v0.27.7
17062026-04-07T04:55:38.140Z Compiling reqwest v0.13.2
17072026-04-07T04:55:38.140Z Compiling reqwest v0.12.28
17082026-04-07T04:55:40.107Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17092026-04-07T04:55:40.347Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17102026-04-07T04:55:43.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.66s
17112026-04-07T04:55:43.299Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17122026-04-07T04:55:43.356ZApr 07 04:55:42.886 INFO Starting download, target: Clickhouse
17132026-04-07T04:55:43.356ZApr 07 04:55:42.887 INFO Starting download, target: TransceiverControl
17142026-04-07T04:55:43.356ZApr 07 04:55:42.887 INFO Starting download, target: DendriteStub
17152026-04-07T04:55:43.356ZApr 07 04:55:42.887 INFO Starting download, target: Cockroach
17162026-04-07T04:55:43.356ZApr 07 04:55:42.887 INFO Starting download, target: Console
17172026-04-07T04:55:43.356ZApr 07 04:55:42.887 INFO Starting download, target: MaghemiteMgd
17182026-04-07T04:55:43.359ZApr 07 04:55:42.887 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17192026-04-07T04:55:43.359ZApr 07 04:55:42.887 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17202026-04-07T04:55:43.359ZApr 07 04:55:42.887 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17212026-04-07T04:55:43.359ZApr 07 04:55:42.887 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17222026-04-07T04:55:43.359ZApr 07 04:55:42.887 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17232026-04-07T04:55:43.359ZApr 07 04:55:42.887 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17242026-04-07T04:55:43.993ZApr 07 04:55:43.521 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17252026-04-07T04:55:44.207ZApr 07 04:55:43.733 INFO Download complete, target: TransceiverControl
17262026-04-07T04:55:44.474ZApr 07 04:55:43.996 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17272026-04-07T04:55:44.727ZApr 07 04:55:44.257 INFO Download complete, target: Console
17282026-04-07T04:55:45.174ZApr 07 04:55:44.704 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17292026-04-07T04:55:45.218ZApr 07 04:55:44.747 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17302026-04-07T04:55:45.511ZApr 07 04:55:45.038 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17312026-04-07T04:55:45.728ZApr 07 04:55:45.259 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17322026-04-07T04:55:45.728ZApr 07 04:55:45.259 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17332026-04-07T04:55:47.533ZApr 07 04:55:47.063 INFO Download complete, target: MaghemiteMgd
17342026-04-07T04:55:47.642ZApr 07 04:55:47.172 INFO Download complete, target: DendriteStub
17352026-04-07T04:55:50.473ZApr 07 04:55:50.002 INFO Checking that binary works, target: Cockroach
17362026-04-07T04:55:50.619ZApr 07 04:55:50.148 INFO Download complete, target: Cockroach
17372026-04-07T04:55:52.331ZApr 07 04:55:51.860 INFO Checking that binary works, target: Clickhouse
17382026-04-07T04:55:52.427ZApr 07 04:55:51.956 INFO Download complete, target: Clickhouse
17392026-04-07T04:55:52.433ZAll prerequisites installed successfully
17402026-04-07T04:55:52.436Z
17412026-04-07T04:55:52.436Zreal 2:38.034097511
17422026-04-07T04:55:52.437Zuser 7:11.968559285
17432026-04-07T04:55:52.437Zsys 1:46.630480284
17442026-04-07T04:55:52.437Ztrap 0.244197467
17452026-04-07T04:55:52.437Ztflt 1.179832138
17462026-04-07T04:55:52.437Zdflt 1.612397918
17472026-04-07T04:55:52.437Zkflt 0.024301548
17482026-04-07T04:55:52.437Zlock 22:17.433985271
17492026-04-07T04:55:52.437Zslp 19:05.466997990
17502026-04-07T04:55:52.437Zlat 24.211606975
17512026-04-07T04:55:52.437Zstop 3:02.134839003
17522026-04-07T04:55:52.437Z+ ptime -m cargo xtask download softnpu
17532026-04-07T04:55:52.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17542026-04-07T04:55:52.987Z Running `target/debug/xtask download softnpu`
17552026-04-07T04:55:53.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17562026-04-07T04:55:53.808Z Running `target/debug/xtask-downloader softnpu`
17572026-04-07T04:55:53.848ZApr 07 04:55:53.377 INFO Starting download, target: Softnpu
17582026-04-07T04:55:53.851ZApr 07 04:55:53.377 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17592026-04-07T04:55:54.543ZApr 07 04:55:54.072 INFO Download complete, target: Softnpu
17602026-04-07T04:55:54.547Z
17612026-04-07T04:55:54.550Zreal 2.106765878
17622026-04-07T04:55:54.550Zuser 1.292696188
17632026-04-07T04:55:54.550Zsys 0.642977913
17642026-04-07T04:55:54.550Ztrap 0.000715993
17652026-04-07T04:55:54.550Ztflt 0.000225510
17662026-04-07T04:55:54.550Zdflt 0.000133425
17672026-04-07T04:55:54.550Zkflt 0.000000000
17682026-04-07T04:55:54.550Zlock 12.626490913
17692026-04-07T04:55:54.550Zslp 0.504173683
17702026-04-07T04:55:54.550Zlat 0.072424567
17712026-04-07T04:55:54.550Zstop 0.000165582
17722026-04-07T04:55:54.550Z+ export CARGO_INCREMENTAL=0
17732026-04-07T04:55:54.550Z+ CARGO_INCREMENTAL=0
17742026-04-07T04:55:54.550Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17752026-04-07T04:55:55.427Z Compiling proc-macro2 v1.0.106
17762026-04-07T04:55:55.427Z Compiling quote v1.0.44
17772026-04-07T04:55:55.427Z Compiling unicode-ident v1.0.24
17782026-04-07T04:55:55.430Z Compiling libc v0.2.180
17792026-04-07T04:55:55.430Z Compiling serde_core v1.0.228
17802026-04-07T04:55:55.430Z Compiling serde v1.0.228
17812026-04-07T04:55:55.430Z Compiling cfg-if v1.0.4
17822026-04-07T04:55:55.430Z Compiling version_check v0.9.5
17832026-04-07T04:55:55.430Z Compiling shlex v1.3.0
17842026-04-07T04:55:55.430Z Compiling find-msvc-tools v0.1.9
17852026-04-07T04:55:55.573Z Compiling typenum v1.19.0
17862026-04-07T04:55:55.577Z Compiling autocfg v1.5.0
17872026-04-07T04:55:55.577Z Compiling zmij v1.0.21
17882026-04-07T04:55:55.577Z Compiling serde_json v1.0.149
17892026-04-07T04:55:55.577Z Compiling portable-atomic v1.13.1
17902026-04-07T04:55:55.688Z Compiling memchr v2.8.0
17912026-04-07T04:55:55.852Z Compiling zerocopy v0.8.40
17922026-04-07T04:55:55.885Z Compiling libm v0.2.16
17932026-04-07T04:55:55.888Z Compiling smallvec v1.15.1
17942026-04-07T04:55:55.946Z Compiling generic-array v0.14.7
17952026-04-07T04:55:55.961Z Compiling parking_lot_core v0.9.12
17962026-04-07T04:55:56.089Z Compiling num-traits v0.2.19
17972026-04-07T04:55:56.089Z Compiling icu_properties_data v2.1.2
17982026-04-07T04:55:56.147Z Compiling icu_normalizer_data v2.1.1
17992026-04-07T04:55:56.163Z Compiling itoa v1.0.17
18002026-04-07T04:55:56.181Z Compiling getrandom v0.4.1
18012026-04-07T04:55:56.209Z Compiling log v0.4.29
18022026-04-07T04:55:56.249Z Compiling stable_deref_trait v1.2.1
18032026-04-07T04:55:56.264Z Compiling pkg-config v0.3.32
18042026-04-07T04:55:56.327Z Compiling subtle v2.6.1
18052026-04-07T04:55:56.497Z Compiling jobserver v0.1.34
18062026-04-07T04:55:56.510Z Compiling getrandom v0.2.17
18072026-04-07T04:55:56.528Z Compiling scopeguard v1.2.0
18082026-04-07T04:55:56.576Z Compiling errno v0.3.14
18092026-04-07T04:55:56.676Z Compiling rand_core v0.6.4
18102026-04-07T04:55:56.680Z Compiling lock_api v0.4.14
18112026-04-07T04:55:56.732Z Compiling cc v1.2.56
18122026-04-07T04:55:56.796Z Compiling litemap v0.8.1
18132026-04-07T04:55:56.842Z Compiling writeable v0.6.2
18142026-04-07T04:55:56.863Z Compiling percent-encoding v2.3.2
18152026-04-07T04:55:56.900Z Compiling thiserror v2.0.18
18162026-04-07T04:55:56.989Z Compiling fnv v1.0.7
18172026-04-07T04:55:57.066Z Compiling getrandom v0.3.4
18182026-04-07T04:55:57.103Z Compiling pin-project-lite v0.2.17
18192026-04-07T04:55:57.170Z Compiling syn v2.0.117
18202026-04-07T04:55:57.217Z Compiling critical-section v1.2.0
18212026-04-07T04:55:57.251Z Compiling rustversion v1.0.22
18222026-04-07T04:55:57.264Z Compiling equivalent v1.0.2
18232026-04-07T04:55:57.314Z Compiling schemars v0.8.22
18242026-04-07T04:55:57.331Z Compiling allocator-api2 v0.2.21
18252026-04-07T04:55:57.334Z Compiling utf8_iter v1.0.4
18262026-04-07T04:55:57.408Z Compiling fs_extra v1.3.0
18272026-04-07T04:55:57.422Z Compiling foldhash v0.2.0
18282026-04-07T04:55:57.437Z Compiling dunce v1.0.5
18292026-04-07T04:55:57.576Z Compiling cmake v0.1.57
18302026-04-07T04:55:57.592Z Compiling rand_core v0.10.0
18312026-04-07T04:55:57.623Z Compiling form_urlencoded v1.2.2
18322026-04-07T04:55:57.676Z Compiling hashbrown v0.16.1
18332026-04-07T04:55:57.695Z Compiling once_cell v1.21.3
18342026-04-07T04:55:57.865Z Compiling semver v1.0.27
18352026-04-07T04:55:57.948Z Compiling bitflags v2.11.0
18362026-04-07T04:55:58.008Z Compiling const-oid v0.9.6
18372026-04-07T04:55:58.072Z Compiling signal-hook-registry v1.4.8
18382026-04-07T04:55:58.098Z Compiling ring v0.17.14
18392026-04-07T04:55:58.121Z Compiling aws-lc-sys v0.37.1
18402026-04-07T04:55:58.223Z Compiling indexmap v2.13.0
18412026-04-07T04:55:58.248Z Compiling rustix v1.1.3
18422026-04-07T04:55:58.271Z Compiling mio v1.1.1
18432026-04-07T04:55:58.294Z Compiling socket2 v0.6.2
18442026-04-07T04:55:58.365Z Compiling parking_lot v0.12.5
18452026-04-07T04:55:58.402Z Compiling aws-lc-rs v1.16.0
18462026-04-07T04:55:58.465Z Compiling strsim v0.11.1
18472026-04-07T04:55:58.483Z Compiling futures-core v0.3.32
18482026-04-07T04:55:58.575Z Compiling thiserror v1.0.69
18492026-04-07T04:55:58.621Z Compiling byteorder v1.5.0
18502026-04-07T04:55:58.670Z Compiling ucd-trie v0.1.7
18512026-04-07T04:55:58.714Z Compiling httparse v1.10.1
18522026-04-07T04:55:58.883Z Compiling pest v2.8.6
18532026-04-07T04:55:58.900Z Compiling heck v0.5.0
18542026-04-07T04:55:58.904Z Compiling syn v1.0.109
18552026-04-07T04:55:58.947Z Compiling vcpkg v0.2.15
18562026-04-07T04:55:59.006Z Compiling ident_case v1.0.1
18572026-04-07T04:55:59.052Z Compiling iana-time-zone v0.1.65
18582026-04-07T04:55:59.082Z Compiling uuid v1.21.0
18592026-04-07T04:55:59.131Z Compiling cpufeatures v0.2.17
18602026-04-07T04:55:59.343Z Compiling regex-syntax v0.8.10
18612026-04-07T04:55:59.419Z Compiling rustc_version v0.4.1
18622026-04-07T04:55:59.527Z Compiling openssl-sys v0.9.111
18632026-04-07T04:55:59.546Z Compiling futures-sink v0.3.32
18642026-04-07T04:55:59.565Z Compiling rustls v0.23.37
18652026-04-07T04:55:59.666Z Compiling futures-channel v0.3.32
18662026-04-07T04:55:59.700Z Compiling slab v0.4.12
18672026-04-07T04:55:59.731Z Compiling futures-task v0.3.32
18682026-04-07T04:55:59.765Z Compiling futures-io v0.3.32
18692026-04-07T04:55:59.921Z Compiling dyn-clone v1.0.20
18702026-04-07T04:55:59.940Z Compiling plain v0.2.3
18712026-04-07T04:55:59.956Z Compiling pest_meta v2.8.6
18722026-04-07T04:55:59.993Z Compiling synstructure v0.13.2
18732026-04-07T04:55:59.996Z Compiling serde_derive_internals v0.29.1
18742026-04-07T04:55:59.996Z Compiling aho-corasick v1.1.4
18752026-04-07T04:56:00.028Z Compiling crossbeam-utils v0.8.21
18762026-04-07T04:56:00.060Z Compiling time-core v0.1.8
18772026-04-07T04:56:00.078Z Compiling num-conv v0.2.0
18782026-04-07T04:56:00.230Z Compiling time-macros v0.2.27
18792026-04-07T04:56:00.344Z Compiling openssl v0.10.75
18802026-04-07T04:56:00.463Z Compiling pretty-hex v0.4.1
18812026-04-07T04:56:00.479Z Compiling base64 v0.22.1
18822026-04-07T04:56:00.602Z Compiling pest_generator v2.8.6
18832026-04-07T04:56:00.726Z Compiling base64ct v1.8.3
18842026-04-07T04:56:00.743Z Compiling anyhow v1.0.102
18852026-04-07T04:56:00.761Z Compiling crc32fast v1.5.0
18862026-04-07T04:56:00.789Z Compiling darling_core v0.21.3
18872026-04-07T04:56:00.823Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18882026-04-07T04:56:00.856Z Compiling regex-automata v0.4.14
18892026-04-07T04:56:01.008Z Compiling pem-rfc7468 v0.7.0
18902026-04-07T04:56:01.035Z Compiling native-tls v0.2.18
18912026-04-07T04:56:01.051Z Compiling flagset v0.4.7
18922026-04-07T04:56:01.070Z Compiling rand_core v0.9.5
18932026-04-07T04:56:01.234Z Compiling slog v2.8.2
18942026-04-07T04:56:01.237Z Compiling tracing-core v0.1.36
18952026-04-07T04:56:01.301Z Compiling untrusted v0.9.0
18962026-04-07T04:56:01.363Z Compiling serde_derive v1.0.228
18972026-04-07T04:56:01.439Z Compiling zeroize_derive v1.4.3
18982026-04-07T04:56:01.455Z Compiling zerofrom-derive v0.1.6
18992026-04-07T04:56:01.459Z Compiling yoke-derive v0.8.1
19002026-04-07T04:56:01.487Z Compiling zerovec-derive v0.11.2
19012026-04-07T04:56:01.533Z Compiling displaydoc v0.2.5
19022026-04-07T04:56:01.567Z Compiling zerocopy-derive v0.8.40
19032026-04-07T04:56:01.638Z Compiling tokio-macros v2.6.0
19042026-04-07T04:56:01.702Z Compiling futures-macro v0.3.32
19052026-04-07T04:56:02.053Z Compiling zeroize v1.8.2
19062026-04-07T04:56:02.354Z Compiling thiserror-impl v2.0.18
19072026-04-07T04:56:02.370Z Compiling schemars_derive v0.8.22
19082026-04-07T04:56:02.496Z Compiling der_derive v0.7.3
19092026-04-07T04:56:02.528Z Compiling tracing-attributes v0.1.31
19102026-04-07T04:56:02.560Z Compiling thiserror-impl v1.0.69
19112026-04-07T04:56:02.621Z Compiling zerofrom v0.1.6
19122026-04-07T04:56:02.774Z Compiling yoke v0.8.1
19132026-04-07T04:56:02.877Z Compiling crypto-common v0.1.7
19142026-04-07T04:56:02.957Z Compiling zerovec v0.11.5
19152026-04-07T04:56:02.980Z Compiling zerotrie v0.2.3
19162026-04-07T04:56:03.106Z Compiling block-buffer v0.10.4
19172026-04-07T04:56:03.284Z Compiling digest v0.10.7
19182026-04-07T04:56:03.530Z Compiling tinystr v0.8.2
19192026-04-07T04:56:03.547Z Compiling potential_utf v0.1.4
19202026-04-07T04:56:03.566Z Compiling pest_derive v2.8.6
19212026-04-07T04:56:03.569Z Compiling hmac v0.12.1
19222026-04-07T04:56:03.622Z Compiling futures-util v0.3.32
19232026-04-07T04:56:03.679Z Compiling icu_collections v2.1.1
19242026-04-07T04:56:03.714Z Compiling icu_locale_core v2.1.1
19252026-04-07T04:56:03.765Z Compiling block-padding v0.3.3
19262026-04-07T04:56:03.768Z Compiling sha2 v0.10.9
19272026-04-07T04:56:03.960Z Compiling inout v0.1.4
19282026-04-07T04:56:04.140Z Compiling cipher v0.4.4
19292026-04-07T04:56:04.155Z Compiling rustls-pki-types v1.14.0
19302026-04-07T04:56:04.373Z Compiling scroll_derive v0.13.1
19312026-04-07T04:56:04.388Z Compiling scroll_derive v0.12.1
19322026-04-07T04:56:04.427Z Compiling icu_provider v2.1.1
19332026-04-07T04:56:04.538Z Compiling bytes v1.11.1
19342026-04-07T04:56:04.608Z Compiling chrono v0.4.44
19352026-04-07T04:56:04.859Z Compiling icu_normalizer v2.1.1
19362026-04-07T04:56:04.927Z Compiling icu_properties v2.1.2
19372026-04-07T04:56:05.023Z Compiling serde_tokenstream v0.2.3
19382026-04-07T04:56:05.150Z Compiling tokio v1.49.0
19392026-04-07T04:56:05.822Z Compiling idna_adapter v1.2.1
19402026-04-07T04:56:05.839Z Compiling ppv-lite86 v0.2.21
19412026-04-07T04:56:05.988Z Compiling idna v1.1.0
19422026-04-07T04:56:06.083Z Compiling openssl-macros v0.1.1
19432026-04-07T04:56:06.193Z Compiling http v1.4.0
19442026-04-07T04:56:06.267Z Compiling der v0.7.10
19452026-04-07T04:56:06.373Z Compiling url v2.5.8
19462026-04-07T04:56:06.414Z Compiling regex v1.12.3
19472026-04-07T04:56:06.432Z Compiling darling_macro v0.21.3
19482026-04-07T04:56:06.448Z Compiling zerocopy-derive v0.7.35
19492026-04-07T04:56:06.506Z Compiling salsa20 v0.10.2
19502026-04-07T04:56:06.833Z Compiling tracing v0.1.44
19512026-04-07T04:56:06.916Z Compiling darling v0.21.3
19522026-04-07T04:56:06.920Z Compiling pbkdf2 v0.12.2
19532026-04-07T04:56:07.268Z Compiling spki v0.7.3
19542026-04-07T04:56:07.326Z Compiling cookie v0.18.1
19552026-04-07T04:56:07.428Z Compiling camino v1.2.2
19562026-04-07T04:56:07.490Z Compiling scrypt v0.11.0
19572026-04-07T04:56:07.538Z Compiling rand_chacha v0.9.0
19582026-04-07T04:56:07.740Z Compiling cbc v0.1.2
19592026-04-07T04:56:07.757Z Compiling aes v0.8.4
19602026-04-07T04:56:08.249Z Compiling usdt-impl v0.5.0
19612026-04-07T04:56:08.264Z Compiling winnow v0.7.14
19622026-04-07T04:56:08.328Z Compiling ref-cast v1.0.25
19632026-04-07T04:56:08.373Z Compiling paste v1.0.15
19642026-04-07T04:56:08.399Z Compiling usdt-impl v0.6.0
19652026-04-07T04:56:08.497Z Compiling either v1.15.0
19662026-04-07T04:56:08.706Z Compiling pkcs5 v0.7.1
19672026-04-07T04:56:08.730Z Compiling rand v0.9.2
19682026-04-07T04:56:08.748Z Compiling http-body v1.0.1
19692026-04-07T04:56:08.918Z Compiling tokio-util v0.7.18
19702026-04-07T04:56:08.935Z Compiling scroll v0.13.0
19712026-04-07T04:56:08.938Z Compiling scroll v0.12.0
19722026-04-07T04:56:08.965Z Compiling serde_spanned v0.6.9
19732026-04-07T04:56:08.990Z Compiling toml_datetime v0.6.11
19742026-04-07T04:56:09.241Z Compiling heapless v0.7.17
19752026-04-07T04:56:09.286Z Compiling bzip2-sys v0.1.13+1.0.8
19762026-04-07T04:56:09.318Z Compiling openssl-probe v0.2.1
19772026-04-07T04:56:09.321Z Compiling zstd-safe v7.2.4
19782026-04-07T04:56:09.573Z Compiling untrusted v0.7.1
19792026-04-07T04:56:09.653Z Compiling atomic-waker v1.1.2
19802026-04-07T04:56:09.718Z Compiling signal-hook v0.3.18
19812026-04-07T04:56:09.761Z Compiling toml_parser v1.0.9+spec-1.1.0
19822026-04-07T04:56:09.840Z Compiling goblin v0.8.2
19832026-04-07T04:56:09.856Z Compiling goblin v0.10.5
19842026-04-07T04:56:09.883Z Compiling pkcs8 v0.10.2
19852026-04-07T04:56:10.191Z Compiling zerocopy v0.7.35
19862026-04-07T04:56:10.255Z Compiling ref-cast-impl v1.0.25
19872026-04-07T04:56:10.300Z Compiling darling_core v0.20.11
19882026-04-07T04:56:10.333Z Compiling curve25519-dalek v4.1.3
19892026-04-07T04:56:10.452Z Compiling toml_datetime v0.7.5+spec-1.1.0
19902026-04-07T04:56:10.543Z Compiling memoffset v0.9.1
19912026-04-07T04:56:10.598Z Compiling try-lock v0.2.5
19922026-04-07T04:56:10.733Z Compiling tower-service v0.3.3
19932026-04-07T04:56:10.751Z Compiling rustix v0.38.44
19942026-04-07T04:56:10.769Z Compiling winnow v0.5.40
19952026-04-07T04:56:10.787Z Compiling tinyvec_macros v0.1.1
19962026-04-07T04:56:10.805Z Compiling litrs v1.0.0
19972026-04-07T04:56:11.258Z Compiling fastrand v2.3.0
19982026-04-07T04:56:11.276Z Compiling tower-layer v0.3.3
19992026-04-07T04:56:11.491Z Compiling h2 v0.4.13
20002026-04-07T04:56:11.599Z Compiling want v0.3.1
20012026-04-07T04:56:11.615Z Compiling document-features v0.2.12
20022026-04-07T04:56:11.652Z Compiling tinyvec v1.10.0
20032026-04-07T04:56:12.200Z Compiling toml_edit v0.19.15
20042026-04-07T04:56:12.217Z Compiling dof v0.3.0
20052026-04-07T04:56:12.272Z Compiling darling_macro v0.20.11
20062026-04-07T04:56:12.308Z Compiling dtrace-parser v0.2.0
20072026-04-07T04:56:12.674Z Compiling dof v0.4.0
20082026-04-07T04:56:12.850Z Compiling dtrace-parser v0.3.0
20092026-04-07T04:56:12.920Z Compiling ipnet v2.11.0
20102026-04-07T04:56:12.955Z Compiling async-trait v0.1.89
20112026-04-07T04:56:12.990Z Compiling daft-derive v0.1.5
20122026-04-07T04:56:13.086Z Compiling spin v0.9.8
20132026-04-07T04:56:13.320Z Compiling thread-id v4.2.2
20142026-04-07T04:56:13.403Z Compiling thread-id v5.1.0
20152026-04-07T04:56:13.423Z Compiling foreign-types-shared v0.1.1
20162026-04-07T04:56:13.462Z Compiling powerfmt v0.2.0
20172026-04-07T04:56:13.503Z Compiling pin-utils v0.1.0
20182026-04-07T04:56:13.531Z Compiling cfg_aliases v0.2.1
20192026-04-07T04:56:13.625Z Compiling num-bigint-dig v0.8.6
20202026-04-07T04:56:13.691Z Compiling httpdate v1.0.3
20212026-04-07T04:56:13.726Z Compiling smoltcp v0.9.1
20222026-04-07T04:56:13.763Z Compiling deranged v0.5.8
20232026-04-07T04:56:13.803Z Compiling nix v0.31.1
20242026-04-07T04:56:13.847Z Compiling foreign-types v0.3.2
20252026-04-07T04:56:13.916Z Compiling tempfile v3.25.0
20262026-04-07T04:56:14.156Z Compiling darling v0.20.11
20272026-04-07T04:56:14.259Z Compiling ipnetwork v0.21.1
20282026-04-07T04:56:14.452Z Compiling strum_macros v0.26.4
20292026-04-07T04:56:14.470Z Compiling curve25519-dalek-derive v0.1.1
20302026-04-07T04:56:14.564Z Compiling hyper v1.8.1
20312026-04-07T04:56:14.769Z Compiling wait-timeout v0.2.1
20322026-04-07T04:56:14.889Z Compiling anstyle v1.0.13
20332026-04-07T04:56:15.024Z Compiling siphasher v1.0.2
20342026-04-07T04:56:15.111Z Compiling utf8parse v0.2.2
20352026-04-07T04:56:15.134Z Compiling bit-vec v0.8.0
20362026-04-07T04:56:15.248Z Compiling quick-error v1.2.3
20372026-04-07T04:56:15.264Z Compiling simd-adler32 v0.3.8
20382026-04-07T04:56:15.374Z Compiling num_threads v0.1.7
20392026-04-07T04:56:15.390Z Compiling rusty-fork v0.3.1
20402026-04-07T04:56:15.468Z Compiling time v0.3.47
20412026-04-07T04:56:15.519Z Compiling bit-set v0.8.0
20422026-04-07T04:56:15.682Z Compiling hyper-util v0.1.20
20432026-04-07T04:56:15.717Z Compiling anstyle-parse v0.2.7
20442026-04-07T04:56:16.025Z Compiling derive_builder_core v0.20.2
20452026-04-07T04:56:16.228Z Compiling unicode-normalization v0.1.25
20462026-04-07T04:56:16.706Z Compiling rustls-native-certs v0.8.3
20472026-04-07T04:56:17.002Z Compiling signature v2.2.0
20482026-04-07T04:56:17.193Z Compiling hubpack_derive v0.1.1
20492026-04-07T04:56:17.274Z Compiling strum_macros v0.27.2
20502026-04-07T04:56:17.290Z Compiling rand_xorshift v0.4.0
20512026-04-07T04:56:17.421Z Compiling sync_wrapper v1.0.2
20522026-04-07T04:56:17.438Z Compiling fs-err v3.3.0
20532026-04-07T04:56:17.459Z Compiling ahash v0.8.12
20542026-04-07T04:56:17.545Z Compiling adler2 v2.0.1
20552026-04-07T04:56:17.561Z Compiling is_terminal_polyfill v1.70.2
20562026-04-07T04:56:17.624Z Compiling unicode-properties v0.1.4
20572026-04-07T04:56:17.673Z Compiling unarray v0.1.4
20582026-04-07T04:56:17.689Z Compiling unicode-segmentation v1.12.0
20592026-04-07T04:56:17.718Z Compiling anstyle-query v1.1.5
20602026-04-07T04:56:17.721Z Compiling object v0.37.3
20612026-04-07T04:56:17.721Z Compiling colorchoice v1.0.4
20622026-04-07T04:56:17.805Z Compiling unicode-bidi v0.3.18
20632026-04-07T04:56:17.856Z Compiling anstream v0.6.21
20642026-04-07T04:56:17.872Z Compiling proptest v1.10.0
20652026-04-07T04:56:17.875Z Compiling miniz_oxide v0.8.9
20662026-04-07T04:56:18.168Z Compiling stringprep v0.1.5
20672026-04-07T04:56:18.428Z Compiling tower v0.5.3
20682026-04-07T04:56:18.456Z Compiling derive_builder_macro v0.20.2
20692026-04-07T04:56:18.627Z Compiling usdt-macro v0.6.0
20702026-04-07T04:56:18.700Z Compiling usdt-attr-macro v0.6.0
20712026-04-07T04:56:19.161Z Compiling http-body-util v0.1.3
20722026-04-07T04:56:19.352Z Compiling webpki-roots v1.0.6
20732026-04-07T04:56:19.494Z Compiling rand_chacha v0.3.1
20742026-04-07T04:56:19.521Z Compiling erased-serde v0.3.31
20752026-04-07T04:56:19.537Z Compiling md-5 v0.10.6
20762026-04-07T04:56:19.618Z Compiling num-integer v0.1.46
20772026-04-07T04:56:19.691Z Compiling hash32 v0.2.1
20782026-04-07T04:56:19.709Z Compiling vergen-lib v0.1.6
20792026-04-07T04:56:19.712Z Compiling ff v0.13.1
20802026-04-07T04:56:19.771Z Compiling ryu v1.0.23
20812026-04-07T04:56:19.834Z Compiling fallible-iterator v0.2.0
20822026-04-07T04:56:19.851Z Compiling zlib-rs v0.6.2
20832026-04-07T04:56:19.888Z Compiling psl-types v2.0.11
20842026-04-07T04:56:19.891Z Compiling iri-string v0.7.10
20852026-04-07T04:56:19.941Z Compiling base16ct v0.2.0
20862026-04-07T04:56:19.998Z Compiling publicsuffix v2.3.0
20872026-04-07T04:56:20.015Z Compiling serde_urlencoded v0.7.1
20882026-04-07T04:56:20.046Z Compiling newtype-uuid v1.3.2
20892026-04-07T04:56:20.083Z Compiling sec1 v0.7.3
20902026-04-07T04:56:20.109Z Compiling num-iter v0.1.45
20912026-04-07T04:56:20.133Z Compiling postgres-protocol v0.6.10
20922026-04-07T04:56:20.148Z Compiling group v0.13.0
20932026-04-07T04:56:20.347Z Compiling rand v0.8.5
20942026-04-07T04:56:20.453Z Compiling oxnet v0.1.4
20952026-04-07T04:56:20.643Z Compiling derive_builder v0.20.2
20962026-04-07T04:56:20.659Z Compiling tokio-native-tls v0.3.1
20972026-04-07T04:56:20.745Z Compiling heck v0.4.1
20982026-04-07T04:56:20.771Z Compiling phf_shared v0.13.1
20992026-04-07T04:56:20.884Z Compiling lazy_static v1.5.0
21002026-04-07T04:56:20.995Z Compiling terminal_size v0.4.3
21012026-04-07T04:56:20.998Z Compiling serde_with_macros v3.17.0
21022026-04-07T04:56:21.026Z Compiling tower-http v0.6.8
21032026-04-07T04:56:21.057Z Compiling cargo-platform v0.1.9
21042026-04-07T04:56:21.060Z Compiling hkdf v0.12.4
21052026-04-07T04:56:21.060Z Compiling crypto-bigint v0.5.5
21062026-04-07T04:56:21.154Z Compiling enum-as-inner v0.6.1
21072026-04-07T04:56:21.172Z Compiling clap_derive v4.5.55
21082026-04-07T04:56:21.189Z Compiling serde_repr v0.1.20
21092026-04-07T04:56:21.272Z Compiling vergen v9.0.6
21102026-04-07T04:56:21.307Z Compiling foldhash v0.1.5
21112026-04-07T04:56:21.379Z Compiling bumpalo v3.20.2
21122026-04-07T04:56:21.442Z Compiling bitflags v1.3.2
21132026-04-07T04:56:21.458Z Compiling managed v0.8.0
21142026-04-07T04:56:21.494Z Compiling libbz2-rs-sys v0.2.2
21152026-04-07T04:56:21.664Z Compiling clap_lex v1.0.0
21162026-04-07T04:56:21.772Z Compiling zopfli v0.8.3
21172026-04-07T04:56:21.811Z Compiling hashbrown v0.15.5
21182026-04-07T04:56:21.850Z Compiling clap_builder v4.5.60
21192026-04-07T04:56:21.896Z Compiling flate2 v1.1.9
21202026-04-07T04:56:21.960Z Compiling bzip2 v0.6.1
21212026-04-07T04:56:22.047Z Compiling elliptic-curve v0.13.8
21222026-04-07T04:56:22.227Z Compiling cargo_metadata v0.19.2
21232026-04-07T04:56:22.328Z Compiling zstd v0.13.3
21242026-04-07T04:56:22.523Z Compiling phf v0.13.1
21252026-04-07T04:56:22.577Z Compiling hyper-tls v0.6.0
21262026-04-07T04:56:22.607Z Compiling signal-hook-mio v0.2.5
21272026-04-07T04:56:22.654Z Compiling daft v0.1.5
21282026-04-07T04:56:22.727Z Compiling cookie_store v0.22.1
21292026-04-07T04:56:22.747Z Compiling postgres-types v0.2.12
21302026-04-07T04:56:22.805Z Compiling bzip2 v0.4.4
21312026-04-07T04:56:22.826Z Compiling strum v0.27.2
21322026-04-07T04:56:23.002Z Compiling hubpack v0.1.2
21332026-04-07T04:56:23.033Z Compiling ed25519 v2.2.3
21342026-04-07T04:56:23.139Z Compiling phf_shared v0.11.3
21352026-04-07T04:56:23.276Z Compiling crossbeam-epoch v0.9.18
21362026-04-07T04:56:23.321Z Compiling pkcs1 v0.7.5
21372026-04-07T04:56:23.470Z Compiling hex v0.4.3
21382026-04-07T04:56:23.529Z Compiling serde-big-array v0.5.1
21392026-04-07T04:56:23.603Z Compiling rfc6979 v0.4.0
21402026-04-07T04:56:23.681Z Compiling bstr v1.12.1
21412026-04-07T04:56:23.737Z Compiling float-cmp v0.10.0
21422026-04-07T04:56:23.754Z Compiling memmap2 v0.9.10
21432026-04-07T04:56:23.775Z Compiling env_filter v1.0.0
21442026-04-07T04:56:23.819Z Compiling encoding_rs v0.8.35
21452026-04-07T04:56:23.823Z Compiling mime v0.3.17
21462026-04-07T04:56:23.913Z Compiling new_debug_unreachable v1.0.6
21472026-04-07T04:56:23.982Z Compiling whoami v2.1.0
21482026-04-07T04:56:24.023Z Compiling jiff v0.2.21
21492026-04-07T04:56:24.060Z Compiling toml_write v0.1.2
21502026-04-07T04:56:24.075Z Compiling predicates-core v1.0.10
21512026-04-07T04:56:24.090Z Compiling data-encoding v2.10.0
21522026-04-07T04:56:24.108Z Compiling rustc-hash v2.1.1
21532026-04-07T04:56:24.151Z Compiling precomputed-hash v0.1.1
21542026-04-07T04:56:24.257Z Compiling keccak v0.1.6
21552026-04-07T04:56:24.274Z Compiling normalize-line-endings v0.3.0
21562026-04-07T04:56:24.274Z Compiling fixedbitset v0.5.7
21572026-04-07T04:56:24.308Z Compiling static_assertions v1.1.0
21582026-04-07T04:56:24.341Z Compiling fixedbitset v0.4.2
21592026-04-07T04:56:24.402Z Compiling difflib v0.4.0
21602026-04-07T04:56:24.417Z Compiling hickory-proto v0.25.2
21612026-04-07T04:56:24.484Z Compiling sha3 v0.10.8
21622026-04-07T04:56:24.568Z Compiling petgraph v0.6.5
21632026-04-07T04:56:24.584Z Compiling petgraph v0.8.3
21642026-04-07T04:56:24.587Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21652026-04-07T04:56:24.645Z Compiling predicates v3.1.4
21662026-04-07T04:56:24.830Z Compiling string_cache v0.8.9
21672026-04-07T04:56:24.865Z Compiling toml_edit v0.22.27
21682026-04-07T04:56:25.072Z Compiling iddqd v0.3.17
21692026-04-07T04:56:25.160Z Compiling tokio-postgres v0.7.16
21702026-04-07T04:56:25.402Z Compiling similar v2.7.0
21712026-04-07T04:56:26.160Z Compiling env_logger v0.11.9
21722026-04-07T04:56:26.192Z Compiling usdt v0.6.0
21732026-04-07T04:56:26.471Z Compiling serde_with v3.17.0
21742026-04-07T04:56:26.495Z Compiling ecdsa v0.16.9
21752026-04-07T04:56:26.736Z Compiling zip v4.6.1
21762026-04-07T04:56:26.909Z Compiling rsa v0.9.10
21772026-04-07T04:56:27.197Z Compiling clap v4.5.60
21782026-04-07T04:56:27.309Z Compiling crossterm v0.28.1
21792026-04-07T04:56:27.340Z Compiling ed25519-dalek v2.2.0
21802026-04-07T04:56:27.922Z Compiling zip v0.6.6
21812026-04-07T04:56:28.040Z Compiling strum v0.26.3
21822026-04-07T04:56:28.191Z Compiling toml v0.7.8
21832026-04-07T04:56:28.230Z Compiling tokio-stream v0.1.18
21842026-04-07T04:56:28.345Z Compiling buf-list v1.1.2
21852026-04-07T04:56:28.427Z Compiling itertools v0.13.0
21862026-04-07T04:56:28.585Z Compiling x509-cert v0.2.5
21872026-04-07T04:56:28.693Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21882026-04-07T04:56:28.720Z Compiling openapiv3 v2.2.0
21892026-04-07T04:56:28.757Z Compiling sha1 v0.10.6
21902026-04-07T04:56:29.241Z Compiling peg-runtime v0.8.5
21912026-04-07T04:56:29.301Z Compiling lalrpop-util v0.19.12
21922026-04-07T04:56:43.326Z Compiling rustls-webpki v0.103.9
21932026-04-07T04:56:46.186Z Compiling macaddr v1.0.1
21942026-04-07T04:56:46.332Z Compiling structmeta-derive v0.3.0
21952026-04-07T04:56:46.365Z Compiling crucible-workspace-hack v0.1.0
21962026-04-07T04:56:46.451Z Compiling rayon-core v1.13.0
21972026-04-07T04:56:46.484Z Compiling itertools v0.14.0
21982026-04-07T04:56:46.595Z Compiling secrecy v0.10.3
21992026-04-07T04:56:46.684Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22002026-04-07T04:56:46.763Z Compiling heapless v0.8.0
22012026-04-07T04:56:46.786Z Compiling rustls v0.22.4
22022026-04-07T04:56:47.024Z Compiling tokio-rustls v0.26.4
22032026-04-07T04:56:47.069Z Compiling rustls-platform-verifier v0.6.2
22042026-04-07T04:56:47.117Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22052026-04-07T04:56:47.300Z Compiling hyper-rustls v0.27.7
22062026-04-07T04:56:47.371Z Compiling structmeta v0.3.0
22072026-04-07T04:56:47.374Z Compiling crossbeam-deque v0.8.6
22082026-04-07T04:56:47.413Z Compiling toml_edit v0.23.10+spec-1.0.0
22092026-04-07T04:56:47.451Z Compiling rustls-webpki v0.102.8
22102026-04-07T04:56:47.513Z Compiling futures-executor v0.3.32
22112026-04-07T04:56:47.590Z Compiling reqwest v0.13.2
22122026-04-07T04:56:47.612Z Compiling reqwest v0.12.28
22132026-04-07T04:56:47.634Z Compiling hash32 v0.3.1
22142026-04-07T04:56:47.664Z Compiling multer v3.1.0
22152026-04-07T04:56:47.715Z Compiling thread_local v1.1.9
22162026-04-07T04:56:47.802Z Compiling ingot-macros v0.1.1
22172026-04-07T04:56:47.826Z Compiling unicode-width v0.2.0
22182026-04-07T04:56:47.889Z Compiling match_cfg v0.1.0
22192026-04-07T04:56:47.985Z Compiling smoltcp v0.11.0
22202026-04-07T04:56:48.016Z Compiling slog-async v2.8.0
22212026-04-07T04:56:48.099Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22222026-04-07T04:56:48.178Z Compiling proc-macro-crate v3.4.0
22232026-04-07T04:56:48.291Z Compiling hostname v0.3.1
22242026-04-07T04:56:48.411Z Compiling futures v0.3.32
22252026-04-07T04:56:48.442Z Compiling derive-ex v0.1.8
22262026-04-07T04:56:48.512Z Compiling slog-json v2.6.1
22272026-04-07T04:56:48.641Z Compiling crossbeam-channel v0.5.15
22282026-04-07T04:56:48.766Z Compiling half v2.7.1
22292026-04-07T04:56:48.799Z Compiling newtype-uuid-macros v0.1.0
22302026-04-07T04:56:48.922Z Compiling cobs v0.3.0
22312026-04-07T04:56:49.137Z Compiling universal-hash v0.5.1
22322026-04-07T04:56:49.220Z Compiling thiserror-impl-no-std v2.0.2
22332026-04-07T04:56:49.294Z Compiling async-stream-impl v0.3.6
22342026-04-07T04:56:49.310Z Compiling serde_spanned v1.0.4
22352026-04-07T04:56:49.344Z Compiling is-terminal v0.4.17
22362026-04-07T04:56:49.464Z Compiling proc-macro-error-attr v1.0.4
22372026-04-07T04:56:49.507Z Compiling dropshot v0.16.7
22382026-04-07T04:56:49.558Z Compiling toml_writer v1.0.6+spec-1.1.0
22392026-04-07T04:56:49.704Z Compiling convert_case v0.4.0
22402026-04-07T04:56:49.732Z Compiling ciborium-io v0.2.2
22412026-04-07T04:56:49.855Z Compiling term v1.2.1
22422026-04-07T04:56:49.855Z Compiling opaque-debug v0.3.1
22432026-04-07T04:56:49.888Z Compiling take_mut v0.2.2
22442026-04-07T04:56:49.951Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22452026-04-07T04:56:49.979Z Compiling poly1305 v0.8.0
22462026-04-07T04:56:49.997Z Compiling test-strategy v0.4.5
22472026-04-07T04:56:50.012Z Compiling async-stream v0.3.6
22482026-04-07T04:56:50.042Z Compiling derive_more v0.99.20
22492026-04-07T04:56:50.237Z Compiling slog-term v2.9.2
22502026-04-07T04:56:50.281Z Compiling thiserror-no-std v2.0.2
22512026-04-07T04:56:50.322Z Compiling ciborium-ll v0.2.2
22522026-04-07T04:56:50.398Z Compiling toml v0.9.12+spec-1.1.0
22532026-04-07T04:56:50.416Z Compiling ingot-types v0.1.2
22542026-04-07T04:56:50.621Z Compiling tokio-rustls v0.25.0
22552026-04-07T04:56:50.769Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22562026-04-07T04:56:50.830Z Compiling ingot v0.1.1
22572026-04-07T04:56:50.899Z Compiling postcard v1.1.3
22582026-04-07T04:56:50.990Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22592026-04-07T04:56:51.309Z Compiling slog-bunyan v2.5.0
22602026-04-07T04:56:51.325Z Compiling num_enum_derive v0.7.5
22612026-04-07T04:56:51.341Z Compiling parse-display-derive v0.10.0
22622026-04-07T04:56:51.375Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
22632026-04-07T04:56:51.495Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22642026-04-07T04:56:51.516Z Compiling proc-macro-crate v1.3.1
22652026-04-07T04:56:51.689Z Compiling backon v1.6.0
22662026-04-07T04:56:51.767Z Compiling waitgroup v0.1.2
22672026-04-07T04:56:51.880Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
22682026-04-07T04:56:51.951Z Compiling chacha20 v0.9.1
22692026-04-07T04:56:51.967Z Compiling dropshot_endpoint v0.16.7
22702026-04-07T04:56:52.183Z Compiling rustls-pemfile v2.2.0
22712026-04-07T04:56:52.263Z Compiling blake2 v0.10.6
22722026-04-07T04:56:52.282Z Compiling aead v0.5.2
22732026-04-07T04:56:52.325Z Compiling password-hash v0.5.0
22742026-04-07T04:56:52.498Z Compiling foreign-types-macros v0.2.3
22752026-04-07T04:56:52.514Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22762026-04-07T04:56:52.548Z Compiling serde_path_to_error v0.1.20
22772026-04-07T04:56:52.605Z Compiling hostname v0.4.2
22782026-04-07T04:56:52.798Z Compiling proc-macro-error v1.0.4
22792026-04-07T04:56:52.801Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22802026-04-07T04:56:52.857Z Compiling instant v0.1.13
22812026-04-07T04:56:52.951Z Compiling debug-ignore v1.0.5
22822026-04-07T04:56:53.005Z Compiling foreign-types-shared v0.3.1
22832026-04-07T04:56:53.031Z Compiling typeid v1.0.3
22842026-04-07T04:56:53.049Z Compiling cpufeatures v0.3.0
22852026-04-07T04:56:53.052Z Compiling backoff v0.4.0
22862026-04-07T04:56:53.115Z Compiling parse-display v0.10.0
22872026-04-07T04:56:53.118Z Compiling foreign-types v0.5.0
22882026-04-07T04:56:53.118Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22892026-04-07T04:56:53.165Z Compiling chacha20 v0.10.0
22902026-04-07T04:56:53.168Z Compiling argon2 v0.5.3
22912026-04-07T04:56:53.168Z Compiling chacha20poly1305 v0.10.1
22922026-04-07T04:56:53.214Z Compiling num_enum v0.7.5
22932026-04-07T04:56:53.239Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
22942026-04-07T04:56:53.270Z Compiling num_enum_derive v0.5.11
22952026-04-07T04:56:53.317Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22962026-04-07T04:56:53.352Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22972026-04-07T04:56:53.388Z Compiling ciborium v0.2.2
22982026-04-07T04:56:53.404Z Compiling vsss-rs v3.3.4
22992026-04-07T04:56:53.777Z Compiling tabwriter v1.4.1
23002026-04-07T04:56:53.793Z Compiling toml v0.8.23
23012026-04-07T04:56:54.015Z Compiling byte-wrapper v0.1.0
23022026-04-07T04:56:54.174Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23032026-04-07T04:56:54.225Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23042026-04-07T04:56:54.242Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23052026-04-07T04:56:54.242Z Compiling regress v0.10.5
23062026-04-07T04:56:54.275Z Compiling cstr-argument v0.1.2
23072026-04-07T04:56:54.476Z Compiling erased-serde v0.4.9
23082026-04-07T04:56:54.637Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23092026-04-07T04:56:54.683Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23102026-04-07T04:56:54.827Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23112026-04-07T04:56:54.846Z Compiling num_enum v0.5.11
23122026-04-07T04:56:54.880Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23132026-04-07T04:56:54.939Z Compiling rand v0.10.0
23142026-04-07T04:56:54.956Z Compiling rayon v1.11.0
23152026-04-07T04:56:54.998Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23162026-04-07T04:56:55.082Z Compiling indent_write v2.2.0
23172026-04-07T04:56:55.142Z Compiling libefi-sys v0.1.0
23182026-04-07T04:56:55.167Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23192026-04-07T04:56:55.260Z Compiling colored v3.1.1
23202026-04-07T04:56:55.277Z Compiling zone_cfg_derive v0.3.1
23212026-04-07T04:56:55.311Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23222026-04-07T04:56:55.371Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23232026-04-07T04:56:55.407Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23242026-04-07T04:56:55.649Z Compiling camino-tempfile v1.4.1
23252026-04-07T04:56:55.741Z Compiling itertools v0.12.1
23262026-04-07T04:56:55.929Z Compiling usdt-macro v0.5.0
23272026-04-07T04:56:55.957Z Compiling usdt-attr-macro v0.5.0
23282026-04-07T04:56:55.974Z Compiling bitfield-struct v0.6.2
23292026-04-07T04:56:55.978Z Compiling num-derive v0.4.2
23302026-04-07T04:56:56.087Z Compiling ordered-float v2.10.1
23312026-04-07T04:56:56.216Z Compiling blake3 v1.8.3
23322026-04-07T04:56:56.389Z Compiling sigpipe v0.1.3
23332026-04-07T04:56:56.508Z Compiling memmap v0.7.0
23342026-04-07T04:56:56.601Z Compiling swrite v0.1.0
23352026-04-07T04:56:56.627Z Compiling glob v0.3.3
23362026-04-07T04:56:56.661Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23372026-04-07T04:56:56.721Z Compiling usdt v0.5.0
23382026-04-07T04:56:56.739Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23392026-04-07T04:56:56.912Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23402026-04-07T04:56:56.928Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23412026-04-07T04:56:57.077Z Compiling zone v0.3.1
23422026-04-07T04:56:57.146Z Compiling serde-value v0.7.0
23432026-04-07T04:56:57.220Z Compiling serde-untagged v0.1.9
23442026-04-07T04:56:57.291Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23452026-04-07T04:56:57.402Z Compiling smf v0.2.3
23462026-04-07T04:56:57.571Z Compiling filetime v0.2.27
23472026-04-07T04:56:57.610Z Compiling whoami v1.6.1
23482026-04-07T04:56:57.613Z Compiling unicode-xid v0.2.6
23492026-04-07T04:56:57.643Z Compiling arrayvec v0.7.6
23502026-04-07T04:56:57.679Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-04-07T04:56:57.787Z Compiling xattr v1.6.1
23522026-04-07T04:56:57.804Z Compiling constant_time_eq v0.4.2
23532026-04-07T04:56:57.819Z Compiling arrayref v0.3.9
23542026-04-07T04:56:57.822Z Compiling same-file v1.0.6
23552026-04-07T04:56:57.865Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23562026-04-07T04:56:57.912Z Compiling cargo-util-schemas v0.8.2
23572026-04-07T04:56:57.928Z Compiling tar v0.4.45
23582026-04-07T04:56:58.006Z Compiling walkdir v2.5.0
23592026-04-07T04:56:58.043Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23602026-04-07T04:56:58.093Z Compiling tokio-dtrace v0.1.1
23612026-04-07T04:56:58.302Z Compiling console v0.16.2
23622026-04-07T04:56:58.449Z Compiling gethostname v0.5.0
23632026-04-07T04:56:58.569Z Compiling cargo-platform v0.2.0
23642026-04-07T04:56:58.586Z Compiling unit-prefix v0.5.2
23652026-04-07T04:56:58.606Z Compiling topological-sort v0.2.2
23662026-04-07T04:56:58.711Z Compiling indicatif v0.18.4
23672026-04-07T04:56:58.761Z Compiling oxide-tokio-rt v0.1.3
23682026-04-07T04:56:58.778Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23692026-04-07T04:56:58.806Z Compiling shell-words v1.1.1
23702026-04-07T04:56:59.081Z Compiling cargo_metadata v0.21.0
23712026-04-07T04:57:07.972Z Compiling progenitor-client v0.10.0
23722026-04-07T04:57:07.972Z Compiling omicron-zone-package v0.12.2
23732026-04-07T04:57:07.991Z Compiling progenitor-client v0.13.0
23742026-04-07T04:57:08.091Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23752026-04-07T04:57:08.091Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23762026-04-07T04:57:08.094Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23772026-04-07T04:57:08.141Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23782026-04-07T04:57:08.160Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23792026-04-07T04:57:08.297Z Compiling progenitor-extras v0.1.1
23802026-04-07T04:57:08.419Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23812026-04-07T04:57:08.470Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23822026-04-07T04:57:08.488Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23832026-04-07T04:57:08.518Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23842026-04-07T04:57:13.623Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23852026-04-07T04:57:20.324Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23862026-04-07T04:57:23.656Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23872026-04-07T04:57:24.646Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23882026-04-07T04:57:33.009Z Finished `release` profile [optimized] target(s) in 1m 38s
23892026-04-07T04:57:33.158Z Running `target/release/omicron-package -t test target create -p dev`
23902026-04-07T04:57:33.219ZLogging to: /work/oxidecomputer/omicron/out/LOG
23912026-04-07T04:57:33.222ZCreated new build target 'test' and set it as active
23922026-04-07T04:57:33.225Z
23932026-04-07T04:57:33.225Zreal 1:38.654499013
23942026-04-07T04:57:33.225Zuser 16:26.518837073
23952026-04-07T04:57:33.225Zsys 2:37.218264376
23962026-04-07T04:57:33.225Ztrap 0.442192473
23972026-04-07T04:57:33.225Ztflt 2.642318761
23982026-04-07T04:57:33.225Zdflt 3.605420198
23992026-04-07T04:57:33.225Zkflt 0.003346833
24002026-04-07T04:57:33.225Zlock 51:42.782051441
24012026-04-07T04:57:33.225Zslp 42:11.170782215
24022026-04-07T04:57:33.225Zlat 41.849278860
24032026-04-07T04:57:33.225Zstop 5:25.029966364
24042026-04-07T04:57:33.225Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24052026-04-07T04:57:34.080Z Finished `release` profile [optimized] target(s) in 0.84s
24062026-04-07T04:57:34.151Z Running `target/release/omicron-package -t test package`
24072026-04-07T04:57:34.209ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-04-07T04:57:35.585Z Compiling regress v0.10.5
24092026-04-07T04:57:35.585Z Compiling heck v0.5.0
24102026-04-07T04:57:35.778Z Compiling unsafe-libyaml v0.2.11
24112026-04-07T04:57:35.817Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24122026-04-07T04:57:35.845Z Compiling unicode-width v0.1.14
24132026-04-07T04:57:35.848Z Compiling is-terminal v0.4.17
24142026-04-07T04:57:35.868Z Compiling prettyplease v0.2.37
24152026-04-07T04:57:35.909Z Compiling bytecount v0.6.9
24162026-04-07T04:57:35.909Z Compiling rustls v0.22.4
24172026-04-07T04:57:35.912Z Compiling rustls-webpki v0.102.8
24182026-04-07T04:57:35.912Z Compiling derive-where v1.6.0
24192026-04-07T04:57:35.912Z Compiling thread_local v1.1.9
24202026-04-07T04:57:35.954Z Compiling match_cfg v0.1.0
24212026-04-07T04:57:35.973Z Compiling multer v3.1.0
24222026-04-07T04:57:35.995Z Compiling slog-async v2.8.0
24232026-04-07T04:57:36.014Z Compiling typify-impl v0.6.1
24242026-04-07T04:57:36.017Z Compiling crossbeam-channel v0.5.15
24252026-04-07T04:57:36.034Z Compiling slog-json v2.6.1
24262026-04-07T04:57:36.119Z Compiling hostname v0.3.1
24272026-04-07T04:57:36.122Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24282026-04-07T04:57:36.144Z Compiling futures-executor v0.3.32
24292026-04-07T04:57:36.164Z Compiling serde_spanned v1.0.4
24302026-04-07T04:57:36.166Z Compiling take_mut v0.2.2
24312026-04-07T04:57:36.250Z Compiling term v1.2.1
24322026-04-07T04:57:36.253Z Compiling toml_writer v1.0.6+spec-1.1.0
24332026-04-07T04:57:36.297Z Compiling slog-bunyan v2.5.0
24342026-04-07T04:57:36.322Z Compiling serde_yaml v0.9.34+deprecated
24352026-04-07T04:57:36.395Z Compiling futures v0.3.32
24362026-04-07T04:57:36.452Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24372026-04-07T04:57:36.452Z Compiling dropshot v0.16.7
24382026-04-07T04:57:36.521Z Compiling toml v0.9.12+spec-1.1.0
24392026-04-07T04:57:36.521Z Compiling async-stream v0.3.6
24402026-04-07T04:57:36.563Z Compiling slog-term v2.9.2
24412026-04-07T04:57:36.589Z Compiling progenitor-client v0.13.0
24422026-04-07T04:57:36.618Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24432026-04-07T04:57:36.639Z Compiling waitgroup v0.1.2
24442026-04-07T04:57:36.725Z Compiling backon v1.6.0
24452026-04-07T04:57:36.779Z Compiling rustls-pemfile v2.2.0
24462026-04-07T04:57:36.802Z Compiling serde_path_to_error v0.1.20
24472026-04-07T04:57:36.824Z Compiling hostname v0.4.2
24482026-04-07T04:57:36.847Z Compiling instant v0.1.13
24492026-04-07T04:57:36.927Z Compiling debug-ignore v1.0.5
24502026-04-07T04:57:36.949Z Compiling progenitor-extras v0.1.1
24512026-04-07T04:57:36.970Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24522026-04-07T04:57:36.992Z Compiling backoff v0.4.0
24532026-04-07T04:57:36.995Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24542026-04-07T04:57:37.033Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24552026-04-07T04:57:37.064Z Compiling parse-display v0.10.0
24562026-04-07T04:57:37.089Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24572026-04-07T04:57:37.181Z Compiling progenitor-client v0.10.0
24582026-04-07T04:57:37.203Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24592026-04-07T04:57:37.238Z Compiling macaddr v1.0.1
24602026-04-07T04:57:37.353Z Compiling console v0.15.11
24612026-04-07T04:57:37.375Z Compiling num-rational v0.4.2
24622026-04-07T04:57:37.540Z Compiling num-complex v0.4.6
24632026-04-07T04:57:37.645Z Compiling slog-dtrace v0.3.0
24642026-04-07T04:57:37.675Z Compiling newline-converter v0.3.0
24652026-04-07T04:57:37.722Z Compiling atomicwrites v0.4.4
24662026-04-07T04:57:37.768Z Compiling async-recursion v1.1.1
24672026-04-07T04:57:37.846Z Compiling float-ord v0.3.2
24682026-04-07T04:57:37.964Z Compiling num v0.4.3
24692026-04-07T04:57:38.016Z Compiling owo-colors v4.3.0
24702026-04-07T04:57:38.041Z Compiling cancel-safe-futures v0.1.5
24712026-04-07T04:57:38.104Z Compiling expectorate v1.2.0
24722026-04-07T04:57:38.107Z Compiling libsw-core v0.3.2
24732026-04-07T04:57:38.107Z Compiling resolv-conf v0.7.6
24742026-04-07T04:57:38.195Z Compiling tokio-rustls v0.25.0
24752026-04-07T04:57:38.339Z Compiling libsw v3.5.0
24762026-04-07T04:57:38.360Z Compiling toml v0.8.23
24772026-04-07T04:57:38.360Z Compiling linear-map v1.2.0
24782026-04-07T04:57:38.514Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24792026-04-07T04:57:38.514Z Compiling linked-hash-map v0.5.6
24802026-04-07T04:57:38.560Z Compiling minimal-lexical v0.2.1
24812026-04-07T04:57:38.674Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24822026-04-07T04:57:38.711Z Compiling unicode-xid v0.2.6
24832026-04-07T04:57:38.778Z Compiling lru-cache v0.1.2
24842026-04-07T04:57:38.799Z Compiling nom v7.1.3
24852026-04-07T04:57:38.802Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24862026-04-07T04:57:38.840Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24872026-04-07T04:57:38.866Z Compiling globset v0.4.18
24882026-04-07T04:57:38.869Z Compiling hickory-proto v0.24.4
24892026-04-07T04:57:38.954Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24902026-04-07T04:57:38.987Z Compiling convert_case v0.10.0
24912026-04-07T04:57:39.255Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24922026-04-07T04:57:39.295Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24932026-04-07T04:57:39.450Z Compiling derive_more-impl v2.1.1
24942026-04-07T04:57:40.157Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24952026-04-07T04:57:40.256Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24962026-04-07T04:57:40.284Z Compiling pin-project-internal v1.1.11
24972026-04-07T04:57:40.287Z Compiling derive_more v2.1.1
24982026-04-07T04:57:40.427Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24992026-04-07T04:57:40.517Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25002026-04-07T04:57:40.684Z Compiling typify-macro v0.6.1
25012026-04-07T04:57:40.706Z Compiling pem v3.0.6
25022026-04-07T04:57:41.314Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25032026-04-07T04:57:41.427Z Compiling hickory-resolver v0.24.4
25042026-04-07T04:57:41.581Z Compiling pin-project v1.1.11
25052026-04-07T04:57:41.606Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25062026-04-07T04:57:41.722Z Compiling snafu-derive v0.8.9
25072026-04-07T04:57:41.831Z Compiling termtree v0.5.1
25082026-04-07T04:57:42.032Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25092026-04-07T04:57:42.270Z Compiling typify v0.6.1
25102026-04-07T04:57:42.382Z Compiling progenitor-impl v0.13.0
25112026-04-07T04:57:42.748Z Compiling qorb v0.4.1
25122026-04-07T04:57:43.006Z Compiling crossterm v0.29.0
25132026-04-07T04:57:43.433Z Compiling snafu v0.8.9
25142026-04-07T04:57:43.484Z Compiling olpc-cjson v0.1.4
25152026-04-07T04:57:43.783Z Compiling phf_shared v0.12.1
25162026-04-07T04:57:44.055Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25172026-04-07T04:57:44.077Z Compiling serde_plain v1.0.2
25182026-04-07T04:57:44.395Z Compiling csv-core v0.1.13
25192026-04-07T04:57:44.567Z Compiling vte v0.14.1
25202026-04-07T04:57:44.602Z Compiling progenitor-macro v0.13.0
25212026-04-07T04:57:44.723Z Compiling highway v1.3.0
25222026-04-07T04:57:44.831Z Compiling typed-path v0.9.3
25232026-04-07T04:57:44.834Z Compiling chrono-tz v0.10.4
25242026-04-07T04:57:44.906Z Compiling strip-ansi-escapes v0.2.1
25252026-04-07T04:57:45.087Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25262026-04-07T04:57:45.455Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25272026-04-07T04:57:45.477Z Compiling csv v1.4.0
25282026-04-07T04:57:45.999Z Compiling tough v0.20.0
25292026-04-07T04:57:47.062Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25302026-04-07T04:57:47.389Z Compiling phf v0.12.1
25312026-04-07T04:57:47.543Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25322026-04-07T04:57:47.597Z Compiling const_format_proc_macros v0.2.34
25332026-04-07T04:57:47.753Z Compiling papergrid v0.11.0
25342026-04-07T04:57:47.923Z Compiling tabled_derive v0.7.0
25352026-04-07T04:57:48.021Z Compiling fd-lock v4.0.4
25362026-04-07T04:57:48.074Z Compiling peg-macros v0.8.5
25372026-04-07T04:57:48.394Z Compiling nu-ansi-term v0.50.3
25382026-04-07T04:57:48.738Z Compiling progenitor v0.13.0
25392026-04-07T04:57:48.926Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25402026-04-07T04:57:48.947Z Compiling tabled v0.15.0
25412026-04-07T04:57:49.358Z Compiling peg v0.8.5
25422026-04-07T04:57:49.466Z Compiling reedline v0.40.0
25432026-04-07T04:57:49.530Z Compiling const_format v0.2.35
25442026-04-07T04:57:50.028Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25452026-04-07T04:57:50.114Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25462026-04-07T04:57:50.245Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25472026-04-07T04:57:51.149Z Compiling bcs v0.1.6
25482026-04-07T04:57:51.534Z Compiling semver v0.1.20
25492026-04-07T04:57:51.594Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25502026-04-07T04:57:51.836Z Compiling rustc_version v0.1.7
25512026-04-07T04:57:51.858Z Compiling unicode-linebreak v0.1.5
25522026-04-07T04:57:52.072Z Compiling newtype_derive v0.1.6
25532026-04-07T04:57:52.193Z Compiling smawk v0.3.2
25542026-04-07T04:57:52.332Z Compiling humantime v2.3.0
25552026-04-07T04:57:52.392Z Compiling textwrap v0.16.2
25562026-04-07T04:57:52.887Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25572026-04-07T04:57:52.918Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25582026-04-07T04:57:53.108Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25592026-04-07T04:57:53.224Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25602026-04-07T04:57:53.405Z Compiling dropshot-api-manager-types v0.6.0
25612026-04-07T04:57:54.020Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25622026-04-07T04:57:54.090Z Compiling base64 v0.21.7
25632026-04-07T04:57:54.115Z Compiling steno v0.4.1
25642026-04-07T04:57:54.623Z Compiling utf-8 v0.7.6
25652026-04-07T04:57:54.646Z Compiling tagptr v0.2.0
25662026-04-07T04:57:54.764Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25672026-04-07T04:57:54.851Z Compiling moka v0.12.13
25682026-04-07T04:57:54.874Z Compiling tungstenite v0.21.0
25692026-04-07T04:57:54.965Z Compiling radium v0.7.0
25702026-04-07T04:57:55.315Z Compiling maybe-uninit v2.0.0
25712026-04-07T04:57:55.457Z Compiling tap v1.0.1
25722026-04-07T04:57:55.607Z Compiling tokio-tungstenite v0.21.0
25732026-04-07T04:57:55.698Z Compiling wyz v0.5.1
25742026-04-07T04:57:55.936Z Compiling hickory-resolver v0.25.2
25752026-04-07T04:57:56.076Z Compiling zerocopy-derive v0.6.6
25762026-04-07T04:57:56.270Z Compiling funty v2.0.0
25772026-04-07T04:57:56.767Z Compiling packed_struct v0.10.1
25782026-04-07T04:57:56.848Z Compiling crc-catalog v2.4.0
25792026-04-07T04:57:56.979Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25802026-04-07T04:57:57.008Z Compiling display-error-chain v0.2.2
25812026-04-07T04:57:57.132Z Compiling crc v3.4.0
25822026-04-07T04:57:57.218Z Compiling zerocopy v0.6.6
25832026-04-07T04:57:57.241Z Compiling bitvec v1.0.1
25842026-04-07T04:57:57.356Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25852026-04-07T04:57:57.623Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25862026-04-07T04:57:57.928Z Compiling packed_struct_codegen v0.10.1
25872026-04-07T04:57:58.938Z Compiling bitfield-macros v0.19.4
25882026-04-07T04:57:59.068Z Compiling indexmap v1.9.3
25892026-04-07T04:57:59.309Z Compiling nodrop v0.1.14
25902026-04-07T04:57:59.379Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25912026-04-07T04:57:59.435Z Compiling array-init v0.0.4
25922026-04-07T04:57:59.647Z Compiling bitfield v0.19.4
25932026-04-07T04:57:59.682Z Compiling smallvec v0.6.14
25942026-04-07T04:57:59.839Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25952026-04-07T04:57:59.959Z Compiling num-derive v0.3.3
25962026-04-07T04:57:59.987Z Compiling proc-macro-error-attr2 v2.0.0
25972026-04-07T04:58:00.402Z Compiling hashbrown v0.12.3
25982026-04-07T04:58:00.844Z Compiling libscf-sys v1.1.0
25992026-04-07T04:58:01.040Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26002026-04-07T04:58:01.071Z Compiling proc-macro-error2 v2.0.1
26012026-04-07T04:58:01.335Z Compiling serde-hex v0.1.0
26022026-04-07T04:58:01.386Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26032026-04-07T04:58:01.543Z Compiling ron v0.8.1
26042026-04-07T04:58:01.643Z Compiling typify-impl v0.4.3
26052026-04-07T04:58:01.829Z Compiling hashbrown v0.13.2
26062026-04-07T04:58:02.020Z Compiling vergen-gitcl v1.0.8
26072026-04-07T04:58:02.267Z Compiling dirs-sys-next v0.1.2
26082026-04-07T04:58:02.453Z Compiling maplit v1.0.2
26092026-04-07T04:58:02.476Z Compiling glob v0.3.3
26102026-04-07T04:58:02.558Z Compiling crunchy v0.2.4
26112026-04-07T04:58:02.584Z Compiling diesel_derives v2.3.7
26122026-04-07T04:58:02.647Z Compiling crc-any v2.5.0
26132026-04-07T04:58:02.710Z Compiling dirs-next v2.0.0
26142026-04-07T04:58:02.843Z Compiling object v0.30.4
26152026-04-07T04:58:02.868Z Compiling clang-sys v1.8.1
26162026-04-07T04:58:02.921Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26172026-04-07T04:58:02.971Z Compiling tabled_derive v0.11.0
26182026-04-07T04:58:03.087Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26192026-04-07T04:58:03.259Z Compiling papergrid v0.17.0
26202026-04-07T04:58:03.466Z Compiling testing_table v0.3.0
26212026-04-07T04:58:03.598Z Compiling dsl_auto_type v0.2.0
26222026-04-07T04:58:03.794Z Compiling scheduled-thread-pool v0.2.7
26232026-04-07T04:58:03.905Z Compiling diesel_table_macro_syntax v0.3.0
26242026-04-07T04:58:03.942Z Compiling tiny-keccak v2.0.2
26252026-04-07T04:58:03.963Z Compiling path-slash v0.1.5
26262026-04-07T04:58:04.015Z Compiling r2d2 v0.8.10
26272026-04-07T04:58:04.245Z Compiling term v0.7.0
26282026-04-07T04:58:04.305Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26292026-04-07T04:58:04.334Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-04-07T04:58:04.403Z Compiling downcast-rs v2.0.2
26312026-04-07T04:58:04.545Z Compiling tabled v0.20.0
26322026-04-07T04:58:04.578Z Compiling xshell-macros v0.2.7
26332026-04-07T04:58:04.631Z Compiling bit-vec v0.6.3
26342026-04-07T04:58:04.764Z Compiling ascii-canvas v3.0.0
26352026-04-07T04:58:04.867Z Compiling bit-set v0.5.3
26362026-04-07T04:58:04.891Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26372026-04-07T04:58:04.965Z Compiling xshell v0.2.7
26382026-04-07T04:58:05.019Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26392026-04-07T04:58:05.044Z Compiling itertools v0.10.5
26402026-04-07T04:58:05.063Z Compiling ena v0.14.4
26412026-04-07T04:58:05.111Z Compiling typify-macro v0.4.3
26422026-04-07T04:58:05.319Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26432026-04-07T04:58:05.496Z Compiling libloading v0.8.9
26442026-04-07T04:58:05.745Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26452026-04-07T04:58:05.767Z Compiling diff v0.1.13
26462026-04-07T04:58:06.034Z Compiling regex-syntax v0.6.29
26472026-04-07T04:58:06.148Z Compiling unicase v2.9.0
26482026-04-07T04:58:06.286Z Compiling bindgen v0.71.1
26492026-04-07T04:58:06.490Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26502026-04-07T04:58:07.662Z Compiling lalrpop v0.19.12
26512026-04-07T04:58:07.718Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26522026-04-07T04:58:08.006Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26532026-04-07T04:58:08.618Z Compiling cexpr v0.6.0
26542026-04-07T04:58:08.858Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26552026-04-07T04:58:08.988Z Compiling diesel v2.3.7
26562026-04-07T04:58:08.992Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26572026-04-07T04:58:09.081Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26582026-04-07T04:58:09.169Z Compiling crc8 v0.1.1
26592026-04-07T04:58:09.263Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26602026-04-07T04:58:09.308Z Compiling typify v0.4.3
26612026-04-07T04:58:09.327Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26622026-04-07T04:58:09.453Z Compiling headers-core v0.3.0
26632026-04-07T04:58:09.621Z Compiling libxml v0.3.3
26642026-04-07T04:58:09.674Z Compiling headers v0.4.1
26652026-04-07T04:58:09.734Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26662026-04-07T04:58:09.937Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26672026-04-07T04:58:10.164Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26682026-04-07T04:58:10.638Z Compiling strum_macros v0.24.3
26692026-04-07T04:58:10.934Z Compiling indoc v1.0.9
26702026-04-07T04:58:11.323Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26712026-04-07T04:58:11.397Z Compiling derive_builder v0.20.2
26722026-04-07T04:58:11.551Z Compiling oso-derive v0.27.3
26732026-04-07T04:58:11.573Z Compiling quick-xml v0.37.5
26742026-04-07T04:58:11.626Z Compiling impl-trait-for-tuples v0.2.3
26752026-04-07T04:58:11.648Z Compiling openssl-probe v0.1.6
26762026-04-07T04:58:11.899Z Compiling half v1.8.3
26772026-04-07T04:58:12.005Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26782026-04-07T04:58:12.077Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26792026-04-07T04:58:12.369Z Compiling serde_cbor v0.11.2
26802026-04-07T04:58:12.474Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26812026-04-07T04:58:12.748Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26822026-04-07T04:58:12.920Z Compiling bb8 v0.8.6
26832026-04-07T04:58:12.986Z Compiling trait-variant v0.1.2
26842026-04-07T04:58:13.196Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26852026-04-07T04:58:13.305Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26862026-04-07T04:58:13.418Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26872026-04-07T04:58:13.535Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26882026-04-07T04:58:13.650Z Compiling fxhash v0.2.1
26892026-04-07T04:58:13.671Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26902026-04-07T04:58:13.863Z Compiling progenitor-impl v0.10.0
26912026-04-07T04:58:13.897Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26922026-04-07T04:58:13.935Z Compiling samael v0.0.19
26932026-04-07T04:58:14.005Z Compiling kstat-rs v0.2.4
26942026-04-07T04:58:14.056Z Compiling libz-sys v1.1.24
26952026-04-07T04:58:14.303Z Compiling nonempty v0.12.0
26962026-04-07T04:58:14.458Z Compiling salty v0.3.0
26972026-04-07T04:58:14.544Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26982026-04-07T04:58:14.930Z Compiling progenitor-impl v0.11.2
26992026-04-07T04:58:15.168Z Compiling polar-core v0.27.3
27002026-04-07T04:58:15.297Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27012026-04-07T04:58:15.430Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27022026-04-07T04:58:15.481Z Compiling darling_core v0.23.0
27032026-04-07T04:58:15.992Z Compiling progenitor-macro v0.10.0
27042026-04-07T04:58:17.119Z Compiling nanorand v0.7.0
27052026-04-07T04:58:17.495Z Compiling arc-swap v1.8.2
27062026-04-07T04:58:17.589Z Compiling fs-err v2.11.0
27072026-04-07T04:58:17.835Z Compiling parking_lot_core v0.8.6
27082026-04-07T04:58:17.920Z Compiling mime_guess v2.0.5
27092026-04-07T04:58:18.019Z Compiling slog-scope v4.4.1
27102026-04-07T04:58:18.144Z Compiling darling_macro v0.23.0
27112026-04-07T04:58:18.447Z Compiling flume v0.11.1
27122026-04-07T04:58:18.482Z Compiling progenitor-macro v0.11.2
27132026-04-07T04:58:18.656Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27142026-04-07T04:58:18.875Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27152026-04-07T04:58:19.782Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27162026-04-07T04:58:20.046Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27172026-04-07T04:58:20.245Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27182026-04-07T04:58:21.679Z Compiling progenitor v0.10.0
27192026-04-07T04:58:22.513Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27202026-04-07T04:58:22.915Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27212026-04-07T04:58:23.488Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27222026-04-07T04:58:24.205Z Compiling oso v0.27.3
27232026-04-07T04:58:24.247Z Compiling progenitor-client v0.11.2
27242026-04-07T04:58:25.004Z Compiling git-stub v1.0.0
27252026-04-07T04:58:25.275Z Compiling libgit2-sys v0.18.3+1.9.2
27262026-04-07T04:58:25.692Z Compiling instability v0.3.11
27272026-04-07T04:58:26.753Z Compiling diesel-dtrace v0.5.0
27282026-04-07T04:58:26.793Z Compiling async-bb8-diesel v0.2.1
27292026-04-07T04:58:27.289Z Compiling git-stub-vcs v0.1.0
27302026-04-07T04:58:27.682Z Compiling progenitor v0.11.2
27312026-04-07T04:58:27.872Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27322026-04-07T04:58:27.995Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27332026-04-07T04:58:29.489Z Compiling darling v0.23.0
27342026-04-07T04:58:29.639Z Compiling slog-stdlog v4.1.1
27352026-04-07T04:58:30.264Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27362026-04-07T04:58:30.358Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27372026-04-07T04:58:30.527Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27382026-04-07T04:58:30.673Z Compiling ignore v0.4.25
27392026-04-07T04:58:31.516Z Compiling primeorder v0.13.6
27402026-04-07T04:58:31.845Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27412026-04-07T04:58:32.898Z Compiling castaway v0.2.4
27422026-04-07T04:58:32.927Z Compiling atty v0.2.14
27432026-04-07T04:58:33.062Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27442026-04-07T04:58:33.082Z Compiling parse-size v1.1.0
27452026-04-07T04:58:33.276Z Compiling http-range v0.1.5
27462026-04-07T04:58:33.311Z Compiling indoc v2.0.7
27472026-04-07T04:58:33.331Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27482026-04-07T04:58:33.600Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27492026-04-07T04:58:33.621Z Compiling compact_str v0.8.1
27502026-04-07T04:58:33.625Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-04-07T04:58:34.438Z Compiling p384 v0.13.1
27522026-04-07T04:58:35.695Z Compiling globwalk v0.9.1
27532026-04-07T04:58:36.085Z Compiling parking_lot v0.11.2
27542026-04-07T04:58:36.199Z Compiling slog-envlogger v2.2.0
27552026-04-07T04:58:36.373Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27562026-04-07T04:58:36.540Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27572026-04-07T04:58:36.840Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27582026-04-07T04:58:37.002Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27592026-04-07T04:58:37.006Z Compiling predicates-tree v1.0.13
27602026-04-07T04:58:37.117Z Compiling unicode-truncate v1.1.0
27612026-04-07T04:58:37.343Z Compiling lru v0.12.5
27622026-04-07T04:58:37.379Z Compiling prefix-trie v0.7.0
27632026-04-07T04:58:37.512Z Compiling rand_seeder v0.4.0
27642026-04-07T04:58:37.578Z Compiling vergen-git2 v1.0.7
27652026-04-07T04:58:37.648Z Compiling cassowary v0.3.0
27662026-04-07T04:58:37.781Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27672026-04-07T04:58:37.815Z Compiling hickory-server v0.25.2
27682026-04-07T04:58:37.875Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-04-07T04:58:37.898Z Compiling camino-tempfile-ext v0.3.3
27702026-04-07T04:58:37.959Z Compiling ratatui v0.29.0
27712026-04-07T04:58:38.017Z Compiling hyper-staticfile v0.10.1
27722026-04-07T04:58:38.550Z Compiling sled v0.34.7
27732026-04-07T04:58:39.249Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27742026-04-07T04:58:39.532Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27752026-04-07T04:58:39.916Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-04-07T04:58:40.277Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27772026-04-07T04:58:40.616Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27782026-04-07T04:58:40.707Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27792026-04-07T04:58:41.360Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27802026-04-07T04:58:41.565Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-04-07T04:58:41.890Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27822026-04-07T04:58:42.028Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27832026-04-07T04:58:42.181Z Compiling rustls v0.21.12
27842026-04-07T04:58:42.301Z Compiling corncobs v0.1.4
27852026-04-07T04:58:42.469Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-04-07T04:58:42.569Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27872026-04-07T04:58:42.852Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27882026-04-07T04:58:42.941Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27892026-04-07T04:58:43.200Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-04-07T04:58:43.440Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27912026-04-07T04:58:43.507Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27922026-04-07T04:58:43.533Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27932026-04-07T04:58:43.802Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27942026-04-07T04:58:46.258Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27952026-04-07T04:58:46.417Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27962026-04-07T04:58:46.615Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27972026-04-07T04:58:46.618Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27982026-04-07T04:58:46.659Z Compiling rustls-webpki v0.101.7
27992026-04-07T04:58:46.844Z Compiling sct v0.7.1
28002026-04-07T04:58:46.873Z Compiling nix v0.29.0
28012026-04-07T04:58:47.134Z Compiling secrecy v0.8.0
28022026-04-07T04:58:47.279Z Compiling void v1.0.2
28032026-04-07T04:58:47.437Z Compiling lzss v0.8.2
28042026-04-07T04:58:48.398Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28052026-04-07T04:58:48.430Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28062026-04-07T04:58:48.559Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28072026-04-07T04:58:49.529Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28082026-04-07T04:58:49.831Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28092026-04-07T04:58:49.853Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28102026-04-07T04:58:49.973Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28112026-04-07T04:58:50.219Z Compiling tungstenite v0.23.0
28122026-04-07T04:58:50.550Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28132026-04-07T04:58:50.626Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28142026-04-07T04:58:50.785Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28152026-04-07T04:58:50.860Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28162026-04-07T04:58:51.017Z Compiling nix v0.27.1
28172026-04-07T04:58:51.094Z Compiling serde_bytes v0.11.19
28182026-04-07T04:58:51.307Z Compiling tokio-tungstenite v0.23.1
28192026-04-07T04:58:51.429Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28202026-04-07T04:58:51.681Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28212026-04-07T04:58:52.201Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28222026-04-07T04:58:52.322Z Compiling tokio-rustls v0.24.1
28232026-04-07T04:58:52.570Z Compiling git2 v0.20.4
28242026-04-07T04:58:52.615Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28252026-04-07T04:58:52.723Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28262026-04-07T04:58:53.085Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28272026-04-07T04:58:53.513Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28282026-04-07T04:58:55.496Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28292026-04-07T04:58:55.663Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28302026-04-07T04:58:55.881Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28312026-04-07T04:58:57.315Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28322026-04-07T04:58:58.073Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28332026-04-07T04:58:58.749Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28342026-04-07T04:58:59.770Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28352026-04-07T04:58:59.795Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28362026-04-07T04:59:00.716Z Compiling rustls-pemfile v1.0.4
28372026-04-07T04:59:01.140Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28382026-04-07T04:59:01.315Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28392026-04-07T04:59:01.454Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28402026-04-07T04:59:02.697Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28412026-04-07T04:59:04.227Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28422026-04-07T04:59:04.405Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28432026-04-07T04:59:05.391Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28442026-04-07T04:59:05.442Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28452026-04-07T04:59:05.632Z Compiling signal-hook-tokio v0.3.1
28462026-04-07T04:59:05.679Z Compiling twox-hash v2.1.2
28472026-04-07T04:59:05.829Z Compiling yasna v0.5.2
28482026-04-07T04:59:06.232Z Compiling is_ci v1.2.0
28492026-04-07T04:59:06.286Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28502026-04-07T04:59:06.346Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28512026-04-07T04:59:06.442Z Compiling rcgen v0.12.1
28522026-04-07T04:59:06.463Z Compiling supports-color v3.0.2
28532026-04-07T04:59:06.750Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28542026-04-07T04:59:06.823Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28552026-04-07T04:59:06.854Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28562026-04-07T04:59:07.376Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28572026-04-07T04:59:07.398Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28582026-04-07T04:59:08.142Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28592026-04-07T04:59:09.353Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28602026-04-07T04:59:10.447Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28612026-04-07T04:59:10.901Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28622026-04-07T04:59:11.129Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28632026-04-07T04:59:11.427Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28642026-04-07T04:59:11.662Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28652026-04-07T04:59:11.882Z Compiling fatfs v0.3.6
28662026-04-07T04:59:11.906Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28672026-04-07T04:59:12.310Z Compiling rtoolbox v0.0.3
28682026-04-07T04:59:12.598Z Compiling subprocess v0.2.15
28692026-04-07T04:59:13.106Z Compiling seq-macro v0.3.6
28702026-04-07T04:59:13.602Z Compiling assert_matches v1.5.0
28712026-04-07T04:59:13.715Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28722026-04-07T04:59:14.366Z Compiling rpassword v7.4.0
28732026-04-07T04:59:14.652Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28742026-04-07T04:59:14.860Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28752026-04-07T04:59:15.198Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28762026-04-07T04:59:15.343Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28772026-04-07T04:59:15.535Z Compiling tui-tree-widget v0.23.1
28782026-04-07T04:59:15.580Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28792026-04-07T04:59:15.831Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28802026-04-07T04:59:16.354Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28812026-04-07T04:59:17.455Z Compiling uzers v0.12.2
28822026-04-07T04:59:17.794Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28832026-04-07T04:59:18.770Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28842026-04-07T04:59:19.191Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28852026-04-07T04:59:20.032Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28862026-04-07T04:59:23.533Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28872026-04-07T04:59:25.709Z Compiling support-bundle-viewer v0.1.2
28882026-04-07T04:59:26.235Z Compiling multimap v0.10.1
28892026-04-07T04:59:35.339Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28902026-04-07T04:59:43.473Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28912026-04-07T04:59:44.163Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28922026-04-07T04:59:46.584Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28932026-04-07T05:05:49.647Z Finished `release` profile [optimized] target(s) in 8m 15s
28942026-04-07T05:06:31.366Z
28952026-04-07T05:06:31.369Zreal 8:58.034402170
28962026-04-07T05:06:31.369Zuser 1:16:52.765138873
28972026-04-07T05:06:31.369Zsys 3:22.994304820
28982026-04-07T05:06:31.369Ztrap 1.722864554
28992026-04-07T05:06:31.369Ztflt 2.252562169
29002026-04-07T05:06:31.369Zdflt 16.658453120
29012026-04-07T05:06:31.370Zkflt 0.001404224
29022026-04-07T05:06:31.370Zlock 6:46:16.739190592
29032026-04-07T05:06:31.370Zslp 2:12:32.654865226
29042026-04-07T05:06:31.370Zlat 2:25.110142734
29052026-04-07T05:06:31.370Zstop 5:08.761956908
29062026-04-07T05:06:31.370Z+ mapfile -t packages
29072026-04-07T05:06:31.370Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29082026-04-07T05:06:32.306Z Finished `release` profile [optimized] target(s) in 0.92s
29092026-04-07T05:06:32.379Z Running `target/release/omicron-package -t test list-outputs`
29102026-04-07T05:06:32.432ZLogging to: /work/oxidecomputer/omicron/out/LOG
29112026-04-07T05:06:32.435Z+ ptime -m cargo build --locked --release -p xtask
29122026-04-07T05:06:32.953Z Compiling libc v0.2.180
29132026-04-07T05:06:32.953Z Compiling serde v1.0.228
29142026-04-07T05:06:32.953Z Compiling serde_core v1.0.228
29152026-04-07T05:06:32.957Z Compiling rustix v1.1.3
29162026-04-07T05:06:32.957Z Compiling serde_json v1.0.149
29172026-04-07T05:06:32.957Z Compiling bitflags v2.11.0
29182026-04-07T05:06:33.095Z Compiling num-traits v0.2.19
29192026-04-07T05:06:33.104Z Compiling syn v2.0.117
29202026-04-07T05:06:33.114Z Compiling smallvec v1.15.1
29212026-04-07T05:06:33.124Z Compiling hashbrown v0.16.1
29222026-04-07T05:06:33.144Z Compiling usdt-impl v0.5.0
29232026-04-07T05:06:33.156Z Compiling syn v1.0.109
29242026-04-07T05:06:33.170Z Compiling getrandom v0.4.1
29252026-04-07T05:06:33.174Z Compiling log v0.4.29
29262026-04-07T05:06:33.300Z Compiling percent-encoding v2.3.2
29272026-04-07T05:06:33.457Z Compiling form_urlencoded v1.2.2
29282026-04-07T05:06:33.461Z Compiling fs-err v3.3.0
29292026-04-07T05:06:33.598Z Compiling once_cell v1.21.3
29302026-04-07T05:06:33.601Z Compiling heck v0.4.1
29312026-04-07T05:06:33.636Z Compiling anyhow v1.0.102
29322026-04-07T05:06:33.733Z Compiling indexmap v2.13.0
29332026-04-07T05:06:33.829Z Compiling errno v0.3.14
29342026-04-07T05:06:33.843Z Compiling thread-id v4.2.2
29352026-04-07T05:06:33.891Z Compiling memmap v0.7.0
29362026-04-07T05:06:34.149Z Compiling ordered-float v2.10.1
29372026-04-07T05:06:34.709Z Compiling proc-macro-error v1.0.4
29382026-04-07T05:06:34.841Z Compiling terminal_size v0.4.3
29392026-04-07T05:06:34.841Z Compiling tempfile v3.25.0
29402026-04-07T05:06:34.939Z Compiling clap_builder v4.5.60
29412026-04-07T05:06:34.939Z Compiling textwrap v0.16.2
29422026-04-07T05:06:34.961Z Compiling tabled_derive v0.7.0
29432026-04-07T05:06:35.080Z Compiling camino-tempfile v1.4.1
29442026-04-07T05:06:35.605Z Compiling tabled v0.15.0
29452026-04-07T05:06:35.624Z Compiling synstructure v0.13.2
29462026-04-07T05:06:35.624Z Compiling pest_generator v2.8.6
29472026-04-07T05:06:36.002Z Compiling serde_derive v1.0.228
29482026-04-07T05:06:36.002Z Compiling zerovec-derive v0.11.2
29492026-04-07T05:06:36.005Z Compiling displaydoc v0.2.5
29502026-04-07T05:06:36.005Z Compiling thiserror-impl v1.0.69
29512026-04-07T05:06:36.005Z Compiling zerocopy-derive v0.7.35
29522026-04-07T05:06:36.005Z Compiling scroll_derive v0.12.1
29532026-04-07T05:06:36.005Z Compiling thiserror-impl v2.0.18
29542026-04-07T05:06:36.006Z Compiling clap_derive v4.5.55
29552026-04-07T05:06:36.040Z Compiling zerofrom-derive v0.1.6
29562026-04-07T05:06:36.051Z Compiling yoke-derive v0.8.1
29572026-04-07T05:06:36.149Z Compiling pest_derive v2.8.6
29582026-04-07T05:06:36.706Z Compiling scroll v0.12.0
29592026-04-07T05:06:36.861Z Compiling zerocopy v0.7.35
29602026-04-07T05:06:37.039Z Compiling goblin v0.8.2
29612026-04-07T05:06:37.211Z Compiling thiserror v1.0.69
29622026-04-07T05:06:37.229Z Compiling zerofrom v0.1.6
29632026-04-07T05:06:37.275Z Compiling thiserror v2.0.18
29642026-04-07T05:06:37.322Z Compiling dtrace-parser v0.2.0
29652026-04-07T05:06:37.339Z Compiling yoke v0.8.1
29662026-04-07T05:06:37.565Z Compiling zerovec v0.11.5
29672026-04-07T05:06:37.636Z Compiling zerotrie v0.2.3
29682026-04-07T05:06:37.718Z Compiling clap v4.5.60
29692026-04-07T05:06:38.098Z Compiling tinystr v0.8.2
29702026-04-07T05:06:38.172Z Compiling potential_utf v0.1.4
29712026-04-07T05:06:38.357Z Compiling icu_locale_core v2.1.1
29722026-04-07T05:06:38.418Z Compiling icu_collections v2.1.1
29732026-04-07T05:06:39.110Z Compiling icu_provider v2.1.1
29742026-04-07T05:06:39.301Z Compiling serde_spanned v0.6.9
29752026-04-07T05:06:39.416Z Compiling icu_normalizer v2.1.1
29762026-04-07T05:06:39.428Z Compiling icu_properties v2.1.2
29772026-04-07T05:06:39.485Z Compiling toml_datetime v0.6.11
29782026-04-07T05:06:39.537Z Compiling dof v0.3.0
29792026-04-07T05:06:39.578Z Compiling serde_tokenstream v0.2.3
29802026-04-07T05:06:39.729Z Compiling toml_edit v0.22.27
29812026-04-07T05:06:39.896Z Compiling serde-value v0.7.0
29822026-04-07T05:06:39.909Z Compiling cargo-platform v0.2.0
29832026-04-07T05:06:39.924Z Compiling macaddr v1.0.1
29842026-04-07T05:06:40.403Z Compiling idna_adapter v1.2.1
29852026-04-07T05:06:40.450Z Compiling usdt-macro v0.5.0
29862026-04-07T05:06:40.469Z Compiling usdt-attr-macro v0.5.0
29872026-04-07T05:06:40.542Z Compiling idna v1.1.0
29882026-04-07T05:06:40.905Z Compiling url v2.5.8
29892026-04-07T05:06:41.133Z Compiling usdt v0.5.0
29902026-04-07T05:06:41.343Z Compiling toml v0.8.23
29912026-04-07T05:06:41.798Z Compiling cargo-util-schemas v0.8.2
29922026-04-07T05:06:41.820Z Compiling cargo_toml v0.21.0
29932026-04-07T05:06:42.811Z Compiling cargo_metadata v0.21.0
29942026-04-07T05:06:45.898Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29952026-04-07T05:06:48.881Z Finished `release` profile [optimized] target(s) in 16.43s
29962026-04-07T05:06:49.002Z
29972026-04-07T05:06:49.002Zreal 16.532752863
29982026-04-07T05:06:49.002Zuser 2:22.172088211
29992026-04-07T05:06:49.002Zsys 17.182569439
30002026-04-07T05:06:49.002Ztrap 0.101665201
30012026-04-07T05:06:49.006Ztflt 0.511544503
30022026-04-07T05:06:49.006Zdflt 1.405700977
30032026-04-07T05:06:49.006Zkflt 0.000051280
30042026-04-07T05:06:49.006Zlock 5:30.393277365
30052026-04-07T05:06:49.006Zslp 3:35.918263965
30062026-04-07T05:06:49.006Zlat 6.174779362
30072026-04-07T05:06:49.006Zstop 19.645978415
30082026-04-07T05:06:49.006Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30092026-04-07T05:06:49.006Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30102026-04-07T05:06:49.006Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30112026-04-07T05:06:49.006Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30122026-04-07T05:06:49.006Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30132026-04-07T05:06:49.918Z Compiling regress v0.10.5
30142026-04-07T05:06:49.918Z Compiling newtype-uuid-macros v0.1.0
30152026-04-07T05:06:49.921Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30162026-04-07T05:06:50.070Z Compiling progenitor-client v0.13.0
30172026-04-07T05:06:50.074Z Compiling structmeta-derive v0.3.0
30182026-04-07T05:06:50.074Z Compiling rustls v0.22.4
30192026-04-07T05:06:50.074Z Compiling rustls-webpki v0.102.8
30202026-04-07T05:06:50.074Z Compiling multer v3.1.0
30212026-04-07T05:06:50.074Z Compiling debug-ignore v1.0.5
30222026-04-07T05:06:50.074Z Compiling match_cfg v0.1.0
30232026-04-07T05:06:50.074Z Compiling slog-json v2.6.1
30242026-04-07T05:06:50.091Z Compiling async-stream-impl v0.3.6
30252026-04-07T05:06:50.091Z Compiling serde_spanned v1.0.4
30262026-04-07T05:06:50.095Z Compiling dropshot v0.16.7
30272026-04-07T05:06:50.095Z Compiling toml_writer v1.0.6+spec-1.1.0
30282026-04-07T05:06:50.095Z Compiling itertools v0.14.0
30292026-04-07T05:06:50.331Z Compiling hostname v0.3.1
30302026-04-07T05:06:50.334Z Compiling toml v0.9.12+spec-1.1.0
30312026-04-07T05:06:50.369Z Compiling waitgroup v0.1.2
30322026-04-07T05:06:50.372Z Compiling rustls-pemfile v2.2.0
30332026-04-07T05:06:50.444Z Compiling slog-bunyan v2.5.0
30342026-04-07T05:06:50.463Z Compiling dropshot_endpoint v0.16.7
30352026-04-07T05:06:50.499Z Compiling hostname v0.4.2
30362026-04-07T05:06:50.554Z Compiling serde_path_to_error v0.1.20
30372026-04-07T05:06:50.592Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30382026-04-07T05:06:50.608Z Compiling macaddr v1.0.1
30392026-04-07T05:06:50.625Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30402026-04-07T05:06:50.628Z Compiling instant v0.1.13
30412026-04-07T05:06:50.669Z Compiling progenitor-client v0.10.0
30422026-04-07T05:06:50.786Z Compiling backon v1.6.0
30432026-04-07T05:06:50.804Z Compiling backoff v0.4.0
30442026-04-07T05:06:50.820Z Compiling async-stream v0.3.6
30452026-04-07T05:06:50.840Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30462026-04-07T05:06:50.859Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30472026-04-07T05:06:50.931Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30482026-04-07T05:06:50.992Z Compiling progenitor-extras v0.1.1
30492026-04-07T05:06:51.012Z Compiling toml v0.8.23
30502026-04-07T05:06:51.027Z Compiling universal-hash v0.5.1
30512026-04-07T05:06:51.049Z Compiling opaque-debug v0.3.1
30522026-04-07T05:06:51.068Z Compiling half v2.7.1
30532026-04-07T05:06:51.086Z Compiling crucible-workspace-hack v0.1.0
30542026-04-07T05:06:51.090Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30552026-04-07T05:06:51.141Z Compiling ciborium-io v0.2.2
30562026-04-07T05:06:51.176Z Compiling unsafe-libyaml v0.2.11
30572026-04-07T05:06:51.248Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30582026-04-07T05:06:51.265Z Compiling convert_case v0.4.0
30592026-04-07T05:06:51.269Z Compiling aead v0.5.2
30602026-04-07T05:06:51.329Z Compiling ciborium-ll v0.2.2
30612026-04-07T05:06:51.397Z Compiling secrecy v0.10.3
30622026-04-07T05:06:51.420Z Compiling poly1305 v0.8.0
30632026-04-07T05:06:51.447Z Compiling chacha20 v0.9.1
30642026-04-07T05:06:51.465Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
30652026-04-07T05:06:51.469Z Compiling structmeta v0.3.0
30662026-04-07T05:06:51.505Z Compiling ciborium v0.2.2
30672026-04-07T05:06:51.535Z Compiling typify-impl v0.6.1
30682026-04-07T05:06:51.565Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30692026-04-07T05:06:51.581Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
30702026-04-07T05:06:51.668Z Compiling derive_more v0.99.20
30712026-04-07T05:06:51.683Z Compiling thiserror-impl-no-std v2.0.2
30722026-04-07T05:06:51.702Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30732026-04-07T05:06:51.729Z Compiling derive-ex v0.1.8
30742026-04-07T05:06:51.732Z Compiling parse-display-derive v0.10.0
30752026-04-07T05:06:51.858Z Compiling serde_yaml v0.9.34+deprecated
30762026-04-07T05:06:51.922Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
30772026-04-07T05:06:51.953Z Compiling byte-wrapper v0.1.0
30782026-04-07T05:06:51.971Z Compiling password-hash v0.5.0
30792026-04-07T05:06:51.990Z Compiling blake2 v0.10.6
30802026-04-07T05:06:52.120Z Compiling chacha20poly1305 v0.10.1
30812026-04-07T05:06:52.202Z Compiling indent_write v2.2.0
30822026-04-07T05:06:52.291Z Compiling argon2 v0.5.3
30832026-04-07T05:06:52.308Z Compiling heapless v0.8.0
30842026-04-07T05:06:52.326Z Compiling ingot-macros v0.1.1
30852026-04-07T05:06:52.371Z Compiling toml_edit v0.23.10+spec-1.0.0
30862026-04-07T05:06:52.416Z Compiling hash32 v0.3.1
30872026-04-07T05:06:52.576Z Compiling tokio-rustls v0.25.0
30882026-04-07T05:06:52.598Z Compiling smoltcp v0.11.0
30892026-04-07T05:06:52.835Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30902026-04-07T05:06:52.926Z Compiling thiserror-no-std v2.0.2
30912026-04-07T05:06:52.970Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30922026-04-07T05:06:53.047Z Compiling vsss-rs v3.3.4
30932026-04-07T05:06:53.155Z Compiling proc-macro-crate v3.4.0
30942026-04-07T05:06:53.264Z Compiling tabwriter v1.4.1
30952026-04-07T05:06:53.355Z Compiling cobs v0.3.0
30962026-04-07T05:06:53.513Z Compiling test-strategy v0.4.5
30972026-04-07T05:06:53.516Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30982026-04-07T05:06:53.547Z Compiling postcard v1.1.3
30992026-04-07T05:06:53.550Z Compiling parse-display v0.10.0
31002026-04-07T05:06:53.577Z Compiling proc-macro-error v1.0.4
31012026-04-07T05:06:53.596Z Compiling proc-macro-crate v1.3.1
31022026-04-07T05:06:53.728Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31032026-04-07T05:06:53.791Z Compiling num_enum_derive v0.7.5
31042026-04-07T05:06:53.859Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31052026-04-07T05:06:53.904Z Compiling foreign-types-macros v0.2.3
31062026-04-07T05:06:53.933Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31072026-04-07T05:06:53.950Z Compiling colored v3.1.1
31082026-04-07T05:06:54.073Z Compiling cpufeatures v0.3.0
31092026-04-07T05:06:54.093Z Compiling foreign-types-shared v0.3.1
31102026-04-07T05:06:54.139Z Compiling rayon-core v1.13.0
31112026-04-07T05:06:54.182Z Compiling chacha20 v0.10.0
31122026-04-07T05:06:54.201Z Compiling num_enum_derive v0.5.11
31132026-04-07T05:06:54.313Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31142026-04-07T05:06:54.342Z Compiling crossbeam-deque v0.8.6
31152026-04-07T05:06:54.377Z Compiling num-rational v0.4.2
31162026-04-07T05:06:54.392Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31172026-04-07T05:06:54.410Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31182026-04-07T05:06:54.507Z Compiling num-complex v0.4.6
31192026-04-07T05:06:54.538Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31202026-04-07T05:06:54.565Z Compiling foreign-types v0.5.0
31212026-04-07T05:06:54.581Z Compiling cstr-argument v0.1.2
31222026-04-07T05:06:54.674Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31232026-04-07T05:06:54.771Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31242026-04-07T05:06:54.891Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31252026-04-07T05:06:54.926Z Compiling num_enum v0.7.5
31262026-04-07T05:06:54.942Z Compiling num v0.4.3
31272026-04-07T05:06:54.960Z Compiling rand v0.10.0
31282026-04-07T05:06:55.002Z Compiling camino-tempfile v1.4.1
31292026-04-07T05:06:55.032Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31302026-04-07T05:06:55.050Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31312026-04-07T05:06:55.053Z Compiling float-ord v0.3.2
31322026-04-07T05:06:55.088Z Compiling rayon v1.11.0
31332026-04-07T05:06:55.089Z Compiling zone_cfg_derive v0.3.1
31342026-04-07T05:06:55.132Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31352026-04-07T05:06:55.220Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31362026-04-07T05:06:55.270Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31372026-04-07T05:06:55.300Z Compiling itertools v0.12.1
31382026-04-07T05:06:55.319Z Compiling ingot-types v0.1.2
31392026-04-07T05:06:55.333Z Compiling num_enum v0.5.11
31402026-04-07T05:06:55.373Z Compiling num-derive v0.4.2
31412026-04-07T05:06:55.388Z Compiling sigpipe v0.1.3
31422026-04-07T05:06:55.427Z Compiling glob v0.3.3
31432026-04-07T05:06:55.471Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31442026-04-07T05:06:55.487Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31452026-04-07T05:06:55.506Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31462026-04-07T05:06:55.506Z Compiling smf v0.2.3
31472026-04-07T05:06:55.707Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31482026-04-07T05:06:55.730Z Compiling ingot v0.1.1
31492026-04-07T05:06:55.801Z Compiling whoami v1.6.1
31502026-04-07T05:06:55.801Z Compiling prettyplease v0.2.37
31512026-04-07T05:06:55.835Z Compiling gethostname v0.5.0
31522026-04-07T05:06:55.855Z Compiling usdt-macro v0.5.0
31532026-04-07T05:06:55.892Z Compiling usdt-attr-macro v0.5.0
31542026-04-07T05:06:55.986Z Compiling memmap v0.7.0
31552026-04-07T05:06:56.059Z Compiling atomicwrites v0.4.4
31562026-04-07T05:06:56.077Z Compiling derive-where v1.6.0
31572026-04-07T05:06:56.118Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31582026-04-07T05:06:56.136Z Compiling typify-macro v0.6.1
31592026-04-07T05:06:56.203Z Compiling cancel-safe-futures v0.1.5
31602026-04-07T05:06:56.277Z Compiling resolv-conf v0.7.6
31612026-04-07T05:06:56.295Z Compiling owo-colors v4.3.0
31622026-04-07T05:06:56.364Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31632026-04-07T05:06:56.455Z Compiling zone v0.3.1
31642026-04-07T05:06:56.573Z Compiling libsw-core v0.3.2
31652026-04-07T05:06:56.655Z Compiling async-recursion v1.1.1
31662026-04-07T05:06:56.738Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31672026-04-07T05:06:56.765Z Compiling usdt v0.5.0
31682026-04-07T05:06:56.782Z Compiling libsw v3.5.0
31692026-04-07T05:06:56.899Z Compiling libefi-sys v0.1.0
31702026-04-07T05:06:57.015Z Compiling linear-map v1.2.0
31712026-04-07T05:06:57.032Z Compiling console v0.15.11
31722026-04-07T05:06:57.072Z Compiling hickory-proto v0.24.4
31732026-04-07T05:06:57.140Z Compiling newline-converter v0.3.0
31742026-04-07T05:06:57.187Z Compiling bitfield-struct v0.6.2
31752026-04-07T05:06:57.205Z Compiling semver v0.1.20
31762026-04-07T05:06:57.236Z Compiling linked-hash-map v0.5.6
31772026-04-07T05:06:57.347Z Compiling tokio-dtrace v0.1.1
31782026-04-07T05:06:57.365Z Compiling dropshot-api-manager-types v0.6.0
31792026-04-07T05:06:57.383Z Compiling pin-project-internal v1.1.11
31802026-04-07T05:06:57.446Z Compiling rustc_version v0.1.7
31812026-04-07T05:06:57.492Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31822026-04-07T05:06:57.521Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31832026-04-07T05:06:57.538Z Compiling lru-cache v0.1.2
31842026-04-07T05:06:57.552Z Compiling expectorate v1.2.0
31852026-04-07T05:06:57.654Z Compiling slog-dtrace v0.3.0
31862026-04-07T05:06:57.673Z Compiling minimal-lexical v0.2.1
31872026-04-07T05:06:57.699Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31882026-04-07T05:06:57.719Z Compiling newtype_derive v0.1.6
31892026-04-07T05:06:57.737Z Compiling oxide-tokio-rt v0.1.3
31902026-04-07T05:06:57.740Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31912026-04-07T05:06:57.770Z Compiling typify-impl v0.4.3
31922026-04-07T05:06:57.806Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31932026-04-07T05:06:57.917Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31942026-04-07T05:06:57.948Z Compiling nom v7.1.3
31952026-04-07T05:06:57.967Z Compiling phf_shared v0.12.1
31962026-04-07T05:06:57.987Z Compiling typify v0.6.1
31972026-04-07T05:06:57.990Z Compiling pem v3.0.6
31982026-04-07T05:06:58.019Z Compiling snafu-derive v0.8.9
31992026-04-07T05:06:58.060Z Compiling csv-core v0.1.13
32002026-04-07T05:06:58.126Z Compiling progenitor-impl v0.13.0
32012026-04-07T05:06:58.176Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-04-07T05:06:58.247Z Compiling xshell-macros v0.2.7
32032026-04-07T05:06:58.331Z Compiling highway v1.3.0
32042026-04-07T05:06:58.401Z Compiling same-file v1.0.6
32052026-04-07T05:06:58.449Z Compiling chrono-tz v0.10.4
32062026-04-07T05:06:58.590Z Compiling pin-project v1.1.11
32072026-04-07T05:06:58.612Z Compiling walkdir v2.5.0
32082026-04-07T05:06:58.685Z Compiling const_format_proc_macros v0.2.34
32092026-04-07T05:06:58.705Z Compiling csv v1.4.0
32102026-04-07T05:06:58.724Z Compiling phf v0.12.1
32112026-04-07T05:06:58.744Z Compiling xshell v0.2.7
32122026-04-07T05:06:58.841Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32132026-04-07T05:06:58.910Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32142026-04-07T05:06:58.953Z Compiling globset v0.4.18
32152026-04-07T05:06:58.979Z Compiling olpc-cjson v0.1.4
32162026-04-07T05:06:59.096Z Compiling primeorder v0.13.6
32172026-04-07T05:06:59.176Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32182026-04-07T05:06:59.243Z Compiling hickory-resolver v0.24.4
32192026-04-07T05:06:59.291Z Compiling serde_plain v1.0.2
32202026-04-07T05:06:59.316Z Compiling typed-path v0.9.3
32212026-04-07T05:06:59.395Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32222026-04-07T05:06:59.412Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32232026-04-07T05:06:59.559Z Compiling const_format v0.2.35
32242026-04-07T05:06:59.681Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32252026-04-07T05:06:59.697Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32262026-04-07T05:06:59.906Z Compiling tabled_derive v0.7.0
32272026-04-07T05:06:59.938Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32282026-04-07T05:07:00.057Z Compiling snafu v0.8.9
32292026-04-07T05:07:00.190Z Compiling bcs v0.1.6
32302026-04-07T05:07:00.251Z Compiling termtree v0.5.1
32312026-04-07T05:07:00.303Z Compiling qorb v0.4.1
32322026-04-07T05:07:00.338Z Compiling radium v0.7.0
32332026-04-07T05:07:00.430Z Compiling tough v0.20.0
32342026-04-07T05:07:00.468Z Compiling salty v0.3.0
32352026-04-07T05:07:00.553Z Compiling textwrap v0.16.2
32362026-04-07T05:07:00.595Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32372026-04-07T05:07:00.646Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32382026-04-07T05:07:00.752Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32392026-04-07T05:07:00.844Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32402026-04-07T05:07:00.871Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32412026-04-07T05:07:00.888Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32422026-04-07T05:07:00.910Z Compiling progenitor-macro v0.13.0
32432026-04-07T05:07:00.936Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32442026-04-07T05:07:00.953Z Compiling tabled v0.15.0
32452026-04-07T05:07:01.131Z Compiling steno v0.4.1
32462026-04-07T05:07:01.167Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32472026-04-07T05:07:01.341Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32482026-04-07T05:07:01.399Z Compiling tagptr v0.2.0
32492026-04-07T05:07:01.470Z Compiling tap v1.0.1
32502026-04-07T05:07:01.516Z Compiling humantime v2.3.0
32512026-04-07T05:07:01.586Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32522026-04-07T05:07:01.611Z Compiling base64 v0.21.7
32532026-04-07T05:07:01.814Z Compiling maybe-uninit v2.0.0
32542026-04-07T05:07:01.868Z Compiling wyz v0.5.1
32552026-04-07T05:07:01.969Z Compiling moka v0.12.13
32562026-04-07T05:07:02.403Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32572026-04-07T05:07:02.452Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32582026-04-07T05:07:02.476Z Compiling typify-macro v0.4.3
32592026-04-07T05:07:02.653Z Compiling p384 v0.13.1
32602026-04-07T05:07:02.706Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32612026-04-07T05:07:02.723Z Compiling packed_struct v0.10.1
32622026-04-07T05:07:02.863Z Compiling parking_lot_core v0.8.6
32632026-04-07T05:07:03.012Z Compiling funty v2.0.0
32642026-04-07T05:07:03.047Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32652026-04-07T05:07:03.067Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32662026-04-07T05:07:03.083Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32672026-04-07T05:07:03.177Z Compiling hickory-resolver v0.25.2
32682026-04-07T05:07:03.384Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32692026-04-07T05:07:03.404Z Compiling bitvec v1.0.1
32702026-04-07T05:07:03.690Z Compiling polyval v0.6.2
32712026-04-07T05:07:03.749Z Compiling git-stub v1.0.0
32722026-04-07T05:07:03.781Z Compiling packed_struct_codegen v0.10.1
32732026-04-07T05:07:03.955Z Compiling zerocopy-derive v0.6.6
32742026-04-07T05:07:04.058Z Compiling bitfield-macros v0.19.4
32752026-04-07T05:07:04.163Z Compiling proc-macro-error-attr2 v2.0.0
32762026-04-07T05:07:04.348Z Compiling typify v0.4.3
32772026-04-07T05:07:04.417Z Compiling indexmap v1.9.3
32782026-04-07T05:07:04.493Z Compiling nodrop v0.1.14
32792026-04-07T05:07:04.605Z Compiling crc-catalog v2.4.0
32802026-04-07T05:07:04.623Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32812026-04-07T05:07:04.623Z Compiling utf-8 v0.7.6
32822026-04-07T05:07:04.658Z Compiling proc-macro-error2 v2.0.1
32832026-04-07T05:07:04.662Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32842026-04-07T05:07:04.716Z Compiling crc v3.4.0
32852026-04-07T05:07:04.735Z Compiling array-init v0.0.4
32862026-04-07T05:07:04.836Z Compiling bitfield v0.19.4
32872026-04-07T05:07:04.861Z Compiling tungstenite v0.21.0
32882026-04-07T05:07:04.896Z Compiling zerocopy v0.6.6
32892026-04-07T05:07:04.914Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32902026-04-07T05:07:04.933Z Compiling git-stub-vcs v0.1.0
32912026-04-07T05:07:04.934Z Compiling ghash v0.5.1
32922026-04-07T05:07:04.970Z Compiling smallvec v0.6.14
32932026-04-07T05:07:05.124Z Compiling ctr v0.9.2
32942026-04-07T05:07:05.141Z Compiling num-derive v0.3.3
32952026-04-07T05:07:05.158Z Compiling hashbrown v0.12.3
32962026-04-07T05:07:05.175Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32972026-04-07T05:07:05.225Z Compiling unicase v2.9.0
32982026-04-07T05:07:05.257Z Compiling parking_lot v0.11.2
32992026-04-07T05:07:05.326Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33002026-04-07T05:07:05.353Z Compiling aes-gcm v0.10.3
33012026-04-07T05:07:05.370Z Compiling serde-hex v0.1.0
33022026-04-07T05:07:05.419Z Compiling tokio-tungstenite v0.21.0
33032026-04-07T05:07:05.465Z Compiling mime_guess v2.0.5
33042026-04-07T05:07:05.589Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33052026-04-07T05:07:05.685Z Compiling tabled_derive v0.11.0
33062026-04-07T05:07:05.777Z Compiling progenitor-impl v0.11.2
33072026-04-07T05:07:05.822Z Compiling progenitor-impl v0.10.0
33082026-04-07T05:07:05.840Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33092026-04-07T05:07:05.856Z Compiling ron v0.8.1
33102026-04-07T05:07:05.993Z Compiling papergrid v0.17.0
33112026-04-07T05:07:06.050Z Compiling testing_table v0.3.0
33122026-04-07T05:07:06.085Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33132026-04-07T05:07:06.126Z Compiling libscf-sys v1.1.0
33142026-04-07T05:07:06.154Z Compiling progenitor v0.13.0
33152026-04-07T05:07:06.242Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33162026-04-07T05:07:06.304Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33172026-04-07T05:07:06.338Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33182026-04-07T05:07:06.342Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33192026-04-07T05:07:06.412Z Compiling hashbrown v0.13.2
33202026-04-07T05:07:06.460Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33212026-04-07T05:07:06.658Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33222026-04-07T05:07:06.865Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33232026-04-07T05:07:06.884Z Compiling prefix-trie v0.7.0
33242026-04-07T05:07:06.931Z Compiling blowfish v0.9.1
33252026-04-07T05:07:06.948Z Compiling ssh-encoding v0.2.0
33262026-04-07T05:07:07.124Z Compiling fxhash v0.2.1
33272026-04-07T05:07:07.157Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-04-07T05:07:07.219Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33292026-04-07T05:07:07.251Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33302026-04-07T05:07:07.306Z Compiling crc-any v2.5.0
33312026-04-07T05:07:07.322Z Compiling corncobs v0.1.4
33322026-04-07T05:07:07.514Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33332026-04-07T05:07:07.531Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33342026-04-07T05:07:07.534Z Compiling sled v0.34.7
33352026-04-07T05:07:07.534Z Compiling hickory-server v0.25.2
33362026-04-07T05:07:07.582Z Compiling ssh-cipher v0.2.0
33372026-04-07T05:07:07.709Z Compiling bcrypt-pbkdf v0.10.0
33382026-04-07T05:07:07.730Z Compiling tabled v0.20.0
33392026-04-07T05:07:07.974Z Compiling object v0.30.4
33402026-04-07T05:07:08.038Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33412026-04-07T05:07:08.079Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33422026-04-07T05:07:08.121Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33432026-04-07T05:07:08.218Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33442026-04-07T05:07:08.456Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33452026-04-07T05:07:08.497Z Compiling progenitor-macro v0.11.2
33462026-04-07T05:07:08.500Z Compiling progenitor-macro v0.10.0
33472026-04-07T05:07:08.841Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33482026-04-07T05:07:09.071Z Compiling progenitor-client v0.11.2
33492026-04-07T05:07:09.301Z Compiling password-hash v0.4.2
33502026-04-07T05:07:09.488Z Compiling secrecy v0.8.0
33512026-04-07T05:07:09.519Z Compiling half v1.8.3
33522026-04-07T05:07:09.563Z Compiling path-slash v0.1.5
33532026-04-07T05:07:09.682Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33542026-04-07T05:07:09.698Z Compiling http-range v0.1.5
33552026-04-07T05:07:09.762Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33562026-04-07T05:07:09.820Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33572026-04-07T05:07:09.839Z Compiling serde_cbor v0.11.2
33582026-04-07T05:07:10.133Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33592026-04-07T05:07:10.306Z Compiling pbkdf2 v0.11.0
33602026-04-07T05:07:10.477Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33612026-04-07T05:07:11.044Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33622026-04-07T05:07:11.413Z Compiling ssh-key v0.6.7
33632026-04-07T05:07:11.624Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
33642026-04-07T05:07:11.793Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33652026-04-07T05:07:11.810Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33662026-04-07T05:07:11.953Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33672026-04-07T05:07:12.142Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33682026-04-07T05:07:12.275Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33692026-04-07T05:07:12.293Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33702026-04-07T05:07:12.441Z Compiling p521 v0.13.3
33712026-04-07T05:07:12.543Z Compiling p256 v0.13.2
33722026-04-07T05:07:12.606Z Compiling yasna v0.5.2
33732026-04-07T05:07:12.866Z Compiling kstat-rs v0.2.4
33742026-04-07T05:07:12.959Z Compiling headers-core v0.3.0
33752026-04-07T05:07:13.114Z Compiling nanorand v0.7.0
33762026-04-07T05:07:13.146Z Compiling russh-cryptovec v0.7.3
33772026-04-07T05:07:13.205Z Compiling atty v0.2.14
33782026-04-07T05:07:13.298Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33792026-04-07T05:07:13.381Z Compiling md5 v0.7.0
33802026-04-07T05:07:13.397Z Compiling home v0.5.12
33812026-04-07T05:07:13.428Z Compiling crc8 v0.1.1
33822026-04-07T05:07:13.458Z Compiling flume v0.11.1
33832026-04-07T05:07:13.474Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
33842026-04-07T05:07:13.565Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33852026-04-07T05:07:13.582Z Compiling russh-keys v0.45.0
33862026-04-07T05:07:13.678Z Compiling progenitor v0.10.0
33872026-04-07T05:07:13.695Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33882026-04-07T05:07:13.711Z Compiling progenitor v0.11.2
33892026-04-07T05:07:13.798Z Compiling headers v0.4.1
33902026-04-07T05:07:13.817Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33912026-04-07T05:07:13.860Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33922026-04-07T05:07:13.879Z Compiling rcgen v0.12.1
33932026-04-07T05:07:13.906Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33942026-04-07T05:07:13.942Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33952026-04-07T05:07:13.961Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33962026-04-07T05:07:14.058Z Compiling hyper-staticfile v0.10.1
33972026-04-07T05:07:14.312Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33982026-04-07T05:07:14.389Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33992026-04-07T05:07:14.407Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34002026-04-07T05:07:14.597Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34012026-04-07T05:07:14.613Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34022026-04-07T05:07:14.635Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34032026-04-07T05:07:14.782Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34042026-04-07T05:07:14.800Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34052026-04-07T05:07:14.950Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34062026-04-07T05:07:14.967Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34072026-04-07T05:07:15.199Z Compiling num-bigint v0.4.6
34082026-04-07T05:07:15.217Z Compiling des v0.8.1
34092026-04-07T05:07:15.220Z Compiling subprocess v0.2.15
34102026-04-07T05:07:15.289Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34112026-04-07T05:07:15.358Z Compiling hex-literal v0.4.1
34122026-04-07T05:07:15.376Z Compiling display-error-chain v0.2.2
34132026-04-07T05:07:15.445Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34142026-04-07T05:07:15.503Z Compiling colored v2.2.0
34152026-04-07T05:07:15.523Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34162026-04-07T05:07:15.554Z Compiling socket2 v0.5.10
34172026-04-07T05:07:15.716Z Compiling internet-checksum v0.2.1
34182026-04-07T05:07:15.760Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34192026-04-07T05:07:15.831Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34202026-04-07T05:07:16.344Z Compiling russh v0.45.0
34212026-04-07T05:07:16.816Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34222026-04-07T05:07:16.963Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34232026-04-07T05:07:19.331Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34242026-04-07T05:07:20.024Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34252026-04-07T05:07:20.199Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34262026-04-07T05:07:20.529Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34272026-04-07T05:07:28.023Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34282026-04-07T05:07:28.024Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34292026-04-07T05:07:28.024Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34302026-04-07T05:07:28.027Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34312026-04-07T05:07:29.721Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34322026-04-07T05:07:29.781Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34332026-04-07T05:07:33.856Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34342026-04-07T05:07:53.521Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34352026-04-07T05:08:11.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
34362026-04-07T05:08:12.211Z
34372026-04-07T05:08:12.211Zreal 1:23.132529298
34382026-04-07T05:08:12.211Zuser 8:04.402889770
34392026-04-07T05:08:12.211Zsys 1:41.584273357
34402026-04-07T05:08:12.211Ztrap 0.243846004
34412026-04-07T05:08:12.211Ztflt 0.659668544
34422026-04-07T05:08:12.211Zdflt 1.564976799
34432026-04-07T05:08:12.211Zkflt 0.000408064
34442026-04-07T05:08:12.215Zlock 28:55.217970263
34452026-04-07T05:08:12.215Zslp 18:55.798797794
34462026-04-07T05:08:12.215Zlat 39.385979659
34472026-04-07T05:08:12.215Zstop 2:43.140517964
34482026-04-07T05:08:12.215Z+ mkdir tests
34492026-04-07T05:08:12.219Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34502026-04-07T05:08:12.219Z+ xargs -I '{}' -t cp '{}' tests/
34512026-04-07T05:08:12.249Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b96edc4169b5996c tests/
34522026-04-07T05:08:12.279Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ebfad5ec80f209fb tests/
34532026-04-07T05:08:12.308Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-99346283fad35d54 tests/
34542026-04-07T05:08:12.338Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-1eca6fa8d1f4ac68 tests/
34552026-04-07T05:08:12.579Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
34562026-04-07T05:08:12.582Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-ebfad5ec80f209fb tests/commtest-99346283fad35d54 tests/dhcp_server-b96edc4169b5996c tests/end_to_end_tests-1eca6fa8d1f4ac68 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34572026-04-07T05:09:35.525ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34582026-04-07T05:09:35.525Za .github/buildomat/ci-env.sh 1K
34592026-04-07T05:09:35.525Za out/target/test 1K
34602026-04-07T05:09:35.525Za out/npuzone/npuzone 27402K
34612026-04-07T05:09:35.525Za package-manifest.toml 35K
34622026-04-07T05:09:35.525Za smf/sled-agent/non-gimlet/config.toml 6K
34632026-04-07T05:09:35.525Za target/release/omicron-package 45881K
34642026-04-07T05:09:35.525Za target/release/xtask 11439K
34652026-04-07T05:09:35.525Za target/debug/bootstrap 338971K
34662026-04-07T05:09:35.525Za tests/bootstrap-ebfad5ec80f209fb 31310K
34672026-04-07T05:09:35.525Za tests/commtest-99346283fad35d54 32395K
34682026-04-07T05:09:35.525Za tests/dhcp_server-b96edc4169b5996c 31310K
34692026-04-07T05:09:35.525Za tests/end_to_end_tests-1eca6fa8d1f4ac68 381196K
34702026-04-07T05:09:35.525Za out/clickhouse.tar.gz 309573K
34712026-04-07T05:09:35.525Za out/clickhouse_keeper.tar.gz 295001K
34722026-04-07T05:09:35.525Za out/clickhouse_server.tar.gz 309572K
34732026-04-07T05:09:35.525Za out/cockroachdb.tar.gz 157700K
34742026-04-07T05:09:35.525Za out/crucible-pantry-zone.tar.gz 40485K
34752026-04-07T05:09:35.525Za out/crucible-utils.tar 17744K
34762026-04-07T05:09:35.525Za out/crucible-zone.tar.gz 54623K
34772026-04-07T05:09:35.525Za out/external-dns.tar.gz 44317K
34782026-04-07T05:09:35.525Za out/internal-dns.tar.gz 44316K
34792026-04-07T05:09:35.525Za out/mg-ddm-gz.tar 78377K
34802026-04-07T05:09:35.525Za out/nexus.tar.gz 214918K
34812026-04-07T05:09:35.525Za out/ntp.tar.gz 26951K
34822026-04-07T05:09:35.526Za out/omicron-gateway-softnpu.tar.gz 28460K
34832026-04-07T05:09:35.526Za out/omicron-sled-agent.tar 191226K
34842026-04-07T05:09:35.526Za out/overlay.tar.gz 3K
34852026-04-07T05:09:35.526Za out/oximeter.tar.gz 59292K
34862026-04-07T05:09:35.526Za out/oxlog.tar 3782K
34872026-04-07T05:09:35.526Za out/probe.tar.gz 3037K
34882026-04-07T05:09:35.526Za out/propolis-server.tar.gz 33249K
34892026-04-07T05:09:35.526Za out/pumpkind-gz.tar 26647K
34902026-04-07T05:09:35.526Za out/switch-softnpu.tar.gz 372626K
34912026-04-07T05:09:35.529Z
34922026-04-07T05:09:35.529Zreal 1:22.930548424
34932026-04-07T05:09:35.529Zuser 1:20.313299304
34942026-04-07T05:09:35.529Zsys 4.238298069
34952026-04-07T05:09:35.529Ztrap 0.007292939
34962026-04-07T05:09:35.530Ztflt 0.000000000
34972026-04-07T05:09:35.530Zdflt 0.000000000
34982026-04-07T05:09:35.530Zkflt 0.000000000
34992026-04-07T05:09:35.530Zlock 0.000000000
35002026-04-07T05:09:35.530Zslp 1:20.346249106
35012026-04-07T05:09:35.530Zlat 0.951719568
35022026-04-07T05:09:35.530Zstop 0.000277495
35032026-04-07T05:09:35.530Zprocess exited: duration 981046 ms, exit code 0
 
35042026-04-07T05:09:35.544Zfound 1 output files
35052026-04-07T05:09:35.544Zuploading: /work/package.tar.gz (2325193669 bytes)
35062026-04-07T05:10:02.989Zuploaded: /work/package.tar.gz