01KBJBWPQKYSYAM6JDEQZPXXVK: 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: 01KBJBX70J131TE5PK6W1FBACR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-12-03T15:05:47.711Zjob assigned to worker 01KBJBX5DW0MGHPCY2YQ2AMVW7 [factory aws, i-04c75a4df13a7e5e2] (queued for 59 s)
 
22025-12-03T15:05:56.501Zstarting task 0: "setup"
32025-12-03T15:05:56.505Z++ uname -s
42025-12-03T15:05:56.508Z+ kern=SunOS
52025-12-03T15:05:56.508Z+ build_user=build
62025-12-03T15:05:56.508Z+ build_uid=12345
72025-12-03T15:05:56.508Z+ work_dir=/work
82025-12-03T15:05:56.508Z+ input_dir=/input
92025-12-03T15:05:56.508Z+ [[ 0 == 12345 ]]
102025-12-03T15:05:56.508Z+ case "$kern" in
112025-12-03T15:05:56.508Z+ groupadd -g 12345 build
122025-12-03T15:05:56.511Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-12-03T15:05:58.517Z+ zfs create -o mountpoint=/work rpool/work
142025-12-03T15:05:58.639Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-12-03T15:05:58.642Z+ home_fs=zfs
162025-12-03T15:05:58.642Z+ [[ zfs == autofs ]]
172025-12-03T15:05:58.642Z+ mkdir -p /home/build
182025-12-03T15:05:58.645Z+ chown build:build /home/build /work
192025-12-03T15:06:00.646Z+ chmod 0700 /home/build /work
202025-12-03T15:06:00.649Zprocess exited: duration 4148 ms, exit code 0
 
