01KJRGHBD44ZV7KJTE545PMCQC: 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: 01KJRGHXJ34K7YTRNPB2TN3QZ0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-03T00:12:20.168Zjob assigned to worker 01KJRGJ5A28ZFPXSY2472XKPF1 [factory aws, i-0055b1160348cc291] (queued for 59 s)
 
22026-03-03T00:12:29.063Zstarting task 0: "setup"
32026-03-03T00:12:29.068Z++ uname -s
42026-03-03T00:12:29.072Z+ kern=SunOS
52026-03-03T00:12:29.072Z+ build_user=build
62026-03-03T00:12:29.072Z+ build_uid=12345
72026-03-03T00:12:29.072Z+ work_dir=/work
82026-03-03T00:12:29.072Z+ input_dir=/input
92026-03-03T00:12:29.072Z+ [[ 0 == 12345 ]]
102026-03-03T00:12:29.072Z+ case "$kern" in
112026-03-03T00:12:29.072Z+ groupadd -g 12345 build
122026-03-03T00:12:29.075Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-03T00:12:31.081Z+ zfs create -o mountpoint=/work rpool/work
142026-03-03T00:12:31.190Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-03T00:12:31.195Z+ home_fs=zfs
162026-03-03T00:12:31.195Z+ [[ zfs == autofs ]]
172026-03-03T00:12:31.195Z+ mkdir -p /home/build
182026-03-03T00:12:31.198Z+ chown build:build /home/build /work
192026-03-03T00:12:32.197Z+ chmod 0700 /home/build /work
202026-03-03T00:12:32.201Zprocess exited: duration 3139 ms, exit code 0
 
212026-03-03T00:12:32.207Zstarting task 1: "rust-toolchain"
222026-03-03T00:12:32.214Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-03T00:12:32.214Z * rust toolchain channel = "1.91.1"
242026-03-03T00:12:32.214Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-03T00:12:32.214Z * rust toolchain profile = "default"
262026-03-03T00:12:32.214Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-03T00:12:32.215Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-03T00:12:32.218Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-03T00:12:32.218Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-03T00:12:32.348Zinfo: downloading installer
312026-03-03T00:12:34.082Zwarn: It looks like you have an existing installation of Rust at:
322026-03-03T00:12:34.082Zwarn: /opt/ooce/bin
332026-03-03T00:12:34.082Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-03T00:12:34.082Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-03T00:12:34.082Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-03T00:12:34.082Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-03T00:12:34.082Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-03T00:12:34.082Zerror: cannot install while Rust is installed
392026-03-03T00:12:34.082Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-03T00:12:34.101Zinfo: profile set to 'default'
412026-03-03T00:12:34.101Zinfo: default host triple is x86_64-unknown-illumos
422026-03-03T00:12:34.104Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-03-03T00:12:34.296Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-03-03T00:12:34.296Zinfo: downloading component 'cargo'
452026-03-03T00:12:35.278Zinfo: downloading component 'clippy'
462026-03-03T00:12:35.699Zinfo: downloading component 'rust-docs'
472026-03-03T00:12:37.558Zinfo: downloading component 'rust-std'
482026-03-03T00:12:39.684Zinfo: downloading component 'rustc'
492026-03-03T00:12:48.524Zinfo: downloading component 'rustfmt'
502026-03-03T00:12:48.861Zinfo: installing component 'cargo'
512026-03-03T00:12:49.824Zinfo: installing component 'clippy'
522026-03-03T00:12:50.227Zinfo: installing component 'rust-docs'
532026-03-03T00:12:52.220Zinfo: installing component 'rust-std'
542026-03-03T00:12:54.081Zinfo: installing component 'rustc'
552026-03-03T00:13:01.143Zinfo: installing component 'rustfmt'
562026-03-03T00:13:01.501Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-03-03T00:13:01.502Z
582026-03-03T00:13:01.963Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-03-03T00:13:01.963Z
602026-03-03T00:13:01.967Z
612026-03-03T00:13:01.967ZRust is installed now. Great!
622026-03-03T00:13:01.967Z
632026-03-03T00:13:01.967ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-03T00:13:01.967Zenvironment variable. This has not been done automatically.
652026-03-03T00:13:01.967Z
662026-03-03T00:13:01.967ZTo configure your current shell, you need to source
672026-03-03T00:13:01.967Zthe corresponding env file under $HOME/.cargo.
682026-03-03T00:13:01.967Z
692026-03-03T00:13:01.967ZThis is usually done by running one of the following (note the leading DOT):
702026-03-03T00:13:01.967Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-03T00:13:01.967Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-03T00:13:01.967Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-03T00:13:02.068Z+ rustup --version
742026-03-03T00:13:02.080Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-03T00:13:02.083Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-03T00:13:02.173Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-03-03T00:13:02.177Z+ cargo --version
782026-03-03T00:13:02.255Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-03-03T00:13:02.258Z+ rustc --version
802026-03-03T00:13:02.337Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-03-03T00:13:02.342Zprocess exited: duration 30131 ms, exit code 0
 
822026-03-03T00:13:02.349Zstarting task 2: "authentication"
832026-03-03T00:13:02.373Zprocess exited: duration 23 ms, exit code 0
 
842026-03-03T00:13:02.379Zstarting task 3: "clone repository"
852026-03-03T00:13:02.385Z+ mkdir -p /work/oxidecomputer/omicron
862026-03-03T00:13:02.388Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-03-03T00:13:02.416ZCloning into '/work/oxidecomputer/omicron'...
882026-03-03T00:14:18.225Z+ cd /work/oxidecomputer/omicron
892026-03-03T00:14:18.229Z+ git fetch origin 21716da8427f4ffb632392f80a31fcdd9c170f97
902026-03-03T00:14:18.556ZFrom https://github.com/oxidecomputer/omicron
912026-03-03T00:14:18.557Z * branch 21716da8427f4ffb632392f80a31fcdd9c170f97 -> FETCH_HEAD
922026-03-03T00:14:18.569Z+ [[ -n dap/ls-apis-fix ]]
932026-03-03T00:14:18.573Z++ git branch --show-current
942026-03-03T00:14:18.576Z+ current=main
952026-03-03T00:14:18.576Z+ [[ main != dap/ls-apis-fix ]]
962026-03-03T00:14:18.576Z+ git branch -f dap/ls-apis-fix 21716da8427f4ffb632392f80a31fcdd9c170f97
972026-03-03T00:14:18.580Z+ git checkout -f dap/ls-apis-fix
982026-03-03T00:14:18.680ZSwitched to branch 'dap/ls-apis-fix'
992026-03-03T00:14:18.683Z+ git reset --hard 21716da8427f4ffb632392f80a31fcdd9c170f97
1002026-03-03T00:14:18.787ZHEAD is now at 21716da84 Merge branch 'main' into dap/ls-apis-fix
1012026-03-03T00:14:18.790Zprocess exited: duration 76405 ms, exit code 0
 
