01KNWGKYJPW3NS9S2JFS7MNS7W: 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: 01KNWGMA49ET7YKMEKQBB7PBPS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-10T20:17:36.974Zjob assigned to worker 01KNWGMDVKS78HKT3XW7NRW7M5 [factory aws, i-07db828fd652489e5] (queued for 54 s)
 
22026-04-10T20:17:44.808Zstarting task 0: "setup"
32026-04-10T20:17:44.813Z++ uname -s
42026-04-10T20:17:44.816Z+ kern=SunOS
52026-04-10T20:17:44.816Z+ build_user=build
62026-04-10T20:17:44.816Z+ build_uid=12345
72026-04-10T20:17:44.816Z+ work_dir=/work
82026-04-10T20:17:44.816Z+ input_dir=/input
92026-04-10T20:17:44.816Z+ [[ 0 == 12345 ]]
102026-04-10T20:17:44.816Z+ case "$kern" in
112026-04-10T20:17:44.816Z+ groupadd -g 12345 build
122026-04-10T20:17:44.818Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-10T20:17:46.826Z+ zfs create -o mountpoint=/work rpool/work
142026-04-10T20:17:46.944Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-10T20:17:46.947Z+ home_fs=zfs
162026-04-10T20:17:46.947Z+ [[ zfs == autofs ]]
172026-04-10T20:17:46.947Z+ mkdir -p /home/build
182026-04-10T20:17:46.950Z+ chown build:build /home/build /work
192026-04-10T20:17:48.951Z+ chmod 0700 /home/build /work
202026-04-10T20:17:48.954Zprocess exited: duration 4149 ms, exit code 0
 
212026-04-10T20:17:48.960Zstarting task 1: "rust-toolchain"
222026-04-10T20:17:48.965Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-10T20:17:48.965Z * rust toolchain channel = "1.94.0"
242026-04-10T20:17:48.965Z * rust toolchain profile = "default"
252026-04-10T20:17:48.965Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-10T20:17:48.965Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-10T20:17:48.965Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-10T20:17:48.968Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-10T20:17:48.968Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-10T20:17:49.095Zinfo: downloading installer
312026-04-10T20:17:50.503Zwarn: It looks like you have an existing installation of Rust at:
322026-04-10T20:17:50.503Zwarn: /opt/ooce/bin
332026-04-10T20:17:50.503Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-10T20:17:50.503Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-10T20:17:50.503Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-10T20:17:50.503Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-10T20:17:50.503Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-10T20:17:50.503Zerror: cannot install while Rust is installed
392026-04-10T20:17:50.503Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-10T20:17:50.503Zwarn: It looks like you have an existing rustup settings file at:
412026-04-10T20:17:50.503Zwarn: /home/build/.rustup/settings.toml
422026-04-10T20:17:50.503Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-10T20:17:50.503Zwarn: instead of the one inferred from the default host triple.
442026-04-10T20:17:50.516Zinfo: profile set to default
452026-04-10T20:17:50.516Zinfo: default host triple is x86_64-unknown-illumos
462026-04-10T20:17:50.519Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-10T20:17:50.654Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-10T20:17:50.654Zinfo: downloading 6 components
492026-04-10T20:18:05.418Z
502026-04-10T20:18:05.418Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-04-10T20:18:05.449Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-10T20:18:05.449Z
532026-04-10T20:18:05.449Z
542026-04-10T20:18:05.449ZRust is installed now. Great!
552026-04-10T20:18:05.449Z
562026-04-10T20:18:05.449ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-10T20:18:05.449Zenvironment variable. This has not been done automatically.
582026-04-10T20:18:05.449Z
592026-04-10T20:18:05.449ZTo configure your current shell, you need to source
602026-04-10T20:18:05.449Zthe corresponding env file under $HOME/.cargo.
612026-04-10T20:18:05.449Z
622026-04-10T20:18:05.449ZThis is usually done by running one of the following (note the leading DOT):
632026-04-10T20:18:05.449Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-10T20:18:05.449Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-10T20:18:05.449Zsource "~/.cargo/env.nu" # For nushell
662026-04-10T20:18:05.450Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-10T20:18:05.450Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-10T20:18:05.450Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-10T20:18:05.453Zwarn: no default linker (`cc`) was found in your PATH
702026-04-10T20:18:05.453Zwarn: many Rust crates require a system C toolchain to build
712026-04-10T20:18:05.544Z+ rustup --version
722026-04-10T20:18:05.549Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-10T20:18:05.549Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-10T20:18:05.571Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-10T20:18:05.574Z+ cargo --version
762026-04-10T20:18:05.583Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-10T20:18:05.585Z+ rustc --version
782026-04-10T20:18:05.604Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-10T20:18:05.607Zprocess exited: duration 16646 ms, exit code 0
 
802026-04-10T20:18:05.612Zstarting task 2: "authentication"
812026-04-10T20:18:05.631Zprocess exited: duration 18 ms, exit code 0
 
822026-04-10T20:18:05.636Zstarting task 3: "clone repository"
832026-04-10T20:18:05.641Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-10T20:18:05.644Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-10T20:18:05.688ZCloning into '/work/oxidecomputer/omicron'...
862026-04-10T20:18:16.379Z+ cd /work/oxidecomputer/omicron
872026-04-10T20:18:16.379Z+ git fetch origin 10de9cf28adbf039d86f459626cf66b9439c6d21
882026-04-10T20:18:16.684ZFrom https://github.com/oxidecomputer/omicron
892026-04-10T20:18:16.684Z * branch 10de9cf28adbf039d86f459626cf66b9439c6d21 -> FETCH_HEAD
902026-04-10T20:18:16.699Z+ [[ -n bump-console-0df8ff04 ]]
912026-04-10T20:18:16.702Z++ git branch --show-current
922026-04-10T20:18:16.705Z+ current=main
932026-04-10T20:18:16.705Z+ [[ main != bump-console-0df8ff04 ]]
942026-04-10T20:18:16.705Z+ git branch -f bump-console-0df8ff04 10de9cf28adbf039d86f459626cf66b9439c6d21
952026-04-10T20:18:16.707Z+ git checkout -f bump-console-0df8ff04
962026-04-10T20:18:16.883ZSwitched to branch 'bump-console-0df8ff04'
972026-04-10T20:18:16.886Z+ git reset --hard 10de9cf28adbf039d86f459626cf66b9439c6d21
982026-04-10T20:18:17.060ZHEAD is now at 10de9cf28 Bump web console (fix light mode dark flash)
992026-04-10T20:18:17.063Zprocess exited: duration 11425 ms, exit code 0
 
