01KP48VJK8S2Z98FECFWAGWJET: 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: 01KP48VZEQFDPNCAQ54X5J2Q20

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-13T20:35:54.360Zjob assigned to worker 01KP48W85AXB7YGEJZ456MBXPW [factory aws, i-06cf2136ddf29b35d] (queued for 54 s)
 
22026-04-13T20:36:02.070Zstarting task 0: "setup"
32026-04-13T20:36:02.076Z++ uname -s
42026-04-13T20:36:02.081Z+ kern=SunOS
52026-04-13T20:36:02.082Z+ build_user=build
62026-04-13T20:36:02.082Z+ build_uid=12345
72026-04-13T20:36:02.082Z+ work_dir=/work
82026-04-13T20:36:02.082Z+ input_dir=/input
92026-04-13T20:36:02.082Z+ [[ 0 == 12345 ]]
102026-04-13T20:36:02.082Z+ case "$kern" in
112026-04-13T20:36:02.082Z+ groupadd -g 12345 build
122026-04-13T20:36:02.082Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-13T20:36:04.081Z+ zfs create -o mountpoint=/work rpool/work
142026-04-13T20:36:04.144Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-13T20:36:04.148Z+ home_fs=zfs
162026-04-13T20:36:04.148Z+ [[ zfs == autofs ]]
172026-04-13T20:36:04.148Z+ mkdir -p /home/build
182026-04-13T20:36:04.148Z+ chown build:build /home/build /work
192026-04-13T20:36:06.143Z+ chmod 0700 /home/build /work
202026-04-13T20:36:06.146Zprocess exited: duration 4095 ms, exit code 0
 
212026-04-13T20:36:06.153Zstarting task 1: "rust-toolchain"
222026-04-13T20:36:06.159Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-13T20:36:06.159Z * rust toolchain channel = "1.94.0"
242026-04-13T20:36:06.159Z * rust toolchain profile = "default"
252026-04-13T20:36:06.159Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-13T20:36:06.159Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-13T20:36:06.160Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-13T20:36:06.163Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-13T20:36:06.163Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-13T20:36:06.288Zinfo: downloading installer
312026-04-13T20:36:07.707Zwarn: It looks like you have an existing installation of Rust at:
322026-04-13T20:36:07.707Zwarn: /opt/ooce/bin
332026-04-13T20:36:07.707Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-13T20:36:07.707Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-13T20:36:07.707Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-13T20:36:07.707Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-13T20:36:07.707Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-13T20:36:07.707Zerror: cannot install while Rust is installed
392026-04-13T20:36:07.707Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-13T20:36:07.707Zwarn: It looks like you have an existing rustup settings file at:
412026-04-13T20:36:07.707Zwarn: /home/build/.rustup/settings.toml
422026-04-13T20:36:07.707Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-13T20:36:07.707Zwarn: instead of the one inferred from the default host triple.
442026-04-13T20:36:07.722Zinfo: profile set to default
452026-04-13T20:36:07.722Zinfo: default host triple is x86_64-unknown-illumos
462026-04-13T20:36:07.725Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-13T20:36:07.855Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-13T20:36:07.859Zinfo: downloading 6 components
492026-04-13T20:36:22.300Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-13T20:36:22.300Z
512026-04-13T20:36:22.337Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-13T20:36:22.337Z
532026-04-13T20:36:22.337Z
542026-04-13T20:36:22.340ZRust is installed now. Great!
552026-04-13T20:36:22.340Z
562026-04-13T20:36:22.340ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-13T20:36:22.340Zenvironment variable. This has not been done automatically.
582026-04-13T20:36:22.340Z
592026-04-13T20:36:22.340ZTo configure your current shell, you need to source
602026-04-13T20:36:22.340Zthe corresponding env file under $HOME/.cargo.
612026-04-13T20:36:22.340Z
622026-04-13T20:36:22.340ZThis is usually done by running one of the following (note the leading DOT):
632026-04-13T20:36:22.340Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-13T20:36:22.340Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-13T20:36:22.340Zsource "~/.cargo/env.nu" # For nushell
662026-04-13T20:36:22.340Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-13T20:36:22.340Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-13T20:36:22.340Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-13T20:36:22.340Zwarn: no default linker (`cc`) was found in your PATH
702026-04-13T20:36:22.340Zwarn: many Rust crates require a system C toolchain to build
712026-04-13T20:36:22.441Z+ rustup --version
722026-04-13T20:36:22.447Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-13T20:36:22.450Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-13T20:36:22.468Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-13T20:36:22.471Z+ cargo --version
762026-04-13T20:36:22.479Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-13T20:36:22.483Z+ rustc --version
782026-04-13T20:36:22.503Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-13T20:36:22.506Zprocess exited: duration 16416 ms, exit code 0
 
802026-04-13T20:36:22.512Zstarting task 2: "authentication"
812026-04-13T20:36:22.531Zprocess exited: duration 18 ms, exit code 0
 
822026-04-13T20:36:22.536Zstarting task 3: "clone repository"
832026-04-13T20:36:22.541Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-13T20:36:22.545Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-13T20:36:22.589ZCloning into '/work/oxidecomputer/omicron'...
862026-04-13T20:36:33.183Z+ cd /work/oxidecomputer/omicron
872026-04-13T20:36:33.183Z+ git fetch origin 743174eade41e12d7e1a0ac84075f07547cb27fc
882026-04-13T20:36:33.473ZFrom https://github.com/oxidecomputer/omicron
892026-04-13T20:36:33.473Z * branch 743174eade41e12d7e1a0ac84075f07547cb27fc -> FETCH_HEAD
902026-04-13T20:36:33.487Z+ [[ -n alan/wip-for-crucible ]]
912026-04-13T20:36:33.490Z++ git branch --show-current
922026-04-13T20:36:33.493Z+ current=main
932026-04-13T20:36:33.493Z+ [[ main != alan/wip-for-crucible ]]
942026-04-13T20:36:33.493Z+ git branch -f alan/wip-for-crucible 743174eade41e12d7e1a0ac84075f07547cb27fc
952026-04-13T20:36:33.497Z+ git checkout -f alan/wip-for-crucible
962026-04-13T20:36:33.731ZSwitched to branch 'alan/wip-for-crucible'
972026-04-13T20:36:33.734Z+ git reset --hard 743174eade41e12d7e1a0ac84075f07547cb27fc
982026-04-13T20:36:33.963ZHEAD is now at 743174ead Merge branch 'main' into alan/wip-for-crucible
992026-04-13T20:36:33.967Zprocess exited: duration 11473 ms, exit code 0
 