212025-12-03T15:06:00.655Zstarting task 1: "rust-toolchain"
222025-12-03T15:06:00.660Z * rust toolchain channel = "1.89.0"
232025-12-03T15:06:00.661Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
242025-12-03T15:06:00.661Z * rust toolchain profile = "default"
252025-12-03T15:06:00.661Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-12-03T15:06:00.661Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-12-03T15:06:00.661Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-12-03T15:06:00.664Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-12-03T15:06:00.664Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-12-03T15:06:00.814Zinfo: downloading installer
312025-12-03T15:06:02.087Zwarn: It looks like you have an existing installation of Rust at:
322025-12-03T15:06:02.087Zwarn: /opt/ooce/bin
332025-12-03T15:06:02.087Zwarn: It is recommended that rustup be the primary Rust installation.
342025-12-03T15:06:02.087Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-12-03T15:06:02.087Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-12-03T15:06:02.087Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-12-03T15:06:02.087Zwarn: or pass `-y' to ignore all ignorable checks.
382025-12-03T15:06:02.087Zerror: cannot install while Rust is installed
392025-12-03T15:06:02.087Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-12-03T15:06:02.100Zinfo: profile set to 'default'
412025-12-03T15:06:02.100Zinfo: default host triple is x86_64-unknown-illumos
422025-12-03T15:06:02.102Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-12-03T15:06:02.274Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-12-03T15:06:02.274Zinfo: downloading component 'cargo'
452025-12-03T15:06:03.216Zinfo: downloading component 'clippy'
462025-12-03T15:06:03.601Zinfo: downloading component 'rust-docs'
472025-12-03T15:06:04.840Zinfo: downloading component 'rust-std'
482025-12-03T15:06:06.784Zinfo: downloading component 'rustc'
492025-12-03T15:06:15.449Zinfo: downloading component 'rustfmt'
502025-12-03T15:06:15.716Zinfo: installing component 'cargo'
512025-12-03T15:06:16.600Zinfo: installing component 'clippy'
522025-12-03T15:06:16.993Zinfo: installing component 'rust-docs'
532025-12-03T15:06:18.826Zinfo: installing component 'rust-std'
542025-12-03T15:06:20.718Zinfo: installing component 'rustc'
552025-12-03T15:06:27.251Zinfo: installing component 'rustfmt'
562025-12-03T15:06:27.586Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
572025-12-03T15:06:27.586Z
582025-12-03T15:06:28.009Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-12-03T15:06:28.009Z
602025-12-03T15:06:28.013Z
612025-12-03T15:06:28.013ZRust is installed now. Great!
622025-12-03T15:06:28.013Z
632025-12-03T15:06:28.013ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-12-03T15:06:28.013Zenvironment variable. This has not been done automatically.
652025-12-03T15:06:28.013Z
662025-12-03T15:06:28.013ZTo configure your current shell, you need to source
672025-12-03T15:06:28.013Zthe corresponding env file under $HOME/.cargo.
682025-12-03T15:06:28.013Z
692025-12-03T15:06:28.013ZThis is usually done by running one of the following (note the leading DOT):
702025-12-03T15:06:28.013Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-12-03T15:06:28.013Zsource "$HOME/.cargo/env.fish" # For fish
722025-12-03T15:06:28.013Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-12-03T15:06:28.093Z+ rustup --version
742025-12-03T15:06:28.105Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-12-03T15:06:28.105Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-12-03T15:06:28.200Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-12-03T15:06:28.204Z+ cargo --version
782025-12-03T15:06:28.286Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-12-03T15:06:28.290Z+ rustc --version
802025-12-03T15:06:28.365Zrustc 1.89.0 (29483883e 2025-08-04)
812025-12-03T15:06:28.369Zprocess exited: duration 27710 ms, exit code 0
 
822025-12-03T15:06:28.377Zstarting task 2: "authentication"
832025-12-03T15:06:28.398Zprocess exited: duration 22 ms, exit code 0
 
842025-12-03T15:06:28.404Zstarting task 3: "clone repository"
852025-12-03T15:06:28.409Z+ mkdir -p /work/oxidecomputer/omicron
862025-12-03T15:06:28.411Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-12-03T15:06:28.455ZCloning into '/work/oxidecomputer/omicron'...
882025-12-03T15:06:37.567Z+ cd /work/oxidecomputer/omicron
892025-12-03T15:06:37.570Z+ git fetch origin 3569914af03123cc59bc4c1b7fc9eb6057faab5d
902025-12-03T15:06:37.878ZFrom https://github.com/oxidecomputer/omicron
912025-12-03T15:06:37.878Z * branch 3569914af03123cc59bc4c1b7fc9eb6057faab5d -> FETCH_HEAD
922025-12-03T15:06:37.885Z+ [[ -n hotplug ]]
932025-12-03T15:06:37.888Z++ git branch --show-current
942025-12-03T15:06:37.891Z+ current=main
952025-12-03T15:06:37.891Z+ [[ main != hotplug ]]
962025-12-03T15:06:37.891Z+ git branch -f hotplug 3569914af03123cc59bc4c1b7fc9eb6057faab5d
972025-12-03T15:06:37.894Z+ git checkout -f hotplug
982025-12-03T15:06:38.242ZSwitched to branch 'hotplug'
992025-12-03T15:06:38.247Z+ git reset --hard 3569914af03123cc59bc4c1b7fc9eb6057faab5d
1002025-12-03T15:06:38.265ZHEAD is now at 3569914af make hakari hakahappy
1012025-12-03T15:06:38.268Zprocess exited: duration 9860 ms, exit code 0
 
1022025-12-03T15:06:38.275Zstarting task 4: "build"
1032025-12-03T15:06:38.281Z+ source .github/buildomat/ci-env.sh
1042025-12-03T15:06:38.285Z++ export CARGO_TERM_COLOR=always
1052025-12-03T15:06:38.285Z++ CARGO_TERM_COLOR=always
1062025-12-03T15:06:38.285Z+ cargo --version
1072025-12-03T15:06:38.338Zcargo 1.89.0 (c24e10642 2025-06-23)
1082025-12-03T15:06:38.342Z+ rustc --version
1092025-12-03T15:06:38.411Zrustc 1.89.0 (29483883e 2025-08-04)
1102025-12-03T15:06:38.415Z+ WORK=/work
1112025-12-03T15:06:38.415Z+ pfexec mkdir -p /work
1122025-12-03T15:06:38.421Z+ pfexec chown build /work
1132025-12-03T15:06:38.424Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142025-12-03T15:06:48.275Z Startup: Refreshing catalog 'helios-dev' ... Done
1152025-12-03T15:06:57.164Z Startup: Caching catalogs ... Done
1162025-12-03T15:07:11.704ZPlanning: Solver setup ... Done (13.213s)
1172025-12-03T15:07:11.812ZPlanning: Running solver ... Done (0.108s)
1182025-12-03T15:07:11.945ZPlanning: Finding local manifests ... Done (0.003s)
1192025-12-03T15:07:11.967ZPlanning: Fetching manifests: 0/4 0% complete
1202025-12-03T15:07:12.112ZPlanning: Fetching manifests: 4/4 100% complete
1212025-12-03T15:07:12.160ZPlanning: Package planning ... Done (0.047s)
1222025-12-03T15:07:12.212ZPlanning: Merging actions ... Done (0.052s)
1232025-12-03T15:07:12.491ZPlanning: Checking for conflicting actions ... Done (0.278s)
1242025-12-03T15:07:12.502ZPlanning: Consolidating action changes ... Done (0.011s)
1252025-12-03T15:07:13.589ZPlanning: Evaluating mediators ... Done (1.086s)
1262025-12-03T15:07:13.598ZPlanning: Planning completed in 16.29 seconds
1272025-12-03T15:07:13.615Z Packages to install: 4
1282025-12-03T15:07:13.615Z Mediators to change: 2
1292025-12-03T15:07:13.618Z Services to change: 1
1302025-12-03T15:07:13.618Z Estimated space available: 155.47 GB
1312025-12-03T15:07:13.618ZEstimated space to be consumed: 1.76 GB
1322025-12-03T15:07:13.618Z Create boot environment: No
1332025-12-03T15:07:13.618ZCreate backup boot environment: No
1342025-12-03T15:07:13.618Z Rebuild boot archive: No
1352025-12-03T15:07:13.618Z
1362025-12-03T15:07:13.618ZChanged mediators:
1372025-12-03T15:07:13.618Z mediator clang:
1382025-12-03T15:07:13.618Z version: None -> 15 (system default)
1392025-12-03T15:07:13.618Z
1402025-12-03T15:07:13.618Z mediator llvm:
1412025-12-03T15:07:13.618Z version: 14 (system default) -> 15 (system default)
1422025-12-03T15:07:13.618Z
1432025-12-03T15:07:13.618ZChanged packages:
1442025-12-03T15:07:13.618Zhelios-dev
1452025-12-03T15:07:13.618Z developer/build-essential
1462025-12-03T15:07:13.618Z None -> 11-2.0
1472025-12-03T15:07:13.618Z library/libxmlsec1
1482025-12-03T15:07:13.618Z None -> 1.2.35-2.0
1492025-12-03T15:07:13.618Z ooce/developer/clang-15
1502025-12-03T15:07:13.618Z None -> 15.0.7-2.0
1512025-12-03T15:07:13.618Z ooce/developer/llvm-15
1522025-12-03T15:07:13.618Z None -> 15.0.7-2.0
1532025-12-03T15:07:13.618Z
1542025-12-03T15:07:13.618ZServices:
1552025-12-03T15:07:13.618Z restart_fmri:
1562025-12-03T15:07:13.619Z svc:/system/update-man-index:default
1572025-12-03T15:07:13.669Z
1582025-12-03T15:07:13.669ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592025-12-03T15:07:18.671ZDownload: 1448/3290 items 115.6/212.6MB 54% complete (23.4M/s)
1602025-12-03T15:07:23.754ZDownload: 3282/3290 items 210.7/212.6MB 99% complete (21.6M/s)
1612025-12-03T15:07:23.817ZDownload: Completed 212.60 MB in 10.15 seconds (20.9M/s)
1622025-12-03T15:07:24.969Z Actions: 1/3689 actions (Installing new actions)
1632025-12-03T15:07:29.548Z Actions: Completed 3689 actions in 4.58 seconds.
1642025-12-03T15:07:29.944Z Done (0.391s)
1652025-12-03T15:07:29.944Z Done (0.000s)
1662025-12-03T15:07:30.944Z Done (0.999s)
1672025-12-03T15:07:35.438Z Done (4.155s)
1682025-12-03T15:07:35.529Z Done (0.021s)
1692025-12-03T15:07:35.532Z Done (0.000s)
1702025-12-03T15:07:35.694Z Done (0.000s)
1712025-12-03T15:07:36.580ZPlanning: Evaluating mediator changes ... Done
1722025-12-03T15:07:36.742ZPlanning: Checking for conflicting actions ... Done
1732025-12-03T15:07:36.746ZPlanning: Consolidating action changes ... Done
1742025-12-03T15:07:37.015ZPlanning: Evaluating mediators ... Done
1752025-12-03T15:07:37.018ZPlanning: Planning completed in 0.44 seconds
1762025-12-03T15:07:37.049Z Mediators to change: 2
1772025-12-03T15:07:37.052Z Create boot environment: No
1782025-12-03T15:07:37.052ZCreate backup boot environment: No
1792025-12-03T15:07:37.141Z Done
1802025-12-03T15:07:37.141Z Done
1812025-12-03T15:07:37.793Z Done
1822025-12-03T15:07:41.346Z Done
1832025-12-03T15:07:41.430Z Done
1842025-12-03T15:07:41.434Z Done
1852025-12-03T15:07:41.589Z Done
1862025-12-03T15:07:42.200ZPlanning: Evaluating mediator changes ... Done
1872025-12-03T15:07:42.203ZPlanning: Merging actions ... Done
1882025-12-03T15:07:42.390ZPlanning: Checking for conflicting actions ... Done
1892025-12-03T15:07:42.393ZPlanning: Consolidating action changes ... Done
1902025-12-03T15:07:42.656ZPlanning: Evaluating mediators ... Done
1912025-12-03T15:07:42.712ZPlanning: Planning completed in 0.76 seconds
1922025-12-03T15:07:42.746Z Packages to change: 1
1932025-12-03T15:07:42.746Z Mediators to change: 1
1942025-12-03T15:07:42.749Z Services to change: 1
1952025-12-03T15:07:42.750Z Create boot environment: No
1962025-12-03T15:07:42.750ZCreate backup boot environment: Yes
1972025-12-03T15:07:45.261Z Actions: 1/6 actions (Updating modified actions)
1982025-12-03T15:07:45.264Z Actions: Completed 6 actions in 0.00 seconds.
1992025-12-03T15:07:45.264Z Done
2002025-12-03T15:07:45.264Z Done
2012025-12-03T15:07:45.460Z Done
2022025-12-03T15:07:48.918Z Done
2032025-12-03T15:07:49.011Z Done
2042025-12-03T15:07:49.014Z Done
2052025-12-03T15:07:49.184Z Done
2062025-12-03T15:07:49.620ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072025-12-03T15:07:49.620Zclang system 15 system
2082025-12-03T15:07:49.620Zcsh system system illumos
2092025-12-03T15:07:49.620Zctags system system illumos
2102025-12-03T15:07:49.620Zfile system system illumos
2112025-12-03T15:07:49.620Zgcc vendor 12 vendor
2122025-12-03T15:07:49.620Zgcc system 10 system
2132025-12-03T15:07:49.620Zgcc system 7 system
2142025-12-03T15:07:49.620Zgo system 1.20 system
2152025-12-03T15:07:49.620Zgo system 1.19 system
2162025-12-03T15:07:49.620Zllvm system 15 system
2172025-12-03T15:07:49.620Zllvm system 14 system
2182025-12-03T15:07:49.620Zmariadb system 10.6 system
2192025-12-03T15:07:49.620Zmta vendor vendor dma
2202025-12-03T15:07:49.621Zopenjdk system 17 system
2212025-12-03T15:07:49.621Zopenjdk system 11 system
2222025-12-03T15:07:49.621Zopenjdk system 1.8 system
2232025-12-03T15:07:49.621Zopenssl vendor 3 vendor
2242025-12-03T15:07:49.621Zperl system 5.36 system
2252025-12-03T15:07:49.621Zpostgresql system 15 system
2262025-12-03T15:07:49.621Zpostgresql system 13 system
2272025-12-03T15:07:49.621Zpython vendor 3 vendor
2282025-12-03T15:07:49.621Zpython system 2 system
2292025-12-03T15:07:49.621Zpython3 system 3.11 system
2302025-12-03T15:07:49.621Zruby system 3.0 system
2312025-12-03T15:07:49.621Zwords vendor vendor american-english
2322025-12-03T15:07:49.621Zwords system system australian-english
2332025-12-03T15:07:49.621Zwords system system british-english
2342025-12-03T15:07:49.621Zwords system system canadian-english
2352025-12-03T15:07:49.621Zwords system system french
2362025-12-03T15:07:49.621Zwords system system italian
2372025-12-03T15:07:49.621Zwords system system ngerman
2382025-12-03T15:07:49.621Zwords system system ogerman
2392025-12-03T15:07:49.621Zwords system system spanish
2402025-12-03T15:07:49.950ZPUBLISHER TYPE STATUS P LOCATION
2412025-12-03T15:07:49.950Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422025-12-03T15:07:55.612ZFMRI IFO
2432025-12-03T15:07:55.612Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442025-12-03T15:07:55.612Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452025-12-03T15:07:55.612Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462025-12-03T15:07:55.612Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472025-12-03T15:07:55.612Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482025-12-03T15:07:55.612Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2492025-12-03T15:07:55.613Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502025-12-03T15:07:55.613Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2512025-12-03T15:07:55.613Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522025-12-03T15:07:55.613Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532025-12-03T15:07:55.613Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2542025-12-03T15:07:55.613Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552025-12-03T15:07:55.613Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562025-12-03T15:07:55.613Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2572025-12-03T15:07:55.613Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582025-12-03T15:07:55.613Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592025-12-03T15:07:56.697Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602025-12-03T15:07:56.975Z Updating crates.io index
2612025-12-03T15:07:56.979Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622025-12-03T15:07:57.365Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2632025-12-03T15:07:58.085Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2642025-12-03T15:07:58.299Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2652025-12-03T15:07:58.561Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2662025-12-03T15:07:58.867Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672025-12-03T15:08:00.036Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682025-12-03T15:08:02.286Z Updating git repository `https://github.com/oxidecomputer/opte`
2692025-12-03T15:08:03.331Z Updating git repository `https://github.com/oxidecomputer/tofino`
2702025-12-03T15:08:03.585Z Updating git repository `https://github.com/oxidecomputer/falcon`
2712025-12-03T15:08:04.369Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722025-12-03T15:08:05.032Z Updating git repository `https://github.com/oxidecomputer/clickward`
2732025-12-03T15:08:05.313Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742025-12-03T15:08:05.640Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2752025-12-03T15:08:06.249Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762025-12-03T15:08:06.740Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772025-12-03T15:08:07.045Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782025-12-03T15:08:07.314Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2792025-12-03T15:08:07.649Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2802025-12-03T15:08:07.918Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2812025-12-03T15:08:08.189Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2822025-12-03T15:08:08.453Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832025-12-03T15:08:08.806Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842025-12-03T15:08:09.293Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852025-12-03T15:08:09.663Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862025-12-03T15:08:09.955Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2872025-12-03T15:08:10.407Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882025-12-03T15:08:10.893Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2892025-12-03T15:08:11.250Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902025-12-03T15:08:11.548Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912025-12-03T15:08:11.948Z Updating git repository `https://github.com/oxidecomputer/rats-corim`
2922025-12-03T15:08:12.245Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932025-12-03T15:08:12.531Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942025-12-03T15:08:12.818Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952025-12-03T15:08:13.050Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962025-12-03T15:08:13.327Z Updating git repository `https://github.com/oxidecomputer/omicron`
2972025-12-03T15:08:24.074Z Updating git repository `https://github.com/illumos/smf-rs`
2982025-12-03T15:08:25.403Z Downloading crates ...
2992025-12-03T15:08:25.484Z Downloaded proc-macro-error-attr v1.0.4
3002025-12-03T15:08:25.488Z Downloaded anstream v0.6.18
3012025-12-03T15:08:25.491Z Downloaded cpufeatures v0.2.14
3022025-12-03T15:08:25.491Z Downloaded clap_lex v0.7.4
3032025-12-03T15:08:25.495Z Downloaded clap_derive v4.5.47
3042025-12-03T15:08:25.495Z Downloaded crypto-common v0.1.6
3052025-12-03T15:08:25.498Z Downloaded cfg-if v1.0.4
3062025-12-03T15:08:25.501Z Downloaded cargo_toml v0.21.0
3072025-12-03T15:08:25.501Z Downloaded unicode-linebreak v0.1.5
3082025-12-03T15:08:25.504Z Downloaded camino-tempfile v1.4.1
3092025-12-03T15:08:25.508Z Downloaded colorchoice v1.0.2
3102025-12-03T15:08:25.511Z Downloaded camino v1.2.0
3112025-12-03T15:08:25.514Z Downloaded thiserror v1.0.69
3122025-12-03T15:08:25.517Z Downloaded erased-serde v0.4.6
3132025-12-03T15:08:25.520Z Downloaded terminal_size v0.4.0
3142025-12-03T15:08:25.520Z Downloaded bitflags v2.9.4
3152025-12-03T15:08:25.523Z Downloaded usdt-macro v0.5.0
3162025-12-03T15:08:25.526Z Downloaded thiserror-impl v2.0.17
3172025-12-03T15:08:25.526Z Downloaded thiserror v2.0.17
3182025-12-03T15:08:25.532Z Downloaded zerofrom v0.1.4
3192025-12-03T15:08:25.536Z Downloaded yoke-derive v0.7.4
3202025-12-03T15:08:25.536Z Downloaded serde_core v1.0.226
3212025-12-03T15:08:25.540Z Downloaded unicode-xid v0.2.6
3222025-12-03T15:08:25.540Z Downloaded toml_write v0.1.2
3232025-12-03T15:08:25.540Z Downloaded clap_builder v4.5.48
3242025-12-03T15:08:25.544Z Downloaded write16 v1.0.0
3252025-12-03T15:08:25.547Z Downloaded utf8parse v0.2.2
3262025-12-03T15:08:25.547Z Downloaded thread-id v4.2.2
3272025-12-03T15:08:25.552Z Downloaded usdt-attr-macro v0.5.0
3282025-12-03T15:08:25.552Z Downloaded utf16_iter v1.0.5
3292025-12-03T15:08:25.552Z Downloaded typeid v1.0.3
3302025-12-03T15:08:25.555Z Downloaded usdt v0.5.0
3312025-12-03T15:08:25.555Z Downloaded tinystr v0.7.6
3322025-12-03T15:08:25.555Z Downloaded zerofrom-derive v0.1.4
3332025-12-03T15:08:25.555Z Downloaded version_check v0.9.5
3342025-12-03T15:08:25.559Z Downloaded thiserror-impl v1.0.69
3352025-12-03T15:08:25.559Z Downloaded writeable v0.5.5
3362025-12-03T15:08:25.562Z Downloaded zerovec-derive v0.10.3
3372025-12-03T15:08:25.563Z Downloaded ordered-float v2.10.1
3382025-12-03T15:08:25.565Z Downloaded heck v0.5.0
3392025-12-03T15:08:25.566Z Downloaded form_urlencoded v1.2.2
3402025-12-03T15:08:25.566Z Downloaded zerocopy-derive v0.7.35
3412025-12-03T15:08:25.569Z Downloaded usdt-impl v0.5.0
3422025-12-03T15:08:25.572Z Downloaded textwrap v0.16.2
3432025-12-03T15:08:25.575Z Downloaded icu_provider_macros v1.5.0
3442025-12-03T15:08:25.575Z Downloaded yoke v0.7.4
3452025-12-03T15:08:25.575Z Downloaded toml v0.8.23
3462025-12-03T15:08:25.578Z Downloaded equivalent v1.0.2
3472025-12-03T15:08:25.579Z Downloaded typenum v1.17.0
3482025-12-03T15:08:25.588Z Downloaded toml_edit v0.22.27
3492025-12-03T15:08:25.592Z Downloaded swrite v0.1.0
3502025-12-03T15:08:25.592Z Downloaded unicode-ident v1.0.19
3512025-12-03T15:08:25.592Z Downloaded url v2.5.4
3522025-12-03T15:08:25.593Z Downloaded ucd-trie v0.1.7
3532025-12-03T15:08:25.593Z Downloaded scroll_derive v0.12.0
3542025-12-03T15:08:25.593Z Downloaded cargo-platform v0.2.0
3552025-12-03T15:08:25.596Z Downloaded pretty-hex v0.4.1
3562025-12-03T15:08:25.596Z Downloaded utf8_iter v1.0.4
3572025-12-03T15:08:25.596Z Downloaded ryu v1.0.18
3582025-12-03T15:08:25.599Z Downloaded digest v0.10.7
3592025-12-03T15:08:25.602Z Downloaded fastrand v2.1.1
3602025-12-03T15:08:25.602Z Downloaded fnv v1.0.7
3612025-12-03T15:08:25.602Z Downloaded errno v0.3.12
3622025-12-03T15:08:25.605Z Downloaded byteorder v1.5.0
3632025-12-03T15:08:25.605Z Downloaded plain v0.2.3
3642025-12-03T15:08:25.608Z Downloaded tabled v0.15.0
3652025-12-03T15:08:25.619Z Downloaded percent-encoding v2.3.2
3662025-12-03T15:08:25.622Z Downloaded zerovec v0.10.4
3672025-12-03T15:08:25.626Z Downloaded winnow v0.7.13
3682025-12-03T15:08:25.632Z Downloaded synstructure v0.13.1
3692025-12-03T15:08:25.635Z Downloaded unicode-width v0.2.0
3702025-12-03T15:08:25.638Z Downloaded serde v1.0.226
3712025-12-03T15:08:25.641Z Downloaded block-buffer v0.10.4
3722025-12-03T15:08:25.641Z Downloaded unicode-width v0.1.14
3732025-12-03T15:08:25.644Z Downloaded tabled_derive v0.7.0
3742025-12-03T15:08:25.647Z Downloaded smawk v0.3.2
3752025-12-03T15:08:25.647Z Downloaded anstyle-parse v0.2.5
3762025-12-03T15:08:25.650Z Downloaded serde_tokenstream v0.2.2
3772025-12-03T15:08:25.650Z Downloaded strsim v0.11.1
3782025-12-03T15:08:25.650Z Downloaded pest_meta v2.8.2
3792025-12-03T15:08:25.654Z Downloaded memmap v0.7.0
3802025-12-03T15:08:25.654Z Downloaded scroll v0.12.0
3812025-12-03T15:08:25.657Z Downloaded idna_adapter v1.2.0
3822025-12-03T15:08:25.657Z Downloaded displaydoc v0.2.5
3832025-12-03T15:08:25.660Z Downloaded cargo-util-schemas v0.8.2
3842025-12-03T15:08:25.660Z Downloaded quote v1.0.40
3852025-12-03T15:08:25.663Z Downloaded cargo_metadata v0.21.0
3862025-12-03T15:08:25.663Z Downloaded smallvec v1.15.1
3872025-12-03T15:08:25.666Z Downloaded sha2 v0.10.9
3882025-12-03T15:08:25.666Z Downloaded stable_deref_trait v1.2.0
3892025-12-03T15:08:25.670Z Downloaded serde_spanned v0.6.9
3902025-12-03T15:08:25.670Z Downloaded pest_generator v2.8.2
3912025-12-03T15:08:25.670Z Downloaded icu_locid_transform v1.5.0
3922025-12-03T15:08:25.673Z Downloaded once_cell v1.21.3
3932025-12-03T15:08:25.676Z Downloaded litemap v0.7.3
3942025-12-03T15:08:25.676Z Downloaded itoa v1.0.11
3952025-12-03T15:08:25.679Z Downloaded heck v0.4.1
3962025-12-03T15:08:25.679Z Downloaded generic-array v0.14.7
3972025-12-03T15:08:25.682Z Downloaded proc-macro-error v1.0.4
3982025-12-03T15:08:25.682Z Downloaded semver v1.0.27
3992025-12-03T15:08:25.685Z Downloaded zerocopy v0.7.35
4002025-12-03T15:08:25.696Z Downloaded proc-macro2 v1.0.101
4012025-12-03T15:08:25.699Z Downloaded icu_normalizer v1.5.0
4022025-12-03T15:08:25.702Z Downloaded icu_locid v1.5.0
4032025-12-03T15:08:25.705Z Downloaded icu_normalizer_data v1.5.0
4042025-12-03T15:08:25.708Z Downloaded anyhow v1.0.99
4052025-12-03T15:08:25.711Z Downloaded tempfile v3.20.0
4062025-12-03T15:08:25.714Z Downloaded pest_derive v2.8.2
4072025-12-03T15:08:25.715Z Downloaded log v0.4.27
4082025-12-03T15:08:25.717Z Downloaded autocfg v1.4.0
4092025-12-03T15:08:25.717Z Downloaded papergrid v0.11.0
4102025-12-03T15:08:25.722Z Downloaded num-traits v0.2.19
4112025-12-03T15:08:25.725Z Downloaded icu_locid_transform_data v1.5.0
4122025-12-03T15:08:25.725Z Downloaded anstyle-query v1.1.1
4132025-12-03T15:08:25.728Z Downloaded getrandom v0.3.4
4142025-12-03T15:08:25.731Z Downloaded icu_properties v1.5.1
4152025-12-03T15:08:25.731Z Downloaded fs-err v3.1.1
4162025-12-03T15:08:25.734Z Downloaded bytecount v0.6.8
4172025-12-03T15:08:25.734Z Downloaded icu_provider v1.5.0
4182025-12-03T15:08:25.737Z Downloaded serde-value v0.7.0
4192025-12-03T15:08:25.737Z Downloaded serde-untagged v0.1.7
4202025-12-03T15:08:25.740Z Downloaded is_terminal_polyfill v1.70.1
4212025-12-03T15:08:25.740Z Downloaded macaddr v1.0.1
4222025-12-03T15:08:25.740Z Downloaded dtrace-parser v0.2.0
4232025-12-03T15:08:25.743Z Downloaded serde_derive v1.0.226
4242025-12-03T15:08:25.743Z Downloaded memchr v2.7.4
4252025-12-03T15:08:25.747Z Downloaded indexmap v2.11.4
4262025-12-03T15:08:25.751Z Downloaded icu_collections v1.5.0
4272025-12-03T15:08:25.755Z Downloaded hashbrown v0.15.4
4282025-12-03T15:08:25.759Z Downloaded dof v0.3.0
4292025-12-03T15:08:25.762Z Downloaded toml_datetime v0.6.11
4302025-12-03T15:08:25.762Z Downloaded anstyle v1.0.11
4312025-12-03T15:08:25.766Z Downloaded clap v4.5.48
4322025-12-03T15:08:25.775Z Downloaded idna v1.0.3
4332025-12-03T15:08:25.778Z Downloaded serde_json v1.0.145
4342025-12-03T15:08:25.784Z Downloaded pest v2.8.2
4352025-12-03T15:08:25.803Z Downloaded icu_properties_data v1.5.0
4362025-12-03T15:08:25.810Z Downloaded goblin v0.8.2
4372025-12-03T15:08:25.827Z Downloaded syn v1.0.109
4382025-12-03T15:08:25.835Z Downloaded syn v2.0.106
4392025-12-03T15:08:25.844Z Downloaded rustix v0.38.37
4402025-12-03T15:08:25.862Z Downloaded rustix v1.0.7
4412025-12-03T15:08:25.889Z Downloaded libc v0.2.174
4422025-12-03T15:08:25.965Z Compiling proc-macro2 v1.0.101
4432025-12-03T15:08:25.965Z Compiling unicode-ident v1.0.19
4442025-12-03T15:08:25.969Z Compiling serde_core v1.0.226
4452025-12-03T15:08:25.969Z Compiling version_check v0.9.5
4462025-12-03T15:08:25.969Z Compiling serde v1.0.226
4472025-12-03T15:08:25.969Z Compiling libc v0.2.174
4482025-12-03T15:08:26.198Z Compiling memchr v2.7.4
4492025-12-03T15:08:26.201Z Compiling stable_deref_trait v1.2.0
4502025-12-03T15:08:26.350Z Compiling thiserror v2.0.17
4512025-12-03T15:08:26.464Z Compiling litemap v0.7.3
4522025-12-03T15:08:26.848Z Compiling autocfg v1.4.0
4532025-12-03T15:08:26.978Z Compiling thiserror v1.0.69
4542025-12-03T15:08:27.417Z Compiling itoa v1.0.11
4552025-12-03T15:08:27.523Z Compiling writeable v0.5.5
4562025-12-03T15:08:27.550Z Compiling ucd-trie v0.1.7
4572025-12-03T15:08:27.649Z Compiling ryu v1.0.18
4582025-12-03T15:08:28.007Z Compiling icu_locid_transform_data v1.5.0
4592025-12-03T15:08:28.037Z Compiling bitflags v2.9.4
4602025-12-03T15:08:28.089Z Compiling byteorder v1.5.0
4612025-12-03T15:08:28.117Z Compiling serde_json v1.0.145
4622025-12-03T15:08:28.333Z Compiling quote v1.0.40
4632025-12-03T15:08:28.451Z Compiling errno v0.3.12
4642025-12-03T15:08:28.557Z Compiling icu_properties_data v1.5.0
4652025-12-03T15:08:28.715Z Compiling syn v2.0.106
4662025-12-03T15:08:28.742Z Compiling num-traits v0.2.19
4672025-12-03T15:08:28.824Z Compiling equivalent v1.0.2
4682025-12-03T15:08:28.912Z Compiling rustix v0.38.37
4692025-12-03T15:08:28.967Z Compiling hashbrown v0.15.4
4702025-12-03T15:08:29.102Z Compiling write16 v1.0.0
4712025-12-03T15:08:29.280Z Compiling typeid v1.0.3
4722025-12-03T15:08:29.340Z Compiling icu_normalizer_data v1.5.0
4732025-12-03T15:08:29.398Z Compiling utf16_iter v1.0.5
4742025-12-03T15:08:29.469Z Compiling utf8_iter v1.0.4
4752025-12-03T15:08:29.638Z Compiling smallvec v1.15.1
4762025-12-03T15:08:29.911Z Compiling proc-macro-error-attr v1.0.4
4772025-12-03T15:08:30.050Z Compiling indexmap v2.11.4
4782025-12-03T15:08:30.108Z Compiling usdt-impl v0.5.0
4792025-12-03T15:08:30.150Z Compiling winnow v0.7.13
4802025-12-03T15:08:30.244Z Compiling toml_write v0.1.2
4812025-12-03T15:08:30.462Z Compiling syn v1.0.109
4822025-12-03T15:08:30.636Z Compiling thread-id v4.2.2
4832025-12-03T15:08:31.121Z Compiling proc-macro-error v1.0.4
4842025-12-03T15:08:31.373Z Compiling log v0.4.27
4852025-12-03T15:08:31.668Z Compiling percent-encoding v2.3.2
4862025-12-03T15:08:31.739Z Compiling rustix v1.0.7
4872025-12-03T15:08:32.010Z Compiling getrandom v0.3.4
4882025-12-03T15:08:32.353Z Compiling camino v1.2.0
4892025-12-03T15:08:32.413Z Compiling plain v0.2.3
4902025-12-03T15:08:32.474Z Compiling utf8parse v0.2.2
4912025-12-03T15:08:32.663Z Compiling anstyle-parse v0.2.5
4922025-12-03T15:08:32.763Z Compiling ordered-float v2.10.1
4932025-12-03T15:08:33.022Z Compiling terminal_size v0.4.0
4942025-12-03T15:08:33.047Z Compiling form_urlencoded v1.2.2
4952025-12-03T15:08:33.550Z Compiling cfg-if v1.0.4
4962025-12-03T15:08:33.596Z Compiling pretty-hex v0.4.1
4972025-12-03T15:08:33.668Z Compiling colorchoice v1.0.2
4982025-12-03T15:08:33.801Z Compiling anstyle v1.0.11
4992025-12-03T15:08:33.826Z Compiling is_terminal_polyfill v1.70.1
5002025-12-03T15:08:33.855Z Compiling anstyle-query v1.1.1
5012025-12-03T15:08:34.179Z Compiling anstream v0.6.18
5022025-12-03T15:08:34.228Z Compiling semver v1.0.27
5032025-12-03T15:08:34.790Z Compiling fs-err v3.1.1
5042025-12-03T15:08:34.874Z Compiling fnv v1.0.7
5052025-12-03T15:08:34.921Z Compiling heck v0.4.1
5062025-12-03T15:08:34.963Z Compiling unicode-width v0.1.14
5072025-12-03T15:08:35.027Z Compiling unicode-xid v0.2.6
5082025-12-03T15:08:35.131Z Compiling strsim v0.11.1
5092025-12-03T15:08:35.242Z Compiling once_cell v1.21.3
5102025-12-03T15:08:35.316Z Compiling synstructure v0.13.1
5112025-12-03T15:08:35.494Z Compiling heck v0.5.0
5122025-12-03T15:08:35.643Z Compiling bytecount v0.6.8
5132025-12-03T15:08:35.827Z Compiling clap_lex v0.7.4
5142025-12-03T15:08:35.878Z Compiling anyhow v1.0.99
5152025-12-03T15:08:36.171Z Compiling fastrand v2.1.1
5162025-12-03T15:08:36.289Z Compiling clap_builder v4.5.48
5172025-12-03T15:08:36.594Z Compiling tempfile v3.20.0
5182025-12-03T15:08:36.655Z Compiling papergrid v0.11.0
5192025-12-03T15:08:36.828Z Compiling memmap v0.7.0
5202025-12-03T15:08:36.890Z Compiling unicode-width v0.2.0
5212025-12-03T15:08:37.172Z Compiling smawk v0.3.2
5222025-12-03T15:08:37.361Z Compiling unicode-linebreak v0.1.5
5232025-12-03T15:08:37.411Z Compiling camino-tempfile v1.4.1
5242025-12-03T15:08:37.831Z Compiling textwrap v0.16.2
5252025-12-03T15:08:38.203Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5262025-12-03T15:08:38.385Z Compiling tabled_derive v0.7.0
5272025-12-03T15:08:38.418Z Compiling swrite v0.1.0
5282025-12-03T15:08:39.417Z Compiling serde_derive v1.0.226
5292025-12-03T15:08:39.421Z Compiling zerofrom-derive v0.1.4
5302025-12-03T15:08:39.421Z Compiling yoke-derive v0.7.4
5312025-12-03T15:08:39.421Z Compiling zerovec-derive v0.10.3
5322025-12-03T15:08:39.439Z Compiling thiserror-impl v2.0.17
5332025-12-03T15:08:39.896Z Compiling displaydoc v0.2.5
5342025-12-03T15:08:41.394Z Compiling thiserror-impl v1.0.69
5352025-12-03T15:08:41.885Z Compiling icu_provider_macros v1.5.0
5362025-12-03T15:08:42.002Z Compiling zerocopy-derive v0.7.35
5372025-12-03T15:08:42.781Z Compiling pest v2.8.2
5382025-12-03T15:08:42.784Z Compiling zerofrom v0.1.4
5392025-12-03T15:08:42.970Z Compiling scroll_derive v0.12.0
5402025-12-03T15:08:43.034Z Compiling yoke v0.7.4
5412025-12-03T15:08:43.428Z Compiling zerovec v0.10.4
5422025-12-03T15:08:43.772Z Compiling clap_derive v4.5.47
5432025-12-03T15:08:43.847Z Compiling zerocopy v0.7.35
5442025-12-03T15:08:44.322Z Compiling tabled v0.15.0
5452025-12-03T15:08:44.391Z Compiling scroll v0.12.0
5462025-12-03T15:08:44.877Z Compiling goblin v0.8.2
5472025-12-03T15:08:45.299Z Compiling tinystr v0.7.6
5482025-12-03T15:08:45.356Z Compiling icu_collections v1.5.0
5492025-12-03T15:08:45.450Z Compiling pest_meta v2.8.2
5502025-12-03T15:08:45.689Z Compiling icu_locid v1.5.0
5512025-12-03T15:08:46.820Z Compiling icu_provider v1.5.0
5522025-12-03T15:08:47.411Z Compiling pest_generator v2.8.2
5532025-12-03T15:08:47.509Z Compiling icu_locid_transform v1.5.0
5542025-12-03T15:08:47.590Z Compiling toml_datetime v0.6.11
5552025-12-03T15:08:47.623Z Compiling serde_spanned v0.6.9
5562025-12-03T15:08:47.705Z Compiling dof v0.3.0
5572025-12-03T15:08:47.884Z Compiling serde_tokenstream v0.2.2
5582025-12-03T15:08:48.122Z Compiling toml_edit v0.22.27
5592025-12-03T15:08:48.435Z Compiling erased-serde v0.4.6
5602025-12-03T15:08:48.605Z Compiling serde-value v0.7.0
5612025-12-03T15:08:49.168Z Compiling icu_properties v1.5.1
5622025-12-03T15:08:49.430Z Compiling serde-untagged v0.1.7
5632025-12-03T15:08:49.591Z Compiling cargo-platform v0.2.0
5642025-12-03T15:08:49.723Z Compiling pest_derive v2.8.2
5652025-12-03T15:08:49.763Z Compiling clap v4.5.48
5662025-12-03T15:08:49.893Z Compiling macaddr v1.0.1
5672025-12-03T15:08:50.390Z Compiling dtrace-parser v0.2.0
5682025-12-03T15:08:51.569Z Compiling toml v0.8.23
5692025-12-03T15:08:52.246Z Compiling usdt-attr-macro v0.5.0
5702025-12-03T15:08:52.270Z Compiling usdt-macro v0.5.0
5712025-12-03T15:08:52.408Z Compiling cargo_toml v0.21.0
5722025-12-03T15:08:52.673Z Compiling icu_normalizer v1.5.0
5732025-12-03T15:08:53.397Z Compiling idna_adapter v1.2.0
5742025-12-03T15:08:53.446Z Compiling usdt v0.5.0
5752025-12-03T15:08:53.557Z Compiling idna v1.0.3
5762025-12-03T15:08:53.957Z Compiling url v2.5.4
5772025-12-03T15:08:54.880Z Compiling cargo-util-schemas v0.8.2
5782025-12-03T15:08:56.287Z Compiling cargo_metadata v0.21.0
5792025-12-03T15:08:57.796Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5802025-12-03T15:09:01.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
5812025-12-03T15:09:01.500Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5822025-12-03T15:09:02.244Z Downloading crates ...
5832025-12-03T15:09:02.379Z Downloaded ahash v0.8.12
5842025-12-03T15:09:02.389Z Downloaded aead v0.5.2
5852025-12-03T15:09:02.396Z Downloaded adler2 v2.0.0
5862025-12-03T15:09:02.407Z Downloaded async-recursion v1.1.1
5872025-12-03T15:09:02.407Z Downloaded arrayref v0.3.9
5882025-12-03T15:09:02.418Z Downloaded getrandom v0.2.15
5892025-12-03T15:09:02.418Z Downloaded ident_case v1.0.1
5902025-12-03T15:09:02.418Z Downloaded group v0.13.0
5912025-12-03T15:09:02.418Z Downloaded glob v0.3.2
5922025-12-03T15:09:02.435Z Downloaded globwalk v0.9.1
5932025-12-03T15:09:02.436Z Downloaded block-padding v0.3.3
5942025-12-03T15:09:02.436Z Downloaded libscf-sys v1.1.0
5952025-12-03T15:09:02.436Z Downloaded highway v1.3.0
5962025-12-03T15:09:02.436Z Downloaded crc8 v0.1.1
5972025-12-03T15:09:02.436Z Downloaded bitfield-struct v0.6.2
5982025-12-03T15:09:02.436Z Downloaded ciborium-io v0.2.2
5992025-12-03T15:09:02.449Z Downloaded ascii-canvas v3.0.0
6002025-12-03T15:09:02.450Z Downloaded crossbeam-epoch v0.9.18
6012025-12-03T15:09:02.450Z Downloaded hickory-resolver v0.24.4
6022025-12-03T15:09:02.450Z Downloaded array-init v0.0.4
6032025-12-03T15:09:02.450Z Downloaded h2 v0.4.6
6042025-12-03T15:09:02.451Z Downloaded goblin v0.10.2
6052025-12-03T15:09:02.467Z Downloaded half v2.4.1
6062025-12-03T15:09:02.467Z Downloaded hyper-staticfile v0.10.1
6072025-12-03T15:09:02.467Z Downloaded crossbeam-deque v0.8.5
6082025-12-03T15:09:02.477Z Downloaded hyper-tls v0.6.0
6092025-12-03T15:09:02.477Z Downloaded home v0.5.9
6102025-12-03T15:09:02.478Z Downloaded hickory-client v0.25.2
6112025-12-03T15:09:02.478Z Downloaded hubpack v0.1.2
6122025-12-03T15:09:02.478Z Downloaded hex-literal v0.4.1
6132025-12-03T15:09:02.478Z Downloaded cipher v0.4.4
6142025-12-03T15:09:02.478Z Downloaded humantime v2.2.0
6152025-12-03T15:09:02.479Z Downloaded fxhash v0.2.1
6162025-12-03T15:09:02.494Z Downloaded castaway v0.2.3
6172025-12-03T15:09:02.494Z Downloaded buf-list v1.0.3
6182025-12-03T15:09:02.494Z Downloaded heck v0.3.3
6192025-12-03T15:09:02.494Z Downloaded hex v0.4.3
6202025-12-03T15:09:02.494Z Downloaded crc-catalog v2.4.0
6212025-12-03T15:09:02.495Z Downloaded hubpack_derive v0.1.1
6222025-12-03T15:09:02.511Z Downloaded http-body v1.0.1
6232025-12-03T15:09:02.511Z Downloaded async-trait v0.1.89
6242025-12-03T15:09:02.512Z Downloaded cbc v0.1.2
6252025-12-03T15:09:02.512Z Downloaded bzip2 v0.4.4
6262025-12-03T15:09:02.512Z Downloaded convert_case v0.7.1
6272025-12-03T15:09:02.512Z Downloaded pretty-hex v0.2.1
6282025-12-03T15:09:02.527Z Downloaded crc v3.2.1
6292025-12-03T15:09:02.527Z Downloaded libz-rs-sys v0.5.1
6302025-12-03T15:09:02.528Z Downloaded bitflags v1.3.2
6312025-12-03T15:09:02.528Z Downloaded cassowary v0.3.0
6322025-12-03T15:09:02.528Z Downloaded headers-core v0.3.0
6332025-12-03T15:09:02.528Z Downloaded atomic-waker v1.1.2
6342025-12-03T15:09:02.528Z Downloaded hyper-rustls v0.27.7
6352025-12-03T15:09:02.537Z Downloaded constant_time_eq v0.3.1
6362025-12-03T15:09:02.537Z Downloaded chacha20 v0.9.1
6372025-12-03T15:09:02.537Z Downloaded linear-map v1.2.0
6382025-12-03T15:09:02.538Z Downloaded hostname v0.4.0
6392025-12-03T15:09:02.538Z Downloaded rfc6979 v0.4.0
6402025-12-03T15:09:02.538Z Downloaded cmake v0.1.51
6412025-12-03T15:09:02.538Z Downloaded is_ci v1.2.0
6422025-12-03T15:09:02.546Z Downloaded critical-section v1.1.3
6432025-12-03T15:09:02.546Z Downloaded instant v0.1.13
6442025-12-03T15:09:02.547Z Downloaded polyval v0.6.2
6452025-12-03T15:09:02.547Z Downloaded const_format_proc_macros v0.2.34
6462025-12-03T15:09:02.547Z Downloaded httparse v1.9.5
6472025-12-03T15:09:02.553Z Downloaded libsw v3.5.0
6482025-12-03T15:09:02.553Z Downloaded async-bb8-diesel v0.2.1
6492025-12-03T15:09:02.553Z Downloaded progenitor-client v0.8.0
6502025-12-03T15:09:02.573Z Downloaded ingot v0.1.1
6512025-12-03T15:09:02.575Z Downloaded poly1305 v0.8.0
6522025-12-03T15:09:02.592Z Downloaded libefi-sys v0.1.0
6532025-12-03T15:09:02.592Z Downloaded rtoolbox v0.0.2
6542025-12-03T15:09:02.592Z Downloaded heapless v0.8.0
6552025-12-03T15:09:02.592Z Downloaded slog-envlogger v2.2.0
6562025-12-03T15:09:02.601Z Downloaded subtle v2.6.1
6572025-12-03T15:09:02.601Z Downloaded hash32 v0.2.1
6582025-12-03T15:09:02.601Z Downloaded backoff v0.4.0
6592025-12-03T15:09:02.602Z Downloaded rustc-demangle v0.1.24
6602025-12-03T15:09:02.602Z Downloaded linked-hash-map v0.5.6
6612025-12-03T15:09:02.602Z Downloaded libsw-core v0.3.1
6622025-12-03T15:09:02.602Z Downloaded lazycell v1.3.0
6632025-12-03T15:09:02.602Z Downloaded rustls-pemfile v1.0.4
6642025-12-03T15:09:02.608Z Downloaded tinyvec_macros v0.1.1
6652025-12-03T15:09:02.608Z Downloaded ignore v0.4.23
6662025-12-03T15:09:02.608Z Downloaded colored v2.2.0
6672025-12-03T15:09:02.615Z Downloaded ref-cast v1.0.24
6682025-12-03T15:09:02.615Z Downloaded chacha20poly1305 v0.10.1
6692025-12-03T15:09:02.620Z Downloaded const-oid v0.9.6
6702025-12-03T15:09:02.620Z Downloaded slog-stdlog v4.1.1
6712025-12-03T15:09:02.620Z Downloaded xshell-macros v0.2.7
6722025-12-03T15:09:02.625Z Downloaded stringprep v0.1.5
6732025-12-03T15:09:02.625Z Downloaded strip-ansi-escapes v0.2.0
6742025-12-03T15:09:02.626Z Downloaded tagptr v0.2.0
6752025-12-03T15:09:02.631Z Downloaded darling_macro v0.20.10
6762025-12-03T15:09:02.631Z Downloaded signal-hook-tokio v0.3.1
6772025-12-03T15:09:02.631Z Downloaded signal-hook-registry v1.4.2
6782025-12-03T15:09:02.638Z Downloaded iana-time-zone v0.1.63
6792025-12-03T15:09:02.639Z Downloaded slog-scope v4.4.0
6802025-12-03T15:09:02.644Z Downloaded ipnet v2.11.0
6812025-12-03T15:09:02.644Z Downloaded termtree v0.5.1
6822025-12-03T15:09:02.644Z Downloaded crc-any v2.5.0
6832025-12-03T15:09:02.650Z Downloaded toml_datetime v0.7.0
6842025-12-03T15:09:02.650Z Downloaded tiny-keccak v2.0.2
6852025-12-03T15:09:02.658Z Downloaded unarray v0.1.4
6862025-12-03T15:09:02.658Z Downloaded termios v0.3.3
6872025-12-03T15:09:02.658Z Downloaded diesel_table_macro_syntax v0.2.0
6882025-12-03T15:09:02.666Z Downloaded bumpalo v3.16.0
6892025-12-03T15:09:02.666Z Downloaded serde_derive_internals v0.29.1
6902025-12-03T15:09:02.666Z Downloaded rustls-native-certs v0.8.1
6912025-12-03T15:09:02.690Z Downloaded half v1.8.3
6922025-12-03T15:09:02.691Z Downloaded foreign-types-shared v0.3.1
6932025-12-03T15:09:02.691Z Downloaded rustls-pemfile v2.2.0
6942025-12-03T15:09:02.710Z Downloaded futures-macro v0.3.31
6952025-12-03T15:09:02.711Z Downloaded sqlformat v0.3.5
6962025-12-03T15:09:02.711Z Downloaded zstd v0.13.3
6972025-12-03T15:09:02.712Z Downloaded md5 v0.7.0
6982025-12-03T15:09:02.712Z Downloaded zone v0.1.8
6992025-12-03T15:09:02.713Z Downloaded match_cfg v0.1.0
7002025-12-03T15:09:02.713Z Downloaded untrusted v0.7.1
7012025-12-03T15:09:02.714Z Downloaded aes-gcm v0.10.3
7022025-12-03T15:09:02.714Z Downloaded serde_with_macros v3.14.0
7032025-12-03T15:09:02.714Z Downloaded hyper-util v0.1.17
7042025-12-03T15:09:02.727Z Downloaded num_threads v0.1.7
7052025-12-03T15:09:02.727Z Downloaded untrusted v0.9.0
7062025-12-03T15:09:02.727Z Downloaded openssl-probe v0.1.5
7072025-12-03T15:09:02.728Z Downloaded openssl-macros v0.1.1
7082025-12-03T15:09:02.728Z Downloaded waitgroup v0.1.2
7092025-12-03T15:09:02.729Z Downloaded oso-derive v0.27.3
7102025-12-03T15:09:02.729Z Downloaded backtrace v0.3.74
7112025-12-03T15:09:02.729Z Downloaded dtrace-parser v0.3.0
7122025-12-03T15:09:02.729Z Downloaded dyn-clone v1.0.20
7132025-12-03T15:09:02.756Z Downloaded difflib v0.4.0
7142025-12-03T15:09:02.756Z Downloaded base64 v0.21.7
7152025-12-03T15:09:02.756Z Downloaded ff v0.13.0
7162025-12-03T15:09:02.756Z Downloaded futures-executor v0.3.31
7172025-12-03T15:09:02.756Z Downloaded md-5 v0.10.6
7182025-12-03T15:09:02.757Z Downloaded vsss-rs v3.3.4
7192025-12-03T15:09:02.757Z Downloaded csv-core v0.1.11
7202025-12-03T15:09:02.766Z Downloaded zstd-safe v7.2.3
7212025-12-03T15:09:02.766Z Downloaded memoffset v0.9.1
7222025-12-03T15:09:02.766Z Downloaded hickory-resolver v0.25.2
7232025-12-03T15:09:02.766Z Downloaded num_enum_derive v0.5.11
7242025-12-03T15:09:02.766Z Downloaded maybe-uninit v2.0.0
7252025-12-03T15:09:02.766Z Downloaded maplit v1.0.2
7262025-12-03T15:09:02.766Z Downloaded managed v0.8.0
7272025-12-03T15:09:02.767Z Downloaded defmt-parser v0.3.4
7282025-12-03T15:09:02.767Z Downloaded term v0.7.0
7292025-12-03T15:09:02.773Z Downloaded sync-ptr v0.1.4
7302025-12-03T15:09:02.773Z Downloaded mime v0.3.17
7312025-12-03T15:09:02.773Z Downloaded proc-macro-crate v1.3.1
7322025-12-03T15:09:02.773Z Downloaded primeorder v0.13.6
7332025-12-03T15:09:02.773Z Downloaded progenitor-client v0.11.2
7342025-12-03T15:09:02.773Z Downloaded phf_shared v0.12.1
7352025-12-03T15:09:02.777Z Downloaded base64 v0.22.1
7362025-12-03T15:09:02.777Z Downloaded ena v0.14.3
7372025-12-03T15:09:02.783Z Downloaded ref-cast-impl v1.0.24
7382025-12-03T15:09:02.783Z Downloaded twox-hash v2.1.0
7392025-12-03T15:09:02.788Z Downloaded secrecy v0.8.0
7402025-12-03T15:09:02.788Z Downloaded jiff-static v0.2.15
7412025-12-03T15:09:02.796Z Downloaded toml v0.9.5
7422025-12-03T15:09:02.796Z Downloaded rustversion v1.0.22
7432025-12-03T15:09:02.801Z Downloaded trait-variant v0.1.2
7442025-12-03T15:09:02.801Z Downloaded unit-prefix v0.5.1
7452025-12-03T15:09:02.802Z Downloaded crucible-workspace-hack v0.1.0
7462025-12-03T15:09:02.807Z Downloaded derive_builder_macro v0.20.2
7472025-12-03T15:09:02.808Z Downloaded zone_cfg_derive v0.3.0
7482025-12-03T15:09:02.808Z Downloaded siphasher v0.3.11
7492025-12-03T15:09:02.829Z Downloaded pem-rfc7468 v0.7.0
7502025-12-03T15:09:02.829Z Downloaded strum_macros v0.24.3
7512025-12-03T15:09:02.829Z Downloaded serde_yaml v0.9.34+deprecated
7522025-12-03T15:09:02.838Z Downloaded cstr-argument v0.1.2
7532025-12-03T15:09:02.839Z Downloaded crunchy v0.2.2
7542025-12-03T15:09:02.839Z Downloaded tabled_derive v0.11.0
7552025-12-03T15:09:02.839Z Downloaded float-ord v0.3.2
7562025-12-03T15:09:02.839Z Downloaded env_logger v0.11.8
7572025-12-03T15:09:02.839Z Downloaded time-core v0.1.6
7582025-12-03T15:09:02.839Z Downloaded dof v0.4.0
7592025-12-03T15:09:02.839Z Downloaded document-features v0.2.11
7602025-12-03T15:09:02.839Z Downloaded multimap v0.10.1
7612025-12-03T15:09:02.840Z Downloaded cc v1.2.30
7622025-12-03T15:09:02.855Z Downloaded universal-hash v0.5.1
7632025-12-03T15:09:02.855Z Downloaded aes v0.8.4
7642025-12-03T15:09:02.855Z Downloaded vergen-gitcl v1.0.8
7652025-12-03T15:09:02.855Z Downloaded unicode-bidi v0.3.17
7662025-12-03T15:09:02.855Z Downloaded memmap2 v0.9.8
7672025-12-03T15:09:02.865Z Downloaded rusty-fork v0.3.0
7682025-12-03T15:09:02.866Z Downloaded opaque-debug v0.3.1
7692025-12-03T15:09:02.866Z Downloaded tokio-tungstenite v0.21.0
7702025-12-03T15:09:02.866Z Downloaded parse-size v1.1.0
7712025-12-03T15:09:02.886Z Downloaded whoami v1.5.2
7722025-12-03T15:09:02.886Z Downloaded zeroize v1.8.1
7732025-12-03T15:09:02.887Z Downloaded iddqd v0.3.16
7742025-12-03T15:09:02.900Z Downloaded enum-as-inner v0.6.1
7752025-12-03T15:09:02.901Z Downloaded embedded-io v0.4.0
7762025-12-03T15:09:02.901Z Downloaded precomputed-hash v0.1.1
7772025-12-03T15:09:02.901Z Downloaded oso v0.27.3
7782025-12-03T15:09:02.903Z Downloaded dropshot-api-manager v0.2.3
7792025-12-03T15:09:02.903Z Downloaded rand_chacha v0.3.1
7802025-12-03T15:09:02.903Z Downloaded env_filter v0.1.2
7812025-12-03T15:09:02.928Z Downloaded time-macros v0.2.24
7822025-12-03T15:09:02.929Z Downloaded sqlparser_derive v0.2.2
7832025-12-03T15:09:02.929Z Downloaded vergen-git2 v1.0.7
7842025-12-03T15:09:02.929Z Downloaded num v0.4.3
7852025-12-03T15:09:02.929Z Downloaded num-iter v0.1.45
7862025-12-03T15:09:02.930Z Downloaded http v1.3.1
7872025-12-03T15:09:02.930Z Downloaded vergen v9.0.6
7882025-12-03T15:09:02.930Z Downloaded tower-layer v0.3.3
7892025-12-03T15:09:02.930Z Downloaded structmeta-derive v0.3.0
7902025-12-03T15:09:02.931Z Downloaded strum v0.26.3
7912025-12-03T15:09:02.950Z Downloaded yansi v1.0.1
7922025-12-03T15:09:02.950Z Downloaded xshell v0.2.7
7932025-12-03T15:09:02.950Z Downloaded parse-display v0.10.0
7942025-12-03T15:09:02.950Z Downloaded serde_cbor v0.11.2
7952025-12-03T15:09:02.950Z Downloaded libm v0.2.8
7962025-12-03T15:09:02.950Z Downloaded void v1.0.2
7972025-12-03T15:09:02.950Z Downloaded predicates-tree v1.0.12
7982025-12-03T15:09:02.950Z Downloaded predicates-core v1.0.8
7992025-12-03T15:09:02.966Z Downloaded p256 v0.13.2
8002025-12-03T15:09:02.967Z Downloaded sec1 v0.7.3
8012025-12-03T15:09:02.967Z Downloaded foreign-types v0.3.2
8022025-12-03T15:09:02.967Z Downloaded multer v3.1.0
8032025-12-03T15:09:02.968Z Downloaded futures-channel v0.3.31
8042025-12-03T15:09:02.968Z Downloaded new_debug_unreachable v1.0.6
8052025-12-03T15:09:02.968Z Downloaded ssh-cipher v0.2.0
8062025-12-03T15:09:02.985Z Downloaded slab v0.4.9
8072025-12-03T15:09:02.985Z Downloaded serde_spanned v1.0.0
8082025-12-03T15:09:02.985Z Downloaded nu-ansi-term v0.50.1
8092025-12-03T15:09:02.985Z Downloaded sct v0.7.1
8102025-12-03T15:09:02.986Z Downloaded peg-runtime v0.8.5
8112025-12-03T15:09:02.986Z Downloaded tokio-native-tls v0.3.1
8122025-12-03T15:09:02.996Z Downloaded miniz_oxide v0.8.5
8132025-12-03T15:09:02.996Z Downloaded itertools v0.12.1
8142025-12-03T15:09:02.996Z Downloaded uzers v0.12.1
8152025-12-03T15:09:02.997Z Downloaded debug-ignore v1.0.5
8162025-12-03T15:09:02.997Z Downloaded dropshot-api-manager-types v0.2.3
8172025-12-03T15:09:03.004Z Downloaded data-encoding v2.9.0
8182025-12-03T15:09:03.004Z Downloaded zeroize_derive v1.4.2
8192025-12-03T15:09:03.004Z Downloaded rand_xorshift v0.4.0
8202025-12-03T15:09:03.005Z Downloaded toml_edit v0.19.15
8212025-12-03T15:09:03.024Z Downloaded packed_struct v0.10.1
8222025-12-03T15:09:03.034Z Downloaded nodrop v0.1.14
8232025-12-03T15:09:03.035Z Downloaded foldhash v0.2.0
8242025-12-03T15:09:03.035Z Downloaded float-cmp v0.10.0
8252025-12-03T15:09:03.035Z Downloaded wait-timeout v0.2.0
8262025-12-03T15:09:03.035Z Downloaded aho-corasick v1.1.3
8272025-12-03T15:09:03.050Z Downloaded num-derive v0.4.2
8282025-12-03T15:09:03.050Z Downloaded iri-string v0.7.8
8292025-12-03T15:09:03.077Z Downloaded rand_chacha v0.9.0
8302025-12-03T15:09:03.077Z Downloaded powerfmt v0.2.0
8312025-12-03T15:09:03.077Z Downloaded normalize-line-endings v0.3.0
8322025-12-03T15:09:03.077Z Downloaded hashbrown v0.16.0
8332025-12-03T15:09:03.077Z Downloaded serde_bytes v0.11.19
8342025-12-03T15:09:03.077Z Downloaded itertools v0.14.0
8352025-12-03T15:09:03.087Z Downloaded number_prefix v0.4.0
8362025-12-03T15:09:03.088Z Downloaded endian-type v0.1.2
8372025-12-03T15:09:03.088Z Downloaded quinn v0.11.5
8382025-12-03T15:09:03.088Z Downloaded serde-hex v0.1.0
8392025-12-03T15:09:03.088Z Downloaded rcgen v0.12.1
8402025-12-03T15:09:03.088Z Downloaded vte_generate_state_changes v0.1.2
8412025-12-03T15:09:03.088Z Downloaded siphasher v1.0.1
8422025-12-03T15:09:03.088Z Downloaded smf v0.2.3
8432025-12-03T15:09:03.088Z Downloaded sync_wrapper v1.0.1
8442025-12-03T15:09:03.104Z Downloaded zone_cfg_derive v0.1.2
8452025-12-03T15:09:03.104Z Downloaded supports-color v3.0.2
8462025-12-03T15:09:03.104Z Downloaded serde-big-array v0.5.1
8472025-12-03T15:09:03.104Z Downloaded russh-keys v0.45.0
8482025-12-03T15:09:03.104Z Downloaded defmt v0.3.8
8492025-12-03T15:09:03.129Z Downloaded paste v1.0.15
8502025-12-03T15:09:03.129Z Downloaded fixedbitset v0.4.2
8512025-12-03T15:09:03.129Z Downloaded crypto-bigint v0.5.5
8522025-12-03T15:09:03.129Z Downloaded num-conv v0.1.0
8532025-12-03T15:09:03.129Z Downloaded progenitor v0.8.0
8542025-12-03T15:09:03.129Z Downloaded proc-macro-error-attr2 v2.0.0
8552025-12-03T15:09:03.129Z Downloaded embedded-io v0.6.1
8562025-12-03T15:09:03.129Z Downloaded zerocopy-derive v0.8.27
8572025-12-03T15:09:03.151Z Downloaded path-slash v0.1.5
8582025-12-03T15:09:03.151Z Downloaded sigpipe v0.1.3
8592025-12-03T15:09:03.151Z Downloaded filetime v0.2.26
8602025-12-03T15:09:03.151Z Downloaded des v0.8.1
8612025-12-03T15:09:03.151Z Downloaded rayon-core v1.12.1
8622025-12-03T15:09:03.151Z Downloaded shell-words v1.1.0
8632025-12-03T15:09:03.151Z Downloaded pkg-config v0.3.31
8642025-12-03T15:09:03.195Z Downloaded pkcs8 v0.10.2
8652025-12-03T15:09:03.196Z Downloaded which v4.4.2
8662025-12-03T15:09:03.196Z Downloaded shlex v1.3.0
8672025-12-03T15:09:03.196Z Downloaded sapling-renderdag v0.1.0
8682025-12-03T15:09:03.196Z Downloaded fixedbitset v0.5.7
8692025-12-03T15:09:03.197Z Downloaded dsl_auto_type v0.1.2
8702025-12-03T15:09:03.197Z Downloaded dropshot_endpoint v0.16.4
8712025-12-03T15:09:03.197Z Downloaded typify-macro v0.2.0
8722025-12-03T15:09:03.197Z Downloaded typify v0.2.0
8732025-12-03T15:09:03.198Z Downloaded olpc-cjson v0.1.4
8742025-12-03T15:09:03.198Z Downloaded unicode_categories v0.1.1
8752025-12-03T15:09:03.233Z Downloaded semver v0.1.20
8762025-12-03T15:09:03.233Z Downloaded dirs-next v2.0.0
8772025-12-03T15:09:03.233Z Downloaded testing_table v0.3.0
8782025-12-03T15:09:03.233Z Downloaded take_mut v0.2.2
8792025-12-03T15:09:03.234Z Downloaded deranged v0.5.3
8802025-12-03T15:09:03.234Z Downloaded proc-macro-error2 v2.0.1
8812025-12-03T15:09:03.234Z Downloaded password-hash v0.5.0
8822025-12-03T15:09:03.234Z Downloaded funty v2.0.0
8832025-12-03T15:09:03.234Z Downloaded pem v3.0.5
8842025-12-03T15:09:03.234Z Downloaded pin-project-lite v0.2.14
8852025-12-03T15:09:03.234Z Downloaded peg v0.8.5
8862025-12-03T15:09:03.234Z Downloaded simd-adler32 v0.3.7
8872025-12-03T15:09:03.234Z Downloaded psl-types v2.0.11
8882025-12-03T15:09:03.234Z Downloaded secrecy v0.10.3
8892025-12-03T15:09:03.234Z Downloaded same-file v1.0.6
8902025-12-03T15:09:03.234Z Downloaded salsa20 v0.10.2
8912025-12-03T15:09:03.234Z Downloaded pin-project-internal v1.1.6
8922025-12-03T15:09:03.235Z Downloaded newtype-uuid v1.3.2
8932025-12-03T15:09:03.235Z Downloaded either v1.15.0
8942025-12-03T15:09:03.235Z Downloaded tower v0.5.2
8952025-12-03T15:09:03.252Z Downloaded phf_shared v0.11.2
8962025-12-03T15:09:03.252Z Downloaded futures-task v0.3.31
8972025-12-03T15:09:03.252Z Downloaded rand_core v0.6.4
8982025-12-03T15:09:03.252Z Downloaded resolv-conf v0.7.0
8992025-12-03T15:09:03.252Z Downloaded try-lock v0.2.5
9002025-12-03T15:09:03.252Z Downloaded thread_local v1.1.8
9012025-12-03T15:09:03.252Z Downloaded typify v0.4.3
9022025-12-03T15:09:03.252Z Downloaded string_cache v0.8.9
9032025-12-03T15:09:03.252Z Downloaded tabwriter v1.4.0
9042025-12-03T15:09:03.253Z Downloaded thiserror-impl-no-std v2.0.2
9052025-12-03T15:09:03.253Z Downloaded prettyplease v0.2.36
9062025-12-03T15:09:03.281Z Downloaded ed25519 v2.2.3
9072025-12-03T15:09:03.282Z Downloaded rayon v1.10.0
9082025-12-03T15:09:03.282Z Downloaded nibble_vec v0.1.0
9092025-12-03T15:09:03.282Z Downloaded winnow v0.6.26
9102025-12-03T15:09:03.300Z Downloaded usdt-attr-macro v0.6.0
9112025-12-03T15:09:03.300Z Downloaded unicode-truncate v1.1.0
9122025-12-03T15:09:03.300Z Downloaded rand_seeder v0.4.0
9132025-12-03T15:09:03.300Z Downloaded native-tls v0.2.12
9142025-12-03T15:09:03.300Z Downloaded xattr v1.3.1
9152025-12-03T15:09:03.300Z Downloaded phf v0.11.2
9162025-12-03T15:09:03.300Z Downloaded newtype-uuid-macros v0.1.0
9172025-12-03T15:09:03.300Z Downloaded chrono v0.4.42
9182025-12-03T15:09:03.300Z Downloaded flate2 v1.1.2
9192025-12-03T15:09:03.309Z Downloaded num_enum v0.5.11
9202025-12-03T15:09:03.310Z Downloaded fs_extra v1.3.0
9212025-12-03T15:09:03.310Z Downloaded newtype_derive v0.1.6
9222025-12-03T15:09:03.310Z Downloaded der_derive v0.7.3
9232025-12-03T15:09:03.310Z Downloaded peg-macros v0.8.5
9242025-12-03T15:09:03.310Z Downloaded reedline v0.40.0
9252025-12-03T15:09:03.323Z Downloaded usdt-macro v0.6.0
9262025-12-03T15:09:03.323Z Downloaded aws-lc-rs v1.12.4
9272025-12-03T15:09:03.330Z Downloaded static_assertions v1.1.0
9282025-12-03T15:09:03.330Z Downloaded ecdsa v0.16.9
9292025-12-03T15:09:03.330Z Downloaded ssh-encoding v0.2.0
9302025-12-03T15:09:03.351Z Downloaded want v0.3.1
9312025-12-03T15:09:03.351Z Downloaded fs-err v2.11.0
9322025-12-03T15:09:03.352Z Downloaded zone v0.3.1
9332025-12-03T15:09:03.353Z Downloaded support-bundle-viewer v0.1.2
9342025-12-03T15:09:03.353Z Downloaded progenitor-client v0.10.0
9352025-12-03T15:09:03.375Z Downloaded rand_core v0.9.3
9362025-12-03T15:09:03.376Z Downloaded daft v0.1.4
9372025-12-03T15:09:03.376Z Downloaded strum_macros v0.27.2
9382025-12-03T15:09:03.377Z Downloaded ron v0.7.1
9392025-12-03T15:09:03.377Z Downloaded spki v0.7.3
9402025-12-03T15:09:03.377Z Downloaded curve25519-dalek-derive v0.1.1
9412025-12-03T15:09:03.377Z Downloaded num-complex v0.4.6
9422025-12-03T15:09:03.378Z Downloaded tower-http v0.6.6
9432025-12-03T15:09:03.397Z Downloaded tokio-rustls v0.24.1
9442025-12-03T15:09:03.397Z Downloaded progenitor-impl v0.11.2
9452025-12-03T15:09:03.398Z Downloaded elliptic-curve v0.13.8
9462025-12-03T15:09:03.398Z Downloaded unicode-normalization v0.1.24
9472025-12-03T15:09:03.398Z Downloaded litrs v0.4.1
9482025-12-03T15:09:03.398Z Downloaded blake3 v1.5.4
9492025-12-03T15:09:03.416Z Downloaded tokio-util v0.7.15
9502025-12-03T15:09:03.417Z Downloaded der v0.7.10
9512025-12-03T15:09:03.417Z Downloaded schemars v0.9.0
9522025-12-03T15:09:03.431Z Downloaded progenitor-impl v0.10.0
9532025-12-03T15:09:03.431Z Downloaded mio v1.0.2
9542025-12-03T15:09:03.431Z Downloaded ron v0.8.1
9552025-12-03T15:09:03.431Z Downloaded toml v0.7.8
9562025-12-03T15:09:03.446Z Downloaded quinn-proto v0.11.8
9572025-12-03T15:09:03.446Z Downloaded tabled v0.20.0
9582025-12-03T15:09:03.457Z Downloaded ed25519-dalek v2.1.1
9592025-12-03T15:09:03.463Z Downloaded bitvec v1.0.1
9602025-12-03T15:09:03.473Z Downloaded darling_core v0.20.10
9612025-12-03T15:09:03.479Z Downloaded num-bigint v0.4.6
9622025-12-03T15:09:03.489Z Downloaded tough v0.20.0
9632025-12-03T15:09:03.517Z Downloaded rustyline v14.0.0
9642025-12-03T15:09:03.517Z Downloaded tokio-postgres v0.7.13
9652025-12-03T15:09:03.517Z Downloaded radix_trie v0.2.1
9662025-12-03T15:09:03.517Z Downloaded zlib-rs v0.5.1
9672025-12-03T15:09:03.522Z Downloaded steno v0.4.1
9682025-12-03T15:09:03.522Z Downloaded time v0.3.43
9692025-12-03T15:09:03.522Z Downloaded serde_with v3.14.0
9702025-12-03T15:09:03.538Z Downloaded x509-cert v0.2.5
9712025-12-03T15:09:03.549Z Downloaded p521 v0.13.3
9722025-12-03T15:09:03.550Z Downloaded num-bigint-dig v0.8.4
9732025-12-03T15:09:03.550Z Downloaded samael v0.0.19
9742025-12-03T15:09:03.563Z Downloaded ssh-key v0.6.6
9752025-12-03T15:09:03.564Z Downloaded rpassword v7.4.0
9762025-12-03T15:09:03.564Z Downloaded unicode-segmentation v1.12.0
9772025-12-03T15:09:03.591Z Downloaded typed-path v0.9.3
9782025-12-03T15:09:03.591Z Downloaded regex-syntax v0.6.29
9792025-12-03T15:09:03.591Z Downloaded bindgen v0.71.1
9802025-12-03T15:09:03.592Z Downloaded vcpkg v0.2.15
9812025-12-03T15:09:03.615Z Downloaded reqwest v0.12.24
9822025-12-03T15:09:03.621Z Downloaded winnow v0.5.40
9832025-12-03T15:09:03.654Z Downloaded salty v0.3.0
9842025-12-03T15:09:03.658Z Downloaded openssl v0.10.73
9852025-12-03T15:09:03.658Z Downloaded schemars v0.8.22
9862025-12-03T15:09:03.658Z Downloaded proptest v1.7.0
9872025-12-03T15:09:03.666Z Downloaded futures-util v0.3.31
9882025-12-03T15:09:03.675Z Downloaded nix v0.27.1
9892025-12-03T15:09:03.685Z Downloaded hickory-proto v0.24.4
9902025-12-03T15:09:03.701Z Downloaded tabled v0.18.0
9912025-12-03T15:09:03.714Z Downloaded p384 v0.13.1
9922025-12-03T15:09:03.719Z Downloaded nix v0.28.0
9932025-12-03T15:09:03.729Z Downloaded petname v2.0.2
9942025-12-03T15:09:03.733Z Downloaded hickory-proto v0.25.2
9952025-12-03T15:09:03.747Z Downloaded moka v0.12.10
9962025-12-03T15:09:03.755Z Downloaded object v0.30.4
9972025-12-03T15:09:03.764Z Downloaded diesel v2.2.12
9982025-12-03T15:09:03.779Z Downloaded zerocopy v0.8.27
9992025-12-03T15:09:03.799Z Downloaded webpki-roots v1.0.1
10002025-12-03T15:09:03.803Z Downloaded dropshot v0.16.4
10012025-12-03T15:09:03.823Z Downloaded curve25519-dalek v4.1.3
10022025-12-03T15:09:03.830Z Downloaded smoltcp v0.11.0
10032025-12-03T15:09:03.841Z Downloaded nix v0.29.0
10042025-12-03T15:09:03.850Z Downloaded object v0.36.5
10052025-12-03T15:09:03.860Z Downloaded openapiv3 v2.2.0
10062025-12-03T15:09:03.871Z Downloaded nix v0.30.1
10072025-12-03T15:09:03.882Z Downloaded rustls v0.21.12
10082025-12-03T15:09:03.890Z Downloaded rustls v0.22.4
10092025-12-03T15:09:03.903Z Downloaded sled v0.34.7
10102025-12-03T15:09:03.913Z Downloaded smoltcp v0.9.1
10112025-12-03T15:09:03.921Z Downloaded zerocopy-derive v0.6.6
10122025-12-03T15:09:03.931Z Downloaded bzip2-sys v0.1.13+1.0.8
10132025-12-03T15:09:03.939Z Downloaded polar-core v0.27.3
10142025-12-03T15:09:03.946Z Downloaded typify-impl v0.4.3
10152025-12-03T15:09:03.959Z Downloaded regex-automata v0.4.11
10162025-12-03T15:09:03.974Z Downloaded rustls v0.23.19
10172025-12-03T15:09:03.983Z Downloaded typify-impl v0.2.0
10182025-12-03T15:09:03.995Z Downloaded petgraph v0.6.5
10192025-12-03T15:09:04.010Z Downloaded regress v0.10.4
10202025-12-03T15:09:04.018Z Downloaded lzma-sys v0.1.20
10212025-12-03T15:09:04.043Z Downloaded regex-syntax v0.8.5
10222025-12-03T15:09:04.050Z Downloaded bstr v1.10.0
10232025-12-03T15:09:04.060Z Downloaded jiff v0.2.15
10242025-12-03T15:09:04.082Z Downloaded ratatui v0.29.0
10252025-12-03T15:09:04.109Z Downloaded chrono-tz v0.10.4
10262025-12-03T15:09:04.119Z Downloaded zip v4.2.0
10272025-12-03T15:09:04.124Z Downloaded lalrpop v0.19.12
10282025-12-03T15:09:04.138Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10292025-12-03T15:09:04.157Z Downloaded nom v7.1.3
10302025-12-03T15:09:04.163Z Downloaded gimli v0.31.1
10312025-12-03T15:09:04.168Z Downloaded regex v1.11.3
10322025-12-03T15:09:04.174Z Downloaded crossterm v0.29.0
10332025-12-03T15:09:04.180Z Downloaded crossterm v0.28.1
10342025-12-03T15:09:04.186Z Downloaded diesel_derives v2.2.3
10352025-12-03T15:09:04.189Z Downloaded libz-sys v1.1.20
10362025-12-03T15:09:04.207Z Downloaded papergrid v0.14.0
10372025-12-03T15:09:04.212Z Downloaded quick-xml v0.37.2
10382025-12-03T15:09:04.218Z Downloaded progenitor v0.10.0
10392025-12-03T15:09:04.221Z Downloaded r2d2 v0.8.10
10402025-12-03T15:09:04.221Z Downloaded usdt-impl v0.6.0
10412025-12-03T15:09:04.224Z Downloaded russh v0.45.0
10422025-12-03T15:09:04.227Z Downloaded git2 v0.20.2
10432025-12-03T15:09:04.241Z Downloaded petgraph v0.8.2
10442025-12-03T15:09:04.263Z Downloaded bindgen v0.69.5
10452025-12-03T15:09:04.268Z Downloaded foreign-types-macros v0.2.3
10462025-12-03T15:09:04.271Z Downloaded tabled_derive v0.10.0
10472025-12-03T15:09:04.271Z Downloaded futures-core v0.3.31
10482025-12-03T15:09:04.274Z Downloaded signal-hook v0.3.18
10492025-12-03T15:09:04.274Z Downloaded rustls-webpki v0.102.8
10502025-12-03T15:09:04.291Z Downloaded topological-sort v0.2.2
10512025-12-03T15:09:04.294Z Downloaded derive_builder_core v0.20.2
10522025-12-03T15:09:04.294Z Downloaded csv v1.3.1
10532025-12-03T15:09:04.310Z Downloaded sha3 v0.10.8
10542025-12-03T15:09:04.315Z Downloaded portable-atomic v1.11.0
10552025-12-03T15:09:04.321Z Downloaded tokio v1.48.0
10562025-12-03T15:09:04.355Z Downloaded foreign-types v0.5.0
10572025-12-03T15:09:04.358Z Downloaded darling v0.21.0
10582025-12-03T15:09:04.363Z Downloaded similar v2.7.0
10592025-12-03T15:09:04.366Z Downloaded pkcs1 v0.7.5
10602025-12-03T15:09:04.369Z Downloaded sqlparser v0.45.0
10612025-12-03T15:09:04.372Z Downloaded derive_builder v0.20.2
10622025-12-03T15:09:04.377Z Downloaded futures-sink v0.3.31
10632025-12-03T15:09:04.381Z Downloaded tui-tree-widget v0.23.1
10642025-12-03T15:09:04.381Z Downloaded zerocopy v0.6.6
10652025-12-03T15:09:04.382Z Downloaded rustls-webpki v0.101.7
10662025-12-03T15:09:04.396Z Downloaded lock_api v0.4.12
10672025-12-03T15:09:04.399Z Downloaded wyz v0.5.1
10682025-12-03T15:09:04.399Z Downloaded schemars_derive v0.8.22
10692025-12-03T15:09:04.402Z Downloaded tokio-tungstenite v0.23.1
10702025-12-03T15:09:04.402Z Downloaded derive-where v1.5.0
10712025-12-03T15:09:04.405Z Downloaded zip v0.6.6
10722025-12-03T15:09:04.409Z Downloaded rsa v0.9.8
10732025-12-03T15:09:04.413Z Downloaded ring v0.17.14
10742025-12-03T15:09:04.449Z Downloaded pbkdf2 v0.12.2
10752025-12-03T15:09:04.452Z Downloaded packed_struct_codegen v0.10.1
10762025-12-03T15:09:04.452Z Downloaded tap v1.0.1
10772025-12-03T15:09:04.456Z Downloaded diesel-dtrace v0.4.2
10782025-12-03T15:09:04.456Z Downloaded defmt-macros v0.3.9
10792025-12-03T15:09:04.459Z Downloaded vte v0.11.1
10802025-12-03T15:09:04.459Z Downloaded flume v0.11.1
10812025-12-03T15:09:04.462Z Downloaded uuid v1.18.1
10822025-12-03T15:09:04.465Z Downloaded derive_more-impl v2.0.1
10832025-12-03T15:09:04.469Z Downloaded slog-term v2.9.2
10842025-12-03T15:09:04.472Z Downloaded darling_macro v0.21.0
10852025-12-03T15:09:04.475Z Downloaded encoding_rs v0.8.34
10862025-12-03T15:09:04.491Z Downloaded darling v0.20.10
10872025-12-03T15:09:04.494Z Downloaded slog-bunyan v2.5.0
10882025-12-03T15:09:04.497Z Downloaded unicode-properties v0.1.3
10892025-12-03T15:09:04.497Z Downloaded ctr v0.9.2
10902025-12-03T15:09:04.500Z Downloaded tokio-macros v2.6.0
10912025-12-03T15:09:04.500Z Downloaded tokio-dtrace v0.1.0
10922025-12-03T15:09:04.503Z Downloaded thread-id v5.0.0
10932025-12-03T15:09:04.503Z Downloaded rustc-hash v1.1.0
10942025-12-03T15:09:04.503Z Downloaded drift v0.1.1
10952025-12-03T15:09:04.506Z Downloaded snafu v0.8.5
10962025-12-03T15:09:04.511Z Downloaded qorb v0.4.1
10972025-12-03T15:09:04.515Z Downloaded expectorate v1.2.0
10982025-12-03T15:09:04.518Z Downloaded papergrid v0.17.0
10992025-12-03T15:09:04.521Z Downloaded zopfli v0.8.1
11002025-12-03T15:09:04.523Z Downloaded rustc_version v0.1.7
11012025-12-03T15:09:04.523Z Downloaded rustc-hash v2.1.1
11022025-12-03T15:09:04.526Z Downloaded progenitor-macro v0.11.2
11032025-12-03T15:09:04.526Z Downloaded parking_lot_core v0.9.10
11042025-12-03T15:09:04.531Z Downloaded parking_lot v0.12.3
11052025-12-03T15:09:04.531Z Downloaded typify-macro v0.4.3
11062025-12-03T15:09:04.534Z Downloaded tracing v0.1.40
11072025-12-03T15:09:04.534Z Downloaded minimal-lexical v0.2.1
11082025-12-03T15:09:04.539Z Downloaded schemars v1.0.4
11092025-12-03T15:09:04.550Z Downloaded itertools v0.13.0
11102025-12-03T15:09:04.556Z Downloaded usdt v0.6.0
11112025-12-03T15:09:04.559Z Downloaded tower-service v0.3.3
11122025-12-03T15:09:04.559Z Downloaded libgit2-sys v0.18.2+1.9.1
11132025-12-03T15:09:04.606Z Downloaded pin-utils v0.1.0
11142025-12-03T15:09:04.609Z Downloaded phf v0.12.1
11152025-12-03T15:09:04.609Z Downloaded pbkdf2 v0.11.0
11162025-12-03T15:09:04.612Z Downloaded num-integer v0.1.46
11172025-12-03T15:09:04.612Z Downloaded num-derive v0.3.3
11182025-12-03T15:09:04.615Z Downloaded lru v0.12.5
11192025-12-03T15:09:04.615Z Downloaded omicron-zone-package v0.12.2
11202025-12-03T15:09:04.618Z Downloaded tracing-core v0.1.32
11212025-12-03T15:09:04.622Z Downloaded flagset v0.4.6
11222025-12-03T15:09:04.622Z Downloaded strum_macros v0.26.4
11232025-12-03T15:09:04.625Z Downloaded publicsuffix v2.3.0
11242025-12-03T15:09:04.625Z Downloaded libxml v0.3.3
11252025-12-03T15:09:04.629Z Downloaded utf-8 v0.7.6
11262025-12-03T15:09:04.632Z Downloaded smallvec v0.6.14
11272025-12-03T15:09:04.632Z Downloaded futures v0.3.31
11282025-12-03T15:09:04.636Z Downloaded test-strategy v0.4.3
11292025-12-03T15:09:04.639Z Downloaded socket2 v0.5.10
11302025-12-03T15:09:04.642Z Downloaded openssl-sys v0.9.109
11312025-12-03T15:09:04.645Z Downloaded crossbeam-utils v0.8.21
11322025-12-03T15:09:04.648Z Downloaded predicates v3.1.3
11332025-12-03T15:09:04.651Z Downloaded parking_lot_core v0.8.6
11342025-12-03T15:09:04.654Z Downloaded parking_lot v0.11.2
11352025-12-03T15:09:04.654Z Downloaded socket2 v0.6.1
11362025-12-03T15:09:04.657Z Downloaded itertools v0.10.5
11372025-12-03T15:09:04.661Z Downloaded tls_codec_derive v0.4.1
11382025-12-03T15:09:04.665Z Downloaded thiserror-no-std v2.0.2
11392025-12-03T15:09:04.669Z Downloaded newline-converter v0.3.0
11402025-12-03T15:09:04.669Z Downloaded vergen-lib v0.1.6
11412025-12-03T15:09:04.669Z Downloaded strum v0.27.2
11422025-12-03T15:09:04.672Z Downloaded structmeta v0.3.0
11432025-12-03T15:09:04.672Z Downloaded scheduled-thread-pool v0.2.7
11442025-12-03T15:09:04.672Z Downloaded tracing-attributes v0.1.27
11452025-12-03T15:09:04.675Z Downloaded tokio-stream v0.1.17
11462025-12-03T15:09:04.678Z Downloaded tar v0.4.44
11472025-12-03T15:09:04.681Z Downloaded rand v0.8.5
11482025-12-03T15:09:04.684Z Downloaded radium v0.7.0
11492025-12-03T15:09:04.684Z Downloaded ppv-lite86 v0.2.20
11502025-12-03T15:09:04.684Z Downloaded password-hash v0.4.2
11512025-12-03T15:09:04.688Z Downloaded parse-display-derive v0.10.0
11522025-12-03T15:09:04.688Z Downloaded hyper v1.7.0
11532025-12-03T15:09:04.692Z Downloaded slog v2.7.0
11542025-12-03T15:09:04.695Z Downloaded num-rational v0.4.2
11552025-12-03T15:09:04.699Z Downloaded postgres-protocol v0.6.8
11562025-12-03T15:09:04.699Z Downloaded lockfree-object-pool v0.1.6
11572025-12-03T15:09:04.702Z Downloaded serde_repr v0.1.19
11582025-12-03T15:09:04.705Z Downloaded serde_plain v1.0.2
11592025-12-03T15:09:04.705Z Downloaded russh-cryptovec v0.7.3
11602025-12-03T15:09:04.705Z Downloaded nanorand v0.7.0
11612025-12-03T15:09:04.709Z Downloaded foldhash v0.1.5
11622025-12-03T15:09:04.709Z Downloaded tls_codec v0.4.1
11632025-12-03T15:09:04.713Z Downloaded pin-project v1.1.6
11642025-12-03T15:09:04.719Z Downloaded display-error-chain v0.2.2
11652025-12-03T15:09:04.722Z Downloaded spin v0.9.8
11662025-12-03T15:09:04.722Z Downloaded progenitor-impl v0.8.0
11672025-12-03T15:09:04.728Z Downloaded derive_more v2.0.1
11682025-12-03T15:09:04.732Z Downloaded dirs-sys-next v0.1.2
11692025-12-03T15:09:04.735Z Downloaded rand v0.9.2
11702025-12-03T15:09:04.738Z Downloaded darling_core v0.21.0
11712025-12-03T15:09:04.741Z Downloaded unsafe-libyaml v0.2.11
11722025-12-03T15:09:04.744Z Downloaded fatfs v0.3.6
11732025-12-03T15:09:04.747Z Downloaded postgres-types v0.2.9
11742025-12-03T15:09:04.751Z Downloaded postcard v1.0.10
11752025-12-03T15:09:04.755Z Downloaded diff v0.1.13
11762025-12-03T15:09:04.755Z Downloaded prefix-trie v0.7.0
11772025-12-03T15:09:04.758Z Downloaded owo-colors v4.2.2
11782025-12-03T15:09:04.761Z Downloaded derive_more v0.99.20
11792025-12-03T15:09:04.765Z Downloaded tungstenite v0.23.0
11802025-12-03T15:09:04.768Z Downloaded tungstenite v0.21.0
11812025-12-03T15:09:04.771Z Downloaded hickory-server v0.25.2
11822025-12-03T15:09:04.774Z Downloaded mime_guess v2.0.5
11832025-12-03T15:09:04.777Z Downloaded pretty_assertions v1.4.1
11842025-12-03T15:09:04.777Z Downloaded const_format v0.2.34
11852025-12-03T15:09:04.780Z Downloaded hkdf v0.12.4
11862025-12-03T15:09:04.783Z Downloaded snafu-derive v0.8.5
11872025-12-03T15:09:04.783Z Downloaded slog-async v2.8.0
11882025-12-03T15:09:04.786Z Downloaded sha1 v0.10.6
11892025-12-03T15:09:04.786Z Downloaded serde_urlencoded v0.7.1
11902025-12-03T15:09:04.796Z Downloaded quinn-udp v0.5.5
11912025-12-03T15:09:04.796Z Downloaded crossbeam-channel v0.5.15
11922025-12-03T15:09:04.796Z Downloaded oxnet v0.1.3
11932025-12-03T15:09:04.796Z Downloaded oxide-tokio-rt v0.1.2
11942025-12-03T15:09:04.797Z Downloaded indicatif v0.18.0
11952025-12-03T15:09:04.800Z Downloaded hashbrown v0.13.2
11962025-12-03T15:09:04.805Z Downloaded hashbrown v0.12.3
11972025-12-03T15:09:04.808Z Downloaded lzss v0.8.2
11982025-12-03T15:09:04.808Z Downloaded lru-cache v0.1.2
11992025-12-03T15:09:04.811Z Downloaded derive-ex v0.1.8
12002025-12-03T15:09:04.811Z Downloaded indicatif v0.17.11
12012025-12-03T15:09:04.814Z Downloaded headers v0.4.1
12022025-12-03T15:09:04.818Z Downloaded yasna v0.5.2
12032025-12-03T15:09:04.821Z Downloaded fallible-iterator v0.2.0
12042025-12-03T15:09:04.824Z Downloaded value-bag v1.9.0
12052025-12-03T15:09:04.824Z Downloaded rustls-pki-types v1.10.0
12062025-12-03T15:09:04.827Z Downloaded compact_str v0.8.0
12072025-12-03T15:09:04.831Z Downloaded unicase v2.8.1
12082025-12-03T15:09:04.831Z Downloaded tinyvec v1.8.0
12092025-12-03T15:09:04.834Z Downloaded toml_writer v1.0.2
12102025-12-03T15:09:04.837Z Downloaded daft-derive v0.1.4
12112025-12-03T15:09:04.840Z Downloaded toml_parser v1.0.2
12122025-12-03T15:09:04.843Z Downloaded tokio-rustls v0.26.0
12132025-12-03T15:09:04.843Z Downloaded tokio-rustls v0.25.0
12142025-12-03T15:09:04.846Z Downloaded term v1.1.0
12152025-12-03T15:09:04.849Z Downloaded subprocess v0.2.9
12162025-12-03T15:09:04.849Z Downloaded indexmap v1.9.3
12172025-12-03T15:09:04.852Z Downloaded cookie v0.18.1
12182025-12-03T15:09:04.856Z Downloaded xz2 v0.1.7
12192025-12-03T15:09:04.856Z Downloaded walkdir v2.5.0
12202025-12-03T15:09:04.859Z Downloaded futures-io v0.3.31
12212025-12-03T15:09:04.859Z Downloaded foreign-types-shared v0.1.1
12222025-12-03T15:09:04.859Z Downloaded fd-lock v4.0.2
12232025-12-03T15:09:04.862Z Downloaded dunce v1.0.5
12242025-12-03T15:09:04.862Z Downloaded bytes v1.10.1
12252025-12-03T15:09:04.865Z Downloaded base64 v0.13.1
12262025-12-03T15:09:04.869Z Downloaded progenitor-macro v0.10.0
12272025-12-03T15:09:04.872Z Downloaded libloading v0.8.5
12282025-12-03T15:09:04.872Z Downloaded slog-json v2.6.1
12292025-12-03T15:09:04.872Z Downloaded signal-hook-mio v0.2.4
12302025-12-03T15:09:04.873Z Downloaded scrypt v0.11.0
12312025-12-03T15:09:04.876Z Downloaded slog-dtrace v0.3.0
12322025-12-03T15:09:04.876Z Downloaded scroll_derive v0.13.1
12332025-12-03T15:09:04.876Z Downloaded scroll v0.13.0
12342025-12-03T15:09:04.879Z Downloaded scopeguard v1.2.0
12352025-12-03T15:09:04.879Z Downloaded serde_path_to_error v0.1.17
12362025-12-03T15:09:04.879Z Downloaded rustc_version v0.4.1
12372025-12-03T15:09:04.882Z Downloaded ingot-macros v0.1.1
12382025-12-03T15:09:04.882Z Downloaded hostname v0.3.1
12392025-12-03T15:09:04.882Z Downloaded ciborium v0.2.2
12402025-12-03T15:09:04.885Z Downloaded cargo_metadata v0.19.2
12412025-12-03T15:09:04.889Z Downloaded quick-error v1.2.3
12422025-12-03T15:09:04.889Z Downloaded progenitor v0.11.2
12432025-12-03T15:09:04.889Z Downloaded lalrpop-util v0.19.12
12442025-12-03T15:09:04.892Z Downloaded kstat-rs v0.2.4
12452025-12-03T15:09:04.892Z Downloaded internet-checksum v0.2.1
12462025-12-03T15:09:04.892Z Downloaded instability v0.3.2
12472025-12-03T15:09:04.892Z Downloaded ingot-types v0.1.2
12482025-12-03T15:09:04.895Z Downloaded indoc v1.0.9
12492025-12-03T15:09:04.898Z Downloaded impl-trait-for-tuples v0.2.2
12502025-12-03T15:09:04.898Z Downloaded pkcs5 v0.7.1
12512025-12-03T15:09:04.902Z Downloaded lazy_static v1.5.0
12522025-12-03T15:09:04.905Z Downloaded jobserver v0.1.32
12532025-12-03T15:09:04.908Z Downloaded is-terminal v0.4.13
12542025-12-03T15:09:04.908Z Downloaded indent_write v2.2.0
12552025-12-03T15:09:04.908Z Downloaded hmac v0.12.1
12562025-12-03T15:09:04.911Z Downloaded heapless v0.7.17
12572025-12-03T15:09:04.914Z Downloaded crc32fast v1.4.2
12582025-12-03T15:09:04.914Z Downloaded corncobs v0.1.4
12592025-12-03T15:09:04.914Z Downloaded cookie_store v0.21.1
12602025-12-03T15:09:04.917Z Downloaded console v0.16.0
12612025-12-03T15:09:04.921Z Downloaded cancel-safe-futures v0.1.5
12622025-12-03T15:09:04.924Z Downloaded bcs v0.1.6
12632025-12-03T15:09:04.924Z Downloaded signature v2.2.0
12642025-12-03T15:09:04.927Z Downloaded progenitor-macro v0.8.0
12652025-12-03T15:09:04.927Z Downloaded ipnetwork v0.21.1
12662025-12-03T15:09:04.927Z Downloaded inout v0.1.3
12672025-12-03T15:09:04.930Z Downloaded httpdate v1.0.3
12682025-12-03T15:09:04.930Z Downloaded hash32 v0.3.1
12692025-12-03T15:09:04.930Z Downloaded arc-swap v1.7.1
12702025-12-03T15:09:04.934Z Downloaded indoc v2.0.6
12712025-12-03T15:09:04.938Z Downloaded keccak v0.1.5
12722025-12-03T15:09:04.941Z Downloaded console v0.15.10
12732025-12-03T15:09:04.941Z Downloaded clang-sys v1.8.1
12742025-12-03T15:09:04.941Z Downloaded bitfield-macros v0.19.2
12752025-12-03T15:09:04.945Z Downloaded base16ct v0.2.0
12762025-12-03T15:09:04.945Z Downloaded http-body-util v0.1.3
12772025-12-03T15:09:04.945Z Downloaded blowfish v0.9.1
12782025-12-03T15:09:04.948Z Downloaded bit-vec v0.8.0
12792025-12-03T15:09:04.948Z Downloaded http-range v0.1.5
12802025-12-03T15:09:04.948Z Downloaded allocator-api2 v0.2.21
12812025-12-03T15:09:04.952Z Downloaded cobs v0.2.3
12822025-12-03T15:09:04.955Z Downloaded ciborium-ll v0.2.2
12832025-12-03T15:09:04.955Z Downloaded bcrypt-pbkdf v0.10.0
12842025-12-03T15:09:04.955Z Downloaded base64ct v1.6.0
12852025-12-03T15:09:04.955Z Downloaded argon2 v0.5.3
12862025-12-03T15:09:04.958Z Downloaded arrayvec v0.7.6
12872025-12-03T15:09:04.958Z Downloaded cexpr v0.6.0
12882025-12-03T15:09:04.961Z Downloaded cargo-platform v0.1.8
12892025-12-03T15:09:04.961Z Downloaded bitfield v0.19.2
12902025-12-03T15:09:04.961Z Downloaded bit-vec v0.6.3
12912025-12-03T15:09:04.965Z Downloaded bit-set v0.8.0
12922025-12-03T15:09:04.965Z Downloaded atty v0.2.14
12932025-12-03T15:09:04.965Z Downloaded async-stream v0.3.6
12942025-12-03T15:09:04.968Z Downloaded ghash v0.5.1
12952025-12-03T15:09:04.968Z Downloaded addr2line v0.24.2
12962025-12-03T15:09:04.973Z Downloaded assert_matches v1.5.0
12972025-12-03T15:09:04.973Z Downloaded globset v0.4.15
12982025-12-03T15:09:04.976Z Downloaded cfg_aliases v0.2.1
12992025-12-03T15:09:04.976Z Downloaded cfg_aliases v0.1.1
13002025-12-03T15:09:04.976Z Downloaded blake2 v0.10.6
13012025-12-03T15:09:04.981Z Downloaded convert_case v0.4.0
13022025-12-03T15:09:04.981Z Downloaded camino-tempfile-ext v0.3.2
13032025-12-03T15:09:04.981Z Downloaded bit-set v0.5.3
13042025-12-03T15:09:04.984Z Downloaded bb8 v0.8.5
13052025-12-03T15:09:04.984Z Downloaded async-stream-impl v0.3.6
13062025-12-03T15:09:04.984Z Downloaded bzip2 v0.5.2
13072025-12-03T15:09:04.984Z Downloaded gethostname v0.5.0
13082025-12-03T15:09:04.987Z Downloaded atomicwrites v0.4.4
13092025-12-03T15:09:05.225Z Downloaded aws-lc-sys v0.26.0
13102025-12-03T15:09:05.532Z Compiling value-bag v1.9.0
13112025-12-03T15:09:05.532Z Compiling lock_api v0.4.12
13122025-12-03T15:09:05.532Z Compiling scopeguard v1.2.0
13132025-12-03T15:09:05.535Z Compiling shlex v1.3.0
13142025-12-03T15:09:05.536Z Compiling typenum v1.17.0
13152025-12-03T15:09:05.536Z Compiling syn v2.0.106
13162025-12-03T15:09:05.710Z Compiling getrandom v0.2.15
13172025-12-03T15:09:05.753Z Compiling jobserver v0.1.32
13182025-12-03T15:09:05.875Z Compiling generic-array v0.14.7
13192025-12-03T15:09:06.091Z Compiling log v0.4.27
13202025-12-03T15:09:06.168Z Compiling cc v1.2.30
13212025-12-03T15:09:06.222Z Compiling rand_core v0.6.4
13222025-12-03T15:09:06.245Z Compiling smallvec v1.15.1
13232025-12-03T15:09:06.591Z Compiling subtle v2.6.1
13242025-12-03T15:09:06.621Z Compiling portable-atomic v1.11.0
13252025-12-03T15:09:06.653Z Compiling const-oid v0.9.6
13262025-12-03T15:09:06.740Z Compiling critical-section v1.1.3
13272025-12-03T15:09:06.804Z Compiling pkg-config v0.3.31
13282025-12-03T15:09:06.915Z Compiling spin v0.9.8
13292025-12-03T15:09:06.936Z Compiling parking_lot_core v0.9.10
13302025-12-03T15:09:07.281Z Compiling serde_json v1.0.145
13312025-12-03T15:09:07.382Z Compiling pin-project-lite v0.2.14
13322025-12-03T15:09:07.541Z Compiling getrandom v0.3.4
13332025-12-03T15:09:07.635Z Compiling regex-syntax v0.8.5
13342025-12-03T15:09:08.054Z Compiling rustix v0.38.37
13352025-12-03T15:09:08.645Z Compiling signal-hook-registry v1.4.2
13362025-12-03T15:09:08.761Z Compiling once_cell v1.21.3
13372025-12-03T15:09:09.019Z Compiling libm v0.2.8
13382025-12-03T15:09:09.263Z Compiling parking_lot v0.12.3
13392025-12-03T15:09:09.375Z Compiling mio v1.0.2
13402025-12-03T15:09:09.458Z Compiling num-traits v0.2.19
13412025-12-03T15:09:09.506Z Compiling allocator-api2 v0.2.21
13422025-12-03T15:09:09.829Z Compiling futures-core v0.3.31
13432025-12-03T15:09:10.104Z Compiling lazy_static v1.5.0
13442025-12-03T15:09:10.248Z Compiling aho-corasick v1.1.3
13452025-12-03T15:09:10.272Z Compiling socket2 v0.6.1
13462025-12-03T15:09:10.294Z Compiling slab v0.4.9
13472025-12-03T15:09:10.437Z Compiling cpufeatures v0.2.14
13482025-12-03T15:09:10.560Z Compiling foldhash v0.1.5
13492025-12-03T15:09:10.650Z Compiling percent-encoding v2.3.2
13502025-12-03T15:09:10.899Z Compiling hashbrown v0.15.4
13512025-12-03T15:09:11.198Z Compiling glob v0.3.2
13522025-12-03T15:09:11.378Z Compiling either v1.15.0
13532025-12-03T15:09:11.480Z Compiling futures-sink v0.3.31
13542025-12-03T15:09:11.652Z Compiling futures-channel v0.3.31
13552025-12-03T15:09:12.017Z Compiling clang-sys v1.8.1
13562025-12-03T15:09:12.072Z Compiling futures-task v0.3.31
13572025-12-03T15:09:12.096Z Compiling futures-io v0.3.31
13582025-12-03T15:09:12.118Z Compiling prettyplease v0.2.36
13592025-12-03T15:09:12.367Z Compiling regex-automata v0.4.11
13602025-12-03T15:09:12.368Z Compiling pin-utils v0.1.0
13612025-12-03T15:09:12.504Z Compiling minimal-lexical v0.2.1
13622025-12-03T15:09:12.529Z Compiling libloading v0.8.5
13632025-12-03T15:09:12.716Z Compiling bindgen v0.69.5
13642025-12-03T15:09:12.882Z Compiling nom v7.1.3
13652025-12-03T15:09:12.914Z Compiling base64ct v1.6.0
13662025-12-03T15:09:12.987Z Compiling synstructure v0.13.1
13672025-12-03T15:09:13.477Z Compiling home v0.5.9
13682025-12-03T15:09:13.496Z Compiling pem-rfc7468 v0.7.0
13692025-12-03T15:09:14.094Z Compiling indexmap v2.11.4
13702025-12-03T15:09:14.352Z Compiling itertools v0.12.1
13712025-12-03T15:09:14.517Z Compiling rustc-hash v1.1.0
13722025-12-03T15:09:14.701Z Compiling lazycell v1.3.0
13732025-12-03T15:09:14.890Z Compiling flagset v0.4.6
13742025-12-03T15:09:15.125Z Compiling form_urlencoded v1.2.2
13752025-12-03T15:09:15.446Z Compiling rand_core v0.9.3
13762025-12-03T15:09:15.535Z Compiling cmake v0.1.51
13772025-12-03T15:09:15.984Z Compiling cexpr v0.6.0
13782025-12-03T15:09:16.173Z Compiling fs_extra v1.3.0
13792025-12-03T15:09:16.357Z Compiling paste v1.0.15
13802025-12-03T15:09:16.561Z Compiling dunce v1.0.5
13812025-12-03T15:09:16.678Z Compiling rustc_version v0.4.1
13822025-12-03T15:09:16.715Z Compiling vcpkg v0.2.15
13832025-12-03T15:09:16.936Z Compiling ident_case v1.0.1
13842025-12-03T15:09:17.147Z Compiling iana-time-zone v0.1.63
13852025-12-03T15:09:17.194Z Compiling rustversion v1.0.22
13862025-12-03T15:09:17.341Z Compiling darling_core v0.20.10
13872025-12-03T15:09:17.507Z Compiling regex v1.11.3
13882025-12-03T15:09:17.977Z Compiling serde_derive v1.0.226
13892025-12-03T15:09:18.328Z Compiling zeroize_derive v1.4.2
13902025-12-03T15:09:18.434Z Compiling zerofrom-derive v0.1.4
13912025-12-03T15:09:18.599Z Compiling yoke-derive v0.7.4
13922025-12-03T15:09:19.225Z Compiling zerovec-derive v0.10.3
13932025-12-03T15:09:19.773Z Compiling zeroize v1.8.1
13942025-12-03T15:09:21.267Z Compiling zerocopy-derive v0.7.35
13952025-12-03T15:09:21.540Z Compiling crypto-common v0.1.6
13962025-12-03T15:09:21.653Z Compiling block-buffer v0.10.4
13972025-12-03T15:09:21.775Z Compiling displaydoc v0.2.5
13982025-12-03T15:09:21.878Z Compiling zerofrom v0.1.4
13992025-12-03T15:09:21.958Z Compiling digest v0.10.7
14002025-12-03T15:09:22.135Z Compiling yoke v0.7.4
14012025-12-03T15:09:22.280Z Compiling icu_provider_macros v1.5.0
14022025-12-03T15:09:22.462Z Compiling tokio-macros v2.6.0
14032025-12-03T15:09:22.508Z Compiling zerovec v0.10.4
14042025-12-03T15:09:23.105Z Compiling hmac v0.12.1
14052025-12-03T15:09:23.204Z Compiling zerocopy v0.7.35
14062025-12-03T15:09:23.270Z Compiling thiserror-impl v2.0.17
14072025-12-03T15:09:23.368Z Compiling block-padding v0.3.3
14082025-12-03T15:09:23.395Z Compiling futures-macro v0.3.31
14092025-12-03T15:09:23.524Z Compiling sha2 v0.10.9
14102025-12-03T15:09:23.638Z Compiling inout v0.1.3
14112025-12-03T15:09:23.937Z Compiling cipher v0.4.4
14122025-12-03T15:09:24.048Z Compiling der_derive v0.7.3
14132025-12-03T15:09:24.523Z Compiling tinystr v0.7.6
14142025-12-03T15:09:24.523Z Compiling icu_collections v1.5.0
14152025-12-03T15:09:24.523Z Compiling ppv-lite86 v0.2.20
14162025-12-03T15:09:24.947Z Compiling icu_locid v1.5.0
14172025-12-03T15:09:25.154Z Compiling serde v1.0.226
14182025-12-03T15:09:25.257Z Compiling futures-util v0.3.31
14192025-12-03T15:09:25.298Z Compiling salsa20 v0.10.2
14202025-12-03T15:09:25.541Z Compiling pbkdf2 v0.12.2
14212025-12-03T15:09:25.732Z Compiling scrypt v0.11.0
14222025-12-03T15:09:25.792Z Compiling rand_chacha v0.9.0
14232025-12-03T15:09:26.205Z Compiling icu_provider v1.5.0
14242025-12-03T15:09:26.367Z Compiling bitflags v2.9.4
14252025-12-03T15:09:26.390Z Compiling bytes v1.10.1
14262025-12-03T15:09:26.412Z Compiling thiserror v2.0.17
14272025-12-03T15:09:26.580Z Compiling der v0.7.10
14282025-12-03T15:09:26.860Z Compiling icu_locid_transform v1.5.0
14292025-12-03T15:09:26.959Z Compiling pest v2.8.2
14302025-12-03T15:09:27.125Z Compiling chrono v0.4.42
14312025-12-03T15:09:27.758Z Compiling tokio v1.48.0
14322025-12-03T15:09:27.781Z Compiling http v1.3.1
14332025-12-03T15:09:29.125Z Compiling icu_properties v1.5.1
14342025-12-03T15:09:29.489Z Compiling spki v0.7.3
14352025-12-03T15:09:29.872Z Compiling pest_meta v2.8.2
14362025-12-03T15:09:29.898Z Compiling uuid v1.18.1
14372025-12-03T15:09:29.925Z Compiling aes v0.8.4
14382025-12-03T15:09:30.257Z Compiling cbc v0.1.2
14392025-12-03T15:09:30.444Z Compiling which v4.4.2
14402025-12-03T15:09:30.507Z Compiling openssl-sys v0.9.109
14412025-12-03T15:09:31.388Z Compiling pest_generator v2.8.2
14422025-12-03T15:09:31.447Z Compiling pkcs5 v0.7.1
14432025-12-03T15:09:31.878Z Compiling rand v0.9.2
14442025-12-03T15:09:32.511Z Compiling darling_macro v0.20.10
14452025-12-03T15:09:32.647Z Compiling icu_normalizer v1.5.0
14462025-12-03T15:09:33.124Z Compiling tracing-attributes v0.1.27
14472025-12-03T15:09:33.445Z Compiling ring v0.17.14
14482025-12-03T15:09:33.469Z Compiling tracing-core v0.1.32
14492025-12-03T15:09:33.573Z Compiling idna_adapter v1.2.0
14502025-12-03T15:09:33.815Z Compiling idna v1.0.3
14512025-12-03T15:09:34.280Z Compiling rustix v1.0.7
14522025-12-03T15:09:34.333Z Compiling adler2 v2.0.0
14532025-12-03T15:09:34.513Z Compiling url v2.5.4
14542025-12-03T15:09:34.569Z Compiling aws-lc-rs v1.12.4
14552025-12-03T15:09:34.692Z Compiling miniz_oxide v0.8.5
14562025-12-03T15:09:35.134Z Compiling pest_derive v2.8.2
14572025-12-03T15:09:35.272Z Compiling darling v0.20.10
14582025-12-03T15:09:35.402Z Compiling pkcs8 v0.10.2
14592025-12-03T15:09:35.920Z Compiling http-body v1.0.1
14602025-12-03T15:09:35.978Z Compiling tokio-util v0.7.15
14612025-12-03T15:09:36.024Z Compiling scroll_derive v0.12.0
14622025-12-03T15:09:36.091Z Compiling thiserror-impl v1.0.69
14632025-12-03T15:09:36.163Z Compiling serde_derive_internals v0.29.1
14642025-12-03T15:09:36.243Z Compiling tracing v0.1.40
14652025-12-03T15:09:36.758Z Compiling base64 v0.22.1
14662025-12-03T15:09:37.349Z Compiling tinyvec_macros v0.1.1
14672025-12-03T15:09:37.423Z Compiling rustls-pki-types v1.10.0
14682025-12-03T15:09:37.455Z Compiling httparse v1.9.5
14692025-12-03T15:09:38.127Z Compiling schemars v0.8.22
14702025-12-03T15:09:38.152Z Compiling zerocopy v0.8.27
14712025-12-03T15:09:38.281Z Compiling schemars_derive v0.8.22
14722025-12-03T15:09:38.397Z Compiling tinyvec v1.8.0
14732025-12-03T15:09:38.515Z Compiling scroll v0.12.0
14742025-12-03T15:09:38.776Z Compiling thiserror v1.0.69
14752025-12-03T15:09:38.951Z Compiling zerocopy-derive v0.8.27
14762025-12-03T15:09:39.007Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14772025-12-03T15:09:39.779Z Compiling bzip2-sys v0.1.13+1.0.8
14782025-12-03T15:09:39.869Z Compiling openssl-probe v0.1.5
14792025-12-03T15:09:40.152Z Compiling time-core v0.1.6
14802025-12-03T15:09:40.289Z Compiling untrusted v0.9.0
14812025-12-03T15:09:40.422Z Compiling dyn-clone v1.0.20
14822025-12-03T15:09:40.499Z Compiling openssl v0.10.73
14832025-12-03T15:09:40.564Z Compiling num-conv v0.1.0
14842025-12-03T15:09:40.655Z Compiling tower-service v0.3.3
14852025-12-03T15:09:40.729Z Compiling foreign-types-shared v0.1.1
14862025-12-03T15:09:40.806Z Compiling try-lock v0.2.5
14872025-12-03T15:09:40.862Z Compiling atomic-waker v1.1.2
14882025-12-03T15:09:40.885Z Compiling untrusted v0.7.1
14892025-12-03T15:09:40.944Z Compiling powerfmt v0.2.0
14902025-12-03T15:09:41.005Z Compiling h2 v0.4.6
14912025-12-03T15:09:41.058Z Compiling want v0.3.1
14922025-12-03T15:09:41.081Z Compiling time-macros v0.2.24
14932025-12-03T15:09:41.320Z Compiling deranged v0.5.3
14942025-12-03T15:09:41.343Z Compiling tempfile v3.20.0
14952025-12-03T15:09:41.758Z Compiling foreign-types v0.3.2
14962025-12-03T15:09:43.810Z Compiling goblin v0.8.2
14972025-12-03T15:09:44.717Z Compiling ipnet v2.11.0
14982025-12-03T15:09:45.336Z Compiling openssl-macros v0.1.1
14992025-12-03T15:09:45.461Z Compiling socket2 v0.5.10
15002025-12-03T15:09:45.800Z Compiling wait-timeout v0.2.0
15012025-12-03T15:09:46.001Z Compiling num_threads v0.1.7
15022025-12-03T15:09:46.098Z Compiling rustls v0.23.19
15032025-12-03T15:09:46.151Z Compiling quick-error v1.2.3
15042025-12-03T15:09:46.307Z Compiling httpdate v1.0.3
15052025-12-03T15:09:46.327Z Compiling crossbeam-utils v0.8.21
15062025-12-03T15:09:46.349Z Compiling native-tls v0.2.12
15072025-12-03T15:09:46.400Z Compiling gimli v0.31.1
15082025-12-03T15:09:46.699Z Compiling bit-vec v0.8.0
15092025-12-03T15:09:46.726Z Compiling syn v1.0.109
15102025-12-03T15:09:46.927Z Compiling rusty-fork v0.3.0
15112025-12-03T15:09:47.129Z Compiling bit-set v0.8.0
15122025-12-03T15:09:47.390Z Compiling time v0.3.43
15132025-12-03T15:09:47.714Z Compiling hyper v1.7.0
15142025-12-03T15:09:50.302Z Compiling dof v0.3.0
15152025-12-03T15:09:50.943Z Compiling addr2line v0.24.2
15162025-12-03T15:09:51.043Z Compiling unicode-normalization v0.1.24
15172025-12-03T15:09:51.201Z Compiling dtrace-parser v0.2.0
15182025-12-03T15:09:51.636Z Compiling derive_builder_core v0.20.2
15192025-12-03T15:09:52.024Z Compiling signature v2.2.0
15202025-12-03T15:09:52.100Z Compiling scroll_derive v0.13.1
15212025-12-03T15:09:52.324Z Compiling heapless v0.7.17
15222025-12-03T15:09:52.382Z Compiling rand_xorshift v0.4.0
15232025-12-03T15:09:52.671Z Compiling cookie v0.18.1
15242025-12-03T15:09:52.767Z Compiling crc32fast v1.4.2
15252025-12-03T15:09:52.934Z Compiling object v0.36.5
15262025-12-03T15:09:53.013Z Compiling zstd-safe v7.2.3
15272025-12-03T15:09:53.102Z Compiling rustc-demangle v0.1.24
15282025-12-03T15:09:53.373Z Compiling signal-hook v0.3.18
15292025-12-03T15:09:53.641Z Compiling anyhow v1.0.99
15302025-12-03T15:09:53.679Z Compiling slog v2.7.0
15312025-12-03T15:09:53.729Z Compiling unicode-properties v0.1.3
15322025-12-03T15:09:53.949Z Compiling siphasher v0.3.11
15332025-12-03T15:09:54.173Z Compiling unicode-bidi v0.3.17
15342025-12-03T15:09:54.220Z Compiling zlib-rs v0.5.1
15352025-12-03T15:09:54.279Z Compiling unarray v0.1.4
15362025-12-03T15:09:54.458Z Compiling proptest v1.7.0
15372025-12-03T15:09:54.774Z Compiling phf_shared v0.11.2
15382025-12-03T15:09:54.869Z Compiling stringprep v0.1.5
15392025-12-03T15:09:55.195Z Compiling scroll v0.13.0
15402025-12-03T15:09:55.327Z Compiling derive_builder_macro v0.20.2
15412025-12-03T15:09:55.984Z Compiling usdt-impl v0.5.0
15422025-12-03T15:09:56.153Z Compiling hyper-util v0.1.17
15432025-12-03T15:09:57.762Z Compiling ipnetwork v0.21.1
15442025-12-03T15:09:58.341Z Compiling toml_datetime v0.6.11
15452025-12-03T15:09:58.613Z Compiling serde_spanned v0.6.9
15462025-12-03T15:09:58.851Z Compiling serde_tokenstream v0.2.2
15472025-12-03T15:09:58.873Z Compiling rand_chacha v0.3.1
15482025-12-03T15:09:59.432Z Compiling backtrace v0.3.74
15492025-12-03T15:09:59.690Z Compiling md-5 v0.10.6
15502025-12-03T15:09:59.709Z Compiling vergen-lib v0.1.6
15512025-12-03T15:09:59.964Z Compiling curve25519-dalek v4.1.3
15522025-12-03T15:10:00.033Z Compiling num-integer v0.1.46
15532025-12-03T15:10:00.665Z Compiling libz-rs-sys v0.5.1
15542025-12-03T15:10:00.766Z Compiling sync_wrapper v1.0.1
15552025-12-03T15:10:00.947Z Compiling ff v0.13.0
15562025-12-03T15:10:00.976Z Compiling hash32 v0.2.1
15572025-12-03T15:10:01.060Z Compiling memoffset v0.9.1
15582025-12-03T15:10:01.157Z Compiling smoltcp v0.9.1
15592025-12-03T15:10:01.188Z Compiling litrs v0.4.1
15602025-12-03T15:10:01.334Z Compiling cfg_aliases v0.2.1
15612025-12-03T15:10:01.420Z Compiling psl-types v2.0.11
15622025-12-03T15:10:01.456Z Compiling base16ct v0.2.0
15632025-12-03T15:10:01.649Z Compiling tower-layer v0.3.3
15642025-12-03T15:10:01.780Z Compiling num-bigint-dig v0.8.4
15652025-12-03T15:10:01.802Z Compiling fallible-iterator v0.2.0
15662025-12-03T15:10:01.931Z Compiling ref-cast v1.0.24
15672025-12-03T15:10:02.084Z Compiling tower v0.5.2
15682025-12-03T15:10:02.189Z Compiling sec1 v0.7.3
15692025-12-03T15:10:02.239Z Compiling document-features v0.2.11
15702025-12-03T15:10:02.487Z Compiling postgres-protocol v0.6.8
15712025-12-03T15:10:02.544Z Compiling publicsuffix v2.3.0
15722025-12-03T15:10:02.751Z Compiling nix v0.29.0
15732025-12-03T15:10:03.079Z Compiling group v0.13.0
15742025-12-03T15:10:03.407Z Compiling flate2 v1.1.2
15752025-12-03T15:10:03.558Z Compiling num-iter v0.1.45
15762025-12-03T15:10:03.664Z Compiling newtype-uuid v1.3.2
15772025-12-03T15:10:03.802Z Compiling rand v0.8.5
15782025-12-03T15:10:03.975Z Compiling oxnet v0.1.3
15792025-12-03T15:10:04.374Z Compiling derive_builder v0.20.2
15802025-12-03T15:10:04.395Z Compiling tokio-native-tls v0.3.1
15812025-12-03T15:10:04.754Z Compiling goblin v0.10.2
15822025-12-03T15:10:05.523Z Compiling rustls-native-certs v0.8.1
15832025-12-03T15:10:05.600Z Compiling webpki-roots v1.0.1
15842025-12-03T15:10:05.705Z Compiling http-body-util v0.1.3
15852025-12-03T15:10:05.773Z Compiling terminal_size v0.4.0
15862025-12-03T15:10:05.815Z Compiling cargo-platform v0.1.8
15872025-12-03T15:10:06.013Z Compiling hkdf v0.12.4
15882025-12-03T15:10:06.036Z Compiling crypto-bigint v0.5.5
15892025-12-03T15:10:06.205Z Compiling vergen v9.0.6
15902025-12-03T15:10:06.287Z Compiling daft-derive v0.1.4
15912025-12-03T15:10:06.299Z Compiling curve25519-dalek-derive v0.1.1
15922025-12-03T15:10:06.545Z Compiling async-trait v0.1.89
15932025-12-03T15:10:07.688Z Compiling strum_macros v0.27.2
15942025-12-03T15:10:07.849Z Compiling hubpack_derive v0.1.1
15952025-12-03T15:10:07.893Z Compiling ref-cast-impl v1.0.24
15962025-12-03T15:10:08.709Z Compiling ahash v0.8.12
15972025-12-03T15:10:08.928Z Compiling fs-err v3.1.1
15982025-12-03T15:10:09.037Z Compiling usdt-impl v0.6.0
15992025-12-03T15:10:09.099Z Compiling managed v0.8.0
16002025-12-03T15:10:09.275Z Compiling iri-string v0.7.8
16012025-12-03T15:10:09.458Z Compiling simd-adler32 v0.3.7
16022025-12-03T15:10:09.547Z Compiling lockfree-object-pool v0.1.6
16032025-12-03T15:10:09.811Z Compiling unicode-segmentation v1.12.0
16042025-12-03T15:10:10.008Z Compiling bumpalo v3.16.0
16052025-12-03T15:10:10.494Z Compiling winnow v0.5.40
16062025-12-03T15:10:10.679Z Compiling bitflags v1.3.2
16072025-12-03T15:10:10.808Z Compiling buf-list v1.0.3
16082025-12-03T15:10:11.773Z Compiling dof v0.4.0
16092025-12-03T15:10:12.706Z Compiling strum v0.27.2
16102025-12-03T15:10:12.915Z Compiling tower-http v0.6.6
16112025-12-03T15:10:13.078Z Compiling zopfli v0.8.1
16122025-12-03T15:10:13.449Z Compiling clap_builder v4.5.48
16132025-12-03T15:10:13.772Z Compiling toml_edit v0.19.15
16142025-12-03T15:10:14.052Z Compiling elliptic-curve v0.13.8
16152025-12-03T15:10:14.191Z Compiling hubpack v0.1.2
16162025-12-03T15:10:14.630Z Compiling daft v0.1.4
16172025-12-03T15:10:14.940Z Compiling hyper-tls v0.6.0
16182025-12-03T15:10:15.181Z Compiling cargo_metadata v0.19.2
16192025-12-03T15:10:15.593Z Compiling signal-hook-mio v0.2.4
16202025-12-03T15:10:15.792Z Compiling cookie_store v0.21.1
16212025-12-03T15:10:17.254Z Compiling zstd v0.13.3
16222025-12-03T15:10:18.439Z Compiling postgres-types v0.2.9
16232025-12-03T15:10:18.712Z Compiling usdt-attr-macro v0.5.0
16242025-12-03T15:10:19.645Z Compiling usdt-macro v0.5.0
16252025-12-03T15:10:19.711Z Compiling phf v0.11.2
16262025-12-03T15:10:20.012Z Compiling ed25519 v2.2.3
16272025-12-03T15:10:20.294Z Compiling bzip2 v0.4.4
16282025-12-03T15:10:20.400Z Compiling bzip2 v0.5.2
16292025-12-03T15:10:20.680Z Compiling dtrace-parser v0.3.0
16302025-12-03T15:10:20.780Z Compiling pkcs1 v0.7.5
16312025-12-03T15:10:20.988Z Compiling serde_with_macros v3.14.0
16322025-12-03T15:10:21.027Z Compiling serde_urlencoded v0.7.1
16332025-12-03T15:10:21.557Z Compiling serde-big-array v0.5.1
16342025-12-03T15:10:21.668Z Compiling rfc6979 v0.4.0
16352025-12-03T15:10:21.805Z Compiling strum_macros v0.26.4
16362025-12-03T15:10:21.884Z Compiling serde_repr v0.1.19
16372025-12-03T15:10:22.035Z Compiling clap_derive v4.5.47
16382025-12-03T15:10:22.077Z Compiling enum-as-inner v0.6.1
16392025-12-03T15:10:22.548Z Compiling bstr v1.10.0
16402025-12-03T15:10:22.994Z Compiling float-cmp v0.10.0
16412025-12-03T15:10:23.126Z Compiling hashbrown v0.16.0
16422025-12-03T15:10:23.254Z Compiling env_filter v0.1.2
16432025-12-03T15:10:23.472Z Compiling thread-id v5.0.0
16442025-12-03T15:10:23.608Z Compiling encoding_rs v0.8.34
16452025-12-03T15:10:23.852Z Compiling keccak v0.1.5
16462025-12-03T15:10:24.040Z Compiling static_assertions v1.1.0
16472025-12-03T15:10:24.200Z Compiling normalize-line-endings v0.3.0
16482025-12-03T15:10:24.352Z Compiling fixedbitset v0.4.2
16492025-12-03T15:10:24.374Z Compiling rustc-hash v2.1.1
16502025-12-03T15:10:24.575Z Compiling difflib v0.4.0
16512025-12-03T15:10:24.816Z Compiling foldhash v0.2.0
16522025-12-03T15:10:25.021Z Compiling predicates-core v1.0.8
16532025-12-03T15:10:25.232Z Compiling data-encoding v2.9.0
16542025-12-03T15:10:25.361Z Compiling jiff v0.2.15
16552025-12-03T15:10:25.869Z Compiling precomputed-hash v0.1.1
16562025-12-03T15:10:26.025Z Compiling mime v0.3.17
16572025-12-03T15:10:26.162Z Compiling new_debug_unreachable v1.0.6
16582025-12-03T15:10:26.288Z Compiling whoami v1.5.2
16592025-12-03T15:10:26.365Z Compiling clap v4.5.48
16602025-12-03T15:10:26.508Z Compiling string_cache v0.8.9
16612025-12-03T15:10:26.531Z Compiling strum v0.26.3
16622025-12-03T15:10:26.734Z Compiling tokio-postgres v0.7.13
16632025-12-03T15:10:26.848Z Compiling toml_edit v0.22.27
16642025-12-03T15:10:26.892Z Compiling hickory-proto v0.25.2
16652025-12-03T15:10:26.932Z Compiling predicates v3.1.3
16662025-12-03T15:10:27.260Z Compiling iddqd v0.3.16
16672025-12-03T15:10:28.205Z Compiling petgraph v0.6.5
16682025-12-03T15:10:28.330Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16692025-12-03T15:10:29.833Z Compiling sha3 v0.10.8
16702025-12-03T15:10:30.886Z Compiling usdt v0.5.0
16712025-12-03T15:10:31.716Z Compiling env_logger v0.11.8
16722025-12-03T15:10:31.946Z Compiling similar v2.7.0
16732025-12-03T15:10:32.459Z Compiling zip v4.2.0
16742025-12-03T15:10:32.687Z Compiling serde_with v3.14.0
16752025-12-03T15:10:33.667Z Compiling ecdsa v0.16.9
16762025-12-03T15:10:33.965Z Compiling rsa v0.9.8
16772025-12-03T15:10:34.511Z Compiling zip v0.6.6
16782025-12-03T15:10:34.612Z Compiling ed25519-dalek v2.1.1
16792025-12-03T15:10:36.028Z Compiling toml v0.7.8
16802025-12-03T15:10:36.277Z Compiling crossterm v0.28.1
16812025-12-03T15:10:37.221Z Compiling heck v0.4.1
16822025-12-03T15:10:37.409Z Compiling crossbeam-epoch v0.9.18
16832025-12-03T15:10:37.412Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16842025-12-03T15:10:37.573Z Compiling tokio-stream v0.1.17
16852025-12-03T15:10:37.662Z Compiling x509-cert v0.2.5
16862025-12-03T15:10:37.819Z Compiling openapiv3 v2.2.0
16872025-12-03T15:10:38.132Z Compiling sha1 v0.10.6
16882025-12-03T15:10:38.179Z Compiling itertools v0.10.5
16892025-12-03T15:10:38.546Z Compiling itertools v0.13.0
16902025-12-03T15:10:38.567Z Compiling winnow v0.6.26
16912025-12-03T15:10:39.425Z Compiling peg-runtime v0.8.5
16922025-12-03T15:10:40.027Z Compiling lalrpop-util v0.19.12
16932025-12-03T15:10:40.405Z Compiling thread_local v1.1.8
16942025-12-03T15:10:40.640Z Compiling slog-async v2.8.0
16952025-12-03T15:10:40.881Z Compiling crossbeam-channel v0.5.15
16962025-12-03T15:10:41.218Z Compiling xattr v1.3.1
16972025-12-03T15:10:41.437Z Compiling futures-executor v0.3.31
16982025-12-03T15:10:41.499Z Compiling filetime v0.2.26
16992025-12-03T15:10:41.518Z Compiling is-terminal v0.4.13
17002025-12-03T15:10:41.670Z Compiling term v1.1.0
17012025-12-03T15:10:41.720Z Compiling take_mut v0.2.2
17022025-12-03T15:10:41.805Z Compiling tar v0.4.44
17032025-12-03T15:10:41.827Z Compiling futures v0.3.31
17042025-12-03T15:10:42.866Z Compiling slog-term v2.9.2
17052025-12-03T15:10:44.278Z Compiling aws-lc-sys v0.26.0
17062025-12-03T15:11:13.218Z Compiling rustls-webpki v0.102.8
17072025-12-03T15:11:17.593Z Compiling tokio-rustls v0.26.0
17082025-12-03T15:11:17.852Z Compiling hyper-rustls v0.27.7
17092025-12-03T15:11:18.165Z Compiling reqwest v0.12.24
17102025-12-03T15:11:21.695Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17112025-12-03T15:11:21.986Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17122025-12-03T15:11:26.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
17132025-12-03T15:11:26.923Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17142025-12-03T15:11:27.007ZDec 03 15:11:26.032 INFO Starting download, target: Clickhouse
17152025-12-03T15:11:27.007ZDec 03 15:11:26.032 INFO Starting download, target: Cockroach
17162025-12-03T15:11:27.007ZDec 03 15:11:26.032 INFO Starting download, target: DendriteStub
17172025-12-03T15:11:27.062ZDec 03 15:11:26.032 INFO Starting download, target: Console
17182025-12-03T15:11:27.062ZDec 03 15:11:26.032 INFO Starting download, target: MaghemiteMgd
17192025-12-03T15:11:27.062ZDec 03 15:11:26.032 INFO Starting download, target: TransceiverControl
17202025-12-03T15:11:27.062ZDec 03 15:11:26.033 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17212025-12-03T15:11:27.062ZDec 03 15:11:26.033 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17222025-12-03T15:11:27.062ZDec 03 15:11:26.033 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17232025-12-03T15:11:27.063ZDec 03 15:11:26.033 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17242025-12-03T15:11:27.063ZDec 03 15:11:26.033 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17252025-12-03T15:11:27.066ZDec 03 15:11:26.033 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17262025-12-03T15:11:27.571ZDec 03 15:11:26.628 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17272025-12-03T15:11:27.945ZDec 03 15:11:27.004 INFO Download complete, target: Console
17282025-12-03T15:11:28.260ZDec 03 15:11:27.304 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17292025-12-03T15:11:28.626ZDec 03 15:11:27.680 INFO Download complete, target: TransceiverControl
17302025-12-03T15:11:28.752ZDec 03 15:11:27.812 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17312025-12-03T15:11:29.940ZDec 03 15:11:28.998 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17322025-12-03T15:11:30.122ZDec 03 15:11:29.184 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17332025-12-03T15:11:30.643ZDec 03 15:11:29.706 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17342025-12-03T15:11:30.643ZDec 03 15:11:29.706 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17352025-12-03T15:11:34.536ZDec 03 15:11:33.597 INFO Download complete, target: DendriteStub
17362025-12-03T15:11:34.613ZDec 03 15:11:33.675 INFO Download complete, target: MaghemiteMgd
17372025-12-03T15:11:37.857ZDec 03 15:11:36.920 INFO Checking that binary works, target: Cockroach
17382025-12-03T15:11:37.986ZDec 03 15:11:37.048 INFO Download complete, target: Cockroach
17392025-12-03T15:11:39.840ZDec 03 15:11:38.902 INFO Checking that binary works, target: Clickhouse
17402025-12-03T15:11:40.000ZDec 03 15:11:39.062 INFO Download complete, target: Clickhouse
17412025-12-03T15:11:40.007ZAll prerequisites installed successfully
17422025-12-03T15:11:40.010Z
17432025-12-03T15:11:40.010Zreal 5:01.555181409
17442025-12-03T15:11:40.010Zuser 17:48.270367739
17452025-12-03T15:11:40.010Zsys 2:28.677381061
17462025-12-03T15:11:40.010Ztrap 0.625591727
17472025-12-03T15:11:40.010Ztflt 0.903133591
17482025-12-03T15:11:40.010Zdflt 1.155580721
17492025-12-03T15:11:40.010Zkflt 0.026637055
17502025-12-03T15:11:40.010Zlock 42:33.133695976
17512025-12-03T15:11:40.010Zslp 1:05:28.176775205
17522025-12-03T15:11:40.010Zlat 1:20.809875873
17532025-12-03T15:11:40.010Zstop 3:13.734716990
17542025-12-03T15:11:40.010Z+ ptime -m cargo xtask download softnpu
17552025-12-03T15:11:40.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
17562025-12-03T15:11:40.887Z Running `target/debug/xtask download softnpu`
17572025-12-03T15:11:42.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
17582025-12-03T15:11:42.081Z Running `target/debug/xtask-downloader softnpu`
17592025-12-03T15:11:42.129ZDec 03 15:11:41.191 INFO Starting download, target: Softnpu
17602025-12-03T15:11:42.132ZDec 03 15:11:41.192 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17612025-12-03T15:11:42.809ZDec 03 15:11:41.870 INFO Download complete, target: Softnpu
17622025-12-03T15:11:42.812Z
17632025-12-03T15:11:42.812Zreal 2.798844764
17642025-12-03T15:11:42.812Zuser 1.760425650
17652025-12-03T15:11:42.812Zsys 0.722486296
17662025-12-03T15:11:42.812Ztrap 0.001374830
17672025-12-03T15:11:42.812Ztflt 0.000081883
17682025-12-03T15:11:42.812Zdflt 0.000112789
17692025-12-03T15:11:42.812Zkflt 0.000000000
17702025-12-03T15:11:42.812Zlock 7.340318203
17712025-12-03T15:11:42.812Zslp 0.514437198
17722025-12-03T15:11:42.812Zlat 0.075301445
17732025-12-03T15:11:42.812Zstop 0.000173114
17742025-12-03T15:11:42.816Z+ export CARGO_INCREMENTAL=0
17752025-12-03T15:11:42.816Z+ CARGO_INCREMENTAL=0
17762025-12-03T15:11:42.816Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17772025-12-03T15:11:44.117Z Compiling proc-macro2 v1.0.101
17782025-12-03T15:11:44.117Z Compiling unicode-ident v1.0.19
17792025-12-03T15:11:44.120Z Compiling libc v0.2.174
17802025-12-03T15:11:44.120Z Compiling serde_core v1.0.226
17812025-12-03T15:11:44.120Z Compiling serde v1.0.226
17822025-12-03T15:11:44.120Z Compiling autocfg v1.4.0
17832025-12-03T15:11:44.120Z Compiling cfg-if v1.0.4
17842025-12-03T15:11:44.457Z Compiling version_check v0.9.5
17852025-12-03T15:11:44.478Z Compiling memchr v2.7.4
17862025-12-03T15:11:44.478Z Compiling shlex v1.3.0
17872025-12-03T15:11:44.795Z Compiling value-bag v1.9.0
17882025-12-03T15:11:45.153Z Compiling lock_api v0.4.12
17892025-12-03T15:11:45.332Z Compiling typenum v1.17.0
17902025-12-03T15:11:45.514Z Compiling portable-atomic v1.11.0
17912025-12-03T15:11:45.769Z Compiling log v0.4.27
17922025-12-03T15:11:46.154Z Compiling quote v1.0.40
17932025-12-03T15:11:46.293Z Compiling jobserver v0.1.32
17942025-12-03T15:11:46.395Z Compiling generic-array v0.14.7
17952025-12-03T15:11:46.506Z Compiling serde_json v1.0.145
17962025-12-03T15:11:46.571Z Compiling syn v2.0.106
17972025-12-03T15:11:46.732Z Compiling cc v1.2.30
17982025-12-03T15:11:46.752Z Compiling getrandom v0.3.4
17992025-12-03T15:11:46.867Z Compiling libm v0.2.8
18002025-12-03T15:11:46.946Z Compiling num-traits v0.2.19
18012025-12-03T15:11:47.292Z Compiling scopeguard v1.2.0
18022025-12-03T15:11:47.312Z Compiling parking_lot_core v0.9.10
18032025-12-03T15:11:47.406Z Compiling smallvec v1.15.1
18042025-12-03T15:11:47.725Z Compiling regex-syntax v0.8.5
18052025-12-03T15:11:47.913Z Compiling getrandom v0.2.15
18062025-12-03T15:11:48.315Z Compiling pkg-config v0.3.31
18072025-12-03T15:11:49.085Z Compiling aho-corasick v1.1.3
18082025-12-03T15:11:49.310Z Compiling rustix v0.38.37
18092025-12-03T15:11:49.499Z Compiling itoa v1.0.11
18102025-12-03T15:11:49.772Z Compiling thiserror v2.0.17
18112025-12-03T15:11:50.021Z Compiling errno v0.3.12
18122025-12-03T15:11:50.286Z Compiling either v1.15.0
18132025-12-03T15:11:50.376Z Compiling stable_deref_trait v1.2.0
18142025-12-03T15:11:50.404Z Compiling spin v0.9.8
18152025-12-03T15:11:50.407Z Compiling fnv v1.0.7
18162025-12-03T15:11:50.512Z Compiling slab v0.4.9
18172025-12-03T15:11:50.535Z Compiling allocator-api2 v0.2.21
18182025-12-03T15:11:50.585Z Compiling equivalent v1.0.2
18192025-12-03T15:11:50.716Z Compiling semver v1.0.27
18202025-12-03T15:11:50.781Z Compiling lazy_static v1.5.0
18212025-12-03T15:11:50.880Z Compiling foldhash v0.1.5
18222025-12-03T15:11:50.932Z Compiling ryu v1.0.18
18232025-12-03T15:11:51.187Z Compiling hashbrown v0.15.4
18242025-12-03T15:11:51.233Z Compiling regex-automata v0.4.11
18252025-12-03T15:11:51.256Z Compiling rand_core v0.6.4
18262025-12-03T15:11:51.835Z Compiling critical-section v1.1.3
18272025-12-03T15:11:52.363Z Compiling once_cell v1.21.3
18282025-12-03T15:11:52.603Z Compiling byteorder v1.5.0
18292025-12-03T15:11:52.627Z Compiling glob v0.3.2
18302025-12-03T15:11:52.631Z Compiling subtle v2.6.1
18312025-12-03T15:11:53.275Z Compiling clang-sys v1.8.1
18322025-12-03T15:11:53.454Z Compiling synstructure v0.13.1
18332025-12-03T15:11:53.580Z Compiling schemars v0.8.22
18342025-12-03T15:11:53.932Z Compiling prettyplease v0.2.36
18352025-12-03T15:11:53.960Z Compiling pin-project-lite v0.2.14
18362025-12-03T15:11:54.514Z Compiling serde_derive_internals v0.29.1
18372025-12-03T15:11:55.634Z Compiling minimal-lexical v0.2.1
18382025-12-03T15:11:55.763Z Compiling litemap v0.7.3
18392025-12-03T15:11:55.807Z Compiling writeable v0.5.5
18402025-12-03T15:11:56.236Z Compiling nom v7.1.3
18412025-12-03T15:11:56.441Z Compiling regex v1.11.3
18422025-12-03T15:11:56.675Z Compiling libloading v0.8.5
18432025-12-03T15:11:56.907Z Compiling percent-encoding v2.3.2
18442025-12-03T15:11:57.056Z Compiling home v0.5.9
18452025-12-03T15:11:57.305Z Compiling serde_derive v1.0.226
18462025-12-03T15:11:57.327Z Compiling zeroize_derive v1.4.2
18472025-12-03T15:11:57.419Z Compiling zerofrom-derive v0.1.4
18482025-12-03T15:11:57.508Z Compiling yoke-derive v0.7.4
18492025-12-03T15:11:57.610Z Compiling zerovec-derive v0.10.3
18502025-12-03T15:11:58.636Z Compiling displaydoc v0.2.5
18512025-12-03T15:11:59.182Z Compiling icu_provider_macros v1.5.0
18522025-12-03T15:11:59.453Z Compiling zerocopy-derive v0.7.35
18532025-12-03T15:11:59.736Z Compiling tokio-macros v2.6.0
18542025-12-03T15:11:59.794Z Compiling zeroize v1.8.1
18552025-12-03T15:11:59.983Z Compiling thiserror-impl v2.0.17
18562025-12-03T15:12:00.156Z Compiling futures-macro v0.3.31
18572025-12-03T15:12:00.222Z Compiling zerofrom v0.1.4
18582025-12-03T15:12:00.500Z Compiling yoke v0.7.4
18592025-12-03T15:12:00.521Z Compiling schemars_derive v0.8.22
18602025-12-03T15:12:00.935Z Compiling zerovec v0.10.4
18612025-12-03T15:12:01.267Z Compiling bindgen v0.69.5
18622025-12-03T15:12:01.774Z Compiling cexpr v0.6.0
18632025-12-03T15:12:02.927Z Compiling tinystr v0.7.6
18642025-12-03T15:12:02.996Z Compiling itertools v0.12.1
18652025-12-03T15:12:03.102Z Compiling lazycell v1.3.0
18662025-12-03T15:12:03.156Z Compiling heck v0.5.0
18672025-12-03T15:12:03.288Z Compiling icu_locid v1.5.0
18682025-12-03T15:12:03.343Z Compiling rustc-hash v1.1.0
18692025-12-03T15:12:03.517Z Compiling paste v1.0.15
18702025-12-03T15:12:03.571Z Compiling icu_locid_transform_data v1.5.0
18712025-12-03T15:12:04.112Z Compiling icu_collections v1.5.0
18722025-12-03T15:12:04.501Z Compiling cmake v0.1.51
18732025-12-03T15:12:05.139Z Compiling bitflags v2.9.4
18742025-12-03T15:12:05.254Z Compiling bytes v1.10.1
18752025-12-03T15:12:06.274Z Compiling icu_provider v1.5.0
18762025-12-03T15:12:06.711Z Compiling signal-hook-registry v1.4.2
18772025-12-03T15:12:06.741Z Compiling dunce v1.0.5
18782025-12-03T15:12:06.852Z Compiling fs_extra v1.3.0
18792025-12-03T15:12:06.896Z Compiling icu_properties_data v1.5.0
18802025-12-03T15:12:07.175Z Compiling icu_locid_transform v1.5.0
18812025-12-03T15:12:07.393Z Compiling parking_lot v0.12.3
18822025-12-03T15:12:08.093Z Compiling crypto-common v0.1.6
18832025-12-03T15:12:08.329Z Compiling mio v1.0.2
18842025-12-03T15:12:08.373Z Compiling write16 v1.0.0
18852025-12-03T15:12:08.408Z Compiling icu_normalizer_data v1.5.0
18862025-12-03T15:12:08.545Z Compiling icu_properties v1.5.1
18872025-12-03T15:12:08.567Z Compiling utf16_iter v1.0.5
18882025-12-03T15:12:09.396Z Compiling which v4.4.2
18892025-12-03T15:12:09.705Z Compiling utf8_iter v1.0.4
18902025-12-03T15:12:09.944Z Compiling const-oid v0.9.6
18912025-12-03T15:12:10.594Z Compiling socket2 v0.6.1
18922025-12-03T15:12:11.123Z Compiling thiserror v1.0.69
18932025-12-03T15:12:12.294Z Compiling icu_normalizer v1.5.0
18942025-12-03T15:12:12.516Z Compiling tokio v1.48.0
18952025-12-03T15:12:12.726Z Compiling form_urlencoded v1.2.2
18962025-12-03T15:12:12.925Z Compiling indexmap v2.11.4
18972025-12-03T15:12:13.147Z Compiling ring v0.17.14
18982025-12-03T15:12:13.253Z Compiling idna_adapter v1.2.0
18992025-12-03T15:12:13.496Z Compiling idna v1.0.3
19002025-12-03T15:12:14.400Z Compiling zerocopy v0.7.35
19012025-12-03T15:12:14.591Z Compiling block-buffer v0.10.4
19022025-12-03T15:12:14.852Z Compiling thiserror-impl v1.0.69
19032025-12-03T15:12:15.208Z Compiling der_derive v0.7.3
19042025-12-03T15:12:15.784Z Compiling tracing-attributes v0.1.27
19052025-12-03T15:12:15.822Z Compiling aws-lc-rs v1.12.4
19062025-12-03T15:12:17.333Z Compiling vcpkg v0.2.15
19072025-12-03T15:12:17.428Z Compiling digest v0.10.7
19082025-12-03T15:12:17.881Z Compiling url v2.5.4
19092025-12-03T15:12:18.685Z Compiling futures-core v0.3.31
19102025-12-03T15:12:18.708Z Compiling openssl-sys v0.9.109
19112025-12-03T15:12:18.959Z Compiling strsim v0.11.1
19122025-12-03T15:12:19.313Z Compiling ident_case v1.0.1
19132025-12-03T15:12:19.532Z Compiling httparse v1.9.5
19142025-12-03T15:12:20.402Z Compiling rustix v1.0.7
19152025-12-03T15:12:20.530Z Compiling zerocopy v0.8.27
19162025-12-03T15:12:20.555Z Compiling iana-time-zone v0.1.63
19172025-12-03T15:12:20.874Z Compiling aws-lc-sys v0.26.0
19182025-12-03T15:12:21.209Z Compiling chrono v0.4.42
19192025-12-03T15:12:21.258Z Compiling uuid v1.18.1
19202025-12-03T15:12:21.660Z Compiling syn v1.0.109
19212025-12-03T15:12:22.294Z Compiling ucd-trie v0.1.7
19222025-12-03T15:12:22.580Z Compiling pest v2.8.2
19232025-12-03T15:12:22.743Z Compiling serde_tokenstream v0.2.2
19242025-12-03T15:12:23.411Z Compiling zerocopy-derive v0.8.27
19252025-12-03T15:12:24.127Z Compiling num-conv v0.1.0
19262025-12-03T15:12:24.412Z Compiling time-core v0.1.6
19272025-12-03T15:12:24.752Z Compiling futures-sink v0.3.31
19282025-12-03T15:12:24.755Z Compiling time-macros v0.2.24
19292025-12-03T15:12:24.964Z Compiling futures-channel v0.3.31
19302025-12-03T15:12:25.181Z Compiling pest_meta v2.8.2
19312025-12-03T15:12:25.781Z Compiling rustc_version v0.4.1
19322025-12-03T15:12:26.620Z Compiling cpufeatures v0.2.14
19332025-12-03T15:12:26.747Z Compiling pin-utils v0.1.0
19342025-12-03T15:12:26.873Z Compiling openssl v0.10.73
19352025-12-03T15:12:27.174Z Compiling futures-task v0.3.31
19362025-12-03T15:12:27.315Z Compiling futures-io v0.3.31
19372025-12-03T15:12:27.667Z Compiling futures-util v0.3.31
19382025-12-03T15:12:27.695Z Compiling pest_generator v2.8.2
19392025-12-03T15:12:27.753Z Compiling hmac v0.12.1
19402025-12-03T15:12:28.010Z Compiling block-padding v0.3.3
19412025-12-03T15:12:28.266Z Compiling openssl-macros v0.1.1
19422025-12-03T15:12:28.553Z Compiling scroll_derive v0.12.0
19432025-12-03T15:12:29.126Z Compiling dyn-clone v1.0.20
19442025-12-03T15:12:29.282Z Compiling pest_derive v2.8.2
19452025-12-03T15:12:29.413Z Compiling native-tls v0.2.12
19462025-12-03T15:12:29.624Z Compiling crossbeam-utils v0.8.21
19472025-12-03T15:12:29.817Z Compiling rustls v0.23.19
19482025-12-03T15:12:30.155Z Compiling inout v0.1.3
19492025-12-03T15:12:30.178Z Compiling ppv-lite86 v0.2.20
19502025-12-03T15:12:31.490Z Compiling anyhow v1.0.99
19512025-12-03T15:12:31.555Z Compiling rustversion v1.0.22
19522025-12-03T15:12:32.483Z Compiling cipher v0.4.4
19532025-12-03T15:12:32.559Z Compiling sha2 v0.10.9
19542025-12-03T15:12:32.967Z Compiling http v1.3.1
19552025-12-03T15:12:33.317Z Compiling cookie v0.18.1
19562025-12-03T15:12:33.761Z Compiling plain v0.2.3
19572025-12-03T15:12:34.065Z Compiling base64ct v1.6.0
19582025-12-03T15:12:34.633Z Compiling pem-rfc7468 v0.7.0
19592025-12-03T15:12:36.127Z Compiling bzip2-sys v0.1.13+1.0.8
19602025-12-03T15:12:36.514Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19612025-12-03T15:12:36.651Z Compiling flagset v0.4.6
19622025-12-03T15:12:36.891Z Compiling slog v2.7.0
19632025-12-03T15:12:37.228Z Compiling der v0.7.10
19642025-12-03T15:12:39.320Z Compiling serde_spanned v0.6.9
19652025-12-03T15:12:39.411Z Compiling toml_datetime v0.6.11
19662025-12-03T15:12:39.471Z Compiling rand_core v0.9.3
19672025-12-03T15:12:39.552Z Compiling tracing-core v0.1.32
19682025-12-03T15:12:39.577Z Compiling usdt-impl v0.5.0
19692025-12-03T15:12:39.581Z Compiling pretty-hex v0.4.1
19702025-12-03T15:12:39.820Z Compiling rustls-pki-types v1.10.0
19712025-12-03T15:12:39.864Z Compiling spki v0.7.3
19722025-12-03T15:12:39.903Z Compiling salsa20 v0.10.2
19732025-12-03T15:12:39.947Z Compiling scroll v0.12.0
19742025-12-03T15:12:40.019Z Compiling pbkdf2 v0.12.2
19752025-12-03T15:12:40.170Z Compiling darling_core v0.20.10
19762025-12-03T15:12:40.247Z Compiling camino v1.2.0
19772025-12-03T15:12:40.501Z Compiling tracing v0.1.40
19782025-12-03T15:12:40.525Z Compiling litrs v0.4.1
19792025-12-03T15:12:41.250Z Compiling winnow v0.5.40
19802025-12-03T15:12:41.438Z Compiling document-features v0.2.11
19812025-12-03T15:12:41.603Z Compiling goblin v0.8.2
19822025-12-03T15:12:41.808Z Compiling scrypt v0.11.0
19832025-12-03T15:12:42.282Z Compiling rand_chacha v0.9.0
19842025-12-03T15:12:42.488Z Compiling tokio-util v0.7.15
19852025-12-03T15:12:43.081Z Compiling aes v0.8.4
19862025-12-03T15:12:44.136Z Compiling cbc v0.1.2
19872025-12-03T15:12:44.571Z Compiling toml_edit v0.19.15
19882025-12-03T15:12:45.035Z Compiling darling_macro v0.20.10
19892025-12-03T15:12:47.384Z Compiling adler2 v2.0.0
19902025-12-03T15:12:47.519Z Compiling ref-cast v1.0.24
19912025-12-03T15:12:47.674Z Compiling untrusted v0.7.1
19922025-12-03T15:12:47.905Z Compiling powerfmt v0.2.0
19932025-12-03T15:12:48.001Z Compiling untrusted v0.9.0
19942025-12-03T15:12:48.358Z Compiling deranged v0.5.3
19952025-12-03T15:12:49.261Z Compiling miniz_oxide v0.8.5
19962025-12-03T15:12:50.027Z Compiling dof v0.3.0
19972025-12-03T15:12:51.308Z Compiling darling v0.20.10
19982025-12-03T15:12:51.441Z Compiling pkcs5 v0.7.1
19992025-12-03T15:12:51.462Z Compiling rand v0.9.2
20002025-12-03T15:12:52.574Z Compiling dtrace-parser v0.2.0
20012025-12-03T15:12:52.878Z Compiling http-body v1.0.1
20022025-12-03T15:12:52.966Z Compiling heapless v0.7.17
20032025-12-03T15:12:53.405Z Compiling scroll_derive v0.13.1
20042025-12-03T15:12:54.434Z Compiling socket2 v0.5.10
20052025-12-03T15:12:54.594Z Compiling thread-id v4.2.2
20062025-12-03T15:12:54.734Z Compiling num_threads v0.1.7
20072025-12-03T15:12:54.869Z Compiling base64 v0.22.1
20082025-12-03T15:12:54.892Z Compiling zstd-safe v7.2.3
20092025-12-03T15:12:55.016Z Compiling atomic-waker v1.1.2
20102025-12-03T15:12:55.859Z Compiling cfg_aliases v0.2.1
20112025-12-03T15:12:55.977Z Compiling signal-hook v0.3.18
20122025-12-03T15:12:56.225Z Compiling time v0.3.43
20132025-12-03T15:12:57.373Z Compiling pkcs8 v0.10.2
20142025-12-03T15:12:57.989Z Compiling ref-cast-impl v1.0.24
20152025-12-03T15:12:58.065Z Compiling memoffset v0.9.1
20162025-12-03T15:12:58.415Z Compiling tinyvec_macros v0.1.1
20172025-12-03T15:12:58.514Z Compiling tower-service v0.3.3
20182025-12-03T15:12:59.023Z Compiling try-lock v0.2.5
20192025-12-03T15:12:59.450Z Compiling want v0.3.1
20202025-12-03T15:12:59.490Z Compiling tinyvec v1.8.0
20212025-12-03T15:13:02.352Z Compiling h2 v0.4.6
20222025-12-03T15:13:03.642Z Compiling curve25519-dalek v4.1.3
20232025-12-03T15:13:04.394Z Compiling ipnet v2.11.0
20242025-12-03T15:13:04.623Z Compiling async-trait v0.1.89
20252025-12-03T15:13:04.753Z Compiling daft-derive v0.1.4
20262025-12-03T15:13:06.177Z Compiling foreign-types-shared v0.1.1
20272025-12-03T15:13:06.180Z Compiling gimli v0.31.1
20282025-12-03T15:13:06.322Z Compiling smoltcp v0.9.1
20292025-12-03T15:13:07.078Z Compiling openssl-probe v0.1.5
20302025-12-03T15:13:07.154Z Compiling httpdate v1.0.3
20312025-12-03T15:13:07.459Z Compiling fastrand v2.1.1
20322025-12-03T15:13:07.924Z Compiling num-bigint-dig v0.8.4
20332025-12-03T15:13:07.947Z Compiling tempfile v3.20.0
20342025-12-03T15:13:08.264Z Compiling foreign-types v0.3.2
20352025-12-03T15:13:11.828Z Compiling addr2line v0.24.2
20362025-12-03T15:13:12.562Z Compiling hyper v1.7.0
20372025-12-03T15:13:17.038Z Compiling usdt-macro v0.5.0
20382025-12-03T15:13:17.069Z Compiling usdt-attr-macro v0.5.0
20392025-12-03T15:13:19.615Z Compiling strum_macros v0.26.4
20402025-12-03T15:13:20.576Z Compiling ipnetwork v0.21.1
20412025-12-03T15:13:21.594Z Compiling object v0.36.5
20422025-12-03T15:13:22.095Z Compiling wait-timeout v0.2.0
20432025-12-03T15:13:23.277Z Compiling utf8parse v0.2.2
20442025-12-03T15:13:23.444Z Compiling quick-error v1.2.3
20452025-12-03T15:13:23.622Z Compiling bit-vec v0.8.0
20462025-12-03T15:13:24.090Z Compiling anstyle v1.0.11
20472025-12-03T15:13:24.494Z Compiling rustc-demangle v0.1.24
20482025-12-03T15:13:28.450Z Compiling bit-set v0.8.0
20492025-12-03T15:13:28.594Z Compiling backtrace v0.3.74
20502025-12-03T15:13:28.852Z Compiling rusty-fork v0.3.0
20512025-12-03T15:13:29.414Z Compiling anstyle-parse v0.2.5
20522025-12-03T15:13:31.360Z Compiling hyper-util v0.1.17
20532025-12-03T15:13:31.474Z Compiling unicode-normalization v0.1.24
20542025-12-03T15:13:32.515Z Compiling nix v0.29.0
20552025-12-03T15:13:36.069Z Compiling derive_builder_core v0.20.2
20562025-12-03T15:13:36.840Z Compiling rand_xorshift v0.4.0
20572025-12-03T15:13:37.177Z Compiling hubpack_derive v0.1.1
20582025-12-03T15:13:37.921Z Compiling signature v2.2.0
20592025-12-03T15:13:38.035Z Compiling openapiv3 v2.2.0
20602025-12-03T15:13:38.059Z Compiling strum_macros v0.27.2
20612025-12-03T15:13:38.166Z Compiling curve25519-dalek-derive v0.1.1
20622025-12-03T15:13:41.869Z Compiling fs-err v3.1.1
20632025-12-03T15:13:42.212Z Compiling ahash v0.8.12
20642025-12-03T15:13:42.580Z Compiling crc32fast v1.4.2
20652025-12-03T15:13:42.603Z Compiling zlib-rs v0.5.1
20662025-12-03T15:13:42.899Z Compiling buf-list v1.0.3
20672025-12-03T15:13:43.633Z Compiling anstyle-query v1.1.1
20682025-12-03T15:13:43.821Z Compiling unicode-segmentation v1.12.0
20692025-12-03T15:13:44.625Z Compiling siphasher v0.3.11
20702025-12-03T15:13:45.058Z Compiling unicode-bidi v0.3.17
20712025-12-03T15:13:46.068Z Compiling unarray v0.1.4
20722025-12-03T15:13:46.125Z Compiling is_terminal_polyfill v1.70.1
20732025-12-03T15:13:46.250Z Compiling unicode-properties v0.1.3
20742025-12-03T15:13:46.391Z Compiling usdt-impl v0.6.0
20752025-12-03T15:13:46.658Z Compiling colorchoice v1.0.2
20762025-12-03T15:13:46.786Z Compiling libz-rs-sys v0.5.1
20772025-12-03T15:13:46.849Z Compiling anstream v0.6.18
20782025-12-03T15:13:47.067Z Compiling stringprep v0.1.5
20792025-12-03T15:13:47.344Z Compiling proptest v1.7.0
20802025-12-03T15:13:47.899Z Compiling phf_shared v0.11.2
20812025-12-03T15:13:51.591Z Compiling derive_builder_macro v0.20.2
20822025-12-03T15:13:53.616Z Compiling scroll v0.13.0
20832025-12-03T15:13:54.255Z Compiling http-body-util v0.1.3
20842025-12-03T15:13:54.794Z Compiling vergen-lib v0.1.6
20852025-12-03T15:13:55.466Z Compiling rand_chacha v0.3.1
20862025-12-03T15:13:55.932Z Compiling sync_wrapper v1.0.1
20872025-12-03T15:13:56.119Z Compiling md-5 v0.10.6
20882025-12-03T15:13:56.146Z Compiling num-integer v0.1.46
20892025-12-03T15:13:56.304Z Compiling hash32 v0.2.1
20902025-12-03T15:13:56.390Z Compiling ff v0.13.0
20912025-12-03T15:13:56.639Z Compiling rustls-webpki v0.102.8
20922025-12-03T15:13:56.662Z Compiling encoding_rs v0.8.34
20932025-12-03T15:13:56.911Z Compiling psl-types v2.0.11
20942025-12-03T15:13:57.136Z Compiling tower-layer v0.3.3
20952025-12-03T15:13:57.309Z Compiling mime v0.3.17
20962025-12-03T15:13:57.348Z Compiling base16ct v0.2.0
20972025-12-03T15:13:57.659Z Compiling fallible-iterator v0.2.0
20982025-12-03T15:13:57.862Z Compiling tower v0.5.2
20992025-12-03T15:13:58.175Z Compiling sec1 v0.7.3
21002025-12-03T15:13:58.309Z Compiling postgres-protocol v0.6.8
21012025-12-03T15:13:58.699Z Compiling publicsuffix v2.3.0
21022025-12-03T15:13:59.053Z Compiling num-iter v0.1.45
21032025-12-03T15:13:59.154Z Compiling group v0.13.0
21042025-12-03T15:13:59.385Z Compiling rand v0.8.5
21052025-12-03T15:13:59.475Z Compiling oxnet v0.1.3
21062025-12-03T15:14:00.810Z Compiling goblin v0.10.2
21072025-12-03T15:14:02.233Z Compiling tokio-native-tls v0.3.1
21082025-12-03T15:14:02.879Z Compiling derive_builder v0.20.2
21092025-12-03T15:14:03.069Z Compiling newtype-uuid v1.3.2
21102025-12-03T15:14:03.200Z Compiling flate2 v1.1.2
21112025-12-03T15:14:03.512Z Compiling heck v0.4.1
21122025-12-03T15:14:03.669Z Compiling rustls-native-certs v0.8.1
21132025-12-03T15:14:03.894Z Compiling tokio-rustls v0.26.0
21142025-12-03T15:14:04.293Z Compiling webpki-roots v1.0.1
21152025-12-03T15:14:04.518Z Compiling serde_with_macros v3.14.0
21162025-12-03T15:14:05.310Z Compiling vergen v9.0.6
21172025-12-03T15:14:05.660Z Compiling hkdf v0.12.4
21182025-12-03T15:14:05.914Z Compiling serde_urlencoded v0.7.1
21192025-12-03T15:14:06.121Z Compiling terminal_size v0.4.0
21202025-12-03T15:14:06.650Z Compiling cargo-platform v0.1.8
21212025-12-03T15:14:06.769Z Compiling enum-as-inner v0.6.1
21222025-12-03T15:14:07.124Z Compiling clap_derive v4.5.47
21232025-12-03T15:14:07.256Z Compiling crypto-bigint v0.5.5
21242025-12-03T15:14:07.299Z Compiling serde_repr v0.1.19
21252025-12-03T15:14:07.770Z Compiling regress v0.10.4
21262025-12-03T15:14:08.384Z Compiling lockfree-object-pool v0.1.6
21272025-12-03T15:14:09.132Z Compiling clap_lex v0.7.4
21282025-12-03T15:14:09.263Z Compiling managed v0.8.0
21292025-12-03T15:14:09.785Z Compiling simd-adler32 v0.3.7
21302025-12-03T15:14:09.978Z Compiling iri-string v0.7.8
21312025-12-03T15:14:10.478Z Compiling bitflags v1.3.2
21322025-12-03T15:14:10.603Z Compiling bumpalo v3.16.0
21332025-12-03T15:14:10.867Z Compiling winnow v0.7.13
21342025-12-03T15:14:10.998Z Compiling zopfli v0.8.1
21352025-12-03T15:14:12.322Z Compiling typify-impl v0.4.3
21362025-12-03T15:14:12.716Z Compiling tower-http v0.6.6
21372025-12-03T15:14:13.623Z Compiling elliptic-curve v0.13.8
21382025-12-03T15:14:14.833Z Compiling clap_builder v4.5.48
21392025-12-03T15:14:15.023Z Compiling dof v0.4.0
21402025-12-03T15:14:15.148Z Compiling cargo_metadata v0.19.2
21412025-12-03T15:14:17.240Z Compiling hyper-tls v0.6.0
21422025-12-03T15:14:17.642Z Compiling hyper-rustls v0.27.7
21432025-12-03T15:14:18.229Z Compiling daft v0.1.4
21442025-12-03T15:14:19.956Z Compiling zstd v0.13.3
21452025-12-03T15:14:20.067Z Compiling signal-hook-mio v0.2.4
21462025-12-03T15:14:20.267Z Compiling cookie_store v0.21.1
21472025-12-03T15:14:20.809Z Compiling postgres-types v0.2.9
21482025-12-03T15:14:20.886Z Compiling phf v0.11.2
21492025-12-03T15:14:21.556Z Compiling strum v0.27.2
21502025-12-03T15:14:21.757Z Compiling ed25519 v2.2.3
21512025-12-03T15:14:21.780Z Compiling hubpack v0.1.2
21522025-12-03T15:14:21.837Z Compiling bzip2 v0.5.2
21532025-12-03T15:14:21.920Z Compiling bzip2 v0.4.4
21542025-12-03T15:14:22.203Z Compiling crossbeam-epoch v0.9.18
21552025-12-03T15:14:22.206Z Compiling pkcs1 v0.7.5
21562025-12-03T15:14:23.049Z Compiling dtrace-parser v0.3.0
21572025-12-03T15:14:23.353Z Compiling rfc6979 v0.4.0
21582025-12-03T15:14:24.439Z Compiling darling_core v0.21.0
21592025-12-03T15:14:24.499Z Compiling float-cmp v0.10.0
21602025-12-03T15:14:24.840Z Compiling serde-big-array v0.5.1
21612025-12-03T15:14:25.089Z Compiling bstr v1.10.0
21622025-12-03T15:14:25.811Z Compiling hashbrown v0.16.0
21632025-12-03T15:14:26.492Z Compiling env_filter v0.1.2
21642025-12-03T15:14:26.545Z Compiling memmap v0.7.0
21652025-12-03T15:14:26.862Z Compiling thread-id v5.0.0
21662025-12-03T15:14:27.008Z Compiling rustc-hash v2.1.1
21672025-12-03T15:14:27.032Z Compiling data-encoding v2.9.0
21682025-12-03T15:14:27.221Z Compiling normalize-line-endings v0.3.0
21692025-12-03T15:14:27.245Z Compiling new_debug_unreachable v1.0.6
21702025-12-03T15:14:27.388Z Compiling predicates-core v1.0.8
21712025-12-03T15:14:27.698Z Compiling jiff v0.2.15
21722025-12-03T15:14:27.841Z Compiling foldhash v0.2.0
21732025-12-03T15:14:28.233Z Compiling difflib v0.4.0
21742025-12-03T15:14:28.334Z Compiling toml_write v0.1.2
21752025-12-03T15:14:28.719Z Compiling precomputed-hash v0.1.1
21762025-12-03T15:14:28.867Z Compiling fixedbitset v0.4.2
21772025-12-03T15:14:29.277Z Compiling static_assertions v1.1.0
21782025-12-03T15:14:29.404Z Compiling keccak v0.1.5
21792025-12-03T15:14:29.444Z Compiling whoami v1.5.2
21802025-12-03T15:14:29.748Z Compiling darling_macro v0.21.0
21812025-12-03T15:14:29.827Z Compiling tokio-postgres v0.7.13
21822025-12-03T15:14:29.943Z Compiling sha3 v0.10.8
21832025-12-03T15:14:30.523Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21842025-12-03T15:14:30.657Z Compiling reqwest v0.12.24
21852025-12-03T15:14:31.187Z Compiling toml_edit v0.22.27
21862025-12-03T15:14:37.145Z Compiling zip v4.2.0
21872025-12-03T15:14:37.182Z Compiling petgraph v0.6.5
21882025-12-03T15:14:37.206Z Compiling string_cache v0.8.9
21892025-12-03T15:14:37.621Z Compiling predicates v3.1.3
21902025-12-03T15:14:38.821Z Compiling iddqd v0.3.16
21912025-12-03T15:14:38.904Z Compiling hickory-proto v0.25.2
21922025-12-03T15:14:39.695Z Compiling env_logger v0.11.8
21932025-12-03T15:14:40.314Z Compiling usdt v0.5.0
21942025-12-03T15:14:40.376Z Compiling similar v2.7.0
21952025-12-03T15:14:40.688Z Compiling ecdsa v0.16.9
21962025-12-03T15:14:41.266Z Compiling rsa v0.9.8
21972025-12-03T15:14:42.181Z Compiling zip v0.6.6
21982025-12-03T15:14:42.478Z Compiling ed25519-dalek v2.1.1
21992025-12-03T15:14:43.778Z Compiling typify-macro v0.4.3
22002025-12-03T15:14:44.223Z Compiling crossterm v0.28.1
22012025-12-03T15:14:45.364Z Compiling clap v4.5.48
22022025-12-03T15:14:46.170Z Compiling serde_with v3.14.0
22032025-12-03T15:14:47.917Z Compiling strum v0.26.3
22042025-12-03T15:14:48.138Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22052025-12-03T15:14:48.569Z Compiling tokio-stream v0.1.17
22062025-12-03T15:14:49.043Z Compiling toml v0.7.8
22072025-12-03T15:14:49.366Z Compiling x509-cert v0.2.5
22082025-12-03T15:14:49.771Z Compiling sha1 v0.10.6
22092025-12-03T15:14:50.181Z Compiling itertools v0.13.0
22102025-12-03T15:14:50.385Z Compiling itertools v0.10.5
22112025-12-03T15:14:52.946Z Compiling winnow v0.6.26
22122025-12-03T15:14:53.035Z Compiling lalrpop-util v0.19.12
22132025-12-03T15:14:53.382Z Compiling rayon-core v1.12.1
22142025-12-03T15:14:53.511Z Compiling peg-runtime v0.8.5
22152025-12-03T15:14:56.200Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22162025-12-03T15:14:56.394Z Compiling darling v0.21.0
22172025-12-03T15:14:56.536Z Compiling proc-macro-crate v1.3.1
22182025-12-03T15:14:57.511Z Compiling macaddr v1.0.1
22192025-12-03T15:14:57.815Z Compiling structmeta-derive v0.3.0
22202025-12-03T15:14:58.522Z Compiling itertools v0.14.0
22212025-12-03T15:15:01.558Z Compiling heapless v0.8.0
22222025-12-03T15:15:02.469Z Compiling ingot-macros v0.1.1
22232025-12-03T15:15:04.678Z Compiling structmeta v0.3.0
22242025-12-03T15:15:05.068Z Compiling num_enum_derive v0.5.11
22252025-12-03T15:15:07.282Z Compiling crossbeam-deque v0.8.5
22262025-12-03T15:15:08.355Z Compiling hash32 v0.3.1
22272025-12-03T15:15:09.069Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22282025-12-03T15:15:09.093Z Compiling smoltcp v0.11.0
22292025-12-03T15:15:10.324Z Compiling ingot-types v0.1.2
22302025-12-03T15:15:18.805Z Compiling num_enum v0.5.11
22312025-12-03T15:15:19.029Z Compiling typify v0.4.3
22322025-12-03T15:15:22.367Z Compiling proc-macro-error-attr v1.0.4
22332025-12-03T15:15:22.392Z Compiling rustls v0.22.4
22342025-12-03T15:15:22.736Z Compiling cobs v0.2.3
22352025-12-03T15:15:23.762Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22362025-12-03T15:15:24.720Z Compiling unsafe-libyaml v0.2.11
22372025-12-03T15:15:25.351Z Compiling postcard v1.0.10
22382025-12-03T15:15:26.070Z Compiling serde_yaml v0.9.34+deprecated
22392025-12-03T15:15:33.098Z Compiling progenitor-impl v0.11.2
22402025-12-03T15:15:35.736Z Compiling ingot v0.1.1
22412025-12-03T15:15:42.811Z Compiling futures-executor v0.3.31
22422025-12-03T15:15:43.715Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
22432025-12-03T15:15:44.255Z Compiling hex v0.4.3
22442025-12-03T15:15:44.311Z Compiling foreign-types-macros v0.2.3
22452025-12-03T15:15:44.600Z Compiling thread_local v1.1.8
22462025-12-03T15:15:45.086Z Compiling proc-macro-error v1.0.4
22472025-12-03T15:15:45.110Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
22482025-12-03T15:15:45.238Z Compiling multer v3.1.0
22492025-12-03T15:15:45.460Z Compiling unicode-width v0.1.14
22502025-12-03T15:15:45.604Z Compiling slog-async v2.8.0
22512025-12-03T15:15:46.038Z Compiling foreign-types-shared v0.3.1
22522025-12-03T15:15:46.116Z Compiling match_cfg v0.1.0
22532025-12-03T15:15:52.934Z Compiling hostname v0.3.1
22542025-12-03T15:15:53.226Z Compiling foreign-types v0.5.0
22552025-12-03T15:15:53.456Z Compiling tabwriter v1.4.0
22562025-12-03T15:15:58.343Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
22572025-12-03T15:15:58.388Z Compiling futures v0.3.31
22582025-12-03T15:16:02.802Z Compiling progenitor-macro v0.11.2
22592025-12-03T15:16:10.392Z Compiling derive-ex v0.1.8
22602025-12-03T15:16:11.752Z Compiling progenitor-client v0.11.2
22612025-12-03T15:16:12.674Z Compiling toml_parser v1.0.2
22622025-12-03T15:16:15.578Z Compiling slog-json v2.6.1
22632025-12-03T15:16:16.063Z Compiling crossbeam-channel v0.5.15
22642025-12-03T15:16:17.021Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22652025-12-03T15:16:17.574Z Compiling serde_spanned v1.0.0
22662025-12-03T15:16:17.838Z Compiling toml_datetime v0.7.0
22672025-12-03T15:16:17.861Z Compiling async-stream-impl v0.3.6
22682025-12-03T15:16:17.865Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
22692025-12-03T15:16:18.217Z Compiling cstr-argument v0.1.2
22702025-12-03T15:16:18.527Z Compiling is-terminal v0.4.13
22712025-12-03T15:16:18.699Z Compiling dropshot v0.16.4
22722025-12-03T15:16:18.722Z Compiling pretty-hex v0.2.1
22732025-12-03T15:16:19.015Z Compiling typeid v1.0.3
22742025-12-03T15:16:19.040Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
22752025-12-03T15:16:19.179Z Compiling take_mut v0.2.2
22762025-12-03T15:16:19.366Z Compiling toml_writer v1.0.2
22772025-12-03T15:16:19.369Z Compiling crucible-workspace-hack v0.1.0
22782025-12-03T15:16:19.496Z Compiling term v1.1.0
22792025-12-03T15:16:19.834Z Compiling toml v0.9.5
22802025-12-03T15:16:20.156Z Compiling slog-term v2.9.2
22812025-12-03T15:16:21.621Z Compiling async-stream v0.3.6
22822025-12-03T15:16:21.979Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22832025-12-03T15:16:22.456Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22842025-12-03T15:16:23.121Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22852025-12-03T15:16:23.305Z Compiling slog-bunyan v2.5.0
22862025-12-03T15:16:23.340Z Compiling test-strategy v0.4.3
22872025-12-03T15:16:23.554Z Compiling progenitor v0.11.2
22882025-12-03T15:16:23.619Z Compiling tokio-rustls v0.25.0
22892025-12-03T15:16:24.119Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22902025-12-03T15:16:24.337Z Compiling rayon v1.10.0
22912025-12-03T15:16:24.515Z Compiling parse-display-derive v0.10.0
22922025-12-03T15:16:26.375Z Compiling colored v2.2.0
22932025-12-03T15:16:26.396Z Compiling nix v0.30.1
22942025-12-03T15:16:26.540Z Compiling waitgroup v0.1.2
22952025-12-03T15:16:26.817Z Compiling rustls-pemfile v2.2.0
22962025-12-03T15:16:27.171Z Compiling dropshot_endpoint v0.16.4
22972025-12-03T15:16:27.313Z Compiling newtype-uuid-macros v0.1.0
22982025-12-03T15:16:27.714Z Compiling serde_path_to_error v0.1.17
22992025-12-03T15:16:27.859Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23002025-12-03T15:16:28.616Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23012025-12-03T15:16:28.701Z Compiling hostname v0.4.0
23022025-12-03T15:16:28.802Z Compiling instant v0.1.13
23032025-12-03T15:16:28.998Z Compiling debug-ignore v1.0.5
23042025-12-03T15:16:29.023Z Compiling backoff v0.4.0
23052025-12-03T15:16:29.070Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23062025-12-03T15:16:29.170Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23072025-12-03T15:16:29.222Z Compiling parse-display v0.10.0
23082025-12-03T15:16:29.444Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
23092025-12-03T15:16:29.553Z Compiling zone_cfg_derive v0.3.0
23102025-12-03T15:16:30.829Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23112025-12-03T15:16:31.117Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
23122025-12-03T15:16:31.578Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
23132025-12-03T15:16:32.759Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23142025-12-03T15:16:32.792Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
23152025-12-03T15:16:33.225Z Compiling camino-tempfile v1.4.1
23162025-12-03T15:16:33.883Z Compiling progenitor-client v0.10.0
23172025-12-03T15:16:34.063Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
23182025-12-03T15:16:34.857Z Compiling num-derive v0.4.2
23192025-12-03T15:16:35.421Z Compiling sigpipe v0.1.3
23202025-12-03T15:16:35.590Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23212025-12-03T15:16:35.949Z Compiling libefi-sys v0.1.0
23222025-12-03T15:16:36.670Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
23232025-12-03T15:16:36.957Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23242025-12-03T15:16:38.365Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23252025-12-03T15:16:38.423Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23262025-12-03T15:16:38.729Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
23272025-12-03T15:16:40.473Z Compiling erased-serde v0.4.6
23282025-12-03T15:16:41.122Z Compiling zone v0.3.1
23292025-12-03T15:16:42.739Z Compiling smf v0.2.3
23302025-12-03T15:16:43.391Z Compiling bitfield-struct v0.6.2
23312025-12-03T15:16:44.237Z Compiling ordered-float v2.10.1
23322025-12-03T15:16:44.714Z Compiling blake3 v1.5.4
23332025-12-03T15:16:44.912Z Compiling serde-value v0.7.0
23342025-12-03T15:16:45.317Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23352025-12-03T15:16:45.464Z Compiling serde-untagged v0.1.7
23362025-12-03T15:16:45.979Z Compiling toml v0.8.23
23372025-12-03T15:16:46.036Z Compiling xattr v1.3.1
23382025-12-03T15:16:46.229Z Compiling filetime v0.2.26
23392025-12-03T15:16:46.389Z Compiling memmap2 v0.9.8
23402025-12-03T15:16:46.411Z Compiling same-file v1.0.6
23412025-12-03T15:16:46.478Z Compiling unicode-xid v0.2.6
23422025-12-03T15:16:46.589Z Compiling arrayvec v0.7.6
23432025-12-03T15:16:46.700Z Compiling constant_time_eq v0.3.1
23442025-12-03T15:16:46.730Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452025-12-03T15:16:46.882Z Compiling arrayref v0.3.9
23462025-12-03T15:16:46.916Z Compiling unicode-width v0.2.0
23472025-12-03T15:16:46.955Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23482025-12-03T15:16:47.040Z Compiling cargo-util-schemas v0.8.2
23492025-12-03T15:16:47.551Z Compiling console v0.16.0
23502025-12-03T15:16:48.467Z Compiling walkdir v2.5.0
23512025-12-03T15:16:48.583Z Compiling tar v0.4.44
23522025-12-03T15:16:49.299Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23532025-12-03T15:16:49.739Z Compiling tokio-dtrace v0.1.0
23542025-12-03T15:16:49.961Z Compiling gethostname v0.5.0
23552025-12-03T15:16:50.102Z Compiling cargo-platform v0.2.0
23562025-12-03T15:16:50.193Z Compiling topological-sort v0.2.2
23572025-12-03T15:16:50.265Z Compiling fixedbitset v0.5.7
23582025-12-03T15:16:50.511Z Compiling unit-prefix v0.5.1
23592025-12-03T15:16:50.791Z Compiling petgraph v0.8.2
23602025-12-03T15:16:51.307Z Compiling indicatif v0.18.0
23612025-12-03T15:16:51.408Z Compiling cargo_metadata v0.21.0
23622025-12-03T15:16:51.749Z Compiling omicron-zone-package v0.12.2
23632025-12-03T15:16:54.217Z Compiling oxide-tokio-rt v0.1.2
23642025-12-03T15:16:54.841Z Compiling shell-words v1.1.0
23652025-12-03T15:16:55.369Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23662025-12-03T15:16:55.713Z Compiling indent_write v2.2.0
23672025-12-03T15:16:57.332Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23682025-12-03T15:16:59.769Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23692025-12-03T15:17:02.022Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23702025-12-03T15:17:20.972Z Finished `release` profile [optimized] target(s) in 5m 38s
23712025-12-03T15:17:21.173Z Running `target/release/omicron-package -t test target create -p dev`
23722025-12-03T15:17:21.235ZLogging to: /work/oxidecomputer/omicron/out/LOG
23732025-12-03T15:17:21.238ZCreated new build target 'test' and set it as active
23742025-12-03T15:17:21.238Z
23752025-12-03T15:17:21.238Zreal 5:38.393399478
23762025-12-03T15:17:21.238Zuser 39:05.278179221
23772025-12-03T15:17:21.238Zsys 3:52.201590997
23782025-12-03T15:17:21.238Ztrap 1.203054355
23792025-12-03T15:17:21.238Ztflt 1.703543402
23802025-12-03T15:17:21.238Zdflt 1.276896180
23812025-12-03T15:17:21.238Zkflt 0.004851060
23822025-12-03T15:17:21.238Zlock 1:51:08.214328100
23832025-12-03T15:17:21.238Zslp 2:38:21.802179908
23842025-12-03T15:17:21.238Zlat 3:17.501918211
23852025-12-03T15:17:21.238Zstop 5:55.742523166
23862025-12-03T15:17:21.239Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23872025-12-03T15:17:22.478Z Finished `release` profile [optimized] target(s) in 1.18s
23882025-12-03T15:17:22.540Z Running `target/release/omicron-package -t test package`
23892025-12-03T15:17:22.596ZLogging to: /work/oxidecomputer/omicron/out/LOG
23902025-12-03T15:17:24.471Z Compiling progenitor-impl v0.10.0
23912025-12-03T15:17:24.718Z Compiling is-terminal v0.4.13
23922025-12-03T15:17:24.736Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23932025-12-03T15:17:24.758Z Compiling convert_case v0.4.0
23942025-12-03T15:17:24.761Z Compiling rustls v0.22.4
23952025-12-03T15:17:24.761Z Compiling thread_local v1.1.8
23962025-12-03T15:17:24.780Z Compiling match_cfg v0.1.0
23972025-12-03T15:17:24.867Z Compiling multer v3.1.0
23982025-12-03T15:17:24.947Z Compiling hostname v0.3.1
23992025-12-03T15:17:24.978Z Compiling slog-async v2.8.0
24002025-12-03T15:17:25.008Z Compiling progenitor-client v0.11.2
24012025-12-03T15:17:25.063Z Compiling crossbeam-channel v0.5.15
24022025-12-03T15:17:25.163Z Compiling toml_parser v1.0.2
24032025-12-03T15:17:25.242Z Compiling slog-json v2.6.1
24042025-12-03T15:17:25.393Z Compiling derive_more v0.99.20
24052025-12-03T15:17:25.575Z Compiling futures-executor v0.3.31
24062025-12-03T15:17:25.605Z Compiling hex v0.4.3
24072025-12-03T15:17:26.012Z Compiling toml_datetime v0.7.0
24082025-12-03T15:17:26.044Z Compiling serde_spanned v1.0.0
24092025-12-03T15:17:26.172Z Compiling term v1.1.0
24102025-12-03T15:17:26.333Z Compiling take_mut v0.2.2
24112025-12-03T15:17:26.470Z Compiling toml_writer v1.0.2
24122025-12-03T15:17:26.563Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24132025-12-03T15:17:26.766Z Compiling slog-term v2.9.2
24142025-12-03T15:17:26.891Z Compiling toml v0.9.5
24152025-12-03T15:17:27.258Z Compiling futures v0.3.31
24162025-12-03T15:17:27.410Z Compiling slog-bunyan v2.5.0
24172025-12-03T15:17:27.441Z Compiling progenitor v0.11.2
24182025-12-03T15:17:27.689Z Compiling dropshot v0.16.4
24192025-12-03T15:17:27.779Z Compiling async-stream v0.3.6
24202025-12-03T15:17:27.909Z Compiling waitgroup v0.1.2
24212025-12-03T15:17:28.085Z Compiling rustls-pemfile v2.2.0
24222025-12-03T15:17:28.150Z Compiling serde_path_to_error v0.1.17
24232025-12-03T15:17:28.426Z Compiling hostname v0.4.0
24242025-12-03T15:17:28.466Z Compiling instant v0.1.13
24252025-12-03T15:17:28.661Z Compiling debug-ignore v1.0.5
24262025-12-03T15:17:28.664Z Compiling backoff v0.4.0
24272025-12-03T15:17:28.861Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
24282025-12-03T15:17:28.909Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
24292025-12-03T15:17:29.068Z Compiling tokio-rustls v0.25.0
24302025-12-03T15:17:29.565Z Compiling parse-display v0.10.0
24312025-12-03T15:17:29.976Z Compiling progenitor-macro v0.10.0
24322025-12-03T15:17:30.010Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24332025-12-03T15:17:30.057Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24342025-12-03T15:17:30.235Z Compiling progenitor-client v0.10.0
24352025-12-03T15:17:30.715Z Compiling num-rational v0.4.2
24362025-12-03T15:17:30.778Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24372025-12-03T15:17:31.322Z Compiling num-complex v0.4.6
24382025-12-03T15:17:32.021Z Compiling macaddr v1.0.1
24392025-12-03T15:17:32.327Z Compiling num v0.4.3
24402025-12-03T15:17:32.498Z Compiling float-ord v0.3.2
24412025-12-03T15:17:32.716Z Compiling toml v0.8.23
24422025-12-03T15:17:32.896Z Compiling prettyplease v0.2.36
24432025-12-03T15:17:32.943Z Compiling bytecount v0.6.8
24442025-12-03T15:17:33.782Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
24452025-12-03T15:17:34.085Z Compiling secrecy v0.10.3
24462025-12-03T15:17:34.330Z Compiling derive-where v1.5.0
24472025-12-03T15:17:34.403Z Compiling console v0.15.10
24482025-12-03T15:17:34.537Z Compiling swrite v0.1.0
24492025-12-03T15:17:34.731Z Compiling password-hash v0.5.0
24502025-12-03T15:17:36.343Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24512025-12-03T15:17:36.879Z Compiling blake2 v0.10.6
24522025-12-03T15:17:37.182Z Compiling slog-dtrace v0.3.0
24532025-12-03T15:17:37.213Z Compiling newline-converter v0.3.0
24542025-12-03T15:17:37.455Z Compiling argon2 v0.5.3
24552025-12-03T15:17:37.505Z Compiling atomicwrites v0.4.4
24562025-12-03T15:17:37.633Z Compiling base64 v0.21.7
24572025-12-03T15:17:38.055Z Compiling expectorate v1.2.0
24582025-12-03T15:17:38.450Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24592025-12-03T15:17:38.744Z Compiling resolv-conf v0.7.0
24602025-12-03T15:17:39.067Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
24612025-12-03T15:17:39.452Z Compiling owo-colors v4.2.2
24622025-12-03T15:17:39.851Z Compiling cancel-safe-futures v0.1.5
24632025-12-03T15:17:40.184Z Compiling libsw-core v0.3.1
24642025-12-03T15:17:40.214Z Compiling linked-hash-map v0.5.6
24652025-12-03T15:17:40.496Z Compiling libsw v3.5.0
24662025-12-03T15:17:40.647Z Compiling lru-cache v0.1.2
24672025-12-03T15:17:40.685Z Compiling progenitor v0.10.0
24682025-12-03T15:17:40.911Z Compiling unicode-xid v0.2.6
24692025-12-03T15:17:40.944Z Compiling linear-map v1.2.0
24702025-12-03T15:17:41.071Z Compiling hickory-proto v0.24.4
24712025-12-03T15:17:41.150Z Compiling async-recursion v1.1.1
24722025-12-03T15:17:41.399Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24732025-12-03T15:17:42.478Z Compiling globset v0.4.15
24742025-12-03T15:17:43.500Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24752025-12-03T15:17:48.417Z Compiling hickory-resolver v0.24.4
24762025-12-03T15:17:50.614Z Compiling convert_case v0.7.1
24772025-12-03T15:17:51.318Z Compiling derive_more-impl v2.0.1
24782025-12-03T15:17:53.002Z Compiling qorb v0.4.1
24792025-12-03T15:17:53.759Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24802025-12-03T15:17:55.636Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24812025-12-03T15:17:59.360Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24822025-12-03T15:17:59.785Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24832025-12-03T15:17:59.845Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24842025-12-03T15:18:00.977Z Compiling derive_more v2.0.1
24852025-12-03T15:18:01.139Z Compiling pin-project-internal v1.1.6
24862025-12-03T15:18:02.748Z Compiling vte_generate_state_changes v0.1.2
24872025-12-03T15:18:03.372Z Compiling siphasher v1.0.1
24882025-12-03T15:18:03.550Z Compiling utf-8 v0.7.6
24892025-12-03T15:18:03.816Z Compiling termtree v0.5.1
24902025-12-03T15:18:03.952Z Compiling phf_shared v0.12.1
24912025-12-03T15:18:04.142Z Compiling pin-project v1.1.6
24922025-12-03T15:18:04.334Z Compiling vte v0.11.1
24932025-12-03T15:18:04.451Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24942025-12-03T15:18:05.256Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24952025-12-03T15:18:05.811Z Compiling crossterm v0.29.0
24962025-12-03T15:18:08.331Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24972025-12-03T15:18:09.274Z Compiling pem v3.0.5
24982025-12-03T15:18:10.437Z Compiling snafu-derive v0.8.5
24992025-12-03T15:18:10.676Z Compiling half v2.4.1
25002025-12-03T15:18:11.365Z Compiling ciborium-io v0.2.2
25012025-12-03T15:18:11.548Z Compiling chrono-tz v0.10.4
25022025-12-03T15:18:11.963Z Compiling ciborium-ll v0.2.2
25032025-12-03T15:18:12.501Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25042025-12-03T15:18:12.575Z Compiling strip-ansi-escapes v0.2.0
25052025-12-03T15:18:12.949Z Compiling phf v0.12.1
25062025-12-03T15:18:13.288Z Compiling const_format_proc_macros v0.2.34
25072025-12-03T15:18:13.316Z Compiling papergrid v0.11.0
25082025-12-03T15:18:13.349Z Compiling tabled_derive v0.7.0
25092025-12-03T15:18:14.032Z Compiling olpc-cjson v0.1.4
25102025-12-03T15:18:14.379Z Compiling fd-lock v4.0.2
25112025-12-03T15:18:14.559Z Compiling snafu v0.8.5
25122025-12-03T15:18:14.632Z Compiling peg-macros v0.8.5
25132025-12-03T15:18:14.946Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25142025-12-03T15:18:15.360Z Compiling csv-core v0.1.11
25152025-12-03T15:18:15.796Z Compiling serde_plain v1.0.2
25162025-12-03T15:18:15.941Z Compiling highway v1.3.0
25172025-12-03T15:18:16.269Z Compiling typed-path v0.9.3
25182025-12-03T15:18:16.377Z Compiling nu-ansi-term v0.50.1
25192025-12-03T15:18:16.810Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25202025-12-03T15:18:17.540Z Compiling reedline v0.40.0
25212025-12-03T15:18:17.567Z Compiling peg v0.8.5
25222025-12-03T15:18:17.634Z Compiling csv v1.3.1
25232025-12-03T15:18:17.737Z Compiling tabled v0.15.0
25242025-12-03T15:18:19.743Z Compiling tough v0.20.0
25252025-12-03T15:18:20.235Z Compiling const_format v0.2.34
25262025-12-03T15:18:21.480Z Compiling ciborium v0.2.2
25272025-12-03T15:18:23.212Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25282025-12-03T15:18:23.555Z Compiling bcs v0.1.6
25292025-12-03T15:18:24.390Z Compiling semver v0.1.20
25302025-12-03T15:18:24.940Z Compiling rustc_version v0.1.7
25312025-12-03T15:18:25.379Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25322025-12-03T15:18:25.681Z Compiling newtype_derive v0.1.6
25332025-12-03T15:18:26.065Z Compiling tungstenite v0.21.0
25342025-12-03T15:18:30.700Z Compiling smawk v0.3.2
25352025-12-03T15:18:30.946Z Compiling unicode-linebreak v0.1.5
25362025-12-03T15:18:31.028Z Compiling humantime v2.2.0
25372025-12-03T15:18:31.304Z Compiling tokio-tungstenite v0.21.0
25382025-12-03T15:18:31.518Z Compiling textwrap v0.16.2
25392025-12-03T15:18:31.948Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25402025-12-03T15:18:32.138Z Compiling steno v0.4.1
25412025-12-03T15:18:33.979Z Compiling dropshot-api-manager-types v0.2.3
25422025-12-03T15:18:35.155Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
25432025-12-03T15:18:35.187Z Compiling universal-hash v0.5.1
25442025-12-03T15:18:35.472Z Compiling thiserror-impl-no-std v2.0.2
25452025-12-03T15:18:35.841Z Compiling opaque-debug v0.3.1
25462025-12-03T15:18:35.987Z Compiling poly1305 v0.8.0
25472025-12-03T15:18:36.445Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
25482025-12-03T15:18:37.394Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25492025-12-03T15:18:37.585Z Compiling chacha20 v0.9.1
25502025-12-03T15:18:37.763Z Compiling aead v0.5.2
25512025-12-03T15:18:37.838Z Compiling thiserror-no-std v2.0.2
25522025-12-03T15:18:38.017Z Compiling vsss-rs v3.3.4
25532025-12-03T15:18:38.062Z Compiling chacha20poly1305 v0.10.1
25542025-12-03T15:18:38.190Z Compiling moka v0.12.10
25552025-12-03T15:18:38.328Z Compiling tagptr v0.2.0
25562025-12-03T15:18:38.586Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25572025-12-03T15:18:38.841Z Compiling radium v0.7.0
25582025-12-03T15:18:39.381Z Compiling tap v1.0.1
25592025-12-03T15:18:39.614Z Compiling maybe-uninit v2.0.0
25602025-12-03T15:18:40.139Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
25612025-12-03T15:18:41.596Z Compiling wyz v0.5.1
25622025-12-03T15:18:42.123Z Compiling hickory-resolver v0.25.2
25632025-12-03T15:18:42.718Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
25642025-12-03T15:18:49.615Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25652025-12-03T15:18:50.837Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25662025-12-03T15:18:51.442Z Compiling zerocopy-derive v0.6.6
25672025-12-03T15:18:52.168Z Compiling packed_struct v0.10.1
25682025-12-03T15:18:52.650Z Compiling display-error-chain v0.2.2
25692025-12-03T15:18:52.931Z Compiling crc-catalog v2.4.0
25702025-12-03T15:18:53.141Z Compiling funty v2.0.0
25712025-12-03T15:18:53.144Z Compiling zerocopy v0.6.6
25722025-12-03T15:18:54.019Z Compiling crc v3.2.1
25732025-12-03T15:18:55.974Z Compiling bitvec v1.0.1
25742025-12-03T15:18:56.286Z Compiling packed_struct_codegen v0.10.1
25752025-12-03T15:18:56.425Z Compiling bitfield-macros v0.19.2
25762025-12-03T15:18:57.702Z Compiling proc-macro-error-attr2 v2.0.0
25772025-12-03T15:18:57.910Z Compiling indexmap v1.9.3
25782025-12-03T15:18:58.299Z Compiling nodrop v0.1.14
25792025-12-03T15:18:58.460Z Compiling proc-macro-error2 v2.0.1
25802025-12-03T15:18:58.492Z Compiling array-init v0.0.4
25812025-12-03T15:18:58.586Z Compiling bitfield v0.19.2
25822025-12-03T15:18:59.035Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25832025-12-03T15:18:59.098Z Compiling smallvec v0.6.14
25842025-12-03T15:18:59.603Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25852025-12-03T15:18:59.639Z Compiling hashbrown v0.12.3
25862025-12-03T15:19:02.060Z Compiling serde-hex v0.1.0
25872025-12-03T15:19:04.230Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
25882025-12-03T15:19:06.113Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25892025-12-03T15:19:06.488Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
25902025-12-03T15:19:07.101Z Compiling ron v0.8.1
25912025-12-03T15:19:08.546Z Compiling hashbrown v0.13.2
25922025-12-03T15:19:09.822Z Compiling vergen-gitcl v1.0.8
25932025-12-03T15:19:10.208Z Compiling dirs-sys-next v0.1.2
25942025-12-03T15:19:10.688Z Compiling crunchy v0.2.2
25952025-12-03T15:19:11.208Z Compiling crc-any v2.5.0
25962025-12-03T15:19:12.083Z Compiling maplit v1.0.2
25972025-12-03T15:19:12.299Z Compiling dirs-next v2.0.0
25982025-12-03T15:19:12.386Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
25992025-12-03T15:19:12.575Z Compiling object v0.30.4
26002025-12-03T15:19:12.656Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26012025-12-03T15:19:15.440Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26022025-12-03T15:19:24.301Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26032025-12-03T15:19:29.292Z Compiling dsl_auto_type v0.1.2
26042025-12-03T15:19:30.470Z Compiling scheduled-thread-pool v0.2.7
26052025-12-03T15:19:30.529Z Compiling num-derive v0.3.3
26062025-12-03T15:19:31.629Z Compiling diesel_table_macro_syntax v0.2.0
26072025-12-03T15:19:32.015Z Compiling path-slash v0.1.5
26082025-12-03T15:19:32.287Z Compiling tiny-keccak v2.0.2
26092025-12-03T15:19:32.517Z Compiling libscf-sys v1.1.0
26102025-12-03T15:19:32.712Z Compiling diesel_derives v2.2.3
26112025-12-03T15:19:32.778Z Compiling r2d2 v0.8.10
26122025-12-03T15:19:33.762Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26132025-12-03T15:19:35.972Z Compiling term v0.7.0
26142025-12-03T15:19:38.362Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26152025-12-03T15:19:38.731Z Compiling bit-vec v0.6.3
26162025-12-03T15:19:39.180Z Compiling arc-swap v1.7.1
26172025-12-03T15:19:39.410Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26182025-12-03T15:19:39.875Z Compiling slog-scope v4.4.0
26192025-12-03T15:19:39.907Z Compiling bit-set v0.5.3
26202025-12-03T15:19:40.668Z Compiling ascii-canvas v3.0.0
26212025-12-03T15:19:40.778Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26222025-12-03T15:19:41.173Z Compiling tabled_derive v0.11.0
26232025-12-03T15:19:42.232Z Compiling papergrid v0.17.0
26242025-12-03T15:19:42.470Z Compiling diesel v2.2.12
26252025-12-03T15:19:43.586Z Compiling testing_table v0.3.0
26262025-12-03T15:19:44.413Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26272025-12-03T15:19:46.245Z Compiling usdt-attr-macro v0.6.0
26282025-12-03T15:19:47.682Z Compiling usdt-macro v0.6.0
26292025-12-03T15:19:47.766Z Compiling ena v0.14.3
26302025-12-03T15:19:48.201Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26312025-12-03T15:19:48.571Z Compiling unicase v2.8.1
26322025-12-03T15:19:49.045Z Compiling bindgen v0.71.1
26332025-12-03T15:19:49.175Z Compiling regex-syntax v0.6.29
26342025-12-03T15:19:49.553Z Compiling diff v0.1.13
26352025-12-03T15:19:50.084Z Compiling usdt v0.6.0
26362025-12-03T15:19:51.575Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26372025-12-03T15:19:51.915Z Compiling tabled v0.20.0
26382025-12-03T15:19:53.837Z Compiling lalrpop v0.19.12
26392025-12-03T15:19:55.068Z Compiling slog-stdlog v4.1.1
26402025-12-03T15:19:55.251Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26412025-12-03T15:19:55.872Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26422025-12-03T15:19:56.975Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26432025-12-03T15:19:57.384Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26442025-12-03T15:19:57.965Z Compiling slog-envlogger v2.2.0
26452025-12-03T15:20:02.079Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26462025-12-03T15:20:02.996Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26472025-12-03T15:20:03.457Z Compiling headers-core v0.3.0
26482025-12-03T15:20:03.766Z Compiling libxml v0.3.3
26492025-12-03T15:20:04.202Z Compiling crc8 v0.1.1
26502025-12-03T15:20:04.553Z Compiling xshell-macros v0.2.7
26512025-12-03T15:20:05.288Z Compiling xshell v0.2.7
26522025-12-03T15:20:07.708Z Compiling headers v0.4.1
26532025-12-03T15:20:08.249Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26542025-12-03T15:20:10.024Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26552025-12-03T15:20:10.816Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26562025-12-03T15:20:11.115Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26572025-12-03T15:20:11.189Z Compiling strum_macros v0.24.3
26582025-12-03T15:20:11.309Z Compiling indoc v1.0.9
26592025-12-03T15:20:11.983Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26602025-12-03T15:20:12.201Z Compiling samael v0.0.19
26612025-12-03T15:20:14.025Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26622025-12-03T15:20:14.154Z Compiling derive_builder v0.20.2
26632025-12-03T15:20:14.392Z Compiling oso-derive v0.27.3
26642025-12-03T15:20:14.395Z Compiling impl-trait-for-tuples v0.2.2
26652025-12-03T15:20:14.447Z Compiling polar-core v0.27.3
26662025-12-03T15:20:15.382Z Compiling quick-xml v0.37.2
26672025-12-03T15:20:16.335Z Compiling half v1.8.3
26682025-12-03T15:20:17.037Z Compiling serde_cbor v0.11.2
26692025-12-03T15:20:17.300Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26702025-12-03T15:20:17.339Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
26712025-12-03T15:20:18.721Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26722025-12-03T15:20:19.158Z Compiling diesel-dtrace v0.4.2
26732025-12-03T15:20:19.623Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26742025-12-03T15:20:19.973Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
26752025-12-03T15:20:27.140Z Compiling bb8 v0.8.5
26762025-12-03T15:20:27.779Z Compiling trait-variant v0.1.2
26772025-12-03T15:20:28.825Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26782025-12-03T15:20:30.374Z Compiling async-bb8-diesel v0.2.1
26792025-12-03T15:20:31.687Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
26802025-12-03T15:20:32.250Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26812025-12-03T15:20:35.428Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26822025-12-03T15:20:35.808Z Compiling fxhash v0.2.1
26832025-12-03T15:20:36.100Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26842025-12-03T15:20:36.533Z Compiling oso v0.27.3
26852025-12-03T15:20:37.064Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26862025-12-03T15:20:39.797Z Compiling typify-impl v0.2.0
26872025-12-03T15:20:43.222Z Compiling kstat-rs v0.2.4
26882025-12-03T15:20:44.158Z Compiling libz-sys v1.1.20
26892025-12-03T15:20:45.026Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26902025-12-03T15:20:49.042Z Compiling typify-macro v0.2.0
26912025-12-03T15:20:52.496Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26922025-12-03T15:20:52.604Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26932025-12-03T15:21:01.410Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26942025-12-03T15:21:04.565Z Compiling nanorand v0.7.0
26952025-12-03T15:21:05.317Z Compiling fs-err v2.11.0
26962025-12-03T15:21:06.120Z Compiling parking_lot_core v0.8.6
26972025-12-03T15:21:06.216Z Compiling mime_guess v2.0.5
26982025-12-03T15:21:07.140Z Compiling flume v0.11.1
26992025-12-03T15:21:07.253Z Compiling libgit2-sys v0.18.2+1.9.1
27002025-12-03T15:21:08.704Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
27012025-12-03T15:21:08.707Z Compiling tabled_derive v0.10.0
27022025-12-03T15:21:10.246Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27032025-12-03T15:21:10.873Z Compiling ignore v0.4.23
27042025-12-03T15:21:17.090Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27052025-12-03T15:21:19.484Z Compiling papergrid v0.14.0
27062025-12-03T15:21:21.244Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27072025-12-03T15:21:22.639Z Compiling castaway v0.2.3
27082025-12-03T15:21:22.855Z Compiling nibble_vec v0.1.0
27092025-12-03T15:21:23.151Z Compiling atty v0.2.14
27102025-12-03T15:21:23.362Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27112025-12-03T15:21:23.742Z Compiling http-range v0.1.5
27122025-12-03T15:21:24.282Z Compiling salty v0.3.0
27132025-12-03T15:21:24.377Z Compiling endian-type v0.1.2
27142025-12-03T15:21:24.672Z Compiling parse-size v1.1.0
27152025-12-03T15:21:24.791Z Compiling radix_trie v0.2.1
27162025-12-03T15:21:24.970Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
27172025-12-03T15:21:25.785Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27182025-12-03T15:21:31.535Z Compiling compact_str v0.8.0
27192025-12-03T15:21:33.937Z Compiling tabled v0.18.0
27202025-12-03T15:21:34.873Z Compiling globwalk v0.9.1
27212025-12-03T15:21:36.190Z Compiling parking_lot v0.11.2
27222025-12-03T15:21:37.868Z Compiling typify v0.2.0
27232025-12-03T15:21:38.057Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27242025-12-03T15:21:38.087Z Compiling predicates-tree v1.0.12
27252025-12-03T15:21:38.542Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27262025-12-03T15:21:38.928Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27272025-12-03T15:21:42.707Z Compiling unicode-truncate v1.1.0
27282025-12-03T15:21:43.041Z Compiling prefix-trie v0.7.0
27292025-12-03T15:21:44.059Z Compiling lru v0.12.5
27302025-12-03T15:21:44.450Z Compiling vergen-git2 v1.0.7
27312025-12-03T15:21:44.830Z Compiling instability v0.3.2
27322025-12-03T15:21:45.823Z Compiling cassowary v0.3.0
27332025-12-03T15:21:46.021Z Compiling indoc v2.0.6
27342025-12-03T15:21:46.861Z Compiling ratatui v0.29.0
27352025-12-03T15:21:47.758Z Compiling hickory-server v0.25.2
27362025-12-03T15:21:49.151Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27372025-12-03T15:21:52.940Z Compiling camino-tempfile-ext v0.3.2
27382025-12-03T15:21:54.972Z Compiling progenitor-impl v0.8.0
27392025-12-03T15:21:57.423Z Compiling git2 v0.20.2
27402025-12-03T15:21:59.179Z Compiling hyper-staticfile v0.10.1
27412025-12-03T15:21:59.826Z Compiling sled v0.34.7
27422025-12-03T15:22:00.264Z Compiling hickory-client v0.25.2
27432025-12-03T15:22:01.651Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27442025-12-03T15:22:02.081Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27452025-12-03T15:22:02.841Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27462025-12-03T15:22:03.018Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27472025-12-03T15:22:05.224Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27482025-12-03T15:22:05.350Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
27492025-12-03T15:22:07.093Z Compiling primeorder v0.13.6
27502025-12-03T15:22:07.711Z Compiling rand_seeder v0.4.0
27512025-12-03T15:22:07.744Z Compiling lzma-sys v0.1.20
27522025-12-03T15:22:08.150Z Compiling rustls v0.21.12
27532025-12-03T15:22:08.589Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27542025-12-03T15:22:08.621Z Compiling p384 v0.13.1
27552025-12-03T15:22:08.906Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27562025-12-03T15:22:10.641Z Compiling attest-data v0.4.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
27572025-12-03T15:22:12.105Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27582025-12-03T15:22:15.482Z Compiling progenitor-macro v0.8.0
27592025-12-03T15:22:25.242Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
27602025-12-03T15:22:25.685Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27612025-12-03T15:22:26.413Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
27622025-12-03T15:22:33.695Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27632025-12-03T15:22:38.061Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27642025-12-03T15:22:39.471Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
27652025-12-03T15:22:43.352Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27662025-12-03T15:22:43.732Z Compiling progenitor-client v0.8.0
27672025-12-03T15:22:44.137Z Compiling rustls-webpki v0.101.7
27682025-12-03T15:22:44.628Z Compiling sct v0.7.1
27692025-12-03T15:22:45.050Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=dea3bbfac7d9d3c45f088898fcd05ee5d2ec2210#dea3bbfa)
27702025-12-03T15:22:45.107Z Compiling heck v0.3.3
27712025-12-03T15:22:45.470Z Compiling corncobs v0.1.4
27722025-12-03T15:22:45.501Z Compiling void v1.0.2
27732025-12-03T15:22:45.720Z Compiling dice-mfg-msgs v0.2.1 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
27742025-12-03T15:22:45.885Z Compiling lzss v0.8.2
27752025-12-03T15:22:46.410Z Compiling zone_cfg_derive v0.1.2
27762025-12-03T15:22:47.653Z Compiling progenitor v0.8.0
27772025-12-03T15:22:47.750Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
27782025-12-03T15:22:47.945Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27792025-12-03T15:22:52.575Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27802025-12-03T15:23:09.657Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27812025-12-03T15:23:10.110Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
27822025-12-03T15:23:11.252Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27832025-12-03T15:23:11.283Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27842025-12-03T15:23:11.658Z Compiling tungstenite v0.23.0
27852025-12-03T15:23:15.857Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27862025-12-03T15:23:16.235Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27872025-12-03T15:23:16.609Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27882025-12-03T15:23:16.919Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27892025-12-03T15:23:16.985Z Compiling nix v0.27.1
27902025-12-03T15:23:17.295Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27912025-12-03T15:23:18.024Z Compiling secrecy v0.8.0
27922025-12-03T15:23:18.347Z Compiling serde_bytes v0.11.19
27932025-12-03T15:23:18.876Z Compiling base64 v0.13.1
27942025-12-03T15:23:19.631Z Compiling number_prefix v0.4.0
27952025-12-03T15:23:19.714Z Compiling ron v0.7.1
27962025-12-03T15:23:19.935Z Compiling indicatif v0.17.11
27972025-12-03T15:23:21.692Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27982025-12-03T15:23:24.695Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27992025-12-03T15:23:25.606Z Compiling tokio-tungstenite v0.23.1
28002025-12-03T15:23:26.176Z Compiling xz2 v0.1.7
28012025-12-03T15:23:26.786Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28022025-12-03T15:23:29.324Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
28032025-12-03T15:23:33.210Z Compiling tokio-rustls v0.24.1
28042025-12-03T15:23:33.722Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28052025-12-03T15:23:33.896Z Compiling zone v0.1.8
28062025-12-03T15:23:37.274Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28072025-12-03T15:23:39.122Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28082025-12-03T15:23:42.913Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28092025-12-03T15:23:43.609Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
28102025-12-03T15:23:43.770Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
28112025-12-03T15:23:45.947Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28122025-12-03T15:23:47.515Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28132025-12-03T15:23:48.394Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28142025-12-03T15:23:49.331Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28152025-12-03T15:23:49.469Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28162025-12-03T15:23:58.440Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28172025-12-03T15:23:58.654Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28182025-12-03T15:24:03.308Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28192025-12-03T15:24:05.753Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28202025-12-03T15:24:06.376Z Compiling rustls-pemfile v1.0.4
28212025-12-03T15:24:07.156Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28222025-12-03T15:24:07.537Z Compiling signal-hook-tokio v0.3.1
28232025-12-03T15:24:07.827Z Compiling twox-hash v2.1.0
28242025-12-03T15:24:08.832Z Compiling yasna v0.5.2
28252025-12-03T15:24:11.697Z Compiling is_ci v1.2.0
28262025-12-03T15:24:12.043Z Compiling supports-color v3.0.2
28272025-12-03T15:24:12.213Z Compiling rcgen v0.12.1
28282025-12-03T15:24:12.780Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28292025-12-03T15:24:22.758Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28302025-12-03T15:24:22.819Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28312025-12-03T15:24:37.872Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28322025-12-03T15:24:44.927Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
28332025-12-03T15:24:51.635Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28342025-12-03T15:24:58.023Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28352025-12-03T15:25:02.715Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28362025-12-03T15:25:03.336Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28372025-12-03T15:25:03.582Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28382025-12-03T15:25:13.476Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28392025-12-03T15:25:13.884Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28402025-12-03T15:25:14.315Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28412025-12-03T15:25:15.998Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28422025-12-03T15:25:16.347Z Compiling fatfs v0.3.6
28432025-12-03T15:25:19.095Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28442025-12-03T15:25:20.088Z Compiling rtoolbox v0.0.2
28452025-12-03T15:25:20.540Z Compiling subprocess v0.2.9
28462025-12-03T15:25:20.719Z Compiling assert_matches v1.5.0
28472025-12-03T15:25:20.889Z Compiling rpassword v7.4.0
28482025-12-03T15:25:21.399Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28492025-12-03T15:25:28.175Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28502025-12-03T15:25:29.467Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28512025-12-03T15:25:33.492Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28522025-12-03T15:25:55.525Z Compiling tui-tree-widget v0.23.1
28532025-12-03T15:25:56.038Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28542025-12-03T15:25:56.952Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28552025-12-03T15:26:05.866Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28562025-12-03T15:26:05.866Z Compiling uzers v0.12.1
28572025-12-03T15:26:08.731Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28582025-12-03T15:26:12.584Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28592025-12-03T15:26:14.641Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28602025-12-03T15:26:41.647Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28612025-12-03T15:26:44.596Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28622025-12-03T15:26:49.258Z Compiling support-bundle-viewer v0.1.2
28632025-12-03T15:26:53.016Z Compiling multimap v0.10.1
28642025-12-03T15:29:00.467Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28652025-12-03T15:29:20.328Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28662025-12-03T15:38:18.860Z Finished `release` profile [optimized] target(s) in 20m 55s
28672025-12-03T15:39:17.265Z
28682025-12-03T15:39:17.268Zreal 21:55.898509002
28692025-12-03T15:39:17.268Zuser 2:37:43.566483580
28702025-12-03T15:39:17.268Zsys 4:20.583452249
28712025-12-03T15:39:17.268Ztrap 3.789428481
28722025-12-03T15:39:17.268Ztflt 2.082873323
28732025-12-03T15:39:17.268Zdflt 6.747769069
28742025-12-03T15:39:17.268Zkflt 0.001004706
28752025-12-03T15:39:17.268Zlock 10:42:17.063284579
28762025-12-03T15:39:17.268Zslp 7:59:38.148195803
28772025-12-03T15:39:17.268Zlat 4:21.620713484
28782025-12-03T15:39:17.268Zstop 4:10.412921208
28792025-12-03T15:39:17.268Z+ mapfile -t packages
28802025-12-03T15:39:17.268Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
28812025-12-03T15:39:18.605Z Finished `release` profile [optimized] target(s) in 1.28s
28822025-12-03T15:39:18.669Z Running `target/release/omicron-package -t test list-outputs`
28832025-12-03T15:39:18.729ZLogging to: /work/oxidecomputer/omicron/out/LOG
28842025-12-03T15:39:18.733Z+ ptime -m cargo build --locked --release -p xtask
28852025-12-03T15:39:19.528Z Compiling serde_core v1.0.226
28862025-12-03T15:39:19.528Z Compiling bitflags v2.9.4
28872025-12-03T15:39:19.531Z Compiling syn v2.0.106
28882025-12-03T15:39:19.531Z Compiling serde v1.0.226
28892025-12-03T15:39:19.531Z Compiling libc v0.2.174
28902025-12-03T15:39:19.531Z Compiling serde_json v1.0.145
28912025-12-03T15:39:19.531Z Compiling num-traits v0.2.19
28922025-12-03T15:39:19.657Z Compiling smallvec v1.15.1
28932025-12-03T15:39:20.047Z Compiling hashbrown v0.15.4
28942025-12-03T15:39:20.090Z Compiling rustix v0.38.37
28952025-12-03T15:39:20.437Z Compiling usdt-impl v0.5.0
28962025-12-03T15:39:20.530Z Compiling syn v1.0.109
28972025-12-03T15:39:21.169Z Compiling thread-id v4.2.2
28982025-12-03T15:39:21.216Z Compiling rustix v1.0.7
28992025-12-03T15:39:21.335Z Compiling indexmap v2.11.4
29002025-12-03T15:39:21.391Z Compiling getrandom v0.3.4
29012025-12-03T15:39:21.882Z Compiling log v0.4.27
29022025-12-03T15:39:21.974Z Compiling percent-encoding v2.3.2
29032025-12-03T15:39:22.396Z Compiling form_urlencoded v1.2.2
29042025-12-03T15:39:22.583Z Compiling terminal_size v0.4.0
29052025-12-03T15:39:22.862Z Compiling ordered-float v2.10.1
29062025-12-03T15:39:23.431Z Compiling fs-err v3.1.1
29072025-12-03T15:39:23.468Z Compiling heck v0.4.1
29082025-12-03T15:39:23.790Z Compiling anyhow v1.0.99
29092025-12-03T15:39:23.879Z Compiling once_cell v1.21.3
29102025-12-03T15:39:24.339Z Compiling clap_builder v4.5.48
29112025-12-03T15:39:24.985Z Compiling tempfile v3.20.0
29122025-12-03T15:39:26.256Z Compiling proc-macro-error v1.0.4
29132025-12-03T15:39:26.308Z Compiling textwrap v0.16.2
29142025-12-03T15:39:26.767Z Compiling synstructure v0.13.1
29152025-12-03T15:39:26.805Z Compiling camino-tempfile v1.4.1
29162025-12-03T15:39:27.672Z Compiling tabled_derive v0.7.0
29172025-12-03T15:39:29.191Z Compiling serde_derive v1.0.226
29182025-12-03T15:39:29.436Z Compiling thiserror-impl v2.0.17
29192025-12-03T15:39:30.325Z Compiling zerofrom-derive v0.1.4
29202025-12-03T15:39:30.477Z Compiling yoke-derive v0.7.4
29212025-12-03T15:39:30.631Z Compiling zerovec-derive v0.10.3
29222025-12-03T15:39:32.191Z Compiling displaydoc v0.2.5
29232025-12-03T15:39:32.747Z Compiling thiserror v2.0.17
29242025-12-03T15:39:32.885Z Compiling thiserror-impl v1.0.69
29252025-12-03T15:39:32.952Z Compiling pest v2.8.2
29262025-12-03T15:39:33.235Z Compiling zerofrom v0.1.4
29272025-12-03T15:39:33.492Z Compiling yoke v0.7.4
29282025-12-03T15:39:33.572Z Compiling icu_provider_macros v1.5.0
29292025-12-03T15:39:33.924Z Compiling zerovec v0.10.4
29302025-12-03T15:39:34.647Z Compiling zerocopy-derive v0.7.35
29312025-12-03T15:39:35.477Z Compiling thiserror v1.0.69
29322025-12-03T15:39:35.675Z Compiling pest_meta v2.8.2
29332025-12-03T15:39:36.445Z Compiling tinystr v0.7.6
29342025-12-03T15:39:36.727Z Compiling icu_collections v1.5.0
29352025-12-03T15:39:36.915Z Compiling icu_locid v1.5.0
29362025-12-03T15:39:37.134Z Compiling pest_generator v2.8.2
29372025-12-03T15:39:37.494Z Compiling toml_datetime v0.6.11
29382025-12-03T15:39:38.333Z Compiling icu_provider v1.5.0
29392025-12-03T15:39:38.779Z Compiling serde_spanned v0.6.9
29402025-12-03T15:39:39.090Z Compiling zerocopy v0.7.35
29412025-12-03T15:39:39.166Z Compiling pest_derive v2.8.2
29422025-12-03T15:39:39.311Z Compiling icu_locid_transform v1.5.0
29432025-12-03T15:39:40.005Z Compiling scroll_derive v0.12.0
29442025-12-03T15:39:40.369Z Compiling dtrace-parser v0.2.0
29452025-12-03T15:39:40.507Z Compiling dof v0.3.0
29462025-12-03T15:39:41.358Z Compiling icu_properties v1.5.1
29472025-12-03T15:39:41.391Z Compiling scroll v0.12.0
29482025-12-03T15:39:41.834Z Compiling toml_edit v0.22.27
29492025-12-03T15:39:42.261Z Compiling goblin v0.8.2
29502025-12-03T15:39:43.928Z Compiling erased-serde v0.4.6
29512025-12-03T15:39:44.823Z Compiling serde_tokenstream v0.2.2
29522025-12-03T15:39:45.317Z Compiling icu_normalizer v1.5.0
29532025-12-03T15:39:46.966Z Compiling idna_adapter v1.2.0
29542025-12-03T15:39:47.257Z Compiling idna v1.0.3
29552025-12-03T15:39:47.476Z Compiling toml v0.8.23
29562025-12-03T15:39:52.226Z Compiling url v2.5.4
29572025-12-03T15:39:52.451Z Compiling serde-untagged v0.1.7
29582025-12-03T15:39:52.708Z Compiling serde-value v0.7.0
29592025-12-03T15:39:53.304Z Compiling usdt-macro v0.5.0
29602025-12-03T15:39:54.336Z Compiling cargo-util-schemas v0.8.2
29612025-12-03T15:39:54.536Z Compiling usdt-attr-macro v0.5.0
29622025-12-03T15:39:55.096Z Compiling cargo-platform v0.2.0
29632025-12-03T15:39:55.874Z Compiling clap_derive v4.5.47
29642025-12-03T15:39:56.266Z Compiling usdt v0.5.0
29652025-12-03T15:39:57.491Z Compiling cargo_metadata v0.21.0
29662025-12-03T15:39:57.624Z Compiling cargo_toml v0.21.0
29672025-12-03T15:39:58.409Z Compiling macaddr v1.0.1
29682025-12-03T15:39:59.000Z Compiling tabled v0.15.0
29692025-12-03T15:40:00.009Z Compiling clap v4.5.48
29702025-12-03T15:40:09.021Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29712025-12-03T15:40:14.903Z Finished `release` profile [optimized] target(s) in 56.10s
29722025-12-03T15:40:15.052Z
29732025-12-03T15:40:15.056Zreal 56.282174736
29742025-12-03T15:40:15.056Zuser 6:08.621846097
29752025-12-03T15:40:15.056Zsys 28.281240257
29762025-12-03T15:40:15.056Ztrap 0.186216610
29772025-12-03T15:40:15.056Ztflt 0.362998770
29782025-12-03T15:40:15.056Zdflt 0.551743134
29792025-12-03T15:40:15.056Zkflt 0.000006709
29802025-12-03T15:40:15.056Zlock 16:05.193716097
29812025-12-03T15:40:15.056Zslp 18:22.098946546
29822025-12-03T15:40:15.056Zlat 24.366736379
29832025-12-03T15:40:15.056Zstop 34.297341885
29842025-12-03T15:40:15.056Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29852025-12-03T15:40:15.056Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29862025-12-03T15:40:15.056Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29872025-12-03T15:40:15.056Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29882025-12-03T15:40:15.056Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29892025-12-03T15:40:16.372Z Compiling regress v0.10.4
29902025-12-03T15:40:16.552Z Compiling unsafe-libyaml v0.2.11
29912025-12-03T15:40:16.555Z Compiling hex v0.4.3
29922025-12-03T15:40:16.555Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29932025-12-03T15:40:16.555Z Compiling match_cfg v0.1.0
29942025-12-03T15:40:16.622Z Compiling progenitor-client v0.10.0
29952025-12-03T15:40:16.625Z Compiling structmeta-derive v0.3.0
29962025-12-03T15:40:16.625Z Compiling rustls v0.22.4
29972025-12-03T15:40:16.692Z Compiling hostname v0.3.1
29982025-12-03T15:40:16.936Z Compiling multer v3.1.0
29992025-12-03T15:40:17.061Z Compiling debug-ignore v1.0.5
30002025-12-03T15:40:17.142Z Compiling toml_parser v1.0.2
30012025-12-03T15:40:17.168Z Compiling slog-json v2.6.1
30022025-12-03T15:40:17.254Z Compiling serde_spanned v1.0.0
30032025-12-03T15:40:17.384Z Compiling macaddr v1.0.1
30042025-12-03T15:40:17.554Z Compiling toml_datetime v0.7.0
30052025-12-03T15:40:17.558Z Compiling async-stream-impl v0.3.6
30062025-12-03T15:40:17.866Z Compiling serde_yaml v0.9.34+deprecated
30072025-12-03T15:40:18.184Z Compiling dropshot v0.16.4
30082025-12-03T15:40:18.329Z Compiling toml_writer v1.0.2
30092025-12-03T15:40:18.557Z Compiling slog-bunyan v2.5.0
30102025-12-03T15:40:18.778Z Compiling toml v0.9.5
30112025-12-03T15:40:18.826Z Compiling waitgroup v0.1.2
30122025-12-03T15:40:18.852Z Compiling async-stream v0.3.6
30132025-12-03T15:40:19.072Z Compiling rustls-pemfile v2.2.0
30142025-12-03T15:40:19.160Z Compiling dropshot_endpoint v0.16.4
30152025-12-03T15:40:19.229Z Compiling structmeta v0.3.0
30162025-12-03T15:40:19.419Z Compiling serde_path_to_error v0.1.17
30172025-12-03T15:40:19.547Z Compiling hostname v0.4.0
30182025-12-03T15:40:19.657Z Compiling derive-ex v0.1.8
30192025-12-03T15:40:19.800Z Compiling newtype-uuid-macros v0.1.0
30202025-12-03T15:40:20.245Z Compiling typify-impl v0.4.3
30212025-12-03T15:40:21.272Z Compiling tokio-rustls v0.25.0
30222025-12-03T15:40:21.489Z Compiling instant v0.1.13
30232025-12-03T15:40:21.691Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30242025-12-03T15:40:21.733Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
30252025-12-03T15:40:21.866Z Compiling progenitor-client v0.11.2
30262025-12-03T15:40:21.946Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30272025-12-03T15:40:22.496Z Compiling parse-display-derive v0.10.0
30282025-12-03T15:40:22.780Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30292025-12-03T15:40:23.015Z Compiling backoff v0.4.0
30302025-12-03T15:40:23.049Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30312025-12-03T15:40:23.402Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
30322025-12-03T15:40:23.779Z Compiling test-strategy v0.4.3
30332025-12-03T15:40:23.855Z Compiling itertools v0.14.0
30342025-12-03T15:40:24.277Z Compiling darling_core v0.21.0
30352025-12-03T15:40:25.097Z Compiling proc-macro-crate v1.3.1
30362025-12-03T15:40:25.528Z Compiling crucible-workspace-hack v0.1.0
30372025-12-03T15:40:25.925Z Compiling proc-macro-error v1.0.4
30382025-12-03T15:40:25.989Z Compiling num_enum_derive v0.5.11
30392025-12-03T15:40:26.394Z Compiling parse-display v0.10.0
30402025-12-03T15:40:26.510Z Compiling heapless v0.8.0
30412025-12-03T15:40:26.781Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30422025-12-03T15:40:27.191Z Compiling hash32 v0.3.1
30432025-12-03T15:40:27.254Z Compiling smoltcp v0.11.0
30442025-12-03T15:40:27.341Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
30452025-12-03T15:40:27.471Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
30462025-12-03T15:40:27.860Z Compiling foreign-types-macros v0.2.3
30472025-12-03T15:40:27.972Z Compiling cobs v0.2.3
30482025-12-03T15:40:28.315Z Compiling foreign-types-shared v0.3.1
30492025-12-03T15:40:28.318Z Compiling num_enum v0.5.11
30502025-12-03T15:40:28.505Z Compiling postcard v1.0.10
30512025-12-03T15:40:28.767Z Compiling tabwriter v1.4.0
30522025-12-03T15:40:28.794Z Compiling nix v0.30.1
30532025-12-03T15:40:29.122Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30542025-12-03T15:40:29.147Z Compiling foreign-types v0.5.0
30552025-12-03T15:40:29.249Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
30562025-12-03T15:40:29.299Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
30572025-12-03T15:40:29.671Z Compiling cstr-argument v0.1.2
30582025-12-03T15:40:29.693Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
30592025-12-03T15:40:29.917Z Compiling pretty-hex v0.2.1
30602025-12-03T15:40:29.953Z Compiling rayon-core v1.12.1
30612025-12-03T15:40:29.979Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30622025-12-03T15:40:30.073Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30632025-12-03T15:40:30.160Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
30642025-12-03T15:40:30.278Z Compiling darling_macro v0.21.0
30652025-12-03T15:40:30.330Z Compiling crossbeam-deque v0.8.5
30662025-12-03T15:40:30.365Z Compiling colored v2.2.0
30672025-12-03T15:40:30.556Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
30682025-12-03T15:40:31.210Z Compiling darling v0.21.0
30692025-12-03T15:40:31.373Z Compiling ingot-macros v0.1.1
30702025-12-03T15:40:31.507Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30712025-12-03T15:40:31.597Z Compiling typify-macro v0.4.3
30722025-12-03T15:40:32.076Z Compiling rayon v1.10.0
30732025-12-03T15:40:32.191Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30742025-12-03T15:40:32.218Z Compiling zone_cfg_derive v0.3.0
30752025-12-03T15:40:32.725Z Compiling toml v0.8.23
30762025-12-03T15:40:32.849Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
30772025-12-03T15:40:33.302Z Compiling camino-tempfile v1.4.1
30782025-12-03T15:40:33.664Z Compiling smf v0.2.3
30792025-12-03T15:40:33.690Z Compiling num-derive v0.4.2
30802025-12-03T15:40:33.810Z Compiling sigpipe v0.1.3
30812025-12-03T15:40:33.985Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30822025-12-03T15:40:34.232Z Compiling zone v0.3.1
30832025-12-03T15:40:34.387Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
30842025-12-03T15:40:34.859Z Compiling num-rational v0.4.2
30852025-12-03T15:40:34.886Z Compiling num-complex v0.4.6
30862025-12-03T15:40:35.302Z Compiling convert_case v0.4.0
30872025-12-03T15:40:35.668Z Compiling secrecy v0.10.3
30882025-12-03T15:40:35.728Z Compiling typify v0.4.3
30892025-12-03T15:40:35.847Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30902025-12-03T15:40:35.877Z Compiling num v0.4.3
30912025-12-03T15:40:35.927Z Compiling progenitor-impl v0.11.2
30922025-12-03T15:40:35.952Z Compiling progenitor-impl v0.10.0
30932025-12-03T15:40:36.017Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30942025-12-03T15:40:36.144Z Compiling derive_more v0.99.20
30952025-12-03T15:40:36.256Z Compiling float-ord v0.3.2
30962025-12-03T15:40:36.297Z Compiling password-hash v0.5.0
30972025-12-03T15:40:36.478Z Compiling blake2 v0.10.6
30982025-12-03T15:40:36.667Z Compiling universal-hash v0.5.1
30992025-12-03T15:40:36.924Z Compiling indent_write v2.2.0
31002025-12-03T15:40:37.240Z Compiling opaque-debug v0.3.1
31012025-12-03T15:40:37.277Z Compiling argon2 v0.5.3
31022025-12-03T15:40:37.310Z Compiling gethostname v0.5.0
31032025-12-03T15:40:37.372Z Compiling base64 v0.21.7
31042025-12-03T15:40:37.533Z Compiling resolv-conf v0.7.0
31052025-12-03T15:40:37.760Z Compiling derive-where v1.5.0
31062025-12-03T15:40:38.033Z Compiling console v0.15.10
31072025-12-03T15:40:38.243Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31082025-12-03T15:40:38.294Z Compiling ingot-types v0.1.2
31092025-12-03T15:40:38.754Z Compiling aead v0.5.2
31102025-12-03T15:40:39.171Z Compiling ingot v0.1.1
31112025-12-03T15:40:39.174Z Compiling half v2.4.1
31122025-12-03T15:40:39.324Z Compiling utf-8 v0.7.6
31132025-12-03T15:40:39.681Z Compiling ciborium-io v0.2.2
31142025-12-03T15:40:39.790Z Compiling owo-colors v4.2.2
31152025-12-03T15:40:39.863Z Compiling cancel-safe-futures v0.1.5
31162025-12-03T15:40:40.104Z Compiling ciborium-ll v0.2.2
31172025-12-03T15:40:40.316Z Compiling tungstenite v0.21.0
31182025-12-03T15:40:40.526Z Compiling poly1305 v0.8.0
31192025-12-03T15:40:40.553Z Compiling hickory-proto v0.24.4
31202025-12-03T15:40:40.889Z Compiling chacha20 v0.9.1
31212025-12-03T15:40:41.424Z Compiling libsw-core v0.3.1
31222025-12-03T15:40:41.762Z Compiling semver v0.1.20
31232025-12-03T15:40:42.171Z Compiling linked-hash-map v0.5.6
31242025-12-03T15:40:42.199Z Compiling fixedbitset v0.5.7
31252025-12-03T15:40:42.334Z Compiling rustc_version v0.1.7
31262025-12-03T15:40:42.412Z Compiling libsw v3.5.0
31272025-12-03T15:40:42.505Z Compiling progenitor-macro v0.11.2
31282025-12-03T15:40:42.551Z Compiling lru-cache v0.1.2
31292025-12-03T15:40:42.577Z Compiling progenitor-macro v0.10.0
31302025-12-03T15:40:42.747Z Compiling petgraph v0.8.2
31312025-12-03T15:40:42.790Z Compiling tokio-tungstenite v0.21.0
31322025-12-03T15:40:42.865Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
31332025-12-03T15:40:43.171Z Compiling ciborium v0.2.2
31342025-12-03T15:40:43.970Z Compiling newline-converter v0.3.0
31352025-12-03T15:40:44.185Z Compiling atomicwrites v0.4.4
31362025-12-03T15:40:44.464Z Compiling slog-dtrace v0.3.0
31372025-12-03T15:40:44.571Z Compiling siphasher v1.0.1
31382025-12-03T15:40:44.963Z Compiling linear-map v1.2.0
31392025-12-03T15:40:45.000Z Compiling phf_shared v0.12.1
31402025-12-03T15:40:45.366Z Compiling expectorate v1.2.0
31412025-12-03T15:40:45.394Z Compiling newtype_derive v0.1.6
31422025-12-03T15:40:45.397Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31432025-12-03T15:40:45.682Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
31442025-12-03T15:40:45.757Z Compiling hickory-resolver v0.24.4
31452025-12-03T15:40:45.760Z Compiling tokio-dtrace v0.1.0
31462025-12-03T15:40:46.192Z Compiling pin-project-internal v1.1.6
31472025-12-03T15:40:46.547Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31482025-12-03T15:40:46.824Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31492025-12-03T15:40:47.652Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
31502025-12-03T15:40:47.976Z Compiling chrono-tz v0.10.4
31512025-12-03T15:40:48.066Z Compiling libefi-sys v0.1.0
31522025-12-03T15:40:48.387Z Compiling qorb v0.4.1
31532025-12-03T15:40:48.523Z Compiling const_format_proc_macros v0.2.34
31542025-12-03T15:40:48.959Z Compiling pin-project v1.1.6
31552025-12-03T15:40:49.145Z Compiling oxide-tokio-rt v0.1.2
31562025-12-03T15:40:49.573Z Compiling phf v0.12.1
31572025-12-03T15:40:49.913Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31582025-12-03T15:40:50.138Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31592025-12-03T15:40:50.282Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31602025-12-03T15:40:50.429Z Compiling pem v3.0.5
31612025-12-03T15:40:50.459Z Compiling thiserror-impl-no-std v2.0.2
31622025-12-03T15:40:50.986Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
31632025-12-03T15:40:51.110Z Compiling snafu-derive v0.8.5
31642025-12-03T15:40:51.152Z Compiling async-recursion v1.1.1
31652025-12-03T15:40:51.349Z Compiling bitfield-struct v0.6.2
31662025-12-03T15:40:51.647Z Compiling csv-core v0.1.11
31672025-12-03T15:40:52.228Z Compiling same-file v1.0.6
31682025-12-03T15:40:52.575Z Compiling highway v1.3.0
31692025-12-03T15:40:52.701Z Compiling walkdir v2.5.0
31702025-12-03T15:40:52.762Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31712025-12-03T15:40:52.921Z Compiling csv v1.3.1
31722025-12-03T15:40:53.246Z Compiling thiserror-no-std v2.0.2
31732025-12-03T15:40:53.350Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
31742025-12-03T15:40:53.413Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31752025-12-03T15:40:53.437Z Compiling const_format v0.2.34
31762025-12-03T15:40:54.089Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31772025-12-03T15:40:54.116Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31782025-12-03T15:40:54.369Z Compiling tabled_derive v0.7.0
31792025-12-03T15:40:55.242Z Compiling globset v0.4.15
31802025-12-03T15:40:55.306Z Compiling progenitor v0.11.2
31812025-12-03T15:40:55.422Z Compiling progenitor v0.10.0
31822025-12-03T15:40:55.554Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
31832025-12-03T15:40:55.696Z Compiling olpc-cjson v0.1.4
31842025-12-03T15:40:55.840Z Compiling snafu v0.8.5
31852025-12-03T15:40:55.991Z Compiling bcs v0.1.6
31862025-12-03T15:40:56.510Z Compiling serde_plain v1.0.2
31872025-12-03T15:40:56.599Z Compiling termtree v0.5.1
31882025-12-03T15:40:56.644Z Compiling radium v0.7.0
31892025-12-03T15:40:56.759Z Compiling typed-path v0.9.3
31902025-12-03T15:40:56.892Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31912025-12-03T15:40:56.895Z Compiling tabled v0.15.0
31922025-12-03T15:40:56.895Z Compiling textwrap v0.16.2
31932025-12-03T15:40:57.054Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31942025-12-03T15:40:57.255Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31952025-12-03T15:40:57.535Z Compiling steno v0.4.1
31962025-12-03T15:40:57.719Z Compiling vsss-rs v3.3.4
31972025-12-03T15:40:58.073Z Compiling chacha20poly1305 v0.10.1
31982025-12-03T15:40:58.274Z Compiling typify-impl v0.2.0
31992025-12-03T15:40:58.347Z Compiling dropshot-api-manager-types v0.2.3
32002025-12-03T15:40:58.991Z Compiling tough v0.20.0
32012025-12-03T15:40:59.701Z Compiling primeorder v0.13.6
32022025-12-03T15:41:00.257Z Compiling maybe-uninit v2.0.0
32032025-12-03T15:41:00.822Z Compiling xshell-macros v0.2.7
32042025-12-03T15:41:01.645Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32052025-12-03T15:41:01.920Z Compiling tap v1.0.1
32062025-12-03T15:41:02.184Z Compiling moka v0.12.10
32072025-12-03T15:41:02.575Z Compiling humantime v2.2.0
32082025-12-03T15:41:02.772Z Compiling wyz v0.5.1
32092025-12-03T15:41:03.111Z Compiling xshell v0.2.7
32102025-12-03T15:41:03.334Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
32112025-12-03T15:41:03.582Z Compiling funty v2.0.0
32122025-12-03T15:41:03.771Z Compiling arc-swap v1.7.1
32132025-12-03T15:41:04.208Z Compiling tagptr v0.2.0
32142025-12-03T15:41:04.383Z Compiling packed_struct v0.10.1
32152025-12-03T15:41:04.511Z Compiling bitvec v1.0.1
32162025-12-03T15:41:05.166Z Compiling slog-scope v4.4.0
32172025-12-03T15:41:05.828Z Compiling polyval v0.6.2
32182025-12-03T15:41:06.268Z Compiling packed_struct_codegen v0.10.1
32192025-12-03T15:41:06.312Z Compiling bitfield-macros v0.19.2
32202025-12-03T15:41:06.673Z Compiling zerocopy-derive v0.6.6
32212025-12-03T15:41:07.899Z Compiling proc-macro-error-attr2 v2.0.0
32222025-12-03T15:41:07.928Z Compiling indexmap v1.9.3
32232025-12-03T15:41:08.302Z Compiling parking_lot_core v0.8.6
32242025-12-03T15:41:08.375Z Compiling nodrop v0.1.14
32252025-12-03T15:41:08.544Z Compiling crc-catalog v2.4.0
32262025-12-03T15:41:08.599Z Compiling salty v0.3.0
32272025-12-03T15:41:08.625Z Compiling zerocopy v0.6.6
32282025-12-03T15:41:08.723Z Compiling proc-macro-error2 v2.0.1
32292025-12-03T15:41:08.750Z Compiling crc v3.2.1
32302025-12-03T15:41:08.835Z Compiling array-init v0.0.4
32312025-12-03T15:41:09.135Z Compiling bitfield v0.19.2
32322025-12-03T15:41:09.364Z Compiling hickory-resolver v0.25.2
32332025-12-03T15:41:09.392Z Compiling ghash v0.5.1
32342025-12-03T15:41:09.417Z Compiling smallvec v0.6.14
32352025-12-03T15:41:09.475Z Compiling typify-macro v0.2.0
32362025-12-03T15:41:09.608Z Compiling slog-stdlog v4.1.1
32372025-12-03T15:41:09.634Z Compiling p384 v0.13.1
32382025-12-03T15:41:09.837Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32392025-12-03T15:41:09.863Z Compiling ctr v0.9.2
32402025-12-03T15:41:09.963Z Compiling num-derive v0.3.3
32412025-12-03T15:41:10.092Z Compiling lzma-sys v0.1.20
32422025-12-03T15:41:10.276Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32432025-12-03T15:41:10.653Z Compiling unicase v2.8.1
32442025-12-03T15:41:10.836Z Compiling hashbrown v0.12.3
32452025-12-03T15:41:10.970Z Compiling aes-gcm v0.10.3
32462025-12-03T15:41:11.069Z Compiling mime_guess v2.0.5
32472025-12-03T15:41:11.319Z Compiling slog-envlogger v2.2.0
32482025-12-03T15:41:12.012Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
32492025-12-03T15:41:12.050Z Compiling libscf-sys v1.1.0
32502025-12-03T15:41:12.255Z Compiling serde-hex v0.1.0
32512025-12-03T15:41:12.376Z Compiling tabled_derive v0.11.0
32522025-12-03T15:41:12.403Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32532025-12-03T15:41:13.389Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32542025-12-03T15:41:13.393Z Compiling typify v0.2.0
32552025-12-03T15:41:13.633Z Compiling progenitor-impl v0.8.0
32562025-12-03T15:41:13.701Z Compiling papergrid v0.17.0
32572025-12-03T15:41:13.826Z Compiling ron v0.8.1
32582025-12-03T15:41:16.057Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32592025-12-03T15:41:16.469Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32602025-12-03T15:41:17.807Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32612025-12-03T15:41:17.998Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32622025-12-03T15:41:19.581Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32632025-12-03T15:41:19.967Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32642025-12-03T15:41:19.993Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32652025-12-03T15:41:20.273Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32662025-12-03T15:41:20.778Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
32672025-12-03T15:41:22.471Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32682025-12-03T15:41:22.675Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32692025-12-03T15:41:23.253Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32702025-12-03T15:41:23.433Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32712025-12-03T15:41:23.865Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
32722025-12-03T15:41:24.262Z Compiling progenitor-macro v0.8.0
32732025-12-03T15:41:24.765Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32742025-12-03T15:41:25.743Z Compiling testing_table v0.3.0
32752025-12-03T15:41:26.063Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32762025-12-03T15:41:26.343Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32772025-12-03T15:41:26.608Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
32782025-12-03T15:41:27.726Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
32792025-12-03T15:41:28.361Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32802025-12-03T15:41:28.914Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32812025-12-03T15:41:28.970Z Compiling hashbrown v0.13.2
32822025-12-03T15:41:30.047Z Compiling usdt-macro v0.6.0
32832025-12-03T15:41:30.418Z Compiling usdt-attr-macro v0.6.0
32842025-12-03T15:41:30.522Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
32852025-12-03T15:41:31.114Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
32862025-12-03T15:41:31.617Z Compiling heck v0.3.3
32872025-12-03T15:41:32.023Z Compiling progenitor-client v0.8.0
32882025-12-03T15:41:32.085Z Compiling ssh-encoding v0.2.0
32892025-12-03T15:41:32.664Z Compiling blowfish v0.9.1
32902025-12-03T15:41:32.694Z Compiling memmap2 v0.9.8
32912025-12-03T15:41:32.909Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
32922025-12-03T15:41:33.158Z Compiling nibble_vec v0.1.0
32932025-12-03T15:41:33.185Z Compiling endian-type v0.1.2
32942025-12-03T15:41:33.307Z Compiling crc-any v2.5.0
32952025-12-03T15:41:33.413Z Compiling radix_trie v0.2.1
32962025-12-03T15:41:33.566Z Compiling usdt v0.6.0
32972025-12-03T15:41:33.812Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
32982025-12-03T15:41:34.067Z Compiling bcrypt-pbkdf v0.10.0
32992025-12-03T15:41:34.116Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33002025-12-03T15:41:34.758Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33012025-12-03T15:41:36.836Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33022025-12-03T15:41:36.977Z Compiling progenitor v0.8.0
33032025-12-03T15:41:37.316Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33042025-12-03T15:41:37.346Z Compiling ssh-cipher v0.2.0
33052025-12-03T15:41:38.759Z Compiling zone_cfg_derive v0.1.2
33062025-12-03T15:41:40.206Z Compiling object v0.30.4
33072025-12-03T15:41:41.080Z Compiling tabled v0.20.0
33082025-12-03T15:41:41.283Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33092025-12-03T15:41:42.056Z Compiling attest-data v0.4.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
33102025-12-03T15:41:42.513Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33112025-12-03T15:41:42.981Z Compiling parking_lot v0.11.2
33122025-12-03T15:41:43.091Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33132025-12-03T15:41:43.389Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33142025-12-03T15:41:43.542Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33152025-12-03T15:41:43.813Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=dea3bbfac7d9d3c45f088898fcd05ee5d2ec2210#dea3bbfa)
33162025-12-03T15:41:43.899Z Compiling prefix-trie v0.7.0
33172025-12-03T15:41:43.987Z Compiling password-hash v0.4.2
33182025-12-03T15:41:44.208Z Compiling fxhash v0.2.1
33192025-12-03T15:41:44.357Z Compiling number_prefix v0.4.0
33202025-12-03T15:41:44.466Z Compiling http-range v0.1.5
33212025-12-03T15:41:44.647Z Compiling path-slash v0.1.5
33222025-12-03T15:41:44.745Z Compiling base64 v0.13.1
33232025-12-03T15:41:44.803Z Compiling half v1.8.3
33242025-12-03T15:41:44.841Z Compiling corncobs v0.1.4
33252025-12-03T15:41:44.898Z Compiling hickory-server v0.25.2
33262025-12-03T15:41:45.178Z Compiling ron v0.7.1
33272025-12-03T15:41:45.304Z Compiling serde_cbor v0.11.2
33282025-12-03T15:41:45.419Z Compiling dice-mfg-msgs v0.2.1 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
33292025-12-03T15:41:46.336Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33302025-12-03T15:41:46.689Z Compiling indicatif v0.17.11
33312025-12-03T15:41:46.837Z Compiling pbkdf2 v0.11.0
33322025-12-03T15:41:47.286Z Compiling sled v0.34.7
33332025-12-03T15:41:47.751Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33342025-12-03T15:41:48.682Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33352025-12-03T15:41:49.110Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33362025-12-03T15:41:49.372Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
33372025-12-03T15:41:49.716Z Compiling xz2 v0.1.7
33382025-12-03T15:41:50.207Z Compiling zone v0.1.8
33392025-12-03T15:41:50.915Z Compiling ssh-key v0.6.6
33402025-12-03T15:41:51.522Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33412025-12-03T15:41:51.575Z Compiling hickory-client v0.25.2
33422025-12-03T15:41:52.249Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33432025-12-03T15:41:53.402Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33442025-12-03T15:41:53.732Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33452025-12-03T15:41:54.457Z Compiling p256 v0.13.2
33462025-12-03T15:41:54.853Z Compiling p521 v0.13.3
33472025-12-03T15:41:55.285Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
33482025-12-03T15:41:55.642Z Compiling yasna v0.5.2
33492025-12-03T15:41:56.593Z Compiling headers-core v0.3.0
33502025-12-03T15:41:56.827Z Compiling kstat-rs v0.2.4
33512025-12-03T15:41:56.938Z Compiling secrecy v0.8.0
33522025-12-03T15:41:56.984Z Compiling nanorand v0.7.0
33532025-12-03T15:41:57.206Z Compiling atty v0.2.14
33542025-12-03T15:41:57.266Z Compiling russh-cryptovec v0.7.3
33552025-12-03T15:41:57.416Z Compiling crc8 v0.1.1
33562025-12-03T15:41:57.420Z Compiling md5 v0.7.0
33572025-12-03T15:41:57.588Z Compiling flume v0.11.1
33582025-12-03T15:41:57.631Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33592025-12-03T15:41:57.657Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
33602025-12-03T15:41:57.746Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33612025-12-03T15:41:57.979Z Compiling russh-keys v0.45.0
33622025-12-03T15:41:58.202Z Compiling headers v0.4.1
33632025-12-03T15:41:59.906Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33642025-12-03T15:42:00.335Z Compiling rcgen v0.12.1
33652025-12-03T15:42:00.892Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
33662025-12-03T15:42:01.219Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33672025-12-03T15:42:01.504Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
33682025-12-03T15:42:02.490Z Compiling hyper-staticfile v0.10.1
33692025-12-03T15:42:03.131Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33702025-12-03T15:42:03.521Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
33712025-12-03T15:42:03.808Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33722025-12-03T15:42:04.036Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33732025-12-03T15:42:04.770Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33742025-12-03T15:42:05.931Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33752025-12-03T15:42:06.111Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33762025-12-03T15:42:06.623Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33772025-12-03T15:42:06.946Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33782025-12-03T15:42:07.369Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33792025-12-03T15:42:08.536Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33802025-12-03T15:42:08.594Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33812025-12-03T15:42:09.583Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33822025-12-03T15:42:11.636Z Compiling num-bigint v0.4.6
33832025-12-03T15:42:13.813Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33842025-12-03T15:42:14.666Z Compiling des v0.8.1
33852025-12-03T15:42:15.057Z Compiling subprocess v0.2.9
33862025-12-03T15:42:15.426Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
33872025-12-03T15:42:16.371Z Compiling display-error-chain v0.2.2
33882025-12-03T15:42:16.612Z Compiling hex-literal v0.4.1
33892025-12-03T15:42:16.641Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
33902025-12-03T15:42:16.701Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33912025-12-03T15:42:16.827Z Compiling russh v0.45.0
33922025-12-03T15:42:19.526Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33932025-12-03T15:42:19.905Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33942025-12-03T15:42:20.398Z Compiling internet-checksum v0.2.1
33952025-12-03T15:42:23.262Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33962025-12-03T15:42:50.199Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33972025-12-03T15:43:17.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 01s
33982025-12-03T15:43:17.352Z
33992025-12-03T15:43:17.357Zreal 3:02.206076200
34002025-12-03T15:43:17.357Zuser 16:55.877528268
34012025-12-03T15:43:17.357Zsys 2:24.743022717
34022025-12-03T15:43:17.357Ztrap 0.495027881
34032025-12-03T15:43:17.357Ztflt 0.222542475
34042025-12-03T15:43:17.357Zdflt 0.811988035
34052025-12-03T15:43:17.357Zkflt 0.000041837
34062025-12-03T15:43:17.357Zlock 45:30.023873620
34072025-12-03T15:43:17.357Zslp 1:01:40.606359216
34082025-12-03T15:43:17.357Zlat 1:00.981790530
34092025-12-03T15:43:17.357Zstop 2:37.625972859
34102025-12-03T15:43:17.357Z+ mkdir tests
34112025-12-03T15:43:17.361Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34122025-12-03T15:43:17.361Z+ xargs -I '{}' -t cp '{}' tests/
34132025-12-03T15:43:17.399Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-868635bbcd167528 tests/
34142025-12-03T15:43:17.426Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8a043a2bbab9514b tests/
34152025-12-03T15:43:17.439Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0a9dbc2a9e59cbbe tests/
34162025-12-03T15:43:17.458Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9cd9d4b324a30988 tests/
34172025-12-03T15:43:17.709Z+ 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/*)
34182025-12-03T15:43:17.713Z+ 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-8a043a2bbab9514b tests/commtest-0a9dbc2a9e59cbbe tests/dhcp_server-868635bbcd167528 tests/end_to_end_tests-9cd9d4b324a30988 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
34192025-12-03T15:45:02.420ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34202025-12-03T15:45:02.420Za .github/buildomat/ci-env.sh 1K
34212025-12-03T15:45:02.420Za out/target/test 1K
34222025-12-03T15:45:02.420Za out/npuzone/npuzone 23144K
34232025-12-03T15:45:02.420Za package-manifest.toml 34K
34242025-12-03T15:45:02.420Za smf/sled-agent/non-gimlet/config.toml 6K
34252025-12-03T15:45:02.420Za target/release/omicron-package 41706K
34262025-12-03T15:45:02.420Za target/release/xtask 11758K
34272025-12-03T15:45:02.420Za target/debug/bootstrap 298589K
34282025-12-03T15:45:02.420Za tests/bootstrap-8a043a2bbab9514b 23641K
34292025-12-03T15:45:02.420Za tests/commtest-0a9dbc2a9e59cbbe 23740K
34302025-12-03T15:45:02.420Za tests/dhcp_server-868635bbcd167528 23641K
34312025-12-03T15:45:02.420Za tests/end_to_end_tests-9cd9d4b324a30988 343761K
34322025-12-03T15:45:02.420Za out/clickhouse.tar.gz 319223K
34332025-12-03T15:45:02.420Za out/clickhouse_keeper.tar.gz 302864K
34342025-12-03T15:45:02.420Za out/clickhouse_server.tar.gz 319223K
34352025-12-03T15:45:02.420Za out/cockroachdb.tar.gz 168672K
34362025-12-03T15:45:02.420Za out/crucible-pantry-zone.tar.gz 43856K
34372025-12-03T15:45:02.420Za out/crucible-utils.tar 17744K
34382025-12-03T15:45:02.420Za out/crucible-zone.tar.gz 57994K
34392025-12-03T15:45:02.420Za out/external-dns.tar.gz 51265K
34402025-12-03T15:45:02.420Za out/internal-dns.tar.gz 51265K
34412025-12-03T15:45:02.420Za out/mg-ddm-gz.tar 117108K
34422025-12-03T15:45:02.420Za out/nexus.tar.gz 191760K
34432025-12-03T15:45:02.421Za out/ntp.tar.gz 33545K
34442025-12-03T15:45:02.421Za out/omicron-gateway-softnpu.tar.gz 27654K
34452025-12-03T15:45:02.421Za out/omicron-sled-agent.tar 184968K
34462025-12-03T15:45:02.421Za out/overlay.tar.gz 3K
34472025-12-03T15:45:02.421Za out/oximeter.tar.gz 63459K
34482025-12-03T15:45:02.421Za out/oxlog.tar 4012K
34492025-12-03T15:45:02.421Za out/probe.tar.gz 3037K
34502025-12-03T15:45:02.421Za out/propolis-server.tar.gz 73484K
34512025-12-03T15:45:02.421Za out/pumpkind-gz.tar 26647K
34522025-12-03T15:45:02.421Za out/switch-softnpu.tar.gz 389079K
34532025-12-03T15:45:02.424Z
34542025-12-03T15:45:02.424Zreal 1:44.700283776
34552025-12-03T15:45:02.424Zuser 1:40.396326027
34562025-12-03T15:45:02.424Zsys 6.049013413
34572025-12-03T15:45:02.424Ztrap 0.023306881
34582025-12-03T15:45:02.424Ztflt 0.000000000
34592025-12-03T15:45:02.424Zdflt 0.000000000
34602025-12-03T15:45:02.424Zkflt 0.000000000
34612025-12-03T15:45:02.425Zlock 0.000000000
34622025-12-03T15:45:02.425Zslp 1:40.297961390
34632025-12-03T15:45:02.425Zlat 2.628473437
34642025-12-03T15:45:02.425Zstop 0.000270084
34652025-12-03T15:45:02.425Zprocess exited: duration 2303957 ms, exit code 0
 
34662025-12-03T15:45:02.441Zfound 1 output files
34672025-12-03T15:45:02.441Zuploading: /work/package.tar.gz (2410498356 bytes)
34682025-12-03T15:45:38.845Zuploaded: /work/package.tar.gz