01KQ1BBMSP7F57PZQC7HMW1CQN: 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: 01KQ1BC0BFFS073F7G3MSR3MZ8

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-25T03:37:34.260Zjob assigned to worker 01KQ1BC9Y8FERJE708869D05WA [factory aws, i-013caaa53d1b81099] (queued for 53 s)
 
22026-04-25T03:37:41.810Zstarting task 0: "setup"
32026-04-25T03:37:41.814Z++ uname -s
42026-04-25T03:37:41.818Z+ kern=SunOS
52026-04-25T03:37:41.818Z+ build_user=build
62026-04-25T03:37:41.818Z+ build_uid=12345
72026-04-25T03:37:41.818Z+ work_dir=/work
82026-04-25T03:37:41.818Z+ input_dir=/input
92026-04-25T03:37:41.818Z+ [[ 0 == 12345 ]]
102026-04-25T03:37:41.818Z+ case "$kern" in
112026-04-25T03:37:41.818Z+ groupadd -g 12345 build
122026-04-25T03:37:41.821Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-25T03:37:43.829Z+ zfs create -o mountpoint=/work rpool/work
142026-04-25T03:37:44.009Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-25T03:37:44.012Z+ home_fs=zfs
162026-04-25T03:37:44.012Z+ [[ zfs == autofs ]]
172026-04-25T03:37:44.012Z+ mkdir -p /home/build
182026-04-25T03:37:44.015Z+ chown build:build /home/build /work
192026-04-25T03:37:46.015Z+ chmod 0700 /home/build /work
202026-04-25T03:37:46.018Zprocess exited: duration 4212 ms, exit code 0
 
212026-04-25T03:37:46.025Zstarting task 1: "rust-toolchain"
222026-04-25T03:37:46.032Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-25T03:37:46.032Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-25T03:37:46.033Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-25T03:37:46.033Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-25T03:37:46.033Z * rust toolchain channel = "1.94.0"
272026-04-25T03:37:46.033Z * rust toolchain profile = "default"
282026-04-25T03:37:46.036Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-25T03:37:46.036Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-25T03:37:46.165Zinfo: downloading installer
312026-04-25T03:37:47.727Zwarn: It looks like you have an existing installation of Rust at:
322026-04-25T03:37:47.727Zwarn: /opt/ooce/bin
332026-04-25T03:37:47.727Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-25T03:37:47.727Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-25T03:37:47.727Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-25T03:37:47.727Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-25T03:37:47.727Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-25T03:37:47.727Zerror: cannot install while Rust is installed
392026-04-25T03:37:47.727Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-25T03:37:47.730Zwarn: It looks like you have an existing rustup settings file at:
412026-04-25T03:37:47.730Zwarn: /home/build/.rustup/settings.toml
422026-04-25T03:37:47.731Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-25T03:37:47.731Zwarn: instead of the one inferred from the default host triple.
442026-04-25T03:37:47.740Zinfo: profile set to default
452026-04-25T03:37:47.740Zinfo: default host triple is x86_64-unknown-illumos
462026-04-25T03:37:47.744Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-25T03:37:47.889Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-25T03:37:47.892Zinfo: downloading 6 components
492026-04-25T03:38:03.996Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-25T03:38:03.997Z
512026-04-25T03:38:04.025Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-25T03:38:04.025Z
532026-04-25T03:38:04.025Z
542026-04-25T03:38:04.028ZRust is installed now. Great!
552026-04-25T03:38:04.028Z
562026-04-25T03:38:04.028ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-25T03:38:04.028Zenvironment variable. This has not been done automatically.
582026-04-25T03:38:04.028Z
592026-04-25T03:38:04.028ZTo configure your current shell, you need to source
602026-04-25T03:38:04.028Zthe corresponding env file under $HOME/.cargo.
612026-04-25T03:38:04.028Z
622026-04-25T03:38:04.028ZThis is usually done by running one of the following (note the leading DOT):
632026-04-25T03:38:04.028Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-25T03:38:04.028Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-25T03:38:04.028Zsource "~/.cargo/env.nu" # For nushell
662026-04-25T03:38:04.028Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-25T03:38:04.028Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-25T03:38:04.028Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-25T03:38:04.029Zwarn: no default linker (`cc`) was found in your PATH
702026-04-25T03:38:04.029Zwarn: many Rust crates require a system C toolchain to build
712026-04-25T03:38:04.130Z+ rustup --version
722026-04-25T03:38:04.135Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-25T03:38:04.139Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-25T03:38:04.157Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-25T03:38:04.160Z+ cargo --version
762026-04-25T03:38:04.168Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-25T03:38:04.171Z+ rustc --version
782026-04-25T03:38:04.192Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-25T03:38:04.195Zprocess exited: duration 18170 ms, exit code 0
 
802026-04-25T03:38:04.201Zstarting task 2: "authentication"
812026-04-25T03:38:04.219Zprocess exited: duration 17 ms, exit code 0
 
822026-04-25T03:38:04.227Zstarting task 3: "clone repository"
832026-04-25T03:38:04.230Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-25T03:38:04.233Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-25T03:38:04.273ZCloning into '/work/oxidecomputer/omicron'...
862026-04-25T03:38:12.884Z+ cd /work/oxidecomputer/omicron
872026-04-25T03:38:12.884Z+ git fetch origin 015f80b630b1cb0353c28a17a244ef5298be11a0
882026-04-25T03:38:13.151ZFrom https://github.com/oxidecomputer/omicron
892026-04-25T03:38:13.151Z * branch 015f80b630b1cb0353c28a17a244ef5298be11a0 -> FETCH_HEAD
902026-04-25T03:38:13.164Z+ [[ -n '' ]]
912026-04-25T03:38:13.164Z+ git reset --hard 015f80b630b1cb0353c28a17a244ef5298be11a0
922026-04-25T03:38:13.397ZHEAD is now at 015f80b63 [spr] initial version
932026-04-25T03:38:13.400Zprocess exited: duration 9173 ms, exit code 0
 
