01KMGECYF7AJPVZHE3K4FYWG68: 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: 01KMGEDY3WN37SS0YTCBEEAGBF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T17:34:15.260Zjob assigned to worker 01KMGEE8WCXZH5E87GB98HQ3BP [factory aws, i-0b69efb57ddb5cb48] (queued for 2 m 34 s)
 
22026-03-24T17:34:23.862Zstarting task 0: "setup"
32026-03-24T17:34:23.870Z++ uname -s
42026-03-24T17:34:23.874Z+ kern=SunOS
52026-03-24T17:34:23.874Z+ build_user=build
62026-03-24T17:34:23.874Z+ build_uid=12345
72026-03-24T17:34:23.874Z+ work_dir=/work
82026-03-24T17:34:23.874Z+ input_dir=/input
92026-03-24T17:34:23.874Z+ [[ 0 == 12345 ]]
102026-03-24T17:34:23.874Z+ case "$kern" in
112026-03-24T17:34:23.874Z+ groupadd -g 12345 build
122026-03-24T17:34:23.877Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T17:34:25.883Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T17:34:25.997Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T17:34:26.001Z+ home_fs=zfs
162026-03-24T17:34:26.001Z+ [[ zfs == autofs ]]
172026-03-24T17:34:26.001Z+ mkdir -p /home/build
182026-03-24T17:34:26.004Z+ chown build:build /home/build /work
192026-03-24T17:34:28.004Z+ chmod 0700 /home/build /work
202026-03-24T17:34:28.007Zprocess exited: duration 4144 ms, exit code 0
 
212026-03-24T17:34:28.013Zstarting task 1: "rust-toolchain"
222026-03-24T17:34:28.020Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-24T17:34:28.020Z * rust toolchain channel = "1.94.0"
242026-03-24T17:34:28.020Z * rust toolchain profile = "default"
252026-03-24T17:34:28.020Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-24T17:34:28.023Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T17:34:28.023Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T17:34:28.023Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T17:34:28.023Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-24T17:34:28.150Zinfo: downloading installer
312026-03-24T17:34:29.966Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T17:34:29.966Zwarn: /opt/ooce/bin
332026-03-24T17:34:29.966Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T17:34:29.966Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T17:34:29.966Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T17:34:29.966Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T17:34:29.966Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T17:34:29.966Zerror: cannot install while Rust is installed
392026-03-24T17:34:29.966Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T17:34:29.966Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T17:34:29.966Zwarn: /home/build/.rustup/settings.toml
422026-03-24T17:34:29.966Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T17:34:29.966Zwarn: instead of the one inferred from the default host triple.
442026-03-24T17:34:29.979Zinfo: profile set to default
452026-03-24T17:34:29.979Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T17:34:29.982Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-24T17:34:30.129Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-24T17:34:30.133Zinfo: downloading 6 components
492026-03-24T17:34:46.224Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-24T17:34:46.224Z
512026-03-24T17:34:46.261Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-24T17:34:46.261Z
532026-03-24T17:34:46.265Z
542026-03-24T17:34:46.265ZRust is installed now. Great!
552026-03-24T17:34:46.265Z
562026-03-24T17:34:46.265ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T17:34:46.265Zenvironment variable. This has not been done automatically.
582026-03-24T17:34:46.265Z
592026-03-24T17:34:46.265ZTo configure your current shell, you need to source
602026-03-24T17:34:46.265Zthe corresponding env file under $HOME/.cargo.
612026-03-24T17:34:46.265Z
622026-03-24T17:34:46.265ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T17:34:46.265Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T17:34:46.265Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T17:34:46.265Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T17:34:46.265Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T17:34:46.265Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T17:34:46.265Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T17:34:46.265Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T17:34:46.265Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T17:34:46.367Z+ rustup --version
722026-03-24T17:34:46.372Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T17:34:46.375Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T17:34:46.398Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-24T17:34:46.401Z+ cargo --version
762026-03-24T17:34:46.412Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-24T17:34:46.415Z+ rustc --version
782026-03-24T17:34:46.442Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-24T17:34:46.447Zprocess exited: duration 18428 ms, exit code 0
 
802026-03-24T17:34:46.454Zstarting task 2: "authentication"
812026-03-24T17:34:46.474Zprocess exited: duration 20 ms, exit code 0
 
822026-03-24T17:34:46.480Zstarting task 3: "clone repository"
832026-03-24T17:34:46.485Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-24T17:34:46.488Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-24T17:34:46.522ZCloning into '/work/oxidecomputer/omicron'...
862026-03-24T17:34:57.651Z+ cd /work/oxidecomputer/omicron
872026-03-24T17:34:57.654Z+ git fetch origin ec83d5cf3318aa44bfc3ae3b115bc26919f2861c
882026-03-24T17:34:58.017ZFrom https://github.com/oxidecomputer/omicron
892026-03-24T17:34:58.017Z * branch ec83d5cf3318aa44bfc3ae3b115bc26919f2861c -> FETCH_HEAD
902026-03-24T17:34:58.024Z+ [[ -n ben/icmpv6-firewall-support ]]
912026-03-24T17:34:58.024Z++ git branch --show-current
922026-03-24T17:34:58.024Z+ current=main
932026-03-24T17:34:58.024Z+ [[ main != ben/icmpv6-firewall-support ]]
942026-03-24T17:34:58.024Z+ git branch -f ben/icmpv6-firewall-support ec83d5cf3318aa44bfc3ae3b115bc26919f2861c
952026-03-24T17:34:58.024Z+ git checkout -f ben/icmpv6-firewall-support
962026-03-24T17:34:58.321ZSwitched to branch 'ben/icmpv6-firewall-support'
972026-03-24T17:34:58.326Z+ git reset --hard ec83d5cf3318aa44bfc3ae3b115bc26919f2861c
982026-03-24T17:34:58.355ZHEAD is now at ec83d5cf3 Merge branch 'main' into ben/icmpv6-firewall-support
992026-03-24T17:34:58.360Zprocess exited: duration 11874 ms, exit code 0
 
