01KG8GSFH9DJP1VQ73NA34NMES: 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: 01KG8GTFVFT9FK1D0Y515342S0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-01-30T22:38:24.733Zjob assigned to worker 01KG8GW18CBVQAYX29TZ43F08N [factory aws, i-0375899a700c8fedf] (queued for 1 m 37 s)
 
22026-01-30T22:38:33.509Zstarting task 0: "setup"
32026-01-30T22:38:33.530Z++ uname -s
42026-01-30T22:38:33.530Z+ kern=SunOS
52026-01-30T22:38:33.530Z+ build_user=build
62026-01-30T22:38:33.530Z+ build_uid=12345
72026-01-30T22:38:33.530Z+ work_dir=/work
82026-01-30T22:38:33.530Z+ input_dir=/input
92026-01-30T22:38:33.530Z+ [[ 0 == 12345 ]]
102026-01-30T22:38:33.530Z+ case "$kern" in
112026-01-30T22:38:33.530Z+ groupadd -g 12345 build
122026-01-30T22:38:33.530Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-01-30T22:38:35.526Z+ zfs create -o mountpoint=/work rpool/work
142026-01-30T22:38:35.637Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-01-30T22:38:35.640Z+ home_fs=zfs
162026-01-30T22:38:35.640Z+ [[ zfs == autofs ]]
172026-01-30T22:38:35.640Z+ mkdir -p /home/build
182026-01-30T22:38:35.640Z+ chown build:build /home/build /work
192026-01-30T22:38:36.643Z+ chmod 0700 /home/build /work
202026-01-30T22:38:36.647Zprocess exited: duration 3141 ms, exit code 0
 
