01KPQVD4T2T3DYBVZKKVZGXV7H: 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: 01KPQVDGXRHNQSNZXMD0JG5W6D

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-21T11:05:44.032Zjob assigned to worker 01KPQVDYJW7F016RKVCXZ5DA60 [factory aws, i-0090e158b71bda87c] (queued for 1 m 0 s)
 
22026-04-21T11:05:51.772Zstarting task 0: "setup"
32026-04-21T11:05:51.780Z++ uname -s
42026-04-21T11:05:51.783Z+ kern=SunOS
52026-04-21T11:05:51.783Z+ build_user=build
62026-04-21T11:05:51.784Z+ build_uid=12345
72026-04-21T11:05:51.784Z+ work_dir=/work
82026-04-21T11:05:51.784Z+ input_dir=/input
92026-04-21T11:05:51.784Z+ [[ 0 == 12345 ]]
102026-04-21T11:05:51.784Z+ case "$kern" in
112026-04-21T11:05:51.784Z+ groupadd -g 12345 build
122026-04-21T11:05:51.787Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-21T11:05:53.795Z+ zfs create -o mountpoint=/work rpool/work
142026-04-21T11:05:53.923Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-21T11:05:53.927Z+ home_fs=zfs
162026-04-21T11:05:53.927Z+ [[ zfs == autofs ]]
172026-04-21T11:05:53.927Z+ mkdir -p /home/build
182026-04-21T11:05:53.927Z+ chown build:build /home/build /work
192026-04-21T11:05:55.929Z+ chmod 0700 /home/build /work
202026-04-21T11:05:55.932Zprocess exited: duration 4159 ms, exit code 0
 
212026-04-21T11:05:55.938Zstarting task 1: "rust-toolchain"
222026-04-21T11:05:55.945Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-21T11:05:55.945Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-21T11:05:55.945Z * rust toolchain channel = "1.94.0"
252026-04-21T11:05:55.945Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-21T11:05:55.945Z * rust toolchain profile = "default"
272026-04-21T11:05:55.945Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-21T11:05:55.948Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-21T11:05:55.948Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-21T11:05:56.074Zinfo: downloading installer
312026-04-21T11:05:58.235Zwarn: It looks like you have an existing installation of Rust at:
322026-04-21T11:05:58.235Zwarn: /opt/ooce/bin
332026-04-21T11:05:58.235Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-21T11:05:58.235Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-21T11:05:58.235Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-21T11:05:58.235Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-21T11:05:58.235Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-21T11:05:58.235Zerror: cannot install while Rust is installed
392026-04-21T11:05:58.235Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-21T11:05:58.235Zwarn: It looks like you have an existing rustup settings file at:
412026-04-21T11:05:58.235Zwarn: /home/build/.rustup/settings.toml
422026-04-21T11:05:58.235Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-21T11:05:58.235Zwarn: instead of the one inferred from the default host triple.
442026-04-21T11:05:58.270Zinfo: profile set to default
452026-04-21T11:05:58.270Zinfo: default host triple is x86_64-unknown-illumos
462026-04-21T11:05:58.274Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-21T11:05:58.465Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-21T11:05:58.468Zinfo: downloading 6 components
492026-04-21T11:06:17.315Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-21T11:06:17.315Z
512026-04-21T11:06:17.341Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-21T11:06:17.341Z
532026-04-21T11:06:17.341Z
542026-04-21T11:06:17.344ZRust is installed now. Great!
552026-04-21T11:06:17.344Z
562026-04-21T11:06:17.344ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-21T11:06:17.344Zenvironment variable. This has not been done automatically.
582026-04-21T11:06:17.344Z
592026-04-21T11:06:17.344ZTo configure your current shell, you need to source
602026-04-21T11:06:17.344Zthe corresponding env file under $HOME/.cargo.
612026-04-21T11:06:17.344Z
622026-04-21T11:06:17.344ZThis is usually done by running one of the following (note the leading DOT):
632026-04-21T11:06:17.344Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-21T11:06:17.344Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-21T11:06:17.345Zsource "~/.cargo/env.nu" # For nushell
662026-04-21T11:06:17.345Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-21T11:06:17.345Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-21T11:06:17.345Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-21T11:06:17.345Zwarn: no default linker (`cc`) was found in your PATH
702026-04-21T11:06:17.345Zwarn: many Rust crates require a system C toolchain to build
712026-04-21T11:06:17.431Z+ rustup --version
722026-04-21T11:06:17.438Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-21T11:06:17.438Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-21T11:06:17.459Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-21T11:06:17.462Z+ cargo --version
762026-04-21T11:06:17.470Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-21T11:06:17.473Z+ rustc --version
782026-04-21T11:06:17.494Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-21T11:06:17.496Zprocess exited: duration 21554 ms, exit code 0
 
802026-04-21T11:06:17.502Zstarting task 2: "authentication"
812026-04-21T11:06:17.521Zprocess exited: duration 18 ms, exit code 0
 
822026-04-21T11:06:17.526Zstarting task 3: "clone repository"
832026-04-21T11:06:17.531Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-21T11:06:17.534Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-21T11:06:17.669ZCloning into '/work/oxidecomputer/omicron'...
862026-04-21T11:06:28.182Z+ cd /work/oxidecomputer/omicron
872026-04-21T11:06:28.182Z+ git fetch origin 7093b7e707a0707af33bfebbffc1e4567692ce85
882026-04-21T11:06:28.507ZFrom https://github.com/oxidecomputer/omicron
892026-04-21T11:06:28.507Z * branch 7093b7e707a0707af33bfebbffc1e4567692ce85 -> FETCH_HEAD
902026-04-21T11:06:28.522Z+ [[ -n felixmcfelix/bump-opte ]]
912026-04-21T11:06:28.525Z++ git branch --show-current
922026-04-21T11:06:28.528Z+ current=main
932026-04-21T11:06:28.528Z+ [[ main != felixmcfelix/bump-opte ]]
942026-04-21T11:06:28.528Z+ git branch -f felixmcfelix/bump-opte 7093b7e707a0707af33bfebbffc1e4567692ce85
952026-04-21T11:06:28.531Z+ git checkout -f felixmcfelix/bump-opte
962026-04-21T11:06:28.762ZSwitched to branch 'felixmcfelix/bump-opte'
972026-04-21T11:06:28.765Z+ git reset --hard 7093b7e707a0707af33bfebbffc1e4567692ce85
982026-04-21T11:06:28.782ZHEAD is now at 7093b7e70 These seem to be the right fixups
992026-04-21T11:06:28.785Zprocess exited: duration 11253 ms, exit code 0
 
