01KDXQ3NF65M1HEND935YWZJDJ: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KDXQ44PRG4746GCNS01F70DJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-01-01T21:24:52.847Zjob assigned to worker 01KDXQ46ZAKPV90FQSY1T02J2W [factory aws, i-04c7e1cda6831ca03] (queued for 1 m 0 s)
 
22026-01-01T21:25:01.629Zstarting task 0: "setup"
32026-01-01T21:25:01.634Z++ uname -s
42026-01-01T21:25:01.637Z+ kern=SunOS
52026-01-01T21:25:01.637Z+ build_user=build
62026-01-01T21:25:01.637Z+ build_uid=12345
72026-01-01T21:25:01.637Z+ work_dir=/work
82026-01-01T21:25:01.637Z+ input_dir=/input
92026-01-01T21:25:01.637Z+ [[ 0 == 12345 ]]
102026-01-01T21:25:01.637Z+ case "$kern" in
112026-01-01T21:25:01.637Z+ groupadd -g 12345 build
122026-01-01T21:25:01.640Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-01-01T21:25:03.647Z+ zfs create -o mountpoint=/work rpool/work
142026-01-01T21:25:03.768Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-01-01T21:25:03.771Z+ home_fs=zfs
162026-01-01T21:25:03.771Z+ [[ zfs == autofs ]]
172026-01-01T21:25:03.771Z+ mkdir -p /home/build
182026-01-01T21:25:03.774Z+ chown build:build /home/build /work
192026-01-01T21:25:05.776Z+ chmod 0700 /home/build /work
202026-01-01T21:25:05.779Zprocess exited: duration 4152 ms, exit code 0
 