1022026-03-03T00:14:18.797Zstarting task 4: "build"
1032026-03-03T00:14:18.805Z+ source .github/buildomat/ci-env.sh
1042026-03-03T00:14:18.808Z++ export CARGO_TERM_COLOR=always
1052026-03-03T00:14:18.808Z++ CARGO_TERM_COLOR=always
1062026-03-03T00:14:18.808Z+ cargo --version
1072026-03-03T00:14:18.867Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-03-03T00:14:18.871Z+ rustc --version
1092026-03-03T00:14:18.950Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-03-03T00:14:18.953Z+ WORK=/work
1112026-03-03T00:14:18.953Z+ pfexec mkdir -p /work
1122026-03-03T00:14:18.959Z+ pfexec chown build /work
1132026-03-03T00:14:18.963Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-03-03T00:14:31.410Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-03-03T00:14:42.120Z Startup: Caching catalogs ... Done
1162026-03-03T00:15:06.678ZPlanning: Solver setup ... Done (22.742s)
1172026-03-03T00:15:06.844ZPlanning: Running solver ... Done (0.167s)
1182026-03-03T00:15:07.022ZPlanning: Finding local manifests ... Done (0.002s)
1192026-03-03T00:15:07.036ZPlanning: Fetching manifests: 0/4 0% complete
1202026-03-03T00:15:07.212ZPlanning: Fetching manifests: 4/4 100% complete
1212026-03-03T00:15:07.265ZPlanning: Package planning ... Done (0.053s)
1222026-03-03T00:15:07.315ZPlanning: Merging actions ... Done (0.050s)
1232026-03-03T00:15:07.894ZPlanning: Checking for conflicting actions ... Done (0.577s)
1242026-03-03T00:15:07.905ZPlanning: Consolidating action changes ... Done (0.012s)
1252026-03-03T00:15:09.883ZPlanning: Evaluating mediators ... Done (1.977s)
1262026-03-03T00:15:09.893ZPlanning: Planning completed in 27.62 seconds
1272026-03-03T00:15:09.908Z Packages to install: 4
1282026-03-03T00:15:09.908Z Mediators to change: 2
1292026-03-03T00:15:09.911Z Services to change: 1
1302026-03-03T00:15:09.911Z Estimated space available: 155.43 GB
1312026-03-03T00:15:09.911ZEstimated space to be consumed: 1.82 GB
1322026-03-03T00:15:09.911Z Create boot environment: No
1332026-03-03T00:15:09.911ZCreate backup boot environment: No
1342026-03-03T00:15:09.911Z Rebuild boot archive: No
1352026-03-03T00:15:09.911Z
1362026-03-03T00:15:09.911ZChanged mediators:
1372026-03-03T00:15:09.911Z mediator clang:
1382026-03-03T00:15:09.911Z version: None -> 15 (system default)
1392026-03-03T00:15:09.911Z
1402026-03-03T00:15:09.911Z mediator llvm:
1412026-03-03T00:15:09.912Z version: 14 (system default) -> 15 (system default)
1422026-03-03T00:15:09.912Z
1432026-03-03T00:15:09.912ZChanged packages:
1442026-03-03T00:15:09.912Zhelios-dev
1452026-03-03T00:15:09.912Z developer/build-essential
1462026-03-03T00:15:09.912Z None -> 11-2.0
1472026-03-03T00:15:09.912Z library/libxmlsec1
1482026-03-03T00:15:09.912Z None -> 1.2.35-2.0
1492026-03-03T00:15:09.912Z ooce/developer/clang-15
1502026-03-03T00:15:09.912Z None -> 15.0.7-2.0
1512026-03-03T00:15:09.912Z ooce/developer/llvm-15
1522026-03-03T00:15:09.912Z None -> 15.0.7-2.0
1532026-03-03T00:15:09.912Z
1542026-03-03T00:15:09.912ZServices:
1552026-03-03T00:15:09.912Z restart_fmri:
1562026-03-03T00:15:09.912Z svc:/system/update-man-index:default
1572026-03-03T00:15:10.061Z
1582026-03-03T00:15:10.061ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-03-03T00:15:15.062ZDownload: 2392/3290 items 119.8/212.6MB 56% complete (24.2M/s)
1602026-03-03T00:15:17.379ZDownload: Completed 212.60 MB in 7.32 seconds (29.1M/s)
1612026-03-03T00:15:17.681Z Actions: 1/3689 actions (Installing new actions)
1622026-03-03T00:15:22.414Z Actions: Completed 3689 actions in 4.73 seconds.
1632026-03-03T00:15:22.852Z Done (0.433s)
1642026-03-03T00:15:22.852Z Done (0.000s)
1652026-03-03T00:15:23.982Z Done (1.130s)
1662026-03-03T00:15:28.633Z Done (4.269s)
1672026-03-03T00:15:28.720Z Done (0.015s)
1682026-03-03T00:15:28.724Z Done (0.000s)
1692026-03-03T00:15:28.886Z Done (0.000s)
1702026-03-03T00:15:29.937ZPlanning: Evaluating mediator changes ... Done
1712026-03-03T00:15:30.107ZPlanning: Checking for conflicting actions ... Done
1722026-03-03T00:15:30.110ZPlanning: Consolidating action changes ... Done
1732026-03-03T00:15:30.396ZPlanning: Evaluating mediators ... Done
1742026-03-03T00:15:30.399ZPlanning: Planning completed in 0.46 seconds
1752026-03-03T00:15:30.431Z Mediators to change: 2
1762026-03-03T00:15:30.431Z Create boot environment: No
1772026-03-03T00:15:30.434ZCreate backup boot environment: No
1782026-03-03T00:15:30.523Z Done
1792026-03-03T00:15:30.523Z Done
1802026-03-03T00:15:31.346Z Done
1812026-03-03T00:15:35.383Z Done
1822026-03-03T00:15:35.492Z Done
1832026-03-03T00:15:35.496Z Done
1842026-03-03T00:15:35.603Z Done
1852026-03-03T00:15:36.263ZPlanning: Evaluating mediator changes ... Done
1862026-03-03T00:15:36.266ZPlanning: Merging actions ... Done
1872026-03-03T00:15:36.466ZPlanning: Checking for conflicting actions ... Done
1882026-03-03T00:15:36.469ZPlanning: Consolidating action changes ... Done
1892026-03-03T00:15:36.753ZPlanning: Evaluating mediators ... Done
1902026-03-03T00:15:36.814ZPlanning: Planning completed in 0.81 seconds
1912026-03-03T00:15:36.850Z Packages to change: 1
1922026-03-03T00:15:36.850Z Mediators to change: 1
1932026-03-03T00:15:36.853Z Services to change: 1
1942026-03-03T00:15:36.853Z Create boot environment: No
1952026-03-03T00:15:36.853ZCreate backup boot environment: Yes
1962026-03-03T00:15:39.578Z Actions: 1/6 actions (Updating modified actions)
1972026-03-03T00:15:39.583Z Actions: Completed 6 actions in 0.00 seconds.
1982026-03-03T00:15:39.583Z Done
1992026-03-03T00:15:39.583Z Done
2002026-03-03T00:15:39.802Z Done
2012026-03-03T00:15:43.788Z Done
2022026-03-03T00:15:43.888Z Done
2032026-03-03T00:15:43.891Z Done
2042026-03-03T00:15:44.047Z Done
2052026-03-03T00:15:44.553ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-03-03T00:15:44.553Zclang system 15 system
2072026-03-03T00:15:44.553Zcsh system system illumos
2082026-03-03T00:15:44.556Zctags system system illumos
2092026-03-03T00:15:44.557Zfile system system illumos
2102026-03-03T00:15:44.557Zgcc vendor 12 vendor
2112026-03-03T00:15:44.557Zgcc system 10 system
2122026-03-03T00:15:44.557Zgcc system 7 system
2132026-03-03T00:15:44.557Zgo system 1.20 system
2142026-03-03T00:15:44.557Zgo system 1.19 system
2152026-03-03T00:15:44.557Zllvm system 15 system
2162026-03-03T00:15:44.557Zllvm system 14 system
2172026-03-03T00:15:44.557Zmariadb system 10.6 system
2182026-03-03T00:15:44.557Zmta vendor vendor dma
2192026-03-03T00:15:44.557Zopenjdk system 17 system
2202026-03-03T00:15:44.557Zopenjdk system 11 system
2212026-03-03T00:15:44.557Zopenjdk system 1.8 system
2222026-03-03T00:15:44.557Zopenssl vendor 3 vendor
2232026-03-03T00:15:44.557Zperl system 5.36 system
2242026-03-03T00:15:44.557Zpostgresql system 15 system
2252026-03-03T00:15:44.557Zpostgresql system 13 system
2262026-03-03T00:15:44.557Zpython vendor 3 vendor
2272026-03-03T00:15:44.557Zpython system 2 system
2282026-03-03T00:15:44.557Zpython3 system 3.11 system
2292026-03-03T00:15:44.557Zruby system 3.0 system
2302026-03-03T00:15:44.557Zwords vendor vendor american-english
2312026-03-03T00:15:44.557Zwords system system australian-english
2322026-03-03T00:15:44.557Zwords system system british-english
2332026-03-03T00:15:44.557Zwords system system canadian-english
2342026-03-03T00:15:44.557Zwords system system french
2352026-03-03T00:15:44.557Zwords system system italian
2362026-03-03T00:15:44.557Zwords system system ngerman
2372026-03-03T00:15:44.557Zwords system system ogerman
2382026-03-03T00:15:44.557Zwords system system spanish
2392026-03-03T00:15:44.910ZPUBLISHER TYPE STATUS P LOCATION
2402026-03-03T00:15:44.910Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-03-03T00:15:51.581ZFMRI IFO
2422026-03-03T00:15:51.581Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-03-03T00:15:51.581Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-03-03T00:15:51.581Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-03-03T00:15:51.581Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-03-03T00:15:51.581Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-03-03T00:15:51.581Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-03-03T00:15:51.581Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492026-03-03T00:15:51.581Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502026-03-03T00:15:51.581Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512026-03-03T00:15:51.581Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522026-03-03T00:15:51.581Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532026-03-03T00:15:51.582Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542026-03-03T00:15:51.582Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552026-03-03T00:15:51.582Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562026-03-03T00:15:51.582Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572026-03-03T00:15:51.582Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582026-03-03T00:15:52.835Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-03-03T00:15:53.151Z Updating crates.io index
2602026-03-03T00:15:53.154Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-03-03T00:15:53.593Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-03-03T00:15:54.000Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2632026-03-03T00:15:54.261Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2642026-03-03T00:15:54.615Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-03-03T00:15:56.259Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-03-03T00:15:58.561Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-03-03T00:15:59.340Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-03-03T00:15:59.918Z Updating git repository `https://github.com/oxidecomputer/falcon`
2692026-03-03T00:16:00.814Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2702026-03-03T00:16:01.334Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2712026-03-03T00:16:02.334Z Updating git repository `https://github.com/oxidecomputer/clickward`
2722026-03-03T00:16:02.886Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732026-03-03T00:16:03.279Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742026-03-03T00:16:03.622Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2752026-03-03T00:16:04.716Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-03-03T00:16:05.820Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-03-03T00:16:06.133Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782026-03-03T00:16:06.417Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2792026-03-03T00:16:06.867Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2802026-03-03T00:16:07.220Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2812026-03-03T00:16:07.449Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2822026-03-03T00:16:07.721Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2832026-03-03T00:16:08.162Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2842026-03-03T00:16:08.686Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2852026-03-03T00:16:09.297Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2862026-03-03T00:16:09.631Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2872026-03-03T00:16:09.967Z Updating git repository `https://github.com/oxidecomputer/ispf`
2882026-03-03T00:16:10.300Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2892026-03-03T00:16:11.974Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-03-03T00:16:12.264Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-03-03T00:16:12.661Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2922026-03-03T00:16:12.983Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-03-03T00:16:13.380Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-03-03T00:16:13.820Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-03-03T00:16:14.105Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-03-03T00:16:14.372Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-03-03T00:16:14.788Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-03-03T00:16:32.820Z Downloading crates ...
2992026-03-03T00:16:32.883Z Downloaded byteorder v1.5.0
3002026-03-03T00:16:32.891Z Downloaded pest_derive v2.8.6
3012026-03-03T00:16:32.898Z Downloaded crypto-common v0.1.7
3022026-03-03T00:16:32.901Z Downloaded form_urlencoded v1.2.2
3032026-03-03T00:16:32.905Z Downloaded errno v0.3.14
3042026-03-03T00:16:32.908Z Downloaded block-buffer v0.10.4
3052026-03-03T00:16:32.908Z Downloaded autocfg v1.5.0
3062026-03-03T00:16:32.911Z Downloaded textwrap v0.16.2
3072026-03-03T00:16:32.914Z Downloaded idna_adapter v1.2.1
3082026-03-03T00:16:32.914Z Downloaded anstream v0.6.21
3092026-03-03T00:16:32.918Z Downloaded zerofrom v0.1.6
3102026-03-03T00:16:32.918Z Downloaded dof v0.3.0
3112026-03-03T00:16:32.922Z Downloaded unicode-ident v1.0.24
3122026-03-03T00:16:32.925Z Downloaded yoke-derive v0.8.1
3132026-03-03T00:16:32.925Z Downloaded version_check v0.9.5
3142026-03-03T00:16:32.925Z Downloaded zerofrom-derive v0.1.6
3152026-03-03T00:16:32.928Z Downloaded utf8parse v0.2.2
3162026-03-03T00:16:32.928Z Downloaded colorchoice v1.0.4
3172026-03-03T00:16:32.928Z Downloaded unicode-linebreak v0.1.5
3182026-03-03T00:16:32.932Z Downloaded toml_write v0.1.2
3192026-03-03T00:16:32.932Z Downloaded thread-id v4.2.2
3202026-03-03T00:16:32.935Z Downloaded bitflags v2.11.0
3212026-03-03T00:16:32.938Z Downloaded cpufeatures v0.2.17
3222026-03-03T00:16:32.941Z Downloaded macaddr v1.0.1
3232026-03-03T00:16:32.941Z Downloaded anstyle-query v1.1.5
3242026-03-03T00:16:32.941Z Downloaded getrandom v0.4.1
3252026-03-03T00:16:32.945Z Downloaded toml_datetime v0.6.11
3262026-03-03T00:16:32.948Z Downloaded serde-value v0.7.0
3272026-03-03T00:16:32.948Z Downloaded tinystr v0.8.2
3282026-03-03T00:16:32.952Z Downloaded thiserror-impl v1.0.69
3292026-03-03T00:16:32.952Z Downloaded usdt v0.5.0
3302026-03-03T00:16:32.955Z Downloaded erased-serde v0.4.9
3312026-03-03T00:16:32.955Z Downloaded typeid v1.0.3
3322026-03-03T00:16:32.958Z Downloaded zmij v1.0.21
3332026-03-03T00:16:32.958Z Downloaded thiserror v2.0.18
3342026-03-03T00:16:32.964Z Downloaded unicode-xid v0.2.6
3352026-03-03T00:16:32.967Z Downloaded thiserror v1.0.69
3362026-03-03T00:16:32.971Z Downloaded zerovec-derive v0.11.2
3372026-03-03T00:16:32.975Z Downloaded yoke v0.8.1
3382026-03-03T00:16:32.978Z Downloaded writeable v0.6.2
3392026-03-03T00:16:32.978Z Downloaded toml v0.8.23
3402026-03-03T00:16:32.981Z Downloaded thiserror-impl v2.0.18
3412026-03-03T00:16:32.981Z Downloaded stable_deref_trait v1.2.1
3422026-03-03T00:16:32.984Z Downloaded is_terminal_polyfill v1.70.2
3432026-03-03T00:16:32.984Z Downloaded zerocopy-derive v0.7.35
3442026-03-03T00:16:32.988Z Downloaded zerotrie v0.2.3
3452026-03-03T00:16:32.991Z Downloaded typenum v1.19.0
3462026-03-03T00:16:32.995Z Downloaded serde_spanned v0.6.9
3472026-03-03T00:16:32.998Z Downloaded pretty-hex v0.4.1
3482026-03-03T00:16:32.998Z Downloaded generic-array v0.14.7
3492026-03-03T00:16:33.001Z Downloaded url v2.5.8
3502026-03-03T00:16:33.005Z Downloaded potential_utf v0.1.4
3512026-03-03T00:16:33.005Z Downloaded cfg-if v1.0.4
3522026-03-03T00:16:33.005Z Downloaded cargo-platform v0.2.0
3532026-03-03T00:16:33.008Z Downloaded heck v0.5.0
3542026-03-03T00:16:33.008Z Downloaded plain v0.2.3
3552026-03-03T00:16:33.008Z Downloaded anyhow v1.0.102
3562026-03-03T00:16:33.011Z Downloaded camino-tempfile v1.4.1
3572026-03-03T00:16:33.015Z Downloaded fnv v1.0.7
3582026-03-03T00:16:33.015Z Downloaded zerovec v0.11.5
3592026-03-03T00:16:33.019Z Downloaded zerocopy v0.7.35
3602026-03-03T00:16:33.036Z Downloaded winnow v0.7.14
3612026-03-03T00:16:33.044Z Downloaded smawk v0.3.2
3622026-03-03T00:16:33.047Z Downloaded proc-macro-error-attr v1.0.4
3632026-03-03T00:16:33.047Z Downloaded heck v0.4.1
3642026-03-03T00:16:33.051Z Downloaded camino v1.2.2
3652026-03-03T00:16:33.051Z Downloaded ordered-float v2.10.1
3662026-03-03T00:16:33.051Z Downloaded unicode-width v0.2.0
3672026-03-03T00:16:33.056Z Downloaded sha2 v0.10.9
3682026-03-03T00:16:33.059Z Downloaded anstyle-parse v0.2.7
3692026-03-03T00:16:33.059Z Downloaded semver v1.0.27
3702026-03-03T00:16:33.063Z Downloaded unicode-width v0.1.14
3712026-03-03T00:16:33.066Z Downloaded quote v1.0.44
3722026-03-03T00:16:33.071Z Downloaded cargo_metadata v0.21.0
3732026-03-03T00:16:33.074Z Downloaded digest v0.10.7
3742026-03-03T00:16:33.075Z Downloaded pest_generator v2.8.6
3752026-03-03T00:16:33.075Z Downloaded cargo_toml v0.21.0
3762026-03-03T00:16:33.079Z Downloaded fastrand v2.3.0
3772026-03-03T00:16:33.079Z Downloaded usdt-impl v0.5.0
3782026-03-03T00:16:33.079Z Downloaded terminal_size v0.4.3
3792026-03-03T00:16:33.082Z Downloaded ucd-trie v0.1.7
3802026-03-03T00:16:33.082Z Downloaded synstructure v0.13.2
3812026-03-03T00:16:33.082Z Downloaded toml_edit v0.22.27
3822026-03-03T00:16:33.087Z Downloaded tabled_derive v0.7.0
3832026-03-03T00:16:33.087Z Downloaded swrite v0.1.0
3842026-03-03T00:16:33.090Z Downloaded strsim v0.11.1
3852026-03-03T00:16:33.090Z Downloaded scroll_derive v0.12.1
3862026-03-03T00:16:33.090Z Downloaded serde_tokenstream v0.2.3
3872026-03-03T00:16:33.090Z Downloaded cargo-util-schemas v0.8.2
3882026-03-03T00:16:33.094Z Downloaded serde-untagged v0.1.9
3892026-03-03T00:16:33.094Z Downloaded scroll v0.12.0
3902026-03-03T00:16:33.097Z Downloaded percent-encoding v2.3.2
3912026-03-03T00:16:33.097Z Downloaded once_cell v1.21.3
3922026-03-03T00:16:33.097Z Downloaded bytecount v0.6.9
3932026-03-03T00:16:33.100Z Downloaded proc-macro2 v1.0.106
3942026-03-03T00:16:33.103Z Downloaded memmap v0.7.0
3952026-03-03T00:16:33.103Z Downloaded itoa v1.0.17
3962026-03-03T00:16:33.107Z Downloaded serde_json v1.0.149
3972026-03-03T00:16:33.110Z Downloaded smallvec v1.15.1
3982026-03-03T00:16:33.113Z Downloaded serde_derive v1.0.228
3992026-03-03T00:16:33.116Z Downloaded proc-macro-error v1.0.4
4002026-03-03T00:16:33.120Z Downloaded litemap v0.8.1
4012026-03-03T00:16:33.125Z Downloaded icu_locale_core v2.1.1
4022026-03-03T00:16:33.129Z Downloaded serde_core v1.0.228
4032026-03-03T00:16:33.129Z Downloaded num-traits v0.2.19
4042026-03-03T00:16:33.132Z Downloaded log v0.4.29
4052026-03-03T00:16:33.135Z Downloaded icu_properties v2.1.2
4062026-03-03T00:16:33.135Z Downloaded fs-err v3.3.0
4072026-03-03T00:16:33.138Z Downloaded displaydoc v0.2.5
4082026-03-03T00:16:33.142Z Downloaded clap_lex v1.0.0
4092026-03-03T00:16:33.142Z Downloaded icu_normalizer v2.1.1
4102026-03-03T00:16:33.145Z Downloaded clap_derive v4.5.55
4112026-03-03T00:16:33.148Z Downloaded anstyle v1.0.13
4122026-03-03T00:16:33.148Z Downloaded tempfile v3.25.0
4132026-03-03T00:16:33.151Z Downloaded clap v4.5.60
4142026-03-03T00:16:33.158Z Downloaded pest_meta v2.8.6
4152026-03-03T00:16:33.161Z Downloaded papergrid v0.11.0
4162026-03-03T00:16:33.165Z Downloaded memchr v2.8.0
4172026-03-03T00:16:33.168Z Downloaded icu_normalizer_data v2.1.1
4182026-03-03T00:16:33.172Z Downloaded utf8_iter v1.0.4
4192026-03-03T00:16:33.172Z Downloaded usdt-attr-macro v0.5.0
4202026-03-03T00:16:33.175Z Downloaded usdt-macro v0.5.0
4212026-03-03T00:16:33.175Z Downloaded equivalent v1.0.2
4222026-03-03T00:16:33.175Z Downloaded serde v1.0.228
4232026-03-03T00:16:33.178Z Downloaded icu_provider v2.1.1
4242026-03-03T00:16:33.181Z Downloaded dtrace-parser v0.2.0
4252026-03-03T00:16:33.181Z Downloaded icu_collections v2.1.1
4262026-03-03T00:16:33.185Z Downloaded pest v2.8.6
4272026-03-03T00:16:33.199Z Downloaded indexmap v2.13.0
4282026-03-03T00:16:33.210Z Downloaded goblin v0.8.2
4292026-03-03T00:16:33.215Z Downloaded icu_properties_data v2.1.2
4302026-03-03T00:16:33.227Z Downloaded idna v1.1.0
4312026-03-03T00:16:33.230Z Downloaded hashbrown v0.16.1
4322026-03-03T00:16:33.234Z Downloaded clap_builder v4.5.60
4332026-03-03T00:16:33.251Z Downloaded tabled v0.15.0
4342026-03-03T00:16:33.266Z Downloaded syn v1.0.109
4352026-03-03T00:16:33.280Z Downloaded syn v2.0.117
4362026-03-03T00:16:33.291Z Downloaded rustix v1.1.3
4372026-03-03T00:16:33.329Z Downloaded libc v0.2.180
4382026-03-03T00:16:33.419Z Compiling proc-macro2 v1.0.106
4392026-03-03T00:16:33.419Z Compiling quote v1.0.44
4402026-03-03T00:16:33.422Z Compiling unicode-ident v1.0.24
4412026-03-03T00:16:33.422Z Compiling serde_core v1.0.228
4422026-03-03T00:16:33.422Z Compiling libc v0.2.180
4432026-03-03T00:16:33.422Z Compiling version_check v0.9.5
4442026-03-03T00:16:33.422Z Compiling memchr v2.8.0
4452026-03-03T00:16:33.422Z Compiling stable_deref_trait v1.2.1
4462026-03-03T00:16:33.818Z Compiling serde v1.0.228
4472026-03-03T00:16:33.901Z Compiling zmij v1.0.21
4482026-03-03T00:16:34.421Z Compiling thiserror v1.0.69
4492026-03-03T00:16:34.478Z Compiling autocfg v1.5.0
4502026-03-03T00:16:35.018Z Compiling ucd-trie v0.1.7
4512026-03-03T00:16:35.235Z Compiling itoa v1.0.17
4522026-03-03T00:16:35.289Z Compiling pest v2.8.6
4532026-03-03T00:16:35.455Z Compiling writeable v0.6.2
4542026-03-03T00:16:35.520Z Compiling litemap v0.8.1
4552026-03-03T00:16:35.648Z Compiling rustix v1.1.3
4562026-03-03T00:16:35.784Z Compiling byteorder v1.5.0
4572026-03-03T00:16:36.270Z Compiling icu_normalizer_data v2.1.1
4582026-03-03T00:16:36.351Z Compiling syn v2.0.117
4592026-03-03T00:16:36.423Z Compiling icu_properties_data v2.1.2
4602026-03-03T00:16:36.605Z Compiling errno v0.3.14
4612026-03-03T00:16:36.670Z Compiling serde_json v1.0.149
4622026-03-03T00:16:36.781Z Compiling bitflags v2.11.0
4632026-03-03T00:16:37.024Z Compiling num-traits v0.2.19
4642026-03-03T00:16:37.222Z Compiling equivalent v1.0.2
4652026-03-03T00:16:37.354Z Compiling hashbrown v0.16.1
4662026-03-03T00:16:37.387Z Compiling smallvec v1.15.1
4672026-03-03T00:16:37.445Z Compiling typeid v1.0.3
4682026-03-03T00:16:37.790Z Compiling pest_meta v2.8.6
4692026-03-03T00:16:38.212Z Compiling thread-id v4.2.2
4702026-03-03T00:16:38.336Z Compiling proc-macro-error-attr v1.0.4
4712026-03-03T00:16:38.357Z Compiling usdt-impl v0.5.0
4722026-03-03T00:16:38.604Z Compiling indexmap v2.13.0
4732026-03-03T00:16:38.691Z Compiling erased-serde v0.4.9
4742026-03-03T00:16:38.762Z Compiling winnow v0.7.14
4752026-03-03T00:16:39.282Z Compiling toml_write v0.1.2
4762026-03-03T00:16:39.396Z Compiling syn v1.0.109
4772026-03-03T00:16:40.368Z Compiling proc-macro-error v1.0.4
4782026-03-03T00:16:40.477Z Compiling camino v1.2.2
4792026-03-03T00:16:40.732Z Compiling utf8parse v0.2.2
4802026-03-03T00:16:40.931Z Compiling getrandom v0.4.1
4812026-03-03T00:16:41.125Z Compiling percent-encoding v2.3.2
4822026-03-03T00:16:41.509Z Compiling thiserror v2.0.18
4832026-03-03T00:16:41.690Z Compiling utf8_iter v1.0.4
4842026-03-03T00:16:41.958Z Compiling plain v0.2.3
4852026-03-03T00:16:41.987Z Compiling log v0.4.29
4862026-03-03T00:16:42.143Z Compiling ordered-float v2.10.1
4872026-03-03T00:16:42.261Z Compiling form_urlencoded v1.2.2
4882026-03-03T00:16:42.339Z Compiling anstyle-parse v0.2.7
4892026-03-03T00:16:42.612Z Compiling terminal_size v0.4.3
4902026-03-03T00:16:42.687Z Compiling is_terminal_polyfill v1.70.2
4912026-03-03T00:16:42.738Z Compiling cfg-if v1.0.4
4922026-03-03T00:16:42.838Z Compiling colorchoice v1.0.4
4932026-03-03T00:16:42.866Z Compiling anstyle-query v1.1.5
4942026-03-03T00:16:42.869Z Compiling pretty-hex v0.4.1
4952026-03-03T00:16:43.023Z Compiling anstyle v1.0.13
4962026-03-03T00:16:43.222Z Compiling synstructure v0.13.2
4972026-03-03T00:16:43.321Z Compiling pest_generator v2.8.6
4982026-03-03T00:16:43.421Z Compiling anstream v0.6.21
4992026-03-03T00:16:43.451Z Compiling serde-untagged v0.1.9
5002026-03-03T00:16:43.488Z Compiling semver v1.0.27
5012026-03-03T00:16:44.068Z Compiling fs-err v3.3.0
5022026-03-03T00:16:44.105Z Compiling anyhow v1.0.102
5032026-03-03T00:16:44.232Z Compiling unicode-xid v0.2.6
5042026-03-03T00:16:44.442Z Compiling clap_lex v1.0.0
5052026-03-03T00:16:44.469Z Compiling fnv v1.0.7
5062026-03-03T00:16:44.652Z Compiling heck v0.5.0
5072026-03-03T00:16:44.751Z Compiling fastrand v2.3.0
5082026-03-03T00:16:44.778Z Compiling bytecount v0.6.9
5092026-03-03T00:16:44.905Z Compiling once_cell v1.21.3
5102026-03-03T00:16:45.010Z Compiling strsim v0.11.1
5112026-03-03T00:16:45.138Z Compiling heck v0.4.1
5122026-03-03T00:16:45.166Z Compiling unicode-width v0.1.14
5132026-03-03T00:16:45.246Z Compiling tempfile v3.25.0
5142026-03-03T00:16:45.691Z Compiling papergrid v0.11.0
5152026-03-03T00:16:45.732Z Compiling clap_builder v4.5.60
5162026-03-03T00:16:45.929Z Compiling memmap v0.7.0
5172026-03-03T00:16:46.084Z Compiling unicode-linebreak v0.1.5
5182026-03-03T00:16:46.186Z Compiling unicode-width v0.2.0
5192026-03-03T00:16:46.298Z Compiling smawk v0.3.2
5202026-03-03T00:16:46.753Z Compiling textwrap v0.16.2
5212026-03-03T00:16:47.181Z Compiling camino-tempfile v1.4.1
5222026-03-03T00:16:47.356Z Compiling swrite v0.1.0
5232026-03-03T00:16:47.521Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5242026-03-03T00:16:47.917Z Compiling tabled_derive v0.7.0
5252026-03-03T00:16:48.055Z Compiling serde_derive v1.0.228
5262026-03-03T00:16:48.055Z Compiling zerofrom-derive v0.1.6
5272026-03-03T00:16:48.059Z Compiling yoke-derive v0.8.1
5282026-03-03T00:16:48.210Z Compiling zerovec-derive v0.11.2
5292026-03-03T00:16:48.636Z Compiling displaydoc v0.2.5
5302026-03-03T00:16:50.089Z Compiling thiserror-impl v1.0.69
5312026-03-03T00:16:50.243Z Compiling zerocopy-derive v0.7.35
5322026-03-03T00:16:50.884Z Compiling pest_derive v2.8.6
5332026-03-03T00:16:50.913Z Compiling scroll_derive v0.12.1
5342026-03-03T00:16:51.570Z Compiling zerofrom v0.1.6
5352026-03-03T00:16:51.707Z Compiling thiserror-impl v2.0.18
5362026-03-03T00:16:51.828Z Compiling yoke v0.8.1
5372026-03-03T00:16:52.187Z Compiling zerocopy v0.7.35
5382026-03-03T00:16:52.216Z Compiling zerovec v0.11.5
5392026-03-03T00:16:52.356Z Compiling zerotrie v0.2.3
5402026-03-03T00:16:53.025Z Compiling scroll v0.12.0
5412026-03-03T00:16:53.174Z Compiling dtrace-parser v0.2.0
5422026-03-03T00:16:53.465Z Compiling tinystr v0.8.2
5432026-03-03T00:16:53.494Z Compiling potential_utf v0.1.4
5442026-03-03T00:16:53.607Z Compiling goblin v0.8.2
5452026-03-03T00:16:53.634Z Compiling clap_derive v4.5.55
5462026-03-03T00:16:53.813Z Compiling icu_collections v2.1.1
5472026-03-03T00:16:53.896Z Compiling icu_locale_core v2.1.1
5482026-03-03T00:16:54.801Z Compiling tabled v0.15.0
5492026-03-03T00:16:55.478Z Compiling icu_provider v2.1.1
5502026-03-03T00:16:56.119Z Compiling icu_properties v2.1.2
5512026-03-03T00:16:56.204Z Compiling icu_normalizer v2.1.1
5522026-03-03T00:16:56.580Z Compiling serde_spanned v0.6.9
5532026-03-03T00:16:56.747Z Compiling toml_datetime v0.6.11
5542026-03-03T00:16:56.776Z Compiling dof v0.3.0
5552026-03-03T00:16:56.837Z Compiling serde_tokenstream v0.2.3
5562026-03-03T00:16:57.135Z Compiling toml_edit v0.22.27
5572026-03-03T00:16:57.340Z Compiling serde-value v0.7.0
5582026-03-03T00:16:57.484Z Compiling cargo-platform v0.2.0
5592026-03-03T00:16:57.683Z Compiling clap v4.5.60
5602026-03-03T00:16:57.814Z Compiling macaddr v1.0.1
5612026-03-03T00:16:58.361Z Compiling idna_adapter v1.2.1
5622026-03-03T00:16:58.585Z Compiling idna v1.1.0
5632026-03-03T00:16:58.702Z Compiling usdt-attr-macro v0.5.0
5642026-03-03T00:16:58.736Z Compiling usdt-macro v0.5.0
5652026-03-03T00:16:59.232Z Compiling url v2.5.8
5662026-03-03T00:17:00.671Z Compiling toml v0.8.23
5672026-03-03T00:17:00.777Z Compiling usdt v0.5.0
5682026-03-03T00:17:01.458Z Compiling cargo-util-schemas v0.8.2
5692026-03-03T00:17:01.458Z Compiling cargo_toml v0.21.0
5702026-03-03T00:17:03.005Z Compiling cargo_metadata v0.21.0
5712026-03-03T00:17:04.962Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5722026-03-03T00:17:08.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s
5732026-03-03T00:17:08.914Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5742026-03-03T00:17:09.778Z Downloading crates ...
5752026-03-03T00:17:09.913Z Downloaded adler2 v2.0.1
5762026-03-03T00:17:09.925Z Downloaded base16ct v1.0.0
5772026-03-03T00:17:09.930Z Downloaded base16ct v0.2.0
5782026-03-03T00:17:09.934Z Downloaded atomic-waker v1.1.2
5792026-03-03T00:17:09.939Z Downloaded async-trait v0.1.89
5802026-03-03T00:17:09.946Z Downloaded aead v0.5.2
5812026-03-03T00:17:09.950Z Downloaded daft-derive v0.1.5
5822026-03-03T00:17:10.969Z Downloaded dirs-next v2.0.0
5832026-03-03T00:17:10.994Z Downloaded derive_more v0.99.20
5842026-03-03T00:17:10.994Z Downloaded flagset v0.4.7
5852026-03-03T00:17:10.994Z Downloaded erased-serde v0.3.31
5862026-03-03T00:17:10.995Z Downloaded fixedbitset v0.4.2
5872026-03-03T00:17:10.995Z Downloaded fallible-iterator v0.2.0
5882026-03-03T00:17:10.995Z Downloaded ff v0.13.1
5892026-03-03T00:17:10.995Z Downloaded convert_case v0.4.0
5902026-03-03T00:17:10.995Z Downloaded foldhash v0.1.5
5912026-03-03T00:17:10.995Z Downloaded cobs v0.3.0
5922026-03-03T00:17:10.995Z Downloaded env_filter v1.0.0
5932026-03-03T00:17:10.995Z Downloaded darling_macro v0.21.3
5942026-03-03T00:17:10.995Z Downloaded foreign-types-shared v0.3.1
5952026-03-03T00:17:10.995Z Downloaded ciborium-ll v0.2.2
5962026-03-03T00:17:10.995Z Downloaded foreign-types-macros v0.2.3
5972026-03-03T00:17:10.996Z Downloaded crc-catalog v2.4.0
5982026-03-03T00:17:10.996Z Downloaded foreign-types v0.5.0
5992026-03-03T00:17:10.996Z Downloaded cargo-platform v0.1.9
6002026-03-03T00:17:10.996Z Downloaded futures-io v0.3.32
6012026-03-03T00:17:10.996Z Downloaded difflib v0.4.0
6022026-03-03T00:17:10.996Z Downloaded futures-macro v0.3.32
6032026-03-03T00:17:10.996Z Downloaded futures-task v0.3.32
6042026-03-03T00:17:10.996Z Downloaded globwalk v0.9.1
6052026-03-03T00:17:10.996Z Downloaded chacha20 v0.9.1
6062026-03-03T00:17:10.996Z Downloaded display-error-chain v0.2.2
6072026-03-03T00:17:10.996Z Downloaded git-stub v1.0.0
6082026-03-03T00:17:10.996Z Downloaded fxhash v0.2.1
6092026-03-03T00:17:10.996Z Downloaded buf-list v1.1.2
6102026-03-03T00:17:10.997Z Downloaded headers-core v0.3.0
6112026-03-03T00:17:10.997Z Downloaded hex-literal v0.4.1
6122026-03-03T00:17:10.997Z Downloaded hostname v0.4.2
6132026-03-03T00:17:10.997Z Downloaded hostname v0.3.1
6142026-03-03T00:17:10.997Z Downloaded filetime v0.2.27
6152026-03-03T00:17:10.997Z Downloaded darling v0.23.0
6162026-03-03T00:17:10.997Z Downloaded http-range v0.1.5
6172026-03-03T00:17:10.998Z Downloaded futures-sink v0.3.32
6182026-03-03T00:17:10.998Z Downloaded indent_write v2.2.0
6192026-03-03T00:17:10.998Z Downloaded colored v2.2.0
6202026-03-03T00:17:10.998Z Downloaded inout v0.1.4
6212026-03-03T00:17:10.998Z Downloaded cancel-safe-futures v0.1.5
6222026-03-03T00:17:10.998Z Downloaded globset v0.4.18
6232026-03-03T00:17:10.998Z Downloaded fs-err v2.11.0
6242026-03-03T00:17:10.998Z Downloaded instability v0.3.11
6252026-03-03T00:17:10.998Z Downloaded glob v0.3.3
6262026-03-03T00:17:10.998Z Downloaded is_ci v1.2.0
6272026-03-03T00:17:10.998Z Downloaded instant v0.1.13
6282026-03-03T00:17:10.998Z Downloaded internet-checksum v0.2.1
6292026-03-03T00:17:10.999Z Downloaded keccak v0.1.6
6302026-03-03T00:17:10.999Z Downloaded libscf-sys v1.1.0
6312026-03-03T00:17:10.999Z Downloaded kstat-rs v0.2.4
6322026-03-03T00:17:10.999Z Downloaded futures-channel v0.3.32
6332026-03-03T00:17:10.999Z Downloaded fixedbitset v0.5.7
6342026-03-03T00:17:10.999Z Downloaded lazy_static v1.5.0
6352026-03-03T00:17:10.999Z Downloaded lalrpop-util v0.19.12
6362026-03-03T00:17:10.999Z Downloaded lru v0.12.5
6372026-03-03T00:17:10.999Z Downloaded humantime v2.3.0
6382026-03-03T00:17:11.000Z Downloaded crc-any v2.5.0
6392026-03-03T00:17:11.000Z Downloaded lru-slab v0.1.2
6402026-03-03T00:17:11.000Z Downloaded maplit v1.0.2
6412026-03-03T00:17:11.000Z Downloaded mime v0.3.17
6422026-03-03T00:17:11.000Z Downloaded drift v0.1.3
6432026-03-03T00:17:11.000Z Downloaded jobserver v0.1.34
6442026-03-03T00:17:11.000Z Downloaded ipnetwork v0.21.1
6452026-03-03T00:17:11.001Z Downloaded new_debug_unreachable v1.0.6
6462026-03-03T00:17:11.001Z Downloaded num-conv v0.2.0
6472026-03-03T00:17:11.001Z Downloaded num-iter v0.1.45
6482026-03-03T00:17:11.001Z Downloaded newline-converter v0.3.0
6492026-03-03T00:17:11.001Z Downloaded libefi-sys v0.1.0
6502026-03-03T00:17:11.001Z Downloaded crc32fast v1.5.0
6512026-03-03T00:17:11.001Z Downloaded futures v0.3.32
6522026-03-03T00:17:11.001Z Downloaded normalize-line-endings v0.3.0
6532026-03-03T00:17:11.001Z Downloaded newtype_derive v0.1.6
6542026-03-03T00:17:11.001Z Downloaded num-derive v0.4.2
6552026-03-03T00:17:11.001Z Downloaded num_enum_derive v0.5.11
6562026-03-03T00:17:11.002Z Downloaded num_threads v0.1.7
6572026-03-03T00:17:11.002Z Downloaded hickory-client v0.25.2
6582026-03-03T00:17:11.002Z Downloaded libloading v0.8.9
6592026-03-03T00:17:11.002Z Downloaded linear-map v1.2.0
6602026-03-03T00:17:11.002Z Downloaded olpc-cjson v0.1.4
6612026-03-03T00:17:11.002Z Downloaded packed_struct_codegen v0.10.1
6622026-03-03T00:17:11.002Z Downloaded parse-display v0.10.0
6632026-03-03T00:17:11.003Z Downloaded oso-derive v0.27.3
6642026-03-03T00:17:11.003Z Downloaded ingot-macros v0.1.1
6652026-03-03T00:17:11.003Z Downloaded openssl-probe v0.1.6
6662026-03-03T00:17:11.003Z Downloaded nibble_vec v0.1.0
6672026-03-03T00:17:11.003Z Downloaded native-tls v0.2.18
6682026-03-03T00:17:11.003Z Downloaded nanorand v0.7.0
6692026-03-03T00:17:11.003Z Downloaded path-slash v0.1.5
6702026-03-03T00:17:11.003Z Downloaded parse-size v1.1.0
6712026-03-03T00:17:11.004Z Downloaded num-complex v0.4.6
6722026-03-03T00:17:11.004Z Downloaded flume v0.11.1
6732026-03-03T00:17:11.004Z Downloaded pbkdf2 v0.12.2
6742026-03-03T00:17:11.004Z Downloaded phf_shared v0.12.1
6752026-03-03T00:17:11.004Z Downloaded peg-runtime v0.8.5
6762026-03-03T00:17:11.004Z Downloaded phf_shared v0.11.3
6772026-03-03T00:17:11.004Z Downloaded crossbeam-channel v0.5.15
6782026-03-03T00:17:11.004Z Downloaded pin-utils v0.1.0
6792026-03-03T00:17:11.004Z Downloaded cc v1.2.56
6802026-03-03T00:17:11.004Z Downloaded num_enum_derive v0.7.5
6812026-03-03T00:17:11.005Z Downloaded openssl-probe v0.2.1
6822026-03-03T00:17:11.005Z Downloaded impl-trait-for-tuples v0.2.3
6832026-03-03T00:17:11.017Z Downloaded predicates-core v1.0.10
6842026-03-03T00:17:11.017Z Downloaded openssl-macros v0.1.1
6852026-03-03T00:17:11.017Z Downloaded precomputed-hash v0.1.1
6862026-03-03T00:17:11.017Z Downloaded predicates-tree v1.0.13
6872026-03-03T00:17:11.017Z Downloaded aws-lc-rs v1.16.0
6882026-03-03T00:17:11.017Z Downloaded multer v3.1.0
6892026-03-03T00:17:11.017Z Downloaded ignore v0.4.25
6902026-03-03T00:17:11.017Z Downloaded libbz2-rs-sys v0.2.2
6912026-03-03T00:17:11.018Z Downloaded progenitor-client v0.10.0
6922026-03-03T00:17:11.018Z Downloaded progenitor-client v0.11.2
6932026-03-03T00:17:11.018Z Downloaded pem-rfc7468 v0.7.0
6942026-03-03T00:17:11.018Z Downloaded psl-types v2.0.11
6952026-03-03T00:17:11.018Z Downloaded pin-project-internal v1.1.11
6962026-03-03T00:17:11.018Z Downloaded progenitor-macro v0.13.0
6972026-03-03T00:17:11.018Z Downloaded quick-error v1.2.3
6982026-03-03T00:17:11.018Z Downloaded indicatif v0.18.4
6992026-03-03T00:17:11.019Z Downloaded ppv-lite86 v0.2.21
7002026-03-03T00:17:11.019Z Downloaded pkcs8 v0.10.2
7012026-03-03T00:17:11.019Z Downloaded rand_chacha v0.3.1
7022026-03-03T00:17:11.019Z Downloaded radium v0.7.0
7032026-03-03T00:17:11.019Z Downloaded powerfmt v0.2.0
7042026-03-03T00:17:11.019Z Downloaded primeorder v0.13.6
7052026-03-03T00:17:11.019Z Downloaded heapless v0.7.17
7062026-03-03T00:17:11.019Z Downloaded progenitor v0.13.0
7072026-03-03T00:17:11.020Z Downloaded progenitor v0.11.2
7082026-03-03T00:17:11.020Z Downloaded ref-cast-impl v1.0.25
7092026-03-03T00:17:11.020Z Downloaded ref-cast v1.0.25
7102026-03-03T00:17:11.020Z Downloaded progenitor-extras v0.1.0
7112026-03-03T00:17:11.020Z Downloaded recursive-proc-macro-impl v0.1.1
7122026-03-03T00:17:11.020Z Downloaded rand_xorshift v0.4.0
7132026-03-03T00:17:11.020Z Downloaded progenitor-client v0.13.0
7142026-03-03T00:17:11.020Z Downloaded predicates v3.1.4
7152026-03-03T00:17:11.020Z Downloaded pem v3.0.6
7162026-03-03T00:17:11.020Z Downloaded rfc6979 v0.4.0
7172026-03-03T00:17:11.020Z Downloaded poly1305 v0.8.0
7182026-03-03T00:17:11.020Z Downloaded r2d2 v0.8.10
7192026-03-03T00:17:11.020Z Downloaded rustc_version v0.4.1
7202026-03-03T00:17:11.020Z Downloaded rustc-hash v2.1.1
7212026-03-03T00:17:11.020Z Downloaded recursive v0.1.1
7222026-03-03T00:17:11.020Z Downloaded rand_chacha v0.9.0
7232026-03-03T00:17:11.021Z Downloaded rustc_version v0.1.7
7242026-03-03T00:17:11.021Z Downloaded psm v0.1.30
7252026-03-03T00:17:11.021Z Downloaded parking_lot v0.12.5
7262026-03-03T00:17:11.021Z Downloaded rand_seeder v0.4.0
7272026-03-03T00:17:11.021Z Downloaded rand_core v0.10.0
7282026-03-03T00:17:11.021Z Downloaded papergrid v0.17.0
7292026-03-03T00:17:11.021Z Downloaded p256 v0.13.2
7302026-03-03T00:17:11.021Z Downloaded oso v0.27.3
7312026-03-03T00:17:11.021Z Downloaded hickory-resolver v0.25.2
7322026-03-03T00:17:11.021Z Downloaded postgres-types v0.2.12
7332026-03-03T00:17:11.021Z Downloaded derive_more-impl v2.1.1
7342026-03-03T00:17:11.021Z Downloaded proc-macro-error2 v2.0.1
7352026-03-03T00:17:11.021Z Downloaded sapling-renderdag v0.1.0
7362026-03-03T00:17:11.021Z Downloaded same-file v1.0.6
7372026-03-03T00:17:11.021Z Downloaded resolv-conf v0.7.6
7382026-03-03T00:17:11.021Z Downloaded scheduled-thread-pool v0.2.7
7392026-03-03T00:17:11.021Z Downloaded secrecy v0.10.3
7402026-03-03T00:17:11.021Z Downloaded serde_bytes v0.11.19
7412026-03-03T00:17:11.021Z Downloaded openssl-sys v0.9.111
7422026-03-03T00:17:11.021Z Downloaded scroll_derive v0.13.1
7432026-03-03T00:17:11.021Z Downloaded serde_urlencoded v0.7.1
7442026-03-03T00:17:11.021Z Downloaded serde_spanned v1.0.4
7452026-03-03T00:17:11.021Z Downloaded rustls-pemfile v2.2.0
7462026-03-03T00:17:11.021Z Downloaded progenitor v0.10.0
7472026-03-03T00:17:11.021Z Downloaded serde-big-array v0.5.1
7482026-03-03T00:17:11.021Z Downloaded prefix-trie v0.7.0
7492026-03-03T00:17:11.022Z Downloaded progenitor-impl v0.11.2
7502026-03-03T00:17:11.022Z Downloaded peg v0.8.5
7512026-03-03T00:17:11.022Z Downloaded siphasher v1.0.2
7522026-03-03T00:17:11.022Z Downloaded serde_repr v0.1.20
7532026-03-03T00:17:11.022Z Downloaded scroll v0.13.0
7542026-03-03T00:17:11.022Z Downloaded progenitor-impl v0.13.0
7552026-03-03T00:17:11.022Z Downloaded jiff-static v0.2.21
7562026-03-03T00:17:11.022Z Downloaded quinn-udp v0.5.14
7572026-03-03T00:17:11.022Z Downloaded pin-project v1.1.11
7582026-03-03T00:17:11.022Z Downloaded slog-bunyan v2.5.0
7592026-03-03T00:17:11.022Z Downloaded sigpipe v0.1.3
7602026-03-03T00:17:11.022Z Downloaded sec1 v0.7.3
7612026-03-03T00:17:11.022Z Downloaded slog-envlogger v2.2.0
7622026-03-03T00:17:11.023Z Downloaded http v1.4.0
7632026-03-03T00:17:11.023Z Downloaded serde_derive_internals v0.29.1
7642026-03-03T00:17:11.023Z Downloaded rustls-native-certs v0.8.3
7652026-03-03T00:17:11.023Z Downloaded rusty-fork v0.3.1
7662026-03-03T00:17:11.024Z Downloaded rustversion v1.0.22
7672026-03-03T00:17:11.024Z Downloaded russh-keys v0.45.0
7682026-03-03T00:17:11.024Z Downloaded postcard v1.1.3
7692026-03-03T00:17:11.024Z Downloaded rustls-pki-types v1.14.0
7702026-03-03T00:17:11.024Z Downloaded headers v0.4.1
7712026-03-03T00:17:11.024Z Downloaded schemars_derive v0.8.22
7722026-03-03T00:17:11.024Z Downloaded rcgen v0.12.1
7732026-03-03T00:17:11.024Z Downloaded shlex v1.3.0
7742026-03-03T00:17:11.025Z Downloaded progenitor-impl v0.10.0
7752026-03-03T00:17:11.025Z Downloaded num-bigint v0.4.6
7762026-03-03T00:17:11.025Z Downloaded sqlparser_derive v0.5.0
7772026-03-03T00:17:11.025Z Downloaded serde_path_to_error v0.1.20
7782026-03-03T00:17:11.025Z Downloaded crossterm v0.28.1
7792026-03-03T00:17:11.025Z Downloaded sct v0.7.1
7802026-03-03T00:17:11.025Z Downloaded ssh-encoding v0.2.0
7812026-03-03T00:17:11.025Z Downloaded structmeta v0.3.0
7822026-03-03T00:17:11.025Z Downloaded subtle v2.6.1
7832026-03-03T00:17:11.051Z Downloaded slog-async v2.8.0
7842026-03-03T00:17:11.051Z Downloaded strip-ansi-escapes v0.2.1
7852026-03-03T00:17:11.051Z Downloaded slab v0.4.12
7862026-03-03T00:17:11.052Z Downloaded structmeta-derive v0.3.0
7872026-03-03T00:17:11.052Z Downloaded signal-hook-registry v1.4.8
7882026-03-03T00:17:11.052Z Downloaded slog-scope v4.4.1
7892026-03-03T00:17:11.052Z Downloaded serde_cbor v0.11.2
7902026-03-03T00:17:11.052Z Downloaded slog-stdlog v4.1.1
7912026-03-03T00:17:11.052Z Downloaded slog-json v2.6.1
7922026-03-03T00:17:11.052Z Downloaded strum v0.27.2
7932026-03-03T00:17:11.052Z Downloaded sqlformat v0.3.5
7942026-03-03T00:17:11.052Z Downloaded sync-ptr v0.1.4
7952026-03-03T00:17:11.053Z Downloaded supports-color v3.0.2
7962026-03-03T00:17:11.053Z Downloaded tabwriter v1.4.1
7972026-03-03T00:17:11.053Z Downloaded take_mut v0.2.2
7982026-03-03T00:17:11.053Z Downloaded spki v0.7.3
7992026-03-03T00:17:11.053Z Downloaded simd-adler32 v0.3.8
8002026-03-03T00:17:11.053Z Downloaded prettyplease v0.2.37
8012026-03-03T00:17:11.053Z Downloaded smallvec v0.6.14
8022026-03-03T00:17:11.053Z Downloaded serde_with_macros v3.17.0
8032026-03-03T00:17:11.054Z Downloaded testing_table v0.3.0
8042026-03-03T00:17:11.054Z Downloaded termtree v0.5.1
8052026-03-03T00:17:11.054Z Downloaded tap v1.0.1
8062026-03-03T00:17:11.054Z Downloaded rayon-core v1.13.0
8072026-03-03T00:17:11.054Z Downloaded pretty_assertions v1.4.1
8082026-03-03T00:17:11.054Z Downloaded thread-id v5.1.0
8092026-03-03T00:17:11.054Z Downloaded qorb v0.4.1
8102026-03-03T00:17:11.054Z Downloaded tinyvec_macros v0.1.1
8112026-03-03T00:17:11.054Z Downloaded quinn v0.11.9
8122026-03-03T00:17:11.054Z Downloaded time-core v0.1.8
8132026-03-03T00:17:11.054Z Downloaded serde-hex v0.1.0
8142026-03-03T00:17:11.055Z Downloaded crossterm v0.29.0
8152026-03-03T00:17:11.055Z Downloaded strum_macros v0.26.4
8162026-03-03T00:17:11.055Z Downloaded stringprep v0.1.5
8172026-03-03T00:17:11.055Z Downloaded string_cache v0.8.9
8182026-03-03T00:17:11.055Z Downloaded support-bundle-viewer v0.1.2
8192026-03-03T00:17:11.055Z Downloaded minimal-lexical v0.2.1
8202026-03-03T00:17:11.055Z Downloaded stacker v0.1.23
8212026-03-03T00:17:11.055Z Downloaded tagptr v0.2.0
8222026-03-03T00:17:11.055Z Downloaded spin v0.9.8
8232026-03-03T00:17:11.055Z Downloaded iddqd v0.3.17
8242026-03-03T00:17:11.055Z Downloaded rustls-platform-verifier v0.6.2
8252026-03-03T00:17:11.055Z Downloaded tabled_derive v0.11.0
8262026-03-03T00:17:11.055Z Downloaded thiserror-impl-no-std v2.0.2
8272026-03-03T00:17:11.055Z Downloaded thiserror-no-std v2.0.2
8282026-03-03T00:17:11.055Z Downloaded serde_yaml v0.9.34+deprecated
8292026-03-03T00:17:11.055Z Downloaded schemars v0.8.22
8302026-03-03T00:17:11.055Z Downloaded try-lock v0.2.5
8312026-03-03T00:17:11.055Z Downloaded topological-sort v0.2.2
8322026-03-03T00:17:11.055Z Downloaded trait-variant v0.1.2
8332026-03-03T00:17:11.055Z Downloaded thread_local v1.1.9
8342026-03-03T00:17:11.055Z Downloaded tower-service v0.3.3
8352026-03-03T00:17:11.055Z Downloaded strum_macros v0.27.2
8362026-03-03T00:17:11.055Z Downloaded tower-layer v0.3.3
8372026-03-03T00:17:11.055Z Downloaded tokio-macros v2.6.0
8382026-03-03T00:17:11.056Z Downloaded slog v2.8.2
8392026-03-03T00:17:11.056Z Downloaded unarray v0.1.4
8402026-03-03T00:17:11.056Z Downloaded typify-macro v0.6.1
8412026-03-03T00:17:11.056Z Downloaded typify-macro v0.4.3
8422026-03-03T00:17:11.056Z Downloaded tokio-rustls v0.25.0
8432026-03-03T00:17:11.056Z Downloaded tokio-native-tls v0.3.1
8442026-03-03T00:17:11.056Z Downloaded socket2 v0.5.10
8452026-03-03T00:17:11.056Z Downloaded tls_codec v0.4.2
8462026-03-03T00:17:11.056Z Downloaded rand v0.8.5
8472026-03-03T00:17:11.056Z Downloaded untrusted v0.7.1
8482026-03-03T00:17:11.056Z Downloaded unit-prefix v0.5.2
8492026-03-03T00:17:11.056Z Downloaded unicode-truncate v1.1.0
8502026-03-03T00:17:11.056Z Downloaded tokio-dtrace v0.1.1
8512026-03-03T00:17:11.056Z Downloaded static_assertions v1.1.0
8522026-03-03T00:17:11.056Z Downloaded itertools v0.14.0
8532026-03-03T00:17:11.056Z Downloaded tokio-tungstenite v0.23.1
8542026-03-03T00:17:11.056Z Downloaded mio v1.1.1
8552026-03-03T00:17:11.056Z Downloaded utf-8 v0.7.6
8562026-03-03T00:17:11.056Z Downloaded usdt v0.6.0
8572026-03-03T00:17:11.056Z Downloaded strum_macros v0.24.3
8582026-03-03T00:17:11.056Z Downloaded hkdf v0.12.4
8592026-03-03T00:17:11.056Z Downloaded similar v2.7.0
8602026-03-03T00:17:11.056Z Downloaded untrusted v0.9.0
8612026-03-03T00:17:11.056Z Downloaded universal-hash v0.5.1
8622026-03-03T00:17:11.056Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8632026-03-03T00:17:11.057Z Downloaded ryu v1.0.23
8642026-03-03T00:17:11.057Z Downloaded wait-timeout v0.2.1
8652026-03-03T00:17:11.057Z Downloaded void v1.0.2
8662026-03-03T00:17:11.057Z Downloaded schemars v0.9.0
8672026-03-03T00:17:11.057Z Downloaded usdt-attr-macro v0.6.0
8682026-03-03T00:17:11.057Z Downloaded tui-tree-widget v0.23.1
8692026-03-03T00:17:11.057Z Downloaded toml_writer v1.0.6+spec-1.1.0
8702026-03-03T00:17:11.057Z Downloaded itertools v0.12.1
8712026-03-03T00:17:11.057Z Downloaded unicase v2.9.0
8722026-03-03T00:17:11.057Z Downloaded tokio-tungstenite v0.21.0
8732026-03-03T00:17:11.057Z Downloaded itertools v0.13.0
8742026-03-03T00:17:11.057Z Downloaded tokio-rustls v0.24.1
8752026-03-03T00:17:11.057Z Downloaded socket2 v0.6.2
8762026-03-03T00:17:11.057Z Downloaded snafu v0.8.9
8772026-03-03T00:17:11.057Z Downloaded want v0.3.1
8782026-03-03T00:17:11.057Z Downloaded waitgroup v0.1.2
8792026-03-03T00:17:11.057Z Downloaded test-strategy v0.4.5
8802026-03-03T00:17:11.057Z Downloaded xshell-macros v0.2.7
8812026-03-03T00:17:11.057Z Downloaded xattr v1.6.1
8822026-03-03T00:17:11.057Z Downloaded tokio-stream v0.1.18
8832026-03-03T00:17:11.073Z Downloaded samael v0.0.19
8842026-03-03T00:17:11.073Z Downloaded vergen-lib v0.1.6
8852026-03-03T00:17:11.073Z Downloaded subprocess v0.2.15
8862026-03-03T00:17:11.073Z Downloaded zone v0.3.1
8872026-03-03T00:17:11.073Z Downloaded rustls-webpki v0.103.9
8882026-03-03T00:17:11.073Z Downloaded tar v0.4.44
8892026-03-03T00:17:11.073Z Downloaded rsa v0.9.10
8902026-03-03T00:17:11.073Z Downloaded schemars v1.2.1
8912026-03-03T00:17:11.073Z Downloaded zeroize_derive v1.4.3
8922026-03-03T00:17:11.074Z Downloaded whoami v2.1.0
8932026-03-03T00:17:11.074Z Downloaded uzers v0.12.2
8942026-03-03T00:17:11.074Z Downloaded vergen-git2 v1.0.7
8952026-03-03T00:17:11.074Z Downloaded whoami v1.6.1
8962026-03-03T00:17:11.074Z Downloaded toml v0.9.12+spec-1.1.0
8972026-03-03T00:17:11.074Z Downloaded toml_parser v1.0.9+spec-1.1.0
8982026-03-03T00:17:11.074Z Downloaded futures-util v0.3.32
8992026-03-03T00:17:11.074Z Downloaded xshell v0.2.7
9002026-03-03T00:17:11.074Z Downloaded rand v0.10.0
9012026-03-03T00:17:11.074Z Downloaded tokio-rustls v0.26.4
9022026-03-03T00:17:11.074Z Downloaded vergen-gitcl v1.0.8
9032026-03-03T00:17:11.074Z Downloaded zeroize v1.8.2
9042026-03-03T00:17:11.075Z Downloaded blake3 v1.8.3
9052026-03-03T00:17:11.079Z Downloaded zstd v0.13.3
9062026-03-03T00:17:11.080Z Downloaded typify v0.4.3
9072026-03-03T00:17:11.080Z Downloaded tungstenite v0.23.0
9082026-03-03T00:17:11.080Z Downloaded unicode-properties v0.1.4
9092026-03-03T00:17:11.080Z Downloaded steno v0.4.1
9102026-03-03T00:17:11.084Z Downloaded zstd-safe v7.2.4
9112026-03-03T00:17:11.088Z Downloaded vergen v9.0.6
9122026-03-03T00:17:11.088Z Downloaded zone_cfg_derive v0.3.1
9132026-03-03T00:17:11.089Z Downloaded xz2 v0.1.7
9142026-03-03T00:17:11.094Z Downloaded uuid v1.21.0
9152026-03-03T00:17:11.094Z Downloaded unsafe-libyaml v0.2.11
9162026-03-03T00:17:11.099Z Downloaded typify v0.6.1
9172026-03-03T00:17:11.103Z Downloaded bitvec v1.0.1
9182026-03-03T00:17:11.121Z Downloaded zerocopy v0.6.6
9192026-03-03T00:17:11.135Z Downloaded unicode-bidi v0.3.18
9202026-03-03T00:17:11.135Z Downloaded rustyline v14.0.0
9212026-03-03T00:17:11.135Z Downloaded yasna v0.5.2
9222026-03-03T00:17:11.136Z Downloaded vte v0.14.1
9232026-03-03T00:17:11.154Z Downloaded ron v0.12.0
9242026-03-03T00:17:11.154Z Downloaded p384 v0.13.1
9252026-03-03T00:17:11.154Z Downloaded toml_edit v0.19.15
9262026-03-03T00:17:11.174Z Downloaded tokio-postgres v0.7.16
9272026-03-03T00:17:11.174Z Downloaded bindgen v0.71.1
9282026-03-03T00:17:11.183Z Downloaded zopfli v0.8.3
9292026-03-03T00:17:11.184Z Downloaded libm v0.2.16
9302026-03-03T00:17:11.193Z Downloaded toml_edit v0.23.10+spec-1.0.0
9312026-03-03T00:17:11.193Z Downloaded rpassword v7.4.0
9322026-03-03T00:17:11.193Z Downloaded reedline v0.40.0
9332026-03-03T00:17:11.207Z Downloaded chrono v0.4.44
9342026-03-03T00:17:11.219Z Downloaded regex v1.12.3
9352026-03-03T00:17:11.220Z Downloaded zip v0.6.6
9362026-03-03T00:17:11.220Z Downloaded yansi v1.0.1
9372026-03-03T00:17:11.229Z Downloaded ssh-key v0.6.7
9382026-03-03T00:17:11.236Z Downloaded lalrpop v0.19.12
9392026-03-03T00:17:11.287Z Downloaded goblin v0.10.5
9402026-03-03T00:17:11.295Z Downloaded tower v0.5.3
9412026-03-03T00:17:11.295Z Downloaded reqwest v0.12.28
9422026-03-03T00:17:11.296Z Downloaded portable-atomic v1.13.1
9432026-03-03T00:17:11.296Z Downloaded x509-cert v0.2.5
9442026-03-03T00:17:11.296Z Downloaded unicode_categories v0.1.1
9452026-03-03T00:17:11.296Z Downloaded reqwest v0.13.2
9462026-03-03T00:17:11.296Z Downloaded zerocopy-derive v0.8.40
9472026-03-03T00:17:11.296Z Downloaded typed-path v0.9.3
9482026-03-03T00:17:11.302Z Downloaded rustls-webpki v0.102.8
9492026-03-03T00:17:11.320Z Downloaded tough v0.20.0
9502026-03-03T00:17:11.327Z Downloaded zip v4.6.1
9512026-03-03T00:17:11.334Z Downloaded unicode-segmentation v1.12.0
9522026-03-03T00:17:11.335Z Downloaded unicode-normalization v0.1.25
9532026-03-03T00:17:11.335Z Downloaded tokio-util v0.7.18
9542026-03-03T00:17:11.341Z Downloaded tower-http v0.6.8
9552026-03-03T00:17:11.348Z Downloaded quick-xml v0.37.5
9562026-03-03T00:17:11.355Z Downloaded nix v0.27.1
9572026-03-03T00:17:11.369Z Downloaded moka v0.12.13
9582026-03-03T00:17:11.377Z Downloaded radix_trie v0.2.1
9592026-03-03T00:17:11.386Z Downloaded object v0.30.4
9602026-03-03T00:17:11.407Z Downloaded winnow v0.6.26
9612026-03-03T00:17:11.429Z Downloaded quinn-proto v0.11.13
9622026-03-03T00:17:11.429Z Downloaded winnow v0.5.40
9632026-03-03T00:17:11.429Z Downloaded nix v0.29.0
9642026-03-03T00:17:11.437Z Downloaded petname v2.0.2
9652026-03-03T00:17:11.438Z Downloaded nix v0.28.0
9662026-03-03T00:17:11.458Z Downloaded time v0.3.47
9672026-03-03T00:17:11.489Z Downloaded nix v0.30.1
9682026-03-03T00:17:11.489Z Downloaded tabled v0.20.0
9692026-03-03T00:17:11.508Z Downloaded vcpkg v0.2.15
9702026-03-03T00:17:11.536Z Downloaded webpki-roots v1.0.6
9712026-03-03T00:17:11.543Z Downloaded rustls v0.21.12
9722026-03-03T00:17:11.543Z Downloaded dropshot v0.16.7
9732026-03-03T00:17:11.558Z Downloaded diesel v2.2.12
9742026-03-03T00:17:11.595Z Downloaded zlib-rs v0.6.2
9752026-03-03T00:17:11.612Z Downloaded hickory-proto v0.24.4
9762026-03-03T00:17:11.612Z Downloaded zerocopy v0.8.40
9772026-03-03T00:17:11.612Z Downloaded smoltcp v0.11.0
9782026-03-03T00:17:11.628Z Downloaded hickory-proto v0.25.2
9792026-03-03T00:17:11.633Z Downloaded rustix v0.38.44
9802026-03-03T00:17:11.657Z Downloaded regress v0.10.5
9812026-03-03T00:17:11.668Z Downloaded openapiv3 v2.2.0
9822026-03-03T00:17:11.668Z Downloaded rustls v0.23.37
9832026-03-03T00:17:11.681Z Downloaded sqlparser v0.61.0
9842026-03-03T00:17:11.706Z Downloaded rustls v0.22.4
9852026-03-03T00:17:11.712Z Downloaded regex-syntax v0.8.10
9862026-03-03T00:17:11.712Z Downloaded object v0.37.3
9872026-03-03T00:17:11.719Z Downloaded polar-core v0.27.3
9882026-03-03T00:17:11.731Z Downloaded nix v0.31.1
9892026-03-03T00:17:11.737Z Downloaded typify-impl v0.6.1
9902026-03-03T00:17:11.751Z Downloaded ratatui v0.29.0
9912026-03-03T00:17:11.768Z Downloaded tracing v0.1.44
9922026-03-03T00:17:11.788Z Downloaded typify-impl v0.4.3
9932026-03-03T00:17:11.801Z Downloaded sled v0.34.7
9942026-03-03T00:17:11.815Z Downloaded smoltcp v0.9.1
9952026-03-03T00:17:11.826Z Downloaded regex-automata v0.4.14
9962026-03-03T00:17:11.835Z Downloaded bzip2-sys v0.1.13+1.0.8
9972026-03-03T00:17:11.850Z Downloaded csv v1.4.0
9982026-03-03T00:17:11.865Z Downloaded zerocopy-derive v0.6.6
9992026-03-03T00:17:11.872Z Downloaded chrono-tz v0.10.4
10002026-03-03T00:17:11.889Z Downloaded jiff v0.2.21
10012026-03-03T00:17:11.905Z Downloaded petgraph v0.6.5
10022026-03-03T00:17:11.922Z Downloaded lzma-sys v0.1.20
10032026-03-03T00:17:11.946Z Downloaded regex-syntax v0.6.29
10042026-03-03T00:17:11.956Z Downloaded bstr v1.12.1
10052026-03-03T00:17:11.965Z Downloaded openssl v0.10.75
10062026-03-03T00:17:11.975Z Downloaded curve25519-dalek v4.1.3
10072026-03-03T00:17:11.982Z Downloaded proptest v1.10.0
10082026-03-03T00:17:11.990Z Downloaded serde_with v3.17.0
10092026-03-03T00:17:11.998Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
10102026-03-03T00:17:12.012Z Downloaded petgraph v0.8.3
10112026-03-03T00:17:12.031Z Downloaded libz-sys v1.1.24
10122026-03-03T00:17:12.051Z Downloaded sha3 v0.10.8
10132026-03-03T00:17:12.058Z Downloaded rayon v1.11.0
10142026-03-03T00:17:12.063Z Downloaded rustls-webpki v0.101.7
10152026-03-03T00:17:12.077Z Downloaded git2 v0.20.4
10162026-03-03T00:17:12.083Z Downloaded salty v0.3.0
10172026-03-03T00:17:12.090Z Downloaded tokio v1.49.0
10182026-03-03T00:17:12.126Z Downloaded russh v0.45.0
10192026-03-03T00:17:12.134Z Downloaded wyz v0.5.1
10202026-03-03T00:17:12.134Z Downloaded tungstenite v0.21.0
10212026-03-03T00:17:12.141Z Downloaded tracing-core v0.1.36
10222026-03-03T00:17:12.141Z Downloaded tinyvec v1.10.0
10232026-03-03T00:17:12.141Z Downloaded rand v0.9.2
10242026-03-03T00:17:12.157Z Downloaded hyper v1.8.1
10252026-03-03T00:17:12.158Z Downloaded walkdir v2.5.0
10262026-03-03T00:17:12.158Z Downloaded vsss-rs v3.3.4
10272026-03-03T00:17:12.158Z Downloaded usdt-macro v0.6.0
10282026-03-03T00:17:12.158Z Downloaded usdt-impl v0.6.0
10292026-03-03T00:17:12.158Z Downloaded twox-hash v2.1.2
10302026-03-03T00:17:12.158Z Downloaded tracing-attributes v0.1.31
10312026-03-03T00:17:12.164Z Downloaded toml v0.7.8
10322026-03-03T00:17:12.164Z Downloaded term v1.2.1
10332026-03-03T00:17:12.179Z Downloaded term v0.7.0
10342026-03-03T00:17:12.179Z Downloaded p521 v0.13.3
10352026-03-03T00:17:12.179Z Downloaded h2 v0.4.13
10362026-03-03T00:17:12.184Z Downloaded nom v7.1.3
10372026-03-03T00:17:12.184Z Downloaded iri-string v0.7.10
10382026-03-03T00:17:12.189Z Downloaded tls_codec_derive v0.4.2
10392026-03-03T00:17:12.196Z Downloaded encoding_rs v0.8.35
10402026-03-03T00:17:12.209Z Downloaded tiny-keccak v2.0.2
10412026-03-03T00:17:12.214Z Downloaded time-macros v0.2.27
10422026-03-03T00:17:12.214Z Downloaded ron v0.8.1
10432026-03-03T00:17:12.221Z Downloaded termios v0.3.3
10442026-03-03T00:17:12.228Z Downloaded slog-term v2.9.2
10452026-03-03T00:17:12.228Z Downloaded publicsuffix v2.3.0
10462026-03-03T00:17:12.228Z Downloaded num-bigint-dig v0.8.6
10472026-03-03T00:17:12.233Z Downloaded libxml v0.3.3
10482026-03-03T00:17:12.233Z Downloaded hashbrown v0.15.5
10492026-03-03T00:17:12.245Z Downloaded itertools v0.10.5
10502026-03-03T00:17:12.250Z Downloaded signal-hook v0.3.18
10512026-03-03T00:17:12.250Z Downloaded sync_wrapper v1.0.2
10522026-03-03T00:17:12.250Z Downloaded smf v0.2.3
10532026-03-03T00:17:12.250Z Downloaded strum v0.26.3
10542026-03-03T00:17:12.251Z Downloaded snafu-derive v0.8.9
10552026-03-03T00:17:12.256Z Downloaded slog-dtrace v0.3.0
10562026-03-03T00:17:12.256Z Downloaded hickory-server v0.25.2
10572026-03-03T00:17:12.256Z Downloaded ssh-cipher v0.2.0
10582026-03-03T00:17:12.261Z Downloaded signature v2.2.0
10592026-03-03T00:17:12.261Z Downloaded signal-hook-tokio v0.3.1
10602026-03-03T00:17:12.261Z Downloaded signal-hook-mio v0.2.5
10612026-03-03T00:17:12.261Z Downloaded sha1 v0.10.6
10622026-03-03T00:17:12.267Z Downloaded rustls-pemfile v1.0.4
10632026-03-03T00:17:12.267Z Downloaded hickory-resolver v0.24.4
10642026-03-03T00:17:12.267Z Downloaded hyper-util v0.1.20
10652026-03-03T00:17:12.273Z Downloaded ring v0.17.14
10662026-03-03T00:17:12.310Z Downloaded serde_plain v1.0.2
10672026-03-03T00:17:12.315Z Downloaded semver v0.1.20
10682026-03-03T00:17:12.315Z Downloaded scrypt v0.11.0
10692026-03-03T00:17:12.315Z Downloaded shell-words v1.1.1
10702026-03-03T00:17:12.315Z Downloaded seq-macro v0.3.6
10712026-03-03T00:17:12.316Z Downloaded hashbrown v0.13.2
10722026-03-03T00:17:12.321Z Downloaded hashbrown v0.12.3
10732026-03-03T00:17:12.327Z Downloaded flate2 v1.1.9
10742026-03-03T00:17:12.327Z Downloaded libgit2-sys v0.18.3+1.9.2
10752026-03-03T00:17:12.376Z Downloaded derive_more v2.1.1
10762026-03-03T00:17:12.386Z Downloaded scopeguard v1.2.0
10772026-03-03T00:17:12.390Z Downloaded rand_core v0.9.5
10782026-03-03T00:17:12.391Z Downloaded rand_core v0.6.4
10792026-03-03T00:17:12.391Z Downloaded ed25519-dalek v2.2.0
10802026-03-03T00:17:12.397Z Downloaded secrecy v0.8.0
10812026-03-03T00:17:12.397Z Downloaded salsa20 v0.10.2
10822026-03-03T00:17:12.397Z Downloaded miniz_oxide v0.8.9
10832026-03-03T00:17:12.397Z Downloaded russh-cryptovec v0.7.3
10842026-03-03T00:17:12.401Z Downloaded rtoolbox v0.0.3
10852026-03-03T00:17:12.401Z Downloaded pkcs5 v0.7.1
10862026-03-03T00:17:12.406Z Downloaded pkcs1 v0.7.5
10872026-03-03T00:17:12.406Z Downloaded omicron-zone-package v0.12.2
10882026-03-03T00:17:12.410Z Downloaded dropshot-api-manager v0.5.2
10892026-03-03T00:17:12.410Z Downloaded der v0.7.10
10902026-03-03T00:17:12.415Z Downloaded owo-colors v4.3.0
10912026-03-03T00:17:12.419Z Downloaded parking_lot_core v0.9.12
10922026-03-03T00:17:12.419Z Downloaded litrs v1.0.0
10932026-03-03T00:17:12.425Z Downloaded polyval v0.6.2
10942026-03-03T00:17:12.425Z Downloaded pkg-config v0.3.32
10952026-03-03T00:17:12.425Z Downloaded parking_lot v0.11.2
10962026-03-03T00:17:12.425Z Downloaded postgres-protocol v0.6.10
10972026-03-03T00:17:12.431Z Downloaded phf_shared v0.13.1
10982026-03-03T00:17:12.431Z Downloaded phf v0.13.1
10992026-03-03T00:17:12.431Z Downloaded phf v0.12.1
11002026-03-03T00:17:12.431Z Downloaded progenitor-macro v0.11.2
11012026-03-03T00:17:12.436Z Downloaded progenitor-macro v0.10.0
11022026-03-03T00:17:12.437Z Downloaded pin-project-lite v0.2.17
11032026-03-03T00:17:12.437Z Downloaded paste v1.0.15
11042026-03-03T00:17:12.443Z Downloaded password-hash v0.5.0
11052026-03-03T00:17:12.443Z Downloaded crypto-bigint v0.5.5
11062026-03-03T00:17:12.448Z Downloaded chacha20poly1305 v0.10.1
11072026-03-03T00:17:12.448Z Downloaded peg-macros v0.8.5
11082026-03-03T00:17:12.452Z Downloaded proc-macro-error-attr2 v2.0.0
11092026-03-03T00:17:12.453Z Downloaded proc-macro-crate v3.4.0
11102026-03-03T00:17:12.453Z Downloaded proc-macro-crate v1.3.1
11112026-03-03T00:17:12.453Z Downloaded parse-display-derive v0.10.0
11122026-03-03T00:17:12.458Z Downloaded parking_lot_core v0.8.6
11132026-03-03T00:17:12.458Z Downloaded diesel_derives v2.2.7
11142026-03-03T00:17:12.462Z Downloaded password-hash v0.4.2
11152026-03-03T00:17:12.462Z Downloaded heapless v0.8.0
11162026-03-03T00:17:12.467Z Downloaded half v2.7.1
11172026-03-03T00:17:12.467Z Downloaded packed_struct v0.10.1
11182026-03-03T00:17:12.467Z Downloaded oxnet v0.1.4
11192026-03-03T00:17:12.472Z Downloaded oxide-tokio-rt v0.1.2
11202026-03-03T00:17:12.472Z Downloaded num_enum v0.5.11
11212026-03-03T00:17:12.477Z Downloaded num_enum v0.7.5
11222026-03-03T00:17:12.481Z Downloaded memmap2 v0.9.10
11232026-03-03T00:17:12.481Z Downloaded indexmap v1.9.3
11242026-03-03T00:17:12.485Z Downloaded base64 v0.22.1
11252026-03-03T00:17:12.497Z Downloaded bumpalo v3.20.2
11262026-03-03T00:17:12.497Z Downloaded aho-corasick v1.1.4
11272026-03-03T00:17:12.501Z Downloaded chacha20 v0.10.0
11282026-03-03T00:17:12.501Z Downloaded base64 v0.21.7
11292026-03-03T00:17:12.501Z Downloaded pbkdf2 v0.11.0
11302026-03-03T00:17:12.501Z Downloaded num-rational v0.4.2
11312026-03-03T00:17:12.505Z Downloaded num-integer v0.1.46
11322026-03-03T00:17:12.505Z Downloaded newtype-uuid v1.3.2
11332026-03-03T00:17:12.505Z Downloaded httparse v1.10.1
11342026-03-03T00:17:12.508Z Downloaded elliptic-curve v0.13.8
11352026-03-03T00:17:12.512Z Downloaded darling_core v0.23.0
11362026-03-03T00:17:12.516Z Downloaded compact_str v0.8.1
11372026-03-03T00:17:12.520Z Downloaded nu-ansi-term v0.50.3
11382026-03-03T00:17:12.520Z Downloaded mime_guess v2.0.5
11392026-03-03T00:17:12.524Z Downloaded dropshot_endpoint v0.16.7
11402026-03-03T00:17:12.528Z Downloaded derive-where v1.6.0
11412026-03-03T00:17:12.528Z Downloaded getrandom v0.3.4
11422026-03-03T00:17:12.534Z Downloaded opaque-debug v0.3.1
11432026-03-03T00:17:12.534Z Downloaded libsw-core v0.3.2
11442026-03-03T00:17:12.541Z Downloaded libsw v3.5.0
11452026-03-03T00:17:12.541Z Downloaded hyper-rustls v0.27.7
11462026-03-03T00:17:12.541Z Downloaded bytes v1.11.1
11472026-03-03T00:17:12.546Z Downloaded const_format v0.2.35
11482026-03-03T00:17:12.546Z Downloaded arc-swap v1.8.2
11492026-03-03T00:17:12.550Z Downloaded num-derive v0.3.3
11502026-03-03T00:17:12.550Z Downloaded iana-time-zone v0.1.65
11512026-03-03T00:17:12.554Z Downloaded colored v3.1.1
11522026-03-03T00:17:12.558Z Downloaded newtype-uuid-macros v0.1.0
11532026-03-03T00:17:12.558Z Downloaded nonempty v0.12.0
11542026-03-03T00:17:12.558Z Downloaded nodrop v0.1.14
11552026-03-03T00:17:12.558Z Downloaded lock_api v0.4.14
11562026-03-03T00:17:12.565Z Downloaded expectorate v1.2.0
11572026-03-03T00:17:12.565Z Downloaded crossbeam-utils v0.8.21
11582026-03-03T00:17:12.569Z Downloaded hmac v0.12.1
11592026-03-03T00:17:12.569Z Downloaded num v0.4.3
11602026-03-03T00:17:12.569Z Downloaded ingot-types v0.1.2
11612026-03-03T00:17:12.570Z Downloaded multimap v0.10.1
11622026-03-03T00:17:12.570Z Downloaded getrandom v0.2.17
11632026-03-03T00:17:12.575Z Downloaded ed25519 v2.2.3
11642026-03-03T00:17:12.575Z Downloaded ipnet v2.11.0
11652026-03-03T00:17:12.580Z Downloaded ingot v0.1.1
11662026-03-03T00:17:12.580Z Downloaded indoc v2.0.7
11672026-03-03T00:17:12.580Z Downloaded half v1.8.3
11682026-03-03T00:17:12.586Z Downloaded diff v0.1.13
11692026-03-03T00:17:12.586Z Downloaded derive_builder v0.20.2
11702026-03-03T00:17:12.590Z Downloaded des v0.8.1
11712026-03-03T00:17:12.590Z Downloaded ar_archive_writer v0.5.1
11722026-03-03T00:17:12.593Z Downloaded memoffset v0.9.1
11732026-03-03T00:17:12.593Z Downloaded md5 v0.7.0
11742026-03-03T00:17:12.593Z Downloaded md-5 v0.10.6
11752026-03-03T00:17:12.598Z Downloaded maybe-uninit v2.0.0
11762026-03-03T00:17:12.598Z Downloaded match_cfg v0.1.0
11772026-03-03T00:17:12.598Z Downloaded managed v0.8.0
11782026-03-03T00:17:12.598Z Downloaded lzss v0.8.2
11792026-03-03T00:17:12.603Z Downloaded lru-cache v0.1.2
11802026-03-03T00:17:12.603Z Downloaded linked-hash-map v0.5.6
11812026-03-03T00:17:12.603Z Downloaded const-oid v0.9.6
11822026-03-03T00:17:12.607Z Downloaded http-body-util v0.1.3
11832026-03-03T00:17:12.607Z Downloaded hyper-staticfile v0.10.1
11842026-03-03T00:17:12.608Z Downloaded highway v1.3.0
11852026-03-03T00:17:12.612Z Downloaded cargo_metadata v0.19.2
11862026-03-03T00:17:12.612Z Downloaded cookie_store v0.22.1
11872026-03-03T00:17:12.612Z Downloaded console v0.15.11
11882026-03-03T00:17:12.616Z Downloaded cmake v0.1.57
11892026-03-03T00:17:12.616Z Downloaded ciborium v0.2.2
11902026-03-03T00:17:12.621Z Downloaded clang-sys v1.8.1
11912026-03-03T00:17:12.621Z Downloaded cargo_toml v0.22.3
11922026-03-03T00:17:12.621Z Downloaded der_derive v0.7.3
11932026-03-03T00:17:12.625Z Downloaded defmt v1.0.1
11942026-03-03T00:17:12.625Z Downloaded is-terminal v0.4.17
11952026-03-03T00:17:12.625Z Downloaded indoc v1.0.9
11962026-03-03T00:17:12.629Z Downloaded group v0.13.0
11972026-03-03T00:17:12.629Z Downloaded git-stub-vcs v0.1.0
11982026-03-03T00:17:12.634Z Downloaded derive_builder_core v0.20.2
11992026-03-03T00:17:12.634Z Downloaded derive-ex v0.1.8
12002026-03-03T00:17:12.634Z Downloaded daft v0.1.5
12012026-03-03T00:17:12.640Z Downloaded ecdsa v0.16.9
12022026-03-03T00:17:12.640Z Downloaded csv-core v0.1.13
12032026-03-03T00:17:12.640Z Downloaded convert_case v0.10.0
12042026-03-03T00:17:12.644Z Downloaded bzip2 v0.4.4
12052026-03-03T00:17:12.644Z Downloaded data-encoding v2.10.0
12062026-03-03T00:17:12.644Z Downloaded cookie v0.18.1
12072026-03-03T00:17:12.644Z Downloaded console v0.16.2
12082026-03-03T00:17:12.648Z Downloaded blake2 v0.10.6
12092026-03-03T00:17:12.648Z Downloaded async-bb8-diesel v0.2.1
12102026-03-03T00:17:12.652Z Downloaded bzip2 v0.6.1
12112026-03-03T00:17:12.653Z Downloaded ident_case v1.0.1
12122026-03-03T00:17:12.653Z Downloaded hyper-tls v0.6.0
12132026-03-03T00:17:12.656Z Downloaded hubpack_derive v0.1.1
12142026-03-03T00:17:12.657Z Downloaded hubpack v0.1.2
12152026-03-03T00:17:12.657Z Downloaded httpdate v1.0.3
12162026-03-03T00:17:12.657Z Downloaded http-body v1.0.1
12172026-03-03T00:17:12.657Z Downloaded futures-executor v0.3.32
12182026-03-03T00:17:12.662Z Downloaded constant_time_eq v0.4.2
12192026-03-03T00:17:12.662Z Downloaded fs_extra v1.3.0
12202026-03-03T00:17:12.669Z Downloaded ena v0.14.4
12212026-03-03T00:17:12.669Z Downloaded either v1.15.0
12222026-03-03T00:17:12.669Z Downloaded diesel-dtrace v0.4.2
12232026-03-03T00:17:12.669Z Downloaded camino-tempfile-ext v0.3.3
12242026-03-03T00:17:12.669Z Downloaded bit-vec v0.8.0
12252026-03-03T00:17:12.673Z Downloaded base64ct v1.8.3
12262026-03-03T00:17:12.673Z Downloaded argon2 v0.5.3
12272026-03-03T00:17:12.674Z Downloaded corncobs v0.1.4
12282026-03-03T00:17:12.678Z Downloaded bcs v0.1.6
12292026-03-03T00:17:12.678Z Downloaded defmt-parser v1.0.0
12302026-03-03T00:17:12.679Z Downloaded home v0.5.12
12312026-03-03T00:17:12.679Z Downloaded foldhash v0.2.0
12322026-03-03T00:17:12.679Z Downloaded deranged v0.5.8
12332026-03-03T00:17:12.682Z Downloaded cbc v0.1.2
12342026-03-03T00:17:12.682Z Downloaded hex v0.4.3
12352026-03-03T00:17:12.682Z Downloaded hash32 v0.3.1
12362026-03-03T00:17:12.687Z Downloaded dsl_auto_type v0.1.3
12372026-03-03T00:17:12.687Z Downloaded hash32 v0.2.1
12382026-03-03T00:17:12.687Z Downloaded gethostname v0.5.0
12392026-03-03T00:17:12.687Z Downloaded darling_macro v0.20.11
12402026-03-03T00:17:12.690Z Downloaded embedded-io v0.4.0
12412026-03-03T00:17:12.691Z Downloaded dof v0.4.0
12422026-03-03T00:17:12.691Z Downloaded derive_builder_macro v0.20.2
12432026-03-03T00:17:12.691Z Downloaded bitflags v1.3.2
12442026-03-03T00:17:12.694Z Downloaded enum-as-inner v0.6.1
12452026-03-03T00:17:12.694Z Downloaded const_format_proc_macros v0.2.34
12462026-03-03T00:17:12.698Z Downloaded defmt v0.3.100
12472026-03-03T00:17:12.698Z Downloaded bitfield v0.19.4
12482026-03-03T00:17:12.698Z Downloaded bit-vec v0.6.3
12492026-03-03T00:17:12.702Z Downloaded ghash v0.5.1
12502026-03-03T00:17:12.702Z Downloaded dunce v1.0.5
12512026-03-03T00:17:12.702Z Downloaded cipher v0.4.4
12522026-03-03T00:17:12.702Z Downloaded cassowary v0.3.0
12532026-03-03T00:17:12.706Z Downloaded funty v2.0.0
12542026-03-03T00:17:12.706Z Downloaded dropshot-api-manager-types v0.5.2
12552026-03-03T00:17:12.706Z Downloaded futures-core v0.3.32
12562026-03-03T00:17:12.706Z Downloaded find-msvc-tools v0.1.9
12572026-03-03T00:17:12.710Z Downloaded dirs-sys-next v0.1.2
12582026-03-03T00:17:12.710Z Downloaded defmt-macros v1.0.1
12592026-03-03T00:17:12.714Z Downloaded darling_core v0.21.3
12602026-03-03T00:17:12.731Z Downloaded crc v3.4.0
12612026-03-03T00:17:12.731Z Downloaded cfg_aliases v0.2.1
12622026-03-03T00:17:12.731Z Downloaded bcrypt-pbkdf v0.10.0
12632026-03-03T00:17:12.731Z Downloaded foreign-types v0.3.2
12642026-03-03T00:17:12.731Z Downloaded embedded-io v0.6.1
12652026-03-03T00:17:12.731Z Downloaded cstr-argument v0.1.2
12662026-03-03T00:17:12.731Z Downloaded crc8 v0.1.1
12672026-03-03T00:17:12.732Z Downloaded async-recursion v1.1.1
12682026-03-03T00:17:12.732Z Downloaded ciborium-io v0.2.2
12692026-03-03T00:17:12.732Z Downloaded endian-type v0.1.2
12702026-03-03T00:17:12.732Z Downloaded curve25519-dalek-derive v0.1.1
12712026-03-03T00:17:12.732Z Downloaded crucible-workspace-hack v0.1.0
12722026-03-03T00:17:12.732Z Downloaded cpufeatures v0.3.0
12732026-03-03T00:17:12.735Z Downloaded atty v0.2.14
12742026-03-03T00:17:12.735Z Downloaded ascii-canvas v3.0.0
12752026-03-03T00:17:12.735Z Downloaded arrayref v0.3.9
12762026-03-03T00:17:12.735Z Downloaded foreign-types-shared v0.1.1
12772026-03-03T00:17:12.735Z Downloaded float-cmp v0.10.0
12782026-03-03T00:17:12.740Z Downloaded dtrace-parser v0.3.0
12792026-03-03T00:17:12.740Z Downloaded darling_macro v0.23.0
12802026-03-03T00:17:12.740Z Downloaded cexpr v0.6.0
12812026-03-03T00:17:12.740Z Downloaded blowfish v0.9.1
12822026-03-03T00:17:12.743Z Downloaded crunchy v0.2.4
12832026-03-03T00:17:12.743Z Downloaded cfg_aliases v0.1.1
12842026-03-03T00:17:12.743Z Downloaded castaway v0.2.4
12852026-03-03T00:17:12.743Z Downloaded block-padding v0.3.3
12862026-03-03T00:17:12.743Z Downloaded bitfield-macros v0.19.4
12872026-03-03T00:17:12.747Z Downloaded bit-set v0.8.0
12882026-03-03T00:17:12.747Z Downloaded bb8 v0.8.6
12892026-03-03T00:17:12.747Z Downloaded float-ord v0.3.2
12902026-03-03T00:17:12.747Z Downloaded fatfs v0.3.6
12912026-03-03T00:17:12.751Z Downloaded env_logger v0.11.9
12922026-03-03T00:17:12.755Z Downloaded dyn-clone v1.0.20
12932026-03-03T00:17:12.755Z Downloaded debug-ignore v1.0.5
12942026-03-03T00:17:12.755Z Downloaded bit-set v0.5.3
12952026-03-03T00:17:12.759Z Downloaded atomicwrites v0.4.4
12962026-03-03T00:17:12.759Z Downloaded arrayvec v0.7.6
12972026-03-03T00:17:12.759Z Downloaded aes-gcm v0.10.3
12982026-03-03T00:17:12.762Z Downloaded diesel_table_macro_syntax v0.2.0
12992026-03-03T00:17:12.762Z Downloaded bitfield-struct v0.6.2
13002026-03-03T00:17:12.766Z Downloaded array-init v0.0.4
13012026-03-03T00:17:12.766Z Downloaded darling v0.21.3
13022026-03-03T00:17:12.769Z Downloaded async-stream-impl v0.3.6
13032026-03-03T00:17:12.769Z Downloaded assert_matches v1.5.0
13042026-03-03T00:17:12.773Z Downloaded darling v0.20.11
13052026-03-03T00:17:12.777Z Downloaded async-stream v0.3.6
13062026-03-03T00:17:12.777Z Downloaded document-features v0.2.12
13072026-03-03T00:17:12.780Z Downloaded ctr v0.9.2
13082026-03-03T00:17:12.780Z Downloaded fd-lock v4.0.4
13092026-03-03T00:17:12.783Z Downloaded darling_core v0.20.11
13102026-03-03T00:17:12.787Z Downloaded aes v0.8.4
13112026-03-03T00:17:12.790Z Downloaded crossbeam-deque v0.8.6
13122026-03-03T00:17:12.790Z Downloaded critical-section v1.2.0
13132026-03-03T00:17:12.793Z Downloaded crossbeam-epoch v0.9.18
13142026-03-03T00:17:12.793Z Downloaded backon v1.6.0
13152026-03-03T00:17:12.796Z Downloaded backoff v0.4.0
13162026-03-03T00:17:12.800Z Downloaded ahash v0.8.12
13172026-03-03T00:17:12.800Z Downloaded allocator-api2 v0.2.21
13182026-03-03T00:17:13.062Z Downloaded aws-lc-sys v0.37.1
13192026-03-03T00:17:13.428Z Compiling libc v0.2.180
13202026-03-03T00:17:13.432Z Compiling serde v1.0.228
13212026-03-03T00:17:13.432Z Compiling log v0.4.29
13222026-03-03T00:17:13.432Z Compiling shlex v1.3.0
13232026-03-03T00:17:13.616Z Compiling find-msvc-tools v0.1.9
13242026-03-03T00:17:13.632Z Compiling smallvec v1.15.1
13252026-03-03T00:17:13.654Z Compiling syn v2.0.117
13262026-03-03T00:17:13.658Z Compiling typenum v1.19.0
13272026-03-03T00:17:14.108Z Compiling generic-array v0.14.7
13282026-03-03T00:17:14.152Z Compiling subtle v2.6.1
13292026-03-03T00:17:14.236Z Compiling scopeguard v1.2.0
13302026-03-03T00:17:14.276Z Compiling portable-atomic v1.13.1
13312026-03-03T00:17:14.412Z Compiling lock_api v0.4.14
13322026-03-03T00:17:14.435Z Compiling const-oid v0.9.6
13332026-03-03T00:17:14.511Z Compiling critical-section v1.2.0
13342026-03-03T00:17:14.561Z Compiling zerocopy v0.8.40
13352026-03-03T00:17:14.698Z Compiling pin-project-lite v0.2.17
13362026-03-03T00:17:14.873Z Compiling parking_lot_core v0.9.12
13372026-03-03T00:17:14.936Z Compiling serde_json v1.0.149
13382026-03-03T00:17:15.386Z Compiling pkg-config v0.3.32
13392026-03-03T00:17:16.487Z Compiling libm v0.2.16
13402026-03-03T00:17:16.490Z Compiling getrandom v0.2.17
13412026-03-03T00:17:16.490Z Compiling jobserver v0.1.34
13422026-03-03T00:17:16.490Z Compiling errno v0.3.14
13432026-03-03T00:17:16.490Z Compiling rand_core v0.6.4
13442026-03-03T00:17:16.490Z Compiling cc v1.2.56
13452026-03-03T00:17:16.520Z Compiling signal-hook-registry v1.4.8
13462026-03-03T00:17:16.778Z Compiling once_cell v1.21.3
13472026-03-03T00:17:16.843Z Compiling mio v1.1.1
13482026-03-03T00:17:16.967Z Compiling num-traits v0.2.19
13492026-03-03T00:17:17.146Z Compiling bitflags v2.11.0
13502026-03-03T00:17:17.191Z Compiling futures-core v0.3.32
13512026-03-03T00:17:17.329Z Compiling parking_lot v0.12.5
13522026-03-03T00:17:17.619Z Compiling socket2 v0.6.2
13532026-03-03T00:17:17.673Z Compiling percent-encoding v2.3.2
13542026-03-03T00:17:17.986Z Compiling allocator-api2 v0.2.21
13552026-03-03T00:17:18.048Z Compiling futures-sink v0.3.32
13562026-03-03T00:17:18.140Z Compiling cpufeatures v0.2.17
13572026-03-03T00:17:18.220Z Compiling foldhash v0.2.0
13582026-03-03T00:17:18.290Z Compiling futures-channel v0.3.32
13592026-03-03T00:17:18.390Z Compiling futures-task v0.3.32
13602026-03-03T00:17:18.538Z Compiling getrandom v0.4.1
13612026-03-03T00:17:18.645Z Compiling hashbrown v0.16.1
13622026-03-03T00:17:18.685Z Compiling futures-io v0.3.32
13632026-03-03T00:17:18.709Z Compiling slab v0.4.12
13642026-03-03T00:17:18.732Z Compiling rustversion v1.0.22
13652026-03-03T00:17:19.001Z Compiling getrandom v0.3.4
13662026-03-03T00:17:19.055Z Compiling rand_core v0.10.0
13672026-03-03T00:17:19.320Z Compiling cmake v0.1.57
13682026-03-03T00:17:20.066Z Compiling indexmap v2.13.0
13692026-03-03T00:17:20.208Z Compiling form_urlencoded v1.2.2
13702026-03-03T00:17:20.346Z Compiling dunce v1.0.5
13712026-03-03T00:17:20.395Z Compiling base64ct v1.8.3
13722026-03-03T00:17:20.502Z Compiling ident_case v1.0.1
13732026-03-03T00:17:20.524Z Compiling fs_extra v1.3.0
13742026-03-03T00:17:20.702Z Compiling flagset v0.4.7
13752026-03-03T00:17:20.880Z Compiling rand_core v0.9.5
13762026-03-03T00:17:20.955Z Compiling pem-rfc7468 v0.7.0
13772026-03-03T00:17:21.031Z Compiling iana-time-zone v0.1.65
13782026-03-03T00:17:21.082Z Compiling rustix v1.1.3
13792026-03-03T00:17:21.101Z Compiling aws-lc-sys v0.37.1
13802026-03-03T00:17:21.290Z Compiling ring v0.17.14
13812026-03-03T00:17:21.385Z Compiling uuid v1.21.0
13822026-03-03T00:17:21.444Z Compiling rustc_version v0.4.1
13832026-03-03T00:17:21.557Z Compiling synstructure v0.13.2
13842026-03-03T00:17:21.604Z Compiling regex-syntax v0.8.10
13852026-03-03T00:17:22.079Z Compiling vcpkg v0.2.15
13862026-03-03T00:17:22.142Z Compiling aws-lc-rs v1.16.0
13872026-03-03T00:17:22.859Z Compiling tracing-core v0.1.36
13882026-03-03T00:17:22.945Z Compiling crossbeam-utils v0.8.21
13892026-03-03T00:17:23.514Z Compiling pest_generator v2.8.6
13902026-03-03T00:17:23.741Z Compiling openssl-sys v0.9.111
13912026-03-03T00:17:24.104Z Compiling serde_derive_internals v0.29.1
13922026-03-03T00:17:25.008Z Compiling base64 v0.22.1
13932026-03-03T00:17:25.340Z Compiling openssl-probe v0.2.1
13942026-03-03T00:17:25.636Z Compiling schemars v0.8.22
13952026-03-03T00:17:25.665Z Compiling untrusted v0.9.0
13962026-03-03T00:17:25.687Z Compiling httparse v1.10.1
13972026-03-03T00:17:25.861Z Compiling untrusted v0.7.1
13982026-03-03T00:17:25.980Z Compiling syn v1.0.109
13992026-03-03T00:17:26.183Z Compiling serde_derive v1.0.228
14002026-03-03T00:17:26.276Z Compiling zeroize_derive v1.4.3
14012026-03-03T00:17:26.364Z Compiling zerofrom-derive v0.1.6
14022026-03-03T00:17:26.544Z Compiling yoke-derive v0.8.1
14032026-03-03T00:17:27.208Z Compiling zerocopy-derive v0.8.40
14042026-03-03T00:17:27.341Z Compiling zerovec-derive v0.11.2
14052026-03-03T00:17:27.623Z Compiling zeroize v1.8.2
14062026-03-03T00:17:28.014Z Compiling displaydoc v0.2.5
14072026-03-03T00:17:29.346Z Compiling tokio-macros v2.6.0
14082026-03-03T00:17:29.482Z Compiling crypto-common v0.1.7
14092026-03-03T00:17:29.652Z Compiling block-buffer v0.10.4
14102026-03-03T00:17:29.675Z Compiling zerofrom v0.1.6
14112026-03-03T00:17:29.737Z Compiling futures-macro v0.3.32
14122026-03-03T00:17:29.910Z Compiling yoke v0.8.1
14132026-03-03T00:17:29.946Z Compiling digest v0.10.7
14142026-03-03T00:17:30.012Z Compiling block-padding v0.3.3
14152026-03-03T00:17:30.273Z Compiling zerovec v0.11.5
14162026-03-03T00:17:30.303Z Compiling zerotrie v0.2.3
14172026-03-03T00:17:30.467Z Compiling hmac v0.12.1
14182026-03-03T00:17:30.746Z Compiling inout v0.1.4
14192026-03-03T00:17:30.930Z Compiling sha2 v0.10.9
14202026-03-03T00:17:30.954Z Compiling der_derive v0.7.3
14212026-03-03T00:17:31.053Z Compiling cipher v0.4.4
14222026-03-03T00:17:31.425Z Compiling tinystr v0.8.2
14232026-03-03T00:17:31.589Z Compiling potential_utf v0.1.4
14242026-03-03T00:17:31.615Z Compiling futures-util v0.3.32
14252026-03-03T00:17:31.824Z Compiling icu_locale_core v2.1.1
14262026-03-03T00:17:31.889Z Compiling icu_collections v2.1.1
14272026-03-03T00:17:32.950Z Compiling salsa20 v0.10.2
14282026-03-03T00:17:33.197Z Compiling der v0.7.10
14292026-03-03T00:17:33.220Z Compiling pbkdf2 v0.12.2
14302026-03-03T00:17:33.404Z Compiling icu_provider v2.1.1
14312026-03-03T00:17:34.050Z Compiling icu_properties v2.1.2
14322026-03-03T00:17:34.074Z Compiling icu_normalizer v2.1.1
14332026-03-03T00:17:34.452Z Compiling bytes v1.11.1
14342026-03-03T00:17:34.566Z Compiling chrono v0.4.44
14352026-03-03T00:17:35.329Z Compiling spki v0.7.3
14362026-03-03T00:17:35.734Z Compiling tokio v1.49.0
14372026-03-03T00:17:35.893Z Compiling http v1.4.0
14382026-03-03T00:17:36.120Z Compiling idna_adapter v1.2.1
14392026-03-03T00:17:36.352Z Compiling idna v1.1.0
14402026-03-03T00:17:36.711Z Compiling thiserror-impl v2.0.18
14412026-03-03T00:17:37.059Z Compiling url v2.5.8
14422026-03-03T00:17:37.819Z Compiling scrypt v0.11.0
14432026-03-03T00:17:37.936Z Compiling cbc v0.1.2
14442026-03-03T00:17:38.003Z Compiling aes v0.8.4
14452026-03-03T00:17:38.205Z Compiling rustls-pki-types v1.14.0
14462026-03-03T00:17:38.311Z Compiling tracing-attributes v0.1.31
14472026-03-03T00:17:38.720Z Compiling ppv-lite86 v0.2.21
14482026-03-03T00:17:38.852Z Compiling http-body v1.0.1
14492026-03-03T00:17:39.176Z Compiling pkcs5 v0.7.1
14502026-03-03T00:17:39.527Z Compiling rand_chacha v0.9.0
14512026-03-03T00:17:39.738Z Compiling thiserror v2.0.18
14522026-03-03T00:17:39.914Z Compiling pkcs8 v0.10.2
14532026-03-03T00:17:40.284Z Compiling rand v0.9.2
14542026-03-03T00:17:40.661Z Compiling schemars_derive v0.8.22
14552026-03-03T00:17:40.696Z Compiling scroll_derive v0.13.1
14562026-03-03T00:17:41.147Z Compiling pest_derive v2.8.6
14572026-03-03T00:17:41.488Z Compiling tracing v0.1.44
14582026-03-03T00:17:41.935Z Compiling darling_core v0.20.11
14592026-03-03T00:17:41.999Z Compiling tinyvec_macros v0.1.1
14602026-03-03T00:17:42.003Z Compiling tower-service v0.3.3
14612026-03-03T00:17:42.122Z Compiling tower-layer v0.3.3
14622026-03-03T00:17:42.147Z Compiling dyn-clone v1.0.20
14632026-03-03T00:17:42.393Z Compiling try-lock v0.2.5
14642026-03-03T00:17:42.442Z Compiling atomic-waker v1.1.2
14652026-03-03T00:17:42.507Z Compiling rustls v0.23.37
14662026-03-03T00:17:42.557Z Compiling want v0.3.1
14672026-03-03T00:17:42.635Z Compiling scroll v0.13.0
14682026-03-03T00:17:42.829Z Compiling tinyvec v1.10.0
14692026-03-03T00:17:43.425Z Compiling ipnet v2.11.0
14702026-03-03T00:17:43.498Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-03-03T00:17:43.627Z Compiling spin v0.9.8
14722026-03-03T00:17:44.060Z Compiling aho-corasick v1.1.4
14732026-03-03T00:17:44.311Z Compiling openssl v0.10.75
14742026-03-03T00:17:44.577Z Compiling httpdate v1.0.3
14752026-03-03T00:17:44.789Z Compiling tokio-util v0.7.18
14762026-03-03T00:17:45.039Z Compiling pin-utils v0.1.0
14772026-03-03T00:17:45.142Z Compiling time-core v0.1.8
14782026-03-03T00:17:45.482Z Compiling num-conv v0.2.0
14792026-03-03T00:17:45.736Z Compiling powerfmt v0.2.0
14802026-03-03T00:17:46.140Z Compiling foreign-types-shared v0.1.1
14812026-03-03T00:17:46.289Z Compiling crc32fast v1.5.0
14822026-03-03T00:17:46.823Z Compiling h2 v0.4.13
14832026-03-03T00:17:46.970Z Compiling foreign-types v0.3.2
14842026-03-03T00:17:47.089Z Compiling regex-automata v0.4.14
14852026-03-03T00:17:47.217Z Compiling deranged v0.5.8
14862026-03-03T00:17:47.877Z Compiling darling_macro v0.20.11
14872026-03-03T00:17:48.345Z Compiling time-macros v0.2.27
14882026-03-03T00:17:48.821Z Compiling darling v0.20.11
14892026-03-03T00:17:49.039Z Compiling tempfile v3.25.0
14902026-03-03T00:17:49.866Z Compiling goblin v0.10.5
14912026-03-03T00:17:49.886Z Compiling thiserror-impl v1.0.69
14922026-03-03T00:17:50.866Z Compiling openssl-macros v0.1.1
14932026-03-03T00:17:52.712Z Compiling wait-timeout v0.2.1
14942026-03-03T00:17:53.009Z Compiling native-tls v0.2.18
14952026-03-03T00:17:53.200Z Compiling simd-adler32 v0.3.8
14962026-03-03T00:17:53.383Z Compiling quick-error v1.2.3
14972026-03-03T00:17:53.550Z Compiling siphasher v1.0.2
14982026-03-03T00:17:53.686Z Compiling hyper v1.8.1
14992026-03-03T00:17:53.775Z Compiling usdt-impl v0.6.0
15002026-03-03T00:17:53.904Z Compiling num_threads v0.1.7
15012026-03-03T00:17:54.098Z Compiling either v1.15.0
15022026-03-03T00:17:54.193Z Compiling bit-vec v0.8.0
15032026-03-03T00:17:54.584Z Compiling time v0.3.47
15042026-03-03T00:17:54.705Z Compiling bit-set v0.8.0
15052026-03-03T00:17:55.030Z Compiling rusty-fork v0.3.1
15062026-03-03T00:17:56.266Z Compiling hyper-util v0.1.20
15072026-03-03T00:17:57.482Z Compiling dof v0.4.0
15082026-03-03T00:17:57.585Z Compiling thiserror v1.0.69
15092026-03-03T00:17:57.770Z Compiling derive_builder_core v0.20.2
15102026-03-03T00:17:58.743Z Compiling unicode-normalization v0.1.25
15112026-03-03T00:17:59.772Z Compiling dtrace-parser v0.3.0
15122026-03-03T00:17:59.817Z Compiling rustls-native-certs v0.8.3
15132026-03-03T00:18:00.071Z Compiling signature v2.2.0
15142026-03-03T00:18:00.386Z Compiling crossbeam-epoch v0.9.18
15152026-03-03T00:18:00.408Z Compiling scroll_derive v0.12.1
15162026-03-03T00:18:00.682Z Compiling heapless v0.7.17
15172026-03-03T00:18:00.836Z Compiling darling_core v0.21.3
15182026-03-03T00:18:01.037Z Compiling rand_xorshift v0.4.0
15192026-03-03T00:18:01.146Z Compiling slog v2.8.2
15202026-03-03T00:18:01.344Z Compiling bzip2-sys v0.1.13+1.0.8
15212026-03-03T00:18:01.497Z Compiling sync_wrapper v1.0.2
15222026-03-03T00:18:01.573Z Compiling thread-id v5.1.0
15232026-03-03T00:18:01.670Z Compiling cookie v0.18.1
15242026-03-03T00:18:01.701Z Compiling signal-hook v0.3.18
15252026-03-03T00:18:01.850Z Compiling rayon-core v1.13.0
15262026-03-03T00:18:01.912Z Compiling zstd-safe v7.2.4
15272026-03-03T00:18:01.987Z Compiling unicode-properties v0.1.4
15282026-03-03T00:18:02.009Z Compiling unicode-segmentation v1.12.0
15292026-03-03T00:18:02.158Z Compiling unarray v0.1.4
15302026-03-03T00:18:02.272Z Compiling paste v1.0.15
15312026-03-03T00:18:02.344Z Compiling anyhow v1.0.102
15322026-03-03T00:18:02.419Z Compiling unicode-bidi v0.3.18
15332026-03-03T00:18:02.801Z Compiling adler2 v2.0.1
15342026-03-03T00:18:02.936Z Compiling proptest v1.10.0
15352026-03-03T00:18:03.022Z Compiling miniz_oxide v0.8.9
15362026-03-03T00:18:03.145Z Compiling stringprep v0.1.5
15372026-03-03T00:18:03.418Z Compiling scroll v0.12.0
15382026-03-03T00:18:04.090Z Compiling tower v0.5.3
15392026-03-03T00:18:04.577Z Compiling crossbeam-deque v0.8.6
15402026-03-03T00:18:04.912Z Compiling derive_builder_macro v0.20.2
15412026-03-03T00:18:04.966Z Compiling ipnetwork v0.21.1
15422026-03-03T00:18:05.161Z Compiling rand_chacha v0.3.1
15432026-03-03T00:18:05.192Z Compiling http-body-util v0.1.3
15442026-03-03T00:18:05.241Z Compiling webpki-roots v1.0.6
15452026-03-03T00:18:05.467Z Compiling erased-serde v0.3.31
15462026-03-03T00:18:05.654Z Compiling serde_tokenstream v0.2.3
15472026-03-03T00:18:05.731Z Compiling serde_spanned v0.6.9
15482026-03-03T00:18:05.756Z Compiling toml_datetime v0.6.11
15492026-03-03T00:18:06.014Z Compiling md-5 v0.10.6
15502026-03-03T00:18:06.270Z Compiling zerocopy-derive v0.7.35
15512026-03-03T00:18:06.304Z Compiling curve25519-dalek v4.1.3
15522026-03-03T00:18:06.326Z Compiling num-integer v0.1.46
15532026-03-03T00:18:06.823Z Compiling vergen-lib v0.1.6
15542026-03-03T00:18:07.039Z Compiling hash32 v0.2.1
15552026-03-03T00:18:07.062Z Compiling ff v0.13.1
15562026-03-03T00:18:07.150Z Compiling ryu v1.0.23
15572026-03-03T00:18:07.176Z Compiling base16ct v0.2.0
15582026-03-03T00:18:07.200Z Compiling darling_macro v0.21.3
15592026-03-03T00:18:07.305Z Compiling num-bigint-dig v0.8.6
15602026-03-03T00:18:07.412Z Compiling psl-types v2.0.11
15612026-03-03T00:18:07.510Z Compiling iri-string v0.7.10
15622026-03-03T00:18:07.532Z Compiling smoltcp v0.9.1
15632026-03-03T00:18:07.639Z Compiling rustix v0.38.44
15642026-03-03T00:18:07.642Z Compiling litrs v1.0.0
15652026-03-03T00:18:08.107Z Compiling zlib-rs v0.6.2
15662026-03-03T00:18:08.158Z Compiling ref-cast v1.0.25
15672026-03-03T00:18:08.238Z Compiling fallible-iterator v0.2.0
15682026-03-03T00:18:08.494Z Compiling zerocopy v0.7.35
15692026-03-03T00:18:08.823Z Compiling document-features v0.2.12
15702026-03-03T00:18:08.869Z Compiling newtype-uuid v1.3.2
15712026-03-03T00:18:08.932Z Compiling postgres-protocol v0.6.10
15722026-03-03T00:18:09.679Z Compiling darling v0.21.3
15732026-03-03T00:18:09.850Z Compiling publicsuffix v2.3.0
15742026-03-03T00:18:10.010Z Compiling serde_urlencoded v0.7.1
15752026-03-03T00:18:10.158Z Compiling sec1 v0.7.3
15762026-03-03T00:18:10.201Z Compiling group v0.13.0
15772026-03-03T00:18:10.461Z Compiling tower-http v0.6.8
15782026-03-03T00:18:10.692Z Compiling num-iter v0.1.45
15792026-03-03T00:18:10.896Z Compiling derive_builder v0.20.2
15802026-03-03T00:18:11.096Z Compiling rand v0.8.5
15812026-03-03T00:18:11.163Z Compiling oxnet v0.1.4
15822026-03-03T00:18:11.350Z Compiling proc-macro-error v1.0.4
15832026-03-03T00:18:11.570Z Compiling tokio-native-tls v0.3.1
15842026-03-03T00:18:11.965Z Compiling goblin v0.8.2
15852026-03-03T00:18:12.995Z Compiling heck v0.4.1
15862026-03-03T00:18:13.017Z Compiling phf_shared v0.13.1
15872026-03-03T00:18:13.466Z Compiling hubpack_derive v0.1.1
15882026-03-03T00:18:13.572Z Compiling regex v1.12.3
15892026-03-03T00:18:13.733Z Compiling lazy_static v1.5.0
15902026-03-03T00:18:13.882Z Compiling cargo-platform v0.1.9
15912026-03-03T00:18:13.905Z Compiling hkdf v0.12.4
15922026-03-03T00:18:14.207Z Compiling crypto-bigint v0.5.5
15932026-03-03T00:18:14.340Z Compiling ref-cast-impl v1.0.25
15942026-03-03T00:18:14.413Z Compiling async-trait v0.1.89
15952026-03-03T00:18:14.523Z Compiling strum_macros v0.27.2
15962026-03-03T00:18:15.427Z Compiling flate2 v1.1.9
15972026-03-03T00:18:15.466Z Compiling daft-derive v0.1.5
15982026-03-03T00:18:16.340Z Compiling curve25519-dalek-derive v0.1.1
15992026-03-03T00:18:16.997Z Compiling terminal_size v0.4.3
16002026-03-03T00:18:17.056Z Compiling vergen v9.0.6
16012026-03-03T00:18:17.216Z Compiling fs-err v3.3.0
16022026-03-03T00:18:17.407Z Compiling ahash v0.8.12
16032026-03-03T00:18:17.571Z Compiling managed v0.8.0
16042026-03-03T00:18:17.682Z Compiling libbz2-rs-sys v0.2.2
16052026-03-03T00:18:17.848Z Compiling bitflags v1.3.2
16062026-03-03T00:18:17.984Z Compiling winnow v0.5.40
16072026-03-03T00:18:18.014Z Compiling bumpalo v3.20.2
16082026-03-03T00:18:18.553Z Compiling foldhash v0.1.5
16092026-03-03T00:18:18.904Z Compiling object v0.37.3
16102026-03-03T00:18:19.494Z Compiling hashbrown v0.15.5
16112026-03-03T00:18:19.548Z Compiling bzip2 v0.6.1
16122026-03-03T00:18:19.571Z Compiling strum v0.27.2
16132026-03-03T00:18:19.779Z Compiling console v0.16.2
16142026-03-03T00:18:19.923Z Compiling zopfli v0.8.3
16152026-03-03T00:18:21.063Z Compiling dof v0.3.0
16162026-03-03T00:18:21.165Z Compiling clap_builder v4.5.60
16172026-03-03T00:18:21.496Z Compiling toml_edit v0.19.15
16182026-03-03T00:18:21.873Z Compiling elliptic-curve v0.13.8
16192026-03-03T00:18:22.132Z Compiling daft v0.1.5
16202026-03-03T00:18:22.794Z Compiling hubpack v0.1.2
16212026-03-03T00:18:22.897Z Compiling cargo_metadata v0.19.2
16222026-03-03T00:18:23.257Z Compiling phf v0.13.1
16232026-03-03T00:18:23.581Z Compiling zone_cfg_derive v0.3.1
16242026-03-03T00:18:25.058Z Compiling cookie_store v0.22.1
16252026-03-03T00:18:26.611Z Compiling signal-hook-mio v0.2.5
16262026-03-03T00:18:26.818Z Compiling rayon v1.11.0
16272026-03-03T00:18:27.232Z Compiling zstd v0.13.3
16282026-03-03T00:18:27.792Z Compiling hyper-tls v0.6.0
16292026-03-03T00:18:28.228Z Compiling bzip2 v0.4.4
16302026-03-03T00:18:28.356Z Compiling serde_with_macros v3.17.0
16312026-03-03T00:18:28.669Z Compiling postgres-types v0.2.12
16322026-03-03T00:18:29.051Z Compiling usdt-attr-macro v0.6.0
16332026-03-03T00:18:30.009Z Compiling usdt-macro v0.6.0
16342026-03-03T00:18:30.156Z Compiling ed25519 v2.2.3
16352026-03-03T00:18:30.688Z Compiling dtrace-parser v0.2.0
16362026-03-03T00:18:31.031Z Compiling itertools v0.12.1
16372026-03-03T00:18:31.157Z Compiling phf_shared v0.11.3
16382026-03-03T00:18:31.511Z Compiling bstr v1.12.1
16392026-03-03T00:18:31.552Z Compiling pkcs1 v0.7.5
16402026-03-03T00:18:31.833Z Compiling serde-big-array v0.5.1
16412026-03-03T00:18:32.112Z Compiling hex v0.4.3
16422026-03-03T00:18:32.303Z Compiling rfc6979 v0.4.0
16432026-03-03T00:18:32.500Z Compiling strum_macros v0.26.4
16442026-03-03T00:18:32.531Z Compiling clap_derive v4.5.55
16452026-03-03T00:18:32.659Z Compiling serde_repr v0.1.20
16462026-03-03T00:18:32.732Z Compiling enum-as-inner v0.6.1
16472026-03-03T00:18:33.094Z Compiling float-cmp v0.10.0
16482026-03-03T00:18:33.376Z Compiling thread-id v4.2.2
16492026-03-03T00:18:33.523Z Compiling memmap2 v0.9.10
16502026-03-03T00:18:33.735Z Compiling env_filter v1.0.0
16512026-03-03T00:18:33.822Z Compiling encoding_rs v0.8.35
16522026-03-03T00:18:33.876Z Compiling whoami v2.1.0
16532026-03-03T00:18:33.924Z Compiling fixedbitset v0.5.7
16542026-03-03T00:18:34.440Z Compiling fixedbitset v0.4.2
16552026-03-03T00:18:34.677Z Compiling jiff v0.2.21
16562026-03-03T00:18:34.775Z Compiling predicates-core v1.0.10
16572026-03-03T00:18:34.917Z Compiling rustc-hash v2.1.1
16582026-03-03T00:18:35.117Z Compiling precomputed-hash v0.1.1
16592026-03-03T00:18:35.142Z Compiling unit-prefix v0.5.2
16602026-03-03T00:18:35.269Z Compiling normalize-line-endings v0.3.0
16612026-03-03T00:18:35.397Z Compiling difflib v0.4.0
16622026-03-03T00:18:35.423Z Compiling keccak v0.1.6
16632026-03-03T00:18:36.715Z Compiling mime v0.3.17
16642026-03-03T00:18:36.737Z Compiling data-encoding v2.10.0
16652026-03-03T00:18:36.948Z Compiling new_debug_unreachable v1.0.6
16662026-03-03T00:18:37.073Z Compiling static_assertions v1.1.0
16672026-03-03T00:18:37.096Z Compiling clap v4.5.60
16682026-03-03T00:18:37.189Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16692026-03-03T00:18:37.209Z Compiling string_cache v0.8.9
16702026-03-03T00:18:37.231Z Compiling toml_edit v0.22.27
16712026-03-03T00:18:37.669Z Compiling hickory-proto v0.25.2
16722026-03-03T00:18:37.692Z Compiling strum v0.26.3
16732026-03-03T00:18:37.714Z Compiling predicates v3.1.4
16742026-03-03T00:18:37.907Z Compiling sha3 v0.10.8
16752026-03-03T00:18:38.483Z Compiling indicatif v0.18.4
16762026-03-03T00:18:38.984Z Compiling iddqd v0.3.17
16772026-03-03T00:18:39.259Z Compiling petgraph v0.6.5
16782026-03-03T00:18:40.551Z Compiling petgraph v0.8.3
16792026-03-03T00:18:41.720Z Compiling zip v4.6.1
16802026-03-03T00:18:42.913Z Compiling tokio-postgres v0.7.16
16812026-03-03T00:18:43.923Z Compiling env_logger v0.11.9
16822026-03-03T00:18:44.031Z Compiling usdt v0.6.0
16832026-03-03T00:18:44.573Z Compiling zone v0.3.1
16842026-03-03T00:18:44.576Z Compiling usdt-impl v0.5.0
16852026-03-03T00:18:44.708Z Compiling serde_with v3.17.0
16862026-03-03T00:18:45.527Z Compiling similar v2.7.0
16872026-03-03T00:18:45.568Z Compiling ecdsa v0.16.9
16882026-03-03T00:18:45.887Z Compiling rsa v0.9.10
16892026-03-03T00:18:46.186Z Compiling crossterm v0.28.1
16902026-03-03T00:18:46.452Z Compiling ed25519-dalek v2.2.0
16912026-03-03T00:18:47.589Z Compiling zip v0.6.6
16922026-03-03T00:18:48.281Z Compiling toml v0.7.8
16932026-03-03T00:18:49.479Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-03-03T00:18:49.502Z Compiling itertools v0.13.0
16952026-03-03T00:18:49.548Z Compiling tokio-stream v0.1.18
16962026-03-03T00:18:49.768Z Compiling buf-list v1.1.2
16972026-03-03T00:18:49.843Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16982026-03-03T00:18:50.334Z Compiling x509-cert v0.2.5
16992026-03-03T00:18:50.519Z Compiling openapiv3 v2.2.0
17002026-03-03T00:18:50.594Z Compiling sha1 v0.10.6
17012026-03-03T00:18:50.968Z Compiling toml_datetime v0.7.5+spec-1.1.0
17022026-03-03T00:18:51.053Z Compiling lalrpop-util v0.19.12
17032026-03-03T00:18:51.438Z Compiling peg-runtime v0.8.5
17042026-03-03T00:18:51.522Z Compiling thread_local v1.1.9
17052026-03-03T00:18:52.044Z Compiling slog-async v2.8.0
17062026-03-03T00:18:52.067Z Compiling futures-executor v0.3.32
17072026-03-03T00:18:52.442Z Compiling crossbeam-channel v0.5.15
17082026-03-03T00:18:52.595Z Compiling is-terminal v0.4.17
17092026-03-03T00:18:52.703Z Compiling filetime v0.2.27
17102026-03-03T00:18:52.758Z Compiling xattr v1.6.1
17112026-03-03T00:18:53.043Z Compiling term v1.2.1
17122026-03-03T00:18:53.072Z Compiling take_mut v0.2.2
17132026-03-03T00:18:53.474Z Compiling tar v0.4.44
17142026-03-03T00:18:53.833Z Compiling slog-term v2.9.2
17152026-03-03T00:18:54.364Z Compiling futures v0.3.32
17162026-03-03T00:19:03.529Z Compiling rustls-webpki v0.103.9
17172026-03-03T00:19:08.736Z Compiling tokio-rustls v0.26.4
17182026-03-03T00:19:08.736Z Compiling rustls-platform-verifier v0.6.2
17192026-03-03T00:19:09.111Z Compiling hyper-rustls v0.27.7
17202026-03-03T00:19:09.446Z Compiling reqwest v0.12.28
17212026-03-03T00:19:09.446Z Compiling reqwest v0.13.2
17222026-03-03T00:19:13.941Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17232026-03-03T00:19:14.303Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17242026-03-03T00:19:19.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s
17252026-03-03T00:19:19.217Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17262026-03-03T00:19:19.283ZMar 03 00:19:18.158 INFO Starting download, target: Clickhouse
17272026-03-03T00:19:19.284ZMar 03 00:19:18.158 INFO Starting download, target: Console
17282026-03-03T00:19:19.284ZMar 03 00:19:18.158 INFO Starting download, target: Cockroach
17292026-03-03T00:19:19.284ZMar 03 00:19:18.158 INFO Starting download, target: DendriteStub
17302026-03-03T00:19:19.287ZMar 03 00:19:18.158 INFO Starting download, target: MaghemiteMgd
17312026-03-03T00:19:19.287ZMar 03 00:19:18.158 INFO Starting download, target: TransceiverControl
17322026-03-03T00:19:19.287ZMar 03 00:19:18.159 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17332026-03-03T00:19:19.287ZMar 03 00:19:18.159 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17342026-03-03T00:19:19.287ZMar 03 00:19:18.159 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-03-03T00:19:19.287ZMar 03 00:19:18.159 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-03-03T00:19:19.287ZMar 03 00:19:18.159 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17372026-03-03T00:19:19.287ZMar 03 00:19:18.159 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17382026-03-03T00:19:19.602ZMar 03 00:19:18.476 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392026-03-03T00:19:20.122ZMar 03 00:19:18.990 INFO Download complete, target: TransceiverControl
17402026-03-03T00:19:20.335ZMar 03 00:19:19.204 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17412026-03-03T00:19:20.938ZMar 03 00:19:19.811 INFO Download complete, target: Console
17422026-03-03T00:19:21.106ZMar 03 00:19:19.979 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17432026-03-03T00:19:21.275ZMar 03 00:19:20.150 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17442026-03-03T00:19:21.555ZMar 03 00:19:20.429 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17452026-03-03T00:19:21.690ZMar 03 00:19:20.565 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17462026-03-03T00:19:21.690ZMar 03 00:19:20.565 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17472026-03-03T00:19:26.001ZMar 03 00:19:24.875 INFO Download complete, target: DendriteStub
17482026-03-03T00:19:26.025ZMar 03 00:19:24.900 INFO Download complete, target: MaghemiteMgd
17492026-03-03T00:19:31.704ZMar 03 00:19:30.578 INFO Checking that binary works, target: Cockroach
17502026-03-03T00:19:31.839ZMar 03 00:19:30.713 INFO Download complete, target: Cockroach
17512026-03-03T00:19:35.776ZMar 03 00:19:34.649 INFO Checking that binary works, target: Clickhouse
17522026-03-03T00:19:35.943ZMar 03 00:19:34.817 INFO Download complete, target: Clickhouse
17532026-03-03T00:19:35.949ZAll prerequisites installed successfully
17542026-03-03T00:19:35.953Z
17552026-03-03T00:19:35.953Zreal 5:16.965281789
17562026-03-03T00:19:35.953Zuser 17:30.709269530
17572026-03-03T00:19:35.953Zsys 2:30.367611779
17582026-03-03T00:19:35.953Ztrap 0.675314735
17592026-03-03T00:19:35.953Ztflt 0.776064053
17602026-03-03T00:19:35.953Zdflt 0.783980276
17612026-03-03T00:19:35.953Zkflt 0.047491170
17622026-03-03T00:19:35.953Zlock 40:31.638545366
17632026-03-03T00:19:35.953Zslp 1:04:11.548638923
17642026-03-03T00:19:35.953Zlat 1:10.600167561
17652026-03-03T00:19:35.953Zstop 3:07.669230868
17662026-03-03T00:19:35.953Z+ ptime -m cargo xtask download softnpu
17672026-03-03T00:19:36.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17682026-03-03T00:19:36.796Z Running `target/debug/xtask download softnpu`
17692026-03-03T00:19:37.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
17702026-03-03T00:19:37.999Z Running `target/debug/xtask-downloader softnpu`
17712026-03-03T00:19:38.044ZMar 03 00:19:36.917 INFO Starting download, target: Softnpu
17722026-03-03T00:19:38.047ZMar 03 00:19:36.918 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17732026-03-03T00:19:38.753ZMar 03 00:19:37.626 INFO Download complete, target: Softnpu
17742026-03-03T00:19:38.756Z
17752026-03-03T00:19:38.760Zreal 2.799859450
17762026-03-03T00:19:38.760Zuser 1.993463884
17772026-03-03T00:19:38.760Zsys 0.861268797
17782026-03-03T00:19:38.760Ztrap 0.001358835
17792026-03-03T00:19:38.760Ztflt 0.000094814
17802026-03-03T00:19:38.760Zdflt 0.000250002
17812026-03-03T00:19:38.760Zkflt 0.000000000
17822026-03-03T00:19:38.760Zlock 7.307551392
17832026-03-03T00:19:38.760Zslp 0.485674024
17842026-03-03T00:19:38.760Zlat 0.167280309
17852026-03-03T00:19:38.760Zstop 0.000186270
17862026-03-03T00:19:38.760Z+ export CARGO_INCREMENTAL=0
17872026-03-03T00:19:38.760Z+ CARGO_INCREMENTAL=0
17882026-03-03T00:19:38.760Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17892026-03-03T00:19:40.135Z Compiling proc-macro2 v1.0.106
17902026-03-03T00:19:40.135Z Compiling quote v1.0.44
17912026-03-03T00:19:40.138Z Compiling unicode-ident v1.0.24
17922026-03-03T00:19:40.138Z Compiling libc v0.2.180
17932026-03-03T00:19:40.138Z Compiling serde_core v1.0.228
17942026-03-03T00:19:40.138Z Compiling serde v1.0.228
17952026-03-03T00:19:40.138Z Compiling cfg-if v1.0.4
17962026-03-03T00:19:40.138Z Compiling version_check v0.9.5
17972026-03-03T00:19:40.528Z Compiling shlex v1.3.0
17982026-03-03T00:19:40.597Z Compiling find-msvc-tools v0.1.9
17992026-03-03T00:19:40.948Z Compiling typenum v1.19.0
18002026-03-03T00:19:40.952Z Compiling generic-array v0.14.7
18012026-03-03T00:19:40.986Z Compiling portable-atomic v1.13.1
18022026-03-03T00:19:41.310Z Compiling memchr v2.8.0
18032026-03-03T00:19:41.571Z Compiling zmij v1.0.21
18042026-03-03T00:19:41.824Z Compiling serde_json v1.0.149
18052026-03-03T00:19:42.041Z Compiling autocfg v1.5.0
18062026-03-03T00:19:42.553Z Compiling jobserver v0.1.34
18072026-03-03T00:19:42.616Z Compiling zerocopy v0.8.40
18082026-03-03T00:19:42.742Z Compiling libm v0.2.16
18092026-03-03T00:19:42.881Z Compiling syn v2.0.117
18102026-03-03T00:19:42.953Z Compiling parking_lot_core v0.9.12
18112026-03-03T00:19:43.252Z Compiling cc v1.2.56
18122026-03-03T00:19:43.305Z Compiling num-traits v0.2.19
18132026-03-03T00:19:43.335Z Compiling smallvec v1.15.1
18142026-03-03T00:19:43.372Z Compiling icu_properties_data v2.1.2
18152026-03-03T00:19:43.669Z Compiling icu_normalizer_data v2.1.1
18162026-03-03T00:19:43.747Z Compiling getrandom v0.2.17
18172026-03-03T00:19:43.854Z Compiling itoa v1.0.17
18182026-03-03T00:19:44.012Z Compiling log v0.4.29
18192026-03-03T00:19:44.362Z Compiling getrandom v0.4.1
18202026-03-03T00:19:44.690Z Compiling pkg-config v0.3.32
18212026-03-03T00:19:44.813Z Compiling errno v0.3.14
18222026-03-03T00:19:44.933Z Compiling stable_deref_trait v1.2.1
18232026-03-03T00:19:45.103Z Compiling rand_core v0.6.4
18242026-03-03T00:19:45.571Z Compiling scopeguard v1.2.0
18252026-03-03T00:19:45.593Z Compiling subtle v2.6.1
18262026-03-03T00:19:45.739Z Compiling lock_api v0.4.14
18272026-03-03T00:19:45.841Z Compiling thiserror v2.0.18
18282026-03-03T00:19:45.959Z Compiling fnv v1.0.7
18292026-03-03T00:19:46.295Z Compiling getrandom v0.3.4
18302026-03-03T00:19:46.586Z Compiling critical-section v1.2.0
18312026-03-03T00:19:46.660Z Compiling pin-project-lite v0.2.17
18322026-03-03T00:19:46.890Z Compiling equivalent v1.0.2
18332026-03-03T00:19:46.919Z Compiling allocator-api2 v0.2.21
18342026-03-03T00:19:47.235Z Compiling rustversion v1.0.22
18352026-03-03T00:19:47.352Z Compiling once_cell v1.21.3
18362026-03-03T00:19:47.820Z Compiling bitflags v2.11.0
18372026-03-03T00:19:48.222Z Compiling foldhash v0.2.0
18382026-03-03T00:19:48.532Z Compiling hashbrown v0.16.1
18392026-03-03T00:19:48.634Z Compiling ring v0.17.14
18402026-03-03T00:19:48.686Z Compiling semver v1.0.27
18412026-03-03T00:19:49.334Z Compiling cmake v0.1.57
18422026-03-03T00:19:49.681Z Compiling litemap v0.8.1
18432026-03-03T00:19:49.757Z Compiling fs_extra v1.3.0
18442026-03-03T00:19:49.926Z Compiling writeable v0.6.2
18452026-03-03T00:19:50.105Z Compiling synstructure v0.13.2
18462026-03-03T00:19:50.260Z Compiling dunce v1.0.5
18472026-03-03T00:19:50.299Z Compiling percent-encoding v2.3.2
18482026-03-03T00:19:50.431Z Compiling aws-lc-sys v0.37.1
18492026-03-03T00:19:50.594Z Compiling const-oid v0.9.6
18502026-03-03T00:19:50.827Z Compiling indexmap v2.13.0
18512026-03-03T00:19:51.475Z Compiling rustix v1.1.3
18522026-03-03T00:19:52.278Z Compiling signal-hook-registry v1.4.8
18532026-03-03T00:19:52.344Z Compiling schemars v0.8.22
18542026-03-03T00:19:52.392Z Compiling serde_derive_internals v0.29.1
18552026-03-03T00:19:52.465Z Compiling mio v1.1.1
18562026-03-03T00:19:52.679Z Compiling parking_lot v0.12.5
18572026-03-03T00:19:52.768Z Compiling socket2 v0.6.2
18582026-03-03T00:19:52.826Z Compiling rand_core v0.10.0
18592026-03-03T00:19:53.215Z Compiling aws-lc-rs v1.16.0
18602026-03-03T00:19:53.238Z Compiling utf8_iter v1.0.4
18612026-03-03T00:19:53.550Z Compiling strsim v0.11.1
18622026-03-03T00:19:53.800Z Compiling serde_derive v1.0.228
18632026-03-03T00:19:54.086Z Compiling zeroize_derive v1.4.3
18642026-03-03T00:19:54.233Z Compiling zerofrom-derive v0.1.6
18652026-03-03T00:19:54.271Z Compiling yoke-derive v0.8.1
18662026-03-03T00:19:54.329Z Compiling zerovec-derive v0.11.2
18672026-03-03T00:19:54.487Z Compiling displaydoc v0.2.5
18682026-03-03T00:19:54.703Z Compiling zerocopy-derive v0.8.40
18692026-03-03T00:19:55.290Z Compiling tokio-macros v2.6.0
18702026-03-03T00:19:55.384Z Compiling zeroize v1.8.2
18712026-03-03T00:19:55.933Z Compiling futures-macro v0.3.32
18722026-03-03T00:19:56.565Z Compiling thiserror-impl v2.0.18
18732026-03-03T00:19:56.699Z Compiling tracing-attributes v0.1.31
18742026-03-03T00:19:56.970Z Compiling zerofrom v0.1.6
18752026-03-03T00:19:57.220Z Compiling yoke v0.8.1
18762026-03-03T00:19:57.502Z Compiling crypto-common v0.1.7
18772026-03-03T00:19:57.623Z Compiling zerovec v0.11.5
18782026-03-03T00:19:57.626Z Compiling zerotrie v0.2.3
18792026-03-03T00:19:58.647Z Compiling block-buffer v0.10.4
18802026-03-03T00:19:58.834Z Compiling der_derive v0.7.3
18812026-03-03T00:19:58.928Z Compiling tinystr v0.8.2
18822026-03-03T00:19:59.024Z Compiling potential_utf v0.1.4
18832026-03-03T00:19:59.275Z Compiling icu_locale_core v2.1.1
18842026-03-03T00:19:59.357Z Compiling icu_collections v2.1.1
18852026-03-03T00:19:59.377Z Compiling digest v0.10.7
18862026-03-03T00:19:59.534Z Compiling schemars_derive v0.8.22
18872026-03-03T00:20:00.931Z Compiling icu_provider v2.1.1
18882026-03-03T00:20:01.261Z Compiling form_urlencoded v1.2.2
18892026-03-03T00:20:01.799Z Compiling bytes v1.11.1
18902026-03-03T00:20:01.822Z Compiling icu_properties v2.1.2
18912026-03-03T00:20:01.924Z Compiling icu_normalizer v2.1.1
18922026-03-03T00:20:02.793Z Compiling thiserror v1.0.69
18932026-03-03T00:20:03.418Z Compiling futures-core v0.3.32
18942026-03-03T00:20:03.513Z Compiling ucd-trie v0.1.7
18952026-03-03T00:20:03.847Z Compiling byteorder v1.5.0
18962026-03-03T00:20:03.957Z Compiling pest v2.8.6
18972026-03-03T00:20:03.985Z Compiling tokio v1.49.0
18982026-03-03T00:20:04.371Z Compiling idna_adapter v1.2.1
18992026-03-03T00:20:04.634Z Compiling idna v1.1.0
19002026-03-03T00:20:05.793Z Compiling vcpkg v0.2.15
19012026-03-03T00:20:05.972Z Compiling httparse v1.10.1
19022026-03-03T00:20:06.514Z Compiling heck v0.5.0
19032026-03-03T00:20:06.620Z Compiling ident_case v1.0.1
19042026-03-03T00:20:06.838Z Compiling pest_meta v2.8.6
19052026-03-03T00:20:06.921Z Compiling url v2.5.8
19062026-03-03T00:20:07.020Z Compiling thiserror-impl v1.0.69
19072026-03-03T00:20:07.126Z Compiling openssl-sys v0.9.111
19082026-03-03T00:20:08.219Z Compiling pest_generator v2.8.6
19092026-03-03T00:20:09.533Z Compiling regex-syntax v0.8.10
19102026-03-03T00:20:09.667Z Compiling crossbeam-utils v0.8.21
19112026-03-03T00:20:09.865Z Compiling syn v1.0.109
19122026-03-03T00:20:10.277Z Compiling pest_derive v2.8.6
19132026-03-03T00:20:12.339Z Compiling rustc_version v0.4.1
19142026-03-03T00:20:12.753Z Compiling rustls v0.23.37
19152026-03-03T00:20:12.778Z Compiling cpufeatures v0.2.17
19162026-03-03T00:20:12.895Z Compiling futures-sink v0.3.32
19172026-03-03T00:20:13.091Z Compiling futures-channel v0.3.32
19182026-03-03T00:20:13.246Z Compiling hmac v0.12.1
19192026-03-03T00:20:13.605Z Compiling iana-time-zone v0.1.65
19202026-03-03T00:20:13.928Z Compiling slab v0.4.12
19212026-03-03T00:20:13.974Z Compiling futures-task v0.3.32
19222026-03-03T00:20:14.342Z Compiling futures-io v0.3.32
19232026-03-03T00:20:14.361Z Compiling plain v0.2.3
19242026-03-03T00:20:14.556Z Compiling futures-util v0.3.32
19252026-03-03T00:20:14.579Z Compiling chrono v0.4.44
19262026-03-03T00:20:15.196Z Compiling uuid v1.21.0
19272026-03-03T00:20:15.828Z Compiling block-padding v0.3.3
19282026-03-03T00:20:16.123Z Compiling aho-corasick v1.1.4
19292026-03-03T00:20:17.671Z Compiling inout v0.1.4
19302026-03-03T00:20:17.961Z Compiling ppv-lite86 v0.2.21
19312026-03-03T00:20:18.787Z Compiling regex-automata v0.4.14
19322026-03-03T00:20:19.848Z Compiling time-core v0.1.8
19332026-03-03T00:20:19.912Z Compiling openssl v0.10.75
19342026-03-03T00:20:20.465Z Compiling num-conv v0.2.0
19352026-03-03T00:20:20.715Z Compiling pretty-hex v0.4.1
19362026-03-03T00:20:20.900Z Compiling time-macros v0.2.27
19372026-03-03T00:20:21.872Z Compiling cipher v0.4.4
19382026-03-03T00:20:22.375Z Compiling sha2 v0.10.9
19392026-03-03T00:20:22.729Z Compiling serde_tokenstream v0.2.3
19402026-03-03T00:20:22.985Z Compiling scroll_derive v0.12.1
19412026-03-03T00:20:23.156Z Compiling scroll_derive v0.13.1
19422026-03-03T00:20:23.203Z Compiling crc32fast v1.5.0
19432026-03-03T00:20:23.307Z Compiling either v1.15.0
19442026-03-03T00:20:23.331Z Compiling base64ct v1.8.3
19452026-03-03T00:20:23.690Z Compiling anyhow v1.0.102
19462026-03-03T00:20:23.913Z Compiling pem-rfc7468 v0.7.0
19472026-03-03T00:20:23.939Z Compiling darling_core v0.21.3
19482026-03-03T00:20:24.363Z Compiling rustls-pki-types v1.14.0
19492026-03-03T00:20:24.497Z Compiling openssl-macros v0.1.1
19502026-03-03T00:20:25.164Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19512026-03-03T00:20:25.731Z Compiling flagset v0.4.7
19522026-03-03T00:20:25.915Z Compiling native-tls v0.2.18
19532026-03-03T00:20:25.983Z Compiling der v0.7.10
19542026-03-03T00:20:26.305Z Compiling regex v1.12.3
19552026-03-03T00:20:26.483Z Compiling rand_core v0.9.5
19562026-03-03T00:20:27.204Z Compiling zerocopy-derive v0.7.35
19572026-03-03T00:20:27.882Z Compiling slog v2.8.2
19582026-03-03T00:20:28.129Z Compiling rayon-core v1.13.0
19592026-03-03T00:20:28.239Z Compiling dyn-clone v1.0.20
19602026-03-03T00:20:28.703Z Compiling spki v0.7.3
19612026-03-03T00:20:28.873Z Compiling salsa20 v0.10.2
19622026-03-03T00:20:29.080Z Compiling pbkdf2 v0.12.2
19632026-03-03T00:20:29.276Z Compiling http v1.4.0
19642026-03-03T00:20:29.615Z Compiling darling_macro v0.21.3
19652026-03-03T00:20:30.480Z Compiling darling v0.21.3
19662026-03-03T00:20:30.952Z Compiling tracing-core v0.1.36
19672026-03-03T00:20:31.151Z Compiling untrusted v0.9.0
19682026-03-03T00:20:31.684Z Compiling camino v1.2.2
19692026-03-03T00:20:32.218Z Compiling tracing v0.1.44
19702026-03-03T00:20:33.299Z Compiling scrypt v0.11.0
19712026-03-03T00:20:33.334Z Compiling rand_chacha v0.9.0
19722026-03-03T00:20:33.704Z Compiling tokio-util v0.7.18
19732026-03-03T00:20:34.064Z Compiling aes v0.8.4
19742026-03-03T00:20:35.157Z Compiling cbc v0.1.2
19752026-03-03T00:20:36.198Z Compiling cookie v0.18.1
19762026-03-03T00:20:36.514Z Compiling usdt-impl v0.5.0
19772026-03-03T00:20:36.828Z Compiling base64 v0.22.1
19782026-03-03T00:20:36.866Z Compiling winnow v0.7.14
19792026-03-03T00:20:37.560Z Compiling paste v1.0.15
19802026-03-03T00:20:37.773Z Compiling usdt-impl v0.6.0
19812026-03-03T00:20:37.837Z Compiling ref-cast v1.0.25
19822026-03-03T00:20:38.359Z Compiling pkcs5 v0.7.1
19832026-03-03T00:20:38.644Z Compiling rand v0.9.2
19842026-03-03T00:20:39.638Z Compiling http-body v1.0.1
19852026-03-03T00:20:39.890Z Compiling scroll v0.13.0
19862026-03-03T00:20:40.053Z Compiling scroll v0.12.0
19872026-03-03T00:20:40.362Z Compiling heapless v0.7.17
19882026-03-03T00:20:40.817Z Compiling serde_spanned v0.6.9
19892026-03-03T00:20:40.840Z Compiling toml_datetime v0.6.11
19902026-03-03T00:20:40.967Z Compiling bzip2-sys v0.1.13+1.0.8
19912026-03-03T00:20:41.308Z Compiling signal-hook v0.3.18
19922026-03-03T00:20:41.466Z Compiling openssl-probe v0.2.1
19932026-03-03T00:20:41.749Z Compiling untrusted v0.7.1
19942026-03-03T00:20:41.941Z Compiling zstd-safe v7.2.4
19952026-03-03T00:20:42.326Z Compiling goblin v0.8.2
19962026-03-03T00:20:42.488Z Compiling goblin v0.10.5
19972026-03-03T00:20:43.784Z Compiling toml_parser v1.0.9+spec-1.1.0
19982026-03-03T00:20:44.812Z Compiling pkcs8 v0.10.2
19992026-03-03T00:20:45.705Z Compiling zerocopy v0.7.35
20002026-03-03T00:20:45.758Z Compiling darling_core v0.20.11
20012026-03-03T00:20:46.181Z Compiling ref-cast-impl v1.0.25
20022026-03-03T00:20:46.355Z Compiling toml_datetime v0.7.5+spec-1.1.0
20032026-03-03T00:20:46.930Z Compiling try-lock v0.2.5
20042026-03-03T00:20:47.008Z Compiling tower-service v0.3.3
20052026-03-03T00:20:47.097Z Compiling winnow v0.5.40
20062026-03-03T00:20:47.160Z Compiling tinyvec_macros v0.1.1
20072026-03-03T00:20:47.227Z Compiling atomic-waker v1.1.2
20082026-03-03T00:20:47.527Z Compiling tower-layer v0.3.3
20092026-03-03T00:20:47.715Z Compiling rustix v0.38.44
20102026-03-03T00:20:48.332Z Compiling h2 v0.4.13
20112026-03-03T00:20:50.078Z Compiling toml_edit v0.19.15
20122026-03-03T00:20:50.353Z Compiling dof v0.4.0
20132026-03-03T00:20:50.872Z Compiling darling_macro v0.20.11
20142026-03-03T00:20:51.877Z Compiling dof v0.3.0
20152026-03-03T00:20:53.354Z Compiling tinyvec v1.10.0
20162026-03-03T00:20:54.202Z Compiling want v0.3.1
20172026-03-03T00:20:55.537Z Compiling dtrace-parser v0.2.0
20182026-03-03T00:20:55.609Z Compiling dtrace-parser v0.3.0
20192026-03-03T00:20:56.361Z Compiling curve25519-dalek v4.1.3
20202026-03-03T00:20:56.913Z Compiling ipnet v2.11.0
20212026-03-03T00:20:57.054Z Compiling daft-derive v0.1.5
20222026-03-03T00:20:57.058Z Compiling async-trait v0.1.89
20232026-03-03T00:20:57.058Z Compiling spin v0.9.8
20242026-03-03T00:20:57.453Z Compiling thread-id v5.1.0
20252026-03-03T00:20:57.603Z Compiling thread-id v4.2.2
20262026-03-03T00:20:57.738Z Compiling proc-macro-error-attr v1.0.4
20272026-03-03T00:20:57.924Z Compiling foreign-types-shared v0.1.1
20282026-03-03T00:20:58.355Z Compiling fastrand v2.3.0
20292026-03-03T00:20:58.587Z Compiling litrs v1.0.0
20302026-03-03T00:20:59.013Z Compiling num-bigint-dig v0.8.6
20312026-03-03T00:20:59.037Z Compiling smoltcp v0.9.1
20322026-03-03T00:20:59.387Z Compiling pin-utils v0.1.0
20332026-03-03T00:20:59.520Z Compiling httpdate v1.0.3
20342026-03-03T00:20:59.642Z Compiling document-features v0.2.12
20352026-03-03T00:20:59.687Z Compiling tempfile v3.25.0
20362026-03-03T00:20:59.847Z Compiling hyper v1.8.1
20372026-03-03T00:20:59.887Z Compiling foreign-types v0.3.2
20382026-03-03T00:21:01.760Z Compiling darling v0.20.11
20392026-03-03T00:21:02.283Z Compiling ipnetwork v0.21.1
20402026-03-03T00:21:03.388Z Compiling strum_macros v0.26.4
20412026-03-03T00:21:04.093Z Compiling wait-timeout v0.2.1
20422026-03-03T00:21:04.541Z Compiling proc-macro-error v1.0.4
20432026-03-03T00:21:05.530Z Compiling bit-vec v0.8.0
20442026-03-03T00:21:05.987Z Compiling quick-error v1.2.3
20452026-03-03T00:21:06.010Z Compiling powerfmt v0.2.0
20462026-03-03T00:21:06.053Z Compiling unicode-segmentation v1.12.0
20472026-03-03T00:21:06.482Z Compiling simd-adler32 v0.3.8
20482026-03-03T00:21:06.505Z Compiling anstyle v1.0.13
20492026-03-03T00:21:07.092Z Compiling utf8parse v0.2.2
20502026-03-03T00:21:07.144Z Compiling siphasher v1.0.2
20512026-03-03T00:21:07.246Z Compiling anstyle-parse v0.2.7
20522026-03-03T00:21:07.716Z Compiling deranged v0.5.8
20532026-03-03T00:21:10.761Z Compiling rusty-fork v0.3.1
20542026-03-03T00:21:11.317Z Compiling bit-set v0.8.0
20552026-03-03T00:21:12.182Z Compiling hyper-util v0.1.20
20562026-03-03T00:21:12.724Z Compiling derive_builder_core v0.20.2
20572026-03-03T00:21:14.670Z Compiling crossbeam-epoch v0.9.18
20582026-03-03T00:21:15.959Z Compiling unicode-normalization v0.1.25
20592026-03-03T00:21:16.012Z Compiling rustls-native-certs v0.8.3
20602026-03-03T00:21:17.287Z Compiling rand_xorshift v0.4.0
20612026-03-03T00:21:17.565Z Compiling hubpack_derive v0.1.1
20622026-03-03T00:21:17.624Z Compiling sync_wrapper v1.0.2
20632026-03-03T00:21:17.823Z Compiling strum_macros v0.27.2
20642026-03-03T00:21:18.402Z Compiling signature v2.2.0
20652026-03-03T00:21:18.674Z Compiling curve25519-dalek-derive v0.1.1
20662026-03-03T00:21:18.761Z Compiling fs-err v3.3.0
20672026-03-03T00:21:18.978Z Compiling ahash v0.8.12
20682026-03-03T00:21:19.228Z Compiling num_threads v0.1.7
20692026-03-03T00:21:19.386Z Compiling anstyle-query v1.1.5
20702026-03-03T00:21:19.580Z Compiling colorchoice v1.0.4
20712026-03-03T00:21:19.780Z Compiling object v0.37.3
20722026-03-03T00:21:19.965Z Compiling unicode-bidi v0.3.18
20732026-03-03T00:21:20.010Z Compiling adler2 v2.0.1
20742026-03-03T00:21:20.264Z Compiling unicode-properties v0.1.4
20752026-03-03T00:21:20.302Z Compiling is_terminal_polyfill v1.70.2
20762026-03-03T00:21:20.465Z Compiling unarray v0.1.4
20772026-03-03T00:21:20.495Z Compiling time v0.3.47
20782026-03-03T00:21:20.655Z Compiling stringprep v0.1.5
20792026-03-03T00:21:20.674Z Compiling proptest v1.10.0
20802026-03-03T00:21:21.002Z Compiling anstream v0.6.21
20812026-03-03T00:21:21.525Z Compiling miniz_oxide v0.8.9
20822026-03-03T00:21:22.816Z Compiling tower v0.5.3
20832026-03-03T00:21:24.804Z Compiling crossbeam-deque v0.8.6
20842026-03-03T00:21:24.872Z Compiling derive_builder_macro v0.20.2
20852026-03-03T00:21:25.526Z Compiling heck v0.4.1
20862026-03-03T00:21:25.721Z Compiling usdt-macro v0.6.0
20872026-03-03T00:21:25.982Z Compiling usdt-attr-macro v0.6.0
20882026-03-03T00:21:27.571Z Compiling http-body-util v0.1.3
20892026-03-03T00:21:27.850Z Compiling webpki-roots v1.0.6
20902026-03-03T00:21:28.065Z Compiling rand_chacha v0.3.1
20912026-03-03T00:21:28.085Z Compiling num-integer v0.1.46
20922026-03-03T00:21:28.414Z Compiling hash32 v0.2.1
20932026-03-03T00:21:28.437Z Compiling erased-serde v0.3.31
20942026-03-03T00:21:28.719Z Compiling md-5 v0.10.6
20952026-03-03T00:21:28.771Z Compiling vergen-lib v0.1.6
20962026-03-03T00:21:28.794Z Compiling ff v0.13.1
20972026-03-03T00:21:29.063Z Compiling ryu v1.0.23
20982026-03-03T00:21:29.144Z Compiling psl-types v2.0.11
20992026-03-03T00:21:29.147Z Compiling fallible-iterator v0.2.0
21002026-03-03T00:21:29.248Z Compiling base16ct v0.2.0
21012026-03-03T00:21:29.352Z Compiling zlib-rs v0.6.2
21022026-03-03T00:21:29.375Z Compiling iri-string v0.7.10
21032026-03-03T00:21:29.561Z Compiling sec1 v0.7.3
21042026-03-03T00:21:29.867Z Compiling postgres-protocol v0.6.10
21052026-03-03T00:21:30.092Z Compiling publicsuffix v2.3.0
21062026-03-03T00:21:30.404Z Compiling serde_urlencoded v0.7.1
21072026-03-03T00:21:30.983Z Compiling group v0.13.0
21082026-03-03T00:21:31.262Z Compiling num-iter v0.1.45
21092026-03-03T00:21:31.463Z Compiling rand v0.8.5
21102026-03-03T00:21:32.333Z Compiling tower-http v0.6.8
21112026-03-03T00:21:32.872Z Compiling oxnet v0.1.4
21122026-03-03T00:21:33.530Z Compiling zone_cfg_derive v0.3.1
21132026-03-03T00:21:33.620Z Compiling derive_builder v0.20.2
21142026-03-03T00:21:33.809Z Compiling newtype-uuid v1.3.2
21152026-03-03T00:21:33.883Z Compiling tokio-native-tls v0.3.1
21162026-03-03T00:21:34.165Z Compiling flate2 v1.1.9
21172026-03-03T00:21:34.393Z Compiling phf_shared v0.13.1
21182026-03-03T00:21:34.945Z Compiling lazy_static v1.5.0
21192026-03-03T00:21:35.346Z Compiling terminal_size v0.4.3
21202026-03-03T00:21:35.588Z Compiling serde_with_macros v3.17.0
21212026-03-03T00:21:35.734Z Compiling hkdf v0.12.4
21222026-03-03T00:21:35.921Z Compiling clap_derive v4.5.55
21232026-03-03T00:21:36.003Z Compiling enum-as-inner v0.6.1
21242026-03-03T00:21:36.502Z Compiling cargo-platform v0.1.9
21252026-03-03T00:21:37.006Z Compiling crypto-bigint v0.5.5
21262026-03-03T00:21:37.237Z Compiling serde_repr v0.1.20
21272026-03-03T00:21:37.259Z Compiling vergen v9.0.6
21282026-03-03T00:21:38.431Z Compiling clap_lex v1.0.0
21292026-03-03T00:21:38.472Z Compiling foldhash v0.1.5
21302026-03-03T00:21:38.550Z Compiling unicode-width v0.2.0
21312026-03-03T00:21:38.829Z Compiling bitflags v1.3.2
21322026-03-03T00:21:39.099Z Compiling libbz2-rs-sys v0.2.2
21332026-03-03T00:21:39.248Z Compiling bumpalo v3.20.2
21342026-03-03T00:21:39.313Z Compiling managed v0.8.0
21352026-03-03T00:21:39.878Z Compiling elliptic-curve v0.13.8
21362026-03-03T00:21:40.257Z Compiling bzip2 v0.6.1
21372026-03-03T00:21:40.284Z Compiling zopfli v0.8.3
21382026-03-03T00:21:40.609Z Compiling console v0.16.2
21392026-03-03T00:21:40.904Z Compiling clap_builder v4.5.60
21402026-03-03T00:21:41.492Z Compiling hashbrown v0.15.5
21412026-03-03T00:21:42.198Z Compiling cargo_metadata v0.19.2
21422026-03-03T00:21:45.496Z Compiling phf v0.13.1
21432026-03-03T00:21:45.815Z Compiling daft v0.1.5
21442026-03-03T00:21:46.037Z Compiling zstd v0.13.3
21452026-03-03T00:21:46.522Z Compiling hyper-tls v0.6.0
21462026-03-03T00:21:46.874Z Compiling signal-hook-mio v0.2.5
21472026-03-03T00:21:46.944Z Compiling rayon v1.11.0
21482026-03-03T00:21:47.080Z Compiling cookie_store v0.22.1
21492026-03-03T00:21:47.230Z Compiling bzip2 v0.4.4
21502026-03-03T00:21:47.653Z Compiling postgres-types v0.2.12
21512026-03-03T00:21:47.677Z Compiling strum v0.27.2
21522026-03-03T00:21:48.221Z Compiling ed25519 v2.2.3
21532026-03-03T00:21:48.383Z Compiling hubpack v0.1.2
21542026-03-03T00:21:48.665Z Compiling rustls-webpki v0.103.9
21552026-03-03T00:21:48.775Z Compiling phf_shared v0.11.3
21562026-03-03T00:21:49.590Z Compiling pkcs1 v0.7.5
21572026-03-03T00:21:50.850Z Compiling bstr v1.12.1
21582026-03-03T00:21:51.232Z Compiling itertools v0.12.1
21592026-03-03T00:21:51.325Z Compiling float-cmp v0.10.0
21602026-03-03T00:21:51.601Z Compiling rfc6979 v0.4.0
21612026-03-03T00:21:51.824Z Compiling serde-big-array v0.5.1
21622026-03-03T00:21:52.079Z Compiling hex v0.4.3
21632026-03-03T00:21:52.457Z Compiling env_filter v1.0.0
21642026-03-03T00:21:53.009Z Compiling memmap2 v0.9.10
21652026-03-03T00:21:53.441Z Compiling encoding_rs v0.8.35
21662026-03-03T00:21:53.464Z Compiling precomputed-hash v0.1.1
21672026-03-03T00:21:53.618Z Compiling difflib v0.4.0
21682026-03-03T00:21:54.184Z Compiling static_assertions v1.1.0
21692026-03-03T00:21:54.330Z Compiling rustc-hash v2.1.1
21702026-03-03T00:21:54.565Z Compiling fixedbitset v0.5.7
21712026-03-03T00:21:54.724Z Compiling jiff v0.2.21
21722026-03-03T00:21:55.150Z Compiling new_debug_unreachable v1.0.6
21732026-03-03T00:21:55.281Z Compiling whoami v2.1.0
21742026-03-03T00:21:56.550Z Compiling mime v0.3.17
21752026-03-03T00:21:56.768Z Compiling unit-prefix v0.5.2
21762026-03-03T00:21:57.014Z Compiling normalize-line-endings v0.3.0
21772026-03-03T00:21:57.018Z Compiling fixedbitset v0.4.2
21782026-03-03T00:21:57.060Z Compiling keccak v0.1.6
21792026-03-03T00:21:57.186Z Compiling data-encoding v2.10.0
21802026-03-03T00:21:57.441Z Compiling tokio-rustls v0.26.4
21812026-03-03T00:21:57.492Z Compiling rustls-platform-verifier v0.6.2
21822026-03-03T00:21:57.978Z Compiling hyper-rustls v0.27.7
21832026-03-03T00:21:58.518Z Compiling toml_write v0.1.2
21842026-03-03T00:21:59.050Z Compiling predicates-core v1.0.10
21852026-03-03T00:21:59.388Z Compiling predicates v3.1.4
21862026-03-03T00:22:00.111Z Compiling toml_edit v0.22.27
21872026-03-03T00:22:00.714Z Compiling reqwest v0.12.28
21882026-03-03T00:22:03.853Z Compiling zip v4.6.1
21892026-03-03T00:22:04.419Z Compiling reqwest v0.13.2
21902026-03-03T00:22:04.450Z Compiling hickory-proto v0.25.2
21912026-03-03T00:22:05.853Z Compiling sha3 v0.10.8
21922026-03-03T00:22:05.936Z Compiling petgraph v0.6.5
21932026-03-03T00:22:06.231Z Compiling indicatif v0.18.4
21942026-03-03T00:22:07.994Z Compiling tokio-postgres v0.7.16
21952026-03-03T00:22:09.533Z Compiling string_cache v0.8.9
21962026-03-03T00:22:09.988Z Compiling petgraph v0.8.3
21972026-03-03T00:22:12.777Z Compiling iddqd v0.3.17
21982026-03-03T00:22:12.806Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21992026-03-03T00:22:14.877Z Compiling zone v0.3.1
22002026-03-03T00:22:15.393Z Compiling usdt v0.6.0
22012026-03-03T00:22:15.892Z Compiling env_logger v0.11.9
22022026-03-03T00:22:16.284Z Compiling serde_with v3.17.0
22032026-03-03T00:22:16.366Z Compiling similar v2.7.0
22042026-03-03T00:22:16.603Z Compiling ecdsa v0.16.9
22052026-03-03T00:22:18.147Z Compiling rsa v0.9.10
22062026-03-03T00:22:19.824Z Compiling ed25519-dalek v2.2.0
22072026-03-03T00:22:21.144Z Compiling zip v0.6.6
22082026-03-03T00:22:21.265Z Compiling crossterm v0.28.1
22092026-03-03T00:22:23.100Z Compiling clap v4.5.60
22102026-03-03T00:22:23.243Z Compiling strum v0.26.3
22112026-03-03T00:22:23.464Z Compiling toml v0.7.8
22122026-03-03T00:22:24.250Z Compiling tokio-stream v0.1.18
22132026-03-03T00:22:24.798Z Compiling x509-cert v0.2.5
22142026-03-03T00:22:27.321Z Compiling itertools v0.13.0
22152026-03-03T00:22:27.994Z Compiling buf-list v1.1.2
22162026-03-03T00:22:28.317Z Compiling sha1 v0.10.6
22172026-03-03T00:22:28.496Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22182026-03-03T00:22:28.635Z Compiling openapiv3 v2.2.0
22192026-03-03T00:22:30.294Z Compiling lalrpop-util v0.19.12
22202026-03-03T00:22:30.673Z Compiling peg-runtime v0.8.5
22212026-03-03T00:22:35.770Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22222026-03-03T00:22:57.005Z Compiling itertools v0.14.0
22232026-03-03T00:23:00.511Z Compiling macaddr v1.0.1
22242026-03-03T00:23:00.592Z Compiling structmeta-derive v0.3.0
22252026-03-03T00:23:01.831Z Compiling heapless v0.8.0
22262026-03-03T00:23:02.739Z Compiling structmeta v0.3.0
22272026-03-03T00:23:04.457Z Compiling ingot-macros v0.1.1
22282026-03-03T00:23:11.846Z Compiling toml_edit v0.23.10+spec-1.0.0
22292026-03-03T00:23:12.851Z Compiling hash32 v0.3.1
22302026-03-03T00:23:14.172Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312026-03-03T00:23:14.813Z Compiling smoltcp v0.11.0
22322026-03-03T00:23:17.683Z Compiling proc-macro-crate v3.4.0
22332026-03-03T00:23:21.661Z Compiling ingot-types v0.1.2
22342026-03-03T00:23:32.933Z Compiling cobs v0.3.0
22352026-03-03T00:23:34.222Z Compiling rustls v0.22.4
22362026-03-03T00:23:34.625Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22372026-03-03T00:23:51.863Z Compiling postcard v1.1.3
22382026-03-03T00:23:59.559Z Compiling ingot v0.1.1
22392026-03-03T00:24:02.642Z Compiling num_enum_derive v0.7.5
22402026-03-03T00:24:05.569Z Compiling proc-macro-crate v1.3.1
22412026-03-03T00:24:06.384Z Compiling rustls-webpki v0.102.8
22422026-03-03T00:24:06.856Z Compiling futures-executor v0.3.32
22432026-03-03T00:24:07.813Z Compiling foreign-types-macros v0.2.3
22442026-03-03T00:24:07.863Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22452026-03-03T00:24:07.885Z Compiling multer v3.1.0
22462026-03-03T00:24:08.177Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22472026-03-03T00:24:08.323Z Compiling thread_local v1.1.9
22482026-03-03T00:24:08.845Z Compiling slog-async v2.8.0
22492026-03-03T00:24:08.935Z Compiling cpufeatures v0.3.0
22502026-03-03T00:24:08.986Z Compiling foreign-types-shared v0.3.1
22512026-03-03T00:24:09.086Z Compiling match_cfg v0.1.0
22522026-03-03T00:24:09.163Z Compiling foreign-types v0.5.0
22532026-03-03T00:24:09.222Z Compiling hostname v0.3.1
22542026-03-03T00:24:09.319Z Compiling chacha20 v0.10.0
22552026-03-03T00:24:09.535Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22562026-03-03T00:24:09.671Z Compiling futures v0.3.32
22572026-03-03T00:24:09.818Z Compiling num_enum_derive v0.5.11
22582026-03-03T00:24:09.841Z Compiling num_enum v0.7.5
22592026-03-03T00:24:10.135Z Compiling derive-ex v0.1.8
22602026-03-03T00:24:10.332Z Compiling tabwriter v1.4.1
22612026-03-03T00:24:10.570Z Compiling slog-json v2.6.1
22622026-03-03T00:24:11.050Z Compiling crossbeam-channel v0.5.15
22632026-03-03T00:24:11.105Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22642026-03-03T00:24:11.885Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22652026-03-03T00:24:11.944Z Compiling async-stream-impl v0.3.6
22662026-03-03T00:24:12.571Z Compiling serde_spanned v1.0.4
22672026-03-03T00:24:12.784Z Compiling cstr-argument v0.1.2
22682026-03-03T00:24:12.847Z Compiling memoffset v0.9.1
22692026-03-03T00:24:13.063Z Compiling is-terminal v0.4.17
22702026-03-03T00:24:13.187Z Compiling dropshot v0.16.7
22712026-03-03T00:24:13.226Z Compiling typeid v1.0.3
22722026-03-03T00:24:13.248Z Compiling take_mut v0.2.2
22732026-03-03T00:24:13.454Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22742026-03-03T00:24:13.537Z Compiling crucible-workspace-hack v0.1.0
22752026-03-03T00:24:13.567Z Compiling term v1.2.1
22762026-03-03T00:24:13.726Z Compiling cfg_aliases v0.2.1
22772026-03-03T00:24:13.796Z Compiling toml_writer v1.0.6+spec-1.1.0
22782026-03-03T00:24:13.855Z Compiling test-strategy v0.4.5
22792026-03-03T00:24:13.877Z Compiling nix v0.30.1
22802026-03-03T00:24:14.345Z Compiling toml v0.9.12+spec-1.1.0
22812026-03-03T00:24:14.696Z Compiling tokio-rustls v0.25.0
22822026-03-03T00:24:15.199Z Compiling slog-term v2.9.2
22832026-03-03T00:24:16.048Z Compiling async-stream v0.3.6
22842026-03-03T00:24:16.394Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22852026-03-03T00:24:16.981Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22862026-03-03T00:24:17.030Z Compiling num_enum v0.5.11
22872026-03-03T00:24:17.209Z Compiling slog-bunyan v2.5.0
22882026-03-03T00:24:17.264Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22892026-03-03T00:24:17.449Z Compiling rand v0.10.0
22902026-03-03T00:24:17.697Z Compiling parse-display-derive v0.10.0
22912026-03-03T00:24:17.833Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22922026-03-03T00:24:18.289Z Compiling waitgroup v0.1.2
22932026-03-03T00:24:18.311Z Compiling rustls-pemfile v2.2.0
22942026-03-03T00:24:18.575Z Compiling newtype-uuid-macros v0.1.0
22952026-03-03T00:24:18.728Z Compiling dropshot_endpoint v0.16.7
22962026-03-03T00:24:18.871Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22972026-03-03T00:24:19.306Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22982026-03-03T00:24:19.671Z Compiling serde_path_to_error v0.1.20
22992026-03-03T00:24:19.793Z Compiling hostname v0.4.2
23002026-03-03T00:24:20.116Z Compiling instant v0.1.13
23012026-03-03T00:24:20.189Z Compiling colored v3.1.1
23022026-03-03T00:24:20.189Z Compiling erased-serde v0.4.9
23032026-03-03T00:24:20.315Z Compiling debug-ignore v1.0.5
23042026-03-03T00:24:20.518Z Compiling backoff v0.4.0
23052026-03-03T00:24:20.631Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23062026-03-03T00:24:21.045Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23072026-03-03T00:24:21.105Z Compiling parse-display v0.10.0
23082026-03-03T00:24:21.317Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23092026-03-03T00:24:21.686Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23102026-03-03T00:24:23.206Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23112026-03-03T00:24:23.974Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23122026-03-03T00:24:24.558Z Compiling progenitor-client v0.13.0
23132026-03-03T00:24:24.682Z Compiling progenitor-client v0.10.0
23142026-03-03T00:24:24.806Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23152026-03-03T00:24:25.134Z Compiling camino-tempfile v1.4.1
23162026-03-03T00:24:25.598Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23172026-03-03T00:24:25.667Z Compiling backon v1.6.0
23182026-03-03T00:24:25.988Z Compiling regress v0.10.5
23192026-03-03T00:24:26.165Z Compiling secrecy v0.10.3
23202026-03-03T00:24:26.505Z Compiling num-derive v0.4.2
23212026-03-03T00:24:26.800Z Compiling sigpipe v0.1.3
23222026-03-03T00:24:26.972Z Compiling libefi-sys v0.1.0
23232026-03-03T00:24:27.343Z Compiling glob v0.3.3
23242026-03-03T00:24:28.739Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23252026-03-03T00:24:28.901Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23262026-03-03T00:24:29.154Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23272026-03-03T00:24:29.559Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23282026-03-03T00:24:29.778Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23292026-03-03T00:24:30.395Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23302026-03-03T00:24:30.508Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23312026-03-03T00:24:33.487Z Compiling usdt-attr-macro v0.5.0
23322026-03-03T00:24:33.809Z Compiling usdt-macro v0.5.0
23332026-03-03T00:24:34.978Z Compiling smf v0.2.3
23342026-03-03T00:24:35.180Z Compiling bitfield-struct v0.6.2
23352026-03-03T00:24:36.546Z Compiling ordered-float v2.10.1
23362026-03-03T00:24:37.252Z Compiling blake3 v1.8.3
23372026-03-03T00:24:37.674Z Compiling memmap v0.7.0
23382026-03-03T00:24:37.958Z Compiling whoami v1.6.1
23392026-03-03T00:24:38.092Z Compiling usdt v0.5.0
23402026-03-03T00:24:38.274Z Compiling serde-value v0.7.0
23412026-03-03T00:24:38.583Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23422026-03-03T00:24:38.951Z Compiling serde-untagged v0.1.9
23432026-03-03T00:24:39.160Z Compiling toml v0.8.23
23442026-03-03T00:24:39.399Z Compiling filetime v0.2.27
23452026-03-03T00:24:39.451Z Compiling arrayref v0.3.9
23462026-03-03T00:24:39.474Z Compiling unicode-xid v0.2.6
23472026-03-03T00:24:39.595Z Compiling xattr v1.6.1
23482026-03-03T00:24:39.743Z Compiling same-file v1.0.6
23492026-03-03T00:24:39.762Z Compiling arrayvec v0.7.6
23502026-03-03T00:24:39.791Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-03-03T00:24:39.904Z Compiling constant_time_eq v0.4.2
23522026-03-03T00:24:39.947Z Compiling walkdir v2.5.0
23532026-03-03T00:24:39.971Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23542026-03-03T00:24:40.046Z Compiling tar v0.4.44
23552026-03-03T00:24:40.265Z Compiling cargo-util-schemas v0.8.2
23562026-03-03T00:24:41.502Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23572026-03-03T00:24:41.575Z Compiling tokio-dtrace v0.1.1
23582026-03-03T00:24:41.955Z Compiling gethostname v0.5.0
23592026-03-03T00:24:42.189Z Compiling cargo-platform v0.2.0
23602026-03-03T00:24:42.325Z Compiling topological-sort v0.2.2
23612026-03-03T00:24:42.670Z Compiling omicron-zone-package v0.12.2
23622026-03-03T00:24:42.936Z Compiling oxide-tokio-rt v0.1.2
23632026-03-03T00:24:43.407Z Compiling cargo_metadata v0.21.0
23642026-03-03T00:24:43.618Z Compiling shell-words v1.1.1
23652026-03-03T00:24:44.146Z Compiling indent_write v2.2.0
23662026-03-03T00:24:44.893Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23672026-03-03T00:24:52.201Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23682026-03-03T00:24:54.029Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23692026-03-03T00:24:56.744Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23702026-03-03T00:25:14.418Z Finished `release` profile [optimized] target(s) in 5m 35s
23712026-03-03T00:25:14.621Z Running `target/release/omicron-package -t test target create -p dev`
23722026-03-03T00:25:14.691ZLogging to: /work/oxidecomputer/omicron/out/LOG
23732026-03-03T00:25:14.694ZCreated new build target 'test' and set it as active
23742026-03-03T00:25:14.696Z
23752026-03-03T00:25:14.696Zreal 5:35.910866278
23762026-03-03T00:25:14.696Zuser 37:50.615350145
23772026-03-03T00:25:14.696Zsys 3:44.573404421
23782026-03-03T00:25:14.696Ztrap 1.183565238
23792026-03-03T00:25:14.696Ztflt 2.157202455
23802026-03-03T00:25:14.696Zdflt 0.955651174
23812026-03-03T00:25:14.696Zkflt 0.000109965
23822026-03-03T00:25:14.696Zlock 1:46:42.410016042
23832026-03-03T00:25:14.696Zslp 2:25:44.598697587
23842026-03-03T00:25:14.696Zlat 2:32.637577826
23852026-03-03T00:25:14.696Zstop 5:25.060434383
23862026-03-03T00:25:14.696Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23872026-03-03T00:25:16.012Z Finished `release` profile [optimized] target(s) in 1.24s
23882026-03-03T00:25:16.080Z Running `target/release/omicron-package -t test package`
23892026-03-03T00:25:16.136ZLogging to: /work/oxidecomputer/omicron/out/LOG
23902026-03-03T00:25:18.203Z Compiling regress v0.10.5
23912026-03-03T00:25:18.206Z Compiling heck v0.5.0
23922026-03-03T00:25:18.206Z Compiling unsafe-libyaml v0.2.11
23932026-03-03T00:25:18.476Z Compiling convert_case v0.4.0
23942026-03-03T00:25:18.501Z Compiling half v2.7.1
23952026-03-03T00:25:18.501Z Compiling ciborium-io v0.2.2
23962026-03-03T00:25:18.560Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23972026-03-03T00:25:18.564Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23982026-03-03T00:25:18.704Z Compiling typify-impl v0.6.1
23992026-03-03T00:25:19.137Z Compiling derive_more v0.99.20
24002026-03-03T00:25:19.283Z Compiling ciborium-ll v0.2.2
24012026-03-03T00:25:19.769Z Compiling serde_yaml v0.9.34+deprecated
24022026-03-03T00:25:19.834Z Compiling ciborium v0.2.2
24032026-03-03T00:25:20.090Z Compiling prettyplease v0.2.37
24042026-03-03T00:25:20.514Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24052026-03-03T00:25:21.073Z Compiling universal-hash v0.5.1
24062026-03-03T00:25:21.367Z Compiling thiserror-impl-no-std v2.0.2
24072026-03-03T00:25:21.902Z Compiling unicode-width v0.1.14
24082026-03-03T00:25:22.640Z Compiling opaque-debug v0.3.1
24092026-03-03T00:25:22.788Z Compiling poly1305 v0.8.0
24102026-03-03T00:25:23.072Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24112026-03-03T00:25:23.466Z Compiling chacha20 v0.9.1
24122026-03-03T00:25:23.780Z Compiling thiserror-no-std v2.0.2
24132026-03-03T00:25:23.968Z Compiling password-hash v0.5.0
24142026-03-03T00:25:24.006Z Compiling blake2 v0.10.6
24152026-03-03T00:25:24.213Z Compiling aead v0.5.2
24162026-03-03T00:25:24.625Z Compiling is-terminal v0.4.17
24172026-03-03T00:25:24.750Z Compiling swrite v0.1.0
24182026-03-03T00:25:24.806Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24192026-03-03T00:25:24.955Z Compiling argon2 v0.5.3
24202026-03-03T00:25:25.220Z Compiling chacha20poly1305 v0.10.1
24212026-03-03T00:25:25.516Z Compiling vsss-rs v3.3.4
24222026-03-03T00:25:25.998Z Compiling typify-impl v0.4.3
24232026-03-03T00:25:26.175Z Compiling serde_spanned v1.0.4
24242026-03-03T00:25:26.496Z Compiling toml_writer v1.0.6+spec-1.1.0
24252026-03-03T00:25:26.968Z Compiling toml v0.9.12+spec-1.1.0
24262026-03-03T00:25:27.420Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24272026-03-03T00:25:28.166Z Compiling bytecount v0.6.9
24282026-03-03T00:25:28.550Z Compiling rustls v0.22.4
24292026-03-03T00:25:28.599Z Compiling rustls-webpki v0.102.8
24302026-03-03T00:25:29.840Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24312026-03-03T00:25:29.945Z Compiling derive-where v1.6.0
24322026-03-03T00:25:30.274Z Compiling thread_local v1.1.9
24332026-03-03T00:25:30.731Z Compiling match_cfg v0.1.0
24342026-03-03T00:25:30.882Z Compiling hostname v0.3.1
24352026-03-03T00:25:32.233Z Compiling typify-macro v0.6.1
24362026-03-03T00:25:35.194Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24372026-03-03T00:25:35.344Z Compiling multer v3.1.0
24382026-03-03T00:25:35.441Z Compiling slog-async v2.8.0
24392026-03-03T00:25:35.536Z Compiling slog-json v2.6.1
24402026-03-03T00:25:35.647Z Compiling typify-macro v0.4.3
24412026-03-03T00:25:35.726Z Compiling typify v0.6.1
24422026-03-03T00:25:35.908Z Compiling progenitor-impl v0.13.0
24432026-03-03T00:25:36.514Z Compiling crossbeam-channel v0.5.15
24442026-03-03T00:25:37.505Z Compiling futures-executor v0.3.32
24452026-03-03T00:25:37.997Z Compiling take_mut v0.2.2
24462026-03-03T00:25:38.223Z Compiling term v1.2.1
24472026-03-03T00:25:39.015Z Compiling typify v0.4.3
24482026-03-03T00:25:39.245Z Compiling slog-term v2.9.2
24492026-03-03T00:25:39.389Z Compiling futures v0.3.32
24502026-03-03T00:25:39.464Z Compiling slog-bunyan v2.5.0
24512026-03-03T00:25:39.557Z Compiling tokio-rustls v0.25.0
24522026-03-03T00:25:40.060Z Compiling dropshot v0.16.7
24532026-03-03T00:25:40.171Z Compiling async-stream v0.3.6
24542026-03-03T00:25:40.471Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24552026-03-03T00:25:40.503Z Compiling waitgroup v0.1.2
24562026-03-03T00:25:40.656Z Compiling rustls-pemfile v2.2.0
24572026-03-03T00:25:40.769Z Compiling serde_path_to_error v0.1.20
24582026-03-03T00:25:40.844Z Compiling hostname v0.4.2
24592026-03-03T00:25:41.025Z Compiling instant v0.1.13
24602026-03-03T00:25:41.092Z Compiling debug-ignore v1.0.5
24612026-03-03T00:25:41.223Z Compiling backoff v0.4.0
24622026-03-03T00:25:41.306Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24632026-03-03T00:25:41.758Z Compiling progenitor-macro v0.13.0
24642026-03-03T00:25:42.456Z Compiling parse-display v0.10.0
24652026-03-03T00:25:43.020Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24662026-03-03T00:25:43.269Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24672026-03-03T00:25:44.836Z Compiling progenitor-client v0.10.0
24682026-03-03T00:25:45.437Z Compiling progenitor-client v0.13.0
24692026-03-03T00:25:46.134Z Compiling backon v1.6.0
24702026-03-03T00:25:46.586Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24712026-03-03T00:25:48.634Z Compiling macaddr v1.0.1
24722026-03-03T00:25:49.126Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24732026-03-03T00:25:52.876Z Compiling progenitor v0.13.0
24742026-03-03T00:25:53.177Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24752026-03-03T00:25:53.661Z Compiling console v0.15.11
24762026-03-03T00:25:53.790Z Compiling newline-converter v0.3.0
24772026-03-03T00:25:54.060Z Compiling atomicwrites v0.4.4
24782026-03-03T00:25:54.687Z Compiling num-rational v0.4.2
24792026-03-03T00:25:57.066Z Compiling num-complex v0.4.6
24802026-03-03T00:25:58.324Z Compiling slog-dtrace v0.3.0
24812026-03-03T00:25:58.825Z Compiling num v0.4.3
24822026-03-03T00:25:58.995Z Compiling expectorate v1.2.0
24832026-03-03T00:25:59.337Z Compiling async-recursion v1.1.1
24842026-03-03T00:25:59.423Z Compiling float-ord v0.3.2
24852026-03-03T00:25:59.657Z Compiling cancel-safe-futures v0.1.5
24862026-03-03T00:26:00.102Z Compiling owo-colors v4.3.0
24872026-03-03T00:26:00.891Z Compiling libsw-core v0.3.2
24882026-03-03T00:26:01.271Z Compiling resolv-conf v0.7.6
24892026-03-03T00:26:02.452Z Compiling libsw v3.5.0
24902026-03-03T00:26:03.517Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24912026-03-03T00:26:03.841Z Compiling toml v0.8.23
24922026-03-03T00:26:05.319Z Compiling linear-map v1.2.0
24932026-03-03T00:26:05.620Z Compiling linked-hash-map v0.5.6
24942026-03-03T00:26:05.815Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24952026-03-03T00:26:06.075Z Compiling minimal-lexical v0.2.1
24962026-03-03T00:26:06.270Z Compiling lru-cache v0.1.2
24972026-03-03T00:26:06.565Z Compiling nom v7.1.3
24982026-03-03T00:26:10.084Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24992026-03-03T00:26:13.212Z Compiling unicode-xid v0.2.6
25002026-03-03T00:26:13.462Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25012026-03-03T00:26:13.618Z Compiling globset v0.4.18
25022026-03-03T00:26:14.184Z Compiling hickory-proto v0.24.4
25032026-03-03T00:26:20.156Z Compiling hickory-resolver v0.24.4
25042026-03-03T00:26:24.475Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25052026-03-03T00:26:26.687Z Compiling progenitor-impl v0.11.2
25062026-03-03T00:26:28.639Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25072026-03-03T00:26:29.522Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25082026-03-03T00:26:32.516Z Compiling convert_case v0.10.0
25092026-03-03T00:26:33.138Z Compiling derive_more-impl v2.1.1
25102026-03-03T00:26:34.097Z Compiling progenitor-macro v0.11.2
25112026-03-03T00:26:35.177Z Compiling qorb v0.4.1
25122026-03-03T00:26:40.361Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25132026-03-03T00:26:41.326Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25142026-03-03T00:26:44.524Z Compiling progenitor-client v0.11.2
25152026-03-03T00:26:45.152Z Compiling pin-project-internal v1.1.11
25162026-03-03T00:26:45.638Z Compiling progenitor v0.11.2
25172026-03-03T00:26:45.933Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25182026-03-03T00:26:47.202Z Compiling derive_more v2.1.1
25192026-03-03T00:26:47.371Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25202026-03-03T00:26:47.517Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25212026-03-03T00:26:47.763Z Compiling pin-project v1.1.11
25222026-03-03T00:26:47.807Z Compiling pem v3.0.6
25232026-03-03T00:26:47.955Z Compiling snafu-derive v0.8.9
25242026-03-03T00:26:47.989Z Compiling termtree v0.5.1
25252026-03-03T00:26:48.111Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25262026-03-03T00:26:48.354Z Compiling crossterm v0.29.0
25272026-03-03T00:26:49.171Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25282026-03-03T00:26:49.357Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25292026-03-03T00:26:52.346Z Compiling snafu v0.8.9
25302026-03-03T00:26:54.779Z Compiling olpc-cjson v0.1.4
25312026-03-03T00:26:55.207Z Compiling phf_shared v0.12.1
25322026-03-03T00:26:55.605Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25332026-03-03T00:26:55.744Z Compiling csv-core v0.1.13
25342026-03-03T00:26:56.366Z Compiling vte v0.14.1
25352026-03-03T00:26:56.661Z Compiling serde_plain v1.0.2
25362026-03-03T00:26:56.723Z Compiling highway v1.3.0
25372026-03-03T00:26:56.834Z Compiling chrono-tz v0.10.4
25382026-03-03T00:26:56.867Z Compiling typed-path v0.9.3
25392026-03-03T00:26:57.270Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25402026-03-03T00:26:57.300Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25412026-03-03T00:26:57.811Z Compiling strip-ansi-escapes v0.2.1
25422026-03-03T00:26:58.341Z Compiling csv v1.4.0
25432026-03-03T00:26:59.215Z Compiling phf v0.12.1
25442026-03-03T00:26:59.625Z Compiling const_format_proc_macros v0.2.34
25452026-03-03T00:27:00.646Z Compiling tough v0.20.0
25462026-03-03T00:27:01.502Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25472026-03-03T00:27:02.530Z Compiling papergrid v0.11.0
25482026-03-03T00:27:03.774Z Compiling fd-lock v4.0.4
25492026-03-03T00:27:04.070Z Compiling peg-macros v0.8.5
25502026-03-03T00:27:04.103Z Compiling tabled_derive v0.7.0
25512026-03-03T00:27:05.916Z Compiling nu-ansi-term v0.50.3
25522026-03-03T00:27:06.197Z Compiling tabled v0.15.0
25532026-03-03T00:27:07.148Z Compiling reedline v0.40.0
25542026-03-03T00:27:07.281Z Compiling peg v0.8.5
25552026-03-03T00:27:07.810Z Compiling const_format v0.2.35
25562026-03-03T00:27:11.719Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25572026-03-03T00:27:12.583Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25582026-03-03T00:27:15.998Z Compiling bcs v0.1.6
25592026-03-03T00:27:16.932Z Compiling semver v0.1.20
25602026-03-03T00:27:17.552Z Compiling rustc_version v0.1.7
25612026-03-03T00:27:18.034Z Compiling base64 v0.21.7
25622026-03-03T00:27:19.260Z Compiling newtype_derive v0.1.6
25632026-03-03T00:27:19.582Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25642026-03-03T00:27:19.684Z Compiling unicode-linebreak v0.1.5
25652026-03-03T00:27:19.995Z Compiling humantime v2.3.0
25662026-03-03T00:27:20.045Z Compiling smawk v0.3.2
25672026-03-03T00:27:20.335Z Compiling textwrap v0.16.2
25682026-03-03T00:27:20.493Z Compiling dropshot-api-manager-types v0.5.2
25692026-03-03T00:27:21.040Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25702026-03-03T00:27:22.954Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25712026-03-03T00:27:23.418Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25722026-03-03T00:27:23.849Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25732026-03-03T00:27:23.932Z Compiling steno v0.4.1
25742026-03-03T00:27:24.158Z Compiling utf-8 v0.7.6
25752026-03-03T00:27:24.604Z Compiling progenitor-impl v0.10.0
25762026-03-03T00:27:26.309Z Compiling tagptr v0.2.0
25772026-03-03T00:27:26.681Z Compiling moka v0.12.13
25782026-03-03T00:27:30.637Z Compiling progenitor-macro v0.10.0
25792026-03-03T00:27:33.563Z Compiling hickory-resolver v0.25.2
25802026-03-03T00:27:34.845Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25812026-03-03T00:27:41.898Z Compiling progenitor v0.10.0
25822026-03-03T00:27:42.181Z Compiling tungstenite v0.21.0
25832026-03-03T00:27:44.992Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25842026-03-03T00:27:45.279Z Compiling tokio-tungstenite v0.21.0
25852026-03-03T00:27:46.019Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25862026-03-03T00:27:47.272Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25872026-03-03T00:27:48.215Z Compiling radium v0.7.0
25882026-03-03T00:27:48.815Z Compiling maybe-uninit v2.0.0
25892026-03-03T00:27:49.397Z Compiling tap v1.0.1
25902026-03-03T00:27:49.658Z Compiling wyz v0.5.1
25912026-03-03T00:27:50.190Z Compiling zerocopy-derive v0.6.6
25922026-03-03T00:27:50.294Z Compiling packed_struct v0.10.1
25932026-03-03T00:27:50.783Z Compiling funty v2.0.0
25942026-03-03T00:27:51.954Z Compiling crc-catalog v2.4.0
25952026-03-03T00:27:52.178Z Compiling display-error-chain v0.2.2
25962026-03-03T00:27:52.514Z Compiling crc v3.4.0
25972026-03-03T00:27:53.023Z Compiling zerocopy v0.6.6
25982026-03-03T00:27:53.316Z Compiling bitvec v1.0.1
25992026-03-03T00:27:54.531Z Compiling packed_struct_codegen v0.10.1
26002026-03-03T00:27:54.567Z Compiling bitfield-macros v0.19.4
26012026-03-03T00:27:56.083Z Compiling indexmap v1.9.3
26022026-03-03T00:27:56.276Z Compiling nodrop v0.1.14
26032026-03-03T00:27:56.477Z Compiling array-init v0.0.4
26042026-03-03T00:27:56.571Z Compiling bitfield v0.19.4
26052026-03-03T00:27:56.961Z Compiling smallvec v0.6.14
26062026-03-03T00:27:57.420Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26072026-03-03T00:27:57.561Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26082026-03-03T00:27:57.611Z Compiling num-derive v0.3.3
26092026-03-03T00:27:59.733Z Compiling proc-macro-error-attr2 v2.0.0
26102026-03-03T00:28:00.567Z Compiling hashbrown v0.12.3
26112026-03-03T00:28:02.433Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26122026-03-03T00:28:03.179Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26132026-03-03T00:28:04.515Z Compiling proc-macro-error2 v2.0.1
26142026-03-03T00:28:05.151Z Compiling libscf-sys v1.1.0
26152026-03-03T00:28:05.449Z Compiling serde-hex v0.1.0
26162026-03-03T00:28:06.233Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26172026-03-03T00:28:06.640Z Compiling ron v0.8.1
26182026-03-03T00:28:08.014Z Compiling nix v0.31.1
26192026-03-03T00:28:08.894Z Compiling hashbrown v0.13.2
26202026-03-03T00:28:10.270Z Compiling vergen-gitcl v1.0.8
26212026-03-03T00:28:10.666Z Compiling dirs-sys-next v0.1.2
26222026-03-03T00:28:11.117Z Compiling crunchy v0.2.4
26232026-03-03T00:28:11.184Z Compiling glob v0.3.3
26242026-03-03T00:28:11.664Z Compiling maplit v1.0.2
26252026-03-03T00:28:11.866Z Compiling crc-any v2.5.0
26262026-03-03T00:28:11.943Z Compiling clang-sys v1.8.1
26272026-03-03T00:28:12.545Z Compiling dirs-next v2.0.0
26282026-03-03T00:28:12.735Z Compiling object v0.30.4
26292026-03-03T00:28:12.841Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-03-03T00:28:12.888Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26312026-03-03T00:28:14.304Z Compiling tabled_derive v0.11.0
26322026-03-03T00:28:14.511Z Compiling papergrid v0.17.0
26332026-03-03T00:28:16.744Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26342026-03-03T00:28:25.475Z Compiling testing_table v0.3.0
26352026-03-03T00:28:26.336Z Compiling dsl_auto_type v0.1.3
26362026-03-03T00:28:27.655Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26372026-03-03T00:28:28.275Z Compiling scheduled-thread-pool v0.2.7
26382026-03-03T00:28:29.655Z Compiling diesel_table_macro_syntax v0.2.0
26392026-03-03T00:28:30.097Z Compiling tiny-keccak v2.0.2
26402026-03-03T00:28:30.488Z Compiling path-slash v0.1.5
26412026-03-03T00:28:30.868Z Compiling diesel_derives v2.2.7
26422026-03-03T00:28:31.649Z Compiling r2d2 v0.8.10
26432026-03-03T00:28:32.209Z Compiling tabled v0.20.0
26442026-03-03T00:28:38.476Z Compiling term v0.7.0
26452026-03-03T00:28:41.205Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26462026-03-03T00:28:41.535Z Compiling arc-swap v1.8.2
26472026-03-03T00:28:41.579Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26482026-03-03T00:28:42.001Z Compiling bit-vec v0.6.3
26492026-03-03T00:28:42.277Z Compiling xshell-macros v0.2.7
26502026-03-03T00:28:42.495Z Compiling bit-set v0.5.3
26512026-03-03T00:28:42.841Z Compiling slog-scope v4.4.1
26522026-03-03T00:28:43.133Z Compiling xshell v0.2.7
26532026-03-03T00:28:43.694Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26542026-03-03T00:28:44.732Z Compiling diesel v2.2.12
26552026-03-03T00:28:46.720Z Compiling ascii-canvas v3.0.0
26562026-03-03T00:28:47.263Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26572026-03-03T00:28:48.106Z Compiling itertools v0.10.5
26582026-03-03T00:28:50.113Z Compiling ena v0.14.4
26592026-03-03T00:28:50.606Z Compiling libloading v0.8.9
26602026-03-03T00:28:50.724Z Compiling diff v0.1.13
26612026-03-03T00:28:50.966Z Compiling regex-syntax v0.6.29
26622026-03-03T00:28:51.020Z Compiling bindgen v0.71.1
26632026-03-03T00:28:51.244Z Compiling unicase v2.9.0
26642026-03-03T00:28:51.619Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26652026-03-03T00:28:54.128Z Compiling slog-stdlog v4.1.1
26662026-03-03T00:28:55.075Z Compiling lalrpop v0.19.12
26672026-03-03T00:28:55.136Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26682026-03-03T00:28:55.978Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-03-03T00:28:57.128Z Compiling cexpr v0.6.0
26702026-03-03T00:28:57.298Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26712026-03-03T00:28:57.719Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26722026-03-03T00:28:57.972Z Compiling crc8 v0.1.1
26732026-03-03T00:28:58.093Z Compiling slog-envlogger v2.2.0
26742026-03-03T00:28:58.356Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26752026-03-03T00:28:58.666Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-03-03T00:28:59.311Z Compiling headers-core v0.3.0
26772026-03-03T00:28:59.567Z Compiling libxml v0.3.3
26782026-03-03T00:29:00.110Z Compiling headers v0.4.1
26792026-03-03T00:29:00.872Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26802026-03-03T00:29:00.906Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26812026-03-03T00:29:01.312Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26822026-03-03T00:29:02.200Z Compiling strum_macros v0.24.3
26832026-03-03T00:29:03.914Z Compiling indoc v1.0.9
26842026-03-03T00:29:04.813Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-03-03T00:29:05.222Z Compiling derive_builder v0.20.2
26862026-03-03T00:29:05.310Z Compiling oso-derive v0.27.3
26872026-03-03T00:29:05.516Z Compiling quick-xml v0.37.5
26882026-03-03T00:29:06.342Z Compiling impl-trait-for-tuples v0.2.3
26892026-03-03T00:29:08.709Z Compiling half v1.8.3
26902026-03-03T00:29:09.719Z Compiling openssl-probe v0.1.6
26912026-03-03T00:29:09.752Z Compiling serde_cbor v0.11.2
26922026-03-03T00:29:10.386Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26932026-03-03T00:29:10.842Z Compiling samael v0.0.19
26942026-03-03T00:29:12.007Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26952026-03-03T00:29:12.042Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26962026-03-03T00:29:12.113Z Compiling diesel-dtrace v0.4.2
26972026-03-03T00:29:12.678Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26982026-03-03T00:29:13.089Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26992026-03-03T00:29:13.985Z Compiling bb8 v0.8.6
27002026-03-03T00:29:14.789Z Compiling trait-variant v0.1.2
27012026-03-03T00:29:15.903Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27022026-03-03T00:29:16.284Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27032026-03-03T00:29:16.702Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27042026-03-03T00:29:16.796Z Compiling polar-core v0.27.3
27052026-03-03T00:29:17.307Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27062026-03-03T00:29:20.512Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27072026-03-03T00:29:20.902Z Compiling fxhash v0.2.1
27082026-03-03T00:29:21.189Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27092026-03-03T00:29:21.280Z Compiling kstat-rs v0.2.4
27102026-03-03T00:29:21.633Z Compiling libz-sys v1.1.24
27112026-03-03T00:29:22.217Z Compiling salty v0.3.0
27122026-03-03T00:29:22.412Z Compiling nonempty v0.12.0
27132026-03-03T00:29:22.839Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27142026-03-03T00:29:23.553Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27152026-03-03T00:29:31.974Z Compiling async-bb8-diesel v0.2.1
27162026-03-03T00:29:33.508Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27172026-03-03T00:29:33.738Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27182026-03-03T00:29:38.901Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e)
27192026-03-03T00:29:44.695Z Compiling oso v0.27.3
27202026-03-03T00:29:49.126Z Compiling darling_core v0.23.0
27212026-03-03T00:29:53.951Z Compiling nanorand v0.7.0
27222026-03-03T00:29:54.719Z Compiling fs-err v2.11.0
27232026-03-03T00:29:55.154Z Compiling parking_lot_core v0.8.6
27242026-03-03T00:29:55.712Z Compiling darling_macro v0.23.0
27252026-03-03T00:29:55.782Z Compiling mime_guess v2.0.5
27262026-03-03T00:29:56.883Z Compiling flume v0.11.1
27272026-03-03T00:29:56.916Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e)
27282026-03-03T00:29:57.733Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27292026-03-03T00:30:03.283Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27302026-03-03T00:30:04.525Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27312026-03-03T00:30:06.483Z Compiling git-stub v1.0.0
27322026-03-03T00:30:06.998Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-03-03T00:30:07.866Z Compiling instability v0.3.11
27342026-03-03T00:30:08.398Z Compiling git-stub-vcs v0.1.0
27352026-03-03T00:30:09.195Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27362026-03-03T00:30:15.278Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27372026-03-03T00:30:24.973Z Compiling darling v0.23.0
27382026-03-03T00:30:27.315Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27392026-03-03T00:30:28.109Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27402026-03-03T00:30:35.098Z Compiling ignore v0.4.25
27412026-03-03T00:30:38.256Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27422026-03-03T00:30:40.923Z Compiling primeorder v0.13.6
27432026-03-03T00:30:41.587Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27442026-03-03T00:30:41.848Z Compiling castaway v0.2.4
27452026-03-03T00:30:42.078Z Compiling nibble_vec v0.1.0
27462026-03-03T00:30:42.111Z Compiling atty v0.2.14
27472026-03-03T00:30:42.334Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27482026-03-03T00:30:42.371Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27492026-03-03T00:30:42.763Z Compiling parse-size v1.1.0
27502026-03-03T00:30:42.798Z Compiling endian-type v0.1.2
27512026-03-03T00:30:43.108Z Compiling indoc v2.0.7
27522026-03-03T00:30:43.152Z Compiling http-range v0.1.5
27532026-03-03T00:30:43.385Z Compiling radix_trie v0.2.1
27542026-03-03T00:30:43.774Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-03-03T00:30:44.331Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27562026-03-03T00:30:44.995Z Compiling compact_str v0.8.1
27572026-03-03T00:30:45.424Z Compiling p384 v0.13.1
27582026-03-03T00:30:47.517Z Compiling globwalk v0.9.1
27592026-03-03T00:30:47.978Z Compiling parking_lot v0.11.2
27602026-03-03T00:30:49.993Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27612026-03-03T00:30:50.668Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27622026-03-03T00:30:50.887Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27632026-03-03T00:30:51.404Z Compiling predicates-tree v1.0.13
27642026-03-03T00:30:52.371Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27652026-03-03T00:30:52.899Z Compiling unicode-truncate v1.1.0
27662026-03-03T00:30:53.276Z Compiling lru v0.12.5
27672026-03-03T00:30:53.708Z Compiling prefix-trie v0.7.0
27682026-03-03T00:30:54.708Z Compiling vergen-git2 v1.0.7
27692026-03-03T00:30:54.849Z Compiling cassowary v0.3.0
27702026-03-03T00:30:55.179Z Compiling hickory-server v0.25.2
27712026-03-03T00:30:55.381Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27722026-03-03T00:30:58.292Z Compiling ratatui v0.29.0
27732026-03-03T00:30:59.585Z Compiling camino-tempfile-ext v0.3.3
27742026-03-03T00:30:59.693Z Compiling git2 v0.20.4
27752026-03-03T00:31:01.035Z Compiling hyper-staticfile v0.10.1
27762026-03-03T00:31:03.768Z Compiling sled v0.34.7
27772026-03-03T00:31:08.649Z Compiling hickory-client v0.25.2
27782026-03-03T00:31:09.658Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27792026-03-03T00:31:10.667Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27802026-03-03T00:31:10.997Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-03-03T00:31:12.721Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27822026-03-03T00:31:13.945Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27832026-03-03T00:31:14.780Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27842026-03-03T00:31:15.788Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27852026-03-03T00:31:16.881Z Compiling rand_seeder v0.4.0
27862026-03-03T00:31:17.361Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27872026-03-03T00:31:17.828Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-03-03T00:31:18.465Z Compiling lzma-sys v0.1.20
27892026-03-03T00:31:18.815Z Compiling rustls v0.21.12
27902026-03-03T00:31:19.078Z Compiling corncobs v0.1.4
27912026-03-03T00:31:19.222Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27922026-03-03T00:31:19.401Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-03-03T00:31:19.652Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27942026-03-03T00:31:19.738Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27952026-03-03T00:31:20.079Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27962026-03-03T00:31:20.579Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27972026-03-03T00:31:21.896Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-03-03T00:31:22.532Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27992026-03-03T00:31:27.759Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28002026-03-03T00:31:34.675Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28012026-03-03T00:31:35.411Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28022026-03-03T00:31:40.017Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28032026-03-03T00:31:40.432Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28042026-03-03T00:31:40.843Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28052026-03-03T00:31:41.257Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28062026-03-03T00:31:42.111Z Compiling cargo_toml v0.22.3
28072026-03-03T00:31:43.033Z Compiling nix v0.29.0
28082026-03-03T00:31:43.927Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28092026-03-03T00:31:48.918Z Compiling sct v0.7.1
28102026-03-03T00:31:49.442Z Compiling rustls-webpki v0.101.7
28112026-03-03T00:31:50.321Z Compiling secrecy v0.8.0
28122026-03-03T00:31:50.558Z Compiling void v1.0.2
28132026-03-03T00:31:50.807Z Compiling lzss v0.8.2
28142026-03-03T00:31:53.429Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28152026-03-03T00:31:56.529Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28162026-03-03T00:32:03.308Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28172026-03-03T00:32:04.080Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28182026-03-03T00:32:05.485Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28192026-03-03T00:32:07.312Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28202026-03-03T00:32:10.866Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28212026-03-03T00:32:12.451Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28222026-03-03T00:32:17.105Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28232026-03-03T00:32:17.373Z Compiling tungstenite v0.23.0
28242026-03-03T00:32:17.570Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28252026-03-03T00:32:17.973Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28262026-03-03T00:32:18.386Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28272026-03-03T00:32:18.796Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28282026-03-03T00:32:19.250Z Compiling nix v0.27.1
28292026-03-03T00:32:21.829Z Compiling serde_bytes v0.11.19
28302026-03-03T00:32:22.285Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28312026-03-03T00:32:22.422Z Compiling tokio-tungstenite v0.23.1
28322026-03-03T00:32:23.145Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28332026-03-03T00:32:23.181Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28342026-03-03T00:32:30.429Z Compiling ron v0.12.0
28352026-03-03T00:32:35.794Z Compiling xz2 v0.1.7
28362026-03-03T00:32:36.497Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28372026-03-03T00:32:36.531Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28382026-03-03T00:32:43.242Z Compiling tokio-rustls v0.24.1
28392026-03-03T00:32:43.877Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28402026-03-03T00:32:50.374Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28412026-03-03T00:32:50.818Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28422026-03-03T00:32:52.673Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28432026-03-03T00:32:55.502Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28442026-03-03T00:32:59.126Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28452026-03-03T00:33:01.098Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28462026-03-03T00:33:06.952Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28472026-03-03T00:33:22.975Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28482026-03-03T00:33:23.125Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28492026-03-03T00:33:30.555Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28502026-03-03T00:33:32.484Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28512026-03-03T00:33:40.499Z Compiling rustls-pemfile v1.0.4
28522026-03-03T00:33:41.327Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28532026-03-03T00:33:44.621Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28542026-03-03T00:33:45.067Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28552026-03-03T00:33:45.862Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28562026-03-03T00:33:47.190Z Compiling signal-hook-tokio v0.3.1
28572026-03-03T00:33:47.506Z Compiling yasna v0.5.2
28582026-03-03T00:33:47.580Z Compiling twox-hash v2.1.2
28592026-03-03T00:33:48.726Z Compiling is_ci v1.2.0
28602026-03-03T00:33:49.127Z Compiling base16ct v1.0.0
28612026-03-03T00:33:51.043Z Compiling supports-color v3.0.2
28622026-03-03T00:33:51.128Z Compiling rcgen v0.12.1
28632026-03-03T00:33:54.155Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28642026-03-03T00:34:02.680Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28652026-03-03T00:34:03.823Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28662026-03-03T00:34:27.616Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28672026-03-03T00:34:36.376Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28682026-03-03T00:34:37.695Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28692026-03-03T00:34:48.394Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28702026-03-03T00:34:49.240Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28712026-03-03T00:35:01.730Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28722026-03-03T00:35:06.659Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28732026-03-03T00:35:07.096Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28742026-03-03T00:35:07.503Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28752026-03-03T00:35:08.535Z Compiling progenitor-extras v0.1.0
28762026-03-03T00:35:09.020Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28772026-03-03T00:35:09.408Z Compiling fatfs v0.3.6
28782026-03-03T00:35:10.979Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28792026-03-03T00:35:12.304Z Compiling subprocess v0.2.15
28802026-03-03T00:35:17.383Z Compiling rtoolbox v0.0.3
28812026-03-03T00:35:17.895Z Compiling seq-macro v0.3.6
28822026-03-03T00:35:19.010Z Compiling assert_matches v1.5.0
28832026-03-03T00:35:20.531Z Compiling rpassword v7.4.0
28842026-03-03T00:35:21.070Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28852026-03-03T00:35:29.099Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28862026-03-03T00:35:33.172Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28872026-03-03T00:35:52.437Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28882026-03-03T00:35:52.658Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28892026-03-03T00:35:58.324Z Compiling tui-tree-widget v0.23.1
28902026-03-03T00:35:58.883Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28912026-03-03T00:36:05.592Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28922026-03-03T00:36:06.581Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28932026-03-03T00:36:10.123Z Compiling uzers v0.12.2
28942026-03-03T00:36:12.702Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28952026-03-03T00:36:13.462Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28962026-03-03T00:36:20.593Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28972026-03-03T00:36:48.487Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28982026-03-03T00:36:56.307Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28992026-03-03T00:37:01.200Z Compiling support-bundle-viewer v0.1.2
29002026-03-03T00:37:04.848Z Compiling multimap v0.10.1
29012026-03-03T00:39:12.105Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29022026-03-03T00:39:31.511Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29032026-03-03T00:50:59.616Z Finished `release` profile [optimized] target(s) in 25m 43s
29042026-03-03T00:51:59.065Z
29052026-03-03T00:51:59.068Zreal 26:44.238987398
29062026-03-03T00:51:59.068Zuser 3:10:05.311422186
29072026-03-03T00:51:59.068Zsys 5:08.482321743
29082026-03-03T00:51:59.068Ztrap 5.303978328
29092026-03-03T00:51:59.068Ztflt 2.425846967
29102026-03-03T00:51:59.068Zdflt 6.782342769
29112026-03-03T00:51:59.068Zkflt 0.000700091
29122026-03-03T00:51:59.068Zlock 12:38:03.789785942
29132026-03-03T00:51:59.068Zslp 9:21:03.997095903
29142026-03-03T00:51:59.068Zlat 4:57.635792809
29152026-03-03T00:51:59.068Zstop 4:53.221570814
29162026-03-03T00:51:59.068Z+ mapfile -t packages
29172026-03-03T00:51:59.068Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29182026-03-03T00:52:00.517Z Finished `release` profile [optimized] target(s) in 1.38s
29192026-03-03T00:52:00.585Z Running `target/release/omicron-package -t test list-outputs`
29202026-03-03T00:52:00.643ZLogging to: /work/oxidecomputer/omicron/out/LOG
29212026-03-03T00:52:00.645Z+ ptime -m cargo build --locked --release -p xtask
29222026-03-03T00:52:01.495Z Compiling libc v0.2.180
29232026-03-03T00:52:01.495Z Compiling serde v1.0.228
29242026-03-03T00:52:01.499Z Compiling serde_core v1.0.228
29252026-03-03T00:52:01.499Z Compiling syn v2.0.117
29262026-03-03T00:52:01.622Z Compiling rustix v1.1.3
29272026-03-03T00:52:01.678Z Compiling serde_json v1.0.149
29282026-03-03T00:52:01.678Z Compiling bitflags v2.11.0
29292026-03-03T00:52:02.128Z Compiling num-traits v0.2.19
29302026-03-03T00:52:02.264Z Compiling hashbrown v0.16.1
29312026-03-03T00:52:02.299Z Compiling smallvec v1.15.1
29322026-03-03T00:52:02.819Z Compiling usdt-impl v0.5.0
29332026-03-03T00:52:02.971Z Compiling syn v1.0.109
29342026-03-03T00:52:03.414Z Compiling errno v0.3.14
29352026-03-03T00:52:03.553Z Compiling thread-id v4.2.2
29362026-03-03T00:52:03.708Z Compiling indexmap v2.13.0
29372026-03-03T00:52:03.728Z Compiling log v0.4.29
29382026-03-03T00:52:03.764Z Compiling getrandom v0.4.1
29392026-03-03T00:52:04.206Z Compiling percent-encoding v2.3.2
29402026-03-03T00:52:04.794Z Compiling form_urlencoded v1.2.2
29412026-03-03T00:52:05.407Z Compiling ordered-float v2.10.1
29422026-03-03T00:52:06.087Z Compiling fs-err v3.3.0
29432026-03-03T00:52:06.168Z Compiling terminal_size v0.4.3
29442026-03-03T00:52:06.466Z Compiling heck v0.4.1
29452026-03-03T00:52:06.487Z Compiling anyhow v1.0.102
29462026-03-03T00:52:07.100Z Compiling once_cell v1.21.3
29472026-03-03T00:52:07.240Z Compiling proc-macro-error v1.0.4
29482026-03-03T00:52:07.606Z Compiling clap_builder v4.5.60
29492026-03-03T00:52:07.859Z Compiling tempfile v3.25.0
29502026-03-03T00:52:08.715Z Compiling synstructure v0.13.2
29512026-03-03T00:52:08.888Z Compiling pest_generator v2.8.6
29522026-03-03T00:52:09.265Z Compiling tabled_derive v0.7.0
29532026-03-03T00:52:09.681Z Compiling memmap v0.7.0
29542026-03-03T00:52:09.802Z Compiling textwrap v0.16.2
29552026-03-03T00:52:10.504Z Compiling camino-tempfile v1.4.1
29562026-03-03T00:52:11.221Z Compiling tabled v0.15.0
29572026-03-03T00:52:11.738Z Compiling serde_derive v1.0.228
29582026-03-03T00:52:12.089Z Compiling zerofrom-derive v0.1.6
29592026-03-03T00:52:12.107Z Compiling yoke-derive v0.8.1
29602026-03-03T00:52:12.110Z Compiling zerovec-derive v0.11.2
29612026-03-03T00:52:12.194Z Compiling displaydoc v0.2.5
29622026-03-03T00:52:13.698Z Compiling thiserror-impl v1.0.69
29632026-03-03T00:52:14.518Z Compiling zerocopy-derive v0.7.35
29642026-03-03T00:52:14.585Z Compiling pest_derive v2.8.6
29652026-03-03T00:52:14.887Z Compiling zerofrom v0.1.6
29662026-03-03T00:52:15.174Z Compiling yoke v0.8.1
29672026-03-03T00:52:15.423Z Compiling scroll_derive v0.12.1
29682026-03-03T00:52:15.628Z Compiling zerovec v0.11.5
29692026-03-03T00:52:16.310Z Compiling zerotrie v0.2.3
29702026-03-03T00:52:16.452Z Compiling thiserror v1.0.69
29712026-03-03T00:52:16.668Z Compiling zerocopy v0.7.35
29722026-03-03T00:52:16.927Z Compiling scroll v0.12.0
29732026-03-03T00:52:17.173Z Compiling tinystr v0.8.2
29742026-03-03T00:52:17.313Z Compiling potential_utf v0.1.4
29752026-03-03T00:52:17.636Z Compiling icu_locale_core v2.1.1
29762026-03-03T00:52:17.674Z Compiling icu_collections v2.1.1
29772026-03-03T00:52:17.703Z Compiling dtrace-parser v0.2.0
29782026-03-03T00:52:18.370Z Compiling goblin v0.8.2
29792026-03-03T00:52:20.083Z Compiling icu_provider v2.1.1
29802026-03-03T00:52:20.767Z Compiling icu_normalizer v2.1.1
29812026-03-03T00:52:20.976Z Compiling icu_properties v2.1.2
29822026-03-03T00:52:21.030Z Compiling toml_datetime v0.6.11
29832026-03-03T00:52:21.955Z Compiling serde_spanned v0.6.9
29842026-03-03T00:52:22.306Z Compiling toml_edit v0.22.27
29852026-03-03T00:52:23.594Z Compiling idna_adapter v1.2.1
29862026-03-03T00:52:23.707Z Compiling dof v0.3.0
29872026-03-03T00:52:23.871Z Compiling idna v1.1.0
29882026-03-03T00:52:25.153Z Compiling serde_tokenstream v0.2.3
29892026-03-03T00:52:25.797Z Compiling thiserror-impl v2.0.18
29902026-03-03T00:52:28.770Z Compiling toml v0.8.23
29912026-03-03T00:52:28.878Z Compiling thiserror v2.0.18
29922026-03-03T00:52:29.120Z Compiling url v2.5.8
29932026-03-03T00:52:31.026Z Compiling serde-value v0.7.0
29942026-03-03T00:52:32.991Z Compiling cargo-util-schemas v0.8.2
29952026-03-03T00:52:34.677Z Compiling usdt-attr-macro v0.5.0
29962026-03-03T00:52:34.984Z Compiling usdt-macro v0.5.0
29972026-03-03T00:52:36.097Z Compiling cargo-platform v0.2.0
29982026-03-03T00:52:36.272Z Compiling clap_derive v4.5.55
29992026-03-03T00:52:37.394Z Compiling cargo_metadata v0.21.0
30002026-03-03T00:52:37.876Z Compiling usdt v0.5.0
30012026-03-03T00:52:38.892Z Compiling cargo_toml v0.21.0
30022026-03-03T00:52:39.320Z Compiling macaddr v1.0.1
30032026-03-03T00:52:40.555Z Compiling clap v4.5.60
30042026-03-03T00:52:50.335Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30052026-03-03T00:52:56.531Z Finished `release` profile [optimized] target(s) in 55.81s
30062026-03-03T00:52:56.687Z
30072026-03-03T00:52:56.690Zreal 55.996463302
30082026-03-03T00:52:56.690Zuser 6:00.058467848
30092026-03-03T00:52:56.690Zsys 28.394262115
30102026-03-03T00:52:56.690Ztrap 0.210663420
30112026-03-03T00:52:56.690Ztflt 0.242259390
30122026-03-03T00:52:56.690Zdflt 0.373170947
30132026-03-03T00:52:56.690Zkflt 0.000001499
30142026-03-03T00:52:56.690Zlock 17:42.320627520
30152026-03-03T00:52:56.690Zslp 20:05.506982824
30162026-03-03T00:52:56.690Zlat 23.326704010
30172026-03-03T00:52:56.690Zstop 35.389311986
30182026-03-03T00:52:56.690Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30192026-03-03T00:52:56.690Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30202026-03-03T00:52:56.690Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30212026-03-03T00:52:56.690Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30222026-03-03T00:52:56.690Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30232026-03-03T00:52:58.160Z Compiling regress v0.10.5
30242026-03-03T00:52:58.329Z Compiling serde_spanned v1.0.4
30252026-03-03T00:52:58.332Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30262026-03-03T00:52:58.332Z Compiling toml_writer v1.0.6+spec-1.1.0
30272026-03-03T00:52:58.364Z Compiling structmeta-derive v0.3.0
30282026-03-03T00:52:58.367Z Compiling rustls v0.22.4
30292026-03-03T00:52:58.387Z Compiling rustls-webpki v0.102.8
30302026-03-03T00:52:58.411Z Compiling newtype-uuid-macros v0.1.0
30312026-03-03T00:52:58.577Z Compiling multer v3.1.0
30322026-03-03T00:52:58.739Z Compiling toml v0.9.12+spec-1.1.0
30332026-03-03T00:52:58.817Z Compiling debug-ignore v1.0.5
30342026-03-03T00:52:58.919Z Compiling match_cfg v0.1.0
30352026-03-03T00:52:59.007Z Compiling slog-json v2.6.1
30362026-03-03T00:52:59.050Z Compiling async-stream-impl v0.3.6
30372026-03-03T00:52:59.077Z Compiling hostname v0.3.1
30382026-03-03T00:52:59.379Z Compiling dropshot v0.16.7
30392026-03-03T00:52:59.875Z Compiling slog-bunyan v2.5.0
30402026-03-03T00:53:00.176Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30412026-03-03T00:53:00.244Z Compiling itertools v0.14.0
30422026-03-03T00:53:00.417Z Compiling async-stream v0.3.6
30432026-03-03T00:53:00.747Z Compiling waitgroup v0.1.2
30442026-03-03T00:53:00.934Z Compiling structmeta v0.3.0
30452026-03-03T00:53:01.024Z Compiling rustls-pemfile v2.2.0
30462026-03-03T00:53:01.100Z Compiling dropshot_endpoint v0.16.7
30472026-03-03T00:53:01.408Z Compiling serde_path_to_error v0.1.20
30482026-03-03T00:53:01.434Z Compiling hostname v0.4.2
30492026-03-03T00:53:01.705Z Compiling derive-ex v0.1.8
30502026-03-03T00:53:01.773Z Compiling progenitor-client v0.13.0
30512026-03-03T00:53:02.037Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30522026-03-03T00:53:02.262Z Compiling macaddr v1.0.1
30532026-03-03T00:53:02.427Z Compiling progenitor-client v0.10.0
30542026-03-03T00:53:02.452Z Compiling instant v0.1.13
30552026-03-03T00:53:02.658Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30562026-03-03T00:53:02.766Z Compiling parse-display-derive v0.10.0
30572026-03-03T00:53:03.016Z Compiling backoff v0.4.0
30582026-03-03T00:53:03.282Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30592026-03-03T00:53:03.406Z Compiling backon v1.6.0
30602026-03-03T00:53:03.452Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30612026-03-03T00:53:03.701Z Compiling tokio-rustls v0.25.0
30622026-03-03T00:53:03.836Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30632026-03-03T00:53:04.069Z Compiling crucible-workspace-hack v0.1.0
30642026-03-03T00:53:04.187Z Compiling cfg_aliases v0.2.1
30652026-03-03T00:53:04.343Z Compiling toml_edit v0.23.10+spec-1.0.0
30662026-03-03T00:53:04.666Z Compiling heapless v0.8.0
30672026-03-03T00:53:05.321Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30682026-03-03T00:53:05.798Z Compiling proc-macro-crate v3.4.0
30692026-03-03T00:53:05.959Z Compiling test-strategy v0.4.5
30702026-03-03T00:53:06.359Z Compiling ingot-macros v0.1.1
30712026-03-03T00:53:06.389Z Compiling hash32 v0.3.1
30722026-03-03T00:53:06.699Z Compiling memoffset v0.9.1
30732026-03-03T00:53:06.820Z Compiling parse-display v0.10.0
30742026-03-03T00:53:06.927Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30752026-03-03T00:53:07.083Z Compiling smoltcp v0.11.0
30762026-03-03T00:53:07.350Z Compiling num_enum_derive v0.7.5
30772026-03-03T00:53:07.418Z Compiling tabwriter v1.4.1
30782026-03-03T00:53:07.793Z Compiling cobs v0.3.0
30792026-03-03T00:53:07.863Z Compiling foreign-types-macros v0.2.3
30802026-03-03T00:53:07.890Z Compiling cpufeatures v0.3.0
30812026-03-03T00:53:08.047Z Compiling foreign-types-shared v0.3.1
30822026-03-03T00:53:08.181Z Compiling postcard v1.1.3
30832026-03-03T00:53:08.229Z Compiling chacha20 v0.10.0
30842026-03-03T00:53:09.158Z Compiling foreign-types v0.5.0
30852026-03-03T00:53:09.203Z Compiling proc-macro-crate v1.3.1
30862026-03-03T00:53:09.313Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30872026-03-03T00:53:09.343Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30882026-03-03T00:53:09.637Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
30892026-03-03T00:53:09.789Z Compiling num_enum v0.7.5
30902026-03-03T00:53:10.014Z Compiling secrecy v0.10.3
30912026-03-03T00:53:10.041Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30922026-03-03T00:53:10.180Z Compiling cstr-argument v0.1.2
30932026-03-03T00:53:10.207Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30942026-03-03T00:53:10.320Z Compiling colored v3.1.1
30952026-03-03T00:53:10.441Z Compiling unsafe-libyaml v0.2.11
30962026-03-03T00:53:10.582Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30972026-03-03T00:53:10.649Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30982026-03-03T00:53:10.760Z Compiling num_enum_derive v0.5.11
30992026-03-03T00:53:10.864Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31002026-03-03T00:53:11.136Z Compiling rand v0.10.0
31012026-03-03T00:53:11.163Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31022026-03-03T00:53:11.267Z Compiling nix v0.30.1
31032026-03-03T00:53:12.154Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31042026-03-03T00:53:12.209Z Compiling serde_yaml v0.9.34+deprecated
31052026-03-03T00:53:12.367Z Compiling camino-tempfile v1.4.1
31062026-03-03T00:53:12.860Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31072026-03-03T00:53:13.146Z Compiling num_enum v0.5.11
31082026-03-03T00:53:13.362Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31092026-03-03T00:53:13.452Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31102026-03-03T00:53:13.504Z Compiling ingot-types v0.1.2
31112026-03-03T00:53:13.531Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31122026-03-03T00:53:13.686Z Compiling smf v0.2.3
31132026-03-03T00:53:14.004Z Compiling num-derive v0.4.2
31142026-03-03T00:53:14.007Z Compiling sigpipe v0.1.3
31152026-03-03T00:53:14.210Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31162026-03-03T00:53:14.458Z Compiling ingot v0.1.1
31172026-03-03T00:53:14.608Z Compiling glob v0.3.3
31182026-03-03T00:53:14.978Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31192026-03-03T00:53:15.481Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31202026-03-03T00:53:16.021Z Compiling whoami v1.6.1
31212026-03-03T00:53:16.261Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31222026-03-03T00:53:16.451Z Compiling toml v0.8.23
31232026-03-03T00:53:16.647Z Compiling convert_case v0.4.0
31242026-03-03T00:53:16.859Z Compiling universal-hash v0.5.1
31252026-03-03T00:53:17.139Z Compiling opaque-debug v0.3.1
31262026-03-03T00:53:17.182Z Compiling half v2.7.1
31272026-03-03T00:53:17.291Z Compiling ciborium-io v0.2.2
31282026-03-03T00:53:17.493Z Compiling aead v0.5.2
31292026-03-03T00:53:17.595Z Compiling derive_more v0.99.20
31302026-03-03T00:53:17.931Z Compiling ciborium-ll v0.2.2
31312026-03-03T00:53:17.953Z Compiling poly1305 v0.8.0
31322026-03-03T00:53:18.053Z Compiling chacha20 v0.9.1
31332026-03-03T00:53:18.410Z Compiling ciborium v0.2.2
31342026-03-03T00:53:18.618Z Compiling typify-impl v0.6.1
31352026-03-03T00:53:19.078Z Compiling typify-impl v0.4.3
31362026-03-03T00:53:19.120Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31372026-03-03T00:53:19.665Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31382026-03-03T00:53:19.732Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31392026-03-03T00:53:19.835Z Compiling thiserror-impl-no-std v2.0.2
31402026-03-03T00:53:20.262Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31412026-03-03T00:53:20.425Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31422026-03-03T00:53:22.778Z Compiling thiserror-no-std v2.0.2
31432026-03-03T00:53:22.959Z Compiling num-rational v0.4.2
31442026-03-03T00:53:23.558Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31452026-03-03T00:53:24.432Z Compiling password-hash v0.5.0
31462026-03-03T00:53:24.559Z Compiling blake2 v0.10.6
31472026-03-03T00:53:25.418Z Compiling num-complex v0.4.6
31482026-03-03T00:53:25.590Z Compiling indent_write v2.2.0
31492026-03-03T00:53:25.675Z Compiling prettyplease v0.2.37
31502026-03-03T00:53:25.883Z Compiling argon2 v0.5.3
31512026-03-03T00:53:25.950Z Compiling vsss-rs v3.3.4
31522026-03-03T00:53:26.170Z Compiling chacha20poly1305 v0.10.1
31532026-03-03T00:53:26.411Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31542026-03-03T00:53:26.474Z Compiling num v0.4.3
31552026-03-03T00:53:26.619Z Compiling float-ord v0.3.2
31562026-03-03T00:53:26.774Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31572026-03-03T00:53:28.765Z Compiling gethostname v0.5.0
31582026-03-03T00:53:28.974Z Compiling usdt-macro v0.5.0
31592026-03-03T00:53:29.010Z Compiling usdt-attr-macro v0.5.0
31602026-03-03T00:53:29.928Z Compiling derive-where v1.6.0
31612026-03-03T00:53:30.238Z Compiling memmap v0.7.0
31622026-03-03T00:53:30.549Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31632026-03-03T00:53:30.579Z Compiling atomicwrites v0.4.4
31642026-03-03T00:53:30.622Z Compiling cancel-safe-futures v0.1.5
31652026-03-03T00:53:30.681Z Compiling usdt v0.5.0
31662026-03-03T00:53:30.864Z Compiling typify-macro v0.6.1
31672026-03-03T00:53:30.961Z Compiling owo-colors v4.3.0
31682026-03-03T00:53:31.101Z Compiling libsw-core v0.3.2
31692026-03-03T00:53:31.166Z Compiling typify-macro v0.4.3
31702026-03-03T00:53:31.198Z Compiling async-recursion v1.1.1
31712026-03-03T00:53:31.433Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31722026-03-03T00:53:31.677Z Compiling resolv-conf v0.7.6
31732026-03-03T00:53:32.480Z Compiling libsw v3.5.0
31742026-03-03T00:53:32.719Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31752026-03-03T00:53:33.060Z Compiling progenitor-client v0.11.2
31762026-03-03T00:53:33.500Z Compiling libefi-sys v0.1.0
31772026-03-03T00:53:33.696Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31782026-03-03T00:53:33.885Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31792026-03-03T00:53:33.927Z Compiling linear-map v1.2.0
31802026-03-03T00:53:34.017Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31812026-03-03T00:53:34.354Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31822026-03-03T00:53:34.923Z Compiling typify v0.6.1
31832026-03-03T00:53:35.139Z Compiling progenitor-impl v0.13.0
31842026-03-03T00:53:35.182Z Compiling typify v0.4.3
31852026-03-03T00:53:35.404Z Compiling progenitor-impl v0.11.2
31862026-03-03T00:53:36.071Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31872026-03-03T00:53:36.557Z Compiling hickory-proto v0.24.4
31882026-03-03T00:53:36.636Z Compiling newline-converter v0.3.0
31892026-03-03T00:53:36.825Z Compiling console v0.15.11
31902026-03-03T00:53:36.857Z Compiling bitfield-struct v0.6.2
31912026-03-03T00:53:38.265Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31922026-03-03T00:53:38.330Z Compiling linked-hash-map v0.5.6
31932026-03-03T00:53:38.378Z Compiling semver v0.1.20
31942026-03-03T00:53:38.444Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31952026-03-03T00:53:38.682Z Compiling lru-cache v0.1.2
31962026-03-03T00:53:38.974Z Compiling rustc_version v0.1.7
31972026-03-03T00:53:39.003Z Compiling expectorate v1.2.0
31982026-03-03T00:53:39.157Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31992026-03-03T00:53:39.471Z Compiling pin-project-internal v1.1.11
32002026-03-03T00:53:39.798Z Compiling slog-dtrace v0.3.0
32012026-03-03T00:53:40.215Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-03-03T00:53:40.396Z Compiling minimal-lexical v0.2.1
32032026-03-03T00:53:40.977Z Compiling nom v7.1.3
32042026-03-03T00:53:42.155Z Compiling progenitor-macro v0.13.0
32052026-03-03T00:53:42.259Z Compiling pin-project v1.1.11
32062026-03-03T00:53:42.472Z Compiling hickory-resolver v0.24.4
32072026-03-03T00:53:42.536Z Compiling progenitor-macro v0.11.2
32082026-03-03T00:53:42.761Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32092026-03-03T00:53:44.606Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-03-03T00:53:44.775Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32112026-03-03T00:53:45.218Z Compiling newtype_derive v0.1.6
32122026-03-03T00:53:45.491Z Compiling tokio-dtrace v0.1.1
32132026-03-03T00:53:45.611Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32142026-03-03T00:53:46.029Z Compiling phf_shared v0.12.1
32152026-03-03T00:53:46.459Z Compiling snafu-derive v0.8.9
32162026-03-03T00:53:46.744Z Compiling dropshot-api-manager-types v0.5.2
32172026-03-03T00:53:47.542Z Compiling pem v3.0.6
32182026-03-03T00:53:47.904Z Compiling csv-core v0.1.13
32192026-03-03T00:53:48.308Z Compiling xshell-macros v0.2.7
32202026-03-03T00:53:48.482Z Compiling same-file v1.0.6
32212026-03-03T00:53:48.536Z Compiling highway v1.3.0
32222026-03-03T00:53:48.837Z Compiling chrono-tz v0.10.4
32232026-03-03T00:53:49.124Z Compiling xshell v0.2.7
32242026-03-03T00:53:49.284Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32252026-03-03T00:53:49.410Z Compiling walkdir v2.5.0
32262026-03-03T00:53:50.141Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32272026-03-03T00:53:50.292Z Compiling const_format_proc_macros v0.2.34
32282026-03-03T00:53:50.631Z Compiling csv v1.4.0
32292026-03-03T00:53:51.404Z Compiling snafu v0.8.9
32302026-03-03T00:53:52.010Z Compiling phf v0.12.1
32312026-03-03T00:53:52.309Z Compiling oxide-tokio-rt v0.1.2
32322026-03-03T00:53:52.342Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32332026-03-03T00:53:52.658Z Compiling qorb v0.4.1
32342026-03-03T00:53:53.149Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32352026-03-03T00:53:53.533Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32362026-03-03T00:53:54.194Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32372026-03-03T00:53:55.073Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32382026-03-03T00:53:55.103Z Compiling progenitor v0.13.0
32392026-03-03T00:53:55.306Z Compiling progenitor v0.11.2
32402026-03-03T00:53:55.372Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32412026-03-03T00:53:55.586Z Compiling globset v0.4.18
32422026-03-03T00:53:55.797Z Compiling olpc-cjson v0.1.4
32432026-03-03T00:53:56.178Z Compiling primeorder v0.13.6
32442026-03-03T00:53:56.337Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32452026-03-03T00:53:56.798Z Compiling serde_plain v1.0.2
32462026-03-03T00:53:57.243Z Compiling base64 v0.21.7
32472026-03-03T00:53:57.249Z Compiling typed-path v0.9.3
32482026-03-03T00:53:57.337Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32492026-03-03T00:53:57.406Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32502026-03-03T00:53:57.963Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32512026-03-03T00:53:59.455Z Compiling tough v0.20.0
32522026-03-03T00:54:00.316Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32532026-03-03T00:54:00.693Z Compiling const_format v0.2.35
32542026-03-03T00:54:01.462Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32552026-03-03T00:54:02.330Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32562026-03-03T00:54:03.526Z Compiling progenitor-impl v0.10.0
32572026-03-03T00:54:04.685Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32582026-03-03T00:54:05.068Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32592026-03-03T00:54:06.349Z Compiling tabled_derive v0.7.0
32602026-03-03T00:54:07.125Z Compiling bcs v0.1.6
32612026-03-03T00:54:07.265Z Compiling salty v0.3.0
32622026-03-03T00:54:07.585Z Compiling termtree v0.5.1
32632026-03-03T00:54:07.779Z Compiling radium v0.7.0
32642026-03-03T00:54:07.859Z Compiling textwrap v0.16.2
32652026-03-03T00:54:07.905Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32662026-03-03T00:54:08.384Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32672026-03-03T00:54:08.694Z Compiling tabled v0.15.0
32682026-03-03T00:54:08.931Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32692026-03-03T00:54:09.370Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32702026-03-03T00:54:09.508Z Compiling steno v0.4.1
32712026-03-03T00:54:09.777Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32722026-03-03T00:54:10.432Z Compiling progenitor-macro v0.10.0
32732026-03-03T00:54:11.008Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32742026-03-03T00:54:14.363Z Compiling humantime v2.3.0
32752026-03-03T00:54:14.398Z Compiling tap v1.0.1
32762026-03-03T00:54:14.398Z Compiling utf-8 v0.7.6
32772026-03-03T00:54:14.398Z Compiling maybe-uninit v2.0.0
32782026-03-03T00:54:14.398Z Compiling tungstenite v0.21.0
32792026-03-03T00:54:14.398Z Compiling wyz v0.5.1
32802026-03-03T00:54:14.398Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32812026-03-03T00:54:14.840Z Compiling p384 v0.13.1
32822026-03-03T00:54:15.492Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32832026-03-03T00:54:15.678Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32842026-03-03T00:54:15.708Z Compiling arc-swap v1.8.2
32852026-03-03T00:54:16.220Z Compiling funty v2.0.0
32862026-03-03T00:54:16.378Z Compiling packed_struct v0.10.1
32872026-03-03T00:54:16.634Z Compiling tagptr v0.2.0
32882026-03-03T00:54:16.951Z Compiling moka v0.12.13
32892026-03-03T00:54:16.999Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32902026-03-03T00:54:17.038Z Compiling slog-scope v4.4.1
32912026-03-03T00:54:17.562Z Compiling bitvec v1.0.1
32922026-03-03T00:54:17.891Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32932026-03-03T00:54:18.862Z Compiling tokio-tungstenite v0.21.0
32942026-03-03T00:54:19.713Z Compiling polyval v0.6.2
32952026-03-03T00:54:20.206Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32962026-03-03T00:54:20.488Z Compiling packed_struct_codegen v0.10.1
32972026-03-03T00:54:20.923Z Compiling bitfield-macros v0.19.4
32982026-03-03T00:54:21.330Z Compiling zerocopy-derive v0.6.6
32992026-03-03T00:54:22.620Z Compiling proc-macro-error-attr2 v2.0.0
33002026-03-03T00:54:22.903Z Compiling indexmap v1.9.3
33012026-03-03T00:54:23.196Z Compiling nodrop v0.1.14
33022026-03-03T00:54:23.292Z Compiling crc-catalog v2.4.0
33032026-03-03T00:54:23.366Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33042026-03-03T00:54:23.397Z Compiling parking_lot_core v0.8.6
33052026-03-03T00:54:23.490Z Compiling crc v3.4.0
33062026-03-03T00:54:23.497Z Compiling proc-macro-error2 v2.0.1
33072026-03-03T00:54:23.613Z Compiling progenitor v0.10.0
33082026-03-03T00:54:23.718Z Compiling zerocopy v0.6.6
33092026-03-03T00:54:23.801Z Compiling array-init v0.0.4
33102026-03-03T00:54:23.973Z Compiling bitfield v0.19.4
33112026-03-03T00:54:24.006Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33122026-03-03T00:54:24.115Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33132026-03-03T00:54:24.553Z Compiling ghash v0.5.1
33142026-03-03T00:54:24.810Z Compiling smallvec v0.6.14
33152026-03-03T00:54:24.838Z Compiling hickory-resolver v0.25.2
33162026-03-03T00:54:24.866Z Compiling slog-stdlog v4.1.1
33172026-03-03T00:54:25.304Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33182026-03-03T00:54:25.329Z Compiling nix v0.31.1
33192026-03-03T00:54:26.046Z Compiling git-stub v1.0.0
33202026-03-03T00:54:26.120Z Compiling ctr v0.9.2
33212026-03-03T00:54:26.198Z Compiling num-derive v0.3.3
33222026-03-03T00:54:26.283Z Compiling lzma-sys v0.1.20
33232026-03-03T00:54:26.557Z Compiling unicase v2.9.0
33242026-03-03T00:54:26.599Z Compiling hashbrown v0.12.3
33252026-03-03T00:54:27.070Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33262026-03-03T00:54:27.261Z Compiling mime_guess v2.0.5
33272026-03-03T00:54:27.517Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33282026-03-03T00:54:27.724Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33292026-03-03T00:54:27.874Z Compiling aes-gcm v0.10.3
33302026-03-03T00:54:28.257Z Compiling git-stub-vcs v0.1.0
33312026-03-03T00:54:28.462Z Compiling libscf-sys v1.1.0
33322026-03-03T00:54:28.501Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33332026-03-03T00:54:28.719Z Compiling serde-hex v0.1.0
33342026-03-03T00:54:28.746Z Compiling slog-envlogger v2.2.0
33352026-03-03T00:54:29.007Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33362026-03-03T00:54:29.418Z Compiling tabled_derive v0.11.0
33372026-03-03T00:54:29.586Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33382026-03-03T00:54:30.596Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33392026-03-03T00:54:31.761Z Compiling ron v0.8.1
33402026-03-03T00:54:32.256Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33412026-03-03T00:54:33.403Z Compiling papergrid v0.17.0
33422026-03-03T00:54:33.458Z Compiling cargo_toml v0.22.3
33432026-03-03T00:54:34.166Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33442026-03-03T00:54:35.056Z Compiling hashbrown v0.13.2
33452026-03-03T00:54:35.407Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33462026-03-03T00:54:36.172Z Compiling testing_table v0.3.0
33472026-03-03T00:54:36.498Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33482026-03-03T00:54:37.033Z Compiling ssh-encoding v0.2.0
33492026-03-03T00:54:37.645Z Compiling blowfish v0.9.1
33502026-03-03T00:54:37.733Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33512026-03-03T00:54:37.942Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33522026-03-03T00:54:38.204Z Compiling nibble_vec v0.1.0
33532026-03-03T00:54:38.365Z Compiling corncobs v0.1.4
33542026-03-03T00:54:38.433Z Compiling endian-type v0.1.2
33552026-03-03T00:54:38.482Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33562026-03-03T00:54:38.736Z Compiling crc-any v2.5.0
33572026-03-03T00:54:38.740Z Compiling radix_trie v0.2.1
33582026-03-03T00:54:38.910Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33592026-03-03T00:54:39.281Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33602026-03-03T00:54:39.406Z Compiling bcrypt-pbkdf v0.10.0
33612026-03-03T00:54:39.432Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33622026-03-03T00:54:39.595Z Compiling ssh-cipher v0.2.0
33632026-03-03T00:54:39.905Z Compiling tabled v0.20.0
33642026-03-03T00:54:40.105Z Compiling object v0.30.4
33652026-03-03T00:54:40.983Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33662026-03-03T00:54:41.001Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33672026-03-03T00:54:41.474Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33682026-03-03T00:54:42.981Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33692026-03-03T00:54:43.350Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33702026-03-03T00:54:43.379Z Compiling parking_lot v0.11.2
33712026-03-03T00:54:43.638Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33722026-03-03T00:54:44.293Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33732026-03-03T00:54:45.342Z Compiling prefix-trie v0.7.0
33742026-03-03T00:54:45.408Z Compiling password-hash v0.4.2
33752026-03-03T00:54:45.689Z Compiling fxhash v0.2.1
33762026-03-03T00:54:45.960Z Compiling secrecy v0.8.0
33772026-03-03T00:54:46.094Z Compiling http-range v0.1.5
33782026-03-03T00:54:46.186Z Compiling half v1.8.3
33792026-03-03T00:54:46.253Z Compiling path-slash v0.1.5
33802026-03-03T00:54:46.449Z Compiling hickory-server v0.25.2
33812026-03-03T00:54:46.532Z Compiling pbkdf2 v0.11.0
33822026-03-03T00:54:46.820Z Compiling serde_cbor v0.11.2
33832026-03-03T00:54:46.960Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33842026-03-03T00:54:48.167Z Compiling sled v0.34.7
33852026-03-03T00:54:48.291Z Compiling xz2 v0.1.7
33862026-03-03T00:54:48.797Z Compiling ron v0.12.0
33872026-03-03T00:54:49.238Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33882026-03-03T00:54:49.929Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33892026-03-03T00:54:50.740Z Compiling ssh-key v0.6.7
33902026-03-03T00:54:50.921Z Compiling hickory-client v0.25.2
33912026-03-03T00:54:51.614Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33922026-03-03T00:54:51.895Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33932026-03-03T00:54:52.359Z Compiling p521 v0.13.3
33942026-03-03T00:54:53.018Z Compiling p256 v0.13.2
33952026-03-03T00:54:53.908Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33962026-03-03T00:54:54.014Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33972026-03-03T00:54:54.664Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
33982026-03-03T00:54:54.851Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33992026-03-03T00:54:55.690Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34002026-03-03T00:54:55.997Z Compiling yasna v0.5.2
34012026-03-03T00:54:56.356Z Compiling kstat-rs v0.2.4
34022026-03-03T00:54:57.039Z Compiling headers-core v0.3.0
34032026-03-03T00:54:57.286Z Compiling nanorand v0.7.0
34042026-03-03T00:54:57.315Z Compiling russh-cryptovec v0.7.3
34052026-03-03T00:54:57.628Z Compiling atty v0.2.14
34062026-03-03T00:54:57.708Z Compiling base16ct v1.0.0
34072026-03-03T00:54:57.842Z Compiling home v0.5.12
34082026-03-03T00:54:57.869Z Compiling md5 v0.7.0
34092026-03-03T00:54:57.892Z Compiling crc8 v0.1.1
34102026-03-03T00:54:58.067Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34112026-03-03T00:54:58.146Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34122026-03-03T00:54:58.452Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34132026-03-03T00:54:58.803Z Compiling russh-keys v0.45.0
34142026-03-03T00:54:59.761Z Compiling flume v0.11.1
34152026-03-03T00:55:00.475Z Compiling headers v0.4.1
34162026-03-03T00:55:02.228Z Compiling rcgen v0.12.1
34172026-03-03T00:55:02.365Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34182026-03-03T00:55:04.420Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34192026-03-03T00:55:05.526Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34202026-03-03T00:55:06.707Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34212026-03-03T00:55:08.381Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34222026-03-03T00:55:10.471Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34232026-03-03T00:55:10.745Z Compiling hyper-staticfile v0.10.1
34242026-03-03T00:55:11.851Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34252026-03-03T00:55:12.519Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34262026-03-03T00:55:12.758Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34272026-03-03T00:55:12.929Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34282026-03-03T00:55:13.041Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34292026-03-03T00:55:13.178Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34302026-03-03T00:55:14.351Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34312026-03-03T00:55:14.604Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34322026-03-03T00:55:14.824Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34332026-03-03T00:55:15.691Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34342026-03-03T00:55:15.912Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34352026-03-03T00:55:16.219Z Compiling num-bigint v0.4.6
34362026-03-03T00:55:16.251Z Compiling des v0.8.1
34372026-03-03T00:55:16.648Z Compiling subprocess v0.2.15
34382026-03-03T00:55:17.445Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34392026-03-03T00:55:17.631Z Compiling hex-literal v0.4.1
34402026-03-03T00:55:17.866Z Compiling display-error-chain v0.2.2
34412026-03-03T00:55:18.138Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34422026-03-03T00:55:18.250Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34432026-03-03T00:55:18.386Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34442026-03-03T00:55:18.513Z Compiling colored v2.2.0
34452026-03-03T00:55:19.372Z Compiling russh v0.45.0
34462026-03-03T00:55:21.389Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34472026-03-03T00:55:21.900Z Compiling socket2 v0.5.10
34482026-03-03T00:55:22.977Z Compiling internet-checksum v0.2.1
34492026-03-03T00:55:29.758Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34502026-03-03T00:56:11.791Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34512026-03-03T00:56:43.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 46s
34522026-03-03T00:56:43.952Z
34532026-03-03T00:56:43.952Zreal 3:47.180302851
34542026-03-03T00:56:43.952Zuser 20:22.746909796
34552026-03-03T00:56:43.952Zsys 2:43.052915754
34562026-03-03T00:56:43.952Ztrap 0.653973632
34572026-03-03T00:56:43.952Ztflt 0.182372498
34582026-03-03T00:56:43.952Zdflt 0.463490483
34592026-03-03T00:56:43.956Zkflt 0.000138192
34602026-03-03T00:56:43.956Zlock 55:45.750357946
34612026-03-03T00:56:43.957Zslp 1:13:34.247009953
34622026-03-03T00:56:43.957Zlat 1:08.792905481
34632026-03-03T00:56:43.957Zstop 2:52.115091909
34642026-03-03T00:56:43.957Z+ mkdir tests
34652026-03-03T00:56:43.960Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34662026-03-03T00:56:43.960Z+ xargs -I '{}' -t cp '{}' tests/
34672026-03-03T00:56:43.999Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8adadec6e8938757 tests/
34682026-03-03T00:56:44.039Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ab4e7eae1dc28190 tests/
34692026-03-03T00:56:44.076Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-36d083c4f3975527 tests/
34702026-03-03T00:56:44.114Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4ef6c0f480073716 tests/
34712026-03-03T00:56:44.530Z+ 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/*)
34722026-03-03T00:56:44.534Z+ 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-ab4e7eae1dc28190 tests/commtest-36d083c4f3975527 tests/dhcp_server-8adadec6e8938757 tests/end_to_end_tests-4ef6c0f480073716 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
34732026-03-03T00:58:29.483ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34742026-03-03T00:58:29.483Za .github/buildomat/ci-env.sh 1K
34752026-03-03T00:58:29.483Za out/target/test 1K
34762026-03-03T00:58:29.483Za out/npuzone/npuzone 27402K
34772026-03-03T00:58:29.483Za package-manifest.toml 35K
34782026-03-03T00:58:29.483Za smf/sled-agent/non-gimlet/config.toml 6K
34792026-03-03T00:58:29.483Za target/release/omicron-package 41058K
34802026-03-03T00:58:29.483Za target/release/xtask 11359K
34812026-03-03T00:58:29.483Za target/debug/bootstrap 345761K
34822026-03-03T00:58:29.483Za tests/bootstrap-ab4e7eae1dc28190 31480K
34832026-03-03T00:58:29.483Za tests/commtest-36d083c4f3975527 31997K
34842026-03-03T00:58:29.483Za tests/dhcp_server-8adadec6e8938757 31480K
34852026-03-03T00:58:29.483Za tests/end_to_end_tests-4ef6c0f480073716 387370K
34862026-03-03T00:58:29.483Za out/clickhouse.tar.gz 302564K
34872026-03-03T00:58:29.483Za out/clickhouse_keeper.tar.gz 287858K
34882026-03-03T00:58:29.483Za out/clickhouse_server.tar.gz 302563K
34892026-03-03T00:58:29.483Za out/cockroachdb.tar.gz 156106K
34902026-03-03T00:58:29.483Za out/crucible-pantry-zone.tar.gz 38316K
34912026-03-03T00:58:29.483Za out/crucible-utils.tar 17744K
34922026-03-03T00:58:29.483Za out/crucible-zone.tar.gz 52454K
34932026-03-03T00:58:29.483Za out/external-dns.tar.gz 41548K
34942026-03-03T00:58:29.483Za out/internal-dns.tar.gz 41547K
34952026-03-03T00:58:29.483Za out/mg-ddm-gz.tar 86339K
34962026-03-03T00:58:29.483Za out/nexus.tar.gz 210233K
34972026-03-03T00:58:29.483Za out/ntp.tar.gz 22563K
34982026-03-03T00:58:29.483Za out/omicron-gateway-softnpu.tar.gz 28305K
34992026-03-03T00:58:29.483Za out/omicron-sled-agent.tar 184695K
35002026-03-03T00:58:29.483Za out/overlay.tar.gz 3K
35012026-03-03T00:58:29.483Za out/oximeter.tar.gz 57424K
35022026-03-03T00:58:29.483Za out/oxlog.tar 3895K
35032026-03-03T00:58:29.484Za out/probe.tar.gz 3037K
35042026-03-03T00:58:29.484Za out/propolis-server.tar.gz 74633K
35052026-03-03T00:58:29.484Za out/pumpkind-gz.tar 26647K
35062026-03-03T00:58:29.484Za out/switch-softnpu.tar.gz 371178K
35072026-03-03T00:58:29.487Z
35082026-03-03T00:58:29.487Zreal 1:44.943029462
35092026-03-03T00:58:29.487Zuser 1:40.131593011
35102026-03-03T00:58:29.487Zsys 7.151749532
35112026-03-03T00:58:29.487Ztrap 0.025582361
35122026-03-03T00:58:29.487Ztflt 0.000000000
35132026-03-03T00:58:29.487Zdflt 0.000000000
35142026-03-03T00:58:29.487Zkflt 0.000000000
35152026-03-03T00:58:29.487Zlock 0.000000000
35162026-03-03T00:58:29.487Zslp 1:39.714729772
35172026-03-03T00:58:29.487Zlat 2.855907047
35182026-03-03T00:58:29.487Zstop 0.000558408
35192026-03-03T00:58:29.490Zprocess exited: duration 2650522 ms, exit code 0
 
35202026-03-03T00:58:29.506Zfound 1 output files
35212026-03-03T00:58:29.506Zuploading: /work/package.tar.gz (2324258652 bytes)
35222026-03-03T00:59:03.065Zuploaded: /work/package.tar.gz