212026-01-30T22:38:36.653Zstarting task 1: "rust-toolchain"
222026-01-30T22:38:36.660Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-01-30T22:38:36.660Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-01-30T22:38:36.660Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-01-30T22:38:36.660Z * rust toolchain channel = "1.91.1"
262026-01-30T22:38:36.660Z * rust toolchain profile = "default"
272026-01-30T22:38:36.663Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-01-30T22:38:36.663Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-01-30T22:38:36.663Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-01-30T22:38:36.769Zinfo: downloading installer
312026-01-30T22:38:38.479Zwarn: It looks like you have an existing installation of Rust at:
322026-01-30T22:38:38.479Zwarn: /opt/ooce/bin
332026-01-30T22:38:38.479Zwarn: It is recommended that rustup be the primary Rust installation.
342026-01-30T22:38:38.479Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-01-30T22:38:38.480Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-01-30T22:38:38.480Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-01-30T22:38:38.480Zwarn: or pass `-y' to ignore all ignorable checks.
382026-01-30T22:38:38.480Zerror: cannot install while Rust is installed
392026-01-30T22:38:38.480Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-01-30T22:38:38.532Zinfo: profile set to 'default'
412026-01-30T22:38:38.532Zinfo: default host triple is x86_64-unknown-illumos
422026-01-30T22:38:38.556Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-01-30T22:38:38.691Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-01-30T22:38:38.691Zinfo: downloading component 'cargo'
452026-01-30T22:38:39.631Zinfo: downloading component 'clippy'
462026-01-30T22:38:39.959Zinfo: downloading component 'rust-docs'
472026-01-30T22:38:41.263Zinfo: downloading component 'rust-std'
482026-01-30T22:38:43.011Zinfo: downloading component 'rustc'
492026-01-30T22:38:50.425Zinfo: downloading component 'rustfmt'
502026-01-30T22:38:50.752Zinfo: installing component 'cargo'
512026-01-30T22:38:51.696Zinfo: installing component 'clippy'
522026-01-30T22:38:52.117Zinfo: installing component 'rust-docs'
532026-01-30T22:38:54.082Zinfo: installing component 'rust-std'
542026-01-30T22:38:55.966Zinfo: installing component 'rustc'
552026-01-30T22:39:02.790Zinfo: installing component 'rustfmt'
562026-01-30T22:39:03.149Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-01-30T22:39:03.149Z
582026-01-30T22:39:03.671Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-01-30T22:39:03.671Z
602026-01-30T22:39:03.729Z
612026-01-30T22:39:03.730ZRust is installed now. Great!
622026-01-30T22:39:03.730Z
632026-01-30T22:39:03.730ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-01-30T22:39:03.730Zenvironment variable. This has not been done automatically.
652026-01-30T22:39:03.730Z
662026-01-30T22:39:03.730ZTo configure your current shell, you need to source
672026-01-30T22:39:03.730Zthe corresponding env file under $HOME/.cargo.
682026-01-30T22:39:03.730Z
692026-01-30T22:39:03.730ZThis is usually done by running one of the following (note the leading DOT):
702026-01-30T22:39:03.730Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-01-30T22:39:03.730Zsource "$HOME/.cargo/env.fish" # For fish
722026-01-30T22:39:03.730Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-01-30T22:39:03.803Z+ rustup --version
742026-01-30T22:39:03.832Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-01-30T22:39:03.832Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-01-30T22:39:03.886Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-01-30T22:39:03.903Z+ cargo --version
782026-01-30T22:39:03.965Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-01-30T22:39:04.021Z+ rustc --version
802026-01-30T22:39:04.038Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-01-30T22:39:04.055Zprocess exited: duration 27376 ms, exit code 0
 
822026-01-30T22:39:04.083Zstarting task 2: "authentication"
832026-01-30T22:39:04.104Zprocess exited: duration 29 ms, exit code 0
 
842026-01-30T22:39:04.115Zstarting task 3: "clone repository"
852026-01-30T22:39:04.123Z+ mkdir -p /work/oxidecomputer/omicron
862026-01-30T22:39:04.146Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-01-30T22:39:04.179ZCloning into '/work/oxidecomputer/omicron'...
882026-01-30T22:40:04.199Z+ cd /work/oxidecomputer/omicron
892026-01-30T22:40:04.202Z+ git fetch origin f3885cbe17516f956125b2494c2da2437df4f92d
902026-01-30T22:40:05.129ZFrom https://github.com/oxidecomputer/omicron
912026-01-30T22:40:05.129Z * branch f3885cbe17516f956125b2494c2da2437df4f92d -> FETCH_HEAD
922026-01-30T22:40:05.141Z+ [[ -n clippy_fix ]]
932026-01-30T22:40:05.145Z++ git branch --show-current
942026-01-30T22:40:05.145Z+ current=main
952026-01-30T22:40:05.145Z+ [[ main != clippy_fix ]]
962026-01-30T22:40:05.150Z+ git branch -f clippy_fix f3885cbe17516f956125b2494c2da2437df4f92d
972026-01-30T22:40:05.153Z+ git checkout -f clippy_fix
982026-01-30T22:40:05.623ZSwitched to branch 'clippy_fix'
992026-01-30T22:40:05.626Z+ git reset --hard f3885cbe17516f956125b2494c2da2437df4f92d
1002026-01-30T22:40:05.643ZHEAD is now at f3885cbe1 new fn try_instance_simulate should be behind the multicast gate
1012026-01-30T22:40:05.650Zprocess exited: duration 61520 ms, exit code 0
 
1022026-01-30T22:40:05.656Zstarting task 4: "build"
1032026-01-30T22:40:05.661Z+ source .github/buildomat/ci-env.sh
1042026-01-30T22:40:05.661Z++ export CARGO_TERM_COLOR=always
1052026-01-30T22:40:05.661Z++ CARGO_TERM_COLOR=always
1062026-01-30T22:40:05.671Z+ cargo --version
1072026-01-30T22:40:05.726Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-01-30T22:40:05.729Z+ rustc --version
1092026-01-30T22:40:05.807Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-01-30T22:40:05.812Z+ WORK=/work
1112026-01-30T22:40:05.812Z+ pfexec mkdir -p /work
1122026-01-30T22:40:05.818Z+ pfexec chown build /work
1132026-01-30T22:40:05.821Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-01-30T22:40:17.189Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-01-30T22:40:27.423Z Startup: Caching catalogs ... Done
1162026-01-30T22:40:48.378ZPlanning: Solver setup ... Done (19.439s)
1172026-01-30T22:40:48.534ZPlanning: Running solver ... Done (0.153s)
1182026-01-30T22:40:48.701ZPlanning: Finding local manifests ... Done (0.003s)
1192026-01-30T22:40:48.716ZPlanning: Fetching manifests: 0/4 0% complete
1202026-01-30T22:40:48.856ZPlanning: Fetching manifests: 4/4 100% complete
1212026-01-30T22:40:48.905ZPlanning: Package planning ... Done (0.049s)
1222026-01-30T22:40:48.956ZPlanning: Merging actions ... Done (0.050s)
1232026-01-30T22:40:49.240ZPlanning: Checking for conflicting actions ... Done (0.284s)
1242026-01-30T22:40:49.253ZPlanning: Consolidating action changes ... Done (0.011s)
1252026-01-30T22:40:50.261ZPlanning: Evaluating mediators ... Done (1.008s)
1262026-01-30T22:40:50.271ZPlanning: Planning completed in 22.69 seconds
1272026-01-30T22:40:50.287Z Packages to install: 4
1282026-01-30T22:40:50.287Z Mediators to change: 2
1292026-01-30T22:40:50.287Z Services to change: 1
1302026-01-30T22:40:50.290Z Estimated space available: 155.44 GB
1312026-01-30T22:40:50.291ZEstimated space to be consumed: 1.80 GB
1322026-01-30T22:40:50.291Z Create boot environment: No
1332026-01-30T22:40:50.291ZCreate backup boot environment: No
1342026-01-30T22:40:50.291Z Rebuild boot archive: No
1352026-01-30T22:40:50.291Z
1362026-01-30T22:40:50.291ZChanged mediators:
1372026-01-30T22:40:50.291Z mediator clang:
1382026-01-30T22:40:50.291Z version: None -> 15 (system default)
1392026-01-30T22:40:50.291Z
1402026-01-30T22:40:50.291Z mediator llvm:
1412026-01-30T22:40:50.291Z version: 14 (system default) -> 15 (system default)
1422026-01-30T22:40:50.291Z
1432026-01-30T22:40:50.291ZChanged packages:
1442026-01-30T22:40:50.291Zhelios-dev
1452026-01-30T22:40:50.291Z developer/build-essential
1462026-01-30T22:40:50.291Z None -> 11-2.0
1472026-01-30T22:40:50.291Z library/libxmlsec1
1482026-01-30T22:40:50.291Z None -> 1.2.35-2.0
1492026-01-30T22:40:50.291Z ooce/developer/clang-15
1502026-01-30T22:40:50.291Z None -> 15.0.7-2.0
1512026-01-30T22:40:50.291Z ooce/developer/llvm-15
1522026-01-30T22:40:50.291Z None -> 15.0.7-2.0
1532026-01-30T22:40:50.291Z
1542026-01-30T22:40:50.291ZServices:
1552026-01-30T22:40:50.291Z restart_fmri:
1562026-01-30T22:40:50.291Z svc:/system/update-man-index:default
1572026-01-30T22:40:50.346Z
1582026-01-30T22:40:50.346ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-01-30T22:40:55.349ZDownload: 2528/3290 items 120.1/212.6MB 56% complete (24.2M/s)
1602026-01-30T22:40:57.511ZDownload: Completed 212.60 MB in 7.16 seconds (29.7M/s)
1612026-01-30T22:40:57.803Z Actions: 1/3689 actions (Installing new actions)
1622026-01-30T22:41:02.358Z Actions: Completed 3689 actions in 4.55 seconds.
1632026-01-30T22:41:02.782Z Done (0.418s)
1642026-01-30T22:41:02.782Z Done (0.000s)
1652026-01-30T22:41:03.855Z Done (1.072s)
1662026-01-30T22:41:08.564Z Done (4.348s)
1672026-01-30T22:41:08.655Z Done (0.019s)
1682026-01-30T22:41:08.658Z Done (0.000s)
1692026-01-30T22:41:08.829Z Done (0.000s)
1702026-01-30T22:41:09.873ZPlanning: Evaluating mediator changes ... Done
1712026-01-30T22:41:10.039ZPlanning: Checking for conflicting actions ... Done
1722026-01-30T22:41:10.042ZPlanning: Consolidating action changes ... Done
1732026-01-30T22:41:10.320ZPlanning: Evaluating mediators ... Done
1742026-01-30T22:41:10.323ZPlanning: Planning completed in 0.45 seconds
1752026-01-30T22:41:10.354Z Mediators to change: 2
1762026-01-30T22:41:10.354Z Create boot environment: No
1772026-01-30T22:41:10.354ZCreate backup boot environment: No
1782026-01-30T22:41:10.443Z Done
1792026-01-30T22:41:10.443Z Done
1802026-01-30T22:41:11.227Z Done
1812026-01-30T22:41:15.162Z Done
1822026-01-30T22:41:15.251Z Done
1832026-01-30T22:41:15.254Z Done
1842026-01-30T22:41:15.428Z Done
1852026-01-30T22:41:16.069ZPlanning: Evaluating mediator changes ... Done
1862026-01-30T22:41:16.072ZPlanning: Merging actions ... Done
1872026-01-30T22:41:16.263ZPlanning: Checking for conflicting actions ... Done
1882026-01-30T22:41:16.266ZPlanning: Consolidating action changes ... Done
1892026-01-30T22:41:16.542ZPlanning: Evaluating mediators ... Done
1902026-01-30T22:41:16.602ZPlanning: Planning completed in 0.79 seconds
1912026-01-30T22:41:16.639Z Packages to change: 1
1922026-01-30T22:41:16.639Z Mediators to change: 1
1932026-01-30T22:41:16.639Z Services to change: 1
1942026-01-30T22:41:16.644Z Create boot environment: No
1952026-01-30T22:41:16.644ZCreate backup boot environment: Yes
1962026-01-30T22:41:19.097Z Actions: 1/6 actions (Updating modified actions)
1972026-01-30T22:41:19.102Z Actions: Completed 6 actions in 0.00 seconds.
1982026-01-30T22:41:19.102Z Done
1992026-01-30T22:41:19.102Z Done
2002026-01-30T22:41:19.316Z Done
2012026-01-30T22:41:23.359Z Done
2022026-01-30T22:41:23.447Z Done
2032026-01-30T22:41:23.451Z Done
2042026-01-30T22:41:23.611Z Done
2052026-01-30T22:41:24.070ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-01-30T22:41:24.070Zclang system 15 system
2072026-01-30T22:41:24.070Zcsh system system illumos
2082026-01-30T22:41:24.070Zctags system system illumos
2092026-01-30T22:41:24.070Zfile system system illumos
2102026-01-30T22:41:24.070Zgcc vendor 12 vendor
2112026-01-30T22:41:24.070Zgcc system 10 system
2122026-01-30T22:41:24.070Zgcc system 7 system
2132026-01-30T22:41:24.070Zgo system 1.20 system
2142026-01-30T22:41:24.070Zgo system 1.19 system
2152026-01-30T22:41:24.070Zllvm system 15 system
2162026-01-30T22:41:24.070Zllvm system 14 system
2172026-01-30T22:41:24.070Zmariadb system 10.6 system
2182026-01-30T22:41:24.070Zmta vendor vendor dma
2192026-01-30T22:41:24.070Zopenjdk system 17 system
2202026-01-30T22:41:24.070Zopenjdk system 11 system
2212026-01-30T22:41:24.070Zopenjdk system 1.8 system
2222026-01-30T22:41:24.070Zopenssl vendor 3 vendor
2232026-01-30T22:41:24.070Zperl system 5.36 system
2242026-01-30T22:41:24.070Zpostgresql system 15 system
2252026-01-30T22:41:24.070Zpostgresql system 13 system
2262026-01-30T22:41:24.070Zpython vendor 3 vendor
2272026-01-30T22:41:24.070Zpython system 2 system
2282026-01-30T22:41:24.070Zpython3 system 3.11 system
2292026-01-30T22:41:24.071Zruby system 3.0 system
2302026-01-30T22:41:24.071Zwords vendor vendor american-english
2312026-01-30T22:41:24.071Zwords system system australian-english
2322026-01-30T22:41:24.071Zwords system system british-english
2332026-01-30T22:41:24.071Zwords system system canadian-english
2342026-01-30T22:41:24.071Zwords system system french
2352026-01-30T22:41:24.071Zwords system system italian
2362026-01-30T22:41:24.071Zwords system system ngerman
2372026-01-30T22:41:24.071Zwords system system ogerman
2382026-01-30T22:41:24.071Zwords system system spanish
2392026-01-30T22:41:24.444ZPUBLISHER TYPE STATUS P LOCATION
2402026-01-30T22:41:24.444Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-01-30T22:41:30.871ZFMRI IFO
2422026-01-30T22:41:30.871Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-01-30T22:41:30.871Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-01-30T22:41:30.871Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-01-30T22:41:30.871Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-01-30T22:41:30.871Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-01-30T22:41:30.871Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-01-30T22:41:30.871Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492026-01-30T22:41:30.871Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502026-01-30T22:41:30.871Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512026-01-30T22:41:30.871Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522026-01-30T22:41:30.871Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532026-01-30T22:41:30.871Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542026-01-30T22:41:30.871Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552026-01-30T22:41:30.871Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562026-01-30T22:41:30.871Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572026-01-30T22:41:30.871Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582026-01-30T22:41:32.104Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-01-30T22:41:32.675Z Updating crates.io index
2602026-01-30T22:41:32.678Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-01-30T22:41:33.417Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2622026-01-30T22:41:35.547Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2632026-01-30T22:41:36.352Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642026-01-30T22:41:36.920Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2652026-01-30T22:41:37.773Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-01-30T22:41:42.115Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-01-30T22:41:48.205Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-01-30T22:41:51.048Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-01-30T22:41:51.716Z Updating git repository `https://github.com/oxidecomputer/falcon`
2702026-01-30T22:41:55.487Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2712026-01-30T22:41:56.941Z Updating git repository `https://github.com/oxidecomputer/clickward`
2722026-01-30T22:41:57.616Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732026-01-30T22:41:58.920Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742026-01-30T22:41:59.566Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2752026-01-30T22:42:01.390Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-01-30T22:42:02.751Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-01-30T22:42:03.443Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782026-01-30T22:42:04.197Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2792026-01-30T22:42:05.239Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2802026-01-30T22:42:05.879Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2812026-01-30T22:42:06.356Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2822026-01-30T22:42:07.066Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-01-30T22:42:07.906Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-01-30T22:42:09.098Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-01-30T22:42:09.765Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-01-30T22:42:10.598Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-01-30T22:42:11.284Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-01-30T22:42:13.298Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2892026-01-30T22:42:14.010Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-01-30T22:42:14.589Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-01-30T22:42:15.435Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2922026-01-30T22:42:16.243Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-01-30T22:42:17.029Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-01-30T22:42:17.879Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-01-30T22:42:18.510Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-01-30T22:42:19.087Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-01-30T22:42:19.795Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-01-30T22:42:59.500Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-01-30T22:43:01.946Z Downloading crates ...
3002026-01-30T22:43:02.006Z Downloaded anstream v0.6.18
3012026-01-30T22:43:02.017Z Downloaded proc-macro2 v1.0.101
3022026-01-30T22:43:02.022Z Downloaded icu_provider_macros v1.5.0
3032026-01-30T22:43:02.022Z Downloaded errno v0.3.12
3042026-01-30T22:43:02.022Z Downloaded anstyle-query v1.1.1
3052026-01-30T22:43:02.022Z Downloaded fs-err v3.1.1
3062026-01-30T22:43:02.026Z Downloaded fnv v1.0.7
3072026-01-30T22:43:02.026Z Downloaded erased-serde v0.4.6
3082026-01-30T22:43:02.026Z Downloaded dtrace-parser v0.2.0
3092026-01-30T22:43:02.029Z Downloaded anstyle v1.0.11
3102026-01-30T22:43:02.029Z Downloaded anstyle-parse v0.2.5
3112026-01-30T22:43:02.040Z Downloaded version_check v0.9.5
3122026-01-30T22:43:02.040Z Downloaded icu_locid_transform_data v1.5.0
3132026-01-30T22:43:02.044Z Downloaded bitflags v2.9.4
3142026-01-30T22:43:02.044Z Downloaded camino-tempfile v1.4.1
3152026-01-30T22:43:02.044Z Downloaded yoke-derive v0.7.4
3162026-01-30T22:43:02.044Z Downloaded write16 v1.0.0
3172026-01-30T22:43:02.044Z Downloaded heck v0.4.1
3182026-01-30T22:43:02.044Z Downloaded form_urlencoded v1.2.2
3192026-01-30T22:43:02.047Z Downloaded block-buffer v0.10.4
3202026-01-30T22:43:02.047Z Downloaded typenum v1.17.0
3212026-01-30T22:43:02.047Z Downloaded utf16_iter v1.0.5
3222026-01-30T22:43:02.050Z Downloaded unicode-xid v0.2.6
3232026-01-30T22:43:02.050Z Downloaded usdt-impl v0.5.0
3242026-01-30T22:43:02.054Z Downloaded ordered-float v2.10.1
3252026-01-30T22:43:02.054Z Downloaded itoa v1.0.11
3262026-01-30T22:43:02.057Z Downloaded bytecount v0.6.8
3272026-01-30T22:43:02.057Z Downloaded toml_write v0.1.2
3282026-01-30T22:43:02.060Z Downloaded thiserror v1.0.69
3292026-01-30T22:43:02.064Z Downloaded utf8parse v0.2.2
3302026-01-30T22:43:02.068Z Downloaded terminal_size v0.4.0
3312026-01-30T22:43:02.068Z Downloaded usdt-attr-macro v0.5.0
3322026-01-30T22:43:02.068Z Downloaded typeid v1.0.3
3332026-01-30T22:43:02.068Z Downloaded equivalent v1.0.2
3342026-01-30T22:43:02.072Z Downloaded swrite v0.1.0
3352026-01-30T22:43:02.072Z Downloaded utf8_iter v1.0.4
3362026-01-30T22:43:02.072Z Downloaded usdt-macro v0.5.0
3372026-01-30T22:43:02.072Z Downloaded proc-macro-error-attr v1.0.4
3382026-01-30T22:43:02.076Z Downloaded proc-macro-error v1.0.4
3392026-01-30T22:43:02.076Z Downloaded zerofrom v0.1.4
3402026-01-30T22:43:02.079Z Downloaded cargo-platform v0.2.0
3412026-01-30T22:43:02.079Z Downloaded tabled_derive v0.7.0
3422026-01-30T22:43:02.082Z Downloaded icu_locid v1.5.0
3432026-01-30T22:43:02.085Z Downloaded zerovec-derive v0.10.3
3442026-01-30T22:43:02.085Z Downloaded zerofrom-derive v0.1.4
3452026-01-30T22:43:02.091Z Downloaded thread-id v4.2.2
3462026-01-30T22:43:02.091Z Downloaded thiserror-impl v1.0.69
3472026-01-30T22:43:02.091Z Downloaded macaddr v1.0.1
3482026-01-30T22:43:02.091Z Downloaded unicode-linebreak v0.1.5
3492026-01-30T22:43:02.094Z Downloaded toml_datetime v0.6.11
3502026-01-30T22:43:02.094Z Downloaded tinystr v0.7.6
3512026-01-30T22:43:02.098Z Downloaded zmij v1.0.15
3522026-01-30T22:43:02.098Z Downloaded pretty-hex v0.4.1
3532026-01-30T22:43:02.098Z Downloaded cpufeatures v0.2.14
3542026-01-30T22:43:02.103Z Downloaded generic-array v0.14.7
3552026-01-30T22:43:02.103Z Downloaded serde-value v0.7.0
3562026-01-30T22:43:02.103Z Downloaded colorchoice v1.0.2
3572026-01-30T22:43:02.103Z Downloaded camino v1.2.2
3582026-01-30T22:43:02.106Z Downloaded thiserror-impl v2.0.18
3592026-01-30T22:43:02.106Z Downloaded scroll_derive v0.12.0
3602026-01-30T22:43:02.106Z Downloaded writeable v0.5.5
3612026-01-30T22:43:02.110Z Downloaded ucd-trie v0.1.7
3622026-01-30T22:43:02.110Z Downloaded thiserror v2.0.18
3632026-01-30T22:43:02.115Z Downloaded strsim v0.11.1
3642026-01-30T22:43:02.118Z Downloaded zerocopy-derive v0.7.35
3652026-01-30T22:43:02.122Z Downloaded memmap v0.7.0
3662026-01-30T22:43:02.122Z Downloaded yoke v0.7.4
3672026-01-30T22:43:02.126Z Downloaded textwrap v0.16.2
3682026-01-30T22:43:02.126Z Downloaded pest_generator v2.8.2
3692026-01-30T22:43:02.129Z Downloaded toml v0.8.23
3702026-01-30T22:43:02.129Z Downloaded smawk v0.3.2
3712026-01-30T22:43:02.132Z Downloaded cfg-if v1.0.4
3722026-01-30T22:43:02.132Z Downloaded unicode-ident v1.0.19
3732026-01-30T22:43:02.136Z Downloaded clap_lex v0.7.4
3742026-01-30T22:43:02.136Z Downloaded toml_edit v0.22.27
3752026-01-30T22:43:02.142Z Downloaded stable_deref_trait v1.2.0
3762026-01-30T22:43:02.142Z Downloaded serde_spanned v0.6.9
3772026-01-30T22:43:02.145Z Downloaded autocfg v1.4.0
3782026-01-30T22:43:02.145Z Downloaded fastrand v2.1.1
3792026-01-30T22:43:02.146Z Downloaded icu_locid_transform v1.5.0
3802026-01-30T22:43:02.150Z Downloaded url v2.5.4
3812026-01-30T22:43:02.150Z Downloaded byteorder v1.5.0
3822026-01-30T22:43:02.153Z Downloaded pest_meta v2.8.2
3832026-01-30T22:43:02.153Z Downloaded cargo_metadata v0.21.0
3842026-01-30T22:43:02.156Z Downloaded plain v0.2.3
3852026-01-30T22:43:02.156Z Downloaded crypto-common v0.1.6
3862026-01-30T22:43:02.156Z Downloaded usdt v0.5.0
3872026-01-30T22:43:02.160Z Downloaded heck v0.5.0
3882026-01-30T22:43:02.160Z Downloaded getrandom v0.3.4
3892026-01-30T22:43:02.164Z Downloaded winnow v0.7.13
3902026-01-30T22:43:02.172Z Downloaded zerovec v0.10.4
3912026-01-30T22:43:02.175Z Downloaded sha2 v0.10.9
3922026-01-30T22:43:02.178Z Downloaded zerocopy v0.7.35
3932026-01-30T22:43:02.191Z Downloaded quote v1.0.40
3942026-01-30T22:43:02.196Z Downloaded serde-untagged v0.1.7
3952026-01-30T22:43:02.196Z Downloaded percent-encoding v2.3.2
3962026-01-30T22:43:02.196Z Downloaded unicode-width v0.2.0
3972026-01-30T22:43:02.200Z Downloaded displaydoc v0.2.5
3982026-01-30T22:43:02.203Z Downloaded unicode-width v0.1.14
3992026-01-30T22:43:02.209Z Downloaded synstructure v0.13.1
4002026-01-30T22:43:02.213Z Downloaded serde_tokenstream v0.2.2
4012026-01-30T22:43:02.213Z Downloaded scroll v0.12.0
4022026-01-30T22:43:02.213Z Downloaded cargo_toml v0.21.0
4032026-01-30T22:43:02.213Z Downloaded semver v1.0.27
4042026-01-30T22:43:02.218Z Downloaded litemap v0.7.3
4052026-01-30T22:43:02.218Z Downloaded dof v0.3.0
4062026-01-30T22:43:02.218Z Downloaded is_terminal_polyfill v1.70.1
4072026-01-30T22:43:02.222Z Downloaded idna_adapter v1.2.0
4082026-01-30T22:43:02.222Z Downloaded smallvec v1.15.1
4092026-01-30T22:43:02.222Z Downloaded pest_derive v2.8.2
4102026-01-30T22:43:02.225Z Downloaded once_cell v1.21.3
4112026-01-30T22:43:02.231Z Downloaded cargo-util-schemas v0.8.2
4122026-01-30T22:43:02.231Z Downloaded papergrid v0.11.0
4132026-01-30T22:43:02.235Z Downloaded digest v0.10.7
4142026-01-30T22:43:02.238Z Downloaded serde_core v1.0.228
4152026-01-30T22:43:02.241Z Downloaded num-traits v0.2.19
4162026-01-30T22:43:02.246Z Downloaded icu_normalizer_data v1.5.0
4172026-01-30T22:43:02.250Z Downloaded log v0.4.29
4182026-01-30T22:43:02.253Z Downloaded icu_properties v1.5.1
4192026-01-30T22:43:02.253Z Downloaded clap_derive v4.5.47
4202026-01-30T22:43:02.259Z Downloaded tempfile v3.24.0
4212026-01-30T22:43:02.261Z Downloaded serde_derive v1.0.228
4222026-01-30T22:43:02.261Z Downloaded icu_provider v1.5.0
4232026-01-30T22:43:02.264Z Downloaded anyhow v1.0.99
4242026-01-30T22:43:02.268Z Downloaded icu_collections v1.5.0
4252026-01-30T22:43:02.270Z Downloaded icu_normalizer v1.5.0
4262026-01-30T22:43:02.279Z Downloaded clap v4.5.48
4272026-01-30T22:43:02.290Z Downloaded memchr v2.7.4
4282026-01-30T22:43:02.309Z Downloaded serde v1.0.228
4292026-01-30T22:43:02.313Z Downloaded hashbrown v0.16.1
4302026-01-30T22:43:02.319Z Downloaded indexmap v2.13.0
4312026-01-30T22:43:02.330Z Downloaded clap_builder v4.5.48
4322026-01-30T22:43:02.341Z Downloaded idna v1.0.3
4332026-01-30T22:43:02.346Z Downloaded pest v2.8.2
4342026-01-30T22:43:02.362Z Downloaded serde_json v1.0.149
4352026-01-30T22:43:02.367Z Downloaded goblin v0.8.2
4362026-01-30T22:43:02.386Z Downloaded tabled v0.15.0
4372026-01-30T22:43:02.408Z Downloaded icu_properties_data v1.5.0
4382026-01-30T22:43:02.411Z Downloaded syn v1.0.109
4392026-01-30T22:43:02.418Z Downloaded syn v2.0.114
4402026-01-30T22:43:02.457Z Downloaded rustix v0.38.37
4412026-01-30T22:43:02.471Z Downloaded rustix v1.1.3
4422026-01-30T22:43:02.509Z Downloaded libc v0.2.180
4432026-01-30T22:43:02.605Z Compiling proc-macro2 v1.0.101
4442026-01-30T22:43:02.605Z Compiling unicode-ident v1.0.19
4452026-01-30T22:43:02.610Z Compiling serde_core v1.0.228
4462026-01-30T22:43:02.611Z Compiling serde v1.0.228
4472026-01-30T22:43:02.611Z Compiling version_check v0.9.5
4482026-01-30T22:43:02.611Z Compiling libc v0.2.180
4492026-01-30T22:43:02.611Z Compiling memchr v2.7.4
4502026-01-30T22:43:02.611Z Compiling thiserror v2.0.18
4512026-01-30T22:43:03.116Z Compiling stable_deref_trait v1.2.0
4522026-01-30T22:43:03.258Z Compiling zmij v1.0.15
4532026-01-30T22:43:03.699Z Compiling itoa v1.0.11
4542026-01-30T22:43:03.755Z Compiling autocfg v1.4.0
4552026-01-30T22:43:03.940Z Compiling ucd-trie v0.1.7
4562026-01-30T22:43:04.128Z Compiling thiserror v1.0.69
4572026-01-30T22:43:04.531Z Compiling litemap v0.7.3
4582026-01-30T22:43:04.572Z Compiling writeable v0.5.5
4592026-01-30T22:43:04.766Z Compiling bitflags v2.9.4
4602026-01-30T22:43:04.951Z Compiling icu_locid_transform_data v1.5.0
4612026-01-30T22:43:05.166Z Compiling quote v1.0.40
4622026-01-30T22:43:05.193Z Compiling errno v0.3.12
4632026-01-30T22:43:05.200Z Compiling byteorder v1.5.0
4642026-01-30T22:43:05.477Z Compiling icu_properties_data v1.5.0
4652026-01-30T22:43:05.694Z Compiling syn v2.0.114
4662026-01-30T22:43:05.759Z Compiling serde_json v1.0.149
4672026-01-30T22:43:05.785Z Compiling num-traits v0.2.19
4682026-01-30T22:43:05.814Z Compiling smallvec v1.15.1
4692026-01-30T22:43:05.819Z Compiling utf16_iter v1.0.5
4702026-01-30T22:43:06.240Z Compiling rustix v0.38.37
4712026-01-30T22:43:06.350Z Compiling equivalent v1.0.2
4722026-01-30T22:43:06.350Z Compiling icu_normalizer_data v1.5.0
4732026-01-30T22:43:06.350Z Compiling utf8_iter v1.0.4
4742026-01-30T22:43:06.354Z Compiling write16 v1.0.0
4752026-01-30T22:43:06.358Z Compiling hashbrown v0.16.1
4762026-01-30T22:43:06.486Z Compiling typeid v1.0.3
4772026-01-30T22:43:06.797Z Compiling proc-macro-error-attr v1.0.4
4782026-01-30T22:43:07.043Z Compiling usdt-impl v0.5.0
4792026-01-30T22:43:07.108Z Compiling winnow v0.7.13
4802026-01-30T22:43:07.158Z Compiling syn v1.0.109
4812026-01-30T22:43:07.434Z Compiling indexmap v2.13.0
4822026-01-30T22:43:07.559Z Compiling toml_write v0.1.2
4832026-01-30T22:43:07.564Z Compiling thread-id v4.2.2
4842026-01-30T22:43:08.094Z Compiling proc-macro-error v1.0.4
4852026-01-30T22:43:08.662Z Compiling log v0.4.29
4862026-01-30T22:43:08.968Z Compiling plain v0.2.3
4872026-01-30T22:43:09.033Z Compiling utf8parse v0.2.2
4882026-01-30T22:43:09.166Z Compiling percent-encoding v2.3.2
4892026-01-30T22:43:09.251Z Compiling camino v1.2.2
4902026-01-30T22:43:09.515Z Compiling getrandom v0.3.4
4912026-01-30T22:43:09.589Z Compiling rustix v1.1.3
4922026-01-30T22:43:09.993Z Compiling ordered-float v2.10.1
4932026-01-30T22:43:10.034Z Compiling form_urlencoded v1.2.2
4942026-01-30T22:43:10.419Z Compiling anstyle-parse v0.2.5
4952026-01-30T22:43:10.586Z Compiling terminal_size v0.4.0
4962026-01-30T22:43:10.857Z Compiling pretty-hex v0.4.1
4972026-01-30T22:43:11.036Z Compiling anstyle-query v1.1.1
4982026-01-30T22:43:11.154Z Compiling anstyle v1.0.11
4992026-01-30T22:43:11.274Z Compiling cfg-if v1.0.4
5002026-01-30T22:43:11.274Z Compiling is_terminal_polyfill v1.70.1
5012026-01-30T22:43:11.330Z Compiling colorchoice v1.0.2
5022026-01-30T22:43:11.404Z Compiling anstream v0.6.18
5032026-01-30T22:43:11.514Z Compiling semver v1.0.27
5042026-01-30T22:43:15.814Z Compiling fs-err v3.1.1
5052026-01-30T22:43:15.938Z Compiling clap_lex v0.7.4
5062026-01-30T22:43:15.938Z Compiling fastrand v2.1.1
5072026-01-30T22:43:15.938Z Compiling synstructure v0.13.1
5082026-01-30T22:43:15.938Z Compiling heck v0.4.1
5092026-01-30T22:43:15.938Z Compiling anyhow v1.0.99
5102026-01-30T22:43:15.938Z Compiling unicode-xid v0.2.6
5112026-01-30T22:43:15.938Z Compiling bytecount v0.6.8
5122026-01-30T22:43:15.938Z Compiling fnv v1.0.7
5132026-01-30T22:43:15.938Z Compiling strsim v0.11.1
5142026-01-30T22:43:15.938Z Compiling heck v0.5.0
5152026-01-30T22:43:15.938Z Compiling once_cell v1.21.3
5162026-01-30T22:43:15.938Z Compiling unicode-width v0.1.14
5172026-01-30T22:43:15.938Z Compiling tempfile v3.24.0
5182026-01-30T22:43:15.938Z Compiling clap_builder v4.5.48
5192026-01-30T22:43:15.938Z Compiling papergrid v0.11.0
5202026-01-30T22:43:15.938Z Compiling memmap v0.7.0
5212026-01-30T22:43:15.939Z Compiling smawk v0.3.2
5222026-01-30T22:43:15.939Z Compiling unicode-linebreak v0.1.5
5232026-01-30T22:43:15.939Z Compiling unicode-width v0.2.0
5242026-01-30T22:43:15.939Z Compiling textwrap v0.16.2
5252026-01-30T22:43:15.939Z Compiling camino-tempfile v1.4.1
5262026-01-30T22:43:15.975Z Compiling swrite v0.1.0
5272026-01-30T22:43:16.014Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5282026-01-30T22:43:16.112Z Compiling tabled_derive v0.7.0
5292026-01-30T22:43:16.701Z Compiling serde_derive v1.0.228
5302026-01-30T22:43:16.701Z Compiling zerofrom-derive v0.1.4
5312026-01-30T22:43:16.764Z Compiling yoke-derive v0.7.4
5322026-01-30T22:43:16.764Z Compiling zerovec-derive v0.10.3
5332026-01-30T22:43:16.895Z Compiling thiserror-impl v2.0.18
5342026-01-30T22:43:18.285Z Compiling displaydoc v0.2.5
5352026-01-30T22:43:19.338Z Compiling icu_provider_macros v1.5.0
5362026-01-30T22:43:19.645Z Compiling thiserror-impl v1.0.69
5372026-01-30T22:43:19.951Z Compiling zerocopy-derive v0.7.35
5382026-01-30T22:43:20.197Z Compiling zerofrom v0.1.4
5392026-01-30T22:43:20.317Z Compiling pest v2.8.2
5402026-01-30T22:43:20.418Z Compiling yoke v0.7.4
5412026-01-30T22:43:20.447Z Compiling scroll_derive v0.12.0
5422026-01-30T22:43:20.844Z Compiling zerovec v0.10.4
5432026-01-30T22:43:21.559Z Compiling clap_derive v4.5.47
5442026-01-30T22:43:21.860Z Compiling scroll v0.12.0
5452026-01-30T22:43:21.946Z Compiling zerocopy v0.7.35
5462026-01-30T22:43:22.420Z Compiling goblin v0.8.2
5472026-01-30T22:43:22.559Z Compiling tabled v0.15.0
5482026-01-30T22:43:22.718Z Compiling tinystr v0.7.6
5492026-01-30T22:43:22.886Z Compiling icu_collections v1.5.0
5502026-01-30T22:43:23.135Z Compiling icu_locid v1.5.0
5512026-01-30T22:43:23.361Z Compiling pest_meta v2.8.2
5522026-01-30T22:43:24.522Z Compiling icu_provider v1.5.0
5532026-01-30T22:43:25.219Z Compiling icu_locid_transform v1.5.0
5542026-01-30T22:43:25.336Z Compiling pest_generator v2.8.2
5552026-01-30T22:43:25.442Z Compiling toml_datetime v0.6.11
5562026-01-30T22:43:25.486Z Compiling serde_spanned v0.6.9
5572026-01-30T22:43:25.584Z Compiling dof v0.3.0
5582026-01-30T22:43:25.754Z Compiling serde_tokenstream v0.2.2
5592026-01-30T22:43:25.964Z Compiling toml_edit v0.22.27
5602026-01-30T22:43:26.373Z Compiling erased-serde v0.4.6
5612026-01-30T22:43:26.461Z Compiling icu_properties v1.5.1
5622026-01-30T22:43:27.082Z Compiling serde-value v0.7.0
5632026-01-30T22:43:27.523Z Compiling serde-untagged v0.1.7
5642026-01-30T22:43:27.555Z Compiling cargo-platform v0.2.0
5652026-01-30T22:43:27.721Z Compiling pest_derive v2.8.2
5662026-01-30T22:43:27.925Z Compiling macaddr v1.0.1
5672026-01-30T22:43:28.065Z Compiling clap v4.5.48
5682026-01-30T22:43:28.575Z Compiling dtrace-parser v0.2.0
5692026-01-30T22:43:29.451Z Compiling toml v0.8.23
5702026-01-30T22:43:30.367Z Compiling icu_normalizer v1.5.0
5712026-01-30T22:43:30.435Z Compiling cargo_toml v0.21.0
5722026-01-30T22:43:30.516Z Compiling usdt-macro v0.5.0
5732026-01-30T22:43:30.781Z Compiling usdt-attr-macro v0.5.0
5742026-01-30T22:43:31.204Z Compiling idna_adapter v1.2.0
5752026-01-30T22:43:31.414Z Compiling idna v1.0.3
5762026-01-30T22:43:31.835Z Compiling usdt v0.5.0
5772026-01-30T22:43:31.889Z Compiling url v2.5.4
5782026-01-30T22:43:32.557Z Compiling cargo-util-schemas v0.8.2
5792026-01-30T22:43:34.275Z Compiling cargo_metadata v0.21.0
5802026-01-30T22:43:35.925Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5812026-01-30T22:43:39.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
5822026-01-30T22:43:39.799Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5832026-01-30T22:43:40.600Z Downloading crates ...
5842026-01-30T22:43:40.728Z Downloaded adler2 v2.0.0
5852026-01-30T22:43:40.743Z Downloaded bit-vec v0.8.0
5862026-01-30T22:43:40.773Z Downloaded cfg_aliases v0.2.1
5872026-01-30T22:43:40.774Z Downloaded critical-section v1.1.3
5882026-01-30T22:43:40.774Z Downloaded async-trait v0.1.89
5892026-01-30T22:43:40.774Z Downloaded crucible-workspace-hack v0.1.0
5902026-01-30T22:43:40.778Z Downloaded curve25519-dalek-derive v0.1.1
5912026-01-30T22:43:40.778Z Downloaded crossbeam-utils v0.8.21
5922026-01-30T22:43:40.778Z Downloaded dirs-next v2.0.0
5932026-01-30T22:43:40.782Z Downloaded difflib v0.4.0
5942026-01-30T22:43:40.785Z Downloaded dof v0.4.0
5952026-01-30T22:43:40.802Z Downloaded futures-sink v0.3.31
5962026-01-30T22:43:40.802Z Downloaded document-features v0.2.11
5972026-01-30T22:43:40.802Z Downloaded drift v0.1.3
5982026-01-30T22:43:40.807Z Downloaded futures-io v0.3.31
5992026-01-30T22:43:40.811Z Downloaded arrayref v0.3.9
6002026-01-30T22:43:40.815Z Downloaded diesel_table_macro_syntax v0.2.0
6012026-01-30T22:43:40.820Z Downloaded dyn-clone v1.0.20
6022026-01-30T22:43:40.824Z Downloaded foreign-types-shared v0.1.1
6032026-01-30T22:43:40.828Z Downloaded foreign-types v0.3.2
6042026-01-30T22:43:40.833Z Downloaded funty v2.0.0
6052026-01-30T22:43:40.837Z Downloaded foreign-types-shared v0.3.1
6062026-01-30T22:43:40.840Z Downloaded flagset v0.4.6
6072026-01-30T22:43:40.845Z Downloaded ff v0.13.0
6082026-01-30T22:43:40.850Z Downloaded gethostname v0.5.0
6092026-01-30T22:43:40.854Z Downloaded env_filter v0.1.2
6102026-01-30T22:43:40.860Z Downloaded bitfield-struct v0.6.2
6112026-01-30T22:43:40.864Z Downloaded futures-macro v0.3.31
6122026-01-30T22:43:40.868Z Downloaded futures-task v0.3.31
6132026-01-30T22:43:40.872Z Downloaded ghash v0.5.1
6142026-01-30T22:43:40.887Z Downloaded futures-core v0.3.31
6152026-01-30T22:43:40.892Z Downloaded env_logger v0.11.8
6162026-01-30T22:43:40.898Z Downloaded heck v0.3.3
6172026-01-30T22:43:40.901Z Downloaded headers-core v0.3.0
6182026-01-30T22:43:40.904Z Downloaded http-body v1.0.1
6192026-01-30T22:43:40.908Z Downloaded ident_case v1.0.1
6202026-01-30T22:43:40.911Z Downloaded hostname v0.4.2
6212026-01-30T22:43:40.915Z Downloaded hyper-tls v0.6.0
6222026-01-30T22:43:40.919Z Downloaded hubpack v0.1.2
6232026-01-30T22:43:40.922Z Downloaded fs_extra v1.3.0
6242026-01-30T22:43:40.927Z Downloaded fs-err v2.11.0
6252026-01-30T22:43:40.931Z Downloaded futures-channel v0.3.31
6262026-01-30T22:43:40.936Z Downloaded group v0.13.0
6272026-01-30T22:43:40.941Z Downloaded instant v0.1.13
6282026-01-30T22:43:40.945Z Downloaded is_ci v1.2.0
6292026-01-30T22:43:40.948Z Downloaded is-terminal v0.4.13
6302026-01-30T22:43:40.952Z Downloaded colored v2.2.0
6312026-01-30T22:43:40.957Z Downloaded bzip2 v0.4.4
6322026-01-30T22:43:40.961Z Downloaded instability v0.3.2
6332026-01-30T22:43:40.965Z Downloaded humantime v2.2.0
6342026-01-30T22:43:40.968Z Downloaded des v0.8.1
6352026-01-30T22:43:40.972Z Downloaded libscf-sys v1.1.0
6362026-01-30T22:43:40.976Z Downloaded lazycell v1.3.0
6372026-01-30T22:43:40.981Z Downloaded hyper-staticfile v0.10.1
6382026-01-30T22:43:40.984Z Downloaded linked-hash-map v0.5.6
6392026-01-30T22:43:40.989Z Downloaded crc32fast v1.4.2
6402026-01-30T22:43:40.995Z Downloaded libsw-core v0.3.1
6412026-01-30T22:43:40.999Z Downloaded md5 v0.7.0
6422026-01-30T22:43:40.999Z Downloaded lockfree-object-pool v0.1.6
6432026-01-30T22:43:41.008Z Downloaded md-5 v0.10.6
6442026-01-30T22:43:41.008Z Downloaded match_cfg v0.1.0
6452026-01-30T22:43:41.011Z Downloaded maybe-uninit v2.0.0
6462026-01-30T22:43:41.016Z Downloaded lru-cache v0.1.2
6472026-01-30T22:43:41.019Z Downloaded addr2line v0.24.2
6482026-01-30T22:43:41.024Z Downloaded nibble_vec v0.1.0
6492026-01-30T22:43:41.027Z Downloaded newline-converter v0.3.0
6502026-01-30T22:43:41.028Z Downloaded nonempty v0.12.0
6512026-01-30T22:43:41.031Z Downloaded ipnet v2.11.0
6522026-01-30T22:43:41.036Z Downloaded new_debug_unreachable v1.0.6
6532026-01-30T22:43:41.041Z Downloaded keccak v0.1.5
6542026-01-30T22:43:41.044Z Downloaded num-derive v0.3.3
6552026-01-30T22:43:41.044Z Downloaded jobserver v0.1.32
6562026-01-30T22:43:41.048Z Downloaded num-iter v0.1.45
6572026-01-30T22:43:41.052Z Downloaded opaque-debug v0.3.1
6582026-01-30T22:43:41.059Z Downloaded openssl-probe v0.1.5
6592026-01-30T22:43:41.062Z Downloaded iana-time-zone v0.1.63
6602026-01-30T22:43:41.062Z Downloaded openssl-macros v0.1.1
6612026-01-30T22:43:41.066Z Downloaded number_prefix v0.4.0
6622026-01-30T22:43:41.069Z Downloaded num_threads v0.1.7
6632026-01-30T22:43:41.073Z Downloaded num_enum_derive v0.5.11
6642026-01-30T22:43:41.076Z Downloaded libloading v0.8.5
6652026-01-30T22:43:41.079Z Downloaded oso-derive v0.27.3
6662026-01-30T22:43:41.084Z Downloaded managed v0.8.0
6672026-01-30T22:43:41.088Z Downloaded packed_struct_codegen v0.10.1
6682026-01-30T22:43:41.088Z Downloaded parse-size v1.1.0
6692026-01-30T22:43:41.126Z Downloaded chacha20poly1305 v0.10.1
6702026-01-30T22:43:41.138Z Downloaded nanorand v0.7.0
6712026-01-30T22:43:41.138Z Downloaded pbkdf2 v0.12.2
6722026-01-30T22:43:41.138Z Downloaded peg-runtime v0.8.5
6732026-01-30T22:43:41.138Z Downloaded pbkdf2 v0.11.0
6742026-01-30T22:43:41.138Z Downloaded num-complex v0.4.6
6752026-01-30T22:43:41.138Z Downloaded newtype-uuid v1.3.2
6762026-01-30T22:43:41.138Z Downloaded path-slash v0.1.5
6772026-01-30T22:43:41.138Z Downloaded parse-display v0.10.0
6782026-01-30T22:43:41.138Z Downloaded nu-ansi-term v0.50.1
6792026-01-30T22:43:41.138Z Downloaded olpc-cjson v0.1.4
6802026-01-30T22:43:41.139Z Downloaded pin-utils v0.1.0
6812026-01-30T22:43:41.139Z Downloaded phf_shared v0.12.1
6822026-01-30T22:43:41.146Z Downloaded phf_shared v0.11.2
6832026-01-30T22:43:41.146Z Downloaded num_enum v0.5.11
6842026-01-30T22:43:41.147Z Downloaded memmap2 v0.9.8
6852026-01-30T22:43:41.166Z Downloaded oxnet v0.1.4
6862026-01-30T22:43:41.166Z Downloaded predicates-tree v1.0.12
6872026-01-30T22:43:41.184Z Downloaded pretty-hex v0.2.1
6882026-01-30T22:43:41.184Z Downloaded lock_api v0.4.12
6892026-01-30T22:43:41.184Z Downloaded parking_lot_core v0.8.6
6902026-01-30T22:43:41.184Z Downloaded crossbeam-channel v0.5.15
6912026-01-30T22:43:41.184Z Downloaded psl-types v2.0.11
6922026-01-30T22:43:41.225Z Downloaded progenitor-client v0.11.2
6932026-01-30T22:43:41.225Z Downloaded password-hash v0.4.2
6942026-01-30T22:43:41.225Z Downloaded progenitor-macro v0.10.0
6952026-01-30T22:43:41.225Z Downloaded radium v0.7.0
6962026-01-30T22:43:41.225Z Downloaded heapless v0.8.0
6972026-01-30T22:43:41.225Z Downloaded peg v0.8.5
6982026-01-30T22:43:41.242Z Downloaded pin-project-internal v1.1.6
6992026-01-30T22:43:41.242Z Downloaded poly1305 v0.8.0
7002026-01-30T22:43:41.242Z Downloaded ref-cast v1.0.25
7012026-01-30T22:43:41.242Z Downloaded polyval v0.6.2
7022026-01-30T22:43:41.243Z Downloaded rand_xorshift v0.4.0
7032026-01-30T22:43:41.243Z Downloaded indicatif v0.17.11
7042026-01-30T22:43:41.243Z Downloaded postgres-protocol v0.6.8
7052026-01-30T22:43:41.243Z Downloaded predicates v3.1.3
7062026-01-30T22:43:41.243Z Downloaded ref-cast-impl v1.0.25
7072026-01-30T22:43:41.243Z Downloaded ppv-lite86 v0.2.20
7082026-01-30T22:43:41.243Z Downloaded der v0.7.10
7092026-01-30T22:43:41.255Z Downloaded rfc6979 v0.4.0
7102026-01-30T22:43:41.255Z Downloaded progenitor v0.11.2
7112026-01-30T22:43:41.255Z Downloaded progenitor v0.10.0
7122026-01-30T22:43:41.255Z Downloaded parking_lot v0.11.2
7132026-01-30T22:43:41.261Z Downloaded rustc-hash v1.1.0
7142026-01-30T22:43:41.261Z Downloaded russh-cryptovec v0.7.3
7152026-01-30T22:43:41.261Z Downloaded r2d2 v0.8.10
7162026-01-30T22:43:41.262Z Downloaded rustc_version v0.1.7
7172026-01-30T22:43:41.262Z Downloaded hickory-resolver v0.25.2
7182026-01-30T22:43:41.288Z Downloaded rustc_version v0.4.1
7192026-01-30T22:43:41.288Z Downloaded hickory-resolver v0.24.4
7202026-01-30T22:43:41.302Z Downloaded rand_chacha v0.9.0
7212026-01-30T22:43:41.302Z Downloaded rustc-hash v2.1.1
7222026-01-30T22:43:41.303Z Downloaded rand_core v0.9.3
7232026-01-30T22:43:41.303Z Downloaded same-file v1.0.6
7242026-01-30T22:43:41.303Z Downloaded rand_core v0.6.4
7252026-01-30T22:43:41.303Z Downloaded cc v1.2.30
7262026-01-30T22:43:41.303Z Downloaded scheduled-thread-pool v0.2.7
7272026-01-30T22:43:41.303Z Downloaded postgres-types v0.2.9
7282026-01-30T22:43:41.322Z Downloaded secrecy v0.8.0
7292026-01-30T22:43:41.323Z Downloaded scroll_derive v0.13.1
7302026-01-30T22:43:41.323Z Downloaded progenitor-impl v0.8.0
7312026-01-30T22:43:41.323Z Downloaded serde_urlencoded v0.7.1
7322026-01-30T22:43:41.323Z Downloaded serde_bytes v0.11.19
7332026-01-30T22:43:41.323Z Downloaded scrypt v0.11.0
7342026-01-30T22:43:41.332Z Downloaded serde_plain v1.0.2
7352026-01-30T22:43:41.332Z Downloaded serde_repr v0.1.19
7362026-01-30T22:43:41.333Z Downloaded signal-hook-mio v0.2.4
7372026-01-30T22:43:41.333Z Downloaded shell-words v1.1.0
7382026-01-30T22:43:41.333Z Downloaded rustls-pemfile v2.2.0
7392026-01-30T22:43:41.333Z Downloaded signal-hook-tokio v0.3.1
7402026-01-30T22:43:41.333Z Downloaded rustls-pemfile v1.0.4
7412026-01-30T22:43:41.338Z Downloaded jiff-static v0.2.15
7422026-01-30T22:43:41.338Z Downloaded resolv-conf v0.7.0
7432026-01-30T22:43:41.338Z Downloaded serde_spanned v1.0.4
7442026-01-30T22:43:41.350Z Downloaded sha1 v0.10.6
7452026-01-30T22:43:41.350Z Downloaded rustversion v1.0.22
7462026-01-30T22:43:41.380Z Downloaded simd-adler32 v0.3.7
7472026-01-30T22:43:41.380Z Downloaded sigpipe v0.1.3
7482026-01-30T22:43:41.380Z Downloaded pin-project v1.1.6
7492026-01-30T22:43:41.390Z Downloaded slog-envlogger v2.2.0
7502026-01-30T22:43:41.390Z Downloaded slog-bunyan v2.5.0
7512026-01-30T22:43:41.391Z Downloaded siphasher v0.3.11
7522026-01-30T22:43:41.391Z Downloaded scroll v0.13.0
7532026-01-30T22:43:41.391Z Downloaded semver v0.1.20
7542026-01-30T22:43:41.391Z Downloaded serde_derive_internals v0.29.1
7552026-01-30T22:43:41.391Z Downloaded aes v0.8.4
7562026-01-30T22:43:41.391Z Downloaded sqlparser_derive v0.2.2
7572026-01-30T22:43:41.391Z Downloaded shlex v1.3.0
7582026-01-30T22:43:41.391Z Downloaded serde_path_to_error v0.1.20
7592026-01-30T22:43:41.391Z Downloaded secrecy v0.10.3
7602026-01-30T22:43:41.399Z Downloaded ssh-encoding v0.2.0
7612026-01-30T22:43:41.400Z Downloaded ssh-cipher v0.2.0
7622026-01-30T22:43:41.400Z Downloaded sct v0.7.1
7632026-01-30T22:43:41.400Z Downloaded strum v0.26.3
7642026-01-30T22:43:41.400Z Downloaded structmeta-derive v0.3.0
7652026-01-30T22:43:41.406Z Downloaded structmeta v0.3.0
7662026-01-30T22:43:41.406Z Downloaded signal-hook-registry v1.4.2
7672026-01-30T22:43:41.406Z Downloaded rand_seeder v0.4.0
7682026-01-30T22:43:41.406Z Downloaded postcard v1.0.10
7692026-01-30T22:43:41.428Z Downloaded strip-ansi-escapes v0.2.0
7702026-01-30T22:43:41.428Z Downloaded strum v0.27.2
7712026-01-30T22:43:41.428Z Downloaded subtle v2.6.1
7722026-01-30T22:43:41.428Z Downloaded supports-color v3.0.2
7732026-01-30T22:43:41.428Z Downloaded openssl-sys v0.9.109
7742026-01-30T22:43:41.433Z Downloaded slog-dtrace v0.3.0
7752026-01-30T22:43:41.433Z Downloaded slab v0.4.9
7762026-01-30T22:43:41.433Z Downloaded rustls-native-certs v0.8.1
7772026-01-30T22:43:41.433Z Downloaded slog-term v2.9.2
7782026-01-30T22:43:41.433Z Downloaded sync_wrapper v1.0.1
7792026-01-30T22:43:41.434Z Downloaded tabled_derive v0.11.0
7802026-01-30T22:43:41.434Z Downloaded tap v1.0.1
7812026-01-30T22:43:41.434Z Downloaded take_mut v0.2.2
7822026-01-30T22:43:41.446Z Downloaded prettyplease v0.2.36
7832026-01-30T22:43:41.446Z Downloaded tabwriter v1.4.0
7842026-01-30T22:43:41.446Z Downloaded tabled_derive v0.10.0
7852026-01-30T22:43:41.446Z Downloaded sync-ptr v0.1.4
7862026-01-30T22:43:41.446Z Downloaded sqlformat v0.3.5
7872026-01-30T22:43:41.446Z Downloaded snafu-derive v0.8.5
7882026-01-30T22:43:41.454Z Downloaded pretty_assertions v1.4.1
7892026-01-30T22:43:41.454Z Downloaded termtree v0.5.1
7902026-01-30T22:43:41.454Z Downloaded ron v0.7.1
7912026-01-30T22:43:41.461Z Downloaded spki v0.7.3
7922026-01-30T22:43:41.461Z Downloaded testing_table v0.3.0
7932026-01-30T22:43:41.469Z Downloaded serde_with_macros v3.16.1
7942026-01-30T22:43:41.469Z Downloaded string_cache v0.8.9
7952026-01-30T22:43:41.469Z Downloaded time-core v0.1.6
7962026-01-30T22:43:41.469Z Downloaded thread_local v1.1.8
7972026-01-30T22:43:41.498Z Downloaded thiserror-impl-no-std v2.0.2
7982026-01-30T22:43:41.499Z Downloaded tinyvec_macros v0.1.1
7992026-01-30T22:43:41.499Z Downloaded static_assertions v1.1.0
8002026-01-30T22:43:41.499Z Downloaded serde_cbor v0.11.2
8012026-01-30T22:43:41.511Z Downloaded smf v0.2.3
8022026-01-30T22:43:41.511Z Downloaded strum_macros v0.24.3
8032026-01-30T22:43:41.511Z Downloaded ron v0.8.1
8042026-01-30T22:43:41.511Z Downloaded strum_macros v0.27.2
8052026-01-30T22:43:41.511Z Downloaded strum_macros v0.26.4
8062026-01-30T22:43:41.511Z Downloaded stringprep v0.1.5
8072026-01-30T22:43:41.511Z Downloaded smallvec v0.6.14
8082026-01-30T22:43:41.511Z Downloaded slog-stdlog v4.1.1
8092026-01-30T22:43:41.512Z Downloaded slog-scope v4.4.0
8102026-01-30T22:43:41.512Z Downloaded slog-json v2.6.1
8112026-01-30T22:43:41.512Z Downloaded slog-async v2.8.0
8122026-01-30T22:43:41.512Z Downloaded siphasher v1.0.1
8132026-01-30T22:43:41.512Z Downloaded iddqd v0.3.16
8142026-01-30T22:43:41.519Z Downloaded ryu v1.0.18
8152026-01-30T22:43:41.519Z Downloaded tagptr v0.2.0
8162026-01-30T22:43:41.520Z Downloaded topological-sort v0.2.2
8172026-01-30T22:43:41.520Z Downloaded hyper-util v0.1.19
8182026-01-30T22:43:41.535Z Downloaded try-lock v0.2.5
8192026-01-30T22:43:41.535Z Downloaded trait-variant v0.1.2
8202026-01-30T22:43:41.536Z Downloaded tower-service v0.3.3
8212026-01-30T22:43:41.536Z Downloaded quinn v0.11.5
8222026-01-30T22:43:41.540Z Downloaded thread-id v5.0.0
8232026-01-30T22:43:41.540Z Downloaded termios v0.3.3
8242026-01-30T22:43:41.541Z Downloaded thiserror-no-std v2.0.2
8252026-01-30T22:43:41.541Z Downloaded unarray v0.1.4
8262026-01-30T22:43:41.541Z Downloaded typify-macro v0.4.3
8272026-01-30T22:43:41.548Z Downloaded tiny-keccak v2.0.2
8282026-01-30T22:43:41.601Z Downloaded unit-prefix v0.5.1
8292026-01-30T22:43:41.601Z Downloaded qorb v0.4.1
8302026-01-30T22:43:41.601Z Downloaded tls_codec_derive v0.4.1
8312026-01-30T22:43:41.618Z Downloaded num-bigint v0.4.6
8322026-01-30T22:43:41.618Z Downloaded usdt-macro v0.6.0
8332026-01-30T22:43:41.618Z Downloaded usdt-attr-macro v0.6.0
8342026-01-30T22:43:41.618Z Downloaded untrusted v0.9.0
8352026-01-30T22:43:41.618Z Downloaded tokio-native-tls v0.3.1
8362026-01-30T22:43:41.618Z Downloaded utf-8 v0.7.6
8372026-01-30T22:43:41.618Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8382026-01-30T22:43:41.618Z Downloaded tokio-tungstenite v0.21.0
8392026-01-30T22:43:41.618Z Downloaded libm v0.2.8
8402026-01-30T22:43:41.618Z Downloaded tokio-rustls v0.25.0
8412026-01-30T22:43:41.618Z Downloaded aho-corasick v1.1.3
8422026-01-30T22:43:41.618Z Downloaded toml_writer v1.0.6+spec-1.1.0
8432026-01-30T22:43:41.618Z Downloaded void v1.0.2
8442026-01-30T22:43:41.618Z Downloaded tokio-tungstenite v0.23.1
8452026-01-30T22:43:41.618Z Downloaded tracing-attributes v0.1.27
8462026-01-30T22:43:41.618Z Downloaded term v1.1.0
8472026-01-30T22:43:41.618Z Downloaded term v0.7.0
8482026-01-30T22:43:41.618Z Downloaded waitgroup v0.1.2
8492026-01-30T22:43:41.618Z Downloaded wait-timeout v0.2.0
8502026-01-30T22:43:41.618Z Downloaded vte_generate_state_changes v0.1.2
8512026-01-30T22:43:41.619Z Downloaded mio v1.0.2
8522026-01-30T22:43:41.626Z Downloaded itertools v0.12.1
8532026-01-30T22:43:41.626Z Downloaded universal-hash v0.5.1
8542026-01-30T22:43:41.626Z Downloaded unicase v2.8.1
8552026-01-30T22:43:41.626Z Downloaded want v0.3.1
8562026-01-30T22:43:41.626Z Downloaded publicsuffix v2.3.0
8572026-01-30T22:43:41.626Z Downloaded tinyvec v1.8.0
8582026-01-30T22:43:41.631Z Downloaded usdt v0.6.0
8592026-01-30T22:43:41.631Z Downloaded signal-hook v0.3.18
8602026-01-30T22:43:41.631Z Downloaded xshell-macros v0.2.7
8612026-01-30T22:43:41.635Z Downloaded which v4.4.2
8622026-01-30T22:43:41.635Z Downloaded rsa v0.9.8
8632026-01-30T22:43:41.640Z Downloaded usdt-impl v0.6.0
8642026-01-30T22:43:41.646Z Downloaded aes-gcm v0.10.3
8652026-01-30T22:43:41.646Z Downloaded similar v2.7.0
8662026-01-30T22:43:41.651Z Downloaded tokio-rustls v0.24.1
8672026-01-30T22:43:41.655Z Downloaded samael v0.0.19
8682026-01-30T22:43:41.661Z Downloaded zeroize_derive v1.4.2
8692026-01-30T22:43:41.661Z Downloaded vergen-lib v0.1.6
8702026-01-30T22:43:41.665Z Downloaded h2 v0.4.6
8712026-01-30T22:43:41.669Z Downloaded snafu v0.8.5
8722026-01-30T22:43:41.673Z Downloaded zone v0.3.1
8732026-01-30T22:43:41.679Z Downloaded zone v0.1.8
8742026-01-30T22:43:41.679Z Downloaded vergen-git2 v1.0.7
8752026-01-30T22:43:41.680Z Downloaded test-strategy v0.4.3
8762026-01-30T22:43:41.684Z Downloaded zone_cfg_derive v0.3.0
8772026-01-30T22:43:41.684Z Downloaded walkdir v2.5.0
8782026-01-30T22:43:41.684Z Downloaded zone_cfg_derive v0.1.2
8792026-01-30T22:43:41.684Z Downloaded unicode-properties v0.1.3
8802026-01-30T22:43:41.689Z Downloaded twox-hash v2.1.0
8812026-01-30T22:43:41.689Z Downloaded typify v0.2.0
8822026-01-30T22:43:41.693Z Downloaded schemars v0.9.0
8832026-01-30T22:43:41.708Z Downloaded xshell v0.2.7
8842026-01-30T22:43:41.715Z Downloaded vergen v9.0.6
8852026-01-30T22:43:41.715Z Downloaded toml v0.9.11+spec-1.1.0
8862026-01-30T22:43:41.715Z Downloaded xz2 v0.1.7
8872026-01-30T22:43:41.715Z Downloaded tokio-rustls v0.26.0
8882026-01-30T22:43:41.715Z Downloaded aws-lc-rs v1.12.4
8892026-01-30T22:43:41.724Z Downloaded zstd-safe v7.2.3
8902026-01-30T22:43:41.728Z Downloaded tracing-core v0.1.32
8912026-01-30T22:43:41.731Z Downloaded tungstenite v0.21.0
8922026-01-30T22:43:41.731Z Downloaded unicode-bidi v0.3.17
8932026-01-30T22:43:41.734Z Downloaded russh v0.45.0
8942026-01-30T22:43:41.739Z Downloaded zstd v0.13.3
8952026-01-30T22:43:41.742Z Downloaded typify v0.4.3
8962026-01-30T22:43:41.746Z Downloaded itertools v0.14.0
8972026-01-30T22:43:41.756Z Downloaded yasna v0.5.2
8982026-01-30T22:43:41.759Z Downloaded rustyline v14.0.0
8992026-01-30T22:43:41.763Z Downloaded zeroize v1.8.1
9002026-01-30T22:43:41.763Z Downloaded vsss-rs v3.3.4
9012026-01-30T22:43:41.767Z Downloaded value-bag v1.12.0
9022026-01-30T22:43:41.771Z Downloaded uzers v0.12.1
9032026-01-30T22:43:41.771Z Downloaded hkdf v0.12.4
9042026-01-30T22:43:41.774Z Downloaded zerocopy v0.6.6
9052026-01-30T22:43:41.778Z Downloaded p521 v0.13.3
9062026-01-30T22:43:41.782Z Downloaded vte v0.11.1
9072026-01-30T22:43:41.782Z Downloaded unsafe-libyaml v0.2.11
9082026-01-30T22:43:41.787Z Downloaded steno v0.4.1
9092026-01-30T22:43:41.791Z Downloaded tungstenite v0.23.0
9102026-01-30T22:43:41.794Z Downloaded xattr v1.3.1
9112026-01-30T22:43:41.794Z Downloaded wyz v0.5.1
9122026-01-30T22:43:41.798Z Downloaded whoami v1.5.2
9132026-01-30T22:43:41.798Z Downloaded uuid v1.19.0
9142026-01-30T22:43:41.802Z Downloaded rpassword v7.4.0
9152026-01-30T22:43:41.805Z Downloaded toml v0.7.8
9162026-01-30T22:43:41.812Z Downloaded tokio-stream v0.1.17
9172026-01-30T22:43:41.816Z Downloaded tracing v0.1.40
9182026-01-30T22:43:41.816Z Downloaded toml_edit v0.19.15
9192026-01-30T22:43:41.835Z Downloaded zopfli v0.8.1
9202026-01-30T22:43:41.846Z Downloaded reedline v0.40.0
9212026-01-30T22:43:41.850Z Downloaded unicode_categories v0.1.1
9222026-01-30T22:43:41.850Z Downloaded vergen-gitcl v1.0.8
9232026-01-30T22:43:41.850Z Downloaded toml_parser v1.0.6+spec-1.1.0
9242026-01-30T22:43:41.850Z Downloaded zip v0.6.6
9252026-01-30T22:43:41.855Z Downloaded tokio-postgres v0.7.13
9262026-01-30T22:43:41.860Z Downloaded git2 v0.20.2
9272026-01-30T22:43:41.865Z Downloaded p384 v0.13.1
9282026-01-30T22:43:41.871Z Downloaded tar v0.4.44
9292026-01-30T22:43:41.875Z Downloaded rayon v1.10.0
9302026-01-30T22:43:41.884Z Downloaded yansi v1.0.1
9312026-01-30T22:43:41.887Z Downloaded goblin v0.10.2
9322026-01-30T22:43:41.893Z Downloaded zerocopy-derive v0.8.27
9332026-01-30T22:43:41.900Z Downloaded tower v0.5.2
9342026-01-30T22:43:41.911Z Downloaded typed-path v0.9.3
9352026-01-30T22:43:41.916Z Downloaded curve25519-dalek v4.1.3
9362026-01-30T22:43:41.925Z Downloaded tower-http v0.6.6
9372026-01-30T22:43:41.935Z Downloaded salty v0.3.0
9382026-01-30T22:43:41.940Z Downloaded x509-cert v0.2.5
9392026-01-30T22:43:41.945Z Downloaded unicode-segmentation v1.12.0
9402026-01-30T22:43:41.949Z Downloaded serde_with v3.16.1
9412026-01-30T22:43:41.962Z Downloaded zip v4.2.0
9422026-01-30T22:43:41.966Z Downloaded petname v2.0.2
9432026-01-30T22:43:41.971Z Downloaded unicode-normalization v0.1.24
9442026-01-30T22:43:41.975Z Downloaded tough v0.20.0
9452026-01-30T22:43:41.983Z Downloaded proptest v1.7.0
9462026-01-30T22:43:41.992Z Downloaded rustls-webpki v0.102.8
9472026-01-30T22:43:42.011Z Downloaded time v0.3.43
9482026-01-30T22:43:42.019Z Downloaded sqlparser v0.45.0
9492026-01-30T22:43:42.028Z Downloaded object v0.30.4
9502026-01-30T22:43:42.034Z Downloaded winnow v0.5.40
9512026-01-30T22:43:42.042Z Downloaded openssl v0.10.73
9522026-01-30T22:43:42.050Z Downloaded winnow v0.6.26
9532026-01-30T22:43:42.060Z Downloaded radix_trie v0.2.1
9542026-01-30T22:43:42.065Z Downloaded nix v0.28.0
9552026-01-30T22:43:42.077Z Downloaded tabled v0.20.0
9562026-01-30T22:43:42.095Z Downloaded zlib-rs v0.5.1
9572026-01-30T22:43:42.099Z Downloaded tabled v0.18.0
9582026-01-30T22:43:42.122Z Downloaded regex-syntax v0.6.29
9592026-01-30T22:43:42.126Z Downloaded diesel v2.2.12
9602026-01-30T22:43:42.140Z Downloaded vcpkg v0.2.15
9612026-01-30T22:43:42.178Z Downloaded webpki-roots v1.0.1
9622026-01-30T22:43:42.181Z Downloaded smoltcp v0.9.1
9632026-01-30T22:43:42.191Z Downloaded zerocopy v0.8.27
9642026-01-30T22:43:42.212Z Downloaded rustls v0.23.19
9652026-01-30T22:43:42.222Z Downloaded rustls v0.22.4
9662026-01-30T22:43:42.235Z Downloaded openapiv3 v2.2.0
9672026-01-30T22:43:42.248Z Downloaded regex-syntax v0.8.5
9682026-01-30T22:43:42.253Z Downloaded smoltcp v0.11.0
9692026-01-30T22:43:42.265Z Downloaded hickory-proto v0.25.2
9702026-01-30T22:43:42.281Z Downloaded regress v0.10.4
9712026-01-30T22:43:42.289Z Downloaded object v0.36.5
9722026-01-30T22:43:42.299Z Downloaded nix v0.30.1
9732026-01-30T22:43:42.312Z Downloaded hickory-proto v0.24.4
9742026-01-30T22:43:42.326Z Downloaded dropshot v0.16.7
9752026-01-30T22:43:42.348Z Downloaded bstr v1.10.0
9762026-01-30T22:43:42.357Z Downloaded ratatui v0.29.0
9772026-01-30T22:43:42.376Z Downloaded sled v0.34.7
9782026-01-30T22:43:42.386Z Downloaded typify-impl v0.4.3
9792026-01-30T22:43:42.400Z Downloaded typify-impl v0.2.0
9802026-01-30T22:43:42.411Z Downloaded nix v0.29.0
9812026-01-30T22:43:42.422Z Downloaded bzip2-sys v0.1.13+1.0.8
9822026-01-30T22:43:42.434Z Downloaded polar-core v0.27.3
9832026-01-30T22:43:42.441Z Downloaded zerocopy-derive v0.6.6
9842026-01-30T22:43:42.450Z Downloaded regex-automata v0.4.11
9852026-01-30T22:43:42.465Z Downloaded rustls v0.21.12
9862026-01-30T22:43:42.475Z Downloaded petgraph v0.6.5
9872026-01-30T22:43:42.492Z Downloaded jiff v0.2.15
9882026-01-30T22:43:42.507Z Downloaded chrono-tz v0.10.4
9892026-01-30T22:43:42.524Z Downloaded lzma-sys v0.1.20
9902026-01-30T22:43:42.552Z Downloaded nix v0.27.1
9912026-01-30T22:43:42.561Z Downloaded petgraph v0.8.2
9922026-01-30T22:43:42.581Z Downloaded gimli v0.31.1
9932026-01-30T22:43:42.587Z Downloaded moka v0.12.10
9942026-01-30T22:43:42.598Z Downloaded quinn-proto v0.11.8
9952026-01-30T22:43:42.602Z Downloaded libz-sys v1.1.20
9962026-01-30T22:43:42.624Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
9972026-01-30T22:43:42.637Z Downloaded csv v1.3.1
9982026-01-30T22:43:42.655Z Downloaded quick-xml v0.37.2
9992026-01-30T22:43:42.660Z Downloaded sha3 v0.10.8
10002026-01-30T22:43:42.664Z Downloaded tokio-util v0.7.15
10012026-01-30T22:43:42.670Z Downloaded rustls-webpki v0.101.7
10022026-01-30T22:43:42.683Z Downloaded tokio v1.49.0
10032026-01-30T22:43:42.718Z Downloaded bindgen v0.71.1
10042026-01-30T22:43:42.724Z Downloaded ssh-key v0.6.6
10052026-01-30T22:43:42.730Z Downloaded regex v1.11.3
10062026-01-30T22:43:42.737Z Downloaded lalrpop v0.19.12
10072026-01-30T22:43:42.746Z Downloaded reqwest v0.12.24
10082026-01-30T22:43:42.753Z Downloaded portable-atomic v1.11.0
10092026-01-30T22:43:42.757Z Downloaded chrono v0.4.43
10102026-01-30T22:43:42.764Z Downloaded rand v0.9.2
10112026-01-30T22:43:42.768Z Downloaded schemars v1.0.4
10122026-01-30T22:43:42.780Z Downloaded libxml v0.3.3
10132026-01-30T22:43:42.786Z Downloaded futures-util v0.3.31
10142026-01-30T22:43:42.796Z Downloaded num-bigint-dig v0.8.6
10152026-01-30T22:43:42.801Z Downloaded subprocess v0.2.9
10162026-01-30T22:43:42.805Z Downloaded tui-tree-widget v0.23.1
10172026-01-30T22:43:42.808Z Downloaded itertools v0.13.0
10182026-01-30T22:43:42.812Z Downloaded itertools v0.10.5
10192026-01-30T22:43:42.816Z Downloaded hyper v1.8.1
10202026-01-30T22:43:42.822Z Downloaded iri-string v0.7.8
10212026-01-30T22:43:42.827Z Downloaded socket2 v0.6.1
10222026-01-30T22:43:42.831Z Downloaded socket2 v0.5.10
10232026-01-30T22:43:42.835Z Downloaded slog v2.8.2
10242026-01-30T22:43:42.835Z Downloaded rustls-pki-types v1.10.0
10252026-01-30T22:43:42.840Z Downloaded hashbrown v0.15.4
10262026-01-30T22:43:42.843Z Downloaded bitvec v1.0.1
10272026-01-30T22:43:42.857Z Downloaded encoding_rs v0.8.34
10282026-01-30T22:43:42.877Z Downloaded rand v0.8.5
10292026-01-30T22:43:42.896Z Downloaded tokio-macros v2.6.0
10302026-01-30T22:43:42.896Z Downloaded schemars v0.8.22
10312026-01-30T22:43:42.896Z Downloaded untrusted v0.7.1
10322026-01-30T22:43:42.896Z Downloaded unicode-truncate v1.1.0
10332026-01-30T22:43:42.899Z Downloaded tokio-dtrace v0.1.0
10342026-01-30T22:43:42.899Z Downloaded tls_codec v0.4.1
10352026-01-30T22:43:42.899Z Downloaded nom v7.1.3
10362026-01-30T22:43:42.899Z Downloaded support-bundle-viewer v0.1.2
10372026-01-30T22:43:42.900Z Downloaded typify-macro v0.2.0
10382026-01-30T22:43:42.905Z Downloaded time-macros v0.2.24
10392026-01-30T22:43:42.905Z Downloaded ring v0.17.14
10402026-01-30T22:43:42.940Z Downloaded spin v0.9.8
10412026-01-30T22:43:42.945Z Downloaded serde_yaml v0.9.34+deprecated
10422026-01-30T22:43:42.949Z Downloaded tower-layer v0.3.3
10432026-01-30T22:43:42.949Z Downloaded rcgen v0.12.1
10442026-01-30T22:43:42.957Z Downloaded rayon-core v1.12.1
10452026-01-30T22:43:42.957Z Downloaded russh-keys v0.45.0
10462026-01-30T22:43:42.957Z Downloaded serde-hex v0.1.0
10472026-01-30T22:43:42.957Z Downloaded progenitor-impl v0.10.0
10482026-01-30T22:43:42.957Z Downloaded http v1.4.0
10492026-01-30T22:43:42.961Z Downloaded hickory-server v0.25.2
10502026-01-30T22:43:42.965Z Downloaded progenitor-impl v0.11.2
10512026-01-30T22:43:42.982Z Downloaded sec1 v0.7.3
10522026-01-30T22:43:42.982Z Downloaded prefix-trie v0.7.0
10532026-01-30T22:43:43.008Z Downloaded p256 v0.13.2
10542026-01-30T22:43:43.008Z Downloaded minimal-lexical v0.2.1
10552026-01-30T22:43:43.008Z Downloaded expectorate v1.2.0
10562026-01-30T22:43:43.008Z Downloaded signature v2.2.0
10572026-01-30T22:43:43.008Z Downloaded schemars_derive v0.8.22
10582026-01-30T22:43:43.008Z Downloaded rusty-fork v0.3.0
10592026-01-30T22:43:43.008Z Downloaded rustc-demangle v0.1.24
10602026-01-30T22:43:43.008Z Downloaded libgit2-sys v0.18.2+1.9.1
10612026-01-30T22:43:43.033Z Downloaded rtoolbox v0.0.2
10622026-01-30T22:43:43.039Z Downloaded papergrid v0.17.0
10632026-01-30T22:43:43.042Z Downloaded papergrid v0.14.0
10642026-01-30T22:43:43.042Z Downloaded serde-big-array v0.5.1
10652026-01-30T22:43:43.046Z Downloaded seq-macro v0.3.6
10662026-01-30T22:43:43.046Z Downloaded hashbrown v0.13.2
10672026-01-30T22:43:43.053Z Downloaded scopeguard v1.2.0
10682026-01-30T22:43:43.053Z Downloaded hashbrown v0.12.3
10692026-01-30T22:43:43.057Z Downloaded oso v0.27.3
10702026-01-30T22:43:43.057Z Downloaded sapling-renderdag v0.1.0
10712026-01-30T22:43:43.064Z Downloaded pkcs1 v0.7.5
10722026-01-30T22:43:43.064Z Downloaded salsa20 v0.10.2
10732026-01-30T22:43:43.064Z Downloaded pkcs5 v0.7.1
10742026-01-30T22:43:43.065Z Downloaded heapless v0.7.17
10752026-01-30T22:43:43.069Z Downloaded quinn-udp v0.5.5
10762026-01-30T22:43:43.069Z Downloaded progenitor-macro v0.11.2
10772026-01-30T22:43:43.069Z Downloaded proc-macro-error2 v2.0.1
10782026-01-30T22:43:43.072Z Downloaded primeorder v0.13.6
10792026-01-30T22:43:43.072Z Downloaded paste v1.0.15
10802026-01-30T22:43:43.076Z Downloaded parking_lot v0.12.3
10812026-01-30T22:43:43.076Z Downloaded progenitor v0.8.0
10822026-01-30T22:43:43.084Z Downloaded owo-colors v4.2.2
10832026-01-30T22:43:43.084Z Downloaded bumpalo v3.16.0
10842026-01-30T22:43:43.084Z Downloaded miniz_oxide v0.8.5
10852026-01-30T22:43:43.095Z Downloaded base64 v0.21.7
10862026-01-30T22:43:43.095Z Downloaded derive_more-impl v2.0.1
10872026-01-30T22:43:43.101Z Downloaded darling_core v0.21.0
10882026-01-30T22:43:43.101Z Downloaded pkcs8 v0.10.2
10892026-01-30T22:43:43.101Z Downloaded pin-project-lite v0.2.14
10902026-01-30T22:43:43.105Z Downloaded phf v0.12.1
10912026-01-30T22:43:43.106Z Downloaded indicatif v0.18.0
10922026-01-30T22:43:43.106Z Downloaded flate2 v1.1.2
10932026-01-30T22:43:43.111Z Downloaded crypto-bigint v0.5.5
10942026-01-30T22:43:43.115Z Downloaded rand_chacha v0.3.1
10952026-01-30T22:43:43.120Z Downloaded pkg-config v0.3.31
10962026-01-30T22:43:43.120Z Downloaded phf v0.11.2
10972026-01-30T22:43:43.120Z Downloaded pem-rfc7468 v0.7.0
10982026-01-30T22:43:43.132Z Downloaded omicron-zone-package v0.12.2
10992026-01-30T22:43:43.132Z Downloaded litrs v0.4.1
11002026-01-30T22:43:43.141Z Downloaded num-rational v0.4.2
11012026-01-30T22:43:43.141Z Downloaded headers v0.4.1
11022026-01-30T22:43:43.141Z Downloaded quick-error v1.2.3
11032026-01-30T22:43:43.141Z Downloaded pem v3.0.5
11042026-01-30T22:43:43.141Z Downloaded progenitor-macro v0.8.0
11052026-01-30T22:43:43.141Z Downloaded progenitor-client v0.8.0
11062026-01-30T22:43:43.141Z Downloaded proc-macro-error-attr2 v2.0.0
11072026-01-30T22:43:43.141Z Downloaded proc-macro-crate v1.3.1
11082026-01-30T22:43:43.141Z Downloaded peg-macros v0.8.5
11092026-01-30T22:43:43.147Z Downloaded password-hash v0.5.0
11102026-01-30T22:43:43.147Z Downloaded parking_lot_core v0.9.10
11112026-01-30T22:43:43.147Z Downloaded progenitor-client v0.10.0
11122026-01-30T22:43:43.147Z Downloaded parse-display-derive v0.10.0
11132026-01-30T22:43:43.147Z Downloaded packed_struct v0.10.1
11142026-01-30T22:43:43.148Z Downloaded native-tls v0.2.12
11152026-01-30T22:43:43.148Z Downloaded elliptic-curve v0.13.8
11162026-01-30T22:43:43.152Z Downloaded backtrace v0.3.74
11172026-01-30T22:43:43.162Z Downloaded ed25519-dalek v2.1.1
11182026-01-30T22:43:43.162Z Downloaded bytes v1.10.1
11192026-01-30T22:43:43.162Z Downloaded predicates-core v1.0.8
11202026-01-30T22:43:43.162Z Downloaded libefi-sys v0.1.0
11212026-01-30T22:43:43.162Z Downloaded ignore v0.4.23
11222026-01-30T22:43:43.172Z Downloaded precomputed-hash v0.1.1
11232026-01-30T22:43:43.172Z Downloaded powerfmt v0.2.0
11242026-01-30T22:43:43.172Z Downloaded crc-any v2.5.0
11252026-01-30T22:43:43.172Z Downloaded oxide-tokio-rt v0.1.2
11262026-01-30T22:43:43.172Z Downloaded compact_str v0.8.0
11272026-01-30T22:43:43.177Z Downloaded arc-swap v1.7.1
11282026-01-30T22:43:43.177Z Downloaded indexmap v1.9.3
11292026-01-30T22:43:43.177Z Downloaded flume v0.11.1
11302026-01-30T22:43:43.181Z Downloaded dropshot-api-manager v0.2.4
11312026-01-30T22:43:43.181Z Downloaded const_format v0.2.34
11322026-01-30T22:43:43.185Z Downloaded num-integer v0.1.46
11332026-01-30T22:43:43.189Z Downloaded half v2.4.1
11342026-01-30T22:43:43.189Z Downloaded mime_guess v2.0.5
11352026-01-30T22:43:43.192Z Downloaded mime v0.3.17
11362026-01-30T22:43:43.193Z Downloaded diesel_derives v2.2.3
11372026-01-30T22:43:43.201Z Downloaded multer v3.1.0
11382026-01-30T22:43:43.201Z Downloaded fatfs v0.3.6
11392026-01-30T22:43:43.201Z Downloaded dropshot_endpoint v0.16.7
11402026-01-30T22:43:43.207Z Downloaded base64 v0.22.1
11412026-01-30T22:43:43.207Z Downloaded ingot-macros v0.1.1
11422026-01-30T22:43:43.207Z Downloaded linear-map v1.2.0
11432026-01-30T22:43:43.207Z Downloaded libz-rs-sys v0.5.1
11442026-01-30T22:43:43.213Z Downloaded libsw v3.5.0
11452026-01-30T22:43:43.213Z Downloaded crossbeam-epoch v0.9.18
11462026-01-30T22:43:43.213Z Downloaded const-oid v0.9.6
11472026-01-30T22:43:43.219Z Downloaded clang-sys v1.8.1
11482026-01-30T22:43:43.219Z Downloaded hyper-rustls v0.27.7
11492026-01-30T22:43:43.219Z Downloaded httparse v1.9.5
11502026-01-30T22:43:43.223Z Downloaded http-body-util v0.1.3
11512026-01-30T22:43:43.223Z Downloaded hickory-client v0.25.2
11522026-01-30T22:43:43.223Z Downloaded num-derive v0.4.2
11532026-01-30T22:43:43.228Z Downloaded num v0.4.3
11542026-01-30T22:43:43.228Z Downloaded nodrop v0.1.14
11552026-01-30T22:43:43.228Z Downloaded newtype_derive v0.1.6
11562026-01-30T22:43:43.228Z Downloaded num-conv v0.1.0
11572026-01-30T22:43:43.228Z Downloaded normalize-line-endings v0.3.0
11582026-01-30T22:43:43.228Z Downloaded hmac v0.12.1
11592026-01-30T22:43:43.232Z Downloaded half v1.8.3
11602026-01-30T22:43:43.232Z Downloaded diff v0.1.13
11612026-01-30T22:43:43.235Z Downloaded derive_more v0.99.20
11622026-01-30T22:43:43.240Z Downloaded internet-checksum v0.2.1
11632026-01-30T22:43:43.240Z Downloaded newtype-uuid-macros v0.1.0
11642026-01-30T22:43:43.240Z Downloaded multimap v0.10.1
11652026-01-30T22:43:43.240Z Downloaded memoffset v0.9.1
11662026-01-30T22:43:43.244Z Downloaded darling_core v0.20.10
11672026-01-30T22:43:43.244Z Downloaded blake2 v0.10.6
11682026-01-30T22:43:43.248Z Downloaded allocator-api2 v0.2.21
11692026-01-30T22:43:43.248Z Downloaded ipnetwork v0.21.1
11702026-01-30T22:43:43.254Z Downloaded ingot-types v0.1.2
11712026-01-30T22:43:43.254Z Downloaded ingot v0.1.1
11722026-01-30T22:43:43.254Z Downloaded indoc v2.0.6
11732026-01-30T22:43:43.258Z Downloaded fallible-iterator v0.2.0
11742026-01-30T22:43:43.258Z Downloaded maplit v1.0.2
11752026-01-30T22:43:43.258Z Downloaded lzss v0.8.2
11762026-01-30T22:43:43.258Z Downloaded filetime v0.2.26
11772026-01-30T22:43:43.263Z Downloaded ecdsa v0.16.9
11782026-01-30T22:43:43.263Z Downloaded darling v0.21.0
11792026-01-30T22:43:43.266Z Downloaded lru v0.12.5
11802026-01-30T22:43:43.266Z Downloaded getrandom v0.2.15
11812026-01-30T22:43:43.270Z Downloaded cancel-safe-futures v0.1.5
11822026-01-30T22:43:43.270Z Downloaded cookie_store v0.21.1
11832026-01-30T22:43:43.273Z Downloaded ciborium v0.2.2
11842026-01-30T22:43:43.274Z Downloaded bzip2 v0.5.2
11852026-01-30T22:43:43.279Z Downloaded cookie v0.18.1
11862026-01-30T22:43:43.279Z Downloaded console v0.16.0
11872026-01-30T22:43:43.283Z Downloaded colored v3.0.0
11882026-01-30T22:43:43.283Z Downloaded arrayvec v0.7.6
11892026-01-30T22:43:43.287Z Downloaded lazy_static v1.5.0
11902026-01-30T22:43:43.287Z Downloaded lalrpop-util v0.19.12
11912026-01-30T22:43:43.287Z Downloaded kstat-rs v0.2.4
11922026-01-30T22:43:43.287Z Downloaded highway v1.3.0
11932026-01-30T22:43:43.291Z Downloaded futures v0.3.31
11942026-01-30T22:43:43.295Z Downloaded inout v0.1.3
11952026-01-30T22:43:43.295Z Downloaded indoc v1.0.9
11962026-01-30T22:43:43.295Z Downloaded console v0.15.10
11972026-01-30T22:43:43.299Z Downloaded async-bb8-diesel v0.2.1
11982026-01-30T22:43:43.299Z Downloaded indent_write v2.2.0
11992026-01-30T22:43:43.304Z Downloaded impl-trait-for-tuples v0.2.2
12002026-01-30T22:43:43.304Z Downloaded futures-executor v0.3.31
12012026-01-30T22:43:43.308Z Downloaded erased-serde v0.3.31
12022026-01-30T22:43:43.308Z Downloaded globset v0.4.15
12032026-01-30T22:43:43.308Z Downloaded glob v0.3.2
12042026-01-30T22:43:43.308Z Downloaded foldhash v0.2.0
12052026-01-30T22:43:43.312Z Downloaded daft-derive v0.1.4
12062026-01-30T22:43:43.312Z Downloaded foldhash v0.1.5
12072026-01-30T22:43:43.316Z Downloaded ed25519 v2.2.3
12082026-01-30T22:43:43.316Z Downloaded derive-ex v0.1.8
12092026-01-30T22:43:43.319Z Downloaded deranged v0.5.3
12102026-01-30T22:43:43.319Z Downloaded data-encoding v2.9.0
12112026-01-30T22:43:43.320Z Downloaded base64ct v1.6.0
12122026-01-30T22:43:43.324Z Downloaded cargo_metadata v0.19.2
12132026-01-30T22:43:43.324Z Downloaded cmake v0.1.51
12142026-01-30T22:43:43.327Z Downloaded httpdate v1.0.3
12152026-01-30T22:43:43.327Z Downloaded http-range v0.1.5
12162026-01-30T22:43:43.327Z Downloaded hostname v0.3.1
12172026-01-30T22:43:43.327Z Downloaded cipher v0.4.4
12182026-01-30T22:43:43.332Z Downloaded cargo-platform v0.1.8
12192026-01-30T22:43:43.333Z Downloaded blowfish v0.9.1
12202026-01-30T22:43:43.333Z Downloaded hex-literal v0.4.1
12212026-01-30T22:43:43.333Z Downloaded globwalk v0.9.1
12222026-01-30T22:43:43.336Z Downloaded hubpack_derive v0.1.1
12232026-01-30T22:43:43.336Z Downloaded home v0.5.9
12242026-01-30T22:43:43.336Z Downloaded hex v0.4.3
12252026-01-30T22:43:43.336Z Downloaded fixedbitset v0.5.7
12262026-01-30T22:43:43.337Z Downloaded either v1.15.0
12272026-01-30T22:43:43.340Z Downloaded derive-where v1.5.0
12282026-01-30T22:43:43.344Z Downloaded defmt v0.3.8
12292026-01-30T22:43:43.344Z Downloaded hash32 v0.3.1
12302026-01-30T22:43:43.347Z Downloaded hash32 v0.2.1
12312026-01-30T22:43:43.348Z Downloaded dtrace-parser v0.3.0
12322026-01-30T22:43:43.348Z Downloaded der_derive v0.7.3
12332026-01-30T22:43:43.348Z Downloaded convert_case v0.7.1
12342026-01-30T22:43:43.352Z Downloaded cexpr v0.6.0
12352026-01-30T22:43:43.353Z Downloaded bitfield v0.19.2
12362026-01-30T22:43:43.353Z Downloaded defmt-macros v0.3.9
12372026-01-30T22:43:43.357Z Downloaded daft v0.1.4
12382026-01-30T22:43:43.357Z Downloaded crc v3.2.1
12392026-01-30T22:43:43.361Z Downloaded atomicwrites v0.4.4
12402026-01-30T22:43:43.362Z Downloaded foreign-types-macros v0.2.3
12412026-01-30T22:43:43.362Z Downloaded foreign-types v0.5.0
12422026-01-30T22:43:43.362Z Downloaded float-cmp v0.10.0
12432026-01-30T22:43:43.362Z Downloaded fd-lock v4.0.2
12442026-01-30T22:43:43.365Z Downloaded dsl_auto_type v0.1.2
12452026-01-30T22:43:43.365Z Downloaded dropshot-api-manager-types v0.2.4
12462026-01-30T22:43:43.365Z Downloaded derive_more v2.0.1
12472026-01-30T22:43:43.372Z Downloaded corncobs v0.1.4
12482026-01-30T22:43:43.375Z Downloaded chacha20 v0.9.1
12492026-01-30T22:43:43.375Z Downloaded cbc v0.1.2
12502026-01-30T22:43:43.380Z Downloaded bitflags v1.3.2
12512026-01-30T22:43:43.380Z Downloaded bcs v0.1.6
12522026-01-30T22:43:43.383Z Downloaded async-recursion v1.1.1
12532026-01-30T22:43:43.384Z Downloaded cobs v0.2.3
12542026-01-30T22:43:43.397Z Downloaded enum-as-inner v0.6.1
12552026-01-30T22:43:43.397Z Downloaded endian-type v0.1.2
12562026-01-30T22:43:43.398Z Downloaded derive_builder_macro v0.20.2
12572026-01-30T22:43:43.398Z Downloaded convert_case v0.4.0
12582026-01-30T22:43:43.398Z Downloaded fxhash v0.2.1
12592026-01-30T22:43:43.398Z Downloaded ena v0.14.3
12602026-01-30T22:43:43.398Z Downloaded crc8 v0.1.1
12612026-01-30T22:43:43.398Z Downloaded constant_time_eq v0.3.1
12622026-01-30T22:43:43.398Z Downloaded array-init v0.0.4
12632026-01-30T22:43:43.398Z Downloaded darling v0.20.10
12642026-01-30T22:43:43.398Z Downloaded darling_macro v0.21.0
12652026-01-30T22:43:43.398Z Downloaded block-padding v0.3.3
12662026-01-30T22:43:43.398Z Downloaded cfg_aliases v0.1.1
12672026-01-30T22:43:43.398Z Downloaded fixedbitset v0.4.2
12682026-01-30T22:43:43.403Z Downloaded embedded-io v0.4.0
12692026-01-30T22:43:43.403Z Downloaded embedded-io v0.6.1
12702026-01-30T22:43:43.403Z Downloaded diesel-dtrace v0.4.2
12712026-01-30T22:43:43.403Z Downloaded derive_builder_core v0.20.2
12722026-01-30T22:43:43.407Z Downloaded async-stream-impl v0.3.6
12732026-01-30T22:43:43.407Z Downloaded assert_matches v1.5.0
12742026-01-30T22:43:43.407Z Downloaded dunce v1.0.5
12752026-01-30T22:43:43.407Z Downloaded bit-set v0.8.0
12762026-01-30T22:43:43.407Z Downloaded defmt-parser v0.3.4
12772026-01-30T22:43:43.411Z Downloaded darling_macro v0.20.10
12782026-01-30T22:43:43.411Z Downloaded ciborium-ll v0.2.2
12792026-01-30T22:43:43.411Z Downloaded bb8 v0.8.5
12802026-01-30T22:43:43.411Z Downloaded float-ord v0.3.2
12812026-01-30T22:43:43.411Z Downloaded debug-ignore v1.0.5
12822026-01-30T22:43:43.415Z Downloaded cstr-argument v0.1.2
12832026-01-30T22:43:43.415Z Downloaded crossterm v0.28.1
12842026-01-30T22:43:43.418Z Downloaded bcrypt-pbkdf v0.10.0
12852026-01-30T22:43:43.423Z Downloaded aead v0.5.2
12862026-01-30T22:43:43.423Z Downloaded csv-core v0.1.11
12872026-01-30T22:43:43.423Z Downloaded blake3 v1.5.4
12882026-01-30T22:43:43.427Z Downloaded display-error-chain v0.2.2
12892026-01-30T22:43:43.431Z Downloaded ciborium-io v0.2.2
12902026-01-30T22:43:43.432Z Downloaded async-stream v0.3.6
12912026-01-30T22:43:43.435Z Downloaded crc-catalog v2.4.0
12922026-01-30T22:43:43.435Z Downloaded atomic-waker v1.1.2
12932026-01-30T22:43:43.435Z Downloaded dirs-sys-next v0.1.2
12942026-01-30T22:43:43.435Z Downloaded ctr v0.9.2
12952026-01-30T22:43:43.435Z Downloaded crossterm v0.29.0
12962026-01-30T22:43:43.440Z Downloaded const_format_proc_macros v0.2.34
12972026-01-30T22:43:43.443Z Downloaded cassowary v0.3.0
12982026-01-30T22:43:43.444Z Downloaded camino-tempfile-ext v0.3.2
12992026-01-30T22:43:43.446Z Downloaded bit-set v0.5.3
13002026-01-30T22:43:43.446Z Downloaded derive_builder v0.20.2
13012026-01-30T22:43:43.449Z Downloaded crunchy v0.2.2
13022026-01-30T22:43:43.452Z Downloaded castaway v0.2.3
13032026-01-30T22:43:43.452Z Downloaded base64 v0.13.1
13042026-01-30T22:43:43.455Z Downloaded base16ct v0.2.0
13052026-01-30T22:43:43.455Z Downloaded crossbeam-deque v0.8.5
13062026-01-30T22:43:43.459Z Downloaded buf-list v1.0.3
13072026-01-30T22:43:43.459Z Downloaded bit-vec v0.6.3
13082026-01-30T22:43:43.461Z Downloaded atty v0.2.14
13092026-01-30T22:43:43.461Z Downloaded ascii-canvas v3.0.0
13102026-01-30T22:43:43.462Z Downloaded argon2 v0.5.3
13112026-01-30T22:43:43.464Z Downloaded bindgen v0.69.5
13122026-01-30T22:43:43.468Z Downloaded bitfield-macros v0.19.2
13132026-01-30T22:43:43.471Z Downloaded ahash v0.8.12
13142026-01-30T22:43:43.471Z Downloaded backoff v0.4.0
13152026-01-30T22:43:43.646Z Downloaded aws-lc-sys v0.26.0
13162026-01-30T22:43:43.966Z Compiling value-bag v1.12.0
13172026-01-30T22:43:43.967Z Compiling lock_api v0.4.12
13182026-01-30T22:43:43.967Z Compiling scopeguard v1.2.0
13192026-01-30T22:43:43.970Z Compiling shlex v1.3.0
13202026-01-30T22:43:43.971Z Compiling typenum v1.17.0
13212026-01-30T22:43:44.157Z Compiling syn v2.0.114
13222026-01-30T22:43:44.174Z Compiling getrandom v0.2.15
13232026-01-30T22:43:44.177Z Compiling jobserver v0.1.32
13242026-01-30T22:43:44.316Z Compiling smallvec v1.15.1
13252026-01-30T22:43:44.601Z Compiling log v0.4.29
13262026-01-30T22:43:44.644Z Compiling rand_core v0.6.4
13272026-01-30T22:43:44.720Z Compiling cc v1.2.30
13282026-01-30T22:43:44.741Z Compiling generic-array v0.14.7
13292026-01-30T22:43:45.104Z Compiling subtle v2.6.1
13302026-01-30T22:43:45.127Z Compiling portable-atomic v1.11.0
13312026-01-30T22:43:45.240Z Compiling critical-section v1.1.3
13322026-01-30T22:43:45.267Z Compiling const-oid v0.9.6
13332026-01-30T22:43:45.437Z Compiling serde_json v1.0.149
13342026-01-30T22:43:45.447Z Compiling getrandom v0.3.4
13352026-01-30T22:43:45.483Z Compiling pkg-config v0.3.31
13362026-01-30T22:43:45.817Z Compiling spin v0.9.8
13372026-01-30T22:43:46.249Z Compiling parking_lot_core v0.9.10
13382026-01-30T22:43:46.664Z Compiling pin-project-lite v0.2.14
13392026-01-30T22:43:46.751Z Compiling regex-syntax v0.8.5
13402026-01-30T22:43:46.855Z Compiling libm v0.2.8
13412026-01-30T22:43:47.246Z Compiling rustix v0.38.37
13422026-01-30T22:43:47.431Z Compiling once_cell v1.21.3
13432026-01-30T22:43:47.584Z Compiling signal-hook-registry v1.4.2
13442026-01-30T22:43:47.834Z Compiling num-traits v0.2.19
13452026-01-30T22:43:47.973Z Compiling allocator-api2 v0.2.21
13462026-01-30T22:43:48.139Z Compiling parking_lot v0.12.3
13472026-01-30T22:43:48.479Z Compiling mio v1.0.2
13482026-01-30T22:43:48.711Z Compiling futures-core v0.3.31
13492026-01-30T22:43:48.742Z Compiling lazy_static v1.5.0
13502026-01-30T22:43:48.894Z Compiling aho-corasick v1.1.3
13512026-01-30T22:43:48.975Z Compiling percent-encoding v2.3.2
13522026-01-30T22:43:49.010Z Compiling socket2 v0.6.1
13532026-01-30T22:43:49.668Z Compiling slab v0.4.9
13542026-01-30T22:43:49.700Z Compiling cpufeatures v0.2.14
13552026-01-30T22:43:49.772Z Compiling glob v0.3.2
13562026-01-30T22:43:49.823Z Compiling futures-sink v0.3.31
13572026-01-30T22:43:49.967Z Compiling hashbrown v0.16.1
13582026-01-30T22:43:50.006Z Compiling futures-channel v0.3.31
13592026-01-30T22:43:50.459Z Compiling prettyplease v0.2.36
13602026-01-30T22:43:50.505Z Compiling rustversion v1.0.22
13612026-01-30T22:43:50.606Z Compiling clang-sys v1.8.1
13622026-01-30T22:43:50.823Z Compiling futures-io v0.3.31
13632026-01-30T22:43:51.104Z Compiling regex-automata v0.4.11
13642026-01-30T22:43:51.130Z Compiling futures-task v0.3.31
13652026-01-30T22:43:51.206Z Compiling either v1.15.0
13662026-01-30T22:43:51.269Z Compiling pin-utils v0.1.0
13672026-01-30T22:43:51.449Z Compiling minimal-lexical v0.2.1
13682026-01-30T22:43:51.534Z Compiling synstructure v0.13.1
13692026-01-30T22:43:51.662Z Compiling indexmap v2.13.0
13702026-01-30T22:43:51.925Z Compiling nom v7.1.3
13712026-01-30T22:43:52.678Z Compiling libloading v0.8.5
13722026-01-30T22:43:52.728Z Compiling home v0.5.9
13732026-01-30T22:43:52.794Z Compiling bindgen v0.69.5
13742026-01-30T22:43:52.977Z Compiling ident_case v1.0.1
13752026-01-30T22:43:53.058Z Compiling base64ct v1.6.0
13762026-01-30T22:43:53.195Z Compiling itertools v0.10.5
13772026-01-30T22:43:53.649Z Compiling pem-rfc7468 v0.7.0
13782026-01-30T22:43:53.845Z Compiling form_urlencoded v1.2.2
13792026-01-30T22:43:54.187Z Compiling flagset v0.4.6
13802026-01-30T22:43:54.303Z Compiling rustc-hash v1.1.0
13812026-01-30T22:43:54.444Z Compiling lazycell v1.3.0
13822026-01-30T22:43:54.487Z Compiling rand_core v0.9.3
13832026-01-30T22:43:54.640Z Compiling cmake v0.1.51
13842026-01-30T22:43:55.071Z Compiling paste v1.0.15
13852026-01-30T22:43:55.404Z Compiling cexpr v0.6.0
13862026-01-30T22:43:55.518Z Compiling dunce v1.0.5
13872026-01-30T22:43:55.613Z Compiling iana-time-zone v0.1.63
13882026-01-30T22:43:55.672Z Compiling foldhash v0.1.5
13892026-01-30T22:43:55.826Z Compiling fs_extra v1.3.0
13902026-01-30T22:43:55.989Z Compiling hashbrown v0.15.4
13912026-01-30T22:43:56.095Z Compiling rustc_version v0.4.1
13922026-01-30T22:43:56.254Z Compiling uuid v1.19.0
13932026-01-30T22:43:56.337Z Compiling zerocopy v0.8.27
13942026-01-30T22:43:56.358Z Compiling serde_derive v1.0.228
13952026-01-30T22:43:56.763Z Compiling zeroize_derive v1.4.2
13962026-01-30T22:43:56.947Z Compiling zerofrom-derive v0.1.4
13972026-01-30T22:43:57.172Z Compiling yoke-derive v0.7.4
13982026-01-30T22:43:57.612Z Compiling zerovec-derive v0.10.3
13992026-01-30T22:43:57.840Z Compiling displaydoc v0.2.5
14002026-01-30T22:43:58.169Z Compiling zeroize v1.8.1
14012026-01-30T22:43:59.578Z Compiling icu_provider_macros v1.5.0
14022026-01-30T22:43:59.862Z Compiling zerocopy-derive v0.7.35
14032026-01-30T22:43:59.980Z Compiling tokio-macros v2.6.0
14042026-01-30T22:44:00.081Z Compiling crypto-common v0.1.6
14052026-01-30T22:44:00.339Z Compiling block-buffer v0.10.4
14062026-01-30T22:44:00.434Z Compiling zerofrom v0.1.4
14072026-01-30T22:44:00.630Z Compiling digest v0.10.7
14082026-01-30T22:44:00.633Z Compiling thiserror-impl v2.0.18
14092026-01-30T22:44:00.697Z Compiling yoke v0.7.4
14102026-01-30T22:44:01.100Z Compiling zerovec v0.10.4
14112026-01-30T22:44:01.150Z Compiling hmac v0.12.1
14122026-01-30T22:44:01.444Z Compiling block-padding v0.3.3
14132026-01-30T22:44:01.502Z Compiling futures-macro v0.3.31
14142026-01-30T22:44:01.531Z Compiling regex v1.11.3
14152026-01-30T22:44:01.717Z Compiling inout v0.1.3
14162026-01-30T22:44:01.845Z Compiling zerocopy v0.7.35
14172026-01-30T22:44:02.026Z Compiling cipher v0.4.4
14182026-01-30T22:44:02.523Z Compiling sha2 v0.10.9
14192026-01-30T22:44:02.602Z Compiling der_derive v0.7.3
14202026-01-30T22:44:03.231Z Compiling tinystr v0.7.6
14212026-01-30T22:44:03.335Z Compiling icu_collections v1.5.0
14222026-01-30T22:44:03.386Z Compiling futures-util v0.3.31
14232026-01-30T22:44:03.389Z Compiling ppv-lite86 v0.2.20
14242026-01-30T22:44:03.686Z Compiling icu_locid v1.5.0
14252026-01-30T22:44:03.936Z Compiling thiserror v2.0.18
14262026-01-30T22:44:03.940Z Compiling serde v1.0.228
14272026-01-30T22:44:04.106Z Compiling pest v2.8.2
14282026-01-30T22:44:04.291Z Compiling salsa20 v0.10.2
14292026-01-30T22:44:04.585Z Compiling pbkdf2 v0.12.2
14302026-01-30T22:44:04.778Z Compiling vcpkg v0.2.15
14312026-01-30T22:44:04.824Z Compiling scrypt v0.11.0
14322026-01-30T22:44:04.945Z Compiling icu_provider v1.5.0
14332026-01-30T22:44:05.352Z Compiling bitflags v2.9.4
14342026-01-30T22:44:05.505Z Compiling bytes v1.10.1
14352026-01-30T22:44:05.756Z Compiling icu_locid_transform v1.5.0
14362026-01-30T22:44:05.892Z Compiling der v0.7.10
14372026-01-30T22:44:06.208Z Compiling chrono v0.4.43
14382026-01-30T22:44:06.427Z Compiling openssl-sys v0.9.109
14392026-01-30T22:44:06.832Z Compiling tokio v1.49.0
14402026-01-30T22:44:07.257Z Compiling icu_properties v1.5.1
14412026-01-30T22:44:07.538Z Compiling pest_meta v2.8.2
14422026-01-30T22:44:08.110Z Compiling spki v0.7.3
14432026-01-30T22:44:08.506Z Compiling http v1.4.0
14442026-01-30T22:44:08.951Z Compiling rand_chacha v0.9.0
14452026-01-30T22:44:08.988Z Compiling aes v0.8.4
14462026-01-30T22:44:09.671Z Compiling which v4.4.2
14472026-01-30T22:44:10.389Z Compiling cbc v0.1.2
14482026-01-30T22:44:10.685Z Compiling zerocopy-derive v0.8.27
14492026-01-30T22:44:10.775Z Compiling pkcs5 v0.7.1
14502026-01-30T22:44:11.782Z Compiling icu_normalizer v1.5.0
14512026-01-30T22:44:11.874Z Compiling rand v0.9.2
14522026-01-30T22:44:11.897Z Compiling pest_generator v2.8.2
14532026-01-30T22:44:12.061Z Compiling tracing-attributes v0.1.27
14542026-01-30T22:44:12.313Z Compiling serde_derive_internals v0.29.1
14552026-01-30T22:44:13.494Z Compiling idna_adapter v1.2.0
14562026-01-30T22:44:13.719Z Compiling idna v1.0.3
14572026-01-30T22:44:13.748Z Compiling ring v0.17.14
14582026-01-30T22:44:13.771Z Compiling tracing-core v0.1.32
14592026-01-30T22:44:14.615Z Compiling url v2.5.4
14602026-01-30T22:44:14.906Z Compiling rustix v1.1.3
14612026-01-30T22:44:15.034Z Compiling aws-lc-rs v1.12.4
14622026-01-30T22:44:15.246Z Compiling adler2 v2.0.0
14632026-01-30T22:44:15.352Z Compiling schemars v0.8.22
14642026-01-30T22:44:15.476Z Compiling miniz_oxide v0.8.5
14652026-01-30T22:44:15.522Z Compiling tracing v0.1.40
14662026-01-30T22:44:15.742Z Compiling tokio-util v0.7.15
14672026-01-30T22:44:16.061Z Compiling schemars_derive v0.8.22
14682026-01-30T22:44:16.357Z Compiling pest_derive v2.8.2
14692026-01-30T22:44:16.878Z Compiling pkcs8 v0.10.2
14702026-01-30T22:44:17.177Z Compiling http-body v1.0.1
14712026-01-30T22:44:17.453Z Compiling scroll_derive v0.13.1
14722026-01-30T22:44:17.508Z Compiling darling_core v0.20.10
14732026-01-30T22:44:17.794Z Compiling rustls-pki-types v1.10.0
14742026-01-30T22:44:18.052Z Compiling tinyvec_macros v0.1.1
14752026-01-30T22:44:18.172Z Compiling httparse v1.9.5
14762026-01-30T22:44:18.796Z Compiling dyn-clone v1.0.20
14772026-01-30T22:44:18.918Z Compiling base64 v0.22.1
14782026-01-30T22:44:19.068Z Compiling tinyvec v1.8.0
14792026-01-30T22:44:19.414Z Compiling scroll v0.13.0
14802026-01-30T22:44:19.972Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14812026-01-30T22:44:20.609Z Compiling bzip2-sys v0.1.13+1.0.8
14822026-01-30T22:44:20.752Z Compiling foreign-types-shared v0.1.1
14832026-01-30T22:44:20.803Z Compiling tower-service v0.3.3
14842026-01-30T22:44:20.890Z Compiling untrusted v0.7.1
14852026-01-30T22:44:20.955Z Compiling openssl-probe v0.1.5
14862026-01-30T22:44:21.095Z Compiling num-conv v0.1.0
14872026-01-30T22:44:21.114Z Compiling try-lock v0.2.5
14882026-01-30T22:44:21.256Z Compiling time-core v0.1.6
14892026-01-30T22:44:21.294Z Compiling powerfmt v0.2.0
14902026-01-30T22:44:21.365Z Compiling tower-layer v0.3.3
14912026-01-30T22:44:21.401Z Compiling openssl v0.10.73
14922026-01-30T22:44:21.598Z Compiling atomic-waker v1.1.2
14932026-01-30T22:44:21.687Z Compiling untrusted v0.9.0
14942026-01-30T22:44:21.709Z Compiling time-macros v0.2.24
14952026-01-30T22:44:21.808Z Compiling h2 v0.4.6
14962026-01-30T22:44:21.900Z Compiling tempfile v3.24.0
14972026-01-30T22:44:22.214Z Compiling deranged v0.5.3
14982026-01-30T22:44:22.574Z Compiling want v0.3.1
14992026-01-30T22:44:22.859Z Compiling foreign-types v0.3.2
15002026-01-30T22:44:23.366Z Compiling darling_macro v0.20.10
15012026-01-30T22:44:24.293Z Compiling darling v0.20.10
15022026-01-30T22:44:24.318Z Compiling goblin v0.10.2
15032026-01-30T22:44:24.866Z Compiling ipnet v2.11.0
15042026-01-30T22:44:25.071Z Compiling openssl-macros v0.1.1
15052026-01-30T22:44:25.695Z Compiling socket2 v0.5.10
15062026-01-30T22:44:25.882Z Compiling wait-timeout v0.2.0
15072026-01-30T22:44:25.990Z Compiling crossbeam-utils v0.8.21
15082026-01-30T22:44:26.129Z Compiling rustls v0.23.19
15092026-01-30T22:44:26.395Z Compiling num_threads v0.1.7
15102026-01-30T22:44:26.459Z Compiling usdt-impl v0.6.0
15112026-01-30T22:44:26.542Z Compiling gimli v0.31.1
15122026-01-30T22:44:26.565Z Compiling syn v1.0.109
15132026-01-30T22:44:26.586Z Compiling httpdate v1.0.3
15142026-01-30T22:44:26.814Z Compiling quick-error v1.2.3
15152026-01-30T22:44:26.990Z Compiling bit-vec v0.8.0
15162026-01-30T22:44:27.019Z Compiling native-tls v0.2.12
15172026-01-30T22:44:27.256Z Compiling rusty-fork v0.3.0
15182026-01-30T22:44:27.443Z Compiling bit-set v0.8.0
15192026-01-30T22:44:27.532Z Compiling time v0.3.43
15202026-01-30T22:44:27.919Z Compiling derive_builder_core v0.20.2
15212026-01-30T22:44:30.101Z Compiling hyper v1.8.1
15222026-01-30T22:44:31.299Z Compiling addr2line v0.24.2
15232026-01-30T22:44:31.391Z Compiling dof v0.4.0
15242026-01-30T22:44:31.858Z Compiling unicode-normalization v0.1.24
15252026-01-30T22:44:31.941Z Compiling dtrace-parser v0.3.0
15262026-01-30T22:44:32.836Z Compiling signature v2.2.0
15272026-01-30T22:44:33.156Z Compiling heapless v0.7.17
15282026-01-30T22:44:33.618Z Compiling scroll_derive v0.12.0
15292026-01-30T22:44:33.639Z Compiling thiserror-impl v1.0.69
15302026-01-30T22:44:33.789Z Compiling rand_xorshift v0.4.0
15312026-01-30T22:44:33.810Z Compiling darling_core v0.21.0
15322026-01-30T22:44:34.079Z Compiling slog v2.8.2
15332026-01-30T22:44:34.449Z Compiling thread-id v5.0.0
15342026-01-30T22:44:34.593Z Compiling cookie v0.18.1
15352026-01-30T22:44:34.915Z Compiling crc32fast v1.4.2
15362026-01-30T22:44:34.967Z Compiling object v0.36.5
15372026-01-30T22:44:35.247Z Compiling unicode-properties v0.1.3
15382026-01-30T22:44:35.280Z Compiling unicode-bidi v0.3.17
15392026-01-30T22:44:35.302Z Compiling anyhow v1.0.99
15402026-01-30T22:44:35.662Z Compiling zstd-safe v7.2.3
15412026-01-30T22:44:35.920Z Compiling unarray v0.1.4
15422026-01-30T22:44:36.012Z Compiling siphasher v0.3.11
15432026-01-30T22:44:36.108Z Compiling signal-hook v0.3.18
15442026-01-30T22:44:36.402Z Compiling rustc-demangle v0.1.24
15452026-01-30T22:44:36.438Z Compiling zlib-rs v0.5.1
15462026-01-30T22:44:36.567Z Compiling phf_shared v0.11.2
15472026-01-30T22:44:36.589Z Compiling thiserror v1.0.69
15482026-01-30T22:44:36.739Z Compiling proptest v1.7.0
15492026-01-30T22:44:36.931Z Compiling stringprep v0.1.5
15502026-01-30T22:44:37.389Z Compiling scroll v0.12.0
15512026-01-30T22:44:38.062Z Compiling hyper-util v0.1.19
15522026-01-30T22:44:38.642Z Compiling derive_builder_macro v0.20.2
15532026-01-30T22:44:40.119Z Compiling darling_macro v0.21.0
15542026-01-30T22:44:40.233Z Compiling ipnetwork v0.21.1
15552026-01-30T22:44:41.036Z Compiling erased-serde v0.3.31
15562026-01-30T22:44:41.091Z Compiling serde_spanned v0.6.9
15572026-01-30T22:44:41.354Z Compiling toml_datetime v0.6.11
15582026-01-30T22:44:41.891Z Compiling backtrace v0.3.74
15592026-01-30T22:44:42.201Z Compiling serde_tokenstream v0.2.2
15602026-01-30T22:44:42.349Z Compiling rand_chacha v0.3.1
15612026-01-30T22:44:42.420Z Compiling md-5 v0.10.6
15622026-01-30T22:44:42.734Z Compiling libz-rs-sys v0.5.1
15632026-01-30T22:44:42.813Z Compiling curve25519-dalek v4.1.3
15642026-01-30T22:44:43.051Z Compiling vergen-lib v0.1.6
15652026-01-30T22:44:43.412Z Compiling num-integer v0.1.46
15662026-01-30T22:44:43.563Z Compiling sync_wrapper v1.0.1
15672026-01-30T22:44:43.635Z Compiling ff v0.13.0
15682026-01-30T22:44:43.750Z Compiling hash32 v0.2.1
15692026-01-30T22:44:43.907Z Compiling memoffset v0.9.1
15702026-01-30T22:44:44.182Z Compiling smoltcp v0.9.1
15712026-01-30T22:44:44.185Z Compiling base16ct v0.2.0
15722026-01-30T22:44:44.285Z Compiling cfg_aliases v0.2.1
15732026-01-30T22:44:44.403Z Compiling litrs v0.4.1
15742026-01-30T22:44:44.426Z Compiling ref-cast v1.0.25
15752026-01-30T22:44:44.545Z Compiling fallible-iterator v0.2.0
15762026-01-30T22:44:44.691Z Compiling num-bigint-dig v0.8.6
15772026-01-30T22:44:44.850Z Compiling psl-types v2.0.11
15782026-01-30T22:44:45.090Z Compiling publicsuffix v2.3.0
15792026-01-30T22:44:45.137Z Compiling nix v0.29.0
15802026-01-30T22:44:45.163Z Compiling postgres-protocol v0.6.8
15812026-01-30T22:44:45.219Z Compiling sec1 v0.7.3
15822026-01-30T22:44:45.478Z Compiling document-features v0.2.11
15832026-01-30T22:44:45.793Z Compiling num-iter v0.1.45
15842026-01-30T22:44:45.990Z Compiling group v0.13.0
15852026-01-30T22:44:46.013Z Compiling tower v0.5.2
15862026-01-30T22:44:46.454Z Compiling flate2 v1.1.2
15872026-01-30T22:44:46.522Z Compiling newtype-uuid v1.3.2
15882026-01-30T22:44:46.621Z Compiling rand v0.8.5
15892026-01-30T22:44:47.192Z Compiling darling v0.21.0
15902026-01-30T22:44:47.330Z Compiling oxnet v0.1.4
15912026-01-30T22:44:47.438Z Compiling derive_builder v0.20.2
15922026-01-30T22:44:47.522Z Compiling tokio-native-tls v0.3.1
15932026-01-30T22:44:47.641Z Compiling goblin v0.8.2
15942026-01-30T22:44:48.336Z Compiling rustls-native-certs v0.8.1
15952026-01-30T22:44:48.690Z Compiling webpki-roots v1.0.1
15962026-01-30T22:44:48.902Z Compiling http-body-util v0.1.3
15972026-01-30T22:44:48.935Z Compiling strum_macros v0.27.2
15982026-01-30T22:44:49.069Z Compiling terminal_size v0.4.0
15992026-01-30T22:44:49.092Z Compiling cargo-platform v0.1.8
16002026-01-30T22:44:49.340Z Compiling hkdf v0.12.4
16012026-01-30T22:44:49.427Z Compiling crypto-bigint v0.5.5
16022026-01-30T22:44:49.619Z Compiling async-trait v0.1.89
16032026-01-30T22:44:49.642Z Compiling daft-derive v0.1.4
16042026-01-30T22:44:51.291Z Compiling curve25519-dalek-derive v0.1.1
16052026-01-30T22:44:51.712Z Compiling hubpack_derive v0.1.1
16062026-01-30T22:44:52.206Z Compiling ref-cast-impl v1.0.25
16072026-01-30T22:44:52.654Z Compiling vergen v9.0.6
16082026-01-30T22:44:52.698Z Compiling ahash v0.8.12
16092026-01-30T22:44:53.006Z Compiling fs-err v3.1.1
16102026-01-30T22:44:53.069Z Compiling simd-adler32 v0.3.7
16112026-01-30T22:44:53.324Z Compiling buf-list v1.0.3
16122026-01-30T22:44:53.364Z Compiling iri-string v0.7.8
16132026-01-30T22:44:53.702Z Compiling ryu v1.0.18
16142026-01-30T22:44:53.966Z Compiling managed v0.8.0
16152026-01-30T22:44:54.005Z Compiling unicode-segmentation v1.12.0
16162026-01-30T22:44:54.083Z Compiling bitflags v1.3.2
16172026-01-30T22:44:54.228Z Compiling bumpalo v3.16.0
16182026-01-30T22:44:54.427Z Compiling lockfree-object-pool v0.1.6
16192026-01-30T22:44:54.728Z Compiling winnow v0.5.40
16202026-01-30T22:44:54.755Z Compiling clap_builder v4.5.48
16212026-01-30T22:44:54.906Z Compiling zopfli v0.8.1
16222026-01-30T22:44:56.558Z Compiling tower-http v0.6.6
16232026-01-30T22:44:56.840Z Compiling strum v0.27.2
16242026-01-30T22:44:57.069Z Compiling serde_urlencoded v0.7.1
16252026-01-30T22:44:57.330Z Compiling dof v0.3.0
16262026-01-30T22:44:57.659Z Compiling hubpack v0.1.2
16272026-01-30T22:44:57.690Z Compiling elliptic-curve v0.13.8
16282026-01-30T22:44:58.115Z Compiling toml_edit v0.19.15
16292026-01-30T22:44:58.312Z Compiling daft v0.1.4
16302026-01-30T22:44:58.677Z Compiling cargo_metadata v0.19.2
16312026-01-30T22:44:58.961Z Compiling hyper-tls v0.6.0
16322026-01-30T22:44:59.119Z Compiling signal-hook-mio v0.2.4
16332026-01-30T22:44:59.323Z Compiling cookie_store v0.21.1
16342026-01-30T22:44:59.400Z Compiling zstd v0.13.3
16352026-01-30T22:45:01.775Z Compiling serde_with_macros v3.16.1
16362026-01-30T22:45:02.324Z Compiling postgres-types v0.2.9
16372026-01-30T22:45:02.787Z Compiling usdt-macro v0.6.0
16382026-01-30T22:45:03.504Z Compiling usdt-attr-macro v0.6.0
16392026-01-30T22:45:03.639Z Compiling phf v0.11.2
16402026-01-30T22:45:03.937Z Compiling dtrace-parser v0.2.0
16412026-01-30T22:45:04.328Z Compiling ed25519 v2.2.3
16422026-01-30T22:45:04.450Z Compiling bzip2 v0.4.4
16432026-01-30T22:45:04.857Z Compiling bzip2 v0.5.2
16442026-01-30T22:45:05.035Z Compiling pkcs1 v0.7.5
16452026-01-30T22:45:05.157Z Compiling enum-as-inner v0.6.1
16462026-01-30T22:45:05.270Z Compiling clap_derive v4.5.47
16472026-01-30T22:45:05.833Z Compiling strum_macros v0.26.4
16482026-01-30T22:45:05.935Z Compiling hex v0.4.3
16492026-01-30T22:45:05.991Z Compiling serde-big-array v0.5.1
16502026-01-30T22:45:06.216Z Compiling rfc6979 v0.4.0
16512026-01-30T22:45:06.238Z Compiling bstr v1.10.0
16522026-01-30T22:45:06.374Z Compiling serde_repr v0.1.19
16532026-01-30T22:45:06.432Z Compiling float-cmp v0.10.0
16542026-01-30T22:45:06.555Z Compiling env_filter v0.1.2
16552026-01-30T22:45:06.711Z Compiling memmap2 v0.9.8
16562026-01-30T22:45:07.150Z Compiling encoding_rs v0.8.34
16572026-01-30T22:45:07.203Z Compiling rustc-hash v2.1.1
16582026-01-30T22:45:07.406Z Compiling foldhash v0.2.0
16592026-01-30T22:45:07.478Z Compiling difflib v0.4.0
16602026-01-30T22:45:07.761Z Compiling whoami v1.5.2
16612026-01-30T22:45:07.831Z Compiling static_assertions v1.1.0
16622026-01-30T22:45:07.963Z Compiling jiff v0.2.15
16632026-01-30T22:45:08.340Z Compiling fixedbitset v0.5.7
16642026-01-30T22:45:08.928Z Compiling keccak v0.1.5
16652026-01-30T22:45:09.072Z Compiling fixedbitset v0.4.2
16662026-01-30T22:45:09.508Z Compiling mime v0.3.17
16672026-01-30T22:45:09.809Z Compiling precomputed-hash v0.1.1
16682026-01-30T22:45:09.967Z Compiling data-encoding v2.9.0
16692026-01-30T22:45:10.022Z Compiling new_debug_unreachable v1.0.6
16702026-01-30T22:45:10.147Z Compiling predicates-core v1.0.8
16712026-01-30T22:45:10.217Z Compiling normalize-line-endings v0.3.0
16722026-01-30T22:45:10.377Z Compiling toml_edit v0.22.27
16732026-01-30T22:45:10.487Z Compiling predicates v3.1.3
16742026-01-30T22:45:10.947Z Compiling hickory-proto v0.25.2
16752026-01-30T22:45:11.290Z Compiling strum v0.26.3
16762026-01-30T22:45:11.520Z Compiling string_cache v0.8.9
16772026-01-30T22:45:11.750Z Compiling clap v4.5.48
16782026-01-30T22:45:11.896Z Compiling petgraph v0.6.5
16792026-01-30T22:45:11.966Z Compiling sha3 v0.10.8
16802026-01-30T22:45:11.990Z Compiling petgraph v0.8.2
16812026-01-30T22:45:13.074Z Compiling tokio-postgres v0.7.13
16822026-01-30T22:45:13.713Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16832026-01-30T22:45:15.497Z Compiling zip v4.2.0
16842026-01-30T22:45:16.725Z Compiling iddqd v0.3.16
16852026-01-30T22:45:17.554Z Compiling similar v2.7.0
16862026-01-30T22:45:17.712Z Compiling usdt v0.6.0
16872026-01-30T22:45:18.228Z Compiling env_logger v0.11.8
16882026-01-30T22:45:18.625Z Compiling usdt-impl v0.5.0
16892026-01-30T22:45:19.044Z Compiling serde_with v3.16.1
16902026-01-30T22:45:19.406Z Compiling ecdsa v0.16.9
16912026-01-30T22:45:19.721Z Compiling rsa v0.9.8
16922026-01-30T22:45:19.989Z Compiling zip v0.6.6
16932026-01-30T22:45:20.051Z Compiling ed25519-dalek v2.1.1
16942026-01-30T22:45:20.782Z Compiling toml v0.7.8
16952026-01-30T22:45:21.456Z Compiling crossterm v0.28.1
16962026-01-30T22:45:22.638Z Compiling heck v0.4.1
16972026-01-30T22:45:22.919Z Compiling crossbeam-epoch v0.9.18
16982026-01-30T22:45:23.046Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16992026-01-30T22:45:23.107Z Compiling tokio-stream v0.1.17
17002026-01-30T22:45:23.162Z Compiling x509-cert v0.2.5
17012026-01-30T22:45:23.511Z Compiling openapiv3 v2.2.0
17022026-01-30T22:45:23.578Z Compiling sha1 v0.10.6
17032026-01-30T22:45:23.641Z Compiling itertools v0.13.0
17042026-01-30T22:45:24.040Z Compiling winnow v0.6.26
17052026-01-30T22:45:24.140Z Compiling lalrpop-util v0.19.12
17062026-01-30T22:45:24.563Z Compiling peg-runtime v0.8.5
17072026-01-30T22:45:24.785Z Compiling thread_local v1.1.8
17082026-01-30T22:45:25.193Z Compiling slog-async v2.8.0
17092026-01-30T22:45:25.302Z Compiling crossbeam-channel v0.5.15
17102026-01-30T22:45:25.853Z Compiling xattr v1.3.1
17112026-01-30T22:45:26.141Z Compiling futures-executor v0.3.31
17122026-01-30T22:45:26.327Z Compiling filetime v0.2.26
17132026-01-30T22:45:26.629Z Compiling is-terminal v0.4.13
17142026-01-30T22:45:26.663Z Compiling take_mut v0.2.2
17152026-01-30T22:45:26.703Z Compiling term v1.1.0
17162026-01-30T22:45:26.796Z Compiling tar v0.4.44
17172026-01-30T22:45:27.536Z Compiling slog-term v2.9.2
17182026-01-30T22:45:27.572Z Compiling futures v0.3.31
17192026-01-30T22:45:30.181Z Compiling aws-lc-sys v0.26.0
17202026-01-30T22:46:00.736Z Compiling rustls-webpki v0.102.8
17212026-01-30T22:46:05.556Z Compiling tokio-rustls v0.26.0
17222026-01-30T22:46:05.828Z Compiling hyper-rustls v0.27.7
17232026-01-30T22:46:06.160Z Compiling reqwest v0.12.24
17242026-01-30T22:46:10.082Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252026-01-30T22:46:10.398Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17262026-01-30T22:46:15.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s
17272026-01-30T22:46:15.372Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17282026-01-30T22:46:15.435ZJan 30 22:46:14.767 INFO Starting download, target: DendriteStub
17292026-01-30T22:46:15.435ZJan 30 22:46:14.768 INFO Starting download, target: Console
17302026-01-30T22:46:15.435ZJan 30 22:46:14.768 INFO Starting download, target: Cockroach
17312026-01-30T22:46:15.438ZJan 30 22:46:14.768 INFO Starting download, target: Clickhouse
17322026-01-30T22:46:15.438ZJan 30 22:46:14.768 INFO Starting download, target: MaghemiteMgd
17332026-01-30T22:46:15.438ZJan 30 22:46:14.768 INFO Starting download, target: TransceiverControl
17342026-01-30T22:46:15.438ZJan 30 22:46:14.768 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17352026-01-30T22:46:15.438ZJan 30 22:46:14.768 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-01-30T22:46:15.438ZJan 30 22:46:14.768 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-01-30T22:46:15.438ZJan 30 22:46:14.768 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17382026-01-30T22:46:15.438ZJan 30 22:46:14.769 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-01-30T22:46:15.438ZJan 30 22:46:14.769 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-01-30T22:46:15.614ZJan 30 22:46:14.946 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-01-30T22:46:15.939ZJan 30 22:46:15.272 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-01-30T22:46:16.063ZJan 30 22:46:15.387 INFO Download complete, target: TransceiverControl
17432026-01-30T22:46:16.400ZJan 30 22:46:15.729 INFO Download complete, target: Console
17442026-01-30T22:46:16.770ZJan 30 22:46:16.101 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-01-30T22:46:16.815ZJan 30 22:46:16.147 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-01-30T22:46:17.202ZJan 30 22:46:16.535 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17472026-01-30T22:46:17.202ZJan 30 22:46:16.535 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17482026-01-30T22:46:17.759ZJan 30 22:46:17.092 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17492026-01-30T22:46:20.769ZJan 30 22:46:20.101 INFO Download complete, target: DendriteStub
17502026-01-30T22:46:20.910ZJan 30 22:46:20.243 INFO Download complete, target: MaghemiteMgd
17512026-01-30T22:46:25.068ZJan 30 22:46:24.399 INFO Checking that binary works, target: Cockroach
17522026-01-30T22:46:25.204ZJan 30 22:46:24.536 INFO Download complete, target: Cockroach
17532026-01-30T22:46:28.934ZJan 30 22:46:28.264 INFO Checking that binary works, target: Clickhouse
17542026-01-30T22:46:29.046ZJan 30 22:46:28.377 INFO Download complete, target: Clickhouse
17552026-01-30T22:46:29.053ZAll prerequisites installed successfully
17562026-01-30T22:46:29.055Z
17572026-01-30T22:46:29.056Zreal 6:23.161212014
17582026-01-30T22:46:29.056Zuser 19:03.144852403
17592026-01-30T22:46:29.056Zsys 2:37.134224906
17602026-01-30T22:46:29.056Ztrap 0.715726355
17612026-01-30T22:46:29.056Ztflt 0.954931439
17622026-01-30T22:46:29.056Zdflt 1.125166870
17632026-01-30T22:46:29.056Zkflt 0.029408125
17642026-01-30T22:46:29.056Zlock 46:04.354926662
17652026-01-30T22:46:29.056Zslp 1:11:43.778445563
17662026-01-30T22:46:29.056Zlat 1:22.235365480
17672026-01-30T22:46:29.056Zstop 3:26.555184761
17682026-01-30T22:46:29.056Z+ ptime -m cargo xtask download softnpu
17692026-01-30T22:46:29.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
17702026-01-30T22:46:29.908Z Running `target/debug/xtask download softnpu`
17712026-01-30T22:46:31.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
17722026-01-30T22:46:31.075Z Running `target/debug/xtask-downloader softnpu`
17732026-01-30T22:46:31.119ZJan 30 22:46:30.449 INFO Starting download, target: Softnpu
17742026-01-30T22:46:31.122ZJan 30 22:46:30.450 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17752026-01-30T22:46:31.805ZJan 30 22:46:31.135 INFO Download complete, target: Softnpu
17762026-01-30T22:46:31.811Z
17772026-01-30T22:46:31.813Zreal 2.747984414
17782026-01-30T22:46:31.813Zuser 1.711348924
17792026-01-30T22:46:31.813Zsys 0.752448774
17802026-01-30T22:46:31.813Ztrap 0.001066358
17812026-01-30T22:46:31.814Ztflt 0.000051959
17822026-01-30T22:46:31.814Zdflt 0.000065134
17832026-01-30T22:46:31.814Zkflt 0.000000000
17842026-01-30T22:46:31.814Zlock 7.359598063
17852026-01-30T22:46:31.814Zslp 0.510220084
17862026-01-30T22:46:31.814Zlat 0.085665507
17872026-01-30T22:46:31.814Zstop 0.000163828
17882026-01-30T22:46:31.814Z+ export CARGO_INCREMENTAL=0
17892026-01-30T22:46:31.814Z+ CARGO_INCREMENTAL=0
17902026-01-30T22:46:31.814Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17912026-01-30T22:46:33.146Z Compiling proc-macro2 v1.0.101
17922026-01-30T22:46:33.147Z Compiling unicode-ident v1.0.19
17932026-01-30T22:46:33.147Z Compiling libc v0.2.180
17942026-01-30T22:46:33.149Z Compiling serde_core v1.0.228
17952026-01-30T22:46:33.150Z Compiling serde v1.0.228
17962026-01-30T22:46:33.150Z Compiling autocfg v1.4.0
17972026-01-30T22:46:33.150Z Compiling cfg-if v1.0.4
17982026-01-30T22:46:33.456Z Compiling version_check v0.9.5
17992026-01-30T22:46:33.498Z Compiling memchr v2.7.4
18002026-01-30T22:46:33.530Z Compiling shlex v1.3.0
18012026-01-30T22:46:34.061Z Compiling lock_api v0.4.12
18022026-01-30T22:46:34.103Z Compiling value-bag v1.12.0
18032026-01-30T22:46:34.419Z Compiling zmij v1.0.15
18042026-01-30T22:46:34.696Z Compiling log v0.4.29
18052026-01-30T22:46:34.727Z Compiling typenum v1.17.0
18062026-01-30T22:46:34.871Z Compiling portable-atomic v1.11.0
18072026-01-30T22:46:35.308Z Compiling quote v1.0.40
18082026-01-30T22:46:35.417Z Compiling jobserver v0.1.32
18092026-01-30T22:46:35.589Z Compiling serde_json v1.0.149
18102026-01-30T22:46:35.711Z Compiling syn v2.0.114
18112026-01-30T22:46:35.749Z Compiling generic-array v0.14.7
18122026-01-30T22:46:35.861Z Compiling cc v1.2.30
18132026-01-30T22:46:35.940Z Compiling getrandom v0.3.4
18142026-01-30T22:46:36.094Z Compiling libm v0.2.8
18152026-01-30T22:46:36.128Z Compiling num-traits v0.2.19
18162026-01-30T22:46:36.451Z Compiling scopeguard v1.2.0
18172026-01-30T22:46:36.515Z Compiling parking_lot_core v0.9.10
18182026-01-30T22:46:36.610Z Compiling smallvec v1.15.1
18192026-01-30T22:46:36.926Z Compiling regex-syntax v0.8.5
18202026-01-30T22:46:37.119Z Compiling itoa v1.0.11
18212026-01-30T22:46:37.958Z Compiling getrandom v0.2.15
18222026-01-30T22:46:38.239Z Compiling pkg-config v0.3.31
18232026-01-30T22:46:38.371Z Compiling thiserror v2.0.18
18242026-01-30T22:46:38.537Z Compiling aho-corasick v1.1.3
18252026-01-30T22:46:38.610Z Compiling rustix v0.38.37
18262026-01-30T22:46:39.146Z Compiling errno v0.3.12
18272026-01-30T22:46:39.239Z Compiling stable_deref_trait v1.2.0
18282026-01-30T22:46:39.370Z Compiling either v1.15.0
18292026-01-30T22:46:39.396Z Compiling spin v0.9.8
18302026-01-30T22:46:39.610Z Compiling slab v0.4.9
18312026-01-30T22:46:39.633Z Compiling allocator-api2 v0.2.21
18322026-01-30T22:46:39.836Z Compiling equivalent v1.0.2
18332026-01-30T22:46:39.974Z Compiling semver v1.0.27
18342026-01-30T22:46:40.026Z Compiling lazy_static v1.5.0
18352026-01-30T22:46:40.517Z Compiling regex-automata v0.4.11
18362026-01-30T22:46:40.651Z Compiling schemars v0.8.22
18372026-01-30T22:46:42.112Z Compiling rand_core v0.6.4
18382026-01-30T22:46:42.739Z Compiling byteorder v1.5.0
18392026-01-30T22:46:42.742Z Compiling critical-section v1.1.3
18402026-01-30T22:46:42.912Z Compiling once_cell v1.21.3
18412026-01-30T22:46:43.270Z Compiling synstructure v0.13.1
18422026-01-30T22:46:43.402Z Compiling serde_derive_internals v0.29.1
18432026-01-30T22:46:44.206Z Compiling subtle v2.6.1
18442026-01-30T22:46:44.465Z Compiling litemap v0.7.3
18452026-01-30T22:46:44.576Z Compiling writeable v0.5.5
18462026-01-30T22:46:44.653Z Compiling glob v0.3.2
18472026-01-30T22:46:44.942Z Compiling pin-project-lite v0.2.14
18482026-01-30T22:46:44.987Z Compiling percent-encoding v2.3.2
18492026-01-30T22:46:45.107Z Compiling prettyplease v0.2.36
18502026-01-30T22:46:45.367Z Compiling clang-sys v1.8.1
18512026-01-30T22:46:45.540Z Compiling fnv v1.0.7
18522026-01-30T22:46:45.611Z Compiling icu_locid_transform_data v1.5.0
18532026-01-30T22:46:45.718Z Compiling minimal-lexical v0.2.1
18542026-01-30T22:46:45.980Z Compiling libloading v0.8.5
18552026-01-30T22:46:46.039Z Compiling regex v1.11.3
18562026-01-30T22:46:46.223Z Compiling nom v7.1.3
18572026-01-30T22:46:46.351Z Compiling icu_properties_data v1.5.0
18582026-01-30T22:46:46.638Z Compiling home v0.5.9
18592026-01-30T22:46:46.662Z Compiling serde_derive v1.0.228
18602026-01-30T22:46:46.853Z Compiling zeroize_derive v1.4.2
18612026-01-30T22:46:46.873Z Compiling zerofrom-derive v0.1.4
18622026-01-30T22:46:46.905Z Compiling yoke-derive v0.7.4
18632026-01-30T22:46:46.960Z Compiling zerovec-derive v0.10.3
18642026-01-30T22:46:46.987Z Compiling displaydoc v0.2.5
18652026-01-30T22:46:48.118Z Compiling icu_provider_macros v1.5.0
18662026-01-30T22:46:48.448Z Compiling tokio-macros v2.6.0
18672026-01-30T22:46:49.128Z Compiling zeroize v1.8.1
18682026-01-30T22:46:49.173Z Compiling zerocopy-derive v0.7.35
18692026-01-30T22:46:49.195Z Compiling thiserror-impl v2.0.18
18702026-01-30T22:46:49.603Z Compiling futures-macro v0.3.31
18712026-01-30T22:46:49.622Z Compiling schemars_derive v0.8.22
18722026-01-30T22:46:49.641Z Compiling zerofrom v0.1.4
18732026-01-30T22:46:49.898Z Compiling yoke v0.7.4
18742026-01-30T22:46:50.313Z Compiling zerovec v0.10.4
18752026-01-30T22:46:50.463Z Compiling bindgen v0.69.5
18762026-01-30T22:46:51.239Z Compiling cexpr v0.6.0
18772026-01-30T22:46:52.404Z Compiling tinystr v0.7.6
18782026-01-30T22:46:52.574Z Compiling icu_collections v1.5.0
18792026-01-30T22:46:52.595Z Compiling itertools v0.10.5
18802026-01-30T22:46:52.869Z Compiling icu_locid v1.5.0
18812026-01-30T22:46:52.960Z Compiling icu_normalizer_data v1.5.0
18822026-01-30T22:46:53.089Z Compiling heck v0.5.0
18832026-01-30T22:46:53.535Z Compiling lazycell v1.3.0
18842026-01-30T22:46:53.739Z Compiling utf16_iter v1.0.5
18852026-01-30T22:46:54.008Z Compiling rustc-hash v1.1.0
18862026-01-30T22:46:54.198Z Compiling icu_provider v1.5.0
18872026-01-30T22:46:54.527Z Compiling bitflags v2.9.4
18882026-01-30T22:46:54.854Z Compiling bytes v1.10.1
18892026-01-30T22:46:55.218Z Compiling icu_locid_transform v1.5.0
18902026-01-30T22:46:56.033Z Compiling write16 v1.0.0
18912026-01-30T22:46:56.210Z Compiling utf8_iter v1.0.4
18922026-01-30T22:46:56.368Z Compiling paste v1.0.15
18932026-01-30T22:46:56.524Z Compiling cmake v0.1.51
18942026-01-30T22:46:56.808Z Compiling icu_properties v1.5.1
18952026-01-30T22:46:56.940Z Compiling signal-hook-registry v1.4.2
18962026-01-30T22:46:57.175Z Compiling dunce v1.0.5
18972026-01-30T22:46:57.329Z Compiling fs_extra v1.3.0
18982026-01-30T22:46:57.883Z Compiling parking_lot v0.12.3
18992026-01-30T22:46:58.372Z Compiling crypto-common v0.1.6
19002026-01-30T22:46:58.623Z Compiling which v4.4.2
19012026-01-30T22:46:58.757Z Compiling hashbrown v0.16.1
19022026-01-30T22:46:59.422Z Compiling mio v1.0.2
19032026-01-30T22:47:00.574Z Compiling form_urlencoded v1.2.2
19042026-01-30T22:47:00.871Z Compiling icu_normalizer v1.5.0
19052026-01-30T22:47:01.114Z Compiling const-oid v0.9.6
19062026-01-30T22:47:01.285Z Compiling rustversion v1.0.22
19072026-01-30T22:47:01.968Z Compiling idna_adapter v1.2.0
19082026-01-30T22:47:02.246Z Compiling idna v1.0.3
19092026-01-30T22:47:02.433Z Compiling indexmap v2.13.0
19102026-01-30T22:47:02.639Z Compiling socket2 v0.6.1
19112026-01-30T22:47:03.118Z Compiling url v2.5.4
19122026-01-30T22:47:03.336Z Compiling tokio v1.49.0
19132026-01-30T22:47:05.330Z Compiling ring v0.17.14
19142026-01-30T22:47:05.553Z Compiling zerocopy v0.8.27
19152026-01-30T22:47:06.099Z Compiling block-buffer v0.10.4
19162026-01-30T22:47:06.293Z Compiling tracing-attributes v0.1.27
19172026-01-30T22:47:06.346Z Compiling der_derive v0.7.3
19182026-01-30T22:47:06.383Z Compiling thiserror v1.0.69
19192026-01-30T22:47:07.070Z Compiling vcpkg v0.2.15
19202026-01-30T22:47:08.474Z Compiling aws-lc-rs v1.12.4
19212026-01-30T22:47:08.590Z Compiling openssl-sys v0.9.109
19222026-01-30T22:47:08.679Z Compiling digest v0.10.7
19232026-01-30T22:47:08.930Z Compiling zerocopy-derive v0.8.27
19242026-01-30T22:47:09.084Z Compiling strsim v0.11.1
19252026-01-30T22:47:09.122Z Compiling futures-core v0.3.31
19262026-01-30T22:47:09.626Z Compiling zerocopy v0.7.35
19272026-01-30T22:47:09.720Z Compiling thiserror-impl v1.0.69
19282026-01-30T22:47:10.103Z Compiling ucd-trie v0.1.7
19292026-01-30T22:47:10.247Z Compiling iana-time-zone v0.1.63
19302026-01-30T22:47:10.551Z Compiling aws-lc-sys v0.26.0
19312026-01-30T22:47:10.906Z Compiling chrono v0.4.43
19322026-01-30T22:47:11.016Z Compiling pest v2.8.2
19332026-01-30T22:47:11.358Z Compiling serde_tokenstream v0.2.2
19342026-01-30T22:47:11.930Z Compiling uuid v1.19.0
19352026-01-30T22:47:12.036Z Compiling foldhash v0.1.5
19362026-01-30T22:47:12.064Z Compiling httparse v1.9.5
19372026-01-30T22:47:12.229Z Compiling ident_case v1.0.1
19382026-01-30T22:47:12.374Z Compiling hashbrown v0.15.4
19392026-01-30T22:47:13.720Z Compiling pest_meta v2.8.2
19402026-01-30T22:47:13.945Z Compiling rustix v1.1.3
19412026-01-30T22:47:14.730Z Compiling syn v1.0.109
19422026-01-30T22:47:15.272Z Compiling pest_generator v2.8.2
19432026-01-30T22:47:15.987Z Compiling num-conv v0.1.0
19442026-01-30T22:47:16.146Z Compiling time-core v0.1.6
19452026-01-30T22:47:16.301Z Compiling futures-sink v0.3.31
19462026-01-30T22:47:16.497Z Compiling time-macros v0.2.24
19472026-01-30T22:47:16.519Z Compiling futures-channel v0.3.31
19482026-01-30T22:47:17.148Z Compiling pest_derive v2.8.2
19492026-01-30T22:47:17.461Z Compiling rustc_version v0.4.1
19502026-01-30T22:47:17.970Z Compiling futures-task v0.3.31
19512026-01-30T22:47:18.048Z Compiling pin-utils v0.1.0
19522026-01-30T22:47:18.171Z Compiling openssl v0.10.73
19532026-01-30T22:47:18.196Z Compiling futures-io v0.3.31
19542026-01-30T22:47:18.333Z Compiling dyn-clone v1.0.20
19552026-01-30T22:47:18.553Z Compiling cpufeatures v0.2.14
19562026-01-30T22:47:18.612Z Compiling futures-util v0.3.31
19572026-01-30T22:47:18.672Z Compiling hmac v0.12.1
19582026-01-30T22:47:18.991Z Compiling plain v0.2.3
19592026-01-30T22:47:19.351Z Compiling block-padding v0.3.3
19602026-01-30T22:47:19.644Z Compiling openssl-macros v0.1.1
19612026-01-30T22:47:20.397Z Compiling rustls v0.23.19
19622026-01-30T22:47:20.757Z Compiling crossbeam-utils v0.8.21
19632026-01-30T22:47:21.109Z Compiling native-tls v0.2.12
19642026-01-30T22:47:21.308Z Compiling inout v0.1.3
19652026-01-30T22:47:21.585Z Compiling ppv-lite86 v0.2.20
19662026-01-30T22:47:22.620Z Compiling pretty-hex v0.4.1
19672026-01-30T22:47:22.855Z Compiling cipher v0.4.4
19682026-01-30T22:47:23.069Z Compiling sha2 v0.10.9
19692026-01-30T22:47:23.319Z Compiling http v1.4.0
19702026-01-30T22:47:23.848Z Compiling scroll_derive v0.13.1
19712026-01-30T22:47:24.857Z Compiling scroll_derive v0.12.0
19722026-01-30T22:47:25.356Z Compiling cookie v0.18.1
19732026-01-30T22:47:25.872Z Compiling anyhow v1.0.99
19742026-01-30T22:47:26.147Z Compiling base64ct v1.6.0
19752026-01-30T22:47:26.451Z Compiling darling_core v0.21.0
19762026-01-30T22:47:26.686Z Compiling pem-rfc7468 v0.7.0
19772026-01-30T22:47:27.258Z Compiling slog v2.8.2
19782026-01-30T22:47:28.322Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19792026-01-30T22:47:28.839Z Compiling bzip2-sys v0.1.13+1.0.8
19802026-01-30T22:47:29.060Z Compiling flagset v0.4.6
19812026-01-30T22:47:29.329Z Compiling der v0.7.10
19822026-01-30T22:47:31.377Z Compiling toml_datetime v0.6.11
19832026-01-30T22:47:31.705Z Compiling serde_spanned v0.6.9
19842026-01-30T22:47:31.860Z Compiling rand_core v0.9.3
19852026-01-30T22:47:31.882Z Compiling tracing-core v0.1.32
19862026-01-30T22:47:31.940Z Compiling darling_macro v0.21.0
19872026-01-30T22:47:31.961Z Compiling rustls-pki-types v1.10.0
19882026-01-30T22:47:32.220Z Compiling spki v0.7.3
19892026-01-30T22:47:32.820Z Compiling tracing v0.1.40
19902026-01-30T22:47:32.842Z Compiling darling v0.21.0
19912026-01-30T22:47:32.867Z Compiling salsa20 v0.10.2
19922026-01-30T22:47:32.970Z Compiling pbkdf2 v0.12.2
19932026-01-30T22:47:33.407Z Compiling litrs v0.4.1
19942026-01-30T22:47:33.612Z Compiling base64 v0.22.1
19952026-01-30T22:47:33.869Z Compiling winnow v0.5.40
19962026-01-30T22:47:33.984Z Compiling camino v1.2.2
19972026-01-30T22:47:34.383Z Compiling document-features v0.2.11
19982026-01-30T22:47:34.997Z Compiling scrypt v0.11.0
19992026-01-30T22:47:35.467Z Compiling rand_chacha v0.9.0
20002026-01-30T22:47:35.499Z Compiling tokio-util v0.7.15
20012026-01-30T22:47:36.065Z Compiling cbc v0.1.2
20022026-01-30T22:47:36.223Z Compiling aes v0.8.4
20032026-01-30T22:47:37.171Z Compiling toml_edit v0.19.15
20042026-01-30T22:47:39.620Z Compiling usdt-impl v0.5.0
20052026-01-30T22:47:39.691Z Compiling usdt-impl v0.6.0
20062026-01-30T22:47:39.950Z Compiling powerfmt v0.2.0
20072026-01-30T22:47:40.034Z Compiling untrusted v0.9.0
20082026-01-30T22:47:40.055Z Compiling ref-cast v1.0.25
20092026-01-30T22:47:40.225Z Compiling untrusted v0.7.1
20102026-01-30T22:47:40.416Z Compiling deranged v0.5.3
20112026-01-30T22:47:40.642Z Compiling pkcs5 v0.7.1
20122026-01-30T22:47:41.571Z Compiling rand v0.9.2
20132026-01-30T22:47:43.568Z Compiling http-body v1.0.1
20142026-01-30T22:47:43.873Z Compiling scroll v0.12.0
20152026-01-30T22:47:44.484Z Compiling scroll v0.13.0
20162026-01-30T22:47:44.742Z Compiling heapless v0.7.17
20172026-01-30T22:47:45.186Z Compiling socket2 v0.5.10
20182026-01-30T22:47:45.498Z Compiling zstd-safe v7.2.3
20192026-01-30T22:47:45.618Z Compiling signal-hook v0.3.18
20202026-01-30T22:47:45.879Z Compiling adler2 v2.0.0
20212026-01-30T22:47:45.944Z Compiling num_threads v0.1.7
20222026-01-30T22:47:46.080Z Compiling atomic-waker v1.1.2
20232026-01-30T22:47:46.103Z Compiling cfg_aliases v0.2.1
20242026-01-30T22:47:46.598Z Compiling miniz_oxide v0.8.5
20252026-01-30T22:47:46.711Z Compiling time v0.3.43
20262026-01-30T22:47:48.472Z Compiling goblin v0.10.2
20272026-01-30T22:47:49.579Z Compiling goblin v0.8.2
20282026-01-30T22:47:50.106Z Compiling pkcs8 v0.10.2
20292026-01-30T22:47:50.971Z Compiling ipnetwork v0.21.1
20302026-01-30T22:47:53.137Z Compiling darling_core v0.20.10
20312026-01-30T22:47:54.752Z Compiling ref-cast-impl v1.0.25
20322026-01-30T22:47:55.804Z Compiling memoffset v0.9.1
20332026-01-30T22:47:56.171Z Compiling tower-service v0.3.3
20342026-01-30T22:47:57.173Z Compiling tower-layer v0.3.3
20352026-01-30T22:47:57.506Z Compiling try-lock v0.2.5
20362026-01-30T22:47:57.666Z Compiling tinyvec_macros v0.1.1
20372026-01-30T22:47:58.112Z Compiling darling_macro v0.20.10
20382026-01-30T22:47:58.156Z Compiling tinyvec v1.8.0
20392026-01-30T22:47:58.388Z Compiling want v0.3.1
20402026-01-30T22:47:58.685Z Compiling dof v0.4.0
20412026-01-30T22:47:58.944Z Compiling dof v0.3.0
20422026-01-30T22:47:59.744Z Compiling h2 v0.4.6
20432026-01-30T22:48:00.641Z Compiling dtrace-parser v0.2.0
20442026-01-30T22:48:02.092Z Compiling curve25519-dalek v4.1.3
20452026-01-30T22:48:02.116Z Compiling dtrace-parser v0.3.0
20462026-01-30T22:48:02.650Z Compiling ipnet v2.11.0
20472026-01-30T22:48:02.912Z Compiling daft-derive v0.1.4
20482026-01-30T22:48:03.637Z Compiling async-trait v0.1.89
20492026-01-30T22:48:04.363Z Compiling thread-id v4.2.2
20502026-01-30T22:48:04.508Z Compiling thread-id v5.0.0
20512026-01-30T22:48:04.690Z Compiling num-bigint-dig v0.8.6
20522026-01-30T22:48:05.035Z Compiling openssl-probe v0.1.5
20532026-01-30T22:48:05.164Z Compiling ryu v1.0.18
20542026-01-30T22:48:05.441Z Compiling fastrand v2.1.1
20552026-01-30T22:48:05.476Z Compiling smoltcp v0.9.1
20562026-01-30T22:48:05.910Z Compiling httpdate v1.0.3
20572026-01-30T22:48:06.100Z Compiling foreign-types-shared v0.1.1
20582026-01-30T22:48:06.267Z Compiling foreign-types v0.3.2
20592026-01-30T22:48:06.409Z Compiling tempfile v3.24.0
20602026-01-30T22:48:08.963Z Compiling hyper v1.8.1
20612026-01-30T22:48:13.022Z Compiling darling v0.20.10
20622026-01-30T22:48:18.030Z Compiling strum_macros v0.26.4
20632026-01-30T22:48:18.177Z Compiling wait-timeout v0.2.0
20642026-01-30T22:48:18.397Z Compiling utf8parse v0.2.2
20652026-01-30T22:48:18.892Z Compiling gimli v0.31.1
20662026-01-30T22:48:19.740Z Compiling quick-error v1.2.3
20672026-01-30T22:48:19.889Z Compiling anstyle v1.0.11
20682026-01-30T22:48:20.335Z Compiling bit-vec v0.8.0
20692026-01-30T22:48:20.754Z Compiling bit-set v0.8.0
20702026-01-30T22:48:21.068Z Compiling rusty-fork v0.3.0
20712026-01-30T22:48:23.392Z Compiling addr2line v0.24.2
20722026-01-30T22:48:24.979Z Compiling anstyle-parse v0.2.5
20732026-01-30T22:48:26.289Z Compiling derive_builder_core v0.20.2
20742026-01-30T22:48:28.048Z Compiling hyper-util v0.1.19
20752026-01-30T22:48:28.140Z Compiling unicode-normalization v0.1.24
20762026-01-30T22:48:28.608Z Compiling nix v0.29.0
20772026-01-30T22:48:29.668Z Compiling rand_xorshift v0.4.0
20782026-01-30T22:48:29.915Z Compiling hubpack_derive v0.1.1
20792026-01-30T22:48:31.465Z Compiling signature v2.2.0
20802026-01-30T22:48:31.515Z Compiling openapiv3 v2.2.0
20812026-01-30T22:48:31.666Z Compiling erased-serde v0.3.31
20822026-01-30T22:48:32.614Z Compiling strum_macros v0.27.2
20832026-01-30T22:48:33.346Z Compiling curve25519-dalek-derive v0.1.1
20842026-01-30T22:48:34.851Z Compiling object v0.36.5
20852026-01-30T22:48:37.033Z Compiling fs-err v3.1.1
20862026-01-30T22:48:37.392Z Compiling ahash v0.8.12
20872026-01-30T22:48:37.808Z Compiling crc32fast v1.4.2
20882026-01-30T22:48:38.321Z Compiling rustc-demangle v0.1.24
20892026-01-30T22:48:40.930Z Compiling unicode-bidi v0.3.17
20902026-01-30T22:48:40.954Z Compiling unicode-properties v0.1.3
20912026-01-30T22:48:41.394Z Compiling colorchoice v1.0.2
20922026-01-30T22:48:41.424Z Compiling anstyle-query v1.1.1
20932026-01-30T22:48:41.585Z Compiling buf-list v1.0.3
20942026-01-30T22:48:41.620Z Compiling unarray v0.1.4
20952026-01-30T22:48:41.819Z Compiling zlib-rs v0.5.1
20962026-01-30T22:48:42.003Z Compiling unicode-segmentation v1.12.0
20972026-01-30T22:48:42.354Z Compiling siphasher v0.3.11
20982026-01-30T22:48:42.441Z Compiling is_terminal_polyfill v1.70.1
20992026-01-30T22:48:42.593Z Compiling anstream v0.6.18
21002026-01-30T22:48:42.788Z Compiling phf_shared v0.11.2
21012026-01-30T22:48:42.855Z Compiling backtrace v0.3.74
21022026-01-30T22:48:43.173Z Compiling proptest v1.7.0
21032026-01-30T22:48:43.173Z Compiling stringprep v0.1.5
21042026-01-30T22:48:46.628Z Compiling libz-rs-sys v0.5.1
21052026-01-30T22:48:49.887Z Compiling derive_builder_macro v0.20.2
21062026-01-30T22:48:50.811Z Compiling usdt-macro v0.6.0
21072026-01-30T22:48:52.240Z Compiling rustls-webpki v0.102.8
21082026-01-30T22:48:52.385Z Compiling usdt-attr-macro v0.6.0
21092026-01-30T22:48:52.766Z Compiling oxnet v0.1.4
21102026-01-30T22:48:53.962Z Compiling http-body-util v0.1.3
21112026-01-30T22:48:54.635Z Compiling rand_chacha v0.3.1
21122026-01-30T22:48:54.756Z Compiling sync_wrapper v1.0.1
21132026-01-30T22:48:54.930Z Compiling md-5 v0.10.6
21142026-01-30T22:48:55.017Z Compiling vergen-lib v0.1.6
21152026-01-30T22:48:55.188Z Compiling num-integer v0.1.46
21162026-01-30T22:48:55.373Z Compiling ff v0.13.0
21172026-01-30T22:48:55.406Z Compiling hash32 v0.2.1
21182026-01-30T22:48:55.465Z Compiling encoding_rs v0.8.34
21192026-01-30T22:48:55.616Z Compiling base16ct v0.2.0
21202026-01-30T22:48:55.786Z Compiling psl-types v2.0.11
21212026-01-30T22:48:55.844Z Compiling mime v0.3.17
21222026-01-30T22:48:55.927Z Compiling fallible-iterator v0.2.0
21232026-01-30T22:48:56.369Z Compiling publicsuffix v2.3.0
21242026-01-30T22:48:56.639Z Compiling postgres-protocol v0.6.8
21252026-01-30T22:48:56.694Z Compiling serde_urlencoded v0.7.1
21262026-01-30T22:48:56.884Z Compiling sec1 v0.7.3
21272026-01-30T22:48:57.283Z Compiling num-iter v0.1.45
21282026-01-30T22:48:57.450Z Compiling group v0.13.0
21292026-01-30T22:48:57.748Z Compiling rand v0.8.5
21302026-01-30T22:48:57.779Z Compiling tower v0.5.2
21312026-01-30T22:49:00.112Z Compiling tokio-rustls v0.26.0
21322026-01-30T22:49:00.602Z Compiling derive_builder v0.20.2
21332026-01-30T22:49:00.997Z Compiling tokio-native-tls v0.3.1
21342026-01-30T22:49:01.317Z Compiling newtype-uuid v1.3.2
21352026-01-30T22:49:01.567Z Compiling flate2 v1.1.2
21362026-01-30T22:49:01.937Z Compiling heck v0.4.1
21372026-01-30T22:49:02.179Z Compiling rustls-native-certs v0.8.1
21382026-01-30T22:49:02.653Z Compiling webpki-roots v1.0.1
21392026-01-30T22:49:02.963Z Compiling serde_with_macros v3.16.1
21402026-01-30T22:49:03.392Z Compiling hkdf v0.12.4
21412026-01-30T22:49:03.434Z Compiling regress v0.10.4
21422026-01-30T22:49:03.664Z Compiling vergen v9.0.6
21432026-01-30T22:49:03.847Z Compiling terminal_size v0.4.0
21442026-01-30T22:49:04.371Z Compiling cargo-platform v0.1.8
21452026-01-30T22:49:04.579Z Compiling clap_derive v4.5.47
21462026-01-30T22:49:04.860Z Compiling enum-as-inner v0.6.1
21472026-01-30T22:49:04.888Z Compiling crypto-bigint v0.5.5
21482026-01-30T22:49:05.276Z Compiling serde_repr v0.1.19
21492026-01-30T22:49:06.787Z Compiling lockfree-object-pool v0.1.6
21502026-01-30T22:49:06.829Z Compiling bitflags v1.3.2
21512026-01-30T22:49:06.947Z Compiling managed v0.8.0
21522026-01-30T22:49:07.066Z Compiling iri-string v0.7.8
21532026-01-30T22:49:07.092Z Compiling winnow v0.7.13
21542026-01-30T22:49:07.434Z Compiling bumpalo v3.16.0
21552026-01-30T22:49:08.212Z Compiling clap_lex v0.7.4
21562026-01-30T22:49:08.541Z Compiling simd-adler32 v0.3.7
21572026-01-30T22:49:08.646Z Compiling clap_builder v4.5.48
21582026-01-30T22:49:09.069Z Compiling zopfli v0.8.1
21592026-01-30T22:49:10.470Z Compiling elliptic-curve v0.13.8
21602026-01-30T22:49:10.828Z Compiling tower-http v0.6.6
21612026-01-30T22:49:12.167Z Compiling typify-impl v0.4.3
21622026-01-30T22:49:13.138Z Compiling cargo_metadata v0.19.2
21632026-01-30T22:49:13.496Z Compiling hyper-tls v0.6.0
21642026-01-30T22:49:13.699Z Compiling hyper-rustls v0.27.7
21652026-01-30T22:49:14.592Z Compiling daft v0.1.4
21662026-01-30T22:49:15.161Z Compiling zstd v0.13.3
21672026-01-30T22:49:15.706Z Compiling signal-hook-mio v0.2.4
21682026-01-30T22:49:15.904Z Compiling cookie_store v0.21.1
21692026-01-30T22:49:16.228Z Compiling postgres-types v0.2.9
21702026-01-30T22:49:16.474Z Compiling phf v0.11.2
21712026-01-30T22:49:17.126Z Compiling strum v0.27.2
21722026-01-30T22:49:17.148Z Compiling ed25519 v2.2.3
21732026-01-30T22:49:17.217Z Compiling hubpack v0.1.2
21742026-01-30T22:49:17.379Z Compiling bzip2 v0.5.2
21752026-01-30T22:49:17.418Z Compiling bzip2 v0.4.4
21762026-01-30T22:49:17.632Z Compiling crossbeam-epoch v0.9.18
21772026-01-30T22:49:17.841Z Compiling pkcs1 v0.7.5
21782026-01-30T22:49:18.704Z Compiling rfc6979 v0.4.0
21792026-01-30T22:49:19.207Z Compiling float-cmp v0.10.0
21802026-01-30T22:49:19.501Z Compiling hex v0.4.3
21812026-01-30T22:49:20.208Z Compiling serde-big-array v0.5.1
21822026-01-30T22:49:20.479Z Compiling bstr v1.10.0
21832026-01-30T22:49:20.502Z Compiling env_filter v0.1.2
21842026-01-30T22:49:20.953Z Compiling memmap2 v0.9.8
21852026-01-30T22:49:21.379Z Compiling precomputed-hash v0.1.1
21862026-01-30T22:49:21.428Z Compiling whoami v1.5.2
21872026-01-30T22:49:21.493Z Compiling keccak v0.1.5
21882026-01-30T22:49:21.533Z Compiling fixedbitset v0.5.7
21892026-01-30T22:49:21.930Z Compiling data-encoding v2.9.0
21902026-01-30T22:49:22.156Z Compiling fixedbitset v0.4.2
21912026-01-30T22:49:22.240Z Compiling difflib v0.4.0
21922026-01-30T22:49:22.328Z Compiling jiff v0.2.15
21932026-01-30T22:49:22.573Z Compiling foldhash v0.2.0
21942026-01-30T22:49:22.974Z Compiling normalize-line-endings v0.3.0
21952026-01-30T22:49:23.148Z Compiling toml_write v0.1.2
21962026-01-30T22:49:23.299Z Compiling predicates-core v1.0.8
21972026-01-30T22:49:23.538Z Compiling rustc-hash v2.1.1
21982026-01-30T22:49:23.556Z Compiling new_debug_unreachable v1.0.6
21992026-01-30T22:49:23.613Z Compiling static_assertions v1.1.0
22002026-01-30T22:49:23.675Z Compiling string_cache v0.8.9
22012026-01-30T22:49:23.739Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22022026-01-30T22:49:23.761Z Compiling iddqd v0.3.16
22032026-01-30T22:49:23.848Z Compiling predicates v3.1.3
22042026-01-30T22:49:24.123Z Compiling reqwest v0.12.24
22052026-01-30T22:49:25.208Z Compiling hickory-proto v0.25.2
22062026-01-30T22:49:25.566Z Compiling toml_edit v0.22.27
22072026-01-30T22:49:26.298Z Compiling petgraph v0.6.5
22082026-01-30T22:49:30.541Z Compiling zip v4.2.0
22092026-01-30T22:49:32.161Z Compiling petgraph v0.8.2
22102026-01-30T22:49:32.468Z Compiling sha3 v0.10.8
22112026-01-30T22:49:32.648Z Compiling tokio-postgres v0.7.13
22122026-01-30T22:49:33.060Z Compiling typify-macro v0.4.3
22132026-01-30T22:49:33.483Z Compiling similar v2.7.0
22142026-01-30T22:49:35.299Z Compiling usdt v0.6.0
22152026-01-30T22:49:36.332Z Compiling env_logger v0.11.8
22162026-01-30T22:49:36.656Z Compiling serde_with v3.16.1
22172026-01-30T22:49:37.107Z Compiling ecdsa v0.16.9
22182026-01-30T22:49:37.807Z Compiling rsa v0.9.8
22192026-01-30T22:49:37.992Z Compiling zip v0.6.6
22202026-01-30T22:49:38.445Z Compiling ed25519-dalek v2.1.1
22212026-01-30T22:49:39.955Z Compiling crossterm v0.28.1
22222026-01-30T22:49:41.017Z Compiling clap v4.5.48
22232026-01-30T22:49:41.166Z Compiling strum v0.26.3
22242026-01-30T22:49:41.383Z Compiling tokio-stream v0.1.17
22252026-01-30T22:49:41.693Z Compiling toml v0.7.8
22262026-01-30T22:49:42.401Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22272026-01-30T22:49:42.859Z Compiling x509-cert v0.2.5
22282026-01-30T22:49:43.894Z Compiling sha1 v0.10.6
22292026-01-30T22:49:44.320Z Compiling itertools v0.13.0
22302026-01-30T22:49:44.342Z Compiling winnow v0.6.26
22312026-01-30T22:49:47.187Z Compiling rayon-core v1.12.1
22322026-01-30T22:49:47.333Z Compiling lalrpop-util v0.19.12
22332026-01-30T22:49:47.739Z Compiling peg-runtime v0.8.5
22342026-01-30T22:49:48.225Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22352026-01-30T22:49:54.431Z Compiling proc-macro-crate v1.3.1
22362026-01-30T22:49:58.542Z Compiling macaddr v1.0.1
22372026-01-30T22:49:59.139Z Compiling structmeta-derive v0.3.0
22382026-01-30T22:49:59.585Z Compiling itertools v0.14.0
22392026-01-30T22:50:00.524Z Compiling heapless v0.8.0
22402026-01-30T22:50:02.567Z Compiling ingot-macros v0.1.1
22412026-01-30T22:50:02.890Z Compiling structmeta v0.3.0
22422026-01-30T22:50:08.667Z Compiling num_enum_derive v0.5.11
22432026-01-30T22:50:10.734Z Compiling crossbeam-deque v0.8.5
22442026-01-30T22:50:12.733Z Compiling hash32 v0.3.1
22452026-01-30T22:50:13.198Z Compiling unicode-width v0.1.14
22462026-01-30T22:50:13.435Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22472026-01-30T22:50:15.897Z Compiling smoltcp v0.11.0
22482026-01-30T22:50:18.904Z Compiling tabwriter v1.4.0
22492026-01-30T22:50:22.723Z Compiling num_enum v0.5.11
22502026-01-30T22:50:22.827Z Compiling ingot-types v0.1.2
22512026-01-30T22:50:22.953Z Compiling typify v0.4.3
22522026-01-30T22:50:23.892Z Compiling proc-macro-error-attr v1.0.4
22532026-01-30T22:50:24.948Z Compiling rustls v0.22.4
22542026-01-30T22:50:25.282Z Compiling cobs v0.2.3
22552026-01-30T22:50:26.588Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22562026-01-30T22:50:26.698Z Compiling unsafe-libyaml v0.2.11
22572026-01-30T22:50:27.989Z Compiling postcard v1.0.10
22582026-01-30T22:50:28.428Z Compiling serde_yaml v0.9.34+deprecated
22592026-01-30T22:50:28.762Z Compiling ingot v0.1.1
22602026-01-30T22:50:31.700Z Compiling progenitor-impl v0.11.2
22612026-01-30T22:50:40.522Z Compiling futures-executor v0.3.31
22622026-01-30T22:50:41.484Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22632026-01-30T22:50:41.886Z Compiling foreign-types-macros v0.2.3
22642026-01-30T22:50:42.190Z Compiling thread_local v1.1.8
22652026-01-30T22:50:42.441Z Compiling proc-macro-error v1.0.4
22662026-01-30T22:50:42.814Z Compiling multer v3.1.0
22672026-01-30T22:50:42.886Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22682026-01-30T22:50:43.274Z Compiling foreign-types-shared v0.3.1
22692026-01-30T22:50:44.300Z Compiling match_cfg v0.1.0
22702026-01-30T22:50:44.586Z Compiling slog-async v2.8.0
22712026-01-30T22:50:51.023Z Compiling hostname v0.3.1
22722026-01-30T22:50:55.399Z Compiling foreign-types v0.5.0
22732026-01-30T22:50:57.716Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22742026-01-30T22:50:57.950Z Compiling futures v0.3.31
22752026-01-30T22:51:02.309Z Compiling progenitor-macro v0.11.2
22762026-01-30T22:51:07.354Z Compiling derive-ex v0.1.8
22772026-01-30T22:51:11.251Z Compiling progenitor-client v0.11.2
22782026-01-30T22:51:12.226Z Compiling toml_parser v1.0.6+spec-1.1.0
22792026-01-30T22:51:15.602Z Compiling slog-json v2.6.1
22802026-01-30T22:51:16.318Z Compiling crossbeam-channel v0.5.15
22812026-01-30T22:51:17.223Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22822026-01-30T22:51:17.932Z Compiling async-stream-impl v0.3.6
22832026-01-30T22:51:18.076Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22842026-01-30T22:51:18.169Z Compiling toml_datetime v0.7.5+spec-1.1.0
22852026-01-30T22:51:18.925Z Compiling serde_spanned v1.0.4
22862026-01-30T22:51:19.139Z Compiling cstr-argument v0.1.2
22872026-01-30T22:51:19.166Z Compiling is-terminal v0.4.13
22882026-01-30T22:51:19.200Z Compiling dropshot v0.16.7
22892026-01-30T22:51:19.347Z Compiling typeid v1.0.3
22902026-01-30T22:51:19.444Z Compiling toml_writer v1.0.6+spec-1.1.0
22912026-01-30T22:51:19.872Z Compiling crucible-workspace-hack v0.1.0
22922026-01-30T22:51:20.019Z Compiling take_mut v0.2.2
22932026-01-30T22:51:20.215Z Compiling term v1.1.0
22942026-01-30T22:51:20.237Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
22952026-01-30T22:51:20.594Z Compiling pretty-hex v0.2.1
22962026-01-30T22:51:20.908Z Compiling slog-term v2.9.2
22972026-01-30T22:51:21.385Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22982026-01-30T22:51:21.782Z Compiling toml v0.9.11+spec-1.1.0
22992026-01-30T22:51:22.043Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23002026-01-30T22:51:22.975Z Compiling async-stream v0.3.6
23012026-01-30T22:51:24.122Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23022026-01-30T22:51:24.338Z Compiling slog-bunyan v2.5.0
23032026-01-30T22:51:24.362Z Compiling progenitor v0.11.2
23042026-01-30T22:51:24.525Z Compiling test-strategy v0.4.3
23052026-01-30T22:51:24.617Z Compiling tokio-rustls v0.25.0
23062026-01-30T22:51:25.135Z Compiling rayon v1.10.0
23072026-01-30T22:51:25.205Z Compiling parse-display-derive v0.10.0
23082026-01-30T22:51:27.638Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23092026-01-30T22:51:27.742Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
23102026-01-30T22:51:27.884Z Compiling colored v2.2.0
23112026-01-30T22:51:27.905Z Compiling nix v0.30.1
23122026-01-30T22:51:28.623Z Compiling waitgroup v0.1.2
23132026-01-30T22:51:28.702Z Compiling rustls-pemfile v2.2.0
23142026-01-30T22:51:28.890Z Compiling dropshot_endpoint v0.16.7
23152026-01-30T22:51:29.143Z Compiling newtype-uuid-macros v0.1.0
23162026-01-30T22:51:29.226Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23172026-01-30T22:51:30.021Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23182026-01-30T22:51:30.318Z Compiling serde_path_to_error v0.1.20
23192026-01-30T22:51:30.507Z Compiling hostname v0.4.2
23202026-01-30T22:51:30.598Z Compiling instant v0.1.13
23212026-01-30T22:51:30.732Z Compiling colored v3.0.0
23222026-01-30T22:51:30.801Z Compiling debug-ignore v1.0.5
23232026-01-30T22:51:30.804Z Compiling backoff v0.4.0
23242026-01-30T22:51:31.004Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23252026-01-30T22:51:31.221Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
23262026-01-30T22:51:31.395Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23272026-01-30T22:51:31.454Z Compiling parse-display v0.10.0
23282026-01-30T22:51:32.078Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23292026-01-30T22:51:33.378Z Compiling zone_cfg_derive v0.3.0
23302026-01-30T22:51:34.658Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23312026-01-30T22:51:34.846Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
23322026-01-30T22:51:35.481Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23332026-01-30T22:51:35.539Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23342026-01-30T22:51:35.617Z Compiling camino-tempfile v1.4.1
23352026-01-30T22:51:35.999Z Compiling progenitor-client v0.10.0
23362026-01-30T22:51:36.455Z Compiling itertools v0.12.1
23372026-01-30T22:51:36.952Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
23382026-01-30T22:51:39.573Z Compiling num-derive v0.4.2
23392026-01-30T22:51:40.022Z Compiling sigpipe v0.1.3
23402026-01-30T22:51:40.188Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23412026-01-30T22:51:40.551Z Compiling libefi-sys v0.1.0
23422026-01-30T22:51:40.947Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23432026-01-30T22:51:41.541Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23442026-01-30T22:51:41.617Z Compiling zone v0.3.1
23452026-01-30T22:51:41.716Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23462026-01-30T22:51:42.407Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
23472026-01-30T22:51:43.251Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23482026-01-30T22:51:44.457Z Compiling erased-serde v0.4.6
23492026-01-30T22:51:45.293Z Compiling usdt-attr-macro v0.5.0
23502026-01-30T22:51:45.870Z Compiling usdt-macro v0.5.0
23512026-01-30T22:51:46.033Z Compiling smf v0.2.3
23522026-01-30T22:51:46.777Z Compiling bitfield-struct v0.6.2
23532026-01-30T22:51:47.247Z Compiling ordered-float v2.10.1
23542026-01-30T22:51:47.923Z Compiling blake3 v1.5.4
23552026-01-30T22:51:48.137Z Compiling memmap v0.7.0
23562026-01-30T22:51:48.554Z Compiling usdt v0.5.0
23572026-01-30T22:51:48.661Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23582026-01-30T22:51:49.206Z Compiling serde-value v0.7.0
23592026-01-30T22:51:49.492Z Compiling serde-untagged v0.1.7
23602026-01-30T22:51:49.900Z Compiling toml v0.8.23
23612026-01-30T22:51:49.949Z Compiling xattr v1.3.1
23622026-01-30T22:51:50.048Z Compiling filetime v0.2.26
23632026-01-30T22:51:50.316Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-01-30T22:51:50.319Z Compiling unicode-width v0.2.0
23652026-01-30T22:51:50.429Z Compiling arrayref v0.3.9
23662026-01-30T22:51:50.485Z Compiling unicode-xid v0.2.6
23672026-01-30T22:51:50.562Z Compiling constant_time_eq v0.3.1
23682026-01-30T22:51:50.778Z Compiling arrayvec v0.7.6
23692026-01-30T22:51:50.793Z Compiling same-file v1.0.6
23702026-01-30T22:51:50.832Z Compiling console v0.16.0
23712026-01-30T22:51:50.959Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23722026-01-30T22:51:51.092Z Compiling walkdir v2.5.0
23732026-01-30T22:51:52.458Z Compiling cargo-util-schemas v0.8.2
23742026-01-30T22:51:52.696Z Compiling tar v0.4.44
23752026-01-30T22:51:53.137Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23762026-01-30T22:51:53.503Z Compiling tokio-dtrace v0.1.0
23772026-01-30T22:51:53.596Z Compiling gethostname v0.5.0
23782026-01-30T22:51:53.662Z Compiling cargo-platform v0.2.0
23792026-01-30T22:51:53.840Z Compiling topological-sort v0.2.2
23802026-01-30T22:51:54.054Z Compiling unit-prefix v0.5.1
23812026-01-30T22:51:54.186Z Compiling omicron-zone-package v0.12.2
23822026-01-30T22:51:54.361Z Compiling indicatif v0.18.0
23832026-01-30T22:51:54.891Z Compiling oxide-tokio-rt v0.1.2
23842026-01-30T22:51:55.483Z Compiling cargo_metadata v0.21.0
23852026-01-30T22:51:55.551Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23862026-01-30T22:51:55.897Z Compiling indent_write v2.2.0
23872026-01-30T22:51:56.180Z Compiling shell-words v1.1.0
23882026-01-30T22:52:03.614Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23892026-01-30T22:52:05.956Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23902026-01-30T22:52:12.604Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23912026-01-30T22:52:27.663Z Finished `release` profile [optimized] target(s) in 5m 55s
23922026-01-30T22:52:27.850Z Running `target/release/omicron-package -t test target create -p dev`
23932026-01-30T22:52:27.909ZLogging to: /work/oxidecomputer/omicron/out/LOG
23942026-01-30T22:52:27.912ZCreated new build target 'test' and set it as active
23952026-01-30T22:52:27.914Z
23962026-01-30T22:52:27.914Zreal 5:56.031931136
23972026-01-30T22:52:27.914Zuser 41:02.260777347
23982026-01-30T22:52:27.914Zsys 4:03.241112904
23992026-01-30T22:52:27.914Ztrap 1.339416058
24002026-01-30T22:52:27.914Ztflt 2.184979083
24012026-01-30T22:52:27.914Zdflt 1.264589277
24022026-01-30T22:52:27.915Zkflt 0.000170841
24032026-01-30T22:52:27.915Zlock 1:56:12.776893010
24042026-01-30T22:52:27.915Zslp 2:45:34.271518895
24052026-01-30T22:52:27.915Zlat 3:19.491372386
24062026-01-30T22:52:27.915Zstop 5:54.714349521
24072026-01-30T22:52:27.915Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24082026-01-30T22:52:29.195Z Finished `release` profile [optimized] target(s) in 1.21s
24092026-01-30T22:52:29.262Z Running `target/release/omicron-package -t test package`
24102026-01-30T22:52:29.325ZLogging to: /work/oxidecomputer/omicron/out/LOG
24112026-01-30T22:52:31.300Z Compiling convert_case v0.4.0
24122026-01-30T22:52:31.302Z Compiling progenitor-impl v0.10.0
24132026-01-30T22:52:31.302Z Compiling secrecy v0.10.3
24142026-01-30T22:52:31.520Z Compiling is-terminal v0.4.13
24152026-01-30T22:52:31.522Z Compiling half v2.4.1
24162026-01-30T22:52:31.616Z Compiling ciborium-io v0.2.2
24172026-01-30T22:52:31.640Z Compiling rustls v0.22.4
24182026-01-30T22:52:31.709Z Compiling thread_local v1.1.8
24192026-01-30T22:52:31.751Z Compiling bytecount v0.6.8
24202026-01-30T22:52:31.839Z Compiling match_cfg v0.1.0
24212026-01-30T22:52:31.974Z Compiling hostname v0.3.1
24222026-01-30T22:52:32.106Z Compiling ciborium-ll v0.2.2
24232026-01-30T22:52:32.139Z Compiling derive_more v0.99.20
24242026-01-30T22:52:32.168Z Compiling multer v3.1.0
24252026-01-30T22:52:32.205Z Compiling slog-async v2.8.0
24262026-01-30T22:52:32.208Z Compiling toml_parser v1.0.6+spec-1.1.0
24272026-01-30T22:52:32.292Z Compiling crossbeam-channel v0.5.15
24282026-01-30T22:52:32.336Z Compiling progenitor-client v0.11.2
24292026-01-30T22:52:32.612Z Compiling ciborium v0.2.2
24302026-01-30T22:52:32.919Z Compiling slog-json v2.6.1
24312026-01-30T22:52:33.243Z Compiling futures-executor v0.3.31
24322026-01-30T22:52:33.308Z Compiling toml_datetime v0.7.5+spec-1.1.0
24332026-01-30T22:52:33.623Z Compiling serde_spanned v1.0.4
24342026-01-30T22:52:33.721Z Compiling term v1.1.0
24352026-01-30T22:52:33.903Z Compiling toml_writer v1.0.6+spec-1.1.0
24362026-01-30T22:52:33.933Z Compiling take_mut v0.2.2
24372026-01-30T22:52:34.139Z Compiling unicode-width v0.1.14
24382026-01-30T22:52:34.367Z Compiling slog-term v2.9.2
24392026-01-30T22:52:34.614Z Compiling toml v0.9.11+spec-1.1.0
24402026-01-30T22:52:34.711Z Compiling tabwriter v1.4.0
24412026-01-30T22:52:35.122Z Compiling futures v0.3.31
24422026-01-30T22:52:35.282Z Compiling slog-bunyan v2.5.0
24432026-01-30T22:52:35.526Z Compiling progenitor v0.11.2
24442026-01-30T22:52:35.791Z Compiling dropshot v0.16.7
24452026-01-30T22:52:35.823Z Compiling async-stream v0.3.6
24462026-01-30T22:52:35.894Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
24472026-01-30T22:52:36.131Z Compiling tokio-rustls v0.25.0
24482026-01-30T22:52:36.158Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
24492026-01-30T22:52:36.427Z Compiling waitgroup v0.1.2
24502026-01-30T22:52:36.606Z Compiling rustls-pemfile v2.2.0
24512026-01-30T22:52:36.680Z Compiling serde_path_to_error v0.1.20
24522026-01-30T22:52:36.795Z Compiling hostname v0.4.2
24532026-01-30T22:52:36.970Z Compiling instant v0.1.13
24542026-01-30T22:52:37.040Z Compiling debug-ignore v1.0.5
24552026-01-30T22:52:37.106Z Compiling progenitor-macro v0.10.0
24562026-01-30T22:52:37.168Z Compiling colored v3.0.0
24572026-01-30T22:52:37.247Z Compiling swrite v0.1.0
24582026-01-30T22:52:37.461Z Compiling backoff v0.4.0
24592026-01-30T22:52:37.489Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24602026-01-30T22:52:37.492Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24612026-01-30T22:52:37.826Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
24622026-01-30T22:52:37.879Z Compiling parse-display v0.10.0
24632026-01-30T22:52:38.427Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24642026-01-30T22:52:38.615Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24652026-01-30T22:52:38.675Z Compiling password-hash v0.5.0
24662026-01-30T22:52:39.033Z Compiling blake2 v0.10.6
24672026-01-30T22:52:40.059Z Compiling progenitor-client v0.10.0
24682026-01-30T22:52:40.274Z Compiling universal-hash v0.5.1
24692026-01-30T22:52:40.574Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
24702026-01-30T22:52:40.635Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24712026-01-30T22:52:41.004Z Compiling thiserror-impl-no-std v2.0.2
24722026-01-30T22:52:41.579Z Compiling macaddr v1.0.1
24732026-01-30T22:52:42.182Z Compiling derive-where v1.5.0
24742026-01-30T22:52:42.600Z Compiling opaque-debug v0.3.1
24752026-01-30T22:52:42.753Z Compiling poly1305 v0.8.0
24762026-01-30T22:52:43.150Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
24772026-01-30T22:52:43.309Z Compiling thiserror-no-std v2.0.2
24782026-01-30T22:52:43.493Z Compiling argon2 v0.5.3
24792026-01-30T22:52:44.453Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24802026-01-30T22:52:44.967Z Compiling chacha20 v0.9.1
24812026-01-30T22:52:45.560Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24822026-01-30T22:52:45.972Z Compiling num-rational v0.4.2
24832026-01-30T22:52:47.062Z Compiling aead v0.5.2
24842026-01-30T22:52:47.178Z Compiling num-complex v0.4.6
24852026-01-30T22:52:47.396Z Compiling chacha20poly1305 v0.10.1
24862026-01-30T22:52:47.475Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24872026-01-30T22:52:47.690Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24882026-01-30T22:52:47.863Z Compiling progenitor v0.10.0
24892026-01-30T22:52:48.140Z Compiling num v0.4.3
24902026-01-30T22:52:48.204Z Compiling vsss-rs v3.3.4
24912026-01-30T22:52:48.361Z Compiling console v0.15.10
24922026-01-30T22:52:53.710Z Compiling float-ord v0.3.2
24932026-01-30T22:52:53.759Z Compiling toml v0.8.23
24942026-01-30T22:52:53.759Z Compiling newline-converter v0.3.0
24952026-01-30T22:52:53.759Z Compiling atomicwrites v0.4.4
24962026-01-30T22:52:53.760Z Compiling prettyplease v0.2.36
24972026-01-30T22:52:53.760Z Compiling slog-dtrace v0.3.0
24982026-01-30T22:52:53.760Z Compiling expectorate v1.2.0
24992026-01-30T22:52:53.760Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25002026-01-30T22:52:53.760Z Compiling owo-colors v4.2.2
25012026-01-30T22:52:53.760Z Compiling cancel-safe-futures v0.1.5
25022026-01-30T22:52:53.760Z Compiling resolv-conf v0.7.0
25032026-01-30T22:52:54.505Z Compiling libsw-core v0.3.1
25042026-01-30T22:52:54.596Z Compiling async-recursion v1.1.1
25052026-01-30T22:52:54.868Z Compiling libsw v3.5.0
25062026-01-30T22:52:55.932Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25072026-01-30T22:52:57.962Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25082026-01-30T22:52:58.263Z Compiling linear-map v1.2.0
25092026-01-30T22:52:58.339Z Compiling linked-hash-map v0.5.6
25102026-01-30T22:52:58.741Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25112026-01-30T22:52:58.815Z Compiling lru-cache v0.1.2
25122026-01-30T22:52:58.954Z Compiling unicode-xid v0.2.6
25132026-01-30T22:52:59.113Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25142026-01-30T22:52:59.204Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25152026-01-30T22:53:02.833Z Compiling hickory-proto v0.24.4
25162026-01-30T22:53:05.857Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25172026-01-30T22:53:06.334Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25182026-01-30T22:53:07.983Z Compiling globset v0.4.15
25192026-01-30T22:53:13.395Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25202026-01-30T22:53:13.398Z Compiling hickory-resolver v0.24.4
25212026-01-30T22:53:14.198Z Compiling convert_case v0.7.1
25222026-01-30T22:53:14.312Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25232026-01-30T22:53:14.975Z Compiling derive_more-impl v2.0.1
25242026-01-30T22:53:15.777Z Compiling qorb v0.4.1
25252026-01-30T22:53:16.744Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25262026-01-30T22:53:20.536Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25272026-01-30T22:53:21.006Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25282026-01-30T22:53:23.269Z Compiling derive_more v2.0.1
25292026-01-30T22:53:23.536Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25302026-01-30T22:53:23.874Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25312026-01-30T22:53:24.105Z Compiling pin-project-internal v1.1.6
25322026-01-30T22:53:24.350Z Compiling vte_generate_state_changes v0.1.2
25332026-01-30T22:53:25.014Z Compiling siphasher v1.0.1
25342026-01-30T22:53:25.492Z Compiling termtree v0.5.1
25352026-01-30T22:53:25.843Z Compiling phf_shared v0.12.1
25362026-01-30T22:53:26.281Z Compiling vte v0.11.1
25372026-01-30T22:53:26.357Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25382026-01-30T22:53:26.642Z Compiling pin-project v1.1.6
25392026-01-30T22:53:26.837Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25402026-01-30T22:53:27.900Z Compiling crossterm v0.29.0
25412026-01-30T22:53:32.781Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25422026-01-30T22:53:35.486Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25432026-01-30T22:53:36.580Z Compiling pem v3.0.5
25442026-01-30T22:53:36.978Z Compiling snafu-derive v0.8.5
25452026-01-30T22:53:38.079Z Compiling csv-core v0.1.11
25462026-01-30T22:53:39.016Z Compiling chrono-tz v0.10.4
25472026-01-30T22:53:39.448Z Compiling csv v1.3.1
25482026-01-30T22:53:39.493Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25492026-01-30T22:53:39.851Z Compiling strip-ansi-escapes v0.2.0
25502026-01-30T22:53:40.002Z Compiling phf v0.12.1
25512026-01-30T22:53:40.395Z Compiling const_format_proc_macros v0.2.34
25522026-01-30T22:53:40.634Z Compiling papergrid v0.11.0
25532026-01-30T22:53:41.201Z Compiling snafu v0.8.5
25542026-01-30T22:53:41.654Z Compiling tabled_derive v0.7.0
25552026-01-30T22:53:42.168Z Compiling olpc-cjson v0.1.4
25562026-01-30T22:53:42.445Z Compiling fd-lock v4.0.2
25572026-01-30T22:53:42.591Z Compiling peg-macros v0.8.5
25582026-01-30T22:53:42.736Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25592026-01-30T22:53:42.959Z Compiling serde_plain v1.0.2
25602026-01-30T22:53:43.547Z Compiling highway v1.3.0
25612026-01-30T22:53:43.636Z Compiling typed-path v0.9.3
25622026-01-30T22:53:43.733Z Compiling nu-ansi-term v0.50.1
25632026-01-30T22:53:44.949Z Compiling reedline v0.40.0
25642026-01-30T22:53:45.155Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25652026-01-30T22:53:45.529Z Compiling tabled v0.15.0
25662026-01-30T22:53:45.691Z Compiling peg v0.8.5
25672026-01-30T22:53:45.842Z Compiling const_format v0.2.34
25682026-01-30T22:53:47.002Z Compiling tough v0.20.0
25692026-01-30T22:53:48.937Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25702026-01-30T22:53:53.666Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25712026-01-30T22:53:56.790Z Compiling bcs v0.1.6
25722026-01-30T22:53:57.684Z Compiling base64 v0.21.7
25732026-01-30T22:53:58.854Z Compiling semver v0.1.20
25742026-01-30T22:53:59.427Z Compiling rustc_version v0.1.7
25752026-01-30T22:53:59.804Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25762026-01-30T22:53:59.849Z Compiling newtype_derive v0.1.6
25772026-01-30T22:54:00.196Z Compiling smawk v0.3.2
25782026-01-30T22:54:00.228Z Compiling humantime v2.2.0
25792026-01-30T22:54:00.543Z Compiling unicode-linebreak v0.1.5
25802026-01-30T22:54:01.089Z Compiling textwrap v0.16.2
25812026-01-30T22:54:01.256Z Compiling dropshot-api-manager-types v0.2.4
25822026-01-30T22:54:03.804Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25832026-01-30T22:54:04.070Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25842026-01-30T22:54:04.629Z Compiling steno v0.4.1
25852026-01-30T22:54:04.812Z Compiling utf-8 v0.7.6
25862026-01-30T22:54:04.843Z Compiling moka v0.12.10
25872026-01-30T22:54:05.220Z Compiling tagptr v0.2.0
25882026-01-30T22:54:05.300Z Compiling tungstenite v0.21.0
25892026-01-30T22:54:08.912Z Compiling hickory-resolver v0.25.2
25902026-01-30T22:54:09.958Z Compiling tokio-tungstenite v0.21.0
25912026-01-30T22:54:10.320Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25922026-01-30T22:54:10.600Z Compiling radium v0.7.0
25932026-01-30T22:54:10.679Z Compiling tap v1.0.1
25942026-01-30T22:54:10.930Z Compiling maybe-uninit v2.0.0
25952026-01-30T22:54:11.461Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25962026-01-30T22:54:11.874Z Compiling wyz v0.5.1
25972026-01-30T22:54:12.419Z Compiling zerocopy-derive v0.6.6
25982026-01-30T22:54:14.146Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
25992026-01-30T22:54:16.313Z Compiling proc-macro-error-attr2 v2.0.0
26002026-01-30T22:54:17.139Z Compiling display-error-chain v0.2.2
26012026-01-30T22:54:17.436Z Compiling packed_struct v0.10.1
26022026-01-30T22:54:17.940Z Compiling funty v2.0.0
26032026-01-30T22:54:19.540Z Compiling crc-catalog v2.4.0
26042026-01-30T22:54:19.764Z Compiling crc v3.2.1
26052026-01-30T22:54:20.490Z Compiling bitvec v1.0.1
26062026-01-30T22:54:21.702Z Compiling proc-macro-error2 v2.0.1
26072026-01-30T22:54:22.257Z Compiling zerocopy v0.6.6
26082026-01-30T22:54:23.305Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
26092026-01-30T22:54:24.863Z Compiling packed_struct_codegen v0.10.1
26102026-01-30T22:54:24.981Z Compiling bitfield-macros v0.19.2
26112026-01-30T22:54:25.062Z Compiling indexmap v1.9.3
26122026-01-30T22:54:25.477Z Compiling nodrop v0.1.14
26132026-01-30T22:54:25.675Z Compiling array-init v0.0.4
26142026-01-30T22:54:26.486Z Compiling bitfield v0.19.2
26152026-01-30T22:54:26.865Z Compiling smallvec v0.6.14
26162026-01-30T22:54:27.020Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26172026-01-30T22:54:27.387Z Compiling num-derive v0.3.3
26182026-01-30T22:54:27.421Z Compiling hashbrown v0.12.3
26192026-01-30T22:54:28.799Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26202026-01-30T22:54:29.552Z Compiling libscf-sys v1.1.0
26212026-01-30T22:54:29.875Z Compiling serde-hex v0.1.0
26222026-01-30T22:54:30.985Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26232026-01-30T22:54:31.413Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26242026-01-30T22:54:31.495Z Compiling ron v0.8.1
26252026-01-30T22:54:33.181Z Compiling hashbrown v0.13.2
26262026-01-30T22:54:33.902Z Compiling vergen-gitcl v1.0.8
26272026-01-30T22:54:34.296Z Compiling dirs-sys-next v0.1.2
26282026-01-30T22:54:34.528Z Compiling maplit v1.0.2
26292026-01-30T22:54:34.712Z Compiling crunchy v0.2.2
26302026-01-30T22:54:34.803Z Compiling crc-any v2.5.0
26312026-01-30T22:54:35.289Z Compiling dirs-next v2.0.0
26322026-01-30T22:54:35.340Z Compiling object v0.30.4
26332026-01-30T22:54:35.591Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26342026-01-30T22:54:35.761Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26352026-01-30T22:54:37.030Z Compiling dsl_auto_type v0.1.2
26362026-01-30T22:54:37.304Z Compiling scheduled-thread-pool v0.2.7
26372026-01-30T22:54:37.386Z Compiling diesel_table_macro_syntax v0.2.0
26382026-01-30T22:54:37.807Z Compiling path-slash v0.1.5
26392026-01-30T22:54:38.118Z Compiling tiny-keccak v2.0.2
26402026-01-30T22:54:38.242Z Compiling diesel_derives v2.2.3
26412026-01-30T22:54:38.531Z Compiling r2d2 v0.8.10
26422026-01-30T22:54:39.099Z Compiling term v0.7.0
26432026-01-30T22:54:40.011Z Compiling tabled_derive v0.11.0
26442026-01-30T22:54:40.262Z Compiling papergrid v0.17.0
26452026-01-30T22:54:42.530Z Compiling testing_table v0.3.0
26462026-01-30T22:54:43.373Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26472026-01-30T22:54:47.693Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26482026-01-30T22:54:48.005Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26492026-01-30T22:54:48.407Z Compiling bit-vec v0.6.3
26502026-01-30T22:54:48.868Z Compiling arc-swap v1.7.1
26512026-01-30T22:54:49.604Z Compiling xshell-macros v0.2.7
26522026-01-30T22:54:50.385Z Compiling xshell v0.2.7
26532026-01-30T22:54:50.796Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26542026-01-30T22:54:53.281Z Compiling slog-scope v4.4.0
26552026-01-30T22:54:54.024Z Compiling bit-set v0.5.3
26562026-01-30T22:54:54.219Z Compiling diesel v2.2.12
26572026-01-30T22:54:54.368Z Compiling tabled v0.20.0
26582026-01-30T22:54:57.426Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26592026-01-30T22:55:01.922Z Compiling ascii-canvas v3.0.0
26602026-01-30T22:55:02.421Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26612026-01-30T22:55:03.315Z Compiling ena v0.14.3
26622026-01-30T22:55:03.603Z Compiling unicase v2.8.1
26632026-01-30T22:55:03.786Z Compiling bindgen v0.71.1
26642026-01-30T22:55:04.194Z Compiling diff v0.1.13
26652026-01-30T22:55:04.373Z Compiling regex-syntax v0.6.29
26662026-01-30T22:55:04.849Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26672026-01-30T22:55:07.301Z Compiling slog-stdlog v4.1.1
26682026-01-30T22:55:08.205Z Compiling lalrpop v0.19.12
26692026-01-30T22:55:09.327Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26702026-01-30T22:55:12.183Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26712026-01-30T22:55:13.269Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26722026-01-30T22:55:13.347Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26732026-01-30T22:55:13.645Z Compiling crc8 v0.1.1
26742026-01-30T22:55:13.728Z Compiling slog-envlogger v2.2.0
26752026-01-30T22:55:14.021Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-01-30T22:55:16.368Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26772026-01-30T22:55:17.371Z Compiling headers-core v0.3.0
26782026-01-30T22:55:17.647Z Compiling libxml v0.3.3
26792026-01-30T22:55:18.181Z Compiling headers v0.4.1
26802026-01-30T22:55:21.941Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26812026-01-30T22:55:24.913Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26822026-01-30T22:55:25.300Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26832026-01-30T22:55:26.199Z Compiling strum_macros v0.24.3
26842026-01-30T22:55:26.465Z Compiling samael v0.0.19
26852026-01-30T22:55:28.204Z Compiling indoc v1.0.9
26862026-01-30T22:55:29.198Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26872026-01-30T22:55:29.554Z Compiling polar-core v0.27.3
26882026-01-30T22:55:30.186Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26892026-01-30T22:55:30.218Z Compiling derive_builder v0.20.2
26902026-01-30T22:55:30.468Z Compiling impl-trait-for-tuples v0.2.2
26912026-01-30T22:55:30.582Z Compiling oso-derive v0.27.3
26922026-01-30T22:55:31.568Z Compiling quick-xml v0.37.2
26932026-01-30T22:55:31.853Z Compiling half v1.8.3
26942026-01-30T22:55:32.842Z Compiling serde_cbor v0.11.2
26952026-01-30T22:55:33.762Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26962026-01-30T22:55:35.438Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26972026-01-30T22:55:36.091Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26982026-01-30T22:55:36.929Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26992026-01-30T22:55:41.327Z Compiling diesel-dtrace v0.4.2
27002026-01-30T22:55:41.897Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27012026-01-30T22:55:47.486Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27022026-01-30T22:55:47.909Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27032026-01-30T22:55:50.914Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27042026-01-30T22:55:52.168Z Compiling bb8 v0.8.5
27052026-01-30T22:55:52.858Z Compiling oso v0.27.3
27062026-01-30T22:55:55.365Z Compiling trait-variant v0.1.2
27072026-01-30T22:55:55.823Z Compiling async-bb8-diesel v0.2.1
27082026-01-30T22:55:56.478Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27092026-01-30T22:55:56.705Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27102026-01-30T22:55:57.911Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27112026-01-30T22:55:59.122Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27122026-01-30T22:55:59.766Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27132026-01-30T22:56:02.915Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27142026-01-30T22:56:02.951Z Compiling fxhash v0.2.1
27152026-01-30T22:56:03.241Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27162026-01-30T22:56:03.368Z Compiling typify-impl v0.2.0
27172026-01-30T22:56:03.705Z Compiling kstat-rs v0.2.4
27182026-01-30T22:56:04.650Z Compiling libz-sys v1.1.20
27192026-01-30T22:56:05.404Z Compiling nonempty v0.12.0
27202026-01-30T22:56:05.975Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27212026-01-30T22:56:09.441Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27222026-01-30T22:56:11.597Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27232026-01-30T22:56:12.756Z Compiling typify-macro v0.2.0
27242026-01-30T22:56:16.303Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27252026-01-30T22:56:21.377Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
27262026-01-30T22:56:26.133Z Compiling nanorand v0.7.0
27272026-01-30T22:56:26.909Z Compiling fs-err v2.11.0
27282026-01-30T22:56:27.320Z Compiling parking_lot_core v0.8.6
27292026-01-30T22:56:27.360Z Compiling mime_guess v2.0.5
27302026-01-30T22:56:28.070Z Compiling flume v0.11.1
27312026-01-30T22:56:28.138Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
27322026-01-30T22:56:28.442Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27332026-01-30T22:56:28.896Z Compiling libgit2-sys v0.18.2+1.9.1
27342026-01-30T22:56:30.896Z Compiling salty v0.3.0
27352026-01-30T22:56:31.471Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27362026-01-30T22:56:38.660Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27372026-01-30T22:56:52.824Z Compiling tabled_derive v0.10.0
27382026-01-30T22:56:53.694Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27392026-01-30T22:56:55.082Z Compiling ignore v0.4.23
27402026-01-30T22:56:57.418Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27412026-01-30T22:57:00.028Z Compiling papergrid v0.14.0
27422026-01-30T22:57:01.067Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27432026-01-30T22:57:04.499Z Compiling castaway v0.2.3
27442026-01-30T22:57:04.763Z Compiling nibble_vec v0.1.0
27452026-01-30T22:57:05.080Z Compiling atty v0.2.14
27462026-01-30T22:57:05.309Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27472026-01-30T22:57:05.711Z Compiling endian-type v0.1.2
27482026-01-30T22:57:06.018Z Compiling parse-size v1.1.0
27492026-01-30T22:57:06.380Z Compiling http-range v0.1.5
27502026-01-30T22:57:06.415Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27512026-01-30T22:57:06.889Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27522026-01-30T22:57:07.027Z Compiling radix_trie v0.2.1
27532026-01-30T22:57:08.108Z Compiling compact_str v0.8.0
27542026-01-30T22:57:09.569Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27552026-01-30T22:57:10.717Z Compiling tabled v0.18.0
27562026-01-30T22:57:12.610Z Compiling globwalk v0.9.1
27572026-01-30T22:57:13.226Z Compiling parking_lot v0.11.2
27582026-01-30T22:57:15.646Z Compiling typify v0.2.0
27592026-01-30T22:57:15.892Z Compiling predicates-tree v1.0.12
27602026-01-30T22:57:16.747Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27612026-01-30T22:57:17.512Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27622026-01-30T22:57:20.199Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27632026-01-30T22:57:21.284Z Compiling unicode-truncate v1.1.0
27642026-01-30T22:57:24.740Z Compiling primeorder v0.13.6
27652026-01-30T22:57:25.399Z Compiling prefix-trie v0.7.0
27662026-01-30T22:57:26.491Z Compiling lru v0.12.5
27672026-01-30T22:57:26.923Z Compiling vergen-git2 v1.0.7
27682026-01-30T22:57:27.342Z Compiling instability v0.3.2
27692026-01-30T22:57:28.105Z Compiling indoc v2.0.6
27702026-01-30T22:57:28.303Z Compiling cassowary v0.3.0
27712026-01-30T22:57:28.418Z Compiling git2 v0.20.2
27722026-01-30T22:57:29.022Z Compiling ratatui v0.29.0
27732026-01-30T22:57:30.476Z Compiling hickory-server v0.25.2
27742026-01-30T22:57:31.798Z Compiling p384 v0.13.1
27752026-01-30T22:57:36.427Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-01-30T22:57:37.569Z Compiling camino-tempfile-ext v0.3.2
27772026-01-30T22:57:38.107Z Compiling progenitor-impl v0.8.0
27782026-01-30T22:57:43.345Z Compiling hyper-staticfile v0.10.1
27792026-01-30T22:57:44.657Z Compiling sled v0.34.7
27802026-01-30T22:57:44.926Z Compiling hickory-client v0.25.2
27812026-01-30T22:57:46.541Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27822026-01-30T22:57:46.929Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27832026-01-30T22:57:47.510Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27842026-01-30T22:57:47.913Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27852026-01-30T22:57:48.456Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27862026-01-30T22:57:53.846Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
27872026-01-30T22:57:56.002Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
27882026-01-30T22:57:57.896Z Compiling rand_seeder v0.4.0
27892026-01-30T22:57:58.381Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-01-30T22:57:59.378Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
27912026-01-30T22:57:59.871Z Compiling lzma-sys v0.1.20
27922026-01-30T22:58:00.686Z Compiling rustls v0.21.12
27932026-01-30T22:58:01.093Z Compiling corncobs v0.1.4
27942026-01-30T22:58:01.575Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-01-30T22:58:03.235Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27962026-01-30T22:58:03.597Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27972026-01-30T22:58:06.003Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27982026-01-30T22:58:10.375Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27992026-01-30T22:58:14.466Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28002026-01-30T22:58:19.360Z Compiling progenitor-macro v0.8.0
28012026-01-30T22:58:20.701Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28022026-01-30T22:58:24.720Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28032026-01-30T22:58:30.383Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28042026-01-30T22:58:32.197Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28052026-01-30T22:58:37.757Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28062026-01-30T22:58:38.173Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28072026-01-30T22:58:38.583Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28082026-01-30T22:58:39.012Z Compiling progenitor-client v0.8.0
28092026-01-30T22:58:39.520Z Compiling rustls-webpki v0.101.7
28102026-01-30T22:58:40.043Z Compiling sct v0.7.1
28112026-01-30T22:58:40.538Z Compiling heck v0.3.3
28122026-01-30T22:58:40.924Z Compiling secrecy v0.8.0
28132026-01-30T22:58:41.305Z Compiling void v1.0.2
28142026-01-30T22:58:41.546Z Compiling lzss v0.8.2
28152026-01-30T22:58:43.297Z Compiling zone_cfg_derive v0.1.2
28162026-01-30T22:58:46.998Z Compiling progenitor v0.8.0
28172026-01-30T22:58:47.465Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28182026-01-30T22:58:48.421Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28192026-01-30T22:58:49.932Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28202026-01-30T22:58:52.210Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28212026-01-30T22:58:54.843Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28222026-01-30T22:58:56.323Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28232026-01-30T22:58:58.180Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28242026-01-30T22:58:58.628Z Compiling tungstenite v0.23.0
28252026-01-30T22:59:04.159Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28262026-01-30T22:59:04.589Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28272026-01-30T22:59:04.995Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28282026-01-30T22:59:05.364Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28292026-01-30T22:59:05.419Z Compiling nix v0.27.1
28302026-01-30T22:59:05.831Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28312026-01-30T22:59:06.595Z Compiling serde_bytes v0.11.19
28322026-01-30T22:59:07.181Z Compiling base64 v0.13.1
28332026-01-30T22:59:08.061Z Compiling number_prefix v0.4.0
28342026-01-30T22:59:08.301Z Compiling ron v0.7.1
28352026-01-30T22:59:08.398Z Compiling indicatif v0.17.11
28362026-01-30T22:59:09.497Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28372026-01-30T22:59:09.595Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28382026-01-30T22:59:10.622Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28392026-01-30T22:59:13.479Z Compiling tokio-tungstenite v0.23.1
28402026-01-30T22:59:14.210Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28412026-01-30T22:59:15.061Z Compiling xz2 v0.1.7
28422026-01-30T22:59:15.733Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28432026-01-30T22:59:37.513Z Compiling tokio-rustls v0.24.1
28442026-01-30T22:59:38.066Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28452026-01-30T22:59:45.084Z Compiling zone v0.1.8
28462026-01-30T22:59:47.213Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28472026-01-30T22:59:48.518Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28482026-01-30T22:59:49.378Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
28492026-01-30T22:59:53.448Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28502026-01-30T22:59:54.757Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28512026-01-30T22:59:58.536Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28522026-01-30T22:59:59.682Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28532026-01-30T23:00:00.486Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28542026-01-30T23:00:13.985Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552026-01-30T23:00:15.007Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28562026-01-30T23:00:22.638Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28572026-01-30T23:00:23.592Z Compiling rustls-pemfile v1.0.4
28582026-01-30T23:00:24.394Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28592026-01-30T23:00:27.547Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28602026-01-30T23:00:27.960Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28612026-01-30T23:00:29.287Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28622026-01-30T23:00:31.111Z Compiling signal-hook-tokio v0.3.1
28632026-01-30T23:00:31.198Z Compiling twox-hash v2.1.0
28642026-01-30T23:00:31.417Z Compiling yasna v0.5.2
28652026-01-30T23:00:32.052Z Compiling is_ci v1.2.0
28662026-01-30T23:00:32.271Z Compiling supports-color v3.0.2
28672026-01-30T23:00:32.755Z Compiling rcgen v0.12.1
28682026-01-30T23:00:34.178Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28692026-01-30T23:00:34.854Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28702026-01-30T23:00:43.652Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28712026-01-30T23:00:44.412Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28722026-01-30T23:00:52.131Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
28732026-01-30T23:01:17.456Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28742026-01-30T23:01:19.381Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28752026-01-30T23:01:25.024Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28762026-01-30T23:01:28.931Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28772026-01-30T23:01:33.440Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28782026-01-30T23:01:42.585Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28792026-01-30T23:01:42.994Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28802026-01-30T23:01:43.404Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28812026-01-30T23:01:43.768Z Compiling fatfs v0.3.6
28822026-01-30T23:01:44.077Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28832026-01-30T23:01:46.691Z Compiling subprocess v0.2.9
28842026-01-30T23:01:46.868Z Compiling rtoolbox v0.0.2
28852026-01-30T23:01:47.359Z Compiling assert_matches v1.5.0
28862026-01-30T23:01:47.529Z Compiling seq-macro v0.3.6
28872026-01-30T23:01:51.415Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28882026-01-30T23:01:53.472Z Compiling rpassword v7.4.0
28892026-01-30T23:01:54.165Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28902026-01-30T23:02:03.323Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28912026-01-30T23:02:08.980Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-01-30T23:02:09.214Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28932026-01-30T23:02:32.118Z Compiling tui-tree-widget v0.23.1
28942026-01-30T23:02:32.661Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-01-30T23:02:42.916Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-01-30T23:02:43.446Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-01-30T23:02:43.982Z Compiling uzers v0.12.1
28982026-01-30T23:02:47.360Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-01-30T23:02:49.530Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-01-30T23:02:59.338Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-01-30T23:03:06.791Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-01-30T23:03:28.070Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29032026-01-30T23:03:32.251Z Compiling support-bundle-viewer v0.1.2
29042026-01-30T23:03:32.892Z Compiling multimap v0.10.1
29052026-01-30T23:05:45.606Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-01-30T23:06:05.884Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-01-30T23:16:44.046Z Finished `release` profile [optimized] target(s) in 24m 14s
29082026-01-30T23:17:43.486Z
29092026-01-30T23:17:43.489Zreal 25:15.269505341
29102026-01-30T23:17:43.489Zuser 3:00:06.182303652
29112026-01-30T23:17:43.489Zsys 4:56.825000206
29122026-01-30T23:17:43.489Ztrap 4.843620394
29132026-01-30T23:17:43.489Ztflt 2.663527358
29142026-01-30T23:17:43.489Zdflt 7.712329541
29152026-01-30T23:17:43.489Zkflt 0.043916050
29162026-01-30T23:17:43.489Zlock 12:01:56.512757255
29172026-01-30T23:17:43.489Zslp 8:52:18.349919631
29182026-01-30T23:17:43.489Zlat 4:43.371176546
29192026-01-30T23:17:43.489Zstop 4:37.502615547
29202026-01-30T23:17:43.489Z+ mapfile -t packages
29212026-01-30T23:17:43.489Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-01-30T23:17:44.920Z Finished `release` profile [optimized] target(s) in 1.36s
29232026-01-30T23:17:44.985Z Running `target/release/omicron-package -t test list-outputs`
29242026-01-30T23:17:45.044ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-01-30T23:17:45.047Z+ ptime -m cargo build --locked --release -p xtask
29262026-01-30T23:17:45.884Z Compiling serde_core v1.0.228
29272026-01-30T23:17:45.884Z Compiling syn v2.0.114
29282026-01-30T23:17:45.887Z Compiling bitflags v2.9.4
29292026-01-30T23:17:45.887Z Compiling serde v1.0.228
29302026-01-30T23:17:45.887Z Compiling libc v0.2.180
29312026-01-30T23:17:45.887Z Compiling serde_json v1.0.149
29322026-01-30T23:17:45.887Z Compiling num-traits v0.2.19
29332026-01-30T23:17:46.040Z Compiling rustix v0.38.37
29342026-01-30T23:17:46.433Z Compiling smallvec v1.15.1
29352026-01-30T23:17:46.714Z Compiling hashbrown v0.16.1
29362026-01-30T23:17:46.885Z Compiling usdt-impl v0.5.0
29372026-01-30T23:17:46.906Z Compiling syn v1.0.109
29382026-01-30T23:17:47.534Z Compiling percent-encoding v2.3.2
29392026-01-30T23:17:47.758Z Compiling thread-id v4.2.2
29402026-01-30T23:17:47.913Z Compiling log v0.4.29
29412026-01-30T23:17:48.087Z Compiling rustix v1.1.3
29422026-01-30T23:17:48.246Z Compiling indexmap v2.13.0
29432026-01-30T23:17:48.400Z Compiling getrandom v0.3.4
29442026-01-30T23:17:49.109Z Compiling ordered-float v2.10.1
29452026-01-30T23:17:49.254Z Compiling terminal_size v0.4.0
29462026-01-30T23:17:49.278Z Compiling form_urlencoded v1.2.2
29472026-01-30T23:17:50.141Z Compiling fs-err v3.1.1
29482026-01-30T23:17:50.220Z Compiling heck v0.4.1
29492026-01-30T23:17:50.544Z Compiling once_cell v1.21.3
29502026-01-30T23:17:50.640Z Compiling anyhow v1.0.99
29512026-01-30T23:17:51.060Z Compiling clap_builder v4.5.48
29522026-01-30T23:17:51.929Z Compiling tempfile v3.24.0
29532026-01-30T23:17:52.991Z Compiling synstructure v0.13.1
29542026-01-30T23:17:53.117Z Compiling proc-macro-error v1.0.4
29552026-01-30T23:17:53.738Z Compiling textwrap v0.16.2
29562026-01-30T23:17:53.833Z Compiling camino-tempfile v1.4.1
29572026-01-30T23:17:54.375Z Compiling tabled_derive v0.7.0
29582026-01-30T23:17:55.758Z Compiling serde_derive v1.0.228
29592026-01-30T23:17:55.867Z Compiling thiserror-impl v2.0.18
29602026-01-30T23:17:55.885Z Compiling zerofrom-derive v0.1.4
29612026-01-30T23:17:55.887Z Compiling yoke-derive v0.7.4
29622026-01-30T23:17:55.962Z Compiling zerovec-derive v0.10.3
29632026-01-30T23:17:56.183Z Compiling displaydoc v0.2.5
29642026-01-30T23:17:57.716Z Compiling thiserror-impl v1.0.69
29652026-01-30T23:17:58.142Z Compiling icu_provider_macros v1.5.0
29662026-01-30T23:17:58.256Z Compiling zerocopy-derive v0.7.35
29672026-01-30T23:17:58.590Z Compiling thiserror v2.0.18
29682026-01-30T23:17:58.650Z Compiling zerofrom v0.1.4
29692026-01-30T23:17:58.821Z Compiling pest v2.8.2
29702026-01-30T23:17:58.934Z Compiling yoke v0.7.4
29712026-01-30T23:17:59.398Z Compiling zerovec v0.10.4
29722026-01-30T23:17:59.445Z Compiling scroll_derive v0.12.0
29732026-01-30T23:18:00.039Z Compiling zerocopy v0.7.35
29742026-01-30T23:18:00.463Z Compiling thiserror v1.0.69
29752026-01-30T23:18:00.797Z Compiling scroll v0.12.0
29762026-01-30T23:18:01.461Z Compiling goblin v0.8.2
29772026-01-30T23:18:01.491Z Compiling pest_meta v2.8.2
29782026-01-30T23:18:01.843Z Compiling tinystr v0.7.6
29792026-01-30T23:18:02.341Z Compiling icu_locid v1.5.0
29802026-01-30T23:18:02.523Z Compiling icu_collections v1.5.0
29812026-01-30T23:18:03.953Z Compiling icu_provider v1.5.0
29822026-01-30T23:18:04.014Z Compiling pest_generator v2.8.2
29832026-01-30T23:18:05.012Z Compiling icu_locid_transform v1.5.0
29842026-01-30T23:18:05.226Z Compiling serde_spanned v0.6.9
29852026-01-30T23:18:05.564Z Compiling toml_datetime v0.6.11
29862026-01-30T23:18:05.682Z Compiling pest_derive v2.8.2
29872026-01-30T23:18:06.242Z Compiling toml_edit v0.22.27
29882026-01-30T23:18:06.383Z Compiling dof v0.3.0
29892026-01-30T23:18:06.535Z Compiling dtrace-parser v0.2.0
29902026-01-30T23:18:07.236Z Compiling icu_properties v1.5.1
29912026-01-30T23:18:09.462Z Compiling serde_tokenstream v0.2.2
29922026-01-30T23:18:09.966Z Compiling erased-serde v0.4.6
29932026-01-30T23:18:10.945Z Compiling toml v0.8.23
29942026-01-30T23:18:11.567Z Compiling icu_normalizer v1.5.0
29952026-01-30T23:18:13.464Z Compiling idna_adapter v1.2.0
29962026-01-30T23:18:13.777Z Compiling idna v1.0.3
29972026-01-30T23:18:16.107Z Compiling url v2.5.4
29982026-01-30T23:18:16.714Z Compiling serde-untagged v0.1.7
29992026-01-30T23:18:17.553Z Compiling serde-value v0.7.0
30002026-01-30T23:18:19.040Z Compiling cargo-util-schemas v0.8.2
30012026-01-30T23:18:20.273Z Compiling usdt-macro v0.5.0
30022026-01-30T23:18:21.531Z Compiling usdt-attr-macro v0.5.0
30032026-01-30T23:18:21.555Z Compiling cargo-platform v0.2.0
30042026-01-30T23:18:22.611Z Compiling clap_derive v4.5.47
30052026-01-30T23:18:22.802Z Compiling cargo_metadata v0.21.0
30062026-01-30T23:18:22.924Z Compiling usdt v0.5.0
30072026-01-30T23:18:24.419Z Compiling cargo_toml v0.21.0
30082026-01-30T23:18:24.456Z Compiling macaddr v1.0.1
30092026-01-30T23:18:24.755Z Compiling tabled v0.15.0
30102026-01-30T23:18:26.902Z Compiling clap v4.5.48
30112026-01-30T23:18:36.758Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30122026-01-30T23:18:42.845Z Finished `release` profile [optimized] target(s) in 57.71s
30132026-01-30T23:18:42.996Z
30142026-01-30T23:18:42.996Zreal 57.899491563
30152026-01-30T23:18:42.996Zuser 6:21.085556980
30162026-01-30T23:18:42.996Zsys 30.267398133
30172026-01-30T23:18:42.996Ztrap 0.207778838
30182026-01-30T23:18:42.999Ztflt 0.315948445
30192026-01-30T23:18:42.999Zdflt 0.452080934
30202026-01-30T23:18:42.999Zkflt 0.000018955
30212026-01-30T23:18:42.999Zlock 18:24.607521645
30222026-01-30T23:18:42.999Zslp 21:07.791945898
30232026-01-30T23:18:42.999Zlat 26.358920154
30242026-01-30T23:18:42.999Zstop 37.938511149
30252026-01-30T23:18:42.999Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30262026-01-30T23:18:42.999Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30272026-01-30T23:18:42.999Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30282026-01-30T23:18:42.999Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30292026-01-30T23:18:42.999Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30302026-01-30T23:18:44.433Z Compiling regress v0.10.4
30312026-01-30T23:18:44.604Z Compiling unsafe-libyaml v0.2.11
30322026-01-30T23:18:44.607Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30332026-01-30T23:18:44.607Z Compiling match_cfg v0.1.0
30342026-01-30T23:18:44.659Z Compiling structmeta-derive v0.3.0
30352026-01-30T23:18:44.662Z Compiling rustls v0.22.4
30362026-01-30T23:18:44.663Z Compiling newtype-uuid-macros v0.1.0
30372026-01-30T23:18:44.663Z Compiling multer v3.1.0
30382026-01-30T23:18:44.755Z Compiling hostname v0.3.1
30392026-01-30T23:18:45.342Z Compiling debug-ignore v1.0.5
30402026-01-30T23:18:45.345Z Compiling toml_parser v1.0.6+spec-1.1.0
30412026-01-30T23:18:45.345Z Compiling progenitor-client v0.10.0
30422026-01-30T23:18:45.345Z Compiling slog-json v2.6.1
30432026-01-30T23:18:45.642Z Compiling async-stream-impl v0.3.6
30442026-01-30T23:18:45.830Z Compiling toml_datetime v0.7.5+spec-1.1.0
30452026-01-30T23:18:46.384Z Compiling serde_yaml v0.9.34+deprecated
30462026-01-30T23:18:46.451Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30472026-01-30T23:18:46.511Z Compiling serde_spanned v1.0.4
30482026-01-30T23:18:46.641Z Compiling dropshot v0.16.7
30492026-01-30T23:18:46.803Z Compiling toml_writer v1.0.6+spec-1.1.0
30502026-01-30T23:18:46.960Z Compiling async-stream v0.3.6
30512026-01-30T23:18:47.100Z Compiling slog-bunyan v2.5.0
30522026-01-30T23:18:47.135Z Compiling structmeta v0.3.0
30532026-01-30T23:18:47.244Z Compiling toml v0.9.11+spec-1.1.0
30542026-01-30T23:18:47.367Z Compiling waitgroup v0.1.2
30552026-01-30T23:18:47.555Z Compiling rustls-pemfile v2.2.0
30562026-01-30T23:18:47.631Z Compiling dropshot_endpoint v0.16.7
30572026-01-30T23:18:47.919Z Compiling itertools v0.14.0
30582026-01-30T23:18:48.034Z Compiling serde_path_to_error v0.1.20
30592026-01-30T23:18:48.287Z Compiling typify-impl v0.4.3
30602026-01-30T23:18:48.927Z Compiling hostname v0.4.2
30612026-01-30T23:18:49.223Z Compiling derive-ex v0.1.8
30622026-01-30T23:18:50.060Z Compiling tokio-rustls v0.25.0
30632026-01-30T23:18:50.564Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
30642026-01-30T23:18:50.567Z Compiling macaddr v1.0.1
30652026-01-30T23:18:50.834Z Compiling tabwriter v1.4.0
30662026-01-30T23:18:51.061Z Compiling instant v0.1.13
30672026-01-30T23:18:51.088Z Compiling progenitor-client v0.11.2
30682026-01-30T23:18:51.268Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30692026-01-30T23:18:51.298Z Compiling parse-display-derive v0.10.0
30702026-01-30T23:18:51.677Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
30712026-01-30T23:18:52.089Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30722026-01-30T23:18:52.331Z Compiling colored v3.0.0
30732026-01-30T23:18:52.412Z Compiling backoff v0.4.0
30742026-01-30T23:18:52.449Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30752026-01-30T23:18:52.828Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
30762026-01-30T23:18:53.110Z Compiling proc-macro-crate v1.3.1
30772026-01-30T23:18:53.253Z Compiling crucible-workspace-hack v0.1.0
30782026-01-30T23:18:53.441Z Compiling test-strategy v0.4.3
30792026-01-30T23:18:53.646Z Compiling proc-macro-error v1.0.4
30802026-01-30T23:18:53.712Z Compiling heapless v0.8.0
30812026-01-30T23:18:54.144Z Compiling num_enum_derive v0.5.11
30822026-01-30T23:18:54.338Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30832026-01-30T23:18:54.808Z Compiling ingot-macros v0.1.1
30842026-01-30T23:18:54.886Z Compiling hash32 v0.3.1
30852026-01-30T23:18:54.987Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
30862026-01-30T23:18:55.189Z Compiling smoltcp v0.11.0
30872026-01-30T23:18:55.229Z Compiling parse-display v0.10.0
30882026-01-30T23:18:55.876Z Compiling foreign-types-macros v0.2.3
30892026-01-30T23:18:55.942Z Compiling cobs v0.2.3
30902026-01-30T23:18:56.290Z Compiling foreign-types-shared v0.3.1
30912026-01-30T23:18:56.471Z Compiling postcard v1.0.10
30922026-01-30T23:18:56.556Z Compiling num_enum v0.5.11
30932026-01-30T23:18:57.038Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
30942026-01-30T23:18:57.139Z Compiling foreign-types v0.5.0
30952026-01-30T23:18:57.158Z Compiling nix v0.30.1
30962026-01-30T23:18:57.236Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30972026-01-30T23:18:57.286Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
30982026-01-30T23:18:57.985Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
30992026-01-30T23:18:58.065Z Compiling cstr-argument v0.1.2
31002026-01-30T23:18:58.118Z Compiling rayon-core v1.12.1
31012026-01-30T23:18:58.275Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
31022026-01-30T23:18:58.375Z Compiling pretty-hex v0.2.1
31032026-01-30T23:18:58.503Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31042026-01-30T23:18:58.543Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31052026-01-30T23:18:58.667Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31062026-01-30T23:18:58.783Z Compiling crossbeam-deque v0.8.5
31072026-01-30T23:18:58.828Z Compiling colored v2.2.0
31082026-01-30T23:18:59.057Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
31092026-01-30T23:19:00.027Z Compiling camino-tempfile v1.4.1
31102026-01-30T23:19:00.050Z Compiling typify-macro v0.4.3
31112026-01-30T23:19:00.545Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31122026-01-30T23:19:00.751Z Compiling rayon v1.10.0
31132026-01-30T23:19:00.854Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31142026-01-30T23:19:01.209Z Compiling zone_cfg_derive v0.3.0
31152026-01-30T23:19:01.524Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
31162026-01-30T23:19:01.977Z Compiling ingot-types v0.1.2
31172026-01-30T23:19:02.002Z Compiling itertools v0.12.1
31182026-01-30T23:19:02.390Z Compiling smf v0.2.3
31192026-01-30T23:19:02.697Z Compiling num-derive v0.4.2
31202026-01-30T23:19:02.930Z Compiling ingot v0.1.1
31212026-01-30T23:19:03.403Z Compiling sigpipe v0.1.3
31222026-01-30T23:19:03.585Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31232026-01-30T23:19:03.624Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
31242026-01-30T23:19:04.135Z Compiling typify v0.4.3
31252026-01-30T23:19:04.188Z Compiling toml v0.8.23
31262026-01-30T23:19:04.374Z Compiling progenitor-impl v0.11.2
31272026-01-30T23:19:04.583Z Compiling convert_case v0.4.0
31282026-01-30T23:19:04.990Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31292026-01-30T23:19:05.056Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31302026-01-30T23:19:05.215Z Compiling zone v0.3.1
31312026-01-30T23:19:05.384Z Compiling universal-hash v0.5.1
31322026-01-30T23:19:05.476Z Compiling derive_more v0.99.20
31332026-01-30T23:19:05.649Z Compiling opaque-debug v0.3.1
31342026-01-30T23:19:05.694Z Compiling secrecy v0.10.3
31352026-01-30T23:19:05.789Z Compiling progenitor-impl v0.10.0
31362026-01-30T23:19:05.860Z Compiling aead v0.5.2
31372026-01-30T23:19:05.996Z Compiling half v2.4.1
31382026-01-30T23:19:06.279Z Compiling ciborium-io v0.2.2
31392026-01-30T23:19:06.308Z Compiling poly1305 v0.8.0
31402026-01-30T23:19:06.481Z Compiling ciborium-ll v0.2.2
31412026-01-30T23:19:06.573Z Compiling chacha20 v0.9.1
31422026-01-30T23:19:06.861Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
31432026-01-30T23:19:06.922Z Compiling ciborium v0.2.2
31442026-01-30T23:19:07.017Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31452026-01-30T23:19:07.110Z Compiling num-rational v0.4.2
31462026-01-30T23:19:08.084Z Compiling thiserror-impl-no-std v2.0.2
31472026-01-30T23:19:08.139Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
31482026-01-30T23:19:08.313Z Compiling num-complex v0.4.6
31492026-01-30T23:19:08.731Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
31502026-01-30T23:19:08.857Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31512026-01-30T23:19:09.650Z Compiling num v0.4.3
31522026-01-30T23:19:09.801Z Compiling password-hash v0.5.0
31532026-01-30T23:19:10.501Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
31542026-01-30T23:19:10.768Z Compiling blake2 v0.10.6
31552026-01-30T23:19:11.056Z Compiling thiserror-no-std v2.0.2
31562026-01-30T23:19:11.166Z Compiling progenitor-macro v0.11.2
31572026-01-30T23:19:11.233Z Compiling indent_write v2.2.0
31582026-01-30T23:19:11.524Z Compiling float-ord v0.3.2
31592026-01-30T23:19:11.790Z Compiling argon2 v0.5.3
31602026-01-30T23:19:12.066Z Compiling vsss-rs v3.3.4
31612026-01-30T23:19:12.160Z Compiling chacha20poly1305 v0.10.1
31622026-01-30T23:19:12.455Z Compiling gethostname v0.5.0
31632026-01-30T23:19:12.514Z Compiling progenitor-macro v0.10.0
31642026-01-30T23:19:12.705Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31652026-01-30T23:19:13.250Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
31662026-01-30T23:19:13.469Z Compiling usdt-attr-macro v0.5.0
31672026-01-30T23:19:13.956Z Compiling usdt-macro v0.5.0
31682026-01-30T23:19:14.090Z Compiling derive-where v1.5.0
31692026-01-30T23:19:14.804Z Compiling owo-colors v4.2.2
31702026-01-30T23:19:15.221Z Compiling cancel-safe-futures v0.1.5
31712026-01-30T23:19:15.354Z Compiling console v0.15.10
31722026-01-30T23:19:15.543Z Compiling usdt v0.5.0
31732026-01-30T23:19:15.615Z Compiling resolv-conf v0.7.0
31742026-01-30T23:19:15.702Z Compiling libsw-core v0.3.1
31752026-01-30T23:19:16.051Z Compiling libsw v3.5.0
31762026-01-30T23:19:16.418Z Compiling async-recursion v1.1.1
31772026-01-30T23:19:16.464Z Compiling libefi-sys v0.1.0
31782026-01-30T23:19:16.699Z Compiling linear-map v1.2.0
31792026-01-30T23:19:16.727Z Compiling hickory-proto v0.24.4
31802026-01-30T23:19:16.891Z Compiling atomicwrites v0.4.4
31812026-01-30T23:19:17.103Z Compiling newline-converter v0.3.0
31822026-01-30T23:19:17.279Z Compiling bitfield-struct v0.6.2
31832026-01-30T23:19:17.316Z Compiling semver v0.1.20
31842026-01-30T23:19:17.343Z Compiling linked-hash-map v0.5.6
31852026-01-30T23:19:17.750Z Compiling rustc_version v0.1.7
31862026-01-30T23:19:17.903Z Compiling lru-cache v0.1.2
31872026-01-30T23:19:17.929Z Compiling expectorate v1.2.0
31882026-01-30T23:19:18.216Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31892026-01-30T23:19:18.253Z Compiling slog-dtrace v0.3.0
31902026-01-30T23:19:18.463Z Compiling siphasher v1.0.1
31912026-01-30T23:19:18.684Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31922026-01-30T23:19:18.687Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31932026-01-30T23:19:18.830Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31942026-01-30T23:19:18.859Z Compiling newtype_derive v0.1.6
31952026-01-30T23:19:18.975Z Compiling phf_shared v0.12.1
31962026-01-30T23:19:19.252Z Compiling tokio-dtrace v0.1.0
31972026-01-30T23:19:19.280Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31982026-01-30T23:19:19.374Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-01-30T23:19:19.489Z Compiling dropshot-api-manager-types v0.2.4
32002026-01-30T23:19:19.774Z Compiling pin-project-internal v1.1.6
32012026-01-30T23:19:20.180Z Compiling csv-core v0.1.11
32022026-01-30T23:19:20.272Z Compiling xshell-macros v0.2.7
32032026-01-30T23:19:20.459Z Compiling chrono-tz v0.10.4
32042026-01-30T23:19:20.767Z Compiling base64 v0.21.7
32052026-01-30T23:19:20.841Z Compiling const_format_proc_macros v0.2.34
32062026-01-30T23:19:21.110Z Compiling xshell v0.2.7
32072026-01-30T23:19:21.540Z Compiling csv v1.3.1
32082026-01-30T23:19:22.073Z Compiling hickory-resolver v0.24.4
32092026-01-30T23:19:22.260Z Compiling oxide-tokio-rt v0.1.2
32102026-01-30T23:19:22.588Z Compiling pin-project v1.1.6
32112026-01-30T23:19:22.621Z Compiling phf v0.12.1
32122026-01-30T23:19:22.835Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32132026-01-30T23:19:22.865Z Compiling snafu-derive v0.8.5
32142026-01-30T23:19:22.954Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32152026-01-30T23:19:23.476Z Compiling pem v3.0.5
32162026-01-30T23:19:24.026Z Compiling same-file v1.0.6
32172026-01-30T23:19:24.079Z Compiling progenitor v0.11.2
32182026-01-30T23:19:24.273Z Compiling highway v1.3.0
32192026-01-30T23:19:24.377Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
32202026-01-30T23:19:24.407Z Compiling walkdir v2.5.0
32212026-01-30T23:19:24.691Z Compiling qorb v0.4.1
32222026-01-30T23:19:25.300Z Compiling const_format v0.2.34
32232026-01-30T23:19:25.415Z Compiling progenitor v0.10.0
32242026-01-30T23:19:25.701Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32252026-01-30T23:19:26.023Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32262026-01-30T23:19:27.668Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32272026-01-30T23:19:27.671Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32282026-01-30T23:19:27.699Z Compiling snafu v0.8.5
32292026-01-30T23:19:28.011Z Compiling tabled_derive v0.7.0
32302026-01-30T23:19:28.105Z Compiling globset v0.4.15
32312026-01-30T23:19:28.474Z Compiling olpc-cjson v0.1.4
32322026-01-30T23:19:28.830Z Compiling primeorder v0.13.6
32332026-01-30T23:19:28.902Z Compiling bcs v0.1.6
32342026-01-30T23:19:28.982Z Compiling serde_plain v1.0.2
32352026-01-30T23:19:29.435Z Compiling radium v0.7.0
32362026-01-30T23:19:29.465Z Compiling utf-8 v0.7.6
32372026-01-30T23:19:29.588Z Compiling termtree v0.5.1
32382026-01-30T23:19:29.618Z Compiling typed-path v0.9.3
32392026-01-30T23:19:29.794Z Compiling tungstenite v0.21.0
32402026-01-30T23:19:29.822Z Compiling textwrap v0.16.2
32412026-01-30T23:19:29.894Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32422026-01-30T23:19:30.026Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32432026-01-30T23:19:30.324Z Compiling tabled v0.15.0
32442026-01-30T23:19:30.403Z Compiling steno v0.4.1
32452026-01-30T23:19:30.914Z Compiling typify-impl v0.2.0
32462026-01-30T23:19:31.833Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32472026-01-30T23:19:32.671Z Compiling tough v0.20.0
32482026-01-30T23:19:34.367Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32492026-01-30T23:19:34.652Z Compiling humantime v2.2.0
32502026-01-30T23:19:35.216Z Compiling maybe-uninit v2.0.0
32512026-01-30T23:19:35.837Z Compiling tap v1.0.1
32522026-01-30T23:19:36.082Z Compiling moka v0.12.10
32532026-01-30T23:19:36.276Z Compiling wyz v0.5.1
32542026-01-30T23:19:36.609Z Compiling tokio-tungstenite v0.21.0
32552026-01-30T23:19:36.713Z Compiling funty v2.0.0
32562026-01-30T23:19:36.716Z Compiling salty v0.3.0
32572026-01-30T23:19:37.120Z Compiling packed_struct v0.10.1
32582026-01-30T23:19:37.243Z Compiling arc-swap v1.7.1
32592026-01-30T23:19:37.271Z Compiling tagptr v0.2.0
32602026-01-30T23:19:37.600Z Compiling bitvec v1.0.1
32612026-01-30T23:19:37.707Z Compiling slog-scope v4.4.0
32622026-01-30T23:19:37.864Z Compiling p384 v0.13.1
32632026-01-30T23:19:38.238Z Compiling polyval v0.6.2
32642026-01-30T23:19:38.284Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32652026-01-30T23:19:38.765Z Compiling packed_struct_codegen v0.10.1
32662026-01-30T23:19:39.023Z Compiling bitfield-macros v0.19.2
32672026-01-30T23:19:39.209Z Compiling zerocopy-derive v0.6.6
32682026-01-30T23:19:39.552Z Compiling proc-macro-error-attr2 v2.0.0
32692026-01-30T23:19:40.413Z Compiling indexmap v1.9.3
32702026-01-30T23:19:40.665Z Compiling nodrop v0.1.14
32712026-01-30T23:19:40.812Z Compiling crc-catalog v2.4.0
32722026-01-30T23:19:40.861Z Compiling parking_lot_core v0.8.6
32732026-01-30T23:19:41.022Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32742026-01-30T23:19:41.124Z Compiling crc v3.2.1
32752026-01-30T23:19:41.201Z Compiling zerocopy v0.6.6
32762026-01-30T23:19:41.435Z Compiling array-init v0.0.4
32772026-01-30T23:19:41.507Z Compiling bitfield v0.19.2
32782026-01-30T23:19:41.843Z Compiling proc-macro-error2 v2.0.1
32792026-01-30T23:19:42.024Z Compiling hickory-resolver v0.25.2
32802026-01-30T23:19:42.067Z Compiling ghash v0.5.1
32812026-01-30T23:19:42.329Z Compiling slog-stdlog v4.1.1
32822026-01-30T23:19:42.487Z Compiling smallvec v0.6.14
32832026-01-30T23:19:42.544Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32842026-01-30T23:19:42.572Z Compiling typify-macro v0.2.0
32852026-01-30T23:19:42.734Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32862026-01-30T23:19:42.923Z Compiling ctr v0.9.2
32872026-01-30T23:19:43.358Z Compiling num-derive v0.3.3
32882026-01-30T23:19:43.484Z Compiling lzma-sys v0.1.20
32892026-01-30T23:19:43.528Z Compiling hashbrown v0.12.3
32902026-01-30T23:19:44.384Z Compiling unicase v2.8.1
32912026-01-30T23:19:44.700Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32922026-01-30T23:19:44.842Z Compiling mime_guess v2.0.5
32932026-01-30T23:19:45.043Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32942026-01-30T23:19:45.579Z Compiling libscf-sys v1.1.0
32952026-01-30T23:19:45.877Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
32962026-01-30T23:19:46.023Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32972026-01-30T23:19:46.156Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32982026-01-30T23:19:46.563Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32992026-01-30T23:19:46.684Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33002026-01-30T23:19:47.183Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33012026-01-30T23:19:47.390Z Compiling typify v0.2.0
33022026-01-30T23:19:47.471Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33032026-01-30T23:19:47.612Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33042026-01-30T23:19:48.254Z Compiling progenitor-impl v0.8.0
33052026-01-30T23:19:50.110Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33062026-01-30T23:19:50.659Z Compiling aes-gcm v0.10.3
33072026-01-30T23:19:51.057Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33082026-01-30T23:19:51.553Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33092026-01-30T23:19:52.048Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33102026-01-30T23:19:52.438Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33112026-01-30T23:19:53.999Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33122026-01-30T23:19:54.169Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33132026-01-30T23:19:54.635Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33142026-01-30T23:19:54.948Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33152026-01-30T23:19:55.015Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33162026-01-30T23:19:55.123Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33172026-01-30T23:19:55.483Z Compiling progenitor-macro v0.8.0
33182026-01-30T23:19:56.181Z Compiling serde-hex v0.1.0
33192026-01-30T23:19:57.048Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33202026-01-30T23:19:57.706Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33212026-01-30T23:19:58.082Z Compiling slog-envlogger v2.2.0
33222026-01-30T23:19:58.526Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33232026-01-30T23:19:58.826Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33242026-01-30T23:19:58.880Z Compiling tabled_derive v0.11.0
33252026-01-30T23:20:00.702Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33262026-01-30T23:20:00.745Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33272026-01-30T23:20:01.051Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33282026-01-30T23:20:01.743Z Compiling ron v0.8.1
33292026-01-30T23:20:02.244Z Compiling papergrid v0.17.0
33302026-01-30T23:20:03.707Z Compiling testing_table v0.3.0
33312026-01-30T23:20:04.058Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33322026-01-30T23:20:04.261Z Compiling hashbrown v0.13.2
33332026-01-30T23:20:04.772Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33342026-01-30T23:20:05.293Z Compiling progenitor-client v0.8.0
33352026-01-30T23:20:05.370Z Compiling heck v0.3.3
33362026-01-30T23:20:05.789Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
33372026-01-30T23:20:05.857Z Compiling ssh-encoding v0.2.0
33382026-01-30T23:20:06.225Z Compiling blowfish v0.9.1
33392026-01-30T23:20:06.515Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33402026-01-30T23:20:06.596Z Compiling nibble_vec v0.1.0
33412026-01-30T23:20:06.765Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33422026-01-30T23:20:06.892Z Compiling endian-type v0.1.2
33432026-01-30T23:20:07.136Z Compiling crc-any v2.5.0
33442026-01-30T23:20:07.144Z Compiling corncobs v0.1.4
33452026-01-30T23:20:07.172Z Compiling radix_trie v0.2.1
33462026-01-30T23:20:07.291Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33472026-01-30T23:20:07.473Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33482026-01-30T23:20:07.636Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33492026-01-30T23:20:07.778Z Compiling bcrypt-pbkdf v0.10.0
33502026-01-30T23:20:08.237Z Compiling progenitor v0.8.0
33512026-01-30T23:20:08.358Z Compiling ssh-cipher v0.2.0
33522026-01-30T23:20:08.501Z Compiling zone_cfg_derive v0.1.2
33532026-01-30T23:20:08.528Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33542026-01-30T23:20:09.113Z Compiling object v0.30.4
33552026-01-30T23:20:09.871Z Compiling tabled v0.20.0
33562026-01-30T23:20:10.137Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33572026-01-30T23:20:10.830Z Compiling parking_lot v0.11.2
33582026-01-30T23:20:11.231Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33592026-01-30T23:20:11.721Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33602026-01-30T23:20:14.330Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33612026-01-30T23:20:15.239Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33622026-01-30T23:20:19.567Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33632026-01-30T23:20:19.599Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33642026-01-30T23:20:19.599Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33652026-01-30T23:20:19.699Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33662026-01-30T23:20:20.070Z Compiling prefix-trie v0.7.0
33672026-01-30T23:20:20.159Z Compiling password-hash v0.4.2
33682026-01-30T23:20:20.357Z Compiling fxhash v0.2.1
33692026-01-30T23:20:20.651Z Compiling secrecy v0.8.0
33702026-01-30T23:20:20.944Z Compiling path-slash v0.1.5
33712026-01-30T23:20:20.971Z Compiling base64 v0.13.1
33722026-01-30T23:20:21.036Z Compiling half v1.8.3
33732026-01-30T23:20:21.065Z Compiling http-range v0.1.5
33742026-01-30T23:20:21.219Z Compiling number_prefix v0.4.0
33752026-01-30T23:20:21.448Z Compiling indicatif v0.17.11
33762026-01-30T23:20:21.527Z Compiling serde_cbor v0.11.2
33772026-01-30T23:20:21.555Z Compiling ron v0.7.1
33782026-01-30T23:20:21.680Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33792026-01-30T23:20:23.434Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33802026-01-30T23:20:23.652Z Compiling hickory-server v0.25.2
33812026-01-30T23:20:25.246Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33822026-01-30T23:20:25.535Z Compiling pbkdf2 v0.11.0
33832026-01-30T23:20:25.953Z Compiling sled v0.34.7
33842026-01-30T23:20:26.267Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33852026-01-30T23:20:26.663Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33862026-01-30T23:20:27.001Z Compiling xz2 v0.1.7
33872026-01-30T23:20:27.850Z Compiling zone v0.1.8
33882026-01-30T23:20:28.183Z Compiling ssh-key v0.6.6
33892026-01-30T23:20:29.305Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33902026-01-30T23:20:30.312Z Compiling hickory-client v0.25.2
33912026-01-30T23:20:30.569Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33922026-01-30T23:20:31.041Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33932026-01-30T23:20:31.317Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33942026-01-30T23:20:31.553Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
33952026-01-30T23:20:32.216Z Compiling p256 v0.13.2
33962026-01-30T23:20:32.387Z Compiling p521 v0.13.3
33972026-01-30T23:20:32.995Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
33982026-01-30T23:20:33.046Z Compiling yasna v0.5.2
33992026-01-30T23:20:34.669Z Compiling headers-core v0.3.0
34002026-01-30T23:20:34.725Z Compiling kstat-rs v0.2.4
34012026-01-30T23:20:34.758Z Compiling nanorand v0.7.0
34022026-01-30T23:20:34.787Z Compiling russh-cryptovec v0.7.3
34032026-01-30T23:20:34.902Z Compiling atty v0.2.14
34042026-01-30T23:20:35.125Z Compiling crc8 v0.1.1
34052026-01-30T23:20:35.162Z Compiling md5 v0.7.0
34062026-01-30T23:20:35.341Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34072026-01-30T23:20:35.367Z Compiling flume v0.11.1
34082026-01-30T23:20:35.367Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34092026-01-30T23:20:35.752Z Compiling russh-keys v0.45.0
34102026-01-30T23:20:35.780Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
34112026-01-30T23:20:36.067Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34122026-01-30T23:20:36.325Z Compiling headers v0.4.1
34132026-01-30T23:20:36.964Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
34142026-01-30T23:20:38.163Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34152026-01-30T23:20:39.325Z Compiling rcgen v0.12.1
34162026-01-30T23:20:39.402Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34172026-01-30T23:20:41.087Z Compiling hyper-staticfile v0.10.1
34182026-01-30T23:20:41.527Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34192026-01-30T23:20:42.192Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34202026-01-30T23:20:42.914Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34212026-01-30T23:20:44.465Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34222026-01-30T23:20:45.970Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34232026-01-30T23:20:46.484Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34242026-01-30T23:20:46.515Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34252026-01-30T23:20:48.579Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34262026-01-30T23:20:49.520Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34272026-01-30T23:20:49.603Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34282026-01-30T23:20:51.136Z Compiling num-bigint v0.4.6
34292026-01-30T23:20:51.225Z Compiling des v0.8.1
34302026-01-30T23:20:51.624Z Compiling subprocess v0.2.9
34312026-01-30T23:20:51.750Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34322026-01-30T23:20:52.698Z Compiling display-error-chain v0.2.2
34332026-01-30T23:20:52.977Z Compiling hex-literal v0.4.1
34342026-01-30T23:20:53.204Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34352026-01-30T23:20:53.341Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34362026-01-30T23:20:53.638Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34372026-01-30T23:20:54.216Z Compiling russh v0.45.0
34382026-01-30T23:20:55.192Z Compiling internet-checksum v0.2.1
34392026-01-30T23:20:55.472Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34402026-01-30T23:20:56.337Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34412026-01-30T23:20:57.140Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34422026-01-30T23:21:01.102Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34432026-01-30T23:21:01.126Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34442026-01-30T23:21:01.286Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34452026-01-30T23:21:12.341Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34462026-01-30T23:21:47.265Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34472026-01-30T23:22:17.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 34s
34482026-01-30T23:22:18.024Z
34492026-01-30T23:22:18.024Zreal 3:34.927277565
34502026-01-30T23:22:18.024Zuser 19:29.100277290
34512026-01-30T23:22:18.024Zsys 2:39.159598127
34522026-01-30T23:22:18.024Ztrap 0.616163908
34532026-01-30T23:22:18.024Ztflt 0.280982659
34542026-01-30T23:22:18.027Zdflt 0.722273995
34552026-01-30T23:22:18.027Zkflt 0.000030413
34562026-01-30T23:22:18.027Zlock 53:16.805642652
34572026-01-30T23:22:18.027Zslp 1:10:43.423203941
34582026-01-30T23:22:18.027Zlat 1:03.009249528
34592026-01-30T23:22:18.027Zstop 2:38.332585752
34602026-01-30T23:22:18.027Z+ mkdir tests
34612026-01-30T23:22:18.031Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34622026-01-30T23:22:18.031Z+ xargs -I '{}' -t cp '{}' tests/
34632026-01-30T23:22:18.073Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5f230167d49e16fb tests/
34642026-01-30T23:22:18.110Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-d7dd6747762d75ee tests/
34652026-01-30T23:22:18.151Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-46b329bd4ac15855 tests/
34662026-01-30T23:22:18.186Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a59fa4fbbad2e0a5 tests/
34672026-01-30T23:22:18.560Z+ 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/*)
34682026-01-30T23:22:18.563Z+ 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-5f230167d49e16fb tests/commtest-d7dd6747762d75ee tests/dhcp_server-46b329bd4ac15855 tests/end_to_end_tests-a59fa4fbbad2e0a5 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
34692026-01-30T23:24:04.958ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34702026-01-30T23:24:04.958Za .github/buildomat/ci-env.sh 1K
34712026-01-30T23:24:04.958Za out/target/test 1K
34722026-01-30T23:24:04.958Za out/npuzone/npuzone 27402K
34732026-01-30T23:24:04.958Za package-manifest.toml 35K
34742026-01-30T23:24:04.958Za smf/sled-agent/non-gimlet/config.toml 6K
34752026-01-30T23:24:04.958Za target/release/omicron-package 42900K
34762026-01-30T23:24:04.958Za target/release/xtask 11509K
34772026-01-30T23:24:04.958Za target/debug/bootstrap 319823K
34782026-01-30T23:24:04.958Za tests/bootstrap-5f230167d49e16fb 31130K
34792026-01-30T23:24:04.959Za tests/commtest-d7dd6747762d75ee 34921K
34802026-01-30T23:24:04.959Za tests/dhcp_server-46b329bd4ac15855 31130K
34812026-01-30T23:24:04.959Za tests/end_to_end_tests-a59fa4fbbad2e0a5 364868K
34822026-01-30T23:24:04.959Za out/clickhouse.tar.gz 318996K
34832026-01-30T23:24:04.959Za out/clickhouse_keeper.tar.gz 301972K
34842026-01-30T23:24:04.959Za out/clickhouse_server.tar.gz 318995K
34852026-01-30T23:24:04.959Za out/cockroachdb.tar.gz 164774K
34862026-01-30T23:24:04.959Za out/crucible-pantry-zone.tar.gz 41369K
34872026-01-30T23:24:04.959Za out/crucible-utils.tar 17744K
34882026-01-30T23:24:04.959Za out/crucible-zone.tar.gz 55507K
34892026-01-30T23:24:04.959Za out/external-dns.tar.gz 47854K
34902026-01-30T23:24:04.959Za out/internal-dns.tar.gz 47854K
34912026-01-30T23:24:04.959Za out/mg-ddm-gz.tar 84156K
34922026-01-30T23:24:04.959Za out/nexus.tar.gz 210219K
34932026-01-30T23:24:04.959Za out/ntp.tar.gz 28717K
34942026-01-30T23:24:04.959Za out/omicron-gateway-softnpu.tar.gz 30133K
34952026-01-30T23:24:04.959Za out/omicron-sled-agent.tar 189631K
34962026-01-30T23:24:04.959Za out/overlay.tar.gz 3K
34972026-01-30T23:24:04.959Za out/oximeter.tar.gz 64623K
34982026-01-30T23:24:04.959Za out/oxlog.tar 3945K
34992026-01-30T23:24:04.959Za out/probe.tar.gz 3037K
35002026-01-30T23:24:04.959Za out/propolis-server.tar.gz 74630K
35012026-01-30T23:24:04.959Za out/pumpkind-gz.tar 26647K
35022026-01-30T23:24:04.959Za out/switch-softnpu.tar.gz 380493K
35032026-01-30T23:24:04.962Z
35042026-01-30T23:24:04.963Zreal 1:46.375560390
35052026-01-30T23:24:04.963Zuser 1:41.790764071
35062026-01-30T23:24:04.963Zsys 6.785223373
35072026-01-30T23:24:04.963Ztrap 0.029572127
35082026-01-30T23:24:04.963Ztflt 0.000000000
35092026-01-30T23:24:04.963Zdflt 0.000000000
35102026-01-30T23:24:04.963Zkflt 0.000000000
35112026-01-30T23:24:04.963Zlock 0.000000000
35122026-01-30T23:24:04.963Zslp 1:41.397707817
35132026-01-30T23:24:04.963Zlat 2.742380349
35142026-01-30T23:24:04.963Zstop 0.000506410
35152026-01-30T23:24:04.963Zprocess exited: duration 2638816 ms, exit code 0
 
35162026-01-30T23:24:04.979Zfound 1 output files
35172026-01-30T23:24:04.979Zuploading: /work/package.tar.gz (2414613231 bytes)
35182026-01-30T23:24:46.734Zuploaded: /work/package.tar.gz