01KJTEEBPZ9N2FBNC9T03N4VD8: 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: 01KJTEENBXGBMCWNE5J5HEG1X7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-03T18:13:34.080Zjob assigned to worker 01KJTEEPHVK34H9BXZYCS8M4AY [factory gimlet-EVT22200007-propolis, EVT22200007/60047] (queued for 28 s)
 
22026-03-03T18:13:42.945Zstarting task 0: "setup"
32026-03-03T18:13:42.969Z++ uname -s
42026-03-03T18:13:42.970Z+ kern=SunOS
52026-03-03T18:13:42.970Z+ build_user=build
62026-03-03T18:13:42.970Z+ build_uid=12345
72026-03-03T18:13:42.970Z+ work_dir=/work
82026-03-03T18:13:42.970Z+ input_dir=/input
92026-03-03T18:13:42.970Z+ [[ 0 == 12345 ]]
102026-03-03T18:13:42.970Z+ case "$kern" in
112026-03-03T18:13:42.970Z+ groupadd -g 12345 build
122026-03-03T18:13:42.970Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-03T18:13:44.974Z+ zfs create -o mountpoint=/work rpool/work
142026-03-03T18:13:45.017Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-03T18:13:45.041Z+ home_fs=zfs
162026-03-03T18:13:45.041Z+ [[ zfs == autofs ]]
172026-03-03T18:13:45.041Z+ mkdir -p /home/build
182026-03-03T18:13:45.041Z+ chown build:build /home/build /work
192026-03-03T18:13:47.026Z+ chmod 0700 /home/build /work
202026-03-03T18:13:47.051Zprocess exited: duration 4090 ms, exit code 0
 
212026-03-03T18:13:47.103Zstarting task 1: "rust-toolchain"
222026-03-03T18:13:47.127Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-03T18:13:47.127Z * rust toolchain channel = "1.91.1"
242026-03-03T18:13:47.127Z * rust toolchain profile = "default"
252026-03-03T18:13:47.127Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-03T18:13:47.127Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-03T18:13:47.127Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-03T18:13:47.127Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-03T18:13:47.127Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-03T18:13:47.288Zinfo: downloading installer
312026-03-03T18:13:47.798Zwarn: It looks like you have an existing installation of Rust at:
322026-03-03T18:13:47.798Zwarn: /opt/ooce/bin
332026-03-03T18:13:47.798Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-03T18:13:47.798Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-03T18:13:47.798Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-03T18:13:47.798Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-03T18:13:47.798Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-03T18:13:47.798Zerror: cannot install while Rust is installed
392026-03-03T18:13:47.798Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-03T18:13:47.822Zinfo: profile set to 'default'
412026-03-03T18:13:47.822Zinfo: default host triple is x86_64-unknown-illumos
422026-03-03T18:13:47.822Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-03-03T18:13:47.965Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-03-03T18:13:47.966Zinfo: downloading component 'cargo'
452026-03-03T18:13:48.148Zinfo: downloading component 'clippy'
462026-03-03T18:13:48.229Zinfo: downloading component 'rust-docs'
472026-03-03T18:13:48.497Zinfo: downloading component 'rust-std'
482026-03-03T18:13:48.803Zinfo: downloading component 'rustc'
492026-03-03T18:13:50.119Zinfo: downloading component 'rustfmt'
502026-03-03T18:13:50.179Zinfo: installing component 'cargo'
512026-03-03T18:13:51.464Zinfo: installing component 'clippy'
522026-03-03T18:13:51.982Zinfo: installing component 'rust-docs'
532026-03-03T18:13:55.687Zinfo: installing component 'rust-std'
542026-03-03T18:13:57.832Zinfo: installing component 'rustc'
552026-03-03T18:14:06.755Zinfo: installing component 'rustfmt'
562026-03-03T18:14:07.159Z
572026-03-03T18:14:07.159Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
582026-03-03T18:14:07.342Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-03-03T18:14:07.342Z
602026-03-03T18:14:07.342Z
612026-03-03T18:14:07.342ZRust is installed now. Great!
622026-03-03T18:14:07.342Z
632026-03-03T18:14:07.342ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-03T18:14:07.342Zenvironment variable. This has not been done automatically.
652026-03-03T18:14:07.342Z
662026-03-03T18:14:07.342ZTo configure your current shell, you need to source
672026-03-03T18:14:07.342Zthe corresponding env file under $HOME/.cargo.
682026-03-03T18:14:07.342Z
692026-03-03T18:14:07.342ZThis is usually done by running one of the following (note the leading DOT):
702026-03-03T18:14:07.342Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-03T18:14:07.342Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-03T18:14:07.342Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-03T18:14:07.466Z+ rustup --version
742026-03-03T18:14:07.490Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-03T18:14:07.490Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-03T18:14:07.642Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-03-03T18:14:07.667Z+ cargo --version
782026-03-03T18:14:07.774Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-03-03T18:14:07.799Z+ rustc --version
802026-03-03T18:14:07.906Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-03-03T18:14:07.930Zprocess exited: duration 20812 ms, exit code 0
 
822026-03-03T18:14:07.980Zstarting task 2: "authentication"
832026-03-03T18:14:08.065Zprocess exited: duration 84 ms, exit code 0
 
842026-03-03T18:14:08.118Zstarting task 3: "clone repository"
852026-03-03T18:14:08.142Z+ mkdir -p /work/oxidecomputer/omicron
862026-03-03T18:14:08.143Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-03-03T18:14:08.167ZCloning into '/work/oxidecomputer/omicron'...
882026-03-03T18:15:06.929Z+ cd /work/oxidecomputer/omicron
892026-03-03T18:15:06.930Z+ git fetch origin 635e3480f464f3ad214bb06197f8ca055f30000a
902026-03-03T18:15:07.495ZFrom https://github.com/oxidecomputer/omicron
912026-03-03T18:15:07.495Z * branch 635e3480f464f3ad214bb06197f8ca055f30000a -> FETCH_HEAD
922026-03-03T18:15:07.520Z+ [[ -n iliana/brew ]]
932026-03-03T18:15:07.520Z++ git branch --show-current
942026-03-03T18:15:07.544Z+ current=main
952026-03-03T18:15:07.544Z+ [[ main != iliana/brew ]]
962026-03-03T18:15:07.544Z+ git branch -f iliana/brew 635e3480f464f3ad214bb06197f8ca055f30000a
972026-03-03T18:15:07.544Z+ git checkout -f iliana/brew
982026-03-03T18:15:08.120ZSwitched to branch 'iliana/brew'
992026-03-03T18:15:08.147Z+ git reset --hard 635e3480f464f3ad214bb06197f8ca055f30000a
1002026-03-03T18:15:08.172ZHEAD is now at 635e3480f pin postgresql@14 on macOS CI for now
1012026-03-03T18:15:08.172Zprocess exited: duration 60046 ms, exit code 0
 