1002026-04-21T11:06:28.791Zstarting task 4: "build"
1012026-04-21T11:06:28.797Z+ source .github/buildomat/ci-env.sh
1022026-04-21T11:06:28.797Z++ export CARGO_TERM_COLOR=always
1032026-04-21T11:06:28.797Z++ CARGO_TERM_COLOR=always
1042026-04-21T11:06:28.797Z+ cargo --version
1052026-04-21T11:06:28.808Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-21T11:06:28.811Z+ rustc --version
1072026-04-21T11:06:28.832Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-21T11:06:28.835Z+ WORK=/work
1092026-04-21T11:06:28.835Z+ pfexec mkdir -p /work
1102026-04-21T11:06:28.838Z+ pfexec chown build /work
1112026-04-21T11:06:28.841Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-21T11:06:38.918Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-21T11:06:46.217Z Startup: Caching catalogs ... Done
1142026-04-21T11:06:51.855ZPlanning: Solver setup ... Done (4.388s)
1152026-04-21T11:06:51.885ZPlanning: Running solver ... Done (0.030s)
1162026-04-21T11:06:52.015ZPlanning: Finding local manifests ... Done (0.003s)
1172026-04-21T11:06:52.030ZPlanning: Fetching manifests: 0/5 0% complete
1182026-04-21T11:06:52.142ZPlanning: Fetching manifests: 5/5 100% complete
1192026-04-21T11:06:52.178ZPlanning: Package planning ... Done (0.036s)
1202026-04-21T11:06:52.213ZPlanning: Merging actions ... Done (0.035s)
1212026-04-21T11:06:52.394ZPlanning: Checking for conflicting actions ... Done (0.181s)
1222026-04-21T11:06:52.403ZPlanning: Consolidating action changes ... Done (0.009s)
1232026-04-21T11:06:53.056ZPlanning: Evaluating mediators ... Done (0.652s)
1242026-04-21T11:06:53.063ZPlanning: Planning completed in 6.68 seconds
1252026-04-21T11:06:53.076Z Packages to install: 5
1262026-04-21T11:06:53.076Z Mediators to change: 3
1272026-04-21T11:06:53.076Z Services to change: 1
1282026-04-21T11:06:53.076Z Estimated space available: 155.35 GB
1292026-04-21T11:06:53.079ZEstimated space to be consumed: 1.89 GB
1302026-04-21T11:06:53.079Z Create boot environment: No
1312026-04-21T11:06:53.079ZCreate backup boot environment: No
1322026-04-21T11:06:53.079Z Rebuild boot archive: No
1332026-04-21T11:06:53.079Z
1342026-04-21T11:06:53.079ZChanged mediators:
1352026-04-21T11:06:53.079Z mediator clang:
1362026-04-21T11:06:53.079Z version: None -> 15 (system default)
1372026-04-21T11:06:53.079Z
1382026-04-21T11:06:53.079Z mediator llvm:
1392026-04-21T11:06:53.079Z version: 14 (system default) -> 15 (system default)
1402026-04-21T11:06:53.079Z
1412026-04-21T11:06:53.079Z mediator postgresql:
1422026-04-21T11:06:53.079Z version: 15 (system default) -> 18 (system default)
1432026-04-21T11:06:53.079Z
1442026-04-21T11:06:53.079ZChanged packages:
1452026-04-21T11:06:53.079Zhelios-dev
1462026-04-21T11:06:53.079Z developer/build-essential
1472026-04-21T11:06:53.079Z None -> 11-2.0
1482026-04-21T11:06:53.079Z library/libxmlsec1
1492026-04-21T11:06:53.079Z None -> 1.2.35-2.0
1502026-04-21T11:06:53.079Z ooce/developer/clang-15
1512026-04-21T11:06:53.079Z None -> 15.0.7-2.0
1522026-04-21T11:06:53.079Z ooce/developer/llvm-15
1532026-04-21T11:06:53.079Z None -> 15.0.7-2.0
1542026-04-21T11:06:53.080Z ooce/library/postgresql-18
1552026-04-21T11:06:53.080Z None -> 18.1-2.0
1562026-04-21T11:06:53.080Z
1572026-04-21T11:06:53.080ZServices:
1582026-04-21T11:06:53.080Z restart_fmri:
1592026-04-21T11:06:53.080Z svc:/system/update-man-index:default
1602026-04-21T11:06:53.119Z
1612026-04-21T11:06:53.119ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-04-21T11:06:58.316ZDownload: 1197/4272 items 83.5/219.0MB 38% complete (20.3M/s)
1632026-04-21T11:07:03.766ZDownload: 3282/4272 items 210.7/219.0MB 96% complete (21.0M/s)
1642026-04-21T11:07:06.932ZDownload: Completed 218.99 MB in 13.81 seconds (15.9M/s)
1652026-04-21T11:07:07.105Z Actions: 1/4789 actions (Installing new actions)
1662026-04-21T11:07:10.527Z Actions: Completed 4789 actions in 3.42 seconds.
1672026-04-21T11:07:11.135Z Done (0.604s)
1682026-04-21T11:07:11.135Z Done (0.000s)
1692026-04-21T11:07:11.747Z Done (0.612s)
1702026-04-21T11:07:14.955Z Done (2.863s)
1712026-04-21T11:07:15.033Z Done (0.014s)
1722026-04-21T11:07:15.037Z Done (0.000s)
1732026-04-21T11:07:15.294Z Done (0.000s)
1742026-04-21T11:07:16.128ZPlanning: Evaluating mediator changes ... Done
1752026-04-21T11:07:16.233ZPlanning: Checking for conflicting actions ... Done
1762026-04-21T11:07:16.236ZPlanning: Consolidating action changes ... Done
1772026-04-21T11:07:16.392ZPlanning: Evaluating mediators ... Done
1782026-04-21T11:07:16.395ZPlanning: Planning completed in 0.27 seconds
1792026-04-21T11:07:16.414Z Mediators to change: 2
1802026-04-21T11:07:16.414Z Create boot environment: No
1812026-04-21T11:07:16.414ZCreate backup boot environment: No
1822026-04-21T11:07:16.476Z Done
1832026-04-21T11:07:16.476Z Done
1842026-04-21T11:07:17.064Z Done
1852026-04-21T11:07:19.557Z Done
1862026-04-21T11:07:19.631Z Done
1872026-04-21T11:07:19.634Z Done
1882026-04-21T11:07:19.778Z Done
1892026-04-21T11:07:20.033ZPlanning: Evaluating mediator changes ... Done
1902026-04-21T11:07:20.137ZPlanning: Checking for conflicting actions ... Done
1912026-04-21T11:07:20.140ZPlanning: Consolidating action changes ... Done
1922026-04-21T11:07:20.294ZPlanning: Evaluating mediators ... Done
1932026-04-21T11:07:20.297ZPlanning: Planning completed in 0.26 seconds
1942026-04-21T11:07:20.316Z Mediators to change: 1
1952026-04-21T11:07:20.316Z Create boot environment: No
1962026-04-21T11:07:20.316ZCreate backup boot environment: No
1972026-04-21T11:07:20.373Z Done
1982026-04-21T11:07:20.373Z Done
1992026-04-21T11:07:20.968Z Done
2002026-04-21T11:07:23.403Z Done
2012026-04-21T11:07:23.478Z Done
2022026-04-21T11:07:23.481Z Done
2032026-04-21T11:07:23.619Z Done
2042026-04-21T11:07:23.904ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-04-21T11:07:23.904Zclang system 15 system
2062026-04-21T11:07:23.904Zcsh system system illumos
2072026-04-21T11:07:23.904Zctags system system illumos
2082026-04-21T11:07:23.904Zfile system system illumos
2092026-04-21T11:07:23.904Zgcc vendor 12 vendor
2102026-04-21T11:07:23.904Zgcc system 14 system
2112026-04-21T11:07:23.904Zgcc system 10 system
2122026-04-21T11:07:23.904Zgo system 1.20 system
2132026-04-21T11:07:23.904Zgo system 1.19 system
2142026-04-21T11:07:23.904Zllvm system 15 system
2152026-04-21T11:07:23.904Zllvm system 14 system
2162026-04-21T11:07:23.904Zmariadb system 10.6 system
2172026-04-21T11:07:23.904Zmta vendor vendor dma
2182026-04-21T11:07:23.904Zopenjdk system 17 system
2192026-04-21T11:07:23.904Zopenjdk system 11 system
2202026-04-21T11:07:23.904Zopenjdk system 1.8 system
2212026-04-21T11:07:23.904Zopenssl vendor 3 vendor
2222026-04-21T11:07:23.904Zperl system 5.36 system
2232026-04-21T11:07:23.904Zpostgresql system 18 system
2242026-04-21T11:07:23.904Zpostgresql system 15 system
2252026-04-21T11:07:23.904Zpostgresql system 13 system
2262026-04-21T11:07:23.904Zpython vendor 3 vendor
2272026-04-21T11:07:23.905Zpython system 2 system
2282026-04-21T11:07:23.905Zpython3 system 3.11 system
2292026-04-21T11:07:23.905Zruby system 3.0 system
2302026-04-21T11:07:23.905Zwords vendor vendor american-english
2312026-04-21T11:07:23.905Zwords system system australian-english
2322026-04-21T11:07:23.905Zwords system system british-english
2332026-04-21T11:07:23.905Zwords system system canadian-english
2342026-04-21T11:07:23.905Zwords system system french
2352026-04-21T11:07:23.905Zwords system system italian
2362026-04-21T11:07:23.905Zwords system system ngerman
2372026-04-21T11:07:23.905Zwords system system ogerman
2382026-04-21T11:07:23.905Zwords system system spanish
2392026-04-21T11:07:24.135ZPUBLISHER TYPE STATUS P LOCATION
2402026-04-21T11:07:24.135Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-04-21T11:07:28.638ZFMRI IFO
2422026-04-21T11:07:28.638Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-04-21T11:07:28.638Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-04-21T11:07:28.638Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-04-21T11:07:28.638Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-04-21T11:07:28.638Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-04-21T11:07:28.638Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-04-21T11:07:28.638Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2492026-04-21T11:07:28.638Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2502026-04-21T11:07:28.638Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2512026-04-21T11:07:28.638Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522026-04-21T11:07:28.638Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532026-04-21T11:07:28.638Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2542026-04-21T11:07:28.638Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552026-04-21T11:07:28.638Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562026-04-21T11:07:28.638Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2572026-04-21T11:07:28.638Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582026-04-21T11:07:28.638Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592026-04-21T11:07:29.769Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602026-04-21T11:07:30.037Z Updating crates.io index
2612026-04-21T11:07:30.079Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2622026-04-21T11:07:31.049Z Updating git repository `https://github.com/oxidecomputer/lldp`
2632026-04-21T11:07:31.597Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2642026-04-21T11:07:32.468Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-04-21T11:07:33.412Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2662026-04-21T11:07:33.933Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-04-21T11:07:35.399Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-04-21T11:07:36.468Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-04-21T11:07:36.845Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-04-21T11:07:38.174Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-04-21T11:07:38.724Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-04-21T11:07:39.195Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-04-21T11:07:39.739Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-04-21T11:07:40.720Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-04-21T11:07:41.352Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-04-21T11:07:41.797Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-04-21T11:07:42.258Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-04-21T11:07:42.598Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-04-21T11:07:43.052Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-04-21T11:07:43.298Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-04-21T11:07:43.587Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-04-21T11:07:44.130Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-04-21T11:07:44.651Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-04-21T11:07:45.197Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-04-21T11:07:45.679Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-04-21T11:07:46.006Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-04-21T11:07:47.219Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882026-04-21T11:07:47.505Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-04-21T11:07:48.879Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902026-04-21T11:07:49.408Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2912026-04-21T11:07:49.693Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2922026-04-21T11:07:50.085Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2932026-04-21T11:07:50.444Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2942026-04-21T11:07:51.044Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2952026-04-21T11:07:51.322Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2962026-04-21T11:07:51.604Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2972026-04-21T11:07:51.906Z Updating git repository `https://github.com/illumos/smf-rs`
2982026-04-21T11:07:52.354Z Updating git repository `https://github.com/oxidecomputer/omicron`
2992026-04-21T11:08:05.871Z Downloading crates ...
3002026-04-21T11:08:05.922Z Downloaded cfg-if v1.0.4
3012026-04-21T11:08:05.937Z Downloaded anstyle v1.0.13
3022026-04-21T11:08:05.947Z Downloaded anstream v0.6.21
3032026-04-21T11:08:05.947Z Downloaded clap v4.5.60
3042026-04-21T11:08:05.952Z Downloaded memmap v0.7.0
3052026-04-21T11:08:05.952Z Downloaded cargo_metadata v0.21.0
3062026-04-21T11:08:05.952Z Downloaded serde-value v0.7.0
3072026-04-21T11:08:05.952Z Downloaded digest v0.10.7
3082026-04-21T11:08:05.955Z Downloaded equivalent v1.0.2
3092026-04-21T11:08:05.955Z Downloaded swrite v0.1.0
3102026-04-21T11:08:05.959Z Downloaded pretty-hex v0.4.1
3112026-04-21T11:08:05.964Z Downloaded zmij v1.0.21
3122026-04-21T11:08:05.967Z Downloaded fnv v1.0.7
3132026-04-21T11:08:05.967Z Downloaded serde_spanned v0.6.9
3142026-04-21T11:08:05.971Z Downloaded typeid v1.0.3
3152026-04-21T11:08:05.971Z Downloaded unicode-xid v0.2.6
3162026-04-21T11:08:05.974Z Downloaded heck v0.4.1
3172026-04-21T11:08:05.974Z Downloaded usdt v0.5.0
3182026-04-21T11:08:05.974Z Downloaded unicode-linebreak v0.1.5
3192026-04-21T11:08:05.974Z Downloaded anstyle-query v1.1.5
3202026-04-21T11:08:05.980Z Downloaded idna_adapter v1.2.1
3212026-04-21T11:08:05.984Z Downloaded thread-id v4.2.2
3222026-04-21T11:08:05.984Z Downloaded utf8_iter v1.0.4
3232026-04-21T11:08:05.984Z Downloaded zerofrom-derive v0.1.6
3242026-04-21T11:08:05.984Z Downloaded zerofrom v0.1.6
3252026-04-21T11:08:05.984Z Downloaded yoke-derive v0.8.1
3262026-04-21T11:08:05.990Z Downloaded macaddr v1.0.1
3272026-04-21T11:08:05.990Z Downloaded generic-array v0.14.7
3282026-04-21T11:08:05.991Z Downloaded thiserror v2.0.18
3292026-04-21T11:08:05.994Z Downloaded version_check v0.9.5
3302026-04-21T11:08:05.994Z Downloaded crypto-common v0.1.7
3312026-04-21T11:08:05.994Z Downloaded toml_write v0.1.2
3322026-04-21T11:08:05.999Z Downloaded utf8parse v0.2.2
3332026-04-21T11:08:05.999Z Downloaded plain v0.2.3
3342026-04-21T11:08:05.999Z Downloaded percent-encoding v2.3.2
3352026-04-21T11:08:05.999Z Downloaded clap_lex v1.0.0
3362026-04-21T11:08:06.003Z Downloaded toml_datetime v0.6.11
3372026-04-21T11:08:06.010Z Downloaded byteorder v1.5.0
3382026-04-21T11:08:06.016Z Downloaded erased-serde v0.4.9
3392026-04-21T11:08:06.016Z Downloaded usdt-macro v0.5.0
3402026-04-21T11:08:06.016Z Downloaded usdt-attr-macro v0.5.0
3412026-04-21T11:08:06.016Z Downloaded cpufeatures v0.2.17
3422026-04-21T11:08:06.016Z Downloaded writeable v0.6.2
3432026-04-21T11:08:06.022Z Downloaded zerovec-derive v0.11.2
3442026-04-21T11:08:06.022Z Downloaded usdt-impl v0.5.0
3452026-04-21T11:08:06.022Z Downloaded proc-macro-error-attr v1.0.4
3462026-04-21T11:08:06.022Z Downloaded thiserror-impl v2.0.18
3472026-04-21T11:08:06.022Z Downloaded scroll_derive v0.12.1
3482026-04-21T11:08:06.022Z Downloaded tinystr v0.8.2
3492026-04-21T11:08:06.022Z Downloaded ordered-float v2.10.1
3502026-04-21T11:08:06.027Z Downloaded form_urlencoded v1.2.2
3512026-04-21T11:08:06.030Z Downloaded is_terminal_polyfill v1.70.2
3522026-04-21T11:08:06.030Z Downloaded smawk v0.3.2
3532026-04-21T11:08:06.030Z Downloaded errno v0.3.14
3542026-04-21T11:08:06.030Z Downloaded dtrace-parser v0.2.0
3552026-04-21T11:08:06.030Z Downloaded cargo-platform v0.2.0
3562026-04-21T11:08:06.031Z Downloaded thiserror-impl v1.0.69
3572026-04-21T11:08:06.035Z Downloaded stable_deref_trait v1.2.1
3582026-04-21T11:08:06.038Z Downloaded dof v0.3.0
3592026-04-21T11:08:06.038Z Downloaded zerocopy-derive v0.7.35
3602026-04-21T11:08:06.041Z Downloaded strsim v0.11.1
3612026-04-21T11:08:06.041Z Downloaded itoa v1.0.17
3622026-04-21T11:08:06.041Z Downloaded toml v0.8.23
3632026-04-21T11:08:06.045Z Downloaded yoke v0.8.1
3642026-04-21T11:08:06.045Z Downloaded heck v0.5.0
3652026-04-21T11:08:06.045Z Downloaded terminal_size v0.4.3
3662026-04-21T11:08:06.045Z Downloaded ucd-trie v0.1.7
3672026-04-21T11:08:06.049Z Downloaded fastrand v2.3.0
3682026-04-21T11:08:06.049Z Downloaded block-buffer v0.10.4
3692026-04-21T11:08:06.054Z Downloaded unicode-ident v1.0.24
3702026-04-21T11:08:06.063Z Downloaded toml_edit v0.22.27
3712026-04-21T11:08:06.066Z Downloaded typenum v1.19.0
3722026-04-21T11:08:06.070Z Downloaded colorchoice v1.0.4
3732026-04-21T11:08:06.070Z Downloaded textwrap v0.16.2
3742026-04-21T11:08:06.075Z Downloaded zerotrie v0.2.3
3752026-04-21T11:08:06.075Z Downloaded tabled_derive v0.7.0
3762026-04-21T11:08:06.081Z Downloaded url v2.5.8
3772026-04-21T11:08:06.085Z Downloaded bytecount v0.6.9
3782026-04-21T11:08:06.099Z Downloaded proc-macro-error v1.0.4
3792026-04-21T11:08:06.099Z Downloaded synstructure v0.13.2
3802026-04-21T11:08:06.099Z Downloaded fs-err v3.3.0
3812026-04-21T11:08:06.104Z Downloaded bitflags v2.11.0
3822026-04-21T11:08:06.104Z Downloaded displaydoc v0.2.5
3832026-04-21T11:08:06.104Z Downloaded zerovec v0.11.5
3842026-04-21T11:08:06.112Z Downloaded sha2 v0.10.9
3852026-04-21T11:08:06.112Z Downloaded semver v1.0.27
3862026-04-21T11:08:06.112Z Downloaded cargo_toml v0.21.0
3872026-04-21T11:08:06.112Z Downloaded serde-untagged v0.1.9
3882026-04-21T11:08:06.113Z Downloaded scroll v0.12.0
3892026-04-21T11:08:06.113Z Downloaded potential_utf v0.1.4
3902026-04-21T11:08:06.119Z Downloaded camino-tempfile v1.4.1
3912026-04-21T11:08:06.119Z Downloaded zerocopy v0.7.35
3922026-04-21T11:08:06.126Z Downloaded autocfg v1.5.0
3932026-04-21T11:08:06.126Z Downloaded winnow v0.7.14
3942026-04-21T11:08:06.134Z Downloaded unicode-width v0.1.14
3952026-04-21T11:08:06.134Z Downloaded unicode-width v0.2.0
3962026-04-21T11:08:06.137Z Downloaded pest_derive v2.8.6
3972026-04-21T11:08:06.137Z Downloaded tempfile v3.25.0
3982026-04-21T11:08:06.137Z Downloaded serde_tokenstream v0.2.3
3992026-04-21T11:08:06.137Z Downloaded quote v1.0.44
4002026-04-21T11:08:06.151Z Downloaded papergrid v0.11.0
4012026-04-21T11:08:06.157Z Downloaded clap_derive v4.5.55
4022026-04-21T11:08:06.162Z Downloaded cargo-util-schemas v0.8.2
4032026-04-21T11:08:06.167Z Downloaded once_cell v1.21.3
4042026-04-21T11:08:06.172Z Downloaded camino v1.2.2
4052026-04-21T11:08:06.178Z Downloaded smallvec v1.15.1
4062026-04-21T11:08:06.178Z Downloaded anyhow v1.0.102
4072026-04-21T11:08:06.185Z Downloaded thiserror v1.0.69
4082026-04-21T11:08:06.189Z Downloaded serde_core v1.0.228
4092026-04-21T11:08:06.189Z Downloaded anstyle-parse v0.2.7
4102026-04-21T11:08:06.189Z Downloaded litemap v0.8.1
4112026-04-21T11:08:06.205Z Downloaded icu_properties v2.1.2
4122026-04-21T11:08:06.208Z Downloaded num-traits v0.2.19
4132026-04-21T11:08:06.211Z Downloaded proc-macro2 v1.0.106
4142026-04-21T11:08:06.211Z Downloaded log v0.4.29
4152026-04-21T11:08:06.214Z Downloaded serde_derive v1.0.228
4162026-04-21T11:08:06.229Z Downloaded icu_locale_core v2.1.1
4172026-04-21T11:08:06.232Z Downloaded icu_provider v2.1.1
4182026-04-21T11:08:06.232Z Downloaded icu_collections v2.1.1
4192026-04-21T11:08:06.239Z Downloaded pest_generator v2.8.6
4202026-04-21T11:08:06.243Z Downloaded icu_normalizer_data v2.1.1
4212026-04-21T11:08:06.243Z Downloaded getrandom v0.4.1
4222026-04-21T11:08:06.243Z Downloaded pest_meta v2.8.6
4232026-04-21T11:08:06.246Z Downloaded icu_normalizer v2.1.1
4242026-04-21T11:08:06.261Z Downloaded serde v1.0.228
4252026-04-21T11:08:06.268Z Downloaded memchr v2.8.0
4262026-04-21T11:08:06.272Z Downloaded indexmap v2.13.0
4272026-04-21T11:08:06.292Z Downloaded pest v2.8.6
4282026-04-21T11:08:06.317Z Downloaded hashbrown v0.16.1
4292026-04-21T11:08:06.322Z Downloaded idna v1.1.0
4302026-04-21T11:08:06.336Z Downloaded serde_json v1.0.149
4312026-04-21T11:08:06.340Z Downloaded icu_properties_data v2.1.2
4322026-04-21T11:08:06.343Z Downloaded clap_builder v4.5.60
4332026-04-21T11:08:06.352Z Downloaded syn v1.0.109
4342026-04-21T11:08:06.357Z Downloaded goblin v0.8.2
4352026-04-21T11:08:06.360Z Downloaded tabled v0.15.0
4362026-04-21T11:08:06.386Z Downloaded syn v2.0.117
4372026-04-21T11:08:06.408Z Downloaded rustix v1.1.3
4382026-04-21T11:08:06.446Z Downloaded libc v0.2.185
4392026-04-21T11:08:06.511Z Compiling proc-macro2 v1.0.106
4402026-04-21T11:08:06.512Z Compiling unicode-ident v1.0.24
4412026-04-21T11:08:06.516Z Compiling quote v1.0.44
4422026-04-21T11:08:06.516Z Compiling serde_core v1.0.228
4432026-04-21T11:08:06.516Z Compiling libc v0.2.185
4442026-04-21T11:08:06.516Z Compiling version_check v0.9.5
4452026-04-21T11:08:06.516Z Compiling stable_deref_trait v1.2.1
4462026-04-21T11:08:06.516Z Compiling serde v1.0.228
4472026-04-21T11:08:06.516Z Compiling memchr v2.8.0
4482026-04-21T11:08:06.516Z Compiling zmij v1.0.21
4492026-04-21T11:08:06.516Z Compiling autocfg v1.5.0
4502026-04-21T11:08:06.696Z Compiling ucd-trie v0.1.7
4512026-04-21T11:08:06.702Z Compiling thiserror v1.0.69
4522026-04-21T11:08:06.702Z Compiling itoa v1.0.17
4532026-04-21T11:08:06.702Z Compiling writeable v0.6.2
4542026-04-21T11:08:06.919Z Compiling litemap v0.8.1
4552026-04-21T11:08:06.935Z Compiling icu_properties_data v2.1.2
4562026-04-21T11:08:07.037Z Compiling icu_normalizer_data v2.1.1
4572026-04-21T11:08:07.074Z Compiling rustix v1.1.3
4582026-04-21T11:08:07.136Z Compiling byteorder v1.5.0
4592026-04-21T11:08:07.196Z Compiling pest v2.8.6
4602026-04-21T11:08:07.373Z Compiling serde_json v1.0.149
4612026-04-21T11:08:07.388Z Compiling bitflags v2.11.0
4622026-04-21T11:08:07.461Z Compiling num-traits v0.2.19
4632026-04-21T11:08:07.465Z Compiling equivalent v1.0.2
4642026-04-21T11:08:07.475Z Compiling hashbrown v0.16.1
4652026-04-21T11:08:07.643Z Compiling smallvec v1.15.1
4662026-04-21T11:08:07.668Z Compiling typeid v1.0.3
4672026-04-21T11:08:07.692Z Compiling proc-macro-error-attr v1.0.4
4682026-04-21T11:08:07.708Z Compiling usdt-impl v0.5.0
4692026-04-21T11:08:07.766Z Compiling syn v1.0.109
4702026-04-21T11:08:07.781Z Compiling erased-serde v0.4.9
4712026-04-21T11:08:07.801Z Compiling toml_write v0.1.2
4722026-04-21T11:08:07.858Z Compiling winnow v0.7.14
4732026-04-21T11:08:07.881Z Compiling errno v0.3.14
4742026-04-21T11:08:07.899Z Compiling thread-id v4.2.2
4752026-04-21T11:08:07.937Z Compiling proc-macro-error v1.0.4
4762026-04-21T11:08:07.958Z Compiling log v0.4.29
4772026-04-21T11:08:08.017Z Compiling utf8parse v0.2.2
4782026-04-21T11:08:08.092Z Compiling indexmap v2.13.0
4792026-04-21T11:08:08.168Z Compiling utf8_iter v1.0.4
4802026-04-21T11:08:08.179Z Compiling percent-encoding v2.3.2
4812026-04-21T11:08:08.187Z Compiling plain v0.2.3
4822026-04-21T11:08:08.220Z Compiling getrandom v0.4.1
4832026-04-21T11:08:08.230Z Compiling thiserror v2.0.18
4842026-04-21T11:08:08.230Z Compiling camino v1.2.2
4852026-04-21T11:08:08.327Z Compiling syn v2.0.117
4862026-04-21T11:08:08.344Z Compiling pest_meta v2.8.6
4872026-04-21T11:08:08.377Z Compiling form_urlencoded v1.2.2
4882026-04-21T11:08:08.413Z Compiling anstyle-parse v0.2.7
4892026-04-21T11:08:08.624Z Compiling ordered-float v2.10.1
4902026-04-21T11:08:08.690Z Compiling cfg-if v1.0.4
4912026-04-21T11:08:08.693Z Compiling pretty-hex v0.4.1
4922026-04-21T11:08:08.729Z Compiling anstyle v1.0.13
4932026-04-21T11:08:08.745Z Compiling colorchoice v1.0.4
4942026-04-21T11:08:08.779Z Compiling is_terminal_polyfill v1.70.2
4952026-04-21T11:08:08.796Z Compiling anstyle-query v1.1.5
4962026-04-21T11:08:08.888Z Compiling fs-err v3.3.0
4972026-04-21T11:08:08.905Z Compiling anstream v0.6.21
4982026-04-21T11:08:08.913Z Compiling anyhow v1.0.102
4992026-04-21T11:08:08.913Z Compiling bytecount v0.6.9
5002026-04-21T11:08:08.960Z Compiling terminal_size v0.4.3
5012026-04-21T11:08:08.979Z Compiling once_cell v1.21.3
5022026-04-21T11:08:08.984Z Compiling clap_lex v1.0.0
5032026-04-21T11:08:09.046Z Compiling strsim v0.11.1
5042026-04-21T11:08:09.067Z Compiling unicode-xid v0.2.6
5052026-04-21T11:08:09.097Z Compiling heck v0.4.1
5062026-04-21T11:08:09.128Z Compiling heck v0.5.0
5072026-04-21T11:08:09.228Z Compiling fastrand v2.3.0
5082026-04-21T11:08:09.242Z Compiling unicode-width v0.1.14
5092026-04-21T11:08:09.267Z Compiling fnv v1.0.7
5102026-04-21T11:08:09.273Z Compiling clap_builder v4.5.60
5112026-04-21T11:08:09.391Z Compiling semver v1.0.27
5122026-04-21T11:08:09.431Z Compiling tempfile v3.25.0
5132026-04-21T11:08:09.469Z Compiling memmap v0.7.0
5142026-04-21T11:08:09.523Z Compiling papergrid v0.11.0
5152026-04-21T11:08:09.555Z Compiling unicode-linebreak v0.1.5
5162026-04-21T11:08:09.572Z Compiling smawk v0.3.2
5172026-04-21T11:08:09.671Z Compiling unicode-width v0.2.0
5182026-04-21T11:08:09.743Z Compiling serde-untagged v0.1.9
5192026-04-21T11:08:09.761Z Compiling camino-tempfile v1.4.1
5202026-04-21T11:08:09.832Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5212026-04-21T11:08:09.836Z Compiling swrite v0.1.0
5222026-04-21T11:08:09.960Z Compiling textwrap v0.16.2
5232026-04-21T11:08:10.252Z Compiling tabled_derive v0.7.0
5242026-04-21T11:08:10.919Z Compiling tabled v0.15.0
5252026-04-21T11:08:10.964Z Compiling synstructure v0.13.2
5262026-04-21T11:08:10.964Z Compiling pest_generator v2.8.6
5272026-04-21T11:08:11.470Z Compiling serde_derive v1.0.228
5282026-04-21T11:08:11.470Z Compiling zerofrom-derive v0.1.6
5292026-04-21T11:08:11.473Z Compiling yoke-derive v0.8.1
5302026-04-21T11:08:11.473Z Compiling zerovec-derive v0.11.2
5312026-04-21T11:08:11.473Z Compiling displaydoc v0.2.5
5322026-04-21T11:08:11.473Z Compiling thiserror-impl v1.0.69
5332026-04-21T11:08:11.473Z Compiling zerocopy-derive v0.7.35
5342026-04-21T11:08:11.473Z Compiling scroll_derive v0.12.1
5352026-04-21T11:08:11.473Z Compiling thiserror-impl v2.0.18
5362026-04-21T11:08:11.473Z Compiling clap_derive v4.5.55
5372026-04-21T11:08:11.563Z Compiling pest_derive v2.8.6
5382026-04-21T11:08:12.238Z Compiling scroll v0.12.0
5392026-04-21T11:08:12.331Z Compiling zerocopy v0.7.35
5402026-04-21T11:08:12.526Z Compiling goblin v0.8.2
5412026-04-21T11:08:12.557Z Compiling zerofrom v0.1.6
5422026-04-21T11:08:12.662Z Compiling yoke v0.8.1
5432026-04-21T11:08:12.712Z Compiling dtrace-parser v0.2.0
5442026-04-21T11:08:12.812Z Compiling zerovec v0.11.5
5452026-04-21T11:08:12.812Z Compiling zerotrie v0.2.3
5462026-04-21T11:08:12.920Z Compiling clap v4.5.60
5472026-04-21T11:08:13.240Z Compiling tinystr v0.8.2
5482026-04-21T11:08:13.240Z Compiling potential_utf v0.1.4
5492026-04-21T11:08:13.364Z Compiling icu_collections v2.1.1
5502026-04-21T11:08:13.390Z Compiling icu_locale_core v2.1.1
5512026-04-21T11:08:13.980Z Compiling icu_provider v2.1.1
5522026-04-21T11:08:14.027Z Compiling dof v0.3.0
5532026-04-21T11:08:14.027Z Compiling serde_tokenstream v0.2.3
5542026-04-21T11:08:14.052Z Compiling serde_spanned v0.6.9
5552026-04-21T11:08:14.058Z Compiling toml_datetime v0.6.11
5562026-04-21T11:08:14.058Z Compiling serde-value v0.7.0
5572026-04-21T11:08:14.058Z Compiling cargo-platform v0.2.0
5582026-04-21T11:08:14.058Z Compiling macaddr v1.0.1
5592026-04-21T11:08:14.202Z Compiling icu_properties v2.1.2
5602026-04-21T11:08:14.202Z Compiling icu_normalizer v2.1.1
5612026-04-21T11:08:14.307Z Compiling toml_edit v0.22.27
5622026-04-21T11:08:14.718Z Compiling usdt-attr-macro v0.5.0
5632026-04-21T11:08:14.724Z Compiling usdt-macro v0.5.0
5642026-04-21T11:08:15.005Z Compiling idna_adapter v1.2.1
5652026-04-21T11:08:15.107Z Compiling idna v1.1.0
5662026-04-21T11:08:15.300Z Compiling usdt v0.5.0
5672026-04-21T11:08:15.378Z Compiling url v2.5.8
5682026-04-21T11:08:15.549Z Compiling toml v0.8.23
5692026-04-21T11:08:15.872Z Compiling cargo-util-schemas v0.8.2
5702026-04-21T11:08:15.872Z Compiling cargo_toml v0.21.0
5712026-04-21T11:08:16.640Z Compiling cargo_metadata v0.21.0
5722026-04-21T11:08:17.549Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5732026-04-21T11:08:19.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.06s
5742026-04-21T11:08:19.902Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5752026-04-21T11:08:20.461Z Downloading crates ...
5762026-04-21T11:08:20.556Z Downloaded arrayref v0.3.9
5772026-04-21T11:08:20.571Z Downloaded cargo_metadata v0.19.2
5782026-04-21T11:08:20.580Z Downloaded crc32fast v1.5.0
5792026-04-21T11:08:20.583Z Downloaded bzip2 v0.4.4
5802026-04-21T11:08:20.591Z Downloaded array-init v0.0.4
5812026-04-21T11:08:20.594Z Downloaded bitfield-struct v0.6.2
5822026-04-21T11:08:20.594Z Downloaded bit-set v0.5.3
5832026-04-21T11:08:20.597Z Downloaded crunchy v0.2.4
5842026-04-21T11:08:20.600Z Downloaded assert_matches v1.5.0
5852026-04-21T11:08:20.601Z Downloaded cstr-argument v0.1.2
5862026-04-21T11:08:20.601Z Downloaded crucible-workspace-hack v0.1.0
5872026-04-21T11:08:20.604Z Downloaded bcrypt-pbkdf v0.10.0
5882026-04-21T11:08:20.604Z Downloaded crossbeam-utils v0.8.21
5892026-04-21T11:08:20.607Z Downloaded convert_case v0.4.0
5902026-04-21T11:08:20.607Z Downloaded ascii-canvas v3.0.0
5912026-04-21T11:08:20.607Z Downloaded atomicwrites v0.4.4
5922026-04-21T11:08:20.612Z Downloaded derive_builder_macro v0.20.2
5932026-04-21T11:08:20.615Z Downloaded debug-ignore v1.0.5
5942026-04-21T11:08:20.615Z Downloaded crc v3.4.0
5952026-04-21T11:08:20.619Z Downloaded castaway v0.2.4
5962026-04-21T11:08:20.619Z Downloaded dirs-sys-next v0.1.2
5972026-04-21T11:08:20.622Z Downloaded display-error-chain v0.2.2
5982026-04-21T11:08:20.626Z Downloaded embedded-io v0.6.1
5992026-04-21T11:08:20.630Z Downloaded adler2 v2.0.1
6002026-04-21T11:08:20.630Z Downloaded darling_macro v0.21.3
6012026-04-21T11:08:20.637Z Downloaded async-stream-impl v0.3.6
6022026-04-21T11:08:20.640Z Downloaded dirs-next v2.0.0
6032026-04-21T11:08:20.640Z Downloaded ciborium-io v0.2.2
6042026-04-21T11:08:20.647Z Downloaded bb8 v0.8.6
6052026-04-21T11:08:20.647Z Downloaded atomic-waker v1.1.2
6062026-04-21T11:08:20.647Z Downloaded atty v0.2.14
6072026-04-21T11:08:20.656Z Downloaded darling_macro v0.20.11
6082026-04-21T11:08:20.656Z Downloaded cpufeatures v0.3.0
6092026-04-21T11:08:20.656Z Downloaded cfg_aliases v0.2.1
6102026-04-21T11:08:20.656Z Downloaded defmt-parser v1.0.0
6112026-04-21T11:08:20.656Z Downloaded endian-type v0.1.2
6122026-04-21T11:08:20.656Z Downloaded compression-core v0.4.31
6132026-04-21T11:08:20.656Z Downloaded base16ct v0.2.0
6142026-04-21T11:08:20.656Z Downloaded defmt v0.3.100
6152026-04-21T11:08:20.656Z Downloaded curve25519-dalek-derive v0.1.1
6162026-04-21T11:08:20.663Z Downloaded ciborium-ll v0.2.2
6172026-04-21T11:08:20.663Z Downloaded downcast-rs v2.0.2
6182026-04-21T11:08:20.664Z Downloaded bitfield-macros v0.19.4
6192026-04-21T11:08:20.664Z Downloaded cobs v0.3.0
6202026-04-21T11:08:20.672Z Downloaded crossbeam-deque v0.8.6
6212026-04-21T11:08:20.672Z Downloaded critical-section v1.2.0
6222026-04-21T11:08:20.672Z Downloaded bit-set v0.8.0
6232026-04-21T11:08:20.678Z Downloaded dof v0.4.0
6242026-04-21T11:08:20.678Z Downloaded arrayvec v0.7.6
6252026-04-21T11:08:20.678Z Downloaded darling_macro v0.23.0
6262026-04-21T11:08:20.678Z Downloaded aead v0.5.2
6272026-04-21T11:08:20.682Z Downloaded embedded-io v0.4.0
6282026-04-21T11:08:20.682Z Downloaded env_filter v1.0.0
6292026-04-21T11:08:20.686Z Downloaded difflib v0.4.0
6302026-04-21T11:08:20.686Z Downloaded diesel_table_macro_syntax v0.3.0
6312026-04-21T11:08:20.692Z Downloaded foreign-types v0.5.0
6322026-04-21T11:08:20.696Z Downloaded float-ord v0.3.2
6332026-04-21T11:08:20.696Z Downloaded dropshot-api-manager-types v0.6.0
6342026-04-21T11:08:20.696Z Downloaded float-cmp v0.10.0
6352026-04-21T11:08:20.696Z Downloaded cfg_aliases v0.1.1
6362026-04-21T11:08:20.700Z Downloaded fd-lock v4.0.4
6372026-04-21T11:08:20.700Z Downloaded enum-as-inner v0.6.1
6382026-04-21T11:08:20.700Z Downloaded cargo-platform v0.1.9
6392026-04-21T11:08:20.703Z Downloaded crc-catalog v2.4.0
6402026-04-21T11:08:20.703Z Downloaded dunce v1.0.5
6412026-04-21T11:08:20.703Z Downloaded flagset v0.4.7
6422026-04-21T11:08:20.706Z Downloaded dyn-clone v1.0.20
6432026-04-21T11:08:20.706Z Downloaded block-padding v0.3.3
6442026-04-21T11:08:20.706Z Downloaded bit-vec v0.6.3
6452026-04-21T11:08:20.710Z Downloaded async-bb8-diesel v0.2.1
6462026-04-21T11:08:20.710Z Downloaded async-stream v0.3.6
6472026-04-21T11:08:20.714Z Downloaded foreign-types-macros v0.2.3
6482026-04-21T11:08:20.718Z Downloaded foreign-types v0.3.2
6492026-04-21T11:08:20.718Z Downloaded fixedbitset v0.4.2
6502026-04-21T11:08:20.724Z Downloaded dtrace-parser v0.3.0
6512026-04-21T11:08:20.731Z Downloaded either v1.15.0
6522026-04-21T11:08:20.731Z Downloaded der_derive v0.7.3
6532026-04-21T11:08:20.731Z Downloaded daft v0.1.5
6542026-04-21T11:08:20.731Z Downloaded ctr v0.9.2
6552026-04-21T11:08:20.731Z Downloaded foreign-types-shared v0.1.1
6562026-04-21T11:08:20.731Z Downloaded crc8 v0.1.1
6572026-04-21T11:08:20.744Z Downloaded async-recursion v1.1.1
6582026-04-21T11:08:20.744Z Downloaded deranged v0.5.8
6592026-04-21T11:08:20.745Z Downloaded foreign-types-shared v0.3.1
6602026-04-21T11:08:20.745Z Downloaded derive_builder_core v0.20.2
6612026-04-21T11:08:20.745Z Downloaded defmt v1.0.1
6622026-04-21T11:08:20.749Z Downloaded cbc v0.1.2
6632026-04-21T11:08:20.750Z Downloaded blowfish v0.9.1
6642026-04-21T11:08:20.750Z Downloaded defmt-macros v1.0.1
6652026-04-21T11:08:20.750Z Downloaded ff v0.13.1
6662026-04-21T11:08:20.753Z Downloaded env_logger v0.11.9
6672026-04-21T11:08:20.754Z Downloaded crossbeam-epoch v0.9.18
6682026-04-21T11:08:20.754Z Downloaded cipher v0.4.4
6692026-04-21T11:08:20.754Z Downloaded byte-wrapper v0.1.0
6702026-04-21T11:08:20.760Z Downloaded bitflags v1.3.2
6712026-04-21T11:08:20.760Z Downloaded funty v2.0.0
6722026-04-21T11:08:20.764Z Downloaded futures-core v0.3.32
6732026-04-21T11:08:20.764Z Downloaded ghash v0.5.1
6742026-04-21T11:08:20.764Z Downloaded fxhash v0.2.1
6752026-04-21T11:08:20.770Z Downloaded constant_time_eq v0.4.2
6762026-04-21T11:08:20.770Z Downloaded git-stub v1.0.0
6772026-04-21T11:08:20.776Z Downloaded futures-io v0.3.32
6782026-04-21T11:08:20.776Z Downloaded futures-sink v0.3.32
6792026-04-21T11:08:20.776Z Downloaded headers-core v0.3.0
6802026-04-21T11:08:20.776Z Downloaded gethostname v0.5.0
6812026-04-21T11:08:20.781Z Downloaded document-features v0.2.12
6822026-04-21T11:08:20.781Z Downloaded globwalk v0.9.1
6832026-04-21T11:08:20.781Z Downloaded ena v0.14.4
6842026-04-21T11:08:20.781Z Downloaded crossbeam-channel v0.5.15
6852026-04-21T11:08:20.785Z Downloaded cexpr v0.6.0
6862026-04-21T11:08:20.785Z Downloaded bzip2 v0.6.1
6872026-04-21T11:08:20.785Z Downloaded bcs v0.1.6
6882026-04-21T11:08:20.789Z Downloaded backoff v0.4.0
6892026-04-21T11:08:20.789Z Downloaded ecdsa v0.16.9
6902026-04-21T11:08:20.793Z Downloaded ahash v0.8.12
6912026-04-21T11:08:20.793Z Downloaded compression-codecs v0.4.37
6922026-04-21T11:08:20.804Z Downloaded erased-serde v0.3.31
6932026-04-21T11:08:20.804Z Downloaded ed25519 v2.2.3
6942026-04-21T11:08:20.804Z Downloaded cc v1.2.56
6952026-04-21T11:08:20.807Z Downloaded dsl_auto_type v0.2.0
6962026-04-21T11:08:20.808Z Downloaded derive-ex v0.1.8
6972026-04-21T11:08:20.808Z Downloaded filetime v0.2.27
6982026-04-21T11:08:20.808Z Downloaded clang-sys v1.8.1
6992026-04-21T11:08:20.808Z Downloaded fallible-iterator v0.2.0
7002026-04-21T11:08:20.808Z Downloaded csv-core v0.1.13
7012026-04-21T11:08:20.808Z Downloaded daft-derive v0.1.5
7022026-04-21T11:08:20.808Z Downloaded hex v0.4.3
7032026-04-21T11:08:20.811Z Downloaded hash32 v0.2.1
7042026-04-21T11:08:20.811Z Downloaded fixedbitset v0.5.7
7052026-04-21T11:08:20.811Z Downloaded hash32 v0.3.1
7062026-04-21T11:08:20.814Z Downloaded find-msvc-tools v0.1.9
7072026-04-21T11:08:20.814Z Downloaded drift v0.1.3
7082026-04-21T11:08:20.819Z Downloaded hex-literal v0.4.1
7092026-04-21T11:08:20.819Z Downloaded cmake v0.1.57
7102026-04-21T11:08:20.819Z Downloaded camino-tempfile-ext v0.3.3
7112026-04-21T11:08:20.819Z Downloaded bit-vec v0.8.0
7122026-04-21T11:08:20.822Z Downloaded buf-list v1.1.2
7132026-04-21T11:08:20.822Z Downloaded http-range v0.1.5
7142026-04-21T11:08:20.826Z Downloaded base64ct v1.8.3
7152026-04-21T11:08:20.826Z Downloaded async-trait v0.1.89
7162026-04-21T11:08:20.831Z Downloaded diff v0.1.13
7172026-04-21T11:08:20.831Z Downloaded diesel-dtrace v0.5.0
7182026-04-21T11:08:20.831Z Downloaded data-encoding v2.10.0
7192026-04-21T11:08:20.831Z Downloaded cassowary v0.3.0
7202026-04-21T11:08:20.841Z Downloaded darling v0.21.3
7212026-04-21T11:08:20.841Z Downloaded fs_extra v1.3.0
7222026-04-21T11:08:20.841Z Downloaded futures-task v0.3.32
7232026-04-21T11:08:20.841Z Downloaded fs-err v2.11.0
7242026-04-21T11:08:20.842Z Downloaded darling v0.20.11
7252026-04-21T11:08:20.842Z Downloaded foldhash v0.2.0
7262026-04-21T11:08:20.846Z Downloaded convert_case v0.10.0
7272026-04-21T11:08:20.846Z Downloaded http-body v1.0.1
7282026-04-21T11:08:20.846Z Downloaded hostname v0.4.2
7292026-04-21T11:08:20.846Z Downloaded hubpack_derive v0.1.1
7302026-04-21T11:08:20.849Z Downloaded httpdate v1.0.3
7312026-04-21T11:08:20.849Z Downloaded hostname v0.3.1
7322026-04-21T11:08:20.849Z Downloaded home v0.5.12
7332026-04-21T11:08:20.849Z Downloaded const_format_proc_macros v0.2.34
7342026-04-21T11:08:20.854Z Downloaded hubpack v0.1.2
7352026-04-21T11:08:20.854Z Downloaded cookie v0.18.1
7362026-04-21T11:08:20.854Z Downloaded futures-macro v0.3.32
7372026-04-21T11:08:20.857Z Downloaded corncobs v0.1.4
7382026-04-21T11:08:20.857Z Downloaded console v0.16.2
7392026-04-21T11:08:20.857Z Downloaded chacha20 v0.10.0
7402026-04-21T11:08:20.860Z Downloaded colored v3.1.1
7412026-04-21T11:08:20.860Z Downloaded chacha20 v0.9.1
7422026-04-21T11:08:20.865Z Downloaded globset v0.4.18
7432026-04-21T11:08:20.865Z Downloaded argon2 v0.5.3
7442026-04-21T11:08:20.868Z Downloaded futures-executor v0.3.32
7452026-04-21T11:08:20.868Z Downloaded git-stub-vcs v0.1.0
7462026-04-21T11:08:20.868Z Downloaded console v0.15.11
7472026-04-21T11:08:20.872Z Downloaded ident_case v1.0.1
7482026-04-21T11:08:20.872Z Downloaded hyper-tls v0.6.0
7492026-04-21T11:08:20.875Z Downloaded indoc v1.0.9
7502026-04-21T11:08:20.875Z Downloaded indent_write v2.2.0
7512026-04-21T11:08:20.880Z Downloaded is_ci v1.2.0
7522026-04-21T11:08:20.883Z Downloaded internet-checksum v0.2.1
7532026-04-21T11:08:20.883Z Downloaded instant v0.1.13
7542026-04-21T11:08:20.883Z Downloaded inout v0.1.4
7552026-04-21T11:08:20.887Z Downloaded derive_builder v0.20.2
7562026-04-21T11:08:20.890Z Downloaded darling v0.23.0
7572026-04-21T11:08:20.893Z Downloaded des v0.8.1
7582026-04-21T11:08:20.896Z Downloaded instability v0.3.11
7592026-04-21T11:08:20.899Z Downloaded glob v0.3.3
7602026-04-21T11:08:20.908Z Downloaded crc-any v2.5.0
7612026-04-21T11:08:20.908Z Downloaded group v0.13.0
7622026-04-21T11:08:20.919Z Downloaded foldhash v0.1.5
7632026-04-21T11:08:20.919Z Downloaded is-terminal v0.4.17
7642026-04-21T11:08:20.919Z Downloaded lalrpop-util v0.19.12
7652026-04-21T11:08:20.925Z Downloaded kstat-rs v0.2.4
7662026-04-21T11:08:20.925Z Downloaded blake2 v0.10.6
7672026-04-21T11:08:20.929Z Downloaded cookie_store v0.22.1
7682026-04-21T11:08:20.929Z Downloaded keccak v0.1.6
7692026-04-21T11:08:20.929Z Downloaded fatfs v0.3.6
7702026-04-21T11:08:20.929Z Downloaded derive_more v0.99.20
7712026-04-21T11:08:20.933Z Downloaded highway v1.3.0
7722026-04-21T11:08:20.936Z Downloaded lazy_static v1.5.0
7732026-04-21T11:08:20.936Z Downloaded derive-where v1.6.0
7742026-04-21T11:08:20.943Z Downloaded lru v0.12.5
7752026-04-21T11:08:20.946Z Downloaded http-body-util v0.1.3
7762026-04-21T11:08:20.949Z Downloaded lru-cache v0.1.2
7772026-04-21T11:08:20.954Z Downloaded linked-hash-map v0.5.6
7782026-04-21T11:08:20.957Z Downloaded libscf-sys v1.1.0
7792026-04-21T11:08:20.957Z Downloaded managed v0.8.0
7802026-04-21T11:08:20.957Z Downloaded const-oid v0.9.6
7812026-04-21T11:08:20.957Z Downloaded lzss v0.8.2
7822026-04-21T11:08:20.961Z Downloaded lru-slab v0.1.2
7832026-04-21T11:08:20.961Z Downloaded md5 v0.7.0
7842026-04-21T11:08:20.961Z Downloaded match_cfg v0.1.0
7852026-04-21T11:08:20.964Z Downloaded maplit v1.0.2
7862026-04-21T11:08:20.964Z Downloaded md-5 v0.10.6
7872026-04-21T11:08:20.964Z Downloaded cancel-safe-futures v0.1.5
7882026-04-21T11:08:20.967Z Downloaded humantime v2.3.0
7892026-04-21T11:08:20.967Z Downloaded getrandom v0.2.17
7902026-04-21T11:08:20.971Z Downloaded futures-channel v0.3.32
7912026-04-21T11:08:20.971Z Downloaded memoffset v0.9.1
7922026-04-21T11:08:20.974Z Downloaded mime v0.3.17
7932026-04-21T11:08:20.991Z Downloaded newtype_derive v0.1.6
7942026-04-21T11:08:20.997Z Downloaded newline-converter v0.3.0
7952026-04-21T11:08:20.998Z Downloaded new_debug_unreachable v1.0.6
7962026-04-21T11:08:20.998Z Downloaded multimap v0.10.1
7972026-04-21T11:08:20.998Z Downloaded colored v2.2.0
7982026-04-21T11:08:20.998Z Downloaded allocator-api2 v0.2.21
7992026-04-21T11:08:20.998Z Downloaded backon v1.6.0
8002026-04-21T11:08:20.998Z Downloaded ingot-types v0.1.2
8012026-04-21T11:08:20.998Z Downloaded num v0.4.3
8022026-04-21T11:08:20.998Z Downloaded nonempty v0.12.0
8032026-04-21T11:08:21.002Z Downloaded ipnet v2.11.0
8042026-04-21T11:08:21.002Z Downloaded indoc v2.0.7
8052026-04-21T11:08:21.002Z Downloaded nibble_vec v0.1.0
8062026-04-21T11:08:21.002Z Downloaded ipnetwork v0.21.1
8072026-04-21T11:08:21.002Z Downloaded compact_str v0.8.1
8082026-04-21T11:08:21.006Z Downloaded normalize-line-endings v0.3.0
8092026-04-21T11:08:21.006Z Downloaded num-derive v0.4.2
8102026-04-21T11:08:21.006Z Downloaded dropshot_endpoint v0.16.7
8112026-04-21T11:08:21.011Z Downloaded elliptic-curve v0.13.8
8122026-04-21T11:08:21.016Z Downloaded ar_archive_writer v0.5.1
8132026-04-21T11:08:21.016Z Downloaded nodrop v0.1.14
8142026-04-21T11:08:21.016Z Downloaded hyper-staticfile v0.10.1
8152026-04-21T11:08:21.016Z Downloaded half v1.8.3
8162026-04-21T11:08:21.019Z Downloaded num-derive v0.3.3
8172026-04-21T11:08:21.020Z Downloaded hmac v0.12.1
8182026-04-21T11:08:21.024Z Downloaded num-iter v0.1.45
8192026-04-21T11:08:21.028Z Downloaded num_threads v0.1.7
8202026-04-21T11:08:21.028Z Downloaded num_enum_derive v0.5.11
8212026-04-21T11:08:21.028Z Downloaded ciborium v0.2.2
8222026-04-21T11:08:21.028Z Downloaded jobserver v0.1.34
8232026-04-21T11:08:21.034Z Downloaded num-conv v0.2.0
8242026-04-21T11:08:21.037Z Downloaded libsw v3.5.0
8252026-04-21T11:08:21.037Z Downloaded bitfield v0.19.4
8262026-04-21T11:08:21.037Z Downloaded darling_core v0.21.3
8272026-04-21T11:08:21.040Z Downloaded darling_core v0.20.11
8282026-04-21T11:08:21.044Z Downloaded linear-map v1.2.0
8292026-04-21T11:08:21.047Z Downloaded libefi-sys v0.1.0
8302026-04-21T11:08:21.047Z Downloaded opaque-debug v0.3.1
8312026-04-21T11:08:21.047Z Downloaded maybe-uninit v2.0.0
8322026-04-21T11:08:21.047Z Downloaded lock_api v0.4.14
8332026-04-21T11:08:21.047Z Downloaded olpc-cjson v0.1.4
8342026-04-21T11:08:21.050Z Downloaded libsw-core v0.3.2
8352026-04-21T11:08:21.050Z Downloaded openssl-probe v0.2.1
8362026-04-21T11:08:21.050Z Downloaded openssl-probe v0.1.6
8372026-04-21T11:08:21.050Z Downloaded openssl-macros v0.1.1
8382026-04-21T11:08:21.053Z Downloaded crypto-bigint v0.5.5
8392026-04-21T11:08:21.058Z Downloaded hyper-rustls v0.27.7
8402026-04-21T11:08:21.058Z Downloaded iana-time-zone v0.1.65
8412026-04-21T11:08:21.061Z Downloaded oso-derive v0.27.3
8422026-04-21T11:08:21.061Z Downloaded mime_guess v2.0.5
8432026-04-21T11:08:21.065Z Downloaded const_format v0.2.35
8442026-04-21T11:08:21.065Z Downloaded getrandom v0.3.4
8452026-04-21T11:08:21.068Z Downloaded half v2.7.1
8462026-04-21T11:08:21.068Z Downloaded futures v0.3.32
8472026-04-21T11:08:21.071Z Downloaded packed_struct_codegen v0.10.1
8482026-04-21T11:08:21.076Z Downloaded nanorand v0.7.0
8492026-04-21T11:08:21.076Z Downloaded multer v3.1.0
8502026-04-21T11:08:21.076Z Downloaded bytes v1.11.1
8512026-04-21T11:08:21.080Z Downloaded newtype-uuid-macros v0.1.0
8522026-04-21T11:08:21.080Z Downloaded newtype-uuid v1.3.2
8532026-04-21T11:08:21.080Z Downloaded native-tls v0.2.18
8542026-04-21T11:08:21.084Z Downloaded impl-trait-for-tuples v0.2.3
8552026-04-21T11:08:21.084Z Downloaded arc-swap v1.8.2
8562026-04-21T11:08:21.092Z Downloaded httparse v1.10.1
8572026-04-21T11:08:21.092Z Downloaded nu-ansi-term v0.50.3
8582026-04-21T11:08:21.102Z Downloaded ingot-macros v0.1.1
8592026-04-21T11:08:21.102Z Downloaded ingot v0.1.1
8602026-04-21T11:08:21.102Z Downloaded parse-size v1.1.0
8612026-04-21T11:08:21.106Z Downloaded pbkdf2 v0.11.0
8622026-04-21T11:08:21.106Z Downloaded phf_shared v0.11.3
8632026-04-21T11:08:21.106Z Downloaded num-complex v0.4.6
8642026-04-21T11:08:21.106Z Downloaded path-slash v0.1.5
8652026-04-21T11:08:21.112Z Downloaded dropshot_endpoint v0.17.0
8662026-04-21T11:08:21.124Z Downloaded num_enum v0.7.5
8672026-04-21T11:08:21.124Z Downloaded phf_shared v0.13.1
8682026-04-21T11:08:21.124Z Downloaded peg-runtime v0.8.5
8692026-04-21T11:08:21.124Z Downloaded darling_core v0.23.0
8702026-04-21T11:08:21.129Z Downloaded num_enum v0.5.11
8712026-04-21T11:08:21.129Z Downloaded pin-utils v0.1.0
8722026-04-21T11:08:21.129Z Downloaded pbkdf2 v0.12.2
8732026-04-21T11:08:21.133Z Downloaded num-integer v0.1.46
8742026-04-21T11:08:21.137Z Downloaded num_enum_derive v0.7.5
8752026-04-21T11:08:21.141Z Downloaded der v0.7.10
8762026-04-21T11:08:21.144Z Downloaded chacha20poly1305 v0.10.1
8772026-04-21T11:08:21.144Z Downloaded base64 v0.22.1
8782026-04-21T11:08:21.151Z Downloaded owo-colors v4.3.0
8792026-04-21T11:08:21.162Z Downloaded oxnet v0.1.4
8802026-04-21T11:08:21.162Z Downloaded oxide-tokio-rt v0.1.4
8812026-04-21T11:08:21.166Z Downloaded predicates-core v1.0.10
8822026-04-21T11:08:21.166Z Downloaded memmap2 v0.9.10
8832026-04-21T11:08:21.166Z Downloaded predicates-tree v1.0.13
8842026-04-21T11:08:21.166Z Downloaded precomputed-hash v0.1.1
8852026-04-21T11:08:21.166Z Downloaded powerfmt v0.2.0
8862026-04-21T11:08:21.169Z Downloaded base64 v0.21.7
8872026-04-21T11:08:21.169Z Downloaded heapless v0.8.0
8882026-04-21T11:08:21.172Z Downloaded packed_struct v0.10.1
8892026-04-21T11:08:21.176Z Downloaded parse-display v0.10.0
8902026-04-21T11:08:21.190Z Downloaded password-hash v0.5.0
8912026-04-21T11:08:21.193Z Downloaded parking_lot_core v0.8.6
8922026-04-21T11:08:21.193Z Downloaded progenitor-client v0.11.2
8932026-04-21T11:08:21.196Z Downloaded proc-macro-error-attr2 v2.0.0
8942026-04-21T11:08:21.196Z Downloaded proc-macro-crate v1.3.1
8952026-04-21T11:08:21.196Z Downloaded paste v1.0.15
8962026-04-21T11:08:21.199Z Downloaded password-hash v0.4.2
8972026-04-21T11:08:21.199Z Downloaded parse-display-derive v0.10.0
8982026-04-21T11:08:21.202Z Downloaded progenitor-macro v0.10.0
8992026-04-21T11:08:21.202Z Downloaded progenitor-client v0.10.0
9002026-04-21T11:08:21.202Z Downloaded psl-types v2.0.11
9012026-04-21T11:08:21.205Z Downloaded progenitor-macro v0.11.2
9022026-04-21T11:08:21.205Z Downloaded progenitor-macro v0.13.0
9032026-04-21T11:08:21.208Z Downloaded radium v0.7.0
9042026-04-21T11:08:21.208Z Downloaded quick-error v1.2.3
9052026-04-21T11:08:21.212Z Downloaded pem-rfc7468 v0.7.0
9062026-04-21T11:08:21.216Z Downloaded derive_more v2.1.1
9072026-04-21T11:08:21.220Z Downloaded heapless v0.7.17
9082026-04-21T11:08:21.229Z Downloaded num-rational v0.4.2
9092026-04-21T11:08:21.229Z Downloaded headers v0.4.1
9102026-04-21T11:08:21.232Z Downloaded omicron-zone-package v0.12.2
9112026-04-21T11:08:21.232Z Downloaded pin-project-internal v1.1.11
9122026-04-21T11:08:21.232Z Downloaded phf_shared v0.12.1
9132026-04-21T11:08:21.232Z Downloaded phf v0.13.1
9142026-04-21T11:08:21.232Z Downloaded phf v0.12.1
9152026-04-21T11:08:21.235Z Downloaded pem v3.0.6
9162026-04-21T11:08:21.235Z Downloaded peg-macros v0.8.5
9172026-04-21T11:08:21.236Z Downloaded peg v0.8.5
9182026-04-21T11:08:21.238Z Downloaded flume v0.11.1
9192026-04-21T11:08:21.241Z Downloaded rand_chacha v0.3.1
9202026-04-21T11:08:21.241Z Downloaded flate2 v1.1.9
9212026-04-21T11:08:21.244Z Downloaded pkcs8 v0.10.2
9222026-04-21T11:08:21.249Z Downloaded polyval v0.6.2
9232026-04-21T11:08:21.253Z Downloaded ed25519-dalek v2.2.0
9242026-04-21T11:08:21.260Z Downloaded pkg-config v0.3.32
9252026-04-21T11:08:21.260Z Downloaded libbz2-rs-sys v0.2.2
9262026-04-21T11:08:21.264Z Downloaded libloading v0.8.9
9272026-04-21T11:08:21.264Z Downloaded litrs v1.0.0
9282026-04-21T11:08:21.264Z Downloaded poly1305 v0.8.0
9292026-04-21T11:08:21.270Z Downloaded recursive v0.1.1
9302026-04-21T11:08:21.270Z Downloaded rand_xorshift v0.4.0
9312026-04-21T11:08:21.270Z Downloaded ppv-lite86 v0.2.21
9322026-04-21T11:08:21.270Z Downloaded bumpalo v3.20.2
9332026-04-21T11:08:21.274Z Downloaded postgres-protocol v0.6.10
9342026-04-21T11:08:21.277Z Downloaded recursive-proc-macro-impl v0.1.1
9352026-04-21T11:08:21.278Z Downloaded primeorder v0.13.6
9362026-04-21T11:08:21.278Z Downloaded ref-cast v1.0.25
9372026-04-21T11:08:21.278Z Downloaded ref-cast-impl v1.0.25
9382026-04-21T11:08:21.281Z Downloaded parking_lot v0.11.2
9392026-04-21T11:08:21.284Z Downloaded rfc6979 v0.4.0
9402026-04-21T11:08:21.289Z Downloaded indicatif v0.18.4
9412026-04-21T11:08:21.292Z Downloaded async-compression v0.4.41
9422026-04-21T11:08:21.295Z Downloaded indexmap v1.9.3
9432026-04-21T11:08:21.298Z Downloaded ignore v0.4.25
9442026-04-21T11:08:21.298Z Downloaded parking_lot_core v0.9.12
9452026-04-21T11:08:21.301Z Downloaded parking_lot v0.12.5
9462026-04-21T11:08:21.301Z Downloaded proc-macro-error2 v2.0.1
9472026-04-21T11:08:21.304Z Downloaded progenitor-extras v0.1.1
9482026-04-21T11:08:21.304Z Downloaded progenitor-client v0.13.0
9492026-04-21T11:08:21.308Z Downloaded progenitor v0.11.2
9502026-04-21T11:08:21.308Z Downloaded progenitor v0.10.0
9512026-04-21T11:08:21.308Z Downloaded proc-macro-crate v3.4.0
9522026-04-21T11:08:21.308Z Downloaded psm v0.1.30
9532026-04-21T11:08:21.311Z Downloaded rtoolbox v0.0.3
9542026-04-21T11:08:21.314Z Downloaded rustc_version v0.1.7
9552026-04-21T11:08:21.314Z Downloaded russh-cryptovec v0.7.3
9562026-04-21T11:08:21.317Z Downloaded rustc-hash v2.1.1
9572026-04-21T11:08:21.322Z Downloaded rustc_version v0.4.1
9582026-04-21T11:08:21.324Z Downloaded derive_more-impl v2.1.1
9592026-04-21T11:08:21.327Z Downloaded hickory-resolver v0.25.2
9602026-04-21T11:08:21.331Z Downloaded pkcs1 v0.7.5
9612026-04-21T11:08:21.334Z Downloaded pin-project-lite v0.2.17
9622026-04-21T11:08:21.337Z Downloaded r2d2 v0.8.10
9632026-04-21T11:08:21.340Z Downloaded rand_chacha v0.9.0
9642026-04-21T11:08:21.344Z Downloaded rand_core v0.9.5
9652026-04-21T11:08:21.344Z Downloaded rand_core v0.6.4
9662026-04-21T11:08:21.348Z Downloaded rand_seeder v0.4.0
9672026-04-21T11:08:21.348Z Downloaded dropshot-api-manager v0.6.0
9682026-04-21T11:08:21.356Z Downloaded oso v0.27.3
9692026-04-21T11:08:21.367Z Downloaded pkcs5 v0.7.1
9702026-04-21T11:08:21.367Z Downloaded p256 v0.13.2
9712026-04-21T11:08:21.372Z Downloaded sapling-renderdag v0.1.0
9722026-04-21T11:08:21.372Z Downloaded postcard v1.1.3
9732026-04-21T11:08:21.372Z Downloaded salsa20 v0.10.2
9742026-04-21T11:08:21.381Z Downloaded papergrid v0.17.0
9752026-04-21T11:08:21.387Z Downloaded same-file v1.0.6
9762026-04-21T11:08:21.392Z Downloaded semver v0.1.20
9772026-04-21T11:08:21.396Z Downloaded scopeguard v1.2.0
9782026-04-21T11:08:21.396Z Downloaded secrecy v0.8.0
9792026-04-21T11:08:21.399Z Downloaded secrecy v0.10.3
9802026-04-21T11:08:21.400Z Downloaded scroll_derive v0.13.1
9812026-04-21T11:08:21.400Z Downloaded resolv-conf v0.7.6
9822026-04-21T11:08:21.413Z Downloaded progenitor v0.13.0
9832026-04-21T11:08:21.419Z Downloaded serde_bytes v0.11.19
9842026-04-21T11:08:21.419Z Downloaded serde-big-array v0.5.1
9852026-04-21T11:08:21.422Z Downloaded serde_repr v0.1.20
9862026-04-21T11:08:21.422Z Downloaded serde_plain v1.0.2
9872026-04-21T11:08:21.425Z Downloaded seq-macro v0.3.6
9882026-04-21T11:08:21.427Z Downloaded expectorate v1.2.0
9892026-04-21T11:08:21.430Z Downloaded diesel_derives v2.3.7
9902026-04-21T11:08:21.433Z Downloaded shell-words v1.1.1
9912026-04-21T11:08:21.436Z Downloaded serde_spanned v1.0.4
9922026-04-21T11:08:21.442Z Downloaded rand_core v0.10.0
9932026-04-21T11:08:21.445Z Downloaded hickory-resolver v0.24.4
9942026-04-21T11:08:21.448Z Downloaded sha1 v0.10.6
9952026-04-21T11:08:21.454Z Downloaded pin-project v1.1.11
9962026-04-21T11:08:21.460Z Downloaded rustls-pemfile v1.0.4
9972026-04-21T11:08:21.463Z Downloaded openssl-sys v0.9.111
9982026-04-21T11:08:21.467Z Downloaded signal-hook-tokio v0.3.1
9992026-04-21T11:08:21.468Z Downloaded rustls-native-certs v0.8.3
10002026-04-21T11:08:21.470Z Downloaded rustls-pemfile v2.2.0
10012026-04-21T11:08:21.470Z Downloaded sigpipe v0.1.3
10022026-04-21T11:08:21.471Z Downloaded signature v2.2.0
10032026-04-21T11:08:21.476Z Downloaded slog-envlogger v2.2.0
10042026-04-21T11:08:21.483Z Downloaded rusty-fork v0.3.1
10052026-04-21T11:08:21.502Z Downloaded rustversion v1.0.22
10062026-04-21T11:08:21.503Z Downloaded slog-bunyan v2.5.0
10072026-04-21T11:08:21.503Z Downloaded siphasher v1.0.2
10082026-04-21T11:08:21.503Z Downloaded postgres-types v0.2.12
10092026-04-21T11:08:21.503Z Downloaded predicates v3.1.4
10102026-04-21T11:08:21.511Z Downloaded sec1 v0.7.3
10112026-04-21T11:08:21.511Z Downloaded scheduled-thread-pool v0.2.7
10122026-04-21T11:08:21.516Z Downloaded scrypt v0.11.0
10132026-04-21T11:08:21.517Z Downloaded scroll v0.13.0
10142026-04-21T11:08:21.517Z Downloaded minimal-lexical v0.2.1
10152026-04-21T11:08:21.517Z Downloaded schemars_derive v0.8.22
10162026-04-21T11:08:21.517Z Downloaded hashbrown v0.13.2
10172026-04-21T11:08:21.522Z Downloaded progenitor-impl v0.13.0
10182026-04-21T11:08:21.528Z Downloaded serde-hex v0.1.0
10192026-04-21T11:08:21.532Z Downloaded aes v0.8.4
10202026-04-21T11:08:21.532Z Downloaded sqlparser_derive v0.5.0
10212026-04-21T11:08:21.534Z Downloaded progenitor-impl v0.11.2
10222026-04-21T11:08:21.543Z Downloaded quinn-udp v0.5.14
10232026-04-21T11:08:21.546Z Downloaded jiff-static v0.2.21
10242026-04-21T11:08:21.549Z Downloaded serde_path_to_error v0.1.20
10252026-04-21T11:08:21.549Z Downloaded ssh-cipher v0.2.0
10262026-04-21T11:08:21.552Z Downloaded serde_derive_internals v0.29.1
10272026-04-21T11:08:21.552Z Downloaded ssh-encoding v0.2.0
10282026-04-21T11:08:21.556Z Downloaded signal-hook-registry v1.4.8
10292026-04-21T11:08:21.559Z Downloaded shlex v1.3.0
10302026-04-21T11:08:21.559Z Downloaded strip-ansi-escapes v0.2.1
10312026-04-21T11:08:21.563Z Downloaded structmeta-derive v0.3.0
10322026-04-21T11:08:21.568Z Downloaded crossterm v0.29.0
10332026-04-21T11:08:21.572Z Downloaded rustls-pki-types v1.14.0
10342026-04-21T11:08:21.575Z Downloaded slab v0.4.12
10352026-04-21T11:08:21.579Z Downloaded simd-adler32 v0.3.8
10362026-04-21T11:08:21.582Z Downloaded strum v0.27.2
10372026-04-21T11:08:21.582Z Downloaded strum v0.26.3
10382026-04-21T11:08:21.582Z Downloaded slog-async v2.8.0
10392026-04-21T11:08:21.585Z Downloaded rcgen v0.12.1
10402026-04-21T11:08:21.587Z Downloaded hyper-util v0.1.20
10412026-04-21T11:08:21.591Z Downloaded pretty_assertions v1.4.1
10422026-04-21T11:08:21.594Z Downloaded slog-scope v4.4.1
10432026-04-21T11:08:21.594Z Downloaded prefix-trie v0.7.0
10442026-04-21T11:08:21.597Z Downloaded crossterm v0.28.1
10452026-04-21T11:08:21.600Z Downloaded subtle v2.6.1
10462026-04-21T11:08:21.603Z Downloaded slog-stdlog v4.1.1
10472026-04-21T11:08:21.603Z Downloaded sct v0.7.1
10482026-04-21T11:08:21.606Z Downloaded sync-ptr v0.1.4
10492026-04-21T11:08:21.606Z Downloaded sync_wrapper v1.0.2
10502026-04-21T11:08:21.606Z Downloaded supports-color v3.0.2
10512026-04-21T11:08:21.606Z Downloaded hashbrown v0.12.3
10522026-04-21T11:08:21.610Z Downloaded snafu-derive v0.8.9
10532026-04-21T11:08:21.610Z Downloaded prettyplease v0.2.37
10542026-04-21T11:08:21.613Z Downloaded slog-term v2.9.2
10552026-04-21T11:08:21.613Z Downloaded slog-json v2.6.1
10562026-04-21T11:08:21.616Z Downloaded slog-dtrace v0.3.0
10572026-04-21T11:08:21.616Z Downloaded progenitor-impl v0.10.0
10582026-04-21T11:08:21.619Z Downloaded miniz_oxide v0.8.9
10592026-04-21T11:08:21.619Z Downloaded smf v0.2.3
10602026-04-21T11:08:21.621Z Downloaded smallvec v0.6.14
10612026-04-21T11:08:21.621Z Downloaded structmeta v0.3.0
10622026-04-21T11:08:21.622Z Downloaded tagptr v0.2.0
10632026-04-21T11:08:21.624Z Downloaded spki v0.7.3
10642026-04-21T11:08:21.625Z Downloaded take_mut v0.2.2
10652026-04-21T11:08:21.639Z Downloaded tap v1.0.1
10662026-04-21T11:08:21.639Z Downloaded termtree v0.5.1
10672026-04-21T11:08:21.639Z Downloaded serde_with_macros v3.17.0
10682026-04-21T11:08:21.639Z Downloaded aes-gcm v0.10.3
10692026-04-21T11:08:21.643Z Downloaded itertools v0.10.5
10702026-04-21T11:08:21.646Z Downloaded serde_urlencoded v0.7.1
10712026-04-21T11:08:21.649Z Downloaded sqlformat v0.3.5
10722026-04-21T11:08:21.649Z Downloaded serde_cbor v0.11.2
10732026-04-21T11:08:21.655Z Downloaded russh-keys v0.45.0
10742026-04-21T11:08:21.655Z Downloaded thiserror-impl-no-std v2.0.2
10752026-04-21T11:08:21.655Z Downloaded signal-hook-mio v0.2.5
10762026-04-21T11:08:21.659Z Downloaded testing_table v0.3.0
10772026-04-21T11:08:21.659Z Downloaded thread-id v5.1.0
10782026-04-21T11:08:21.665Z Downloaded tinyvec_macros v0.1.1
10792026-04-21T11:08:21.665Z Downloaded static_assertions v1.1.0
10802026-04-21T11:08:21.672Z Downloaded stacker v0.1.23
10812026-04-21T11:08:21.676Z Downloaded rayon-core v1.13.0
10822026-04-21T11:08:21.679Z Downloaded strum_macros v0.27.2
10832026-04-21T11:08:21.679Z Downloaded strum_macros v0.24.3
10842026-04-21T11:08:21.683Z Downloaded stringprep v0.1.5
10852026-04-21T11:08:21.683Z Downloaded string_cache v0.8.9
10862026-04-21T11:08:21.683Z Downloaded time-core v0.1.8
10872026-04-21T11:08:21.691Z Downloaded http v1.4.0
10882026-04-21T11:08:21.694Z Downloaded hickory-server v0.25.2
10892026-04-21T11:08:21.697Z Downloaded ryu v1.0.23
10902026-04-21T11:08:21.700Z Downloaded spin v0.9.8
10912026-04-21T11:08:21.700Z Downloaded strum_macros v0.26.4
10922026-04-21T11:08:21.703Z Downloaded support-bundle-viewer v0.1.2
10932026-04-21T11:08:21.706Z Downloaded tokio-macros v2.7.0
10942026-04-21T11:08:21.709Z Downloaded num-bigint v0.4.6
10952026-04-21T11:08:21.712Z Downloaded qorb v0.4.1
10962026-04-21T11:08:21.715Z Downloaded publicsuffix v2.3.0
10972026-04-21T11:08:21.718Z Downloaded tabwriter v1.4.1
10982026-04-21T11:08:21.721Z Downloaded schemars v0.8.22
10992026-04-21T11:08:21.726Z Downloaded tabled_derive v0.11.0
11002026-04-21T11:08:21.731Z Downloaded ron v0.8.1
11012026-04-21T11:08:21.734Z Downloaded topological-sort v0.2.2
11022026-04-21T11:08:21.739Z Downloaded termios v0.3.3
11032026-04-21T11:08:21.746Z Downloaded nom v7.1.3
11042026-04-21T11:08:21.755Z Downloaded try-lock v0.2.5
11052026-04-21T11:08:21.758Z Downloaded tower-service v0.3.3
11062026-04-21T11:08:21.758Z Downloaded tower-layer v0.3.3
11072026-04-21T11:08:21.761Z Downloaded unarray v0.1.4
11082026-04-21T11:08:21.761Z Downloaded trait-variant v0.1.2
11092026-04-21T11:08:21.763Z Downloaded signal-hook v0.3.18
11102026-04-21T11:08:21.763Z Downloaded thread_local v1.1.9
11112026-04-21T11:08:21.766Z Downloaded serde_yaml v0.9.34+deprecated
11122026-04-21T11:08:21.766Z Downloaded typify-macro v0.4.3
11132026-04-21T11:08:21.769Z Downloaded thiserror-no-std v2.0.2
11142026-04-21T11:08:21.776Z Downloaded quinn v0.11.9
11152026-04-21T11:08:21.779Z Downloaded slog v2.8.2
11162026-04-21T11:08:21.783Z Downloaded rand v0.8.5
11172026-04-21T11:08:21.786Z Downloaded tls_codec_derive v0.4.2
11182026-04-21T11:08:21.791Z Downloaded time-macros v0.2.27
11192026-04-21T11:08:21.794Z Downloaded typify-macro v0.6.1
11202026-04-21T11:08:21.794Z Downloaded rustls-platform-verifier v0.6.2
11212026-04-21T11:08:21.802Z Downloaded tokio-dtrace v0.1.1
11222026-04-21T11:08:21.805Z Downloaded tls_codec v0.4.2
11232026-04-21T11:08:21.805Z Downloaded libxml v0.3.3
11242026-04-21T11:08:21.808Z Downloaded universal-hash v0.5.1
11252026-04-21T11:08:21.811Z Downloaded unit-prefix v0.5.2
11262026-04-21T11:08:21.811Z Downloaded untrusted v0.9.0
11272026-04-21T11:08:21.811Z Downloaded tokio-tungstenite v0.21.0
11282026-04-21T11:08:21.814Z Downloaded tokio-native-tls v0.3.1
11292026-04-21T11:08:21.814Z Downloaded unicode-truncate v1.1.0
11302026-04-21T11:08:21.817Z Downloaded untrusted v0.7.1
11312026-04-21T11:08:21.820Z Downloaded usdt-attr-macro v0.6.0
11322026-04-21T11:08:21.820Z Downloaded usdt v0.6.0
11332026-04-21T11:08:21.820Z Downloaded schemars v0.9.0
11342026-04-21T11:08:21.826Z Downloaded tokio-rustls v0.25.0
11352026-04-21T11:08:21.831Z Downloaded num-bigint-dig v0.8.6
11362026-04-21T11:08:21.836Z Downloaded socket2 v0.6.3
11372026-04-21T11:08:21.840Z Downloaded mio v1.2.0
11382026-04-21T11:08:21.840Z Downloaded term v1.2.1
11392026-04-21T11:08:21.840Z Downloaded term v0.7.0
11402026-04-21T11:08:21.849Z Downloaded iddqd v0.3.17
11412026-04-21T11:08:21.849Z Downloaded rsa v0.9.10
11422026-04-21T11:08:21.855Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11432026-04-21T11:08:21.855Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11442026-04-21T11:08:21.855Z Downloaded toml_writer v1.0.6+spec-1.1.0
11452026-04-21T11:08:21.855Z Downloaded utf-8 v0.7.6
11462026-04-21T11:08:21.858Z Downloaded void v1.0.2
11472026-04-21T11:08:21.858Z Downloaded tui-tree-widget v0.23.1
11482026-04-21T11:08:21.858Z Downloaded waitgroup v0.1.2
11492026-04-21T11:08:21.862Z Downloaded wait-timeout v0.2.1
11502026-04-21T11:08:21.867Z Downloaded hashbrown v0.15.5
11512026-04-21T11:08:21.870Z Downloaded itertools v0.12.1
11522026-04-21T11:08:21.877Z Downloaded itertools v0.13.0
11532026-04-21T11:08:21.881Z Downloaded iri-string v0.7.10
11542026-04-21T11:08:21.884Z Downloaded tiny-keccak v2.0.2
11552026-04-21T11:08:21.890Z Downloaded similar v2.7.0
11562026-04-21T11:08:21.893Z Downloaded want v0.3.1
11572026-04-21T11:08:21.897Z Downloaded rustls-webpki v0.103.9
11582026-04-21T11:08:21.897Z Downloaded xattr v1.6.1
11592026-04-21T11:08:21.897Z Downloaded xshell-macros v0.2.7
11602026-04-21T11:08:21.913Z Downloaded hyper v1.8.1
11612026-04-21T11:08:21.916Z Downloaded subprocess v0.2.15
11622026-04-21T11:08:21.916Z Downloaded tokio-rustls v0.26.4
11632026-04-21T11:08:21.918Z Downloaded schemars v1.2.1
11642026-04-21T11:08:21.924Z Downloaded zeroize_derive v1.4.3
11652026-04-21T11:08:21.930Z Downloaded vergen-gitcl v1.0.8
11662026-04-21T11:08:21.930Z Downloaded vergen-git2 v1.0.7
11672026-04-21T11:08:21.933Z Downloaded zone v0.3.1
11682026-04-21T11:08:21.933Z Downloaded socket2 v0.5.10
11692026-04-21T11:08:21.936Z Downloaded vsss-rs v3.3.4
11702026-04-21T11:08:21.936Z Downloaded aho-corasick v1.1.4
11712026-04-21T11:08:21.939Z Downloaded tokio-tungstenite v0.23.1
11722026-04-21T11:08:21.939Z Downloaded usdt-impl v0.6.0
11732026-04-21T11:08:21.943Z Downloaded snafu v0.8.9
11742026-04-21T11:08:21.946Z Downloaded futures-util v0.3.32
11752026-04-21T11:08:21.953Z Downloaded vergen-lib v0.1.6
11762026-04-21T11:08:21.958Z Downloaded test-strategy v0.4.5
11772026-04-21T11:08:21.963Z Downloaded wyz v0.5.1
11782026-04-21T11:08:21.966Z Downloaded itertools v0.14.0
11792026-04-21T11:08:21.969Z Downloaded usdt-macro v0.6.0
11802026-04-21T11:08:21.969Z Downloaded toml_parser v1.0.9+spec-1.1.0
11812026-04-21T11:08:21.973Z Downloaded zone_cfg_derive v0.3.1
11822026-04-21T11:08:21.976Z Downloaded unicase v2.9.0
11832026-04-21T11:08:21.982Z Downloaded tracing-attributes v0.1.31
11842026-04-21T11:08:21.984Z Downloaded hkdf v0.12.4
11852026-04-21T11:08:21.990Z Downloaded xshell v0.2.7
11862026-04-21T11:08:21.994Z Downloaded tokio-rustls v0.24.1
11872026-04-21T11:08:21.999Z Downloaded tinyvec v1.10.0
11882026-04-21T11:08:22.002Z Downloaded vergen v9.0.6
11892026-04-21T11:08:22.008Z Downloaded whoami v2.1.0
11902026-04-21T11:08:22.013Z Downloaded zstd v0.13.3
11912026-04-21T11:08:22.016Z Downloaded twox-hash v2.1.2
11922026-04-21T11:08:22.019Z Downloaded zstd-safe v7.2.4
11932026-04-21T11:08:22.032Z Downloaded tracing-core v0.1.36
11942026-04-21T11:08:22.035Z Downloaded walkdir v2.5.0
11952026-04-21T11:08:22.035Z Downloaded typify v0.6.1
11962026-04-21T11:08:22.039Z Downloaded samael v0.0.19
11972026-04-21T11:08:22.043Z Downloaded russh v0.45.0
11982026-04-21T11:08:22.044Z Downloaded rand v0.10.0
11992026-04-21T11:08:22.048Z Downloaded h2 v0.4.13
12002026-04-21T11:08:22.052Z Downloaded steno v0.4.1
12012026-04-21T11:08:22.060Z Downloaded zeroize v1.8.2
12022026-04-21T11:08:22.064Z Downloaded tar v0.4.45
12032026-04-21T11:08:22.069Z Downloaded unicode-properties v0.1.4
12042026-04-21T11:08:22.075Z Downloaded yasna v0.5.2
12052026-04-21T11:08:22.075Z Downloaded toml v1.0.6+spec-1.1.0
12062026-04-21T11:08:22.080Z Downloaded toml v0.7.8
12072026-04-21T11:08:22.080Z Downloaded unsafe-libyaml v0.2.11
12082026-04-21T11:08:22.080Z Downloaded uzers v0.12.2
12092026-04-21T11:08:22.084Z Downloaded rand v0.9.2
12102026-04-21T11:08:22.090Z Downloaded zerocopy v0.6.6
12112026-04-21T11:08:22.100Z Downloaded toml v0.9.12+spec-1.1.0
12122026-04-21T11:08:22.104Z Downloaded tungstenite v0.21.0
12132026-04-21T11:08:22.104Z Downloaded whoami v1.6.1
12142026-04-21T11:08:22.110Z Downloaded rpassword v7.4.0
12152026-04-21T11:08:22.123Z Downloaded unicode-bidi v0.3.18
12162026-04-21T11:08:22.129Z Downloaded libm v0.2.16
12172026-04-21T11:08:22.135Z Downloaded typify v0.4.3
12182026-04-21T11:08:22.138Z Downloaded blake3 v1.8.3
12192026-04-21T11:08:22.144Z Downloaded p521 v0.13.3
12202026-04-21T11:08:22.153Z Downloaded toml_edit v0.23.10+spec-1.0.0
12212026-04-21T11:08:22.156Z Downloaded zopfli v0.8.3
12222026-04-21T11:08:22.159Z Downloaded uuid v1.23.0
12232026-04-21T11:08:22.162Z Downloaded bitvec v1.0.1
12242026-04-21T11:08:22.178Z Downloaded vte v0.14.1
12252026-04-21T11:08:22.188Z Downloaded rustyline v14.0.0
12262026-04-21T11:08:22.194Z Downloaded yansi v1.0.1
12272026-04-21T11:08:22.197Z Downloaded tungstenite v0.23.0
12282026-04-21T11:08:22.201Z Downloaded tokio-stream v0.1.18
12292026-04-21T11:08:22.205Z Downloaded unicode_categories v0.1.1
12302026-04-21T11:08:22.205Z Downloaded reedline v0.40.0
12312026-04-21T11:08:22.209Z Downloaded zip v0.6.6
12322026-04-21T11:08:22.212Z Downloaded regex v1.12.3
12332026-04-21T11:08:22.248Z Downloaded ssh-key v0.6.7
12342026-04-21T11:08:22.253Z Downloaded tokio-postgres v0.7.16
12352026-04-21T11:08:22.258Z Downloaded aws-lc-rs v1.16.0
12362026-04-21T11:08:22.265Z Downloaded p384 v0.13.1
12372026-04-21T11:08:22.269Z Downloaded quick-xml v0.37.5
12382026-04-21T11:08:22.272Z Downloaded reqwest v0.12.28
12392026-04-21T11:08:22.277Z Downloaded reqwest v0.13.2
12402026-04-21T11:08:22.280Z Downloaded rayon v1.11.0
12412026-04-21T11:08:22.286Z Downloaded goblin v0.10.5
12422026-04-21T11:08:22.288Z Downloaded toml_edit v0.19.15
12432026-04-21T11:08:22.300Z Downloaded rustls-webpki v0.101.7
12442026-04-21T11:08:22.306Z Downloaded portable-atomic v1.13.1
12452026-04-21T11:08:22.311Z Downloaded bindgen v0.71.1
12462026-04-21T11:08:22.314Z Downloaded git2 v0.20.4
12472026-04-21T11:08:22.321Z Downloaded chrono v0.4.44
12482026-04-21T11:08:22.334Z Downloaded zerocopy-derive v0.8.40
12492026-04-21T11:08:22.356Z Downloaded zip v4.6.1
12502026-04-21T11:08:22.359Z Downloaded tower v0.5.3
12512026-04-21T11:08:22.364Z Downloaded tower-http v0.6.8
12522026-04-21T11:08:22.373Z Downloaded petname v2.0.2
12532026-04-21T11:08:22.377Z Downloaded lalrpop v0.19.12
12542026-04-21T11:08:22.379Z Downloaded x509-cert v0.2.5
12552026-04-21T11:08:22.382Z Downloaded typed-path v0.9.3
12562026-04-21T11:08:22.386Z Downloaded unicode-segmentation v1.12.0
12572026-04-21T11:08:22.389Z Downloaded salty v0.3.0
12582026-04-21T11:08:22.425Z Downloaded moka v0.12.13
12592026-04-21T11:08:22.429Z Downloaded unicode-normalization v0.1.25
12602026-04-21T11:08:22.432Z Downloaded quinn-proto v0.11.13
12612026-04-21T11:08:22.436Z Downloaded winnow v0.5.40
12622026-04-21T11:08:22.441Z Downloaded tokio-util v0.7.18
12632026-04-21T11:08:22.445Z Downloaded winnow v0.6.26
12642026-04-21T11:08:22.450Z Downloaded tough v0.20.0
12652026-04-21T11:08:22.455Z Downloaded object v0.30.4
12662026-04-21T11:08:22.460Z Downloaded proptest v1.10.0
12672026-04-21T11:08:22.489Z Downloaded nix v0.27.1
12682026-04-21T11:08:22.495Z Downloaded serde_with v3.17.0
12692026-04-21T11:08:22.502Z Downloaded curve25519-dalek v4.1.3
12702026-04-21T11:08:22.508Z Downloaded rustls-webpki v0.102.8
12712026-04-21T11:08:22.522Z Downloaded nix v0.29.0
12722026-04-21T11:08:22.531Z Downloaded nix v0.28.0
12732026-04-21T11:08:22.547Z Downloaded bstr v1.12.1
12742026-04-21T11:08:22.552Z Downloaded radix_trie v0.2.1
12752026-04-21T11:08:22.552Z Downloaded time v0.3.47
12762026-04-21T11:08:22.557Z Downloaded smoltcp v0.9.1
12772026-04-21T11:08:22.561Z Downloaded rustls v0.21.12
12782026-04-21T11:08:22.578Z Downloaded polar-core v0.27.3
12792026-04-21T11:08:22.601Z Downloaded regex-syntax v0.6.29
12802026-04-21T11:08:22.608Z Downloaded openssl v0.10.75
12812026-04-21T11:08:22.620Z Downloaded object v0.37.3
12822026-04-21T11:08:22.625Z Downloaded rustls v0.22.4
12832026-04-21T11:08:22.633Z Downloaded tabled v0.20.0
12842026-04-21T11:08:22.643Z Downloaded zerocopy v0.8.40
12852026-04-21T11:08:22.650Z Downloaded regress v0.10.5
12862026-04-21T11:08:22.658Z Downloaded zlib-rs v0.6.2
12872026-04-21T11:08:22.661Z Downloaded smoltcp v0.11.0
12882026-04-21T11:08:22.668Z Downloaded dropshot v0.16.7
12892026-04-21T11:08:22.684Z Downloaded nix v0.31.2
12902026-04-21T11:08:22.690Z Downloaded vcpkg v0.2.15
12912026-04-21T11:08:22.718Z Downloaded hickory-proto v0.24.4
12922026-04-21T11:08:22.723Z Downloaded dropshot v0.17.0
12932026-04-21T11:08:22.757Z Downloaded webpki-roots v1.0.6
12942026-04-21T11:08:22.764Z Downloaded openapiv3 v2.2.0
12952026-04-21T11:08:22.777Z Downloaded regex-syntax v0.8.10
12962026-04-21T11:08:22.787Z Downloaded hickory-proto v0.25.2
12972026-04-21T11:08:22.799Z Downloaded rustix v0.38.44
12982026-04-21T11:08:22.810Z Downloaded typify-impl v0.6.1
12992026-04-21T11:08:22.819Z Downloaded rustls v0.23.37
13002026-04-21T11:08:22.826Z Downloaded ratatui v0.29.0
13012026-04-21T11:08:22.837Z Downloaded diesel v2.3.7
13022026-04-21T11:08:22.853Z Downloaded bzip2-sys v0.1.13+1.0.8
13032026-04-21T11:08:22.886Z Downloaded regex-automata v0.4.14
13042026-04-21T11:08:22.913Z Downloaded sqlparser v0.61.0
13052026-04-21T11:08:22.933Z Downloaded sled v0.34.7
13062026-04-21T11:08:22.944Z Downloaded chrono-tz v0.10.4
13072026-04-21T11:08:22.963Z Downloaded tracing v0.1.44
13082026-04-21T11:08:22.976Z Downloaded typify-impl v0.4.3
13092026-04-21T11:08:23.008Z Downloaded libz-sys v1.1.24
13102026-04-21T11:08:23.023Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13112026-04-21T11:08:23.033Z Downloaded zerocopy-derive v0.6.6
13122026-04-21T11:08:23.039Z Downloaded sha3 v0.10.8
13132026-04-21T11:08:23.055Z Downloaded petgraph v0.6.5
13142026-04-21T11:08:23.084Z Downloaded jiff v0.2.21
13152026-04-21T11:08:23.095Z Downloaded petgraph v0.8.3
13162026-04-21T11:08:23.120Z Downloaded csv v1.4.0
13172026-04-21T11:08:23.135Z Downloaded tokio v1.52.1
13182026-04-21T11:08:23.184Z Downloaded encoding_rs v0.8.35
13192026-04-21T11:08:23.199Z Downloaded ring v0.17.14
13202026-04-21T11:08:23.264Z Downloaded libgit2-sys v0.18.3+1.9.2
13212026-04-21T11:08:23.963Z Downloaded aws-lc-sys v0.37.1
13222026-04-21T11:08:24.207Z Compiling libc v0.2.185
13232026-04-21T11:08:24.207Z Compiling serde v1.0.228
13242026-04-21T11:08:24.211Z Compiling shlex v1.3.0
13252026-04-21T11:08:24.211Z Compiling find-msvc-tools v0.1.9
13262026-04-21T11:08:24.211Z Compiling log v0.4.29
13272026-04-21T11:08:24.211Z Compiling smallvec v1.15.1
13282026-04-21T11:08:24.211Z Compiling typenum v1.19.0
13292026-04-21T11:08:24.349Z Compiling subtle v2.6.1
13302026-04-21T11:08:24.392Z Compiling generic-array v0.14.7
13312026-04-21T11:08:24.395Z Compiling scopeguard v1.2.0
13322026-04-21T11:08:24.419Z Compiling const-oid v0.9.6
13332026-04-21T11:08:24.473Z Compiling portable-atomic v1.13.1
13342026-04-21T11:08:24.488Z Compiling syn v2.0.117
13352026-04-21T11:08:24.491Z Compiling zerocopy v0.8.40
13362026-04-21T11:08:24.491Z Compiling serde_json v1.0.149
13372026-04-21T11:08:24.491Z Compiling critical-section v1.2.0
13382026-04-21T11:08:24.547Z Compiling lock_api v0.4.14
13392026-04-21T11:08:24.564Z Compiling pin-project-lite v0.2.17
13402026-04-21T11:08:24.587Z Compiling parking_lot_core v0.9.12
13412026-04-21T11:08:24.604Z Compiling pkg-config v0.3.32
13422026-04-21T11:08:24.616Z Compiling bitflags v2.11.0
13432026-04-21T11:08:24.633Z Compiling libm v0.2.16
13442026-04-21T11:08:24.648Z Compiling num-traits v0.2.19
13452026-04-21T11:08:24.674Z Compiling futures-core v0.3.32
13462026-04-21T11:08:24.757Z Compiling percent-encoding v2.3.2
13472026-04-21T11:08:24.770Z Compiling allocator-api2 v0.2.21
13482026-04-21T11:08:24.831Z Compiling cpufeatures v0.2.17
13492026-04-21T11:08:24.888Z Compiling foldhash v0.2.0
13502026-04-21T11:08:24.903Z Compiling futures-sink v0.3.32
13512026-04-21T11:08:24.916Z Compiling futures-task v0.3.32
13522026-04-21T11:08:24.919Z Compiling futures-io v0.3.32
13532026-04-21T11:08:24.961Z Compiling slab v0.4.12
13542026-04-21T11:08:25.004Z Compiling futures-channel v0.3.32
13552026-04-21T11:08:25.033Z Compiling getrandom v0.4.1
13562026-04-21T11:08:25.064Z Compiling hashbrown v0.16.1
13572026-04-21T11:08:25.094Z Compiling rand_core v0.10.0
13582026-04-21T11:08:25.099Z Compiling rustversion v1.0.22
13592026-04-21T11:08:25.122Z Compiling getrandom v0.3.4
13602026-04-21T11:08:25.136Z Compiling form_urlencoded v1.2.2
13612026-04-21T11:08:25.169Z Compiling dunce v1.0.5
13622026-04-21T11:08:25.202Z Compiling base64ct v1.8.3
13632026-04-21T11:08:25.216Z Compiling fs_extra v1.3.0
13642026-04-21T11:08:25.255Z Compiling getrandom v0.2.17
13652026-04-21T11:08:25.281Z Compiling jobserver v0.1.34
13662026-04-21T11:08:25.285Z Compiling errno v0.3.14
13672026-04-21T11:08:25.348Z Compiling mio v1.2.0
13682026-04-21T11:08:25.403Z Compiling rand_core v0.6.4
13692026-04-21T11:08:25.467Z Compiling signal-hook-registry v1.4.8
13702026-04-21T11:08:25.482Z Compiling once_cell v1.21.3
13712026-04-21T11:08:25.486Z Compiling socket2 v0.6.3
13722026-04-21T11:08:25.516Z Compiling cc v1.2.56
13732026-04-21T11:08:25.558Z Compiling parking_lot v0.12.5
13742026-04-21T11:08:25.646Z Compiling indexmap v2.13.0
13752026-04-21T11:08:25.696Z Compiling ident_case v1.0.1
13762026-04-21T11:08:25.704Z Compiling pem-rfc7468 v0.7.0
13772026-04-21T11:08:25.708Z Compiling flagset v0.4.7
13782026-04-21T11:08:25.734Z Compiling iana-time-zone v0.1.65
13792026-04-21T11:08:25.770Z Compiling rustix v1.1.3
13802026-04-21T11:08:25.843Z Compiling uuid v1.23.0
13812026-04-21T11:08:25.863Z Compiling rustc_version v0.4.1
13822026-04-21T11:08:25.902Z Compiling vcpkg v0.2.15
13832026-04-21T11:08:25.937Z Compiling aws-lc-rs v1.16.0
13842026-04-21T11:08:25.966Z Compiling regex-syntax v0.8.10
13852026-04-21T11:08:25.982Z Compiling tracing-core v0.1.36
13862026-04-21T11:08:25.999Z Compiling base64 v0.22.1
13872026-04-21T11:08:26.042Z Compiling openssl-probe v0.2.1
13882026-04-21T11:08:26.157Z Compiling rand_core v0.9.5
13892026-04-21T11:08:26.204Z Compiling untrusted v0.9.0
13902026-04-21T11:08:26.239Z Compiling httparse v1.10.1
13912026-04-21T11:08:26.243Z Compiling untrusted v0.7.1
13922026-04-21T11:08:26.256Z Compiling schemars v0.8.22
13932026-04-21T11:08:26.267Z Compiling tinyvec_macros v0.1.1
13942026-04-21T11:08:26.336Z Compiling cmake v0.1.57
13952026-04-21T11:08:26.356Z Compiling try-lock v0.2.5
13962026-04-21T11:08:26.360Z Compiling tower-layer v0.3.3
13972026-04-21T11:08:26.383Z Compiling tower-service v0.3.3
13982026-04-21T11:08:26.398Z Compiling atomic-waker v1.1.2
13992026-04-21T11:08:26.466Z Compiling dyn-clone v1.0.20
14002026-04-21T11:08:26.484Z Compiling rustls v0.23.37
14012026-04-21T11:08:26.498Z Compiling want v0.3.1
14022026-04-21T11:08:26.514Z Compiling tinyvec v1.10.0
14032026-04-21T11:08:26.547Z Compiling spin v0.9.8
14042026-04-21T11:08:26.562Z Compiling aho-corasick v1.1.4
14052026-04-21T11:08:26.579Z Compiling httpdate v1.0.3
14062026-04-21T11:08:26.590Z Compiling num-conv v0.2.0
14072026-04-21T11:08:26.610Z Compiling foreign-types-shared v0.1.1
14082026-04-21T11:08:26.623Z Compiling powerfmt v0.2.0
14092026-04-21T11:08:26.683Z Compiling openssl v0.10.75
14102026-04-21T11:08:26.698Z Compiling pin-utils v0.1.0
14112026-04-21T11:08:26.725Z Compiling crc32fast v1.5.0
14122026-04-21T11:08:26.728Z Compiling time-core v0.1.8
14132026-04-21T11:08:26.758Z Compiling foreign-types v0.3.2
14142026-04-21T11:08:26.773Z Compiling wait-timeout v0.2.1
14152026-04-21T11:08:26.790Z Compiling deranged v0.5.8
14162026-04-21T11:08:26.804Z Compiling socket2 v0.5.10
14172026-04-21T11:08:26.844Z Compiling syn v1.0.109
14182026-04-21T11:08:26.856Z Compiling simd-adler32 v0.3.8
14192026-04-21T11:08:26.859Z Compiling native-tls v0.2.18
14202026-04-21T11:08:26.904Z Compiling quick-error v1.2.3
14212026-04-21T11:08:26.920Z Compiling time-macros v0.2.27
14222026-04-21T11:08:26.962Z Compiling num_threads v0.1.7
14232026-04-21T11:08:27.024Z Compiling usdt-impl v0.6.0
14242026-04-21T11:08:27.055Z Compiling bit-vec v0.8.0
14252026-04-21T11:08:27.069Z Compiling crossbeam-utils v0.8.21
14262026-04-21T11:08:27.072Z Compiling siphasher v1.0.2
14272026-04-21T11:08:27.100Z Compiling unicode-normalization v0.1.25
14282026-04-21T11:08:27.134Z Compiling rand_xorshift v0.4.0
14292026-04-21T11:08:27.205Z Compiling aws-lc-sys v0.37.1
14302026-04-21T11:08:27.243Z Compiling ring v0.17.14
14312026-04-21T11:08:27.261Z Compiling openssl-sys v0.9.111
14322026-04-21T11:08:27.274Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14332026-04-21T11:08:27.312Z Compiling bit-set v0.8.0
14342026-04-21T11:08:27.316Z Compiling bzip2-sys v0.1.13+1.0.8
14352026-04-21T11:08:27.341Z Compiling slog v2.8.2
14362026-04-21T11:08:27.358Z Compiling synstructure v0.13.2
14372026-04-21T11:08:27.396Z Compiling serde_derive_internals v0.29.1
14382026-04-21T11:08:27.495Z Compiling pest_generator v2.8.6
14392026-04-21T11:08:27.548Z Compiling darling_core v0.20.11
14402026-04-21T11:08:27.611Z Compiling regex-automata v0.4.14
14412026-04-21T11:08:27.639Z Compiling tempfile v3.25.0
14422026-04-21T11:08:27.676Z Compiling darling_core v0.21.3
14432026-04-21T11:08:27.835Z Compiling heapless v0.7.17
14442026-04-21T11:08:27.968Z Compiling rusty-fork v0.3.1
14452026-04-21T11:08:28.024Z Compiling time v0.3.47
14462026-04-21T11:08:28.039Z Compiling thread-id v5.1.0
14472026-04-21T11:08:28.113Z Compiling sync_wrapper v1.0.2
14482026-04-21T11:08:28.129Z Compiling cookie v0.18.1
14492026-04-21T11:08:28.216Z Compiling adler2 v2.0.1
14502026-04-21T11:08:28.238Z Compiling paste v1.0.15
14512026-04-21T11:08:28.305Z Compiling signal-hook v0.3.18
14522026-04-21T11:08:28.335Z Compiling zstd-safe v7.2.4
14532026-04-21T11:08:28.351Z Compiling unarray v0.1.4
14542026-04-21T11:08:28.354Z Compiling unicode-properties v0.1.4
14552026-04-21T11:08:28.382Z Compiling unicode-bidi v0.3.18
14562026-04-21T11:08:28.404Z Compiling anyhow v1.0.102
14572026-04-21T11:08:28.521Z Compiling miniz_oxide v0.8.9
14582026-04-21T11:08:28.680Z Compiling num-integer v0.1.46
14592026-04-21T11:08:28.695Z Compiling vergen-lib v0.1.6
14602026-04-21T11:08:28.894Z Compiling stringprep v0.1.5
14612026-04-21T11:08:28.954Z Compiling curve25519-dalek v4.1.3
14622026-04-21T11:08:28.978Z Compiling ff v0.13.1
14632026-04-21T11:08:29.028Z Compiling hash32 v0.2.1
14642026-04-21T11:08:29.103Z Compiling serde_derive v1.0.228
14652026-04-21T11:08:29.122Z Compiling zeroize_derive v1.4.3
14662026-04-21T11:08:29.137Z Compiling zerofrom-derive v0.1.6
14672026-04-21T11:08:29.224Z Compiling yoke-derive v0.8.1
14682026-04-21T11:08:29.239Z Compiling zerocopy-derive v0.8.40
14692026-04-21T11:08:29.315Z Compiling zerovec-derive v0.11.2
14702026-04-21T11:08:29.366Z Compiling displaydoc v0.2.5
14712026-04-21T11:08:29.434Z Compiling tokio-macros v2.7.0
14722026-04-21T11:08:29.704Z Compiling futures-macro v0.3.32
14732026-04-21T11:08:29.800Z Compiling zeroize v1.8.2
14742026-04-21T11:08:29.934Z Compiling der_derive v0.7.3
14752026-04-21T11:08:30.136Z Compiling thiserror-impl v2.0.18
14762026-04-21T11:08:30.194Z Compiling rustls-pki-types v1.14.0
14772026-04-21T11:08:30.302Z Compiling tracing-attributes v0.1.31
14782026-04-21T11:08:30.418Z Compiling schemars_derive v0.8.22
14792026-04-21T11:08:30.480Z Compiling pest_derive v2.8.6
14802026-04-21T11:08:30.551Z Compiling crypto-common v0.1.7
14812026-04-21T11:08:30.594Z Compiling zerofrom v0.1.6
14822026-04-21T11:08:30.609Z Compiling block-buffer v0.10.4
14832026-04-21T11:08:30.680Z Compiling futures-util v0.3.32
14842026-04-21T11:08:30.719Z Compiling yoke v0.8.1
14852026-04-21T11:08:30.735Z Compiling block-padding v0.3.3
14862026-04-21T11:08:30.793Z Compiling digest v0.10.7
14872026-04-21T11:08:30.921Z Compiling zerovec v0.11.5
14882026-04-21T11:08:30.936Z Compiling zerotrie v0.2.3
14892026-04-21T11:08:30.939Z Compiling inout v0.1.4
14902026-04-21T11:08:30.952Z Compiling der v0.7.10
14912026-04-21T11:08:31.060Z Compiling hmac v0.12.1
14922026-04-21T11:08:31.134Z Compiling cipher v0.4.4
14932026-04-21T11:08:31.232Z Compiling sha2 v0.10.9
14942026-04-21T11:08:31.261Z Compiling pbkdf2 v0.12.2
14952026-04-21T11:08:31.399Z Compiling tinystr v0.8.2
14962026-04-21T11:08:31.418Z Compiling potential_utf v0.1.4
14972026-04-21T11:08:31.448Z Compiling salsa20 v0.10.2
14982026-04-21T11:08:31.528Z Compiling thiserror v2.0.18
14992026-04-21T11:08:31.598Z Compiling icu_locale_core v2.1.1
15002026-04-21T11:08:31.613Z Compiling icu_collections v2.1.1
15012026-04-21T11:08:31.629Z Compiling scrypt v0.11.0
15022026-04-21T11:08:31.651Z Compiling cbc v0.1.2
15032026-04-21T11:08:31.691Z Compiling aes v0.8.4
15042026-04-21T11:08:31.747Z Compiling tracing v0.1.44
15052026-04-21T11:08:31.823Z Compiling spki v0.7.3
15062026-04-21T11:08:31.878Z Compiling scroll_derive v0.13.1
15072026-04-21T11:08:31.902Z Compiling darling_macro v0.20.11
15082026-04-21T11:08:32.041Z Compiling openssl-macros v0.1.1
15092026-04-21T11:08:32.062Z Compiling dtrace-parser v0.3.0
15102026-04-21T11:08:32.130Z Compiling pkcs5 v0.7.1
15112026-04-21T11:08:32.216Z Compiling signature v2.2.0
15122026-04-21T11:08:32.405Z Compiling icu_provider v2.1.1
15132026-04-21T11:08:32.421Z Compiling pkcs8 v0.10.2
15142026-04-21T11:08:32.466Z Compiling darling v0.20.11
15152026-04-21T11:08:32.569Z Compiling bytes v1.11.1
15162026-04-21T11:08:32.598Z Compiling chrono v0.4.44
15172026-04-21T11:08:32.629Z Compiling ipnet v2.11.0
15182026-04-21T11:08:32.645Z Compiling icu_properties v2.1.2
15192026-04-21T11:08:32.648Z Compiling icu_normalizer v2.1.1
15202026-04-21T11:08:32.703Z Compiling scroll v0.13.0
15212026-04-21T11:08:32.723Z Compiling derive_builder_core v0.20.2
15222026-04-21T11:08:32.754Z Compiling rustls-native-certs v0.8.3
15232026-04-21T11:08:32.774Z Compiling scroll_derive v0.12.1
15242026-04-21T11:08:32.841Z Compiling thiserror-impl v1.0.69
15252026-04-21T11:08:32.990Z Compiling goblin v0.10.5
15262026-04-21T11:08:33.007Z Compiling erased-serde v0.3.31
15272026-04-21T11:08:33.057Z Compiling tokio v1.52.1
15282026-04-21T11:08:33.143Z Compiling http v1.4.0
15292026-04-21T11:08:33.192Z Compiling toml_datetime v0.6.11
15302026-04-21T11:08:33.206Z Compiling serde_spanned v0.6.9
15312026-04-21T11:08:33.365Z Compiling serde_tokenstream v0.2.3
15322026-04-21T11:08:33.461Z Compiling scroll v0.12.0
15332026-04-21T11:08:33.477Z Compiling md-5 v0.10.6
15342026-04-21T11:08:33.501Z Compiling webpki-roots v1.0.6
15352026-04-21T11:08:33.639Z Compiling ppv-lite86 v0.2.21
15362026-04-21T11:08:33.677Z Compiling idna_adapter v1.2.1
15372026-04-21T11:08:33.692Z Compiling derive_builder_macro v0.20.2
15382026-04-21T11:08:33.748Z Compiling darling_macro v0.21.3
15392026-04-21T11:08:33.807Z Compiling idna v1.1.0
15402026-04-21T11:08:33.810Z Compiling zerocopy-derive v0.7.35
15412026-04-21T11:08:33.837Z Compiling http-body v1.0.1
15422026-04-21T11:08:33.840Z Compiling memoffset v0.9.1
15432026-04-21T11:08:33.866Z Compiling ref-cast v1.0.25
15442026-04-21T11:08:33.980Z Compiling rand_chacha v0.9.0
15452026-04-21T11:08:34.014Z Compiling http-body-util v0.1.3
15462026-04-21T11:08:34.066Z Compiling rand_chacha v0.3.1
15472026-04-21T11:08:34.081Z Compiling psl-types v2.0.11
15482026-04-21T11:08:34.122Z Compiling url v2.5.8
15492026-04-21T11:08:34.182Z Compiling thiserror v1.0.69
15502026-04-21T11:08:34.199Z Compiling rand v0.9.2
15512026-04-21T11:08:34.202Z Compiling fallible-iterator v0.2.0
15522026-04-21T11:08:34.231Z Compiling base16ct v0.2.0
15532026-04-21T11:08:34.272Z Compiling iri-string v0.7.10
15542026-04-21T11:08:34.288Z Compiling smoltcp v0.9.1
15552026-04-21T11:08:34.304Z Compiling num-bigint-dig v0.8.6
15562026-04-21T11:08:34.430Z Compiling zlib-rs v0.6.2
15572026-04-21T11:08:34.484Z Compiling ryu v1.0.23
15582026-04-21T11:08:34.509Z Compiling rustix v0.38.44
15592026-04-21T11:08:34.546Z Compiling litrs v1.0.0
15602026-04-21T11:08:34.701Z Compiling cfg_aliases v0.2.1
15612026-04-21T11:08:34.741Z Compiling zerocopy v0.7.35
15622026-04-21T11:08:34.778Z Compiling proptest v1.10.0
15632026-04-21T11:08:34.906Z Compiling nix v0.31.2
15642026-04-21T11:08:34.953Z Compiling postgres-protocol v0.6.10
15652026-04-21T11:08:34.968Z Compiling serde_urlencoded v0.7.1
15662026-04-21T11:08:35.005Z Compiling sec1 v0.7.3
15672026-04-21T11:08:35.027Z Compiling rand v0.8.5
15682026-04-21T11:08:35.078Z Compiling document-features v0.2.12
15692026-04-21T11:08:35.129Z Compiling darling v0.21.3
15702026-04-21T11:08:35.223Z Compiling derive_builder v0.20.2
15712026-04-21T11:08:35.290Z Compiling publicsuffix v2.3.0
15722026-04-21T11:08:35.305Z Compiling goblin v0.8.2
15732026-04-21T11:08:35.362Z Compiling hubpack_derive v0.1.1
15742026-04-21T11:08:35.431Z Compiling cargo-platform v0.1.9
15752026-04-21T11:08:35.480Z Compiling ipnetwork v0.21.1
15762026-04-21T11:08:35.528Z Compiling hkdf v0.12.4
15772026-04-21T11:08:35.531Z Compiling crypto-bigint v0.5.5
15782026-04-21T11:08:35.683Z Compiling regex v1.12.3
15792026-04-21T11:08:35.726Z Compiling oxnet v0.1.4
15802026-04-21T11:08:35.809Z Compiling dof v0.4.0
15812026-04-21T11:08:35.853Z Compiling ref-cast-impl v1.0.25
15822026-04-21T11:08:35.881Z Compiling daft-derive v0.1.5
15832026-04-21T11:08:35.900Z Compiling strum_macros v0.27.2
15842026-04-21T11:08:35.987Z Compiling curve25519-dalek-derive v0.1.1
15852026-04-21T11:08:36.132Z Compiling async-trait v0.1.89
15862026-04-21T11:08:36.147Z Compiling group v0.13.0
15872026-04-21T11:08:36.339Z Compiling num-iter v0.1.45
15882026-04-21T11:08:36.474Z Compiling terminal_size v0.4.3
15892026-04-21T11:08:36.636Z Compiling phf_shared v0.13.1
15902026-04-21T11:08:36.662Z Compiling lazy_static v1.5.0
15912026-04-21T11:08:36.689Z Compiling vergen v9.0.6
15922026-04-21T11:08:36.728Z Compiling fs-err v3.3.0
15932026-04-21T11:08:36.766Z Compiling ahash v0.8.12
15942026-04-21T11:08:36.888Z Compiling tokio-util v0.7.18
15952026-04-21T11:08:36.904Z Compiling tower v0.5.3
15962026-04-21T11:08:36.921Z Compiling tokio-native-tls v0.3.1
15972026-04-21T11:08:36.937Z Compiling unicode-segmentation v1.12.0
15982026-04-21T11:08:36.989Z Compiling foldhash v0.1.5
15992026-04-21T11:08:37.007Z Compiling winnow v0.5.40
16002026-04-21T11:08:37.115Z Compiling newtype-uuid v1.3.2
16012026-04-21T11:08:37.173Z Compiling managed v0.8.0
16022026-04-21T11:08:37.188Z Compiling object v0.37.3
16032026-04-21T11:08:37.226Z Compiling bumpalo v3.20.2
16042026-04-21T11:08:37.338Z Compiling tower-http v0.6.8
16052026-04-21T11:08:37.354Z Compiling flate2 v1.1.9
16062026-04-21T11:08:37.394Z Compiling bitflags v1.3.2
16072026-04-21T11:08:37.409Z Compiling libbz2-rs-sys v0.2.2
16082026-04-21T11:08:37.470Z Compiling clap_builder v4.5.60
16092026-04-21T11:08:37.500Z Compiling dof v0.3.0
16102026-04-21T11:08:37.538Z Compiling zopfli v0.8.3
16112026-04-21T11:08:37.653Z Compiling h2 v0.4.13
16122026-04-21T11:08:37.685Z Compiling usdt-attr-macro v0.6.0
16132026-04-21T11:08:37.766Z Compiling usdt-macro v0.6.0
16142026-04-21T11:08:37.786Z Compiling daft v0.1.5
16152026-04-21T11:08:37.894Z Compiling strum v0.27.2
16162026-04-21T11:08:37.955Z Compiling bzip2 v0.6.1
16172026-04-21T11:08:38.041Z Compiling hashbrown v0.15.5
16182026-04-21T11:08:38.160Z Compiling phf v0.13.1
16192026-04-21T11:08:38.231Z Compiling signal-hook-mio v0.2.5
16202026-04-21T11:08:38.358Z Compiling toml_edit v0.19.15
16212026-04-21T11:08:38.374Z Compiling elliptic-curve v0.13.8
16222026-04-21T11:08:38.392Z Compiling cargo_metadata v0.19.2
16232026-04-21T11:08:38.548Z Compiling cookie_store v0.22.1
16242026-04-21T11:08:38.597Z Compiling hubpack v0.1.2
16252026-04-21T11:08:38.656Z Compiling bzip2 v0.4.4
16262026-04-21T11:08:38.710Z Compiling postgres-types v0.2.12
16272026-04-21T11:08:38.794Z Compiling serde_with_macros v3.17.0
16282026-04-21T11:08:38.857Z Compiling zstd v0.13.3
16292026-04-21T11:08:38.883Z Compiling dtrace-parser v0.2.0
16302026-04-21T11:08:38.887Z Compiling ed25519 v2.2.3
16312026-04-21T11:08:38.922Z Compiling pkcs1 v0.7.5
16322026-04-21T11:08:39.134Z Compiling hex v0.4.3
16332026-04-21T11:08:39.260Z Compiling serde-big-array v0.5.1
16342026-04-21T11:08:39.283Z Compiling rfc6979 v0.4.0
16352026-04-21T11:08:39.336Z Compiling bstr v1.12.1
16362026-04-21T11:08:39.420Z Compiling serde_repr v0.1.20
16372026-04-21T11:08:39.420Z Compiling strum_macros v0.26.4
16382026-04-21T11:08:39.423Z Compiling clap_derive v4.5.55
16392026-04-21T11:08:39.670Z Compiling enum-as-inner v0.6.1
16402026-04-21T11:08:39.813Z Compiling phf_shared v0.11.3
16412026-04-21T11:08:39.828Z Compiling float-cmp v0.10.0
16422026-04-21T11:08:39.961Z Compiling memmap2 v0.9.10
16432026-04-21T11:08:39.978Z Compiling thread-id v4.2.2
16442026-04-21T11:08:39.998Z Compiling env_filter v1.0.0
16452026-04-21T11:08:40.013Z Compiling encoding_rs v0.8.35
16462026-04-21T11:08:40.030Z Compiling mime v0.3.17
16472026-04-21T11:08:40.033Z Compiling jiff v0.2.21
16482026-04-21T11:08:40.078Z Compiling whoami v2.1.0
16492026-04-21T11:08:40.201Z Compiling difflib v0.4.0
16502026-04-21T11:08:40.215Z Compiling precomputed-hash v0.1.1
16512026-04-21T11:08:40.313Z Compiling new_debug_unreachable v1.0.6
16522026-04-21T11:08:40.328Z Compiling data-encoding v2.10.0
16532026-04-21T11:08:40.331Z Compiling normalize-line-endings v0.3.0
16542026-04-21T11:08:40.397Z Compiling fixedbitset v0.5.7
16552026-04-21T11:08:40.456Z Compiling rustc-hash v2.1.1
16562026-04-21T11:08:40.490Z Compiling fixedbitset v0.4.2
16572026-04-21T11:08:40.619Z Compiling static_assertions v1.1.0
16582026-04-21T11:08:40.639Z Compiling keccak v0.1.6
16592026-04-21T11:08:40.715Z Compiling either v1.15.0
16602026-04-21T11:08:40.730Z Compiling predicates-core v1.0.10
16612026-04-21T11:08:40.733Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16622026-04-21T11:08:40.798Z Compiling hyper v1.8.1
16632026-04-21T11:08:40.928Z Compiling itertools v0.13.0
16642026-04-21T11:08:40.948Z Compiling predicates v3.1.4
16652026-04-21T11:08:41.074Z Compiling sha3 v0.10.8
16662026-04-21T11:08:41.103Z Compiling petgraph v0.6.5
16672026-04-21T11:08:41.247Z Compiling strum v0.26.3
16682026-04-21T11:08:41.310Z Compiling clap v4.5.60
16692026-04-21T11:08:41.388Z Compiling hickory-proto v0.25.2
16702026-04-21T11:08:41.402Z Compiling petgraph v0.8.3
16712026-04-21T11:08:41.420Z Compiling iddqd v0.3.17
16722026-04-21T11:08:41.472Z Compiling toml_edit v0.22.27
16732026-04-21T11:08:41.549Z Compiling string_cache v0.8.9
16742026-04-21T11:08:41.617Z Compiling tokio-postgres v0.7.16
16752026-04-21T11:08:41.633Z Compiling env_logger v0.11.9
16762026-04-21T11:08:41.789Z Compiling usdt v0.6.0
16772026-04-21T11:08:41.806Z Compiling usdt-impl v0.5.0
16782026-04-21T11:08:42.011Z Compiling hyper-util v0.1.20
16792026-04-21T11:08:42.074Z Compiling serde_with v3.17.0
16802026-04-21T11:08:42.192Z Compiling similar v2.7.0
16812026-04-21T11:08:42.406Z Compiling toml v0.7.8
16822026-04-21T11:08:42.406Z Compiling crossterm v0.28.1
16832026-04-21T11:08:42.588Z Compiling ecdsa v0.16.9
16842026-04-21T11:08:43.001Z Compiling zip v4.6.1
16852026-04-21T11:08:43.023Z Compiling rsa v0.9.10
16862026-04-21T11:08:43.023Z Compiling ed25519-dalek v2.2.0
16872026-04-21T11:08:43.068Z Compiling zip v0.6.6
16882026-04-21T11:08:43.502Z Compiling hyper-tls v0.6.0
16892026-04-21T11:08:43.752Z Compiling tokio-stream v0.1.18
16902026-04-21T11:08:43.784Z Compiling heck v0.4.1
16912026-04-21T11:08:43.823Z Compiling toml_parser v1.0.9+spec-1.1.0
16922026-04-21T11:08:43.847Z Compiling buf-list v1.1.2
16932026-04-21T11:08:43.871Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16942026-04-21T11:08:43.994Z Compiling openapiv3 v2.2.0
16952026-04-21T11:08:44.025Z Compiling x509-cert v0.2.5
16962026-04-21T11:08:44.041Z Compiling sha1 v0.10.6
16972026-04-21T11:08:44.123Z Compiling crossbeam-epoch v0.9.18
16982026-04-21T11:08:44.145Z Compiling toml_datetime v0.7.5+spec-1.1.0
16992026-04-21T11:08:44.200Z Compiling lalrpop-util v0.19.12
17002026-04-21T11:08:44.237Z Compiling peg-runtime v0.8.5
17012026-04-21T11:08:44.257Z Compiling thread_local v1.1.9
17022026-04-21T11:08:44.281Z Compiling slog-async v2.8.0
17032026-04-21T11:08:44.348Z Compiling futures-executor v0.3.32
17042026-04-21T11:08:44.410Z Compiling crossbeam-channel v0.5.15
17052026-04-21T11:08:44.465Z Compiling is-terminal v0.4.17
17062026-04-21T11:08:44.465Z Compiling filetime v0.2.27
17072026-04-21T11:08:44.488Z Compiling xattr v1.6.1
17082026-04-21T11:08:44.584Z Compiling term v1.2.1
17092026-04-21T11:08:44.612Z Compiling take_mut v0.2.2
17102026-04-21T11:08:44.612Z Compiling futures v0.3.32
17112026-04-21T11:08:44.648Z Compiling tar v0.4.45
17122026-04-21T11:08:44.827Z Compiling slog-term v2.9.2
17132026-04-21T11:08:59.969Z Compiling rustls-webpki v0.103.9
17142026-04-21T11:09:02.820Z Compiling tokio-rustls v0.26.4
17152026-04-21T11:09:02.820Z Compiling rustls-platform-verifier v0.6.2
17162026-04-21T11:09:03.017Z Compiling hyper-rustls v0.27.7
17172026-04-21T11:09:03.215Z Compiling reqwest v0.13.2
17182026-04-21T11:09:03.216Z Compiling reqwest v0.12.28
17192026-04-21T11:09:05.190Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17202026-04-21T11:09:05.425Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17212026-04-21T11:09:08.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.23s
17222026-04-21T11:09:08.358Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17232026-04-21T11:09:08.415ZApr 21 11:09:08.214 INFO Starting download, target: Clickhouse
17242026-04-21T11:09:08.415ZApr 21 11:09:08.215 INFO Starting download, target: Cockroach
17252026-04-21T11:09:08.415ZApr 21 11:09:08.215 INFO Starting download, target: Console
17262026-04-21T11:09:08.415ZApr 21 11:09:08.215 INFO Starting download, target: DendriteStub
17272026-04-21T11:09:08.415ZApr 21 11:09:08.215 INFO Starting download, target: MaghemiteMgd
17282026-04-21T11:09:08.418ZApr 21 11:09:08.215 INFO Starting download, target: TransceiverControl
17292026-04-21T11:09:08.418ZApr 21 11:09:08.215 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17302026-04-21T11:09:08.418ZApr 21 11:09:08.215 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17312026-04-21T11:09:08.418ZApr 21 11:09:08.216 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17322026-04-21T11:09:08.418ZApr 21 11:09:08.216 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17332026-04-21T11:09:08.418ZApr 21 11:09:08.216 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17342026-04-21T11:09:08.418ZApr 21 11:09:08.216 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17352026-04-21T11:09:08.996ZApr 21 11:09:08.795 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17362026-04-21T11:09:09.211ZApr 21 11:09:09.011 INFO Download complete, target: TransceiverControl
17372026-04-21T11:09:09.507ZApr 21 11:09:09.305 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17382026-04-21T11:09:09.747ZApr 21 11:09:09.540 INFO Download complete, target: Console
17392026-04-21T11:09:10.692ZApr 21 11:09:10.488 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17402026-04-21T11:09:10.810ZApr 21 11:09:10.608 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17412026-04-21T11:09:11.006ZApr 21 11:09:10.800 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-04-21T11:09:11.448ZApr 21 11:09:11.245 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17432026-04-21T11:09:11.448ZApr 21 11:09:11.245 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17442026-04-21T11:09:13.035ZApr 21 11:09:12.835 INFO Download complete, target: DendriteStub
17452026-04-21T11:09:13.261ZApr 21 11:09:13.060 INFO Download complete, target: MaghemiteMgd
17462026-04-21T11:09:16.135ZApr 21 11:09:15.932 INFO Checking that binary works, target: Cockroach
17472026-04-21T11:09:16.239ZApr 21 11:09:16.038 INFO Download complete, target: Cockroach
17482026-04-21T11:09:17.813ZApr 21 11:09:17.612 INFO Checking that binary works, target: Clickhouse
17492026-04-21T11:09:17.913ZApr 21 11:09:17.712 INFO Download complete, target: Clickhouse
17502026-04-21T11:09:17.919ZAll prerequisites installed successfully
17512026-04-21T11:09:17.922Z
17522026-04-21T11:09:17.922Zreal 2:49.052136550
17532026-04-21T11:09:17.922Zuser 7:14.794052971
17542026-04-21T11:09:17.922Zsys 1:41.168482710
17552026-04-21T11:09:17.922Ztrap 0.250331020
17562026-04-21T11:09:17.922Ztflt 1.550750546
17572026-04-21T11:09:17.922Zdflt 1.857962540
17582026-04-21T11:09:17.922Zkflt 0.035404330
17592026-04-21T11:09:17.922Zlock 22:27.808513687
17602026-04-21T11:09:17.922Zslp 19:22.178331127
17612026-04-21T11:09:17.922Zlat 23.218343173
17622026-04-21T11:09:17.922Zstop 2:49.495952749
17632026-04-21T11:09:17.922Z+ ptime -m cargo xtask download softnpu
17642026-04-21T11:09:18.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17652026-04-21T11:09:18.471Z Running `target/debug/xtask download softnpu`
17662026-04-21T11:09:19.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17672026-04-21T11:09:19.305Z Running `target/debug/xtask-downloader softnpu`
17682026-04-21T11:09:19.346ZApr 21 11:09:19.144 INFO Starting download, target: Softnpu
17692026-04-21T11:09:19.349ZApr 21 11:09:19.145 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17702026-04-21T11:09:19.905ZApr 21 11:09:19.703 INFO Download complete, target: Softnpu
17712026-04-21T11:09:19.908Z
17722026-04-21T11:09:19.908Zreal 1.982276355
17732026-04-21T11:09:19.908Zuser 1.332848066
17742026-04-21T11:09:19.908Zsys 0.661310329
17752026-04-21T11:09:19.908Ztrap 0.000694079
17762026-04-21T11:09:19.908Ztflt 0.000130560
17772026-04-21T11:09:19.908Zdflt 0.000227506
17782026-04-21T11:09:19.908Zkflt 0.000000000
17792026-04-21T11:09:19.908Zlock 10.006687042
17802026-04-21T11:09:19.908Zslp 0.398703478
17812026-04-21T11:09:19.908Zlat 0.087762558
17822026-04-21T11:09:19.908Zstop 0.000179544
17832026-04-21T11:09:19.912Z+ export CARGO_INCREMENTAL=0
17842026-04-21T11:09:19.912Z+ CARGO_INCREMENTAL=0
17852026-04-21T11:09:19.912Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17862026-04-21T11:09:20.814Z Compiling proc-macro2 v1.0.106
17872026-04-21T11:09:20.814Z Compiling quote v1.0.44
17882026-04-21T11:09:20.814Z Compiling unicode-ident v1.0.24
17892026-04-21T11:09:20.820Z Compiling libc v0.2.185
17902026-04-21T11:09:20.820Z Compiling serde_core v1.0.228
17912026-04-21T11:09:20.820Z Compiling serde v1.0.228
17922026-04-21T11:09:20.820Z Compiling cfg-if v1.0.4
17932026-04-21T11:09:20.820Z Compiling version_check v0.9.5
17942026-04-21T11:09:20.820Z Compiling shlex v1.3.0
17952026-04-21T11:09:20.971Z Compiling find-msvc-tools v0.1.9
17962026-04-21T11:09:20.981Z Compiling typenum v1.19.0
17972026-04-21T11:09:20.984Z Compiling autocfg v1.5.0
17982026-04-21T11:09:20.984Z Compiling zmij v1.0.21
17992026-04-21T11:09:20.984Z Compiling serde_json v1.0.149
18002026-04-21T11:09:20.984Z Compiling portable-atomic v1.13.1
18012026-04-21T11:09:21.124Z Compiling memchr v2.8.0
18022026-04-21T11:09:21.241Z Compiling zerocopy v0.8.40
18032026-04-21T11:09:21.295Z Compiling libm v0.2.16
18042026-04-21T11:09:21.316Z Compiling smallvec v1.15.1
18052026-04-21T11:09:21.333Z Compiling icu_normalizer_data v2.1.1
18062026-04-21T11:09:21.364Z Compiling icu_properties_data v2.1.2
18072026-04-21T11:09:21.378Z Compiling generic-array v0.14.7
18082026-04-21T11:09:21.444Z Compiling parking_lot_core v0.9.12
18092026-04-21T11:09:21.512Z Compiling num-traits v0.2.19
18102026-04-21T11:09:21.530Z Compiling itoa v1.0.17
18112026-04-21T11:09:21.553Z Compiling getrandom v0.4.1
18122026-04-21T11:09:21.616Z Compiling log v0.4.29
18132026-04-21T11:09:21.634Z Compiling stable_deref_trait v1.2.1
18142026-04-21T11:09:21.634Z Compiling pkg-config v0.3.32
18152026-04-21T11:09:21.722Z Compiling subtle v2.6.1
18162026-04-21T11:09:21.891Z Compiling scopeguard v1.2.0
18172026-04-21T11:09:21.919Z Compiling percent-encoding v2.3.2
18182026-04-21T11:09:21.991Z Compiling lock_api v0.4.14
18192026-04-21T11:09:22.018Z Compiling litemap v0.8.1
18202026-04-21T11:09:22.047Z Compiling writeable v0.6.2
18212026-04-21T11:09:22.087Z Compiling jobserver v0.1.34
18222026-04-21T11:09:22.149Z Compiling getrandom v0.2.17
18232026-04-21T11:09:22.247Z Compiling errno v0.3.14
18242026-04-21T11:09:22.273Z Compiling fnv v1.0.7
18252026-04-21T11:09:22.305Z Compiling rand_core v0.6.4
18262026-04-21T11:09:22.319Z Compiling thiserror v2.0.18
18272026-04-21T11:09:22.353Z Compiling syn v2.0.117
18282026-04-21T11:09:22.393Z Compiling cc v1.2.56
18292026-04-21T11:09:22.453Z Compiling pin-project-lite v0.2.17
18302026-04-21T11:09:22.457Z Compiling getrandom v0.3.4
18312026-04-21T11:09:22.579Z Compiling critical-section v1.2.0
18322026-04-21T11:09:22.607Z Compiling equivalent v1.0.2
18332026-04-21T11:09:22.651Z Compiling rustversion v1.0.22
18342026-04-21T11:09:22.654Z Compiling allocator-api2 v0.2.21
18352026-04-21T11:09:22.654Z Compiling schemars v0.8.22
18362026-04-21T11:09:22.697Z Compiling fs_extra v1.3.0
18372026-04-21T11:09:22.757Z Compiling dunce v1.0.5
18382026-04-21T11:09:22.799Z Compiling utf8_iter v1.0.4
18392026-04-21T11:09:22.849Z Compiling rand_core v0.10.0
18402026-04-21T11:09:22.867Z Compiling foldhash v0.2.0
18412026-04-21T11:09:22.976Z Compiling form_urlencoded v1.2.2
18422026-04-21T11:09:23.022Z Compiling once_cell v1.21.3
18432026-04-21T11:09:23.025Z Compiling hashbrown v0.16.1
18442026-04-21T11:09:23.123Z Compiling const-oid v0.9.6
18452026-04-21T11:09:23.168Z Compiling cmake v0.1.57
18462026-04-21T11:09:23.203Z Compiling semver v1.0.27
18472026-04-21T11:09:23.336Z Compiling bitflags v2.11.0
18482026-04-21T11:09:23.485Z Compiling signal-hook-registry v1.4.8
18492026-04-21T11:09:23.541Z Compiling rustix v1.1.3
18502026-04-21T11:09:23.544Z Compiling socket2 v0.6.3
18512026-04-21T11:09:23.582Z Compiling mio v1.2.0
18522026-04-21T11:09:23.602Z Compiling aws-lc-rs v1.16.0
18532026-04-21T11:09:23.605Z Compiling parking_lot v0.12.5
18542026-04-21T11:09:23.698Z Compiling indexmap v2.13.0
18552026-04-21T11:09:23.725Z Compiling ring v0.17.14
18562026-04-21T11:09:23.750Z Compiling aws-lc-sys v0.37.1
18572026-04-21T11:09:23.779Z Compiling strsim v0.11.1
18582026-04-21T11:09:23.782Z Compiling futures-core v0.3.32
18592026-04-21T11:09:23.878Z Compiling thiserror v1.0.69
18602026-04-21T11:09:23.909Z Compiling ucd-trie v0.1.7
18612026-04-21T11:09:23.988Z Compiling byteorder v1.5.0
18622026-04-21T11:09:24.034Z Compiling httparse v1.10.1
18632026-04-21T11:09:24.097Z Compiling pest v2.8.6
18642026-04-21T11:09:24.265Z Compiling vcpkg v0.2.15
18652026-04-21T11:09:24.308Z Compiling ident_case v1.0.1
18662026-04-21T11:09:24.324Z Compiling syn v1.0.109
18672026-04-21T11:09:24.356Z Compiling heck v0.5.0
18682026-04-21T11:09:24.377Z Compiling iana-time-zone v0.1.65
18692026-04-21T11:09:24.408Z Compiling uuid v1.23.0
18702026-04-21T11:09:24.455Z Compiling cpufeatures v0.2.17
18712026-04-21T11:09:24.530Z Compiling regex-syntax v0.8.10
18722026-04-21T11:09:24.736Z Compiling rustc_version v0.4.1
18732026-04-21T11:09:24.793Z Compiling rustls v0.23.37
18742026-04-21T11:09:24.846Z Compiling openssl-sys v0.9.111
18752026-04-21T11:09:24.965Z Compiling futures-sink v0.3.32
18762026-04-21T11:09:25.031Z Compiling futures-task v0.3.32
18772026-04-21T11:09:25.034Z Compiling futures-io v0.3.32
18782026-04-21T11:09:25.064Z Compiling futures-channel v0.3.32
18792026-04-21T11:09:25.081Z Compiling slab v0.4.12
18802026-04-21T11:09:25.150Z Compiling pest_meta v2.8.6
18812026-04-21T11:09:25.167Z Compiling synstructure v0.13.2
18822026-04-21T11:09:25.186Z Compiling serde_derive_internals v0.29.1
18832026-04-21T11:09:25.277Z Compiling dyn-clone v1.0.20
18842026-04-21T11:09:25.293Z Compiling plain v0.2.3
18852026-04-21T11:09:25.338Z Compiling aho-corasick v1.1.4
18862026-04-21T11:09:25.371Z Compiling num-conv v0.2.0
18872026-04-21T11:09:25.423Z Compiling crossbeam-utils v0.8.21
18882026-04-21T11:09:25.444Z Compiling time-core v0.1.8
18892026-04-21T11:09:25.543Z Compiling openssl v0.10.75
18902026-04-21T11:09:25.612Z Compiling time-macros v0.2.27
18912026-04-21T11:09:25.733Z Compiling pest_generator v2.8.6
18922026-04-21T11:09:25.788Z Compiling pretty-hex v0.4.1
18932026-04-21T11:09:25.850Z Compiling base64 v0.22.1
18942026-04-21T11:09:25.954Z Compiling crc32fast v1.5.0
18952026-04-21T11:09:25.980Z Compiling anyhow v1.0.102
18962026-04-21T11:09:26.030Z Compiling base64ct v1.8.3
18972026-04-21T11:09:26.071Z Compiling darling_core v0.21.3
18982026-04-21T11:09:26.104Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18992026-04-21T11:09:26.135Z Compiling native-tls v0.2.18
19002026-04-21T11:09:26.236Z Compiling regex-automata v0.4.14
19012026-04-21T11:09:26.283Z Compiling pem-rfc7468 v0.7.0
19022026-04-21T11:09:26.330Z Compiling flagset v0.4.7
19032026-04-21T11:09:26.345Z Compiling rand_core v0.9.5
19042026-04-21T11:09:26.380Z Compiling slog v2.8.2
19052026-04-21T11:09:26.419Z Compiling tracing-core v0.1.36
19062026-04-21T11:09:26.437Z Compiling serde_derive v1.0.228
19072026-04-21T11:09:26.484Z Compiling zeroize_derive v1.4.3
19082026-04-21T11:09:26.511Z Compiling zerofrom-derive v0.1.6
19092026-04-21T11:09:26.582Z Compiling yoke-derive v0.8.1
19102026-04-21T11:09:26.597Z Compiling zerovec-derive v0.11.2
19112026-04-21T11:09:26.601Z Compiling displaydoc v0.2.5
19122026-04-21T11:09:26.629Z Compiling zerocopy-derive v0.8.40
19132026-04-21T11:09:26.662Z Compiling tokio-macros v2.7.0
19142026-04-21T11:09:26.742Z Compiling futures-macro v0.3.32
19152026-04-21T11:09:27.081Z Compiling zeroize v1.8.2
19162026-04-21T11:09:27.343Z Compiling thiserror-impl v2.0.18
19172026-04-21T11:09:27.498Z Compiling schemars_derive v0.8.22
19182026-04-21T11:09:27.515Z Compiling tracing-attributes v0.1.31
19192026-04-21T11:09:27.530Z Compiling der_derive v0.7.3
19202026-04-21T11:09:27.615Z Compiling thiserror-impl v1.0.69
19212026-04-21T11:09:27.632Z Compiling zerofrom v0.1.6
19222026-04-21T11:09:27.782Z Compiling yoke v0.8.1
19232026-04-21T11:09:27.899Z Compiling crypto-common v0.1.7
19242026-04-21T11:09:27.988Z Compiling zerovec v0.11.5
19252026-04-21T11:09:28.011Z Compiling zerotrie v0.2.3
19262026-04-21T11:09:28.220Z Compiling block-buffer v0.10.4
19272026-04-21T11:09:28.491Z Compiling digest v0.10.7
19282026-04-21T11:09:28.521Z Compiling pest_derive v2.8.6
19292026-04-21T11:09:28.537Z Compiling tinystr v0.8.2
19302026-04-21T11:09:28.586Z Compiling potential_utf v0.1.4
19312026-04-21T11:09:28.712Z Compiling icu_collections v2.1.1
19322026-04-21T11:09:28.725Z Compiling icu_locale_core v2.1.1
19332026-04-21T11:09:28.750Z Compiling hmac v0.12.1
19342026-04-21T11:09:28.770Z Compiling futures-util v0.3.32
19352026-04-21T11:09:28.862Z Compiling block-padding v0.3.3
19362026-04-21T11:09:28.910Z Compiling sha2 v0.10.9
19372026-04-21T11:09:28.970Z Compiling rustls-pki-types v1.14.0
19382026-04-21T11:09:29.022Z Compiling inout v0.1.4
19392026-04-21T11:09:29.264Z Compiling cipher v0.4.4
19402026-04-21T11:09:29.457Z Compiling icu_provider v2.1.1
19412026-04-21T11:09:29.505Z Compiling scroll_derive v0.13.1
19422026-04-21T11:09:29.626Z Compiling bytes v1.11.1
19432026-04-21T11:09:29.769Z Compiling icu_properties v2.1.2
19442026-04-21T11:09:29.809Z Compiling icu_normalizer v2.1.1
19452026-04-21T11:09:29.834Z Compiling chrono v0.4.44
19462026-04-21T11:09:29.868Z Compiling serde_tokenstream v0.2.3
19472026-04-21T11:09:30.170Z Compiling tokio v1.52.1
19482026-04-21T11:09:30.266Z Compiling scroll_derive v0.12.1
19492026-04-21T11:09:30.900Z Compiling idna_adapter v1.2.1
19502026-04-21T11:09:30.984Z Compiling ppv-lite86 v0.2.21
19512026-04-21T11:09:31.051Z Compiling idna v1.1.0
19522026-04-21T11:09:31.174Z Compiling openssl-macros v0.1.1
19532026-04-21T11:09:31.193Z Compiling http v1.4.0
19542026-04-21T11:09:31.333Z Compiling regex v1.12.3
19552026-04-21T11:09:31.350Z Compiling der v0.7.10
19562026-04-21T11:09:31.402Z Compiling url v2.5.8
19572026-04-21T11:09:31.427Z Compiling darling_macro v0.21.3
19582026-04-21T11:09:31.568Z Compiling zerocopy-derive v0.7.35
19592026-04-21T11:09:31.584Z Compiling untrusted v0.9.0
19602026-04-21T11:09:31.952Z Compiling darling v0.21.3
19612026-04-21T11:09:31.972Z Compiling salsa20 v0.10.2
19622026-04-21T11:09:32.063Z Compiling pbkdf2 v0.12.2
19632026-04-21T11:09:32.195Z Compiling spki v0.7.3
19642026-04-21T11:09:32.352Z Compiling tracing v0.1.44
19652026-04-21T11:09:32.616Z Compiling cookie v0.18.1
19662026-04-21T11:09:32.774Z Compiling camino v1.2.2
19672026-04-21T11:09:32.856Z Compiling scrypt v0.11.0
19682026-04-21T11:09:32.938Z Compiling rand_chacha v0.9.0
19692026-04-21T11:09:32.960Z Compiling cbc v0.1.2
19702026-04-21T11:09:33.080Z Compiling aes v0.8.4
19712026-04-21T11:09:33.373Z Compiling usdt-impl v0.5.0
19722026-04-21T11:09:33.388Z Compiling usdt-impl v0.6.0
19732026-04-21T11:09:33.536Z Compiling either v1.15.0
19742026-04-21T11:09:33.588Z Compiling ref-cast v1.0.25
19752026-04-21T11:09:33.604Z Compiling winnow v0.7.14
19762026-04-21T11:09:33.619Z Compiling paste v1.0.15
19772026-04-21T11:09:33.848Z Compiling pkcs5 v0.7.1
19782026-04-21T11:09:33.892Z Compiling tokio-util v0.7.18
19792026-04-21T11:09:33.964Z Compiling rand v0.9.2
19802026-04-21T11:09:33.993Z Compiling http-body v1.0.1
19812026-04-21T11:09:34.164Z Compiling scroll v0.12.0
19822026-04-21T11:09:34.223Z Compiling scroll v0.13.0
19832026-04-21T11:09:34.307Z Compiling toml_datetime v0.6.11
19842026-04-21T11:09:34.443Z Compiling serde_spanned v0.6.9
19852026-04-21T11:09:34.548Z Compiling heapless v0.7.17
19862026-04-21T11:09:34.581Z Compiling bzip2-sys v0.1.13+1.0.8
19872026-04-21T11:09:34.602Z Compiling untrusted v0.7.1
19882026-04-21T11:09:34.743Z Compiling openssl-probe v0.2.1
19892026-04-21T11:09:34.765Z Compiling atomic-waker v1.1.2
19902026-04-21T11:09:34.782Z Compiling zstd-safe v7.2.4
19912026-04-21T11:09:34.855Z Compiling signal-hook v0.3.18
19922026-04-21T11:09:34.926Z Compiling toml_parser v1.0.9+spec-1.1.0
19932026-04-21T11:09:35.031Z Compiling goblin v0.10.5
19942026-04-21T11:09:35.061Z Compiling goblin v0.8.2
19952026-04-21T11:09:35.084Z Compiling pkcs8 v0.10.2
19962026-04-21T11:09:35.249Z Compiling zerocopy v0.7.35
19972026-04-21T11:09:35.391Z Compiling ref-cast-impl v1.0.25
19982026-04-21T11:09:35.501Z Compiling darling_core v0.20.11
19992026-04-21T11:09:35.517Z Compiling curve25519-dalek v4.1.3
20002026-04-21T11:09:35.591Z Compiling toml_datetime v0.7.5+spec-1.1.0
20012026-04-21T11:09:35.631Z Compiling memoffset v0.9.1
20022026-04-21T11:09:35.776Z Compiling litrs v1.0.0
20032026-04-21T11:09:35.801Z Compiling tinyvec_macros v0.1.1
20042026-04-21T11:09:35.875Z Compiling fastrand v2.3.0
20052026-04-21T11:09:35.921Z Compiling winnow v0.5.40
20062026-04-21T11:09:36.226Z Compiling tower-service v0.3.3
20072026-04-21T11:09:36.242Z Compiling tower-layer v0.3.3
20082026-04-21T11:09:36.336Z Compiling try-lock v0.2.5
20092026-04-21T11:09:36.361Z Compiling rustix v0.38.44
20102026-04-21T11:09:36.535Z Compiling want v0.3.1
20112026-04-21T11:09:36.607Z Compiling h2 v0.4.13
20122026-04-21T11:09:36.648Z Compiling document-features v0.2.12
20132026-04-21T11:09:36.756Z Compiling tinyvec v1.10.0
20142026-04-21T11:09:37.257Z Compiling dof v0.3.0
20152026-04-21T11:09:37.314Z Compiling toml_edit v0.19.15
20162026-04-21T11:09:37.329Z Compiling dtrace-parser v0.2.0
20172026-04-21T11:09:37.424Z Compiling darling_macro v0.20.11
20182026-04-21T11:09:37.749Z Compiling dof v0.4.0
20192026-04-21T11:09:37.890Z Compiling dtrace-parser v0.3.0
20202026-04-21T11:09:37.941Z Compiling ipnet v2.11.0
20212026-04-21T11:09:38.059Z Compiling daft-derive v0.1.5
20222026-04-21T11:09:38.075Z Compiling async-trait v0.1.89
20232026-04-21T11:09:38.143Z Compiling spin v0.9.8
20242026-04-21T11:09:38.371Z Compiling thread-id v4.2.2
20252026-04-21T11:09:38.444Z Compiling thread-id v5.1.0
20262026-04-21T11:09:38.469Z Compiling pin-utils v0.1.0
20272026-04-21T11:09:38.516Z Compiling httpdate v1.0.3
20282026-04-21T11:09:38.562Z Compiling foreign-types-shared v0.1.1
20292026-04-21T11:09:38.666Z Compiling powerfmt v0.2.0
20302026-04-21T11:09:38.746Z Compiling cfg_aliases v0.2.1
20312026-04-21T11:09:38.765Z Compiling smoltcp v0.9.1
20322026-04-21T11:09:38.811Z Compiling num-bigint-dig v0.8.6
20332026-04-21T11:09:38.849Z Compiling nix v0.31.2
20342026-04-21T11:09:38.921Z Compiling deranged v0.5.8
20352026-04-21T11:09:38.937Z Compiling tempfile v3.25.0
20362026-04-21T11:09:38.957Z Compiling foreign-types v0.3.2
20372026-04-21T11:09:39.181Z Compiling darling v0.20.11
20382026-04-21T11:09:39.279Z Compiling ipnetwork v0.21.1
20392026-04-21T11:09:39.532Z Compiling curve25519-dalek-derive v0.1.1
20402026-04-21T11:09:39.562Z Compiling strum_macros v0.26.4
20412026-04-21T11:09:39.606Z Compiling hyper v1.8.1
20422026-04-21T11:09:39.833Z Compiling socket2 v0.5.10
20432026-04-21T11:09:39.963Z Compiling wait-timeout v0.2.1
20442026-04-21T11:09:40.208Z Compiling quick-error v1.2.3
20452026-04-21T11:09:40.248Z Compiling siphasher v1.0.2
20462026-04-21T11:09:40.346Z Compiling num_threads v0.1.7
20472026-04-21T11:09:40.415Z Compiling utf8parse v0.2.2
20482026-04-21T11:09:40.458Z Compiling bit-vec v0.8.0
20492026-04-21T11:09:40.458Z Compiling anstyle v1.0.13
20502026-04-21T11:09:40.541Z Compiling simd-adler32 v0.3.8
20512026-04-21T11:09:40.544Z Compiling anstyle-parse v0.2.7
20522026-04-21T11:09:40.620Z Compiling time v0.3.47
20532026-04-21T11:09:40.702Z Compiling hyper-util v0.1.20
20542026-04-21T11:09:40.723Z Compiling bit-set v0.8.0
20552026-04-21T11:09:40.901Z Compiling rusty-fork v0.3.1
20562026-04-21T11:09:41.199Z Compiling derive_builder_core v0.20.2
20572026-04-21T11:09:41.259Z Compiling unicode-normalization v0.1.25
20582026-04-21T11:09:41.776Z Compiling rustls-native-certs v0.8.3
20592026-04-21T11:09:42.056Z Compiling signature v2.2.0
20602026-04-21T11:09:42.223Z Compiling hubpack_derive v0.1.1
20612026-04-21T11:09:42.320Z Compiling rand_xorshift v0.4.0
20622026-04-21T11:09:42.357Z Compiling strum_macros v0.27.2
20632026-04-21T11:09:42.437Z Compiling sync_wrapper v1.0.2
20642026-04-21T11:09:42.487Z Compiling fs-err v3.3.0
20652026-04-21T11:09:42.506Z Compiling ahash v0.8.12
20662026-04-21T11:09:42.601Z Compiling adler2 v2.0.1
20672026-04-21T11:09:42.641Z Compiling colorchoice v1.0.4
20682026-04-21T11:09:42.683Z Compiling unicode-bidi v0.3.18
20692026-04-21T11:09:42.704Z Compiling anstyle-query v1.1.5
20702026-04-21T11:09:42.722Z Compiling object v0.37.3
20712026-04-21T11:09:42.756Z Compiling unicode-segmentation v1.12.0
20722026-04-21T11:09:42.826Z Compiling unarray v0.1.4
20732026-04-21T11:09:42.885Z Compiling is_terminal_polyfill v1.70.2
20742026-04-21T11:09:42.885Z Compiling unicode-properties v0.1.4
20752026-04-21T11:09:42.950Z Compiling proptest v1.10.0
20762026-04-21T11:09:42.996Z Compiling anstream v0.6.21
20772026-04-21T11:09:43.134Z Compiling stringprep v0.1.5
20782026-04-21T11:09:43.169Z Compiling miniz_oxide v0.8.9
20792026-04-21T11:09:43.506Z Compiling tower v0.5.3
20802026-04-21T11:09:43.525Z Compiling derive_builder_macro v0.20.2
20812026-04-21T11:09:43.728Z Compiling usdt-attr-macro v0.6.0
20822026-04-21T11:09:43.884Z Compiling usdt-macro v0.6.0
20832026-04-21T11:09:44.180Z Compiling http-body-util v0.1.3
20842026-04-21T11:09:44.489Z Compiling webpki-roots v1.0.6
20852026-04-21T11:09:44.571Z Compiling rand_chacha v0.3.1
20862026-04-21T11:09:44.604Z Compiling erased-serde v0.3.31
20872026-04-21T11:09:44.620Z Compiling md-5 v0.10.6
20882026-04-21T11:09:44.685Z Compiling num-integer v0.1.46
20892026-04-21T11:09:44.773Z Compiling hash32 v0.2.1
20902026-04-21T11:09:44.806Z Compiling vergen-lib v0.1.6
20912026-04-21T11:09:44.822Z Compiling ff v0.13.1
20922026-04-21T11:09:44.825Z Compiling ryu v1.0.23
20932026-04-21T11:09:44.904Z Compiling base16ct v0.2.0
20942026-04-21T11:09:44.920Z Compiling psl-types v2.0.11
20952026-04-21T11:09:44.955Z Compiling fallible-iterator v0.2.0
20962026-04-21T11:09:44.976Z Compiling zlib-rs v0.6.2
20972026-04-21T11:09:44.993Z Compiling iri-string v0.7.10
20982026-04-21T11:09:45.011Z Compiling newtype-uuid v1.3.2
20992026-04-21T11:09:45.090Z Compiling sec1 v0.7.3
21002026-04-21T11:09:45.105Z Compiling publicsuffix v2.3.0
21012026-04-21T11:09:45.108Z Compiling serde_urlencoded v0.7.1
21022026-04-21T11:09:45.136Z Compiling group v0.13.0
21032026-04-21T11:09:45.277Z Compiling postgres-protocol v0.6.10
21042026-04-21T11:09:45.295Z Compiling num-iter v0.1.45
21052026-04-21T11:09:45.391Z Compiling rand v0.8.5
21062026-04-21T11:09:45.512Z Compiling oxnet v0.1.4
21072026-04-21T11:09:45.650Z Compiling derive_builder v0.20.2
21082026-04-21T11:09:45.690Z Compiling tokio-native-tls v0.3.1
21092026-04-21T11:09:45.798Z Compiling heck v0.4.1
21102026-04-21T11:09:45.855Z Compiling phf_shared v0.13.1
21112026-04-21T11:09:45.936Z Compiling lazy_static v1.5.0
21122026-04-21T11:09:46.014Z Compiling terminal_size v0.4.3
21132026-04-21T11:09:46.044Z Compiling serde_with_macros v3.17.0
21142026-04-21T11:09:46.059Z Compiling cargo-platform v0.1.9
21152026-04-21T11:09:46.093Z Compiling hkdf v0.12.4
21162026-04-21T11:09:46.108Z Compiling crypto-bigint v0.5.5
21172026-04-21T11:09:46.111Z Compiling enum-as-inner v0.6.1
21182026-04-21T11:09:46.175Z Compiling tower-http v0.6.8
21192026-04-21T11:09:46.189Z Compiling clap_derive v4.5.55
21202026-04-21T11:09:46.242Z Compiling serde_repr v0.1.20
21212026-04-21T11:09:46.279Z Compiling vergen v9.0.6
21222026-04-21T11:09:46.364Z Compiling foldhash v0.1.5
21232026-04-21T11:09:46.461Z Compiling managed v0.8.0
21242026-04-21T11:09:46.474Z Compiling bumpalo v3.20.2
21252026-04-21T11:09:46.542Z Compiling bitflags v1.3.2
21262026-04-21T11:09:46.579Z Compiling clap_lex v1.0.0
21272026-04-21T11:09:46.632Z Compiling libbz2-rs-sys v0.2.2
21282026-04-21T11:09:46.730Z Compiling zopfli v0.8.3
21292026-04-21T11:09:46.746Z Compiling clap_builder v4.5.60
21302026-04-21T11:09:46.830Z Compiling hashbrown v0.15.5
21312026-04-21T11:09:47.067Z Compiling flate2 v1.1.9
21322026-04-21T11:09:47.193Z Compiling bzip2 v0.6.1
21332026-04-21T11:09:47.209Z Compiling elliptic-curve v0.13.8
21342026-04-21T11:09:47.258Z Compiling cargo_metadata v0.19.2
21352026-04-21T11:09:47.294Z Compiling zstd v0.13.3
21362026-04-21T11:09:47.537Z Compiling phf v0.13.1
21372026-04-21T11:09:47.562Z Compiling signal-hook-mio v0.2.5
21382026-04-21T11:09:47.594Z Compiling hyper-tls v0.6.0
21392026-04-21T11:09:47.700Z Compiling daft v0.1.5
21402026-04-21T11:09:47.717Z Compiling cookie_store v0.22.1
21412026-04-21T11:09:47.767Z Compiling postgres-types v0.2.12
21422026-04-21T11:09:47.808Z Compiling bzip2 v0.4.4
21432026-04-21T11:09:47.835Z Compiling strum v0.27.2
21442026-04-21T11:09:48.056Z Compiling hubpack v0.1.2
21452026-04-21T11:09:48.078Z Compiling ed25519 v2.2.3
21462026-04-21T11:09:48.153Z Compiling phf_shared v0.11.3
21472026-04-21T11:09:48.348Z Compiling crossbeam-epoch v0.9.18
21482026-04-21T11:09:48.365Z Compiling pkcs1 v0.7.5
21492026-04-21T11:09:48.422Z Compiling hex v0.4.3
21502026-04-21T11:09:48.550Z Compiling serde-big-array v0.5.1
21512026-04-21T11:09:48.674Z Compiling rfc6979 v0.4.0
21522026-04-21T11:09:48.709Z Compiling bstr v1.12.1
21532026-04-21T11:09:48.763Z Compiling float-cmp v0.10.0
21542026-04-21T11:09:48.780Z Compiling memmap2 v0.9.10
21552026-04-21T11:09:48.783Z Compiling env_filter v1.0.0
21562026-04-21T11:09:48.823Z Compiling encoding_rs v0.8.35
21572026-04-21T11:09:48.868Z Compiling fixedbitset v0.5.7
21582026-04-21T11:09:49.007Z Compiling jiff v0.2.21
21592026-04-21T11:09:49.030Z Compiling fixedbitset v0.4.2
21602026-04-21T11:09:49.072Z Compiling static_assertions v1.1.0
21612026-04-21T11:09:49.105Z Compiling toml_write v0.1.2
21622026-04-21T11:09:49.108Z Compiling keccak v0.1.6
21632026-04-21T11:09:49.137Z Compiling whoami v2.1.0
21642026-04-21T11:09:49.166Z Compiling new_debug_unreachable v1.0.6
21652026-04-21T11:09:49.169Z Compiling difflib v0.4.0
21662026-04-21T11:09:49.251Z Compiling mime v0.3.17
21672026-04-21T11:09:49.267Z Compiling data-encoding v2.10.0
21682026-04-21T11:09:49.315Z Compiling precomputed-hash v0.1.1
21692026-04-21T11:09:49.331Z Compiling predicates-core v1.0.10
21702026-04-21T11:09:49.362Z Compiling normalize-line-endings v0.3.0
21712026-04-21T11:09:49.422Z Compiling rustc-hash v2.1.1
21722026-04-21T11:09:49.476Z Compiling predicates v3.1.4
21732026-04-21T11:09:49.508Z Compiling string_cache v0.8.9
21742026-04-21T11:09:49.523Z Compiling iddqd v0.3.17
21752026-04-21T11:09:49.560Z Compiling hickory-proto v0.25.2
21762026-04-21T11:09:49.638Z Compiling tokio-postgres v0.7.16
21772026-04-21T11:09:49.741Z Compiling sha3 v0.10.8
21782026-04-21T11:09:49.905Z Compiling toml_edit v0.22.27
21792026-04-21T11:09:49.922Z Compiling petgraph v0.6.5
21802026-04-21T11:09:50.021Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21812026-04-21T11:09:50.057Z Compiling similar v2.7.0
21822026-04-21T11:09:50.103Z Compiling petgraph v0.8.3
21832026-04-21T11:09:50.779Z Compiling env_logger v0.11.9
21842026-04-21T11:09:50.992Z Compiling usdt v0.6.0
21852026-04-21T11:09:51.259Z Compiling ecdsa v0.16.9
21862026-04-21T11:09:51.399Z Compiling serde_with v3.17.0
21872026-04-21T11:09:51.668Z Compiling zip v4.6.1
21882026-04-21T11:09:51.684Z Compiling rsa v0.9.10
21892026-04-21T11:09:52.213Z Compiling crossterm v0.28.1
21902026-04-21T11:09:52.312Z Compiling ed25519-dalek v2.2.0
21912026-04-21T11:09:52.570Z Compiling clap v4.5.60
21922026-04-21T11:09:52.942Z Compiling zip v0.6.6
21932026-04-21T11:09:53.040Z Compiling strum v0.26.3
21942026-04-21T11:09:53.095Z Compiling toml v0.7.8
21952026-04-21T11:09:53.114Z Compiling tokio-stream v0.1.18
21962026-04-21T11:09:53.252Z Compiling buf-list v1.1.2
21972026-04-21T11:09:53.344Z Compiling itertools v0.13.0
21982026-04-21T11:09:53.426Z Compiling x509-cert v0.2.5
21992026-04-21T11:09:53.531Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22002026-04-21T11:09:53.653Z Compiling openapiv3 v2.2.0
22012026-04-21T11:09:53.763Z Compiling sha1 v0.10.6
22022026-04-21T11:09:54.163Z Compiling peg-runtime v0.8.5
22032026-04-21T11:09:54.451Z Compiling lalrpop-util v0.19.12
22042026-04-21T11:10:08.502Z Compiling rustls-webpki v0.103.9
22052026-04-21T11:10:11.050Z Compiling macaddr v1.0.1
22062026-04-21T11:10:11.098Z Compiling structmeta-derive v0.3.0
22072026-04-21T11:10:11.114Z Compiling crucible-workspace-hack v0.1.0
22082026-04-21T11:10:11.117Z Compiling rayon-core v1.13.0
22092026-04-21T11:10:11.354Z Compiling itertools v0.14.0
22102026-04-21T11:10:11.367Z Compiling secrecy v0.10.3
22112026-04-21T11:10:11.384Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22122026-04-21T11:10:11.558Z Compiling heapless v0.8.0
22132026-04-21T11:10:11.602Z Compiling rustls v0.22.4
22142026-04-21T11:10:11.793Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-04-21T11:10:11.919Z Compiling crossbeam-deque v0.8.6
22162026-04-21T11:10:11.960Z Compiling toml_edit v0.23.10+spec-1.0.0
22172026-04-21T11:10:11.963Z Compiling rustls-webpki v0.102.8
22182026-04-21T11:10:12.029Z Compiling tokio-rustls v0.26.4
22192026-04-21T11:10:12.089Z Compiling rustls-platform-verifier v0.6.2
22202026-04-21T11:10:12.190Z Compiling structmeta v0.3.0
22212026-04-21T11:10:12.230Z Compiling futures-executor v0.3.32
22222026-04-21T11:10:12.246Z Compiling hash32 v0.3.1
22232026-04-21T11:10:12.314Z Compiling hyper-rustls v0.27.7
22242026-04-21T11:10:12.331Z Compiling multer v3.1.0
22252026-04-21T11:10:12.346Z Compiling thread_local v1.1.9
22262026-04-21T11:10:12.418Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22272026-04-21T11:10:12.432Z Compiling unicode-width v0.2.0
22282026-04-21T11:10:12.456Z Compiling match_cfg v0.1.0
22292026-04-21T11:10:12.543Z Compiling slog-async v2.8.0
22302026-04-21T11:10:12.558Z Compiling reqwest v0.12.28
22312026-04-21T11:10:12.627Z Compiling reqwest v0.13.2
22322026-04-21T11:10:12.644Z Compiling ingot-macros v0.1.1
22332026-04-21T11:10:12.659Z Compiling smoltcp v0.11.0
22342026-04-21T11:10:12.736Z Compiling hostname v0.3.1
22352026-04-21T11:10:12.768Z Compiling proc-macro-crate v3.4.0
22362026-04-21T11:10:12.875Z Compiling derive-ex v0.1.8
22372026-04-21T11:10:12.893Z Compiling futures v0.3.32
22382026-04-21T11:10:13.024Z Compiling slog-json v2.6.1
22392026-04-21T11:10:13.233Z Compiling crossbeam-channel v0.5.15
22402026-04-21T11:10:13.304Z Compiling half v2.7.1
22412026-04-21T11:10:13.463Z Compiling newtype-uuid-macros v0.1.0
22422026-04-21T11:10:13.656Z Compiling cobs v0.3.0
22432026-04-21T11:10:13.673Z Compiling thiserror-impl-no-std v2.0.2
22442026-04-21T11:10:13.829Z Compiling universal-hash v0.5.1
22452026-04-21T11:10:13.974Z Compiling async-stream-impl v0.3.6
22462026-04-21T11:10:13.977Z Compiling serde_spanned v1.0.4
22472026-04-21T11:10:14.004Z Compiling is-terminal v0.4.17
22482026-04-21T11:10:14.123Z Compiling dropshot v0.16.7
22492026-04-21T11:10:14.177Z Compiling proc-macro-error-attr v1.0.4
22502026-04-21T11:10:14.349Z Compiling take_mut v0.2.2
22512026-04-21T11:10:14.365Z Compiling toml_writer v1.0.6+spec-1.1.0
22522026-04-21T11:10:14.400Z Compiling opaque-debug v0.3.1
22532026-04-21T11:10:14.425Z Compiling convert_case v0.4.0
22542026-04-21T11:10:14.492Z Compiling term v1.2.1
22552026-04-21T11:10:14.507Z Compiling ciborium-io v0.2.2
22562026-04-21T11:10:14.540Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22572026-04-21T11:10:14.558Z Compiling async-stream v0.3.6
22582026-04-21T11:10:14.574Z Compiling toml v0.9.12+spec-1.1.0
22592026-04-21T11:10:14.627Z Compiling ciborium-ll v0.2.2
22602026-04-21T11:10:14.643Z Compiling poly1305 v0.8.0
22612026-04-21T11:10:14.701Z Compiling thiserror-no-std v2.0.2
22622026-04-21T11:10:14.767Z Compiling derive_more v0.99.20
22632026-04-21T11:10:14.795Z Compiling test-strategy v0.4.5
22642026-04-21T11:10:14.816Z Compiling slog-term v2.9.2
22652026-04-21T11:10:14.909Z Compiling tokio-rustls v0.25.0
22662026-04-21T11:10:15.247Z Compiling ingot-types v0.1.2
22672026-04-21T11:10:15.291Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22682026-04-21T11:10:15.308Z Compiling postcard v1.1.3
22692026-04-21T11:10:15.703Z Compiling ingot v0.1.1
22702026-04-21T11:10:15.871Z Compiling num_enum_derive v0.7.5
22712026-04-21T11:10:15.933Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22722026-04-21T11:10:16.021Z Compiling slog-bunyan v2.5.0
22732026-04-21T11:10:16.078Z Compiling parse-display-derive v0.10.0
22742026-04-21T11:10:16.093Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22752026-04-21T11:10:16.195Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22762026-04-21T11:10:16.221Z Compiling proc-macro-crate v1.3.1
22772026-04-21T11:10:16.256Z Compiling backon v1.6.0
22782026-04-21T11:10:16.288Z Compiling waitgroup v0.1.2
22792026-04-21T11:10:16.443Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22802026-04-21T11:10:16.465Z Compiling password-hash v0.5.0
22812026-04-21T11:10:16.527Z Compiling chacha20 v0.9.1
22822026-04-21T11:10:16.579Z Compiling dropshot_endpoint v0.16.7
22832026-04-21T11:10:16.794Z Compiling rustls-pemfile v2.2.0
22842026-04-21T11:10:16.817Z Compiling blake2 v0.10.6
22852026-04-21T11:10:16.948Z Compiling aead v0.5.2
22862026-04-21T11:10:17.088Z Compiling foreign-types-macros v0.2.3
22872026-04-21T11:10:17.155Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22882026-04-21T11:10:17.171Z Compiling serde_path_to_error v0.1.20
22892026-04-21T11:10:17.230Z Compiling hostname v0.4.2
22902026-04-21T11:10:17.339Z Compiling proc-macro-error v1.0.4
22912026-04-21T11:10:17.419Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22922026-04-21T11:10:17.433Z Compiling instant v0.1.13
22932026-04-21T11:10:17.536Z Compiling cpufeatures v0.3.0
22942026-04-21T11:10:17.552Z Compiling typeid v1.0.3
22952026-04-21T11:10:17.570Z Compiling foreign-types-shared v0.3.1
22962026-04-21T11:10:17.573Z Compiling debug-ignore v1.0.5
22972026-04-21T11:10:17.633Z Compiling chacha20 v0.10.0
22982026-04-21T11:10:17.649Z Compiling parse-display v0.10.0
22992026-04-21T11:10:17.693Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23002026-04-21T11:10:17.697Z Compiling foreign-types v0.5.0
23012026-04-21T11:10:17.697Z Compiling backoff v0.4.0
23022026-04-21T11:10:17.709Z Compiling chacha20poly1305 v0.10.1
23032026-04-21T11:10:17.725Z Compiling argon2 v0.5.3
23042026-04-21T11:10:17.728Z Compiling num_enum v0.7.5
23052026-04-21T11:10:17.789Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23062026-04-21T11:10:17.888Z Compiling num_enum_derive v0.5.11
23072026-04-21T11:10:17.902Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23082026-04-21T11:10:17.906Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23092026-04-21T11:10:17.948Z Compiling ciborium v0.2.2
23102026-04-21T11:10:18.179Z Compiling vsss-rs v3.3.4
23112026-04-21T11:10:18.383Z Compiling tabwriter v1.4.1
23122026-04-21T11:10:18.514Z Compiling byte-wrapper v0.1.0
23132026-04-21T11:10:18.578Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23142026-04-21T11:10:18.782Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152026-04-21T11:10:18.797Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23162026-04-21T11:10:18.814Z Compiling regress v0.10.5
23172026-04-21T11:10:18.842Z Compiling cstr-argument v0.1.2
23182026-04-21T11:10:18.863Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23192026-04-21T11:10:18.973Z Compiling erased-serde v0.4.9
23202026-04-21T11:10:19.031Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23212026-04-21T11:10:19.095Z Compiling num_enum v0.5.11
23222026-04-21T11:10:19.224Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23232026-04-21T11:10:19.335Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23242026-04-21T11:10:19.433Z Compiling rand v0.10.0
23252026-04-21T11:10:19.449Z Compiling rayon v1.11.0
23262026-04-21T11:10:19.466Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23272026-04-21T11:10:19.469Z Compiling indent_write v2.2.0
23282026-04-21T11:10:19.518Z Compiling libefi-sys v0.1.0
23292026-04-21T11:10:19.540Z Compiling colored v3.1.1
23302026-04-21T11:10:19.587Z Compiling zone_cfg_derive v0.3.1
23312026-04-21T11:10:19.661Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23322026-04-21T11:10:19.734Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23332026-04-21T11:10:19.847Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23342026-04-21T11:10:19.863Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23352026-04-21T11:10:19.989Z Compiling camino-tempfile v1.4.1
23362026-04-21T11:10:20.124Z Compiling itertools v0.12.1
23372026-04-21T11:10:20.214Z Compiling usdt-macro v0.5.0
23382026-04-21T11:10:20.236Z Compiling usdt-attr-macro v0.5.0
23392026-04-21T11:10:20.250Z Compiling bitfield-struct v0.6.2
23402026-04-21T11:10:20.367Z Compiling num-derive v0.4.2
23412026-04-21T11:10:20.400Z Compiling blake3 v1.8.3
23422026-04-21T11:10:20.403Z Compiling ordered-float v2.10.1
23432026-04-21T11:10:20.719Z Compiling memmap v0.7.0
23442026-04-21T11:10:20.770Z Compiling sigpipe v0.1.3
23452026-04-21T11:10:20.887Z Compiling glob v0.3.3
23462026-04-21T11:10:20.903Z Compiling swrite v0.1.0
23472026-04-21T11:10:20.907Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23482026-04-21T11:10:20.980Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23492026-04-21T11:10:20.996Z Compiling usdt v0.5.0
23502026-04-21T11:10:21.131Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23512026-04-21T11:10:21.260Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23522026-04-21T11:10:21.306Z Compiling serde-value v0.7.0
23532026-04-21T11:10:21.527Z Compiling zone v0.3.1
23542026-04-21T11:10:21.594Z Compiling serde-untagged v0.1.9
23552026-04-21T11:10:21.611Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23562026-04-21T11:10:21.794Z Compiling toml v0.8.23
23572026-04-21T11:10:21.814Z Compiling smf v0.2.3
23582026-04-21T11:10:21.873Z Compiling filetime v0.2.27
23592026-04-21T11:10:21.920Z Compiling unicode-xid v0.2.6
23602026-04-21T11:10:21.977Z Compiling arrayvec v0.7.6
23612026-04-21T11:10:22.002Z Compiling constant_time_eq v0.4.2
23622026-04-21T11:10:22.018Z Compiling same-file v1.0.6
23632026-04-21T11:10:22.080Z Compiling whoami v1.6.1
23642026-04-21T11:10:22.100Z Compiling arrayref v0.3.9
23652026-04-21T11:10:22.153Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23662026-04-21T11:10:22.191Z Compiling xattr v1.6.1
23672026-04-21T11:10:22.235Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-04-21T11:10:22.238Z Compiling walkdir v2.5.0
23692026-04-21T11:10:22.264Z Compiling cargo-util-schemas v0.8.2
23702026-04-21T11:10:22.428Z Compiling tar v0.4.45
23712026-04-21T11:10:22.540Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23722026-04-21T11:10:22.788Z Compiling tokio-dtrace v0.1.1
23732026-04-21T11:10:22.913Z Compiling console v0.16.2
23742026-04-21T11:10:22.949Z Compiling gethostname v0.5.0
23752026-04-21T11:10:22.989Z Compiling cargo-platform v0.2.0
23762026-04-21T11:10:23.082Z Compiling topological-sort v0.2.2
23772026-04-21T11:10:23.131Z Compiling unit-prefix v0.5.2
23782026-04-21T11:10:23.159Z Compiling oxide-tokio-rt v0.1.4
23792026-04-21T11:10:23.271Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23802026-04-21T11:10:23.325Z Compiling shell-words v1.1.1
23812026-04-21T11:10:23.399Z Compiling indicatif v0.18.4
23822026-04-21T11:10:23.479Z Compiling cargo_metadata v0.21.0
23832026-04-21T11:10:32.429Z Compiling progenitor-client v0.10.0
23842026-04-21T11:10:32.429Z Compiling omicron-zone-package v0.12.2
23852026-04-21T11:10:32.444Z Compiling progenitor-client v0.13.0
23862026-04-21T11:10:32.538Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23872026-04-21T11:10:32.538Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23882026-04-21T11:10:32.571Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23892026-04-21T11:10:32.588Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23902026-04-21T11:10:32.853Z Compiling progenitor-extras v0.1.1
23912026-04-21T11:10:32.907Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23922026-04-21T11:10:32.925Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23932026-04-21T11:10:32.941Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23942026-04-21T11:10:33.063Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23952026-04-21T11:10:33.125Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23962026-04-21T11:10:38.200Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23972026-04-21T11:10:45.061Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23982026-04-21T11:10:48.120Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23992026-04-21T11:10:49.085Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24002026-04-21T11:10:57.747Z Finished `release` profile [optimized] target(s) in 1m 37s
24012026-04-21T11:10:57.897Z Running `target/release/omicron-package -t test target create -p dev`
24022026-04-21T11:10:57.957ZLogging to: /work/oxidecomputer/omicron/out/LOG
24032026-04-21T11:10:57.960ZCreated new build target 'test' and set it as active
24042026-04-21T11:10:57.960Z
24052026-04-21T11:10:57.960Zreal 1:38.034619456
24062026-04-21T11:10:57.960Zuser 16:17.253163122
24072026-04-21T11:10:57.960Zsys 2:29.600692722
24082026-04-21T11:10:57.960Ztrap 0.458614855
24092026-04-21T11:10:57.960Ztflt 2.677988230
24102026-04-21T11:10:57.960Zdflt 3.493366347
24112026-04-21T11:10:57.960Zkflt 0.000561168
24122026-04-21T11:10:57.960Zlock 51:20.399994279
24132026-04-21T11:10:57.960Zslp 41:52.948511093
24142026-04-21T11:10:57.960Zlat 40.578979707
24152026-04-21T11:10:57.960Zstop 5:12.249366876
24162026-04-21T11:10:57.963Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24172026-04-21T11:10:58.842Z Finished `release` profile [optimized] target(s) in 0.86s
24182026-04-21T11:10:58.914Z Running `target/release/omicron-package -t test package`
24192026-04-21T11:10:58.971ZLogging to: /work/oxidecomputer/omicron/out/LOG
24202026-04-21T11:11:00.369Z Compiling regress v0.10.5
24212026-04-21T11:11:00.369Z Compiling heck v0.5.0
24222026-04-21T11:11:00.584Z Compiling unsafe-libyaml v0.2.11
24232026-04-21T11:11:00.604Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24242026-04-21T11:11:00.632Z Compiling unicode-width v0.1.14
24252026-04-21T11:11:00.635Z Compiling is-terminal v0.4.17
24262026-04-21T11:11:00.677Z Compiling prettyplease v0.2.37
24272026-04-21T11:11:00.677Z Compiling bytecount v0.6.9
24282026-04-21T11:11:00.680Z Compiling rustls v0.22.4
24292026-04-21T11:11:00.680Z Compiling rustls-webpki v0.102.8
24302026-04-21T11:11:00.680Z Compiling derive-where v1.6.0
24312026-04-21T11:11:00.740Z Compiling typify-impl v0.6.1
24322026-04-21T11:11:00.743Z Compiling thread_local v1.1.9
24332026-04-21T11:11:00.759Z Compiling match_cfg v0.1.0
24342026-04-21T11:11:00.762Z Compiling multer v3.1.0
24352026-04-21T11:11:00.799Z Compiling slog-async v2.8.0
24362026-04-21T11:11:00.819Z Compiling crossbeam-channel v0.5.15
24372026-04-21T11:11:00.901Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24382026-04-21T11:11:00.904Z Compiling hostname v0.3.1
24392026-04-21T11:11:00.904Z Compiling slog-json v2.6.1
24402026-04-21T11:11:00.904Z Compiling futures-executor v0.3.32
24412026-04-21T11:11:00.919Z Compiling serde_spanned v1.0.4
24422026-04-21T11:11:01.003Z Compiling take_mut v0.2.2
24432026-04-21T11:11:01.003Z Compiling toml_writer v1.0.6+spec-1.1.0
24442026-04-21T11:11:01.043Z Compiling term v1.2.1
24452026-04-21T11:11:01.134Z Compiling serde_yaml v0.9.34+deprecated
24462026-04-21T11:11:01.157Z Compiling slog-bunyan v2.5.0
24472026-04-21T11:11:01.160Z Compiling futures v0.3.32
24482026-04-21T11:11:01.247Z Compiling toml v0.9.12+spec-1.1.0
24492026-04-21T11:11:01.267Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24502026-04-21T11:11:01.289Z Compiling dropshot v0.16.7
24512026-04-21T11:11:01.311Z Compiling async-stream v0.3.6
24522026-04-21T11:11:01.354Z Compiling slog-term v2.9.2
24532026-04-21T11:11:01.373Z Compiling progenitor-client v0.13.0
24542026-04-21T11:11:01.395Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24552026-04-21T11:11:01.432Z Compiling waitgroup v0.1.2
24562026-04-21T11:11:01.495Z Compiling backon v1.6.0
24572026-04-21T11:11:01.517Z Compiling rustls-pemfile v2.2.0
24582026-04-21T11:11:01.555Z Compiling serde_path_to_error v0.1.20
24592026-04-21T11:11:01.590Z Compiling hostname v0.4.2
24602026-04-21T11:11:01.610Z Compiling instant v0.1.13
24612026-04-21T11:11:01.642Z Compiling debug-ignore v1.0.5
24622026-04-21T11:11:01.698Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24632026-04-21T11:11:01.725Z Compiling backoff v0.4.0
24642026-04-21T11:11:01.749Z Compiling progenitor-extras v0.1.1
24652026-04-21T11:11:01.752Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24662026-04-21T11:11:01.752Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24672026-04-21T11:11:01.813Z Compiling parse-display v0.10.0
24682026-04-21T11:11:01.860Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24692026-04-21T11:11:01.882Z Compiling progenitor-client v0.10.0
24702026-04-21T11:11:01.921Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24712026-04-21T11:11:01.947Z Compiling macaddr v1.0.1
24722026-04-21T11:11:02.056Z Compiling num-rational v0.4.2
24732026-04-21T11:11:02.098Z Compiling num-complex v0.4.6
24742026-04-21T11:11:02.187Z Compiling console v0.15.11
24752026-04-21T11:11:02.374Z Compiling slog-dtrace v0.3.0
24762026-04-21T11:11:02.438Z Compiling float-ord v0.3.2
24772026-04-21T11:11:02.458Z Compiling newline-converter v0.3.0
24782026-04-21T11:11:02.542Z Compiling num v0.4.3
24792026-04-21T11:11:02.574Z Compiling atomicwrites v0.4.4
24802026-04-21T11:11:02.594Z Compiling async-recursion v1.1.1
24812026-04-21T11:11:02.639Z Compiling owo-colors v4.3.0
24822026-04-21T11:11:02.658Z Compiling cancel-safe-futures v0.1.5
24832026-04-21T11:11:02.757Z Compiling expectorate v1.2.0
24842026-04-21T11:11:02.830Z Compiling libsw-core v0.3.2
24852026-04-21T11:11:02.851Z Compiling resolv-conf v0.7.6
24862026-04-21T11:11:02.892Z Compiling toml v0.8.23
24872026-04-21T11:11:02.946Z Compiling tokio-rustls v0.25.0
24882026-04-21T11:11:03.019Z Compiling libsw v3.5.0
24892026-04-21T11:11:03.040Z Compiling linear-map v1.2.0
24902026-04-21T11:11:03.115Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24912026-04-21T11:11:03.235Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24922026-04-21T11:11:03.256Z Compiling linked-hash-map v0.5.6
24932026-04-21T11:11:03.292Z Compiling minimal-lexical v0.2.1
24942026-04-21T11:11:03.419Z Compiling unicode-xid v0.2.6
24952026-04-21T11:11:03.487Z Compiling lru-cache v0.1.2
24962026-04-21T11:11:03.509Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24972026-04-21T11:11:03.509Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-04-21T11:11:03.513Z Compiling globset v0.4.18
24992026-04-21T11:11:03.513Z Compiling hickory-proto v0.24.4
25002026-04-21T11:11:03.592Z Compiling nom v7.1.3
25012026-04-21T11:11:03.595Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25022026-04-21T11:11:03.663Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25032026-04-21T11:11:04.027Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25042026-04-21T11:11:04.048Z Compiling convert_case v0.10.0
25052026-04-21T11:11:04.340Z Compiling derive_more-impl v2.1.1
25062026-04-21T11:11:04.761Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25072026-04-21T11:11:04.989Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-04-21T11:11:05.015Z Compiling pin-project-internal v1.1.11
25092026-04-21T11:11:05.137Z Compiling derive_more v2.1.1
25102026-04-21T11:11:05.237Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25112026-04-21T11:11:05.260Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25122026-04-21T11:11:05.414Z Compiling papergrid v0.11.0
25132026-04-21T11:11:05.465Z Compiling typify-macro v0.6.1
25142026-04-21T11:11:06.038Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25152026-04-21T11:11:06.262Z Compiling hickory-resolver v0.24.4
25162026-04-21T11:11:06.292Z Compiling pin-project v1.1.11
25172026-04-21T11:11:06.438Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25182026-04-21T11:11:06.665Z Compiling tabled_derive v0.7.0
25192026-04-21T11:11:07.001Z Compiling typify v0.6.1
25202026-04-21T11:11:07.132Z Compiling progenitor-impl v0.13.0
25212026-04-21T11:11:07.205Z Compiling pem v3.0.6
25222026-04-21T11:11:07.564Z Compiling qorb v0.4.1
25232026-04-21T11:11:07.717Z Compiling snafu-derive v0.8.9
25242026-04-21T11:11:07.948Z Compiling termtree v0.5.1
25252026-04-21T11:11:08.156Z Compiling tabled v0.15.0
25262026-04-21T11:11:08.215Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25272026-04-21T11:11:09.328Z Compiling progenitor-macro v0.13.0
25282026-04-21T11:11:09.401Z Compiling snafu v0.8.9
25292026-04-21T11:11:09.423Z Compiling crossterm v0.29.0
25302026-04-21T11:11:09.499Z Compiling phf_shared v0.12.1
25312026-04-21T11:11:09.748Z Compiling olpc-cjson v0.1.4
25322026-04-21T11:11:09.986Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25332026-04-21T11:11:09.990Z Compiling serde_plain v1.0.2
25342026-04-21T11:11:10.324Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25352026-04-21T11:11:10.520Z Compiling csv-core v0.1.13
25362026-04-21T11:11:10.708Z Compiling vte v0.14.1
25372026-04-21T11:11:10.985Z Compiling chrono-tz v0.10.4
25382026-04-21T11:11:11.203Z Compiling highway v1.3.0
25392026-04-21T11:11:11.557Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25402026-04-21T11:11:11.933Z Compiling typed-path v0.9.3
25412026-04-21T11:11:12.132Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25422026-04-21T11:11:12.314Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25432026-04-21T11:11:12.364Z Compiling strip-ansi-escapes v0.2.1
25442026-04-21T11:11:12.572Z Compiling csv v1.4.0
25452026-04-21T11:11:12.922Z Compiling phf v0.12.1
25462026-04-21T11:11:13.126Z Compiling tough v0.20.0
25472026-04-21T11:11:13.386Z Compiling progenitor v0.13.0
25482026-04-21T11:11:13.578Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25492026-04-21T11:11:13.708Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25502026-04-21T11:11:14.129Z Compiling const_format_proc_macros v0.2.34
25512026-04-21T11:11:14.186Z Compiling fd-lock v4.0.4
25522026-04-21T11:11:14.359Z Compiling peg-macros v0.8.5
25532026-04-21T11:11:14.822Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25542026-04-21T11:11:14.844Z Compiling nu-ansi-term v0.50.3
25552026-04-21T11:11:14.902Z Compiling const_format v0.2.35
25562026-04-21T11:11:15.386Z Compiling reedline v0.40.0
25572026-04-21T11:11:15.600Z Compiling peg v0.8.5
25582026-04-21T11:11:15.706Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25592026-04-21T11:11:16.001Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25602026-04-21T11:11:16.145Z Compiling bcs v0.1.6
25612026-04-21T11:11:16.306Z Compiling semver v0.1.20
25622026-04-21T11:11:16.575Z Compiling rustc_version v0.1.7
25632026-04-21T11:11:16.597Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25642026-04-21T11:11:16.619Z Compiling humantime v2.3.0
25652026-04-21T11:11:16.818Z Compiling newtype_derive v0.1.6
25662026-04-21T11:11:16.849Z Compiling smawk v0.3.2
25672026-04-21T11:11:17.045Z Compiling unicode-linebreak v0.1.5
25682026-04-21T11:11:17.092Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25692026-04-21T11:11:17.242Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25702026-04-21T11:11:17.358Z Compiling textwrap v0.16.2
25712026-04-21T11:11:17.623Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25722026-04-21T11:11:17.917Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25732026-04-21T11:11:18.155Z Compiling dropshot-api-manager-types v0.6.0
25742026-04-21T11:11:18.315Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25752026-04-21T11:11:18.681Z Compiling base64 v0.21.7
25762026-04-21T11:11:18.917Z Compiling steno v0.4.1
25772026-04-21T11:11:19.046Z Compiling tagptr v0.2.0
25782026-04-21T11:11:19.067Z Compiling utf-8 v0.7.6
25792026-04-21T11:11:19.216Z Compiling moka v0.12.13
25802026-04-21T11:11:19.239Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25812026-04-21T11:11:19.312Z Compiling tungstenite v0.21.0
25822026-04-21T11:11:19.415Z Compiling radium v0.7.0
25832026-04-21T11:11:19.985Z Compiling tokio-tungstenite v0.21.0
25842026-04-21T11:11:20.321Z Compiling hickory-resolver v0.25.2
25852026-04-21T11:11:20.324Z Compiling maybe-uninit v2.0.0
25862026-04-21T11:11:20.369Z Compiling tap v1.0.1
25872026-04-21T11:11:20.516Z Compiling wyz v0.5.1
25882026-04-21T11:11:20.698Z Compiling zerocopy-derive v0.6.6
25892026-04-21T11:11:20.732Z Compiling funty v2.0.0
25902026-04-21T11:11:20.766Z Compiling display-error-chain v0.2.2
25912026-04-21T11:11:20.941Z Compiling crc-catalog v2.4.0
25922026-04-21T11:11:21.071Z Compiling packed_struct v0.10.1
25932026-04-21T11:11:21.315Z Compiling bitvec v1.0.1
25942026-04-21T11:11:21.358Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25952026-04-21T11:11:21.429Z Compiling crc v3.4.0
25962026-04-21T11:11:21.454Z Compiling zerocopy v0.6.6
25972026-04-21T11:11:21.678Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25982026-04-21T11:11:21.837Z Compiling packed_struct_codegen v0.10.1
25992026-04-21T11:11:21.933Z Compiling bitfield-macros v0.19.4
26002026-04-21T11:11:22.247Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26012026-04-21T11:11:22.629Z Compiling indexmap v1.9.3
26022026-04-21T11:11:22.852Z Compiling nodrop v0.1.14
26032026-04-21T11:11:22.920Z Compiling bitfield v0.19.4
26042026-04-21T11:11:22.980Z Compiling array-init v0.0.4
26052026-04-21T11:11:23.267Z Compiling smallvec v0.6.14
26062026-04-21T11:11:23.415Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26072026-04-21T11:11:23.536Z Compiling num-derive v0.3.3
26082026-04-21T11:11:23.956Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26092026-04-21T11:11:24.425Z Compiling proc-macro-error-attr2 v2.0.0
26102026-04-21T11:11:24.714Z Compiling hashbrown v0.12.3
26112026-04-21T11:11:24.837Z Compiling proc-macro-error2 v2.0.1
26122026-04-21T11:11:25.163Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26132026-04-21T11:11:25.644Z Compiling libscf-sys v1.1.0
26142026-04-21T11:11:25.752Z Compiling serde-hex v0.1.0
26152026-04-21T11:11:25.826Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26162026-04-21T11:11:25.846Z Compiling ron v0.8.1
26172026-04-21T11:11:26.061Z Compiling typify-impl v0.4.3
26182026-04-21T11:11:26.138Z Compiling hashbrown v0.13.2
26192026-04-21T11:11:26.251Z Compiling vergen-gitcl v1.0.8
26202026-04-21T11:11:26.482Z Compiling dirs-sys-next v0.1.2
26212026-04-21T11:11:26.623Z Compiling diesel_derives v2.3.7
26222026-04-21T11:11:26.696Z Compiling maplit v1.0.2
26232026-04-21T11:11:26.750Z Compiling crc-any v2.5.0
26242026-04-21T11:11:26.771Z Compiling crunchy v0.2.4
26252026-04-21T11:11:26.813Z Compiling glob v0.3.3
26262026-04-21T11:11:26.833Z Compiling dirs-next v2.0.0
26272026-04-21T11:11:26.883Z Compiling object v0.30.4
26282026-04-21T11:11:26.985Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26292026-04-21T11:11:27.126Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26302026-04-21T11:11:27.179Z Compiling tabled_derive v0.11.0
26312026-04-21T11:11:27.200Z Compiling clang-sys v1.8.1
26322026-04-21T11:11:27.479Z Compiling papergrid v0.17.0
26332026-04-21T11:11:27.588Z Compiling testing_table v0.3.0
26342026-04-21T11:11:27.657Z Compiling dsl_auto_type v0.2.0
26352026-04-21T11:11:27.838Z Compiling scheduled-thread-pool v0.2.7
26362026-04-21T11:11:27.867Z Compiling diesel_table_macro_syntax v0.3.0
26372026-04-21T11:11:28.028Z Compiling tiny-keccak v2.0.2
26382026-04-21T11:11:28.096Z Compiling path-slash v0.1.5
26392026-04-21T11:11:28.237Z Compiling r2d2 v0.8.10
26402026-04-21T11:11:28.348Z Compiling term v0.7.0
26412026-04-21T11:11:28.432Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26422026-04-21T11:11:28.451Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26432026-04-21T11:11:28.526Z Compiling xshell-macros v0.2.7
26442026-04-21T11:11:28.661Z Compiling downcast-rs v2.0.2
26452026-04-21T11:11:28.693Z Compiling tabled v0.20.0
26462026-04-21T11:11:28.796Z Compiling bit-vec v0.6.3
26472026-04-21T11:11:28.877Z Compiling ascii-canvas v3.0.0
26482026-04-21T11:11:28.947Z Compiling xshell v0.2.7
26492026-04-21T11:11:29.038Z Compiling bit-set v0.5.3
26502026-04-21T11:11:29.134Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26512026-04-21T11:11:29.175Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26522026-04-21T11:11:29.221Z Compiling itertools v0.10.5
26532026-04-21T11:11:29.264Z Compiling ena v0.14.4
26542026-04-21T11:11:29.487Z Compiling typify-macro v0.4.3
26552026-04-21T11:11:29.514Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26562026-04-21T11:11:29.650Z Compiling libloading v0.8.9
26572026-04-21T11:11:29.864Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26582026-04-21T11:11:29.884Z Compiling unicase v2.9.0
26592026-04-21T11:11:30.189Z Compiling bindgen v0.71.1
26602026-04-21T11:11:30.251Z Compiling regex-syntax v0.6.29
26612026-04-21T11:11:30.301Z Compiling diff v0.1.13
26622026-04-21T11:11:30.504Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26632026-04-21T11:11:31.666Z Compiling lalrpop v0.19.12
26642026-04-21T11:11:31.711Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26652026-04-21T11:11:32.213Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26662026-04-21T11:11:32.815Z Compiling diesel v2.3.7
26672026-04-21T11:11:32.869Z Compiling cexpr v0.6.0
26682026-04-21T11:11:32.991Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26692026-04-21T11:11:33.154Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26702026-04-21T11:11:33.242Z Compiling crc8 v0.1.1
26712026-04-21T11:11:33.385Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26722026-04-21T11:11:33.412Z Compiling typify v0.4.3
26732026-04-21T11:11:33.440Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26742026-04-21T11:11:33.495Z Compiling headers-core v0.3.0
26752026-04-21T11:11:33.554Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26762026-04-21T11:11:33.609Z Compiling libxml v0.3.3
26772026-04-21T11:11:33.658Z Compiling headers v0.4.1
26782026-04-21T11:11:33.864Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26792026-04-21T11:11:33.925Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26802026-04-21T11:11:34.147Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26812026-04-21T11:11:34.637Z Compiling strum_macros v0.24.3
26822026-04-21T11:11:35.075Z Compiling indoc v1.0.9
26832026-04-21T11:11:35.554Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26842026-04-21T11:11:35.700Z Compiling derive_builder v0.20.2
26852026-04-21T11:11:35.787Z Compiling oso-derive v0.27.3
26862026-04-21T11:11:35.805Z Compiling quick-xml v0.37.5
26872026-04-21T11:11:35.879Z Compiling impl-trait-for-tuples v0.2.3
26882026-04-21T11:11:35.928Z Compiling openssl-probe v0.1.6
26892026-04-21T11:11:35.979Z Compiling half v1.8.3
26902026-04-21T11:11:36.288Z Compiling serde_cbor v0.11.2
26912026-04-21T11:11:36.399Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26922026-04-21T11:11:36.452Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26932026-04-21T11:11:36.511Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26942026-04-21T11:11:37.113Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26952026-04-21T11:11:37.146Z Compiling bb8 v0.8.6
26962026-04-21T11:11:37.246Z Compiling trait-variant v0.1.2
26972026-04-21T11:11:37.276Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26982026-04-21T11:11:37.368Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26992026-04-21T11:11:37.522Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27002026-04-21T11:11:37.692Z Compiling fxhash v0.2.1
27012026-04-21T11:11:37.746Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27022026-04-21T11:11:37.794Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27032026-04-21T11:11:37.867Z Compiling progenitor-impl v0.10.0
27042026-04-21T11:11:37.889Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27052026-04-21T11:11:37.976Z Compiling samael v0.0.19
27062026-04-21T11:11:38.082Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27072026-04-21T11:11:38.430Z Compiling kstat-rs v0.2.4
27082026-04-21T11:11:38.500Z Compiling libz-sys v1.1.24
27092026-04-21T11:11:38.935Z Compiling nonempty v0.12.0
27102026-04-21T11:11:38.957Z Compiling salty v0.3.0
27112026-04-21T11:11:39.204Z Compiling polar-core v0.27.3
27122026-04-21T11:11:39.264Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27132026-04-21T11:11:39.545Z Compiling progenitor-impl v0.11.2
27142026-04-21T11:11:39.566Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27152026-04-21T11:11:39.601Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27162026-04-21T11:11:40.042Z Compiling progenitor-macro v0.10.0
27172026-04-21T11:11:41.265Z Compiling darling_core v0.23.0
27182026-04-21T11:11:41.685Z Compiling nanorand v0.7.0
27192026-04-21T11:11:41.838Z Compiling arc-swap v1.8.2
27202026-04-21T11:11:42.055Z Compiling fs-err v2.11.0
27212026-04-21T11:11:42.292Z Compiling parking_lot_core v0.8.6
27222026-04-21T11:11:42.434Z Compiling mime_guess v2.0.5
27232026-04-21T11:11:42.731Z Compiling slog-scope v4.4.1
27242026-04-21T11:11:42.947Z Compiling flume v0.11.1
27252026-04-21T11:11:43.181Z Compiling progenitor-macro v0.11.2
27262026-04-21T11:11:43.359Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27272026-04-21T11:11:43.434Z Compiling darling_macro v0.23.0
27282026-04-21T11:11:43.957Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27292026-04-21T11:11:44.029Z Compiling progenitor v0.10.0
27302026-04-21T11:11:44.219Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27312026-04-21T11:11:44.731Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27322026-04-21T11:11:45.040Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27332026-04-21T11:11:47.180Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27342026-04-21T11:11:47.567Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-04-21T11:11:48.131Z Compiling oso v0.27.3
27362026-04-21T11:11:48.676Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27372026-04-21T11:11:48.894Z Compiling progenitor-client v0.11.2
27382026-04-21T11:11:49.674Z Compiling git-stub v1.0.0
27392026-04-21T11:11:51.528Z Compiling diesel-dtrace v0.5.0
27402026-04-21T11:11:51.846Z Compiling async-bb8-diesel v0.2.1
27412026-04-21T11:11:52.181Z Compiling libgit2-sys v0.18.3+1.9.2
27422026-04-21T11:11:52.292Z Compiling instability v0.3.11
27432026-04-21T11:11:52.498Z Compiling git-stub-vcs v0.1.0
27442026-04-21T11:11:52.560Z Compiling progenitor v0.11.2
27452026-04-21T11:11:52.751Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27462026-04-21T11:11:52.852Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27472026-04-21T11:11:53.370Z Compiling darling v0.23.0
27482026-04-21T11:11:53.518Z Compiling slog-stdlog v4.1.1
27492026-04-21T11:11:54.306Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27502026-04-21T11:11:54.404Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27512026-04-21T11:11:54.726Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27522026-04-21T11:11:55.119Z Compiling ignore v0.4.25
27532026-04-21T11:11:56.332Z Compiling primeorder v0.13.6
27542026-04-21T11:11:56.639Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-04-21T11:11:57.303Z Compiling castaway v0.2.4
27562026-04-21T11:11:57.461Z Compiling atty v0.2.14
27572026-04-21T11:11:57.563Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-04-21T11:11:57.629Z Compiling http-range v0.1.5
27592026-04-21T11:11:57.794Z Compiling indoc v2.0.7
27602026-04-21T11:11:57.962Z Compiling parse-size v1.1.0
27612026-04-21T11:11:58.034Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27622026-04-21T11:11:58.125Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27632026-04-21T11:11:58.245Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-04-21T11:11:58.319Z Compiling compact_str v0.8.1
27652026-04-21T11:11:58.961Z Compiling p384 v0.13.1
27662026-04-21T11:11:59.905Z Compiling globwalk v0.9.1
27672026-04-21T11:12:00.090Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-04-21T11:12:00.323Z Compiling parking_lot v0.11.2
27692026-04-21T11:12:00.417Z Compiling slog-envlogger v2.2.0
27702026-04-21T11:12:00.604Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27712026-04-21T11:12:01.051Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27722026-04-21T11:12:01.091Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27732026-04-21T11:12:01.270Z Compiling predicates-tree v1.0.13
27742026-04-21T11:12:01.319Z Compiling unicode-truncate v1.1.0
27752026-04-21T11:12:01.342Z Compiling lru v0.12.5
27762026-04-21T11:12:01.486Z Compiling rand_seeder v0.4.0
27772026-04-21T11:12:01.529Z Compiling prefix-trie v0.7.0
27782026-04-21T11:12:01.566Z Compiling vergen-git2 v1.0.7
27792026-04-21T11:12:01.586Z Compiling cassowary v0.3.0
27802026-04-21T11:12:01.726Z Compiling compression-core v0.4.31
27812026-04-21T11:12:01.747Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27822026-04-21T11:12:01.829Z Compiling camino-tempfile-ext v0.3.3
27832026-04-21T11:12:01.940Z Compiling hickory-server v0.25.2
27842026-04-21T11:12:01.962Z Compiling compression-codecs v0.4.37
27852026-04-21T11:12:02.024Z Compiling ratatui v0.29.0
27862026-04-21T11:12:02.364Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27872026-04-21T11:12:02.527Z Compiling hyper-staticfile v0.10.1
27882026-04-21T11:12:02.882Z Compiling sled v0.34.7
27892026-04-21T11:12:03.488Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27902026-04-21T11:12:03.741Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27912026-04-21T11:12:04.141Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-04-21T11:12:04.315Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27932026-04-21T11:12:04.952Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27942026-04-21T11:12:05.128Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27952026-04-21T11:12:05.540Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27962026-04-21T11:12:05.763Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-04-21T11:12:06.098Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27982026-04-21T11:12:06.227Z Compiling toml_datetime v1.0.0+spec-1.1.0
27992026-04-21T11:12:06.341Z Compiling dropshot v0.17.0
28002026-04-21T11:12:06.574Z Compiling rustls v0.21.12
28012026-04-21T11:12:06.690Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28022026-04-21T11:12:06.799Z Compiling corncobs v0.1.4
28032026-04-21T11:12:06.981Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28042026-04-21T11:12:07.011Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28052026-04-21T11:12:07.062Z Compiling toml v1.0.6+spec-1.1.0
28062026-04-21T11:12:07.137Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28072026-04-21T11:12:07.442Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28082026-04-21T11:12:07.942Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28092026-04-21T11:12:07.994Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28102026-04-21T11:12:08.016Z Compiling async-compression v0.4.41
28112026-04-21T11:12:08.224Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28122026-04-21T11:12:08.562Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28132026-04-21T11:12:10.576Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28142026-04-21T11:12:10.687Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28152026-04-21T11:12:11.195Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28162026-04-21T11:12:11.341Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28172026-04-21T11:12:11.420Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28182026-04-21T11:12:11.567Z Compiling sct v0.7.1
28192026-04-21T11:12:11.629Z Compiling rustls-webpki v0.101.7
28202026-04-21T11:12:11.652Z Compiling nix v0.29.0
28212026-04-21T11:12:11.840Z Compiling secrecy v0.8.0
28222026-04-21T11:12:12.041Z Compiling dropshot_endpoint v0.17.0
28232026-04-21T11:12:12.063Z Compiling void v1.0.2
28242026-04-21T11:12:12.208Z Compiling lzss v0.8.2
28252026-04-21T11:12:13.032Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28262026-04-21T11:12:13.390Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28272026-04-21T11:12:13.814Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28282026-04-21T11:12:14.208Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28292026-04-21T11:12:14.784Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28302026-04-21T11:12:15.499Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28312026-04-21T11:12:15.861Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28322026-04-21T11:12:16.101Z Compiling tungstenite v0.23.0
28332026-04-21T11:12:16.422Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28342026-04-21T11:12:16.450Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28352026-04-21T11:12:16.635Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28362026-04-21T11:12:16.656Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28372026-04-21T11:12:16.681Z Compiling nix v0.27.1
28382026-04-21T11:12:16.861Z Compiling serde_bytes v0.11.19
28392026-04-21T11:12:16.950Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28402026-04-21T11:12:17.161Z Compiling tokio-tungstenite v0.23.1
28412026-04-21T11:12:17.535Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28422026-04-21T11:12:17.715Z Compiling git2 v0.20.4
28432026-04-21T11:12:17.904Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28442026-04-21T11:12:18.330Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28452026-04-21T11:12:18.461Z Compiling tokio-rustls v0.24.1
28462026-04-21T11:12:18.759Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28472026-04-21T11:12:20.467Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28482026-04-21T11:12:20.794Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28492026-04-21T11:12:23.248Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28502026-04-21T11:12:23.391Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28512026-04-21T11:12:23.511Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28522026-04-21T11:12:23.819Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28532026-04-21T11:12:24.311Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28542026-04-21T11:12:25.508Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28552026-04-21T11:12:26.026Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28562026-04-21T11:12:26.288Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28572026-04-21T11:12:27.193Z Compiling rustls-pemfile v1.0.4
28582026-04-21T11:12:27.596Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28592026-04-21T11:12:28.552Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28602026-04-21T11:12:28.782Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28612026-04-21T11:12:29.923Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28622026-04-21T11:12:30.334Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28632026-04-21T11:12:30.636Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28642026-04-21T11:12:30.930Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28652026-04-21T11:12:31.262Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28662026-04-21T11:12:31.535Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28672026-04-21T11:12:31.673Z Compiling signal-hook-tokio v0.3.1
28682026-04-21T11:12:31.865Z Compiling twox-hash v2.1.2
28692026-04-21T11:12:32.025Z Compiling yasna v0.5.2
28702026-04-21T11:12:32.087Z Compiling is_ci v1.2.0
28712026-04-21T11:12:32.368Z Compiling supports-color v3.0.2
28722026-04-21T11:12:32.417Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28732026-04-21T11:12:32.645Z Compiling rcgen v0.12.1
28742026-04-21T11:12:32.781Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28752026-04-21T11:12:32.846Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28762026-04-21T11:12:33.580Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28772026-04-21T11:12:34.025Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28782026-04-21T11:12:34.748Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28792026-04-21T11:12:36.067Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28802026-04-21T11:12:36.279Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28812026-04-21T11:12:37.082Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28822026-04-21T11:12:37.108Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28832026-04-21T11:12:37.108Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28842026-04-21T11:12:37.331Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28852026-04-21T11:12:37.580Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28862026-04-21T11:12:37.828Z Compiling fatfs v0.3.6
28872026-04-21T11:12:38.239Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28882026-04-21T11:12:38.909Z Compiling rtoolbox v0.0.3
28892026-04-21T11:12:39.024Z Compiling subprocess v0.2.15
28902026-04-21T11:12:39.186Z Compiling seq-macro v0.3.6
28912026-04-21T11:12:39.680Z Compiling assert_matches v1.5.0
28922026-04-21T11:12:39.789Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28932026-04-21T11:12:40.030Z Compiling rpassword v7.4.0
28942026-04-21T11:12:40.380Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28952026-04-21T11:12:41.002Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28962026-04-21T11:12:41.139Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28972026-04-21T11:12:41.216Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28982026-04-21T11:12:41.950Z Compiling tui-tree-widget v0.23.1
28992026-04-21T11:12:42.235Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29002026-04-21T11:12:43.481Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29012026-04-21T11:12:43.562Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29022026-04-21T11:12:44.008Z Compiling uzers v0.12.2
29032026-04-21T11:12:44.763Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29042026-04-21T11:12:44.789Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29052026-04-21T11:12:45.795Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29062026-04-21T11:12:46.672Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29072026-04-21T11:12:49.084Z Compiling support-bundle-viewer v0.1.2
29082026-04-21T11:12:50.064Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29092026-04-21T11:12:50.968Z Compiling multimap v0.10.1
29102026-04-21T11:12:58.227Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29112026-04-21T11:13:07.594Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29122026-04-21T11:13:10.657Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29132026-04-21T11:13:10.755Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29142026-04-21T11:18:44.786Z Finished `release` profile [optimized] target(s) in 7m 45s
29152026-04-21T11:19:29.280Z
29162026-04-21T11:19:29.284Zreal 8:31.230050257
29172026-04-21T11:19:29.284Zuser 1:17:25.956519169
29182026-04-21T11:19:29.284Zsys 3:22.674532109
29192026-04-21T11:19:29.284Ztrap 1.724446594
29202026-04-21T11:19:29.284Ztflt 1.881678973
29212026-04-21T11:19:29.284Zdflt 16.584040915
29222026-04-21T11:19:29.284Zkflt 0.071780380
29232026-04-21T11:19:29.284Zlock 6:31:30.228623103
29242026-04-21T11:19:29.284Zslp 2:12:00.541069326
29252026-04-21T11:19:29.284Zlat 2:26.120243611
29262026-04-21T11:19:29.284Zstop 5:08.519264892
29272026-04-21T11:19:29.284Z+ mapfile -t packages
29282026-04-21T11:19:29.284Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29292026-04-21T11:19:30.243Z Finished `release` profile [optimized] target(s) in 0.95s
29302026-04-21T11:19:30.315Z Running `target/release/omicron-package -t test list-outputs`
29312026-04-21T11:19:30.371ZLogging to: /work/oxidecomputer/omicron/out/LOG
29322026-04-21T11:19:30.375Z+ ptime -m cargo build --locked --release -p xtask
29332026-04-21T11:19:30.910Z Compiling libc v0.2.185
29342026-04-21T11:19:30.910Z Compiling serde v1.0.228
29352026-04-21T11:19:30.910Z Compiling serde_core v1.0.228
29362026-04-21T11:19:30.914Z Compiling rustix v1.1.3
29372026-04-21T11:19:30.914Z Compiling serde_json v1.0.149
29382026-04-21T11:19:30.914Z Compiling bitflags v2.11.0
29392026-04-21T11:19:30.914Z Compiling num-traits v0.2.19
29402026-04-21T11:19:30.914Z Compiling hashbrown v0.16.1
29412026-04-21T11:19:31.014Z Compiling syn v2.0.117
29422026-04-21T11:19:31.032Z Compiling smallvec v1.15.1
29432026-04-21T11:19:31.092Z Compiling usdt-impl v0.5.0
29442026-04-21T11:19:31.127Z Compiling syn v1.0.109
29452026-04-21T11:19:31.142Z Compiling getrandom v0.4.1
29462026-04-21T11:19:31.142Z Compiling log v0.4.29
29472026-04-21T11:19:31.347Z Compiling percent-encoding v2.3.2
29482026-04-21T11:19:31.467Z Compiling fs-err v3.3.0
29492026-04-21T11:19:31.501Z Compiling once_cell v1.21.3
29502026-04-21T11:19:31.511Z Compiling form_urlencoded v1.2.2
29512026-04-21T11:19:31.515Z Compiling anyhow v1.0.102
29522026-04-21T11:19:31.515Z Compiling heck v0.4.1
29532026-04-21T11:19:31.689Z Compiling indexmap v2.13.0
29542026-04-21T11:19:31.773Z Compiling errno v0.3.14
29552026-04-21T11:19:31.773Z Compiling thread-id v4.2.2
29562026-04-21T11:19:31.807Z Compiling memmap v0.7.0
29572026-04-21T11:19:32.140Z Compiling ordered-float v2.10.1
29582026-04-21T11:19:32.585Z Compiling proc-macro-error v1.0.4
29592026-04-21T11:19:32.793Z Compiling terminal_size v0.4.3
29602026-04-21T11:19:32.793Z Compiling tempfile v3.25.0
29612026-04-21T11:19:32.827Z Compiling tabled_derive v0.7.0
29622026-04-21T11:19:32.892Z Compiling clap_builder v4.5.60
29632026-04-21T11:19:32.892Z Compiling textwrap v0.16.2
29642026-04-21T11:19:33.027Z Compiling camino-tempfile v1.4.1
29652026-04-21T11:19:33.491Z Compiling tabled v0.15.0
29662026-04-21T11:19:33.547Z Compiling synstructure v0.13.2
29672026-04-21T11:19:33.547Z Compiling pest_generator v2.8.6
29682026-04-21T11:19:33.923Z Compiling serde_derive v1.0.228
29692026-04-21T11:19:33.926Z Compiling zerovec-derive v0.11.2
29702026-04-21T11:19:33.926Z Compiling displaydoc v0.2.5
29712026-04-21T11:19:33.926Z Compiling thiserror-impl v1.0.69
29722026-04-21T11:19:33.926Z Compiling zerocopy-derive v0.7.35
29732026-04-21T11:19:33.926Z Compiling scroll_derive v0.12.1
29742026-04-21T11:19:33.926Z Compiling thiserror-impl v2.0.18
29752026-04-21T11:19:33.926Z Compiling clap_derive v4.5.55
29762026-04-21T11:19:33.979Z Compiling zerofrom-derive v0.1.6
29772026-04-21T11:19:34.076Z Compiling yoke-derive v0.8.1
29782026-04-21T11:19:34.195Z Compiling pest_derive v2.8.6
29792026-04-21T11:19:34.631Z Compiling scroll v0.12.0
29802026-04-21T11:19:34.731Z Compiling zerocopy v0.7.35
29812026-04-21T11:19:34.965Z Compiling goblin v0.8.2
29822026-04-21T11:19:35.079Z Compiling thiserror v1.0.69
29832026-04-21T11:19:35.151Z Compiling zerofrom v0.1.6
29842026-04-21T11:19:35.173Z Compiling dtrace-parser v0.2.0
29852026-04-21T11:19:35.176Z Compiling thiserror v2.0.18
29862026-04-21T11:19:35.300Z Compiling yoke v0.8.1
29872026-04-21T11:19:35.519Z Compiling zerovec v0.11.5
29882026-04-21T11:19:35.579Z Compiling zerotrie v0.2.3
29892026-04-21T11:19:35.646Z Compiling clap v4.5.60
29902026-04-21T11:19:36.062Z Compiling tinystr v0.8.2
29912026-04-21T11:19:36.117Z Compiling potential_utf v0.1.4
29922026-04-21T11:19:36.303Z Compiling icu_locale_core v2.1.1
29932026-04-21T11:19:36.326Z Compiling icu_collections v2.1.1
29942026-04-21T11:19:37.071Z Compiling icu_provider v2.1.1
29952026-04-21T11:19:37.112Z Compiling toml_datetime v0.6.11
29962026-04-21T11:19:37.233Z Compiling serde_spanned v0.6.9
29972026-04-21T11:19:37.249Z Compiling dof v0.3.0
29982026-04-21T11:19:37.261Z Compiling serde_tokenstream v0.2.3
29992026-04-21T11:19:37.416Z Compiling icu_properties v2.1.2
30002026-04-21T11:19:37.464Z Compiling icu_normalizer v2.1.1
30012026-04-21T11:19:37.505Z Compiling toml_edit v0.22.27
30022026-04-21T11:19:37.641Z Compiling serde-value v0.7.0
30032026-04-21T11:19:37.801Z Compiling cargo-platform v0.2.0
30042026-04-21T11:19:37.901Z Compiling macaddr v1.0.1
30052026-04-21T11:19:38.077Z Compiling usdt-macro v0.5.0
30062026-04-21T11:19:38.193Z Compiling usdt-attr-macro v0.5.0
30072026-04-21T11:19:38.318Z Compiling idna_adapter v1.2.1
30082026-04-21T11:19:38.441Z Compiling idna v1.1.0
30092026-04-21T11:19:38.777Z Compiling url v2.5.8
30102026-04-21T11:19:38.847Z Compiling usdt v0.5.0
30112026-04-21T11:19:39.139Z Compiling toml v0.8.23
30122026-04-21T11:19:39.587Z Compiling cargo-util-schemas v0.8.2
30132026-04-21T11:19:39.661Z Compiling cargo_toml v0.21.0
30142026-04-21T11:19:40.638Z Compiling cargo_metadata v0.21.0
30152026-04-21T11:19:43.776Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30162026-04-21T11:19:46.765Z Finished `release` profile [optimized] target(s) in 16.37s
30172026-04-21T11:19:46.925Z
30182026-04-21T11:19:46.928Zreal 16.510395300
30192026-04-21T11:19:46.928Zuser 2:21.778290869
30202026-04-21T11:19:46.928Zsys 16.550076734
30212026-04-21T11:19:46.928Ztrap 0.088986361
30222026-04-21T11:19:46.928Ztflt 0.542788447
30232026-04-21T11:19:46.928Zdflt 1.337620119
30242026-04-21T11:19:46.928Zkflt 0.000075096
30252026-04-21T11:19:46.928Zlock 5:22.254629338
30262026-04-21T11:19:46.928Zslp 3:29.715041773
30272026-04-21T11:19:46.928Zlat 7.185453216
30282026-04-21T11:19:46.928Zstop 19.290928399
30292026-04-21T11:19:46.928Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30302026-04-21T11:19:46.928Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30312026-04-21T11:19:46.928Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30322026-04-21T11:19:46.928Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30332026-04-21T11:19:46.928Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30342026-04-21T11:19:47.859Z Compiling regress v0.10.5
30352026-04-21T11:19:47.863Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30362026-04-21T11:19:47.863Z Compiling newtype-uuid-macros v0.1.0
30372026-04-21T11:19:48.004Z Compiling rustls v0.22.4
30382026-04-21T11:19:48.022Z Compiling progenitor-client v0.13.0
30392026-04-21T11:19:48.025Z Compiling rustls-webpki v0.102.8
30402026-04-21T11:19:48.025Z Compiling structmeta-derive v0.3.0
30412026-04-21T11:19:48.037Z Compiling serde_spanned v1.0.4
30422026-04-21T11:19:48.040Z Compiling multer v3.1.0
30432026-04-21T11:19:48.053Z Compiling toml_writer v1.0.6+spec-1.1.0
30442026-04-21T11:19:48.056Z Compiling debug-ignore v1.0.5
30452026-04-21T11:19:48.069Z Compiling match_cfg v0.1.0
30462026-04-21T11:19:48.069Z Compiling slog-json v2.6.1
30472026-04-21T11:19:48.072Z Compiling async-stream-impl v0.3.6
30482026-04-21T11:19:48.072Z Compiling waitgroup v0.1.2
30492026-04-21T11:19:48.072Z Compiling rustls-pemfile v2.2.0
30502026-04-21T11:19:48.287Z Compiling hostname v0.3.1
30512026-04-21T11:19:48.291Z Compiling serde_path_to_error v0.1.20
30522026-04-21T11:19:48.322Z Compiling hostname v0.4.2
30532026-04-21T11:19:48.358Z Compiling itertools v0.14.0
30542026-04-21T11:19:48.361Z Compiling dropshot v0.16.7
30552026-04-21T11:19:48.361Z Compiling dropshot_endpoint v0.16.7
30562026-04-21T11:19:48.408Z Compiling slog-bunyan v2.5.0
30572026-04-21T11:19:48.448Z Compiling toml v0.9.12+spec-1.1.0
30582026-04-21T11:19:48.506Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30592026-04-21T11:19:48.563Z Compiling macaddr v1.0.1
30602026-04-21T11:19:48.607Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30612026-04-21T11:19:48.635Z Compiling instant v0.1.13
30622026-04-21T11:19:48.653Z Compiling progenitor-client v0.10.0
30632026-04-21T11:19:48.687Z Compiling backon v1.6.0
30642026-04-21T11:19:48.726Z Compiling backoff v0.4.0
30652026-04-21T11:19:48.768Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30662026-04-21T11:19:48.787Z Compiling async-stream v0.3.6
30672026-04-21T11:19:48.802Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30682026-04-21T11:19:48.805Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30692026-04-21T11:19:48.805Z Compiling universal-hash v0.5.1
30702026-04-21T11:19:48.913Z Compiling progenitor-extras v0.1.1
30712026-04-21T11:19:48.959Z Compiling opaque-debug v0.3.1
30722026-04-21T11:19:48.976Z Compiling half v2.7.1
30732026-04-21T11:19:48.979Z Compiling crucible-workspace-hack v0.1.0
30742026-04-21T11:19:49.010Z Compiling ciborium-io v0.2.2
30752026-04-21T11:19:49.010Z Compiling convert_case v0.4.0
30762026-04-21T11:19:49.048Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30772026-04-21T11:19:49.064Z Compiling aead v0.5.2
30782026-04-21T11:19:49.131Z Compiling secrecy v0.10.3
30792026-04-21T11:19:49.160Z Compiling structmeta v0.3.0
30802026-04-21T11:19:49.184Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30812026-04-21T11:19:49.220Z Compiling unsafe-libyaml v0.2.11
30822026-04-21T11:19:49.235Z Compiling ciborium-ll v0.2.2
30832026-04-21T11:19:49.284Z Compiling poly1305 v0.8.0
30842026-04-21T11:19:49.300Z Compiling chacha20 v0.9.1
30852026-04-21T11:19:49.315Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30862026-04-21T11:19:49.339Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30872026-04-21T11:19:49.397Z Compiling derive-ex v0.1.8
30882026-04-21T11:19:49.420Z Compiling parse-display-derive v0.10.0
30892026-04-21T11:19:49.437Z Compiling derive_more v0.99.20
30902026-04-21T11:19:49.461Z Compiling ciborium v0.2.2
30912026-04-21T11:19:49.483Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30922026-04-21T11:19:49.581Z Compiling typify-impl v0.6.1
30932026-04-21T11:19:49.643Z Compiling thiserror-impl-no-std v2.0.2
30942026-04-21T11:19:49.700Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30952026-04-21T11:19:49.759Z Compiling serde_yaml v0.9.34+deprecated
30962026-04-21T11:19:49.795Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30972026-04-21T11:19:49.828Z Compiling byte-wrapper v0.1.0
30982026-04-21T11:19:49.848Z Compiling password-hash v0.5.0
30992026-04-21T11:19:49.998Z Compiling blake2 v0.10.6
31002026-04-21T11:19:50.050Z Compiling chacha20poly1305 v0.10.1
31012026-04-21T11:19:50.069Z Compiling indent_write v2.2.0
31022026-04-21T11:19:50.182Z Compiling heapless v0.8.0
31032026-04-21T11:19:50.199Z Compiling ingot-macros v0.1.1
31042026-04-21T11:19:50.222Z Compiling toml_edit v0.23.10+spec-1.0.0
31052026-04-21T11:19:50.238Z Compiling hash32 v0.3.1
31062026-04-21T11:19:50.280Z Compiling tokio-rustls v0.25.0
31072026-04-21T11:19:50.421Z Compiling argon2 v0.5.3
31082026-04-21T11:19:50.579Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31092026-04-21T11:19:50.738Z Compiling smoltcp v0.11.0
31102026-04-21T11:19:50.818Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31112026-04-21T11:19:50.872Z Compiling thiserror-no-std v2.0.2
31122026-04-21T11:19:51.006Z Compiling vsss-rs v3.3.4
31132026-04-21T11:19:51.166Z Compiling proc-macro-crate v3.4.0
31142026-04-21T11:19:51.199Z Compiling test-strategy v0.4.5
31152026-04-21T11:19:51.219Z Compiling tabwriter v1.4.1
31162026-04-21T11:19:51.235Z Compiling parse-display v0.10.0
31172026-04-21T11:19:51.287Z Compiling cobs v0.3.0
31182026-04-21T11:19:51.372Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31192026-04-21T11:19:51.484Z Compiling postcard v1.1.3
31202026-04-21T11:19:51.515Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31212026-04-21T11:19:51.571Z Compiling proc-macro-error v1.0.4
31222026-04-21T11:19:51.636Z Compiling proc-macro-crate v1.3.1
31232026-04-21T11:19:51.657Z Compiling num-rational v0.4.2
31242026-04-21T11:19:51.691Z Compiling num-complex v0.4.6
31252026-04-21T11:19:51.756Z Compiling num_enum_derive v0.7.5
31262026-04-21T11:19:51.861Z Compiling foreign-types-macros v0.2.3
31272026-04-21T11:19:51.880Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31282026-04-21T11:19:51.916Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31292026-04-21T11:19:52.091Z Compiling foreign-types-shared v0.3.1
31302026-04-21T11:19:52.110Z Compiling colored v3.1.1
31312026-04-21T11:19:52.130Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31322026-04-21T11:19:52.130Z Compiling rayon-core v1.13.0
31332026-04-21T11:19:52.165Z Compiling cpufeatures v0.3.0
31342026-04-21T11:19:52.215Z Compiling num_enum_derive v0.5.11
31352026-04-21T11:19:52.260Z Compiling chacha20 v0.10.0
31362026-04-21T11:19:52.277Z Compiling num v0.4.3
31372026-04-21T11:19:52.373Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31382026-04-21T11:19:52.389Z Compiling crossbeam-deque v0.8.6
31392026-04-21T11:19:52.434Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31402026-04-21T11:19:52.496Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31412026-04-21T11:19:52.516Z Compiling foreign-types v0.5.0
31422026-04-21T11:19:52.547Z Compiling cstr-argument v0.1.2
31432026-04-21T11:19:52.613Z Compiling float-ord v0.3.2
31442026-04-21T11:19:52.631Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31452026-04-21T11:19:52.634Z Compiling rand v0.10.0
31462026-04-21T11:19:52.727Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31472026-04-21T11:19:52.761Z Compiling toml v0.8.23
31482026-04-21T11:19:52.779Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31492026-04-21T11:19:52.885Z Compiling num_enum v0.7.5
31502026-04-21T11:19:52.904Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31512026-04-21T11:19:52.920Z Compiling camino-tempfile v1.4.1
31522026-04-21T11:19:52.994Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31532026-04-21T11:19:53.012Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31542026-04-21T11:19:53.035Z Compiling rayon v1.11.0
31552026-04-21T11:19:53.052Z Compiling zone_cfg_derive v0.3.1
31562026-04-21T11:19:53.175Z Compiling ingot-types v0.1.2
31572026-04-21T11:19:53.191Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31582026-04-21T11:19:53.301Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31592026-04-21T11:19:53.319Z Compiling num_enum v0.5.11
31602026-04-21T11:19:53.338Z Compiling itertools v0.12.1
31612026-04-21T11:19:53.356Z Compiling num-derive v0.4.2
31622026-04-21T11:19:53.373Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31632026-04-21T11:19:53.376Z Compiling sigpipe v0.1.3
31642026-04-21T11:19:53.436Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31652026-04-21T11:19:53.470Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31662026-04-21T11:19:53.473Z Compiling glob v0.3.3
31672026-04-21T11:19:53.503Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31682026-04-21T11:19:53.524Z Compiling smf v0.2.3
31692026-04-21T11:19:53.597Z Compiling ingot v0.1.1
31702026-04-21T11:19:53.620Z Compiling prettyplease v0.2.37
31712026-04-21T11:19:53.737Z Compiling whoami v1.6.1
31722026-04-21T11:19:53.766Z Compiling gethostname v0.5.0
31732026-04-21T11:19:53.787Z Compiling usdt-macro v0.5.0
31742026-04-21T11:19:53.904Z Compiling usdt-attr-macro v0.5.0
31752026-04-21T11:19:53.920Z Compiling memmap v0.7.0
31762026-04-21T11:19:53.989Z Compiling atomicwrites v0.4.4
31772026-04-21T11:19:54.048Z Compiling derive-where v1.6.0
31782026-04-21T11:19:54.077Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31792026-04-21T11:19:54.137Z Compiling owo-colors v4.3.0
31802026-04-21T11:19:54.178Z Compiling typify-macro v0.6.1
31812026-04-21T11:19:54.210Z Compiling cancel-safe-futures v0.1.5
31822026-04-21T11:19:54.233Z Compiling resolv-conf v0.7.6
31832026-04-21T11:19:54.326Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31842026-04-21T11:19:54.481Z Compiling zone v0.3.1
31852026-04-21T11:19:54.565Z Compiling libsw-core v0.3.2
31862026-04-21T11:19:54.597Z Compiling async-recursion v1.1.1
31872026-04-21T11:19:54.736Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31882026-04-21T11:19:54.753Z Compiling usdt v0.5.0
31892026-04-21T11:19:54.768Z Compiling libsw v3.5.0
31902026-04-21T11:19:54.809Z Compiling libefi-sys v0.1.0
31912026-04-21T11:19:54.841Z Compiling linear-map v1.2.0
31922026-04-21T11:19:54.968Z Compiling console v0.15.11
31932026-04-21T11:19:54.985Z Compiling hickory-proto v0.24.4
31942026-04-21T11:19:55.046Z Compiling newline-converter v0.3.0
31952026-04-21T11:19:55.062Z Compiling bitfield-struct v0.6.2
31962026-04-21T11:19:55.065Z Compiling semver v0.1.20
31972026-04-21T11:19:55.097Z Compiling linked-hash-map v0.5.6
31982026-04-21T11:19:55.207Z Compiling tokio-dtrace v0.1.1
31992026-04-21T11:19:55.307Z Compiling expectorate v1.2.0
32002026-04-21T11:19:55.323Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32012026-04-21T11:19:55.345Z Compiling rustc_version v0.1.7
32022026-04-21T11:19:55.391Z Compiling lru-cache v0.1.2
32032026-04-21T11:19:55.394Z Compiling dropshot-api-manager-types v0.6.0
32042026-04-21T11:19:55.424Z Compiling pin-project-internal v1.1.11
32052026-04-21T11:19:55.443Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32062026-04-21T11:19:55.495Z Compiling slog-dtrace v0.3.0
32072026-04-21T11:19:55.512Z Compiling minimal-lexical v0.2.1
32082026-04-21T11:19:55.544Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32092026-04-21T11:19:55.547Z Compiling oxide-tokio-rt v0.1.4
32102026-04-21T11:19:55.584Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32112026-04-21T11:19:55.609Z Compiling newtype_derive v0.1.6
32122026-04-21T11:19:55.646Z Compiling typify-impl v0.4.3
32132026-04-21T11:19:55.754Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32142026-04-21T11:19:55.771Z Compiling nom v7.1.3
32152026-04-21T11:19:55.790Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32162026-04-21T11:19:55.806Z Compiling phf_shared v0.12.1
32172026-04-21T11:19:55.826Z Compiling pem v3.0.6
32182026-04-21T11:19:55.842Z Compiling snafu-derive v0.8.9
32192026-04-21T11:19:55.934Z Compiling csv-core v0.1.13
32202026-04-21T11:19:55.984Z Compiling chrono-tz v0.10.4
32212026-04-21T11:19:56.072Z Compiling typify v0.6.1
32222026-04-21T11:19:56.090Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32232026-04-21T11:19:56.121Z Compiling highway v1.3.0
32242026-04-21T11:19:56.183Z Compiling progenitor-impl v0.13.0
32252026-04-21T11:19:56.207Z Compiling same-file v1.0.6
32262026-04-21T11:19:56.275Z Compiling xshell-macros v0.2.7
32272026-04-21T11:19:56.359Z Compiling walkdir v2.5.0
32282026-04-21T11:19:56.404Z Compiling const_format_proc_macros v0.2.34
32292026-04-21T11:19:56.521Z Compiling csv v1.4.0
32302026-04-21T11:19:56.554Z Compiling phf v0.12.1
32312026-04-21T11:19:56.643Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32322026-04-21T11:19:56.688Z Compiling xshell v0.2.7
32332026-04-21T11:19:56.691Z Compiling pin-project v1.1.11
32342026-04-21T11:19:56.736Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32352026-04-21T11:19:56.781Z Compiling globset v0.4.18
32362026-04-21T11:19:56.833Z Compiling olpc-cjson v0.1.4
32372026-04-21T11:19:57.030Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32382026-04-21T11:19:57.081Z Compiling primeorder v0.13.6
32392026-04-21T11:19:57.099Z Compiling serde_plain v1.0.2
32402026-04-21T11:19:57.131Z Compiling typed-path v0.9.3
32412026-04-21T11:19:57.222Z Compiling hickory-resolver v0.24.4
32422026-04-21T11:19:57.239Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32432026-04-21T11:19:57.275Z Compiling const_format v0.2.35
32442026-04-21T11:19:57.327Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32452026-04-21T11:19:57.519Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32462026-04-21T11:19:57.542Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32472026-04-21T11:19:57.627Z Compiling tabled_derive v0.7.0
32482026-04-21T11:19:57.781Z Compiling bcs v0.1.6
32492026-04-21T11:19:57.891Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32502026-04-21T11:19:58.062Z Compiling snafu v0.8.9
32512026-04-21T11:19:58.152Z Compiling radium v0.7.0
32522026-04-21T11:19:58.170Z Compiling termtree v0.5.1
32532026-04-21T11:19:58.206Z Compiling salty v0.3.0
32542026-04-21T11:19:58.299Z Compiling qorb v0.4.1
32552026-04-21T11:19:58.353Z Compiling tough v0.20.0
32562026-04-21T11:19:58.427Z Compiling textwrap v0.16.2
32572026-04-21T11:19:58.460Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32582026-04-21T11:19:58.479Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32592026-04-21T11:19:58.482Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32602026-04-21T11:19:58.666Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32612026-04-21T11:19:58.781Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32622026-04-21T11:19:58.925Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32632026-04-21T11:19:58.942Z Compiling progenitor-macro v0.13.0
32642026-04-21T11:19:58.960Z Compiling tabled v0.15.0
32652026-04-21T11:19:59.004Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32662026-04-21T11:19:59.070Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32672026-04-21T11:19:59.104Z Compiling steno v0.4.1
32682026-04-21T11:19:59.163Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32692026-04-21T11:19:59.318Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32702026-04-21T11:19:59.482Z Compiling tap v1.0.1
32712026-04-21T11:19:59.485Z Compiling humantime v2.3.0
32722026-04-21T11:19:59.522Z Compiling maybe-uninit v2.0.0
32732026-04-21T11:19:59.646Z Compiling base64 v0.21.7
32742026-04-21T11:19:59.791Z Compiling tagptr v0.2.0
32752026-04-21T11:19:59.893Z Compiling wyz v0.5.1
32762026-04-21T11:19:59.965Z Compiling moka v0.12.13
32772026-04-21T11:20:00.213Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32782026-04-21T11:20:00.231Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32792026-04-21T11:20:00.323Z Compiling typify-macro v0.4.3
32802026-04-21T11:20:00.366Z Compiling p384 v0.13.1
32812026-04-21T11:20:00.490Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32822026-04-21T11:20:00.555Z Compiling funty v2.0.0
32832026-04-21T11:20:00.680Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32842026-04-21T11:20:00.782Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32852026-04-21T11:20:00.830Z Compiling parking_lot_core v0.8.6
32862026-04-21T11:20:00.904Z Compiling packed_struct v0.10.1
32872026-04-21T11:20:00.984Z Compiling bitvec v1.0.1
32882026-04-21T11:20:01.171Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32892026-04-21T11:20:01.196Z Compiling hickory-resolver v0.25.2
32902026-04-21T11:20:01.342Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32912026-04-21T11:20:01.362Z Compiling polyval v0.6.2
32922026-04-21T11:20:01.637Z Compiling git-stub v1.0.0
32932026-04-21T11:20:01.708Z Compiling packed_struct_codegen v0.10.1
32942026-04-21T11:20:01.730Z Compiling zerocopy-derive v0.6.6
32952026-04-21T11:20:01.747Z Compiling bitfield-macros v0.19.4
32962026-04-21T11:20:01.941Z Compiling proc-macro-error-attr2 v2.0.0
32972026-04-21T11:20:02.128Z Compiling indexmap v1.9.3
32982026-04-21T11:20:02.173Z Compiling typify v0.4.3
32992026-04-21T11:20:02.205Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33002026-04-21T11:20:02.312Z Compiling utf-8 v0.7.6
33012026-04-21T11:20:02.364Z Compiling crc-catalog v2.4.0
33022026-04-21T11:20:02.389Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33032026-04-21T11:20:02.406Z Compiling nodrop v0.1.14
33042026-04-21T11:20:02.428Z Compiling proc-macro-error2 v2.0.1
33052026-04-21T11:20:02.489Z Compiling crc v3.4.0
33062026-04-21T11:20:02.506Z Compiling tungstenite v0.21.0
33072026-04-21T11:20:02.528Z Compiling bitfield v0.19.4
33082026-04-21T11:20:02.546Z Compiling array-init v0.0.4
33092026-04-21T11:20:02.578Z Compiling git-stub-vcs v0.1.0
33102026-04-21T11:20:02.597Z Compiling ghash v0.5.1
33112026-04-21T11:20:02.645Z Compiling smallvec v0.6.14
33122026-04-21T11:20:02.662Z Compiling zerocopy v0.6.6
33132026-04-21T11:20:02.766Z Compiling ctr v0.9.2
33142026-04-21T11:20:02.784Z Compiling num-derive v0.3.3
33152026-04-21T11:20:02.856Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33162026-04-21T11:20:02.882Z Compiling compression-core v0.4.31
33172026-04-21T11:20:02.940Z Compiling unicase v2.9.0
33182026-04-21T11:20:02.968Z Compiling hashbrown v0.12.3
33192026-04-21T11:20:02.990Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33202026-04-21T11:20:03.013Z Compiling compression-codecs v0.4.37
33212026-04-21T11:20:03.051Z Compiling tokio-tungstenite v0.21.0
33222026-04-21T11:20:03.067Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33232026-04-21T11:20:03.146Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33242026-04-21T11:20:03.174Z Compiling mime_guess v2.0.5
33252026-04-21T11:20:03.238Z Compiling aes-gcm v0.10.3
33262026-04-21T11:20:03.296Z Compiling parking_lot v0.11.2
33272026-04-21T11:20:03.373Z Compiling serde-hex v0.1.0
33282026-04-21T11:20:03.403Z Compiling tabled_derive v0.11.0
33292026-04-21T11:20:03.488Z Compiling progenitor-impl v0.11.2
33302026-04-21T11:20:03.567Z Compiling progenitor-impl v0.10.0
33312026-04-21T11:20:03.690Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33322026-04-21T11:20:03.715Z Compiling ron v0.8.1
33332026-04-21T11:20:03.732Z Compiling libscf-sys v1.1.0
33342026-04-21T11:20:03.750Z Compiling papergrid v0.17.0
33352026-04-21T11:20:03.845Z Compiling testing_table v0.3.0
33362026-04-21T11:20:03.877Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33372026-04-21T11:20:03.899Z Compiling hashbrown v0.13.2
33382026-04-21T11:20:04.037Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33392026-04-21T11:20:04.096Z Compiling progenitor v0.13.0
33402026-04-21T11:20:04.175Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33412026-04-21T11:20:04.236Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33422026-04-21T11:20:04.276Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33432026-04-21T11:20:04.368Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33442026-04-21T11:20:04.438Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33452026-04-21T11:20:04.464Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33462026-04-21T11:20:04.633Z Compiling prefix-trie v0.7.0
33472026-04-21T11:20:04.720Z Compiling ssh-encoding v0.2.0
33482026-04-21T11:20:04.723Z Compiling blowfish v0.9.1
33492026-04-21T11:20:04.897Z Compiling fxhash v0.2.1
33502026-04-21T11:20:05.011Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33512026-04-21T11:20:05.014Z Compiling toml_datetime v1.0.0+spec-1.1.0
33522026-04-21T11:20:05.060Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33532026-04-21T11:20:05.060Z Compiling dropshot v0.17.0
33542026-04-21T11:20:05.144Z Compiling corncobs v0.1.4
33552026-04-21T11:20:05.194Z Compiling crc-any v2.5.0
33562026-04-21T11:20:05.293Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33572026-04-21T11:20:05.367Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33582026-04-21T11:20:05.384Z Compiling toml v1.0.6+spec-1.1.0
33592026-04-21T11:20:05.384Z Compiling sled v0.34.7
33602026-04-21T11:20:05.420Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33612026-04-21T11:20:05.447Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33622026-04-21T11:20:05.466Z Compiling hickory-server v0.25.2
33632026-04-21T11:20:05.487Z Compiling ssh-cipher v0.2.0
33642026-04-21T11:20:05.547Z Compiling bcrypt-pbkdf v0.10.0
33652026-04-21T11:20:05.830Z Compiling tabled v0.20.0
33662026-04-21T11:20:05.864Z Compiling object v0.30.4
33672026-04-21T11:20:05.974Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33682026-04-21T11:20:06.112Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33692026-04-21T11:20:06.235Z Compiling progenitor-macro v0.11.2
33702026-04-21T11:20:06.252Z Compiling progenitor-macro v0.10.0
33712026-04-21T11:20:06.303Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33722026-04-21T11:20:06.854Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33732026-04-21T11:20:07.272Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33742026-04-21T11:20:07.331Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33752026-04-21T11:20:07.361Z Compiling async-compression v0.4.41
33762026-04-21T11:20:07.421Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33772026-04-21T11:20:07.607Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33782026-04-21T11:20:07.718Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33792026-04-21T11:20:07.916Z Compiling progenitor-client v0.11.2
33802026-04-21T11:20:08.266Z Compiling password-hash v0.4.2
33812026-04-21T11:20:08.284Z Compiling dropshot_endpoint v0.17.0
33822026-04-21T11:20:08.386Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33832026-04-21T11:20:08.390Z Compiling secrecy v0.8.0
33842026-04-21T11:20:08.497Z Compiling half v1.8.3
33852026-04-21T11:20:08.580Z Compiling http-range v0.1.5
33862026-04-21T11:20:08.694Z Compiling path-slash v0.1.5
33872026-04-21T11:20:08.800Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33882026-04-21T11:20:08.817Z Compiling serde_cbor v0.11.2
33892026-04-21T11:20:08.881Z Compiling pbkdf2 v0.11.0
33902026-04-21T11:20:09.122Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33912026-04-21T11:20:09.536Z Compiling ssh-key v0.6.7
33922026-04-21T11:20:09.778Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33932026-04-21T11:20:09.806Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33942026-04-21T11:20:09.961Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33952026-04-21T11:20:10.143Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33962026-04-21T11:20:10.300Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33972026-04-21T11:20:10.435Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33982026-04-21T11:20:10.616Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33992026-04-21T11:20:10.809Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34002026-04-21T11:20:10.974Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34012026-04-21T11:20:11.117Z Compiling p521 v0.13.3
34022026-04-21T11:20:11.152Z Compiling p256 v0.13.2
34032026-04-21T11:20:11.266Z Compiling yasna v0.5.2
34042026-04-21T11:20:11.284Z Compiling kstat-rs v0.2.4
34052026-04-21T11:20:11.334Z Compiling progenitor v0.11.2
34062026-04-21T11:20:11.426Z Compiling progenitor v0.10.0
34072026-04-21T11:20:11.445Z Compiling headers-core v0.3.0
34082026-04-21T11:20:11.525Z Compiling nanorand v0.7.0
34092026-04-21T11:20:11.556Z Compiling atty v0.2.14
34102026-04-21T11:20:11.602Z Compiling russh-cryptovec v0.7.3
34112026-04-21T11:20:11.619Z Compiling md5 v0.7.0
34122026-04-21T11:20:11.636Z Compiling crc8 v0.1.1
34132026-04-21T11:20:11.652Z Compiling home v0.5.12
34142026-04-21T11:20:11.671Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34152026-04-21T11:20:11.701Z Compiling headers v0.4.1
34162026-04-21T11:20:11.779Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34172026-04-21T11:20:11.817Z Compiling russh-keys v0.45.0
34182026-04-21T11:20:11.821Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34192026-04-21T11:20:11.859Z Compiling flume v0.11.1
34202026-04-21T11:20:11.922Z Compiling rcgen v0.12.1
34212026-04-21T11:20:11.941Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34222026-04-21T11:20:11.987Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34232026-04-21T11:20:12.113Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34242026-04-21T11:20:12.195Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34252026-04-21T11:20:12.260Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34262026-04-21T11:20:12.471Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34272026-04-21T11:20:12.489Z Compiling hyper-staticfile v0.10.1
34282026-04-21T11:20:12.545Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34292026-04-21T11:20:12.606Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34302026-04-21T11:20:12.628Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34312026-04-21T11:20:12.795Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34322026-04-21T11:20:12.830Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34332026-04-21T11:20:12.949Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34342026-04-21T11:20:12.999Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34352026-04-21T11:20:13.016Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34362026-04-21T11:20:13.033Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34372026-04-21T11:20:13.130Z Compiling num-bigint v0.4.6
34382026-04-21T11:20:13.396Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34392026-04-21T11:20:13.414Z Compiling des v0.8.1
34402026-04-21T11:20:13.438Z Compiling subprocess v0.2.15
34412026-04-21T11:20:13.456Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34422026-04-21T11:20:13.524Z Compiling display-error-chain v0.2.2
34432026-04-21T11:20:13.635Z Compiling hex-literal v0.4.1
34442026-04-21T11:20:13.690Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34452026-04-21T11:20:13.767Z Compiling colored v2.2.0
34462026-04-21T11:20:13.783Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34472026-04-21T11:20:13.911Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34482026-04-21T11:20:13.934Z Compiling internet-checksum v0.2.1
34492026-04-21T11:20:14.287Z Compiling russh v0.45.0
34502026-04-21T11:20:14.374Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34512026-04-21T11:20:14.578Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34522026-04-21T11:20:16.985Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34532026-04-21T11:20:17.672Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34542026-04-21T11:20:18.161Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34552026-04-21T11:20:18.443Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34562026-04-21T11:20:26.489Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34572026-04-21T11:20:26.490Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34582026-04-21T11:20:26.490Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34592026-04-21T11:20:26.493Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34602026-04-21T11:20:28.189Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34612026-04-21T11:20:28.291Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34622026-04-21T11:20:32.403Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34632026-04-21T11:20:52.207Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34642026-04-21T11:21:10.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
34652026-04-21T11:21:10.820Z
34662026-04-21T11:21:10.820Zreal 1:23.816441193
34672026-04-21T11:21:10.820Zuser 8:16.707684306
34682026-04-21T11:21:10.820Zsys 1:39.790468244
34692026-04-21T11:21:10.820Ztrap 0.261284327
34702026-04-21T11:21:10.820Ztflt 0.551263769
34712026-04-21T11:21:10.820Zdflt 1.551365954
34722026-04-21T11:21:10.820Zkflt 0.000326341
34732026-04-21T11:21:10.820Zlock 29:19.143843785
34742026-04-21T11:21:10.820Zslp 19:07.070436054
34752026-04-21T11:21:10.820Zlat 39.123182986
34762026-04-21T11:21:10.820Zstop 2:47.669116748
34772026-04-21T11:21:10.841Z+ mkdir tests
34782026-04-21T11:21:10.841Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34792026-04-21T11:21:10.841Z+ xargs -I '{}' -t cp '{}' tests/
34802026-04-21T11:21:10.853Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bcdc284b8a6f9b2b tests/
34812026-04-21T11:21:10.885Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0fd4a113f3deee95 tests/
34822026-04-21T11:21:10.916Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-49249f6d7ef48a2d tests/
34832026-04-21T11:21:10.935Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-99d6e736ddf572e7 tests/
34842026-04-21T11:21:11.167Z+ 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/*)
34852026-04-21T11:21:11.171Z+ 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-0fd4a113f3deee95 tests/commtest-49249f6d7ef48a2d tests/dhcp_server-bcdc284b8a6f9b2b tests/end_to_end_tests-99d6e736ddf572e7 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
34862026-04-21T11:22:35.003ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34872026-04-21T11:22:35.003Za .github/buildomat/ci-env.sh 1K
34882026-04-21T11:22:35.003Za out/target/test 1K
34892026-04-21T11:22:35.003Za out/npuzone/npuzone 27402K
34902026-04-21T11:22:35.004Za package-manifest.toml 35K
34912026-04-21T11:22:35.004Za smf/sled-agent/non-gimlet/config.toml 6K
34922026-04-21T11:22:35.004Za target/release/omicron-package 45933K
34932026-04-21T11:22:35.004Za target/release/xtask 11446K
34942026-04-21T11:22:35.004Za target/debug/bootstrap 340974K
34952026-04-21T11:22:35.004Za tests/bootstrap-0fd4a113f3deee95 31310K
34962026-04-21T11:22:35.004Za tests/commtest-49249f6d7ef48a2d 32395K
34972026-04-21T11:22:35.004Za tests/dhcp_server-bcdc284b8a6f9b2b 31310K
34982026-04-21T11:22:35.004Za tests/end_to_end_tests-99d6e736ddf572e7 383353K
34992026-04-21T11:22:35.004Za out/clickhouse.tar.gz 313220K
35002026-04-21T11:22:35.004Za out/clickhouse_keeper.tar.gz 298617K
35012026-04-21T11:22:35.004Za out/clickhouse_server.tar.gz 313219K
35022026-04-21T11:22:35.004Za out/cockroachdb.tar.gz 161306K
35032026-04-21T11:22:35.004Za out/crucible-pantry-zone.tar.gz 44054K
35042026-04-21T11:22:35.004Za out/crucible-utils.tar 17744K
35052026-04-21T11:22:35.004Za out/crucible-zone.tar.gz 58192K
35062026-04-21T11:22:35.004Za out/external-dns.tar.gz 49069K
35072026-04-21T11:22:35.004Za out/internal-dns.tar.gz 49069K
35082026-04-21T11:22:35.004Za out/mg-ddm-gz.tar 95141K
35092026-04-21T11:22:35.004Za out/nexus.tar.gz 219070K
35102026-04-21T11:22:35.004Za out/ntp.tar.gz 31992K
35112026-04-21T11:22:35.004Za out/omicron-gateway-softnpu.tar.gz 28356K
35122026-04-21T11:22:35.004Za out/omicron-sled-agent.tar 201016K
35132026-04-21T11:22:35.004Za out/overlay.tar.gz 3K
35142026-04-21T11:22:35.004Za out/oximeter.tar.gz 63546K
35152026-04-21T11:22:35.004Za out/oxlog.tar 3782K
35162026-04-21T11:22:35.004Za out/probe.tar.gz 3037K
35172026-04-21T11:22:35.004Za out/propolis-server.tar.gz 38727K
35182026-04-21T11:22:35.004Za out/pumpkind-gz.tar 26647K
35192026-04-21T11:22:35.004Za out/switch-softnpu.tar.gz 390567K
35202026-04-21T11:22:35.008Z
35212026-04-21T11:22:35.008Zreal 1:23.825393019
35222026-04-21T11:22:35.008Zuser 1:21.243644021
35232026-04-21T11:22:35.008Zsys 4.326770139
35242026-04-21T11:22:35.008Ztrap 0.007056824
35252026-04-21T11:22:35.008Ztflt 0.000000000
35262026-04-21T11:22:35.008Zdflt 0.000000000
35272026-04-21T11:22:35.008Zkflt 0.000000000
35282026-04-21T11:22:35.008Zlock 0.000000000
35292026-04-21T11:22:35.008Zslp 1:21.134283678
35302026-04-21T11:22:35.008Zlat 0.934529773
35312026-04-21T11:22:35.008Zstop 0.000267205
35322026-04-21T11:22:35.008Zprocess exited: duration 966082 ms, exit code 0
 
35332026-04-21T11:22:35.022Zfound 1 output files
35342026-04-21T11:22:35.033Zuploading: /work/package.tar.gz (2402343966 bytes)
35352026-04-21T11:23:02.954Zuploaded: /work/package.tar.gz