1002026-04-13T20:36:33.973Zstarting task 4: "build"
1012026-04-13T20:36:33.979Z+ source .github/buildomat/ci-env.sh
1022026-04-13T20:36:33.979Z++ export CARGO_TERM_COLOR=always
1032026-04-13T20:36:33.979Z++ CARGO_TERM_COLOR=always
1042026-04-13T20:36:33.979Z+ cargo --version
1052026-04-13T20:36:33.990Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-13T20:36:33.993Z+ rustc --version
1072026-04-13T20:36:34.014Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-13T20:36:34.017Z+ WORK=/work
1092026-04-13T20:36:34.017Z+ pfexec mkdir -p /work
1102026-04-13T20:36:34.020Z+ pfexec chown build /work
1112026-04-13T20:36:34.024Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-13T20:36:43.556Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-13T20:36:50.706Z Startup: Caching catalogs ... Done
1142026-04-13T20:36:55.968ZPlanning: Solver setup ... Done (3.901s)
1152026-04-13T20:36:55.994ZPlanning: Running solver ... Done (0.027s)
1162026-04-13T20:36:56.116ZPlanning: Finding local manifests ... Done (0.004s)
1172026-04-13T20:36:56.138ZPlanning: Fetching manifests: 0/4 0% complete
1182026-04-13T20:36:56.246ZPlanning: Fetching manifests: 4/4 100% complete
1192026-04-13T20:36:56.589ZPlanning: Package planning ... Done (0.343s)
1202026-04-13T20:36:56.618ZPlanning: Merging actions ... Done (0.029s)
1212026-04-13T20:36:56.803ZPlanning: Checking for conflicting actions ... Done (0.186s)
1222026-04-13T20:36:56.810ZPlanning: Consolidating action changes ... Done (0.007s)
1232026-04-13T20:36:57.683ZPlanning: Evaluating mediators ... Done (0.877s)
1242026-04-13T20:36:57.689ZPlanning: Planning completed in 6.84 seconds
1252026-04-13T20:36:57.702Z Packages to install: 4
1262026-04-13T20:36:57.703Z Mediators to change: 2
1272026-04-13T20:36:57.703Z Services to change: 1
1282026-04-13T20:36:57.703Z Estimated space available: 155.35 GB
1292026-04-13T20:36:57.703ZEstimated space to be consumed: 1.85 GB
1302026-04-13T20:36:57.706Z Create boot environment: No
1312026-04-13T20:36:57.706ZCreate backup boot environment: No
1322026-04-13T20:36:57.706Z Rebuild boot archive: No
1332026-04-13T20:36:57.706Z
1342026-04-13T20:36:57.706ZChanged mediators:
1352026-04-13T20:36:57.706Z mediator clang:
1362026-04-13T20:36:57.706Z version: None -> 15 (system default)
1372026-04-13T20:36:57.706Z
1382026-04-13T20:36:57.706Z mediator llvm:
1392026-04-13T20:36:57.706Z version: 14 (system default) -> 15 (system default)
1402026-04-13T20:36:57.706Z
1412026-04-13T20:36:57.706ZChanged packages:
1422026-04-13T20:36:57.706Zhelios-dev
1432026-04-13T20:36:57.706Z developer/build-essential
1442026-04-13T20:36:57.706Z None -> 11-2.0
1452026-04-13T20:36:57.706Z library/libxmlsec1
1462026-04-13T20:36:57.706Z None -> 1.2.35-2.0
1472026-04-13T20:36:57.706Z ooce/developer/clang-15
1482026-04-13T20:36:57.706Z None -> 15.0.7-2.0
1492026-04-13T20:36:57.706Z ooce/developer/llvm-15
1502026-04-13T20:36:57.706Z None -> 15.0.7-2.0
1512026-04-13T20:36:57.707Z
1522026-04-13T20:36:57.707ZServices:
1532026-04-13T20:36:57.707Z restart_fmri:
1542026-04-13T20:36:57.707Z svc:/system/update-man-index:default
1552026-04-13T20:36:57.749Z
1562026-04-13T20:36:57.749ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-04-13T20:37:02.731ZDownload: 1962/3290 items 118.6/212.6MB 55% complete (23.9M/s)
1582026-04-13T20:37:07.531ZDownload: Completed 212.60 MB in 9.82 seconds (21.6M/s)
1592026-04-13T20:37:07.930Z Actions: 1/3689 actions (Installing new actions)
1602026-04-13T20:37:11.191Z Actions: Completed 3689 actions in 3.27 seconds.
1612026-04-13T20:37:11.471Z Done (0.278s)
1622026-04-13T20:37:11.471Z Done (0.000s)
1632026-04-13T20:37:12.079Z Done (0.610s)
1642026-04-13T20:37:15.531Z Done (3.120s)
1652026-04-13T20:37:15.611Z Done (0.014s)
1662026-04-13T20:37:15.615Z Done (0.000s)
1672026-04-13T20:37:15.933Z Done (0.000s)
1682026-04-13T20:37:16.789ZPlanning: Evaluating mediator changes ... Done
1692026-04-13T20:37:16.895ZPlanning: Checking for conflicting actions ... Done
1702026-04-13T20:37:16.899ZPlanning: Consolidating action changes ... Done
1712026-04-13T20:37:17.076ZPlanning: Evaluating mediators ... Done
1722026-04-13T20:37:17.105ZPlanning: Planning completed in 0.27 seconds
1732026-04-13T20:37:17.105Z Mediators to change: 2
1742026-04-13T20:37:17.105Z Create boot environment: No
1752026-04-13T20:37:17.105ZCreate backup boot environment: No
1762026-04-13T20:37:17.164Z Done
1772026-04-13T20:37:17.164Z Done
1782026-04-13T20:37:17.768Z Done
1792026-04-13T20:37:20.291Z Done
1802026-04-13T20:37:20.368Z Done
1812026-04-13T20:37:20.371Z Done
1822026-04-13T20:37:20.448Z Done
1832026-04-13T20:37:20.859ZPlanning: Evaluating mediator changes ... Done
1842026-04-13T20:37:20.862ZPlanning: Merging actions ... Done
1852026-04-13T20:37:21.000ZPlanning: Checking for conflicting actions ... Done
1862026-04-13T20:37:21.004ZPlanning: Consolidating action changes ... Done
1872026-04-13T20:37:21.142ZPlanning: Evaluating mediators ... Done
1882026-04-13T20:37:21.171ZPlanning: Planning completed in 0.47 seconds
1892026-04-13T20:37:21.195Z Packages to change: 1
1902026-04-13T20:37:21.195Z Mediators to change: 1
1912026-04-13T20:37:21.195Z Services to change: 1
1922026-04-13T20:37:21.195Z Create boot environment: No
1932026-04-13T20:37:21.195ZCreate backup boot environment: Yes
1942026-04-13T20:37:23.285Z Actions: 1/6 actions (Updating modified actions)
1952026-04-13T20:37:23.288Z Actions: Completed 6 actions in 0.00 seconds.
1962026-04-13T20:37:23.288Z Done
1972026-04-13T20:37:23.288Z Done
1982026-04-13T20:37:23.430Z Done
1992026-04-13T20:37:26.037Z Done
2002026-04-13T20:37:26.113Z Done
2012026-04-13T20:37:26.116Z Done
2022026-04-13T20:37:26.312Z Done
2032026-04-13T20:37:26.598ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-04-13T20:37:26.598Zclang system 15 system
2052026-04-13T20:37:26.598Zcsh system system illumos
2062026-04-13T20:37:26.598Zctags system system illumos
2072026-04-13T20:37:26.598Zfile system system illumos
2082026-04-13T20:37:26.598Zgcc vendor 12 vendor
2092026-04-13T20:37:26.598Zgcc system 14 system
2102026-04-13T20:37:26.598Zgcc system 10 system
2112026-04-13T20:37:26.598Zgo system 1.20 system
2122026-04-13T20:37:26.598Zgo system 1.19 system
2132026-04-13T20:37:26.598Zllvm system 15 system
2142026-04-13T20:37:26.598Zllvm system 14 system
2152026-04-13T20:37:26.598Zmariadb system 10.6 system
2162026-04-13T20:37:26.598Zmta vendor vendor dma
2172026-04-13T20:37:26.598Zopenjdk system 17 system
2182026-04-13T20:37:26.598Zopenjdk system 11 system
2192026-04-13T20:37:26.598Zopenjdk system 1.8 system
2202026-04-13T20:37:26.598Zopenssl vendor 3 vendor
2212026-04-13T20:37:26.598Zperl system 5.36 system
2222026-04-13T20:37:26.598Zpostgresql system 15 system
2232026-04-13T20:37:26.598Zpostgresql system 13 system
2242026-04-13T20:37:26.598Zpython vendor 3 vendor
2252026-04-13T20:37:26.598Zpython system 2 system
2262026-04-13T20:37:26.598Zpython3 system 3.11 system
2272026-04-13T20:37:26.598Zruby system 3.0 system
2282026-04-13T20:37:26.598Zwords vendor vendor american-english
2292026-04-13T20:37:26.598Zwords system system australian-english
2302026-04-13T20:37:26.598Zwords system system british-english
2312026-04-13T20:37:26.598Zwords system system canadian-english
2322026-04-13T20:37:26.599Zwords system system french
2332026-04-13T20:37:26.599Zwords system system italian
2342026-04-13T20:37:26.599Zwords system system ngerman
2352026-04-13T20:37:26.599Zwords system system ogerman
2362026-04-13T20:37:26.599Zwords system system spanish
2372026-04-13T20:37:26.827ZPUBLISHER TYPE STATUS P LOCATION
2382026-04-13T20:37:26.827Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392026-04-13T20:37:31.273ZFMRI IFO
2402026-04-13T20:37:31.273Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412026-04-13T20:37:31.273Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422026-04-13T20:37:31.273Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432026-04-13T20:37:31.273Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442026-04-13T20:37:31.273Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452026-04-13T20:37:31.273Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2462026-04-13T20:37:31.273Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472026-04-13T20:37:31.273Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2482026-04-13T20:37:31.273Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2492026-04-13T20:37:31.273Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502026-04-13T20:37:31.273Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2512026-04-13T20:37:31.274Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2522026-04-13T20:37:31.274Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532026-04-13T20:37:31.274Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2542026-04-13T20:37:31.274Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2552026-04-13T20:37:31.274Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562026-04-13T20:37:32.407Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572026-04-13T20:37:32.652Z Updating crates.io index
2582026-04-13T20:37:32.655Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592026-04-13T20:37:32.925Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-04-13T20:37:33.855Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2612026-04-13T20:37:34.145Z Updating git repository `https://github.com/oxidecomputer/propolis`
2622026-04-13T20:37:36.082Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2632026-04-13T20:37:36.572Z Updating git repository `https://github.com/oxidecomputer/crucible`
2642026-04-13T20:37:38.051Z Updating git repository `https://github.com/oxidecomputer/opte`
2652026-04-13T20:37:38.745Z Updating git repository `https://github.com/oxidecomputer/tofino`
2662026-04-13T20:37:39.273Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2672026-04-13T20:37:39.870Z Updating git repository `https://github.com/oxidecomputer/clickward`
2682026-04-13T20:37:40.320Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2692026-04-13T20:37:40.805Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-04-13T20:37:41.146Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2712026-04-13T20:37:42.120Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2722026-04-13T20:37:42.591Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2732026-04-13T20:37:42.958Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2742026-04-13T20:37:43.287Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2752026-04-13T20:37:43.698Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2762026-04-13T20:37:44.002Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2772026-04-13T20:37:44.251Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2782026-04-13T20:37:44.514Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2792026-04-13T20:37:44.918Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2802026-04-13T20:37:45.244Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2812026-04-13T20:37:45.833Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2822026-04-13T20:37:46.085Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2832026-04-13T20:37:46.409Z Updating git repository `https://github.com/oxidecomputer/ispf`
2842026-04-13T20:37:47.244Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-04-13T20:37:47.817Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2862026-04-13T20:37:48.226Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2872026-04-13T20:37:48.534Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2882026-04-13T20:37:48.838Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2892026-04-13T20:37:49.122Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2902026-04-13T20:37:49.693Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2912026-04-13T20:37:49.930Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2922026-04-13T20:37:50.181Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2932026-04-13T20:37:50.460Z Updating git repository `https://github.com/illumos/smf-rs`
2942026-04-13T20:37:50.776Z Updating git repository `https://github.com/oxidecomputer/omicron`
2952026-04-13T20:38:02.609Z Downloading crates ...
2962026-04-13T20:38:02.661Z Downloaded once_cell v1.21.3
2972026-04-13T20:38:02.666Z Downloaded litemap v0.8.1
2982026-04-13T20:38:02.670Z Downloaded thiserror v2.0.18
2992026-04-13T20:38:02.673Z Downloaded bitflags v2.11.0
3002026-04-13T20:38:02.677Z Downloaded tempfile v3.25.0
3012026-04-13T20:38:02.680Z Downloaded synstructure v0.13.2
3022026-04-13T20:38:02.680Z Downloaded pest_derive v2.8.6
3032026-04-13T20:38:02.680Z Downloaded cfg-if v1.0.4
3042026-04-13T20:38:02.680Z Downloaded errno v0.3.14
3052026-04-13T20:38:02.685Z Downloaded camino v1.2.2
3062026-04-13T20:38:02.685Z Downloaded yoke v0.8.1
3072026-04-13T20:38:02.688Z Downloaded typeid v1.0.3
3082026-04-13T20:38:02.691Z Downloaded ucd-trie v0.1.7
3092026-04-13T20:38:02.691Z Downloaded fastrand v2.3.0
3102026-04-13T20:38:02.694Z Downloaded serde_tokenstream v0.2.3
3112026-04-13T20:38:02.694Z Downloaded colorchoice v1.0.4
3122026-04-13T20:38:02.694Z Downloaded toml_write v0.1.2
3132026-04-13T20:38:02.697Z Downloaded anstream v0.6.21
3142026-04-13T20:38:02.697Z Downloaded potential_utf v0.1.4
3152026-04-13T20:38:02.701Z Downloaded equivalent v1.0.2
3162026-04-13T20:38:02.704Z Downloaded fnv v1.0.7
3172026-04-13T20:38:02.707Z Downloaded zerofrom v0.1.6
3182026-04-13T20:38:02.707Z Downloaded version_check v0.9.5
3192026-04-13T20:38:02.707Z Downloaded papergrid v0.11.0
3202026-04-13T20:38:02.711Z Downloaded utf8parse v0.2.2
3212026-04-13T20:38:02.711Z Downloaded usdt-macro v0.5.0
3222026-04-13T20:38:02.711Z Downloaded unicode-ident v1.0.24
3232026-04-13T20:38:02.715Z Downloaded erased-serde v0.4.9
3242026-04-13T20:38:02.715Z Downloaded serde_spanned v0.6.9
3252026-04-13T20:38:02.715Z Downloaded thiserror v1.0.69
3262026-04-13T20:38:02.718Z Downloaded yoke-derive v0.8.1
3272026-04-13T20:38:02.718Z Downloaded anyhow v1.0.102
3282026-04-13T20:38:02.718Z Downloaded utf8_iter v1.0.4
3292026-04-13T20:38:02.721Z Downloaded thiserror-impl v1.0.69
3302026-04-13T20:38:02.721Z Downloaded unicode-xid v0.2.6
3312026-04-13T20:38:02.721Z Downloaded idna v1.1.0
3322026-04-13T20:38:02.724Z Downloaded zerofrom-derive v0.1.6
3332026-04-13T20:38:02.725Z Downloaded thread-id v4.2.2
3342026-04-13T20:38:02.725Z Downloaded fs-err v3.3.0
3352026-04-13T20:38:02.728Z Downloaded usdt-attr-macro v0.5.0
3362026-04-13T20:38:02.728Z Downloaded scroll_derive v0.12.1
3372026-04-13T20:38:02.728Z Downloaded unicode-linebreak v0.1.5
3382026-04-13T20:38:02.731Z Downloaded zerovec-derive v0.11.2
3392026-04-13T20:38:02.731Z Downloaded thiserror-impl v2.0.18
3402026-04-13T20:38:02.731Z Downloaded quote v1.0.44
3412026-04-13T20:38:02.734Z Downloaded usdt v0.5.0
3422026-04-13T20:38:02.737Z Downloaded toml_datetime v0.6.11
3432026-04-13T20:38:02.737Z Downloaded clap_lex v1.0.0
3442026-04-13T20:38:02.737Z Downloaded writeable v0.6.2
3452026-04-13T20:38:02.737Z Downloaded typenum v1.19.0
3462026-04-13T20:38:02.741Z Downloaded dtrace-parser v0.2.0
3472026-04-13T20:38:02.741Z Downloaded ordered-float v2.10.1
3482026-04-13T20:38:02.741Z Downloaded usdt-impl v0.5.0
3492026-04-13T20:38:02.744Z Downloaded tinystr v0.8.2
3502026-04-13T20:38:02.744Z Downloaded proc-macro-error-attr v1.0.4
3512026-04-13T20:38:02.744Z Downloaded pretty-hex v0.4.1
3522026-04-13T20:38:02.744Z Downloaded heck v0.5.0
3532026-04-13T20:38:02.747Z Downloaded zmij v1.0.21
3542026-04-13T20:38:02.750Z Downloaded smawk v0.3.2
3552026-04-13T20:38:02.750Z Downloaded memmap v0.7.0
3562026-04-13T20:38:02.750Z Downloaded block-buffer v0.10.4
3572026-04-13T20:38:02.754Z Downloaded tabled_derive v0.7.0
3582026-04-13T20:38:02.757Z Downloaded zerocopy-derive v0.7.35
3592026-04-13T20:38:02.760Z Downloaded toml v0.8.23
3602026-04-13T20:38:02.760Z Downloaded textwrap v0.16.2
3612026-04-13T20:38:02.763Z Downloaded toml_edit v0.22.27
3622026-04-13T20:38:02.766Z Downloaded zerotrie v0.2.3
3632026-04-13T20:38:02.770Z Downloaded percent-encoding v2.3.2
3642026-04-13T20:38:02.770Z Downloaded generic-array v0.14.7
3652026-04-13T20:38:02.770Z Downloaded form_urlencoded v1.2.2
3662026-04-13T20:38:02.770Z Downloaded stable_deref_trait v1.2.1
3672026-04-13T20:38:02.773Z Downloaded url v2.5.8
3682026-04-13T20:38:02.776Z Downloaded plain v0.2.3
3692026-04-13T20:38:02.776Z Downloaded cargo-platform v0.2.0
3702026-04-13T20:38:02.776Z Downloaded is_terminal_polyfill v1.70.2
3712026-04-13T20:38:02.779Z Downloaded idna_adapter v1.2.1
3722026-04-13T20:38:02.779Z Downloaded strsim v0.11.1
3732026-04-13T20:38:02.779Z Downloaded itoa v1.0.17
3742026-04-13T20:38:02.782Z Downloaded crypto-common v0.1.7
3752026-04-13T20:38:02.785Z Downloaded unicode-width v0.1.14
3762026-04-13T20:38:02.789Z Downloaded terminal_size v0.4.3
3772026-04-13T20:38:02.791Z Downloaded zerovec v0.11.5
3782026-04-13T20:38:02.795Z Downloaded dof v0.3.0
3792026-04-13T20:38:02.795Z Downloaded zerocopy v0.7.35
3802026-04-13T20:38:02.801Z Downloaded swrite v0.1.0
3812026-04-13T20:38:02.804Z Downloaded winnow v0.7.14
3822026-04-13T20:38:02.807Z Downloaded serde-untagged v0.1.9
3832026-04-13T20:38:02.810Z Downloaded serde-value v0.7.0
3842026-04-13T20:38:02.810Z Downloaded macaddr v1.0.1
3852026-04-13T20:38:02.810Z Downloaded displaydoc v0.2.5
3862026-04-13T20:38:02.813Z Downloaded unicode-width v0.2.0
3872026-04-13T20:38:02.813Z Downloaded cargo_toml v0.21.0
3882026-04-13T20:38:02.817Z Downloaded semver v1.0.27
3892026-04-13T20:38:02.817Z Downloaded heck v0.4.1
3902026-04-13T20:38:02.817Z Downloaded anstyle-query v1.1.5
3912026-04-13T20:38:02.822Z Downloaded byteorder v1.5.0
3922026-04-13T20:38:02.822Z Downloaded camino-tempfile v1.4.1
3932026-04-13T20:38:02.825Z Downloaded sha2 v0.10.9
3942026-04-13T20:38:02.828Z Downloaded proc-macro-error v1.0.4
3952026-04-13T20:38:02.831Z Downloaded cargo_metadata v0.21.0
3962026-04-13T20:38:02.834Z Downloaded bytecount v0.6.9
3972026-04-13T20:38:02.838Z Downloaded anstyle-parse v0.2.7
3982026-04-13T20:38:02.838Z Downloaded autocfg v1.5.0
3992026-04-13T20:38:02.838Z Downloaded cargo-util-schemas v0.8.2
4002026-04-13T20:38:02.841Z Downloaded anstyle v1.0.13
4012026-04-13T20:38:02.844Z Downloaded digest v0.10.7
4022026-04-13T20:38:02.847Z Downloaded cpufeatures v0.2.17
4032026-04-13T20:38:02.850Z Downloaded serde v1.0.228
4042026-04-13T20:38:02.857Z Downloaded smallvec v1.15.1
4052026-04-13T20:38:02.860Z Downloaded scroll v0.12.0
4062026-04-13T20:38:02.871Z Downloaded pest_generator v2.8.6
4072026-04-13T20:38:02.874Z Downloaded proc-macro2 v1.0.106
4082026-04-13T20:38:02.877Z Downloaded clap_derive v4.5.55
4092026-04-13T20:38:02.881Z Downloaded serde_derive v1.0.228
4102026-04-13T20:38:02.884Z Downloaded log v0.4.29
4112026-04-13T20:38:02.888Z Downloaded num-traits v0.2.19
4122026-04-13T20:38:02.892Z Downloaded icu_provider v2.1.1
4132026-04-13T20:38:02.892Z Downloaded clap v4.5.60
4142026-04-13T20:38:02.896Z Downloaded icu_normalizer_data v2.1.1
4152026-04-13T20:38:02.899Z Downloaded serde_core v1.0.228
4162026-04-13T20:38:02.902Z Downloaded icu_properties v2.1.2
4172026-04-13T20:38:02.902Z Downloaded icu_normalizer v2.1.1
4182026-04-13T20:38:02.907Z Downloaded pest_meta v2.8.6
4192026-04-13T20:38:02.910Z Downloaded getrandom v0.3.4
4202026-04-13T20:38:02.926Z Downloaded icu_locale_core v2.1.1
4212026-04-13T20:38:02.929Z Downloaded memchr v2.8.0
4222026-04-13T20:38:02.932Z Downloaded icu_collections v2.1.1
4232026-04-13T20:38:02.935Z Downloaded clap_builder v4.5.60
4242026-04-13T20:38:02.938Z Downloaded indexmap v2.13.0
4252026-04-13T20:38:02.944Z Downloaded icu_properties_data v2.1.2
4262026-04-13T20:38:02.951Z Downloaded goblin v0.8.2
4272026-04-13T20:38:02.955Z Downloaded serde_json v1.0.149
4282026-04-13T20:38:02.959Z Downloaded pest v2.8.6
4292026-04-13T20:38:02.962Z Downloaded tabled v0.15.0
4302026-04-13T20:38:02.970Z Downloaded hashbrown v0.16.1
4312026-04-13T20:38:02.988Z Downloaded syn v1.0.109
4322026-04-13T20:38:03.002Z Downloaded syn v2.0.117
4332026-04-13T20:38:03.017Z Downloaded rustix v1.1.3
4342026-04-13T20:38:03.044Z Downloaded libc v0.2.180
4352026-04-13T20:38:03.109Z Compiling proc-macro2 v1.0.106
4362026-04-13T20:38:03.109Z Compiling unicode-ident v1.0.24
4372026-04-13T20:38:03.109Z Compiling quote v1.0.44
4382026-04-13T20:38:03.112Z Compiling serde_core v1.0.228
4392026-04-13T20:38:03.112Z Compiling libc v0.2.180
4402026-04-13T20:38:03.112Z Compiling version_check v0.9.5
4412026-04-13T20:38:03.112Z Compiling stable_deref_trait v1.2.1
4422026-04-13T20:38:03.291Z Compiling memchr v2.8.0
4432026-04-13T20:38:03.294Z Compiling serde v1.0.228
4442026-04-13T20:38:03.294Z Compiling zmij v1.0.21
4452026-04-13T20:38:03.294Z Compiling thiserror v1.0.69
4462026-04-13T20:38:03.294Z Compiling itoa v1.0.17
4472026-04-13T20:38:03.310Z Compiling autocfg v1.5.0
4482026-04-13T20:38:03.313Z Compiling ucd-trie v0.1.7
4492026-04-13T20:38:03.313Z Compiling litemap v0.8.1
4502026-04-13T20:38:03.541Z Compiling writeable v0.6.2
4512026-04-13T20:38:03.561Z Compiling byteorder v1.5.0
4522026-04-13T20:38:03.578Z Compiling rustix v1.1.3
4532026-04-13T20:38:03.597Z Compiling icu_properties_data v2.1.2
4542026-04-13T20:38:03.810Z Compiling pest v2.8.6
4552026-04-13T20:38:03.865Z Compiling icu_normalizer_data v2.1.1
4562026-04-13T20:38:03.883Z Compiling bitflags v2.11.0
4572026-04-13T20:38:03.932Z Compiling serde_json v1.0.149
4582026-04-13T20:38:03.950Z Compiling num-traits v0.2.19
4592026-04-13T20:38:04.074Z Compiling equivalent v1.0.2
4602026-04-13T20:38:04.099Z Compiling hashbrown v0.16.1
4612026-04-13T20:38:04.227Z Compiling errno v0.3.14
4622026-04-13T20:38:04.248Z Compiling typeid v1.0.3
4632026-04-13T20:38:04.301Z Compiling smallvec v1.15.1
4642026-04-13T20:38:04.321Z Compiling thread-id v4.2.2
4652026-04-13T20:38:04.338Z Compiling proc-macro-error-attr v1.0.4
4662026-04-13T20:38:04.395Z Compiling usdt-impl v0.5.0
4672026-04-13T20:38:04.416Z Compiling syn v1.0.109
4682026-04-13T20:38:04.451Z Compiling erased-serde v0.4.9
4692026-04-13T20:38:04.455Z Compiling winnow v0.7.14
4702026-04-13T20:38:04.455Z Compiling toml_write v0.1.2
4712026-04-13T20:38:04.524Z Compiling proc-macro-error v1.0.4
4722026-04-13T20:38:04.551Z Compiling utf8parse v0.2.2
4732026-04-13T20:38:04.653Z Compiling indexmap v2.13.0
4742026-04-13T20:38:04.709Z Compiling percent-encoding v2.3.2
4752026-04-13T20:38:04.730Z Compiling log v0.4.29
4762026-04-13T20:38:04.748Z Compiling utf8_iter v1.0.4
4772026-04-13T20:38:04.804Z Compiling thiserror v2.0.18
4782026-04-13T20:38:04.823Z Compiling camino v1.2.2
4792026-04-13T20:38:04.826Z Compiling getrandom v0.3.4
4802026-04-13T20:38:04.858Z Compiling syn v2.0.117
4812026-04-13T20:38:04.920Z Compiling pest_meta v2.8.6
4822026-04-13T20:38:04.938Z Compiling plain v0.2.3
4832026-04-13T20:38:04.941Z Compiling form_urlencoded v1.2.2
4842026-04-13T20:38:05.136Z Compiling ordered-float v2.10.1
4852026-04-13T20:38:05.155Z Compiling anstyle-parse v0.2.7
4862026-04-13T20:38:05.235Z Compiling cfg-if v1.0.4
4872026-04-13T20:38:05.254Z Compiling is_terminal_polyfill v1.70.2
4882026-04-13T20:38:05.298Z Compiling pretty-hex v0.4.1
4892026-04-13T20:38:05.329Z Compiling colorchoice v1.0.4
4902026-04-13T20:38:05.367Z Compiling terminal_size v0.4.3
4912026-04-13T20:38:05.385Z Compiling anstyle-query v1.1.5
4922026-04-13T20:38:05.415Z Compiling anstyle v1.0.13
4932026-04-13T20:38:05.436Z Compiling fs-err v3.3.0
4942026-04-13T20:38:05.472Z Compiling bytecount v0.6.9
4952026-04-13T20:38:05.491Z Compiling heck v0.4.1
4962026-04-13T20:38:05.527Z Compiling fnv v1.0.7
4972026-04-13T20:38:05.546Z Compiling unicode-xid v0.2.6
4982026-04-13T20:38:05.613Z Compiling anstream v0.6.21
4992026-04-13T20:38:05.679Z Compiling once_cell v1.21.3
5002026-04-13T20:38:05.682Z Compiling anyhow v1.0.102
5012026-04-13T20:38:05.682Z Compiling unicode-width v0.1.14
5022026-04-13T20:38:05.713Z Compiling fastrand v2.3.0
5032026-04-13T20:38:05.731Z Compiling heck v0.5.0
5042026-04-13T20:38:05.767Z Compiling strsim v0.11.1
5052026-04-13T20:38:05.814Z Compiling clap_lex v1.0.0
5062026-04-13T20:38:06.043Z Compiling semver v1.0.27
5072026-04-13T20:38:06.065Z Compiling clap_builder v4.5.60
5082026-04-13T20:38:06.069Z Compiling papergrid v0.11.0
5092026-04-13T20:38:06.069Z Compiling tempfile v3.25.0
5102026-04-13T20:38:06.157Z Compiling memmap v0.7.0
5112026-04-13T20:38:06.177Z Compiling unicode-width v0.2.0
5122026-04-13T20:38:06.345Z Compiling unicode-linebreak v0.1.5
5132026-04-13T20:38:06.369Z Compiling serde-untagged v0.1.9
5142026-04-13T20:38:06.398Z Compiling smawk v0.3.2
5152026-04-13T20:38:06.471Z Compiling camino-tempfile v1.4.1
5162026-04-13T20:38:06.506Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5172026-04-13T20:38:06.527Z Compiling swrite v0.1.0
5182026-04-13T20:38:06.566Z Compiling textwrap v0.16.2
5192026-04-13T20:38:06.860Z Compiling tabled_derive v0.7.0
5202026-04-13T20:38:07.494Z Compiling synstructure v0.13.2
5212026-04-13T20:38:07.494Z Compiling pest_generator v2.8.6
5222026-04-13T20:38:07.550Z Compiling tabled v0.15.0
5232026-04-13T20:38:08.053Z Compiling serde_derive v1.0.228
5242026-04-13T20:38:08.056Z Compiling zerofrom-derive v0.1.6
5252026-04-13T20:38:08.056Z Compiling yoke-derive v0.8.1
5262026-04-13T20:38:08.056Z Compiling zerovec-derive v0.11.2
5272026-04-13T20:38:08.056Z Compiling displaydoc v0.2.5
5282026-04-13T20:38:08.056Z Compiling thiserror-impl v1.0.69
5292026-04-13T20:38:08.056Z Compiling zerocopy-derive v0.7.35
5302026-04-13T20:38:08.056Z Compiling scroll_derive v0.12.1
5312026-04-13T20:38:08.056Z Compiling thiserror-impl v2.0.18
5322026-04-13T20:38:08.107Z Compiling clap_derive v4.5.55
5332026-04-13T20:38:08.161Z Compiling pest_derive v2.8.6
5342026-04-13T20:38:08.715Z Compiling scroll v0.12.0
5352026-04-13T20:38:08.817Z Compiling zerocopy v0.7.35
5362026-04-13T20:38:08.947Z Compiling goblin v0.8.2
5372026-04-13T20:38:09.058Z Compiling zerofrom v0.1.6
5382026-04-13T20:38:09.167Z Compiling yoke v0.8.1
5392026-04-13T20:38:09.289Z Compiling dtrace-parser v0.2.0
5402026-04-13T20:38:09.330Z Compiling zerovec v0.11.5
5412026-04-13T20:38:09.330Z Compiling zerotrie v0.2.3
5422026-04-13T20:38:09.551Z Compiling clap v4.5.60
5432026-04-13T20:38:09.743Z Compiling tinystr v0.8.2
5442026-04-13T20:38:09.743Z Compiling potential_utf v0.1.4
5452026-04-13T20:38:09.870Z Compiling icu_collections v2.1.1
5462026-04-13T20:38:09.898Z Compiling icu_locale_core v2.1.1
5472026-04-13T20:38:10.445Z Compiling icu_provider v2.1.1
5482026-04-13T20:38:10.557Z Compiling serde_spanned v0.6.9
5492026-04-13T20:38:10.557Z Compiling toml_datetime v0.6.11
5502026-04-13T20:38:10.561Z Compiling serde-value v0.7.0
5512026-04-13T20:38:10.561Z Compiling cargo-platform v0.2.0
5522026-04-13T20:38:10.561Z Compiling macaddr v1.0.1
5532026-04-13T20:38:10.593Z Compiling dof v0.3.0
5542026-04-13T20:38:10.596Z Compiling serde_tokenstream v0.2.3
5552026-04-13T20:38:10.666Z Compiling icu_properties v2.1.2
5562026-04-13T20:38:10.670Z Compiling icu_normalizer v2.1.1
5572026-04-13T20:38:10.785Z Compiling toml_edit v0.22.27
5582026-04-13T20:38:11.370Z Compiling usdt-macro v0.5.0
5592026-04-13T20:38:11.370Z Compiling usdt-attr-macro v0.5.0
5602026-04-13T20:38:11.523Z Compiling idna_adapter v1.2.1
5612026-04-13T20:38:11.630Z Compiling idna v1.1.0
5622026-04-13T20:38:11.896Z Compiling url v2.5.8
5632026-04-13T20:38:11.965Z Compiling usdt v0.5.0
5642026-04-13T20:38:12.065Z Compiling toml v0.8.23
5652026-04-13T20:38:12.408Z Compiling cargo-util-schemas v0.8.2
5662026-04-13T20:38:12.408Z Compiling cargo_toml v0.21.0
5672026-04-13T20:38:13.180Z Compiling cargo_metadata v0.21.0
5682026-04-13T20:38:14.089Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5692026-04-13T20:38:16.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.15s
5702026-04-13T20:38:16.452Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5712026-04-13T20:38:17.011Z Downloading crates ...
5722026-04-13T20:38:17.108Z Downloaded aead v0.5.2
5732026-04-13T20:38:17.111Z Downloaded adler2 v2.0.1
5742026-04-13T20:38:17.114Z Downloaded atty v0.2.14
5752026-04-13T20:38:17.117Z Downloaded atomic-waker v1.1.2
5762026-04-13T20:38:17.120Z Downloaded arrayvec v0.7.6
5772026-04-13T20:38:17.120Z Downloaded bitfield-struct v0.6.2
5782026-04-13T20:38:17.120Z Downloaded bit-set v0.8.0
5792026-04-13T20:38:17.123Z Downloaded bb8 v0.8.6
5802026-04-13T20:38:17.123Z Downloaded async-stream v0.3.6
5812026-04-13T20:38:17.127Z Downloaded backoff v0.4.0
5822026-04-13T20:38:17.130Z Downloaded cobs v0.3.0
5832026-04-13T20:38:17.133Z Downloaded async-bb8-diesel v0.2.1
5842026-04-13T20:38:17.136Z Downloaded darling v0.21.3
5852026-04-13T20:38:17.141Z Downloaded crucible-workspace-hack v0.1.0
5862026-04-13T20:38:17.141Z Downloaded colored v3.1.1
5872026-04-13T20:38:17.145Z Downloaded allocator-api2 v0.2.21
5882026-04-13T20:38:17.145Z Downloaded ahash v0.8.12
5892026-04-13T20:38:17.145Z Downloaded deranged v0.5.8
5902026-04-13T20:38:17.149Z Downloaded dunce v1.0.5
5912026-04-13T20:38:17.149Z Downloaded ciborium v0.2.2
5922026-04-13T20:38:17.149Z Downloaded foreign-types v0.3.2
5932026-04-13T20:38:17.149Z Downloaded des v0.8.1
5942026-04-13T20:38:17.154Z Downloaded crc32fast v1.5.0
5952026-04-13T20:38:17.154Z Downloaded fallible-iterator v0.2.0
5962026-04-13T20:38:17.154Z Downloaded drift v0.1.3
5972026-04-13T20:38:17.158Z Downloaded dsl_auto_type v0.2.0
5982026-04-13T20:38:17.158Z Downloaded daft v0.1.5
5992026-04-13T20:38:17.158Z Downloaded assert_matches v1.5.0
6002026-04-13T20:38:17.163Z Downloaded ctr v0.9.2
6012026-04-13T20:38:17.163Z Downloaded crossterm v0.29.0
6022026-04-13T20:38:17.168Z Downloaded bzip2 v0.6.1
6032026-04-13T20:38:17.168Z Downloaded base16ct v0.2.0
6042026-04-13T20:38:17.168Z Downloaded async-recursion v1.1.1
6052026-04-13T20:38:17.172Z Downloaded bcrypt-pbkdf v0.10.0
6062026-04-13T20:38:17.172Z Downloaded cipher v0.4.4
6072026-04-13T20:38:17.172Z Downloaded aes v0.8.4
6082026-04-13T20:38:17.172Z Downloaded ascii-canvas v3.0.0
6092026-04-13T20:38:17.175Z Downloaded arrayref v0.3.9
6102026-04-13T20:38:17.175Z Downloaded argon2 v0.5.3
6112026-04-13T20:38:17.175Z Downloaded atomicwrites v0.4.4
6122026-04-13T20:38:17.179Z Downloaded aes-gcm v0.10.3
6132026-04-13T20:38:17.179Z Downloaded bcs v0.1.6
6142026-04-13T20:38:17.182Z Downloaded crossbeam-utils v0.8.21
6152026-04-13T20:38:17.185Z Downloaded flate2 v1.1.9
6162026-04-13T20:38:17.188Z Downloaded fd-lock v4.0.4
6172026-04-13T20:38:17.188Z Downloaded dropshot_endpoint v0.16.7
6182026-04-13T20:38:17.192Z Downloaded dropshot-api-manager-types v0.6.0
6192026-04-13T20:38:17.192Z Downloaded block-padding v0.3.3
6202026-04-13T20:38:17.195Z Downloaded bit-set v0.5.3
6212026-04-13T20:38:17.195Z Downloaded async-stream-impl v0.3.6
6222026-04-13T20:38:17.195Z Downloaded derive-where v1.6.0
6232026-04-13T20:38:17.199Z Downloaded defmt v0.3.100
6242026-04-13T20:38:17.199Z Downloaded cfg_aliases v0.1.1
6252026-04-13T20:38:17.199Z Downloaded fixedbitset v0.4.2
6262026-04-13T20:38:17.204Z Downloaded embedded-io v0.4.0
6272026-04-13T20:38:17.204Z Downloaded float-cmp v0.10.0
6282026-04-13T20:38:17.204Z Downloaded crunchy v0.2.4
6292026-04-13T20:38:17.204Z Downloaded difflib v0.4.0
6302026-04-13T20:38:17.204Z Downloaded bitfield-macros v0.19.4
6312026-04-13T20:38:17.209Z Downloaded dof v0.4.0
6322026-04-13T20:38:17.209Z Downloaded array-init v0.0.4
6332026-04-13T20:38:17.209Z Downloaded derive-ex v0.1.8
6342026-04-13T20:38:17.209Z Downloaded defmt-parser v1.0.0
6352026-04-13T20:38:17.209Z Downloaded compression-core v0.4.31
6362026-04-13T20:38:17.209Z Downloaded crc v3.4.0
6372026-04-13T20:38:17.209Z Downloaded derive_builder_core v0.20.2
6382026-04-13T20:38:17.213Z Downloaded constant_time_eq v0.4.2
6392026-04-13T20:38:17.213Z Downloaded cbc v0.1.2
6402026-04-13T20:38:17.213Z Downloaded ciborium-ll v0.2.2
6412026-04-13T20:38:17.218Z Downloaded dyn-clone v1.0.20
6422026-04-13T20:38:17.218Z Downloaded darling_macro v0.23.0
6432026-04-13T20:38:17.218Z Downloaded curve25519-dalek-derive v0.1.1
6442026-04-13T20:38:17.221Z Downloaded float-ord v0.3.2
6452026-04-13T20:38:17.221Z Downloaded foreign-types-macros v0.2.3
6462026-04-13T20:38:17.221Z Downloaded dirs-next v2.0.0
6472026-04-13T20:38:17.221Z Downloaded derive_builder_macro v0.20.2
6482026-04-13T20:38:17.227Z Downloaded crc-catalog v2.4.0
6492026-04-13T20:38:17.227Z Downloaded dtrace-parser v0.3.0
6502026-04-13T20:38:17.227Z Downloaded cfg_aliases v0.2.1
6512026-04-13T20:38:17.227Z Downloaded debug-ignore v1.0.5
6522026-04-13T20:38:17.232Z Downloaded env_filter v1.0.0
6532026-04-13T20:38:17.232Z Downloaded cpufeatures v0.3.0
6542026-04-13T20:38:17.232Z Downloaded darling_macro v0.21.3
6552026-04-13T20:38:17.232Z Downloaded darling_macro v0.20.11
6562026-04-13T20:38:17.232Z Downloaded castaway v0.2.4
6572026-04-13T20:38:17.232Z Downloaded embedded-io v0.6.1
6582026-04-13T20:38:17.235Z Downloaded convert_case v0.4.0
6592026-04-13T20:38:17.235Z Downloaded foreign-types-shared v0.1.1
6602026-04-13T20:38:17.235Z Downloaded foreign-types-shared v0.3.1
6612026-04-13T20:38:17.235Z Downloaded flagset v0.4.7
6622026-04-13T20:38:17.235Z Downloaded crc8 v0.1.1
6632026-04-13T20:38:17.236Z Downloaded ciborium-io v0.2.2
6642026-04-13T20:38:17.239Z Downloaded enum-as-inner v0.6.1
6652026-04-13T20:38:17.239Z Downloaded git-stub v1.0.0
6662026-04-13T20:38:17.239Z Downloaded funty v2.0.0
6672026-04-13T20:38:17.239Z Downloaded dirs-sys-next v0.1.2
6682026-04-13T20:38:17.242Z Downloaded futures-sink v0.3.32
6692026-04-13T20:38:17.242Z Downloaded endian-type v0.1.2
6702026-04-13T20:38:17.242Z Downloaded downcast-rs v2.0.2
6712026-04-13T20:38:17.245Z Downloaded display-error-chain v0.2.2
6722026-04-13T20:38:17.245Z Downloaded cmake v0.1.57
6732026-04-13T20:38:17.245Z Downloaded async-trait v0.1.89
6742026-04-13T20:38:17.249Z Downloaded cargo-platform v0.3.2
6752026-04-13T20:38:17.249Z Downloaded convert_case v0.10.0
6762026-04-13T20:38:17.252Z Downloaded futures-io v0.3.32
6772026-04-13T20:38:17.252Z Downloaded diesel_table_macro_syntax v0.3.0
6782026-04-13T20:38:17.252Z Downloaded const_format_proc_macros v0.2.34
6792026-04-13T20:38:17.255Z Downloaded globwalk v0.9.1
6802026-04-13T20:38:17.255Z Downloaded ff v0.13.1
6812026-04-13T20:38:17.255Z Downloaded dropshot-api-manager v0.6.0
6822026-04-13T20:38:17.259Z Downloaded ghash v0.5.1
6832026-04-13T20:38:17.259Z Downloaded critical-section v1.2.0
6842026-04-13T20:38:17.265Z Downloaded backon v1.6.0
6852026-04-13T20:38:17.265Z Downloaded const-oid v0.9.6
6862026-04-13T20:38:17.265Z Downloaded console v0.16.2
6872026-04-13T20:38:17.270Z Downloaded corncobs v0.1.4
6882026-04-13T20:38:17.270Z Downloaded futures-core v0.3.32
6892026-04-13T20:38:17.270Z Downloaded darling_core v0.23.0
6902026-04-13T20:38:17.270Z Downloaded hash32 v0.3.1
6912026-04-13T20:38:17.273Z Downloaded find-msvc-tools v0.1.9
6922026-04-13T20:38:17.273Z Downloaded env_logger v0.11.9
6932026-04-13T20:38:17.273Z Downloaded headers-core v0.3.0
6942026-04-13T20:38:17.273Z Downloaded gethostname v0.5.0
6952026-04-13T20:38:17.276Z Downloaded futures-macro v0.3.32
6962026-04-13T20:38:17.276Z Downloaded hex-literal v0.4.1
6972026-04-13T20:38:17.276Z Downloaded hex v0.4.3
6982026-04-13T20:38:17.276Z Downloaded der_derive v0.7.3
6992026-04-13T20:38:17.281Z Downloaded hash32 v0.2.1
7002026-04-13T20:38:17.281Z Downloaded cstr-argument v0.1.2
7012026-04-13T20:38:17.281Z Downloaded hostname v0.3.1
7022026-04-13T20:38:17.286Z Downloaded fxhash v0.2.1
7032026-04-13T20:38:17.286Z Downloaded hostname v0.4.2
7042026-04-13T20:38:17.286Z Downloaded futures-task v0.3.32
7052026-04-13T20:38:17.286Z Downloaded cexpr v0.6.0
7062026-04-13T20:38:17.286Z Downloaded http-range v0.1.5
7072026-04-13T20:38:17.290Z Downloaded hubpack_derive v0.1.1
7082026-04-13T20:38:17.290Z Downloaded hubpack v0.1.2
7092026-04-13T20:38:17.290Z Downloaded httpdate v1.0.3
7102026-04-13T20:38:17.290Z Downloaded buf-list v1.1.2
7112026-04-13T20:38:17.293Z Downloaded cassowary v0.3.0
7122026-04-13T20:38:17.293Z Downloaded blowfish v0.9.1
7132026-04-13T20:38:17.293Z Downloaded bitfield v0.19.4
7142026-04-13T20:38:17.293Z Downloaded foreign-types v0.5.0
7152026-04-13T20:38:17.293Z Downloaded fs_extra v1.3.0
7162026-04-13T20:38:17.296Z Downloaded ena v0.14.4
7172026-04-13T20:38:17.297Z Downloaded either v1.15.0
7182026-04-13T20:38:17.297Z Downloaded filetime v0.2.27
7192026-04-13T20:38:17.301Z Downloaded cargo_metadata v0.23.1
7202026-04-13T20:38:17.301Z Downloaded chacha20 v0.9.1
7212026-04-13T20:38:17.305Z Downloaded byte-wrapper v0.1.0
7222026-04-13T20:38:17.305Z Downloaded document-features v0.2.12
7232026-04-13T20:38:17.305Z Downloaded http-body v1.0.1
7242026-04-13T20:38:17.305Z Downloaded home v0.5.12
7252026-04-13T20:38:17.309Z Downloaded erased-serde v0.3.31
7262026-04-13T20:38:17.309Z Downloaded diesel-dtrace v0.5.0
7272026-04-13T20:38:17.309Z Downloaded crossbeam-deque v0.8.6
7282026-04-13T20:38:17.309Z Downloaded cookie v0.18.1
7292026-04-13T20:38:17.312Z Downloaded ar_archive_writer v0.5.1
7302026-04-13T20:38:17.312Z Downloaded cookie_store v0.22.1
7312026-04-13T20:38:17.315Z Downloaded ident_case v1.0.1
7322026-04-13T20:38:17.315Z Downloaded console v0.15.11
7332026-04-13T20:38:17.318Z Downloaded hyper-tls v0.6.0
7342026-04-13T20:38:17.319Z Downloaded bit-vec v0.6.3
7352026-04-13T20:38:17.319Z Downloaded colored v2.2.0
7362026-04-13T20:38:17.322Z Downloaded indoc v1.0.9
7372026-04-13T20:38:17.322Z Downloaded group v0.13.0
7382026-04-13T20:38:17.325Z Downloaded ecdsa v0.16.9
7392026-04-13T20:38:17.325Z Downloaded crossbeam-channel v0.5.15
7402026-04-13T20:38:17.328Z Downloaded futures-executor v0.3.32
7412026-04-13T20:38:17.328Z Downloaded globset v0.4.18
7422026-04-13T20:38:17.333Z Downloaded foldhash v0.2.0
7432026-04-13T20:38:17.333Z Downloaded indent_write v2.2.0
7442026-04-13T20:38:17.333Z Downloaded internet-checksum v0.2.1
7452026-04-13T20:38:17.333Z Downloaded instability v0.3.11
7462026-04-13T20:38:17.336Z Downloaded foldhash v0.1.5
7472026-04-13T20:38:17.336Z Downloaded bzip2 v0.4.4
7482026-04-13T20:38:17.336Z Downloaded base64 v0.21.7
7492026-04-13T20:38:17.341Z Downloaded is_ci v1.2.0
7502026-04-13T20:38:17.341Z Downloaded inout v0.1.4
7512026-04-13T20:38:17.341Z Downloaded blake2 v0.10.6
7522026-04-13T20:38:17.345Z Downloaded lalrpop-util v0.19.12
7532026-04-13T20:38:17.345Z Downloaded defmt v1.0.1
7542026-04-13T20:38:17.345Z Downloaded ed25519 v2.2.3
7552026-04-13T20:38:17.346Z Downloaded chacha20 v0.10.0
7562026-04-13T20:38:17.349Z Downloaded cancel-safe-futures v0.1.5
7572026-04-13T20:38:17.349Z Downloaded daft-derive v0.1.5
7582026-04-13T20:38:17.352Z Downloaded futures-channel v0.3.32
7592026-04-13T20:38:17.352Z Downloaded keccak v0.1.6
7602026-04-13T20:38:17.355Z Downloaded csv-core v0.1.13
7612026-04-13T20:38:17.355Z Downloaded bitflags v1.3.2
7622026-04-13T20:38:17.359Z Downloaded kstat-rs v0.2.4
7632026-04-13T20:38:17.359Z Downloaded compression-codecs v0.4.37
7642026-04-13T20:38:17.363Z Downloaded lru-cache v0.1.2
7652026-04-13T20:38:17.363Z Downloaded base64ct v1.8.3
7662026-04-13T20:38:17.363Z Downloaded lru-slab v0.1.2
7672026-04-13T20:38:17.363Z Downloaded maplit v1.0.2
7682026-04-13T20:38:17.363Z Downloaded lazy_static v1.5.0
7692026-04-13T20:38:17.366Z Downloaded diff v0.1.13
7702026-04-13T20:38:17.366Z Downloaded humantime v2.3.0
7712026-04-13T20:38:17.369Z Downloaded camino-tempfile-ext v0.3.3
7722026-04-13T20:38:17.369Z Downloaded darling v0.23.0
7732026-04-13T20:38:17.373Z Downloaded managed v0.8.0
7742026-04-13T20:38:17.373Z Downloaded lru v0.12.5
7752026-04-13T20:38:17.376Z Downloaded getrandom v0.2.17
7762026-04-13T20:38:17.376Z Downloaded md-5 v0.10.6
7772026-04-13T20:38:17.379Z Downloaded lzss v0.8.2
7782026-04-13T20:38:17.379Z Downloaded libscf-sys v1.1.0
7792026-04-13T20:38:17.379Z Downloaded memoffset v0.9.1
7802026-04-13T20:38:17.382Z Downloaded md5 v0.7.0
7812026-04-13T20:38:17.382Z Downloaded maybe-uninit v2.0.0
7822026-04-13T20:38:17.382Z Downloaded match_cfg v0.1.0
7832026-04-13T20:38:17.382Z Downloaded mime v0.3.17
7842026-04-13T20:38:17.382Z Downloaded impl-trait-for-tuples v0.2.3
7852026-04-13T20:38:17.386Z Downloaded fs-err v2.11.0
7862026-04-13T20:38:17.386Z Downloaded derive_builder v0.20.2
7872026-04-13T20:38:17.389Z Downloaded crossbeam-epoch v0.9.18
7882026-04-13T20:38:17.393Z Downloaded git-stub-vcs v0.1.0
7892026-04-13T20:38:17.394Z Downloaded hyper-staticfile v0.10.1
7902026-04-13T20:38:17.398Z Downloaded newline-converter v0.3.0
7912026-04-13T20:38:17.398Z Downloaded new_debug_unreachable v1.0.6
7922026-04-13T20:38:17.398Z Downloaded multimap v0.10.1
7932026-04-13T20:38:17.398Z Downloaded ingot-types v0.1.2
7942026-04-13T20:38:17.398Z Downloaded nibble_vec v0.1.0
7952026-04-13T20:38:17.398Z Downloaded instant v0.1.13
7962026-04-13T20:38:17.403Z Downloaded newtype_derive v0.1.6
7972026-04-13T20:38:17.403Z Downloaded nodrop v0.1.14
7982026-04-13T20:38:17.403Z Downloaded normalize-line-endings v0.3.0
7992026-04-13T20:38:17.403Z Downloaded nonempty v0.12.0
8002026-04-13T20:38:17.403Z Downloaded ipnet v2.11.0
8012026-04-13T20:38:17.407Z Downloaded ingot v0.1.1
8022026-04-13T20:38:17.407Z Downloaded num-iter v0.1.45
8032026-04-13T20:38:17.408Z Downloaded num-derive v0.3.3
8042026-04-13T20:38:17.408Z Downloaded num-conv v0.2.0
8052026-04-13T20:38:17.408Z Downloaded ipnetwork v0.21.1
8062026-04-13T20:38:17.411Z Downloaded highway v1.3.0
8072026-04-13T20:38:17.411Z Downloaded newtype-uuid-macros v0.1.0
8082026-04-13T20:38:17.411Z Downloaded num-derive v0.4.2
8092026-04-13T20:38:17.414Z Downloaded glob v0.3.3
8102026-04-13T20:38:17.414Z Downloaded half v1.8.3
8112026-04-13T20:38:17.414Z Downloaded crc-any v2.5.0
8122026-04-13T20:38:17.419Z Downloaded clang-sys v1.8.1
8132026-04-13T20:38:17.419Z Downloaded bit-vec v0.8.0
8142026-04-13T20:38:17.422Z Downloaded num v0.4.3
8152026-04-13T20:38:17.422Z Downloaded libloading v0.8.9
8162026-04-13T20:38:17.422Z Downloaded linear-map v1.2.0
8172026-04-13T20:38:17.422Z Downloaded libefi-sys v0.1.0
8182026-04-13T20:38:17.426Z Downloaded jobserver v0.1.34
8192026-04-13T20:38:17.426Z Downloaded openssl-probe v0.2.1
8202026-04-13T20:38:17.426Z Downloaded openssl-probe v0.1.6
8212026-04-13T20:38:17.429Z Downloaded arc-swap v1.8.2
8222026-04-13T20:38:17.429Z Downloaded dropshot_endpoint v0.17.0
8232026-04-13T20:38:17.433Z Downloaded num_threads v0.1.7
8242026-04-13T20:38:17.433Z Downloaded darling v0.20.11
8252026-04-13T20:38:17.436Z Downloaded opaque-debug v0.3.1
8262026-04-13T20:38:17.436Z Downloaded olpc-cjson v0.1.4
8272026-04-13T20:38:17.436Z Downloaded openssl-macros v0.1.1
8282026-04-13T20:38:17.436Z Downloaded base64 v0.22.1
8292026-04-13T20:38:17.441Z Downloaded hyper-rustls v0.27.7
8302026-04-13T20:38:17.444Z Downloaded httparse v1.10.1
8312026-04-13T20:38:17.444Z Downloaded linked-hash-map v0.5.6
8322026-04-13T20:38:17.444Z Downloaded libsw-core v0.3.2
8332026-04-13T20:38:17.444Z Downloaded libsw v3.5.0
8342026-04-13T20:38:17.447Z Downloaded num_enum_derive v0.5.11
8352026-04-13T20:38:17.447Z Downloaded iana-time-zone v0.1.65
8362026-04-13T20:38:17.447Z Downloaded elliptic-curve v0.13.8
8372026-04-13T20:38:17.450Z Downloaded packed_struct_codegen v0.10.1
8382026-04-13T20:38:17.451Z Downloaded ingot-macros v0.1.1
8392026-04-13T20:38:17.454Z Downloaded darling_core v0.20.11
8402026-04-13T20:38:17.457Z Downloaded is-terminal v0.4.17
8412026-04-13T20:38:17.457Z Downloaded mime_guess v2.0.5
8422026-04-13T20:38:17.457Z Downloaded indoc v2.0.7
8432026-04-13T20:38:17.460Z Downloaded hmac v0.12.1
8442026-04-13T20:38:17.460Z Downloaded fatfs v0.3.6
8452026-04-13T20:38:17.463Z Downloaded newtype-uuid v1.3.2
8462026-04-13T20:38:17.463Z Downloaded nu-ansi-term v0.50.3
8472026-04-13T20:38:17.467Z Downloaded native-tls v0.2.18
8482026-04-13T20:38:17.467Z Downloaded derive_more v0.99.20
8492026-04-13T20:38:17.472Z Downloaded http-body-util v0.1.3
8502026-04-13T20:38:17.472Z Downloaded peg-runtime v0.8.5
8512026-04-13T20:38:17.472Z Downloaded compact_str v0.8.1
8522026-04-13T20:38:17.478Z Downloaded path-slash v0.1.5
8532026-04-13T20:38:17.478Z Downloaded multer v3.1.0
8542026-04-13T20:38:17.478Z Downloaded getrandom v0.4.1
8552026-04-13T20:38:17.482Z Downloaded parse-size v1.1.0
8562026-04-13T20:38:17.482Z Downloaded fixedbitset v0.5.7
8572026-04-13T20:38:17.482Z Downloaded num_enum v0.7.5
8582026-04-13T20:38:17.485Z Downloaded pbkdf2 v0.11.0
8592026-04-13T20:38:17.485Z Downloaded pin-utils v0.1.0
8602026-04-13T20:38:17.485Z Downloaded num-integer v0.1.46
8612026-04-13T20:38:17.488Z Downloaded phf_shared v0.13.1
8622026-04-13T20:38:17.488Z Downloaded phf_shared v0.12.1
8632026-04-13T20:38:17.488Z Downloaded phf_shared v0.11.3
8642026-04-13T20:38:17.488Z Downloaded nanorand v0.7.0
8652026-04-13T20:38:17.491Z Downloaded chacha20poly1305 v0.10.1
8662026-04-13T20:38:17.491Z Downloaded bytes v1.11.1
8672026-04-13T20:38:17.495Z Downloaded flume v0.11.1
8682026-04-13T20:38:17.498Z Downloaded defmt-macros v1.0.1
8692026-04-13T20:38:17.498Z Downloaded num_enum_derive v0.7.5
8702026-04-13T20:38:17.501Z Downloaded num-rational v0.4.2
8712026-04-13T20:38:17.501Z Downloaded darling_core v0.21.3
8722026-04-13T20:38:17.504Z Downloaded data-encoding v2.10.0
8732026-04-13T20:38:17.504Z Downloaded owo-colors v4.3.0
8742026-04-13T20:38:17.508Z Downloaded oso-derive v0.27.3
8752026-04-13T20:38:17.508Z Downloaded lock_api v0.4.14
8762026-04-13T20:38:17.508Z Downloaded packed_struct v0.10.1
8772026-04-13T20:38:17.508Z Downloaded litrs v1.0.0
8782026-04-13T20:38:17.524Z Downloaded predicates-core v1.0.10
8792026-04-13T20:38:17.525Z Downloaded proc-macro-crate v3.4.0
8802026-04-13T20:38:17.525Z Downloaded proc-macro-crate v1.3.1
8812026-04-13T20:38:17.525Z Downloaded async-compression v0.4.41
8822026-04-13T20:38:17.525Z Downloaded progenitor-client v0.11.2
8832026-04-13T20:38:17.525Z Downloaded crypto-bigint v0.5.5
8842026-04-13T20:38:17.536Z Downloaded quick-error v1.2.3
8852026-04-13T20:38:17.541Z Downloaded progenitor-client v0.10.0
8862026-04-13T20:38:17.541Z Downloaded radium v0.7.0
8872026-04-13T20:38:17.541Z Downloaded predicates-tree v1.0.13
8882026-04-13T20:38:17.541Z Downloaded oxide-tokio-rt v0.1.3
8892026-04-13T20:38:17.544Z Downloaded ignore v0.4.25
8902026-04-13T20:38:17.544Z Downloaded heapless v0.8.0
8912026-04-13T20:38:17.547Z Downloaded psl-types v2.0.11
8922026-04-13T20:38:17.547Z Downloaded progenitor-macro v0.11.2
8932026-04-13T20:38:17.547Z Downloaded password-hash v0.4.2
8942026-04-13T20:38:17.553Z Downloaded parse-display v0.10.0
8952026-04-13T20:38:17.553Z Downloaded num_enum v0.5.11
8962026-04-13T20:38:17.556Z Downloaded rand_chacha v0.3.1
8972026-04-13T20:38:17.557Z Downloaded pbkdf2 v0.12.2
8982026-04-13T20:38:17.557Z Downloaded parse-display-derive v0.10.0
8992026-04-13T20:38:17.557Z Downloaded const_format v0.2.35
9002026-04-13T20:38:17.557Z Downloaded headers v0.4.1
9012026-04-13T20:38:17.560Z Downloaded pin-project-lite v0.2.17
9022026-04-13T20:38:17.564Z Downloaded pem-rfc7468 v0.7.0
9032026-04-13T20:38:17.568Z Downloaded phf v0.13.1
9042026-04-13T20:38:17.568Z Downloaded phf v0.12.1
9052026-04-13T20:38:17.568Z Downloaded omicron-zone-package v0.12.2
9062026-04-13T20:38:17.571Z Downloaded num-complex v0.4.6
9072026-04-13T20:38:17.571Z Downloaded peg v0.8.5
9082026-04-13T20:38:17.574Z Downloaded pkcs8 v0.10.2
9092026-04-13T20:38:17.574Z Downloaded rand_xorshift v0.4.0
9102026-04-13T20:38:17.577Z Downloaded polyval v0.6.2
9112026-04-13T20:38:17.577Z Downloaded pkg-config v0.3.32
9122026-04-13T20:38:17.577Z Downloaded pin-project-internal v1.1.11
9132026-04-13T20:38:17.583Z Downloaded libbz2-rs-sys v0.2.2
9142026-04-13T20:38:17.583Z Downloaded powerfmt v0.2.0
9152026-04-13T20:38:17.583Z Downloaded progenitor-extras v0.1.1
9162026-04-13T20:38:17.587Z Downloaded proc-macro-error2 v2.0.1
9172026-04-13T20:38:17.587Z Downloaded predicates v3.1.4
9182026-04-13T20:38:17.587Z Downloaded ref-cast-impl v1.0.25
9192026-04-13T20:38:17.587Z Downloaded ref-cast v1.0.25
9202026-04-13T20:38:17.591Z Downloaded recursive-proc-macro-impl v0.1.1
9212026-04-13T20:38:17.591Z Downloaded derive_more-impl v2.1.1
9222026-04-13T20:38:17.591Z Downloaded half v2.7.1
9232026-04-13T20:38:17.594Z Downloaded indicatif v0.18.4
9242026-04-13T20:38:17.598Z Downloaded parking_lot_core v0.8.6
9252026-04-13T20:38:17.598Z Downloaded ed25519-dalek v2.2.0
9262026-04-13T20:38:17.602Z Downloaded rfc6979 v0.4.0
9272026-04-13T20:38:17.602Z Downloaded password-hash v0.5.0
9282026-04-13T20:38:17.602Z Downloaded progenitor v0.13.0
9292026-04-13T20:38:17.605Z Downloaded progenitor-macro v0.13.0
9302026-04-13T20:38:17.605Z Downloaded parking_lot_core v0.9.12
9312026-04-13T20:38:17.605Z Downloaded indexmap v1.9.3
9322026-04-13T20:38:17.609Z Downloaded bumpalo v3.20.2
9332026-04-13T20:38:17.609Z Downloaded parking_lot v0.12.5
9342026-04-13T20:38:17.612Z Downloaded rustc_version v0.4.1
9352026-04-13T20:38:17.612Z Downloaded russh-cryptovec v0.7.3
9362026-04-13T20:38:17.612Z Downloaded rtoolbox v0.0.3
9372026-04-13T20:38:17.615Z Downloaded expectorate v1.2.0
9382026-04-13T20:38:17.615Z Downloaded heapless v0.7.17
9392026-04-13T20:38:17.618Z Downloaded recursive v0.1.1
9402026-04-13T20:38:17.618Z Downloaded progenitor-client v0.13.0
9412026-04-13T20:38:17.618Z Downloaded primeorder v0.13.6
9422026-04-13T20:38:17.622Z Downloaded ppv-lite86 v0.2.21
9432026-04-13T20:38:17.622Z Downloaded r2d2 v0.8.10
9442026-04-13T20:38:17.622Z Downloaded rustc_version v0.1.7
9452026-04-13T20:38:17.622Z Downloaded rustc-hash v2.1.1
9462026-04-13T20:38:17.626Z Downloaded poly1305 v0.8.0
9472026-04-13T20:38:17.626Z Downloaded hickory-resolver v0.24.4
9482026-04-13T20:38:17.630Z Downloaded diesel_derives v2.3.7
9492026-04-13T20:38:17.633Z Downloaded rand_core v0.9.5
9502026-04-13T20:38:17.633Z Downloaded rand_core v0.6.4
9512026-04-13T20:38:17.633Z Downloaded pkcs1 v0.7.5
9522026-04-13T20:38:17.636Z Downloaded rand_seeder v0.4.0
9532026-04-13T20:38:17.636Z Downloaded rand_core v0.10.0
9542026-04-13T20:38:17.636Z Downloaded rand_chacha v0.9.0
9552026-04-13T20:38:17.641Z Downloaded oxnet v0.1.4
9562026-04-13T20:38:17.641Z Downloaded derive_more v2.1.1
9572026-04-13T20:38:17.647Z Downloaded salsa20 v0.10.2
9582026-04-13T20:38:17.650Z Downloaded postgres-types v0.2.12
9592026-04-13T20:38:17.650Z Downloaded postgres-protocol v0.6.10
9602026-04-13T20:38:17.650Z Downloaded postcard v1.1.3
9612026-04-13T20:38:17.655Z Downloaded pkcs5 v0.7.1
9622026-04-13T20:38:17.655Z Downloaded scheduled-thread-pool v0.2.7
9632026-04-13T20:38:17.659Z Downloaded parking_lot v0.11.2
9642026-04-13T20:38:17.659Z Downloaded same-file v1.0.6
9652026-04-13T20:38:17.659Z Downloaded p256 v0.13.2
9662026-04-13T20:38:17.663Z Downloaded progenitor v0.11.2
9672026-04-13T20:38:17.663Z Downloaded oso v0.27.3
9682026-04-13T20:38:17.663Z Downloaded papergrid v0.17.0
9692026-04-13T20:38:17.666Z Downloaded scrypt v0.11.0
9702026-04-13T20:38:17.667Z Downloaded jiff-static v0.2.21
9712026-04-13T20:38:17.670Z Downloaded secrecy v0.10.3
9722026-04-13T20:38:17.670Z Downloaded scroll_derive v0.13.1
9732026-04-13T20:38:17.670Z Downloaded scopeguard v1.2.0
9742026-04-13T20:38:17.673Z Downloaded der v0.7.10
9752026-04-13T20:38:17.673Z Downloaded seq-macro v0.3.6
9762026-04-13T20:38:17.676Z Downloaded resolv-conf v0.7.6
9772026-04-13T20:38:17.676Z Downloaded cc v1.2.56
9782026-04-13T20:38:17.681Z Downloaded semver v0.1.20
9792026-04-13T20:38:17.681Z Downloaded serde-big-array v0.5.1
9802026-04-13T20:38:17.681Z Downloaded secrecy v0.8.0
9812026-04-13T20:38:17.685Z Downloaded pem v3.0.6
9822026-04-13T20:38:17.685Z Downloaded peg-macros v0.8.5
9832026-04-13T20:38:17.685Z Downloaded serde_repr v0.1.20
9842026-04-13T20:38:17.685Z Downloaded paste v1.0.15
9852026-04-13T20:38:17.689Z Downloaded quinn-udp v0.5.14
9862026-04-13T20:38:17.689Z Downloaded hickory-resolver v0.25.2
9872026-04-13T20:38:17.692Z Downloaded serde_urlencoded v0.7.1
9882026-04-13T20:38:17.692Z Downloaded serde_plain v1.0.2
9892026-04-13T20:38:17.692Z Downloaded sha1 v0.10.6
9902026-04-13T20:38:17.695Z Downloaded pin-project v1.1.11
9912026-04-13T20:38:17.699Z Downloaded sigpipe v0.1.3
9922026-04-13T20:38:17.705Z Downloaded shell-words v1.1.1
9932026-04-13T20:38:17.705Z Downloaded serde_spanned v1.0.4
9942026-04-13T20:38:17.705Z Downloaded rustls-pemfile v1.0.4
9952026-04-13T20:38:17.708Z Downloaded signal-hook-mio v0.2.5
9962026-04-13T20:38:17.708Z Downloaded aho-corasick v1.1.4
9972026-04-13T20:38:17.708Z Downloaded slog-envlogger v2.2.0
9982026-04-13T20:38:17.708Z Downloaded signature v2.2.0
9992026-04-13T20:38:17.715Z Downloaded signal-hook-tokio v0.3.1
10002026-04-13T20:38:17.715Z Downloaded rustversion v1.0.22
10012026-04-13T20:38:17.718Z Downloaded http v1.4.0
10022026-04-13T20:38:17.718Z Downloaded slog-bunyan v2.5.0
10032026-04-13T20:38:17.718Z Downloaded siphasher v1.0.2
10042026-04-13T20:38:17.718Z Downloaded schemars_derive v0.8.22
10052026-04-13T20:38:17.718Z Downloaded serde_bytes v0.11.19
10062026-04-13T20:38:17.722Z Downloaded futures v0.3.32
10072026-04-13T20:38:17.727Z Downloaded openssl-sys v0.9.111
10082026-04-13T20:38:17.727Z Downloaded miniz_oxide v0.8.9
10092026-04-13T20:38:17.730Z Downloaded hashbrown v0.12.3
10102026-04-13T20:38:17.730Z Downloaded sapling-renderdag v0.1.0
10112026-04-13T20:38:17.730Z Downloaded rusty-fork v0.3.1
10122026-04-13T20:38:17.734Z Downloaded hashbrown v0.13.2
10132026-04-13T20:38:17.737Z Downloaded psm v0.1.30
10142026-04-13T20:38:17.737Z Downloaded minimal-lexical v0.2.1
10152026-04-13T20:38:17.742Z Downloaded sct v0.7.1
10162026-04-13T20:38:17.742Z Downloaded prefix-trie v0.7.0
10172026-04-13T20:38:17.745Z Downloaded proc-macro-error-attr2 v2.0.0
10182026-04-13T20:38:17.745Z Downloaded precomputed-hash v0.1.1
10192026-04-13T20:38:17.745Z Downloaded memmap2 v0.9.10
10202026-04-13T20:38:17.745Z Downloaded progenitor-impl v0.11.2
10212026-04-13T20:38:17.748Z Downloaded progenitor-impl v0.13.0
10222026-04-13T20:38:17.751Z Downloaded serde_derive_internals v0.29.1
10232026-04-13T20:38:17.751Z Downloaded sec1 v0.7.3
10242026-04-13T20:38:17.754Z Downloaded russh-keys v0.45.0
10252026-04-13T20:38:17.757Z Downloaded sqlparser_derive v0.5.0
10262026-04-13T20:38:17.757Z Downloaded rustls-pki-types v1.14.0
10272026-04-13T20:38:17.757Z Downloaded rustls-pemfile v2.2.0
10282026-04-13T20:38:17.762Z Downloaded strip-ansi-escapes v0.2.1
10292026-04-13T20:38:17.769Z Downloaded structmeta-derive v0.3.0
10302026-04-13T20:38:17.769Z Downloaded rustls-native-certs v0.8.3
10312026-04-13T20:38:17.773Z Downloaded serde-hex v0.1.0
10322026-04-13T20:38:17.773Z Downloaded ssh-encoding v0.2.0
10332026-04-13T20:38:17.773Z Downloaded ssh-cipher v0.2.0
10342026-04-13T20:38:17.773Z Downloaded hickory-server v0.25.2
10352026-04-13T20:38:17.779Z Downloaded shlex v1.3.0
10362026-04-13T20:38:17.783Z Downloaded structmeta v0.3.0
10372026-04-13T20:38:17.786Z Downloaded strum v0.27.2
10382026-04-13T20:38:17.786Z Downloaded strum v0.26.3
10392026-04-13T20:38:17.786Z Downloaded slog-scope v4.4.1
10402026-04-13T20:38:17.786Z Downloaded supports-color v3.0.2
10412026-04-13T20:38:17.790Z Downloaded slog-stdlog v4.1.1
10422026-04-13T20:38:17.790Z Downloaded slog-async v2.8.0
10432026-04-13T20:38:17.790Z Downloaded slog-json v2.6.1
10442026-04-13T20:38:17.795Z Downloaded hyper-util v0.1.20
10452026-04-13T20:38:17.798Z Downloaded slog-term v2.9.2
10462026-04-13T20:38:17.798Z Downloaded subtle v2.6.1
10472026-04-13T20:38:17.798Z Downloaded sync-ptr v0.1.4
10482026-04-13T20:38:17.798Z Downloaded slog-dtrace v0.3.0
10492026-04-13T20:38:17.798Z Downloaded crossterm v0.28.1
10502026-04-13T20:38:17.803Z Downloaded scroll v0.13.0
10512026-04-13T20:38:17.806Z Downloaded mio v1.1.1
10522026-04-13T20:38:17.809Z Downloaded tagptr v0.2.0
10532026-04-13T20:38:17.809Z Downloaded tabled_derive v0.11.0
10542026-04-13T20:38:17.809Z Downloaded sync_wrapper v1.0.2
10552026-04-13T20:38:17.809Z Downloaded simd-adler32 v0.3.8
10562026-04-13T20:38:17.815Z Downloaded prettyplease v0.2.37
10572026-04-13T20:38:17.815Z Downloaded smf v0.2.3
10582026-04-13T20:38:17.821Z Downloaded smallvec v0.6.14
10592026-04-13T20:38:17.821Z Downloaded signal-hook-registry v1.4.8
10602026-04-13T20:38:17.821Z Downloaded thiserror-impl-no-std v2.0.2
10612026-04-13T20:38:17.821Z Downloaded sqlformat v0.3.5
10622026-04-13T20:38:17.821Z Downloaded spki v0.7.3
10632026-04-13T20:38:17.824Z Downloaded testing_table v0.3.0
10642026-04-13T20:38:17.824Z Downloaded tabwriter v1.4.1
10652026-04-13T20:38:17.824Z Downloaded termtree v0.5.1
10662026-04-13T20:38:17.824Z Downloaded ron v0.8.1
10672026-04-13T20:38:17.828Z Downloaded take_mut v0.2.2
10682026-04-13T20:38:17.828Z Downloaded time-core v0.1.8
10692026-04-13T20:38:17.831Z Downloaded serde_path_to_error v0.1.20
10702026-04-13T20:38:17.831Z Downloaded serde_cbor v0.11.2
10712026-04-13T20:38:17.831Z Downloaded tap v1.0.1
10722026-04-13T20:38:17.838Z Downloaded thread-id v5.1.0
10732026-04-13T20:38:17.841Z Downloaded stringprep v0.1.5
10742026-04-13T20:38:17.841Z Downloaded serde_with_macros v3.17.0
10752026-04-13T20:38:17.844Z Downloaded tinyvec_macros v0.1.1
10762026-04-13T20:38:17.845Z Downloaded itertools v0.10.5
10772026-04-13T20:38:17.848Z Downloaded stacker v0.1.23
10782026-04-13T20:38:17.849Z Downloaded string_cache v0.8.9
10792026-04-13T20:38:17.856Z Downloaded strum_macros v0.26.4
10802026-04-13T20:38:17.859Z Downloaded static_assertions v1.1.0
10812026-04-13T20:38:17.859Z Downloaded strum_macros v0.24.3
10822026-04-13T20:38:17.859Z Downloaded slab v0.4.12
10832026-04-13T20:38:17.863Z Downloaded rustls-platform-verifier v0.6.2
10842026-04-13T20:38:17.873Z Downloaded rcgen v0.12.1
10852026-04-13T20:38:17.876Z Downloaded schemars v0.8.22
10862026-04-13T20:38:17.882Z Downloaded support-bundle-viewer v0.1.2
10872026-04-13T20:38:17.885Z Downloaded pretty_assertions v1.4.1
10882026-04-13T20:38:17.885Z Downloaded hashbrown v0.15.5
10892026-04-13T20:38:17.889Z Downloaded ryu v1.0.23
10902026-04-13T20:38:17.895Z Downloaded try-lock v0.2.5
10912026-04-13T20:38:17.895Z Downloaded trait-variant v0.1.2
10922026-04-13T20:38:17.895Z Downloaded spin v0.9.8
10932026-04-13T20:38:17.901Z Downloaded publicsuffix v2.3.0
10942026-04-13T20:38:17.901Z Downloaded tower-layer v0.3.3
10952026-04-13T20:38:17.901Z Downloaded topological-sort v0.2.2
10962026-04-13T20:38:17.901Z Downloaded tower-service v0.3.3
10972026-04-13T20:38:17.904Z Downloaded thiserror-no-std v2.0.2
10982026-04-13T20:38:17.904Z Downloaded quinn v0.11.9
10992026-04-13T20:38:17.904Z Downloaded tokio-native-tls v0.3.1
11002026-04-13T20:38:17.904Z Downloaded tokio-macros v2.6.0
11012026-04-13T20:38:17.907Z Downloaded nom v7.1.3
11022026-04-13T20:38:17.910Z Downloaded typify-macro v0.6.1
11032026-04-13T20:38:17.910Z Downloaded tls_codec v0.4.2
11042026-04-13T20:38:17.910Z Downloaded universal-hash v0.5.1
11052026-04-13T20:38:17.914Z Downloaded thread_local v1.1.9
11062026-04-13T20:38:17.914Z Downloaded termios v0.3.3
11072026-04-13T20:38:17.914Z Downloaded unarray v0.1.4
11082026-04-13T20:38:17.917Z Downloaded tiny-keccak v2.0.2
11092026-04-13T20:38:17.917Z Downloaded time-macros v0.2.27
11102026-04-13T20:38:17.920Z Downloaded num-bigint v0.4.6
11112026-04-13T20:38:17.924Z Downloaded rand v0.8.5
11122026-04-13T20:38:17.927Z Downloaded signal-hook v0.3.18
11132026-04-13T20:38:17.930Z Downloaded serde_yaml v0.9.34+deprecated
11142026-04-13T20:38:17.933Z Downloaded typify-macro v0.4.3
11152026-04-13T20:38:17.933Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11162026-04-13T20:38:17.933Z Downloaded tokio-dtrace v0.1.1
11172026-04-13T20:38:17.936Z Downloaded unicode-truncate v1.1.0
11182026-04-13T20:38:17.936Z Downloaded slog v2.8.2
11192026-04-13T20:38:17.939Z Downloaded untrusted v0.9.0
11202026-04-13T20:38:17.939Z Downloaded tokio-tungstenite v0.23.1
11212026-04-13T20:38:17.943Z Downloaded rayon-core v1.13.0
11222026-04-13T20:38:17.943Z Downloaded utf-8 v0.7.6
11232026-04-13T20:38:17.946Z Downloaded untrusted v0.7.1
11242026-04-13T20:38:17.946Z Downloaded unit-prefix v0.5.2
11252026-04-13T20:38:17.946Z Downloaded usdt-attr-macro v0.6.0
11262026-04-13T20:38:17.946Z Downloaded usdt v0.6.0
11272026-04-13T20:38:17.949Z Downloaded similar v2.7.0
11282026-04-13T20:38:17.952Z Downloaded snafu-derive v0.8.9
11292026-04-13T20:38:17.952Z Downloaded toml_writer v1.0.6+spec-1.1.0
11302026-04-13T20:38:17.953Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11312026-04-13T20:38:17.956Z Downloaded tokio-tungstenite v0.21.0
11322026-04-13T20:38:17.959Z Downloaded itertools v0.13.0
11332026-04-13T20:38:17.962Z Downloaded socket2 v0.5.10
11342026-04-13T20:38:17.966Z Downloaded rsa v0.9.10
11352026-04-13T20:38:17.970Z Downloaded void v1.0.2
11362026-04-13T20:38:17.970Z Downloaded iddqd v0.3.17
11372026-04-13T20:38:17.974Z Downloaded term v0.7.0
11382026-04-13T20:38:17.977Z Downloaded qorb v0.4.1
11392026-04-13T20:38:17.977Z Downloaded num-bigint-dig v0.8.6
11402026-04-13T20:38:17.980Z Downloaded tokio-rustls v0.25.0
11412026-04-13T20:38:17.980Z Downloaded tokio-rustls v0.24.1
11422026-04-13T20:38:17.983Z Downloaded tui-tree-widget v0.23.1
11432026-04-13T20:38:17.983Z Downloaded socket2 v0.6.2
11442026-04-13T20:38:17.987Z Downloaded waitgroup v0.1.2
11452026-04-13T20:38:17.987Z Downloaded tls_codec_derive v0.4.2
11462026-04-13T20:38:17.987Z Downloaded rand v0.9.2
11472026-04-13T20:38:17.990Z Downloaded itertools v0.12.1
11482026-04-13T20:38:17.993Z Downloaded hyper v1.8.1
11492026-04-13T20:38:17.998Z Downloaded unicase v2.9.0
11502026-04-13T20:38:18.001Z Downloaded wait-timeout v0.2.1
11512026-04-13T20:38:18.001Z Downloaded want v0.3.1
11522026-04-13T20:38:18.005Z Downloaded tokio-stream v0.1.18
11532026-04-13T20:38:18.008Z Downloaded usdt-macro v0.6.0
11542026-04-13T20:38:18.008Z Downloaded strum_macros v0.27.2
11552026-04-13T20:38:18.017Z Downloaded xattr v1.6.1
11562026-04-13T20:38:18.020Z Downloaded libxml v0.3.3
11572026-04-13T20:38:18.024Z Downloaded xshell-macros v0.2.7
11582026-04-13T20:38:18.024Z Downloaded schemars v1.2.1
11592026-04-13T20:38:18.029Z Downloaded zeroize_derive v1.4.3
11602026-04-13T20:38:18.035Z Downloaded vergen-gitcl v1.0.8
11612026-04-13T20:38:18.035Z Downloaded usdt-impl v0.6.0
11622026-04-13T20:38:18.035Z Downloaded term v1.2.1
11632026-04-13T20:38:18.041Z Downloaded subprocess v0.2.15
11642026-04-13T20:38:18.041Z Downloaded zone_cfg_derive v0.3.1
11652026-04-13T20:38:18.041Z Downloaded toml_parser v1.0.9+spec-1.1.0
11662026-04-13T20:38:18.041Z Downloaded zone v0.3.1
11672026-04-13T20:38:18.041Z Downloaded iri-string v0.7.10
11682026-04-13T20:38:18.044Z Downloaded vergen-lib v0.1.6
11692026-04-13T20:38:18.044Z Downloaded uzers v0.12.2
11702026-04-13T20:38:18.047Z Downloaded test-strategy v0.4.5
11712026-04-13T20:38:18.047Z Downloaded futures-util v0.3.32
11722026-04-13T20:38:18.054Z Downloaded vergen-lib v9.1.0
11732026-04-13T20:38:18.057Z Downloaded tracing-attributes v0.1.31
11742026-04-13T20:38:18.057Z Downloaded tokio-rustls v0.26.4
11752026-04-13T20:38:18.060Z Downloaded whoami v1.6.1
11762026-04-13T20:38:18.060Z Downloaded walkdir v2.5.0
11772026-04-13T20:38:18.060Z Downloaded tinyvec v1.10.0
11782026-04-13T20:38:18.078Z Downloaded hkdf v0.12.4
11792026-04-13T20:38:18.078Z Downloaded h2 v0.4.13
11802026-04-13T20:38:18.083Z Downloaded twox-hash v2.1.2
11812026-04-13T20:38:18.083Z Downloaded rustls-webpki v0.103.9
11822026-04-13T20:38:18.083Z Downloaded toml v1.0.6+spec-1.1.0
11832026-04-13T20:38:18.083Z Downloaded itertools v0.14.0
11842026-04-13T20:38:18.083Z Downloaded vergen-git2 v9.1.0
11852026-04-13T20:38:18.083Z Downloaded snafu v0.8.9
11862026-04-13T20:38:18.086Z Downloaded zeroize v1.8.2
11872026-04-13T20:38:18.086Z Downloaded p521 v0.13.3
11882026-04-13T20:38:18.086Z Downloaded xshell v0.2.7
11892026-04-13T20:38:18.090Z Downloaded wyz v0.5.1
11902026-04-13T20:38:18.090Z Downloaded schemars v0.9.0
11912026-04-13T20:38:18.095Z Downloaded samael v0.0.19
11922026-04-13T20:38:18.098Z Downloaded vergen v9.1.0
11932026-04-13T20:38:18.101Z Downloaded rand v0.10.0
11942026-04-13T20:38:18.104Z Downloaded tungstenite v0.23.0
11952026-04-13T20:38:18.114Z Downloaded zstd v0.13.3
11962026-04-13T20:38:18.117Z Downloaded steno v0.4.1
11972026-04-13T20:38:18.120Z Downloaded typify v0.6.1
11982026-04-13T20:38:18.120Z Downloaded tungstenite v0.21.0
11992026-04-13T20:38:18.124Z Downloaded libm v0.2.16
12002026-04-13T20:38:18.127Z Downloaded zstd-safe v7.2.4
12012026-04-13T20:38:18.131Z Downloaded vsss-rs v3.3.4
12022026-04-13T20:38:18.134Z Downloaded unsafe-libyaml v0.2.11
12032026-04-13T20:38:18.134Z Downloaded unicode-properties v0.1.4
12042026-04-13T20:38:18.138Z Downloaded unicode-bidi v0.3.18
12052026-04-13T20:38:18.141Z Downloaded toml_edit v0.23.10+spec-1.0.0
12062026-04-13T20:38:18.144Z Downloaded tar v0.4.45
12072026-04-13T20:38:18.148Z Downloaded rpassword v7.4.0
12082026-04-13T20:38:18.148Z Downloaded blake3 v1.8.3
12092026-04-13T20:38:18.152Z Downloaded yasna v0.5.2
12102026-04-13T20:38:18.155Z Downloaded whoami v2.1.0
12112026-04-13T20:38:18.155Z Downloaded ssh-key v0.6.7
12122026-04-13T20:38:18.160Z Downloaded zerocopy v0.6.6
12132026-04-13T20:38:18.163Z Downloaded toml v0.9.12+spec-1.1.0
12142026-04-13T20:38:18.171Z Downloaded vte v0.14.1
12152026-04-13T20:38:18.178Z Downloaded typify v0.4.3
12162026-04-13T20:38:18.182Z Downloaded russh v0.45.0
12172026-04-13T20:38:18.195Z Downloaded toml v0.7.8
12182026-04-13T20:38:18.198Z Downloaded bitvec v1.0.1
12192026-04-13T20:38:18.209Z Downloaded rustyline v14.0.0
12202026-04-13T20:38:18.213Z Downloaded tokio-postgres v0.7.16
12212026-04-13T20:38:18.216Z Downloaded uuid v1.23.0
12222026-04-13T20:38:18.222Z Downloaded zopfli v0.8.3
12232026-04-13T20:38:18.225Z Downloaded reedline v0.40.0
12242026-04-13T20:38:18.228Z Downloaded tracing-core v0.1.36
12252026-04-13T20:38:18.233Z Downloaded reqwest v0.12.28
12262026-04-13T20:38:18.239Z Downloaded chrono v0.4.44
12272026-04-13T20:38:18.252Z Downloaded unicode_categories v0.1.1
12282026-04-13T20:38:18.258Z Downloaded typed-path v0.9.3
12292026-04-13T20:38:18.262Z Downloaded yansi v1.0.1
12302026-04-13T20:38:18.262Z Downloaded toml_edit v0.19.15
12312026-04-13T20:38:18.270Z Downloaded zip v0.6.6
12322026-04-13T20:38:18.273Z Downloaded tower v0.5.3
12332026-04-13T20:38:18.277Z Downloaded bindgen v0.71.1
12342026-04-13T20:38:18.281Z Downloaded aws-lc-rs v1.16.0
12352026-04-13T20:38:18.288Z Downloaded rustls-webpki v0.101.7
12362026-04-13T20:38:18.296Z Downloaded zerocopy-derive v0.8.40
12372026-04-13T20:38:18.302Z Downloaded x509-cert v0.2.5
12382026-04-13T20:38:18.305Z Downloaded git2 v0.20.4
12392026-04-13T20:38:18.309Z Downloaded rayon v1.11.0
12402026-04-13T20:38:18.316Z Downloaded p384 v0.13.1
12412026-04-13T20:38:18.320Z Downloaded unicode-segmentation v1.12.0
12422026-04-13T20:38:18.323Z Downloaded lalrpop v0.19.12
12432026-04-13T20:38:18.327Z Downloaded salty v0.3.0
12442026-04-13T20:38:18.333Z Downloaded portable-atomic v1.13.1
12452026-04-13T20:38:18.337Z Downloaded regex v1.12.3
12462026-04-13T20:38:18.340Z Downloaded tower-http v0.6.8
12472026-04-13T20:38:18.343Z Downloaded proptest v1.10.0
12482026-04-13T20:38:18.348Z Downloaded quick-xml v0.37.5
12492026-04-13T20:38:18.351Z Downloaded moka v0.12.13
12502026-04-13T20:38:18.356Z Downloaded rustls-webpki v0.102.8
12512026-04-13T20:38:18.367Z Downloaded zip v4.6.1
12522026-04-13T20:38:18.370Z Downloaded petname v2.0.2
12532026-04-13T20:38:18.373Z Downloaded object v0.30.4
12542026-04-13T20:38:18.378Z Downloaded unicode-normalization v0.1.25
12552026-04-13T20:38:18.383Z Downloaded tough v0.20.0
12562026-04-13T20:38:18.387Z Downloaded goblin v0.10.5
12572026-04-13T20:38:18.392Z Downloaded tokio-util v0.7.18
12582026-04-13T20:38:18.395Z Downloaded reqwest v0.13.2
12592026-04-13T20:38:18.398Z Downloaded serde_with v3.17.0
12602026-04-13T20:38:18.407Z Downloaded nix v0.27.1
12612026-04-13T20:38:18.419Z Downloaded quinn-proto v0.11.13
12622026-04-13T20:38:18.423Z Downloaded winnow v0.5.40
12632026-04-13T20:38:18.430Z Downloaded openssl v0.10.75
12642026-04-13T20:38:18.436Z Downloaded polar-core v0.27.3
12652026-04-13T20:38:18.443Z Downloaded curve25519-dalek v4.1.3
12662026-04-13T20:38:18.453Z Downloaded bstr v1.12.1
12672026-04-13T20:38:18.465Z Downloaded radix_trie v0.2.1
12682026-04-13T20:38:18.469Z Downloaded winnow v0.6.26
12692026-04-13T20:38:18.475Z Downloaded tabled v0.20.0
12702026-04-13T20:38:18.493Z Downloaded dropshot v0.16.7
12712026-04-13T20:38:18.506Z Downloaded time v0.3.47
12722026-04-13T20:38:18.513Z Downloaded rustls v0.21.12
12732026-04-13T20:38:18.520Z Downloaded nix v0.31.1
12742026-04-13T20:38:18.527Z Downloaded zlib-rs v0.6.2
12752026-04-13T20:38:18.530Z Downloaded smoltcp v0.9.1
12762026-04-13T20:38:18.535Z Downloaded hickory-proto v0.24.4
12772026-04-13T20:38:18.544Z Downloaded webpki-roots v1.0.6
12782026-04-13T20:38:18.548Z Downloaded hickory-proto v0.25.2
12792026-04-13T20:38:18.558Z Downloaded object v0.37.3
12802026-04-13T20:38:18.564Z Downloaded zerocopy v0.8.40
12812026-04-13T20:38:18.570Z Downloaded smoltcp v0.11.0
12822026-04-13T20:38:18.578Z Downloaded regress v0.10.5
12832026-04-13T20:38:18.585Z Downloaded regex-syntax v0.8.10
12842026-04-13T20:38:18.588Z Downloaded openapiv3 v2.2.0
12852026-04-13T20:38:18.595Z Downloaded rustls v0.23.37
12862026-04-13T20:38:18.602Z Downloaded rustix v0.38.44
12872026-04-13T20:38:18.615Z Downloaded diesel v2.3.7
12882026-04-13T20:38:18.627Z Downloaded rustls v0.22.4
12892026-04-13T20:38:18.635Z Downloaded vcpkg v0.2.15
12902026-04-13T20:38:18.657Z Downloaded nix v0.28.0
12912026-04-13T20:38:18.663Z Downloaded dropshot v0.17.0
12922026-04-13T20:38:18.676Z Downloaded sqlparser v0.61.0
12932026-04-13T20:38:18.681Z Downloaded regex-syntax v0.6.29
12942026-04-13T20:38:18.695Z Downloaded sled v0.34.7
12952026-04-13T20:38:18.718Z Downloaded ratatui v0.29.0
12962026-04-13T20:38:18.729Z Downloaded typify-impl v0.6.1
12972026-04-13T20:38:18.737Z Downloaded tracing v0.1.44
12982026-04-13T20:38:18.750Z Downloaded zerocopy-derive v0.6.6
12992026-04-13T20:38:18.756Z Downloaded typify-impl v0.4.3
13002026-04-13T20:38:18.771Z Downloaded bzip2-sys v0.1.13+1.0.8
13012026-04-13T20:38:18.779Z Downloaded regex-automata v0.4.14
13022026-04-13T20:38:18.789Z Downloaded jiff v0.2.21
13032026-04-13T20:38:18.800Z Downloaded petgraph v0.8.3
13042026-04-13T20:38:18.815Z Downloaded petgraph v0.6.5
13052026-04-13T20:38:18.825Z Downloaded chrono-tz v0.10.4
13062026-04-13T20:38:18.837Z Downloaded libz-sys v1.1.24
13072026-04-13T20:38:18.849Z Downloaded csv v1.4.0
13082026-04-13T20:38:18.882Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13092026-04-13T20:38:18.894Z Downloaded encoding_rs v0.8.35
13102026-04-13T20:38:18.906Z Downloaded sha3 v0.10.8
13112026-04-13T20:38:18.922Z Downloaded tokio v1.50.0
13122026-04-13T20:38:19.016Z Downloaded ring v0.17.14
13132026-04-13T20:38:19.075Z Downloaded libgit2-sys v0.18.3+1.9.2
13142026-04-13T20:38:19.592Z Downloaded aws-lc-sys v0.37.1
13152026-04-13T20:38:19.843Z Compiling libc v0.2.180
13162026-04-13T20:38:19.843Z Compiling serde v1.0.228
13172026-04-13T20:38:19.846Z Compiling find-msvc-tools v0.1.9
13182026-04-13T20:38:19.846Z Compiling shlex v1.3.0
13192026-04-13T20:38:19.846Z Compiling log v0.4.29
13202026-04-13T20:38:19.846Z Compiling smallvec v1.15.1
13212026-04-13T20:38:19.846Z Compiling typenum v1.19.0
13222026-04-13T20:38:19.846Z Compiling subtle v2.6.1
13232026-04-13T20:38:20.001Z Compiling generic-array v0.14.7
13242026-04-13T20:38:20.005Z Compiling scopeguard v1.2.0
13252026-04-13T20:38:20.097Z Compiling pin-project-lite v0.2.17
13262026-04-13T20:38:20.100Z Compiling const-oid v0.9.6
13272026-04-13T20:38:20.100Z Compiling portable-atomic v1.13.1
13282026-04-13T20:38:20.122Z Compiling syn v2.0.117
13292026-04-13T20:38:20.126Z Compiling serde_json v1.0.149
13302026-04-13T20:38:20.139Z Compiling parking_lot_core v0.9.12
13312026-04-13T20:38:20.207Z Compiling lock_api v0.4.14
13322026-04-13T20:38:20.222Z Compiling zerocopy v0.8.40
13332026-04-13T20:38:20.225Z Compiling critical-section v1.2.0
13342026-04-13T20:38:20.239Z Compiling futures-core v0.3.32
13352026-04-13T20:38:20.269Z Compiling pkg-config v0.3.32
13362026-04-13T20:38:20.286Z Compiling libm v0.2.16
13372026-04-13T20:38:20.289Z Compiling bitflags v2.11.0
13382026-04-13T20:38:20.371Z Compiling num-traits v0.2.19
13392026-04-13T20:38:20.384Z Compiling percent-encoding v2.3.2
13402026-04-13T20:38:20.402Z Compiling futures-sink v0.3.32
13412026-04-13T20:38:20.448Z Compiling allocator-api2 v0.2.21
13422026-04-13T20:38:20.510Z Compiling futures-channel v0.3.32
13432026-04-13T20:38:20.513Z Compiling futures-io v0.3.32
13442026-04-13T20:38:20.567Z Compiling futures-task v0.3.32
13452026-04-13T20:38:20.582Z Compiling rustversion v1.0.22
13462026-04-13T20:38:20.612Z Compiling slab v0.4.12
13472026-04-13T20:38:20.695Z Compiling cpufeatures v0.2.17
13482026-04-13T20:38:20.724Z Compiling foldhash v0.2.0
13492026-04-13T20:38:20.754Z Compiling getrandom v0.3.4
13502026-04-13T20:38:20.781Z Compiling form_urlencoded v1.2.2
13512026-04-13T20:38:20.795Z Compiling getrandom v0.4.1
13522026-04-13T20:38:20.812Z Compiling dunce v1.0.5
13532026-04-13T20:38:20.815Z Compiling rand_core v0.10.0
13542026-04-13T20:38:20.844Z Compiling fs_extra v1.3.0
13552026-04-13T20:38:20.848Z Compiling base64ct v1.8.3
13562026-04-13T20:38:20.881Z Compiling ident_case v1.0.1
13572026-04-13T20:38:20.991Z Compiling hashbrown v0.16.1
13582026-04-13T20:38:21.057Z Compiling getrandom v0.2.17
13592026-04-13T20:38:21.073Z Compiling jobserver v0.1.34
13602026-04-13T20:38:21.089Z Compiling errno v0.3.14
13612026-04-13T20:38:21.120Z Compiling mio v1.1.1
13622026-04-13T20:38:21.140Z Compiling socket2 v0.6.2
13632026-04-13T20:38:21.166Z Compiling pem-rfc7468 v0.7.0
13642026-04-13T20:38:21.222Z Compiling rand_core v0.6.4
13652026-04-13T20:38:21.253Z Compiling signal-hook-registry v1.4.8
13662026-04-13T20:38:21.274Z Compiling once_cell v1.21.3
13672026-04-13T20:38:21.310Z Compiling cc v1.2.56
13682026-04-13T20:38:21.325Z Compiling parking_lot v0.12.5
13692026-04-13T20:38:21.489Z Compiling flagset v0.4.7
13702026-04-13T20:38:21.527Z Compiling iana-time-zone v0.1.65
13712026-04-13T20:38:21.542Z Compiling untrusted v0.9.0
13722026-04-13T20:38:21.558Z Compiling indexmap v2.13.0
13732026-04-13T20:38:21.590Z Compiling uuid v1.23.0
13742026-04-13T20:38:21.639Z Compiling rustix v1.1.3
13752026-04-13T20:38:21.642Z Compiling tracing-core v0.1.36
13762026-04-13T20:38:21.642Z Compiling rustc_version v0.4.1
13772026-04-13T20:38:21.683Z Compiling regex-syntax v0.8.10
13782026-04-13T20:38:21.698Z Compiling vcpkg v0.2.15
13792026-04-13T20:38:21.731Z Compiling aws-lc-rs v1.16.0
13802026-04-13T20:38:21.747Z Compiling httparse v1.10.1
13812026-04-13T20:38:21.762Z Compiling rand_core v0.9.5
13822026-04-13T20:38:21.788Z Compiling num-conv v0.2.0
13832026-04-13T20:38:21.851Z Compiling schemars v0.8.22
13842026-04-13T20:38:21.893Z Compiling base64 v0.22.1
13852026-04-13T20:38:21.935Z Compiling atomic-waker v1.1.2
13862026-04-13T20:38:22.009Z Compiling time-core v0.1.8
13872026-04-13T20:38:22.059Z Compiling crc32fast v1.5.0
13882026-04-13T20:38:22.074Z Compiling cmake v0.1.57
13892026-04-13T20:38:22.092Z Compiling powerfmt v0.2.0
13902026-04-13T20:38:22.143Z Compiling spin v0.9.8
13912026-04-13T20:38:22.162Z Compiling openssl-probe v0.2.1
13922026-04-13T20:38:22.177Z Compiling time-macros v0.2.27
13932026-04-13T20:38:22.250Z Compiling deranged v0.5.8
13942026-04-13T20:38:22.266Z Compiling try-lock v0.2.5
13952026-04-13T20:38:22.269Z Compiling tower-service v0.3.3
13962026-04-13T20:38:22.319Z Compiling simd-adler32 v0.3.8
13972026-04-13T20:38:22.336Z Compiling num_threads v0.1.7
13982026-04-13T20:38:22.367Z Compiling untrusted v0.7.1
13992026-04-13T20:38:22.386Z Compiling tower-layer v0.3.3
14002026-04-13T20:38:22.419Z Compiling dyn-clone v1.0.20
14012026-04-13T20:38:22.438Z Compiling want v0.3.1
14022026-04-13T20:38:22.477Z Compiling slog v2.8.2
14032026-04-13T20:38:22.509Z Compiling pin-utils v0.1.0
14042026-04-13T20:38:22.526Z Compiling adler2 v2.0.1
14052026-04-13T20:38:22.546Z Compiling tinyvec_macros v0.1.1
14062026-04-13T20:38:22.561Z Compiling rustls v0.23.37
14072026-04-13T20:38:22.590Z Compiling httpdate v1.0.3
14082026-04-13T20:38:22.606Z Compiling socket2 v0.5.10
14092026-04-13T20:38:22.606Z Compiling aho-corasick v1.1.4
14102026-04-13T20:38:22.637Z Compiling miniz_oxide v0.8.9
14112026-04-13T20:38:22.637Z Compiling tinyvec v1.10.0
14122026-04-13T20:38:22.640Z Compiling crossbeam-utils v0.8.21
14132026-04-13T20:38:22.685Z Compiling zlib-rs v0.6.2
14142026-04-13T20:38:22.685Z Compiling openssl v0.10.75
14152026-04-13T20:38:22.754Z Compiling usdt-impl v0.6.0
14162026-04-13T20:38:22.785Z Compiling foreign-types-shared v0.1.1
14172026-04-13T20:38:22.873Z Compiling foreign-types v0.3.2
14182026-04-13T20:38:22.888Z Compiling thread-id v5.1.0
14192026-04-13T20:38:22.966Z Compiling wait-timeout v0.2.1
14202026-04-13T20:38:22.989Z Compiling siphasher v1.0.2
14212026-04-13T20:38:23.004Z Compiling bit-vec v0.8.0
14222026-04-13T20:38:23.048Z Compiling ring v0.17.14
14232026-04-13T20:38:23.048Z Compiling aws-lc-sys v0.37.1
14242026-04-13T20:38:23.075Z Compiling openssl-sys v0.9.111
14252026-04-13T20:38:23.079Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14262026-04-13T20:38:23.106Z Compiling synstructure v0.13.2
14272026-04-13T20:38:23.200Z Compiling serde_derive_internals v0.29.1
14282026-04-13T20:38:23.264Z Compiling pest_generator v2.8.6
14292026-04-13T20:38:23.293Z Compiling darling_core v0.20.11
14302026-04-13T20:38:23.349Z Compiling tempfile v3.25.0
14312026-04-13T20:38:23.364Z Compiling paste v1.0.15
14322026-04-13T20:38:23.404Z Compiling time v0.3.47
14332026-04-13T20:38:23.566Z Compiling regex-automata v0.4.14
14342026-04-13T20:38:23.676Z Compiling syn v1.0.109
14352026-04-13T20:38:23.768Z Compiling quick-error v1.2.3
14362026-04-13T20:38:23.771Z Compiling native-tls v0.2.18
14372026-04-13T20:38:23.897Z Compiling rusty-fork v0.3.1
14382026-04-13T20:38:24.076Z Compiling bit-set v0.8.0
14392026-04-13T20:38:24.102Z Compiling darling_core v0.21.3
14402026-04-13T20:38:24.175Z Compiling bzip2-sys v0.1.13+1.0.8
14412026-04-13T20:38:24.202Z Compiling unicode-normalization v0.1.25
14422026-04-13T20:38:24.246Z Compiling heapless v0.7.17
14432026-04-13T20:38:24.265Z Compiling rand_xorshift v0.4.0
14442026-04-13T20:38:24.328Z Compiling sync_wrapper v1.0.2
14452026-04-13T20:38:24.433Z Compiling cookie v0.18.1
14462026-04-13T20:38:24.448Z Compiling encoding_rs v0.8.35
14472026-04-13T20:38:24.464Z Compiling unicode-properties v0.1.4
14482026-04-13T20:38:24.492Z Compiling mime v0.3.17
14492026-04-13T20:38:24.516Z Compiling zstd-safe v7.2.4
14502026-04-13T20:38:24.643Z Compiling unicode-bidi v0.3.18
14512026-04-13T20:38:24.657Z Compiling signal-hook v0.3.18
14522026-04-13T20:38:24.697Z Compiling ryu v1.0.23
14532026-04-13T20:38:24.713Z Compiling unarray v0.1.4
14542026-04-13T20:38:24.737Z Compiling anyhow v1.0.102
14552026-04-13T20:38:24.775Z Compiling rustls v0.22.4
14562026-04-13T20:38:24.933Z Compiling serde_derive v1.0.228
14572026-04-13T20:38:24.948Z Compiling zeroize_derive v1.4.3
14582026-04-13T20:38:24.978Z Compiling zerofrom-derive v0.1.6
14592026-04-13T20:38:25.081Z Compiling yoke-derive v0.8.1
14602026-04-13T20:38:25.099Z Compiling zerocopy-derive v0.8.40
14612026-04-13T20:38:25.215Z Compiling zerovec-derive v0.11.2
14622026-04-13T20:38:25.634Z Compiling zeroize v1.8.2
14632026-04-13T20:38:25.663Z Compiling displaydoc v0.2.5
14642026-04-13T20:38:25.706Z Compiling tokio-macros v2.6.0
14652026-04-13T20:38:26.059Z Compiling futures-macro v0.3.32
14662026-04-13T20:38:26.072Z Compiling rustls-pki-types v1.14.0
14672026-04-13T20:38:26.300Z Compiling der_derive v0.7.3
14682026-04-13T20:38:26.414Z Compiling crypto-common v0.1.7
14692026-04-13T20:38:26.418Z Compiling zerofrom v0.1.6
14702026-04-13T20:38:26.460Z Compiling block-buffer v0.10.4
14712026-04-13T20:38:26.498Z Compiling block-padding v0.3.3
14722026-04-13T20:38:26.516Z Compiling thiserror-impl v2.0.18
14732026-04-13T20:38:26.546Z Compiling yoke v0.8.1
14742026-04-13T20:38:26.561Z Compiling tracing-attributes v0.1.31
14752026-04-13T20:38:26.598Z Compiling digest v0.10.7
14762026-04-13T20:38:26.648Z Compiling inout v0.1.4
14772026-04-13T20:38:26.684Z Compiling pest_derive v2.8.6
14782026-04-13T20:38:26.708Z Compiling scroll_derive v0.13.1
14792026-04-13T20:38:26.758Z Compiling zerovec v0.11.5
14802026-04-13T20:38:26.839Z Compiling zerotrie v0.2.3
14812026-04-13T20:38:26.870Z Compiling hmac v0.12.1
14822026-04-13T20:38:26.914Z Compiling futures-util v0.3.32
14832026-04-13T20:38:27.047Z Compiling sha2 v0.10.9
14842026-04-13T20:38:27.146Z Compiling cipher v0.4.4
14852026-04-13T20:38:27.164Z Compiling pbkdf2 v0.12.2
14862026-04-13T20:38:27.296Z Compiling tinystr v0.8.2
14872026-04-13T20:38:27.316Z Compiling potential_utf v0.1.4
14882026-04-13T20:38:27.320Z Compiling der v0.7.10
14892026-04-13T20:38:27.439Z Compiling salsa20 v0.10.2
14902026-04-13T20:38:27.514Z Compiling icu_locale_core v2.1.1
14912026-04-13T20:38:27.530Z Compiling icu_collections v2.1.1
14922026-04-13T20:38:27.562Z Compiling scrypt v0.11.0
14932026-04-13T20:38:27.599Z Compiling aes v0.8.4
14942026-04-13T20:38:27.860Z Compiling cbc v0.1.2
14952026-04-13T20:38:27.876Z Compiling schemars_derive v0.8.22
14962026-04-13T20:38:27.934Z Compiling thiserror v2.0.18
14972026-04-13T20:38:27.969Z Compiling tracing v0.1.44
14982026-04-13T20:38:28.031Z Compiling scroll v0.13.0
14992026-04-13T20:38:28.049Z Compiling darling_macro v0.20.11
15002026-04-13T20:38:28.065Z Compiling dtrace-parser v0.3.0
15012026-04-13T20:38:28.263Z Compiling icu_provider v2.1.1
15022026-04-13T20:38:28.323Z Compiling spki v0.7.3
15032026-04-13T20:38:28.450Z Compiling bytes v1.11.1
15042026-04-13T20:38:28.493Z Compiling chrono v0.4.44
15052026-04-13T20:38:28.509Z Compiling icu_properties v2.1.2
15062026-04-13T20:38:28.532Z Compiling icu_normalizer v2.1.1
15072026-04-13T20:38:28.570Z Compiling pkcs5 v0.7.1
15082026-04-13T20:38:28.581Z Compiling ipnet v2.11.0
15092026-04-13T20:38:28.596Z Compiling erased-serde v0.3.31
15102026-04-13T20:38:28.701Z Compiling goblin v0.10.5
15112026-04-13T20:38:28.838Z Compiling darling v0.20.11
15122026-04-13T20:38:28.891Z Compiling pkcs8 v0.10.2
15132026-04-13T20:38:28.934Z Compiling tokio v1.50.0
15142026-04-13T20:38:29.059Z Compiling http v1.4.0
15152026-04-13T20:38:29.104Z Compiling serde_tokenstream v0.2.3
15162026-04-13T20:38:29.113Z Compiling flate2 v1.1.9
15172026-04-13T20:38:29.133Z Compiling openssl-macros v0.1.1
15182026-04-13T20:38:29.180Z Compiling derive_builder_core v0.20.2
15192026-04-13T20:38:29.229Z Compiling signature v2.2.0
15202026-04-13T20:38:29.255Z Compiling rustls-native-certs v0.8.3
15212026-04-13T20:38:29.427Z Compiling idna_adapter v1.2.1
15222026-04-13T20:38:29.442Z Compiling thiserror-impl v1.0.69
15232026-04-13T20:38:29.458Z Compiling scroll_derive v0.12.1
15242026-04-13T20:38:29.498Z Compiling ppv-lite86 v0.2.21
15252026-04-13T20:38:29.540Z Compiling rustls-webpki v0.102.8
15262026-04-13T20:38:29.553Z Compiling idna v1.1.0
15272026-04-13T20:38:29.589Z Compiling toml_datetime v0.6.11
15282026-04-13T20:38:29.642Z Compiling serde_urlencoded v0.7.1
15292026-04-13T20:38:29.704Z Compiling http-body v1.0.1
15302026-04-13T20:38:29.841Z Compiling rand_chacha v0.9.0
15312026-04-13T20:38:29.863Z Compiling url v2.5.8
15322026-04-13T20:38:29.879Z Compiling http-body-util v0.1.3
15332026-04-13T20:38:29.906Z Compiling rand_chacha v0.3.1
15342026-04-13T20:38:29.921Z Compiling serde_spanned v0.6.9
15352026-04-13T20:38:30.008Z Compiling md-5 v0.10.6
15362026-04-13T20:38:30.075Z Compiling rand v0.9.2
15372026-04-13T20:38:30.091Z Compiling derive_builder_macro v0.20.2
15382026-04-13T20:38:30.141Z Compiling darling_macro v0.21.3
15392026-04-13T20:38:30.157Z Compiling scroll v0.12.0
15402026-04-13T20:38:30.189Z Compiling webpki-roots v1.0.6
15412026-04-13T20:38:30.312Z Compiling stringprep v0.1.5
15422026-04-13T20:38:30.328Z Compiling async-trait v0.1.89
15432026-04-13T20:38:30.469Z Compiling zerocopy-derive v0.7.35
15442026-04-13T20:38:30.593Z Compiling num-integer v0.1.46
15452026-04-13T20:38:30.617Z Compiling curve25519-dalek v4.1.3
15462026-04-13T20:38:30.651Z Compiling proptest v1.10.0
15472026-04-13T20:38:30.690Z Compiling vergen-lib v9.1.0
15482026-04-13T20:38:30.746Z Compiling ff v0.13.1
15492026-04-13T20:38:30.759Z Compiling thiserror v1.0.69
15502026-04-13T20:38:30.776Z Compiling hash32 v0.2.1
15512026-04-13T20:38:30.880Z Compiling memoffset v0.9.1
15522026-04-13T20:38:30.896Z Compiling multer v3.1.0
15532026-04-13T20:38:30.954Z Compiling thread_local v1.1.9
15542026-04-13T20:38:30.957Z Compiling litrs v1.0.0
15552026-04-13T20:38:30.984Z Compiling fallible-iterator v0.2.0
15562026-04-13T20:38:31.019Z Compiling rustix v0.38.44
15572026-04-13T20:38:31.044Z Compiling compression-core v0.4.31
15582026-04-13T20:38:31.121Z Compiling ref-cast v1.0.25
15592026-04-13T20:38:31.144Z Compiling base16ct v0.2.0
15602026-04-13T20:38:31.163Z Compiling slog-async v2.8.0
15612026-04-13T20:38:31.222Z Compiling ipnetwork v0.21.1
15622026-04-13T20:38:31.238Z Compiling iri-string v0.7.10
15632026-04-13T20:38:31.316Z Compiling num-bigint-dig v0.8.6
15642026-04-13T20:38:31.342Z Compiling match_cfg v0.1.0
15652026-04-13T20:38:31.399Z Compiling smoltcp v0.9.1
15662026-04-13T20:38:31.415Z Compiling psl-types v2.0.11
15672026-04-13T20:38:31.431Z Compiling dof v0.4.0
15682026-04-13T20:38:31.468Z Compiling cfg_aliases v0.2.1
15692026-04-13T20:38:31.484Z Compiling zerocopy v0.7.35
15702026-04-13T20:38:31.515Z Compiling document-features v0.2.12
15712026-04-13T20:38:31.543Z Compiling publicsuffix v2.3.0
15722026-04-13T20:38:31.563Z Compiling nix v0.31.1
15732026-04-13T20:38:31.588Z Compiling oxnet v0.1.4
15742026-04-13T20:38:31.629Z Compiling hostname v0.3.1
15752026-04-13T20:38:31.735Z Compiling sec1 v0.7.3
15762026-04-13T20:38:31.761Z Compiling postgres-protocol v0.6.10
15772026-04-13T20:38:31.773Z Compiling compression-codecs v0.4.37
15782026-04-13T20:38:32.031Z Compiling group v0.13.0
15792026-04-13T20:38:32.045Z Compiling num-iter v0.1.45
15802026-04-13T20:38:32.059Z Compiling darling v0.21.3
15812026-04-13T20:38:32.063Z Compiling derive_builder v0.20.2
15822026-04-13T20:38:32.155Z Compiling goblin v0.8.2
15832026-04-13T20:38:32.187Z Compiling rand v0.8.5
15842026-04-13T20:38:32.234Z Compiling slog-json v2.6.1
15852026-04-13T20:38:32.320Z Compiling futures-executor v0.3.32
15862026-04-13T20:38:32.339Z Compiling hubpack_derive v0.1.1
15872026-04-13T20:38:32.461Z Compiling hkdf v0.12.4
15882026-04-13T20:38:32.493Z Compiling crypto-bigint v0.5.5
15892026-04-13T20:38:32.519Z Compiling regex v1.12.3
15902026-04-13T20:38:32.604Z Compiling daft-derive v0.1.5
15912026-04-13T20:38:32.646Z Compiling curve25519-dalek-derive v0.1.1
15922026-04-13T20:38:32.662Z Compiling strum_macros v0.27.2
15932026-04-13T20:38:32.686Z Compiling tokio-util v0.7.18
15942026-04-13T20:38:32.768Z Compiling tower v0.5.3
15952026-04-13T20:38:32.786Z Compiling tokio-native-tls v0.3.1
15962026-04-13T20:38:32.816Z Compiling ref-cast-impl v1.0.25
15972026-04-13T20:38:32.976Z Compiling async-stream-impl v0.3.6
15982026-04-13T20:38:33.027Z Compiling usdt-attr-macro v0.6.0
15992026-04-13T20:38:33.069Z Compiling newtype-uuid v1.3.2
16002026-04-13T20:38:33.279Z Compiling tower-http v0.6.8
16012026-04-13T20:38:33.343Z Compiling usdt-macro v0.6.0
16022026-04-13T20:38:33.400Z Compiling h2 v0.4.13
16032026-04-13T20:38:33.443Z Compiling toml_parser v1.0.9+spec-1.1.0
16042026-04-13T20:38:33.560Z Compiling crossbeam-channel v0.5.15
16052026-04-13T20:38:33.608Z Compiling terminal_size v0.4.3
16062026-04-13T20:38:33.706Z Compiling phf_shared v0.13.1
16072026-04-13T20:38:33.722Z Compiling lazy_static v1.5.0
16082026-04-13T20:38:33.774Z Compiling vergen v9.1.0
16092026-04-13T20:38:33.789Z Compiling memmap2 v0.9.10
16102026-04-13T20:38:33.837Z Compiling is-terminal v0.4.17
16112026-04-13T20:38:33.879Z Compiling serde_spanned v1.0.4
16122026-04-13T20:38:33.950Z Compiling cargo-platform v0.3.2
16132026-04-13T20:38:33.970Z Compiling toml_datetime v1.0.0+spec-1.1.0
16142026-04-13T20:38:33.986Z Compiling fs-err v3.3.0
16152026-04-13T20:38:34.038Z Compiling ahash v0.8.12
16162026-04-13T20:38:34.054Z Compiling dropshot v0.17.0
16172026-04-13T20:38:34.058Z Compiling take_mut v0.2.2
16182026-04-13T20:38:34.109Z Compiling unicode-segmentation v1.12.0
16192026-04-13T20:38:34.153Z Compiling winnow v0.5.40
16202026-04-13T20:38:34.203Z Compiling bitflags v1.3.2
16212026-04-13T20:38:34.218Z Compiling bumpalo v3.20.2
16222026-04-13T20:38:34.255Z Compiling toml_writer v1.0.6+spec-1.1.0
16232026-04-13T20:38:34.272Z Compiling libbz2-rs-sys v0.2.2
16242026-04-13T20:38:34.272Z Compiling foldhash v0.1.5
16252026-04-13T20:38:34.303Z Compiling managed v0.8.0
16262026-04-13T20:38:34.306Z Compiling term v1.2.1
16272026-04-13T20:38:34.466Z Compiling object v0.37.3
16282026-04-13T20:38:34.491Z Compiling dof v0.3.0
16292026-04-13T20:38:34.521Z Compiling zopfli v0.8.3
16302026-04-13T20:38:34.540Z Compiling toml v1.0.6+spec-1.1.0
16312026-04-13T20:38:34.681Z Compiling slog-term v2.9.2
16322026-04-13T20:38:34.734Z Compiling strum v0.27.2
16332026-04-13T20:38:34.752Z Compiling bzip2 v0.6.1
16342026-04-13T20:38:34.820Z Compiling hashbrown v0.15.5
16352026-04-13T20:38:34.883Z Compiling clap_builder v4.5.60
16362026-04-13T20:38:35.038Z Compiling usdt v0.6.0
16372026-04-13T20:38:35.117Z Compiling cargo_metadata v0.23.1
16382026-04-13T20:38:35.206Z Compiling tokio-rustls v0.25.0
16392026-04-13T20:38:35.269Z Compiling phf v0.13.1
16402026-04-13T20:38:35.317Z Compiling async-stream v0.3.6
16412026-04-13T20:38:35.321Z Compiling signal-hook-mio v0.2.5
16422026-04-13T20:38:35.390Z Compiling elliptic-curve v0.13.8
16432026-04-13T20:38:35.447Z Compiling toml_edit v0.19.15
16442026-04-13T20:38:35.479Z Compiling daft v0.1.5
16452026-04-13T20:38:35.513Z Compiling cookie_store v0.22.1
16462026-04-13T20:38:35.590Z Compiling hubpack v0.1.2
16472026-04-13T20:38:35.626Z Compiling async-compression v0.4.41
16482026-04-13T20:38:35.655Z Compiling bzip2 v0.4.4
16492026-04-13T20:38:35.751Z Compiling futures v0.3.32
16502026-04-13T20:38:35.781Z Compiling slog-bunyan v2.5.0
16512026-04-13T20:38:35.832Z Compiling zstd v0.13.3
16522026-04-13T20:38:35.848Z Compiling serde_with_macros v3.17.0
16532026-04-13T20:38:35.934Z Compiling postgres-types v0.2.12
16542026-04-13T20:38:36.051Z Compiling dtrace-parser v0.2.0
16552026-04-13T20:38:36.162Z Compiling dropshot_endpoint v0.17.0
16562026-04-13T20:38:36.208Z Compiling ed25519 v2.2.3
16572026-04-13T20:38:36.227Z Compiling pkcs1 v0.7.5
16582026-04-13T20:38:36.476Z Compiling hyper v1.8.1
16592026-04-13T20:38:36.521Z Compiling openapiv3 v2.2.0
16602026-04-13T20:38:36.562Z Compiling serde-big-array v0.5.1
16612026-04-13T20:38:36.660Z Compiling hex v0.4.3
16622026-04-13T20:38:36.725Z Compiling rfc6979 v0.4.0
16632026-04-13T20:38:36.833Z Compiling sha1 v0.10.6
16642026-04-13T20:38:36.876Z Compiling rustls-pemfile v2.2.0
16652026-04-13T20:38:36.960Z Compiling bstr v1.12.1
16662026-04-13T20:38:37.097Z Compiling enum-as-inner v0.6.1
16672026-04-13T20:38:37.097Z Compiling strum_macros v0.26.4
16682026-04-13T20:38:37.102Z Compiling clap_derive v4.5.55
16692026-04-13T20:38:37.153Z Compiling serde_repr v0.1.20
16702026-04-13T20:38:37.156Z Compiling phf_shared v0.11.3
16712026-04-13T20:38:37.380Z Compiling float-cmp v0.10.0
16722026-04-13T20:38:37.463Z Compiling waitgroup v0.1.2
16732026-04-13T20:38:37.553Z Compiling thread-id v4.2.2
16742026-04-13T20:38:37.637Z Compiling hyper-util v0.1.20
16752026-04-13T20:38:37.654Z Compiling hostname v0.4.2
16762026-04-13T20:38:37.658Z Compiling env_filter v1.0.0
16772026-04-13T20:38:37.685Z Compiling serde_path_to_error v0.1.20
16782026-04-13T20:38:37.738Z Compiling debug-ignore v1.0.5
16792026-04-13T20:38:37.823Z Compiling normalize-line-endings v0.3.0
16802026-04-13T20:38:37.865Z Compiling new_debug_unreachable v1.0.6
16812026-04-13T20:38:37.942Z Compiling whoami v2.1.0
16822026-04-13T20:38:37.957Z Compiling difflib v0.4.0
16832026-04-13T20:38:38.004Z Compiling precomputed-hash v0.1.1
16842026-04-13T20:38:38.020Z Compiling data-encoding v2.10.0
16852026-04-13T20:38:38.040Z Compiling rustc-hash v2.1.1
16862026-04-13T20:38:38.065Z Compiling fixedbitset v0.4.2
16872026-04-13T20:38:38.107Z Compiling fixedbitset v0.5.7
16882026-04-13T20:38:38.161Z Compiling keccak v0.1.6
16892026-04-13T20:38:38.189Z Compiling predicates-core v1.0.10
16902026-04-13T20:38:38.206Z Compiling either v1.15.0
16912026-04-13T20:38:38.206Z Compiling jiff v0.2.21
16922026-04-13T20:38:38.311Z Compiling static_assertions v1.1.0
16932026-04-13T20:38:38.350Z Compiling sha3 v0.10.8
16942026-04-13T20:38:38.386Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16952026-04-13T20:38:38.402Z Compiling itertools v0.13.0
16962026-04-13T20:38:38.437Z Compiling petgraph v0.8.3
16972026-04-13T20:38:38.437Z Compiling hickory-proto v0.25.2
16982026-04-13T20:38:38.574Z Compiling predicates v3.1.4
16992026-04-13T20:38:38.605Z Compiling petgraph v0.6.5
17002026-04-13T20:38:38.744Z Compiling tokio-postgres v0.7.16
17012026-04-13T20:38:38.830Z Compiling iddqd v0.3.17
17022026-04-13T20:38:38.937Z Compiling strum v0.26.3
17032026-04-13T20:38:38.996Z Compiling string_cache v0.8.9
17042026-04-13T20:38:39.014Z Compiling clap v4.5.60
17052026-04-13T20:38:39.090Z Compiling hyper-tls v0.6.0
17062026-04-13T20:38:39.252Z Compiling toml_edit v0.22.27
17072026-04-13T20:38:39.255Z Compiling env_logger v0.11.9
17082026-04-13T20:38:39.351Z Compiling usdt-impl v0.5.0
17092026-04-13T20:38:39.444Z Compiling similar v2.7.0
17102026-04-13T20:38:39.647Z Compiling serde_with v3.17.0
17112026-04-13T20:38:39.675Z Compiling crossterm v0.28.1
17122026-04-13T20:38:39.966Z Compiling ecdsa v0.16.9
17132026-04-13T20:38:39.989Z Compiling toml v0.7.8
17142026-04-13T20:38:40.098Z Compiling rsa v0.9.10
17152026-04-13T20:38:40.338Z Compiling ed25519-dalek v2.2.0
17162026-04-13T20:38:40.610Z Compiling zip v0.6.6
17172026-04-13T20:38:41.017Z Compiling zip v4.6.1
17182026-04-13T20:38:41.054Z Compiling heck v0.4.1
17192026-04-13T20:38:41.187Z Compiling tokio-stream v0.1.18
17202026-04-13T20:38:41.230Z Compiling buf-list v1.1.2
17212026-04-13T20:38:41.256Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17222026-04-13T20:38:41.284Z Compiling x509-cert v0.2.5
17232026-04-13T20:38:41.305Z Compiling crossbeam-epoch v0.9.18
17242026-04-13T20:38:41.434Z Compiling toml_datetime v0.7.5+spec-1.1.0
17252026-04-13T20:38:41.533Z Compiling lalrpop-util v0.19.12
17262026-04-13T20:38:41.584Z Compiling peg-runtime v0.8.5
17272026-04-13T20:38:41.662Z Compiling filetime v0.2.27
17282026-04-13T20:38:41.693Z Compiling xattr v1.6.1
17292026-04-13T20:38:41.882Z Compiling tar v0.4.45
17302026-04-13T20:38:57.035Z Compiling rustls-webpki v0.103.9
17312026-04-13T20:38:59.827Z Compiling tokio-rustls v0.26.4
17322026-04-13T20:38:59.831Z Compiling rustls-platform-verifier v0.6.2
17332026-04-13T20:39:00.023Z Compiling hyper-rustls v0.27.7
17342026-04-13T20:39:00.218Z Compiling reqwest v0.12.28
17352026-04-13T20:39:00.218Z Compiling reqwest v0.13.2
17362026-04-13T20:39:02.239Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17372026-04-13T20:39:02.481Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17382026-04-13T20:39:05.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.00s
17392026-04-13T20:39:05.500Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17402026-04-13T20:39:05.556ZApr 13 20:39:06.220 INFO Starting download, target: Cockroach
17412026-04-13T20:39:05.556ZApr 13 20:39:06.221 INFO Starting download, target: Console
17422026-04-13T20:39:05.556ZApr 13 20:39:06.221 INFO Starting download, target: Clickhouse
17432026-04-13T20:39:05.556ZApr 13 20:39:06.221 INFO Starting download, target: DendriteStub
17442026-04-13T20:39:05.556ZApr 13 20:39:06.221 INFO Starting download, target: MaghemiteMgd
17452026-04-13T20:39:05.556ZApr 13 20:39:06.221 INFO Starting download, target: TransceiverControl
17462026-04-13T20:39:05.556ZApr 13 20:39:06.221 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17472026-04-13T20:39:05.570ZApr 13 20:39:06.221 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17482026-04-13T20:39:05.570ZApr 13 20:39:06.221 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17492026-04-13T20:39:05.570ZApr 13 20:39:06.221 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17502026-04-13T20:39:05.570ZApr 13 20:39:06.221 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17512026-04-13T20:39:05.571ZApr 13 20:39:06.221 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17522026-04-13T20:39:05.976ZApr 13 20:39:06.644 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17532026-04-13T20:39:06.195ZApr 13 20:39:06.857 INFO Download complete, target: TransceiverControl
17542026-04-13T20:39:06.679ZApr 13 20:39:07.345 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17552026-04-13T20:39:06.960ZApr 13 20:39:07.631 INFO Download complete, target: Console
17562026-04-13T20:39:07.530ZApr 13 20:39:08.192 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17572026-04-13T20:39:07.698ZApr 13 20:39:08.370 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17582026-04-13T20:39:07.880ZApr 13 20:39:08.553 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17592026-04-13T20:39:08.190ZApr 13 20:39:08.865 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17602026-04-13T20:39:08.190ZApr 13 20:39:08.865 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17612026-04-13T20:39:10.020ZApr 13 20:39:10.703 INFO Download complete, target: DendriteStub
17622026-04-13T20:39:10.147ZApr 13 20:39:10.831 INFO Download complete, target: MaghemiteMgd
17632026-04-13T20:39:13.162ZApr 13 20:39:13.858 INFO Checking that binary works, target: Cockroach
17642026-04-13T20:39:13.301ZApr 13 20:39:13.998 INFO Download complete, target: Cockroach
17652026-04-13T20:39:14.997ZApr 13 20:39:15.700 INFO Checking that binary works, target: Clickhouse
17662026-04-13T20:39:15.093ZApr 13 20:39:15.796 INFO Download complete, target: Clickhouse
17672026-04-13T20:39:15.099ZAll prerequisites installed successfully
17682026-04-13T20:39:15.102Z
17692026-04-13T20:39:15.102Zreal 2:41.695089501
17702026-04-13T20:39:15.102Zuser 7:33.236511151
17712026-04-13T20:39:15.102Zsys 1:46.820763037
17722026-04-13T20:39:15.102Ztrap 0.273991589
17732026-04-13T20:39:15.102Ztflt 1.066657124
17742026-04-13T20:39:15.102Zdflt 1.629408168
17752026-04-13T20:39:15.102Zkflt 0.021194520
17762026-04-13T20:39:15.102Zlock 23:29.243267280
17772026-04-13T20:39:15.102Zslp 19:53.009288011
17782026-04-13T20:39:15.102Zlat 26.721130083
17792026-04-13T20:39:15.102Zstop 3:07.429606015
17802026-04-13T20:39:15.102Z+ ptime -m cargo xtask download softnpu
17812026-04-13T20:39:15.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17822026-04-13T20:39:15.657Z Running `target/debug/xtask download softnpu`
17832026-04-13T20:39:16.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17842026-04-13T20:39:16.497Z Running `target/debug/xtask-downloader softnpu`
17852026-04-13T20:39:16.539ZApr 13 20:39:17.247 INFO Starting download, target: Softnpu
17862026-04-13T20:39:16.542ZApr 13 20:39:17.248 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17872026-04-13T20:39:17.164ZApr 13 20:39:17.875 INFO Download complete, target: Softnpu
17882026-04-13T20:39:17.169Z
17892026-04-13T20:39:17.173Zreal 2.070338607
17902026-04-13T20:39:17.173Zuser 1.320869998
17912026-04-13T20:39:17.173Zsys 0.671301747
17922026-04-13T20:39:17.173Ztrap 0.000493498
17932026-04-13T20:39:17.173Ztflt 0.000085688
17942026-04-13T20:39:17.173Zdflt 0.000634951
17952026-04-13T20:39:17.173Zkflt 0.000003423
17962026-04-13T20:39:17.173Zlock 11.721476572
17972026-04-13T20:39:17.173Zslp 0.466509330
17982026-04-13T20:39:17.173Zlat 0.094226458
17992026-04-13T20:39:17.173Zstop 0.000176456
18002026-04-13T20:39:17.173Z+ export CARGO_INCREMENTAL=0
18012026-04-13T20:39:17.173Z+ CARGO_INCREMENTAL=0
18022026-04-13T20:39:17.173Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18032026-04-13T20:39:18.064Z Compiling proc-macro2 v1.0.106
18042026-04-13T20:39:18.064Z Compiling quote v1.0.44
18052026-04-13T20:39:18.064Z Compiling unicode-ident v1.0.24
18062026-04-13T20:39:18.067Z Compiling libc v0.2.180
18072026-04-13T20:39:18.067Z Compiling serde_core v1.0.228
18082026-04-13T20:39:18.067Z Compiling serde v1.0.228
18092026-04-13T20:39:18.067Z Compiling cfg-if v1.0.4
18102026-04-13T20:39:18.067Z Compiling version_check v0.9.5
18112026-04-13T20:39:18.211Z Compiling find-msvc-tools v0.1.9
18122026-04-13T20:39:18.214Z Compiling shlex v1.3.0
18132026-04-13T20:39:18.224Z Compiling typenum v1.19.0
18142026-04-13T20:39:18.227Z Compiling memchr v2.8.0
18152026-04-13T20:39:18.227Z Compiling autocfg v1.5.0
18162026-04-13T20:39:18.227Z Compiling zmij v1.0.21
18172026-04-13T20:39:18.227Z Compiling serde_json v1.0.149
18182026-04-13T20:39:18.461Z Compiling portable-atomic v1.13.1
18192026-04-13T20:39:18.523Z Compiling zerocopy v0.8.40
18202026-04-13T20:39:18.524Z Compiling libm v0.2.16
18212026-04-13T20:39:18.584Z Compiling parking_lot_core v0.9.12
18222026-04-13T20:39:18.604Z Compiling smallvec v1.15.1
18232026-04-13T20:39:18.604Z Compiling icu_properties_data v2.1.2
18242026-04-13T20:39:18.636Z Compiling icu_normalizer_data v2.1.1
18252026-04-13T20:39:18.662Z Compiling num-traits v0.2.19
18262026-04-13T20:39:18.676Z Compiling itoa v1.0.17
18272026-04-13T20:39:18.696Z Compiling generic-array v0.14.7
18282026-04-13T20:39:18.906Z Compiling log v0.4.29
18292026-04-13T20:39:18.984Z Compiling stable_deref_trait v1.2.1
18302026-04-13T20:39:18.989Z Compiling getrandom v0.4.1
18312026-04-13T20:39:18.989Z Compiling pkg-config v0.3.32
18322026-04-13T20:39:19.003Z Compiling subtle v2.6.1
18332026-04-13T20:39:19.129Z Compiling getrandom v0.3.4
18342026-04-13T20:39:19.175Z Compiling scopeguard v1.2.0
18352026-04-13T20:39:19.220Z Compiling rustversion v1.0.22
18362026-04-13T20:39:19.306Z Compiling lock_api v0.4.14
18372026-04-13T20:39:19.453Z Compiling jobserver v0.1.34
18382026-04-13T20:39:19.487Z Compiling getrandom v0.2.17
18392026-04-13T20:39:19.532Z Compiling errno v0.3.14
18402026-04-13T20:39:19.633Z Compiling syn v2.0.117
18412026-04-13T20:39:19.656Z Compiling rand_core v0.6.4
18422026-04-13T20:39:19.676Z Compiling cc v1.2.56
18432026-04-13T20:39:19.712Z Compiling litemap v0.8.1
18442026-04-13T20:39:19.729Z Compiling writeable v0.6.2
18452026-04-13T20:39:19.733Z Compiling percent-encoding v2.3.2
18462026-04-13T20:39:19.733Z Compiling thiserror v2.0.18
18472026-04-13T20:39:19.809Z Compiling pin-project-lite v0.2.17
18482026-04-13T20:39:19.849Z Compiling fnv v1.0.7
18492026-04-13T20:39:19.968Z Compiling schemars v0.8.22
18502026-04-13T20:39:20.084Z Compiling critical-section v1.2.0
18512026-04-13T20:39:20.117Z Compiling equivalent v1.0.2
18522026-04-13T20:39:20.130Z Compiling allocator-api2 v0.2.21
18532026-04-13T20:39:20.159Z Compiling foldhash v0.2.0
18542026-04-13T20:39:20.245Z Compiling utf8_iter v1.0.4
18552026-04-13T20:39:20.251Z Compiling form_urlencoded v1.2.2
18562026-04-13T20:39:20.299Z Compiling fs_extra v1.3.0
18572026-04-13T20:39:20.347Z Compiling dunce v1.0.5
18582026-04-13T20:39:20.398Z Compiling signal-hook-registry v1.4.8
18592026-04-13T20:39:20.426Z Compiling once_cell v1.21.3
18602026-04-13T20:39:20.462Z Compiling cmake v0.1.57
18612026-04-13T20:39:20.478Z Compiling hashbrown v0.16.1
18622026-04-13T20:39:20.495Z Compiling const-oid v0.9.6
18632026-04-13T20:39:20.699Z Compiling semver v1.0.27
18642026-04-13T20:39:20.738Z Compiling bitflags v2.11.0
18652026-04-13T20:39:20.842Z Compiling parking_lot v0.12.5
18662026-04-13T20:39:20.899Z Compiling socket2 v0.6.2
18672026-04-13T20:39:20.924Z Compiling mio v1.1.1
18682026-04-13T20:39:20.940Z Compiling rustix v1.1.3
18692026-04-13T20:39:20.979Z Compiling rand_core v0.10.0
18702026-04-13T20:39:21.031Z Compiling httparse v1.10.1
18712026-04-13T20:39:21.046Z Compiling indexmap v2.13.0
18722026-04-13T20:39:21.064Z Compiling ring v0.17.14
18732026-04-13T20:39:21.102Z Compiling aws-lc-sys v0.37.1
18742026-04-13T20:39:21.235Z Compiling ucd-trie v0.1.7
18752026-04-13T20:39:21.283Z Compiling futures-core v0.3.32
18762026-04-13T20:39:21.302Z Compiling byteorder v1.5.0
18772026-04-13T20:39:21.376Z Compiling heck v0.5.0
18782026-04-13T20:39:21.395Z Compiling aws-lc-rs v1.16.0
18792026-04-13T20:39:21.462Z Compiling pest v2.8.6
18802026-04-13T20:39:21.617Z Compiling strsim v0.11.1
18812026-04-13T20:39:21.654Z Compiling thiserror v1.0.69
18822026-04-13T20:39:21.694Z Compiling iana-time-zone v0.1.65
18832026-04-13T20:39:21.729Z Compiling uuid v1.23.0
18842026-04-13T20:39:21.806Z Compiling vcpkg v0.2.15
18852026-04-13T20:39:21.825Z Compiling ident_case v1.0.1
18862026-04-13T20:39:21.841Z Compiling syn v1.0.109
18872026-04-13T20:39:21.875Z Compiling cpufeatures v0.2.17
18882026-04-13T20:39:22.024Z Compiling time-core v0.1.8
18892026-04-13T20:39:22.165Z Compiling num-conv v0.2.0
18902026-04-13T20:39:22.194Z Compiling futures-sink v0.3.32
18912026-04-13T20:39:22.211Z Compiling regex-syntax v0.8.10
18922026-04-13T20:39:22.261Z Compiling crc32fast v1.5.0
18932026-04-13T20:39:22.286Z Compiling crossbeam-utils v0.8.21
18942026-04-13T20:39:22.302Z Compiling futures-channel v0.3.32
18952026-04-13T20:39:22.318Z Compiling time-macros v0.2.27
18962026-04-13T20:39:22.335Z Compiling rustc_version v0.4.1
18972026-04-13T20:39:22.390Z Compiling openssl-sys v0.9.111
18982026-04-13T20:39:22.439Z Compiling futures-task v0.3.32
18992026-04-13T20:39:22.534Z Compiling synstructure v0.13.2
19002026-04-13T20:39:22.581Z Compiling serde_derive_internals v0.29.1
19012026-04-13T20:39:22.597Z Compiling pest_meta v2.8.6
19022026-04-13T20:39:22.633Z Compiling futures-io v0.3.32
19032026-04-13T20:39:22.636Z Compiling plain v0.2.3
19042026-04-13T20:39:22.680Z Compiling rustls v0.23.37
19052026-04-13T20:39:22.760Z Compiling slab v0.4.12
19062026-04-13T20:39:22.964Z Compiling slog v2.8.2
19072026-04-13T20:39:23.032Z Compiling dyn-clone v1.0.20
19082026-04-13T20:39:23.064Z Compiling pretty-hex v0.4.1
19092026-04-13T20:39:23.081Z Compiling aho-corasick v1.1.4
19102026-04-13T20:39:23.128Z Compiling base64 v0.22.1
19112026-04-13T20:39:23.202Z Compiling pest_generator v2.8.6
19122026-04-13T20:39:23.380Z Compiling openssl v0.10.75
19132026-04-13T20:39:23.417Z Compiling base64ct v1.8.3
19142026-04-13T20:39:23.496Z Compiling anyhow v1.0.102
19152026-04-13T20:39:23.512Z Compiling darling_core v0.21.3
19162026-04-13T20:39:23.516Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19172026-04-13T20:39:23.592Z Compiling tracing-core v0.1.36
19182026-04-13T20:39:23.651Z Compiling pem-rfc7468 v0.7.0
19192026-04-13T20:39:23.665Z Compiling native-tls v0.2.18
19202026-04-13T20:39:23.719Z Compiling serde_derive v1.0.228
19212026-04-13T20:39:23.736Z Compiling zeroize_derive v1.4.3
19222026-04-13T20:39:23.806Z Compiling zerofrom-derive v0.1.6
19232026-04-13T20:39:23.829Z Compiling yoke-derive v0.8.1
19242026-04-13T20:39:23.857Z Compiling zerovec-derive v0.11.2
19252026-04-13T20:39:23.875Z Compiling displaydoc v0.2.5
19262026-04-13T20:39:23.905Z Compiling zerocopy-derive v0.8.40
19272026-04-13T20:39:23.924Z Compiling tokio-macros v2.6.0
19282026-04-13T20:39:23.939Z Compiling futures-macro v0.3.32
19292026-04-13T20:39:24.348Z Compiling thiserror-impl v2.0.18
19302026-04-13T20:39:24.363Z Compiling zeroize v1.8.2
19312026-04-13T20:39:24.617Z Compiling schemars_derive v0.8.22
19322026-04-13T20:39:24.633Z Compiling tracing-attributes v0.1.31
19332026-04-13T20:39:24.650Z Compiling der_derive v0.7.3
19342026-04-13T20:39:24.741Z Compiling thiserror-impl v1.0.69
19352026-04-13T20:39:24.793Z Compiling pest_derive v2.8.6
19362026-04-13T20:39:24.915Z Compiling futures-util v0.3.32
19372026-04-13T20:39:24.947Z Compiling zerofrom v0.1.6
19382026-04-13T20:39:25.111Z Compiling yoke v0.8.1
19392026-04-13T20:39:25.168Z Compiling crypto-common v0.1.7
19402026-04-13T20:39:25.301Z Compiling zerovec v0.11.5
19412026-04-13T20:39:25.330Z Compiling zerotrie v0.2.3
19422026-04-13T20:39:25.614Z Compiling block-buffer v0.10.4
19432026-04-13T20:39:25.792Z Compiling digest v0.10.7
19442026-04-13T20:39:25.860Z Compiling tinystr v0.8.2
19452026-04-13T20:39:25.863Z Compiling potential_utf v0.1.4
19462026-04-13T20:39:25.893Z Compiling block-padding v0.3.3
19472026-04-13T20:39:25.908Z Compiling scroll_derive v0.13.1
19482026-04-13T20:39:25.924Z Compiling rustls-pki-types v1.14.0
19492026-04-13T20:39:26.055Z Compiling icu_locale_core v2.1.1
19502026-04-13T20:39:26.087Z Compiling icu_collections v2.1.1
19512026-04-13T20:39:26.087Z Compiling hmac v0.12.1
19522026-04-13T20:39:26.114Z Compiling inout v0.1.4
19532026-04-13T20:39:26.162Z Compiling regex-automata v0.4.14
19542026-04-13T20:39:26.238Z Compiling sha2 v0.10.9
19552026-04-13T20:39:26.285Z Compiling cipher v0.4.4
19562026-04-13T20:39:26.739Z Compiling scroll_derive v0.12.1
19572026-04-13T20:39:26.850Z Compiling icu_provider v2.1.1
19582026-04-13T20:39:27.000Z Compiling bytes v1.11.1
19592026-04-13T20:39:27.051Z Compiling chrono v0.4.44
19602026-04-13T20:39:27.071Z Compiling serde_tokenstream v0.2.3
19612026-04-13T20:39:27.261Z Compiling icu_properties v2.1.2
19622026-04-13T20:39:27.280Z Compiling icu_normalizer v2.1.1
19632026-04-13T20:39:27.397Z Compiling openssl-macros v0.1.1
19642026-04-13T20:39:27.410Z Compiling untrusted v0.9.0
19652026-04-13T20:39:27.593Z Compiling tokio v1.50.0
19662026-04-13T20:39:27.667Z Compiling http v1.4.0
19672026-04-13T20:39:27.947Z Compiling camino v1.2.2
19682026-04-13T20:39:28.142Z Compiling flagset v0.4.7
19692026-04-13T20:39:28.157Z Compiling idna_adapter v1.2.1
19702026-04-13T20:39:28.267Z Compiling ppv-lite86 v0.2.21
19712026-04-13T20:39:28.300Z Compiling idna v1.1.0
19722026-04-13T20:39:28.317Z Compiling der v0.7.10
19732026-04-13T20:39:28.546Z Compiling regex v1.12.3
19742026-04-13T20:39:28.696Z Compiling url v2.5.8
19752026-04-13T20:39:28.761Z Compiling tracing v0.1.44
19762026-04-13T20:39:28.826Z Compiling darling_macro v0.21.3
19772026-04-13T20:39:29.010Z Compiling zerocopy-derive v0.7.35
19782026-04-13T20:39:29.273Z Compiling rand_core v0.9.5
19792026-04-13T20:39:29.496Z Compiling paste v1.0.15
19802026-04-13T20:39:29.512Z Compiling usdt-impl v0.6.0
19812026-04-13T20:39:29.645Z Compiling winnow v0.7.14
19822026-04-13T20:39:29.808Z Compiling darling v0.21.3
19832026-04-13T20:39:29.833Z Compiling spki v0.7.3
19842026-04-13T20:39:29.880Z Compiling scroll v0.13.0
19852026-04-13T20:39:29.906Z Compiling salsa20 v0.10.2
19862026-04-13T20:39:29.922Z Compiling pbkdf2 v0.12.2
19872026-04-13T20:39:30.171Z Compiling cookie v0.18.1
19882026-04-13T20:39:30.321Z Compiling goblin v0.10.5
19892026-04-13T20:39:30.380Z Compiling scrypt v0.11.0
19902026-04-13T20:39:30.454Z Compiling rand_chacha v0.9.0
19912026-04-13T20:39:30.630Z Compiling http-body v1.0.1
19922026-04-13T20:39:30.803Z Compiling cbc v0.1.2
19932026-04-13T20:39:30.831Z Compiling aes v0.8.4
19942026-04-13T20:39:30.961Z Compiling usdt-impl v0.5.0
19952026-04-13T20:39:30.976Z Compiling rustls v0.22.4
19962026-04-13T20:39:31.053Z Compiling toml_parser v1.0.9+spec-1.1.0
19972026-04-13T20:39:31.178Z Compiling atomic-waker v1.1.2
19982026-04-13T20:39:31.194Z Compiling either v1.15.0
19992026-04-13T20:39:31.211Z Compiling ref-cast v1.0.25
20002026-04-13T20:39:31.214Z Compiling powerfmt v0.2.0
20012026-04-13T20:39:31.337Z Compiling pkcs5 v0.7.1
20022026-04-13T20:39:31.353Z Compiling tokio-util v0.7.18
20032026-04-13T20:39:31.429Z Compiling deranged v0.5.8
20042026-04-13T20:39:31.575Z Compiling rand v0.9.2
20052026-04-13T20:39:31.656Z Compiling scroll v0.12.0
20062026-04-13T20:39:31.799Z Compiling serde_spanned v0.6.9
20072026-04-13T20:39:31.942Z Compiling toml_datetime v0.6.11
20082026-04-13T20:39:31.962Z Compiling dtrace-parser v0.3.0
20092026-04-13T20:39:32.021Z Compiling async-trait v0.1.89
20102026-04-13T20:39:32.261Z Compiling heapless v0.7.17
20112026-04-13T20:39:32.322Z Compiling bzip2-sys v0.1.13+1.0.8
20122026-04-13T20:39:32.355Z Compiling spin v0.9.8
20132026-04-13T20:39:32.447Z Compiling thread-id v5.1.0
20142026-04-13T20:39:32.525Z Compiling tower-service v0.3.3
20152026-04-13T20:39:32.547Z Compiling signal-hook v0.3.18
20162026-04-13T20:39:32.580Z Compiling simd-adler32 v0.3.8
20172026-04-13T20:39:32.618Z Compiling try-lock v0.2.5
20182026-04-13T20:39:32.635Z Compiling tower-layer v0.3.3
20192026-04-13T20:39:32.723Z Compiling zstd-safe v7.2.4
20202026-04-13T20:39:32.757Z Compiling untrusted v0.7.1
20212026-04-13T20:39:32.760Z Compiling openssl-probe v0.2.1
20222026-04-13T20:39:32.791Z Compiling num_threads v0.1.7
20232026-04-13T20:39:32.907Z Compiling time v0.3.47
20242026-04-13T20:39:32.907Z Compiling want v0.3.1
20252026-04-13T20:39:32.939Z Compiling h2 v0.4.13
20262026-04-13T20:39:33.014Z Compiling dof v0.4.0
20272026-04-13T20:39:33.124Z Compiling goblin v0.8.2
20282026-04-13T20:39:33.164Z Compiling pkcs8 v0.10.2
20292026-04-13T20:39:33.305Z Compiling zerocopy v0.7.35
20302026-04-13T20:39:33.472Z Compiling ipnet v2.11.0
20312026-04-13T20:39:33.925Z Compiling ref-cast-impl v1.0.25
20322026-04-13T20:39:33.980Z Compiling curve25519-dalek v4.1.3
20332026-04-13T20:39:34.078Z Compiling darling_core v0.20.11
20342026-04-13T20:39:34.097Z Compiling toml_datetime v0.7.5+spec-1.1.0
20352026-04-13T20:39:34.133Z Compiling multer v3.1.0
20362026-04-13T20:39:34.246Z Compiling memoffset v0.9.1
20372026-04-13T20:39:34.345Z Compiling slog-async v2.8.0
20382026-04-13T20:39:34.389Z Compiling pin-utils v0.1.0
20392026-04-13T20:39:34.469Z Compiling litrs v1.0.0
20402026-04-13T20:39:34.485Z Compiling adler2 v2.0.1
20412026-04-13T20:39:34.614Z Compiling httpdate v1.0.3
20422026-04-13T20:39:34.648Z Compiling fastrand v2.3.0
20432026-04-13T20:39:34.818Z Compiling rustix v0.38.44
20442026-04-13T20:39:34.833Z Compiling winnow v0.5.40
20452026-04-13T20:39:34.847Z Compiling tinyvec_macros v0.1.1
20462026-04-13T20:39:34.932Z Compiling tinyvec v1.10.0
20472026-04-13T20:39:34.987Z Compiling document-features v0.2.12
20482026-04-13T20:39:35.032Z Compiling miniz_oxide v0.8.9
20492026-04-13T20:39:35.484Z Compiling dof v0.3.0
20502026-04-13T20:39:35.532Z Compiling dtrace-parser v0.2.0
20512026-04-13T20:39:35.909Z Compiling erased-serde v0.3.31
20522026-04-13T20:39:35.931Z Compiling daft-derive v0.1.5
20532026-04-13T20:39:35.997Z Compiling socket2 v0.5.10
20542026-04-13T20:39:36.058Z Compiling thread-id v4.2.2
20552026-04-13T20:39:36.074Z Compiling darling_macro v0.20.11
20562026-04-13T20:39:36.108Z Compiling hyper v1.8.1
20572026-04-13T20:39:36.161Z Compiling toml_edit v0.19.15
20582026-04-13T20:39:36.307Z Compiling num-bigint-dig v0.8.6
20592026-04-13T20:39:36.520Z Compiling zlib-rs v0.6.2
20602026-04-13T20:39:36.551Z Compiling foreign-types-shared v0.1.1
20612026-04-13T20:39:36.573Z Compiling smoltcp v0.9.1
20622026-04-13T20:39:36.636Z Compiling cfg_aliases v0.2.1
20632026-04-13T20:39:36.843Z Compiling nix v0.31.1
20642026-04-13T20:39:36.924Z Compiling tempfile v3.25.0
20652026-04-13T20:39:37.212Z Compiling hyper-util v0.1.20
20662026-04-13T20:39:37.292Z Compiling foreign-types v0.3.2
20672026-04-13T20:39:37.312Z Compiling darling v0.20.11
20682026-04-13T20:39:38.013Z Compiling usdt-attr-macro v0.6.0
20692026-04-13T20:39:38.287Z Compiling usdt-macro v0.6.0
20702026-04-13T20:39:38.627Z Compiling flate2 v1.1.9
20712026-04-13T20:39:38.664Z Compiling ipnetwork v0.21.1
20722026-04-13T20:39:38.934Z Compiling async-stream-impl v0.3.6
20732026-04-13T20:39:38.957Z Compiling curve25519-dalek-derive v0.1.1
20742026-04-13T20:39:39.012Z Compiling strum_macros v0.26.4
20752026-04-13T20:39:39.083Z Compiling wait-timeout v0.2.1
20762026-04-13T20:39:39.155Z Compiling utf8parse v0.2.2
20772026-04-13T20:39:39.286Z Compiling bit-vec v0.8.0
20782026-04-13T20:39:39.331Z Compiling anstyle v1.0.13
20792026-04-13T20:39:39.495Z Compiling quick-error v1.2.3
20802026-04-13T20:39:39.538Z Compiling siphasher v1.0.2
20812026-04-13T20:39:39.571Z Compiling bit-set v0.8.0
20822026-04-13T20:39:39.620Z Compiling rusty-fork v0.3.1
20832026-04-13T20:39:39.697Z Compiling anstyle-parse v0.2.7
20842026-04-13T20:39:39.896Z Compiling derive_builder_core v0.20.2
20852026-04-13T20:39:40.913Z Compiling unicode-normalization v0.1.25
20862026-04-13T20:39:40.916Z Compiling rustls-native-certs v0.8.3
20872026-04-13T20:39:40.917Z Compiling http-body-util v0.1.3
20882026-04-13T20:39:40.917Z Compiling rand_xorshift v0.4.0
20892026-04-13T20:39:40.917Z Compiling signature v2.2.0
20902026-04-13T20:39:40.917Z Compiling hubpack_derive v0.1.1
20912026-04-13T20:39:40.917Z Compiling strum_macros v0.27.2
20922026-04-13T20:39:40.917Z Compiling sync_wrapper v1.0.2
20932026-04-13T20:39:40.917Z Compiling dropshot v0.17.0
20942026-04-13T20:39:40.917Z Compiling ahash v0.8.12
20952026-04-13T20:39:40.917Z Compiling fs-err v3.3.0
20962026-04-13T20:39:40.917Z Compiling encoding_rs v0.8.35
20972026-04-13T20:39:40.976Z Compiling mime v0.3.17
20982026-04-13T20:39:40.993Z Compiling is_terminal_polyfill v1.70.2
20992026-04-13T20:39:40.996Z Compiling ryu v1.0.23
21002026-04-13T20:39:41.026Z Compiling colorchoice v1.0.4
21012026-04-13T20:39:41.106Z Compiling unicode-bidi v0.3.18
21022026-04-13T20:39:41.123Z Compiling unarray v0.1.4
21032026-04-13T20:39:41.171Z Compiling unicode-properties v0.1.4
21042026-04-13T20:39:41.194Z Compiling object v0.37.3
21052026-04-13T20:39:41.234Z Compiling anstyle-query v1.1.5
21062026-04-13T20:39:41.251Z Compiling unicode-segmentation v1.12.0
21072026-04-13T20:39:41.293Z Compiling proptest v1.10.0
21082026-04-13T20:39:41.344Z Compiling anstream v0.6.21
21092026-04-13T20:39:41.362Z Compiling serde_urlencoded v0.7.1
21102026-04-13T20:39:41.479Z Compiling stringprep v0.1.5
21112026-04-13T20:39:41.607Z Compiling tower v0.5.3
21122026-04-13T20:39:41.648Z Compiling derive_builder_macro v0.20.2
21132026-04-13T20:39:42.173Z Compiling rustls-webpki v0.102.8
21142026-04-13T20:39:42.190Z Compiling rand_chacha v0.3.1
21152026-04-13T20:39:42.217Z Compiling webpki-roots v1.0.6
21162026-04-13T20:39:42.302Z Compiling md-5 v0.10.6
21172026-04-13T20:39:42.462Z Compiling num-integer v0.1.46
21182026-04-13T20:39:42.478Z Compiling hash32 v0.2.1
21192026-04-13T20:39:42.595Z Compiling vergen-lib v9.1.0
21202026-04-13T20:39:42.610Z Compiling ff v0.13.1
21212026-04-13T20:39:42.637Z Compiling thread_local v1.1.9
21222026-04-13T20:39:42.669Z Compiling psl-types v2.0.11
21232026-04-13T20:39:42.704Z Compiling compression-core v0.4.31
21242026-04-13T20:39:42.766Z Compiling fallible-iterator v0.2.0
21252026-04-13T20:39:42.783Z Compiling iri-string v0.7.10
21262026-04-13T20:39:42.799Z Compiling base16ct v0.2.0
21272026-04-13T20:39:42.817Z Compiling match_cfg v0.1.0
21282026-04-13T20:39:42.848Z Compiling compression-codecs v0.4.37
21292026-04-13T20:39:42.880Z Compiling publicsuffix v2.3.0
21302026-04-13T20:39:42.939Z Compiling sec1 v0.7.3
21312026-04-13T20:39:42.961Z Compiling hostname v0.3.1
21322026-04-13T20:39:42.976Z Compiling group v0.13.0
21332026-04-13T20:39:42.994Z Compiling num-iter v0.1.45
21342026-04-13T20:39:43.068Z Compiling postgres-protocol v0.6.10
21352026-04-13T20:39:43.169Z Compiling rand v0.8.5
21362026-04-13T20:39:43.230Z Compiling tokio-native-tls v0.3.1
21372026-04-13T20:39:43.424Z Compiling newtype-uuid v1.3.2
21382026-04-13T20:39:43.579Z Compiling oxnet v0.1.4
21392026-04-13T20:39:43.595Z Compiling derive_builder v0.20.2
21402026-04-13T20:39:43.738Z Compiling heck v0.4.1
21412026-04-13T20:39:43.754Z Compiling crossbeam-channel v0.5.15
21422026-04-13T20:39:43.801Z Compiling phf_shared v0.13.1
21432026-04-13T20:39:43.908Z Compiling tower-http v0.6.8
21442026-04-13T20:39:43.923Z Compiling slog-json v2.6.1
21452026-04-13T20:39:44.131Z Compiling lazy_static v1.5.0
21462026-04-13T20:39:44.147Z Compiling terminal_size v0.4.3
21472026-04-13T20:39:44.177Z Compiling serde_with_macros v3.17.0
21482026-04-13T20:39:44.181Z Compiling futures-executor v0.3.32
21492026-04-13T20:39:44.210Z Compiling dropshot_endpoint v0.17.0
21502026-04-13T20:39:44.314Z Compiling hkdf v0.12.4
21512026-04-13T20:39:44.346Z Compiling crypto-bigint v0.5.5
21522026-04-13T20:39:44.366Z Compiling clap_derive v4.5.55
21532026-04-13T20:39:44.404Z Compiling enum-as-inner v0.6.1
21542026-04-13T20:39:44.423Z Compiling serde_repr v0.1.20
21552026-04-13T20:39:44.442Z Compiling serde_spanned v1.0.4
21562026-04-13T20:39:44.459Z Compiling cargo-platform v0.3.2
21572026-04-13T20:39:44.481Z Compiling toml_datetime v1.0.0+spec-1.1.0
21582026-04-13T20:39:44.611Z Compiling vergen v9.1.0
21592026-04-13T20:39:44.719Z Compiling is-terminal v0.4.17
21602026-04-13T20:39:44.772Z Compiling memmap2 v0.9.10
21612026-04-13T20:39:44.822Z Compiling clap_lex v1.0.0
21622026-04-13T20:39:44.910Z Compiling bitflags v1.3.2
21632026-04-13T20:39:44.989Z Compiling managed v0.8.0
21642026-04-13T20:39:45.006Z Compiling foldhash v0.1.5
21652026-04-13T20:39:45.035Z Compiling term v1.2.1
21662026-04-13T20:39:45.200Z Compiling take_mut v0.2.2
21672026-04-13T20:39:45.249Z Compiling bumpalo v3.20.2
21682026-04-13T20:39:45.329Z Compiling libbz2-rs-sys v0.2.2
21692026-04-13T20:39:45.401Z Compiling toml_writer v1.0.6+spec-1.1.0
21702026-04-13T20:39:45.458Z Compiling slog-term v2.9.2
21712026-04-13T20:39:45.539Z Compiling zstd v0.13.3
21722026-04-13T20:39:45.553Z Compiling zopfli v0.8.3
21732026-04-13T20:39:45.632Z Compiling toml v1.0.6+spec-1.1.0
21742026-04-13T20:39:45.781Z Compiling bzip2 v0.6.1
21752026-04-13T20:39:45.848Z Compiling elliptic-curve v0.13.8
21762026-04-13T20:39:45.902Z Compiling hashbrown v0.15.5
21772026-04-13T20:39:45.923Z Compiling clap_builder v4.5.60
21782026-04-13T20:39:45.969Z Compiling usdt v0.6.0
21792026-04-13T20:39:46.010Z Compiling tokio-rustls v0.25.0
21802026-04-13T20:39:46.079Z Compiling cargo_metadata v0.23.1
21812026-04-13T20:39:46.137Z Compiling futures v0.3.32
21822026-04-13T20:39:46.371Z Compiling slog-bunyan v2.5.0
21832026-04-13T20:39:46.470Z Compiling phf v0.13.1
21842026-04-13T20:39:46.522Z Compiling daft v0.1.5
21852026-04-13T20:39:46.732Z Compiling signal-hook-mio v0.2.5
21862026-04-13T20:39:46.776Z Compiling cookie_store v0.22.1
21872026-04-13T20:39:46.863Z Compiling postgres-types v0.2.12
21882026-04-13T20:39:46.901Z Compiling hyper-tls v0.6.0
21892026-04-13T20:39:47.147Z Compiling async-compression v0.4.41
21902026-04-13T20:39:47.250Z Compiling bzip2 v0.4.4
21912026-04-13T20:39:47.338Z Compiling strum v0.27.2
21922026-04-13T20:39:47.372Z Compiling hubpack v0.1.2
21932026-04-13T20:39:47.445Z Compiling ed25519 v2.2.3
21942026-04-13T20:39:47.480Z Compiling phf_shared v0.11.3
21952026-04-13T20:39:47.484Z Compiling async-stream v0.3.6
21962026-04-13T20:39:47.561Z Compiling crossbeam-epoch v0.9.18
21972026-04-13T20:39:47.583Z Compiling pkcs1 v0.7.5
21982026-04-13T20:39:47.647Z Compiling waitgroup v0.1.2
21992026-04-13T20:39:47.687Z Compiling bstr v1.12.1
22002026-04-13T20:39:47.722Z Compiling serde-big-array v0.5.1
22012026-04-13T20:39:47.753Z Compiling hex v0.4.3
22022026-04-13T20:39:47.774Z Compiling openapiv3 v2.2.0
22032026-04-13T20:39:47.904Z Compiling rustls-pemfile v2.2.0
22042026-04-13T20:39:47.972Z Compiling rfc6979 v0.4.0
22052026-04-13T20:39:48.044Z Compiling sha1 v0.10.6
22062026-04-13T20:39:48.060Z Compiling float-cmp v0.10.0
22072026-04-13T20:39:48.088Z Compiling serde_path_to_error v0.1.20
22082026-04-13T20:39:48.110Z Compiling hostname v0.4.2
22092026-04-13T20:39:48.127Z Compiling env_filter v1.0.0
22102026-04-13T20:39:48.162Z Compiling debug-ignore v1.0.5
22112026-04-13T20:39:48.232Z Compiling fixedbitset v0.4.2
22122026-04-13T20:39:48.249Z Compiling static_assertions v1.1.0
22132026-04-13T20:39:48.266Z Compiling predicates-core v1.0.10
22142026-04-13T20:39:48.283Z Compiling whoami v2.1.0
22152026-04-13T20:39:48.298Z Compiling difflib v0.4.0
22162026-04-13T20:39:48.316Z Compiling precomputed-hash v0.1.1
22172026-04-13T20:39:48.342Z Compiling rustc-hash v2.1.1
22182026-04-13T20:39:48.412Z Compiling new_debug_unreachable v1.0.6
22192026-04-13T20:39:48.427Z Compiling data-encoding v2.10.0
22202026-04-13T20:39:48.444Z Compiling keccak v0.1.6
22212026-04-13T20:39:48.489Z Compiling fixedbitset v0.5.7
22222026-04-13T20:39:48.504Z Compiling normalize-line-endings v0.3.0
22232026-04-13T20:39:48.618Z Compiling toml_write v0.1.2
22242026-04-13T20:39:48.641Z Compiling jiff v0.2.21
22252026-04-13T20:39:48.675Z Compiling sha3 v0.10.8
22262026-04-13T20:39:48.704Z Compiling petgraph v0.8.3
22272026-04-13T20:39:48.769Z Compiling hickory-proto v0.25.2
22282026-04-13T20:39:48.789Z Compiling predicates v3.1.4
22292026-04-13T20:39:48.847Z Compiling toml_edit v0.22.27
22302026-04-13T20:39:48.983Z Compiling tokio-postgres v0.7.16
22312026-04-13T20:39:49.276Z Compiling string_cache v0.8.9
22322026-04-13T20:39:49.370Z Compiling iddqd v0.3.17
22332026-04-13T20:39:49.388Z Compiling petgraph v0.6.5
22342026-04-13T20:39:49.508Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22352026-04-13T20:39:50.531Z Compiling env_logger v0.11.9
22362026-04-13T20:39:50.677Z Compiling similar v2.7.0
22372026-04-13T20:39:50.882Z Compiling ecdsa v0.16.9
22382026-04-13T20:39:51.068Z Compiling serde_with v3.17.0
22392026-04-13T20:39:51.294Z Compiling zip v4.6.1
22402026-04-13T20:39:51.417Z Compiling rsa v0.9.10
22412026-04-13T20:39:52.190Z Compiling ed25519-dalek v2.2.0
22422026-04-13T20:39:52.487Z Compiling zip v0.6.6
22432026-04-13T20:39:52.667Z Compiling clap v4.5.60
22442026-04-13T20:39:52.768Z Compiling crossterm v0.28.1
22452026-04-13T20:39:52.804Z Compiling strum v0.26.3
22462026-04-13T20:39:53.032Z Compiling toml v0.7.8
22472026-04-13T20:39:53.077Z Compiling tokio-stream v0.1.18
22482026-04-13T20:39:53.219Z Compiling itertools v0.13.0
22492026-04-13T20:39:53.282Z Compiling buf-list v1.1.2
22502026-04-13T20:39:53.546Z Compiling x509-cert v0.2.5
22512026-04-13T20:39:53.593Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22522026-04-13T20:39:53.906Z Compiling peg-runtime v0.8.5
22532026-04-13T20:39:54.206Z Compiling lalrpop-util v0.19.12
22542026-04-13T20:40:12.006Z Compiling rustls-webpki v0.103.9
22552026-04-13T20:40:12.314Z Compiling macaddr v1.0.1
22562026-04-13T20:40:12.331Z Compiling structmeta-derive v0.3.0
22572026-04-13T20:40:12.347Z Compiling crucible-workspace-hack v0.1.0
22582026-04-13T20:40:12.613Z Compiling rayon-core v1.13.0
22592026-04-13T20:40:12.695Z Compiling itertools v0.14.0
22602026-04-13T20:40:12.771Z Compiling secrecy v0.10.3
22612026-04-13T20:40:12.840Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22622026-04-13T20:40:12.861Z Compiling heapless v0.8.0
22632026-04-13T20:40:12.996Z Compiling crossbeam-deque v0.8.6
22642026-04-13T20:40:13.057Z Compiling toml_edit v0.23.10+spec-1.0.0
22652026-04-13T20:40:13.234Z Compiling hash32 v0.3.1
22662026-04-13T20:40:13.255Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22672026-04-13T20:40:13.349Z Compiling structmeta v0.3.0
22682026-04-13T20:40:13.364Z Compiling smoltcp v0.11.0
22692026-04-13T20:40:13.385Z Compiling unicode-width v0.2.0
22702026-04-13T20:40:13.419Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22712026-04-13T20:40:13.576Z Compiling derive-ex v0.1.8
22722026-04-13T20:40:13.617Z Compiling proc-macro-crate v3.4.0
22732026-04-13T20:40:13.683Z Compiling half v2.7.1
22742026-04-13T20:40:13.718Z Compiling newtype-uuid-macros v0.1.0
22752026-04-13T20:40:13.733Z Compiling cobs v0.3.0
22762026-04-13T20:40:13.949Z Compiling thiserror-impl-no-std v2.0.2
22772026-04-13T20:40:13.966Z Compiling ingot-macros v0.1.1
22782026-04-13T20:40:14.008Z Compiling universal-hash v0.5.1
22792026-04-13T20:40:14.034Z Compiling proc-macro-error-attr v1.0.4
22802026-04-13T20:40:14.056Z Compiling dropshot v0.16.7
22812026-04-13T20:40:14.072Z Compiling ciborium-io v0.2.2
22822026-04-13T20:40:14.207Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22832026-04-13T20:40:14.221Z Compiling opaque-debug v0.3.1
22842026-04-13T20:40:14.253Z Compiling convert_case v0.4.0
22852026-04-13T20:40:14.314Z Compiling poly1305 v0.8.0
22862026-04-13T20:40:14.398Z Compiling ciborium-ll v0.2.2
22872026-04-13T20:40:14.463Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22882026-04-13T20:40:14.588Z Compiling derive_more v0.99.20
22892026-04-13T20:40:14.624Z Compiling num_enum_derive v0.7.5
22902026-04-13T20:40:14.996Z Compiling postcard v1.1.3
22912026-04-13T20:40:15.021Z Compiling thiserror-no-std v2.0.2
22922026-04-13T20:40:15.128Z Compiling test-strategy v0.4.5
22932026-04-13T20:40:15.144Z Compiling parse-display-derive v0.10.0
22942026-04-13T20:40:15.161Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22952026-04-13T20:40:15.401Z Compiling toml v0.9.12+spec-1.1.0
22962026-04-13T20:40:15.601Z Compiling tokio-rustls v0.26.4
22972026-04-13T20:40:15.631Z Compiling rustls-platform-verifier v0.6.2
22982026-04-13T20:40:15.864Z Compiling hyper-rustls v0.27.7
22992026-04-13T20:40:15.893Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23002026-04-13T20:40:16.151Z Compiling reqwest v0.13.2
23012026-04-13T20:40:16.200Z Compiling reqwest v0.12.28
23022026-04-13T20:40:16.310Z Compiling proc-macro-crate v1.3.1
23032026-04-13T20:40:16.418Z Compiling backon v1.6.0
23042026-04-13T20:40:16.475Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23052026-04-13T20:40:16.510Z Compiling password-hash v0.5.0
23062026-04-13T20:40:16.656Z Compiling chacha20 v0.9.1
23072026-04-13T20:40:16.672Z Compiling ingot-types v0.1.2
23082026-04-13T20:40:16.689Z Compiling dropshot_endpoint v0.16.7
23092026-04-13T20:40:16.704Z Compiling blake2 v0.10.6
23102026-04-13T20:40:16.773Z Compiling aead v0.5.2
23112026-04-13T20:40:16.799Z Compiling foreign-types-macros v0.2.3
23122026-04-13T20:40:16.935Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23132026-04-13T20:40:16.989Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23142026-04-13T20:40:17.168Z Compiling ingot v0.1.1
23152026-04-13T20:40:17.211Z Compiling proc-macro-error v1.0.4
23162026-04-13T20:40:17.231Z Compiling instant v0.1.13
23172026-04-13T20:40:17.314Z Compiling foreign-types-shared v0.3.1
23182026-04-13T20:40:17.377Z Compiling typeid v1.0.3
23192026-04-13T20:40:17.394Z Compiling cpufeatures v0.3.0
23202026-04-13T20:40:17.407Z Compiling foreign-types v0.5.0
23212026-04-13T20:40:17.451Z Compiling backoff v0.4.0
23222026-04-13T20:40:17.486Z Compiling chacha20 v0.10.0
23232026-04-13T20:40:17.519Z Compiling argon2 v0.5.3
23242026-04-13T20:40:17.563Z Compiling chacha20poly1305 v0.10.1
23252026-04-13T20:40:17.567Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23262026-04-13T20:40:17.596Z Compiling num_enum_derive v0.5.11
23272026-04-13T20:40:17.695Z Compiling parse-display v0.10.0
23282026-04-13T20:40:17.719Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23292026-04-13T20:40:17.739Z Compiling num_enum v0.7.5
23302026-04-13T20:40:17.809Z Compiling vsss-rs v3.3.4
23312026-04-13T20:40:18.020Z Compiling ciborium v0.2.2
23322026-04-13T20:40:18.540Z Compiling tabwriter v1.4.1
23332026-04-13T20:40:18.576Z Compiling byte-wrapper v0.1.0
23342026-04-13T20:40:18.593Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23352026-04-13T20:40:18.866Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23362026-04-13T20:40:18.951Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23372026-04-13T20:40:19.213Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23382026-04-13T20:40:19.324Z Compiling regress v0.10.5
23392026-04-13T20:40:19.341Z Compiling cstr-argument v0.1.2
23402026-04-13T20:40:19.361Z Compiling erased-serde v0.4.9
23412026-04-13T20:40:19.418Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23422026-04-13T20:40:19.435Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23432026-04-13T20:40:19.451Z Compiling num_enum v0.5.11
23442026-04-13T20:40:19.487Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23452026-04-13T20:40:19.536Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23462026-04-13T20:40:19.610Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23472026-04-13T20:40:19.646Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23482026-04-13T20:40:19.696Z Compiling rand v0.10.0
23492026-04-13T20:40:19.712Z Compiling rayon v1.11.0
23502026-04-13T20:40:19.740Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23512026-04-13T20:40:19.779Z Compiling indent_write v2.2.0
23522026-04-13T20:40:19.887Z Compiling libefi-sys v0.1.0
23532026-04-13T20:40:19.903Z Compiling colored v3.1.1
23542026-04-13T20:40:19.924Z Compiling zone_cfg_derive v0.3.1
23552026-04-13T20:40:20.081Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23562026-04-13T20:40:20.101Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23572026-04-13T20:40:20.141Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23582026-04-13T20:40:20.155Z Compiling camino-tempfile v1.4.1
23592026-04-13T20:40:20.554Z Compiling itertools v0.12.1
23602026-04-13T20:40:20.574Z Compiling usdt-attr-macro v0.5.0
23612026-04-13T20:40:20.601Z Compiling usdt-macro v0.5.0
23622026-04-13T20:40:20.616Z Compiling num-derive v0.4.2
23632026-04-13T20:40:20.632Z Compiling bitfield-struct v0.6.2
23642026-04-13T20:40:20.655Z Compiling blake3 v1.8.3
23652026-04-13T20:40:20.940Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23662026-04-13T20:40:21.026Z Compiling ordered-float v2.10.1
23672026-04-13T20:40:21.253Z Compiling memmap v0.7.0
23682026-04-13T20:40:21.288Z Compiling sigpipe v0.1.3
23692026-04-13T20:40:21.319Z Compiling swrite v0.1.0
23702026-04-13T20:40:21.336Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23712026-04-13T20:40:21.350Z Compiling glob v0.3.3
23722026-04-13T20:40:21.404Z Compiling usdt v0.5.0
23732026-04-13T20:40:21.452Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23742026-04-13T20:40:21.518Z Compiling serde-value v0.7.0
23752026-04-13T20:40:21.534Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad5296d5fb951e3f3bc34b37444bd1d68a2ec866#ad5296d5)
23762026-04-13T20:40:21.682Z Compiling serde-untagged v0.1.9
23772026-04-13T20:40:21.790Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23782026-04-13T20:40:21.958Z Compiling zone v0.3.1
23792026-04-13T20:40:22.072Z Compiling toml v0.8.23
23802026-04-13T20:40:22.106Z Compiling smf v0.2.3
23812026-04-13T20:40:22.109Z Compiling filetime v0.2.27
23822026-04-13T20:40:22.225Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23832026-04-13T20:40:22.243Z Compiling unicode-xid v0.2.6
23842026-04-13T20:40:22.283Z Compiling arrayvec v0.7.6
23852026-04-13T20:40:22.298Z Compiling xattr v1.6.1
23862026-04-13T20:40:22.355Z Compiling constant_time_eq v0.4.2
23872026-04-13T20:40:22.409Z Compiling whoami v1.6.1
23882026-04-13T20:40:22.516Z Compiling same-file v1.0.6
23892026-04-13T20:40:22.543Z Compiling arrayref v0.3.9
23902026-04-13T20:40:22.569Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23912026-04-13T20:40:22.635Z Compiling cargo-util-schemas v0.8.2
23922026-04-13T20:40:22.664Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23932026-04-13T20:40:22.717Z Compiling walkdir v2.5.0
23942026-04-13T20:40:22.900Z Compiling tar v0.4.45
23952026-04-13T20:40:22.959Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23962026-04-13T20:40:23.217Z Compiling tokio-dtrace v0.1.1
23972026-04-13T20:40:23.272Z Compiling console v0.16.2
23982026-04-13T20:40:23.352Z Compiling gethostname v0.5.0
23992026-04-13T20:40:23.450Z Compiling cargo-platform v0.2.0
24002026-04-13T20:40:23.508Z Compiling unit-prefix v0.5.2
24012026-04-13T20:40:23.968Z Compiling topological-sort v0.2.2
24022026-04-13T20:40:23.968Z Compiling oxide-tokio-rt v0.1.3
24032026-04-13T20:40:23.968Z Compiling indicatif v0.18.4
24042026-04-13T20:40:23.968Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24052026-04-13T20:40:23.968Z Compiling shell-words v1.1.1
24062026-04-13T20:40:23.968Z Compiling cargo_metadata v0.21.0
24072026-04-13T20:40:33.156Z Compiling progenitor-client v0.13.0
24082026-04-13T20:40:33.194Z Compiling progenitor-client v0.10.0
24092026-04-13T20:40:33.194Z Compiling omicron-zone-package v0.12.2
24102026-04-13T20:40:33.270Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24112026-04-13T20:40:33.270Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24122026-04-13T20:40:33.274Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24132026-04-13T20:40:33.319Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24142026-04-13T20:40:33.338Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24152026-04-13T20:40:33.611Z Compiling progenitor-extras v0.1.1
24162026-04-13T20:40:33.661Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24172026-04-13T20:40:33.678Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24182026-04-13T20:40:33.711Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24192026-04-13T20:40:33.843Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24202026-04-13T20:40:38.993Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24212026-04-13T20:40:45.669Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24222026-04-13T20:40:48.689Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24232026-04-13T20:40:49.650Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24242026-04-13T20:40:58.265Z Finished `release` profile [optimized] target(s) in 1m 41s
24252026-04-13T20:40:58.420Z Running `target/release/omicron-package -t test target create -p dev`
24262026-04-13T20:40:58.486ZLogging to: /work/oxidecomputer/omicron/out/LOG
24272026-04-13T20:40:58.489ZCreated new build target 'test' and set it as active
24282026-04-13T20:40:58.492Z
24292026-04-13T20:40:58.492Zreal 1:41.708327409
24302026-04-13T20:40:58.492Zuser 17:04.497849227
24312026-04-13T20:40:58.492Zsys 2:37.938763232
24322026-04-13T20:40:58.492Ztrap 0.486961974
24332026-04-13T20:40:58.492Ztflt 2.906208748
24342026-04-13T20:40:58.492Zdflt 3.918579555
24352026-04-13T20:40:58.492Zkflt 0.030489630
24362026-04-13T20:40:58.492Zlock 54:34.232019458
24372026-04-13T20:40:58.492Zslp 43:51.932214970
24382026-04-13T20:40:58.492Zlat 45.518478804
24392026-04-13T20:40:58.493Zstop 5:33.017377809
24402026-04-13T20:40:58.493Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24412026-04-13T20:40:59.378Z Finished `release` profile [optimized] target(s) in 0.87s
24422026-04-13T20:40:59.451Z Running `target/release/omicron-package -t test package`
24432026-04-13T20:40:59.510ZLogging to: /work/oxidecomputer/omicron/out/LOG
24442026-04-13T20:41:00.921Z Compiling regress v0.10.5
24452026-04-13T20:41:00.924Z Compiling heck v0.5.0
24462026-04-13T20:41:01.141Z Compiling unsafe-libyaml v0.2.11
24472026-04-13T20:41:01.160Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24482026-04-13T20:41:01.190Z Compiling unicode-width v0.1.14
24492026-04-13T20:41:01.212Z Compiling prettyplease v0.2.37
24502026-04-13T20:41:01.212Z Compiling bytecount v0.6.9
24512026-04-13T20:41:01.250Z Compiling derive-where v1.6.0
24522026-04-13T20:41:01.254Z Compiling dropshot v0.16.7
24532026-04-13T20:41:01.254Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24542026-04-13T20:41:01.254Z Compiling progenitor-client v0.13.0
24552026-04-13T20:41:01.269Z Compiling toml v0.9.12+spec-1.1.0
24562026-04-13T20:41:01.273Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24572026-04-13T20:41:01.333Z Compiling typify-impl v0.6.1
24582026-04-13T20:41:01.352Z Compiling backon v1.6.0
24592026-04-13T20:41:01.392Z Compiling instant v0.1.13
24602026-04-13T20:41:01.396Z Compiling parse-display v0.10.0
24612026-04-13T20:41:01.478Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24622026-04-13T20:41:01.501Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24632026-04-13T20:41:01.501Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24642026-04-13T20:41:01.545Z Compiling backoff v0.4.0
24652026-04-13T20:41:01.548Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24662026-04-13T20:41:01.589Z Compiling progenitor-extras v0.1.1
24672026-04-13T20:41:01.611Z Compiling progenitor-client v0.10.0
24682026-04-13T20:41:01.633Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24692026-04-13T20:41:01.696Z Compiling serde_yaml v0.9.34+deprecated
24702026-04-13T20:41:01.716Z Compiling macaddr v1.0.1
24712026-04-13T20:41:01.780Z Compiling console v0.15.11
24722026-04-13T20:41:01.804Z Compiling num-rational v0.4.2
24732026-04-13T20:41:01.925Z Compiling num-complex v0.4.6
24742026-04-13T20:41:02.132Z Compiling slog-dtrace v0.3.0
24752026-04-13T20:41:02.360Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24762026-04-13T20:41:02.409Z Compiling num v0.4.3
24772026-04-13T20:41:02.453Z Compiling newline-converter v0.3.0
24782026-04-13T20:41:02.456Z Compiling atomicwrites v0.4.4
24792026-04-13T20:41:02.499Z Compiling async-recursion v1.1.1
24802026-04-13T20:41:02.499Z Compiling float-ord v0.3.2
24812026-04-13T20:41:02.520Z Compiling owo-colors v4.3.0
24822026-04-13T20:41:02.559Z Compiling cancel-safe-futures v0.1.5
24832026-04-13T20:41:02.665Z Compiling expectorate v1.2.0
24842026-04-13T20:41:02.785Z Compiling libsw-core v0.3.2
24852026-04-13T20:41:02.789Z Compiling resolv-conf v0.7.6
24862026-04-13T20:41:02.828Z Compiling toml v0.8.23
24872026-04-13T20:41:02.921Z Compiling linear-map v1.2.0
24882026-04-13T20:41:03.006Z Compiling libsw v3.5.0
24892026-04-13T20:41:03.060Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24902026-04-13T20:41:03.095Z Compiling linked-hash-map v0.5.6
24912026-04-13T20:41:03.130Z Compiling minimal-lexical v0.2.1
24922026-04-13T20:41:03.179Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24932026-04-13T20:41:03.225Z Compiling unicode-xid v0.2.6
24942026-04-13T20:41:03.248Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24952026-04-13T20:41:03.287Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24962026-04-13T20:41:03.342Z Compiling lru-cache v0.1.2
24972026-04-13T20:41:03.383Z Compiling nom v7.1.3
24982026-04-13T20:41:03.416Z Compiling globset v0.4.18
24992026-04-13T20:41:03.419Z Compiling hickory-proto v0.24.4
25002026-04-13T20:41:03.438Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25012026-04-13T20:41:03.460Z Compiling convert_case v0.10.0
25022026-04-13T20:41:03.509Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25032026-04-13T20:41:03.781Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25042026-04-13T20:41:03.931Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25052026-04-13T20:41:04.827Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25062026-04-13T20:41:04.853Z Compiling derive_more-impl v2.1.1
25072026-04-13T20:41:05.084Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25082026-04-13T20:41:05.657Z Compiling pin-project-internal v1.1.11
25092026-04-13T20:41:05.682Z Compiling derive_more v2.1.1
25102026-04-13T20:41:05.792Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25112026-04-13T20:41:06.010Z Compiling hickory-resolver v0.24.4
25122026-04-13T20:41:06.115Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25132026-04-13T20:41:06.149Z Compiling typify-macro v0.6.1
25142026-04-13T20:41:06.175Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25152026-04-13T20:41:06.198Z Compiling pem v3.0.6
25162026-04-13T20:41:06.335Z Compiling snafu-derive v0.8.9
25172026-04-13T20:41:06.699Z Compiling termtree v0.5.1
25182026-04-13T20:41:06.743Z Compiling pin-project v1.1.11
25192026-04-13T20:41:06.886Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25202026-04-13T20:41:06.906Z Compiling crossterm v0.29.0
25212026-04-13T20:41:06.934Z Compiling olpc-cjson v0.1.4
25222026-04-13T20:41:06.957Z Compiling phf_shared v0.12.1
25232026-04-13T20:41:07.187Z Compiling qorb v0.4.1
25242026-04-13T20:41:07.212Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25252026-04-13T20:41:07.692Z Compiling typify v0.6.1
25262026-04-13T20:41:07.832Z Compiling progenitor-impl v0.13.0
25272026-04-13T20:41:08.027Z Compiling snafu v0.8.9
25282026-04-13T20:41:08.669Z Compiling serde_plain v1.0.2
25292026-04-13T20:41:08.991Z Compiling vte v0.14.1
25302026-04-13T20:41:09.168Z Compiling csv-core v0.1.13
25312026-04-13T20:41:09.212Z Compiling highway v1.3.0
25322026-04-13T20:41:09.247Z Compiling typed-path v0.9.3
25332026-04-13T20:41:09.298Z Compiling chrono-tz v0.10.4
25342026-04-13T20:41:09.560Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25352026-04-13T20:41:09.615Z Compiling csv v1.4.0
25362026-04-13T20:41:09.868Z Compiling strip-ansi-escapes v0.2.1
25372026-04-13T20:41:09.974Z Compiling phf v0.12.1
25382026-04-13T20:41:10.013Z Compiling progenitor-macro v0.13.0
25392026-04-13T20:41:10.453Z Compiling tough v0.20.0
25402026-04-13T20:41:10.763Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25412026-04-13T20:41:11.697Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25422026-04-13T20:41:11.721Z Compiling const_format_proc_macros v0.2.34
25432026-04-13T20:41:11.974Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25442026-04-13T20:41:12.160Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25452026-04-13T20:41:12.194Z Compiling papergrid v0.11.0
25462026-04-13T20:41:12.520Z Compiling tabled_derive v0.7.0
25472026-04-13T20:41:12.814Z Compiling fd-lock v4.0.4
25482026-04-13T20:41:12.989Z Compiling peg-macros v0.8.5
25492026-04-13T20:41:13.409Z Compiling nu-ansi-term v0.50.3
25502026-04-13T20:41:13.436Z Compiling tabled v0.15.0
25512026-04-13T20:41:13.746Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25522026-04-13T20:41:13.951Z Compiling reedline v0.40.0
25532026-04-13T20:41:14.040Z Compiling progenitor v0.13.0
25542026-04-13T20:41:14.232Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25552026-04-13T20:41:14.253Z Compiling peg v0.8.5
25562026-04-13T20:41:14.360Z Compiling const_format v0.2.35
25572026-04-13T20:41:15.584Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25582026-04-13T20:41:15.942Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25592026-04-13T20:41:16.066Z Compiling bcs v0.1.6
25602026-04-13T20:41:16.088Z Compiling semver v0.1.20
25612026-04-13T20:41:16.379Z Compiling rustc_version v0.1.7
25622026-04-13T20:41:16.494Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25632026-04-13T20:41:16.596Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25642026-04-13T20:41:16.618Z Compiling newtype_derive v0.1.6
25652026-04-13T20:41:16.747Z Compiling smawk v0.3.2
25662026-04-13T20:41:16.848Z Compiling humantime v2.3.0
25672026-04-13T20:41:16.910Z Compiling unicode-linebreak v0.1.5
25682026-04-13T20:41:17.006Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25692026-04-13T20:41:17.228Z Compiling textwrap v0.16.2
25702026-04-13T20:41:17.344Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25712026-04-13T20:41:17.595Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25722026-04-13T20:41:18.241Z Compiling dropshot-api-manager-types v0.6.0
25732026-04-13T20:41:18.847Z Compiling base64 v0.21.7
25742026-04-13T20:41:18.958Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25752026-04-13T20:41:18.997Z Compiling steno v0.4.1
25762026-04-13T20:41:19.572Z Compiling utf-8 v0.7.6
25772026-04-13T20:41:19.824Z Compiling tagptr v0.2.0
25782026-04-13T20:41:19.861Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25792026-04-13T20:41:20.023Z Compiling moka v0.12.13
25802026-04-13T20:41:20.045Z Compiling tungstenite v0.21.0
25812026-04-13T20:41:20.299Z Compiling radium v0.7.0
25822026-04-13T20:41:20.573Z Compiling maybe-uninit v2.0.0
25832026-04-13T20:41:20.631Z Compiling tap v1.0.1
25842026-04-13T20:41:20.783Z Compiling tokio-tungstenite v0.21.0
25852026-04-13T20:41:20.947Z Compiling wyz v0.5.1
25862026-04-13T20:41:21.174Z Compiling hickory-resolver v0.25.2
25872026-04-13T20:41:21.259Z Compiling zerocopy-derive v0.6.6
25882026-04-13T20:41:21.400Z Compiling crc-catalog v2.4.0
25892026-04-13T20:41:21.463Z Compiling funty v2.0.0
25902026-04-13T20:41:21.552Z Compiling display-error-chain v0.2.2
25912026-04-13T20:41:21.731Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25922026-04-13T20:41:21.803Z Compiling packed_struct v0.10.1
25932026-04-13T20:41:22.036Z Compiling zerocopy v0.6.6
25942026-04-13T20:41:22.114Z Compiling bitvec v1.0.1
25952026-04-13T20:41:22.213Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25962026-04-13T20:41:22.415Z Compiling crc v3.4.0
25972026-04-13T20:41:22.436Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
25982026-04-13T20:41:22.827Z Compiling packed_struct_codegen v0.10.1
25992026-04-13T20:41:22.936Z Compiling bitfield-macros v0.19.4
26002026-04-13T20:41:23.723Z Compiling indexmap v1.9.3
26012026-04-13T20:41:23.865Z Compiling nodrop v0.1.14
26022026-04-13T20:41:23.930Z Compiling bitfield v0.19.4
26032026-04-13T20:41:23.998Z Compiling array-init v0.0.4
26042026-04-13T20:41:24.002Z Compiling smallvec v0.6.14
26052026-04-13T20:41:24.264Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26062026-04-13T20:41:24.294Z Compiling num-derive v0.3.3
26072026-04-13T20:41:24.331Z Compiling vergen-lib v0.1.6
26082026-04-13T20:41:24.361Z Compiling proc-macro-error-attr2 v2.0.0
26092026-04-13T20:41:24.393Z Compiling hashbrown v0.12.3
26102026-04-13T20:41:24.593Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26112026-04-13T20:41:24.786Z Compiling proc-macro-error2 v2.0.1
26122026-04-13T20:41:25.138Z Compiling serde-hex v0.1.0
26132026-04-13T20:41:25.203Z Compiling libscf-sys v1.1.0
26142026-04-13T20:41:25.390Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-04-13T20:41:25.470Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26162026-04-13T20:41:25.569Z Compiling ron v0.8.1
26172026-04-13T20:41:25.717Z Compiling hashbrown v0.13.2
26182026-04-13T20:41:26.344Z Compiling vergen-gitcl v1.0.8
26192026-04-13T20:41:26.403Z Compiling dirs-sys-next v0.1.2
26202026-04-13T20:41:26.527Z Compiling crc-any v2.5.0
26212026-04-13T20:41:26.568Z Compiling maplit v1.0.2
26222026-04-13T20:41:26.683Z Compiling glob v0.3.3
26232026-04-13T20:41:26.705Z Compiling crunchy v0.2.4
26242026-04-13T20:41:26.966Z Compiling diesel_derives v2.3.7
26252026-04-13T20:41:27.020Z Compiling dirs-next v2.0.0
26262026-04-13T20:41:27.053Z Compiling clang-sys v1.8.1
26272026-04-13T20:41:27.170Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-04-13T20:41:27.195Z Compiling object v0.30.4
26292026-04-13T20:41:27.243Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26302026-04-13T20:41:27.431Z Compiling tabled_derive v0.11.0
26312026-04-13T20:41:27.454Z Compiling papergrid v0.17.0
26322026-04-13T20:41:27.606Z Compiling testing_table v0.3.0
26332026-04-13T20:41:27.637Z Compiling dsl_auto_type v0.2.0
26342026-04-13T20:41:27.659Z Compiling scheduled-thread-pool v0.2.7
26352026-04-13T20:41:27.857Z Compiling diesel_table_macro_syntax v0.3.0
26362026-04-13T20:41:27.918Z Compiling tiny-keccak v2.0.2
26372026-04-13T20:41:27.950Z Compiling path-slash v0.1.5
26382026-04-13T20:41:28.039Z Compiling r2d2 v0.8.10
26392026-04-13T20:41:28.153Z Compiling term v0.7.0
26402026-04-13T20:41:28.198Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26412026-04-13T20:41:28.266Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26422026-04-13T20:41:28.288Z Compiling xshell-macros v0.2.7
26432026-04-13T20:41:28.328Z Compiling downcast-rs v2.0.2
26442026-04-13T20:41:28.469Z Compiling bit-vec v0.6.3
26452026-04-13T20:41:28.499Z Compiling ascii-canvas v3.0.0
26462026-04-13T20:41:28.607Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26472026-04-13T20:41:28.667Z Compiling tabled v0.20.0
26482026-04-13T20:41:28.688Z Compiling xshell v0.2.7
26492026-04-13T20:41:28.707Z Compiling bit-set v0.5.3
26502026-04-13T20:41:28.752Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26512026-04-13T20:41:28.850Z Compiling itertools v0.10.5
26522026-04-13T20:41:28.888Z Compiling ena v0.14.4
26532026-04-13T20:41:29.138Z Compiling libloading v0.8.9
26542026-04-13T20:41:29.227Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26552026-04-13T20:41:29.373Z Compiling unicase v2.9.0
26562026-04-13T20:41:29.666Z Compiling regex-syntax v0.6.29
26572026-04-13T20:41:29.688Z Compiling bindgen v0.71.1
26582026-04-13T20:41:29.955Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26592026-04-13T20:41:29.976Z Compiling diff v0.1.13
26602026-04-13T20:41:30.060Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26612026-04-13T20:41:30.275Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26622026-04-13T20:41:31.281Z Compiling lalrpop v0.19.12
26632026-04-13T20:41:31.696Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26642026-04-13T20:41:32.087Z Compiling cexpr v0.6.0
26652026-04-13T20:41:32.305Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26662026-04-13T20:41:32.538Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26672026-04-13T20:41:32.721Z Compiling crc8 v0.1.1
26682026-04-13T20:41:32.839Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26692026-04-13T20:41:32.868Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26702026-04-13T20:41:32.945Z Compiling diesel v2.3.7
26712026-04-13T20:41:33.184Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26722026-04-13T20:41:33.311Z Compiling headers-core v0.3.0
26732026-04-13T20:41:33.441Z Compiling libxml v0.3.3
26742026-04-13T20:41:33.569Z Compiling headers v0.4.1
26752026-04-13T20:41:33.589Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26762026-04-13T20:41:33.740Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26772026-04-13T20:41:33.959Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26782026-04-13T20:41:34.156Z Compiling strum_macros v0.24.3
26792026-04-13T20:41:34.435Z Compiling indoc v1.0.9
26802026-04-13T20:41:34.865Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26812026-04-13T20:41:35.088Z Compiling typify-impl v0.4.3
26822026-04-13T20:41:35.257Z Compiling derive_builder v0.20.2
26832026-04-13T20:41:35.434Z Compiling oso-derive v0.27.3
26842026-04-13T20:41:35.438Z Compiling quick-xml v0.37.5
26852026-04-13T20:41:35.815Z Compiling impl-trait-for-tuples v0.2.3
26862026-04-13T20:41:35.971Z Compiling openssl-probe v0.1.6
26872026-04-13T20:41:36.007Z Compiling half v1.8.3
26882026-04-13T20:41:36.279Z Compiling serde_cbor v0.11.2
26892026-04-13T20:41:36.511Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26902026-04-13T20:41:36.592Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26912026-04-13T20:41:36.617Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26922026-04-13T20:41:36.707Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26932026-04-13T20:41:36.937Z Compiling bb8 v0.8.6
26942026-04-13T20:41:37.089Z Compiling trait-variant v0.1.2
26952026-04-13T20:41:37.271Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26962026-04-13T20:41:37.295Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26972026-04-13T20:41:37.323Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26982026-04-13T20:41:37.515Z Compiling samael v0.0.19
26992026-04-13T20:41:37.584Z Compiling fxhash v0.2.1
27002026-04-13T20:41:37.651Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27012026-04-13T20:41:37.680Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27022026-04-13T20:41:37.815Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27032026-04-13T20:41:37.978Z Compiling kstat-rs v0.2.4
27042026-04-13T20:41:38.148Z Compiling libz-sys v1.1.24
27052026-04-13T20:41:38.514Z Compiling nonempty v0.12.0
27062026-04-13T20:41:38.548Z Compiling salty v0.3.0
27072026-04-13T20:41:38.590Z Compiling typify-macro v0.4.3
27082026-04-13T20:41:38.722Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27092026-04-13T20:41:38.831Z Compiling polar-core v0.27.3
27102026-04-13T20:41:38.886Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27112026-04-13T20:41:38.987Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27122026-04-13T20:41:39.062Z Compiling darling_core v0.23.0
27132026-04-13T20:41:39.277Z Compiling nanorand v0.7.0
27142026-04-13T20:41:39.526Z Compiling arc-swap v1.8.2
27152026-04-13T20:41:39.676Z Compiling fs-err v2.11.0
27162026-04-13T20:41:39.914Z Compiling parking_lot_core v0.8.6
27172026-04-13T20:41:40.101Z Compiling typify v0.4.3
27182026-04-13T20:41:40.231Z Compiling progenitor-impl v0.11.2
27192026-04-13T20:41:40.251Z Compiling mime_guess v2.0.5
27202026-04-13T20:41:40.769Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27212026-04-13T20:41:41.300Z Compiling darling_macro v0.23.0
27222026-04-13T20:41:41.404Z Compiling slog-scope v4.4.1
27232026-04-13T20:41:41.804Z Compiling flume v0.11.1
27242026-04-13T20:41:41.861Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27252026-04-13T20:41:42.381Z Compiling progenitor-macro v0.11.2
27262026-04-13T20:41:43.211Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-04-13T20:41:43.796Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27282026-04-13T20:41:43.822Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27292026-04-13T20:41:45.219Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27302026-04-13T20:41:45.502Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27312026-04-13T20:41:45.946Z Compiling progenitor-client v0.11.2
27322026-04-13T20:41:46.490Z Compiling git-stub v1.0.0
27332026-04-13T20:41:46.600Z Compiling libgit2-sys v0.18.3+1.9.2
27342026-04-13T20:41:46.792Z Compiling instability v0.3.11
27352026-04-13T20:41:47.072Z Compiling git-stub-vcs v0.1.0
27362026-04-13T20:41:47.438Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27372026-04-13T20:41:48.349Z Compiling oso v0.27.3
27382026-04-13T20:41:48.352Z Compiling progenitor v0.11.2
27392026-04-13T20:41:48.559Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27402026-04-13T20:41:51.214Z Compiling async-bb8-diesel v0.2.1
27412026-04-13T20:41:51.666Z Compiling diesel-dtrace v0.5.0
27422026-04-13T20:41:51.928Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27432026-04-13T20:41:51.986Z Compiling darling v0.23.0
27442026-04-13T20:41:52.101Z Compiling slog-stdlog v4.1.1
27452026-04-13T20:41:53.156Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27462026-04-13T20:41:53.302Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27472026-04-13T20:41:53.368Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27482026-04-13T20:41:53.417Z Compiling ignore v0.4.25
27492026-04-13T20:41:54.741Z Compiling primeorder v0.13.6
27502026-04-13T20:41:55.092Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-04-13T20:41:55.182Z Compiling castaway v0.2.4
27522026-04-13T20:41:55.343Z Compiling atty v0.2.14
27532026-04-13T20:41:55.540Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-04-13T20:41:55.776Z Compiling parse-size v1.1.0
27552026-04-13T20:41:56.009Z Compiling indoc v2.0.7
27562026-04-13T20:41:56.067Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27572026-04-13T20:41:56.290Z Compiling http-range v0.1.5
27582026-04-13T20:41:56.356Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-04-13T20:41:56.378Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27602026-04-13T20:41:56.562Z Compiling compact_str v0.8.1
27612026-04-13T20:41:56.625Z Compiling p384 v0.13.1
27622026-04-13T20:41:57.730Z Compiling globwalk v0.9.1
27632026-04-13T20:41:58.411Z Compiling parking_lot v0.11.2
27642026-04-13T20:41:58.757Z Compiling slog-envlogger v2.2.0
27652026-04-13T20:41:58.927Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-04-13T20:41:59.175Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27672026-04-13T20:41:59.225Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27682026-04-13T20:41:59.334Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad5296d5fb951e3f3bc34b37444bd1d68a2ec866#ad5296d5)
27692026-04-13T20:41:59.650Z Compiling predicates-tree v1.0.13
27702026-04-13T20:41:59.920Z Compiling unicode-truncate v1.1.0
27712026-04-13T20:41:59.965Z Compiling lru v0.12.5
27722026-04-13T20:42:00.121Z Compiling rand_seeder v0.4.0
27732026-04-13T20:42:00.143Z Compiling prefix-trie v0.7.0
27742026-04-13T20:42:00.196Z Compiling vergen-git2 v9.1.0
27752026-04-13T20:42:00.217Z Compiling cassowary v0.3.0
27762026-04-13T20:42:00.387Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27772026-04-13T20:42:00.458Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27782026-04-13T20:42:00.591Z Compiling hickory-server v0.25.2
27792026-04-13T20:42:00.613Z Compiling ratatui v0.29.0
27802026-04-13T20:42:00.641Z Compiling camino-tempfile-ext v0.3.3
27812026-04-13T20:42:01.309Z Compiling hyper-staticfile v0.10.1
27822026-04-13T20:42:01.808Z Compiling sled v0.34.7
27832026-04-13T20:42:02.443Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27842026-04-13T20:42:02.828Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27852026-04-13T20:42:03.119Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-04-13T20:42:03.180Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27872026-04-13T20:42:03.835Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27882026-04-13T20:42:03.904Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-04-13T20:42:04.472Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27902026-04-13T20:42:04.730Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27912026-04-13T20:42:05.015Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27922026-04-13T20:42:05.199Z Compiling corncobs v0.1.4
27932026-04-13T20:42:05.270Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27942026-04-13T20:42:05.455Z Compiling rustls v0.21.12
27952026-04-13T20:42:05.536Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27962026-04-13T20:42:05.734Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27972026-04-13T20:42:05.755Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27982026-04-13T20:42:05.826Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27992026-04-13T20:42:06.052Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28002026-04-13T20:42:06.248Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28012026-04-13T20:42:06.301Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28022026-04-13T20:42:06.817Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28032026-04-13T20:42:07.094Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28042026-04-13T20:42:08.861Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28052026-04-13T20:42:09.449Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28062026-04-13T20:42:09.675Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28072026-04-13T20:42:09.872Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28082026-04-13T20:42:09.910Z Compiling sct v0.7.1
28092026-04-13T20:42:10.096Z Compiling rustls-webpki v0.101.7
28102026-04-13T20:42:10.184Z Compiling secrecy v0.8.0
28112026-04-13T20:42:10.400Z Compiling void v1.0.2
28122026-04-13T20:42:11.405Z Compiling lzss v0.8.2
28132026-04-13T20:42:11.787Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28142026-04-13T20:42:11.817Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28152026-04-13T20:42:11.852Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28162026-04-13T20:42:12.008Z Compiling git2 v0.20.4
28172026-04-13T20:42:12.445Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28182026-04-13T20:42:12.932Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28192026-04-13T20:42:13.074Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28202026-04-13T20:42:13.630Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28212026-04-13T20:42:13.678Z Compiling tungstenite v0.23.0
28222026-04-13T20:42:13.877Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28232026-04-13T20:42:13.899Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28242026-04-13T20:42:14.136Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28252026-04-13T20:42:14.139Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28262026-04-13T20:42:14.389Z Compiling nix v0.27.1
28272026-04-13T20:42:14.412Z Compiling serde_bytes v0.11.19
28282026-04-13T20:42:14.782Z Compiling tokio-tungstenite v0.23.1
28292026-04-13T20:42:14.866Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28302026-04-13T20:42:15.091Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad5296d5fb951e3f3bc34b37444bd1d68a2ec866#ad5296d5)
28312026-04-13T20:42:15.168Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28322026-04-13T20:42:15.592Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28332026-04-13T20:42:15.629Z Compiling tokio-rustls v0.24.1
28342026-04-13T20:42:15.979Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28352026-04-13T20:42:16.062Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28362026-04-13T20:42:17.068Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28372026-04-13T20:42:17.491Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28382026-04-13T20:42:18.244Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
28392026-04-13T20:42:19.579Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-04-13T20:42:20.873Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28412026-04-13T20:42:21.102Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28422026-04-13T20:42:22.255Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28432026-04-13T20:42:22.774Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28442026-04-13T20:42:22.815Z Compiling rustls-pemfile v1.0.4
28452026-04-13T20:42:22.856Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28462026-04-13T20:42:23.246Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28472026-04-13T20:42:23.724Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28482026-04-13T20:42:25.175Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28492026-04-13T20:42:26.088Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad5296d5fb951e3f3bc34b37444bd1d68a2ec866#ad5296d5)
28502026-04-13T20:42:26.419Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28512026-04-13T20:42:27.546Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28522026-04-13T20:42:27.800Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28532026-04-13T20:42:28.053Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28542026-04-13T20:42:28.292Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28552026-04-13T20:42:28.583Z Compiling signal-hook-tokio v0.3.1
28562026-04-13T20:42:28.670Z Compiling twox-hash v2.1.2
28572026-04-13T20:42:28.692Z Compiling yasna v0.5.2
28582026-04-13T20:42:28.775Z Compiling is_ci v1.2.0
28592026-04-13T20:42:28.807Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28602026-04-13T20:42:28.992Z Compiling supports-color v3.0.2
28612026-04-13T20:42:29.224Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28622026-04-13T20:42:29.270Z Compiling rcgen v0.12.1
28632026-04-13T20:42:29.654Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28642026-04-13T20:42:30.049Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28652026-04-13T20:42:30.248Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28662026-04-13T20:42:30.862Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28672026-04-13T20:42:31.482Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28682026-04-13T20:42:32.990Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28692026-04-13T20:42:33.629Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28702026-04-13T20:42:33.736Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28712026-04-13T20:42:34.131Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28722026-04-13T20:42:34.370Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28732026-04-13T20:42:34.600Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28742026-04-13T20:42:34.822Z Compiling fatfs v0.3.6
28752026-04-13T20:42:35.115Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28762026-04-13T20:42:35.759Z Compiling subprocess v0.2.15
28772026-04-13T20:42:35.962Z Compiling rtoolbox v0.0.3
28782026-04-13T20:42:36.020Z Compiling assert_matches v1.5.0
28792026-04-13T20:42:36.145Z Compiling seq-macro v0.3.6
28802026-04-13T20:42:36.244Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28812026-04-13T20:42:36.648Z Compiling rpassword v7.4.0
28822026-04-13T20:42:37.007Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28832026-04-13T20:42:37.702Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28842026-04-13T20:42:37.980Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28852026-04-13T20:42:38.118Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28862026-04-13T20:42:38.746Z Compiling tui-tree-widget v0.23.1
28872026-04-13T20:42:38.839Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28882026-04-13T20:42:39.035Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28892026-04-13T20:42:39.572Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28902026-04-13T20:42:40.540Z Compiling uzers v0.12.2
28912026-04-13T20:42:40.648Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28922026-04-13T20:42:41.385Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28932026-04-13T20:42:42.272Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28942026-04-13T20:42:43.352Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28952026-04-13T20:42:46.524Z Compiling support-bundle-viewer v0.1.2
28962026-04-13T20:42:48.495Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28972026-04-13T20:42:49.760Z Compiling multimap v0.10.1
28982026-04-13T20:43:05.802Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28992026-04-13T20:43:06.691Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29002026-04-13T20:43:07.592Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29012026-04-13T20:43:09.089Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29022026-04-13T20:48:21.357Z Finished `release` profile [optimized] target(s) in 7m 23s
29032026-04-13T20:49:06.499Z
29042026-04-13T20:49:06.499Zreal 8:09.873785003
29052026-04-13T20:49:06.502Zuser 1:15:50.177422522
29062026-04-13T20:49:06.502Zsys 3:19.981671684
29072026-04-13T20:49:06.502Ztrap 1.703647028
29082026-04-13T20:49:06.502Ztflt 2.157209401
29092026-04-13T20:49:06.502Zdflt 17.365700018
29102026-04-13T20:49:06.502Zkflt 0.002112000
29112026-04-13T20:49:06.502Zlock 6:07:55.820785438
29122026-04-13T20:49:06.503Zslp 2:06:43.698273593
29132026-04-13T20:49:06.503Zlat 2:25.804791958
29142026-04-13T20:49:06.503Zstop 5:03.686574023
29152026-04-13T20:49:06.503Z+ mapfile -t packages
29162026-04-13T20:49:06.503Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29172026-04-13T20:49:07.448Z Finished `release` profile [optimized] target(s) in 0.94s
29182026-04-13T20:49:07.521Z Running `target/release/omicron-package -t test list-outputs`
29192026-04-13T20:49:07.575ZLogging to: /work/oxidecomputer/omicron/out/LOG
29202026-04-13T20:49:07.579Z+ ptime -m cargo build --locked --release -p xtask
29212026-04-13T20:49:08.109Z Compiling libc v0.2.180
29222026-04-13T20:49:08.109Z Compiling serde v1.0.228
29232026-04-13T20:49:08.109Z Compiling serde_core v1.0.228
29242026-04-13T20:49:08.113Z Compiling rustix v1.1.3
29252026-04-13T20:49:08.113Z Compiling bitflags v2.11.0
29262026-04-13T20:49:08.113Z Compiling serde_json v1.0.149
29272026-04-13T20:49:08.248Z Compiling num-traits v0.2.19
29282026-04-13T20:49:08.251Z Compiling hashbrown v0.16.1
29292026-04-13T20:49:08.257Z Compiling syn v2.0.117
29302026-04-13T20:49:08.274Z Compiling smallvec v1.15.1
29312026-04-13T20:49:08.296Z Compiling usdt-impl v0.5.0
29322026-04-13T20:49:08.308Z Compiling syn v1.0.109
29332026-04-13T20:49:08.319Z Compiling log v0.4.29
29342026-04-13T20:49:08.322Z Compiling percent-encoding v2.3.2
29352026-04-13T20:49:08.461Z Compiling getrandom v0.3.4
29362026-04-13T20:49:08.579Z Compiling form_urlencoded v1.2.2
29372026-04-13T20:49:08.661Z Compiling fs-err v3.3.0
29382026-04-13T20:49:08.664Z Compiling anyhow v1.0.102
29392026-04-13T20:49:08.683Z Compiling heck v0.4.1
29402026-04-13T20:49:08.707Z Compiling once_cell v1.21.3
29412026-04-13T20:49:08.833Z Compiling indexmap v2.13.0
29422026-04-13T20:49:09.006Z Compiling thread-id v4.2.2
29432026-04-13T20:49:09.034Z Compiling errno v0.3.14
29442026-04-13T20:49:09.037Z Compiling memmap v0.7.0
29452026-04-13T20:49:09.278Z Compiling ordered-float v2.10.1
29462026-04-13T20:49:09.797Z Compiling proc-macro-error v1.0.4
29472026-04-13T20:49:10.042Z Compiling tabled_derive v0.7.0
29482026-04-13T20:49:10.053Z Compiling terminal_size v0.4.3
29492026-04-13T20:49:10.056Z Compiling tempfile v3.25.0
29502026-04-13T20:49:10.150Z Compiling clap_builder v4.5.60
29512026-04-13T20:49:10.150Z Compiling textwrap v0.16.2
29522026-04-13T20:49:10.291Z Compiling camino-tempfile v1.4.1
29532026-04-13T20:49:10.711Z Compiling tabled v0.15.0
29542026-04-13T20:49:10.780Z Compiling synstructure v0.13.2
29552026-04-13T20:49:10.780Z Compiling pest_generator v2.8.6
29562026-04-13T20:49:11.169Z Compiling serde_derive v1.0.228
29572026-04-13T20:49:11.170Z Compiling zerofrom-derive v0.1.6
29582026-04-13T20:49:11.173Z Compiling yoke-derive v0.8.1
29592026-04-13T20:49:11.173Z Compiling zerovec-derive v0.11.2
29602026-04-13T20:49:11.173Z Compiling displaydoc v0.2.5
29612026-04-13T20:49:11.173Z Compiling thiserror-impl v1.0.69
29622026-04-13T20:49:11.173Z Compiling zerocopy-derive v0.7.35
29632026-04-13T20:49:11.173Z Compiling scroll_derive v0.12.1
29642026-04-13T20:49:11.173Z Compiling thiserror-impl v2.0.18
29652026-04-13T20:49:11.192Z Compiling clap_derive v4.5.55
29662026-04-13T20:49:11.291Z Compiling pest_derive v2.8.6
29672026-04-13T20:49:11.869Z Compiling scroll v0.12.0
29682026-04-13T20:49:12.060Z Compiling zerocopy v0.7.35
29692026-04-13T20:49:12.140Z Compiling goblin v0.8.2
29702026-04-13T20:49:12.302Z Compiling thiserror v1.0.69
29712026-04-13T20:49:12.334Z Compiling zerofrom v0.1.6
29722026-04-13T20:49:12.425Z Compiling dtrace-parser v0.2.0
29732026-04-13T20:49:12.449Z Compiling yoke v0.8.1
29742026-04-13T20:49:12.513Z Compiling thiserror v2.0.18
29752026-04-13T20:49:12.645Z Compiling zerovec v0.11.5
29762026-04-13T20:49:12.648Z Compiling zerotrie v0.2.3
29772026-04-13T20:49:12.880Z Compiling clap v4.5.60
29782026-04-13T20:49:13.252Z Compiling tinystr v0.8.2
29792026-04-13T20:49:13.487Z Compiling icu_locale_core v2.1.1
29802026-04-13T20:49:14.487Z Compiling potential_utf v0.1.4
29812026-04-13T20:49:14.577Z Compiling icu_provider v2.1.1
29822026-04-13T20:49:14.676Z Compiling icu_collections v2.1.1
29832026-04-13T20:49:14.716Z Compiling toml_datetime v0.6.11
29842026-04-13T20:49:14.728Z Compiling serde_spanned v0.6.9
29852026-04-13T20:49:14.785Z Compiling dof v0.3.0
29862026-04-13T20:49:14.866Z Compiling serde-value v0.7.0
29872026-04-13T20:49:14.907Z Compiling cargo-platform v0.2.0
29882026-04-13T20:49:15.033Z Compiling icu_normalizer v2.1.1
29892026-04-13T20:49:15.110Z Compiling icu_properties v2.1.2
29902026-04-13T20:49:15.163Z Compiling toml_edit v0.22.27
29912026-04-13T20:49:15.210Z Compiling serde_tokenstream v0.2.3
29922026-04-13T20:49:15.352Z Compiling macaddr v1.0.1
29932026-04-13T20:49:15.902Z Compiling usdt-attr-macro v0.5.0
29942026-04-13T20:49:16.008Z Compiling idna_adapter v1.2.1
29952026-04-13T20:49:16.109Z Compiling usdt-macro v0.5.0
29962026-04-13T20:49:16.149Z Compiling idna v1.1.0
29972026-04-13T20:49:16.472Z Compiling url v2.5.8
29982026-04-13T20:49:16.680Z Compiling toml v0.8.23
29992026-04-13T20:49:16.699Z Compiling usdt v0.5.0
30002026-04-13T20:49:17.125Z Compiling cargo-util-schemas v0.8.2
30012026-04-13T20:49:17.125Z Compiling cargo_toml v0.21.0
30022026-04-13T20:49:18.166Z Compiling cargo_metadata v0.21.0
30032026-04-13T20:49:21.228Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30042026-04-13T20:49:24.240Z Finished `release` profile [optimized] target(s) in 16.71s
30052026-04-13T20:49:24.367Z
30062026-04-13T20:49:24.367Zreal 16.819127652
30072026-04-13T20:49:24.367Zuser 2:23.257835351
30082026-04-13T20:49:24.367Zsys 16.766934729
30092026-04-13T20:49:24.370Ztrap 0.095807990
30102026-04-13T20:49:24.371Ztflt 0.572555394
30112026-04-13T20:49:24.371Zdflt 1.597091046
30122026-04-13T20:49:24.371Zkflt 0.000053663
30132026-04-13T20:49:24.371Zlock 5:13.542652821
30142026-04-13T20:49:24.371Zslp 3:26.359924205
30152026-04-13T20:49:24.371Zlat 6.248904569
30162026-04-13T20:49:24.371Zstop 19.162662945
30172026-04-13T20:49:24.371Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30182026-04-13T20:49:24.371Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30192026-04-13T20:49:24.371Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30202026-04-13T20:49:24.371Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30212026-04-13T20:49:24.371Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30222026-04-13T20:49:25.292Z Compiling regress v0.10.5
30232026-04-13T20:49:25.295Z Compiling progenitor-client v0.13.0
30242026-04-13T20:49:25.295Z Compiling newtype-uuid-macros v0.1.0
30252026-04-13T20:49:25.295Z Compiling structmeta-derive v0.3.0
30262026-04-13T20:49:25.440Z Compiling itertools v0.14.0
30272026-04-13T20:49:25.443Z Compiling dropshot v0.16.7
30282026-04-13T20:49:25.443Z Compiling toml v0.9.12+spec-1.1.0
30292026-04-13T20:49:25.452Z Compiling dropshot_endpoint v0.16.7
30302026-04-13T20:49:25.455Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30312026-04-13T20:49:25.459Z Compiling macaddr v1.0.1
30322026-04-13T20:49:25.462Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30332026-04-13T20:49:25.502Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30342026-04-13T20:49:25.517Z Compiling instant v0.1.13
30352026-04-13T20:49:25.520Z Compiling backon v1.6.0
30362026-04-13T20:49:25.521Z Compiling progenitor-client v0.10.0
30372026-04-13T20:49:25.521Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30382026-04-13T20:49:25.700Z Compiling backoff v0.4.0
30392026-04-13T20:49:25.703Z Compiling universal-hash v0.5.1
30402026-04-13T20:49:25.753Z Compiling opaque-debug v0.3.1
30412026-04-13T20:49:25.771Z Compiling progenitor-extras v0.1.1
30422026-04-13T20:49:25.792Z Compiling half v2.7.1
30432026-04-13T20:49:25.807Z Compiling crucible-workspace-hack v0.1.0
30442026-04-13T20:49:25.847Z Compiling ciborium-io v0.2.2
30452026-04-13T20:49:25.886Z Compiling convert_case v0.4.0
30462026-04-13T20:49:25.923Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30472026-04-13T20:49:25.941Z Compiling aead v0.5.2
30482026-04-13T20:49:25.957Z Compiling secrecy v0.10.3
30492026-04-13T20:49:25.971Z Compiling poly1305 v0.8.0
30502026-04-13T20:49:26.006Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30512026-04-13T20:49:26.047Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30522026-04-13T20:49:26.063Z Compiling ciborium-ll v0.2.2
30532026-04-13T20:49:26.117Z Compiling chacha20 v0.9.1
30542026-04-13T20:49:26.133Z Compiling unsafe-libyaml v0.2.11
30552026-04-13T20:49:26.165Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30562026-04-13T20:49:26.182Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30572026-04-13T20:49:26.293Z Compiling derive_more v0.99.20
30582026-04-13T20:49:26.309Z Compiling ciborium v0.2.2
30592026-04-13T20:49:26.328Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30602026-04-13T20:49:26.368Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30612026-04-13T20:49:26.402Z Compiling thiserror-impl-no-std v2.0.2
30622026-04-13T20:49:26.454Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30632026-04-13T20:49:26.579Z Compiling byte-wrapper v0.1.0
30642026-04-13T20:49:26.597Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30652026-04-13T20:49:26.689Z Compiling serde_yaml v0.9.34+deprecated
30662026-04-13T20:49:26.705Z Compiling password-hash v0.5.0
30672026-04-13T20:49:26.748Z Compiling blake2 v0.10.6
30682026-04-13T20:49:26.768Z Compiling chacha20poly1305 v0.10.1
30692026-04-13T20:49:26.839Z Compiling structmeta v0.3.0
30702026-04-13T20:49:26.856Z Compiling indent_write v2.2.0
30712026-04-13T20:49:26.917Z Compiling heapless v0.8.0
30722026-04-13T20:49:26.920Z Compiling ingot-macros v0.1.1
30732026-04-13T20:49:26.952Z Compiling toml_edit v0.23.10+spec-1.0.0
30742026-04-13T20:49:26.955Z Compiling hash32 v0.3.1
30752026-04-13T20:49:26.995Z Compiling typify-impl v0.6.1
30762026-04-13T20:49:27.019Z Compiling argon2 v0.5.3
30772026-04-13T20:49:27.086Z Compiling derive-ex v0.1.8
30782026-04-13T20:49:27.146Z Compiling parse-display-derive v0.10.0
30792026-04-13T20:49:27.163Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30802026-04-13T20:49:27.342Z Compiling smoltcp v0.11.0
30812026-04-13T20:49:27.408Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30822026-04-13T20:49:27.664Z Compiling thiserror-no-std v2.0.2
30832026-04-13T20:49:27.708Z Compiling proc-macro-crate v3.4.0
30842026-04-13T20:49:27.773Z Compiling vsss-rs v3.3.4
30852026-04-13T20:49:27.790Z Compiling tabwriter v1.4.1
30862026-04-13T20:49:27.909Z Compiling cobs v0.3.0
30872026-04-13T20:49:28.049Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30882026-04-13T20:49:28.077Z Compiling postcard v1.1.3
30892026-04-13T20:49:28.207Z Compiling proc-macro-error v1.0.4
30902026-04-13T20:49:28.283Z Compiling proc-macro-crate v1.3.1
30912026-04-13T20:49:28.300Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30922026-04-13T20:49:28.317Z Compiling num_enum_derive v0.7.5
30932026-04-13T20:49:28.434Z Compiling foreign-types-macros v0.2.3
30942026-04-13T20:49:28.450Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30952026-04-13T20:49:28.546Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30962026-04-13T20:49:28.670Z Compiling cpufeatures v0.3.0
30972026-04-13T20:49:28.736Z Compiling rayon-core v1.13.0
30982026-04-13T20:49:28.767Z Compiling colored v3.1.1
30992026-04-13T20:49:28.770Z Compiling foreign-types-shared v0.3.1
31002026-04-13T20:49:28.818Z Compiling test-strategy v0.4.5
31012026-04-13T20:49:28.865Z Compiling chacha20 v0.10.0
31022026-04-13T20:49:28.891Z Compiling num_enum_derive v0.5.11
31032026-04-13T20:49:28.937Z Compiling parse-display v0.10.0
31042026-04-13T20:49:28.975Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31052026-04-13T20:49:29.046Z Compiling crossbeam-deque v0.8.6
31062026-04-13T20:49:29.075Z Compiling foreign-types v0.5.0
31072026-04-13T20:49:29.136Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31082026-04-13T20:49:29.154Z Compiling num-rational v0.4.2
31092026-04-13T20:49:29.172Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31102026-04-13T20:49:29.190Z Compiling num-complex v0.4.6
31112026-04-13T20:49:29.217Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31122026-04-13T20:49:29.265Z Compiling cstr-argument v0.1.2
31132026-04-13T20:49:29.281Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31142026-04-13T20:49:29.430Z Compiling num_enum v0.7.5
31152026-04-13T20:49:29.455Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31162026-04-13T20:49:29.528Z Compiling rand v0.10.0
31172026-04-13T20:49:29.579Z Compiling num v0.4.3
31182026-04-13T20:49:29.607Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31192026-04-13T20:49:29.648Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31202026-04-13T20:49:29.680Z Compiling toml v0.8.23
31212026-04-13T20:49:29.715Z Compiling camino-tempfile v1.4.1
31222026-04-13T20:49:29.734Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31232026-04-13T20:49:29.774Z Compiling float-ord v0.3.2
31242026-04-13T20:49:29.797Z Compiling rayon v1.11.0
31252026-04-13T20:49:29.837Z Compiling zone_cfg_derive v0.3.1
31262026-04-13T20:49:29.920Z Compiling ingot-types v0.1.2
31272026-04-13T20:49:29.938Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31282026-04-13T20:49:29.959Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
31292026-04-13T20:49:29.980Z Compiling itertools v0.12.1
31302026-04-13T20:49:29.997Z Compiling num_enum v0.5.11
31312026-04-13T20:49:30.082Z Compiling num-derive v0.4.2
31322026-04-13T20:49:30.099Z Compiling sigpipe v0.1.3
31332026-04-13T20:49:30.116Z Compiling glob v0.3.3
31342026-04-13T20:49:30.135Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31352026-04-13T20:49:30.189Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31362026-04-13T20:49:30.216Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
31372026-04-13T20:49:30.339Z Compiling ingot v0.1.1
31382026-04-13T20:49:30.401Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31392026-04-13T20:49:30.442Z Compiling smf v0.2.3
31402026-04-13T20:49:30.481Z Compiling whoami v1.6.1
31412026-04-13T20:49:30.484Z Compiling prettyplease v0.2.37
31422026-04-13T20:49:30.513Z Compiling gethostname v0.5.0
31432026-04-13T20:49:30.530Z Compiling usdt-macro v0.5.0
31442026-04-13T20:49:30.548Z Compiling usdt-attr-macro v0.5.0
31452026-04-13T20:49:30.655Z Compiling memmap v0.7.0
31462026-04-13T20:49:30.672Z Compiling atomicwrites v0.4.4
31472026-04-13T20:49:30.798Z Compiling derive-where v1.6.0
31482026-04-13T20:49:30.875Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31492026-04-13T20:49:30.894Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31502026-04-13T20:49:30.989Z Compiling resolv-conf v0.7.6
31512026-04-13T20:49:30.992Z Compiling owo-colors v4.3.0
31522026-04-13T20:49:31.057Z Compiling cancel-safe-futures v0.1.5
31532026-04-13T20:49:31.072Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad5296d5fb951e3f3bc34b37444bd1d68a2ec866#ad5296d5)
31542026-04-13T20:49:31.247Z Compiling zone v0.3.1
31552026-04-13T20:49:31.321Z Compiling libsw-core v0.3.2
31562026-04-13T20:49:31.337Z Compiling async-recursion v1.1.1
31572026-04-13T20:49:31.406Z Compiling usdt v0.5.0
31582026-04-13T20:49:31.448Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31592026-04-13T20:49:31.483Z Compiling libsw v3.5.0
31602026-04-13T20:49:31.579Z Compiling typify-macro v0.6.1
31612026-04-13T20:49:31.623Z Compiling libefi-sys v0.1.0
31622026-04-13T20:49:31.743Z Compiling linear-map v1.2.0
31632026-04-13T20:49:31.761Z Compiling console v0.15.11
31642026-04-13T20:49:31.764Z Compiling hickory-proto v0.24.4
31652026-04-13T20:49:31.793Z Compiling newline-converter v0.3.0
31662026-04-13T20:49:31.869Z Compiling bitfield-struct v0.6.2
31672026-04-13T20:49:31.935Z Compiling linked-hash-map v0.5.6
31682026-04-13T20:49:31.965Z Compiling semver v0.1.20
31692026-04-13T20:49:32.042Z Compiling tokio-dtrace v0.1.1
31702026-04-13T20:49:32.101Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31712026-04-13T20:49:32.122Z Compiling expectorate v1.2.0
31722026-04-13T20:49:32.156Z Compiling lru-cache v0.1.2
31732026-04-13T20:49:32.207Z Compiling rustc_version v0.1.7
31742026-04-13T20:49:32.259Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31752026-04-13T20:49:32.296Z Compiling dropshot-api-manager-types v0.6.0
31762026-04-13T20:49:32.316Z Compiling pin-project-internal v1.1.11
31772026-04-13T20:49:32.319Z Compiling slog-dtrace v0.3.0
31782026-04-13T20:49:32.351Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31792026-04-13T20:49:32.354Z Compiling minimal-lexical v0.2.1
31802026-04-13T20:49:32.367Z Compiling oxide-tokio-rt v0.1.3
31812026-04-13T20:49:32.402Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31822026-04-13T20:49:32.455Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31832026-04-13T20:49:32.476Z Compiling newtype_derive v0.1.6
31842026-04-13T20:49:32.585Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31852026-04-13T20:49:32.635Z Compiling nom v7.1.3
31862026-04-13T20:49:32.650Z Compiling phf_shared v0.12.1
31872026-04-13T20:49:32.665Z Compiling snafu-derive v0.8.9
31882026-04-13T20:49:32.668Z Compiling pem v3.0.6
31892026-04-13T20:49:32.704Z Compiling csv-core v0.1.13
31902026-04-13T20:49:32.720Z Compiling highway v1.3.0
31912026-04-13T20:49:32.836Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31922026-04-13T20:49:32.859Z Compiling chrono-tz v0.10.4
31932026-04-13T20:49:32.911Z Compiling xshell-macros v0.2.7
31942026-04-13T20:49:33.045Z Compiling same-file v1.0.6
31952026-04-13T20:49:33.062Z Compiling const_format_proc_macros v0.2.34
31962026-04-13T20:49:33.101Z Compiling csv v1.4.0
31972026-04-13T20:49:33.116Z Compiling phf v0.12.1
31982026-04-13T20:49:33.250Z Compiling walkdir v2.5.0
31992026-04-13T20:49:33.300Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32002026-04-13T20:49:33.335Z Compiling globset v0.4.18
32012026-04-13T20:49:33.351Z Compiling xshell v0.2.7
32022026-04-13T20:49:33.468Z Compiling typify v0.6.1
32032026-04-13T20:49:33.514Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32042026-04-13T20:49:33.533Z Compiling pin-project v1.1.11
32052026-04-13T20:49:33.603Z Compiling progenitor-impl v0.13.0
32062026-04-13T20:49:33.620Z Compiling olpc-cjson v0.1.4
32072026-04-13T20:49:33.638Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32082026-04-13T20:49:33.668Z Compiling primeorder v0.13.6
32092026-04-13T20:49:33.684Z Compiling serde_plain v1.0.2
32102026-04-13T20:49:33.818Z Compiling typed-path v0.9.3
32112026-04-13T20:49:33.902Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32122026-04-13T20:49:33.939Z Compiling const_format v0.2.35
32132026-04-13T20:49:33.975Z Compiling hickory-resolver v0.24.4
32142026-04-13T20:49:34.025Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32152026-04-13T20:49:34.042Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32162026-04-13T20:49:34.060Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32172026-04-13T20:49:34.078Z Compiling tabled_derive v0.7.0
32182026-04-13T20:49:34.294Z Compiling bcs v0.1.6
32192026-04-13T20:49:34.597Z Compiling radium v0.7.0
32202026-04-13T20:49:34.650Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32212026-04-13T20:49:34.667Z Compiling salty v0.3.0
32222026-04-13T20:49:34.686Z Compiling snafu v0.8.9
32232026-04-13T20:49:34.757Z Compiling termtree v0.5.1
32242026-04-13T20:49:34.830Z Compiling textwrap v0.16.2
32252026-04-13T20:49:34.926Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32262026-04-13T20:49:34.942Z Compiling steno v0.4.1
32272026-04-13T20:49:34.979Z Compiling tough v0.20.0
32282026-04-13T20:49:35.092Z Compiling qorb v0.4.1
32292026-04-13T20:49:35.110Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32302026-04-13T20:49:35.128Z Compiling tabled v0.15.0
32312026-04-13T20:49:35.143Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32322026-04-13T20:49:35.167Z Compiling humantime v2.3.0
32332026-04-13T20:49:35.277Z Compiling tap v1.0.1
32342026-04-13T20:49:35.312Z Compiling base64 v0.21.7
32352026-04-13T20:49:35.339Z Compiling tagptr v0.2.0
32362026-04-13T20:49:35.356Z Compiling maybe-uninit v2.0.0
32372026-04-13T20:49:35.422Z Compiling wyz v0.5.1
32382026-04-13T20:49:35.520Z Compiling moka v0.12.13
32392026-04-13T20:49:35.574Z Compiling p384 v0.13.1
32402026-04-13T20:49:35.656Z Compiling typify-impl v0.4.3
32412026-04-13T20:49:35.673Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32422026-04-13T20:49:35.754Z Compiling packed_struct v0.10.1
32432026-04-13T20:49:35.784Z Compiling parking_lot_core v0.8.6
32442026-04-13T20:49:35.908Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32452026-04-13T20:49:36.050Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32462026-04-13T20:49:36.086Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32472026-04-13T20:49:36.162Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32482026-04-13T20:49:36.256Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32492026-04-13T20:49:36.309Z Compiling progenitor-macro v0.13.0
32502026-04-13T20:49:36.350Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32512026-04-13T20:49:36.679Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32522026-04-13T20:49:36.698Z Compiling funty v2.0.0
32532026-04-13T20:49:36.972Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32542026-04-13T20:49:37.067Z Compiling bitvec v1.0.1
32552026-04-13T20:49:37.197Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32562026-04-13T20:49:37.334Z Compiling hickory-resolver v0.25.2
32572026-04-13T20:49:37.603Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32582026-04-13T20:49:37.607Z Compiling polyval v0.6.2
32592026-04-13T20:49:37.687Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32602026-04-13T20:49:37.895Z Compiling git-stub v1.0.0
32612026-04-13T20:49:37.962Z Compiling packed_struct_codegen v0.10.1
32622026-04-13T20:49:37.981Z Compiling zerocopy-derive v0.6.6
32632026-04-13T20:49:38.064Z Compiling bitfield-macros v0.19.4
32642026-04-13T20:49:38.199Z Compiling proc-macro-error-attr2 v2.0.0
32652026-04-13T20:49:38.216Z Compiling indexmap v1.9.3
32662026-04-13T20:49:38.288Z Compiling crc-catalog v2.4.0
32672026-04-13T20:49:38.412Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32682026-04-13T20:49:38.446Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32692026-04-13T20:49:38.565Z Compiling utf-8 v0.7.6
32702026-04-13T20:49:38.650Z Compiling nodrop v0.1.14
32712026-04-13T20:49:38.769Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32722026-04-13T20:49:38.785Z Compiling array-init v0.0.4
32732026-04-13T20:49:38.802Z Compiling tungstenite v0.21.0
32742026-04-13T20:49:38.850Z Compiling bitfield v0.19.4
32752026-04-13T20:49:38.911Z Compiling zerocopy v0.6.6
32762026-04-13T20:49:39.033Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32772026-04-13T20:49:39.054Z Compiling proc-macro-error2 v2.0.1
32782026-04-13T20:49:39.192Z Compiling crc v3.4.0
32792026-04-13T20:49:39.214Z Compiling git-stub-vcs v0.1.0
32802026-04-13T20:49:39.283Z Compiling ghash v0.5.1
32812026-04-13T20:49:39.286Z Compiling smallvec v0.6.14
32822026-04-13T20:49:39.429Z Compiling ctr v0.9.2
32832026-04-13T20:49:39.449Z Compiling num-derive v0.3.3
32842026-04-13T20:49:39.466Z Compiling unicase v2.9.0
32852026-04-13T20:49:39.540Z Compiling hashbrown v0.12.3
32862026-04-13T20:49:39.609Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32872026-04-13T20:49:39.667Z Compiling parking_lot v0.11.2
32882026-04-13T20:49:39.684Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32892026-04-13T20:49:39.704Z Compiling mime_guess v2.0.5
32902026-04-13T20:49:39.740Z Compiling aes-gcm v0.10.3
32912026-04-13T20:49:39.860Z Compiling serde-hex v0.1.0
32922026-04-13T20:49:39.909Z Compiling tabled_derive v0.11.0
32932026-04-13T20:49:39.928Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32942026-04-13T20:49:39.962Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32952026-04-13T20:49:40.072Z Compiling tokio-tungstenite v0.21.0
32962026-04-13T20:49:40.194Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32972026-04-13T20:49:40.198Z Compiling ron v0.8.1
32982026-04-13T20:49:40.273Z Compiling typify-macro v0.4.3
32992026-04-13T20:49:40.296Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33002026-04-13T20:49:40.390Z Compiling libscf-sys v1.1.0
33012026-04-13T20:49:40.421Z Compiling papergrid v0.17.0
33022026-04-13T20:49:40.437Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33032026-04-13T20:49:40.462Z Compiling testing_table v0.3.0
33042026-04-13T20:49:40.508Z Compiling hashbrown v0.13.2
33052026-04-13T20:49:40.526Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33062026-04-13T20:49:40.578Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33072026-04-13T20:49:40.648Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33082026-04-13T20:49:40.759Z Compiling prefix-trie v0.7.0
33092026-04-13T20:49:40.893Z Compiling ssh-encoding v0.2.0
33102026-04-13T20:49:41.022Z Compiling blowfish v0.9.1
33112026-04-13T20:49:41.025Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-04-13T20:49:41.154Z Compiling fxhash v0.2.1
33132026-04-13T20:49:41.186Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33142026-04-13T20:49:41.204Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33152026-04-13T20:49:41.221Z Compiling corncobs v0.1.4
33162026-04-13T20:49:41.304Z Compiling crc-any v2.5.0
33172026-04-13T20:49:41.326Z Compiling sled v0.34.7
33182026-04-13T20:49:41.378Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-04-13T20:49:41.438Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33202026-04-13T20:49:41.480Z Compiling tabled v0.20.0
33212026-04-13T20:49:41.534Z Compiling bcrypt-pbkdf v0.10.0
33222026-04-13T20:49:41.569Z Compiling progenitor v0.13.0
33232026-04-13T20:49:41.635Z Compiling hickory-server v0.25.2
33242026-04-13T20:49:41.653Z Compiling ssh-cipher v0.2.0
33252026-04-13T20:49:41.675Z Compiling object v0.30.4
33262026-04-13T20:49:41.761Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33272026-04-13T20:49:41.864Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33282026-04-13T20:49:41.928Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33292026-04-13T20:49:42.081Z Compiling typify v0.4.3
33302026-04-13T20:49:42.165Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33312026-04-13T20:49:42.224Z Compiling progenitor-impl v0.11.2
33322026-04-13T20:49:42.311Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33332026-04-13T20:49:42.448Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33342026-04-13T20:49:42.568Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33352026-04-13T20:49:42.816Z Compiling progenitor-client v0.11.2
33362026-04-13T20:49:42.882Z Compiling password-hash v0.4.2
33372026-04-13T20:49:43.067Z Compiling secrecy v0.8.0
33382026-04-13T20:49:43.179Z Compiling path-slash v0.1.5
33392026-04-13T20:49:43.250Z Compiling http-range v0.1.5
33402026-04-13T20:49:43.290Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33412026-04-13T20:49:43.307Z Compiling half v1.8.3
33422026-04-13T20:49:43.372Z Compiling pbkdf2 v0.11.0
33432026-04-13T20:49:43.468Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33442026-04-13T20:49:43.615Z Compiling serde_cbor v0.11.2
33452026-04-13T20:49:43.652Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33462026-04-13T20:49:43.864Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33472026-04-13T20:49:44.179Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33482026-04-13T20:49:44.252Z Compiling ssh-key v0.6.7
33492026-04-13T20:49:44.483Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33502026-04-13T20:49:44.701Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33512026-04-13T20:49:44.832Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33522026-04-13T20:49:44.861Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
33532026-04-13T20:49:44.970Z Compiling progenitor-macro v0.11.2
33542026-04-13T20:49:45.091Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33552026-04-13T20:49:45.180Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33562026-04-13T20:49:45.737Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33572026-04-13T20:49:45.754Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33582026-04-13T20:49:45.939Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33592026-04-13T20:49:45.956Z Compiling p256 v0.13.2
33602026-04-13T20:49:46.002Z Compiling p521 v0.13.3
33612026-04-13T20:49:46.131Z Compiling yasna v0.5.2
33622026-04-13T20:49:46.304Z Compiling kstat-rs v0.2.4
33632026-04-13T20:49:46.354Z Compiling headers-core v0.3.0
33642026-04-13T20:49:46.514Z Compiling nanorand v0.7.0
33652026-04-13T20:49:46.576Z Compiling russh-cryptovec v0.7.3
33662026-04-13T20:49:46.658Z Compiling atty v0.2.14
33672026-04-13T20:49:46.793Z Compiling home v0.5.12
33682026-04-13T20:49:46.811Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33692026-04-13T20:49:46.886Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33702026-04-13T20:49:46.905Z Compiling md5 v0.7.0
33712026-04-13T20:49:46.976Z Compiling crc8 v0.1.1
33722026-04-13T20:49:47.021Z Compiling flume v0.11.1
33732026-04-13T20:49:47.042Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33742026-04-13T20:49:47.046Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
33752026-04-13T20:49:47.076Z Compiling rcgen v0.12.1
33762026-04-13T20:49:47.130Z Compiling russh-keys v0.45.0
33772026-04-13T20:49:47.152Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33782026-04-13T20:49:47.217Z Compiling headers v0.4.1
33792026-04-13T20:49:47.383Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33802026-04-13T20:49:47.402Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33812026-04-13T20:49:47.563Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33822026-04-13T20:49:47.845Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33832026-04-13T20:49:47.921Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33842026-04-13T20:49:47.995Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33852026-04-13T20:49:48.011Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33862026-04-13T20:49:48.038Z Compiling hyper-staticfile v0.10.1
33872026-04-13T20:49:48.430Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33882026-04-13T20:49:48.533Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33892026-04-13T20:49:48.592Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad5296d5fb951e3f3bc34b37444bd1d68a2ec866#ad5296d5)
33902026-04-13T20:49:48.663Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33912026-04-13T20:49:48.704Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33922026-04-13T20:49:48.746Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
33932026-04-13T20:49:48.776Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33942026-04-13T20:49:48.779Z Compiling num-bigint v0.4.6
33952026-04-13T20:49:48.846Z Compiling des v0.8.1
33962026-04-13T20:49:48.910Z Compiling subprocess v0.2.15
33972026-04-13T20:49:49.005Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
33982026-04-13T20:49:49.040Z Compiling display-error-chain v0.2.2
33992026-04-13T20:49:49.077Z Compiling hex-literal v0.4.1
34002026-04-13T20:49:49.134Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34012026-04-13T20:49:49.207Z Compiling colored v2.2.0
34022026-04-13T20:49:49.222Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34032026-04-13T20:49:49.417Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34042026-04-13T20:49:49.464Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34052026-04-13T20:49:49.480Z Compiling internet-checksum v0.2.1
34062026-04-13T20:49:49.960Z Compiling russh v0.45.0
34072026-04-13T20:49:50.029Z Compiling progenitor v0.11.2
34082026-04-13T20:49:50.199Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34092026-04-13T20:49:50.276Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34102026-04-13T20:49:51.177Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34112026-04-13T20:49:51.177Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34122026-04-13T20:49:53.698Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34132026-04-13T20:49:54.369Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34142026-04-13T20:49:54.839Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34152026-04-13T20:49:55.305Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34162026-04-13T20:50:03.229Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34172026-04-13T20:50:03.230Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34182026-04-13T20:50:03.230Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34192026-04-13T20:50:03.233Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34202026-04-13T20:50:04.939Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34212026-04-13T20:50:05.044Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34222026-04-13T20:50:09.125Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34232026-04-13T20:50:28.881Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34242026-04-13T20:50:47.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
34252026-04-13T20:50:47.353Z
34262026-04-13T20:50:47.353Zreal 1:23.243673689
34272026-04-13T20:50:47.353Zuser 7:57.786533355
34282026-04-13T20:50:47.353Zsys 1:35.018481138
34292026-04-13T20:50:47.353Ztrap 0.239669421
34302026-04-13T20:50:47.353Ztflt 0.517206862
34312026-04-13T20:50:47.356Zdflt 1.310747273
34322026-04-13T20:50:47.356Zkflt 0.000315560
34332026-04-13T20:50:47.356Zlock 28:01.983719637
34342026-04-13T20:50:47.356Zslp 18:12.256888395
34352026-04-13T20:50:47.356Zlat 37.888883725
34362026-04-13T20:50:47.356Zstop 2:33.810353596
34372026-04-13T20:50:47.356Z+ mkdir tests
34382026-04-13T20:50:47.360Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34392026-04-13T20:50:47.360Z+ xargs -I '{}' -t cp '{}' tests/
34402026-04-13T20:50:47.387Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-df5dcf28cfda737c tests/
34412026-04-13T20:50:47.408Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-804e2d2b2b7a6c20 tests/
34422026-04-13T20:50:47.429Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-71289d520668f5f7 tests/
34432026-04-13T20:50:47.450Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ec383916000be3cb tests/
34442026-04-13T20:50:47.672Z+ 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/*)
34452026-04-13T20:50:47.675Z+ 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-804e2d2b2b7a6c20 tests/commtest-71289d520668f5f7 tests/dhcp_server-df5dcf28cfda737c tests/end_to_end_tests-ec383916000be3cb 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
34462026-04-13T20:52:11.838ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34472026-04-13T20:52:11.838Za .github/buildomat/ci-env.sh 1K
34482026-04-13T20:52:11.838Za out/target/test 1K
34492026-04-13T20:52:11.838Za out/npuzone/npuzone 27402K
34502026-04-13T20:52:11.838Za package-manifest.toml 35K
34512026-04-13T20:52:11.838Za smf/sled-agent/non-gimlet/config.toml 6K
34522026-04-13T20:52:11.838Za target/release/omicron-package 44618K
34532026-04-13T20:52:11.838Za target/release/xtask 11433K
34542026-04-13T20:52:11.838Za target/debug/bootstrap 339447K
34552026-04-13T20:52:11.838Za tests/bootstrap-804e2d2b2b7a6c20 31310K
34562026-04-13T20:52:11.838Za tests/commtest-71289d520668f5f7 32395K
34572026-04-13T20:52:11.838Za tests/dhcp_server-df5dcf28cfda737c 31310K
34582026-04-13T20:52:11.838Za tests/end_to_end_tests-ec383916000be3cb 382596K
34592026-04-13T20:52:11.838Za out/clickhouse.tar.gz 317592K
34602026-04-13T20:52:11.838Za out/clickhouse_keeper.tar.gz 302739K
34612026-04-13T20:52:11.838Za out/clickhouse_server.tar.gz 317591K
34622026-04-13T20:52:11.838Za out/cockroachdb.tar.gz 163453K
34632026-04-13T20:52:11.838Za out/crucible-pantry-zone.tar.gz 46092K
34642026-04-13T20:52:11.838Za out/crucible-utils.tar 16341K
34652026-04-13T20:52:11.838Za out/crucible-zone.tar.gz 62132K
34662026-04-13T20:52:11.838Za out/external-dns.tar.gz 49462K
34672026-04-13T20:52:11.838Za out/internal-dns.tar.gz 49462K
34682026-04-13T20:52:11.838Za out/mg-ddm-gz.tar 78377K
34692026-04-13T20:52:11.838Za out/nexus.tar.gz 216204K
34702026-04-13T20:52:11.838Za out/ntp.tar.gz 31894K
34712026-04-13T20:52:11.838Za out/omicron-gateway-softnpu.tar.gz 28646K
34722026-04-13T20:52:11.838Za out/omicron-sled-agent.tar 199542K
34732026-04-13T20:52:11.838Za out/overlay.tar.gz 3K
34742026-04-13T20:52:11.838Za out/oximeter.tar.gz 65524K
34752026-04-13T20:52:11.838Za out/oxlog.tar 3782K
34762026-04-13T20:52:11.838Za out/probe.tar.gz 3037K
34772026-04-13T20:52:11.838Za out/propolis-server.tar.gz 38704K
34782026-04-13T20:52:11.838Za out/pumpkind-gz.tar 26647K
34792026-04-13T20:52:11.838Za out/switch-softnpu.tar.gz 380441K
34802026-04-13T20:52:11.842Z
34812026-04-13T20:52:11.842Zreal 1:24.489107685
34822026-04-13T20:52:11.842Zuser 1:21.851026736
34832026-04-13T20:52:11.842Zsys 4.363921866
34842026-04-13T20:52:11.842Ztrap 0.007568479
34852026-04-13T20:52:11.842Ztflt 0.000000000
34862026-04-13T20:52:11.842Zdflt 0.000000000
34872026-04-13T20:52:11.842Zkflt 0.000000000
34882026-04-13T20:52:11.842Zlock 0.000000000
34892026-04-13T20:52:11.842Zslp 1:21.767515798
34902026-04-13T20:52:11.842Zlat 0.983529135
34912026-04-13T20:52:11.842Zstop 0.000215631
34922026-04-13T20:52:11.842Zprocess exited: duration 941490 ms, exit code 0
 
34932026-04-13T20:52:11.857Zfound 1 output files
34942026-04-13T20:52:11.870Zuploading: /work/package.tar.gz (2406669465 bytes)
34952026-04-13T20:52:37.025Zuploaded: /work/package.tar.gz