01KMZX6CAB5FVX9AMEPJ6RRVCQ: 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: 01KMZX75JCDJWYXWRVBMKRD3F1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-30T17:59:58.916Zjob assigned to worker 01KMZYCSQJYG53A7A1QKNRRJ4Z [factory aws, i-0269964c9fc8bcc3e] (queued for 21 m 14 s)
 
22026-03-30T18:00:06.803Zstarting task 0: "setup"
32026-03-30T18:00:06.806Z++ uname -s
42026-03-30T18:00:06.811Z+ kern=SunOS
52026-03-30T18:00:06.811Z+ build_user=build
62026-03-30T18:00:06.811Z+ build_uid=12345
72026-03-30T18:00:06.811Z+ work_dir=/work
82026-03-30T18:00:06.811Z+ input_dir=/input
92026-03-30T18:00:06.811Z+ [[ 0 == 12345 ]]
102026-03-30T18:00:06.811Z+ case "$kern" in
112026-03-30T18:00:06.811Z+ groupadd -g 12345 build
122026-03-30T18:00:06.814Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-30T18:00:08.820Z+ zfs create -o mountpoint=/work rpool/work
142026-03-30T18:00:08.925Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-30T18:00:08.928Z+ home_fs=zfs
162026-03-30T18:00:08.928Z+ [[ zfs == autofs ]]
172026-03-30T18:00:08.928Z+ mkdir -p /home/build
182026-03-30T18:00:08.931Z+ chown build:build /home/build /work
192026-03-30T18:00:10.931Z+ chmod 0700 /home/build /work
202026-03-30T18:00:10.934Zprocess exited: duration 4135 ms, exit code 0
 
212026-03-30T18:00:10.941Zstarting task 1: "rust-toolchain"
222026-03-30T18:00:10.946Z * rust toolchain channel = "1.94.0"
232026-03-30T18:00:10.946Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-03-30T18:00:10.946Z * rust toolchain profile = "default"
252026-03-30T18:00:10.946Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-30T18:00:10.946Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-30T18:00:10.946Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-30T18:00:10.949Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-30T18:00:10.949Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-30T18:00:11.078Zinfo: downloading installer
312026-03-30T18:00:12.519Zwarn: It looks like you have an existing installation of Rust at:
322026-03-30T18:00:12.519Zwarn: /opt/ooce/bin
332026-03-30T18:00:12.519Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-30T18:00:12.519Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-30T18:00:12.519Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-30T18:00:12.519Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-30T18:00:12.519Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-30T18:00:12.519Zerror: cannot install while Rust is installed
392026-03-30T18:00:12.519Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-30T18:00:12.519Zwarn: It looks like you have an existing rustup settings file at:
412026-03-30T18:00:12.519Zwarn: /home/build/.rustup/settings.toml
422026-03-30T18:00:12.519Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-30T18:00:12.520Zwarn: instead of the one inferred from the default host triple.
442026-03-30T18:00:12.554Zinfo: profile set to default
452026-03-30T18:00:12.554Zinfo: default host triple is x86_64-unknown-illumos
462026-03-30T18:00:12.557Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-30T18:00:12.712Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-30T18:00:12.715Zinfo: downloading 6 components
492026-03-30T18:00:27.372Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-30T18:00:27.372Z
512026-03-30T18:00:27.401Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-30T18:00:27.401Z
532026-03-30T18:00:27.401Z
542026-03-30T18:00:27.401ZRust is installed now. Great!
552026-03-30T18:00:27.401Z
562026-03-30T18:00:27.401ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-30T18:00:27.401Zenvironment variable. This has not been done automatically.
582026-03-30T18:00:27.401Z
592026-03-30T18:00:27.401ZTo configure your current shell, you need to source
602026-03-30T18:00:27.401Zthe corresponding env file under $HOME/.cargo.
612026-03-30T18:00:27.401Z
622026-03-30T18:00:27.401ZThis is usually done by running one of the following (note the leading DOT):
632026-03-30T18:00:27.401Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-30T18:00:27.401Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-30T18:00:27.401Zsource "~/.cargo/env.nu" # For nushell
662026-03-30T18:00:27.401Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-30T18:00:27.401Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-30T18:00:27.401Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-30T18:00:27.404Zwarn: no default linker (`cc`) was found in your PATH
702026-03-30T18:00:27.404Zwarn: many Rust crates require a system C toolchain to build
712026-03-30T18:00:27.497Z+ rustup --version
722026-03-30T18:00:27.504Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-30T18:00:27.507Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-30T18:00:27.525Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-30T18:00:27.527Z+ cargo --version
762026-03-30T18:00:27.536Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-30T18:00:27.539Z+ rustc --version
782026-03-30T18:00:27.560Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-30T18:00:27.563Zprocess exited: duration 16618 ms, exit code 0
 
802026-03-30T18:00:27.569Zstarting task 2: "authentication"
812026-03-30T18:00:27.586Zprocess exited: duration 16 ms, exit code 0
 
822026-03-30T18:00:27.594Zstarting task 3: "clone repository"
832026-03-30T18:00:27.596Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-30T18:00:27.599Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-30T18:00:27.679ZCloning into '/work/oxidecomputer/omicron'...
862026-03-30T18:00:38.637Z+ cd /work/oxidecomputer/omicron
872026-03-30T18:00:38.638Z+ git fetch origin 909801f253b585df24f0611b5e0c666f79953c12
882026-03-30T18:00:38.958ZFrom https://github.com/oxidecomputer/omicron
892026-03-30T18:00:38.958Z * branch 909801f253b585df24f0611b5e0c666f79953c12 -> FETCH_HEAD
902026-03-30T18:00:38.971Z+ [[ -n ben/fix-replicated-expunge-timeseries ]]
912026-03-30T18:00:38.974Z++ git branch --show-current
922026-03-30T18:00:38.977Z+ current=main
932026-03-30T18:00:38.977Z+ [[ main != ben/fix-replicated-expunge-timeseries ]]
942026-03-30T18:00:38.977Z+ git branch -f ben/fix-replicated-expunge-timeseries 909801f253b585df24f0611b5e0c666f79953c12
952026-03-30T18:00:38.980Z+ git checkout -f ben/fix-replicated-expunge-timeseries
962026-03-30T18:00:39.225ZSwitched to branch 'ben/fix-replicated-expunge-timeseries'
972026-03-30T18:00:39.228Z+ git reset --hard 909801f253b585df24f0611b5e0c666f79953c12
982026-03-30T18:00:39.294ZHEAD is now at 909801f25 Add note explaining query settings
992026-03-30T18:00:39.297Zprocess exited: duration 11701 ms, exit code 0
 