1022026-03-03T18:15:08.221Zstarting task 4: "build"
1032026-03-03T18:15:08.246Z+ source .github/buildomat/ci-env.sh
1042026-03-03T18:15:08.246Z++ export CARGO_TERM_COLOR=always
1052026-03-03T18:15:08.246Z++ CARGO_TERM_COLOR=always
1062026-03-03T18:15:08.246Z+ cargo --version
1072026-03-03T18:15:08.337Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-03-03T18:15:08.362Z+ rustc --version
1092026-03-03T18:15:08.468Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-03-03T18:15:08.493Z+ WORK=/work
1112026-03-03T18:15:08.493Z+ pfexec mkdir -p /work
1122026-03-03T18:15:08.493Z+ pfexec chown build /work
1132026-03-03T18:15:08.493Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-03-03T18:15:29.580Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-03-03T18:15:50.675Z Startup: Caching catalogs ... Done
1162026-03-03T18:16:31.501ZPlanning: Solver setup ... Done (37.669s)
1172026-03-03T18:16:31.771ZPlanning: Running solver ... Done (0.270s)
1182026-03-03T18:16:31.950ZPlanning: Finding local manifests ... Done (0.002s)
1192026-03-03T18:16:32.031ZPlanning: Fetching manifests: 0/4 0% complete
1202026-03-03T18:16:32.545ZPlanning: Fetching manifests: 4/4 100% complete
1212026-03-03T18:16:32.629ZPlanning: Package planning ... Done (0.083s)
1222026-03-03T18:16:32.716ZPlanning: Merging actions ... Done (0.087s)
1232026-03-03T18:16:33.592ZPlanning: Checking for conflicting actions ... Done (0.875s)
1242026-03-03T18:16:33.620ZPlanning: Consolidating action changes ... Done (0.027s)
1252026-03-03T18:16:34.554ZPlanning: Evaluating mediators ... Done (0.934s)
1262026-03-03T18:16:34.579ZPlanning: Planning completed in 43.74 seconds
1272026-03-03T18:16:34.604Z Packages to install: 4
1282026-03-03T18:16:34.604Z Mediators to change: 2
1292026-03-03T18:16:34.604Z Services to change: 1
1302026-03-03T18:16:34.604Z Estimated space available: 154.93 GB
1312026-03-03T18:16:34.604ZEstimated space to be consumed: 1.82 GB
1322026-03-03T18:16:34.604Z Create boot environment: No
1332026-03-03T18:16:34.605ZCreate backup boot environment: No
1342026-03-03T18:16:34.605Z Rebuild boot archive: No
1352026-03-03T18:16:34.605Z
1362026-03-03T18:16:34.605ZChanged mediators:
1372026-03-03T18:16:34.605Z mediator clang:
1382026-03-03T18:16:34.605Z version: None -> 15 (system default)
1392026-03-03T18:16:34.605Z
1402026-03-03T18:16:34.605Z mediator llvm:
1412026-03-03T18:16:34.605Z version: 14 (system default) -> 15 (system default)
1422026-03-03T18:16:34.605Z
1432026-03-03T18:16:34.605ZChanged packages:
1442026-03-03T18:16:34.605Zhelios-dev
1452026-03-03T18:16:34.605Z developer/build-essential
1462026-03-03T18:16:34.605Z None -> 11-2.0
1472026-03-03T18:16:34.605Z library/libxmlsec1
1482026-03-03T18:16:34.605Z None -> 1.2.35-2.0
1492026-03-03T18:16:34.605Z ooce/developer/clang-15
1502026-03-03T18:16:34.605Z None -> 15.0.7-2.0
1512026-03-03T18:16:34.605Z ooce/developer/llvm-15
1522026-03-03T18:16:34.605Z None -> 15.0.7-2.0
1532026-03-03T18:16:34.605Z
1542026-03-03T18:16:34.605ZServices:
1552026-03-03T18:16:34.605Z restart_fmri:
1562026-03-03T18:16:34.605Z svc:/system/update-man-index:default
1572026-03-03T18:16:34.669Z
1582026-03-03T18:16:34.669ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-03-03T18:16:39.674ZDownload: 1197/3290 items 68.2/212.6MB 32% complete (14.0M/s)
1602026-03-03T18:16:44.673ZDownload: 2196/3290 items 119.1/212.6MB 56% complete (12.0M/s)
1612026-03-03T18:16:49.686ZDownload: 3289/3290 items 212.6/212.6MB 100% complete (14.4M/s)
1622026-03-03T18:16:49.720ZDownload: Completed 212.60 MB in 15.05 seconds (14.1M/s)
1632026-03-03T18:16:49.935Z Actions: 1/3689 actions (Installing new actions)
1642026-03-03T18:16:54.969Z Actions: 3399/3689 actions (Installing new actions)
1652026-03-03T18:16:56.343Z Actions: Completed 3689 actions in 6.41 seconds.
1662026-03-03T18:16:57.206Z Done (0.856s)
1672026-03-03T18:16:57.206Z Done (0.000s)
1682026-03-03T18:16:58.923Z Done (1.717s)
1692026-03-03T18:17:04.977Z Done (5.732s)
1702026-03-03T18:17:05.078Z Done (0.023s)
1712026-03-03T18:17:05.103Z Done (0.000s)
1722026-03-03T18:17:05.257Z Done (0.000s)
1732026-03-03T18:17:06.423ZPlanning: Evaluating mediator changes ... Done
1742026-03-03T18:17:06.732ZPlanning: Checking for conflicting actions ... Done
1752026-03-03T18:17:06.759ZPlanning: Consolidating action changes ... Done
1762026-03-03T18:17:07.155ZPlanning: Evaluating mediators ... Done
1772026-03-03T18:17:07.183ZPlanning: Planning completed in 0.73 seconds
1782026-03-03T18:17:07.212Z Mediators to change: 2
1792026-03-03T18:17:07.212Z Create boot environment: No
1802026-03-03T18:17:07.212ZCreate backup boot environment: No
1812026-03-03T18:17:07.295Z Done
1822026-03-03T18:17:07.296Z Done
1832026-03-03T18:17:08.627Z Done
1842026-03-03T18:17:14.426Z Done
1852026-03-03T18:17:14.534Z Done
1862026-03-03T18:17:14.534Z Done
1872026-03-03T18:17:14.608Z Done
1882026-03-03T18:17:15.448ZPlanning: Evaluating mediator changes ... Done
1892026-03-03T18:17:15.473ZPlanning: Merging actions ... Done
1902026-03-03T18:17:15.726ZPlanning: Checking for conflicting actions ... Done
1912026-03-03T18:17:15.751ZPlanning: Consolidating action changes ... Done
1922026-03-03T18:17:16.098ZPlanning: Evaluating mediators ... Done
1932026-03-03T18:17:16.184ZPlanning: Planning completed in 1.08 seconds
1942026-03-03T18:17:16.236Z Packages to change: 1
1952026-03-03T18:17:16.236Z Mediators to change: 1
1962026-03-03T18:17:16.236Z Services to change: 1
1972026-03-03T18:17:16.236Z Create boot environment: No
1982026-03-03T18:17:16.236ZCreate backup boot environment: Yes
1992026-03-03T18:17:18.490Z Actions: 1/6 actions (Updating modified actions)
2002026-03-03T18:17:18.515Z Actions: Completed 6 actions in 0.00 seconds.
2012026-03-03T18:17:18.515Z Done
2022026-03-03T18:17:18.515Z Done
2032026-03-03T18:17:18.871Z Done
2042026-03-03T18:17:24.934Z Done
2052026-03-03T18:17:25.034Z Done
2062026-03-03T18:17:25.034Z Done
2072026-03-03T18:17:25.102Z Done
2082026-03-03T18:17:25.720ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2092026-03-03T18:17:25.720Zclang system 15 system
2102026-03-03T18:17:25.720Zcsh system system illumos
2112026-03-03T18:17:25.720Zctags system system illumos
2122026-03-03T18:17:25.720Zfile system system illumos
2132026-03-03T18:17:25.720Zgcc vendor 12 vendor
2142026-03-03T18:17:25.720Zgcc system 10 system
2152026-03-03T18:17:25.720Zgcc system 7 system
2162026-03-03T18:17:25.720Zgo system 1.20 system
2172026-03-03T18:17:25.720Zgo system 1.19 system
2182026-03-03T18:17:25.720Zllvm system 15 system
2192026-03-03T18:17:25.720Zllvm system 14 system
2202026-03-03T18:17:25.720Zmariadb system 10.6 system
2212026-03-03T18:17:25.720Zmta vendor vendor dma
2222026-03-03T18:17:25.720Zopenjdk system 17 system
2232026-03-03T18:17:25.720Zopenjdk system 11 system
2242026-03-03T18:17:25.720Zopenjdk system 1.8 system
2252026-03-03T18:17:25.720Zopenssl vendor 3 vendor
2262026-03-03T18:17:25.720Zperl system 5.36 system
2272026-03-03T18:17:25.720Zpostgresql system 15 system
2282026-03-03T18:17:25.720Zpostgresql system 13 system
2292026-03-03T18:17:25.720Zpython vendor 3 vendor
2302026-03-03T18:17:25.721Zpython system 2 system
2312026-03-03T18:17:25.721Zpython3 system 3.11 system
2322026-03-03T18:17:25.721Zruby system 3.0 system
2332026-03-03T18:17:25.721Zwords vendor vendor american-english
2342026-03-03T18:17:25.721Zwords system system australian-english
2352026-03-03T18:17:25.721Zwords system system british-english
2362026-03-03T18:17:25.721Zwords system system canadian-english
2372026-03-03T18:17:25.721Zwords system system french
2382026-03-03T18:17:25.721Zwords system system italian
2392026-03-03T18:17:25.721Zwords system system ngerman
2402026-03-03T18:17:25.721Zwords system system ogerman
2412026-03-03T18:17:25.721Zwords system system spanish
2422026-03-03T18:17:26.178ZPUBLISHER TYPE STATUS P LOCATION
2432026-03-03T18:17:26.178Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2442026-03-03T18:17:37.359ZFMRI IFO
2452026-03-03T18:17:37.359Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2462026-03-03T18:17:37.359Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2472026-03-03T18:17:37.359Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2482026-03-03T18:17:37.359Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2492026-03-03T18:17:37.359Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2502026-03-03T18:17:37.359Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2512026-03-03T18:17:37.359Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2522026-03-03T18:17:37.359Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2532026-03-03T18:17:37.359Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2542026-03-03T18:17:37.359Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2552026-03-03T18:17:37.359Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2562026-03-03T18:17:37.359Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2572026-03-03T18:17:37.359Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2582026-03-03T18:17:37.359Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2592026-03-03T18:17:37.359Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2602026-03-03T18:17:37.359Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2612026-03-03T18:17:38.867Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2622026-03-03T18:17:39.332Z Updating crates.io index
2632026-03-03T18:17:39.377Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642026-03-03T18:17:39.779Z Updating git repository `https://github.com/oxidecomputer/lldp`
2652026-03-03T18:17:40.262Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662026-03-03T18:17:40.667Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2672026-03-03T18:17:41.145Z Updating git repository `https://github.com/oxidecomputer/propolis`
2682026-03-03T18:17:42.813Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692026-03-03T18:17:45.559Z Updating git repository `https://github.com/oxidecomputer/opte`
2702026-03-03T18:17:47.995Z Updating git repository `https://github.com/oxidecomputer/tofino`
2712026-03-03T18:17:48.443Z Updating git repository `https://github.com/oxidecomputer/falcon`
2722026-03-03T18:17:50.441Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2732026-03-03T18:17:51.185Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2742026-03-03T18:17:52.458Z Updating git repository `https://github.com/oxidecomputer/clickward`
2752026-03-03T18:17:52.883Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2762026-03-03T18:17:53.489Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2772026-03-03T18:17:53.965Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2782026-03-03T18:17:57.077Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2792026-03-03T18:17:57.788Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-03-03T18:17:58.176Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2812026-03-03T18:17:58.596Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2822026-03-03T18:17:59.088Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2832026-03-03T18:17:59.664Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2842026-03-03T18:18:00.032Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2852026-03-03T18:18:00.416Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2862026-03-03T18:18:01.082Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2872026-03-03T18:18:01.715Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2882026-03-03T18:18:02.377Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2892026-03-03T18:18:02.848Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2902026-03-03T18:18:03.430Z Updating git repository `https://github.com/oxidecomputer/ispf`
2912026-03-03T18:18:03.867Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2922026-03-03T18:18:04.580Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2932026-03-03T18:18:05.021Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2942026-03-03T18:18:05.956Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2952026-03-03T18:18:06.379Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2962026-03-03T18:18:06.900Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972026-03-03T18:18:07.318Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982026-03-03T18:18:07.728Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992026-03-03T18:18:08.131Z Updating git repository `https://github.com/illumos/smf-rs`
3002026-03-03T18:18:08.661Z Updating git repository `https://github.com/oxidecomputer/omicron`
3012026-03-03T18:18:29.430Z Downloading crates ...
3022026-03-03T18:18:29.498Z Downloaded heck v0.4.1
3032026-03-03T18:18:29.523Z Downloaded potential_utf v0.1.4
3042026-03-03T18:18:29.523Z Downloaded smawk v0.3.2
3052026-03-03T18:18:29.523Z Downloaded quote v1.0.44
3062026-03-03T18:18:29.523Z Downloaded litemap v0.8.1
3072026-03-03T18:18:29.523Z Downloaded yoke-derive v0.8.1
3082026-03-03T18:18:29.523Z Downloaded unicode-linebreak v0.1.5
3092026-03-03T18:18:29.523Z Downloaded utf8parse v0.2.2
3102026-03-03T18:18:29.523Z Downloaded usdt v0.5.0
3112026-03-03T18:18:29.523Z Downloaded typeid v1.0.3
3122026-03-03T18:18:29.548Z Downloaded fnv v1.0.7
3132026-03-03T18:18:29.548Z Downloaded zerofrom v0.1.6
3142026-03-03T18:18:29.548Z Downloaded zerofrom-derive v0.1.6
3152026-03-03T18:18:29.548Z Downloaded usdt-macro v0.5.0
3162026-03-03T18:18:29.548Z Downloaded zerocopy-derive v0.7.35
3172026-03-03T18:18:29.548Z Downloaded zmij v1.0.21
3182026-03-03T18:18:29.572Z Downloaded zerotrie v0.2.3
3192026-03-03T18:18:29.572Z Downloaded writeable v0.6.2
3202026-03-03T18:18:29.573Z Downloaded toml_edit v0.22.27
3212026-03-03T18:18:29.573Z Downloaded zerocopy v0.7.35
3222026-03-03T18:18:29.598Z Downloaded tinystr v0.8.2
3232026-03-03T18:18:29.598Z Downloaded zerovec v0.11.5
3242026-03-03T18:18:29.623Z Downloaded toml v0.8.23
3252026-03-03T18:18:29.623Z Downloaded winnow v0.7.14
3262026-03-03T18:18:29.623Z Downloaded hashbrown v0.16.1
3272026-03-03T18:18:29.647Z Downloaded indexmap v2.13.0
3282026-03-03T18:18:29.647Z Downloaded terminal_size v0.4.3
3292026-03-03T18:18:29.647Z Downloaded unicode-width v0.2.0
3302026-03-03T18:18:29.648Z Downloaded unicode-width v0.1.14
3312026-03-03T18:18:29.672Z Downloaded tabled v0.15.0
3322026-03-03T18:18:29.672Z Downloaded syn v1.0.109
3332026-03-03T18:18:29.697Z Downloaded serde_json v1.0.149
3342026-03-03T18:18:29.721Z Downloaded syn v2.0.117
3352026-03-03T18:18:29.721Z Downloaded idna v1.1.0
3362026-03-03T18:18:29.721Z Downloaded goblin v0.8.2
3372026-03-03T18:18:29.746Z Downloaded icu_properties_data v2.1.2
3382026-03-03T18:18:29.746Z Downloaded clap_builder v4.5.60
3392026-03-03T18:18:29.770Z Downloaded memchr v2.8.0
3402026-03-03T18:18:29.770Z Downloaded icu_collections v2.1.1
3412026-03-03T18:18:29.770Z Downloaded pest_meta v2.8.6
3422026-03-03T18:18:29.770Z Downloaded icu_properties v2.1.2
3432026-03-03T18:18:29.770Z Downloaded rustix v1.1.3
3442026-03-03T18:18:29.795Z Downloaded icu_normalizer v2.1.1
3452026-03-03T18:18:29.820Z Downloaded icu_locale_core v2.1.1
3462026-03-03T18:18:29.820Z Downloaded tempfile v3.25.0
3472026-03-03T18:18:29.820Z Downloaded serde_derive v1.0.228
3482026-03-03T18:18:29.820Z Downloaded serde_core v1.0.228
3492026-03-03T18:18:29.820Z Downloaded proc-macro2 v1.0.106
3502026-03-03T18:18:29.820Z Downloaded proc-macro-error v1.0.4
3512026-03-03T18:18:29.844Z Downloaded pest_generator v2.8.6
3522026-03-03T18:18:29.844Z Downloaded pest_derive v2.8.6
3532026-03-03T18:18:29.844Z Downloaded once_cell v1.21.3
3542026-03-03T18:18:29.844Z Downloaded log v0.4.29
3552026-03-03T18:18:29.844Z Downloaded icu_provider v2.1.1
3562026-03-03T18:18:29.845Z Downloaded camino v1.2.2
3572026-03-03T18:18:29.845Z Downloaded thiserror-impl v1.0.69
3582026-03-03T18:18:29.845Z Downloaded thiserror v2.0.18
3592026-03-03T18:18:29.869Z Downloaded thiserror v1.0.69
3602026-03-03T18:18:29.869Z Downloaded smallvec v1.15.1
3612026-03-03T18:18:29.870Z Downloaded sha2 v0.10.9
3622026-03-03T18:18:29.870Z Downloaded scroll v0.12.0
3632026-03-03T18:18:29.870Z Downloaded papergrid v0.11.0
3642026-03-03T18:18:29.870Z Downloaded typenum v1.19.0
3652026-03-03T18:18:29.894Z Downloaded clap v4.5.60
3662026-03-03T18:18:29.894Z Downloaded libc v0.2.180
3672026-03-03T18:18:29.942Z Downloaded tabled_derive v0.7.0
3682026-03-03T18:18:29.966Z Downloaded synstructure v0.13.2
3692026-03-03T18:18:29.967Z Downloaded serde-untagged v0.1.9
3702026-03-03T18:18:29.967Z Downloaded semver v1.0.27
3712026-03-03T18:18:29.967Z Downloaded crypto-common v0.1.7
3722026-03-03T18:18:29.967Z Downloaded stable_deref_trait v1.2.1
3732026-03-03T18:18:29.967Z Downloaded serde_tokenstream v0.2.3
3742026-03-03T18:18:29.967Z Downloaded serde_spanned v0.6.9
3752026-03-03T18:18:29.967Z Downloaded pretty-hex v0.4.1
3762026-03-03T18:18:29.967Z Downloaded ordered-float v2.10.1
3772026-03-03T18:18:29.967Z Downloaded is_terminal_polyfill v1.70.2
3782026-03-03T18:18:29.967Z Downloaded heck v0.5.0
3792026-03-03T18:18:29.967Z Downloaded yoke v0.8.1
3802026-03-03T18:18:29.967Z Downloaded usdt-impl v0.5.0
3812026-03-03T18:18:29.967Z Downloaded url v2.5.8
3822026-03-03T18:18:29.967Z Downloaded toml_datetime v0.6.11
3832026-03-03T18:18:29.992Z Downloaded thread-id v4.2.2
3842026-03-03T18:18:29.992Z Downloaded swrite v0.1.0
3852026-03-03T18:18:29.992Z Downloaded memmap v0.7.0
3862026-03-03T18:18:29.992Z Downloaded macaddr v1.0.1
3872026-03-03T18:18:29.992Z Downloaded getrandom v0.4.1
3882026-03-03T18:18:29.992Z Downloaded cargo-util-schemas v0.8.2
3892026-03-03T18:18:29.992Z Downloaded bytecount v0.6.9
3902026-03-03T18:18:29.992Z Downloaded zerovec-derive v0.11.2
3912026-03-03T18:18:29.992Z Downloaded strsim v0.11.1
3922026-03-03T18:18:29.992Z Downloaded serde-value v0.7.0
3932026-03-03T18:18:29.992Z Downloaded scroll_derive v0.12.1
3942026-03-03T18:18:29.992Z Downloaded proc-macro-error-attr v1.0.4
3952026-03-03T18:18:29.992Z Downloaded plain v0.2.3
3962026-03-03T18:18:29.992Z Downloaded pest v2.8.6
3972026-03-03T18:18:30.017Z Downloaded percent-encoding v2.3.2
3982026-03-03T18:18:30.017Z Downloaded itoa v1.0.17
3992026-03-03T18:18:30.017Z Downloaded icu_normalizer_data v2.1.1
4002026-03-03T18:18:30.017Z Downloaded form_urlencoded v1.2.2
4012026-03-03T18:18:30.017Z Downloaded equivalent v1.0.2
4022026-03-03T18:18:30.017Z Downloaded ucd-trie v0.1.7
4032026-03-03T18:18:30.017Z Downloaded thiserror-impl v2.0.18
4042026-03-03T18:18:30.017Z Downloaded errno v0.3.14
4052026-03-03T18:18:30.017Z Downloaded usdt-attr-macro v0.5.0
4062026-03-03T18:18:30.017Z Downloaded cpufeatures v0.2.17
4072026-03-03T18:18:30.017Z Downloaded clap_lex v1.0.0
4082026-03-03T18:18:30.017Z Downloaded cargo_toml v0.21.0
4092026-03-03T18:18:30.017Z Downloaded autocfg v1.5.0
4102026-03-03T18:18:30.017Z Downloaded unicode-xid v0.2.6
4112026-03-03T18:18:30.018Z Downloaded generic-array v0.14.7
4122026-03-03T18:18:30.042Z Downloaded dtrace-parser v0.2.0
4132026-03-03T18:18:30.042Z Downloaded cfg-if v1.0.4
4142026-03-03T18:18:30.042Z Downloaded block-buffer v0.10.4
4152026-03-03T18:18:30.042Z Downloaded version_check v0.9.5
4162026-03-03T18:18:30.042Z Downloaded utf8_iter v1.0.4
4172026-03-03T18:18:30.042Z Downloaded unicode-ident v1.0.24
4182026-03-03T18:18:30.042Z Downloaded toml_write v0.1.2
4192026-03-03T18:18:30.042Z Downloaded textwrap v0.16.2
4202026-03-03T18:18:30.042Z Downloaded displaydoc v0.2.5
4212026-03-03T18:18:30.042Z Downloaded bitflags v2.11.0
4222026-03-03T18:18:30.042Z Downloaded anstyle-parse v0.2.7
4232026-03-03T18:18:30.042Z Downloaded colorchoice v1.0.4
4242026-03-03T18:18:30.042Z Downloaded anstyle-query v1.1.5
4252026-03-03T18:18:30.067Z Downloaded serde v1.0.228
4262026-03-03T18:18:30.067Z Downloaded fastrand v2.3.0
4272026-03-03T18:18:30.067Z Downloaded num-traits v0.2.19
4282026-03-03T18:18:30.067Z Downloaded dof v0.3.0
4292026-03-03T18:18:30.067Z Downloaded fs-err v3.3.0
4302026-03-03T18:18:30.067Z Downloaded clap_derive v4.5.55
4312026-03-03T18:18:30.067Z Downloaded cargo-platform v0.2.0
4322026-03-03T18:18:30.067Z Downloaded anstyle v1.0.13
4332026-03-03T18:18:30.067Z Downloaded idna_adapter v1.2.1
4342026-03-03T18:18:30.067Z Downloaded anstream v0.6.21
4352026-03-03T18:18:30.067Z Downloaded erased-serde v0.4.9
4362026-03-03T18:18:30.067Z Downloaded digest v0.10.7
4372026-03-03T18:18:30.092Z Downloaded cargo_metadata v0.21.0
4382026-03-03T18:18:30.092Z Downloaded camino-tempfile v1.4.1
4392026-03-03T18:18:30.092Z Downloaded anyhow v1.0.102
4402026-03-03T18:18:30.118Z Downloaded byteorder v1.5.0
4412026-03-03T18:18:30.258Z Compiling proc-macro2 v1.0.106
4422026-03-03T18:18:30.258Z Compiling unicode-ident v1.0.24
4432026-03-03T18:18:30.282Z Compiling quote v1.0.44
4442026-03-03T18:18:30.282Z Compiling serde_core v1.0.228
4452026-03-03T18:18:30.282Z Compiling libc v0.2.180
4462026-03-03T18:18:30.282Z Compiling version_check v0.9.5
4472026-03-03T18:18:30.282Z Compiling memchr v2.8.0
4482026-03-03T18:18:30.317Z Compiling stable_deref_trait v1.2.1
4492026-03-03T18:18:30.526Z Compiling serde v1.0.228
4502026-03-03T18:18:30.659Z Compiling zmij v1.0.21
4512026-03-03T18:18:31.054Z Compiling itoa v1.0.17
4522026-03-03T18:18:31.224Z Compiling autocfg v1.5.0
4532026-03-03T18:18:31.256Z Compiling thiserror v1.0.69
4542026-03-03T18:18:31.423Z Compiling ucd-trie v0.1.7
4552026-03-03T18:18:31.943Z Compiling pest v2.8.6
4562026-03-03T18:18:32.115Z Compiling writeable v0.6.2
4572026-03-03T18:18:32.533Z Compiling litemap v0.8.1
4582026-03-03T18:18:32.612Z Compiling rustix v1.1.3
4592026-03-03T18:18:32.713Z Compiling icu_normalizer_data v2.1.1
4602026-03-03T18:18:33.044Z Compiling byteorder v1.5.0
4612026-03-03T18:18:33.235Z Compiling icu_properties_data v2.1.2
4622026-03-03T18:18:33.464Z Compiling syn v2.0.117
4632026-03-03T18:18:33.634Z Compiling errno v0.3.14
4642026-03-03T18:18:33.663Z Compiling serde_json v1.0.149
4652026-03-03T18:18:33.687Z Compiling bitflags v2.11.0
4662026-03-03T18:18:33.984Z Compiling num-traits v0.2.19
4672026-03-03T18:18:34.054Z Compiling hashbrown v0.16.1
4682026-03-03T18:18:34.191Z Compiling smallvec v1.15.1
4692026-03-03T18:18:34.300Z Compiling typeid v1.0.3
4702026-03-03T18:18:34.808Z Compiling pest_meta v2.8.6
4712026-03-03T18:18:34.995Z Compiling equivalent v1.0.2
4722026-03-03T18:18:35.261Z Compiling indexmap v2.13.0
4732026-03-03T18:18:35.385Z Compiling thread-id v4.2.2
4742026-03-03T18:18:35.540Z Compiling proc-macro-error-attr v1.0.4
4752026-03-03T18:18:35.663Z Compiling usdt-impl v0.5.0
4762026-03-03T18:18:35.913Z Compiling toml_write v0.1.2
4772026-03-03T18:18:36.073Z Compiling winnow v0.7.14
4782026-03-03T18:18:36.209Z Compiling erased-serde v0.4.9
4792026-03-03T18:18:36.336Z Compiling syn v1.0.109
4802026-03-03T18:18:37.100Z Compiling proc-macro-error v1.0.4
4812026-03-03T18:18:37.403Z Compiling thiserror v2.0.18
4822026-03-03T18:18:37.440Z Compiling plain v0.2.3
4832026-03-03T18:18:37.628Z Compiling getrandom v0.4.1
4842026-03-03T18:18:38.102Z Compiling utf8_iter v1.0.4
4852026-03-03T18:18:38.330Z Compiling percent-encoding v2.3.2
4862026-03-03T18:18:38.355Z Compiling camino v1.2.2
4872026-03-03T18:18:38.637Z Compiling utf8parse v0.2.2
4882026-03-03T18:18:38.668Z Compiling log v0.4.29
4892026-03-03T18:18:38.830Z Compiling anstyle-parse v0.2.7
4902026-03-03T18:18:38.932Z Compiling form_urlencoded v1.2.2
4912026-03-03T18:18:38.973Z Compiling ordered-float v2.10.1
4922026-03-03T18:18:39.493Z Compiling terminal_size v0.4.3
4932026-03-03T18:18:39.643Z Compiling cfg-if v1.0.4
4942026-03-03T18:18:39.678Z Compiling colorchoice v1.0.4
4952026-03-03T18:18:39.727Z Compiling anstyle-query v1.1.5
4962026-03-03T18:18:39.777Z Compiling anstyle v1.0.13
4972026-03-03T18:18:39.872Z Compiling pretty-hex v0.4.1
4982026-03-03T18:18:39.913Z Compiling is_terminal_polyfill v1.70.2
4992026-03-03T18:18:40.065Z Compiling synstructure v0.13.2
5002026-03-03T18:18:40.141Z Compiling pest_generator v2.8.6
5012026-03-03T18:18:40.177Z Compiling anstream v0.6.21
5022026-03-03T18:18:40.239Z Compiling serde-untagged v0.1.9
5032026-03-03T18:18:40.559Z Compiling semver v1.0.27
5042026-03-03T18:18:40.796Z Compiling fs-err v3.3.0
5052026-03-03T18:18:41.157Z Compiling clap_lex v1.0.0
5062026-03-03T18:18:41.186Z Compiling unicode-width v0.1.14
5072026-03-03T18:18:41.239Z Compiling fastrand v2.3.0
5082026-03-03T18:18:41.416Z Compiling anyhow v1.0.102
5092026-03-03T18:18:41.588Z Compiling bytecount v0.6.9
5102026-03-03T18:18:41.725Z Compiling strsim v0.11.1
5112026-03-03T18:18:41.759Z Compiling heck v0.4.1
5122026-03-03T18:18:41.791Z Compiling fnv v1.0.7
5132026-03-03T18:18:41.837Z Compiling unicode-xid v0.2.6
5142026-03-03T18:18:41.964Z Compiling once_cell v1.21.3
5152026-03-03T18:18:42.000Z Compiling heck v0.5.0
5162026-03-03T18:18:42.231Z Compiling clap_builder v4.5.60
5172026-03-03T18:18:42.371Z Compiling tempfile v3.25.0
5182026-03-03T18:18:42.499Z Compiling papergrid v0.11.0
5192026-03-03T18:18:42.832Z Compiling memmap v0.7.0
5202026-03-03T18:18:42.884Z Compiling smawk v0.3.2
5212026-03-03T18:18:43.119Z Compiling unicode-linebreak v0.1.5
5222026-03-03T18:18:43.153Z Compiling unicode-width v0.2.0
5232026-03-03T18:18:43.739Z Compiling textwrap v0.16.2
5242026-03-03T18:18:43.948Z Compiling camino-tempfile v1.4.1
5252026-03-03T18:18:44.181Z Compiling swrite v0.1.0
5262026-03-03T18:18:44.341Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5272026-03-03T18:18:44.374Z Compiling serde_derive v1.0.228
5282026-03-03T18:18:44.414Z Compiling zerofrom-derive v0.1.6
5292026-03-03T18:18:44.442Z Compiling yoke-derive v0.8.1
5302026-03-03T18:18:44.771Z Compiling zerovec-derive v0.11.2
5312026-03-03T18:18:44.827Z Compiling displaydoc v0.2.5
5322026-03-03T18:18:45.747Z Compiling thiserror-impl v1.0.69
5332026-03-03T18:18:46.298Z Compiling zerocopy-derive v0.7.35
5342026-03-03T18:18:46.937Z Compiling pest_derive v2.8.6
5352026-03-03T18:18:47.031Z Compiling scroll_derive v0.12.1
5362026-03-03T18:18:47.487Z Compiling zerofrom v0.1.6
5372026-03-03T18:18:47.668Z Compiling thiserror-impl v2.0.18
5382026-03-03T18:18:47.724Z Compiling yoke v0.8.1
5392026-03-03T18:18:48.108Z Compiling zerovec v0.11.5
5402026-03-03T18:18:48.165Z Compiling zerotrie v0.2.3
5412026-03-03T18:18:48.433Z Compiling zerocopy v0.7.35
5422026-03-03T18:18:48.692Z Compiling dtrace-parser v0.2.0
5432026-03-03T18:18:48.751Z Compiling scroll v0.12.0
5442026-03-03T18:18:49.220Z Compiling tinystr v0.8.2
5452026-03-03T18:18:49.280Z Compiling potential_utf v0.1.4
5462026-03-03T18:18:49.476Z Compiling goblin v0.8.2
5472026-03-03T18:18:49.587Z Compiling icu_locale_core v2.1.1
5482026-03-03T18:18:49.619Z Compiling icu_collections v2.1.1
5492026-03-03T18:18:49.758Z Compiling tabled_derive v0.7.0
5502026-03-03T18:18:50.547Z Compiling clap_derive v4.5.55
5512026-03-03T18:18:51.068Z Compiling icu_provider v2.1.1
5522026-03-03T18:18:51.466Z Compiling tabled v0.15.0
5532026-03-03T18:18:51.539Z Compiling icu_normalizer v2.1.1
5542026-03-03T18:18:51.539Z Compiling icu_properties v2.1.2
5552026-03-03T18:18:52.160Z Compiling dof v0.3.0
5562026-03-03T18:18:52.372Z Compiling toml_datetime v0.6.11
5572026-03-03T18:18:52.414Z Compiling serde_spanned v0.6.9
5582026-03-03T18:18:52.672Z Compiling serde_tokenstream v0.2.3
5592026-03-03T18:18:52.745Z Compiling serde-value v0.7.0
5602026-03-03T18:18:52.949Z Compiling toml_edit v0.22.27
5612026-03-03T18:18:53.345Z Compiling cargo-platform v0.2.0
5622026-03-03T18:18:53.484Z Compiling macaddr v1.0.1
5632026-03-03T18:18:53.831Z Compiling idna_adapter v1.2.1
5642026-03-03T18:18:54.021Z Compiling idna v1.1.0
5652026-03-03T18:18:54.261Z Compiling usdt-attr-macro v0.5.0
5662026-03-03T18:18:54.261Z Compiling usdt-macro v0.5.0
5672026-03-03T18:18:54.426Z Compiling clap v4.5.60
5682026-03-03T18:18:54.720Z Compiling url v2.5.8
5692026-03-03T18:18:56.174Z Compiling toml v0.8.23
5702026-03-03T18:18:56.743Z Compiling usdt v0.5.0
5712026-03-03T18:18:57.026Z Compiling cargo-util-schemas v0.8.2
5722026-03-03T18:18:57.051Z Compiling cargo_toml v0.21.0
5732026-03-03T18:18:59.047Z Compiling cargo_metadata v0.21.0
5742026-03-03T18:19:01.540Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5752026-03-03T18:19:06.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
5762026-03-03T18:19:06.803Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5772026-03-03T18:19:08.061Z Downloading crates ...
5782026-03-03T18:19:08.234Z Downloaded cookie v0.18.1
5792026-03-03T18:19:08.260Z Downloaded bumpalo v3.20.2
5802026-03-03T18:19:08.260Z Downloaded atty v0.2.14
5812026-03-03T18:19:08.286Z Downloaded camino-tempfile-ext v0.3.3
5822026-03-03T18:19:08.286Z Downloaded der_derive v0.7.3
5832026-03-03T18:19:08.286Z Downloaded defmt-macros v1.0.1
5842026-03-03T18:19:08.311Z Downloaded chacha20 v0.9.1
5852026-03-03T18:19:08.312Z Downloaded dropshot-api-manager-types v0.5.2
5862026-03-03T18:19:08.339Z Downloaded dof v0.4.0
5872026-03-03T18:19:08.339Z Downloaded cmake v0.1.57
5882026-03-03T18:19:08.339Z Downloaded futures-channel v0.3.32
5892026-03-03T18:19:08.339Z Downloaded display-error-chain v0.2.2
5902026-03-03T18:19:08.924Z Downloaded dtrace-parser v0.3.0
5912026-03-03T18:19:08.924Z Downloaded git-stub v1.0.0
5922026-03-03T18:19:08.924Z Downloaded hash32 v0.2.1
5932026-03-03T18:19:08.924Z Downloaded hex-literal v0.4.1
5942026-03-03T18:19:08.925Z Downloaded indent_write v2.2.0
5952026-03-03T18:19:08.925Z Downloaded httpdate v1.0.3
5962026-03-03T18:19:08.925Z Downloaded inout v0.1.4
5972026-03-03T18:19:08.925Z Downloaded futures-macro v0.3.32
5982026-03-03T18:19:08.925Z Downloaded ciborium v0.2.2
5992026-03-03T18:19:08.925Z Downloaded instability v0.3.11
6002026-03-03T18:19:08.925Z Downloaded git-stub-vcs v0.1.0
6012026-03-03T18:19:08.925Z Downloaded hubpack_derive v0.1.1
6022026-03-03T18:19:08.925Z Downloaded foreign-types-shared v0.1.1
6032026-03-03T18:19:08.925Z Downloaded env_filter v1.0.0
6042026-03-03T18:19:08.925Z Downloaded futures-sink v0.3.32
6052026-03-03T18:19:08.925Z Downloaded funty v2.0.0
6062026-03-03T18:19:08.925Z Downloaded headers-core v0.3.0
6072026-03-03T18:19:08.925Z Downloaded daft-derive v0.1.5
6082026-03-03T18:19:08.925Z Downloaded group v0.13.0
6092026-03-03T18:19:08.925Z Downloaded indoc v1.0.9
6102026-03-03T18:19:08.925Z Downloaded kstat-rs v0.2.4
6112026-03-03T18:19:08.925Z Downloaded keccak v0.1.6
6122026-03-03T18:19:08.925Z Downloaded linked-hash-map v0.5.6
6132026-03-03T18:19:08.925Z Downloaded lru v0.12.5
6142026-03-03T18:19:08.925Z Downloaded md-5 v0.10.6
6152026-03-03T18:19:08.925Z Downloaded ingot-types v0.1.2
6162026-03-03T18:19:08.925Z Downloaded nibble_vec v0.1.0
6172026-03-03T18:19:08.925Z Downloaded lru-cache v0.1.2
6182026-03-03T18:19:08.925Z Downloaded num v0.4.3
6192026-03-03T18:19:08.925Z Downloaded num_threads v0.1.7
6202026-03-03T18:19:08.925Z Downloaded olpc-cjson v0.1.4
6212026-03-03T18:19:08.925Z Downloaded num_enum_derive v0.5.11
6222026-03-03T18:19:08.925Z Downloaded nanorand v0.7.0
6232026-03-03T18:19:08.925Z Downloaded opaque-debug v0.3.1
6242026-03-03T18:19:08.925Z Downloaded deranged v0.5.8
6252026-03-03T18:19:08.925Z Downloaded hyper-rustls v0.27.7
6262026-03-03T18:19:08.925Z Downloaded oso-derive v0.27.3
6272026-03-03T18:19:08.925Z Downloaded darling_core v0.21.3
6282026-03-03T18:19:08.925Z Downloaded parse-display v0.10.0
6292026-03-03T18:19:08.926Z Downloaded phf_shared v0.11.3
6302026-03-03T18:19:08.926Z Downloaded pin-utils v0.1.0
6312026-03-03T18:19:08.926Z Downloaded powerfmt v0.2.0
6322026-03-03T18:19:08.926Z Downloaded num_enum_derive v0.7.5
6332026-03-03T18:19:08.926Z Downloaded const_format v0.2.35
6342026-03-03T18:19:08.926Z Downloaded precomputed-hash v0.1.1
6352026-03-03T18:19:08.926Z Downloaded half v2.7.1
6362026-03-03T18:19:08.926Z Downloaded progenitor-macro v0.11.2
6372026-03-03T18:19:08.926Z Downloaded progenitor-macro v0.13.0
6382026-03-03T18:19:08.926Z Downloaded oxide-tokio-rt v0.1.2
6392026-03-03T18:19:08.926Z Downloaded hmac v0.12.1
6402026-03-03T18:19:08.926Z Downloaded radium v0.7.0
6412026-03-03T18:19:08.926Z Downloaded quick-error v1.2.3
6422026-03-03T18:19:08.926Z Downloaded rand_chacha v0.3.1
6432026-03-03T18:19:08.926Z Downloaded predicates v3.1.4
6442026-03-03T18:19:08.926Z Downloaded recursive v0.1.1
6452026-03-03T18:19:08.926Z Downloaded recursive-proc-macro-impl v0.1.1
6462026-03-03T18:19:08.926Z Downloaded pkcs8 v0.10.2
6472026-03-03T18:19:08.926Z Downloaded rfc6979 v0.4.0
6482026-03-03T18:19:08.926Z Downloaded russh-cryptovec v0.7.3
6492026-03-03T18:19:08.926Z Downloaded rustc_version v0.4.1
6502026-03-03T18:19:08.926Z Downloaded rustc-hash v2.1.1
6512026-03-03T18:19:08.926Z Downloaded scheduled-thread-pool v0.2.7
6522026-03-03T18:19:08.926Z Downloaded resolv-conf v0.7.6
6532026-03-03T18:19:08.926Z Downloaded scrypt v0.11.0
6542026-03-03T18:19:08.926Z Downloaded scroll_derive v0.13.1
6552026-03-03T18:19:08.926Z Downloaded pin-project v1.1.11
6562026-03-03T18:19:08.926Z Downloaded serde_spanned v1.0.4
6572026-03-03T18:19:08.926Z Downloaded sha1 v0.10.6
6582026-03-03T18:19:08.926Z Downloaded secrecy v0.8.0
6592026-03-03T18:19:08.926Z Downloaded signal-hook-tokio v0.3.1
6602026-03-03T18:19:08.926Z Downloaded quinn-udp v0.5.14
6612026-03-03T18:19:08.926Z Downloaded rand_core v0.10.0
6622026-03-03T18:19:08.927Z Downloaded ref-cast-impl v1.0.25
6632026-03-03T18:19:08.927Z Downloaded slog-envlogger v2.2.0
6642026-03-03T18:19:08.927Z Downloaded serde_path_to_error v0.1.20
6652026-03-03T18:19:08.927Z Downloaded serde_derive_internals v0.29.1
6662026-03-03T18:19:08.927Z Downloaded der v0.7.10
6672026-03-03T18:19:08.927Z Downloaded signal-hook-mio v0.2.5
6682026-03-03T18:19:08.927Z Downloaded serde_urlencoded v0.7.1
6692026-03-03T18:19:08.927Z Downloaded rustls-pemfile v2.2.0
6702026-03-03T18:19:08.927Z Downloaded indicatif v0.18.4
6712026-03-03T18:19:08.927Z Downloaded simd-adler32 v0.3.8
6722026-03-03T18:19:08.927Z Downloaded shlex v1.3.0
6732026-03-03T18:19:08.927Z Downloaded ssh-encoding v0.2.0
6742026-03-03T18:19:08.927Z Downloaded structmeta v0.3.0
6752026-03-03T18:19:08.927Z Downloaded strum v0.26.3
6762026-03-03T18:19:08.927Z Downloaded subtle v2.6.1
6772026-03-03T18:19:08.927Z Downloaded slog-json v2.6.1
6782026-03-03T18:19:08.927Z Downloaded slog-async v2.8.0
6792026-03-03T18:19:08.927Z Downloaded signal-hook-registry v1.4.8
6802026-03-03T18:19:08.927Z Downloaded tap v1.0.1
6812026-03-03T18:19:08.927Z Downloaded strip-ansi-escapes v0.2.1
6822026-03-03T18:19:08.927Z Downloaded tagptr v0.2.0
6832026-03-03T18:19:08.927Z Downloaded take_mut v0.2.2
6842026-03-03T18:19:08.927Z Downloaded smallvec v0.6.14
6852026-03-03T18:19:08.927Z Downloaded slog-term v2.9.2
6862026-03-03T18:19:08.927Z Downloaded smf v0.2.3
6872026-03-03T18:19:08.927Z Downloaded slog-scope v4.4.1
6882026-03-03T18:19:08.927Z Downloaded thread-id v5.1.0
6892026-03-03T18:19:08.927Z Downloaded quinn v0.11.9
6902026-03-03T18:19:08.953Z Downloaded minimal-lexical v0.2.1
6912026-03-03T18:19:08.953Z Downloaded thiserror-impl-no-std v2.0.2
6922026-03-03T18:19:08.953Z Downloaded testing_table v0.3.0
6932026-03-03T18:19:08.953Z Downloaded termtree v0.5.1
6942026-03-03T18:19:08.953Z Downloaded ssh-cipher v0.2.0
6952026-03-03T18:19:08.953Z Downloaded spki v0.7.3
6962026-03-03T18:19:08.953Z Downloaded strum_macros v0.26.4
6972026-03-03T18:19:08.953Z Downloaded sqlformat v0.3.5
6982026-03-03T18:19:08.953Z Downloaded support-bundle-viewer v0.1.2
6992026-03-03T18:19:08.953Z Downloaded strum_macros v0.24.3
7002026-03-03T18:19:08.953Z Downloaded snafu-derive v0.8.9
7012026-03-03T18:19:08.953Z Downloaded sct v0.7.1
7022026-03-03T18:19:08.953Z Downloaded tinyvec_macros v0.1.1
7032026-03-03T18:19:08.953Z Downloaded static_assertions v1.1.0
7042026-03-03T18:19:08.953Z Downloaded tabwriter v1.4.1
7052026-03-03T18:19:08.953Z Downloaded spin v0.9.8
7062026-03-03T18:19:08.953Z Downloaded tower-service v0.3.3
7072026-03-03T18:19:08.953Z Downloaded prettyplease v0.2.37
7082026-03-03T18:19:08.953Z Downloaded itertools v0.12.1
7092026-03-03T18:19:08.953Z Downloaded unarray v0.1.4
7102026-03-03T18:19:08.953Z Downloaded trait-variant v0.1.2
7112026-03-03T18:19:08.953Z Downloaded typify-macro v0.6.1
7122026-03-03T18:19:08.953Z Downloaded tower-layer v0.3.3
7132026-03-03T18:19:08.953Z Downloaded tls_codec v0.4.2
7142026-03-03T18:19:08.953Z Downloaded tokio-native-tls v0.3.1
7152026-03-03T18:19:08.953Z Downloaded tokio-macros v2.6.0
7162026-03-03T18:19:08.954Z Downloaded usdt v0.6.0
7172026-03-03T18:19:08.954Z Downloaded rayon-core v1.13.0
7182026-03-03T18:19:08.954Z Downloaded unicode-truncate v1.1.0
7192026-03-03T18:19:08.954Z Downloaded untrusted v0.7.1
7202026-03-03T18:19:08.954Z Downloaded usdt-attr-macro v0.6.0
7212026-03-03T18:19:08.954Z Downloaded term v0.7.0
7222026-03-03T18:19:08.954Z Downloaded utf-8 v0.7.6
7232026-03-03T18:19:08.979Z Downloaded waitgroup v0.1.2
7242026-03-03T18:19:08.979Z Downloaded unicase v2.9.0
7252026-03-03T18:19:08.979Z Downloaded nom v7.1.3
7262026-03-03T18:19:08.979Z Downloaded want v0.3.1
7272026-03-03T18:19:08.979Z Downloaded wait-timeout v0.2.1
7282026-03-03T18:19:08.979Z Downloaded void v1.0.2
7292026-03-03T18:19:08.979Z Downloaded zeroize_derive v1.4.3
7302026-03-03T18:19:08.979Z Downloaded tokio-stream v0.1.18
7312026-03-03T18:19:09.004Z Downloaded zone v0.3.1
7322026-03-03T18:19:09.004Z Downloaded tar v0.4.44
7332026-03-03T18:19:09.004Z Downloaded whoami v1.6.1
7342026-03-03T18:19:09.004Z Downloaded tinyvec v1.10.0
7352026-03-03T18:19:09.004Z Downloaded num-bigint-dig v0.8.6
7362026-03-03T18:19:09.004Z Downloaded whoami v2.1.0
7372026-03-03T18:19:09.029Z Downloaded zeroize v1.8.2
7382026-03-03T18:19:09.029Z Downloaded zstd-safe v7.2.4
7392026-03-03T18:19:09.029Z Downloaded unicode-properties v0.1.4
7402026-03-03T18:19:09.029Z Downloaded tungstenite v0.23.0
7412026-03-03T18:19:09.029Z Downloaded walkdir v2.5.0
7422026-03-03T18:19:09.029Z Downloaded zerocopy v0.6.6
7432026-03-03T18:19:09.029Z Downloaded xattr v1.6.1
7442026-03-03T18:19:09.054Z Downloaded toml v0.9.12+spec-1.1.0
7452026-03-03T18:19:09.054Z Downloaded zone_cfg_derive v0.3.1
7462026-03-03T18:19:09.054Z Downloaded hkdf v0.12.4
7472026-03-03T18:19:09.054Z Downloaded unicode-bidi v0.3.18
7482026-03-03T18:19:09.054Z Downloaded tokio-postgres v0.7.16
7492026-03-03T18:19:09.079Z Downloaded zip v0.6.6
7502026-03-03T18:19:09.079Z Downloaded xshell v0.2.7
7512026-03-03T18:19:09.079Z Downloaded tungstenite v0.21.0
7522026-03-03T18:19:09.079Z Downloaded zerocopy-derive v0.8.40
7532026-03-03T18:19:09.104Z Downloaded vsss-rs v3.3.4
7542026-03-03T18:19:09.104Z Downloaded zstd v0.13.3
7552026-03-03T18:19:09.104Z Downloaded rustls-webpki v0.101.7
7562026-03-03T18:19:09.131Z Downloaded zip v4.6.1
7572026-03-03T18:19:09.131Z Downloaded uuid v1.21.0
7582026-03-03T18:19:09.131Z Downloaded zopfli v0.8.3
7592026-03-03T18:19:09.158Z Downloaded unicode_categories v0.1.1
7602026-03-03T18:19:09.158Z Downloaded rustls-webpki v0.102.8
7612026-03-03T18:19:09.183Z Downloaded yansi v1.0.1
7622026-03-03T18:19:09.183Z Downloaded time v0.3.47
7632026-03-03T18:19:09.208Z Downloaded rustls v0.21.12
7642026-03-03T18:19:09.208Z Downloaded x509-cert v0.2.5
7652026-03-03T18:19:09.233Z Downloaded regex-syntax v0.6.29
7662026-03-03T18:19:09.233Z Downloaded unicode-normalization v0.1.25
7672026-03-03T18:19:09.233Z Downloaded smoltcp v0.11.0
7682026-03-03T18:19:09.258Z Downloaded rustix v0.38.44
7692026-03-03T18:19:09.756Z Downloaded csv v1.4.0
7702026-03-03T18:19:09.756Z Downloaded winnow v0.5.40
7712026-03-03T18:19:09.756Z Downloaded winnow v0.6.26
7722026-03-03T18:19:09.756Z Downloaded nix v0.28.0
7732026-03-03T18:19:09.756Z Downloaded radix_trie v0.2.1
7742026-03-03T18:19:09.756Z Downloaded quinn-proto v0.11.13
7752026-03-03T18:19:09.756Z Downloaded polar-core v0.27.3
7762026-03-03T18:19:09.756Z Downloaded ratatui v0.29.0
7772026-03-03T18:19:09.756Z Downloaded zlib-rs v0.6.2
7782026-03-03T18:19:09.756Z Downloaded vcpkg v0.2.15
7792026-03-03T18:19:09.756Z Downloaded webpki-roots v1.0.6
7802026-03-03T18:19:09.756Z Downloaded zerocopy v0.8.40
7812026-03-03T18:19:09.756Z Downloaded hickory-proto v0.25.2
7822026-03-03T18:19:09.756Z Downloaded rustls v0.22.4
7832026-03-03T18:19:09.756Z Downloaded rustls v0.23.37
7842026-03-03T18:19:09.756Z Downloaded regex-automata v0.4.14
7852026-03-03T18:19:09.756Z Downloaded petgraph v0.6.5
7862026-03-03T18:19:09.756Z Downloaded smoltcp v0.9.1
7872026-03-03T18:19:09.756Z Downloaded hickory-proto v0.24.4
7882026-03-03T18:19:09.756Z Downloaded sqlparser v0.61.0
7892026-03-03T18:19:09.756Z Downloaded sled v0.34.7
7902026-03-03T18:19:09.756Z Downloaded typify-impl v0.6.1
7912026-03-03T18:19:09.756Z Downloaded typify-impl v0.4.3
7922026-03-03T18:19:09.756Z Downloaded tracing v0.1.44
7932026-03-03T18:19:09.756Z Downloaded zerocopy-derive v0.6.6
7942026-03-03T18:19:09.756Z Downloaded petgraph v0.8.3
7952026-03-03T18:19:09.757Z Downloaded bzip2-sys v0.1.13+1.0.8
7962026-03-03T18:19:09.781Z Downloaded nix v0.31.1
7972026-03-03T18:19:09.781Z Downloaded chrono-tz v0.10.4
7982026-03-03T18:19:09.781Z Downloaded nix v0.27.1
7992026-03-03T18:19:09.807Z Downloaded lzma-sys v0.1.20
8002026-03-03T18:19:09.831Z Downloaded jiff v0.2.21
8012026-03-03T18:19:09.857Z Downloaded regex-syntax v0.8.10
8022026-03-03T18:19:09.857Z Downloaded openapiv3 v2.2.0
8032026-03-03T18:19:09.881Z Downloaded regress v0.10.5
8042026-03-03T18:19:09.881Z Downloaded tokio-util v0.7.18
8052026-03-03T18:19:09.907Z Downloaded serde_with v3.17.0
8062026-03-03T18:19:09.907Z Downloaded object v0.37.3
8072026-03-03T18:19:09.931Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
8082026-03-03T18:19:09.931Z Downloaded nix v0.30.1
8092026-03-03T18:19:09.956Z Downloaded libz-sys v1.1.24
8102026-03-03T18:19:09.981Z Downloaded sha3 v0.10.8
8112026-03-03T18:19:09.981Z Downloaded goblin v0.10.5
8122026-03-03T18:19:10.005Z Downloaded diesel v2.2.12
8132026-03-03T18:19:10.030Z Downloaded typed-path v0.9.3
8142026-03-03T18:19:10.030Z Downloaded tokio v1.49.0
8152026-03-03T18:19:10.063Z Downloaded proptest v1.10.0
8162026-03-03T18:19:10.100Z Downloaded nix v0.29.0
8172026-03-03T18:19:10.131Z Downloaded moka v0.12.13
8182026-03-03T18:19:10.155Z Downloaded dropshot v0.16.7
8192026-03-03T18:19:10.190Z Downloaded quick-xml v0.37.5
8202026-03-03T18:19:10.215Z Downloaded tabled v0.20.0
8212026-03-03T18:19:10.243Z Downloaded encoding_rs v0.8.35
8222026-03-03T18:19:10.271Z Downloaded salty v0.3.0
8232026-03-03T18:19:10.295Z Downloaded openssl v0.10.75
8242026-03-03T18:19:10.320Z Downloaded lalrpop v0.19.12
8252026-03-03T18:19:10.345Z Downloaded toml_edit v0.19.15
8262026-03-03T18:19:10.372Z Downloaded portable-atomic v1.13.1
8272026-03-03T18:19:10.396Z Downloaded object v0.30.4
8282026-03-03T18:19:10.396Z Downloaded rayon v1.11.0
8292026-03-03T18:19:10.420Z Downloaded petname v2.0.2
8302026-03-03T18:19:10.420Z Downloaded git2 v0.20.4
8312026-03-03T18:19:10.446Z Downloaded bstr v1.12.1
8322026-03-03T18:19:10.446Z Downloaded xz2 v0.1.7
8332026-03-03T18:19:10.446Z Downloaded ring v0.17.14
8342026-03-03T18:19:10.487Z Downloaded unicode-segmentation v1.12.0
8352026-03-03T18:19:10.512Z Downloaded tower-http v0.6.8
8362026-03-03T18:19:10.512Z Downloaded tough v0.20.0
8372026-03-03T18:19:10.536Z Downloaded regex v1.12.3
8382026-03-03T18:19:10.536Z Downloaded yasna v0.5.2
8392026-03-03T18:19:10.536Z Downloaded reqwest v0.13.2
8402026-03-03T18:19:10.536Z Downloaded reqwest v0.12.28
8412026-03-03T18:19:10.561Z Downloaded p384 v0.13.1
8422026-03-03T18:19:10.561Z Downloaded vergen-gitcl v1.0.8
8432026-03-03T18:19:10.561Z Downloaded unsafe-libyaml v0.2.11
8442026-03-03T18:19:10.561Z Downloaded typify v0.6.1
8452026-03-03T18:19:10.561Z Downloaded tower v0.5.3
8462026-03-03T18:19:10.586Z Downloaded toml_edit v0.23.10+spec-1.0.0
8472026-03-03T18:19:10.586Z Downloaded russh v0.45.0
8482026-03-03T18:19:10.586Z Downloaded ron v0.12.0
8492026-03-03T18:19:10.610Z Downloaded typify v0.4.3
8502026-03-03T18:19:10.610Z Downloaded tracing-core v0.1.36
8512026-03-03T18:19:10.610Z Downloaded rpassword v7.4.0
8522026-03-03T18:19:10.610Z Downloaded p521 v0.13.3
8532026-03-03T18:19:10.610Z Downloaded wyz v0.5.1
8542026-03-03T18:19:10.610Z Downloaded vte v0.14.1
8552026-03-03T18:19:10.611Z Downloaded toml_parser v1.0.9+spec-1.1.0
8562026-03-03T18:19:10.635Z Downloaded libgit2-sys v0.18.3+1.9.2
8572026-03-03T18:19:10.684Z Downloaded ssh-key v0.6.7
8582026-03-03T18:19:10.709Z Downloaded reedline v0.40.0
8592026-03-03T18:19:10.709Z Downloaded rand v0.10.0
8602026-03-03T18:19:10.709Z Downloaded uzers v0.12.2
8612026-03-03T18:19:10.733Z Downloaded test-strategy v0.4.5
8622026-03-03T18:19:10.733Z Downloaded rustyline v14.0.0
8632026-03-03T18:19:10.733Z Downloaded itertools v0.14.0
8642026-03-03T18:19:10.733Z Downloaded subprocess v0.2.15
8652026-03-03T18:19:10.757Z Downloaded usdt-macro v0.6.0
8662026-03-03T18:19:10.757Z Downloaded usdt-impl v0.6.0
8672026-03-03T18:19:10.757Z Downloaded steno v0.4.1
8682026-03-03T18:19:10.757Z Downloaded hyper v1.8.1
8692026-03-03T18:19:10.757Z Downloaded chrono v0.4.44
8702026-03-03T18:19:10.782Z Downloaded tokio-tungstenite v0.21.0
8712026-03-03T18:19:10.782Z Downloaded snafu v0.8.9
8722026-03-03T18:19:10.782Z Downloaded schemars v1.2.1
8732026-03-03T18:19:10.807Z Downloaded schemars v0.9.0
8742026-03-03T18:19:10.807Z Downloaded rustls-webpki v0.103.9
8752026-03-03T18:19:10.831Z Downloaded tracing-attributes v0.1.31
8762026-03-03T18:19:10.831Z Downloaded vergen-lib v0.1.6
8772026-03-03T18:19:10.831Z Downloaded vergen v9.0.6
8782026-03-03T18:19:10.831Z Downloaded toml v0.7.8
8792026-03-03T18:19:10.831Z Downloaded xshell-macros v0.2.7
8802026-03-03T18:19:10.831Z Downloaded iri-string v0.7.10
8812026-03-03T18:19:10.832Z Downloaded num-bigint v0.4.6
8822026-03-03T18:19:10.857Z Downloaded twox-hash v2.1.2
8832026-03-03T18:19:10.857Z Downloaded qorb v0.4.1
8842026-03-03T18:19:10.857Z Downloaded hashbrown v0.15.5
8852026-03-03T18:19:10.857Z Downloaded vergen-git2 v1.0.7
8862026-03-03T18:19:10.857Z Downloaded tokio-rustls v0.26.4
8872026-03-03T18:19:10.857Z Downloaded tokio-rustls v0.24.1
8882026-03-03T18:19:10.881Z Downloaded rand v0.8.5
8892026-03-03T18:19:10.881Z Downloaded publicsuffix v2.3.0
8902026-03-03T18:19:10.881Z Downloaded libm v0.2.16
8912026-03-03T18:19:10.881Z Downloaded tui-tree-widget v0.23.1
8922026-03-03T18:19:10.881Z Downloaded term v1.2.1
8932026-03-03T18:19:10.906Z Downloaded slog v2.8.2
8942026-03-03T18:19:10.906Z Downloaded similar v2.7.0
8952026-03-03T18:19:10.906Z Downloaded samael v0.0.19
8962026-03-03T18:19:10.906Z Downloaded universal-hash v0.5.1
8972026-03-03T18:19:10.906Z Downloaded toml_writer v1.0.6+spec-1.1.0
8982026-03-03T18:19:10.906Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8992026-03-03T18:19:10.932Z Downloaded serde_yaml v0.9.34+deprecated
9002026-03-03T18:19:10.932Z Downloaded tokio-tungstenite v0.23.1
9012026-03-03T18:19:10.932Z Downloaded tokio-rustls v0.25.0
9022026-03-03T18:19:10.932Z Downloaded socket2 v0.6.2
9032026-03-03T18:19:10.932Z Downloaded socket2 v0.5.10
9042026-03-03T18:19:10.932Z Downloaded futures-util v0.3.32
9052026-03-03T18:19:10.959Z Downloaded untrusted v0.9.0
9062026-03-03T18:19:10.959Z Downloaded unit-prefix v0.5.2
9072026-03-03T18:19:10.959Z Downloaded itertools v0.10.5
9082026-03-03T18:19:10.959Z Downloaded tokio-dtrace v0.1.1
9092026-03-03T18:19:10.959Z Downloaded tls_codec_derive v0.4.2
9102026-03-03T18:19:10.959Z Downloaded schemars v0.8.22
9112026-03-03T18:19:10.983Z Downloaded ryu v1.0.23
9122026-03-03T18:19:10.983Z Downloaded rustls-platform-verifier v0.6.2
9132026-03-03T18:19:10.983Z Downloaded rsa v0.9.10
9142026-03-03T18:19:10.984Z Downloaded h2 v0.4.13
9152026-03-03T18:19:11.008Z Downloaded rustls-pki-types v1.14.0
9162026-03-03T18:19:11.008Z Downloaded rand v0.9.2
9172026-03-03T18:19:11.008Z Downloaded libxml v0.3.3
9182026-03-03T18:19:11.008Z Downloaded iddqd v0.3.17
9192026-03-03T18:19:11.033Z Downloaded tiny-keccak v2.0.2
9202026-03-03T18:19:11.033Z Downloaded thread_local v1.1.9
9212026-03-03T18:19:11.033Z Downloaded slog-stdlog v4.1.1
9222026-03-03T18:19:11.033Z Downloaded ron v0.8.1
9232026-03-03T18:19:11.033Z Downloaded typify-macro v0.4.3
9242026-03-03T18:19:11.033Z Downloaded try-lock v0.2.5
9252026-03-03T18:19:11.033Z Downloaded time-macros v0.2.27
9262026-03-03T18:19:11.033Z Downloaded time-core v0.1.8
9272026-03-03T18:19:11.033Z Downloaded thiserror-no-std v2.0.2
9282026-03-03T18:19:11.058Z Downloaded termios v0.3.3
9292026-03-03T18:19:11.058Z Downloaded signal-hook v0.3.18
9302026-03-03T18:19:11.058Z Downloaded progenitor-impl v0.10.0
9312026-03-03T18:19:11.058Z Downloaded crossterm v0.29.0
9322026-03-03T18:19:11.083Z Downloaded pretty_assertions v1.4.1
9332026-03-03T18:19:11.083Z Downloaded itertools v0.13.0
9342026-03-03T18:19:11.083Z Downloaded topological-sort v0.2.2
9352026-03-03T18:19:11.083Z Downloaded strum_macros v0.27.2
9362026-03-03T18:19:11.108Z Downloaded stringprep v0.1.5
9372026-03-03T18:19:11.108Z Downloaded string_cache v0.8.9
9382026-03-03T18:19:11.108Z Downloaded stacker v0.1.23
9392026-03-03T18:19:11.108Z Downloaded rusty-fork v0.3.1
9402026-03-03T18:19:11.108Z Downloaded rcgen v0.12.1
9412026-03-03T18:19:11.108Z Downloaded progenitor-impl v0.11.2
9422026-03-03T18:19:11.108Z Downloaded sync_wrapper v1.0.2
9432026-03-03T18:19:11.108Z Downloaded sync-ptr v0.1.4
9442026-03-03T18:19:11.108Z Downloaded supports-color v3.0.2
9452026-03-03T18:19:11.133Z Downloaded strum v0.27.2
9462026-03-03T18:19:11.133Z Downloaded progenitor-impl v0.13.0
9472026-03-03T18:19:11.133Z Downloaded tabled_derive v0.11.0
9482026-03-03T18:19:11.133Z Downloaded slog-dtrace v0.3.0
9492026-03-03T18:19:11.133Z Downloaded serde_with_macros v3.17.0
9502026-03-03T18:19:11.133Z Downloaded russh-keys v0.45.0
9512026-03-03T18:19:11.133Z Downloaded serde_cbor v0.11.2
9522026-03-03T18:19:11.133Z Downloaded prefix-trie v0.7.0
9532026-03-03T18:19:11.133Z Downloaded expectorate v1.2.0
9542026-03-03T18:19:11.133Z Downloaded structmeta-derive v0.3.0
9552026-03-03T18:19:11.133Z Downloaded sqlparser_derive v0.5.0
9562026-03-03T18:19:11.158Z Downloaded slab v0.4.12
9572026-03-03T18:19:11.158Z Downloaded signature v2.2.0
9582026-03-03T18:19:11.158Z Downloaded pkcs5 v0.7.1
9592026-03-03T18:19:11.158Z Downloaded scroll v0.13.0
9602026-03-03T18:19:11.158Z Downloaded jiff-static v0.2.21
9612026-03-03T18:19:11.158Z Downloaded ed25519-dalek v2.2.0
9622026-03-03T18:19:11.159Z Downloaded headers v0.4.1
9632026-03-03T18:19:11.159Z Downloaded rustls-pemfile v1.0.4
9642026-03-03T18:19:11.183Z Downloaded rustls-native-certs v0.8.3
9652026-03-03T18:19:11.183Z Downloaded p256 v0.13.2
9662026-03-03T18:19:11.183Z Downloaded mio v1.1.1
9672026-03-03T18:19:11.183Z Downloaded serde_bytes v0.11.19
9682026-03-03T18:19:11.183Z Downloaded serde-hex v0.1.0
9692026-03-03T18:19:11.183Z Downloaded postgres-types v0.2.12
9702026-03-03T18:19:11.183Z Downloaded oso v0.27.3
9712026-03-03T18:19:11.208Z Downloaded flate2 v1.1.9
9722026-03-03T18:19:11.208Z Downloaded seq-macro v0.3.6
9732026-03-03T18:19:11.208Z Downloaded semver v0.1.20
9742026-03-03T18:19:11.208Z Downloaded secrecy v0.10.3
9752026-03-03T18:19:11.208Z Downloaded slog-bunyan v2.5.0
9762026-03-03T18:19:11.208Z Downloaded siphasher v1.0.2
9772026-03-03T18:19:11.208Z Downloaded sigpipe v0.1.3
9782026-03-03T18:19:11.208Z Downloaded bitvec v1.0.1
9792026-03-03T18:19:11.232Z Downloaded rand_core v0.6.4
9802026-03-03T18:19:11.232Z Downloaded libbz2-rs-sys v0.2.2
9812026-03-03T18:19:11.232Z Downloaded hashbrown v0.12.3
9822026-03-03T18:19:11.232Z Downloaded blake3 v1.8.3
9832026-03-03T18:19:11.257Z Downloaded shell-words v1.1.1
9842026-03-03T18:19:11.257Z Downloaded sec1 v0.7.3
9852026-03-03T18:19:11.257Z Downloaded schemars_derive v0.8.22
9862026-03-03T18:19:11.257Z Downloaded rand_core v0.9.5
9872026-03-03T18:19:11.257Z Downloaded indexmap v1.9.3
9882026-03-03T18:19:11.257Z Downloaded scopeguard v1.2.0
9892026-03-03T18:19:11.257Z Downloaded salsa20 v0.10.2
9902026-03-03T18:19:11.257Z Downloaded hickory-server v0.25.2
9912026-03-03T18:19:11.257Z Downloaded hickory-resolver v0.25.2
9922026-03-03T18:19:11.282Z Downloaded crossterm v0.28.1
9932026-03-03T18:19:11.282Z Downloaded rustversion v1.0.22
9942026-03-03T18:19:11.282Z Downloaded pem-rfc7468 v0.7.0
9952026-03-03T18:19:11.282Z Downloaded paste v1.0.15
9962026-03-03T18:19:11.307Z Downloaded serde_repr v0.1.20
9972026-03-03T18:19:11.307Z Downloaded serde_plain v1.0.2
9982026-03-03T18:19:11.307Z Downloaded serde-big-array v0.5.1
9992026-03-03T18:19:11.307Z Downloaded psm v0.1.30
10002026-03-03T18:19:11.307Z Downloaded progenitor-macro v0.10.0
10012026-03-03T18:19:11.307Z Downloaded proc-macro-error2 v2.0.1
10022026-03-03T18:19:11.307Z Downloaded postcard v1.1.3
10032026-03-03T18:19:11.307Z Downloaded parking_lot_core v0.9.12
10042026-03-03T18:19:11.307Z Downloaded parking_lot v0.12.5
10052026-03-03T18:19:11.332Z Downloaded openssl-sys v0.9.111
10062026-03-03T18:19:11.332Z Downloaded darling_core v0.23.0
10072026-03-03T18:19:11.332Z Downloaded hyper-util v0.1.20
10082026-03-03T18:19:11.358Z Downloaded hickory-resolver v0.24.4
10092026-03-03T18:19:11.358Z Downloaded http v1.4.0
10102026-03-03T18:19:11.358Z Downloaded heapless v0.7.17
10112026-03-03T18:19:11.358Z Downloaded sapling-renderdag v0.1.0
10122026-03-03T18:19:11.384Z Downloaded same-file v1.0.6
10132026-03-03T18:19:11.384Z Downloaded papergrid v0.17.0
10142026-03-03T18:19:11.384Z Downloaded miniz_oxide v0.8.9
10152026-03-03T18:19:11.384Z Downloaded futures v0.3.32
10162026-03-03T18:19:11.384Z Downloaded flume v0.11.1
10172026-03-03T18:19:11.384Z Downloaded derive-where v1.6.0
10182026-03-03T18:19:11.408Z Downloaded darling_core v0.20.11
10192026-03-03T18:19:11.408Z Downloaded ref-cast v1.0.25
10202026-03-03T18:19:11.408Z Downloaded primeorder v0.13.6
10212026-03-03T18:19:11.409Z Downloaded hashbrown v0.13.2
10222026-03-03T18:19:11.409Z Downloaded rustc_version v0.1.7
10232026-03-03T18:19:11.409Z Downloaded rand_seeder v0.4.0
10242026-03-03T18:19:11.409Z Downloaded rand_chacha v0.9.0
10252026-03-03T18:19:11.409Z Downloaded postgres-protocol v0.6.10
10262026-03-03T18:19:11.409Z Downloaded rtoolbox v0.0.3
10272026-03-03T18:19:11.409Z Downloaded pkcs1 v0.7.5
10282026-03-03T18:19:11.409Z Downloaded omicron-zone-package v0.12.2
10292026-03-03T18:19:11.433Z Downloaded litrs v1.0.0
10302026-03-03T18:19:11.433Z Downloaded r2d2 v0.8.10
10312026-03-03T18:19:11.433Z Downloaded progenitor-client v0.10.0
10322026-03-03T18:19:11.433Z Downloaded progenitor v0.13.0
10332026-03-03T18:19:11.433Z Downloaded progenitor v0.11.2
10342026-03-03T18:19:11.433Z Downloaded progenitor v0.10.0
10352026-03-03T18:19:11.434Z Downloaded parking_lot v0.11.2
10362026-03-03T18:19:11.434Z Downloaded rand_xorshift v0.4.0
10372026-03-03T18:19:11.434Z Downloaded progenitor-extras v0.1.0
10382026-03-03T18:19:11.434Z Downloaded progenitor-client v0.13.0
10392026-03-03T18:19:11.434Z Downloaded poly1305 v0.8.0
10402026-03-03T18:19:11.434Z Downloaded bindgen v0.71.1
10412026-03-03T18:19:11.458Z Downloaded ppv-lite86 v0.2.21
10422026-03-03T18:19:11.458Z Downloaded polyval v0.6.2
10432026-03-03T18:19:11.458Z Downloaded pkg-config v0.3.32
10442026-03-03T18:19:11.458Z Downloaded pin-project-internal v1.1.11
10452026-03-03T18:19:11.458Z Downloaded phf v0.13.1
10462026-03-03T18:19:11.458Z Downloaded pem v3.0.6
10472026-03-03T18:19:11.458Z Downloaded peg-macros v0.8.5
10482026-03-03T18:19:11.458Z Downloaded peg v0.8.5
10492026-03-03T18:19:11.458Z Downloaded parking_lot_core v0.8.6
10502026-03-03T18:19:11.458Z Downloaded psl-types v2.0.11
10512026-03-03T18:19:11.483Z Downloaded pin-project-lite v0.2.17
10522026-03-03T18:19:11.483Z Downloaded parse-display-derive v0.10.0
10532026-03-03T18:19:11.483Z Downloaded ignore v0.4.25
10542026-03-03T18:19:11.483Z Downloaded heapless v0.8.0
10552026-03-03T18:19:11.483Z Downloaded crypto-bigint v0.5.5
10562026-03-03T18:19:11.483Z Downloaded cc v1.2.56
10572026-03-03T18:19:11.508Z Downloaded proc-macro-error-attr2 v2.0.0
10582026-03-03T18:19:11.508Z Downloaded proc-macro-crate v3.4.0
10592026-03-03T18:19:11.508Z Downloaded phf v0.12.1
10602026-03-03T18:19:11.508Z Downloaded packed_struct v0.10.1
10612026-03-03T18:19:11.508Z Downloaded oxnet v0.1.4
10622026-03-03T18:19:11.508Z Downloaded dropshot-api-manager v0.5.2
10632026-03-03T18:19:11.508Z Downloaded derive_more v2.1.1
10642026-03-03T18:19:11.533Z Downloaded owo-colors v4.3.0
10652026-03-03T18:19:11.533Z Downloaded derive_more-impl v2.1.1
10662026-03-03T18:19:11.533Z Downloaded predicates-core v1.0.10
10672026-03-03T18:19:11.533Z Downloaded bytes v1.11.1
10682026-03-03T18:19:11.533Z Downloaded progenitor-client v0.11.2
10692026-03-03T18:19:11.533Z Downloaded proc-macro-crate v1.3.1
10702026-03-03T18:19:11.533Z Downloaded predicates-tree v1.0.13
10712026-03-03T18:19:11.533Z Downloaded password-hash v0.5.0
10722026-03-03T18:19:11.533Z Downloaded password-hash v0.4.2
10732026-03-03T18:19:11.558Z Downloaded parse-size v1.1.0
10742026-03-03T18:19:11.558Z Downloaded mime_guess v2.0.5
10752026-03-03T18:19:11.558Z Downloaded memmap2 v0.9.10
10762026-03-03T18:19:11.558Z Downloaded elliptic-curve v0.13.8
10772026-03-03T18:19:11.558Z Downloaded fatfs v0.3.6
10782026-03-03T18:19:11.558Z Downloaded crossbeam-channel v0.5.15
10792026-03-03T18:19:11.558Z Downloaded num_enum v0.5.11
10802026-03-03T18:19:11.584Z Downloaded num-rational v0.4.2
10812026-03-03T18:19:11.584Z Downloaded ingot-macros v0.1.1
10822026-03-03T18:19:11.584Z Downloaded highway v1.3.0
10832026-03-03T18:19:11.584Z Downloaded phf_shared v0.13.1
10842026-03-03T18:19:11.584Z Downloaded num_enum v0.7.5
10852026-03-03T18:19:11.585Z Downloaded phf_shared v0.12.1
10862026-03-03T18:19:11.585Z Downloaded pbkdf2 v0.12.2
10872026-03-03T18:19:11.585Z Downloaded pbkdf2 v0.11.0
10882026-03-03T18:19:11.585Z Downloaded newtype-uuid v1.3.2
10892026-03-03T18:19:11.585Z Downloaded peg-runtime v0.8.5
10902026-03-03T18:19:11.585Z Downloaded path-slash v0.1.5
10912026-03-03T18:19:11.585Z Downloaded num-integer v0.1.46
10922026-03-03T18:19:11.585Z Downloaded hickory-client v0.25.2
10932026-03-03T18:19:11.609Z Downloaded crossbeam-epoch v0.9.18
10942026-03-03T18:19:11.609Z Downloaded packed_struct_codegen v0.10.1
10952026-03-03T18:19:11.609Z Downloaded num-complex v0.4.6
10962026-03-03T18:19:11.609Z Downloaded nu-ansi-term v0.50.3
10972026-03-03T18:19:11.609Z Downloaded native-tls v0.2.18
10982026-03-03T18:19:11.609Z Downloaded multer v3.1.0
10992026-03-03T18:19:11.609Z Downloaded linear-map v1.2.0
11002026-03-03T18:19:11.609Z Downloaded openssl-probe v0.2.1
11012026-03-03T18:19:11.609Z Downloaded openssl-probe v0.1.6
11022026-03-03T18:19:11.610Z Downloaded openssl-macros v0.1.1
11032026-03-03T18:19:11.610Z Downloaded httparse v1.10.1
11042026-03-03T18:19:11.610Z Downloaded getrandom v0.3.4
11052026-03-03T18:19:11.634Z Downloaded erased-serde v0.3.31
11062026-03-03T18:19:11.634Z Downloaded lock_api v0.4.14
11072026-03-03T18:19:11.634Z Downloaded libloading v0.8.9
11082026-03-03T18:19:11.634Z Downloaded libefi-sys v0.1.0
11092026-03-03T18:19:11.634Z Downloaded crc-any v2.5.0
11102026-03-03T18:19:11.634Z Downloaded num-iter v0.1.45
11112026-03-03T18:19:11.634Z Downloaded newtype_derive v0.1.6
11122026-03-03T18:19:11.634Z Downloaded newtype-uuid-macros v0.1.0
11132026-03-03T18:19:11.634Z Downloaded newline-converter v0.3.0
11142026-03-03T18:19:11.634Z Downloaded new_debug_unreachable v1.0.6
11152026-03-03T18:19:11.634Z Downloaded libsw-core v0.3.2
11162026-03-03T18:19:11.634Z Downloaded libsw v3.5.0
11172026-03-03T18:19:11.634Z Downloaded jobserver v0.1.34
11182026-03-03T18:19:11.659Z Downloaded ipnetwork v0.21.1
11192026-03-03T18:19:11.659Z Downloaded indoc v2.0.7
11202026-03-03T18:19:11.659Z Downloaded ipnet v2.11.0
11212026-03-03T18:19:11.659Z Downloaded ingot v0.1.1
11222026-03-03T18:19:11.659Z Downloaded iana-time-zone v0.1.65
11232026-03-03T18:19:11.659Z Downloaded humantime v2.3.0
11242026-03-03T18:19:11.659Z Downloaded num-derive v0.4.2
11252026-03-03T18:19:11.659Z Downloaded num-derive v0.3.3
11262026-03-03T18:19:11.684Z Downloaded num-conv v0.2.0
11272026-03-03T18:19:11.684Z Downloaded nonempty v0.12.0
11282026-03-03T18:19:11.684Z Downloaded multimap v0.10.1
11292026-03-03T18:19:11.684Z Downloaded memoffset v0.9.1
11302026-03-03T18:19:11.684Z Downloaded lzss v0.8.2
11312026-03-03T18:19:11.684Z Downloaded normalize-line-endings v0.3.0
11322026-03-03T18:19:11.684Z Downloaded nodrop v0.1.14
11332026-03-03T18:19:11.684Z Downloaded mime v0.3.17
11342026-03-03T18:19:11.684Z Downloaded md5 v0.7.0
11352026-03-03T18:19:11.684Z Downloaded match_cfg v0.1.0
11362026-03-03T18:19:11.684Z Downloaded maplit v1.0.2
11372026-03-03T18:19:11.684Z Downloaded managed v0.8.0
11382026-03-03T18:19:11.684Z Downloaded lru-slab v0.1.2
11392026-03-03T18:19:11.684Z Downloaded hyper-staticfile v0.10.1
11402026-03-03T18:19:11.713Z Downloaded http-body-util v0.1.3
11412026-03-03T18:19:11.713Z Downloaded half v1.8.3
11422026-03-03T18:19:11.713Z Downloaded globset v0.4.18
11432026-03-03T18:19:11.713Z Downloaded derive_more v0.99.20
11442026-03-03T18:19:11.713Z Downloaded darling v0.20.11
11452026-03-03T18:19:11.713Z Downloaded impl-trait-for-tuples v0.2.3
11462026-03-03T18:19:11.713Z Downloaded futures-executor v0.3.32
11472026-03-03T18:19:11.713Z Downloaded foldhash v0.1.5
11482026-03-03T18:19:11.738Z Downloaded ecdsa v0.16.9
11492026-03-03T18:19:11.738Z Downloaded fs_extra v1.3.0
11502026-03-03T18:19:11.738Z Downloaded foldhash v0.2.0
11512026-03-03T18:19:11.738Z Downloaded float-cmp v0.10.0
11522026-03-03T18:19:11.738Z Downloaded fixedbitset v0.5.7
11532026-03-03T18:19:11.738Z Downloaded find-msvc-tools v0.1.9
11542026-03-03T18:19:11.738Z Downloaded filetime v0.2.27
11552026-03-03T18:19:11.738Z Downloaded ff v0.13.1
11562026-03-03T18:19:11.763Z Downloaded fd-lock v4.0.4
11572026-03-03T18:19:11.763Z Downloaded env_logger v0.11.9
11582026-03-03T18:19:11.763Z Downloaded ena v0.14.4
11592026-03-03T18:19:11.763Z Downloaded either v1.15.0
11602026-03-03T18:19:11.763Z Downloaded derive_builder_core v0.20.2
11612026-03-03T18:19:11.763Z Downloaded crossbeam-utils v0.8.21
11622026-03-03T18:19:11.763Z Downloaded cexpr v0.6.0
11632026-03-03T18:19:11.793Z Downloaded maybe-uninit v2.0.0
11642026-03-03T18:19:11.793Z Downloaded getrandom v0.2.17
11652026-03-03T18:19:11.793Z Downloaded fs-err v2.11.0
11662026-03-03T18:19:11.793Z Downloaded fallible-iterator v0.2.0
11672026-03-03T18:19:11.793Z Downloaded ed25519 v2.2.3
11682026-03-03T18:19:11.793Z Downloaded clang-sys v1.8.1
11692026-03-03T18:19:11.793Z Downloaded chacha20 v0.10.0
11702026-03-03T18:19:11.793Z Downloaded libscf-sys v1.1.0
11712026-03-03T18:19:11.793Z Downloaded lazy_static v1.5.0
11722026-03-03T18:19:11.793Z Downloaded lalrpop-util v0.19.12
11732026-03-03T18:19:11.793Z Downloaded is_ci v1.2.0
11742026-03-03T18:19:11.793Z Downloaded console v0.16.2
11752026-03-03T18:19:11.793Z Downloaded is-terminal v0.4.17
11762026-03-03T18:19:11.818Z Downloaded internet-checksum v0.2.1
11772026-03-03T18:19:11.818Z Downloaded instant v0.1.13
11782026-03-03T18:19:11.818Z Downloaded const-oid v0.9.6
11792026-03-03T18:19:11.818Z Downloaded hostname v0.3.1
11802026-03-03T18:19:11.818Z Downloaded home v0.5.12
11812026-03-03T18:19:11.818Z Downloaded curve25519-dalek v4.1.3
11822026-03-03T18:19:11.818Z Downloaded glob v0.3.3
11832026-03-03T18:19:11.818Z Downloaded fixedbitset v0.4.2
11842026-03-03T18:19:11.842Z Downloaded embedded-io v0.6.1
11852026-03-03T18:19:11.842Z Downloaded dropshot_endpoint v0.16.7
11862026-03-03T18:19:11.842Z Downloaded diesel_derives v2.2.7
11872026-03-03T18:19:11.842Z Downloaded derive-ex v0.1.8
11882026-03-03T18:19:11.842Z Downloaded aws-lc-rs v1.16.0
11892026-03-03T18:19:11.867Z Downloaded futures-io v0.3.32
11902026-03-03T18:19:11.867Z Downloaded futures-core v0.3.32
11912026-03-03T18:19:11.867Z Downloaded foreign-types-macros v0.2.3
11922026-03-03T18:19:11.867Z Downloaded float-ord v0.3.2
11932026-03-03T18:19:11.867Z Downloaded enum-as-inner v0.6.1
11942026-03-03T18:19:11.867Z Downloaded foreign-types v0.5.0
11952026-03-03T18:19:11.867Z Downloaded foreign-types v0.3.2
11962026-03-03T18:19:11.867Z Downloaded endian-type v0.1.2
11972026-03-03T18:19:11.867Z Downloaded embedded-io v0.4.0
11982026-03-03T18:19:11.867Z Downloaded foreign-types-shared v0.3.1
11992026-03-03T18:19:11.867Z Downloaded flagset v0.4.7
12002026-03-03T18:19:11.867Z Downloaded blowfish v0.9.1
12012026-03-03T18:19:11.868Z Downloaded ident_case v1.0.1
12022026-03-03T18:19:11.892Z Downloaded hyper-tls v0.6.0
12032026-03-03T18:19:11.892Z Downloaded hubpack v0.1.2
12042026-03-03T18:19:11.892Z Downloaded http-range v0.1.5
12052026-03-03T18:19:11.892Z Downloaded dyn-clone v1.0.20
12062026-03-03T18:19:11.892Z Downloaded http-body v1.0.1
12072026-03-03T18:19:11.892Z Downloaded hostname v0.4.2
12082026-03-03T18:19:11.892Z Downloaded hash32 v0.3.1
12092026-03-03T18:19:11.892Z Downloaded ghash v0.5.1
12102026-03-03T18:19:11.892Z Downloaded fxhash v0.2.1
12112026-03-03T18:19:11.917Z Downloaded crunchy v0.2.4
12122026-03-03T18:19:11.917Z Downloaded constant_time_eq v0.4.2
12132026-03-03T18:19:11.917Z Downloaded cargo_toml v0.22.3
12142026-03-03T18:19:11.917Z Downloaded hex v0.4.3
12152026-03-03T18:19:11.917Z Downloaded globwalk v0.9.1
12162026-03-03T18:19:11.917Z Downloaded drift v0.1.3
12172026-03-03T18:19:11.917Z Downloaded darling v0.23.0
12182026-03-03T18:19:11.942Z Downloaded crossbeam-deque v0.8.6
12192026-03-03T18:19:11.942Z Downloaded crc32fast v1.5.0
12202026-03-03T18:19:11.942Z Downloaded colored v3.1.1
12212026-03-03T18:19:11.942Z Downloaded colored v2.2.0
12222026-03-03T18:19:11.942Z Downloaded futures-task v0.3.32
12232026-03-03T18:19:11.942Z Downloaded dunce v1.0.5
12242026-03-03T18:19:11.942Z Downloaded dirs-next v2.0.0
12252026-03-03T18:19:11.942Z Downloaded darling_macro v0.21.3
12262026-03-03T18:19:11.942Z Downloaded darling v0.21.3
12272026-03-03T18:19:11.967Z Downloaded cobs v0.3.0
12282026-03-03T18:19:11.967Z Downloaded gethostname v0.5.0
12292026-03-03T18:19:11.967Z Downloaded document-features v0.2.12
12302026-03-03T18:19:11.967Z Downloaded cookie_store v0.22.1
12312026-03-03T18:19:11.967Z Downloaded console v0.15.11
12322026-03-03T18:19:11.967Z Downloaded compact_str v0.8.1
12332026-03-03T18:19:11.967Z Downloaded bit-vec v0.6.3
12342026-03-03T18:19:11.991Z Downloaded dirs-sys-next v0.1.2
12352026-03-03T18:19:11.991Z Downloaded debug-ignore v1.0.5
12362026-03-03T18:19:11.992Z Downloaded crc v3.4.0
12372026-03-03T18:19:11.992Z Downloaded chacha20poly1305 v0.10.1
12382026-03-03T18:19:11.992Z Downloaded diff v0.1.13
12392026-03-03T18:19:11.992Z Downloaded darling_macro v0.20.11
12402026-03-03T18:19:11.992Z Downloaded crucible-workspace-hack v0.1.0
12412026-03-03T18:19:11.992Z Downloaded crc-catalog v2.4.0
12422026-03-03T18:19:11.992Z Downloaded block-padding v0.3.3
12432026-03-03T18:19:12.016Z Downloaded bcrypt-pbkdf v0.10.0
12442026-03-03T18:19:12.016Z Downloaded dsl_auto_type v0.1.3
12452026-03-03T18:19:12.016Z Downloaded diesel_table_macro_syntax v0.2.0
12462026-03-03T18:19:12.016Z Downloaded derive_builder v0.20.2
12472026-03-03T18:19:12.016Z Downloaded data-encoding v2.10.0
12482026-03-03T18:19:12.016Z Downloaded cstr-argument v0.1.2
12492026-03-03T18:19:12.016Z Downloaded convert_case v0.10.0
12502026-03-03T18:19:12.016Z Downloaded const_format_proc_macros v0.2.34
12512026-03-03T18:19:12.016Z Downloaded cargo-platform v0.1.9
12522026-03-03T18:19:12.016Z Downloaded base16ct v1.0.0
12532026-03-03T18:19:12.041Z Downloaded difflib v0.4.0
12542026-03-03T18:19:12.041Z Downloaded diesel-dtrace v0.4.2
12552026-03-03T18:19:12.041Z Downloaded des v0.8.1
12562026-03-03T18:19:12.041Z Downloaded defmt-parser v1.0.0
12572026-03-03T18:19:12.041Z Downloaded darling_macro v0.23.0
12582026-03-03T18:19:12.041Z Downloaded crc8 v0.1.1
12592026-03-03T18:19:12.041Z Downloaded cpufeatures v0.3.0
12602026-03-03T18:19:12.041Z Downloaded convert_case v0.4.0
12612026-03-03T18:19:12.041Z Downloaded ciborium-io v0.2.2
12622026-03-03T18:19:12.041Z Downloaded buf-list v1.1.2
12632026-03-03T18:19:12.041Z Downloaded bitflags v1.3.2
12642026-03-03T18:19:12.041Z Downloaded bitfield-macros v0.19.4
12652026-03-03T18:19:12.041Z Downloaded bit-set v0.8.0
12662026-03-03T18:19:12.067Z Downloaded base64 v0.21.7
12672026-03-03T18:19:12.067Z Downloaded arrayvec v0.7.6
12682026-03-03T18:19:12.067Z Downloaded derive_builder_macro v0.20.2
12692026-03-03T18:19:12.067Z Downloaded corncobs v0.1.4
12702026-03-03T18:19:12.067Z Downloaded cipher v0.4.4
12712026-03-03T18:19:12.067Z Downloaded ciborium-ll v0.2.2
12722026-03-03T18:19:12.067Z Downloaded cbc v0.1.2
12732026-03-03T18:19:12.067Z Downloaded bzip2 v0.4.4
12742026-03-03T18:19:12.092Z Downloaded bcs v0.1.6
12752026-03-03T18:19:12.092Z Downloaded castaway v0.2.4
12762026-03-03T18:19:12.092Z Downloaded cargo_metadata v0.19.2
12772026-03-03T18:19:12.092Z Downloaded defmt v1.0.1
12782026-03-03T18:19:12.092Z Downloaded ctr v0.9.2
12792026-03-03T18:19:12.092Z Downloaded csv-core v0.1.13
12802026-03-03T18:19:12.092Z Downloaded critical-section v1.2.0
12812026-03-03T18:19:12.092Z Downloaded cfg_aliases v0.2.1
12822026-03-03T18:19:12.117Z Downloaded cfg_aliases v0.1.1
12832026-03-03T18:19:12.117Z Downloaded cassowary v0.3.0
12842026-03-03T18:19:12.117Z Downloaded cancel-safe-futures v0.1.5
12852026-03-03T18:19:12.117Z Downloaded bzip2 v0.6.1
12862026-03-03T18:19:12.117Z Downloaded blake2 v0.10.6
12872026-03-03T18:19:12.117Z Downloaded base64ct v1.8.3
12882026-03-03T18:19:12.117Z Downloaded base64 v0.22.1
12892026-03-03T18:19:12.117Z Downloaded async-stream v0.3.6
12902026-03-03T18:19:12.142Z Downloaded defmt v0.3.100
12912026-03-03T18:19:12.142Z Downloaded daft v0.1.5
12922026-03-03T18:19:12.142Z Downloaded curve25519-dalek-derive v0.1.1
12932026-03-03T18:19:12.142Z Downloaded backoff v0.4.0
12942026-03-03T18:19:12.142Z Downloaded bitfield-struct v0.6.2
12952026-03-03T18:19:12.142Z Downloaded bitfield v0.19.4
12962026-03-03T18:19:12.142Z Downloaded bit-vec v0.8.0
12972026-03-03T18:19:12.142Z Downloaded bit-set v0.5.3
12982026-03-03T18:19:12.142Z Downloaded bb8 v0.8.6
12992026-03-03T18:19:12.142Z Downloaded base16ct v0.2.0
13002026-03-03T18:19:12.142Z Downloaded argon2 v0.5.3
13012026-03-03T18:19:12.142Z Downloaded ar_archive_writer v0.5.1
13022026-03-03T18:19:12.168Z Downloaded aho-corasick v1.1.4
13032026-03-03T18:19:12.168Z Downloaded aes-gcm v0.10.3
13042026-03-03T18:19:12.168Z Downloaded aes v0.8.4
13052026-03-03T18:19:12.168Z Downloaded atomicwrites v0.4.4
13062026-03-03T18:19:12.168Z Downloaded atomic-waker v1.1.2
13072026-03-03T18:19:12.168Z Downloaded assert_matches v1.5.0
13082026-03-03T18:19:12.168Z Downloaded array-init v0.0.4
13092026-03-03T18:19:12.168Z Downloaded arc-swap v1.8.2
13102026-03-03T18:19:12.193Z Downloaded ahash v0.8.12
13112026-03-03T18:19:12.193Z Downloaded aead v0.5.2
13122026-03-03T18:19:12.193Z Downloaded adler2 v2.0.1
13132026-03-03T18:19:12.193Z Downloaded async-trait v0.1.89
13142026-03-03T18:19:12.193Z Downloaded async-stream-impl v0.3.6
13152026-03-03T18:19:12.193Z Downloaded async-recursion v1.1.1
13162026-03-03T18:19:12.193Z Downloaded async-bb8-diesel v0.2.1
13172026-03-03T18:19:12.193Z Downloaded aws-lc-sys v0.37.1
13182026-03-03T18:19:12.540Z Downloaded ascii-canvas v3.0.0
13192026-03-03T18:19:12.565Z Downloaded arrayref v0.3.9
13202026-03-03T18:19:12.565Z Downloaded allocator-api2 v0.2.21
13212026-03-03T18:19:12.565Z Downloaded backon v1.6.0
13222026-03-03T18:19:12.777Z Compiling libc v0.2.180
13232026-03-03T18:19:12.777Z Compiling serde v1.0.228
13242026-03-03T18:19:12.801Z Compiling log v0.4.29
13252026-03-03T18:19:12.801Z Compiling shlex v1.3.0
13262026-03-03T18:19:12.801Z Compiling find-msvc-tools v0.1.9
13272026-03-03T18:19:12.826Z Compiling smallvec v1.15.1
13282026-03-03T18:19:12.850Z Compiling syn v2.0.117
13292026-03-03T18:19:12.850Z Compiling typenum v1.19.0
13302026-03-03T18:19:13.295Z Compiling generic-array v0.14.7
13312026-03-03T18:19:13.340Z Compiling subtle v2.6.1
13322026-03-03T18:19:13.365Z Compiling scopeguard v1.2.0
13332026-03-03T18:19:13.492Z Compiling portable-atomic v1.13.1
13342026-03-03T18:19:13.541Z Compiling lock_api v0.4.14
13352026-03-03T18:19:13.574Z Compiling const-oid v0.9.6
13362026-03-03T18:19:13.731Z Compiling critical-section v1.2.0
13372026-03-03T18:19:13.785Z Compiling zerocopy v0.8.40
13382026-03-03T18:19:13.976Z Compiling parking_lot_core v0.9.12
13392026-03-03T18:19:14.026Z Compiling pin-project-lite v0.2.17
13402026-03-03T18:19:14.202Z Compiling serde_json v1.0.149
13412026-03-03T18:19:14.474Z Compiling pkg-config v0.3.32
13422026-03-03T18:19:14.660Z Compiling libm v0.2.16
13432026-03-03T18:19:14.961Z Compiling getrandom v0.2.17
13442026-03-03T18:19:15.053Z Compiling jobserver v0.1.34
13452026-03-03T18:19:15.440Z Compiling errno v0.3.14
13462026-03-03T18:19:15.706Z Compiling rand_core v0.6.4
13472026-03-03T18:19:15.735Z Compiling signal-hook-registry v1.4.8
13482026-03-03T18:19:16.030Z Compiling cc v1.2.56
13492026-03-03T18:19:16.150Z Compiling once_cell v1.21.3
13502026-03-03T18:19:16.190Z Compiling parking_lot v0.12.5
13512026-03-03T18:19:16.307Z Compiling mio v1.1.1
13522026-03-03T18:19:16.415Z Compiling num-traits v0.2.19
13532026-03-03T18:19:16.469Z Compiling bitflags v2.11.0
13542026-03-03T18:19:16.706Z Compiling futures-core v0.3.32
13552026-03-03T18:19:17.097Z Compiling socket2 v0.6.2
13562026-03-03T18:19:17.201Z Compiling percent-encoding v2.3.2
13572026-03-03T18:19:17.230Z Compiling allocator-api2 v0.2.21
13582026-03-03T18:19:17.607Z Compiling cpufeatures v0.2.17
13592026-03-03T18:19:17.634Z Compiling futures-sink v0.3.32
13602026-03-03T18:19:17.673Z Compiling foldhash v0.2.0
13612026-03-03T18:19:17.775Z Compiling getrandom v0.4.1
13622026-03-03T18:19:17.879Z Compiling futures-channel v0.3.32
13632026-03-03T18:19:18.042Z Compiling hashbrown v0.16.1
13642026-03-03T18:19:18.102Z Compiling futures-task v0.3.32
13652026-03-03T18:19:18.149Z Compiling slab v0.4.12
13662026-03-03T18:19:18.374Z Compiling futures-io v0.3.32
13672026-03-03T18:19:18.490Z Compiling getrandom v0.3.4
13682026-03-03T18:19:18.527Z Compiling rustversion v1.0.22
13692026-03-03T18:19:18.593Z Compiling rand_core v0.10.0
13702026-03-03T18:19:18.699Z Compiling cmake v0.1.57
13712026-03-03T18:19:19.466Z Compiling indexmap v2.13.0
13722026-03-03T18:19:19.620Z Compiling form_urlencoded v1.2.2
13732026-03-03T18:19:19.986Z Compiling ident_case v1.0.1
13742026-03-03T18:19:20.109Z Compiling fs_extra v1.3.0
13752026-03-03T18:19:20.138Z Compiling dunce v1.0.5
13762026-03-03T18:19:20.295Z Compiling base64ct v1.8.3
13772026-03-03T18:19:20.320Z Compiling flagset v0.4.7
13782026-03-03T18:19:20.405Z Compiling rand_core v0.9.5
13792026-03-03T18:19:20.551Z Compiling iana-time-zone v0.1.65
13802026-03-03T18:19:20.643Z Compiling aws-lc-sys v0.37.1
13812026-03-03T18:19:20.801Z Compiling rustix v1.1.3
13822026-03-03T18:19:20.920Z Compiling pem-rfc7468 v0.7.0
13832026-03-03T18:19:20.946Z Compiling ring v0.17.14
13842026-03-03T18:19:20.975Z Compiling uuid v1.21.0
13852026-03-03T18:19:21.077Z Compiling synstructure v0.13.2
13862026-03-03T18:19:21.103Z Compiling rustc_version v0.4.1
13872026-03-03T18:19:21.567Z Compiling regex-syntax v0.8.10
13882026-03-03T18:19:21.763Z Compiling vcpkg v0.2.15
13892026-03-03T18:19:21.895Z Compiling aws-lc-rs v1.16.0
13902026-03-03T18:19:22.483Z Compiling tracing-core v0.1.36
13912026-03-03T18:19:22.509Z Compiling crossbeam-utils v0.8.21
13922026-03-03T18:19:23.093Z Compiling pest_generator v2.8.6
13932026-03-03T18:19:23.471Z Compiling openssl-sys v0.9.111
13942026-03-03T18:19:23.798Z Compiling serde_derive_internals v0.29.1
13952026-03-03T18:19:24.571Z Compiling httparse v1.10.1
13962026-03-03T18:19:24.704Z Compiling syn v1.0.109
13972026-03-03T18:19:25.308Z Compiling openssl-probe v0.2.1
13982026-03-03T18:19:25.335Z Compiling untrusted v0.9.0
13992026-03-03T18:19:25.364Z Compiling base64 v0.22.1
14002026-03-03T18:19:25.568Z Compiling schemars v0.8.22
14012026-03-03T18:19:25.650Z Compiling untrusted v0.7.1
14022026-03-03T18:19:25.757Z Compiling serde_derive v1.0.228
14032026-03-03T18:19:25.863Z Compiling zeroize_derive v1.4.3
14042026-03-03T18:19:25.925Z Compiling zerofrom-derive v0.1.6
14052026-03-03T18:19:26.052Z Compiling yoke-derive v0.8.1
14062026-03-03T18:19:26.122Z Compiling zerocopy-derive v0.8.40
14072026-03-03T18:19:27.233Z Compiling zeroize v1.8.2
14082026-03-03T18:19:27.357Z Compiling zerovec-derive v0.11.2
14092026-03-03T18:19:27.388Z Compiling displaydoc v0.2.5
14102026-03-03T18:19:28.712Z Compiling tokio-macros v2.6.0
14112026-03-03T18:19:28.922Z Compiling futures-macro v0.3.32
14122026-03-03T18:19:29.108Z Compiling crypto-common v0.1.7
14132026-03-03T18:19:29.232Z Compiling zerofrom v0.1.6
14142026-03-03T18:19:29.374Z Compiling block-buffer v0.10.4
14152026-03-03T18:19:29.483Z Compiling yoke v0.8.1
14162026-03-03T18:19:29.659Z Compiling digest v0.10.7
14172026-03-03T18:19:29.701Z Compiling block-padding v0.3.3
14182026-03-03T18:19:29.857Z Compiling zerovec v0.11.5
14192026-03-03T18:19:29.991Z Compiling zerotrie v0.2.3
14202026-03-03T18:19:30.271Z Compiling hmac v0.12.1
14212026-03-03T18:19:30.311Z Compiling inout v0.1.4
14222026-03-03T18:19:30.563Z Compiling cipher v0.4.4
14232026-03-03T18:19:30.602Z Compiling sha2 v0.10.9
14242026-03-03T18:19:30.738Z Compiling der_derive v0.7.3
14252026-03-03T18:19:30.859Z Compiling futures-util v0.3.32
14262026-03-03T18:19:31.087Z Compiling tinystr v0.8.2
14272026-03-03T18:19:31.111Z Compiling potential_utf v0.1.4
14282026-03-03T18:19:31.413Z Compiling icu_collections v2.1.1
14292026-03-03T18:19:31.513Z Compiling icu_locale_core v2.1.1
14302026-03-03T18:19:32.545Z Compiling salsa20 v0.10.2
14312026-03-03T18:19:32.797Z Compiling pbkdf2 v0.12.2
14322026-03-03T18:19:33.006Z Compiling thiserror-impl v2.0.18
14332026-03-03T18:19:33.075Z Compiling icu_provider v2.1.1
14342026-03-03T18:19:33.703Z Compiling bytes v1.11.1
14352026-03-03T18:19:33.736Z Compiling icu_normalizer v2.1.1
14362026-03-03T18:19:33.875Z Compiling icu_properties v2.1.2
14372026-03-03T18:19:33.962Z Compiling der v0.7.10
14382026-03-03T18:19:34.948Z Compiling tokio v1.49.0
14392026-03-03T18:19:35.183Z Compiling http v1.4.0
14402026-03-03T18:19:36.083Z Compiling idna_adapter v1.2.1
14412026-03-03T18:19:36.314Z Compiling idna v1.1.0
14422026-03-03T18:19:36.462Z Compiling spki v0.7.3
14432026-03-03T18:19:36.659Z Compiling chrono v0.4.44
14442026-03-03T18:19:36.906Z Compiling thiserror v2.0.18
14452026-03-03T18:19:36.937Z Compiling scrypt v0.11.0
14462026-03-03T18:19:37.105Z Compiling url v2.5.8
14472026-03-03T18:19:37.317Z Compiling cbc v0.1.2
14482026-03-03T18:19:37.457Z Compiling aes v0.8.4
14492026-03-03T18:19:37.617Z Compiling rustls-pki-types v1.14.0
14502026-03-03T18:19:37.963Z Compiling ppv-lite86 v0.2.21
14512026-03-03T18:19:38.105Z Compiling tracing-attributes v0.1.31
14522026-03-03T18:19:38.665Z Compiling rand_chacha v0.9.0
14532026-03-03T18:19:38.725Z Compiling pkcs5 v0.7.1
14542026-03-03T18:19:38.928Z Compiling http-body v1.0.1
14552026-03-03T18:19:39.236Z Compiling rand v0.9.2
14562026-03-03T18:19:39.862Z Compiling pkcs8 v0.10.2
14572026-03-03T18:19:40.014Z Compiling schemars_derive v0.8.22
14582026-03-03T18:19:40.206Z Compiling pest_derive v2.8.6
14592026-03-03T18:19:40.536Z Compiling scroll_derive v0.13.1
14602026-03-03T18:19:41.129Z Compiling tracing v0.1.44
14612026-03-03T18:19:41.167Z Compiling darling_core v0.20.11
14622026-03-03T18:19:41.657Z Compiling atomic-waker v1.1.2
14632026-03-03T18:19:41.901Z Compiling try-lock v0.2.5
14642026-03-03T18:19:42.118Z Compiling tinyvec_macros v0.1.1
14652026-03-03T18:19:42.263Z Compiling tower-service v0.3.3
14662026-03-03T18:19:42.370Z Compiling rustls v0.23.37
14672026-03-03T18:19:42.395Z Compiling tower-layer v0.3.3
14682026-03-03T18:19:42.448Z Compiling dyn-clone v1.0.20
14692026-03-03T18:19:42.705Z Compiling scroll v0.13.0
14702026-03-03T18:19:42.743Z Compiling tinyvec v1.10.0
14712026-03-03T18:19:42.767Z Compiling want v0.3.1
14722026-03-03T18:19:43.718Z Compiling ipnet v2.11.0
14732026-03-03T18:19:43.801Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14742026-03-03T18:19:44.618Z Compiling tokio-util v0.7.18
14752026-03-03T18:19:44.644Z Compiling spin v0.9.8
14762026-03-03T18:19:44.958Z Compiling aho-corasick v1.1.4
14772026-03-03T18:19:45.121Z Compiling pin-utils v0.1.0
14782026-03-03T18:19:45.271Z Compiling powerfmt v0.2.0
14792026-03-03T18:19:45.757Z Compiling httpdate v1.0.3
14802026-03-03T18:19:46.191Z Compiling crc32fast v1.5.0
14812026-03-03T18:19:46.413Z Compiling h2 v0.4.13
14822026-03-03T18:19:46.752Z Compiling time-core v0.1.8
14832026-03-03T18:19:47.130Z Compiling num-conv v0.2.0
14842026-03-03T18:19:47.366Z Compiling openssl v0.10.75
14852026-03-03T18:19:47.447Z Compiling foreign-types-shared v0.1.1
14862026-03-03T18:19:47.657Z Compiling foreign-types v0.3.2
14872026-03-03T18:19:47.753Z Compiling darling_macro v0.20.11
14882026-03-03T18:19:47.805Z Compiling time-macros v0.2.27
14892026-03-03T18:19:47.954Z Compiling regex-automata v0.4.14
14902026-03-03T18:19:48.786Z Compiling darling v0.20.11
14912026-03-03T18:19:49.041Z Compiling tempfile v3.25.0
14922026-03-03T18:19:49.817Z Compiling deranged v0.5.8
14932026-03-03T18:19:49.968Z Compiling goblin v0.10.5
14942026-03-03T18:19:50.706Z Compiling thiserror-impl v1.0.69
14952026-03-03T18:19:52.541Z Compiling openssl-macros v0.1.1
14962026-03-03T18:19:53.676Z Compiling wait-timeout v0.2.1
14972026-03-03T18:19:54.252Z Compiling hyper v1.8.1
14982026-03-03T18:19:54.685Z Compiling siphasher v1.0.2
14992026-03-03T18:19:55.052Z Compiling either v1.15.0
15002026-03-03T18:19:55.194Z Compiling bit-vec v0.8.0
15012026-03-03T18:19:55.523Z Compiling simd-adler32 v0.3.8
15022026-03-03T18:19:55.664Z Compiling usdt-impl v0.6.0
15032026-03-03T18:19:56.073Z Compiling num_threads v0.1.7
15042026-03-03T18:19:56.112Z Compiling quick-error v1.2.3
15052026-03-03T18:19:56.241Z Compiling native-tls v0.2.18
15062026-03-03T18:19:56.308Z Compiling rusty-fork v0.3.1
15072026-03-03T18:19:56.486Z Compiling time v0.3.47
15082026-03-03T18:19:56.708Z Compiling bit-set v0.8.0
15092026-03-03T18:19:57.052Z Compiling hyper-util v0.1.20
15102026-03-03T18:19:58.329Z Compiling dof v0.4.0
15112026-03-03T18:19:59.155Z Compiling thiserror v1.0.69
15122026-03-03T18:19:59.691Z Compiling derive_builder_core v0.20.2
15132026-03-03T18:20:00.771Z Compiling unicode-normalization v0.1.25
15142026-03-03T18:20:01.401Z Compiling crossbeam-epoch v0.9.18
15152026-03-03T18:20:01.610Z Compiling dtrace-parser v0.3.0
15162026-03-03T18:20:01.790Z Compiling rustls-native-certs v0.8.3
15172026-03-03T18:20:02.008Z Compiling signature v2.2.0
15182026-03-03T18:20:02.075Z Compiling scroll_derive v0.12.1
15192026-03-03T18:20:02.157Z Compiling heapless v0.7.17
15202026-03-03T18:20:02.358Z Compiling darling_core v0.21.3
15212026-03-03T18:20:02.515Z Compiling slog v2.8.2
15222026-03-03T18:20:02.610Z Compiling rand_xorshift v0.4.0
15232026-03-03T18:20:02.901Z Compiling bzip2-sys v0.1.13+1.0.8
15242026-03-03T18:20:02.951Z Compiling sync_wrapper v1.0.2
15252026-03-03T18:20:03.147Z Compiling thread-id v5.1.0
15262026-03-03T18:20:03.293Z Compiling cookie v0.18.1
15272026-03-03T18:20:03.441Z Compiling adler2 v2.0.1
15282026-03-03T18:20:03.650Z Compiling anyhow v1.0.102
15292026-03-03T18:20:03.682Z Compiling unicode-bidi v0.3.18
15302026-03-03T18:20:03.707Z Compiling paste v1.0.15
15312026-03-03T18:20:03.745Z Compiling unicode-properties v0.1.4
15322026-03-03T18:20:03.949Z Compiling zstd-safe v7.2.4
15332026-03-03T18:20:04.234Z Compiling unarray v0.1.4
15342026-03-03T18:20:04.275Z Compiling unicode-segmentation v1.12.0
15352026-03-03T18:20:04.307Z Compiling rayon-core v1.13.0
15362026-03-03T18:20:04.392Z Compiling signal-hook v0.3.18
15372026-03-03T18:20:04.506Z Compiling proptest v1.10.0
15382026-03-03T18:20:04.668Z Compiling stringprep v0.1.5
15392026-03-03T18:20:05.279Z Compiling scroll v0.12.0
15402026-03-03T18:20:05.307Z Compiling miniz_oxide v0.8.9
15412026-03-03T18:20:05.850Z Compiling tower v0.5.3
15422026-03-03T18:20:06.784Z Compiling crossbeam-deque v0.8.6
15432026-03-03T18:20:06.819Z Compiling derive_builder_macro v0.20.2
15442026-03-03T18:20:06.858Z Compiling ipnetwork v0.21.1
15452026-03-03T18:20:06.957Z Compiling http-body-util v0.1.3
15462026-03-03T18:20:06.986Z Compiling rand_chacha v0.3.1
15472026-03-03T18:20:07.204Z Compiling webpki-roots v1.0.6
15482026-03-03T18:20:07.453Z Compiling erased-serde v0.3.31
15492026-03-03T18:20:07.523Z Compiling toml_datetime v0.6.11
15502026-03-03T18:20:07.735Z Compiling serde_spanned v0.6.9
15512026-03-03T18:20:07.807Z Compiling serde_tokenstream v0.2.3
15522026-03-03T18:20:08.034Z Compiling md-5 v0.10.6
15532026-03-03T18:20:08.160Z Compiling zerocopy-derive v0.7.35
15542026-03-03T18:20:08.364Z Compiling curve25519-dalek v4.1.3
15552026-03-03T18:20:08.457Z Compiling num-integer v0.1.46
15562026-03-03T18:20:08.743Z Compiling vergen-lib v0.1.6
15572026-03-03T18:20:08.911Z Compiling hash32 v0.2.1
15582026-03-03T18:20:09.067Z Compiling ff v0.13.1
15592026-03-03T18:20:09.099Z Compiling rustix v0.38.44
15602026-03-03T18:20:09.158Z Compiling darling_macro v0.21.3
15612026-03-03T18:20:09.183Z Compiling psl-types v2.0.11
15622026-03-03T18:20:09.328Z Compiling num-bigint-dig v0.8.6
15632026-03-03T18:20:09.352Z Compiling base16ct v0.2.0
15642026-03-03T18:20:09.448Z Compiling zlib-rs v0.6.2
15652026-03-03T18:20:09.682Z Compiling litrs v1.0.0
15662026-03-03T18:20:09.733Z Compiling iri-string v0.7.10
15672026-03-03T18:20:09.858Z Compiling smoltcp v0.9.1
15682026-03-03T18:20:10.130Z Compiling ryu v1.0.23
15692026-03-03T18:20:10.222Z Compiling ref-cast v1.0.25
15702026-03-03T18:20:10.503Z Compiling fallible-iterator v0.2.0
15712026-03-03T18:20:10.662Z Compiling serde_urlencoded v0.7.1
15722026-03-03T18:20:10.933Z Compiling newtype-uuid v1.3.2
15732026-03-03T18:20:10.975Z Compiling document-features v0.2.12
15742026-03-03T18:20:11.191Z Compiling postgres-protocol v0.6.10
15752026-03-03T18:20:11.245Z Compiling darling v0.21.3
15762026-03-03T18:20:11.379Z Compiling zerocopy v0.7.35
15772026-03-03T18:20:11.884Z Compiling sec1 v0.7.3
15782026-03-03T18:20:12.287Z Compiling publicsuffix v2.3.0
15792026-03-03T18:20:12.482Z Compiling group v0.13.0
15802026-03-03T18:20:12.784Z Compiling tower-http v0.6.8
15812026-03-03T18:20:12.844Z Compiling num-iter v0.1.45
15822026-03-03T18:20:13.096Z Compiling derive_builder v0.20.2
15832026-03-03T18:20:13.299Z Compiling rand v0.8.5
15842026-03-03T18:20:13.672Z Compiling oxnet v0.1.4
15852026-03-03T18:20:13.786Z Compiling proc-macro-error v1.0.4
15862026-03-03T18:20:13.958Z Compiling tokio-native-tls v0.3.1
15872026-03-03T18:20:14.290Z Compiling goblin v0.8.2
15882026-03-03T18:20:15.306Z Compiling heck v0.4.1
15892026-03-03T18:20:15.773Z Compiling phf_shared v0.13.1
15902026-03-03T18:20:15.993Z Compiling hubpack_derive v0.1.1
15912026-03-03T18:20:16.291Z Compiling regex v1.12.3
15922026-03-03T18:20:16.318Z Compiling lazy_static v1.5.0
15932026-03-03T18:20:16.406Z Compiling cargo-platform v0.1.9
15942026-03-03T18:20:16.491Z Compiling hkdf v0.12.4
15952026-03-03T18:20:16.829Z Compiling flate2 v1.1.9
15962026-03-03T18:20:16.867Z Compiling crypto-bigint v0.5.5
15972026-03-03T18:20:16.971Z Compiling curve25519-dalek-derive v0.1.1
15982026-03-03T18:20:17.418Z Compiling ref-cast-impl v1.0.25
15992026-03-03T18:20:17.581Z Compiling async-trait v0.1.89
16002026-03-03T18:20:17.815Z Compiling strum_macros v0.27.2
16012026-03-03T18:20:18.418Z Compiling daft-derive v0.1.5
16022026-03-03T18:20:18.570Z Compiling terminal_size v0.4.3
16032026-03-03T18:20:18.822Z Compiling vergen v9.0.6
16042026-03-03T18:20:19.169Z Compiling fs-err v3.3.0
16052026-03-03T18:20:19.478Z Compiling ahash v0.8.12
16062026-03-03T18:20:19.930Z Compiling managed v0.8.0
16072026-03-03T18:20:20.015Z Compiling libbz2-rs-sys v0.2.2
16082026-03-03T18:20:20.041Z Compiling winnow v0.5.40
16092026-03-03T18:20:20.446Z Compiling bitflags v1.3.2
16102026-03-03T18:20:20.569Z Compiling object v0.37.3
16112026-03-03T18:20:21.101Z Compiling bumpalo v3.20.2
16122026-03-03T18:20:21.712Z Compiling foldhash v0.1.5
16132026-03-03T18:20:21.742Z Compiling console v0.16.2
16142026-03-03T18:20:22.097Z Compiling hashbrown v0.15.5
16152026-03-03T18:20:22.605Z Compiling strum v0.27.2
16162026-03-03T18:20:22.697Z Compiling zopfli v0.8.3
16172026-03-03T18:20:22.904Z Compiling bzip2 v0.6.1
16182026-03-03T18:20:23.100Z Compiling dof v0.3.0
16192026-03-03T18:20:23.379Z Compiling daft v0.1.5
16202026-03-03T18:20:23.715Z Compiling toml_edit v0.19.15
16212026-03-03T18:20:23.948Z Compiling elliptic-curve v0.13.8
16222026-03-03T18:20:24.148Z Compiling clap_builder v4.5.60
16232026-03-03T18:20:24.893Z Compiling hubpack v0.1.2
16242026-03-03T18:20:24.918Z Compiling cargo_metadata v0.19.2
16252026-03-03T18:20:25.361Z Compiling phf v0.13.1
16262026-03-03T18:20:25.665Z Compiling zone_cfg_derive v0.3.1
16272026-03-03T18:20:26.975Z Compiling signal-hook-mio v0.2.5
16282026-03-03T18:20:27.169Z Compiling cookie_store v0.22.1
16292026-03-03T18:20:28.701Z Compiling zstd v0.13.3
16302026-03-03T18:20:29.252Z Compiling rayon v1.11.0
16312026-03-03T18:20:29.284Z Compiling hyper-tls v0.6.0
16322026-03-03T18:20:29.766Z Compiling bzip2 v0.4.4
16332026-03-03T18:20:30.224Z Compiling postgres-types v0.2.12
16342026-03-03T18:20:31.186Z Compiling serde_with_macros v3.17.0
16352026-03-03T18:20:31.521Z Compiling usdt-macro v0.6.0
16362026-03-03T18:20:32.009Z Compiling usdt-attr-macro v0.6.0
16372026-03-03T18:20:32.436Z Compiling ed25519 v2.2.3
16382026-03-03T18:20:33.112Z Compiling dtrace-parser v0.2.0
16392026-03-03T18:20:33.235Z Compiling itertools v0.12.1
16402026-03-03T18:20:33.630Z Compiling phf_shared v0.11.3
16412026-03-03T18:20:33.657Z Compiling bstr v1.12.1
16422026-03-03T18:20:33.690Z Compiling pkcs1 v0.7.5
16432026-03-03T18:20:34.027Z Compiling hex v0.4.3
16442026-03-03T18:20:34.491Z Compiling serde-big-array v0.5.1
16452026-03-03T18:20:34.586Z Compiling rfc6979 v0.4.0
16462026-03-03T18:20:34.642Z Compiling strum_macros v0.26.4
16472026-03-03T18:20:34.741Z Compiling serde_repr v0.1.20
16482026-03-03T18:20:34.820Z Compiling clap_derive v4.5.55
16492026-03-03T18:20:34.909Z Compiling enum-as-inner v0.6.1
16502026-03-03T18:20:35.234Z Compiling float-cmp v0.10.0
16512026-03-03T18:20:35.509Z Compiling memmap2 v0.9.10
16522026-03-03T18:20:35.878Z Compiling thread-id v4.2.2
16532026-03-03T18:20:35.956Z Compiling env_filter v1.0.0
16542026-03-03T18:20:35.981Z Compiling encoding_rs v0.8.35
16552026-03-03T18:20:36.024Z Compiling whoami v2.1.0
16562026-03-03T18:20:36.239Z Compiling precomputed-hash v0.1.1
16572026-03-03T18:20:36.385Z Compiling jiff v0.2.21
16582026-03-03T18:20:36.609Z Compiling mime v0.3.17
16592026-03-03T18:20:36.894Z Compiling keccak v0.1.6
16602026-03-03T18:20:37.124Z Compiling fixedbitset v0.5.7
16612026-03-03T18:20:37.751Z Compiling unit-prefix v0.5.2
16622026-03-03T18:20:37.808Z Compiling data-encoding v2.10.0
16632026-03-03T18:20:38.031Z Compiling difflib v0.4.0
16642026-03-03T18:20:38.709Z Compiling new_debug_unreachable v1.0.6
16652026-03-03T18:20:38.823Z Compiling rustc-hash v2.1.1
16662026-03-03T18:20:38.875Z Compiling normalize-line-endings v0.3.0
16672026-03-03T18:20:39.051Z Compiling predicates-core v1.0.10
16682026-03-03T18:20:39.078Z Compiling static_assertions v1.1.0
16692026-03-03T18:20:39.151Z Compiling fixedbitset v0.4.2
16702026-03-03T18:20:39.220Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16712026-03-03T18:20:39.332Z Compiling predicates v3.1.4
16722026-03-03T18:20:39.408Z Compiling clap v4.5.60
16732026-03-03T18:20:39.433Z Compiling iddqd v0.3.17
16742026-03-03T18:20:39.565Z Compiling petgraph v0.6.5
16752026-03-03T18:20:39.618Z Compiling string_cache v0.8.9
16762026-03-03T18:20:39.688Z Compiling strum v0.26.3
16772026-03-03T18:20:39.894Z Compiling hickory-proto v0.25.2
16782026-03-03T18:20:40.055Z Compiling indicatif v0.18.4
16792026-03-03T18:20:40.840Z Compiling toml_edit v0.22.27
16802026-03-03T18:20:42.008Z Compiling petgraph v0.8.3
16812026-03-03T18:20:42.094Z Compiling sha3 v0.10.8
16822026-03-03T18:20:43.130Z Compiling zip v4.6.1
16832026-03-03T18:20:43.233Z Compiling tokio-postgres v0.7.16
16842026-03-03T18:20:45.350Z Compiling env_logger v0.11.9
16852026-03-03T18:20:45.956Z Compiling zone v0.3.1
16862026-03-03T18:20:46.112Z Compiling usdt-impl v0.5.0
16872026-03-03T18:20:46.788Z Compiling usdt v0.6.0
16882026-03-03T18:20:47.105Z Compiling ecdsa v0.16.9
16892026-03-03T18:20:47.310Z Compiling similar v2.7.0
16902026-03-03T18:20:47.417Z Compiling serde_with v3.17.0
16912026-03-03T18:20:47.589Z Compiling rsa v0.9.10
16922026-03-03T18:20:47.864Z Compiling ed25519-dalek v2.2.0
16932026-03-03T18:20:47.972Z Compiling crossterm v0.28.1
16942026-03-03T18:20:48.248Z Compiling zip v0.6.6
16952026-03-03T18:20:49.424Z Compiling toml v0.7.8
16962026-03-03T18:20:50.736Z Compiling toml_parser v1.0.9+spec-1.1.0
16972026-03-03T18:20:50.896Z Compiling itertools v0.13.0
16982026-03-03T18:20:51.029Z Compiling tokio-stream v0.1.18
16992026-03-03T18:20:51.450Z Compiling buf-list v1.1.2
17002026-03-03T18:20:51.738Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17012026-03-03T18:20:52.017Z Compiling x509-cert v0.2.5
17022026-03-03T18:20:52.047Z Compiling openapiv3 v2.2.0
17032026-03-03T18:20:52.239Z Compiling sha1 v0.10.6
17042026-03-03T18:20:52.525Z Compiling toml_datetime v0.7.5+spec-1.1.0
17052026-03-03T18:20:52.690Z Compiling lalrpop-util v0.19.12
17062026-03-03T18:20:53.105Z Compiling peg-runtime v0.8.5
17072026-03-03T18:20:53.177Z Compiling thread_local v1.1.9
17082026-03-03T18:20:53.651Z Compiling slog-async v2.8.0
17092026-03-03T18:20:53.700Z Compiling crossbeam-channel v0.5.15
17102026-03-03T18:20:53.902Z Compiling futures-executor v0.3.32
17112026-03-03T18:20:54.216Z Compiling filetime v0.2.27
17122026-03-03T18:20:54.375Z Compiling is-terminal v0.4.17
17132026-03-03T18:20:54.534Z Compiling take_mut v0.2.2
17142026-03-03T18:20:54.559Z Compiling xattr v1.6.1
17152026-03-03T18:20:54.658Z Compiling term v1.2.1
17162026-03-03T18:20:54.870Z Compiling tar v0.4.44
17172026-03-03T18:20:55.106Z Compiling futures v0.3.32
17182026-03-03T18:20:55.881Z Compiling slog-term v2.9.2
17192026-03-03T18:21:06.618Z Compiling rustls-webpki v0.103.9
17202026-03-03T18:21:14.297Z Compiling tokio-rustls v0.26.4
17212026-03-03T18:21:14.297Z Compiling rustls-platform-verifier v0.6.2
17222026-03-03T18:21:14.783Z Compiling hyper-rustls v0.27.7
17232026-03-03T18:21:15.245Z Compiling reqwest v0.13.2
17242026-03-03T18:21:15.269Z Compiling reqwest v0.12.28
17252026-03-03T18:21:20.957Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-03-03T18:21:21.395Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-03-03T18:21:28.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
17282026-03-03T18:21:28.385Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-03-03T18:21:28.466ZMar 03 18:21:28.246 INFO Starting download, target: Clickhouse
17302026-03-03T18:21:28.466ZMar 03 18:21:28.247 INFO Starting download, target: Cockroach
17312026-03-03T18:21:28.466ZMar 03 18:21:28.247 INFO Starting download, target: Console
17322026-03-03T18:21:28.466ZMar 03 18:21:28.247 INFO Starting download, target: DendriteStub
17332026-03-03T18:21:28.466ZMar 03 18:21:28.247 INFO Starting download, target: MaghemiteMgd
17342026-03-03T18:21:28.466ZMar 03 18:21:28.247 INFO Starting download, target: TransceiverControl
17352026-03-03T18:21:28.490ZMar 03 18:21:28.248 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-03-03T18:21:28.491ZMar 03 18:21:28.248 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-03-03T18:21:28.491ZMar 03 18:21:28.248 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17382026-03-03T18:21:28.491ZMar 03 18:21:28.248 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17392026-03-03T18:21:28.491ZMar 03 18:21:28.248 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-03-03T18:21:28.491ZMar 03 18:21:28.248 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-03-03T18:21:29.030ZMar 03 18:21:28.806 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-03-03T18:21:29.764ZMar 03 18:21:29.541 INFO Download complete, target: Console
17432026-03-03T18:21:31.020ZMar 03 18:21:30.801 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17442026-03-03T18:21:31.818ZMar 03 18:21:31.599 INFO Download complete, target: TransceiverControl
17452026-03-03T18:21:34.629ZMar 03 18:21:34.410 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-03-03T18:21:35.522ZMar 03 18:21:35.303 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-03-03T18:21:36.056ZMar 03 18:21:35.837 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-03-03T18:21:37.914ZMar 03 18:21:37.696 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-03-03T18:21:37.914ZMar 03 18:21:37.696 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-03-03T18:21:42.614ZMar 03 18:21:42.395 INFO Download complete, target: DendriteStub
17512026-03-03T18:21:43.765ZMar 03 18:21:43.546 INFO Download complete, target: MaghemiteMgd
17522026-03-03T18:21:54.698ZMar 03 18:21:54.480 INFO Checking that binary works, target: Cockroach
17532026-03-03T18:21:54.910ZMar 03 18:21:54.693 INFO Download complete, target: Cockroach
17542026-03-03T18:22:00.482ZMar 03 18:22:00.265 INFO Checking that binary works, target: Clickhouse
17552026-03-03T18:22:00.863ZMar 03 18:22:00.645 INFO Download complete, target: Clickhouse
17562026-03-03T18:22:00.888ZAll prerequisites installed successfully
17572026-03-03T18:22:00.889Z
17582026-03-03T18:22:00.889Zreal 6:52.406819154
17592026-03-03T18:22:00.889Zuser 18:53.870032682
17602026-03-03T18:22:00.889Zsys 3:01.030977798
17612026-03-03T18:22:00.889Ztrap 0.799218678
17622026-03-03T18:22:00.889Ztflt 0.396714673
17632026-03-03T18:22:00.889Zdflt 1.033199300
17642026-03-03T18:22:00.889Zkflt 0.009222160
17652026-03-03T18:22:00.889Zlock 44:01.777808610
17662026-03-03T18:22:00.889Zslp 1:06:48.322293624
17672026-03-03T18:22:00.889Zlat 1:19.820188745
17682026-03-03T18:22:00.889Zstop 3:19.455991886
17692026-03-03T18:22:00.889Z+ ptime -m cargo xtask download softnpu
17702026-03-03T18:22:02.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
17712026-03-03T18:22:02.516Z Running `target/debug/xtask download softnpu`
17722026-03-03T18:22:04.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
17732026-03-03T18:22:04.653Z Running `target/debug/xtask-downloader softnpu`
17742026-03-03T18:22:04.712ZMar 03 18:22:04.494 INFO Starting download, target: Softnpu
17752026-03-03T18:22:04.736ZMar 03 18:22:04.495 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17762026-03-03T18:22:06.667ZMar 03 18:22:06.450 INFO Download complete, target: Softnpu
17772026-03-03T18:22:06.692Z
17782026-03-03T18:22:06.692Zreal 5.792869092
17792026-03-03T18:22:06.692Zuser 3.308206798
17802026-03-03T18:22:06.692Zsys 1.973919588
17812026-03-03T18:22:06.692Ztrap 0.002031601
17822026-03-03T18:22:06.692Ztflt 0.000259723
17832026-03-03T18:22:06.692Zdflt 0.000324864
17842026-03-03T18:22:06.692Zkflt 0.000000000
17852026-03-03T18:22:06.692Zlock 21.941421632
17862026-03-03T18:22:06.692Zslp 1.518138599
17872026-03-03T18:22:06.692Zlat 0.419522814
17882026-03-03T18:22:06.692Zstop 0.000253690
17892026-03-03T18:22:06.692Z+ export CARGO_INCREMENTAL=0
17902026-03-03T18:22:06.692Z+ CARGO_INCREMENTAL=0
17912026-03-03T18:22:06.692Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17922026-03-03T18:22:09.206Z Compiling proc-macro2 v1.0.106
17932026-03-03T18:22:09.206Z Compiling quote v1.0.44
17942026-03-03T18:22:09.206Z Compiling unicode-ident v1.0.24
17952026-03-03T18:22:09.231Z Compiling libc v0.2.180
17962026-03-03T18:22:09.231Z Compiling serde_core v1.0.228
17972026-03-03T18:22:09.231Z Compiling serde v1.0.228
17982026-03-03T18:22:09.256Z Compiling cfg-if v1.0.4
17992026-03-03T18:22:09.280Z Compiling version_check v0.9.5
18002026-03-03T18:22:09.545Z Compiling find-msvc-tools v0.1.9
18012026-03-03T18:22:09.591Z Compiling shlex v1.3.0
18022026-03-03T18:22:10.039Z Compiling typenum v1.19.0
18032026-03-03T18:22:10.138Z Compiling generic-array v0.14.7
18042026-03-03T18:22:10.162Z Compiling portable-atomic v1.13.1
18052026-03-03T18:22:10.455Z Compiling memchr v2.8.0
18062026-03-03T18:22:10.710Z Compiling zmij v1.0.21
18072026-03-03T18:22:11.025Z Compiling autocfg v1.5.0
18082026-03-03T18:22:11.149Z Compiling serde_json v1.0.149
18092026-03-03T18:22:11.459Z Compiling jobserver v0.1.34
18102026-03-03T18:22:11.696Z Compiling syn v2.0.117
18112026-03-03T18:22:11.724Z Compiling zerocopy v0.8.40
18122026-03-03T18:22:11.777Z Compiling libm v0.2.16
18132026-03-03T18:22:11.863Z Compiling cc v1.2.56
18142026-03-03T18:22:12.133Z Compiling parking_lot_core v0.9.12
18152026-03-03T18:22:12.371Z Compiling num-traits v0.2.19
18162026-03-03T18:22:12.431Z Compiling smallvec v1.15.1
18172026-03-03T18:22:12.534Z Compiling icu_normalizer_data v2.1.1
18182026-03-03T18:22:12.682Z Compiling icu_properties_data v2.1.2
18192026-03-03T18:22:12.938Z Compiling getrandom v0.2.17
18202026-03-03T18:22:12.963Z Compiling itoa v1.0.17
18212026-03-03T18:22:13.028Z Compiling log v0.4.29
18222026-03-03T18:22:13.408Z Compiling getrandom v0.4.1
18232026-03-03T18:22:13.806Z Compiling pkg-config v0.3.32
18242026-03-03T18:22:13.966Z Compiling errno v0.3.14
18252026-03-03T18:22:14.050Z Compiling stable_deref_trait v1.2.1
18262026-03-03T18:22:14.226Z Compiling rand_core v0.6.4
18272026-03-03T18:22:14.714Z Compiling scopeguard v1.2.0
18282026-03-03T18:22:14.778Z Compiling subtle v2.6.1
18292026-03-03T18:22:14.957Z Compiling lock_api v0.4.14
18302026-03-03T18:22:14.982Z Compiling thiserror v2.0.18
18312026-03-03T18:22:15.095Z Compiling fnv v1.0.7
18322026-03-03T18:22:15.391Z Compiling getrandom v0.3.4
18332026-03-03T18:22:15.700Z Compiling critical-section v1.2.0
18342026-03-03T18:22:15.731Z Compiling pin-project-lite v0.2.17
18352026-03-03T18:22:16.155Z Compiling allocator-api2 v0.2.21
18362026-03-03T18:22:16.180Z Compiling equivalent v1.0.2
18372026-03-03T18:22:16.327Z Compiling rustversion v1.0.22
18382026-03-03T18:22:16.532Z Compiling once_cell v1.21.3
18392026-03-03T18:22:16.926Z Compiling bitflags v2.11.0
18402026-03-03T18:22:17.442Z Compiling foldhash v0.2.0
18412026-03-03T18:22:17.592Z Compiling ring v0.17.14
18422026-03-03T18:22:17.767Z Compiling hashbrown v0.16.1
18432026-03-03T18:22:17.791Z Compiling semver v1.0.27
18442026-03-03T18:22:18.410Z Compiling cmake v0.1.57
18452026-03-03T18:22:18.529Z Compiling dunce v1.0.5
18462026-03-03T18:22:18.577Z Compiling fs_extra v1.3.0
18472026-03-03T18:22:18.686Z Compiling writeable v0.6.2
18482026-03-03T18:22:18.946Z Compiling synstructure v0.13.2
18492026-03-03T18:22:19.134Z Compiling percent-encoding v2.3.2
18502026-03-03T18:22:19.160Z Compiling litemap v0.8.1
18512026-03-03T18:22:19.261Z Compiling aws-lc-sys v0.37.1
18522026-03-03T18:22:19.695Z Compiling const-oid v0.9.6
18532026-03-03T18:22:19.722Z Compiling indexmap v2.13.0
18542026-03-03T18:22:20.349Z Compiling rustix v1.1.3
18552026-03-03T18:22:21.077Z Compiling signal-hook-registry v1.4.8
18562026-03-03T18:22:21.102Z Compiling schemars v0.8.22
18572026-03-03T18:22:21.220Z Compiling serde_derive_internals v0.29.1
18582026-03-03T18:22:21.245Z Compiling mio v1.1.1
18592026-03-03T18:22:21.411Z Compiling parking_lot v0.12.5
18602026-03-03T18:22:21.469Z Compiling socket2 v0.6.2
18612026-03-03T18:22:21.613Z Compiling rand_core v0.10.0
18622026-03-03T18:22:22.056Z Compiling aws-lc-rs v1.16.0
18632026-03-03T18:22:22.082Z Compiling utf8_iter v1.0.4
18642026-03-03T18:22:22.108Z Compiling serde_derive v1.0.228
18652026-03-03T18:22:22.423Z Compiling zeroize_derive v1.4.3
18662026-03-03T18:22:22.584Z Compiling zerofrom-derive v0.1.6
18672026-03-03T18:22:22.847Z Compiling yoke-derive v0.8.1
18682026-03-03T18:22:23.010Z Compiling zerovec-derive v0.11.2
18692026-03-03T18:22:23.122Z Compiling displaydoc v0.2.5
18702026-03-03T18:22:23.289Z Compiling zerocopy-derive v0.8.40
18712026-03-03T18:22:23.612Z Compiling zeroize v1.8.2
18722026-03-03T18:22:24.016Z Compiling tokio-macros v2.6.0
18732026-03-03T18:22:24.110Z Compiling futures-macro v0.3.32
18742026-03-03T18:22:24.831Z Compiling thiserror-impl v2.0.18
18752026-03-03T18:22:25.135Z Compiling zerofrom v0.1.6
18762026-03-03T18:22:25.389Z Compiling yoke v0.8.1
18772026-03-03T18:22:25.596Z Compiling crypto-common v0.1.7
18782026-03-03T18:22:25.656Z Compiling block-buffer v0.10.4
18792026-03-03T18:22:25.784Z Compiling zerovec v0.11.5
18802026-03-03T18:22:25.853Z Compiling zerotrie v0.2.3
18812026-03-03T18:22:25.929Z Compiling der_derive v0.7.3
18822026-03-03T18:22:26.059Z Compiling tracing-attributes v0.1.31
18832026-03-03T18:22:26.899Z Compiling digest v0.10.7
18842026-03-03T18:22:27.127Z Compiling tinystr v0.8.2
18852026-03-03T18:22:27.367Z Compiling potential_utf v0.1.4
18862026-03-03T18:22:27.392Z Compiling schemars_derive v0.8.22
18872026-03-03T18:22:27.590Z Compiling icu_locale_core v2.1.1
18882026-03-03T18:22:27.704Z Compiling icu_collections v2.1.1
18892026-03-03T18:22:27.799Z Compiling strsim v0.11.1
18902026-03-03T18:22:29.576Z Compiling bytes v1.11.1
18912026-03-03T18:22:29.727Z Compiling icu_provider v2.1.1
18922026-03-03T18:22:30.022Z Compiling form_urlencoded v1.2.2
18932026-03-03T18:22:30.514Z Compiling icu_normalizer v2.1.1
18942026-03-03T18:22:30.582Z Compiling icu_properties v2.1.2
18952026-03-03T18:22:30.742Z Compiling ucd-trie v0.1.7
18962026-03-03T18:22:31.153Z Compiling futures-core v0.3.32
18972026-03-03T18:22:31.183Z Compiling thiserror v1.0.69
18982026-03-03T18:22:31.522Z Compiling byteorder v1.5.0
18992026-03-03T18:22:31.598Z Compiling pest v2.8.6
19002026-03-03T18:22:31.686Z Compiling tokio v1.49.0
19012026-03-03T18:22:32.949Z Compiling idna_adapter v1.2.1
19022026-03-03T18:22:33.232Z Compiling idna v1.1.0
19032026-03-03T18:22:33.281Z Compiling httparse v1.10.1
19042026-03-03T18:22:33.850Z Compiling heck v0.5.0
19052026-03-03T18:22:34.259Z Compiling vcpkg v0.2.15
19062026-03-03T18:22:34.283Z Compiling ident_case v1.0.1
19072026-03-03T18:22:34.495Z Compiling pest_meta v2.8.6
19082026-03-03T18:22:34.624Z Compiling url v2.5.8
19092026-03-03T18:22:34.874Z Compiling thiserror-impl v1.0.69
19102026-03-03T18:22:35.460Z Compiling openssl-sys v0.9.111
19112026-03-03T18:22:35.807Z Compiling pest_generator v2.8.6
19122026-03-03T18:22:37.021Z Compiling regex-syntax v0.8.10
19132026-03-03T18:22:37.212Z Compiling syn v1.0.109
19142026-03-03T18:22:37.697Z Compiling crossbeam-utils v0.8.21
19152026-03-03T18:22:37.750Z Compiling pest_derive v2.8.6
19162026-03-03T18:22:39.992Z Compiling rustc_version v0.4.1
19172026-03-03T18:22:40.136Z Compiling cpufeatures v0.2.17
19182026-03-03T18:22:40.254Z Compiling futures-sink v0.3.32
19192026-03-03T18:22:40.439Z Compiling rustls v0.23.37
19202026-03-03T18:22:40.464Z Compiling futures-channel v0.3.32
19212026-03-03T18:22:40.865Z Compiling hmac v0.12.1
19222026-03-03T18:22:41.146Z Compiling futures-io v0.3.32
19232026-03-03T18:22:41.229Z Compiling futures-task v0.3.32
19242026-03-03T18:22:41.328Z Compiling plain v0.2.3
19252026-03-03T18:22:41.520Z Compiling iana-time-zone v0.1.65
19262026-03-03T18:22:41.544Z Compiling slab v0.4.12
19272026-03-03T18:22:41.775Z Compiling chrono v0.4.44
19282026-03-03T18:22:41.922Z Compiling futures-util v0.3.32
19292026-03-03T18:22:42.655Z Compiling uuid v1.21.0
19302026-03-03T18:22:43.289Z Compiling block-padding v0.3.3
19312026-03-03T18:22:43.600Z Compiling aho-corasick v1.1.4
19322026-03-03T18:22:44.964Z Compiling inout v0.1.4
19332026-03-03T18:22:44.997Z Compiling ppv-lite86 v0.2.21
19342026-03-03T18:22:45.737Z Compiling regex-automata v0.4.14
19352026-03-03T18:22:47.251Z Compiling openssl v0.10.75
19362026-03-03T18:22:47.277Z Compiling num-conv v0.2.0
19372026-03-03T18:22:47.560Z Compiling time-core v0.1.8
19382026-03-03T18:22:47.716Z Compiling pretty-hex v0.4.1
19392026-03-03T18:22:47.908Z Compiling time-macros v0.2.27
19402026-03-03T18:22:48.559Z Compiling cipher v0.4.4
19412026-03-03T18:22:49.076Z Compiling sha2 v0.10.9
19422026-03-03T18:22:49.464Z Compiling serde_tokenstream v0.2.3
19432026-03-03T18:22:49.662Z Compiling scroll_derive v0.12.1
19442026-03-03T18:22:49.721Z Compiling scroll_derive v0.13.1
19452026-03-03T18:22:49.842Z Compiling crc32fast v1.5.0
19462026-03-03T18:22:50.032Z Compiling anyhow v1.0.102
19472026-03-03T18:22:50.233Z Compiling base64ct v1.8.3
19482026-03-03T18:22:50.443Z Compiling either v1.15.0
19492026-03-03T18:22:50.825Z Compiling pem-rfc7468 v0.7.0
19502026-03-03T18:22:50.854Z Compiling darling_core v0.21.3
19512026-03-03T18:22:50.879Z Compiling rustls-pki-types v1.14.0
19522026-03-03T18:22:51.271Z Compiling openssl-macros v0.1.1
19532026-03-03T18:22:51.803Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19542026-03-03T18:22:51.948Z Compiling flagset v0.4.7
19552026-03-03T18:22:52.180Z Compiling native-tls v0.2.18
19562026-03-03T18:22:52.539Z Compiling der v0.7.10
19572026-03-03T18:22:52.743Z Compiling regex v1.12.3
19582026-03-03T18:22:53.520Z Compiling rand_core v0.9.5
19592026-03-03T18:22:53.921Z Compiling zerocopy-derive v0.7.35
19602026-03-03T18:22:54.282Z Compiling slog v2.8.2
19612026-03-03T18:22:54.466Z Compiling rayon-core v1.13.0
19622026-03-03T18:22:54.622Z Compiling dyn-clone v1.0.20
19632026-03-03T18:22:54.774Z Compiling spki v0.7.3
19642026-03-03T18:22:55.253Z Compiling salsa20 v0.10.2
19652026-03-03T18:22:55.505Z Compiling pbkdf2 v0.12.2
19662026-03-03T18:22:55.733Z Compiling http v1.4.0
19672026-03-03T18:22:56.121Z Compiling darling_macro v0.21.3
19682026-03-03T18:22:56.941Z Compiling darling v0.21.3
19692026-03-03T18:22:57.082Z Compiling tracing-core v0.1.36
19702026-03-03T18:22:57.697Z Compiling untrusted v0.9.0
19712026-03-03T18:22:57.938Z Compiling camino v1.2.2
19722026-03-03T18:22:58.583Z Compiling tracing v0.1.44
19732026-03-03T18:22:59.801Z Compiling scrypt v0.11.0
19742026-03-03T18:22:59.826Z Compiling rand_chacha v0.9.0
19752026-03-03T18:23:00.243Z Compiling tokio-util v0.7.18
19762026-03-03T18:23:00.581Z Compiling cbc v0.1.2
19772026-03-03T18:23:00.802Z Compiling aes v0.8.4
19782026-03-03T18:23:02.792Z Compiling cookie v0.18.1
19792026-03-03T18:23:03.118Z Compiling usdt-impl v0.5.0
19802026-03-03T18:23:03.320Z Compiling ref-cast v1.0.25
19812026-03-03T18:23:03.518Z Compiling winnow v0.7.14
19822026-03-03T18:23:03.831Z Compiling paste v1.0.15
19832026-03-03T18:23:04.078Z Compiling usdt-impl v0.6.0
19842026-03-03T18:23:04.282Z Compiling base64 v0.22.1
19852026-03-03T18:23:04.985Z Compiling pkcs5 v0.7.1
19862026-03-03T18:23:05.231Z Compiling rand v0.9.2
19872026-03-03T18:23:06.442Z Compiling http-body v1.0.1
19882026-03-03T18:23:06.719Z Compiling scroll v0.13.0
19892026-03-03T18:23:06.992Z Compiling scroll v0.12.0
19902026-03-03T18:23:07.236Z Compiling heapless v0.7.17
19912026-03-03T18:23:07.503Z Compiling toml_datetime v0.6.11
19922026-03-03T18:23:07.712Z Compiling serde_spanned v0.6.9
19932026-03-03T18:23:07.741Z Compiling bzip2-sys v0.1.13+1.0.8
19942026-03-03T18:23:07.994Z Compiling signal-hook v0.3.18
19952026-03-03T18:23:08.309Z Compiling zstd-safe v7.2.4
19962026-03-03T18:23:08.490Z Compiling untrusted v0.7.1
19972026-03-03T18:23:08.726Z Compiling openssl-probe v0.2.1
19982026-03-03T18:23:09.210Z Compiling goblin v0.8.2
19992026-03-03T18:23:09.296Z Compiling goblin v0.10.5
20002026-03-03T18:23:10.233Z Compiling toml_parser v1.0.9+spec-1.1.0
20012026-03-03T18:23:11.465Z Compiling pkcs8 v0.10.2
20022026-03-03T18:23:12.339Z Compiling zerocopy v0.7.35
20032026-03-03T18:23:12.442Z Compiling darling_core v0.20.11
20042026-03-03T18:23:12.604Z Compiling ref-cast-impl v1.0.25
20052026-03-03T18:23:12.696Z Compiling toml_datetime v0.7.5+spec-1.1.0
20062026-03-03T18:23:13.206Z Compiling tinyvec_macros v0.1.1
20072026-03-03T18:23:13.330Z Compiling tower-service v0.3.3
20082026-03-03T18:23:13.491Z Compiling try-lock v0.2.5
20092026-03-03T18:23:13.635Z Compiling rustix v0.38.44
20102026-03-03T18:23:13.670Z Compiling atomic-waker v1.1.2
20112026-03-03T18:23:13.762Z Compiling tower-layer v0.3.3
20122026-03-03T18:23:14.375Z Compiling winnow v0.5.40
20132026-03-03T18:23:16.900Z Compiling dof v0.4.0
20142026-03-03T18:23:17.085Z Compiling darling_macro v0.20.11
20152026-03-03T18:23:17.653Z Compiling toml_edit v0.19.15
20162026-03-03T18:23:17.881Z Compiling dof v0.3.0
20172026-03-03T18:23:19.338Z Compiling h2 v0.4.13
20182026-03-03T18:23:19.490Z Compiling want v0.3.1
20192026-03-03T18:23:19.763Z Compiling tinyvec v1.10.0
20202026-03-03T18:23:21.380Z Compiling dtrace-parser v0.2.0
20212026-03-03T18:23:21.865Z Compiling dtrace-parser v0.3.0
20222026-03-03T18:23:22.201Z Compiling curve25519-dalek v4.1.3
20232026-03-03T18:23:22.685Z Compiling ipnet v2.11.0
20242026-03-03T18:23:22.714Z Compiling async-trait v0.1.89
20252026-03-03T18:23:23.150Z Compiling daft-derive v0.1.5
20262026-03-03T18:23:23.194Z Compiling spin v0.9.8
20272026-03-03T18:23:23.609Z Compiling thread-id v5.1.0
20282026-03-03T18:23:23.678Z Compiling thread-id v4.2.2
20292026-03-03T18:23:23.749Z Compiling proc-macro-error-attr v1.0.4
20302026-03-03T18:23:24.089Z Compiling smoltcp v0.9.1
20312026-03-03T18:23:24.494Z Compiling num-bigint-dig v0.8.6
20322026-03-03T18:23:24.518Z Compiling pin-utils v0.1.0
20332026-03-03T18:23:24.589Z Compiling litrs v1.0.0
20342026-03-03T18:23:24.659Z Compiling fastrand v2.3.0
20352026-03-03T18:23:24.684Z Compiling foreign-types-shared v0.1.1
20362026-03-03T18:23:25.387Z Compiling httpdate v1.0.3
20372026-03-03T18:23:25.557Z Compiling document-features v0.2.12
20382026-03-03T18:23:25.583Z Compiling tempfile v3.25.0
20392026-03-03T18:23:25.690Z Compiling foreign-types v0.3.2
20402026-03-03T18:23:26.077Z Compiling hyper v1.8.1
20412026-03-03T18:23:27.620Z Compiling darling v0.20.11
20422026-03-03T18:23:28.889Z Compiling ipnetwork v0.21.1
20432026-03-03T18:23:29.322Z Compiling strum_macros v0.26.4
20442026-03-03T18:23:29.618Z Compiling wait-timeout v0.2.1
20452026-03-03T18:23:30.008Z Compiling proc-macro-error v1.0.4
20462026-03-03T18:23:30.955Z Compiling bit-vec v0.8.0
20472026-03-03T18:23:31.423Z Compiling quick-error v1.2.3
20482026-03-03T18:23:31.603Z Compiling utf8parse v0.2.2
20492026-03-03T18:23:31.929Z Compiling powerfmt v0.2.0
20502026-03-03T18:23:31.956Z Compiling simd-adler32 v0.3.8
20512026-03-03T18:23:32.750Z Compiling siphasher v1.0.2
20522026-03-03T18:23:32.775Z Compiling anstyle v1.0.13
20532026-03-03T18:23:33.060Z Compiling unicode-segmentation v1.12.0
20542026-03-03T18:23:33.502Z Compiling deranged v0.5.8
20552026-03-03T18:23:36.167Z Compiling anstyle-parse v0.2.7
20562026-03-03T18:23:36.507Z Compiling rusty-fork v0.3.1
20572026-03-03T18:23:36.866Z Compiling bit-set v0.8.0
20582026-03-03T18:23:37.733Z Compiling hyper-util v0.1.20
20592026-03-03T18:23:38.426Z Compiling derive_builder_core v0.20.2
20602026-03-03T18:23:40.169Z Compiling crossbeam-epoch v0.9.18
20612026-03-03T18:23:41.375Z Compiling unicode-normalization v0.1.25
20622026-03-03T18:23:41.407Z Compiling rustls-native-certs v0.8.3
20632026-03-03T18:23:42.556Z Compiling rand_xorshift v0.4.0
20642026-03-03T18:23:42.660Z Compiling hubpack_derive v0.1.1
20652026-03-03T18:23:42.814Z Compiling sync_wrapper v1.0.2
20662026-03-03T18:23:43.011Z Compiling strum_macros v0.27.2
20672026-03-03T18:23:43.420Z Compiling signature v2.2.0
20682026-03-03T18:23:43.657Z Compiling curve25519-dalek-derive v0.1.1
20692026-03-03T18:23:43.953Z Compiling fs-err v3.3.0
20702026-03-03T18:23:44.049Z Compiling ahash v0.8.12
20712026-03-03T18:23:44.414Z Compiling is_terminal_polyfill v1.70.2
20722026-03-03T18:23:44.443Z Compiling unicode-properties v0.1.4
20732026-03-03T18:23:44.572Z Compiling adler2 v2.0.1
20742026-03-03T18:23:44.767Z Compiling unicode-bidi v0.3.18
20752026-03-03T18:23:44.805Z Compiling num_threads v0.1.7
20762026-03-03T18:23:44.897Z Compiling unarray v0.1.4
20772026-03-03T18:23:45.104Z Compiling object v0.37.3
20782026-03-03T18:23:45.216Z Compiling colorchoice v1.0.4
20792026-03-03T18:23:45.398Z Compiling anstyle-query v1.1.5
20802026-03-03T18:23:45.423Z Compiling time v0.3.47
20812026-03-03T18:23:45.564Z Compiling anstream v0.6.21
20822026-03-03T18:23:45.588Z Compiling stringprep v0.1.5
20832026-03-03T18:23:45.792Z Compiling proptest v1.10.0
20842026-03-03T18:23:46.337Z Compiling miniz_oxide v0.8.9
20852026-03-03T18:23:47.519Z Compiling tower v0.5.3
20862026-03-03T18:23:49.284Z Compiling crossbeam-deque v0.8.6
20872026-03-03T18:23:49.497Z Compiling derive_builder_macro v0.20.2
20882026-03-03T18:23:49.650Z Compiling heck v0.4.1
20892026-03-03T18:23:50.022Z Compiling usdt-macro v0.6.0
20902026-03-03T18:23:50.243Z Compiling usdt-attr-macro v0.6.0
20912026-03-03T18:23:51.575Z Compiling http-body-util v0.1.3
20922026-03-03T18:23:51.909Z Compiling webpki-roots v1.0.6
20932026-03-03T18:23:52.139Z Compiling rand_chacha v0.3.1
20942026-03-03T18:23:52.520Z Compiling num-integer v0.1.46
20952026-03-03T18:23:52.544Z Compiling hash32 v0.2.1
20962026-03-03T18:23:52.827Z Compiling erased-serde v0.3.31
20972026-03-03T18:23:52.933Z Compiling md-5 v0.10.6
20982026-03-03T18:23:52.958Z Compiling vergen-lib v0.1.6
20992026-03-03T18:23:53.147Z Compiling ff v0.13.1
21002026-03-03T18:23:53.183Z Compiling psl-types v2.0.11
21012026-03-03T18:23:53.440Z Compiling fallible-iterator v0.2.0
21022026-03-03T18:23:53.469Z Compiling iri-string v0.7.10
21032026-03-03T18:23:53.498Z Compiling ryu v1.0.23
21042026-03-03T18:23:53.523Z Compiling zlib-rs v0.6.2
21052026-03-03T18:23:53.799Z Compiling base16ct v0.2.0
21062026-03-03T18:23:54.069Z Compiling sec1 v0.7.3
21072026-03-03T18:23:54.116Z Compiling postgres-protocol v0.6.10
21082026-03-03T18:23:54.583Z Compiling serde_urlencoded v0.7.1
21092026-03-03T18:23:55.088Z Compiling group v0.13.0
21102026-03-03T18:23:55.186Z Compiling publicsuffix v2.3.0
21112026-03-03T18:23:55.466Z Compiling num-iter v0.1.45
21122026-03-03T18:23:55.572Z Compiling rand v0.8.5
21132026-03-03T18:23:56.295Z Compiling tower-http v0.6.8
21142026-03-03T18:23:57.139Z Compiling oxnet v0.1.4
21152026-03-03T18:23:57.374Z Compiling newtype-uuid v1.3.2
21162026-03-03T18:23:57.698Z Compiling derive_builder v0.20.2
21172026-03-03T18:23:57.831Z Compiling zone_cfg_derive v0.3.1
21182026-03-03T18:23:57.933Z Compiling tokio-native-tls v0.3.1
21192026-03-03T18:23:58.231Z Compiling flate2 v1.1.9
21202026-03-03T18:23:58.256Z Compiling phf_shared v0.13.1
21212026-03-03T18:23:59.041Z Compiling lazy_static v1.5.0
21222026-03-03T18:23:59.438Z Compiling terminal_size v0.4.3
21232026-03-03T18:23:59.659Z Compiling serde_with_macros v3.17.0
21242026-03-03T18:23:59.748Z Compiling hkdf v0.12.4
21252026-03-03T18:23:59.984Z Compiling clap_derive v4.5.55
21262026-03-03T18:24:00.010Z Compiling enum-as-inner v0.6.1
21272026-03-03T18:24:00.321Z Compiling cargo-platform v0.1.9
21282026-03-03T18:24:00.855Z Compiling crypto-bigint v0.5.5
21292026-03-03T18:24:01.051Z Compiling serde_repr v0.1.20
21302026-03-03T18:24:01.081Z Compiling vergen v9.0.6
21312026-03-03T18:24:01.708Z Compiling bitflags v1.3.2
21322026-03-03T18:24:01.968Z Compiling unicode-width v0.2.0
21332026-03-03T18:24:02.306Z Compiling clap_lex v1.0.0
21342026-03-03T18:24:02.502Z Compiling bumpalo v3.20.2
21352026-03-03T18:24:02.695Z Compiling managed v0.8.0
21362026-03-03T18:24:03.183Z Compiling foldhash v0.1.5
21372026-03-03T18:24:03.316Z Compiling libbz2-rs-sys v0.2.2
21382026-03-03T18:24:03.489Z Compiling hashbrown v0.15.5
21392026-03-03T18:24:03.934Z Compiling elliptic-curve v0.13.8
21402026-03-03T18:24:04.504Z Compiling bzip2 v0.6.1
21412026-03-03T18:24:04.620Z Compiling zopfli v0.8.3
21422026-03-03T18:24:04.856Z Compiling clap_builder v4.5.60
21432026-03-03T18:24:05.226Z Compiling console v0.16.2
21442026-03-03T18:24:05.546Z Compiling cargo_metadata v0.19.2
21452026-03-03T18:24:08.890Z Compiling phf v0.13.1
21462026-03-03T18:24:09.096Z Compiling hyper-tls v0.6.0
21472026-03-03T18:24:09.214Z Compiling zstd v0.13.3
21482026-03-03T18:24:09.691Z Compiling daft v0.1.5
21492026-03-03T18:24:10.087Z Compiling signal-hook-mio v0.2.5
21502026-03-03T18:24:10.220Z Compiling cookie_store v0.22.1
21512026-03-03T18:24:10.282Z Compiling rayon v1.11.0
21522026-03-03T18:24:10.308Z Compiling bzip2 v0.4.4
21532026-03-03T18:24:10.676Z Compiling postgres-types v0.2.12
21542026-03-03T18:24:10.710Z Compiling strum v0.27.2
21552026-03-03T18:24:11.249Z Compiling ed25519 v2.2.3
21562026-03-03T18:24:11.388Z Compiling hubpack v0.1.2
21572026-03-03T18:24:11.735Z Compiling phf_shared v0.11.3
21582026-03-03T18:24:12.106Z Compiling pkcs1 v0.7.5
21592026-03-03T18:24:13.177Z Compiling bstr v1.12.1
21602026-03-03T18:24:13.817Z Compiling itertools v0.12.1
21612026-03-03T18:24:14.272Z Compiling float-cmp v0.10.0
21622026-03-03T18:24:14.453Z Compiling rfc6979 v0.4.0
21632026-03-03T18:24:14.530Z Compiling hex v0.4.3
21642026-03-03T18:24:15.093Z Compiling serde-big-array v0.5.1
21652026-03-03T18:24:15.118Z Compiling env_filter v1.0.0
21662026-03-03T18:24:15.338Z Compiling rustls-webpki v0.103.9
21672026-03-03T18:24:15.820Z Compiling memmap2 v0.9.10
21682026-03-03T18:24:15.940Z Compiling encoding_rs v0.8.35
21692026-03-03T18:24:17.054Z Compiling normalize-line-endings v0.3.0
21702026-03-03T18:24:17.244Z Compiling predicates-core v1.0.10
21712026-03-03T18:24:17.949Z Compiling difflib v0.4.0
21722026-03-03T18:24:18.679Z Compiling static_assertions v1.1.0
21732026-03-03T18:24:18.886Z Compiling fixedbitset v0.4.2
21742026-03-03T18:24:19.026Z Compiling precomputed-hash v0.1.1
21752026-03-03T18:24:19.169Z Compiling rustc-hash v2.1.1
21762026-03-03T18:24:19.258Z Compiling jiff v0.2.21
21772026-03-03T18:24:19.371Z Compiling unit-prefix v0.5.2
21782026-03-03T18:24:19.609Z Compiling keccak v0.1.6
21792026-03-03T18:24:20.562Z Compiling mime v0.3.17
21802026-03-03T18:24:20.643Z Compiling new_debug_unreachable v1.0.6
21812026-03-03T18:24:20.762Z Compiling data-encoding v2.10.0
21822026-03-03T18:24:20.992Z Compiling fixedbitset v0.5.7
21832026-03-03T18:24:21.536Z Compiling toml_write v0.1.2
21842026-03-03T18:24:21.634Z Compiling whoami v2.1.0
21852026-03-03T18:24:21.911Z Compiling toml_edit v0.22.27
21862026-03-03T18:24:21.935Z Compiling petgraph v0.8.3
21872026-03-03T18:24:22.301Z Compiling tokio-postgres v0.7.16
21882026-03-03T18:24:26.165Z Compiling tokio-rustls v0.26.4
21892026-03-03T18:24:26.684Z Compiling hyper-rustls v0.27.7
21902026-03-03T18:24:26.708Z Compiling rustls-platform-verifier v0.6.2
21912026-03-03T18:24:26.926Z Compiling zip v4.6.1
21922026-03-03T18:24:27.078Z Compiling hickory-proto v0.25.2
21932026-03-03T18:24:27.289Z Compiling reqwest v0.13.2
21942026-03-03T18:24:27.314Z Compiling reqwest v0.12.28
21952026-03-03T18:24:27.341Z Compiling string_cache v0.8.9
21962026-03-03T18:24:27.782Z Compiling sha3 v0.10.8
21972026-03-03T18:24:27.937Z Compiling indicatif v0.18.4
21982026-03-03T18:24:28.819Z Compiling iddqd v0.3.17
21992026-03-03T18:24:29.597Z Compiling petgraph v0.6.5
22002026-03-03T18:24:31.236Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22012026-03-03T18:24:32.942Z Compiling predicates v3.1.4
22022026-03-03T18:24:34.765Z Compiling zone v0.3.1
22032026-03-03T18:24:35.135Z Compiling usdt v0.6.0
22042026-03-03T18:24:36.010Z Compiling env_logger v0.11.9
22052026-03-03T18:24:36.286Z Compiling serde_with v3.17.0
22062026-03-03T18:24:36.641Z Compiling ecdsa v0.16.9
22072026-03-03T18:24:37.250Z Compiling similar v2.7.0
22082026-03-03T18:24:37.481Z Compiling rsa v0.9.10
22092026-03-03T18:24:39.165Z Compiling ed25519-dalek v2.2.0
22102026-03-03T18:24:40.424Z Compiling zip v0.6.6
22112026-03-03T18:24:40.548Z Compiling crossterm v0.28.1
22122026-03-03T18:24:42.145Z Compiling clap v4.5.60
22132026-03-03T18:24:42.288Z Compiling strum v0.26.3
22142026-03-03T18:24:42.486Z Compiling toml v0.7.8
22152026-03-03T18:24:43.276Z Compiling tokio-stream v0.1.18
22162026-03-03T18:24:44.100Z Compiling x509-cert v0.2.5
22172026-03-03T18:24:45.621Z Compiling itertools v0.13.0
22182026-03-03T18:24:46.972Z Compiling buf-list v1.1.2
22192026-03-03T18:24:47.428Z Compiling sha1 v0.10.6
22202026-03-03T18:24:47.529Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22212026-03-03T18:24:47.806Z Compiling openapiv3 v2.2.0
22222026-03-03T18:24:48.377Z Compiling peg-runtime v0.8.5
22232026-03-03T18:24:49.159Z Compiling lalrpop-util v0.19.12
22242026-03-03T18:24:51.307Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22252026-03-03T18:25:11.793Z Compiling itertools v0.14.0
22262026-03-03T18:25:14.682Z Compiling macaddr v1.0.1
22272026-03-03T18:25:14.727Z Compiling structmeta-derive v0.3.0
22282026-03-03T18:25:16.311Z Compiling heapless v0.8.0
22292026-03-03T18:25:16.717Z Compiling structmeta v0.3.0
22302026-03-03T18:25:18.848Z Compiling ingot-macros v0.1.1
22312026-03-03T18:25:24.236Z Compiling toml_edit v0.23.10+spec-1.0.0
22322026-03-03T18:25:24.910Z Compiling hash32 v0.3.1
22332026-03-03T18:25:26.706Z Compiling smoltcp v0.11.0
22342026-03-03T18:25:26.731Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22352026-03-03T18:25:30.003Z Compiling proc-macro-crate v3.4.0
22362026-03-03T18:25:31.312Z Compiling ingot-types v0.1.2
22372026-03-03T18:25:43.473Z Compiling cobs v0.3.0
22382026-03-03T18:25:44.157Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22392026-03-03T18:25:45.951Z Compiling rustls v0.22.4
22402026-03-03T18:26:02.175Z Compiling postcard v1.1.3
22412026-03-03T18:26:06.698Z Compiling ingot v0.1.1
22422026-03-03T18:26:08.203Z Compiling num_enum_derive v0.7.5
22432026-03-03T18:26:11.660Z Compiling proc-macro-crate v1.3.1
22442026-03-03T18:26:11.816Z Compiling rustls-webpki v0.102.8
22452026-03-03T18:26:12.397Z Compiling futures-executor v0.3.32
22462026-03-03T18:26:13.525Z Compiling foreign-types-macros v0.2.3
22472026-03-03T18:26:13.799Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22482026-03-03T18:26:13.862Z Compiling multer v3.1.0
22492026-03-03T18:26:13.887Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22502026-03-03T18:26:13.920Z Compiling thread_local v1.1.9
22512026-03-03T18:26:14.221Z Compiling foreign-types-shared v0.3.1
22522026-03-03T18:26:14.527Z Compiling cpufeatures v0.3.0
22532026-03-03T18:26:14.555Z Compiling slog-async v2.8.0
22542026-03-03T18:26:14.650Z Compiling match_cfg v0.1.0
22552026-03-03T18:26:14.757Z Compiling hostname v0.3.1
22562026-03-03T18:26:14.850Z Compiling chacha20 v0.10.0
22572026-03-03T18:26:14.934Z Compiling foreign-types v0.5.0
22582026-03-03T18:26:15.057Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22592026-03-03T18:26:15.195Z Compiling futures v0.3.32
22602026-03-03T18:26:15.278Z Compiling num_enum_derive v0.5.11
22612026-03-03T18:26:15.347Z Compiling num_enum v0.7.5
22622026-03-03T18:26:15.557Z Compiling derive-ex v0.1.8
22632026-03-03T18:26:15.695Z Compiling tabwriter v1.4.1
22642026-03-03T18:26:15.720Z Compiling slog-json v2.6.1
22652026-03-03T18:26:15.971Z Compiling crossbeam-channel v0.5.15
22662026-03-03T18:26:16.158Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22672026-03-03T18:26:16.377Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22682026-03-03T18:26:16.854Z Compiling async-stream-impl v0.3.6
22692026-03-03T18:26:17.047Z Compiling serde_spanned v1.0.4
22702026-03-03T18:26:17.126Z Compiling cstr-argument v0.1.2
22712026-03-03T18:26:17.331Z Compiling memoffset v0.9.1
22722026-03-03T18:26:17.356Z Compiling is-terminal v0.4.17
22732026-03-03T18:26:17.438Z Compiling dropshot v0.16.7
22742026-03-03T18:26:17.527Z Compiling crucible-workspace-hack v0.1.0
22752026-03-03T18:26:17.693Z Compiling typeid v1.0.3
22762026-03-03T18:26:17.764Z Compiling toml_writer v1.0.6+spec-1.1.0
22772026-03-03T18:26:17.843Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22782026-03-03T18:26:17.926Z Compiling take_mut v0.2.2
22792026-03-03T18:26:18.115Z Compiling cfg_aliases v0.2.1
22802026-03-03T18:26:18.140Z Compiling term v1.2.1
22812026-03-03T18:26:18.199Z Compiling toml v0.9.12+spec-1.1.0
22822026-03-03T18:26:18.252Z Compiling nix v0.30.1
22832026-03-03T18:26:18.699Z Compiling async-stream v0.3.6
22842026-03-03T18:26:18.789Z Compiling test-strategy v0.4.5
22852026-03-03T18:26:18.994Z Compiling slog-term v2.9.2
22862026-03-03T18:26:19.303Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22872026-03-03T18:26:20.122Z Compiling tokio-rustls v0.25.0
22882026-03-03T18:26:21.047Z Compiling num_enum v0.5.11
22892026-03-03T18:26:21.262Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22902026-03-03T18:26:21.486Z Compiling slog-bunyan v2.5.0
22912026-03-03T18:26:21.650Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22922026-03-03T18:26:21.726Z Compiling rand v0.10.0
22932026-03-03T18:26:21.824Z Compiling parse-display-derive v0.10.0
22942026-03-03T18:26:21.935Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22952026-03-03T18:26:22.039Z Compiling waitgroup v0.1.2
22962026-03-03T18:26:22.207Z Compiling rustls-pemfile v2.2.0
22972026-03-03T18:26:22.298Z Compiling newtype-uuid-macros v0.1.0
22982026-03-03T18:26:22.366Z Compiling dropshot_endpoint v0.16.7
22992026-03-03T18:26:22.727Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23002026-03-03T18:26:23.347Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23012026-03-03T18:26:23.430Z Compiling serde_path_to_error v0.1.20
23022026-03-03T18:26:23.712Z Compiling hostname v0.4.2
23032026-03-03T18:26:23.769Z Compiling instant v0.1.13
23042026-03-03T18:26:23.972Z Compiling debug-ignore v1.0.5
23052026-03-03T18:26:24.028Z Compiling colored v3.1.1
23062026-03-03T18:26:24.162Z Compiling erased-serde v0.4.9
23072026-03-03T18:26:24.187Z Compiling backoff v0.4.0
23082026-03-03T18:26:24.445Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23092026-03-03T18:26:24.728Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23102026-03-03T18:26:24.795Z Compiling parse-display v0.10.0
23112026-03-03T18:26:24.976Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23122026-03-03T18:26:25.458Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23132026-03-03T18:26:26.114Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23142026-03-03T18:26:26.676Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23152026-03-03T18:26:27.588Z Compiling progenitor-client v0.13.0
23162026-03-03T18:26:27.822Z Compiling progenitor-client v0.10.0
23172026-03-03T18:26:27.898Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23182026-03-03T18:26:28.038Z Compiling camino-tempfile v1.4.1
23192026-03-03T18:26:28.524Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23202026-03-03T18:26:28.758Z Compiling backon v1.6.0
23212026-03-03T18:26:28.841Z Compiling regress v0.10.5
23222026-03-03T18:26:29.226Z Compiling secrecy v0.10.3
23232026-03-03T18:26:29.532Z Compiling num-derive v0.4.2
23242026-03-03T18:26:30.649Z Compiling sigpipe v0.1.3
23252026-03-03T18:26:30.806Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23262026-03-03T18:26:31.120Z Compiling libefi-sys v0.1.0
23272026-03-03T18:26:31.273Z Compiling glob v0.3.3
23282026-03-03T18:26:31.464Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23292026-03-03T18:26:31.811Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23302026-03-03T18:26:32.797Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23312026-03-03T18:26:33.172Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23322026-03-03T18:26:33.201Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23332026-03-03T18:26:33.403Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23342026-03-03T18:26:35.850Z Compiling usdt-attr-macro v0.5.0
23352026-03-03T18:26:36.538Z Compiling usdt-macro v0.5.0
23362026-03-03T18:26:37.048Z Compiling smf v0.2.3
23372026-03-03T18:26:37.643Z Compiling bitfield-struct v0.6.2
23382026-03-03T18:26:38.783Z Compiling ordered-float v2.10.1
23392026-03-03T18:26:39.236Z Compiling blake3 v1.8.3
23402026-03-03T18:26:39.326Z Compiling memmap v0.7.0
23412026-03-03T18:26:39.369Z Compiling whoami v1.6.1
23422026-03-03T18:26:39.409Z Compiling serde-value v0.7.0
23432026-03-03T18:26:39.727Z Compiling usdt v0.5.0
23442026-03-03T18:26:40.281Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-03-03T18:26:40.453Z Compiling serde-untagged v0.1.9
23462026-03-03T18:26:40.861Z Compiling toml v0.8.23
23472026-03-03T18:26:40.941Z Compiling filetime v0.2.27
23482026-03-03T18:26:40.965Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23492026-03-03T18:26:41.058Z Compiling arrayref v0.3.9
23502026-03-03T18:26:41.102Z Compiling xattr v1.6.1
23512026-03-03T18:26:41.131Z Compiling same-file v1.0.6
23522026-03-03T18:26:41.156Z Compiling arrayvec v0.7.6
23532026-03-03T18:26:41.208Z Compiling unicode-xid v0.2.6
23542026-03-03T18:26:41.298Z Compiling constant_time_eq v0.4.2
23552026-03-03T18:26:41.441Z Compiling walkdir v2.5.0
23562026-03-03T18:26:41.465Z Compiling tar v0.4.44
23572026-03-03T18:26:41.491Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23582026-03-03T18:26:41.656Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23592026-03-03T18:26:42.029Z Compiling cargo-util-schemas v0.8.2
23602026-03-03T18:26:42.781Z Compiling tokio-dtrace v0.1.1
23612026-03-03T18:26:42.835Z Compiling gethostname v0.5.0
23622026-03-03T18:26:43.048Z Compiling cargo-platform v0.2.0
23632026-03-03T18:26:43.459Z Compiling topological-sort v0.2.2
23642026-03-03T18:26:43.741Z Compiling omicron-zone-package v0.12.2
23652026-03-03T18:26:43.860Z Compiling oxide-tokio-rt v0.1.2
23662026-03-03T18:26:44.135Z Compiling indent_write v2.2.0
23672026-03-03T18:26:44.414Z Compiling shell-words v1.1.1
23682026-03-03T18:26:44.447Z Compiling cargo_metadata v0.21.0
23692026-03-03T18:26:45.712Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23702026-03-03T18:26:52.219Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23712026-03-03T18:26:53.852Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23722026-03-03T18:26:57.385Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23732026-03-03T18:27:15.106Z Finished `release` profile [optimized] target(s) in 5m 08s
23742026-03-03T18:27:15.285Z Running `target/release/omicron-package -t test target create -p dev`
23752026-03-03T18:27:15.377ZLogging to: /work/oxidecomputer/omicron/out/LOG
23762026-03-03T18:27:15.402ZCreated new build target 'test' and set it as active
23772026-03-03T18:27:15.402Z
23782026-03-03T18:27:15.402Zreal 5:08.719115313
23792026-03-03T18:27:15.402Zuser 33:28.216595956
23802026-03-03T18:27:15.402Zsys 3:53.283373236
23812026-03-03T18:27:15.402Ztrap 1.306038098
23822026-03-03T18:27:15.402Ztflt 1.037140738
23832026-03-03T18:27:15.402Zdflt 0.969057821
23842026-03-03T18:27:15.402Zkflt 0.000425332
23852026-03-03T18:27:15.402Zlock 1:33:49.994794112
23862026-03-03T18:27:15.402Zslp 2:10:41.748176861
23872026-03-03T18:27:15.402Zlat 2:22.054686615
23882026-03-03T18:27:15.402Zstop 4:57.578131409
23892026-03-03T18:27:15.402Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23902026-03-03T18:27:17.295Z Finished `release` profile [optimized] target(s) in 1.82s
23912026-03-03T18:27:17.385Z Running `target/release/omicron-package -t test package`
23922026-03-03T18:27:17.457ZLogging to: /work/oxidecomputer/omicron/out/LOG
23932026-03-03T18:27:20.695Z Compiling regress v0.10.5
23942026-03-03T18:27:20.695Z Compiling heck v0.5.0
23952026-03-03T18:27:20.720Z Compiling unsafe-libyaml v0.2.11
23962026-03-03T18:27:20.822Z Compiling convert_case v0.4.0
23972026-03-03T18:27:20.860Z Compiling half v2.7.1
23982026-03-03T18:27:20.860Z Compiling ciborium-io v0.2.2
23992026-03-03T18:27:20.936Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24002026-03-03T18:27:20.961Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24012026-03-03T18:27:21.122Z Compiling typify-impl v0.6.1
24022026-03-03T18:27:21.469Z Compiling derive_more v0.99.20
24032026-03-03T18:27:21.644Z Compiling ciborium-ll v0.2.2
24042026-03-03T18:27:21.995Z Compiling ciborium v0.2.2
24052026-03-03T18:27:22.166Z Compiling serde_yaml v0.9.34+deprecated
24062026-03-03T18:27:22.353Z Compiling prettyplease v0.2.37
24072026-03-03T18:27:22.696Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24082026-03-03T18:27:23.169Z Compiling universal-hash v0.5.1
24092026-03-03T18:27:23.478Z Compiling thiserror-impl-no-std v2.0.2
24102026-03-03T18:27:23.811Z Compiling unicode-width v0.1.14
24112026-03-03T18:27:24.445Z Compiling opaque-debug v0.3.1
24122026-03-03T18:27:24.585Z Compiling poly1305 v0.8.0
24132026-03-03T18:27:25.171Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24142026-03-03T18:27:25.209Z Compiling chacha20 v0.9.1
24152026-03-03T18:27:25.597Z Compiling thiserror-no-std v2.0.2
24162026-03-03T18:27:25.684Z Compiling password-hash v0.5.0
24172026-03-03T18:27:25.768Z Compiling blake2 v0.10.6
24182026-03-03T18:27:25.888Z Compiling aead v0.5.2
24192026-03-03T18:27:26.205Z Compiling is-terminal v0.4.17
24202026-03-03T18:27:26.241Z Compiling swrite v0.1.0
24212026-03-03T18:27:26.380Z Compiling argon2 v0.5.3
24222026-03-03T18:27:26.430Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24232026-03-03T18:27:26.849Z Compiling chacha20poly1305 v0.10.1
24242026-03-03T18:27:27.110Z Compiling vsss-rs v3.3.4
24252026-03-03T18:27:27.585Z Compiling typify-impl v0.4.3
24262026-03-03T18:27:27.675Z Compiling serde_spanned v1.0.4
24272026-03-03T18:27:27.944Z Compiling toml_writer v1.0.6+spec-1.1.0
24282026-03-03T18:27:28.415Z Compiling toml v0.9.12+spec-1.1.0
24292026-03-03T18:27:28.534Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24302026-03-03T18:27:29.151Z Compiling bytecount v0.6.9
24312026-03-03T18:27:29.504Z Compiling rustls v0.22.4
24322026-03-03T18:27:29.550Z Compiling rustls-webpki v0.102.8
24332026-03-03T18:27:31.032Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24342026-03-03T18:27:31.125Z Compiling derive-where v1.6.0
24352026-03-03T18:27:31.157Z Compiling thread_local v1.1.9
24362026-03-03T18:27:31.591Z Compiling match_cfg v0.1.0
24372026-03-03T18:27:31.730Z Compiling hostname v0.3.1
24382026-03-03T18:27:32.677Z Compiling typify-macro v0.6.1
24392026-03-03T18:27:35.280Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24402026-03-03T18:27:35.835Z Compiling typify-macro v0.4.3
24412026-03-03T18:27:35.869Z Compiling multer v3.1.0
24422026-03-03T18:27:35.974Z Compiling typify v0.6.1
24432026-03-03T18:27:36.210Z Compiling progenitor-impl v0.13.0
24442026-03-03T18:27:36.312Z Compiling slog-async v2.8.0
24452026-03-03T18:27:36.419Z Compiling slog-json v2.6.1
24462026-03-03T18:27:36.811Z Compiling crossbeam-channel v0.5.15
24472026-03-03T18:27:37.754Z Compiling futures-executor v0.3.32
24482026-03-03T18:27:38.186Z Compiling take_mut v0.2.2
24492026-03-03T18:27:38.434Z Compiling term v1.2.1
24502026-03-03T18:27:38.892Z Compiling typify v0.4.3
24512026-03-03T18:27:39.130Z Compiling slog-term v2.9.2
24522026-03-03T18:27:39.439Z Compiling futures v0.3.32
24532026-03-03T18:27:39.588Z Compiling slog-bunyan v2.5.0
24542026-03-03T18:27:39.788Z Compiling tokio-rustls v0.25.0
24552026-03-03T18:27:40.234Z Compiling dropshot v0.16.7
24562026-03-03T18:27:40.298Z Compiling async-stream v0.3.6
24572026-03-03T18:27:40.337Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24582026-03-03T18:27:40.582Z Compiling waitgroup v0.1.2
24592026-03-03T18:27:40.645Z Compiling rustls-pemfile v2.2.0
24602026-03-03T18:27:40.685Z Compiling serde_path_to_error v0.1.20
24612026-03-03T18:27:40.826Z Compiling hostname v0.4.2
24622026-03-03T18:27:40.995Z Compiling instant v0.1.13
24632026-03-03T18:27:41.069Z Compiling debug-ignore v1.0.5
24642026-03-03T18:27:41.190Z Compiling backoff v0.4.0
24652026-03-03T18:27:41.263Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24662026-03-03T18:27:41.501Z Compiling progenitor-macro v0.13.0
24672026-03-03T18:27:42.268Z Compiling parse-display v0.10.0
24682026-03-03T18:27:42.822Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24692026-03-03T18:27:43.037Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24702026-03-03T18:27:44.404Z Compiling progenitor-client v0.10.0
24712026-03-03T18:27:44.951Z Compiling progenitor-client v0.13.0
24722026-03-03T18:27:45.481Z Compiling backon v1.6.0
24732026-03-03T18:27:45.874Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24742026-03-03T18:27:47.647Z Compiling macaddr v1.0.1
24752026-03-03T18:27:48.057Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24762026-03-03T18:27:50.802Z Compiling progenitor v0.13.0
24772026-03-03T18:27:51.063Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24782026-03-03T18:27:51.625Z Compiling console v0.15.11
24792026-03-03T18:27:51.940Z Compiling newline-converter v0.3.0
24802026-03-03T18:27:52.203Z Compiling atomicwrites v0.4.4
24812026-03-03T18:27:52.728Z Compiling num-rational v0.4.2
24822026-03-03T18:27:54.904Z Compiling num-complex v0.4.6
24832026-03-03T18:27:55.983Z Compiling slog-dtrace v0.3.0
24842026-03-03T18:27:56.405Z Compiling num v0.4.3
24852026-03-03T18:27:56.581Z Compiling expectorate v1.2.0
24862026-03-03T18:27:56.692Z Compiling async-recursion v1.1.1
24872026-03-03T18:27:56.960Z Compiling owo-colors v4.3.0
24882026-03-03T18:27:57.488Z Compiling float-ord v0.3.2
24892026-03-03T18:27:57.699Z Compiling cancel-safe-futures v0.1.5
24902026-03-03T18:27:58.199Z Compiling libsw-core v0.3.2
24912026-03-03T18:27:58.530Z Compiling resolv-conf v0.7.6
24922026-03-03T18:27:59.488Z Compiling libsw v3.5.0
24932026-03-03T18:28:00.571Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24942026-03-03T18:28:00.834Z Compiling toml v0.8.23
24952026-03-03T18:28:02.136Z Compiling linear-map v1.2.0
24962026-03-03T18:28:02.220Z Compiling minimal-lexical v0.2.1
24972026-03-03T18:28:02.581Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24982026-03-03T18:28:02.690Z Compiling linked-hash-map v0.5.6
24992026-03-03T18:28:03.020Z Compiling nom v7.1.3
25002026-03-03T18:28:03.125Z Compiling lru-cache v0.1.2
25012026-03-03T18:28:06.246Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25022026-03-03T18:28:08.136Z Compiling unicode-xid v0.2.6
25032026-03-03T18:28:08.360Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25042026-03-03T18:28:09.216Z Compiling globset v0.4.18
25052026-03-03T18:28:09.251Z Compiling hickory-proto v0.24.4
25062026-03-03T18:28:15.082Z Compiling hickory-resolver v0.24.4
25072026-03-03T18:28:17.663Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25082026-03-03T18:28:19.802Z Compiling progenitor-impl v0.11.2
25092026-03-03T18:28:22.168Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25102026-03-03T18:28:23.581Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25112026-03-03T18:28:25.547Z Compiling convert_case v0.10.0
25122026-03-03T18:28:26.150Z Compiling derive_more-impl v2.1.1
25132026-03-03T18:28:27.795Z Compiling progenitor-macro v0.11.2
25142026-03-03T18:28:28.347Z Compiling qorb v0.4.1
25152026-03-03T18:28:34.162Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25162026-03-03T18:28:34.610Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25172026-03-03T18:28:37.506Z Compiling progenitor-client v0.11.2
25182026-03-03T18:28:37.973Z Compiling pin-project-internal v1.1.11
25192026-03-03T18:28:38.553Z Compiling progenitor v0.11.2
25202026-03-03T18:28:38.607Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25212026-03-03T18:28:38.788Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25222026-03-03T18:28:39.090Z Compiling derive_more v2.1.1
25232026-03-03T18:28:39.240Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25242026-03-03T18:28:39.675Z Compiling pem v3.0.6
25252026-03-03T18:28:39.771Z Compiling snafu-derive v0.8.9
25262026-03-03T18:28:40.038Z Compiling pin-project v1.1.11
25272026-03-03T18:28:40.292Z Compiling termtree v0.5.1
25282026-03-03T18:28:40.620Z Compiling crossterm v0.29.0
25292026-03-03T18:28:40.653Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25302026-03-03T18:28:41.103Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25312026-03-03T18:28:41.357Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25322026-03-03T18:28:43.569Z Compiling snafu v0.8.9
25332026-03-03T18:28:46.608Z Compiling olpc-cjson v0.1.4
25342026-03-03T18:28:47.045Z Compiling phf_shared v0.12.1
25352026-03-03T18:28:47.346Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25362026-03-03T18:28:47.533Z Compiling vte v0.14.1
25372026-03-03T18:28:47.948Z Compiling csv-core v0.1.13
25382026-03-03T18:28:48.043Z Compiling serde_plain v1.0.2
25392026-03-03T18:28:48.178Z Compiling chrono-tz v0.10.4
25402026-03-03T18:28:48.485Z Compiling typed-path v0.9.3
25412026-03-03T18:28:48.628Z Compiling highway v1.3.0
25422026-03-03T18:28:48.765Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25432026-03-03T18:28:49.031Z Compiling csv v1.4.0
25442026-03-03T18:28:49.306Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25452026-03-03T18:28:50.301Z Compiling strip-ansi-escapes v0.2.1
25462026-03-03T18:28:51.355Z Compiling tough v0.20.0
25472026-03-03T18:28:51.587Z Compiling phf v0.12.1
25482026-03-03T18:28:51.972Z Compiling const_format_proc_macros v0.2.34
25492026-03-03T18:28:53.716Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25502026-03-03T18:28:54.020Z Compiling papergrid v0.11.0
25512026-03-03T18:28:54.679Z Compiling fd-lock v4.0.4
25522026-03-03T18:28:55.004Z Compiling peg-macros v0.8.5
25532026-03-03T18:28:55.657Z Compiling tabled_derive v0.7.0
25542026-03-03T18:28:57.379Z Compiling nu-ansi-term v0.50.3
25552026-03-03T18:28:57.511Z Compiling tabled v0.15.0
25562026-03-03T18:28:57.700Z Compiling peg v0.8.5
25572026-03-03T18:28:57.941Z Compiling reedline v0.40.0
25582026-03-03T18:28:58.537Z Compiling const_format v0.2.35
25592026-03-03T18:29:01.813Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25602026-03-03T18:29:03.404Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25612026-03-03T18:29:05.759Z Compiling bcs v0.1.6
25622026-03-03T18:29:06.545Z Compiling semver v0.1.20
25632026-03-03T18:29:07.060Z Compiling rustc_version v0.1.7
25642026-03-03T18:29:07.456Z Compiling base64 v0.21.7
25652026-03-03T18:29:08.560Z Compiling newtype_derive v0.1.6
25662026-03-03T18:29:08.947Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25672026-03-03T18:29:09.348Z Compiling humantime v2.3.0
25682026-03-03T18:29:09.383Z Compiling unicode-linebreak v0.1.5
25692026-03-03T18:29:10.275Z Compiling smawk v0.3.2
25702026-03-03T18:29:10.519Z Compiling dropshot-api-manager-types v0.5.2
25712026-03-03T18:29:10.697Z Compiling textwrap v0.16.2
25722026-03-03T18:29:11.218Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25732026-03-03T18:29:11.829Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25742026-03-03T18:29:12.541Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25752026-03-03T18:29:13.537Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25762026-03-03T18:29:13.782Z Compiling steno v0.4.1
25772026-03-03T18:29:14.531Z Compiling utf-8 v0.7.6
25782026-03-03T18:29:15.013Z Compiling progenitor-impl v0.10.0
25792026-03-03T18:29:15.728Z Compiling tagptr v0.2.0
25802026-03-03T18:29:16.114Z Compiling moka v0.12.13
25812026-03-03T18:29:20.645Z Compiling progenitor-macro v0.10.0
25822026-03-03T18:29:22.114Z Compiling hickory-resolver v0.25.2
25832026-03-03T18:29:22.914Z Compiling tungstenite v0.21.0
25842026-03-03T18:29:27.462Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25852026-03-03T18:29:30.544Z Compiling progenitor v0.10.0
25862026-03-03T18:29:30.827Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25872026-03-03T18:29:31.076Z Compiling tokio-tungstenite v0.21.0
25882026-03-03T18:29:31.769Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25892026-03-03T18:29:33.598Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25902026-03-03T18:29:36.331Z Compiling radium v0.7.0
25912026-03-03T18:29:36.878Z Compiling tap v1.0.1
25922026-03-03T18:29:37.122Z Compiling maybe-uninit v2.0.0
25932026-03-03T18:29:37.188Z Compiling wyz v0.5.1
25942026-03-03T18:29:37.744Z Compiling zerocopy-derive v0.6.6
25952026-03-03T18:29:38.252Z Compiling packed_struct v0.10.1
25962026-03-03T18:29:38.735Z Compiling crc-catalog v2.4.0
25972026-03-03T18:29:38.933Z Compiling display-error-chain v0.2.2
25982026-03-03T18:29:39.198Z Compiling funty v2.0.0
25992026-03-03T18:29:39.255Z Compiling zerocopy v0.6.6
26002026-03-03T18:29:40.134Z Compiling crc v3.4.0
26012026-03-03T18:29:40.551Z Compiling bitvec v1.0.1
26022026-03-03T18:29:41.469Z Compiling packed_struct_codegen v0.10.1
26032026-03-03T18:29:41.518Z Compiling bitfield-macros v0.19.4
26042026-03-03T18:29:41.779Z Compiling indexmap v1.9.3
26052026-03-03T18:29:42.164Z Compiling nodrop v0.1.14
26062026-03-03T18:29:42.369Z Compiling array-init v0.0.4
26072026-03-03T18:29:42.932Z Compiling bitfield v0.19.4
26082026-03-03T18:29:43.619Z Compiling smallvec v0.6.14
26092026-03-03T18:29:43.652Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26102026-03-03T18:29:43.696Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26112026-03-03T18:29:44.173Z Compiling num-derive v0.3.3
26122026-03-03T18:29:45.987Z Compiling proc-macro-error-attr2 v2.0.0
26132026-03-03T18:29:46.721Z Compiling hashbrown v0.12.3
26142026-03-03T18:29:48.763Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-03-03T18:29:49.081Z Compiling proc-macro-error2 v2.0.1
26162026-03-03T18:29:49.640Z Compiling libscf-sys v1.1.0
26172026-03-03T18:29:49.736Z Compiling serde-hex v0.1.0
26182026-03-03T18:29:49.934Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26192026-03-03T18:29:50.345Z Compiling ron v0.8.1
26202026-03-03T18:29:50.644Z Compiling nix v0.31.1
26212026-03-03T18:29:51.457Z Compiling hashbrown v0.13.2
26222026-03-03T18:29:52.645Z Compiling vergen-gitcl v1.0.8
26232026-03-03T18:29:52.968Z Compiling dirs-sys-next v0.1.2
26242026-03-03T18:29:53.460Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26252026-03-03T18:29:53.580Z Compiling crunchy v0.2.4
26262026-03-03T18:29:54.023Z Compiling glob v0.3.3
26272026-03-03T18:29:54.605Z Compiling maplit v1.0.2
26282026-03-03T18:29:54.734Z Compiling crc-any v2.5.0
26292026-03-03T18:29:54.772Z Compiling clang-sys v1.8.1
26302026-03-03T18:29:55.473Z Compiling dirs-next v2.0.0
26312026-03-03T18:29:55.586Z Compiling object v0.30.4
26322026-03-03T18:29:55.632Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26332026-03-03T18:29:55.800Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26342026-03-03T18:29:56.966Z Compiling tabled_derive v0.11.0
26352026-03-03T18:29:57.204Z Compiling papergrid v0.17.0
26362026-03-03T18:29:59.251Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26372026-03-03T18:30:06.763Z Compiling testing_table v0.3.0
26382026-03-03T18:30:07.493Z Compiling dsl_auto_type v0.1.3
26392026-03-03T18:30:08.579Z Compiling scheduled-thread-pool v0.2.7
26402026-03-03T18:30:09.373Z Compiling diesel_table_macro_syntax v0.2.0
26412026-03-03T18:30:09.778Z Compiling tiny-keccak v2.0.2
26422026-03-03T18:30:09.815Z Compiling path-slash v0.1.5
26432026-03-03T18:30:10.146Z Compiling diesel_derives v2.2.7
26442026-03-03T18:30:10.220Z Compiling r2d2 v0.8.10
26452026-03-03T18:30:10.678Z Compiling tabled v0.20.0
26462026-03-03T18:30:13.540Z Compiling term v0.7.0
26472026-03-03T18:30:14.899Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26482026-03-03T18:30:15.555Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26492026-03-03T18:30:17.828Z Compiling arc-swap v1.8.2
26502026-03-03T18:30:18.567Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26512026-03-03T18:30:18.904Z Compiling bit-vec v0.6.3
26522026-03-03T18:30:19.029Z Compiling xshell-macros v0.2.7
26532026-03-03T18:30:19.429Z Compiling bit-set v0.5.3
26542026-03-03T18:30:19.763Z Compiling xshell v0.2.7
26552026-03-03T18:30:19.907Z Compiling diesel v2.2.12
26562026-03-03T18:30:22.317Z Compiling slog-scope v4.4.1
26572026-03-03T18:30:23.048Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26582026-03-03T18:30:25.449Z Compiling ascii-canvas v3.0.0
26592026-03-03T18:30:25.916Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26602026-03-03T18:30:26.623Z Compiling itertools v0.10.5
26612026-03-03T18:30:27.089Z Compiling ena v0.14.4
26622026-03-03T18:30:27.537Z Compiling libloading v0.8.9
26632026-03-03T18:30:27.939Z Compiling bindgen v0.71.1
26642026-03-03T18:30:28.304Z Compiling unicase v2.9.0
26652026-03-03T18:30:28.427Z Compiling diff v0.1.13
26662026-03-03T18:30:28.824Z Compiling regex-syntax v0.6.29
26672026-03-03T18:30:28.963Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26682026-03-03T18:30:32.533Z Compiling lalrpop v0.19.12
26692026-03-03T18:30:33.177Z Compiling slog-stdlog v4.1.1
26702026-03-03T18:30:33.213Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26712026-03-03T18:30:33.963Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26722026-03-03T18:30:33.993Z Compiling cexpr v0.6.0
26732026-03-03T18:30:34.946Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26742026-03-03T18:30:35.276Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26752026-03-03T18:30:35.463Z Compiling crc8 v0.1.1
26762026-03-03T18:30:35.722Z Compiling slog-envlogger v2.2.0
26772026-03-03T18:30:35.786Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26782026-03-03T18:30:36.209Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26792026-03-03T18:30:36.576Z Compiling headers-core v0.3.0
26802026-03-03T18:30:36.708Z Compiling libxml v0.3.3
26812026-03-03T18:30:36.798Z Compiling headers v0.4.1
26822026-03-03T18:30:37.295Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26832026-03-03T18:30:38.010Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26842026-03-03T18:30:38.366Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26852026-03-03T18:30:39.082Z Compiling strum_macros v0.24.3
26862026-03-03T18:30:39.659Z Compiling indoc v1.0.9
26872026-03-03T18:30:40.402Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26882026-03-03T18:30:40.697Z Compiling derive_builder v0.20.2
26892026-03-03T18:30:40.940Z Compiling oso-derive v0.27.3
26902026-03-03T18:30:41.647Z Compiling quick-xml v0.37.5
26912026-03-03T18:30:41.797Z Compiling impl-trait-for-tuples v0.2.3
26922026-03-03T18:30:44.321Z Compiling openssl-probe v0.1.6
26932026-03-03T18:30:44.427Z Compiling half v1.8.3
26942026-03-03T18:30:44.871Z Compiling serde_cbor v0.11.2
26952026-03-03T18:30:45.261Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26962026-03-03T18:30:46.401Z Compiling samael v0.0.19
26972026-03-03T18:30:46.573Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26982026-03-03T18:30:46.907Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26992026-03-03T18:30:47.205Z Compiling diesel-dtrace v0.4.2
27002026-03-03T18:30:47.650Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27012026-03-03T18:30:48.008Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27022026-03-03T18:30:48.608Z Compiling bb8 v0.8.6
27032026-03-03T18:30:49.216Z Compiling trait-variant v0.1.2
27042026-03-03T18:30:50.135Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27052026-03-03T18:30:50.876Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27062026-03-03T18:30:50.930Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27072026-03-03T18:30:51.153Z Compiling polar-core v0.27.3
27082026-03-03T18:30:51.507Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27092026-03-03T18:30:54.215Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27102026-03-03T18:30:54.571Z Compiling fxhash v0.2.1
27112026-03-03T18:30:54.830Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27122026-03-03T18:30:55.055Z Compiling kstat-rs v0.2.4
27132026-03-03T18:30:55.225Z Compiling libz-sys v1.1.24
27142026-03-03T18:30:55.851Z Compiling nonempty v0.12.0
27152026-03-03T18:30:55.953Z Compiling salty v0.3.0
27162026-03-03T18:30:56.931Z Compiling async-bb8-diesel v0.2.1
27172026-03-03T18:30:57.834Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27182026-03-03T18:31:03.359Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27192026-03-03T18:31:03.488Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27202026-03-03T18:31:03.602Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27212026-03-03T18:31:07.966Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e)
27222026-03-03T18:31:16.363Z Compiling oso v0.27.3
27232026-03-03T18:31:17.174Z Compiling darling_core v0.23.0
27242026-03-03T18:31:21.228Z Compiling nanorand v0.7.0
27252026-03-03T18:31:22.058Z Compiling fs-err v2.11.0
27262026-03-03T18:31:22.733Z Compiling parking_lot_core v0.8.6
27272026-03-03T18:31:22.909Z Compiling mime_guess v2.0.5
27282026-03-03T18:31:23.225Z Compiling darling_macro v0.23.0
27292026-03-03T18:31:24.074Z Compiling flume v0.11.1
27302026-03-03T18:31:24.108Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e)
27312026-03-03T18:31:24.844Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27322026-03-03T18:31:31.992Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27332026-03-03T18:31:32.606Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27342026-03-03T18:31:33.457Z Compiling git-stub v1.0.0
27352026-03-03T18:31:33.972Z Compiling libgit2-sys v0.18.3+1.9.2
27362026-03-03T18:31:34.868Z Compiling instability v0.3.11
27372026-03-03T18:31:35.538Z Compiling git-stub-vcs v0.1.0
27382026-03-03T18:31:36.336Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-03-03T18:31:41.869Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27402026-03-03T18:31:53.044Z Compiling darling v0.23.0
27412026-03-03T18:31:55.259Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27422026-03-03T18:31:55.968Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27432026-03-03T18:32:02.526Z Compiling ignore v0.4.25
27442026-03-03T18:32:04.210Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27452026-03-03T18:32:06.723Z Compiling primeorder v0.13.6
27462026-03-03T18:32:07.318Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27472026-03-03T18:32:07.984Z Compiling castaway v0.2.4
27482026-03-03T18:32:08.275Z Compiling nibble_vec v0.1.0
27492026-03-03T18:32:08.615Z Compiling atty v0.2.14
27502026-03-03T18:32:08.646Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-03-03T18:32:08.835Z Compiling http-range v0.1.5
27522026-03-03T18:32:08.868Z Compiling indoc v2.0.7
27532026-03-03T18:32:09.050Z Compiling parse-size v1.1.0
27542026-03-03T18:32:09.440Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27552026-03-03T18:32:09.474Z Compiling endian-type v0.1.2
27562026-03-03T18:32:09.751Z Compiling radix_trie v0.2.1
27572026-03-03T18:32:09.862Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-03-03T18:32:10.533Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27592026-03-03T18:32:10.714Z Compiling compact_str v0.8.1
27602026-03-03T18:32:10.942Z Compiling p384 v0.13.1
27612026-03-03T18:32:13.042Z Compiling globwalk v0.9.1
27622026-03-03T18:32:13.193Z Compiling parking_lot v0.11.2
27632026-03-03T18:32:15.071Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27642026-03-03T18:32:15.719Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27652026-03-03T18:32:15.879Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27662026-03-03T18:32:16.464Z Compiling predicates-tree v1.0.13
27672026-03-03T18:32:17.321Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27682026-03-03T18:32:17.858Z Compiling unicode-truncate v1.1.0
27692026-03-03T18:32:18.192Z Compiling lru v0.12.5
27702026-03-03T18:32:18.631Z Compiling prefix-trie v0.7.0
27712026-03-03T18:32:19.469Z Compiling vergen-git2 v1.0.7
27722026-03-03T18:32:19.594Z Compiling cassowary v0.3.0
27732026-03-03T18:32:19.878Z Compiling hickory-server v0.25.2
27742026-03-03T18:32:20.024Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27752026-03-03T18:32:22.906Z Compiling ratatui v0.29.0
27762026-03-03T18:32:23.991Z Compiling camino-tempfile-ext v0.3.3
27772026-03-03T18:32:24.291Z Compiling git2 v0.20.4
27782026-03-03T18:32:25.349Z Compiling hyper-staticfile v0.10.1
27792026-03-03T18:32:27.748Z Compiling sled v0.34.7
27802026-03-03T18:32:31.563Z Compiling hickory-client v0.25.2
27812026-03-03T18:32:32.385Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27822026-03-03T18:32:33.465Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27832026-03-03T18:32:33.663Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-03-03T18:32:35.211Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27852026-03-03T18:32:36.398Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27862026-03-03T18:32:37.013Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27872026-03-03T18:32:38.011Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27882026-03-03T18:32:38.984Z Compiling rand_seeder v0.4.0
27892026-03-03T18:32:39.402Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27902026-03-03T18:32:39.787Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27912026-03-03T18:32:40.684Z Compiling lzma-sys v0.1.20
27922026-03-03T18:32:40.894Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27932026-03-03T18:32:41.275Z Compiling corncobs v0.1.4
27942026-03-03T18:32:41.321Z Compiling rustls v0.21.12
27952026-03-03T18:32:41.511Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27962026-03-03T18:32:41.704Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-03-03T18:32:41.840Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27982026-03-03T18:32:42.118Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-03-03T18:32:42.568Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28002026-03-03T18:32:43.803Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-03-03T18:32:44.020Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28022026-03-03T18:32:48.724Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28032026-03-03T18:32:54.691Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28042026-03-03T18:32:56.308Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28052026-03-03T18:33:00.061Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28062026-03-03T18:33:00.446Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28072026-03-03T18:33:00.784Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28082026-03-03T18:33:01.128Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28092026-03-03T18:33:01.564Z Compiling cargo_toml v0.22.3
28102026-03-03T18:33:02.047Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28112026-03-03T18:33:07.678Z Compiling nix v0.29.0
28122026-03-03T18:33:08.547Z Compiling sct v0.7.1
28132026-03-03T18:33:09.015Z Compiling rustls-webpki v0.101.7
28142026-03-03T18:33:09.741Z Compiling secrecy v0.8.0
28152026-03-03T18:33:10.086Z Compiling void v1.0.2
28162026-03-03T18:33:10.310Z Compiling lzss v0.8.2
28172026-03-03T18:33:13.714Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28182026-03-03T18:33:15.462Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-03T18:33:22.147Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28202026-03-03T18:33:23.013Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28212026-03-03T18:33:24.243Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28222026-03-03T18:33:24.691Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28232026-03-03T18:33:29.165Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28242026-03-03T18:33:30.719Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28252026-03-03T18:33:35.255Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28262026-03-03T18:33:35.678Z Compiling tungstenite v0.23.0
28272026-03-03T18:33:35.775Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28282026-03-03T18:33:36.132Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28292026-03-03T18:33:36.501Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28302026-03-03T18:33:36.863Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28312026-03-03T18:33:37.274Z Compiling nix v0.27.1
28322026-03-03T18:33:38.247Z Compiling serde_bytes v0.11.19
28332026-03-03T18:33:38.871Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28342026-03-03T18:33:40.065Z Compiling tokio-tungstenite v0.23.1
28352026-03-03T18:33:40.903Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28362026-03-03T18:33:41.060Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28372026-03-03T18:33:48.581Z Compiling ron v0.12.0
28382026-03-03T18:33:52.311Z Compiling xz2 v0.1.7
28392026-03-03T18:33:52.969Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28402026-03-03T18:33:53.424Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28412026-03-03T18:33:59.105Z Compiling tokio-rustls v0.24.1
28422026-03-03T18:34:00.960Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-03-03T18:34:02.433Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28442026-03-03T18:34:05.921Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28452026-03-03T18:34:08.140Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28462026-03-03T18:34:08.595Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28472026-03-03T18:34:12.407Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28482026-03-03T18:34:14.369Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28492026-03-03T18:34:25.773Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28502026-03-03T18:34:30.009Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28512026-03-03T18:34:31.965Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28522026-03-03T18:34:42.418Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28532026-03-03T18:34:45.375Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28542026-03-03T18:34:51.612Z Compiling rustls-pemfile v1.0.4
28552026-03-03T18:34:52.400Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28562026-03-03T18:34:55.503Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28572026-03-03T18:34:55.864Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-03-03T18:34:58.616Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28592026-03-03T18:35:00.282Z Compiling signal-hook-tokio v0.3.1
28602026-03-03T18:35:00.662Z Compiling yasna v0.5.2
28612026-03-03T18:35:04.135Z Compiling twox-hash v2.1.2
28622026-03-03T18:35:04.579Z Compiling is_ci v1.2.0
28632026-03-03T18:35:04.624Z Compiling base16ct v1.0.0
28642026-03-03T18:35:05.228Z Compiling supports-color v3.0.2
28652026-03-03T18:35:05.786Z Compiling rcgen v0.12.1
28662026-03-03T18:35:07.693Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28672026-03-03T18:35:15.590Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28682026-03-03T18:35:18.116Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28692026-03-03T18:35:45.181Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28702026-03-03T18:35:49.344Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28712026-03-03T18:35:51.322Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28722026-03-03T18:35:59.985Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28732026-03-03T18:36:09.992Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28742026-03-03T18:36:10.823Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28752026-03-03T18:36:17.353Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28762026-03-03T18:36:17.730Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28772026-03-03T18:36:18.113Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28782026-03-03T18:36:19.425Z Compiling progenitor-extras v0.1.0
28792026-03-03T18:36:19.919Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28802026-03-03T18:36:20.270Z Compiling fatfs v0.3.6
28812026-03-03T18:36:22.798Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28822026-03-03T18:36:26.538Z Compiling rtoolbox v0.0.3
28832026-03-03T18:36:26.998Z Compiling subprocess v0.2.15
28842026-03-03T18:36:31.446Z Compiling seq-macro v0.3.6
28852026-03-03T18:36:31.575Z Compiling assert_matches v1.5.0
28862026-03-03T18:36:31.747Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28872026-03-03T18:36:37.194Z Compiling rpassword v7.4.0
28882026-03-03T18:36:37.688Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-03-03T18:36:42.614Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28902026-03-03T18:36:57.912Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28912026-03-03T18:36:58.118Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28922026-03-03T18:37:03.195Z Compiling tui-tree-widget v0.23.1
28932026-03-03T18:37:03.723Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28942026-03-03T18:37:05.662Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28952026-03-03T18:37:06.478Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28962026-03-03T18:37:12.022Z Compiling uzers v0.12.2
28972026-03-03T18:37:13.658Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28982026-03-03T18:37:15.199Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28992026-03-03T18:37:22.019Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29002026-03-03T18:37:51.908Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29012026-03-03T18:37:53.276Z Compiling support-bundle-viewer v0.1.2
29022026-03-03T18:37:56.551Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29032026-03-03T18:37:57.082Z Compiling multimap v0.10.1
29042026-03-03T18:39:57.536Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29052026-03-03T18:40:15.167Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29062026-03-03T18:52:25.132Z Finished `release` profile [optimized] target(s) in 25m 07s
29072026-03-03T18:54:01.844Z
29082026-03-03T18:54:01.869Zreal 26:46.503924125
29092026-03-03T18:54:01.869Zuser 2:58:40.695629054
29102026-03-03T18:54:01.869Zsys 5:25.719108832
29112026-03-03T18:54:01.869Ztrap 6.430409282
29122026-03-03T18:54:01.869Ztflt 1.416281016
29132026-03-03T18:54:01.869Zdflt 5.685668032
29142026-03-03T18:54:01.869Zkflt 0.000540811
29152026-03-03T18:54:01.869Zlock 12:08:00.651977214
29162026-03-03T18:54:01.869Zslp 8:24:28.603678499
29172026-03-03T18:54:01.869Zlat 4:50.255282662
29182026-03-03T18:54:01.869Zstop 4:14.299670965
29192026-03-03T18:54:01.869Z+ mapfile -t packages
29202026-03-03T18:54:01.869Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29212026-03-03T18:54:03.913Z Finished `release` profile [optimized] target(s) in 1.93s
29222026-03-03T18:54:04.000Z Running `target/release/omicron-package -t test list-outputs`
29232026-03-03T18:54:04.080ZLogging to: /work/oxidecomputer/omicron/out/LOG
29242026-03-03T18:54:04.104Z+ ptime -m cargo build --locked --release -p xtask
29252026-03-03T18:54:05.314Z Compiling libc v0.2.180
29262026-03-03T18:54:05.314Z Compiling serde v1.0.228
29272026-03-03T18:54:05.339Z Compiling serde_core v1.0.228
29282026-03-03T18:54:05.339Z Compiling syn v2.0.117
29292026-03-03T18:54:05.339Z Compiling rustix v1.1.3
29302026-03-03T18:54:05.366Z Compiling serde_json v1.0.149
29312026-03-03T18:54:05.391Z Compiling bitflags v2.11.0
29322026-03-03T18:54:05.848Z Compiling num-traits v0.2.19
29332026-03-03T18:54:06.135Z Compiling hashbrown v0.16.1
29342026-03-03T18:54:06.219Z Compiling smallvec v1.15.1
29352026-03-03T18:54:06.486Z Compiling usdt-impl v0.5.0
29362026-03-03T18:54:06.643Z Compiling syn v1.0.109
29372026-03-03T18:54:07.097Z Compiling errno v0.3.14
29382026-03-03T18:54:07.376Z Compiling thread-id v4.2.2
29392026-03-03T18:54:07.401Z Compiling getrandom v0.4.1
29402026-03-03T18:54:07.525Z Compiling log v0.4.29
29412026-03-03T18:54:07.696Z Compiling indexmap v2.13.0
29422026-03-03T18:54:07.802Z Compiling percent-encoding v2.3.2
29432026-03-03T18:54:08.282Z Compiling form_urlencoded v1.2.2
29442026-03-03T18:54:09.082Z Compiling ordered-float v2.10.1
29452026-03-03T18:54:09.568Z Compiling fs-err v3.3.0
29462026-03-03T18:54:09.671Z Compiling terminal_size v0.4.3
29472026-03-03T18:54:09.914Z Compiling anyhow v1.0.102
29482026-03-03T18:54:09.940Z Compiling once_cell v1.21.3
29492026-03-03T18:54:10.467Z Compiling heck v0.4.1
29502026-03-03T18:54:10.493Z Compiling tempfile v3.25.0
29512026-03-03T18:54:10.867Z Compiling proc-macro-error v1.0.4
29522026-03-03T18:54:11.536Z Compiling clap_builder v4.5.60
29532026-03-03T18:54:11.995Z Compiling memmap v0.7.0
29542026-03-03T18:54:12.070Z Compiling textwrap v0.16.2
29552026-03-03T18:54:12.322Z Compiling synstructure v0.13.2
29562026-03-03T18:54:12.377Z Compiling pest_generator v2.8.6
29572026-03-03T18:54:12.466Z Compiling tabled_derive v0.7.0
29582026-03-03T18:54:13.578Z Compiling camino-tempfile v1.4.1
29592026-03-03T18:54:14.126Z Compiling tabled v0.15.0
29602026-03-03T18:54:14.752Z Compiling serde_derive v1.0.228
29612026-03-03T18:54:14.752Z Compiling zerofrom-derive v0.1.6
29622026-03-03T18:54:14.777Z Compiling yoke-derive v0.8.1
29632026-03-03T18:54:14.777Z Compiling zerovec-derive v0.11.2
29642026-03-03T18:54:14.831Z Compiling displaydoc v0.2.5
29652026-03-03T18:54:16.277Z Compiling thiserror-impl v1.0.69
29662026-03-03T18:54:16.899Z Compiling zerocopy-derive v0.7.35
29672026-03-03T18:54:16.924Z Compiling pest_derive v2.8.6
29682026-03-03T18:54:17.316Z Compiling zerofrom v0.1.6
29692026-03-03T18:54:17.583Z Compiling yoke v0.8.1
29702026-03-03T18:54:17.724Z Compiling scroll_derive v0.12.1
29712026-03-03T18:54:17.955Z Compiling zerovec v0.11.5
29722026-03-03T18:54:18.519Z Compiling zerotrie v0.2.3
29732026-03-03T18:54:18.546Z Compiling thiserror v1.0.69
29742026-03-03T18:54:18.737Z Compiling zerocopy v0.7.35
29752026-03-03T18:54:18.989Z Compiling scroll v0.12.0
29762026-03-03T18:54:19.243Z Compiling tinystr v0.8.2
29772026-03-03T18:54:19.428Z Compiling potential_utf v0.1.4
29782026-03-03T18:54:19.624Z Compiling icu_locale_core v2.1.1
29792026-03-03T18:54:19.692Z Compiling icu_collections v2.1.1
29802026-03-03T18:54:19.755Z Compiling dtrace-parser v0.2.0
29812026-03-03T18:54:20.251Z Compiling goblin v0.8.2
29822026-03-03T18:54:21.953Z Compiling icu_provider v2.1.1
29832026-03-03T18:54:22.353Z Compiling serde_spanned v0.6.9
29842026-03-03T18:54:22.644Z Compiling icu_normalizer v2.1.1
29852026-03-03T18:54:22.752Z Compiling icu_properties v2.1.2
29862026-03-03T18:54:22.777Z Compiling toml_datetime v0.6.11
29872026-03-03T18:54:23.571Z Compiling toml_edit v0.22.27
29882026-03-03T18:54:24.793Z Compiling dof v0.3.0
29892026-03-03T18:54:25.092Z Compiling idna_adapter v1.2.1
29902026-03-03T18:54:25.579Z Compiling idna v1.1.0
29912026-03-03T18:54:26.430Z Compiling serde_tokenstream v0.2.3
29922026-03-03T18:54:26.465Z Compiling thiserror-impl v2.0.18
29932026-03-03T18:54:27.013Z Compiling url v2.5.8
29942026-03-03T18:54:28.810Z Compiling toml v0.8.23
29952026-03-03T18:54:29.841Z Compiling thiserror v2.0.18
29962026-03-03T18:54:31.130Z Compiling serde-value v0.7.0
29972026-03-03T18:54:33.233Z Compiling cargo-util-schemas v0.8.2
29982026-03-03T18:54:33.827Z Compiling usdt-attr-macro v0.5.0
29992026-03-03T18:54:34.980Z Compiling usdt-macro v0.5.0
30002026-03-03T18:54:35.117Z Compiling cargo-platform v0.2.0
30012026-03-03T18:54:36.010Z Compiling clap_derive v4.5.55
30022026-03-03T18:54:36.263Z Compiling usdt v0.5.0
30032026-03-03T18:54:36.939Z Compiling cargo_metadata v0.21.0
30042026-03-03T18:54:37.457Z Compiling cargo_toml v0.21.0
30052026-03-03T18:54:37.879Z Compiling macaddr v1.0.1
30062026-03-03T18:54:39.332Z Compiling clap v4.5.60
30072026-03-03T18:54:49.237Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30082026-03-03T18:54:55.847Z Finished `release` profile [optimized] target(s) in 51.66s
30092026-03-03T18:54:56.007Z
30102026-03-03T18:54:56.007Zreal 51.869390850
30112026-03-03T18:54:56.007Zuser 5:16.766624466
30122026-03-03T18:54:56.007Zsys 27.235242978
30132026-03-03T18:54:56.007Ztrap 0.195235732
30142026-03-03T18:54:56.007Ztflt 0.155884321
30152026-03-03T18:54:56.007Zdflt 0.340967659
30162026-03-03T18:54:56.007Zkflt 0.000033076
30172026-03-03T18:54:56.007Zlock 15:21.007803892
30182026-03-03T18:54:56.032Zslp 17:29.441480466
30192026-03-03T18:54:56.032Zlat 23.306444174
30202026-03-03T18:54:56.033Zstop 29.047421439
30212026-03-03T18:54:56.033Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30222026-03-03T18:54:56.033Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-03-03T18:54:56.033Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30242026-03-03T18:54:56.033Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-03-03T18:54:56.033Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30262026-03-03T18:54:57.989Z Compiling regress v0.10.5
30272026-03-03T18:54:58.036Z Compiling serde_spanned v1.0.4
30282026-03-03T18:54:58.061Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30292026-03-03T18:54:58.061Z Compiling toml_writer v1.0.6+spec-1.1.0
30302026-03-03T18:54:58.124Z Compiling structmeta-derive v0.3.0
30312026-03-03T18:54:58.124Z Compiling rustls v0.22.4
30322026-03-03T18:54:58.149Z Compiling rustls-webpki v0.102.8
30332026-03-03T18:54:58.150Z Compiling newtype-uuid-macros v0.1.0
30342026-03-03T18:54:58.372Z Compiling multer v3.1.0
30352026-03-03T18:54:58.523Z Compiling toml v0.9.12+spec-1.1.0
30362026-03-03T18:54:58.603Z Compiling debug-ignore v1.0.5
30372026-03-03T18:54:58.650Z Compiling match_cfg v0.1.0
30382026-03-03T18:54:58.789Z Compiling hostname v0.3.1
30392026-03-03T18:54:58.826Z Compiling slog-json v2.6.1
30402026-03-03T18:54:58.854Z Compiling async-stream-impl v0.3.6
30412026-03-03T18:54:59.044Z Compiling dropshot v0.16.7
30422026-03-03T18:54:59.486Z Compiling slog-bunyan v2.5.0
30432026-03-03T18:54:59.795Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30442026-03-03T18:54:59.939Z Compiling itertools v0.14.0
30452026-03-03T18:55:00.102Z Compiling async-stream v0.3.6
30462026-03-03T18:55:00.414Z Compiling waitgroup v0.1.2
30472026-03-03T18:55:00.531Z Compiling structmeta v0.3.0
30482026-03-03T18:55:00.668Z Compiling rustls-pemfile v2.2.0
30492026-03-03T18:55:00.752Z Compiling dropshot_endpoint v0.16.7
30502026-03-03T18:55:00.971Z Compiling hostname v0.4.2
30512026-03-03T18:55:01.072Z Compiling serde_path_to_error v0.1.20
30522026-03-03T18:55:01.112Z Compiling derive-ex v0.1.8
30532026-03-03T18:55:01.247Z Compiling progenitor-client v0.13.0
30542026-03-03T18:55:01.689Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30552026-03-03T18:55:01.831Z Compiling macaddr v1.0.1
30562026-03-03T18:55:01.891Z Compiling progenitor-client v0.10.0
30572026-03-03T18:55:02.112Z Compiling instant v0.1.13
30582026-03-03T18:55:02.314Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30592026-03-03T18:55:02.363Z Compiling parse-display-derive v0.10.0
30602026-03-03T18:55:02.478Z Compiling backoff v0.4.0
30612026-03-03T18:55:02.857Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30622026-03-03T18:55:02.885Z Compiling backon v1.6.0
30632026-03-03T18:55:03.108Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30642026-03-03T18:55:03.331Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30652026-03-03T18:55:03.366Z Compiling crucible-workspace-hack v0.1.0
30662026-03-03T18:55:03.628Z Compiling tokio-rustls v0.25.0
30672026-03-03T18:55:03.750Z Compiling cfg_aliases v0.2.1
30682026-03-03T18:55:04.042Z Compiling toml_edit v0.23.10+spec-1.0.0
30692026-03-03T18:55:04.084Z Compiling heapless v0.8.0
30702026-03-03T18:55:04.693Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30712026-03-03T18:55:04.992Z Compiling test-strategy v0.4.5
30722026-03-03T18:55:05.181Z Compiling ingot-macros v0.1.1
30732026-03-03T18:55:05.392Z Compiling proc-macro-crate v3.4.0
30742026-03-03T18:55:05.468Z Compiling hash32 v0.3.1
30752026-03-03T18:55:05.766Z Compiling memoffset v0.9.1
30762026-03-03T18:55:06.017Z Compiling parse-display v0.10.0
30772026-03-03T18:55:06.134Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30782026-03-03T18:55:06.462Z Compiling smoltcp v0.11.0
30792026-03-03T18:55:06.621Z Compiling num_enum_derive v0.7.5
30802026-03-03T18:55:06.737Z Compiling tabwriter v1.4.1
30812026-03-03T18:55:07.179Z Compiling cobs v0.3.0
30822026-03-03T18:55:07.279Z Compiling foreign-types-macros v0.2.3
30832026-03-03T18:55:07.345Z Compiling foreign-types-shared v0.3.1
30842026-03-03T18:55:07.516Z Compiling cpufeatures v0.3.0
30852026-03-03T18:55:07.603Z Compiling postcard v1.1.3
30862026-03-03T18:55:07.670Z Compiling chacha20 v0.10.0
30872026-03-03T18:55:08.207Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
30882026-03-03T18:55:08.466Z Compiling foreign-types v0.5.0
30892026-03-03T18:55:08.614Z Compiling proc-macro-crate v1.3.1
30902026-03-03T18:55:08.643Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30912026-03-03T18:55:08.755Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30922026-03-03T18:55:08.873Z Compiling num_enum v0.7.5
30932026-03-03T18:55:09.109Z Compiling secrecy v0.10.3
30942026-03-03T18:55:09.386Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30952026-03-03T18:55:09.433Z Compiling cstr-argument v0.1.2
30962026-03-03T18:55:09.465Z Compiling unsafe-libyaml v0.2.11
30972026-03-03T18:55:09.490Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30982026-03-03T18:55:09.533Z Compiling colored v3.1.1
30992026-03-03T18:55:09.775Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31002026-03-03T18:55:09.847Z Compiling num_enum_derive v0.5.11
31012026-03-03T18:55:09.916Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31022026-03-03T18:55:10.154Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31032026-03-03T18:55:10.300Z Compiling rand v0.10.0
31042026-03-03T18:55:10.329Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31052026-03-03T18:55:10.523Z Compiling nix v0.30.1
31062026-03-03T18:55:11.132Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31072026-03-03T18:55:11.188Z Compiling serde_yaml v0.9.34+deprecated
31082026-03-03T18:55:11.344Z Compiling camino-tempfile v1.4.1
31092026-03-03T18:55:11.372Z Compiling ingot-types v0.1.2
31102026-03-03T18:55:11.853Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31112026-03-03T18:55:12.084Z Compiling num_enum v0.5.11
31122026-03-03T18:55:12.307Z Compiling ingot v0.1.1
31132026-03-03T18:55:12.377Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31142026-03-03T18:55:12.474Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31152026-03-03T18:55:12.571Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31162026-03-03T18:55:12.702Z Compiling smf v0.2.3
31172026-03-03T18:55:13.007Z Compiling num-derive v0.4.2
31182026-03-03T18:55:13.038Z Compiling sigpipe v0.1.3
31192026-03-03T18:55:13.218Z Compiling glob v0.3.3
31202026-03-03T18:55:13.878Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31212026-03-03T18:55:14.055Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31222026-03-03T18:55:14.247Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31232026-03-03T18:55:14.855Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31242026-03-03T18:55:15.178Z Compiling whoami v1.6.1
31252026-03-03T18:55:15.374Z Compiling toml v0.8.23
31262026-03-03T18:55:15.421Z Compiling convert_case v0.4.0
31272026-03-03T18:55:15.644Z Compiling universal-hash v0.5.1
31282026-03-03T18:55:15.745Z Compiling opaque-debug v0.3.1
31292026-03-03T18:55:15.886Z Compiling half v2.7.1
31302026-03-03T18:55:15.915Z Compiling ciborium-io v0.2.2
31312026-03-03T18:55:16.078Z Compiling aead v0.5.2
31322026-03-03T18:55:16.230Z Compiling derive_more v0.99.20
31332026-03-03T18:55:16.462Z Compiling ciborium-ll v0.2.2
31342026-03-03T18:55:16.520Z Compiling poly1305 v0.8.0
31352026-03-03T18:55:16.814Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31362026-03-03T18:55:16.970Z Compiling ciborium v0.2.2
31372026-03-03T18:55:17.166Z Compiling chacha20 v0.9.1
31382026-03-03T18:55:17.195Z Compiling typify-impl v0.6.1
31392026-03-03T18:55:17.675Z Compiling typify-impl v0.4.3
31402026-03-03T18:55:17.703Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31412026-03-03T18:55:18.068Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31422026-03-03T18:55:18.244Z Compiling thiserror-impl-no-std v2.0.2
31432026-03-03T18:55:18.737Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31442026-03-03T18:55:19.239Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31452026-03-03T18:55:19.707Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31462026-03-03T18:55:20.794Z Compiling thiserror-no-std v2.0.2
31472026-03-03T18:55:20.959Z Compiling num-rational v0.4.2
31482026-03-03T18:55:22.883Z Compiling password-hash v0.5.0
31492026-03-03T18:55:22.908Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31502026-03-03T18:55:22.908Z Compiling blake2 v0.10.6
31512026-03-03T18:55:22.908Z Compiling num-complex v0.4.6
31522026-03-03T18:55:23.728Z Compiling indent_write v2.2.0
31532026-03-03T18:55:23.813Z Compiling prettyplease v0.2.37
31542026-03-03T18:55:23.849Z Compiling num v0.4.3
31552026-03-03T18:55:24.040Z Compiling argon2 v0.5.3
31562026-03-03T18:55:24.108Z Compiling vsss-rs v3.3.4
31572026-03-03T18:55:24.631Z Compiling chacha20poly1305 v0.10.1
31582026-03-03T18:55:24.683Z Compiling float-ord v0.3.2
31592026-03-03T18:55:24.683Z Compiling gethostname v0.5.0
31602026-03-03T18:55:24.889Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31612026-03-03T18:55:25.745Z Compiling usdt-attr-macro v0.5.0
31622026-03-03T18:55:26.728Z Compiling usdt-macro v0.5.0
31632026-03-03T18:55:26.945Z Compiling derive-where v1.6.0
31642026-03-03T18:55:27.393Z Compiling memmap v0.7.0
31652026-03-03T18:55:27.611Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31662026-03-03T18:55:27.786Z Compiling atomicwrites v0.4.4
31672026-03-03T18:55:28.079Z Compiling usdt v0.5.0
31682026-03-03T18:55:28.106Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-03-03T18:55:28.177Z Compiling cancel-safe-futures v0.1.5
31702026-03-03T18:55:28.363Z Compiling typify-macro v0.6.1
31712026-03-03T18:55:28.592Z Compiling owo-colors v4.3.0
31722026-03-03T18:55:28.658Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31732026-03-03T18:55:28.704Z Compiling libsw-core v0.3.2
31742026-03-03T18:55:28.767Z Compiling typify-macro v0.4.3
31752026-03-03T18:55:29.043Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31762026-03-03T18:55:29.230Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31772026-03-03T18:55:29.367Z Compiling async-recursion v1.1.1
31782026-03-03T18:55:29.646Z Compiling resolv-conf v0.7.6
31792026-03-03T18:55:30.826Z Compiling libsw v3.5.0
31802026-03-03T18:55:31.167Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31812026-03-03T18:55:31.884Z Compiling progenitor-client v0.11.2
31822026-03-03T18:55:32.255Z Compiling typify v0.6.1
31832026-03-03T18:55:32.288Z Compiling libefi-sys v0.1.0
31842026-03-03T18:55:32.415Z Compiling linear-map v1.2.0
31852026-03-03T18:55:32.491Z Compiling progenitor-impl v0.13.0
31862026-03-03T18:55:32.549Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31872026-03-03T18:55:32.587Z Compiling hickory-proto v0.24.4
31882026-03-03T18:55:32.619Z Compiling typify v0.4.3
31892026-03-03T18:55:32.706Z Compiling newline-converter v0.3.0
31902026-03-03T18:55:32.849Z Compiling progenitor-impl v0.11.2
31912026-03-03T18:55:32.873Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31922026-03-03T18:55:32.948Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31932026-03-03T18:55:34.484Z Compiling console v0.15.11
31942026-03-03T18:55:34.886Z Compiling bitfield-struct v0.6.2
31952026-03-03T18:55:35.779Z Compiling semver v0.1.20
31962026-03-03T18:55:36.219Z Compiling linked-hash-map v0.5.6
31972026-03-03T18:55:36.444Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-03-03T18:55:36.473Z Compiling rustc_version v0.1.7
31992026-03-03T18:55:36.611Z Compiling lru-cache v0.1.2
32002026-03-03T18:55:36.858Z Compiling expectorate v1.2.0
32012026-03-03T18:55:37.173Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32022026-03-03T18:55:37.200Z Compiling pin-project-internal v1.1.11
32032026-03-03T18:55:37.393Z Compiling slog-dtrace v0.3.0
32042026-03-03T18:55:37.755Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-03-03T18:55:37.939Z Compiling minimal-lexical v0.2.1
32062026-03-03T18:55:38.524Z Compiling nom v7.1.3
32072026-03-03T18:55:38.802Z Compiling progenitor-macro v0.13.0
32082026-03-03T18:55:39.057Z Compiling progenitor-macro v0.11.2
32092026-03-03T18:55:39.611Z Compiling pin-project v1.1.11
32102026-03-03T18:55:39.823Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32112026-03-03T18:55:40.250Z Compiling hickory-resolver v0.24.4
32122026-03-03T18:55:40.382Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32132026-03-03T18:55:40.662Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32142026-03-03T18:55:41.083Z Compiling newtype_derive v0.1.6
32152026-03-03T18:55:41.423Z Compiling tokio-dtrace v0.1.1
32162026-03-03T18:55:41.857Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32172026-03-03T18:55:41.953Z Compiling phf_shared v0.12.1
32182026-03-03T18:55:42.380Z Compiling snafu-derive v0.8.9
32192026-03-03T18:55:42.987Z Compiling dropshot-api-manager-types v0.5.2
32202026-03-03T18:55:43.728Z Compiling pem v3.0.6
32212026-03-03T18:55:44.449Z Compiling csv-core v0.1.13
32222026-03-03T18:55:45.035Z Compiling chrono-tz v0.10.4
32232026-03-03T18:55:45.305Z Compiling same-file v1.0.6
32242026-03-03T18:55:45.381Z Compiling highway v1.3.0
32252026-03-03T18:55:45.628Z Compiling xshell-macros v0.2.7
32262026-03-03T18:55:45.767Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32272026-03-03T18:55:46.174Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32282026-03-03T18:55:46.207Z Compiling walkdir v2.5.0
32292026-03-03T18:55:46.420Z Compiling xshell v0.2.7
32302026-03-03T18:55:46.808Z Compiling snafu v0.8.9
32312026-03-03T18:55:46.938Z Compiling const_format_proc_macros v0.2.34
32322026-03-03T18:55:47.581Z Compiling csv v1.4.0
32332026-03-03T18:55:47.661Z Compiling qorb v0.4.1
32342026-03-03T18:55:48.723Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32352026-03-03T18:55:48.848Z Compiling phf v0.12.1
32362026-03-03T18:55:49.209Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32372026-03-03T18:55:50.095Z Compiling oxide-tokio-rt v0.1.2
32382026-03-03T18:55:50.452Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32392026-03-03T18:55:50.822Z Compiling progenitor v0.13.0
32402026-03-03T18:55:50.949Z Compiling progenitor v0.11.2
32412026-03-03T18:55:51.087Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32422026-03-03T18:55:51.117Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32432026-03-03T18:55:51.230Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32442026-03-03T18:55:51.937Z Compiling globset v0.4.18
32452026-03-03T18:55:52.092Z Compiling olpc-cjson v0.1.4
32462026-03-03T18:55:52.401Z Compiling primeorder v0.13.6
32472026-03-03T18:55:52.971Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32482026-03-03T18:55:53.307Z Compiling serde_plain v1.0.2
32492026-03-03T18:55:53.488Z Compiling base64 v0.21.7
32502026-03-03T18:55:53.720Z Compiling typed-path v0.9.3
32512026-03-03T18:55:53.817Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32522026-03-03T18:55:54.178Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32532026-03-03T18:55:54.252Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32542026-03-03T18:55:55.480Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32552026-03-03T18:55:56.755Z Compiling tough v0.20.0
32562026-03-03T18:55:56.780Z Compiling const_format v0.2.35
32572026-03-03T18:55:56.780Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32582026-03-03T18:55:57.137Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32592026-03-03T18:55:57.347Z Compiling progenitor-impl v0.10.0
32602026-03-03T18:55:58.461Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32612026-03-03T18:55:58.496Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32622026-03-03T18:55:59.690Z Compiling tabled_derive v0.7.0
32632026-03-03T18:56:00.186Z Compiling bcs v0.1.6
32642026-03-03T18:56:00.817Z Compiling termtree v0.5.1
32652026-03-03T18:56:01.115Z Compiling radium v0.7.0
32662026-03-03T18:56:01.200Z Compiling salty v0.3.0
32672026-03-03T18:56:01.582Z Compiling textwrap v0.16.2
32682026-03-03T18:56:01.703Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32692026-03-03T18:56:01.730Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32702026-03-03T18:56:01.788Z Compiling tabled v0.15.0
32712026-03-03T18:56:02.144Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32722026-03-03T18:56:02.474Z Compiling steno v0.4.1
32732026-03-03T18:56:02.635Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32742026-03-03T18:56:03.778Z Compiling progenitor-macro v0.10.0
32752026-03-03T18:56:04.537Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32762026-03-03T18:56:05.059Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32772026-03-03T18:56:05.309Z Compiling utf-8 v0.7.6
32782026-03-03T18:56:05.651Z Compiling humantime v2.3.0
32792026-03-03T18:56:06.194Z Compiling tap v1.0.1
32802026-03-03T18:56:06.374Z Compiling maybe-uninit v2.0.0
32812026-03-03T18:56:06.432Z Compiling wyz v0.5.1
32822026-03-03T18:56:06.932Z Compiling tungstenite v0.21.0
32832026-03-03T18:56:07.053Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32842026-03-03T18:56:08.179Z Compiling p384 v0.13.1
32852026-03-03T18:56:08.210Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32862026-03-03T18:56:08.568Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32872026-03-03T18:56:08.774Z Compiling arc-swap v1.8.2
32882026-03-03T18:56:09.246Z Compiling packed_struct v0.10.1
32892026-03-03T18:56:09.335Z Compiling tagptr v0.2.0
32902026-03-03T18:56:09.381Z Compiling funty v2.0.0
32912026-03-03T18:56:09.650Z Compiling moka v0.12.13
32922026-03-03T18:56:09.770Z Compiling slog-scope v4.4.1
32932026-03-03T18:56:09.823Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32942026-03-03T18:56:10.240Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32952026-03-03T18:56:10.972Z Compiling bitvec v1.0.1
32962026-03-03T18:56:11.322Z Compiling tokio-tungstenite v0.21.0
32972026-03-03T18:56:12.081Z Compiling polyval v0.6.2
32982026-03-03T18:56:12.547Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32992026-03-03T18:56:12.933Z Compiling packed_struct_codegen v0.10.1
33002026-03-03T18:56:13.184Z Compiling bitfield-macros v0.19.4
33012026-03-03T18:56:14.264Z Compiling zerocopy-derive v0.6.6
33022026-03-03T18:56:14.599Z Compiling proc-macro-error-attr2 v2.0.0
33032026-03-03T18:56:14.629Z Compiling indexmap v1.9.3
33042026-03-03T18:56:15.025Z Compiling crc-catalog v2.4.0
33052026-03-03T18:56:15.055Z Compiling progenitor v0.10.0
33062026-03-03T18:56:15.191Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33072026-03-03T18:56:15.260Z Compiling nodrop v0.1.14
33082026-03-03T18:56:15.341Z Compiling parking_lot_core v0.8.6
33092026-03-03T18:56:15.408Z Compiling proc-macro-error2 v2.0.1
33102026-03-03T18:56:15.466Z Compiling array-init v0.0.4
33112026-03-03T18:56:15.554Z Compiling crc v3.4.0
33122026-03-03T18:56:15.910Z Compiling bitfield v0.19.4
33132026-03-03T18:56:15.986Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-03-03T18:56:16.020Z Compiling zerocopy v0.6.6
33152026-03-03T18:56:16.065Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33162026-03-03T18:56:16.413Z Compiling ghash v0.5.1
33172026-03-03T18:56:16.648Z Compiling smallvec v0.6.14
33182026-03-03T18:56:16.680Z Compiling hickory-resolver v0.25.2
33192026-03-03T18:56:16.799Z Compiling slog-stdlog v4.1.1
33202026-03-03T18:56:17.206Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33212026-03-03T18:56:17.312Z Compiling nix v0.31.1
33222026-03-03T18:56:17.783Z Compiling git-stub v1.0.0
33232026-03-03T18:56:17.874Z Compiling ctr v0.9.2
33242026-03-03T18:56:18.141Z Compiling num-derive v0.3.3
33252026-03-03T18:56:18.188Z Compiling lzma-sys v0.1.20
33262026-03-03T18:56:18.280Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33272026-03-03T18:56:18.312Z Compiling unicase v2.9.0
33282026-03-03T18:56:18.609Z Compiling hashbrown v0.12.3
33292026-03-03T18:56:18.738Z Compiling mime_guess v2.0.5
33302026-03-03T18:56:18.964Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33312026-03-03T18:56:19.141Z Compiling aes-gcm v0.10.3
33322026-03-03T18:56:19.304Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33332026-03-03T18:56:19.602Z Compiling git-stub-vcs v0.1.0
33342026-03-03T18:56:19.793Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33352026-03-03T18:56:19.917Z Compiling libscf-sys v1.1.0
33362026-03-03T18:56:20.195Z Compiling serde-hex v0.1.0
33372026-03-03T18:56:20.371Z Compiling slog-envlogger v2.2.0
33382026-03-03T18:56:20.400Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33392026-03-03T18:56:20.781Z Compiling tabled_derive v0.11.0
33402026-03-03T18:56:21.526Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33412026-03-03T18:56:21.584Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33422026-03-03T18:56:22.782Z Compiling ron v0.8.1
33432026-03-03T18:56:23.459Z Compiling papergrid v0.17.0
33442026-03-03T18:56:24.636Z Compiling cargo_toml v0.22.3
33452026-03-03T18:56:24.665Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33462026-03-03T18:56:24.952Z Compiling hashbrown v0.13.2
33472026-03-03T18:56:25.686Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33482026-03-03T18:56:26.029Z Compiling testing_table v0.3.0
33492026-03-03T18:56:26.339Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33502026-03-03T18:56:26.550Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33512026-03-03T18:56:27.014Z Compiling ssh-encoding v0.2.0
33522026-03-03T18:56:27.387Z Compiling blowfish v0.9.1
33532026-03-03T18:56:27.522Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33542026-03-03T18:56:27.828Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33552026-03-03T18:56:27.885Z Compiling nibble_vec v0.1.0
33562026-03-03T18:56:28.148Z Compiling endian-type v0.1.2
33572026-03-03T18:56:28.175Z Compiling corncobs v0.1.4
33582026-03-03T18:56:28.206Z Compiling crc-any v2.5.0
33592026-03-03T18:56:28.450Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33602026-03-03T18:56:28.507Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33612026-03-03T18:56:28.695Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33622026-03-03T18:56:28.814Z Compiling radix_trie v0.2.1
33632026-03-03T18:56:29.167Z Compiling bcrypt-pbkdf v0.10.0
33642026-03-03T18:56:29.305Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33652026-03-03T18:56:29.424Z Compiling ssh-cipher v0.2.0
33662026-03-03T18:56:29.828Z Compiling tabled v0.20.0
33672026-03-03T18:56:30.626Z Compiling object v0.30.4
33682026-03-03T18:56:31.255Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33692026-03-03T18:56:32.411Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33702026-03-03T18:56:32.694Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33712026-03-03T18:56:32.845Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33722026-03-03T18:56:32.989Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33732026-03-03T18:56:33.017Z Compiling parking_lot v0.11.2
33742026-03-03T18:56:33.440Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33752026-03-03T18:56:33.770Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33762026-03-03T18:56:34.958Z Compiling prefix-trie v0.7.0
33772026-03-03T18:56:35.135Z Compiling password-hash v0.4.2
33782026-03-03T18:56:35.264Z Compiling fxhash v0.2.1
33792026-03-03T18:56:35.514Z Compiling secrecy v0.8.0
33802026-03-03T18:56:35.694Z Compiling half v1.8.3
33812026-03-03T18:56:35.788Z Compiling path-slash v0.1.5
33822026-03-03T18:56:35.818Z Compiling http-range v0.1.5
33832026-03-03T18:56:36.037Z Compiling hickory-server v0.25.2
33842026-03-03T18:56:36.084Z Compiling pbkdf2 v0.11.0
33852026-03-03T18:56:36.189Z Compiling serde_cbor v0.11.2
33862026-03-03T18:56:36.484Z Compiling sled v0.34.7
33872026-03-03T18:56:37.545Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33882026-03-03T18:56:37.927Z Compiling xz2 v0.1.7
33892026-03-03T18:56:38.319Z Compiling ron v0.12.0
33902026-03-03T18:56:38.360Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33912026-03-03T18:56:39.619Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33922026-03-03T18:56:39.986Z Compiling ssh-key v0.6.7
33932026-03-03T18:56:40.727Z Compiling hickory-client v0.25.2
33942026-03-03T18:56:41.390Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33952026-03-03T18:56:41.417Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33962026-03-03T18:56:41.524Z Compiling p521 v0.13.3
33972026-03-03T18:56:42.481Z Compiling p256 v0.13.2
33982026-03-03T18:56:42.552Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
33992026-03-03T18:56:43.230Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34002026-03-03T18:56:43.537Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34012026-03-03T18:56:43.761Z Compiling yasna v0.5.2
34022026-03-03T18:56:43.970Z Compiling kstat-rs v0.2.4
34032026-03-03T18:56:44.231Z Compiling headers-core v0.3.0
34042026-03-03T18:56:44.444Z Compiling nanorand v0.7.0
34052026-03-03T18:56:44.560Z Compiling atty v0.2.14
34062026-03-03T18:56:44.744Z Compiling russh-cryptovec v0.7.3
34072026-03-03T18:56:44.892Z Compiling md5 v0.7.0
34082026-03-03T18:56:44.925Z Compiling crc8 v0.1.1
34092026-03-03T18:56:44.979Z Compiling home v0.5.12
34102026-03-03T18:56:45.044Z Compiling base16ct v1.0.0
34112026-03-03T18:56:45.088Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34122026-03-03T18:56:45.153Z Compiling flume v0.11.1
34132026-03-03T18:56:45.181Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34142026-03-03T18:56:45.260Z Compiling russh-keys v0.45.0
34152026-03-03T18:56:45.403Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34162026-03-03T18:56:45.450Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34172026-03-03T18:56:47.115Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34182026-03-03T18:56:48.587Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34192026-03-03T18:56:50.384Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34202026-03-03T18:56:50.410Z Compiling rcgen v0.12.1
34212026-03-03T18:56:52.278Z Compiling headers v0.4.1
34222026-03-03T18:56:52.667Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34232026-03-03T18:56:56.378Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34242026-03-03T18:56:56.464Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34252026-03-03T18:56:57.371Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34262026-03-03T18:56:57.761Z Compiling hyper-staticfile v0.10.1
34272026-03-03T18:56:58.556Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34282026-03-03T18:56:58.675Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34292026-03-03T18:56:59.172Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34302026-03-03T18:56:59.202Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34312026-03-03T18:57:00.546Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34322026-03-03T18:57:00.630Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34332026-03-03T18:57:01.518Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34342026-03-03T18:57:01.728Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34352026-03-03T18:57:02.429Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34362026-03-03T18:57:02.455Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34372026-03-03T18:57:02.528Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34382026-03-03T18:57:02.756Z Compiling num-bigint v0.4.6
34392026-03-03T18:57:03.177Z Compiling des v0.8.1
34402026-03-03T18:57:03.283Z Compiling subprocess v0.2.15
34412026-03-03T18:57:03.532Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34422026-03-03T18:57:03.813Z Compiling hex-literal v0.4.1
34432026-03-03T18:57:03.842Z Compiling display-error-chain v0.2.2
34442026-03-03T18:57:04.029Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34452026-03-03T18:57:04.110Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34462026-03-03T18:57:04.339Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34472026-03-03T18:57:04.861Z Compiling colored v2.2.0
34482026-03-03T18:57:05.562Z Compiling russh v0.45.0
34492026-03-03T18:57:06.867Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34502026-03-03T18:57:07.351Z Compiling socket2 v0.5.10
34512026-03-03T18:57:08.255Z Compiling internet-checksum v0.2.1
34522026-03-03T18:57:13.087Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34532026-03-03T18:58:03.064Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34542026-03-03T18:58:42.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 46s
34552026-03-03T18:58:42.749Z
34562026-03-03T18:58:42.750Zreal 3:46.671168476
34572026-03-03T18:58:42.750Zuser 18:39.943852800
34582026-03-03T18:58:42.750Zsys 2:46.878206871
34592026-03-03T18:58:42.750Ztrap 0.597789253
34602026-03-03T18:58:42.750Ztflt 0.230006822
34612026-03-03T18:58:42.750Zdflt 0.944814469
34622026-03-03T18:58:42.776Zkflt 0.000232174
34632026-03-03T18:58:42.776Zlock 51:24.309844949
34642026-03-03T18:58:42.777Zslp 1:07:16.878537015
34652026-03-03T18:58:42.777Zlat 1:06.443384105
34662026-03-03T18:58:42.777Zstop 2:41.047176668
34672026-03-03T18:58:42.777Z+ mkdir tests
34682026-03-03T18:58:42.777Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34692026-03-03T18:58:42.777Z+ xargs -I '{}' -t cp '{}' tests/
34702026-03-03T18:58:42.829Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8adadec6e8938757 tests/
34712026-03-03T18:58:42.855Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ab4e7eae1dc28190 tests/
34722026-03-03T18:58:42.855Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-36d083c4f3975527 tests/
34732026-03-03T18:58:42.880Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4ef6c0f480073716 tests/
34742026-03-03T18:58:43.220Z+ 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/*)
34752026-03-03T18:58:43.307Z+ 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
34762026-03-03T19:00:52.639ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34772026-03-03T19:00:52.640Za .github/buildomat/ci-env.sh 1K
34782026-03-03T19:00:52.640Za out/target/test 1K
34792026-03-03T19:00:52.640Za out/npuzone/npuzone 27402K
34802026-03-03T19:00:52.640Za package-manifest.toml 35K
34812026-03-03T19:00:52.640Za smf/sled-agent/non-gimlet/config.toml 6K
34822026-03-03T19:00:52.640Za target/release/omicron-package 41058K
34832026-03-03T19:00:52.640Za target/release/xtask 11359K
34842026-03-03T19:00:52.640Za target/debug/bootstrap 345761K
34852026-03-03T19:00:52.640Za tests/bootstrap-ab4e7eae1dc28190 31480K
34862026-03-03T19:00:52.640Za tests/commtest-36d083c4f3975527 31997K
34872026-03-03T19:00:52.640Za tests/dhcp_server-8adadec6e8938757 31480K
34882026-03-03T19:00:52.640Za tests/end_to_end_tests-4ef6c0f480073716 387370K
34892026-03-03T19:00:52.640Za out/clickhouse.tar.gz 302564K
34902026-03-03T19:00:52.640Za out/clickhouse_keeper.tar.gz 287858K
34912026-03-03T19:00:52.640Za out/clickhouse_server.tar.gz 302563K
34922026-03-03T19:00:52.640Za out/cockroachdb.tar.gz 156106K
34932026-03-03T19:00:52.640Za out/crucible-pantry-zone.tar.gz 38316K
34942026-03-03T19:00:52.640Za out/crucible-utils.tar 17744K
34952026-03-03T19:00:52.640Za out/crucible-zone.tar.gz 52454K
34962026-03-03T19:00:52.640Za out/external-dns.tar.gz 41548K
34972026-03-03T19:00:52.640Za out/internal-dns.tar.gz 41547K
34982026-03-03T19:00:52.640Za out/mg-ddm-gz.tar 86339K
34992026-03-03T19:00:52.640Za out/nexus.tar.gz 210252K
35002026-03-03T19:00:52.640Za out/ntp.tar.gz 22563K
35012026-03-03T19:00:52.640Za out/omicron-gateway-softnpu.tar.gz 28305K
35022026-03-03T19:00:52.640Za out/omicron-sled-agent.tar 184695K
35032026-03-03T19:00:52.640Za out/overlay.tar.gz 3K
35042026-03-03T19:00:52.640Za out/oximeter.tar.gz 57424K
35052026-03-03T19:00:52.640Za out/oxlog.tar 3895K
35062026-03-03T19:00:52.640Za out/probe.tar.gz 3037K
35072026-03-03T19:00:52.640Za out/propolis-server.tar.gz 74633K
35082026-03-03T19:00:52.640Za out/pumpkind-gz.tar 26647K
35092026-03-03T19:00:52.640Za out/switch-softnpu.tar.gz 371191K
35102026-03-03T19:00:52.676Z
35112026-03-03T19:00:52.676Zreal 2:09.424560124
35122026-03-03T19:00:52.676Zuser 1:59.491537141
35132026-03-03T19:00:52.676Zsys 11.827070225
35142026-03-03T19:00:52.676Ztrap 0.041440293
35152026-03-03T19:00:52.676Ztflt 0.000000000
35162026-03-03T19:00:52.676Zdflt 0.000000000
35172026-03-03T19:00:52.676Zkflt 0.000000000
35182026-03-03T19:00:52.676Zlock 0.000000000
35192026-03-03T19:00:52.676Zslp 1:59.933227902
35202026-03-03T19:00:52.676Zlat 7.549727525
35212026-03-03T19:00:52.676Zstop 0.000250928
35222026-03-03T19:00:52.676Zprocess exited: duration 2744574 ms, exit code 0
 
35232026-03-03T19:00:52.763Zfound 1 output files
35242026-03-03T19:00:52.763Zuploading: /work/package.tar.gz (2324292664 bytes)
35252026-03-03T19:03:36.704Zuploaded: /work/package.tar.gz