1002026-03-24T17:34:58.368Zstarting task 4: "build"
1012026-03-24T17:34:58.382Z+ source .github/buildomat/ci-env.sh
1022026-03-24T17:34:58.386Z++ export CARGO_TERM_COLOR=always
1032026-03-24T17:34:58.386Z++ CARGO_TERM_COLOR=always
1042026-03-24T17:34:58.386Z+ cargo --version
1052026-03-24T17:34:58.390Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-24T17:34:58.390Z+ rustc --version
1072026-03-24T17:34:58.419Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-24T17:34:58.449Z+ WORK=/work
1092026-03-24T17:34:58.450Z+ pfexec mkdir -p /work
1102026-03-24T17:34:58.450Z+ pfexec chown build /work
1112026-03-24T17:34:58.450Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-24T17:35:08.322Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-24T17:35:18.302Z Startup: Caching catalogs ... Done
1142026-03-24T17:35:40.885ZPlanning: Solver setup ... Done (21.166s)
1152026-03-24T17:35:41.042ZPlanning: Running solver ... Done (0.158s)
1162026-03-24T17:35:41.225ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-24T17:35:41.244ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-24T17:35:41.372ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-24T17:35:41.412ZPlanning: Package planning ... Done (0.044s)
1202026-03-24T17:35:41.451ZPlanning: Merging actions ... Done (0.039s)
1212026-03-24T17:35:41.696ZPlanning: Checking for conflicting actions ... Done (0.245s)
1222026-03-24T17:35:41.706ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-24T17:35:42.587ZPlanning: Evaluating mediators ... Done (0.880s)
1242026-03-24T17:35:42.595ZPlanning: Planning completed in 24.15 seconds
1252026-03-24T17:35:42.609Z Packages to install: 4
1262026-03-24T17:35:42.609Z Mediators to change: 2
1272026-03-24T17:35:42.609Z Services to change: 1
1282026-03-24T17:35:42.609Z Estimated space available: 155.42 GB
1292026-03-24T17:35:42.613ZEstimated space to be consumed: 1.83 GB
1302026-03-24T17:35:42.613Z Create boot environment: No
1312026-03-24T17:35:42.613ZCreate backup boot environment: No
1322026-03-24T17:35:42.613Z Rebuild boot archive: No
1332026-03-24T17:35:42.613Z
1342026-03-24T17:35:42.613ZChanged mediators:
1352026-03-24T17:35:42.614Z mediator clang:
1362026-03-24T17:35:42.614Z version: None -> 15 (system default)
1372026-03-24T17:35:42.614Z
1382026-03-24T17:35:42.614Z mediator llvm:
1392026-03-24T17:35:42.614Z version: 14 (system default) -> 15 (system default)
1402026-03-24T17:35:42.614Z
1412026-03-24T17:35:42.614ZChanged packages:
1422026-03-24T17:35:42.614Zhelios-dev
1432026-03-24T17:35:42.614Z developer/build-essential
1442026-03-24T17:35:42.614Z None -> 11-2.0
1452026-03-24T17:35:42.614Z library/libxmlsec1
1462026-03-24T17:35:42.614Z None -> 1.2.35-2.0
1472026-03-24T17:35:42.614Z ooce/developer/clang-15
1482026-03-24T17:35:42.614Z None -> 15.0.7-2.0
1492026-03-24T17:35:42.614Z ooce/developer/llvm-15
1502026-03-24T17:35:42.614Z None -> 15.0.7-2.0
1512026-03-24T17:35:42.614Z
1522026-03-24T17:35:42.614ZServices:
1532026-03-24T17:35:42.614Z restart_fmri:
1542026-03-24T17:35:42.615Z svc:/system/update-man-index:default
1552026-03-24T17:35:42.657Z
1562026-03-24T17:35:42.657ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-24T17:35:47.661ZDownload: 2922/3290 items 121.0/212.6MB 56% complete (24.4M/s)
1582026-03-24T17:35:50.402ZDownload: Completed 212.60 MB in 7.74 seconds (27.5M/s)
1592026-03-24T17:35:51.379Z Actions: 1/3689 actions (Installing new actions)
1602026-03-24T17:35:55.559Z Actions: Completed 3689 actions in 4.18 seconds.
1612026-03-24T17:35:56.263Z Done (0.699s)
1622026-03-24T17:35:56.263Z Done (0.000s)
1632026-03-24T17:35:57.152Z Done (0.890s)
1642026-03-24T17:36:00.885Z Done (3.373s)
1652026-03-24T17:36:00.966Z Done (0.018s)
1662026-03-24T17:36:00.971Z Done (0.000s)
1672026-03-24T17:36:01.144Z Done (0.000s)
1682026-03-24T17:36:02.086ZPlanning: Evaluating mediator changes ... Done
1692026-03-24T17:36:02.220ZPlanning: Checking for conflicting actions ... Done
1702026-03-24T17:36:02.226ZPlanning: Consolidating action changes ... Done
1712026-03-24T17:36:02.440ZPlanning: Evaluating mediators ... Done
1722026-03-24T17:36:02.445ZPlanning: Planning completed in 0.36 seconds
1732026-03-24T17:36:02.469Z Mediators to change: 2
1742026-03-24T17:36:02.469Z Create boot environment: No
1752026-03-24T17:36:02.474ZCreate backup boot environment: No
1762026-03-24T17:36:02.552Z Done
1772026-03-24T17:36:02.552Z Done
1782026-03-24T17:36:03.308Z Done
1792026-03-24T17:36:06.577Z Done
1802026-03-24T17:36:06.663Z Done
1812026-03-24T17:36:06.667Z Done
1822026-03-24T17:36:06.847Z Done
1832026-03-24T17:36:07.381ZPlanning: Evaluating mediator changes ... Done
1842026-03-24T17:36:07.384ZPlanning: Merging actions ... Done
1852026-03-24T17:36:07.547ZPlanning: Checking for conflicting actions ... Done
1862026-03-24T17:36:07.550ZPlanning: Consolidating action changes ... Done
1872026-03-24T17:36:07.767ZPlanning: Evaluating mediators ... Done
1882026-03-24T17:36:07.808ZPlanning: Planning completed in 0.63 seconds
1892026-03-24T17:36:07.838Z Packages to change: 1
1902026-03-24T17:36:07.838Z Mediators to change: 1
1912026-03-24T17:36:07.841Z Services to change: 1
1922026-03-24T17:36:07.841Z Create boot environment: No
1932026-03-24T17:36:07.841ZCreate backup boot environment: Yes
1942026-03-24T17:36:10.275Z Actions: 1/6 actions (Updating modified actions)
1952026-03-24T17:36:10.278Z Actions: Completed 6 actions in 0.00 seconds.
1962026-03-24T17:36:10.278Z Done
1972026-03-24T17:36:10.278Z Done
1982026-03-24T17:36:10.466Z Done
1992026-03-24T17:36:13.735Z Done
2002026-03-24T17:36:13.820Z Done
2012026-03-24T17:36:13.823Z Done
2022026-03-24T17:36:13.979Z Done
2032026-03-24T17:36:14.349ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-03-24T17:36:14.349Zclang system 15 system
2052026-03-24T17:36:14.349Zcsh system system illumos
2062026-03-24T17:36:14.349Zctags system system illumos
2072026-03-24T17:36:14.349Zfile system system illumos
2082026-03-24T17:36:14.350Zgcc vendor 12 vendor
2092026-03-24T17:36:14.350Zgcc system 10 system
2102026-03-24T17:36:14.350Zgcc system 7 system
2112026-03-24T17:36:14.350Zgo system 1.20 system
2122026-03-24T17:36:14.350Zgo system 1.19 system
2132026-03-24T17:36:14.350Zllvm system 15 system
2142026-03-24T17:36:14.350Zllvm system 14 system
2152026-03-24T17:36:14.350Zmariadb system 10.6 system
2162026-03-24T17:36:14.350Zmta vendor vendor dma
2172026-03-24T17:36:14.350Zopenjdk system 17 system
2182026-03-24T17:36:14.350Zopenjdk system 11 system
2192026-03-24T17:36:14.350Zopenjdk system 1.8 system
2202026-03-24T17:36:14.350Zopenssl vendor 3 vendor
2212026-03-24T17:36:14.350Zperl system 5.36 system
2222026-03-24T17:36:14.350Zpostgresql system 15 system
2232026-03-24T17:36:14.350Zpostgresql system 13 system
2242026-03-24T17:36:14.350Zpython vendor 3 vendor
2252026-03-24T17:36:14.350Zpython system 2 system
2262026-03-24T17:36:14.350Zpython3 system 3.11 system
2272026-03-24T17:36:14.350Zruby system 3.0 system
2282026-03-24T17:36:14.350Zwords vendor vendor american-english
2292026-03-24T17:36:14.350Zwords system system australian-english
2302026-03-24T17:36:14.350Zwords system system british-english
2312026-03-24T17:36:14.350Zwords system system canadian-english
2322026-03-24T17:36:14.350Zwords system system french
2332026-03-24T17:36:14.350Zwords system system italian
2342026-03-24T17:36:14.350Zwords system system ngerman
2352026-03-24T17:36:14.350Zwords system system ogerman
2362026-03-24T17:36:14.350Zwords system system spanish
2372026-03-24T17:36:14.648ZPUBLISHER TYPE STATUS P LOCATION
2382026-03-24T17:36:14.648Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392026-03-24T17:36:20.630ZFMRI IFO
2402026-03-24T17:36:20.630Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412026-03-24T17:36:20.630Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422026-03-24T17:36:20.630Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432026-03-24T17:36:20.630Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442026-03-24T17:36:20.631Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452026-03-24T17:36:20.631Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2462026-03-24T17:36:20.631Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472026-03-24T17:36:20.631Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2482026-03-24T17:36:20.631Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2492026-03-24T17:36:20.631Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502026-03-24T17:36:20.631Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2512026-03-24T17:36:20.631Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2522026-03-24T17:36:20.631Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532026-03-24T17:36:20.631Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2542026-03-24T17:36:20.631Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2552026-03-24T17:36:20.631Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562026-03-24T17:36:21.842Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572026-03-24T17:36:22.150Z Updating crates.io index
2582026-03-24T17:36:22.189Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592026-03-24T17:36:23.004Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-03-24T17:36:23.507Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2612026-03-24T17:36:24.059Z Updating git repository `https://github.com/oxidecomputer/falcon`
2622026-03-24T17:36:25.012Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2632026-03-24T17:36:25.560Z Updating git repository `https://github.com/oxidecomputer/propolis`
2642026-03-24T17:36:27.015Z Updating git repository `https://github.com/oxidecomputer/crucible`
2652026-03-24T17:36:28.775Z Updating git repository `https://github.com/oxidecomputer/opte`
2662026-03-24T17:36:29.564Z Updating git repository `https://github.com/oxidecomputer/tofino`
2672026-03-24T17:36:30.207Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682026-03-24T17:36:31.150Z Updating git repository `https://github.com/oxidecomputer/clickward`
2692026-03-24T17:36:31.585Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-03-24T17:36:31.956Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2712026-03-24T17:36:32.341Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2722026-03-24T17:36:33.247Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2732026-03-24T17:36:38.458Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-03-24T17:36:38.745Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2752026-03-24T17:36:39.093Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2762026-03-24T17:36:39.488Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2772026-03-24T17:36:39.849Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2782026-03-24T17:36:40.111Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2792026-03-24T17:36:40.391Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2802026-03-24T17:36:40.845Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2812026-03-24T17:36:41.287Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2822026-03-24T17:36:41.759Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2832026-03-24T17:36:42.022Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2842026-03-24T17:36:42.419Z Updating git repository `https://github.com/oxidecomputer/ispf`
2852026-03-24T17:36:43.620Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-03-24T17:36:44.253Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872026-03-24T17:36:44.751Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-03-24T17:36:45.369Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-03-24T17:36:45.687Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-03-24T17:36:46.055Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-03-24T17:36:46.406Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-03-24T17:36:47.043Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932026-03-24T17:36:47.313Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942026-03-24T17:36:47.599Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952026-03-24T17:36:47.907Z Updating git repository `https://github.com/illumos/smf-rs`
2962026-03-24T17:36:48.323Z Updating git repository `https://github.com/oxidecomputer/omicron`
2972026-03-24T17:37:02.578Z Downloading crates ...
2982026-03-24T17:37:02.627Z Downloaded clap_lex v1.0.0
2992026-03-24T17:37:02.635Z Downloaded byteorder v1.5.0
3002026-03-24T17:37:02.638Z Downloaded anstyle v1.0.13
3012026-03-24T17:37:02.638Z Downloaded anstream v0.6.21
3022026-03-24T17:37:02.641Z Downloaded anyhow v1.0.102
3032026-03-24T17:37:02.644Z Downloaded cargo-util-schemas v0.8.2
3042026-03-24T17:37:02.647Z Downloaded cargo_metadata v0.21.0
3052026-03-24T17:37:02.647Z Downloaded cfg-if v1.0.4
3062026-03-24T17:37:02.650Z Downloaded cargo_toml v0.21.0
3072026-03-24T17:37:02.650Z Downloaded clap v4.5.60
3082026-03-24T17:37:02.656Z Downloaded writeable v0.6.2
3092026-03-24T17:37:02.659Z Downloaded toml_edit v0.22.27
3102026-03-24T17:37:02.662Z Downloaded equivalent v1.0.2
3112026-03-24T17:37:02.662Z Downloaded camino v1.2.2
3122026-03-24T17:37:02.665Z Downloaded autocfg v1.5.0
3132026-03-24T17:37:02.665Z Downloaded version_check v0.9.5
3142026-03-24T17:37:02.669Z Downloaded usdt-attr-macro v0.5.0
3152026-03-24T17:37:02.669Z Downloaded fnv v1.0.7
3162026-03-24T17:37:02.669Z Downloaded heck v0.5.0
3172026-03-24T17:37:02.669Z Downloaded block-buffer v0.10.4
3182026-03-24T17:37:03.674Z Downloaded unicode-xid v0.2.6
3192026-03-24T17:37:03.674Z Downloaded form_urlencoded v1.2.2
3202026-03-24T17:37:03.674Z Downloaded errno v0.3.14
3212026-03-24T17:37:03.674Z Downloaded smawk v0.3.2
3222026-03-24T17:37:03.679Z Downloaded erased-serde v0.4.9
3232026-03-24T17:37:03.679Z Downloaded plain v0.2.3
3242026-03-24T17:37:03.679Z Downloaded zerofrom-derive v0.1.6
3252026-03-24T17:37:03.679Z Downloaded synstructure v0.13.2
3262026-03-24T17:37:03.679Z Downloaded fs-err v3.3.0
3272026-03-24T17:37:03.679Z Downloaded yoke-derive v0.8.1
3282026-03-24T17:37:03.679Z Downloaded usdt-macro v0.5.0
3292026-03-24T17:37:03.679Z Downloaded usdt v0.5.0
3302026-03-24T17:37:03.679Z Downloaded proc-macro2 v1.0.106
3312026-03-24T17:37:03.679Z Downloaded toml_write v0.1.2
3322026-03-24T17:37:03.679Z Downloaded utf8_iter v1.0.4
3332026-03-24T17:37:03.679Z Downloaded utf8parse v0.2.2
3342026-03-24T17:37:03.679Z Downloaded thread-id v4.2.2
3352026-03-24T17:37:03.679Z Downloaded cpufeatures v0.2.17
3362026-03-24T17:37:03.679Z Downloaded cargo-platform v0.2.0
3372026-03-24T17:37:03.679Z Downloaded typeid v1.0.3
3382026-03-24T17:37:03.679Z Downloaded serde-untagged v0.1.9
3392026-03-24T17:37:03.679Z Downloaded itoa v1.0.17
3402026-03-24T17:37:03.680Z Downloaded zerofrom v0.1.6
3412026-03-24T17:37:03.680Z Downloaded unicode-linebreak v0.1.5
3422026-03-24T17:37:03.680Z Downloaded idna_adapter v1.2.1
3432026-03-24T17:37:03.680Z Downloaded colorchoice v1.0.4
3442026-03-24T17:37:03.680Z Downloaded thiserror-impl v2.0.18
3452026-03-24T17:37:03.680Z Downloaded stable_deref_trait v1.2.1
3462026-03-24T17:37:03.680Z Downloaded anstyle-query v1.1.5
3472026-03-24T17:37:03.680Z Downloaded icu_properties v2.1.2
3482026-03-24T17:37:03.680Z Downloaded zmij v1.0.21
3492026-03-24T17:37:03.680Z Downloaded zerovec-derive v0.11.2
3502026-03-24T17:37:03.680Z Downloaded yoke v0.8.1
3512026-03-24T17:37:03.680Z Downloaded serde-value v0.7.0
3522026-03-24T17:37:03.680Z Downloaded ucd-trie v0.1.7
3532026-03-24T17:37:03.680Z Downloaded thiserror v1.0.69
3542026-03-24T17:37:03.680Z Downloaded usdt-impl v0.5.0
3552026-03-24T17:37:03.680Z Downloaded dof v0.3.0
3562026-03-24T17:37:03.680Z Downloaded toml v0.8.23
3572026-03-24T17:37:03.680Z Downloaded url v2.5.8
3582026-03-24T17:37:03.680Z Downloaded crypto-common v0.1.7
3592026-03-24T17:37:03.680Z Downloaded thiserror v2.0.18
3602026-03-24T17:37:03.680Z Downloaded unicode-ident v1.0.24
3612026-03-24T17:37:03.680Z Downloaded zerocopy-derive v0.7.35
3622026-03-24T17:37:03.680Z Downloaded textwrap v0.16.2
3632026-03-24T17:37:03.680Z Downloaded zerotrie v0.2.3
3642026-03-24T17:37:03.680Z Downloaded typenum v1.19.0
3652026-03-24T17:37:03.680Z Downloaded memmap v0.7.0
3662026-03-24T17:37:03.680Z Downloaded is_terminal_polyfill v1.70.2
3672026-03-24T17:37:03.680Z Downloaded tinystr v0.8.2
3682026-03-24T17:37:03.680Z Downloaded swrite v0.1.0
3692026-03-24T17:37:03.680Z Downloaded generic-array v0.14.7
3702026-03-24T17:37:03.680Z Downloaded percent-encoding v2.3.2
3712026-03-24T17:37:03.680Z Downloaded ordered-float v2.10.1
3722026-03-24T17:37:03.680Z Downloaded thiserror-impl v1.0.69
3732026-03-24T17:37:03.680Z Downloaded zerocopy v0.7.35
3742026-03-24T17:37:03.680Z Downloaded terminal_size v0.4.3
3752026-03-24T17:37:03.680Z Downloaded zerovec v0.11.5
3762026-03-24T17:37:03.680Z Downloaded serde_spanned v0.6.9
3772026-03-24T17:37:03.680Z Downloaded winnow v0.7.14
3782026-03-24T17:37:03.680Z Downloaded proc-macro-error v1.0.4
3792026-03-24T17:37:03.681Z Downloaded semver v1.0.27
3802026-03-24T17:37:03.681Z Downloaded displaydoc v0.2.5
3812026-03-24T17:37:03.681Z Downloaded camino-tempfile v1.4.1
3822026-03-24T17:37:03.681Z Downloaded unicode-width v0.2.0
3832026-03-24T17:37:03.681Z Downloaded bitflags v2.11.0
3842026-03-24T17:37:03.681Z Downloaded unicode-width v0.1.14
3852026-03-24T17:37:03.681Z Downloaded anstyle-parse v0.2.7
3862026-03-24T17:37:03.681Z Downloaded serde_tokenstream v0.2.3
3872026-03-24T17:37:03.681Z Downloaded sha2 v0.10.9
3882026-03-24T17:37:03.681Z Downloaded scroll v0.12.0
3892026-03-24T17:37:03.681Z Downloaded bytecount v0.6.9
3902026-03-24T17:37:03.681Z Downloaded dtrace-parser v0.2.0
3912026-03-24T17:37:03.681Z Downloaded tabled_derive v0.7.0
3922026-03-24T17:37:03.681Z Downloaded strsim v0.11.1
3932026-03-24T17:37:03.681Z Downloaded scroll_derive v0.12.1
3942026-03-24T17:37:03.681Z Downloaded proc-macro-error-attr v1.0.4
3952026-03-24T17:37:03.681Z Downloaded digest v0.10.7
3962026-03-24T17:37:03.681Z Downloaded pretty-hex v0.4.1
3972026-03-24T17:37:03.681Z Downloaded macaddr v1.0.1
3982026-03-24T17:37:03.681Z Downloaded heck v0.4.1
3992026-03-24T17:37:03.681Z Downloaded fastrand v2.3.0
4002026-03-24T17:37:03.681Z Downloaded toml_datetime v0.6.11
4012026-03-24T17:37:03.681Z Downloaded potential_utf v0.1.4
4022026-03-24T17:37:03.681Z Downloaded clap_derive v4.5.55
4032026-03-24T17:37:03.681Z Downloaded tempfile v3.25.0
4042026-03-24T17:37:03.681Z Downloaded quote v1.0.44
4052026-03-24T17:37:03.681Z Downloaded once_cell v1.21.3
4062026-03-24T17:37:03.681Z Downloaded litemap v0.8.1
4072026-03-24T17:37:03.681Z Downloaded smallvec v1.15.1
4082026-03-24T17:37:03.681Z Downloaded pest_derive v2.8.6
4092026-03-24T17:37:03.681Z Downloaded serde_core v1.0.228
4102026-03-24T17:37:03.681Z Downloaded icu_provider v2.1.1
4112026-03-24T17:37:03.681Z Downloaded papergrid v0.11.0
4122026-03-24T17:37:03.681Z Downloaded pest_generator v2.8.6
4132026-03-24T17:37:03.681Z Downloaded getrandom v0.4.1
4142026-03-24T17:37:03.681Z Downloaded serde_derive v1.0.228
4152026-03-24T17:37:03.681Z Downloaded num-traits v0.2.19
4162026-03-24T17:37:03.681Z Downloaded log v0.4.29
4172026-03-24T17:37:03.681Z Downloaded icu_normalizer_data v2.1.1
4182026-03-24T17:37:03.682Z Downloaded icu_normalizer v2.1.1
4192026-03-24T17:37:03.682Z Downloaded pest_meta v2.8.6
4202026-03-24T17:37:03.682Z Downloaded icu_locale_core v2.1.1
4212026-03-24T17:37:03.682Z Downloaded icu_collections v2.1.1
4222026-03-24T17:37:03.685Z Downloaded serde v1.0.228
4232026-03-24T17:37:03.685Z Downloaded indexmap v2.13.0
4242026-03-24T17:37:03.685Z Downloaded memchr v2.8.0
4252026-03-24T17:37:03.685Z Downloaded clap_builder v4.5.60
4262026-03-24T17:37:03.685Z Downloaded hashbrown v0.16.1
4272026-03-24T17:37:03.685Z Downloaded idna v1.1.0
4282026-03-24T17:37:03.685Z Downloaded icu_properties_data v2.1.2
4292026-03-24T17:37:03.685Z Downloaded serde_json v1.0.149
4302026-03-24T17:37:03.685Z Downloaded pest v2.8.6
4312026-03-24T17:37:03.685Z Downloaded goblin v0.8.2
4322026-03-24T17:37:03.685Z Downloaded tabled v0.15.0
4332026-03-24T17:37:03.685Z Downloaded syn v1.0.109
4342026-03-24T17:37:03.685Z Downloaded syn v2.0.117
4352026-03-24T17:37:03.685Z Downloaded rustix v1.1.3
4362026-03-24T17:37:03.685Z Downloaded libc v0.2.180
4372026-03-24T17:37:03.685Z Compiling proc-macro2 v1.0.106
4382026-03-24T17:37:03.685Z Compiling quote v1.0.44
4392026-03-24T17:37:03.686Z Compiling unicode-ident v1.0.24
4402026-03-24T17:37:03.686Z Compiling serde_core v1.0.228
4412026-03-24T17:37:03.686Z Compiling libc v0.2.180
4422026-03-24T17:37:03.686Z Compiling version_check v0.9.5
4432026-03-24T17:37:03.686Z Compiling stable_deref_trait v1.2.1
4442026-03-24T17:37:03.686Z Compiling serde v1.0.228
4452026-03-24T17:37:03.686Z Compiling memchr v2.8.0
4462026-03-24T17:37:03.686Z Compiling zmij v1.0.21
4472026-03-24T17:37:03.686Z Compiling ucd-trie v0.1.7
4482026-03-24T17:37:03.686Z Compiling thiserror v1.0.69
4492026-03-24T17:37:03.686Z Compiling autocfg v1.5.0
4502026-03-24T17:37:03.686Z Compiling itoa v1.0.17
4512026-03-24T17:37:03.686Z Compiling litemap v0.8.1
4522026-03-24T17:37:03.686Z Compiling writeable v0.6.2
4532026-03-24T17:37:03.686Z Compiling byteorder v1.5.0
4542026-03-24T17:37:03.738Z Compiling rustix v1.1.3
4552026-03-24T17:37:03.855Z Compiling icu_properties_data v2.1.2
4562026-03-24T17:37:03.910Z Compiling icu_normalizer_data v2.1.1
4572026-03-24T17:37:03.913Z Compiling serde_json v1.0.149
4582026-03-24T17:37:03.966Z Compiling bitflags v2.11.0
4592026-03-24T17:37:04.052Z Compiling typeid v1.0.3
4602026-03-24T17:37:04.199Z Compiling num-traits v0.2.19
4612026-03-24T17:37:04.228Z Compiling pest v2.8.6
4622026-03-24T17:37:04.497Z Compiling smallvec v1.15.1
4632026-03-24T17:37:04.523Z Compiling equivalent v1.0.2
4642026-03-24T17:37:04.548Z Compiling hashbrown v0.16.1
4652026-03-24T17:37:04.603Z Compiling proc-macro-error-attr v1.0.4
4662026-03-24T17:37:04.710Z Compiling usdt-impl v0.5.0
4672026-03-24T17:37:04.796Z Compiling erased-serde v0.4.9
4682026-03-24T17:37:04.824Z Compiling syn v1.0.109
4692026-03-24T17:37:04.827Z Compiling toml_write v0.1.2
4702026-03-24T17:37:04.908Z Compiling winnow v0.7.14
4712026-03-24T17:37:04.911Z Compiling proc-macro-error v1.0.4
4722026-03-24T17:37:04.994Z Compiling errno v0.3.14
4732026-03-24T17:37:05.051Z Compiling thread-id v4.2.2
4742026-03-24T17:37:05.160Z Compiling percent-encoding v2.3.2
4752026-03-24T17:37:05.199Z Compiling utf8parse v0.2.2
4762026-03-24T17:37:05.248Z Compiling syn v2.0.117
4772026-03-24T17:37:05.251Z Compiling camino v1.2.2
4782026-03-24T17:37:05.301Z Compiling log v0.4.29
4792026-03-24T17:37:05.362Z Compiling thiserror v2.0.18
4802026-03-24T17:37:05.391Z Compiling indexmap v2.13.0
4812026-03-24T17:37:05.420Z Compiling plain v0.2.3
4822026-03-24T17:37:05.447Z Compiling getrandom v0.4.1
4832026-03-24T17:37:05.474Z Compiling utf8_iter v1.0.4
4842026-03-24T17:37:05.591Z Compiling form_urlencoded v1.2.2
4852026-03-24T17:37:05.618Z Compiling anstyle-parse v0.2.7
4862026-03-24T17:37:05.830Z Compiling pest_meta v2.8.6
4872026-03-24T17:37:05.884Z Compiling is_terminal_polyfill v1.70.2
4882026-03-24T17:37:05.887Z Compiling pretty-hex v0.4.1
4892026-03-24T17:37:05.991Z Compiling ordered-float v2.10.1
4902026-03-24T17:37:06.036Z Compiling anstyle-query v1.1.5
4912026-03-24T17:37:06.066Z Compiling colorchoice v1.0.4
4922026-03-24T17:37:06.104Z Compiling cfg-if v1.0.4
4932026-03-24T17:37:06.131Z Compiling anstyle v1.0.13
4942026-03-24T17:37:06.162Z Compiling fs-err v3.3.0
4952026-03-24T17:37:06.218Z Compiling clap_lex v1.0.0
4962026-03-24T17:37:06.248Z Compiling bytecount v0.6.9
4972026-03-24T17:37:06.331Z Compiling fnv v1.0.7
4982026-03-24T17:37:06.334Z Compiling fastrand v2.3.0
4992026-03-24T17:37:06.395Z Compiling anstream v0.6.21
5002026-03-24T17:37:06.446Z Compiling terminal_size v0.4.3
5012026-03-24T17:37:06.477Z Compiling unicode-width v0.1.14
5022026-03-24T17:37:06.507Z Compiling strsim v0.11.1
5032026-03-24T17:37:06.510Z Compiling heck v0.4.1
5042026-03-24T17:37:06.563Z Compiling anyhow v1.0.102
5052026-03-24T17:37:06.589Z Compiling once_cell v1.21.3
5062026-03-24T17:37:06.642Z Compiling heck v0.5.0
5072026-03-24T17:37:06.697Z Compiling unicode-xid v0.2.6
5082026-03-24T17:37:06.948Z Compiling semver v1.0.27
5092026-03-24T17:37:06.951Z Compiling tempfile v3.25.0
5102026-03-24T17:37:06.951Z Compiling papergrid v0.11.0
5112026-03-24T17:37:07.006Z Compiling clap_builder v4.5.60
5122026-03-24T17:37:07.030Z Compiling memmap v0.7.0
5132026-03-24T17:37:07.033Z Compiling unicode-width v0.2.0
5142026-03-24T17:37:07.335Z Compiling unicode-linebreak v0.1.5
5152026-03-24T17:37:07.400Z Compiling smawk v0.3.2
5162026-03-24T17:37:07.443Z Compiling serde-untagged v0.1.9
5172026-03-24T17:37:07.503Z Compiling camino-tempfile v1.4.1
5182026-03-24T17:37:07.561Z Compiling swrite v0.1.0
5192026-03-24T17:37:07.591Z Compiling textwrap v0.16.2
5202026-03-24T17:37:07.619Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5212026-03-24T17:37:08.071Z Compiling tabled_derive v0.7.0
5222026-03-24T17:37:08.867Z Compiling synstructure v0.13.2
5232026-03-24T17:37:08.867Z Compiling pest_generator v2.8.6
5242026-03-24T17:37:08.922Z Compiling tabled v0.15.0
5252026-03-24T17:37:09.583Z Compiling serde_derive v1.0.228
5262026-03-24T17:37:09.587Z Compiling zerofrom-derive v0.1.6
5272026-03-24T17:37:09.587Z Compiling yoke-derive v0.8.1
5282026-03-24T17:37:09.587Z Compiling zerovec-derive v0.11.2
5292026-03-24T17:37:09.612Z Compiling displaydoc v0.2.5
5302026-03-24T17:37:09.637Z Compiling thiserror-impl v1.0.69
5312026-03-24T17:37:09.641Z Compiling zerocopy-derive v0.7.35
5322026-03-24T17:37:09.641Z Compiling scroll_derive v0.12.1
5332026-03-24T17:37:09.691Z Compiling thiserror-impl v2.0.18
5342026-03-24T17:37:09.744Z Compiling pest_derive v2.8.6
5352026-03-24T17:37:09.772Z Compiling clap_derive v4.5.55
5362026-03-24T17:37:10.569Z Compiling scroll v0.12.0
5372026-03-24T17:37:10.865Z Compiling zerocopy v0.7.35
5382026-03-24T17:37:10.893Z Compiling goblin v0.8.2
5392026-03-24T17:37:10.923Z Compiling zerofrom v0.1.6
5402026-03-24T17:37:11.064Z Compiling yoke v0.8.1
5412026-03-24T17:37:11.143Z Compiling dtrace-parser v0.2.0
5422026-03-24T17:37:11.275Z Compiling zerovec v0.11.5
5432026-03-24T17:37:11.275Z Compiling zerotrie v0.2.3
5442026-03-24T17:37:11.624Z Compiling clap v4.5.60
5452026-03-24T17:37:11.889Z Compiling tinystr v0.8.2
5462026-03-24T17:37:11.889Z Compiling potential_utf v0.1.4
5472026-03-24T17:37:12.049Z Compiling icu_collections v2.1.1
5482026-03-24T17:37:12.088Z Compiling icu_locale_core v2.1.1
5492026-03-24T17:37:12.859Z Compiling icu_provider v2.1.1
5502026-03-24T17:37:12.890Z Compiling toml_datetime v0.6.11
5512026-03-24T17:37:12.893Z Compiling serde_spanned v0.6.9
5522026-03-24T17:37:12.893Z Compiling serde-value v0.7.0
5532026-03-24T17:37:12.894Z Compiling cargo-platform v0.2.0
5542026-03-24T17:37:12.894Z Compiling macaddr v1.0.1
5552026-03-24T17:37:12.916Z Compiling dof v0.3.0
5562026-03-24T17:37:12.920Z Compiling serde_tokenstream v0.2.3
5572026-03-24T17:37:13.142Z Compiling toml_edit v0.22.27
5582026-03-24T17:37:13.167Z Compiling icu_normalizer v2.1.1
5592026-03-24T17:37:13.170Z Compiling icu_properties v2.1.2
5602026-03-24T17:37:13.882Z Compiling usdt-attr-macro v0.5.0
5612026-03-24T17:37:13.889Z Compiling usdt-macro v0.5.0
5622026-03-24T17:37:14.374Z Compiling idna_adapter v1.2.1
5632026-03-24T17:37:14.511Z Compiling idna v1.1.0
5642026-03-24T17:37:14.631Z Compiling usdt v0.5.0
5652026-03-24T17:37:14.857Z Compiling url v2.5.8
5662026-03-24T17:37:14.979Z Compiling toml v0.8.23
5672026-03-24T17:37:15.442Z Compiling cargo-util-schemas v0.8.2
5682026-03-24T17:37:15.442Z Compiling cargo_toml v0.21.0
5692026-03-24T17:37:16.585Z Compiling cargo_metadata v0.21.0
5702026-03-24T17:37:17.859Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5712026-03-24T17:37:20.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.05s
5722026-03-24T17:37:20.958Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5732026-03-24T17:37:21.718Z Downloading crates ...
5742026-03-24T17:37:21.819Z Downloaded atomic-waker v1.1.2
5752026-03-24T17:37:21.831Z Downloaded array-init v0.0.4
5762026-03-24T17:37:21.831Z Downloaded aead v0.5.2
5772026-03-24T17:37:21.832Z Downloaded adler2 v2.0.1
5782026-03-24T17:37:21.832Z Downloaded bcrypt-pbkdf v0.10.0
5792026-03-24T17:37:21.837Z Downloaded bitfield-macros v0.19.4
5802026-03-24T17:37:21.837Z Downloaded castaway v0.2.4
5812026-03-24T17:37:21.837Z Downloaded bit-set v0.5.3
5822026-03-24T17:37:21.837Z Downloaded cargo-platform v0.1.9
5832026-03-24T17:37:21.838Z Downloaded base16ct v1.0.0
5842026-03-24T17:37:21.850Z Downloaded crc8 v0.1.1
5852026-03-24T17:37:21.850Z Downloaded env_filter v1.0.0
5862026-03-24T17:37:21.850Z Downloaded critical-section v1.2.0
5872026-03-24T17:37:21.850Z Downloaded cipher v0.4.4
5882026-03-24T17:37:21.875Z Downloaded crossbeam-utils v0.8.21
5892026-03-24T17:37:21.875Z Downloaded dsl_auto_type v0.2.0
5902026-03-24T17:37:21.875Z Downloaded defmt-parser v1.0.0
5912026-03-24T17:37:21.875Z Downloaded crucible-workspace-hack v0.1.0
5922026-03-24T17:37:21.875Z Downloaded ciborium-io v0.2.2
5932026-03-24T17:37:21.875Z Downloaded async-stream-impl v0.3.6
5942026-03-24T17:37:21.876Z Downloaded async-bb8-diesel v0.2.1
5952026-03-24T17:37:21.876Z Downloaded find-msvc-tools v0.1.9
5962026-03-24T17:37:21.889Z Downloaded colored v3.1.1
5972026-03-24T17:37:21.889Z Downloaded bzip2 v0.4.4
5982026-03-24T17:37:21.889Z Downloaded base16ct v0.2.0
5992026-03-24T17:37:21.890Z Downloaded daft v0.1.5
6002026-03-24T17:37:21.890Z Downloaded bit-vec v0.8.0
6012026-03-24T17:37:21.890Z Downloaded cassowary v0.3.0
6022026-03-24T17:37:21.890Z Downloaded curve25519-dalek-derive v0.1.1
6032026-03-24T17:37:21.890Z Downloaded cookie v0.18.1
6042026-03-24T17:37:21.890Z Downloaded derive_builder v0.20.2
6052026-03-24T17:37:21.890Z Downloaded dtrace-parser v0.3.0
6062026-03-24T17:37:21.890Z Downloaded bzip2 v0.6.1
6072026-03-24T17:37:21.890Z Downloaded ed25519 v2.2.3
6082026-03-24T17:37:21.890Z Downloaded cfg_aliases v0.1.1
6092026-03-24T17:37:21.890Z Downloaded atty v0.2.14
6102026-03-24T17:37:21.890Z Downloaded arrayref v0.3.9
6112026-03-24T17:37:21.890Z Downloaded fixedbitset v0.5.7
6122026-03-24T17:37:21.901Z Downloaded drift v0.1.3
6132026-03-24T17:37:21.901Z Downloaded ena v0.14.4
6142026-03-24T17:37:21.902Z Downloaded display-error-chain v0.2.2
6152026-03-24T17:37:21.902Z Downloaded dyn-clone v1.0.20
6162026-03-24T17:37:21.902Z Downloaded embedded-io v0.6.1
6172026-03-24T17:37:21.902Z Downloaded embedded-io v0.4.0
6182026-03-24T17:37:21.902Z Downloaded cobs v0.3.0
6192026-03-24T17:37:21.912Z Downloaded float-ord v0.3.2
6202026-03-24T17:37:21.913Z Downloaded flagset v0.4.7
6212026-03-24T17:37:21.913Z Downloaded block-padding v0.3.3
6222026-03-24T17:37:21.913Z Downloaded async-stream v0.3.6
6232026-03-24T17:37:21.913Z Downloaded foreign-types v0.5.0
6242026-03-24T17:37:21.913Z Downloaded ciborium-ll v0.2.2
6252026-03-24T17:37:21.913Z Downloaded assert_matches v1.5.0
6262026-03-24T17:37:21.913Z Downloaded downcast-rs v2.0.2
6272026-03-24T17:37:21.918Z Downloaded atomicwrites v0.4.4
6282026-03-24T17:37:21.918Z Downloaded daft-derive v0.1.5
6292026-03-24T17:37:21.918Z Downloaded crc-catalog v2.4.0
6302026-03-24T17:37:21.918Z Downloaded ascii-canvas v3.0.0
6312026-03-24T17:37:21.918Z Downloaded bitfield-struct v0.6.2
6322026-03-24T17:37:21.918Z Downloaded crc v3.4.0
6332026-03-24T17:37:21.919Z Downloaded float-cmp v0.10.0
6342026-03-24T17:37:21.929Z Downloaded cbc v0.1.2
6352026-03-24T17:37:21.929Z Downloaded backoff v0.4.0
6362026-03-24T17:37:21.930Z Downloaded convert_case v0.4.0
6372026-03-24T17:37:21.930Z Downloaded dirs-sys-next v0.1.2
6382026-03-24T17:37:21.930Z Downloaded foldhash v0.2.0
6392026-03-24T17:37:21.934Z Downloaded defmt v1.0.1
6402026-03-24T17:37:21.934Z Downloaded darling_core v0.20.11
6412026-03-24T17:37:21.934Z Downloaded fd-lock v4.0.4
6422026-03-24T17:37:21.938Z Downloaded foreign-types-macros v0.2.3
6432026-03-24T17:37:21.939Z Downloaded cpufeatures v0.3.0
6442026-03-24T17:37:21.939Z Downloaded document-features v0.2.12
6452026-03-24T17:37:21.939Z Downloaded difflib v0.4.0
6462026-03-24T17:37:21.943Z Downloaded crunchy v0.2.4
6472026-03-24T17:37:21.943Z Downloaded ghash v0.5.1
6482026-03-24T17:37:21.943Z Downloaded futures-task v0.3.32
6492026-03-24T17:37:21.953Z Downloaded dof v0.4.0
6502026-03-24T17:37:21.954Z Downloaded futures-sink v0.3.32
6512026-03-24T17:37:21.954Z Downloaded async-recursion v1.1.1
6522026-03-24T17:37:21.954Z Downloaded debug-ignore v1.0.5
6532026-03-24T17:37:22.006Z Downloaded hash32 v0.2.1
6542026-03-24T17:37:22.006Z Downloaded endian-type v0.1.2
6552026-03-24T17:37:22.006Z Downloaded darling_macro v0.21.3
6562026-03-24T17:37:22.006Z Downloaded futures-io v0.3.32
6572026-03-24T17:37:22.006Z Downloaded futures-core v0.3.32
6582026-03-24T17:37:22.007Z Downloaded fxhash v0.2.1
6592026-03-24T17:37:22.007Z Downloaded futures-macro v0.3.32
6602026-03-24T17:37:22.007Z Downloaded foreign-types-shared v0.1.1
6612026-03-24T17:37:22.007Z Downloaded foreign-types v0.3.2
6622026-03-24T17:37:22.007Z Downloaded diesel_table_macro_syntax v0.3.0
6632026-03-24T17:37:22.007Z Downloaded headers-core v0.3.0
6642026-03-24T17:37:22.007Z Downloaded gethostname v0.5.0
6652026-03-24T17:37:22.007Z Downloaded enum-as-inner v0.6.1
6662026-03-24T17:37:22.008Z Downloaded dunce v1.0.5
6672026-03-24T17:37:22.008Z Downloaded dropshot-api-manager-types v0.6.0
6682026-03-24T17:37:22.008Z Downloaded defmt v0.3.100
6692026-03-24T17:37:22.008Z Downloaded cexpr v0.6.0
6702026-03-24T17:37:22.008Z Downloaded hash32 v0.3.1
6712026-03-24T17:37:22.037Z Downloaded ff v0.13.1
6722026-03-24T17:37:22.037Z Downloaded either v1.15.0
6732026-03-24T17:37:22.038Z Downloaded globwalk v0.9.1
6742026-03-24T17:37:22.038Z Downloaded fs-err v2.11.0
6752026-03-24T17:37:22.038Z Downloaded filetime v0.2.27
6762026-03-24T17:37:22.038Z Downloaded env_logger v0.11.9
6772026-03-24T17:37:22.038Z Downloaded darling_core v0.23.0
6782026-03-24T17:37:22.038Z Downloaded foldhash v0.1.5
6792026-03-24T17:37:22.038Z Downloaded des v0.8.1
6802026-03-24T17:37:22.038Z Downloaded der v0.7.10
6812026-03-24T17:37:22.039Z Downloaded hex-literal v0.4.1
6822026-03-24T17:37:22.039Z Downloaded http-body v1.0.1
6832026-03-24T17:37:22.039Z Downloaded hex v0.4.3
6842026-03-24T17:37:22.039Z Downloaded const_format v0.2.35
6852026-03-24T17:37:22.039Z Downloaded hubpack v0.1.2
6862026-03-24T17:37:22.039Z Downloaded ident_case v1.0.1
6872026-03-24T17:37:22.039Z Downloaded hubpack_derive v0.1.1
6882026-03-24T17:37:22.039Z Downloaded home v0.5.12
6892026-03-24T17:37:22.040Z Downloaded httpdate v1.0.3
6902026-03-24T17:37:22.040Z Downloaded http-range v0.1.5
6912026-03-24T17:37:22.040Z Downloaded derive-ex v0.1.8
6922026-03-24T17:37:22.040Z Downloaded hostname v0.4.2
6932026-03-24T17:37:22.040Z Downloaded hostname v0.3.1
6942026-03-24T17:37:22.040Z Downloaded erased-serde v0.3.31
6952026-03-24T17:37:22.040Z Downloaded defmt-macros v1.0.1
6962026-03-24T17:37:22.040Z Downloaded deranged v0.5.8
6972026-03-24T17:37:22.040Z Downloaded der_derive v0.7.3
6982026-03-24T17:37:22.040Z Downloaded corncobs v0.1.4
6992026-03-24T17:37:22.040Z Downloaded git-stub-vcs v0.1.0
7002026-03-24T17:37:22.040Z Downloaded fs_extra v1.3.0
7012026-03-24T17:37:22.041Z Downloaded foreign-types-shared v0.3.1
7022026-03-24T17:37:22.041Z Downloaded bit-vec v0.6.3
7032026-03-24T17:37:22.041Z Downloaded camino-tempfile-ext v0.3.3
7042026-03-24T17:37:22.041Z Downloaded convert_case v0.10.0
7052026-03-24T17:37:22.041Z Downloaded instant v0.1.13
7062026-03-24T17:37:22.041Z Downloaded instability v0.3.11
7072026-03-24T17:37:22.046Z Downloaded inout v0.1.4
7082026-03-24T17:37:22.057Z Downloaded is_ci v1.2.0
7092026-03-24T17:37:22.058Z Downloaded is-terminal v0.4.17
7102026-03-24T17:37:22.058Z Downloaded internet-checksum v0.2.1
7112026-03-24T17:37:22.058Z Downloaded indoc v1.0.9
7122026-03-24T17:37:22.064Z Downloaded indent_write v2.2.0
7132026-03-24T17:37:22.064Z Downloaded glob v0.3.3
7142026-03-24T17:37:22.064Z Downloaded kstat-rs v0.2.4
7152026-03-24T17:37:22.064Z Downloaded hyper-tls v0.6.0
7162026-03-24T17:37:22.064Z Downloaded http-body-util v0.1.3
7172026-03-24T17:37:22.064Z Downloaded globset v0.4.18
7182026-03-24T17:37:22.064Z Downloaded const-oid v0.9.6
7192026-03-24T17:37:22.071Z Downloaded lru-slab v0.1.2
7202026-03-24T17:37:22.071Z Downloaded lalrpop-util v0.19.12
7212026-03-24T17:37:22.071Z Downloaded blake2 v0.10.6
7222026-03-24T17:37:22.071Z Downloaded console v0.16.2
7232026-03-24T17:37:22.071Z Downloaded console v0.15.11
7242026-03-24T17:37:22.085Z Downloaded md5 v0.7.0
7252026-03-24T17:37:22.085Z Downloaded maybe-uninit v2.0.0
7262026-03-24T17:37:22.085Z Downloaded match_cfg v0.1.0
7272026-03-24T17:37:22.085Z Downloaded lru-cache v0.1.2
7282026-03-24T17:37:22.085Z Downloaded colored v2.2.0
7292026-03-24T17:37:22.122Z Downloaded linked-hash-map v0.5.6
7302026-03-24T17:37:22.123Z Downloaded libscf-sys v1.1.0
7312026-03-24T17:37:22.123Z Downloaded keccak v0.1.6
7322026-03-24T17:37:22.123Z Downloaded hyper-staticfile v0.10.1
7332026-03-24T17:37:22.123Z Downloaded highway v1.3.0
7342026-03-24T17:37:22.123Z Downloaded multimap v0.10.1
7352026-03-24T17:37:22.123Z Downloaded maplit v1.0.2
7362026-03-24T17:37:22.123Z Downloaded managed v0.8.0
7372026-03-24T17:37:22.123Z Downloaded lzss v0.8.2
7382026-03-24T17:37:22.124Z Downloaded half v1.8.3
7392026-03-24T17:37:22.124Z Downloaded md-5 v0.10.6
7402026-03-24T17:37:22.124Z Downloaded ahash v0.8.12
7412026-03-24T17:37:22.124Z Downloaded humantime v2.3.0
7422026-03-24T17:37:22.124Z Downloaded fatfs v0.3.6
7432026-03-24T17:37:22.162Z Downloaded dropshot_endpoint v0.16.7
7442026-03-24T17:37:22.163Z Downloaded getrandom v0.2.17
7452026-03-24T17:37:22.163Z Downloaded futures-channel v0.3.32
7462026-03-24T17:37:22.163Z Downloaded newline-converter v0.3.0
7472026-03-24T17:37:22.163Z Downloaded new_debug_unreachable v1.0.6
7482026-03-24T17:37:22.163Z Downloaded ingot-types v0.1.2
7492026-03-24T17:37:22.163Z Downloaded ipnetwork v0.21.1
7502026-03-24T17:37:22.163Z Downloaded ingot v0.1.1
7512026-03-24T17:37:22.163Z Downloaded lazy_static v1.5.0
7522026-03-24T17:37:22.163Z Downloaded crc32fast v1.5.0
7532026-03-24T17:37:22.163Z Downloaded indoc v2.0.7
7542026-03-24T17:37:22.164Z Downloaded impl-trait-for-tuples v0.2.3
7552026-03-24T17:37:22.167Z Downloaded newtype_derive v0.1.6
7562026-03-24T17:37:22.167Z Downloaded newtype-uuid-macros v0.1.0
7572026-03-24T17:37:22.167Z Downloaded httparse v1.10.1
7582026-03-24T17:37:22.167Z Downloaded hickory-client v0.25.2
7592026-03-24T17:37:22.167Z Downloaded libsw-core v0.3.2
7602026-03-24T17:37:22.167Z Downloaded libsw v3.5.0
7612026-03-24T17:37:22.167Z Downloaded num v0.4.3
7622026-03-24T17:37:22.167Z Downloaded nodrop v0.1.14
7632026-03-24T17:37:22.167Z Downloaded normalize-line-endings v0.3.0
7642026-03-24T17:37:22.167Z Downloaded nonempty v0.12.0
7652026-03-24T17:37:22.167Z Downloaded num-iter v0.1.45
7662026-03-24T17:37:22.201Z Downloaded num-derive v0.4.2
7672026-03-24T17:37:22.203Z Downloaded num-conv v0.2.0
7682026-03-24T17:37:22.203Z Downloaded lru v0.12.5
7692026-03-24T17:37:22.203Z Downloaded olpc-cjson v0.1.4
7702026-03-24T17:37:22.203Z Downloaded libefi-sys v0.1.0
7712026-03-24T17:37:22.203Z Downloaded ciborium v0.2.2
7722026-03-24T17:37:22.203Z Downloaded base64ct v1.8.3
7732026-03-24T17:37:22.203Z Downloaded diff v0.1.13
7742026-03-24T17:37:22.204Z Downloaded num_threads v0.1.7
7752026-03-24T17:37:22.204Z Downloaded derive-where v1.6.0
7762026-03-24T17:37:22.204Z Downloaded num_enum_derive v0.5.11
7772026-03-24T17:37:22.204Z Downloaded mime v0.3.17
7782026-03-24T17:37:22.204Z Downloaded openssl-probe v0.2.1
7792026-03-24T17:37:22.204Z Downloaded half v2.7.1
7802026-03-24T17:37:22.204Z Downloaded hyper-rustls v0.27.7
7812026-03-24T17:37:22.204Z Downloaded crossbeam-epoch v0.9.18
7822026-03-24T17:37:22.204Z Downloaded mime_guess v2.0.5
7832026-03-24T17:37:22.204Z Downloaded openssl-probe v0.1.6
7842026-03-24T17:37:22.204Z Downloaded oso-derive v0.27.3
7852026-03-24T17:37:22.204Z Downloaded futures v0.3.32
7862026-03-24T17:37:22.204Z Downloaded native-tls v0.2.18
7872026-03-24T17:37:22.204Z Downloaded memoffset v0.9.1
7882026-03-24T17:37:22.250Z Downloaded bytes v1.11.1
7892026-03-24T17:37:22.250Z Downloaded nanorand v0.7.0
7902026-03-24T17:37:22.250Z Downloaded nibble_vec v0.1.0
7912026-03-24T17:37:22.250Z Downloaded multer v3.1.0
7922026-03-24T17:37:22.250Z Downloaded base64 v0.21.7
7932026-03-24T17:37:22.250Z Downloaded iana-time-zone v0.1.65
7942026-03-24T17:37:22.250Z Downloaded parse-display v0.10.0
7952026-03-24T17:37:22.251Z Downloaded parse-size v1.1.0
7962026-03-24T17:37:22.251Z Downloaded jobserver v0.1.34
7972026-03-24T17:37:22.251Z Downloaded aho-corasick v1.1.4
7982026-03-24T17:37:22.251Z Downloaded packed_struct_codegen v0.10.1
7992026-03-24T17:37:22.251Z Downloaded num-complex v0.4.6
8002026-03-24T17:37:22.251Z Downloaded ipnet v2.11.0
8012026-03-24T17:37:22.251Z Downloaded path-slash v0.1.5
8022026-03-24T17:37:22.251Z Downloaded newtype-uuid v1.3.2
8032026-03-24T17:37:22.251Z Downloaded pbkdf2 v0.12.2
8042026-03-24T17:37:22.251Z Downloaded bumpalo v3.20.2
8052026-03-24T17:37:22.251Z Downloaded pbkdf2 v0.11.0
8062026-03-24T17:37:22.251Z Downloaded lock_api v0.4.14
8072026-03-24T17:37:22.251Z Downloaded opaque-debug v0.3.1
8082026-03-24T17:37:22.251Z Downloaded num-rational v0.4.2
8092026-03-24T17:37:22.251Z Downloaded num_enum v0.5.11
8102026-03-24T17:37:22.252Z Downloaded phf_shared v0.13.1
8112026-03-24T17:37:22.252Z Downloaded phf_shared v0.12.1
8122026-03-24T17:37:22.252Z Downloaded hmac v0.12.1
8132026-03-24T17:37:22.252Z Downloaded peg-runtime v0.8.5
8142026-03-24T17:37:22.252Z Downloaded num_enum v0.7.5
8152026-03-24T17:37:22.293Z Downloaded pin-utils v0.1.0
8162026-03-24T17:37:22.294Z Downloaded phf_shared v0.11.3
8172026-03-24T17:37:22.294Z Downloaded memmap2 v0.9.10
8182026-03-24T17:37:22.294Z Downloaded elliptic-curve v0.13.8
8192026-03-24T17:37:22.294Z Downloaded flume v0.11.1
8202026-03-24T17:37:22.294Z Downloaded oxnet v0.1.4
8212026-03-24T17:37:22.294Z Downloaded compact_str v0.8.1
8222026-03-24T17:37:22.294Z Downloaded oxide-tokio-rt v0.1.3
8232026-03-24T17:37:22.294Z Downloaded owo-colors v4.3.0
8242026-03-24T17:37:22.294Z Downloaded predicates-tree v1.0.13
8252026-03-24T17:37:22.294Z Downloaded powerfmt v0.2.0
8262026-03-24T17:37:22.294Z Downloaded predicates-core v1.0.10
8272026-03-24T17:37:22.294Z Downloaded allocator-api2 v0.2.21
8282026-03-24T17:37:22.295Z Downloaded ed25519-dalek v2.2.0
8292026-03-24T17:37:22.295Z Downloaded flate2 v1.1.9
8302026-03-24T17:37:22.295Z Downloaded crypto-bigint v0.5.5
8312026-03-24T17:37:22.295Z Downloaded proc-macro-error-attr2 v2.0.0
8322026-03-24T17:37:22.318Z Downloaded precomputed-hash v0.1.1
8332026-03-24T17:37:22.318Z Downloaded parking_lot_core v0.8.6
8342026-03-24T17:37:22.318Z Downloaded progenitor-client v0.11.2
8352026-03-24T17:37:22.318Z Downloaded arc-swap v1.8.2
8362026-03-24T17:37:22.318Z Downloaded darling_core v0.21.3
8372026-03-24T17:37:22.318Z Downloaded proc-macro-crate v3.4.0
8382026-03-24T17:37:22.318Z Downloaded paste v1.0.15
8392026-03-24T17:37:22.319Z Downloaded progenitor-macro v0.10.0
8402026-03-24T17:37:22.319Z Downloaded progenitor-client v0.10.0
8412026-03-24T17:37:22.319Z Downloaded progenitor-macro v0.11.2
8422026-03-24T17:37:22.319Z Downloaded proc-macro-crate v1.3.1
8432026-03-24T17:37:22.319Z Downloaded peg v0.8.5
8442026-03-24T17:37:22.319Z Downloaded psl-types v2.0.11
8452026-03-24T17:37:22.319Z Downloaded heapless v0.8.0
8462026-03-24T17:37:22.319Z Downloaded pem-rfc7468 v0.7.0
8472026-03-24T17:37:22.319Z Downloaded progenitor-macro v0.13.0
8482026-03-24T17:37:22.319Z Downloaded radium v0.7.0
8492026-03-24T17:37:22.320Z Downloaded pem v3.0.6
8502026-03-24T17:37:22.320Z Downloaded phf v0.13.1
8512026-03-24T17:37:22.320Z Downloaded libbz2-rs-sys v0.2.2
8522026-03-24T17:37:22.320Z Downloaded phf v0.12.1
8532026-03-24T17:37:22.320Z Downloaded pkcs8 v0.10.2
8542026-03-24T17:37:22.320Z Downloaded polyval v0.6.2
8552026-03-24T17:37:22.320Z Downloaded poly1305 v0.8.0
8562026-03-24T17:37:22.341Z Downloaded pin-project-lite v0.2.17
8572026-03-24T17:37:22.341Z Downloaded headers v0.4.1
8582026-03-24T17:37:22.341Z Downloaded omicron-zone-package v0.12.2
8592026-03-24T17:37:22.341Z Downloaded cc v1.2.56
8602026-03-24T17:37:22.341Z Downloaded num_enum_derive v0.7.5
8612026-03-24T17:37:22.341Z Downloaded recursive v0.1.1
8622026-03-24T17:37:22.341Z Downloaded rand_xorshift v0.4.0
8632026-03-24T17:37:22.342Z Downloaded ppv-lite86 v0.2.21
8642026-03-24T17:37:22.342Z Downloaded ref-cast v1.0.25
8652026-03-24T17:37:22.342Z Downloaded ingot-macros v0.1.1
8662026-03-24T17:37:22.342Z Downloaded recursive-proc-macro-impl v0.1.1
8672026-03-24T17:37:22.342Z Downloaded indicatif v0.18.4
8682026-03-24T17:37:22.364Z Downloaded indexmap v1.9.3
8692026-03-24T17:37:22.364Z Downloaded chacha20poly1305 v0.10.1
8702026-03-24T17:37:22.364Z Downloaded ar_archive_writer v0.5.1
8712026-03-24T17:37:22.365Z Downloaded ref-cast-impl v1.0.25
8722026-03-24T17:37:22.365Z Downloaded progenitor v0.10.0
8732026-03-24T17:37:22.365Z Downloaded progenitor v0.11.2
8742026-03-24T17:37:22.365Z Downloaded primeorder v0.13.6
8752026-03-24T17:37:22.365Z Downloaded derive_more v2.1.1
8762026-03-24T17:37:22.379Z Downloaded rfc6979 v0.4.0
8772026-03-24T17:37:22.385Z Downloaded progenitor-extras v0.1.1
8782026-03-24T17:37:22.388Z Downloaded progenitor-client v0.13.0
8792026-03-24T17:37:22.388Z Downloaded proc-macro-error2 v2.0.1
8802026-03-24T17:37:22.388Z Downloaded russh-cryptovec v0.7.3
8812026-03-24T17:37:22.389Z Downloaded peg-macros v0.8.5
8822026-03-24T17:37:22.389Z Downloaded parking_lot_core v0.9.12
8832026-03-24T17:37:22.389Z Downloaded rustc_version v0.4.1
8842026-03-24T17:37:22.389Z Downloaded hickory-resolver v0.24.4
8852026-03-24T17:37:22.389Z Downloaded heapless v0.7.17
8862026-03-24T17:37:22.389Z Downloaded rand_chacha v0.3.1
8872026-03-24T17:37:22.398Z Downloaded quick-error v1.2.3
8882026-03-24T17:37:22.398Z Downloaded rtoolbox v0.0.3
8892026-03-24T17:37:22.398Z Downloaded pin-project-internal v1.1.11
8902026-03-24T17:37:22.398Z Downloaded rustc_version v0.1.7
8912026-03-24T17:37:22.398Z Downloaded rustc-hash v2.1.1
8922026-03-24T17:37:22.398Z Downloaded r2d2 v0.8.10
8932026-03-24T17:37:22.398Z Downloaded rand_core v0.6.4
8942026-03-24T17:37:22.398Z Downloaded pkcs5 v0.7.1
8952026-03-24T17:37:22.398Z Downloaded rand_chacha v0.9.0
8962026-03-24T17:37:22.398Z Downloaded oso v0.27.3
8972026-03-24T17:37:22.398Z Downloaded salsa20 v0.10.2
8982026-03-24T17:37:22.398Z Downloaded ignore v0.4.25
8992026-03-24T17:37:22.398Z Downloaded crossbeam-channel v0.5.15
9002026-03-24T17:37:22.412Z Downloaded same-file v1.0.6
9012026-03-24T17:37:22.412Z Downloaded rand_core v0.10.0
9022026-03-24T17:37:22.412Z Downloaded diesel_derives v2.3.7
9032026-03-24T17:37:22.436Z Downloaded rand_seeder v0.4.0
9042026-03-24T17:37:22.436Z Downloaded scheduled-thread-pool v0.2.7
9052026-03-24T17:37:22.436Z Downloaded rand_core v0.9.5
9062026-03-24T17:37:22.436Z Downloaded sapling-renderdag v0.1.0
9072026-03-24T17:37:22.436Z Downloaded scopeguard v1.2.0
9082026-03-24T17:37:22.436Z Downloaded postgres-protocol v0.6.10
9092026-03-24T17:37:22.436Z Downloaded miniz_oxide v0.8.9
9102026-03-24T17:37:22.436Z Downloaded predicates v3.1.4
9112026-03-24T17:37:22.437Z Downloaded resolv-conf v0.7.6
9122026-03-24T17:37:22.437Z Downloaded progenitor v0.13.0
9132026-03-24T17:37:22.437Z Downloaded p256 v0.13.2
9142026-03-24T17:37:22.437Z Downloaded secrecy v0.10.3
9152026-03-24T17:37:22.437Z Downloaded scrypt v0.11.0
9162026-03-24T17:37:22.437Z Downloaded postgres-types v0.2.12
9172026-03-24T17:37:22.448Z Downloaded secrecy v0.8.0
9182026-03-24T17:37:22.448Z Downloaded postcard v1.1.3
9192026-03-24T17:37:22.450Z Downloaded serde_bytes v0.11.19
9202026-03-24T17:37:22.450Z Downloaded serde-big-array v0.5.1
9212026-03-24T17:37:22.451Z Downloaded jiff-static v0.2.21
9222026-03-24T17:37:22.451Z Downloaded hickory-resolver v0.25.2
9232026-03-24T17:37:22.451Z Downloaded serde_repr v0.1.20
9242026-03-24T17:37:22.470Z Downloaded quinn-udp v0.5.14
9252026-03-24T17:37:22.470Z Downloaded serde_plain v1.0.2
9262026-03-24T17:37:22.470Z Downloaded sha1 v0.10.6
9272026-03-24T17:37:22.470Z Downloaded rustls-pemfile v1.0.4
9282026-03-24T17:37:22.471Z Downloaded http v1.4.0
9292026-03-24T17:37:22.471Z Downloaded expectorate v1.2.0
9302026-03-24T17:37:22.471Z Downloaded semver v0.1.20
9312026-03-24T17:37:22.471Z Downloaded pin-project v1.1.11
9322026-03-24T17:37:22.480Z Downloaded shell-words v1.1.1
9332026-03-24T17:37:22.480Z Downloaded sigpipe v0.1.3
9342026-03-24T17:37:22.480Z Downloaded rusty-fork v0.3.1
9352026-03-24T17:37:22.480Z Downloaded rustls-pemfile v2.2.0
9362026-03-24T17:37:22.480Z Downloaded dropshot-api-manager v0.6.0
9372026-03-24T17:37:22.480Z Downloaded serde_urlencoded v0.7.1
9382026-03-24T17:37:22.480Z Downloaded prefix-trie v0.7.0
9392026-03-24T17:37:22.496Z Downloaded hashbrown v0.13.2
9402026-03-24T17:37:22.496Z Downloaded signal-hook-tokio v0.3.1
9412026-03-24T17:37:22.496Z Downloaded slog-envlogger v2.2.0
9422026-03-24T17:37:22.496Z Downloaded slog-bunyan v2.5.0
9432026-03-24T17:37:22.496Z Downloaded siphasher v1.0.2
9442026-03-24T17:37:22.517Z Downloaded scroll v0.13.0
9452026-03-24T17:37:22.517Z Downloaded signal-hook-mio v0.2.5
9462026-03-24T17:37:22.517Z Downloaded progenitor-impl v0.11.2
9472026-03-24T17:37:22.517Z Downloaded sec1 v0.7.3
9482026-03-24T17:37:22.517Z Downloaded progenitor-impl v0.10.0
9492026-03-24T17:37:22.517Z Downloaded minimal-lexical v0.2.1
9502026-03-24T17:37:22.517Z Downloaded seq-macro v0.3.6
9512026-03-24T17:37:22.517Z Downloaded russh-keys v0.45.0
9522026-03-24T17:37:22.518Z Downloaded scroll_derive v0.13.1
9532026-03-24T17:37:22.518Z Downloaded hashbrown v0.12.3
9542026-03-24T17:37:22.518Z Downloaded rustversion v1.0.22
9552026-03-24T17:37:22.518Z Downloaded openssl-sys v0.9.111
9562026-03-24T17:37:22.576Z Downloaded sct v0.7.1
9572026-03-24T17:37:22.576Z Downloaded serde_spanned v1.0.4
9582026-03-24T17:37:22.578Z Downloaded serde-hex v0.1.0
9592026-03-24T17:37:22.578Z Downloaded strip-ansi-escapes v0.2.1
9602026-03-24T17:37:22.578Z Downloaded ssh-encoding v0.2.0
9612026-03-24T17:37:22.578Z Downloaded ssh-cipher v0.2.0
9622026-03-24T17:37:22.578Z Downloaded serde_path_to_error v0.1.20
9632026-03-24T17:37:22.578Z Downloaded rustls-native-certs v0.8.3
9642026-03-24T17:37:22.579Z Downloaded aes v0.8.4
9652026-03-24T17:37:22.579Z Downloaded signature v2.2.0
9662026-03-24T17:37:22.579Z Downloaded shlex v1.3.0
9672026-03-24T17:37:22.579Z Downloaded strum v0.27.2
9682026-03-24T17:37:22.579Z Downloaded structmeta v0.3.0
9692026-03-24T17:37:22.579Z Downloaded pkg-config v0.3.32
9702026-03-24T17:37:22.579Z Downloaded parking_lot v0.11.2
9712026-03-24T17:37:22.579Z Downloaded sqlparser_derive v0.5.0
9722026-03-24T17:37:22.579Z Downloaded derive_more-impl v2.1.1
9732026-03-24T17:37:22.579Z Downloaded simd-adler32 v0.3.8
9742026-03-24T17:37:22.580Z Downloaded strum v0.26.3
9752026-03-24T17:37:22.580Z Downloaded aes-gcm v0.10.3
9762026-03-24T17:37:22.580Z Downloaded pkcs1 v0.7.5
9772026-03-24T17:37:22.623Z Downloaded schemars_derive v0.8.22
9782026-03-24T17:37:22.623Z Downloaded crossterm v0.28.1
9792026-03-24T17:37:22.623Z Downloaded tagptr v0.2.0
9802026-03-24T17:37:22.623Z Downloaded slog-stdlog v4.1.1
9812026-03-24T17:37:22.623Z Downloaded num-bigint v0.4.6
9822026-03-24T17:37:22.623Z Downloaded itertools v0.10.5
9832026-03-24T17:37:22.623Z Downloaded take_mut v0.2.2
9842026-03-24T17:37:22.623Z Downloaded tabled_derive v0.11.0
9852026-03-24T17:37:22.624Z Downloaded sync_wrapper v1.0.2
9862026-03-24T17:37:22.624Z Downloaded slog-dtrace v0.3.0
9872026-03-24T17:37:22.624Z Downloaded slog-async v2.8.0
9882026-03-24T17:37:22.624Z Downloaded rcgen v0.12.1
9892026-03-24T17:37:22.624Z Downloaded slab v0.4.12
9902026-03-24T17:37:22.624Z Downloaded signal-hook-registry v1.4.8
9912026-03-24T17:37:22.625Z Downloaded supports-color v3.0.2
9922026-03-24T17:37:22.625Z Downloaded prettyplease v0.2.37
9932026-03-24T17:37:22.625Z Downloaded smf v0.2.3
9942026-03-24T17:37:22.625Z Downloaded tap v1.0.1
9952026-03-24T17:37:22.626Z Downloaded stacker v0.1.23
9962026-03-24T17:37:22.626Z Downloaded spki v0.7.3
9972026-03-24T17:37:22.626Z Downloaded smallvec v0.6.14
9982026-03-24T17:37:22.626Z Downloaded thread-id v5.1.0
9992026-03-24T17:37:22.626Z Downloaded pretty_assertions v1.4.1
10002026-03-24T17:37:22.626Z Downloaded thiserror-impl-no-std v2.0.2
10012026-03-24T17:37:22.633Z Downloaded testing_table v0.3.0
10022026-03-24T17:37:22.633Z Downloaded sqlformat v0.3.5
10032026-03-24T17:37:22.633Z Downloaded serde_with_macros v3.17.0
10042026-03-24T17:37:22.633Z Downloaded hyper-util v0.1.20
10052026-03-24T17:37:22.633Z Downloaded tinyvec_macros v0.1.1
10062026-03-24T17:37:22.633Z Downloaded time-core v0.1.8
10072026-03-24T17:37:22.633Z Downloaded serde_derive_internals v0.29.1
10082026-03-24T17:37:22.634Z Downloaded serde_cbor v0.11.2
10092026-03-24T17:37:22.634Z Downloaded strum_macros v0.24.3
10102026-03-24T17:37:22.634Z Downloaded strum_macros v0.26.4
10112026-03-24T17:37:22.634Z Downloaded mio v1.1.1
10122026-03-24T17:37:22.634Z Downloaded subtle v2.6.1
10132026-03-24T17:37:22.634Z Downloaded strum_macros v0.27.2
10142026-03-24T17:37:22.634Z Downloaded rustls-pki-types v1.14.0
10152026-03-24T17:37:22.634Z Downloaded static_assertions v1.1.0
10162026-03-24T17:37:22.634Z Downloaded schemars v0.8.22
10172026-03-24T17:37:22.666Z Downloaded termtree v0.5.1
10182026-03-24T17:37:22.666Z Downloaded string_cache v0.8.9
10192026-03-24T17:37:22.666Z Downloaded rustls-platform-verifier v0.6.2
10202026-03-24T17:37:22.666Z Downloaded support-bundle-viewer v0.1.2
10212026-03-24T17:37:22.666Z Downloaded structmeta-derive v0.3.0
10222026-03-24T17:37:22.666Z Downloaded ryu v1.0.23
10232026-03-24T17:37:22.666Z Downloaded publicsuffix v2.3.0
10242026-03-24T17:37:22.678Z Downloaded rayon-core v1.13.0
10252026-03-24T17:37:22.678Z Downloaded papergrid v0.17.0
10262026-03-24T17:37:22.678Z Downloaded snafu-derive v0.8.9
10272026-03-24T17:37:22.679Z Downloaded slog-term v2.9.2
10282026-03-24T17:37:22.679Z Downloaded try-lock v0.2.5
10292026-03-24T17:37:22.679Z Downloaded tower-service v0.3.3
10302026-03-24T17:37:22.679Z Downloaded topological-sort v0.2.2
10312026-03-24T17:37:22.679Z Downloaded rand v0.8.5
10322026-03-24T17:37:22.679Z Downloaded slog-scope v4.4.1
10332026-03-24T17:37:22.679Z Downloaded unarray v0.1.4
10342026-03-24T17:37:22.679Z Downloaded typify-macro v0.4.3
10352026-03-24T17:37:22.680Z Downloaded thiserror-no-std v2.0.2
10362026-03-24T17:37:22.698Z Downloaded tiny-keccak v2.0.2
10372026-03-24T17:37:22.698Z Downloaded tokio-macros v2.6.0
10382026-03-24T17:37:22.698Z Downloaded tls_codec_derive v0.4.2
10392026-03-24T17:37:22.699Z Downloaded trait-variant v0.1.2
10402026-03-24T17:37:22.699Z Downloaded tower-layer v0.3.3
10412026-03-24T17:37:22.699Z Downloaded time-macros v0.2.27
10422026-03-24T17:37:22.699Z Downloaded quinn v0.11.9
10432026-03-24T17:37:22.699Z Downloaded tokio-dtrace v0.1.1
10442026-03-24T17:37:22.699Z Downloaded hashbrown v0.15.5
10452026-03-24T17:37:22.721Z Downloaded stringprep v0.1.5
10462026-03-24T17:37:22.721Z Downloaded slog v2.8.2
10472026-03-24T17:37:22.721Z Downloaded similar v2.7.0
10482026-03-24T17:37:22.721Z Downloaded universal-hash v0.5.1
10492026-03-24T17:37:22.721Z Downloaded unicode-truncate v1.1.0
10502026-03-24T17:37:22.722Z Downloaded typify-macro v0.6.1
10512026-03-24T17:37:22.722Z Downloaded tokio-rustls v0.25.0
10522026-03-24T17:37:22.722Z Downloaded tokio-native-tls v0.3.1
10532026-03-24T17:37:22.723Z Downloaded num-bigint-dig v0.8.6
10542026-03-24T17:37:22.723Z Downloaded rsa v0.9.10
10552026-03-24T17:37:22.756Z Downloaded spin v0.9.8
10562026-03-24T17:37:22.756Z Downloaded iddqd v0.3.17
10572026-03-24T17:37:22.756Z Downloaded utf-8 v0.7.6
10582026-03-24T17:37:22.757Z Downloaded usdt v0.6.0
10592026-03-24T17:37:22.757Z Downloaded usdt-attr-macro v0.6.0
10602026-03-24T17:37:22.757Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10612026-03-24T17:37:22.757Z Downloaded socket2 v0.6.2
10622026-03-24T17:37:22.757Z Downloaded untrusted v0.9.0
10632026-03-24T17:37:22.757Z Downloaded usdt-macro v0.6.0
10642026-03-24T17:37:22.757Z Downloaded untrusted v0.7.1
10652026-03-24T17:37:22.757Z Downloaded qorb v0.4.1
10662026-03-24T17:37:22.757Z Downloaded unit-prefix v0.5.2
10672026-03-24T17:37:22.757Z Downloaded tokio-tungstenite v0.23.1
10682026-03-24T17:37:22.758Z Downloaded serde_yaml v0.9.34+deprecated
10692026-03-24T17:37:22.758Z Downloaded void v1.0.2
10702026-03-24T17:37:22.758Z Downloaded toml_writer v1.0.6+spec-1.1.0
10712026-03-24T17:37:22.758Z Downloaded ron v0.8.1
10722026-03-24T17:37:22.758Z Downloaded rustls-webpki v0.103.9
10732026-03-24T17:37:22.809Z Downloaded tls_codec v0.4.2
10742026-03-24T17:37:22.809Z Downloaded waitgroup v0.1.2
10752026-03-24T17:37:22.809Z Downloaded wait-timeout v0.2.1
10762026-03-24T17:37:22.809Z Downloaded term v1.2.1
10772026-03-24T17:37:22.810Z Downloaded want v0.3.1
10782026-03-24T17:37:22.810Z Downloaded libxml v0.3.3
10792026-03-24T17:37:22.810Z Downloaded tui-tree-widget v0.23.1
10802026-03-24T17:37:22.810Z Downloaded samael v0.0.19
10812026-03-24T17:37:22.810Z Downloaded term v0.7.0
10822026-03-24T17:37:22.810Z Downloaded tokio-tungstenite v0.21.0
10832026-03-24T17:37:22.810Z Downloaded hyper v1.8.1
10842026-03-24T17:37:22.880Z Downloaded unicase v2.9.0
10852026-03-24T17:37:22.880Z Downloaded snafu v0.8.9
10862026-03-24T17:37:22.881Z Downloaded tokio-rustls v0.24.1
10872026-03-24T17:37:22.881Z Downloaded xattr v1.6.1
10882026-03-24T17:37:22.881Z Downloaded itertools v0.13.0
10892026-03-24T17:37:22.881Z Downloaded zeroize_derive v1.4.3
10902026-03-24T17:37:22.881Z Downloaded subprocess v0.2.15
10912026-03-24T17:37:22.881Z Downloaded zone_cfg_derive v0.3.1
10922026-03-24T17:37:22.881Z Downloaded zone v0.3.1
10932026-03-24T17:37:22.882Z Downloaded usdt-impl v0.6.0
10942026-03-24T17:37:22.882Z Downloaded xshell-macros v0.2.7
10952026-03-24T17:37:22.882Z Downloaded tokio-rustls v0.26.4
10962026-03-24T17:37:22.882Z Downloaded test-strategy v0.4.5
10972026-03-24T17:37:22.882Z Downloaded tar v0.4.44
10982026-03-24T17:37:22.882Z Downloaded toml_parser v1.0.9+spec-1.1.0
10992026-03-24T17:37:22.883Z Downloaded schemars v1.2.1
11002026-03-24T17:37:22.883Z Downloaded vergen-lib v0.1.6
11012026-03-24T17:37:22.883Z Downloaded vergen-git2 v1.0.7
11022026-03-24T17:37:22.883Z Downloaded chrono v0.4.44
11032026-03-24T17:37:22.883Z Downloaded whoami v1.6.1
11042026-03-24T17:37:22.900Z Downloaded walkdir v2.5.0
11052026-03-24T17:37:22.901Z Downloaded vsss-rs v3.3.4
11062026-03-24T17:37:22.901Z Downloaded tracing-attributes v0.1.31
11072026-03-24T17:37:22.901Z Downloaded twox-hash v2.1.2
11082026-03-24T17:37:22.901Z Downloaded socket2 v0.5.10
11092026-03-24T17:37:22.901Z Downloaded rand v0.10.0
11102026-03-24T17:37:22.904Z Downloaded itertools v0.14.0
11112026-03-24T17:37:22.904Z Downloaded whoami v2.1.0
11122026-03-24T17:37:22.904Z Downloaded zeroize v1.8.2
11132026-03-24T17:37:22.905Z Downloaded h2 v0.4.13
11142026-03-24T17:37:22.905Z Downloaded vergen v9.0.6
11152026-03-24T17:37:22.905Z Downloaded libm v0.2.16
11162026-03-24T17:37:22.905Z Downloaded zstd-safe v7.2.4
11172026-03-24T17:37:22.905Z Downloaded toml v0.9.12+spec-1.1.0
11182026-03-24T17:37:22.905Z Downloaded vergen-gitcl v1.0.8
11192026-03-24T17:37:22.905Z Downloaded hkdf v0.12.4
11202026-03-24T17:37:22.919Z Downloaded tracing-core v0.1.36
11212026-03-24T17:37:22.919Z Downloaded aws-lc-rs v1.16.0
11222026-03-24T17:37:22.919Z Downloaded p521 v0.13.3
11232026-03-24T17:37:22.919Z Downloaded unsafe-libyaml v0.2.11
11242026-03-24T17:37:22.919Z Downloaded rpassword v7.4.0
11252026-03-24T17:37:22.919Z Downloaded tungstenite v0.23.0
11262026-03-24T17:37:22.919Z Downloaded toml_edit v0.23.10+spec-1.0.0
11272026-03-24T17:37:22.919Z Downloaded uuid v1.21.0
11282026-03-24T17:37:22.919Z Downloaded tungstenite v0.21.0
11292026-03-24T17:37:22.920Z Downloaded russh v0.45.0
11302026-03-24T17:37:22.920Z Downloaded tinyvec v1.10.0
11312026-03-24T17:37:22.920Z Downloaded typify v0.6.1
11322026-03-24T17:37:22.920Z Downloaded typify v0.4.3
11332026-03-24T17:37:22.920Z Downloaded steno v0.4.1
11342026-03-24T17:37:22.950Z Downloaded zstd v0.13.3
11352026-03-24T17:37:22.950Z Downloaded futures-util v0.3.32
11362026-03-24T17:37:23.009Z Downloaded unicode-bidi v0.3.18
11372026-03-24T17:37:23.009Z Downloaded tokio-postgres v0.7.16
11382026-03-24T17:37:23.010Z Downloaded zerocopy v0.6.6
11392026-03-24T17:37:23.010Z Downloaded yasna v0.5.2
11402026-03-24T17:37:23.010Z Downloaded ron v0.12.0
11412026-03-24T17:37:23.010Z Downloaded zopfli v0.8.3
11422026-03-24T17:37:23.010Z Downloaded xshell v0.2.7
11432026-03-24T17:37:23.010Z Downloaded rustyline v14.0.0
11442026-03-24T17:37:23.010Z Downloaded toml_edit v0.19.15
11452026-03-24T17:37:23.010Z Downloaded xz2 v0.1.7
11462026-03-24T17:37:23.010Z Downloaded bitvec v1.0.1
11472026-03-24T17:37:23.010Z Downloaded unicode_categories v0.1.1
11482026-03-24T17:37:23.010Z Downloaded reqwest v0.13.2
11492026-03-24T17:37:23.031Z Downloaded yansi v1.0.1
11502026-03-24T17:37:23.032Z Downloaded regex v1.12.3
11512026-03-24T17:37:23.032Z Downloaded wyz v0.5.1
11522026-03-24T17:37:23.032Z Downloaded reedline v0.40.0
11532026-03-24T17:37:23.032Z Downloaded unicode-properties v0.1.4
11542026-03-24T17:37:23.032Z Downloaded uzers v0.12.2
11552026-03-24T17:37:23.032Z Downloaded toml v0.7.8
11562026-03-24T17:37:23.032Z Downloaded vte v0.14.1
11572026-03-24T17:37:23.032Z Downloaded rayon v1.11.0
11582026-03-24T17:37:23.032Z Downloaded tokio-stream v0.1.18
11592026-03-24T17:37:23.032Z Downloaded zip v0.6.6
11602026-03-24T17:37:23.032Z Downloaded ssh-key v0.6.7
11612026-03-24T17:37:23.063Z Downloaded git2 v0.20.4
11622026-03-24T17:37:23.063Z Downloaded bindgen v0.71.1
11632026-03-24T17:37:23.063Z Downloaded x509-cert v0.2.5
11642026-03-24T17:37:23.064Z Downloaded reqwest v0.12.28
11652026-03-24T17:37:23.064Z Downloaded salty v0.3.0
11662026-03-24T17:37:23.064Z Downloaded quick-xml v0.37.5
11672026-03-24T17:37:23.088Z Downloaded tower v0.5.3
11682026-03-24T17:37:23.088Z Downloaded proptest v1.10.0
11692026-03-24T17:37:23.088Z Downloaded rustls-webpki v0.102.8
11702026-03-24T17:37:23.113Z Downloaded p384 v0.13.1
11712026-03-24T17:37:23.113Z Downloaded curve25519-dalek v4.1.3
11722026-03-24T17:37:23.113Z Downloaded lalrpop v0.19.12
11732026-03-24T17:37:23.128Z Downloaded typed-path v0.9.3
11742026-03-24T17:37:23.128Z Downloaded portable-atomic v1.13.1
11752026-03-24T17:37:23.128Z Downloaded unicode-segmentation v1.12.0
11762026-03-24T17:37:23.128Z Downloaded quinn-proto v0.11.13
11772026-03-24T17:37:23.128Z Downloaded serde_with v3.17.0
11782026-03-24T17:37:23.155Z Downloaded winnow v0.5.40
11792026-03-24T17:37:23.155Z Downloaded moka v0.12.13
11802026-03-24T17:37:23.155Z Downloaded petname v2.0.2
11812026-03-24T17:37:23.196Z Downloaded winnow v0.6.26
11822026-03-24T17:37:23.196Z Downloaded zip v4.6.1
11832026-03-24T17:37:23.196Z Downloaded rustls-webpki v0.101.7
11842026-03-24T17:37:23.237Z Downloaded tough v0.20.0
11852026-03-24T17:37:23.237Z Downloaded nix v0.29.0
11862026-03-24T17:37:23.238Z Downloaded bstr v1.12.1
11872026-03-24T17:37:23.238Z Downloaded tokio-util v0.7.18
11882026-03-24T17:37:23.238Z Downloaded unicode-normalization v0.1.25
11892026-03-24T17:37:23.238Z Downloaded goblin v0.10.5
11902026-03-24T17:37:23.238Z Downloaded tower-http v0.6.8
11912026-03-24T17:37:23.248Z Downloaded zerocopy-derive v0.8.40
11922026-03-24T17:37:23.248Z Downloaded vcpkg v0.2.15
11932026-03-24T17:37:23.259Z Downloaded rustls v0.22.4
11942026-03-24T17:37:23.317Z Downloaded smoltcp v0.11.0
11952026-03-24T17:37:23.318Z Downloaded rustls v0.23.37
11962026-03-24T17:37:23.345Z Downloaded regex-syntax v0.8.10
11972026-03-24T17:37:23.346Z Downloaded regress v0.10.5
11982026-03-24T17:37:23.346Z Downloaded openssl v0.10.75
11992026-03-24T17:37:23.346Z Downloaded polar-core v0.27.3
12002026-03-24T17:37:23.346Z Downloaded hickory-proto v0.25.2
12012026-03-24T17:37:23.346Z Downloaded radix_trie v0.2.1
12022026-03-24T17:37:23.346Z Downloaded object v0.30.4
12032026-03-24T17:37:23.346Z Downloaded tabled v0.20.0
12042026-03-24T17:37:23.346Z Downloaded rustls v0.21.12
12052026-03-24T17:37:23.357Z Downloaded dropshot v0.16.7
12062026-03-24T17:37:23.386Z Downloaded time v0.3.47
12072026-03-24T17:37:23.387Z Downloaded smoltcp v0.9.1
12082026-03-24T17:37:23.426Z Downloaded sled v0.34.7
12092026-03-24T17:37:23.426Z Downloaded nix v0.31.1
12102026-03-24T17:37:23.426Z Downloaded zlib-rs v0.6.2
12112026-03-24T17:37:23.427Z Downloaded regex-syntax v0.6.29
12122026-03-24T17:37:23.427Z Downloaded object v0.37.3
12132026-03-24T17:37:23.427Z Downloaded webpki-roots v1.0.6
12142026-03-24T17:37:23.427Z Downloaded openapiv3 v2.2.0
12152026-03-24T17:37:23.459Z Downloaded zerocopy v0.8.40
12162026-03-24T17:37:23.459Z Downloaded bzip2-sys v0.1.13+1.0.8
12172026-03-24T17:37:23.477Z Downloaded tracing v0.1.44
12182026-03-24T17:37:23.477Z Downloaded ratatui v0.29.0
12192026-03-24T17:37:23.496Z Downloaded rustix v0.38.44
12202026-03-24T17:37:23.513Z Downloaded diesel v2.3.7
12212026-03-24T17:37:23.551Z Downloaded hickory-proto v0.24.4
12222026-03-24T17:37:23.552Z Downloaded nix v0.28.0
12232026-03-24T17:37:23.552Z Downloaded chrono-tz v0.10.4
12242026-03-24T17:37:23.571Z Downloaded lzma-sys v0.1.20
12252026-03-24T17:37:23.586Z Downloaded nix v0.27.1
12262026-03-24T17:37:23.594Z Downloaded sqlparser v0.61.0
12272026-03-24T17:37:23.595Z Downloaded iri-string v0.7.10
12282026-03-24T17:37:23.618Z Downloaded termios v0.3.3
12292026-03-24T17:37:23.618Z Downloaded rand v0.9.2
12302026-03-24T17:37:23.618Z Downloaded itertools v0.12.1
12312026-03-24T17:37:23.618Z Downloaded schemars v0.9.0
12322026-03-24T17:37:23.618Z Downloaded blake3 v1.8.3
12332026-03-24T17:37:23.623Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12342026-03-24T17:37:23.623Z Downloaded typify-impl v0.6.1
12352026-03-24T17:37:23.630Z Downloaded sha3 v0.10.8
12362026-03-24T17:37:23.634Z Downloaded nom v7.1.3
12372026-03-24T17:37:23.640Z Downloaded thread_local v1.1.9
12382026-03-24T17:37:23.640Z Downloaded signal-hook v0.3.18
12392026-03-24T17:37:23.644Z Downloaded progenitor-impl v0.13.0
12402026-03-24T17:37:23.645Z Downloaded typify-impl v0.4.3
12412026-03-24T17:37:23.654Z Downloaded hickory-server v0.25.2
12422026-03-24T17:37:23.667Z Downloaded slog-json v2.6.1
12432026-03-24T17:37:23.668Z Downloaded tabwriter v1.4.1
12442026-03-24T17:37:23.668Z Downloaded sync-ptr v0.1.4
12452026-03-24T17:37:23.668Z Downloaded base64 v0.22.1
12462026-03-24T17:37:23.673Z Downloaded psm v0.1.30
12472026-03-24T17:37:23.673Z Downloaded parking_lot v0.12.5
12482026-03-24T17:37:23.673Z Downloaded password-hash v0.5.0
12492026-03-24T17:37:23.674Z Downloaded password-hash v0.4.2
12502026-03-24T17:37:23.674Z Downloaded zerocopy-derive v0.6.6
12512026-03-24T17:37:23.681Z Downloaded parse-display-derive v0.10.0
12522026-03-24T17:37:23.681Z Downloaded packed_struct v0.10.1
12532026-03-24T17:37:23.688Z Downloaded num-derive v0.3.3
12542026-03-24T17:37:23.688Z Downloaded num-integer v0.1.46
12552026-03-24T17:37:23.688Z Downloaded nu-ansi-term v0.50.3
12562026-03-24T17:37:23.688Z Downloaded litrs v1.0.0
12572026-03-24T17:37:23.688Z Downloaded getrandom v0.3.4
12582026-03-24T17:37:23.700Z Downloaded derive_more v0.99.20
12592026-03-24T17:37:23.700Z Downloaded crc-any v2.5.0
12602026-03-24T17:37:23.700Z Downloaded regex-automata v0.4.14
12612026-03-24T17:37:23.707Z Downloaded openssl-macros v0.1.1
12622026-03-24T17:37:23.708Z Downloaded linear-map v1.2.0
12632026-03-24T17:37:23.708Z Downloaded libloading v0.8.9
12642026-03-24T17:37:23.713Z Downloaded chacha20 v0.10.0
12652026-03-24T17:37:23.713Z Downloaded cancel-safe-futures v0.1.5
12662026-03-24T17:37:23.713Z Downloaded buf-list v1.1.2
12672026-03-24T17:37:23.713Z Downloaded csv-core v0.1.13
12682026-03-24T17:37:23.720Z Downloaded cookie_store v0.22.1
12692026-03-24T17:37:23.720Z Downloaded cargo_toml v0.22.3
12702026-03-24T17:37:23.720Z Downloaded backon v1.6.0
12712026-03-24T17:37:23.731Z Downloaded petgraph v0.6.5
12722026-03-24T17:37:23.742Z Downloaded arrayvec v0.7.6
12732026-03-24T17:37:23.742Z Downloaded argon2 v0.5.3
12742026-03-24T17:37:23.742Z Downloaded jiff v0.2.21
12752026-03-24T17:37:23.749Z Downloaded derive_builder_core v0.20.2
12762026-03-24T17:37:23.755Z Downloaded fallible-iterator v0.2.0
12772026-03-24T17:37:23.755Z Downloaded ecdsa v0.16.9
12782026-03-24T17:37:23.755Z Downloaded diesel-dtrace v0.5.0
12792026-03-24T17:37:23.755Z Downloaded darling v0.21.3
12802026-03-24T17:37:23.762Z Downloaded petgraph v0.8.3
12812026-03-24T17:37:23.776Z Downloaded csv v1.4.0
12822026-03-24T17:37:23.789Z Downloaded clang-sys v1.8.1
12832026-03-24T17:37:23.800Z Downloaded libz-sys v1.1.24
12842026-03-24T17:37:23.807Z Downloaded group v0.13.0
12852026-03-24T17:37:23.816Z Downloaded futures-executor v0.3.32
12862026-03-24T17:37:23.816Z Downloaded funty v2.0.0
12872026-03-24T17:37:23.816Z Downloaded darling v0.20.11
12882026-03-24T17:37:23.816Z Downloaded bitflags v1.3.2
12892026-03-24T17:37:23.820Z Downloaded constant_time_eq v0.4.2
12902026-03-24T17:37:23.821Z Downloaded chacha20 v0.9.1
12912026-03-24T17:37:23.821Z Downloaded crossbeam-deque v0.8.6
12922026-03-24T17:37:23.821Z Downloaded ctr v0.9.2
12932026-03-24T17:37:23.821Z Downloaded const_format_proc_macros v0.2.34
12942026-03-24T17:37:23.825Z Downloaded tokio v1.49.0
12952026-03-24T17:37:23.851Z Downloaded bb8 v0.8.6
12962026-03-24T17:37:23.856Z Downloaded async-trait v0.1.89
12972026-03-24T17:37:23.856Z Downloaded libgit2-sys v0.18.3+1.9.2
12982026-03-24T17:37:23.916Z Downloaded git-stub v1.0.0
12992026-03-24T17:37:23.921Z Downloaded cargo_metadata v0.19.2
13002026-03-24T17:37:23.921Z Downloaded fixedbitset v0.4.2
13012026-03-24T17:37:23.921Z Downloaded dirs-next v2.0.0
13022026-03-24T17:37:23.921Z Downloaded darling_macro v0.20.11
13032026-03-24T17:37:23.921Z Downloaded darling v0.23.0
13042026-03-24T17:37:23.930Z Downloaded cmake v0.1.57
13052026-03-24T17:37:23.930Z Downloaded blowfish v0.9.1
13062026-03-24T17:37:23.930Z Downloaded bitfield v0.19.4
13072026-03-24T17:37:23.930Z Downloaded bcs v0.1.6
13082026-03-24T17:37:23.936Z Downloaded derive_builder_macro v0.20.2
13092026-03-24T17:37:23.936Z Downloaded data-encoding v2.10.0
13102026-03-24T17:37:23.936Z Downloaded darling_macro v0.23.0
13112026-03-24T17:37:23.937Z Downloaded cstr-argument v0.1.2
13122026-03-24T17:37:23.937Z Downloaded crossterm v0.29.0
13132026-03-24T17:37:23.937Z Downloaded cfg_aliases v0.2.1
13142026-03-24T17:37:23.941Z Downloaded byte-wrapper v0.1.0
13152026-03-24T17:37:23.941Z Downloaded bit-set v0.8.0
13162026-03-24T17:37:23.958Z Downloaded encoding_rs v0.8.35
13172026-03-24T17:37:23.973Z Downloaded ring v0.17.14
13182026-03-24T17:37:24.466Z Downloaded aws-lc-sys v0.37.1
13192026-03-24T17:37:24.784Z Compiling libc v0.2.180
13202026-03-24T17:37:24.784Z Compiling serde v1.0.228
13212026-03-24T17:37:24.789Z Compiling log v0.4.29
13222026-03-24T17:37:24.789Z Compiling shlex v1.3.0
13232026-03-24T17:37:24.789Z Compiling find-msvc-tools v0.1.9
13242026-03-24T17:37:24.790Z Compiling smallvec v1.15.1
13252026-03-24T17:37:24.790Z Compiling typenum v1.19.0
13262026-03-24T17:37:24.790Z Compiling subtle v2.6.1
13272026-03-24T17:37:24.790Z Compiling generic-array v0.14.7
13282026-03-24T17:37:24.790Z Compiling scopeguard v1.2.0
13292026-03-24T17:37:24.790Z Compiling portable-atomic v1.13.1
13302026-03-24T17:37:25.101Z Compiling const-oid v0.9.6
13312026-03-24T17:37:25.122Z Compiling critical-section v1.2.0
13322026-03-24T17:37:25.125Z Compiling zerocopy v0.8.40
13332026-03-24T17:37:25.145Z Compiling syn v2.0.117
13342026-03-24T17:37:25.211Z Compiling lock_api v0.4.14
13352026-03-24T17:37:25.257Z Compiling pin-project-lite v0.2.17
13362026-03-24T17:37:25.257Z Compiling serde_json v1.0.149
13372026-03-24T17:37:25.303Z Compiling parking_lot_core v0.9.12
13382026-03-24T17:37:25.306Z Compiling pkg-config v0.3.32
13392026-03-24T17:37:25.306Z Compiling bitflags v2.11.0
13402026-03-24T17:37:25.349Z Compiling libm v0.2.16
13412026-03-24T17:37:25.371Z Compiling num-traits v0.2.19
13422026-03-24T17:37:25.438Z Compiling futures-core v0.3.32
13432026-03-24T17:37:25.461Z Compiling percent-encoding v2.3.2
13442026-03-24T17:37:25.529Z Compiling allocator-api2 v0.2.21
13452026-03-24T17:37:25.580Z Compiling futures-sink v0.3.32
13462026-03-24T17:37:25.716Z Compiling foldhash v0.2.0
13472026-03-24T17:37:25.762Z Compiling cpufeatures v0.2.17
13482026-03-24T17:37:25.765Z Compiling futures-channel v0.3.32
13492026-03-24T17:37:25.830Z Compiling futures-io v0.3.32
13502026-03-24T17:37:25.833Z Compiling slab v0.4.12
13512026-03-24T17:37:25.924Z Compiling getrandom v0.4.1
13522026-03-24T17:37:25.950Z Compiling hashbrown v0.16.1
13532026-03-24T17:37:25.953Z Compiling futures-task v0.3.32
13542026-03-24T17:37:26.042Z Compiling rustversion v1.0.22
13552026-03-24T17:37:26.067Z Compiling rand_core v0.10.0
13562026-03-24T17:37:26.089Z Compiling getrandom v0.3.4
13572026-03-24T17:37:26.116Z Compiling form_urlencoded v1.2.2
13582026-03-24T17:37:26.140Z Compiling dunce v1.0.5
13592026-03-24T17:37:26.161Z Compiling fs_extra v1.3.0
13602026-03-24T17:37:26.218Z Compiling getrandom v0.2.17
13612026-03-24T17:37:26.278Z Compiling jobserver v0.1.34
13622026-03-24T17:37:26.307Z Compiling errno v0.3.14
13632026-03-24T17:37:26.351Z Compiling mio v1.1.1
13642026-03-24T17:37:26.376Z Compiling socket2 v0.6.2
13652026-03-24T17:37:26.429Z Compiling rand_core v0.6.4
13662026-03-24T17:37:26.515Z Compiling signal-hook-registry v1.4.8
13672026-03-24T17:37:26.539Z Compiling ident_case v1.0.1
13682026-03-24T17:37:26.602Z Compiling cc v1.2.56
13692026-03-24T17:37:26.650Z Compiling once_cell v1.21.3
13702026-03-24T17:37:26.731Z Compiling parking_lot v0.12.5
13712026-03-24T17:37:26.755Z Compiling indexmap v2.13.0
13722026-03-24T17:37:26.806Z Compiling base64ct v1.8.3
13732026-03-24T17:37:26.829Z Compiling flagset v0.4.7
13742026-03-24T17:37:26.833Z Compiling rustix v1.1.3
13752026-03-24T17:37:26.876Z Compiling iana-time-zone v0.1.65
13762026-03-24T17:37:26.904Z Compiling uuid v1.21.0
13772026-03-24T17:37:26.950Z Compiling rustc_version v0.4.1
13782026-03-24T17:37:26.978Z Compiling vcpkg v0.2.15
13792026-03-24T17:37:27.021Z Compiling aws-lc-rs v1.16.0
13802026-03-24T17:37:27.047Z Compiling regex-syntax v0.8.10
13812026-03-24T17:37:27.218Z Compiling pem-rfc7468 v0.7.0
13822026-03-24T17:37:27.270Z Compiling tracing-core v0.1.36
13832026-03-24T17:37:27.336Z Compiling rand_core v0.9.5
13842026-03-24T17:37:27.383Z Compiling crossbeam-utils v0.8.21
13852026-03-24T17:37:27.405Z Compiling syn v1.0.109
13862026-03-24T17:37:27.425Z Compiling base64 v0.22.1
13872026-03-24T17:37:27.609Z Compiling schemars v0.8.22
13882026-03-24T17:37:27.650Z Compiling cmake v0.1.57
13892026-03-24T17:37:27.675Z Compiling httparse v1.10.1
13902026-03-24T17:37:27.721Z Compiling openssl-probe v0.2.1
13912026-03-24T17:37:27.721Z Compiling untrusted v0.7.1
13922026-03-24T17:37:27.813Z Compiling untrusted v0.9.0
13932026-03-24T17:37:27.887Z Compiling rustls v0.23.37
13942026-03-24T17:37:27.930Z Compiling dyn-clone v1.0.20
13952026-03-24T17:37:27.933Z Compiling tower-service v0.3.3
13962026-03-24T17:37:27.979Z Compiling try-lock v0.2.5
13972026-03-24T17:37:27.993Z Compiling tower-layer v0.3.3
13982026-03-24T17:37:27.993Z Compiling tinyvec_macros v0.1.1
13992026-03-24T17:37:28.049Z Compiling atomic-waker v1.1.2
14002026-03-24T17:37:28.097Z Compiling want v0.3.1
14012026-03-24T17:37:28.127Z Compiling tinyvec v1.10.0
14022026-03-24T17:37:28.127Z Compiling spin v0.9.8
14032026-03-24T17:37:28.173Z Compiling aho-corasick v1.1.4
14042026-03-24T17:37:28.198Z Compiling pin-utils v0.1.0
14052026-03-24T17:37:28.220Z Compiling foreign-types-shared v0.1.1
14062026-03-24T17:37:28.244Z Compiling openssl v0.10.75
14072026-03-24T17:37:28.247Z Compiling crc32fast v1.5.0
14082026-03-24T17:37:28.333Z Compiling time-core v0.1.8
14092026-03-24T17:37:28.339Z Compiling powerfmt v0.2.0
14102026-03-24T17:37:28.339Z Compiling httpdate v1.0.3
14112026-03-24T17:37:28.402Z Compiling num-conv v0.2.0
14122026-03-24T17:37:28.426Z Compiling foreign-types v0.3.2
14132026-03-24T17:37:28.524Z Compiling wait-timeout v0.2.1
14142026-03-24T17:37:28.546Z Compiling either v1.15.0
14152026-03-24T17:37:28.549Z Compiling siphasher v1.0.2
14162026-03-24T17:37:28.592Z Compiling time-macros v0.2.27
14172026-03-24T17:37:28.595Z Compiling deranged v0.5.8
14182026-03-24T17:37:28.639Z Compiling num_threads v0.1.7
14192026-03-24T17:37:28.663Z Compiling bit-vec v0.8.0
14202026-03-24T17:37:28.666Z Compiling simd-adler32 v0.3.8
14212026-03-24T17:37:28.730Z Compiling quick-error v1.2.3
14222026-03-24T17:37:28.755Z Compiling usdt-impl v0.6.0
14232026-03-24T17:37:28.780Z Compiling native-tls v0.2.18
14242026-03-24T17:37:28.804Z Compiling aws-lc-sys v0.37.1
14252026-03-24T17:37:28.834Z Compiling ring v0.17.14
14262026-03-24T17:37:28.857Z Compiling openssl-sys v0.9.111
14272026-03-24T17:37:28.925Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14282026-03-24T17:37:28.926Z Compiling bzip2-sys v0.1.13+1.0.8
14292026-03-24T17:37:29.081Z Compiling tempfile v3.25.0
14302026-03-24T17:37:29.103Z Compiling bit-set v0.8.0
14312026-03-24T17:37:29.172Z Compiling unicode-normalization v0.1.25
14322026-03-24T17:37:29.308Z Compiling synstructure v0.13.2
14332026-03-24T17:37:29.331Z Compiling serde_derive_internals v0.29.1
14342026-03-24T17:37:29.407Z Compiling pest_generator v2.8.6
14352026-03-24T17:37:29.431Z Compiling darling_core v0.20.11
14362026-03-24T17:37:29.612Z Compiling regex-automata v0.4.14
14372026-03-24T17:37:29.846Z Compiling rusty-fork v0.3.1
14382026-03-24T17:37:30.048Z Compiling darling_core v0.21.3
14392026-03-24T17:37:30.159Z Compiling time v0.3.47
14402026-03-24T17:37:30.180Z Compiling crossbeam-epoch v0.9.18
14412026-03-24T17:37:30.290Z Compiling slog v2.8.2
14422026-03-24T17:37:30.386Z Compiling rand_xorshift v0.4.0
14432026-03-24T17:37:30.411Z Compiling heapless v0.7.17
14442026-03-24T17:37:30.484Z Compiling thread-id v5.1.0
14452026-03-24T17:37:30.546Z Compiling sync_wrapper v1.0.2
14462026-03-24T17:37:30.605Z Compiling cookie v0.18.1
14472026-03-24T17:37:30.631Z Compiling zstd-safe v7.2.4
14482026-03-24T17:37:30.631Z Compiling unicode-segmentation v1.12.0
14492026-03-24T17:37:30.674Z Compiling unicode-properties v0.1.4
14502026-03-24T17:37:30.677Z Compiling signal-hook v0.3.18
14512026-03-24T17:37:30.720Z Compiling anyhow v1.0.102
14522026-03-24T17:37:30.745Z Compiling rayon-core v1.13.0
14532026-03-24T17:37:30.865Z Compiling unicode-bidi v0.3.18
14542026-03-24T17:37:30.900Z Compiling adler2 v2.0.1
14552026-03-24T17:37:30.937Z Compiling paste v1.0.15
14562026-03-24T17:37:30.971Z Compiling unarray v0.1.4
14572026-03-24T17:37:31.051Z Compiling miniz_oxide v0.8.9
14582026-03-24T17:37:31.198Z Compiling crossbeam-deque v0.8.6
14592026-03-24T17:37:31.241Z Compiling num-integer v0.1.46
14602026-03-24T17:37:31.370Z Compiling stringprep v0.1.5
14612026-03-24T17:37:31.445Z Compiling vergen-lib v0.1.6
14622026-03-24T17:37:31.466Z Compiling curve25519-dalek v4.1.3
14632026-03-24T17:37:31.598Z Compiling ff v0.13.1
14642026-03-24T17:37:31.691Z Compiling hash32 v0.2.1
14652026-03-24T17:37:31.716Z Compiling memoffset v0.9.1
14662026-03-24T17:37:31.784Z Compiling smoltcp v0.9.1
14672026-03-24T17:37:31.894Z Compiling fallible-iterator v0.2.0
14682026-03-24T17:37:31.915Z Compiling base16ct v0.2.0
14692026-03-24T17:37:31.918Z Compiling serde_derive v1.0.228
14702026-03-24T17:37:31.966Z Compiling zeroize_derive v1.4.3
14712026-03-24T17:37:31.987Z Compiling zerofrom-derive v0.1.6
14722026-03-24T17:37:31.990Z Compiling yoke-derive v0.8.1
14732026-03-24T17:37:32.032Z Compiling zerocopy-derive v0.8.40
14742026-03-24T17:37:32.162Z Compiling zerovec-derive v0.11.2
14752026-03-24T17:37:32.235Z Compiling displaydoc v0.2.5
14762026-03-24T17:37:32.318Z Compiling tokio-macros v2.6.0
14772026-03-24T17:37:32.408Z Compiling futures-macro v0.3.32
14782026-03-24T17:37:32.816Z Compiling der_derive v0.7.3
14792026-03-24T17:37:32.864Z Compiling zeroize v1.8.2
14802026-03-24T17:37:33.252Z Compiling thiserror-impl v2.0.18
14812026-03-24T17:37:33.314Z Compiling rustls-pki-types v1.14.0
14822026-03-24T17:37:33.513Z Compiling futures-util v0.3.32
14832026-03-24T17:37:33.623Z Compiling tracing-attributes v0.1.31
14842026-03-24T17:37:33.676Z Compiling scroll_derive v0.13.1
14852026-03-24T17:37:33.679Z Compiling pest_derive v2.8.6
14862026-03-24T17:37:33.863Z Compiling schemars_derive v0.8.22
14872026-03-24T17:37:33.965Z Compiling crypto-common v0.1.7
14882026-03-24T17:37:33.988Z Compiling zerofrom v0.1.6
14892026-03-24T17:37:34.011Z Compiling block-buffer v0.10.4
14902026-03-24T17:37:34.181Z Compiling yoke v0.8.1
14912026-03-24T17:37:34.185Z Compiling block-padding v0.3.3
14922026-03-24T17:37:34.216Z Compiling digest v0.10.7
14932026-03-24T17:37:34.260Z Compiling der v0.7.10
14942026-03-24T17:37:34.342Z Compiling inout v0.1.4
14952026-03-24T17:37:34.398Z Compiling darling_macro v0.20.11
14962026-03-24T17:37:34.458Z Compiling zerovec v0.11.5
14972026-03-24T17:37:34.576Z Compiling zerotrie v0.2.3
14982026-03-24T17:37:34.597Z Compiling hmac v0.12.1
14992026-03-24T17:37:34.815Z Compiling cipher v0.4.4
15002026-03-24T17:37:34.873Z Compiling sha2 v0.10.9
15012026-03-24T17:37:34.997Z Compiling pbkdf2 v0.12.2
15022026-03-24T17:37:35.030Z Compiling scroll v0.13.0
15032026-03-24T17:37:35.164Z Compiling tinystr v0.8.2
15042026-03-24T17:37:35.186Z Compiling potential_utf v0.1.4
15052026-03-24T17:37:35.189Z Compiling salsa20 v0.10.2
15062026-03-24T17:37:35.190Z Compiling thiserror v2.0.18
15072026-03-24T17:37:35.360Z Compiling icu_collections v2.1.1
15082026-03-24T17:37:35.418Z Compiling icu_locale_core v2.1.1
15092026-03-24T17:37:35.442Z Compiling scrypt v0.11.0
15102026-03-24T17:37:35.447Z Compiling aes v0.8.4
15112026-03-24T17:37:35.488Z Compiling spki v0.7.3
15122026-03-24T17:37:35.543Z Compiling cbc v0.1.2
15132026-03-24T17:37:35.619Z Compiling tracing v0.1.44
15142026-03-24T17:37:35.645Z Compiling goblin v0.10.5
15152026-03-24T17:37:35.747Z Compiling darling v0.20.11
15162026-03-24T17:37:35.778Z Compiling thiserror-impl v1.0.69
15172026-03-24T17:37:35.832Z Compiling openssl-macros v0.1.1
15182026-03-24T17:37:35.870Z Compiling derive_builder_core v0.20.2
15192026-03-24T17:37:35.989Z Compiling dtrace-parser v0.3.0
15202026-03-24T17:37:36.023Z Compiling pkcs5 v0.7.1
15212026-03-24T17:37:36.053Z Compiling signature v2.2.0
15222026-03-24T17:37:36.250Z Compiling rustls-native-certs v0.8.3
15232026-03-24T17:37:36.294Z Compiling scroll_derive v0.12.1
15242026-03-24T17:37:36.354Z Compiling icu_provider v2.1.1
15252026-03-24T17:37:36.637Z Compiling pkcs8 v0.10.2
15262026-03-24T17:37:36.688Z Compiling icu_properties v2.1.2
15272026-03-24T17:37:36.691Z Compiling icu_normalizer v2.1.1
15282026-03-24T17:37:36.788Z Compiling bytes v1.11.1
15292026-03-24T17:37:36.814Z Compiling chrono v0.4.44
15302026-03-24T17:37:36.888Z Compiling ipnet v2.11.0
15312026-03-24T17:37:36.909Z Compiling serde_spanned v0.6.9
15322026-03-24T17:37:37.050Z Compiling toml_datetime v0.6.11
15332026-03-24T17:37:37.073Z Compiling erased-serde v0.3.31
15342026-03-24T17:37:37.110Z Compiling serde_tokenstream v0.2.3
15352026-03-24T17:37:37.132Z Compiling derive_builder_macro v0.20.2
15362026-03-24T17:37:37.205Z Compiling scroll v0.12.0
15372026-03-24T17:37:37.415Z Compiling md-5 v0.10.6
15382026-03-24T17:37:37.446Z Compiling tokio v1.49.0
15392026-03-24T17:37:37.539Z Compiling http v1.4.0
15402026-03-24T17:37:37.561Z Compiling thiserror v1.0.69
15412026-03-24T17:37:37.584Z Compiling webpki-roots v1.0.6
15422026-03-24T17:37:37.609Z Compiling darling_macro v0.21.3
15432026-03-24T17:37:37.639Z Compiling zerocopy-derive v0.7.35
15442026-03-24T17:37:37.661Z Compiling zlib-rs v0.6.2
15452026-03-24T17:37:37.705Z Compiling rustix v0.38.44
15462026-03-24T17:37:37.748Z Compiling litrs v1.0.0
15472026-03-24T17:37:37.771Z Compiling psl-types v2.0.11
15482026-03-24T17:37:37.816Z Compiling ref-cast v1.0.25
15492026-03-24T17:37:37.942Z Compiling idna_adapter v1.2.1
15502026-03-24T17:37:38.040Z Compiling iri-string v0.7.10
15512026-03-24T17:37:38.133Z Compiling idna v1.1.0
15522026-03-24T17:37:38.188Z Compiling cfg_aliases v0.2.1
15532026-03-24T17:37:38.232Z Compiling num-bigint-dig v0.8.6
15542026-03-24T17:37:38.254Z Compiling ryu v1.0.23
15552026-03-24T17:37:38.275Z Compiling ppv-lite86 v0.2.21
15562026-03-24T17:37:38.300Z Compiling nix v0.31.1
15572026-03-24T17:37:38.463Z Compiling http-body v1.0.1
15582026-03-24T17:37:38.512Z Compiling document-features v0.2.12
15592026-03-24T17:37:38.538Z Compiling url v2.5.8
15602026-03-24T17:37:38.561Z Compiling publicsuffix v2.3.0
15612026-03-24T17:37:38.677Z Compiling http-body-util v0.1.3
15622026-03-24T17:37:38.749Z Compiling rand_chacha v0.9.0
15632026-03-24T17:37:38.776Z Compiling rand_chacha v0.3.1
15642026-03-24T17:37:38.806Z Compiling serde_urlencoded v0.7.1
15652026-03-24T17:37:38.831Z Compiling darling v0.21.3
15662026-03-24T17:37:38.930Z Compiling zerocopy v0.7.35
15672026-03-24T17:37:39.063Z Compiling derive_builder v0.20.2
15682026-03-24T17:37:39.085Z Compiling goblin v0.8.2
15692026-03-24T17:37:39.190Z Compiling rand v0.9.2
15702026-03-24T17:37:39.244Z Compiling rand v0.8.5
15712026-03-24T17:37:39.350Z Compiling sec1 v0.7.3
15722026-03-24T17:37:39.640Z Compiling dof v0.4.0
15732026-03-24T17:37:39.710Z Compiling cargo-platform v0.1.9
15742026-03-24T17:37:39.733Z Compiling hkdf v0.12.4
15752026-03-24T17:37:39.758Z Compiling crypto-bigint v0.5.5
15762026-03-24T17:37:39.779Z Compiling hubpack_derive v0.1.1
15772026-03-24T17:37:39.910Z Compiling regex v1.12.3
15782026-03-24T17:37:39.960Z Compiling proptest v1.10.0
15792026-03-24T17:37:40.238Z Compiling postgres-protocol v0.6.10
15802026-03-24T17:37:40.419Z Compiling ipnetwork v0.21.1
15812026-03-24T17:37:40.442Z Compiling strum_macros v0.27.2
15822026-03-24T17:37:40.505Z Compiling ref-cast-impl v1.0.25
15832026-03-24T17:37:40.530Z Compiling async-trait v0.1.89
15842026-03-24T17:37:40.554Z Compiling daft-derive v0.1.5
15852026-03-24T17:37:41.003Z Compiling oxnet v0.1.4
15862026-03-24T17:37:41.052Z Compiling curve25519-dalek-derive v0.1.1
15872026-03-24T17:37:41.349Z Compiling group v0.13.0
15882026-03-24T17:37:41.567Z Compiling num-iter v0.1.45
15892026-03-24T17:37:41.737Z Compiling proc-macro-error v1.0.4
15902026-03-24T17:37:41.784Z Compiling heck v0.4.1
15912026-03-24T17:37:41.900Z Compiling flate2 v1.1.9
15922026-03-24T17:37:42.013Z Compiling terminal_size v0.4.3
15932026-03-24T17:37:42.036Z Compiling phf_shared v0.13.1
15942026-03-24T17:37:42.084Z Compiling lazy_static v1.5.0
15952026-03-24T17:37:42.107Z Compiling vergen v9.0.6
15962026-03-24T17:37:42.158Z Compiling fs-err v3.3.0
15972026-03-24T17:37:42.201Z Compiling ahash v0.8.12
15982026-03-24T17:37:42.223Z Compiling winnow v0.5.40
15992026-03-24T17:37:42.340Z Compiling object v0.37.3
16002026-03-24T17:37:42.365Z Compiling bumpalo v3.20.2
16012026-03-24T17:37:42.368Z Compiling libbz2-rs-sys v0.2.2
16022026-03-24T17:37:42.412Z Compiling managed v0.8.0
16032026-03-24T17:37:42.415Z Compiling bitflags v1.3.2
16042026-03-24T17:37:42.458Z Compiling foldhash v0.1.5
16052026-03-24T17:37:42.484Z Compiling console v0.16.2
16062026-03-24T17:37:42.531Z Compiling clap_builder v4.5.60
16072026-03-24T17:37:42.610Z Compiling phf v0.13.1
16082026-03-24T17:37:42.695Z Compiling tokio-util v0.7.18
16092026-03-24T17:37:42.699Z Compiling tower v0.5.3
16102026-03-24T17:37:42.720Z Compiling tokio-native-tls v0.3.1
16112026-03-24T17:37:42.763Z Compiling hashbrown v0.15.5
16122026-03-24T17:37:42.832Z Compiling zopfli v0.8.3
16132026-03-24T17:37:42.855Z Compiling dof v0.3.0
16142026-03-24T17:37:42.982Z Compiling bzip2 v0.6.1
16152026-03-24T17:37:43.198Z Compiling strum v0.27.2
16162026-03-24T17:37:43.263Z Compiling tower-http v0.6.8
16172026-03-24T17:37:43.327Z Compiling newtype-uuid v1.3.2
16182026-03-24T17:37:43.369Z Compiling signal-hook-mio v0.2.5
16192026-03-24T17:37:43.392Z Compiling zone_cfg_derive v0.3.1
16202026-03-24T17:37:43.529Z Compiling rayon v1.11.0
16212026-03-24T17:37:43.756Z Compiling h2 v0.4.13
16222026-03-24T17:37:43.784Z Compiling daft v0.1.5
16232026-03-24T17:37:43.912Z Compiling cargo_metadata v0.19.2
16242026-03-24T17:37:43.933Z Compiling usdt-attr-macro v0.6.0
16252026-03-24T17:37:44.076Z Compiling toml_edit v0.19.15
16262026-03-24T17:37:44.133Z Compiling usdt-macro v0.6.0
16272026-03-24T17:37:44.222Z Compiling cookie_store v0.22.1
16282026-03-24T17:37:44.274Z Compiling elliptic-curve v0.13.8
16292026-03-24T17:37:44.393Z Compiling postgres-types v0.2.12
16302026-03-24T17:37:44.562Z Compiling bzip2 v0.4.4
16312026-03-24T17:37:44.833Z Compiling hubpack v0.1.2
16322026-03-24T17:37:44.855Z Compiling zstd v0.13.3
16332026-03-24T17:37:45.143Z Compiling serde_with_macros v3.17.0
16342026-03-24T17:37:45.166Z Compiling dtrace-parser v0.2.0
16352026-03-24T17:37:45.208Z Compiling pkcs1 v0.7.5
16362026-03-24T17:37:45.233Z Compiling ed25519 v2.2.3
16372026-03-24T17:37:45.256Z Compiling serde-big-array v0.5.1
16382026-03-24T17:37:45.477Z Compiling hex v0.4.3
16392026-03-24T17:37:45.572Z Compiling rfc6979 v0.4.0
16402026-03-24T17:37:45.760Z Compiling bstr v1.12.1
16412026-03-24T17:37:45.814Z Compiling clap_derive v4.5.55
16422026-03-24T17:37:45.839Z Compiling strum_macros v0.26.4
16432026-03-24T17:37:45.862Z Compiling serde_repr v0.1.20
16442026-03-24T17:37:46.081Z Compiling enum-as-inner v0.6.1
16452026-03-24T17:37:46.300Z Compiling itertools v0.12.1
16462026-03-24T17:37:46.410Z Compiling phf_shared v0.11.3
16472026-03-24T17:37:46.591Z Compiling float-cmp v0.10.0
16482026-03-24T17:37:46.660Z Compiling thread-id v4.2.2
16492026-03-24T17:37:46.685Z Compiling memmap2 v0.9.10
16502026-03-24T17:37:46.688Z Compiling env_filter v1.0.0
16512026-03-24T17:37:46.733Z Compiling encoding_rs v0.8.35
16522026-03-24T17:37:46.767Z Compiling static_assertions v1.1.0
16532026-03-24T17:37:46.789Z Compiling difflib v0.4.0
16542026-03-24T17:37:46.813Z Compiling predicates-core v1.0.10
16552026-03-24T17:37:46.877Z Compiling rustc-hash v2.1.1
16562026-03-24T17:37:46.918Z Compiling fixedbitset v0.5.7
16572026-03-24T17:37:46.989Z Compiling unit-prefix v0.5.2
16582026-03-24T17:37:47.066Z Compiling normalize-line-endings v0.3.0
16592026-03-24T17:37:47.069Z Compiling new_debug_unreachable v1.0.6
16602026-03-24T17:37:47.134Z Compiling fixedbitset v0.4.2
16612026-03-24T17:37:47.187Z Compiling whoami v2.1.0
16622026-03-24T17:37:47.209Z Compiling precomputed-hash v0.1.1
16632026-03-24T17:37:47.212Z Compiling mime v0.3.17
16642026-03-24T17:37:47.337Z Compiling data-encoding v2.10.0
16652026-03-24T17:37:47.358Z Compiling jiff v0.2.21
16662026-03-24T17:37:47.440Z Compiling keccak v0.1.6
16672026-03-24T17:37:47.573Z Compiling tokio-postgres v0.7.16
16682026-03-24T17:37:47.593Z Compiling toml_edit v0.22.27
16692026-03-24T17:37:47.614Z Compiling petgraph v0.6.5
16702026-03-24T17:37:47.705Z Compiling sha3 v0.10.8
16712026-03-24T17:37:47.931Z Compiling hyper v1.8.1
16722026-03-24T17:37:48.005Z Compiling zone v0.3.1
16732026-03-24T17:37:48.298Z Compiling strum v0.26.3
16742026-03-24T17:37:48.323Z Compiling hickory-proto v0.25.2
16752026-03-24T17:37:48.327Z Compiling clap v4.5.60
16762026-03-24T17:37:48.365Z Compiling string_cache v0.8.9
16772026-03-24T17:37:48.463Z Compiling petgraph v0.8.3
16782026-03-24T17:37:48.486Z Compiling predicates v3.1.4
16792026-03-24T17:37:48.646Z Compiling indicatif v0.18.4
16802026-03-24T17:37:48.681Z Compiling iddqd v0.3.17
16812026-03-24T17:37:48.785Z Compiling env_logger v0.11.9
16822026-03-24T17:37:48.966Z Compiling usdt v0.6.0
16832026-03-24T17:37:49.321Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16842026-03-24T17:37:49.346Z Compiling usdt-impl v0.5.0
16852026-03-24T17:37:49.398Z Compiling serde_with v3.17.0
16862026-03-24T17:37:49.446Z Compiling hyper-util v0.1.20
16872026-03-24T17:37:49.655Z Compiling similar v2.7.0
16882026-03-24T17:37:49.836Z Compiling crossterm v0.28.1
16892026-03-24T17:37:50.180Z Compiling toml v0.7.8
16902026-03-24T17:37:50.203Z Compiling ecdsa v0.16.9
16912026-03-24T17:37:50.342Z Compiling rsa v0.9.10
16922026-03-24T17:37:50.674Z Compiling ed25519-dalek v2.2.0
16932026-03-24T17:37:50.875Z Compiling zip v0.6.6
16942026-03-24T17:37:51.057Z Compiling zip v4.6.1
16952026-03-24T17:37:51.293Z Compiling tokio-stream v0.1.18
16962026-03-24T17:37:51.532Z Compiling hyper-tls v0.6.0
16972026-03-24T17:37:51.656Z Compiling buf-list v1.1.2
16982026-03-24T17:37:51.841Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-03-24T17:37:51.865Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-03-24T17:37:51.891Z Compiling openapiv3 v2.2.0
17012026-03-24T17:37:51.921Z Compiling x509-cert v0.2.5
17022026-03-24T17:37:51.997Z Compiling sha1 v0.10.6
17032026-03-24T17:37:52.036Z Compiling itertools v0.13.0
17042026-03-24T17:37:52.122Z Compiling toml_datetime v0.7.5+spec-1.1.0
17052026-03-24T17:37:52.292Z Compiling lalrpop-util v0.19.12
17062026-03-24T17:37:52.315Z Compiling peg-runtime v0.8.5
17072026-03-24T17:37:52.403Z Compiling thread_local v1.1.9
17082026-03-24T17:37:52.524Z Compiling slog-async v2.8.0
17092026-03-24T17:37:52.554Z Compiling futures-executor v0.3.32
17102026-03-24T17:37:52.698Z Compiling crossbeam-channel v0.5.15
17112026-03-24T17:37:52.727Z Compiling filetime v0.2.27
17122026-03-24T17:37:52.756Z Compiling is-terminal v0.4.17
17132026-03-24T17:37:52.776Z Compiling take_mut v0.2.2
17142026-03-24T17:37:52.887Z Compiling term v1.2.1
17152026-03-24T17:37:52.934Z Compiling xattr v1.6.1
17162026-03-24T17:37:52.937Z Compiling futures v0.3.32
17172026-03-24T17:37:53.169Z Compiling tar v0.4.44
17182026-03-24T17:37:53.332Z Compiling slog-term v2.9.2
17192026-03-24T17:38:13.565Z Compiling rustls-webpki v0.103.9
17202026-03-24T17:38:17.562Z Compiling tokio-rustls v0.26.4
17212026-03-24T17:38:17.563Z Compiling rustls-platform-verifier v0.6.2
17222026-03-24T17:38:17.822Z Compiling hyper-rustls v0.27.7
17232026-03-24T17:38:18.078Z Compiling reqwest v0.12.28
17242026-03-24T17:38:18.079Z Compiling reqwest v0.13.2
17252026-03-24T17:38:20.880Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-03-24T17:38:21.174Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-03-24T17:38:24.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
17282026-03-24T17:38:25.103Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-03-24T17:38:25.159ZMar 24 17:38:24.415 INFO Starting download, target: DendriteStub
17302026-03-24T17:38:25.159ZMar 24 17:38:24.416 INFO Starting download, target: Console
17312026-03-24T17:38:25.159ZMar 24 17:38:24.416 INFO Starting download, target: MaghemiteMgd
17322026-03-24T17:38:25.159ZMar 24 17:38:24.416 INFO Starting download, target: Clickhouse
17332026-03-24T17:38:25.159ZMar 24 17:38:24.416 INFO Starting download, target: TransceiverControl
17342026-03-24T17:38:25.163ZMar 24 17:38:24.416 INFO Starting download, target: Cockroach
17352026-03-24T17:38:25.163ZMar 24 17:38:24.416 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-03-24T17:38:25.163ZMar 24 17:38:24.416 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-03-24T17:38:25.163ZMar 24 17:38:24.416 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-03-24T17:38:25.163ZMar 24 17:38:24.416 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-03-24T17:38:25.163ZMar 24 17:38:24.416 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-03-24T17:38:25.163ZMar 24 17:38:24.416 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-03-24T17:38:26.713ZMar 24 17:38:25.557 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-03-24T17:38:26.778ZMar 24 17:38:25.933 INFO Download complete, target: Console
17432026-03-24T17:38:27.249ZMar 24 17:38:26.489 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-03-24T17:38:27.259ZMar 24 17:38:26.509 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17452026-03-24T17:38:27.615ZMar 24 17:38:26.854 INFO Download complete, target: TransceiverControl
17462026-03-24T17:38:28.528ZMar 24 17:38:27.782 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-03-24T17:38:28.711ZMar 24 17:38:27.964 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-03-24T17:38:29.584ZMar 24 17:38:28.838 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-03-24T17:38:29.584ZMar 24 17:38:28.839 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-03-24T17:38:32.223ZMar 24 17:38:31.478 INFO Download complete, target: DendriteStub
17512026-03-24T17:38:32.412ZMar 24 17:38:31.667 INFO Download complete, target: MaghemiteMgd
17522026-03-24T17:38:37.214ZMar 24 17:38:36.406 INFO Checking that binary works, target: Cockroach
17532026-03-24T17:38:37.276ZMar 24 17:38:36.528 INFO Download complete, target: Cockroach
17542026-03-24T17:38:38.428ZMar 24 17:38:37.680 INFO Checking that binary works, target: Clickhouse
17552026-03-24T17:38:38.533ZMar 24 17:38:37.788 INFO Download complete, target: Clickhouse
17562026-03-24T17:38:38.546ZAll prerequisites installed successfully
17572026-03-24T17:38:38.564Z
17582026-03-24T17:38:38.565Zreal 3:40.083931020
17592026-03-24T17:38:38.565Zuser 10:24.062800117
17602026-03-24T17:38:38.565Zsys 2:05.356676776
17612026-03-24T17:38:38.565Ztrap 0.339832921
17622026-03-24T17:38:38.565Ztflt 1.181686886
17632026-03-24T17:38:38.565Zdflt 1.839505221
17642026-03-24T17:38:38.565Zkflt 0.020148935
17652026-03-24T17:38:38.565Zlock 31:55.575715766
17662026-03-24T17:38:38.565Zslp 25:14.705224620
17672026-03-24T17:38:38.565Zlat 29.461872179
17682026-03-24T17:38:38.565Zstop 4:30.637724150
17692026-03-24T17:38:38.565Z+ ptime -m cargo xtask download softnpu
17702026-03-24T17:38:39.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17712026-03-24T17:38:39.282Z Running `target/debug/xtask download softnpu`
17722026-03-24T17:38:40.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
17732026-03-24T17:38:40.400Z Running `target/debug/xtask-downloader softnpu`
17742026-03-24T17:38:40.448ZMar 24 17:38:39.702 INFO Starting download, target: Softnpu
17752026-03-24T17:38:40.451ZMar 24 17:38:39.703 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17762026-03-24T17:38:41.329ZMar 24 17:38:40.583 INFO Download complete, target: Softnpu
17772026-03-24T17:38:41.333Z
17782026-03-24T17:38:41.336Zreal 2.786046809
17792026-03-24T17:38:41.336Zuser 1.824734024
17802026-03-24T17:38:41.336Zsys 0.803179084
17812026-03-24T17:38:41.336Ztrap 0.000728809
17822026-03-24T17:38:41.336Ztflt 0.000050769
17832026-03-24T17:38:41.336Zdflt 0.000266462
17842026-03-24T17:38:41.336Zkflt 0.000000000
17852026-03-24T17:38:41.336Zlock 16.136904289
17862026-03-24T17:38:41.336Zslp 0.652348679
17872026-03-24T17:38:41.336Zlat 0.054199287
17882026-03-24T17:38:41.336Zstop 0.000190215
17892026-03-24T17:38:41.336Z+ export CARGO_INCREMENTAL=0
17902026-03-24T17:38:41.336Z+ CARGO_INCREMENTAL=0
17912026-03-24T17:38:41.336Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17922026-03-24T17:38:42.535Z Compiling proc-macro2 v1.0.106
17932026-03-24T17:38:42.535Z Compiling quote v1.0.44
17942026-03-24T17:38:42.540Z Compiling unicode-ident v1.0.24
17952026-03-24T17:38:42.540Z Compiling libc v0.2.180
17962026-03-24T17:38:42.540Z Compiling serde_core v1.0.228
17972026-03-24T17:38:42.540Z Compiling serde v1.0.228
17982026-03-24T17:38:42.540Z Compiling cfg-if v1.0.4
17992026-03-24T17:38:42.540Z Compiling version_check v0.9.5
18002026-03-24T17:38:42.540Z Compiling find-msvc-tools v0.1.9
18012026-03-24T17:38:42.540Z Compiling shlex v1.3.0
18022026-03-24T17:38:42.705Z Compiling typenum v1.19.0
18032026-03-24T17:38:42.710Z Compiling portable-atomic v1.13.1
18042026-03-24T17:38:42.710Z Compiling memchr v2.8.0
18052026-03-24T17:38:42.710Z Compiling autocfg v1.5.0
18062026-03-24T17:38:42.710Z Compiling zmij v1.0.21
18072026-03-24T17:38:42.891Z Compiling serde_json v1.0.149
18082026-03-24T17:38:42.937Z Compiling zerocopy v0.8.40
18092026-03-24T17:38:44.689Z Compiling parking_lot_core v0.9.12
18102026-03-24T17:38:44.689Z Compiling generic-array v0.14.7
18112026-03-24T17:38:44.689Z Compiling libm v0.2.16
18122026-03-24T17:38:44.689Z Compiling num-traits v0.2.19
18132026-03-24T17:38:44.689Z Compiling smallvec v1.15.1
18142026-03-24T17:38:44.689Z Compiling icu_properties_data v2.1.2
18152026-03-24T17:38:44.689Z Compiling icu_normalizer_data v2.1.1
18162026-03-24T17:38:44.689Z Compiling itoa v1.0.17
18172026-03-24T17:38:44.689Z Compiling log v0.4.29
18182026-03-24T17:38:44.689Z Compiling getrandom v0.4.1
18192026-03-24T17:38:44.689Z Compiling pkg-config v0.3.32
18202026-03-24T17:38:44.689Z Compiling stable_deref_trait v1.2.1
18212026-03-24T17:38:44.689Z Compiling subtle v2.6.1
18222026-03-24T17:38:44.689Z Compiling scopeguard v1.2.0
18232026-03-24T17:38:44.703Z Compiling jobserver v0.1.34
18242026-03-24T17:38:44.703Z Compiling getrandom v0.2.17
18252026-03-24T17:38:44.703Z Compiling errno v0.3.14
18262026-03-24T17:38:44.703Z Compiling lock_api v0.4.14
18272026-03-24T17:38:44.703Z Compiling fnv v1.0.7
18282026-03-24T17:38:44.703Z Compiling rand_core v0.6.4
18292026-03-24T17:38:44.703Z Compiling thiserror v2.0.18
18302026-03-24T17:38:44.703Z Compiling cc v1.2.56
18312026-03-24T17:38:44.704Z Compiling pin-project-lite v0.2.17
18322026-03-24T17:38:44.704Z Compiling getrandom v0.3.4
18332026-03-24T17:38:44.704Z Compiling syn v2.0.117
18342026-03-24T17:38:44.704Z Compiling critical-section v1.2.0
18352026-03-24T17:38:44.704Z Compiling equivalent v1.0.2
18362026-03-24T17:38:44.719Z Compiling rustversion v1.0.22
18372026-03-24T17:38:44.729Z Compiling allocator-api2 v0.2.21
18382026-03-24T17:38:44.843Z Compiling fs_extra v1.3.0
18392026-03-24T17:38:44.848Z Compiling percent-encoding v2.3.2
18402026-03-24T17:38:44.848Z Compiling writeable v0.6.2
18412026-03-24T17:38:45.039Z Compiling dunce v1.0.5
18422026-03-24T17:38:45.066Z Compiling litemap v0.8.1
18432026-03-24T17:38:45.149Z Compiling once_cell v1.21.3
18442026-03-24T17:38:45.235Z Compiling foldhash v0.2.0
18452026-03-24T17:38:45.373Z Compiling cmake v0.1.57
18462026-03-24T17:38:45.393Z Compiling const-oid v0.9.6
18472026-03-24T17:38:45.510Z Compiling hashbrown v0.16.1
18482026-03-24T17:38:45.510Z Compiling signal-hook-registry v1.4.8
18492026-03-24T17:38:45.557Z Compiling rustix v1.1.3
18502026-03-24T17:38:45.604Z Compiling socket2 v0.6.2
18512026-03-24T17:38:45.629Z Compiling mio v1.1.1
18522026-03-24T17:38:45.654Z Compiling schemars v0.8.22
18532026-03-24T17:38:45.853Z Compiling semver v1.0.27
18542026-03-24T17:38:45.924Z Compiling parking_lot v0.12.5
18552026-03-24T17:38:46.053Z Compiling bitflags v2.11.0
18562026-03-24T17:38:46.138Z Compiling rand_core v0.10.0
18572026-03-24T17:38:46.195Z Compiling ring v0.17.14
18582026-03-24T17:38:46.276Z Compiling aws-lc-sys v0.37.1
18592026-03-24T17:38:46.307Z Compiling indexmap v2.13.0
18602026-03-24T17:38:46.323Z Compiling aws-lc-rs v1.16.0
18612026-03-24T17:38:46.379Z Compiling utf8_iter v1.0.4
18622026-03-24T17:38:46.487Z Compiling form_urlencoded v1.2.2
18632026-03-24T17:38:46.631Z Compiling futures-core v0.3.32
18642026-03-24T17:38:46.655Z Compiling strsim v0.11.1
18652026-03-24T17:38:46.830Z Compiling httparse v1.10.1
18662026-03-24T17:38:46.836Z Compiling byteorder v1.5.0
18672026-03-24T17:38:47.014Z Compiling thiserror v1.0.69
18682026-03-24T17:38:47.065Z Compiling ucd-trie v0.1.7
18692026-03-24T17:38:47.145Z Compiling vcpkg v0.2.15
18702026-03-24T17:38:47.165Z Compiling heck v0.5.0
18712026-03-24T17:38:47.217Z Compiling ident_case v1.0.1
18722026-03-24T17:38:47.337Z Compiling pest v2.8.6
18732026-03-24T17:38:47.362Z Compiling crossbeam-utils v0.8.21
18742026-03-24T17:38:47.449Z Compiling syn v1.0.109
18752026-03-24T17:38:47.454Z Compiling regex-syntax v0.8.10
18762026-03-24T17:38:47.643Z Compiling rustls v0.23.37
18772026-03-24T17:38:47.696Z Compiling futures-sink v0.3.32
18782026-03-24T17:38:47.751Z Compiling rustc_version v0.4.1
18792026-03-24T17:38:47.821Z Compiling futures-channel v0.3.32
18802026-03-24T17:38:47.844Z Compiling futures-io v0.3.32
18812026-03-24T17:38:47.887Z Compiling futures-task v0.3.32
18822026-03-24T17:38:47.892Z Compiling slab v0.4.12
18832026-03-24T17:38:47.892Z Compiling cpufeatures v0.2.17
18842026-03-24T17:38:47.979Z Compiling openssl-sys v0.9.111
18852026-03-24T17:38:48.100Z Compiling plain v0.2.3
18862026-03-24T17:38:48.124Z Compiling iana-time-zone v0.1.65
18872026-03-24T17:38:48.124Z Compiling uuid v1.21.0
18882026-03-24T17:38:48.174Z Compiling aho-corasick v1.1.4
18892026-03-24T17:38:48.243Z Compiling num-conv v0.2.0
18902026-03-24T17:38:48.357Z Compiling synstructure v0.13.2
18912026-03-24T17:38:48.385Z Compiling serde_derive_internals v0.29.1
18922026-03-24T17:38:48.469Z Compiling time-core v0.1.8
18932026-03-24T17:38:48.678Z Compiling time-macros v0.2.27
18942026-03-24T17:38:48.795Z Compiling openssl v0.10.75
18952026-03-24T17:38:48.820Z Compiling pest_meta v2.8.6
18962026-03-24T17:38:48.894Z Compiling pretty-hex v0.4.1
18972026-03-24T17:38:49.333Z Compiling base64ct v1.8.3
18982026-03-24T17:38:49.372Z Compiling anyhow v1.0.102
18992026-03-24T17:38:49.423Z Compiling crc32fast v1.5.0
19002026-03-24T17:38:49.428Z Compiling either v1.15.0
19012026-03-24T17:38:49.450Z Compiling darling_core v0.21.3
19022026-03-24T17:38:49.502Z Compiling regex-automata v0.4.14
19032026-03-24T17:38:49.529Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19042026-03-24T17:38:49.634Z Compiling native-tls v0.2.18
19052026-03-24T17:38:49.715Z Compiling pest_generator v2.8.6
19062026-03-24T17:38:49.739Z Compiling pem-rfc7468 v0.7.0
19072026-03-24T17:38:49.761Z Compiling flagset v0.4.7
19082026-03-24T17:38:49.791Z Compiling rand_core v0.9.5
19092026-03-24T17:38:49.995Z Compiling slog v2.8.2
19102026-03-24T17:38:50.069Z Compiling tracing-core v0.1.36
19112026-03-24T17:38:50.113Z Compiling rayon-core v1.13.0
19122026-03-24T17:38:50.143Z Compiling dyn-clone v1.0.20
19132026-03-24T17:38:50.167Z Compiling untrusted v0.9.0
19142026-03-24T17:38:50.262Z Compiling serde_derive v1.0.228
19152026-03-24T17:38:50.286Z Compiling zeroize_derive v1.4.3
19162026-03-24T17:38:50.352Z Compiling zerofrom-derive v0.1.6
19172026-03-24T17:38:50.375Z Compiling yoke-derive v0.8.1
19182026-03-24T17:38:50.387Z Compiling zerovec-derive v0.11.2
19192026-03-24T17:38:50.429Z Compiling displaydoc v0.2.5
19202026-03-24T17:38:50.481Z Compiling zerocopy-derive v0.8.40
19212026-03-24T17:38:50.618Z Compiling tokio-macros v2.6.0
19222026-03-24T17:38:50.697Z Compiling futures-macro v0.3.32
19232026-03-24T17:38:51.091Z Compiling zeroize v1.8.2
19242026-03-24T17:38:51.406Z Compiling thiserror-impl v2.0.18
19252026-03-24T17:38:51.578Z Compiling tracing-attributes v0.1.31
19262026-03-24T17:38:51.689Z Compiling der_derive v0.7.3
19272026-03-24T17:38:51.726Z Compiling schemars_derive v0.8.22
19282026-03-24T17:38:51.791Z Compiling thiserror-impl v1.0.69
19292026-03-24T17:38:51.915Z Compiling zerofrom v0.1.6
19302026-03-24T17:38:52.095Z Compiling yoke v0.8.1
19312026-03-24T17:38:52.239Z Compiling crypto-common v0.1.7
19322026-03-24T17:38:52.371Z Compiling zerovec v0.11.5
19332026-03-24T17:38:52.418Z Compiling zerotrie v0.2.3
19342026-03-24T17:38:52.865Z Compiling block-buffer v0.10.4
19352026-03-24T17:38:53.051Z Compiling digest v0.10.7
19362026-03-24T17:38:53.077Z Compiling pest_derive v2.8.6
19372026-03-24T17:38:53.147Z Compiling tinystr v0.8.2
19382026-03-24T17:38:53.176Z Compiling potential_utf v0.1.4
19392026-03-24T17:38:53.249Z Compiling futures-util v0.3.32
19402026-03-24T17:38:53.355Z Compiling icu_collections v2.1.1
19412026-03-24T17:38:53.418Z Compiling icu_locale_core v2.1.1
19422026-03-24T17:38:53.441Z Compiling hmac v0.12.1
19432026-03-24T17:38:53.449Z Compiling block-padding v0.3.3
19442026-03-24T17:38:53.493Z Compiling sha2 v0.10.9
19452026-03-24T17:38:53.679Z Compiling inout v0.1.4
19462026-03-24T17:38:53.683Z Compiling rustls-pki-types v1.14.0
19472026-03-24T17:38:54.767Z Compiling cipher v0.4.4
19482026-03-24T17:38:54.767Z Compiling scroll_derive v0.13.1
19492026-03-24T17:38:54.767Z Compiling scroll_derive v0.12.1
19502026-03-24T17:38:54.767Z Compiling icu_provider v2.1.1
19512026-03-24T17:38:54.767Z Compiling bytes v1.11.1
19522026-03-24T17:38:54.767Z Compiling chrono v0.4.44
19532026-03-24T17:38:55.036Z Compiling icu_properties v2.1.2
19542026-03-24T17:38:55.062Z Compiling icu_normalizer v2.1.1
19552026-03-24T17:38:55.286Z Compiling tokio v1.49.0
19562026-03-24T17:38:55.772Z Compiling serde_tokenstream v0.2.3
19572026-03-24T17:38:55.803Z Compiling openssl-macros v0.1.1
19582026-03-24T17:38:56.178Z Compiling http v1.4.0
19592026-03-24T17:38:56.304Z Compiling idna_adapter v1.2.1
19602026-03-24T17:38:56.558Z Compiling idna v1.1.0
19612026-03-24T17:38:56.604Z Compiling ppv-lite86 v0.2.21
19622026-03-24T17:38:56.863Z Compiling der v0.7.10
19632026-03-24T17:38:56.967Z Compiling url v2.5.8
19642026-03-24T17:38:56.993Z Compiling regex v1.12.3
19652026-03-24T17:38:57.017Z Compiling darling_macro v0.21.3
19662026-03-24T17:38:57.080Z Compiling zerocopy-derive v0.7.35
19672026-03-24T17:38:57.515Z Compiling salsa20 v0.10.2
19682026-03-24T17:38:57.563Z Compiling pbkdf2 v0.12.2
19692026-03-24T17:38:57.629Z Compiling darling v0.21.3
19702026-03-24T17:38:57.716Z Compiling tracing v0.1.44
19712026-03-24T17:38:58.124Z Compiling spki v0.7.3
19722026-03-24T17:38:58.322Z Compiling cookie v0.18.1
19732026-03-24T17:38:58.420Z Compiling base64 v0.22.1
19742026-03-24T17:38:58.464Z Compiling camino v1.2.2
19752026-03-24T17:38:58.620Z Compiling scrypt v0.11.0
19762026-03-24T17:38:58.644Z Compiling rand_chacha v0.9.0
19772026-03-24T17:38:58.739Z Compiling cbc v0.1.2
19782026-03-24T17:38:58.865Z Compiling aes v0.8.4
19792026-03-24T17:38:59.199Z Compiling usdt-impl v0.5.0
19802026-03-24T17:38:59.436Z Compiling paste v1.0.15
19812026-03-24T17:38:59.487Z Compiling usdt-impl v0.6.0
19822026-03-24T17:38:59.524Z Compiling ref-cast v1.0.25
19832026-03-24T17:38:59.546Z Compiling winnow v0.7.14
19842026-03-24T17:38:59.866Z Compiling pkcs5 v0.7.1
19852026-03-24T17:38:59.895Z Compiling rand v0.9.2
19862026-03-24T17:39:00.166Z Compiling http-body v1.0.1
19872026-03-24T17:39:00.385Z Compiling scroll v0.13.0
19882026-03-24T17:39:00.412Z Compiling scroll v0.12.0
19892026-03-24T17:39:00.429Z Compiling tokio-util v0.7.18
19902026-03-24T17:39:00.515Z Compiling toml_datetime v0.6.11
19912026-03-24T17:39:00.536Z Compiling serde_spanned v0.6.9
19922026-03-24T17:39:00.738Z Compiling heapless v0.7.17
19932026-03-24T17:39:00.792Z Compiling bzip2-sys v0.1.13+1.0.8
19942026-03-24T17:39:01.051Z Compiling openssl-probe v0.2.1
19952026-03-24T17:39:01.067Z Compiling zstd-safe v7.2.4
19962026-03-24T17:39:01.067Z Compiling signal-hook v0.3.18
19972026-03-24T17:39:01.074Z Compiling atomic-waker v1.1.2
19982026-03-24T17:39:01.257Z Compiling untrusted v0.7.1
19992026-03-24T17:39:01.322Z Compiling goblin v0.8.2
20002026-03-24T17:39:01.432Z Compiling toml_parser v1.0.9+spec-1.1.0
20012026-03-24T17:39:01.453Z Compiling goblin v0.10.5
20022026-03-24T17:39:01.684Z Compiling pkcs8 v0.10.2
20032026-03-24T17:39:01.935Z Compiling zerocopy v0.7.35
20042026-03-24T17:39:02.087Z Compiling ref-cast-impl v1.0.25
20052026-03-24T17:39:02.218Z Compiling darling_core v0.20.11
20062026-03-24T17:39:02.434Z Compiling toml_datetime v0.7.5+spec-1.1.0
20072026-03-24T17:39:02.456Z Compiling memoffset v0.9.1
20082026-03-24T17:39:02.459Z Compiling winnow v0.5.40
20092026-03-24T17:39:02.707Z Compiling litrs v1.0.0
20102026-03-24T17:39:02.734Z Compiling tower-service v0.3.3
20112026-03-24T17:39:02.787Z Compiling tower-layer v0.3.3
20122026-03-24T17:39:02.890Z Compiling try-lock v0.2.5
20132026-03-24T17:39:02.985Z Compiling tinyvec_macros v0.1.1
20142026-03-24T17:39:03.131Z Compiling rustix v0.38.44
20152026-03-24T17:39:03.134Z Compiling fastrand v2.3.0
20162026-03-24T17:39:03.335Z Compiling want v0.3.1
20172026-03-24T17:39:03.338Z Compiling document-features v0.2.12
20182026-03-24T17:39:03.381Z Compiling tinyvec v1.10.0
20192026-03-24T17:39:03.580Z Compiling h2 v0.4.13
20202026-03-24T17:39:04.184Z Compiling dtrace-parser v0.2.0
20212026-03-24T17:39:04.226Z Compiling toml_edit v0.19.15
20222026-03-24T17:39:04.382Z Compiling dof v0.3.0
20232026-03-24T17:39:04.686Z Compiling dtrace-parser v0.3.0
20242026-03-24T17:39:05.024Z Compiling ipnet v2.11.0
20252026-03-24T17:39:05.063Z Compiling darling_macro v0.20.11
20262026-03-24T17:39:05.228Z Compiling dof v0.4.0
20272026-03-24T17:39:05.319Z Compiling async-trait v0.1.89
20282026-03-24T17:39:05.570Z Compiling daft-derive v0.1.5
20292026-03-24T17:39:05.668Z Compiling curve25519-dalek v4.1.3
20302026-03-24T17:39:05.745Z Compiling spin v0.9.8
20312026-03-24T17:39:05.766Z Compiling thread-id v5.1.0
20322026-03-24T17:39:05.892Z Compiling thread-id v4.2.2
20332026-03-24T17:39:06.001Z Compiling proc-macro-error-attr v1.0.4
20342026-03-24T17:39:06.024Z Compiling num-bigint-dig v0.8.6
20352026-03-24T17:39:06.047Z Compiling cfg_aliases v0.2.1
20362026-03-24T17:39:06.156Z Compiling pin-utils v0.1.0
20372026-03-24T17:39:06.266Z Compiling powerfmt v0.2.0
20382026-03-24T17:39:06.270Z Compiling foreign-types-shared v0.1.1
20392026-03-24T17:39:06.311Z Compiling smoltcp v0.9.1
20402026-03-24T17:39:06.419Z Compiling httpdate v1.0.3
20412026-03-24T17:39:06.733Z Compiling deranged v0.5.8
20422026-03-24T17:39:06.758Z Compiling tempfile v3.25.0
20432026-03-24T17:39:06.793Z Compiling foreign-types v0.3.2
20442026-03-24T17:39:06.818Z Compiling nix v0.31.1
20452026-03-24T17:39:07.093Z Compiling darling v0.20.11
20462026-03-24T17:39:07.541Z Compiling ipnetwork v0.21.1
20472026-03-24T17:39:07.591Z Compiling hyper v1.8.1
20482026-03-24T17:39:07.595Z Compiling strum_macros v0.26.4
20492026-03-24T17:39:07.777Z Compiling wait-timeout v0.2.1
20502026-03-24T17:39:07.831Z Compiling proc-macro-error v1.0.4
20512026-03-24T17:39:08.205Z Compiling bit-vec v0.8.0
20522026-03-24T17:39:08.210Z Compiling anstyle v1.0.13
20532026-03-24T17:39:08.296Z Compiling num_threads v0.1.7
20542026-03-24T17:39:08.299Z Compiling utf8parse v0.2.2
20552026-03-24T17:39:08.340Z Compiling unicode-segmentation v1.12.0
20562026-03-24T17:39:08.533Z Compiling quick-error v1.2.3
20572026-03-24T17:39:08.616Z Compiling siphasher v1.0.2
20582026-03-24T17:39:08.691Z Compiling simd-adler32 v0.3.8
20592026-03-24T17:39:08.712Z Compiling time v0.3.47
20602026-03-24T17:39:08.734Z Compiling rusty-fork v0.3.1
20612026-03-24T17:39:08.860Z Compiling bit-set v0.8.0
20622026-03-24T17:39:08.889Z Compiling anstyle-parse v0.2.7
20632026-03-24T17:39:09.025Z Compiling hyper-util v0.1.20
20642026-03-24T17:39:09.797Z Compiling crossbeam-epoch v0.9.18
20652026-03-24T17:39:09.824Z Compiling derive_builder_core v0.20.2
20662026-03-24T17:39:10.198Z Compiling unicode-normalization v0.1.25
20672026-03-24T17:39:10.833Z Compiling rustls-native-certs v0.8.3
20682026-03-24T17:39:11.231Z Compiling signature v2.2.0
20692026-03-24T17:39:11.313Z Compiling hubpack_derive v0.1.1
20702026-03-24T17:39:11.383Z Compiling strum_macros v0.27.2
20712026-03-24T17:39:11.434Z Compiling curve25519-dalek-derive v0.1.1
20722026-03-24T17:39:11.467Z Compiling rand_xorshift v0.4.0
20732026-03-24T17:39:11.552Z Compiling sync_wrapper v1.0.2
20742026-03-24T17:39:11.671Z Compiling fs-err v3.3.0
20752026-03-24T17:39:11.715Z Compiling ahash v0.8.12
20762026-03-24T17:39:11.819Z Compiling unicode-bidi v0.3.18
20772026-03-24T17:39:11.863Z Compiling object v0.37.3
20782026-03-24T17:39:11.890Z Compiling unicode-properties v0.1.4
20792026-03-24T17:39:11.993Z Compiling unarray v0.1.4
20802026-03-24T17:39:12.090Z Compiling colorchoice v1.0.4
20812026-03-24T17:39:12.148Z Compiling is_terminal_polyfill v1.70.2
20822026-03-24T17:39:12.182Z Compiling anstyle-query v1.1.5
20832026-03-24T17:39:12.216Z Compiling adler2 v2.0.1
20842026-03-24T17:39:12.271Z Compiling stringprep v0.1.5
20852026-03-24T17:39:12.295Z Compiling anstream v0.6.21
20862026-03-24T17:39:12.334Z Compiling proptest v1.10.0
20872026-03-24T17:39:12.394Z Compiling miniz_oxide v0.8.9
20882026-03-24T17:39:12.789Z Compiling tower v0.5.3
20892026-03-24T17:39:12.898Z Compiling derive_builder_macro v0.20.2
20902026-03-24T17:39:13.298Z Compiling crossbeam-deque v0.8.6
20912026-03-24T17:39:13.431Z Compiling heck v0.4.1
20922026-03-24T17:39:13.479Z Compiling usdt-macro v0.6.0
20932026-03-24T17:39:13.509Z Compiling usdt-attr-macro v0.6.0
20942026-03-24T17:39:13.889Z Compiling http-body-util v0.1.3
20952026-03-24T17:39:13.937Z Compiling webpki-roots v1.0.6
20962026-03-24T17:39:14.132Z Compiling rand_chacha v0.3.1
20972026-03-24T17:39:14.183Z Compiling erased-serde v0.3.31
20982026-03-24T17:39:14.254Z Compiling md-5 v0.10.6
20992026-03-24T17:39:14.428Z Compiling num-integer v0.1.46
21002026-03-24T17:39:14.464Z Compiling hash32 v0.2.1
21012026-03-24T17:39:14.571Z Compiling vergen-lib v0.1.6
21022026-03-24T17:39:14.603Z Compiling ff v0.13.1
21032026-03-24T17:39:14.657Z Compiling zlib-rs v0.6.2
21042026-03-24T17:39:14.661Z Compiling ryu v1.0.23
21052026-03-24T17:39:14.733Z Compiling iri-string v0.7.10
21062026-03-24T17:39:14.736Z Compiling psl-types v2.0.11
21072026-03-24T17:39:14.804Z Compiling base16ct v0.2.0
21082026-03-24T17:39:14.829Z Compiling fallible-iterator v0.2.0
21092026-03-24T17:39:14.874Z Compiling serde_urlencoded v0.7.1
21102026-03-24T17:39:14.922Z Compiling publicsuffix v2.3.0
21112026-03-24T17:39:14.984Z Compiling num-iter v0.1.45
21122026-03-24T17:39:15.059Z Compiling sec1 v0.7.3
21132026-03-24T17:39:15.091Z Compiling group v0.13.0
21142026-03-24T17:39:15.194Z Compiling newtype-uuid v1.3.2
21152026-03-24T17:39:15.242Z Compiling postgres-protocol v0.6.10
21162026-03-24T17:39:15.372Z Compiling rand v0.8.5
21172026-03-24T17:39:15.659Z Compiling oxnet v0.1.4
21182026-03-24T17:39:15.719Z Compiling zone_cfg_derive v0.3.1
21192026-03-24T17:39:15.803Z Compiling derive_builder v0.20.2
21202026-03-24T17:39:16.010Z Compiling tokio-native-tls v0.3.1
21212026-03-24T17:39:16.088Z Compiling phf_shared v0.13.1
21222026-03-24T17:39:16.235Z Compiling lazy_static v1.5.0
21232026-03-24T17:39:16.279Z Compiling terminal_size v0.4.3
21242026-03-24T17:39:16.325Z Compiling serde_with_macros v3.17.0
21252026-03-24T17:39:16.374Z Compiling cargo-platform v0.1.9
21262026-03-24T17:39:16.446Z Compiling tower-http v0.6.8
21272026-03-24T17:39:16.498Z Compiling hkdf v0.12.4
21282026-03-24T17:39:16.524Z Compiling crypto-bigint v0.5.5
21292026-03-24T17:39:16.528Z Compiling enum-as-inner v0.6.1
21302026-03-24T17:39:16.641Z Compiling clap_derive v4.5.55
21312026-03-24T17:39:16.664Z Compiling serde_repr v0.1.20
21322026-03-24T17:39:16.705Z Compiling vergen v9.0.6
21332026-03-24T17:39:16.899Z Compiling bitflags v1.3.2
21342026-03-24T17:39:16.944Z Compiling managed v0.8.0
21352026-03-24T17:39:16.969Z Compiling foldhash v0.1.5
21362026-03-24T17:39:17.126Z Compiling bumpalo v3.20.2
21372026-03-24T17:39:17.180Z Compiling libbz2-rs-sys v0.2.2
21382026-03-24T17:39:17.203Z Compiling clap_lex v1.0.0
21392026-03-24T17:39:17.307Z Compiling unicode-width v0.2.0
21402026-03-24T17:39:17.469Z Compiling clap_builder v4.5.60
21412026-03-24T17:39:17.497Z Compiling zopfli v0.8.3
21422026-03-24T17:39:17.597Z Compiling flate2 v1.1.9
21432026-03-24T17:39:17.645Z Compiling console v0.16.2
21442026-03-24T17:39:17.693Z Compiling hashbrown v0.15.5
21452026-03-24T17:39:17.745Z Compiling bzip2 v0.6.1
21462026-03-24T17:39:17.900Z Compiling elliptic-curve v0.13.8
21472026-03-24T17:39:18.043Z Compiling cargo_metadata v0.19.2
21482026-03-24T17:39:18.267Z Compiling phf v0.13.1
21492026-03-24T17:39:18.376Z Compiling hyper-tls v0.6.0
21502026-03-24T17:39:18.416Z Compiling daft v0.1.5
21512026-03-24T17:39:18.450Z Compiling signal-hook-mio v0.2.5
21522026-03-24T17:39:18.504Z Compiling rayon v1.11.0
21532026-03-24T17:39:18.671Z Compiling cookie_store v0.22.1
21542026-03-24T17:39:18.782Z Compiling postgres-types v0.2.12
21552026-03-24T17:39:18.849Z Compiling zstd v0.13.3
21562026-03-24T17:39:19.070Z Compiling bzip2 v0.4.4
21572026-03-24T17:39:19.209Z Compiling strum v0.27.2
21582026-03-24T17:39:19.459Z Compiling hubpack v0.1.2
21592026-03-24T17:39:19.481Z Compiling ed25519 v2.2.3
21602026-03-24T17:39:19.506Z Compiling phf_shared v0.11.3
21612026-03-24T17:39:19.766Z Compiling pkcs1 v0.7.5
21622026-03-24T17:39:19.817Z Compiling serde-big-array v0.5.1
21632026-03-24T17:39:19.821Z Compiling hex v0.4.3
21642026-03-24T17:39:20.037Z Compiling rfc6979 v0.4.0
21652026-03-24T17:39:20.061Z Compiling bstr v1.12.1
21662026-03-24T17:39:20.301Z Compiling itertools v0.12.1
21672026-03-24T17:39:20.324Z Compiling float-cmp v0.10.0
21682026-03-24T17:39:20.349Z Compiling memmap2 v0.9.10
21692026-03-24T17:39:20.352Z Compiling env_filter v1.0.0
21702026-03-24T17:39:20.419Z Compiling encoding_rs v0.8.35
21712026-03-24T17:39:20.423Z Compiling unit-prefix v0.5.2
21722026-03-24T17:39:20.532Z Compiling keccak v0.1.6
21732026-03-24T17:39:20.609Z Compiling data-encoding v2.10.0
21742026-03-24T17:39:20.715Z Compiling fixedbitset v0.4.2
21752026-03-24T17:39:20.813Z Compiling jiff v0.2.21
21762026-03-24T17:39:20.859Z Compiling precomputed-hash v0.1.1
21772026-03-24T17:39:20.909Z Compiling rustc-hash v2.1.1
21782026-03-24T17:39:21.004Z Compiling new_debug_unreachable v1.0.6
21792026-03-24T17:39:21.061Z Compiling predicates-core v1.0.10
21802026-03-24T17:39:21.089Z Compiling whoami v2.1.0
21812026-03-24T17:39:21.137Z Compiling mime v0.3.17
21822026-03-24T17:39:21.176Z Compiling difflib v0.4.0
21832026-03-24T17:39:21.302Z Compiling fixedbitset v0.5.7
21842026-03-24T17:39:21.323Z Compiling toml_write v0.1.2
21852026-03-24T17:39:21.395Z Compiling normalize-line-endings v0.3.0
21862026-03-24T17:39:21.418Z Compiling static_assertions v1.1.0
21872026-03-24T17:39:21.462Z Compiling tokio-postgres v0.7.16
21882026-03-24T17:39:21.533Z Compiling toml_edit v0.22.27
21892026-03-24T17:39:21.557Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21902026-03-24T17:39:21.561Z Compiling predicates v3.1.4
21912026-03-24T17:39:21.606Z Compiling petgraph v0.8.3
21922026-03-24T17:39:21.968Z Compiling zone v0.3.1
21932026-03-24T17:39:22.246Z Compiling string_cache v0.8.9
21942026-03-24T17:39:22.398Z Compiling iddqd v0.3.17
21952026-03-24T17:39:22.421Z Compiling hickory-proto v0.25.2
21962026-03-24T17:39:22.545Z Compiling petgraph v0.6.5
21972026-03-24T17:39:22.820Z Compiling indicatif v0.18.4
21982026-03-24T17:39:23.830Z Compiling sha3 v0.10.8
21992026-03-24T17:39:23.864Z Compiling similar v2.7.0
22002026-03-24T17:39:24.211Z Compiling usdt v0.6.0
22012026-03-24T17:39:24.241Z Compiling env_logger v0.11.9
22022026-03-24T17:39:24.544Z Compiling zip v4.6.1
22032026-03-24T17:39:24.773Z Compiling serde_with v3.17.0
22042026-03-24T17:39:24.877Z Compiling ecdsa v0.16.9
22052026-03-24T17:39:24.880Z Compiling rsa v0.9.10
22062026-03-24T17:39:25.238Z Compiling ed25519-dalek v2.2.0
22072026-03-24T17:39:25.637Z Compiling clap v4.5.60
22082026-03-24T17:39:25.758Z Compiling crossterm v0.28.1
22092026-03-24T17:39:25.999Z Compiling zip v0.6.6
22102026-03-24T17:39:26.130Z Compiling strum v0.26.3
22112026-03-24T17:39:26.277Z Compiling toml v0.7.8
22122026-03-24T17:39:26.312Z Compiling tokio-stream v0.1.18
22132026-03-24T17:39:26.560Z Compiling buf-list v1.1.2
22142026-03-24T17:39:26.884Z Compiling x509-cert v0.2.5
22152026-03-24T17:39:26.956Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22162026-03-24T17:39:27.163Z Compiling openapiv3 v2.2.0
22172026-03-24T17:39:27.220Z Compiling sha1 v0.10.6
22182026-03-24T17:39:27.380Z Compiling itertools v0.13.0
22192026-03-24T17:39:27.999Z Compiling peg-runtime v0.8.5
22202026-03-24T17:39:28.271Z Compiling lalrpop-util v0.19.12
22212026-03-24T17:39:43.168Z Compiling macaddr v1.0.1
22222026-03-24T17:39:43.357Z Compiling structmeta-derive v0.3.0
22232026-03-24T17:39:43.524Z Compiling itertools v0.14.0
22242026-03-24T17:39:44.824Z Compiling heapless v0.8.0
22252026-03-24T17:39:45.224Z Compiling ingot-macros v0.1.1
22262026-03-24T17:39:46.158Z Compiling structmeta v0.3.0
22272026-03-24T17:39:48.281Z Compiling rustls-webpki v0.103.9
22282026-03-24T17:39:50.686Z Compiling toml_edit v0.23.10+spec-1.0.0
22292026-03-24T17:39:51.715Z Compiling hash32 v0.3.1
22302026-03-24T17:39:51.796Z Compiling smoltcp v0.11.0
22312026-03-24T17:39:51.980Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22322026-03-24T17:39:52.125Z Compiling proc-macro-crate v3.4.0
22332026-03-24T17:39:52.147Z Compiling ingot-types v0.1.2
22342026-03-24T17:39:52.251Z Compiling cobs v0.3.0
22352026-03-24T17:39:52.313Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22362026-03-24T17:39:52.604Z Compiling rustls v0.22.4
22372026-03-24T17:39:52.659Z Compiling postcard v1.1.3
22382026-03-24T17:39:52.753Z Compiling ingot v0.1.1
22392026-03-24T17:39:52.756Z Compiling num_enum_derive v0.7.5
22402026-03-24T17:39:52.821Z Compiling proc-macro-crate v1.3.1
22412026-03-24T17:39:52.821Z Compiling rustls-webpki v0.102.8
22422026-03-24T17:39:52.898Z Compiling futures-executor v0.3.32
22432026-03-24T17:39:53.201Z Compiling tokio-rustls v0.26.4
22442026-03-24T17:39:53.301Z Compiling rustls-platform-verifier v0.6.2
22452026-03-24T17:39:53.515Z Compiling foreign-types-macros v0.2.3
22462026-03-24T17:39:53.555Z Compiling hyper-rustls v0.27.7
22472026-03-24T17:39:53.580Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22482026-03-24T17:39:53.604Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22492026-03-24T17:39:53.607Z Compiling multer v3.1.0
22502026-03-24T17:39:53.876Z Compiling thread_local v1.1.9
22512026-03-24T17:39:53.900Z Compiling reqwest v0.13.2
22522026-03-24T17:39:54.006Z Compiling reqwest v0.12.28
22532026-03-24T17:39:54.058Z Compiling foreign-types-shared v0.3.1
22542026-03-24T17:39:54.143Z Compiling slog-async v2.8.0
22552026-03-24T17:39:54.199Z Compiling cpufeatures v0.3.0
22562026-03-24T17:39:54.300Z Compiling match_cfg v0.1.0
22572026-03-24T17:39:54.324Z Compiling typeid v1.0.3
22582026-03-24T17:39:54.347Z Compiling foreign-types v0.5.0
22592026-03-24T17:39:54.413Z Compiling hostname v0.3.1
22602026-03-24T17:39:54.467Z Compiling chacha20 v0.10.0
22612026-03-24T17:39:54.562Z Compiling num_enum v0.7.5
22622026-03-24T17:39:54.739Z Compiling num_enum_derive v0.5.11
22632026-03-24T17:39:54.791Z Compiling futures v0.3.32
22642026-03-24T17:39:55.059Z Compiling derive-ex v0.1.8
22652026-03-24T17:39:55.089Z Compiling tabwriter v1.4.1
22662026-03-24T17:39:55.128Z Compiling slog-json v2.6.1
22672026-03-24T17:39:55.153Z Compiling crossbeam-channel v0.5.15
22682026-03-24T17:39:55.477Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22692026-03-24T17:39:55.621Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22702026-03-24T17:39:55.672Z Compiling async-stream-impl v0.3.6
22712026-03-24T17:39:55.906Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22722026-03-24T17:39:56.000Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22732026-03-24T17:39:56.040Z Compiling serde_spanned v1.0.4
22742026-03-24T17:39:56.089Z Compiling is-terminal v0.4.17
22752026-03-24T17:39:56.185Z Compiling cstr-argument v0.1.2
22762026-03-24T17:39:56.231Z Compiling dropshot v0.16.7
22772026-03-24T17:39:56.285Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22782026-03-24T17:39:56.421Z Compiling toml_writer v1.0.6+spec-1.1.0
22792026-03-24T17:39:56.425Z Compiling term v1.2.1
22802026-03-24T17:39:56.464Z Compiling crucible-workspace-hack v0.1.0
22812026-03-24T17:39:56.579Z Compiling take_mut v0.2.2
22822026-03-24T17:39:56.584Z Compiling erased-serde v0.4.9
22832026-03-24T17:39:56.588Z Compiling async-stream v0.3.6
22842026-03-24T17:39:56.683Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22852026-03-24T17:39:56.803Z Compiling toml v0.9.12+spec-1.1.0
22862026-03-24T17:39:56.878Z Compiling slog-term v2.9.2
22872026-03-24T17:39:56.902Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22882026-03-24T17:39:56.993Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22892026-03-24T17:39:57.156Z Compiling num_enum v0.5.11
22902026-03-24T17:39:57.179Z Compiling test-strategy v0.4.5
22912026-03-24T17:39:57.179Z Compiling slog-bunyan v2.5.0
22922026-03-24T17:39:57.329Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22932026-03-24T17:39:57.435Z Compiling rand v0.10.0
22942026-03-24T17:39:57.633Z Compiling tokio-rustls v0.25.0
22952026-03-24T17:39:57.657Z Compiling parse-display-derive v0.10.0
22962026-03-24T17:39:57.703Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22972026-03-24T17:39:57.828Z Compiling backon v1.6.0
22982026-03-24T17:39:57.981Z Compiling waitgroup v0.1.2
22992026-03-24T17:39:58.019Z Compiling dropshot_endpoint v0.16.7
23002026-03-24T17:39:58.173Z Compiling newtype-uuid-macros v0.1.0
23012026-03-24T17:39:58.194Z Compiling rustls-pemfile v2.2.0
23022026-03-24T17:39:58.263Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23032026-03-24T17:39:58.483Z Compiling serde_path_to_error v0.1.20
23042026-03-24T17:39:58.506Z Compiling hostname v0.4.2
23052026-03-24T17:39:58.566Z Compiling instant v0.1.13
23062026-03-24T17:39:58.597Z Compiling libefi-sys v0.1.0
23072026-03-24T17:39:58.624Z Compiling debug-ignore v1.0.5
23082026-03-24T17:39:58.692Z Compiling colored v3.1.1
23092026-03-24T17:39:58.732Z Compiling backoff v0.4.0
23102026-03-24T17:39:58.851Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23112026-03-24T17:39:58.913Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23122026-03-24T17:39:58.938Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23132026-03-24T17:39:58.962Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23142026-03-24T17:39:59.136Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23152026-03-24T17:39:59.158Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23162026-03-24T17:39:59.210Z Compiling camino-tempfile v1.4.1
23172026-03-24T17:39:59.384Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23182026-03-24T17:39:59.552Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23192026-03-24T17:39:59.576Z Compiling usdt-attr-macro v0.5.0
23202026-03-24T17:39:59.623Z Compiling usdt-macro v0.5.0
23212026-03-24T17:39:59.704Z Compiling parse-display v0.10.0
23222026-03-24T17:39:59.731Z Compiling secrecy v0.10.3
23232026-03-24T17:39:59.908Z Compiling num-derive v0.4.2
23242026-03-24T17:39:59.972Z Compiling bitfield-struct v0.6.2
23252026-03-24T17:40:00.451Z Compiling regress v0.10.5
23262026-03-24T17:40:00.561Z Compiling ordered-float v2.10.1
23272026-03-24T17:40:00.583Z Compiling blake3 v1.8.3
23282026-03-24T17:40:00.792Z Compiling memmap v0.7.0
23292026-03-24T17:40:00.912Z Compiling sigpipe v0.1.3
23302026-03-24T17:40:00.914Z Compiling glob v0.3.3
23312026-03-24T17:40:00.972Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23322026-03-24T17:40:01.051Z Compiling usdt v0.5.0
23332026-03-24T17:40:01.116Z Compiling serde-value v0.7.0
23342026-03-24T17:40:01.140Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23352026-03-24T17:40:01.270Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23362026-03-24T17:40:01.540Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23372026-03-24T17:40:01.601Z Compiling serde-untagged v0.1.9
23382026-03-24T17:40:01.624Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23392026-03-24T17:40:01.867Z Compiling toml v0.8.23
23402026-03-24T17:40:02.000Z Compiling smf v0.2.3
23412026-03-24T17:40:02.024Z Compiling filetime v0.2.27
23422026-03-24T17:40:02.046Z Compiling arrayref v0.3.9
23432026-03-24T17:40:02.049Z Compiling arrayvec v0.7.6
23442026-03-24T17:40:02.096Z Compiling same-file v1.0.6
23452026-03-24T17:40:02.117Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23462026-03-24T17:40:02.168Z Compiling constant_time_eq v0.4.2
23472026-03-24T17:40:02.192Z Compiling whoami v1.6.1
23482026-03-24T17:40:02.235Z Compiling unicode-xid v0.2.6
23492026-03-24T17:40:02.300Z Compiling xattr v1.6.1
23502026-03-24T17:40:02.336Z Compiling walkdir v2.5.0
23512026-03-24T17:40:02.407Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23522026-03-24T17:40:02.432Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23532026-03-24T17:40:02.435Z Compiling tokio-dtrace v0.1.1
23542026-03-24T17:40:02.575Z Compiling cargo-util-schemas v0.8.2
23552026-03-24T17:40:02.749Z Compiling tar v0.4.44
23562026-03-24T17:40:02.774Z Compiling gethostname v0.5.0
23572026-03-24T17:40:02.886Z Compiling cargo-platform v0.2.0
23582026-03-24T17:40:02.961Z Compiling topological-sort v0.2.2
23592026-03-24T17:40:03.192Z Compiling oxide-tokio-rt v0.1.3
23602026-03-24T17:40:03.261Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23612026-03-24T17:40:03.264Z Compiling shell-words v1.1.1
23622026-03-24T17:40:03.453Z Compiling indent_write v2.2.0
23632026-03-24T17:40:04.458Z Compiling cargo_metadata v0.21.0
23642026-03-24T17:40:15.278Z Compiling progenitor-client v0.13.0
23652026-03-24T17:40:15.343Z Compiling progenitor-client v0.10.0
23662026-03-24T17:40:15.343Z Compiling omicron-zone-package v0.12.2
23672026-03-24T17:40:15.443Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23682026-03-24T17:40:15.446Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23692026-03-24T17:40:15.446Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23702026-03-24T17:40:15.446Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23712026-03-24T17:40:15.671Z Compiling progenitor-extras v0.1.1
23722026-03-24T17:40:15.971Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23732026-03-24T17:40:25.497Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23742026-03-24T17:40:26.781Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23752026-03-24T17:40:35.044Z Finished `release` profile [optimized] target(s) in 1m 53s
23762026-03-24T17:40:35.232Z Running `target/release/omicron-package -t test target create -p dev`
23772026-03-24T17:40:35.300ZLogging to: /work/oxidecomputer/omicron/out/LOG
23782026-03-24T17:40:35.303ZCreated new build target 'test' and set it as active
23792026-03-24T17:40:35.303Z
23802026-03-24T17:40:35.303Zreal 1:53.951001575
23812026-03-24T17:40:35.303Zuser 20:11.062156265
23822026-03-24T17:40:35.303Zsys 3:01.814870287
23832026-03-24T17:40:35.303Ztrap 0.529191647
23842026-03-24T17:40:35.303Ztflt 3.070538222
23852026-03-24T17:40:35.303Zdflt 3.958581708
23862026-03-24T17:40:35.303Zkflt 0.000516187
23872026-03-24T17:40:35.303Zlock 1:04:04.125961216
23882026-03-24T17:40:35.303Zslp 51:27.999669288
23892026-03-24T17:40:35.303Zlat 48.373514026
23902026-03-24T17:40:35.303Zstop 7:36.468216685
23912026-03-24T17:40:35.306Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23922026-03-24T17:40:36.510Z Finished `release` profile [optimized] target(s) in 1.19s
23932026-03-24T17:40:36.580Z Running `target/release/omicron-package -t test package`
23942026-03-24T17:40:36.646ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-03-24T17:40:38.572Z Compiling regress v0.10.5
23962026-03-24T17:40:38.572Z Compiling heck v0.5.0
23972026-03-24T17:40:38.575Z Compiling unsafe-libyaml v0.2.11
23982026-03-24T17:40:38.575Z Compiling convert_case v0.4.0
23992026-03-24T17:40:38.889Z Compiling half v2.7.1
24002026-03-24T17:40:38.893Z Compiling ciborium-io v0.2.2
24012026-03-24T17:40:38.946Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
24022026-03-24T17:40:38.950Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24032026-03-24T17:40:38.950Z Compiling universal-hash v0.5.1
24042026-03-24T17:40:39.002Z Compiling thiserror-impl-no-std v2.0.2
24052026-03-24T17:40:39.066Z Compiling prettyplease v0.2.37
24062026-03-24T17:40:39.069Z Compiling opaque-debug v0.3.1
24072026-03-24T17:40:39.069Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24082026-03-24T17:40:39.069Z Compiling chacha20 v0.9.1
24092026-03-24T17:40:39.127Z Compiling typify-impl v0.6.1
24102026-03-24T17:40:39.222Z Compiling byte-wrapper v0.1.0
24112026-03-24T17:40:39.225Z Compiling password-hash v0.5.0
24122026-03-24T17:40:39.225Z Compiling blake2 v0.10.6
24132026-03-24T17:40:39.319Z Compiling ciborium-ll v0.2.2
24142026-03-24T17:40:39.323Z Compiling derive_more v0.99.20
24152026-03-24T17:40:39.388Z Compiling poly1305 v0.8.0
24162026-03-24T17:40:39.388Z Compiling aead v0.5.2
24172026-03-24T17:40:39.450Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24182026-03-24T17:40:39.623Z Compiling serde_yaml v0.9.34+deprecated
24192026-03-24T17:40:39.690Z Compiling ciborium v0.2.2
24202026-03-24T17:40:39.721Z Compiling swrite v0.1.0
24212026-03-24T17:40:39.724Z Compiling unicode-width v0.1.14
24222026-03-24T17:40:39.915Z Compiling chacha20poly1305 v0.10.1
24232026-03-24T17:40:40.005Z Compiling argon2 v0.5.3
24242026-03-24T17:40:40.149Z Compiling is-terminal v0.4.17
24252026-03-24T17:40:40.179Z Compiling serde_spanned v1.0.4
24262026-03-24T17:40:40.236Z Compiling toml_writer v1.0.6+spec-1.1.0
24272026-03-24T17:40:40.353Z Compiling bytecount v0.6.9
24282026-03-24T17:40:40.386Z Compiling rustls v0.22.4
24292026-03-24T17:40:40.423Z Compiling rustls-webpki v0.102.8
24302026-03-24T17:40:40.453Z Compiling derive-where v1.6.0
24312026-03-24T17:40:40.456Z Compiling thiserror-no-std v2.0.2
24322026-03-24T17:40:40.516Z Compiling thread_local v1.1.9
24332026-03-24T17:40:40.547Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24342026-03-24T17:40:40.579Z Compiling toml v0.9.12+spec-1.1.0
24352026-03-24T17:40:40.622Z Compiling match_cfg v0.1.0
24362026-03-24T17:40:40.666Z Compiling vsss-rs v3.3.4
24372026-03-24T17:40:40.745Z Compiling hostname v0.3.1
24382026-03-24T17:40:40.912Z Compiling multer v3.1.0
24392026-03-24T17:40:40.947Z Compiling slog-async v2.8.0
24402026-03-24T17:40:41.020Z Compiling slog-json v2.6.1
24412026-03-24T17:40:41.049Z Compiling crossbeam-channel v0.5.15
24422026-03-24T17:40:41.053Z Compiling futures-executor v0.3.32
24432026-03-24T17:40:41.308Z Compiling take_mut v0.2.2
24442026-03-24T17:40:41.341Z Compiling term v1.2.1
24452026-03-24T17:40:41.373Z Compiling futures v0.3.32
24462026-03-24T17:40:41.420Z Compiling slog-bunyan v2.5.0
24472026-03-24T17:40:41.519Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24482026-03-24T17:40:41.519Z Compiling async-stream v0.3.6
24492026-03-24T17:40:41.631Z Compiling dropshot v0.16.7
24502026-03-24T17:40:41.678Z Compiling progenitor-client v0.13.0
24512026-03-24T17:40:41.709Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24522026-03-24T17:40:41.743Z Compiling slog-term v2.9.2
24532026-03-24T17:40:41.786Z Compiling waitgroup v0.1.2
24542026-03-24T17:40:41.972Z Compiling backon v1.6.0
24552026-03-24T17:40:42.004Z Compiling rustls-pemfile v2.2.0
24562026-03-24T17:40:42.043Z Compiling serde_path_to_error v0.1.20
24572026-03-24T17:40:42.078Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24582026-03-24T17:40:42.112Z Compiling hostname v0.4.2
24592026-03-24T17:40:42.115Z Compiling instant v0.1.13
24602026-03-24T17:40:42.175Z Compiling debug-ignore v1.0.5
24612026-03-24T17:40:42.209Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24622026-03-24T17:40:42.247Z Compiling progenitor-extras v0.1.1
24632026-03-24T17:40:42.283Z Compiling backoff v0.4.0
24642026-03-24T17:40:42.286Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24652026-03-24T17:40:42.352Z Compiling parse-display v0.10.0
24662026-03-24T17:40:42.355Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24672026-03-24T17:40:42.355Z Compiling progenitor-client v0.10.0
24682026-03-24T17:40:42.356Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24692026-03-24T17:40:42.485Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24702026-03-24T17:40:42.488Z Compiling macaddr v1.0.1
24712026-03-24T17:40:42.550Z Compiling console v0.15.11
24722026-03-24T17:40:42.587Z Compiling newline-converter v0.3.0
24732026-03-24T17:40:42.620Z Compiling atomicwrites v0.4.4
24742026-03-24T17:40:42.667Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24752026-03-24T17:40:42.732Z Compiling num-rational v0.4.2
24762026-03-24T17:40:42.841Z Compiling num-complex v0.4.6
24772026-03-24T17:40:42.908Z Compiling slog-dtrace v0.3.0
24782026-03-24T17:40:42.942Z Compiling async-recursion v1.1.1
24792026-03-24T17:40:43.002Z Compiling float-ord v0.3.2
24802026-03-24T17:40:43.184Z Compiling expectorate v1.2.0
24812026-03-24T17:40:43.215Z Compiling cancel-safe-futures v0.1.5
24822026-03-24T17:40:43.332Z Compiling owo-colors v4.3.0
24832026-03-24T17:40:43.478Z Compiling tokio-rustls v0.25.0
24842026-03-24T17:40:43.511Z Compiling num v0.4.3
24852026-03-24T17:40:43.679Z Compiling libsw-core v0.3.2
24862026-03-24T17:40:43.682Z Compiling resolv-conf v0.7.6
24872026-03-24T17:40:43.821Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24882026-03-24T17:40:43.825Z Compiling toml v0.8.23
24892026-03-24T17:40:43.948Z Compiling libsw v3.5.0
24902026-03-24T17:40:44.052Z Compiling linear-map v1.2.0
24912026-03-24T17:40:44.128Z Compiling minimal-lexical v0.2.1
24922026-03-24T17:40:44.202Z Compiling linked-hash-map v0.5.6
24932026-03-24T17:40:44.314Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24942026-03-24T17:40:44.381Z Compiling unicode-xid v0.2.6
24952026-03-24T17:40:44.483Z Compiling lru-cache v0.1.2
24962026-03-24T17:40:44.517Z Compiling nom v7.1.3
24972026-03-24T17:40:44.549Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24982026-03-24T17:40:44.552Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24992026-03-24T17:40:44.611Z Compiling globset v0.4.18
25002026-03-24T17:40:44.701Z Compiling hickory-proto v0.24.4
25012026-03-24T17:40:44.733Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25022026-03-24T17:40:45.075Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25032026-03-24T17:40:45.235Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-03-24T17:40:45.825Z Compiling typify-macro v0.6.1
25052026-03-24T17:40:46.428Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25062026-03-24T17:40:46.461Z Compiling convert_case v0.10.0
25072026-03-24T17:40:46.851Z Compiling derive_more-impl v2.1.1
25082026-03-24T17:40:47.755Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25092026-03-24T17:40:47.902Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25102026-03-24T17:40:47.931Z Compiling typify v0.6.1
25112026-03-24T17:40:48.113Z Compiling progenitor-impl v0.13.0
25122026-03-24T17:40:48.217Z Compiling hickory-resolver v0.24.4
25132026-03-24T17:40:48.330Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25142026-03-24T17:40:49.148Z Compiling pin-project-internal v1.1.11
25152026-03-24T17:40:49.763Z Compiling qorb v0.4.1
25162026-03-24T17:40:50.228Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25172026-03-24T17:40:50.495Z Compiling derive_more v2.1.1
25182026-03-24T17:40:50.570Z Compiling pin-project v1.1.11
25192026-03-24T17:40:50.649Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25202026-03-24T17:40:50.744Z Compiling pem v3.0.6
25212026-03-24T17:40:50.865Z Compiling snafu-derive v0.8.9
25222026-03-24T17:40:51.175Z Compiling progenitor-macro v0.13.0
25232026-03-24T17:40:51.524Z Compiling termtree v0.5.1
25242026-03-24T17:40:51.634Z Compiling crossterm v0.29.0
25252026-03-24T17:40:51.777Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25262026-03-24T17:40:52.433Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25272026-03-24T17:40:53.183Z Compiling snafu v0.8.9
25282026-03-24T17:40:54.573Z Compiling phf_shared v0.12.1
25292026-03-24T17:40:54.573Z Compiling olpc-cjson v0.1.4
25302026-03-24T17:40:54.573Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25312026-03-24T17:40:54.933Z Compiling serde_plain v1.0.2
25322026-03-24T17:40:55.113Z Compiling csv-core v0.1.13
25332026-03-24T17:40:55.322Z Compiling vte v0.14.1
25342026-03-24T17:40:55.376Z Compiling chrono-tz v0.10.4
25352026-03-24T17:40:55.390Z Compiling typed-path v0.9.3
25362026-03-24T17:40:55.627Z Compiling highway v1.3.0
25372026-03-24T17:40:55.714Z Compiling strip-ansi-escapes v0.2.1
25382026-03-24T17:40:55.760Z Compiling csv v1.4.0
25392026-03-24T17:40:55.954Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25402026-03-24T17:40:56.174Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25412026-03-24T17:40:56.435Z Compiling phf v0.12.1
25422026-03-24T17:40:56.584Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25432026-03-24T17:40:56.632Z Compiling const_format_proc_macros v0.2.34
25442026-03-24T17:40:56.710Z Compiling papergrid v0.11.0
25452026-03-24T17:40:56.747Z Compiling fd-lock v4.0.4
25462026-03-24T17:40:56.997Z Compiling tough v0.20.0
25472026-03-24T17:40:57.021Z Compiling peg-macros v0.8.5
25482026-03-24T17:40:57.171Z Compiling progenitor v0.13.0
25492026-03-24T17:40:57.410Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25502026-03-24T17:40:57.667Z Compiling tabled_derive v0.7.0
25512026-03-24T17:40:58.315Z Compiling nu-ansi-term v0.50.3
25522026-03-24T17:40:58.799Z Compiling peg v0.8.5
25532026-03-24T17:40:58.857Z Compiling reedline v0.40.0
25542026-03-24T17:40:58.888Z Compiling tabled v0.15.0
25552026-03-24T17:40:58.946Z Compiling const_format v0.2.35
25562026-03-24T17:40:58.991Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25572026-03-24T17:40:59.192Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25582026-03-24T17:40:59.601Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25592026-03-24T17:41:02.349Z Compiling bcs v0.1.6
25602026-03-24T17:41:02.406Z Compiling semver v0.1.20
25612026-03-24T17:41:02.406Z Compiling base64 v0.21.7
25622026-03-24T17:41:02.407Z Compiling rustc_version v0.1.7
25632026-03-24T17:41:02.407Z Compiling newtype_derive v0.1.6
25642026-03-24T17:41:02.407Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25652026-03-24T17:41:02.434Z Compiling humantime v2.3.0
25662026-03-24T17:41:02.448Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25672026-03-24T17:41:02.647Z Compiling smawk v0.3.2
25682026-03-24T17:41:02.798Z Compiling unicode-linebreak v0.1.5
25692026-03-24T17:41:02.978Z Compiling dropshot-api-manager-types v0.6.0
25702026-03-24T17:41:02.981Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25712026-03-24T17:41:03.192Z Compiling textwrap v0.16.2
25722026-03-24T17:41:03.484Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25732026-03-24T17:41:03.516Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25742026-03-24T17:41:03.892Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25752026-03-24T17:41:03.929Z Compiling steno v0.4.1
25762026-03-24T17:41:04.041Z Compiling utf-8 v0.7.6
25772026-03-24T17:41:04.346Z Compiling tagptr v0.2.0
25782026-03-24T17:41:04.496Z Compiling tungstenite v0.21.0
25792026-03-24T17:41:04.583Z Compiling moka v0.12.13
25802026-03-24T17:41:05.214Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25812026-03-24T17:41:05.450Z Compiling tokio-tungstenite v0.21.0
25822026-03-24T17:41:05.870Z Compiling radium v0.7.0
25832026-03-24T17:41:05.917Z Compiling typify-impl v0.4.3
25842026-03-24T17:41:06.166Z Compiling hickory-resolver v0.25.2
25852026-03-24T17:41:06.280Z Compiling tap v1.0.1
25862026-03-24T17:41:06.348Z Compiling maybe-uninit v2.0.0
25872026-03-24T17:41:06.560Z Compiling wyz v0.5.1
25882026-03-24T17:41:06.870Z Compiling zerocopy-derive v0.6.6
25892026-03-24T17:41:07.191Z Compiling funty v2.0.0
25902026-03-24T17:41:07.271Z Compiling packed_struct v0.10.1
25912026-03-24T17:41:07.590Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25922026-03-24T17:41:07.841Z Compiling display-error-chain v0.2.2
25932026-03-24T17:41:07.908Z Compiling crc-catalog v2.4.0
25942026-03-24T17:41:08.062Z Compiling crc v3.4.0
25952026-03-24T17:41:08.094Z Compiling zerocopy v0.6.6
25962026-03-24T17:41:08.399Z Compiling bitvec v1.0.1
25972026-03-24T17:41:08.657Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25982026-03-24T17:41:08.918Z Compiling packed_struct_codegen v0.10.1
25992026-03-24T17:41:09.210Z Compiling bitfield-macros v0.19.4
26002026-03-24T17:41:10.153Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26012026-03-24T17:41:10.483Z Compiling indexmap v1.9.3
26022026-03-24T17:41:10.592Z Compiling nodrop v0.1.14
26032026-03-24T17:41:10.744Z Compiling array-init v0.0.4
26042026-03-24T17:41:10.977Z Compiling typify-macro v0.4.3
26052026-03-24T17:41:11.423Z Compiling bitfield v0.19.4
26062026-03-24T17:41:11.968Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26072026-03-24T17:41:12.093Z Compiling smallvec v0.6.14
26082026-03-24T17:41:13.541Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26092026-03-24T17:41:15.621Z Compiling num-derive v0.3.3
26102026-03-24T17:41:15.621Z Compiling proc-macro-error-attr2 v2.0.0
26112026-03-24T17:41:15.621Z Compiling hashbrown v0.12.3
26122026-03-24T17:41:15.656Z Compiling proc-macro-error2 v2.0.1
26132026-03-24T17:41:15.657Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26142026-03-24T17:41:15.742Z Compiling serde-hex v0.1.0
26152026-03-24T17:41:15.742Z Compiling libscf-sys v1.1.0
26162026-03-24T17:41:15.743Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26172026-03-24T17:41:15.743Z Compiling ron v0.8.1
26182026-03-24T17:41:15.743Z Compiling hashbrown v0.13.2
26192026-03-24T17:41:15.743Z Compiling vergen-gitcl v1.0.8
26202026-03-24T17:41:15.743Z Compiling dirs-sys-next v0.1.2
26212026-03-24T17:41:15.743Z Compiling glob v0.3.3
26222026-03-24T17:41:15.743Z Compiling diesel_derives v2.3.7
26232026-03-24T17:41:15.743Z Compiling crc-any v2.5.0
26242026-03-24T17:41:15.743Z Compiling maplit v1.0.2
26252026-03-24T17:41:15.743Z Compiling crunchy v0.2.4
26262026-03-24T17:41:15.743Z Compiling clang-sys v1.8.1
26272026-03-24T17:41:15.744Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-03-24T17:41:15.744Z Compiling object v0.30.4
26292026-03-24T17:41:16.603Z Compiling dirs-next v2.0.0
26302026-03-24T17:41:16.696Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26312026-03-24T17:41:16.696Z Compiling tabled_derive v0.11.0
26322026-03-24T17:41:16.696Z Compiling typify v0.4.3
26332026-03-24T17:41:16.696Z Compiling papergrid v0.17.0
26342026-03-24T17:41:16.696Z Compiling testing_table v0.3.0
26352026-03-24T17:41:16.696Z Compiling dsl_auto_type v0.2.0
26362026-03-24T17:41:17.052Z Compiling scheduled-thread-pool v0.2.7
26372026-03-24T17:41:17.082Z Compiling diesel_table_macro_syntax v0.3.0
26382026-03-24T17:41:17.082Z Compiling path-slash v0.1.5
26392026-03-24T17:41:17.082Z Compiling tiny-keccak v2.0.2
26402026-03-24T17:41:17.417Z Compiling r2d2 v0.8.10
26412026-03-24T17:41:17.441Z Compiling term v0.7.0
26422026-03-24T17:41:18.345Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26432026-03-24T17:41:18.446Z Compiling tabled v0.20.0
26442026-03-24T17:41:18.447Z Compiling arc-swap v1.8.2
26452026-03-24T17:41:18.447Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26462026-03-24T17:41:18.447Z Compiling downcast-rs v2.0.2
26472026-03-24T17:41:18.447Z Compiling bit-vec v0.6.3
26482026-03-24T17:41:18.447Z Compiling xshell-macros v0.2.7
26492026-03-24T17:41:18.447Z Compiling slog-scope v4.4.1
26502026-03-24T17:41:18.447Z Compiling bit-set v0.5.3
26512026-03-24T17:41:19.062Z Compiling ascii-canvas v3.0.0
26522026-03-24T17:41:19.107Z Compiling xshell v0.2.7
26532026-03-24T17:41:19.107Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26542026-03-24T17:41:19.107Z Compiling itertools v0.10.5
26552026-03-24T17:41:19.221Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26562026-03-24T17:41:19.430Z Compiling ena v0.14.4
26572026-03-24T17:41:19.478Z Compiling libloading v0.8.9
26582026-03-24T17:41:19.728Z Compiling bindgen v0.71.1
26592026-03-24T17:41:19.785Z Compiling regex-syntax v0.6.29
26602026-03-24T17:41:20.106Z Compiling unicase v2.9.0
26612026-03-24T17:41:20.359Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26622026-03-24T17:41:20.427Z Compiling diff v0.1.13
26632026-03-24T17:41:21.375Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26642026-03-24T17:41:22.089Z Compiling lalrpop v0.19.12
26652026-03-24T17:41:22.457Z Compiling slog-stdlog v4.1.1
26662026-03-24T17:41:23.006Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26672026-03-24T17:41:23.064Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26682026-03-24T17:41:23.369Z Compiling cexpr v0.6.0
26692026-03-24T17:41:23.799Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26702026-03-24T17:41:23.890Z Compiling diesel v2.3.7
26712026-03-24T17:41:23.974Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26722026-03-24T17:41:24.103Z Compiling crc8 v0.1.1
26732026-03-24T17:41:24.290Z Compiling slog-envlogger v2.2.0
26742026-03-24T17:41:24.365Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26752026-03-24T17:41:24.551Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26762026-03-24T17:41:24.677Z Compiling headers-core v0.3.0
26772026-03-24T17:41:25.235Z Compiling libxml v0.3.3
26782026-03-24T17:41:25.272Z Compiling headers v0.4.1
26792026-03-24T17:41:25.385Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26802026-03-24T17:41:25.422Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26812026-03-24T17:41:25.646Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26822026-03-24T17:41:25.800Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26832026-03-24T17:41:26.410Z Compiling strum_macros v0.24.3
26842026-03-24T17:41:26.968Z Compiling indoc v1.0.9
26852026-03-24T17:41:27.513Z Compiling progenitor-impl v0.10.0
26862026-03-24T17:41:27.814Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26872026-03-24T17:41:28.027Z Compiling derive_builder v0.20.2
26882026-03-24T17:41:28.088Z Compiling oso-derive v0.27.3
26892026-03-24T17:41:28.147Z Compiling quick-xml v0.37.5
26902026-03-24T17:41:28.230Z Compiling impl-trait-for-tuples v0.2.3
26912026-03-24T17:41:28.282Z Compiling openssl-probe v0.1.6
26922026-03-24T17:41:28.663Z Compiling half v1.8.3
26932026-03-24T17:41:28.792Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26942026-03-24T17:41:29.243Z Compiling serde_cbor v0.11.2
26952026-03-24T17:41:29.706Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26962026-03-24T17:41:29.800Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26972026-03-24T17:41:30.011Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26982026-03-24T17:41:30.297Z Compiling bb8 v0.8.6
26992026-03-24T17:41:30.586Z Compiling trait-variant v0.1.2
27002026-03-24T17:41:30.634Z Compiling progenitor-macro v0.10.0
27012026-03-24T17:41:30.826Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27022026-03-24T17:41:31.003Z Compiling samael v0.0.19
27032026-03-24T17:41:31.337Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27042026-03-24T17:41:31.526Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27052026-03-24T17:41:31.652Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27062026-03-24T17:41:31.956Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27072026-03-24T17:41:32.206Z Compiling fxhash v0.2.1
27082026-03-24T17:41:32.241Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27092026-03-24T17:41:32.346Z Compiling kstat-rs v0.2.4
27102026-03-24T17:41:32.443Z Compiling libz-sys v1.1.24
27112026-03-24T17:41:32.690Z Compiling nonempty v0.12.0
27122026-03-24T17:41:33.020Z Compiling polar-core v0.27.3
27132026-03-24T17:41:33.031Z Compiling salty v0.3.0
27142026-03-24T17:41:33.186Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27152026-03-24T17:41:33.427Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27162026-03-24T17:41:33.457Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27172026-03-24T17:41:33.602Z Compiling progenitor-impl v0.11.2
27182026-03-24T17:41:35.469Z Compiling darling_core v0.23.0
27192026-03-24T17:41:36.310Z Compiling nanorand v0.7.0
27202026-03-24T17:41:36.502Z Compiling progenitor v0.10.0
27212026-03-24T17:41:36.604Z Compiling fs-err v2.11.0
27222026-03-24T17:41:36.759Z Compiling parking_lot_core v0.8.6
27232026-03-24T17:41:36.789Z Compiling darling_macro v0.23.0
27242026-03-24T17:41:37.027Z Compiling mime_guess v2.0.5
27252026-03-24T17:41:37.052Z Compiling progenitor-macro v0.11.2
27262026-03-24T17:41:37.174Z Compiling flume v0.11.1
27272026-03-24T17:41:37.436Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27282026-03-24T17:41:37.812Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27292026-03-24T17:41:39.277Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27302026-03-24T17:41:39.506Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27312026-03-24T17:41:40.046Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27322026-03-24T17:41:41.095Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27332026-03-24T17:41:42.314Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27342026-03-24T17:41:42.861Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27352026-03-24T17:41:45.266Z Compiling oso v0.27.3
27362026-03-24T17:41:45.502Z Compiling progenitor-client v0.11.2
27372026-03-24T17:41:46.460Z Compiling git-stub v1.0.0
27382026-03-24T17:41:46.791Z Compiling libgit2-sys v0.18.3+1.9.2
27392026-03-24T17:41:47.321Z Compiling instability v0.3.11
27402026-03-24T17:41:49.426Z Compiling async-bb8-diesel v0.2.1
27412026-03-24T17:41:49.459Z Compiling diesel-dtrace v0.5.0
27422026-03-24T17:41:49.858Z Compiling git-stub-vcs v0.1.0
27432026-03-24T17:41:50.031Z Compiling progenitor v0.11.2
27442026-03-24T17:41:50.201Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27452026-03-24T17:41:50.257Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27462026-03-24T17:41:50.393Z Compiling darling v0.23.0
27472026-03-24T17:41:51.081Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27482026-03-24T17:41:51.195Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27492026-03-24T17:41:51.505Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27502026-03-24T17:41:53.133Z Compiling ignore v0.4.25
27512026-03-24T17:41:53.546Z Compiling primeorder v0.13.6
27522026-03-24T17:41:53.579Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-03-24T17:41:53.965Z Compiling castaway v0.2.4
27542026-03-24T17:41:54.170Z Compiling nibble_vec v0.1.0
27552026-03-24T17:41:54.484Z Compiling atty v0.2.14
27562026-03-24T17:41:54.503Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-03-24T17:41:54.586Z Compiling http-range v0.1.5
27582026-03-24T17:41:54.802Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27592026-03-24T17:41:55.035Z Compiling parse-size v1.1.0
27602026-03-24T17:41:55.057Z Compiling indoc v2.0.7
27612026-03-24T17:41:58.841Z Compiling endian-type v0.1.2
27622026-03-24T17:41:58.882Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-03-24T17:41:58.882Z Compiling radix_trie v0.2.1
27642026-03-24T17:41:58.882Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27652026-03-24T17:41:58.882Z Compiling compact_str v0.8.1
27662026-03-24T17:41:58.882Z Compiling p384 v0.13.1
27672026-03-24T17:41:58.882Z Compiling globwalk v0.9.1
27682026-03-24T17:41:58.882Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-03-24T17:41:58.882Z Compiling parking_lot v0.11.2
27702026-03-24T17:41:58.982Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27712026-03-24T17:41:59.218Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27722026-03-24T17:41:59.414Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27732026-03-24T17:41:59.553Z Compiling predicates-tree v1.0.13
27742026-03-24T17:41:59.807Z Compiling unicode-truncate v1.1.0
27752026-03-24T17:41:59.869Z Compiling lru v0.12.5
27762026-03-24T17:42:00.093Z Compiling prefix-trie v0.7.0
27772026-03-24T17:42:00.125Z Compiling vergen-git2 v1.0.7
27782026-03-24T17:42:00.170Z Compiling cassowary v0.3.0
27792026-03-24T17:42:00.279Z Compiling camino-tempfile-ext v0.3.3
27802026-03-24T17:42:00.754Z Compiling hickory-server v0.25.2
27812026-03-24T17:42:00.784Z Compiling ratatui v0.29.0
27822026-03-24T17:42:01.096Z Compiling hyper-staticfile v0.10.1
27832026-03-24T17:42:01.593Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27842026-03-24T17:42:01.691Z Compiling sled v0.34.7
27852026-03-24T17:42:02.618Z Compiling hickory-client v0.25.2
27862026-03-24T17:42:03.477Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27872026-03-24T17:42:03.644Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27882026-03-24T17:42:03.730Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-03-24T17:42:04.312Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27902026-03-24T17:42:04.737Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27912026-03-24T17:42:05.039Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27922026-03-24T17:42:05.455Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27932026-03-24T17:42:06.140Z Compiling rand_seeder v0.4.0
27942026-03-24T17:42:06.171Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27952026-03-24T17:42:06.477Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27962026-03-24T17:42:06.482Z Compiling lzma-sys v0.1.20
27972026-03-24T17:42:07.034Z Compiling corncobs v0.1.4
27982026-03-24T17:42:07.049Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27992026-03-24T17:42:07.303Z Compiling rustls v0.21.12
28002026-03-24T17:42:07.337Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-03-24T17:42:07.510Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28022026-03-24T17:42:07.624Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28032026-03-24T17:42:07.659Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28042026-03-24T17:42:07.692Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28052026-03-24T17:42:08.013Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28062026-03-24T17:42:08.256Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28072026-03-24T17:42:08.287Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28082026-03-24T17:42:08.379Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28092026-03-24T17:42:08.839Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28102026-03-24T17:42:11.438Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28112026-03-24T17:42:12.270Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-03-24T17:42:12.342Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28132026-03-24T17:42:12.556Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28142026-03-24T17:42:12.615Z Compiling cargo_toml v0.22.3
28152026-03-24T17:42:12.838Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28162026-03-24T17:42:13.712Z Compiling sct v0.7.1
28172026-03-24T17:42:14.046Z Compiling rustls-webpki v0.101.7
28182026-03-24T17:42:14.461Z Compiling nix v0.29.0
28192026-03-24T17:42:14.885Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28202026-03-24T17:42:14.992Z Compiling secrecy v0.8.0
28212026-03-24T17:42:15.241Z Compiling void v1.0.2
28222026-03-24T17:42:15.421Z Compiling lzss v0.8.2
28232026-03-24T17:42:15.763Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28242026-03-24T17:42:16.022Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28252026-03-24T17:42:16.288Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28262026-03-24T17:42:16.292Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28272026-03-24T17:42:16.356Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28282026-03-24T17:42:16.389Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28292026-03-24T17:42:17.626Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28302026-03-24T17:42:18.438Z Compiling git2 v0.20.4
28312026-03-24T17:42:18.486Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28322026-03-24T17:42:18.608Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28332026-03-24T17:42:18.908Z Compiling tungstenite v0.23.0
28342026-03-24T17:42:18.941Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28352026-03-24T17:42:19.219Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28362026-03-24T17:42:19.338Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28372026-03-24T17:42:19.406Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28382026-03-24T17:42:19.496Z Compiling nix v0.27.1
28392026-03-24T17:42:19.616Z Compiling serde_bytes v0.11.19
28402026-03-24T17:42:19.778Z Compiling tokio-tungstenite v0.23.1
28412026-03-24T17:42:20.113Z Compiling tokio-rustls v0.24.1
28422026-03-24T17:42:20.278Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28432026-03-24T17:42:20.479Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28442026-03-24T17:42:21.152Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28452026-03-24T17:42:22.329Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28462026-03-24T17:42:22.723Z Compiling ron v0.12.0
28472026-03-24T17:42:22.995Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28482026-03-24T17:42:23.911Z Compiling xz2 v0.1.7
28492026-03-24T17:42:24.042Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28502026-03-24T17:42:24.947Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28512026-03-24T17:42:26.843Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28522026-03-24T17:42:27.706Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28532026-03-24T17:42:27.893Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28542026-03-24T17:42:29.444Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28552026-03-24T17:42:29.705Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28562026-03-24T17:42:30.339Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28572026-03-24T17:42:30.823Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28582026-03-24T17:42:31.886Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28592026-03-24T17:42:32.769Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28602026-03-24T17:42:33.074Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28612026-03-24T17:42:33.298Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28622026-03-24T17:42:34.340Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28632026-03-24T17:42:34.879Z Compiling rustls-pemfile v1.0.4
28642026-03-24T17:42:35.444Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28652026-03-24T17:42:37.496Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28662026-03-24T17:42:38.123Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28672026-03-24T17:42:38.400Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28682026-03-24T17:42:38.639Z Compiling signal-hook-tokio v0.3.1
28692026-03-24T17:42:38.723Z Compiling twox-hash v2.1.2
28702026-03-24T17:42:38.874Z Compiling yasna v0.5.2
28712026-03-24T17:42:39.245Z Compiling is_ci v1.2.0
28722026-03-24T17:42:39.277Z Compiling base16ct v1.0.0
28732026-03-24T17:42:39.452Z Compiling supports-color v3.0.2
28742026-03-24T17:42:39.636Z Compiling rcgen v0.12.1
28752026-03-24T17:42:39.841Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28762026-03-24T17:42:40.003Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28772026-03-24T17:42:40.073Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28782026-03-24T17:42:40.721Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28792026-03-24T17:42:40.802Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28802026-03-24T17:42:40.909Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28812026-03-24T17:42:44.681Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28822026-03-24T17:42:45.095Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28832026-03-24T17:42:45.262Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28842026-03-24T17:42:45.433Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28852026-03-24T17:42:45.985Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28862026-03-24T17:42:46.267Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28872026-03-24T17:42:46.550Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28882026-03-24T17:42:46.824Z Compiling fatfs v0.3.6
28892026-03-24T17:42:47.217Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28902026-03-24T17:42:48.378Z Compiling rtoolbox v0.0.3
28912026-03-24T17:42:48.742Z Compiling subprocess v0.2.15
28922026-03-24T17:42:50.225Z Compiling assert_matches v1.5.0
28932026-03-24T17:42:50.316Z Compiling seq-macro v0.3.6
28942026-03-24T17:42:50.365Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28952026-03-24T17:42:50.988Z Compiling rpassword v7.4.0
28962026-03-24T17:42:51.342Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28972026-03-24T17:42:51.577Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28982026-03-24T17:42:52.280Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28992026-03-24T17:42:53.977Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29002026-03-24T17:42:54.150Z Compiling tui-tree-widget v0.23.1
29012026-03-24T17:42:54.418Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29022026-03-24T17:42:54.512Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29032026-03-24T17:42:55.163Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29042026-03-24T17:42:55.248Z Compiling uzers v0.12.2
29052026-03-24T17:42:56.896Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29062026-03-24T17:42:57.041Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29072026-03-24T17:42:58.640Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29082026-03-24T17:43:02.890Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29092026-03-24T17:43:03.569Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29102026-03-24T17:43:06.279Z Compiling support-bundle-viewer v0.1.2
29112026-03-24T17:43:07.362Z Compiling multimap v0.10.1
29122026-03-24T17:43:29.237Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29132026-03-24T17:43:31.334Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29142026-03-24T17:43:33.937Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29152026-03-24T17:50:47.585Z Finished `release` profile [optimized] target(s) in 10m 10s
29162026-03-24T17:51:40.686Z
29172026-03-24T17:51:40.692Zreal 11:05.268452749
29182026-03-24T17:51:40.692Zuser 1:41:06.726154413
29192026-03-24T17:51:40.692Zsys 4:10.742230787
29202026-03-24T17:51:40.692Ztrap 2.276322526
29212026-03-24T17:51:40.692Ztflt 2.417834111
29222026-03-24T17:51:40.692Zdflt 17.167983909
29232026-03-24T17:51:40.692Zkflt 0.006156707
29242026-03-24T17:51:40.693Zlock 8:29:19.840486068
29252026-03-24T17:51:40.693Zslp 2:50:51.959793171
29262026-03-24T17:51:40.693Zlat 2:48.177522939
29272026-03-24T17:51:40.693Zstop 7:13.499488695
29282026-03-24T17:51:40.693Z+ mapfile -t packages
29292026-03-24T17:51:40.693Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29302026-03-24T17:51:41.989Z Finished `release` profile [optimized] target(s) in 1.29s
29312026-03-24T17:51:42.065Z Running `target/release/omicron-package -t test list-outputs`
29322026-03-24T17:51:42.126ZLogging to: /work/oxidecomputer/omicron/out/LOG
29332026-03-24T17:51:42.132Z+ ptime -m cargo build --locked --release -p xtask
29342026-03-24T17:51:42.857Z Compiling libc v0.2.180
29352026-03-24T17:51:42.857Z Compiling serde v1.0.228
29362026-03-24T17:51:42.869Z Compiling serde_core v1.0.228
29372026-03-24T17:51:42.869Z Compiling rustix v1.1.3
29382026-03-24T17:51:42.989Z Compiling serde_json v1.0.149
29392026-03-24T17:51:42.998Z Compiling bitflags v2.11.0
29402026-03-24T17:51:43.041Z Compiling num-traits v0.2.19
29412026-03-24T17:51:43.050Z Compiling hashbrown v0.16.1
29422026-03-24T17:51:43.051Z Compiling syn v2.0.117
29432026-03-24T17:51:43.074Z Compiling smallvec v1.15.1
29442026-03-24T17:51:43.126Z Compiling usdt-impl v0.5.0
29452026-03-24T17:51:43.141Z Compiling syn v1.0.109
29462026-03-24T17:51:43.158Z Compiling getrandom v0.4.1
29472026-03-24T17:51:43.162Z Compiling log v0.4.29
29482026-03-24T17:51:43.292Z Compiling percent-encoding v2.3.2
29492026-03-24T17:51:43.556Z Compiling form_urlencoded v1.2.2
29502026-03-24T17:51:43.708Z Compiling fs-err v3.3.0
29512026-03-24T17:51:43.726Z Compiling once_cell v1.21.3
29522026-03-24T17:51:43.767Z Compiling anyhow v1.0.102
29532026-03-24T17:51:43.778Z Compiling heck v0.4.1
29542026-03-24T17:51:43.878Z Compiling indexmap v2.13.0
29552026-03-24T17:51:44.090Z Compiling errno v0.3.14
29562026-03-24T17:51:44.090Z Compiling thread-id v4.2.2
29572026-03-24T17:51:44.097Z Compiling memmap v0.7.0
29582026-03-24T17:51:44.523Z Compiling ordered-float v2.10.1
29592026-03-24T17:51:45.200Z Compiling proc-macro-error v1.0.4
29602026-03-24T17:51:45.502Z Compiling terminal_size v0.4.3
29612026-03-24T17:51:45.502Z Compiling tempfile v3.25.0
29622026-03-24T17:51:45.549Z Compiling tabled_derive v0.7.0
29632026-03-24T17:51:45.645Z Compiling clap_builder v4.5.60
29642026-03-24T17:51:45.645Z Compiling textwrap v0.16.2
29652026-03-24T17:51:45.805Z Compiling camino-tempfile v1.4.1
29662026-03-24T17:51:46.384Z Compiling tabled v0.15.0
29672026-03-24T17:51:46.730Z Compiling synstructure v0.13.2
29682026-03-24T17:51:46.730Z Compiling pest_generator v2.8.6
29692026-03-24T17:51:47.266Z Compiling serde_derive v1.0.228
29702026-03-24T17:51:47.266Z Compiling zerofrom-derive v0.1.6
29712026-03-24T17:51:47.271Z Compiling yoke-derive v0.8.1
29722026-03-24T17:51:47.271Z Compiling zerovec-derive v0.11.2
29732026-03-24T17:51:47.271Z Compiling displaydoc v0.2.5
29742026-03-24T17:51:47.271Z Compiling thiserror-impl v1.0.69
29752026-03-24T17:51:47.271Z Compiling zerocopy-derive v0.7.35
29762026-03-24T17:51:47.282Z Compiling scroll_derive v0.12.1
29772026-03-24T17:51:47.290Z Compiling thiserror-impl v2.0.18
29782026-03-24T17:51:47.311Z Compiling clap_derive v4.5.55
29792026-03-24T17:51:47.422Z Compiling pest_derive v2.8.6
29802026-03-24T17:51:48.179Z Compiling scroll v0.12.0
29812026-03-24T17:51:48.390Z Compiling zerocopy v0.7.35
29822026-03-24T17:51:48.555Z Compiling goblin v0.8.2
29832026-03-24T17:51:48.688Z Compiling thiserror v1.0.69
29842026-03-24T17:51:48.852Z Compiling dtrace-parser v0.2.0
29852026-03-24T17:51:48.877Z Compiling zerofrom v0.1.6
29862026-03-24T17:51:49.017Z Compiling thiserror v2.0.18
29872026-03-24T17:51:49.082Z Compiling yoke v0.8.1
29882026-03-24T17:51:49.320Z Compiling clap v4.5.60
29892026-03-24T17:51:49.380Z Compiling zerovec v0.11.5
29902026-03-24T17:51:49.440Z Compiling zerotrie v0.2.3
29912026-03-24T17:51:50.235Z Compiling tinystr v0.8.2
29922026-03-24T17:51:50.522Z Compiling icu_locale_core v2.1.1
29932026-03-24T17:51:51.634Z Compiling potential_utf v0.1.4
29942026-03-24T17:51:51.738Z Compiling icu_provider v2.1.1
29952026-03-24T17:51:51.817Z Compiling serde_spanned v0.6.9
29962026-03-24T17:51:51.846Z Compiling icu_collections v2.1.1
29972026-03-24T17:51:51.865Z Compiling toml_datetime v0.6.11
29982026-03-24T17:51:51.905Z Compiling serde-value v0.7.0
29992026-03-24T17:51:51.934Z Compiling cargo-platform v0.2.0
30002026-03-24T17:51:51.992Z Compiling macaddr v1.0.1
30012026-03-24T17:51:52.279Z Compiling toml_edit v0.22.27
30022026-03-24T17:51:52.307Z Compiling dof v0.3.0
30032026-03-24T17:51:52.380Z Compiling icu_properties v2.1.2
30042026-03-24T17:51:52.400Z Compiling icu_normalizer v2.1.1
30052026-03-24T17:51:52.485Z Compiling serde_tokenstream v0.2.3
30062026-03-24T17:51:53.621Z Compiling usdt-attr-macro v0.5.0
30072026-03-24T17:51:53.672Z Compiling idna_adapter v1.2.1
30082026-03-24T17:51:53.689Z Compiling usdt-macro v0.5.0
30092026-03-24T17:51:53.823Z Compiling idna v1.1.0
30102026-03-24T17:51:54.236Z Compiling url v2.5.8
30112026-03-24T17:51:54.538Z Compiling usdt v0.5.0
30122026-03-24T17:51:54.584Z Compiling toml v0.8.23
30132026-03-24T17:51:55.027Z Compiling cargo-util-schemas v0.8.2
30142026-03-24T17:51:55.027Z Compiling cargo_toml v0.21.0
30152026-03-24T17:51:56.460Z Compiling cargo_metadata v0.21.0
30162026-03-24T17:52:01.911Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30172026-03-24T17:52:04.668Z Finished `release` profile [optimized] target(s) in 22.52s
30182026-03-24T17:52:04.818Z
30192026-03-24T17:52:04.822Zreal 22.653202320
30202026-03-24T17:52:04.822Zuser 3:09.073299320
30212026-03-24T17:52:04.822Zsys 20.957557499
30222026-03-24T17:52:04.822Ztrap 0.079571495
30232026-03-24T17:52:04.822Ztflt 0.730720634
30242026-03-24T17:52:04.822Zdflt 1.910257031
30252026-03-24T17:52:04.822Zkflt 0.000074948
30262026-03-24T17:52:04.822Zlock 7:14.068288922
30272026-03-24T17:52:04.822Zslp 4:24.075885953
30282026-03-24T17:52:04.822Zlat 7.065974963
30292026-03-24T17:52:04.822Zstop 28.996516792
30302026-03-24T17:52:04.822Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30312026-03-24T17:52:04.822Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30322026-03-24T17:52:04.822Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30332026-03-24T17:52:04.822Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30342026-03-24T17:52:04.822Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30352026-03-24T17:52:06.140Z Compiling regress v0.10.5
30362026-03-24T17:52:06.144Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30372026-03-24T17:52:06.317Z Compiling serde_spanned v1.0.4
30382026-03-24T17:52:06.336Z Compiling toml_writer v1.0.6+spec-1.1.0
30392026-03-24T17:52:06.373Z Compiling newtype-uuid-macros v0.1.0
30402026-03-24T17:52:06.376Z Compiling progenitor-client v0.13.0
30412026-03-24T17:52:06.376Z Compiling structmeta-derive v0.3.0
30422026-03-24T17:52:06.376Z Compiling rustls v0.22.4
30432026-03-24T17:52:06.376Z Compiling rustls-webpki v0.102.8
30442026-03-24T17:52:06.376Z Compiling multer v3.1.0
30452026-03-24T17:52:06.395Z Compiling debug-ignore v1.0.5
30462026-03-24T17:52:06.488Z Compiling match_cfg v0.1.0
30472026-03-24T17:52:06.491Z Compiling slog-json v2.6.1
30482026-03-24T17:52:06.491Z Compiling async-stream-impl v0.3.6
30492026-03-24T17:52:06.589Z Compiling dropshot v0.16.7
30502026-03-24T17:52:06.620Z Compiling toml v0.9.12+spec-1.1.0
30512026-03-24T17:52:06.641Z Compiling hostname v0.3.1
30522026-03-24T17:52:06.644Z Compiling itertools v0.14.0
30532026-03-24T17:52:06.690Z Compiling waitgroup v0.1.2
30542026-03-24T17:52:06.717Z Compiling rustls-pemfile v2.2.0
30552026-03-24T17:52:06.852Z Compiling slog-bunyan v2.5.0
30562026-03-24T17:52:06.903Z Compiling dropshot_endpoint v0.16.7
30572026-03-24T17:52:06.906Z Compiling serde_path_to_error v0.1.20
30582026-03-24T17:52:07.008Z Compiling hostname v0.4.2
30592026-03-24T17:52:07.037Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30602026-03-24T17:52:07.088Z Compiling macaddr v1.0.1
30612026-03-24T17:52:07.113Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30622026-03-24T17:52:07.140Z Compiling progenitor-client v0.10.0
30632026-03-24T17:52:07.213Z Compiling instant v0.1.13
30642026-03-24T17:52:07.306Z Compiling backon v1.6.0
30652026-03-24T17:52:07.381Z Compiling backoff v0.4.0
30662026-03-24T17:52:07.406Z Compiling async-stream v0.3.6
30672026-03-24T17:52:07.433Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30682026-03-24T17:52:07.462Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30692026-03-24T17:52:07.465Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30702026-03-24T17:52:07.511Z Compiling crucible-workspace-hack v0.1.0
30712026-03-24T17:52:07.553Z Compiling unsafe-libyaml v0.2.11
30722026-03-24T17:52:07.580Z Compiling progenitor-extras v0.1.1
30732026-03-24T17:52:07.608Z Compiling toml_edit v0.23.10+spec-1.0.0
30742026-03-24T17:52:07.658Z Compiling secrecy v0.10.3
30752026-03-24T17:52:07.686Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30762026-03-24T17:52:07.690Z Compiling heapless v0.8.0
30772026-03-24T17:52:07.885Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30782026-03-24T17:52:07.913Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30792026-03-24T17:52:07.940Z Compiling hash32 v0.3.1
30802026-03-24T17:52:07.943Z Compiling structmeta v0.3.0
30812026-03-24T17:52:07.943Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30822026-03-24T17:52:08.021Z Compiling smoltcp v0.11.0
30832026-03-24T17:52:08.168Z Compiling toml v0.8.23
30842026-03-24T17:52:08.242Z Compiling tabwriter v1.4.1
30852026-03-24T17:52:08.268Z Compiling cobs v0.3.0
30862026-03-24T17:52:08.322Z Compiling derive-ex v0.1.8
30872026-03-24T17:52:08.345Z Compiling parse-display-derive v0.10.0
30882026-03-24T17:52:08.373Z Compiling serde_yaml v0.9.34+deprecated
30892026-03-24T17:52:08.396Z Compiling proc-macro-crate v3.4.0
30902026-03-24T17:52:08.438Z Compiling ingot-macros v0.1.1
30912026-03-24T17:52:08.567Z Compiling foreign-types-macros v0.2.3
30922026-03-24T17:52:08.570Z Compiling convert_case v0.4.0
30932026-03-24T17:52:08.570Z Compiling foreign-types-shared v0.3.1
30942026-03-24T17:52:08.642Z Compiling cpufeatures v0.3.0
30952026-03-24T17:52:08.718Z Compiling postcard v1.1.3
30962026-03-24T17:52:08.742Z Compiling chacha20 v0.10.0
30972026-03-24T17:52:08.768Z Compiling typify-impl v0.6.1
30982026-03-24T17:52:09.165Z Compiling derive_more v0.99.20
30992026-03-24T17:52:09.194Z Compiling num_enum_derive v0.7.5
31002026-03-24T17:52:09.197Z Compiling proc-macro-crate v1.3.1
31012026-03-24T17:52:09.197Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31022026-03-24T17:52:09.294Z Compiling universal-hash v0.5.1
31032026-03-24T17:52:09.367Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31042026-03-24T17:52:09.396Z Compiling foreign-types v0.5.0
31052026-03-24T17:52:09.423Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31062026-03-24T17:52:09.492Z Compiling cstr-argument v0.1.2
31072026-03-24T17:52:09.522Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31082026-03-24T17:52:09.699Z Compiling tokio-rustls v0.25.0
31092026-03-24T17:52:09.732Z Compiling colored v3.1.1
31102026-03-24T17:52:09.789Z Compiling opaque-debug v0.3.1
31112026-03-24T17:52:09.843Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31122026-03-24T17:52:09.868Z Compiling num_enum_derive v0.5.11
31132026-03-24T17:52:09.919Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31142026-03-24T17:52:10.024Z Compiling rand v0.10.0
31152026-03-24T17:52:10.048Z Compiling half v2.7.1
31162026-03-24T17:52:10.265Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31172026-03-24T17:52:10.295Z Compiling ciborium-io v0.2.2
31182026-03-24T17:52:10.439Z Compiling ciborium-ll v0.2.2
31192026-03-24T17:52:10.479Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31202026-03-24T17:52:10.514Z Compiling camino-tempfile v1.4.1
31212026-03-24T17:52:10.726Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31222026-03-24T17:52:10.767Z Compiling num_enum v0.7.5
31232026-03-24T17:52:10.770Z Compiling ciborium v0.2.2
31242026-03-24T17:52:10.814Z Compiling test-strategy v0.4.5
31252026-03-24T17:52:10.817Z Compiling parse-display v0.10.0
31262026-03-24T17:52:10.867Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31272026-03-24T17:52:10.908Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31282026-03-24T17:52:10.993Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31292026-03-24T17:52:11.043Z Compiling smf v0.2.3
31302026-03-24T17:52:11.093Z Compiling aead v0.5.2
31312026-03-24T17:52:11.257Z Compiling num-derive v0.4.2
31322026-03-24T17:52:11.257Z Compiling sigpipe v0.1.3
31332026-03-24T17:52:11.312Z Compiling glob v0.3.3
31342026-03-24T17:52:11.335Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31352026-03-24T17:52:11.383Z Compiling num_enum v0.5.11
31362026-03-24T17:52:11.407Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31372026-03-24T17:52:11.434Z Compiling poly1305 v0.8.0
31382026-03-24T17:52:11.564Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31392026-03-24T17:52:11.643Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31402026-03-24T17:52:11.687Z Compiling chacha20 v0.9.1
31412026-03-24T17:52:11.754Z Compiling whoami v1.6.1
31422026-03-24T17:52:11.780Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
31432026-03-24T17:52:11.812Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31442026-03-24T17:52:11.975Z Compiling thiserror-impl-no-std v2.0.2
31452026-03-24T17:52:12.014Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31462026-03-24T17:52:12.062Z Compiling byte-wrapper v0.1.0
31472026-03-24T17:52:12.171Z Compiling password-hash v0.5.0
31482026-03-24T17:52:12.242Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31492026-03-24T17:52:12.272Z Compiling blake2 v0.10.6
31502026-03-24T17:52:12.456Z Compiling indent_write v2.2.0
31512026-03-24T17:52:12.483Z Compiling chacha20poly1305 v0.10.1
31522026-03-24T17:52:12.512Z Compiling ingot-types v0.1.2
31532026-03-24T17:52:12.538Z Compiling num-rational v0.4.2
31542026-03-24T17:52:12.567Z Compiling num-complex v0.4.6
31552026-03-24T17:52:12.594Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31562026-03-24T17:52:12.672Z Compiling argon2 v0.5.3
31572026-03-24T17:52:12.717Z Compiling prettyplease v0.2.37
31582026-03-24T17:52:12.761Z Compiling float-ord v0.3.2
31592026-03-24T17:52:12.931Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31602026-03-24T17:52:12.957Z Compiling gethostname v0.5.0
31612026-03-24T17:52:13.008Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31622026-03-24T17:52:13.034Z Compiling ingot v0.1.1
31632026-03-24T17:52:13.103Z Compiling num v0.4.3
31642026-03-24T17:52:13.153Z Compiling usdt-attr-macro v0.5.0
31652026-03-24T17:52:13.156Z Compiling usdt-macro v0.5.0
31662026-03-24T17:52:13.203Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31672026-03-24T17:52:13.228Z Compiling derive-where v1.6.0
31682026-03-24T17:52:13.419Z Compiling memmap v0.7.0
31692026-03-24T17:52:13.445Z Compiling atomicwrites v0.4.4
31702026-03-24T17:52:13.579Z Compiling cancel-safe-futures v0.1.5
31712026-03-24T17:52:13.692Z Compiling thiserror-no-std v2.0.2
31722026-03-24T17:52:13.717Z Compiling owo-colors v4.3.0
31732026-03-24T17:52:13.744Z Compiling libsw-core v0.3.2
31742026-03-24T17:52:13.818Z Compiling vsss-rs v3.3.4
31752026-03-24T17:52:13.844Z Compiling async-recursion v1.1.1
31762026-03-24T17:52:13.921Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31772026-03-24T17:52:14.005Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31782026-03-24T17:52:14.211Z Compiling resolv-conf v0.7.6
31792026-03-24T17:52:14.240Z Compiling libsw v3.5.0
31802026-03-24T17:52:14.315Z Compiling usdt v0.5.0
31812026-03-24T17:52:14.505Z Compiling typify-impl v0.4.3
31822026-03-24T17:52:14.531Z Compiling libefi-sys v0.1.0
31832026-03-24T17:52:14.697Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31842026-03-24T17:52:14.724Z Compiling linear-map v1.2.0
31852026-03-24T17:52:14.724Z Compiling hickory-proto v0.24.4
31862026-03-24T17:52:14.829Z Compiling newline-converter v0.3.0
31872026-03-24T17:52:14.856Z Compiling console v0.15.11
31882026-03-24T17:52:14.859Z Compiling bitfield-struct v0.6.2
31892026-03-24T17:52:14.905Z Compiling linked-hash-map v0.5.6
31902026-03-24T17:52:15.013Z Compiling semver v0.1.20
31912026-03-24T17:52:15.093Z Compiling pin-project-internal v1.1.11
31922026-03-24T17:52:15.117Z Compiling slog-dtrace v0.3.0
31932026-03-24T17:52:15.195Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31942026-03-24T17:52:15.336Z Compiling expectorate v1.2.0
31952026-03-24T17:52:15.369Z Compiling rustc_version v0.1.7
31962026-03-24T17:52:15.400Z Compiling lru-cache v0.1.2
31972026-03-24T17:52:15.427Z Compiling typify-macro v0.6.1
31982026-03-24T17:52:15.453Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-03-24T17:52:15.576Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32002026-03-24T17:52:15.604Z Compiling minimal-lexical v0.2.1
32012026-03-24T17:52:15.702Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32022026-03-24T17:52:15.729Z Compiling newtype_derive v0.1.6
32032026-03-24T17:52:15.733Z Compiling tokio-dtrace v0.1.1
32042026-03-24T17:52:15.781Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-03-24T17:52:15.785Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32062026-03-24T17:52:15.833Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32072026-03-24T17:52:16.015Z Compiling nom v7.1.3
32082026-03-24T17:52:16.040Z Compiling phf_shared v0.12.1
32092026-03-24T17:52:16.065Z Compiling dropshot-api-manager-types v0.6.0
32102026-03-24T17:52:16.164Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32112026-03-24T17:52:16.188Z Compiling pem v3.0.6
32122026-03-24T17:52:16.266Z Compiling snafu-derive v0.8.9
32132026-03-24T17:52:16.313Z Compiling csv-core v0.1.13
32142026-03-24T17:52:16.551Z Compiling same-file v1.0.6
32152026-03-24T17:52:16.602Z Compiling chrono-tz v0.10.4
32162026-03-24T17:52:16.683Z Compiling xshell-macros v0.2.7
32172026-03-24T17:52:16.709Z Compiling highway v1.3.0
32182026-03-24T17:52:16.745Z Compiling base64 v0.21.7
32192026-03-24T17:52:16.802Z Compiling walkdir v2.5.0
32202026-03-24T17:52:16.868Z Compiling pin-project v1.1.11
32212026-03-24T17:52:17.068Z Compiling const_format_proc_macros v0.2.34
32222026-03-24T17:52:17.204Z Compiling csv v1.4.0
32232026-03-24T17:52:17.231Z Compiling xshell v0.2.7
32242026-03-24T17:52:17.231Z Compiling phf v0.12.1
32252026-03-24T17:52:17.285Z Compiling oxide-tokio-rt v0.1.3
32262026-03-24T17:52:17.394Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32272026-03-24T17:52:17.531Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32282026-03-24T17:52:17.531Z Compiling globset v0.4.18
32292026-03-24T17:52:17.706Z Compiling hickory-resolver v0.24.4
32302026-03-24T17:52:17.815Z Compiling olpc-cjson v0.1.4
32312026-03-24T17:52:18.007Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32322026-03-24T17:52:18.012Z Compiling primeorder v0.13.6
32332026-03-24T17:52:18.012Z Compiling typify v0.6.1
32342026-03-24T17:52:18.012Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32352026-03-24T17:52:18.073Z Compiling serde_plain v1.0.2
32362026-03-24T17:52:18.076Z Compiling typed-path v0.9.3
32372026-03-24T17:52:18.218Z Compiling progenitor-impl v0.13.0
32382026-03-24T17:52:18.260Z Compiling const_format v0.2.35
32392026-03-24T17:52:18.570Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32402026-03-24T17:52:18.574Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32412026-03-24T17:52:18.693Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32422026-03-24T17:52:18.720Z Compiling tabled_derive v0.7.0
32432026-03-24T17:52:18.746Z Compiling bcs v0.1.6
32442026-03-24T17:52:19.034Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32452026-03-24T17:52:19.162Z Compiling qorb v0.4.1
32462026-03-24T17:52:19.212Z Compiling snafu v0.8.9
32472026-03-24T17:52:19.326Z Compiling termtree v0.5.1
32482026-03-24T17:52:19.410Z Compiling utf-8 v0.7.6
32492026-03-24T17:52:19.541Z Compiling radium v0.7.0
32502026-03-24T17:52:19.566Z Compiling tough v0.20.0
32512026-03-24T17:52:19.675Z Compiling salty v0.3.0
32522026-03-24T17:52:19.733Z Compiling textwrap v0.16.2
32532026-03-24T17:52:19.886Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32542026-03-24T17:52:19.991Z Compiling tungstenite v0.21.0
32552026-03-24T17:52:20.083Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32562026-03-24T17:52:20.112Z Compiling tabled v0.15.0
32572026-03-24T17:52:20.191Z Compiling steno v0.4.1
32582026-03-24T17:52:20.385Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32592026-03-24T17:52:20.413Z Compiling tap v1.0.1
32602026-03-24T17:52:20.441Z Compiling maybe-uninit v2.0.0
32612026-03-24T17:52:20.466Z Compiling humantime v2.3.0
32622026-03-24T17:52:20.594Z Compiling wyz v0.5.1
32632026-03-24T17:52:20.866Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32642026-03-24T17:52:20.901Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32652026-03-24T17:52:20.928Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32662026-03-24T17:52:20.987Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32672026-03-24T17:52:21.174Z Compiling typify-macro v0.4.3
32682026-03-24T17:52:21.245Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32692026-03-24T17:52:21.287Z Compiling tokio-tungstenite v0.21.0
32702026-03-24T17:52:21.627Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32712026-03-24T17:52:21.685Z Compiling p384 v0.13.1
32722026-03-24T17:52:21.734Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32732026-03-24T17:52:22.022Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32742026-03-24T17:52:22.048Z Compiling arc-swap v1.8.2
32752026-03-24T17:52:22.051Z Compiling progenitor-macro v0.13.0
32762026-03-24T17:52:22.183Z Compiling packed_struct v0.10.1
32772026-03-24T17:52:22.474Z Compiling funty v2.0.0
32782026-03-24T17:52:22.517Z Compiling tagptr v0.2.0
32792026-03-24T17:52:22.591Z Compiling slog-scope v4.4.1
32802026-03-24T17:52:22.761Z Compiling moka v0.12.13
32812026-03-24T17:52:22.949Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32822026-03-24T17:52:23.302Z Compiling bitvec v1.0.1
32832026-03-24T17:52:23.414Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32842026-03-24T17:52:23.555Z Compiling polyval v0.6.2
32852026-03-24T17:52:23.613Z Compiling typify v0.4.3
32862026-03-24T17:52:23.637Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32872026-03-24T17:52:23.761Z Compiling packed_struct_codegen v0.10.1
32882026-03-24T17:52:23.792Z Compiling progenitor-impl v0.10.0
32892026-03-24T17:52:23.822Z Compiling zerocopy-derive v0.6.6
32902026-03-24T17:52:23.861Z Compiling bitfield-macros v0.19.4
32912026-03-24T17:52:23.889Z Compiling proc-macro-error-attr2 v2.0.0
32922026-03-24T17:52:23.912Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32932026-03-24T17:52:24.101Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32942026-03-24T17:52:24.402Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32952026-03-24T17:52:24.426Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32962026-03-24T17:52:24.888Z Compiling indexmap v1.9.3
32972026-03-24T17:52:24.961Z Compiling parking_lot_core v0.8.6
32982026-03-24T17:52:25.046Z Compiling nodrop v0.1.14
32992026-03-24T17:52:25.193Z Compiling crc-catalog v2.4.0
33002026-03-24T17:52:25.220Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33012026-03-24T17:52:25.383Z Compiling crc v3.4.0
33022026-03-24T17:52:25.389Z Compiling array-init v0.0.4
33032026-03-24T17:52:25.389Z Compiling zerocopy v0.6.6
33042026-03-24T17:52:25.464Z Compiling bitfield v0.19.4
33052026-03-24T17:52:25.493Z Compiling proc-macro-error2 v2.0.1
33062026-03-24T17:52:25.558Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33072026-03-24T17:52:25.693Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33082026-03-24T17:52:25.915Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33092026-03-24T17:52:25.983Z Compiling ghash v0.5.1
33102026-03-24T17:52:25.986Z Compiling hickory-resolver v0.25.2
33112026-03-24T17:52:26.035Z Compiling smallvec v0.6.14
33122026-03-24T17:52:26.062Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33132026-03-24T17:52:26.198Z Compiling slog-stdlog v4.1.1
33142026-03-24T17:52:26.362Z Compiling git-stub v1.0.0
33152026-03-24T17:52:26.521Z Compiling ctr v0.9.2
33162026-03-24T17:52:26.586Z Compiling num-derive v0.3.3
33172026-03-24T17:52:26.752Z Compiling lzma-sys v0.1.20
33182026-03-24T17:52:26.804Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33192026-03-24T17:52:26.833Z Compiling hashbrown v0.12.3
33202026-03-24T17:52:26.865Z Compiling unicase v2.9.0
33212026-03-24T17:52:26.868Z Compiling aes-gcm v0.10.3
33222026-03-24T17:52:27.098Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33232026-03-24T17:52:27.182Z Compiling mime_guess v2.0.5
33242026-03-24T17:52:27.185Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33252026-03-24T17:52:27.205Z Compiling git-stub-vcs v0.1.0
33262026-03-24T17:52:27.233Z Compiling slog-envlogger v2.2.0
33272026-03-24T17:52:27.354Z Compiling serde-hex v0.1.0
33282026-03-24T17:52:27.385Z Compiling tabled_derive v0.11.0
33292026-03-24T17:52:27.588Z Compiling progenitor-macro v0.10.0
33302026-03-24T17:52:27.769Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33312026-03-24T17:52:27.880Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33322026-03-24T17:52:27.907Z Compiling libscf-sys v1.1.0
33332026-03-24T17:52:27.955Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33342026-03-24T17:52:28.093Z Compiling progenitor-impl v0.11.2
33352026-03-24T17:52:28.119Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33362026-03-24T17:52:28.119Z Compiling ron v0.8.1
33372026-03-24T17:52:28.428Z Compiling papergrid v0.17.0
33382026-03-24T17:52:28.482Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33392026-03-24T17:52:28.743Z Compiling cargo_toml v0.22.3
33402026-03-24T17:52:28.853Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33412026-03-24T17:52:29.106Z Compiling hashbrown v0.13.2
33422026-03-24T17:52:29.160Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33432026-03-24T17:52:29.491Z Compiling progenitor v0.13.0
33442026-03-24T17:52:29.531Z Compiling testing_table v0.3.0
33452026-03-24T17:52:29.607Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33462026-03-24T17:52:29.725Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33472026-03-24T17:52:29.751Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33482026-03-24T17:52:29.781Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33492026-03-24T17:52:29.821Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33502026-03-24T17:52:29.855Z Compiling ssh-encoding v0.2.0
33512026-03-24T17:52:30.075Z Compiling blowfish v0.9.1
33522026-03-24T17:52:30.134Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33532026-03-24T17:52:30.239Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33542026-03-24T17:52:30.399Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33552026-03-24T17:52:30.433Z Compiling nibble_vec v0.1.0
33562026-03-24T17:52:30.462Z Compiling endian-type v0.1.2
33572026-03-24T17:52:30.525Z Compiling corncobs v0.1.4
33582026-03-24T17:52:30.555Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33592026-03-24T17:52:30.606Z Compiling crc-any v2.5.0
33602026-03-24T17:52:30.647Z Compiling radix_trie v0.2.1
33612026-03-24T17:52:30.791Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33622026-03-24T17:52:30.815Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33632026-03-24T17:52:30.880Z Compiling bcrypt-pbkdf v0.10.0
33642026-03-24T17:52:30.990Z Compiling ssh-cipher v0.2.0
33652026-03-24T17:52:31.041Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33662026-03-24T17:52:31.107Z Compiling tabled v0.20.0
33672026-03-24T17:52:31.390Z Compiling object v0.30.4
33682026-03-24T17:52:31.422Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33692026-03-24T17:52:31.896Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33702026-03-24T17:52:31.920Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33712026-03-24T17:52:31.966Z Compiling progenitor-macro v0.11.2
33722026-03-24T17:52:32.218Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33732026-03-24T17:52:32.592Z Compiling parking_lot v0.11.2
33742026-03-24T17:52:32.854Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33752026-03-24T17:52:33.024Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33762026-03-24T17:52:33.200Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33772026-03-24T17:52:33.566Z Compiling progenitor-client v0.11.2
33782026-03-24T17:52:33.611Z Compiling prefix-trie v0.7.0
33792026-03-24T17:52:33.793Z Compiling password-hash v0.4.2
33802026-03-24T17:52:33.821Z Compiling fxhash v0.2.1
33812026-03-24T17:52:33.845Z Compiling secrecy v0.8.0
33822026-03-24T17:52:33.927Z Compiling half v1.8.3
33832026-03-24T17:52:33.952Z Compiling path-slash v0.1.5
33842026-03-24T17:52:34.038Z Compiling http-range v0.1.5
33852026-03-24T17:52:34.089Z Compiling hickory-server v0.25.2
33862026-03-24T17:52:34.191Z Compiling pbkdf2 v0.11.0
33872026-03-24T17:52:34.194Z Compiling sled v0.34.7
33882026-03-24T17:52:34.241Z Compiling serde_cbor v0.11.2
33892026-03-24T17:52:34.339Z Compiling ron v0.12.0
33902026-03-24T17:52:34.366Z Compiling xz2 v0.1.7
33912026-03-24T17:52:34.393Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33922026-03-24T17:52:34.508Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33932026-03-24T17:52:34.899Z Compiling progenitor v0.10.0
33942026-03-24T17:52:35.099Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33952026-03-24T17:52:35.124Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33962026-03-24T17:52:35.332Z Compiling ssh-key v0.6.7
33972026-03-24T17:52:35.556Z Compiling hickory-client v0.25.2
33982026-03-24T17:52:35.935Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
33992026-03-24T17:52:36.111Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
34002026-03-24T17:52:36.226Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34012026-03-24T17:52:36.411Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34022026-03-24T17:52:36.726Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34032026-03-24T17:52:37.010Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34042026-03-24T17:52:37.053Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34052026-03-24T17:52:37.180Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34062026-03-24T17:52:37.183Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34072026-03-24T17:52:37.266Z Compiling p256 v0.13.2
34082026-03-24T17:52:37.773Z Compiling p521 v0.13.3
34092026-03-24T17:52:37.826Z Compiling yasna v0.5.2
34102026-03-24T17:52:37.943Z Compiling kstat-rs v0.2.4
34112026-03-24T17:52:38.243Z Compiling headers-core v0.3.0
34122026-03-24T17:52:38.268Z Compiling nanorand v0.7.0
34132026-03-24T17:52:38.384Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34142026-03-24T17:52:38.412Z Compiling russh-cryptovec v0.7.3
34152026-03-24T17:52:38.438Z Compiling atty v0.2.14
34162026-03-24T17:52:38.617Z Compiling base16ct v1.0.0
34172026-03-24T17:52:38.677Z Compiling crc8 v0.1.1
34182026-03-24T17:52:38.704Z Compiling home v0.5.12
34192026-03-24T17:52:38.821Z Compiling md5 v0.7.0
34202026-03-24T17:52:38.899Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34212026-03-24T17:52:38.924Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34222026-03-24T17:52:39.068Z Compiling russh-keys v0.45.0
34232026-03-24T17:52:39.135Z Compiling flume v0.11.1
34242026-03-24T17:52:39.216Z Compiling rcgen v0.12.1
34252026-03-24T17:52:39.242Z Compiling progenitor v0.11.2
34262026-03-24T17:52:39.481Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34272026-03-24T17:52:39.521Z Compiling headers v0.4.1
34282026-03-24T17:52:39.597Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34292026-03-24T17:52:39.640Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34302026-03-24T17:52:39.923Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34312026-03-24T17:52:39.949Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34322026-03-24T17:52:40.061Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34332026-03-24T17:52:40.476Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34342026-03-24T17:52:40.479Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34352026-03-24T17:52:40.524Z Compiling hyper-staticfile v0.10.1
34362026-03-24T17:52:40.653Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34372026-03-24T17:52:41.255Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34382026-03-24T17:52:41.285Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34392026-03-24T17:52:41.331Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34402026-03-24T17:52:41.386Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34412026-03-24T17:52:41.477Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34422026-03-24T17:52:41.646Z Compiling num-bigint v0.4.6
34432026-03-24T17:52:41.679Z Compiling des v0.8.1
34442026-03-24T17:52:41.725Z Compiling subprocess v0.2.15
34452026-03-24T17:52:41.753Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34462026-03-24T17:52:41.963Z Compiling display-error-chain v0.2.2
34472026-03-24T17:52:41.988Z Compiling hex-literal v0.4.1
34482026-03-24T17:52:42.162Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34492026-03-24T17:52:42.187Z Compiling colored v2.2.0
34502026-03-24T17:52:42.344Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34512026-03-24T17:52:42.458Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34522026-03-24T17:52:42.613Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34532026-03-24T17:52:42.719Z Compiling socket2 v0.5.10
34542026-03-24T17:52:42.800Z Compiling internet-checksum v0.2.1
34552026-03-24T17:52:43.354Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34562026-03-24T17:52:43.444Z Compiling russh v0.45.0
34572026-03-24T17:52:44.079Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34582026-03-24T17:52:50.270Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34592026-03-24T17:53:00.680Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34602026-03-24T17:53:00.680Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34612026-03-24T17:53:00.711Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34622026-03-24T17:53:00.711Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34632026-03-24T17:53:02.942Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34642026-03-24T17:53:03.048Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34652026-03-24T17:53:08.991Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34662026-03-24T17:53:38.772Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34672026-03-24T17:54:03.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
34682026-03-24T17:54:03.744Z
34692026-03-24T17:54:03.748Zreal 1:58.837685694
34702026-03-24T17:54:03.748Zuser 11:45.237167717
34712026-03-24T17:54:03.748Zsys 2:06.478176078
34722026-03-24T17:54:03.748Ztrap 0.357025977
34732026-03-24T17:54:03.748Ztflt 0.394419987
34742026-03-24T17:54:03.748Zdflt 1.591437850
34752026-03-24T17:54:03.748Zkflt 0.001108348
34762026-03-24T17:54:03.748Zlock 40:59.310594835
34772026-03-24T17:54:03.748Zslp 26:34.210539113
34782026-03-24T17:54:03.748Zlat 44.420784343
34792026-03-24T17:54:03.748Zstop 4:00.343431614
34802026-03-24T17:54:03.748Z+ mkdir tests
34812026-03-24T17:54:03.753Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34822026-03-24T17:54:03.753Z+ xargs -I '{}' -t cp '{}' tests/
34832026-03-24T17:54:03.787Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3bd1c6863381a81f tests/
34842026-03-24T17:54:03.819Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-521a697f1d1b465c tests/
34852026-03-24T17:54:03.851Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6723d7bac05732be tests/
34862026-03-24T17:54:03.891Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e26e07d3dba7642d tests/
34872026-03-24T17:54:04.254Z+ 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/*)
34882026-03-24T17:54:04.257Z+ 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-521a697f1d1b465c tests/commtest-6723d7bac05732be tests/dhcp_server-3bd1c6863381a81f tests/end_to_end_tests-e26e07d3dba7642d 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
34892026-03-24T17:55:43.015ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34902026-03-24T17:55:43.015Za .github/buildomat/ci-env.sh 1K
34912026-03-24T17:55:43.015Za out/target/test 1K
34922026-03-24T17:55:43.015Za out/npuzone/npuzone 27402K
34932026-03-24T17:55:43.015Za package-manifest.toml 35K
34942026-03-24T17:55:43.015Za smf/sled-agent/non-gimlet/config.toml 6K
34952026-03-24T17:55:43.015Za target/release/omicron-package 40564K
34962026-03-24T17:55:43.015Za target/release/xtask 11433K
34972026-03-24T17:55:43.015Za target/debug/bootstrap 338327K
34982026-03-24T17:55:43.015Za tests/bootstrap-521a697f1d1b465c 31310K
34992026-03-24T17:55:43.015Za tests/commtest-6723d7bac05732be 32395K
35002026-03-24T17:55:43.015Za tests/dhcp_server-3bd1c6863381a81f 31310K
35012026-03-24T17:55:43.015Za tests/end_to_end_tests-e26e07d3dba7642d 380548K
35022026-03-24T17:55:43.015Za out/clickhouse.tar.gz 301708K
35032026-03-24T17:55:43.015Za out/clickhouse_keeper.tar.gz 287174K
35042026-03-24T17:55:43.015Za out/clickhouse_server.tar.gz 301707K
35052026-03-24T17:55:43.015Za out/cockroachdb.tar.gz 154192K
35062026-03-24T17:55:43.015Za out/crucible-pantry-zone.tar.gz 38996K
35072026-03-24T17:55:43.015Za out/crucible-utils.tar 17744K
35082026-03-24T17:55:43.015Za out/crucible-zone.tar.gz 53134K
35092026-03-24T17:55:43.015Za out/external-dns.tar.gz 43601K
35102026-03-24T17:55:43.015Za out/internal-dns.tar.gz 43601K
35112026-03-24T17:55:43.015Za out/mg-ddm-gz.tar 78377K
35122026-03-24T17:55:43.015Za out/nexus.tar.gz 213726K
35132026-03-24T17:55:43.015Za out/ntp.tar.gz 25426K
35142026-03-24T17:55:43.015Za out/omicron-gateway-softnpu.tar.gz 28444K
35152026-03-24T17:55:43.015Za out/omicron-sled-agent.tar 188031K
35162026-03-24T17:55:43.015Za out/overlay.tar.gz 3K
35172026-03-24T17:55:43.015Za out/oximeter.tar.gz 58097K
35182026-03-24T17:55:43.015Za out/oxlog.tar 3782K
35192026-03-24T17:55:43.015Za out/probe.tar.gz 3037K
35202026-03-24T17:55:43.015Za out/propolis-server.tar.gz 33249K
35212026-03-24T17:55:43.015Za out/pumpkind-gz.tar 26647K
35222026-03-24T17:55:43.015Za out/switch-softnpu.tar.gz 370023K
35232026-03-24T17:55:43.019Z
35242026-03-24T17:55:43.019Zreal 1:38.748226183
35252026-03-24T17:55:43.019Zuser 1:35.872651323
35262026-03-24T17:55:43.019Zsys 5.905489997
35272026-03-24T17:55:43.019Ztrap 0.006666227
35282026-03-24T17:55:43.019Ztflt 0.000000000
35292026-03-24T17:55:43.019Zdflt 0.000000000
35302026-03-24T17:55:43.019Zkflt 0.000000000
35312026-03-24T17:55:43.019Zlock 0.000000000
35322026-03-24T17:55:43.019Zslp 1:35.104483637
35332026-03-24T17:55:43.019Zlat 0.601881963
35342026-03-24T17:55:43.019Zstop 0.000642254
35352026-03-24T17:55:43.022Zprocess exited: duration 1244499 ms, exit code 0
 
35362026-03-24T17:55:43.037Zfound 1 output files
35372026-03-24T17:55:43.037Zuploading: /work/package.tar.gz (2284759186 bytes)
35382026-03-24T17:56:08.984Zuploaded: /work/package.tar.gz