212026-01-01T21:25:05.785Zstarting task 1: "rust-toolchain"
222026-01-01T21:25:05.791Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-01-01T21:25:05.791Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-01-01T21:25:05.791Z * rust toolchain channel = "1.91.1"
252026-01-01T21:25:05.791Z * rust toolchain profile = "default"
262026-01-01T21:25:05.791Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-01-01T21:25:05.791Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-01-01T21:25:05.794Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-01-01T21:25:05.794Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-01-01T21:25:05.930Zinfo: downloading installer
312026-01-01T21:25:07.868Zwarn: It looks like you have an existing installation of Rust at:
322026-01-01T21:25:07.868Zwarn: /opt/ooce/bin
332026-01-01T21:25:07.868Zwarn: It is recommended that rustup be the primary Rust installation.
342026-01-01T21:25:07.868Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-01-01T21:25:07.868Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-01-01T21:25:07.868Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-01-01T21:25:07.868Zwarn: or pass `-y' to ignore all ignorable checks.
382026-01-01T21:25:07.868Zerror: cannot install while Rust is installed
392026-01-01T21:25:07.868Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-01-01T21:25:07.883Zinfo: profile set to 'default'
412026-01-01T21:25:07.883Zinfo: default host triple is x86_64-unknown-illumos
422026-01-01T21:25:07.886Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-01-01T21:25:08.054Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-01-01T21:25:08.054Zinfo: downloading component 'cargo'
452026-01-01T21:25:09.012Zinfo: downloading component 'clippy'
462026-01-01T21:25:09.342Zinfo: downloading component 'rust-docs'
472026-01-01T21:25:11.082Zinfo: downloading component 'rust-std'
482026-01-01T21:25:12.607Zinfo: downloading component 'rustc'
492026-01-01T21:25:18.818Zinfo: downloading component 'rustfmt'
502026-01-01T21:25:19.045Zinfo: installing component 'cargo'
512026-01-01T21:25:19.992Zinfo: installing component 'clippy'
522026-01-01T21:25:20.389Zinfo: installing component 'rust-docs'
532026-01-01T21:25:22.364Zinfo: installing component 'rust-std'
542026-01-01T21:25:24.201Zinfo: installing component 'rustc'
552026-01-01T21:25:31.065Zinfo: installing component 'rustfmt'
562026-01-01T21:25:31.420Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-01-01T21:25:31.420Z
582026-01-01T21:25:31.934Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-01-01T21:25:31.934Z
602026-01-01T21:25:31.947Z
612026-01-01T21:25:31.948ZRust is installed now. Great!
622026-01-01T21:25:31.948Z
632026-01-01T21:25:31.948ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-01-01T21:25:31.948Zenvironment variable. This has not been done automatically.
652026-01-01T21:25:31.948Z
662026-01-01T21:25:31.948ZTo configure your current shell, you need to source
672026-01-01T21:25:31.949Zthe corresponding env file under $HOME/.cargo.
682026-01-01T21:25:31.949Z
692026-01-01T21:25:31.949ZThis is usually done by running one of the following (note the leading DOT):
702026-01-01T21:25:31.949Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-01-01T21:25:31.949Zsource "$HOME/.cargo/env.fish" # For fish
722026-01-01T21:25:31.949Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-01-01T21:25:32.047Z+ rustup --version
742026-01-01T21:25:32.060Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-01-01T21:25:32.072Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-01-01T21:25:32.153Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-01-01T21:25:32.160Z+ cargo --version
782026-01-01T21:25:32.236Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-01-01T21:25:32.252Z+ rustc --version
802026-01-01T21:25:32.309Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-01-01T21:25:32.315Zprocess exited: duration 26519 ms, exit code 0
 
822026-01-01T21:25:32.330Zstarting task 2: "authentication"
832026-01-01T21:25:32.359Zprocess exited: duration 27 ms, exit code 0
 
842026-01-01T21:25:32.384Zstarting task 3: "clone repository"
852026-01-01T21:25:32.406Z+ mkdir -p /work/oxidecomputer/omicron
862026-01-01T21:25:32.407Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-01-01T21:25:32.429ZCloning into '/work/oxidecomputer/omicron'...
882026-01-01T21:25:43.568Z+ cd /work/oxidecomputer/omicron
892026-01-01T21:25:43.568Z+ git fetch origin 13d71f395844ebc281468e81c9874abf7f41aa7a
902026-01-01T21:25:43.877ZFrom https://github.com/oxidecomputer/omicron
912026-01-01T21:25:43.877Z * branch 13d71f395844ebc281468e81c9874abf7f41aa7a -> FETCH_HEAD
922026-01-01T21:25:43.889Z+ [[ -n sled-agent-trust-quorum-api ]]
932026-01-01T21:25:43.892Z++ git branch --show-current
942026-01-01T21:25:43.895Z+ current=main
952026-01-01T21:25:43.895Z+ [[ main != sled-agent-trust-quorum-api ]]
962026-01-01T21:25:43.895Z+ git branch -f sled-agent-trust-quorum-api 13d71f395844ebc281468e81c9874abf7f41aa7a
972026-01-01T21:25:43.898Z+ git checkout -f sled-agent-trust-quorum-api
982026-01-01T21:25:44.255ZSwitched to branch 'sled-agent-trust-quorum-api'
992026-01-01T21:25:44.258Z+ git reset --hard 13d71f395844ebc281468e81c9874abf7f41aa7a
1002026-01-01T21:25:44.276ZHEAD is now at 13d71f395 fix comment
1012026-01-01T21:25:44.280Zprocess exited: duration 11899 ms, exit code 0
 
1022026-01-01T21:25:44.286Zstarting task 4: "build"
1032026-01-01T21:25:44.292Z+ source .github/buildomat/ci-env.sh
1042026-01-01T21:25:44.292Z++ export CARGO_TERM_COLOR=always
1052026-01-01T21:25:44.295Z++ CARGO_TERM_COLOR=always
1062026-01-01T21:25:44.296Z+ cargo --version
1072026-01-01T21:25:44.357Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-01-01T21:25:44.360Z+ rustc --version
1092026-01-01T21:25:44.437Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-01-01T21:25:44.442Z+ WORK=/work
1112026-01-01T21:25:44.442Z+ pfexec mkdir -p /work
1122026-01-01T21:25:44.447Z+ pfexec chown build /work
1132026-01-01T21:25:44.450Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-01-01T21:25:54.801Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-01-01T21:26:04.288Z Startup: Caching catalogs ... Done
1162026-01-01T21:26:21.175ZPlanning: Solver setup ... Done (15.312s)
1172026-01-01T21:26:21.297ZPlanning: Running solver ... Done (0.122s)
1182026-01-01T21:26:21.440ZPlanning: Finding local manifests ... Done (0.003s)
1192026-01-01T21:26:21.451ZPlanning: Fetching manifests: 0/4 0% complete
1202026-01-01T21:26:21.593ZPlanning: Fetching manifests: 4/4 100% complete
1212026-01-01T21:26:21.645ZPlanning: Package planning ... Done (0.052s)
1222026-01-01T21:26:21.697ZPlanning: Merging actions ... Done (0.051s)
1232026-01-01T21:26:21.980ZPlanning: Checking for conflicting actions ... Done (0.283s)
1242026-01-01T21:26:21.992ZPlanning: Consolidating action changes ... Done (0.012s)
1252026-01-01T21:26:23.027ZPlanning: Evaluating mediators ... Done (1.034s)
1262026-01-01T21:26:23.037ZPlanning: Planning completed in 18.60 seconds
1272026-01-01T21:26:23.052Z Packages to install: 4
1282026-01-01T21:26:23.052Z Mediators to change: 2
1292026-01-01T21:26:23.052Z Services to change: 1
1302026-01-01T21:26:23.055Z Estimated space available: 155.44 GB
1312026-01-01T21:26:23.055ZEstimated space to be consumed: 1.78 GB
1322026-01-01T21:26:23.055Z Create boot environment: No
1332026-01-01T21:26:23.055ZCreate backup boot environment: No
1342026-01-01T21:26:23.055Z Rebuild boot archive: No
1352026-01-01T21:26:23.055Z
1362026-01-01T21:26:23.055ZChanged mediators:
1372026-01-01T21:26:23.055Z mediator clang:
1382026-01-01T21:26:23.056Z version: None -> 15 (system default)
1392026-01-01T21:26:23.056Z
1402026-01-01T21:26:23.056Z mediator llvm:
1412026-01-01T21:26:23.056Z version: 14 (system default) -> 15 (system default)
1422026-01-01T21:26:23.056Z
1432026-01-01T21:26:23.056ZChanged packages:
1442026-01-01T21:26:23.056Zhelios-dev
1452026-01-01T21:26:23.056Z developer/build-essential
1462026-01-01T21:26:23.056Z None -> 11-2.0
1472026-01-01T21:26:23.056Z library/libxmlsec1
1482026-01-01T21:26:23.056Z None -> 1.2.35-2.0
1492026-01-01T21:26:23.056Z ooce/developer/clang-15
1502026-01-01T21:26:23.056Z None -> 15.0.7-2.0
1512026-01-01T21:26:23.056Z ooce/developer/llvm-15
1522026-01-01T21:26:23.056Z None -> 15.0.7-2.0
1532026-01-01T21:26:23.056Z
1542026-01-01T21:26:23.056ZServices:
1552026-01-01T21:26:23.056Z restart_fmri:
1562026-01-01T21:26:23.056Z svc:/system/update-man-index:default
1572026-01-01T21:26:23.107Z
1582026-01-01T21:26:23.107ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-01-01T21:26:28.109ZDownload: 3124/3290 items 145.2/212.6MB 68% complete (28.9M/s)
1602026-01-01T21:26:30.312ZDownload: Completed 212.60 MB in 7.20 seconds (29.5M/s)
1612026-01-01T21:26:30.622Z Actions: 1/3689 actions (Installing new actions)
1622026-01-01T21:26:35.245Z Actions: Completed 3689 actions in 4.62 seconds.
1632026-01-01T21:26:35.955Z Done (0.704s)
1642026-01-01T21:26:35.955Z Done (0.000s)
1652026-01-01T21:26:37.004Z Done (1.048s)
1662026-01-01T21:26:41.586Z Done (4.225s)
1672026-01-01T21:26:41.680Z Done (0.020s)
1682026-01-01T21:26:41.684Z Done (0.000s)
1692026-01-01T21:26:41.858Z Done (0.000s)
1702026-01-01T21:26:42.847ZPlanning: Evaluating mediator changes ... Done
1712026-01-01T21:26:43.018ZPlanning: Checking for conflicting actions ... Done
1722026-01-01T21:26:43.021ZPlanning: Consolidating action changes ... Done
1732026-01-01T21:26:43.307ZPlanning: Evaluating mediators ... Done
1742026-01-01T21:26:43.310ZPlanning: Planning completed in 0.46 seconds
1752026-01-01T21:26:43.341Z Mediators to change: 2
1762026-01-01T21:26:43.341Z Create boot environment: No
1772026-01-01T21:26:43.344ZCreate backup boot environment: No
1782026-01-01T21:26:43.428Z Done
1792026-01-01T21:26:43.428Z Done
1802026-01-01T21:26:44.141Z Done
1812026-01-01T21:26:48.043Z Done
1822026-01-01T21:26:48.132Z Done
1832026-01-01T21:26:48.135Z Done
1842026-01-01T21:26:48.338Z Done
1852026-01-01T21:26:48.987ZPlanning: Evaluating mediator changes ... Done
1862026-01-01T21:26:48.990ZPlanning: Merging actions ... Done
1872026-01-01T21:26:49.196ZPlanning: Checking for conflicting actions ... Done
1882026-01-01T21:26:49.199ZPlanning: Consolidating action changes ... Done
1892026-01-01T21:26:49.475ZPlanning: Evaluating mediators ... Done
1902026-01-01T21:26:49.534ZPlanning: Planning completed in 0.80 seconds
1912026-01-01T21:26:49.570Z Packages to change: 1
1922026-01-01T21:26:49.570Z Mediators to change: 1
1932026-01-01T21:26:49.570Z Services to change: 1
1942026-01-01T21:26:49.573Z Create boot environment: No
1952026-01-01T21:26:49.573ZCreate backup boot environment: Yes
1962026-01-01T21:26:52.311Z Actions: 1/6 actions (Updating modified actions)
1972026-01-01T21:26:52.314Z Actions: Completed 6 actions in 0.00 seconds.
1982026-01-01T21:26:52.314Z Done
1992026-01-01T21:26:52.314Z Done
2002026-01-01T21:26:52.515Z Done
2012026-01-01T21:26:56.545Z Done
2022026-01-01T21:26:56.647Z Done
2032026-01-01T21:26:56.650Z Done
2042026-01-01T21:26:56.820Z Done
2052026-01-01T21:26:57.301ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-01-01T21:26:57.301Zclang system 15 system
2072026-01-01T21:26:57.301Zcsh system system illumos
2082026-01-01T21:26:57.301Zctags system system illumos
2092026-01-01T21:26:57.301Zfile system system illumos
2102026-01-01T21:26:57.301Zgcc vendor 12 vendor
2112026-01-01T21:26:57.301Zgcc system 10 system
2122026-01-01T21:26:57.301Zgcc system 7 system
2132026-01-01T21:26:57.301Zgo system 1.20 system
2142026-01-01T21:26:57.301Zgo system 1.19 system
2152026-01-01T21:26:57.301Zllvm system 15 system
2162026-01-01T21:26:57.301Zllvm system 14 system
2172026-01-01T21:26:57.301Zmariadb system 10.6 system
2182026-01-01T21:26:57.301Zmta vendor vendor dma
2192026-01-01T21:26:57.301Zopenjdk system 17 system
2202026-01-01T21:26:57.301Zopenjdk system 11 system
2212026-01-01T21:26:57.301Zopenjdk system 1.8 system
2222026-01-01T21:26:57.301Zopenssl vendor 3 vendor
2232026-01-01T21:26:57.301Zperl system 5.36 system
2242026-01-01T21:26:57.301Zpostgresql system 15 system
2252026-01-01T21:26:57.301Zpostgresql system 13 system
2262026-01-01T21:26:57.301Zpython vendor 3 vendor
2272026-01-01T21:26:57.301Zpython system 2 system
2282026-01-01T21:26:57.301Zpython3 system 3.11 system
2292026-01-01T21:26:57.301Zruby system 3.0 system
2302026-01-01T21:26:57.301Zwords vendor vendor american-english
2312026-01-01T21:26:57.301Zwords system system australian-english
2322026-01-01T21:26:57.301Zwords system system british-english
2332026-01-01T21:26:57.301Zwords system system canadian-english
2342026-01-01T21:26:57.301Zwords system system french
2352026-01-01T21:26:57.301Zwords system system italian
2362026-01-01T21:26:57.301Zwords system system ngerman
2372026-01-01T21:26:57.301Zwords system system ogerman
2382026-01-01T21:26:57.301Zwords system system spanish
2392026-01-01T21:26:57.683ZPUBLISHER TYPE STATUS P LOCATION
2402026-01-01T21:26:57.683Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-01-01T21:27:03.664ZFMRI IFO
2422026-01-01T21:27:03.664Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-01-01T21:27:03.664Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-01-01T21:27:03.664Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-01-01T21:27:03.664Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-01-01T21:27:03.664Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-01-01T21:27:03.664Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-01-01T21:27:03.664Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492026-01-01T21:27:03.664Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502026-01-01T21:27:03.664Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512026-01-01T21:27:03.664Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522026-01-01T21:27:03.664Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532026-01-01T21:27:03.664Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542026-01-01T21:27:03.664Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552026-01-01T21:27:03.664Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562026-01-01T21:27:03.664Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572026-01-01T21:27:03.665Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582026-01-01T21:27:04.818Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-01-01T21:27:05.137Z Updating crates.io index
2602026-01-01T21:27:05.140Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-01-01T21:27:05.463Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2622026-01-01T21:27:06.250Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2632026-01-01T21:27:06.580Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642026-01-01T21:27:06.857Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2652026-01-01T21:27:07.227Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-01-01T21:27:08.510Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-01-01T21:27:10.731Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-01-01T21:27:11.431Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-01-01T21:27:11.679Z Updating git repository `https://github.com/oxidecomputer/falcon`
2702026-01-01T21:27:12.538Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2712026-01-01T21:27:13.121Z Updating git repository `https://github.com/oxidecomputer/clickward`
2722026-01-01T21:27:13.567Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732026-01-01T21:27:13.903Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742026-01-01T21:27:14.203Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2752026-01-01T21:27:14.891Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-01-01T21:27:15.447Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-01-01T21:27:15.741Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782026-01-01T21:27:15.993Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2792026-01-01T21:27:16.377Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2802026-01-01T21:27:16.886Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2812026-01-01T21:27:17.121Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2822026-01-01T21:27:17.355Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-01-01T21:27:17.873Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-01-01T21:27:18.366Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-01-01T21:27:18.625Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-01-01T21:27:18.940Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-01-01T21:27:19.231Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-01-01T21:27:20.753Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2892026-01-01T21:27:21.128Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-01-01T21:27:21.475Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-01-01T21:27:21.848Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-01-01T21:27:22.270Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932026-01-01T21:27:22.489Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942026-01-01T21:27:22.735Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952026-01-01T21:27:22.993Z Updating git repository `https://github.com/oxidecomputer/omicron`
2962026-01-01T21:27:33.967Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-01-01T21:27:35.872Z Downloading crates ...
2982026-01-01T21:27:35.947Z Downloaded anstyle v1.0.11
2992026-01-01T21:27:35.953Z Downloaded bytecount v0.6.8
3002026-01-01T21:27:35.956Z Downloaded anstyle-parse v0.2.5
3012026-01-01T21:27:35.960Z Downloaded cargo-util-schemas v0.8.2
3022026-01-01T21:27:35.963Z Downloaded anstream v0.6.18
3032026-01-01T21:27:35.966Z Downloaded autocfg v1.4.0
3042026-01-01T21:27:35.966Z Downloaded anyhow v1.0.99
3052026-01-01T21:27:35.968Z Downloaded anstyle-query v1.1.1
3062026-01-01T21:27:35.971Z Downloaded bitflags v2.9.4
3072026-01-01T21:27:35.974Z Downloaded block-buffer v0.10.4
3082026-01-01T21:27:35.994Z Downloaded unicode-xid v0.2.6
3092026-01-01T21:27:35.997Z Downloaded zerovec-derive v0.10.3
3102026-01-01T21:27:36.000Z Downloaded writeable v0.5.5
3112026-01-01T21:27:36.000Z Downloaded usdt-macro v0.5.0
3122026-01-01T21:27:36.000Z Downloaded usdt-attr-macro v0.5.0
3132026-01-01T21:27:36.003Z Downloaded toml_datetime v0.6.11
3142026-01-01T21:27:36.003Z Downloaded utf8parse v0.2.2
3152026-01-01T21:27:36.005Z Downloaded unicode-linebreak v0.1.5
3162026-01-01T21:27:36.005Z Downloaded version_check v0.9.5
3172026-01-01T21:27:36.009Z Downloaded idna_adapter v1.2.0
3182026-01-01T21:27:36.009Z Downloaded icu_provider_macros v1.5.0
3192026-01-01T21:27:36.009Z Downloaded thread-id v4.2.2
3202026-01-01T21:27:36.009Z Downloaded zerofrom v0.1.4
3212026-01-01T21:27:36.012Z Downloaded ordered-float v2.10.1
3222026-01-01T21:27:36.012Z Downloaded macaddr v1.0.1
3232026-01-01T21:27:36.014Z Downloaded zerofrom-derive v0.1.4
3242026-01-01T21:27:36.014Z Downloaded is_terminal_polyfill v1.70.1
3252026-01-01T21:27:36.014Z Downloaded usdt v0.5.0
3262026-01-01T21:27:36.017Z Downloaded memmap v0.7.0
3272026-01-01T21:27:36.017Z Downloaded thiserror v1.0.69
3282026-01-01T21:27:36.021Z Downloaded write16 v1.0.0
3292026-01-01T21:27:36.024Z Downloaded typeid v1.0.3
3302026-01-01T21:27:36.024Z Downloaded once_cell v1.21.3
3312026-01-01T21:27:36.027Z Downloaded yoke-derive v0.7.4
3322026-01-01T21:27:36.027Z Downloaded icu_provider v1.5.0
3332026-01-01T21:27:36.030Z Downloaded papergrid v0.11.0
3342026-01-01T21:27:36.035Z Downloaded utf8_iter v1.0.4
3352026-01-01T21:27:36.038Z Downloaded tinystr v0.7.6
3362026-01-01T21:27:36.051Z Downloaded pretty-hex v0.4.1
3372026-01-01T21:27:36.051Z Downloaded plain v0.2.3
3382026-01-01T21:27:36.052Z Downloaded thiserror-impl v2.0.17
3392026-01-01T21:27:36.052Z Downloaded percent-encoding v2.3.2
3402026-01-01T21:27:36.052Z Downloaded idna v1.0.3
3412026-01-01T21:27:36.052Z Downloaded yoke v0.7.4
3422026-01-01T21:27:36.052Z Downloaded usdt-impl v0.5.0
3432026-01-01T21:27:36.052Z Downloaded fastrand v2.1.1
3442026-01-01T21:27:36.055Z Downloaded errno v0.3.12
3452026-01-01T21:27:36.055Z Downloaded stable_deref_trait v1.2.0
3462026-01-01T21:27:36.055Z Downloaded scroll_derive v0.12.0
3472026-01-01T21:27:36.055Z Downloaded crypto-common v0.1.6
3482026-01-01T21:27:36.055Z Downloaded litemap v0.7.3
3492026-01-01T21:27:36.058Z Downloaded ucd-trie v0.1.7
3502026-01-01T21:27:36.058Z Downloaded zerocopy-derive v0.7.35
3512026-01-01T21:27:36.061Z Downloaded heck v0.5.0
3522026-01-01T21:27:36.064Z Downloaded form_urlencoded v1.2.2
3532026-01-01T21:27:36.064Z Downloaded cpufeatures v0.2.14
3542026-01-01T21:27:36.067Z Downloaded heck v0.4.1
3552026-01-01T21:27:36.067Z Downloaded cargo-platform v0.2.0
3562026-01-01T21:27:36.067Z Downloaded generic-array v0.14.7
3572026-01-01T21:27:36.070Z Downloaded cfg-if v1.0.4
3582026-01-01T21:27:36.070Z Downloaded typenum v1.17.0
3592026-01-01T21:27:36.073Z Downloaded serde-value v0.7.0
3602026-01-01T21:27:36.073Z Downloaded toml v0.8.23
3612026-01-01T21:27:36.076Z Downloaded unicode-ident v1.0.19
3622026-01-01T21:27:36.078Z Downloaded textwrap v0.16.2
3632026-01-01T21:27:36.081Z Downloaded url v2.5.4
3642026-01-01T21:27:36.084Z Downloaded tabled_derive v0.7.0
3652026-01-01T21:27:36.084Z Downloaded strsim v0.11.1
3662026-01-01T21:27:36.084Z Downloaded serde_spanned v0.6.9
3672026-01-01T21:27:36.087Z Downloaded thiserror v2.0.17
3682026-01-01T21:27:36.090Z Downloaded toml_edit v0.22.27
3692026-01-01T21:27:36.094Z Downloaded swrite v0.1.0
3702026-01-01T21:27:36.097Z Downloaded scroll v0.12.0
3712026-01-01T21:27:36.097Z Downloaded fnv v1.0.7
3722026-01-01T21:27:36.097Z Downloaded dtrace-parser v0.2.0
3732026-01-01T21:27:36.100Z Downloaded clap_lex v0.7.4
3742026-01-01T21:27:36.100Z Downloaded equivalent v1.0.2
3752026-01-01T21:27:36.100Z Downloaded proc-macro-error v1.0.4
3762026-01-01T21:27:36.103Z Downloaded semver v1.0.27
3772026-01-01T21:27:36.105Z Downloaded quote v1.0.40
3782026-01-01T21:27:36.108Z Downloaded zerovec v0.10.4
3792026-01-01T21:27:36.112Z Downloaded proc-macro-error-attr v1.0.4
3802026-01-01T21:27:36.114Z Downloaded cargo_toml v0.21.0
3812026-01-01T21:27:36.114Z Downloaded digest v0.10.7
3822026-01-01T21:27:36.117Z Downloaded terminal_size v0.4.0
3832026-01-01T21:27:36.117Z Downloaded serde-untagged v0.1.7
3842026-01-01T21:27:36.120Z Downloaded icu_collections v1.5.0
3852026-01-01T21:27:36.123Z Downloaded winnow v0.7.13
3862026-01-01T21:27:36.131Z Downloaded pest_meta v2.8.2
3872026-01-01T21:27:36.134Z Downloaded zerocopy v0.7.35
3882026-01-01T21:27:36.147Z Downloaded synstructure v0.13.1
3892026-01-01T21:27:36.150Z Downloaded tabled v0.15.0
3902026-01-01T21:27:36.161Z Downloaded icu_locid_transform_data v1.5.0
3912026-01-01T21:27:36.164Z Downloaded unicode-width v0.2.0
3922026-01-01T21:27:36.167Z Downloaded unicode-width v0.1.14
3932026-01-01T21:27:36.172Z Downloaded serde_derive v1.0.228
3942026-01-01T21:27:36.175Z Downloaded proc-macro2 v1.0.101
3952026-01-01T21:27:36.178Z Downloaded tempfile v3.20.0
3962026-01-01T21:27:36.180Z Downloaded serde_core v1.0.228
3972026-01-01T21:27:36.183Z Downloaded icu_properties v1.5.1
3982026-01-01T21:27:36.186Z Downloaded icu_normalizer_data v1.5.0
3992026-01-01T21:27:36.186Z Downloaded clap v4.5.48
4002026-01-01T21:27:36.193Z Downloaded serde v1.0.228
4012026-01-01T21:27:36.196Z Downloaded icu_locid v1.5.0
4022026-01-01T21:27:36.200Z Downloaded getrandom v0.3.4
4032026-01-01T21:27:36.202Z Downloaded num-traits v0.2.19
4042026-01-01T21:27:36.205Z Downloaded icu_normalizer v1.5.0
4052026-01-01T21:27:36.208Z Downloaded clap_derive v4.5.47
4062026-01-01T21:27:36.211Z Downloaded smallvec v1.15.1
4072026-01-01T21:27:36.214Z Downloaded pest_derive v2.8.2
4082026-01-01T21:27:36.214Z Downloaded pest v2.8.2
4092026-01-01T21:27:36.218Z Downloaded memchr v2.7.4
4102026-01-01T21:27:36.222Z Downloaded icu_locid_transform v1.5.0
4112026-01-01T21:27:36.225Z Downloaded camino v1.2.1
4122026-01-01T21:27:36.228Z Downloaded hashbrown v0.16.1
4132026-01-01T21:27:36.230Z Downloaded indexmap v2.12.1
4142026-01-01T21:27:36.234Z Downloaded serde_json v1.0.145
4152026-01-01T21:27:36.240Z Downloaded clap_builder v4.5.48
4162026-01-01T21:27:36.246Z Downloaded icu_properties_data v1.5.0
4172026-01-01T21:27:36.253Z Downloaded ryu v1.0.18
4182026-01-01T21:27:36.256Z Downloaded displaydoc v0.2.5
4192026-01-01T21:27:36.259Z Downloaded goblin v0.8.2
4202026-01-01T21:27:36.263Z Downloaded erased-serde v0.4.6
4212026-01-01T21:27:36.266Z Downloaded syn v1.0.109
4222026-01-01T21:27:36.273Z Downloaded fs-err v3.1.1
4232026-01-01T21:27:36.276Z Downloaded smawk v0.3.2
4242026-01-01T21:27:36.276Z Downloaded syn v2.0.111
4252026-01-01T21:27:36.285Z Downloaded sha2 v0.10.9
4262026-01-01T21:27:36.288Z Downloaded rustix v0.38.37
4272026-01-01T21:27:36.305Z Downloaded serde_tokenstream v0.2.2
4282026-01-01T21:27:36.308Z Downloaded byteorder v1.5.0
4292026-01-01T21:27:36.308Z Downloaded cargo_metadata v0.21.0
4302026-01-01T21:27:36.311Z Downloaded camino-tempfile v1.4.1
4312026-01-01T21:27:36.311Z Downloaded rustix v1.0.7
4322026-01-01T21:27:36.331Z Downloaded pest_generator v2.8.2
4332026-01-01T21:27:36.334Z Downloaded dof v0.3.0
4342026-01-01T21:27:36.334Z Downloaded colorchoice v1.0.2
4352026-01-01T21:27:36.337Z Downloaded utf16_iter v1.0.5
4362026-01-01T21:27:36.337Z Downloaded log v0.4.27
4372026-01-01T21:27:36.337Z Downloaded toml_write v0.1.2
4382026-01-01T21:27:36.340Z Downloaded itoa v1.0.11
4392026-01-01T21:27:36.340Z Downloaded thiserror-impl v1.0.69
4402026-01-01T21:27:36.351Z Downloaded libc v0.2.174
4412026-01-01T21:27:36.432Z Compiling proc-macro2 v1.0.101
4422026-01-01T21:27:36.432Z Compiling unicode-ident v1.0.19
4432026-01-01T21:27:36.435Z Compiling serde_core v1.0.228
4442026-01-01T21:27:36.435Z Compiling serde v1.0.228
4452026-01-01T21:27:36.435Z Compiling version_check v0.9.5
4462026-01-01T21:27:36.435Z Compiling libc v0.2.174
4472026-01-01T21:27:36.435Z Compiling memchr v2.7.4
4482026-01-01T21:27:36.659Z Compiling thiserror v2.0.17
4492026-01-01T21:27:36.912Z Compiling stable_deref_trait v1.2.0
4502026-01-01T21:27:37.053Z Compiling itoa v1.0.11
4512026-01-01T21:27:37.322Z Compiling writeable v0.5.5
4522026-01-01T21:27:37.490Z Compiling ucd-trie v0.1.7
4532026-01-01T21:27:37.518Z Compiling ryu v1.0.18
4542026-01-01T21:27:37.912Z Compiling thiserror v1.0.69
4552026-01-01T21:27:37.944Z Compiling litemap v0.7.3
4562026-01-01T21:27:38.043Z Compiling autocfg v1.4.0
4572026-01-01T21:27:38.331Z Compiling byteorder v1.5.0
4582026-01-01T21:27:38.798Z Compiling icu_locid_transform_data v1.5.0
4592026-01-01T21:27:38.858Z Compiling errno v0.3.12
4602026-01-01T21:27:38.882Z Compiling bitflags v2.9.4
4612026-01-01T21:27:39.002Z Compiling quote v1.0.40
4622026-01-01T21:27:39.028Z Compiling serde_json v1.0.145
4632026-01-01T21:27:39.109Z Compiling icu_properties_data v1.5.0
4642026-01-01T21:27:39.310Z Compiling num-traits v0.2.19
4652026-01-01T21:27:39.413Z Compiling syn v2.0.111
4662026-01-01T21:27:39.623Z Compiling hashbrown v0.16.1
4672026-01-01T21:27:39.651Z Compiling icu_normalizer_data v1.5.0
4682026-01-01T21:27:39.679Z Compiling utf16_iter v1.0.5
4692026-01-01T21:27:39.740Z Compiling write16 v1.0.0
4702026-01-01T21:27:39.794Z Compiling utf8_iter v1.0.4
4712026-01-01T21:27:39.845Z Compiling equivalent v1.0.2
4722026-01-01T21:27:39.889Z Compiling smallvec v1.15.1
4732026-01-01T21:27:39.916Z Compiling typeid v1.0.3
4742026-01-01T21:27:39.992Z Compiling rustix v0.38.37
4752026-01-01T21:27:40.497Z Compiling usdt-impl v0.5.0
4762026-01-01T21:27:40.625Z Compiling proc-macro-error-attr v1.0.4
4772026-01-01T21:27:40.783Z Compiling winnow v0.7.13
4782026-01-01T21:27:40.843Z Compiling indexmap v2.12.1
4792026-01-01T21:27:40.872Z Compiling toml_write v0.1.2
4802026-01-01T21:27:40.903Z Compiling syn v1.0.109
4812026-01-01T21:27:41.301Z Compiling thread-id v4.2.2
4822026-01-01T21:27:41.863Z Compiling proc-macro-error v1.0.4
4832026-01-01T21:27:42.325Z Compiling utf8parse v0.2.2
4842026-01-01T21:27:42.365Z Compiling rustix v1.0.7
4852026-01-01T21:27:42.537Z Compiling percent-encoding v2.3.2
4862026-01-01T21:27:42.707Z Compiling camino v1.2.1
4872026-01-01T21:27:42.922Z Compiling getrandom v0.3.4
4882026-01-01T21:27:43.130Z Compiling plain v0.2.3
4892026-01-01T21:27:43.208Z Compiling log v0.4.27
4902026-01-01T21:27:43.522Z Compiling ordered-float v2.10.1
4912026-01-01T21:27:43.579Z Compiling form_urlencoded v1.2.2
4922026-01-01T21:27:43.608Z Compiling anstyle-parse v0.2.5
4932026-01-01T21:27:43.927Z Compiling terminal_size v0.4.0
4942026-01-01T21:27:44.393Z Compiling is_terminal_polyfill v1.70.1
4952026-01-01T21:27:44.419Z Compiling cfg-if v1.0.4
4962026-01-01T21:27:44.531Z Compiling pretty-hex v0.4.1
4972026-01-01T21:27:44.562Z Compiling colorchoice v1.0.2
4982026-01-01T21:27:44.588Z Compiling anstyle-query v1.1.1
4992026-01-01T21:27:44.666Z Compiling anstyle v1.0.11
5002026-01-01T21:27:44.943Z Compiling semver v1.0.27
5012026-01-01T21:27:45.093Z Compiling anstream v0.6.18
5022026-01-01T21:27:45.656Z Compiling fs-err v3.1.1
5032026-01-01T21:27:45.828Z Compiling fastrand v2.1.1
5042026-01-01T21:27:45.858Z Compiling heck v0.4.1
5052026-01-01T21:27:45.886Z Compiling fnv v1.0.7
5062026-01-01T21:27:45.996Z Compiling clap_lex v0.7.4
5072026-01-01T21:27:46.049Z Compiling anyhow v1.0.99
5082026-01-01T21:27:46.322Z Compiling synstructure v0.13.1
5092026-01-01T21:27:46.351Z Compiling unicode-width v0.1.14
5102026-01-01T21:27:46.444Z Compiling bytecount v0.6.8
5112026-01-01T21:27:46.673Z Compiling heck v0.5.0
5122026-01-01T21:27:46.732Z Compiling once_cell v1.21.3
5132026-01-01T21:27:47.022Z Compiling unicode-xid v0.2.6
5142026-01-01T21:27:47.171Z Compiling strsim v0.11.1
5152026-01-01T21:27:47.216Z Compiling tempfile v3.20.0
5162026-01-01T21:27:47.255Z Compiling papergrid v0.11.0
5172026-01-01T21:27:47.583Z Compiling clap_builder v4.5.48
5182026-01-01T21:27:48.060Z Compiling memmap v0.7.0
5192026-01-01T21:27:48.105Z Compiling unicode-width v0.2.0
5202026-01-01T21:27:48.196Z Compiling smawk v0.3.2
5212026-01-01T21:27:48.412Z Compiling unicode-linebreak v0.1.5
5222026-01-01T21:27:48.914Z Compiling textwrap v0.16.2
5232026-01-01T21:27:49.184Z Compiling camino-tempfile v1.4.1
5242026-01-01T21:27:49.225Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5252026-01-01T21:27:49.465Z Compiling tabled_derive v0.7.0
5262026-01-01T21:27:49.646Z Compiling swrite v0.1.0
5272026-01-01T21:27:50.489Z Compiling serde_derive v1.0.228
5282026-01-01T21:27:50.492Z Compiling zerofrom-derive v0.1.4
5292026-01-01T21:27:50.492Z Compiling yoke-derive v0.7.4
5302026-01-01T21:27:50.517Z Compiling thiserror-impl v2.0.17
5312026-01-01T21:27:50.517Z Compiling zerovec-derive v0.10.3
5322026-01-01T21:27:50.948Z Compiling displaydoc v0.2.5
5332026-01-01T21:27:52.575Z Compiling thiserror-impl v1.0.69
5342026-01-01T21:27:53.137Z Compiling icu_provider_macros v1.5.0
5352026-01-01T21:27:53.361Z Compiling zerocopy-derive v0.7.35
5362026-01-01T21:27:53.903Z Compiling zerofrom v0.1.4
5372026-01-01T21:27:54.036Z Compiling pest v2.8.2
5382026-01-01T21:27:54.156Z Compiling yoke v0.7.4
5392026-01-01T21:27:54.207Z Compiling scroll_derive v0.12.0
5402026-01-01T21:27:54.557Z Compiling zerovec v0.10.4
5412026-01-01T21:27:55.250Z Compiling clap_derive v4.5.47
5422026-01-01T21:27:55.303Z Compiling zerocopy v0.7.35
5432026-01-01T21:27:55.639Z Compiling scroll v0.12.0
5442026-01-01T21:27:55.682Z Compiling tabled v0.15.0
5452026-01-01T21:27:56.182Z Compiling goblin v0.8.2
5462026-01-01T21:27:56.455Z Compiling tinystr v0.7.6
5472026-01-01T21:27:56.701Z Compiling pest_meta v2.8.2
5482026-01-01T21:27:56.779Z Compiling icu_collections v1.5.0
5492026-01-01T21:27:56.880Z Compiling icu_locid v1.5.0
5502026-01-01T21:27:58.103Z Compiling icu_provider v1.5.0
5512026-01-01T21:27:58.897Z Compiling icu_locid_transform v1.5.0
5522026-01-01T21:27:58.944Z Compiling pest_generator v2.8.2
5532026-01-01T21:27:59.121Z Compiling toml_datetime v0.6.11
5542026-01-01T21:27:59.170Z Compiling serde_spanned v0.6.9
5552026-01-01T21:27:59.401Z Compiling dof v0.3.0
5562026-01-01T21:27:59.430Z Compiling serde_tokenstream v0.2.2
5572026-01-01T21:27:59.664Z Compiling toml_edit v0.22.27
5582026-01-01T21:28:00.074Z Compiling erased-serde v0.4.6
5592026-01-01T21:28:00.323Z Compiling icu_properties v1.5.1
5602026-01-01T21:28:00.769Z Compiling serde-value v0.7.0
5612026-01-01T21:28:01.178Z Compiling pest_derive v2.8.2
5622026-01-01T21:28:01.273Z Compiling serde-untagged v0.1.7
5632026-01-01T21:28:01.313Z Compiling cargo-platform v0.2.0
5642026-01-01T21:28:01.572Z Compiling clap v4.5.48
5652026-01-01T21:28:01.709Z Compiling macaddr v1.0.1
5662026-01-01T21:28:01.991Z Compiling dtrace-parser v0.2.0
5672026-01-01T21:28:03.209Z Compiling toml v0.8.23
5682026-01-01T21:28:04.042Z Compiling usdt-macro v0.5.0
5692026-01-01T21:28:04.042Z Compiling usdt-attr-macro v0.5.0
5702026-01-01T21:28:04.130Z Compiling cargo_toml v0.21.0
5712026-01-01T21:28:04.158Z Compiling icu_normalizer v1.5.0
5722026-01-01T21:28:05.025Z Compiling idna_adapter v1.2.0
5732026-01-01T21:28:05.209Z Compiling idna v1.0.3
5742026-01-01T21:28:05.299Z Compiling usdt v0.5.0
5752026-01-01T21:28:05.632Z Compiling url v2.5.4
5762026-01-01T21:28:06.303Z Compiling cargo-util-schemas v0.8.2
5772026-01-01T21:28:08.077Z Compiling cargo_metadata v0.21.0
5782026-01-01T21:28:09.711Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5792026-01-01T21:28:13.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
5802026-01-01T21:28:13.720Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5812026-01-01T21:28:14.525Z Downloading crates ...
5822026-01-01T21:28:14.673Z Downloaded addr2line v0.24.2
5832026-01-01T21:28:14.678Z Downloaded arc-swap v1.7.1
5842026-01-01T21:28:14.685Z Downloaded allocator-api2 v0.2.21
5852026-01-01T21:28:14.691Z Downloaded crc8 v0.1.1
5862026-01-01T21:28:14.694Z Downloaded adler2 v2.0.0
5872026-01-01T21:28:14.699Z Downloaded crossbeam-deque v0.8.5
5882026-01-01T21:28:14.703Z Downloaded crypto-bigint v0.5.5
5892026-01-01T21:28:14.713Z Downloaded derive_more v0.99.20
5902026-01-01T21:28:14.721Z Downloaded const_format_proc_macros v0.2.34
5912026-01-01T21:28:14.727Z Downloaded cargo-platform v0.1.8
5922026-01-01T21:28:14.731Z Downloaded diesel v2.2.12
5932026-01-01T21:28:14.754Z Downloaded diff v0.1.13
5942026-01-01T21:28:14.759Z Downloaded daft v0.1.4
5952026-01-01T21:28:14.764Z Downloaded diesel-dtrace v0.4.2
5962026-01-01T21:28:14.769Z Downloaded difflib v0.4.0
5972026-01-01T21:28:14.773Z Downloaded bit-set v0.5.3
5982026-01-01T21:28:14.778Z Downloaded debug-ignore v1.0.5
5992026-01-01T21:28:14.783Z Downloaded dirs-next v2.0.0
6002026-01-01T21:28:14.788Z Downloaded diesel_table_macro_syntax v0.2.0
6012026-01-01T21:28:14.792Z Downloaded env_filter v0.1.2
6022026-01-01T21:28:14.810Z Downloaded futures-io v0.3.31
6032026-01-01T21:28:14.814Z Downloaded derive-ex v0.1.8
6042026-01-01T21:28:14.819Z Downloaded futures-core v0.3.31
6052026-01-01T21:28:14.823Z Downloaded futures-task v0.3.31
6062026-01-01T21:28:14.827Z Downloaded ghash v0.5.1
6072026-01-01T21:28:14.832Z Downloaded foreign-types-shared v0.1.1
6082026-01-01T21:28:14.835Z Downloaded colored v2.2.0
6092026-01-01T21:28:14.841Z Downloaded foreign-types-shared v0.3.1
6102026-01-01T21:28:14.845Z Downloaded cipher v0.4.4
6112026-01-01T21:28:14.849Z Downloaded csv-core v0.1.11
6122026-01-01T21:28:14.853Z Downloaded hash32 v0.3.1
6132026-01-01T21:28:14.857Z Downloaded foldhash v0.1.5
6142026-01-01T21:28:14.861Z Downloaded hex v0.4.3
6152026-01-01T21:28:14.866Z Downloaded http-body v1.0.1
6162026-01-01T21:28:14.870Z Downloaded crc-catalog v2.4.0
6172026-01-01T21:28:14.874Z Downloaded hyper-tls v0.6.0
6182026-01-01T21:28:14.877Z Downloaded hex-literal v0.4.1
6192026-01-01T21:28:14.881Z Downloaded futures-executor v0.3.31
6202026-01-01T21:28:14.886Z Downloaded glob v0.3.2
6212026-01-01T21:28:14.890Z Downloaded camino-tempfile-ext v0.3.2
6222026-01-01T21:28:14.894Z Downloaded inout v0.1.3
6232026-01-01T21:28:14.898Z Downloaded globset v0.4.15
6242026-01-01T21:28:14.902Z Downloaded httpdate v1.0.3
6252026-01-01T21:28:14.905Z Downloaded either v1.15.0
6262026-01-01T21:28:14.910Z Downloaded is-terminal v0.4.13
6272026-01-01T21:28:14.913Z Downloaded libscf-sys v1.1.0
6282026-01-01T21:28:14.916Z Downloaded lazy_static v1.5.0
6292026-01-01T21:28:14.921Z Downloaded hyper-staticfile v0.10.1
6302026-01-01T21:28:14.924Z Downloaded http-body-util v0.1.3
6312026-01-01T21:28:14.929Z Downloaded lockfree-object-pool v0.1.6
6322026-01-01T21:28:14.934Z Downloaded dirs-sys-next v0.1.2
6332026-01-01T21:28:14.937Z Downloaded is_ci v1.2.0
6342026-01-01T21:28:14.941Z Downloaded lru v0.12.5
6352026-01-01T21:28:14.944Z Downloaded mime v0.3.17
6362026-01-01T21:28:14.948Z Downloaded multimap v0.10.1
6372026-01-01T21:28:14.951Z Downloaded ingot v0.1.1
6382026-01-01T21:28:14.955Z Downloaded kstat-rs v0.2.4
6392026-01-01T21:28:14.958Z Downloaded newline-converter v0.3.0
6402026-01-01T21:28:14.961Z Downloaded ingot-types v0.1.2
6412026-01-01T21:28:14.965Z Downloaded newtype_derive v0.1.6
6422026-01-01T21:28:14.968Z Downloaded cancel-safe-futures v0.1.5
6432026-01-01T21:28:14.973Z Downloaded nodrop v0.1.14
6442026-01-01T21:28:14.976Z Downloaded num-derive v0.3.3
6452026-01-01T21:28:14.980Z Downloaded num-conv v0.1.0
6462026-01-01T21:28:14.983Z Downloaded olpc-cjson v0.1.4
6472026-01-01T21:28:14.986Z Downloaded md-5 v0.10.6
6482026-01-01T21:28:14.990Z Downloaded lock_api v0.4.12
6492026-01-01T21:28:14.994Z Downloaded fatfs v0.3.6
6502026-01-01T21:28:14.999Z Downloaded openssl-probe v0.1.5
6512026-01-01T21:28:15.002Z Downloaded memoffset v0.9.1
6522026-01-01T21:28:15.006Z Downloaded oso-derive v0.27.3
6532026-01-01T21:28:15.009Z Downloaded darling_core v0.21.0
6542026-01-01T21:28:15.016Z Downloaded flume v0.11.1
6552026-01-01T21:28:15.021Z Downloaded newtype-uuid-macros v0.1.0
6562026-01-01T21:28:15.025Z Downloaded nonempty v0.12.0
6572026-01-01T21:28:15.027Z Downloaded opaque-debug v0.3.1
6582026-01-01T21:28:15.030Z Downloaded number_prefix v0.4.0
6592026-01-01T21:28:15.033Z Downloaded base64 v0.13.1
6602026-01-01T21:28:15.038Z Downloaded crc32fast v1.4.2
6612026-01-01T21:28:15.042Z Downloaded pbkdf2 v0.12.2
6622026-01-01T21:28:15.045Z Downloaded path-slash v0.1.5
6632026-01-01T21:28:15.048Z Downloaded phf_shared v0.12.1
6642026-01-01T21:28:15.051Z Downloaded packed_struct_codegen v0.10.1
6652026-01-01T21:28:15.054Z Downloaded memmap2 v0.9.8
6662026-01-01T21:28:15.057Z Downloaded getrandom v0.2.15
6672026-01-01T21:28:15.062Z Downloaded pin-utils v0.1.0
6682026-01-01T21:28:15.065Z Downloaded oxide-tokio-rt v0.1.2
6692026-01-01T21:28:15.068Z Downloaded oxnet v0.1.3
6702026-01-01T21:28:15.072Z Downloaded parse-display v0.10.0
6712026-01-01T21:28:15.075Z Downloaded predicates-core v1.0.8
6722026-01-01T21:28:15.078Z Downloaded hyper-rustls v0.27.7
6732026-01-01T21:28:15.082Z Downloaded proc-macro-error-attr2 v2.0.0
6742026-01-01T21:28:15.085Z Downloaded progenitor v0.8.0
6752026-01-01T21:28:15.087Z Downloaded proc-macro-crate v1.3.1
6762026-01-01T21:28:15.090Z Downloaded pem v3.0.5
6772026-01-01T21:28:15.093Z Downloaded base64 v0.22.1
6782026-01-01T21:28:15.099Z Downloaded num-complex v0.4.6
6792026-01-01T21:28:15.102Z Downloaded progenitor-client v0.11.2
6802026-01-01T21:28:15.112Z Downloaded progenitor-macro v0.10.0
6812026-01-01T21:28:15.112Z Downloaded progenitor-macro v0.11.2
6822026-01-01T21:28:15.112Z Downloaded progenitor-macro v0.8.0
6832026-01-01T21:28:15.115Z Downloaded pin-project-internal v1.1.6
6842026-01-01T21:28:15.118Z Downloaded precomputed-hash v0.1.1
6852026-01-01T21:28:15.121Z Downloaded dropshot-api-manager v0.2.4
6862026-01-01T21:28:15.123Z Downloaded polyval v0.6.2
6872026-01-01T21:28:15.126Z Downloaded psl-types v2.0.11
6882026-01-01T21:28:15.129Z Downloaded radium v0.7.0
6892026-01-01T21:28:15.132Z Downloaded postgres-protocol v0.6.8
6902026-01-01T21:28:15.135Z Downloaded poly1305 v0.8.0
6912026-01-01T21:28:15.139Z Downloaded rand_xorshift v0.4.0
6922026-01-01T21:28:15.142Z Downloaded progenitor-client v0.8.0
6932026-01-01T21:28:15.146Z Downloaded ref-cast-impl v1.0.24
6942026-01-01T21:28:15.148Z Downloaded ref-cast v1.0.24
6952026-01-01T21:28:15.152Z Downloaded proc-macro-error2 v2.0.1
6962026-01-01T21:28:15.157Z Downloaded packed_struct v0.10.1
6972026-01-01T21:28:15.160Z Downloaded parse-display-derive v0.10.0
6982026-01-01T21:28:15.163Z Downloaded quick-error v1.2.3
6992026-01-01T21:28:15.166Z Downloaded rtoolbox v0.0.2
7002026-01-01T21:28:15.168Z Downloaded rfc6979 v0.4.0
7012026-01-01T21:28:15.171Z Downloaded bumpalo v3.16.0
7022026-01-01T21:28:15.175Z Downloaded rustc_version v0.4.1
7032026-01-01T21:28:15.178Z Downloaded rustc_version v0.1.7
7042026-01-01T21:28:15.181Z Downloaded russh-cryptovec v0.7.3
7052026-01-01T21:28:15.184Z Downloaded rand_chacha v0.3.1
7062026-01-01T21:28:15.186Z Downloaded pkcs5 v0.7.1
7072026-01-01T21:28:15.190Z Downloaded phf v0.11.2
7082026-01-01T21:28:15.194Z Downloaded same-file v1.0.6
7092026-01-01T21:28:15.197Z Downloaded postgres-types v0.2.9
7102026-01-01T21:28:15.200Z Downloaded rand_seeder v0.4.0
7112026-01-01T21:28:15.203Z Downloaded rand_core v0.9.3
7122026-01-01T21:28:15.206Z Downloaded phf v0.12.1
7132026-01-01T21:28:15.208Z Downloaded scheduled-thread-pool v0.2.7
7142026-01-01T21:28:15.211Z Downloaded sapling-renderdag v0.1.0
7152026-01-01T21:28:15.214Z Downloaded predicates v3.1.3
7162026-01-01T21:28:15.217Z Downloaded ppv-lite86 v0.2.20
7172026-01-01T21:28:15.220Z Downloaded bytes v1.10.1
7182026-01-01T21:28:15.225Z Downloaded progenitor-impl v0.8.0
7192026-01-01T21:28:15.229Z Downloaded seq-macro v0.3.6
7202026-01-01T21:28:15.232Z Downloaded resolv-conf v0.7.0
7212026-01-01T21:28:15.235Z Downloaded serde-big-array v0.5.1
7222026-01-01T21:28:15.239Z Downloaded secrecy v0.10.3
7232026-01-01T21:28:15.242Z Downloaded rustc-hash v2.1.1
7242026-01-01T21:28:15.244Z Downloaded serde_spanned v1.0.3
7252026-01-01T21:28:15.247Z Downloaded serde_repr v0.1.19
7262026-01-01T21:28:15.250Z Downloaded rustls-pemfile v2.2.0
7272026-01-01T21:28:15.253Z Downloaded rustls-native-certs v0.8.1
7282026-01-01T21:28:15.256Z Downloaded rusty-fork v0.3.0
7292026-01-01T21:28:15.259Z Downloaded signature v2.2.0
7302026-01-01T21:28:15.262Z Downloaded scrypt v0.11.0
7312026-01-01T21:28:15.264Z Downloaded quinn-udp v0.5.5
7322026-01-01T21:28:15.267Z Downloaded password-hash v0.5.0
7332026-01-01T21:28:15.270Z Downloaded scopeguard v1.2.0
7342026-01-01T21:28:15.273Z Downloaded siphasher v1.0.1
7352026-01-01T21:28:15.276Z Downloaded siphasher v0.3.11
7362026-01-01T21:28:15.278Z Downloaded r2d2 v0.8.10
7372026-01-01T21:28:15.281Z Downloaded sct v0.7.1
7382026-01-01T21:28:15.284Z Downloaded semver v0.1.20
7392026-01-01T21:28:15.287Z Downloaded sec1 v0.7.3
7402026-01-01T21:28:15.290Z Downloaded slog-envlogger v2.2.0
7412026-01-01T21:28:15.293Z Downloaded serde_urlencoded v0.7.1
7422026-01-01T21:28:15.295Z Downloaded secrecy v0.8.0
7432026-01-01T21:28:15.298Z Downloaded jiff-static v0.2.15
7442026-01-01T21:28:15.301Z Downloaded serde-hex v0.1.0
7452026-01-01T21:28:15.304Z Downloaded postcard v1.0.10
7462026-01-01T21:28:15.306Z Downloaded pkcs8 v0.10.2
7472026-01-01T21:28:15.310Z Downloaded signal-hook-mio v0.2.4
7482026-01-01T21:28:15.312Z Downloaded sha1 v0.10.6
7492026-01-01T21:28:15.315Z Downloaded rustc-demangle v0.1.24
7502026-01-01T21:28:15.318Z Downloaded indicatif v0.18.0
7512026-01-01T21:28:15.323Z Downloaded rcgen v0.12.1
7522026-01-01T21:28:15.326Z Downloaded sqlparser_derive v0.2.2
7532026-01-01T21:28:15.329Z Downloaded prefix-trie v0.7.0
7542026-01-01T21:28:15.332Z Downloaded ssh-encoding v0.2.0
7552026-01-01T21:28:15.335Z Downloaded progenitor-impl v0.11.2
7562026-01-01T21:28:15.338Z Downloaded hyper-util v0.1.19
7572026-01-01T21:28:15.346Z Downloaded structmeta v0.3.0
7582026-01-01T21:28:15.349Z Downloaded strum v0.27.2
7592026-01-01T21:28:15.351Z Downloaded strum v0.26.3
7602026-01-01T21:28:15.351Z Downloaded strip-ansi-escapes v0.2.0
7612026-01-01T21:28:15.354Z Downloaded slog-json v2.6.1
7622026-01-01T21:28:15.357Z Downloaded slog-stdlog v4.1.1
7632026-01-01T21:28:15.361Z Downloaded serde_path_to_error v0.1.20
7642026-01-01T21:28:15.363Z Downloaded supports-color v3.0.2
7652026-01-01T21:28:15.363Z Downloaded smallvec v0.6.14
7662026-01-01T21:28:15.366Z Downloaded subtle v2.6.1
7672026-01-01T21:28:15.369Z Downloaded serde_derive_internals v0.29.1
7682026-01-01T21:28:15.373Z Downloaded smf v0.2.3
7692026-01-01T21:28:15.373Z Downloaded slog-term v2.9.2
7702026-01-01T21:28:15.376Z Downloaded serde_with_macros v3.14.0
7712026-01-01T21:28:15.379Z Downloaded take_mut v0.2.2
7722026-01-01T21:28:15.382Z Downloaded testing_table v0.3.0
7732026-01-01T21:28:15.382Z Downloaded tap v1.0.1
7742026-01-01T21:28:15.385Z Downloaded thiserror-impl-no-std v2.0.2
7752026-01-01T21:28:15.388Z Downloaded tagptr v0.2.0
7762026-01-01T21:28:15.388Z Downloaded aho-corasick v1.1.3
7772026-01-01T21:28:15.394Z Downloaded ssh-cipher v0.2.0
7782026-01-01T21:28:15.397Z Downloaded spki v0.7.3
7792026-01-01T21:28:15.400Z Downloaded time-core v0.1.6
7802026-01-01T21:28:15.402Z Downloaded num-bigint v0.4.6
7812026-01-01T21:28:15.407Z Downloaded termtree v0.5.1
7822026-01-01T21:28:15.409Z Downloaded strum_macros v0.24.3
7832026-01-01T21:28:15.412Z Downloaded structmeta-derive v0.3.0
7842026-01-01T21:28:15.415Z Downloaded string_cache v0.8.9
7852026-01-01T21:28:15.418Z Downloaded strum_macros v0.27.2
7862026-01-01T21:28:15.421Z Downloaded strum_macros v0.26.4
7872026-01-01T21:28:15.423Z Downloaded support-bundle-viewer v0.1.2
7882026-01-01T21:28:15.423Z Downloaded tabwriter v1.4.0
7892026-01-01T21:28:15.426Z Downloaded thread-id v5.0.0
7902026-01-01T21:28:15.429Z Downloaded spin v0.9.8
7912026-01-01T21:28:15.432Z Downloaded snafu-derive v0.8.5
7922026-01-01T21:28:15.434Z Downloaded qorb v0.4.1
7932026-01-01T21:28:15.437Z Downloaded termios v0.3.3
7942026-01-01T21:28:15.440Z Downloaded slog-scope v4.4.0
7952026-01-01T21:28:15.443Z Downloaded sqlformat v0.3.5
7962026-01-01T21:28:15.446Z Downloaded serde_yaml v0.9.34+deprecated
7972026-01-01T21:28:15.448Z Downloaded schemars v0.8.22
7982026-01-01T21:28:15.462Z Downloaded try-lock v0.2.5
7992026-01-01T21:28:15.465Z Downloaded tower-service v0.3.3
8002026-01-01T21:28:15.465Z Downloaded tower-layer v0.3.3
8012026-01-01T21:28:15.468Z Downloaded topological-sort v0.2.2
8022026-01-01T21:28:15.468Z Downloaded time-macros v0.2.24
8032026-01-01T21:28:15.470Z Downloaded stringprep v0.1.5
8042026-01-01T21:28:15.473Z Downloaded rsa v0.9.8
8052026-01-01T21:28:15.478Z Downloaded tls_codec_derive v0.4.1
8062026-01-01T21:28:15.481Z Downloaded hashbrown v0.13.2
8072026-01-01T21:28:15.485Z Downloaded tokio-rustls v0.25.0
8082026-01-01T21:28:15.488Z Downloaded subprocess v0.2.9
8092026-01-01T21:28:15.491Z Downloaded unarray v0.1.4
8102026-01-01T21:28:15.493Z Downloaded h2 v0.4.6
8112026-01-01T21:28:15.499Z Downloaded tokio-tungstenite v0.23.1
8122026-01-01T21:28:15.502Z Downloaded tokio-tungstenite v0.21.0
8132026-01-01T21:28:15.505Z Downloaded utf-8 v0.7.6
8142026-01-01T21:28:15.508Z Downloaded progenitor-impl v0.10.0
8152026-01-01T21:28:15.511Z Downloaded universal-hash v0.5.1
8162026-01-01T21:28:15.511Z Downloaded unit-prefix v0.5.1
8172026-01-01T21:28:15.514Z Downloaded pretty_assertions v1.4.1
8182026-01-01T21:28:15.516Z Downloaded thiserror-no-std v2.0.2
8192026-01-01T21:28:15.519Z Downloaded toml_writer v1.0.4
8202026-01-01T21:28:15.522Z Downloaded usdt-macro v0.6.0
8212026-01-01T21:28:15.522Z Downloaded aes v0.8.4
8222026-01-01T21:28:15.525Z Downloaded hkdf v0.12.4
8232026-01-01T21:28:15.528Z Downloaded schemars v1.0.4
8242026-01-01T21:28:15.543Z Downloaded want v0.3.1
8252026-01-01T21:28:15.546Z Downloaded vte_generate_state_changes v0.1.2
8262026-01-01T21:28:15.546Z Downloaded usdt v0.6.0
8272026-01-01T21:28:15.548Z Downloaded usdt-attr-macro v0.6.0
8282026-01-01T21:28:15.549Z Downloaded untrusted v0.7.1
8292026-01-01T21:28:15.549Z Downloaded unicode-truncate v1.1.0
8302026-01-01T21:28:15.551Z Downloaded tui-tree-widget v0.23.1
8312026-01-01T21:28:15.554Z Downloaded tokio-rustls v0.24.1
8322026-01-01T21:28:15.557Z Downloaded trait-variant v0.1.2
8332026-01-01T21:28:15.557Z Downloaded tokio-native-tls v0.3.1
8342026-01-01T21:28:15.560Z Downloaded unicase v2.8.1
8352026-01-01T21:28:15.560Z Downloaded typify-macro v0.2.0
8362026-01-01T21:28:15.563Z Downloaded typify v0.2.0
8372026-01-01T21:28:15.566Z Downloaded untrusted v0.9.0
8382026-01-01T21:28:15.568Z Downloaded tokio-macros v2.6.0
8392026-01-01T21:28:15.568Z Downloaded quinn v0.11.5
8402026-01-01T21:28:15.571Z Downloaded tokio-dtrace v0.1.0
8412026-01-01T21:28:15.574Z Downloaded xattr v1.3.1
8422026-01-01T21:28:15.577Z Downloaded uzers v0.12.1
8432026-01-01T21:28:15.579Z Downloaded xshell-macros v0.2.7
8442026-01-01T21:28:15.579Z Downloaded test-strategy v0.4.3
8452026-01-01T21:28:15.583Z Downloaded waitgroup v0.1.2
8462026-01-01T21:28:15.587Z Downloaded wait-timeout v0.2.0
8472026-01-01T21:28:15.587Z Downloaded tracing-attributes v0.1.27
8482026-01-01T21:28:15.589Z Downloaded prettyplease v0.2.36
8492026-01-01T21:28:15.593Z Downloaded itertools v0.10.5
8502026-01-01T21:28:15.599Z Downloaded slog v2.8.2
8512026-01-01T21:28:15.603Z Downloaded which v4.4.2
8522026-01-01T21:28:15.606Z Downloaded vergen-lib v0.1.6
8532026-01-01T21:28:15.609Z Downloaded vsss-rs v3.3.4
8542026-01-01T21:28:15.611Z Downloaded zone_cfg_derive v0.3.0
8552026-01-01T21:28:15.612Z Downloaded zone v0.3.1
8562026-01-01T21:28:15.612Z Downloaded zone_cfg_derive v0.1.2
8572026-01-01T21:28:15.614Z Downloaded zone v0.1.8
8582026-01-01T21:28:15.614Z Downloaded russh v0.45.0
8592026-01-01T21:28:15.619Z Downloaded tokio-rustls v0.26.0
8602026-01-01T21:28:15.622Z Downloaded tinyvec v1.8.0
8612026-01-01T21:28:15.625Z Downloaded whoami v1.5.2
8622026-01-01T21:28:15.628Z Downloaded tar v0.4.44
8632026-01-01T21:28:15.630Z Downloaded socket2 v0.6.1
8642026-01-01T21:28:15.633Z Downloaded wyz v0.5.1
8652026-01-01T21:28:15.636Z Downloaded toml v0.7.8
8662026-01-01T21:28:15.638Z Downloaded xshell v0.2.7
8672026-01-01T21:28:15.641Z Downloaded itertools v0.14.0
8682026-01-01T21:28:15.646Z Downloaded usdt-impl v0.6.0
8692026-01-01T21:28:15.649Z Downloaded rayon-core v1.12.1
8702026-01-01T21:28:15.652Z Downloaded zeroize_derive v1.4.2
8712026-01-01T21:28:15.655Z Downloaded zeroize v1.8.1
8722026-01-01T21:28:15.657Z Downloaded vergen-gitcl v1.0.8
8732026-01-01T21:28:15.657Z Downloaded vergen-git2 v1.0.7
8742026-01-01T21:28:15.660Z Downloaded vte v0.11.1
8752026-01-01T21:28:15.663Z Downloaded tungstenite v0.23.0
8762026-01-01T21:28:15.666Z Downloaded tungstenite v0.21.0
8772026-01-01T21:28:15.669Z Downloaded nom v7.1.3
8782026-01-01T21:28:15.673Z Downloaded unicode-bidi v0.3.17
8792026-01-01T21:28:15.675Z Downloaded typify v0.4.3
8802026-01-01T21:28:15.680Z Downloaded toml_parser v1.0.4
8812026-01-01T21:28:15.682Z Downloaded xz2 v0.1.7
8822026-01-01T21:28:15.685Z Downloaded unsafe-libyaml v0.2.11
8832026-01-01T21:28:15.688Z Downloaded vergen v9.0.6
8842026-01-01T21:28:15.691Z Downloaded value-bag v1.9.0
8852026-01-01T21:28:15.694Z Downloaded tracing-core v0.1.32
8862026-01-01T21:28:15.696Z Downloaded tracing v0.1.40
8872026-01-01T21:28:15.700Z Downloaded samael v0.0.19
8882026-01-01T21:28:15.707Z Downloaded rand v0.8.5
8892026-01-01T21:28:15.710Z Downloaded zstd-safe v7.2.3
8902026-01-01T21:28:15.713Z Downloaded unicode-properties v0.1.3
8912026-01-01T21:28:15.716Z Downloaded snafu v0.8.5
8922026-01-01T21:28:15.720Z Downloaded portable-atomic v1.11.0
8932026-01-01T21:28:15.727Z Downloaded zstd v0.13.3
8942026-01-01T21:28:15.730Z Downloaded iddqd v0.3.16
8952026-01-01T21:28:15.738Z Downloaded ssh-key v0.6.6
8962026-01-01T21:28:15.745Z Downloaded toml v0.9.8
8972026-01-01T21:28:15.749Z Downloaded blake3 v1.5.4
8982026-01-01T21:28:15.756Z Downloaded zopfli v0.8.1
8992026-01-01T21:28:15.759Z Downloaded zerocopy v0.6.6
9002026-01-01T21:28:15.762Z Downloaded yasna v0.5.2
9012026-01-01T21:28:15.765Z Downloaded yansi v1.0.1
9022026-01-01T21:28:15.767Z Downloaded reedline v0.40.0
9032026-01-01T21:28:15.774Z Downloaded futures-util v0.3.31
9042026-01-01T21:28:15.787Z Downloaded curve25519-dalek v4.1.3
9052026-01-01T21:28:15.794Z Downloaded rustls-webpki v0.101.7
9062026-01-01T21:28:15.809Z Downloaded typed-path v0.9.3
9072026-01-01T21:28:15.815Z Downloaded tower v0.5.2
9082026-01-01T21:28:15.824Z Downloaded x509-cert v0.2.5
9092026-01-01T21:28:15.830Z Downloaded gimli v0.31.1
9102026-01-01T21:28:15.838Z Downloaded tokio-util v0.7.15
9112026-01-01T21:28:15.845Z Downloaded salty v0.3.0
9122026-01-01T21:28:15.852Z Downloaded toml_edit v0.19.15
9132026-01-01T21:28:15.870Z Downloaded tough v0.20.0
9142026-01-01T21:28:15.878Z Downloaded unicode-normalization v0.1.24
9152026-01-01T21:28:15.881Z Downloaded serde_with v3.14.0
9162026-01-01T21:28:15.894Z Downloaded zip v0.6.6
9172026-01-01T21:28:15.898Z Downloaded tokio-postgres v0.7.13
9182026-01-01T21:28:15.902Z Downloaded unicode_categories v0.1.1
9192026-01-01T21:28:15.905Z Downloaded tower-http v0.6.6
9202026-01-01T21:28:15.914Z Downloaded zip v4.2.0
9212026-01-01T21:28:15.919Z Downloaded rustyline v14.0.0
9222026-01-01T21:28:15.923Z Downloaded sqlparser v0.45.0
9232026-01-01T21:28:15.929Z Downloaded rpassword v7.4.0
9242026-01-01T21:28:15.932Z Downloaded aws-lc-rs v1.12.4
9252026-01-01T21:28:15.939Z Downloaded steno v0.4.1
9262026-01-01T21:28:15.943Z Downloaded regex v1.11.3
9272026-01-01T21:28:15.950Z Downloaded nix v0.29.0
9282026-01-01T21:28:15.962Z Downloaded zerocopy-derive v0.8.27
9292026-01-01T21:28:15.968Z Downloaded winnow v0.6.26
9302026-01-01T21:28:15.976Z Downloaded openssl v0.10.73
9312026-01-01T21:28:15.986Z Downloaded winnow v0.5.40
9322026-01-01T21:28:15.995Z Downloaded object v0.36.5
9332026-01-01T21:28:16.006Z Downloaded unicode-segmentation v1.12.0
9342026-01-01T21:28:16.009Z Downloaded zlib-rs v0.5.1
9352026-01-01T21:28:16.014Z Downloaded regex-syntax v0.6.29
9362026-01-01T21:28:16.021Z Downloaded time v0.3.43
9372026-01-01T21:28:16.029Z Downloaded quick-xml v0.37.2
9382026-01-01T21:28:16.035Z Downloaded webpki-roots v1.0.1
9392026-01-01T21:28:16.038Z Downloaded vcpkg v0.2.15
9402026-01-01T21:28:16.079Z Downloaded zerocopy v0.8.27
9412026-01-01T21:28:16.098Z Downloaded petname v2.0.2
9422026-01-01T21:28:16.102Z Downloaded lalrpop v0.19.12
9432026-01-01T21:28:16.113Z Downloaded regex-syntax v0.8.5
9442026-01-01T21:28:16.121Z Downloaded moka v0.12.10
9452026-01-01T21:28:16.131Z Downloaded object v0.30.4
9462026-01-01T21:28:16.139Z Downloaded chrono v0.4.42
9472026-01-01T21:28:16.147Z Downloaded rustls-webpki v0.102.8
9482026-01-01T21:28:16.169Z Downloaded nix v0.27.1
9492026-01-01T21:28:16.177Z Downloaded rayon v1.10.0
9502026-01-01T21:28:16.189Z Downloaded tabled v0.20.0
9512026-01-01T21:28:16.204Z Downloaded radix_trie v0.2.1
9522026-01-01T21:28:16.209Z Downloaded polar-core v0.27.3
9532026-01-01T21:28:16.216Z Downloaded dropshot v0.16.6
9542026-01-01T21:28:16.237Z Downloaded tabled v0.18.0
9552026-01-01T21:28:16.252Z Downloaded sled v0.34.7
9562026-01-01T21:28:16.262Z Downloaded rustls v0.21.12
9572026-01-01T21:28:16.273Z Downloaded bstr v1.10.0
9582026-01-01T21:28:16.281Z Downloaded bindgen v0.71.1
9592026-01-01T21:28:16.288Z Downloaded smoltcp v0.9.1
9602026-01-01T21:28:16.297Z Downloaded rustls v0.23.19
9612026-01-01T21:28:16.308Z Downloaded rustls v0.22.4
9622026-01-01T21:28:16.320Z Downloaded smoltcp v0.11.0
9632026-01-01T21:28:16.331Z Downloaded regress v0.10.4
9642026-01-01T21:28:16.339Z Downloaded regex-automata v0.4.11
9652026-01-01T21:28:16.353Z Downloaded hickory-proto v0.25.2
9662026-01-01T21:28:16.369Z Downloaded petgraph v0.6.5
9672026-01-01T21:28:16.384Z Downloaded jiff v0.2.15
9682026-01-01T21:28:16.399Z Downloaded hickory-proto v0.24.4
9692026-01-01T21:28:16.412Z Downloaded quinn-proto v0.11.8
9702026-01-01T21:28:16.418Z Downloaded openapiv3 v2.2.0
9712026-01-01T21:28:16.428Z Downloaded nix v0.30.1
9722026-01-01T21:28:16.439Z Downloaded petgraph v0.8.2
9732026-01-01T21:28:16.457Z Downloaded typify-impl v0.2.0
9742026-01-01T21:28:16.470Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
9752026-01-01T21:28:16.485Z Downloaded typify-impl v0.4.3
9762026-01-01T21:28:16.497Z Downloaded zerocopy-derive v0.6.6
9772026-01-01T21:28:16.506Z Downloaded ratatui v0.29.0
9782026-01-01T21:28:16.524Z Downloaded csv v1.3.1
9792026-01-01T21:28:16.541Z Downloaded bzip2-sys v0.1.13+1.0.8
9802026-01-01T21:28:16.551Z Downloaded tokio v1.48.0
9812026-01-01T21:28:16.587Z Downloaded sha3 v0.10.8
9822026-01-01T21:28:16.590Z Downloaded goblin v0.10.2
9832026-01-01T21:28:16.596Z Downloaded git2 v0.20.2
9842026-01-01T21:28:16.604Z Downloaded bindgen v0.69.5
9852026-01-01T21:28:16.610Z Downloaded chrono-tz v0.10.4
9862026-01-01T21:28:16.624Z Downloaded nix v0.28.0
9872026-01-01T21:28:16.634Z Downloaded lzma-sys v0.1.20
9882026-01-01T21:28:16.660Z Downloaded bitvec v1.0.1
9892026-01-01T21:28:16.674Z Downloaded proptest v1.7.0
9902026-01-01T21:28:16.681Z Downloaded hyper v1.8.1
9912026-01-01T21:28:16.686Z Downloaded p384 v0.13.1
9922026-01-01T21:28:16.691Z Downloaded itertools v0.13.0
9932026-01-01T21:28:16.696Z Downloaded libz-sys v1.1.20
9942026-01-01T21:28:16.733Z Downloaded itertools v0.12.1
9952026-01-01T21:28:16.741Z Downloaded reqwest v0.12.24
9962026-01-01T21:28:16.749Z Downloaded uuid v1.19.0
9972026-01-01T21:28:16.752Z Downloaded rand v0.9.2
9982026-01-01T21:28:16.757Z Downloaded mio v1.0.2
9992026-01-01T21:28:16.764Z Downloaded tokio-stream v0.1.17
10002026-01-01T21:28:16.770Z Downloaded socket2 v0.5.10
10012026-01-01T21:28:16.773Z Downloaded hickory-server v0.25.2
10022026-01-01T21:28:16.777Z Downloaded walkdir v2.5.0
10032026-01-01T21:28:16.792Z Downloaded twox-hash v2.1.0
10042026-01-01T21:28:16.792Z Downloaded void v1.0.2
10052026-01-01T21:28:16.792Z Downloaded toml_datetime v0.7.3
10062026-01-01T21:28:16.792Z Downloaded signal-hook v0.3.18
10072026-01-01T21:28:16.792Z Downloaded ron v0.8.1
10082026-01-01T21:28:16.796Z Downloaded encoding_rs v0.8.34
10092026-01-01T21:28:16.813Z Downloaded p521 v0.13.3
10102026-01-01T21:28:16.816Z Downloaded tls_codec v0.4.1
10112026-01-01T21:28:16.819Z Downloaded tinyvec_macros v0.1.1
10122026-01-01T21:28:16.819Z Downloaded tiny-keccak v2.0.2
10132026-01-01T21:28:16.822Z Downloaded term v1.1.0
10142026-01-01T21:28:16.825Z Downloaded term v0.7.0
10152026-01-01T21:28:16.828Z Downloaded typify-macro v0.4.3
10162026-01-01T21:28:16.828Z Downloaded russh-keys v0.45.0
10172026-01-01T21:28:16.831Z Downloaded hashbrown v0.12.3
10182026-01-01T21:28:16.834Z Downloaded ring v0.17.14
10192026-01-01T21:28:16.869Z Downloaded static_assertions v1.1.0
10202026-01-01T21:28:16.872Z Downloaded aes-gcm v0.10.3
10212026-01-01T21:28:16.875Z Downloaded num-bigint-dig v0.8.6
10222026-01-01T21:28:16.878Z Downloaded similar v2.7.0
10232026-01-01T21:28:16.882Z Downloaded schemars v0.9.0
10242026-01-01T21:28:16.893Z Downloaded minimal-lexical v0.2.1
10252026-01-01T21:28:16.897Z Downloaded iri-string v0.7.8
10262026-01-01T21:28:16.903Z Downloaded publicsuffix v2.3.0
10272026-01-01T21:28:16.906Z Downloaded slog-async v2.8.0
10282026-01-01T21:28:16.909Z Downloaded tabled_derive v0.11.0
10292026-01-01T21:28:16.909Z Downloaded tabled_derive v0.10.0
10302026-01-01T21:28:16.912Z Downloaded sync_wrapper v1.0.1
10312026-01-01T21:28:16.912Z Downloaded libxml v0.3.3
10322026-01-01T21:28:16.915Z Downloaded thread_local v1.1.8
10332026-01-01T21:28:16.918Z Downloaded sync-ptr v0.1.4
10342026-01-01T21:28:16.918Z Downloaded signal-hook-registry v1.4.2
10352026-01-01T21:28:16.919Z Downloaded shlex v1.3.0
10362026-01-01T21:28:16.921Z Downloaded serde_bytes v0.11.19
10372026-01-01T21:28:16.921Z Downloaded rustls-pki-types v1.10.0
10382026-01-01T21:28:16.924Z Downloaded hashbrown v0.15.4
10392026-01-01T21:28:16.927Z Downloaded serde_cbor v0.11.2
10402026-01-01T21:28:16.930Z Downloaded slog-dtrace v0.3.0
10412026-01-01T21:28:16.933Z Downloaded slog-bunyan v2.5.0
10422026-01-01T21:28:16.933Z Downloaded ron v0.7.1
10432026-01-01T21:28:16.937Z Downloaded hickory-resolver v0.25.2
10442026-01-01T21:28:16.940Z Downloaded hickory-resolver v0.24.4
10452026-01-01T21:28:16.944Z Downloaded headers v0.4.1
10462026-01-01T21:28:16.948Z Downloaded slab v0.4.9
10472026-01-01T21:28:16.951Z Downloaded libm v0.2.8
10482026-01-01T21:28:16.957Z Downloaded cc v1.2.30
10492026-01-01T21:28:16.960Z Downloaded indicatif v0.17.11
10502026-01-01T21:28:16.963Z Downloaded rustversion v1.0.22
10512026-01-01T21:28:16.966Z Downloaded shell-words v1.1.0
10522026-01-01T21:28:16.969Z Downloaded http v1.4.0
10532026-01-01T21:28:16.972Z Downloaded simd-adler32 v0.3.7
10542026-01-01T21:28:16.972Z Downloaded sigpipe v0.1.3
10552026-01-01T21:28:16.975Z Downloaded scroll v0.13.0
10562026-01-01T21:28:16.975Z Downloaded schemars_derive v0.8.22
10572026-01-01T21:28:16.975Z Downloaded miniz_oxide v0.8.5
10582026-01-01T21:28:16.978Z Downloaded backtrace v0.3.74
10592026-01-01T21:28:16.982Z Downloaded scroll_derive v0.13.1
10602026-01-01T21:28:16.984Z Downloaded salsa20 v0.10.2
10612026-01-01T21:28:16.985Z Downloaded signal-hook-tokio v0.3.1
10622026-01-01T21:28:16.985Z Downloaded rustls-pemfile v1.0.4
10632026-01-01T21:28:16.987Z Downloaded serde_plain v1.0.2
10642026-01-01T21:28:16.988Z Downloaded p256 v0.13.2
10652026-01-01T21:28:16.991Z Downloaded rustc-hash v1.1.0
10662026-01-01T21:28:16.993Z Downloaded pin-project v1.1.6
10672026-01-01T21:28:17.002Z Downloaded openssl-sys v0.9.109
10682026-01-01T21:28:17.007Z Downloaded libgit2-sys v0.18.2+1.9.1
10692026-01-01T21:28:17.057Z Downloaded primeorder v0.13.6
10702026-01-01T21:28:17.060Z Downloaded omicron-zone-package v0.12.2
10712026-01-01T21:28:17.063Z Downloaded pkg-config v0.3.31
10722026-01-01T21:28:17.063Z Downloaded pin-project-lite v0.2.14
10732026-01-01T21:28:17.067Z Downloaded rand_core v0.6.4
10742026-01-01T21:28:17.070Z Downloaded rand_chacha v0.9.0
10752026-01-01T21:28:17.070Z Downloaded papergrid v0.17.0
10762026-01-01T21:28:17.074Z Downloaded indexmap v1.9.3
10772026-01-01T21:28:17.077Z Downloaded papergrid v0.14.0
10782026-01-01T21:28:17.080Z Downloaded crossbeam-channel v0.5.15
10792026-01-01T21:28:17.084Z Downloaded pkcs1 v0.7.5
10802026-01-01T21:28:17.087Z Downloaded owo-colors v4.2.2
10812026-01-01T21:28:17.090Z Downloaded oso v0.27.3
10822026-01-01T21:28:17.093Z Downloaded parking_lot_core v0.9.10
10832026-01-01T21:28:17.096Z Downloaded parking_lot v0.12.3
10842026-01-01T21:28:17.096Z Downloaded heapless v0.8.0
10852026-01-01T21:28:17.098Z Downloaded progenitor-client v0.10.0
10862026-01-01T21:28:17.102Z Downloaded progenitor v0.11.2
10872026-01-01T21:28:17.102Z Downloaded progenitor v0.10.0
10882026-01-01T21:28:17.105Z Downloaded predicates-tree v1.0.12
10892026-01-01T21:28:17.105Z Downloaded parking_lot_core v0.8.6
10902026-01-01T21:28:17.105Z Downloaded parking_lot v0.11.2
10912026-01-01T21:28:17.108Z Downloaded ipnet v2.11.0
10922026-01-01T21:28:17.108Z Downloaded chacha20poly1305 v0.10.1
10932026-01-01T21:28:17.111Z Downloaded num-integer v0.1.46
10942026-01-01T21:28:17.111Z Downloaded expectorate v1.2.0
10952026-01-01T21:28:17.114Z Downloaded pem-rfc7468 v0.7.0
10962026-01-01T21:28:17.117Z Downloaded peg-macros v0.8.5
10972026-01-01T21:28:17.117Z Downloaded peg v0.8.5
10982026-01-01T21:28:17.120Z Downloaded half v2.4.1
10992026-01-01T21:28:17.123Z Downloaded native-tls v0.2.12
11002026-01-01T21:28:17.126Z Downloaded peg-runtime v0.8.5
11012026-01-01T21:28:17.126Z Downloaded paste v1.0.15
11022026-01-01T21:28:17.129Z Downloaded pretty-hex v0.2.1
11032026-01-01T21:28:17.129Z Downloaded password-hash v0.4.2
11042026-01-01T21:28:17.132Z Downloaded const_format v0.2.34
11052026-01-01T21:28:17.136Z Downloaded compact_str v0.8.0
11062026-01-01T21:28:17.139Z Downloaded powerfmt v0.2.0
11072026-01-01T21:28:17.139Z Downloaded pbkdf2 v0.11.0
11082026-01-01T21:28:17.142Z Downloaded parse-size v1.1.0
11092026-01-01T21:28:17.142Z Downloaded base64 v0.21.7
11102026-01-01T21:28:17.145Z Downloaded managed v0.8.0
11112026-01-01T21:28:17.145Z Downloaded httparse v1.9.5
11122026-01-01T21:28:17.148Z Downloaded diesel_derives v2.2.3
11132026-01-01T21:28:17.151Z Downloaded crossterm v0.29.0
11142026-01-01T21:28:17.156Z Downloaded multer v3.1.0
11152026-01-01T21:28:17.159Z Downloaded heapless v0.7.17
11162026-01-01T21:28:17.162Z Downloaded ed25519-dalek v2.1.1
11172026-01-01T21:28:17.165Z Downloaded derive_more v2.0.1
11182026-01-01T21:28:17.172Z Downloaded litrs v0.4.1
11192026-01-01T21:28:17.175Z Downloaded futures v0.3.31
11202026-01-01T21:28:17.180Z Downloaded phf_shared v0.11.2
11212026-01-01T21:28:17.183Z Downloaded openssl-macros v0.1.1
11222026-01-01T21:28:17.183Z Downloaded linear-map v1.2.0
11232026-01-01T21:28:17.183Z Downloaded libefi-sys v0.1.0
11242026-01-01T21:28:17.183Z Downloaded ignore v0.4.23
11252026-01-01T21:28:17.186Z Downloaded flate2 v1.1.2
11262026-01-01T21:28:17.189Z Downloaded num_enum v0.5.11
11272026-01-01T21:28:17.194Z Downloaded num-rational v0.4.2
11282026-01-01T21:28:17.197Z Downloaded nu-ansi-term v0.50.1
11292026-01-01T21:28:17.199Z Downloaded indoc v2.0.6
11302026-01-01T21:28:17.202Z Downloaded num-iter v0.1.45
11312026-01-01T21:28:17.202Z Downloaded num-derive v0.4.2
11322026-01-01T21:28:17.203Z Downloaded normalize-line-endings v0.3.0
11332026-01-01T21:28:17.206Z Downloaded hmac v0.12.1
11342026-01-01T21:28:17.206Z Downloaded nibble_vec v0.1.0
11352026-01-01T21:28:17.209Z Downloaded newtype-uuid v1.3.2
11362026-01-01T21:28:17.209Z Downloaded nanorand v0.7.0
11372026-01-01T21:28:17.212Z Downloaded new_debug_unreachable v1.0.6
11382026-01-01T21:28:17.212Z Downloaded mime_guess v2.0.5
11392026-01-01T21:28:17.212Z Downloaded ingot-macros v0.1.1
11402026-01-01T21:28:17.215Z Downloaded maybe-uninit v2.0.0
11412026-01-01T21:28:17.215Z Downloaded match_cfg v0.1.0
11422026-01-01T21:28:17.215Z Downloaded dropshot_endpoint v0.16.6
11432026-01-01T21:28:17.218Z Downloaded libz-rs-sys v0.5.1
11442026-01-01T21:28:17.221Z Downloaded libloading v0.8.5
11452026-01-01T21:28:17.221Z Downloaded humantime v2.2.0
11462026-01-01T21:28:17.224Z Downloaded elliptic-curve v0.13.8
11472026-01-01T21:28:17.227Z Downloaded ahash v0.8.12
11482026-01-01T21:28:17.230Z Downloaded num_threads v0.1.7
11492026-01-01T21:28:17.230Z Downloaded num_enum_derive v0.5.11
11502026-01-01T21:28:17.230Z Downloaded lzss v0.8.2
11512026-01-01T21:28:17.233Z Downloaded lru-cache v0.1.2
11522026-01-01T21:28:17.233Z Downloaded hubpack v0.1.2
11532026-01-01T21:28:17.235Z Downloaded num v0.4.3
11542026-01-01T21:28:17.235Z Downloaded iana-time-zone v0.1.63
11552026-01-01T21:28:17.238Z Downloaded highway v1.3.0
11562026-01-01T21:28:17.238Z Downloaded libsw v3.5.0
11572026-01-01T21:28:17.242Z Downloaded hickory-client v0.25.2
11582026-01-01T21:28:17.242Z Downloaded bzip2 v0.4.4
11592026-01-01T21:28:17.245Z Downloaded async-bb8-diesel v0.2.1
11602026-01-01T21:28:17.245Z Downloaded jobserver v0.1.32
11612026-01-01T21:28:17.248Z Downloaded ipnetwork v0.21.1
11622026-01-01T21:28:17.248Z Downloaded crc-any v2.5.0
11632026-01-01T21:28:17.250Z Downloaded derive_more-impl v2.0.1
11642026-01-01T21:28:17.254Z Downloaded lazycell v1.3.0
11652026-01-01T21:28:17.258Z Downloaded lalrpop-util v0.19.12
11662026-01-01T21:28:17.258Z Downloaded der v0.7.10
11672026-01-01T21:28:17.261Z Downloaded half v1.8.3
11682026-01-01T21:28:17.264Z Downloaded derive-where v1.5.0
11692026-01-01T21:28:17.267Z Downloaded indoc v1.0.9
11702026-01-01T21:28:17.270Z Downloaded md5 v0.7.0
11712026-01-01T21:28:17.270Z Downloaded maplit v1.0.2
11722026-01-01T21:28:17.270Z Downloaded console v0.15.10
11732026-01-01T21:28:17.272Z Downloaded linked-hash-map v0.5.6
11742026-01-01T21:28:17.275Z Downloaded cookie_store v0.21.1
11752026-01-01T21:28:17.275Z Downloaded indent_write v2.2.0
11762026-01-01T21:28:17.275Z Downloaded ed25519 v2.2.3
11772026-01-01T21:28:17.278Z Downloaded console v0.16.0
11782026-01-01T21:28:17.281Z Downloaded ciborium-ll v0.2.2
11792026-01-01T21:28:17.281Z Downloaded darling v0.21.0
11802026-01-01T21:28:17.285Z Downloaded libsw-core v0.3.1
11812026-01-01T21:28:17.288Z Downloaded ident_case v1.0.1
11822026-01-01T21:28:17.288Z Downloaded group v0.13.0
11832026-01-01T21:28:17.291Z Downloaded derive_builder v0.20.2
11842026-01-01T21:28:17.293Z Downloaded keccak v0.1.5
11852026-01-01T21:28:17.296Z Downloaded internet-checksum v0.2.1
11862026-01-01T21:28:17.296Z Downloaded instant v0.1.13
11872026-01-01T21:28:17.296Z Downloaded instability v0.3.2
11882026-01-01T21:28:17.300Z Downloaded darling_core v0.20.10
11892026-01-01T21:28:17.302Z Downloaded cookie v0.18.1
11902026-01-01T21:28:17.305Z Downloaded defmt v0.3.8
11912026-01-01T21:28:17.308Z Downloaded impl-trait-for-tuples v0.2.2
11922026-01-01T21:28:17.309Z Downloaded blowfish v0.9.1
11932026-01-01T21:28:17.312Z Downloaded futures-channel v0.3.31
11942026-01-01T21:28:17.312Z Downloaded fs_extra v1.3.0
11952026-01-01T21:28:17.315Z Downloaded drift v0.1.2
11962026-01-01T21:28:17.319Z Downloaded const-oid v0.9.6
11972026-01-01T21:28:17.322Z Downloaded ciborium v0.2.2
11982026-01-01T21:28:17.322Z Downloaded cexpr v0.6.0
11992026-01-01T21:28:17.322Z Downloaded funty v2.0.0
12002026-01-01T21:28:17.325Z Downloaded fs-err v2.11.0
12012026-01-01T21:28:17.325Z Downloaded foldhash v0.2.0
12022026-01-01T21:28:17.325Z Downloaded fixedbitset v0.5.7
12032026-01-01T21:28:17.328Z Downloaded env_logger v0.11.8
12042026-01-01T21:28:17.333Z Downloaded ena v0.14.3
12052026-01-01T21:28:17.333Z Downloaded bcs v0.1.6
12062026-01-01T21:28:17.333Z Downloaded cmake v0.1.51
12072026-01-01T21:28:17.336Z Downloaded hubpack_derive v0.1.1
12082026-01-01T21:28:17.336Z Downloaded http-range v0.1.5
12092026-01-01T21:28:17.336Z Downloaded defmt-macros v0.3.9
12102026-01-01T21:28:17.339Z Downloaded cargo_metadata v0.19.2
12112026-01-01T21:28:17.339Z Downloaded hostname v0.4.2
12122026-01-01T21:28:17.342Z Downloaded hostname v0.3.1
12132026-01-01T21:28:17.342Z Downloaded home v0.5.9
12142026-01-01T21:28:17.342Z Downloaded buf-list v1.0.3
12152026-01-01T21:28:17.345Z Downloaded atty v0.2.14
12162026-01-01T21:28:17.345Z Downloaded heck v0.3.3
12172026-01-01T21:28:17.348Z Downloaded headers-core v0.3.0
12182026-01-01T21:28:17.348Z Downloaded filetime v0.2.26
12192026-01-01T21:28:17.348Z Downloaded critical-section v1.1.3
12202026-01-01T21:28:17.351Z Downloaded corncobs v0.1.4
12212026-01-01T21:28:17.351Z Downloaded bit-vec v0.6.3
12222026-01-01T21:28:17.354Z Downloaded hash32 v0.2.1
12232026-01-01T21:28:17.354Z Downloaded globwalk v0.9.1
12242026-01-01T21:28:17.357Z Downloaded ff v0.13.0
12252026-01-01T21:28:17.357Z Downloaded fallible-iterator v0.2.0
12262026-01-01T21:28:17.357Z Downloaded erased-serde v0.3.31
12272026-01-01T21:28:17.360Z Downloaded ecdsa v0.16.9
12282026-01-01T21:28:17.360Z Downloaded cbc v0.1.2
12292026-01-01T21:28:17.363Z Downloaded blake2 v0.10.6
12302026-01-01T21:28:17.363Z Downloaded base64ct v1.6.0
12312026-01-01T21:28:17.366Z Downloaded foreign-types-macros v0.2.3
12322026-01-01T21:28:17.366Z Downloaded foreign-types v0.5.0
12332026-01-01T21:28:17.369Z Downloaded dsl_auto_type v0.1.2
12342026-01-01T21:28:17.369Z Downloaded dropshot-api-manager-types v0.2.4
12352026-01-01T21:28:17.369Z Downloaded clang-sys v1.8.1
12362026-01-01T21:28:17.372Z Downloaded dtrace-parser v0.3.0
12372026-01-01T21:28:17.372Z Downloaded display-error-chain v0.2.2
12382026-01-01T21:28:17.375Z Downloaded gethostname v0.5.0
12392026-01-01T21:28:17.375Z Downloaded fxhash v0.2.1
12402026-01-01T21:28:17.375Z Downloaded foreign-types v0.3.2
12412026-01-01T21:28:17.378Z Downloaded float-cmp v0.10.0
12422026-01-01T21:28:17.378Z Downloaded fixedbitset v0.4.2
12432026-01-01T21:28:17.378Z Downloaded dunce v1.0.5
12442026-01-01T21:28:17.381Z Downloaded futures-sink v0.3.31
12452026-01-01T21:28:17.381Z Downloaded futures-macro v0.3.31
12462026-01-01T21:28:17.381Z Downloaded enum-as-inner v0.6.1
12472026-01-01T21:28:17.381Z Downloaded endian-type v0.1.2
12482026-01-01T21:28:17.384Z Downloaded dyn-clone v1.0.20
12492026-01-01T21:28:17.384Z Downloaded dof v0.4.0
12502026-01-01T21:28:17.384Z Downloaded document-features v0.2.11
12512026-01-01T21:28:17.387Z Downloaded convert_case v0.7.1
12522026-01-01T21:28:17.387Z Downloaded chacha20 v0.9.1
12532026-01-01T21:28:17.390Z Downloaded block-padding v0.3.3
12542026-01-01T21:28:17.390Z Downloaded argon2 v0.5.3
12552026-01-01T21:28:17.390Z Downloaded data-encoding v2.9.0
12562026-01-01T21:28:17.393Z Downloaded darling v0.20.10
12572026-01-01T21:28:17.396Z Downloaded bit-vec v0.8.0
12582026-01-01T21:28:17.399Z Downloaded float-ord v0.3.2
12592026-01-01T21:28:17.399Z Downloaded flagset v0.4.6
12602026-01-01T21:28:17.399Z Downloaded fd-lock v4.0.2
12612026-01-01T21:28:17.403Z Downloaded embedded-io v0.6.1
12622026-01-01T21:28:17.403Z Downloaded embedded-io v0.4.0
12632026-01-01T21:28:17.406Z Downloaded derive_builder_core v0.20.2
12642026-01-01T21:28:17.406Z Downloaded der_derive v0.7.3
12652026-01-01T21:28:17.409Z Downloaded crc v3.2.1
12662026-01-01T21:28:17.409Z Downloaded constant_time_eq v0.3.1
12672026-01-01T21:28:17.412Z Downloaded cobs v0.2.3
12682026-01-01T21:28:17.412Z Downloaded cassowary v0.3.0
12692026-01-01T21:28:17.415Z Downloaded bitfield v0.19.2
12702026-01-01T21:28:17.415Z Downloaded curve25519-dalek-derive v0.1.1
12712026-01-01T21:28:17.415Z Downloaded ciborium-io v0.2.2
12722026-01-01T21:28:17.418Z Downloaded array-init v0.0.4
12732026-01-01T21:28:17.418Z Downloaded defmt-parser v0.3.4
12742026-01-01T21:28:17.418Z Downloaded ctr v0.9.2
12752026-01-01T21:28:17.421Z Downloaded cfg_aliases v0.2.1
12762026-01-01T21:28:17.421Z Downloaded bitfield-macros v0.19.2
12772026-01-01T21:28:17.421Z Downloaded async-recursion v1.1.1
12782026-01-01T21:28:17.424Z Downloaded backoff v0.4.0
12792026-01-01T21:28:17.427Z Downloaded atomic-waker v1.1.2
12802026-01-01T21:28:17.427Z Downloaded deranged v0.5.3
12812026-01-01T21:28:17.430Z Downloaded cstr-argument v0.1.2
12822026-01-01T21:28:17.430Z Downloaded crucible-workspace-hack v0.1.0
12832026-01-01T21:28:17.430Z Downloaded crossbeam-utils v0.8.21
12842026-01-01T21:28:17.433Z Downloaded crossbeam-epoch v0.9.18
12852026-01-01T21:28:17.436Z Downloaded derive_builder_macro v0.20.2
12862026-01-01T21:28:17.436Z Downloaded darling_macro v0.21.0
12872026-01-01T21:28:17.436Z Downloaded convert_case v0.4.0
12882026-01-01T21:28:17.436Z Downloaded colored v3.0.0
12892026-01-01T21:28:17.440Z Downloaded castaway v0.2.3
12902026-01-01T21:28:17.443Z Downloaded bzip2 v0.5.2
12912026-01-01T21:28:17.443Z Downloaded bit-set v0.8.0
12922026-01-01T21:28:17.443Z Downloaded assert_matches v1.5.0
12932026-01-01T21:28:17.446Z Downloaded arrayvec v0.7.6
12942026-01-01T21:28:17.446Z Downloaded des v0.8.1
12952026-01-01T21:28:17.449Z Downloaded darling_macro v0.20.10
12962026-01-01T21:28:17.449Z Downloaded daft-derive v0.1.4
12972026-01-01T21:28:17.452Z Downloaded cfg_aliases v0.1.1
12982026-01-01T21:28:17.452Z Downloaded bb8 v0.8.5
12992026-01-01T21:28:17.455Z Downloaded arrayref v0.3.9
13002026-01-01T21:28:17.455Z Downloaded async-trait v0.1.89
13012026-01-01T21:28:17.458Z Downloaded async-stream v0.3.6
13022026-01-01T21:28:17.461Z Downloaded crossterm v0.28.1
13032026-01-01T21:28:17.465Z Downloaded atomicwrites v0.4.4
13042026-01-01T21:28:17.468Z Downloaded ascii-canvas v3.0.0
13052026-01-01T21:28:17.468Z Downloaded aead v0.5.2
13062026-01-01T21:28:17.471Z Downloaded crunchy v0.2.2
13072026-01-01T21:28:17.471Z Downloaded bitfield-struct v0.6.2
13082026-01-01T21:28:17.471Z Downloaded bitflags v1.3.2
13092026-01-01T21:28:17.474Z Downloaded bcrypt-pbkdf v0.10.0
13102026-01-01T21:28:17.474Z Downloaded base16ct v0.2.0
13112026-01-01T21:28:17.477Z Downloaded async-stream-impl v0.3.6
13122026-01-01T21:28:17.670Z Downloaded aws-lc-sys v0.26.0
13132026-01-01T21:28:17.992Z Compiling value-bag v1.9.0
13142026-01-01T21:28:17.992Z Compiling lock_api v0.4.12
13152026-01-01T21:28:17.992Z Compiling scopeguard v1.2.0
13162026-01-01T21:28:17.996Z Compiling shlex v1.3.0
13172026-01-01T21:28:17.996Z Compiling smallvec v1.15.1
13182026-01-01T21:28:18.174Z Compiling syn v2.0.111
13192026-01-01T21:28:18.207Z Compiling getrandom v0.2.15
13202026-01-01T21:28:18.210Z Compiling jobserver v0.1.32
13212026-01-01T21:28:18.313Z Compiling typenum v1.17.0
13222026-01-01T21:28:18.561Z Compiling rand_core v0.6.4
13232026-01-01T21:28:18.620Z Compiling log v0.4.27
13242026-01-01T21:28:18.663Z Compiling cc v1.2.30
13252026-01-01T21:28:18.732Z Compiling generic-array v0.14.7
13262026-01-01T21:28:19.074Z Compiling subtle v2.6.1
13272026-01-01T21:28:19.124Z Compiling portable-atomic v1.11.0
13282026-01-01T21:28:19.147Z Compiling critical-section v1.1.3
13292026-01-01T21:28:19.176Z Compiling const-oid v0.9.6
13302026-01-01T21:28:19.318Z Compiling getrandom v0.3.4
13312026-01-01T21:28:19.419Z Compiling pkg-config v0.3.31
13322026-01-01T21:28:19.440Z Compiling serde_json v1.0.145
13332026-01-01T21:28:19.839Z Compiling spin v0.9.8
13342026-01-01T21:28:20.245Z Compiling parking_lot_core v0.9.10
13352026-01-01T21:28:20.675Z Compiling regex-syntax v0.8.5
13362026-01-01T21:28:20.711Z Compiling pin-project-lite v0.2.14
13372026-01-01T21:28:20.875Z Compiling libm v0.2.8
13382026-01-01T21:28:21.130Z Compiling rustix v0.38.37
13392026-01-01T21:28:21.213Z Compiling once_cell v1.21.3
13402026-01-01T21:28:21.349Z Compiling signal-hook-registry v1.4.2
13412026-01-01T21:28:21.634Z Compiling num-traits v0.2.19
13422026-01-01T21:28:21.995Z Compiling allocator-api2 v0.2.21
13432026-01-01T21:28:22.126Z Compiling parking_lot v0.12.3
13442026-01-01T21:28:22.323Z Compiling mio v1.0.2
13452026-01-01T21:28:22.703Z Compiling futures-core v0.3.31
13462026-01-01T21:28:22.773Z Compiling lazy_static v1.5.0
13472026-01-01T21:28:22.933Z Compiling aho-corasick v1.1.3
13482026-01-01T21:28:22.998Z Compiling percent-encoding v2.3.2
13492026-01-01T21:28:23.034Z Compiling socket2 v0.6.1
13502026-01-01T21:28:23.512Z Compiling slab v0.4.9
13512026-01-01T21:28:23.534Z Compiling cpufeatures v0.2.14
13522026-01-01T21:28:23.660Z Compiling futures-sink v0.3.31
13532026-01-01T21:28:23.768Z Compiling glob v0.3.2
13542026-01-01T21:28:23.843Z Compiling futures-channel v0.3.31
13552026-01-01T21:28:23.978Z Compiling hashbrown v0.16.1
13562026-01-01T21:28:24.287Z Compiling futures-task v0.3.31
13572026-01-01T21:28:24.355Z Compiling rustversion v1.0.22
13582026-01-01T21:28:24.607Z Compiling clang-sys v1.8.1
13592026-01-01T21:28:24.629Z Compiling futures-io v0.3.31
13602026-01-01T21:28:24.910Z Compiling regex-automata v0.4.11
13612026-01-01T21:28:25.086Z Compiling prettyplease v0.2.36
13622026-01-01T21:28:25.111Z Compiling pin-utils v0.1.0
13632026-01-01T21:28:25.246Z Compiling either v1.15.0
13642026-01-01T21:28:25.308Z Compiling minimal-lexical v0.2.1
13652026-01-01T21:28:25.479Z Compiling indexmap v2.12.1
13662026-01-01T21:28:25.657Z Compiling libloading v0.8.5
13672026-01-01T21:28:25.810Z Compiling synstructure v0.13.1
13682026-01-01T21:28:26.056Z Compiling nom v7.1.3
13692026-01-01T21:28:26.537Z Compiling bindgen v0.69.5
13702026-01-01T21:28:26.609Z Compiling home v0.5.9
13712026-01-01T21:28:26.871Z Compiling base64ct v1.6.0
13722026-01-01T21:28:27.312Z Compiling itertools v0.10.5
13732026-01-01T21:28:27.471Z Compiling pem-rfc7468 v0.7.0
13742026-01-01T21:28:27.641Z Compiling form_urlencoded v1.2.2
13752026-01-01T21:28:27.992Z Compiling flagset v0.4.6
13762026-01-01T21:28:28.135Z Compiling lazycell v1.3.0
13772026-01-01T21:28:28.239Z Compiling rustc-hash v1.1.0
13782026-01-01T21:28:28.342Z Compiling rand_core v0.9.3
13792026-01-01T21:28:28.419Z Compiling cmake v0.1.51
13802026-01-01T21:28:28.949Z Compiling dunce v1.0.5
13812026-01-01T21:28:29.112Z Compiling paste v1.0.15
13822026-01-01T21:28:29.288Z Compiling fs_extra v1.3.0
13832026-01-01T21:28:29.616Z Compiling cexpr v0.6.0
13842026-01-01T21:28:29.641Z Compiling foldhash v0.1.5
13852026-01-01T21:28:29.876Z Compiling iana-time-zone v0.1.63
13862026-01-01T21:28:29.899Z Compiling hashbrown v0.15.4
13872026-01-01T21:28:30.038Z Compiling rustc_version v0.4.1
13882026-01-01T21:28:30.219Z Compiling uuid v1.19.0
13892026-01-01T21:28:30.264Z Compiling zerocopy v0.8.27
13902026-01-01T21:28:30.688Z Compiling regex v1.11.3
13912026-01-01T21:28:30.723Z Compiling serde_derive v1.0.228
13922026-01-01T21:28:31.080Z Compiling zeroize_derive v1.4.2
13932026-01-01T21:28:31.172Z Compiling zerofrom-derive v0.1.4
13942026-01-01T21:28:31.198Z Compiling yoke-derive v0.7.4
13952026-01-01T21:28:31.714Z Compiling zerovec-derive v0.10.3
13962026-01-01T21:28:31.798Z Compiling displaydoc v0.2.5
13972026-01-01T21:28:32.585Z Compiling zeroize v1.8.1
13982026-01-01T21:28:33.433Z Compiling zerocopy-derive v0.7.35
13992026-01-01T21:28:34.038Z Compiling icu_provider_macros v1.5.0
14002026-01-01T21:28:34.292Z Compiling tokio-macros v2.6.0
14012026-01-01T21:28:34.444Z Compiling crypto-common v0.1.6
14022026-01-01T21:28:34.683Z Compiling block-buffer v0.10.4
14032026-01-01T21:28:34.711Z Compiling zerofrom v0.1.4
14042026-01-01T21:28:34.954Z Compiling digest v0.10.7
14052026-01-01T21:28:34.976Z Compiling yoke v0.7.4
14062026-01-01T21:28:35.136Z Compiling thiserror-impl v2.0.17
14072026-01-01T21:28:35.371Z Compiling zerovec v0.10.4
14082026-01-01T21:28:35.434Z Compiling zerocopy v0.7.35
14092026-01-01T21:28:35.459Z Compiling hmac v0.12.1
14102026-01-01T21:28:35.462Z Compiling block-padding v0.3.3
14112026-01-01T21:28:35.742Z Compiling futures-macro v0.3.31
14122026-01-01T21:28:35.779Z Compiling inout v0.1.3
14132026-01-01T21:28:35.875Z Compiling sha2 v0.10.9
14142026-01-01T21:28:36.081Z Compiling cipher v0.4.4
14152026-01-01T21:28:36.667Z Compiling der_derive v0.7.3
14162026-01-01T21:28:36.956Z Compiling ppv-lite86 v0.2.20
14172026-01-01T21:28:37.318Z Compiling tinystr v0.7.6
14182026-01-01T21:28:37.524Z Compiling icu_collections v1.5.0
14192026-01-01T21:28:37.719Z Compiling icu_locid v1.5.0
14202026-01-01T21:28:37.746Z Compiling futures-util v0.3.31
14212026-01-01T21:28:37.788Z Compiling salsa20 v0.10.2
14222026-01-01T21:28:38.023Z Compiling pbkdf2 v0.12.2
14232026-01-01T21:28:38.226Z Compiling ident_case v1.0.1
14242026-01-01T21:28:38.270Z Compiling serde v1.0.228
14252026-01-01T21:28:38.352Z Compiling thiserror v2.0.17
14262026-01-01T21:28:38.429Z Compiling vcpkg v0.2.15
14272026-01-01T21:28:38.523Z Compiling pest v2.8.2
14282026-01-01T21:28:38.824Z Compiling darling_core v0.20.10
14292026-01-01T21:28:38.945Z Compiling icu_provider v1.5.0
14302026-01-01T21:28:39.499Z Compiling bitflags v2.9.4
14312026-01-01T21:28:39.527Z Compiling bytes v1.10.1
14322026-01-01T21:28:39.744Z Compiling icu_locid_transform v1.5.0
14332026-01-01T21:28:39.962Z Compiling der v0.7.10
14342026-01-01T21:28:40.164Z Compiling chrono v0.4.42
14352026-01-01T21:28:41.014Z Compiling tokio v1.48.0
14362026-01-01T21:28:41.573Z Compiling icu_properties v1.5.1
14372026-01-01T21:28:42.198Z Compiling spki v0.7.3
14382026-01-01T21:28:42.614Z Compiling pest_meta v2.8.2
14392026-01-01T21:28:43.068Z Compiling http v1.4.0
14402026-01-01T21:28:43.254Z Compiling openssl-sys v0.9.109
14412026-01-01T21:28:43.614Z Compiling scrypt v0.11.0
14422026-01-01T21:28:44.145Z Compiling which v4.4.2
14432026-01-01T21:28:44.417Z Compiling rand_chacha v0.9.0
14442026-01-01T21:28:44.873Z Compiling cbc v0.1.2
14452026-01-01T21:28:44.896Z Compiling aes v0.8.4
14462026-01-01T21:28:45.214Z Compiling zerocopy-derive v0.8.27
14472026-01-01T21:28:46.095Z Compiling icu_normalizer v1.5.0
14482026-01-01T21:28:46.380Z Compiling pkcs5 v0.7.1
14492026-01-01T21:28:46.450Z Compiling darling_macro v0.20.10
14502026-01-01T21:28:47.223Z Compiling idna_adapter v1.2.0
14512026-01-01T21:28:47.464Z Compiling idna v1.0.3
14522026-01-01T21:28:47.484Z Compiling rand v0.9.2
14532026-01-01T21:28:47.679Z Compiling pest_generator v2.8.2
14542026-01-01T21:28:47.810Z Compiling tracing-attributes v0.1.27
14552026-01-01T21:28:47.899Z Compiling serde_derive_internals v0.29.1
14562026-01-01T21:28:48.410Z Compiling url v2.5.4
14572026-01-01T21:28:49.242Z Compiling ring v0.17.14
14582026-01-01T21:28:49.509Z Compiling tracing-core v0.1.32
14592026-01-01T21:28:50.178Z Compiling tokio-util v0.7.15
14602026-01-01T21:28:50.198Z Compiling aws-lc-rs v1.12.4
14612026-01-01T21:28:50.357Z Compiling schemars v0.8.22
14622026-01-01T21:28:50.664Z Compiling rustix v1.0.7
14632026-01-01T21:28:50.736Z Compiling adler2 v2.0.0
14642026-01-01T21:28:50.952Z Compiling miniz_oxide v0.8.5
14652026-01-01T21:28:51.007Z Compiling tracing v0.1.40
14662026-01-01T21:28:51.496Z Compiling schemars_derive v0.8.22
14672026-01-01T21:28:51.524Z Compiling pest_derive v2.8.2
14682026-01-01T21:28:52.402Z Compiling darling v0.20.10
14692026-01-01T21:28:52.422Z Compiling pkcs8 v0.10.2
14702026-01-01T21:28:52.456Z Compiling http-body v1.0.1
14712026-01-01T21:28:52.518Z Compiling scroll_derive v0.13.1
14722026-01-01T21:28:52.732Z Compiling rustls-pki-types v1.10.0
14732026-01-01T21:28:52.815Z Compiling tinyvec_macros v0.1.1
14742026-01-01T21:28:52.931Z Compiling dyn-clone v1.0.20
14752026-01-01T21:28:53.053Z Compiling httparse v1.9.5
14762026-01-01T21:28:53.181Z Compiling base64 v0.22.1
14772026-01-01T21:28:53.695Z Compiling tinyvec v1.8.0
14782026-01-01T21:28:53.884Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14792026-01-01T21:28:54.441Z Compiling scroll v0.13.0
14802026-01-01T21:28:54.698Z Compiling bzip2-sys v0.1.13+1.0.8
14812026-01-01T21:28:54.804Z Compiling time-core v0.1.6
14822026-01-01T21:28:54.939Z Compiling openssl v0.10.73
14832026-01-01T21:28:55.142Z Compiling openssl-probe v0.1.5
14842026-01-01T21:28:55.163Z Compiling try-lock v0.2.5
14852026-01-01T21:28:55.186Z Compiling untrusted v0.9.0
14862026-01-01T21:28:55.332Z Compiling foreign-types-shared v0.1.1
14872026-01-01T21:28:55.352Z Compiling untrusted v0.7.1
14882026-01-01T21:28:55.374Z Compiling tower-service v0.3.3
14892026-01-01T21:28:55.457Z Compiling tower-layer v0.3.3
14902026-01-01T21:28:55.475Z Compiling atomic-waker v1.1.2
14912026-01-01T21:28:55.529Z Compiling powerfmt v0.2.0
14922026-01-01T21:28:55.552Z Compiling num-conv v0.1.0
14932026-01-01T21:28:55.686Z Compiling h2 v0.4.6
14942026-01-01T21:28:55.762Z Compiling foreign-types v0.3.2
14952026-01-01T21:28:55.840Z Compiling time-macros v0.2.24
14962026-01-01T21:28:55.873Z Compiling deranged v0.5.3
14972026-01-01T21:28:55.927Z Compiling want v0.3.1
14982026-01-01T21:28:56.221Z Compiling tempfile v3.20.0
14992026-01-01T21:28:57.067Z Compiling goblin v0.10.2
15002026-01-01T21:28:58.632Z Compiling ipnet v2.11.0
15012026-01-01T21:28:58.841Z Compiling openssl-macros v0.1.1
15022026-01-01T21:28:59.634Z Compiling wait-timeout v0.2.0
15032026-01-01T21:28:59.770Z Compiling usdt-impl v0.6.0
15042026-01-01T21:28:59.834Z Compiling num_threads v0.1.7
15052026-01-01T21:28:59.991Z Compiling quick-error v1.2.3
15062026-01-01T21:29:00.136Z Compiling httpdate v1.0.3
15072026-01-01T21:29:00.161Z Compiling native-tls v0.2.12
15082026-01-01T21:29:00.182Z Compiling rustls v0.23.19
15092026-01-01T21:29:00.495Z Compiling syn v1.0.109
15102026-01-01T21:29:00.540Z Compiling bit-vec v0.8.0
15112026-01-01T21:29:00.559Z Compiling gimli v0.31.1
15122026-01-01T21:29:00.649Z Compiling crossbeam-utils v0.8.21
15132026-01-01T21:29:00.988Z Compiling bit-set v0.8.0
15142026-01-01T21:29:01.272Z Compiling rusty-fork v0.3.0
15152026-01-01T21:29:01.297Z Compiling time v0.3.43
15162026-01-01T21:29:02.127Z Compiling unicode-normalization v0.1.24
15172026-01-01T21:29:03.238Z Compiling hyper v1.8.1
15182026-01-01T21:29:05.233Z Compiling addr2line v0.24.2
15192026-01-01T21:29:05.364Z Compiling dof v0.4.0
15202026-01-01T21:29:05.606Z Compiling derive_builder_core v0.20.2
15212026-01-01T21:29:05.932Z Compiling dtrace-parser v0.3.0
15222026-01-01T21:29:06.916Z Compiling signature v2.2.0
15232026-01-01T21:29:07.244Z Compiling thiserror-impl v1.0.69
15242026-01-01T21:29:07.636Z Compiling scroll_derive v0.12.0
15252026-01-01T21:29:07.775Z Compiling heapless v0.7.17
15262026-01-01T21:29:07.863Z Compiling rand_xorshift v0.4.0
15272026-01-01T21:29:08.169Z Compiling slog v2.8.2
15282026-01-01T21:29:08.200Z Compiling thread-id v5.0.0
15292026-01-01T21:29:08.238Z Compiling cookie v0.18.1
15302026-01-01T21:29:08.339Z Compiling object v0.36.5
15312026-01-01T21:29:08.520Z Compiling crc32fast v1.4.2
15322026-01-01T21:29:08.590Z Compiling anyhow v1.0.99
15332026-01-01T21:29:08.864Z Compiling zlib-rs v0.5.1
15342026-01-01T21:29:09.015Z Compiling signal-hook v0.3.18
15352026-01-01T21:29:09.103Z Compiling zstd-safe v7.2.3
15362026-01-01T21:29:09.218Z Compiling rustc-demangle v0.1.24
15372026-01-01T21:29:09.314Z Compiling unarray v0.1.4
15382026-01-01T21:29:09.439Z Compiling unicode-properties v0.1.3
15392026-01-01T21:29:09.499Z Compiling siphasher v0.3.11
15402026-01-01T21:29:09.859Z Compiling unicode-bidi v0.3.17
15412026-01-01T21:29:09.919Z Compiling phf_shared v0.11.2
15422026-01-01T21:29:10.068Z Compiling proptest v1.7.0
15432026-01-01T21:29:10.203Z Compiling thiserror v1.0.69
15442026-01-01T21:29:10.371Z Compiling scroll v0.12.0
15452026-01-01T21:29:10.721Z Compiling stringprep v0.1.5
15462026-01-01T21:29:11.132Z Compiling derive_builder_macro v0.20.2
15472026-01-01T21:29:11.697Z Compiling hyper-util v0.1.19
15482026-01-01T21:29:12.472Z Compiling ipnetwork v0.21.1
15492026-01-01T21:29:13.148Z Compiling serde_spanned v0.6.9
15502026-01-01T21:29:13.342Z Compiling toml_datetime v0.6.11
15512026-01-01T21:29:13.402Z Compiling serde_tokenstream v0.2.2
15522026-01-01T21:29:13.871Z Compiling erased-serde v0.3.31
15532026-01-01T21:29:14.003Z Compiling rand_chacha v0.3.1
15542026-01-01T21:29:15.241Z Compiling backtrace v0.3.74
15552026-01-01T21:29:15.377Z Compiling libz-rs-sys v0.5.1
15562026-01-01T21:29:15.694Z Compiling md-5 v0.10.6
15572026-01-01T21:29:15.997Z Compiling curve25519-dalek v4.1.3
15582026-01-01T21:29:16.001Z Compiling vergen-lib v0.1.6
15592026-01-01T21:29:16.035Z Compiling num-integer v0.1.46
15602026-01-01T21:29:16.228Z Compiling sync_wrapper v1.0.1
15612026-01-01T21:29:16.359Z Compiling ff v0.13.0
15622026-01-01T21:29:16.406Z Compiling hash32 v0.2.1
15632026-01-01T21:29:16.597Z Compiling memoffset v0.9.1
15642026-01-01T21:29:16.670Z Compiling base16ct v0.2.0
15652026-01-01T21:29:16.791Z Compiling psl-types v2.0.11
15662026-01-01T21:29:16.819Z Compiling cfg_aliases v0.2.1
15672026-01-01T21:29:16.940Z Compiling smoltcp v0.9.1
15682026-01-01T21:29:17.000Z Compiling fallible-iterator v0.2.0
15692026-01-01T21:29:17.020Z Compiling num-bigint-dig v0.8.6
15702026-01-01T21:29:17.023Z Compiling ref-cast v1.0.24
15712026-01-01T21:29:17.387Z Compiling litrs v0.4.1
15722026-01-01T21:29:17.675Z Compiling postgres-protocol v0.6.8
15732026-01-01T21:29:17.728Z Compiling publicsuffix v2.3.0
15742026-01-01T21:29:17.872Z Compiling nix v0.29.0
15752026-01-01T21:29:18.055Z Compiling sec1 v0.7.3
15762026-01-01T21:29:18.493Z Compiling document-features v0.2.11
15772026-01-01T21:29:18.732Z Compiling group v0.13.0
15782026-01-01T21:29:18.766Z Compiling num-iter v0.1.45
15792026-01-01T21:29:18.894Z Compiling tower v0.5.2
15802026-01-01T21:29:19.077Z Compiling newtype-uuid v1.3.2
15812026-01-01T21:29:19.193Z Compiling flate2 v1.1.2
15822026-01-01T21:29:19.767Z Compiling rand v0.8.5
15832026-01-01T21:29:19.788Z Compiling oxnet v0.1.3
15842026-01-01T21:29:19.965Z Compiling derive_builder v0.20.2
15852026-01-01T21:29:20.172Z Compiling tokio-native-tls v0.3.1
15862026-01-01T21:29:20.578Z Compiling goblin v0.8.2
15872026-01-01T21:29:20.642Z Compiling rustls-native-certs v0.8.1
15882026-01-01T21:29:21.200Z Compiling webpki-roots v1.0.1
15892026-01-01T21:29:21.437Z Compiling http-body-util v0.1.3
15902026-01-01T21:29:21.464Z Compiling strum_macros v0.27.2
15912026-01-01T21:29:21.697Z Compiling terminal_size v0.4.0
15922026-01-01T21:29:21.804Z Compiling cargo-platform v0.1.8
15932026-01-01T21:29:21.953Z Compiling hkdf v0.12.4
15942026-01-01T21:29:21.982Z Compiling crypto-bigint v0.5.5
15952026-01-01T21:29:22.246Z Compiling ref-cast-impl v1.0.24
15962026-01-01T21:29:22.355Z Compiling curve25519-dalek-derive v0.1.1
15972026-01-01T21:29:23.465Z Compiling async-trait v0.1.89
15982026-01-01T21:29:23.853Z Compiling daft-derive v0.1.4
15992026-01-01T21:29:24.279Z Compiling hubpack_derive v0.1.1
16002026-01-01T21:29:25.257Z Compiling vergen v9.0.6
16012026-01-01T21:29:25.531Z Compiling ahash v0.8.12
16022026-01-01T21:29:25.615Z Compiling fs-err v3.1.1
16032026-01-01T21:29:25.931Z Compiling winnow v0.5.40
16042026-01-01T21:29:25.982Z Compiling lockfree-object-pool v0.1.6
16052026-01-01T21:29:26.044Z Compiling bumpalo v3.16.0
16062026-01-01T21:29:26.258Z Compiling unicode-segmentation v1.12.0
16072026-01-01T21:29:26.554Z Compiling bitflags v1.3.2
16082026-01-01T21:29:26.583Z Compiling simd-adler32 v0.3.7
16092026-01-01T21:29:26.677Z Compiling buf-list v1.0.3
16102026-01-01T21:29:27.165Z Compiling managed v0.8.0
16112026-01-01T21:29:27.185Z Compiling iri-string v0.7.8
16122026-01-01T21:29:27.393Z Compiling zopfli v0.8.1
16132026-01-01T21:29:27.895Z Compiling strum v0.27.2
16142026-01-01T21:29:28.108Z Compiling dof v0.3.0
16152026-01-01T21:29:29.246Z Compiling clap_builder v4.5.48
16162026-01-01T21:29:29.579Z Compiling toml_edit v0.19.15
16172026-01-01T21:29:29.734Z Compiling daft v0.1.4
16182026-01-01T21:29:29.871Z Compiling hubpack v0.1.2
16192026-01-01T21:29:29.916Z Compiling elliptic-curve v0.13.8
16202026-01-01T21:29:30.302Z Compiling tower-http v0.6.6
16212026-01-01T21:29:31.024Z Compiling cargo_metadata v0.19.2
16222026-01-01T21:29:31.189Z Compiling hyper-tls v0.6.0
16232026-01-01T21:29:31.631Z Compiling cookie_store v0.21.1
16242026-01-01T21:29:33.240Z Compiling signal-hook-mio v0.2.4
16252026-01-01T21:29:33.439Z Compiling zstd v0.13.3
16262026-01-01T21:29:34.613Z Compiling postgres-types v0.2.9
16272026-01-01T21:29:34.951Z Compiling usdt-macro v0.6.0
16282026-01-01T21:29:35.888Z Compiling usdt-attr-macro v0.6.0
16292026-01-01T21:29:36.500Z Compiling dtrace-parser v0.2.0
16302026-01-01T21:29:36.569Z Compiling phf v0.11.2
16312026-01-01T21:29:36.900Z Compiling ed25519 v2.2.3
16322026-01-01T21:29:37.078Z Compiling bzip2 v0.5.2
16332026-01-01T21:29:37.142Z Compiling bzip2 v0.4.4
16342026-01-01T21:29:37.499Z Compiling pkcs1 v0.7.5
16352026-01-01T21:29:37.539Z Compiling serde_with_macros v3.14.0
16362026-01-01T21:29:37.562Z Compiling enum-as-inner v0.6.1
16372026-01-01T21:29:38.425Z Compiling strum_macros v0.26.4
16382026-01-01T21:29:38.471Z Compiling clap_derive v4.5.47
16392026-01-01T21:29:38.568Z Compiling hex v0.4.3
16402026-01-01T21:29:38.650Z Compiling serde_urlencoded v0.7.1
16412026-01-01T21:29:39.012Z Compiling serde-big-array v0.5.1
16422026-01-01T21:29:39.160Z Compiling rfc6979 v0.4.0
16432026-01-01T21:29:39.160Z Compiling serde_repr v0.1.19
16442026-01-01T21:29:39.245Z Compiling bstr v1.10.0
16452026-01-01T21:29:39.378Z Compiling float-cmp v0.10.0
16462026-01-01T21:29:39.652Z Compiling env_filter v0.1.2
16472026-01-01T21:29:40.185Z Compiling memmap2 v0.9.8
16482026-01-01T21:29:40.270Z Compiling socket2 v0.5.10
16492026-01-01T21:29:40.273Z Compiling encoding_rs v0.8.34
16502026-01-01T21:29:40.588Z Compiling foldhash v0.2.0
16512026-01-01T21:29:40.691Z Compiling difflib v0.4.0
16522026-01-01T21:29:40.996Z Compiling data-encoding v2.9.0
16532026-01-01T21:29:41.183Z Compiling mime v0.3.17
16542026-01-01T21:29:41.723Z Compiling static_assertions v1.1.0
16552026-01-01T21:29:41.889Z Compiling predicates-core v1.0.8
16562026-01-01T21:29:42.035Z Compiling normalize-line-endings v0.3.0
16572026-01-01T21:29:42.195Z Compiling whoami v1.5.2
16582026-01-01T21:29:42.238Z Compiling rustc-hash v2.1.1
16592026-01-01T21:29:42.470Z Compiling fixedbitset v0.4.2
16602026-01-01T21:29:42.769Z Compiling precomputed-hash v0.1.1
16612026-01-01T21:29:42.793Z Compiling fixedbitset v0.5.7
16622026-01-01T21:29:42.839Z Compiling new_debug_unreachable v1.0.6
16632026-01-01T21:29:42.917Z Compiling keccak v0.1.5
16642026-01-01T21:29:42.939Z Compiling jiff v0.2.15
16652026-01-01T21:29:42.959Z Compiling string_cache v0.8.9
16662026-01-01T21:29:42.978Z Compiling clap v4.5.48
16672026-01-01T21:29:43.116Z Compiling strum v0.26.3
16682026-01-01T21:29:43.335Z Compiling sha3 v0.10.8
16692026-01-01T21:29:43.404Z Compiling petgraph v0.8.2
16702026-01-01T21:29:43.426Z Compiling toml_edit v0.22.27
16712026-01-01T21:29:44.035Z Compiling petgraph v0.6.5
16722026-01-01T21:29:44.383Z Compiling tokio-postgres v0.7.13
16732026-01-01T21:29:45.006Z Compiling iddqd v0.3.16
16742026-01-01T21:29:45.172Z Compiling predicates v3.1.3
16752026-01-01T21:29:46.712Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16762026-01-01T21:29:47.694Z Compiling hickory-proto v0.25.2
16772026-01-01T21:29:47.745Z Compiling usdt v0.6.0
16782026-01-01T21:29:47.936Z Compiling usdt-impl v0.5.0
16792026-01-01T21:29:48.265Z Compiling serde_with v3.14.0
16802026-01-01T21:29:49.217Z Compiling similar v2.7.0
16812026-01-01T21:29:49.946Z Compiling env_logger v0.11.8
16822026-01-01T21:29:50.603Z Compiling zip v4.2.0
16832026-01-01T21:29:50.739Z Compiling ecdsa v0.16.9
16842026-01-01T21:29:51.342Z Compiling rsa v0.9.8
16852026-01-01T21:29:51.577Z Compiling zip v0.6.6
16862026-01-01T21:29:52.719Z Compiling ed25519-dalek v2.1.1
16872026-01-01T21:29:53.657Z Compiling crossterm v0.28.1
16882026-01-01T21:29:53.846Z Compiling toml v0.7.8
16892026-01-01T21:29:55.002Z Compiling heck v0.4.1
16902026-01-01T21:29:55.323Z Compiling crossbeam-epoch v0.9.18
16912026-01-01T21:29:55.422Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16922026-01-01T21:29:55.425Z Compiling tokio-stream v0.1.17
16932026-01-01T21:29:55.464Z Compiling x509-cert v0.2.5
16942026-01-01T21:29:55.862Z Compiling openapiv3 v2.2.0
16952026-01-01T21:29:56.012Z Compiling sha1 v0.10.6
16962026-01-01T21:29:56.457Z Compiling winnow v0.6.26
16972026-01-01T21:29:56.479Z Compiling lalrpop-util v0.19.12
16982026-01-01T21:29:56.896Z Compiling peg-runtime v0.8.5
16992026-01-01T21:29:56.941Z Compiling thread_local v1.1.8
17002026-01-01T21:29:57.471Z Compiling slog-async v2.8.0
17012026-01-01T21:29:57.505Z Compiling crossbeam-channel v0.5.15
17022026-01-01T21:29:58.110Z Compiling xattr v1.3.1
17032026-01-01T21:29:58.415Z Compiling futures-executor v0.3.31
17042026-01-01T21:29:58.533Z Compiling filetime v0.2.26
17052026-01-01T21:29:58.864Z Compiling is-terminal v0.4.13
17062026-01-01T21:29:58.926Z Compiling term v1.1.0
17072026-01-01T21:29:59.026Z Compiling take_mut v0.2.2
17082026-01-01T21:29:59.266Z Compiling tar v0.4.44
17092026-01-01T21:29:59.663Z Compiling slog-term v2.9.2
17102026-01-01T21:29:59.926Z Compiling futures v0.3.31
17112026-01-01T21:30:03.396Z Compiling aws-lc-sys v0.26.0
17122026-01-01T21:30:34.200Z Compiling rustls-webpki v0.102.8
17132026-01-01T21:30:39.191Z Compiling tokio-rustls v0.26.0
17142026-01-01T21:30:39.469Z Compiling hyper-rustls v0.27.7
17152026-01-01T21:30:39.865Z Compiling reqwest v0.12.24
17162026-01-01T21:30:43.711Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17172026-01-01T21:30:44.024Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17182026-01-01T21:30:48.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s
17192026-01-01T21:30:49.124Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17202026-01-01T21:30:49.184ZJan 01 21:30:47.914 INFO Starting download, target: Cockroach
17212026-01-01T21:30:49.187ZJan 01 21:30:47.915 INFO Starting download, target: DendriteStub
17222026-01-01T21:30:49.187ZJan 01 21:30:47.915 INFO Starting download, target: Clickhouse
17232026-01-01T21:30:49.187ZJan 01 21:30:47.915 INFO Starting download, target: Console
17242026-01-01T21:30:49.187ZJan 01 21:30:47.915 INFO Starting download, target: MaghemiteMgd
17252026-01-01T21:30:49.187ZJan 01 21:30:47.915 INFO Starting download, target: TransceiverControl
17262026-01-01T21:30:49.187ZJan 01 21:30:47.915 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17272026-01-01T21:30:49.187ZJan 01 21:30:47.915 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17282026-01-01T21:30:49.187ZJan 01 21:30:47.915 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17292026-01-01T21:30:49.187ZJan 01 21:30:47.915 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17302026-01-01T21:30:49.187ZJan 01 21:30:47.915 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17312026-01-01T21:30:49.187ZJan 01 21:30:47.915 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17322026-01-01T21:30:49.644ZJan 01 21:30:48.363 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17332026-01-01T21:30:49.709ZJan 01 21:30:48.435 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17342026-01-01T21:30:50.107ZJan 01 21:30:48.832 INFO Download complete, target: TransceiverControl
17352026-01-01T21:30:50.188ZJan 01 21:30:48.913 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17362026-01-01T21:30:50.211ZJan 01 21:30:48.940 INFO Download complete, target: Console
17372026-01-01T21:30:50.631ZJan 01 21:30:49.361 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17382026-01-01T21:30:50.872ZJan 01 21:30:49.603 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17392026-01-01T21:30:50.872ZJan 01 21:30:49.603 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17402026-01-01T21:30:51.484ZJan 01 21:30:50.214 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17412026-01-01T21:30:54.396ZJan 01 21:30:53.126 INFO Download complete, target: DendriteStub
17422026-01-01T21:30:55.411ZJan 01 21:30:54.140 INFO Download complete, target: MaghemiteMgd
17432026-01-01T21:30:58.502ZJan 01 21:30:57.231 INFO Checking that binary works, target: Cockroach
17442026-01-01T21:30:58.642ZJan 01 21:30:57.370 INFO Download complete, target: Cockroach
17452026-01-01T21:31:02.915ZJan 01 21:31:01.642 INFO Checking that binary works, target: Clickhouse
17462026-01-01T21:31:03.084ZJan 01 21:31:01.811 INFO Download complete, target: Clickhouse
17472026-01-01T21:31:03.090ZAll prerequisites installed successfully
17482026-01-01T21:31:03.093Z
17492026-01-01T21:31:03.093Zreal 5:18.557170105
17502026-01-01T21:31:03.093Zuser 18:50.948128121
17512026-01-01T21:31:03.093Zsys 2:35.130465795
17522026-01-01T21:31:03.093Ztrap 0.709245436
17532026-01-01T21:31:03.093Ztflt 0.860044247
17542026-01-01T21:31:03.093Zdflt 1.224221366
17552026-01-01T21:31:03.093Zkflt 0.025524083
17562026-01-01T21:31:03.093Zlock 45:49.590633251
17572026-01-01T21:31:03.093Zslp 1:09:14.717231005
17582026-01-01T21:31:03.093Zlat 1:18.493667595
17592026-01-01T21:31:03.093Zstop 3:11.882840264
17602026-01-01T21:31:03.094Z+ ptime -m cargo xtask download softnpu
17612026-01-01T21:31:03.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17622026-01-01T21:31:03.910Z Running `target/debug/xtask download softnpu`
17632026-01-01T21:31:04.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
17642026-01-01T21:31:05.037Z Running `target/debug/xtask-downloader softnpu`
17652026-01-01T21:31:05.080ZJan 01 21:31:03.807 INFO Starting download, target: Softnpu
17662026-01-01T21:31:05.083ZJan 01 21:31:03.807 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17672026-01-01T21:31:05.629ZJan 01 21:31:04.356 INFO Download complete, target: Softnpu
17682026-01-01T21:31:05.635Z
17692026-01-01T21:31:05.638Zreal 2.535556705
17702026-01-01T21:31:05.638Zuser 1.617554514
17712026-01-01T21:31:05.638Zsys 0.712340234
17722026-01-01T21:31:05.638Ztrap 0.001146741
17732026-01-01T21:31:05.638Ztflt 0.000135484
17742026-01-01T21:31:05.638Zdflt 0.000038918
17752026-01-01T21:31:05.638Zkflt 0.000000000
17762026-01-01T21:31:05.638Zlock 5.947924581
17772026-01-01T21:31:05.638Zslp 0.447341034
17782026-01-01T21:31:05.638Zlat 0.081015690
17792026-01-01T21:31:05.638Zstop 0.000159460
17802026-01-01T21:31:05.639Z+ export CARGO_INCREMENTAL=0
17812026-01-01T21:31:05.639Z+ CARGO_INCREMENTAL=0
17822026-01-01T21:31:05.639Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17832026-01-01T21:31:06.982Z Compiling proc-macro2 v1.0.101
17842026-01-01T21:31:06.982Z Compiling unicode-ident v1.0.19
17852026-01-01T21:31:06.985Z Compiling libc v0.2.174
17862026-01-01T21:31:06.985Z Compiling serde_core v1.0.228
17872026-01-01T21:31:06.985Z Compiling serde v1.0.228
17882026-01-01T21:31:06.985Z Compiling autocfg v1.4.0
17892026-01-01T21:31:06.985Z Compiling cfg-if v1.0.4
17902026-01-01T21:31:07.269Z Compiling version_check v0.9.5
17912026-01-01T21:31:07.324Z Compiling memchr v2.7.4
17922026-01-01T21:31:07.343Z Compiling shlex v1.3.0
17932026-01-01T21:31:07.925Z Compiling lock_api v0.4.12
17942026-01-01T21:31:07.943Z Compiling value-bag v1.9.0
17952026-01-01T21:31:08.269Z Compiling portable-atomic v1.11.0
17962026-01-01T21:31:08.462Z Compiling log v0.4.27
17972026-01-01T21:31:08.599Z Compiling typenum v1.17.0
17982026-01-01T21:31:09.144Z Compiling quote v1.0.40
17992026-01-01T21:31:09.200Z Compiling jobserver v0.1.32
18002026-01-01T21:31:09.492Z Compiling serde_json v1.0.145
18012026-01-01T21:31:09.522Z Compiling syn v2.0.111
18022026-01-01T21:31:09.617Z Compiling cc v1.2.30
18032026-01-01T21:31:09.721Z Compiling generic-array v0.14.7
18042026-01-01T21:31:09.868Z Compiling getrandom v0.3.4
18052026-01-01T21:31:09.893Z Compiling libm v0.2.8
18062026-01-01T21:31:10.093Z Compiling num-traits v0.2.19
18072026-01-01T21:31:10.430Z Compiling scopeguard v1.2.0
18082026-01-01T21:31:10.454Z Compiling parking_lot_core v0.9.10
18092026-01-01T21:31:10.457Z Compiling smallvec v1.15.1
18102026-01-01T21:31:10.903Z Compiling regex-syntax v0.8.5
18112026-01-01T21:31:11.124Z Compiling itoa v1.0.11
18122026-01-01T21:31:11.847Z Compiling getrandom v0.2.15
18132026-01-01T21:31:11.917Z Compiling pkg-config v0.3.31
18142026-01-01T21:31:12.253Z Compiling thiserror v2.0.17
18152026-01-01T21:31:12.582Z Compiling aho-corasick v1.1.3
18162026-01-01T21:31:12.617Z Compiling rustix v0.38.37
18172026-01-01T21:31:13.039Z Compiling errno v0.3.12
18182026-01-01T21:31:13.061Z Compiling stable_deref_trait v1.2.0
18192026-01-01T21:31:13.261Z Compiling spin v0.9.8
18202026-01-01T21:31:13.305Z Compiling either v1.15.0
18212026-01-01T21:31:13.331Z Compiling ryu v1.0.18
18222026-01-01T21:31:13.514Z Compiling slab v0.4.9
18232026-01-01T21:31:13.634Z Compiling allocator-api2 v0.2.21
18242026-01-01T21:31:13.677Z Compiling equivalent v1.0.2
18252026-01-01T21:31:13.811Z Compiling semver v1.0.27
18262026-01-01T21:31:13.917Z Compiling lazy_static v1.5.0
18272026-01-01T21:31:14.487Z Compiling schemars v0.8.22
18282026-01-01T21:31:14.752Z Compiling regex-automata v0.4.11
18292026-01-01T21:31:16.101Z Compiling rand_core v0.6.4
18302026-01-01T21:31:16.609Z Compiling byteorder v1.5.0
18312026-01-01T21:31:16.631Z Compiling critical-section v1.1.3
18322026-01-01T21:31:16.816Z Compiling synstructure v0.13.1
18332026-01-01T21:31:17.146Z Compiling serde_derive_internals v0.29.1
18342026-01-01T21:31:17.535Z Compiling once_cell v1.21.3
18352026-01-01T21:31:18.057Z Compiling litemap v0.7.3
18362026-01-01T21:31:18.118Z Compiling glob v0.3.2
18372026-01-01T21:31:18.337Z Compiling subtle v2.6.1
18382026-01-01T21:31:18.547Z Compiling writeable v0.5.5
18392026-01-01T21:31:18.867Z Compiling clang-sys v1.8.1
18402026-01-01T21:31:19.042Z Compiling prettyplease v0.2.36
18412026-01-01T21:31:19.065Z Compiling pin-project-lite v0.2.14
18422026-01-01T21:31:19.244Z Compiling percent-encoding v2.3.2
18432026-01-01T21:31:19.595Z Compiling minimal-lexical v0.2.1
18442026-01-01T21:31:19.642Z Compiling icu_locid_transform_data v1.5.0
18452026-01-01T21:31:19.770Z Compiling fnv v1.0.7
18462026-01-01T21:31:19.929Z Compiling libloading v0.8.5
18472026-01-01T21:31:19.962Z Compiling icu_properties_data v1.5.0
18482026-01-01T21:31:20.109Z Compiling nom v7.1.3
18492026-01-01T21:31:20.254Z Compiling regex v1.11.3
18502026-01-01T21:31:20.316Z Compiling home v0.5.9
18512026-01-01T21:31:20.482Z Compiling serde_derive v1.0.228
18522026-01-01T21:31:20.521Z Compiling zeroize_derive v1.4.2
18532026-01-01T21:31:20.543Z Compiling zerofrom-derive v0.1.4
18542026-01-01T21:31:20.755Z Compiling yoke-derive v0.7.4
18552026-01-01T21:31:21.092Z Compiling zerovec-derive v0.10.3
18562026-01-01T21:31:21.199Z Compiling displaydoc v0.2.5
18572026-01-01T21:31:21.838Z Compiling icu_provider_macros v1.5.0
18582026-01-01T21:31:22.624Z Compiling tokio-macros v2.6.0
18592026-01-01T21:31:22.887Z Compiling zeroize v1.8.1
18602026-01-01T21:31:23.065Z Compiling zerocopy-derive v0.7.35
18612026-01-01T21:31:23.316Z Compiling thiserror-impl v2.0.17
18622026-01-01T21:31:23.376Z Compiling zerofrom v0.1.4
18632026-01-01T21:31:23.474Z Compiling futures-macro v0.3.31
18642026-01-01T21:31:23.648Z Compiling yoke v0.7.4
18652026-01-01T21:31:23.689Z Compiling schemars_derive v0.8.22
18662026-01-01T21:31:24.076Z Compiling zerovec v0.10.4
18672026-01-01T21:31:24.765Z Compiling bindgen v0.69.5
18682026-01-01T21:31:25.239Z Compiling cexpr v0.6.0
18692026-01-01T21:31:26.307Z Compiling tinystr v0.7.6
18702026-01-01T21:31:26.433Z Compiling icu_collections v1.5.0
18712026-01-01T21:31:26.701Z Compiling icu_locid v1.5.0
18722026-01-01T21:31:27.087Z Compiling itertools v0.10.5
18732026-01-01T21:31:27.270Z Compiling heck v0.5.0
18742026-01-01T21:31:27.734Z Compiling utf8_iter v1.0.4
18752026-01-01T21:31:28.063Z Compiling icu_provider v1.5.0
18762026-01-01T21:31:28.383Z Compiling bitflags v2.9.4
18772026-01-01T21:31:28.565Z Compiling bytes v1.10.1
18782026-01-01T21:31:29.772Z Compiling icu_locid_transform v1.5.0
18792026-01-01T21:31:30.230Z Compiling lazycell v1.3.0
18802026-01-01T21:31:30.297Z Compiling rustc-hash v1.1.0
18812026-01-01T21:31:30.327Z Compiling utf16_iter v1.0.5
18822026-01-01T21:31:30.465Z Compiling paste v1.0.15
18832026-01-01T21:31:30.513Z Compiling icu_normalizer_data v1.5.0
18842026-01-01T21:31:30.614Z Compiling write16 v1.0.0
18852026-01-01T21:31:30.684Z Compiling cmake v0.1.51
18862026-01-01T21:31:30.828Z Compiling signal-hook-registry v1.4.2
18872026-01-01T21:31:31.070Z Compiling dunce v1.0.5
18882026-01-01T21:31:31.246Z Compiling fs_extra v1.3.0
18892026-01-01T21:31:31.448Z Compiling icu_properties v1.5.1
18902026-01-01T21:31:31.470Z Compiling parking_lot v0.12.3
18912026-01-01T21:31:32.696Z Compiling crypto-common v0.1.6
18922026-01-01T21:31:32.882Z Compiling hashbrown v0.16.1
18932026-01-01T21:31:32.945Z Compiling mio v1.0.2
18942026-01-01T21:31:33.454Z Compiling which v4.4.2
18952026-01-01T21:31:34.545Z Compiling form_urlencoded v1.2.2
18962026-01-01T21:31:34.865Z Compiling rustversion v1.0.22
18972026-01-01T21:31:35.206Z Compiling const-oid v0.9.6
18982026-01-01T21:31:35.228Z Compiling indexmap v2.12.1
18992026-01-01T21:31:35.512Z Compiling icu_normalizer v1.5.0
19002026-01-01T21:31:35.729Z Compiling socket2 v0.6.1
19012026-01-01T21:31:36.672Z Compiling idna_adapter v1.2.0
19022026-01-01T21:31:36.927Z Compiling idna v1.0.3
19032026-01-01T21:31:37.391Z Compiling tokio v1.48.0
19042026-01-01T21:31:37.721Z Compiling url v2.5.4
19052026-01-01T21:31:38.692Z Compiling ring v0.17.14
19062026-01-01T21:31:39.235Z Compiling zerocopy v0.8.27
19072026-01-01T21:31:39.913Z Compiling block-buffer v0.10.4
19082026-01-01T21:31:39.987Z Compiling der_derive v0.7.3
19092026-01-01T21:31:40.194Z Compiling tracing-attributes v0.1.27
19102026-01-01T21:31:42.184Z Compiling vcpkg v0.2.15
19112026-01-01T21:31:42.424Z Compiling thiserror v1.0.69
19122026-01-01T21:31:43.064Z Compiling aws-lc-rs v1.12.4
19132026-01-01T21:31:43.124Z Compiling digest v0.10.7
19142026-01-01T21:31:43.378Z Compiling zerocopy-derive v0.8.27
19152026-01-01T21:31:43.540Z Compiling futures-core v0.3.31
19162026-01-01T21:31:43.543Z Compiling strsim v0.11.1
19172026-01-01T21:31:43.586Z Compiling openssl-sys v0.9.109
19182026-01-01T21:31:43.825Z Compiling zerocopy v0.7.35
19192026-01-01T21:31:44.209Z Compiling thiserror-impl v1.0.69
19202026-01-01T21:31:44.272Z Compiling ucd-trie v0.1.7
19212026-01-01T21:31:44.735Z Compiling iana-time-zone v0.1.63
19222026-01-01T21:31:45.114Z Compiling chrono v0.4.42
19232026-01-01T21:31:45.269Z Compiling aws-lc-sys v0.26.0
19242026-01-01T21:31:45.299Z Compiling pest v2.8.2
19252026-01-01T21:31:45.825Z Compiling serde_tokenstream v0.2.2
19262026-01-01T21:31:46.172Z Compiling uuid v1.19.0
19272026-01-01T21:31:46.443Z Compiling httparse v1.9.5
19282026-01-01T21:31:46.462Z Compiling foldhash v0.1.5
19292026-01-01T21:31:46.737Z Compiling ident_case v1.0.1
19302026-01-01T21:31:46.772Z Compiling hashbrown v0.15.4
19312026-01-01T21:31:48.036Z Compiling pest_meta v2.8.2
19322026-01-01T21:31:48.321Z Compiling rustix v1.0.7
19332026-01-01T21:31:49.098Z Compiling syn v1.0.109
19342026-01-01T21:31:49.668Z Compiling pest_generator v2.8.2
19352026-01-01T21:31:50.521Z Compiling num-conv v0.1.0
19362026-01-01T21:31:50.582Z Compiling time-core v0.1.6
19372026-01-01T21:31:50.869Z Compiling futures-sink v0.3.31
19382026-01-01T21:31:50.945Z Compiling time-macros v0.2.24
19392026-01-01T21:31:51.081Z Compiling futures-channel v0.3.31
19402026-01-01T21:31:51.621Z Compiling pest_derive v2.8.2
19412026-01-01T21:31:51.875Z Compiling rustc_version v0.4.1
19422026-01-01T21:31:52.448Z Compiling dyn-clone v1.0.20
19432026-01-01T21:31:52.687Z Compiling futures-task v0.3.31
19442026-01-01T21:31:52.746Z Compiling cpufeatures v0.2.14
19452026-01-01T21:31:52.770Z Compiling pin-utils v0.1.0
19462026-01-01T21:31:52.881Z Compiling futures-io v0.3.31
19472026-01-01T21:31:52.909Z Compiling openssl v0.10.73
19482026-01-01T21:31:53.228Z Compiling futures-util v0.3.31
19492026-01-01T21:31:53.351Z Compiling hmac v0.12.1
19502026-01-01T21:31:53.446Z Compiling plain v0.2.3
19512026-01-01T21:31:53.651Z Compiling block-padding v0.3.3
19522026-01-01T21:31:54.057Z Compiling openssl-macros v0.1.1
19532026-01-01T21:31:54.802Z Compiling crossbeam-utils v0.8.21
19542026-01-01T21:31:55.382Z Compiling rustls v0.23.19
19552026-01-01T21:31:55.473Z Compiling native-tls v0.2.12
19562026-01-01T21:31:55.774Z Compiling inout v0.1.3
19572026-01-01T21:31:55.913Z Compiling ppv-lite86 v0.2.20
19582026-01-01T21:31:57.124Z Compiling pretty-hex v0.4.1
19592026-01-01T21:31:57.388Z Compiling cipher v0.4.4
19602026-01-01T21:31:57.607Z Compiling sha2 v0.10.9
19612026-01-01T21:31:57.916Z Compiling http v1.4.0
19622026-01-01T21:31:58.372Z Compiling scroll_derive v0.13.1
19632026-01-01T21:31:59.606Z Compiling scroll_derive v0.12.0
19642026-01-01T21:32:00.034Z Compiling cookie v0.18.1
19652026-01-01T21:32:00.351Z Compiling base64ct v1.6.0
19662026-01-01T21:32:00.713Z Compiling anyhow v1.0.99
19672026-01-01T21:32:00.923Z Compiling pem-rfc7468 v0.7.0
19682026-01-01T21:32:01.314Z Compiling slog v2.8.2
19692026-01-01T21:32:02.154Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19702026-01-01T21:32:02.260Z Compiling bzip2-sys v0.1.13+1.0.8
19712026-01-01T21:32:02.817Z Compiling flagset v0.4.6
19722026-01-01T21:32:03.084Z Compiling der v0.7.10
19732026-01-01T21:32:03.607Z Compiling toml_datetime v0.6.11
19742026-01-01T21:32:04.127Z Compiling serde_spanned v0.6.9
19752026-01-01T21:32:04.394Z Compiling rand_core v0.9.3
19762026-01-01T21:32:04.847Z Compiling tracing-core v0.1.32
19772026-01-01T21:32:05.198Z Compiling rustls-pki-types v1.10.0
19782026-01-01T21:32:05.598Z Compiling spki v0.7.3
19792026-01-01T21:32:05.927Z Compiling tracing v0.1.40
19802026-01-01T21:32:06.139Z Compiling salsa20 v0.10.2
19812026-01-01T21:32:06.413Z Compiling pbkdf2 v0.12.2
19822026-01-01T21:32:06.618Z Compiling darling_core v0.20.10
19832026-01-01T21:32:06.917Z Compiling camino v1.2.1
19842026-01-01T21:32:06.953Z Compiling winnow v0.5.40
19852026-01-01T21:32:07.258Z Compiling litrs v0.4.1
19862026-01-01T21:32:08.260Z Compiling document-features v0.2.11
19872026-01-01T21:32:09.669Z Compiling scrypt v0.11.0
19882026-01-01T21:32:09.771Z Compiling rand_chacha v0.9.0
19892026-01-01T21:32:10.120Z Compiling tokio-util v0.7.15
19902026-01-01T21:32:10.457Z Compiling toml_edit v0.19.15
19912026-01-01T21:32:10.599Z Compiling cbc v0.1.2
19922026-01-01T21:32:10.860Z Compiling aes v0.8.4
19932026-01-01T21:32:11.626Z Compiling darling_macro v0.20.10
19942026-01-01T21:32:13.006Z Compiling usdt-impl v0.5.0
19952026-01-01T21:32:13.410Z Compiling powerfmt v0.2.0
19962026-01-01T21:32:13.951Z Compiling ref-cast v1.0.24
19972026-01-01T21:32:14.421Z Compiling usdt-impl v0.6.0
19982026-01-01T21:32:14.501Z Compiling untrusted v0.9.0
19992026-01-01T21:32:14.738Z Compiling untrusted v0.7.1
20002026-01-01T21:32:14.800Z Compiling deranged v0.5.3
20012026-01-01T21:32:15.340Z Compiling darling v0.20.10
20022026-01-01T21:32:15.482Z Compiling pkcs5 v0.7.1
20032026-01-01T21:32:16.211Z Compiling rand v0.9.2
20042026-01-01T21:32:17.713Z Compiling http-body v1.0.1
20052026-01-01T21:32:18.007Z Compiling scroll v0.12.0
20062026-01-01T21:32:18.563Z Compiling scroll v0.13.0
20072026-01-01T21:32:19.164Z Compiling heapless v0.7.17
20082026-01-01T21:32:19.679Z Compiling cfg_aliases v0.2.1
20092026-01-01T21:32:19.960Z Compiling base64 v0.22.1
20102026-01-01T21:32:19.985Z Compiling signal-hook v0.3.18
20112026-01-01T21:32:20.333Z Compiling adler2 v2.0.0
20122026-01-01T21:32:20.646Z Compiling num_threads v0.1.7
20132026-01-01T21:32:20.676Z Compiling zstd-safe v7.2.3
20142026-01-01T21:32:20.817Z Compiling atomic-waker v1.1.2
20152026-01-01T21:32:20.858Z Compiling time v0.3.43
20162026-01-01T21:32:21.059Z Compiling miniz_oxide v0.8.5
20172026-01-01T21:32:22.861Z Compiling goblin v0.10.2
20182026-01-01T21:32:23.719Z Compiling goblin v0.8.2
20192026-01-01T21:32:24.507Z Compiling pkcs8 v0.10.2
20202026-01-01T21:32:25.428Z Compiling ipnetwork v0.21.1
20212026-01-01T21:32:28.246Z Compiling ref-cast-impl v1.0.24
20222026-01-01T21:32:29.173Z Compiling memoffset v0.9.1
20232026-01-01T21:32:29.347Z Compiling tinyvec_macros v0.1.1
20242026-01-01T21:32:30.316Z Compiling tower-service v0.3.3
20252026-01-01T21:32:30.351Z Compiling tower-layer v0.3.3
20262026-01-01T21:32:30.458Z Compiling try-lock v0.2.5
20272026-01-01T21:32:30.681Z Compiling want v0.3.1
20282026-01-01T21:32:30.815Z Compiling dof v0.4.0
20292026-01-01T21:32:31.720Z Compiling tinyvec v1.8.0
20302026-01-01T21:32:31.836Z Compiling dof v0.3.0
20312026-01-01T21:32:32.821Z Compiling h2 v0.4.6
20322026-01-01T21:32:33.312Z Compiling dtrace-parser v0.2.0
20332026-01-01T21:32:34.919Z Compiling curve25519-dalek v4.1.3
20342026-01-01T21:32:35.024Z Compiling dtrace-parser v0.3.0
20352026-01-01T21:32:35.617Z Compiling ipnet v2.11.0
20362026-01-01T21:32:35.742Z Compiling daft-derive v0.1.4
20372026-01-01T21:32:36.606Z Compiling async-trait v0.1.89
20382026-01-01T21:32:37.231Z Compiling thread-id v5.0.0
20392026-01-01T21:32:37.378Z Compiling thread-id v4.2.2
20402026-01-01T21:32:37.671Z Compiling smoltcp v0.9.1
20412026-01-01T21:32:37.760Z Compiling num-bigint-dig v0.8.6
20422026-01-01T21:32:38.112Z Compiling fastrand v2.1.1
20432026-01-01T21:32:38.513Z Compiling openssl-probe v0.1.5
20442026-01-01T21:32:38.682Z Compiling foreign-types-shared v0.1.1
20452026-01-01T21:32:38.995Z Compiling httpdate v1.0.3
20462026-01-01T21:32:39.142Z Compiling foreign-types v0.3.2
20472026-01-01T21:32:39.324Z Compiling tempfile v3.20.0
20482026-01-01T21:32:41.560Z Compiling hyper v1.8.1
20492026-01-01T21:32:48.576Z Compiling strum_macros v0.26.4
20502026-01-01T21:32:50.958Z Compiling wait-timeout v0.2.0
20512026-01-01T21:32:51.567Z Compiling gimli v0.31.1
20522026-01-01T21:32:52.237Z Compiling utf8parse v0.2.2
20532026-01-01T21:32:52.422Z Compiling anstyle v1.0.11
20542026-01-01T21:32:52.790Z Compiling quick-error v1.2.3
20552026-01-01T21:32:52.875Z Compiling bit-vec v0.8.0
20562026-01-01T21:32:53.367Z Compiling bit-set v0.8.0
20572026-01-01T21:32:55.911Z Compiling addr2line v0.24.2
20582026-01-01T21:32:56.184Z Compiling rusty-fork v0.3.0
20592026-01-01T21:32:56.412Z Compiling anstyle-parse v0.2.5
20602026-01-01T21:33:00.093Z Compiling hyper-util v0.1.19
20612026-01-01T21:33:00.601Z Compiling unicode-normalization v0.1.24
20622026-01-01T21:33:01.313Z Compiling nix v0.29.0
20632026-01-01T21:33:02.125Z Compiling derive_builder_core v0.20.2
20642026-01-01T21:33:04.130Z Compiling rand_xorshift v0.4.0
20652026-01-01T21:33:04.397Z Compiling hubpack_derive v0.1.1
20662026-01-01T21:33:04.545Z Compiling signature v2.2.0
20672026-01-01T21:33:04.811Z Compiling openapiv3 v2.2.0
20682026-01-01T21:33:05.265Z Compiling erased-serde v0.3.31
20692026-01-01T21:33:05.720Z Compiling strum_macros v0.27.2
20702026-01-01T21:33:07.001Z Compiling curve25519-dalek-derive v0.1.1
20712026-01-01T21:33:08.381Z Compiling object v0.36.5
20722026-01-01T21:33:10.230Z Compiling fs-err v3.1.1
20732026-01-01T21:33:10.605Z Compiling ahash v0.8.12
20742026-01-01T21:33:11.031Z Compiling crc32fast v1.4.2
20752026-01-01T21:33:11.377Z Compiling unicode-bidi v0.3.17
20762026-01-01T21:33:12.506Z Compiling colorchoice v1.0.2
20772026-01-01T21:33:12.723Z Compiling is_terminal_polyfill v1.70.1
20782026-01-01T21:33:12.896Z Compiling buf-list v1.0.3
20792026-01-01T21:33:13.488Z Compiling anstyle-query v1.1.1
20802026-01-01T21:33:13.669Z Compiling unarray v0.1.4
20812026-01-01T21:33:14.131Z Compiling rustc-demangle v0.1.24
20822026-01-01T21:33:14.190Z Compiling siphasher v0.3.11
20832026-01-01T21:33:14.969Z Compiling unicode-segmentation v1.12.0
20842026-01-01T21:33:15.823Z Compiling unicode-properties v0.1.3
20852026-01-01T21:33:16.330Z Compiling zlib-rs v0.5.1
20862026-01-01T21:33:16.676Z Compiling stringprep v0.1.5
20872026-01-01T21:33:16.846Z Compiling backtrace v0.3.74
20882026-01-01T21:33:17.471Z Compiling phf_shared v0.11.2
20892026-01-01T21:33:17.840Z Compiling proptest v1.7.0
20902026-01-01T21:33:19.374Z Compiling anstream v0.6.18
20912026-01-01T21:33:21.435Z Compiling libz-rs-sys v0.5.1
20922026-01-01T21:33:22.613Z Compiling derive_builder_macro v0.20.2
20932026-01-01T21:33:25.693Z Compiling usdt-macro v0.6.0
20942026-01-01T21:33:26.485Z Compiling usdt-attr-macro v0.6.0
20952026-01-01T21:33:27.129Z Compiling rustls-webpki v0.102.8
20962026-01-01T21:33:27.447Z Compiling oxnet v0.1.3
20972026-01-01T21:33:27.722Z Compiling http-body-util v0.1.3
20982026-01-01T21:33:28.329Z Compiling rand_chacha v0.3.1
20992026-01-01T21:33:28.375Z Compiling sync_wrapper v1.0.1
21002026-01-01T21:33:28.775Z Compiling md-5 v0.10.6
21012026-01-01T21:33:28.798Z Compiling vergen-lib v0.1.6
21022026-01-01T21:33:29.065Z Compiling num-integer v0.1.46
21032026-01-01T21:33:29.119Z Compiling ff v0.13.0
21042026-01-01T21:33:29.152Z Compiling hash32 v0.2.1
21052026-01-01T21:33:29.200Z Compiling encoding_rs v0.8.34
21062026-01-01T21:33:29.377Z Compiling base16ct v0.2.0
21072026-01-01T21:33:29.535Z Compiling fallible-iterator v0.2.0
21082026-01-01T21:33:29.693Z Compiling psl-types v2.0.11
21092026-01-01T21:33:29.936Z Compiling mime v0.3.17
21102026-01-01T21:33:30.017Z Compiling publicsuffix v2.3.0
21112026-01-01T21:33:30.240Z Compiling postgres-protocol v0.6.8
21122026-01-01T21:33:30.791Z Compiling sec1 v0.7.3
21132026-01-01T21:33:31.016Z Compiling num-iter v0.1.45
21142026-01-01T21:33:31.244Z Compiling group v0.13.0
21152026-01-01T21:33:31.415Z Compiling rand v0.8.5
21162026-01-01T21:33:31.586Z Compiling tower v0.5.2
21172026-01-01T21:33:34.434Z Compiling derive_builder v0.20.2
21182026-01-01T21:33:34.653Z Compiling newtype-uuid v1.3.2
21192026-01-01T21:33:34.824Z Compiling tokio-native-tls v0.3.1
21202026-01-01T21:33:35.161Z Compiling tokio-rustls v0.26.0
21212026-01-01T21:33:35.661Z Compiling flate2 v1.1.2
21222026-01-01T21:33:35.694Z Compiling heck v0.4.1
21232026-01-01T21:33:36.131Z Compiling rustls-native-certs v0.8.1
21242026-01-01T21:33:36.659Z Compiling webpki-roots v1.0.1
21252026-01-01T21:33:36.846Z Compiling serde_with_macros v3.14.0
21262026-01-01T21:33:37.236Z Compiling hkdf v0.12.4
21272026-01-01T21:33:37.279Z Compiling regress v0.10.4
21282026-01-01T21:33:37.513Z Compiling vergen v9.0.6
21292026-01-01T21:33:37.818Z Compiling serde_urlencoded v0.7.1
21302026-01-01T21:33:37.892Z Compiling terminal_size v0.4.0
21312026-01-01T21:33:38.747Z Compiling cargo-platform v0.1.8
21322026-01-01T21:33:38.984Z Compiling enum-as-inner v0.6.1
21332026-01-01T21:33:39.191Z Compiling clap_derive v4.5.47
21342026-01-01T21:33:39.233Z Compiling crypto-bigint v0.5.5
21352026-01-01T21:33:39.549Z Compiling serde_repr v0.1.19
21362026-01-01T21:33:40.176Z Compiling clap_lex v0.7.4
21372026-01-01T21:33:40.609Z Compiling lockfree-object-pool v0.1.6
21382026-01-01T21:33:40.631Z Compiling bitflags v1.3.2
21392026-01-01T21:33:40.763Z Compiling bumpalo v3.16.0
21402026-01-01T21:33:40.899Z Compiling iri-string v0.7.8
21412026-01-01T21:33:41.195Z Compiling winnow v0.7.13
21422026-01-01T21:33:41.353Z Compiling managed v0.8.0
21432026-01-01T21:33:42.972Z Compiling simd-adler32 v0.3.7
21442026-01-01T21:33:43.477Z Compiling zopfli v0.8.1
21452026-01-01T21:33:43.669Z Compiling elliptic-curve v0.13.8
21462026-01-01T21:33:44.404Z Compiling tower-http v0.6.6
21472026-01-01T21:33:45.292Z Compiling typify-impl v0.4.3
21482026-01-01T21:33:45.707Z Compiling clap_builder v4.5.48
21492026-01-01T21:33:46.379Z Compiling cargo_metadata v0.19.2
21502026-01-01T21:33:47.735Z Compiling hyper-tls v0.6.0
21512026-01-01T21:33:48.029Z Compiling hyper-rustls v0.27.7
21522026-01-01T21:33:49.219Z Compiling daft v0.1.4
21532026-01-01T21:33:49.531Z Compiling zstd v0.13.3
21542026-01-01T21:33:50.067Z Compiling signal-hook-mio v0.2.4
21552026-01-01T21:33:50.279Z Compiling cookie_store v0.21.1
21562026-01-01T21:33:50.487Z Compiling postgres-types v0.2.9
21572026-01-01T21:33:50.915Z Compiling phf v0.11.2
21582026-01-01T21:33:51.587Z Compiling strum v0.27.2
21592026-01-01T21:33:51.683Z Compiling hubpack v0.1.2
21602026-01-01T21:33:51.807Z Compiling ed25519 v2.2.3
21612026-01-01T21:33:51.880Z Compiling bzip2 v0.4.4
21622026-01-01T21:33:51.943Z Compiling bzip2 v0.5.2
21632026-01-01T21:33:52.121Z Compiling crossbeam-epoch v0.9.18
21642026-01-01T21:33:52.267Z Compiling pkcs1 v0.7.5
21652026-01-01T21:33:53.096Z Compiling rfc6979 v0.4.0
21662026-01-01T21:33:53.139Z Compiling darling_core v0.21.0
21672026-01-01T21:33:53.742Z Compiling float-cmp v0.10.0
21682026-01-01T21:33:54.190Z Compiling hex v0.4.3
21692026-01-01T21:33:54.796Z Compiling serde-big-array v0.5.1
21702026-01-01T21:33:54.823Z Compiling bstr v1.10.0
21712026-01-01T21:33:55.081Z Compiling socket2 v0.5.10
21722026-01-01T21:33:55.329Z Compiling memmap2 v0.9.8
21732026-01-01T21:33:55.786Z Compiling env_filter v0.1.2
21742026-01-01T21:33:56.275Z Compiling difflib v0.4.0
21752026-01-01T21:33:56.358Z Compiling foldhash v0.2.0
21762026-01-01T21:33:56.392Z Compiling new_debug_unreachable v1.0.6
21772026-01-01T21:33:56.520Z Compiling jiff v0.2.15
21782026-01-01T21:33:57.237Z Compiling data-encoding v2.9.0
21792026-01-01T21:33:58.037Z Compiling rustc-hash v2.1.1
21802026-01-01T21:33:58.264Z Compiling precomputed-hash v0.1.1
21812026-01-01T21:33:58.419Z Compiling whoami v1.5.2
21822026-01-01T21:33:58.697Z Compiling fixedbitset v0.5.7
21832026-01-01T21:33:58.957Z Compiling keccak v0.1.5
21842026-01-01T21:33:59.070Z Compiling static_assertions v1.1.0
21852026-01-01T21:33:59.203Z Compiling normalize-line-endings v0.3.0
21862026-01-01T21:33:59.232Z Compiling toml_write v0.1.2
21872026-01-01T21:33:59.256Z Compiling predicates-core v1.0.8
21882026-01-01T21:33:59.290Z Compiling fixedbitset v0.4.2
21892026-01-01T21:33:59.371Z Compiling sha3 v0.10.8
21902026-01-01T21:33:59.393Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21912026-01-01T21:33:59.565Z Compiling predicates v3.1.3
21922026-01-01T21:33:59.635Z Compiling petgraph v0.6.5
21932026-01-01T21:33:59.689Z Compiling petgraph v0.8.2
21942026-01-01T21:33:59.968Z Compiling tokio-postgres v0.7.13
21952026-01-01T21:34:00.898Z Compiling toml_edit v0.22.27
21962026-01-01T21:34:00.965Z Compiling darling_macro v0.21.0
21972026-01-01T21:34:01.876Z Compiling reqwest v0.12.24
21982026-01-01T21:34:04.255Z Compiling zip v4.2.0
21992026-01-01T21:34:05.946Z Compiling string_cache v0.8.9
22002026-01-01T21:34:06.369Z Compiling iddqd v0.3.16
22012026-01-01T21:34:06.414Z Compiling hickory-proto v0.25.2
22022026-01-01T21:34:06.593Z Compiling env_logger v0.11.8
22032026-01-01T21:34:07.150Z Compiling similar v2.7.0
22042026-01-01T21:34:07.291Z Compiling usdt v0.6.0
22052026-01-01T21:34:08.677Z Compiling typify-macro v0.4.3
22062026-01-01T21:34:08.923Z Compiling serde_with v3.14.0
22072026-01-01T21:34:08.947Z Compiling ecdsa v0.16.9
22082026-01-01T21:34:11.730Z Compiling rsa v0.9.8
22092026-01-01T21:34:12.280Z Compiling zip v0.6.6
22102026-01-01T21:34:13.302Z Compiling ed25519-dalek v2.1.1
22112026-01-01T21:34:14.381Z Compiling crossterm v0.28.1
22122026-01-01T21:34:15.361Z Compiling clap v4.5.48
22132026-01-01T21:34:16.254Z Compiling strum v0.26.3
22142026-01-01T21:34:16.490Z Compiling tokio-stream v0.1.17
22152026-01-01T21:34:17.480Z Compiling toml v0.7.8
22162026-01-01T21:34:17.538Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22172026-01-01T21:34:17.563Z Compiling x509-cert v0.2.5
22182026-01-01T21:34:19.406Z Compiling sha1 v0.10.6
22192026-01-01T21:34:19.844Z Compiling winnow v0.6.26
22202026-01-01T21:34:22.284Z Compiling peg-runtime v0.8.5
22212026-01-01T21:34:23.405Z Compiling lalrpop-util v0.19.12
22222026-01-01T21:34:24.588Z Compiling rayon-core v1.12.1
22232026-01-01T21:34:24.985Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22242026-01-01T21:34:28.941Z Compiling darling v0.21.0
22252026-01-01T21:34:30.915Z Compiling proc-macro-crate v1.3.1
22262026-01-01T21:34:33.136Z Compiling macaddr v1.0.1
22272026-01-01T21:34:34.243Z Compiling structmeta-derive v0.3.0
22282026-01-01T21:34:34.482Z Compiling itertools v0.14.0
22292026-01-01T21:34:37.310Z Compiling heapless v0.8.0
22302026-01-01T21:34:38.203Z Compiling ingot-macros v0.1.1
22312026-01-01T21:34:40.262Z Compiling structmeta v0.3.0
22322026-01-01T21:34:44.711Z Compiling num_enum_derive v0.5.11
22332026-01-01T21:34:46.808Z Compiling crossbeam-deque v0.8.5
22342026-01-01T21:34:49.260Z Compiling hash32 v0.3.1
22352026-01-01T21:34:49.709Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22362026-01-01T21:34:50.141Z Compiling smoltcp v0.11.0
22372026-01-01T21:34:50.784Z Compiling unicode-width v0.1.14
22382026-01-01T21:34:53.673Z Compiling tabwriter v1.4.0
22392026-01-01T21:34:58.875Z Compiling num_enum v0.5.11
22402026-01-01T21:34:59.111Z Compiling ingot-types v0.1.2
22412026-01-01T21:34:59.213Z Compiling typify v0.4.3
22422026-01-01T21:35:00.137Z Compiling proc-macro-error-attr v1.0.4
22432026-01-01T21:35:00.520Z Compiling cobs v0.2.3
22442026-01-01T21:35:02.265Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22452026-01-01T21:35:02.396Z Compiling unsafe-libyaml v0.2.11
22462026-01-01T21:35:02.889Z Compiling rustls v0.22.4
22472026-01-01T21:35:04.020Z Compiling serde_yaml v0.9.34+deprecated
22482026-01-01T21:35:05.210Z Compiling postcard v1.0.10
22492026-01-01T21:35:05.338Z Compiling ingot v0.1.1
22502026-01-01T21:35:09.001Z Compiling progenitor-impl v0.11.2
22512026-01-01T21:35:18.080Z Compiling futures-executor v0.3.31
22522026-01-01T21:35:18.882Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
22532026-01-01T21:35:19.243Z Compiling foreign-types-macros v0.2.3
22542026-01-01T21:35:19.355Z Compiling thread_local v1.1.8
22552026-01-01T21:35:19.853Z Compiling proc-macro-error v1.0.4
22562026-01-01T21:35:20.033Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
22572026-01-01T21:35:20.232Z Compiling multer v3.1.0
22582026-01-01T21:35:20.468Z Compiling foreign-types-shared v0.3.1
22592026-01-01T21:35:20.507Z Compiling match_cfg v0.1.0
22602026-01-01T21:35:20.826Z Compiling slog-async v2.8.0
22612026-01-01T21:35:33.450Z Compiling hostname v0.3.1
22622026-01-01T21:35:33.771Z Compiling foreign-types v0.5.0
22632026-01-01T21:35:34.232Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
22642026-01-01T21:35:34.280Z Compiling futures v0.3.31
22652026-01-01T21:35:40.854Z Compiling progenitor-macro v0.11.2
22662026-01-01T21:35:46.127Z Compiling derive-ex v0.1.8
22672026-01-01T21:35:50.034Z Compiling progenitor-client v0.11.2
22682026-01-01T21:35:51.067Z Compiling toml_parser v1.0.4
22692026-01-01T21:35:51.731Z Compiling slog-json v2.6.1
22702026-01-01T21:35:53.565Z Compiling crossbeam-channel v0.5.15
22712026-01-01T21:35:54.692Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22722026-01-01T21:35:55.129Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
22732026-01-01T21:35:55.538Z Compiling async-stream-impl v0.3.6
22742026-01-01T21:35:55.585Z Compiling serde_spanned v1.0.3
22752026-01-01T21:35:55.896Z Compiling toml_datetime v0.7.3
22762026-01-01T21:35:55.966Z Compiling cstr-argument v0.1.2
22772026-01-01T21:35:56.017Z Compiling is-terminal v0.4.13
22782026-01-01T21:35:56.193Z Compiling dropshot v0.16.6
22792026-01-01T21:35:56.557Z Compiling toml_writer v1.0.4
22802026-01-01T21:35:56.726Z Compiling crucible-workspace-hack v0.1.0
22812026-01-01T21:35:56.748Z Compiling term v1.1.0
22822026-01-01T21:35:56.801Z Compiling pretty-hex v0.2.1
22832026-01-01T21:35:57.105Z Compiling typeid v1.0.3
22842026-01-01T21:35:57.157Z Compiling take_mut v0.2.2
22852026-01-01T21:35:57.368Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
22862026-01-01T21:35:57.721Z Compiling slog-term v2.9.2
22872026-01-01T21:35:58.298Z Compiling toml v0.9.8
22882026-01-01T21:36:00.088Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22892026-01-01T21:36:00.594Z Compiling async-stream v0.3.6
22902026-01-01T21:36:00.880Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22912026-01-01T21:36:00.993Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22922026-01-01T21:36:01.018Z Compiling slog-bunyan v2.5.0
22932026-01-01T21:36:01.224Z Compiling progenitor v0.11.2
22942026-01-01T21:36:01.486Z Compiling test-strategy v0.4.3
22952026-01-01T21:36:01.515Z Compiling tokio-rustls v0.25.0
22962026-01-01T21:36:02.321Z Compiling rayon v1.10.0
22972026-01-01T21:36:02.828Z Compiling parse-display-derive v0.10.0
22982026-01-01T21:36:04.264Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22992026-01-01T21:36:04.501Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=205b3ccf75b527ac7a565285fdcc0c78f4fcee95#205b3ccf)
23002026-01-01T21:36:04.645Z Compiling colored v2.2.0
23012026-01-01T21:36:04.770Z Compiling waitgroup v0.1.2
23022026-01-01T21:36:05.060Z Compiling nix v0.30.1
23032026-01-01T21:36:05.913Z Compiling rustls-pemfile v2.2.0
23042026-01-01T21:36:06.032Z Compiling dropshot_endpoint v0.16.6
23052026-01-01T21:36:06.298Z Compiling newtype-uuid-macros v0.1.0
23062026-01-01T21:36:06.423Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23072026-01-01T21:36:07.111Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23082026-01-01T21:36:07.213Z Compiling serde_path_to_error v0.1.20
23092026-01-01T21:36:07.577Z Compiling hostname v0.4.2
23102026-01-01T21:36:07.823Z Compiling instant v0.1.13
23112026-01-01T21:36:07.898Z Compiling debug-ignore v1.0.5
23122026-01-01T21:36:07.961Z Compiling colored v3.0.0
23132026-01-01T21:36:08.035Z Compiling backoff v0.4.0
23142026-01-01T21:36:08.115Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23152026-01-01T21:36:08.262Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23162026-01-01T21:36:08.304Z Compiling parse-display v0.10.0
23172026-01-01T21:36:08.446Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=205b3ccf75b527ac7a565285fdcc0c78f4fcee95#205b3ccf)
23182026-01-01T21:36:09.316Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23192026-01-01T21:36:10.232Z Compiling zone_cfg_derive v0.3.0
23202026-01-01T21:36:11.603Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
23212026-01-01T21:36:11.853Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23222026-01-01T21:36:12.849Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23232026-01-01T21:36:13.052Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
23242026-01-01T21:36:13.529Z Compiling camino-tempfile v1.4.1
23252026-01-01T21:36:13.980Z Compiling progenitor-client v0.10.0
23262026-01-01T21:36:14.005Z Compiling itertools v0.12.1
23272026-01-01T21:36:14.980Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
23282026-01-01T21:36:15.664Z Compiling num-derive v0.4.2
23292026-01-01T21:36:17.608Z Compiling sigpipe v0.1.3
23302026-01-01T21:36:17.777Z Compiling libefi-sys v0.1.0
23312026-01-01T21:36:17.895Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23322026-01-01T21:36:18.169Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23332026-01-01T21:36:18.296Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23342026-01-01T21:36:18.490Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23352026-01-01T21:36:19.687Z Compiling zone v0.3.1
23362026-01-01T21:36:20.189Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
23372026-01-01T21:36:20.489Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
23382026-01-01T21:36:22.345Z Compiling erased-serde v0.4.6
23392026-01-01T21:36:23.426Z Compiling usdt-attr-macro v0.5.0
23402026-01-01T21:36:23.479Z Compiling usdt-macro v0.5.0
23412026-01-01T21:36:23.912Z Compiling smf v0.2.3
23422026-01-01T21:36:24.869Z Compiling bitfield-struct v0.6.2
23432026-01-01T21:36:24.972Z Compiling ordered-float v2.10.1
23442026-01-01T21:36:25.675Z Compiling blake3 v1.5.4
23452026-01-01T21:36:26.228Z Compiling memmap v0.7.0
23462026-01-01T21:36:26.575Z Compiling usdt v0.5.0
23472026-01-01T21:36:26.618Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23482026-01-01T21:36:26.681Z Compiling serde-value v0.7.0
23492026-01-01T21:36:26.965Z Compiling serde-untagged v0.1.7
23502026-01-01T21:36:27.546Z Compiling toml v0.8.23
23512026-01-01T21:36:27.814Z Compiling xattr v1.3.1
23522026-01-01T21:36:27.900Z Compiling filetime v0.2.26
23532026-01-01T21:36:27.962Z Compiling unicode-xid v0.2.6
23542026-01-01T21:36:28.190Z Compiling arrayvec v0.7.6
23552026-01-01T21:36:28.242Z Compiling same-file v1.0.6
23562026-01-01T21:36:28.265Z Compiling constant_time_eq v0.3.1
23572026-01-01T21:36:28.310Z Compiling unicode-width v0.2.0
23582026-01-01T21:36:28.484Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-01-01T21:36:28.569Z Compiling arrayref v0.3.9
23602026-01-01T21:36:28.632Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-01-01T21:36:28.694Z Compiling cargo-util-schemas v0.8.2
23622026-01-01T21:36:28.932Z Compiling console v0.16.0
23632026-01-01T21:36:30.125Z Compiling walkdir v2.5.0
23642026-01-01T21:36:30.723Z Compiling tar v0.4.44
23652026-01-01T21:36:31.128Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23662026-01-01T21:36:31.587Z Compiling tokio-dtrace v0.1.0
23672026-01-01T21:36:31.668Z Compiling gethostname v0.5.0
23682026-01-01T21:36:31.754Z Compiling cargo-platform v0.2.0
23692026-01-01T21:36:31.915Z Compiling unit-prefix v0.5.1
23702026-01-01T21:36:32.139Z Compiling topological-sort v0.2.2
23712026-01-01T21:36:32.222Z Compiling cargo_metadata v0.21.0
23722026-01-01T21:36:32.490Z Compiling omicron-zone-package v0.12.2
23732026-01-01T21:36:33.004Z Compiling indicatif v0.18.0
23742026-01-01T21:36:33.266Z Compiling oxide-tokio-rt v0.1.2
23752026-01-01T21:36:33.939Z Compiling indent_write v2.2.0
23762026-01-01T21:36:34.475Z Compiling shell-words v1.1.0
23772026-01-01T21:36:35.014Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23782026-01-01T21:36:40.015Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23792026-01-01T21:36:43.873Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23802026-01-01T21:36:45.913Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23812026-01-01T21:37:04.975Z Finished `release` profile [optimized] target(s) in 5m 59s
23822026-01-01T21:37:05.163Z Running `target/release/omicron-package -t test target create -p dev`
23832026-01-01T21:37:05.227ZLogging to: /work/oxidecomputer/omicron/out/LOG
23842026-01-01T21:37:05.230ZCreated new build target 'test' and set it as active
23852026-01-01T21:37:05.230Z
23862026-01-01T21:37:05.230Zreal 5:59.498736212
23872026-01-01T21:37:05.230Zuser 41:27.693550345
23882026-01-01T21:37:05.230Zsys 4:09.685214540
23892026-01-01T21:37:05.230Ztrap 1.387630179
23902026-01-01T21:37:05.230Ztflt 2.273881161
23912026-01-01T21:37:05.230Zdflt 1.170176332
23922026-01-01T21:37:05.230Zkflt 0.000218286
23932026-01-01T21:37:05.231Zlock 1:57:48.978271634
23942026-01-01T21:37:05.231Zslp 2:47:45.225079156
23952026-01-01T21:37:05.231Zlat 3:20.635031720
23962026-01-01T21:37:05.231Zstop 5:56.317440854
23972026-01-01T21:37:05.233Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23982026-01-01T21:37:06.519Z Finished `release` profile [optimized] target(s) in 1.22s
23992026-01-01T21:37:06.583Z Running `target/release/omicron-package -t test package`
24002026-01-01T21:37:06.635ZLogging to: /work/oxidecomputer/omicron/out/LOG
24012026-01-01T21:37:08.619Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24022026-01-01T21:37:08.622Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
24032026-01-01T21:37:08.860Z Compiling progenitor-impl v0.10.0
24042026-01-01T21:37:08.907Z Compiling convert_case v0.4.0
24052026-01-01T21:37:08.933Z Compiling is-terminal v0.4.13
24062026-01-01T21:37:08.959Z Compiling rustls v0.22.4
24072026-01-01T21:37:08.961Z Compiling thread_local v1.1.8
24082026-01-01T21:37:09.023Z Compiling match_cfg v0.1.0
24092026-01-01T21:37:09.094Z Compiling multer v3.1.0
24102026-01-01T21:37:09.155Z Compiling hostname v0.3.1
24112026-01-01T21:37:09.189Z Compiling slog-async v2.8.0
24122026-01-01T21:37:09.282Z Compiling progenitor-client v0.11.2
24132026-01-01T21:37:09.385Z Compiling crossbeam-channel v0.5.15
24142026-01-01T21:37:09.414Z Compiling toml_parser v1.0.4
24152026-01-01T21:37:09.530Z Compiling derive_more v0.99.20
24162026-01-01T21:37:09.562Z Compiling slog-json v2.6.1
24172026-01-01T21:37:09.848Z Compiling futures-executor v0.3.31
24182026-01-01T21:37:09.920Z Compiling serde_spanned v1.0.3
24192026-01-01T21:37:10.213Z Compiling toml_datetime v0.7.3
24202026-01-01T21:37:10.320Z Compiling toml_writer v1.0.4
24212026-01-01T21:37:10.351Z Compiling take_mut v0.2.2
24222026-01-01T21:37:10.573Z Compiling term v1.1.0
24232026-01-01T21:37:10.748Z Compiling base64 v0.21.7
24242026-01-01T21:37:10.782Z Compiling unicode-width v0.1.14
24252026-01-01T21:37:10.842Z Compiling toml v0.9.8
24262026-01-01T21:37:11.390Z Compiling tabwriter v1.4.0
24272026-01-01T21:37:11.736Z Compiling slog-term v2.9.2
24282026-01-01T21:37:11.881Z Compiling futures v0.3.31
24292026-01-01T21:37:12.044Z Compiling slog-bunyan v2.5.0
24302026-01-01T21:37:12.307Z Compiling progenitor v0.11.2
24312026-01-01T21:37:12.741Z Compiling dropshot v0.16.6
24322026-01-01T21:37:12.845Z Compiling async-stream v0.3.6
24332026-01-01T21:37:12.883Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24342026-01-01T21:37:13.108Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=205b3ccf75b527ac7a565285fdcc0c78f4fcee95#205b3ccf)
24352026-01-01T21:37:13.158Z Compiling waitgroup v0.1.2
24362026-01-01T21:37:13.416Z Compiling tokio-rustls v0.25.0
24372026-01-01T21:37:13.504Z Compiling rustls-pemfile v2.2.0
24382026-01-01T21:37:13.795Z Compiling serde_path_to_error v0.1.20
24392026-01-01T21:37:13.798Z Compiling hostname v0.4.2
24402026-01-01T21:37:13.873Z Compiling instant v0.1.13
24412026-01-01T21:37:13.905Z Compiling colored v3.0.0
24422026-01-01T21:37:14.062Z Compiling debug-ignore v1.0.5
24432026-01-01T21:37:14.092Z Compiling backoff v0.4.0
24442026-01-01T21:37:14.279Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24452026-01-01T21:37:14.391Z Compiling progenitor-macro v0.10.0
24462026-01-01T21:37:14.464Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=205b3ccf75b527ac7a565285fdcc0c78f4fcee95#205b3ccf)
24472026-01-01T21:37:14.626Z Compiling parse-display v0.10.0
24482026-01-01T21:37:15.110Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24492026-01-01T21:37:15.139Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24502026-01-01T21:37:15.357Z Compiling progenitor-client v0.10.0
24512026-01-01T21:37:15.413Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24522026-01-01T21:37:15.953Z Compiling macaddr v1.0.1
24532026-01-01T21:37:16.409Z Compiling num-rational v0.4.2
24542026-01-01T21:37:16.463Z Compiling secrecy v0.10.3
24552026-01-01T21:37:16.546Z Compiling num-complex v0.4.6
24562026-01-01T21:37:17.569Z Compiling num v0.4.3
24572026-01-01T21:37:17.725Z Compiling float-ord v0.3.2
24582026-01-01T21:37:17.790Z Compiling half v2.4.1
24592026-01-01T21:37:18.197Z Compiling ciborium-io v0.2.2
24602026-01-01T21:37:18.394Z Compiling ciborium-ll v0.2.2
24612026-01-01T21:37:18.696Z Compiling toml v0.8.23
24622026-01-01T21:37:18.728Z Compiling utf-8 v0.7.6
24632026-01-01T21:37:18.947Z Compiling ciborium v0.2.2
24642026-01-01T21:37:19.147Z Compiling prettyplease v0.2.36
24652026-01-01T21:37:19.198Z Compiling bytecount v0.6.8
24662026-01-01T21:37:19.567Z Compiling tungstenite v0.21.0
24672026-01-01T21:37:20.063Z Compiling swrite v0.1.0
24682026-01-01T21:37:20.267Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24692026-01-01T21:37:20.970Z Compiling tokio-tungstenite v0.21.0
24702026-01-01T21:37:21.678Z Compiling password-hash v0.5.0
24712026-01-01T21:37:23.838Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24722026-01-01T21:37:23.889Z Compiling blake2 v0.10.6
24732026-01-01T21:37:24.408Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
24742026-01-01T21:37:24.624Z Compiling universal-hash v0.5.1
24752026-01-01T21:37:24.945Z Compiling thiserror-impl-no-std v2.0.2
24762026-01-01T21:37:25.155Z Compiling opaque-debug v0.3.1
24772026-01-01T21:37:25.316Z Compiling poly1305 v0.8.0
24782026-01-01T21:37:25.413Z Compiling progenitor v0.10.0
24792026-01-01T21:37:25.719Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
24802026-01-01T21:37:26.455Z Compiling argon2 v0.5.3
24812026-01-01T21:37:26.868Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24822026-01-01T21:37:26.923Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24832026-01-01T21:37:27.284Z Compiling thiserror-no-std v2.0.2
24842026-01-01T21:37:27.317Z Compiling console v0.15.10
24852026-01-01T21:37:27.467Z Compiling chacha20 v0.9.1
24862026-01-01T21:37:28.044Z Compiling aead v0.5.2
24872026-01-01T21:37:28.452Z Compiling derive-where v1.5.0
24882026-01-01T21:37:29.057Z Compiling chacha20poly1305 v0.10.1
24892026-01-01T21:37:29.377Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24902026-01-01T21:37:29.755Z Compiling vsss-rs v3.3.4
24912026-01-01T21:37:30.367Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24922026-01-01T21:37:31.076Z Compiling itertools v0.13.0
24932026-01-01T21:37:31.343Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
24942026-01-01T21:37:34.884Z Compiling newline-converter v0.3.0
24952026-01-01T21:37:35.152Z Compiling atomicwrites v0.4.4
24962026-01-01T21:37:35.755Z Compiling slog-dtrace v0.3.0
24972026-01-01T21:37:36.282Z Compiling expectorate v1.2.0
24982026-01-01T21:37:38.258Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24992026-01-01T21:37:39.875Z Compiling resolv-conf v0.7.0
25002026-01-01T21:37:40.333Z Compiling cancel-safe-futures v0.1.5
25012026-01-01T21:37:40.478Z Compiling owo-colors v4.2.2
25022026-01-01T21:37:40.833Z Compiling libsw-core v0.3.1
25032026-01-01T21:37:41.201Z Compiling linked-hash-map v0.5.6
25042026-01-01T21:37:41.511Z Compiling libsw v3.5.0
25052026-01-01T21:37:41.676Z Compiling lru-cache v0.1.2
25062026-01-01T21:37:41.858Z Compiling linear-map v1.2.0
25072026-01-01T21:37:41.963Z Compiling unicode-xid v0.2.6
25082026-01-01T21:37:42.220Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25092026-01-01T21:37:42.338Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25102026-01-01T21:37:42.371Z Compiling hickory-proto v0.24.4
25112026-01-01T21:37:43.118Z Compiling async-recursion v1.1.1
25122026-01-01T21:37:43.849Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25132026-01-01T21:37:45.702Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25142026-01-01T21:37:45.951Z Compiling globset v0.4.15
25152026-01-01T21:37:46.104Z Compiling convert_case v0.7.1
25162026-01-01T21:37:46.845Z Compiling derive_more-impl v2.0.1
25172026-01-01T21:37:48.594Z Compiling hickory-resolver v0.24.4
25182026-01-01T21:37:51.573Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25192026-01-01T21:37:52.376Z Compiling qorb v0.4.1
25202026-01-01T21:37:57.583Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25212026-01-01T21:37:57.650Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25222026-01-01T21:38:00.586Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25232026-01-01T21:38:03.078Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25242026-01-01T21:38:04.035Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25252026-01-01T21:38:07.146Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25262026-01-01T21:38:07.495Z Compiling derive_more v2.0.1
25272026-01-01T21:38:07.674Z Compiling pin-project-internal v1.1.6
25282026-01-01T21:38:08.889Z Compiling vte_generate_state_changes v0.1.2
25292026-01-01T21:38:09.460Z Compiling termtree v0.5.1
25302026-01-01T21:38:09.607Z Compiling siphasher v1.0.1
25312026-01-01T21:38:09.834Z Compiling vte v0.11.1
25322026-01-01T21:38:10.077Z Compiling phf_shared v0.12.1
25332026-01-01T21:38:10.236Z Compiling pin-project v1.1.6
25342026-01-01T21:38:10.445Z Compiling crossterm v0.29.0
25352026-01-01T21:38:10.577Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25362026-01-01T21:38:11.437Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25372026-01-01T21:38:14.019Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25382026-01-01T21:38:15.117Z Compiling pem v3.0.5
25392026-01-01T21:38:16.659Z Compiling snafu-derive v0.8.5
25402026-01-01T21:38:17.240Z Compiling csv-core v0.1.11
25412026-01-01T21:38:17.981Z Compiling chrono-tz v0.10.4
25422026-01-01T21:38:18.168Z Compiling csv v1.3.1
25432026-01-01T21:38:18.417Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25442026-01-01T21:38:18.938Z Compiling strip-ansi-escapes v0.2.0
25452026-01-01T21:38:19.749Z Compiling phf v0.12.1
25462026-01-01T21:38:20.151Z Compiling const_format_proc_macros v0.2.34
25472026-01-01T21:38:20.467Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25482026-01-01T21:38:20.814Z Compiling papergrid v0.11.0
25492026-01-01T21:38:20.957Z Compiling tabled_derive v0.7.0
25502026-01-01T21:38:20.988Z Compiling snafu v0.8.5
25512026-01-01T21:38:22.079Z Compiling olpc-cjson v0.1.4
25522026-01-01T21:38:22.292Z Compiling fd-lock v4.0.2
25532026-01-01T21:38:22.494Z Compiling peg-macros v0.8.5
25542026-01-01T21:38:22.580Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25552026-01-01T21:38:23.020Z Compiling serde_plain v1.0.2
25562026-01-01T21:38:23.586Z Compiling typed-path v0.9.3
25572026-01-01T21:38:23.617Z Compiling nu-ansi-term v0.50.1
25582026-01-01T21:38:24.840Z Compiling highway v1.3.0
25592026-01-01T21:38:25.653Z Compiling peg v0.8.5
25602026-01-01T21:38:25.827Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25612026-01-01T21:38:26.163Z Compiling reedline v0.40.0
25622026-01-01T21:38:26.429Z Compiling tough v0.20.0
25632026-01-01T21:38:27.032Z Compiling tabled v0.15.0
25642026-01-01T21:38:28.382Z Compiling const_format v0.2.34
25652026-01-01T21:38:30.775Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25662026-01-01T21:38:33.855Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25672026-01-01T21:38:38.859Z Compiling bcs v0.1.6
25682026-01-01T21:38:39.748Z Compiling semver v0.1.20
25692026-01-01T21:38:40.307Z Compiling rustc_version v0.1.7
25702026-01-01T21:38:40.728Z Compiling newtype_derive v0.1.6
25712026-01-01T21:38:40.761Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25722026-01-01T21:38:41.133Z Compiling humantime v2.2.0
25732026-01-01T21:38:41.178Z Compiling unicode-linebreak v0.1.5
25742026-01-01T21:38:41.761Z Compiling smawk v0.3.2
25752026-01-01T21:38:42.118Z Compiling textwrap v0.16.2
25762026-01-01T21:38:43.452Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25772026-01-01T21:38:44.299Z Compiling steno v0.4.1
25782026-01-01T21:38:45.951Z Compiling dropshot-api-manager-types v0.2.4
25792026-01-01T21:38:46.524Z Compiling moka v0.12.10
25802026-01-01T21:38:46.968Z Compiling tagptr v0.2.0
25812026-01-01T21:38:47.198Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25822026-01-01T21:38:47.478Z Compiling radium v0.7.0
25832026-01-01T21:38:48.068Z Compiling tap v1.0.1
25842026-01-01T21:38:48.317Z Compiling maybe-uninit v2.0.0
25852026-01-01T21:38:48.948Z Compiling wyz v0.5.1
25862026-01-01T21:38:50.072Z Compiling zerocopy-derive v0.6.6
25872026-01-01T21:38:50.675Z Compiling hickory-resolver v0.25.2
25882026-01-01T21:38:51.587Z Compiling crc-catalog v2.4.0
25892026-01-01T21:38:51.805Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
25902026-01-01T21:38:51.831Z Compiling packed_struct v0.10.1
25912026-01-01T21:38:52.333Z Compiling display-error-chain v0.2.2
25922026-01-01T21:38:52.635Z Compiling funty v2.0.0
25932026-01-01T21:38:53.197Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25942026-01-01T21:38:55.215Z Compiling bitvec v1.0.1
25952026-01-01T21:38:59.300Z Compiling zerocopy v0.6.6
25962026-01-01T21:38:59.922Z Compiling crc v3.2.1
25972026-01-01T21:39:00.356Z Compiling packed_struct_codegen v0.10.1
25982026-01-01T21:39:01.826Z Compiling bitfield-macros v0.19.2
25992026-01-01T21:39:02.752Z Compiling proc-macro-error-attr2 v2.0.0
26002026-01-01T21:39:03.337Z Compiling indexmap v1.9.3
26012026-01-01T21:39:03.524Z Compiling nodrop v0.1.14
26022026-01-01T21:39:03.725Z Compiling array-init v0.0.4
26032026-01-01T21:39:03.807Z Compiling proc-macro-error2 v2.0.1
26042026-01-01T21:39:04.400Z Compiling bitfield v0.19.2
26052026-01-01T21:39:04.917Z Compiling smallvec v0.6.14
26062026-01-01T21:39:04.964Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26072026-01-01T21:39:05.456Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26082026-01-01T21:39:06.524Z Compiling hashbrown v0.12.3
26092026-01-01T21:39:06.761Z Compiling serde-hex v0.1.0
26102026-01-01T21:39:08.777Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26112026-01-01T21:39:09.085Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26122026-01-01T21:39:09.519Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26132026-01-01T21:39:11.874Z Compiling ron v0.8.1
26142026-01-01T21:39:12.207Z Compiling hashbrown v0.13.2
26152026-01-01T21:39:12.271Z Compiling vergen-gitcl v1.0.8
26162026-01-01T21:39:12.688Z Compiling dirs-sys-next v0.1.2
26172026-01-01T21:39:13.223Z Compiling crunchy v0.2.2
26182026-01-01T21:39:13.606Z Compiling crc-any v2.5.0
26192026-01-01T21:39:13.753Z Compiling maplit v1.0.2
26202026-01-01T21:39:13.986Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26212026-01-01T21:39:14.555Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26222026-01-01T21:39:15.501Z Compiling object v0.30.4
26232026-01-01T21:39:15.895Z Compiling dirs-next v2.0.0
26242026-01-01T21:39:17.568Z Compiling scheduled-thread-pool v0.2.7
26252026-01-01T21:39:17.618Z Compiling dsl_auto_type v0.1.2
26262026-01-01T21:39:18.870Z Compiling num-derive v0.3.3
26272026-01-01T21:39:18.943Z Compiling diesel_table_macro_syntax v0.2.0
26282026-01-01T21:39:19.352Z Compiling path-slash v0.1.5
26292026-01-01T21:39:19.659Z Compiling tiny-keccak v2.0.2
26302026-01-01T21:39:20.088Z Compiling diesel_derives v2.2.3
26312026-01-01T21:39:20.807Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26322026-01-01T21:39:27.573Z Compiling libscf-sys v1.1.0
26332026-01-01T21:39:30.324Z Compiling r2d2 v0.8.10
26342026-01-01T21:39:30.891Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26352026-01-01T21:39:34.656Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26362026-01-01T21:39:37.696Z Compiling term v0.7.0
26372026-01-01T21:39:38.584Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26382026-01-01T21:39:38.797Z Compiling bit-vec v0.6.3
26392026-01-01T21:39:39.251Z Compiling arc-swap v1.7.1
26402026-01-01T21:39:39.649Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26412026-01-01T21:39:39.978Z Compiling slog-scope v4.4.0
26422026-01-01T21:39:40.101Z Compiling bit-set v0.5.3
26432026-01-01T21:39:40.437Z Compiling ascii-canvas v3.0.0
26442026-01-01T21:39:40.676Z Compiling diesel v2.2.12
26452026-01-01T21:39:40.838Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26462026-01-01T21:39:40.933Z Compiling tabled_derive v0.11.0
26472026-01-01T21:39:41.206Z Compiling papergrid v0.17.0
26482026-01-01T21:39:42.359Z Compiling testing_table v0.3.0
26492026-01-01T21:39:43.220Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26502026-01-01T21:39:43.417Z Compiling ena v0.14.3
26512026-01-01T21:39:43.895Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26522026-01-01T21:39:44.172Z Compiling unicase v2.8.1
26532026-01-01T21:39:44.304Z Compiling bindgen v0.71.1
26542026-01-01T21:39:44.799Z Compiling diff v0.1.13
26552026-01-01T21:39:44.830Z Compiling regex-syntax v0.6.29
26562026-01-01T21:39:45.476Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26572026-01-01T21:39:46.592Z Compiling tabled v0.20.0
26582026-01-01T21:39:49.688Z Compiling lalrpop v0.19.12
26592026-01-01T21:39:55.099Z Compiling slog-stdlog v4.1.1
26602026-01-01T21:39:56.023Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26612026-01-01T21:39:56.175Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26622026-01-01T21:39:57.397Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26632026-01-01T21:39:57.803Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26642026-01-01T21:39:58.136Z Compiling xshell-macros v0.2.7
26652026-01-01T21:39:58.893Z Compiling slog-envlogger v2.2.0
26662026-01-01T21:39:58.922Z Compiling xshell v0.2.7
26672026-01-01T21:40:05.050Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26682026-01-01T21:40:05.651Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26692026-01-01T21:40:06.098Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26702026-01-01T21:40:06.979Z Compiling headers-core v0.3.0
26712026-01-01T21:40:07.228Z Compiling libxml v0.3.3
26722026-01-01T21:40:07.508Z Compiling crc8 v0.1.1
26732026-01-01T21:40:07.743Z Compiling headers v0.4.1
26742026-01-01T21:40:07.893Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26752026-01-01T21:40:08.537Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26762026-01-01T21:40:10.235Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26772026-01-01T21:40:10.630Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26782026-01-01T21:40:10.972Z Compiling polar-core v0.27.3
26792026-01-01T21:40:11.337Z Compiling strum_macros v0.24.3
26802026-01-01T21:40:11.527Z Compiling indoc v1.0.9
26812026-01-01T21:40:12.295Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26822026-01-01T21:40:12.701Z Compiling derive_builder v0.20.2
26832026-01-01T21:40:12.973Z Compiling impl-trait-for-tuples v0.2.2
26842026-01-01T21:40:14.326Z Compiling oso-derive v0.27.3
26852026-01-01T21:40:14.555Z Compiling samael v0.0.19
26862026-01-01T21:40:15.263Z Compiling quick-xml v0.37.2
26872026-01-01T21:40:16.137Z Compiling half v1.8.3
26882026-01-01T21:40:17.139Z Compiling serde_cbor v0.11.2
26892026-01-01T21:40:18.570Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26902026-01-01T21:40:19.402Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=ab30fa91227fd478bfe0e023310ca83dec0bc22b#ab30fa91)
26912026-01-01T21:40:19.481Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26922026-01-01T21:40:20.132Z Compiling diesel-dtrace v0.4.2
26932026-01-01T21:40:20.216Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26942026-01-01T21:40:20.685Z Compiling bb8 v0.8.5
26952026-01-01T21:40:21.412Z Compiling trait-variant v0.1.2
26962026-01-01T21:40:22.492Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=ab30fa91227fd478bfe0e023310ca83dec0bc22b#ab30fa91)
26972026-01-01T21:40:28.344Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26982026-01-01T21:40:28.820Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26992026-01-01T21:40:34.140Z Compiling oso v0.27.3
27002026-01-01T21:40:39.025Z Compiling async-bb8-diesel v0.2.1
27012026-01-01T21:40:40.520Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27022026-01-01T21:40:41.138Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27032026-01-01T21:40:43.504Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27042026-01-01T21:40:43.892Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27052026-01-01T21:40:44.212Z Compiling fxhash v0.2.1
27062026-01-01T21:40:45.109Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27072026-01-01T21:40:48.143Z Compiling typify-impl v0.2.0
27082026-01-01T21:40:48.351Z Compiling kstat-rs v0.2.4
27092026-01-01T21:40:49.275Z Compiling libz-sys v1.1.20
27102026-01-01T21:40:49.772Z Compiling nonempty v0.12.0
27112026-01-01T21:40:50.160Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27122026-01-01T21:40:50.193Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27132026-01-01T21:40:55.200Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27142026-01-01T21:40:57.637Z Compiling typify-macro v0.2.0
27152026-01-01T21:41:01.153Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27162026-01-01T21:41:06.668Z Compiling nanorand v0.7.0
27172026-01-01T21:41:07.437Z Compiling fs-err v2.11.0
27182026-01-01T21:41:08.298Z Compiling parking_lot_core v0.8.6
27192026-01-01T21:41:08.859Z Compiling mime_guess v2.0.5
27202026-01-01T21:41:10.152Z Compiling flume v0.11.1
27212026-01-01T21:41:10.328Z Compiling libgit2-sys v0.18.2+1.9.1
27222026-01-01T21:41:11.202Z Compiling salty v0.3.0
27232026-01-01T21:41:12.738Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27242026-01-01T21:41:12.866Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27252026-01-01T21:41:15.940Z Compiling tabled_derive v0.10.0
27262026-01-01T21:41:17.739Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27272026-01-01T21:41:18.326Z Compiling ignore v0.4.23
27282026-01-01T21:41:24.988Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27292026-01-01T21:41:27.265Z Compiling papergrid v0.14.0
27302026-01-01T21:41:27.678Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27312026-01-01T21:41:29.333Z Compiling castaway v0.2.3
27322026-01-01T21:41:29.592Z Compiling nibble_vec v0.1.0
27332026-01-01T21:41:29.892Z Compiling atty v0.2.14
27342026-01-01T21:41:30.115Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27352026-01-01T21:41:30.496Z Compiling parse-size v1.1.0
27362026-01-01T21:41:30.880Z Compiling endian-type v0.1.2
27372026-01-01T21:41:30.911Z Compiling http-range v0.1.5
27382026-01-01T21:41:31.184Z Compiling radix_trie v0.2.1
27392026-01-01T21:41:31.500Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27402026-01-01T21:41:32.212Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27412026-01-01T21:41:37.480Z Compiling tabled v0.18.0
27422026-01-01T21:41:39.645Z Compiling compact_str v0.8.0
27432026-01-01T21:41:42.203Z Compiling globwalk v0.9.1
27442026-01-01T21:41:42.801Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27452026-01-01T21:41:43.516Z Compiling parking_lot v0.11.2
27462026-01-01T21:41:49.181Z Compiling typify v0.2.0
27472026-01-01T21:41:49.401Z Compiling predicates-tree v1.0.12
27482026-01-01T21:41:50.274Z Compiling unicode-truncate v1.1.0
27492026-01-01T21:41:50.500Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27502026-01-01T21:41:50.629Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27512026-01-01T21:41:53.935Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27522026-01-01T21:41:55.379Z Compiling primeorder v0.13.6
27532026-01-01T21:41:55.984Z Compiling prefix-trie v0.7.0
27542026-01-01T21:41:56.522Z Compiling lru v0.12.5
27552026-01-01T21:41:56.937Z Compiling vergen-git2 v1.0.7
27562026-01-01T21:41:56.993Z Compiling instability v0.3.2
27572026-01-01T21:41:57.320Z Compiling indoc v2.0.6
27582026-01-01T21:41:57.354Z Compiling cassowary v0.3.0
27592026-01-01T21:41:57.979Z Compiling hickory-server v0.25.2
27602026-01-01T21:41:58.165Z Compiling ratatui v0.29.0
27612026-01-01T21:42:01.113Z Compiling attest-data v0.4.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
27622026-01-01T21:42:02.097Z Compiling git2 v0.20.2
27632026-01-01T21:42:02.745Z Compiling p384 v0.13.1
27642026-01-01T21:42:08.517Z Compiling camino-tempfile-ext v0.3.2
27652026-01-01T21:42:09.965Z Compiling progenitor-impl v0.8.0
27662026-01-01T21:42:10.045Z Compiling hyper-staticfile v0.10.1
27672026-01-01T21:42:10.303Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27682026-01-01T21:42:11.814Z Compiling sled v0.34.7
27692026-01-01T21:42:15.627Z Compiling hickory-client v0.25.2
27702026-01-01T21:42:17.236Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27712026-01-01T21:42:17.544Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27722026-01-01T21:42:17.671Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27732026-01-01T21:42:18.542Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27742026-01-01T21:42:18.575Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=205b3ccf75b527ac7a565285fdcc0c78f4fcee95#205b3ccf)
27752026-01-01T21:42:23.351Z Compiling rand_seeder v0.4.0
27762026-01-01T21:42:23.818Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=dea3bbfac7d9d3c45f088898fcd05ee5d2ec2210#dea3bbfa)
27772026-01-01T21:42:24.265Z Compiling lzma-sys v0.1.20
27782026-01-01T21:42:25.048Z Compiling corncobs v0.1.4
27792026-01-01T21:42:25.498Z Compiling rustls v0.21.12
27802026-01-01T21:42:25.673Z Compiling dice-mfg-msgs v0.2.1 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
27812026-01-01T21:42:26.065Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27822026-01-01T21:42:26.397Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27832026-01-01T21:42:27.287Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27842026-01-01T21:42:27.529Z Compiling progenitor-macro v0.8.0
27852026-01-01T21:42:31.868Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
27862026-01-01T21:42:38.696Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27872026-01-01T21:42:40.727Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
27882026-01-01T21:42:47.715Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
27892026-01-01T21:42:51.985Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27902026-01-01T21:42:57.747Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
27912026-01-01T21:42:58.086Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27922026-01-01T21:42:58.467Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27932026-01-01T21:42:58.863Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27942026-01-01T21:42:59.249Z Compiling progenitor-client v0.8.0
27952026-01-01T21:42:59.281Z Compiling sct v0.7.1
27962026-01-01T21:42:59.773Z Compiling rustls-webpki v0.101.7
27972026-01-01T21:42:59.892Z Compiling heck v0.3.3
27982026-01-01T21:43:00.193Z Compiling secrecy v0.8.0
27992026-01-01T21:43:00.266Z Compiling void v1.0.2
28002026-01-01T21:43:00.502Z Compiling lzss v0.8.2
28012026-01-01T21:43:03.560Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28022026-01-01T21:43:08.700Z Compiling zone_cfg_derive v0.1.2
28032026-01-01T21:43:10.043Z Compiling progenitor v0.8.0
28042026-01-01T21:43:10.500Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28052026-01-01T21:43:11.953Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28062026-01-01T21:43:12.518Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28072026-01-01T21:43:12.739Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28082026-01-01T21:43:25.318Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28092026-01-01T21:43:25.743Z Compiling tungstenite v0.23.0
28102026-01-01T21:43:25.816Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28112026-01-01T21:43:26.217Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28122026-01-01T21:43:26.608Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28132026-01-01T21:43:27.025Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28142026-01-01T21:43:27.430Z Compiling nix v0.27.1
28152026-01-01T21:43:30.189Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28162026-01-01T21:43:30.948Z Compiling serde_bytes v0.11.19
28172026-01-01T21:43:31.341Z Compiling base64 v0.13.1
28182026-01-01T21:43:31.555Z Compiling number_prefix v0.4.0
28192026-01-01T21:43:31.888Z Compiling ron v0.7.1
28202026-01-01T21:43:32.189Z Compiling indicatif v0.17.11
28212026-01-01T21:43:33.700Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28222026-01-01T21:43:37.086Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28232026-01-01T21:43:37.931Z Compiling tokio-tungstenite v0.23.1
28242026-01-01T21:43:38.811Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28252026-01-01T21:43:38.861Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
28262026-01-01T21:43:43.139Z Compiling xz2 v0.1.7
28272026-01-01T21:43:46.412Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28282026-01-01T21:43:47.274Z Compiling zone v0.1.8
28292026-01-01T21:43:50.548Z Compiling tokio-rustls v0.24.1
28302026-01-01T21:43:51.197Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28312026-01-01T21:44:01.147Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28322026-01-01T21:44:02.467Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28332026-01-01T21:44:05.818Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28342026-01-01T21:44:06.139Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
28352026-01-01T21:44:10.578Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28362026-01-01T21:44:13.900Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28372026-01-01T21:44:15.888Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28382026-01-01T21:44:18.095Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28392026-01-01T21:44:25.487Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28402026-01-01T21:44:31.570Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28412026-01-01T21:44:34.823Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28422026-01-01T21:44:42.884Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28432026-01-01T21:44:44.648Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28442026-01-01T21:44:45.013Z Compiling rustls-pemfile v1.0.4
28452026-01-01T21:44:45.806Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28462026-01-01T21:44:46.013Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28472026-01-01T21:44:46.202Z Compiling signal-hook-tokio v0.3.1
28482026-01-01T21:44:46.504Z Compiling twox-hash v2.1.0
28492026-01-01T21:44:47.580Z Compiling yasna v0.5.2
28502026-01-01T21:44:47.676Z Compiling is_ci v1.2.0
28512026-01-01T21:44:48.032Z Compiling supports-color v3.0.2
28522026-01-01T21:44:50.897Z Compiling rcgen v0.12.1
28532026-01-01T21:44:51.081Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28542026-01-01T21:44:59.673Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28552026-01-01T21:45:02.499Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28562026-01-01T21:45:02.873Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28572026-01-01T21:45:16.381Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
28582026-01-01T21:45:36.505Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28592026-01-01T21:45:36.660Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28602026-01-01T21:45:48.072Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28612026-01-01T21:45:48.678Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28622026-01-01T21:46:00.441Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28632026-01-01T21:46:06.648Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28642026-01-01T21:46:06.738Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28652026-01-01T21:46:07.049Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28662026-01-01T21:46:07.129Z Compiling fatfs v0.3.6
28672026-01-01T21:46:07.393Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28682026-01-01T21:46:09.462Z Compiling subprocess v0.2.9
28692026-01-01T21:46:10.069Z Compiling rtoolbox v0.0.2
28702026-01-01T21:46:10.518Z Compiling seq-macro v0.3.6
28712026-01-01T21:46:11.558Z Compiling assert_matches v1.5.0
28722026-01-01T21:46:11.726Z Compiling rpassword v7.4.0
28732026-01-01T21:46:14.175Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28742026-01-01T21:46:17.066Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28752026-01-01T21:46:25.967Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28762026-01-01T21:46:31.422Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28772026-01-01T21:46:31.639Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28782026-01-01T21:46:54.314Z Compiling tui-tree-widget v0.23.1
28792026-01-01T21:46:54.857Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28802026-01-01T21:46:58.462Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28812026-01-01T21:46:59.458Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28822026-01-01T21:47:00.314Z Compiling uzers v0.12.1
28832026-01-01T21:47:03.671Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28842026-01-01T21:47:05.516Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28852026-01-01T21:47:07.742Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28862026-01-01T21:47:22.980Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28872026-01-01T21:47:44.067Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28882026-01-01T21:47:46.898Z Compiling support-bundle-viewer v0.1.2
28892026-01-01T21:47:48.842Z Compiling multimap v0.10.1
28902026-01-01T21:50:18.003Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28912026-01-01T21:50:18.462Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28922026-01-01T22:00:10.896Z Finished `release` profile [optimized] target(s) in 23m 03s
28932026-01-01T22:01:09.900Z
28942026-01-01T22:01:09.903Zreal 24:04.283189463
28952026-01-01T22:01:09.903Zuser 2:55:08.204728936
28962026-01-01T22:01:09.903Zsys 4:49.203579441
28972026-01-01T22:01:09.904Ztrap 4.693467361
28982026-01-01T22:01:09.904Ztflt 2.343710499
28992026-01-01T22:01:09.904Zdflt 6.639487204
29002026-01-01T22:01:09.904Zkflt 0.169264962
29012026-01-01T22:01:09.904Zlock 12:02:15.355443633
29022026-01-01T22:01:09.904Zslp 8:39:28.893226464
29032026-01-01T22:01:09.904Zlat 4:37.594568958
29042026-01-01T22:01:09.904Zstop 4:45.395856931
29052026-01-01T22:01:09.904Z+ mapfile -t packages
29062026-01-01T22:01:09.904Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29072026-01-01T22:01:11.253Z Finished `release` profile [optimized] target(s) in 1.28s
29082026-01-01T22:01:11.318Z Running `target/release/omicron-package -t test list-outputs`
29092026-01-01T22:01:11.371ZLogging to: /work/oxidecomputer/omicron/out/LOG
29102026-01-01T22:01:11.374Z+ ptime -m cargo build --locked --release -p xtask
29112026-01-01T22:01:12.183Z Compiling serde_core v1.0.228
29122026-01-01T22:01:12.183Z Compiling syn v2.0.111
29132026-01-01T22:01:12.183Z Compiling bitflags v2.9.4
29142026-01-01T22:01:12.183Z Compiling serde v1.0.228
29152026-01-01T22:01:12.183Z Compiling serde_json v1.0.145
29162026-01-01T22:01:12.183Z Compiling libc v0.2.174
29172026-01-01T22:01:12.297Z Compiling num-traits v0.2.19
29182026-01-01T22:01:12.348Z Compiling hashbrown v0.16.1
29192026-01-01T22:01:12.715Z Compiling rustix v0.38.37
29202026-01-01T22:01:12.997Z Compiling smallvec v1.15.1
29212026-01-01T22:01:13.162Z Compiling usdt-impl v0.5.0
29222026-01-01T22:01:13.426Z Compiling syn v1.0.109
29232026-01-01T22:01:13.788Z Compiling indexmap v2.12.1
29242026-01-01T22:01:13.860Z Compiling thread-id v4.2.2
29252026-01-01T22:01:14.019Z Compiling log v0.4.27
29262026-01-01T22:01:14.059Z Compiling rustix v1.0.7
29272026-01-01T22:01:14.543Z Compiling percent-encoding v2.3.2
29282026-01-01T22:01:14.764Z Compiling getrandom v0.3.4
29292026-01-01T22:01:15.101Z Compiling form_urlencoded v1.2.2
29302026-01-01T22:01:15.604Z Compiling terminal_size v0.4.0
29312026-01-01T22:01:15.810Z Compiling ordered-float v2.10.1
29322026-01-01T22:01:16.159Z Compiling fs-err v3.1.1
29332026-01-01T22:01:16.491Z Compiling once_cell v1.21.3
29342026-01-01T22:01:16.557Z Compiling anyhow v1.0.99
29352026-01-01T22:01:16.977Z Compiling heck v0.4.1
29362026-01-01T22:01:17.433Z Compiling clap_builder v4.5.48
29372026-01-01T22:01:17.989Z Compiling tempfile v3.20.0
29382026-01-01T22:01:19.388Z Compiling synstructure v0.13.1
29392026-01-01T22:01:19.567Z Compiling proc-macro-error v1.0.4
29402026-01-01T22:01:19.915Z Compiling textwrap v0.16.2
29412026-01-01T22:01:20.090Z Compiling camino-tempfile v1.4.1
29422026-01-01T22:01:20.448Z Compiling tabled_derive v0.7.0
29432026-01-01T22:01:21.987Z Compiling serde_derive v1.0.228
29442026-01-01T22:01:22.142Z Compiling thiserror-impl v2.0.17
29452026-01-01T22:01:22.157Z Compiling zerofrom-derive v0.1.4
29462026-01-01T22:01:22.160Z Compiling yoke-derive v0.7.4
29472026-01-01T22:01:22.237Z Compiling zerovec-derive v0.10.3
29482026-01-01T22:01:22.407Z Compiling displaydoc v0.2.5
29492026-01-01T22:01:23.914Z Compiling thiserror-impl v1.0.69
29502026-01-01T22:01:24.506Z Compiling zerocopy-derive v0.7.35
29512026-01-01T22:01:24.575Z Compiling icu_provider_macros v1.5.0
29522026-01-01T22:01:24.910Z Compiling zerofrom v0.1.4
29532026-01-01T22:01:25.007Z Compiling thiserror v2.0.17
29542026-01-01T22:01:25.183Z Compiling yoke v0.7.4
29552026-01-01T22:01:25.207Z Compiling pest v2.8.2
29562026-01-01T22:01:25.590Z Compiling zerovec v0.10.4
29572026-01-01T22:01:25.875Z Compiling scroll_derive v0.12.0
29582026-01-01T22:01:26.257Z Compiling zerocopy v0.7.35
29592026-01-01T22:01:26.505Z Compiling thiserror v1.0.69
29602026-01-01T22:01:27.240Z Compiling scroll v0.12.0
29612026-01-01T22:01:27.942Z Compiling tinystr v0.7.6
29622026-01-01T22:01:28.241Z Compiling pest_meta v2.8.2
29632026-01-01T22:01:28.470Z Compiling icu_locid v1.5.0
29642026-01-01T22:01:28.580Z Compiling icu_collections v1.5.0
29652026-01-01T22:01:30.287Z Compiling icu_provider v1.5.0
29662026-01-01T22:01:30.336Z Compiling pest_generator v2.8.2
29672026-01-01T22:01:31.217Z Compiling icu_locid_transform v1.5.0
29682026-01-01T22:01:31.769Z Compiling serde_spanned v0.6.9
29692026-01-01T22:01:31.869Z Compiling toml_datetime v0.6.11
29702026-01-01T22:01:32.070Z Compiling pest_derive v2.8.2
29712026-01-01T22:01:32.091Z Compiling dof v0.3.0
29722026-01-01T22:01:32.596Z Compiling toml_edit v0.22.27
29732026-01-01T22:01:32.780Z Compiling serde_tokenstream v0.2.2
29742026-01-01T22:01:32.922Z Compiling icu_properties v1.5.1
29752026-01-01T22:01:32.961Z Compiling dtrace-parser v0.2.0
29762026-01-01T22:01:33.433Z Compiling erased-serde v0.4.6
29772026-01-01T22:01:35.002Z Compiling goblin v0.8.2
29782026-01-01T22:01:35.914Z Compiling serde-untagged v0.1.7
29792026-01-01T22:01:36.736Z Compiling toml v0.8.23
29802026-01-01T22:01:37.256Z Compiling icu_normalizer v1.5.0
29812026-01-01T22:01:39.345Z Compiling idna_adapter v1.2.0
29822026-01-01T22:01:39.630Z Compiling idna v1.0.3
29832026-01-01T22:01:42.574Z Compiling url v2.5.4
29842026-01-01T22:01:42.670Z Compiling serde-value v0.7.0
29852026-01-01T22:01:42.782Z Compiling usdt-macro v0.5.0
29862026-01-01T22:01:44.062Z Compiling cargo-util-schemas v0.8.2
29872026-01-01T22:01:44.974Z Compiling usdt-attr-macro v0.5.0
29882026-01-01T22:01:46.380Z Compiling cargo-platform v0.2.0
29892026-01-01T22:01:47.669Z Compiling clap_derive v4.5.47
29902026-01-01T22:01:47.787Z Compiling cargo_metadata v0.21.0
29912026-01-01T22:01:48.050Z Compiling usdt v0.5.0
29922026-01-01T22:01:49.475Z Compiling cargo_toml v0.21.0
29932026-01-01T22:01:49.813Z Compiling macaddr v1.0.1
29942026-01-01T22:01:50.423Z Compiling tabled v0.15.0
29952026-01-01T22:01:51.971Z Compiling clap v4.5.48
29962026-01-01T22:02:03.021Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29972026-01-01T22:02:09.101Z Finished `release` profile [optimized] target(s) in 57.64s
29982026-01-01T22:02:09.242Z
29992026-01-01T22:02:09.242Zreal 57.820099214
30002026-01-01T22:02:09.242Zuser 6:23.802684295
30012026-01-01T22:02:09.242Zsys 29.520689732
30022026-01-01T22:02:09.242Ztrap 0.216971508
30032026-01-01T22:02:09.242Ztflt 0.411400866
30042026-01-01T22:02:09.242Zdflt 0.495567831
30052026-01-01T22:02:09.246Zkflt 0.000041150
30062026-01-01T22:02:09.246Zlock 18:33.842502845
30072026-01-01T22:02:09.246Zslp 21:21.227546173
30082026-01-01T22:02:09.246Zlat 27.123358695
30092026-01-01T22:02:09.246Zstop 35.994660713
30102026-01-01T22:02:09.246Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30112026-01-01T22:02:09.246Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30122026-01-01T22:02:09.246Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30132026-01-01T22:02:09.246Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30142026-01-01T22:02:09.246Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30152026-01-01T22:02:10.606Z Compiling regress v0.10.4
30162026-01-01T22:02:10.609Z Compiling unsafe-libyaml v0.2.11
30172026-01-01T22:02:10.609Z Compiling match_cfg v0.1.0
30182026-01-01T22:02:10.609Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30192026-01-01T22:02:10.819Z Compiling structmeta-derive v0.3.0
30202026-01-01T22:02:10.837Z Compiling rustls v0.22.4
30212026-01-01T22:02:10.840Z Compiling newtype-uuid-macros v0.1.0
30222026-01-01T22:02:10.840Z Compiling multer v3.1.0
30232026-01-01T22:02:10.899Z Compiling hostname v0.3.1
30242026-01-01T22:02:11.132Z Compiling debug-ignore v1.0.5
30252026-01-01T22:02:11.308Z Compiling toml_parser v1.0.4
30262026-01-01T22:02:11.353Z Compiling progenitor-client v0.10.0
30272026-01-01T22:02:11.356Z Compiling slog-json v2.6.1
30282026-01-01T22:02:11.765Z Compiling async-stream-impl v0.3.6
30292026-01-01T22:02:11.940Z Compiling toml_datetime v0.7.3
30302026-01-01T22:02:12.569Z Compiling serde_yaml v0.9.34+deprecated
30312026-01-01T22:02:12.616Z Compiling serde_spanned v1.0.3
30322026-01-01T22:02:12.645Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30332026-01-01T22:02:12.826Z Compiling dropshot v0.16.6
30342026-01-01T22:02:12.914Z Compiling toml_writer v1.0.4
30352026-01-01T22:02:13.131Z Compiling async-stream v0.3.6
30362026-01-01T22:02:13.313Z Compiling toml v0.9.8
30372026-01-01T22:02:13.339Z Compiling slog-bunyan v2.5.0
30382026-01-01T22:02:13.451Z Compiling structmeta v0.3.0
30392026-01-01T22:02:13.592Z Compiling waitgroup v0.1.2
30402026-01-01T22:02:13.861Z Compiling rustls-pemfile v2.2.0
30412026-01-01T22:02:13.910Z Compiling dropshot_endpoint v0.16.6
30422026-01-01T22:02:14.063Z Compiling itertools v0.14.0
30432026-01-01T22:02:14.252Z Compiling serde_path_to_error v0.1.20
30442026-01-01T22:02:14.496Z Compiling typify-impl v0.4.3
30452026-01-01T22:02:15.104Z Compiling hostname v0.4.2
30462026-01-01T22:02:15.377Z Compiling derive-ex v0.1.8
30472026-01-01T22:02:16.140Z Compiling tokio-rustls v0.25.0
30482026-01-01T22:02:16.600Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
30492026-01-01T22:02:16.656Z Compiling macaddr v1.0.1
30502026-01-01T22:02:16.824Z Compiling tabwriter v1.4.0
30512026-01-01T22:02:17.140Z Compiling instant v0.1.13
30522026-01-01T22:02:17.219Z Compiling progenitor-client v0.11.2
30532026-01-01T22:02:17.321Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30542026-01-01T22:02:17.356Z Compiling parse-display-derive v0.10.0
30552026-01-01T22:02:17.834Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=205b3ccf75b527ac7a565285fdcc0c78f4fcee95#205b3ccf)
30562026-01-01T22:02:18.147Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30572026-01-01T22:02:18.388Z Compiling colored v3.0.0
30582026-01-01T22:02:18.564Z Compiling backoff v0.4.0
30592026-01-01T22:02:18.809Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30602026-01-01T22:02:18.973Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
30612026-01-01T22:02:19.168Z Compiling darling_core v0.21.0
30622026-01-01T22:02:19.626Z Compiling proc-macro-crate v1.3.1
30632026-01-01T22:02:19.667Z Compiling crucible-workspace-hack v0.1.0
30642026-01-01T22:02:19.710Z Compiling test-strategy v0.4.3
30652026-01-01T22:02:20.077Z Compiling proc-macro-error v1.0.4
30662026-01-01T22:02:20.572Z Compiling num_enum_derive v0.5.11
30672026-01-01T22:02:20.732Z Compiling heapless v0.8.0
30682026-01-01T22:02:21.134Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30692026-01-01T22:02:21.368Z Compiling parse-display v0.10.0
30702026-01-01T22:02:21.747Z Compiling hash32 v0.3.1
30712026-01-01T22:02:21.772Z Compiling smoltcp v0.11.0
30722026-01-01T22:02:22.011Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
30732026-01-01T22:02:22.444Z Compiling foreign-types-macros v0.2.3
30742026-01-01T22:02:22.588Z Compiling cobs v0.2.3
30752026-01-01T22:02:22.901Z Compiling num_enum v0.5.11
30762026-01-01T22:02:22.951Z Compiling foreign-types-shared v0.3.1
30772026-01-01T22:02:23.144Z Compiling postcard v1.0.10
30782026-01-01T22:02:23.401Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
30792026-01-01T22:02:23.566Z Compiling nix v0.30.1
30802026-01-01T22:02:23.815Z Compiling foreign-types v0.5.0
30812026-01-01T22:02:23.908Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30822026-01-01T22:02:23.996Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
30832026-01-01T22:02:24.515Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
30842026-01-01T22:02:24.596Z Compiling cstr-argument v0.1.2
30852026-01-01T22:02:24.697Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
30862026-01-01T22:02:24.819Z Compiling rayon-core v1.12.1
30872026-01-01T22:02:24.892Z Compiling pretty-hex v0.2.1
30882026-01-01T22:02:25.008Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30892026-01-01T22:02:25.119Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
30902026-01-01T22:02:25.144Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30912026-01-01T22:02:25.238Z Compiling crossbeam-deque v0.8.5
30922026-01-01T22:02:25.271Z Compiling colored v2.2.0
30932026-01-01T22:02:25.417Z Compiling darling_macro v0.21.0
30942026-01-01T22:02:25.583Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
30952026-01-01T22:02:26.379Z Compiling darling v0.21.0
30962026-01-01T22:02:26.511Z Compiling camino-tempfile v1.4.1
30972026-01-01T22:02:26.537Z Compiling typify-macro v0.4.3
30982026-01-01T22:02:26.559Z Compiling ingot-macros v0.1.1
30992026-01-01T22:02:27.030Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31002026-01-01T22:02:27.210Z Compiling rayon v1.10.0
31012026-01-01T22:02:27.682Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31022026-01-01T22:02:27.762Z Compiling zone_cfg_derive v0.3.0
31032026-01-01T22:02:28.366Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
31042026-01-01T22:02:28.832Z Compiling itertools v0.12.1
31052026-01-01T22:02:28.863Z Compiling smf v0.2.3
31062026-01-01T22:02:29.256Z Compiling num-derive v0.4.2
31072026-01-01T22:02:29.972Z Compiling sigpipe v0.1.3
31082026-01-01T22:02:30.129Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31092026-01-01T22:02:30.152Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
31102026-01-01T22:02:30.608Z Compiling toml v0.8.23
31112026-01-01T22:02:30.738Z Compiling typify v0.4.3
31122026-01-01T22:02:30.958Z Compiling progenitor-impl v0.11.2
31132026-01-01T22:02:31.060Z Compiling progenitor-impl v0.10.0
31142026-01-01T22:02:31.560Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31152026-01-01T22:02:31.797Z Compiling zone v0.3.1
31162026-01-01T22:02:31.801Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31172026-01-01T22:02:31.849Z Compiling convert_case v0.4.0
31182026-01-01T22:02:32.130Z Compiling universal-hash v0.5.1
31192026-01-01T22:02:32.446Z Compiling opaque-debug v0.3.1
31202026-01-01T22:02:32.472Z Compiling secrecy v0.10.3
31212026-01-01T22:02:32.585Z Compiling aead v0.5.2
31222026-01-01T22:02:32.797Z Compiling half v2.4.1
31232026-01-01T22:02:32.823Z Compiling derive_more v0.99.20
31242026-01-01T22:02:33.026Z Compiling ciborium-io v0.2.2
31252026-01-01T22:02:33.218Z Compiling poly1305 v0.8.0
31262026-01-01T22:02:33.249Z Compiling chacha20 v0.9.1
31272026-01-01T22:02:33.428Z Compiling ciborium-ll v0.2.2
31282026-01-01T22:02:33.498Z Compiling base64 v0.21.7
31292026-01-01T22:02:33.608Z Compiling ingot-types v0.1.2
31302026-01-01T22:02:33.769Z Compiling utf-8 v0.7.6
31312026-01-01T22:02:33.898Z Compiling ciborium v0.2.2
31322026-01-01T22:02:34.129Z Compiling tungstenite v0.21.0
31332026-01-01T22:02:34.224Z Compiling num-rational v0.4.2
31342026-01-01T22:02:34.572Z Compiling ingot v0.1.1
31352026-01-01T22:02:34.932Z Compiling num-complex v0.4.6
31362026-01-01T22:02:35.318Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31372026-01-01T22:02:35.766Z Compiling tokio-tungstenite v0.21.0
31382026-01-01T22:02:35.935Z Compiling num v0.4.3
31392026-01-01T22:02:36.083Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31402026-01-01T22:02:36.118Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31412026-01-01T22:02:36.190Z Compiling thiserror-impl-no-std v2.0.2
31422026-01-01T22:02:36.438Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
31432026-01-01T22:02:36.459Z Compiling float-ord v0.3.2
31442026-01-01T22:02:36.706Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31452026-01-01T22:02:37.110Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
31462026-01-01T22:02:37.137Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31472026-01-01T22:02:37.206Z Compiling password-hash v0.5.0
31482026-01-01T22:02:37.941Z Compiling progenitor-macro v0.11.2
31492026-01-01T22:02:37.968Z Compiling progenitor-macro v0.10.0
31502026-01-01T22:02:38.202Z Compiling blake2 v0.10.6
31512026-01-01T22:02:38.742Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
31522026-01-01T22:02:39.127Z Compiling thiserror-no-std v2.0.2
31532026-01-01T22:02:39.303Z Compiling indent_write v2.2.0
31542026-01-01T22:02:39.536Z Compiling vsss-rs v3.3.4
31552026-01-01T22:02:39.579Z Compiling argon2 v0.5.3
31562026-01-01T22:02:39.973Z Compiling chacha20poly1305 v0.10.1
31572026-01-01T22:02:40.267Z Compiling usdt-attr-macro v0.5.0
31582026-01-01T22:02:41.759Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31592026-01-01T22:02:42.025Z Compiling usdt-macro v0.5.0
31602026-01-01T22:02:42.272Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
31612026-01-01T22:02:42.354Z Compiling gethostname v0.5.0
31622026-01-01T22:02:42.429Z Compiling console v0.15.10
31632026-01-01T22:02:42.605Z Compiling resolv-conf v0.7.0
31642026-01-01T22:02:42.631Z Compiling derive-where v1.5.0
31652026-01-01T22:02:43.374Z Compiling owo-colors v4.2.2
31662026-01-01T22:02:43.616Z Compiling usdt v0.5.0
31672026-01-01T22:02:43.819Z Compiling cancel-safe-futures v0.1.5
31682026-01-01T22:02:43.982Z Compiling hickory-proto v0.24.4
31692026-01-01T22:02:44.171Z Compiling atomicwrites v0.4.4
31702026-01-01T22:02:44.192Z Compiling newline-converter v0.3.0
31712026-01-01T22:02:44.291Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
31722026-01-01T22:02:44.423Z Compiling libsw-core v0.3.1
31732026-01-01T22:02:44.568Z Compiling linked-hash-map v0.5.6
31742026-01-01T22:02:44.624Z Compiling semver v0.1.20
31752026-01-01T22:02:44.753Z Compiling libsw v3.5.0
31762026-01-01T22:02:44.962Z Compiling lru-cache v0.1.2
31772026-01-01T22:02:45.101Z Compiling rustc_version v0.1.7
31782026-01-01T22:02:45.224Z Compiling expectorate v1.2.0
31792026-01-01T22:02:45.579Z Compiling slog-dtrace v0.3.0
31802026-01-01T22:02:45.846Z Compiling siphasher v1.0.1
31812026-01-01T22:02:45.873Z Compiling libefi-sys v0.1.0
31822026-01-01T22:02:45.948Z Compiling linear-map v1.2.0
31832026-01-01T22:02:46.223Z Compiling phf_shared v0.12.1
31842026-01-01T22:02:46.274Z Compiling newtype_derive v0.1.6
31852026-01-01T22:02:46.308Z Compiling tokio-dtrace v0.1.0
31862026-01-01T22:02:46.334Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31872026-01-01T22:02:46.617Z Compiling bitfield-struct v0.6.2
31882026-01-01T22:02:46.642Z Compiling pin-project-internal v1.1.6
31892026-01-01T22:02:46.741Z Compiling csv-core v0.1.11
31902026-01-01T22:02:47.370Z Compiling chrono-tz v0.10.4
31912026-01-01T22:02:47.533Z Compiling const_format_proc_macros v0.2.34
31922026-01-01T22:02:47.734Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31932026-01-01T22:02:47.853Z Compiling csv v1.3.1
31942026-01-01T22:02:48.094Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31952026-01-01T22:02:48.957Z Compiling oxide-tokio-rt v0.1.2
31962026-01-01T22:02:49.109Z Compiling phf v0.12.1
31972026-01-01T22:02:49.295Z Compiling hickory-resolver v0.24.4
31982026-01-01T22:02:49.498Z Compiling pin-project v1.1.6
31992026-01-01T22:02:49.701Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32002026-01-01T22:02:49.852Z Compiling snafu-derive v0.8.5
32012026-01-01T22:02:50.194Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32022026-01-01T22:02:50.849Z Compiling progenitor v0.11.2
32032026-01-01T22:02:50.925Z Compiling progenitor v0.10.0
32042026-01-01T22:02:51.126Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=205b3ccf75b527ac7a565285fdcc0c78f4fcee95#205b3ccf)
32052026-01-01T22:02:51.206Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
32062026-01-01T22:02:51.333Z Compiling pem v3.0.5
32072026-01-01T22:02:51.626Z Compiling qorb v0.4.1
32082026-01-01T22:02:51.899Z Compiling async-recursion v1.1.1
32092026-01-01T22:02:52.077Z Compiling highway v1.3.0
32102026-01-01T22:02:53.036Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32112026-01-01T22:02:53.202Z Compiling same-file v1.0.6
32122026-01-01T22:02:53.564Z Compiling walkdir v2.5.0
32132026-01-01T22:02:53.589Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32142026-01-01T22:02:54.290Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32152026-01-01T22:02:54.542Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32162026-01-01T22:02:54.651Z Compiling const_format v0.2.34
32172026-01-01T22:02:54.721Z Compiling snafu v0.8.5
32182026-01-01T22:02:55.102Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32192026-01-01T22:02:55.193Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32202026-01-01T22:02:55.335Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32212026-01-01T22:02:55.509Z Compiling tabled_derive v0.7.0
32222026-01-01T22:02:56.420Z Compiling globset v0.4.15
32232026-01-01T22:02:56.545Z Compiling olpc-cjson v0.1.4
32242026-01-01T22:02:56.865Z Compiling dropshot-api-manager-types v0.2.4
32252026-01-01T22:02:56.901Z Compiling primeorder v0.13.6
32262026-01-01T22:02:57.043Z Compiling bcs v0.1.6
32272026-01-01T22:02:57.548Z Compiling serde_plain v1.0.2
32282026-01-01T22:02:57.574Z Compiling xshell-macros v0.2.7
32292026-01-01T22:02:57.742Z Compiling typed-path v0.9.3
32302026-01-01T22:02:57.815Z Compiling radium v0.7.0
32312026-01-01T22:02:57.964Z Compiling termtree v0.5.1
32322026-01-01T22:02:58.052Z Compiling textwrap v0.16.2
32332026-01-01T22:02:58.160Z Compiling tabled v0.15.0
32342026-01-01T22:02:58.274Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32352026-01-01T22:02:58.337Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32362026-01-01T22:02:58.370Z Compiling xshell v0.2.7
32372026-01-01T22:02:58.709Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32382026-01-01T22:02:59.080Z Compiling steno v0.4.1
32392026-01-01T22:02:59.534Z Compiling typify-impl v0.2.0
32402026-01-01T22:03:00.874Z Compiling tough v0.20.0
32412026-01-01T22:03:00.901Z Compiling moka v0.12.10
32422026-01-01T22:03:01.269Z Compiling tap v1.0.1
32432026-01-01T22:03:01.509Z Compiling humantime v2.2.0
32442026-01-01T22:03:02.054Z Compiling maybe-uninit v2.0.0
32452026-01-01T22:03:02.804Z Compiling wyz v0.5.1
32462026-01-01T22:03:03.868Z Compiling salty v0.3.0
32472026-01-01T22:03:04.215Z Compiling funty v2.0.0
32482026-01-01T22:03:04.389Z Compiling packed_struct v0.10.1
32492026-01-01T22:03:04.932Z Compiling tagptr v0.2.0
32502026-01-01T22:03:05.267Z Compiling arc-swap v1.7.1
32512026-01-01T22:03:05.492Z Compiling bitvec v1.0.1
32522026-01-01T22:03:05.870Z Compiling slog-scope v4.4.0
32532026-01-01T22:03:06.197Z Compiling p384 v0.13.1
32542026-01-01T22:03:06.392Z Compiling polyval v0.6.2
32552026-01-01T22:03:06.881Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32562026-01-01T22:03:07.150Z Compiling packed_struct_codegen v0.10.1
32572026-01-01T22:03:07.221Z Compiling bitfield-macros v0.19.2
32582026-01-01T22:03:07.487Z Compiling zerocopy-derive v0.6.6
32592026-01-01T22:03:07.535Z Compiling proc-macro-error-attr2 v2.0.0
32602026-01-01T22:03:08.403Z Compiling indexmap v1.9.3
32612026-01-01T22:03:08.813Z Compiling crc-catalog v2.4.0
32622026-01-01T22:03:08.858Z Compiling parking_lot_core v0.8.6
32632026-01-01T22:03:09.013Z Compiling nodrop v0.1.14
32642026-01-01T22:03:09.192Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32652026-01-01T22:03:09.218Z Compiling array-init v0.0.4
32662026-01-01T22:03:09.387Z Compiling crc v3.2.1
32672026-01-01T22:03:09.491Z Compiling zerocopy v0.6.6
32682026-01-01T22:03:09.607Z Compiling bitfield v0.19.2
32692026-01-01T22:03:10.119Z Compiling proc-macro-error2 v2.0.1
32702026-01-01T22:03:10.163Z Compiling hickory-resolver v0.25.2
32712026-01-01T22:03:10.214Z Compiling ghash v0.5.1
32722026-01-01T22:03:10.318Z Compiling smallvec v0.6.14
32732026-01-01T22:03:10.460Z Compiling slog-stdlog v4.1.1
32742026-01-01T22:03:10.777Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32752026-01-01T22:03:10.805Z Compiling ctr v0.9.2
32762026-01-01T22:03:10.910Z Compiling num-derive v0.3.3
32772026-01-01T22:03:11.188Z Compiling typify-macro v0.2.0
32782026-01-01T22:03:11.237Z Compiling lzma-sys v0.1.20
32792026-01-01T22:03:11.674Z Compiling hashbrown v0.12.3
32802026-01-01T22:03:12.887Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32812026-01-01T22:03:13.131Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32822026-01-01T22:03:13.581Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32832026-01-01T22:03:14.117Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32842026-01-01T22:03:14.797Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32852026-01-01T22:03:15.246Z Compiling typify v0.2.0
32862026-01-01T22:03:15.473Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
32872026-01-01T22:03:15.506Z Compiling progenitor-impl v0.8.0
32882026-01-01T22:03:15.753Z Compiling unicase v2.8.1
32892026-01-01T22:03:16.202Z Compiling mime_guess v2.0.5
32902026-01-01T22:03:16.684Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32912026-01-01T22:03:17.182Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32922026-01-01T22:03:17.465Z Compiling libscf-sys v1.1.0
32932026-01-01T22:03:17.771Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
32942026-01-01T22:03:18.248Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32952026-01-01T22:03:19.073Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32962026-01-01T22:03:20.870Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32972026-01-01T22:03:21.103Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32982026-01-01T22:03:21.284Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32992026-01-01T22:03:21.322Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33002026-01-01T22:03:22.233Z Compiling attest-data v0.4.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
33012026-01-01T22:03:22.308Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33022026-01-01T22:03:22.650Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33032026-01-01T22:03:23.418Z Compiling progenitor-macro v0.8.0
33042026-01-01T22:03:24.860Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33052026-01-01T22:03:25.195Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33062026-01-01T22:03:25.367Z Compiling aes-gcm v0.10.3
33072026-01-01T22:03:25.724Z Compiling tabled_derive v0.11.0
33082026-01-01T22:03:26.549Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33092026-01-01T22:03:28.543Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33102026-01-01T22:03:28.725Z Compiling serde-hex v0.1.0
33112026-01-01T22:03:29.062Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33122026-01-01T22:03:29.912Z Compiling slog-envlogger v2.2.0
33132026-01-01T22:03:30.805Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33142026-01-01T22:03:31.596Z Compiling papergrid v0.17.0
33152026-01-01T22:03:31.639Z Compiling testing_table v0.3.0
33162026-01-01T22:03:31.941Z Compiling ron v0.8.1
33172026-01-01T22:03:31.967Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33182026-01-01T22:03:32.841Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33192026-01-01T22:03:33.423Z Compiling hashbrown v0.13.2
33202026-01-01T22:03:34.053Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33212026-01-01T22:03:34.535Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33222026-01-01T22:03:34.625Z Compiling progenitor-client v0.8.0
33232026-01-01T22:03:35.207Z Compiling heck v0.3.3
33242026-01-01T22:03:35.636Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=dea3bbfac7d9d3c45f088898fcd05ee5d2ec2210#dea3bbfa)
33252026-01-01T22:03:35.862Z Compiling ssh-encoding v0.2.0
33262026-01-01T22:03:36.008Z Compiling blowfish v0.9.1
33272026-01-01T22:03:36.075Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33282026-01-01T22:03:36.386Z Compiling nibble_vec v0.1.0
33292026-01-01T22:03:36.416Z Compiling corncobs v0.1.4
33302026-01-01T22:03:36.479Z Compiling crc-any v2.5.0
33312026-01-01T22:03:36.515Z Compiling endian-type v0.1.2
33322026-01-01T22:03:36.746Z Compiling dice-mfg-msgs v0.2.1 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
33332026-01-01T22:03:36.777Z Compiling radix_trie v0.2.1
33342026-01-01T22:03:36.810Z Compiling bcrypt-pbkdf v0.10.0
33352026-01-01T22:03:37.042Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33362026-01-01T22:03:37.478Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33372026-01-01T22:03:37.586Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33382026-01-01T22:03:37.713Z Compiling ssh-cipher v0.2.0
33392026-01-01T22:03:39.165Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33402026-01-01T22:03:42.030Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33412026-01-01T22:03:42.694Z Compiling progenitor v0.8.0
33422026-01-01T22:03:42.980Z Compiling zone_cfg_derive v0.1.2
33432026-01-01T22:03:43.067Z Compiling object v0.30.4
33442026-01-01T22:03:43.107Z Compiling tabled v0.20.0
33452026-01-01T22:03:43.139Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33462026-01-01T22:03:43.680Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33472026-01-01T22:03:44.154Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33482026-01-01T22:03:44.337Z Compiling parking_lot v0.11.2
33492026-01-01T22:03:44.428Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
33502026-01-01T22:03:45.479Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33512026-01-01T22:03:46.206Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33522026-01-01T22:03:46.331Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33532026-01-01T22:03:46.740Z Compiling prefix-trie v0.7.0
33542026-01-01T22:03:46.780Z Compiling password-hash v0.4.2
33552026-01-01T22:03:47.170Z Compiling fxhash v0.2.1
33562026-01-01T22:03:47.479Z Compiling secrecy v0.8.0
33572026-01-01T22:03:47.684Z Compiling http-range v0.1.5
33582026-01-01T22:03:47.688Z Compiling path-slash v0.1.5
33592026-01-01T22:03:47.802Z Compiling half v1.8.3
33602026-01-01T22:03:47.954Z Compiling base64 v0.13.1
33612026-01-01T22:03:48.089Z Compiling number_prefix v0.4.0
33622026-01-01T22:03:48.391Z Compiling indicatif v0.17.11
33632026-01-01T22:03:48.435Z Compiling ron v0.7.1
33642026-01-01T22:03:48.563Z Compiling serde_cbor v0.11.2
33652026-01-01T22:03:50.061Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33662026-01-01T22:03:50.508Z Compiling hickory-server v0.25.2
33672026-01-01T22:03:50.535Z Compiling sled v0.34.7
33682026-01-01T22:03:50.787Z Compiling pbkdf2 v0.11.0
33692026-01-01T22:03:51.143Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33702026-01-01T22:03:51.644Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33712026-01-01T22:03:53.425Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=ab30fa91227fd478bfe0e023310ca83dec0bc22b#ab30fa91)
33722026-01-01T22:03:53.716Z Compiling xz2 v0.1.7
33732026-01-01T22:03:53.983Z Compiling zone v0.1.8
33742026-01-01T22:03:54.190Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33752026-01-01T22:03:54.997Z Compiling ssh-key v0.6.6
33762026-01-01T22:03:55.423Z Compiling hickory-client v0.25.2
33772026-01-01T22:03:56.143Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33782026-01-01T22:03:57.734Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33792026-01-01T22:03:58.368Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33802026-01-01T22:03:58.932Z Compiling p521 v0.13.3
33812026-01-01T22:03:59.118Z Compiling p256 v0.13.2
33822026-01-01T22:03:59.952Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=205b3ccf75b527ac7a565285fdcc0c78f4fcee95#205b3ccf)
33832026-01-01T22:04:00.228Z Compiling yasna v0.5.2
33842026-01-01T22:04:00.450Z Compiling headers-core v0.3.0
33852026-01-01T22:04:00.678Z Compiling kstat-rs v0.2.4
33862026-01-01T22:04:01.210Z Compiling nanorand v0.7.0
33872026-01-01T22:04:01.236Z Compiling atty v0.2.14
33882026-01-01T22:04:01.321Z Compiling russh-cryptovec v0.7.3
33892026-01-01T22:04:01.430Z Compiling md5 v0.7.0
33902026-01-01T22:04:01.682Z Compiling crc8 v0.1.1
33912026-01-01T22:04:01.709Z Compiling flume v0.11.1
33922026-01-01T22:04:01.783Z Compiling russh-keys v0.45.0
33932026-01-01T22:04:01.870Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=ab30fa91227fd478bfe0e023310ca83dec0bc22b#ab30fa91)
33942026-01-01T22:04:01.904Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33952026-01-01T22:04:01.999Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
33962026-01-01T22:04:02.419Z Compiling rcgen v0.12.1
33972026-01-01T22:04:02.519Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33982026-01-01T22:04:03.011Z Compiling headers v0.4.1
33992026-01-01T22:04:04.718Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
34002026-01-01T22:04:04.889Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34012026-01-01T22:04:04.988Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
34022026-01-01T22:04:05.397Z Compiling hyper-staticfile v0.10.1
34032026-01-01T22:04:06.507Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34042026-01-01T22:04:08.359Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34052026-01-01T22:04:08.424Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34062026-01-01T22:04:09.066Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34072026-01-01T22:04:09.634Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34082026-01-01T22:04:09.902Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34092026-01-01T22:04:11.632Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34102026-01-01T22:04:13.886Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34112026-01-01T22:04:15.338Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34122026-01-01T22:04:15.439Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34132026-01-01T22:04:16.269Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34142026-01-01T22:04:16.883Z Compiling num-bigint v0.4.6
34152026-01-01T22:04:17.202Z Compiling des v0.8.1
34162026-01-01T22:04:17.624Z Compiling subprocess v0.2.9
34172026-01-01T22:04:18.397Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34182026-01-01T22:04:19.348Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34192026-01-01T22:04:19.436Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34202026-01-01T22:04:20.174Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34212026-01-01T22:04:22.172Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34222026-01-01T22:04:23.177Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34232026-01-01T22:04:23.998Z Compiling hex-literal v0.4.1
34242026-01-01T22:04:24.218Z Compiling display-error-chain v0.2.2
34252026-01-01T22:04:24.275Z Compiling russh v0.45.0
34262026-01-01T22:04:24.493Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34272026-01-01T22:04:26.563Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34282026-01-01T22:04:26.778Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34292026-01-01T22:04:29.677Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34302026-01-01T22:04:30.088Z Compiling internet-checksum v0.2.1
34312026-01-01T22:04:34.423Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34322026-01-01T22:05:07.742Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34332026-01-01T22:05:38.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 29s
34342026-01-01T22:05:38.652Z
34352026-01-01T22:05:38.656Zreal 3:29.300524699
34362026-01-01T22:05:38.656Zuser 19:00.431026915
34372026-01-01T22:05:38.656Zsys 2:37.895283394
34382026-01-01T22:05:38.656Ztrap 0.595322763
34392026-01-01T22:05:38.656Ztflt 0.309847210
34402026-01-01T22:05:38.656Zdflt 0.662858045
34412026-01-01T22:05:38.656Zkflt 0.000072790
34422026-01-01T22:05:38.656Zlock 52:16.428084103
34432026-01-01T22:05:38.656Zslp 1:09:39.764658665
34442026-01-01T22:05:38.656Zlat 1:03.954016761
34452026-01-01T22:05:38.656Zstop 2:37.691595318
34462026-01-01T22:05:38.656Z+ mkdir tests
34472026-01-01T22:05:38.659Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34482026-01-01T22:05:38.659Z+ xargs -I '{}' -t cp '{}' tests/
34492026-01-01T22:05:38.701Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-07ee643482286449 tests/
34502026-01-01T22:05:38.728Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2c4fac0a2563896e tests/
34512026-01-01T22:05:38.755Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-3b92c8199df3dae5 tests/
34522026-01-01T22:05:38.782Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8a516e213ef925e2 tests/
34532026-01-01T22:05:39.066Z+ 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/*)
34542026-01-01T22:05:39.070Z+ 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-2c4fac0a2563896e tests/commtest-3b92c8199df3dae5 tests/dhcp_server-07ee643482286449 tests/end_to_end_tests-8a516e213ef925e2 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
34552026-01-01T22:07:26.817ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34562026-01-01T22:07:26.817Za .github/buildomat/ci-env.sh 1K
34572026-01-01T22:07:26.817Za out/target/test 1K
34582026-01-01T22:07:26.817Za out/npuzone/npuzone 23144K
34592026-01-01T22:07:26.817Za package-manifest.toml 34K
34602026-01-01T22:07:26.817Za smf/sled-agent/non-gimlet/config.toml 6K
34612026-01-01T22:07:26.817Za target/release/omicron-package 42878K
34622026-01-01T22:07:26.817Za target/release/xtask 11464K
34632026-01-01T22:07:26.818Za target/debug/bootstrap 316354K
34642026-01-01T22:07:26.818Za tests/bootstrap-2c4fac0a2563896e 31122K
34652026-01-01T22:07:26.818Za tests/commtest-3b92c8199df3dae5 31966K
34662026-01-01T22:07:26.818Za tests/dhcp_server-07ee643482286449 31122K
34672026-01-01T22:07:26.818Za tests/end_to_end_tests-8a516e213ef925e2 360519K
34682026-01-01T22:07:26.818Za out/clickhouse.tar.gz 320335K
34692026-01-01T22:07:26.818Za out/clickhouse_keeper.tar.gz 303335K
34702026-01-01T22:07:26.818Za out/clickhouse_server.tar.gz 320334K
34712026-01-01T22:07:26.818Za out/cockroachdb.tar.gz 167850K
34722026-01-01T22:07:26.818Za out/crucible-pantry-zone.tar.gz 44496K
34732026-01-01T22:07:26.818Za out/crucible-utils.tar 17744K
34742026-01-01T22:07:26.818Za out/crucible-zone.tar.gz 58634K
34752026-01-01T22:07:26.818Za out/external-dns.tar.gz 53529K
34762026-01-01T22:07:26.818Za out/internal-dns.tar.gz 53529K
34772026-01-01T22:07:26.818Za out/mg-ddm-gz.tar 114154K
34782026-01-01T22:07:26.818Za out/nexus.tar.gz 196452K
34792026-01-01T22:07:26.818Za out/ntp.tar.gz 34835K
34802026-01-01T22:07:26.818Za out/omicron-gateway-softnpu.tar.gz 30070K
34812026-01-01T22:07:26.818Za out/omicron-sled-agent.tar 193841K
34822026-01-01T22:07:26.818Za out/overlay.tar.gz 3K
34832026-01-01T22:07:26.818Za out/oximeter.tar.gz 66380K
34842026-01-01T22:07:26.818Za out/oxlog.tar 3942K
34852026-01-01T22:07:26.818Za out/probe.tar.gz 3037K
34862026-01-01T22:07:26.818Za out/propolis-server.tar.gz 73484K
34872026-01-01T22:07:26.818Za out/pumpkind-gz.tar 26647K
34882026-01-01T22:07:26.818Za out/switch-softnpu.tar.gz 382913K
34892026-01-01T22:07:26.822Z
34902026-01-01T22:07:26.822Zreal 1:47.721227715
34912026-01-01T22:07:26.822Zuser 1:43.025262254
34922026-01-01T22:07:26.822Zsys 6.677804012
34932026-01-01T22:07:26.823Ztrap 0.025237790
34942026-01-01T22:07:26.823Ztflt 0.000000000
34952026-01-01T22:07:26.823Zdflt 0.000000000
34962026-01-01T22:07:26.823Zkflt 0.000000000
34972026-01-01T22:07:26.823Zlock 0.000000000
34982026-01-01T22:07:26.823Zslp 1:42.884928960
34992026-01-01T22:07:26.823Zlat 2.824435867
35002026-01-01T22:07:26.823Zstop 0.000195576
35012026-01-01T22:07:26.823Zprocess exited: duration 2501901 ms, exit code 0
 
35022026-01-01T22:07:26.840Zfound 1 output files
35032026-01-01T22:07:26.840Zuploading: /work/package.tar.gz (2441091421 bytes)
35042026-01-01T22:08:04.606Zuploaded: /work/package.tar.gz