1002026-03-30T18:00:39.303Zstarting task 4: "build"
1012026-03-30T18:00:39.308Z+ source .github/buildomat/ci-env.sh
1022026-03-30T18:00:39.313Z++ export CARGO_TERM_COLOR=always
1032026-03-30T18:00:39.313Z++ CARGO_TERM_COLOR=always
1042026-03-30T18:00:39.314Z+ cargo --version
1052026-03-30T18:00:39.320Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-30T18:00:39.322Z+ rustc --version
1072026-03-30T18:00:39.344Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-30T18:00:39.349Z+ WORK=/work
1092026-03-30T18:00:39.349Z+ pfexec mkdir -p /work
1102026-03-30T18:00:39.352Z+ pfexec chown build /work
1112026-03-30T18:00:39.354Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-30T18:00:49.325Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-30T18:00:56.073Z Startup: Caching catalogs ... Done
1142026-03-30T18:01:00.245ZPlanning: Solver setup ... Done (2.846s)
1152026-03-30T18:01:00.264ZPlanning: Running solver ... Done (0.018s)
1162026-03-30T18:01:00.380ZPlanning: Finding local manifests ... Done (0.004s)
1172026-03-30T18:01:00.394ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-30T18:01:00.486ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-30T18:01:00.518ZPlanning: Package planning ... Done (0.032s)
1202026-03-30T18:01:00.546ZPlanning: Merging actions ... Done (0.028s)
1212026-03-30T18:01:00.729ZPlanning: Checking for conflicting actions ... Done (0.183s)
1222026-03-30T18:01:00.737ZPlanning: Consolidating action changes ... Done (0.007s)
1232026-03-30T18:01:01.506ZPlanning: Evaluating mediators ... Done (0.769s)
1242026-03-30T18:01:01.512ZPlanning: Planning completed in 5.28 seconds
1252026-03-30T18:01:01.927Z Packages to install: 4
1262026-03-30T18:01:01.927Z Mediators to change: 2
1272026-03-30T18:01:01.927Z Services to change: 1
1282026-03-30T18:01:01.927Z Estimated space available: 155.35 GB
1292026-03-30T18:01:01.927ZEstimated space to be consumed: 1.84 GB
1302026-03-30T18:01:01.931Z Create boot environment: No
1312026-03-30T18:01:01.931ZCreate backup boot environment: No
1322026-03-30T18:01:01.931Z Rebuild boot archive: No
1332026-03-30T18:01:01.931Z
1342026-03-30T18:01:01.931ZChanged mediators:
1352026-03-30T18:01:01.931Z mediator clang:
1362026-03-30T18:01:01.932Z version: None -> 15 (system default)
1372026-03-30T18:01:01.932Z
1382026-03-30T18:01:01.932Z mediator llvm:
1392026-03-30T18:01:01.932Z version: 14 (system default) -> 15 (system default)
1402026-03-30T18:01:01.932Z
1412026-03-30T18:01:01.932ZChanged packages:
1422026-03-30T18:01:01.932Zhelios-dev
1432026-03-30T18:01:01.932Z developer/build-essential
1442026-03-30T18:01:01.932Z None -> 11-2.0
1452026-03-30T18:01:01.932Z library/libxmlsec1
1462026-03-30T18:01:01.932Z None -> 1.2.35-2.0
1472026-03-30T18:01:01.932Z ooce/developer/clang-15
1482026-03-30T18:01:01.932Z None -> 15.0.7-2.0
1492026-03-30T18:01:01.932Z ooce/developer/llvm-15
1502026-03-30T18:01:01.932Z None -> 15.0.7-2.0
1512026-03-30T18:01:01.933Z
1522026-03-30T18:01:01.933ZServices:
1532026-03-30T18:01:01.933Z restart_fmri:
1542026-03-30T18:01:01.933Z svc:/system/update-man-index:default
1552026-03-30T18:01:01.970Z
1562026-03-30T18:01:01.970ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-30T18:01:06.971ZDownload: 1270/3290 items 100.3/212.6MB 47% complete (19.9M/s)
1582026-03-30T18:01:12.616ZDownload: 3240/3290 items 202.2/212.6MB 95% complete (20.8M/s)
1592026-03-30T18:01:14.013ZDownload: Completed 212.60 MB in 12.04 seconds (17.7M/s)
1602026-03-30T18:01:14.262Z Actions: 1/3689 actions (Installing new actions)
1612026-03-30T18:01:17.552Z Actions: Completed 3689 actions in 3.29 seconds.
1622026-03-30T18:01:18.122Z Done (0.569s)
1632026-03-30T18:01:18.123Z Done (0.000s)
1642026-03-30T18:01:18.715Z Done (0.593s)
1652026-03-30T18:01:21.922Z Done (2.873s)
1662026-03-30T18:01:22.002Z Done (0.013s)
1672026-03-30T18:01:22.005Z Done (0.000s)
1682026-03-30T18:01:22.169Z Done (0.000s)
1692026-03-30T18:01:22.985ZPlanning: Evaluating mediator changes ... Done
1702026-03-30T18:01:23.087ZPlanning: Checking for conflicting actions ... Done
1712026-03-30T18:01:23.090ZPlanning: Consolidating action changes ... Done
1722026-03-30T18:01:23.248ZPlanning: Evaluating mediators ... Done
1732026-03-30T18:01:23.251ZPlanning: Planning completed in 0.26 seconds
1742026-03-30T18:01:23.268Z Mediators to change: 2
1752026-03-30T18:01:23.268Z Create boot environment: No
1762026-03-30T18:01:23.268ZCreate backup boot environment: No
1772026-03-30T18:01:23.311Z Done
1782026-03-30T18:01:23.311Z Done
1792026-03-30T18:01:23.909Z Done
1802026-03-30T18:01:26.411Z Done
1812026-03-30T18:01:26.485Z Done
1822026-03-30T18:01:26.485Z Done
1832026-03-30T18:01:26.620Z Done
1842026-03-30T18:01:27.024ZPlanning: Evaluating mediator changes ... Done
1852026-03-30T18:01:27.027ZPlanning: Merging actions ... Done
1862026-03-30T18:01:27.161ZPlanning: Checking for conflicting actions ... Done
1872026-03-30T18:01:27.165ZPlanning: Consolidating action changes ... Done
1882026-03-30T18:01:27.302ZPlanning: Evaluating mediators ... Done
1892026-03-30T18:01:27.330ZPlanning: Planning completed in 0.45 seconds
1902026-03-30T18:01:27.352Z Packages to change: 1
1912026-03-30T18:01:27.352Z Mediators to change: 1
1922026-03-30T18:01:27.352Z Services to change: 1
1932026-03-30T18:01:27.352Z Create boot environment: No
1942026-03-30T18:01:27.352ZCreate backup boot environment: Yes
1952026-03-30T18:01:29.728Z Actions: 1/6 actions (Updating modified actions)
1962026-03-30T18:01:29.760Z Actions: Completed 6 actions in 0.03 seconds.
1972026-03-30T18:01:29.763Z Done
1982026-03-30T18:01:29.763Z Done
1992026-03-30T18:01:29.896Z Done
2002026-03-30T18:01:32.341Z Done
2012026-03-30T18:01:32.414Z Done
2022026-03-30T18:01:32.417Z Done
2032026-03-30T18:01:32.659Z Done
2042026-03-30T18:01:32.946ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-03-30T18:01:32.946Zclang system 15 system
2062026-03-30T18:01:32.946Zcsh system system illumos
2072026-03-30T18:01:32.946Zctags system system illumos
2082026-03-30T18:01:32.946Zfile system system illumos
2092026-03-30T18:01:32.946Zgcc vendor 12 vendor
2102026-03-30T18:01:32.946Zgcc system 14 system
2112026-03-30T18:01:32.946Zgcc system 10 system
2122026-03-30T18:01:32.947Zgo system 1.20 system
2132026-03-30T18:01:32.947Zgo system 1.19 system
2142026-03-30T18:01:32.947Zllvm system 15 system
2152026-03-30T18:01:32.947Zllvm system 14 system
2162026-03-30T18:01:32.947Zmariadb system 10.6 system
2172026-03-30T18:01:32.947Zmta vendor vendor dma
2182026-03-30T18:01:32.947Zopenjdk system 17 system
2192026-03-30T18:01:32.947Zopenjdk system 11 system
2202026-03-30T18:01:32.947Zopenjdk system 1.8 system
2212026-03-30T18:01:32.947Zopenssl vendor 3 vendor
2222026-03-30T18:01:32.947Zperl system 5.36 system
2232026-03-30T18:01:32.947Zpostgresql system 15 system
2242026-03-30T18:01:32.947Zpostgresql system 13 system
2252026-03-30T18:01:32.947Zpython vendor 3 vendor
2262026-03-30T18:01:32.947Zpython system 2 system
2272026-03-30T18:01:32.947Zpython3 system 3.11 system
2282026-03-30T18:01:32.947Zruby system 3.0 system
2292026-03-30T18:01:32.947Zwords vendor vendor american-english
2302026-03-30T18:01:32.947Zwords system system australian-english
2312026-03-30T18:01:32.947Zwords system system british-english
2322026-03-30T18:01:32.947Zwords system system canadian-english
2332026-03-30T18:01:32.947Zwords system system french
2342026-03-30T18:01:32.947Zwords system system italian
2352026-03-30T18:01:32.947Zwords system system ngerman
2362026-03-30T18:01:32.947Zwords system system ogerman
2372026-03-30T18:01:32.947Zwords system system spanish
2382026-03-30T18:01:33.173ZPUBLISHER TYPE STATUS P LOCATION
2392026-03-30T18:01:33.173Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-03-30T18:01:37.460ZFMRI IFO
2412026-03-30T18:01:37.460Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-03-30T18:01:37.460Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-03-30T18:01:37.460Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-03-30T18:01:37.460Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-03-30T18:01:37.460Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-03-30T18:01:37.460Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-03-30T18:01:37.460Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482026-03-30T18:01:37.460Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2492026-03-30T18:01:37.460Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2502026-03-30T18:01:37.460Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512026-03-30T18:01:37.460Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2522026-03-30T18:01:37.460Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2532026-03-30T18:01:37.460Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542026-03-30T18:01:37.460Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2552026-03-30T18:01:37.460Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2562026-03-30T18:01:37.460Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572026-03-30T18:01:38.541Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582026-03-30T18:01:38.853Z Updating crates.io index
2592026-03-30T18:01:38.856Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602026-03-30T18:01:39.137Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-03-30T18:01:40.119Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-03-30T18:01:40.650Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632026-03-30T18:01:41.520Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-03-30T18:01:42.277Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-03-30T18:01:43.767Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-03-30T18:01:45.128Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-03-30T18:01:46.139Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-03-30T18:01:46.477Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-03-30T18:01:47.069Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-03-30T18:01:47.589Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-03-30T18:01:48.068Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-03-30T18:01:48.421Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-03-30T18:01:49.510Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-03-30T18:01:50.013Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-03-30T18:01:50.546Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-03-30T18:01:50.830Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-03-30T18:01:51.320Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-03-30T18:01:51.718Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-03-30T18:01:51.983Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-03-30T18:01:52.245Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-03-30T18:01:52.655Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-03-30T18:01:53.163Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-03-30T18:01:53.823Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-03-30T18:01:54.160Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-03-30T18:01:54.502Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-03-30T18:01:55.874Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-03-30T18:01:56.634Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-03-30T18:01:57.042Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-30T18:01:57.753Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-03-30T18:01:58.064Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-03-30T18:01:58.460Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2922026-03-30T18:01:58.888Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-03-30T18:01:59.529Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-03-30T18:01:59.826Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-03-30T18:02:00.125Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-03-30T18:02:00.443Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-03-30T18:02:00.834Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-03-30T18:02:12.466Z Downloading crates ...
2992026-03-30T18:02:12.518Z Downloaded cargo_toml v0.21.0
3002026-03-30T18:02:12.560Z Downloaded anstyle v1.0.13
3012026-03-30T18:02:12.560Z Downloaded anstream v0.6.21
3022026-03-30T18:02:12.566Z Downloaded anstyle-parse v0.2.7
3032026-03-30T18:02:12.566Z Downloaded byteorder v1.5.0
3042026-03-30T18:02:12.566Z Downloaded bytecount v0.6.9
3052026-03-30T18:02:12.566Z Downloaded equivalent v1.0.2
3062026-03-30T18:02:12.566Z Downloaded zerofrom v0.1.6
3072026-03-30T18:02:12.566Z Downloaded zerovec-derive v0.11.2
3082026-03-30T18:02:12.566Z Downloaded clap v4.5.60
3092026-03-30T18:02:12.566Z Downloaded typeid v1.0.3
3102026-03-30T18:02:12.566Z Downloaded form_urlencoded v1.2.2
3112026-03-30T18:02:12.567Z Downloaded cfg-if v1.0.4
3122026-03-30T18:02:12.567Z Downloaded thread-id v4.2.2
3132026-03-30T18:02:12.567Z Downloaded usdt-attr-macro v0.5.0
3142026-03-30T18:02:12.567Z Downloaded percent-encoding v2.3.2
3152026-03-30T18:02:12.567Z Downloaded errno v0.3.14
3162026-03-30T18:02:12.567Z Downloaded utf8parse v0.2.2
3172026-03-30T18:02:12.567Z Downloaded displaydoc v0.2.5
3182026-03-30T18:02:12.567Z Downloaded cargo-util-schemas v0.8.2
3192026-03-30T18:02:12.567Z Downloaded colorchoice v1.0.4
3202026-03-30T18:02:12.567Z Downloaded generic-array v0.14.7
3212026-03-30T18:02:12.567Z Downloaded block-buffer v0.10.4
3222026-03-30T18:02:12.567Z Downloaded fs-err v3.3.0
3232026-03-30T18:02:12.567Z Downloaded heck v0.4.1
3242026-03-30T18:02:12.567Z Downloaded unicode-linebreak v0.1.5
3252026-03-30T18:02:12.567Z Downloaded strsim v0.11.1
3262026-03-30T18:02:12.567Z Downloaded erased-serde v0.4.9
3272026-03-30T18:02:12.574Z Downloaded version_check v0.9.5
3282026-03-30T18:02:12.574Z Downloaded cargo_metadata v0.21.0
3292026-03-30T18:02:12.574Z Downloaded utf8_iter v1.0.4
3302026-03-30T18:02:12.574Z Downloaded toml_write v0.1.2
3312026-03-30T18:02:12.577Z Downloaded fnv v1.0.7
3322026-03-30T18:02:12.578Z Downloaded dof v0.3.0
3332026-03-30T18:02:12.578Z Downloaded pretty-hex v0.4.1
3342026-03-30T18:02:12.580Z Downloaded yoke-derive v0.8.1
3352026-03-30T18:02:12.581Z Downloaded tabled_derive v0.7.0
3362026-03-30T18:02:12.584Z Downloaded is_terminal_polyfill v1.70.2
3372026-03-30T18:02:12.584Z Downloaded itoa v1.0.17
3382026-03-30T18:02:12.584Z Downloaded icu_collections v2.1.1
3392026-03-30T18:02:12.591Z Downloaded digest v0.10.7
3402026-03-30T18:02:12.596Z Downloaded unicode-xid v0.2.6
3412026-03-30T18:02:12.596Z Downloaded usdt-macro v0.5.0
3422026-03-30T18:02:12.596Z Downloaded thiserror v1.0.69
3432026-03-30T18:02:12.596Z Downloaded dtrace-parser v0.2.0
3442026-03-30T18:02:12.596Z Downloaded crypto-common v0.1.7
3452026-03-30T18:02:12.596Z Downloaded zerofrom-derive v0.1.6
3462026-03-30T18:02:12.596Z Downloaded usdt-impl v0.5.0
3472026-03-30T18:02:12.596Z Downloaded toml_edit v0.22.27
3482026-03-30T18:02:12.600Z Downloaded cpufeatures v0.2.17
3492026-03-30T18:02:12.600Z Downloaded thiserror-impl v2.0.18
3502026-03-30T18:02:12.600Z Downloaded proc-macro-error-attr v1.0.4
3512026-03-30T18:02:12.600Z Downloaded heck v0.5.0
3522026-03-30T18:02:12.605Z Downloaded clap_lex v1.0.0
3532026-03-30T18:02:12.605Z Downloaded usdt v0.5.0
3542026-03-30T18:02:12.605Z Downloaded tinystr v0.8.2
3552026-03-30T18:02:12.605Z Downloaded toml_datetime v0.6.11
3562026-03-30T18:02:12.608Z Downloaded plain v0.2.3
3572026-03-30T18:02:12.608Z Downloaded memmap v0.7.0
3582026-03-30T18:02:12.611Z Downloaded writeable v0.6.2
3592026-03-30T18:02:12.614Z Downloaded zmij v1.0.21
3602026-03-30T18:02:12.614Z Downloaded fastrand v2.3.0
3612026-03-30T18:02:12.615Z Downloaded toml v0.8.23
3622026-03-30T18:02:12.619Z Downloaded yoke v0.8.1
3632026-03-30T18:02:12.619Z Downloaded serde-value v0.7.0
3642026-03-30T18:02:12.619Z Downloaded autocfg v1.5.0
3652026-03-30T18:02:12.619Z Downloaded thiserror v2.0.18
3662026-03-30T18:02:12.627Z Downloaded swrite v0.1.0
3672026-03-30T18:02:12.627Z Downloaded stable_deref_trait v1.2.1
3682026-03-30T18:02:12.627Z Downloaded scroll_derive v0.12.1
3692026-03-30T18:02:12.627Z Downloaded ordered-float v2.10.1
3702026-03-30T18:02:12.627Z Downloaded ucd-trie v0.1.7
3712026-03-30T18:02:12.627Z Downloaded idna_adapter v1.2.1
3722026-03-30T18:02:12.627Z Downloaded thiserror-impl v1.0.69
3732026-03-30T18:02:12.631Z Downloaded smawk v0.3.2
3742026-03-30T18:02:12.631Z Downloaded terminal_size v0.4.3
3752026-03-30T18:02:12.631Z Downloaded textwrap v0.16.2
3762026-03-30T18:02:12.631Z Downloaded serde_spanned v0.6.9
3772026-03-30T18:02:12.632Z Downloaded cargo-platform v0.2.0
3782026-03-30T18:02:12.632Z Downloaded anstyle-query v1.1.5
3792026-03-30T18:02:12.635Z Downloaded unicode-ident v1.0.24
3802026-03-30T18:02:12.640Z Downloaded zerocopy-derive v0.7.35
3812026-03-30T18:02:12.644Z Downloaded icu_normalizer v2.1.1
3822026-03-30T18:02:12.657Z Downloaded macaddr v1.0.1
3832026-03-30T18:02:12.657Z Downloaded camino-tempfile v1.4.1
3842026-03-30T18:02:12.657Z Downloaded zerotrie v0.2.3
3852026-03-30T18:02:12.657Z Downloaded typenum v1.19.0
3862026-03-30T18:02:12.662Z Downloaded synstructure v0.13.2
3872026-03-30T18:02:12.662Z Downloaded serde_tokenstream v0.2.3
3882026-03-30T18:02:12.662Z Downloaded bitflags v2.11.0
3892026-03-30T18:02:12.662Z Downloaded url v2.5.8
3902026-03-30T18:02:12.662Z Downloaded scroll v0.12.0
3912026-03-30T18:02:12.662Z Downloaded quote v1.0.44
3922026-03-30T18:02:12.662Z Downloaded serde-untagged v0.1.9
3932026-03-30T18:02:12.662Z Downloaded potential_utf v0.1.4
3942026-03-30T18:02:12.662Z Downloaded zerocopy v0.7.35
3952026-03-30T18:02:12.667Z Downloaded proc-macro-error v1.0.4
3962026-03-30T18:02:12.671Z Downloaded semver v1.0.27
3972026-03-30T18:02:12.674Z Downloaded zerovec v0.11.5
3982026-03-30T18:02:12.680Z Downloaded camino v1.2.2
3992026-03-30T18:02:12.684Z Downloaded pest_derive v2.8.6
4002026-03-30T18:02:12.684Z Downloaded clap_derive v4.5.55
4012026-03-30T18:02:12.693Z Downloaded winnow v0.7.14
4022026-03-30T18:02:12.696Z Downloaded smallvec v1.15.1
4032026-03-30T18:02:12.696Z Downloaded log v0.4.29
4042026-03-30T18:02:12.696Z Downloaded icu_locale_core v2.1.1
4052026-03-30T18:02:12.696Z Downloaded unicode-width v0.2.0
4062026-03-30T18:02:12.699Z Downloaded unicode-width v0.1.14
4072026-03-30T18:02:12.703Z Downloaded sha2 v0.10.9
4082026-03-30T18:02:12.703Z Downloaded once_cell v1.21.3
4092026-03-30T18:02:12.707Z Downloaded tempfile v3.25.0
4102026-03-30T18:02:12.711Z Downloaded serde_derive v1.0.228
4112026-03-30T18:02:12.715Z Downloaded litemap v0.8.1
4122026-03-30T18:02:12.715Z Downloaded anyhow v1.0.102
4132026-03-30T18:02:12.715Z Downloaded proc-macro2 v1.0.106
4142026-03-30T18:02:12.718Z Downloaded icu_provider v2.1.1
4152026-03-30T18:02:12.723Z Downloaded serde_core v1.0.228
4162026-03-30T18:02:12.726Z Downloaded papergrid v0.11.0
4172026-03-30T18:02:12.730Z Downloaded pest_generator v2.8.6
4182026-03-30T18:02:12.734Z Downloaded num-traits v0.2.19
4192026-03-30T18:02:12.737Z Downloaded icu_normalizer_data v2.1.1
4202026-03-30T18:02:12.740Z Downloaded pest_meta v2.8.6
4212026-03-30T18:02:12.743Z Downloaded icu_properties v2.1.2
4222026-03-30T18:02:12.746Z Downloaded getrandom v0.4.1
4232026-03-30T18:02:12.758Z Downloaded serde v1.0.228
4242026-03-30T18:02:12.766Z Downloaded memchr v2.8.0
4252026-03-30T18:02:12.769Z Downloaded hashbrown v0.16.1
4262026-03-30T18:02:12.774Z Downloaded indexmap v2.13.0
4272026-03-30T18:02:12.795Z Downloaded icu_properties_data v2.1.2
4282026-03-30T18:02:12.804Z Downloaded pest v2.8.6
4292026-03-30T18:02:12.807Z Downloaded idna v1.1.0
4302026-03-30T18:02:12.814Z Downloaded serde_json v1.0.149
4312026-03-30T18:02:12.826Z Downloaded tabled v0.15.0
4322026-03-30T18:02:12.834Z Downloaded goblin v0.8.2
4332026-03-30T18:02:12.839Z Downloaded clap_builder v4.5.60
4342026-03-30T18:02:12.841Z Downloaded syn v1.0.109
4352026-03-30T18:02:12.850Z Downloaded syn v2.0.117
4362026-03-30T18:02:12.865Z Downloaded rustix v1.1.3
4372026-03-30T18:02:12.884Z Downloaded libc v0.2.180
4382026-03-30T18:02:12.953Z Compiling proc-macro2 v1.0.106
4392026-03-30T18:02:12.957Z Compiling quote v1.0.44
4402026-03-30T18:02:12.957Z Compiling unicode-ident v1.0.24
4412026-03-30T18:02:12.957Z Compiling serde_core v1.0.228
4422026-03-30T18:02:12.957Z Compiling libc v0.2.180
4432026-03-30T18:02:12.957Z Compiling version_check v0.9.5
4442026-03-30T18:02:12.957Z Compiling memchr v2.8.0
4452026-03-30T18:02:12.957Z Compiling stable_deref_trait v1.2.1
4462026-03-30T18:02:12.957Z Compiling serde v1.0.228
4472026-03-30T18:02:13.136Z Compiling zmij v1.0.21
4482026-03-30T18:02:13.140Z Compiling thiserror v1.0.69
4492026-03-30T18:02:13.140Z Compiling itoa v1.0.17
4502026-03-30T18:02:13.140Z Compiling ucd-trie v0.1.7
4512026-03-30T18:02:13.140Z Compiling autocfg v1.5.0
4522026-03-30T18:02:13.140Z Compiling writeable v0.6.2
4532026-03-30T18:02:13.376Z Compiling litemap v0.8.1
4542026-03-30T18:02:13.424Z Compiling rustix v1.1.3
4552026-03-30T18:02:13.474Z Compiling byteorder v1.5.0
4562026-03-30T18:02:13.494Z Compiling icu_properties_data v2.1.2
4572026-03-30T18:02:13.532Z Compiling icu_normalizer_data v2.1.1
4582026-03-30T18:02:13.695Z Compiling pest v2.8.6
4592026-03-30T18:02:13.712Z Compiling bitflags v2.11.0
4602026-03-30T18:02:13.715Z Compiling serde_json v1.0.149
4612026-03-30T18:02:13.866Z Compiling num-traits v0.2.19
4622026-03-30T18:02:13.987Z Compiling typeid v1.0.3
4632026-03-30T18:02:14.110Z Compiling smallvec v1.15.1
4642026-03-30T18:02:14.126Z Compiling hashbrown v0.16.1
4652026-03-30T18:02:14.162Z Compiling equivalent v1.0.2
4662026-03-30T18:02:14.223Z Compiling proc-macro-error-attr v1.0.4
4672026-03-30T18:02:14.320Z Compiling usdt-impl v0.5.0
4682026-03-30T18:02:14.372Z Compiling winnow v0.7.14
4692026-03-30T18:02:14.374Z Compiling erased-serde v0.4.9
4702026-03-30T18:02:14.375Z Compiling syn v1.0.109
4712026-03-30T18:02:14.464Z Compiling toml_write v0.1.2
4722026-03-30T18:02:14.485Z Compiling proc-macro-error v1.0.4
4732026-03-30T18:02:14.557Z Compiling plain v0.2.3
4742026-03-30T18:02:14.593Z Compiling utf8parse v0.2.2
4752026-03-30T18:02:14.717Z Compiling utf8_iter v1.0.4
4762026-03-30T18:02:14.735Z Compiling pest_meta v2.8.6
4772026-03-30T18:02:14.737Z Compiling camino v1.2.2
4782026-03-30T18:02:14.737Z Compiling getrandom v0.4.1
4792026-03-30T18:02:14.756Z Compiling percent-encoding v2.3.2
4802026-03-30T18:02:14.791Z Compiling errno v0.3.14
4812026-03-30T18:02:14.807Z Compiling thread-id v4.2.2
4822026-03-30T18:02:14.827Z Compiling indexmap v2.13.0
4832026-03-30T18:02:14.864Z Compiling thiserror v2.0.18
4842026-03-30T18:02:14.901Z Compiling log v0.4.29
4852026-03-30T18:02:14.953Z Compiling form_urlencoded v1.2.2
4862026-03-30T18:02:14.969Z Compiling anstyle-parse v0.2.7
4872026-03-30T18:02:15.110Z Compiling ordered-float v2.10.1
4882026-03-30T18:02:15.168Z Compiling is_terminal_polyfill v1.70.2
4892026-03-30T18:02:15.168Z Compiling anstyle v1.0.13
4902026-03-30T18:02:15.223Z Compiling syn v2.0.117
4912026-03-30T18:02:15.227Z Compiling pretty-hex v0.4.1
4922026-03-30T18:02:15.295Z Compiling cfg-if v1.0.4
4932026-03-30T18:02:15.333Z Compiling anstyle-query v1.1.5
4942026-03-30T18:02:15.388Z Compiling colorchoice v1.0.4
4952026-03-30T18:02:15.446Z Compiling fs-err v3.3.0
4962026-03-30T18:02:15.483Z Compiling anyhow v1.0.102
4972026-03-30T18:02:15.486Z Compiling anstream v0.6.21
4982026-03-30T18:02:15.521Z Compiling heck v0.4.1
4992026-03-30T18:02:15.538Z Compiling strsim v0.11.1
5002026-03-30T18:02:15.557Z Compiling clap_lex v1.0.0
5012026-03-30T18:02:15.599Z Compiling fnv v1.0.7
5022026-03-30T18:02:15.675Z Compiling once_cell v1.21.3
5032026-03-30T18:02:15.723Z Compiling heck v0.5.0
5042026-03-30T18:02:15.726Z Compiling unicode-xid v0.2.6
5052026-03-30T18:02:15.839Z Compiling terminal_size v0.4.3
5062026-03-30T18:02:15.877Z Compiling semver v1.0.27
5072026-03-30T18:02:15.917Z Compiling bytecount v0.6.9
5082026-03-30T18:02:15.936Z Compiling fastrand v2.3.0
5092026-03-30T18:02:15.953Z Compiling unicode-width v0.1.14
5102026-03-30T18:02:15.972Z Compiling clap_builder v4.5.60
5112026-03-30T18:02:16.045Z Compiling memmap v0.7.0
5122026-03-30T18:02:16.072Z Compiling unicode-width v0.2.0
5132026-03-30T18:02:16.125Z Compiling tempfile v3.25.0
5142026-03-30T18:02:16.208Z Compiling papergrid v0.11.0
5152026-03-30T18:02:16.226Z Compiling unicode-linebreak v0.1.5
5162026-03-30T18:02:16.244Z Compiling serde-untagged v0.1.9
5172026-03-30T18:02:16.264Z Compiling smawk v0.3.2
5182026-03-30T18:02:16.367Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5192026-03-30T18:02:16.385Z Compiling camino-tempfile v1.4.1
5202026-03-30T18:02:16.423Z Compiling textwrap v0.16.2
5212026-03-30T18:02:16.481Z Compiling swrite v0.1.0
5222026-03-30T18:02:16.828Z Compiling tabled_derive v0.7.0
5232026-03-30T18:02:17.485Z Compiling tabled v0.15.0
5242026-03-30T18:02:17.669Z Compiling synstructure v0.13.2
5252026-03-30T18:02:17.673Z Compiling pest_generator v2.8.6
5262026-03-30T18:02:18.229Z Compiling serde_derive v1.0.228
5272026-03-30T18:02:18.229Z Compiling zerofrom-derive v0.1.6
5282026-03-30T18:02:18.229Z Compiling yoke-derive v0.8.1
5292026-03-30T18:02:18.232Z Compiling zerovec-derive v0.11.2
5302026-03-30T18:02:18.232Z Compiling displaydoc v0.2.5
5312026-03-30T18:02:18.232Z Compiling thiserror-impl v1.0.69
5322026-03-30T18:02:18.232Z Compiling zerocopy-derive v0.7.35
5332026-03-30T18:02:18.232Z Compiling scroll_derive v0.12.1
5342026-03-30T18:02:18.232Z Compiling thiserror-impl v2.0.18
5352026-03-30T18:02:18.232Z Compiling clap_derive v4.5.55
5362026-03-30T18:02:18.324Z Compiling pest_derive v2.8.6
5372026-03-30T18:02:19.011Z Compiling scroll v0.12.0
5382026-03-30T18:02:19.162Z Compiling zerocopy v0.7.35
5392026-03-30T18:02:19.239Z Compiling goblin v0.8.2
5402026-03-30T18:02:19.256Z Compiling zerofrom v0.1.6
5412026-03-30T18:02:19.364Z Compiling yoke v0.8.1
5422026-03-30T18:02:19.448Z Compiling dtrace-parser v0.2.0
5432026-03-30T18:02:19.539Z Compiling zerovec v0.11.5
5442026-03-30T18:02:19.539Z Compiling zerotrie v0.2.3
5452026-03-30T18:02:19.645Z Compiling clap v4.5.60
5462026-03-30T18:02:19.951Z Compiling tinystr v0.8.2
5472026-03-30T18:02:19.951Z Compiling potential_utf v0.1.4
5482026-03-30T18:02:20.065Z Compiling icu_collections v2.1.1
5492026-03-30T18:02:20.110Z Compiling icu_locale_core v2.1.1
5502026-03-30T18:02:20.629Z Compiling icu_provider v2.1.1
5512026-03-30T18:02:20.834Z Compiling toml_datetime v0.6.11
5522026-03-30T18:02:20.834Z Compiling serde_spanned v0.6.9
5532026-03-30T18:02:20.834Z Compiling serde-value v0.7.0
5542026-03-30T18:02:20.838Z Compiling cargo-platform v0.2.0
5552026-03-30T18:02:20.838Z Compiling macaddr v1.0.1
5562026-03-30T18:02:20.853Z Compiling dof v0.3.0
5572026-03-30T18:02:20.856Z Compiling serde_tokenstream v0.2.3
5582026-03-30T18:02:20.905Z Compiling icu_properties v2.1.2
5592026-03-30T18:02:20.908Z Compiling icu_normalizer v2.1.1
5602026-03-30T18:02:21.093Z Compiling toml_edit v0.22.27
5612026-03-30T18:02:21.584Z Compiling usdt-attr-macro v0.5.0
5622026-03-30T18:02:21.584Z Compiling usdt-macro v0.5.0
5632026-03-30T18:02:21.739Z Compiling idna_adapter v1.2.1
5642026-03-30T18:02:21.842Z Compiling idna v1.1.0
5652026-03-30T18:02:22.102Z Compiling url v2.5.8
5662026-03-30T18:02:22.159Z Compiling usdt v0.5.0
5672026-03-30T18:02:22.326Z Compiling toml v0.8.23
5682026-03-30T18:02:22.667Z Compiling cargo-util-schemas v0.8.2
5692026-03-30T18:02:22.667Z Compiling cargo_toml v0.21.0
5702026-03-30T18:02:23.444Z Compiling cargo_metadata v0.21.0
5712026-03-30T18:02:24.353Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5722026-03-30T18:02:26.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.07s
5732026-03-30T18:02:26.695Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5742026-03-30T18:02:27.247Z Downloading crates ...
5752026-03-30T18:02:27.336Z Downloaded aead v0.5.2
5762026-03-30T18:02:27.342Z Downloaded bit-set v0.5.3
5772026-03-30T18:02:27.345Z Downloaded backon v1.6.0
5782026-03-30T18:02:27.348Z Downloaded cmake v0.1.57
5792026-03-30T18:02:27.351Z Downloaded cargo_metadata v0.19.2
5802026-03-30T18:02:27.351Z Downloaded adler2 v2.0.1
5812026-03-30T18:02:27.354Z Downloaded async-stream v0.3.6
5822026-03-30T18:02:27.357Z Downloaded bcrypt-pbkdf v0.10.0
5832026-03-30T18:02:27.360Z Downloaded bit-set v0.8.0
5842026-03-30T18:02:27.360Z Downloaded base64ct v1.8.3
5852026-03-30T18:02:27.363Z Downloaded crunchy v0.2.4
5862026-03-30T18:02:27.363Z Downloaded base16ct v0.2.0
5872026-03-30T18:02:27.363Z Downloaded display-error-chain v0.2.2
5882026-03-30T18:02:27.366Z Downloaded diesel_table_macro_syntax v0.3.0
5892026-03-30T18:02:27.366Z Downloaded async-recursion v1.1.1
5902026-03-30T18:02:27.369Z Downloaded argon2 v0.5.3
5912026-03-30T18:02:27.372Z Downloaded curve25519-dalek-derive v0.1.1
5922026-03-30T18:02:27.372Z Downloaded crc8 v0.1.1
5932026-03-30T18:02:27.372Z Downloaded dtrace-parser v0.3.0
5942026-03-30T18:02:27.375Z Downloaded csv-core v0.1.13
5952026-03-30T18:02:27.375Z Downloaded bb8 v0.8.6
5962026-03-30T18:02:27.375Z Downloaded async-bb8-diesel v0.2.1
5972026-03-30T18:02:27.378Z Downloaded async-stream-impl v0.3.6
5982026-03-30T18:02:27.381Z Downloaded bcs v0.1.6
5992026-03-30T18:02:27.384Z Downloaded cstr-argument v0.1.2
6002026-03-30T18:02:27.387Z Downloaded arrayref v0.3.9
6012026-03-30T18:02:27.387Z Downloaded darling v0.23.0
6022026-03-30T18:02:27.390Z Downloaded darling v0.20.11
6032026-03-30T18:02:27.393Z Downloaded ahash v0.8.12
6042026-03-30T18:02:27.396Z Downloaded daft-derive v0.1.5
6052026-03-30T18:02:27.399Z Downloaded darling v0.21.3
6062026-03-30T18:02:27.401Z Downloaded daft v0.1.5
6072026-03-30T18:02:27.401Z Downloaded ctr v0.9.2
6082026-03-30T18:02:27.404Z Downloaded cc v1.2.56
6092026-03-30T18:02:27.407Z Downloaded atomicwrites v0.4.4
6102026-03-30T18:02:27.407Z Downloaded ascii-canvas v3.0.0
6112026-03-30T18:02:27.409Z Downloaded darling_core v0.20.11
6122026-03-30T18:02:27.412Z Downloaded array-init v0.0.4
6132026-03-30T18:02:27.415Z Downloaded base16ct v1.0.0
6142026-03-30T18:02:27.415Z Downloaded dunce v1.0.5
6152026-03-30T18:02:27.415Z Downloaded dirs-next v2.0.0
6162026-03-30T18:02:27.418Z Downloaded defmt v1.0.1
6172026-03-30T18:02:27.418Z Downloaded bit-vec v0.6.3
6182026-03-30T18:02:27.420Z Downloaded crypto-bigint v0.5.5
6192026-03-30T18:02:27.423Z Downloaded derive-ex v0.1.8
6202026-03-30T18:02:27.426Z Downloaded crossterm v0.28.1
6212026-03-30T18:02:27.429Z Downloaded arc-swap v1.8.2
6222026-03-30T18:02:27.432Z Downloaded difflib v0.4.0
6232026-03-30T18:02:27.432Z Downloaded cfg_aliases v0.2.1
6242026-03-30T18:02:27.435Z Downloaded dyn-clone v1.0.20
6252026-03-30T18:02:27.435Z Downloaded cargo-platform v0.1.9
6262026-03-30T18:02:27.435Z Downloaded derive_builder_macro v0.20.2
6272026-03-30T18:02:27.437Z Downloaded bitfield-macros v0.19.4
6282026-03-30T18:02:27.438Z Downloaded atomic-waker v1.1.2
6292026-03-30T18:02:27.438Z Downloaded defmt-parser v1.0.0
6302026-03-30T18:02:27.438Z Downloaded crucible-workspace-hack v0.1.0
6312026-03-30T18:02:27.440Z Downloaded assert_matches v1.5.0
6322026-03-30T18:02:27.443Z Downloaded convert_case v0.4.0
6332026-03-30T18:02:27.443Z Downloaded fixedbitset v0.4.2
6342026-03-30T18:02:27.446Z Downloaded embedded-io v0.4.0
6352026-03-30T18:02:27.446Z Downloaded crc v3.4.0
6362026-03-30T18:02:27.449Z Downloaded atty v0.2.14
6372026-03-30T18:02:27.449Z Downloaded ciborium-io v0.2.2
6382026-03-30T18:02:27.453Z Downloaded document-features v0.2.12
6392026-03-30T18:02:27.453Z Downloaded ciborium-ll v0.2.2
6402026-03-30T18:02:27.453Z Downloaded cfg_aliases v0.1.1
6412026-03-30T18:02:27.453Z Downloaded castaway v0.2.4
6422026-03-30T18:02:27.456Z Downloaded env_filter v1.0.0
6432026-03-30T18:02:27.459Z Downloaded dof v0.4.0
6442026-03-30T18:02:27.459Z Downloaded foreign-types-macros v0.2.3
6452026-03-30T18:02:27.459Z Downloaded enum-as-inner v0.6.1
6462026-03-30T18:02:27.459Z Downloaded block-padding v0.3.3
6472026-03-30T18:02:27.463Z Downloaded crc-catalog v2.4.0
6482026-03-30T18:02:27.463Z Downloaded dsl_auto_type v0.2.0
6492026-03-30T18:02:27.466Z Downloaded futures-task v0.3.32
6502026-03-30T18:02:27.466Z Downloaded flagset v0.4.7
6512026-03-30T18:02:27.469Z Downloaded endian-type v0.1.2
6522026-03-30T18:02:27.469Z Downloaded downcast-rs v2.0.2
6532026-03-30T18:02:27.472Z Downloaded defmt v0.3.100
6542026-03-30T18:02:27.472Z Downloaded cpufeatures v0.3.0
6552026-03-30T18:02:27.474Z Downloaded bitfield-struct v0.6.2
6562026-03-30T18:02:27.478Z Downloaded foreign-types-shared v0.3.1
6572026-03-30T18:02:27.481Z Downloaded ghash v0.5.1
6582026-03-30T18:02:27.481Z Downloaded float-cmp v0.10.0
6592026-03-30T18:02:27.481Z Downloaded funty v2.0.0
6602026-03-30T18:02:27.481Z Downloaded darling_macro v0.21.3
6612026-03-30T18:02:27.481Z Downloaded cexpr v0.6.0
6622026-03-30T18:02:27.484Z Downloaded cassowary v0.3.0
6632026-03-30T18:02:27.484Z Downloaded bitflags v1.3.2
6642026-03-30T18:02:27.487Z Downloaded darling_macro v0.23.0
6652026-03-30T18:02:27.487Z Downloaded bitfield v0.19.4
6662026-03-30T18:02:27.487Z Downloaded backoff v0.4.0
6672026-03-30T18:02:27.490Z Downloaded colored v3.1.1
6682026-03-30T18:02:27.490Z Downloaded darling_macro v0.20.11
6692026-03-30T18:02:27.492Z Downloaded foreign-types-shared v0.1.1
6702026-03-30T18:02:27.492Z Downloaded cobs v0.3.0
6712026-03-30T18:02:27.492Z Downloaded dropshot-api-manager-types v0.6.0
6722026-03-30T18:02:27.495Z Downloaded fallible-iterator v0.2.0
6732026-03-30T18:02:27.495Z Downloaded futures-macro v0.3.32
6742026-03-30T18:02:27.495Z Downloaded futures-core v0.3.32
6752026-03-30T18:02:27.498Z Downloaded derive_builder_core v0.20.2
6762026-03-30T18:02:27.498Z Downloaded critical-section v1.2.0
6772026-03-30T18:02:27.501Z Downloaded futures-io v0.3.32
6782026-03-30T18:02:27.501Z Downloaded git-stub v1.0.0
6792026-03-30T18:02:27.504Z Downloaded gethostname v0.5.0
6802026-03-30T18:02:27.504Z Downloaded hash32 v0.2.1
6812026-03-30T18:02:27.507Z Downloaded foreign-types v0.5.0
6822026-03-30T18:02:27.507Z Downloaded globwalk v0.9.1
6832026-03-30T18:02:27.507Z Downloaded foreign-types v0.3.2
6842026-03-30T18:02:27.507Z Downloaded embedded-io v0.6.1
6852026-03-30T18:02:27.510Z Downloaded float-ord v0.3.2
6862026-03-30T18:02:27.510Z Downloaded debug-ignore v1.0.5
6872026-03-30T18:02:27.510Z Downloaded fd-lock v4.0.4
6882026-03-30T18:02:27.513Z Downloaded hash32 v0.3.1
6892026-03-30T18:02:27.513Z Downloaded foldhash v0.1.5
6902026-03-30T18:02:27.516Z Downloaded filetime v0.2.27
6912026-03-30T18:02:27.516Z Downloaded data-encoding v2.10.0
6922026-03-30T18:02:27.516Z Downloaded buf-list v1.1.2
6932026-03-30T18:02:27.519Z Downloaded dirs-sys-next v0.1.2
6942026-03-30T18:02:27.520Z Downloaded bit-vec v0.8.0
6952026-03-30T18:02:27.523Z Downloaded headers-core v0.3.0
6962026-03-30T18:02:27.523Z Downloaded hex-literal v0.4.1
6972026-03-30T18:02:27.524Z Downloaded async-trait v0.1.89
6982026-03-30T18:02:27.526Z Downloaded chacha20 v0.9.1
6992026-03-30T18:02:27.529Z Downloaded hostname v0.4.2
7002026-03-30T18:02:27.529Z Downloaded foldhash v0.2.0
7012026-03-30T18:02:27.532Z Downloaded env_logger v0.11.9
7022026-03-30T18:02:27.532Z Downloaded cbc v0.1.2
7032026-03-30T18:02:27.534Z Downloaded blowfish v0.9.1
7042026-03-30T18:02:27.534Z Downloaded find-msvc-tools v0.1.9
7052026-03-30T18:02:27.538Z Downloaded corncobs v0.1.4
7062026-03-30T18:02:27.538Z Downloaded erased-serde v0.3.31
7072026-03-30T18:02:27.538Z Downloaded crossbeam-deque v0.8.6
7082026-03-30T18:02:27.541Z Downloaded cipher v0.4.4
7092026-03-30T18:02:27.544Z Downloaded futures-sink v0.3.32
7102026-03-30T18:02:27.546Z Downloaded ena v0.14.4
7112026-03-30T18:02:27.547Z Downloaded ed25519 v2.2.3
7122026-03-30T18:02:27.547Z Downloaded const_format_proc_macros v0.2.34
7132026-03-30T18:02:27.549Z Downloaded convert_case v0.10.0
7142026-03-30T18:02:27.549Z Downloaded http-body v1.0.1
7152026-03-30T18:02:27.553Z Downloaded colored v2.2.0
7162026-03-30T18:02:27.553Z Downloaded hubpack_derive v0.1.1
7172026-03-30T18:02:27.556Z Downloaded arrayvec v0.7.6
7182026-03-30T18:02:27.556Z Downloaded hubpack v0.1.2
7192026-03-30T18:02:27.556Z Downloaded http-range v0.1.5
7202026-03-30T18:02:27.556Z Downloaded derive_builder v0.20.2
7212026-03-30T18:02:27.558Z Downloaded httpdate v1.0.3
7222026-03-30T18:02:27.561Z Downloaded fxhash v0.2.1
7232026-03-30T18:02:27.561Z Downloaded deranged v0.5.8
7242026-03-30T18:02:27.561Z Downloaded diesel-dtrace v0.5.0
7252026-03-30T18:02:27.564Z Downloaded ciborium v0.2.2
7262026-03-30T18:02:27.564Z Downloaded hostname v0.3.1
7272026-03-30T18:02:27.567Z Downloaded home v0.5.12
7282026-03-30T18:02:27.567Z Downloaded ff v0.13.1
7292026-03-30T18:02:27.567Z Downloaded hyper-tls v0.6.0
7302026-03-30T18:02:27.570Z Downloaded defmt-macros v1.0.1
7312026-03-30T18:02:27.572Z Downloaded ident_case v1.0.1
7322026-03-30T18:02:27.572Z Downloaded git-stub-vcs v0.1.0
7332026-03-30T18:02:27.572Z Downloaded indoc v1.0.9
7342026-03-30T18:02:27.576Z Downloaded glob v0.3.3
7352026-03-30T18:02:27.576Z Downloaded futures-executor v0.3.32
7362026-03-30T18:02:27.578Z Downloaded globset v0.4.18
7372026-03-30T18:02:27.579Z Downloaded group v0.13.0
7382026-03-30T18:02:27.579Z Downloaded byte-wrapper v0.1.0
7392026-03-30T18:02:27.582Z Downloaded hex v0.4.3
7402026-03-30T18:02:27.582Z Downloaded der_derive v0.7.3
7412026-03-30T18:02:27.584Z Downloaded indent_write v2.2.0
7422026-03-30T18:02:27.584Z Downloaded internet-checksum v0.2.1
7432026-03-30T18:02:27.584Z Downloaded inout v0.1.4
7442026-03-30T18:02:27.587Z Downloaded is_ci v1.2.0
7452026-03-30T18:02:27.590Z Downloaded is-terminal v0.4.17
7462026-03-30T18:02:27.590Z Downloaded instability v0.3.11
7472026-03-30T18:02:27.593Z Downloaded crc32fast v1.5.0
7482026-03-30T18:02:27.595Z Downloaded constant_time_eq v0.4.2
7492026-03-30T18:02:27.598Z Downloaded blake2 v0.10.6
7502026-03-30T18:02:27.598Z Downloaded either v1.15.0
7512026-03-30T18:02:27.601Z Downloaded ecdsa v0.16.9
7522026-03-30T18:02:27.601Z Downloaded console v0.15.11
7532026-03-30T18:02:27.604Z Downloaded chacha20 v0.10.0
7542026-03-30T18:02:27.604Z Downloaded crossbeam-epoch v0.9.18
7552026-03-30T18:02:27.607Z Downloaded cargo_toml v0.22.3
7562026-03-30T18:02:27.607Z Downloaded cancel-safe-futures v0.1.5
7572026-03-30T18:02:27.610Z Downloaded keccak v0.1.6
7582026-03-30T18:02:27.610Z Downloaded cookie_store v0.22.1
7592026-03-30T18:02:27.613Z Downloaded kstat-rs v0.2.4
7602026-03-30T18:02:27.613Z Downloaded instant v0.1.13
7612026-03-30T18:02:27.613Z Downloaded http-body-util v0.1.3
7622026-03-30T18:02:27.617Z Downloaded des v0.8.1
7632026-03-30T18:02:27.617Z Downloaded camino-tempfile-ext v0.3.3
7642026-03-30T18:02:27.617Z Downloaded crossbeam-utils v0.8.21
7652026-03-30T18:02:27.621Z Downloaded lalrpop-util v0.19.12
7662026-03-30T18:02:27.621Z Downloaded linked-hash-map v0.5.6
7672026-03-30T18:02:27.621Z Downloaded libscf-sys v1.1.0
7682026-03-30T18:02:27.621Z Downloaded futures-channel v0.3.32
7692026-03-30T18:02:27.624Z Downloaded lru-cache v0.1.2
7702026-03-30T18:02:27.624Z Downloaded fs-err v2.11.0
7712026-03-30T18:02:27.624Z Downloaded console v0.16.2
7722026-03-30T18:02:27.627Z Downloaded lzss v0.8.2
7732026-03-30T18:02:27.627Z Downloaded lru-slab v0.1.2
7742026-03-30T18:02:27.633Z Downloaded derive_more v0.99.20
7752026-03-30T18:02:27.636Z Downloaded diff v0.1.13
7762026-03-30T18:02:27.636Z Downloaded maybe-uninit v2.0.0
7772026-03-30T18:02:27.636Z Downloaded match_cfg v0.1.0
7782026-03-30T18:02:27.636Z Downloaded maplit v1.0.2
7792026-03-30T18:02:27.640Z Downloaded lru v0.12.5
7802026-03-30T18:02:27.640Z Downloaded impl-trait-for-tuples v0.2.3
7812026-03-30T18:02:27.640Z Downloaded memoffset v0.9.1
7822026-03-30T18:02:27.643Z Downloaded md5 v0.7.0
7832026-03-30T18:02:27.643Z Downloaded hyper-staticfile v0.10.1
7842026-03-30T18:02:27.643Z Downloaded half v1.8.3
7852026-03-30T18:02:27.677Z Downloaded drift v0.1.3
7862026-03-30T18:02:27.677Z Downloaded ingot-types v0.1.2
7872026-03-30T18:02:27.677Z Downloaded ingot v0.1.1
7882026-03-30T18:02:27.677Z Downloaded indoc v2.0.7
7892026-03-30T18:02:27.677Z Downloaded derive_more v2.1.1
7902026-03-30T18:02:27.677Z Downloaded newtype-uuid-macros v0.1.0
7912026-03-30T18:02:27.677Z Downloaded nibble_vec v0.1.0
7922026-03-30T18:02:27.677Z Downloaded ipnetwork v0.21.1
7932026-03-30T18:02:27.677Z Downloaded nodrop v0.1.14
7942026-03-30T18:02:27.677Z Downloaded new_debug_unreachable v1.0.6
7952026-03-30T18:02:27.677Z Downloaded multimap v0.10.1
7962026-03-30T18:02:27.677Z Downloaded newtype_derive v0.1.6
7972026-03-30T18:02:27.677Z Downloaded newline-converter v0.3.0
7982026-03-30T18:02:27.677Z Downloaded mime v0.3.17
7992026-03-30T18:02:27.677Z Downloaded num v0.4.3
8002026-03-30T18:02:27.677Z Downloaded normalize-line-endings v0.3.0
8012026-03-30T18:02:27.677Z Downloaded crc-any v2.5.0
8022026-03-30T18:02:27.677Z Downloaded bzip2 v0.6.1
8032026-03-30T18:02:27.681Z Downloaded ipnet v2.11.0
8042026-03-30T18:02:27.681Z Downloaded bzip2 v0.4.4
8052026-03-30T18:02:27.681Z Downloaded highway v1.3.0
8062026-03-30T18:02:27.681Z Downloaded derive-where v1.6.0
8072026-03-30T18:02:27.684Z Downloaded dropshot_endpoint v0.16.7
8082026-03-30T18:02:27.687Z Downloaded jobserver v0.1.34
8092026-03-30T18:02:27.687Z Downloaded hmac v0.12.1
8102026-03-30T18:02:27.691Z Downloaded num-conv v0.2.0
8112026-03-30T18:02:27.692Z Downloaded libsw-core v0.3.2
8122026-03-30T18:02:27.692Z Downloaded linear-map v1.2.0
8132026-03-30T18:02:27.692Z Downloaded num-derive v0.4.2
8142026-03-30T18:02:27.695Z Downloaded libloading v0.8.9
8152026-03-30T18:02:27.695Z Downloaded num-iter v0.1.45
8162026-03-30T18:02:27.695Z Downloaded num-derive v0.3.3
8172026-03-30T18:02:27.698Z Downloaded num_threads v0.1.7
8182026-03-30T18:02:27.698Z Downloaded getrandom v0.3.4
8192026-03-30T18:02:27.701Z Downloaded libsw v3.5.0
8202026-03-30T18:02:27.704Z Downloaded lock_api v0.4.14
8212026-03-30T18:02:27.704Z Downloaded httparse v1.10.1
8222026-03-30T18:02:27.707Z Downloaded num_enum_derive v0.5.11
8232026-03-30T18:02:27.707Z Downloaded opaque-debug v0.3.1
8242026-03-30T18:02:27.707Z Downloaded md-5 v0.10.6
8252026-03-30T18:02:27.710Z Downloaded olpc-cjson v0.1.4
8262026-03-30T18:02:27.710Z Downloaded iana-time-zone v0.1.65
8272026-03-30T18:02:27.713Z Downloaded managed v0.8.0
8282026-03-30T18:02:27.713Z Downloaded oso-derive v0.27.3
8292026-03-30T18:02:27.713Z Downloaded futures v0.3.32
8302026-03-30T18:02:27.716Z Downloaded darling_core v0.21.3
8312026-03-30T18:02:27.719Z Downloaded openssl-probe v0.2.1
8322026-03-30T18:02:27.722Z Downloaded openssl-probe v0.1.6
8332026-03-30T18:02:27.722Z Downloaded openssl-macros v0.1.1
8342026-03-30T18:02:27.722Z Downloaded base64 v0.22.1
8352026-03-30T18:02:27.729Z Downloaded mime_guess v2.0.5
8362026-03-30T18:02:27.732Z Downloaded ingot-macros v0.1.1
8372026-03-30T18:02:27.732Z Downloaded multer v3.1.0
8382026-03-30T18:02:27.732Z Downloaded aes v0.8.4
8392026-03-30T18:02:27.732Z Downloaded hyper-rustls v0.27.7
8402026-03-30T18:02:27.735Z Downloaded nonempty v0.12.0
8412026-03-30T18:02:27.735Z Downloaded nanorand v0.7.0
8422026-03-30T18:02:27.738Z Downloaded elliptic-curve v0.13.8
8432026-03-30T18:02:27.738Z Downloaded pbkdf2 v0.11.0
8442026-03-30T18:02:27.742Z Downloaded pbkdf2 v0.12.2
8452026-03-30T18:02:27.742Z Downloaded parse-display v0.10.0
8462026-03-30T18:02:27.745Z Downloaded packed_struct_codegen v0.10.1
8472026-03-30T18:02:27.745Z Downloaded newtype-uuid v1.3.2
8482026-03-30T18:02:27.745Z Downloaded libefi-sys v0.1.0
8492026-03-30T18:02:27.746Z Downloaded lazy_static v1.5.0
8502026-03-30T18:02:27.749Z Downloaded flume v0.11.1
8512026-03-30T18:02:27.749Z Downloaded cookie v0.18.1
8522026-03-30T18:02:27.752Z Downloaded peg-runtime v0.8.5
8532026-03-30T18:02:27.752Z Downloaded const-oid v0.9.6
8542026-03-30T18:02:27.755Z Downloaded allocator-api2 v0.2.21
8552026-03-30T18:02:27.755Z Downloaded nu-ansi-term v0.50.3
8562026-03-30T18:02:27.758Z Downloaded const_format v0.2.35
8572026-03-30T18:02:27.760Z Downloaded chacha20poly1305 v0.10.1
8582026-03-30T18:02:27.776Z Downloaded pin-utils v0.1.0
8592026-03-30T18:02:27.779Z Downloaded phf_shared v0.13.1
8602026-03-30T18:02:27.780Z Downloaded num-integer v0.1.46
8612026-03-30T18:02:27.782Z Downloaded phf_shared v0.12.1
8622026-03-30T18:02:27.783Z Downloaded phf_shared v0.11.3
8632026-03-30T18:02:27.783Z Downloaded path-slash v0.1.5
8642026-03-30T18:02:27.783Z Downloaded num_enum v0.5.11
8652026-03-30T18:02:27.786Z Downloaded num_enum_derive v0.7.5
8662026-03-30T18:02:27.789Z Downloaded crossterm v0.29.0
8672026-03-30T18:02:27.792Z Downloaded predicates-tree v1.0.13
8682026-03-30T18:02:27.795Z Downloaded precomputed-hash v0.1.1
8692026-03-30T18:02:27.795Z Downloaded powerfmt v0.2.0
8702026-03-30T18:02:27.795Z Downloaded predicates-core v1.0.10
8712026-03-30T18:02:27.798Z Downloaded oxide-tokio-rt v0.1.3
8722026-03-30T18:02:27.798Z Downloaded num_enum v0.7.5
8732026-03-30T18:02:27.801Z Downloaded proc-macro-error-attr2 v2.0.0
8742026-03-30T18:02:27.801Z Downloaded half v2.7.1
8752026-03-30T18:02:27.805Z Downloaded memmap2 v0.9.10
8762026-03-30T18:02:27.805Z Downloaded indexmap v1.9.3
8772026-03-30T18:02:27.808Z Downloaded proc-macro-crate v3.4.0
8782026-03-30T18:02:27.808Z Downloaded heapless v0.8.0
8792026-03-30T18:02:27.812Z Downloaded native-tls v0.2.18
8802026-03-30T18:02:27.812Z Downloaded password-hash v0.4.2
8812026-03-30T18:02:27.815Z Downloaded packed_struct v0.10.1
8822026-03-30T18:02:27.816Z Downloaded psl-types v2.0.11
8832026-03-30T18:02:27.820Z Downloaded progenitor-macro v0.11.2
8842026-03-30T18:02:27.820Z Downloaded progenitor-client v0.10.0
8852026-03-30T18:02:27.820Z Downloaded parking_lot_core v0.8.6
8862026-03-30T18:02:27.820Z Downloaded parse-size v1.1.0
8872026-03-30T18:02:27.823Z Downloaded parse-display-derive v0.10.0
8882026-03-30T18:02:27.823Z Downloaded oxnet v0.1.4
8892026-03-30T18:02:27.823Z Downloaded progenitor-macro v0.13.0
8902026-03-30T18:02:27.823Z Downloaded darling_core v0.23.0
8912026-03-30T18:02:27.826Z Downloaded headers v0.4.1
8922026-03-30T18:02:27.829Z Downloaded pem-rfc7468 v0.7.0
8932026-03-30T18:02:27.832Z Downloaded peg-macros v0.8.5
8942026-03-30T18:02:27.832Z Downloaded peg v0.8.5
8952026-03-30T18:02:27.835Z Downloaded litrs v1.0.0
8962026-03-30T18:02:27.838Z Downloaded expectorate v1.2.0
8972026-03-30T18:02:27.841Z Downloaded password-hash v0.5.0
8982026-03-30T18:02:27.841Z Downloaded radium v0.7.0
8992026-03-30T18:02:27.841Z Downloaded derive_more-impl v2.1.1
9002026-03-30T18:02:27.845Z Downloaded pkg-config v0.3.32
9012026-03-30T18:02:27.848Z Downloaded rand_xorshift v0.4.0
9022026-03-30T18:02:27.848Z Downloaded pkcs8 v0.10.2
9032026-03-30T18:02:27.852Z Downloaded rand_chacha v0.3.1
9042026-03-30T18:02:27.852Z Downloaded indicatif v0.18.4
9052026-03-30T18:02:27.855Z Downloaded pin-project-internal v1.1.11
9062026-03-30T18:02:27.855Z Downloaded polyval v0.6.2
9072026-03-30T18:02:27.858Z Downloaded predicates v3.1.4
9082026-03-30T18:02:27.858Z Downloaded num-rational v0.4.2
9092026-03-30T18:02:27.862Z Downloaded phf v0.13.1
9102026-03-30T18:02:27.862Z Downloaded bumpalo v3.20.2
9112026-03-30T18:02:27.862Z Downloaded owo-colors v4.3.0
9122026-03-30T18:02:27.865Z Downloaded postgres-protocol v0.6.10
9132026-03-30T18:02:27.865Z Downloaded diesel_derives v2.3.7
9142026-03-30T18:02:27.869Z Downloaded ref-cast v1.0.25
9152026-03-30T18:02:27.874Z Downloaded primeorder v0.13.6
9162026-03-30T18:02:27.877Z Downloaded recursive-proc-macro-impl v0.1.1
9172026-03-30T18:02:27.877Z Downloaded recursive v0.1.1
9182026-03-30T18:02:27.877Z Downloaded proc-macro-crate v1.3.1
9192026-03-30T18:02:27.877Z Downloaded ppv-lite86 v0.2.21
9202026-03-30T18:02:27.877Z Downloaded progenitor-client v0.11.2
9212026-03-30T18:02:27.877Z Downloaded progenitor v0.10.0
9222026-03-30T18:02:27.881Z Downloaded quick-error v1.2.3
9232026-03-30T18:02:27.881Z Downloaded heapless v0.7.17
9242026-03-30T18:02:27.885Z Downloaded psm v0.1.30
9252026-03-30T18:02:27.886Z Downloaded progenitor-extras v0.1.1
9262026-03-30T18:02:27.890Z Downloaded ed25519-dalek v2.2.0
9272026-03-30T18:02:27.890Z Downloaded paste v1.0.15
9282026-03-30T18:02:27.893Z Downloaded progenitor v0.11.2
9292026-03-30T18:02:27.893Z Downloaded progenitor-macro v0.10.0
9302026-03-30T18:02:27.893Z Downloaded parking_lot v0.11.2
9312026-03-30T18:02:27.896Z Downloaded parking_lot_core v0.9.12
9322026-03-30T18:02:27.896Z Downloaded ref-cast-impl v1.0.25
9332026-03-30T18:02:27.896Z Downloaded parking_lot v0.12.5
9342026-03-30T18:02:27.899Z Downloaded dropshot-api-manager v0.6.0
9352026-03-30T18:02:27.902Z Downloaded russh-cryptovec v0.7.3
9362026-03-30T18:02:27.902Z Downloaded phf v0.12.1
9372026-03-30T18:02:27.905Z Downloaded omicron-zone-package v0.12.2
9382026-03-30T18:02:27.905Z Downloaded r2d2 v0.8.10
9392026-03-30T18:02:27.908Z Downloaded hickory-resolver v0.25.2
9402026-03-30T18:02:27.911Z Downloaded rand_chacha v0.9.0
9412026-03-30T18:02:27.911Z Downloaded rustc_version v0.4.1
9422026-03-30T18:02:27.915Z Downloaded rustc_version v0.1.7
9432026-03-30T18:02:27.916Z Downloaded rustc-hash v2.1.1
9442026-03-30T18:02:27.916Z Downloaded rfc6979 v0.4.0
9452026-03-30T18:02:27.916Z Downloaded rand_seeder v0.4.0
9462026-03-30T18:02:27.919Z Downloaded postcard v1.1.3
9472026-03-30T18:02:27.919Z Downloaded rand_core v0.9.5
9482026-03-30T18:02:27.919Z Downloaded rand_core v0.6.4
9492026-03-30T18:02:27.922Z Downloaded pkcs5 v0.7.1
9502026-03-30T18:02:27.922Z Downloaded poly1305 v0.8.0
9512026-03-30T18:02:27.925Z Downloaded scheduled-thread-pool v0.2.7
9522026-03-30T18:02:27.925Z Downloaded aes-gcm v0.10.3
9532026-03-30T18:02:27.928Z Downloaded miniz_oxide v0.8.9
9542026-03-30T18:02:27.932Z Downloaded pkcs1 v0.7.5
9552026-03-30T18:02:27.932Z Downloaded hickory-server v0.25.2
9562026-03-30T18:02:27.935Z Downloaded oso v0.27.3
9572026-03-30T18:02:27.938Z Downloaded quinn-udp v0.5.14
9582026-03-30T18:02:27.938Z Downloaded papergrid v0.17.0
9592026-03-30T18:02:27.941Z Downloaded salsa20 v0.10.2
9602026-03-30T18:02:27.943Z Downloaded sapling-renderdag v0.1.0
9612026-03-30T18:02:27.943Z Downloaded hickory-resolver v0.24.4
9622026-03-30T18:02:27.947Z Downloaded scrypt v0.11.0
9632026-03-30T18:02:27.949Z Downloaded scroll_derive v0.13.1
9642026-03-30T18:02:27.950Z Downloaded serde-big-array v0.5.1
9652026-03-30T18:02:27.950Z Downloaded secrecy v0.10.3
9662026-03-30T18:02:27.954Z Downloaded seq-macro v0.3.6
9672026-03-30T18:02:27.954Z Downloaded semver v0.1.20
9682026-03-30T18:02:27.954Z Downloaded secrecy v0.8.0
9692026-03-30T18:02:27.954Z Downloaded scopeguard v1.2.0
9702026-03-30T18:02:27.957Z Downloaded crossbeam-channel v0.5.15
9712026-03-30T18:02:27.957Z Downloaded progenitor-client v0.13.0
9722026-03-30T18:02:27.960Z Downloaded progenitor v0.13.0
9732026-03-30T18:02:27.960Z Downloaded proc-macro-error2 v2.0.1
9742026-03-30T18:02:27.963Z Downloaded pin-project-lite v0.2.17
9752026-03-30T18:02:27.966Z Downloaded rtoolbox v0.0.3
9762026-03-30T18:02:27.966Z Downloaded resolv-conf v0.7.6
9772026-03-30T18:02:27.969Z Downloaded compact_str v0.8.1
9782026-03-30T18:02:27.971Z Downloaded serde_bytes v0.11.19
9792026-03-30T18:02:27.971Z Downloaded serde_spanned v1.0.4
9802026-03-30T18:02:27.971Z Downloaded serde_plain v1.0.2
9812026-03-30T18:02:27.974Z Downloaded pin-project v1.1.11
9822026-03-30T18:02:27.980Z Downloaded sigpipe v0.1.3
9832026-03-30T18:02:27.983Z Downloaded p256 v0.13.2
9842026-03-30T18:02:27.986Z Downloaded sha1 v0.10.6
9852026-03-30T18:02:27.986Z Downloaded rustls-pemfile v1.0.4
9862026-03-30T18:02:27.989Z Downloaded serde_urlencoded v0.7.1
9872026-03-30T18:02:27.989Z Downloaded rand_core v0.10.0
9882026-03-30T18:02:27.991Z Downloaded signature v2.2.0
9892026-03-30T18:02:27.991Z Downloaded signal-hook-tokio v0.3.1
9902026-03-30T18:02:27.991Z Downloaded signal-hook-mio v0.2.5
9912026-03-30T18:02:27.994Z Downloaded slog-envlogger v2.2.0
9922026-03-30T18:02:27.994Z Downloaded same-file v1.0.6
9932026-03-30T18:02:27.997Z Downloaded rustversion v1.0.22
9942026-03-30T18:02:27.997Z Downloaded slog-bunyan v2.5.0
9952026-03-30T18:02:28.000Z Downloaded shell-words v1.1.1
9962026-03-30T18:02:28.000Z Downloaded serde_repr v0.1.20
9972026-03-30T18:02:28.000Z Downloaded postgres-types v0.2.12
9982026-03-30T18:02:28.003Z Downloaded siphasher v1.0.2
9992026-03-30T18:02:28.003Z Downloaded pem v3.0.6
10002026-03-30T18:02:28.005Z Downloaded libbz2-rs-sys v0.2.2
10012026-03-30T18:02:28.005Z Downloaded flate2 v1.1.9
10022026-03-30T18:02:28.009Z Downloaded progenitor-impl v0.10.0
10032026-03-30T18:02:28.011Z Downloaded prefix-trie v0.7.0
10042026-03-30T18:02:28.014Z Downloaded rusty-fork v0.3.1
10052026-03-30T18:02:28.014Z Downloaded rustls-pemfile v2.2.0
10062026-03-30T18:02:28.017Z Downloaded sct v0.7.1
10072026-03-30T18:02:28.020Z Downloaded scroll v0.13.0
10082026-03-30T18:02:28.020Z Downloaded openssl-sys v0.9.111
10092026-03-30T18:02:28.022Z Downloaded hashbrown v0.13.2
10102026-03-30T18:02:28.025Z Downloaded fatfs v0.3.6
10112026-03-30T18:02:28.028Z Downloaded jiff-static v0.2.21
10122026-03-30T18:02:28.031Z Downloaded der v0.7.10
10132026-03-30T18:02:28.034Z Downloaded sec1 v0.7.3
10142026-03-30T18:02:28.034Z Downloaded aho-corasick v1.1.4
10152026-03-30T18:02:28.037Z Downloaded minimal-lexical v0.2.1
10162026-03-30T18:02:28.040Z Downloaded base64 v0.21.7
10172026-03-30T18:02:28.043Z Downloaded progenitor-impl v0.13.0
10182026-03-30T18:02:28.045Z Downloaded ar_archive_writer v0.5.1
10192026-03-30T18:02:28.048Z Downloaded ignore v0.4.25
10202026-03-30T18:02:28.048Z Downloaded num-complex v0.4.6
10212026-03-30T18:02:28.051Z Downloaded ssh-cipher v0.2.0
10222026-03-30T18:02:28.051Z Downloaded serde_derive_internals v0.29.1
10232026-03-30T18:02:28.054Z Downloaded serde-hex v0.1.0
10242026-03-30T18:02:28.054Z Downloaded sqlparser_derive v0.5.0
10252026-03-30T18:02:28.054Z Downloaded supports-color v3.0.2
10262026-03-30T18:02:28.057Z Downloaded ssh-encoding v0.2.0
10272026-03-30T18:02:28.057Z Downloaded strum v0.26.3
10282026-03-30T18:02:28.059Z Downloaded structmeta v0.3.0
10292026-03-30T18:02:28.059Z Downloaded strip-ansi-escapes v0.2.1
10302026-03-30T18:02:28.059Z Downloaded rustls-native-certs v0.8.3
10312026-03-30T18:02:28.062Z Downloaded serde_path_to_error v0.1.20
10322026-03-30T18:02:28.062Z Downloaded bytes v1.11.1
10332026-03-30T18:02:28.065Z Downloaded hickory-client v0.25.2
10342026-03-30T18:02:28.068Z Downloaded getrandom v0.2.17
10352026-03-30T18:02:28.071Z Downloaded structmeta-derive v0.3.0
10362026-03-30T18:02:28.071Z Downloaded fixedbitset v0.5.7
10372026-03-30T18:02:28.071Z Downloaded humantime v2.3.0
10382026-03-30T18:02:28.073Z Downloaded signal-hook-registry v1.4.8
10392026-03-30T18:02:28.073Z Downloaded http v1.4.0
10402026-03-30T18:02:28.077Z Downloaded subtle v2.6.1
10412026-03-30T18:02:28.077Z Downloaded simd-adler32 v0.3.8
10422026-03-30T18:02:28.079Z Downloaded russh-keys v0.45.0
10432026-03-30T18:02:28.079Z Downloaded fs_extra v1.3.0
10442026-03-30T18:02:28.082Z Downloaded clang-sys v1.8.1
10452026-03-30T18:02:28.085Z Downloaded sync_wrapper v1.0.2
10462026-03-30T18:02:28.085Z Downloaded sync-ptr v0.1.4
10472026-03-30T18:02:28.085Z Downloaded strum v0.27.2
10482026-03-30T18:02:28.085Z Downloaded slog-json v2.6.1
10492026-03-30T18:02:28.088Z Downloaded slog-dtrace v0.3.0
10502026-03-30T18:02:28.088Z Downloaded slog-async v2.8.0
10512026-03-30T18:02:28.088Z Downloaded slab v0.4.12
10522026-03-30T18:02:28.091Z Downloaded tagptr v0.2.0
10532026-03-30T18:02:28.091Z Downloaded smallvec v0.6.14
10542026-03-30T18:02:28.094Z Downloaded termtree v0.5.1
10552026-03-30T18:02:28.094Z Downloaded tabwriter v1.4.1
10562026-03-30T18:02:28.094Z Downloaded prettyplease v0.2.37
10572026-03-30T18:02:28.098Z Downloaded tap v1.0.1
10582026-03-30T18:02:28.100Z Downloaded smf v0.2.3
10592026-03-30T18:02:28.100Z Downloaded thread-id v5.1.0
10602026-03-30T18:02:28.100Z Downloaded schemars_derive v0.8.22
10612026-03-30T18:02:28.101Z Downloaded pretty_assertions v1.4.1
10622026-03-30T18:02:28.104Z Downloaded rustls-pki-types v1.14.0
10632026-03-30T18:02:28.104Z Downloaded time-core v0.1.8
10642026-03-30T18:02:28.107Z Downloaded testing_table v0.3.0
10652026-03-30T18:02:28.107Z Downloaded take_mut v0.2.2
10662026-03-30T18:02:28.108Z Downloaded spki v0.7.3
10672026-03-30T18:02:28.111Z Downloaded snafu-derive v0.8.9
10682026-03-30T18:02:28.111Z Downloaded slog-term v2.9.2
10692026-03-30T18:02:28.112Z Downloaded slog-stdlog v4.1.1
10702026-03-30T18:02:28.112Z Downloaded slog-scope v4.4.1
10712026-03-30T18:02:28.115Z Downloaded hashbrown v0.12.3
10722026-03-30T18:02:28.115Z Downloaded itertools v0.10.5
10732026-03-30T18:02:28.118Z Downloaded progenitor-impl v0.11.2
10742026-03-30T18:02:28.122Z Downloaded sqlformat v0.3.5
10752026-03-30T18:02:28.127Z Downloaded static_assertions v1.1.0
10762026-03-30T18:02:28.131Z Downloaded stacker v0.1.23
10772026-03-30T18:02:28.131Z Downloaded tinyvec_macros v0.1.1
10782026-03-30T18:02:28.134Z Downloaded string_cache v0.8.9
10792026-03-30T18:02:28.137Z Downloaded support-bundle-viewer v0.1.2
10802026-03-30T18:02:28.141Z Downloaded shlex v1.3.0
10812026-03-30T18:02:28.145Z Downloaded stringprep v0.1.5
10822026-03-30T18:02:28.150Z Downloaded schemars v0.8.22
10832026-03-30T18:02:28.155Z Downloaded strum_macros v0.27.2
10842026-03-30T18:02:28.158Z Downloaded mio v1.1.1
10852026-03-30T18:02:28.161Z Downloaded strum_macros v0.26.4
10862026-03-30T18:02:28.163Z Downloaded strum_macros v0.24.3
10872026-03-30T18:02:28.163Z Downloaded tabled_derive v0.11.0
10882026-03-30T18:02:28.166Z Downloaded termios v0.3.3
10892026-03-30T18:02:28.166Z Downloaded serde_with_macros v3.17.0
10902026-03-30T18:02:28.169Z Downloaded rcgen v0.12.1
10912026-03-30T18:02:28.169Z Downloaded rustls-platform-verifier v0.6.2
10922026-03-30T18:02:28.173Z Downloaded ryu v1.0.23
10932026-03-30T18:02:28.176Z Downloaded thiserror-impl-no-std v2.0.2
10942026-03-30T18:02:28.179Z Downloaded publicsuffix v2.3.0
10952026-03-30T18:02:28.179Z Downloaded spin v0.9.8
10962026-03-30T18:02:28.182Z Downloaded thread_local v1.1.9
10972026-03-30T18:02:28.184Z Downloaded topological-sort v0.2.2
10982026-03-30T18:02:28.185Z Downloaded ron v0.8.1
10992026-03-30T18:02:28.187Z Downloaded num-bigint v0.4.6
11002026-03-30T18:02:28.190Z Downloaded time-macros v0.2.27
11012026-03-30T18:02:28.194Z Downloaded tower-service v0.3.3
11022026-03-30T18:02:28.194Z Downloaded serde_cbor v0.11.2
11032026-03-30T18:02:28.196Z Downloaded quinn v0.11.9
11042026-03-30T18:02:28.199Z Downloaded tiny-keccak v2.0.2
11052026-03-30T18:02:28.199Z Downloaded trait-variant v0.1.2
11062026-03-30T18:02:28.199Z Downloaded tls_codec v0.4.2
11072026-03-30T18:02:28.202Z Downloaded tokio-macros v2.6.0
11082026-03-30T18:02:28.202Z Downloaded tls_codec_derive v0.4.2
11092026-03-30T18:02:28.205Z Downloaded signal-hook v0.3.18
11102026-03-30T18:02:28.205Z Downloaded unarray v0.1.4
11112026-03-30T18:02:28.208Z Downloaded typify-macro v0.4.3
11122026-03-30T18:02:28.208Z Downloaded typify-macro v0.6.1
11132026-03-30T18:02:28.208Z Downloaded tower-layer v0.3.3
11142026-03-30T18:02:28.208Z Downloaded iddqd v0.3.17
11152026-03-30T18:02:28.211Z Downloaded libxml v0.3.3
11162026-03-30T18:02:28.215Z Downloaded rayon-core v1.13.0
11172026-03-30T18:02:28.219Z Downloaded nom v7.1.3
11182026-03-30T18:02:28.222Z Downloaded unicode-truncate v1.1.0
11192026-03-30T18:02:28.222Z Downloaded tokio-dtrace v0.1.1
11202026-03-30T18:02:28.222Z Downloaded hashbrown v0.15.5
11212026-03-30T18:02:28.226Z Downloaded thiserror-no-std v2.0.2
11222026-03-30T18:02:28.229Z Downloaded untrusted v0.7.1
11232026-03-30T18:02:28.229Z Downloaded unit-prefix v0.5.2
11242026-03-30T18:02:28.229Z Downloaded similar v2.7.0
11252026-03-30T18:02:28.232Z Downloaded universal-hash v0.5.1
11262026-03-30T18:02:28.235Z Downloaded untrusted v0.9.0
11272026-03-30T18:02:28.235Z Downloaded tokio-tungstenite v0.21.0
11282026-03-30T18:02:28.236Z Downloaded usdt v0.6.0
11292026-03-30T18:02:28.239Z Downloaded tokio-tungstenite v0.23.1
11302026-03-30T18:02:28.239Z Downloaded tokio-rustls v0.25.0
11312026-03-30T18:02:28.242Z Downloaded term v1.2.1
11322026-03-30T18:02:28.242Z Downloaded hyper-util v0.1.20
11332026-03-30T18:02:28.244Z Downloaded term v0.7.0
11342026-03-30T18:02:28.247Z Downloaded utf-8 v0.7.6
11352026-03-30T18:02:28.250Z Downloaded usdt-attr-macro v0.6.0
11362026-03-30T18:02:28.250Z Downloaded schemars v0.9.0
11372026-03-30T18:02:28.257Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11382026-03-30T18:02:28.260Z Downloaded socket2 v0.6.2
11392026-03-30T18:02:28.260Z Downloaded usdt-macro v0.6.0
11402026-03-30T18:02:28.260Z Downloaded toml_writer v1.0.6+spec-1.1.0
11412026-03-30T18:02:28.263Z Downloaded rsa v0.9.10
11422026-03-30T18:02:28.266Z Downloaded itertools v0.13.0
11432026-03-30T18:02:28.269Z Downloaded void v1.0.2
11442026-03-30T18:02:28.269Z Downloaded qorb v0.4.1
11452026-03-30T18:02:28.272Z Downloaded iri-string v0.7.10
11462026-03-30T18:02:28.275Z Downloaded tokio-native-tls v0.3.1
11472026-03-30T18:02:28.277Z Downloaded waitgroup v0.1.2
11482026-03-30T18:02:28.277Z Downloaded try-lock v0.2.5
11492026-03-30T18:02:28.277Z Downloaded rand v0.9.2
11502026-03-30T18:02:28.280Z Downloaded tui-tree-widget v0.23.1
11512026-03-30T18:02:28.280Z Downloaded wait-timeout v0.2.1
11522026-03-30T18:02:28.283Z Downloaded socket2 v0.5.10
11532026-03-30T18:02:28.283Z Downloaded rand v0.8.5
11542026-03-30T18:02:28.286Z Downloaded num-bigint-dig v0.8.6
11552026-03-30T18:02:28.288Z Downloaded rustls-webpki v0.103.9
11562026-03-30T18:02:28.296Z Downloaded xattr v1.6.1
11572026-03-30T18:02:28.299Z Downloaded unicase v2.9.0
11582026-03-30T18:02:28.302Z Downloaded zeroize_derive v1.4.3
11592026-03-30T18:02:28.303Z Downloaded want v0.3.1
11602026-03-30T18:02:28.306Z Downloaded futures-util v0.3.32
11612026-03-30T18:02:28.310Z Downloaded tokio-stream v0.1.18
11622026-03-30T18:02:28.312Z Downloaded test-strategy v0.4.5
11632026-03-30T18:02:28.315Z Downloaded zone_cfg_derive v0.3.1
11642026-03-30T18:02:28.318Z Downloaded tar v0.4.44
11652026-03-30T18:02:28.318Z Downloaded xshell-macros v0.2.7
11662026-03-30T18:02:28.318Z Downloaded bindgen v0.71.1
11672026-03-30T18:02:28.321Z Downloaded zone v0.3.1
11682026-03-30T18:02:28.324Z Downloaded snafu v0.8.9
11692026-03-30T18:02:28.327Z Downloaded usdt-impl v0.6.0
11702026-03-30T18:02:28.330Z Downloaded slog v2.8.2
11712026-03-30T18:02:28.330Z Downloaded toml_parser v1.0.9+spec-1.1.0
11722026-03-30T18:02:28.333Z Downloaded libm v0.2.16
11732026-03-30T18:02:28.336Z Downloaded hkdf v0.12.4
11742026-03-30T18:02:28.339Z Downloaded uzers v0.12.2
11752026-03-30T18:02:28.342Z Downloaded hyper v1.8.1
11762026-03-30T18:02:28.345Z Downloaded vsss-rs v3.3.4
11772026-03-30T18:02:28.345Z Downloaded tokio-rustls v0.26.4
11782026-03-30T18:02:28.347Z Downloaded tokio-rustls v0.24.1
11792026-03-30T18:02:28.347Z Downloaded serde_yaml v0.9.34+deprecated
11802026-03-30T18:02:28.350Z Downloaded vergen-gitcl v1.0.8
11812026-03-30T18:02:28.353Z Downloaded walkdir v2.5.0
11822026-03-30T18:02:28.353Z Downloaded vergen-lib v0.1.6
11832026-03-30T18:02:28.356Z Downloaded tracing-attributes v0.1.31
11842026-03-30T18:02:28.359Z Downloaded rand v0.10.0
11852026-03-30T18:02:28.363Z Downloaded itertools v0.12.1
11862026-03-30T18:02:28.366Z Downloaded subprocess v0.2.15
11872026-03-30T18:02:28.366Z Downloaded xshell v0.2.7
11882026-03-30T18:02:28.368Z Downloaded unicode-properties v0.1.4
11892026-03-30T18:02:28.372Z Downloaded whoami v1.6.1
11902026-03-30T18:02:28.377Z Downloaded p521 v0.13.3
11912026-03-30T18:02:28.381Z Downloaded wyz v0.5.1
11922026-03-30T18:02:28.383Z Downloaded zeroize v1.8.2
11932026-03-30T18:02:28.386Z Downloaded zstd v0.13.3
11942026-03-30T18:02:28.389Z Downloaded xz2 v0.1.7
11952026-03-30T18:02:28.389Z Downloaded toml v0.7.8
11962026-03-30T18:02:28.392Z Downloaded toml v0.9.12+spec-1.1.0
11972026-03-30T18:02:28.394Z Downloaded vergen-git2 v1.0.7
11982026-03-30T18:02:28.394Z Downloaded samael v0.0.19
11992026-03-30T18:02:28.397Z Downloaded schemars v1.2.1
12002026-03-30T18:02:28.405Z Downloaded twox-hash v2.1.2
12012026-03-30T18:02:28.407Z Downloaded steno v0.4.1
12022026-03-30T18:02:28.411Z Downloaded tinyvec v1.10.0
12032026-03-30T18:02:28.411Z Downloaded itertools v0.14.0
12042026-03-30T18:02:28.414Z Downloaded unsafe-libyaml v0.2.11
12052026-03-30T18:02:28.417Z Downloaded tungstenite v0.23.0
12062026-03-30T18:02:28.419Z Downloaded unicode-bidi v0.3.18
12072026-03-30T18:02:28.419Z Downloaded rustyline v14.0.0
12082026-03-30T18:02:28.422Z Downloaded zerocopy v0.6.6
12092026-03-30T18:02:28.425Z Downloaded tracing-core v0.1.36
12102026-03-30T18:02:28.429Z Downloaded yasna v0.5.2
12112026-03-30T18:02:28.429Z Downloaded typify v0.6.1
12122026-03-30T18:02:28.433Z Downloaded typify v0.4.3
12132026-03-30T18:02:28.433Z Downloaded whoami v2.1.0
12142026-03-30T18:02:28.440Z Downloaded toml_edit v0.23.10+spec-1.0.0
12152026-03-30T18:02:28.443Z Downloaded zstd-safe v7.2.4
12162026-03-30T18:02:28.447Z Downloaded uuid v1.21.0
12172026-03-30T18:02:28.451Z Downloaded rpassword v7.4.0
12182026-03-30T18:02:28.456Z Downloaded vergen v9.0.6
12192026-03-30T18:02:28.458Z Downloaded h2 v0.4.13
12202026-03-30T18:02:28.461Z Downloaded vte v0.14.1
12212026-03-30T18:02:28.464Z Downloaded russh v0.45.0
12222026-03-30T18:02:28.467Z Downloaded tungstenite v0.21.0
12232026-03-30T18:02:28.478Z Downloaded blake3 v1.8.3
12242026-03-30T18:02:28.493Z Downloaded zopfli v0.8.3
12252026-03-30T18:02:28.496Z Downloaded toml_edit v0.19.15
12262026-03-30T18:02:28.503Z Downloaded ron v0.12.0
12272026-03-30T18:02:28.509Z Downloaded ssh-key v0.6.7
12282026-03-30T18:02:28.517Z Downloaded tokio-postgres v0.7.16
12292026-03-30T18:02:28.520Z Downloaded bitvec v1.0.1
12302026-03-30T18:02:28.528Z Downloaded zip v0.6.6
12312026-03-30T18:02:28.532Z Downloaded yansi v1.0.1
12322026-03-30T18:02:28.535Z Downloaded reqwest v0.13.2
12332026-03-30T18:02:28.535Z Downloaded aws-lc-rs v1.16.0
12342026-03-30T18:02:28.541Z Downloaded p384 v0.13.1
12352026-03-30T18:02:28.551Z Downloaded reedline v0.40.0
12362026-03-30T18:02:28.555Z Downloaded regex v1.12.3
12372026-03-30T18:02:28.558Z Downloaded curve25519-dalek v4.1.3
12382026-03-30T18:02:28.564Z Downloaded unicode_categories v0.1.1
12392026-03-30T18:02:28.566Z Downloaded portable-atomic v1.13.1
12402026-03-30T18:02:28.572Z Downloaded chrono v0.4.44
12412026-03-30T18:02:28.576Z Downloaded quick-xml v0.37.5
12422026-03-30T18:02:28.579Z Downloaded reqwest v0.12.28
12432026-03-30T18:02:28.583Z Downloaded git2 v0.20.4
12442026-03-30T18:02:28.588Z Downloaded tower v0.5.3
12452026-03-30T18:02:28.594Z Downloaded typed-path v0.9.3
12462026-03-30T18:02:28.602Z Downloaded goblin v0.10.5
12472026-03-30T18:02:28.606Z Downloaded zerocopy-derive v0.8.40
12482026-03-30T18:02:28.610Z Downloaded rayon v1.11.0
12492026-03-30T18:02:28.616Z Downloaded rustls-webpki v0.101.7
12502026-03-30T18:02:28.624Z Downloaded proptest v1.10.0
12512026-03-30T18:02:28.629Z Downloaded x509-cert v0.2.5
12522026-03-30T18:02:28.632Z Downloaded unicode-segmentation v1.12.0
12532026-03-30T18:02:28.639Z Downloaded lalrpop v0.19.12
12542026-03-30T18:02:28.645Z Downloaded zip v4.6.1
12552026-03-30T18:02:28.649Z Downloaded salty v0.3.0
12562026-03-30T18:02:28.656Z Downloaded moka v0.12.13
12572026-03-30T18:02:28.660Z Downloaded tough v0.20.0
12582026-03-30T18:02:28.666Z Downloaded rustls-webpki v0.102.8
12592026-03-30T18:02:28.677Z Downloaded unicode-normalization v0.1.25
12602026-03-30T18:02:28.680Z Downloaded tokio-util v0.7.18
12612026-03-30T18:02:28.688Z Downloaded petname v2.0.2
12622026-03-30T18:02:28.691Z Downloaded tower-http v0.6.8
12632026-03-30T18:02:28.699Z Downloaded serde_with v3.17.0
12642026-03-30T18:02:28.706Z Downloaded object v0.30.4
12652026-03-30T18:02:28.733Z Downloaded quinn-proto v0.11.13
12662026-03-30T18:02:28.736Z Downloaded polar-core v0.27.3
12672026-03-30T18:02:28.741Z Downloaded radix_trie v0.2.1
12682026-03-30T18:02:28.745Z Downloaded openssl v0.10.75
12692026-03-30T18:02:28.751Z Downloaded winnow v0.6.26
12702026-03-30T18:02:28.757Z Downloaded winnow v0.5.40
12712026-03-30T18:02:28.762Z Downloaded nix v0.27.1
12722026-03-30T18:02:28.779Z Downloaded tabled v0.20.0
12732026-03-30T18:02:28.789Z Downloaded time v0.3.47
12742026-03-30T18:02:28.795Z Downloaded dropshot v0.16.7
12752026-03-30T18:02:28.808Z Downloaded rustls v0.21.12
12762026-03-30T18:02:28.815Z Downloaded bstr v1.12.1
12772026-03-30T18:02:28.820Z Downloaded smoltcp v0.9.1
12782026-03-30T18:02:28.826Z Downloaded vcpkg v0.2.15
12792026-03-30T18:02:28.848Z Downloaded zlib-rs v0.6.2
12802026-03-30T18:02:28.851Z Downloaded hickory-proto v0.24.4
12812026-03-30T18:02:28.862Z Downloaded nix v0.31.1
12822026-03-30T18:02:28.871Z Downloaded smoltcp v0.11.0
12832026-03-30T18:02:28.877Z Downloaded openapiv3 v2.2.0
12842026-03-30T18:02:28.884Z Downloaded rustls v0.22.4
12852026-03-30T18:02:28.916Z Downloaded regress v0.10.5
12862026-03-30T18:02:28.920Z Downloaded regex-syntax v0.8.10
12872026-03-30T18:02:28.920Z Downloaded webpki-roots v1.0.6
12882026-03-30T18:02:28.920Z Downloaded diesel v2.3.7
12892026-03-30T18:02:28.920Z Downloaded zerocopy v0.8.40
12902026-03-30T18:02:28.923Z Downloaded rustls v0.23.37
12912026-03-30T18:02:28.928Z Downloaded rustix v0.38.44
12922026-03-30T18:02:28.942Z Downloaded hickory-proto v0.25.2
12932026-03-30T18:02:28.950Z Downloaded object v0.37.3
12942026-03-30T18:02:28.957Z Downloaded nix v0.28.0
12952026-03-30T18:02:28.964Z Downloaded regex-syntax v0.6.29
12962026-03-30T18:02:28.969Z Downloaded nix v0.29.0
12972026-03-30T18:02:29.000Z Downloaded sqlparser v0.61.0
12982026-03-30T18:02:29.010Z Downloaded sled v0.34.7
12992026-03-30T18:02:29.016Z Downloaded typify-impl v0.6.1
13002026-03-30T18:02:29.026Z Downloaded typify-impl v0.4.3
13012026-03-30T18:02:29.034Z Downloaded ratatui v0.29.0
13022026-03-30T18:02:29.047Z Downloaded tracing v0.1.44
13032026-03-30T18:02:29.060Z Downloaded bzip2-sys v0.1.13+1.0.8
13042026-03-30T18:02:29.068Z Downloaded zerocopy-derive v0.6.6
13052026-03-30T18:02:29.077Z Downloaded regex-automata v0.4.14
13062026-03-30T18:02:29.090Z Downloaded petgraph v0.6.5
13072026-03-30T18:02:29.101Z Downloaded lzma-sys v0.1.20
13082026-03-30T18:02:29.117Z Downloaded csv v1.4.0
13092026-03-30T18:02:29.133Z Downloaded jiff v0.2.21
13102026-03-30T18:02:29.146Z Downloaded petgraph v0.8.3
13112026-03-30T18:02:29.159Z Downloaded chrono-tz v0.10.4
13122026-03-30T18:02:29.169Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13132026-03-30T18:02:29.196Z Downloaded libz-sys v1.1.24
13142026-03-30T18:02:29.210Z Downloaded encoding_rs v0.8.35
13152026-03-30T18:02:29.225Z Downloaded tokio v1.49.0
13162026-03-30T18:02:29.247Z Downloaded sha3 v0.10.8
13172026-03-30T18:02:29.336Z Downloaded ring v0.17.14
13182026-03-30T18:02:29.399Z Downloaded libgit2-sys v0.18.3+1.9.2
13192026-03-30T18:02:29.904Z Downloaded aws-lc-sys v0.37.1
13202026-03-30T18:02:30.158Z Compiling libc v0.2.180
13212026-03-30T18:02:30.158Z Compiling serde v1.0.228
13222026-03-30T18:02:30.162Z Compiling log v0.4.29
13232026-03-30T18:02:30.162Z Compiling find-msvc-tools v0.1.9
13242026-03-30T18:02:30.162Z Compiling shlex v1.3.0
13252026-03-30T18:02:30.162Z Compiling smallvec v1.15.1
13262026-03-30T18:02:30.162Z Compiling typenum v1.19.0
13272026-03-30T18:02:30.162Z Compiling subtle v2.6.1
13282026-03-30T18:02:30.320Z Compiling generic-array v0.14.7
13292026-03-30T18:02:30.328Z Compiling scopeguard v1.2.0
13302026-03-30T18:02:30.331Z Compiling portable-atomic v1.13.1
13312026-03-30T18:02:30.378Z Compiling const-oid v0.9.6
13322026-03-30T18:02:30.392Z Compiling critical-section v1.2.0
13332026-03-30T18:02:30.418Z Compiling syn v2.0.117
13342026-03-30T18:02:30.433Z Compiling zerocopy v0.8.40
13352026-03-30T18:02:30.447Z Compiling lock_api v0.4.14
13362026-03-30T18:02:30.492Z Compiling parking_lot_core v0.9.12
13372026-03-30T18:02:30.504Z Compiling pin-project-lite v0.2.17
13382026-03-30T18:02:30.504Z Compiling serde_json v1.0.149
13392026-03-30T18:02:30.534Z Compiling pkg-config v0.3.32
13402026-03-30T18:02:30.548Z Compiling bitflags v2.11.0
13412026-03-30T18:02:30.564Z Compiling libm v0.2.16
13422026-03-30T18:02:30.635Z Compiling num-traits v0.2.19
13432026-03-30T18:02:30.651Z Compiling futures-core v0.3.32
13442026-03-30T18:02:30.677Z Compiling percent-encoding v2.3.2
13452026-03-30T18:02:30.693Z Compiling allocator-api2 v0.2.21
13462026-03-30T18:02:30.741Z Compiling cpufeatures v0.2.17
13472026-03-30T18:02:30.813Z Compiling foldhash v0.2.0
13482026-03-30T18:02:30.840Z Compiling futures-sink v0.3.32
13492026-03-30T18:02:30.868Z Compiling slab v0.4.12
13502026-03-30T18:02:30.881Z Compiling futures-io v0.3.32
13512026-03-30T18:02:30.884Z Compiling getrandom v0.4.1
13522026-03-30T18:02:30.951Z Compiling futures-channel v0.3.32
13532026-03-30T18:02:30.978Z Compiling hashbrown v0.16.1
13542026-03-30T18:02:31.017Z Compiling futures-task v0.3.32
13552026-03-30T18:02:31.044Z Compiling rand_core v0.10.0
13562026-03-30T18:02:31.058Z Compiling rustversion v1.0.22
13572026-03-30T18:02:31.086Z Compiling getrandom v0.3.4
13582026-03-30T18:02:31.102Z Compiling form_urlencoded v1.2.2
13592026-03-30T18:02:31.102Z Compiling dunce v1.0.5
13602026-03-30T18:02:31.151Z Compiling ident_case v1.0.1
13612026-03-30T18:02:31.199Z Compiling base64ct v1.8.3
13622026-03-30T18:02:31.215Z Compiling getrandom v0.2.17
13632026-03-30T18:02:31.230Z Compiling jobserver v0.1.34
13642026-03-30T18:02:31.233Z Compiling errno v0.3.14
13652026-03-30T18:02:31.290Z Compiling mio v1.1.1
13662026-03-30T18:02:31.293Z Compiling socket2 v0.6.2
13672026-03-30T18:02:31.349Z Compiling rand_core v0.6.4
13682026-03-30T18:02:31.399Z Compiling once_cell v1.21.3
13692026-03-30T18:02:31.428Z Compiling signal-hook-registry v1.4.8
13702026-03-30T18:02:31.443Z Compiling cc v1.2.56
13712026-03-30T18:02:31.479Z Compiling parking_lot v0.12.5
13722026-03-30T18:02:31.505Z Compiling indexmap v2.13.0
13732026-03-30T18:02:31.577Z Compiling fs_extra v1.3.0
13742026-03-30T18:02:31.619Z Compiling pem-rfc7468 v0.7.0
13752026-03-30T18:02:31.633Z Compiling flagset v0.4.7
13762026-03-30T18:02:31.647Z Compiling rustix v1.1.3
13772026-03-30T18:02:31.722Z Compiling iana-time-zone v0.1.65
13782026-03-30T18:02:31.754Z Compiling uuid v1.21.0
13792026-03-30T18:02:31.768Z Compiling rustc_version v0.4.1
13802026-03-30T18:02:31.784Z Compiling regex-syntax v0.8.10
13812026-03-30T18:02:31.871Z Compiling aws-lc-rs v1.16.0
13822026-03-30T18:02:31.871Z Compiling vcpkg v0.2.15
13832026-03-30T18:02:31.912Z Compiling tracing-core v0.1.36
13842026-03-30T18:02:31.933Z Compiling crossbeam-utils v0.8.21
13852026-03-30T18:02:31.933Z Compiling untrusted v0.7.1
13862026-03-30T18:02:32.012Z Compiling rand_core v0.9.5
13872026-03-30T18:02:32.104Z Compiling httparse v1.10.1
13882026-03-30T18:02:32.118Z Compiling openssl-probe v0.2.1
13892026-03-30T18:02:32.121Z Compiling syn v1.0.109
13902026-03-30T18:02:32.164Z Compiling cmake v0.1.57
13912026-03-30T18:02:32.180Z Compiling untrusted v0.9.0
13922026-03-30T18:02:32.196Z Compiling schemars v0.8.22
13932026-03-30T18:02:32.268Z Compiling base64 v0.22.1
13942026-03-30T18:02:32.316Z Compiling tower-service v0.3.3
13952026-03-30T18:02:32.331Z Compiling atomic-waker v1.1.2
13962026-03-30T18:02:32.372Z Compiling tower-layer v0.3.3
13972026-03-30T18:02:32.482Z Compiling dyn-clone v1.0.20
13982026-03-30T18:02:32.542Z Compiling rustls v0.23.37
13992026-03-30T18:02:32.546Z Compiling tinyvec_macros v0.1.1
14002026-03-30T18:02:32.546Z Compiling try-lock v0.2.5
14012026-03-30T18:02:32.585Z Compiling spin v0.9.8
14022026-03-30T18:02:32.629Z Compiling aho-corasick v1.1.4
14032026-03-30T18:02:32.643Z Compiling tinyvec v1.10.0
14042026-03-30T18:02:32.672Z Compiling want v0.3.1
14052026-03-30T18:02:32.702Z Compiling pin-utils v0.1.0
14062026-03-30T18:02:32.702Z Compiling powerfmt v0.2.0
14072026-03-30T18:02:32.731Z Compiling num-conv v0.2.0
14082026-03-30T18:02:32.734Z Compiling openssl v0.10.75
14092026-03-30T18:02:32.758Z Compiling httpdate v1.0.3
14102026-03-30T18:02:32.791Z Compiling crc32fast v1.5.0
14112026-03-30T18:02:32.808Z Compiling time-core v0.1.8
14122026-03-30T18:02:32.855Z Compiling foreign-types-shared v0.1.1
14132026-03-30T18:02:32.886Z Compiling deranged v0.5.8
14142026-03-30T18:02:32.909Z Compiling wait-timeout v0.2.1
14152026-03-30T18:02:32.947Z Compiling quick-error v1.2.3
14162026-03-30T18:02:32.993Z Compiling time-macros v0.2.27
14172026-03-30T18:02:32.993Z Compiling foreign-types v0.3.2
14182026-03-30T18:02:33.024Z Compiling num_threads v0.1.7
14192026-03-30T18:02:33.024Z Compiling siphasher v1.0.2
14202026-03-30T18:02:33.027Z Compiling native-tls v0.2.18
14212026-03-30T18:02:33.027Z Compiling simd-adler32 v0.3.8
14222026-03-30T18:02:33.085Z Compiling bit-vec v0.8.0
14232026-03-30T18:02:33.085Z Compiling either v1.15.0
14242026-03-30T18:02:33.116Z Compiling aws-lc-sys v0.37.1
14252026-03-30T18:02:33.145Z Compiling ring v0.17.14
14262026-03-30T18:02:33.190Z Compiling openssl-sys v0.9.111
14272026-03-30T18:02:33.211Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14282026-03-30T18:02:33.256Z Compiling usdt-impl v0.6.0
14292026-03-30T18:02:33.298Z Compiling synstructure v0.13.2
14302026-03-30T18:02:33.324Z Compiling pest_generator v2.8.6
14312026-03-30T18:02:33.338Z Compiling serde_derive_internals v0.29.1
14322026-03-30T18:02:33.352Z Compiling darling_core v0.20.11
14332026-03-30T18:02:33.487Z Compiling regex-automata v0.4.14
14342026-03-30T18:02:33.633Z Compiling tempfile v3.25.0
14352026-03-30T18:02:33.934Z Compiling rusty-fork v0.3.1
14362026-03-30T18:02:33.972Z Compiling bit-set v0.8.0
14372026-03-30T18:02:34.035Z Compiling darling_core v0.21.3
14382026-03-30T18:02:34.126Z Compiling time v0.3.47
14392026-03-30T18:02:34.150Z Compiling bzip2-sys v0.1.13+1.0.8
14402026-03-30T18:02:34.257Z Compiling unicode-normalization v0.1.25
14412026-03-30T18:02:34.274Z Compiling crossbeam-epoch v0.9.18
14422026-03-30T18:02:34.277Z Compiling rand_xorshift v0.4.0
14432026-03-30T18:02:34.302Z Compiling slog v2.8.2
14442026-03-30T18:02:34.457Z Compiling heapless v0.7.17
14452026-03-30T18:02:34.477Z Compiling thread-id v5.1.0
14462026-03-30T18:02:34.493Z Compiling sync_wrapper v1.0.2
14472026-03-30T18:02:34.514Z Compiling cookie v0.18.1
14482026-03-30T18:02:34.579Z Compiling anyhow v1.0.102
14492026-03-30T18:02:34.621Z Compiling rayon-core v1.13.0
14502026-03-30T18:02:34.636Z Compiling signal-hook v0.3.18
14512026-03-30T18:02:34.723Z Compiling unicode-segmentation v1.12.0
14522026-03-30T18:02:34.738Z Compiling paste v1.0.15
14532026-03-30T18:02:34.760Z Compiling unicode-bidi v0.3.18
14542026-03-30T18:02:34.824Z Compiling unicode-properties v0.1.4
14552026-03-30T18:02:34.841Z Compiling adler2 v2.0.1
14562026-03-30T18:02:34.908Z Compiling zstd-safe v7.2.4
14572026-03-30T18:02:34.923Z Compiling unarray v0.1.4
14582026-03-30T18:02:34.988Z Compiling miniz_oxide v0.8.9
14592026-03-30T18:02:35.082Z Compiling serde_derive v1.0.228
14602026-03-30T18:02:35.097Z Compiling zeroize_derive v1.4.3
14612026-03-30T18:02:35.100Z Compiling zerofrom-derive v0.1.6
14622026-03-30T18:02:35.128Z Compiling yoke-derive v0.8.1
14632026-03-30T18:02:35.142Z Compiling zerocopy-derive v0.8.40
14642026-03-30T18:02:35.292Z Compiling zerovec-derive v0.11.2
14652026-03-30T18:02:35.329Z Compiling displaydoc v0.2.5
14662026-03-30T18:02:35.636Z Compiling tokio-macros v2.6.0
14672026-03-30T18:02:35.755Z Compiling futures-macro v0.3.32
14682026-03-30T18:02:35.785Z Compiling zeroize v1.8.2
14692026-03-30T18:02:35.800Z Compiling der_derive v0.7.3
14702026-03-30T18:02:36.119Z Compiling thiserror-impl v2.0.18
14712026-03-30T18:02:36.363Z Compiling rustls-pki-types v1.14.0
14722026-03-30T18:02:36.464Z Compiling tracing-attributes v0.1.31
14732026-03-30T18:02:36.493Z Compiling pest_derive v2.8.6
14742026-03-30T18:02:36.598Z Compiling crypto-common v0.1.7
14752026-03-30T18:02:36.628Z Compiling zerofrom v0.1.6
14762026-03-30T18:02:36.698Z Compiling block-buffer v0.10.4
14772026-03-30T18:02:36.715Z Compiling futures-util v0.3.32
14782026-03-30T18:02:36.741Z Compiling yoke v0.8.1
14792026-03-30T18:02:36.778Z Compiling block-padding v0.3.3
14802026-03-30T18:02:36.783Z Compiling scroll_derive v0.13.1
14812026-03-30T18:02:36.845Z Compiling digest v0.10.7
14822026-03-30T18:02:36.860Z Compiling der v0.7.10
14832026-03-30T18:02:36.889Z Compiling schemars_derive v0.8.22
14842026-03-30T18:02:36.954Z Compiling zerovec v0.11.5
14852026-03-30T18:02:36.969Z Compiling zerotrie v0.2.3
14862026-03-30T18:02:36.984Z Compiling inout v0.1.4
14872026-03-30T18:02:37.117Z Compiling hmac v0.12.1
14882026-03-30T18:02:37.167Z Compiling cipher v0.4.4
14892026-03-30T18:02:37.283Z Compiling sha2 v0.10.9
14902026-03-30T18:02:37.283Z Compiling pbkdf2 v0.12.2
14912026-03-30T18:02:37.424Z Compiling tinystr v0.8.2
14922026-03-30T18:02:37.442Z Compiling potential_utf v0.1.4
14932026-03-30T18:02:37.507Z Compiling salsa20 v0.10.2
14942026-03-30T18:02:37.585Z Compiling icu_collections v2.1.1
14952026-03-30T18:02:37.623Z Compiling icu_locale_core v2.1.1
14962026-03-30T18:02:37.660Z Compiling scrypt v0.11.0
14972026-03-30T18:02:37.663Z Compiling thiserror v2.0.18
14982026-03-30T18:02:37.689Z Compiling aes v0.8.4
14992026-03-30T18:02:37.802Z Compiling spki v0.7.3
15002026-03-30T18:02:37.817Z Compiling cbc v0.1.2
15012026-03-30T18:02:37.886Z Compiling tracing v0.1.44
15022026-03-30T18:02:37.939Z Compiling scroll v0.13.0
15032026-03-30T18:02:38.000Z Compiling darling_macro v0.20.11
15042026-03-30T18:02:38.030Z Compiling openssl-macros v0.1.1
15052026-03-30T18:02:38.097Z Compiling pkcs5 v0.7.1
15062026-03-30T18:02:38.146Z Compiling thiserror-impl v1.0.69
15072026-03-30T18:02:38.176Z Compiling goblin v0.10.5
15082026-03-30T18:02:38.224Z Compiling dtrace-parser v0.3.0
15092026-03-30T18:02:38.247Z Compiling icu_provider v2.1.1
15102026-03-30T18:02:38.452Z Compiling pkcs8 v0.10.2
15112026-03-30T18:02:38.491Z Compiling icu_properties v2.1.2
15122026-03-30T18:02:38.552Z Compiling icu_normalizer v2.1.1
15132026-03-30T18:02:38.569Z Compiling darling v0.20.11
15142026-03-30T18:02:38.604Z Compiling bytes v1.11.1
15152026-03-30T18:02:38.660Z Compiling chrono v0.4.44
15162026-03-30T18:02:38.697Z Compiling ipnet v2.11.0
15172026-03-30T18:02:38.722Z Compiling derive_builder_core v0.20.2
15182026-03-30T18:02:38.798Z Compiling signature v2.2.0
15192026-03-30T18:02:38.990Z Compiling rustls-native-certs v0.8.3
15202026-03-30T18:02:39.012Z Compiling scroll_derive v0.12.1
15212026-03-30T18:02:39.074Z Compiling tokio v1.49.0
15222026-03-30T18:02:39.122Z Compiling http v1.4.0
15232026-03-30T18:02:39.222Z Compiling serde_spanned v0.6.9
15242026-03-30T18:02:39.238Z Compiling erased-serde v0.3.31
15252026-03-30T18:02:39.303Z Compiling serde_tokenstream v0.2.3
15262026-03-30T18:02:39.383Z Compiling idna_adapter v1.2.1
15272026-03-30T18:02:39.457Z Compiling thiserror v1.0.69
15282026-03-30T18:02:39.540Z Compiling idna v1.1.0
15292026-03-30T18:02:39.578Z Compiling toml_datetime v0.6.11
15302026-03-30T18:02:39.614Z Compiling ppv-lite86 v0.2.21
15312026-03-30T18:02:39.630Z Compiling derive_builder_macro v0.20.2
15322026-03-30T18:02:39.633Z Compiling md-5 v0.10.6
15332026-03-30T18:02:39.711Z Compiling scroll v0.12.0
15342026-03-30T18:02:39.753Z Compiling darling_macro v0.21.3
15352026-03-30T18:02:39.819Z Compiling http-body v1.0.1
15362026-03-30T18:02:39.848Z Compiling url v2.5.8
15372026-03-30T18:02:39.855Z Compiling webpki-roots v1.0.6
15382026-03-30T18:02:39.950Z Compiling rand_chacha v0.9.0
15392026-03-30T18:02:39.991Z Compiling http-body-util v0.1.3
15402026-03-30T18:02:39.996Z Compiling rand_chacha v0.3.1
15412026-03-30T18:02:40.021Z Compiling stringprep v0.1.5
15422026-03-30T18:02:40.052Z Compiling zerocopy-derive v0.7.35
15432026-03-30T18:02:40.168Z Compiling rand v0.9.2
15442026-03-30T18:02:40.188Z Compiling crossbeam-deque v0.8.6
15452026-03-30T18:02:40.256Z Compiling num-integer v0.1.46
15462026-03-30T18:02:40.269Z Compiling vergen-lib v0.1.6
15472026-03-30T18:02:40.463Z Compiling curve25519-dalek v4.1.3
15482026-03-30T18:02:40.485Z Compiling ff v0.13.1
15492026-03-30T18:02:40.559Z Compiling hash32 v0.2.1
15502026-03-30T18:02:40.585Z Compiling memoffset v0.9.1
15512026-03-30T18:02:40.634Z Compiling zlib-rs v0.6.2
15522026-03-30T18:02:40.654Z Compiling litrs v1.0.0
15532026-03-30T18:02:40.669Z Compiling rustix v0.38.44
15542026-03-30T18:02:40.765Z Compiling proptest v1.10.0
15552026-03-30T18:02:40.793Z Compiling num-bigint-dig v0.8.6
15562026-03-30T18:02:40.815Z Compiling base16ct v0.2.0
15572026-03-30T18:02:40.834Z Compiling cfg_aliases v0.2.1
15582026-03-30T18:02:40.921Z Compiling dof v0.4.0
15592026-03-30T18:02:40.935Z Compiling iri-string v0.7.10
15602026-03-30T18:02:40.991Z Compiling smoltcp v0.9.1
15612026-03-30T18:02:41.004Z Compiling ref-cast v1.0.25
15622026-03-30T18:02:41.020Z Compiling ryu v1.0.23
15632026-03-30T18:02:41.037Z Compiling psl-types v2.0.11
15642026-03-30T18:02:41.168Z Compiling ipnetwork v0.21.1
15652026-03-30T18:02:41.168Z Compiling fallible-iterator v0.2.0
15662026-03-30T18:02:41.236Z Compiling document-features v0.2.12
15672026-03-30T18:02:41.348Z Compiling serde_urlencoded v0.7.1
15682026-03-30T18:02:41.381Z Compiling publicsuffix v2.3.0
15692026-03-30T18:02:41.491Z Compiling postgres-protocol v0.6.10
15702026-03-30T18:02:41.506Z Compiling oxnet v0.1.4
15712026-03-30T18:02:41.571Z Compiling sec1 v0.7.3
15722026-03-30T18:02:41.590Z Compiling zerocopy v0.7.35
15732026-03-30T18:02:41.613Z Compiling nix v0.31.1
15742026-03-30T18:02:41.833Z Compiling group v0.13.0
15752026-03-30T18:02:41.847Z Compiling num-iter v0.1.45
15762026-03-30T18:02:41.914Z Compiling darling v0.21.3
15772026-03-30T18:02:41.983Z Compiling proc-macro-error v1.0.4
15782026-03-30T18:02:42.000Z Compiling rand v0.8.5
15792026-03-30T18:02:42.049Z Compiling derive_builder v0.20.2
15802026-03-30T18:02:42.112Z Compiling goblin v0.8.2
15812026-03-30T18:02:42.143Z Compiling cargo-platform v0.1.9
15822026-03-30T18:02:42.193Z Compiling hkdf v0.12.4
15832026-03-30T18:02:42.263Z Compiling hubpack_derive v0.1.1
15842026-03-30T18:02:42.266Z Compiling crypto-bigint v0.5.5
15852026-03-30T18:02:42.306Z Compiling regex v1.12.3
15862026-03-30T18:02:42.425Z Compiling async-trait v0.1.89
15872026-03-30T18:02:42.469Z Compiling strum_macros v0.27.2
15882026-03-30T18:02:42.607Z Compiling curve25519-dalek-derive v0.1.1
15892026-03-30T18:02:42.624Z Compiling daft-derive v0.1.5
15902026-03-30T18:02:42.800Z Compiling tokio-util v0.7.18
15912026-03-30T18:02:42.805Z Compiling tower v0.5.3
15922026-03-30T18:02:42.805Z Compiling tokio-native-tls v0.3.1
15932026-03-30T18:02:42.814Z Compiling ref-cast-impl v1.0.25
15942026-03-30T18:02:42.857Z Compiling heck v0.4.1
15952026-03-30T18:02:42.992Z Compiling terminal_size v0.4.3
15962026-03-30T18:02:43.006Z Compiling phf_shared v0.13.1
15972026-03-30T18:02:43.101Z Compiling newtype-uuid v1.3.2
15982026-03-30T18:02:43.146Z Compiling lazy_static v1.5.0
15992026-03-30T18:02:43.258Z Compiling tower-http v0.6.8
16002026-03-30T18:02:43.262Z Compiling vergen v9.0.6
16012026-03-30T18:02:43.274Z Compiling fs-err v3.3.0
16022026-03-30T18:02:43.305Z Compiling ahash v0.8.12
16032026-03-30T18:02:43.368Z Compiling bumpalo v3.20.2
16042026-03-30T18:02:43.394Z Compiling foldhash v0.1.5
16052026-03-30T18:02:43.455Z Compiling h2 v0.4.13
16062026-03-30T18:02:43.485Z Compiling bitflags v1.3.2
16072026-03-30T18:02:43.499Z Compiling flate2 v1.1.9
16082026-03-30T18:02:43.515Z Compiling winnow v0.5.40
16092026-03-30T18:02:43.531Z Compiling object v0.37.3
16102026-03-30T18:02:43.574Z Compiling managed v0.8.0
16112026-03-30T18:02:43.589Z Compiling libbz2-rs-sys v0.2.2
16122026-03-30T18:02:43.644Z Compiling clap_builder v4.5.60
16132026-03-30T18:02:43.689Z Compiling zopfli v0.8.3
16142026-03-30T18:02:43.882Z Compiling hashbrown v0.15.5
16152026-03-30T18:02:43.935Z Compiling console v0.16.2
16162026-03-30T18:02:44.015Z Compiling bzip2 v0.6.1
16172026-03-30T18:02:44.072Z Compiling daft v0.1.5
16182026-03-30T18:02:44.323Z Compiling elliptic-curve v0.13.8
16192026-03-30T18:02:44.392Z Compiling dof v0.3.0
16202026-03-30T18:02:44.497Z Compiling phf v0.13.1
16212026-03-30T18:02:44.506Z Compiling zone_cfg_derive v0.3.1
16222026-03-30T18:02:44.540Z Compiling hubpack v0.1.2
16232026-03-30T18:02:44.556Z Compiling strum v0.27.2
16242026-03-30T18:02:44.675Z Compiling signal-hook-mio v0.2.5
16252026-03-30T18:02:44.715Z Compiling usdt-attr-macro v0.6.0
16262026-03-30T18:02:44.749Z Compiling usdt-macro v0.6.0
16272026-03-30T18:02:44.801Z Compiling cargo_metadata v0.19.2
16282026-03-30T18:02:44.823Z Compiling cookie_store v0.22.1
16292026-03-30T18:02:44.823Z Compiling toml_edit v0.19.15
16302026-03-30T18:02:44.972Z Compiling rayon v1.11.0
16312026-03-30T18:02:45.073Z Compiling serde_with_macros v3.17.0
16322026-03-30T18:02:45.167Z Compiling postgres-types v0.2.12
16332026-03-30T18:02:45.273Z Compiling bzip2 v0.4.4
16342026-03-30T18:02:45.507Z Compiling zstd v0.13.3
16352026-03-30T18:02:45.515Z Compiling dtrace-parser v0.2.0
16362026-03-30T18:02:45.536Z Compiling ed25519 v2.2.3
16372026-03-30T18:02:45.696Z Compiling pkcs1 v0.7.5
16382026-03-30T18:02:45.738Z Compiling serde-big-array v0.5.1
16392026-03-30T18:02:45.788Z Compiling hex v0.4.3
16402026-03-30T18:02:45.890Z Compiling rfc6979 v0.4.0
16412026-03-30T18:02:46.035Z Compiling bstr v1.12.1
16422026-03-30T18:02:46.064Z Compiling clap_derive v4.5.55
16432026-03-30T18:02:46.118Z Compiling enum-as-inner v0.6.1
16442026-03-30T18:02:46.123Z Compiling strum_macros v0.26.4
16452026-03-30T18:02:46.229Z Compiling serde_repr v0.1.20
16462026-03-30T18:02:46.283Z Compiling itertools v0.12.1
16472026-03-30T18:02:46.447Z Compiling hyper v1.8.1
16482026-03-30T18:02:46.571Z Compiling phf_shared v0.11.3
16492026-03-30T18:02:46.659Z Compiling float-cmp v0.10.0
16502026-03-30T18:02:46.734Z Compiling thread-id v4.2.2
16512026-03-30T18:02:46.741Z Compiling memmap2 v0.9.10
16522026-03-30T18:02:46.747Z Compiling env_filter v1.0.0
16532026-03-30T18:02:46.782Z Compiling encoding_rs v0.8.35
16542026-03-30T18:02:46.797Z Compiling normalize-line-endings v0.3.0
16552026-03-30T18:02:46.811Z Compiling difflib v0.4.0
16562026-03-30T18:02:46.827Z Compiling whoami v2.1.0
16572026-03-30T18:02:46.908Z Compiling data-encoding v2.10.0
16582026-03-30T18:02:46.946Z Compiling jiff v0.2.21
16592026-03-30T18:02:47.088Z Compiling rustc-hash v2.1.1
16602026-03-30T18:02:47.221Z Compiling precomputed-hash v0.1.1
16612026-03-30T18:02:47.237Z Compiling unit-prefix v0.5.2
16622026-03-30T18:02:47.294Z Compiling new_debug_unreachable v1.0.6
16632026-03-30T18:02:47.322Z Compiling static_assertions v1.1.0
16642026-03-30T18:02:47.379Z Compiling mime v0.3.17
16652026-03-30T18:02:47.394Z Compiling fixedbitset v0.5.7
16662026-03-30T18:02:47.408Z Compiling predicates-core v1.0.10
16672026-03-30T18:02:47.423Z Compiling fixedbitset v0.4.2
16682026-03-30T18:02:47.457Z Compiling keccak v0.1.6
16692026-03-30T18:02:47.522Z Compiling hyper-util v0.1.20
16702026-03-30T18:02:47.525Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16712026-03-30T18:02:47.654Z Compiling sha3 v0.10.8
16722026-03-30T18:02:47.669Z Compiling petgraph v0.8.3
16732026-03-30T18:02:47.705Z Compiling petgraph v0.6.5
16742026-03-30T18:02:47.715Z Compiling predicates v3.1.4
16752026-03-30T18:02:47.784Z Compiling zone v0.3.1
16762026-03-30T18:02:47.884Z Compiling clap v4.5.60
16772026-03-30T18:02:47.967Z Compiling strum v0.26.3
16782026-03-30T18:02:47.983Z Compiling string_cache v0.8.9
16792026-03-30T18:02:48.053Z Compiling indicatif v0.18.4
16802026-03-30T18:02:48.116Z Compiling toml_edit v0.22.27
16812026-03-30T18:02:48.135Z Compiling hickory-proto v0.25.2
16822026-03-30T18:02:48.230Z Compiling iddqd v0.3.17
16832026-03-30T18:02:48.334Z Compiling tokio-postgres v0.7.16
16842026-03-30T18:02:48.377Z Compiling env_logger v0.11.9
16852026-03-30T18:02:48.392Z Compiling usdt v0.6.0
16862026-03-30T18:02:48.503Z Compiling usdt-impl v0.5.0
16872026-03-30T18:02:48.675Z Compiling similar v2.7.0
16882026-03-30T18:02:48.754Z Compiling crossterm v0.28.1
16892026-03-30T18:02:48.927Z Compiling hyper-tls v0.6.0
16902026-03-30T18:02:49.117Z Compiling serde_with v3.17.0
16912026-03-30T18:02:49.179Z Compiling toml v0.7.8
16922026-03-30T18:02:49.242Z Compiling ecdsa v0.16.9
16932026-03-30T18:02:49.305Z Compiling rsa v0.9.10
16942026-03-30T18:02:49.420Z Compiling ed25519-dalek v2.2.0
16952026-03-30T18:02:49.579Z Compiling zip v4.6.1
16962026-03-30T18:02:49.665Z Compiling zip v0.6.6
16972026-03-30T18:02:50.098Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-03-30T18:02:50.273Z Compiling tokio-stream v0.1.18
16992026-03-30T18:02:50.323Z Compiling buf-list v1.1.2
17002026-03-30T18:02:50.349Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17012026-03-30T18:02:50.485Z Compiling openapiv3 v2.2.0
17022026-03-30T18:02:50.549Z Compiling x509-cert v0.2.5
17032026-03-30T18:02:50.564Z Compiling sha1 v0.10.6
17042026-03-30T18:02:50.622Z Compiling itertools v0.13.0
17052026-03-30T18:02:50.671Z Compiling toml_datetime v0.7.5+spec-1.1.0
17062026-03-30T18:02:50.759Z Compiling lalrpop-util v0.19.12
17072026-03-30T18:02:50.774Z Compiling peg-runtime v0.8.5
17082026-03-30T18:02:50.807Z Compiling thread_local v1.1.9
17092026-03-30T18:02:50.867Z Compiling slog-async v2.8.0
17102026-03-30T18:02:50.883Z Compiling futures-executor v0.3.32
17112026-03-30T18:02:50.970Z Compiling crossbeam-channel v0.5.15
17122026-03-30T18:02:50.985Z Compiling filetime v0.2.27
17132026-03-30T18:02:51.071Z Compiling is-terminal v0.4.17
17142026-03-30T18:02:51.090Z Compiling term v1.2.1
17152026-03-30T18:02:51.174Z Compiling take_mut v0.2.2
17162026-03-30T18:02:51.189Z Compiling xattr v1.6.1
17172026-03-30T18:02:51.206Z Compiling futures v0.3.32
17182026-03-30T18:02:51.395Z Compiling slog-term v2.9.2
17192026-03-30T18:02:51.417Z Compiling tar v0.4.44
17202026-03-30T18:03:06.491Z Compiling rustls-webpki v0.103.9
17212026-03-30T18:03:09.232Z Compiling tokio-rustls v0.26.4
17222026-03-30T18:03:09.232Z Compiling rustls-platform-verifier v0.6.2
17232026-03-30T18:03:09.451Z Compiling hyper-rustls v0.27.7
17242026-03-30T18:03:09.702Z Compiling reqwest v0.12.28
17252026-03-30T18:03:09.702Z Compiling reqwest v0.13.2
17262026-03-30T18:03:11.614Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-03-30T18:03:11.851Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-03-30T18:03:14.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.85s
17292026-03-30T18:03:14.767Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17302026-03-30T18:03:14.825ZMar 30 18:03:14.011 INFO Starting download, target: Cockroach
17312026-03-30T18:03:14.825ZMar 30 18:03:14.012 INFO Starting download, target: Console
17322026-03-30T18:03:14.825ZMar 30 18:03:14.012 INFO Starting download, target: Clickhouse
17332026-03-30T18:03:14.825ZMar 30 18:03:14.012 INFO Starting download, target: DendriteStub
17342026-03-30T18:03:14.830ZMar 30 18:03:14.012 INFO Starting download, target: MaghemiteMgd
17352026-03-30T18:03:14.830ZMar 30 18:03:14.012 INFO Starting download, target: TransceiverControl
17362026-03-30T18:03:14.830ZMar 30 18:03:14.012 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-03-30T18:03:14.830ZMar 30 18:03:14.012 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17382026-03-30T18:03:14.830ZMar 30 18:03:14.012 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-03-30T18:03:14.830ZMar 30 18:03:14.012 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-03-30T18:03:14.831ZMar 30 18:03:14.013 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-03-30T18:03:14.831ZMar 30 18:03:14.013 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17422026-03-30T18:03:15.398ZMar 30 18:03:14.585 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17432026-03-30T18:03:15.634ZMar 30 18:03:14.798 INFO Download complete, target: TransceiverControl
17442026-03-30T18:03:15.872ZMar 30 18:03:15.059 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-03-30T18:03:16.146ZMar 30 18:03:15.303 INFO Download complete, target: Console
17462026-03-30T18:03:16.827ZMar 30 18:03:16.000 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-03-30T18:03:17.145ZMar 30 18:03:16.332 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-03-30T18:03:17.368ZMar 30 18:03:16.510 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17492026-03-30T18:03:18.050ZMar 30 18:03:17.238 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-03-30T18:03:18.050ZMar 30 18:03:17.238 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-03-30T18:03:19.181ZMar 30 18:03:18.369 INFO Download complete, target: DendriteStub
17522026-03-30T18:03:19.552ZMar 30 18:03:18.741 INFO Download complete, target: MaghemiteMgd
17532026-03-30T18:03:22.815ZMar 30 18:03:21.986 INFO Checking that binary works, target: Cockroach
17542026-03-30T18:03:22.914ZMar 30 18:03:22.090 INFO Download complete, target: Cockroach
17552026-03-30T18:03:24.268ZMar 30 18:03:23.457 INFO Checking that binary works, target: Clickhouse
17562026-03-30T18:03:24.383ZMar 30 18:03:23.572 INFO Download complete, target: Clickhouse
17572026-03-30T18:03:24.389ZAll prerequisites installed successfully
17582026-03-30T18:03:24.393Z
17592026-03-30T18:03:24.393Zreal 2:45.009420483
17602026-03-30T18:03:24.394Zuser 7:13.826903563
17612026-03-30T18:03:24.394Zsys 1:42.091483405
17622026-03-30T18:03:24.394Ztrap 0.263132393
17632026-03-30T18:03:24.394Ztflt 2.212759749
17642026-03-30T18:03:24.394Zdflt 2.421696730
17652026-03-30T18:03:24.394Zkflt 0.067820627
17662026-03-30T18:03:24.394Zlock 22:39.262822811
17672026-03-30T18:03:24.394Zslp 19:51.991032934
17682026-03-30T18:03:24.394Zlat 23.823894004
17692026-03-30T18:03:24.394Zstop 2:52.062741695
17702026-03-30T18:03:24.394Z+ ptime -m cargo xtask download softnpu
17712026-03-30T18:03:24.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17722026-03-30T18:03:24.937Z Running `target/debug/xtask download softnpu`
17732026-03-30T18:03:25.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17742026-03-30T18:03:25.770Z Running `target/debug/xtask-downloader softnpu`
17752026-03-30T18:03:25.812ZMar 30 18:03:25.000 INFO Starting download, target: Softnpu
17762026-03-30T18:03:25.818ZMar 30 18:03:25.001 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17772026-03-30T18:03:26.668ZMar 30 18:03:25.857 INFO Download complete, target: Softnpu
17782026-03-30T18:03:26.673Z
17792026-03-30T18:03:26.673Zreal 2.276622465
17802026-03-30T18:03:26.673Zuser 1.303059246
17812026-03-30T18:03:26.673Zsys 0.650871002
17822026-03-30T18:03:26.673Ztrap 0.000690064
17832026-03-30T18:03:26.673Ztflt 0.000226794
17842026-03-30T18:03:26.673Zdflt 0.000384934
17852026-03-30T18:03:26.673Zkflt 0.000000000
17862026-03-30T18:03:26.673Zlock 15.677354233
17872026-03-30T18:03:26.673Zslp 0.687225051
17882026-03-30T18:03:26.673Zlat 0.070327968
17892026-03-30T18:03:26.673Zstop 0.000178193
17902026-03-30T18:03:26.677Z+ export CARGO_INCREMENTAL=0
17912026-03-30T18:03:26.677Z+ CARGO_INCREMENTAL=0
17922026-03-30T18:03:26.677Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17932026-03-30T18:03:27.572Z Compiling proc-macro2 v1.0.106
17942026-03-30T18:03:27.572Z Compiling quote v1.0.44
17952026-03-30T18:03:27.572Z Compiling unicode-ident v1.0.24
17962026-03-30T18:03:27.572Z Compiling libc v0.2.180
17972026-03-30T18:03:27.579Z Compiling serde_core v1.0.228
17982026-03-30T18:03:27.579Z Compiling serde v1.0.228
17992026-03-30T18:03:27.579Z Compiling cfg-if v1.0.4
18002026-03-30T18:03:27.579Z Compiling version_check v0.9.5
18012026-03-30T18:03:27.579Z Compiling find-msvc-tools v0.1.9
18022026-03-30T18:03:27.579Z Compiling shlex v1.3.0
18032026-03-30T18:03:27.579Z Compiling typenum v1.19.0
18042026-03-30T18:03:27.725Z Compiling portable-atomic v1.13.1
18052026-03-30T18:03:27.729Z Compiling memchr v2.8.0
18062026-03-30T18:03:27.729Z Compiling autocfg v1.5.0
18072026-03-30T18:03:27.729Z Compiling zmij v1.0.21
18082026-03-30T18:03:27.823Z Compiling serde_json v1.0.149
18092026-03-30T18:03:27.938Z Compiling zerocopy v0.8.40
18102026-03-30T18:03:27.947Z Compiling parking_lot_core v0.9.12
18112026-03-30T18:03:28.039Z Compiling libm v0.2.16
18122026-03-30T18:03:28.225Z Compiling generic-array v0.14.7
18132026-03-30T18:03:28.252Z Compiling smallvec v1.15.1
18142026-03-30T18:03:28.276Z Compiling icu_normalizer_data v2.1.1
18152026-03-30T18:03:28.279Z Compiling icu_properties_data v2.1.2
18162026-03-30T18:03:28.287Z Compiling itoa v1.0.17
18172026-03-30T18:03:28.299Z Compiling log v0.4.29
18182026-03-30T18:03:28.332Z Compiling num-traits v0.2.19
18192026-03-30T18:03:28.389Z Compiling getrandom v0.4.1
18202026-03-30T18:03:28.392Z Compiling pkg-config v0.3.32
18212026-03-30T18:03:28.500Z Compiling stable_deref_trait v1.2.1
18222026-03-30T18:03:28.531Z Compiling jobserver v0.1.34
18232026-03-30T18:03:28.573Z Compiling getrandom v0.2.17
18242026-03-30T18:03:28.606Z Compiling scopeguard v1.2.0
18252026-03-30T18:03:28.636Z Compiling subtle v2.6.1
18262026-03-30T18:03:28.668Z Compiling errno v0.3.14
18272026-03-30T18:03:28.745Z Compiling cc v1.2.56
18282026-03-30T18:03:28.750Z Compiling rand_core v0.6.4
18292026-03-30T18:03:28.776Z Compiling lock_api v0.4.14
18302026-03-30T18:03:28.823Z Compiling thiserror v2.0.18
18312026-03-30T18:03:28.838Z Compiling fnv v1.0.7
18322026-03-30T18:03:28.953Z Compiling getrandom v0.3.4
18332026-03-30T18:03:28.985Z Compiling pin-project-lite v0.2.17
18342026-03-30T18:03:29.114Z Compiling critical-section v1.2.0
18352026-03-30T18:03:29.162Z Compiling syn v2.0.117
18362026-03-30T18:03:29.230Z Compiling equivalent v1.0.2
18372026-03-30T18:03:29.245Z Compiling allocator-api2 v0.2.21
18382026-03-30T18:03:29.263Z Compiling rustversion v1.0.22
18392026-03-30T18:03:29.289Z Compiling percent-encoding v2.3.2
18402026-03-30T18:03:29.321Z Compiling foldhash v0.2.0
18412026-03-30T18:03:29.329Z Compiling litemap v0.8.1
18422026-03-30T18:03:29.402Z Compiling fs_extra v1.3.0
18432026-03-30T18:03:29.490Z Compiling once_cell v1.21.3
18442026-03-30T18:03:29.560Z Compiling cmake v0.1.57
18452026-03-30T18:03:29.569Z Compiling dunce v1.0.5
18462026-03-30T18:03:29.594Z Compiling writeable v0.6.2
18472026-03-30T18:03:29.594Z Compiling hashbrown v0.16.1
18482026-03-30T18:03:29.731Z Compiling const-oid v0.9.6
18492026-03-30T18:03:29.790Z Compiling signal-hook-registry v1.4.8
18502026-03-30T18:03:29.819Z Compiling rustix v1.1.3
18512026-03-30T18:03:29.840Z Compiling socket2 v0.6.2
18522026-03-30T18:03:29.860Z Compiling mio v1.1.1
18532026-03-30T18:03:29.876Z Compiling schemars v0.8.22
18542026-03-30T18:03:29.935Z Compiling semver v1.0.27
18552026-03-30T18:03:30.053Z Compiling parking_lot v0.12.5
18562026-03-30T18:03:30.115Z Compiling bitflags v2.11.0
18572026-03-30T18:03:30.163Z Compiling ring v0.17.14
18582026-03-30T18:03:30.180Z Compiling aws-lc-sys v0.37.1
18592026-03-30T18:03:30.215Z Compiling indexmap v2.13.0
18602026-03-30T18:03:30.240Z Compiling utf8_iter v1.0.4
18612026-03-30T18:03:30.274Z Compiling rand_core v0.10.0
18622026-03-30T18:03:30.420Z Compiling aws-lc-rs v1.16.0
18632026-03-30T18:03:30.456Z Compiling form_urlencoded v1.2.2
18642026-03-30T18:03:30.515Z Compiling strsim v0.11.1
18652026-03-30T18:03:30.578Z Compiling futures-core v0.3.32
18662026-03-30T18:03:30.702Z Compiling httparse v1.10.1
18672026-03-30T18:03:30.767Z Compiling ucd-trie v0.1.7
18682026-03-30T18:03:30.901Z Compiling thiserror v1.0.69
18692026-03-30T18:03:30.958Z Compiling byteorder v1.5.0
18702026-03-30T18:03:30.958Z Compiling pest v2.8.6
18712026-03-30T18:03:30.982Z Compiling ident_case v1.0.1
18722026-03-30T18:03:30.990Z Compiling vcpkg v0.2.15
18732026-03-30T18:03:30.991Z Compiling heck v0.5.0
18742026-03-30T18:03:31.092Z Compiling regex-syntax v0.8.10
18752026-03-30T18:03:31.177Z Compiling crossbeam-utils v0.8.21
18762026-03-30T18:03:31.227Z Compiling syn v1.0.109
18772026-03-30T18:03:31.352Z Compiling rustls v0.23.37
18782026-03-30T18:03:31.371Z Compiling futures-sink v0.3.32
18792026-03-30T18:03:31.404Z Compiling rustc_version v0.4.1
18802026-03-30T18:03:31.454Z Compiling cpufeatures v0.2.17
18812026-03-30T18:03:31.470Z Compiling futures-channel v0.3.32
18822026-03-30T18:03:31.470Z Compiling futures-io v0.3.32
18832026-03-30T18:03:31.502Z Compiling slab v0.4.12
18842026-03-30T18:03:31.520Z Compiling futures-task v0.3.32
18852026-03-30T18:03:31.573Z Compiling openssl-sys v0.9.111
18862026-03-30T18:03:31.647Z Compiling plain v0.2.3
18872026-03-30T18:03:31.708Z Compiling iana-time-zone v0.1.65
18882026-03-30T18:03:31.734Z Compiling uuid v1.21.0
18892026-03-30T18:03:31.750Z Compiling aho-corasick v1.1.4
18902026-03-30T18:03:31.750Z Compiling num-conv v0.2.0
18912026-03-30T18:03:31.784Z Compiling time-core v0.1.8
18922026-03-30T18:03:31.933Z Compiling synstructure v0.13.2
18932026-03-30T18:03:31.955Z Compiling serde_derive_internals v0.29.1
18942026-03-30T18:03:31.986Z Compiling time-macros v0.2.27
18952026-03-30T18:03:32.005Z Compiling pest_meta v2.8.6
18962026-03-30T18:03:32.361Z Compiling openssl v0.10.75
18972026-03-30T18:03:32.463Z Compiling pretty-hex v0.4.1
18982026-03-30T18:03:32.591Z Compiling pest_generator v2.8.6
18992026-03-30T18:03:32.623Z Compiling regex-automata v0.4.14
19002026-03-30T18:03:32.732Z Compiling base64ct v1.8.3
19012026-03-30T18:03:32.745Z Compiling anyhow v1.0.102
19022026-03-30T18:03:32.768Z Compiling crc32fast v1.5.0
19032026-03-30T18:03:32.782Z Compiling either v1.15.0
19042026-03-30T18:03:32.831Z Compiling darling_core v0.21.3
19052026-03-30T18:03:32.844Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19062026-03-30T18:03:32.962Z Compiling pem-rfc7468 v0.7.0
19072026-03-30T18:03:33.012Z Compiling flagset v0.4.7
19082026-03-30T18:03:33.028Z Compiling native-tls v0.2.18
19092026-03-30T18:03:33.043Z Compiling rand_core v0.9.5
19102026-03-30T18:03:33.169Z Compiling slog v2.8.2
19112026-03-30T18:03:33.243Z Compiling tracing-core v0.1.36
19122026-03-30T18:03:33.278Z Compiling rayon-core v1.13.0
19132026-03-30T18:03:33.297Z Compiling untrusted v0.9.0
19142026-03-30T18:03:33.297Z Compiling dyn-clone v1.0.20
19152026-03-30T18:03:33.312Z Compiling serde_derive v1.0.228
19162026-03-30T18:03:33.325Z Compiling zeroize_derive v1.4.3
19172026-03-30T18:03:33.352Z Compiling zerofrom-derive v0.1.6
19182026-03-30T18:03:33.366Z Compiling yoke-derive v0.8.1
19192026-03-30T18:03:33.396Z Compiling zerovec-derive v0.11.2
19202026-03-30T18:03:33.434Z Compiling displaydoc v0.2.5
19212026-03-30T18:03:33.490Z Compiling zerocopy-derive v0.8.40
19222026-03-30T18:03:33.511Z Compiling tokio-macros v2.6.0
19232026-03-30T18:03:33.671Z Compiling futures-macro v0.3.32
19242026-03-30T18:03:33.939Z Compiling zeroize v1.8.2
19252026-03-30T18:03:34.177Z Compiling thiserror-impl v2.0.18
19262026-03-30T18:03:34.317Z Compiling tracing-attributes v0.1.31
19272026-03-30T18:03:34.347Z Compiling der_derive v0.7.3
19282026-03-30T18:03:34.409Z Compiling schemars_derive v0.8.22
19292026-03-30T18:03:34.439Z Compiling thiserror-impl v1.0.69
19302026-03-30T18:03:34.471Z Compiling zerofrom v0.1.6
19312026-03-30T18:03:34.611Z Compiling yoke v0.8.1
19322026-03-30T18:03:34.741Z Compiling crypto-common v0.1.7
19332026-03-30T18:03:34.976Z Compiling zerovec v0.11.5
19342026-03-30T18:03:34.991Z Compiling zerotrie v0.2.3
19352026-03-30T18:03:35.088Z Compiling block-buffer v0.10.4
19362026-03-30T18:03:35.216Z Compiling digest v0.10.7
19372026-03-30T18:03:35.273Z Compiling pest_derive v2.8.6
19382026-03-30T18:03:38.950Z Compiling tinystr v0.8.2
19392026-03-30T18:03:39.096Z Compiling potential_utf v0.1.4
19402026-03-30T18:03:39.096Z Compiling hmac v0.12.1
19412026-03-30T18:03:39.096Z Compiling icu_locale_core v2.1.1
19422026-03-30T18:03:39.096Z Compiling icu_collections v2.1.1
19432026-03-30T18:03:39.096Z Compiling futures-util v0.3.32
19442026-03-30T18:03:39.096Z Compiling block-padding v0.3.3
19452026-03-30T18:03:39.097Z Compiling sha2 v0.10.9
19462026-03-30T18:03:39.097Z Compiling rustls-pki-types v1.14.0
19472026-03-30T18:03:39.097Z Compiling inout v0.1.4
19482026-03-30T18:03:39.097Z Compiling scroll_derive v0.13.1
19492026-03-30T18:03:39.097Z Compiling cipher v0.4.4
19502026-03-30T18:03:39.097Z Compiling icu_provider v2.1.1
19512026-03-30T18:03:39.097Z Compiling scroll_derive v0.12.1
19522026-03-30T18:03:39.097Z Compiling bytes v1.11.1
19532026-03-30T18:03:39.097Z Compiling icu_properties v2.1.2
19542026-03-30T18:03:39.097Z Compiling icu_normalizer v2.1.1
19552026-03-30T18:03:39.097Z Compiling chrono v0.4.44
19562026-03-30T18:03:39.097Z Compiling serde_tokenstream v0.2.3
19572026-03-30T18:03:39.134Z Compiling tokio v1.49.0
19582026-03-30T18:03:39.134Z Compiling openssl-macros v0.1.1
19592026-03-30T18:03:39.134Z Compiling idna_adapter v1.2.1
19602026-03-30T18:03:39.134Z Compiling idna v1.1.0
19612026-03-30T18:03:39.134Z Compiling ppv-lite86 v0.2.21
19622026-03-30T18:03:39.134Z Compiling http v1.4.0
19632026-03-30T18:03:39.134Z Compiling url v2.5.8
19642026-03-30T18:03:39.134Z Compiling der v0.7.10
19652026-03-30T18:03:39.135Z Compiling darling_macro v0.21.3
19662026-03-30T18:03:39.135Z Compiling regex v1.12.3
19672026-03-30T18:03:39.135Z Compiling zerocopy-derive v0.7.35
19682026-03-30T18:03:39.135Z Compiling salsa20 v0.10.2
19692026-03-30T18:03:39.135Z Compiling pbkdf2 v0.12.2
19702026-03-30T18:03:39.135Z Compiling darling v0.21.3
19712026-03-30T18:03:39.135Z Compiling tracing v0.1.44
19722026-03-30T18:03:39.136Z Compiling spki v0.7.3
19732026-03-30T18:03:39.182Z Compiling cookie v0.18.1
19742026-03-30T18:03:39.218Z Compiling base64 v0.22.1
19752026-03-30T18:03:39.233Z Compiling camino v1.2.2
19762026-03-30T18:03:39.425Z Compiling scrypt v0.11.0
19772026-03-30T18:03:39.539Z Compiling rand_chacha v0.9.0
19782026-03-30T18:03:39.577Z Compiling aes v0.8.4
19792026-03-30T18:03:39.675Z Compiling cbc v0.1.2
19802026-03-30T18:03:40.047Z Compiling usdt-impl v0.5.0
19812026-03-30T18:03:40.071Z Compiling paste v1.0.15
19822026-03-30T18:03:40.087Z Compiling usdt-impl v0.6.0
19832026-03-30T18:03:40.146Z Compiling ref-cast v1.0.25
19842026-03-30T18:03:40.279Z Compiling winnow v0.7.14
19852026-03-30T18:03:40.407Z Compiling pkcs5 v0.7.1
19862026-03-30T18:03:40.441Z Compiling rand v0.9.2
19872026-03-30T18:03:40.581Z Compiling tokio-util v0.7.18
19882026-03-30T18:03:40.618Z Compiling http-body v1.0.1
19892026-03-30T18:03:40.755Z Compiling scroll v0.12.0
19902026-03-30T18:03:40.782Z Compiling scroll v0.13.0
19912026-03-30T18:03:40.850Z Compiling toml_datetime v0.6.11
19922026-03-30T18:03:40.908Z Compiling serde_spanned v0.6.9
19932026-03-30T18:03:40.979Z Compiling heapless v0.7.17
19942026-03-30T18:03:41.056Z Compiling bzip2-sys v0.1.13+1.0.8
19952026-03-30T18:03:41.089Z Compiling signal-hook v0.3.18
19962026-03-30T18:03:41.204Z Compiling untrusted v0.7.1
19972026-03-30T18:03:41.289Z Compiling zstd-safe v7.2.4
19982026-03-30T18:03:41.344Z Compiling openssl-probe v0.2.1
19992026-03-30T18:03:41.361Z Compiling atomic-waker v1.1.2
20002026-03-30T18:03:41.524Z Compiling goblin v0.10.5
20012026-03-30T18:03:41.552Z Compiling toml_parser v1.0.9+spec-1.1.0
20022026-03-30T18:03:41.630Z Compiling goblin v0.8.2
20032026-03-30T18:03:41.687Z Compiling pkcs8 v0.10.2
20042026-03-30T18:03:41.905Z Compiling zerocopy v0.7.35
20052026-03-30T18:03:41.997Z Compiling ref-cast-impl v1.0.25
20062026-03-30T18:03:42.070Z Compiling darling_core v0.20.11
20072026-03-30T18:03:42.174Z Compiling toml_datetime v0.7.5+spec-1.1.0
20082026-03-30T18:03:42.208Z Compiling memoffset v0.9.1
20092026-03-30T18:03:42.427Z Compiling tower-layer v0.3.3
20102026-03-30T18:03:42.481Z Compiling try-lock v0.2.5
20112026-03-30T18:03:42.495Z Compiling litrs v1.0.0
20122026-03-30T18:03:42.505Z Compiling tinyvec_macros v0.1.1
20132026-03-30T18:03:42.585Z Compiling tower-service v0.3.3
20142026-03-30T18:03:42.616Z Compiling winnow v0.5.40
20152026-03-30T18:03:42.857Z Compiling rustix v0.38.44
20162026-03-30T18:03:42.870Z Compiling fastrand v2.3.0
20172026-03-30T18:03:42.990Z Compiling document-features v0.2.12
20182026-03-30T18:03:43.010Z Compiling h2 v0.4.13
20192026-03-30T18:03:43.099Z Compiling want v0.3.1
20202026-03-30T18:03:43.264Z Compiling tinyvec v1.10.0
20212026-03-30T18:03:43.890Z Compiling toml_edit v0.19.15
20222026-03-30T18:03:43.902Z Compiling dof v0.3.0
20232026-03-30T18:03:44.001Z Compiling dtrace-parser v0.2.0
20242026-03-30T18:03:44.031Z Compiling darling_macro v0.20.11
20252026-03-30T18:03:44.202Z Compiling dof v0.4.0
20262026-03-30T18:03:44.345Z Compiling dtrace-parser v0.3.0
20272026-03-30T18:03:44.496Z Compiling ipnet v2.11.0
20282026-03-30T18:03:44.595Z Compiling daft-derive v0.1.5
20292026-03-30T18:03:44.677Z Compiling async-trait v0.1.89
20302026-03-30T18:03:44.937Z Compiling curve25519-dalek v4.1.3
20312026-03-30T18:03:45.007Z Compiling spin v0.9.8
20322026-03-30T18:03:45.195Z Compiling thread-id v5.1.0
20332026-03-30T18:03:45.238Z Compiling thread-id v4.2.2
20342026-03-30T18:03:45.254Z Compiling proc-macro-error-attr v1.0.4
20352026-03-30T18:03:45.258Z Compiling httpdate v1.0.3
20362026-03-30T18:03:45.292Z Compiling pin-utils v0.1.0
20372026-03-30T18:03:45.340Z Compiling powerfmt v0.2.0
20382026-03-30T18:03:45.385Z Compiling smoltcp v0.9.1
20392026-03-30T18:03:45.401Z Compiling num-bigint-dig v0.8.6
20402026-03-30T18:03:45.568Z Compiling foreign-types-shared v0.1.1
20412026-03-30T18:03:45.596Z Compiling cfg_aliases v0.2.1
20422026-03-30T18:03:45.618Z Compiling deranged v0.5.8
20432026-03-30T18:03:45.661Z Compiling tempfile v3.25.0
20442026-03-30T18:03:45.665Z Compiling foreign-types v0.3.2
20452026-03-30T18:03:45.693Z Compiling nix v0.31.1
20462026-03-30T18:03:45.785Z Compiling darling v0.20.11
20472026-03-30T18:03:46.032Z Compiling hyper v1.8.1
20482026-03-30T18:03:46.183Z Compiling ipnetwork v0.21.1
20492026-03-30T18:03:46.250Z Compiling strum_macros v0.26.4
20502026-03-30T18:03:46.383Z Compiling wait-timeout v0.2.1
20512026-03-30T18:03:46.401Z Compiling proc-macro-error v1.0.4
20522026-03-30T18:03:46.614Z Compiling utf8parse v0.2.2
20532026-03-30T18:03:46.657Z Compiling quick-error v1.2.3
20542026-03-30T18:03:46.748Z Compiling unicode-segmentation v1.12.0
20552026-03-30T18:03:46.811Z Compiling siphasher v1.0.2
20562026-03-30T18:03:46.826Z Compiling anstyle v1.0.13
20572026-03-30T18:03:46.886Z Compiling bit-vec v0.8.0
20582026-03-30T18:03:47.019Z Compiling simd-adler32 v0.3.8
20592026-03-30T18:03:47.037Z Compiling num_threads v0.1.7
20602026-03-30T18:03:47.133Z Compiling time v0.3.47
20612026-03-30T18:03:47.150Z Compiling hyper-util v0.1.20
20622026-03-30T18:03:47.165Z Compiling bit-set v0.8.0
20632026-03-30T18:03:47.344Z Compiling rusty-fork v0.3.1
20642026-03-30T18:03:47.495Z Compiling anstyle-parse v0.2.7
20652026-03-30T18:03:47.843Z Compiling crossbeam-epoch v0.9.18
20662026-03-30T18:03:47.957Z Compiling derive_builder_core v0.20.2
20672026-03-30T18:03:48.165Z Compiling unicode-normalization v0.1.25
20682026-03-30T18:03:48.638Z Compiling rustls-native-certs v0.8.3
20692026-03-30T18:03:48.890Z Compiling signature v2.2.0
20702026-03-30T18:03:48.941Z Compiling hubpack_derive v0.1.1
20712026-03-30T18:03:48.962Z Compiling strum_macros v0.27.2
20722026-03-30T18:03:49.010Z Compiling curve25519-dalek-derive v0.1.1
20732026-03-30T18:03:49.059Z Compiling rand_xorshift v0.4.0
20742026-03-30T18:03:49.086Z Compiling sync_wrapper v1.0.2
20752026-03-30T18:03:49.210Z Compiling fs-err v3.3.0
20762026-03-30T18:03:49.227Z Compiling ahash v0.8.12
20772026-03-30T18:03:49.302Z Compiling unicode-bidi v0.3.18
20782026-03-30T18:03:49.305Z Compiling unicode-properties v0.1.4
20792026-03-30T18:03:49.396Z Compiling adler2 v2.0.1
20802026-03-30T18:03:49.454Z Compiling colorchoice v1.0.4
20812026-03-30T18:03:49.565Z Compiling is_terminal_polyfill v1.70.2
20822026-03-30T18:03:49.593Z Compiling object v0.37.3
20832026-03-30T18:03:49.634Z Compiling unarray v0.1.4
20842026-03-30T18:03:49.653Z Compiling anstyle-query v1.1.5
20852026-03-30T18:03:49.672Z Compiling stringprep v0.1.5
20862026-03-30T18:03:49.738Z Compiling proptest v1.10.0
20872026-03-30T18:03:49.764Z Compiling anstream v0.6.21
20882026-03-30T18:03:49.811Z Compiling miniz_oxide v0.8.9
20892026-03-30T18:03:50.049Z Compiling tower v0.5.3
20902026-03-30T18:03:50.159Z Compiling derive_builder_macro v0.20.2
20912026-03-30T18:03:50.397Z Compiling crossbeam-deque v0.8.6
20922026-03-30T18:03:50.521Z Compiling heck v0.4.1
20932026-03-30T18:03:50.602Z Compiling usdt-attr-macro v0.6.0
20942026-03-30T18:03:50.624Z Compiling usdt-macro v0.6.0
20952026-03-30T18:03:50.917Z Compiling http-body-util v0.1.3
20962026-03-30T18:03:51.075Z Compiling webpki-roots v1.0.6
20972026-03-30T18:03:51.212Z Compiling rand_chacha v0.3.1
20982026-03-30T18:03:51.230Z Compiling erased-serde v0.3.31
20992026-03-30T18:03:51.249Z Compiling md-5 v0.10.6
21002026-03-30T18:03:51.330Z Compiling num-integer v0.1.46
21012026-03-30T18:03:51.352Z Compiling hash32 v0.2.1
21022026-03-30T18:03:51.388Z Compiling vergen-lib v0.1.6
21032026-03-30T18:03:51.489Z Compiling ff v0.13.1
21042026-03-30T18:03:51.506Z Compiling zlib-rs v0.6.2
21052026-03-30T18:03:51.509Z Compiling base16ct v0.2.0
21062026-03-30T18:03:51.509Z Compiling iri-string v0.7.10
21072026-03-30T18:03:51.538Z Compiling psl-types v2.0.11
21082026-03-30T18:03:51.555Z Compiling fallible-iterator v0.2.0
21092026-03-30T18:03:51.603Z Compiling ryu v1.0.23
21102026-03-30T18:03:51.637Z Compiling group v0.13.0
21112026-03-30T18:03:51.686Z Compiling newtype-uuid v1.3.2
21122026-03-30T18:03:51.701Z Compiling sec1 v0.7.3
21132026-03-30T18:03:51.736Z Compiling serde_urlencoded v0.7.1
21142026-03-30T18:03:51.817Z Compiling publicsuffix v2.3.0
21152026-03-30T18:03:51.866Z Compiling num-iter v0.1.45
21162026-03-30T18:03:51.915Z Compiling postgres-protocol v0.6.10
21172026-03-30T18:03:52.001Z Compiling rand v0.8.5
21182026-03-30T18:03:52.277Z Compiling oxnet v0.1.4
21192026-03-30T18:03:52.416Z Compiling zone_cfg_derive v0.3.1
21202026-03-30T18:03:52.467Z Compiling derive_builder v0.20.2
21212026-03-30T18:03:52.597Z Compiling tokio-native-tls v0.3.1
21222026-03-30T18:03:52.616Z Compiling phf_shared v0.13.1
21232026-03-30T18:03:52.664Z Compiling tower-http v0.6.8
21242026-03-30T18:03:52.726Z Compiling lazy_static v1.5.0
21252026-03-30T18:03:52.805Z Compiling terminal_size v0.4.3
21262026-03-30T18:03:52.848Z Compiling serde_with_macros v3.17.0
21272026-03-30T18:03:52.894Z Compiling cargo-platform v0.1.9
21282026-03-30T18:03:52.928Z Compiling hkdf v0.12.4
21292026-03-30T18:03:52.947Z Compiling crypto-bigint v0.5.5
21302026-03-30T18:03:52.961Z Compiling enum-as-inner v0.6.1
21312026-03-30T18:03:53.027Z Compiling serde_repr v0.1.20
21322026-03-30T18:03:53.049Z Compiling clap_derive v4.5.55
21332026-03-30T18:03:53.058Z Compiling vergen v9.0.6
21342026-03-30T18:03:53.100Z Compiling bitflags v1.3.2
21352026-03-30T18:03:53.153Z Compiling managed v0.8.0
21362026-03-30T18:03:53.260Z Compiling clap_lex v1.0.0
21372026-03-30T18:03:53.276Z Compiling unicode-width v0.2.0
21382026-03-30T18:03:53.380Z Compiling libbz2-rs-sys v0.2.2
21392026-03-30T18:03:53.461Z Compiling bumpalo v3.20.2
21402026-03-30T18:03:53.537Z Compiling flate2 v1.1.9
21412026-03-30T18:03:53.559Z Compiling foldhash v0.1.5
21422026-03-30T18:03:53.622Z Compiling console v0.16.2
21432026-03-30T18:03:53.705Z Compiling hashbrown v0.15.5
21442026-03-30T18:03:53.741Z Compiling zopfli v0.8.3
21452026-03-30T18:03:53.804Z Compiling bzip2 v0.6.1
21462026-03-30T18:03:53.837Z Compiling elliptic-curve v0.13.8
21472026-03-30T18:03:53.884Z Compiling clap_builder v4.5.60
21482026-03-30T18:03:53.974Z Compiling cargo_metadata v0.19.2
21492026-03-30T18:03:54.054Z Compiling zstd v0.13.3
21502026-03-30T18:03:54.244Z Compiling phf v0.13.1
21512026-03-30T18:03:54.300Z Compiling hyper-tls v0.6.0
21522026-03-30T18:03:54.352Z Compiling signal-hook-mio v0.2.5
21532026-03-30T18:03:54.416Z Compiling daft v0.1.5
21542026-03-30T18:03:54.481Z Compiling rayon v1.11.0
21552026-03-30T18:03:54.535Z Compiling cookie_store v0.22.1
21562026-03-30T18:03:54.646Z Compiling postgres-types v0.2.12
21572026-03-30T18:03:54.661Z Compiling bzip2 v0.4.4
21582026-03-30T18:03:54.700Z Compiling strum v0.27.2
21592026-03-30T18:03:54.876Z Compiling hubpack v0.1.2
21602026-03-30T18:03:54.980Z Compiling ed25519 v2.2.3
21612026-03-30T18:03:55.100Z Compiling phf_shared v0.11.3
21622026-03-30T18:03:55.199Z Compiling pkcs1 v0.7.5
21632026-03-30T18:03:55.236Z Compiling serde-big-array v0.5.1
21642026-03-30T18:03:55.298Z Compiling hex v0.4.3
21652026-03-30T18:03:55.394Z Compiling rfc6979 v0.4.0
21662026-03-30T18:03:55.438Z Compiling bstr v1.12.1
21672026-03-30T18:03:55.589Z Compiling itertools v0.12.1
21682026-03-30T18:03:55.593Z Compiling float-cmp v0.10.0
21692026-03-30T18:03:55.619Z Compiling memmap2 v0.9.10
21702026-03-30T18:03:55.636Z Compiling env_filter v1.0.0
21712026-03-30T18:03:55.741Z Compiling encoding_rs v0.8.35
21722026-03-30T18:03:55.766Z Compiling difflib v0.4.0
21732026-03-30T18:03:55.913Z Compiling new_debug_unreachable v1.0.6
21742026-03-30T18:03:55.928Z Compiling precomputed-hash v0.1.1
21752026-03-30T18:03:56.002Z Compiling toml_write v0.1.2
21762026-03-30T18:03:56.017Z Compiling fixedbitset v0.4.2
21772026-03-30T18:03:56.032Z Compiling static_assertions v1.1.0
21782026-03-30T18:03:56.035Z Compiling normalize-line-endings v0.3.0
21792026-03-30T18:03:56.121Z Compiling unit-prefix v0.5.2
21802026-03-30T18:03:56.161Z Compiling predicates-core v1.0.10
21812026-03-30T18:03:56.177Z Compiling whoami v2.1.0
21822026-03-30T18:03:56.196Z Compiling mime v0.3.17
21832026-03-30T18:03:56.232Z Compiling data-encoding v2.10.0
21842026-03-30T18:03:56.236Z Compiling rustc-hash v2.1.1
21852026-03-30T18:03:56.287Z Compiling keccak v0.1.6
21862026-03-30T18:03:56.361Z Compiling fixedbitset v0.5.7
21872026-03-30T18:03:56.396Z Compiling jiff v0.2.21
21882026-03-30T18:03:56.412Z Compiling tokio-postgres v0.7.16
21892026-03-30T18:03:56.449Z Compiling sha3 v0.10.8
21902026-03-30T18:03:56.506Z Compiling iddqd v0.3.17
21912026-03-30T18:03:56.668Z Compiling petgraph v0.8.3
21922026-03-30T18:03:56.748Z Compiling zone v0.3.1
21932026-03-30T18:03:56.813Z Compiling hickory-proto v0.25.2
21942026-03-30T18:03:56.905Z Compiling predicates v3.1.4
21952026-03-30T18:03:57.066Z Compiling indicatif v0.18.4
21962026-03-30T18:03:57.151Z Compiling petgraph v0.6.5
21972026-03-30T18:03:57.385Z Compiling toml_edit v0.22.27
21982026-03-30T18:03:57.502Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21992026-03-30T18:03:57.637Z Compiling string_cache v0.8.9
22002026-03-30T18:03:57.818Z Compiling similar v2.7.0
22012026-03-30T18:03:57.875Z Compiling env_logger v0.11.9
22022026-03-30T18:03:58.236Z Compiling usdt v0.6.0
22032026-03-30T18:03:58.571Z Compiling serde_with v3.17.0
22042026-03-30T18:03:58.613Z Compiling ecdsa v0.16.9
22052026-03-30T18:03:58.796Z Compiling rsa v0.9.10
22062026-03-30T18:04:00.424Z Compiling zip v4.6.1
22072026-03-30T18:04:00.460Z Compiling clap v4.5.60
22082026-03-30T18:04:00.460Z Compiling ed25519-dalek v2.2.0
22092026-03-30T18:04:00.460Z Compiling crossterm v0.28.1
22102026-03-30T18:04:00.461Z Compiling zip v0.6.6
22112026-03-30T18:04:00.461Z Compiling strum v0.26.3
22122026-03-30T18:04:00.461Z Compiling toml v0.7.8
22132026-03-30T18:04:00.461Z Compiling tokio-stream v0.1.18
22142026-03-30T18:04:00.461Z Compiling buf-list v1.1.2
22152026-03-30T18:04:01.423Z Compiling x509-cert v0.2.5
22162026-03-30T18:04:01.446Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22172026-03-30T18:04:01.446Z Compiling openapiv3 v2.2.0
22182026-03-30T18:04:01.446Z Compiling sha1 v0.10.6
22192026-03-30T18:04:01.446Z Compiling itertools v0.13.0
22202026-03-30T18:04:01.446Z Compiling lalrpop-util v0.19.12
22212026-03-30T18:04:01.446Z Compiling peg-runtime v0.8.5
22222026-03-30T18:04:13.061Z Compiling macaddr v1.0.1
22232026-03-30T18:04:13.101Z Compiling structmeta-derive v0.3.0
22242026-03-30T18:04:13.326Z Compiling itertools v0.14.0
22252026-03-30T18:04:13.572Z Compiling heapless v0.8.0
22262026-03-30T18:04:14.551Z Compiling ingot-macros v0.1.1
22272026-03-30T18:04:15.089Z Compiling rustls-webpki v0.103.9
22282026-03-30T18:04:15.410Z Compiling structmeta v0.3.0
22292026-03-30T18:04:18.234Z Compiling toml_edit v0.23.10+spec-1.0.0
22302026-03-30T18:04:18.917Z Compiling tokio-rustls v0.26.4
22312026-03-30T18:04:18.989Z Compiling rustls-platform-verifier v0.6.2
22322026-03-30T18:04:19.168Z Compiling hyper-rustls v0.27.7
22332026-03-30T18:04:19.436Z Compiling reqwest v0.13.2
22342026-03-30T18:04:19.502Z Compiling reqwest v0.12.28
22352026-03-30T18:04:19.577Z Compiling hash32 v0.3.1
22362026-03-30T18:04:19.698Z Compiling smoltcp v0.11.0
22372026-03-30T18:04:19.763Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22382026-03-30T18:04:20.018Z Compiling proc-macro-crate v3.4.0
22392026-03-30T18:04:20.059Z Compiling ingot-types v0.1.2
22402026-03-30T18:04:20.077Z Compiling cobs v0.3.0
22412026-03-30T18:04:20.292Z Compiling rustls v0.22.4
22422026-03-30T18:04:20.418Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22432026-03-30T18:04:20.434Z Compiling postcard v1.1.3
22442026-03-30T18:04:20.465Z Compiling num_enum_derive v0.7.5
22452026-03-30T18:04:20.520Z Compiling ingot v0.1.1
22462026-03-30T18:04:20.536Z Compiling proc-macro-crate v1.3.1
22472026-03-30T18:04:20.691Z Compiling rustls-webpki v0.102.8
22482026-03-30T18:04:20.706Z Compiling futures-executor v0.3.32
22492026-03-30T18:04:20.723Z Compiling foreign-types-macros v0.2.3
22502026-03-30T18:04:20.841Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22512026-03-30T18:04:21.031Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22522026-03-30T18:04:21.197Z Compiling multer v3.1.0
22532026-03-30T18:04:21.249Z Compiling thread_local v1.1.9
22542026-03-30T18:04:21.270Z Compiling match_cfg v0.1.0
22552026-03-30T18:04:21.302Z Compiling typeid v1.0.3
22562026-03-30T18:04:21.366Z Compiling slog-async v2.8.0
22572026-03-30T18:04:21.403Z Compiling foreign-types-shared v0.3.1
22582026-03-30T18:04:21.419Z Compiling cpufeatures v0.3.0
22592026-03-30T18:04:21.514Z Compiling foreign-types v0.5.0
22602026-03-30T18:04:21.530Z Compiling chacha20 v0.10.0
22612026-03-30T18:04:21.624Z Compiling num_enum v0.7.5
22622026-03-30T18:04:21.639Z Compiling hostname v0.3.1
22632026-03-30T18:04:21.725Z Compiling num_enum_derive v0.5.11
22642026-03-30T18:04:21.792Z Compiling futures v0.3.32
22652026-03-30T18:04:21.891Z Compiling derive-ex v0.1.8
22662026-03-30T18:04:21.912Z Compiling tabwriter v1.4.1
22672026-03-30T18:04:21.985Z Compiling slog-json v2.6.1
22682026-03-30T18:04:22.024Z Compiling crossbeam-channel v0.5.15
22692026-03-30T18:04:22.266Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22702026-03-30T18:04:22.296Z Compiling async-stream-impl v0.3.6
22712026-03-30T18:04:22.545Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22722026-03-30T18:04:22.645Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22732026-03-30T18:04:22.715Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22742026-03-30T18:04:22.735Z Compiling serde_spanned v1.0.4
22752026-03-30T18:04:22.750Z Compiling is-terminal v0.4.17
22762026-03-30T18:04:22.802Z Compiling cstr-argument v0.1.2
22772026-03-30T18:04:22.872Z Compiling dropshot v0.16.7
22782026-03-30T18:04:22.876Z Compiling term v1.2.1
22792026-03-30T18:04:22.892Z Compiling toml_writer v1.0.6+spec-1.1.0
22802026-03-30T18:04:22.924Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22812026-03-30T18:04:22.929Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22822026-03-30T18:04:22.929Z Compiling erased-serde v0.4.9
22832026-03-30T18:04:22.987Z Compiling take_mut v0.2.2
22842026-03-30T18:04:23.109Z Compiling crucible-workspace-hack v0.1.0
22852026-03-30T18:04:23.159Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22862026-03-30T18:04:23.194Z Compiling slog-term v2.9.2
22872026-03-30T18:04:23.211Z Compiling toml v0.9.12+spec-1.1.0
22882026-03-30T18:04:23.228Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22892026-03-30T18:04:23.304Z Compiling async-stream v0.3.6
22902026-03-30T18:04:23.339Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22912026-03-30T18:04:23.358Z Compiling num_enum v0.5.11
22922026-03-30T18:04:23.383Z Compiling slog-bunyan v2.5.0
22932026-03-30T18:04:23.416Z Compiling test-strategy v0.4.5
22942026-03-30T18:04:23.487Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22952026-03-30T18:04:23.521Z Compiling rand v0.10.0
22962026-03-30T18:04:23.731Z Compiling parse-display-derive v0.10.0
22972026-03-30T18:04:23.758Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22982026-03-30T18:04:23.798Z Compiling tokio-rustls v0.25.0
22992026-03-30T18:04:24.008Z Compiling backon v1.6.0
23002026-03-30T18:04:24.067Z Compiling waitgroup v0.1.2
23012026-03-30T18:04:24.233Z Compiling newtype-uuid-macros v0.1.0
23022026-03-30T18:04:24.248Z Compiling dropshot_endpoint v0.16.7
23032026-03-30T18:04:24.283Z Compiling rustls-pemfile v2.2.0
23042026-03-30T18:04:24.319Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23052026-03-30T18:04:24.335Z Compiling serde_path_to_error v0.1.20
23062026-03-30T18:04:24.403Z Compiling hostname v0.4.2
23072026-03-30T18:04:24.428Z Compiling instant v0.1.13
23082026-03-30T18:04:24.569Z Compiling debug-ignore v1.0.5
23092026-03-30T18:04:24.581Z Compiling libefi-sys v0.1.0
23102026-03-30T18:04:24.596Z Compiling colored v3.1.1
23112026-03-30T18:04:24.654Z Compiling backoff v0.4.0
23122026-03-30T18:04:24.677Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23132026-03-30T18:04:24.711Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23142026-03-30T18:04:24.715Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23152026-03-30T18:04:24.742Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23162026-03-30T18:04:24.818Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23172026-03-30T18:04:24.904Z Compiling camino-tempfile v1.4.1
23182026-03-30T18:04:24.960Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23192026-03-30T18:04:25.172Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23202026-03-30T18:04:25.208Z Compiling parse-display v0.10.0
23212026-03-30T18:04:25.258Z Compiling usdt-attr-macro v0.5.0
23222026-03-30T18:04:25.281Z Compiling usdt-macro v0.5.0
23232026-03-30T18:04:25.287Z Compiling secrecy v0.10.3
23242026-03-30T18:04:25.327Z Compiling num-derive v0.4.2
23252026-03-30T18:04:25.486Z Compiling bitfield-struct v0.6.2
23262026-03-30T18:04:25.978Z Compiling regress v0.10.5
23272026-03-30T18:04:26.008Z Compiling ordered-float v2.10.1
23282026-03-30T18:04:26.085Z Compiling blake3 v1.8.3
23292026-03-30T18:04:26.115Z Compiling memmap v0.7.0
23302026-03-30T18:04:26.199Z Compiling sigpipe v0.1.3
23312026-03-30T18:04:26.219Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23322026-03-30T18:04:26.309Z Compiling glob v0.3.3
23332026-03-30T18:04:26.324Z Compiling serde-value v0.7.0
23342026-03-30T18:04:26.362Z Compiling usdt v0.5.0
23352026-03-30T18:04:26.452Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23362026-03-30T18:04:26.561Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23372026-03-30T18:04:26.655Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23382026-03-30T18:04:26.727Z Compiling serde-untagged v0.1.9
23392026-03-30T18:04:26.901Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23402026-03-30T18:04:27.066Z Compiling toml v0.8.23
23412026-03-30T18:04:27.117Z Compiling smf v0.2.3
23422026-03-30T18:04:27.178Z Compiling filetime v0.2.27
23432026-03-30T18:04:27.226Z Compiling xattr v1.6.1
23442026-03-30T18:04:27.277Z Compiling constant_time_eq v0.4.2
23452026-03-30T18:04:27.293Z Compiling whoami v1.6.1
23462026-03-30T18:04:27.402Z Compiling arrayvec v0.7.6
23472026-03-30T18:04:27.406Z Compiling arrayref v0.3.9
23482026-03-30T18:04:27.441Z Compiling unicode-xid v0.2.6
23492026-03-30T18:04:27.492Z Compiling same-file v1.0.6
23502026-03-30T18:04:27.514Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-03-30T18:04:27.550Z Compiling tar v0.4.44
23522026-03-30T18:04:27.601Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-03-30T18:04:27.617Z Compiling walkdir v2.5.0
23542026-03-30T18:04:27.687Z Compiling cargo-util-schemas v0.8.2
23552026-03-30T18:04:27.757Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23562026-03-30T18:04:28.004Z Compiling tokio-dtrace v0.1.1
23572026-03-30T18:04:28.022Z Compiling gethostname v0.5.0
23582026-03-30T18:04:28.178Z Compiling cargo-platform v0.2.0
23592026-03-30T18:04:28.206Z Compiling topological-sort v0.2.2
23602026-03-30T18:04:28.281Z Compiling oxide-tokio-rt v0.1.3
23612026-03-30T18:04:28.285Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23622026-03-30T18:04:28.352Z Compiling indent_write v2.2.0
23632026-03-30T18:04:28.367Z Compiling shell-words v1.1.1
23642026-03-30T18:04:28.874Z Compiling cargo_metadata v0.21.0
23652026-03-30T18:04:37.391Z Compiling progenitor-client v0.10.0
23662026-03-30T18:04:37.392Z Compiling omicron-zone-package v0.12.2
23672026-03-30T18:04:37.407Z Compiling progenitor-client v0.13.0
23682026-03-30T18:04:37.513Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23692026-03-30T18:04:37.513Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23702026-03-30T18:04:37.539Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23712026-03-30T18:04:37.555Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23722026-03-30T18:04:37.833Z Compiling progenitor-extras v0.1.1
23732026-03-30T18:04:38.091Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23742026-03-30T18:04:45.004Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23752026-03-30T18:04:45.949Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23762026-03-30T18:04:52.190Z Finished `release` profile [optimized] target(s) in 1m 25s
23772026-03-30T18:04:52.338Z Running `target/release/omicron-package -t test target create -p dev`
23782026-03-30T18:04:52.402ZLogging to: /work/oxidecomputer/omicron/out/LOG
23792026-03-30T18:04:52.409ZCreated new build target 'test' and set it as active
23802026-03-30T18:04:52.409Z
23812026-03-30T18:04:52.409Zreal 1:25.717221326
23822026-03-30T18:04:52.409Zuser 15:01.608310704
23832026-03-30T18:04:52.409Zsys 2:24.853904495
23842026-03-30T18:04:52.409Ztrap 0.426926254
23852026-03-30T18:04:52.409Ztflt 2.512542738
23862026-03-30T18:04:52.410Zdflt 3.325797055
23872026-03-30T18:04:52.410Zkflt 0.006408787
23882026-03-30T18:04:52.410Zlock 47:11.844116724
23892026-03-30T18:04:52.410Zslp 39:28.959301865
23902026-03-30T18:04:52.410Zlat 39.967665957
23912026-03-30T18:04:52.410Zstop 5:10.009294608
23922026-03-30T18:04:52.410Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23932026-03-30T18:04:53.273Z Finished `release` profile [optimized] target(s) in 0.85s
23942026-03-30T18:04:53.342Z Running `target/release/omicron-package -t test package`
23952026-03-30T18:04:53.400ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-03-30T18:04:54.801Z Compiling regress v0.10.5
23972026-03-30T18:04:54.801Z Compiling heck v0.5.0
23982026-03-30T18:04:54.801Z Compiling unsafe-libyaml v0.2.11
23992026-03-30T18:04:54.808Z Compiling convert_case v0.4.0
24002026-03-30T18:04:55.061Z Compiling half v2.7.1
24012026-03-30T18:04:55.061Z Compiling ciborium-io v0.2.2
24022026-03-30T18:04:55.102Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
24032026-03-30T18:04:55.121Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24042026-03-30T18:04:55.125Z Compiling prettyplease v0.2.37
24052026-03-30T18:04:55.162Z Compiling typify-impl v0.6.1
24062026-03-30T18:04:55.182Z Compiling universal-hash v0.5.1
24072026-03-30T18:04:55.186Z Compiling thiserror-impl-no-std v2.0.2
24082026-03-30T18:04:55.186Z Compiling opaque-debug v0.3.1
24092026-03-30T18:04:55.186Z Compiling unicode-width v0.1.14
24102026-03-30T18:04:55.222Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24112026-03-30T18:04:55.262Z Compiling chacha20 v0.9.1
24122026-03-30T18:04:55.266Z Compiling byte-wrapper v0.1.0
24132026-03-30T18:04:55.327Z Compiling derive_more v0.99.20
24142026-03-30T18:04:55.349Z Compiling ciborium-ll v0.2.2
24152026-03-30T18:04:55.350Z Compiling poly1305 v0.8.0
24162026-03-30T18:04:55.394Z Compiling password-hash v0.5.0
24172026-03-30T18:04:55.417Z Compiling blake2 v0.10.6
24182026-03-30T18:04:55.564Z Compiling serde_yaml v0.9.34+deprecated
24192026-03-30T18:04:55.564Z Compiling ciborium v0.2.2
24202026-03-30T18:04:55.601Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24212026-03-30T18:04:55.636Z Compiling aead v0.5.2
24222026-03-30T18:04:55.696Z Compiling is-terminal v0.4.17
24232026-03-30T18:04:55.819Z Compiling swrite v0.1.0
24242026-03-30T18:04:55.853Z Compiling chacha20poly1305 v0.10.1
24252026-03-30T18:04:55.947Z Compiling argon2 v0.5.3
24262026-03-30T18:04:55.950Z Compiling serde_spanned v1.0.4
24272026-03-30T18:04:56.013Z Compiling toml_writer v1.0.6+spec-1.1.0
24282026-03-30T18:04:56.073Z Compiling bytecount v0.6.9
24292026-03-30T18:04:56.148Z Compiling rustls v0.22.4
24302026-03-30T18:04:56.179Z Compiling rustls-webpki v0.102.8
24312026-03-30T18:04:56.222Z Compiling thiserror-no-std v2.0.2
24322026-03-30T18:04:56.226Z Compiling toml v0.9.12+spec-1.1.0
24332026-03-30T18:04:56.265Z Compiling derive-where v1.6.0
24342026-03-30T18:04:56.265Z Compiling thread_local v1.1.9
24352026-03-30T18:04:56.306Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24362026-03-30T18:04:56.347Z Compiling vsss-rs v3.3.4
24372026-03-30T18:04:56.375Z Compiling match_cfg v0.1.0
24382026-03-30T18:04:56.546Z Compiling hostname v0.3.1
24392026-03-30T18:04:56.667Z Compiling multer v3.1.0
24402026-03-30T18:04:56.689Z Compiling slog-async v2.8.0
24412026-03-30T18:04:56.709Z Compiling slog-json v2.6.1
24422026-03-30T18:04:56.732Z Compiling crossbeam-channel v0.5.15
24432026-03-30T18:04:56.761Z Compiling futures-executor v0.3.32
24442026-03-30T18:04:56.869Z Compiling term v1.2.1
24452026-03-30T18:04:56.891Z Compiling take_mut v0.2.2
24462026-03-30T18:04:56.938Z Compiling futures v0.3.32
24472026-03-30T18:04:56.983Z Compiling slog-bunyan v2.5.0
24482026-03-30T18:04:57.034Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24492026-03-30T18:04:57.034Z Compiling dropshot v0.16.7
24502026-03-30T18:04:57.075Z Compiling async-stream v0.3.6
24512026-03-30T18:04:57.150Z Compiling progenitor-client v0.13.0
24522026-03-30T18:04:57.197Z Compiling slog-term v2.9.2
24532026-03-30T18:04:57.218Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24542026-03-30T18:04:57.275Z Compiling waitgroup v0.1.2
24552026-03-30T18:04:57.398Z Compiling backon v1.6.0
24562026-03-30T18:04:57.421Z Compiling rustls-pemfile v2.2.0
24572026-03-30T18:04:57.424Z Compiling serde_path_to_error v0.1.20
24582026-03-30T18:04:57.464Z Compiling hostname v0.4.2
24592026-03-30T18:04:57.467Z Compiling instant v0.1.13
24602026-03-30T18:04:57.487Z Compiling debug-ignore v1.0.5
24612026-03-30T18:04:57.534Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24622026-03-30T18:04:57.537Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24632026-03-30T18:04:57.576Z Compiling backoff v0.4.0
24642026-03-30T18:04:57.579Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24652026-03-30T18:04:57.623Z Compiling progenitor-extras v0.1.1
24662026-03-30T18:04:57.646Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24672026-03-30T18:04:57.649Z Compiling parse-display v0.10.0
24682026-03-30T18:04:57.649Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24692026-03-30T18:04:57.665Z Compiling progenitor-client v0.10.0
24702026-03-30T18:04:57.730Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24712026-03-30T18:04:57.733Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24722026-03-30T18:04:57.802Z Compiling macaddr v1.0.1
24732026-03-30T18:04:57.822Z Compiling console v0.15.11
24742026-03-30T18:04:57.894Z Compiling newline-converter v0.3.0
24752026-03-30T18:04:57.916Z Compiling atomicwrites v0.4.4
24762026-03-30T18:04:57.937Z Compiling num-rational v0.4.2
24772026-03-30T18:04:58.032Z Compiling num-complex v0.4.6
24782026-03-30T18:04:58.078Z Compiling slog-dtrace v0.3.0
24792026-03-30T18:04:58.098Z Compiling async-recursion v1.1.1
24802026-03-30T18:04:58.514Z Compiling expectorate v1.2.0
24812026-03-30T18:04:58.529Z Compiling cancel-safe-futures v0.1.5
24822026-03-30T18:04:58.530Z Compiling float-ord v0.3.2
24832026-03-30T18:04:58.530Z Compiling tokio-rustls v0.25.0
24842026-03-30T18:04:58.530Z Compiling num v0.4.3
24852026-03-30T18:04:58.538Z Compiling owo-colors v4.3.0
24862026-03-30T18:04:58.624Z Compiling libsw-core v0.3.2
24872026-03-30T18:04:58.624Z Compiling resolv-conf v0.7.6
24882026-03-30T18:04:58.727Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24892026-03-30T18:04:58.732Z Compiling toml v0.8.23
24902026-03-30T18:04:58.845Z Compiling libsw v3.5.0
24912026-03-30T18:04:58.931Z Compiling linear-map v1.2.0
24922026-03-30T18:04:58.981Z Compiling minimal-lexical v0.2.1
24932026-03-30T18:04:59.054Z Compiling linked-hash-map v0.5.6
24942026-03-30T18:04:59.097Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24952026-03-30T18:04:59.160Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24962026-03-30T18:04:59.260Z Compiling lru-cache v0.1.2
24972026-03-30T18:04:59.282Z Compiling nom v7.1.3
24982026-03-30T18:04:59.303Z Compiling unicode-xid v0.2.6
24992026-03-30T18:04:59.327Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25002026-03-30T18:04:59.351Z Compiling globset v0.4.18
25012026-03-30T18:04:59.460Z Compiling hickory-proto v0.24.4
25022026-03-30T18:04:59.490Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25032026-03-30T18:04:59.524Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25042026-03-30T18:04:59.908Z Compiling typify-macro v0.6.1
25052026-03-30T18:04:59.930Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25062026-03-30T18:05:00.660Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25072026-03-30T18:05:00.746Z Compiling convert_case v0.10.0
25082026-03-30T18:05:01.047Z Compiling derive_more-impl v2.1.1
25092026-03-30T18:05:01.435Z Compiling typify v0.6.1
25102026-03-30T18:05:01.571Z Compiling progenitor-impl v0.13.0
25112026-03-30T18:05:01.829Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25122026-03-30T18:05:02.053Z Compiling hickory-resolver v0.24.4
25132026-03-30T18:05:02.320Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25142026-03-30T18:05:02.576Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25152026-03-30T18:05:03.099Z Compiling pin-project-internal v1.1.11
25162026-03-30T18:05:03.301Z Compiling qorb v0.4.1
25172026-03-30T18:05:03.496Z Compiling derive_more v2.1.1
25182026-03-30T18:05:03.609Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25192026-03-30T18:05:03.830Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25202026-03-30T18:05:03.853Z Compiling progenitor-macro v0.13.0
25212026-03-30T18:05:03.992Z Compiling pem v3.0.6
25222026-03-30T18:05:04.117Z Compiling pin-project v1.1.11
25232026-03-30T18:05:04.290Z Compiling snafu-derive v0.8.9
25242026-03-30T18:05:04.708Z Compiling termtree v0.5.1
25252026-03-30T18:05:04.923Z Compiling crossterm v0.29.0
25262026-03-30T18:05:05.107Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25272026-03-30T18:05:05.376Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25282026-03-30T18:05:05.400Z Compiling phf_shared v0.12.1
25292026-03-30T18:05:05.658Z Compiling olpc-cjson v0.1.4
25302026-03-30T18:05:05.901Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25312026-03-30T18:05:05.950Z Compiling snafu v0.8.9
25322026-03-30T18:05:06.423Z Compiling serde_plain v1.0.2
25332026-03-30T18:05:06.564Z Compiling vte v0.14.1
25342026-03-30T18:05:06.763Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25352026-03-30T18:05:07.410Z Compiling csv-core v0.1.13
25362026-03-30T18:05:07.724Z Compiling highway v1.3.0
25372026-03-30T18:05:07.848Z Compiling chrono-tz v0.10.4
25382026-03-30T18:05:07.870Z Compiling typed-path v0.9.3
25392026-03-30T18:05:07.895Z Compiling csv v1.4.0
25402026-03-30T18:05:07.953Z Compiling progenitor v0.13.0
25412026-03-30T18:05:08.099Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25422026-03-30T18:05:08.138Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25432026-03-30T18:05:08.225Z Compiling strip-ansi-escapes v0.2.1
25442026-03-30T18:05:08.423Z Compiling phf v0.12.1
25452026-03-30T18:05:08.472Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25462026-03-30T18:05:08.645Z Compiling const_format_proc_macros v0.2.34
25472026-03-30T18:05:08.811Z Compiling papergrid v0.11.0
25482026-03-30T18:05:08.881Z Compiling fd-lock v4.0.4
25492026-03-30T18:05:09.055Z Compiling tough v0.20.0
25502026-03-30T18:05:09.413Z Compiling peg-macros v0.8.5
25512026-03-30T18:05:09.437Z Compiling tabled_derive v0.7.0
25522026-03-30T18:05:09.724Z Compiling nu-ansi-term v0.50.3
25532026-03-30T18:05:10.217Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25542026-03-30T18:05:10.333Z Compiling reedline v0.40.0
25552026-03-30T18:05:10.355Z Compiling tabled v0.15.0
25562026-03-30T18:05:10.632Z Compiling const_format v0.2.35
25572026-03-30T18:05:10.670Z Compiling peg v0.8.5
25582026-03-30T18:05:10.839Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25592026-03-30T18:05:11.121Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25602026-03-30T18:05:12.074Z Compiling bcs v0.1.6
25612026-03-30T18:05:12.329Z Compiling semver v0.1.20
25622026-03-30T18:05:12.519Z Compiling base64 v0.21.7
25632026-03-30T18:05:12.641Z Compiling rustc_version v0.1.7
25642026-03-30T18:05:12.895Z Compiling newtype_derive v0.1.6
25652026-03-30T18:05:13.007Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25662026-03-30T18:05:13.053Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25672026-03-30T18:05:13.128Z Compiling smawk v0.3.2
25682026-03-30T18:05:13.312Z Compiling humantime v2.3.0
25692026-03-30T18:05:13.334Z Compiling unicode-linebreak v0.1.5
25702026-03-30T18:05:13.422Z Compiling dropshot-api-manager-types v0.6.0
25712026-03-30T18:05:13.642Z Compiling textwrap v0.16.2
25722026-03-30T18:05:13.785Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25732026-03-30T18:05:14.037Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25742026-03-30T18:05:14.102Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25752026-03-30T18:05:14.174Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25762026-03-30T18:05:14.238Z Compiling steno v0.4.1
25772026-03-30T18:05:14.453Z Compiling utf-8 v0.7.6
25782026-03-30T18:05:14.651Z Compiling tagptr v0.2.0
25792026-03-30T18:05:14.705Z Compiling tungstenite v0.21.0
25802026-03-30T18:05:14.843Z Compiling moka v0.12.13
25812026-03-30T18:05:14.996Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25822026-03-30T18:05:15.316Z Compiling tokio-tungstenite v0.21.0
25832026-03-30T18:05:15.470Z Compiling radium v0.7.0
25842026-03-30T18:05:15.685Z Compiling typify-impl v0.4.3
25852026-03-30T18:05:15.708Z Compiling tap v1.0.1
25862026-03-30T18:05:15.784Z Compiling maybe-uninit v2.0.0
25872026-03-30T18:05:15.860Z Compiling wyz v0.5.1
25882026-03-30T18:05:16.062Z Compiling hickory-resolver v0.25.2
25892026-03-30T18:05:16.154Z Compiling zerocopy-derive v0.6.6
25902026-03-30T18:05:16.379Z Compiling display-error-chain v0.2.2
25912026-03-30T18:05:16.557Z Compiling crc-catalog v2.4.0
25922026-03-30T18:05:16.686Z Compiling packed_struct v0.10.1
25932026-03-30T18:05:16.821Z Compiling funty v2.0.0
25942026-03-30T18:05:16.852Z Compiling crc v3.4.0
25952026-03-30T18:05:16.978Z Compiling zerocopy v0.6.6
25962026-03-30T18:05:17.080Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25972026-03-30T18:05:17.131Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25982026-03-30T18:05:17.362Z Compiling bitvec v1.0.1
25992026-03-30T18:05:17.969Z Compiling packed_struct_codegen v0.10.1
26002026-03-30T18:05:18.283Z Compiling bitfield-macros v0.19.4
26012026-03-30T18:05:18.972Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26022026-03-30T18:05:19.006Z Compiling indexmap v1.9.3
26032026-03-30T18:05:19.155Z Compiling typify-macro v0.4.3
26042026-03-30T18:05:19.200Z Compiling nodrop v0.1.14
26052026-03-30T18:05:19.329Z Compiling array-init v0.0.4
26062026-03-30T18:05:19.726Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26072026-03-30T18:05:20.630Z Compiling bitfield v0.19.4
26082026-03-30T18:05:20.651Z Compiling smallvec v0.6.14
26092026-03-30T18:05:20.799Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26102026-03-30T18:05:20.914Z Compiling num-derive v0.3.3
26112026-03-30T18:05:20.949Z Compiling proc-macro-error-attr2 v2.0.0
26122026-03-30T18:05:21.026Z Compiling hashbrown v0.12.3
26132026-03-30T18:05:21.080Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26142026-03-30T18:05:21.380Z Compiling proc-macro-error2 v2.0.1
26152026-03-30T18:05:21.694Z Compiling serde-hex v0.1.0
26162026-03-30T18:05:21.781Z Compiling libscf-sys v1.1.0
26172026-03-30T18:05:21.957Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26182026-03-30T18:05:22.173Z Compiling ron v0.8.1
26192026-03-30T18:05:22.204Z Compiling hashbrown v0.13.2
26202026-03-30T18:05:22.458Z Compiling vergen-gitcl v1.0.8
26212026-03-30T18:05:22.560Z Compiling dirs-sys-next v0.1.2
26222026-03-30T18:05:22.680Z Compiling glob v0.3.3
26232026-03-30T18:05:22.759Z Compiling crunchy v0.2.4
26242026-03-30T18:05:22.824Z Compiling crc-any v2.5.0
26252026-03-30T18:05:22.843Z Compiling maplit v1.0.2
26262026-03-30T18:05:22.963Z Compiling diesel_derives v2.3.7
26272026-03-30T18:05:23.047Z Compiling clang-sys v1.8.1
26282026-03-30T18:05:23.092Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26292026-03-30T18:05:23.114Z Compiling object v0.30.4
26302026-03-30T18:05:23.209Z Compiling dirs-next v2.0.0
26312026-03-30T18:05:23.287Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26322026-03-30T18:05:23.358Z Compiling tabled_derive v0.11.0
26332026-03-30T18:05:23.433Z Compiling typify v0.4.3
26342026-03-30T18:05:23.582Z Compiling papergrid v0.17.0
26352026-03-30T18:05:23.598Z Compiling testing_table v0.3.0
26362026-03-30T18:05:23.776Z Compiling dsl_auto_type v0.2.0
26372026-03-30T18:05:23.806Z Compiling scheduled-thread-pool v0.2.7
26382026-03-30T18:05:24.073Z Compiling diesel_table_macro_syntax v0.3.0
26392026-03-30T18:05:24.085Z Compiling path-slash v0.1.5
26402026-03-30T18:05:24.085Z Compiling tiny-keccak v2.0.2
26412026-03-30T18:05:24.128Z Compiling r2d2 v0.8.10
26422026-03-30T18:05:24.208Z Compiling term v0.7.0
26432026-03-30T18:05:24.427Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26442026-03-30T18:05:24.508Z Compiling arc-swap v1.8.2
26452026-03-30T18:05:24.553Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26462026-03-30T18:05:24.719Z Compiling downcast-rs v2.0.2
26472026-03-30T18:05:24.802Z Compiling tabled v0.20.0
26482026-03-30T18:05:24.824Z Compiling xshell-macros v0.2.7
26492026-03-30T18:05:24.847Z Compiling bit-vec v0.6.3
26502026-03-30T18:05:24.892Z Compiling slog-scope v4.4.1
26512026-03-30T18:05:24.941Z Compiling ascii-canvas v3.0.0
26522026-03-30T18:05:25.081Z Compiling bit-set v0.5.3
26532026-03-30T18:05:25.202Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26542026-03-30T18:05:25.222Z Compiling xshell v0.2.7
26552026-03-30T18:05:25.272Z Compiling itertools v0.10.5
26562026-03-30T18:05:25.340Z Compiling ena v0.14.4
26572026-03-30T18:05:25.362Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26582026-03-30T18:05:25.586Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26592026-03-30T18:05:25.679Z Compiling libloading v0.8.9
26602026-03-30T18:05:25.857Z Compiling diff v0.1.13
26612026-03-30T18:05:25.912Z Compiling unicase v2.9.0
26622026-03-30T18:05:26.122Z Compiling bindgen v0.71.1
26632026-03-30T18:05:26.216Z Compiling regex-syntax v0.6.29
26642026-03-30T18:05:26.529Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26652026-03-30T18:05:27.716Z Compiling lalrpop v0.19.12
26662026-03-30T18:05:27.898Z Compiling slog-stdlog v4.1.1
26672026-03-30T18:05:28.111Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26682026-03-30T18:05:28.371Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-03-30T18:05:28.976Z Compiling cexpr v0.6.0
26702026-03-30T18:05:29.000Z Compiling diesel v2.3.7
26712026-03-30T18:05:29.128Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26722026-03-30T18:05:29.279Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26732026-03-30T18:05:29.356Z Compiling crc8 v0.1.1
26742026-03-30T18:05:29.413Z Compiling slog-envlogger v2.2.0
26752026-03-30T18:05:29.456Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-03-30T18:05:29.499Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26772026-03-30T18:05:29.633Z Compiling headers-core v0.3.0
26782026-03-30T18:05:29.660Z Compiling libxml v0.3.3
26792026-03-30T18:05:29.790Z Compiling headers v0.4.1
26802026-03-30T18:05:29.958Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26812026-03-30T18:05:30.166Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26822026-03-30T18:05:30.586Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26832026-03-30T18:05:30.667Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26842026-03-30T18:05:30.809Z Compiling strum_macros v0.24.3
26852026-03-30T18:05:31.136Z Compiling indoc v1.0.9
26862026-03-30T18:05:31.442Z Compiling progenitor-impl v0.10.0
26872026-03-30T18:05:31.462Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26882026-03-30T18:05:31.575Z Compiling derive_builder v0.20.2
26892026-03-30T18:05:31.597Z Compiling oso-derive v0.27.3
26902026-03-30T18:05:31.690Z Compiling quick-xml v0.37.5
26912026-03-30T18:05:31.746Z Compiling impl-trait-for-tuples v0.2.3
26922026-03-30T18:05:32.105Z Compiling openssl-probe v0.1.6
26932026-03-30T18:05:32.134Z Compiling half v1.8.3
26942026-03-30T18:05:32.423Z Compiling serde_cbor v0.11.2
26952026-03-30T18:05:32.600Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26962026-03-30T18:05:33.016Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26972026-03-30T18:05:33.309Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26982026-03-30T18:05:33.332Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26992026-03-30T18:05:33.416Z Compiling bb8 v0.8.6
27002026-03-30T18:05:33.550Z Compiling trait-variant v0.1.2
27012026-03-30T18:05:33.634Z Compiling progenitor-macro v0.10.0
27022026-03-30T18:05:33.829Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27032026-03-30T18:05:34.077Z Compiling samael v0.0.19
27042026-03-30T18:05:34.097Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27052026-03-30T18:05:34.478Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27062026-03-30T18:05:34.653Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27072026-03-30T18:05:34.764Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27082026-03-30T18:05:34.942Z Compiling fxhash v0.2.1
27092026-03-30T18:05:35.005Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27102026-03-30T18:05:35.218Z Compiling polar-core v0.27.3
27112026-03-30T18:05:35.226Z Compiling kstat-rs v0.2.4
27122026-03-30T18:05:35.315Z Compiling libz-sys v1.1.24
27132026-03-30T18:05:35.547Z Compiling nonempty v0.12.0
27142026-03-30T18:05:35.693Z Compiling salty v0.3.0
27152026-03-30T18:05:35.768Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27162026-03-30T18:05:36.006Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27172026-03-30T18:05:36.017Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27182026-03-30T18:05:36.039Z Compiling progenitor-impl v0.11.2
27192026-03-30T18:05:36.101Z Compiling darling_core v0.23.0
27202026-03-30T18:05:37.675Z Compiling progenitor v0.10.0
27212026-03-30T18:05:37.861Z Compiling nanorand v0.7.0
27222026-03-30T18:05:38.210Z Compiling fs-err v2.11.0
27232026-03-30T18:05:38.237Z Compiling parking_lot_core v0.8.6
27242026-03-30T18:05:38.295Z Compiling darling_macro v0.23.0
27252026-03-30T18:05:38.500Z Compiling mime_guess v2.0.5
27262026-03-30T18:05:38.552Z Compiling progenitor-macro v0.11.2
27272026-03-30T18:05:38.577Z Compiling flume v0.11.1
27282026-03-30T18:05:38.808Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27292026-03-30T18:05:38.961Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27302026-03-30T18:05:40.000Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27312026-03-30T18:05:40.046Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27322026-03-30T18:05:40.276Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27332026-03-30T18:05:42.530Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27342026-03-30T18:05:42.591Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-03-30T18:05:43.163Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27362026-03-30T18:05:44.383Z Compiling oso v0.27.3
27372026-03-30T18:05:45.374Z Compiling progenitor-client v0.11.2
27382026-03-30T18:05:46.687Z Compiling diesel-dtrace v0.5.0
27392026-03-30T18:05:47.016Z Compiling async-bb8-diesel v0.2.1
27402026-03-30T18:05:47.670Z Compiling git-stub v1.0.0
27412026-03-30T18:05:47.693Z Compiling libgit2-sys v0.18.3+1.9.2
27422026-03-30T18:05:47.866Z Compiling instability v0.3.11
27432026-03-30T18:05:47.945Z Compiling git-stub-vcs v0.1.0
27442026-03-30T18:05:48.153Z Compiling progenitor v0.11.2
27452026-03-30T18:05:48.220Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27462026-03-30T18:05:48.301Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27472026-03-30T18:05:48.375Z Compiling darling v0.23.0
27482026-03-30T18:05:49.378Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27492026-03-30T18:05:49.465Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27502026-03-30T18:05:49.681Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27512026-03-30T18:05:50.297Z Compiling ignore v0.4.25
27522026-03-30T18:05:50.612Z Compiling primeorder v0.13.6
27532026-03-30T18:05:50.774Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-03-30T18:05:50.928Z Compiling castaway v0.2.4
27552026-03-30T18:05:51.086Z Compiling nibble_vec v0.1.0
27562026-03-30T18:05:51.277Z Compiling atty v0.2.14
27572026-03-30T18:05:51.434Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-03-30T18:05:51.677Z Compiling endian-type v0.1.2
27592026-03-30T18:05:51.875Z Compiling http-range v0.1.5
27602026-03-30T18:05:52.149Z Compiling parse-size v1.1.0
27612026-03-30T18:05:52.182Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27622026-03-30T18:05:52.210Z Compiling indoc v2.0.7
27632026-03-30T18:05:52.372Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27642026-03-30T18:05:52.441Z Compiling radix_trie v0.2.1
27652026-03-30T18:05:52.551Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27662026-03-30T18:05:52.691Z Compiling compact_str v0.8.1
27672026-03-30T18:05:53.342Z Compiling globwalk v0.9.1
27682026-03-30T18:05:53.830Z Compiling p384 v0.13.1
27692026-03-30T18:05:54.044Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27702026-03-30T18:05:55.273Z Compiling parking_lot v0.11.2
27712026-03-30T18:05:55.378Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27722026-03-30T18:05:55.828Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27732026-03-30T18:05:55.938Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742026-03-30T18:05:56.039Z Compiling predicates-tree v1.0.13
27752026-03-30T18:05:56.181Z Compiling unicode-truncate v1.1.0
27762026-03-30T18:05:56.371Z Compiling lru v0.12.5
27772026-03-30T18:05:56.394Z Compiling prefix-trie v0.7.0
27782026-03-30T18:05:56.487Z Compiling vergen-git2 v1.0.7
27792026-03-30T18:05:56.600Z Compiling cassowary v0.3.0
27802026-03-30T18:05:56.771Z Compiling camino-tempfile-ext v0.3.3
27812026-03-30T18:05:56.794Z Compiling hickory-server v0.25.2
27822026-03-30T18:05:56.857Z Compiling hyper-staticfile v0.10.1
27832026-03-30T18:05:56.878Z Compiling sled v0.34.7
27842026-03-30T18:05:57.053Z Compiling ratatui v0.29.0
27852026-03-30T18:05:57.419Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27862026-03-30T18:05:58.066Z Compiling hickory-client v0.25.2
27872026-03-30T18:05:58.494Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27882026-03-30T18:05:58.949Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27892026-03-30T18:05:59.092Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-03-30T18:05:59.147Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27912026-03-30T18:05:59.862Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27922026-03-30T18:06:00.117Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27932026-03-30T18:06:00.298Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27942026-03-30T18:06:00.840Z Compiling rand_seeder v0.4.0
27952026-03-30T18:06:00.932Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27962026-03-30T18:06:01.094Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-03-30T18:06:01.200Z Compiling lzma-sys v0.1.20
27982026-03-30T18:06:01.376Z Compiling rustls v0.21.12
27992026-03-30T18:06:01.549Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28002026-03-30T18:06:01.585Z Compiling corncobs v0.1.4
28012026-03-30T18:06:01.708Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28022026-03-30T18:06:01.738Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-03-30T18:06:01.816Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28042026-03-30T18:06:01.860Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28052026-03-30T18:06:01.889Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28062026-03-30T18:06:02.166Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28072026-03-30T18:06:02.439Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-03-30T18:06:02.461Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28092026-03-30T18:06:03.015Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28102026-03-30T18:06:03.254Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28112026-03-30T18:06:05.636Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28122026-03-30T18:06:05.896Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28132026-03-30T18:06:06.040Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28142026-03-30T18:06:06.115Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28152026-03-30T18:06:06.175Z Compiling cargo_toml v0.22.3
28162026-03-30T18:06:06.257Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28172026-03-30T18:06:06.335Z Compiling rustls-webpki v0.101.7
28182026-03-30T18:06:07.216Z Compiling sct v0.7.1
28192026-03-30T18:06:07.492Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28202026-03-30T18:06:07.805Z Compiling nix v0.29.0
28212026-03-30T18:06:07.866Z Compiling secrecy v0.8.0
28222026-03-30T18:06:08.020Z Compiling void v1.0.2
28232026-03-30T18:06:08.164Z Compiling lzss v0.8.2
28242026-03-30T18:06:08.230Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28252026-03-30T18:06:08.466Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28262026-03-30T18:06:08.616Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28272026-03-30T18:06:08.636Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28282026-03-30T18:06:09.126Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28292026-03-30T18:06:09.165Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28302026-03-30T18:06:09.630Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28312026-03-30T18:06:09.681Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28322026-03-30T18:06:10.198Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28332026-03-30T18:06:10.343Z Compiling tungstenite v0.23.0
28342026-03-30T18:06:10.437Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28352026-03-30T18:06:10.524Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28362026-03-30T18:06:10.664Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28372026-03-30T18:06:10.748Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28382026-03-30T18:06:10.882Z Compiling nix v0.27.1
28392026-03-30T18:06:10.965Z Compiling serde_bytes v0.11.19
28402026-03-30T18:06:11.160Z Compiling tokio-tungstenite v0.23.1
28412026-03-30T18:06:11.370Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28422026-03-30T18:06:11.520Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28432026-03-30T18:06:12.028Z Compiling tokio-rustls v0.24.1
28442026-03-30T18:06:12.318Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28452026-03-30T18:06:12.669Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28462026-03-30T18:06:13.010Z Compiling git2 v0.20.4
28472026-03-30T18:06:13.391Z Compiling xz2 v0.1.7
28482026-03-30T18:06:13.732Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28492026-03-30T18:06:14.257Z Compiling ron v0.12.0
28502026-03-30T18:06:15.893Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-03-30T18:06:16.029Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28522026-03-30T18:06:16.654Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28532026-03-30T18:06:17.402Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28542026-03-30T18:06:18.038Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28552026-03-30T18:06:18.401Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28562026-03-30T18:06:18.782Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28572026-03-30T18:06:18.925Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28582026-03-30T18:06:19.390Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28592026-03-30T18:06:20.392Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28602026-03-30T18:06:21.298Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28612026-03-30T18:06:21.448Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28622026-03-30T18:06:22.128Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28632026-03-30T18:06:22.229Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28642026-03-30T18:06:25.468Z Compiling rustls-pemfile v1.0.4
28652026-03-30T18:06:25.521Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28662026-03-30T18:06:25.521Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28672026-03-30T18:06:25.521Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28682026-03-30T18:06:25.521Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28692026-03-30T18:06:25.543Z Compiling signal-hook-tokio v0.3.1
28702026-03-30T18:06:25.708Z Compiling twox-hash v2.1.2
28712026-03-30T18:06:26.173Z Compiling yasna v0.5.2
28722026-03-30T18:06:26.182Z Compiling base16ct v1.0.0
28732026-03-30T18:06:26.205Z Compiling is_ci v1.2.0
28742026-03-30T18:06:26.334Z Compiling supports-color v3.0.2
28752026-03-30T18:06:26.465Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28762026-03-30T18:06:26.649Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28772026-03-30T18:06:26.679Z Compiling rcgen v0.12.1
28782026-03-30T18:06:26.685Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28792026-03-30T18:06:27.017Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28802026-03-30T18:06:27.682Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28812026-03-30T18:06:28.752Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28822026-03-30T18:06:29.296Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28832026-03-30T18:06:30.559Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28842026-03-30T18:06:30.996Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28852026-03-30T18:06:31.135Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28862026-03-30T18:06:31.555Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28872026-03-30T18:06:31.778Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28882026-03-30T18:06:33.291Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28892026-03-30T18:06:33.312Z Compiling fatfs v0.3.6
28902026-03-30T18:06:33.312Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28912026-03-30T18:06:33.475Z Compiling subprocess v0.2.15
28922026-03-30T18:06:34.945Z Compiling rtoolbox v0.0.3
28932026-03-30T18:06:35.240Z Compiling seq-macro v0.3.6
28942026-03-30T18:06:35.685Z Compiling assert_matches v1.5.0
28952026-03-30T18:06:35.700Z Compiling rpassword v7.4.0
28962026-03-30T18:06:35.801Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28972026-03-30T18:06:36.004Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28982026-03-30T18:06:36.122Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28992026-03-30T18:06:36.284Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29002026-03-30T18:06:36.412Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29012026-03-30T18:06:36.851Z Compiling tui-tree-widget v0.23.1
29022026-03-30T18:06:37.150Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29032026-03-30T18:06:38.842Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29042026-03-30T18:06:39.369Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29052026-03-30T18:06:39.566Z Compiling uzers v0.12.2
29062026-03-30T18:06:40.854Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29072026-03-30T18:06:41.030Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29082026-03-30T18:06:42.143Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29092026-03-30T18:06:42.144Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29102026-03-30T18:06:44.838Z Compiling support-bundle-viewer v0.1.2
29112026-03-30T18:06:46.716Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29122026-03-30T18:06:47.015Z Compiling multimap v0.10.1
29132026-03-30T18:06:54.645Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29142026-03-30T18:07:04.276Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29152026-03-30T18:07:09.030Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29162026-03-30T18:13:08.747Z Finished `release` profile [optimized] target(s) in 8m 15s
29172026-03-30T18:13:51.224Z
29182026-03-30T18:13:51.224Zreal 8:58.715682716
29192026-03-30T18:13:51.227Zuser 1:16:34.608166358
29202026-03-30T18:13:51.227Zsys 3:21.979768953
29212026-03-30T18:13:51.227Ztrap 1.709910530
29222026-03-30T18:13:51.227Ztflt 2.014778059
29232026-03-30T18:13:51.227Zdflt 15.546982316
29242026-03-30T18:13:51.227Zkflt 0.055805524
29252026-03-30T18:13:51.227Zlock 6:51:14.425054829
29262026-03-30T18:13:51.227Zslp 2:12:53.285944027
29272026-03-30T18:13:51.227Zlat 2:23.661172906
29282026-03-30T18:13:51.227Zstop 5:20.674895133
29292026-03-30T18:13:51.227Z+ mapfile -t packages
29302026-03-30T18:13:51.227Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29312026-03-30T18:13:52.165Z Finished `release` profile [optimized] target(s) in 0.93s
29322026-03-30T18:13:52.233Z Running `target/release/omicron-package -t test list-outputs`
29332026-03-30T18:13:52.286ZLogging to: /work/oxidecomputer/omicron/out/LOG
29342026-03-30T18:13:52.291Z+ ptime -m cargo build --locked --release -p xtask
29352026-03-30T18:13:52.820Z Compiling libc v0.2.180
29362026-03-30T18:13:52.820Z Compiling serde v1.0.228
29372026-03-30T18:13:52.823Z Compiling serde_core v1.0.228
29382026-03-30T18:13:52.823Z Compiling rustix v1.1.3
29392026-03-30T18:13:52.823Z Compiling bitflags v2.11.0
29402026-03-30T18:13:52.823Z Compiling serde_json v1.0.149
29412026-03-30T18:13:52.919Z Compiling num-traits v0.2.19
29422026-03-30T18:13:52.923Z Compiling smallvec v1.15.1
29432026-03-30T18:13:52.926Z Compiling syn v2.0.117
29442026-03-30T18:13:52.952Z Compiling hashbrown v0.16.1
29452026-03-30T18:13:52.982Z Compiling usdt-impl v0.5.0
29462026-03-30T18:13:53.013Z Compiling syn v1.0.109
29472026-03-30T18:13:53.025Z Compiling percent-encoding v2.3.2
29482026-03-30T18:13:53.036Z Compiling log v0.4.29
29492026-03-30T18:13:53.166Z Compiling getrandom v0.4.1
29502026-03-30T18:13:53.253Z Compiling form_urlencoded v1.2.2
29512026-03-30T18:13:53.374Z Compiling fs-err v3.3.0
29522026-03-30T18:13:53.378Z Compiling once_cell v1.21.3
29532026-03-30T18:13:53.396Z Compiling heck v0.4.1
29542026-03-30T18:13:53.416Z Compiling anyhow v1.0.102
29552026-03-30T18:13:53.573Z Compiling indexmap v2.13.0
29562026-03-30T18:13:53.625Z Compiling thread-id v4.2.2
29572026-03-30T18:13:53.652Z Compiling errno v0.3.14
29582026-03-30T18:13:53.683Z Compiling memmap v0.7.0
29592026-03-30T18:13:53.891Z Compiling ordered-float v2.10.1
29602026-03-30T18:13:54.462Z Compiling proc-macro-error v1.0.4
29612026-03-30T18:13:54.637Z Compiling terminal_size v0.4.3
29622026-03-30T18:13:54.637Z Compiling tempfile v3.25.0
29632026-03-30T18:13:54.699Z Compiling tabled_derive v0.7.0
29642026-03-30T18:13:54.729Z Compiling clap_builder v4.5.60
29652026-03-30T18:13:54.729Z Compiling textwrap v0.16.2
29662026-03-30T18:13:54.865Z Compiling camino-tempfile v1.4.1
29672026-03-30T18:13:55.474Z Compiling tabled v0.15.0
29682026-03-30T18:13:55.486Z Compiling synstructure v0.13.2
29692026-03-30T18:13:55.486Z Compiling pest_generator v2.8.6
29702026-03-30T18:13:55.806Z Compiling serde_derive v1.0.228
29712026-03-30T18:13:55.806Z Compiling zerofrom-derive v0.1.6
29722026-03-30T18:13:55.809Z Compiling yoke-derive v0.8.1
29732026-03-30T18:13:55.809Z Compiling zerovec-derive v0.11.2
29742026-03-30T18:13:55.809Z Compiling displaydoc v0.2.5
29752026-03-30T18:13:55.809Z Compiling thiserror-impl v1.0.69
29762026-03-30T18:13:55.809Z Compiling zerocopy-derive v0.7.35
29772026-03-30T18:13:55.809Z Compiling scroll_derive v0.12.1
29782026-03-30T18:13:55.809Z Compiling thiserror-impl v2.0.18
29792026-03-30T18:13:55.809Z Compiling clap_derive v4.5.55
29802026-03-30T18:13:55.957Z Compiling pest_derive v2.8.6
29812026-03-30T18:13:56.500Z Compiling scroll v0.12.0
29822026-03-30T18:13:56.658Z Compiling zerocopy v0.7.35
29832026-03-30T18:13:56.822Z Compiling goblin v0.8.2
29842026-03-30T18:13:56.983Z Compiling thiserror v1.0.69
29852026-03-30T18:13:56.995Z Compiling zerofrom v0.1.6
29862026-03-30T18:13:57.081Z Compiling thiserror v2.0.18
29872026-03-30T18:13:57.099Z Compiling dtrace-parser v0.2.0
29882026-03-30T18:13:57.115Z Compiling yoke v0.8.1
29892026-03-30T18:13:57.329Z Compiling zerovec v0.11.5
29902026-03-30T18:13:57.374Z Compiling zerotrie v0.2.3
29912026-03-30T18:13:57.477Z Compiling clap v4.5.60
29922026-03-30T18:13:57.962Z Compiling tinystr v0.8.2
29932026-03-30T18:13:58.193Z Compiling icu_locale_core v2.1.1
29942026-03-30T18:13:58.672Z Compiling potential_utf v0.1.4
29952026-03-30T18:13:58.873Z Compiling icu_collections v2.1.1
29962026-03-30T18:13:58.909Z Compiling icu_provider v2.1.1
29972026-03-30T18:13:59.097Z Compiling serde_spanned v0.6.9
29982026-03-30T18:13:59.135Z Compiling toml_datetime v0.6.11
29992026-03-30T18:13:59.242Z Compiling icu_normalizer v2.1.1
30002026-03-30T18:13:59.269Z Compiling icu_properties v2.1.2
30012026-03-30T18:13:59.332Z Compiling toml_edit v0.22.27
30022026-03-30T18:13:59.345Z Compiling dof v0.3.0
30032026-03-30T18:13:59.477Z Compiling serde_tokenstream v0.2.3
30042026-03-30T18:13:59.531Z Compiling serde-value v0.7.0
30052026-03-30T18:13:59.542Z Compiling cargo-platform v0.2.0
30062026-03-30T18:13:59.542Z Compiling macaddr v1.0.1
30072026-03-30T18:14:00.148Z Compiling idna_adapter v1.2.1
30082026-03-30T18:14:00.161Z Compiling usdt-macro v0.5.0
30092026-03-30T18:14:00.166Z Compiling usdt-attr-macro v0.5.0
30102026-03-30T18:14:00.272Z Compiling idna v1.1.0
30112026-03-30T18:14:00.600Z Compiling url v2.5.8
30122026-03-30T18:14:00.806Z Compiling usdt v0.5.0
30132026-03-30T18:14:00.886Z Compiling toml v0.8.23
30142026-03-30T18:14:01.339Z Compiling cargo-util-schemas v0.8.2
30152026-03-30T18:14:01.361Z Compiling cargo_toml v0.21.0
30162026-03-30T18:14:02.363Z Compiling cargo_metadata v0.21.0
30172026-03-30T18:14:05.458Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30182026-03-30T18:14:08.430Z Finished `release` profile [optimized] target(s) in 16.12s
30192026-03-30T18:14:08.549Z
30202026-03-30T18:14:08.549Zreal 16.227639810
30212026-03-30T18:14:08.549Zuser 2:21.161593375
30222026-03-30T18:14:08.549Zsys 15.841628033
30232026-03-30T18:14:08.549Ztrap 0.088731397
30242026-03-30T18:14:08.552Ztflt 0.497391629
30252026-03-30T18:14:08.552Zdflt 1.342514554
30262026-03-30T18:14:08.552Zkflt 0.000084606
30272026-03-30T18:14:08.552Zlock 5:14.618591976
30282026-03-30T18:14:08.552Zslp 3:27.879022529
30292026-03-30T18:14:08.552Zlat 6.380909589
30302026-03-30T18:14:08.552Zstop 18.627998786
30312026-03-30T18:14:08.552Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30322026-03-30T18:14:08.552Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30332026-03-30T18:14:08.552Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30342026-03-30T18:14:08.552Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30352026-03-30T18:14:08.553Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30362026-03-30T18:14:09.476Z Compiling regress v0.10.5
30372026-03-30T18:14:09.480Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30382026-03-30T18:14:09.480Z Compiling serde_spanned v1.0.4
30392026-03-30T18:14:09.480Z Compiling toml_writer v1.0.6+spec-1.1.0
30402026-03-30T18:14:09.632Z Compiling newtype-uuid-macros v0.1.0
30412026-03-30T18:14:09.635Z Compiling progenitor-client v0.13.0
30422026-03-30T18:14:09.641Z Compiling structmeta-derive v0.3.0
30432026-03-30T18:14:09.644Z Compiling rustls v0.22.4
30442026-03-30T18:14:09.644Z Compiling rustls-webpki v0.102.8
30452026-03-30T18:14:09.655Z Compiling multer v3.1.0
30462026-03-30T18:14:09.658Z Compiling debug-ignore v1.0.5
30472026-03-30T18:14:09.755Z Compiling match_cfg v0.1.0
30482026-03-30T18:14:09.758Z Compiling slog-json v2.6.1
30492026-03-30T18:14:09.758Z Compiling async-stream-impl v0.3.6
30502026-03-30T18:14:09.800Z Compiling dropshot v0.16.7
30512026-03-30T18:14:09.803Z Compiling toml v0.9.12+spec-1.1.0
30522026-03-30T18:14:09.817Z Compiling itertools v0.14.0
30532026-03-30T18:14:09.846Z Compiling hostname v0.3.1
30542026-03-30T18:14:09.850Z Compiling waitgroup v0.1.2
30552026-03-30T18:14:09.850Z Compiling rustls-pemfile v2.2.0
30562026-03-30T18:14:09.929Z Compiling dropshot_endpoint v0.16.7
30572026-03-30T18:14:09.958Z Compiling slog-bunyan v2.5.0
30582026-03-30T18:14:09.992Z Compiling serde_path_to_error v0.1.20
30592026-03-30T18:14:10.009Z Compiling hostname v0.4.2
30602026-03-30T18:14:10.041Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30612026-03-30T18:14:10.076Z Compiling macaddr v1.0.1
30622026-03-30T18:14:10.094Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30632026-03-30T18:14:10.110Z Compiling progenitor-client v0.10.0
30642026-03-30T18:14:10.193Z Compiling instant v0.1.13
30652026-03-30T18:14:10.252Z Compiling backon v1.6.0
30662026-03-30T18:14:10.318Z Compiling backoff v0.4.0
30672026-03-30T18:14:10.335Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30682026-03-30T18:14:10.353Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30692026-03-30T18:14:10.396Z Compiling async-stream v0.3.6
30702026-03-30T18:14:10.418Z Compiling crucible-workspace-hack v0.1.0
30712026-03-30T18:14:10.436Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30722026-03-30T18:14:10.473Z Compiling progenitor-extras v0.1.1
30732026-03-30T18:14:10.489Z Compiling unsafe-libyaml v0.2.11
30742026-03-30T18:14:10.505Z Compiling toml_edit v0.23.10+spec-1.0.0
30752026-03-30T18:14:10.525Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30762026-03-30T18:14:10.543Z Compiling secrecy v0.10.3
30772026-03-30T18:14:10.587Z Compiling heapless v0.8.0
30782026-03-30T18:14:10.642Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30792026-03-30T18:14:10.720Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30802026-03-30T18:14:10.740Z Compiling hash32 v0.3.1
30812026-03-30T18:14:10.758Z Compiling structmeta v0.3.0
30822026-03-30T18:14:10.773Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30832026-03-30T18:14:10.790Z Compiling smoltcp v0.11.0
30842026-03-30T18:14:10.919Z Compiling toml v0.8.23
30852026-03-30T18:14:10.933Z Compiling tabwriter v1.4.1
30862026-03-30T18:14:10.991Z Compiling derive-ex v0.1.8
30872026-03-30T18:14:10.991Z Compiling parse-display-derive v0.10.0
30882026-03-30T18:14:11.023Z Compiling serde_yaml v0.9.34+deprecated
30892026-03-30T18:14:11.026Z Compiling cobs v0.3.0
30902026-03-30T18:14:11.080Z Compiling proc-macro-crate v3.4.0
30912026-03-30T18:14:11.111Z Compiling ingot-macros v0.1.1
30922026-03-30T18:14:11.130Z Compiling typify-impl v0.6.1
30932026-03-30T18:14:11.193Z Compiling foreign-types-macros v0.2.3
30942026-03-30T18:14:11.257Z Compiling cpufeatures v0.3.0
30952026-03-30T18:14:11.273Z Compiling foreign-types-shared v0.3.1
30962026-03-30T18:14:11.276Z Compiling convert_case v0.4.0
30972026-03-30T18:14:11.346Z Compiling chacha20 v0.10.0
30982026-03-30T18:14:11.382Z Compiling postcard v1.1.3
30992026-03-30T18:14:11.645Z Compiling num_enum_derive v0.7.5
31002026-03-30T18:14:11.678Z Compiling derive_more v0.99.20
31012026-03-30T18:14:11.694Z Compiling proc-macro-crate v1.3.1
31022026-03-30T18:14:11.712Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31032026-03-30T18:14:11.726Z Compiling universal-hash v0.5.1
31042026-03-30T18:14:11.745Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31052026-03-30T18:14:11.764Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31062026-03-30T18:14:11.819Z Compiling foreign-types v0.5.0
31072026-03-30T18:14:11.878Z Compiling cstr-argument v0.1.2
31082026-03-30T18:14:11.915Z Compiling tokio-rustls v0.25.0
31092026-03-30T18:14:11.976Z Compiling opaque-debug v0.3.1
31102026-03-30T18:14:12.053Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31112026-03-30T18:14:12.053Z Compiling colored v3.1.1
31122026-03-30T18:14:12.083Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31132026-03-30T18:14:12.159Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31142026-03-30T18:14:12.162Z Compiling num_enum_derive v0.5.11
31152026-03-30T18:14:12.300Z Compiling rand v0.10.0
31162026-03-30T18:14:12.335Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31172026-03-30T18:14:12.350Z Compiling half v2.7.1
31182026-03-30T18:14:12.450Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31192026-03-30T18:14:12.503Z Compiling ciborium-io v0.2.2
31202026-03-30T18:14:12.651Z Compiling ciborium-ll v0.2.2
31212026-03-30T18:14:12.689Z Compiling camino-tempfile v1.4.1
31222026-03-30T18:14:12.735Z Compiling parse-display v0.10.0
31232026-03-30T18:14:12.754Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31242026-03-30T18:14:12.779Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31252026-03-30T18:14:12.779Z Compiling test-strategy v0.4.5
31262026-03-30T18:14:12.810Z Compiling num_enum v0.7.5
31272026-03-30T18:14:12.889Z Compiling ciborium v0.2.2
31282026-03-30T18:14:12.924Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31292026-03-30T18:14:12.943Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31302026-03-30T18:14:12.959Z Compiling smf v0.2.3
31312026-03-30T18:14:12.978Z Compiling aead v0.5.2
31322026-03-30T18:14:13.060Z Compiling num-derive v0.4.2
31332026-03-30T18:14:13.147Z Compiling sigpipe v0.1.3
31342026-03-30T18:14:13.166Z Compiling glob v0.3.3
31352026-03-30T18:14:13.204Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31362026-03-30T18:14:13.258Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31372026-03-30T18:14:13.275Z Compiling poly1305 v0.8.0
31382026-03-30T18:14:13.298Z Compiling num_enum v0.5.11
31392026-03-30T18:14:13.411Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31402026-03-30T18:14:13.443Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31412026-03-30T18:14:13.460Z Compiling chacha20 v0.9.1
31422026-03-30T18:14:13.479Z Compiling whoami v1.6.1
31432026-03-30T18:14:13.522Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
31442026-03-30T18:14:13.527Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31452026-03-30T18:14:13.548Z Compiling thiserror-impl-no-std v2.0.2
31462026-03-30T18:14:13.584Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31472026-03-30T18:14:13.759Z Compiling num-rational v0.4.2
31482026-03-30T18:14:13.782Z Compiling byte-wrapper v0.1.0
31492026-03-30T18:14:13.879Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31502026-03-30T18:14:14.026Z Compiling password-hash v0.5.0
31512026-03-30T18:14:14.030Z Compiling blake2 v0.10.6
31522026-03-30T18:14:14.059Z Compiling ingot-types v0.1.2
31532026-03-30T18:14:14.060Z Compiling num-complex v0.4.6
31542026-03-30T18:14:14.092Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31552026-03-30T18:14:14.109Z Compiling prettyplease v0.2.37
31562026-03-30T18:14:14.152Z Compiling indent_write v2.2.0
31572026-03-30T18:14:14.317Z Compiling argon2 v0.5.3
31582026-03-30T18:14:14.361Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31592026-03-30T18:14:14.376Z Compiling chacha20poly1305 v0.10.1
31602026-03-30T18:14:14.394Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31612026-03-30T18:14:14.397Z Compiling float-ord v0.3.2
31622026-03-30T18:14:14.465Z Compiling ingot v0.1.1
31632026-03-30T18:14:14.482Z Compiling num v0.4.3
31642026-03-30T18:14:14.514Z Compiling gethostname v0.5.0
31652026-03-30T18:14:14.549Z Compiling usdt-macro v0.5.0
31662026-03-30T18:14:14.564Z Compiling usdt-attr-macro v0.5.0
31672026-03-30T18:14:14.582Z Compiling derive-where v1.6.0
31682026-03-30T18:14:14.624Z Compiling memmap v0.7.0
31692026-03-30T18:14:14.650Z Compiling atomicwrites v0.4.4
31702026-03-30T18:14:14.708Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31712026-03-30T18:14:14.777Z Compiling thiserror-no-std v2.0.2
31722026-03-30T18:14:14.831Z Compiling owo-colors v4.3.0
31732026-03-30T18:14:14.863Z Compiling vsss-rs v3.3.4
31742026-03-30T18:14:14.888Z Compiling cancel-safe-futures v0.1.5
31752026-03-30T18:14:14.963Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31762026-03-30T18:14:14.993Z Compiling libsw-core v0.3.2
31772026-03-30T18:14:15.115Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31782026-03-30T18:14:15.228Z Compiling async-recursion v1.1.1
31792026-03-30T18:14:15.247Z Compiling resolv-conf v0.7.6
31802026-03-30T18:14:15.396Z Compiling usdt v0.5.0
31812026-03-30T18:14:15.479Z Compiling libsw v3.5.0
31822026-03-30T18:14:15.530Z Compiling typify-impl v0.4.3
31832026-03-30T18:14:15.606Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31842026-03-30T18:14:15.653Z Compiling linear-map v1.2.0
31852026-03-30T18:14:15.684Z Compiling libefi-sys v0.1.0
31862026-03-30T18:14:15.701Z Compiling hickory-proto v0.24.4
31872026-03-30T18:14:15.701Z Compiling newline-converter v0.3.0
31882026-03-30T18:14:15.736Z Compiling typify-macro v0.6.1
31892026-03-30T18:14:15.751Z Compiling console v0.15.11
31902026-03-30T18:14:15.862Z Compiling bitfield-struct v0.6.2
31912026-03-30T18:14:15.878Z Compiling semver v0.1.20
31922026-03-30T18:14:15.924Z Compiling linked-hash-map v0.5.6
31932026-03-30T18:14:15.959Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31942026-03-30T18:14:15.974Z Compiling pin-project-internal v1.1.11
31952026-03-30T18:14:16.021Z Compiling slog-dtrace v0.3.0
31962026-03-30T18:14:16.133Z Compiling lru-cache v0.1.2
31972026-03-30T18:14:16.164Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31982026-03-30T18:14:16.180Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31992026-03-30T18:14:16.240Z Compiling expectorate v1.2.0
32002026-03-30T18:14:16.285Z Compiling rustc_version v0.1.7
32012026-03-30T18:14:16.355Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-03-30T18:14:16.407Z Compiling minimal-lexical v0.2.1
32032026-03-30T18:14:16.424Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32042026-03-30T18:14:16.457Z Compiling tokio-dtrace v0.1.1
32052026-03-30T18:14:16.460Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32062026-03-30T18:14:16.500Z Compiling dropshot-api-manager-types v0.6.0
32072026-03-30T18:14:16.534Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32082026-03-30T18:14:16.549Z Compiling newtype_derive v0.1.6
32092026-03-30T18:14:16.653Z Compiling nom v7.1.3
32102026-03-30T18:14:16.685Z Compiling phf_shared v0.12.1
32112026-03-30T18:14:16.751Z Compiling pem v3.0.6
32122026-03-30T18:14:16.767Z Compiling snafu-derive v0.8.9
32132026-03-30T18:14:16.839Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32142026-03-30T18:14:16.844Z Compiling csv-core v0.1.13
32152026-03-30T18:14:16.886Z Compiling highway v1.3.0
32162026-03-30T18:14:17.028Z Compiling base64 v0.21.7
32172026-03-30T18:14:17.141Z Compiling same-file v1.0.6
32182026-03-30T18:14:17.157Z Compiling pin-project v1.1.11
32192026-03-30T18:14:17.258Z Compiling chrono-tz v0.10.4
32202026-03-30T18:14:17.280Z Compiling xshell-macros v0.2.7
32212026-03-30T18:14:17.297Z Compiling walkdir v2.5.0
32222026-03-30T18:14:17.316Z Compiling csv v1.4.0
32232026-03-30T18:14:17.335Z Compiling const_format_proc_macros v0.2.34
32242026-03-30T18:14:17.372Z Compiling phf v0.12.1
32252026-03-30T18:14:17.471Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32262026-03-30T18:14:17.583Z Compiling typify v0.6.1
32272026-03-30T18:14:17.615Z Compiling oxide-tokio-rt v0.1.3
32282026-03-30T18:14:17.664Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32292026-03-30T18:14:17.682Z Compiling globset v0.4.18
32302026-03-30T18:14:17.700Z Compiling olpc-cjson v0.1.4
32312026-03-30T18:14:17.730Z Compiling progenitor-impl v0.13.0
32322026-03-30T18:14:17.763Z Compiling xshell v0.2.7
32332026-03-30T18:14:17.883Z Compiling hickory-resolver v0.24.4
32342026-03-30T18:14:17.899Z Compiling primeorder v0.13.6
32352026-03-30T18:14:17.944Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32362026-03-30T18:14:17.994Z Compiling serde_plain v1.0.2
32372026-03-30T18:14:18.091Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32382026-03-30T18:14:18.180Z Compiling typed-path v0.9.3
32392026-03-30T18:14:18.217Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32402026-03-30T18:14:18.233Z Compiling const_format v0.2.35
32412026-03-30T18:14:18.393Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32422026-03-30T18:14:18.410Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32432026-03-30T18:14:18.566Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32442026-03-30T18:14:18.632Z Compiling tabled_derive v0.7.0
32452026-03-30T18:14:18.786Z Compiling snafu v0.8.9
32462026-03-30T18:14:18.790Z Compiling bcs v0.1.6
32472026-03-30T18:14:18.954Z Compiling qorb v0.4.1
32482026-03-30T18:14:19.002Z Compiling radium v0.7.0
32492026-03-30T18:14:19.056Z Compiling termtree v0.5.1
32502026-03-30T18:14:19.128Z Compiling tough v0.20.0
32512026-03-30T18:14:19.185Z Compiling utf-8 v0.7.6
32522026-03-30T18:14:19.233Z Compiling salty v0.3.0
32532026-03-30T18:14:19.318Z Compiling textwrap v0.16.2
32542026-03-30T18:14:19.396Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32552026-03-30T18:14:19.459Z Compiling tungstenite v0.21.0
32562026-03-30T18:14:19.480Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32572026-03-30T18:14:19.522Z Compiling steno v0.4.1
32582026-03-30T18:14:19.621Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32592026-03-30T18:14:19.638Z Compiling tabled v0.15.0
32602026-03-30T18:14:19.638Z Compiling humantime v2.3.0
32612026-03-30T18:14:19.720Z Compiling tap v1.0.1
32622026-03-30T18:14:19.787Z Compiling maybe-uninit v2.0.0
32632026-03-30T18:14:19.891Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32642026-03-30T18:14:19.945Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32652026-03-30T18:14:20.092Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32662026-03-30T18:14:20.112Z Compiling typify-macro v0.4.3
32672026-03-30T18:14:20.167Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32682026-03-30T18:14:20.318Z Compiling tokio-tungstenite v0.21.0
32692026-03-30T18:14:20.339Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32702026-03-30T18:14:20.411Z Compiling progenitor-macro v0.13.0
32712026-03-30T18:14:20.508Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32722026-03-30T18:14:20.588Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32732026-03-30T18:14:20.659Z Compiling wyz v0.5.1
32742026-03-30T18:14:20.920Z Compiling p384 v0.13.1
32752026-03-30T18:14:20.941Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32762026-03-30T18:14:21.032Z Compiling arc-swap v1.8.2
32772026-03-30T18:14:21.104Z Compiling tagptr v0.2.0
32782026-03-30T18:14:21.277Z Compiling funty v2.0.0
32792026-03-30T18:14:21.355Z Compiling packed_struct v0.10.1
32802026-03-30T18:14:21.480Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32812026-03-30T18:14:21.630Z Compiling bitvec v1.0.1
32822026-03-30T18:14:21.669Z Compiling slog-scope v4.4.1
32832026-03-30T18:14:21.743Z Compiling moka v0.12.13
32842026-03-30T18:14:21.902Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32852026-03-30T18:14:21.923Z Compiling typify v0.4.3
32862026-03-30T18:14:21.967Z Compiling polyval v0.6.2
32872026-03-30T18:14:21.993Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32882026-03-30T18:14:22.045Z Compiling progenitor-impl v0.10.0
32892026-03-30T18:14:22.061Z Compiling packed_struct_codegen v0.10.1
32902026-03-30T18:14:22.077Z Compiling zerocopy-derive v0.6.6
32912026-03-30T18:14:22.141Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32922026-03-30T18:14:22.223Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32932026-03-30T18:14:22.337Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32942026-03-30T18:14:22.579Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32952026-03-30T18:14:22.764Z Compiling bitfield-macros v0.19.4
32962026-03-30T18:14:22.988Z Compiling proc-macro-error-attr2 v2.0.0
32972026-03-30T18:14:23.020Z Compiling indexmap v1.9.3
32982026-03-30T18:14:23.090Z Compiling parking_lot_core v0.8.6
32992026-03-30T18:14:23.142Z Compiling nodrop v0.1.14
33002026-03-30T18:14:23.196Z Compiling crc-catalog v2.4.0
33012026-03-30T18:14:23.215Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33022026-03-30T18:14:23.272Z Compiling array-init v0.0.4
33032026-03-30T18:14:23.294Z Compiling crc v3.4.0
33042026-03-30T18:14:23.401Z Compiling zerocopy v0.6.6
33052026-03-30T18:14:23.425Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33062026-03-30T18:14:23.465Z Compiling proc-macro-error2 v2.0.1
33072026-03-30T18:14:23.527Z Compiling bitfield v0.19.4
33082026-03-30T18:14:23.527Z Compiling hickory-resolver v0.25.2
33092026-03-30T18:14:23.651Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33102026-03-30T18:14:23.754Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33112026-03-30T18:14:23.772Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33122026-03-30T18:14:23.809Z Compiling ghash v0.5.1
33132026-03-30T18:14:23.852Z Compiling smallvec v0.6.14
33142026-03-30T18:14:23.870Z Compiling slog-stdlog v4.1.1
33152026-03-30T18:14:23.970Z Compiling git-stub v1.0.0
33162026-03-30T18:14:24.095Z Compiling ctr v0.9.2
33172026-03-30T18:14:24.124Z Compiling num-derive v0.3.3
33182026-03-30T18:14:24.194Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33192026-03-30T18:14:24.269Z Compiling lzma-sys v0.1.20
33202026-03-30T18:14:24.298Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33212026-03-30T18:14:24.330Z Compiling hashbrown v0.12.3
33222026-03-30T18:14:24.346Z Compiling unicase v2.9.0
33232026-03-30T18:14:24.542Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33242026-03-30T18:14:24.584Z Compiling mime_guess v2.0.5
33252026-03-30T18:14:24.648Z Compiling aes-gcm v0.10.3
33262026-03-30T18:14:24.662Z Compiling git-stub-vcs v0.1.0
33272026-03-30T18:14:24.726Z Compiling serde-hex v0.1.0
33282026-03-30T18:14:24.742Z Compiling slog-envlogger v2.2.0
33292026-03-30T18:14:24.760Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33302026-03-30T18:14:24.832Z Compiling progenitor-macro v0.10.0
33312026-03-30T18:14:25.052Z Compiling tabled_derive v0.11.0
33322026-03-30T18:14:25.071Z Compiling libscf-sys v1.1.0
33332026-03-30T18:14:25.132Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33342026-03-30T18:14:25.149Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33352026-03-30T18:14:25.235Z Compiling progenitor-impl v0.11.2
33362026-03-30T18:14:25.272Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-03-30T18:14:25.352Z Compiling ron v0.8.1
33382026-03-30T18:14:25.399Z Compiling papergrid v0.17.0
33392026-03-30T18:14:25.475Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33402026-03-30T18:14:25.519Z Compiling cargo_toml v0.22.3
33412026-03-30T18:14:25.555Z Compiling progenitor v0.13.0
33422026-03-30T18:14:25.726Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33432026-03-30T18:14:25.831Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33442026-03-30T18:14:25.976Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33452026-03-30T18:14:26.184Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33462026-03-30T18:14:26.321Z Compiling hashbrown v0.13.2
33472026-03-30T18:14:26.376Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33482026-03-30T18:14:26.517Z Compiling testing_table v0.3.0
33492026-03-30T18:14:26.536Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33502026-03-30T18:14:26.700Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33512026-03-30T18:14:26.749Z Compiling blowfish v0.9.1
33522026-03-30T18:14:26.825Z Compiling ssh-encoding v0.2.0
33532026-03-30T18:14:26.895Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33542026-03-30T18:14:26.941Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33552026-03-30T18:14:27.023Z Compiling nibble_vec v0.1.0
33562026-03-30T18:14:27.088Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33572026-03-30T18:14:27.122Z Compiling endian-type v0.1.2
33582026-03-30T18:14:27.142Z Compiling crc-any v2.5.0
33592026-03-30T18:14:27.162Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33602026-03-30T18:14:27.189Z Compiling corncobs v0.1.4
33612026-03-30T18:14:27.236Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33622026-03-30T18:14:27.290Z Compiling radix_trie v0.2.1
33632026-03-30T18:14:27.387Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33642026-03-30T18:14:27.404Z Compiling ssh-cipher v0.2.0
33652026-03-30T18:14:27.477Z Compiling bcrypt-pbkdf v0.10.0
33662026-03-30T18:14:27.566Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33672026-03-30T18:14:27.637Z Compiling object v0.30.4
33682026-03-30T18:14:27.850Z Compiling tabled v0.20.0
33692026-03-30T18:14:27.872Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33702026-03-30T18:14:27.941Z Compiling progenitor-macro v0.11.2
33712026-03-30T18:14:28.131Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33722026-03-30T18:14:28.205Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33732026-03-30T18:14:28.385Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33742026-03-30T18:14:28.398Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33752026-03-30T18:14:28.700Z Compiling parking_lot v0.11.2
33762026-03-30T18:14:28.878Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33772026-03-30T18:14:28.933Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33782026-03-30T18:14:29.108Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33792026-03-30T18:14:29.321Z Compiling progenitor-client v0.11.2
33802026-03-30T18:14:29.339Z Compiling prefix-trie v0.7.0
33812026-03-30T18:14:29.356Z Compiling password-hash v0.4.2
33822026-03-30T18:14:29.517Z Compiling fxhash v0.2.1
33832026-03-30T18:14:29.606Z Compiling secrecy v0.8.0
33842026-03-30T18:14:29.609Z Compiling http-range v0.1.5
33852026-03-30T18:14:29.660Z Compiling path-slash v0.1.5
33862026-03-30T18:14:29.692Z Compiling half v1.8.3
33872026-03-30T18:14:29.767Z Compiling hickory-server v0.25.2
33882026-03-30T18:14:29.784Z Compiling sled v0.34.7
33892026-03-30T18:14:29.820Z Compiling pbkdf2 v0.11.0
33902026-03-30T18:14:29.878Z Compiling xz2 v0.1.7
33912026-03-30T18:14:29.916Z Compiling progenitor v0.10.0
33922026-03-30T18:14:29.985Z Compiling serde_cbor v0.11.2
33932026-03-30T18:14:30.055Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33942026-03-30T18:14:30.092Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33952026-03-30T18:14:30.139Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33962026-03-30T18:14:30.302Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33972026-03-30T18:14:30.620Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33982026-03-30T18:14:30.639Z Compiling ron v0.12.0
33992026-03-30T18:14:30.868Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34002026-03-30T18:14:31.042Z Compiling ssh-key v0.6.7
34012026-03-30T18:14:31.430Z Compiling hickory-client v0.25.2
34022026-03-30T18:14:31.580Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34032026-03-30T18:14:31.817Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
34042026-03-30T18:14:31.900Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34052026-03-30T18:14:32.099Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34062026-03-30T18:14:32.159Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34072026-03-30T18:14:32.294Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34082026-03-30T18:14:32.341Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34092026-03-30T18:14:32.599Z Compiling p521 v0.13.3
34102026-03-30T18:14:32.603Z Compiling p256 v0.13.2
34112026-03-30T18:14:32.685Z Compiling yasna v0.5.2
34122026-03-30T18:14:32.706Z Compiling kstat-rs v0.2.4
34132026-03-30T18:14:32.755Z Compiling headers-core v0.3.0
34142026-03-30T18:14:32.790Z Compiling nanorand v0.7.0
34152026-03-30T18:14:32.832Z Compiling atty v0.2.14
34162026-03-30T18:14:32.912Z Compiling russh-cryptovec v0.7.3
34172026-03-30T18:14:32.936Z Compiling home v0.5.12
34182026-03-30T18:14:32.964Z Compiling base16ct v1.0.0
34192026-03-30T18:14:33.009Z Compiling md5 v0.7.0
34202026-03-30T18:14:33.029Z Compiling crc8 v0.1.1
34212026-03-30T18:14:33.056Z Compiling progenitor v0.11.2
34222026-03-30T18:14:33.124Z Compiling rcgen v0.12.1
34232026-03-30T18:14:33.142Z Compiling flume v0.11.1
34242026-03-30T18:14:33.158Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34252026-03-30T18:14:33.172Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34262026-03-30T18:14:33.188Z Compiling headers v0.4.1
34272026-03-30T18:14:33.237Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34282026-03-30T18:14:33.312Z Compiling russh-keys v0.45.0
34292026-03-30T18:14:33.485Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34302026-03-30T18:14:33.600Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34312026-03-30T18:14:33.619Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34322026-03-30T18:14:33.953Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34332026-03-30T18:14:33.978Z Compiling hyper-staticfile v0.10.1
34342026-03-30T18:14:34.027Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34352026-03-30T18:14:34.044Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34362026-03-30T18:14:34.214Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34372026-03-30T18:14:34.335Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34382026-03-30T18:14:34.522Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34392026-03-30T18:14:34.538Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34402026-03-30T18:14:34.726Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34412026-03-30T18:14:34.834Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34422026-03-30T18:14:34.897Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34432026-03-30T18:14:34.914Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34442026-03-30T18:14:34.983Z Compiling num-bigint v0.4.6
34452026-03-30T18:14:35.012Z Compiling des v0.8.1
34462026-03-30T18:14:35.235Z Compiling subprocess v0.2.15
34472026-03-30T18:14:35.317Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34482026-03-30T18:14:35.484Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34492026-03-30T18:14:35.641Z Compiling display-error-chain v0.2.2
34502026-03-30T18:14:35.695Z Compiling hex-literal v0.4.1
34512026-03-30T18:14:35.811Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34522026-03-30T18:14:35.815Z Compiling colored v2.2.0
34532026-03-30T18:14:35.843Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34542026-03-30T18:14:35.927Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34552026-03-30T18:14:36.013Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34562026-03-30T18:14:36.070Z Compiling socket2 v0.5.10
34572026-03-30T18:14:36.105Z Compiling russh v0.45.0
34582026-03-30T18:14:36.135Z Compiling internet-checksum v0.2.1
34592026-03-30T18:14:40.027Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34602026-03-30T18:14:47.411Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34612026-03-30T18:14:47.411Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34622026-03-30T18:14:47.415Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34632026-03-30T18:14:47.415Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34642026-03-30T18:14:49.076Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34652026-03-30T18:14:49.200Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34662026-03-30T18:14:53.238Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34672026-03-30T18:15:12.410Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34682026-03-30T18:15:30.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
34692026-03-30T18:15:30.687Z
34702026-03-30T18:15:30.687Zreal 1:22.065407090
34712026-03-30T18:15:30.687Zuser 8:09.454727551
34722026-03-30T18:15:30.690Zsys 1:36.632969445
34732026-03-30T18:15:30.690Ztrap 0.255790815
34742026-03-30T18:15:30.690Ztflt 0.458988009
34752026-03-30T18:15:30.690Zdflt 1.204497327
34762026-03-30T18:15:30.690Zkflt 0.000313055
34772026-03-30T18:15:30.690Zlock 28:14.704795993
34782026-03-30T18:15:30.690Zslp 19:17.061052744
34792026-03-30T18:15:30.690Zlat 39.823795178
34802026-03-30T18:15:30.690Zstop 2:33.391021258
34812026-03-30T18:15:30.690Z+ mkdir tests
34822026-03-30T18:15:30.693Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34832026-03-30T18:15:30.693Z+ xargs -I '{}' -t cp '{}' tests/
34842026-03-30T18:15:30.814Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-86ba6e752d4dce5f tests/
34852026-03-30T18:15:30.842Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0d379787697657d9 tests/
34862026-03-30T18:15:30.870Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-dbaa59ec1e557674 tests/
34872026-03-30T18:15:30.898Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b8a7ecbb73af62b3 tests/
34882026-03-30T18:15:31.164Z+ 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/*)
34892026-03-30T18:15:31.168Z+ 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-0d379787697657d9 tests/commtest-dbaa59ec1e557674 tests/dhcp_server-86ba6e752d4dce5f tests/end_to_end_tests-b8a7ecbb73af62b3 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
34902026-03-30T18:16:51.676ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34912026-03-30T18:16:51.676Za .github/buildomat/ci-env.sh 1K
34922026-03-30T18:16:51.676Za out/target/test 1K
34932026-03-30T18:16:51.676Za out/npuzone/npuzone 27402K
34942026-03-30T18:16:51.677Za package-manifest.toml 35K
34952026-03-30T18:16:51.677Za smf/sled-agent/non-gimlet/config.toml 6K
34962026-03-30T18:16:51.677Za target/release/omicron-package 40561K
34972026-03-30T18:16:51.677Za target/release/xtask 11433K
34982026-03-30T18:16:51.677Za target/debug/bootstrap 336539K
34992026-03-30T18:16:51.677Za tests/bootstrap-0d379787697657d9 31310K
35002026-03-30T18:16:51.677Za tests/commtest-dbaa59ec1e557674 32395K
35012026-03-30T18:16:51.677Za tests/dhcp_server-86ba6e752d4dce5f 31310K
35022026-03-30T18:16:51.677Za tests/end_to_end_tests-b8a7ecbb73af62b3 378833K
35032026-03-30T18:16:51.677Za out/clickhouse.tar.gz 301694K
35042026-03-30T18:16:51.677Za out/clickhouse_keeper.tar.gz 287160K
35052026-03-30T18:16:51.677Za out/clickhouse_server.tar.gz 301693K
35062026-03-30T18:16:51.677Za out/cockroachdb.tar.gz 154183K
35072026-03-30T18:16:51.677Za out/crucible-pantry-zone.tar.gz 38991K
35082026-03-30T18:16:51.677Za out/crucible-utils.tar 17744K
35092026-03-30T18:16:51.677Za out/crucible-zone.tar.gz 53129K
35102026-03-30T18:16:51.677Za out/external-dns.tar.gz 43594K
35112026-03-30T18:16:51.677Za out/internal-dns.tar.gz 43593K
35122026-03-30T18:16:51.677Za out/mg-ddm-gz.tar 78377K
35132026-03-30T18:16:51.677Za out/nexus.tar.gz 213152K
35142026-03-30T18:16:51.677Za out/ntp.tar.gz 25418K
35152026-03-30T18:16:51.677Za out/omicron-gateway-softnpu.tar.gz 28311K
35162026-03-30T18:16:51.678Za out/omicron-sled-agent.tar 186940K
35172026-03-30T18:16:51.678Za out/overlay.tar.gz 3K
35182026-03-30T18:16:51.678Za out/oximeter.tar.gz 58022K
35192026-03-30T18:16:51.678Za out/oxlog.tar 3782K
35202026-03-30T18:16:51.678Za out/probe.tar.gz 3037K
35212026-03-30T18:16:51.678Za out/propolis-server.tar.gz 33249K
35222026-03-30T18:16:51.678Za out/pumpkind-gz.tar 26647K
35232026-03-30T18:16:51.678Za out/switch-softnpu.tar.gz 369501K
35242026-03-30T18:16:51.681Z
35252026-03-30T18:16:51.682Zreal 1:20.497698801
35262026-03-30T18:16:51.682Zuser 1:18.064951915
35272026-03-30T18:16:51.683Zsys 4.022977341
35282026-03-30T18:16:51.683Ztrap 0.006530066
35292026-03-30T18:16:51.683Ztflt 0.000000000
35302026-03-30T18:16:51.683Zdflt 0.000000000
35312026-03-30T18:16:51.683Zkflt 0.000000000
35322026-03-30T18:16:51.683Zlock 0.000000000
35332026-03-30T18:16:51.683Zslp 1:18.012988967
35342026-03-30T18:16:51.683Zlat 0.883685590
35352026-03-30T18:16:51.683Zstop 0.000141170
35362026-03-30T18:16:51.683Zprocess exited: duration 972239 ms, exit code 0
 
35372026-03-30T18:16:51.699Zfound 1 output files
35382026-03-30T18:16:51.699Zuploading: /work/package.tar.gz (2282418102 bytes)
35392026-03-30T18:17:19.939Zuploaded: /work/package.tar.gz