942026-04-25T03:38:13.406Zstarting task 4: "build"
952026-04-25T03:38:13.412Z+ source .github/buildomat/ci-env.sh
962026-04-25T03:38:13.412Z++ export CARGO_TERM_COLOR=always
972026-04-25T03:38:13.412Z++ CARGO_TERM_COLOR=always
982026-04-25T03:38:13.412Z+ cargo --version
992026-04-25T03:38:13.423Zcargo 1.94.0 (85eff7c80 2026-01-15)
1002026-04-25T03:38:13.426Z+ rustc --version
1012026-04-25T03:38:13.446Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1022026-04-25T03:38:13.449Z+ WORK=/work
1032026-04-25T03:38:13.449Z+ pfexec mkdir -p /work
1042026-04-25T03:38:13.452Z+ pfexec chown build /work
1052026-04-25T03:38:13.455Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-04-25T03:38:22.969Z Startup: Refreshing catalog 'helios-dev' ... Done
1072026-04-25T03:38:30.390Z Startup: Caching catalogs ... Done
1082026-04-25T03:38:36.932ZPlanning: Solver setup ... Done (5.014s)
1092026-04-25T03:38:36.965ZPlanning: Running solver ... Done (0.033s)
1102026-04-25T03:38:37.096ZPlanning: Finding local manifests ... Done (0.003s)
1112026-04-25T03:38:37.116ZPlanning: Fetching manifests: 0/5 0% complete
1122026-04-25T03:38:37.757ZPlanning: Fetching manifests: 5/5 100% complete
1132026-04-25T03:38:37.795ZPlanning: Package planning ... Done (0.038s)
1142026-04-25T03:38:37.831ZPlanning: Merging actions ... Done (0.036s)
1152026-04-25T03:38:38.012ZPlanning: Checking for conflicting actions ... Done (0.181s)
1162026-04-25T03:38:38.020ZPlanning: Consolidating action changes ... Done (0.008s)
1172026-04-25T03:38:38.825ZPlanning: Evaluating mediators ... Done (0.805s)
1182026-04-25T03:38:38.833ZPlanning: Planning completed in 8.28 seconds
1192026-04-25T03:38:38.845Z Packages to install: 5
1202026-04-25T03:38:38.845Z Mediators to change: 3
1212026-04-25T03:38:38.845Z Services to change: 1
1222026-04-25T03:38:38.845Z Estimated space available: 155.35 GB
1232026-04-25T03:38:38.845ZEstimated space to be consumed: 1.89 GB
1242026-04-25T03:38:38.845Z Create boot environment: No
1252026-04-25T03:38:38.848ZCreate backup boot environment: No
1262026-04-25T03:38:38.848Z Rebuild boot archive: No
1272026-04-25T03:38:38.849Z
1282026-04-25T03:38:38.849ZChanged mediators:
1292026-04-25T03:38:38.849Z mediator clang:
1302026-04-25T03:38:38.849Z version: None -> 15 (system default)
1312026-04-25T03:38:38.849Z
1322026-04-25T03:38:38.849Z mediator llvm:
1332026-04-25T03:38:38.849Z version: 14 (system default) -> 15 (system default)
1342026-04-25T03:38:38.849Z
1352026-04-25T03:38:38.849Z mediator postgresql:
1362026-04-25T03:38:38.849Z version: 15 (system default) -> 18 (system default)
1372026-04-25T03:38:38.850Z
1382026-04-25T03:38:38.850ZChanged packages:
1392026-04-25T03:38:38.850Zhelios-dev
1402026-04-25T03:38:38.850Z developer/build-essential
1412026-04-25T03:38:38.850Z None -> 11-2.0
1422026-04-25T03:38:38.850Z library/libxmlsec1
1432026-04-25T03:38:38.850Z None -> 1.2.35-2.0
1442026-04-25T03:38:38.850Z ooce/developer/clang-15
1452026-04-25T03:38:38.850Z None -> 15.0.7-2.0
1462026-04-25T03:38:38.850Z ooce/developer/llvm-15
1472026-04-25T03:38:38.850Z None -> 15.0.7-2.0
1482026-04-25T03:38:38.850Z ooce/library/postgresql-18
1492026-04-25T03:38:38.850Z None -> 18.1-2.0
1502026-04-25T03:38:38.850Z
1512026-04-25T03:38:38.850ZServices:
1522026-04-25T03:38:38.850Z restart_fmri:
1532026-04-25T03:38:38.850Z svc:/system/update-man-index:default
1542026-04-25T03:38:38.891Z
1552026-04-25T03:38:38.891ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1562026-04-25T03:38:44.071ZDownload: 1195/4272 items 83.5/219.0MB 38% complete (19.4M/s)
1572026-04-25T03:38:49.802ZDownload: 2215/4272 items 118.8/219.0MB 54% complete (12.3M/s)
1582026-04-25T03:38:54.803ZDownload: 3669/4272 items 213.4/219.0MB 97% complete (9.8M/s)
1592026-04-25T03:38:56.461ZDownload: Completed 218.99 MB in 17.57 seconds (12.5M/s)
1602026-04-25T03:38:56.732Z Actions: 1/4789 actions (Installing new actions)
1612026-04-25T03:39:00.119Z Actions: Completed 4789 actions in 3.39 seconds.
1622026-04-25T03:39:00.401Z Done (0.277s)
1632026-04-25T03:39:00.401Z Done (0.000s)
1642026-04-25T03:39:01.029Z Done (0.627s)
1652026-04-25T03:39:04.331Z Done (2.941s)
1662026-04-25T03:39:04.413Z Done (0.014s)
1672026-04-25T03:39:04.416Z Done (0.000s)
1682026-04-25T03:39:04.663Z Done (0.000s)
1692026-04-25T03:39:05.531ZPlanning: Evaluating mediator changes ... Done
1702026-04-25T03:39:05.638ZPlanning: Checking for conflicting actions ... Done
1712026-04-25T03:39:05.641ZPlanning: Consolidating action changes ... Done
1722026-04-25T03:39:05.798ZPlanning: Evaluating mediators ... Done
1732026-04-25T03:39:05.801ZPlanning: Planning completed in 0.27 seconds
1742026-04-25T03:39:05.820Z Mediators to change: 2
1752026-04-25T03:39:05.820Z Create boot environment: No
1762026-04-25T03:39:05.820ZCreate backup boot environment: No
1772026-04-25T03:39:05.884Z Done
1782026-04-25T03:39:05.884Z Done
1792026-04-25T03:39:06.482Z Done
1802026-04-25T03:39:08.995Z Done
1812026-04-25T03:39:09.062Z Done
1822026-04-25T03:39:09.065Z Done
1832026-04-25T03:39:09.198Z Done
1842026-04-25T03:39:09.456ZPlanning: Evaluating mediator changes ... Done
1852026-04-25T03:39:09.561ZPlanning: Checking for conflicting actions ... Done
1862026-04-25T03:39:09.565ZPlanning: Consolidating action changes ... Done
1872026-04-25T03:39:09.718ZPlanning: Evaluating mediators ... Done
1882026-04-25T03:39:09.722ZPlanning: Planning completed in 0.26 seconds
1892026-04-25T03:39:09.740Z Mediators to change: 1
1902026-04-25T03:39:09.741Z Create boot environment: No
1912026-04-25T03:39:09.741ZCreate backup boot environment: No
1922026-04-25T03:39:09.798Z Done
1932026-04-25T03:39:09.798Z Done
1942026-04-25T03:39:10.400Z Done
1952026-04-25T03:39:12.887Z Done
1962026-04-25T03:39:12.958Z Done
1972026-04-25T03:39:12.961Z Done
1982026-04-25T03:39:13.116Z Done
1992026-04-25T03:39:13.405ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2002026-04-25T03:39:13.406Zclang system 15 system
2012026-04-25T03:39:13.406Zcsh system system illumos
2022026-04-25T03:39:13.406Zctags system system illumos
2032026-04-25T03:39:13.406Zfile system system illumos
2042026-04-25T03:39:13.406Zgcc vendor 12 vendor
2052026-04-25T03:39:13.406Zgcc system 14 system
2062026-04-25T03:39:13.406Zgcc system 10 system
2072026-04-25T03:39:13.406Zgo system 1.20 system
2082026-04-25T03:39:13.406Zgo system 1.19 system
2092026-04-25T03:39:13.406Zllvm system 15 system
2102026-04-25T03:39:13.406Zllvm system 14 system
2112026-04-25T03:39:13.406Zmariadb system 10.6 system
2122026-04-25T03:39:13.406Zmta vendor vendor dma
2132026-04-25T03:39:13.406Zopenjdk system 17 system
2142026-04-25T03:39:13.406Zopenjdk system 11 system
2152026-04-25T03:39:13.406Zopenjdk system 1.8 system
2162026-04-25T03:39:13.406Zopenssl vendor 3 vendor
2172026-04-25T03:39:13.406Zperl system 5.36 system
2182026-04-25T03:39:13.407Zpostgresql system 18 system
2192026-04-25T03:39:13.407Zpostgresql system 15 system
2202026-04-25T03:39:13.407Zpostgresql system 13 system
2212026-04-25T03:39:13.407Zpython vendor 3 vendor
2222026-04-25T03:39:13.407Zpython system 2 system
2232026-04-25T03:39:13.407Zpython3 system 3.11 system
2242026-04-25T03:39:13.407Zruby system 3.0 system
2252026-04-25T03:39:13.407Zwords vendor vendor american-english
2262026-04-25T03:39:13.407Zwords system system australian-english
2272026-04-25T03:39:13.407Zwords system system british-english
2282026-04-25T03:39:13.407Zwords system system canadian-english
2292026-04-25T03:39:13.407Zwords system system french
2302026-04-25T03:39:13.407Zwords system system italian
2312026-04-25T03:39:13.407Zwords system system ngerman
2322026-04-25T03:39:13.407Zwords system system ogerman
2332026-04-25T03:39:13.407Zwords system system spanish
2342026-04-25T03:39:13.640ZPUBLISHER TYPE STATUS P LOCATION
2352026-04-25T03:39:13.640Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2362026-04-25T03:39:18.221ZFMRI IFO
2372026-04-25T03:39:18.221Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2382026-04-25T03:39:18.221Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2392026-04-25T03:39:18.221Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2402026-04-25T03:39:18.221Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2412026-04-25T03:39:18.221Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2422026-04-25T03:39:18.222Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2432026-04-25T03:39:18.222Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2442026-04-25T03:39:18.222Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2452026-04-25T03:39:18.222Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2462026-04-25T03:39:18.222Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2472026-04-25T03:39:18.222Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2482026-04-25T03:39:18.222Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2492026-04-25T03:39:18.222Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2502026-04-25T03:39:18.222Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2512026-04-25T03:39:18.222Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2522026-04-25T03:39:18.222Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2532026-04-25T03:39:18.222Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2542026-04-25T03:39:19.383Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2552026-04-25T03:39:19.648Z Updating crates.io index
2562026-04-25T03:39:19.651Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2572026-04-25T03:39:19.882Z Updating git repository `https://github.com/oxidecomputer/lldp`
2582026-04-25T03:39:20.770Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2592026-04-25T03:39:21.308Z Updating git repository `https://github.com/oxidecomputer/propolis`
2602026-04-25T03:39:22.037Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2612026-04-25T03:39:22.555Z Updating git repository `https://github.com/oxidecomputer/crucible`
2622026-04-25T03:39:24.215Z Updating git repository `https://github.com/oxidecomputer/opte`
2632026-04-25T03:39:24.869Z Updating git repository `https://github.com/oxidecomputer/tofino`
2642026-04-25T03:39:25.241Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2652026-04-25T03:39:26.052Z Updating git repository `https://github.com/oxidecomputer/clickward`
2662026-04-25T03:39:26.595Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-04-25T03:39:26.889Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2682026-04-25T03:39:27.273Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2692026-04-25T03:39:28.148Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-04-25T03:39:28.724Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2712026-04-25T03:39:29.032Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2722026-04-25T03:39:29.358Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2732026-04-25T03:39:29.636Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2742026-04-25T03:39:29.961Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2752026-04-25T03:39:30.192Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2762026-04-25T03:39:30.448Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2772026-04-25T03:39:30.862Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2782026-04-25T03:39:31.171Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2792026-04-25T03:39:31.808Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2802026-04-25T03:39:32.177Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2812026-04-25T03:39:32.664Z Updating git repository `https://github.com/oxidecomputer/ispf`
2822026-04-25T03:39:33.799Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832026-04-25T03:39:34.025Z Updating git repository `https://github.com/oxidecomputer/crucible`
2842026-04-25T03:39:34.885Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2852026-04-25T03:39:35.549Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2862026-04-25T03:39:35.777Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2872026-04-25T03:39:36.134Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2882026-04-25T03:39:36.414Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2892026-04-25T03:39:36.991Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2902026-04-25T03:39:37.216Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2912026-04-25T03:39:37.458Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2922026-04-25T03:39:37.716Z Updating git repository `https://github.com/illumos/smf-rs`
2932026-04-25T03:39:38.166Z Updating git repository `https://github.com/oxidecomputer/omicron`
2942026-04-25T03:39:49.696Z Downloading crates ...
2952026-04-25T03:39:49.782Z Downloaded cargo-platform v0.2.0
2962026-04-25T03:39:49.792Z Downloaded tinystr v0.8.2
2972026-04-25T03:39:49.792Z Downloaded memmap v0.7.0
2982026-04-25T03:39:49.792Z Downloaded colorchoice v1.0.4
2992026-04-25T03:39:49.792Z Downloaded textwrap v0.16.2
3002026-04-25T03:39:49.792Z Downloaded cargo_metadata v0.21.0
3012026-04-25T03:39:49.792Z Downloaded smawk v0.3.2
3022026-04-25T03:39:49.792Z Downloaded macaddr v1.0.1
3032026-04-25T03:39:49.792Z Downloaded cargo-util-schemas v0.8.2
3042026-04-25T03:39:49.792Z Downloaded unicode-ident v1.0.24
3052026-04-25T03:39:49.792Z Downloaded swrite v0.1.0
3062026-04-25T03:39:49.792Z Downloaded version_check v0.9.5
3072026-04-25T03:39:49.793Z Downloaded usdt-macro v0.5.0
3082026-04-25T03:39:49.793Z Downloaded digest v0.10.7
3092026-04-25T03:39:49.793Z Downloaded cargo_toml v0.21.0
3102026-04-25T03:39:49.793Z Downloaded unicode-linebreak v0.1.5
3112026-04-25T03:39:49.793Z Downloaded zerofrom-derive v0.1.6
3122026-04-25T03:39:49.793Z Downloaded yoke-derive v0.8.1
3132026-04-25T03:39:49.793Z Downloaded typeid v1.0.3
3142026-04-25T03:39:49.793Z Downloaded zerovec-derive v0.11.2
3152026-04-25T03:39:49.793Z Downloaded unicode-xid v0.2.6
3162026-04-25T03:39:49.793Z Downloaded toml_write v0.1.2
3172026-04-25T03:39:49.793Z Downloaded utf8_iter v1.0.4
3182026-04-25T03:39:49.793Z Downloaded toml_datetime v0.6.11
3192026-04-25T03:39:49.798Z Downloaded icu_collections v2.1.1
3202026-04-25T03:39:49.798Z Downloaded indexmap v2.13.0
3212026-04-25T03:39:49.804Z Downloaded zerofrom v0.1.6
3222026-04-25T03:39:49.804Z Downloaded thread-id v4.2.2
3232026-04-25T03:39:49.804Z Downloaded generic-array v0.14.7
3242026-04-25T03:39:49.804Z Downloaded usdt v0.5.0
3252026-04-25T03:39:49.804Z Downloaded clap_lex v1.0.0
3262026-04-25T03:39:49.809Z Downloaded pest v2.8.6
3272026-04-25T03:39:49.809Z Downloaded cpufeatures v0.2.17
3282026-04-25T03:39:49.815Z Downloaded utf8parse v0.2.2
3292026-04-25T03:39:49.815Z Downloaded thiserror-impl v2.0.18
3302026-04-25T03:39:49.815Z Downloaded thiserror-impl v1.0.69
3312026-04-25T03:39:49.815Z Downloaded usdt-attr-macro v0.5.0
3322026-04-25T03:39:49.815Z Downloaded proc-macro-error-attr v1.0.4
3332026-04-25T03:39:49.816Z Downloaded cfg-if v1.0.4
3342026-04-25T03:39:49.819Z Downloaded itoa v1.0.17
3352026-04-25T03:39:49.819Z Downloaded is_terminal_polyfill v1.70.2
3362026-04-25T03:39:49.819Z Downloaded usdt-impl v0.5.0
3372026-04-25T03:39:49.819Z Downloaded thiserror v1.0.69
3382026-04-25T03:39:49.822Z Downloaded toml v0.8.23
3392026-04-25T03:39:49.826Z Downloaded serde_spanned v0.6.9
3402026-04-25T03:39:49.826Z Downloaded writeable v0.6.2
3412026-04-25T03:39:49.826Z Downloaded form_urlencoded v1.2.2
3422026-04-25T03:39:49.829Z Downloaded yoke v0.8.1
3432026-04-25T03:39:49.829Z Downloaded tabled_derive v0.7.0
3442026-04-25T03:39:49.830Z Downloaded thiserror v2.0.18
3452026-04-25T03:39:49.833Z Downloaded ucd-trie v0.1.7
3462026-04-25T03:39:49.833Z Downloaded equivalent v1.0.2
3472026-04-25T03:39:49.838Z Downloaded strsim v0.11.1
3482026-04-25T03:39:49.838Z Downloaded zmij v1.0.21
3492026-04-25T03:39:49.838Z Downloaded pretty-hex v0.4.1
3502026-04-25T03:39:49.838Z Downloaded stable_deref_trait v1.2.1
3512026-04-25T03:39:49.841Z Downloaded dtrace-parser v0.2.0
3522026-04-25T03:39:49.841Z Downloaded zerocopy-derive v0.7.35
3532026-04-25T03:39:49.841Z Downloaded typenum v1.19.0
3542026-04-25T03:39:49.845Z Downloaded dof v0.3.0
3552026-04-25T03:39:49.845Z Downloaded plain v0.2.3
3562026-04-25T03:39:49.845Z Downloaded zerotrie v0.2.3
3572026-04-25T03:39:49.851Z Downloaded anstyle-query v1.1.5
3582026-04-25T03:39:49.854Z Downloaded scroll_derive v0.12.1
3592026-04-25T03:39:49.862Z Downloaded url v2.5.8
3602026-04-25T03:39:49.865Z Downloaded fnv v1.0.7
3612026-04-25T03:39:49.865Z Downloaded heck v0.5.0
3622026-04-25T03:39:49.869Z Downloaded idna_adapter v1.2.1
3632026-04-25T03:39:49.874Z Downloaded toml_edit v0.22.27
3642026-04-25T03:39:49.874Z Downloaded percent-encoding v2.3.2
3652026-04-25T03:39:49.874Z Downloaded potential_utf v0.1.4
3662026-04-25T03:39:49.874Z Downloaded block-buffer v0.10.4
3672026-04-25T03:39:49.879Z Downloaded zerovec v0.11.5
3682026-04-25T03:39:49.891Z Downloaded serde-value v0.7.0
3692026-04-25T03:39:49.891Z Downloaded crypto-common v0.1.7
3702026-04-25T03:39:49.891Z Downloaded heck v0.4.1
3712026-04-25T03:39:49.891Z Downloaded errno v0.3.14
3722026-04-25T03:39:49.891Z Downloaded displaydoc v0.2.5
3732026-04-25T03:39:49.892Z Downloaded zerocopy v0.7.35
3742026-04-25T03:39:49.902Z Downloaded winnow v0.7.14
3752026-04-25T03:39:49.905Z Downloaded bytecount v0.6.9
3762026-04-25T03:39:49.905Z Downloaded synstructure v0.13.2
3772026-04-25T03:39:49.905Z Downloaded sha2 v0.10.9
3782026-04-25T03:39:49.905Z Downloaded serde_tokenstream v0.2.3
3792026-04-25T03:39:49.905Z Downloaded unicode-width v0.2.0
3802026-04-25T03:39:49.909Z Downloaded erased-serde v0.4.9
3812026-04-25T03:39:49.909Z Downloaded unicode-width v0.1.14
3822026-04-25T03:39:49.913Z Downloaded anstyle v1.0.13
3832026-04-25T03:39:49.913Z Downloaded semver v1.0.27
3842026-04-25T03:39:49.913Z Downloaded ordered-float v2.10.1
3852026-04-25T03:39:49.917Z Downloaded anstyle-parse v0.2.7
3862026-04-25T03:39:49.917Z Downloaded anstream v0.6.21
3872026-04-25T03:39:49.917Z Downloaded fastrand v2.3.0
3882026-04-25T03:39:49.917Z Downloaded clap_builder v4.5.60
3892026-04-25T03:39:49.920Z Downloaded terminal_size v0.4.3
3902026-04-25T03:39:49.920Z Downloaded camino-tempfile v1.4.1
3912026-04-25T03:39:49.924Z Downloaded serde-untagged v0.1.9
3922026-04-25T03:39:49.924Z Downloaded autocfg v1.5.0
3932026-04-25T03:39:49.924Z Downloaded byteorder v1.5.0
3942026-04-25T03:39:49.924Z Downloaded quote v1.0.44
3952026-04-25T03:39:49.929Z Downloaded fs-err v3.3.0
3962026-04-25T03:39:49.932Z Downloaded once_cell v1.21.3
3972026-04-25T03:39:49.936Z Downloaded tempfile v3.25.0
3982026-04-25T03:39:49.939Z Downloaded pest_derive v2.8.6
3992026-04-25T03:39:49.940Z Downloaded litemap v0.8.1
4002026-04-25T03:39:49.943Z Downloaded scroll v0.12.0
4012026-04-25T03:39:49.947Z Downloaded camino v1.2.2
4022026-04-25T03:39:49.958Z Downloaded proc-macro-error v1.0.4
4032026-04-25T03:39:49.979Z Downloaded anyhow v1.0.102
4042026-04-25T03:39:49.979Z Downloaded clap_derive v4.5.55
4052026-04-25T03:39:49.979Z Downloaded smallvec v1.15.1
4062026-04-25T03:39:49.979Z Downloaded icu_provider v2.1.1
4072026-04-25T03:39:49.979Z Downloaded clap v4.5.60
4082026-04-25T03:39:50.037Z Downloaded papergrid v0.11.0
4092026-04-25T03:39:50.037Z Downloaded bitflags v2.11.0
4102026-04-25T03:39:50.037Z Downloaded proc-macro2 v1.0.106
4112026-04-25T03:39:50.037Z Downloaded serde_derive v1.0.228
4122026-04-25T03:39:50.037Z Downloaded num-traits v0.2.19
4132026-04-25T03:39:50.037Z Downloaded icu_properties v2.1.2
4142026-04-25T03:39:50.044Z Downloaded log v0.4.29
4152026-04-25T03:39:50.044Z Downloaded getrandom v0.4.1
4162026-04-25T03:39:50.044Z Downloaded serde_core v1.0.228
4172026-04-25T03:39:50.045Z Downloaded pest_meta v2.8.6
4182026-04-25T03:39:50.045Z Downloaded icu_locale_core v2.1.1
4192026-04-25T03:39:50.045Z Downloaded icu_normalizer v2.1.1
4202026-04-25T03:39:50.045Z Downloaded pest_generator v2.8.6
4212026-04-25T03:39:50.045Z Downloaded icu_normalizer_data v2.1.1
4222026-04-25T03:39:50.045Z Downloaded serde v1.0.228
4232026-04-25T03:39:50.045Z Downloaded memchr v2.8.0
4242026-04-25T03:39:50.050Z Downloaded idna v1.1.0
4252026-04-25T03:39:50.054Z Downloaded hashbrown v0.16.1
4262026-04-25T03:39:50.064Z Downloaded icu_properties_data v2.1.2
4272026-04-25T03:39:50.071Z Downloaded serde_json v1.0.149
4282026-04-25T03:39:50.083Z Downloaded tabled v0.15.0
4292026-04-25T03:39:50.090Z Downloaded goblin v0.8.2
4302026-04-25T03:39:50.098Z Downloaded syn v2.0.117
4312026-04-25T03:39:50.103Z Downloaded syn v1.0.109
4322026-04-25T03:39:50.132Z Downloaded rustix v1.1.3
4332026-04-25T03:39:50.141Z Downloaded libc v0.2.185
4342026-04-25T03:39:50.204Z Compiling proc-macro2 v1.0.106
4352026-04-25T03:39:50.280Z Compiling unicode-ident v1.0.24
4362026-04-25T03:39:50.280Z Compiling quote v1.0.44
4372026-04-25T03:39:50.280Z Compiling serde_core v1.0.228
4382026-04-25T03:39:50.281Z Compiling libc v0.2.185
4392026-04-25T03:39:50.281Z Compiling version_check v0.9.5
4402026-04-25T03:39:50.281Z Compiling serde v1.0.228
4412026-04-25T03:39:50.281Z Compiling memchr v2.8.0
4422026-04-25T03:39:50.281Z Compiling stable_deref_trait v1.2.1
4432026-04-25T03:39:50.281Z Compiling zmij v1.0.21
4442026-04-25T03:39:50.281Z Compiling itoa v1.0.17
4452026-04-25T03:39:50.389Z Compiling autocfg v1.5.0
4462026-04-25T03:39:50.393Z Compiling thiserror v1.0.69
4472026-04-25T03:39:50.393Z Compiling ucd-trie v0.1.7
4482026-04-25T03:39:50.393Z Compiling writeable v0.6.2
4492026-04-25T03:39:50.642Z Compiling litemap v0.8.1
4502026-04-25T03:39:50.670Z Compiling icu_properties_data v2.1.2
4512026-04-25T03:39:50.683Z Compiling byteorder v1.5.0
4522026-04-25T03:39:50.798Z Compiling rustix v1.1.3
4532026-04-25T03:39:50.815Z Compiling icu_normalizer_data v2.1.1
4542026-04-25T03:39:50.933Z Compiling bitflags v2.11.0
4552026-04-25T03:39:50.938Z Compiling serde_json v1.0.149
4562026-04-25T03:39:50.938Z Compiling num-traits v0.2.19
4572026-04-25T03:39:51.053Z Compiling pest v2.8.6
4582026-04-25T03:39:51.219Z Compiling equivalent v1.0.2
4592026-04-25T03:39:51.262Z Compiling typeid v1.0.3
4602026-04-25T03:39:51.345Z Compiling smallvec v1.15.1
4612026-04-25T03:39:51.345Z Compiling hashbrown v0.16.1
4622026-04-25T03:39:51.351Z Compiling usdt-impl v0.5.0
4632026-04-25T03:39:51.371Z Compiling proc-macro-error-attr v1.0.4
4642026-04-25T03:39:51.375Z Compiling syn v1.0.109
4652026-04-25T03:39:51.474Z Compiling winnow v0.7.14
4662026-04-25T03:39:51.477Z Compiling erased-serde v0.4.9
4672026-04-25T03:39:51.513Z Compiling toml_write v0.1.2
4682026-04-25T03:39:51.566Z Compiling proc-macro-error v1.0.4
4692026-04-25T03:39:51.573Z Compiling plain v0.2.3
4702026-04-25T03:39:51.671Z Compiling errno v0.3.14
4712026-04-25T03:39:51.671Z Compiling thread-id v4.2.2
4722026-04-25T03:39:51.732Z Compiling getrandom v0.4.1
4732026-04-25T03:39:51.753Z Compiling utf8parse v0.2.2
4742026-04-25T03:39:51.761Z Compiling thiserror v2.0.18
4752026-04-25T03:39:51.989Z Compiling camino v1.2.2
4762026-04-25T03:39:51.989Z Compiling utf8_iter v1.0.4
4772026-04-25T03:39:51.990Z Compiling indexmap v2.13.0
4782026-04-25T03:39:51.990Z Compiling percent-encoding v2.3.2
4792026-04-25T03:39:51.990Z Compiling log v0.4.29
4802026-04-25T03:39:51.990Z Compiling anstyle-parse v0.2.7
4812026-04-25T03:39:52.071Z Compiling syn v2.0.117
4822026-04-25T03:39:52.119Z Compiling form_urlencoded v1.2.2
4832026-04-25T03:39:52.129Z Compiling pest_meta v2.8.6
4842026-04-25T03:39:52.166Z Compiling ordered-float v2.10.1
4852026-04-25T03:39:52.289Z Compiling anstyle v1.0.13
4862026-04-25T03:39:52.306Z Compiling anstyle-query v1.1.5
4872026-04-25T03:39:52.385Z Compiling colorchoice v1.0.4
4882026-04-25T03:39:52.395Z Compiling pretty-hex v0.4.1
4892026-04-25T03:39:52.395Z Compiling cfg-if v1.0.4
4902026-04-25T03:39:52.432Z Compiling is_terminal_polyfill v1.70.2
4912026-04-25T03:39:52.483Z Compiling fs-err v3.3.0
4922026-04-25T03:39:52.538Z Compiling anstream v0.6.21
4932026-04-25T03:39:52.561Z Compiling once_cell v1.21.3
4942026-04-25T03:39:52.565Z Compiling strsim v0.11.1
4952026-04-25T03:39:52.579Z Compiling anyhow v1.0.102
4962026-04-25T03:39:52.685Z Compiling terminal_size v0.4.3
4972026-04-25T03:39:52.704Z Compiling fastrand v2.3.0
4982026-04-25T03:39:52.738Z Compiling clap_lex v1.0.0
4992026-04-25T03:39:52.822Z Compiling semver v1.0.27
5002026-04-25T03:39:52.901Z Compiling unicode-width v0.1.14
5012026-04-25T03:39:52.934Z Compiling fnv v1.0.7
5022026-04-25T03:39:52.938Z Compiling heck v0.4.1
5032026-04-25T03:39:52.975Z Compiling unicode-xid v0.2.6
5042026-04-25T03:39:52.978Z Compiling heck v0.5.0
5052026-04-25T03:39:53.033Z Compiling bytecount v0.6.9
5062026-04-25T03:39:53.108Z Compiling clap_builder v4.5.60
5072026-04-25T03:39:53.178Z Compiling tempfile v3.25.0
5082026-04-25T03:39:53.198Z Compiling papergrid v0.11.0
5092026-04-25T03:39:53.238Z Compiling memmap v0.7.0
5102026-04-25T03:39:53.259Z Compiling serde-untagged v0.1.9
5112026-04-25T03:39:53.281Z Compiling unicode-linebreak v0.1.5
5122026-04-25T03:39:53.316Z Compiling unicode-width v0.2.0
5132026-04-25T03:39:53.338Z Compiling smawk v0.3.2
5142026-04-25T03:39:53.500Z Compiling camino-tempfile v1.4.1
5152026-04-25T03:39:53.545Z Compiling swrite v0.1.0
5162026-04-25T03:39:53.568Z Compiling textwrap v0.16.2
5172026-04-25T03:39:53.600Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5182026-04-25T03:39:53.956Z Compiling tabled_derive v0.7.0
5192026-04-25T03:39:54.654Z Compiling synstructure v0.13.2
5202026-04-25T03:39:54.654Z Compiling pest_generator v2.8.6
5212026-04-25T03:39:54.689Z Compiling tabled v0.15.0
5222026-04-25T03:39:55.229Z Compiling serde_derive v1.0.228
5232026-04-25T03:39:55.229Z Compiling zerofrom-derive v0.1.6
5242026-04-25T03:39:55.232Z Compiling yoke-derive v0.8.1
5252026-04-25T03:39:55.232Z Compiling zerovec-derive v0.11.2
5262026-04-25T03:39:55.232Z Compiling displaydoc v0.2.5
5272026-04-25T03:39:55.232Z Compiling thiserror-impl v1.0.69
5282026-04-25T03:39:55.232Z Compiling zerocopy-derive v0.7.35
5292026-04-25T03:39:55.232Z Compiling pest_derive v2.8.6
5302026-04-25T03:39:55.232Z Compiling scroll_derive v0.12.1
5312026-04-25T03:39:55.232Z Compiling thiserror-impl v2.0.18
5322026-04-25T03:39:55.232Z Compiling clap_derive v4.5.55
5332026-04-25T03:39:55.912Z Compiling scroll v0.12.0
5342026-04-25T03:39:56.179Z Compiling goblin v0.8.2
5352026-04-25T03:39:56.196Z Compiling zerocopy v0.7.35
5362026-04-25T03:39:56.240Z Compiling zerofrom v0.1.6
5372026-04-25T03:39:56.361Z Compiling yoke v0.8.1
5382026-04-25T03:39:56.425Z Compiling dtrace-parser v0.2.0
5392026-04-25T03:39:56.518Z Compiling zerovec v0.11.5
5402026-04-25T03:39:56.518Z Compiling zerotrie v0.2.3
5412026-04-25T03:39:56.701Z Compiling clap v4.5.60
5422026-04-25T03:39:56.947Z Compiling tinystr v0.8.2
5432026-04-25T03:39:56.948Z Compiling potential_utf v0.1.4
5442026-04-25T03:39:57.075Z Compiling icu_collections v2.1.1
5452026-04-25T03:39:57.097Z Compiling icu_locale_core v2.1.1
5462026-04-25T03:39:57.687Z Compiling icu_provider v2.1.1
5472026-04-25T03:39:57.714Z Compiling dof v0.3.0
5482026-04-25T03:39:57.715Z Compiling serde_tokenstream v0.2.3
5492026-04-25T03:39:57.732Z Compiling toml_datetime v0.6.11
5502026-04-25T03:39:57.737Z Compiling serde_spanned v0.6.9
5512026-04-25T03:39:57.738Z Compiling serde-value v0.7.0
5522026-04-25T03:39:57.738Z Compiling cargo-platform v0.2.0
5532026-04-25T03:39:57.746Z Compiling macaddr v1.0.1
5542026-04-25T03:39:57.951Z Compiling icu_properties v2.1.2
5552026-04-25T03:39:57.951Z Compiling icu_normalizer v2.1.1
5562026-04-25T03:39:58.016Z Compiling toml_edit v0.22.27
5572026-04-25T03:39:58.436Z Compiling usdt-macro v0.5.0
5582026-04-25T03:39:58.436Z Compiling usdt-attr-macro v0.5.0
5592026-04-25T03:39:58.738Z Compiling idna_adapter v1.2.1
5602026-04-25T03:39:58.844Z Compiling idna v1.1.0
5612026-04-25T03:39:59.025Z Compiling usdt v0.5.0
5622026-04-25T03:39:59.104Z Compiling url v2.5.8
5632026-04-25T03:39:59.287Z Compiling toml v0.8.23
5642026-04-25T03:39:59.614Z Compiling cargo-util-schemas v0.8.2
5652026-04-25T03:39:59.614Z Compiling cargo_toml v0.21.0
5662026-04-25T03:40:00.398Z Compiling cargo_metadata v0.21.0
5672026-04-25T03:40:01.320Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5682026-04-25T03:40:03.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.22s
5692026-04-25T03:40:03.676Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5702026-04-25T03:40:04.228Z Downloading crates ...
5712026-04-25T03:40:04.328Z Downloaded compression-core v0.4.31
5722026-04-25T03:40:04.344Z Downloaded arrayref v0.3.9
5732026-04-25T03:40:04.349Z Downloaded display-error-chain v0.2.2
5742026-04-25T03:40:04.352Z Downloaded daft v0.1.5
5752026-04-25T03:40:04.352Z Downloaded downcast-rs v2.0.2
5762026-04-25T03:40:04.352Z Downloaded cfg_aliases v0.1.1
5772026-04-25T03:40:04.352Z Downloaded atomicwrites v0.4.4
5782026-04-25T03:40:04.352Z Downloaded aes v0.8.4
5792026-04-25T03:40:04.355Z Downloaded ecdsa v0.16.9
5802026-04-25T03:40:04.359Z Downloaded assert_matches v1.5.0
5812026-04-25T03:40:04.359Z Downloaded float-cmp v0.10.0
5822026-04-25T03:40:04.359Z Downloaded adler2 v2.0.1
5832026-04-25T03:40:04.362Z Downloaded fd-lock v4.0.4
5842026-04-25T03:40:04.362Z Downloaded diesel_table_macro_syntax v0.3.0
5852026-04-25T03:40:04.363Z Downloaded derive-ex v0.1.8
5862026-04-25T03:40:04.363Z Downloaded darling_core v0.21.3
5872026-04-25T03:40:04.366Z Downloaded derive_builder_core v0.20.2
5882026-04-25T03:40:04.369Z Downloaded darling v0.21.3
5892026-04-25T03:40:04.372Z Downloaded debug-ignore v1.0.5
5902026-04-25T03:40:04.372Z Downloaded bit-set v0.5.3
5912026-04-25T03:40:04.372Z Downloaded defmt v0.3.100
5922026-04-25T03:40:04.372Z Downloaded daft-derive v0.1.5
5932026-04-25T03:40:04.375Z Downloaded base64ct v1.8.3
5942026-04-25T03:40:04.379Z Downloaded ahash v0.8.12
5952026-04-25T03:40:04.379Z Downloaded convert_case v0.4.0
5962026-04-25T03:40:04.384Z Downloaded dirs-next v2.0.0
5972026-04-25T03:40:04.384Z Downloaded async-stream-impl v0.3.6
5982026-04-25T03:40:04.384Z Downloaded async-stream v0.3.6
5992026-04-25T03:40:04.384Z Downloaded data-encoding v2.10.0
6002026-04-25T03:40:04.387Z Downloaded arrayvec v0.7.6
6012026-04-25T03:40:04.387Z Downloaded async-recursion v1.1.1
6022026-04-25T03:40:04.387Z Downloaded defmt-macros v1.0.1
6032026-04-25T03:40:04.390Z Downloaded crc v3.4.0
6042026-04-25T03:40:04.393Z Downloaded defmt v1.0.1
6052026-04-25T03:40:04.393Z Downloaded darling v0.23.0
6062026-04-25T03:40:04.396Z Downloaded async-trait v0.1.89
6072026-04-25T03:40:04.400Z Downloaded ctr v0.9.2
6082026-04-25T03:40:04.403Z Downloaded ed25519 v2.2.3
6092026-04-25T03:40:04.403Z Downloaded aead v0.5.2
6102026-04-25T03:40:04.403Z Downloaded darling v0.20.11
6112026-04-25T03:40:04.406Z Downloaded cmake v0.1.57
6122026-04-25T03:40:04.406Z Downloaded bitfield-struct v0.6.2
6132026-04-25T03:40:04.409Z Downloaded crc32fast v1.5.0
6142026-04-25T03:40:04.409Z Downloaded blowfish v0.9.1
6152026-04-25T03:40:04.410Z Downloaded allocator-api2 v0.2.21
6162026-04-25T03:40:04.413Z Downloaded cargo-platform v0.1.9
6172026-04-25T03:40:04.416Z Downloaded futures-macro v0.3.32
6182026-04-25T03:40:04.416Z Downloaded endian-type v0.1.2
6192026-04-25T03:40:04.416Z Downloaded dunce v1.0.5
6202026-04-25T03:40:04.420Z Downloaded deranged v0.5.8
6212026-04-25T03:40:04.420Z Downloaded either v1.15.0
6222026-04-25T03:40:04.423Z Downloaded dropshot_endpoint v0.16.7
6232026-04-25T03:40:04.426Z Downloaded dtrace-parser v0.3.0
6242026-04-25T03:40:04.426Z Downloaded document-features v0.2.12
6252026-04-25T03:40:04.426Z Downloaded darling_macro v0.20.11
6262026-04-25T03:40:04.426Z Downloaded bit-vec v0.6.3
6272026-04-25T03:40:04.429Z Downloaded atomic-waker v1.1.2
6282026-04-25T03:40:04.429Z Downloaded cstr-argument v0.1.2
6292026-04-25T03:40:04.429Z Downloaded dsl_auto_type v0.2.0
6302026-04-25T03:40:04.433Z Downloaded dropshot-api-manager-types v0.6.0
6312026-04-25T03:40:04.433Z Downloaded defmt-parser v1.0.0
6322026-04-25T03:40:04.433Z Downloaded ar_archive_writer v0.5.1
6332026-04-25T03:40:04.436Z Downloaded crunchy v0.2.4
6342026-04-25T03:40:04.436Z Downloaded derive_builder_macro v0.20.2
6352026-04-25T03:40:04.439Z Downloaded darling_macro v0.23.0
6362026-04-25T03:40:04.439Z Downloaded darling_core v0.23.0
6372026-04-25T03:40:04.442Z Downloaded ciborium-ll v0.2.2
6382026-04-25T03:40:04.445Z Downloaded ciborium-io v0.2.2
6392026-04-25T03:40:04.445Z Downloaded castaway v0.2.4
6402026-04-25T03:40:04.445Z Downloaded darling_core v0.20.11
6412026-04-25T03:40:04.448Z Downloaded embedded-io v0.6.1
6422026-04-25T03:40:04.448Z Downloaded funty v2.0.0
6432026-04-25T03:40:04.451Z Downloaded cfg_aliases v0.2.1
6442026-04-25T03:40:04.451Z Downloaded atty v0.2.14
6452026-04-25T03:40:04.451Z Downloaded dof v0.4.0
6462026-04-25T03:40:04.451Z Downloaded crc-catalog v2.4.0
6472026-04-25T03:40:04.455Z Downloaded env_filter v1.0.0
6482026-04-25T03:40:04.455Z Downloaded float-ord v0.3.2
6492026-04-25T03:40:04.455Z Downloaded ascii-canvas v3.0.0
6502026-04-25T03:40:04.458Z Downloaded foreign-types v0.5.0
6512026-04-25T03:40:04.458Z Downloaded crucible-workspace-hack v0.1.0
6522026-04-25T03:40:04.458Z Downloaded bitfield-macros v0.19.4
6532026-04-25T03:40:04.461Z Downloaded base16ct v0.2.0
6542026-04-25T03:40:04.461Z Downloaded block-padding v0.3.3
6552026-04-25T03:40:04.461Z Downloaded dyn-clone v1.0.20
6562026-04-25T03:40:04.464Z Downloaded array-init v0.0.4
6572026-04-25T03:40:04.464Z Downloaded crc8 v0.1.1
6582026-04-25T03:40:04.464Z Downloaded bcrypt-pbkdf v0.10.0
6592026-04-25T03:40:04.468Z Downloaded foreign-types v0.3.2
6602026-04-25T03:40:04.468Z Downloaded cobs v0.3.0
6612026-04-25T03:40:04.468Z Downloaded convert_case v0.10.0
6622026-04-25T03:40:04.471Z Downloaded futures-task v0.3.32
6632026-04-25T03:40:04.471Z Downloaded fixedbitset v0.4.2
6642026-04-25T03:40:04.471Z Downloaded cargo_metadata v0.19.2
6652026-04-25T03:40:04.475Z Downloaded foreign-types-macros v0.2.3
6662026-04-25T03:40:04.475Z Downloaded darling_macro v0.21.3
6672026-04-25T03:40:04.475Z Downloaded constant_time_eq v0.4.2
6682026-04-25T03:40:04.478Z Downloaded flagset v0.4.7
6692026-04-25T03:40:04.478Z Downloaded crossbeam-deque v0.8.6
6702026-04-25T03:40:04.478Z Downloaded chacha20 v0.9.1
6712026-04-25T03:40:04.481Z Downloaded foldhash v0.2.0
6722026-04-25T03:40:04.481Z Downloaded critical-section v1.2.0
6732026-04-25T03:40:04.486Z Downloaded foreign-types-shared v0.3.1
6742026-04-25T03:40:04.489Z Downloaded bit-set v0.8.0
6752026-04-25T03:40:04.489Z Downloaded cpufeatures v0.3.0
6762026-04-25T03:40:04.492Z Downloaded camino-tempfile-ext v0.3.3
6772026-04-25T03:40:04.492Z Downloaded buf-list v1.1.2
6782026-04-25T03:40:04.495Z Downloaded embedded-io v0.4.0
6792026-04-25T03:40:04.498Z Downloaded curve25519-dalek-derive v0.1.1
6802026-04-25T03:40:04.498Z Downloaded foreign-types-shared v0.1.1
6812026-04-25T03:40:04.498Z Downloaded difflib v0.4.0
6822026-04-25T03:40:04.502Z Downloaded futures-core v0.3.32
6832026-04-25T03:40:04.503Z Downloaded futures-sink v0.3.32
6842026-04-25T03:40:04.505Z Downloaded dirs-sys-next v0.1.2
6852026-04-25T03:40:04.506Z Downloaded diesel-dtrace v0.5.0
6862026-04-25T03:40:04.510Z Downloaded hash32 v0.3.1
6872026-04-25T03:40:04.513Z Downloaded env_logger v0.11.9
6882026-04-25T03:40:04.513Z Downloaded ghash v0.5.1
6892026-04-25T03:40:04.516Z Downloaded hex-literal v0.4.1
6902026-04-25T03:40:04.519Z Downloaded bb8 v0.8.6
6912026-04-25T03:40:04.519Z Downloaded headers-core v0.3.0
6922026-04-25T03:40:04.519Z Downloaded globwalk v0.9.1
6932026-04-25T03:40:04.522Z Downloaded gethostname v0.5.0
6942026-04-25T03:40:04.522Z Downloaded bcs v0.1.6
6952026-04-25T03:40:04.522Z Downloaded futures-io v0.3.32
6962026-04-25T03:40:04.526Z Downloaded hex v0.4.3
6972026-04-25T03:40:04.526Z Downloaded derive_more v2.1.1
6982026-04-25T03:40:04.532Z Downloaded foldhash v0.1.5
6992026-04-25T03:40:04.535Z Downloaded fs-err v2.11.0
7002026-04-25T03:40:04.536Z Downloaded http-body v1.0.1
7012026-04-25T03:40:04.539Z Downloaded crossbeam-epoch v0.9.18
7022026-04-25T03:40:04.539Z Downloaded cassowary v0.3.0
7032026-04-25T03:40:04.539Z Downloaded const-oid v0.9.6
7042026-04-25T03:40:04.543Z Downloaded blake2 v0.10.6
7052026-04-25T03:40:04.543Z Downloaded elliptic-curve v0.13.8
7062026-04-25T03:40:04.546Z Downloaded hubpack_derive v0.1.1
7072026-04-25T03:40:04.546Z Downloaded git-stub v1.0.0
7082026-04-25T03:40:04.546Z Downloaded cbc v0.1.2
7092026-04-25T03:40:04.550Z Downloaded bitflags v1.3.2
7102026-04-25T03:40:04.550Z Downloaded hostname v0.4.2
7112026-04-25T03:40:04.553Z Downloaded backoff v0.4.0
7122026-04-25T03:40:04.553Z Downloaded hostname v0.3.1
7132026-04-25T03:40:04.553Z Downloaded compression-codecs v0.4.37
7142026-04-25T03:40:04.557Z Downloaded home v0.5.12
7152026-04-25T03:40:04.557Z Downloaded argon2 v0.5.3
7162026-04-25T03:40:04.560Z Downloaded http-range v0.1.5
7172026-04-25T03:40:04.560Z Downloaded hubpack v0.1.2
7182026-04-25T03:40:04.560Z Downloaded ena v0.14.4
7192026-04-25T03:40:04.560Z Downloaded chacha20poly1305 v0.10.1
7202026-04-25T03:40:04.563Z Downloaded async-compression v0.4.41
7212026-04-25T03:40:04.567Z Downloaded indoc v1.0.9
7222026-04-25T03:40:04.575Z Downloaded ident_case v1.0.1
7232026-04-25T03:40:04.575Z Downloaded group v0.13.0
7242026-04-25T03:40:04.575Z Downloaded glob v0.3.3
7252026-04-25T03:40:04.575Z Downloaded find-msvc-tools v0.1.9
7262026-04-25T03:40:04.575Z Downloaded hash32 v0.2.1
7272026-04-25T03:40:04.575Z Downloaded globset v0.4.18
7282026-04-25T03:40:04.575Z Downloaded diff v0.1.13
7292026-04-25T03:40:04.581Z Downloaded indent_write v2.2.0
7302026-04-25T03:40:04.583Z Downloaded git-stub-vcs v0.1.0
7312026-04-25T03:40:04.583Z Downloaded instability v0.3.11
7322026-04-25T03:40:04.583Z Downloaded instant v0.1.13
7332026-04-25T03:40:04.587Z Downloaded fs_extra v1.3.0
7342026-04-25T03:40:04.587Z Downloaded filetime v0.2.27
7352026-04-25T03:40:04.587Z Downloaded is_ci v1.2.0
7362026-04-25T03:40:04.587Z Downloaded inout v0.1.4
7372026-04-25T03:40:04.587Z Downloaded futures-executor v0.3.32
7382026-04-25T03:40:04.587Z Downloaded console v0.15.11
7392026-04-25T03:40:04.587Z Downloaded backon v1.6.0
7402026-04-25T03:40:04.592Z Downloaded internet-checksum v0.2.1
7412026-04-25T03:40:04.592Z Downloaded keccak v0.1.6
7422026-04-25T03:40:04.592Z Downloaded ff v0.13.1
7432026-04-25T03:40:04.592Z Downloaded async-bb8-diesel v0.2.1
7442026-04-25T03:40:04.598Z Downloaded cookie v0.18.1
7452026-04-25T03:40:04.598Z Downloaded cancel-safe-futures v0.1.5
7462026-04-25T03:40:04.598Z Downloaded erased-serde v0.3.31
7472026-04-25T03:40:04.598Z Downloaded des v0.8.1
7482026-04-25T03:40:04.601Z Downloaded lalrpop-util v0.19.12
7492026-04-25T03:40:04.601Z Downloaded is-terminal v0.4.17
7502026-04-25T03:40:04.601Z Downloaded enum-as-inner v0.6.1
7512026-04-25T03:40:04.601Z Downloaded kstat-rs v0.2.4
7522026-04-25T03:40:04.605Z Downloaded hyper-tls v0.6.0
7532026-04-25T03:40:04.607Z Downloaded fxhash v0.2.1
7542026-04-25T03:40:04.607Z Downloaded csv-core v0.1.13
7552026-04-25T03:40:04.621Z Downloaded colored v2.2.0
7562026-04-25T03:40:04.621Z Downloaded humantime v2.3.0
7572026-04-25T03:40:04.621Z Downloaded fallible-iterator v0.2.0
7582026-04-25T03:40:04.621Z Downloaded bzip2 v0.6.1
7592026-04-25T03:40:04.621Z Downloaded chacha20 v0.10.0
7602026-04-25T03:40:04.621Z Downloaded colored v3.1.1
7612026-04-25T03:40:04.621Z Downloaded console v0.16.2
7622026-04-25T03:40:04.621Z Downloaded ciborium v0.2.2
7632026-04-25T03:40:04.627Z Downloaded bzip2 v0.4.4
7642026-04-25T03:40:04.627Z Downloaded fixedbitset v0.5.7
7652026-04-25T03:40:04.627Z Downloaded lazy_static v1.5.0
7662026-04-25T03:40:04.627Z Downloaded httpdate v1.0.3
7672026-04-25T03:40:04.627Z Downloaded http-body-util v0.1.3
7682026-04-25T03:40:04.627Z Downloaded libscf-sys v1.1.0
7692026-04-25T03:40:04.627Z Downloaded const_format_proc_macros v0.2.34
7702026-04-25T03:40:04.627Z Downloaded cipher v0.4.4
7712026-04-25T03:40:04.627Z Downloaded cexpr v0.6.0
7722026-04-25T03:40:04.639Z Downloaded lzss v0.8.2
7732026-04-25T03:40:04.639Z Downloaded lru-cache v0.1.2
7742026-04-25T03:40:04.639Z Downloaded drift v0.1.3
7752026-04-25T03:40:04.639Z Downloaded lru v0.12.5
7762026-04-25T03:40:04.639Z Downloaded lru-slab v0.1.2
7772026-04-25T03:40:04.639Z Downloaded base64 v0.21.7
7782026-04-25T03:40:04.640Z Downloaded maybe-uninit v2.0.0
7792026-04-25T03:40:04.640Z Downloaded der_derive v0.7.3
7802026-04-25T03:40:04.644Z Downloaded indoc v2.0.7
7812026-04-25T03:40:04.644Z Downloaded hyper-staticfile v0.10.1
7822026-04-25T03:40:04.644Z Downloaded mime v0.3.17
7832026-04-25T03:40:04.644Z Downloaded memoffset v0.9.1
7842026-04-25T03:40:04.644Z Downloaded md-5 v0.10.6
7852026-04-25T03:40:04.644Z Downloaded maplit v1.0.2
7862026-04-25T03:40:04.644Z Downloaded linked-hash-map v0.5.6
7872026-04-25T03:40:04.648Z Downloaded derive_more v0.99.20
7882026-04-25T03:40:04.648Z Downloaded new_debug_unreachable v1.0.6
7892026-04-25T03:40:04.652Z Downloaded ingot-types v0.1.2
7902026-04-25T03:40:04.652Z Downloaded ingot v0.1.1
7912026-04-25T03:40:04.652Z Downloaded impl-trait-for-tuples v0.2.3
7922026-04-25T03:40:04.656Z Downloaded derive_builder v0.20.2
7932026-04-25T03:40:04.656Z Downloaded managed v0.8.0
7942026-04-25T03:40:04.659Z Downloaded ipnet v2.11.0
7952026-04-25T03:40:04.659Z Downloaded crossbeam-utils v0.8.21
7962026-04-25T03:40:04.659Z Downloaded match_cfg v0.1.0
7972026-04-25T03:40:04.663Z Downloaded md5 v0.7.0
7982026-04-25T03:40:04.663Z Downloaded clang-sys v1.8.1
7992026-04-25T03:40:04.663Z Downloaded newline-converter v0.3.0
8002026-04-25T03:40:04.663Z Downloaded newtype-uuid-macros v0.1.0
8012026-04-25T03:40:04.666Z Downloaded jobserver v0.1.34
8022026-04-25T03:40:04.667Z Downloaded ipnetwork v0.21.1
8032026-04-25T03:40:04.667Z Downloaded getrandom v0.2.17
8042026-04-25T03:40:04.670Z Downloaded nonempty v0.12.0
8052026-04-25T03:40:04.670Z Downloaded crc-any v2.5.0
8062026-04-25T03:40:04.674Z Downloaded cookie_store v0.22.1
8072026-04-25T03:40:04.674Z Downloaded fatfs v0.3.6
8082026-04-25T03:40:04.674Z Downloaded dropshot_endpoint v0.17.0
8092026-04-25T03:40:04.678Z Downloaded num v0.4.3
8102026-04-25T03:40:04.678Z Downloaded normalize-line-endings v0.3.0
8112026-04-25T03:40:04.678Z Downloaded num-conv v0.2.0
8122026-04-25T03:40:04.682Z Downloaded nodrop v0.1.14
8132026-04-25T03:40:04.682Z Downloaded nibble_vec v0.1.0
8142026-04-25T03:40:04.682Z Downloaded newtype_derive v0.1.6
8152026-04-25T03:40:04.682Z Downloaded libefi-sys v0.1.0
8162026-04-25T03:40:04.682Z Downloaded num-derive v0.4.2
8172026-04-25T03:40:04.685Z Downloaded num_enum_derive v0.5.11
8182026-04-25T03:40:04.685Z Downloaded num_threads v0.1.7
8192026-04-25T03:40:04.685Z Downloaded libsw-core v0.3.2
8202026-04-25T03:40:04.689Z Downloaded libsw v3.5.0
8212026-04-25T03:40:04.689Z Downloaded compact_str v0.8.1
8222026-04-25T03:40:04.689Z Downloaded num-iter v0.1.45
8232026-04-25T03:40:04.692Z Downloaded futures-channel v0.3.32
8242026-04-25T03:40:04.692Z Downloaded aho-corasick v1.1.4
8252026-04-25T03:40:04.695Z Downloaded opaque-debug v0.3.1
8262026-04-25T03:40:04.695Z Downloaded olpc-cjson v0.1.4
8272026-04-25T03:40:04.698Z Downloaded half v1.8.3
8282026-04-25T03:40:04.698Z Downloaded httparse v1.10.1
8292026-04-25T03:40:04.702Z Downloaded openssl-probe v0.1.6
8302026-04-25T03:40:04.702Z Downloaded openssl-macros v0.1.1
8312026-04-25T03:40:04.702Z Downloaded iana-time-zone v0.1.65
8322026-04-25T03:40:04.705Z Downloaded half v2.7.1
8332026-04-25T03:40:04.705Z Downloaded hmac v0.12.1
8342026-04-25T03:40:04.710Z Downloaded num-derive v0.3.3
8352026-04-25T03:40:04.711Z Downloaded oso-derive v0.27.3
8362026-04-25T03:40:04.711Z Downloaded hyper-rustls v0.27.7
8372026-04-25T03:40:04.711Z Downloaded multimap v0.10.1
8382026-04-25T03:40:04.720Z Downloaded mime_guess v2.0.5
8392026-04-25T03:40:04.720Z Downloaded linear-map v1.2.0
8402026-04-25T03:40:04.720Z Downloaded openssl-probe v0.2.1
8412026-04-25T03:40:04.720Z Downloaded futures v0.3.32
8422026-04-25T03:40:04.720Z Downloaded derive-where v1.6.0
8432026-04-25T03:40:04.720Z Downloaded packed_struct_codegen v0.10.1
8442026-04-25T03:40:04.720Z Downloaded base64 v0.22.1
8452026-04-25T03:40:04.725Z Downloaded corncobs v0.1.4
8462026-04-25T03:40:04.725Z Downloaded bytes v1.11.1
8472026-04-25T03:40:04.728Z Downloaded getrandom v0.3.4
8482026-04-25T03:40:04.728Z Downloaded byte-wrapper v0.1.0
8492026-04-25T03:40:04.731Z Downloaded newtype-uuid v1.3.2
8502026-04-25T03:40:04.731Z Downloaded nanorand v0.7.0
8512026-04-25T03:40:04.731Z Downloaded bit-vec v0.8.0
8522026-04-25T03:40:04.734Z Downloaded bitfield v0.19.4
8532026-04-25T03:40:04.734Z Downloaded peg-runtime v0.8.5
8542026-04-25T03:40:04.734Z Downloaded pbkdf2 v0.12.2
8552026-04-25T03:40:04.737Z Downloaded parse-display v0.10.0
8562026-04-25T03:40:04.737Z Downloaded parse-size v1.1.0
8572026-04-25T03:40:04.737Z Downloaded arc-swap v1.8.2
8582026-04-25T03:40:04.743Z Downloaded libloading v0.8.9
8592026-04-25T03:40:04.758Z Downloaded phf_shared v0.13.1
8602026-04-25T03:40:04.761Z Downloaded bumpalo v3.20.2
8612026-04-25T03:40:04.761Z Downloaded pin-utils v0.1.0
8622026-04-25T03:40:04.766Z Downloaded phf_shared v0.12.1
8632026-04-25T03:40:04.766Z Downloaded phf_shared v0.11.3
8642026-04-25T03:40:04.766Z Downloaded pbkdf2 v0.11.0
8652026-04-25T03:40:04.766Z Downloaded path-slash v0.1.5
8662026-04-25T03:40:04.770Z Downloaded nu-ansi-term v0.50.3
8672026-04-25T03:40:04.770Z Downloaded num_enum v0.5.11
8682026-04-25T03:40:04.770Z Downloaded precomputed-hash v0.1.1
8692026-04-25T03:40:04.773Z Downloaded highway v1.3.0
8702026-04-25T03:40:04.773Z Downloaded num-rational v0.4.2
8712026-04-25T03:40:04.773Z Downloaded powerfmt v0.2.0
8722026-04-25T03:40:04.777Z Downloaded num-complex v0.4.6
8732026-04-25T03:40:04.777Z Downloaded indexmap v1.9.3
8742026-04-25T03:40:04.781Z Downloaded litrs v1.0.0
8752026-04-25T03:40:04.781Z Downloaded crypto-bigint v0.5.5
8762026-04-25T03:40:04.784Z Downloaded predicates-tree v1.0.13
8772026-04-25T03:40:04.784Z Downloaded packed_struct v0.10.1
8782026-04-25T03:40:04.787Z Downloaded oxnet v0.1.4
8792026-04-25T03:40:04.787Z Downloaded oxide-tokio-rt v0.1.4
8802026-04-25T03:40:04.787Z Downloaded owo-colors v4.3.0
8812026-04-25T03:40:04.792Z Downloaded headers v0.4.1
8822026-04-25T03:40:04.795Z Downloaded lock_api v0.4.14
8832026-04-25T03:40:04.795Z Downloaded num_enum_derive v0.7.5
8842026-04-25T03:40:04.795Z Downloaded flume v0.11.1
8852026-04-25T03:40:04.798Z Downloaded proc-macro-crate v1.3.1
8862026-04-25T03:40:04.798Z Downloaded parse-display-derive v0.10.0
8872026-04-25T03:40:04.798Z Downloaded ingot-macros v0.1.1
8882026-04-25T03:40:04.801Z Downloaded native-tls v0.2.18
8892026-04-25T03:40:04.805Z Downloaded progenitor-macro v0.13.0
8902026-04-25T03:40:04.805Z Downloaded psl-types v2.0.11
8912026-04-25T03:40:04.805Z Downloaded progenitor-client v0.11.2
8922026-04-25T03:40:04.808Z Downloaded memmap2 v0.9.10
8932026-04-25T03:40:04.808Z Downloaded flate2 v1.1.9
8942026-04-25T03:40:04.812Z Downloaded parking_lot_core v0.8.6
8952026-04-25T03:40:04.812Z Downloaded proc-macro-error-attr2 v2.0.0
8962026-04-25T03:40:04.812Z Downloaded proc-macro-crate v3.4.0
8972026-04-25T03:40:04.816Z Downloaded paste v1.0.15
8982026-04-25T03:40:04.816Z Downloaded password-hash v0.5.0
8992026-04-25T03:40:04.817Z Downloaded password-hash v0.4.2
9002026-04-25T03:40:04.822Z Downloaded progenitor-macro v0.10.0
9012026-04-25T03:40:04.822Z Downloaded pem v3.0.6
9022026-04-25T03:40:04.822Z Downloaded pkg-config v0.3.32
9032026-04-25T03:40:04.822Z Downloaded num-integer v0.1.46
9042026-04-25T03:40:04.822Z Downloaded multer v3.1.0
9052026-04-25T03:40:04.828Z Downloaded ed25519-dalek v2.2.0
9062026-04-25T03:40:04.829Z Downloaded radium v0.7.0
9072026-04-25T03:40:04.829Z Downloaded quick-error v1.2.3
9082026-04-25T03:40:04.844Z Downloaded progenitor-macro v0.11.2
9092026-04-25T03:40:04.845Z Downloaded libbz2-rs-sys v0.2.2
9102026-04-25T03:40:04.845Z Downloaded cc v1.2.56
9112026-04-25T03:40:04.848Z Downloaded num_enum v0.7.5
9122026-04-25T03:40:04.848Z Downloaded pkcs8 v0.10.2
9132026-04-25T03:40:04.848Z Downloaded peg-macros v0.8.5
9142026-04-25T03:40:04.855Z Downloaded rand_chacha v0.3.1
9152026-04-25T03:40:04.855Z Downloaded crossbeam-channel v0.5.15
9162026-04-25T03:40:04.855Z Downloaded recursive v0.1.1
9172026-04-25T03:40:04.855Z Downloaded pin-project-lite v0.2.17
9182026-04-25T03:40:04.855Z Downloaded predicates v3.1.4
9192026-04-25T03:40:04.855Z Downloaded indicatif v0.18.4
9202026-04-25T03:40:04.855Z Downloaded ppv-lite86 v0.2.21
9212026-04-25T03:40:04.855Z Downloaded pin-project-internal v1.1.11
9222026-04-25T03:40:04.855Z Downloaded phf v0.13.1
9232026-04-25T03:40:04.855Z Downloaded pem-rfc7468 v0.7.0
9242026-04-25T03:40:04.869Z Downloaded peg v0.8.5
9252026-04-25T03:40:04.869Z Downloaded const_format v0.2.35
9262026-04-25T03:40:04.869Z Downloaded rand_xorshift v0.4.0
9272026-04-25T03:40:04.873Z Downloaded progenitor v0.11.2
9282026-04-25T03:40:04.873Z Downloaded progenitor-client v0.10.0
9292026-04-25T03:40:04.873Z Downloaded ref-cast-impl v1.0.25
9302026-04-25T03:40:04.874Z Downloaded progenitor v0.13.0
9312026-04-25T03:40:04.874Z Downloaded polyval v0.6.2
9322026-04-25T03:40:04.874Z Downloaded poly1305 v0.8.0
9332026-04-25T03:40:04.877Z Downloaded rfc6979 v0.4.0
9342026-04-25T03:40:04.877Z Downloaded ref-cast v1.0.25
9352026-04-25T03:40:04.877Z Downloaded ignore v0.4.25
9362026-04-25T03:40:04.883Z Downloaded rtoolbox v0.0.3
9372026-04-25T03:40:04.883Z Downloaded recursive-proc-macro-impl v0.1.1
9382026-04-25T03:40:04.883Z Downloaded aes-gcm v0.10.3
9392026-04-25T03:40:04.887Z Downloaded postgres-protocol v0.6.10
9402026-04-25T03:40:04.887Z Downloaded predicates-core v1.0.10
9412026-04-25T03:40:04.887Z Downloaded dropshot-api-manager v0.6.0
9422026-04-25T03:40:04.890Z Downloaded diesel_derives v2.3.7
9432026-04-25T03:40:04.893Z Downloaded parking_lot v0.12.5
9442026-04-25T03:40:04.893Z Downloaded russh-cryptovec v0.7.3
9452026-04-25T03:40:04.895Z Downloaded heapless v0.8.0
9462026-04-25T03:40:04.898Z Downloaded rustc_version v0.1.7
9472026-04-25T03:40:04.898Z Downloaded rustc-hash v2.1.1
9482026-04-25T03:40:04.898Z Downloaded r2d2 v0.8.10
9492026-04-25T03:40:04.898Z Downloaded progenitor-extras v0.1.1
9502026-04-25T03:40:04.902Z Downloaded progenitor v0.10.0
9512026-04-25T03:40:04.902Z Downloaded proc-macro-error2 v2.0.1
9522026-04-25T03:40:04.905Z Downloaded omicron-zone-package v0.12.2
9532026-04-25T03:40:04.905Z Downloaded rustc_version v0.4.1
9542026-04-25T03:40:04.909Z Downloaded rand_core v0.9.5
9552026-04-25T03:40:04.909Z Downloaded rand_core v0.6.4
9562026-04-25T03:40:04.909Z Downloaded pkcs5 v0.7.1
9572026-04-25T03:40:04.913Z Downloaded expectorate v1.2.0
9582026-04-25T03:40:04.913Z Downloaded parking_lot v0.11.2
9592026-04-25T03:40:04.913Z Downloaded parking_lot_core v0.9.12
9602026-04-25T03:40:04.917Z Downloaded rand_seeder v0.4.0
9612026-04-25T03:40:04.917Z Downloaded psm v0.1.30
9622026-04-25T03:40:04.917Z Downloaded phf v0.12.1
9632026-04-25T03:40:04.921Z Downloaded miniz_oxide v0.8.9
9642026-04-25T03:40:04.924Z Downloaded heapless v0.7.17
9652026-04-25T03:40:04.924Z Downloaded hickory-resolver v0.24.4
9662026-04-25T03:40:04.927Z Downloaded primeorder v0.13.6
9672026-04-25T03:40:04.934Z Downloaded rand_core v0.10.0
9682026-04-25T03:40:04.938Z Downloaded salsa20 v0.10.2
9692026-04-25T03:40:04.938Z Downloaded resolv-conf v0.7.6
9702026-04-25T03:40:04.941Z Downloaded same-file v1.0.6
9712026-04-25T03:40:04.942Z Downloaded scheduled-thread-pool v0.2.7
9722026-04-25T03:40:04.942Z Downloaded sapling-renderdag v0.1.0
9732026-04-25T03:40:04.942Z Downloaded scrypt v0.11.0
9742026-04-25T03:40:04.946Z Downloaded scopeguard v1.2.0
9752026-04-25T03:40:04.946Z Downloaded rand_chacha v0.9.0
9762026-04-25T03:40:04.946Z Downloaded postcard v1.1.3
9772026-04-25T03:40:04.949Z Downloaded postgres-types v0.2.12
9782026-04-25T03:40:04.952Z Downloaded oso v0.27.3
9792026-04-25T03:40:04.957Z Downloaded serde-big-array v0.5.1
9802026-04-25T03:40:04.961Z Downloaded pkcs1 v0.7.5
9812026-04-25T03:40:04.961Z Downloaded pin-project v1.1.11
9822026-04-25T03:40:04.969Z Downloaded serde_plain v1.0.2
9832026-04-25T03:40:04.976Z Downloaded serde_bytes v0.11.19
9842026-04-25T03:40:04.976Z Downloaded semver v0.1.20
9852026-04-25T03:40:04.976Z Downloaded secrecy v0.10.3
9862026-04-25T03:40:04.977Z Downloaded blake3 v1.8.3
9872026-04-25T03:40:04.981Z Downloaded secrecy v0.8.0
9882026-04-25T03:40:04.981Z Downloaded serde_urlencoded v0.7.1
9892026-04-25T03:40:04.985Z Downloaded serde_spanned v1.0.4
9902026-04-25T03:40:04.985Z Downloaded rustls-pemfile v1.0.4
9912026-04-25T03:40:04.990Z Downloaded rustls-pemfile v2.2.0
9922026-04-25T03:40:04.990Z Downloaded crossterm v0.28.1
9932026-04-25T03:40:04.994Z Downloaded rusty-fork v0.3.1
9942026-04-25T03:40:04.994Z Downloaded rustversion v1.0.22
9952026-04-25T03:40:04.997Z Downloaded shell-words v1.1.1
9962026-04-25T03:40:04.997Z Downloaded sha1 v0.10.6
9972026-04-25T03:40:04.997Z Downloaded signal-hook-tokio v0.3.1
9982026-04-25T03:40:05.000Z Downloaded signature v2.2.0
9992026-04-25T03:40:05.000Z Downloaded signal-hook-mio v0.2.5
10002026-04-25T03:40:05.000Z Downloaded hickory-resolver v0.25.2
10012026-04-25T03:40:05.004Z Downloaded progenitor-client v0.13.0
10022026-04-25T03:40:05.007Z Downloaded http v1.4.0
10032026-04-25T03:40:05.011Z Downloaded papergrid v0.17.0
10042026-04-25T03:40:05.014Z Downloaded progenitor-impl v0.11.2
10052026-04-25T03:40:05.021Z Downloaded siphasher v1.0.2
10062026-04-25T03:40:05.021Z Downloaded scroll_derive v0.13.1
10072026-04-25T03:40:05.021Z Downloaded scroll v0.13.0
10082026-04-25T03:40:05.028Z Downloaded sigpipe v0.1.3
10092026-04-25T03:40:05.028Z Downloaded slog-envlogger v2.2.0
10102026-04-25T03:40:05.028Z Downloaded schemars_derive v0.8.22
10112026-04-25T03:40:05.028Z Downloaded slog-bunyan v2.5.0
10122026-04-25T03:40:05.032Z Downloaded derive_more-impl v2.1.1
10132026-04-25T03:40:05.032Z Downloaded jiff-static v0.2.21
10142026-04-25T03:40:05.032Z Downloaded der v0.7.10
10152026-04-25T03:40:05.035Z Downloaded prefix-trie v0.7.0
10162026-04-25T03:40:05.038Z Downloaded sct v0.7.1
10172026-04-25T03:40:05.038Z Downloaded seq-macro v0.3.6
10182026-04-25T03:40:05.041Z Downloaded sec1 v0.7.3
10192026-04-25T03:40:05.041Z Downloaded p256 v0.13.2
10202026-04-25T03:40:05.044Z Downloaded serde_repr v0.1.20
10212026-04-25T03:40:05.047Z Downloaded serde_path_to_error v0.1.20
10222026-04-25T03:40:05.047Z Downloaded serde_derive_internals v0.29.1
10232026-04-25T03:40:05.047Z Downloaded serde-hex v0.1.0
10242026-04-25T03:40:05.050Z Downloaded quinn-udp v0.5.14
10252026-04-25T03:40:05.050Z Downloaded russh-keys v0.45.0
10262026-04-25T03:40:05.053Z Downloaded progenitor-impl v0.10.0
10272026-04-25T03:40:05.053Z Downloaded hashbrown v0.13.2
10282026-04-25T03:40:05.057Z Downloaded ssh-encoding v0.2.0
10292026-04-25T03:40:05.060Z Downloaded ssh-cipher v0.2.0
10302026-04-25T03:40:05.060Z Downloaded sqlparser_derive v0.5.0
10312026-04-25T03:40:05.064Z Downloaded rustls-native-certs v0.8.3
10322026-04-25T03:40:05.067Z Downloaded prettyplease v0.2.37
10332026-04-25T03:40:05.070Z Downloaded rustls-pki-types v1.14.0
10342026-04-25T03:40:05.070Z Downloaded minimal-lexical v0.2.1
10352026-04-25T03:40:05.073Z Downloaded openssl-sys v0.9.111
10362026-04-25T03:40:05.076Z Downloaded signal-hook-registry v1.4.8
10372026-04-25T03:40:05.076Z Downloaded shlex v1.3.0
10382026-04-25T03:40:05.080Z Downloaded strum v0.27.2
10392026-04-25T03:40:05.080Z Downloaded strip-ansi-escapes v0.2.1
10402026-04-25T03:40:05.083Z Downloaded itertools v0.10.5
10412026-04-25T03:40:05.086Z Downloaded structmeta-derive v0.3.0
10422026-04-25T03:40:05.086Z Downloaded structmeta v0.3.0
10432026-04-25T03:40:05.090Z Downloaded hickory-server v0.25.2
10442026-04-25T03:40:05.090Z Downloaded hashbrown v0.12.3
10452026-04-25T03:40:05.095Z Downloaded strum v0.26.3
10462026-04-25T03:40:05.095Z Downloaded pretty_assertions v1.4.1
10472026-04-25T03:40:05.098Z Downloaded slog-async v2.8.0
10482026-04-25T03:40:05.098Z Downloaded smf v0.2.3
10492026-04-25T03:40:05.107Z Downloaded slog-scope v4.4.1
10502026-04-25T03:40:05.107Z Downloaded subtle v2.6.1
10512026-04-25T03:40:05.107Z Downloaded sync-ptr v0.1.4
10522026-04-25T03:40:05.107Z Downloaded supports-color v3.0.2
10532026-04-25T03:40:05.107Z Downloaded smallvec v0.6.14
10542026-04-25T03:40:05.111Z Downloaded slog-dtrace v0.3.0
10552026-04-25T03:40:05.111Z Downloaded sync_wrapper v1.0.2
10562026-04-25T03:40:05.111Z Downloaded slog-stdlog v4.1.1
10572026-04-25T03:40:05.111Z Downloaded slog-json v2.6.1
10582026-04-25T03:40:05.111Z Downloaded slab v0.4.12
10592026-04-25T03:40:05.115Z Downloaded snafu-derive v0.8.9
10602026-04-25T03:40:05.119Z Downloaded tap v1.0.1
10612026-04-25T03:40:05.123Z Downloaded take_mut v0.2.2
10622026-04-25T03:40:05.123Z Downloaded tabwriter v1.4.1
10632026-04-25T03:40:05.123Z Downloaded tabled_derive v0.11.0
10642026-04-25T03:40:05.126Z Downloaded testing_table v0.3.0
10652026-04-25T03:40:05.126Z Downloaded termtree v0.5.1
10662026-04-25T03:40:05.126Z Downloaded tagptr v0.2.0
10672026-04-25T03:40:05.129Z Downloaded rcgen v0.12.1
10682026-04-25T03:40:05.132Z Downloaded thiserror-impl-no-std v2.0.2
10692026-04-25T03:40:05.135Z Downloaded progenitor-impl v0.13.0
10702026-04-25T03:40:05.139Z Downloaded time-core v0.1.8
10712026-04-25T03:40:05.139Z Downloaded string_cache v0.8.9
10722026-04-25T03:40:05.139Z Downloaded sqlformat v0.3.5
10732026-04-25T03:40:05.142Z Downloaded spki v0.7.3
10742026-04-25T03:40:05.142Z Downloaded serde_with_macros v3.17.0
10752026-04-25T03:40:05.145Z Downloaded thread-id v5.1.0
10762026-04-25T03:40:05.145Z Downloaded ryu v1.0.23
10772026-04-25T03:40:05.192Z Downloaded crossterm v0.29.0
10782026-04-25T03:40:05.196Z Downloaded stacker v0.1.23
10792026-04-25T03:40:05.197Z Downloaded tokio-macros v2.7.0
10802026-04-25T03:40:05.197Z Downloaded tinyvec_macros v0.1.1
10812026-04-25T03:40:05.197Z Downloaded simd-adler32 v0.3.8
10822026-04-25T03:40:05.197Z Downloaded hashbrown v0.15.5
10832026-04-25T03:40:05.197Z Downloaded nom v7.1.3
10842026-04-25T03:40:05.197Z Downloaded slog-term v2.9.2
10852026-04-25T03:40:05.197Z Downloaded strum_macros v0.27.2
10862026-04-25T03:40:05.197Z Downloaded stringprep v0.1.5
10872026-04-25T03:40:05.197Z Downloaded strum_macros v0.26.4
10882026-04-25T03:40:05.197Z Downloaded support-bundle-viewer v0.1.2
10892026-04-25T03:40:05.197Z Downloaded rayon-core v1.13.0
10902026-04-25T03:40:05.197Z Downloaded tower-service v0.3.3
10912026-04-25T03:40:05.202Z Downloaded topological-sort v0.2.2
10922026-04-25T03:40:05.203Z Downloaded quinn v0.11.9
10932026-04-25T03:40:05.203Z Downloaded try-lock v0.2.5
10942026-04-25T03:40:05.203Z Downloaded termios v0.3.3
10952026-04-25T03:40:05.207Z Downloaded spin v0.9.8
10962026-04-25T03:40:05.210Z Downloaded mio v1.2.0
10972026-04-25T03:40:05.213Z Downloaded serde_cbor v0.11.2
10982026-04-25T03:40:05.218Z Downloaded ron v0.8.1
10992026-04-25T03:40:05.221Z Downloaded trait-variant v0.1.2
11002026-04-25T03:40:05.221Z Downloaded tower-layer v0.3.3
11012026-04-25T03:40:05.221Z Downloaded thread_local v1.1.9
11022026-04-25T03:40:05.221Z Downloaded typify-macro v0.6.1
11032026-04-25T03:40:05.231Z Downloaded typify-macro v0.4.3
11042026-04-25T03:40:05.231Z Downloaded num-bigint v0.4.6
11052026-04-25T03:40:05.231Z Downloaded tls_codec v0.4.2
11062026-04-25T03:40:05.231Z Downloaded schemars v0.8.22
11072026-04-25T03:40:05.234Z Downloaded strum_macros v0.24.3
11082026-04-25T03:40:05.238Z Downloaded signal-hook v0.3.18
11092026-04-25T03:40:05.238Z Downloaded tokio-dtrace v0.1.1
11102026-04-25T03:40:05.238Z Downloaded serde_yaml v0.9.34+deprecated
11112026-04-25T03:40:05.243Z Downloaded rustls-platform-verifier v0.6.2
11122026-04-25T03:40:05.243Z Downloaded unarray v0.1.4
11132026-04-25T03:40:05.247Z Downloaded unit-prefix v0.5.2
11142026-04-25T03:40:05.247Z Downloaded tokio-rustls v0.25.0
11152026-04-25T03:40:05.247Z Downloaded tls_codec_derive v0.4.2
11162026-04-25T03:40:05.247Z Downloaded iri-string v0.7.10
11172026-04-25T03:40:05.250Z Downloaded tokio-tungstenite v0.21.0
11182026-04-25T03:40:05.256Z Downloaded tokio-native-tls v0.3.1
11192026-04-25T03:40:05.256Z Downloaded time-macros v0.2.27
11202026-04-25T03:40:05.256Z Downloaded libxml v0.3.3
11212026-04-25T03:40:05.260Z Downloaded slog v2.8.2
11222026-04-25T03:40:05.263Z Downloaded tokio-tungstenite v0.23.1
11232026-04-25T03:40:05.263Z Downloaded similar v2.7.0
11242026-04-25T03:40:05.266Z Downloaded usdt-macro v0.6.0
11252026-04-25T03:40:05.266Z Downloaded untrusted v0.7.1
11262026-04-25T03:40:05.266Z Downloaded thiserror-no-std v2.0.2
11272026-04-25T03:40:05.269Z Downloaded static_assertions v1.1.0
11282026-04-25T03:40:05.269Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11292026-04-25T03:40:05.273Z Downloaded iddqd v0.3.18
11302026-04-25T03:40:05.277Z Downloaded socket2 v0.6.3
11312026-04-25T03:40:05.280Z Downloaded utf-8 v0.7.6
11322026-04-25T03:40:05.283Z Downloaded term v0.7.0
11332026-04-25T03:40:05.287Z Downloaded universal-hash v0.5.1
11342026-04-25T03:40:05.287Z Downloaded usdt-attr-macro v0.6.0
11352026-04-25T03:40:05.287Z Downloaded untrusted v0.9.0
11362026-04-25T03:40:05.288Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11372026-04-25T03:40:05.292Z Downloaded rsa v0.9.10
11382026-04-25T03:40:05.296Z Downloaded tiny-keccak v2.0.2
11392026-04-25T03:40:05.297Z Downloaded hyper-util v0.1.20
11402026-04-25T03:40:05.304Z Downloaded wait-timeout v0.2.1
11412026-04-25T03:40:05.304Z Downloaded itertools v0.12.1
11422026-04-25T03:40:05.309Z Downloaded toml_writer v1.0.6+spec-1.1.0
11432026-04-25T03:40:05.309Z Downloaded void v1.0.2
11442026-04-25T03:40:05.309Z Downloaded waitgroup v0.1.2
11452026-04-25T03:40:05.310Z Downloaded num-bigint-dig v0.8.6
11462026-04-25T03:40:05.317Z Downloaded futures-util v0.3.32
11472026-04-25T03:40:05.328Z Downloaded want v0.3.1
11482026-04-25T03:40:05.328Z Downloaded rustls-webpki v0.103.9
11492026-04-25T03:40:05.328Z Downloaded tui-tree-widget v0.23.1
11502026-04-25T03:40:05.328Z Downloaded rand v0.9.2
11512026-04-25T03:40:05.333Z Downloaded samael v0.0.19
11522026-04-25T03:40:05.337Z Downloaded unicode-truncate v1.1.0
11532026-04-25T03:40:05.337Z Downloaded unicase v2.9.0
11542026-04-25T03:40:05.337Z Downloaded tokio-rustls v0.26.4
11552026-04-25T03:40:05.337Z Downloaded tokio-rustls v0.24.1
11562026-04-25T03:40:05.340Z Downloaded tokio-stream v0.1.18
11572026-04-25T03:40:05.340Z Downloaded schemars v0.9.0
11582026-04-25T03:40:05.347Z Downloaded zeroize_derive v1.4.3
11592026-04-25T03:40:05.350Z Downloaded xshell-macros v0.2.7
11602026-04-25T03:40:05.350Z Downloaded snafu v0.8.9
11612026-04-25T03:40:05.353Z Downloaded schemars v1.2.1
11622026-04-25T03:40:05.360Z Downloaded hyper v1.8.1
11632026-04-25T03:40:05.364Z Downloaded usdt v0.6.0
11642026-04-25T03:40:05.367Z Downloaded h2 v0.4.13
11652026-04-25T03:40:05.370Z Downloaded zone_cfg_derive v0.3.1
11662026-04-25T03:40:05.370Z Downloaded zone v0.3.1
11672026-04-25T03:40:05.370Z Downloaded vergen-lib v0.1.6
11682026-04-25T03:40:05.374Z Downloaded tracing-attributes v0.1.31
11692026-04-25T03:40:05.374Z Downloaded socket2 v0.5.10
11702026-04-25T03:40:05.377Z Downloaded vergen-gitcl v1.0.8
11712026-04-25T03:40:05.377Z Downloaded test-strategy v0.4.5
11722026-04-25T03:40:05.380Z Downloaded publicsuffix v2.3.0
11732026-04-25T03:40:05.380Z Downloaded itertools v0.13.0
11742026-04-25T03:40:05.383Z Downloaded toml_parser v1.0.9+spec-1.1.0
11752026-04-25T03:40:05.387Z Downloaded subprocess v0.2.15
11762026-04-25T03:40:05.392Z Downloaded vergen-git2 v1.0.7
11772026-04-25T03:40:05.392Z Downloaded twox-hash v2.1.2
11782026-04-25T03:40:05.392Z Downloaded rand v0.8.5
11792026-04-25T03:40:05.396Z Downloaded tinyvec v1.10.0
11802026-04-25T03:40:05.400Z Downloaded hkdf v0.12.4
11812026-04-25T03:40:05.409Z Downloaded wyz v0.5.1
11822026-04-25T03:40:05.409Z Downloaded walkdir v2.5.0
11832026-04-25T03:40:05.413Z Downloaded vsss-rs v3.3.4
11842026-04-25T03:40:05.414Z Downloaded xattr v1.6.1
11852026-04-25T03:40:05.414Z Downloaded whoami v2.1.0
11862026-04-25T03:40:05.417Z Downloaded whoami v1.6.1
11872026-04-25T03:40:05.417Z Downloaded xshell v0.2.7
11882026-04-25T03:40:05.417Z Downloaded qorb v0.4.1
11892026-04-25T03:40:05.420Z Downloaded toml v0.7.8
11902026-04-25T03:40:05.425Z Downloaded zeroize v1.8.2
11912026-04-25T03:40:05.428Z Downloaded usdt-impl v0.6.0
11922026-04-25T03:40:05.431Z Downloaded toml v0.9.12+spec-1.1.0
11932026-04-25T03:40:05.435Z Downloaded russh v0.45.0
11942026-04-25T03:40:05.438Z Downloaded uzers v0.12.2
11952026-04-25T03:40:05.442Z Downloaded bindgen v0.71.1
11962026-04-25T03:40:05.447Z Downloaded zstd-safe v7.2.4
11972026-04-25T03:40:05.450Z Downloaded typify v0.4.3
11982026-04-25T03:40:05.453Z Downloaded rand v0.10.0
11992026-04-25T03:40:05.453Z Downloaded curve25519-dalek v4.1.3
12002026-04-25T03:40:05.457Z Downloaded term v1.2.1
12012026-04-25T03:40:05.461Z Downloaded tar v0.4.45
12022026-04-25T03:40:05.464Z Downloaded typify v0.6.1
12032026-04-25T03:40:05.464Z Downloaded vergen v9.0.6
12042026-04-25T03:40:05.467Z Downloaded libm v0.2.16
12052026-04-25T03:40:05.470Z Downloaded rustyline v14.0.0
12062026-04-25T03:40:05.473Z Downloaded itertools v0.14.0
12072026-04-25T03:40:05.478Z Downloaded zerocopy v0.6.6
12082026-04-25T03:40:05.483Z Downloaded yasna v0.5.2
12092026-04-25T03:40:05.483Z Downloaded unicode-properties v0.1.4
12102026-04-25T03:40:05.487Z Downloaded unicode-bidi v0.3.18
12112026-04-25T03:40:05.491Z Downloaded rpassword v7.4.0
12122026-04-25T03:40:05.491Z Downloaded toml_edit v0.23.10+spec-1.0.0
12132026-04-25T03:40:05.495Z Downloaded tracing-core v0.1.36
12142026-04-25T03:40:05.495Z Downloaded toml v1.0.6+spec-1.1.0
12152026-04-25T03:40:05.498Z Downloaded zstd v0.13.3
12162026-04-25T03:40:05.502Z Downloaded unsafe-libyaml v0.2.11
12172026-04-25T03:40:05.507Z Downloaded steno v0.4.1
12182026-04-25T03:40:05.520Z Downloaded tungstenite v0.23.0
12192026-04-25T03:40:05.523Z Downloaded vte v0.14.1
12202026-04-25T03:40:05.528Z Downloaded tungstenite v0.21.0
12212026-04-25T03:40:05.534Z Downloaded reedline v0.40.0
12222026-04-25T03:40:05.538Z Downloaded p521 v0.13.3
12232026-04-25T03:40:05.542Z Downloaded aws-lc-rs v1.16.0
12242026-04-25T03:40:05.549Z Downloaded zopfli v0.8.3
12252026-04-25T03:40:05.552Z Downloaded bitvec v1.0.1
12262026-04-25T03:40:05.585Z Downloaded git2 v0.20.4
12272026-04-25T03:40:05.599Z Downloaded zip v0.6.6
12282026-04-25T03:40:05.608Z Downloaded reqwest v0.13.2
12292026-04-25T03:40:05.608Z Downloaded chrono v0.4.44
12302026-04-25T03:40:05.612Z Downloaded toml_edit v0.19.15
12312026-04-25T03:40:05.616Z Downloaded uuid v1.23.0
12322026-04-25T03:40:05.619Z Downloaded unicode_categories v0.1.1
12332026-04-25T03:40:05.619Z Downloaded tokio-postgres v0.7.16
12342026-04-25T03:40:05.623Z Downloaded ssh-key v0.6.7
12352026-04-25T03:40:05.628Z Downloaded yansi v1.0.1
12362026-04-25T03:40:05.631Z Downloaded tower v0.5.3
12372026-04-25T03:40:05.635Z Downloaded p384 v0.13.1
12382026-04-25T03:40:05.639Z Downloaded zerocopy-derive v0.8.40
12392026-04-25T03:40:05.646Z Downloaded regex v1.12.3
12402026-04-25T03:40:05.649Z Downloaded reqwest v0.12.28
12412026-04-25T03:40:05.655Z Downloaded unicode-segmentation v1.12.0
12422026-04-25T03:40:05.658Z Downloaded typed-path v0.9.3
12432026-04-25T03:40:05.662Z Downloaded x509-cert v0.2.5
12442026-04-25T03:40:05.672Z Downloaded rustls-webpki v0.101.7
12452026-04-25T03:40:05.680Z Downloaded rayon v1.11.0
12462026-04-25T03:40:05.685Z Downloaded lalrpop v0.19.12
12472026-04-25T03:40:05.691Z Downloaded unicode-normalization v0.1.25
12482026-04-25T03:40:05.695Z Downloaded salty v0.3.0
12492026-04-25T03:40:05.698Z Downloaded proptest v1.10.0
12502026-04-25T03:40:05.703Z Downloaded portable-atomic v1.13.1
12512026-04-25T03:40:05.714Z Downloaded moka v0.12.13
12522026-04-25T03:40:05.728Z Downloaded tokio-util v0.7.18
12532026-04-25T03:40:05.736Z Downloaded petname v2.0.2
12542026-04-25T03:40:05.741Z Downloaded quick-xml v0.37.5
12552026-04-25T03:40:05.745Z Downloaded zip v4.6.1
12562026-04-25T03:40:05.748Z Downloaded tower-http v0.6.8
12572026-04-25T03:40:05.752Z Downloaded tough v0.20.0
12582026-04-25T03:40:05.770Z Downloaded rustls-webpki v0.102.8
12592026-04-25T03:40:05.778Z Downloaded goblin v0.10.5
12602026-04-25T03:40:05.782Z Downloaded serde_with v3.17.0
12612026-04-25T03:40:05.792Z Downloaded winnow v0.6.26
12622026-04-25T03:40:05.797Z Downloaded winnow v0.5.40
12632026-04-25T03:40:05.803Z Downloaded quinn-proto v0.11.13
12642026-04-25T03:40:05.815Z Downloaded dropshot v0.16.7
12652026-04-25T03:40:05.827Z Downloaded polar-core v0.27.3
12662026-04-25T03:40:05.834Z Downloaded nix v0.27.1
12672026-04-25T03:40:05.838Z Downloaded object v0.30.4
12682026-04-25T03:40:05.867Z Downloaded openssl v0.10.75
12692026-04-25T03:40:05.872Z Downloaded radix_trie v0.2.1
12702026-04-25T03:40:05.882Z Downloaded regex-syntax v0.6.29
12712026-04-25T03:40:05.887Z Downloaded nix v0.29.0
12722026-04-25T03:40:05.894Z Downloaded tabled v0.20.0
12732026-04-25T03:40:05.905Z Downloaded smoltcp v0.9.1
12742026-04-25T03:40:05.911Z Downloaded dropshot v0.17.0
12752026-04-25T03:40:05.923Z Downloaded time v0.3.47
12762026-04-25T03:40:05.930Z Downloaded nix v0.31.2
12772026-04-25T03:40:05.938Z Downloaded object v0.37.3
12782026-04-25T03:40:05.943Z Downloaded nix v0.28.0
12792026-04-25T03:40:05.950Z Downloaded zlib-rs v0.6.2
12802026-04-25T03:40:05.953Z Downloaded hickory-proto v0.24.4
12812026-04-25T03:40:05.963Z Downloaded vcpkg v0.2.15
12822026-04-25T03:40:05.984Z Downloaded zerocopy v0.8.40
12832026-04-25T03:40:05.990Z Downloaded webpki-roots v1.0.6
12842026-04-25T03:40:05.993Z Downloaded rustls v0.22.4
12852026-04-25T03:40:06.001Z Downloaded rustix v0.38.44
12862026-04-25T03:40:06.016Z Downloaded rustls v0.23.37
12872026-04-25T03:40:06.020Z Downloaded regex-syntax v0.8.10
12882026-04-25T03:40:06.025Z Downloaded regress v0.10.5
12892026-04-25T03:40:06.029Z Downloaded hickory-proto v0.25.2
12902026-04-25T03:40:06.038Z Downloaded smoltcp v0.11.0
12912026-04-25T03:40:06.045Z Downloaded openapiv3 v2.2.0
12922026-04-25T03:40:06.052Z Downloaded diesel v2.3.7
12932026-04-25T03:40:06.065Z Downloaded bstr v1.12.1
12942026-04-25T03:40:06.070Z Downloaded rustls v0.21.12
12952026-04-25T03:40:06.097Z Downloaded sled v0.34.7
12962026-04-25T03:40:06.103Z Downloaded sqlparser v0.61.0
12972026-04-25T03:40:06.108Z Downloaded typify-impl v0.6.1
12982026-04-25T03:40:06.117Z Downloaded tracing v0.1.44
12992026-04-25T03:40:06.129Z Downloaded ratatui v0.29.0
13002026-04-25T03:40:06.142Z Downloaded typify-impl v0.4.3
13012026-04-25T03:40:06.153Z Downloaded bzip2-sys v0.1.13+1.0.8
13022026-04-25T03:40:06.172Z Downloaded zerocopy-derive v0.6.6
13032026-04-25T03:40:06.178Z Downloaded regex-automata v0.4.14
13042026-04-25T03:40:06.187Z Downloaded jiff v0.2.21
13052026-04-25T03:40:06.215Z Downloaded csv v1.4.0
13062026-04-25T03:40:06.228Z Downloaded petgraph v0.6.5
13072026-04-25T03:40:06.241Z Downloaded tokio v1.52.1
13082026-04-25T03:40:06.270Z Downloaded encoding_rs v0.8.35
13092026-04-25T03:40:06.283Z Downloaded chrono-tz v0.10.4
13102026-04-25T03:40:06.297Z Downloaded petgraph v0.8.3
13112026-04-25T03:40:06.318Z Downloaded libz-sys v1.1.24
13122026-04-25T03:40:06.331Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13132026-04-25T03:40:06.341Z Downloaded sha3 v0.10.8
13142026-04-25T03:40:06.469Z Downloaded ring v0.17.14
13152026-04-25T03:40:06.517Z Downloaded libgit2-sys v0.18.3+1.9.2
13162026-04-25T03:40:07.077Z Downloaded aws-lc-sys v0.37.1
13172026-04-25T03:40:07.324Z Compiling libc v0.2.185
13182026-04-25T03:40:07.324Z Compiling serde v1.0.228
13192026-04-25T03:40:07.327Z Compiling shlex v1.3.0
13202026-04-25T03:40:07.327Z Compiling log v0.4.29
13212026-04-25T03:40:07.327Z Compiling find-msvc-tools v0.1.9
13222026-04-25T03:40:07.327Z Compiling smallvec v1.15.1
13232026-04-25T03:40:07.327Z Compiling typenum v1.19.0
13242026-04-25T03:40:07.327Z Compiling subtle v2.6.1
13252026-04-25T03:40:07.327Z Compiling generic-array v0.14.7
13262026-04-25T03:40:07.327Z Compiling scopeguard v1.2.0
13272026-04-25T03:40:07.327Z Compiling const-oid v0.9.6
13282026-04-25T03:40:07.487Z Compiling portable-atomic v1.13.1
13292026-04-25T03:40:07.496Z Compiling zerocopy v0.8.40
13302026-04-25T03:40:07.510Z Compiling syn v2.0.117
13312026-04-25T03:40:07.523Z Compiling critical-section v1.2.0
13322026-04-25T03:40:07.609Z Compiling lock_api v0.4.14
13332026-04-25T03:40:07.622Z Compiling serde_json v1.0.149
13342026-04-25T03:40:07.678Z Compiling parking_lot_core v0.9.12
13352026-04-25T03:40:07.678Z Compiling pin-project-lite v0.2.17
13362026-04-25T03:40:07.678Z Compiling pkg-config v0.3.32
13372026-04-25T03:40:07.735Z Compiling bitflags v2.11.0
13382026-04-25T03:40:07.746Z Compiling libm v0.2.16
13392026-04-25T03:40:07.751Z Compiling num-traits v0.2.19
13402026-04-25T03:40:07.781Z Compiling futures-core v0.3.32
13412026-04-25T03:40:07.798Z Compiling percent-encoding v2.3.2
13422026-04-25T03:40:07.924Z Compiling allocator-api2 v0.2.21
13432026-04-25T03:40:08.077Z Compiling futures-sink v0.3.32
13442026-04-25T03:40:08.077Z Compiling foldhash v0.2.0
13452026-04-25T03:40:08.080Z Compiling cpufeatures v0.2.17
13462026-04-25T03:40:08.092Z Compiling futures-io v0.3.32
13472026-04-25T03:40:08.095Z Compiling futures-task v0.3.32
13482026-04-25T03:40:08.206Z Compiling slab v0.4.12
13492026-04-25T03:40:08.224Z Compiling getrandom v0.4.1
13502026-04-25T03:40:08.267Z Compiling hashbrown v0.16.1
13512026-04-25T03:40:08.292Z Compiling futures-channel v0.3.32
13522026-04-25T03:40:08.307Z Compiling rustversion v1.0.22
13532026-04-25T03:40:08.324Z Compiling rand_core v0.10.0
13542026-04-25T03:40:08.337Z Compiling getrandom v0.3.4
13552026-04-25T03:40:08.341Z Compiling form_urlencoded v1.2.2
13562026-04-25T03:40:08.366Z Compiling fs_extra v1.3.0
13572026-04-25T03:40:08.399Z Compiling base64ct v1.8.3
13582026-04-25T03:40:08.439Z Compiling dunce v1.0.5
13592026-04-25T03:40:08.499Z Compiling ident_case v1.0.1
13602026-04-25T03:40:08.541Z Compiling getrandom v0.2.17
13612026-04-25T03:40:08.557Z Compiling jobserver v0.1.34
13622026-04-25T03:40:08.573Z Compiling errno v0.3.14
13632026-04-25T03:40:08.606Z Compiling mio v1.2.0
13642026-04-25T03:40:08.610Z Compiling socket2 v0.6.3
13652026-04-25T03:40:08.659Z Compiling flagset v0.4.7
13662026-04-25T03:40:08.678Z Compiling once_cell v1.21.3
13672026-04-25T03:40:08.693Z Compiling signal-hook-registry v1.4.8
13682026-04-25T03:40:08.727Z Compiling rand_core v0.6.4
13692026-04-25T03:40:08.771Z Compiling cc v1.2.56
13702026-04-25T03:40:08.800Z Compiling parking_lot v0.12.5
13712026-04-25T03:40:08.906Z Compiling indexmap v2.13.0
13722026-04-25T03:40:08.906Z Compiling pem-rfc7468 v0.7.0
13732026-04-25T03:40:08.936Z Compiling rustix v1.1.3
13742026-04-25T03:40:08.963Z Compiling iana-time-zone v0.1.65
13752026-04-25T03:40:08.998Z Compiling uuid v1.23.0
13762026-04-25T03:40:09.031Z Compiling rustc_version v0.4.1
13772026-04-25T03:40:09.086Z Compiling regex-syntax v0.8.10
13782026-04-25T03:40:09.109Z Compiling aws-lc-rs v1.16.0
13792026-04-25T03:40:09.162Z Compiling vcpkg v0.2.15
13802026-04-25T03:40:09.186Z Compiling tracing-core v0.1.36
13812026-04-25T03:40:09.205Z Compiling untrusted v0.7.1
13822026-04-25T03:40:09.265Z Compiling base64 v0.22.1
13832026-04-25T03:40:09.332Z Compiling rand_core v0.9.5
13842026-04-25T03:40:09.410Z Compiling httparse v1.10.1
13852026-04-25T03:40:09.424Z Compiling schemars v0.8.22
13862026-04-25T03:40:09.442Z Compiling untrusted v0.9.0
13872026-04-25T03:40:09.445Z Compiling openssl-probe v0.2.1
13882026-04-25T03:40:09.445Z Compiling rustls v0.23.37
13892026-04-25T03:40:09.585Z Compiling cmake v0.1.57
13902026-04-25T03:40:09.629Z Compiling tinyvec_macros v0.1.1
13912026-04-25T03:40:09.645Z Compiling try-lock v0.2.5
13922026-04-25T03:40:09.660Z Compiling atomic-waker v1.1.2
13932026-04-25T03:40:09.663Z Compiling dyn-clone v1.0.20
13942026-04-25T03:40:09.720Z Compiling tower-service v0.3.3
13952026-04-25T03:40:09.736Z Compiling tower-layer v0.3.3
13962026-04-25T03:40:09.750Z Compiling want v0.3.1
13972026-04-25T03:40:09.773Z Compiling tinyvec v1.10.0
13982026-04-25T03:40:09.776Z Compiling spin v0.9.8
13992026-04-25T03:40:09.803Z Compiling aho-corasick v1.1.4
14002026-04-25T03:40:09.806Z Compiling powerfmt v0.2.0
14012026-04-25T03:40:09.848Z Compiling crc32fast v1.5.0
14022026-04-25T03:40:09.852Z Compiling foreign-types-shared v0.1.1
14032026-04-25T03:40:09.852Z Compiling httpdate v1.0.3
14042026-04-25T03:40:09.918Z Compiling num-conv v0.2.0
14052026-04-25T03:40:09.932Z Compiling time-core v0.1.8
14062026-04-25T03:40:09.964Z Compiling pin-utils v0.1.0
14072026-04-25T03:40:09.979Z Compiling openssl v0.10.75
14082026-04-25T03:40:10.012Z Compiling deranged v0.5.8
14092026-04-25T03:40:10.028Z Compiling foreign-types v0.3.2
14102026-04-25T03:40:10.051Z Compiling wait-timeout v0.2.1
14112026-04-25T03:40:10.067Z Compiling siphasher v1.0.2
14122026-04-25T03:40:10.070Z Compiling native-tls v0.2.18
14132026-04-25T03:40:10.097Z Compiling time-macros v0.2.27
14142026-04-25T03:40:10.113Z Compiling bit-vec v0.8.0
14152026-04-25T03:40:10.130Z Compiling usdt-impl v0.6.0
14162026-04-25T03:40:10.162Z Compiling quick-error v1.2.3
14172026-04-25T03:40:10.204Z Compiling syn v1.0.109
14182026-04-25T03:40:10.220Z Compiling num_threads v0.1.7
14192026-04-25T03:40:10.239Z Compiling simd-adler32 v0.3.8
14202026-04-25T03:40:10.277Z Compiling crossbeam-utils v0.8.21
14212026-04-25T03:40:10.322Z Compiling bit-set v0.8.0
14222026-04-25T03:40:10.338Z Compiling unicode-normalization v0.1.25
14232026-04-25T03:40:10.351Z Compiling rand_xorshift v0.4.0
14242026-04-25T03:40:10.384Z Compiling slog v2.8.2
14252026-04-25T03:40:10.405Z Compiling heapless v0.7.17
14262026-04-25T03:40:10.436Z Compiling aws-lc-sys v0.37.1
14272026-04-25T03:40:10.499Z Compiling synstructure v0.13.2
14282026-04-25T03:40:10.514Z Compiling ring v0.17.14
14292026-04-25T03:40:10.519Z Compiling openssl-sys v0.9.111
14302026-04-25T03:40:10.547Z Compiling serde_derive_internals v0.29.1
14312026-04-25T03:40:10.562Z Compiling pest_generator v2.8.6
14322026-04-25T03:40:10.605Z Compiling darling_core v0.20.11
14332026-04-25T03:40:10.621Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14342026-04-25T03:40:10.683Z Compiling regex-automata v0.4.14
14352026-04-25T03:40:10.833Z Compiling tempfile v3.25.0
14362026-04-25T03:40:11.023Z Compiling darling_core v0.21.3
14372026-04-25T03:40:11.057Z Compiling bzip2-sys v0.1.13+1.0.8
14382026-04-25T03:40:11.156Z Compiling rusty-fork v0.3.1
14392026-04-25T03:40:11.246Z Compiling thread-id v5.1.0
14402026-04-25T03:40:11.278Z Compiling time v0.3.47
14412026-04-25T03:40:11.361Z Compiling sync_wrapper v1.0.2
14422026-04-25T03:40:11.374Z Compiling cookie v0.18.1
14432026-04-25T03:40:11.390Z Compiling unarray v0.1.4
14442026-04-25T03:40:11.484Z Compiling unicode-properties v0.1.4
14452026-04-25T03:40:11.499Z Compiling anyhow v1.0.102
14462026-04-25T03:40:11.516Z Compiling paste v1.0.15
14472026-04-25T03:40:11.533Z Compiling unicode-bidi v0.3.18
14482026-04-25T03:40:11.571Z Compiling zstd-safe v7.2.4
14492026-04-25T03:40:11.586Z Compiling adler2 v2.0.1
14502026-04-25T03:40:11.633Z Compiling signal-hook v0.3.18
14512026-04-25T03:40:11.714Z Compiling miniz_oxide v0.8.9
14522026-04-25T03:40:11.875Z Compiling stringprep v0.1.5
14532026-04-25T03:40:11.982Z Compiling num-integer v0.1.46
14542026-04-25T03:40:12.090Z Compiling vergen-lib v0.1.6
14552026-04-25T03:40:12.107Z Compiling curve25519-dalek v4.1.3
14562026-04-25T03:40:12.281Z Compiling serde_derive v1.0.228
14572026-04-25T03:40:12.296Z Compiling zeroize_derive v1.4.3
14582026-04-25T03:40:12.333Z Compiling zerofrom-derive v0.1.6
14592026-04-25T03:40:12.350Z Compiling yoke-derive v0.8.1
14602026-04-25T03:40:12.367Z Compiling zerocopy-derive v0.8.40
14612026-04-25T03:40:12.410Z Compiling zerovec-derive v0.11.2
14622026-04-25T03:40:12.465Z Compiling displaydoc v0.2.5
14632026-04-25T03:40:12.554Z Compiling tokio-macros v2.7.0
14642026-04-25T03:40:12.919Z Compiling futures-macro v0.3.32
14652026-04-25T03:40:12.969Z Compiling zeroize v1.8.2
14662026-04-25T03:40:13.027Z Compiling der_derive v0.7.3
14672026-04-25T03:40:13.247Z Compiling thiserror-impl v2.0.18
14682026-04-25T03:40:13.312Z Compiling rustls-pki-types v1.14.0
14692026-04-25T03:40:13.612Z Compiling tracing-attributes v0.1.31
14702026-04-25T03:40:13.627Z Compiling pest_derive v2.8.6
14712026-04-25T03:40:13.692Z Compiling scroll_derive v0.13.1
14722026-04-25T03:40:13.780Z Compiling crypto-common v0.1.7
14732026-04-25T03:40:13.799Z Compiling block-buffer v0.10.4
14742026-04-25T03:40:13.815Z Compiling zerofrom v0.1.6
14752026-04-25T03:40:13.831Z Compiling futures-util v0.3.32
14762026-04-25T03:40:13.945Z Compiling yoke v0.8.1
14772026-04-25T03:40:13.960Z Compiling digest v0.10.7
14782026-04-25T03:40:13.996Z Compiling block-padding v0.3.3
14792026-04-25T03:40:14.046Z Compiling der v0.7.10
14802026-04-25T03:40:14.098Z Compiling schemars_derive v0.8.22
14812026-04-25T03:40:14.152Z Compiling zerovec v0.11.5
14822026-04-25T03:40:14.174Z Compiling zerotrie v0.2.3
14832026-04-25T03:40:14.224Z Compiling hmac v0.12.1
14842026-04-25T03:40:14.401Z Compiling inout v0.1.4
14852026-04-25T03:40:14.501Z Compiling sha2 v0.10.9
14862026-04-25T03:40:14.545Z Compiling cipher v0.4.4
14872026-04-25T03:40:14.598Z Compiling pbkdf2 v0.12.2
14882026-04-25T03:40:14.654Z Compiling tinystr v0.8.2
14892026-04-25T03:40:14.696Z Compiling potential_utf v0.1.4
14902026-04-25T03:40:14.731Z Compiling thiserror v2.0.18
14912026-04-25T03:40:14.832Z Compiling icu_locale_core v2.1.1
14922026-04-25T03:40:14.853Z Compiling icu_collections v2.1.1
14932026-04-25T03:40:14.883Z Compiling salsa20 v0.10.2
14942026-04-25T03:40:14.888Z Compiling aes v0.8.4
14952026-04-25T03:40:14.998Z Compiling spki v0.7.3
14962026-04-25T03:40:15.014Z Compiling scrypt v0.11.0
14972026-04-25T03:40:15.041Z Compiling cbc v0.1.2
14982026-04-25T03:40:15.193Z Compiling tracing v0.1.44
14992026-04-25T03:40:15.235Z Compiling scroll v0.13.0
15002026-04-25T03:40:15.294Z Compiling darling_macro v0.20.11
15012026-04-25T03:40:15.310Z Compiling openssl-macros v0.1.1
15022026-04-25T03:40:15.378Z Compiling pkcs5 v0.7.1
15032026-04-25T03:40:15.449Z Compiling dtrace-parser v0.3.0
15042026-04-25T03:40:15.486Z Compiling icu_provider v2.1.1
15052026-04-25T03:40:15.527Z Compiling goblin v0.10.5
15062026-04-25T03:40:15.726Z Compiling icu_properties v2.1.2
15072026-04-25T03:40:15.747Z Compiling icu_normalizer v2.1.1
15082026-04-25T03:40:15.817Z Compiling pkcs8 v0.10.2
15092026-04-25T03:40:15.821Z Compiling darling v0.20.11
15102026-04-25T03:40:15.847Z Compiling bytes v1.11.1
15112026-04-25T03:40:15.881Z Compiling chrono v0.4.44
15122026-04-25T03:40:15.921Z Compiling ipnet v2.11.0
15132026-04-25T03:40:15.925Z Compiling derive_builder_core v0.20.2
15142026-04-25T03:40:15.995Z Compiling signature v2.2.0
15152026-04-25T03:40:16.153Z Compiling rustls-native-certs v0.8.3
15162026-04-25T03:40:16.201Z Compiling thiserror-impl v1.0.69
15172026-04-25T03:40:16.207Z Compiling scroll_derive v0.12.1
15182026-04-25T03:40:16.218Z Compiling serde_tokenstream v0.2.3
15192026-04-25T03:40:16.316Z Compiling tokio v1.52.1
15202026-04-25T03:40:16.442Z Compiling http v1.4.0
15212026-04-25T03:40:16.466Z Compiling erased-serde v0.3.31
15222026-04-25T03:40:16.480Z Compiling serde_spanned v0.6.9
15232026-04-25T03:40:16.559Z Compiling toml_datetime v0.6.11
15242026-04-25T03:40:16.642Z Compiling idna_adapter v1.2.1
15252026-04-25T03:40:16.807Z Compiling ppv-lite86 v0.2.21
15262026-04-25T03:40:16.843Z Compiling idna v1.1.0
15272026-04-25T03:40:16.857Z Compiling derive_builder_macro v0.20.2
15282026-04-25T03:40:16.873Z Compiling md-5 v0.10.6
15292026-04-25T03:40:16.910Z Compiling scroll v0.12.0
15302026-04-25T03:40:16.967Z Compiling darling_macro v0.21.3
15312026-04-25T03:40:16.982Z Compiling webpki-roots v1.0.6
15322026-04-25T03:40:17.038Z Compiling zerocopy-derive v0.7.35
15332026-04-25T03:40:17.055Z Compiling ff v0.13.1
15342026-04-25T03:40:17.113Z Compiling rand_chacha v0.9.0
15352026-04-25T03:40:17.148Z Compiling url v2.5.8
15362026-04-25T03:40:17.195Z Compiling http-body v1.0.1
15372026-04-25T03:40:17.210Z Compiling rand_chacha v0.3.1
15382026-04-25T03:40:17.288Z Compiling hash32 v0.2.1
15392026-04-25T03:40:17.363Z Compiling rand v0.9.2
15402026-04-25T03:40:17.377Z Compiling http-body-util v0.1.3
15412026-04-25T03:40:17.394Z Compiling memoffset v0.9.1
15422026-04-25T03:40:17.495Z Compiling zlib-rs v0.6.2
15432026-04-25T03:40:17.510Z Compiling num-bigint-dig v0.8.6
15442026-04-25T03:40:17.514Z Compiling thiserror v1.0.69
15452026-04-25T03:40:17.541Z Compiling iri-string v0.7.10
15462026-04-25T03:40:17.610Z Compiling fallible-iterator v0.2.0
15472026-04-25T03:40:17.640Z Compiling psl-types v2.0.11
15482026-04-25T03:40:17.724Z Compiling litrs v1.0.0
15492026-04-25T03:40:17.809Z Compiling ref-cast v1.0.25
15502026-04-25T03:40:17.856Z Compiling ryu v1.0.23
15512026-04-25T03:40:17.935Z Compiling proptest v1.10.0
15522026-04-25T03:40:17.951Z Compiling rustix v0.38.44
15532026-04-25T03:40:17.951Z Compiling base16ct v0.2.0
15542026-04-25T03:40:17.981Z Compiling cfg_aliases v0.2.1
15552026-04-25T03:40:18.123Z Compiling smoltcp v0.9.1
15562026-04-25T03:40:18.127Z Compiling sec1 v0.7.3
15572026-04-25T03:40:18.172Z Compiling nix v0.31.2
15582026-04-25T03:40:18.228Z Compiling serde_urlencoded v0.7.1
15592026-04-25T03:40:18.263Z Compiling zerocopy v0.7.35
15602026-04-25T03:40:18.305Z Compiling dof v0.4.0
15612026-04-25T03:40:18.443Z Compiling ipnetwork v0.21.1
15622026-04-25T03:40:18.461Z Compiling document-features v0.2.12
15632026-04-25T03:40:18.520Z Compiling postgres-protocol v0.6.10
15642026-04-25T03:40:18.535Z Compiling publicsuffix v2.3.0
15652026-04-25T03:40:18.707Z Compiling oxnet v0.1.4
15662026-04-25T03:40:18.727Z Compiling darling v0.21.3
15672026-04-25T03:40:18.823Z Compiling rand v0.8.5
15682026-04-25T03:40:18.842Z Compiling derive_builder v0.20.2
15692026-04-25T03:40:18.872Z Compiling group v0.13.0
15702026-04-25T03:40:18.910Z Compiling goblin v0.8.2
15712026-04-25T03:40:19.016Z Compiling hubpack_derive v0.1.1
15722026-04-25T03:40:19.085Z Compiling cargo-platform v0.1.9
15732026-04-25T03:40:19.100Z Compiling hkdf v0.12.4
15742026-04-25T03:40:19.137Z Compiling crypto-bigint v0.5.5
15752026-04-25T03:40:19.137Z Compiling regex v1.12.3
15762026-04-25T03:40:19.386Z Compiling async-trait v0.1.89
15772026-04-25T03:40:19.406Z Compiling strum_macros v0.27.2
15782026-04-25T03:40:19.437Z Compiling ref-cast-impl v1.0.25
15792026-04-25T03:40:19.488Z Compiling curve25519-dalek-derive v0.1.1
15802026-04-25T03:40:19.517Z Compiling daft-derive v0.1.5
15812026-04-25T03:40:19.603Z Compiling num-iter v0.1.45
15822026-04-25T03:40:19.855Z Compiling terminal_size v0.4.3
15832026-04-25T03:40:19.899Z Compiling phf_shared v0.13.1
15842026-04-25T03:40:20.007Z Compiling lazy_static v1.5.0
15852026-04-25T03:40:20.022Z Compiling vergen v9.0.6
15862026-04-25T03:40:20.053Z Compiling fs-err v3.3.0
15872026-04-25T03:40:20.070Z Compiling ahash v0.8.12
15882026-04-25T03:40:20.117Z Compiling libbz2-rs-sys v0.2.2
15892026-04-25T03:40:20.164Z Compiling tokio-util v0.7.18
15902026-04-25T03:40:20.179Z Compiling tower v0.5.3
15912026-04-25T03:40:20.223Z Compiling tokio-native-tls v0.3.1
15922026-04-25T03:40:20.255Z Compiling foldhash v0.1.5
15932026-04-25T03:40:20.274Z Compiling managed v0.8.0
15942026-04-25T03:40:20.289Z Compiling winnow v0.5.40
15952026-04-25T03:40:20.304Z Compiling bumpalo v3.20.2
15962026-04-25T03:40:20.421Z Compiling flate2 v1.1.9
15972026-04-25T03:40:20.444Z Compiling newtype-uuid v1.3.2
15982026-04-25T03:40:20.460Z Compiling bitflags v1.3.2
15992026-04-25T03:40:20.506Z Compiling object v0.37.3
16002026-04-25T03:40:20.558Z Compiling unicode-segmentation v1.12.0
16012026-04-25T03:40:20.577Z Compiling bzip2 v0.6.1
16022026-04-25T03:40:20.704Z Compiling tower-http v0.6.8
16032026-04-25T03:40:20.792Z Compiling daft v0.1.5
16042026-04-25T03:40:20.824Z Compiling zopfli v0.8.3
16052026-04-25T03:40:20.860Z Compiling clap_builder v4.5.60
16062026-04-25T03:40:20.868Z Compiling hashbrown v0.15.5
16072026-04-25T03:40:20.891Z Compiling h2 v0.4.13
16082026-04-25T03:40:21.128Z Compiling elliptic-curve v0.13.8
16092026-04-25T03:40:21.142Z Compiling phf v0.13.1
16102026-04-25T03:40:21.256Z Compiling dof v0.3.0
16112026-04-25T03:40:21.430Z Compiling strum v0.27.2
16122026-04-25T03:40:21.445Z Compiling signal-hook-mio v0.2.5
16132026-04-25T03:40:21.517Z Compiling usdt-macro v0.6.0
16142026-04-25T03:40:21.547Z Compiling usdt-attr-macro v0.6.0
16152026-04-25T03:40:21.580Z Compiling toml_edit v0.19.15
16162026-04-25T03:40:21.589Z Compiling cargo_metadata v0.19.2
16172026-04-25T03:40:21.672Z Compiling cookie_store v0.22.1
16182026-04-25T03:40:21.765Z Compiling hubpack v0.1.2
16192026-04-25T03:40:21.843Z Compiling bzip2 v0.4.4
16202026-04-25T03:40:21.982Z Compiling postgres-types v0.2.12
16212026-04-25T03:40:22.007Z Compiling serde_with_macros v3.17.0
16222026-04-25T03:40:22.185Z Compiling zstd v0.13.3
16232026-04-25T03:40:22.324Z Compiling dtrace-parser v0.2.0
16242026-04-25T03:40:22.418Z Compiling ed25519 v2.2.3
16252026-04-25T03:40:22.442Z Compiling pkcs1 v0.7.5
16262026-04-25T03:40:22.479Z Compiling hex v0.4.3
16272026-04-25T03:40:22.495Z Compiling serde-big-array v0.5.1
16282026-04-25T03:40:22.594Z Compiling rfc6979 v0.4.0
16292026-04-25T03:40:22.653Z Compiling bstr v1.12.1
16302026-04-25T03:40:22.736Z Compiling serde_repr v0.1.20
16312026-04-25T03:40:22.773Z Compiling enum-as-inner v0.6.1
16322026-04-25T03:40:22.856Z Compiling strum_macros v0.26.4
16332026-04-25T03:40:22.995Z Compiling clap_derive v4.5.55
16342026-04-25T03:40:23.126Z Compiling phf_shared v0.11.3
16352026-04-25T03:40:23.229Z Compiling float-cmp v0.10.0
16362026-04-25T03:40:23.346Z Compiling memmap2 v0.9.10
16372026-04-25T03:40:23.365Z Compiling thread-id v4.2.2
16382026-04-25T03:40:23.372Z Compiling env_filter v1.0.0
16392026-04-25T03:40:23.372Z Compiling encoding_rs v0.8.35
16402026-04-25T03:40:23.410Z Compiling normalize-line-endings v0.3.0
16412026-04-25T03:40:23.410Z Compiling rustc-hash v2.1.1
16422026-04-25T03:40:23.414Z Compiling new_debug_unreachable v1.0.6
16432026-04-25T03:40:23.465Z Compiling whoami v2.1.0
16442026-04-25T03:40:23.512Z Compiling fixedbitset v0.5.7
16452026-04-25T03:40:23.525Z Compiling mime v0.3.17
16462026-04-25T03:40:23.585Z Compiling static_assertions v1.1.0
16472026-04-25T03:40:23.591Z Compiling data-encoding v2.10.0
16482026-04-25T03:40:23.675Z Compiling keccak v0.1.6
16492026-04-25T03:40:23.725Z Compiling fixedbitset v0.4.2
16502026-04-25T03:40:23.809Z Compiling precomputed-hash v0.1.1
16512026-04-25T03:40:23.840Z Compiling jiff v0.2.21
16522026-04-25T03:40:23.872Z Compiling predicates-core v1.0.10
16532026-04-25T03:40:23.918Z Compiling difflib v0.4.0
16542026-04-25T03:40:23.956Z Compiling either v1.15.0
16552026-04-25T03:40:23.970Z Compiling hickory-proto v0.25.2
16562026-04-25T03:40:24.067Z Compiling hyper v1.8.1
16572026-04-25T03:40:24.188Z Compiling predicates v3.1.4
16582026-04-25T03:40:24.202Z Compiling itertools v0.13.0
16592026-04-25T03:40:24.314Z Compiling string_cache v0.8.9
16602026-04-25T03:40:24.329Z Compiling petgraph v0.6.5
16612026-04-25T03:40:24.517Z Compiling sha3 v0.10.8
16622026-04-25T03:40:24.533Z Compiling petgraph v0.8.3
16632026-04-25T03:40:24.549Z Compiling tokio-postgres v0.7.16
16642026-04-25T03:40:24.712Z Compiling strum v0.26.3
16652026-04-25T03:40:24.865Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16662026-04-25T03:40:24.878Z Compiling env_logger v0.11.9
16672026-04-25T03:40:24.895Z Compiling clap v4.5.60
16682026-04-25T03:40:24.950Z Compiling iddqd v0.3.18
16692026-04-25T03:40:24.999Z Compiling usdt v0.6.0
16702026-04-25T03:40:25.012Z Compiling usdt-impl v0.5.0
16712026-04-25T03:40:25.060Z Compiling toml_edit v0.22.27
16722026-04-25T03:40:25.262Z Compiling hyper-util v0.1.20
16732026-04-25T03:40:25.290Z Compiling serde_with v3.17.0
16742026-04-25T03:40:25.476Z Compiling crossterm v0.28.1
16752026-04-25T03:40:25.621Z Compiling similar v2.7.0
16762026-04-25T03:40:25.696Z Compiling toml v0.7.8
16772026-04-25T03:40:25.858Z Compiling ecdsa v0.16.9
16782026-04-25T03:40:26.131Z Compiling rsa v0.9.10
16792026-04-25T03:40:26.263Z Compiling ed25519-dalek v2.2.0
16802026-04-25T03:40:26.495Z Compiling zip v4.6.1
16812026-04-25T03:40:26.732Z Compiling hyper-tls v0.6.0
16822026-04-25T03:40:26.765Z Compiling zip v0.6.6
16832026-04-25T03:40:27.014Z Compiling heck v0.4.1
16842026-04-25T03:40:27.029Z Compiling tokio-stream v0.1.18
16852026-04-25T03:40:27.032Z Compiling toml_parser v1.0.9+spec-1.1.0
16862026-04-25T03:40:27.184Z Compiling buf-list v1.1.2
16872026-04-25T03:40:27.201Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16882026-04-25T03:40:27.257Z Compiling openapiv3 v2.2.0
16892026-04-25T03:40:27.365Z Compiling x509-cert v0.2.5
16902026-04-25T03:40:27.479Z Compiling sha1 v0.10.6
16912026-04-25T03:40:27.483Z Compiling crossbeam-epoch v0.9.18
16922026-04-25T03:40:27.517Z Compiling toml_datetime v0.7.5+spec-1.1.0
16932026-04-25T03:40:27.533Z Compiling lalrpop-util v0.19.12
16942026-04-25T03:40:27.690Z Compiling peg-runtime v0.8.5
16952026-04-25T03:40:27.705Z Compiling thread_local v1.1.9
16962026-04-25T03:40:27.720Z Compiling slog-async v2.8.0
16972026-04-25T03:40:27.737Z Compiling futures-executor v0.3.32
16982026-04-25T03:40:27.793Z Compiling crossbeam-channel v0.5.15
16992026-04-25T03:40:27.820Z Compiling filetime v0.2.27
17002026-04-25T03:40:27.835Z Compiling is-terminal v0.4.17
17012026-04-25T03:40:27.946Z Compiling take_mut v0.2.2
17022026-04-25T03:40:27.964Z Compiling term v1.2.1
17032026-04-25T03:40:28.013Z Compiling xattr v1.6.1
17042026-04-25T03:40:28.035Z Compiling futures v0.3.32
17052026-04-25T03:40:28.205Z Compiling tar v0.4.45
17062026-04-25T03:40:28.290Z Compiling slog-term v2.9.2
17072026-04-25T03:40:43.520Z Compiling rustls-webpki v0.103.9
17082026-04-25T03:40:46.286Z Compiling tokio-rustls v0.26.4
17092026-04-25T03:40:46.286Z Compiling rustls-platform-verifier v0.6.2
17102026-04-25T03:40:46.485Z Compiling hyper-rustls v0.27.7
17112026-04-25T03:40:46.674Z Compiling reqwest v0.12.28
17122026-04-25T03:40:46.674Z Compiling reqwest v0.13.2
17132026-04-25T03:40:48.643Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17142026-04-25T03:40:48.876Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17152026-04-25T03:40:51.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.89s
17162026-04-25T03:40:51.789Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17172026-04-25T03:40:51.842ZApr 25 03:40:50.817 INFO Starting download, target: Clickhouse
17182026-04-25T03:40:51.842ZApr 25 03:40:50.818 INFO Starting download, target: Cockroach
17192026-04-25T03:40:51.845ZApr 25 03:40:50.818 INFO Starting download, target: Console
17202026-04-25T03:40:51.845ZApr 25 03:40:50.818 INFO Starting download, target: DendriteStub
17212026-04-25T03:40:51.845ZApr 25 03:40:50.818 INFO Starting download, target: MaghemiteMgd
17222026-04-25T03:40:51.845ZApr 25 03:40:50.818 INFO Starting download, target: TransceiverControl
17232026-04-25T03:40:51.845ZApr 25 03:40:50.818 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17242026-04-25T03:40:51.845ZApr 25 03:40:50.818 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17252026-04-25T03:40:51.846ZApr 25 03:40:50.818 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17262026-04-25T03:40:51.846ZApr 25 03:40:50.818 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17272026-04-25T03:40:51.846ZApr 25 03:40:50.818 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17282026-04-25T03:40:51.846ZApr 25 03:40:50.818 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17292026-04-25T03:40:52.137ZApr 25 03:40:51.112 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17302026-04-25T03:40:52.365ZApr 25 03:40:51.322 INFO Download complete, target: TransceiverControl
17312026-04-25T03:40:52.822ZApr 25 03:40:51.798 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17322026-04-25T03:40:53.059ZApr 25 03:40:52.034 INFO Download complete, target: Console
17332026-04-25T03:40:53.152ZApr 25 03:40:52.125 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17342026-04-25T03:40:53.432ZApr 25 03:40:52.407 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17352026-04-25T03:40:53.723ZApr 25 03:40:52.698 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17362026-04-25T03:40:53.723ZApr 25 03:40:52.698 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17372026-04-25T03:40:54.071ZApr 25 03:40:53.046 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17382026-04-25T03:40:55.488ZApr 25 03:40:54.458 INFO Download complete, target: DendriteStub
17392026-04-25T03:40:55.826ZApr 25 03:40:54.799 INFO Download complete, target: MaghemiteMgd
17402026-04-25T03:40:58.401ZApr 25 03:40:57.376 INFO Checking that binary works, target: Cockroach
17412026-04-25T03:40:58.504ZApr 25 03:40:57.480 INFO Download complete, target: Cockroach
17422026-04-25T03:41:00.846ZApr 25 03:40:59.822 INFO Checking that binary works, target: Clickhouse
17432026-04-25T03:41:00.943ZApr 25 03:40:59.919 INFO Download complete, target: Clickhouse
17442026-04-25T03:41:00.950ZAll prerequisites installed successfully
17452026-04-25T03:41:00.953Z
17462026-04-25T03:41:00.953Zreal 2:47.498455451
17472026-04-25T03:41:00.953Zuser 7:16.807699177
17482026-04-25T03:41:00.953Zsys 1:41.778215709
17492026-04-25T03:41:00.953Ztrap 0.267782752
17502026-04-25T03:41:00.953Ztflt 1.317457181
17512026-04-25T03:41:00.953Zdflt 1.612410265
17522026-04-25T03:41:00.953Zkflt 0.023045527
17532026-04-25T03:41:00.953Zlock 23:52.754366509
17542026-04-25T03:41:00.953Zslp 19:18.604161555
17552026-04-25T03:41:00.953Zlat 26.458347281
17562026-04-25T03:41:00.953Zstop 2:55.024547754
17572026-04-25T03:41:00.953Z+ ptime -m cargo xtask download softnpu
17582026-04-25T03:41:01.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17592026-04-25T03:41:01.506Z Running `target/debug/xtask download softnpu`
17602026-04-25T03:41:02.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17612026-04-25T03:41:02.351Z Running `target/debug/xtask-downloader softnpu`
17622026-04-25T03:41:02.395ZApr 25 03:41:01.371 INFO Starting download, target: Softnpu
17632026-04-25T03:41:02.398ZApr 25 03:41:01.371 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17642026-04-25T03:41:02.894ZApr 25 03:41:01.869 INFO Download complete, target: Softnpu
17652026-04-25T03:41:02.897Z
17662026-04-25T03:41:02.900Zreal 1.940537273
17672026-04-25T03:41:02.900Zuser 1.341062877
17682026-04-25T03:41:02.900Zsys 0.657875634
17692026-04-25T03:41:02.900Ztrap 0.000453651
17702026-04-25T03:41:02.900Ztflt 0.000094630
17712026-04-25T03:41:02.900Zdflt 0.000156482
17722026-04-25T03:41:02.900Zkflt 0.000001130
17732026-04-25T03:41:02.900Zlock 8.797662013
17742026-04-25T03:41:02.900Zslp 0.375611694
17752026-04-25T03:41:02.900Zlat 0.080456330
17762026-04-25T03:41:02.900Zstop 0.000180744
17772026-04-25T03:41:02.901Z+ export CARGO_INCREMENTAL=0
17782026-04-25T03:41:02.901Z+ CARGO_INCREMENTAL=0
17792026-04-25T03:41:02.901Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17802026-04-25T03:41:03.785Z Compiling proc-macro2 v1.0.106
17812026-04-25T03:41:03.785Z Compiling quote v1.0.44
17822026-04-25T03:41:03.785Z Compiling unicode-ident v1.0.24
17832026-04-25T03:41:03.785Z Compiling libc v0.2.185
17842026-04-25T03:41:03.788Z Compiling serde_core v1.0.228
17852026-04-25T03:41:03.788Z Compiling serde v1.0.228
17862026-04-25T03:41:03.788Z Compiling cfg-if v1.0.4
17872026-04-25T03:41:03.788Z Compiling version_check v0.9.5
17882026-04-25T03:41:03.788Z Compiling shlex v1.3.0
17892026-04-25T03:41:03.788Z Compiling find-msvc-tools v0.1.9
17902026-04-25T03:41:03.788Z Compiling typenum v1.19.0
17912026-04-25T03:41:03.930Z Compiling autocfg v1.5.0
17922026-04-25T03:41:03.933Z Compiling zmij v1.0.21
17932026-04-25T03:41:03.933Z Compiling serde_json v1.0.149
17942026-04-25T03:41:03.933Z Compiling memchr v2.8.0
17952026-04-25T03:41:04.063Z Compiling portable-atomic v1.13.1
17962026-04-25T03:41:04.241Z Compiling zerocopy v0.8.40
17972026-04-25T03:41:04.261Z Compiling libm v0.2.16
17982026-04-25T03:41:04.279Z Compiling generic-array v0.14.7
17992026-04-25T03:41:04.330Z Compiling smallvec v1.15.1
18002026-04-25T03:41:04.349Z Compiling icu_normalizer_data v2.1.1
18012026-04-25T03:41:04.365Z Compiling parking_lot_core v0.9.12
18022026-04-25T03:41:04.383Z Compiling num-traits v0.2.19
18032026-04-25T03:41:04.414Z Compiling icu_properties_data v2.1.2
18042026-04-25T03:41:04.467Z Compiling itoa v1.0.17
18052026-04-25T03:41:04.584Z Compiling getrandom v0.4.1
18062026-04-25T03:41:04.584Z Compiling log v0.4.29
18072026-04-25T03:41:04.636Z Compiling stable_deref_trait v1.2.1
18082026-04-25T03:41:04.639Z Compiling pkg-config v0.3.32
18092026-04-25T03:41:04.684Z Compiling subtle v2.6.1
18102026-04-25T03:41:04.888Z Compiling scopeguard v1.2.0
18112026-04-25T03:41:04.891Z Compiling writeable v0.6.2
18122026-04-25T03:41:05.000Z Compiling jobserver v0.1.34
18132026-04-25T03:41:05.041Z Compiling getrandom v0.2.17
18142026-04-25T03:41:05.091Z Compiling errno v0.3.14
18152026-04-25T03:41:05.165Z Compiling lock_api v0.4.14
18162026-04-25T03:41:05.180Z Compiling litemap v0.8.1
18172026-04-25T03:41:05.197Z Compiling rand_core v0.6.4
18182026-04-25T03:41:05.219Z Compiling cc v1.2.56
18192026-04-25T03:41:05.282Z Compiling percent-encoding v2.3.2
18202026-04-25T03:41:05.345Z Compiling thiserror v2.0.18
18212026-04-25T03:41:05.369Z Compiling fnv v1.0.7
18222026-04-25T03:41:05.466Z Compiling syn v2.0.117
18232026-04-25T03:41:05.500Z Compiling getrandom v0.3.4
18242026-04-25T03:41:05.503Z Compiling pin-project-lite v0.2.17
18252026-04-25T03:41:05.600Z Compiling critical-section v1.2.0
18262026-04-25T03:41:05.646Z Compiling equivalent v1.0.2
18272026-04-25T03:41:05.676Z Compiling allocator-api2 v0.2.21
18282026-04-25T03:41:05.679Z Compiling rustversion v1.0.22
18292026-04-25T03:41:05.694Z Compiling schemars v0.8.22
18302026-04-25T03:41:05.785Z Compiling dunce v1.0.5
18312026-04-25T03:41:05.788Z Compiling fs_extra v1.3.0
18322026-04-25T03:41:05.819Z Compiling foldhash v0.2.0
18332026-04-25T03:41:05.901Z Compiling rand_core v0.10.0
18342026-04-25T03:41:05.916Z Compiling utf8_iter v1.0.4
18352026-04-25T03:41:05.958Z Compiling form_urlencoded v1.2.2
18362026-04-25T03:41:06.044Z Compiling once_cell v1.21.3
18372026-04-25T03:41:06.078Z Compiling cmake v0.1.57
18382026-04-25T03:41:06.109Z Compiling hashbrown v0.16.1
18392026-04-25T03:41:06.268Z Compiling const-oid v0.9.6
18402026-04-25T03:41:06.319Z Compiling signal-hook-registry v1.4.8
18412026-04-25T03:41:06.402Z Compiling semver v1.0.27
18422026-04-25T03:41:06.457Z Compiling rustix v1.1.3
18432026-04-25T03:41:06.473Z Compiling socket2 v0.6.3
18442026-04-25T03:41:06.512Z Compiling mio v1.2.0
18452026-04-25T03:41:06.529Z Compiling ring v0.17.14
18462026-04-25T03:41:06.558Z Compiling aws-lc-sys v0.37.1
18472026-04-25T03:41:06.735Z Compiling bitflags v2.11.0
18482026-04-25T03:41:06.735Z Compiling indexmap v2.13.0
18492026-04-25T03:41:06.766Z Compiling parking_lot v0.12.5
18502026-04-25T03:41:06.779Z Compiling aws-lc-rs v1.16.0
18512026-04-25T03:41:06.796Z Compiling futures-core v0.3.32
18522026-04-25T03:41:06.812Z Compiling thiserror v1.0.69
18532026-04-25T03:41:06.815Z Compiling strsim v0.11.1
18542026-04-25T03:41:07.022Z Compiling httparse v1.10.1
18552026-04-25T03:41:07.025Z Compiling ucd-trie v0.1.7
18562026-04-25T03:41:07.108Z Compiling byteorder v1.5.0
18572026-04-25T03:41:07.191Z Compiling pest v2.8.6
18582026-04-25T03:41:07.267Z Compiling ident_case v1.0.1
18592026-04-25T03:41:07.292Z Compiling syn v1.0.109
18602026-04-25T03:41:07.347Z Compiling vcpkg v0.2.15
18612026-04-25T03:41:07.365Z Compiling iana-time-zone v0.1.65
18622026-04-25T03:41:07.413Z Compiling heck v0.5.0
18632026-04-25T03:41:07.447Z Compiling uuid v1.23.0
18642026-04-25T03:41:07.479Z Compiling cpufeatures v0.2.17
18652026-04-25T03:41:07.564Z Compiling regex-syntax v0.8.10
18662026-04-25T03:41:07.787Z Compiling rustc_version v0.4.1
18672026-04-25T03:41:07.874Z Compiling futures-sink v0.3.32
18682026-04-25T03:41:07.908Z Compiling rustls v0.23.37
18692026-04-25T03:41:07.939Z Compiling openssl-sys v0.9.111
18702026-04-25T03:41:08.024Z Compiling futures-channel v0.3.32
18712026-04-25T03:41:08.103Z Compiling slab v0.4.12
18722026-04-25T03:41:08.132Z Compiling futures-io v0.3.32
18732026-04-25T03:41:08.152Z Compiling futures-task v0.3.32
18742026-04-25T03:41:08.282Z Compiling synstructure v0.13.2
18752026-04-25T03:41:08.282Z Compiling serde_derive_internals v0.29.1
18762026-04-25T03:41:08.315Z Compiling pest_meta v2.8.6
18772026-04-25T03:41:08.365Z Compiling dyn-clone v1.0.20
18782026-04-25T03:41:08.383Z Compiling plain v0.2.3
18792026-04-25T03:41:08.418Z Compiling aho-corasick v1.1.4
18802026-04-25T03:41:08.439Z Compiling num-conv v0.2.0
18812026-04-25T03:41:08.496Z Compiling crossbeam-utils v0.8.21
18822026-04-25T03:41:08.527Z Compiling time-core v0.1.8
18832026-04-25T03:41:08.695Z Compiling time-macros v0.2.27
18842026-04-25T03:41:08.728Z Compiling base64 v0.22.1
18852026-04-25T03:41:08.805Z Compiling pretty-hex v0.4.1
18862026-04-25T03:41:08.822Z Compiling openssl v0.10.75
18872026-04-25T03:41:08.955Z Compiling pest_generator v2.8.6
18882026-04-25T03:41:09.082Z Compiling anyhow v1.0.102
18892026-04-25T03:41:09.112Z Compiling base64ct v1.8.3
18902026-04-25T03:41:09.131Z Compiling crc32fast v1.5.0
18912026-04-25T03:41:09.148Z Compiling darling_core v0.21.3
18922026-04-25T03:41:09.241Z Compiling regex-automata v0.4.14
18932026-04-25T03:41:09.257Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18942026-04-25T03:41:09.397Z Compiling pem-rfc7468 v0.7.0
18952026-04-25T03:41:09.414Z Compiling flagset v0.4.7
18962026-04-25T03:41:09.431Z Compiling native-tls v0.2.18
18972026-04-25T03:41:09.450Z Compiling rand_core v0.9.5
18982026-04-25T03:41:09.534Z Compiling serde_derive v1.0.228
18992026-04-25T03:41:09.566Z Compiling zeroize_derive v1.4.3
19002026-04-25T03:41:09.582Z Compiling zerofrom-derive v0.1.6
19012026-04-25T03:41:09.608Z Compiling yoke-derive v0.8.1
19022026-04-25T03:41:09.654Z Compiling zerovec-derive v0.11.2
19032026-04-25T03:41:09.684Z Compiling displaydoc v0.2.5
19042026-04-25T03:41:09.701Z Compiling zerocopy-derive v0.8.40
19052026-04-25T03:41:09.704Z Compiling tokio-macros v2.7.0
19062026-04-25T03:41:09.704Z Compiling futures-macro v0.3.32
19072026-04-25T03:41:09.749Z Compiling thiserror-impl v2.0.18
19082026-04-25T03:41:09.832Z Compiling schemars_derive v0.8.22
19092026-04-25T03:41:10.179Z Compiling zeroize v1.8.2
19102026-04-25T03:41:10.456Z Compiling der_derive v0.7.3
19112026-04-25T03:41:10.517Z Compiling tracing-attributes v0.1.31
19122026-04-25T03:41:10.601Z Compiling thiserror-impl v1.0.69
19132026-04-25T03:41:10.702Z Compiling pest_derive v2.8.6
19142026-04-25T03:41:10.728Z Compiling zerofrom v0.1.6
19152026-04-25T03:41:10.881Z Compiling yoke v0.8.1
19162026-04-25T03:41:10.948Z Compiling crypto-common v0.1.7
19172026-04-25T03:41:11.001Z Compiling block-buffer v0.10.4
19182026-04-25T03:41:11.069Z Compiling zerovec v0.11.5
19192026-04-25T03:41:11.085Z Compiling zerotrie v0.2.3
19202026-04-25T03:41:11.190Z Compiling digest v0.10.7
19212026-04-25T03:41:11.262Z Compiling futures-util v0.3.32
19222026-04-25T03:41:11.372Z Compiling block-padding v0.3.3
19232026-04-25T03:41:11.528Z Compiling hmac v0.12.1
19242026-04-25T03:41:11.543Z Compiling inout v0.1.4
19252026-04-25T03:41:11.561Z Compiling sha2 v0.10.9
19262026-04-25T03:41:11.592Z Compiling tinystr v0.8.2
19272026-04-25T03:41:11.649Z Compiling potential_utf v0.1.4
19282026-04-25T03:41:11.682Z Compiling cipher v0.4.4
19292026-04-25T03:41:11.715Z Compiling rustls-pki-types v1.14.0
19302026-04-25T03:41:11.718Z Compiling scroll_derive v0.13.1
19312026-04-25T03:41:11.827Z Compiling icu_locale_core v2.1.1
19322026-04-25T03:41:11.847Z Compiling icu_collections v2.1.1
19332026-04-25T03:41:11.924Z Compiling scroll_derive v0.12.1
19342026-04-25T03:41:12.510Z Compiling openssl-macros v0.1.1
19352026-04-25T03:41:12.574Z Compiling icu_provider v2.1.1
19362026-04-25T03:41:12.613Z Compiling regex v1.12.3
19372026-04-25T03:41:12.629Z Compiling der v0.7.10
19382026-04-25T03:41:12.776Z Compiling bytes v1.11.1
19392026-04-25T03:41:12.860Z Compiling icu_properties v2.1.2
19402026-04-25T03:41:12.878Z Compiling icu_normalizer v2.1.1
19412026-04-25T03:41:12.920Z Compiling chrono v0.4.44
19422026-04-25T03:41:13.015Z Compiling serde_tokenstream v0.2.3
19432026-04-25T03:41:13.042Z Compiling darling_macro v0.21.3
19442026-04-25T03:41:13.327Z Compiling tokio v1.52.1
19452026-04-25T03:41:13.709Z Compiling http v1.4.0
19462026-04-25T03:41:13.756Z Compiling idna_adapter v1.2.1
19472026-04-25T03:41:13.920Z Compiling idna v1.1.0
19482026-04-25T03:41:13.972Z Compiling ppv-lite86 v0.2.21
19492026-04-25T03:41:14.037Z Compiling zerocopy-derive v0.7.35
19502026-04-25T03:41:14.310Z Compiling url v2.5.8
19512026-04-25T03:41:14.362Z Compiling slog v2.8.2
19522026-04-25T03:41:14.379Z Compiling tracing-core v0.1.36
19532026-04-25T03:41:14.418Z Compiling untrusted v0.9.0
19542026-04-25T03:41:14.569Z Compiling darling v0.21.3
19552026-04-25T03:41:14.584Z Compiling spki v0.7.3
19562026-04-25T03:41:14.775Z Compiling tracing v0.1.44
19572026-04-25T03:41:14.809Z Compiling salsa20 v0.10.2
19582026-04-25T03:41:14.835Z Compiling pbkdf2 v0.12.2
19592026-04-25T03:41:15.393Z Compiling cookie v0.18.1
19602026-04-25T03:41:15.413Z Compiling camino v1.2.2
19612026-04-25T03:41:15.627Z Compiling scrypt v0.11.0
19622026-04-25T03:41:15.643Z Compiling rand_chacha v0.9.0
19632026-04-25T03:41:15.646Z Compiling cbc v0.1.2
19642026-04-25T03:41:15.724Z Compiling aes v0.8.4
19652026-04-25T03:41:16.109Z Compiling usdt-impl v0.5.0
19662026-04-25T03:41:16.199Z Compiling either v1.15.0
19672026-04-25T03:41:16.240Z Compiling winnow v0.7.14
19682026-04-25T03:41:16.308Z Compiling usdt-impl v0.6.0
19692026-04-25T03:41:16.348Z Compiling paste v1.0.15
19702026-04-25T03:41:16.410Z Compiling ref-cast v1.0.25
19712026-04-25T03:41:16.684Z Compiling pkcs5 v0.7.1
19722026-04-25T03:41:16.702Z Compiling rand v0.9.2
19732026-04-25T03:41:16.719Z Compiling http-body v1.0.1
19742026-04-25T03:41:16.868Z Compiling serde_spanned v0.6.9
19752026-04-25T03:41:16.893Z Compiling toml_datetime v0.6.11
19762026-04-25T03:41:16.985Z Compiling scroll v0.12.0
19772026-04-25T03:41:17.026Z Compiling scroll v0.13.0
19782026-04-25T03:41:17.104Z Compiling heapless v0.7.17
19792026-04-25T03:41:17.171Z Compiling tokio-util v0.7.18
19802026-04-25T03:41:17.246Z Compiling bzip2-sys v0.1.13+1.0.8
19812026-04-25T03:41:17.288Z Compiling openssl-probe v0.2.1
19822026-04-25T03:41:17.318Z Compiling untrusted v0.7.1
19832026-04-25T03:41:17.444Z Compiling zstd-safe v7.2.4
19842026-04-25T03:41:17.465Z Compiling signal-hook v0.3.18
19852026-04-25T03:41:17.547Z Compiling atomic-waker v1.1.2
19862026-04-25T03:41:17.679Z Compiling toml_parser v1.0.9+spec-1.1.0
19872026-04-25T03:41:17.682Z Compiling goblin v0.10.5
19882026-04-25T03:41:17.713Z Compiling goblin v0.8.2
19892026-04-25T03:41:17.743Z Compiling pkcs8 v0.10.2
19902026-04-25T03:41:18.145Z Compiling zerocopy v0.7.35
19912026-04-25T03:41:18.219Z Compiling ref-cast-impl v1.0.25
19922026-04-25T03:41:18.264Z Compiling darling_core v0.20.11
19932026-04-25T03:41:18.455Z Compiling curve25519-dalek v4.1.3
19942026-04-25T03:41:18.536Z Compiling toml_datetime v0.7.5+spec-1.1.0
19952026-04-25T03:41:18.576Z Compiling memoffset v0.9.1
19962026-04-25T03:41:18.735Z Compiling tinyvec_macros v0.1.1
19972026-04-25T03:41:18.780Z Compiling winnow v0.5.40
19982026-04-25T03:41:18.795Z Compiling try-lock v0.2.5
19992026-04-25T03:41:18.981Z Compiling tower-service v0.3.3
20002026-04-25T03:41:18.988Z Compiling tower-layer v0.3.3
20012026-04-25T03:41:19.090Z Compiling rustix v0.38.44
20022026-04-25T03:41:19.310Z Compiling fastrand v2.3.0
20032026-04-25T03:41:19.339Z Compiling litrs v1.0.0
20042026-04-25T03:41:19.561Z Compiling want v0.3.1
20052026-04-25T03:41:19.648Z Compiling h2 v0.4.13
20062026-04-25T03:41:19.760Z Compiling tinyvec v1.10.0
20072026-04-25T03:41:19.807Z Compiling document-features v0.2.12
20082026-04-25T03:41:20.121Z Compiling toml_edit v0.19.15
20092026-04-25T03:41:20.140Z Compiling dof v0.3.0
20102026-04-25T03:41:20.213Z Compiling darling_macro v0.20.11
20112026-04-25T03:41:20.447Z Compiling dof v0.4.0
20122026-04-25T03:41:20.632Z Compiling dtrace-parser v0.2.0
20132026-04-25T03:41:20.722Z Compiling dtrace-parser v0.3.0
20142026-04-25T03:41:20.783Z Compiling ipnet v2.11.0
20152026-04-25T03:41:21.077Z Compiling daft-derive v0.1.5
20162026-04-25T03:41:21.099Z Compiling async-trait v0.1.89
20172026-04-25T03:41:21.243Z Compiling spin v0.9.8
20182026-04-25T03:41:21.265Z Compiling thread-id v4.2.2
20192026-04-25T03:41:21.325Z Compiling thread-id v5.1.0
20202026-04-25T03:41:21.365Z Compiling httpdate v1.0.3
20212026-04-25T03:41:21.481Z Compiling powerfmt v0.2.0
20222026-04-25T03:41:21.571Z Compiling num-bigint-dig v0.8.6
20232026-04-25T03:41:21.595Z Compiling pin-utils v0.1.0
20242026-04-25T03:41:21.598Z Compiling foreign-types-shared v0.1.1
20252026-04-25T03:41:21.687Z Compiling cfg_aliases v0.2.1
20262026-04-25T03:41:21.768Z Compiling smoltcp v0.9.1
20272026-04-25T03:41:21.771Z Compiling tempfile v3.25.0
20282026-04-25T03:41:21.803Z Compiling foreign-types v0.3.2
20292026-04-25T03:41:21.803Z Compiling nix v0.31.2
20302026-04-25T03:41:21.803Z Compiling deranged v0.5.8
20312026-04-25T03:41:22.128Z Compiling darling v0.20.11
20322026-04-25T03:41:22.233Z Compiling ipnetwork v0.21.1
20332026-04-25T03:41:22.431Z Compiling curve25519-dalek-derive v0.1.1
20342026-04-25T03:41:22.465Z Compiling strum_macros v0.26.4
20352026-04-25T03:41:22.650Z Compiling wait-timeout v0.2.1
20362026-04-25T03:41:22.690Z Compiling hyper v1.8.1
20372026-04-25T03:41:22.842Z Compiling anstyle v1.0.13
20382026-04-25T03:41:22.903Z Compiling siphasher v1.0.2
20392026-04-25T03:41:23.079Z Compiling bit-vec v0.8.0
20402026-04-25T03:41:23.112Z Compiling utf8parse v0.2.2
20412026-04-25T03:41:23.258Z Compiling num_threads v0.1.7
20422026-04-25T03:41:23.261Z Compiling quick-error v1.2.3
20432026-04-25T03:41:23.355Z Compiling simd-adler32 v0.3.8
20442026-04-25T03:41:23.384Z Compiling rusty-fork v0.3.1
20452026-04-25T03:41:23.415Z Compiling bit-set v0.8.0
20462026-04-25T03:41:23.433Z Compiling anstyle-parse v0.2.7
20472026-04-25T03:41:23.482Z Compiling time v0.3.47
20482026-04-25T03:41:23.820Z Compiling hyper-util v0.1.20
20492026-04-25T03:41:24.054Z Compiling derive_builder_core v0.20.2
20502026-04-25T03:41:24.156Z Compiling unicode-normalization v0.1.25
20512026-04-25T03:41:24.625Z Compiling rustls-native-certs v0.8.3
20522026-04-25T03:41:24.857Z Compiling signature v2.2.0
20532026-04-25T03:41:24.889Z Compiling hubpack_derive v0.1.1
20542026-04-25T03:41:24.993Z Compiling rand_xorshift v0.4.0
20552026-04-25T03:41:25.032Z Compiling strum_macros v0.27.2
20562026-04-25T03:41:25.155Z Compiling sync_wrapper v1.0.2
20572026-04-25T03:41:25.309Z Compiling fs-err v3.3.0
20582026-04-25T03:41:25.348Z Compiling ahash v0.8.12
20592026-04-25T03:41:25.471Z Compiling unarray v0.1.4
20602026-04-25T03:41:25.490Z Compiling adler2 v2.0.1
20612026-04-25T03:41:25.542Z Compiling is_terminal_polyfill v1.70.2
20622026-04-25T03:41:25.572Z Compiling unicode-bidi v0.3.18
20632026-04-25T03:41:25.572Z Compiling unicode-properties v0.1.4
20642026-04-25T03:41:25.625Z Compiling anstyle-query v1.1.5
20652026-04-25T03:41:25.640Z Compiling object v0.37.3
20662026-04-25T03:41:25.659Z Compiling colorchoice v1.0.4
20672026-04-25T03:41:25.727Z Compiling unicode-segmentation v1.12.0
20682026-04-25T03:41:25.788Z Compiling anstream v0.6.21
20692026-04-25T03:41:25.820Z Compiling miniz_oxide v0.8.9
20702026-04-25T03:41:25.820Z Compiling proptest v1.10.0
20712026-04-25T03:41:26.093Z Compiling stringprep v0.1.5
20722026-04-25T03:41:26.228Z Compiling tower v0.5.3
20732026-04-25T03:41:26.379Z Compiling derive_builder_macro v0.20.2
20742026-04-25T03:41:26.412Z Compiling usdt-attr-macro v0.6.0
20752026-04-25T03:41:26.469Z Compiling usdt-macro v0.6.0
20762026-04-25T03:41:27.040Z Compiling http-body-util v0.1.3
20772026-04-25T03:41:27.194Z Compiling webpki-roots v1.0.6
20782026-04-25T03:41:27.346Z Compiling rand_chacha v0.3.1
20792026-04-25T03:41:27.349Z Compiling erased-serde v0.3.31
20802026-04-25T03:41:27.379Z Compiling md-5 v0.10.6
20812026-04-25T03:41:27.528Z Compiling num-integer v0.1.46
20822026-04-25T03:41:27.550Z Compiling hash32 v0.2.1
20832026-04-25T03:41:27.630Z Compiling vergen-lib v0.1.6
20842026-04-25T03:41:27.647Z Compiling ff v0.13.1
20852026-04-25T03:41:27.739Z Compiling ryu v1.0.23
20862026-04-25T03:41:27.755Z Compiling base16ct v0.2.0
20872026-04-25T03:41:27.772Z Compiling psl-types v2.0.11
20882026-04-25T03:41:27.775Z Compiling zlib-rs v0.6.2
20892026-04-25T03:41:27.848Z Compiling fallible-iterator v0.2.0
20902026-04-25T03:41:27.917Z Compiling iri-string v0.7.10
20912026-04-25T03:41:27.934Z Compiling sec1 v0.7.3
20922026-04-25T03:41:27.969Z Compiling publicsuffix v2.3.0
20932026-04-25T03:41:28.004Z Compiling serde_urlencoded v0.7.1
20942026-04-25T03:41:28.055Z Compiling newtype-uuid v1.3.2
20952026-04-25T03:41:28.089Z Compiling group v0.13.0
20962026-04-25T03:41:28.089Z Compiling num-iter v0.1.45
20972026-04-25T03:41:28.153Z Compiling postgres-protocol v0.6.10
20982026-04-25T03:41:28.320Z Compiling rand v0.8.5
20992026-04-25T03:41:28.421Z Compiling oxnet v0.1.4
21002026-04-25T03:41:28.664Z Compiling derive_builder v0.20.2
21012026-04-25T03:41:28.753Z Compiling tokio-native-tls v0.3.1
21022026-04-25T03:41:28.767Z Compiling heck v0.4.1
21032026-04-25T03:41:28.786Z Compiling phf_shared v0.13.1
21042026-04-25T03:41:28.868Z Compiling lazy_static v1.5.0
21052026-04-25T03:41:28.965Z Compiling terminal_size v0.4.3
21062026-04-25T03:41:28.982Z Compiling serde_with_macros v3.17.0
21072026-04-25T03:41:28.998Z Compiling cargo-platform v0.1.9
21082026-04-25T03:41:29.031Z Compiling hkdf v0.12.4
21092026-04-25T03:41:29.035Z Compiling crypto-bigint v0.5.5
21102026-04-25T03:41:29.080Z Compiling tower-http v0.6.8
21112026-04-25T03:41:29.110Z Compiling serde_repr v0.1.20
21122026-04-25T03:41:29.129Z Compiling clap_derive v4.5.55
21132026-04-25T03:41:29.166Z Compiling enum-as-inner v0.6.1
21142026-04-25T03:41:29.249Z Compiling vergen v9.0.6
21152026-04-25T03:41:29.252Z Compiling clap_lex v1.0.0
21162026-04-25T03:41:29.298Z Compiling bitflags v1.3.2
21172026-04-25T03:41:29.387Z Compiling managed v0.8.0
21182026-04-25T03:41:29.419Z Compiling foldhash v0.1.5
21192026-04-25T03:41:29.534Z Compiling libbz2-rs-sys v0.2.2
21202026-04-25T03:41:29.643Z Compiling bumpalo v3.20.2
21212026-04-25T03:41:29.745Z Compiling hashbrown v0.15.5
21222026-04-25T03:41:29.823Z Compiling flate2 v1.1.9
21232026-04-25T03:41:29.903Z Compiling zopfli v0.8.3
21242026-04-25T03:41:29.926Z Compiling clap_builder v4.5.60
21252026-04-25T03:41:30.002Z Compiling elliptic-curve v0.13.8
21262026-04-25T03:41:30.083Z Compiling bzip2 v0.6.1
21272026-04-25T03:41:30.213Z Compiling cargo_metadata v0.19.2
21282026-04-25T03:41:30.359Z Compiling zstd v0.13.3
21292026-04-25T03:41:30.453Z Compiling phf v0.13.1
21302026-04-25T03:41:30.470Z Compiling hyper-tls v0.6.0
21312026-04-25T03:41:30.607Z Compiling signal-hook-mio v0.2.5
21322026-04-25T03:41:30.625Z Compiling daft v0.1.5
21332026-04-25T03:41:30.642Z Compiling cookie_store v0.22.1
21342026-04-25T03:41:30.712Z Compiling postgres-types v0.2.12
21352026-04-25T03:41:30.744Z Compiling bzip2 v0.4.4
21362026-04-25T03:41:30.747Z Compiling strum v0.27.2
21372026-04-25T03:41:30.926Z Compiling hubpack v0.1.2
21382026-04-25T03:41:30.974Z Compiling ed25519 v2.2.3
21392026-04-25T03:41:31.027Z Compiling phf_shared v0.11.3
21402026-04-25T03:41:31.227Z Compiling crossbeam-epoch v0.9.18
21412026-04-25T03:41:31.243Z Compiling pkcs1 v0.7.5
21422026-04-25T03:41:31.295Z Compiling hex v0.4.3
21432026-04-25T03:41:31.336Z Compiling serde-big-array v0.5.1
21442026-04-25T03:41:31.494Z Compiling rfc6979 v0.4.0
21452026-04-25T03:41:31.539Z Compiling bstr v1.12.1
21462026-04-25T03:41:31.636Z Compiling float-cmp v0.10.0
21472026-04-25T03:41:31.656Z Compiling memmap2 v0.9.10
21482026-04-25T03:41:31.659Z Compiling env_filter v1.0.0
21492026-04-25T03:41:31.766Z Compiling encoding_rs v0.8.35
21502026-04-25T03:41:31.781Z Compiling rustc-hash v2.1.1
21512026-04-25T03:41:31.806Z Compiling precomputed-hash v0.1.1
21522026-04-25T03:41:31.853Z Compiling normalize-line-endings v0.3.0
21532026-04-25T03:41:31.881Z Compiling predicates-core v1.0.10
21542026-04-25T03:41:31.911Z Compiling jiff v0.2.21
21552026-04-25T03:41:31.926Z Compiling static_assertions v1.1.0
21562026-04-25T03:41:31.955Z Compiling fixedbitset v0.5.7
21572026-04-25T03:41:31.971Z Compiling fixedbitset v0.4.2
21582026-04-25T03:41:32.026Z Compiling keccak v0.1.6
21592026-04-25T03:41:32.075Z Compiling difflib v0.4.0
21602026-04-25T03:41:32.097Z Compiling whoami v2.1.0
21612026-04-25T03:41:32.194Z Compiling new_debug_unreachable v1.0.6
21622026-04-25T03:41:32.221Z Compiling data-encoding v2.10.0
21632026-04-25T03:41:32.266Z Compiling mime v0.3.17
21642026-04-25T03:41:32.283Z Compiling toml_write v0.1.2
21652026-04-25T03:41:32.300Z Compiling string_cache v0.8.9
21662026-04-25T03:41:32.444Z Compiling tokio-postgres v0.7.16
21672026-04-25T03:41:32.507Z Compiling toml_edit v0.22.27
21682026-04-25T03:41:32.524Z Compiling hickory-proto v0.25.2
21692026-04-25T03:41:32.538Z Compiling predicates v3.1.4
21702026-04-25T03:41:32.781Z Compiling sha3 v0.10.8
21712026-04-25T03:41:32.802Z Compiling petgraph v0.8.3
21722026-04-25T03:41:33.086Z Compiling petgraph v0.6.5
21732026-04-25T03:41:33.157Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21742026-04-25T03:41:33.174Z Compiling similar v2.7.0
21752026-04-25T03:41:33.174Z Compiling iddqd v0.3.18
21762026-04-25T03:41:33.906Z Compiling env_logger v0.11.9
21772026-04-25T03:41:34.238Z Compiling usdt v0.6.0
21782026-04-25T03:41:34.532Z Compiling zip v4.6.1
21792026-04-25T03:41:34.675Z Compiling ecdsa v0.16.9
21802026-04-25T03:41:34.749Z Compiling serde_with v3.17.0
21812026-04-25T03:41:34.823Z Compiling rsa v0.9.10
21822026-04-25T03:41:34.864Z Compiling clap v4.5.60
21832026-04-25T03:41:35.080Z Compiling crossterm v0.28.1
21842026-04-25T03:41:35.436Z Compiling ed25519-dalek v2.2.0
21852026-04-25T03:41:35.846Z Compiling zip v0.6.6
21862026-04-25T03:41:36.043Z Compiling strum v0.26.3
21872026-04-25T03:41:36.192Z Compiling toml v0.7.8
21882026-04-25T03:41:36.269Z Compiling tokio-stream v0.1.18
21892026-04-25T03:41:36.319Z Compiling buf-list v1.1.2
21902026-04-25T03:41:36.350Z Compiling itertools v0.13.0
21912026-04-25T03:41:36.454Z Compiling x509-cert v0.2.5
21922026-04-25T03:41:36.606Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21932026-04-25T03:41:36.762Z Compiling openapiv3 v2.2.0
21942026-04-25T03:41:36.808Z Compiling sha1 v0.10.6
21952026-04-25T03:41:37.144Z Compiling lalrpop-util v0.19.12
21962026-04-25T03:41:37.450Z Compiling peg-runtime v0.8.5
21972026-04-25T03:41:53.868Z Compiling macaddr v1.0.1
21982026-04-25T03:41:54.005Z Compiling structmeta-derive v0.3.0
21992026-04-25T03:41:54.023Z Compiling rayon-core v1.13.0
22002026-04-25T03:41:54.026Z Compiling crucible-workspace-hack v0.1.0
22012026-04-25T03:41:54.166Z Compiling itertools v0.14.0
22022026-04-25T03:41:54.275Z Compiling secrecy v0.10.3
22032026-04-25T03:41:54.290Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22042026-04-25T03:41:54.391Z Compiling rustls v0.22.4
22052026-04-25T03:41:54.461Z Compiling heapless v0.8.0
22062026-04-25T03:41:54.698Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-04-25T03:41:54.714Z Compiling crossbeam-deque v0.8.6
22082026-04-25T03:41:54.867Z Compiling toml_edit v0.23.10+spec-1.0.0
22092026-04-25T03:41:54.922Z Compiling rustls-webpki v0.102.8
22102026-04-25T03:41:54.938Z Compiling futures-executor v0.3.32
22112026-04-25T03:41:54.959Z Compiling hash32 v0.3.1
22122026-04-25T03:41:55.050Z Compiling structmeta v0.3.0
22132026-04-25T03:41:55.067Z Compiling multer v3.1.0
22142026-04-25T03:41:55.147Z Compiling thread_local v1.1.9
22152026-04-25T03:41:55.180Z Compiling unicode-width v0.2.0
22162026-04-25T03:41:55.279Z Compiling slog-async v2.8.0
22172026-04-25T03:41:55.296Z Compiling smoltcp v0.11.0
22182026-04-25T03:41:55.366Z Compiling match_cfg v0.1.0
22192026-04-25T03:41:55.419Z Compiling ingot-macros v0.1.1
22202026-04-25T03:41:55.442Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22212026-04-25T03:41:55.463Z Compiling hostname v0.3.1
22222026-04-25T03:41:55.515Z Compiling proc-macro-crate v3.4.0
22232026-04-25T03:41:55.675Z Compiling derive-ex v0.1.8
22242026-04-25T03:41:55.690Z Compiling futures v0.3.32
22252026-04-25T03:41:55.803Z Compiling slog-json v2.6.1
22262026-04-25T03:41:55.819Z Compiling crossbeam-channel v0.5.15
22272026-04-25T03:41:55.978Z Compiling half v2.7.1
22282026-04-25T03:41:55.995Z Compiling newtype-uuid-macros v0.1.0
22292026-04-25T03:41:56.075Z Compiling cobs v0.3.0
22302026-04-25T03:41:56.234Z Compiling thiserror-impl-no-std v2.0.2
22312026-04-25T03:41:56.345Z Compiling universal-hash v0.5.1
22322026-04-25T03:41:56.369Z Compiling async-stream-impl v0.3.6
22332026-04-25T03:41:56.515Z Compiling rustls-webpki v0.103.9
22342026-04-25T03:41:56.532Z Compiling serde_spanned v1.0.4
22352026-04-25T03:41:56.709Z Compiling is-terminal v0.4.17
22362026-04-25T03:41:56.725Z Compiling dropshot v0.16.7
22372026-04-25T03:41:56.754Z Compiling proc-macro-error-attr v1.0.4
22382026-04-25T03:41:56.812Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22392026-04-25T03:41:56.827Z Compiling term v1.2.1
22402026-04-25T03:41:56.947Z Compiling take_mut v0.2.2
22412026-04-25T03:41:56.964Z Compiling opaque-debug v0.3.1
22422026-04-25T03:41:56.980Z Compiling ciborium-io v0.2.2
22432026-04-25T03:41:57.050Z Compiling convert_case v0.4.0
22442026-04-25T03:41:57.104Z Compiling toml_writer v1.0.6+spec-1.1.0
22452026-04-25T03:41:57.121Z Compiling ciborium-ll v0.2.2
22462026-04-25T03:41:57.229Z Compiling test-strategy v0.4.5
22472026-04-25T03:41:57.261Z Compiling slog-term v2.9.2
22482026-04-25T03:41:57.288Z Compiling thiserror-no-std v2.0.2
22492026-04-25T03:41:57.364Z Compiling toml v0.9.12+spec-1.1.0
22502026-04-25T03:41:57.385Z Compiling derive_more v0.99.20
22512026-04-25T03:41:57.404Z Compiling poly1305 v0.8.0
22522026-04-25T03:41:57.690Z Compiling tokio-rustls v0.25.0
22532026-04-25T03:41:57.958Z Compiling async-stream v0.3.6
22542026-04-25T03:41:57.997Z Compiling ingot-types v0.1.2
22552026-04-25T03:41:58.133Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22562026-04-25T03:41:58.168Z Compiling postcard v1.1.3
22572026-04-25T03:41:58.479Z Compiling ingot v0.1.1
22582026-04-25T03:41:58.534Z Compiling num_enum_derive v0.7.5
22592026-04-25T03:41:58.550Z Compiling slog-bunyan v2.5.0
22602026-04-25T03:41:58.669Z Compiling parse-display-derive v0.10.0
22612026-04-25T03:41:58.706Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22622026-04-25T03:41:58.748Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22632026-04-25T03:41:59.002Z Compiling proc-macro-crate v1.3.1
22642026-04-25T03:41:59.374Z Compiling backon v1.6.0
22652026-04-25T03:41:59.469Z Compiling waitgroup v0.1.2
22662026-04-25T03:41:59.485Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22672026-04-25T03:41:59.501Z Compiling password-hash v0.5.0
22682026-04-25T03:41:59.589Z Compiling dropshot_endpoint v0.16.7
22692026-04-25T03:41:59.651Z Compiling chacha20 v0.9.1
22702026-04-25T03:41:59.667Z Compiling rustls-pemfile v2.2.0
22712026-04-25T03:41:59.739Z Compiling blake2 v0.10.6
22722026-04-25T03:41:59.924Z Compiling aead v0.5.2
22732026-04-25T03:41:59.972Z Compiling foreign-types-macros v0.2.3
22742026-04-25T03:41:59.990Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22752026-04-25T03:42:00.143Z Compiling tokio-rustls v0.26.4
22762026-04-25T03:42:00.172Z Compiling rustls-platform-verifier v0.6.2
22772026-04-25T03:42:00.257Z Compiling serde_path_to_error v0.1.20
22782026-04-25T03:42:00.316Z Compiling hostname v0.4.2
22792026-04-25T03:42:00.385Z Compiling hyper-rustls v0.27.7
22802026-04-25T03:42:00.418Z Compiling proc-macro-error v1.0.4
22812026-04-25T03:42:00.445Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22822026-04-25T03:42:00.473Z Compiling instant v0.1.13
22832026-04-25T03:42:00.503Z Compiling cpufeatures v0.3.0
22842026-04-25T03:42:00.564Z Compiling debug-ignore v1.0.5
22852026-04-25T03:42:00.597Z Compiling typeid v1.0.3
22862026-04-25T03:42:00.615Z Compiling foreign-types-shared v0.3.1
22872026-04-25T03:42:00.633Z Compiling backoff v0.4.0
22882026-04-25T03:42:00.654Z Compiling reqwest v0.13.2
22892026-04-25T03:42:00.672Z Compiling reqwest v0.12.28
22902026-04-25T03:42:00.732Z Compiling foreign-types v0.5.0
22912026-04-25T03:42:00.762Z Compiling chacha20 v0.10.0
22922026-04-25T03:42:00.765Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22932026-04-25T03:42:00.791Z Compiling parse-display v0.10.0
22942026-04-25T03:42:00.834Z Compiling chacha20poly1305 v0.10.1
22952026-04-25T03:42:00.879Z Compiling argon2 v0.5.3
22962026-04-25T03:42:00.882Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22972026-04-25T03:42:00.967Z Compiling num_enum v0.7.5
22982026-04-25T03:42:01.006Z Compiling num_enum_derive v0.5.11
22992026-04-25T03:42:01.077Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23002026-04-25T03:42:01.517Z Compiling vsss-rs v3.3.4
23012026-04-25T03:42:01.557Z Compiling ciborium v0.2.2
23022026-04-25T03:42:01.689Z Compiling tabwriter v1.4.1
23032026-04-25T03:42:01.795Z Compiling byte-wrapper v0.1.0
23042026-04-25T03:42:01.863Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23052026-04-25T03:42:01.924Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23062026-04-25T03:42:01.940Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23072026-04-25T03:42:02.112Z Compiling regress v0.10.5
23082026-04-25T03:42:02.382Z Compiling cstr-argument v0.1.2
23092026-04-25T03:42:02.408Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23102026-04-25T03:42:02.445Z Compiling erased-serde v0.4.9
23112026-04-25T03:42:02.583Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23122026-04-25T03:42:02.644Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23132026-04-25T03:42:02.667Z Compiling num_enum v0.5.11
23142026-04-25T03:42:02.756Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23152026-04-25T03:42:02.799Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23162026-04-25T03:42:02.832Z Compiling rand v0.10.0
23172026-04-25T03:42:03.017Z Compiling rayon v1.11.0
23182026-04-25T03:42:03.033Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23192026-04-25T03:42:03.083Z Compiling colored v3.1.1
23202026-04-25T03:42:03.100Z Compiling indent_write v2.2.0
23212026-04-25T03:42:03.123Z Compiling libefi-sys v0.1.0
23222026-04-25T03:42:03.285Z Compiling zone_cfg_derive v0.3.1
23232026-04-25T03:42:03.364Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23242026-04-25T03:42:03.396Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23252026-04-25T03:42:03.410Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23262026-04-25T03:42:03.643Z Compiling camino-tempfile v1.4.1
23272026-04-25T03:42:03.799Z Compiling itertools v0.12.1
23282026-04-25T03:42:03.919Z Compiling usdt-macro v0.5.0
23292026-04-25T03:42:03.956Z Compiling usdt-attr-macro v0.5.0
23302026-04-25T03:42:03.974Z Compiling num-derive v0.4.2
23312026-04-25T03:42:03.977Z Compiling bitfield-struct v0.6.2
23322026-04-25T03:42:04.083Z Compiling blake3 v1.8.3
23332026-04-25T03:42:04.118Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23342026-04-25T03:42:04.456Z Compiling ordered-float v2.10.1
23352026-04-25T03:42:04.474Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23362026-04-25T03:42:04.633Z Compiling memmap v0.7.0
23372026-04-25T03:42:04.637Z Compiling sigpipe v0.1.3
23382026-04-25T03:42:04.711Z Compiling swrite v0.1.0
23392026-04-25T03:42:04.759Z Compiling glob v0.3.3
23402026-04-25T03:42:04.776Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23412026-04-25T03:42:04.844Z Compiling usdt v0.5.0
23422026-04-25T03:42:04.888Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23432026-04-25T03:42:04.903Z Compiling serde-value v0.7.0
23442026-04-25T03:42:04.921Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23452026-04-25T03:42:04.945Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23462026-04-25T03:42:05.239Z Compiling zone v0.3.1
23472026-04-25T03:42:05.278Z Compiling serde-untagged v0.1.9
23482026-04-25T03:42:05.498Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23492026-04-25T03:42:05.588Z Compiling toml v0.8.23
23502026-04-25T03:42:05.615Z Compiling smf v0.2.3
23512026-04-25T03:42:05.632Z Compiling filetime v0.2.27
23522026-04-25T03:42:05.661Z Compiling xattr v1.6.1
23532026-04-25T03:42:05.695Z Compiling same-file v1.0.6
23542026-04-25T03:42:05.742Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23552026-04-25T03:42:05.821Z Compiling whoami v1.6.1
23562026-04-25T03:42:05.845Z Compiling unicode-xid v0.2.6
23572026-04-25T03:42:05.863Z Compiling constant_time_eq v0.4.2
23582026-04-25T03:42:05.879Z Compiling arrayref v0.3.9
23592026-04-25T03:42:05.882Z Compiling arrayvec v0.7.6
23602026-04-25T03:42:05.910Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-04-25T03:42:05.991Z Compiling tar v0.4.45
23622026-04-25T03:42:06.014Z Compiling walkdir v2.5.0
23632026-04-25T03:42:06.086Z Compiling cargo-util-schemas v0.8.2
23642026-04-25T03:42:06.290Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23652026-04-25T03:42:06.543Z Compiling tokio-dtrace v0.1.1
23662026-04-25T03:42:06.602Z Compiling console v0.16.2
23672026-04-25T03:42:06.769Z Compiling gethostname v0.5.0
23682026-04-25T03:42:06.784Z Compiling cargo-platform v0.2.0
23692026-04-25T03:42:06.830Z Compiling unit-prefix v0.5.2
23702026-04-25T03:42:06.880Z Compiling topological-sort v0.2.2
23712026-04-25T03:42:06.896Z Compiling oxide-tokio-rt v0.1.4
23722026-04-25T03:42:06.929Z Compiling shell-words v1.1.1
23732026-04-25T03:42:07.030Z Compiling indicatif v0.18.4
23742026-04-25T03:42:07.105Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23752026-04-25T03:42:07.316Z Compiling cargo_metadata v0.21.0
23762026-04-25T03:42:15.987Z Compiling progenitor-client v0.13.0
23772026-04-25T03:42:15.987Z Compiling progenitor-client v0.10.0
23782026-04-25T03:42:15.987Z Compiling omicron-zone-package v0.12.2
23792026-04-25T03:42:16.087Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23802026-04-25T03:42:16.090Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23812026-04-25T03:42:16.090Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23822026-04-25T03:42:16.139Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23832026-04-25T03:42:16.182Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23842026-04-25T03:42:16.316Z Compiling progenitor-extras v0.1.1
23852026-04-25T03:42:16.414Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23862026-04-25T03:42:16.473Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23872026-04-25T03:42:16.500Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23882026-04-25T03:42:16.594Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23892026-04-25T03:42:21.261Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23902026-04-25T03:42:28.533Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23912026-04-25T03:42:31.588Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23922026-04-25T03:42:32.559Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23932026-04-25T03:42:41.700Z Finished `release` profile [optimized] target(s) in 1m 38s
23942026-04-25T03:42:41.853Z Running `target/release/omicron-package -t test target create -p dev`
23952026-04-25T03:42:41.916ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-04-25T03:42:41.919ZCreated new build target 'test' and set it as active
23972026-04-25T03:42:41.922Z
23982026-04-25T03:42:41.922Zreal 1:39.020105925
23992026-04-25T03:42:41.922Zuser 16:23.591357659
24002026-04-25T03:42:41.922Zsys 2:32.331580822
24012026-04-25T03:42:41.922Ztrap 0.463573562
24022026-04-25T03:42:41.922Ztflt 2.802230352
24032026-04-25T03:42:41.922Zdflt 3.541158292
24042026-04-25T03:42:41.922Zkflt 0.000886251
24052026-04-25T03:42:41.922Zlock 51:50.436407159
24062026-04-25T03:42:41.922Zslp 42:07.314797720
24072026-04-25T03:42:41.922Zlat 43.661186926
24082026-04-25T03:42:41.922Zstop 5:26.702781534
24092026-04-25T03:42:41.922Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24102026-04-25T03:42:42.793Z Finished `release` profile [optimized] target(s) in 0.86s
24112026-04-25T03:42:42.863Z Running `target/release/omicron-package -t test package`
24122026-04-25T03:42:42.920ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-04-25T03:42:44.299Z Compiling regress v0.10.5
24142026-04-25T03:42:44.299Z Compiling heck v0.5.0
24152026-04-25T03:42:44.517Z Compiling unsafe-libyaml v0.2.11
24162026-04-25T03:42:44.539Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24172026-04-25T03:42:44.564Z Compiling unicode-width v0.1.14
24182026-04-25T03:42:44.584Z Compiling is-terminal v0.4.17
24192026-04-25T03:42:44.587Z Compiling prettyplease v0.2.37
24202026-04-25T03:42:44.622Z Compiling bytecount v0.6.9
24212026-04-25T03:42:44.625Z Compiling rustls v0.22.4
24222026-04-25T03:42:44.625Z Compiling rustls-webpki v0.102.8
24232026-04-25T03:42:44.625Z Compiling derive-where v1.6.0
24242026-04-25T03:42:44.625Z Compiling thread_local v1.1.9
24252026-04-25T03:42:44.660Z Compiling match_cfg v0.1.0
24262026-04-25T03:42:44.678Z Compiling multer v3.1.0
24272026-04-25T03:42:44.682Z Compiling slog-async v2.8.0
24282026-04-25T03:42:44.722Z Compiling typify-impl v0.6.1
24292026-04-25T03:42:44.742Z Compiling crossbeam-channel v0.5.15
24302026-04-25T03:42:44.745Z Compiling slog-json v2.6.1
24312026-04-25T03:42:44.804Z Compiling hostname v0.3.1
24322026-04-25T03:42:44.826Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24332026-04-25T03:42:44.846Z Compiling futures-executor v0.3.32
24342026-04-25T03:42:44.869Z Compiling serde_spanned v1.0.4
24352026-04-25T03:42:44.869Z Compiling take_mut v0.2.2
24362026-04-25T03:42:44.935Z Compiling toml_writer v1.0.6+spec-1.1.0
24372026-04-25T03:42:45.005Z Compiling term v1.2.1
24382026-04-25T03:42:45.029Z Compiling serde_yaml v0.9.34+deprecated
24392026-04-25T03:42:45.030Z Compiling slog-bunyan v2.5.0
24402026-04-25T03:42:45.113Z Compiling futures v0.3.32
24412026-04-25T03:42:45.136Z Compiling toml v0.9.12+spec-1.1.0
24422026-04-25T03:42:45.209Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24432026-04-25T03:42:45.250Z Compiling dropshot v0.16.7
24442026-04-25T03:42:45.253Z Compiling async-stream v0.3.6
24452026-04-25T03:42:45.253Z Compiling progenitor-client v0.13.0
24462026-04-25T03:42:45.319Z Compiling slog-term v2.9.2
24472026-04-25T03:42:45.351Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24482026-04-25T03:42:45.385Z Compiling waitgroup v0.1.2
24492026-04-25T03:42:45.473Z Compiling backon v1.6.0
24502026-04-25T03:42:45.525Z Compiling rustls-pemfile v2.2.0
24512026-04-25T03:42:45.546Z Compiling hostname v0.4.2
24522026-04-25T03:42:45.566Z Compiling serde_path_to_error v0.1.20
24532026-04-25T03:42:45.607Z Compiling instant v0.1.13
24542026-04-25T03:42:45.630Z Compiling debug-ignore v1.0.5
24552026-04-25T03:42:45.650Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24562026-04-25T03:42:45.694Z Compiling progenitor-extras v0.1.1
24572026-04-25T03:42:45.717Z Compiling backoff v0.4.0
24582026-04-25T03:42:45.741Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24592026-04-25T03:42:45.767Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24602026-04-25T03:42:45.767Z Compiling parse-display v0.10.0
24612026-04-25T03:42:45.837Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24622026-04-25T03:42:45.857Z Compiling progenitor-client v0.10.0
24632026-04-25T03:42:45.880Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24642026-04-25T03:42:45.965Z Compiling macaddr v1.0.1
24652026-04-25T03:42:46.057Z Compiling num-rational v0.4.2
24662026-04-25T03:42:46.076Z Compiling num-complex v0.4.6
24672026-04-25T03:42:46.176Z Compiling console v0.15.11
24682026-04-25T03:42:46.288Z Compiling slog-dtrace v0.3.0
24692026-04-25T03:42:46.323Z Compiling float-ord v0.3.2
24702026-04-25T03:42:46.424Z Compiling newline-converter v0.3.0
24712026-04-25T03:42:46.461Z Compiling atomicwrites v0.4.4
24722026-04-25T03:42:46.481Z Compiling async-recursion v1.1.1
24732026-04-25T03:42:46.516Z Compiling num v0.4.3
24742026-04-25T03:42:46.639Z Compiling owo-colors v4.3.0
24752026-04-25T03:42:46.684Z Compiling cancel-safe-futures v0.1.5
24762026-04-25T03:42:46.736Z Compiling expectorate v1.2.0
24772026-04-25T03:42:46.761Z Compiling libsw-core v0.3.2
24782026-04-25T03:42:46.764Z Compiling resolv-conf v0.7.6
24792026-04-25T03:42:46.806Z Compiling toml v0.8.23
24802026-04-25T03:42:46.928Z Compiling tokio-rustls v0.25.0
24812026-04-25T03:42:46.993Z Compiling libsw v3.5.0
24822026-04-25T03:42:47.035Z Compiling linear-map v1.2.0
24832026-04-25T03:42:47.118Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24842026-04-25T03:42:47.195Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24852026-04-25T03:42:47.238Z Compiling linked-hash-map v0.5.6
24862026-04-25T03:42:47.284Z Compiling minimal-lexical v0.2.1
24872026-04-25T03:42:47.421Z Compiling unicode-xid v0.2.6
24882026-04-25T03:42:47.442Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24892026-04-25T03:42:47.466Z Compiling lru-cache v0.1.2
24902026-04-25T03:42:47.489Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24912026-04-25T03:42:47.489Z Compiling globset v0.4.18
24922026-04-25T03:42:47.532Z Compiling nom v7.1.3
24932026-04-25T03:42:47.561Z Compiling hickory-proto v0.24.4
24942026-04-25T03:42:47.583Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24952026-04-25T03:42:47.645Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24962026-04-25T03:42:47.989Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24972026-04-25T03:42:48.053Z Compiling convert_case v0.10.0
24982026-04-25T03:42:48.355Z Compiling derive_more-impl v2.1.1
24992026-04-25T03:42:48.720Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25002026-04-25T03:42:48.868Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25012026-04-25T03:42:49.031Z Compiling pin-project-internal v1.1.11
25022026-04-25T03:42:49.122Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25032026-04-25T03:42:49.146Z Compiling derive_more v2.1.1
25042026-04-25T03:42:49.258Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25052026-04-25T03:42:49.419Z Compiling typify-macro v0.6.1
25062026-04-25T03:42:49.441Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25072026-04-25T03:42:49.683Z Compiling papergrid v0.11.0
25082026-04-25T03:42:50.077Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25092026-04-25T03:42:50.243Z Compiling hickory-resolver v0.24.4
25102026-04-25T03:42:50.283Z Compiling pin-project v1.1.11
25112026-04-25T03:42:50.419Z Compiling tabled_derive v0.7.0
25122026-04-25T03:42:50.956Z Compiling typify v0.6.1
25132026-04-25T03:42:51.089Z Compiling progenitor-impl v0.13.0
25142026-04-25T03:42:51.250Z Compiling pem v3.0.6
25152026-04-25T03:42:51.333Z Compiling snafu-derive v0.8.9
25162026-04-25T03:42:51.692Z Compiling qorb v0.4.1
25172026-04-25T03:42:51.974Z Compiling termtree v0.5.1
25182026-04-25T03:42:52.136Z Compiling tabled v0.15.0
25192026-04-25T03:42:52.221Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25202026-04-25T03:42:53.036Z Compiling snafu v0.8.9
25212026-04-25T03:42:53.291Z Compiling progenitor-macro v0.13.0
25222026-04-25T03:42:53.313Z Compiling crossterm v0.29.0
25232026-04-25T03:42:53.521Z Compiling olpc-cjson v0.1.4
25242026-04-25T03:42:53.634Z Compiling phf_shared v0.12.1
25252026-04-25T03:42:53.768Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-04-25T03:42:53.891Z Compiling serde_plain v1.0.2
25272026-04-25T03:42:54.201Z Compiling csv-core v0.1.13
25282026-04-25T03:42:54.293Z Compiling vte v0.14.1
25292026-04-25T03:42:54.648Z Compiling highway v1.3.0
25302026-04-25T03:42:54.989Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25312026-04-25T03:42:55.376Z Compiling chrono-tz v0.10.4
25322026-04-25T03:42:55.594Z Compiling typed-path v0.9.3
25332026-04-25T03:42:55.699Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25342026-04-25T03:42:55.816Z Compiling strip-ansi-escapes v0.2.1
25352026-04-25T03:42:56.105Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25362026-04-25T03:42:56.242Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25372026-04-25T03:42:56.342Z Compiling csv v1.4.0
25382026-04-25T03:42:56.397Z Compiling phf v0.12.1
25392026-04-25T03:42:56.612Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402026-04-25T03:42:57.321Z Compiling tough v0.20.0
25412026-04-25T03:42:57.370Z Compiling progenitor v0.13.0
25422026-04-25T03:42:57.562Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25432026-04-25T03:42:57.585Z Compiling const_format_proc_macros v0.2.34
25442026-04-25T03:42:57.757Z Compiling fd-lock v4.0.4
25452026-04-25T03:42:57.926Z Compiling peg-macros v0.8.5
25462026-04-25T03:42:58.390Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25472026-04-25T03:42:58.502Z Compiling nu-ansi-term v0.50.3
25482026-04-25T03:42:58.523Z Compiling const_format v0.2.35
25492026-04-25T03:42:59.014Z Compiling reedline v0.40.0
25502026-04-25T03:42:59.072Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25512026-04-25T03:42:59.173Z Compiling peg v0.8.5
25522026-04-25T03:43:00.009Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25532026-04-25T03:43:00.073Z Compiling bcs v0.1.6
25542026-04-25T03:43:00.411Z Compiling semver v0.1.20
25552026-04-25T03:43:00.502Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25562026-04-25T03:43:00.522Z Compiling unicode-linebreak v0.1.5
25572026-04-25T03:43:00.699Z Compiling rustc_version v0.1.7
25582026-04-25T03:43:00.749Z Compiling humantime v2.3.0
25592026-04-25T03:43:00.829Z Compiling smawk v0.3.2
25602026-04-25T03:43:00.928Z Compiling newtype_derive v0.1.6
25612026-04-25T03:43:01.024Z Compiling textwrap v0.16.2
25622026-04-25T03:43:01.199Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25632026-04-25T03:43:01.230Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25642026-04-25T03:43:01.360Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25652026-04-25T03:43:01.525Z Compiling dropshot-api-manager-types v0.6.0
25662026-04-25T03:43:01.752Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25672026-04-25T03:43:02.157Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25682026-04-25T03:43:02.442Z Compiling base64 v0.21.7
25692026-04-25T03:43:02.481Z Compiling steno v0.4.1
25702026-04-25T03:43:02.605Z Compiling tagptr v0.2.0
25712026-04-25T03:43:02.696Z Compiling utf-8 v0.7.6
25722026-04-25T03:43:02.805Z Compiling moka v0.12.13
25732026-04-25T03:43:02.972Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25742026-04-25T03:43:03.016Z Compiling tungstenite v0.21.0
25752026-04-25T03:43:03.147Z Compiling radium v0.7.0
25762026-04-25T03:43:03.477Z Compiling maybe-uninit v2.0.0
25772026-04-25T03:43:03.890Z Compiling tokio-tungstenite v0.21.0
25782026-04-25T03:43:04.144Z Compiling hickory-resolver v0.25.2
25792026-04-25T03:43:04.208Z Compiling tap v1.0.1
25802026-04-25T03:43:04.389Z Compiling wyz v0.5.1
25812026-04-25T03:43:04.410Z Compiling zerocopy-derive v0.6.6
25822026-04-25T03:43:04.596Z Compiling funty v2.0.0
25832026-04-25T03:43:04.638Z Compiling crc-catalog v2.4.0
25842026-04-25T03:43:04.767Z Compiling display-error-chain v0.2.2
25852026-04-25T03:43:04.948Z Compiling packed_struct v0.10.1
25862026-04-25T03:43:05.151Z Compiling bitvec v1.0.1
25872026-04-25T03:43:05.200Z Compiling zerocopy v0.6.6
25882026-04-25T03:43:05.243Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25892026-04-25T03:43:05.586Z Compiling crc v3.4.0
25902026-04-25T03:43:05.707Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25912026-04-25T03:43:06.005Z Compiling packed_struct_codegen v0.10.1
25922026-04-25T03:43:06.060Z Compiling bitfield-macros v0.19.4
25932026-04-25T03:43:06.182Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25942026-04-25T03:43:06.838Z Compiling indexmap v1.9.3
25952026-04-25T03:43:06.986Z Compiling nodrop v0.1.14
25962026-04-25T03:43:07.118Z Compiling array-init v0.0.4
25972026-04-25T03:43:07.140Z Compiling bitfield v0.19.4
25982026-04-25T03:43:07.484Z Compiling smallvec v0.6.14
25992026-04-25T03:43:07.542Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26002026-04-25T03:43:07.772Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26012026-04-25T03:43:08.680Z Compiling num-derive v0.3.3
26022026-04-25T03:43:08.707Z Compiling proc-macro-error-attr2 v2.0.0
26032026-04-25T03:43:09.117Z Compiling hashbrown v0.12.3
26042026-04-25T03:43:09.285Z Compiling proc-macro-error2 v2.0.1
26052026-04-25T03:43:09.576Z Compiling libscf-sys v1.1.0
26062026-04-25T03:43:09.599Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26072026-04-25T03:43:09.733Z Compiling serde-hex v0.1.0
26082026-04-25T03:43:09.760Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26092026-04-25T03:43:10.009Z Compiling ron v0.8.1
26102026-04-25T03:43:10.238Z Compiling typify-impl v0.4.3
26112026-04-25T03:43:10.364Z Compiling hashbrown v0.13.2
26122026-04-25T03:43:10.458Z Compiling vergen-gitcl v1.0.8
26132026-04-25T03:43:10.696Z Compiling dirs-sys-next v0.1.2
26142026-04-25T03:43:10.716Z Compiling maplit v1.0.2
26152026-04-25T03:43:10.789Z Compiling diesel_derives v2.3.7
26162026-04-25T03:43:10.846Z Compiling crc-any v2.5.0
26172026-04-25T03:43:10.867Z Compiling crunchy v0.2.4
26182026-04-25T03:43:10.967Z Compiling glob v0.3.3
26192026-04-25T03:43:10.994Z Compiling object v0.30.4
26202026-04-25T03:43:11.046Z Compiling dirs-next v2.0.0
26212026-04-25T03:43:11.135Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-04-25T03:43:11.213Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26232026-04-25T03:43:11.241Z Compiling tabled_derive v0.11.0
26242026-04-25T03:43:11.276Z Compiling papergrid v0.17.0
26252026-04-25T03:43:11.341Z Compiling clang-sys v1.8.1
26262026-04-25T03:43:11.731Z Compiling testing_table v0.3.0
26272026-04-25T03:43:11.826Z Compiling dsl_auto_type v0.2.0
26282026-04-25T03:43:11.864Z Compiling scheduled-thread-pool v0.2.7
26292026-04-25T03:43:11.910Z Compiling diesel_table_macro_syntax v0.3.0
26302026-04-25T03:43:12.153Z Compiling tiny-keccak v2.0.2
26312026-04-25T03:43:12.193Z Compiling path-slash v0.1.5
26322026-04-25T03:43:12.281Z Compiling r2d2 v0.8.10
26332026-04-25T03:43:12.469Z Compiling tabled v0.20.0
26342026-04-25T03:43:12.491Z Compiling term v0.7.0
26352026-04-25T03:43:12.575Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26362026-04-25T03:43:12.596Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26372026-04-25T03:43:12.717Z Compiling downcast-rs v2.0.2
26382026-04-25T03:43:12.829Z Compiling xshell-macros v0.2.7
26392026-04-25T03:43:12.857Z Compiling bit-vec v0.6.3
26402026-04-25T03:43:13.020Z Compiling ascii-canvas v3.0.0
26412026-04-25T03:43:13.106Z Compiling bit-set v0.5.3
26422026-04-25T03:43:13.226Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26432026-04-25T03:43:13.248Z Compiling xshell v0.2.7
26442026-04-25T03:43:13.279Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26452026-04-25T03:43:13.300Z Compiling itertools v0.10.5
26462026-04-25T03:43:13.323Z Compiling ena v0.14.4
26472026-04-25T03:43:13.584Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26482026-04-25T03:43:13.738Z Compiling typify-macro v0.4.3
26492026-04-25T03:43:13.760Z Compiling libloading v0.8.9
26502026-04-25T03:43:14.006Z Compiling diff v0.1.13
26512026-04-25T03:43:14.039Z Compiling unicase v2.9.0
26522026-04-25T03:43:14.279Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26532026-04-25T03:43:14.353Z Compiling regex-syntax v0.6.29
26542026-04-25T03:43:14.380Z Compiling bindgen v0.71.1
26552026-04-25T03:43:14.566Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26562026-04-25T03:43:15.795Z Compiling lalrpop v0.19.12
26572026-04-25T03:43:15.829Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26582026-04-25T03:43:16.288Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26592026-04-25T03:43:16.935Z Compiling cexpr v0.6.0
26602026-04-25T03:43:17.071Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26612026-04-25T03:43:17.168Z Compiling diesel v2.3.7
26622026-04-25T03:43:17.192Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26632026-04-25T03:43:17.296Z Compiling crc8 v0.1.1
26642026-04-25T03:43:17.445Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26652026-04-25T03:43:17.467Z Compiling typify v0.4.3
26662026-04-25T03:43:17.612Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26672026-04-25T03:43:17.635Z Compiling headers-core v0.3.0
26682026-04-25T03:43:17.794Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26692026-04-25T03:43:17.816Z Compiling libxml v0.3.3
26702026-04-25T03:43:17.846Z Compiling headers v0.4.1
26712026-04-25T03:43:17.985Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26722026-04-25T03:43:18.131Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26732026-04-25T03:43:18.352Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26742026-04-25T03:43:18.866Z Compiling strum_macros v0.24.3
26752026-04-25T03:43:19.192Z Compiling indoc v1.0.9
26762026-04-25T03:43:19.627Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26772026-04-25T03:43:19.851Z Compiling derive_builder v0.20.2
26782026-04-25T03:43:20.029Z Compiling oso-derive v0.27.3
26792026-04-25T03:43:20.108Z Compiling quick-xml v0.37.5
26802026-04-25T03:43:20.237Z Compiling impl-trait-for-tuples v0.2.3
26812026-04-25T03:43:20.408Z Compiling half v1.8.3
26822026-04-25T03:43:20.534Z Compiling openssl-probe v0.1.6
26832026-04-25T03:43:20.585Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26842026-04-25T03:43:20.833Z Compiling serde_cbor v0.11.2
26852026-04-25T03:43:20.869Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26862026-04-25T03:43:21.292Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26872026-04-25T03:43:21.462Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26882026-04-25T03:43:21.505Z Compiling bb8 v0.8.6
26892026-04-25T03:43:21.685Z Compiling trait-variant v0.1.2
26902026-04-25T03:43:21.881Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26912026-04-25T03:43:21.919Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26922026-04-25T03:43:22.029Z Compiling samael v0.0.19
26932026-04-25T03:43:22.282Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26942026-04-25T03:43:22.303Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26952026-04-25T03:43:22.528Z Compiling fxhash v0.2.1
26962026-04-25T03:43:22.700Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26972026-04-25T03:43:22.756Z Compiling progenitor-impl v0.10.0
26982026-04-25T03:43:22.828Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26992026-04-25T03:43:22.851Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27002026-04-25T03:43:22.985Z Compiling kstat-rs v0.2.4
27012026-04-25T03:43:23.073Z Compiling libz-sys v1.1.24
27022026-04-25T03:43:23.332Z Compiling polar-core v0.27.3
27032026-04-25T03:43:23.509Z Compiling nonempty v0.12.0
27042026-04-25T03:43:23.537Z Compiling salty v0.3.0
27052026-04-25T03:43:23.700Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27062026-04-25T03:43:24.053Z Compiling progenitor-impl v0.11.2
27072026-04-25T03:43:24.148Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27082026-04-25T03:43:24.247Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27092026-04-25T03:43:24.864Z Compiling progenitor-macro v0.10.0
27102026-04-25T03:43:26.012Z Compiling darling_core v0.23.0
27112026-04-25T03:43:26.215Z Compiling nanorand v0.7.0
27122026-04-25T03:43:26.435Z Compiling arc-swap v1.8.2
27132026-04-25T03:43:26.587Z Compiling fs-err v2.11.0
27142026-04-25T03:43:26.831Z Compiling parking_lot_core v0.8.6
27152026-04-25T03:43:27.052Z Compiling mime_guess v2.0.5
27162026-04-25T03:43:27.296Z Compiling slog-scope v4.4.1
27172026-04-25T03:43:27.578Z Compiling flume v0.11.1
27182026-04-25T03:43:27.794Z Compiling progenitor-macro v0.11.2
27192026-04-25T03:43:27.978Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27202026-04-25T03:43:28.208Z Compiling darling_macro v0.23.0
27212026-04-25T03:43:28.425Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27222026-04-25T03:43:28.766Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27232026-04-25T03:43:28.920Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27242026-04-25T03:43:29.505Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27252026-04-25T03:43:30.466Z Compiling progenitor v0.10.0
27262026-04-25T03:43:31.776Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27272026-04-25T03:43:32.006Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27282026-04-25T03:43:32.593Z Compiling oso v0.27.3
27292026-04-25T03:43:33.339Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27302026-04-25T03:43:33.362Z Compiling progenitor-client v0.11.2
27312026-04-25T03:43:35.946Z Compiling diesel-dtrace v0.5.0
27322026-04-25T03:43:36.264Z Compiling async-bb8-diesel v0.2.1
27332026-04-25T03:43:36.424Z Compiling git-stub v1.0.0
27342026-04-25T03:43:36.675Z Compiling libgit2-sys v0.18.3+1.9.2
27352026-04-25T03:43:36.704Z Compiling instability v0.3.11
27362026-04-25T03:43:36.725Z Compiling git-stub-vcs v0.1.0
27372026-04-25T03:43:36.958Z Compiling progenitor v0.11.2
27382026-04-25T03:43:37.148Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-04-25T03:43:37.153Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27402026-04-25T03:43:37.713Z Compiling darling v0.23.0
27412026-04-25T03:43:37.870Z Compiling slog-stdlog v4.1.1
27422026-04-25T03:43:38.875Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27432026-04-25T03:43:38.896Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27442026-04-25T03:43:39.102Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27452026-04-25T03:43:39.516Z Compiling ignore v0.4.25
27462026-04-25T03:43:40.048Z Compiling primeorder v0.13.6
27472026-04-25T03:43:40.384Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27482026-04-25T03:43:41.516Z Compiling castaway v0.2.4
27492026-04-25T03:43:41.675Z Compiling atty v0.2.14
27502026-04-25T03:43:41.801Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-04-25T03:43:41.828Z Compiling parse-size v1.1.0
27522026-04-25T03:43:42.043Z Compiling indoc v2.0.7
27532026-04-25T03:43:42.064Z Compiling http-range v0.1.5
27542026-04-25T03:43:42.088Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27552026-04-25T03:43:42.399Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27562026-04-25T03:43:42.422Z Compiling compact_str v0.8.1
27572026-04-25T03:43:42.783Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-04-25T03:43:43.551Z Compiling p384 v0.13.1
27592026-04-25T03:43:44.244Z Compiling globwalk v0.9.1
27602026-04-25T03:43:44.530Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27612026-04-25T03:43:44.551Z Compiling parking_lot v0.11.2
27622026-04-25T03:43:44.881Z Compiling slog-envlogger v2.2.0
27632026-04-25T03:43:45.467Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27642026-04-25T03:43:45.513Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27652026-04-25T03:43:45.689Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27662026-04-25T03:43:45.711Z Compiling predicates-tree v1.0.13
27672026-04-25T03:43:45.774Z Compiling unicode-truncate v1.1.0
27682026-04-25T03:43:45.930Z Compiling lru v0.12.5
27692026-04-25T03:43:45.990Z Compiling rand_seeder v0.4.0
27702026-04-25T03:43:46.052Z Compiling prefix-trie v0.7.0
27712026-04-25T03:43:46.154Z Compiling vergen-git2 v1.0.7
27722026-04-25T03:43:46.182Z Compiling compression-core v0.4.31
27732026-04-25T03:43:46.241Z Compiling cassowary v0.3.0
27742026-04-25T03:43:46.262Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27752026-04-25T03:43:46.399Z Compiling compression-codecs v0.4.37
27762026-04-25T03:43:46.467Z Compiling hickory-server v0.25.2
27772026-04-25T03:43:46.488Z Compiling camino-tempfile-ext v0.3.3
27782026-04-25T03:43:46.533Z Compiling ratatui v0.29.0
27792026-04-25T03:43:46.806Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27802026-04-25T03:43:46.998Z Compiling hyper-staticfile v0.10.1
27812026-04-25T03:43:47.265Z Compiling sled v0.34.7
27822026-04-25T03:43:48.158Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27832026-04-25T03:43:48.244Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27842026-04-25T03:43:48.827Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27852026-04-25T03:43:48.942Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27862026-04-25T03:43:49.516Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27872026-04-25T03:43:49.614Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27882026-04-25T03:43:50.020Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-04-25T03:43:50.458Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27902026-04-25T03:43:50.563Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27912026-04-25T03:43:50.703Z Compiling toml_datetime v1.0.0+spec-1.1.0
27922026-04-25T03:43:51.038Z Compiling dropshot v0.17.0
27932026-04-25T03:43:51.162Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27942026-04-25T03:43:51.247Z Compiling rustls v0.21.12
27952026-04-25T03:43:51.415Z Compiling corncobs v0.1.4
27962026-04-25T03:43:51.556Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-04-25T03:43:51.597Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27982026-04-25T03:43:51.621Z Compiling toml v1.0.6+spec-1.1.0
27992026-04-25T03:43:51.696Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28002026-04-25T03:43:51.723Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28012026-04-25T03:43:52.270Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-04-25T03:43:52.296Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-04-25T03:43:52.639Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28042026-04-25T03:43:52.667Z Compiling async-compression v0.4.41
28052026-04-25T03:43:53.174Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28062026-04-25T03:43:54.849Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28072026-04-25T03:43:55.257Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28082026-04-25T03:43:55.780Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28092026-04-25T03:43:55.802Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28102026-04-25T03:43:56.010Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28112026-04-25T03:43:56.031Z Compiling rustls-webpki v0.101.7
28122026-04-25T03:43:56.198Z Compiling sct v0.7.1
28132026-04-25T03:43:56.237Z Compiling nix v0.29.0
28142026-04-25T03:43:56.472Z Compiling secrecy v0.8.0
28152026-04-25T03:43:56.621Z Compiling dropshot_endpoint v0.17.0
28162026-04-25T03:43:56.667Z Compiling void v1.0.2
28172026-04-25T03:43:56.816Z Compiling lzss v0.8.2
28182026-04-25T03:43:57.637Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-04-25T03:43:57.789Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28202026-04-25T03:43:57.933Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28212026-04-25T03:43:58.704Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28222026-04-25T03:43:59.141Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28232026-04-25T03:43:59.856Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28242026-04-25T03:43:59.994Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28252026-04-25T03:44:00.238Z Compiling tungstenite v0.23.0
28262026-04-25T03:44:00.755Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28272026-04-25T03:44:00.778Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28282026-04-25T03:44:00.988Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28292026-04-25T03:44:01.016Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28302026-04-25T03:44:01.046Z Compiling nix v0.27.1
28312026-04-25T03:44:01.219Z Compiling serde_bytes v0.11.19
28322026-04-25T03:44:01.312Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28332026-04-25T03:44:01.582Z Compiling tokio-tungstenite v0.23.1
28342026-04-25T03:44:01.984Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28352026-04-25T03:44:02.237Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28362026-04-25T03:44:02.396Z Compiling git2 v0.20.4
28372026-04-25T03:44:02.546Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28382026-04-25T03:44:02.652Z Compiling tokio-rustls v0.24.1
28392026-04-25T03:44:02.950Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28402026-04-25T03:44:05.461Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28412026-04-25T03:44:05.485Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28422026-04-25T03:44:07.647Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-04-25T03:44:07.759Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28442026-04-25T03:44:08.203Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28452026-04-25T03:44:08.564Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28462026-04-25T03:44:08.705Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28472026-04-25T03:44:10.225Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28482026-04-25T03:44:10.502Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28492026-04-25T03:44:10.800Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28502026-04-25T03:44:11.765Z Compiling rustls-pemfile v1.0.4
28512026-04-25T03:44:12.185Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28522026-04-25T03:44:12.967Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28532026-04-25T03:44:13.131Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28542026-04-25T03:44:14.026Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28552026-04-25T03:44:14.794Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28562026-04-25T03:44:15.128Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28572026-04-25T03:44:15.412Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-04-25T03:44:15.861Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28592026-04-25T03:44:15.904Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-04-25T03:44:16.098Z Compiling signal-hook-tokio v0.3.1
28612026-04-25T03:44:16.235Z Compiling twox-hash v2.1.2
28622026-04-25T03:44:16.296Z Compiling yasna v0.5.2
28632026-04-25T03:44:16.782Z Compiling is_ci v1.2.0
28642026-04-25T03:44:18.050Z Compiling supports-color v3.0.2
28652026-04-25T03:44:18.054Z Compiling rcgen v0.12.1
28662026-04-25T03:44:18.054Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28672026-04-25T03:44:18.054Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28682026-04-25T03:44:18.054Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28692026-04-25T03:44:18.054Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28702026-04-25T03:44:18.484Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28712026-04-25T03:44:19.142Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28722026-04-25T03:44:20.416Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28732026-04-25T03:44:20.871Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28742026-04-25T03:44:21.520Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28752026-04-25T03:44:21.668Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28762026-04-25T03:44:22.017Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28772026-04-25T03:44:22.258Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28782026-04-25T03:44:22.529Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28792026-04-25T03:44:22.605Z Compiling fatfs v0.3.6
28802026-04-25T03:44:22.755Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28812026-04-25T03:44:23.442Z Compiling subprocess v0.2.15
28822026-04-25T03:44:23.832Z Compiling rtoolbox v0.0.3
28832026-04-25T03:44:24.123Z Compiling assert_matches v1.5.0
28842026-04-25T03:44:24.232Z Compiling seq-macro v0.3.6
28852026-04-25T03:44:24.460Z Compiling rpassword v7.4.0
28862026-04-25T03:44:24.718Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28872026-04-25T03:44:24.808Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28882026-04-25T03:44:25.577Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-04-25T03:44:25.660Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28902026-04-25T03:44:25.800Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28912026-04-25T03:44:26.454Z Compiling tui-tree-widget v0.23.1
28922026-04-25T03:44:26.750Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28932026-04-25T03:44:27.959Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28942026-04-25T03:44:28.151Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28952026-04-25T03:44:28.191Z Compiling uzers v0.12.2
28962026-04-25T03:44:28.496Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28972026-04-25T03:44:29.637Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28982026-04-25T03:44:30.662Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28992026-04-25T03:44:31.212Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29002026-04-25T03:44:33.655Z Compiling support-bundle-viewer v0.1.2
29012026-04-25T03:44:34.506Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29022026-04-25T03:44:35.551Z Compiling multimap v0.10.1
29032026-04-25T03:44:42.803Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29042026-04-25T03:44:52.778Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29052026-04-25T03:44:54.927Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-04-25T03:44:55.451Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-04-25T03:50:01.034Z Finished `release` profile [optimized] target(s) in 7m 18s
29082026-04-25T03:50:43.996Z
29092026-04-25T03:50:43.996Zreal 8:02.069881758
29102026-04-25T03:50:43.996Zuser 1:17:27.498908026
29112026-04-25T03:50:43.999Zsys 3:23.242476714
29122026-04-25T03:50:43.999Ztrap 1.745420346
29132026-04-25T03:50:43.999Ztflt 1.975717557
29142026-04-25T03:50:43.999Zdflt 14.987062706
29152026-04-25T03:50:43.999Zkflt 0.003983991
29162026-04-25T03:50:43.999Zlock 6:16:46.733438578
29172026-04-25T03:50:43.999Zslp 2:11:38.765016118
29182026-04-25T03:50:43.999Zlat 2:26.900151670
29192026-04-25T03:50:43.999Zstop 5:16.014792311
29202026-04-25T03:50:43.999Z+ mapfile -t packages
29212026-04-25T03:50:43.999Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-04-25T03:50:44.945Z Finished `release` profile [optimized] target(s) in 0.93s
29232026-04-25T03:50:45.022Z Running `target/release/omicron-package -t test list-outputs`
29242026-04-25T03:50:45.079ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-04-25T03:50:45.082Z+ ptime -m cargo build --locked --release -p xtask
29262026-04-25T03:50:45.602Z Compiling libc v0.2.185
29272026-04-25T03:50:45.602Z Compiling serde v1.0.228
29282026-04-25T03:50:45.605Z Compiling serde_core v1.0.228
29292026-04-25T03:50:45.605Z Compiling rustix v1.1.3
29302026-04-25T03:50:45.605Z Compiling bitflags v2.11.0
29312026-04-25T03:50:45.605Z Compiling serde_json v1.0.149
29322026-04-25T03:50:45.740Z Compiling num-traits v0.2.19
29332026-04-25T03:50:45.748Z Compiling syn v2.0.117
29342026-04-25T03:50:45.764Z Compiling hashbrown v0.16.1
29352026-04-25T03:50:45.767Z Compiling smallvec v1.15.1
29362026-04-25T03:50:45.783Z Compiling usdt-impl v0.5.0
29372026-04-25T03:50:45.793Z Compiling syn v1.0.109
29382026-04-25T03:50:45.805Z Compiling log v0.4.29
29392026-04-25T03:50:45.816Z Compiling getrandom v0.4.1
29402026-04-25T03:50:45.936Z Compiling percent-encoding v2.3.2
29412026-04-25T03:50:46.092Z Compiling form_urlencoded v1.2.2
29422026-04-25T03:50:46.191Z Compiling fs-err v3.3.0
29432026-04-25T03:50:46.194Z Compiling once_cell v1.21.3
29442026-04-25T03:50:46.222Z Compiling anyhow v1.0.102
29452026-04-25T03:50:46.225Z Compiling heck v0.4.1
29462026-04-25T03:50:46.361Z Compiling indexmap v2.13.0
29472026-04-25T03:50:46.448Z Compiling thread-id v4.2.2
29482026-04-25T03:50:46.458Z Compiling errno v0.3.14
29492026-04-25T03:50:46.491Z Compiling memmap v0.7.0
29502026-04-25T03:50:46.764Z Compiling ordered-float v2.10.1
29512026-04-25T03:50:47.270Z Compiling proc-macro-error v1.0.4
29522026-04-25T03:50:47.464Z Compiling terminal_size v0.4.3
29532026-04-25T03:50:47.467Z Compiling tempfile v3.25.0
29542026-04-25T03:50:47.515Z Compiling tabled_derive v0.7.0
29552026-04-25T03:50:47.562Z Compiling clap_builder v4.5.60
29562026-04-25T03:50:47.562Z Compiling textwrap v0.16.2
29572026-04-25T03:50:47.699Z Compiling camino-tempfile v1.4.1
29582026-04-25T03:50:48.194Z Compiling tabled v0.15.0
29592026-04-25T03:50:48.286Z Compiling synstructure v0.13.2
29602026-04-25T03:50:48.287Z Compiling pest_generator v2.8.6
29612026-04-25T03:50:48.659Z Compiling serde_derive v1.0.228
29622026-04-25T03:50:48.659Z Compiling zerovec-derive v0.11.2
29632026-04-25T03:50:48.664Z Compiling displaydoc v0.2.5
29642026-04-25T03:50:48.664Z Compiling thiserror-impl v1.0.69
29652026-04-25T03:50:48.664Z Compiling zerocopy-derive v0.7.35
29662026-04-25T03:50:48.664Z Compiling scroll_derive v0.12.1
29672026-04-25T03:50:48.664Z Compiling thiserror-impl v2.0.18
29682026-04-25T03:50:48.664Z Compiling clap_derive v4.5.55
29692026-04-25T03:50:48.710Z Compiling zerofrom-derive v0.1.6
29702026-04-25T03:50:48.713Z Compiling yoke-derive v0.8.1
29712026-04-25T03:50:48.804Z Compiling pest_derive v2.8.6
29722026-04-25T03:50:49.329Z Compiling scroll v0.12.0
29732026-04-25T03:50:49.464Z Compiling zerocopy v0.7.35
29742026-04-25T03:50:49.605Z Compiling goblin v0.8.2
29752026-04-25T03:50:49.810Z Compiling zerofrom v0.1.6
29762026-04-25T03:50:49.859Z Compiling thiserror v1.0.69
29772026-04-25T03:50:49.923Z Compiling yoke v0.8.1
29782026-04-25T03:50:49.955Z Compiling dtrace-parser v0.2.0
29792026-04-25T03:50:49.971Z Compiling thiserror v2.0.18
29802026-04-25T03:50:50.092Z Compiling zerovec v0.11.5
29812026-04-25T03:50:50.135Z Compiling zerotrie v0.2.3
29822026-04-25T03:50:50.280Z Compiling clap v4.5.60
29832026-04-25T03:50:50.676Z Compiling tinystr v0.8.2
29842026-04-25T03:50:50.691Z Compiling potential_utf v0.1.4
29852026-04-25T03:50:50.885Z Compiling icu_locale_core v2.1.1
29862026-04-25T03:50:50.898Z Compiling icu_collections v2.1.1
29872026-04-25T03:50:51.692Z Compiling icu_provider v2.1.1
29882026-04-25T03:50:51.989Z Compiling icu_normalizer v2.1.1
29892026-04-25T03:50:52.077Z Compiling icu_properties v2.1.2
29902026-04-25T03:50:52.131Z Compiling serde_spanned v0.6.9
29912026-04-25T03:50:52.205Z Compiling toml_datetime v0.6.11
29922026-04-25T03:50:52.304Z Compiling dof v0.3.0
29932026-04-25T03:50:52.549Z Compiling toml_edit v0.22.27
29942026-04-25T03:50:52.619Z Compiling serde_tokenstream v0.2.3
29952026-04-25T03:50:52.656Z Compiling serde-value v0.7.0
29962026-04-25T03:50:52.727Z Compiling cargo-platform v0.2.0
29972026-04-25T03:50:52.787Z Compiling macaddr v1.0.1
29982026-04-25T03:50:53.009Z Compiling idna_adapter v1.2.1
29992026-04-25T03:50:53.152Z Compiling idna v1.1.0
30002026-04-25T03:50:53.198Z Compiling usdt-attr-macro v0.5.0
30012026-04-25T03:50:53.240Z Compiling usdt-macro v0.5.0
30022026-04-25T03:50:53.517Z Compiling url v2.5.8
30032026-04-25T03:50:53.859Z Compiling usdt v0.5.0
30042026-04-25T03:50:54.151Z Compiling toml v0.8.23
30052026-04-25T03:50:54.574Z Compiling cargo-util-schemas v0.8.2
30062026-04-25T03:50:54.574Z Compiling cargo_toml v0.21.0
30072026-04-25T03:50:55.578Z Compiling cargo_metadata v0.21.0
30082026-04-25T03:50:58.656Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30092026-04-25T03:51:01.688Z Finished `release` profile [optimized] target(s) in 16.59s
30102026-04-25T03:51:01.811Z
30112026-04-25T03:51:01.814Zreal 16.696649792
30122026-04-25T03:51:01.814Zuser 2:22.408484553
30132026-04-25T03:51:01.814Zsys 16.352613889
30142026-04-25T03:51:01.814Ztrap 0.100136093
30152026-04-25T03:51:01.814Ztflt 0.606156459
30162026-04-25T03:51:01.814Zdflt 1.398800815
30172026-04-25T03:51:01.814Zkflt 0.000039341
30182026-04-25T03:51:01.814Zlock 5:20.019156891
30192026-04-25T03:51:01.814Zslp 3:29.992285873
30202026-04-25T03:51:01.814Zlat 6.928861272
30212026-04-25T03:51:01.814Zstop 17.637794062
30222026-04-25T03:51:01.814Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-04-25T03:51:01.814Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-04-25T03:51:01.814Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-04-25T03:51:01.814Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-04-25T03:51:01.814Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30272026-04-25T03:51:02.747Z Compiling regress v0.10.5
30282026-04-25T03:51:02.750Z Compiling newtype-uuid-macros v0.1.0
30292026-04-25T03:51:02.750Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-04-25T03:51:02.917Z Compiling rustls v0.22.4
30312026-04-25T03:51:02.917Z Compiling progenitor-client v0.13.0
30322026-04-25T03:51:02.920Z Compiling rustls-webpki v0.102.8
30332026-04-25T03:51:02.920Z Compiling structmeta-derive v0.3.0
30342026-04-25T03:51:02.920Z Compiling serde_spanned v1.0.4
30352026-04-25T03:51:02.931Z Compiling multer v3.1.0
30362026-04-25T03:51:02.934Z Compiling debug-ignore v1.0.5
30372026-04-25T03:51:02.934Z Compiling match_cfg v0.1.0
30382026-04-25T03:51:02.985Z Compiling toml_writer v1.0.6+spec-1.1.0
30392026-04-25T03:51:02.987Z Compiling slog-json v2.6.1
30402026-04-25T03:51:02.987Z Compiling async-stream-impl v0.3.6
30412026-04-25T03:51:02.987Z Compiling waitgroup v0.1.2
30422026-04-25T03:51:02.987Z Compiling rustls-pemfile v2.2.0
30432026-04-25T03:51:03.155Z Compiling hostname v0.4.2
30442026-04-25T03:51:03.211Z Compiling hostname v0.3.1
30452026-04-25T03:51:03.214Z Compiling serde_path_to_error v0.1.20
30462026-04-25T03:51:03.263Z Compiling itertools v0.14.0
30472026-04-25T03:51:03.266Z Compiling dropshot v0.16.7
30482026-04-25T03:51:03.281Z Compiling toml v0.9.12+spec-1.1.0
30492026-04-25T03:51:03.326Z Compiling slog-bunyan v2.5.0
30502026-04-25T03:51:03.329Z Compiling dropshot_endpoint v0.16.7
30512026-04-25T03:51:03.329Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30522026-04-25T03:51:03.329Z Compiling macaddr v1.0.1
30532026-04-25T03:51:03.489Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30542026-04-25T03:51:03.529Z Compiling instant v0.1.13
30552026-04-25T03:51:03.568Z Compiling progenitor-client v0.10.0
30562026-04-25T03:51:03.586Z Compiling backon v1.6.0
30572026-04-25T03:51:03.589Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30582026-04-25T03:51:03.621Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30592026-04-25T03:51:03.660Z Compiling backoff v0.4.0
30602026-04-25T03:51:03.677Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30612026-04-25T03:51:03.711Z Compiling async-stream v0.3.6
30622026-04-25T03:51:03.728Z Compiling universal-hash v0.5.1
30632026-04-25T03:51:03.745Z Compiling opaque-debug v0.3.1
30642026-04-25T03:51:03.813Z Compiling progenitor-extras v0.1.1
30652026-04-25T03:51:03.837Z Compiling half v2.7.1
30662026-04-25T03:51:03.884Z Compiling crucible-workspace-hack v0.1.0
30672026-04-25T03:51:03.901Z Compiling ciborium-io v0.2.2
30682026-04-25T03:51:03.904Z Compiling convert_case v0.4.0
30692026-04-25T03:51:03.937Z Compiling aead v0.5.2
30702026-04-25T03:51:03.940Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30712026-04-25T03:51:04.035Z Compiling secrecy v0.10.3
30722026-04-25T03:51:04.053Z Compiling unsafe-libyaml v0.2.11
30732026-04-25T03:51:04.090Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30742026-04-25T03:51:04.108Z Compiling ciborium-ll v0.2.2
30752026-04-25T03:51:04.162Z Compiling structmeta v0.3.0
30762026-04-25T03:51:04.179Z Compiling poly1305 v0.8.0
30772026-04-25T03:51:04.179Z Compiling chacha20 v0.9.1
30782026-04-25T03:51:04.211Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30792026-04-25T03:51:04.237Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30802026-04-25T03:51:04.304Z Compiling derive_more v0.99.20
30812026-04-25T03:51:04.307Z Compiling ciborium v0.2.2
30822026-04-25T03:51:04.344Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30832026-04-25T03:51:04.373Z Compiling typify-impl v0.6.1
30842026-04-25T03:51:04.412Z Compiling derive-ex v0.1.8
30852026-04-25T03:51:04.459Z Compiling parse-display-derive v0.10.0
30862026-04-25T03:51:04.539Z Compiling thiserror-impl-no-std v2.0.2
30872026-04-25T03:51:04.575Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30882026-04-25T03:51:04.593Z Compiling serde_yaml v0.9.34+deprecated
30892026-04-25T03:51:04.637Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30902026-04-25T03:51:04.695Z Compiling byte-wrapper v0.1.0
30912026-04-25T03:51:04.739Z Compiling password-hash v0.5.0
30922026-04-25T03:51:04.830Z Compiling blake2 v0.10.6
30932026-04-25T03:51:04.911Z Compiling chacha20poly1305 v0.10.1
30942026-04-25T03:51:04.986Z Compiling indent_write v2.2.0
30952026-04-25T03:51:05.066Z Compiling heapless v0.8.0
30962026-04-25T03:51:05.089Z Compiling argon2 v0.5.3
30972026-04-25T03:51:05.153Z Compiling ingot-macros v0.1.1
30982026-04-25T03:51:05.170Z Compiling toml_edit v0.23.10+spec-1.0.0
30992026-04-25T03:51:05.173Z Compiling hash32 v0.3.1
31002026-04-25T03:51:05.372Z Compiling tokio-rustls v0.25.0
31012026-04-25T03:51:05.422Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31022026-04-25T03:51:05.635Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31032026-04-25T03:51:05.665Z Compiling smoltcp v0.11.0
31042026-04-25T03:51:05.777Z Compiling thiserror-no-std v2.0.2
31052026-04-25T03:51:05.887Z Compiling vsss-rs v3.3.4
31062026-04-25T03:51:05.923Z Compiling proc-macro-crate v3.4.0
31072026-04-25T03:51:06.103Z Compiling tabwriter v1.4.1
31082026-04-25T03:51:06.104Z Compiling cobs v0.3.0
31092026-04-25T03:51:06.161Z Compiling test-strategy v0.4.5
31102026-04-25T03:51:06.215Z Compiling parse-display v0.10.0
31112026-04-25T03:51:06.271Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31122026-04-25T03:51:06.329Z Compiling postcard v1.1.3
31132026-04-25T03:51:06.346Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31142026-04-25T03:51:06.370Z Compiling proc-macro-error v1.0.4
31152026-04-25T03:51:06.474Z Compiling proc-macro-crate v1.3.1
31162026-04-25T03:51:06.508Z Compiling num_enum_derive v0.7.5
31172026-04-25T03:51:06.547Z Compiling num-rational v0.4.2
31182026-04-25T03:51:06.564Z Compiling num-complex v0.4.6
31192026-04-25T03:51:06.699Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31202026-04-25T03:51:06.716Z Compiling foreign-types-macros v0.2.3
31212026-04-25T03:51:06.807Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31222026-04-25T03:51:06.925Z Compiling cpufeatures v0.3.0
31232026-04-25T03:51:06.951Z Compiling rayon-core v1.13.0
31242026-04-25T03:51:06.985Z Compiling foreign-types-shared v0.3.1
31252026-04-25T03:51:07.003Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31262026-04-25T03:51:07.018Z Compiling colored v3.1.1
31272026-04-25T03:51:07.034Z Compiling chacha20 v0.10.0
31282026-04-25T03:51:07.094Z Compiling num_enum_derive v0.5.11
31292026-04-25T03:51:07.123Z Compiling num v0.4.3
31302026-04-25T03:51:07.199Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31312026-04-25T03:51:07.234Z Compiling crossbeam-deque v0.8.6
31322026-04-25T03:51:07.330Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31332026-04-25T03:51:07.348Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31342026-04-25T03:51:07.365Z Compiling foreign-types v0.5.0
31352026-04-25T03:51:07.404Z Compiling cstr-argument v0.1.2
31362026-04-25T03:51:07.423Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31372026-04-25T03:51:07.457Z Compiling float-ord v0.3.2
31382026-04-25T03:51:07.473Z Compiling rand v0.10.0
31392026-04-25T03:51:07.626Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31402026-04-25T03:51:07.658Z Compiling toml v0.8.23
31412026-04-25T03:51:07.697Z Compiling num_enum v0.7.5
31422026-04-25T03:51:07.716Z Compiling camino-tempfile v1.4.1
31432026-04-25T03:51:07.769Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31442026-04-25T03:51:07.840Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31452026-04-25T03:51:07.843Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31462026-04-25T03:51:07.899Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31472026-04-25T03:51:07.916Z Compiling rayon v1.11.0
31482026-04-25T03:51:07.982Z Compiling zone_cfg_derive v0.3.1
31492026-04-25T03:51:08.011Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31502026-04-25T03:51:08.076Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31512026-04-25T03:51:08.169Z Compiling ingot-types v0.1.2
31522026-04-25T03:51:08.189Z Compiling itertools v0.12.1
31532026-04-25T03:51:08.189Z Compiling num-derive v0.4.2
31542026-04-25T03:51:08.220Z Compiling num_enum v0.5.11
31552026-04-25T03:51:08.295Z Compiling sigpipe v0.1.3
31562026-04-25T03:51:08.311Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31572026-04-25T03:51:08.329Z Compiling glob v0.3.3
31582026-04-25T03:51:08.381Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31592026-04-25T03:51:08.384Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31602026-04-25T03:51:08.427Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31612026-04-25T03:51:08.444Z Compiling smf v0.2.3
31622026-04-25T03:51:08.501Z Compiling whoami v1.6.1
31632026-04-25T03:51:08.554Z Compiling ingot v0.1.1
31642026-04-25T03:51:08.665Z Compiling prettyplease v0.2.37
31652026-04-25T03:51:08.682Z Compiling gethostname v0.5.0
31662026-04-25T03:51:08.728Z Compiling usdt-attr-macro v0.5.0
31672026-04-25T03:51:08.759Z Compiling usdt-macro v0.5.0
31682026-04-25T03:51:08.825Z Compiling memmap v0.7.0
31692026-04-25T03:51:08.842Z Compiling atomicwrites v0.4.4
31702026-04-25T03:51:08.927Z Compiling derive-where v1.6.0
31712026-04-25T03:51:08.965Z Compiling typify-macro v0.6.1
31722026-04-25T03:51:09.008Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31732026-04-25T03:51:09.047Z Compiling cancel-safe-futures v0.1.5
31742026-04-25T03:51:09.064Z Compiling owo-colors v4.3.0
31752026-04-25T03:51:09.163Z Compiling resolv-conf v0.7.6
31762026-04-25T03:51:09.190Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31772026-04-25T03:51:09.311Z Compiling libsw-core v0.3.2
31782026-04-25T03:51:09.436Z Compiling zone v0.3.1
31792026-04-25T03:51:09.517Z Compiling async-recursion v1.1.1
31802026-04-25T03:51:09.558Z Compiling libsw v3.5.0
31812026-04-25T03:51:09.576Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31822026-04-25T03:51:09.600Z Compiling usdt v0.5.0
31832026-04-25T03:51:09.768Z Compiling libefi-sys v0.1.0
31842026-04-25T03:51:09.768Z Compiling linear-map v1.2.0
31852026-04-25T03:51:09.799Z Compiling console v0.15.11
31862026-04-25T03:51:09.909Z Compiling hickory-proto v0.24.4
31872026-04-25T03:51:09.954Z Compiling newline-converter v0.3.0
31882026-04-25T03:51:09.980Z Compiling bitfield-struct v0.6.2
31892026-04-25T03:51:10.019Z Compiling linked-hash-map v0.5.6
31902026-04-25T03:51:10.096Z Compiling semver v0.1.20
31912026-04-25T03:51:10.157Z Compiling expectorate v1.2.0
31922026-04-25T03:51:10.199Z Compiling lru-cache v0.1.2
31932026-04-25T03:51:10.234Z Compiling tokio-dtrace v0.1.1
31942026-04-25T03:51:10.250Z Compiling dropshot-api-manager-types v0.6.0
31952026-04-25T03:51:10.323Z Compiling rustc_version v0.1.7
31962026-04-25T03:51:10.340Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31972026-04-25T03:51:10.358Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31982026-04-25T03:51:10.360Z Compiling pin-project-internal v1.1.11
31992026-04-25T03:51:10.409Z Compiling slog-dtrace v0.3.0
32002026-04-25T03:51:10.425Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012026-04-25T03:51:10.440Z Compiling minimal-lexical v0.2.1
32022026-04-25T03:51:10.529Z Compiling oxide-tokio-rt v0.1.4
32032026-04-25T03:51:10.546Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32042026-04-25T03:51:10.565Z Compiling typify-impl v0.4.3
32052026-04-25T03:51:10.584Z Compiling newtype_derive v0.1.6
32062026-04-25T03:51:10.603Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32072026-04-25T03:51:10.676Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32082026-04-25T03:51:10.704Z Compiling nom v7.1.3
32092026-04-25T03:51:10.730Z Compiling phf_shared v0.12.1
32102026-04-25T03:51:10.784Z Compiling pem v3.0.6
32112026-04-25T03:51:10.812Z Compiling snafu-derive v0.8.9
32122026-04-25T03:51:10.853Z Compiling csv-core v0.1.13
32132026-04-25T03:51:10.869Z Compiling typify v0.6.1
32142026-04-25T03:51:10.931Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32152026-04-25T03:51:10.993Z Compiling progenitor-impl v0.13.0
32162026-04-25T03:51:11.010Z Compiling same-file v1.0.6
32172026-04-25T03:51:11.104Z Compiling highway v1.3.0
32182026-04-25T03:51:11.136Z Compiling chrono-tz v0.10.4
32192026-04-25T03:51:11.156Z Compiling xshell-macros v0.2.7
32202026-04-25T03:51:11.186Z Compiling const_format_proc_macros v0.2.34
32212026-04-25T03:51:11.203Z Compiling walkdir v2.5.0
32222026-04-25T03:51:11.388Z Compiling csv v1.4.0
32232026-04-25T03:51:11.510Z Compiling phf v0.12.1
32242026-04-25T03:51:11.586Z Compiling pin-project v1.1.11
32252026-04-25T03:51:11.602Z Compiling xshell v0.2.7
32262026-04-25T03:51:11.619Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32272026-04-25T03:51:11.692Z Compiling globset v0.4.18
32282026-04-25T03:51:11.713Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32292026-04-25T03:51:11.865Z Compiling olpc-cjson v0.1.4
32302026-04-25T03:51:11.914Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32312026-04-25T03:51:11.968Z Compiling primeorder v0.13.6
32322026-04-25T03:51:12.039Z Compiling hickory-resolver v0.24.4
32332026-04-25T03:51:12.062Z Compiling serde_plain v1.0.2
32342026-04-25T03:51:12.078Z Compiling typed-path v0.9.3
32352026-04-25T03:51:12.107Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32362026-04-25T03:51:12.133Z Compiling const_format v0.2.35
32372026-04-25T03:51:12.248Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32382026-04-25T03:51:12.416Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-04-25T03:51:12.432Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32402026-04-25T03:51:12.490Z Compiling tabled_derive v0.7.0
32412026-04-25T03:51:12.712Z Compiling bcs v0.1.6
32422026-04-25T03:51:12.841Z Compiling snafu v0.8.9
32432026-04-25T03:51:13.066Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32442026-04-25T03:51:13.085Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32452026-04-25T03:51:13.106Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32462026-04-25T03:51:13.181Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32472026-04-25T03:51:13.201Z Compiling qorb v0.4.1
32482026-04-25T03:51:13.241Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32492026-04-25T03:51:13.390Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-04-25T03:51:13.603Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32512026-04-25T03:51:13.631Z Compiling tough v0.20.0
32522026-04-25T03:51:13.734Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32532026-04-25T03:51:13.752Z Compiling progenitor-macro v0.13.0
32542026-04-25T03:51:13.752Z Compiling salty v0.3.0
32552026-04-25T03:51:13.784Z Compiling termtree v0.5.1
32562026-04-25T03:51:13.944Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32572026-04-25T03:51:13.972Z Compiling radium v0.7.0
32582026-04-25T03:51:14.056Z Compiling textwrap v0.16.2
32592026-04-25T03:51:14.109Z Compiling tabled v0.15.0
32602026-04-25T03:51:14.162Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32612026-04-25T03:51:14.302Z Compiling steno v0.4.1
32622026-04-25T03:51:14.406Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32632026-04-25T03:51:14.424Z Compiling maybe-uninit v2.0.0
32642026-04-25T03:51:14.579Z Compiling tagptr v0.2.0
32652026-04-25T03:51:14.595Z Compiling humantime v2.3.0
32662026-04-25T03:51:14.745Z Compiling base64 v0.21.7
32672026-04-25T03:51:14.762Z Compiling tap v1.0.1
32682026-04-25T03:51:14.898Z Compiling wyz v0.5.1
32692026-04-25T03:51:14.914Z Compiling moka v0.12.13
32702026-04-25T03:51:15.098Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32712026-04-25T03:51:15.130Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32722026-04-25T03:51:15.163Z Compiling p384 v0.13.1
32732026-04-25T03:51:15.205Z Compiling typify-macro v0.4.3
32742026-04-25T03:51:15.320Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32752026-04-25T03:51:15.365Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32762026-04-25T03:51:15.482Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32772026-04-25T03:51:15.747Z Compiling packed_struct v0.10.1
32782026-04-25T03:51:15.764Z Compiling parking_lot_core v0.8.6
32792026-04-25T03:51:15.767Z Compiling funty v2.0.0
32802026-04-25T03:51:15.797Z Compiling hickory-resolver v0.25.2
32812026-04-25T03:51:16.071Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32822026-04-25T03:51:16.180Z Compiling bitvec v1.0.1
32832026-04-25T03:51:16.351Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32842026-04-25T03:51:16.399Z Compiling polyval v0.6.2
32852026-04-25T03:51:16.503Z Compiling git-stub v1.0.0
32862026-04-25T03:51:16.663Z Compiling packed_struct_codegen v0.10.1
32872026-04-25T03:51:16.711Z Compiling zerocopy-derive v0.6.6
32882026-04-25T03:51:16.798Z Compiling bitfield-macros v0.19.4
32892026-04-25T03:51:16.825Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32902026-04-25T03:51:16.884Z Compiling proc-macro-error-attr2 v2.0.0
32912026-04-25T03:51:17.008Z Compiling typify v0.4.3
32922026-04-25T03:51:17.085Z Compiling indexmap v1.9.3
32932026-04-25T03:51:17.103Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32942026-04-25T03:51:17.151Z Compiling nodrop v0.1.14
32952026-04-25T03:51:17.281Z Compiling utf-8 v0.7.6
32962026-04-25T03:51:17.316Z Compiling crc-catalog v2.4.0
32972026-04-25T03:51:17.333Z Compiling proc-macro-error2 v2.0.1
32982026-04-25T03:51:17.378Z Compiling array-init v0.0.4
32992026-04-25T03:51:17.401Z Compiling git-stub-vcs v0.1.0
33002026-04-25T03:51:17.434Z Compiling tungstenite v0.21.0
33012026-04-25T03:51:17.489Z Compiling crc v3.4.0
33022026-04-25T03:51:17.559Z Compiling bitfield v0.19.4
33032026-04-25T03:51:17.660Z Compiling ghash v0.5.1
33042026-04-25T03:51:17.678Z Compiling zerocopy v0.6.6
33052026-04-25T03:51:17.693Z Compiling smallvec v0.6.14
33062026-04-25T03:51:17.742Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33072026-04-25T03:51:17.771Z Compiling num-derive v0.3.3
33082026-04-25T03:51:17.811Z Compiling ctr v0.9.2
33092026-04-25T03:51:17.835Z Compiling hashbrown v0.12.3
33102026-04-25T03:51:17.851Z Compiling unicase v2.9.0
33112026-04-25T03:51:17.910Z Compiling compression-core v0.4.31
33122026-04-25T03:51:17.939Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33132026-04-25T03:51:18.044Z Compiling compression-codecs v0.4.37
33142026-04-25T03:51:18.061Z Compiling tokio-tungstenite v0.21.0
33152026-04-25T03:51:18.064Z Compiling aes-gcm v0.10.3
33162026-04-25T03:51:18.102Z Compiling mime_guess v2.0.5
33172026-04-25T03:51:18.117Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33182026-04-25T03:51:18.190Z Compiling parking_lot v0.11.2
33192026-04-25T03:51:18.280Z Compiling serde-hex v0.1.0
33202026-04-25T03:51:18.342Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33212026-04-25T03:51:18.357Z Compiling tabled_derive v0.11.0
33222026-04-25T03:51:18.434Z Compiling progenitor-impl v0.11.2
33232026-04-25T03:51:18.622Z Compiling progenitor-impl v0.10.0
33242026-04-25T03:51:18.640Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-04-25T03:51:18.717Z Compiling ron v0.8.1
33262026-04-25T03:51:18.780Z Compiling papergrid v0.17.0
33272026-04-25T03:51:18.798Z Compiling libscf-sys v1.1.0
33282026-04-25T03:51:18.856Z Compiling testing_table v0.3.0
33292026-04-25T03:51:18.874Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33302026-04-25T03:51:18.975Z Compiling hashbrown v0.13.2
33312026-04-25T03:51:19.001Z Compiling progenitor v0.13.0
33322026-04-25T03:51:19.045Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33332026-04-25T03:51:19.178Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33342026-04-25T03:51:19.211Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33352026-04-25T03:51:19.299Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33362026-04-25T03:51:19.319Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33372026-04-25T03:51:19.466Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33382026-04-25T03:51:19.502Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33392026-04-25T03:51:19.651Z Compiling prefix-trie v0.7.0
33402026-04-25T03:51:19.752Z Compiling blowfish v0.9.1
33412026-04-25T03:51:19.755Z Compiling ssh-encoding v0.2.0
33422026-04-25T03:51:19.821Z Compiling fxhash v0.2.1
33432026-04-25T03:51:19.999Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33442026-04-25T03:51:20.037Z Compiling toml_datetime v1.0.0+spec-1.1.0
33452026-04-25T03:51:20.067Z Compiling dropshot v0.17.0
33462026-04-25T03:51:20.085Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33472026-04-25T03:51:20.103Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33482026-04-25T03:51:20.122Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33492026-04-25T03:51:20.140Z Compiling corncobs v0.1.4
33502026-04-25T03:51:20.302Z Compiling crc-any v2.5.0
33512026-04-25T03:51:20.385Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33522026-04-25T03:51:20.390Z Compiling toml v1.0.6+spec-1.1.0
33532026-04-25T03:51:20.417Z Compiling hickory-server v0.25.2
33542026-04-25T03:51:20.434Z Compiling ssh-cipher v0.2.0
33552026-04-25T03:51:20.452Z Compiling sled v0.34.7
33562026-04-25T03:51:20.542Z Compiling bcrypt-pbkdf v0.10.0
33572026-04-25T03:51:20.561Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33582026-04-25T03:51:20.853Z Compiling tabled v0.20.0
33592026-04-25T03:51:20.898Z Compiling object v0.30.4
33602026-04-25T03:51:20.914Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33612026-04-25T03:51:21.059Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33622026-04-25T03:51:21.211Z Compiling progenitor-macro v0.11.2
33632026-04-25T03:51:21.241Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33642026-04-25T03:51:21.328Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33652026-04-25T03:51:21.654Z Compiling progenitor-macro v0.10.0
33662026-04-25T03:51:21.842Z Compiling async-compression v0.4.41
33672026-04-25T03:51:22.143Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33682026-04-25T03:51:22.162Z Compiling progenitor-client v0.11.2
33692026-04-25T03:51:22.196Z Compiling password-hash v0.4.2
33702026-04-25T03:51:22.369Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33712026-04-25T03:51:22.467Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33722026-04-25T03:51:22.516Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33732026-04-25T03:51:22.691Z Compiling dropshot_endpoint v0.17.0
33742026-04-25T03:51:22.905Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33752026-04-25T03:51:22.937Z Compiling secrecy v0.8.0
33762026-04-25T03:51:23.120Z Compiling http-range v0.1.5
33772026-04-25T03:51:23.343Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33782026-04-25T03:51:23.403Z Compiling half v1.8.3
33792026-04-25T03:51:23.530Z Compiling path-slash v0.1.5
33802026-04-25T03:51:23.647Z Compiling serde_cbor v0.11.2
33812026-04-25T03:51:23.717Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33822026-04-25T03:51:24.239Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33832026-04-25T03:51:24.286Z Compiling pbkdf2 v0.11.0
33842026-04-25T03:51:24.529Z Compiling ssh-key v0.6.7
33852026-04-25T03:51:24.821Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33862026-04-25T03:51:24.930Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33872026-04-25T03:51:25.229Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33882026-04-25T03:51:25.259Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33892026-04-25T03:51:25.549Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33902026-04-25T03:51:25.587Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33912026-04-25T03:51:25.697Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-04-25T03:51:25.745Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33932026-04-25T03:51:25.881Z Compiling p256 v0.13.2
33942026-04-25T03:51:25.945Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33952026-04-25T03:51:26.253Z Compiling p521 v0.13.3
33962026-04-25T03:51:26.282Z Compiling yasna v0.5.2
33972026-04-25T03:51:26.284Z Compiling kstat-rs v0.2.4
33982026-04-25T03:51:26.342Z Compiling progenitor v0.11.2
33992026-04-25T03:51:26.367Z Compiling headers-core v0.3.0
34002026-04-25T03:51:26.443Z Compiling nanorand v0.7.0
34012026-04-25T03:51:26.516Z Compiling russh-cryptovec v0.7.3
34022026-04-25T03:51:26.534Z Compiling atty v0.2.14
34032026-04-25T03:51:26.549Z Compiling crc8 v0.1.1
34042026-04-25T03:51:26.625Z Compiling md5 v0.7.0
34052026-04-25T03:51:26.666Z Compiling home v0.5.12
34062026-04-25T03:51:26.689Z Compiling flume v0.11.1
34072026-04-25T03:51:26.706Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34082026-04-25T03:51:26.729Z Compiling rcgen v0.12.1
34092026-04-25T03:51:26.762Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34102026-04-25T03:51:26.810Z Compiling progenitor v0.10.0
34112026-04-25T03:51:26.833Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34122026-04-25T03:51:26.902Z Compiling russh-keys v0.45.0
34132026-04-25T03:51:26.929Z Compiling headers v0.4.1
34142026-04-25T03:51:26.977Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34152026-04-25T03:51:26.993Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34162026-04-25T03:51:27.025Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34172026-04-25T03:51:27.230Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34182026-04-25T03:51:27.374Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34192026-04-25T03:51:27.409Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34202026-04-25T03:51:27.515Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34212026-04-25T03:51:27.659Z Compiling hyper-staticfile v0.10.1
34222026-04-25T03:51:27.756Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34232026-04-25T03:51:27.773Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34242026-04-25T03:51:27.792Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34252026-04-25T03:51:27.957Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34262026-04-25T03:51:27.995Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34272026-04-25T03:51:28.081Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34282026-04-25T03:51:28.151Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34292026-04-25T03:51:28.220Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34302026-04-25T03:51:28.304Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34312026-04-25T03:51:28.500Z Compiling num-bigint v0.4.6
34322026-04-25T03:51:28.518Z Compiling des v0.8.1
34332026-04-25T03:51:28.579Z Compiling subprocess v0.2.15
34342026-04-25T03:51:28.637Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34352026-04-25T03:51:28.724Z Compiling hex-literal v0.4.1
34362026-04-25T03:51:28.740Z Compiling display-error-chain v0.2.2
34372026-04-25T03:51:28.866Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34382026-04-25T03:51:28.882Z Compiling colored v2.2.0
34392026-04-25T03:51:28.914Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34402026-04-25T03:51:28.965Z Compiling socket2 v0.5.10
34412026-04-25T03:51:29.009Z Compiling internet-checksum v0.2.1
34422026-04-25T03:51:29.086Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34432026-04-25T03:51:29.360Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34442026-04-25T03:51:29.396Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34452026-04-25T03:51:29.793Z Compiling russh v0.45.0
34462026-04-25T03:51:31.960Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34472026-04-25T03:51:32.635Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34482026-04-25T03:51:33.125Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34492026-04-25T03:51:33.270Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34502026-04-25T03:51:41.197Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34512026-04-25T03:51:41.197Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34522026-04-25T03:51:41.197Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34532026-04-25T03:51:41.200Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34542026-04-25T03:51:42.927Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34552026-04-25T03:51:42.957Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34562026-04-25T03:51:46.992Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34572026-04-25T03:52:06.730Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34582026-04-25T03:52:25.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
34592026-04-25T03:52:26.186Z
34602026-04-25T03:52:26.186Zreal 1:24.316301219
34612026-04-25T03:52:26.186Zuser 8:18.558954910
34622026-04-25T03:52:26.186Zsys 1:39.141895338
34632026-04-25T03:52:26.186Ztrap 0.263519269
34642026-04-25T03:52:26.186Ztflt 0.503482963
34652026-04-25T03:52:26.186Zdflt 1.555972907
34662026-04-25T03:52:26.186Zkflt 0.000336193
34672026-04-25T03:52:26.186Zlock 29:30.952438870
34682026-04-25T03:52:26.186Zslp 19:16.944851371
34692026-04-25T03:52:26.186Zlat 41.053755619
34702026-04-25T03:52:26.186Zstop 2:44.834712521
34712026-04-25T03:52:26.189Z+ mkdir tests
34722026-04-25T03:52:26.192Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34732026-04-25T03:52:26.192Z+ xargs -I '{}' -t cp '{}' tests/
34742026-04-25T03:52:26.220Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e04326113ae1a654 tests/
34752026-04-25T03:52:26.249Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6424ca494ee6be62 tests/
34762026-04-25T03:52:26.277Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-fe1fd95f6b4796aa tests/
34772026-04-25T03:52:26.308Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-97da6ee292bca89d tests/
34782026-04-25T03:52:26.563Z+ 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/*)
34792026-04-25T03:52:26.566Z+ 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-6424ca494ee6be62 tests/commtest-fe1fd95f6b4796aa tests/dhcp_server-e04326113ae1a654 tests/end_to_end_tests-97da6ee292bca89d 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
34802026-04-25T03:53:50.213ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34812026-04-25T03:53:50.213Za .github/buildomat/ci-env.sh 1K
34822026-04-25T03:53:50.213Za out/target/test 1K
34832026-04-25T03:53:50.213Za out/npuzone/npuzone 27402K
34842026-04-25T03:53:50.213Za package-manifest.toml 35K
34852026-04-25T03:53:50.213Za smf/sled-agent/non-gimlet/config.toml 6K
34862026-04-25T03:53:50.213Za target/release/omicron-package 45851K
34872026-04-25T03:53:50.213Za target/release/xtask 11446K
34882026-04-25T03:53:50.213Za target/debug/bootstrap 341012K
34892026-04-25T03:53:50.214Za tests/bootstrap-6424ca494ee6be62 31310K
34902026-04-25T03:53:50.214Za tests/commtest-fe1fd95f6b4796aa 32395K
34912026-04-25T03:53:50.214Za tests/dhcp_server-e04326113ae1a654 31310K
34922026-04-25T03:53:50.214Za tests/end_to_end_tests-97da6ee292bca89d 383075K
34932026-04-25T03:53:50.214Za out/clickhouse.tar.gz 310652K
34942026-04-25T03:53:50.214Za out/clickhouse_keeper.tar.gz 294735K
34952026-04-25T03:53:50.214Za out/clickhouse_server.tar.gz 310652K
34962026-04-25T03:53:50.214Za out/cockroachdb.tar.gz 158996K
34972026-04-25T03:53:50.214Za out/crucible-pantry-zone.tar.gz 40452K
34982026-04-25T03:53:50.214Za out/crucible-utils.tar 17744K
34992026-04-25T03:53:50.214Za out/crucible-zone.tar.gz 54591K
35002026-04-25T03:53:50.214Za out/external-dns.tar.gz 46069K
35012026-04-25T03:53:50.214Za out/internal-dns.tar.gz 46069K
35022026-04-25T03:53:50.214Za out/mg-ddm-gz.tar 95141K
35032026-04-25T03:53:50.215Za out/nexus.tar.gz 216535K
35042026-04-25T03:53:50.215Za out/ntp.tar.gz 26822K
35052026-04-25T03:53:50.215Za out/omicron-gateway-softnpu.tar.gz 29538K
35062026-04-25T03:53:50.215Za out/omicron-sled-agent.tar 194734K
35072026-04-25T03:53:50.215Za out/overlay.tar.gz 3K
35082026-04-25T03:53:50.215Za out/oximeter.tar.gz 62169K
35092026-04-25T03:53:50.215Za out/oxlog.tar 3782K
35102026-04-25T03:53:50.215Za out/probe.tar.gz 3037K
35112026-04-25T03:53:50.215Za out/propolis-server.tar.gz 38727K
35122026-04-25T03:53:50.215Za out/pumpkind-gz.tar 26647K
35132026-04-25T03:53:50.215Za out/switch-softnpu.tar.gz 392563K
35142026-04-25T03:53:50.219Z
35152026-04-25T03:53:50.219Zreal 1:23.650329739
35162026-04-25T03:53:50.219Zuser 1:21.038241178
35172026-04-25T03:53:50.219Zsys 4.335435260
35182026-04-25T03:53:50.219Ztrap 0.007242672
35192026-04-25T03:53:50.219Ztflt 0.000000000
35202026-04-25T03:53:50.219Zdflt 0.000000000
35212026-04-25T03:53:50.219Zkflt 0.000000000
35222026-04-25T03:53:50.219Zlock 0.000000000
35232026-04-25T03:53:50.219Zslp 1:20.992364796
35242026-04-25T03:53:50.219Zlat 0.923410507
35252026-04-25T03:53:50.219Zstop 0.000142384
35262026-04-25T03:53:50.219Zprocess exited: duration 936837 ms, exit code 0
 
35272026-04-25T03:53:50.233Zfound 1 output files
35282026-04-25T03:53:50.250Zuploading: /work/package.tar.gz (2369997066 bytes)
35292026-04-25T03:54:15.355Zuploaded: /work/package.tar.gz