1002026-04-10T20:18:17.069Zstarting task 4: "build"
1012026-04-10T20:18:17.075Z+ source .github/buildomat/ci-env.sh
1022026-04-10T20:18:17.075Z++ export CARGO_TERM_COLOR=always
1032026-04-10T20:18:17.075Z++ CARGO_TERM_COLOR=always
1042026-04-10T20:18:17.075Z+ cargo --version
1052026-04-10T20:18:17.085Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-10T20:18:17.088Z+ rustc --version
1072026-04-10T20:18:17.110Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-10T20:18:17.114Z+ WORK=/work
1092026-04-10T20:18:17.114Z+ pfexec mkdir -p /work
1102026-04-10T20:18:17.116Z+ pfexec chown build /work
1112026-04-10T20:18:17.128Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-10T20:18:25.811Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-10T20:18:32.842Z Startup: Caching catalogs ... Done
1142026-04-10T20:18:37.808ZPlanning: Solver setup ... Done (3.492s)
1152026-04-10T20:18:37.831ZPlanning: Running solver ... Done (0.023s)
1162026-04-10T20:18:37.947ZPlanning: Finding local manifests ... Done (0.003s)
1172026-04-10T20:18:37.971ZPlanning: Fetching manifests: 0/4 0% complete
1182026-04-10T20:18:38.683ZPlanning: Fetching manifests: 4/4 100% complete
1192026-04-10T20:18:38.716ZPlanning: Package planning ... Done (0.033s)
1202026-04-10T20:18:38.744ZPlanning: Merging actions ... Done (0.028s)
1212026-04-10T20:18:38.923ZPlanning: Checking for conflicting actions ... Done (0.179s)
1222026-04-10T20:18:38.934ZPlanning: Consolidating action changes ... Done (0.008s)
1232026-04-10T20:18:39.791ZPlanning: Evaluating mediators ... Done (0.860s)
1242026-04-10T20:18:39.796ZPlanning: Planning completed in 6.80 seconds
1252026-04-10T20:18:39.811Z Packages to install: 4
1262026-04-10T20:18:39.811Z Mediators to change: 2
1272026-04-10T20:18:39.811Z Services to change: 1
1282026-04-10T20:18:39.811Z Estimated space available: 155.35 GB
1292026-04-10T20:18:39.811ZEstimated space to be consumed: 1.84 GB
1302026-04-10T20:18:39.811Z Create boot environment: No
1312026-04-10T20:18:39.811ZCreate backup boot environment: No
1322026-04-10T20:18:39.811Z Rebuild boot archive: No
1332026-04-10T20:18:39.811Z
1342026-04-10T20:18:39.811ZChanged mediators:
1352026-04-10T20:18:39.811Z mediator clang:
1362026-04-10T20:18:39.811Z version: None -> 15 (system default)
1372026-04-10T20:18:39.811Z
1382026-04-10T20:18:39.811Z mediator llvm:
1392026-04-10T20:18:39.811Z version: 14 (system default) -> 15 (system default)
1402026-04-10T20:18:39.811Z
1412026-04-10T20:18:39.811ZChanged packages:
1422026-04-10T20:18:39.811Zhelios-dev
1432026-04-10T20:18:39.811Z developer/build-essential
1442026-04-10T20:18:39.811Z None -> 11-2.0
1452026-04-10T20:18:39.811Z library/libxmlsec1
1462026-04-10T20:18:39.811Z None -> 1.2.35-2.0
1472026-04-10T20:18:39.811Z ooce/developer/clang-15
1482026-04-10T20:18:39.811Z None -> 15.0.7-2.0
1492026-04-10T20:18:39.811Z ooce/developer/llvm-15
1502026-04-10T20:18:39.811Z None -> 15.0.7-2.0
1512026-04-10T20:18:39.811Z
1522026-04-10T20:18:39.811ZServices:
1532026-04-10T20:18:39.812Z restart_fmri:
1542026-04-10T20:18:39.812Z svc:/system/update-man-index:default
1552026-04-10T20:18:39.854Z
1562026-04-10T20:18:39.854ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-04-10T20:18:44.905ZDownload: 1189/3290 items 83.5/212.6MB 39% complete (17.1M/s)
1582026-04-10T20:18:51.090ZDownload: 2214/3290 items 116.5/212.6MB 54% complete (12.2M/s)
1592026-04-10T20:18:56.090ZDownload: 2302/3290 items 119.6/212.6MB 56% complete (3.6M/s)
1602026-04-10T20:18:59.240ZDownload: Completed 212.60 MB in 19.39 seconds (11.0M/s)
1612026-04-10T20:18:59.488Z Actions: 1/3689 actions (Installing new actions)
1622026-04-10T20:19:02.811Z Actions: Completed 3689 actions in 3.32 seconds.
1632026-04-10T20:19:03.095Z Done (0.280s)
1642026-04-10T20:19:03.095Z Done (0.000s)
1652026-04-10T20:19:03.696Z Done (0.601s)
1662026-04-10T20:19:06.867Z Done (2.823s)
1672026-04-10T20:19:06.938Z Done (0.013s)
1682026-04-10T20:19:06.941Z Done (0.000s)
1692026-04-10T20:19:07.121Z Done (0.000s)
1702026-04-10T20:19:07.969ZPlanning: Evaluating mediator changes ... Done
1712026-04-10T20:19:08.079ZPlanning: Checking for conflicting actions ... Done
1722026-04-10T20:19:08.082ZPlanning: Consolidating action changes ... Done
1732026-04-10T20:19:08.240ZPlanning: Evaluating mediators ... Done
1742026-04-10T20:19:08.243ZPlanning: Planning completed in 0.27 seconds
1752026-04-10T20:19:08.263Z Mediators to change: 2
1762026-04-10T20:19:08.263Z Create boot environment: No
1772026-04-10T20:19:08.263ZCreate backup boot environment: No
1782026-04-10T20:19:08.315Z Done
1792026-04-10T20:19:08.315Z Done
1802026-04-10T20:19:08.931Z Done
1812026-04-10T20:19:11.398Z Done
1822026-04-10T20:19:11.467Z Done
1832026-04-10T20:19:11.470Z Done
1842026-04-10T20:19:11.608Z Done
1852026-04-10T20:19:12.009ZPlanning: Evaluating mediator changes ... Done
1862026-04-10T20:19:12.012ZPlanning: Merging actions ... Done
1872026-04-10T20:19:12.149ZPlanning: Checking for conflicting actions ... Done
1882026-04-10T20:19:12.153ZPlanning: Consolidating action changes ... Done
1892026-04-10T20:19:12.289ZPlanning: Evaluating mediators ... Done
1902026-04-10T20:19:12.318ZPlanning: Planning completed in 0.45 seconds
1912026-04-10T20:19:12.340Z Packages to change: 1
1922026-04-10T20:19:12.340Z Mediators to change: 1
1932026-04-10T20:19:12.340Z Services to change: 1
1942026-04-10T20:19:12.340Z Create boot environment: No
1952026-04-10T20:19:12.340ZCreate backup boot environment: Yes
1962026-04-10T20:19:14.604Z Actions: 1/6 actions (Updating modified actions)
1972026-04-10T20:19:14.607Z Actions: Completed 6 actions in 0.00 seconds.
1982026-04-10T20:19:14.607Z Done
1992026-04-10T20:19:14.607Z Done
2002026-04-10T20:19:14.746Z Done
2012026-04-10T20:19:17.199Z Done
2022026-04-10T20:19:17.270Z Done
2032026-04-10T20:19:17.273Z Done
2042026-04-10T20:19:17.420Z Done
2052026-04-10T20:19:17.704ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-04-10T20:19:17.705Zclang system 15 system
2072026-04-10T20:19:17.705Zcsh system system illumos
2082026-04-10T20:19:17.705Zctags system system illumos
2092026-04-10T20:19:17.705Zfile system system illumos
2102026-04-10T20:19:17.705Zgcc vendor 12 vendor
2112026-04-10T20:19:17.705Zgcc system 14 system
2122026-04-10T20:19:17.705Zgcc system 10 system
2132026-04-10T20:19:17.705Zgo system 1.20 system
2142026-04-10T20:19:17.705Zgo system 1.19 system
2152026-04-10T20:19:17.705Zllvm system 15 system
2162026-04-10T20:19:17.705Zllvm system 14 system
2172026-04-10T20:19:17.705Zmariadb system 10.6 system
2182026-04-10T20:19:17.705Zmta vendor vendor dma
2192026-04-10T20:19:17.705Zopenjdk system 17 system
2202026-04-10T20:19:17.705Zopenjdk system 11 system
2212026-04-10T20:19:17.705Zopenjdk system 1.8 system
2222026-04-10T20:19:17.705Zopenssl vendor 3 vendor
2232026-04-10T20:19:17.705Zperl system 5.36 system
2242026-04-10T20:19:17.705Zpostgresql system 15 system
2252026-04-10T20:19:17.705Zpostgresql system 13 system
2262026-04-10T20:19:17.705Zpython vendor 3 vendor
2272026-04-10T20:19:17.705Zpython system 2 system
2282026-04-10T20:19:17.705Zpython3 system 3.11 system
2292026-04-10T20:19:17.705Zruby system 3.0 system
2302026-04-10T20:19:17.705Zwords vendor vendor american-english
2312026-04-10T20:19:17.705Zwords system system australian-english
2322026-04-10T20:19:17.705Zwords system system british-english
2332026-04-10T20:19:17.705Zwords system system canadian-english
2342026-04-10T20:19:17.705Zwords system system french
2352026-04-10T20:19:17.705Zwords system system italian
2362026-04-10T20:19:17.705Zwords system system ngerman
2372026-04-10T20:19:17.705Zwords system system ogerman
2382026-04-10T20:19:17.705Zwords system system spanish
2392026-04-10T20:19:17.931ZPUBLISHER TYPE STATUS P LOCATION
2402026-04-10T20:19:17.931Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-04-10T20:19:22.291ZFMRI IFO
2422026-04-10T20:19:22.291Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-04-10T20:19:22.291Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-04-10T20:19:22.291Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-04-10T20:19:22.291Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-04-10T20:19:22.291Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-04-10T20:19:22.291Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-04-10T20:19:22.291Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492026-04-10T20:19:22.291Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502026-04-10T20:19:22.291Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512026-04-10T20:19:22.291Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522026-04-10T20:19:22.291Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532026-04-10T20:19:22.292Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542026-04-10T20:19:22.292Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552026-04-10T20:19:22.292Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562026-04-10T20:19:22.292Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572026-04-10T20:19:22.292Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582026-04-10T20:19:23.401Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-04-10T20:19:23.718Z Updating crates.io index
2602026-04-10T20:19:23.721Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-04-10T20:19:23.975Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-04-10T20:19:24.774Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2632026-04-10T20:19:25.416Z Updating git repository `https://github.com/oxidecomputer/propolis`
2642026-04-10T20:19:26.823Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-04-10T20:19:27.331Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-04-10T20:19:28.655Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-04-10T20:19:29.441Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-04-10T20:19:29.692Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-04-10T20:19:30.323Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-04-10T20:19:30.712Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-04-10T20:19:31.212Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-04-10T20:19:31.459Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-04-10T20:19:32.499Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-04-10T20:19:32.990Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-04-10T20:19:33.318Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-04-10T20:19:33.726Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-04-10T20:19:34.106Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-04-10T20:19:34.468Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-04-10T20:19:34.728Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-04-10T20:19:34.966Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-04-10T20:19:35.338Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-04-10T20:19:35.694Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-04-10T20:19:36.211Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-04-10T20:19:36.539Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-04-10T20:19:36.847Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-04-10T20:19:37.900Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-04-10T20:19:38.578Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-04-10T20:19:39.050Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2892026-04-10T20:19:39.608Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-04-10T20:19:39.897Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-04-10T20:19:40.349Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2922026-04-10T20:19:40.702Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-04-10T20:19:41.083Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-04-10T20:19:41.653Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-04-10T20:19:41.938Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-04-10T20:19:42.181Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-04-10T20:19:42.537Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-04-10T20:19:54.231Z Downloading crates ...
2992026-04-10T20:19:54.285Z Downloaded bytecount v0.6.9
3002026-04-10T20:19:54.292Z Downloaded camino v1.2.2
3012026-04-10T20:19:54.295Z Downloaded cfg-if v1.0.4
3022026-04-10T20:19:54.295Z Downloaded byteorder v1.5.0
3032026-04-10T20:19:54.298Z Downloaded clap_lex v1.0.0
3042026-04-10T20:19:54.303Z Downloaded unicode-ident v1.0.24
3052026-04-10T20:19:54.305Z Downloaded tinystr v0.8.2
3062026-04-10T20:19:54.308Z Downloaded utf8parse v0.2.2
3072026-04-10T20:19:54.308Z Downloaded clap_derive v4.5.55
3082026-04-10T20:19:54.308Z Downloaded clap v4.5.60
3092026-04-10T20:19:54.312Z Downloaded unicode-xid v0.2.6
3102026-04-10T20:19:54.315Z Downloaded thiserror-impl v1.0.69
3112026-04-10T20:19:54.315Z Downloaded generic-array v0.14.7
3122026-04-10T20:19:54.315Z Downloaded cargo_toml v0.21.0
3132026-04-10T20:19:54.318Z Downloaded version_check v0.9.5
3142026-04-10T20:19:54.318Z Downloaded unicode-linebreak v0.1.5
3152026-04-10T20:19:54.318Z Downloaded cargo-util-schemas v0.8.2
3162026-04-10T20:19:54.318Z Downloaded clap_builder v4.5.60
3172026-04-10T20:19:54.321Z Downloaded zerofrom-derive v0.1.6
3182026-04-10T20:19:54.324Z Downloaded cargo-platform v0.2.0
3192026-04-10T20:19:54.324Z Downloaded camino-tempfile v1.4.1
3202026-04-10T20:19:54.327Z Downloaded usdt-macro v0.5.0
3212026-04-10T20:19:54.327Z Downloaded usdt v0.5.0
3222026-04-10T20:19:54.327Z Downloaded yoke-derive v0.8.1
3232026-04-10T20:19:54.327Z Downloaded thiserror v2.0.18
3242026-04-10T20:19:54.331Z Downloaded scroll v0.12.0
3252026-04-10T20:19:54.333Z Downloaded digest v0.10.7
3262026-04-10T20:19:54.334Z Downloaded zerofrom v0.1.6
3272026-04-10T20:19:54.334Z Downloaded typeid v1.0.3
3282026-04-10T20:19:54.334Z Downloaded icu_provider v2.1.1
3292026-04-10T20:19:54.336Z Downloaded semver v1.0.27
3302026-04-10T20:19:54.336Z Downloaded usdt-attr-macro v0.5.0
3312026-04-10T20:19:54.339Z Downloaded heck v0.4.1
3322026-04-10T20:19:54.339Z Downloaded toml_write v0.1.2
3332026-04-10T20:19:54.339Z Downloaded thread-id v4.2.2
3342026-04-10T20:19:54.342Z Downloaded once_cell v1.21.3
3352026-04-10T20:19:54.342Z Downloaded serde_tokenstream v0.2.3
3362026-04-10T20:19:54.342Z Downloaded quote v1.0.44
3372026-04-10T20:19:54.345Z Downloaded proc-macro-error v1.0.4
3382026-04-10T20:19:54.347Z Downloaded zmij v1.0.21
3392026-04-10T20:19:54.347Z Downloaded utf8_iter v1.0.4
3402026-04-10T20:19:54.347Z Downloaded thiserror v1.0.69
3412026-04-10T20:19:54.350Z Downloaded plain v0.2.3
3422026-04-10T20:19:54.350Z Downloaded macaddr v1.0.1
3432026-04-10T20:19:54.353Z Downloaded cpufeatures v0.2.17
3442026-04-10T20:19:54.353Z Downloaded zerovec-derive v0.11.2
3452026-04-10T20:19:54.356Z Downloaded yoke v0.8.1
3462026-04-10T20:19:54.356Z Downloaded toml_datetime v0.6.11
3472026-04-10T20:19:54.358Z Downloaded terminal_size v0.4.3
3482026-04-10T20:19:54.358Z Downloaded equivalent v1.0.2
3492026-04-10T20:19:54.361Z Downloaded usdt-impl v0.5.0
3502026-04-10T20:19:54.361Z Downloaded zerocopy-derive v0.7.35
3512026-04-10T20:19:54.364Z Downloaded thiserror-impl v2.0.18
3522026-04-10T20:19:54.366Z Downloaded writeable v0.6.2
3532026-04-10T20:19:54.366Z Downloaded serde_spanned v0.6.9
3542026-04-10T20:19:54.369Z Downloaded pretty-hex v0.4.1
3552026-04-10T20:19:54.369Z Downloaded idna_adapter v1.2.1
3562026-04-10T20:19:54.369Z Downloaded ucd-trie v0.1.7
3572026-04-10T20:19:54.372Z Downloaded toml v0.8.23
3582026-04-10T20:19:54.372Z Downloaded anstyle-query v1.1.5
3592026-04-10T20:19:54.372Z Downloaded fastrand v2.3.0
3602026-04-10T20:19:54.375Z Downloaded dof v0.3.0
3612026-04-10T20:19:54.378Z Downloaded strsim v0.11.1
3622026-04-10T20:19:54.378Z Downloaded ordered-float v2.10.1
3632026-04-10T20:19:54.381Z Downloaded memmap v0.7.0
3642026-04-10T20:19:54.384Z Downloaded heck v0.5.0
3652026-04-10T20:19:54.384Z Downloaded toml_edit v0.22.27
3662026-04-10T20:19:54.387Z Downloaded colorchoice v1.0.4
3672026-04-10T20:19:54.387Z Downloaded textwrap v0.16.2
3682026-04-10T20:19:54.387Z Downloaded errno v0.3.14
3692026-04-10T20:19:54.390Z Downloaded anstyle v1.0.13
3702026-04-10T20:19:54.390Z Downloaded typenum v1.19.0
3712026-04-10T20:19:54.393Z Downloaded cargo_metadata v0.21.0
3722026-04-10T20:19:54.393Z Downloaded zerotrie v0.2.3
3732026-04-10T20:19:54.396Z Downloaded url v2.5.8
3742026-04-10T20:19:54.396Z Downloaded zerovec v0.11.5
3752026-04-10T20:19:54.399Z Downloaded stable_deref_trait v1.2.1
3762026-04-10T20:19:54.400Z Downloaded anstyle-parse v0.2.7
3772026-04-10T20:19:54.403Z Downloaded itoa v1.0.17
3782026-04-10T20:19:54.405Z Downloaded zerocopy v0.7.35
3792026-04-10T20:19:54.413Z Downloaded tabled_derive v0.7.0
3802026-04-10T20:19:54.417Z Downloaded swrite v0.1.0
3812026-04-10T20:19:54.417Z Downloaded smawk v0.3.2
3822026-04-10T20:19:54.417Z Downloaded is_terminal_polyfill v1.70.2
3832026-04-10T20:19:54.417Z Downloaded scroll_derive v0.12.1
3842026-04-10T20:19:54.417Z Downloaded percent-encoding v2.3.2
3852026-04-10T20:19:54.420Z Downloaded fnv v1.0.7
3862026-04-10T20:19:54.420Z Downloaded dtrace-parser v0.2.0
3872026-04-10T20:19:54.420Z Downloaded block-buffer v0.10.4
3882026-04-10T20:19:54.420Z Downloaded crypto-common v0.1.7
3892026-04-10T20:19:54.420Z Downloaded winnow v0.7.14
3902026-04-10T20:19:54.424Z Downloaded form_urlencoded v1.2.2
3912026-04-10T20:19:54.426Z Downloaded potential_utf v0.1.4
3922026-04-10T20:19:54.426Z Downloaded unicode-width v0.1.14
3932026-04-10T20:19:54.429Z Downloaded serde-value v0.7.0
3942026-04-10T20:19:54.429Z Downloaded unicode-width v0.2.0
3952026-04-10T20:19:54.434Z Downloaded sha2 v0.10.9
3962026-04-10T20:19:54.436Z Downloaded synstructure v0.13.2
3972026-04-10T20:19:54.436Z Downloaded erased-serde v0.4.9
3982026-04-10T20:19:54.439Z Downloaded fs-err v3.3.0
3992026-04-10T20:19:54.439Z Downloaded displaydoc v0.2.5
4002026-04-10T20:19:54.443Z Downloaded anstream v0.6.21
4012026-04-10T20:19:54.446Z Downloaded log v0.4.29
4022026-04-10T20:19:54.449Z Downloaded proc-macro-error-attr v1.0.4
4032026-04-10T20:19:54.453Z Downloaded serde-untagged v0.1.9
4042026-04-10T20:19:54.461Z Downloaded anyhow v1.0.102
4052026-04-10T20:19:54.475Z Downloaded icu_properties v2.1.2
4062026-04-10T20:19:54.482Z Downloaded tempfile v3.25.0
4072026-04-10T20:19:54.485Z Downloaded litemap v0.8.1
4082026-04-10T20:19:54.487Z Downloaded smallvec v1.15.1
4092026-04-10T20:19:54.490Z Downloaded pest_generator v2.8.6
4102026-04-10T20:19:54.490Z Downloaded autocfg v1.5.0
4112026-04-10T20:19:54.490Z Downloaded num-traits v0.2.19
4122026-04-10T20:19:54.494Z Downloaded getrandom v0.3.4
4132026-04-10T20:19:54.494Z Downloaded bitflags v2.11.0
4142026-04-10T20:19:54.496Z Downloaded pest_meta v2.8.6
4152026-04-10T20:19:54.496Z Downloaded pest_derive v2.8.6
4162026-04-10T20:19:54.499Z Downloaded serde_derive v1.0.228
4172026-04-10T20:19:54.499Z Downloaded serde_core v1.0.228
4182026-04-10T20:19:54.502Z Downloaded memchr v2.8.0
4192026-04-10T20:19:54.505Z Downloaded indexmap v2.13.0
4202026-04-10T20:19:54.505Z Downloaded papergrid v0.11.0
4212026-04-10T20:19:54.508Z Downloaded proc-macro2 v1.0.106
4222026-04-10T20:19:54.510Z Downloaded icu_normalizer_data v2.1.1
4232026-04-10T20:19:54.510Z Downloaded icu_locale_core v2.1.1
4242026-04-10T20:19:54.513Z Downloaded serde v1.0.228
4252026-04-10T20:19:54.516Z Downloaded icu_normalizer v2.1.1
4262026-04-10T20:19:54.537Z Downloaded icu_collections v2.1.1
4272026-04-10T20:19:54.557Z Downloaded pest v2.8.6
4282026-04-10T20:19:54.566Z Downloaded hashbrown v0.16.1
4292026-04-10T20:19:54.570Z Downloaded idna v1.1.0
4302026-04-10T20:19:54.573Z Downloaded serde_json v1.0.149
4312026-04-10T20:19:54.583Z Downloaded icu_properties_data v2.1.2
4322026-04-10T20:19:54.586Z Downloaded goblin v0.8.2
4332026-04-10T20:19:54.591Z Downloaded tabled v0.15.0
4342026-04-10T20:19:54.599Z Downloaded syn v1.0.109
4352026-04-10T20:19:54.609Z Downloaded syn v2.0.117
4362026-04-10T20:19:54.629Z Downloaded rustix v1.1.3
4372026-04-10T20:19:54.655Z Downloaded libc v0.2.180
4382026-04-10T20:19:54.719Z Compiling proc-macro2 v1.0.106
4392026-04-10T20:19:54.719Z Compiling unicode-ident v1.0.24
4402026-04-10T20:19:54.719Z Compiling quote v1.0.44
4412026-04-10T20:19:54.719Z Compiling serde_core v1.0.228
4422026-04-10T20:19:54.722Z Compiling libc v0.2.180
4432026-04-10T20:19:54.722Z Compiling version_check v0.9.5
4442026-04-10T20:19:54.722Z Compiling stable_deref_trait v1.2.1
4452026-04-10T20:19:54.722Z Compiling serde v1.0.228
4462026-04-10T20:19:54.722Z Compiling memchr v2.8.0
4472026-04-10T20:19:54.722Z Compiling zmij v1.0.21
4482026-04-10T20:19:54.722Z Compiling autocfg v1.5.0
4492026-04-10T20:19:54.722Z Compiling itoa v1.0.17
4502026-04-10T20:19:54.903Z Compiling thiserror v1.0.69
4512026-04-10T20:19:54.906Z Compiling ucd-trie v0.1.7
4522026-04-10T20:19:54.906Z Compiling litemap v0.8.1
4532026-04-10T20:19:55.140Z Compiling writeable v0.6.2
4542026-04-10T20:19:55.204Z Compiling icu_properties_data v2.1.2
4552026-04-10T20:19:55.221Z Compiling icu_normalizer_data v2.1.1
4562026-04-10T20:19:55.267Z Compiling rustix v1.1.3
4572026-04-10T20:19:55.390Z Compiling byteorder v1.5.0
4582026-04-10T20:19:55.411Z Compiling serde_json v1.0.149
4592026-04-10T20:19:55.414Z Compiling bitflags v2.11.0
4602026-04-10T20:19:55.535Z Compiling pest v2.8.6
4612026-04-10T20:19:55.604Z Compiling num-traits v0.2.19
4622026-04-10T20:19:55.712Z Compiling hashbrown v0.16.1
4632026-04-10T20:19:55.719Z Compiling equivalent v1.0.2
4642026-04-10T20:19:55.785Z Compiling smallvec v1.15.1
4652026-04-10T20:19:55.787Z Compiling typeid v1.0.3
4662026-04-10T20:19:55.803Z Compiling usdt-impl v0.5.0
4672026-04-10T20:19:55.806Z Compiling proc-macro-error-attr v1.0.4
4682026-04-10T20:19:55.843Z Compiling toml_write v0.1.2
4692026-04-10T20:19:55.913Z Compiling errno v0.3.14
4702026-04-10T20:19:55.916Z Compiling thread-id v4.2.2
4712026-04-10T20:19:55.970Z Compiling erased-serde v0.4.9
4722026-04-10T20:19:56.005Z Compiling syn v1.0.109
4732026-04-10T20:19:56.024Z Compiling winnow v0.7.14
4742026-04-10T20:19:56.122Z Compiling proc-macro-error v1.0.4
4752026-04-10T20:19:56.122Z Compiling percent-encoding v2.3.2
4762026-04-10T20:19:56.214Z Compiling indexmap v2.13.0
4772026-04-10T20:19:56.232Z Compiling log v0.4.29
4782026-04-10T20:19:56.272Z Compiling getrandom v0.3.4
4792026-04-10T20:19:56.338Z Compiling utf8parse v0.2.2
4802026-04-10T20:19:56.372Z Compiling syn v2.0.117
4812026-04-10T20:19:56.375Z Compiling thiserror v2.0.18
4822026-04-10T20:19:56.411Z Compiling camino v1.2.2
4832026-04-10T20:19:56.414Z Compiling utf8_iter v1.0.4
4842026-04-10T20:19:56.452Z Compiling plain v0.2.3
4852026-04-10T20:19:56.488Z Compiling anstyle-parse v0.2.7
4862026-04-10T20:19:56.607Z Compiling form_urlencoded v1.2.2
4872026-04-10T20:19:56.713Z Compiling pest_meta v2.8.6
4882026-04-10T20:19:56.816Z Compiling ordered-float v2.10.1
4892026-04-10T20:19:56.838Z Compiling pretty-hex v0.4.1
4902026-04-10T20:19:56.855Z Compiling is_terminal_polyfill v1.70.2
4912026-04-10T20:19:56.881Z Compiling cfg-if v1.0.4
4922026-04-10T20:19:56.884Z Compiling anstyle-query v1.1.5
4932026-04-10T20:19:56.915Z Compiling colorchoice v1.0.4
4942026-04-10T20:19:56.964Z Compiling terminal_size v0.4.3
4952026-04-10T20:19:56.965Z Compiling anstyle v1.0.13
4962026-04-10T20:19:57.040Z Compiling fs-err v3.3.0
4972026-04-10T20:19:57.043Z Compiling unicode-xid v0.2.6
4982026-04-10T20:19:57.079Z Compiling unicode-width v0.1.14
4992026-04-10T20:19:57.099Z Compiling bytecount v0.6.9
5002026-04-10T20:19:57.209Z Compiling anstream v0.6.21
5012026-04-10T20:19:57.258Z Compiling semver v1.0.27
5022026-04-10T20:19:57.280Z Compiling fnv v1.0.7
5032026-04-10T20:19:57.280Z Compiling heck v0.5.0
5042026-04-10T20:19:57.393Z Compiling heck v0.4.1
5052026-04-10T20:19:57.418Z Compiling strsim v0.11.1
5062026-04-10T20:19:57.470Z Compiling fastrand v2.3.0
5072026-04-10T20:19:57.518Z Compiling clap_lex v1.0.0
5082026-04-10T20:19:57.575Z Compiling anyhow v1.0.102
5092026-04-10T20:19:57.594Z Compiling serde-untagged v0.1.9
5102026-04-10T20:19:57.597Z Compiling once_cell v1.21.3
5112026-04-10T20:19:57.668Z Compiling papergrid v0.11.0
5122026-04-10T20:19:57.705Z Compiling clap_builder v4.5.60
5132026-04-10T20:19:57.765Z Compiling memmap v0.7.0
5142026-04-10T20:19:57.787Z Compiling smawk v0.3.2
5152026-04-10T20:19:57.808Z Compiling tempfile v3.25.0
5162026-04-10T20:19:57.826Z Compiling unicode-width v0.2.0
5172026-04-10T20:19:57.858Z Compiling unicode-linebreak v0.1.5
5182026-04-10T20:19:57.953Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5192026-04-10T20:19:57.981Z Compiling swrite v0.1.0
5202026-04-10T20:19:58.097Z Compiling textwrap v0.16.2
5212026-04-10T20:19:58.132Z Compiling camino-tempfile v1.4.1
5222026-04-10T20:19:58.371Z Compiling tabled_derive v0.7.0
5232026-04-10T20:19:59.013Z Compiling synstructure v0.13.2
5242026-04-10T20:19:59.013Z Compiling pest_generator v2.8.6
5252026-04-10T20:19:59.051Z Compiling tabled v0.15.0
5262026-04-10T20:19:59.530Z Compiling serde_derive v1.0.228
5272026-04-10T20:19:59.534Z Compiling zerofrom-derive v0.1.6
5282026-04-10T20:19:59.535Z Compiling yoke-derive v0.8.1
5292026-04-10T20:19:59.535Z Compiling zerovec-derive v0.11.2
5302026-04-10T20:19:59.535Z Compiling displaydoc v0.2.5
5312026-04-10T20:19:59.535Z Compiling thiserror-impl v1.0.69
5322026-04-10T20:19:59.535Z Compiling zerocopy-derive v0.7.35
5332026-04-10T20:19:59.569Z Compiling scroll_derive v0.12.1
5342026-04-10T20:19:59.637Z Compiling thiserror-impl v2.0.18
5352026-04-10T20:19:59.654Z Compiling pest_derive v2.8.6
5362026-04-10T20:19:59.672Z Compiling clap_derive v4.5.55
5372026-04-10T20:20:00.217Z Compiling scroll v0.12.0
5382026-04-10T20:20:00.360Z Compiling zerocopy v0.7.35
5392026-04-10T20:20:00.448Z Compiling goblin v0.8.2
5402026-04-10T20:20:00.662Z Compiling dtrace-parser v0.2.0
5412026-04-10T20:20:00.683Z Compiling zerofrom v0.1.6
5422026-04-10T20:20:00.784Z Compiling yoke v0.8.1
5432026-04-10T20:20:00.941Z Compiling zerovec v0.11.5
5442026-04-10T20:20:00.941Z Compiling zerotrie v0.2.3
5452026-04-10T20:20:01.012Z Compiling clap v4.5.60
5462026-04-10T20:20:01.411Z Compiling tinystr v0.8.2
5472026-04-10T20:20:01.411Z Compiling potential_utf v0.1.4
5482026-04-10T20:20:01.537Z Compiling icu_collections v2.1.1
5492026-04-10T20:20:01.563Z Compiling icu_locale_core v2.1.1
5502026-04-10T20:20:02.045Z Compiling serde_spanned v0.6.9
5512026-04-10T20:20:02.045Z Compiling toml_datetime v0.6.11
5522026-04-10T20:20:02.045Z Compiling serde-value v0.7.0
5532026-04-10T20:20:02.048Z Compiling cargo-platform v0.2.0
5542026-04-10T20:20:02.048Z Compiling macaddr v1.0.1
5552026-04-10T20:20:02.080Z Compiling dof v0.3.0
5562026-04-10T20:20:02.083Z Compiling serde_tokenstream v0.2.3
5572026-04-10T20:20:02.115Z Compiling icu_provider v2.1.1
5582026-04-10T20:20:02.256Z Compiling toml_edit v0.22.27
5592026-04-10T20:20:02.409Z Compiling icu_properties v2.1.2
5602026-04-10T20:20:02.409Z Compiling icu_normalizer v2.1.1
5612026-04-10T20:20:02.824Z Compiling usdt-macro v0.5.0
5622026-04-10T20:20:02.824Z Compiling usdt-attr-macro v0.5.0
5632026-04-10T20:20:03.235Z Compiling idna_adapter v1.2.1
5642026-04-10T20:20:03.340Z Compiling idna v1.1.0
5652026-04-10T20:20:03.414Z Compiling usdt v0.5.0
5662026-04-10T20:20:03.573Z Compiling toml v0.8.23
5672026-04-10T20:20:03.598Z Compiling url v2.5.8
5682026-04-10T20:20:03.912Z Compiling cargo_toml v0.21.0
5692026-04-10T20:20:04.009Z Compiling cargo-util-schemas v0.8.2
5702026-04-10T20:20:04.787Z Compiling cargo_metadata v0.21.0
5712026-04-10T20:20:05.699Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5722026-04-10T20:20:07.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.59s
5732026-04-10T20:20:08.092Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5742026-04-10T20:20:08.651Z Downloading crates ...
5752026-04-10T20:20:08.754Z Downloaded ahash v0.8.12
5762026-04-10T20:20:08.757Z Downloaded colored v2.2.0
5772026-04-10T20:20:08.760Z Downloaded atty v0.2.14
5782026-04-10T20:20:08.760Z Downloaded aead v0.5.2
5792026-04-10T20:20:08.763Z Downloaded async-recursion v1.1.1
5802026-04-10T20:20:08.765Z Downloaded compression-codecs v0.4.37
5812026-04-10T20:20:08.768Z Downloaded assert_matches v1.5.0
5822026-04-10T20:20:08.771Z Downloaded crc v3.4.0
5832026-04-10T20:20:08.771Z Downloaded cfg_aliases v0.1.1
5842026-04-10T20:20:08.771Z Downloaded atomic-waker v1.1.2
5852026-04-10T20:20:08.774Z Downloaded base16ct v0.2.0
5862026-04-10T20:20:08.774Z Downloaded document-features v0.2.12
5872026-04-10T20:20:08.776Z Downloaded async-stream v0.3.6
5882026-04-10T20:20:08.779Z Downloaded ascii-canvas v3.0.0
5892026-04-10T20:20:08.779Z Downloaded darling v0.20.11
5902026-04-10T20:20:08.782Z Downloaded atomicwrites v0.4.4
5912026-04-10T20:20:08.784Z Downloaded async-stream-impl v0.3.6
5922026-04-10T20:20:08.784Z Downloaded arrayref v0.3.9
5932026-04-10T20:20:08.784Z Downloaded ctr v0.9.2
5942026-04-10T20:20:08.787Z Downloaded crc8 v0.1.1
5952026-04-10T20:20:08.787Z Downloaded float-cmp v0.10.0
5962026-04-10T20:20:08.787Z Downloaded dirs-sys-next v0.1.2
5972026-04-10T20:20:08.787Z Downloaded curve25519-dalek-derive v0.1.1
5982026-04-10T20:20:08.790Z Downloaded cstr-argument v0.1.2
5992026-04-10T20:20:08.790Z Downloaded adler2 v2.0.1
6002026-04-10T20:20:08.790Z Downloaded bb8 v0.8.6
6012026-04-10T20:20:08.793Z Downloaded backoff v0.4.0
6022026-04-10T20:20:08.793Z Downloaded async-trait v0.1.89
6032026-04-10T20:20:08.796Z Downloaded crunchy v0.2.4
6042026-04-10T20:20:08.796Z Downloaded crucible-workspace-hack v0.1.0
6052026-04-10T20:20:08.799Z Downloaded daft-derive v0.1.5
6062026-04-10T20:20:08.802Z Downloaded defmt-macros v1.0.1
6072026-04-10T20:20:08.805Z Downloaded crc32fast v1.5.0
6082026-04-10T20:20:08.805Z Downloaded arc-swap v1.8.2
6092026-04-10T20:20:08.808Z Downloaded ciborium-io v0.2.2
6102026-04-10T20:20:08.808Z Downloaded des v0.8.1
6112026-04-10T20:20:08.812Z Downloaded crypto-bigint v0.5.5
6122026-04-10T20:20:08.814Z Downloaded compression-core v0.4.31
6132026-04-10T20:20:08.814Z Downloaded daft v0.1.5
6142026-04-10T20:20:08.817Z Downloaded embedded-io v0.6.1
6152026-04-10T20:20:08.817Z Downloaded bit-set v0.8.0
6162026-04-10T20:20:08.817Z Downloaded bitfield-macros v0.19.4
6172026-04-10T20:20:08.819Z Downloaded dof v0.4.0
6182026-04-10T20:20:08.819Z Downloaded bit-set v0.5.3
6192026-04-10T20:20:08.819Z Downloaded block-padding v0.3.3
6202026-04-10T20:20:08.822Z Downloaded dsl_auto_type v0.2.0
6212026-04-10T20:20:08.822Z Downloaded env_filter v1.0.0
6222026-04-10T20:20:08.822Z Downloaded bitfield v0.19.4
6232026-04-10T20:20:08.825Z Downloaded ena v0.14.4
6242026-04-10T20:20:08.825Z Downloaded argon2 v0.5.3
6252026-04-10T20:20:08.827Z Downloaded array-init v0.0.4
6262026-04-10T20:20:08.827Z Downloaded crossbeam-deque v0.8.6
6272026-04-10T20:20:08.828Z Downloaded crossbeam-channel v0.5.15
6282026-04-10T20:20:08.830Z Downloaded dunce v1.0.5
6292026-04-10T20:20:08.833Z Downloaded darling_macro v0.21.3
6302026-04-10T20:20:08.833Z Downloaded arrayvec v0.7.6
6312026-04-10T20:20:08.833Z Downloaded csv-core v0.1.13
6322026-04-10T20:20:08.836Z Downloaded critical-section v1.2.0
6332026-04-10T20:20:08.836Z Downloaded bitfield-struct v0.6.2
6342026-04-10T20:20:08.842Z Downloaded endian-type v0.1.2
6352026-04-10T20:20:08.845Z Downloaded dropshot-api-manager-types v0.6.0
6362026-04-10T20:20:08.845Z Downloaded dirs-next v2.0.0
6372026-04-10T20:20:08.845Z Downloaded bcrypt-pbkdf v0.10.0
6382026-04-10T20:20:08.845Z Downloaded fd-lock v4.0.4
6392026-04-10T20:20:08.848Z Downloaded diesel_table_macro_syntax v0.3.0
6402026-04-10T20:20:08.848Z Downloaded darling_macro v0.23.0
6412026-04-10T20:20:08.852Z Downloaded fallible-iterator v0.2.0
6422026-04-10T20:20:08.855Z Downloaded dyn-clone v1.0.20
6432026-04-10T20:20:08.857Z Downloaded castaway v0.2.4
6442026-04-10T20:20:08.857Z Downloaded either v1.15.0
6452026-04-10T20:20:08.860Z Downloaded deranged v0.5.8
6462026-04-10T20:20:08.860Z Downloaded cargo-platform v0.1.9
6472026-04-10T20:20:08.863Z Downloaded ciborium-ll v0.2.2
6482026-04-10T20:20:08.863Z Downloaded cfg_aliases v0.2.1
6492026-04-10T20:20:08.865Z Downloaded cobs v0.3.0
6502026-04-10T20:20:08.870Z Downloaded dtrace-parser v0.3.0
6512026-04-10T20:20:08.873Z Downloaded display-error-chain v0.2.2
6522026-04-10T20:20:08.875Z Downloaded defmt-parser v1.0.0
6532026-04-10T20:20:08.875Z Downloaded crc-catalog v2.4.0
6542026-04-10T20:20:08.875Z Downloaded convert_case v0.4.0
6552026-04-10T20:20:08.879Z Downloaded foreign-types v0.3.2
6562026-04-10T20:20:08.882Z Downloaded foreign-types-shared v0.1.1
6572026-04-10T20:20:08.882Z Downloaded flagset v0.4.7
6582026-04-10T20:20:08.882Z Downloaded cassowary v0.3.0
6592026-04-10T20:20:08.886Z Downloaded bzip2 v0.6.1
6602026-04-10T20:20:08.888Z Downloaded difflib v0.4.0
6612026-04-10T20:20:08.888Z Downloaded foreign-types-shared v0.3.1
6622026-04-10T20:20:08.891Z Downloaded foreign-types v0.5.0
6632026-04-10T20:20:08.891Z Downloaded embedded-io v0.4.0
6642026-04-10T20:20:08.891Z Downloaded defmt v0.3.100
6652026-04-10T20:20:08.894Z Downloaded async-bb8-diesel v0.2.1
6662026-04-10T20:20:08.894Z Downloaded backon v1.6.0
6672026-04-10T20:20:08.897Z Downloaded futures-macro v0.3.32
6682026-04-10T20:20:08.897Z Downloaded funty v2.0.0
6692026-04-10T20:20:08.897Z Downloaded futures-core v0.3.32
6702026-04-10T20:20:08.900Z Downloaded foreign-types-macros v0.2.3
6712026-04-10T20:20:08.900Z Downloaded float-ord v0.3.2
6722026-04-10T20:20:08.900Z Downloaded darling_macro v0.20.11
6732026-04-10T20:20:08.900Z Downloaded cmake v0.1.57
6742026-04-10T20:20:08.902Z Downloaded debug-ignore v1.0.5
6752026-04-10T20:20:08.902Z Downloaded cpufeatures v0.3.0
6762026-04-10T20:20:08.905Z Downloaded byte-wrapper v0.1.0
6772026-04-10T20:20:08.905Z Downloaded cbc v0.1.2
6782026-04-10T20:20:08.908Z Downloaded git-stub v1.0.0
6792026-04-10T20:20:08.908Z Downloaded gethostname v0.5.0
6802026-04-10T20:20:08.908Z Downloaded fxhash v0.2.1
6812026-04-10T20:20:08.908Z Downloaded derive_builder_macro v0.20.2
6822026-04-10T20:20:08.911Z Downloaded crossbeam-epoch v0.9.18
6832026-04-10T20:20:08.911Z Downloaded hash32 v0.2.1
6842026-04-10T20:20:08.913Z Downloaded globwalk v0.9.1
6852026-04-10T20:20:08.913Z Downloaded futures-io v0.3.32
6862026-04-10T20:20:08.913Z Downloaded env_logger v0.11.9
6872026-04-10T20:20:08.916Z Downloaded dropshot_endpoint v0.17.0
6882026-04-10T20:20:08.919Z Downloaded hex-literal v0.4.1
6892026-04-10T20:20:08.919Z Downloaded hash32 v0.3.1
6902026-04-10T20:20:08.919Z Downloaded diesel-dtrace v0.5.0
6912026-04-10T20:20:08.922Z Downloaded camino-tempfile-ext v0.3.3
6922026-04-10T20:20:08.922Z Downloaded chacha20 v0.10.0
6932026-04-10T20:20:08.925Z Downloaded home v0.5.12
6942026-04-10T20:20:08.925Z Downloaded hex v0.4.3
6952026-04-10T20:20:08.925Z Downloaded ghash v0.5.1
6962026-04-10T20:20:08.927Z Downloaded futures-task v0.3.32
6972026-04-10T20:20:08.927Z Downloaded fixedbitset v0.4.2
6982026-04-10T20:20:08.928Z Downloaded hostname v0.4.2
6992026-04-10T20:20:08.930Z Downloaded bitflags v1.3.2
7002026-04-10T20:20:08.930Z Downloaded hostname v0.3.1
7012026-04-10T20:20:08.933Z Downloaded ed25519 v2.2.3
7022026-04-10T20:20:08.933Z Downloaded drift v0.1.3
7032026-04-10T20:20:08.936Z Downloaded cexpr v0.6.0
7042026-04-10T20:20:08.939Z Downloaded defmt v1.0.1
7052026-04-10T20:20:08.941Z Downloaded crossterm v0.28.1
7062026-04-10T20:20:08.944Z Downloaded derive-ex v0.1.8
7072026-04-10T20:20:08.944Z Downloaded downcast-rs v2.0.2
7082026-04-10T20:20:08.947Z Downloaded corncobs v0.1.4
7092026-04-10T20:20:08.947Z Downloaded convert_case v0.10.0
7102026-04-10T20:20:08.950Z Downloaded constant_time_eq v0.4.2
7112026-04-10T20:20:08.950Z Downloaded futures-executor v0.3.32
7122026-04-10T20:20:08.952Z Downloaded der_derive v0.7.3
7132026-04-10T20:20:08.952Z Downloaded http-range v0.1.5
7142026-04-10T20:20:08.952Z Downloaded globset v0.4.18
7152026-04-10T20:20:08.955Z Downloaded git-stub-vcs v0.1.0
7162026-04-10T20:20:08.955Z Downloaded foldhash v0.2.0
7172026-04-10T20:20:08.958Z Downloaded const_format_proc_macros v0.2.34
7182026-04-10T20:20:08.958Z Downloaded find-msvc-tools v0.1.9
7192026-04-10T20:20:08.961Z Downloaded hubpack_derive v0.1.1
7202026-04-10T20:20:08.961Z Downloaded hubpack v0.1.2
7212026-04-10T20:20:08.961Z Downloaded ident_case v1.0.1
7222026-04-10T20:20:08.961Z Downloaded http-body v1.0.1
7232026-04-10T20:20:08.963Z Downloaded fs-err v2.11.0
7242026-04-10T20:20:08.963Z Downloaded chacha20 v0.9.1
7252026-04-10T20:20:08.966Z Downloaded indent_write v2.2.0
7262026-04-10T20:20:08.966Z Downloaded hyper-tls v0.6.0
7272026-04-10T20:20:08.966Z Downloaded futures-sink v0.3.32
7282026-04-10T20:20:08.969Z Downloaded headers-core v0.3.0
7292026-04-10T20:20:08.969Z Downloaded bit-vec v0.8.0
7302026-04-10T20:20:08.969Z Downloaded derive_builder_core v0.20.2
7312026-04-10T20:20:08.972Z Downloaded derive_builder v0.20.2
7322026-04-10T20:20:08.974Z Downloaded glob v0.3.3
7332026-04-10T20:20:08.974Z Downloaded darling v0.23.0
7342026-04-10T20:20:08.977Z Downloaded console v0.16.2
7352026-04-10T20:20:08.980Z Downloaded colored v3.1.1
7362026-04-10T20:20:08.980Z Downloaded instability v0.3.11
7372026-04-10T20:20:08.982Z Downloaded indoc v1.0.9
7382026-04-10T20:20:08.982Z Downloaded highway v1.3.0
7392026-04-10T20:20:08.985Z Downloaded is-terminal v0.4.17
7402026-04-10T20:20:08.985Z Downloaded internet-checksum v0.2.1
7412026-04-10T20:20:08.985Z Downloaded is_ci v1.2.0
7422026-04-10T20:20:08.988Z Downloaded inout v0.1.4
7432026-04-10T20:20:08.988Z Downloaded allocator-api2 v0.2.21
7442026-04-10T20:20:08.991Z Downloaded instant v0.1.13
7452026-04-10T20:20:08.991Z Downloaded foldhash v0.1.5
7462026-04-10T20:20:08.991Z Downloaded fixedbitset v0.5.7
7472026-04-10T20:20:08.994Z Downloaded lalrpop-util v0.19.12
7482026-04-10T20:20:08.994Z Downloaded keccak v0.1.6
7492026-04-10T20:20:08.994Z Downloaded const-oid v0.9.6
7502026-04-10T20:20:08.997Z Downloaded ciborium v0.2.2
7512026-04-10T20:20:08.997Z Downloaded blowfish v0.9.1
7522026-04-10T20:20:08.999Z Downloaded blake2 v0.10.6
7532026-04-10T20:20:08.999Z Downloaded http-body-util v0.1.3
7542026-04-10T20:20:09.002Z Downloaded crossterm v0.29.0
7552026-04-10T20:20:09.005Z Downloaded erased-serde v0.3.31
7562026-04-10T20:20:09.008Z Downloaded clang-sys v1.8.1
7572026-04-10T20:20:09.008Z Downloaded buf-list v1.1.2
7582026-04-10T20:20:09.010Z Downloaded async-compression v0.4.41
7592026-04-10T20:20:09.013Z Downloaded humantime v2.3.0
7602026-04-10T20:20:09.016Z Downloaded lazy_static v1.5.0
7612026-04-10T20:20:09.016Z Downloaded lru-cache v0.1.2
7622026-04-10T20:20:09.016Z Downloaded linked-hash-map v0.5.6
7632026-04-10T20:20:09.019Z Downloaded crossbeam-utils v0.8.21
7642026-04-10T20:20:09.019Z Downloaded httpdate v1.0.3
7652026-04-10T20:20:09.022Z Downloaded lzss v0.8.2
7662026-04-10T20:20:09.022Z Downloaded group v0.13.0
7672026-04-10T20:20:09.022Z Downloaded bytes v1.11.1
7682026-04-10T20:20:09.025Z Downloaded memoffset v0.9.1
7692026-04-10T20:20:09.029Z Downloaded mime v0.3.17
7702026-04-10T20:20:09.029Z Downloaded libscf-sys v1.1.0
7712026-04-10T20:20:09.029Z Downloaded darling v0.21.3
7722026-04-10T20:20:09.032Z Downloaded match_cfg v0.1.0
7732026-04-10T20:20:09.032Z Downloaded managed v0.8.0
7742026-04-10T20:20:09.032Z Downloaded maybe-uninit v2.0.0
7752026-04-10T20:20:09.035Z Downloaded derive-where v1.6.0
7762026-04-10T20:20:09.035Z Downloaded lru-slab v0.1.2
7772026-04-10T20:20:09.038Z Downloaded hyper-staticfile v0.10.1
7782026-04-10T20:20:09.038Z Downloaded fs_extra v1.3.0
7792026-04-10T20:20:09.041Z Downloaded diff v0.1.13
7802026-04-10T20:20:09.041Z Downloaded new_debug_unreachable v1.0.6
7812026-04-10T20:20:09.044Z Downloaded nodrop v0.1.14
7822026-04-10T20:20:09.044Z Downloaded getrandom v0.2.17
7832026-04-10T20:20:09.044Z Downloaded multimap v0.10.1
7842026-04-10T20:20:09.048Z Downloaded impl-trait-for-tuples v0.2.3
7852026-04-10T20:20:09.048Z Downloaded futures-channel v0.3.32
7862026-04-10T20:20:09.051Z Downloaded ingot v0.1.1
7872026-04-10T20:20:09.051Z Downloaded kstat-rs v0.2.4
7882026-04-10T20:20:09.051Z Downloaded ipnetwork v0.21.1
7892026-04-10T20:20:09.051Z Downloaded indoc v2.0.7
7902026-04-10T20:20:09.054Z Downloaded nibble_vec v0.1.0
7912026-04-10T20:20:09.054Z Downloaded jobserver v0.1.34
7922026-04-10T20:20:09.057Z Downloaded libsw-core v0.3.2
7932026-04-10T20:20:09.057Z Downloaded num-conv v0.2.0
7942026-04-10T20:20:09.057Z Downloaded normalize-line-endings v0.3.0
7952026-04-10T20:20:09.060Z Downloaded ipnet v2.11.0
7962026-04-10T20:20:09.060Z Downloaded nonempty v0.12.0
7972026-04-10T20:20:09.060Z Downloaded ar_archive_writer v0.5.1
7982026-04-10T20:20:09.063Z Downloaded num_enum_derive v0.5.11
7992026-04-10T20:20:09.063Z Downloaded newtype_derive v0.1.6
8002026-04-10T20:20:09.066Z Downloaded newline-converter v0.3.0
8012026-04-10T20:20:09.066Z Downloaded half v1.8.3
8022026-04-10T20:20:09.066Z Downloaded cookie_store v0.22.1
8032026-04-10T20:20:09.069Z Downloaded console v0.15.11
8042026-04-10T20:20:09.071Z Downloaded hmac v0.12.1
8052026-04-10T20:20:09.071Z Downloaded md5 v0.7.0
8062026-04-10T20:20:09.072Z Downloaded md-5 v0.10.6
8072026-04-10T20:20:09.074Z Downloaded half v2.7.1
8082026-04-10T20:20:09.077Z Downloaded cookie v0.18.1
8092026-04-10T20:20:09.077Z Downloaded num-iter v0.1.45
8102026-04-10T20:20:09.077Z Downloaded num-derive v0.4.2
8112026-04-10T20:20:09.080Z Downloaded fatfs v0.3.6
8122026-04-10T20:20:09.080Z Downloaded maplit v1.0.2
8132026-04-10T20:20:09.083Z Downloaded filetime v0.2.27
8142026-04-10T20:20:09.083Z Downloaded num_threads v0.1.7
8152026-04-10T20:20:09.083Z Downloaded openssl-macros v0.1.1
8162026-04-10T20:20:09.086Z Downloaded hyper-rustls v0.27.7
8172026-04-10T20:20:09.086Z Downloaded num-derive v0.3.3
8182026-04-10T20:20:09.089Z Downloaded num v0.4.3
8192026-04-10T20:20:09.089Z Downloaded linear-map v1.2.0
8202026-04-10T20:20:09.089Z Downloaded openssl-probe v0.1.6
8212026-04-10T20:20:09.091Z Downloaded opaque-debug v0.3.1
8222026-04-10T20:20:09.091Z Downloaded libloading v0.8.9
8232026-04-10T20:20:09.091Z Downloaded libefi-sys v0.1.0
8242026-04-10T20:20:09.094Z Downloaded iana-time-zone v0.1.65
8252026-04-10T20:20:09.094Z Downloaded httparse v1.10.1
8262026-04-10T20:20:09.097Z Downloaded mime_guess v2.0.5
8272026-04-10T20:20:09.097Z Downloaded lru v0.12.5
8282026-04-10T20:20:09.100Z Downloaded libsw v3.5.0
8292026-04-10T20:20:09.100Z Downloaded newtype-uuid-macros v0.1.0
8302026-04-10T20:20:09.100Z Downloaded lock_api v0.4.14
8312026-04-10T20:20:09.103Z Downloaded native-tls v0.2.18
8322026-04-10T20:20:09.103Z Downloaded aes v0.8.4
8332026-04-10T20:20:09.106Z Downloaded newtype-uuid v1.3.2
8342026-04-10T20:20:09.106Z Downloaded multer v3.1.0
8352026-04-10T20:20:09.108Z Downloaded derive_more v0.99.20
8362026-04-10T20:20:09.111Z Downloaded getrandom v0.4.1
8372026-04-10T20:20:09.114Z Downloaded ingot-macros v0.1.1
8382026-04-10T20:20:09.114Z Downloaded crc-any v2.5.0
8392026-04-10T20:20:09.117Z Downloaded nanorand v0.7.0
8402026-04-10T20:20:09.117Z Downloaded olpc-cjson v0.1.4
8412026-04-10T20:20:09.117Z Downloaded elliptic-curve v0.13.8
8422026-04-10T20:20:09.120Z Downloaded oso-derive v0.27.3
8432026-04-10T20:20:09.120Z Downloaded packed_struct_codegen v0.10.1
8442026-04-10T20:20:09.123Z Downloaded pbkdf2 v0.12.2
8452026-04-10T20:20:09.123Z Downloaded pbkdf2 v0.11.0
8462026-04-10T20:20:09.126Z Downloaded openssl-probe v0.2.1
8472026-04-10T20:20:09.126Z Downloaded path-slash v0.1.5
8482026-04-10T20:20:09.126Z Downloaded parse-size v1.1.0
8492026-04-10T20:20:09.126Z Downloaded num-complex v0.4.6
8502026-04-10T20:20:09.128Z Downloaded phf_shared v0.11.3
8512026-04-10T20:20:09.128Z Downloaded peg-runtime v0.8.5
8522026-04-10T20:20:09.128Z Downloaded ingot-types v0.1.2
8532026-04-10T20:20:09.131Z Downloaded chacha20poly1305 v0.10.1
8542026-04-10T20:20:09.131Z Downloaded cancel-safe-futures v0.1.5
8552026-04-10T20:20:09.134Z Downloaded cargo_metadata v0.19.2
8562026-04-10T20:20:09.134Z Downloaded darling_core v0.20.11
8572026-04-10T20:20:09.137Z Downloaded parse-display v0.10.0
8582026-04-10T20:20:09.140Z Downloaded flume v0.11.1
8592026-04-10T20:20:09.142Z Downloaded dropshot_endpoint v0.16.7
8602026-04-10T20:20:09.142Z Downloaded darling_core v0.23.0
8612026-04-10T20:20:09.146Z Downloaded const_format v0.2.35
8622026-04-10T20:20:09.149Z Downloaded phf_shared v0.13.1
8632026-04-10T20:20:09.149Z Downloaded compact_str v0.8.1
8642026-04-10T20:20:09.152Z Downloaded phf_shared v0.12.1
8652026-04-10T20:20:09.152Z Downloaded num_enum_derive v0.7.5
8662026-04-10T20:20:09.155Z Downloaded num_enum v0.7.5
8672026-04-10T20:20:09.155Z Downloaded num-integer v0.1.46
8682026-04-10T20:20:09.158Z Downloaded futures v0.3.32
8692026-04-10T20:20:09.162Z Downloaded oxide-tokio-rt v0.1.3
8702026-04-10T20:20:09.163Z Downloaded memmap2 v0.9.10
8712026-04-10T20:20:09.166Z Downloaded num-rational v0.4.2
8722026-04-10T20:20:09.178Z Downloaded proc-macro-crate v1.3.1
8732026-04-10T20:20:09.181Z Downloaded predicates-core v1.0.10
8742026-04-10T20:20:09.181Z Downloaded precomputed-hash v0.1.1
8752026-04-10T20:20:09.181Z Downloaded pin-utils v0.1.0
8762026-04-10T20:20:09.181Z Downloaded ignore v0.4.25
8772026-04-10T20:20:09.184Z Downloaded heapless v0.8.0
8782026-04-10T20:20:09.186Z Downloaded darling_core v0.21.3
8792026-04-10T20:20:09.189Z Downloaded password-hash v0.5.0
8802026-04-10T20:20:09.189Z Downloaded libbz2-rs-sys v0.2.2
8812026-04-10T20:20:09.193Z Downloaded indexmap v1.9.3
8822026-04-10T20:20:09.193Z Downloaded progenitor-client v0.10.0
8832026-04-10T20:20:09.195Z Downloaded proc-macro-error-attr2 v2.0.0
8842026-04-10T20:20:09.195Z Downloaded predicates-tree v1.0.13
8852026-04-10T20:20:09.195Z Downloaded quick-error v1.2.3
8862026-04-10T20:20:09.195Z Downloaded progenitor-macro v0.10.0
8872026-04-10T20:20:09.198Z Downloaded proc-macro-crate v3.4.0
8882026-04-10T20:20:09.198Z Downloaded powerfmt v0.2.0
8892026-04-10T20:20:09.198Z Downloaded progenitor-macro v0.13.0
8902026-04-10T20:20:09.201Z Downloaded cc v1.2.56
8912026-04-10T20:20:09.201Z Downloaded base64 v0.22.1
8922026-04-10T20:20:09.204Z Downloaded base64 v0.21.7
8932026-04-10T20:20:09.207Z Downloaded peg-macros v0.8.5
8942026-04-10T20:20:09.210Z Downloaded flate2 v1.1.9
8952026-04-10T20:20:09.213Z Downloaded derive_more v2.1.1
8962026-04-10T20:20:09.217Z Downloaded radium v0.7.0
8972026-04-10T20:20:09.220Z Downloaded psl-types v2.0.11
8982026-04-10T20:20:09.220Z Downloaded progenitor-client v0.11.2
8992026-04-10T20:20:09.220Z Downloaded pem-rfc7468 v0.7.0
9002026-04-10T20:20:09.223Z Downloaded pkcs8 v0.10.2
9012026-04-10T20:20:09.223Z Downloaded bumpalo v3.20.2
9022026-04-10T20:20:09.225Z Downloaded pem v3.0.6
9032026-04-10T20:20:09.225Z Downloaded parse-display-derive v0.10.0
9042026-04-10T20:20:09.228Z Downloaded der v0.7.10
9052026-04-10T20:20:09.231Z Downloaded recursive-proc-macro-impl v0.1.1
9062026-04-10T20:20:09.231Z Downloaded phf v0.12.1
9072026-04-10T20:20:09.231Z Downloaded litrs v1.0.0
9082026-04-10T20:20:09.235Z Downloaded progenitor-macro v0.11.2
9092026-04-10T20:20:09.235Z Downloaded pin-project-lite v0.2.17
9102026-04-10T20:20:09.238Z Downloaded rand_xorshift v0.4.0
9112026-04-10T20:20:09.238Z Downloaded postgres-protocol v0.6.10
9122026-04-10T20:20:09.240Z Downloaded predicates v3.1.4
9132026-04-10T20:20:09.240Z Downloaded heapless v0.7.17
9142026-04-10T20:20:09.243Z Downloaded proc-macro-error2 v2.0.1
9152026-04-10T20:20:09.246Z Downloaded poly1305 v0.8.0
9162026-04-10T20:20:09.246Z Downloaded pkg-config v0.3.32
9172026-04-10T20:20:09.249Z Downloaded password-hash v0.4.2
9182026-04-10T20:20:09.249Z Downloaded packed_struct v0.10.1
9192026-04-10T20:20:09.249Z Downloaded nu-ansi-term v0.50.3
9202026-04-10T20:20:09.253Z Downloaded hickory-resolver v0.24.4
9212026-04-10T20:20:09.255Z Downloaded parking_lot v0.12.5
9222026-04-10T20:20:09.255Z Downloaded parking_lot v0.11.2
9232026-04-10T20:20:09.258Z Downloaded indicatif v0.18.4
9242026-04-10T20:20:09.261Z Downloaded ref-cast v1.0.25
9252026-04-10T20:20:09.261Z Downloaded oxnet v0.1.4
9262026-04-10T20:20:09.264Z Downloaded peg v0.8.5
9272026-04-10T20:20:09.267Z Downloaded recursive v0.1.1
9282026-04-10T20:20:09.267Z Downloaded primeorder v0.13.6
9292026-04-10T20:20:09.267Z Downloaded rfc6979 v0.4.0
9302026-04-10T20:20:09.267Z Downloaded ppv-lite86 v0.2.21
9312026-04-10T20:20:09.270Z Downloaded polyval v0.6.2
9322026-04-10T20:20:09.270Z Downloaded rustc-hash v2.1.1
9332026-04-10T20:20:09.270Z Downloaded headers v0.4.1
9342026-04-10T20:20:09.273Z Downloaded ref-cast-impl v1.0.25
9352026-04-10T20:20:09.275Z Downloaded owo-colors v4.3.0
9362026-04-10T20:20:09.276Z Downloaded expectorate v1.2.0
9372026-04-10T20:20:09.279Z Downloaded num_enum v0.5.11
9382026-04-10T20:20:09.282Z Downloaded progenitor-extras v0.1.1
9392026-04-10T20:20:09.282Z Downloaded rustc_version v0.4.1
9402026-04-10T20:20:09.282Z Downloaded rtoolbox v0.0.3
9412026-04-10T20:20:09.285Z Downloaded pin-project-internal v1.1.11
9422026-04-10T20:20:09.285Z Downloaded progenitor-client v0.13.0
9432026-04-10T20:20:09.285Z Downloaded progenitor v0.13.0
9442026-04-10T20:20:09.288Z Downloaded psm v0.1.30
9452026-04-10T20:20:09.288Z Downloaded dropshot-api-manager v0.6.0
9462026-04-10T20:20:09.291Z Downloaded r2d2 v0.8.10
9472026-04-10T20:20:09.291Z Downloaded progenitor v0.10.0
9482026-04-10T20:20:09.294Z Downloaded paste v1.0.15
9492026-04-10T20:20:09.294Z Downloaded pkcs5 v0.7.1
9502026-04-10T20:20:09.296Z Downloaded scheduled-thread-pool v0.2.7
9512026-04-10T20:20:09.297Z Downloaded rand_seeder v0.4.0
9522026-04-10T20:20:09.299Z Downloaded rand_chacha v0.9.0
9532026-04-10T20:20:09.299Z Downloaded rand_chacha v0.3.1
9542026-04-10T20:20:09.299Z Downloaded phf v0.13.1
9552026-04-10T20:20:09.302Z Downloaded diesel_derives v2.3.7
9562026-04-10T20:20:09.305Z Downloaded rand_core v0.6.4
9572026-04-10T20:20:09.305Z Downloaded rand_core v0.9.5
9582026-04-10T20:20:09.308Z Downloaded postgres-types v0.2.12
9592026-04-10T20:20:09.308Z Downloaded miniz_oxide v0.8.9
9602026-04-10T20:20:09.311Z Downloaded parking_lot_core v0.8.6
9612026-04-10T20:20:09.311Z Downloaded omicron-zone-package v0.12.2
9622026-04-10T20:20:09.313Z Downloaded oso v0.27.3
9632026-04-10T20:20:09.316Z Downloaded p256 v0.13.2
9642026-04-10T20:20:09.319Z Downloaded salsa20 v0.10.2
9652026-04-10T20:20:09.319Z Downloaded rand_core v0.10.0
9662026-04-10T20:20:09.322Z Downloaded postcard v1.1.3
9672026-04-10T20:20:09.322Z Downloaded pkcs1 v0.7.5
9682026-04-10T20:20:09.326Z Downloaded scrypt v0.11.0
9692026-04-10T20:20:09.326Z Downloaded scroll_derive v0.13.1
9702026-04-10T20:20:09.326Z Downloaded same-file v1.0.6
9712026-04-10T20:20:09.329Z Downloaded ed25519-dalek v2.2.0
9722026-04-10T20:20:09.329Z Downloaded cipher v0.4.4
9732026-04-10T20:20:09.329Z Downloaded secrecy v0.10.3
9742026-04-10T20:20:09.329Z Downloaded secrecy v0.8.0
9752026-04-10T20:20:09.332Z Downloaded parking_lot_core v0.9.12
9762026-04-10T20:20:09.332Z Downloaded sapling-renderdag v0.1.0
9772026-04-10T20:20:09.332Z Downloaded jiff-static v0.2.21
9782026-04-10T20:20:09.335Z Downloaded scopeguard v1.2.0
9792026-04-10T20:20:09.335Z Downloaded aes-gcm v0.10.3
9802026-04-10T20:20:09.338Z Downloaded rustc_version v0.1.7
9812026-04-10T20:20:09.338Z Downloaded progenitor v0.11.2
9822026-04-10T20:20:09.341Z Downloaded base64ct v1.8.3
9832026-04-10T20:20:09.341Z Downloaded bzip2 v0.4.4
9842026-04-10T20:20:09.341Z Downloaded bit-vec v0.6.3
9852026-04-10T20:20:09.344Z Downloaded bcs v0.1.6
9862026-04-10T20:20:09.344Z Downloaded serde_repr v0.1.20
9872026-04-10T20:20:09.346Z Downloaded serde-big-array v0.5.1
9882026-04-10T20:20:09.346Z Downloaded serde_bytes v0.11.19
9892026-04-10T20:20:09.346Z Downloaded seq-macro v0.3.6
9902026-04-10T20:20:09.350Z Downloaded serde_plain v1.0.2
9912026-04-10T20:20:09.350Z Downloaded semver v0.1.20
9922026-04-10T20:20:09.353Z Downloaded hashbrown v0.13.2
9932026-04-10T20:20:09.353Z Downloaded pin-project v1.1.11
9942026-04-10T20:20:09.358Z Downloaded russh-cryptovec v0.7.3
9952026-04-10T20:20:09.361Z Downloaded hashbrown v0.12.3
9962026-04-10T20:20:09.364Z Downloaded quinn-udp v0.5.14
9972026-04-10T20:20:09.364Z Downloaded serde_urlencoded v0.7.1
9982026-04-10T20:20:09.364Z Downloaded ff v0.13.1
9992026-04-10T20:20:09.367Z Downloaded enum-as-inner v0.6.1
10002026-04-10T20:20:09.367Z Downloaded sigpipe v0.1.3
10012026-04-10T20:20:09.367Z Downloaded shell-words v1.1.1
10022026-04-10T20:20:09.370Z Downloaded sha1 v0.10.6
10032026-04-10T20:20:09.370Z Downloaded hyper-util v0.1.20
10042026-04-10T20:20:09.373Z Downloaded rustls-pemfile v1.0.4
10052026-04-10T20:20:09.375Z Downloaded rustls-native-certs v0.8.3
10062026-04-10T20:20:09.375Z Downloaded prefix-trie v0.7.0
10072026-04-10T20:20:09.378Z Downloaded ecdsa v0.16.9
10082026-04-10T20:20:09.378Z Downloaded data-encoding v2.10.0
10092026-04-10T20:20:09.381Z Downloaded papergrid v0.17.0
10102026-04-10T20:20:09.384Z Downloaded rustversion v1.0.22
10112026-04-10T20:20:09.384Z Downloaded openssl-sys v0.9.111
10122026-04-10T20:20:09.387Z Downloaded signal-hook-mio v0.2.5
10132026-04-10T20:20:09.390Z Downloaded signal-hook-tokio v0.3.1
10142026-04-10T20:20:09.390Z Downloaded rustls-pemfile v2.2.0
10152026-04-10T20:20:09.390Z Downloaded signature v2.2.0
10162026-04-10T20:20:09.393Z Downloaded hickory-resolver v0.25.2
10172026-04-10T20:20:09.396Z Downloaded scroll v0.13.0
10182026-04-10T20:20:09.396Z Downloaded derive_more-impl v2.1.1
10192026-04-10T20:20:09.398Z Downloaded serde-hex v0.1.0
10202026-04-10T20:20:09.405Z Downloaded progenitor-impl v0.13.0
10212026-04-10T20:20:09.408Z Downloaded progenitor-impl v0.11.2
10222026-04-10T20:20:09.408Z Downloaded aho-corasick v1.1.4
10232026-04-10T20:20:09.414Z Downloaded sct v0.7.1
10242026-04-10T20:20:09.417Z Downloaded siphasher v1.0.2
10252026-04-10T20:20:09.417Z Downloaded serde_path_to_error v0.1.20
10262026-04-10T20:20:09.417Z Downloaded slog-envlogger v2.2.0
10272026-04-10T20:20:09.417Z Downloaded serde_derive_internals v0.29.1
10282026-04-10T20:20:09.417Z Downloaded hickory-server v0.25.2
10292026-04-10T20:20:09.420Z Downloaded sec1 v0.7.3
10302026-04-10T20:20:09.423Z Downloaded resolv-conf v0.7.6
10312026-04-10T20:20:09.423Z Downloaded slog-bunyan v2.5.0
10322026-04-10T20:20:09.423Z Downloaded russh-keys v0.45.0
10332026-04-10T20:20:09.426Z Downloaded serde_spanned v1.0.4
10342026-04-10T20:20:09.426Z Downloaded progenitor-impl v0.10.0
10352026-04-10T20:20:09.429Z Downloaded ssh-encoding v0.2.0
10362026-04-10T20:20:09.435Z Downloaded sqlparser_derive v0.5.0
10372026-04-10T20:20:09.438Z Downloaded ssh-cipher v0.2.0
10382026-04-10T20:20:09.441Z Downloaded minimal-lexical v0.2.1
10392026-04-10T20:20:09.444Z Downloaded subtle v2.6.1
10402026-04-10T20:20:09.447Z Downloaded strum v0.27.2
10412026-04-10T20:20:09.447Z Downloaded strum v0.26.3
10422026-04-10T20:20:09.447Z Downloaded sync_wrapper v1.0.2
10432026-04-10T20:20:09.447Z Downloaded http v1.4.0
10442026-04-10T20:20:09.450Z Downloaded supports-color v3.0.2
10452026-04-10T20:20:09.454Z Downloaded simd-adler32 v0.3.8
10462026-04-10T20:20:09.454Z Downloaded rusty-fork v0.3.1
10472026-04-10T20:20:09.454Z Downloaded strip-ansi-escapes v0.2.1
10482026-04-10T20:20:09.457Z Downloaded shlex v1.3.0
10492026-04-10T20:20:09.461Z Downloaded schemars_derive v0.8.22
10502026-04-10T20:20:09.461Z Downloaded rcgen v0.12.1
10512026-04-10T20:20:09.464Z Downloaded signal-hook-registry v1.4.8
10522026-04-10T20:20:09.471Z Downloaded rustls-pki-types v1.14.0
10532026-04-10T20:20:09.473Z Downloaded smallvec v0.6.14
10542026-04-10T20:20:09.476Z Downloaded tap v1.0.1
10552026-04-10T20:20:09.476Z Downloaded take_mut v0.2.2
10562026-04-10T20:20:09.476Z Downloaded sync-ptr v0.1.4
10572026-04-10T20:20:09.476Z Downloaded slog-term v2.9.2
10582026-04-10T20:20:09.479Z Downloaded slog-scope v4.4.1
10592026-04-10T20:20:09.479Z Downloaded slog-dtrace v0.3.0
10602026-04-10T20:20:09.482Z Downloaded slog-json v2.6.1
10612026-04-10T20:20:09.482Z Downloaded slog-async v2.8.0
10622026-04-10T20:20:09.482Z Downloaded itertools v0.10.5
10632026-04-10T20:20:09.485Z Downloaded tabwriter v1.4.1
10642026-04-10T20:20:09.488Z Downloaded tagptr v0.2.0
10652026-04-10T20:20:09.488Z Downloaded snafu-derive v0.8.9
10662026-04-10T20:20:09.488Z Downloaded ron v0.8.1
10672026-04-10T20:20:09.491Z Downloaded testing_table v0.3.0
10682026-04-10T20:20:09.494Z Downloaded termtree v0.5.1
10692026-04-10T20:20:09.494Z Downloaded tabled_derive v0.11.0
10702026-04-10T20:20:09.494Z Downloaded thiserror-impl-no-std v2.0.2
10712026-04-10T20:20:09.497Z Downloaded slog-stdlog v4.1.1
10722026-04-10T20:20:09.497Z Downloaded serde_cbor v0.11.2
10732026-04-10T20:20:09.497Z Downloaded sqlformat v0.3.5
10742026-04-10T20:20:09.509Z Downloaded spki v0.7.3
10752026-04-10T20:20:09.512Z Downloaded smf v0.2.3
10762026-04-10T20:20:09.512Z Downloaded thread-id v5.1.0
10772026-04-10T20:20:09.515Z Downloaded strum_macros v0.26.4
10782026-04-10T20:20:09.517Z Downloaded structmeta-derive v0.3.0
10792026-04-10T20:20:09.517Z Downloaded stringprep v0.1.5
10802026-04-10T20:20:09.517Z Downloaded string_cache v0.8.9
10812026-04-10T20:20:09.520Z Downloaded serde_with_macros v3.17.0
10822026-04-10T20:20:09.520Z Downloaded mio v1.1.1
10832026-04-10T20:20:09.523Z Downloaded hashbrown v0.15.5
10842026-04-10T20:20:09.530Z Downloaded rayon-core v1.13.0
10852026-04-10T20:20:09.533Z Downloaded prettyplease v0.2.37
10862026-04-10T20:20:09.536Z Downloaded pretty_assertions v1.4.1
10872026-04-10T20:20:09.538Z Downloaded schemars v0.8.22
10882026-04-10T20:20:09.543Z Downloaded strum_macros v0.27.2
10892026-04-10T20:20:09.546Z Downloaded strum_macros v0.24.3
10902026-04-10T20:20:09.546Z Downloaded structmeta v0.3.0
10912026-04-10T20:20:09.549Z Downloaded num-bigint v0.4.6
10922026-04-10T20:20:09.551Z Downloaded publicsuffix v2.3.0
10932026-04-10T20:20:09.551Z Downloaded aws-lc-rs v1.16.0
10942026-04-10T20:20:09.556Z Downloaded termios v0.3.3
10952026-04-10T20:20:09.559Z Downloaded support-bundle-viewer v0.1.2
10962026-04-10T20:20:09.559Z Downloaded topological-sort v0.2.2
10972026-04-10T20:20:09.559Z Downloaded slab v0.4.12
10982026-04-10T20:20:09.562Z Downloaded static_assertions v1.1.0
10992026-04-10T20:20:09.562Z Downloaded stacker v0.1.23
11002026-04-10T20:20:09.562Z Downloaded ryu v1.0.23
11012026-04-10T20:20:09.565Z Downloaded qorb v0.4.1
11022026-04-10T20:20:09.568Z Downloaded thiserror-no-std v2.0.2
11032026-04-10T20:20:09.571Z Downloaded libxml v0.3.3
11042026-04-10T20:20:09.573Z Downloaded try-lock v0.2.5
11052026-04-10T20:20:09.573Z Downloaded tls_codec_derive v0.4.2
11062026-04-10T20:20:09.576Z Downloaded rand v0.8.5
11072026-04-10T20:20:09.576Z Downloaded tower-layer v0.3.3
11082026-04-10T20:20:09.579Z Downloaded time-macros v0.2.27
11092026-04-10T20:20:09.579Z Downloaded quinn v0.11.9
11102026-04-10T20:20:09.582Z Downloaded tls_codec v0.4.2
11112026-04-10T20:20:09.582Z Downloaded spin v0.9.8
11122026-04-10T20:20:09.585Z Downloaded tokio-native-tls v0.3.1
11132026-04-10T20:20:09.585Z Downloaded tokio-macros v2.6.0
11142026-04-10T20:20:09.587Z Downloaded thread_local v1.1.9
11152026-04-10T20:20:09.587Z Downloaded tower-service v0.3.3
11162026-04-10T20:20:09.587Z Downloaded time-core v0.1.8
11172026-04-10T20:20:09.590Z Downloaded unit-prefix v0.5.2
11182026-04-10T20:20:09.590Z Downloaded tiny-keccak v2.0.2
11192026-04-10T20:20:09.593Z Downloaded similar v2.7.0
11202026-04-10T20:20:09.596Z Downloaded rustls-platform-verifier v0.6.2
11212026-04-10T20:20:09.598Z Downloaded serde_yaml v0.9.34+deprecated
11222026-04-10T20:20:09.601Z Downloaded schemars v0.9.0
11232026-04-10T20:20:09.606Z Downloaded trait-variant v0.1.2
11242026-04-10T20:20:09.608Z Downloaded tinyvec_macros v0.1.1
11252026-04-10T20:20:09.609Z Downloaded signal-hook v0.3.18
11262026-04-10T20:20:09.612Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11272026-04-10T20:20:09.612Z Downloaded universal-hash v0.5.1
11282026-04-10T20:20:09.612Z Downloaded unarray v0.1.4
11292026-04-10T20:20:09.614Z Downloaded typify-macro v0.4.3
11302026-04-10T20:20:09.614Z Downloaded untrusted v0.9.0
11312026-04-10T20:20:09.614Z Downloaded typify-macro v0.6.1
11322026-04-10T20:20:09.614Z Downloaded iri-string v0.7.10
11332026-04-10T20:20:09.618Z Downloaded utf-8 v0.7.6
11342026-04-10T20:20:09.621Z Downloaded untrusted v0.7.1
11352026-04-10T20:20:09.621Z Downloaded slog v2.8.2
11362026-04-10T20:20:09.623Z Downloaded itertools v0.13.0
11372026-04-10T20:20:09.626Z Downloaded itertools v0.12.1
11382026-04-10T20:20:09.630Z Downloaded toml_writer v1.0.6+spec-1.1.0
11392026-04-10T20:20:09.632Z Downloaded tokio-tungstenite v0.23.1
11402026-04-10T20:20:09.632Z Downloaded term v1.2.1
11412026-04-10T20:20:09.635Z Downloaded usdt v0.6.0
11422026-04-10T20:20:09.635Z Downloaded tokio-tungstenite v0.21.0
11432026-04-10T20:20:09.638Z Downloaded rsa v0.9.10
11442026-04-10T20:20:09.641Z Downloaded usdt-macro v0.6.0
11452026-04-10T20:20:09.641Z Downloaded term v0.7.0
11462026-04-10T20:20:09.643Z Downloaded num-bigint-dig v0.8.6
11472026-04-10T20:20:09.646Z Downloaded void v1.0.2
11482026-04-10T20:20:09.646Z Downloaded rand v0.9.2
11492026-04-10T20:20:09.649Z Downloaded nom v7.1.3
11502026-04-10T20:20:09.652Z Downloaded socket2 v0.6.2
11512026-04-10T20:20:09.652Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11522026-04-10T20:20:09.655Z Downloaded iddqd v0.3.17
11532026-04-10T20:20:09.657Z Downloaded usdt-attr-macro v0.6.0
11542026-04-10T20:20:09.657Z Downloaded unicase v2.9.0
11552026-04-10T20:20:09.660Z Downloaded futures-util v0.3.32
11562026-04-10T20:20:09.666Z Downloaded want v0.3.1
11572026-04-10T20:20:09.669Z Downloaded tokio-dtrace v0.1.1
11582026-04-10T20:20:09.669Z Downloaded schemars v1.2.1
11592026-04-10T20:20:09.676Z Downloaded tui-tree-widget v0.23.1
11602026-04-10T20:20:09.679Z Downloaded wait-timeout v0.2.1
11612026-04-10T20:20:09.679Z Downloaded waitgroup v0.1.2
11622026-04-10T20:20:09.679Z Downloaded samael v0.0.19
11632026-04-10T20:20:09.682Z Downloaded unicode-truncate v1.1.0
11642026-04-10T20:20:09.684Z Downloaded tokio-stream v0.1.18
11652026-04-10T20:20:09.687Z Downloaded tokio-rustls v0.24.1
11662026-04-10T20:20:09.687Z Downloaded xattr v1.6.1
11672026-04-10T20:20:09.688Z Downloaded subprocess v0.2.15
11682026-04-10T20:20:09.691Z Downloaded socket2 v0.5.10
11692026-04-10T20:20:09.693Z Downloaded tokio-rustls v0.26.4
11702026-04-10T20:20:09.693Z Downloaded tokio-rustls v0.25.0
11712026-04-10T20:20:09.696Z Downloaded test-strategy v0.4.5
11722026-04-10T20:20:09.696Z Downloaded xshell-macros v0.2.7
11732026-04-10T20:20:09.699Z Downloaded h2 v0.4.13
11742026-04-10T20:20:09.702Z Downloaded toml_parser v1.0.9+spec-1.1.0
11752026-04-10T20:20:09.702Z Downloaded itertools v0.14.0
11762026-04-10T20:20:09.706Z Downloaded zeroize_derive v1.4.3
11772026-04-10T20:20:09.709Z Downloaded libm v0.2.16
11782026-04-10T20:20:09.712Z Downloaded rand v0.10.0
11792026-04-10T20:20:09.714Z Downloaded snafu v0.8.9
11802026-04-10T20:20:09.717Z Downloaded usdt-impl v0.6.0
11812026-04-10T20:20:09.720Z Downloaded zone v0.3.1
11822026-04-10T20:20:09.720Z Downloaded rustls-webpki v0.103.9
11832026-04-10T20:20:09.723Z Downloaded zone_cfg_derive v0.3.1
11842026-04-10T20:20:09.727Z Downloaded vergen-lib v0.1.6
11852026-04-10T20:20:09.727Z Downloaded uzers v0.12.2
11862026-04-10T20:20:09.727Z Downloaded tinyvec v1.10.0
11872026-04-10T20:20:09.733Z Downloaded vsss-rs v3.3.4
11882026-04-10T20:20:09.737Z Downloaded twox-hash v2.1.2
11892026-04-10T20:20:09.740Z Downloaded vergen-git2 v1.0.7
11902026-04-10T20:20:09.740Z Downloaded whoami v1.6.1
11912026-04-10T20:20:09.742Z Downloaded whoami v2.1.0
11922026-04-10T20:20:09.745Z Downloaded wyz v0.5.1
11932026-04-10T20:20:09.745Z Downloaded blake3 v1.8.3
11942026-04-10T20:20:09.749Z Downloaded toml v1.0.6+spec-1.1.0
11952026-04-10T20:20:09.752Z Downloaded toml v0.9.12+spec-1.1.0
11962026-04-10T20:20:09.754Z Downloaded tar v0.4.45
11972026-04-10T20:20:09.757Z Downloaded toml v0.7.8
11982026-04-10T20:20:09.757Z Downloaded xshell v0.2.7
11992026-04-10T20:20:09.760Z Downloaded zeroize v1.8.2
12002026-04-10T20:20:09.760Z Downloaded p521 v0.13.3
12012026-04-10T20:20:09.771Z Downloaded vergen v9.0.6
12022026-04-10T20:20:09.774Z Downloaded zstd v0.13.3
12032026-04-10T20:20:09.777Z Downloaded tracing-core v0.1.36
12042026-04-10T20:20:09.780Z Downloaded tracing-attributes v0.1.31
12052026-04-10T20:20:09.785Z Downloaded unicode-bidi v0.3.18
12062026-04-10T20:20:09.787Z Downloaded zstd-safe v7.2.4
12072026-04-10T20:20:09.792Z Downloaded walkdir v2.5.0
12082026-04-10T20:20:09.795Z Downloaded typify v0.4.3
12092026-04-10T20:20:09.798Z Downloaded unicode-properties v0.1.4
12102026-04-10T20:20:09.802Z Downloaded toml_edit v0.23.10+spec-1.0.0
12112026-04-10T20:20:09.804Z Downloaded vergen-gitcl v1.0.8
12122026-04-10T20:20:09.807Z Downloaded tungstenite v0.23.0
12132026-04-10T20:20:09.819Z Downloaded typify v0.6.1
12142026-04-10T20:20:09.822Z Downloaded unsafe-libyaml v0.2.11
12152026-04-10T20:20:09.825Z Downloaded rustyline v14.0.0
12162026-04-10T20:20:09.828Z Downloaded hkdf v0.12.4
12172026-04-10T20:20:09.831Z Downloaded tokio-postgres v0.7.16
12182026-04-10T20:20:09.833Z Downloaded vte v0.14.1
12192026-04-10T20:20:09.841Z Downloaded rpassword v7.4.0
12202026-04-10T20:20:09.848Z Downloaded hyper v1.8.1
12212026-04-10T20:20:09.851Z Downloaded bitvec v1.0.1
12222026-04-10T20:20:09.860Z Downloaded tungstenite v0.21.0
12232026-04-10T20:20:09.864Z Downloaded steno v0.4.1
12242026-04-10T20:20:09.867Z Downloaded ssh-key v0.6.7
12252026-04-10T20:20:09.869Z Downloaded bindgen v0.71.1
12262026-04-10T20:20:09.876Z Downloaded chrono v0.4.44
12272026-04-10T20:20:09.880Z Downloaded yasna v0.5.2
12282026-04-10T20:20:09.887Z Downloaded zerocopy v0.6.6
12292026-04-10T20:20:09.890Z Downloaded zip v0.6.6
12302026-04-10T20:20:09.893Z Downloaded toml_edit v0.19.15
12312026-04-10T20:20:09.902Z Downloaded zopfli v0.8.3
12322026-04-10T20:20:09.905Z Downloaded uuid v1.23.0
12332026-04-10T20:20:09.908Z Downloaded russh v0.45.0
12342026-04-10T20:20:09.911Z Downloaded git2 v0.20.4
12352026-04-10T20:20:09.915Z Downloaded unicode_categories v0.1.1
12362026-04-10T20:20:09.918Z Downloaded p384 v0.13.1
12372026-04-10T20:20:09.920Z Downloaded reedline v0.40.0
12382026-04-10T20:20:09.923Z Downloaded regex v1.12.3
12392026-04-10T20:20:09.930Z Downloaded yansi v1.0.1
12402026-04-10T20:20:09.941Z Downloaded portable-atomic v1.13.1
12412026-04-10T20:20:09.955Z Downloaded curve25519-dalek v4.1.3
12422026-04-10T20:20:09.960Z Downloaded reqwest v0.12.28
12432026-04-10T20:20:09.963Z Downloaded lalrpop v0.19.12
12442026-04-10T20:20:09.974Z Downloaded salty v0.3.0
12452026-04-10T20:20:09.981Z Downloaded tower v0.5.3
12462026-04-10T20:20:09.986Z Downloaded unicode-segmentation v1.12.0
12472026-04-10T20:20:09.989Z Downloaded rustls-webpki v0.101.7
12482026-04-10T20:20:09.995Z Downloaded typed-path v0.9.3
12492026-04-10T20:20:09.999Z Downloaded goblin v0.10.5
12502026-04-10T20:20:10.004Z Downloaded tower-http v0.6.8
12512026-04-10T20:20:10.008Z Downloaded zerocopy-derive v0.8.40
12522026-04-10T20:20:10.013Z Downloaded rustls-webpki v0.102.8
12532026-04-10T20:20:10.024Z Downloaded serde_with v3.17.0
12542026-04-10T20:20:10.030Z Downloaded x509-cert v0.2.5
12552026-04-10T20:20:10.034Z Downloaded reqwest v0.13.2
12562026-04-10T20:20:10.037Z Downloaded tokio-util v0.7.18
12572026-04-10T20:20:10.041Z Downloaded proptest v1.10.0
12582026-04-10T20:20:10.046Z Downloaded tough v0.20.0
12592026-04-10T20:20:10.051Z Downloaded quinn-proto v0.11.13
12602026-04-10T20:20:10.055Z Downloaded nix v0.27.1
12612026-04-10T20:20:10.061Z Downloaded moka v0.12.13
12622026-04-10T20:20:10.065Z Downloaded winnow v0.6.26
12632026-04-10T20:20:10.071Z Downloaded winnow v0.5.40
12642026-04-10T20:20:10.075Z Downloaded petname v2.0.2
12652026-04-10T20:20:10.079Z Downloaded object v0.30.4
12662026-04-10T20:20:10.084Z Downloaded zip v4.6.1
12672026-04-10T20:20:10.087Z Downloaded rayon v1.11.0
12682026-04-10T20:20:10.092Z Downloaded unicode-normalization v0.1.25
12692026-04-10T20:20:10.095Z Downloaded quick-xml v0.37.5
12702026-04-10T20:20:10.109Z Downloaded nix v0.28.0
12712026-04-10T20:20:10.136Z Downloaded rustls v0.21.12
12722026-04-10T20:20:10.143Z Downloaded regex-syntax v0.6.29
12732026-04-10T20:20:10.148Z Downloaded radix_trie v0.2.1
12742026-04-10T20:20:10.150Z Downloaded polar-core v0.27.3
12752026-04-10T20:20:10.154Z Downloaded bstr v1.12.1
12762026-04-10T20:20:10.161Z Downloaded time v0.3.47
12772026-04-10T20:20:10.168Z Downloaded vcpkg v0.2.15
12782026-04-10T20:20:10.191Z Downloaded webpki-roots v1.0.6
12792026-04-10T20:20:10.194Z Downloaded rustls v0.22.4
12802026-04-10T20:20:10.200Z Downloaded hickory-proto v0.25.2
12812026-04-10T20:20:10.209Z Downloaded nix v0.29.0
12822026-04-10T20:20:10.216Z Downloaded dropshot v0.16.7
12832026-04-10T20:20:10.230Z Downloaded rustls v0.23.37
12842026-04-10T20:20:10.235Z Downloaded nix v0.31.1
12852026-04-10T20:20:10.243Z Downloaded zlib-rs v0.6.2
12862026-04-10T20:20:10.246Z Downloaded hickory-proto v0.24.4
12872026-04-10T20:20:10.254Z Downloaded rustix v0.38.44
12882026-04-10T20:20:10.268Z Downloaded object v0.37.3
12892026-04-10T20:20:10.275Z Downloaded smoltcp v0.11.0
12902026-04-10T20:20:10.282Z Downloaded zerocopy v0.8.40
12912026-04-10T20:20:10.287Z Downloaded regex-syntax v0.8.10
12922026-04-10T20:20:10.292Z Downloaded openapiv3 v2.2.0
12932026-04-10T20:20:10.300Z Downloaded diesel v2.3.7
12942026-04-10T20:20:10.312Z Downloaded sqlparser v0.61.0
12952026-04-10T20:20:10.318Z Downloaded sled v0.34.7
12962026-04-10T20:20:10.324Z Downloaded regress v0.10.5
12972026-04-10T20:20:10.331Z Downloaded smoltcp v0.9.1
12982026-04-10T20:20:10.336Z Downloaded dropshot v0.17.0
12992026-04-10T20:20:10.349Z Downloaded openssl v0.10.75
13002026-04-10T20:20:10.354Z Downloaded bzip2-sys v0.1.13+1.0.8
13012026-04-10T20:20:10.362Z Downloaded zerocopy-derive v0.6.6
13022026-04-10T20:20:10.368Z Downloaded regex-automata v0.4.14
13032026-04-10T20:20:10.376Z Downloaded tabled v0.20.0
13042026-04-10T20:20:10.394Z Downloaded chrono-tz v0.10.4
13052026-04-10T20:20:10.404Z Downloaded typify-impl v0.6.1
13062026-04-10T20:20:10.413Z Downloaded tracing v0.1.44
13072026-04-10T20:20:10.425Z Downloaded libz-sys v1.1.24
13082026-04-10T20:20:10.438Z Downloaded typify-impl v0.4.3
13092026-04-10T20:20:10.447Z Downloaded ratatui v0.29.0
13102026-04-10T20:20:10.459Z Downloaded petgraph v0.8.3
13112026-04-10T20:20:10.507Z Downloaded csv v1.4.0
13122026-04-10T20:20:10.519Z Downloaded petgraph v0.6.5
13132026-04-10T20:20:10.530Z Downloaded jiff v0.2.21
13142026-04-10T20:20:10.567Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13152026-04-10T20:20:10.579Z Downloaded sha3 v0.10.8
13162026-04-10T20:20:10.582Z Downloaded tokio v1.50.0
13172026-04-10T20:20:10.627Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-04-10T20:20:10.660Z Downloaded encoding_rs v0.8.35
13192026-04-10T20:20:10.680Z Downloaded ring v0.17.14
13202026-04-10T20:20:11.176Z Downloaded aws-lc-sys v0.37.1
13212026-04-10T20:20:11.423Z Compiling libc v0.2.180
13222026-04-10T20:20:11.423Z Compiling serde v1.0.228
13232026-04-10T20:20:11.426Z Compiling log v0.4.29
13242026-04-10T20:20:11.426Z Compiling shlex v1.3.0
13252026-04-10T20:20:11.426Z Compiling find-msvc-tools v0.1.9
13262026-04-10T20:20:11.426Z Compiling smallvec v1.15.1
13272026-04-10T20:20:11.426Z Compiling typenum v1.19.0
13282026-04-10T20:20:11.426Z Compiling subtle v2.6.1
13292026-04-10T20:20:11.426Z Compiling generic-array v0.14.7
13302026-04-10T20:20:11.426Z Compiling scopeguard v1.2.0
13312026-04-10T20:20:11.426Z Compiling const-oid v0.9.6
13322026-04-10T20:20:11.592Z Compiling portable-atomic v1.13.1
13332026-04-10T20:20:11.617Z Compiling syn v2.0.117
13342026-04-10T20:20:11.621Z Compiling zerocopy v0.8.40
13352026-04-10T20:20:11.632Z Compiling critical-section v1.2.0
13362026-04-10T20:20:11.635Z Compiling serde_json v1.0.149
13372026-04-10T20:20:11.686Z Compiling lock_api v0.4.14
13382026-04-10T20:20:11.801Z Compiling pin-project-lite v0.2.17
13392026-04-10T20:20:11.822Z Compiling parking_lot_core v0.9.12
13402026-04-10T20:20:11.835Z Compiling pkg-config v0.3.32
13412026-04-10T20:20:11.862Z Compiling bitflags v2.11.0
13422026-04-10T20:20:11.906Z Compiling libm v0.2.16
13432026-04-10T20:20:11.923Z Compiling num-traits v0.2.19
13442026-04-10T20:20:11.926Z Compiling futures-core v0.3.32
13452026-04-10T20:20:11.926Z Compiling percent-encoding v2.3.2
13462026-04-10T20:20:11.978Z Compiling allocator-api2 v0.2.21
13472026-04-10T20:20:12.023Z Compiling futures-sink v0.3.32
13482026-04-10T20:20:12.108Z Compiling getrandom v0.3.4
13492026-04-10T20:20:12.111Z Compiling foldhash v0.2.0
13502026-04-10T20:20:12.137Z Compiling cpufeatures v0.2.17
13512026-04-10T20:20:12.137Z Compiling futures-channel v0.3.32
13522026-04-10T20:20:12.180Z Compiling futures-task v0.3.32
13532026-04-10T20:20:12.180Z Compiling slab v0.4.12
13542026-04-10T20:20:12.245Z Compiling futures-io v0.3.32
13552026-04-10T20:20:12.342Z Compiling hashbrown v0.16.1
13562026-04-10T20:20:12.392Z Compiling rustversion v1.0.22
13572026-04-10T20:20:12.395Z Compiling form_urlencoded v1.2.2
13582026-04-10T20:20:12.435Z Compiling ident_case v1.0.1
13592026-04-10T20:20:12.450Z Compiling base64ct v1.8.3
13602026-04-10T20:20:12.465Z Compiling getrandom v0.4.1
13612026-04-10T20:20:12.480Z Compiling fs_extra v1.3.0
13622026-04-10T20:20:12.495Z Compiling dunce v1.0.5
13632026-04-10T20:20:12.510Z Compiling flagset v0.4.7
13642026-04-10T20:20:12.576Z Compiling getrandom v0.2.17
13652026-04-10T20:20:12.608Z Compiling jobserver v0.1.34
13662026-04-10T20:20:12.619Z Compiling errno v0.3.14
13672026-04-10T20:20:12.661Z Compiling mio v1.1.1
13682026-04-10T20:20:12.704Z Compiling socket2 v0.6.2
13692026-04-10T20:20:12.773Z Compiling rand_core v0.6.4
13702026-04-10T20:20:12.788Z Compiling once_cell v1.21.3
13712026-04-10T20:20:12.788Z Compiling signal-hook-registry v1.4.8
13722026-04-10T20:20:12.841Z Compiling cc v1.2.56
13732026-04-10T20:20:12.845Z Compiling parking_lot v0.12.5
13742026-04-10T20:20:12.905Z Compiling pem-rfc7468 v0.7.0
13752026-04-10T20:20:12.951Z Compiling rand_core v0.10.0
13762026-04-10T20:20:13.034Z Compiling indexmap v2.13.0
13772026-04-10T20:20:13.049Z Compiling iana-time-zone v0.1.65
13782026-04-10T20:20:13.063Z Compiling rustix v1.1.3
13792026-04-10T20:20:13.097Z Compiling rustc_version v0.4.1
13802026-04-10T20:20:13.154Z Compiling rand_core v0.9.5
13812026-04-10T20:20:13.188Z Compiling aws-lc-rs v1.16.0
13822026-04-10T20:20:13.233Z Compiling vcpkg v0.2.15
13832026-04-10T20:20:13.249Z Compiling regex-syntax v0.8.10
13842026-04-10T20:20:13.263Z Compiling tracing-core v0.1.36
13852026-04-10T20:20:13.279Z Compiling base64 v0.22.1
13862026-04-10T20:20:13.284Z Compiling openssl-probe v0.2.1
13872026-04-10T20:20:13.473Z Compiling uuid v1.23.0
13882026-04-10T20:20:13.492Z Compiling httparse v1.10.1
13892026-04-10T20:20:13.511Z Compiling untrusted v0.9.0
13902026-04-10T20:20:13.541Z Compiling untrusted v0.7.1
13912026-04-10T20:20:13.545Z Compiling schemars v0.8.22
13922026-04-10T20:20:13.545Z Compiling try-lock v0.2.5
13932026-04-10T20:20:13.584Z Compiling tower-service v0.3.3
13942026-04-10T20:20:13.646Z Compiling rustls v0.23.37
13952026-04-10T20:20:13.678Z Compiling cmake v0.1.57
13962026-04-10T20:20:13.693Z Compiling tower-layer v0.3.3
13972026-04-10T20:20:13.696Z Compiling tinyvec_macros v0.1.1
13982026-04-10T20:20:13.696Z Compiling dyn-clone v1.0.20
13992026-04-10T20:20:13.758Z Compiling atomic-waker v1.1.2
14002026-04-10T20:20:13.795Z Compiling tinyvec v1.10.0
14012026-04-10T20:20:13.824Z Compiling want v0.3.1
14022026-04-10T20:20:13.839Z Compiling spin v0.9.8
14032026-04-10T20:20:13.855Z Compiling aho-corasick v1.1.4
14042026-04-10T20:20:13.868Z Compiling openssl v0.10.75
14052026-04-10T20:20:13.896Z Compiling crc32fast v1.5.0
14062026-04-10T20:20:13.913Z Compiling powerfmt v0.2.0
14072026-04-10T20:20:13.916Z Compiling foreign-types-shared v0.1.1
14082026-04-10T20:20:14.009Z Compiling httpdate v1.0.3
14092026-04-10T20:20:14.028Z Compiling num-conv v0.2.0
14102026-04-10T20:20:14.062Z Compiling time-core v0.1.8
14112026-04-10T20:20:14.065Z Compiling pin-utils v0.1.0
14122026-04-10T20:20:14.121Z Compiling deranged v0.5.8
14132026-04-10T20:20:14.136Z Compiling foreign-types v0.3.2
14142026-04-10T20:20:14.150Z Compiling wait-timeout v0.2.1
14152026-04-10T20:20:14.163Z Compiling socket2 v0.5.10
14162026-04-10T20:20:14.177Z Compiling bit-vec v0.8.0
14172026-04-10T20:20:14.180Z Compiling native-tls v0.2.18
14182026-04-10T20:20:14.222Z Compiling quick-error v1.2.3
14192026-04-10T20:20:14.225Z Compiling time-macros v0.2.27
14202026-04-10T20:20:14.237Z Compiling crossbeam-utils v0.8.21
14212026-04-10T20:20:14.254Z Compiling siphasher v1.0.2
14222026-04-10T20:20:14.269Z Compiling usdt-impl v0.6.0
14232026-04-10T20:20:14.299Z Compiling num_threads v0.1.7
14242026-04-10T20:20:14.340Z Compiling simd-adler32 v0.3.8
14252026-04-10T20:20:14.408Z Compiling syn v1.0.109
14262026-04-10T20:20:14.424Z Compiling bit-set v0.8.0
14272026-04-10T20:20:14.454Z Compiling unicode-normalization v0.1.25
14282026-04-10T20:20:14.480Z Compiling slog v2.8.2
14292026-04-10T20:20:14.539Z Compiling heapless v0.7.17
14302026-04-10T20:20:14.569Z Compiling aws-lc-sys v0.37.1
14312026-04-10T20:20:14.583Z Compiling ring v0.17.14
14322026-04-10T20:20:14.597Z Compiling synstructure v0.13.2
14332026-04-10T20:20:14.611Z Compiling openssl-sys v0.9.111
14342026-04-10T20:20:14.611Z Compiling serde_derive_internals v0.29.1
14352026-04-10T20:20:14.647Z Compiling pest_generator v2.8.6
14362026-04-10T20:20:14.689Z Compiling darling_core v0.20.11
14372026-04-10T20:20:14.749Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14382026-04-10T20:20:14.801Z Compiling regex-automata v0.4.14
14392026-04-10T20:20:14.951Z Compiling tempfile v3.25.0
14402026-04-10T20:20:15.069Z Compiling darling_core v0.21.3
14412026-04-10T20:20:15.196Z Compiling bzip2-sys v0.1.13+1.0.8
14422026-04-10T20:20:15.244Z Compiling rusty-fork v0.3.1
14432026-04-10T20:20:15.397Z Compiling time v0.3.47
14442026-04-10T20:20:15.425Z Compiling rand_xorshift v0.4.0
14452026-04-10T20:20:15.444Z Compiling thread-id v5.1.0
14462026-04-10T20:20:15.510Z Compiling sync_wrapper v1.0.2
14472026-04-10T20:20:15.543Z Compiling cookie v0.18.1
14482026-04-10T20:20:15.596Z Compiling unicode-properties v0.1.4
14492026-04-10T20:20:15.609Z Compiling zstd-safe v7.2.4
14502026-04-10T20:20:15.625Z Compiling paste v1.0.15
14512026-04-10T20:20:15.642Z Compiling unarray v0.1.4
14522026-04-10T20:20:15.657Z Compiling anyhow v1.0.102
14532026-04-10T20:20:15.749Z Compiling unicode-bidi v0.3.18
14542026-04-10T20:20:15.765Z Compiling signal-hook v0.3.18
14552026-04-10T20:20:15.780Z Compiling adler2 v2.0.1
14562026-04-10T20:20:15.887Z Compiling miniz_oxide v0.8.9
14572026-04-10T20:20:16.047Z Compiling num-integer v0.1.46
14582026-04-10T20:20:16.061Z Compiling vergen-lib v0.1.6
14592026-04-10T20:20:16.249Z Compiling stringprep v0.1.5
14602026-04-10T20:20:16.265Z Compiling curve25519-dalek v4.1.3
14612026-04-10T20:20:16.316Z Compiling ff v0.13.1
14622026-04-10T20:20:16.396Z Compiling hash32 v0.2.1
14632026-04-10T20:20:16.457Z Compiling memoffset v0.9.1
14642026-04-10T20:20:16.472Z Compiling smoltcp v0.9.1
14652026-04-10T20:20:16.475Z Compiling serde_derive v1.0.228
14662026-04-10T20:20:16.531Z Compiling zeroize_derive v1.4.3
14672026-04-10T20:20:16.605Z Compiling zerofrom-derive v0.1.6
14682026-04-10T20:20:16.623Z Compiling yoke-derive v0.8.1
14692026-04-10T20:20:16.633Z Compiling zerocopy-derive v0.8.40
14702026-04-10T20:20:16.669Z Compiling zerovec-derive v0.11.2
14712026-04-10T20:20:16.714Z Compiling displaydoc v0.2.5
14722026-04-10T20:20:16.827Z Compiling tokio-macros v2.6.0
14732026-04-10T20:20:17.054Z Compiling futures-macro v0.3.32
14742026-04-10T20:20:17.115Z Compiling der_derive v0.7.3
14752026-04-10T20:20:17.217Z Compiling zeroize v1.8.2
14762026-04-10T20:20:17.557Z Compiling thiserror-impl v2.0.18
14772026-04-10T20:20:17.629Z Compiling rustls-pki-types v1.14.0
14782026-04-10T20:20:17.690Z Compiling tracing-attributes v0.1.31
14792026-04-10T20:20:17.844Z Compiling pest_derive v2.8.6
14802026-04-10T20:20:17.853Z Compiling scroll_derive v0.13.1
14812026-04-10T20:20:17.973Z Compiling crypto-common v0.1.7
14822026-04-10T20:20:18.041Z Compiling block-buffer v0.10.4
14832026-04-10T20:20:18.117Z Compiling zerofrom v0.1.6
14842026-04-10T20:20:18.117Z Compiling futures-util v0.3.32
14852026-04-10T20:20:18.140Z Compiling block-padding v0.3.3
14862026-04-10T20:20:18.189Z Compiling digest v0.10.7
14872026-04-10T20:20:18.219Z Compiling der v0.7.10
14882026-04-10T20:20:18.263Z Compiling yoke v0.8.1
14892026-04-10T20:20:18.305Z Compiling inout v0.1.4
14902026-04-10T20:20:18.320Z Compiling schemars_derive v0.8.22
14912026-04-10T20:20:18.454Z Compiling zerovec v0.11.5
14922026-04-10T20:20:18.471Z Compiling zerotrie v0.2.3
14932026-04-10T20:20:18.498Z Compiling hmac v0.12.1
14942026-04-10T20:20:18.673Z Compiling cipher v0.4.4
14952026-04-10T20:20:18.702Z Compiling sha2 v0.10.9
14962026-04-10T20:20:18.793Z Compiling pbkdf2 v0.12.2
14972026-04-10T20:20:18.928Z Compiling tinystr v0.8.2
14982026-04-10T20:20:18.952Z Compiling potential_utf v0.1.4
14992026-04-10T20:20:18.960Z Compiling salsa20 v0.10.2
15002026-04-10T20:20:18.983Z Compiling thiserror v2.0.18
15012026-04-10T20:20:19.059Z Compiling cbc v0.1.2
15022026-04-10T20:20:19.063Z Compiling spki v0.7.3
15032026-04-10T20:20:19.104Z Compiling icu_locale_core v2.1.1
15042026-04-10T20:20:19.128Z Compiling icu_collections v2.1.1
15052026-04-10T20:20:19.138Z Compiling scrypt v0.11.0
15062026-04-10T20:20:19.206Z Compiling aes v0.8.4
15072026-04-10T20:20:19.237Z Compiling tracing v0.1.44
15082026-04-10T20:20:19.312Z Compiling scroll v0.13.0
15092026-04-10T20:20:19.419Z Compiling darling_macro v0.20.11
15102026-04-10T20:20:19.477Z Compiling openssl-macros v0.1.1
15112026-04-10T20:20:19.533Z Compiling dtrace-parser v0.3.0
15122026-04-10T20:20:19.607Z Compiling pkcs5 v0.7.1
15132026-04-10T20:20:19.632Z Compiling goblin v0.10.5
15142026-04-10T20:20:19.658Z Compiling signature v2.2.0
15152026-04-10T20:20:19.849Z Compiling icu_provider v2.1.1
15162026-04-10T20:20:19.931Z Compiling pkcs8 v0.10.2
15172026-04-10T20:20:19.974Z Compiling darling v0.20.11
15182026-04-10T20:20:20.019Z Compiling rustls-native-certs v0.8.3
15192026-04-10T20:20:20.067Z Compiling bytes v1.11.1
15202026-04-10T20:20:20.108Z Compiling icu_normalizer v2.1.1
15212026-04-10T20:20:20.135Z Compiling icu_properties v2.1.2
15222026-04-10T20:20:20.138Z Compiling chrono v0.4.44
15232026-04-10T20:20:20.170Z Compiling ipnet v2.11.0
15242026-04-10T20:20:20.270Z Compiling derive_builder_core v0.20.2
15252026-04-10T20:20:20.296Z Compiling scroll_derive v0.12.1
15262026-04-10T20:20:20.311Z Compiling thiserror-impl v1.0.69
15272026-04-10T20:20:20.332Z Compiling serde_spanned v0.6.9
15282026-04-10T20:20:20.464Z Compiling serde_tokenstream v0.2.3
15292026-04-10T20:20:20.493Z Compiling toml_datetime v0.6.11
15302026-04-10T20:20:20.661Z Compiling tokio v1.50.0
15312026-04-10T20:20:20.695Z Compiling http v1.4.0
15322026-04-10T20:20:20.715Z Compiling erased-serde v0.3.31
15332026-04-10T20:20:20.767Z Compiling md-5 v0.10.6
15342026-04-10T20:20:20.792Z Compiling webpki-roots v1.0.6
15352026-04-10T20:20:20.928Z Compiling darling_macro v0.21.3
15362026-04-10T20:20:20.952Z Compiling zerocopy-derive v0.7.35
15372026-04-10T20:20:20.981Z Compiling idna_adapter v1.2.1
15382026-04-10T20:20:21.108Z Compiling ppv-lite86 v0.2.21
15392026-04-10T20:20:21.139Z Compiling idna v1.1.0
15402026-04-10T20:20:21.158Z Compiling derive_builder_macro v0.20.2
15412026-04-10T20:20:21.197Z Compiling scroll v0.12.0
15422026-04-10T20:20:21.220Z Compiling cfg_aliases v0.2.1
15432026-04-10T20:20:21.248Z Compiling num-bigint-dig v0.8.6
15442026-04-10T20:20:21.305Z Compiling litrs v1.0.0
15452026-04-10T20:20:21.448Z Compiling url v2.5.8
15462026-04-10T20:20:21.468Z Compiling rand_chacha v0.9.0
15472026-04-10T20:20:21.472Z Compiling http-body v1.0.1
15482026-04-10T20:20:21.492Z Compiling rand_chacha v0.3.1
15492026-04-10T20:20:21.553Z Compiling psl-types v2.0.11
15502026-04-10T20:20:21.619Z Compiling thiserror v1.0.69
15512026-04-10T20:20:21.633Z Compiling http-body-util v0.1.3
15522026-04-10T20:20:21.651Z Compiling rustix v0.38.44
15532026-04-10T20:20:21.678Z Compiling rand v0.9.2
15542026-04-10T20:20:21.694Z Compiling zlib-rs v0.6.2
15552026-04-10T20:20:21.743Z Compiling fallible-iterator v0.2.0
15562026-04-10T20:20:21.818Z Compiling iri-string v0.7.10
15572026-04-10T20:20:21.836Z Compiling base16ct v0.2.0
15582026-04-10T20:20:21.853Z Compiling ref-cast v1.0.25
15592026-04-10T20:20:21.915Z Compiling ryu v1.0.23
15602026-04-10T20:20:22.124Z Compiling serde_urlencoded v0.7.1
15612026-04-10T20:20:22.146Z Compiling sec1 v0.7.3
15622026-04-10T20:20:22.192Z Compiling zerocopy v0.7.35
15632026-04-10T20:20:22.235Z Compiling document-features v0.2.12
15642026-04-10T20:20:22.279Z Compiling proptest v1.10.0
15652026-04-10T20:20:22.323Z Compiling postgres-protocol v0.6.10
15662026-04-10T20:20:22.330Z Compiling rand v0.8.5
15672026-04-10T20:20:22.457Z Compiling dof v0.4.0
15682026-04-10T20:20:22.474Z Compiling derive_builder v0.20.2
15692026-04-10T20:20:22.488Z Compiling publicsuffix v2.3.0
15702026-04-10T20:20:22.564Z Compiling darling v0.21.3
15712026-04-10T20:20:22.619Z Compiling goblin v0.8.2
15722026-04-10T20:20:22.658Z Compiling nix v0.31.1
15732026-04-10T20:20:22.826Z Compiling cargo-platform v0.1.9
15742026-04-10T20:20:22.830Z Compiling hubpack_derive v0.1.1
15752026-04-10T20:20:22.908Z Compiling ipnetwork v0.21.1
15762026-04-10T20:20:22.924Z Compiling hkdf v0.12.4
15772026-04-10T20:20:23.044Z Compiling crypto-bigint v0.5.5
15782026-04-10T20:20:23.097Z Compiling regex v1.12.3
15792026-04-10T20:20:23.149Z Compiling oxnet v0.1.4
15802026-04-10T20:20:23.419Z Compiling curve25519-dalek-derive v0.1.1
15812026-04-10T20:20:23.436Z Compiling async-trait v0.1.89
15822026-04-10T20:20:23.449Z Compiling ref-cast-impl v1.0.25
15832026-04-10T20:20:23.548Z Compiling daft-derive v0.1.5
15842026-04-10T20:20:23.564Z Compiling strum_macros v0.27.2
15852026-04-10T20:20:23.670Z Compiling group v0.13.0
15862026-04-10T20:20:23.800Z Compiling num-iter v0.1.45
15872026-04-10T20:20:23.943Z Compiling terminal_size v0.4.3
15882026-04-10T20:20:23.993Z Compiling phf_shared v0.13.1
15892026-04-10T20:20:24.023Z Compiling lazy_static v1.5.0
15902026-04-10T20:20:24.104Z Compiling vergen v9.0.6
15912026-04-10T20:20:24.118Z Compiling fs-err v3.3.0
15922026-04-10T20:20:24.134Z Compiling ahash v0.8.12
15932026-04-10T20:20:24.213Z Compiling libbz2-rs-sys v0.2.2
15942026-04-10T20:20:24.234Z Compiling managed v0.8.0
15952026-04-10T20:20:24.251Z Compiling winnow v0.5.40
15962026-04-10T20:20:24.311Z Compiling bitflags v1.3.2
15972026-04-10T20:20:24.327Z Compiling foldhash v0.1.5
15982026-04-10T20:20:24.342Z Compiling unicode-segmentation v1.12.0
15992026-04-10T20:20:24.367Z Compiling object v0.37.3
16002026-04-10T20:20:24.402Z Compiling bumpalo v3.20.2
16012026-04-10T20:20:24.416Z Compiling tokio-util v0.7.18
16022026-04-10T20:20:24.467Z Compiling tower v0.5.3
16032026-04-10T20:20:24.493Z Compiling tokio-native-tls v0.3.1
16042026-04-10T20:20:24.518Z Compiling hashbrown v0.15.5
16052026-04-10T20:20:24.663Z Compiling newtype-uuid v1.3.2
16062026-04-10T20:20:24.681Z Compiling flate2 v1.1.9
16072026-04-10T20:20:24.753Z Compiling bzip2 v0.6.1
16082026-04-10T20:20:24.765Z Compiling zopfli v0.8.3
16092026-04-10T20:20:24.942Z Compiling tower-http v0.6.8
16102026-04-10T20:20:24.988Z Compiling daft v0.1.5
16112026-04-10T20:20:25.004Z Compiling dof v0.3.0
16122026-04-10T20:20:25.044Z Compiling clap_builder v4.5.60
16132026-04-10T20:20:25.136Z Compiling h2 v0.4.13
16142026-04-10T20:20:25.229Z Compiling phf v0.13.1
16152026-04-10T20:20:25.376Z Compiling signal-hook-mio v0.2.5
16162026-04-10T20:20:25.512Z Compiling elliptic-curve v0.13.8
16172026-04-10T20:20:25.516Z Compiling usdt-macro v0.6.0
16182026-04-10T20:20:25.597Z Compiling toml_edit v0.19.15
16192026-04-10T20:20:25.614Z Compiling strum v0.27.2
16202026-04-10T20:20:25.728Z Compiling usdt-attr-macro v0.6.0
16212026-04-10T20:20:25.749Z Compiling cargo_metadata v0.19.2
16222026-04-10T20:20:25.768Z Compiling cookie_store v0.22.1
16232026-04-10T20:20:25.796Z Compiling bzip2 v0.4.4
16242026-04-10T20:20:25.846Z Compiling hubpack v0.1.2
16252026-04-10T20:20:26.044Z Compiling postgres-types v0.2.12
16262026-04-10T20:20:26.065Z Compiling serde_with_macros v3.17.0
16272026-04-10T20:20:26.082Z Compiling zstd v0.13.3
16282026-04-10T20:20:26.313Z Compiling dtrace-parser v0.2.0
16292026-04-10T20:20:26.367Z Compiling pkcs1 v0.7.5
16302026-04-10T20:20:26.431Z Compiling ed25519 v2.2.3
16312026-04-10T20:20:26.447Z Compiling hex v0.4.3
16322026-04-10T20:20:26.561Z Compiling serde-big-array v0.5.1
16332026-04-10T20:20:26.623Z Compiling rfc6979 v0.4.0
16342026-04-10T20:20:26.717Z Compiling bstr v1.12.1
16352026-04-10T20:20:26.734Z Compiling serde_repr v0.1.20
16362026-04-10T20:20:26.784Z Compiling strum_macros v0.26.4
16372026-04-10T20:20:26.791Z Compiling enum-as-inner v0.6.1
16382026-04-10T20:20:27.099Z Compiling clap_derive v4.5.55
16392026-04-10T20:20:27.126Z Compiling phf_shared v0.11.3
16402026-04-10T20:20:27.238Z Compiling float-cmp v0.10.0
16412026-04-10T20:20:27.302Z Compiling thread-id v4.2.2
16422026-04-10T20:20:27.354Z Compiling memmap2 v0.9.10
16432026-04-10T20:20:27.369Z Compiling env_filter v1.0.0
16442026-04-10T20:20:27.372Z Compiling encoding_rs v0.8.35
16452026-04-10T20:20:27.398Z Compiling static_assertions v1.1.0
16462026-04-10T20:20:27.415Z Compiling precomputed-hash v0.1.1
16472026-04-10T20:20:27.435Z Compiling either v1.15.0
16482026-04-10T20:20:27.472Z Compiling mime v0.3.17
16492026-04-10T20:20:27.490Z Compiling fixedbitset v0.5.7
16502026-04-10T20:20:27.524Z Compiling keccak v0.1.6
16512026-04-10T20:20:27.588Z Compiling normalize-line-endings v0.3.0
16522026-04-10T20:20:27.665Z Compiling new_debug_unreachable v1.0.6
16532026-04-10T20:20:27.703Z Compiling data-encoding v2.10.0
16542026-04-10T20:20:27.718Z Compiling jiff v0.2.21
16552026-04-10T20:20:27.750Z Compiling difflib v0.4.0
16562026-04-10T20:20:27.767Z Compiling predicates-core v1.0.10
16572026-04-10T20:20:27.816Z Compiling whoami v2.1.0
16582026-04-10T20:20:27.954Z Compiling rustc-hash v2.1.1
16592026-04-10T20:20:28.122Z Compiling fixedbitset v0.4.2
16602026-04-10T20:20:28.127Z Compiling iddqd v0.3.17
16612026-04-10T20:20:28.222Z Compiling hyper v1.8.1
16622026-04-10T20:20:28.282Z Compiling petgraph v0.6.5
16632026-04-10T20:20:28.342Z Compiling tokio-postgres v0.7.16
16642026-04-10T20:20:28.366Z Compiling hickory-proto v0.25.2
16652026-04-10T20:20:28.381Z Compiling predicates v3.1.4
16662026-04-10T20:20:28.387Z Compiling toml_edit v0.22.27
16672026-04-10T20:20:28.444Z Compiling string_cache v0.8.9
16682026-04-10T20:20:28.643Z Compiling strum v0.26.3
16692026-04-10T20:20:28.701Z Compiling petgraph v0.8.3
16702026-04-10T20:20:28.793Z Compiling sha3 v0.10.8
16712026-04-10T20:20:28.982Z Compiling clap v4.5.60
16722026-04-10T20:20:28.997Z Compiling itertools v0.13.0
16732026-04-10T20:20:29.078Z Compiling env_logger v0.11.9
16742026-04-10T20:20:29.098Z Compiling usdt v0.6.0
16752026-04-10T20:20:29.238Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16762026-04-10T20:20:29.300Z Compiling usdt-impl v0.5.0
16772026-04-10T20:20:29.318Z Compiling hyper-util v0.1.20
16782026-04-10T20:20:29.383Z Compiling serde_with v3.17.0
16792026-04-10T20:20:29.464Z Compiling similar v2.7.0
16802026-04-10T20:20:29.820Z Compiling crossterm v0.28.1
16812026-04-10T20:20:29.872Z Compiling toml v0.7.8
16822026-04-10T20:20:29.915Z Compiling ecdsa v0.16.9
16832026-04-10T20:20:30.263Z Compiling ed25519-dalek v2.2.0
16842026-04-10T20:20:30.313Z Compiling zip v4.6.1
16852026-04-10T20:20:30.361Z Compiling rsa v0.9.10
16862026-04-10T20:20:30.703Z Compiling zip v0.6.6
16872026-04-10T20:20:30.906Z Compiling hyper-tls v0.6.0
16882026-04-10T20:20:31.120Z Compiling tokio-stream v0.1.18
16892026-04-10T20:20:31.140Z Compiling heck v0.4.1
16902026-04-10T20:20:31.156Z Compiling buf-list v1.1.2
16912026-04-10T20:20:31.174Z Compiling toml_parser v1.0.9+spec-1.1.0
16922026-04-10T20:20:31.270Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16932026-04-10T20:20:31.284Z Compiling openapiv3 v2.2.0
16942026-04-10T20:20:31.305Z Compiling x509-cert v0.2.5
16952026-04-10T20:20:31.392Z Compiling sha1 v0.10.6
16962026-04-10T20:20:31.413Z Compiling crossbeam-epoch v0.9.18
16972026-04-10T20:20:31.436Z Compiling toml_datetime v0.7.5+spec-1.1.0
16982026-04-10T20:20:31.584Z Compiling lalrpop-util v0.19.12
16992026-04-10T20:20:31.607Z Compiling peg-runtime v0.8.5
17002026-04-10T20:20:31.641Z Compiling thread_local v1.1.9
17012026-04-10T20:20:31.742Z Compiling slog-async v2.8.0
17022026-04-10T20:20:31.779Z Compiling futures-executor v0.3.32
17032026-04-10T20:20:31.805Z Compiling crossbeam-channel v0.5.15
17042026-04-10T20:20:31.822Z Compiling is-terminal v0.4.17
17052026-04-10T20:20:31.920Z Compiling filetime v0.2.27
17062026-04-10T20:20:31.928Z Compiling xattr v1.6.1
17072026-04-10T20:20:31.947Z Compiling take_mut v0.2.2
17082026-04-10T20:20:31.964Z Compiling term v1.2.1
17092026-04-10T20:20:32.041Z Compiling futures v0.3.32
17102026-04-10T20:20:32.071Z Compiling tar v0.4.45
17112026-04-10T20:20:32.262Z Compiling slog-term v2.9.2
17122026-04-10T20:20:47.371Z Compiling rustls-webpki v0.103.9
17132026-04-10T20:20:50.174Z Compiling tokio-rustls v0.26.4
17142026-04-10T20:20:50.174Z Compiling rustls-platform-verifier v0.6.2
17152026-04-10T20:20:50.374Z Compiling hyper-rustls v0.27.7
17162026-04-10T20:20:50.568Z Compiling reqwest v0.12.28
17172026-04-10T20:20:50.569Z Compiling reqwest v0.13.2
17182026-04-10T20:20:52.569Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17192026-04-10T20:20:52.801Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17202026-04-10T20:20:55.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.45s
17212026-04-10T20:20:55.769Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17222026-04-10T20:20:55.828ZApr 10 20:20:55.622 INFO Starting download, target: Clickhouse
17232026-04-10T20:20:55.828ZApr 10 20:20:55.622 INFO Starting download, target: Cockroach
17242026-04-10T20:20:55.828ZApr 10 20:20:55.622 INFO Starting download, target: Console
17252026-04-10T20:20:55.828ZApr 10 20:20:55.622 INFO Starting download, target: DendriteStub
17262026-04-10T20:20:55.832ZApr 10 20:20:55.622 INFO Starting download, target: MaghemiteMgd
17272026-04-10T20:20:55.832ZApr 10 20:20:55.622 INFO Starting download, target: TransceiverControl
17282026-04-10T20:20:55.832ZApr 10 20:20:55.623 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17292026-04-10T20:20:55.832ZApr 10 20:20:55.623 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17302026-04-10T20:20:55.832ZApr 10 20:20:55.623 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17312026-04-10T20:20:55.832ZApr 10 20:20:55.623 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17322026-04-10T20:20:55.832ZApr 10 20:20:55.623 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17332026-04-10T20:20:55.832ZApr 10 20:20:55.623 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17342026-04-10T20:20:56.153ZApr 10 20:20:55.944 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17352026-04-10T20:20:56.363ZApr 10 20:20:56.157 INFO Download complete, target: TransceiverControl
17362026-04-10T20:20:56.780ZApr 10 20:20:56.574 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17372026-04-10T20:20:57.036ZApr 10 20:20:56.828 INFO Download complete, target: Console
17382026-04-10T20:20:57.262ZApr 10 20:20:57.053 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17392026-04-10T20:20:57.543ZApr 10 20:20:57.336 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17402026-04-10T20:20:57.949ZApr 10 20:20:57.743 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17412026-04-10T20:20:58.004ZApr 10 20:20:57.792 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422026-04-10T20:20:58.004ZApr 10 20:20:57.792 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432026-04-10T20:20:59.663ZApr 10 20:20:59.458 INFO Download complete, target: DendriteStub
17442026-04-10T20:20:59.897ZApr 10 20:20:59.692 INFO Download complete, target: MaghemiteMgd
17452026-04-10T20:21:02.684ZApr 10 20:21:02.479 INFO Checking that binary works, target: Cockroach
17462026-04-10T20:21:02.785ZApr 10 20:21:02.580 INFO Download complete, target: Cockroach
17472026-04-10T20:21:04.684ZApr 10 20:21:04.476 INFO Checking that binary works, target: Clickhouse
17482026-04-10T20:21:04.778ZApr 10 20:21:04.567 INFO Download complete, target: Clickhouse
17492026-04-10T20:21:04.783ZAll prerequisites installed successfully
17502026-04-10T20:21:04.784Z
17512026-04-10T20:21:04.784Zreal 2:47.651218509
17522026-04-10T20:21:04.784Zuser 7:13.467688653
17532026-04-10T20:21:04.784Zsys 1:41.266329679
17542026-04-10T20:21:04.784Ztrap 0.267660873
17552026-04-10T20:21:04.784Ztflt 1.208095477
17562026-04-10T20:21:04.784Zdflt 1.631809819
17572026-04-10T20:21:04.784Zkflt 0.022033915
17582026-04-10T20:21:04.784Zlock 22:11.322255351
17592026-04-10T20:21:04.784Zslp 19:23.539732409
17602026-04-10T20:21:04.784Zlat 25.434187203
17612026-04-10T20:21:04.784Zstop 2:53.284204025
17622026-04-10T20:21:04.784Z+ ptime -m cargo xtask download softnpu
17632026-04-10T20:21:05.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17642026-04-10T20:21:05.323Z Running `target/debug/xtask download softnpu`
17652026-04-10T20:21:06.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17662026-04-10T20:21:06.157Z Running `target/debug/xtask-downloader softnpu`
17672026-04-10T20:21:06.201ZApr 10 20:21:05.995 INFO Starting download, target: Softnpu
17682026-04-10T20:21:06.204ZApr 10 20:21:05.996 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17692026-04-10T20:21:06.728ZApr 10 20:21:06.522 INFO Download complete, target: Softnpu
17702026-04-10T20:21:06.731Z
17712026-04-10T20:21:06.735Zreal 1.946614995
17722026-04-10T20:21:06.735Zuser 1.299011870
17732026-04-10T20:21:06.735Zsys 0.685355705
17742026-04-10T20:21:06.735Ztrap 0.002054765
17752026-04-10T20:21:06.735Ztflt 0.000175748
17762026-04-10T20:21:06.735Zdflt 0.000403160
17772026-04-10T20:21:06.735Zkflt 0.000015579
17782026-04-10T20:21:06.735Zlock 9.532078957
17792026-04-10T20:21:06.735Zslp 0.385697858
17802026-04-10T20:21:06.735Zlat 0.132527013
17812026-04-10T20:21:06.735Zstop 0.000166765
17822026-04-10T20:21:06.735Z+ export CARGO_INCREMENTAL=0
17832026-04-10T20:21:06.735Z+ CARGO_INCREMENTAL=0
17842026-04-10T20:21:06.735Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17852026-04-10T20:21:07.631Z Compiling proc-macro2 v1.0.106
17862026-04-10T20:21:07.631Z Compiling quote v1.0.44
17872026-04-10T20:21:07.631Z Compiling unicode-ident v1.0.24
17882026-04-10T20:21:07.631Z Compiling libc v0.2.180
17892026-04-10T20:21:07.635Z Compiling serde_core v1.0.228
17902026-04-10T20:21:07.635Z Compiling serde v1.0.228
17912026-04-10T20:21:07.635Z Compiling cfg-if v1.0.4
17922026-04-10T20:21:07.635Z Compiling version_check v0.9.5
17932026-04-10T20:21:07.635Z Compiling find-msvc-tools v0.1.9
17942026-04-10T20:21:07.635Z Compiling shlex v1.3.0
17952026-04-10T20:21:07.635Z Compiling typenum v1.19.0
17962026-04-10T20:21:07.635Z Compiling autocfg v1.5.0
17972026-04-10T20:21:07.635Z Compiling zmij v1.0.21
17982026-04-10T20:21:07.777Z Compiling serde_json v1.0.149
17992026-04-10T20:21:07.781Z Compiling portable-atomic v1.13.1
18002026-04-10T20:21:07.960Z Compiling memchr v2.8.0
18012026-04-10T20:21:08.014Z Compiling zerocopy v0.8.40
18022026-04-10T20:21:08.103Z Compiling generic-array v0.14.7
18032026-04-10T20:21:08.173Z Compiling libm v0.2.16
18042026-04-10T20:21:08.206Z Compiling smallvec v1.15.1
18052026-04-10T20:21:08.209Z Compiling icu_normalizer_data v2.1.1
18062026-04-10T20:21:08.209Z Compiling num-traits v0.2.19
18072026-04-10T20:21:08.345Z Compiling parking_lot_core v0.9.12
18082026-04-10T20:21:08.427Z Compiling icu_properties_data v2.1.2
18092026-04-10T20:21:08.431Z Compiling itoa v1.0.17
18102026-04-10T20:21:08.480Z Compiling log v0.4.29
18112026-04-10T20:21:08.515Z Compiling stable_deref_trait v1.2.1
18122026-04-10T20:21:08.518Z Compiling pkg-config v0.3.32
18132026-04-10T20:21:08.565Z Compiling subtle v2.6.1
18142026-04-10T20:21:08.588Z Compiling getrandom v0.4.1
18152026-04-10T20:21:08.710Z Compiling getrandom v0.3.4
18162026-04-10T20:21:08.763Z Compiling getrandom v0.2.17
18172026-04-10T20:21:08.764Z Compiling errno v0.3.14
18182026-04-10T20:21:08.764Z Compiling jobserver v0.1.34
18192026-04-10T20:21:08.868Z Compiling scopeguard v1.2.0
18202026-04-10T20:21:08.898Z Compiling rand_core v0.6.4
18212026-04-10T20:21:08.983Z Compiling lock_api v0.4.14
18222026-04-10T20:21:09.000Z Compiling cc v1.2.56
18232026-04-10T20:21:09.090Z Compiling syn v2.0.117
18242026-04-10T20:21:09.105Z Compiling litemap v0.8.1
18252026-04-10T20:21:09.139Z Compiling writeable v0.6.2
18262026-04-10T20:21:09.154Z Compiling percent-encoding v2.3.2
18272026-04-10T20:21:09.186Z Compiling fnv v1.0.7
18282026-04-10T20:21:09.204Z Compiling thiserror v2.0.18
18292026-04-10T20:21:09.298Z Compiling pin-project-lite v0.2.17
18302026-04-10T20:21:09.398Z Compiling critical-section v1.2.0
18312026-04-10T20:21:09.451Z Compiling allocator-api2 v0.2.21
18322026-04-10T20:21:09.454Z Compiling equivalent v1.0.2
18332026-04-10T20:21:09.454Z Compiling rustversion v1.0.22
18342026-04-10T20:21:09.481Z Compiling schemars v0.8.22
18352026-04-10T20:21:09.546Z Compiling utf8_iter v1.0.4
18362026-04-10T20:21:09.593Z Compiling foldhash v0.2.0
18372026-04-10T20:21:09.596Z Compiling dunce v1.0.5
18382026-04-10T20:21:09.693Z Compiling fs_extra v1.3.0
18392026-04-10T20:21:09.726Z Compiling cmake v0.1.57
18402026-04-10T20:21:09.729Z Compiling form_urlencoded v1.2.2
18412026-04-10T20:21:09.761Z Compiling hashbrown v0.16.1
18422026-04-10T20:21:09.841Z Compiling once_cell v1.21.3
18432026-04-10T20:21:09.873Z Compiling const-oid v0.9.6
18442026-04-10T20:21:10.063Z Compiling signal-hook-registry v1.4.8
18452026-04-10T20:21:10.118Z Compiling semver v1.0.27
18462026-04-10T20:21:10.193Z Compiling rustix v1.1.3
18472026-04-10T20:21:10.208Z Compiling socket2 v0.6.2
18482026-04-10T20:21:10.330Z Compiling bitflags v2.11.0
18492026-04-10T20:21:10.385Z Compiling ring v0.17.14
18502026-04-10T20:21:10.415Z Compiling aws-lc-sys v0.37.1
18512026-04-10T20:21:10.441Z Compiling indexmap v2.13.0
18522026-04-10T20:21:10.459Z Compiling parking_lot v0.12.5
18532026-04-10T20:21:10.462Z Compiling mio v1.1.1
18542026-04-10T20:21:10.544Z Compiling rand_core v0.10.0
18552026-04-10T20:21:10.560Z Compiling aws-lc-rs v1.16.0
18562026-04-10T20:21:10.630Z Compiling futures-core v0.3.32
18572026-04-10T20:21:10.650Z Compiling strsim v0.11.1
18582026-04-10T20:21:10.733Z Compiling thiserror v1.0.69
18592026-04-10T20:21:10.827Z Compiling ucd-trie v0.1.7
18602026-04-10T20:21:10.866Z Compiling httparse v1.10.1
18612026-04-10T20:21:10.899Z Compiling byteorder v1.5.0
18622026-04-10T20:21:10.995Z Compiling pest v2.8.6
18632026-04-10T20:21:11.057Z Compiling syn v1.0.109
18642026-04-10T20:21:11.119Z Compiling iana-time-zone v0.1.65
18652026-04-10T20:21:11.146Z Compiling heck v0.5.0
18662026-04-10T20:21:11.164Z Compiling ident_case v1.0.1
18672026-04-10T20:21:11.217Z Compiling vcpkg v0.2.15
18682026-04-10T20:21:11.271Z Compiling uuid v1.23.0
18692026-04-10T20:21:11.309Z Compiling cpufeatures v0.2.17
18702026-04-10T20:21:11.444Z Compiling regex-syntax v0.8.10
18712026-04-10T20:21:11.580Z Compiling rustc_version v0.4.1
18722026-04-10T20:21:11.663Z Compiling rustls v0.23.37
18732026-04-10T20:21:11.733Z Compiling futures-sink v0.3.32
18742026-04-10T20:21:11.831Z Compiling openssl-sys v0.9.111
18752026-04-10T20:21:11.847Z Compiling futures-channel v0.3.32
18762026-04-10T20:21:11.884Z Compiling synstructure v0.13.2
18772026-04-10T20:21:11.902Z Compiling serde_derive_internals v0.29.1
18782026-04-10T20:21:11.949Z Compiling slab v0.4.12
18792026-04-10T20:21:11.967Z Compiling futures-task v0.3.32
18802026-04-10T20:21:11.991Z Compiling futures-io v0.3.32
18812026-04-10T20:21:12.096Z Compiling pest_meta v2.8.6
18822026-04-10T20:21:12.193Z Compiling plain v0.2.3
18832026-04-10T20:21:12.213Z Compiling dyn-clone v1.0.20
18842026-04-10T20:21:12.323Z Compiling aho-corasick v1.1.4
18852026-04-10T20:21:12.346Z Compiling num-conv v0.2.0
18862026-04-10T20:21:12.363Z Compiling time-core v0.1.8
18872026-04-10T20:21:12.381Z Compiling crossbeam-utils v0.8.21
18882026-04-10T20:21:12.500Z Compiling pretty-hex v0.4.1
18892026-04-10T20:21:12.535Z Compiling time-macros v0.2.27
18902026-04-10T20:21:12.610Z Compiling base64 v0.22.1
18912026-04-10T20:21:12.676Z Compiling openssl v0.10.75
18922026-04-10T20:21:12.716Z Compiling pest_generator v2.8.6
18932026-04-10T20:21:12.824Z Compiling anyhow v1.0.102
18942026-04-10T20:21:12.862Z Compiling base64ct v1.8.3
18952026-04-10T20:21:12.893Z Compiling crc32fast v1.5.0
18962026-04-10T20:21:12.947Z Compiling darling_core v0.21.3
18972026-04-10T20:21:12.962Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18982026-04-10T20:21:13.022Z Compiling flagset v0.4.7
18992026-04-10T20:21:13.134Z Compiling pem-rfc7468 v0.7.0
19002026-04-10T20:21:13.151Z Compiling native-tls v0.2.18
19012026-04-10T20:21:13.171Z Compiling serde_derive v1.0.228
19022026-04-10T20:21:13.171Z Compiling zeroize_derive v1.4.3
19032026-04-10T20:21:13.204Z Compiling zerofrom-derive v0.1.6
19042026-04-10T20:21:13.208Z Compiling yoke-derive v0.8.1
19052026-04-10T20:21:13.237Z Compiling zerovec-derive v0.11.2
19062026-04-10T20:21:13.353Z Compiling displaydoc v0.2.5
19072026-04-10T20:21:13.372Z Compiling zerocopy-derive v0.8.40
19082026-04-10T20:21:13.395Z Compiling tokio-macros v2.6.0
19092026-04-10T20:21:13.412Z Compiling futures-macro v0.3.32
19102026-04-10T20:21:13.427Z Compiling thiserror-impl v2.0.18
19112026-04-10T20:21:13.535Z Compiling schemars_derive v0.8.22
19122026-04-10T20:21:13.602Z Compiling der_derive v0.7.3
19132026-04-10T20:21:13.774Z Compiling tracing-attributes v0.1.31
19142026-04-10T20:21:13.805Z Compiling zeroize v1.8.2
19152026-04-10T20:21:14.101Z Compiling thiserror-impl v1.0.69
19162026-04-10T20:21:14.176Z Compiling pest_derive v2.8.6
19172026-04-10T20:21:14.196Z Compiling futures-util v0.3.32
19182026-04-10T20:21:14.300Z Compiling regex-automata v0.4.14
19192026-04-10T20:21:14.345Z Compiling zerofrom v0.1.6
19202026-04-10T20:21:14.500Z Compiling yoke v0.8.1
19212026-04-10T20:21:14.614Z Compiling crypto-common v0.1.7
19222026-04-10T20:21:14.635Z Compiling block-buffer v0.10.4
19232026-04-10T20:21:14.704Z Compiling zerovec v0.11.5
19242026-04-10T20:21:14.719Z Compiling zerotrie v0.2.3
19252026-04-10T20:21:14.838Z Compiling digest v0.10.7
19262026-04-10T20:21:14.948Z Compiling block-padding v0.3.3
19272026-04-10T20:21:15.091Z Compiling inout v0.1.4
19282026-04-10T20:21:15.110Z Compiling rustls-pki-types v1.14.0
19292026-04-10T20:21:15.182Z Compiling hmac v0.12.1
19302026-04-10T20:21:15.197Z Compiling sha2 v0.10.9
19312026-04-10T20:21:15.215Z Compiling scroll_derive v0.12.1
19322026-04-10T20:21:15.238Z Compiling tinystr v0.8.2
19332026-04-10T20:21:15.241Z Compiling potential_utf v0.1.4
19342026-04-10T20:21:15.271Z Compiling cipher v0.4.4
19352026-04-10T20:21:15.305Z Compiling scroll_derive v0.13.1
19362026-04-10T20:21:15.427Z Compiling icu_locale_core v2.1.1
19372026-04-10T20:21:15.466Z Compiling icu_collections v2.1.1
19382026-04-10T20:21:15.568Z Compiling openssl-macros v0.1.1
19392026-04-10T20:21:15.999Z Compiling darling_macro v0.21.3
19402026-04-10T20:21:16.121Z Compiling icu_provider v2.1.1
19412026-04-10T20:21:16.162Z Compiling der v0.7.10
19422026-04-10T20:21:16.207Z Compiling zerocopy-derive v0.7.35
19432026-04-10T20:21:16.223Z Compiling rand_core v0.9.5
19442026-04-10T20:21:16.379Z Compiling bytes v1.11.1
19452026-04-10T20:21:16.415Z Compiling icu_normalizer v2.1.1
19462026-04-10T20:21:16.454Z Compiling icu_properties v2.1.2
19472026-04-10T20:21:16.541Z Compiling chrono v0.4.44
19482026-04-10T20:21:16.808Z Compiling serde_tokenstream v0.2.3
19492026-04-10T20:21:17.075Z Compiling tokio v1.50.0
19502026-04-10T20:21:17.354Z Compiling http v1.4.0
19512026-04-10T20:21:17.370Z Compiling idna_adapter v1.2.1
19522026-04-10T20:21:17.388Z Compiling regex v1.12.3
19532026-04-10T20:21:17.535Z Compiling idna v1.1.0
19542026-04-10T20:21:17.638Z Compiling slog v2.8.2
19552026-04-10T20:21:17.823Z Compiling ppv-lite86 v0.2.21
19562026-04-10T20:21:17.858Z Compiling tracing-core v0.1.36
19572026-04-10T20:21:17.876Z Compiling url v2.5.8
19582026-04-10T20:21:17.911Z Compiling untrusted v0.9.0
19592026-04-10T20:21:18.072Z Compiling spki v0.7.3
19602026-04-10T20:21:18.216Z Compiling darling v0.21.3
19612026-04-10T20:21:18.231Z Compiling tracing v0.1.44
19622026-04-10T20:21:18.316Z Compiling salsa20 v0.10.2
19632026-04-10T20:21:18.338Z Compiling pbkdf2 v0.12.2
19642026-04-10T20:21:18.892Z Compiling cookie v0.18.1
19652026-04-10T20:21:19.004Z Compiling camino v1.2.2
19662026-04-10T20:21:19.155Z Compiling scrypt v0.11.0
19672026-04-10T20:21:19.240Z Compiling rand_chacha v0.9.0
19682026-04-10T20:21:19.311Z Compiling aes v0.8.4
19692026-04-10T20:21:19.373Z Compiling cbc v0.1.2
19702026-04-10T20:21:19.744Z Compiling usdt-impl v0.5.0
19712026-04-10T20:21:19.786Z Compiling either v1.15.0
19722026-04-10T20:21:19.832Z Compiling usdt-impl v0.6.0
19732026-04-10T20:21:19.894Z Compiling paste v1.0.15
19742026-04-10T20:21:19.980Z Compiling ref-cast v1.0.25
19752026-04-10T20:21:20.006Z Compiling winnow v0.7.14
19762026-04-10T20:21:20.225Z Compiling pkcs5 v0.7.1
19772026-04-10T20:21:20.228Z Compiling rand v0.9.2
19782026-04-10T20:21:20.278Z Compiling http-body v1.0.1
19792026-04-10T20:21:20.352Z Compiling serde_spanned v0.6.9
19802026-04-10T20:21:20.384Z Compiling toml_datetime v0.6.11
19812026-04-10T20:21:20.450Z Compiling scroll v0.13.0
19822026-04-10T20:21:20.499Z Compiling scroll v0.12.0
19832026-04-10T20:21:20.679Z Compiling heapless v0.7.17
19842026-04-10T20:21:20.734Z Compiling bzip2-sys v0.1.13+1.0.8
19852026-04-10T20:21:20.788Z Compiling openssl-probe v0.2.1
19862026-04-10T20:21:20.804Z Compiling tokio-util v0.7.18
19872026-04-10T20:21:20.943Z Compiling atomic-waker v1.1.2
19882026-04-10T20:21:20.961Z Compiling zstd-safe v7.2.4
19892026-04-10T20:21:20.977Z Compiling signal-hook v0.3.18
19902026-04-10T20:21:21.036Z Compiling untrusted v0.7.1
19912026-04-10T20:21:21.102Z Compiling goblin v0.8.2
19922026-04-10T20:21:21.183Z Compiling goblin v0.10.5
19932026-04-10T20:21:21.213Z Compiling pkcs8 v0.10.2
19942026-04-10T20:21:21.450Z Compiling toml_parser v1.0.9+spec-1.1.0
19952026-04-10T20:21:21.579Z Compiling zerocopy v0.7.35
19962026-04-10T20:21:21.796Z Compiling ref-cast-impl v1.0.25
19972026-04-10T20:21:21.903Z Compiling curve25519-dalek v4.1.3
19982026-04-10T20:21:22.025Z Compiling darling_core v0.20.11
19992026-04-10T20:21:22.136Z Compiling toml_datetime v0.7.5+spec-1.1.0
20002026-04-10T20:21:22.183Z Compiling memoffset v0.9.1
20012026-04-10T20:21:22.205Z Compiling litrs v1.0.0
20022026-04-10T20:21:22.354Z Compiling tinyvec_macros v0.1.1
20032026-04-10T20:21:22.381Z Compiling tower-layer v0.3.3
20042026-04-10T20:21:22.433Z Compiling rustix v0.38.44
20052026-04-10T20:21:22.452Z Compiling tower-service v0.3.3
20062026-04-10T20:21:22.569Z Compiling winnow v0.5.40
20072026-04-10T20:21:22.599Z Compiling try-lock v0.2.5
20082026-04-10T20:21:22.871Z Compiling fastrand v2.3.0
20092026-04-10T20:21:22.917Z Compiling h2 v0.4.13
20102026-04-10T20:21:23.031Z Compiling want v0.3.1
20112026-04-10T20:21:23.212Z Compiling document-features v0.2.12
20122026-04-10T20:21:23.340Z Compiling dof v0.3.0
20132026-04-10T20:21:23.435Z Compiling tinyvec v1.10.0
20142026-04-10T20:21:23.989Z Compiling dof v0.4.0
20152026-04-10T20:21:24.014Z Compiling toml_edit v0.19.15
20162026-04-10T20:21:24.033Z Compiling darling_macro v0.20.11
20172026-04-10T20:21:24.131Z Compiling dtrace-parser v0.2.0
20182026-04-10T20:21:24.194Z Compiling ipnet v2.11.0
20192026-04-10T20:21:24.500Z Compiling dtrace-parser v0.3.0
20202026-04-10T20:21:24.664Z Compiling daft-derive v0.1.5
20212026-04-10T20:21:24.664Z Compiling async-trait v0.1.89
20222026-04-10T20:21:24.718Z Compiling spin v0.9.8
20232026-04-10T20:21:24.734Z Compiling thread-id v5.1.0
20242026-04-10T20:21:24.836Z Compiling thread-id v4.2.2
20252026-04-10T20:21:24.940Z Compiling foreign-types-shared v0.1.1
20262026-04-10T20:21:24.957Z Compiling cfg_aliases v0.2.1
20272026-04-10T20:21:25.009Z Compiling httpdate v1.0.3
20282026-04-10T20:21:25.059Z Compiling pin-utils v0.1.0
20292026-04-10T20:21:25.166Z Compiling powerfmt v0.2.0
20302026-04-10T20:21:25.196Z Compiling smoltcp v0.9.1
20312026-04-10T20:21:25.214Z Compiling num-bigint-dig v0.8.6
20322026-04-10T20:21:25.237Z Compiling nix v0.31.1
20332026-04-10T20:21:25.362Z Compiling deranged v0.5.8
20342026-04-10T20:21:25.413Z Compiling tempfile v3.25.0
20352026-04-10T20:21:25.444Z Compiling foreign-types v0.3.2
20362026-04-10T20:21:25.550Z Compiling darling v0.20.11
20372026-04-10T20:21:25.651Z Compiling ipnetwork v0.21.1
20382026-04-10T20:21:25.947Z Compiling hyper v1.8.1
20392026-04-10T20:21:26.064Z Compiling curve25519-dalek-derive v0.1.1
20402026-04-10T20:21:26.196Z Compiling strum_macros v0.26.4
20412026-04-10T20:21:26.258Z Compiling socket2 v0.5.10
20422026-04-10T20:21:26.276Z Compiling wait-timeout v0.2.1
20432026-04-10T20:21:26.525Z Compiling utf8parse v0.2.2
20442026-04-10T20:21:26.649Z Compiling siphasher v1.0.2
20452026-04-10T20:21:26.672Z Compiling quick-error v1.2.3
20462026-04-10T20:21:26.703Z Compiling num_threads v0.1.7
20472026-04-10T20:21:26.799Z Compiling simd-adler32 v0.3.8
20482026-04-10T20:21:26.816Z Compiling anstyle v1.0.13
20492026-04-10T20:21:27.015Z Compiling bit-vec v0.8.0
20502026-04-10T20:21:27.093Z Compiling hyper-util v0.1.20
20512026-04-10T20:21:27.129Z Compiling time v0.3.47
20522026-04-10T20:21:27.268Z Compiling bit-set v0.8.0
20532026-04-10T20:21:27.284Z Compiling rusty-fork v0.3.1
20542026-04-10T20:21:27.436Z Compiling anstyle-parse v0.2.7
20552026-04-10T20:21:27.789Z Compiling derive_builder_core v0.20.2
20562026-04-10T20:21:27.841Z Compiling unicode-normalization v0.1.25
20572026-04-10T20:21:28.324Z Compiling rustls-native-certs v0.8.3
20582026-04-10T20:21:28.609Z Compiling rand_xorshift v0.4.0
20592026-04-10T20:21:28.633Z Compiling signature v2.2.0
20602026-04-10T20:21:28.764Z Compiling hubpack_derive v0.1.1
20612026-04-10T20:21:28.784Z Compiling strum_macros v0.27.2
20622026-04-10T20:21:28.808Z Compiling sync_wrapper v1.0.2
20632026-04-10T20:21:28.824Z Compiling fs-err v3.3.0
20642026-04-10T20:21:28.883Z Compiling ahash v0.8.12
20652026-04-10T20:21:28.952Z Compiling unicode-properties v0.1.4
20662026-04-10T20:21:29.055Z Compiling colorchoice v1.0.4
20672026-04-10T20:21:29.116Z Compiling unicode-bidi v0.3.18
20682026-04-10T20:21:29.132Z Compiling object v0.37.3
20692026-04-10T20:21:29.182Z Compiling is_terminal_polyfill v1.70.2
20702026-04-10T20:21:29.241Z Compiling unarray v0.1.4
20712026-04-10T20:21:29.298Z Compiling anstyle-query v1.1.5
20722026-04-10T20:21:29.387Z Compiling unicode-segmentation v1.12.0
20732026-04-10T20:21:29.415Z Compiling adler2 v2.0.1
20742026-04-10T20:21:29.434Z Compiling anstream v0.6.21
20752026-04-10T20:21:29.437Z Compiling proptest v1.10.0
20762026-04-10T20:21:29.506Z Compiling stringprep v0.1.5
20772026-04-10T20:21:29.565Z Compiling miniz_oxide v0.8.9
20782026-04-10T20:21:29.780Z Compiling tower v0.5.3
20792026-04-10T20:21:30.042Z Compiling derive_builder_macro v0.20.2
20802026-04-10T20:21:30.117Z Compiling usdt-macro v0.6.0
20812026-04-10T20:21:30.250Z Compiling usdt-attr-macro v0.6.0
20822026-04-10T20:21:30.717Z Compiling http-body-util v0.1.3
20832026-04-10T20:21:30.835Z Compiling webpki-roots v1.0.6
20842026-04-10T20:21:31.028Z Compiling rand_chacha v0.3.1
20852026-04-10T20:21:31.046Z Compiling erased-serde v0.3.31
20862026-04-10T20:21:31.079Z Compiling md-5 v0.10.6
20872026-04-10T20:21:31.184Z Compiling num-integer v0.1.46
20882026-04-10T20:21:31.207Z Compiling hash32 v0.2.1
20892026-04-10T20:21:31.330Z Compiling vergen-lib v0.1.6
20902026-04-10T20:21:31.346Z Compiling ff v0.13.1
20912026-04-10T20:21:31.363Z Compiling iri-string v0.7.10
20922026-04-10T20:21:31.398Z Compiling base16ct v0.2.0
20932026-04-10T20:21:31.420Z Compiling zlib-rs v0.6.2
20942026-04-10T20:21:31.496Z Compiling psl-types v2.0.11
20952026-04-10T20:21:31.521Z Compiling fallible-iterator v0.2.0
20962026-04-10T20:21:31.541Z Compiling ryu v1.0.23
20972026-04-10T20:21:31.602Z Compiling sec1 v0.7.3
20982026-04-10T20:21:31.641Z Compiling publicsuffix v2.3.0
20992026-04-10T20:21:31.718Z Compiling serde_urlencoded v0.7.1
21002026-04-10T20:21:31.754Z Compiling group v0.13.0
21012026-04-10T20:21:31.789Z Compiling num-iter v0.1.45
21022026-04-10T20:21:31.834Z Compiling newtype-uuid v1.3.2
21032026-04-10T20:21:31.868Z Compiling postgres-protocol v0.6.10
21042026-04-10T20:21:32.013Z Compiling rand v0.8.5
21052026-04-10T20:21:32.250Z Compiling derive_builder v0.20.2
21062026-04-10T20:21:32.318Z Compiling oxnet v0.1.4
21072026-04-10T20:21:32.403Z Compiling tokio-native-tls v0.3.1
21082026-04-10T20:21:32.407Z Compiling heck v0.4.1
21092026-04-10T20:21:32.452Z Compiling phf_shared v0.13.1
21102026-04-10T20:21:32.569Z Compiling tower-http v0.6.8
21112026-04-10T20:21:32.587Z Compiling lazy_static v1.5.0
21122026-04-10T20:21:32.698Z Compiling terminal_size v0.4.3
21132026-04-10T20:21:32.715Z Compiling serde_with_macros v3.17.0
21142026-04-10T20:21:32.715Z Compiling cargo-platform v0.1.9
21152026-04-10T20:21:32.767Z Compiling hkdf v0.12.4
21162026-04-10T20:21:32.771Z Compiling crypto-bigint v0.5.5
21172026-04-10T20:21:32.832Z Compiling serde_repr v0.1.20
21182026-04-10T20:21:32.851Z Compiling enum-as-inner v0.6.1
21192026-04-10T20:21:32.866Z Compiling clap_derive v4.5.55
21202026-04-10T20:21:32.937Z Compiling vergen v9.0.6
21212026-04-10T20:21:32.975Z Compiling bitflags v1.3.2
21222026-04-10T20:21:33.011Z Compiling foldhash v0.1.5
21232026-04-10T20:21:33.117Z Compiling clap_lex v1.0.0
21242026-04-10T20:21:33.150Z Compiling managed v0.8.0
21252026-04-10T20:21:33.183Z Compiling libbz2-rs-sys v0.2.2
21262026-04-10T20:21:33.351Z Compiling bumpalo v3.20.2
21272026-04-10T20:21:33.432Z Compiling clap_builder v4.5.60
21282026-04-10T20:21:33.498Z Compiling flate2 v1.1.9
21292026-04-10T20:21:33.517Z Compiling hashbrown v0.15.5
21302026-04-10T20:21:33.606Z Compiling bzip2 v0.6.1
21312026-04-10T20:21:33.609Z Compiling zopfli v0.8.3
21322026-04-10T20:21:33.742Z Compiling elliptic-curve v0.13.8
21332026-04-10T20:21:33.896Z Compiling cargo_metadata v0.19.2
21342026-04-10T20:21:33.913Z Compiling zstd v0.13.3
21352026-04-10T20:21:34.196Z Compiling phf v0.13.1
21362026-04-10T20:21:34.213Z Compiling hyper-tls v0.6.0
21372026-04-10T20:21:34.231Z Compiling daft v0.1.5
21382026-04-10T20:21:34.299Z Compiling signal-hook-mio v0.2.5
21392026-04-10T20:21:34.437Z Compiling cookie_store v0.22.1
21402026-04-10T20:21:34.457Z Compiling postgres-types v0.2.12
21412026-04-10T20:21:34.494Z Compiling bzip2 v0.4.4
21422026-04-10T20:21:34.621Z Compiling strum v0.27.2
21432026-04-10T20:21:34.720Z Compiling hubpack v0.1.2
21442026-04-10T20:21:34.819Z Compiling ed25519 v2.2.3
21452026-04-10T20:21:34.904Z Compiling phf_shared v0.11.3
21462026-04-10T20:21:34.993Z Compiling crossbeam-epoch v0.9.18
21472026-04-10T20:21:35.029Z Compiling pkcs1 v0.7.5
21482026-04-10T20:21:35.098Z Compiling bstr v1.12.1
21492026-04-10T20:21:35.115Z Compiling serde-big-array v0.5.1
21502026-04-10T20:21:35.191Z Compiling hex v0.4.3
21512026-04-10T20:21:35.279Z Compiling rfc6979 v0.4.0
21522026-04-10T20:21:35.439Z Compiling float-cmp v0.10.0
21532026-04-10T20:21:35.477Z Compiling memmap2 v0.9.10
21542026-04-10T20:21:35.495Z Compiling env_filter v1.0.0
21552026-04-10T20:21:35.561Z Compiling encoding_rs v0.8.35
21562026-04-10T20:21:35.587Z Compiling difflib v0.4.0
21572026-04-10T20:21:35.590Z Compiling new_debug_unreachable v1.0.6
21582026-04-10T20:21:35.611Z Compiling rustc-hash v2.1.1
21592026-04-10T20:21:35.632Z Compiling data-encoding v2.10.0
21602026-04-10T20:21:35.648Z Compiling static_assertions v1.1.0
21612026-04-10T20:21:35.734Z Compiling jiff v0.2.21
21622026-04-10T20:21:35.749Z Compiling fixedbitset v0.5.7
21632026-04-10T20:21:35.764Z Compiling toml_write v0.1.2
21642026-04-10T20:21:35.783Z Compiling precomputed-hash v0.1.1
21652026-04-10T20:21:35.820Z Compiling normalize-line-endings v0.3.0
21662026-04-10T20:21:35.905Z Compiling predicates-core v1.0.10
21672026-04-10T20:21:35.935Z Compiling keccak v0.1.6
21682026-04-10T20:21:35.984Z Compiling mime v0.3.17
21692026-04-10T20:21:36.026Z Compiling whoami v2.1.0
21702026-04-10T20:21:36.045Z Compiling fixedbitset v0.4.2
21712026-04-10T20:21:36.048Z Compiling predicates v3.1.4
21722026-04-10T20:21:36.089Z Compiling sha3 v0.10.8
21732026-04-10T20:21:36.178Z Compiling petgraph v0.8.3
21742026-04-10T20:21:36.242Z Compiling tokio-postgres v0.7.16
21752026-04-10T20:21:36.275Z Compiling petgraph v0.6.5
21762026-04-10T20:21:36.290Z Compiling toml_edit v0.22.27
21772026-04-10T20:21:36.380Z Compiling hickory-proto v0.25.2
21782026-04-10T20:21:36.395Z Compiling string_cache v0.8.9
21792026-04-10T20:21:36.666Z Compiling iddqd v0.3.17
21802026-04-10T20:21:36.789Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21812026-04-10T20:21:36.895Z Compiling env_logger v0.11.9
21822026-04-10T20:21:37.236Z Compiling usdt v0.6.0
21832026-04-10T20:21:37.778Z Compiling similar v2.7.0
21842026-04-10T20:21:38.135Z Compiling serde_with v3.17.0
21852026-04-10T20:21:38.182Z Compiling ecdsa v0.16.9
21862026-04-10T20:21:38.359Z Compiling zip v4.6.1
21872026-04-10T20:21:38.518Z Compiling rsa v0.9.10
21882026-04-10T20:21:38.671Z Compiling ed25519-dalek v2.2.0
21892026-04-10T20:21:38.971Z Compiling crossterm v0.28.1
21902026-04-10T20:21:39.249Z Compiling clap v4.5.60
21912026-04-10T20:21:39.583Z Compiling zip v0.6.6
21922026-04-10T20:21:39.853Z Compiling strum v0.26.3
21932026-04-10T20:21:39.902Z Compiling toml v0.7.8
21942026-04-10T20:21:39.905Z Compiling tokio-stream v0.1.18
21952026-04-10T20:21:39.942Z Compiling buf-list v1.1.2
21962026-04-10T20:21:40.010Z Compiling itertools v0.13.0
21972026-04-10T20:21:40.116Z Compiling x509-cert v0.2.5
21982026-04-10T20:21:40.165Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21992026-04-10T20:21:40.396Z Compiling openapiv3 v2.2.0
22002026-04-10T20:21:40.495Z Compiling sha1 v0.10.6
22012026-04-10T20:21:40.874Z Compiling peg-runtime v0.8.5
22022026-04-10T20:21:40.972Z Compiling lalrpop-util v0.19.12
22032026-04-10T20:21:57.765Z Compiling macaddr v1.0.1
22042026-04-10T20:21:57.830Z Compiling structmeta-derive v0.3.0
22052026-04-10T20:21:57.878Z Compiling rayon-core v1.13.0
22062026-04-10T20:21:57.924Z Compiling crucible-workspace-hack v0.1.0
22072026-04-10T20:21:58.074Z Compiling itertools v0.14.0
22082026-04-10T20:21:58.130Z Compiling secrecy v0.10.3
22092026-04-10T20:21:58.165Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-04-10T20:21:58.257Z Compiling rustls v0.22.4
22112026-04-10T20:21:58.332Z Compiling heapless v0.8.0
22122026-04-10T20:21:58.580Z Compiling crossbeam-deque v0.8.6
22132026-04-10T20:21:58.597Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22142026-04-10T20:21:58.775Z Compiling rustls-webpki v0.103.9
22152026-04-10T20:21:58.823Z Compiling structmeta v0.3.0
22162026-04-10T20:21:58.839Z Compiling toml_edit v0.23.10+spec-1.0.0
22172026-04-10T20:21:58.873Z Compiling rustls-webpki v0.102.8
22182026-04-10T20:21:58.899Z Compiling futures-executor v0.3.32
22192026-04-10T20:21:58.930Z Compiling hash32 v0.3.1
22202026-04-10T20:21:59.014Z Compiling multer v3.1.0
22212026-04-10T20:21:59.057Z Compiling thread_local v1.1.9
22222026-04-10T20:21:59.122Z Compiling unicode-width v0.2.0
22232026-04-10T20:21:59.140Z Compiling slog-async v2.8.0
22242026-04-10T20:21:59.210Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22252026-04-10T20:21:59.226Z Compiling match_cfg v0.1.0
22262026-04-10T20:21:59.243Z Compiling smoltcp v0.11.0
22272026-04-10T20:21:59.343Z Compiling ingot-macros v0.1.1
22282026-04-10T20:21:59.392Z Compiling proc-macro-crate v3.4.0
22292026-04-10T20:21:59.470Z Compiling hostname v0.3.1
22302026-04-10T20:21:59.502Z Compiling futures v0.3.32
22312026-04-10T20:21:59.545Z Compiling derive-ex v0.1.8
22322026-04-10T20:21:59.620Z Compiling slog-json v2.6.1
22332026-04-10T20:21:59.647Z Compiling crossbeam-channel v0.5.15
22342026-04-10T20:21:59.789Z Compiling half v2.7.1
22352026-04-10T20:21:59.843Z Compiling newtype-uuid-macros v0.1.0
22362026-04-10T20:21:59.902Z Compiling thiserror-impl-no-std v2.0.2
22372026-04-10T20:22:00.124Z Compiling cobs v0.3.0
22382026-04-10T20:22:00.164Z Compiling universal-hash v0.5.1
22392026-04-10T20:22:00.332Z Compiling async-stream-impl v0.3.6
22402026-04-10T20:22:00.354Z Compiling serde_spanned v1.0.4
22412026-04-10T20:22:00.424Z Compiling is-terminal v0.4.17
22422026-04-10T20:22:00.538Z Compiling proc-macro-error-attr v1.0.4
22432026-04-10T20:22:00.553Z Compiling dropshot v0.16.7
22442026-04-10T20:22:00.583Z Compiling opaque-debug v0.3.1
22452026-04-10T20:22:00.672Z Compiling ciborium-io v0.2.2
22462026-04-10T20:22:00.725Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22472026-04-10T20:22:00.788Z Compiling term v1.2.1
22482026-04-10T20:22:00.804Z Compiling toml_writer v1.0.6+spec-1.1.0
22492026-04-10T20:22:00.807Z Compiling convert_case v0.4.0
22502026-04-10T20:22:00.925Z Compiling take_mut v0.2.2
22512026-04-10T20:22:00.953Z Compiling thiserror-no-std v2.0.2
22522026-04-10T20:22:00.973Z Compiling async-stream v0.3.6
22532026-04-10T20:22:01.061Z Compiling test-strategy v0.4.5
22542026-04-10T20:22:01.094Z Compiling toml v0.9.12+spec-1.1.0
22552026-04-10T20:22:01.126Z Compiling slog-term v2.9.2
22562026-04-10T20:22:01.148Z Compiling derive_more v0.99.20
22572026-04-10T20:22:01.204Z Compiling ciborium-ll v0.2.2
22582026-04-10T20:22:01.310Z Compiling poly1305 v0.8.0
22592026-04-10T20:22:01.490Z Compiling tokio-rustls v0.25.0
22602026-04-10T20:22:01.505Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22612026-04-10T20:22:01.787Z Compiling postcard v1.1.3
22622026-04-10T20:22:01.930Z Compiling ingot-types v0.1.2
22632026-04-10T20:22:02.201Z Compiling num_enum_derive v0.7.5
22642026-04-10T20:22:02.334Z Compiling tokio-rustls v0.26.4
22652026-04-10T20:22:02.409Z Compiling rustls-platform-verifier v0.6.2
22662026-04-10T20:22:02.432Z Compiling ingot v0.1.1
22672026-04-10T20:22:02.451Z Compiling slog-bunyan v2.5.0
22682026-04-10T20:22:02.613Z Compiling hyper-rustls v0.27.7
22692026-04-10T20:22:02.651Z Compiling parse-display-derive v0.10.0
22702026-04-10T20:22:02.668Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22712026-04-10T20:22:02.963Z Compiling reqwest v0.12.28
22722026-04-10T20:22:02.966Z Compiling reqwest v0.13.2
22732026-04-10T20:22:03.172Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22742026-04-10T20:22:03.324Z Compiling proc-macro-crate v1.3.1
22752026-04-10T20:22:03.371Z Compiling backon v1.6.0
22762026-04-10T20:22:03.427Z Compiling waitgroup v0.1.2
22772026-04-10T20:22:03.430Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
22782026-04-10T20:22:03.624Z Compiling password-hash v0.5.0
22792026-04-10T20:22:03.660Z Compiling dropshot_endpoint v0.16.7
22802026-04-10T20:22:03.687Z Compiling chacha20 v0.9.1
22812026-04-10T20:22:03.820Z Compiling rustls-pemfile v2.2.0
22822026-04-10T20:22:03.964Z Compiling blake2 v0.10.6
22832026-04-10T20:22:04.034Z Compiling aead v0.5.2
22842026-04-10T20:22:04.133Z Compiling foreign-types-macros v0.2.3
22852026-04-10T20:22:04.149Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22862026-04-10T20:22:04.249Z Compiling serde_path_to_error v0.1.20
22872026-04-10T20:22:04.269Z Compiling hostname v0.4.2
22882026-04-10T20:22:04.493Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22892026-04-10T20:22:04.513Z Compiling proc-macro-error v1.0.4
22902026-04-10T20:22:04.562Z Compiling instant v0.1.13
22912026-04-10T20:22:04.587Z Compiling cpufeatures v0.3.0
22922026-04-10T20:22:04.603Z Compiling debug-ignore v1.0.5
22932026-04-10T20:22:04.690Z Compiling foreign-types-shared v0.3.1
22942026-04-10T20:22:04.707Z Compiling typeid v1.0.3
22952026-04-10T20:22:04.725Z Compiling chacha20 v0.10.0
22962026-04-10T20:22:04.759Z Compiling backoff v0.4.0
22972026-04-10T20:22:04.762Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22982026-04-10T20:22:04.762Z Compiling argon2 v0.5.3
22992026-04-10T20:22:04.824Z Compiling foreign-types v0.5.0
23002026-04-10T20:22:04.824Z Compiling chacha20poly1305 v0.10.1
23012026-04-10T20:22:04.889Z Compiling parse-display v0.10.0
23022026-04-10T20:22:04.928Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23032026-04-10T20:22:05.008Z Compiling num_enum_derive v0.5.11
23042026-04-10T20:22:05.025Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23052026-04-10T20:22:05.043Z Compiling num_enum v0.7.5
23062026-04-10T20:22:05.060Z Compiling ciborium v0.2.2
23072026-04-10T20:22:05.255Z Compiling vsss-rs v3.3.4
23082026-04-10T20:22:05.441Z Compiling tabwriter v1.4.1
23092026-04-10T20:22:05.592Z Compiling byte-wrapper v0.1.0
23102026-04-10T20:22:05.775Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23112026-04-10T20:22:05.822Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23122026-04-10T20:22:05.839Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23132026-04-10T20:22:05.902Z Compiling regress v0.10.5
23142026-04-10T20:22:05.945Z Compiling cstr-argument v0.1.2
23152026-04-10T20:22:06.139Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23162026-04-10T20:22:06.263Z Compiling erased-serde v0.4.9
23172026-04-10T20:22:06.282Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23182026-04-10T20:22:06.328Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23192026-04-10T20:22:06.383Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23202026-04-10T20:22:06.435Z Compiling num_enum v0.5.11
23212026-04-10T20:22:06.509Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23222026-04-10T20:22:06.580Z Compiling rand v0.10.0
23232026-04-10T20:22:06.653Z Compiling rayon v1.11.0
23242026-04-10T20:22:06.690Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23252026-04-10T20:22:06.718Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23262026-04-10T20:22:06.788Z Compiling colored v3.1.1
23272026-04-10T20:22:06.805Z Compiling indent_write v2.2.0
23282026-04-10T20:22:06.808Z Compiling libefi-sys v0.1.0
23292026-04-10T20:22:06.838Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23302026-04-10T20:22:06.962Z Compiling zone_cfg_derive v0.3.1
23312026-04-10T20:22:06.996Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23322026-04-10T20:22:07.061Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23332026-04-10T20:22:07.078Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23342026-04-10T20:22:07.166Z Compiling camino-tempfile v1.4.1
23352026-04-10T20:22:07.312Z Compiling itertools v0.12.1
23362026-04-10T20:22:07.406Z Compiling usdt-attr-macro v0.5.0
23372026-04-10T20:22:07.495Z Compiling usdt-macro v0.5.0
23382026-04-10T20:22:07.579Z Compiling bitfield-struct v0.6.2
23392026-04-10T20:22:07.595Z Compiling num-derive v0.4.2
23402026-04-10T20:22:07.626Z Compiling ordered-float v2.10.1
23412026-04-10T20:22:07.643Z Compiling blake3 v1.8.3
23422026-04-10T20:22:07.937Z Compiling memmap v0.7.0
23432026-04-10T20:22:08.016Z Compiling sigpipe v0.1.3
23442026-04-10T20:22:08.141Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23452026-04-10T20:22:08.175Z Compiling glob v0.3.3
23462026-04-10T20:22:08.201Z Compiling swrite v0.1.0
23472026-04-10T20:22:08.218Z Compiling usdt v0.5.0
23482026-04-10T20:22:08.221Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23492026-04-10T20:22:08.333Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23502026-04-10T20:22:08.498Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23512026-04-10T20:22:08.555Z Compiling serde-value v0.7.0
23522026-04-10T20:22:08.806Z Compiling zone v0.3.1
23532026-04-10T20:22:08.852Z Compiling serde-untagged v0.1.9
23542026-04-10T20:22:08.882Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23552026-04-10T20:22:09.011Z Compiling toml v0.8.23
23562026-04-10T20:22:09.123Z Compiling smf v0.2.3
23572026-04-10T20:22:09.138Z Compiling filetime v0.2.27
23582026-04-10T20:22:09.198Z Compiling constant_time_eq v0.4.2
23592026-04-10T20:22:09.220Z Compiling whoami v1.6.1
23602026-04-10T20:22:09.238Z Compiling same-file v1.0.6
23612026-04-10T20:22:09.275Z Compiling arrayref v0.3.9
23622026-04-10T20:22:09.370Z Compiling xattr v1.6.1
23632026-04-10T20:22:09.385Z Compiling unicode-xid v0.2.6
23642026-04-10T20:22:09.415Z Compiling arrayvec v0.7.6
23652026-04-10T20:22:09.428Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23662026-04-10T20:22:09.446Z Compiling walkdir v2.5.0
23672026-04-10T20:22:09.535Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-04-10T20:22:09.556Z Compiling tar v0.4.45
23692026-04-10T20:22:09.594Z Compiling cargo-util-schemas v0.8.2
23702026-04-10T20:22:09.715Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23712026-04-10T20:22:09.975Z Compiling tokio-dtrace v0.1.1
23722026-04-10T20:22:10.187Z Compiling console v0.16.2
23732026-04-10T20:22:10.224Z Compiling gethostname v0.5.0
23742026-04-10T20:22:10.271Z Compiling cargo-platform v0.2.0
23752026-04-10T20:22:10.340Z Compiling topological-sort v0.2.2
23762026-04-10T20:22:10.366Z Compiling unit-prefix v0.5.2
23772026-04-10T20:22:10.383Z Compiling oxide-tokio-rt v0.1.3
23782026-04-10T20:22:10.530Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23792026-04-10T20:22:10.550Z Compiling shell-words v1.1.1
23802026-04-10T20:22:10.650Z Compiling indicatif v0.18.4
23812026-04-10T20:22:10.816Z Compiling cargo_metadata v0.21.0
23822026-04-10T20:22:19.841Z Compiling progenitor-client v0.13.0
23832026-04-10T20:22:19.861Z Compiling progenitor-client v0.10.0
23842026-04-10T20:22:19.866Z Compiling omicron-zone-package v0.12.2
23852026-04-10T20:22:19.949Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23862026-04-10T20:22:19.949Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23872026-04-10T20:22:19.984Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23882026-04-10T20:22:20.000Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23892026-04-10T20:22:20.284Z Compiling progenitor-extras v0.1.1
23902026-04-10T20:22:20.334Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23912026-04-10T20:22:20.352Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23922026-04-10T20:22:20.352Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23932026-04-10T20:22:20.460Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23942026-04-10T20:22:20.518Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23952026-04-10T20:22:25.625Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23962026-04-10T20:22:32.274Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23972026-04-10T20:22:35.310Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23982026-04-10T20:22:36.289Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23992026-04-10T20:22:44.827Z Finished `release` profile [optimized] target(s) in 1m 38s
24002026-04-10T20:22:44.977Z Running `target/release/omicron-package -t test target create -p dev`
24012026-04-10T20:22:45.039ZLogging to: /work/oxidecomputer/omicron/out/LOG
24022026-04-10T20:22:45.043ZCreated new build target 'test' and set it as active
24032026-04-10T20:22:45.046Z
24042026-04-10T20:22:45.046Zreal 1:38.303675189
24052026-04-10T20:22:45.046Zuser 16:20.621709635
24062026-04-10T20:22:45.046Zsys 2:33.719470282
24072026-04-10T20:22:45.046Ztrap 0.471220948
24082026-04-10T20:22:45.046Ztflt 2.659051458
24092026-04-10T20:22:45.046Zdflt 4.058173563
24102026-04-10T20:22:45.046Zkflt 0.000466796
24112026-04-10T20:22:45.046Zlock 51:39.951164434
24122026-04-10T20:22:45.046Zslp 41:53.604129290
24132026-04-10T20:22:45.046Zlat 42.837150724
24142026-04-10T20:22:45.046Zstop 5:26.578729671
24152026-04-10T20:22:45.046Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24162026-04-10T20:22:45.916Z Finished `release` profile [optimized] target(s) in 0.85s
24172026-04-10T20:22:45.986Z Running `target/release/omicron-package -t test package`
24182026-04-10T20:22:46.045ZLogging to: /work/oxidecomputer/omicron/out/LOG
24192026-04-10T20:22:47.441Z Compiling regress v0.10.5
24202026-04-10T20:22:47.442Z Compiling heck v0.5.0
24212026-04-10T20:22:47.640Z Compiling unsafe-libyaml v0.2.11
24222026-04-10T20:22:47.681Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24232026-04-10T20:22:47.710Z Compiling unicode-width v0.1.14
24242026-04-10T20:22:47.713Z Compiling is-terminal v0.4.17
24252026-04-10T20:22:47.751Z Compiling prettyplease v0.2.37
24262026-04-10T20:22:47.755Z Compiling bytecount v0.6.9
24272026-04-10T20:22:47.755Z Compiling rustls v0.22.4
24282026-04-10T20:22:47.755Z Compiling rustls-webpki v0.102.8
24292026-04-10T20:22:47.755Z Compiling derive-where v1.6.0
24302026-04-10T20:22:47.790Z Compiling thread_local v1.1.9
24312026-04-10T20:22:47.793Z Compiling match_cfg v0.1.0
24322026-04-10T20:22:47.832Z Compiling multer v3.1.0
24332026-04-10T20:22:47.836Z Compiling slog-async v2.8.0
24342026-04-10T20:22:47.874Z Compiling typify-impl v0.6.1
24352026-04-10T20:22:47.877Z Compiling crossbeam-channel v0.5.15
24362026-04-10T20:22:47.877Z Compiling slog-json v2.6.1
24372026-04-10T20:22:47.980Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24382026-04-10T20:22:48.003Z Compiling hostname v0.3.1
24392026-04-10T20:22:48.023Z Compiling futures-executor v0.3.32
24402026-04-10T20:22:48.069Z Compiling serde_spanned v1.0.4
24412026-04-10T20:22:48.070Z Compiling toml_writer v1.0.6+spec-1.1.0
24422026-04-10T20:22:48.114Z Compiling take_mut v0.2.2
24432026-04-10T20:22:48.117Z Compiling term v1.2.1
24442026-04-10T20:22:48.160Z Compiling serde_yaml v0.9.34+deprecated
24452026-04-10T20:22:48.182Z Compiling slog-bunyan v2.5.0
24462026-04-10T20:22:48.265Z Compiling toml v0.9.12+spec-1.1.0
24472026-04-10T20:22:48.289Z Compiling futures v0.3.32
24482026-04-10T20:22:48.373Z Compiling dropshot v0.16.7
24492026-04-10T20:22:48.373Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24502026-04-10T20:22:48.414Z Compiling slog-term v2.9.2
24512026-04-10T20:22:48.441Z Compiling async-stream v0.3.6
24522026-04-10T20:22:48.461Z Compiling progenitor-client v0.13.0
24532026-04-10T20:22:48.486Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24542026-04-10T20:22:48.557Z Compiling waitgroup v0.1.2
24552026-04-10T20:22:48.634Z Compiling backon v1.6.0
24562026-04-10T20:22:48.655Z Compiling rustls-pemfile v2.2.0
24572026-04-10T20:22:48.701Z Compiling hostname v0.4.2
24582026-04-10T20:22:48.725Z Compiling serde_path_to_error v0.1.20
24592026-04-10T20:22:48.747Z Compiling instant v0.1.13
24602026-04-10T20:22:48.772Z Compiling debug-ignore v1.0.5
24612026-04-10T20:22:48.796Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24622026-04-10T20:22:48.858Z Compiling backoff v0.4.0
24632026-04-10T20:22:48.880Z Compiling progenitor-extras v0.1.1
24642026-04-10T20:22:48.884Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24652026-04-10T20:22:48.925Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24662026-04-10T20:22:48.928Z Compiling parse-display v0.10.0
24672026-04-10T20:22:48.968Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24682026-04-10T20:22:48.991Z Compiling progenitor-client v0.10.0
24692026-04-10T20:22:49.035Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24702026-04-10T20:22:49.113Z Compiling macaddr v1.0.1
24712026-04-10T20:22:49.214Z Compiling console v0.15.11
24722026-04-10T20:22:49.242Z Compiling num-rational v0.4.2
24732026-04-10T20:22:49.369Z Compiling num-complex v0.4.6
24742026-04-10T20:22:49.461Z Compiling slog-dtrace v0.3.0
24752026-04-10T20:22:49.482Z Compiling newline-converter v0.3.0
24762026-04-10T20:22:49.553Z Compiling atomicwrites v0.4.4
24772026-04-10T20:22:49.607Z Compiling async-recursion v1.1.1
24782026-04-10T20:22:49.653Z Compiling float-ord v0.3.2
24792026-04-10T20:22:49.761Z Compiling num v0.4.3
24802026-04-10T20:22:49.848Z Compiling cancel-safe-futures v0.1.5
24812026-04-10T20:22:49.852Z Compiling owo-colors v4.3.0
24822026-04-10T20:22:49.889Z Compiling expectorate v1.2.0
24832026-04-10T20:22:49.892Z Compiling libsw-core v0.3.2
24842026-04-10T20:22:49.956Z Compiling resolv-conf v0.7.6
24852026-04-10T20:22:49.978Z Compiling toml v0.8.23
24862026-04-10T20:22:50.092Z Compiling tokio-rustls v0.25.0
24872026-04-10T20:22:50.170Z Compiling libsw v3.5.0
24882026-04-10T20:22:50.193Z Compiling linear-map v1.2.0
24892026-04-10T20:22:50.259Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24902026-04-10T20:22:50.351Z Compiling linked-hash-map v0.5.6
24912026-04-10T20:22:50.394Z Compiling minimal-lexical v0.2.1
24922026-04-10T20:22:50.474Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24932026-04-10T20:22:50.529Z Compiling unicode-xid v0.2.6
24942026-04-10T20:22:50.567Z Compiling lru-cache v0.1.2
24952026-04-10T20:22:50.587Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24962026-04-10T20:22:50.613Z Compiling nom v7.1.3
24972026-04-10T20:22:50.616Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-04-10T20:22:50.616Z Compiling globset v0.4.18
24992026-04-10T20:22:50.678Z Compiling hickory-proto v0.24.4
25002026-04-10T20:22:50.701Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25012026-04-10T20:22:50.740Z Compiling convert_case v0.10.0
25022026-04-10T20:22:51.042Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25032026-04-10T20:22:51.124Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-04-10T20:22:51.281Z Compiling derive_more-impl v2.1.1
25052026-04-10T20:22:51.980Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25062026-04-10T20:22:52.085Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25072026-04-10T20:22:52.111Z Compiling pin-project-internal v1.1.11
25082026-04-10T20:22:52.131Z Compiling derive_more v2.1.1
25092026-04-10T20:22:52.250Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25102026-04-10T20:22:52.337Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-04-10T20:22:52.507Z Compiling pem v3.0.6
25122026-04-10T20:22:52.543Z Compiling typify-macro v0.6.1
25132026-04-10T20:22:53.147Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25142026-04-10T20:22:53.229Z Compiling hickory-resolver v0.24.4
25152026-04-10T20:22:53.365Z Compiling pin-project v1.1.11
25162026-04-10T20:22:53.441Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25172026-04-10T20:22:53.509Z Compiling snafu-derive v0.8.9
25182026-04-10T20:22:53.666Z Compiling termtree v0.5.1
25192026-04-10T20:22:53.905Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25202026-04-10T20:22:54.078Z Compiling typify v0.6.1
25212026-04-10T20:22:54.199Z Compiling progenitor-impl v0.13.0
25222026-04-10T20:22:54.519Z Compiling qorb v0.4.1
25232026-04-10T20:22:54.852Z Compiling crossterm v0.29.0
25242026-04-10T20:22:55.183Z Compiling snafu v0.8.9
25252026-04-10T20:22:55.256Z Compiling olpc-cjson v0.1.4
25262026-04-10T20:22:55.575Z Compiling phf_shared v0.12.1
25272026-04-10T20:22:55.789Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-04-10T20:22:55.832Z Compiling serde_plain v1.0.2
25292026-04-10T20:22:56.163Z Compiling csv-core v0.1.13
25302026-04-10T20:22:56.322Z Compiling vte v0.14.1
25312026-04-10T20:22:56.379Z Compiling progenitor-macro v0.13.0
25322026-04-10T20:22:56.530Z Compiling chrono-tz v0.10.4
25332026-04-10T20:22:56.555Z Compiling typed-path v0.9.3
25342026-04-10T20:22:56.592Z Compiling highway v1.3.0
25352026-04-10T20:22:56.618Z Compiling strip-ansi-escapes v0.2.1
25362026-04-10T20:22:56.800Z Compiling csv v1.4.0
25372026-04-10T20:22:57.194Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25382026-04-10T20:22:57.341Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25392026-04-10T20:22:57.776Z Compiling tough v0.20.0
25402026-04-10T20:22:57.804Z Compiling phf v0.12.1
25412026-04-10T20:22:58.007Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25422026-04-10T20:22:58.469Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25432026-04-10T20:22:59.285Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25442026-04-10T20:22:59.466Z Compiling const_format_proc_macros v0.2.34
25452026-04-10T20:22:59.505Z Compiling papergrid v0.11.0
25462026-04-10T20:22:59.824Z Compiling tabled_derive v0.7.0
25472026-04-10T20:22:59.889Z Compiling fd-lock v4.0.4
25482026-04-10T20:23:00.062Z Compiling peg-macros v0.8.5
25492026-04-10T20:23:00.491Z Compiling progenitor v0.13.0
25502026-04-10T20:23:00.629Z Compiling nu-ansi-term v0.50.3
25512026-04-10T20:23:00.675Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25522026-04-10T20:23:00.731Z Compiling tabled v0.15.0
25532026-04-10T20:23:01.346Z Compiling peg v0.8.5
25542026-04-10T20:23:01.494Z Compiling reedline v0.40.0
25552026-04-10T20:23:01.788Z Compiling const_format v0.2.35
25562026-04-10T20:23:02.477Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25572026-04-10T20:23:03.179Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25582026-04-10T20:23:03.235Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25592026-04-10T20:23:03.267Z Compiling bcs v0.1.6
25602026-04-10T20:23:03.333Z Compiling semver v0.1.20
25612026-04-10T20:23:03.630Z Compiling rustc_version v0.1.7
25622026-04-10T20:23:03.703Z Compiling humantime v2.3.0
25632026-04-10T20:23:03.871Z Compiling newtype_derive v0.1.6
25642026-04-10T20:23:04.102Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25652026-04-10T20:23:04.178Z Compiling unicode-linebreak v0.1.5
25662026-04-10T20:23:04.354Z Compiling smawk v0.3.2
25672026-04-10T20:23:04.575Z Compiling textwrap v0.16.2
25682026-04-10T20:23:04.597Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25692026-04-10T20:23:04.880Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25702026-04-10T20:23:05.240Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25712026-04-10T20:23:05.542Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25722026-04-10T20:23:05.776Z Compiling dropshot-api-manager-types v0.6.0
25732026-04-10T20:23:06.257Z Compiling base64 v0.21.7
25742026-04-10T20:23:06.393Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25752026-04-10T20:23:06.471Z Compiling steno v0.4.1
25762026-04-10T20:23:06.948Z Compiling tagptr v0.2.0
25772026-04-10T20:23:07.093Z Compiling utf-8 v0.7.6
25782026-04-10T20:23:07.154Z Compiling moka v0.12.13
25792026-04-10T20:23:07.280Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25802026-04-10T20:23:07.346Z Compiling tungstenite v0.21.0
25812026-04-10T20:23:07.455Z Compiling radium v0.7.0
25822026-04-10T20:23:07.611Z Compiling tap v1.0.1
25832026-04-10T20:23:07.771Z Compiling maybe-uninit v2.0.0
25842026-04-10T20:23:08.062Z Compiling tokio-tungstenite v0.21.0
25852026-04-10T20:23:08.153Z Compiling wyz v0.5.1
25862026-04-10T20:23:08.194Z Compiling zerocopy-derive v0.6.6
25872026-04-10T20:23:08.391Z Compiling hickory-resolver v0.25.2
25882026-04-10T20:23:08.412Z Compiling funty v2.0.0
25892026-04-10T20:23:08.449Z Compiling display-error-chain v0.2.2
25902026-04-10T20:23:08.590Z Compiling crc-catalog v2.4.0
25912026-04-10T20:23:08.629Z Compiling packed_struct v0.10.1
25922026-04-10T20:23:08.729Z Compiling crc v3.4.0
25932026-04-10T20:23:08.947Z Compiling bitvec v1.0.1
25942026-04-10T20:23:08.967Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
25952026-04-10T20:23:08.993Z Compiling zerocopy v0.6.6
25962026-04-10T20:23:09.417Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25972026-04-10T20:23:09.472Z Compiling packed_struct_codegen v0.10.1
25982026-04-10T20:23:09.493Z Compiling bitfield-macros v0.19.4
25992026-04-10T20:23:09.593Z Compiling indexmap v1.9.3
26002026-04-10T20:23:09.832Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26012026-04-10T20:23:10.205Z Compiling nodrop v0.1.14
26022026-04-10T20:23:10.338Z Compiling array-init v0.0.4
26032026-04-10T20:23:10.486Z Compiling bitfield v0.19.4
26042026-04-10T20:23:10.833Z Compiling smallvec v0.6.14
26052026-04-10T20:23:10.859Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26062026-04-10T20:23:10.881Z Compiling num-derive v0.3.3
26072026-04-10T20:23:11.110Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26082026-04-10T20:23:11.264Z Compiling proc-macro-error-attr2 v2.0.0
26092026-04-10T20:23:11.709Z Compiling hashbrown v0.12.3
26102026-04-10T20:23:11.776Z Compiling proc-macro-error2 v2.0.1
26112026-04-10T20:23:11.809Z Compiling libscf-sys v1.1.0
26122026-04-10T20:23:12.025Z Compiling serde-hex v0.1.0
26132026-04-10T20:23:12.109Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26142026-04-10T20:23:12.333Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-04-10T20:23:12.357Z Compiling ron v0.8.1
26162026-04-10T20:23:12.849Z Compiling typify-impl v0.4.3
26172026-04-10T20:23:12.915Z Compiling hashbrown v0.13.2
26182026-04-10T20:23:13.544Z Compiling vergen-gitcl v1.0.8
26192026-04-10T20:23:13.667Z Compiling dirs-sys-next v0.1.2
26202026-04-10T20:23:13.795Z Compiling maplit v1.0.2
26212026-04-10T20:23:13.816Z Compiling crc-any v2.5.0
26222026-04-10T20:23:13.924Z Compiling diesel_derives v2.3.7
26232026-04-10T20:23:13.948Z Compiling glob v0.3.3
26242026-04-10T20:23:13.972Z Compiling crunchy v0.2.4
26252026-04-10T20:23:14.133Z Compiling dirs-next v2.0.0
26262026-04-10T20:23:14.216Z Compiling object v0.30.4
26272026-04-10T20:23:14.277Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-04-10T20:23:14.297Z Compiling tabled_derive v0.11.0
26292026-04-10T20:23:14.317Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26302026-04-10T20:23:14.339Z Compiling clang-sys v1.8.1
26312026-04-10T20:23:14.728Z Compiling papergrid v0.17.0
26322026-04-10T20:23:14.749Z Compiling testing_table v0.3.0
26332026-04-10T20:23:14.900Z Compiling dsl_auto_type v0.2.0
26342026-04-10T20:23:14.957Z Compiling scheduled-thread-pool v0.2.7
26352026-04-10T20:23:15.012Z Compiling diesel_table_macro_syntax v0.3.0
26362026-04-10T20:23:15.107Z Compiling tiny-keccak v2.0.2
26372026-04-10T20:23:15.186Z Compiling path-slash v0.1.5
26382026-04-10T20:23:15.241Z Compiling r2d2 v0.8.10
26392026-04-10T20:23:15.397Z Compiling term v0.7.0
26402026-04-10T20:23:15.483Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26412026-04-10T20:23:15.545Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26422026-04-10T20:23:15.566Z Compiling xshell-macros v0.2.7
26432026-04-10T20:23:15.778Z Compiling bit-vec v0.6.3
26442026-04-10T20:23:15.896Z Compiling tabled v0.20.0
26452026-04-10T20:23:15.927Z Compiling downcast-rs v2.0.2
26462026-04-10T20:23:15.974Z Compiling xshell v0.2.7
26472026-04-10T20:23:16.025Z Compiling bit-set v0.5.3
26482026-04-10T20:23:16.134Z Compiling ascii-canvas v3.0.0
26492026-04-10T20:23:16.292Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26502026-04-10T20:23:16.313Z Compiling typify-macro v0.4.3
26512026-04-10T20:23:16.396Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26522026-04-10T20:23:16.477Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26532026-04-10T20:23:16.897Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26542026-04-10T20:23:16.938Z Compiling itertools v0.10.5
26552026-04-10T20:23:17.340Z Compiling ena v0.14.4
26562026-04-10T20:23:17.415Z Compiling libloading v0.8.9
26572026-04-10T20:23:17.582Z Compiling unicase v2.9.0
26582026-04-10T20:23:17.649Z Compiling diff v0.1.13
26592026-04-10T20:23:17.847Z Compiling regex-syntax v0.6.29
26602026-04-10T20:23:17.903Z Compiling bindgen v0.71.1
26612026-04-10T20:23:18.221Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26622026-04-10T20:23:19.080Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26632026-04-10T20:23:19.461Z Compiling lalrpop v0.19.12
26642026-04-10T20:23:19.749Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26652026-04-10T20:23:20.101Z Compiling diesel v2.3.7
26662026-04-10T20:23:20.358Z Compiling cexpr v0.6.0
26672026-04-10T20:23:20.381Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26682026-04-10T20:23:20.458Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26692026-04-10T20:23:20.479Z Compiling crc8 v0.1.1
26702026-04-10T20:23:20.503Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26712026-04-10T20:23:20.625Z Compiling typify v0.4.3
26722026-04-10T20:23:20.648Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26732026-04-10T20:23:20.671Z Compiling headers-core v0.3.0
26742026-04-10T20:23:20.768Z Compiling libxml v0.3.3
26752026-04-10T20:23:20.833Z Compiling headers v0.4.1
26762026-04-10T20:23:21.000Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26772026-04-10T20:23:21.046Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26782026-04-10T20:23:21.096Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26792026-04-10T20:23:21.381Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26802026-04-10T20:23:21.876Z Compiling strum_macros v0.24.3
26812026-04-10T20:23:22.302Z Compiling indoc v1.0.9
26822026-04-10T20:23:22.822Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26832026-04-10T20:23:22.822Z Compiling derive_builder v0.20.2
26842026-04-10T20:23:22.935Z Compiling oso-derive v0.27.3
26852026-04-10T20:23:22.980Z Compiling quick-xml v0.37.5
26862026-04-10T20:23:23.029Z Compiling impl-trait-for-tuples v0.2.3
26872026-04-10T20:23:23.057Z Compiling openssl-probe v0.1.6
26882026-04-10T20:23:23.173Z Compiling half v1.8.3
26892026-04-10T20:23:23.398Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26902026-04-10T20:23:23.446Z Compiling serde_cbor v0.11.2
26912026-04-10T20:23:23.685Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26922026-04-10T20:23:23.774Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26932026-04-10T20:23:24.110Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26942026-04-10T20:23:24.284Z Compiling bb8 v0.8.6
26952026-04-10T20:23:24.338Z Compiling trait-variant v0.1.2
26962026-04-10T20:23:24.466Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26972026-04-10T20:23:24.500Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26982026-04-10T20:23:24.693Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26992026-04-10T20:23:24.875Z Compiling fxhash v0.2.1
27002026-04-10T20:23:24.911Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27012026-04-10T20:23:24.961Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27022026-04-10T20:23:25.099Z Compiling progenitor-impl v0.10.0
27032026-04-10T20:23:25.122Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27042026-04-10T20:23:25.253Z Compiling kstat-rs v0.2.4
27052026-04-10T20:23:25.436Z Compiling samael v0.0.19
27062026-04-10T20:23:25.626Z Compiling libz-sys v1.1.24
27072026-04-10T20:23:25.648Z Compiling salty v0.3.0
27082026-04-10T20:23:25.747Z Compiling nonempty v0.12.0
27092026-04-10T20:23:25.965Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27102026-04-10T20:23:26.333Z Compiling progenitor-impl v0.11.2
27112026-04-10T20:23:26.545Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-04-10T20:23:26.612Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27132026-04-10T20:23:26.725Z Compiling darling_core v0.23.0
27142026-04-10T20:23:26.981Z Compiling polar-core v0.27.3
27152026-04-10T20:23:27.256Z Compiling progenitor-macro v0.10.0
27162026-04-10T20:23:28.613Z Compiling nanorand v0.7.0
27172026-04-10T20:23:28.911Z Compiling arc-swap v1.8.2
27182026-04-10T20:23:28.934Z Compiling fs-err v2.11.0
27192026-04-10T20:23:28.984Z Compiling parking_lot_core v0.8.6
27202026-04-10T20:23:29.323Z Compiling slog-scope v4.4.1
27212026-04-10T20:23:29.406Z Compiling mime_guess v2.0.5
27222026-04-10T20:23:29.433Z Compiling darling_macro v0.23.0
27232026-04-10T20:23:29.801Z Compiling flume v0.11.1
27242026-04-10T20:23:29.949Z Compiling progenitor-macro v0.11.2
27252026-04-10T20:23:29.974Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27262026-04-10T20:23:30.204Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27272026-04-10T20:23:31.271Z Compiling progenitor v0.10.0
27282026-04-10T20:23:31.461Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27292026-04-10T20:23:32.144Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27302026-04-10T20:23:32.188Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27312026-04-10T20:23:33.903Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27322026-04-10T20:23:34.034Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27332026-04-10T20:23:34.529Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27342026-04-10T20:23:35.653Z Compiling oso v0.27.3
27352026-04-10T20:23:35.965Z Compiling progenitor-client v0.11.2
27362026-04-10T20:23:36.752Z Compiling git-stub v1.0.0
27372026-04-10T20:23:37.032Z Compiling libgit2-sys v0.18.3+1.9.2
27382026-04-10T20:23:38.623Z Compiling async-bb8-diesel v0.2.1
27392026-04-10T20:23:39.068Z Compiling diesel-dtrace v0.5.0
27402026-04-10T20:23:39.420Z Compiling instability v0.3.11
27412026-04-10T20:23:39.690Z Compiling git-stub-vcs v0.1.0
27422026-04-10T20:23:40.025Z Compiling progenitor v0.11.2
27432026-04-10T20:23:40.053Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27442026-04-10T20:23:40.214Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27452026-04-10T20:23:40.711Z Compiling darling v0.23.0
27462026-04-10T20:23:40.781Z Compiling slog-stdlog v4.1.1
27472026-04-10T20:23:41.386Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27482026-04-10T20:23:41.709Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27492026-04-10T20:23:42.101Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27502026-04-10T20:23:42.461Z Compiling ignore v0.4.25
27512026-04-10T20:23:43.430Z Compiling primeorder v0.13.6
27522026-04-10T20:23:43.702Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-04-10T20:23:43.760Z Compiling castaway v0.2.4
27542026-04-10T20:23:43.918Z Compiling atty v0.2.14
27552026-04-10T20:23:44.086Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-04-10T20:23:44.320Z Compiling http-range v0.1.5
27572026-04-10T20:23:44.555Z Compiling parse-size v1.1.0
27582026-04-10T20:23:44.655Z Compiling indoc v2.0.7
27592026-04-10T20:23:44.779Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27602026-04-10T20:23:45.033Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27612026-04-10T20:23:45.062Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-04-10T20:23:45.168Z Compiling compact_str v0.8.1
27632026-04-10T20:23:45.812Z Compiling p384 v0.13.1
27642026-04-10T20:23:47.121Z Compiling globwalk v0.9.1
27652026-04-10T20:23:47.438Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-04-10T20:23:47.460Z Compiling parking_lot v0.11.2
27672026-04-10T20:23:47.694Z Compiling slog-envlogger v2.2.0
27682026-04-10T20:23:47.839Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27692026-04-10T20:23:48.018Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27702026-04-10T20:23:48.074Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27712026-04-10T20:23:48.307Z Compiling predicates-tree v1.0.13
27722026-04-10T20:23:48.386Z Compiling unicode-truncate v1.1.0
27732026-04-10T20:23:48.579Z Compiling lru v0.12.5
27742026-04-10T20:23:48.604Z Compiling rand_seeder v0.4.0
27752026-04-10T20:23:48.698Z Compiling prefix-trie v0.7.0
27762026-04-10T20:23:48.768Z Compiling vergen-git2 v1.0.7
27772026-04-10T20:23:48.800Z Compiling cassowary v0.3.0
27782026-04-10T20:23:48.858Z Compiling compression-core v0.4.31
27792026-04-10T20:23:48.878Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27802026-04-10T20:23:49.024Z Compiling compression-codecs v0.4.37
27812026-04-10T20:23:49.073Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27822026-04-10T20:23:49.096Z Compiling hickory-server v0.25.2
27832026-04-10T20:23:49.193Z Compiling ratatui v0.29.0
27842026-04-10T20:23:49.351Z Compiling camino-tempfile-ext v0.3.3
27852026-04-10T20:23:49.470Z Compiling hyper-staticfile v0.10.1
27862026-04-10T20:23:49.999Z Compiling sled v0.34.7
27872026-04-10T20:23:50.696Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27882026-04-10T20:23:50.718Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27892026-04-10T20:23:51.276Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-04-10T20:23:51.356Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27912026-04-10T20:23:51.784Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27922026-04-10T20:23:52.129Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27932026-04-10T20:23:52.634Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27942026-04-10T20:23:52.813Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-04-10T20:23:53.196Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27962026-04-10T20:23:53.276Z Compiling toml_datetime v1.0.0+spec-1.1.0
27972026-04-10T20:23:53.450Z Compiling dropshot v0.17.0
27982026-04-10T20:23:53.688Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27992026-04-10T20:23:53.740Z Compiling corncobs v0.1.4
28002026-04-10T20:23:53.918Z Compiling rustls v0.21.12
28012026-04-10T20:23:54.023Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-04-10T20:23:54.120Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28032026-04-10T20:23:54.142Z Compiling toml v1.0.6+spec-1.1.0
28042026-04-10T20:23:54.226Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28052026-04-10T20:23:54.529Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28062026-04-10T20:23:54.888Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28072026-04-10T20:23:55.080Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-04-10T20:23:55.308Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28092026-04-10T20:23:55.490Z Compiling async-compression v0.4.41
28102026-04-10T20:23:55.999Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28112026-04-10T20:23:58.060Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28122026-04-10T20:23:58.283Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28132026-04-10T20:23:58.430Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28142026-04-10T20:23:58.494Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28152026-04-10T20:23:58.658Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28162026-04-10T20:23:58.724Z Compiling sct v0.7.1
28172026-04-10T20:23:58.882Z Compiling rustls-webpki v0.101.7
28182026-04-10T20:23:58.989Z Compiling nix v0.29.0
28192026-04-10T20:23:59.065Z Compiling secrecy v0.8.0
28202026-04-10T20:23:59.264Z Compiling dropshot_endpoint v0.17.0
28212026-04-10T20:23:59.385Z Compiling void v1.0.2
28222026-04-10T20:23:59.542Z Compiling lzss v0.8.2
28232026-04-10T20:23:59.853Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28242026-04-10T20:24:00.665Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28252026-04-10T20:24:01.300Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28262026-04-10T20:24:01.497Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28272026-04-10T20:24:02.160Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28282026-04-10T20:24:02.877Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28292026-04-10T20:24:02.990Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28302026-04-10T20:24:03.238Z Compiling tungstenite v0.23.0
28312026-04-10T20:24:03.353Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28322026-04-10T20:24:03.577Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28332026-04-10T20:24:03.808Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28342026-04-10T20:24:03.829Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28352026-04-10T20:24:03.941Z Compiling nix v0.27.1
28362026-04-10T20:24:04.037Z Compiling serde_bytes v0.11.19
28372026-04-10T20:24:04.125Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
28382026-04-10T20:24:04.336Z Compiling tokio-tungstenite v0.23.1
28392026-04-10T20:24:04.723Z Compiling git2 v0.20.4
28402026-04-10T20:24:04.779Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28412026-04-10T20:24:05.240Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28422026-04-10T20:24:05.504Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28432026-04-10T20:24:05.568Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28442026-04-10T20:24:07.804Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28452026-04-10T20:24:07.855Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28462026-04-10T20:24:10.270Z Compiling tokio-rustls v0.24.1
28472026-04-10T20:24:10.584Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28482026-04-10T20:24:10.855Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28492026-04-10T20:24:11.012Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28502026-04-10T20:24:11.266Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28512026-04-10T20:24:11.290Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28522026-04-10T20:24:13.152Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28532026-04-10T20:24:13.179Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28542026-04-10T20:24:13.675Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28552026-04-10T20:24:14.640Z Compiling rustls-pemfile v1.0.4
28562026-04-10T20:24:15.101Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28572026-04-10T20:24:15.547Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28582026-04-10T20:24:15.928Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28592026-04-10T20:24:16.044Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28602026-04-10T20:24:17.359Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28612026-04-10T20:24:17.974Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28622026-04-10T20:24:18.041Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28632026-04-10T20:24:18.321Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28642026-04-10T20:24:18.404Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28652026-04-10T20:24:18.555Z Compiling signal-hook-tokio v0.3.1
28662026-04-10T20:24:18.749Z Compiling twox-hash v2.1.2
28672026-04-10T20:24:18.778Z Compiling yasna v0.5.2
28682026-04-10T20:24:18.832Z Compiling is_ci v1.2.0
28692026-04-10T20:24:19.048Z Compiling supports-color v3.0.2
28702026-04-10T20:24:19.272Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28712026-04-10T20:24:19.330Z Compiling rcgen v0.12.1
28722026-04-10T20:24:19.437Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28732026-04-10T20:24:19.545Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28742026-04-10T20:24:20.332Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28752026-04-10T20:24:21.388Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28762026-04-10T20:24:21.794Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28772026-04-10T20:24:22.964Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28782026-04-10T20:24:23.331Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28792026-04-10T20:24:23.776Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28802026-04-10T20:24:23.931Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28812026-04-10T20:24:24.722Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28822026-04-10T20:24:24.955Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28832026-04-10T20:24:25.190Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28842026-04-10T20:24:25.456Z Compiling fatfs v0.3.6
28852026-04-10T20:24:25.680Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28862026-04-10T20:24:26.274Z Compiling rtoolbox v0.0.3
28872026-04-10T20:24:26.568Z Compiling subprocess v0.2.15
28882026-04-10T20:24:26.647Z Compiling assert_matches v1.5.0
28892026-04-10T20:24:26.670Z Compiling seq-macro v0.3.6
28902026-04-10T20:24:26.766Z Compiling rpassword v7.4.0
28912026-04-10T20:24:27.055Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28922026-04-10T20:24:27.228Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28932026-04-10T20:24:27.798Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28942026-04-10T20:24:28.788Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28952026-04-10T20:24:29.371Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28962026-04-10T20:24:29.513Z Compiling tui-tree-widget v0.23.1
28972026-04-10T20:24:29.808Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28982026-04-10T20:24:30.611Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28992026-04-10T20:24:30.681Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29002026-04-10T20:24:31.149Z Compiling uzers v0.12.2
29012026-04-10T20:24:31.182Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29022026-04-10T20:24:32.134Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29032026-04-10T20:24:33.151Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29042026-04-10T20:24:34.215Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29052026-04-10T20:24:36.300Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29062026-04-10T20:24:36.531Z Compiling support-bundle-viewer v0.1.2
29072026-04-10T20:24:38.403Z Compiling multimap v0.10.1
29082026-04-10T20:24:46.570Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29092026-04-10T20:24:55.622Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29102026-04-10T20:24:57.436Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29112026-04-10T20:24:57.607Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29122026-04-10T20:35:23.300Z Finished `release` profile [optimized] target(s) in 12m 37s
29132026-04-10T20:36:07.097Z
29142026-04-10T20:36:07.097Zreal 13:22.005579611
29152026-04-10T20:36:07.097Zuser 1:21:54.961540622
29162026-04-10T20:36:07.100Zsys 3:30.813693749
29172026-04-10T20:36:07.100Ztrap 1.779640305
29182026-04-10T20:36:07.100Ztflt 2.079350650
29192026-04-10T20:36:07.100Zdflt 17.059269041
29202026-04-10T20:36:07.100Zkflt 0.002338909
29212026-04-10T20:36:07.100Zlock 9:47:02.111509074
29222026-04-10T20:36:07.100Zslp 2:31:35.354809862
29232026-04-10T20:36:07.100Zlat 2:39.197187635
29242026-04-10T20:36:07.100Zstop 5:10.883357157
29252026-04-10T20:36:07.100Z+ mapfile -t packages
29262026-04-10T20:36:07.100Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29272026-04-10T20:36:08.044Z Finished `release` profile [optimized] target(s) in 0.93s
29282026-04-10T20:36:08.119Z Running `target/release/omicron-package -t test list-outputs`
29292026-04-10T20:36:08.176ZLogging to: /work/oxidecomputer/omicron/out/LOG
29302026-04-10T20:36:08.179Z+ ptime -m cargo build --locked --release -p xtask
29312026-04-10T20:36:08.705Z Compiling libc v0.2.180
29322026-04-10T20:36:08.705Z Compiling serde v1.0.228
29332026-04-10T20:36:08.709Z Compiling serde_core v1.0.228
29342026-04-10T20:36:08.709Z Compiling rustix v1.1.3
29352026-04-10T20:36:08.798Z Compiling bitflags v2.11.0
29362026-04-10T20:36:08.811Z Compiling serde_json v1.0.149
29372026-04-10T20:36:08.844Z Compiling num-traits v0.2.19
29382026-04-10T20:36:08.853Z Compiling syn v2.0.117
29392026-04-10T20:36:08.864Z Compiling hashbrown v0.16.1
29402026-04-10T20:36:08.864Z Compiling smallvec v1.15.1
29412026-04-10T20:36:08.894Z Compiling usdt-impl v0.5.0
29422026-04-10T20:36:08.905Z Compiling syn v1.0.109
29432026-04-10T20:36:08.918Z Compiling getrandom v0.3.4
29442026-04-10T20:36:08.922Z Compiling log v0.4.29
29452026-04-10T20:36:09.084Z Compiling percent-encoding v2.3.2
29462026-04-10T20:36:09.242Z Compiling form_urlencoded v1.2.2
29472026-04-10T20:36:09.276Z Compiling fs-err v3.3.0
29482026-04-10T20:36:09.307Z Compiling once_cell v1.21.3
29492026-04-10T20:36:09.345Z Compiling heck v0.4.1
29502026-04-10T20:36:09.349Z Compiling anyhow v1.0.102
29512026-04-10T20:36:09.468Z Compiling indexmap v2.13.0
29522026-04-10T20:36:09.528Z Compiling thread-id v4.2.2
29532026-04-10T20:36:09.587Z Compiling errno v0.3.14
29542026-04-10T20:36:09.590Z Compiling memmap v0.7.0
29552026-04-10T20:36:09.877Z Compiling ordered-float v2.10.1
29562026-04-10T20:36:10.412Z Compiling proc-macro-error v1.0.4
29572026-04-10T20:36:10.602Z Compiling terminal_size v0.4.3
29582026-04-10T20:36:10.602Z Compiling tempfile v3.25.0
29592026-04-10T20:36:10.657Z Compiling tabled_derive v0.7.0
29602026-04-10T20:36:10.700Z Compiling clap_builder v4.5.60
29612026-04-10T20:36:10.701Z Compiling textwrap v0.16.2
29622026-04-10T20:36:10.838Z Compiling camino-tempfile v1.4.1
29632026-04-10T20:36:11.333Z Compiling tabled v0.15.0
29642026-04-10T20:36:11.390Z Compiling synstructure v0.13.2
29652026-04-10T20:36:11.390Z Compiling pest_generator v2.8.6
29662026-04-10T20:36:11.771Z Compiling serde_derive v1.0.228
29672026-04-10T20:36:11.771Z Compiling zerovec-derive v0.11.2
29682026-04-10T20:36:11.774Z Compiling displaydoc v0.2.5
29692026-04-10T20:36:11.774Z Compiling thiserror-impl v1.0.69
29702026-04-10T20:36:11.774Z Compiling zerocopy-derive v0.7.35
29712026-04-10T20:36:11.774Z Compiling scroll_derive v0.12.1
29722026-04-10T20:36:11.774Z Compiling thiserror-impl v2.0.18
29732026-04-10T20:36:11.775Z Compiling clap_derive v4.5.55
29742026-04-10T20:36:11.832Z Compiling zerofrom-derive v0.1.6
29752026-04-10T20:36:11.914Z Compiling yoke-derive v0.8.1
29762026-04-10T20:36:12.036Z Compiling pest_derive v2.8.6
29772026-04-10T20:36:12.441Z Compiling scroll v0.12.0
29782026-04-10T20:36:12.580Z Compiling zerocopy v0.7.35
29792026-04-10T20:36:12.760Z Compiling goblin v0.8.2
29802026-04-10T20:36:12.941Z Compiling thiserror v1.0.69
29812026-04-10T20:36:12.987Z Compiling zerofrom v0.1.6
29822026-04-10T20:36:13.018Z Compiling thiserror v2.0.18
29832026-04-10T20:36:13.037Z Compiling dtrace-parser v0.2.0
29842026-04-10T20:36:13.130Z Compiling yoke v0.8.1
29852026-04-10T20:36:13.347Z Compiling zerovec v0.11.5
29862026-04-10T20:36:13.408Z Compiling zerotrie v0.2.3
29872026-04-10T20:36:13.466Z Compiling clap v4.5.60
29882026-04-10T20:36:13.971Z Compiling tinystr v0.8.2
29892026-04-10T20:36:14.212Z Compiling icu_locale_core v2.1.1
29902026-04-10T20:36:14.608Z Compiling potential_utf v0.1.4
29912026-04-10T20:36:14.818Z Compiling icu_collections v2.1.1
29922026-04-10T20:36:14.851Z Compiling toml_datetime v0.6.11
29932026-04-10T20:36:14.871Z Compiling serde_spanned v0.6.9
29942026-04-10T20:36:15.048Z Compiling icu_provider v2.1.1
29952026-04-10T20:36:15.144Z Compiling dof v0.3.0
29962026-04-10T20:36:15.181Z Compiling toml_edit v0.22.27
29972026-04-10T20:36:15.196Z Compiling serde_tokenstream v0.2.3
29982026-04-10T20:36:15.283Z Compiling serde-value v0.7.0
29992026-04-10T20:36:15.387Z Compiling icu_properties v2.1.2
30002026-04-10T20:36:15.526Z Compiling icu_normalizer v2.1.1
30012026-04-10T20:36:15.585Z Compiling cargo-platform v0.2.0
30022026-04-10T20:36:15.629Z Compiling macaddr v1.0.1
30032026-04-10T20:36:16.088Z Compiling usdt-attr-macro v0.5.0
30042026-04-10T20:36:16.112Z Compiling usdt-macro v0.5.0
30052026-04-10T20:36:16.308Z Compiling idna_adapter v1.2.1
30062026-04-10T20:36:16.490Z Compiling idna v1.1.0
30072026-04-10T20:36:16.761Z Compiling usdt v0.5.0
30082026-04-10T20:36:16.891Z Compiling toml v0.8.23
30092026-04-10T20:36:16.903Z Compiling url v2.5.8
30102026-04-10T20:36:17.338Z Compiling cargo_toml v0.21.0
30112026-04-10T20:36:17.479Z Compiling cargo-util-schemas v0.8.2
30122026-04-10T20:36:18.508Z Compiling cargo_metadata v0.21.0
30132026-04-10T20:36:21.487Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30142026-04-10T20:36:24.485Z Finished `release` profile [optimized] target(s) in 16.29s
30152026-04-10T20:36:24.649Z
30162026-04-10T20:36:24.649Zreal 16.433219134
30172026-04-10T20:36:24.650Zuser 2:22.304608644
30182026-04-10T20:36:24.650Zsys 16.645583605
30192026-04-10T20:36:24.650Ztrap 0.100125857
30202026-04-10T20:36:24.650Ztflt 0.466711447
30212026-04-10T20:36:24.650Zdflt 1.299331836
30222026-04-10T20:36:24.650Zkflt 0.000045352
30232026-04-10T20:36:24.653Zlock 5:24.011885558
30242026-04-10T20:36:24.653Zslp 3:31.955476075
30252026-04-10T20:36:24.653Zlat 6.562185440
30262026-04-10T20:36:24.653Zstop 19.132338436
30272026-04-10T20:36:24.653Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30282026-04-10T20:36:24.653Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30292026-04-10T20:36:24.653Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30302026-04-10T20:36:24.653Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30312026-04-10T20:36:24.653Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30322026-04-10T20:36:25.582Z Compiling regress v0.10.5
30332026-04-10T20:36:25.585Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30342026-04-10T20:36:25.585Z Compiling newtype-uuid-macros v0.1.0
30352026-04-10T20:36:25.585Z Compiling rustls v0.22.4
30362026-04-10T20:36:25.743Z Compiling progenitor-client v0.13.0
30372026-04-10T20:36:25.754Z Compiling rustls-webpki v0.102.8
30382026-04-10T20:36:25.757Z Compiling structmeta-derive v0.3.0
30392026-04-10T20:36:25.757Z Compiling serde_spanned v1.0.4
30402026-04-10T20:36:25.757Z Compiling multer v3.1.0
30412026-04-10T20:36:25.761Z Compiling toml_writer v1.0.6+spec-1.1.0
30422026-04-10T20:36:25.764Z Compiling match_cfg v0.1.0
30432026-04-10T20:36:25.802Z Compiling debug-ignore v1.0.5
30442026-04-10T20:36:25.818Z Compiling slog-json v2.6.1
30452026-04-10T20:36:25.821Z Compiling async-stream-impl v0.3.6
30462026-04-10T20:36:25.832Z Compiling waitgroup v0.1.2
30472026-04-10T20:36:25.848Z Compiling rustls-pemfile v2.2.0
30482026-04-10T20:36:25.930Z Compiling hostname v0.3.1
30492026-04-10T20:36:25.977Z Compiling hostname v0.4.2
30502026-04-10T20:36:25.980Z Compiling serde_path_to_error v0.1.20
30512026-04-10T20:36:26.009Z Compiling itertools v0.14.0
30522026-04-10T20:36:26.012Z Compiling dropshot v0.16.7
30532026-04-10T20:36:26.063Z Compiling slog-bunyan v2.5.0
30542026-04-10T20:36:26.066Z Compiling dropshot_endpoint v0.16.7
30552026-04-10T20:36:26.099Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30562026-04-10T20:36:26.099Z Compiling macaddr v1.0.1
30572026-04-10T20:36:26.148Z Compiling toml v0.9.12+spec-1.1.0
30582026-04-10T20:36:26.206Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30592026-04-10T20:36:26.224Z Compiling instant v0.1.13
30602026-04-10T20:36:26.300Z Compiling progenitor-client v0.10.0
30612026-04-10T20:36:26.317Z Compiling backon v1.6.0
30622026-04-10T20:36:26.359Z Compiling backoff v0.4.0
30632026-04-10T20:36:26.376Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30642026-04-10T20:36:26.390Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30652026-04-10T20:36:26.500Z Compiling async-stream v0.3.6
30662026-04-10T20:36:26.530Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30672026-04-10T20:36:26.547Z Compiling progenitor-extras v0.1.1
30682026-04-10T20:36:26.550Z Compiling universal-hash v0.5.1
30692026-04-10T20:36:26.588Z Compiling opaque-debug v0.3.1
30702026-04-10T20:36:26.632Z Compiling half v2.7.1
30712026-04-10T20:36:26.648Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30722026-04-10T20:36:26.678Z Compiling ciborium-io v0.2.2
30732026-04-10T20:36:26.702Z Compiling crucible-workspace-hack v0.1.0
30742026-04-10T20:36:26.705Z Compiling convert_case v0.4.0
30752026-04-10T20:36:26.736Z Compiling aead v0.5.2
30762026-04-10T20:36:26.796Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30772026-04-10T20:36:26.813Z Compiling secrecy v0.10.3
30782026-04-10T20:36:26.833Z Compiling unsafe-libyaml v0.2.11
30792026-04-10T20:36:26.850Z Compiling poly1305 v0.8.0
30802026-04-10T20:36:26.935Z Compiling ciborium-ll v0.2.2
30812026-04-10T20:36:26.977Z Compiling chacha20 v0.9.1
30822026-04-10T20:36:26.996Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30832026-04-10T20:36:27.014Z Compiling structmeta v0.3.0
30842026-04-10T20:36:27.049Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30852026-04-10T20:36:27.075Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30862026-04-10T20:36:27.119Z Compiling derive_more v0.99.20
30872026-04-10T20:36:27.136Z Compiling ciborium v0.2.2
30882026-04-10T20:36:27.180Z Compiling thiserror-impl-no-std v2.0.2
30892026-04-10T20:36:27.264Z Compiling typify-impl v0.6.1
30902026-04-10T20:36:27.280Z Compiling derive-ex v0.1.8
30912026-04-10T20:36:27.299Z Compiling parse-display-derive v0.10.0
30922026-04-10T20:36:27.302Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30932026-04-10T20:36:27.386Z Compiling serde_yaml v0.9.34+deprecated
30942026-04-10T20:36:27.419Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30952026-04-10T20:36:27.495Z Compiling byte-wrapper v0.1.0
30962026-04-10T20:36:27.538Z Compiling password-hash v0.5.0
30972026-04-10T20:36:27.624Z Compiling blake2 v0.10.6
30982026-04-10T20:36:27.640Z Compiling chacha20poly1305 v0.10.1
30992026-04-10T20:36:27.743Z Compiling indent_write v2.2.0
31002026-04-10T20:36:27.814Z Compiling heapless v0.8.0
31012026-04-10T20:36:27.861Z Compiling ingot-macros v0.1.1
31022026-04-10T20:36:27.878Z Compiling argon2 v0.5.3
31032026-04-10T20:36:27.911Z Compiling toml_edit v0.23.10+spec-1.0.0
31042026-04-10T20:36:27.966Z Compiling hash32 v0.3.1
31052026-04-10T20:36:28.132Z Compiling tokio-rustls v0.25.0
31062026-04-10T20:36:28.206Z Compiling smoltcp v0.11.0
31072026-04-10T20:36:28.381Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31082026-04-10T20:36:28.399Z Compiling thiserror-no-std v2.0.2
31092026-04-10T20:36:28.517Z Compiling vsss-rs v3.3.4
31102026-04-10T20:36:28.578Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31112026-04-10T20:36:28.705Z Compiling proc-macro-crate v3.4.0
31122026-04-10T20:36:28.883Z Compiling tabwriter v1.4.1
31132026-04-10T20:36:28.911Z Compiling cobs v0.3.0
31142026-04-10T20:36:29.026Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31152026-04-10T20:36:29.042Z Compiling test-strategy v0.4.5
31162026-04-10T20:36:29.078Z Compiling parse-display v0.10.0
31172026-04-10T20:36:29.119Z Compiling postcard v1.1.3
31182026-04-10T20:36:29.137Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
31192026-04-10T20:36:29.140Z Compiling proc-macro-error v1.0.4
31202026-04-10T20:36:29.262Z Compiling proc-macro-crate v1.3.1
31212026-04-10T20:36:29.293Z Compiling num_enum_derive v0.7.5
31222026-04-10T20:36:29.310Z Compiling foreign-types-macros v0.2.3
31232026-04-10T20:36:29.407Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31242026-04-10T20:36:29.491Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31252026-04-10T20:36:29.507Z Compiling rayon-core v1.13.0
31262026-04-10T20:36:29.583Z Compiling cpufeatures v0.3.0
31272026-04-10T20:36:29.664Z Compiling foreign-types-shared v0.3.1
31282026-04-10T20:36:29.685Z Compiling colored v3.1.1
31292026-04-10T20:36:29.705Z Compiling num_enum_derive v0.5.11
31302026-04-10T20:36:29.754Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31312026-04-10T20:36:29.757Z Compiling chacha20 v0.10.0
31322026-04-10T20:36:29.792Z Compiling crossbeam-deque v0.8.6
31332026-04-10T20:36:29.934Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31342026-04-10T20:36:29.960Z Compiling foreign-types v0.5.0
31352026-04-10T20:36:29.979Z Compiling num-rational v0.4.2
31362026-04-10T20:36:29.983Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31372026-04-10T20:36:30.034Z Compiling num-complex v0.4.6
31382026-04-10T20:36:30.062Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31392026-04-10T20:36:30.082Z Compiling cstr-argument v0.1.2
31402026-04-10T20:36:30.107Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31412026-04-10T20:36:30.124Z Compiling rand v0.10.0
31422026-04-10T20:36:30.312Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31432026-04-10T20:36:30.441Z Compiling num_enum v0.7.5
31442026-04-10T20:36:30.467Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31452026-04-10T20:36:30.501Z Compiling num v0.4.3
31462026-04-10T20:36:30.585Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31472026-04-10T20:36:30.602Z Compiling toml v0.8.23
31482026-04-10T20:36:30.605Z Compiling camino-tempfile v1.4.1
31492026-04-10T20:36:30.605Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31502026-04-10T20:36:30.655Z Compiling float-ord v0.3.2
31512026-04-10T20:36:30.658Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31522026-04-10T20:36:30.687Z Compiling zone_cfg_derive v0.3.1
31532026-04-10T20:36:30.775Z Compiling ingot-types v0.1.2
31542026-04-10T20:36:30.809Z Compiling rayon v1.11.0
31552026-04-10T20:36:30.853Z Compiling num_enum v0.5.11
31562026-04-10T20:36:30.889Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31572026-04-10T20:36:30.949Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
31582026-04-10T20:36:30.997Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31592026-04-10T20:36:31.014Z Compiling itertools v0.12.1
31602026-04-10T20:36:31.036Z Compiling num-derive v0.4.2
31612026-04-10T20:36:31.113Z Compiling sigpipe v0.1.3
31622026-04-10T20:36:31.116Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31632026-04-10T20:36:31.148Z Compiling glob v0.3.3
31642026-04-10T20:36:31.191Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31652026-04-10T20:36:31.228Z Compiling ingot v0.1.1
31662026-04-10T20:36:31.283Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
31672026-04-10T20:36:31.300Z Compiling smf v0.2.3
31682026-04-10T20:36:31.339Z Compiling whoami v1.6.1
31692026-04-10T20:36:31.384Z Compiling prettyplease v0.2.37
31702026-04-10T20:36:31.387Z Compiling gethostname v0.5.0
31712026-04-10T20:36:31.524Z Compiling usdt-attr-macro v0.5.0
31722026-04-10T20:36:31.543Z Compiling usdt-macro v0.5.0
31732026-04-10T20:36:31.559Z Compiling memmap v0.7.0
31742026-04-10T20:36:31.579Z Compiling atomicwrites v0.4.4
31752026-04-10T20:36:31.664Z Compiling derive-where v1.6.0
31762026-04-10T20:36:31.765Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31772026-04-10T20:36:31.800Z Compiling cancel-safe-futures v0.1.5
31782026-04-10T20:36:31.845Z Compiling typify-macro v0.6.1
31792026-04-10T20:36:31.874Z Compiling owo-colors v4.3.0
31802026-04-10T20:36:31.931Z Compiling resolv-conf v0.7.6
31812026-04-10T20:36:32.029Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31822026-04-10T20:36:32.075Z Compiling libsw-core v0.3.2
31832026-04-10T20:36:32.234Z Compiling zone v0.3.1
31842026-04-10T20:36:32.305Z Compiling async-recursion v1.1.1
31852026-04-10T20:36:32.325Z Compiling libsw v3.5.0
31862026-04-10T20:36:32.382Z Compiling usdt v0.5.0
31872026-04-10T20:36:32.442Z Compiling libefi-sys v0.1.0
31882026-04-10T20:36:32.459Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31892026-04-10T20:36:32.538Z Compiling linear-map v1.2.0
31902026-04-10T20:36:32.640Z Compiling console v0.15.11
31912026-04-10T20:36:32.674Z Compiling hickory-proto v0.24.4
31922026-04-10T20:36:32.690Z Compiling newline-converter v0.3.0
31932026-04-10T20:36:32.708Z Compiling bitfield-struct v0.6.2
31942026-04-10T20:36:32.750Z Compiling linked-hash-map v0.5.6
31952026-04-10T20:36:32.831Z Compiling semver v0.1.20
31962026-04-10T20:36:32.939Z Compiling lru-cache v0.1.2
31972026-04-10T20:36:32.969Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31982026-04-10T20:36:33.020Z Compiling expectorate v1.2.0
31992026-04-10T20:36:33.069Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32002026-04-10T20:36:33.086Z Compiling rustc_version v0.1.7
32012026-04-10T20:36:33.106Z Compiling tokio-dtrace v0.1.1
32022026-04-10T20:36:33.110Z Compiling dropshot-api-manager-types v0.6.0
32032026-04-10T20:36:33.110Z Compiling pin-project-internal v1.1.11
32042026-04-10T20:36:33.160Z Compiling slog-dtrace v0.3.0
32052026-04-10T20:36:33.195Z Compiling minimal-lexical v0.2.1
32062026-04-10T20:36:33.212Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-04-10T20:36:33.259Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32082026-04-10T20:36:33.314Z Compiling oxide-tokio-rt v0.1.3
32092026-04-10T20:36:33.351Z Compiling newtype_derive v0.1.6
32102026-04-10T20:36:33.390Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32112026-04-10T20:36:33.424Z Compiling nom v7.1.3
32122026-04-10T20:36:33.473Z Compiling typify-impl v0.4.3
32132026-04-10T20:36:33.494Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32142026-04-10T20:36:33.498Z Compiling phf_shared v0.12.1
32152026-04-10T20:36:33.498Z Compiling snafu-derive v0.8.9
32162026-04-10T20:36:33.582Z Compiling pem v3.0.6
32172026-04-10T20:36:33.636Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32182026-04-10T20:36:33.700Z Compiling csv-core v0.1.13
32192026-04-10T20:36:33.703Z Compiling typify v0.6.1
32202026-04-10T20:36:33.735Z Compiling same-file v1.0.6
32212026-04-10T20:36:33.846Z Compiling progenitor-impl v0.13.0
32222026-04-10T20:36:33.937Z Compiling xshell-macros v0.2.7
32232026-04-10T20:36:33.953Z Compiling chrono-tz v0.10.4
32242026-04-10T20:36:33.983Z Compiling highway v1.3.0
32252026-04-10T20:36:34.052Z Compiling const_format_proc_macros v0.2.34
32262026-04-10T20:36:34.101Z Compiling csv v1.4.0
32272026-04-10T20:36:34.124Z Compiling walkdir v2.5.0
32282026-04-10T20:36:34.183Z Compiling phf v0.12.1
32292026-04-10T20:36:34.326Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32302026-04-10T20:36:34.363Z Compiling pin-project v1.1.11
32312026-04-10T20:36:34.380Z Compiling xshell v0.2.7
32322026-04-10T20:36:34.478Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32332026-04-10T20:36:34.481Z Compiling globset v0.4.18
32342026-04-10T20:36:34.513Z Compiling olpc-cjson v0.1.4
32352026-04-10T20:36:34.671Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32362026-04-10T20:36:34.711Z Compiling primeorder v0.13.6
32372026-04-10T20:36:34.730Z Compiling serde_plain v1.0.2
32382026-04-10T20:36:34.749Z Compiling typed-path v0.9.3
32392026-04-10T20:36:34.809Z Compiling hickory-resolver v0.24.4
32402026-04-10T20:36:34.923Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32412026-04-10T20:36:34.940Z Compiling const_format v0.2.35
32422026-04-10T20:36:34.964Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32432026-04-10T20:36:35.095Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32442026-04-10T20:36:35.237Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32452026-04-10T20:36:35.345Z Compiling tabled_derive v0.7.0
32462026-04-10T20:36:35.503Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32472026-04-10T20:36:35.506Z Compiling snafu v0.8.9
32482026-04-10T20:36:35.656Z Compiling bcs v0.1.6
32492026-04-10T20:36:35.781Z Compiling salty v0.3.0
32502026-04-10T20:36:35.913Z Compiling tough v0.20.0
32512026-04-10T20:36:35.938Z Compiling qorb v0.4.1
32522026-04-10T20:36:35.972Z Compiling termtree v0.5.1
32532026-04-10T20:36:36.034Z Compiling radium v0.7.0
32542026-04-10T20:36:36.060Z Compiling textwrap v0.16.2
32552026-04-10T20:36:36.102Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32562026-04-10T20:36:36.157Z Compiling steno v0.4.1
32572026-04-10T20:36:36.337Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32582026-04-10T20:36:36.355Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32592026-04-10T20:36:36.410Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32602026-04-10T20:36:36.450Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32612026-04-10T20:36:36.570Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32622026-04-10T20:36:36.588Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32632026-04-10T20:36:36.617Z Compiling progenitor-macro v0.13.0
32642026-04-10T20:36:36.792Z Compiling tabled v0.15.0
32652026-04-10T20:36:36.841Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32662026-04-10T20:36:36.981Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32672026-04-10T20:36:36.999Z Compiling tagptr v0.2.0
32682026-04-10T20:36:37.149Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32692026-04-10T20:36:37.188Z Compiling base64 v0.21.7
32702026-04-10T20:36:37.205Z Compiling tap v1.0.1
32712026-04-10T20:36:37.352Z Compiling humantime v2.3.0
32722026-04-10T20:36:37.384Z Compiling maybe-uninit v2.0.0
32732026-04-10T20:36:37.545Z Compiling wyz v0.5.1
32742026-04-10T20:36:37.656Z Compiling moka v0.12.13
32752026-04-10T20:36:37.769Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32762026-04-10T20:36:37.997Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32772026-04-10T20:36:38.087Z Compiling typify-macro v0.4.3
32782026-04-10T20:36:38.220Z Compiling p384 v0.13.1
32792026-04-10T20:36:38.258Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32802026-04-10T20:36:38.395Z Compiling parking_lot_core v0.8.6
32812026-04-10T20:36:38.459Z Compiling packed_struct v0.10.1
32822026-04-10T20:36:38.478Z Compiling funty v2.0.0
32832026-04-10T20:36:38.496Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32842026-04-10T20:36:38.573Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32852026-04-10T20:36:38.698Z Compiling hickory-resolver v0.25.2
32862026-04-10T20:36:38.716Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32872026-04-10T20:36:38.807Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32882026-04-10T20:36:38.880Z Compiling bitvec v1.0.1
32892026-04-10T20:36:39.101Z Compiling polyval v0.6.2
32902026-04-10T20:36:39.168Z Compiling git-stub v1.0.0
32912026-04-10T20:36:39.194Z Compiling packed_struct_codegen v0.10.1
32922026-04-10T20:36:39.354Z Compiling zerocopy-derive v0.6.6
32932026-04-10T20:36:39.459Z Compiling bitfield-macros v0.19.4
32942026-04-10T20:36:39.553Z Compiling proc-macro-error-attr2 v2.0.0
32952026-04-10T20:36:39.886Z Compiling typify v0.4.3
32962026-04-10T20:36:39.886Z Compiling indexmap v1.9.3
32972026-04-10T20:36:39.964Z Compiling nodrop v0.1.14
32982026-04-10T20:36:39.983Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32992026-04-10T20:36:40.006Z Compiling crc-catalog v2.4.0
33002026-04-10T20:36:40.025Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33012026-04-10T20:36:40.090Z Compiling utf-8 v0.7.6
33022026-04-10T20:36:40.111Z Compiling crc v3.4.0
33032026-04-10T20:36:40.131Z Compiling array-init v0.0.4
33042026-04-10T20:36:40.171Z Compiling proc-macro-error2 v2.0.1
33052026-04-10T20:36:40.239Z Compiling bitfield v0.19.4
33062026-04-10T20:36:40.310Z Compiling zerocopy v0.6.6
33072026-04-10T20:36:40.342Z Compiling tungstenite v0.21.0
33082026-04-10T20:36:40.357Z Compiling git-stub-vcs v0.1.0
33092026-04-10T20:36:40.375Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33102026-04-10T20:36:40.395Z Compiling ghash v0.5.1
33112026-04-10T20:36:40.414Z Compiling smallvec v0.6.14
33122026-04-10T20:36:40.567Z Compiling num-derive v0.3.3
33132026-04-10T20:36:40.585Z Compiling ctr v0.9.2
33142026-04-10T20:36:40.601Z Compiling compression-core v0.4.31
33152026-04-10T20:36:40.646Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33162026-04-10T20:36:40.663Z Compiling unicase v2.9.0
33172026-04-10T20:36:40.682Z Compiling hashbrown v0.12.3
33182026-04-10T20:36:40.760Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33192026-04-10T20:36:40.792Z Compiling aes-gcm v0.10.3
33202026-04-10T20:36:40.814Z Compiling parking_lot v0.11.2
33212026-04-10T20:36:40.866Z Compiling tokio-tungstenite v0.21.0
33222026-04-10T20:36:40.906Z Compiling mime_guess v2.0.5
33232026-04-10T20:36:40.927Z Compiling compression-codecs v0.4.37
33242026-04-10T20:36:41.011Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33252026-04-10T20:36:41.218Z Compiling serde-hex v0.1.0
33262026-04-10T20:36:41.236Z Compiling tabled_derive v0.11.0
33272026-04-10T20:36:41.274Z Compiling progenitor-impl v0.10.0
33282026-04-10T20:36:41.277Z Compiling progenitor-impl v0.11.2
33292026-04-10T20:36:41.277Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33302026-04-10T20:36:41.462Z Compiling ron v0.8.1
33312026-04-10T20:36:41.488Z Compiling papergrid v0.17.0
33322026-04-10T20:36:41.504Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33332026-04-10T20:36:41.529Z Compiling libscf-sys v1.1.0
33342026-04-10T20:36:41.614Z Compiling testing_table v0.3.0
33352026-04-10T20:36:41.707Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33362026-04-10T20:36:41.710Z Compiling hashbrown v0.13.2
33372026-04-10T20:36:41.749Z Compiling progenitor v0.13.0
33382026-04-10T20:36:41.806Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33392026-04-10T20:36:41.877Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33402026-04-10T20:36:41.895Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33412026-04-10T20:36:41.927Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33422026-04-10T20:36:42.116Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33432026-04-10T20:36:42.259Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33442026-04-10T20:36:42.279Z Compiling prefix-trie v0.7.0
33452026-04-10T20:36:42.481Z Compiling blowfish v0.9.1
33462026-04-10T20:36:42.511Z Compiling ssh-encoding v0.2.0
33472026-04-10T20:36:42.733Z Compiling fxhash v0.2.1
33482026-04-10T20:36:42.762Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33492026-04-10T20:36:42.794Z Compiling toml_datetime v1.0.0+spec-1.1.0
33502026-04-10T20:36:42.811Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33512026-04-10T20:36:42.876Z Compiling dropshot v0.17.0
33522026-04-10T20:36:42.907Z Compiling crc-any v2.5.0
33532026-04-10T20:36:43.046Z Compiling corncobs v0.1.4
33542026-04-10T20:36:43.063Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33552026-04-10T20:36:43.144Z Compiling toml v1.0.6+spec-1.1.0
33562026-04-10T20:36:43.177Z Compiling sled v0.34.7
33572026-04-10T20:36:43.181Z Compiling ssh-cipher v0.2.0
33582026-04-10T20:36:43.212Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33592026-04-10T20:36:43.253Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33602026-04-10T20:36:43.256Z Compiling hickory-server v0.25.2
33612026-04-10T20:36:43.327Z Compiling bcrypt-pbkdf v0.10.0
33622026-04-10T20:36:43.423Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33632026-04-10T20:36:43.468Z Compiling tabled v0.20.0
33642026-04-10T20:36:43.642Z Compiling object v0.30.4
33652026-04-10T20:36:43.694Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33662026-04-10T20:36:43.851Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33672026-04-10T20:36:43.990Z Compiling progenitor-macro v0.10.0
33682026-04-10T20:36:44.014Z Compiling progenitor-macro v0.11.2
33692026-04-10T20:36:44.185Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33702026-04-10T20:36:44.514Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33712026-04-10T20:36:44.911Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33722026-04-10T20:36:45.112Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33732026-04-10T20:36:45.190Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33742026-04-10T20:36:45.194Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33752026-04-10T20:36:45.352Z Compiling async-compression v0.4.41
33762026-04-10T20:36:45.705Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33772026-04-10T20:36:45.804Z Compiling progenitor-client v0.11.2
33782026-04-10T20:36:45.957Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33792026-04-10T20:36:46.007Z Compiling dropshot_endpoint v0.17.0
33802026-04-10T20:36:46.027Z Compiling password-hash v0.4.2
33812026-04-10T20:36:46.158Z Compiling secrecy v0.8.0
33822026-04-10T20:36:46.303Z Compiling http-range v0.1.5
33832026-04-10T20:36:46.346Z Compiling path-slash v0.1.5
33842026-04-10T20:36:46.440Z Compiling half v1.8.3
33852026-04-10T20:36:46.483Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33862026-04-10T20:36:46.534Z Compiling pbkdf2 v0.11.0
33872026-04-10T20:36:46.711Z Compiling serde_cbor v0.11.2
33882026-04-10T20:36:46.787Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33892026-04-10T20:36:47.234Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33902026-04-10T20:36:47.340Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33912026-04-10T20:36:47.440Z Compiling ssh-key v0.6.7
33922026-04-10T20:36:47.690Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
33932026-04-10T20:36:47.893Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33942026-04-10T20:36:47.984Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33952026-04-10T20:36:48.356Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33962026-04-10T20:36:48.411Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33972026-04-10T20:36:48.634Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33982026-04-10T20:36:48.715Z Compiling p256 v0.13.2
33992026-04-10T20:36:48.778Z Compiling p521 v0.13.3
34002026-04-10T20:36:48.900Z Compiling yasna v0.5.2
34012026-04-10T20:36:49.131Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34022026-04-10T20:36:49.135Z Compiling kstat-rs v0.2.4
34032026-04-10T20:36:49.169Z Compiling headers-core v0.3.0
34042026-04-10T20:36:49.191Z Compiling nanorand v0.7.0
34052026-04-10T20:36:49.208Z Compiling atty v0.2.14
34062026-04-10T20:36:49.223Z Compiling progenitor v0.11.2
34072026-04-10T20:36:49.240Z Compiling progenitor v0.10.0
34082026-04-10T20:36:49.311Z Compiling russh-cryptovec v0.7.3
34092026-04-10T20:36:49.327Z Compiling crc8 v0.1.1
34102026-04-10T20:36:49.342Z Compiling home v0.5.12
34112026-04-10T20:36:49.407Z Compiling md5 v0.7.0
34122026-04-10T20:36:49.427Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34132026-04-10T20:36:49.448Z Compiling flume v0.11.1
34142026-04-10T20:36:49.467Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34152026-04-10T20:36:49.500Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34162026-04-10T20:36:49.516Z Compiling rcgen v0.12.1
34172026-04-10T20:36:49.535Z Compiling headers v0.4.1
34182026-04-10T20:36:49.605Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34192026-04-10T20:36:49.704Z Compiling russh-keys v0.45.0
34202026-04-10T20:36:49.751Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34212026-04-10T20:36:49.795Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34222026-04-10T20:36:49.969Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34232026-04-10T20:36:50.165Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34242026-04-10T20:36:50.184Z Compiling hyper-staticfile v0.10.1
34252026-04-10T20:36:50.287Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34262026-04-10T20:36:50.357Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34272026-04-10T20:36:50.448Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34282026-04-10T20:36:50.465Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34292026-04-10T20:36:50.615Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34302026-04-10T20:36:50.687Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
34312026-04-10T20:36:50.775Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34322026-04-10T20:36:50.818Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34332026-04-10T20:36:50.869Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34342026-04-10T20:36:51.088Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34352026-04-10T20:36:51.173Z Compiling num-bigint v0.4.6
34362026-04-10T20:36:51.199Z Compiling des v0.8.1
34372026-04-10T20:36:51.219Z Compiling subprocess v0.2.15
34382026-04-10T20:36:51.230Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34392026-04-10T20:36:51.302Z Compiling hex-literal v0.4.1
34402026-04-10T20:36:51.352Z Compiling display-error-chain v0.2.2
34412026-04-10T20:36:51.421Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34422026-04-10T20:36:51.446Z Compiling colored v2.2.0
34432026-04-10T20:36:51.517Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34442026-04-10T20:36:51.691Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34452026-04-10T20:36:51.786Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34462026-04-10T20:36:51.809Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34472026-04-10T20:36:51.826Z Compiling internet-checksum v0.2.1
34482026-04-10T20:36:52.443Z Compiling russh v0.45.0
34492026-04-10T20:36:54.359Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34502026-04-10T20:36:55.038Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34512026-04-10T20:36:55.527Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34522026-04-10T20:36:55.786Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34532026-04-10T20:37:03.666Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34542026-04-10T20:37:03.666Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34552026-04-10T20:37:03.666Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34562026-04-10T20:37:03.666Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34572026-04-10T20:37:05.369Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34582026-04-10T20:37:05.407Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34592026-04-10T20:37:09.514Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34602026-04-10T20:37:29.215Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34612026-04-10T20:37:47.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
34622026-04-10T20:37:47.879Z
34632026-04-10T20:37:47.879Zreal 1:23.161751029
34642026-04-10T20:37:47.879Zuser 8:15.714157343
34652026-04-10T20:37:47.879Zsys 1:40.158936217
34662026-04-10T20:37:47.879Ztrap 0.246814757
34672026-04-10T20:37:47.879Ztflt 0.583384137
34682026-04-10T20:37:47.879Zdflt 1.472316522
34692026-04-10T20:37:47.879Zkflt 0.000244409
34702026-04-10T20:37:47.882Zlock 28:01.496664504
34712026-04-10T20:37:47.882Zslp 19:05.588928641
34722026-04-10T20:37:47.882Zlat 39.613644712
34732026-04-10T20:37:47.882Zstop 2:40.404141601
34742026-04-10T20:37:47.882Z+ mkdir tests
34752026-04-10T20:37:47.887Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34762026-04-10T20:37:47.887Z+ xargs -I '{}' -t cp '{}' tests/
34772026-04-10T20:37:47.915Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a142fb17a7014d74 tests/
34782026-04-10T20:37:47.946Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c31f88ad440c90b7 tests/
34792026-04-10T20:37:47.975Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0b836f91f68be7d5 tests/
34802026-04-10T20:37:48.004Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ab0d1d53126814be tests/
34812026-04-10T20:37:48.337Z+ 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/*)
34822026-04-10T20:37:48.342Z+ 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-c31f88ad440c90b7 tests/commtest-0b836f91f68be7d5 tests/dhcp_server-a142fb17a7014d74 tests/end_to_end_tests-ab0d1d53126814be 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
34832026-04-10T20:39:13.434ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34842026-04-10T20:39:13.435Za .github/buildomat/ci-env.sh 1K
34852026-04-10T20:39:13.435Za out/target/test 1K
34862026-04-10T20:39:13.435Za out/npuzone/npuzone 27402K
34872026-04-10T20:39:13.435Za package-manifest.toml 35K
34882026-04-10T20:39:13.435Za smf/sled-agent/non-gimlet/config.toml 6K
34892026-04-10T20:39:13.435Za target/release/omicron-package 45696K
34902026-04-10T20:39:13.435Za target/release/xtask 11433K
34912026-04-10T20:39:13.435Za target/debug/bootstrap 340100K
34922026-04-10T20:39:13.435Za tests/bootstrap-c31f88ad440c90b7 31310K
34932026-04-10T20:39:13.435Za tests/commtest-0b836f91f68be7d5 32395K
34942026-04-10T20:39:13.435Za tests/dhcp_server-a142fb17a7014d74 31310K
34952026-04-10T20:39:13.435Za tests/end_to_end_tests-ab0d1d53126814be 382535K
34962026-04-10T20:39:13.435Za out/clickhouse.tar.gz 323146K
34972026-04-10T20:39:13.435Za out/clickhouse_keeper.tar.gz 307108K
34982026-04-10T20:39:13.435Za out/clickhouse_server.tar.gz 323144K
34992026-04-10T20:39:13.435Za out/cockroachdb.tar.gz 165438K
35002026-04-10T20:39:13.435Za out/crucible-pantry-zone.tar.gz 44512K
35012026-04-10T20:39:13.435Za out/crucible-utils.tar 17744K
35022026-04-10T20:39:13.435Za out/crucible-zone.tar.gz 58650K
35032026-04-10T20:39:13.435Za out/external-dns.tar.gz 51730K
35042026-04-10T20:39:13.435Za out/internal-dns.tar.gz 51730K
35052026-04-10T20:39:13.435Za out/mg-ddm-gz.tar 78377K
35062026-04-10T20:39:13.435Za out/nexus.tar.gz 217734K
35072026-04-10T20:39:13.435Za out/ntp.tar.gz 32980K
35082026-04-10T20:39:13.435Za out/omicron-gateway-softnpu.tar.gz 29158K
35092026-04-10T20:39:13.435Za out/omicron-sled-agent.tar 205650K
35102026-04-10T20:39:13.435Za out/overlay.tar.gz 3K
35112026-04-10T20:39:13.435Za out/oximeter.tar.gz 68861K
35122026-04-10T20:39:13.435Za out/oxlog.tar 3782K
35132026-04-10T20:39:13.435Za out/probe.tar.gz 3037K
35142026-04-10T20:39:13.435Za out/propolis-server.tar.gz 38704K
35152026-04-10T20:39:13.435Za out/pumpkind-gz.tar 26647K
35162026-04-10T20:39:13.435Za out/switch-softnpu.tar.gz 384938K
35172026-04-10T20:39:13.439Z
35182026-04-10T20:39:13.439Zreal 1:25.093913642
35192026-04-10T20:39:13.439Zuser 1:22.448569614
35202026-04-10T20:39:13.439Zsys 4.411928717
35212026-04-10T20:39:13.439Ztrap 0.007439938
35222026-04-10T20:39:13.439Ztflt 0.000000000
35232026-04-10T20:39:13.439Zdflt 0.000000000
35242026-04-10T20:39:13.439Zkflt 0.000000000
35252026-04-10T20:39:13.439Zlock 0.000000000
35262026-04-10T20:39:13.439Zslp 1:22.302021512
35272026-04-10T20:39:13.439Zlat 1.012559325
35282026-04-10T20:39:13.439Zstop 0.000699958
35292026-04-10T20:39:13.439Zprocess exited: duration 1256327 ms, exit code 0
 
35302026-04-10T20:39:13.452Zfound 1 output files
35312026-04-10T20:39:13.452Zuploading: /work/package.tar.gz (2437814237 bytes)
35322026-04-10T20:39:41.538Zuploaded: /work/package.tar.gz