01JKCQXB0896FJ6D3W1TAAGKX8: 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: 01JKCQXRNXF2HP9YF2X7J17T4H

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-06T04:23:26.374Zjob assigned to worker 01JKCQXSHN19VDFQJ36N6VANT1 [factory aws, i-00044487a061d47e3] (queued for 47 s)
 
22025-02-06T04:23:34.098Zstarting task 0: "setup"
32025-02-06T04:23:34.103Z++ uname -s
42025-02-06T04:23:34.106Z+ kern=SunOS
52025-02-06T04:23:34.106Z+ build_user=build
62025-02-06T04:23:34.106Z+ build_uid=12345
72025-02-06T04:23:34.106Z+ work_dir=/work
82025-02-06T04:23:34.106Z+ input_dir=/input
92025-02-06T04:23:34.106Z+ [[ 0 == 12345 ]]
102025-02-06T04:23:34.106Z+ case "$kern" in
112025-02-06T04:23:34.106Z+ groupadd -g 12345 build
122025-02-06T04:23:34.109Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-06T04:23:36.116Z+ zfs create -o mountpoint=/work rpool/work
142025-02-06T04:23:36.234Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-06T04:23:36.236Z+ home_fs=zfs
162025-02-06T04:23:36.236Z+ [[ zfs == autofs ]]
172025-02-06T04:23:36.237Z+ mkdir -p /home/build
182025-02-06T04:23:36.239Z+ chown build:build /home/build /work
192025-02-06T04:23:38.241Z+ chmod 0700 /home/build /work
202025-02-06T04:23:38.244Zprocess exited: duration 4147 ms, exit code 0
 
212025-02-06T04:23:38.250Zstarting task 1: "rust-toolchain"
222025-02-06T04:23:38.255Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.1
232025-02-06T04:23:38.255Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-02-06T04:23:38.255Z * rust toolchain channel = "1.84.1"
252025-02-06T04:23:38.255Z * rust toolchain profile = "default"
262025-02-06T04:23:38.258Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-06T04:23:38.258Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-06T04:23:38.258Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-06T04:23:38.258Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default
302025-02-06T04:23:38.401Zinfo: downloading installer
312025-02-06T04:23:39.436Zwarning: it looks like you have an existing installation of Rust at:
322025-02-06T04:23:39.436Zwarning: /opt/ooce/bin
332025-02-06T04:23:39.436Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-06T04:23:39.436Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-06T04:23:39.436Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-06T04:23:39.436Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-06T04:23:39.436Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-06T04:23:39.436Zerror: cannot install while Rust is installed
392025-02-06T04:23:39.436Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-06T04:23:39.447Zinfo: profile set to 'default'
412025-02-06T04:23:39.448Zinfo: default host triple is x86_64-unknown-illumos
422025-02-06T04:23:39.451Zinfo: syncing channel updates for '1.84.1-x86_64-unknown-illumos'
432025-02-06T04:23:39.577Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
442025-02-06T04:23:39.577Zinfo: downloading component 'cargo'
452025-02-06T04:23:40.467Zinfo: downloading component 'clippy'
462025-02-06T04:23:40.949Zinfo: downloading component 'rust-docs'
472025-02-06T04:23:41.796Zinfo: downloading component 'rust-std'
482025-02-06T04:23:43.431Zinfo: downloading component 'rustc'
492025-02-06T04:23:48.479Zinfo: downloading component 'rustfmt'
502025-02-06T04:23:48.891Zinfo: installing component 'cargo'
512025-02-06T04:23:49.730Zinfo: installing component 'clippy'
522025-02-06T04:23:50.115Zinfo: installing component 'rust-docs'
532025-02-06T04:23:51.824Zinfo: installing component 'rust-std'
542025-02-06T04:23:53.685Zinfo: installing component 'rustc'
552025-02-06T04:23:59.854Zinfo: installing component 'rustfmt'
562025-02-06T04:24:00.190Zinfo: default toolchain set to '1.84.1-x86_64-unknown-illumos'
572025-02-06T04:24:00.191Z
582025-02-06T04:24:00.584Z 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27)
592025-02-06T04:24:00.584Z
602025-02-06T04:24:00.587Z
612025-02-06T04:24:00.587ZRust is installed now. Great!
622025-02-06T04:24:00.587Z
632025-02-06T04:24:00.587ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-06T04:24:00.587Zenvironment variable. This has not been done automatically.
652025-02-06T04:24:00.587Z
662025-02-06T04:24:00.587ZTo configure your current shell, you need to source
672025-02-06T04:24:00.587Zthe corresponding env file under $HOME/.cargo.
682025-02-06T04:24:00.587Z
692025-02-06T04:24:00.587ZThis is usually done by running one of the following (note the leading DOT):
702025-02-06T04:24:00.587Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-06T04:24:00.587Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-06T04:24:00.669Z+ rustup --version
732025-02-06T04:24:00.677Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-06T04:24:00.677Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-06T04:24:00.757Zinfo: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)`
762025-02-06T04:24:00.761Z+ cargo --version
772025-02-06T04:24:00.823Zcargo 1.84.1 (66221abde 2024-11-19)
782025-02-06T04:24:00.826Z+ rustc --version
792025-02-06T04:24:00.890Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
802025-02-06T04:24:00.893Zprocess exited: duration 22640 ms, exit code 0
 
812025-02-06T04:24:00.899Zstarting task 2: "authentication"
822025-02-06T04:24:00.922Zprocess exited: duration 22 ms, exit code 0
 
832025-02-06T04:24:00.927Zstarting task 3: "clone repository"
842025-02-06T04:24:00.933Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-06T04:24:00.935Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-06T04:24:00.972ZCloning into '/work/oxidecomputer/omicron'...
872025-02-06T04:24:07.891Z+ cd /work/oxidecomputer/omicron
882025-02-06T04:24:07.895Z+ git fetch origin ba446e289b5681614ace91f71690a5886211ba5d
892025-02-06T04:24:08.186ZFrom https://github.com/oxidecomputer/omicron
902025-02-06T04:24:08.186Z * branch ba446e289b5681614ace91f71690a5886211ba5d -> FETCH_HEAD
912025-02-06T04:24:08.198Z+ [[ -n renovate/guppy-0.x ]]
922025-02-06T04:24:08.200Z++ git branch --show-current
932025-02-06T04:24:08.203Z+ current=main
942025-02-06T04:24:08.203Z+ [[ main != renovate/guppy-0.x ]]
952025-02-06T04:24:08.203Z+ git branch -f renovate/guppy-0.x ba446e289b5681614ace91f71690a5886211ba5d
962025-02-06T04:24:08.206Z+ git checkout -f renovate/guppy-0.x
972025-02-06T04:24:08.391ZSwitched to branch 'renovate/guppy-0.x'
982025-02-06T04:24:08.394Z+ git reset --hard ba446e289b5681614ace91f71690a5886211ba5d
992025-02-06T04:24:08.410ZHEAD is now at ba446e289 Update Rust crate guppy to 0.17.12
1002025-02-06T04:24:08.417Zprocess exited: duration 7482 ms, exit code 0
 
1012025-02-06T04:24:08.426Zstarting task 4: "build"
1022025-02-06T04:24:08.431Z+ source .github/buildomat/ci-env.sh
1032025-02-06T04:24:08.434Z++ export CARGO_TERM_COLOR=always
1042025-02-06T04:24:08.434Z++ CARGO_TERM_COLOR=always
1052025-02-06T04:24:08.434Z+ cargo --version
1062025-02-06T04:24:08.485Zcargo 1.84.1 (66221abde 2024-11-19)
1072025-02-06T04:24:08.488Z+ rustc --version
1082025-02-06T04:24:08.554Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
1092025-02-06T04:24:08.558Z+ WORK=/work
1102025-02-06T04:24:08.558Z+ pfexec mkdir -p /work
1112025-02-06T04:24:08.562Z+ pfexec chown build /work
1122025-02-06T04:24:08.565Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1132025-02-06T04:24:10.228Zpkg list: illegal option -- F
1142025-02-06T04:24:10.231ZUsage:
1152025-02-06T04:24:10.231Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1162025-02-06T04:24:10.231Z [pkg_fmri_pattern ...]
1172025-02-06T04:24:11.134Zpkg list: illegal option -- F
1182025-02-06T04:24:11.134ZUsage:
1192025-02-06T04:24:11.137Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-02-06T04:24:11.137Z [pkg_fmri_pattern ...]
1212025-02-06T04:24:17.977Z Startup: Refreshing catalog 'helios-dev' ... Done
1222025-02-06T04:24:22.173Z Startup: Caching catalogs ... Done
1232025-02-06T04:24:34.449ZPlanning: Solver setup ... Done (11.324s)
1242025-02-06T04:24:34.600ZPlanning: Running solver ... Done (0.151s)
1252025-02-06T04:24:34.719ZPlanning: Finding local manifests ... Done (0.007s)
1262025-02-06T04:24:34.741ZPlanning: Fetching manifests: 0/7 0% complete
1272025-02-06T04:24:35.363ZPlanning: Fetching manifests: 7/7 100% complete
1282025-02-06T04:24:35.474ZPlanning: Package planning ... Done (0.111s)
1292025-02-06T04:24:35.532ZPlanning: Merging actions ... Done (0.058s)
1302025-02-06T04:24:35.732ZPlanning: Checking for conflicting actions ... Done (0.200s)
1312025-02-06T04:24:37.768ZPlanning: Consolidating action changes ... Done (2.035s)
1322025-02-06T04:24:38.213ZPlanning: Evaluating mediators ... Done (0.445s)
1332025-02-06T04:24:38.299ZPlanning: Planning completed in 16.02 seconds
1342025-02-06T04:24:38.316Z Packages to install: 4
1352025-02-06T04:24:38.316Z Packages to update: 3
1362025-02-06T04:24:38.316Z Mediators to change: 2
1372025-02-06T04:24:38.319Z Services to change: 1
1382025-02-06T04:24:38.319Z Estimated space available: 155.61 GB
1392025-02-06T04:24:38.319ZEstimated space to be consumed: 1.65 GB
1402025-02-06T04:24:38.319Z Create boot environment: No
1412025-02-06T04:24:38.319ZCreate backup boot environment: Yes
1422025-02-06T04:24:38.320Z Rebuild boot archive: No
1432025-02-06T04:24:38.320Z
1442025-02-06T04:24:38.320ZChanged mediators:
1452025-02-06T04:24:38.320Z mediator clang:
1462025-02-06T04:24:38.320Z version: None -> 15 (system default)
1472025-02-06T04:24:38.320Z
1482025-02-06T04:24:38.320Z mediator llvm:
1492025-02-06T04:24:38.320Z version: 14 (system default) -> 15 (system default)
1502025-02-06T04:24:38.320Z
1512025-02-06T04:24:38.320ZChanged packages:
1522025-02-06T04:24:38.320Zhelios-dev
1532025-02-06T04:24:38.320Z developer/build-essential
1542025-02-06T04:24:38.320Z None -> 11-2.0
1552025-02-06T04:24:38.320Z library/libxmlsec1
1562025-02-06T04:24:38.320Z None -> 1.2.35-2.0
1572025-02-06T04:24:38.320Z ooce/developer/clang-15
1582025-02-06T04:24:38.320Z None -> 15.0.7-2.0
1592025-02-06T04:24:38.320Z ooce/developer/llvm-15
1602025-02-06T04:24:38.320Z None -> 15.0.7-2.0
1612025-02-06T04:24:38.320Z package/pkg
1622025-02-06T04:24:38.320Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1632025-02-06T04:24:38.320Z system/library/g++-runtime
1642025-02-06T04:24:38.320Z 13-2.0 -> 14-2.0
1652025-02-06T04:24:38.320Z system/library/gcc-runtime
1662025-02-06T04:24:38.320Z 13-2.0 -> 14-2.0
1672025-02-06T04:24:38.320Z
1682025-02-06T04:24:38.320ZServices:
1692025-02-06T04:24:38.320Z restart_fmri:
1702025-02-06T04:24:38.320Z svc:/system/update-man-index:default
1712025-02-06T04:24:38.320Z
1722025-02-06T04:24:38.320ZEditable files to change:
1732025-02-06T04:24:38.320Z Update:
1742025-02-06T04:24:38.320Z usr/share/lib/pkg/web/config.shtml
1752025-02-06T04:24:38.400Z
1762025-02-06T04:24:38.400ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1772025-02-06T04:24:43.410ZDownload: 771/4301 items 18.6/225.4MB 8% complete (3.8M/s)
1782025-02-06T04:24:48.422ZDownload: 1195/4301 items 83.5/225.4MB 37% complete (9.2M/s)
1792025-02-06T04:24:53.423ZDownload: 1550/4301 items 113.2/225.4MB 50% complete (9.6M/s)
1802025-02-06T04:24:58.583ZDownload: 2223/4301 items 119.2/225.4MB 52% complete (3.6M/s)
1812025-02-06T04:25:03.594ZDownload: 3090/4301 items 122.5/225.4MB 54% complete (890k/s)
1822025-02-06T04:25:08.689ZDownload: 3244/4301 items 200.2/225.4MB 88% complete (8.1M/s)
1832025-02-06T04:25:13.692ZDownload: 3507/4301 items 215.5/225.4MB 95% complete (9.3M/s)
1842025-02-06T04:25:23.140ZDownload: 4207/4301 items 220.6/225.4MB 97% complete (5.7M/s)
1852025-02-06T04:25:24.654ZDownload: Completed 225.42 MB in 46.25 seconds (4.9M/s)
1862025-02-06T04:25:26.679Z Actions: 1/5122 actions (Removing old actions)
1872025-02-06T04:25:26.701Z Actions: 194/5122 actions (Installing new actions)
1882025-02-06T04:25:31.515Z Actions: 4267/5122 actions (Updating modified actions)
1892025-02-06T04:25:31.876Z Actions: Completed 5122 actions in 5.20 seconds.
1902025-02-06T04:25:32.115Z Done (0.231s)
1912025-02-06T04:25:32.119Z Done (0.001s)
1922025-02-06T04:25:32.752Z Done (0.597s)
1932025-02-06T04:25:37.354Z Done (4.410s)
1942025-02-06T04:25:37.452Z Done (0.018s)
1952025-02-06T04:25:37.459Z Done (0.000s)
1962025-02-06T04:25:37.622Z Done (0.000s)
1972025-02-06T04:25:38.348ZPlanning: Evaluating mediator changes ... Done
1982025-02-06T04:25:38.513ZPlanning: Checking for conflicting actions ... Done
1992025-02-06T04:25:38.516ZPlanning: Consolidating action changes ... Done
2002025-02-06T04:25:38.787ZPlanning: Evaluating mediators ... Done
2012025-02-06T04:25:38.791ZPlanning: Planning completed in 0.44 seconds
2022025-02-06T04:25:38.842Z Mediators to change: 2
2032025-02-06T04:25:38.842Z Create boot environment: No
2042025-02-06T04:25:38.845ZCreate backup boot environment: No
2052025-02-06T04:25:38.907Z Done
2062025-02-06T04:25:38.908Z Done
2072025-02-06T04:25:39.299Z Done
2082025-02-06T04:25:43.296Z Done
2092025-02-06T04:25:43.411Z Done
2102025-02-06T04:25:43.411Z Done
2112025-02-06T04:25:43.568Z Done
2122025-02-06T04:25:44.063ZPlanning: Evaluating mediator changes ... Done
2132025-02-06T04:25:44.132ZPlanning: Merging actions ... Done
2142025-02-06T04:25:44.201ZPlanning: Checking for conflicting actions ... Done
2152025-02-06T04:25:44.719ZPlanning: Consolidating action changes ... Done
2162025-02-06T04:25:44.943ZPlanning: Evaluating mediators ... Done
2172025-02-06T04:25:44.944ZPlanning: Planning completed in 0.76 seconds
2182025-02-06T04:25:44.944Z Packages to change: 1
2192025-02-06T04:25:44.944Z Mediators to change: 1
2202025-02-06T04:25:44.944Z Services to change: 1
2212025-02-06T04:25:44.944Z Create boot environment: No
2222025-02-06T04:25:44.944ZCreate backup boot environment: Yes
2232025-02-06T04:25:45.811Z Actions: 1/6 actions (Updating modified actions)
2242025-02-06T04:25:45.876Z Actions: Completed 6 actions in 0.00 seconds.
2252025-02-06T04:25:45.876Z Done
2262025-02-06T04:25:45.876Z Done
2272025-02-06T04:25:45.957Z Done
2282025-02-06T04:25:49.718Z Done
2292025-02-06T04:25:49.814Z Done
2302025-02-06T04:25:49.817Z Done
2312025-02-06T04:25:49.965Z Done
2322025-02-06T04:25:50.412ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2332025-02-06T04:25:50.412Zclang system 15 system
2342025-02-06T04:25:50.412Zcsh system system illumos
2352025-02-06T04:25:50.412Zctags system system illumos
2362025-02-06T04:25:50.412Zgcc vendor 12 vendor
2372025-02-06T04:25:50.412Zgcc system 10 system
2382025-02-06T04:25:50.412Zgcc system 7 system
2392025-02-06T04:25:50.412Zgo system 1.20 system
2402025-02-06T04:25:50.412Zgo system 1.19 system
2412025-02-06T04:25:50.412Zllvm system 15 system
2422025-02-06T04:25:50.412Zllvm system 14 system
2432025-02-06T04:25:50.412Zmariadb system 10.6 system
2442025-02-06T04:25:50.412Zmta vendor vendor dma
2452025-02-06T04:25:50.412Zopenjdk system 17 system
2462025-02-06T04:25:50.412Zopenjdk system 11 system
2472025-02-06T04:25:50.412Zopenjdk system 1.8 system
2482025-02-06T04:25:50.412Zopenssl vendor 3 vendor
2492025-02-06T04:25:50.413Zperl system 5.36 system
2502025-02-06T04:25:50.413Zpostgresql system 15 system
2512025-02-06T04:25:50.413Zpostgresql system 13 system
2522025-02-06T04:25:50.413Zpython vendor 3 vendor
2532025-02-06T04:25:50.413Zpython system 2 system
2542025-02-06T04:25:50.413Zpython3 system 3.11 system
2552025-02-06T04:25:50.413Zruby system 3.0 system
2562025-02-06T04:25:50.413Zwords vendor vendor american-english
2572025-02-06T04:25:50.413Zwords system system australian-english
2582025-02-06T04:25:50.413Zwords system system british-english
2592025-02-06T04:25:50.413Zwords system system canadian-english
2602025-02-06T04:25:50.414Zwords system system french
2612025-02-06T04:25:50.414Zwords system system italian
2622025-02-06T04:25:50.414Zwords system system ngerman
2632025-02-06T04:25:50.414Zwords system system ogerman
2642025-02-06T04:25:50.414Zwords system system spanish
2652025-02-06T04:25:50.757ZPUBLISHER TYPE STATUS P LOCATION
2662025-02-06T04:25:50.757Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672025-02-06T04:25:53.784ZFMRI IFO
2682025-02-06T04:25:53.785Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692025-02-06T04:25:53.785Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702025-02-06T04:25:53.785Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712025-02-06T04:25:53.786Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722025-02-06T04:25:53.786Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732025-02-06T04:25:53.786Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742025-02-06T04:25:53.787Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2752025-02-06T04:25:53.787Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762025-02-06T04:25:53.787Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772025-02-06T04:25:53.787Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2782025-02-06T04:25:53.787Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792025-02-06T04:25:53.787Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802025-02-06T04:25:53.787Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2812025-02-06T04:25:53.787Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822025-02-06T04:25:53.788Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832025-02-06T04:25:54.600Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842025-02-06T04:25:54.871Z Updating crates.io index
2852025-02-06T04:25:54.909Z Updating git repository `https://github.com/oxidecomputer/daft`
2862025-02-06T04:25:55.146Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2872025-02-06T04:25:55.642Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2882025-02-06T04:25:55.864Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2892025-02-06T04:25:56.145Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2902025-02-06T04:25:56.362Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912025-02-06T04:25:57.373Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922025-02-06T04:25:59.160Z Updating git repository `https://github.com/oxidecomputer/opte`
2932025-02-06T04:25:59.823Z Updating git repository `https://github.com/oxidecomputer/falcon`
2942025-02-06T04:26:00.473Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952025-02-06T04:26:00.757Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962025-02-06T04:26:01.074Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2972025-02-06T04:26:01.613Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2982025-02-06T04:26:01.960Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2992025-02-06T04:26:02.277Z Updating git repository `https://github.com/oxidecomputer/tofino`
3002025-02-06T04:26:02.527Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012025-02-06T04:26:02.798Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022025-02-06T04:26:02.995Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032025-02-06T04:26:03.290Z Updating git repository `https://github.com/oxidecomputer/lldp`
3042025-02-06T04:26:03.610Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3052025-02-06T04:26:03.955Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3062025-02-06T04:26:04.216Z Updating git repository `https://github.com/oxidecomputer/ispf`
3072025-02-06T04:26:04.488Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3082025-02-06T04:26:04.776Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092025-02-06T04:26:05.255Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3102025-02-06T04:26:05.590Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3112025-02-06T04:26:05.948Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122025-02-06T04:26:06.427Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3132025-02-06T04:26:06.745Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3142025-02-06T04:26:06.941Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3152025-02-06T04:26:07.189Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3162025-02-06T04:26:08.461Z Downloading crates ...
3172025-02-06T04:26:08.740Z Downloaded equivalent v1.0.1
3182025-02-06T04:26:08.832Z Downloaded usdt v0.5.0
3192025-02-06T04:26:08.836Z Downloaded cargo_metadata v0.18.1
3202025-02-06T04:26:08.836Z Downloaded errno v0.3.9
3212025-02-06T04:26:08.843Z Downloaded usdt-attr-macro v0.5.0
3222025-02-06T04:26:08.847Z Downloaded cargo-platform v0.1.8
3232025-02-06T04:26:08.847Z Downloaded anstyle-parse v0.2.5
3242025-02-06T04:26:08.851Z Downloaded pretty-hex v0.4.1
3252025-02-06T04:26:08.855Z Downloaded crypto-common v0.1.6
3262025-02-06T04:26:08.855Z Downloaded thiserror v1.0.69
3272025-02-06T04:26:08.859Z Downloaded terminal_size v0.4.0
3282025-02-06T04:26:08.862Z Downloaded cpufeatures v0.2.14
3292025-02-06T04:26:08.862Z Downloaded cfg-if v1.0.0
3302025-02-06T04:26:08.862Z Downloaded anstyle v1.0.10
3312025-02-06T04:26:08.866Z Downloaded itoa v1.0.11
3322025-02-06T04:26:08.866Z Downloaded usdt-impl v0.5.0
3332025-02-06T04:26:08.866Z Downloaded toml_datetime v0.6.8
3342025-02-06T04:26:08.870Z Downloaded thiserror-impl v1.0.69
3352025-02-06T04:26:08.870Z Downloaded strsim v0.11.1
3362025-02-06T04:26:08.870Z Downloaded colorchoice v1.0.2
3372025-02-06T04:26:08.874Z Downloaded anstyle-query v1.1.1
3382025-02-06T04:26:08.879Z Downloaded unicode-linebreak v0.1.5
3392025-02-06T04:26:08.883Z Downloaded heck v0.5.0
3402025-02-06T04:26:08.896Z Downloaded cargo_toml v0.20.5
3412025-02-06T04:26:08.900Z Downloaded memmap v0.7.0
3422025-02-06T04:26:08.900Z Downloaded macaddr v1.0.1
3432025-02-06T04:26:08.900Z Downloaded block-buffer v0.10.4
3442025-02-06T04:26:08.904Z Downloaded byteorder v1.5.0
3452025-02-06T04:26:08.908Z Downloaded pest_derive v2.7.14
3462025-02-06T04:26:08.913Z Downloaded once_cell v1.20.2
3472025-02-06T04:26:08.917Z Downloaded tempfile v3.13.0
3482025-02-06T04:26:08.922Z Downloaded camino v1.1.9
3492025-02-06T04:26:08.922Z Downloaded sha2 v0.10.8
3502025-02-06T04:26:08.926Z Downloaded smawk v0.3.2
3512025-02-06T04:26:08.926Z Downloaded semver v1.0.24
3522025-02-06T04:26:08.926Z Downloaded anyhow v1.0.95
3532025-02-06T04:26:08.929Z Downloaded dof v0.3.0
3542025-02-06T04:26:08.932Z Downloaded typenum v1.17.0
3552025-02-06T04:26:08.936Z Downloaded textwrap v0.16.1
3562025-02-06T04:26:08.936Z Downloaded clap_derive v4.5.24
3572025-02-06T04:26:08.939Z Downloaded unicode-ident v1.0.14
3582025-02-06T04:26:08.943Z Downloaded ryu v1.0.18
3592025-02-06T04:26:08.946Z Downloaded papergrid v0.11.0
3602025-02-06T04:26:08.951Z Downloaded proc-macro2 v1.0.92
3612025-02-06T04:26:08.955Z Downloaded indexmap v2.7.1
3622025-02-06T04:26:08.959Z Downloaded bitflags v2.6.0
3632025-02-06T04:26:08.963Z Downloaded proc-macro-error v1.0.4
3642025-02-06T04:26:08.968Z Downloaded log v0.4.22
3652025-02-06T04:26:08.973Z Downloaded toml_edit v0.22.22
3662025-02-06T04:26:08.995Z Downloaded swrite v0.1.0
3672025-02-06T04:26:09.022Z Downloaded dtrace-parser v0.2.0
3682025-02-06T04:26:09.025Z Downloaded tabled_derive v0.7.0
3692025-02-06T04:26:09.035Z Downloaded usdt-macro v0.5.0
3702025-02-06T04:26:09.039Z Downloaded serde_tokenstream v0.2.2
3712025-02-06T04:26:09.039Z Downloaded serde_spanned v0.6.8
3722025-02-06T04:26:09.039Z Downloaded plain v0.2.3
3732025-02-06T04:26:09.039Z Downloaded heck v0.4.1
3742025-02-06T04:26:09.039Z Downloaded fastrand v2.1.1
3752025-02-06T04:26:09.056Z Downloaded is_terminal_polyfill v1.70.1
3762025-02-06T04:26:09.059Z Downloaded version_check v0.9.5
3772025-02-06T04:26:09.059Z Downloaded utf8parse v0.2.2
3782025-02-06T04:26:09.063Z Downloaded scroll_derive v0.12.0
3792025-02-06T04:26:09.063Z Downloaded clap_lex v0.7.4
3802025-02-06T04:26:09.063Z Downloaded fnv v1.0.7
3812025-02-06T04:26:09.068Z Downloaded proc-macro-error-attr v1.0.4
3822025-02-06T04:26:09.075Z Downloaded generic-array v0.14.7
3832025-02-06T04:26:09.075Z Downloaded bytecount v0.6.8
3842025-02-06T04:26:09.080Z Downloaded thread-id v4.2.2
3852025-02-06T04:26:09.080Z Downloaded pest_generator v2.7.14
3862025-02-06T04:26:09.080Z Downloaded fs-err v2.11.0
3872025-02-06T04:26:09.083Z Downloaded scroll v0.12.0
3882025-02-06T04:26:09.086Z Downloaded zerocopy v0.7.35
3892025-02-06T04:26:09.100Z Downloaded quote v1.0.38
3902025-02-06T04:26:09.103Z Downloaded zerocopy-derive v0.7.35
3912025-02-06T04:26:09.107Z Downloaded pest_meta v2.7.14
3922025-02-06T04:26:09.111Z Downloaded camino-tempfile v1.1.1
3932025-02-06T04:26:09.114Z Downloaded ucd-trie v0.1.7
3942025-02-06T04:26:09.114Z Downloaded clap v4.5.27
3952025-02-06T04:26:09.120Z Downloaded serde_derive v1.0.217
3962025-02-06T04:26:09.124Z Downloaded toml v0.8.19
3972025-02-06T04:26:09.128Z Downloaded anstream v0.6.15
3982025-02-06T04:26:09.133Z Downloaded autocfg v1.4.0
3992025-02-06T04:26:09.133Z Downloaded clap_builder v4.5.27
4002025-02-06T04:26:09.138Z Downloaded serde_json v1.0.135
4012025-02-06T04:26:09.145Z Downloaded serde v1.0.217
4022025-02-06T04:26:09.149Z Downloaded hashbrown v0.15.1
4032025-02-06T04:26:09.153Z Downloaded tabled v0.15.0
4042025-02-06T04:26:09.168Z Downloaded memchr v2.7.4
4052025-02-06T04:26:09.175Z Downloaded pest v2.7.14
4062025-02-06T04:26:09.179Z Downloaded digest v0.10.7
4072025-02-06T04:26:09.195Z Downloaded winnow v0.6.20
4082025-02-06T04:26:09.203Z Downloaded unicode-width v0.1.14
4092025-02-06T04:26:09.209Z Downloaded goblin v0.8.2
4102025-02-06T04:26:09.214Z Downloaded syn v2.0.96
4112025-02-06T04:26:09.226Z Downloaded syn v1.0.109
4122025-02-06T04:26:09.236Z Downloaded rustix v0.38.37
4132025-02-06T04:26:09.278Z Downloaded libc v0.2.169
4142025-02-06T04:26:09.596Z Compiling proc-macro2 v1.0.92
4152025-02-06T04:26:09.596Z Compiling unicode-ident v1.0.14
4162025-02-06T04:26:09.599Z Compiling version_check v0.9.5
4172025-02-06T04:26:09.599Z Compiling serde v1.0.217
4182025-02-06T04:26:09.599Z Compiling thiserror v1.0.69
4192025-02-06T04:26:09.600Z Compiling memchr v2.7.4
4202025-02-06T04:26:09.600Z Compiling libc v0.2.169
4212025-02-06T04:26:09.600Z Compiling ucd-trie v0.1.7
4222025-02-06T04:26:09.931Z Compiling ryu v1.0.18
4232025-02-06T04:26:10.373Z Compiling itoa v1.0.11
4242025-02-06T04:26:10.448Z Compiling once_cell v1.20.2
4252025-02-06T04:26:10.477Z Compiling byteorder v1.5.0
4262025-02-06T04:26:10.604Z Compiling rustix v0.38.37
4272025-02-06T04:26:10.660Z Compiling serde_json v1.0.135
4282025-02-06T04:26:11.012Z Compiling bitflags v2.6.0
4292025-02-06T04:26:11.038Z Compiling proc-macro-error-attr v1.0.4
4302025-02-06T04:26:11.277Z Compiling usdt-impl v0.5.0
4312025-02-06T04:26:11.330Z Compiling syn v1.0.109
4322025-02-06T04:26:11.454Z Compiling proc-macro-error v1.0.4
4332025-02-06T04:26:11.486Z Compiling quote v1.0.38
4342025-02-06T04:26:11.489Z Compiling hashbrown v0.15.1
4352025-02-06T04:26:11.770Z Compiling errno v0.3.9
4362025-02-06T04:26:11.798Z Compiling log v0.4.22
4372025-02-06T04:26:11.901Z Compiling syn v2.0.96
4382025-02-06T04:26:12.040Z Compiling plain v0.2.3
4392025-02-06T04:26:12.139Z Compiling equivalent v1.0.1
4402025-02-06T04:26:12.173Z Compiling utf8parse v0.2.2
4412025-02-06T04:26:12.203Z Compiling camino v1.1.9
4422025-02-06T04:26:12.226Z Compiling thread-id v4.2.2
4432025-02-06T04:26:12.353Z Compiling anstyle-parse v0.2.5
4442025-02-06T04:26:12.664Z Compiling indexmap v2.7.1
4452025-02-06T04:26:12.697Z Compiling winnow v0.6.20
4462025-02-06T04:26:12.892Z Compiling autocfg v1.4.0
4472025-02-06T04:26:12.923Z Compiling semver v1.0.24
4482025-02-06T04:26:13.072Z Compiling unicode-width v0.1.14
4492025-02-06T04:26:13.480Z Compiling is_terminal_polyfill v1.70.1
4502025-02-06T04:26:13.637Z Compiling pretty-hex v0.4.1
4512025-02-06T04:26:13.663Z Compiling anstyle v1.0.10
4522025-02-06T04:26:13.884Z Compiling anstyle-query v1.1.1
4532025-02-06T04:26:13.931Z Compiling colorchoice v1.0.2
4542025-02-06T04:26:13.961Z Compiling fs-err v2.11.0
4552025-02-06T04:26:14.064Z Compiling terminal_size v0.4.0
4562025-02-06T04:26:14.118Z Compiling anstream v0.6.15
4572025-02-06T04:26:14.294Z Compiling strsim v0.11.1
4582025-02-06T04:26:14.403Z Compiling anyhow v1.0.95
4592025-02-06T04:26:14.609Z Compiling cfg-if v1.0.0
4602025-02-06T04:26:14.773Z Compiling fastrand v2.1.1
4612025-02-06T04:26:14.805Z Compiling clap_lex v0.7.4
4622025-02-06T04:26:14.840Z Compiling fnv v1.0.7
4632025-02-06T04:26:15.085Z Compiling heck v0.4.1
4642025-02-06T04:26:15.158Z Compiling bytecount v0.6.8
4652025-02-06T04:26:15.318Z Compiling heck v0.5.0
4662025-02-06T04:26:15.353Z Compiling papergrid v0.11.0
4672025-02-06T04:26:15.359Z Compiling tempfile v3.13.0
4682025-02-06T04:26:15.506Z Compiling clap_builder v4.5.27
4692025-02-06T04:26:16.020Z Compiling memmap v0.7.0
4702025-02-06T04:26:16.060Z Compiling smawk v0.3.2
4712025-02-06T04:26:16.096Z Compiling unicode-linebreak v0.1.5
4722025-02-06T04:26:16.383Z Compiling swrite v0.1.0
4732025-02-06T04:26:16.523Z Compiling textwrap v0.16.1
4742025-02-06T04:26:17.324Z Compiling tabled_derive v0.7.0
4752025-02-06T04:26:18.939Z Compiling serde_derive v1.0.217
4762025-02-06T04:26:18.939Z Compiling thiserror-impl v1.0.69
4772025-02-06T04:26:18.944Z Compiling zerocopy-derive v0.7.35
4782025-02-06T04:26:18.944Z Compiling scroll_derive v0.12.0
4792025-02-06T04:26:18.944Z Compiling clap_derive v4.5.24
4802025-02-06T04:26:19.112Z Compiling tabled v0.15.0
4812025-02-06T04:26:20.530Z Compiling scroll v0.12.0
4822025-02-06T04:26:21.064Z Compiling zerocopy v0.7.35
4832025-02-06T04:26:21.175Z Compiling goblin v0.8.2
4842025-02-06T04:26:22.111Z Compiling pest v2.7.14
4852025-02-06T04:26:22.579Z Compiling clap v4.5.27
4862025-02-06T04:26:24.262Z Compiling pest_meta v2.7.14
4872025-02-06T04:26:25.286Z Compiling pest_generator v2.7.14
4882025-02-06T04:26:26.734Z Compiling pest_derive v2.7.14
4892025-02-06T04:26:27.395Z Compiling dtrace-parser v0.2.0
4902025-02-06T04:26:28.160Z Compiling serde_spanned v0.6.8
4912025-02-06T04:26:28.163Z Compiling toml_datetime v0.6.8
4922025-02-06T04:26:28.475Z Compiling serde_tokenstream v0.2.2
4932025-02-06T04:26:28.505Z Compiling toml_edit v0.22.22
4942025-02-06T04:26:28.547Z Compiling cargo-platform v0.1.8
4952025-02-06T04:26:28.686Z Compiling macaddr v1.0.1
4962025-02-06T04:26:28.913Z Compiling camino-tempfile v1.1.1
4972025-02-06T04:26:29.551Z Compiling dof v0.3.0
4982025-02-06T04:26:29.551Z Compiling cargo_metadata v0.18.1
4992025-02-06T04:26:31.203Z Compiling usdt-attr-macro v0.5.0
5002025-02-06T04:26:31.204Z Compiling usdt-macro v0.5.0
5012025-02-06T04:26:31.524Z Compiling toml v0.8.19
5022025-02-06T04:26:32.431Z Compiling cargo_toml v0.20.5
5032025-02-06T04:26:32.457Z Compiling usdt v0.5.0
5042025-02-06T04:26:35.222Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5052025-02-06T04:26:38.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.22s
5062025-02-06T04:26:38.828Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5072025-02-06T04:26:39.386Z Downloading crates ...
5082025-02-06T04:26:39.509Z Downloaded addr2line v0.24.2
5092025-02-06T04:26:39.527Z Downloaded cfg_aliases v0.1.1
5102025-02-06T04:26:39.528Z Downloaded bit-set v0.5.3
5112025-02-06T04:26:39.528Z Downloaded async-stream v0.3.6
5122025-02-06T04:26:39.567Z Downloaded httpdate v1.0.3
5132025-02-06T04:26:39.567Z Downloaded httparse v1.9.5
5142025-02-06T04:26:39.609Z Downloaded instant v0.1.13
5152025-02-06T04:26:39.610Z Downloaded http v1.2.0
5162025-02-06T04:26:39.610Z Downloaded ciborium-io v0.2.2
5172025-02-06T04:26:39.610Z Downloaded crunchy v0.2.2
5182025-02-06T04:26:39.610Z Downloaded hmac v0.12.1
5192025-02-06T04:26:39.610Z Downloaded atomicwrites v0.4.4
5202025-02-06T04:26:39.610Z Downloaded match_cfg v0.1.0
5212025-02-06T04:26:39.610Z Downloaded md5 v0.7.0
5222025-02-06T04:26:39.611Z Downloaded crucible-workspace-hack v0.1.0
5232025-02-06T04:26:39.611Z Downloaded http-range v0.1.5
5242025-02-06T04:26:39.611Z Downloaded ident_case v1.0.1
5252025-02-06T04:26:39.611Z Downloaded atty v0.2.14
5262025-02-06T04:26:39.611Z Downloaded new_debug_unreachable v1.0.6
5272025-02-06T04:26:39.611Z Downloaded mime v0.3.17
5282025-02-06T04:26:39.612Z Downloaded hyper-tls v0.6.0
5292025-02-06T04:26:39.612Z Downloaded linear-map v1.2.0
5302025-02-06T04:26:39.662Z Downloaded home v0.5.9
5312025-02-06T04:26:39.662Z Downloaded lazy_static v1.5.0
5322025-02-06T04:26:39.662Z Downloaded lru-cache v0.1.2
5332025-02-06T04:26:39.663Z Downloaded keccak v0.1.5
5342025-02-06T04:26:39.663Z Downloaded crossbeam-deque v0.8.5
5352025-02-06T04:26:39.663Z Downloaded cstr-argument v0.1.2
5362025-02-06T04:26:39.663Z Downloaded clang-sys v1.8.1
5372025-02-06T04:26:39.663Z Downloaded async-stream-impl v0.3.6
5382025-02-06T04:26:39.663Z Downloaded crc v3.2.1
5392025-02-06T04:26:39.663Z Downloaded is_ci v1.2.0
5402025-02-06T04:26:39.663Z Downloaded icu_provider_macros v1.5.0
5412025-02-06T04:26:39.663Z Downloaded const_format_proc_macros v0.2.34
5422025-02-06T04:26:39.664Z Downloaded cfg_aliases v0.2.1
5432025-02-06T04:26:39.664Z Downloaded mockall v0.13.0
5442025-02-06T04:26:39.664Z Downloaded hostname v0.4.0
5452025-02-06T04:26:39.664Z Downloaded md-5 v0.10.6
5462025-02-06T04:26:39.664Z Downloaded bb8 v0.8.5
5472025-02-06T04:26:39.664Z Downloaded idna_adapter v1.2.0
5482025-02-06T04:26:39.664Z Downloaded bit-vec v0.6.3
5492025-02-06T04:26:39.664Z Downloaded humantime v2.1.0
5502025-02-06T04:26:39.664Z Downloaded managed v0.8.0
5512025-02-06T04:26:39.665Z Downloaded hostname v0.3.1
5522025-02-06T04:26:39.665Z Downloaded maplit v1.0.2
5532025-02-06T04:26:39.665Z Downloaded convert_case v0.4.0
5542025-02-06T04:26:39.665Z Downloaded bitfield v0.14.0
5552025-02-06T04:26:39.665Z Downloaded async-recursion v1.1.1
5562025-02-06T04:26:39.665Z Downloaded ipnetwork v0.20.0
5572025-02-06T04:26:39.665Z Downloaded hubpack_derive v0.1.1
5582025-02-06T04:26:39.666Z Downloaded http-body v1.0.1
5592025-02-06T04:26:39.666Z Downloaded highway v1.2.0
5602025-02-06T04:26:39.666Z Downloaded cexpr v0.6.0
5612025-02-06T04:26:39.666Z Downloaded blowfish v0.9.1
5622025-02-06T04:26:39.666Z Downloaded mirai-annotations v1.12.0
5632025-02-06T04:26:39.666Z Downloaded internet-checksum v0.2.1
5642025-02-06T04:26:39.666Z Downloaded crc-catalog v2.4.0
5652025-02-06T04:26:39.666Z Downloaded lockfree-object-pool v0.1.6
5662025-02-06T04:26:39.666Z Downloaded impl-trait-for-tuples v0.2.2
5672025-02-06T04:26:39.702Z Downloaded cbc v0.1.2
5682025-02-06T04:26:39.702Z Downloaded multimap v0.10.0
5692025-02-06T04:26:39.702Z Downloaded indent_write v2.2.0
5702025-02-06T04:26:39.702Z Downloaded nanorand v0.7.0
5712025-02-06T04:26:39.702Z Downloaded lru v0.12.5
5722025-02-06T04:26:39.702Z Downloaded colored v2.1.0
5732025-02-06T04:26:39.702Z Downloaded bitflags v1.3.2
5742025-02-06T04:26:39.703Z Downloaded bcrypt-pbkdf v0.10.0
5752025-02-06T04:26:39.703Z Downloaded linked-hash-map v0.5.6
5762025-02-06T04:26:39.703Z Downloaded is-terminal v0.4.13
5772025-02-06T04:26:39.703Z Downloaded curve25519-dalek-derive v0.1.1
5782025-02-06T04:26:39.703Z Downloaded cipher v0.4.4
5792025-02-06T04:26:39.703Z Downloaded atomic-waker v1.1.2
5802025-02-06T04:26:39.703Z Downloaded mime_guess v2.0.5
5812025-02-06T04:26:39.703Z Downloaded memoffset v0.9.1
5822025-02-06T04:26:39.703Z Downloaded litemap v0.7.3
5832025-02-06T04:26:39.703Z Downloaded indoc v1.0.9
5842025-02-06T04:26:39.703Z Downloaded icu_locid_transform v1.5.0
5852025-02-06T04:26:39.703Z Downloaded hyper-staticfile v0.10.1
5862025-02-06T04:26:39.848Z Downloaded lock_api v0.4.12
5872025-02-06T04:26:39.848Z Downloaded aead v0.5.2
5882025-02-06T04:26:39.849Z Downloaded hickory-client v0.24.2
5892025-02-06T04:26:39.849Z Downloaded psl-types v2.0.11
5902025-02-06T04:26:39.849Z Downloaded multer v3.1.0
5912025-02-06T04:26:39.849Z Downloaded castaway v0.2.3
5922025-02-06T04:26:39.849Z Downloaded bitfield-struct v0.6.2
5932025-02-06T04:26:39.849Z Downloaded base16ct v0.2.0
5942025-02-06T04:26:39.849Z Downloaded ascii-canvas v3.0.0
5952025-02-06T04:26:39.849Z Downloaded ctr v0.9.2
5962025-02-06T04:26:39.850Z Downloaded arrayvec v0.7.6
5972025-02-06T04:26:39.850Z Downloaded rand_seeder v0.3.0
5982025-02-06T04:26:39.850Z Downloaded libsw v3.3.1
5992025-02-06T04:26:39.850Z Downloaded buf-list v1.0.3
6002025-02-06T04:26:39.850Z Downloaded libloading v0.8.5
6012025-02-06T04:26:39.850Z Downloaded ipnet v2.10.1
6022025-02-06T04:26:39.850Z Downloaded cobs v0.2.3
6032025-02-06T04:26:39.850Z Downloaded async-bb8-diesel v0.2.1
6042025-02-06T04:26:39.851Z Downloaded iana-time-zone v0.1.61
6052025-02-06T04:26:39.851Z Downloaded bzip2 v0.4.4
6062025-02-06T04:26:39.851Z Downloaded inout v0.1.3
6072025-02-06T04:26:39.851Z Downloaded tower-service v0.3.3
6082025-02-06T04:26:39.851Z Downloaded console v0.15.10
6092025-02-06T04:26:39.851Z Downloaded argon2 v0.5.3
6102025-02-06T04:26:39.852Z Downloaded kstat-rs v0.2.4
6112025-02-06T04:26:39.852Z Downloaded radium v0.7.0
6122025-02-06T04:26:39.852Z Downloaded bcs v0.1.6
6132025-02-06T04:26:39.852Z Downloaded native-tls v0.2.12
6142025-02-06T04:26:39.852Z Downloaded darling v0.20.10
6152025-02-06T04:26:39.852Z Downloaded rustc-hash v2.0.0
6162025-02-06T04:26:39.852Z Downloaded termtree v0.4.1
6172025-02-06T04:26:39.853Z Downloaded memmap2 v0.9.5
6182025-02-06T04:26:39.853Z Downloaded write16 v1.0.0
6192025-02-06T04:26:39.853Z Downloaded indexmap v1.9.3
6202025-02-06T04:26:40.061Z Downloaded icu_locid v1.5.0
6212025-02-06T04:26:40.061Z Downloaded sqlformat v0.2.6
6222025-02-06T04:26:40.061Z Downloaded shlex v1.3.0
6232025-02-06T04:26:40.061Z Downloaded shell-words v1.1.0
6242025-02-06T04:26:40.061Z Downloaded serde_urlencoded v0.7.1
6252025-02-06T04:26:40.061Z Downloaded foreign-types-shared v0.1.1
6262025-02-06T04:26:40.061Z Downloaded derive_builder_macro v0.20.2
6272025-02-06T04:26:40.061Z Downloaded spki v0.7.3
6282025-02-06T04:26:40.061Z Downloaded mockall_derive v0.13.0
6292025-02-06T04:26:40.062Z Downloaded miniz_oxide v0.8.0
6302025-02-06T04:26:40.062Z Downloaded csv-core v0.1.11
6312025-02-06T04:26:40.062Z Downloaded crc32fast v1.4.2
6322025-02-06T04:26:40.062Z Downloaded sec1 v0.7.3
6332025-02-06T04:26:40.062Z Downloaded crossbeam-utils v0.8.20
6342025-02-06T04:26:40.062Z Downloaded ahash v0.8.11
6352025-02-06T04:26:40.062Z Downloaded scheduled-thread-pool v0.2.7
6362025-02-06T04:26:40.062Z Downloaded salsa20 v0.10.2
6372025-02-06T04:26:40.063Z Downloaded rustc-hash v1.1.0
6382025-02-06T04:26:40.063Z Downloaded lazycell v1.3.0
6392025-02-06T04:26:40.063Z Downloaded newtype_derive v0.1.6
6402025-02-06T04:26:40.063Z Downloaded cookie_store v0.21.1
6412025-02-06T04:26:40.063Z Downloaded cancel-safe-futures v0.1.5
6422025-02-06T04:26:40.063Z Downloaded backoff v0.4.0
6432025-02-06T04:26:40.064Z Downloaded jobserver v0.1.32
6442025-02-06T04:26:40.064Z Downloaded async-trait v0.1.86
6452025-02-06T04:26:40.064Z Downloaded http-body-util v0.1.2
6462025-02-06T04:26:40.064Z Downloaded path-slash v0.1.5
6472025-02-06T04:26:40.064Z Downloaded num_threads v0.1.7
6482025-02-06T04:26:40.064Z Downloaded crc-any v2.5.0
6492025-02-06T04:26:40.064Z Downloaded litrs v0.4.1
6502025-02-06T04:26:40.064Z Downloaded base64ct v1.6.0
6512025-02-06T04:26:40.064Z Downloaded termtree v0.5.1
6522025-02-06T04:26:40.064Z Downloaded zerovec-derive v0.10.3
6532025-02-06T04:26:40.064Z Downloaded termios v0.3.3
6542025-02-06T04:26:40.064Z Downloaded writeable v0.5.5
6552025-02-06T04:26:40.064Z Downloaded tap v1.0.1
6562025-02-06T04:26:40.064Z Downloaded zeroize v1.8.1
6572025-02-06T04:26:40.065Z Downloaded precomputed-hash v0.1.1
6582025-02-06T04:26:40.065Z Downloaded icu_collections v1.5.0
6592025-02-06T04:26:40.065Z Downloaded utf-8 v0.7.6
6602025-02-06T04:26:40.065Z Downloaded strum_macros v0.26.4
6612025-02-06T04:26:40.065Z Downloaded funty v2.0.0
6622025-02-06T04:26:40.065Z Downloaded sqlparser_derive v0.2.2
6632025-02-06T04:26:40.065Z Downloaded fallible-iterator v0.2.0
6642025-02-06T04:26:40.065Z Downloaded ena v0.14.3
6652025-02-06T04:26:40.065Z Downloaded embedded-io v0.6.1
6662025-02-06T04:26:40.065Z Downloaded wyz v0.5.1
6672025-02-06T04:26:40.065Z Downloaded spin v0.9.8
6682025-02-06T04:26:40.065Z Downloaded fallible-streaming-iterator v0.1.9
6692025-02-06T04:26:40.066Z Downloaded blake2 v0.10.6
6702025-02-06T04:26:40.066Z Downloaded group v0.13.0
6712025-02-06T04:26:40.066Z Downloaded futures-macro v0.3.31
6722025-02-06T04:26:40.066Z Downloaded thiserror v2.0.11
6732025-02-06T04:26:40.066Z Downloaded crossbeam-epoch v0.9.18
6742025-02-06T04:26:40.066Z Downloaded strum v0.26.3
6752025-02-06T04:26:40.066Z Downloaded hyper-rustls v0.27.3
6762025-02-06T04:26:40.066Z Downloaded num-derive v0.4.2
6772025-02-06T04:26:40.066Z Downloaded glob v0.3.2
6782025-02-06T04:26:40.066Z Downloaded num_enum v0.5.11
6792025-02-06T04:26:40.066Z Downloaded const_format v0.2.34
6802025-02-06T04:26:40.066Z Downloaded proc-macro-crate v1.3.1
6812025-02-06T04:26:40.067Z Downloaded paste v1.0.15
6822025-02-06T04:26:40.067Z Downloaded darling_macro v0.20.10
6832025-02-06T04:26:40.067Z Downloaded scopeguard v1.2.0
6842025-02-06T04:26:40.067Z Downloaded resolv-conf v0.7.0
6852025-02-06T04:26:40.067Z Downloaded crypto-bigint v0.5.5
6862025-02-06T04:26:40.067Z Downloaded signal-hook-tokio v0.3.1
6872025-02-06T04:26:40.067Z Downloaded ecdsa v0.16.9
6882025-02-06T04:26:40.067Z Downloaded vsss-rs v3.3.4
6892025-02-06T04:26:40.067Z Downloaded lalrpop-util v0.19.12
6902025-02-06T04:26:40.067Z Downloaded fxhash v0.2.1
6912025-02-06T04:26:40.067Z Downloaded siphasher v0.3.11
6922025-02-06T04:26:40.067Z Downloaded tiny-keccak v2.0.2
6932025-02-06T04:26:40.068Z Downloaded globset v0.4.15
6942025-02-06T04:26:40.068Z Downloaded test-strategy v0.3.1
6952025-02-06T04:26:40.068Z Downloaded thiserror-no-std v2.0.2
6962025-02-06T04:26:40.068Z Downloaded socket2 v0.5.7
6972025-02-06T04:26:40.068Z Downloaded strum_macros v0.24.3
6982025-02-06T04:26:40.068Z Downloaded pkcs1 v0.7.5
6992025-02-06T04:26:40.068Z Downloaded password-hash v0.5.0
7002025-02-06T04:26:40.069Z Downloaded crossbeam-channel v0.5.13
7012025-02-06T04:26:40.069Z Downloaded debug-ignore v1.0.5
7022025-02-06T04:26:40.069Z Downloaded data-encoding v2.6.0
7032025-02-06T04:26:40.174Z Downloaded unarray v0.1.4
7042025-02-06T04:26:40.174Z Downloaded progenitor v0.8.0
7052025-02-06T04:26:40.174Z Downloaded pkcs8 v0.10.2
7062025-02-06T04:26:40.174Z Downloaded peg-runtime v0.8.3
7072025-02-06T04:26:40.174Z Downloaded ciborium v0.2.2
7082025-02-06T04:26:40.174Z Downloaded rfc6979 v0.4.0
7092025-02-06T04:26:40.174Z Downloaded enum-as-inner v0.6.1
7102025-02-06T04:26:40.174Z Downloaded utf16_iter v1.0.5
7112025-02-06T04:26:40.174Z Downloaded slog v2.7.0
7122025-02-06T04:26:40.174Z Downloaded foldhash v0.1.3
7132025-02-06T04:26:40.175Z Downloaded bumpalo v3.16.0
7142025-02-06T04:26:40.175Z Downloaded password-hash v0.4.2
7152025-02-06T04:26:40.175Z Downloaded derive_builder_core v0.20.2
7162025-02-06T04:26:40.175Z Downloaded defmt-macros v0.3.9
7172025-02-06T04:26:40.175Z Downloaded sigpipe v0.1.3
7182025-02-06T04:26:40.175Z Downloaded gethostname v0.5.0
7192025-02-06T04:26:40.175Z Downloaded sync_wrapper v1.0.1
7202025-02-06T04:26:40.175Z Downloaded progenitor-client v0.8.0
7212025-02-06T04:26:40.175Z Downloaded num-rational v0.4.2
7222025-02-06T04:26:40.175Z Downloaded tokio-rustls v0.24.1
7232025-02-06T04:26:40.175Z Downloaded nibble_vec v0.1.0
7242025-02-06T04:26:40.175Z Downloaded smallvec v1.13.2
7252025-02-06T04:26:40.175Z Downloaded minimal-lexical v0.2.1
7262025-02-06T04:26:40.175Z Downloaded sync-ptr v0.1.1
7272025-02-06T04:26:40.175Z Downloaded num-traits v0.2.19
7282025-02-06T04:26:40.175Z Downloaded icu_normalizer v1.5.0
7292025-02-06T04:26:40.175Z Downloaded heapless v0.8.0
7302025-02-06T04:26:40.175Z Downloaded peg v0.8.4
7312025-02-06T04:26:40.175Z Downloaded polyval v0.6.2
7322025-02-06T04:26:40.176Z Downloaded schemars_derive v0.8.21
7332025-02-06T04:26:40.176Z Downloaded fd-lock v4.0.2
7342025-02-06T04:26:40.176Z Downloaded zone_cfg_derive v0.3.0
7352025-02-06T04:26:40.176Z Downloaded zone_cfg_derive v0.1.2
7362025-02-06T04:26:40.176Z Downloaded zone v0.3.0
7372025-02-06T04:26:40.176Z Downloaded tracing-core v0.1.32
7382025-02-06T04:26:40.176Z Downloaded pkcs5 v0.7.1
7392025-02-06T04:26:40.176Z Downloaded quinn-udp v0.5.5
7402025-02-06T04:26:40.176Z Downloaded signal-hook-registry v1.4.2
7412025-02-06T04:26:40.176Z Downloaded ref-cast-impl v1.0.23
7422025-02-06T04:26:40.176Z Downloaded rustc_version v0.4.1
7432025-02-06T04:26:40.176Z Downloaded rustls-pemfile v1.0.4
7442025-02-06T04:26:40.176Z Downloaded tls_codec_derive v0.4.1
7452025-02-06T04:26:40.176Z Downloaded rustc_version v0.1.7
7462025-02-06T04:26:40.176Z Downloaded parse-display v0.10.0
7472025-02-06T04:26:40.176Z Downloaded rustfmt-wrapper v0.2.1
7482025-02-06T04:26:40.176Z Downloaded newline-converter v0.3.0
7492025-02-06T04:26:40.176Z Downloaded parse-size v1.1.0
7502025-02-06T04:26:40.176Z Downloaded stringprep v0.1.5
7512025-02-06T04:26:40.176Z Downloaded signature v2.2.0
7522025-02-06T04:26:40.176Z Downloaded pretty-hex v0.2.1
7532025-02-06T04:26:40.176Z Downloaded value-bag v1.9.0
7542025-02-06T04:26:40.176Z Downloaded synstructure v0.13.1
7552025-02-06T04:26:40.176Z Downloaded futures-channel v0.3.31
7562025-02-06T04:26:40.177Z Downloaded num-iter v0.1.45
7572025-02-06T04:26:40.177Z Downloaded supports-color v3.0.1
7582025-02-06T04:26:40.177Z Downloaded smallvec v0.6.14
7592025-02-06T04:26:40.177Z Downloaded foreign-types-shared v0.3.1
7602025-02-06T04:26:40.177Z Downloaded foreign-types v0.3.2
7612025-02-06T04:26:40.177Z Downloaded vte v0.11.1
7622025-02-06T04:26:40.177Z Downloaded strip-ansi-escapes v0.2.0
7632025-02-06T04:26:40.177Z Downloaded tracing v0.1.40
7642025-02-06T04:26:40.177Z Downloaded owo-colors v4.1.0
7652025-02-06T04:26:40.277Z Downloaded hickory-resolver v0.24.2
7662025-02-06T04:26:40.278Z Downloaded postgres-protocol v0.6.7
7672025-02-06T04:26:40.278Z Downloaded zip v0.6.6
7682025-02-06T04:26:40.278Z Downloaded universal-hash v0.5.1
7692025-02-06T04:26:40.278Z Downloaded tui-tree-widget v0.22.0
7702025-02-06T04:26:40.278Z Downloaded zone v0.1.8
7712025-02-06T04:26:40.278Z Downloaded zerofrom-derive v0.1.4
7722025-02-06T04:26:40.278Z Downloaded embedded-io v0.4.0
7732025-02-06T04:26:40.279Z Downloaded waitgroup v0.1.2
7742025-02-06T04:26:40.279Z Downloaded vte_generate_state_changes v0.1.2
7752025-02-06T04:26:40.279Z Downloaded unicode-truncate v1.1.0
7762025-02-06T04:26:40.279Z Downloaded postcard v1.0.10
7772025-02-06T04:26:40.279Z Downloaded hex-literal v0.4.1
7782025-02-06T04:26:40.279Z Downloaded poly1305 v0.8.0
7792025-02-06T04:26:40.279Z Downloaded form_urlencoded v1.2.1
7802025-02-06T04:26:40.279Z Downloaded pem v3.0.4
7812025-02-06T04:26:40.279Z Downloaded tabwriter v1.4.0
7822025-02-06T04:26:40.279Z Downloaded serde_with_macros v3.11.0
7832025-02-06T04:26:40.280Z Downloaded twox-hash v2.1.0
7842025-02-06T04:26:40.280Z Downloaded static_assertions v1.1.0
7852025-02-06T04:26:40.280Z Downloaded untrusted v0.7.1
7862025-02-06T04:26:40.280Z Downloaded foreign-types v0.5.0
7872025-02-06T04:26:40.280Z Downloaded yoke-derive v0.7.4
7882025-02-06T04:26:40.280Z Downloaded getrandom v0.2.15
7892025-02-06T04:26:40.280Z Downloaded predicates-tree v1.0.11
7902025-02-06T04:26:40.280Z Downloaded predicates-core v1.0.8
7912025-02-06T04:26:40.280Z Downloaded tokio-rustls v0.25.0
7922025-02-06T04:26:40.280Z Downloaded itertools v0.12.1
7932025-02-06T04:26:40.280Z Downloaded tar v0.4.42
7942025-02-06T04:26:40.280Z Downloaded samael v0.0.17
7952025-02-06T04:26:40.280Z Downloaded rpassword v7.3.1
7962025-02-06T04:26:40.280Z Downloaded endian-type v0.1.2
7972025-02-06T04:26:40.281Z Downloaded tungstenite v0.24.0
7982025-02-06T04:26:40.281Z Downloaded unicode_categories v0.1.1
7992025-02-06T04:26:40.281Z Downloaded slog-scope v4.4.0
8002025-02-06T04:26:40.281Z Downloaded libxml v0.3.3
8012025-02-06T04:26:40.281Z Downloaded phf_shared v0.10.0
8022025-02-06T04:26:40.281Z Downloaded rtoolbox v0.0.2
8032025-02-06T04:26:40.282Z Downloaded utf8_iter v1.0.4
8042025-02-06T04:26:40.282Z Downloaded typify-macro v0.2.0
8052025-02-06T04:26:40.282Z Downloaded thiserror-impl-no-std v2.0.2
8062025-02-06T04:26:40.282Z Downloaded slog-stdlog v4.1.1
8072025-02-06T04:26:40.282Z Downloaded newtype-uuid v1.2.1
8082025-02-06T04:26:40.282Z Downloaded wait-timeout v0.2.0
8092025-02-06T04:26:40.283Z Downloaded schemars v0.8.21
8102025-02-06T04:26:40.283Z Downloaded time-core v0.1.2
8112025-02-06T04:26:40.283Z Downloaded olpc-cjson v0.1.4
8122025-02-06T04:26:40.283Z Downloaded hyper-util v0.1.10
8132025-02-06T04:26:40.406Z Downloaded toolchain_find v0.4.0
8142025-02-06T04:26:40.406Z Downloaded diesel-dtrace v0.4.2
8152025-02-06T04:26:40.407Z Downloaded crossterm v0.28.1
8162025-02-06T04:26:40.407Z Downloaded dyn-clone v1.0.17
8172025-02-06T04:26:40.407Z Downloaded num-conv v0.1.0
8182025-02-06T04:26:40.407Z Downloaded pin-project-lite v0.2.14
8192025-02-06T04:26:40.407Z Downloaded tungstenite v0.23.0
8202025-02-06T04:26:40.407Z Downloaded number_prefix v0.4.0
8212025-02-06T04:26:40.407Z Downloaded subtle v2.6.1
8222025-02-06T04:26:40.408Z Downloaded unicode-xid v0.2.6
8232025-02-06T04:26:40.408Z Downloaded russh v0.45.0
8242025-02-06T04:26:40.408Z Downloaded russh-cryptovec v0.7.3
8252025-02-06T04:26:40.408Z Downloaded float-ord v0.3.2
8262025-02-06T04:26:40.408Z Downloaded ghash v0.5.1
8272025-02-06T04:26:40.408Z Downloaded hyper v1.5.2
8282025-02-06T04:26:40.408Z Downloaded stable_deref_trait v1.2.0
8292025-02-06T04:26:40.408Z Downloaded simd-adler32 v0.3.7
8302025-02-06T04:26:40.409Z Downloaded dropshot_endpoint v0.12.0
8312025-02-06T04:26:40.409Z Downloaded tls_codec v0.4.1
8322025-02-06T04:26:40.409Z Downloaded want v0.3.1
8332025-02-06T04:26:40.409Z Downloaded thread_local v1.1.8
8342025-02-06T04:26:40.409Z Downloaded either v1.13.0
8352025-02-06T04:26:40.409Z Downloaded zerofrom v0.1.4
8362025-02-06T04:26:40.409Z Downloaded r2d2 v0.8.10
8372025-02-06T04:26:40.410Z Downloaded signal-hook-mio v0.2.4
8382025-02-06T04:26:40.410Z Downloaded quick-error v1.2.3
8392025-02-06T04:26:40.410Z Downloaded try-lock v0.2.5
8402025-02-06T04:26:40.410Z Downloaded take_mut v0.2.2
8412025-02-06T04:26:40.411Z Downloaded oso v0.27.3
8422025-02-06T04:26:40.411Z Downloaded secrecy v0.8.0
8432025-02-06T04:26:40.411Z Downloaded scrypt v0.11.0
8442025-02-06T04:26:40.411Z Downloaded slog-term v2.9.1
8452025-02-06T04:26:40.411Z Downloaded fragile v2.0.0
8462025-02-06T04:26:40.411Z Downloaded heapless v0.7.17
8472025-02-06T04:26:40.411Z Downloaded steno v0.4.1
8482025-02-06T04:26:40.411Z Downloaded env_filter v0.1.2
8492025-02-06T04:26:40.411Z Downloaded openssl-macros v0.1.1
8502025-02-06T04:26:40.412Z Downloaded defmt-parser v0.3.4
8512025-02-06T04:26:40.412Z Downloaded ed25519 v2.2.3
8522025-02-06T04:26:40.412Z Downloaded topological-sort v0.2.2
8532025-02-06T04:26:40.412Z Downloaded idna v1.0.3
8542025-02-06T04:26:40.534Z Downloaded tungstenite v0.21.0
8552025-02-06T04:26:40.535Z Downloaded heck v0.3.3
8562025-02-06T04:26:40.535Z Downloaded float-cmp v0.9.0
8572025-02-06T04:26:40.535Z Downloaded phf v0.11.2
8582025-02-06T04:26:40.535Z Downloaded url v2.5.3
8592025-02-06T04:26:40.535Z Downloaded nu-ansi-term v0.50.1
8602025-02-06T04:26:40.535Z Downloaded slog-dtrace v0.3.0
8612025-02-06T04:26:40.535Z Downloaded postgres-types v0.2.8
8622025-02-06T04:26:40.536Z Downloaded percent-encoding v2.3.1
8632025-02-06T04:26:40.536Z Downloaded parse-zoneinfo v0.3.1
8642025-02-06T04:26:40.536Z Downloaded oso-derive v0.27.3
8652025-02-06T04:26:40.536Z Downloaded flume v0.11.1
8662025-02-06T04:26:40.536Z Downloaded sct v0.7.1
8672025-02-06T04:26:40.537Z Downloaded serde-hex v0.1.0
8682025-02-06T04:26:40.537Z Downloaded futures-task v0.3.31
8692025-02-06T04:26:40.537Z Downloaded dsl_auto_type v0.1.2
8702025-02-06T04:26:40.537Z Downloaded pbkdf2 v0.12.2
8712025-02-06T04:26:40.537Z Downloaded pbkdf2 v0.11.0
8722025-02-06T04:26:40.537Z Downloaded walkdir v2.5.0
8732025-02-06T04:26:40.537Z Downloaded zopfli v0.8.1
8742025-02-06T04:26:40.537Z Downloaded darling_core v0.20.10
8752025-02-06T04:26:40.537Z Downloaded hash32 v0.2.1
8762025-02-06T04:26:40.537Z Downloaded dunce v1.0.5
8772025-02-06T04:26:40.537Z Downloaded strum_macros v0.25.3
8782025-02-06T04:26:40.537Z Downloaded zerovec v0.10.4
8792025-02-06T04:26:40.537Z Downloaded fs_extra v1.3.0
8802025-02-06T04:26:40.538Z Downloaded displaydoc v0.2.5
8812025-02-06T04:26:40.538Z Downloaded prettyplease v0.2.25
8822025-02-06T04:26:40.538Z Downloaded dirs-sys-next v0.1.2
8832025-02-06T04:26:40.538Z Downloaded unsafe-libyaml v0.2.11
8842025-02-06T04:26:40.538Z Downloaded powerfmt v0.2.0
8852025-02-06T04:26:40.538Z Downloaded rayon-core v1.12.1
8862025-02-06T04:26:40.538Z Downloaded opaque-debug v0.3.1
8872025-02-06T04:26:40.538Z Downloaded num-complex v0.4.6
8882025-02-06T04:26:40.538Z Downloaded ron v0.8.1
8892025-02-06T04:26:40.538Z Downloaded pin-utils v0.1.0
8902025-02-06T04:26:40.539Z Downloaded structmeta v0.2.0
8912025-02-06T04:26:40.539Z Downloaded parking_lot v0.12.3
8922025-02-06T04:26:40.539Z Downloaded typify-macro v0.3.0
8932025-02-06T04:26:40.539Z Downloaded openssl-probe v0.1.5
8942025-02-06T04:26:40.539Z Downloaded headers-core v0.3.0
8952025-02-06T04:26:40.539Z Downloaded structmeta-derive v0.2.0
8962025-02-06T04:26:40.539Z Downloaded ff v0.13.0
8972025-02-06T04:26:40.539Z Downloaded document-features v0.2.10
8982025-02-06T04:26:40.540Z Downloaded structmeta v0.3.0
8992025-02-06T04:26:40.540Z Downloaded rustls-pemfile v2.2.0
9002025-02-06T04:26:40.540Z Downloaded hex v0.4.3
9012025-02-06T04:26:40.540Z Downloaded subprocess v0.2.9
9022025-02-06T04:26:40.540Z Downloaded progenitor-macro v0.9.1
9032025-02-06T04:26:40.540Z Downloaded serde-big-array v0.5.1
9042025-02-06T04:26:40.540Z Downloaded unicode-properties v0.1.3
9052025-02-06T04:26:40.540Z Downloaded diff v0.1.13
9062025-02-06T04:26:40.540Z Downloaded elliptic-curve v0.13.8
9072025-02-06T04:26:40.540Z Downloaded ssh-encoding v0.2.0
9082025-02-06T04:26:40.540Z Downloaded env_logger v0.10.2
9092025-02-06T04:26:40.540Z Downloaded typify v0.2.0
9102025-02-06T04:26:40.540Z Downloaded term v0.7.0
9112025-02-06T04:26:40.541Z Downloaded progenitor-macro v0.8.0
9122025-02-06T04:26:40.541Z Downloaded sha1 v0.10.6
9132025-02-06T04:26:40.541Z Downloaded half v2.4.1
9142025-02-06T04:26:40.541Z Downloaded tinystr v0.7.6
9152025-02-06T04:26:40.541Z Downloaded rsa v0.9.6
9162025-02-06T04:26:40.541Z Downloaded slog-json v2.6.1
9172025-02-06T04:26:40.541Z Downloaded pkg-config v0.3.31
9182025-02-06T04:26:40.606Z Downloaded ron v0.7.1
9192025-02-06T04:26:40.606Z Downloaded slog-async v2.8.0
9202025-02-06T04:26:40.606Z Downloaded normalize-line-endings v0.3.0
9212025-02-06T04:26:40.606Z Downloaded packed_struct v0.10.1
9222025-02-06T04:26:40.606Z Downloaded nodrop v0.1.14
9232025-02-06T04:26:40.606Z Downloaded futures-executor v0.3.31
9242025-02-06T04:26:40.607Z Downloaded rustc-demangle v0.1.24
9252025-02-06T04:26:40.607Z Downloaded p256 v0.13.2
9262025-02-06T04:26:40.607Z Downloaded pem-rfc7468 v0.7.0
9272025-02-06T04:26:40.607Z Downloaded time-macros v0.2.18
9282025-02-06T04:26:40.607Z Downloaded tinyvec_macros v0.1.1
9292025-02-06T04:26:40.607Z Downloaded ssh-cipher v0.2.0
9302025-02-06T04:26:40.608Z Downloaded zip v2.1.3
9312025-02-06T04:26:40.608Z Downloaded fixedbitset v0.4.2
9322025-02-06T04:26:40.608Z Downloaded diesel_derives v2.2.3
9332025-02-06T04:26:40.608Z Downloaded futures-core v0.3.31
9342025-02-06T04:26:40.608Z Downloaded tokio-util v0.7.12
9352025-02-06T04:26:40.608Z Downloaded structmeta-derive v0.3.0
9362025-02-06T04:26:40.608Z Downloaded aho-corasick v1.1.3
9372025-02-06T04:26:40.608Z Downloaded filetime v0.2.25
9382025-02-06T04:26:40.608Z Downloaded thiserror-impl v2.0.11
9392025-02-06T04:26:40.608Z Downloaded ed25519-dalek v2.1.1
9402025-02-06T04:26:40.608Z Downloaded similar v2.6.0
9412025-02-06T04:26:40.609Z Downloaded difflib v0.4.0
9422025-02-06T04:26:40.609Z Downloaded rustversion v1.0.17
9432025-02-06T04:26:40.609Z Downloaded tokio-tungstenite v0.24.0
9442025-02-06T04:26:40.609Z Downloaded num-bigint-dig v0.8.4
9452025-02-06T04:26:40.609Z Downloaded tokio-tungstenite v0.21.0
9462025-02-06T04:26:40.609Z Downloaded which v4.4.2
9472025-02-06T04:26:40.610Z Downloaded phf_generator v0.11.2
9482025-02-06T04:26:40.610Z Downloaded phf_shared v0.11.2
9492025-02-06T04:26:40.610Z Downloaded aes-gcm v0.10.3
9502025-02-06T04:26:40.610Z Downloaded downcast v0.11.0
9512025-02-06T04:26:40.610Z Downloaded rusty-fork v0.3.0
9522025-02-06T04:26:40.611Z Downloaded typify v0.3.0
9532025-02-06T04:26:40.611Z Downloaded xz2 v0.1.7
9542025-02-06T04:26:40.611Z Downloaded xattr v1.3.1
9552025-02-06T04:26:40.611Z Downloaded der v0.7.9
9562025-02-06T04:26:40.657Z Downloaded des v0.8.1
9572025-02-06T04:26:40.657Z Downloaded serde_repr v0.1.19
9582025-02-06T04:26:40.658Z Downloaded progenitor-client v0.9.1
9592025-02-06T04:26:40.658Z Downloaded futures v0.3.31
9602025-02-06T04:26:40.658Z Downloaded semver v0.1.20
9612025-02-06T04:26:40.658Z Downloaded termcolor v1.4.1
9622025-02-06T04:26:40.658Z Downloaded slog-envlogger v2.2.0
9632025-02-06T04:26:40.658Z Downloaded phf_codegen v0.11.2
9642025-02-06T04:26:40.659Z Downloaded serde_yaml v0.9.34+deprecated
9652025-02-06T04:26:40.659Z Downloaded quinn v0.11.5
9662025-02-06T04:26:40.659Z Downloaded proptest v1.5.0
9672025-02-06T04:26:40.659Z Downloaded rand_chacha v0.3.1
9682025-02-06T04:26:40.659Z Downloaded progenitor-impl v0.8.0
9692025-02-06T04:26:40.659Z Downloaded aws-lc-rs v1.10.0
9702025-02-06T04:26:40.659Z Downloaded flagset v0.4.6
9712025-02-06T04:26:40.659Z Downloaded slog-bunyan v2.5.0
9722025-02-06T04:26:40.660Z Downloaded tokio-tungstenite v0.23.1
9732025-02-06T04:26:40.660Z Downloaded tokio-macros v2.5.0
9742025-02-06T04:26:40.660Z Downloaded rustls-pki-types v1.10.0
9752025-02-06T04:26:40.660Z Downloaded whoami v1.5.2
9762025-02-06T04:26:40.725Z Downloaded env_logger v0.11.5
9772025-02-06T04:26:40.725Z Downloaded yasna v0.5.2
9782025-02-06T04:26:40.725Z Downloaded tinyvec v1.8.0
9792025-02-06T04:26:40.726Z Downloaded sqlparser v0.45.0
9802025-02-06T04:26:40.726Z Downloaded ppv-lite86 v0.2.20
9812025-02-06T04:26:40.726Z Downloaded pin-project v1.1.6
9822025-02-06T04:26:40.726Z Downloaded tokio-native-tls v0.3.1
9832025-02-06T04:26:40.726Z Downloaded typed-path v0.9.3
9842025-02-06T04:26:40.726Z Downloaded unicode-bidi v0.3.17
9852025-02-06T04:26:40.726Z Downloaded deranged v0.3.11
9862025-02-06T04:26:40.726Z Downloaded hash32 v0.3.1
9872025-02-06T04:26:40.726Z Downloaded hashlink v0.9.1
9882025-02-06T04:26:40.726Z Downloaded derive_more v0.99.18
9892025-02-06T04:26:40.727Z Downloaded yoke v0.7.4
9902025-02-06T04:26:40.727Z Downloaded zerocopy-derive v0.8.10
9912025-02-06T04:26:40.727Z Downloaded snafu-derive v0.8.5
9922025-02-06T04:26:40.727Z Downloaded signal-hook v0.3.17
9932025-02-06T04:26:40.727Z Downloaded bitvec v1.0.1
9942025-02-06T04:26:40.755Z Downloaded parking_lot v0.11.2
9952025-02-06T04:26:40.755Z Downloaded qorb v0.2.1
9962025-02-06T04:26:40.756Z Downloaded unicode-segmentation v1.12.0
9972025-02-06T04:26:40.756Z Downloaded futures-sink v0.3.31
9982025-02-06T04:26:40.756Z Downloaded rand_xorshift v0.3.0
9992025-02-06T04:26:40.756Z Downloaded chrono v0.4.39
10002025-02-06T04:26:40.756Z Downloaded serde_plain v1.0.2
10012025-02-06T04:26:40.756Z Downloaded bindgen v0.69.5
10022025-02-06T04:26:40.756Z Downloaded russh-keys v0.45.0
10032025-02-06T04:26:40.756Z Downloaded rustls-webpki v0.101.7
10042025-02-06T04:26:40.756Z Downloaded dropshot_endpoint v0.15.1
10052025-02-06T04:26:40.768Z Downloaded openssl-sys v0.9.105
10062025-02-06T04:26:40.768Z Downloaded icu_properties_data v1.5.0
10072025-02-06T04:26:40.768Z Downloaded portable-atomic v1.9.0
10082025-02-06T04:26:40.782Z Downloaded snafu v0.8.5
10092025-02-06T04:26:40.782Z Downloaded rand v0.8.5
10102025-02-06T04:26:40.799Z Downloaded lalrpop v0.19.12
10112025-02-06T04:26:40.799Z Downloaded reedline v0.35.0
10122025-02-06T04:26:40.819Z Downloaded toml_edit v0.19.15
10132025-02-06T04:26:40.831Z Downloaded zerocopy v0.6.6
10142025-02-06T04:26:40.831Z Downloaded ssh-key v0.6.6
10152025-02-06T04:26:40.831Z Downloaded publicsuffix v2.3.0
10162025-02-06T04:26:40.841Z Downloaded time v0.3.36
10172025-02-06T04:26:40.841Z Downloaded git2 v0.19.0
10182025-02-06T04:26:40.855Z Downloaded num-bigint v0.4.6
10192025-02-06T04:26:40.863Z Downloaded x509-cert v0.2.5
10202025-02-06T04:26:40.863Z Downloaded reqwest v0.12.9
10212025-02-06T04:26:40.873Z Downloaded hashbrown v0.12.3
10222025-02-06T04:26:40.873Z Downloaded hashbrown v0.13.2
10232025-02-06T04:26:40.873Z Downloaded regex v1.11.1
10242025-02-06T04:26:40.896Z Downloaded h2 v0.4.6
10252025-02-06T04:26:40.924Z Downloaded expectorate v1.1.0
10262025-02-06T04:26:40.924Z Downloaded nom v7.1.3
10272025-02-06T04:26:40.924Z Downloaded rusqlite v0.32.1
10282025-02-06T04:26:40.925Z Downloaded vcpkg v0.2.15
10292025-02-06T04:26:40.945Z Downloaded p521 v0.13.3
10302025-02-06T04:26:40.957Z Downloaded hashbrown v0.14.5
10312025-02-06T04:26:40.957Z Downloaded quick-xml v0.33.0
10322025-02-06T04:26:40.969Z Downloaded flate2 v1.0.35
10332025-02-06T04:26:40.984Z Downloaded quinn-proto v0.11.8
10342025-02-06T04:26:40.984Z Downloaded rustyline v14.0.0
10352025-02-06T04:26:40.984Z Downloaded rayon v1.10.0
10362025-02-06T04:26:40.993Z Downloaded serde_with v3.11.0
10372025-02-06T04:26:41.008Z Downloaded regex-syntax v0.6.29
10382025-02-06T04:26:41.008Z Downloaded futures-util v0.3.31
10392025-02-06T04:26:41.029Z Downloaded curve25519-dalek v4.1.3
10402025-02-06T04:26:41.048Z Downloaded headers v0.4.0
10412025-02-06T04:26:41.048Z Downloaded unicode-width v0.2.0
10422025-02-06T04:26:41.048Z Downloaded serde_path_to_error v0.1.16
10432025-02-06T04:26:41.048Z Downloaded diesel_table_macro_syntax v0.2.0
10442025-02-06T04:26:41.048Z Downloaded string_cache v0.8.7
10452025-02-06T04:26:41.048Z Downloaded winnow v0.5.40
10462025-02-06T04:26:41.065Z Downloaded der_derive v0.7.3
10472025-02-06T04:26:41.065Z Downloaded progenitor-impl v0.9.1
10482025-02-06T04:26:41.065Z Downloaded chrono-tz v0.10.1
10492025-02-06T04:26:41.065Z Downloaded smoltcp v0.9.1
10502025-02-06T04:26:41.085Z Downloaded zerocopy v0.8.10
10512025-02-06T04:26:41.117Z Downloaded salty v0.3.0
10522025-02-06T04:26:41.130Z Downloaded polar-core v0.27.3
10532025-02-06T04:26:41.131Z Downloaded gimli v0.31.1
10542025-02-06T04:26:41.131Z Downloaded openssl v0.10.70
10552025-02-06T04:26:41.131Z Downloaded rustls-webpki v0.102.8
10562025-02-06T04:26:41.151Z Downloaded webpki-roots v0.26.6
10572025-02-06T04:26:41.169Z Downloaded regress v0.9.1
10582025-02-06T04:26:41.169Z Downloaded diesel v2.2.6
10592025-02-06T04:26:41.188Z Downloaded radix_trie v0.2.1
10602025-02-06T04:26:41.196Z Downloaded regress v0.10.1
10612025-02-06T04:26:41.196Z Downloaded nix v0.28.0
10622025-02-06T04:26:41.210Z Downloaded openapiv3 v2.0.0
10632025-02-06T04:26:41.221Z Downloaded smoltcp v0.11.0
10642025-02-06T04:26:41.229Z Downloaded object v0.36.5
10652025-02-06T04:26:41.245Z Downloaded nix v0.29.0
10662025-02-06T04:26:41.259Z Downloaded regex-syntax v0.8.5
10672025-02-06T04:26:41.267Z Downloaded dropshot v0.12.0
10682025-02-06T04:26:41.287Z Downloaded rustls v0.23.19
10692025-02-06T04:26:41.305Z Downloaded bstr v1.10.0
10702025-02-06T04:26:41.328Z Downloaded zerocopy-derive v0.6.6
10712025-02-06T04:26:41.328Z Downloaded object v0.30.4
10722025-02-06T04:26:41.347Z Downloaded nix v0.27.1
10732025-02-06T04:26:41.347Z Downloaded sled v0.34.7
10742025-02-06T04:26:41.363Z Downloaded rustls v0.22.4
10752025-02-06T04:26:41.363Z Downloaded bzip2-sys v0.1.11+1.0.8
10762025-02-06T04:26:41.787Z Downloaded dropshot v0.15.1
10772025-02-06T04:26:41.792Z Downloaded p384 v0.13.0
10782025-02-06T04:26:41.792Z Downloaded petname v2.0.2
10792025-02-06T04:26:41.792Z Downloaded rustls v0.21.12
10802025-02-06T04:26:41.792Z Downloaded hickory-proto v0.24.2
10812025-02-06T04:26:41.792Z Downloaded typify-impl v0.3.0
10822025-02-06T04:26:41.792Z Downloaded typify-impl v0.2.0
10832025-02-06T04:26:41.792Z Downloaded regex-automata v0.4.8
10842025-02-06T04:26:41.792Z Downloaded csv v1.3.1
10852025-02-06T04:26:41.792Z Downloaded display-error-chain v0.2.2
10862025-02-06T04:26:41.792Z Downloaded tokio v1.43.0
10872025-02-06T04:26:41.792Z Downloaded dirs-next v2.0.0
10882025-02-06T04:26:41.792Z Downloaded ratatui v0.28.1
10892025-02-06T04:26:41.792Z Downloaded pin-project-internal v1.1.6
10902025-02-06T04:26:41.792Z Downloaded blake3 v1.5.4
10912025-02-06T04:26:41.792Z Downloaded unicode-normalization v0.1.24
10922025-02-06T04:26:41.792Z Downloaded hkdf v0.12.4
10932025-02-06T04:26:41.792Z Downloaded hickory-server v0.24.2
10942025-02-06T04:26:41.793Z Downloaded tokio-postgres v0.7.12
10952025-02-06T04:26:41.793Z Downloaded lzma-sys v0.1.20
10962025-02-06T04:26:41.793Z Downloaded tough v0.19.0
10972025-02-06T04:26:41.793Z Downloaded parking_lot_core v0.9.10
10982025-02-06T04:26:41.793Z Downloaded parking_lot_core v0.8.6
10992025-02-06T04:26:41.793Z Downloaded omicron-zone-package v0.12.0
11002025-02-06T04:26:41.793Z Downloaded itertools v0.13.0
11012025-02-06T04:26:41.793Z Downloaded petgraph v0.6.5
11022025-02-06T04:26:41.793Z Downloaded itertools v0.10.5
11032025-02-06T04:26:41.793Z Downloaded libz-sys v1.1.20
11042025-02-06T04:26:41.793Z Downloaded sha3 v0.10.8
11052025-02-06T04:26:41.793Z Downloaded foreign-types-macros v0.2.3
11062025-02-06T04:26:41.793Z Downloaded predicates v3.1.2
11072025-02-06T04:26:41.793Z Downloaded parse-display-derive v0.10.0
11082025-02-06T04:26:41.793Z Downloaded defmt v0.3.8
11092025-02-06T04:26:41.793Z Downloaded fatfs v0.3.6
11102025-02-06T04:26:41.794Z Downloaded uuid v1.12.0
11112025-02-06T04:26:41.794Z Downloaded peg-macros v0.8.4
11122025-02-06T04:26:41.794Z Downloaded toml v0.7.8
11132025-02-06T04:26:41.794Z Downloaded libm v0.2.8
11142025-02-06T04:26:41.794Z Downloaded mio v1.0.2
11152025-02-06T04:26:41.794Z Downloaded aes v0.8.4
11162025-02-06T04:26:41.794Z Downloaded uzers v0.12.1
11172025-02-06T04:26:41.794Z Downloaded ref-cast v1.0.23
11182025-02-06T04:26:41.794Z Downloaded packed_struct_codegen v0.10.1
11192025-02-06T04:26:41.794Z Downloaded num-integer v0.1.46
11202025-02-06T04:26:41.794Z Downloaded untrusted v0.9.0
11212025-02-06T04:26:41.794Z Downloaded unicase v2.7.0
11222025-02-06T04:26:41.794Z Downloaded maybe-uninit v2.0.0
11232025-02-06T04:26:41.794Z Downloaded base64 v0.21.7
11242025-02-06T04:26:41.794Z Downloaded derive-where v1.2.7
11252025-02-06T04:26:41.794Z Downloaded vergen v8.3.2
11262025-02-06T04:26:41.794Z Downloaded base64 v0.22.1
11272025-02-06T04:26:41.794Z Downloaded backtrace v0.3.74
11282025-02-06T04:26:41.794Z Downloaded rcgen v0.12.1
11292025-02-06T04:26:41.794Z Downloaded icu_properties v1.5.1
11302025-02-06T04:26:41.794Z Downloaded icu_locid_transform_data v1.5.0
11312025-02-06T04:26:41.795Z Downloaded indicatif v0.17.11
11322025-02-06T04:26:41.795Z Downloaded compact_str v0.8.0
11332025-02-06T04:26:41.795Z Downloaded slab v0.4.9
11342025-02-06T04:26:41.795Z Downloaded same-file v1.0.6
11352025-02-06T04:26:41.795Z Downloaded rand_core v0.6.4
11362025-02-06T04:26:41.795Z Downloaded progenitor v0.9.1
11372025-02-06T04:26:41.795Z Downloaded primeorder v0.13.6
11382025-02-06T04:26:41.795Z Downloaded icu_provider v1.5.0
11392025-02-06T04:26:41.795Z Downloaded const-oid v0.9.6
11402025-02-06T04:26:41.795Z Downloaded num_enum_derive v0.5.11
11412025-02-06T04:26:41.795Z Downloaded derive_builder v0.20.2
11422025-02-06T04:26:41.795Z Downloaded zeroize_derive v1.4.2
11432025-02-06T04:26:41.795Z Downloaded cc v1.1.30
11442025-02-06T04:26:41.795Z Downloaded arc-swap v1.7.1
11452025-02-06T04:26:41.795Z Downloaded allocator-api2 v0.2.18
11462025-02-06T04:26:41.795Z Downloaded tracing-attributes v0.1.27
11472025-02-06T04:26:41.796Z Downloaded tokio-stream v0.1.16
11482025-02-06T04:26:41.796Z Downloaded tokio-rustls v0.26.0
11492025-02-06T04:26:41.796Z Downloaded chrono-tz-build v0.4.0
11502025-02-06T04:26:41.796Z Downloaded chacha20poly1305 v0.10.1
11512025-02-06T04:26:41.796Z Downloaded num v0.4.3
11522025-02-06T04:26:41.796Z Downloaded cookie v0.18.1
11532025-02-06T04:26:41.796Z Downloaded bytes v1.9.0
11542025-02-06T04:26:41.810Z Downloaded futures-io v0.3.31
11552025-02-06T04:26:41.810Z Downloaded fallible-iterator v0.3.0
11562025-02-06T04:26:41.810Z Downloaded icu_normalizer_data v1.5.0
11572025-02-06T04:26:41.810Z Downloaded base64 v0.13.1
11582025-02-06T04:26:41.810Z Downloaded smf v0.2.3
11592025-02-06T04:26:41.810Z Downloaded serde_derive_internals v0.29.1
11602025-02-06T04:26:41.811Z Downloaded instability v0.3.2
11612025-02-06T04:26:41.811Z Downloaded constant_time_eq v0.3.1
11622025-02-06T04:26:41.811Z Downloaded cmake v0.1.51
11632025-02-06T04:26:41.811Z Downloaded ciborium-ll v0.2.2
11642025-02-06T04:26:41.811Z Downloaded cassowary v0.3.0
11652025-02-06T04:26:41.811Z Downloaded arrayref v0.3.9
11662025-02-06T04:26:41.811Z Downloaded chacha20 v0.9.1
11672025-02-06T04:26:41.816Z Downloaded assert_matches v1.5.0
11682025-02-06T04:26:41.816Z Downloaded adler2 v2.0.0
11692025-02-06T04:26:41.816Z Downloaded libefi-sys v0.1.0
11702025-02-06T04:26:41.816Z Downloaded hubpack v0.1.2
11712025-02-06T04:26:41.816Z Downloaded array-init v0.0.4
11722025-02-06T04:26:41.816Z Downloaded block-padding v0.3.3
11732025-02-06T04:26:41.863Z Downloaded encoding_rs v0.8.34
11742025-02-06T04:26:41.946Z Downloaded libgit2-sys v0.17.0+1.8.1
11752025-02-06T04:26:42.359Z Downloaded aws-lc-sys v0.22.0
11762025-02-06T04:26:42.606Z Downloaded ring v0.17.8
11772025-02-06T04:26:42.751Z Downloaded libsqlite3-sys v0.30.1
11782025-02-06T04:26:42.906Z Compiling serde v1.0.217
11792025-02-06T04:26:42.957Z Compiling lock_api v0.4.12
11802025-02-06T04:26:42.957Z Compiling value-bag v1.9.0
11812025-02-06T04:26:42.957Z Compiling scopeguard v1.2.0
11822025-02-06T04:26:42.957Z Compiling typenum v1.17.0
11832025-02-06T04:26:42.957Z Compiling generic-array v0.14.7
11842025-02-06T04:26:43.104Z Compiling syn v2.0.96
11852025-02-06T04:26:43.167Z Compiling getrandom v0.2.15
11862025-02-06T04:26:43.290Z Compiling subtle v2.6.1
11872025-02-06T04:26:43.399Z Compiling rand_core v0.6.4
11882025-02-06T04:26:43.568Z Compiling log v0.4.22
11892025-02-06T04:26:43.638Z Compiling shlex v1.3.0
11902025-02-06T04:26:43.669Z Compiling jobserver v0.1.32
11912025-02-06T04:26:43.700Z Compiling smallvec v1.13.2
11922025-02-06T04:26:43.929Z Compiling const-oid v0.9.6
11932025-02-06T04:26:43.962Z Compiling pin-project-lite v0.2.14
11942025-02-06T04:26:44.053Z Compiling cc v1.1.30
11952025-02-06T04:26:44.114Z Compiling rustix v0.38.37
11962025-02-06T04:26:44.203Z Compiling spin v0.9.8
11972025-02-06T04:26:44.370Z Compiling parking_lot_core v0.9.10
11982025-02-06T04:26:44.531Z Compiling futures-core v0.3.31
11992025-02-06T04:26:44.613Z Compiling signal-hook-registry v1.4.2
12002025-02-06T04:26:44.801Z Compiling mio v1.0.2
12012025-02-06T04:26:45.071Z Compiling aho-corasick v1.1.3
12022025-02-06T04:26:45.389Z Compiling parking_lot v0.12.3
12032025-02-06T04:26:45.580Z Compiling cpufeatures v0.2.14
12042025-02-06T04:26:45.623Z Compiling either v1.13.0
12052025-02-06T04:26:45.715Z Compiling stable_deref_trait v1.2.0
12062025-02-06T04:26:45.839Z Compiling regex-syntax v0.8.5
12072025-02-06T04:26:46.037Z Compiling futures-sink v0.3.31
12082025-02-06T04:26:46.061Z Compiling glob v0.3.2
12092025-02-06T04:26:46.064Z Compiling socket2 v0.5.7
12102025-02-06T04:26:46.202Z Compiling slab v0.4.9
12112025-02-06T04:26:46.238Z Compiling prettyplease v0.2.25
12122025-02-06T04:26:46.627Z Compiling lazy_static v1.5.0
12132025-02-06T04:26:46.680Z Compiling serde_json v1.0.135
12142025-02-06T04:26:46.768Z Compiling minimal-lexical v0.2.1
12152025-02-06T04:26:47.003Z Compiling clang-sys v1.8.1
12162025-02-06T04:26:47.066Z Compiling libloading v0.8.5
12172025-02-06T04:26:47.293Z Compiling nom v7.1.3
12182025-02-06T04:26:47.329Z Compiling home v0.5.9
12192025-02-06T04:26:47.474Z Compiling bindgen v0.69.5
12202025-02-06T04:26:47.606Z Compiling futures-channel v0.3.31
12212025-02-06T04:26:47.934Z Compiling itertools v0.12.1
12222025-02-06T04:26:48.023Z Compiling libm v0.2.8
12232025-02-06T04:26:48.372Z Compiling foldhash v0.1.3
12242025-02-06T04:26:48.395Z Compiling lazycell v1.3.0
12252025-02-06T04:26:48.579Z Compiling futures-io v0.3.31
12262025-02-06T04:26:48.686Z Compiling allocator-api2 v0.2.18
12272025-02-06T04:26:48.866Z Compiling rustc-hash v1.1.0
12282025-02-06T04:26:49.031Z Compiling pin-utils v0.1.0
12292025-02-06T04:26:49.144Z Compiling futures-task v0.3.31
12302025-02-06T04:26:49.430Z Compiling hashbrown v0.15.1
12312025-02-06T04:26:49.481Z Compiling cmake v0.1.51
12322025-02-06T04:26:49.972Z Compiling regex-automata v0.4.8
12332025-02-06T04:26:50.428Z Compiling cexpr v0.6.0
12342025-02-06T04:26:50.698Z Compiling synstructure v0.13.1
12352025-02-06T04:26:50.862Z Compiling num-traits v0.2.19
12362025-02-06T04:26:51.237Z Compiling dunce v1.0.5
12372025-02-06T04:26:51.321Z Compiling pkg-config v0.3.31
12382025-02-06T04:26:52.167Z Compiling fs_extra v1.3.0
12392025-02-06T04:26:52.440Z Compiling litemap v0.7.3
12402025-02-06T04:26:52.741Z Compiling writeable v0.5.5
12412025-02-06T04:26:52.745Z Compiling ring v0.17.8
12422025-02-06T04:26:52.833Z Compiling paste v1.0.15
12432025-02-06T04:26:53.322Z Compiling base64ct v1.6.0
12442025-02-06T04:26:53.602Z Compiling httparse v1.9.5
12452025-02-06T04:26:53.660Z Compiling flagset v0.4.6
12462025-02-06T04:26:53.894Z Compiling pem-rfc7468 v0.7.0
12472025-02-06T04:26:53.897Z Compiling icu_locid_transform_data v1.5.0
12482025-02-06T04:26:54.024Z Compiling aws-lc-rs v1.10.0
12492025-02-06T04:26:54.451Z Compiling tracing-core v0.1.32
12502025-02-06T04:26:54.540Z Compiling rustls-pki-types v1.10.0
12512025-02-06T04:26:54.979Z Compiling icu_properties_data v1.5.0
12522025-02-06T04:26:55.262Z Compiling crossbeam-utils v0.8.20
12532025-02-06T04:26:55.564Z Compiling regex v1.11.1
12542025-02-06T04:26:55.592Z Compiling percent-encoding v2.3.1
12552025-02-06T04:26:55.786Z Compiling write16 v1.0.0
12562025-02-06T04:26:55.902Z Compiling mirai-annotations v1.12.0
12572025-02-06T04:26:55.961Z Compiling utf8_iter v1.0.4
12582025-02-06T04:26:56.092Z Compiling num-conv v0.1.0
12592025-02-06T04:26:56.195Z Compiling untrusted v0.7.1
12602025-02-06T04:26:56.293Z Compiling powerfmt v0.2.0
12612025-02-06T04:26:56.371Z Compiling utf16_iter v1.0.5
12622025-02-06T04:26:56.399Z Compiling icu_normalizer_data v1.5.0
12632025-02-06T04:26:56.459Z Compiling serde_derive v1.0.217
12642025-02-06T04:26:56.501Z Compiling zeroize_derive v1.4.2
12652025-02-06T04:26:56.531Z Compiling zerocopy-derive v0.7.35
12662025-02-06T04:26:56.588Z Compiling zerofrom-derive v0.1.4
12672025-02-06T04:26:56.670Z Compiling tokio-macros v2.5.0
12682025-02-06T04:26:57.937Z Compiling zeroize v1.8.1
12692025-02-06T04:26:58.188Z Compiling yoke-derive v0.7.4
12702025-02-06T04:26:58.343Z Compiling thiserror-impl v1.0.69
12712025-02-06T04:26:58.587Z Compiling zerocopy v0.7.35
12722025-02-06T04:26:59.579Z Compiling crypto-common v0.1.6
12732025-02-06T04:26:59.718Z Compiling block-buffer v0.10.4
12742025-02-06T04:26:59.826Z Compiling zerovec-derive v0.10.3
12752025-02-06T04:27:00.029Z Compiling displaydoc v0.2.5
12762025-02-06T04:27:00.053Z Compiling digest v0.10.7
12772025-02-06T04:27:00.220Z Compiling zerofrom v0.1.4
12782025-02-06T04:27:00.455Z Compiling futures-macro v0.3.31
12792025-02-06T04:27:00.534Z Compiling hmac v0.12.1
12802025-02-06T04:27:00.808Z Compiling block-padding v0.3.3
12812025-02-06T04:27:00.921Z Compiling yoke v0.7.4
12822025-02-06T04:27:01.057Z Compiling inout v0.1.3
12832025-02-06T04:27:01.263Z Compiling sha2 v0.10.8
12842025-02-06T04:27:01.297Z Compiling icu_provider_macros v1.5.0
12852025-02-06T04:27:01.340Z Compiling cipher v0.4.4
12862025-02-06T04:27:01.475Z Compiling thiserror v1.0.69
12872025-02-06T04:27:01.584Z Compiling ppv-lite86 v0.2.20
12882025-02-06T04:27:01.638Z Compiling der_derive v0.7.3
12892025-02-06T04:27:01.877Z Compiling tracing-attributes v0.1.27
12902025-02-06T04:27:02.301Z Compiling futures-util v0.3.31
12912025-02-06T04:27:02.370Z Compiling rand_chacha v0.3.1
12922025-02-06T04:27:02.397Z Compiling salsa20 v0.10.2
12932025-02-06T04:27:02.443Z Compiling zerovec v0.10.4
12942025-02-06T04:27:02.617Z Compiling pest v2.7.14
12952025-02-06T04:27:03.988Z Compiling der v0.7.9
12962025-02-06T04:27:04.496Z Compiling tinystr v0.7.6
12972025-02-06T04:27:04.632Z Compiling icu_collections v1.5.0
12982025-02-06T04:27:04.908Z Compiling icu_locid v1.5.0
12992025-02-06T04:27:04.953Z Compiling rand v0.8.5
13002025-02-06T04:27:05.348Z Compiling tracing v0.1.40
13012025-02-06T04:27:05.769Z Compiling pbkdf2 v0.12.2
13022025-02-06T04:27:05.851Z Compiling vcpkg v0.2.15
13032025-02-06T04:27:05.953Z Compiling time-core v0.1.2
13042025-02-06T04:27:06.063Z Compiling spki v0.7.3
13052025-02-06T04:27:06.137Z Compiling icu_provider v1.5.0
13062025-02-06T04:27:06.452Z Compiling untrusted v0.9.0
13072025-02-06T04:27:07.081Z Compiling icu_locid_transform v1.5.0
13082025-02-06T04:27:07.084Z Compiling time-macros v0.2.18
13092025-02-06T04:27:07.121Z Compiling scrypt v0.11.0
13102025-02-06T04:27:07.139Z Compiling pest_meta v2.7.14
13112025-02-06T04:27:07.639Z Compiling aes v0.8.4
13122025-02-06T04:27:07.738Z Compiling openssl-sys v0.9.105
13132025-02-06T04:27:07.799Z Compiling cbc v0.1.2
13142025-02-06T04:27:08.052Z Compiling deranged v0.3.11
13152025-02-06T04:27:08.825Z Compiling icu_properties v1.5.1
13162025-02-06T04:27:09.550Z Compiling bitflags v2.6.0
13172025-02-06T04:27:09.570Z Compiling bytes v1.9.0
13182025-02-06T04:27:10.185Z Compiling indexmap v2.7.1
13192025-02-06T04:27:10.291Z Compiling semver v1.0.24
13202025-02-06T04:27:10.422Z Compiling tokio v1.43.0
13212025-02-06T04:27:10.780Z Compiling http v1.2.0
13222025-02-06T04:27:11.056Z Compiling rustc_version v0.4.1
13232025-02-06T04:27:11.580Z Compiling scroll_derive v0.12.0
13242025-02-06T04:27:11.770Z Compiling num_threads v0.1.7
13252025-02-06T04:27:11.928Z Compiling tinyvec_macros v0.1.1
13262025-02-06T04:27:12.033Z Compiling atomic-waker v1.1.2
13272025-02-06T04:27:12.242Z Compiling tinyvec v1.8.0
13282025-02-06T04:27:12.755Z Compiling icu_normalizer v1.5.0
13292025-02-06T04:27:12.935Z Compiling http-body v1.0.1
13302025-02-06T04:27:13.012Z Compiling time v0.3.36
13312025-02-06T04:27:13.106Z Compiling scroll v0.12.0
13322025-02-06T04:27:13.283Z Compiling pkcs5 v0.7.1
13332025-02-06T04:27:13.534Z Compiling pest_generator v2.7.14
13342025-02-06T04:27:13.619Z Compiling form_urlencoded v1.2.1
13352025-02-06T04:27:13.786Z Compiling which v4.4.2
13362025-02-06T04:27:13.962Z Compiling idna_adapter v1.2.0
13372025-02-06T04:27:14.333Z Compiling slog v2.7.0
13382025-02-06T04:27:14.436Z Compiling try-lock v0.2.5
13392025-02-06T04:27:14.611Z Compiling goblin v0.8.2
13402025-02-06T04:27:14.658Z Compiling want v0.3.1
13412025-02-06T04:27:14.819Z Compiling idna v1.0.3
13422025-02-06T04:27:14.945Z Compiling pkcs8 v0.10.2
13432025-02-06T04:27:14.967Z Compiling uuid v1.12.0
13442025-02-06T04:27:15.481Z Compiling pest_derive v2.7.14
13452025-02-06T04:27:15.598Z Compiling httpdate v1.0.3
13462025-02-06T04:27:16.152Z Compiling iana-time-zone v0.1.61
13472025-02-06T04:27:16.310Z Compiling dtrace-parser v0.2.0
13482025-02-06T04:27:16.521Z Compiling chrono v0.4.39
13492025-02-06T04:27:16.547Z Compiling serde_spanned v0.6.8
13502025-02-06T04:27:16.798Z Compiling serde_tokenstream v0.2.2
13512025-02-06T04:27:17.240Z Compiling toml_datetime v0.6.8
13522025-02-06T04:27:17.415Z Compiling rustversion v1.0.17
13532025-02-06T04:27:17.711Z Compiling foreign-types-shared v0.1.1
13542025-02-06T04:27:17.843Z Compiling tower-service v0.3.3
13552025-02-06T04:27:17.864Z Compiling match_cfg v0.1.0
13562025-02-06T04:27:17.974Z Compiling adler2 v2.0.0
13572025-02-06T04:27:17.996Z Compiling openssl v0.10.70
13582025-02-06T04:27:18.114Z Compiling base64 v0.22.1
13592025-02-06T04:27:18.196Z Compiling miniz_oxide v0.8.0
13602025-02-06T04:27:18.290Z Compiling hostname v0.3.1
13612025-02-06T04:27:18.463Z Compiling foreign-types v0.3.2
13622025-02-06T04:27:18.514Z Compiling url v2.5.3
13632025-02-06T04:27:18.828Z Compiling tokio-util v0.7.12
13642025-02-06T04:27:19.673Z Compiling async-trait v0.1.86
13652025-02-06T04:27:19.852Z Compiling h2 v0.4.6
13662025-02-06T04:27:19.996Z Compiling openssl-macros v0.1.1
13672025-02-06T04:27:20.147Z Compiling serde_derive_internals v0.29.1
13682025-02-06T04:27:20.380Z Compiling dirs-sys-next v0.1.2
13692025-02-06T04:27:20.784Z Compiling dof v0.3.0
13702025-02-06T04:27:20.934Z Compiling schemars v0.8.21
13712025-02-06T04:27:21.288Z Compiling rustls v0.22.4
13722025-02-06T04:27:21.573Z Compiling usdt-impl v0.5.0
13732025-02-06T04:27:22.306Z Compiling native-tls v0.2.12
13742025-02-06T04:27:22.550Z Compiling rustls v0.23.19
13752025-02-06T04:27:22.652Z Compiling data-encoding v2.6.0
13762025-02-06T04:27:22.704Z Compiling siphasher v0.3.11
13772025-02-06T04:27:22.843Z Compiling syn v1.0.109
13782025-02-06T04:27:23.075Z Compiling schemars_derive v0.8.21
13792025-02-06T04:27:23.520Z Compiling dirs-next v2.0.0
13802025-02-06T04:27:24.191Z Compiling unicode-normalization v0.1.24
13812025-02-06T04:27:24.251Z Compiling http-body-util v0.1.2
13822025-02-06T04:27:24.708Z Compiling crossbeam-epoch v0.9.18
13832025-02-06T04:27:24.729Z Compiling heapless v0.7.17
13842025-02-06T04:27:25.022Z Compiling sha1 v0.10.6
13852025-02-06T04:27:25.199Z Compiling signature v2.2.0
13862025-02-06T04:27:25.353Z Compiling bzip2-sys v0.1.11+1.0.8
13872025-02-06T04:27:25.473Z Compiling thread_local v1.1.8
13882025-02-06T04:27:25.494Z Compiling multer v3.1.0
13892025-02-06T04:27:25.516Z Compiling encoding_rs v0.8.34
13902025-02-06T04:27:25.813Z Compiling cookie v0.18.1
13912025-02-06T04:27:25.837Z Compiling dyn-clone v1.0.17
13922025-02-06T04:27:25.954Z Compiling ipnet v2.10.1
13932025-02-06T04:27:26.050Z Compiling unicode-properties v0.1.3
13942025-02-06T04:27:26.106Z Compiling gimli v0.31.1
13952025-02-06T04:27:26.233Z Compiling mime v0.3.17
13962025-02-06T04:27:26.470Z Compiling rayon-core v1.12.1
13972025-02-06T04:27:26.734Z Compiling signal-hook v0.3.17
13982025-02-06T04:27:26.759Z Compiling openssl-probe v0.1.5
13992025-02-06T04:27:26.977Z Compiling slog-async v2.8.0
14002025-02-06T04:27:27.028Z Compiling unicode-bidi v0.3.17
14012025-02-06T04:27:27.098Z Compiling toml_edit v0.22.22
14022025-02-06T04:27:27.460Z Compiling hyper v1.5.2
14032025-02-06T04:27:28.290Z Compiling stringprep v0.1.5
14042025-02-06T04:27:29.830Z Compiling hyper-util v0.1.10
14052025-02-06T04:27:31.047Z Compiling addr2line v0.24.2
14062025-02-06T04:27:31.166Z Compiling crossbeam-deque v0.8.5
14072025-02-06T04:27:31.263Z Compiling usdt-macro v0.5.0
14082025-02-06T04:27:31.551Z Compiling usdt-attr-macro v0.5.0
14092025-02-06T04:27:31.755Z Compiling term v0.7.0
14102025-02-06T04:27:32.711Z Compiling slog-json v2.6.1
14112025-02-06T04:27:32.732Z Compiling serde_urlencoded v0.7.1
14122025-02-06T04:27:33.062Z Compiling crossbeam-channel v0.5.13
14132025-02-06T04:27:33.094Z Compiling curve25519-dalek v4.1.3
14142025-02-06T04:27:33.114Z Compiling futures-executor v0.3.31
14152025-02-06T04:27:33.269Z Compiling md-5 v0.10.6
14162025-02-06T04:27:33.313Z Compiling enum-as-inner v0.6.1
14172025-02-06T04:27:33.549Z Compiling async-stream-impl v0.3.6
14182025-02-06T04:27:33.664Z Compiling rustls-pemfile v2.2.0
14192025-02-06T04:27:33.758Z Compiling num-integer v0.1.46
14202025-02-06T04:27:33.997Z Compiling hash32 v0.2.1
14212025-02-06T04:27:34.116Z Compiling ff v0.13.0
14222025-02-06T04:27:34.363Z Compiling is-terminal v0.4.13
14232025-02-06T04:27:34.369Z Compiling object v0.36.5
14242025-02-06T04:27:34.415Z Compiling dropshot v0.12.0
14252025-02-06T04:27:34.484Z Compiling rustc-demangle v0.1.24
14262025-02-06T04:27:34.501Z Compiling portable-atomic v1.9.0
14272025-02-06T04:27:34.700Z Compiling utf-8 v0.7.6
14282025-02-06T04:27:34.758Z Compiling base16ct v0.2.0
14292025-02-06T04:27:34.838Z Compiling num-bigint-dig v0.8.4
14302025-02-06T04:27:35.081Z Compiling psl-types v2.0.11
14312025-02-06T04:27:35.159Z Compiling linked-hash-map v0.5.6
14322025-02-06T04:27:35.163Z Compiling quick-error v1.2.3
14332025-02-06T04:27:35.297Z Compiling litrs v0.4.1
14342025-02-06T04:27:35.352Z Compiling fallible-iterator v0.2.0
14352025-02-06T04:27:35.441Z Compiling take_mut v0.2.2
14362025-02-06T04:27:35.493Z Compiling smoltcp v0.9.1
14372025-02-06T04:27:35.513Z Compiling anyhow v1.0.95
14382025-02-06T04:27:36.038Z Compiling postgres-protocol v0.6.7
14392025-02-06T04:27:36.278Z Compiling lru-cache v0.1.2
14402025-02-06T04:27:36.460Z Compiling document-features v0.2.10
14412025-02-06T04:27:36.497Z Compiling resolv-conf v0.7.0
14422025-02-06T04:27:36.550Z Compiling publicsuffix v2.3.0
14432025-02-06T04:27:36.749Z Compiling sec1 v0.7.3
14442025-02-06T04:27:36.847Z Compiling tungstenite v0.24.0
14452025-02-06T04:27:37.206Z Compiling async-stream v0.3.6
14462025-02-06T04:27:37.301Z Compiling slog-term v2.9.1
14472025-02-06T04:27:37.351Z Compiling hickory-proto v0.24.2
14482025-02-06T04:27:37.514Z Compiling usdt v0.5.0
14492025-02-06T04:27:37.684Z Compiling group v0.13.0
14502025-02-06T04:27:38.030Z Compiling num-iter v0.1.45
14512025-02-06T04:27:38.409Z Compiling futures v0.3.31
14522025-02-06T04:27:38.473Z Compiling slog-bunyan v2.5.0
14532025-02-06T04:27:38.968Z Compiling toml v0.8.19
14542025-02-06T04:27:39.006Z Compiling camino v1.1.9
14552025-02-06T04:27:39.890Z Compiling tokio-native-tls v0.3.1
14562025-02-06T04:27:40.325Z Compiling phf_shared v0.11.2
14572025-02-06T04:27:40.602Z Compiling dropshot_endpoint v0.12.0
14582025-02-06T04:27:40.700Z Compiling terminal_size v0.4.0
14592025-02-06T04:27:40.857Z Compiling waitgroup v0.1.2
14602025-02-06T04:27:40.929Z Compiling backtrace v0.3.74
14612025-02-06T04:27:41.085Z Compiling openapiv3 v2.0.0
14622025-02-06T04:27:41.091Z Compiling serde_path_to_error v0.1.16
14632025-02-06T04:27:41.564Z Compiling hkdf v0.12.4
14642025-02-06T04:27:41.847Z Compiling crypto-bigint v0.5.5
14652025-02-06T04:27:41.889Z Compiling zerocopy-derive v0.6.6
14662025-02-06T04:27:43.944Z Compiling curve25519-dalek-derive v0.1.1
14672025-02-06T04:27:44.110Z Compiling webpki-roots v0.26.6
14682025-02-06T04:27:44.340Z Compiling hostname v0.4.0
14692025-02-06T04:27:44.562Z Compiling fs-err v2.11.0
14702025-02-06T04:27:44.841Z Compiling crc32fast v1.4.2
14712025-02-06T04:27:44.891Z Compiling hubpack_derive v0.1.1
14722025-02-06T04:27:44.928Z Compiling ahash v0.8.11
14732025-02-06T04:27:45.160Z Compiling newtype-uuid v1.2.1
14742025-02-06T04:27:45.205Z Compiling managed v0.8.0
14752025-02-06T04:27:45.283Z Compiling bitflags v1.3.2
14762025-02-06T04:27:45.411Z Compiling debug-ignore v1.0.5
14772025-02-06T04:27:45.455Z Compiling winnow v0.5.40
14782025-02-06T04:27:45.459Z Compiling unicode-width v0.2.0
14792025-02-06T04:27:45.571Z Compiling clap_builder v4.5.27
14802025-02-06T04:27:45.801Z Compiling hubpack v0.1.2
14812025-02-06T04:27:46.005Z Compiling console v0.15.10
14822025-02-06T04:27:46.886Z Compiling strum_macros v0.25.3
14832025-02-06T04:27:47.519Z Compiling flate2 v1.0.35
14842025-02-06T04:27:47.793Z Compiling elliptic-curve v0.13.8
14852025-02-06T04:27:48.018Z Compiling zerocopy v0.6.6
14862025-02-06T04:27:48.438Z Compiling hickory-resolver v0.24.2
14872025-02-06T04:27:48.757Z Compiling toml_edit v0.19.15
14882025-02-06T04:27:49.009Z Compiling phf v0.11.2
14892025-02-06T04:27:49.309Z Compiling signal-hook-mio v0.2.4
14902025-02-06T04:27:49.436Z Compiling cookie_store v0.21.1
14912025-02-06T04:27:49.496Z Compiling hyper-tls v0.6.0
14922025-02-06T04:27:49.942Z Compiling rayon v1.10.0
14932025-02-06T04:27:50.827Z Compiling bzip2 v0.4.4
14942025-02-06T04:27:51.209Z Compiling tokio-tungstenite v0.24.0
14952025-02-06T04:27:51.773Z Compiling postgres-types v0.2.8
14962025-02-06T04:27:53.815Z Compiling ed25519 v2.2.3
14972025-02-06T04:27:54.355Z Compiling phf_shared v0.10.0
14982025-02-06T04:27:54.422Z Compiling tokio-stream v0.1.16
14992025-02-06T04:27:54.458Z Compiling pkcs1 v0.7.5
15002025-02-06T04:27:54.596Z Compiling serde-big-array v0.5.1
15012025-02-06T04:27:54.739Z Compiling rfc6979 v0.4.0
15022025-02-06T04:27:54.852Z Compiling clap_derive v4.5.24
15032025-02-06T04:27:54.982Z Compiling serde_repr v0.1.19
15042025-02-06T04:27:55.422Z Compiling derive-where v1.2.7
15052025-02-06T04:27:55.444Z Compiling bstr v1.10.0
15062025-02-06T04:27:55.758Z Compiling float-cmp v0.9.0
15072025-02-06T04:27:56.017Z Compiling sync_wrapper v1.0.1
15082025-02-06T04:27:56.179Z Compiling new_debug_unreachable v1.0.6
15092025-02-06T04:27:56.203Z Compiling static_assertions v1.1.0
15102025-02-06T04:27:56.224Z Compiling normalize-line-endings v0.3.0
15112025-02-06T04:27:56.290Z Compiling fixedbitset v0.4.2
15122025-02-06T04:27:56.312Z Compiling number_prefix v0.4.0
15132025-02-06T04:27:56.358Z Compiling precomputed-hash v0.1.1
15142025-02-06T04:27:56.500Z Compiling difflib v0.4.0
15152025-02-06T04:27:56.550Z Compiling whoami v1.5.2
15162025-02-06T04:27:56.725Z Compiling unicode-segmentation v1.12.0
15172025-02-06T04:27:57.101Z Compiling bit-vec v0.6.3
15182025-02-06T04:27:57.129Z Compiling predicates-core v1.0.8
15192025-02-06T04:27:57.468Z Compiling bit-set v0.5.3
15202025-02-06T04:27:57.531Z Compiling similar v2.6.0
15212025-02-06T04:27:57.621Z Compiling predicates v3.1.2
15222025-02-06T04:27:57.765Z Compiling tokio-postgres v0.7.12
15232025-02-06T04:27:57.934Z Compiling petgraph v0.6.5
15242025-02-06T04:27:58.697Z Compiling indicatif v0.17.11
15252025-02-06T04:27:59.203Z Compiling string_cache v0.8.7
15262025-02-06T04:27:59.638Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15272025-02-06T04:27:59.696Z Compiling clap v4.5.27
15282025-02-06T04:27:59.757Z Compiling rsa v0.9.6
15292025-02-06T04:27:59.825Z Compiling ecdsa v0.16.9
15302025-02-06T04:28:00.730Z Compiling ed25519-dalek v2.1.1
15312025-02-06T04:28:00.821Z Compiling toml v0.7.8
15322025-02-06T04:28:01.625Z Compiling zip v0.6.6
15332025-02-06T04:28:02.103Z Compiling crossterm v0.28.1
15342025-02-06T04:28:03.530Z Compiling hex v0.4.3
15352025-02-06T04:28:03.586Z Compiling x509-cert v0.2.5
15362025-02-06T04:28:03.684Z Compiling itertools v0.10.5
15372025-02-06T04:28:04.136Z Compiling peg-runtime v0.8.3
15382025-02-06T04:28:04.753Z Compiling lalrpop-util v0.19.12
15392025-02-06T04:28:05.149Z Compiling unicode-xid v0.2.6
15402025-02-06T04:28:05.358Z Compiling strum_macros v0.26.4
15412025-02-06T04:28:05.396Z Compiling xattr v1.3.1
15422025-02-06T04:28:05.530Z Compiling filetime v0.2.25
15432025-02-06T04:28:05.873Z Compiling tar v0.4.42
15442025-02-06T04:28:10.215Z Compiling strum v0.26.3
15452025-02-06T04:28:13.373Z Compiling aws-lc-sys v0.22.0
15462025-02-06T04:28:41.615Z Compiling rustls-webpki v0.102.8
15472025-02-06T04:28:45.012Z Compiling tokio-rustls v0.25.0
15482025-02-06T04:28:46.916Z Compiling tokio-rustls v0.26.0
15492025-02-06T04:28:47.267Z Compiling hyper-rustls v0.27.3
15502025-02-06T04:28:47.777Z Compiling reqwest v0.12.9
15512025-02-06T04:28:48.896Z Compiling qorb v0.2.1
15522025-02-06T04:28:52.184Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15532025-02-06T04:28:52.464Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15542025-02-06T04:28:57.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
15552025-02-06T04:28:57.344Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15562025-02-06T04:28:57.401ZFeb 06 04:28:56.440 INFO Starting download, target: Console
15572025-02-06T04:28:57.401ZFeb 06 04:28:56.440 INFO Starting download, target: Cockroach
15582025-02-06T04:28:57.401ZFeb 06 04:28:56.440 INFO Starting download, target: Clickhouse
15592025-02-06T04:28:57.401ZFeb 06 04:28:56.440 INFO Starting download, target: DendriteOpenapi
15602025-02-06T04:28:57.401ZFeb 06 04:28:56.440 INFO Starting download, target: DendriteStub
15612025-02-06T04:28:57.401ZFeb 06 04:28:56.440 INFO Starting download, target: MaghemiteMgd
15622025-02-06T04:28:57.404ZFeb 06 04:28:56.440 INFO Starting download, target: TransceiverControl
15632025-02-06T04:28:57.404ZFeb 06 04:28:56.441 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15642025-02-06T04:28:57.404ZFeb 06 04:28:56.441 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15652025-02-06T04:28:57.404ZFeb 06 04:28:56.441 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15662025-02-06T04:28:57.404ZFeb 06 04:28:56.441 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15672025-02-06T04:28:57.404ZFeb 06 04:28:56.441 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15682025-02-06T04:28:57.405ZFeb 06 04:28:56.441 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15692025-02-06T04:28:57.405ZFeb 06 04:28:56.441 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15702025-02-06T04:28:57.639ZFeb 06 04:28:56.677 INFO Download complete, target: DendriteOpenapi
15712025-02-06T04:28:57.711ZFeb 06 04:28:56.747 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15722025-02-06T04:28:57.934ZFeb 06 04:28:56.955 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15732025-02-06T04:28:58.213ZFeb 06 04:28:57.235 INFO Download complete, target: TransceiverControl
15742025-02-06T04:28:58.279ZFeb 06 04:28:57.308 INFO Download complete, target: Console
15752025-02-06T04:28:58.413ZFeb 06 04:28:57.448 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15762025-02-06T04:28:58.439ZFeb 06 04:28:57.476 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15772025-02-06T04:28:59.138ZFeb 06 04:28:58.176 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15782025-02-06T04:28:59.138ZFeb 06 04:28:58.176 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15792025-02-06T04:28:59.481ZFeb 06 04:28:58.520 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15802025-02-06T04:29:01.430ZFeb 06 04:29:00.468 INFO Download complete, target: DendriteStub
15812025-02-06T04:29:01.478ZFeb 06 04:29:00.517 INFO Download complete, target: MaghemiteMgd
15822025-02-06T04:29:06.685ZFeb 06 04:29:05.723 INFO Checking that binary works, target: Cockroach
15832025-02-06T04:29:06.854ZFeb 06 04:29:05.888 INFO Download complete, target: Cockroach
15842025-02-06T04:29:12.091ZFeb 06 04:29:11.128 INFO Checking that binary works, target: Clickhouse
15852025-02-06T04:29:12.265ZFeb 06 04:29:11.302 INFO Download complete, target: Clickhouse
15862025-02-06T04:29:12.273ZAll prerequisites installed successfully
15872025-02-06T04:29:12.276Z
15882025-02-06T04:29:12.276Zreal 5:03.669866229
15892025-02-06T04:29:12.276Zuser 16:16.374649698
15902025-02-06T04:29:12.276Zsys 2:08.615715002
15912025-02-06T04:29:12.276Ztrap 0.605022524
15922025-02-06T04:29:12.276Ztflt 1.734710316
15932025-02-06T04:29:12.276Zdflt 1.718947779
15942025-02-06T04:29:12.276Zkflt 0.027607271
15952025-02-06T04:29:12.276Zlock 25:30.491467427
15962025-02-06T04:29:12.276Zslp 57:06.203640470
15972025-02-06T04:29:12.276Zlat 1:01.804456023
15982025-02-06T04:29:12.276Zstop 2:29.768677225
15992025-02-06T04:29:12.276Z+ ptime -m cargo xtask download softnpu
16002025-02-06T04:29:12.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
16012025-02-06T04:29:12.864Z Running `target/debug/xtask download softnpu`
16022025-02-06T04:29:13.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
16032025-02-06T04:29:13.778Z Running `target/debug/xtask-downloader softnpu`
16042025-02-06T04:29:13.816ZFeb 06 04:29:12.853 INFO Starting download, target: Softnpu
16052025-02-06T04:29:13.819ZFeb 06 04:29:12.853 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16062025-02-06T04:29:14.362ZFeb 06 04:29:13.396 INFO Download complete, target: Softnpu
16072025-02-06T04:29:14.365Z
16082025-02-06T04:29:14.365Zreal 2.083271690
16092025-02-06T04:29:14.365Zuser 1.303141389
16102025-02-06T04:29:14.366Zsys 0.572863054
16112025-02-06T04:29:14.366Ztrap 0.000811977
16122025-02-06T04:29:14.366Ztflt 0.000017968
16132025-02-06T04:29:14.366Zdflt 0.000191606
16142025-02-06T04:29:14.366Zkflt 0.000000000
16152025-02-06T04:29:14.366Zlock 5.861046756
16162025-02-06T04:29:14.366Zslp 0.398708131
16172025-02-06T04:29:14.366Zlat 0.068977715
16182025-02-06T04:29:14.366Zstop 0.000179599
16192025-02-06T04:29:14.366Z+ export CARGO_INCREMENTAL=0
16202025-02-06T04:29:14.366Z+ CARGO_INCREMENTAL=0
16212025-02-06T04:29:14.366Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16222025-02-06T04:29:15.387Z Compiling proc-macro2 v1.0.92
16232025-02-06T04:29:15.387Z Compiling unicode-ident v1.0.14
16242025-02-06T04:29:15.390Z Compiling libc v0.2.169
16252025-02-06T04:29:15.390Z Compiling serde v1.0.217
16262025-02-06T04:29:15.390Z Compiling autocfg v1.4.0
16272025-02-06T04:29:15.390Z Compiling version_check v0.9.5
16282025-02-06T04:29:15.390Z Compiling cfg-if v1.0.0
16292025-02-06T04:29:15.678Z Compiling memchr v2.7.4
16302025-02-06T04:29:15.700Z Compiling typenum v1.17.0
16312025-02-06T04:29:15.716Z Compiling shlex v1.3.0
16322025-02-06T04:29:16.078Z Compiling value-bag v1.9.0
16332025-02-06T04:29:16.187Z Compiling generic-array v0.14.7
16342025-02-06T04:29:16.361Z Compiling lock_api v0.4.12
16352025-02-06T04:29:16.478Z Compiling log v0.4.22
16362025-02-06T04:29:16.576Z Compiling scopeguard v1.2.0
16372025-02-06T04:29:16.750Z Compiling parking_lot_core v0.9.10
16382025-02-06T04:29:16.990Z Compiling serde_json v1.0.135
16392025-02-06T04:29:17.160Z Compiling quote v1.0.38
16402025-02-06T04:29:17.204Z Compiling once_cell v1.20.2
16412025-02-06T04:29:17.271Z Compiling libm v0.2.8
16422025-02-06T04:29:17.312Z Compiling jobserver v0.1.32
16432025-02-06T04:29:17.470Z Compiling getrandom v0.2.15
16442025-02-06T04:29:17.580Z Compiling syn v2.0.96
16452025-02-06T04:29:17.715Z Compiling rustix v0.38.37
16462025-02-06T04:29:17.784Z Compiling cc v1.1.30
16472025-02-06T04:29:17.836Z Compiling aho-corasick v1.1.3
16482025-02-06T04:29:17.884Z Compiling num-traits v0.2.19
16492025-02-06T04:29:17.932Z Compiling regex-syntax v0.8.5
16502025-02-06T04:29:18.057Z Compiling thiserror v1.0.69
16512025-02-06T04:29:18.187Z Compiling either v1.13.0
16522025-02-06T04:29:18.345Z Compiling itoa v1.0.11
16532025-02-06T04:29:18.598Z Compiling spin v0.9.8
16542025-02-06T04:29:18.634Z Compiling slab v0.4.9
16552025-02-06T04:29:18.973Z Compiling errno v0.3.9
16562025-02-06T04:29:19.009Z Compiling byteorder v1.5.0
16572025-02-06T04:29:19.286Z Compiling rand_core v0.6.4
16582025-02-06T04:29:19.876Z Compiling glob v0.3.2
16592025-02-06T04:29:19.948Z Compiling prettyplease v0.2.25
16602025-02-06T04:29:19.969Z Compiling lazy_static v1.5.0
16612025-02-06T04:29:20.337Z Compiling minimal-lexical v0.2.1
16622025-02-06T04:29:20.689Z Compiling clang-sys v1.8.1
16632025-02-06T04:29:20.839Z Compiling nom v7.1.3
16642025-02-06T04:29:20.968Z Compiling libloading v0.8.5
16652025-02-06T04:29:20.988Z Compiling subtle v2.6.1
16662025-02-06T04:29:21.347Z Compiling home v0.5.9
16672025-02-06T04:29:21.406Z Compiling bindgen v0.69.5
16682025-02-06T04:29:21.418Z Compiling smallvec v1.13.2
16692025-02-06T04:29:21.660Z Compiling regex-automata v0.4.8
16702025-02-06T04:29:21.819Z Compiling itertools v0.12.1
16712025-02-06T04:29:21.899Z Compiling lazycell v1.3.0
16722025-02-06T04:29:22.081Z Compiling rustc-hash v1.1.0
16732025-02-06T04:29:22.180Z Compiling allocator-api2 v0.2.18
16742025-02-06T04:29:22.244Z Compiling cmake v0.1.51
16752025-02-06T04:29:23.101Z Compiling dunce v1.0.5
16762025-02-06T04:29:23.255Z Compiling fs_extra v1.3.0
16772025-02-06T04:29:23.542Z Compiling semver v1.0.24
16782025-02-06T04:29:23.829Z Compiling pkg-config v0.3.31
16792025-02-06T04:29:24.001Z Compiling cexpr v0.6.0
16802025-02-06T04:29:24.131Z Compiling ring v0.17.8
16812025-02-06T04:29:24.721Z Compiling synstructure v0.13.1
16822025-02-06T04:29:25.120Z Compiling ryu v1.0.18
16832025-02-06T04:29:25.365Z Compiling pin-project-lite v0.2.14
16842025-02-06T04:29:25.463Z Compiling paste v1.0.15
16852025-02-06T04:29:25.559Z Compiling httparse v1.9.5
16862025-02-06T04:29:26.061Z Compiling schemars v0.8.21
16872025-02-06T04:29:26.184Z Compiling fnv v1.0.7
16882025-02-06T04:29:26.327Z Compiling const-oid v0.9.6
16892025-02-06T04:29:26.385Z Compiling aws-lc-rs v1.10.0
16902025-02-06T04:29:26.556Z Compiling serde_derive_internals v0.29.1
16912025-02-06T04:29:26.947Z Compiling foldhash v0.1.3
16922025-02-06T04:29:26.998Z Compiling equivalent v1.0.1
16932025-02-06T04:29:27.144Z Compiling regex v1.11.1
16942025-02-06T04:29:27.242Z Compiling hashbrown v0.15.1
16952025-02-06T04:29:28.092Z Compiling signal-hook-registry v1.4.2
16962025-02-06T04:29:28.113Z Compiling heck v0.5.0
16972025-02-06T04:29:28.322Z Compiling parking_lot v0.12.3
16982025-02-06T04:29:28.523Z Compiling mio v1.0.2
16992025-02-06T04:29:28.575Z Compiling stable_deref_trait v1.2.0
17002025-02-06T04:29:29.183Z Compiling serde_derive v1.0.217
17012025-02-06T04:29:29.570Z Compiling zeroize_derive v1.4.2
17022025-02-06T04:29:30.177Z Compiling zerocopy-derive v0.7.35
17032025-02-06T04:29:30.383Z Compiling thiserror-impl v1.0.69
17042025-02-06T04:29:30.888Z Compiling tokio-macros v2.5.0
17052025-02-06T04:29:30.931Z Compiling zeroize v1.8.1
17062025-02-06T04:29:31.393Z Compiling zerofrom-derive v0.1.4
17072025-02-06T04:29:31.413Z Compiling yoke-derive v0.7.4
17082025-02-06T04:29:31.530Z Compiling zerovec-derive v0.10.3
17092025-02-06T04:29:31.551Z Compiling futures-macro v0.3.31
17102025-02-06T04:29:31.976Z Compiling displaydoc v0.2.5
17112025-02-06T04:29:33.087Z Compiling zerocopy v0.7.35
17122025-02-06T04:29:33.465Z Compiling crypto-common v0.1.6
17132025-02-06T04:29:33.523Z Compiling icu_provider_macros v1.5.0
17142025-02-06T04:29:33.677Z Compiling tracing-attributes v0.1.27
17152025-02-06T04:29:33.729Z Compiling schemars_derive v0.8.21
17162025-02-06T04:29:33.811Z Compiling block-buffer v0.10.4
17172025-02-06T04:29:34.058Z Compiling digest v0.10.7
17182025-02-06T04:29:34.594Z Compiling socket2 v0.5.7
17192025-02-06T04:29:34.614Z Compiling futures-core v0.3.31
17202025-02-06T04:29:34.802Z Compiling crossbeam-utils v0.8.20
17212025-02-06T04:29:34.874Z Compiling time-core v0.1.2
17222025-02-06T04:29:35.073Z Compiling num-conv v0.1.0
17232025-02-06T04:29:35.430Z Compiling time-macros v0.2.18
17242025-02-06T04:29:35.618Z Compiling der_derive v0.7.3
17252025-02-06T04:29:36.128Z Compiling vcpkg v0.2.15
17262025-02-06T04:29:37.539Z Compiling openssl-sys v0.9.105
17272025-02-06T04:29:38.443Z Compiling futures-sink v0.3.31
17282025-02-06T04:29:38.552Z Compiling cpufeatures v0.2.14
17292025-02-06T04:29:38.607Z Compiling slog v2.7.0
17302025-02-06T04:29:38.835Z Compiling ahash v0.8.11
17312025-02-06T04:29:38.918Z Compiling syn v1.0.109
17322025-02-06T04:29:39.165Z Compiling zerofrom v0.1.4
17332025-02-06T04:29:39.398Z Compiling iana-time-zone v0.1.61
17342025-02-06T04:29:39.598Z Compiling yoke v0.7.4
17352025-02-06T04:29:39.846Z Compiling futures-channel v0.3.31
17362025-02-06T04:29:39.977Z Compiling scroll_derive v0.12.0
17372025-02-06T04:29:40.076Z Compiling openssl v0.10.70
17382025-02-06T04:29:40.229Z Compiling futures-task v0.3.31
17392025-02-06T04:29:40.334Z Compiling ucd-trie v0.1.7
17402025-02-06T04:29:40.548Z Compiling futures-io v0.3.31
17412025-02-06T04:29:40.577Z Compiling pin-utils v0.1.0
17422025-02-06T04:29:40.694Z Compiling pest v2.7.14
17432025-02-06T04:29:40.810Z Compiling futures-util v0.3.31
17442025-02-06T04:29:40.907Z Compiling zerovec v0.10.4
17452025-02-06T04:29:41.705Z Compiling bitflags v2.6.0
17462025-02-06T04:29:41.747Z Compiling bytes v1.9.0
17472025-02-06T04:29:43.722Z Compiling indexmap v2.7.1
17482025-02-06T04:29:43.909Z Compiling tokio v1.43.0
17492025-02-06T04:29:45.075Z Compiling serde_tokenstream v0.2.2
17502025-02-06T04:29:45.656Z Compiling uuid v1.12.0
17512025-02-06T04:29:45.848Z Compiling which v4.4.2
17522025-02-06T04:29:46.694Z Compiling http v1.2.0
17532025-02-06T04:29:47.090Z Compiling chrono v0.4.39
17542025-02-06T04:29:47.114Z Compiling rustc_version v0.4.1
17552025-02-06T04:29:49.457Z Compiling hmac v0.12.1
17562025-02-06T04:29:51.047Z Compiling pest_meta v2.7.14
17572025-02-06T04:29:53.374Z Compiling block-padding v0.3.3
17582025-02-06T04:29:53.627Z Compiling openssl-macros v0.1.1
17592025-02-06T04:29:54.382Z Compiling rustls v0.23.19
17602025-02-06T04:29:54.700Z Compiling native-tls v0.2.12
17612025-02-06T04:29:54.742Z Compiling inout v0.1.3
17622025-02-06T04:29:54.865Z Compiling pest_generator v2.7.14
17632025-02-06T04:29:55.015Z Compiling tinystr v0.7.6
17642025-02-06T04:29:55.432Z Compiling toml_datetime v0.6.8
17652025-02-06T04:29:55.492Z Compiling serde_spanned v0.6.8
17662025-02-06T04:29:55.546Z Compiling tracing-core v0.1.32
17672025-02-06T04:29:55.751Z Compiling litemap v0.7.3
17682025-02-06T04:29:55.874Z Compiling writeable v0.5.5
17692025-02-06T04:29:56.357Z Compiling strsim v0.11.1
17702025-02-06T04:29:56.435Z Compiling dyn-clone v1.0.17
17712025-02-06T04:29:56.655Z Compiling pest_derive v2.7.14
17722025-02-06T04:29:56.698Z Compiling icu_locid v1.5.0
17732025-02-06T04:29:57.420Z Compiling tracing v0.1.40
17742025-02-06T04:29:57.720Z Compiling cipher v0.4.4
17752025-02-06T04:29:57.807Z Compiling sha2 v0.10.8
17762025-02-06T04:29:58.250Z Compiling usdt-impl v0.5.0
17772025-02-06T04:29:58.638Z Compiling cookie v0.18.1
17782025-02-06T04:29:58.845Z Compiling base64ct v1.6.0
17792025-02-06T04:29:58.887Z Compiling aws-lc-sys v0.22.0
17802025-02-06T04:29:59.294Z Compiling pem-rfc7468 v0.7.0
17812025-02-06T04:29:59.406Z Compiling icu_provider v1.5.0
17822025-02-06T04:30:00.396Z Compiling scroll v0.12.0
17832025-02-06T04:30:01.108Z Compiling ppv-lite86 v0.2.20
17842025-02-06T04:30:02.083Z Compiling async-trait v0.1.86
17852025-02-06T04:30:03.782Z Compiling anyhow v1.0.95
17862025-02-06T04:30:04.278Z Compiling flagset v0.4.6
17872025-02-06T04:30:04.347Z Compiling rustls-pki-types v1.10.0
17882025-02-06T04:30:04.478Z Compiling camino v1.1.9
17892025-02-06T04:30:04.938Z Compiling percent-encoding v2.3.1
17902025-02-06T04:30:05.448Z Compiling icu_locid_transform_data v1.5.0
17912025-02-06T04:30:05.679Z Compiling plain v0.2.3
17922025-02-06T04:30:05.852Z Compiling goblin v0.8.2
17932025-02-06T04:30:06.029Z Compiling icu_locid_transform v1.5.0
17942025-02-06T04:30:08.077Z Compiling der v0.7.9
17952025-02-06T04:30:10.309Z Compiling rand_chacha v0.3.1
17962025-02-06T04:30:11.123Z Compiling tokio-util v0.7.12
17972025-02-06T04:30:11.170Z Compiling icu_collections v1.5.0
17982025-02-06T04:30:11.591Z Compiling rustls v0.22.4
17992025-02-06T04:30:12.344Z Compiling untrusted v0.7.1
18002025-02-06T04:30:12.563Z Compiling rayon-core v1.12.1
18012025-02-06T04:30:12.709Z Compiling icu_properties_data v1.5.0
18022025-02-06T04:30:12.881Z Compiling pretty-hex v0.4.1
18032025-02-06T04:30:13.113Z Compiling powerfmt v0.2.0
18042025-02-06T04:30:13.133Z Compiling mirai-annotations v1.12.0
18052025-02-06T04:30:13.174Z Compiling untrusted v0.9.0
18062025-02-06T04:30:13.263Z Compiling icu_properties v1.5.1
18072025-02-06T04:30:13.373Z Compiling dof v0.3.0
18082025-02-06T04:30:13.624Z Compiling deranged v0.3.11
18092025-02-06T04:30:14.916Z Compiling rand v0.8.5
18102025-02-06T04:30:15.335Z Compiling spki v0.7.3
18112025-02-06T04:30:15.684Z Compiling salsa20 v0.10.2
18122025-02-06T04:30:15.731Z Compiling dtrace-parser v0.2.0
18132025-02-06T04:30:16.459Z Compiling pbkdf2 v0.12.2
18142025-02-06T04:30:17.281Z Compiling thread-id v4.2.2
18152025-02-06T04:30:17.419Z Compiling winnow v0.5.40
18162025-02-06T04:30:17.547Z Compiling utf16_iter v1.0.5
18172025-02-06T04:30:17.703Z Compiling utf8_iter v1.0.4
18182025-02-06T04:30:18.002Z Compiling icu_normalizer_data v1.5.0
18192025-02-06T04:30:18.343Z Compiling write16 v1.0.0
18202025-02-06T04:30:18.507Z Compiling litrs v0.4.1
18212025-02-06T04:30:18.571Z Compiling num_threads v0.1.7
18222025-02-06T04:30:18.712Z Compiling atomic-waker v1.1.2
18232025-02-06T04:30:19.153Z Compiling time v0.3.36
18242025-02-06T04:30:19.218Z Compiling icu_normalizer v1.5.0
18252025-02-06T04:30:19.488Z Compiling document-features v0.2.10
18262025-02-06T04:30:20.798Z Compiling toml_edit v0.19.15
18272025-02-06T04:30:23.132Z Compiling scrypt v0.11.0
18282025-02-06T04:30:23.554Z Compiling form_urlencoded v1.2.1
18292025-02-06T04:30:23.646Z Compiling aes v0.8.4
18302025-02-06T04:30:23.799Z Compiling cbc v0.1.2
18312025-02-06T04:30:24.017Z Compiling http-body v1.0.1
18322025-02-06T04:30:24.318Z Compiling multer v3.1.0
18332025-02-06T04:30:24.770Z Compiling try-lock v0.2.5
18342025-02-06T04:30:24.802Z Compiling rustversion v1.0.17
18352025-02-06T04:30:24.953Z Compiling slog-async v2.8.0
18362025-02-06T04:30:25.410Z Compiling tinyvec_macros v0.1.1
18372025-02-06T04:30:25.533Z Compiling tinyvec v1.8.0
18382025-02-06T04:30:25.710Z Compiling want v0.3.1
18392025-02-06T04:30:26.022Z Compiling pkcs5 v0.7.1
18402025-02-06T04:30:27.073Z Compiling idna_adapter v1.2.0
18412025-02-06T04:30:27.350Z Compiling h2 v0.4.6
18422025-02-06T04:30:27.882Z Compiling heapless v0.7.17
18432025-02-06T04:30:28.306Z Compiling bzip2-sys v0.1.11+1.0.8
18442025-02-06T04:30:28.896Z Compiling signal-hook v0.3.17
18452025-02-06T04:30:29.119Z Compiling httpdate v1.0.3
18462025-02-06T04:30:30.187Z Compiling idna v1.0.3
18472025-02-06T04:30:31.386Z Compiling pkcs8 v0.10.2
18482025-02-06T04:30:32.015Z Compiling usdt-attr-macro v0.5.0
18492025-02-06T04:30:32.753Z Compiling usdt-macro v0.5.0
18502025-02-06T04:30:33.535Z Compiling async-stream-impl v0.3.6
18512025-02-06T04:30:34.029Z Compiling base64 v0.22.1
18522025-02-06T04:30:34.256Z Compiling tower-service v0.3.3
18532025-02-06T04:30:34.409Z Compiling adler2 v2.0.0
18542025-02-06T04:30:34.725Z Compiling miniz_oxide v0.8.0
18552025-02-06T04:30:35.859Z Compiling hyper v1.5.2
18562025-02-06T04:30:38.267Z Compiling curve25519-dalek v4.1.3
18572025-02-06T04:30:38.684Z Compiling openapiv3 v2.0.0
18582025-02-06T04:30:41.656Z Compiling hyper-util v0.1.10
18592025-02-06T04:30:42.529Z Compiling enum-as-inner v0.6.1
18602025-02-06T04:30:42.850Z Compiling dropshot v0.12.0
18612025-02-06T04:30:43.168Z Compiling match_cfg v0.1.0
18622025-02-06T04:30:43.333Z Compiling foreign-types-shared v0.1.1
18632025-02-06T04:30:43.423Z Compiling smoltcp v0.9.1
18642025-02-06T04:30:43.469Z Compiling newtype-uuid v1.2.1
18652025-02-06T04:30:43.920Z Compiling num-bigint-dig v0.8.4
18662025-02-06T04:30:44.021Z Compiling portable-atomic v1.9.0
18672025-02-06T04:30:44.197Z Compiling foreign-types v0.3.2
18682025-02-06T04:30:44.899Z Compiling hostname v0.3.1
18692025-02-06T04:30:47.281Z Compiling url v2.5.3
18702025-02-06T04:30:49.013Z Compiling http-body-util v0.1.2
18712025-02-06T04:30:49.452Z Compiling dirs-sys-next v0.1.2
18722025-02-06T04:30:49.474Z Compiling encoding_rs v0.8.34
18732025-02-06T04:30:49.588Z Compiling gimli v0.31.1
18742025-02-06T04:30:49.914Z Compiling heck v0.4.1
18752025-02-06T04:30:50.315Z Compiling data-encoding v2.6.0
18762025-02-06T04:30:51.843Z Compiling siphasher v0.3.11
18772025-02-06T04:30:52.230Z Compiling mime v0.3.17
18782025-02-06T04:30:53.025Z Compiling ident_case v1.0.1
18792025-02-06T04:30:53.172Z Compiling dirs-next v2.0.0
18802025-02-06T04:30:53.228Z Compiling darling_core v0.20.10
18812025-02-06T04:30:56.369Z Compiling addr2line v0.24.2
18822025-02-06T04:30:58.815Z Compiling unicode-normalization v0.1.24
18832025-02-06T04:30:59.897Z Compiling serde_urlencoded v0.7.1
18842025-02-06T04:31:00.506Z Compiling crossbeam-epoch v0.9.18
18852025-02-06T04:31:00.689Z Compiling rustls-pemfile v2.2.0
18862025-02-06T04:31:00.978Z Compiling hubpack_derive v0.1.1
18872025-02-06T04:31:01.188Z Compiling dropshot_endpoint v0.12.0
18882025-02-06T04:31:01.288Z Compiling sha1 v0.10.6
18892025-02-06T04:31:01.700Z Compiling signature v2.2.0
18902025-02-06T04:31:01.796Z Compiling curve25519-dalek-derive v0.1.1
18912025-02-06T04:31:01.836Z Compiling zerocopy-derive v0.6.6
18922025-02-06T04:31:02.017Z Compiling object v0.36.5
18932025-02-06T04:31:03.635Z Compiling thread_local v1.1.8
18942025-02-06T04:31:04.101Z Compiling fs-err v2.11.0
18952025-02-06T04:31:05.100Z Compiling unicode-properties v0.1.3
18962025-02-06T04:31:06.023Z Compiling anstyle v1.0.10
18972025-02-06T04:31:06.479Z Compiling ipnet v2.10.1
18982025-02-06T04:31:08.843Z Compiling openssl-probe v0.1.5
18992025-02-06T04:31:09.170Z Compiling rustc-demangle v0.1.24
19002025-02-06T04:31:10.791Z Compiling unicode-bidi v0.3.17
19012025-02-06T04:31:11.634Z Compiling winnow v0.6.20
19022025-02-06T04:31:12.489Z Compiling utf8parse v0.2.2
19032025-02-06T04:31:12.682Z Compiling anstyle-parse v0.2.5
19042025-02-06T04:31:14.002Z Compiling rustls-webpki v0.102.8
19052025-02-06T04:31:15.814Z Compiling toml_edit v0.22.22
19062025-02-06T04:31:18.555Z Compiling stringprep v0.1.5
19072025-02-06T04:31:19.478Z Compiling backtrace v0.3.74
19082025-02-06T04:31:24.817Z Compiling crossbeam-deque v0.8.5
19092025-02-06T04:31:25.329Z Compiling darling_macro v0.20.10
19102025-02-06T04:31:26.206Z Compiling term v0.7.0
19112025-02-06T04:31:26.351Z Compiling slog-json v2.6.1
19122025-02-06T04:31:27.536Z Compiling crossbeam-channel v0.5.13
19132025-02-06T04:31:28.150Z Compiling hashbrown v0.14.5
19142025-02-06T04:31:28.478Z Compiling futures-executor v0.3.31
19152025-02-06T04:31:28.779Z Compiling num-integer v0.1.46
19162025-02-06T04:31:28.932Z Compiling md-5 v0.10.6
19172025-02-06T04:31:29.204Z Compiling ff v0.13.0
19182025-02-06T04:31:29.377Z Compiling hash32 v0.2.1
19192025-02-06T04:31:29.401Z Compiling is-terminal v0.4.13
19202025-02-06T04:31:29.458Z Compiling memmap v0.7.0
19212025-02-06T04:31:29.538Z Compiling anstyle-query v1.1.1
19222025-02-06T04:31:29.707Z Compiling linked-hash-map v0.5.6
19232025-02-06T04:31:29.737Z Compiling quick-error v1.2.3
19242025-02-06T04:31:29.777Z Compiling take_mut v0.2.2
19252025-02-06T04:31:29.909Z Compiling utf-8 v0.7.6
19262025-02-06T04:31:29.956Z Compiling fallible-iterator v0.2.0
19272025-02-06T04:31:30.056Z Compiling psl-types v2.0.11
19282025-02-06T04:31:30.282Z Compiling colorchoice v1.0.2
19292025-02-06T04:31:30.311Z Compiling base16ct v0.2.0
19302025-02-06T04:31:30.460Z Compiling is_terminal_polyfill v1.70.1
19312025-02-06T04:31:30.610Z Compiling postgres-protocol v0.6.7
19322025-02-06T04:31:30.629Z Compiling anstream v0.6.15
19332025-02-06T04:31:30.651Z Compiling sec1 v0.7.3
19342025-02-06T04:31:31.187Z Compiling publicsuffix v2.3.0
19352025-02-06T04:31:31.314Z Compiling tungstenite v0.24.0
19362025-02-06T04:31:31.540Z Compiling lru-cache v0.1.2
19372025-02-06T04:31:31.726Z Compiling resolv-conf v0.7.0
19382025-02-06T04:31:31.751Z Compiling usdt v0.5.0
19392025-02-06T04:31:32.392Z Compiling slog-term v2.9.1
19402025-02-06T04:31:32.470Z Compiling group v0.13.0
19412025-02-06T04:31:32.804Z Compiling regress v0.10.1
19422025-02-06T04:31:33.195Z Compiling num-iter v0.1.45
19432025-02-06T04:31:33.258Z Compiling futures v0.3.31
19442025-02-06T04:31:36.423Z Compiling slog-bunyan v2.5.0
19452025-02-06T04:31:36.536Z Compiling darling v0.20.10
19462025-02-06T04:31:36.669Z Compiling tokio-native-tls v0.3.1
19472025-02-06T04:31:36.860Z Compiling tokio-rustls v0.26.0
19482025-02-06T04:31:36.966Z Compiling tokio-rustls v0.25.0
19492025-02-06T04:31:37.330Z Compiling toml v0.8.19
19502025-02-06T04:31:37.496Z Compiling hickory-proto v0.24.2
19512025-02-06T04:31:37.749Z Compiling phf_shared v0.11.2
19522025-02-06T04:31:38.118Z Compiling strum_macros v0.25.3
19532025-02-06T04:31:38.762Z Compiling async-stream v0.3.6
19542025-02-06T04:31:38.838Z Compiling waitgroup v0.1.2
19552025-02-06T04:31:39.063Z Compiling webpki-roots v0.26.6
19562025-02-06T04:31:39.297Z Compiling hkdf v0.12.4
19572025-02-06T04:31:39.330Z Compiling terminal_size v0.4.0
19582025-02-06T04:31:39.537Z Compiling serde_path_to_error v0.1.16
19592025-02-06T04:31:39.589Z Compiling crypto-bigint v0.5.5
19602025-02-06T04:31:40.212Z Compiling derive-where v1.2.7
19612025-02-06T04:31:40.294Z Compiling clap_derive v4.5.24
19622025-02-06T04:31:41.547Z Compiling serde_repr v0.1.19
19632025-02-06T04:31:42.648Z Compiling hostname v0.4.0
19642025-02-06T04:31:42.855Z Compiling crc32fast v1.4.2
19652025-02-06T04:31:43.197Z Compiling unicode-width v0.2.0
19662025-02-06T04:31:43.240Z Compiling clap_lex v0.7.4
19672025-02-06T04:31:43.296Z Compiling managed v0.8.0
19682025-02-06T04:31:43.671Z Compiling bitflags v1.3.2
19692025-02-06T04:31:43.881Z Compiling debug-ignore v1.0.5
19702025-02-06T04:31:44.996Z Compiling console v0.15.10
19712025-02-06T04:31:46.215Z Compiling clap_builder v4.5.27
19722025-02-06T04:31:46.263Z Compiling hickory-resolver v0.24.2
19732025-02-06T04:31:48.146Z Compiling flate2 v1.0.35
19742025-02-06T04:31:48.470Z Compiling elliptic-curve v0.13.8
19752025-02-06T04:31:49.190Z Compiling hyper-rustls v0.27.3
19762025-02-06T04:31:52.739Z Compiling phf v0.11.2
19772025-02-06T04:31:53.043Z Compiling hyper-tls v0.6.0
19782025-02-06T04:31:53.662Z Compiling typify-impl v0.2.0
19792025-02-06T04:31:53.893Z Compiling signal-hook-mio v0.2.4
19802025-02-06T04:31:54.089Z Compiling rayon v1.10.0
19812025-02-06T04:31:54.321Z Compiling bzip2 v0.4.4
19822025-02-06T04:31:54.372Z Compiling cookie_store v0.21.1
19832025-02-06T04:31:55.766Z Compiling tokio-tungstenite v0.24.0
19842025-02-06T04:31:56.120Z Compiling postgres-types v0.2.8
19852025-02-06T04:31:56.316Z Compiling zerocopy v0.6.6
19862025-02-06T04:31:56.432Z Compiling ed25519 v2.2.3
19872025-02-06T04:31:56.874Z Compiling hubpack v0.1.2
19882025-02-06T04:31:57.055Z Compiling phf_shared v0.10.0
19892025-02-06T04:31:57.334Z Compiling pkcs1 v0.7.5
19902025-02-06T04:31:57.436Z Compiling tokio-stream v0.1.16
19912025-02-06T04:31:58.199Z Compiling ipnetwork v0.20.0
19922025-02-06T04:31:58.432Z Compiling rfc6979 v0.4.0
19932025-02-06T04:31:58.498Z Compiling serde-big-array v0.5.1
19942025-02-06T04:31:58.598Z Compiling float-cmp v0.9.0
19952025-02-06T04:31:58.647Z Compiling sync_wrapper v1.0.1
19962025-02-06T04:31:58.824Z Compiling bstr v1.10.0
19972025-02-06T04:31:58.916Z Compiling static_assertions v1.1.0
19982025-02-06T04:31:59.035Z Compiling whoami v1.5.2
19992025-02-06T04:31:59.573Z Compiling new_debug_unreachable v1.0.6
20002025-02-06T04:31:59.693Z Compiling normalize-line-endings v0.3.0
20012025-02-06T04:31:59.894Z Compiling precomputed-hash v0.1.1
20022025-02-06T04:32:00.037Z Compiling number_prefix v0.4.0
20032025-02-06T04:32:00.307Z Compiling unicode-segmentation v1.12.0
20042025-02-06T04:32:01.179Z Compiling bit-vec v0.6.3
20052025-02-06T04:32:01.212Z Compiling predicates-core v1.0.8
20062025-02-06T04:32:01.530Z Compiling difflib v0.4.0
20072025-02-06T04:32:01.605Z Compiling fixedbitset v0.4.2
20082025-02-06T04:32:01.715Z Compiling bit-set v0.5.3
20092025-02-06T04:32:02.009Z Compiling predicates v3.1.2
20102025-02-06T04:32:02.030Z Compiling petgraph v0.6.5
20112025-02-06T04:32:02.672Z Compiling similar v2.6.0
20122025-02-06T04:32:03.389Z Compiling reqwest v0.12.9
20132025-02-06T04:32:04.312Z Compiling indicatif v0.17.11
20142025-02-06T04:32:04.401Z Compiling typify-macro v0.2.0
20152025-02-06T04:32:04.628Z Compiling string_cache v0.8.7
20162025-02-06T04:32:05.056Z Compiling tokio-postgres v0.7.12
20172025-02-06T04:32:06.057Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20182025-02-06T04:32:07.849Z Compiling ecdsa v0.16.9
20192025-02-06T04:32:08.168Z Compiling qorb v0.2.1
20202025-02-06T04:32:09.165Z Compiling rsa v0.9.6
20212025-02-06T04:32:10.742Z Compiling ed25519-dalek v2.1.1
20222025-02-06T04:32:11.181Z Compiling zip v0.6.6
20232025-02-06T04:32:11.290Z Compiling crossterm v0.28.1
20242025-02-06T04:32:11.800Z Compiling clap v4.5.27
20252025-02-06T04:32:13.602Z Compiling toml v0.7.8
20262025-02-06T04:32:13.994Z Compiling x509-cert v0.2.5
20272025-02-06T04:32:15.020Z Compiling hex v0.4.3
20282025-02-06T04:32:15.720Z Compiling itertools v0.10.5
20292025-02-06T04:32:15.907Z Compiling zerocopy v0.8.10
20302025-02-06T04:32:16.114Z Compiling unicode-xid v0.2.6
20312025-02-06T04:32:16.321Z Compiling peg-runtime v0.8.3
20322025-02-06T04:32:16.629Z Compiling lalrpop-util v0.19.12
20332025-02-06T04:32:18.338Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20342025-02-06T04:32:23.250Z Compiling proc-macro-crate v1.3.1
20352025-02-06T04:32:23.795Z Compiling macaddr v1.0.1
20362025-02-06T04:32:24.375Z Compiling zerocopy-derive v0.8.10
20372025-02-06T04:32:24.453Z Compiling itertools v0.13.0
20382025-02-06T04:32:25.234Z Compiling heapless v0.8.0
20392025-02-06T04:32:27.487Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20402025-02-06T04:32:31.919Z Compiling num_enum_derive v0.5.11
20412025-02-06T04:32:38.831Z Compiling hash32 v0.3.1
20422025-02-06T04:32:39.883Z Compiling smoltcp v0.11.0
20432025-02-06T04:32:41.579Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20442025-02-06T04:32:45.894Z Compiling num_enum v0.5.11
20452025-02-06T04:32:46.111Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20462025-02-06T04:32:47.340Z Compiling typify v0.2.0
20472025-02-06T04:32:47.497Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
20482025-02-06T04:32:48.078Z Compiling proc-macro-error-attr v1.0.4
20492025-02-06T04:32:48.595Z Compiling unsafe-libyaml v0.2.11
20502025-02-06T04:32:49.889Z Compiling thiserror v2.0.11
20512025-02-06T04:32:50.270Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20522025-02-06T04:32:50.356Z Compiling cobs v0.2.3
20532025-02-06T04:32:50.629Z Compiling postcard v1.0.10
20542025-02-06T04:32:51.573Z Compiling serde_yaml v0.9.34+deprecated
20552025-02-06T04:33:01.080Z Compiling progenitor-impl v0.8.0
20562025-02-06T04:33:07.658Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20572025-02-06T04:33:17.857Z Compiling strum_macros v0.26.4
20582025-02-06T04:33:18.332Z Compiling thiserror-impl v2.0.11
20592025-02-06T04:33:18.541Z Compiling structmeta-derive v0.3.0
20602025-02-06T04:33:19.121Z Compiling foreign-types-macros v0.2.3
20612025-02-06T04:33:20.274Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20622025-02-06T04:33:20.412Z Compiling proc-macro-error v1.0.4
20632025-02-06T04:33:20.741Z Compiling unicode-width v0.1.14
20642025-02-06T04:33:21.180Z Compiling foreign-types-shared v0.3.1
20652025-02-06T04:33:22.015Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20662025-02-06T04:33:22.685Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20672025-02-06T04:33:22.773Z Compiling strum v0.26.3
20682025-02-06T04:33:26.065Z Compiling foreign-types v0.5.0
20692025-02-06T04:33:26.202Z Compiling tabwriter v1.4.0
20702025-02-06T04:33:26.997Z Compiling structmeta v0.3.0
20712025-02-06T04:33:34.071Z Compiling progenitor-macro v0.8.0
20722025-02-06T04:33:35.971Z Compiling progenitor-client v0.8.0
20732025-02-06T04:33:37.151Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20742025-02-06T04:33:37.972Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20752025-02-06T04:33:38.853Z Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
20762025-02-06T04:33:39.669Z Compiling cstr-argument v0.1.2
20772025-02-06T04:33:39.946Z Compiling dropshot v0.15.1
20782025-02-06T04:33:40.312Z Compiling pretty-hex v0.2.1
20792025-02-06T04:33:40.384Z Compiling fastrand v2.1.1
20802025-02-06T04:33:40.573Z Compiling crucible-workspace-hack v0.1.0
20812025-02-06T04:33:41.089Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20822025-02-06T04:33:41.360Z Compiling tempfile v3.13.0
20832025-02-06T04:33:41.436Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20842025-02-06T04:33:41.535Z Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
20852025-02-06T04:33:41.911Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20862025-02-06T04:33:42.196Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20872025-02-06T04:33:42.765Z Compiling parse-display-derive v0.10.0
20882025-02-06T04:33:43.038Z Compiling colored v2.1.0
20892025-02-06T04:33:43.094Z Compiling serde_with_macros v3.11.0
20902025-02-06T04:33:44.357Z Compiling dropshot_endpoint v0.15.1
20912025-02-06T04:33:45.229Z Compiling progenitor v0.8.0
20922025-02-06T04:33:45.479Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20932025-02-06T04:33:45.545Z Compiling instant v0.1.13
20942025-02-06T04:33:45.755Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20952025-02-06T04:33:46.155Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20962025-02-06T04:33:46.278Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20972025-02-06T04:33:46.490Z Compiling parse-display v0.10.0
20982025-02-06T04:33:46.510Z Compiling backoff v0.4.0
20992025-02-06T04:33:46.887Z Compiling serde_with v3.11.0
21002025-02-06T04:33:48.316Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21012025-02-06T04:33:49.183Z Compiling zone_cfg_derive v0.3.0
21022025-02-06T04:33:49.430Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21032025-02-06T04:33:50.190Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21042025-02-06T04:33:50.570Z Compiling camino-tempfile v1.1.1
21052025-02-06T04:33:50.969Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
21062025-02-06T04:33:51.018Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21072025-02-06T04:33:51.241Z Compiling regress v0.9.1
21082025-02-06T04:33:51.379Z Compiling progenitor-client v0.9.1
21092025-02-06T04:33:51.447Z Compiling num-derive v0.4.2
21102025-02-06T04:33:52.333Z Compiling sigpipe v0.1.3
21112025-02-06T04:33:52.486Z Compiling libefi-sys v0.1.0
21122025-02-06T04:33:52.841Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21132025-02-06T04:33:53.235Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21142025-02-06T04:33:53.620Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
21152025-02-06T04:33:55.181Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
21162025-02-06T04:33:55.802Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21172025-02-06T04:33:56.458Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
21182025-02-06T04:33:58.426Z Compiling zone v0.3.0
21192025-02-06T04:34:00.706Z Compiling smf v0.2.3
21202025-02-06T04:34:01.855Z Compiling bitfield-struct v0.6.2
21212025-02-06T04:34:03.274Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21222025-02-06T04:34:03.320Z Compiling blake3 v1.5.4
21232025-02-06T04:34:03.413Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21242025-02-06T04:34:03.844Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21252025-02-06T04:34:04.094Z Compiling xattr v1.3.1
21262025-02-06T04:34:04.139Z Compiling filetime v0.2.25
21272025-02-06T04:34:04.438Z Compiling memmap2 v0.9.5
21282025-02-06T04:34:04.512Z Compiling arrayvec v0.7.6
21292025-02-06T04:34:04.623Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21302025-02-06T04:34:04.782Z Compiling constant_time_eq v0.3.1
21312025-02-06T04:34:04.975Z Compiling arrayref v0.3.9
21322025-02-06T04:34:04.999Z Compiling same-file v1.0.6
21332025-02-06T04:34:05.000Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21342025-02-06T04:34:05.056Z Compiling tar v0.4.42
21352025-02-06T04:34:05.331Z Compiling walkdir v2.5.0
21362025-02-06T04:34:07.104Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21372025-02-06T04:34:07.156Z Compiling gethostname v0.5.0
21382025-02-06T04:34:07.390Z Compiling cargo-platform v0.1.8
21392025-02-06T04:34:07.532Z Compiling topological-sort v0.2.2
21402025-02-06T04:34:07.723Z Compiling shell-words v1.1.0
21412025-02-06T04:34:07.830Z Compiling omicron-zone-package v0.12.0
21422025-02-06T04:34:07.849Z Compiling cargo_metadata v0.18.1
21432025-02-06T04:34:08.267Z Compiling indent_write v2.2.0
21442025-02-06T04:34:15.066Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21452025-02-06T04:34:16.622Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21462025-02-06T04:34:18.598Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21472025-02-06T04:34:37.609Z Finished `release` profile [optimized] target(s) in 5m 23s
21482025-02-06T04:34:37.777Z Running `target/release/omicron-package -t test target create -p dev`
21492025-02-06T04:34:37.831ZLogging to: /work/oxidecomputer/omicron/out/LOG
21502025-02-06T04:34:37.833ZCreated new build target 'test' and set it as active
21512025-02-06T04:34:37.833Z
21522025-02-06T04:34:37.833Zreal 5:23.427237955
21532025-02-06T04:34:37.833Zuser 37:48.781091071
21542025-02-06T04:34:37.833Zsys 3:29.168463439
21552025-02-06T04:34:37.833Ztrap 1.259976396
21562025-02-06T04:34:37.834Ztflt 3.108394233
21572025-02-06T04:34:37.834Zdflt 0.552206532
21582025-02-06T04:34:37.834Zkflt 0.009784210
21592025-02-06T04:34:37.834Zlock 1:15:49.311557906
21602025-02-06T04:34:37.834Zslp 2:32:16.500304727
21612025-02-06T04:34:37.834Zlat 2:46.587431794
21622025-02-06T04:34:37.834Zstop 4:50.778758722
21632025-02-06T04:34:37.837Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21642025-02-06T04:34:38.839Z Finished `release` profile [optimized] target(s) in 0.94s
21652025-02-06T04:34:38.901Z Running `target/release/omicron-package -t test package`
21662025-02-06T04:34:38.948ZLogging to: /work/oxidecomputer/omicron/out/LOG
21672025-02-06T04:34:40.157Z Compiling thiserror v2.0.11
21682025-02-06T04:34:40.298Z Compiling typify-impl v0.3.0
21692025-02-06T04:34:40.314Z Compiling convert_case v0.4.0
21702025-02-06T04:34:40.318Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21712025-02-06T04:34:40.318Z Compiling newline-converter v0.3.0
21722025-02-06T04:34:40.318Z Compiling password-hash v0.5.0
21732025-02-06T04:34:40.318Z Compiling blake2 v0.10.6
21742025-02-06T04:34:40.360Z Compiling base64 v0.21.7
21752025-02-06T04:34:40.522Z Compiling expectorate v1.1.0
21762025-02-06T04:34:40.575Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21772025-02-06T04:34:40.827Z Compiling atomicwrites v0.4.4
21782025-02-06T04:34:40.965Z Compiling derive_more v0.99.18
21792025-02-06T04:34:41.324Z Compiling argon2 v0.5.3
21802025-02-06T04:34:41.346Z Compiling owo-colors v4.1.0
21812025-02-06T04:34:41.491Z Compiling cancel-safe-futures v0.1.5
21822025-02-06T04:34:41.545Z Compiling num-rational v0.4.2
21832025-02-06T04:34:41.702Z Compiling progenitor-client v0.9.1
21842025-02-06T04:34:41.883Z Compiling num-complex v0.4.6
21852025-02-06T04:34:42.242Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21862025-02-06T04:34:43.331Z Compiling num v0.4.3
21872025-02-06T04:34:43.363Z Compiling libsw v3.3.1
21882025-02-06T04:34:43.363Z Compiling float-ord v0.3.2
21892025-02-06T04:34:43.524Z Compiling swrite v0.1.0
21902025-02-06T04:34:43.576Z Compiling linear-map v1.2.0
21912025-02-06T04:34:43.703Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21922025-02-06T04:34:43.709Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21932025-02-06T04:34:43.973Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21942025-02-06T04:34:44.018Z Compiling highway v1.2.0
21952025-02-06T04:34:45.220Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21962025-02-06T04:34:45.507Z Compiling semver v0.1.20
21972025-02-06T04:34:46.055Z Compiling rustc_version v0.1.7
21982025-02-06T04:34:46.475Z Compiling newtype_derive v0.1.6
21992025-02-06T04:34:46.809Z Compiling tungstenite v0.21.0
22002025-02-06T04:34:47.124Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22012025-02-06T04:34:51.684Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22022025-02-06T04:34:51.790Z Compiling typify-macro v0.3.0
22032025-02-06T04:34:51.949Z Compiling ipnetwork v0.20.0
22042025-02-06T04:34:52.741Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22052025-02-06T04:34:53.371Z Compiling tokio-tungstenite v0.21.0
22062025-02-06T04:34:53.475Z Compiling progenitor-client v0.8.0
22072025-02-06T04:34:53.501Z Compiling humantime v2.1.0
22082025-02-06T04:34:53.937Z Compiling progenitor v0.8.0
22092025-02-06T04:34:54.184Z Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
22102025-02-06T04:34:54.203Z Compiling dropshot v0.15.1
22112025-02-06T04:34:54.282Z Compiling instant v0.1.13
22122025-02-06T04:34:54.448Z Compiling backoff v0.4.0
22132025-02-06T04:34:54.538Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22142025-02-06T04:34:54.794Z Compiling steno v0.4.1
22152025-02-06T04:34:55.102Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22162025-02-06T04:34:55.340Z Compiling typify v0.3.0
22172025-02-06T04:34:55.505Z Compiling progenitor-impl v0.9.1
22182025-02-06T04:35:01.679Z Compiling progenitor-macro v0.9.1
22192025-02-06T04:35:02.808Z Compiling parse-display v0.10.0
22202025-02-06T04:35:02.920Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22212025-02-06T04:35:03.122Z Compiling strum v0.26.3
22222025-02-06T04:35:03.292Z Compiling serde_with v3.11.0
22232025-02-06T04:35:03.330Z Compiling regress v0.9.1
22242025-02-06T04:35:06.949Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22252025-02-06T04:35:08.143Z Compiling macaddr v1.0.1
22262025-02-06T04:35:08.448Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22272025-02-06T04:35:08.608Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22282025-02-06T04:35:08.642Z Compiling slog-dtrace v0.3.0
22292025-02-06T04:35:09.272Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
22302025-02-06T04:35:09.292Z Compiling prettyplease v0.2.25
22312025-02-06T04:35:11.244Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22322025-02-06T04:35:12.924Z Compiling progenitor v0.9.1
22332025-02-06T04:35:13.185Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22342025-02-06T04:35:15.162Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22352025-02-06T04:35:17.262Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22362025-02-06T04:35:26.103Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22372025-02-06T04:35:27.107Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22382025-02-06T04:35:28.162Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22392025-02-06T04:35:29.249Z Compiling half v2.4.1
22402025-02-06T04:35:29.939Z Compiling ciborium-io v0.2.2
22412025-02-06T04:35:30.099Z Compiling ciborium-ll v0.2.2
22422025-02-06T04:35:31.672Z Compiling ciborium v0.2.2
22432025-02-06T04:35:31.713Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22442025-02-06T04:35:33.257Z Compiling display-error-chain v0.2.2
22452025-02-06T04:35:33.513Z Compiling same-file v1.0.6
22462025-02-06T04:35:33.673Z Compiling fastrand v2.1.1
22472025-02-06T04:35:33.788Z Compiling walkdir v2.5.0
22482025-02-06T04:35:33.941Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22492025-02-06T04:35:34.172Z Compiling tempfile v3.13.0
22502025-02-06T04:35:34.413Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22512025-02-06T04:35:34.937Z Compiling blake3 v1.5.4
22522025-02-06T04:35:35.615Z Compiling const_format_proc_macros v0.2.34
22532025-02-06T04:35:37.314Z Compiling xattr v1.3.1
22542025-02-06T04:35:37.602Z Compiling memmap2 v0.9.5
22552025-02-06T04:35:38.034Z Compiling filetime v0.2.25
22562025-02-06T04:35:38.061Z Compiling keccak v0.1.5
22572025-02-06T04:35:38.343Z Compiling constant_time_eq v0.3.1
22582025-02-06T04:35:38.525Z Compiling maplit v1.0.2
22592025-02-06T04:35:38.677Z Compiling arrayvec v0.7.6
22602025-02-06T04:35:38.824Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22612025-02-06T04:35:39.066Z Compiling crunchy v0.2.2
22622025-02-06T04:35:39.199Z Compiling arrayref v0.3.9
22632025-02-06T04:35:39.270Z Compiling sha3 v0.10.8
22642025-02-06T04:35:39.537Z Compiling tar v0.4.42
22652025-02-06T04:35:40.160Z Compiling const_format v0.2.34
22662025-02-06T04:35:40.403Z Compiling camino-tempfile v1.1.1
22672025-02-06T04:35:40.861Z Compiling toolchain_find v0.4.0
22682025-02-06T04:35:41.422Z Compiling tiny-keccak v2.0.2
22692025-02-06T04:35:41.504Z Compiling topological-sort v0.2.2
22702025-02-06T04:35:41.525Z Compiling radium v0.7.0
22712025-02-06T04:35:41.758Z Compiling omicron-zone-package v0.12.0
22722025-02-06T04:35:41.784Z Compiling rustfmt-wrapper v0.2.1
22732025-02-06T04:35:42.063Z Compiling dsl_auto_type v0.1.2
22742025-02-06T04:35:42.231Z Compiling scheduled-thread-pool v0.2.7
22752025-02-06T04:35:42.360Z Compiling diesel_table_macro_syntax v0.2.0
22762025-02-06T04:35:42.755Z Compiling tap v1.0.1
22772025-02-06T04:35:42.956Z Compiling maybe-uninit v2.0.0
22782025-02-06T04:35:43.335Z Compiling diesel_derives v2.2.3
22792025-02-06T04:35:43.534Z Compiling wyz v0.5.1
22802025-02-06T04:35:43.665Z Compiling r2d2 v0.8.10
22812025-02-06T04:35:44.475Z Compiling phf_generator v0.11.2
22822025-02-06T04:35:44.662Z Compiling ascii-canvas v3.0.0
22832025-02-06T04:35:44.691Z Compiling secrecy v0.8.0
22842025-02-06T04:35:44.963Z Compiling ena v0.14.3
22852025-02-06T04:35:45.127Z Compiling async-recursion v1.1.1
22862025-02-06T04:35:45.400Z Compiling funty v2.0.0
22872025-02-06T04:35:46.078Z Compiling regex-syntax v0.6.29
22882025-02-06T04:35:46.565Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22892025-02-06T04:35:46.914Z Compiling diff v0.1.13
22902025-02-06T04:35:47.012Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22912025-02-06T04:35:47.399Z Compiling packed_struct v0.10.1
22922025-02-06T04:35:47.837Z Compiling arc-swap v1.7.1
22932025-02-06T04:35:48.107Z Compiling crc-catalog v2.4.0
22942025-02-06T04:35:48.227Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22952025-02-06T04:35:48.296Z Compiling crc v3.2.1
22962025-02-06T04:35:48.508Z Compiling slog-scope v4.4.0
22972025-02-06T04:35:49.375Z Compiling bitvec v1.0.1
22982025-02-06T04:35:50.419Z Compiling lalrpop v0.19.12
22992025-02-06T04:35:51.250Z Compiling phf_codegen v0.11.2
23002025-02-06T04:35:51.642Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23012025-02-06T04:35:52.728Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23022025-02-06T04:35:52.993Z Compiling universal-hash v0.5.1
23032025-02-06T04:35:53.269Z Compiling packed_struct_codegen v0.10.1
23042025-02-06T04:35:53.972Z Compiling thiserror-impl-no-std v2.0.2
23052025-02-06T04:35:54.460Z Compiling diesel v2.2.6
23062025-02-06T04:35:55.691Z Compiling parse-zoneinfo v0.3.1
23072025-02-06T04:35:56.523Z Compiling unicase v2.7.0
23082025-02-06T04:35:56.856Z Compiling indexmap v1.9.3
23092025-02-06T04:35:57.165Z Compiling opaque-debug v0.3.1
23102025-02-06T04:35:57.206Z Compiling ref-cast v1.0.23
23112025-02-06T04:35:57.289Z Compiling nodrop v0.1.14
23122025-02-06T04:35:57.452Z Compiling array-init v0.0.4
23132025-02-06T04:35:57.731Z Compiling poly1305 v0.8.0
23142025-02-06T04:35:58.528Z Compiling thiserror-no-std v2.0.2
23152025-02-06T04:35:58.688Z Compiling chrono-tz-build v0.4.0
23162025-02-06T04:35:59.727Z Compiling smallvec v0.6.14
23172025-02-06T04:36:00.922Z Compiling slog-stdlog v4.1.1
23182025-02-06T04:36:01.810Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23192025-02-06T04:36:02.133Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23202025-02-06T04:36:02.472Z Compiling derive_builder_core v0.20.2
23212025-02-06T04:36:03.344Z Compiling chacha20 v0.9.1
23222025-02-06T04:36:03.841Z Compiling headers-core v0.3.0
23232025-02-06T04:36:04.048Z Compiling aead v0.5.2
23242025-02-06T04:36:04.425Z Compiling libxml v0.3.3
23252025-02-06T04:36:04.626Z Compiling ref-cast-impl v1.0.23
23262025-02-06T04:36:04.814Z Compiling vte_generate_state_changes v0.1.2
23272025-02-06T04:36:05.442Z Compiling bitfield v0.14.0
23282025-02-06T04:36:05.751Z Compiling termcolor v1.4.1
23292025-02-06T04:36:05.780Z Compiling hashbrown v0.12.3
23302025-02-06T04:36:06.828Z Compiling env_logger v0.10.2
23312025-02-06T04:36:08.372Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23322025-02-06T04:36:10.004Z Compiling vte v0.11.1
23332025-02-06T04:36:11.639Z Compiling derive_builder_macro v0.20.2
23342025-02-06T04:36:12.509Z Compiling chacha20poly1305 v0.10.1
23352025-02-06T04:36:12.782Z Compiling headers v0.4.0
23362025-02-06T04:36:13.502Z Compiling polar-core v0.27.3
23372025-02-06T04:36:15.489Z Compiling slog-envlogger v2.2.0
23382025-02-06T04:36:16.472Z Compiling serde-hex v0.1.0
23392025-02-06T04:36:18.246Z Compiling chrono-tz v0.10.1
23402025-02-06T04:36:18.903Z Compiling vsss-rs v3.3.4
23412025-02-06T04:36:21.658Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23422025-02-06T04:36:22.829Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23432025-02-06T04:36:23.183Z Compiling ron v0.8.1
23442025-02-06T04:36:24.761Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23452025-02-06T04:36:25.102Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23462025-02-06T04:36:26.571Z Compiling hashbrown v0.13.2
23472025-02-06T04:36:27.855Z Compiling strum_macros v0.24.3
23482025-02-06T04:36:28.875Z Compiling fxhash v0.2.1
23492025-02-06T04:36:29.141Z Compiling samael v0.0.17
23502025-02-06T04:36:29.637Z Compiling indoc v1.0.9
23512025-02-06T04:36:30.522Z Compiling lockfree-object-pool v0.1.6
23522025-02-06T04:36:30.825Z Compiling bumpalo v3.16.0
23532025-02-06T04:36:30.846Z Compiling zip v2.1.3
23542025-02-06T04:36:30.952Z Compiling crc-any v2.5.0
23552025-02-06T04:36:31.185Z Compiling simd-adler32 v0.3.7
23562025-02-06T04:36:31.440Z Compiling bytecount v0.6.8
23572025-02-06T04:36:31.798Z Compiling papergrid v0.11.0
23582025-02-06T04:36:31.939Z Compiling zopfli v0.8.1
23592025-02-06T04:36:32.463Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23602025-02-06T04:36:41.251Z Compiling object v0.30.4
23612025-02-06T04:36:44.612Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23622025-02-06T04:36:46.190Z Compiling derive_builder v0.20.2
23632025-02-06T04:36:46.444Z Compiling strip-ansi-escapes v0.2.0
23642025-02-06T04:36:47.482Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23652025-02-06T04:36:47.503Z Compiling tabled_derive v0.7.0
23662025-02-06T04:36:47.796Z Compiling fd-lock v4.0.2
23672025-02-06T04:36:48.051Z Compiling peg-macros v0.8.4
23682025-02-06T04:36:49.568Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23692025-02-06T04:36:50.593Z Compiling kstat-rs v0.2.4
23702025-02-06T04:36:50.993Z Compiling oso-derive v0.27.3
23712025-02-06T04:36:51.374Z Compiling impl-trait-for-tuples v0.2.2
23722025-02-06T04:36:51.496Z Compiling quick-xml v0.33.0
23732025-02-06T04:36:51.997Z Compiling diesel-dtrace v0.4.2
23742025-02-06T04:36:52.390Z Compiling path-slash v0.1.5
23752025-02-06T04:36:52.682Z Compiling nu-ansi-term v0.50.1
23762025-02-06T04:36:53.605Z Compiling reedline v0.35.0
23772025-02-06T04:36:54.019Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23782025-02-06T04:36:57.607Z Compiling oso v0.27.3
23792025-02-06T04:37:00.418Z Compiling peg v0.8.4
23802025-02-06T04:37:00.572Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23812025-02-06T04:37:02.947Z Compiling tabled v0.15.0
23822025-02-06T04:37:09.933Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23832025-02-06T04:37:21.531Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23842025-02-06T04:37:22.634Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23852025-02-06T04:37:23.275Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
23862025-02-06T04:37:23.773Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23872025-02-06T04:37:24.177Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23882025-02-06T04:37:24.512Z Compiling pem v3.0.4
23892025-02-06T04:37:25.985Z Compiling bb8 v0.8.5
23902025-02-06T04:37:26.622Z Compiling bcs v0.1.6
23912025-02-06T04:37:27.553Z Compiling libz-sys v1.1.20
23922025-02-06T04:37:28.264Z Compiling nanorand v0.7.0
23932025-02-06T04:37:28.963Z Compiling termtree v0.5.1
23942025-02-06T04:37:29.366Z Compiling parking_lot_core v0.8.6
23952025-02-06T04:37:29.934Z Compiling flume v0.11.1
23962025-02-06T04:37:30.881Z Compiling async-bb8-diesel v0.2.1
23972025-02-06T04:37:31.738Z Compiling mime_guess v2.0.5
23982025-02-06T04:37:33.563Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23992025-02-06T04:37:34.758Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24002025-02-06T04:37:36.923Z Compiling buf-list v1.0.3
24012025-02-06T04:37:39.123Z Compiling nibble_vec v0.1.0
24022025-02-06T04:37:39.399Z Compiling libgit2-sys v0.17.0+1.8.1
24032025-02-06T04:37:40.037Z Compiling pin-project-internal v1.1.6
24042025-02-06T04:37:40.186Z Compiling atty v0.2.14
24052025-02-06T04:37:40.396Z Compiling http-range v0.1.5
24062025-02-06T04:37:41.007Z Compiling endian-type v0.1.2
24072025-02-06T04:37:41.291Z Compiling salty v0.3.0
24082025-02-06T04:37:41.766Z Compiling radix_trie v0.2.1
24092025-02-06T04:37:42.745Z Compiling pin-project v1.1.6
24102025-02-06T04:37:42.930Z Compiling parking_lot v0.11.2
24112025-02-06T04:37:47.710Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
24122025-02-06T04:37:47.813Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24132025-02-06T04:37:52.412Z Compiling snafu-derive v0.8.5
24142025-02-06T04:37:55.152Z Compiling hyper-staticfile v0.10.1
24152025-02-06T04:37:55.562Z Compiling sled v0.34.7
24162025-02-06T04:37:56.751Z Compiling snafu v0.8.5
24172025-02-06T04:37:58.244Z Compiling hickory-client v0.24.2
24182025-02-06T04:38:11.787Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24192025-02-06T04:38:12.995Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24202025-02-06T04:38:15.065Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24212025-02-06T04:38:23.888Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24222025-02-06T04:38:27.075Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24232025-02-06T04:38:27.208Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24242025-02-06T04:38:28.768Z Compiling globset v0.4.15
24252025-02-06T04:38:31.092Z Compiling hickory-server v0.24.2
24262025-02-06T04:38:32.984Z Compiling primeorder v0.13.6
24272025-02-06T04:38:33.571Z Compiling olpc-cjson v0.1.4
24282025-02-06T04:38:33.960Z Compiling vergen v8.3.2
24292025-02-06T04:38:34.304Z Compiling castaway v0.2.3
24302025-02-06T04:38:34.512Z Compiling env_filter v0.1.2
24312025-02-06T04:38:34.827Z Compiling serde_plain v1.0.2
24322025-02-06T04:38:35.432Z Compiling cargo-platform v0.1.8
24332025-02-06T04:38:35.958Z Compiling memoffset v0.9.1
24342025-02-06T04:38:36.058Z Compiling typed-path v0.9.3
24352025-02-06T04:38:36.237Z Compiling cargo_metadata v0.18.1
24362025-02-06T04:38:36.502Z Compiling env_logger v0.11.5
24372025-02-06T04:38:37.941Z Compiling git2 v0.19.0
24382025-02-06T04:38:39.287Z Compiling tough v0.19.0
24392025-02-06T04:38:42.934Z Compiling compact_str v0.8.0
24402025-02-06T04:38:43.118Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24412025-02-06T04:38:43.842Z Compiling p384 v0.13.0
24422025-02-06T04:38:44.769Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24432025-02-06T04:38:45.520Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24442025-02-06T04:38:46.429Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24452025-02-06T04:38:47.631Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24462025-02-06T04:38:50.903Z Compiling unicode-truncate v1.1.0
24472025-02-06T04:38:51.245Z Compiling lru v0.12.5
24482025-02-06T04:38:51.632Z Compiling rand_seeder v0.3.0
24492025-02-06T04:38:52.052Z Compiling libsqlite3-sys v0.30.1
24502025-02-06T04:38:52.605Z Compiling lzma-sys v0.1.20
24512025-02-06T04:38:53.003Z Compiling instability v0.3.2
24522025-02-06T04:38:53.294Z Compiling cassowary v0.3.0
24532025-02-06T04:38:53.993Z Compiling cfg_aliases v0.2.1
24542025-02-06T04:38:54.149Z Compiling rustls v0.21.12
24552025-02-06T04:38:54.499Z Compiling parse-size v1.1.0
24562025-02-06T04:38:54.853Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24572025-02-06T04:38:55.235Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24582025-02-06T04:38:55.718Z Compiling nix v0.29.0
24592025-02-06T04:38:56.211Z Compiling ratatui v0.28.1
24602025-02-06T04:38:56.677Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24612025-02-06T04:38:56.886Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24622025-02-06T04:38:57.191Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24632025-02-06T04:38:58.418Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24642025-02-06T04:38:59.167Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24652025-02-06T04:38:59.510Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24662025-02-06T04:39:03.273Z Compiling rustls-webpki v0.101.7
24672025-02-06T04:39:03.498Z Compiling sct v0.7.1
24682025-02-06T04:39:04.005Z Compiling heck v0.3.3
24692025-02-06T04:39:04.368Z Compiling csv-core v0.1.11
24702025-02-06T04:39:05.308Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24712025-02-06T04:39:05.701Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24722025-02-06T04:39:06.044Z Compiling glob v0.3.2
24732025-02-06T04:39:06.912Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24742025-02-06T04:39:07.328Z Compiling csv v1.3.1
24752025-02-06T04:39:08.237Z Compiling zone_cfg_derive v0.1.2
24762025-02-06T04:39:09.689Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24772025-02-06T04:39:14.087Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
24782025-02-06T04:39:14.637Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24792025-02-06T04:39:15.502Z Compiling nix v0.27.1
24802025-02-06T04:39:15.622Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24812025-02-06T04:39:19.109Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
24822025-02-06T04:39:21.606Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24832025-02-06T04:39:26.188Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24842025-02-06T04:39:26.552Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24852025-02-06T04:39:28.408Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
24862025-02-06T04:39:28.743Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24872025-02-06T04:39:29.090Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24882025-02-06T04:39:29.213Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24892025-02-06T04:39:29.426Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24902025-02-06T04:39:29.482Z Compiling tungstenite v0.23.0
24912025-02-06T04:39:29.603Z Compiling hashlink v0.9.1
24922025-02-06T04:39:30.115Z Compiling fallible-streaming-iterator v0.1.9
24932025-02-06T04:39:30.359Z Compiling base64 v0.13.1
24942025-02-06T04:39:30.427Z Compiling fallible-iterator v0.3.0
24952025-02-06T04:39:31.215Z Compiling rusqlite v0.32.1
24962025-02-06T04:39:31.235Z Compiling ron v0.7.1
24972025-02-06T04:39:32.501Z Compiling tokio-tungstenite v0.23.1
24982025-02-06T04:39:33.139Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24992025-02-06T04:39:33.871Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25002025-02-06T04:39:36.270Z Compiling xz2 v0.1.7
25012025-02-06T04:39:36.910Z Compiling tokio-rustls v0.24.1
25022025-02-06T04:39:37.133Z Compiling zone v0.1.8
25032025-02-06T04:39:40.562Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25042025-02-06T04:39:42.509Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25052025-02-06T04:39:45.544Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25062025-02-06T04:39:46.840Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25072025-02-06T04:39:47.182Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25082025-02-06T04:39:54.081Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25092025-02-06T04:39:55.003Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25102025-02-06T04:39:57.541Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25112025-02-06T04:39:57.631Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25122025-02-06T04:40:00.028Z Compiling rustls-pemfile v1.0.4
25132025-02-06T04:40:00.472Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25142025-02-06T04:40:00.806Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
25152025-02-06T04:40:00.826Z Compiling signal-hook-tokio v0.3.1
25162025-02-06T04:40:01.011Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25172025-02-06T04:40:01.078Z Compiling yasna v0.5.2
25182025-02-06T04:40:01.846Z Compiling twox-hash v2.1.0
25192025-02-06T04:40:02.910Z Compiling smawk v0.3.2
25202025-02-06T04:40:03.233Z Compiling unicode-linebreak v0.1.5
25212025-02-06T04:40:03.855Z Compiling is_ci v1.2.0
25222025-02-06T04:40:04.210Z Compiling supports-color v3.0.1
25232025-02-06T04:40:04.649Z Compiling textwrap v0.16.1
25242025-02-06T04:40:04.687Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25252025-02-06T04:40:08.234Z Compiling rcgen v0.12.1
25262025-02-06T04:40:10.323Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25272025-02-06T04:40:15.814Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25282025-02-06T04:40:16.070Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25292025-02-06T04:40:18.539Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25302025-02-06T04:40:22.688Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25312025-02-06T04:40:28.050Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25322025-02-06T04:40:33.074Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25332025-02-06T04:40:37.649Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25342025-02-06T04:40:38.306Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25352025-02-06T04:40:46.301Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
25362025-02-06T04:40:53.034Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25372025-02-06T04:40:53.373Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25382025-02-06T04:40:57.916Z Compiling fatfs v0.3.6
25392025-02-06T04:41:00.817Z Compiling subprocess v0.2.9
25402025-02-06T04:41:02.366Z Compiling rtoolbox v0.0.2
25412025-02-06T04:41:02.822Z Compiling assert_matches v1.5.0
25422025-02-06T04:41:03.734Z Compiling rpassword v7.3.1
25432025-02-06T04:41:04.204Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25442025-02-06T04:41:05.699Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25452025-02-06T04:41:05.755Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25462025-02-06T04:41:12.473Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25472025-02-06T04:41:12.901Z Compiling tui-tree-widget v0.22.0
25482025-02-06T04:41:13.398Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25492025-02-06T04:41:19.824Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25502025-02-06T04:41:20.177Z Compiling uzers v0.12.1
25512025-02-06T04:41:23.451Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25522025-02-06T04:41:27.270Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25532025-02-06T04:41:29.188Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25542025-02-06T04:42:02.689Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25552025-02-06T04:42:03.974Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25562025-02-06T04:42:08.879Z Compiling multimap v0.10.0
25572025-02-06T04:44:33.520Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25582025-02-06T04:44:45.189Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25592025-02-06T04:52:11.164Z Finished `release` profile [optimized] target(s) in 17m 31s
25602025-02-06T04:53:15.954Z
25612025-02-06T04:53:15.957Zreal 18:37.976073600
25622025-02-06T04:53:15.957Zuser 2:10:26.677227862
25632025-02-06T04:53:15.957Zsys 3:24.379291341
25642025-02-06T04:53:15.957Ztrap 3.583144890
25652025-02-06T04:53:15.957Ztflt 3.177112132
25662025-02-06T04:53:15.957Zdflt 4.995370574
25672025-02-06T04:53:15.957Zkflt 0.030684016
25682025-02-06T04:53:15.957Zlock 7:49:29.056219198
25692025-02-06T04:53:15.957Zslp 6:37:42.906476826
25702025-02-06T04:53:15.957Zlat 3:25.516833672
25712025-02-06T04:53:15.957Zstop 2:45.154445629
25722025-02-06T04:53:15.957Z+ mapfile -t packages
25732025-02-06T04:53:15.958Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25742025-02-06T04:53:17.061Z Finished `release` profile [optimized] target(s) in 1.05s
25752025-02-06T04:53:17.117Z Running `target/release/omicron-package -t test list-outputs`
25762025-02-06T04:53:17.169ZLogging to: /work/oxidecomputer/omicron/out/LOG
25772025-02-06T04:53:17.172Z+ ptime -m cargo build --locked --release -p xtask
25782025-02-06T04:53:17.751Z Compiling serde v1.0.217
25792025-02-06T04:53:17.754Z Compiling libc v0.2.169
25802025-02-06T04:53:17.754Z Compiling rustix v0.38.37
25812025-02-06T04:53:17.754Z Compiling serde_json v1.0.135
25822025-02-06T04:53:17.754Z Compiling syn v2.0.96
25832025-02-06T04:53:17.875Z Compiling bitflags v2.6.0
25842025-02-06T04:53:18.224Z Compiling usdt-impl v0.5.0
25852025-02-06T04:53:18.264Z Compiling syn v1.0.109
25862025-02-06T04:53:18.349Z Compiling log v0.4.22
25872025-02-06T04:53:18.372Z Compiling hashbrown v0.15.1
25882025-02-06T04:53:18.696Z Compiling fs-err v2.11.0
25892025-02-06T04:53:18.801Z Compiling anyhow v1.0.95
25902025-02-06T04:53:19.016Z Compiling once_cell v1.20.2
25912025-02-06T04:53:19.180Z Compiling thread-id v4.2.2
25922025-02-06T04:53:19.657Z Compiling indexmap v2.7.1
25932025-02-06T04:53:20.740Z Compiling terminal_size v0.4.0
25942025-02-06T04:53:20.740Z Compiling tempfile v3.13.0
25952025-02-06T04:53:21.020Z Compiling clap_builder v4.5.27
25962025-02-06T04:53:21.818Z Compiling proc-macro-error v1.0.4
25972025-02-06T04:53:22.538Z Compiling tabled_derive v0.7.0
25982025-02-06T04:53:23.704Z Compiling tabled v0.15.0
25992025-02-06T04:53:24.366Z Compiling serde_derive v1.0.217
26002025-02-06T04:53:24.366Z Compiling thiserror-impl v1.0.69
26012025-02-06T04:53:24.369Z Compiling zerocopy-derive v0.7.35
26022025-02-06T04:53:24.369Z Compiling scroll_derive v0.12.0
26032025-02-06T04:53:24.369Z Compiling clap_derive v4.5.24
26042025-02-06T04:53:25.863Z Compiling scroll v0.12.0
26052025-02-06T04:53:26.357Z Compiling zerocopy v0.7.35
26062025-02-06T04:53:26.525Z Compiling goblin v0.8.2
26072025-02-06T04:53:27.153Z Compiling thiserror v1.0.69
26082025-02-06T04:53:27.341Z Compiling pest v2.7.14
26092025-02-06T04:53:30.388Z Compiling pest_meta v2.7.14
26102025-02-06T04:53:30.529Z Compiling clap v4.5.27
26112025-02-06T04:53:32.038Z Compiling pest_generator v2.7.14
26122025-02-06T04:53:34.177Z Compiling pest_derive v2.7.14
26132025-02-06T04:53:35.053Z Compiling dtrace-parser v0.2.0
26142025-02-06T04:53:39.097Z Compiling serde_spanned v0.6.8
26152025-02-06T04:53:39.696Z Compiling serde_tokenstream v0.2.2
26162025-02-06T04:53:40.318Z Compiling toml_datetime v0.6.8
26172025-02-06T04:53:41.083Z Compiling toml_edit v0.22.22
26182025-02-06T04:53:41.998Z Compiling dof v0.3.0
26192025-02-06T04:53:43.099Z Compiling camino v1.1.9
26202025-02-06T04:53:44.236Z Compiling usdt-macro v0.5.0
26212025-02-06T04:53:44.391Z Compiling usdt-attr-macro v0.5.0
26222025-02-06T04:53:45.486Z Compiling toml v0.8.19
26232025-02-06T04:53:45.795Z Compiling semver v1.0.24
26242025-02-06T04:53:47.328Z Compiling cargo-platform v0.1.8
26252025-02-06T04:53:48.462Z Compiling cargo_metadata v0.18.1
26262025-02-06T04:53:48.876Z Compiling cargo_toml v0.20.5
26272025-02-06T04:53:50.363Z Compiling usdt v0.5.0
26282025-02-06T04:53:51.830Z Compiling camino-tempfile v1.1.1
26292025-02-06T04:53:51.846Z Compiling macaddr v1.0.1
26302025-02-06T04:54:01.705Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26312025-02-06T04:54:13.189Z Finished `release` profile [optimized] target(s) in 55.95s
26322025-02-06T04:54:13.306Z
26332025-02-06T04:54:13.306Zreal 56.099158494
26342025-02-06T04:54:13.306Zuser 5:50.182988522
26352025-02-06T04:54:13.306Zsys 19.503133685
26362025-02-06T04:54:13.306Ztrap 0.179010033
26372025-02-06T04:54:13.309Ztflt 0.350926611
26382025-02-06T04:54:13.309Zdflt 0.311060875
26392025-02-06T04:54:13.309Zkflt 0.000006849
26402025-02-06T04:54:13.310Zlock 11:02.079604714
26412025-02-06T04:54:13.310Zslp 16:28.489494485
26422025-02-06T04:54:13.310Zlat 14.461628482
26432025-02-06T04:54:13.310Zstop 19.334120580
26442025-02-06T04:54:13.310Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26452025-02-06T04:54:13.310Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26462025-02-06T04:54:13.310Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26472025-02-06T04:54:13.310Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26482025-02-06T04:54:13.310Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26492025-02-06T04:54:14.239Z Compiling hashbrown v0.14.5
26502025-02-06T04:54:14.372Z Compiling thiserror v2.0.11
26512025-02-06T04:54:14.386Z Compiling thiserror-impl v2.0.11
26522025-02-06T04:54:14.390Z Compiling ident_case v1.0.1
26532025-02-06T04:54:14.390Z Compiling unsafe-libyaml v0.2.11
26542025-02-06T04:54:14.390Z Compiling ipnetwork v0.20.0
26552025-02-06T04:54:14.390Z Compiling progenitor-client v0.9.1
26562025-02-06T04:54:14.390Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26572025-02-06T04:54:14.708Z Compiling darling_core v0.20.10
26582025-02-06T04:54:14.904Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
26592025-02-06T04:54:14.998Z Compiling macaddr v1.0.1
26602025-02-06T04:54:15.347Z Compiling progenitor-client v0.8.0
26612025-02-06T04:54:15.368Z Compiling instant v0.1.13
26622025-02-06T04:54:15.503Z Compiling regress v0.10.1
26632025-02-06T04:54:15.525Z Compiling structmeta-derive v0.3.0
26642025-02-06T04:54:15.550Z Compiling dropshot v0.15.1
26652025-02-06T04:54:15.674Z Compiling regress v0.9.1
26662025-02-06T04:54:15.834Z Compiling serde_yaml v0.9.34+deprecated
26672025-02-06T04:54:15.957Z Compiling dropshot_endpoint v0.15.1
26682025-02-06T04:54:16.395Z Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
26692025-02-06T04:54:17.593Z Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
26702025-02-06T04:54:17.942Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26712025-02-06T04:54:18.003Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26722025-02-06T04:54:18.319Z Compiling structmeta v0.3.0
26732025-02-06T04:54:18.512Z Compiling backoff v0.4.0
26742025-02-06T04:54:18.761Z Compiling parse-display-derive v0.10.0
26752025-02-06T04:54:18.781Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26762025-02-06T04:54:18.903Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26772025-02-06T04:54:18.989Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26782025-02-06T04:54:19.192Z Compiling tempfile v3.13.0
26792025-02-06T04:54:19.537Z Compiling typify-impl v0.2.0
26802025-02-06T04:54:19.697Z Compiling proc-macro-crate v1.3.1
26812025-02-06T04:54:20.080Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26822025-02-06T04:54:20.494Z Compiling typify-impl v0.3.0
26832025-02-06T04:54:20.512Z Compiling itertools v0.13.0
26842025-02-06T04:54:20.683Z Compiling zerocopy v0.8.10
26852025-02-06T04:54:20.742Z Compiling num_enum_derive v0.5.11
26862025-02-06T04:54:21.119Z Compiling darling_macro v0.20.10
26872025-02-06T04:54:21.527Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26882025-02-06T04:54:21.973Z Compiling zerocopy-derive v0.8.10
26892025-02-06T04:54:22.155Z Compiling darling v0.20.10
26902025-02-06T04:54:22.308Z Compiling serde_with_macros v3.11.0
26912025-02-06T04:54:23.032Z Compiling parse-display v0.10.0
26922025-02-06T04:54:23.220Z Compiling num_enum v0.5.11
26932025-02-06T04:54:23.426Z Compiling foreign-types-macros v0.2.3
26942025-02-06T04:54:23.481Z Compiling foreign-types-shared v0.3.1
26952025-02-06T04:54:23.641Z Compiling crucible-workspace-hack v0.1.0
26962025-02-06T04:54:23.679Z Compiling heapless v0.8.0
26972025-02-06T04:54:23.998Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26982025-02-06T04:54:24.588Z Compiling proc-macro-error v1.0.4
26992025-02-06T04:54:24.728Z Compiling foreign-types v0.5.0
27002025-02-06T04:54:25.036Z Compiling serde_with v3.11.0
27012025-02-06T04:54:25.287Z Compiling camino-tempfile v1.1.1
27022025-02-06T04:54:25.384Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27032025-02-06T04:54:25.746Z Compiling hash32 v0.3.1
27042025-02-06T04:54:26.038Z Compiling cstr-argument v0.1.2
27052025-02-06T04:54:26.266Z Compiling pretty-hex v0.2.1
27062025-02-06T04:54:26.306Z Compiling smoltcp v0.11.0
27072025-02-06T04:54:26.485Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27082025-02-06T04:54:26.895Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27092025-02-06T04:54:27.036Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27102025-02-06T04:54:27.727Z Compiling tabwriter v1.4.0
27112025-02-06T04:54:28.032Z Compiling colored v2.1.0
27122025-02-06T04:54:28.148Z Compiling cobs v0.2.3
27132025-02-06T04:54:28.472Z Compiling postcard v1.0.10
27142025-02-06T04:54:28.613Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27152025-02-06T04:54:28.696Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27162025-02-06T04:54:28.916Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27172025-02-06T04:54:29.030Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
27182025-02-06T04:54:29.081Z Compiling smf v0.2.3
27192025-02-06T04:54:29.400Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27202025-02-06T04:54:29.825Z Compiling zone_cfg_derive v0.3.0
27212025-02-06T04:54:29.985Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27222025-02-06T04:54:30.444Z Compiling num-derive v0.4.2
27232025-02-06T04:54:30.465Z Compiling sigpipe v0.1.3
27242025-02-06T04:54:30.617Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27252025-02-06T04:54:30.976Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27262025-02-06T04:54:31.015Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27272025-02-06T04:54:31.260Z Compiling zone v0.3.0
27282025-02-06T04:54:31.807Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27292025-02-06T04:54:31.963Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27302025-02-06T04:54:32.446Z Compiling universal-hash v0.5.1
27312025-02-06T04:54:32.679Z Compiling opaque-debug v0.3.1
27322025-02-06T04:54:32.700Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
27332025-02-06T04:54:32.762Z Compiling tungstenite v0.21.0
27342025-02-06T04:54:32.809Z Compiling num-rational v0.4.2
27352025-02-06T04:54:32.844Z Compiling password-hash v0.5.0
27362025-02-06T04:54:33.561Z Compiling num-complex v0.4.6
27372025-02-06T04:54:33.777Z Compiling blake2 v0.10.6
27382025-02-06T04:54:33.816Z Compiling aead v0.5.2
27392025-02-06T04:54:34.214Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27402025-02-06T04:54:34.402Z Compiling convert_case v0.4.0
27412025-02-06T04:54:34.452Z Compiling keccak v0.1.5
27422025-02-06T04:54:34.593Z Compiling base64 v0.21.7
27432025-02-06T04:54:34.785Z Compiling num v0.4.3
27442025-02-06T04:54:34.981Z Compiling sha3 v0.10.8
27452025-02-06T04:54:35.198Z Compiling argon2 v0.5.3
27462025-02-06T04:54:35.310Z Compiling derive_more v0.99.18
27472025-02-06T04:54:35.374Z Compiling tokio-tungstenite v0.21.0
27482025-02-06T04:54:35.442Z Compiling typify-macro v0.2.0
27492025-02-06T04:54:35.963Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27502025-02-06T04:54:36.008Z Compiling poly1305 v0.8.0
27512025-02-06T04:54:36.115Z Compiling chacha20 v0.9.1
27522025-02-06T04:54:36.188Z Compiling float-ord v0.3.2
27532025-02-06T04:54:36.409Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27542025-02-06T04:54:36.507Z Compiling typify-macro v0.3.0
27552025-02-06T04:54:36.626Z Compiling same-file v1.0.6
27562025-02-06T04:54:36.885Z Compiling semver v0.1.20
27572025-02-06T04:54:36.954Z Compiling walkdir v2.5.0
27582025-02-06T04:54:37.564Z Compiling rustc_version v0.1.7
27592025-02-06T04:54:37.696Z Compiling newline-converter v0.3.0
27602025-02-06T04:54:37.794Z Compiling primeorder v0.13.6
27612025-02-06T04:54:37.911Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27622025-02-06T04:54:38.033Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27632025-02-06T04:54:38.063Z Compiling secrecy v0.8.0
27642025-02-06T04:54:38.207Z Compiling cancel-safe-futures v0.1.5
27652025-02-06T04:54:38.335Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27662025-02-06T04:54:38.356Z Compiling owo-colors v4.1.0
27672025-02-06T04:54:38.521Z Compiling newtype_derive v0.1.6
27682025-02-06T04:54:38.611Z Compiling expectorate v1.1.0
27692025-02-06T04:54:38.705Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
27702025-02-06T04:54:38.809Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27712025-02-06T04:54:38.844Z Compiling thiserror-impl-no-std v2.0.2
27722025-02-06T04:54:39.101Z Compiling blake3 v1.5.4
27732025-02-06T04:54:39.189Z Compiling half v2.4.1
27742025-02-06T04:54:39.292Z Compiling unicase v2.7.0
27752025-02-06T04:54:39.328Z Compiling typify v0.2.0
27762025-02-06T04:54:39.486Z Compiling progenitor-impl v0.8.0
27772025-02-06T04:54:39.641Z Compiling ciborium-io v0.2.2
27782025-02-06T04:54:39.765Z Compiling arc-swap v1.7.1
27792025-02-06T04:54:39.824Z Compiling ciborium-ll v0.2.2
27802025-02-06T04:54:40.067Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27812025-02-06T04:54:40.270Z Compiling slog-scope v4.4.0
27822025-02-06T04:54:40.387Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27832025-02-06T04:54:40.533Z Compiling typify v0.3.0
27842025-02-06T04:54:40.709Z Compiling progenitor-impl v0.9.1
27852025-02-06T04:54:40.781Z Compiling polyval v0.6.2
27862025-02-06T04:54:41.242Z Compiling atomicwrites v0.4.4
27872025-02-06T04:54:41.333Z Compiling libsw v3.3.1
27882025-02-06T04:54:41.606Z Compiling memmap2 v0.9.5
27892025-02-06T04:54:41.693Z Compiling arrayvec v0.7.6
27902025-02-06T04:54:41.853Z Compiling thiserror-no-std v2.0.2
27912025-02-06T04:54:42.017Z Compiling constant_time_eq v0.3.1
27922025-02-06T04:54:42.073Z Compiling arrayref v0.3.9
27932025-02-06T04:54:42.113Z Compiling libefi-sys v0.1.0
27942025-02-06T04:54:42.207Z Compiling indent_write v2.2.0
27952025-02-06T04:54:42.230Z Compiling linear-map v1.2.0
27962025-02-06T04:54:42.349Z Compiling salty v0.3.0
27972025-02-06T04:54:42.435Z Compiling parking_lot_core v0.8.6
27982025-02-06T04:54:42.538Z Compiling vsss-rs v3.3.4
27992025-02-06T04:54:42.603Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28002025-02-06T04:54:42.832Z Compiling ghash v0.5.1
28012025-02-06T04:54:43.061Z Compiling slog-stdlog v4.1.1
28022025-02-06T04:54:43.120Z Compiling ciborium v0.2.2
28032025-02-06T04:54:43.897Z Compiling p384 v0.13.0
28042025-02-06T04:54:43.972Z Compiling toolchain_find v0.4.0
28052025-02-06T04:54:44.453Z Compiling chacha20poly1305 v0.10.1
28062025-02-06T04:54:44.481Z Compiling ctr v0.9.2
28072025-02-06T04:54:44.624Z Compiling lzma-sys v0.1.20
28082025-02-06T04:54:44.725Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28092025-02-06T04:54:44.858Z Compiling bitfield-struct v0.6.2
28102025-02-06T04:54:45.187Z Compiling slog-dtrace v0.3.0
28112025-02-06T04:54:45.458Z Compiling topological-sort v0.2.2
28122025-02-06T04:54:45.508Z Compiling highway v1.2.0
28132025-02-06T04:54:45.741Z Compiling omicron-zone-package v0.12.0
28142025-02-06T04:54:45.811Z Compiling aes-gcm v0.10.3
28152025-02-06T04:54:46.166Z Compiling rustfmt-wrapper v0.2.1
28162025-02-06T04:54:46.325Z Compiling mime_guess v2.0.5
28172025-02-06T04:54:46.368Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28182025-02-06T04:54:46.475Z Compiling slog-envlogger v2.2.0
28192025-02-06T04:54:46.741Z Compiling steno v0.4.1
28202025-02-06T04:54:46.889Z Compiling progenitor-macro v0.8.0
28212025-02-06T04:54:47.415Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28222025-02-06T04:54:47.529Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28232025-02-06T04:54:47.683Z Compiling heck v0.3.3
28242025-02-06T04:54:48.020Z Compiling progenitor-macro v0.9.1
28252025-02-06T04:54:48.051Z Compiling ssh-encoding v0.2.0
28262025-02-06T04:54:48.086Z Compiling blowfish v0.9.1
28272025-02-06T04:54:48.108Z Compiling nibble_vec v0.1.0
28282025-02-06T04:54:48.357Z Compiling env_filter v0.1.2
28292025-02-06T04:54:48.552Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28302025-02-06T04:54:48.588Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28312025-02-06T04:54:48.682Z Compiling humantime v2.1.0
28322025-02-06T04:54:48.874Z Compiling endian-type v0.1.2
28332025-02-06T04:54:48.903Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28342025-02-06T04:54:49.035Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28352025-02-06T04:54:49.118Z Compiling radix_trie v0.2.1
28362025-02-06T04:54:49.139Z Compiling env_logger v0.11.5
28372025-02-06T04:54:49.232Z Compiling ssh-cipher v0.2.0
28382025-02-06T04:54:49.767Z Compiling bcrypt-pbkdf v0.10.0
28392025-02-06T04:54:49.839Z Compiling zone_cfg_derive v0.1.2
28402025-02-06T04:54:50.485Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28412025-02-06T04:54:50.488Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28422025-02-06T04:54:50.855Z Compiling parking_lot v0.11.2
28432025-02-06T04:54:51.353Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28442025-02-06T04:54:51.377Z Compiling password-hash v0.4.2
28452025-02-06T04:54:51.762Z Compiling gethostname v0.5.0
28462025-02-06T04:54:51.795Z Compiling fxhash v0.2.1
28472025-02-06T04:54:51.816Z Compiling zip v2.1.3
28482025-02-06T04:54:51.836Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28492025-02-06T04:54:51.984Z Compiling bumpalo v3.16.0
28502025-02-06T04:54:52.045Z Compiling http-range v0.1.5
28512025-02-06T04:54:52.137Z Compiling base64 v0.13.1
28522025-02-06T04:54:52.161Z Compiling lockfree-object-pool v0.1.6
28532025-02-06T04:54:52.242Z Compiling simd-adler32 v0.3.7
28542025-02-06T04:54:52.444Z Compiling sled v0.34.7
28552025-02-06T04:54:52.474Z Compiling pbkdf2 v0.11.0
28562025-02-06T04:54:52.511Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28572025-02-06T04:54:52.724Z Compiling zopfli v0.8.1
28582025-02-06T04:54:52.853Z Compiling ron v0.7.1
28592025-02-06T04:54:52.879Z Compiling zone v0.1.8
28602025-02-06T04:54:53.224Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28612025-02-06T04:54:53.284Z Compiling xz2 v0.1.7
28622025-02-06T04:54:54.324Z Compiling ssh-key v0.6.6
28632025-02-06T04:54:54.348Z Compiling hickory-client v0.24.2
28642025-02-06T04:54:54.884Z Compiling p256 v0.13.2
28652025-02-06T04:54:55.095Z Compiling p521 v0.13.3
28662025-02-06T04:54:55.748Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28672025-02-06T04:54:55.795Z Compiling hickory-server v0.24.2
28682025-02-06T04:54:56.814Z Compiling pem v3.0.4
28692025-02-06T04:54:57.575Z Compiling yasna v0.5.2
28702025-02-06T04:54:57.596Z Compiling headers-core v0.3.0
28712025-02-06T04:54:57.806Z Compiling kstat-rs v0.2.4
28722025-02-06T04:54:58.419Z Compiling nanorand v0.7.0
28732025-02-06T04:54:58.783Z Compiling atty v0.2.14
28742025-02-06T04:54:58.839Z Compiling russh-cryptovec v0.7.3
28752025-02-06T04:54:58.974Z Compiling md5 v0.7.0
28762025-02-06T04:54:58.994Z Compiling flume v0.11.1
28772025-02-06T04:54:59.191Z Compiling rcgen v0.12.1
28782025-02-06T04:54:59.197Z Compiling headers v0.4.0
28792025-02-06T04:54:59.529Z Compiling russh-keys v0.45.0
28802025-02-06T04:55:00.039Z Compiling progenitor v0.8.0
28812025-02-06T04:55:00.231Z Compiling hyper-staticfile v0.10.1
28822025-02-06T04:55:00.310Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28832025-02-06T04:55:01.051Z Compiling progenitor v0.9.1
28842025-02-06T04:55:01.120Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28852025-02-06T04:55:01.314Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
28862025-02-06T04:55:01.335Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28872025-02-06T04:55:01.387Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28882025-02-06T04:55:01.823Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28892025-02-06T04:55:02.785Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
28902025-02-06T04:55:03.405Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28912025-02-06T04:55:03.521Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
28922025-02-06T04:55:04.554Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28932025-02-06T04:55:05.239Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
28942025-02-06T04:55:05.679Z Compiling num-bigint v0.4.6
28952025-02-06T04:55:06.302Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28962025-02-06T04:55:06.728Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28972025-02-06T04:55:07.861Z Compiling des v0.8.1
28982025-02-06T04:55:08.063Z Compiling subprocess v0.2.9
28992025-02-06T04:55:08.227Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29002025-02-06T04:55:08.263Z Compiling display-error-chain v0.2.2
29012025-02-06T04:55:08.525Z Compiling hex-literal v0.4.1
29022025-02-06T04:55:08.740Z Compiling russh v0.45.0
29032025-02-06T04:55:09.156Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29042025-02-06T04:55:09.875Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29052025-02-06T04:55:12.414Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29062025-02-06T04:55:12.909Z Compiling internet-checksum v0.2.1
29072025-02-06T04:55:17.816Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29082025-02-06T04:55:17.816Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29092025-02-06T04:55:17.819Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29102025-02-06T04:55:17.819Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29112025-02-06T04:55:20.779Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29122025-02-06T04:55:21.211Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29132025-02-06T04:55:22.398Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29142025-02-06T04:55:22.402Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29152025-02-06T04:55:22.865Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29162025-02-06T04:55:23.543Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29172025-02-06T04:55:25.966Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29182025-02-06T04:55:26.074Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29192025-02-06T04:55:26.200Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29202025-02-06T04:55:27.028Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29212025-02-06T04:55:27.095Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29222025-02-06T04:55:27.687Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29232025-02-06T04:55:28.002Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29242025-02-06T04:55:29.653Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29252025-02-06T04:55:31.928Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29262025-02-06T04:55:32.377Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29272025-02-06T04:55:32.397Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29282025-02-06T04:55:32.850Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29292025-02-06T04:55:32.886Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29302025-02-06T04:55:35.653Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29312025-02-06T04:55:37.906Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29322025-02-06T04:55:39.132Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29332025-02-06T04:55:39.898Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29342025-02-06T04:55:40.307Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29352025-02-06T04:55:46.095Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29362025-02-06T04:55:54.806Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29372025-02-06T04:55:56.507Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29382025-02-06T04:56:21.563Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29392025-02-06T04:56:45.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s
29402025-02-06T04:56:45.725Z
29412025-02-06T04:56:45.728Zreal 2:32.351447466
29422025-02-06T04:56:45.728Zuser 12:48.928810697
29432025-02-06T04:56:45.728Zsys 1:40.988125193
29442025-02-06T04:56:45.728Ztrap 0.404820231
29452025-02-06T04:56:45.728Ztflt 1.480902761
29462025-02-06T04:56:45.728Zdflt 1.199017207
29472025-02-06T04:56:45.728Zkflt 0.000706537
29482025-02-06T04:56:45.728Zlock 23:38.345662235
29492025-02-06T04:56:45.728Zslp 43:58.263606372
29502025-02-06T04:56:45.728Zlat 38.041882059
29512025-02-06T04:56:45.728Zstop 1:42.655122134
29522025-02-06T04:56:45.728Z+ mkdir tests
29532025-02-06T04:56:45.733Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29542025-02-06T04:56:45.733Z+ xargs -I '{}' -t cp '{}' tests/
29552025-02-06T04:56:45.772Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-752e4b188b959d25 tests/
29562025-02-06T04:56:45.794Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-45c59384fce9deaf tests/
29572025-02-06T04:56:45.816Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7dbff83faf9b551a tests/
29582025-02-06T04:56:45.838Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a9aa8054d14802c4 tests/
29592025-02-06T04:56:46.062Z+ 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/*)
29602025-02-06T04:56:46.065Z+ 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-7dbff83faf9b551a tests/commtest-45c59384fce9deaf tests/dhcp_server-752e4b188b959d25 tests/end_to_end_tests-a9aa8054d14802c4 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz 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
29612025-02-06T04:58:00.349ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29622025-02-06T04:58:00.349Za .github/buildomat/ci-env.sh 1K
29632025-02-06T04:58:00.349Za out/target/test 1K
29642025-02-06T04:58:00.349Za out/npuzone/npuzone 23144K
29652025-02-06T04:58:00.349Za package-manifest.toml 33K
29662025-02-06T04:58:00.349Za smf/sled-agent/non-gimlet/config.toml 4K
29672025-02-06T04:58:00.349Za target/release/omicron-package 35951K
29682025-02-06T04:58:00.349Za target/release/xtask 11805K
29692025-02-06T04:58:00.349Za target/debug/bootstrap 219889K
29702025-02-06T04:58:00.349Za tests/bootstrap-7dbff83faf9b551a 24119K
29712025-02-06T04:58:00.350Za tests/commtest-45c59384fce9deaf 24221K
29722025-02-06T04:58:00.350Za tests/dhcp_server-752e4b188b959d25 24119K
29732025-02-06T04:58:00.350Za tests/end_to_end_tests-a9aa8054d14802c4 280813K
29742025-02-06T04:58:00.350Za out/clickhouse.tar.gz 294461K
29752025-02-06T04:58:00.350Za out/clickhouse_keeper.tar.gz 281599K
29762025-02-06T04:58:00.350Za out/clickhouse_server.tar.gz 294441K
29772025-02-06T04:58:00.350Za out/cockroachdb.tar.gz 134924K
29782025-02-06T04:58:00.350Za out/crucible-dtrace.tar 98K
29792025-02-06T04:58:00.350Za out/crucible-pantry-zone.tar.gz 28565K
29802025-02-06T04:58:00.350Za out/crucible-zone.tar.gz 36910K
29812025-02-06T04:58:00.350Za out/external-dns.tar.gz 35409K
29822025-02-06T04:58:00.350Za out/internal-dns.tar.gz 35408K
29832025-02-06T04:58:00.350Za out/mg-ddm-gz.tar 63075K
29842025-02-06T04:58:00.350Za out/nexus.tar.gz 100264K
29852025-02-06T04:58:00.350Za out/ntp.tar.gz 10494K
29862025-02-06T04:58:00.350Za out/omicron-gateway-softnpu.tar.gz 24037K
29872025-02-06T04:58:00.350Za out/omicron-sled-agent.tar 113809K
29882025-02-06T04:58:00.350Za out/overlay.tar.gz 3K
29892025-02-06T04:58:00.350Za out/oximeter.tar.gz 48281K
29902025-02-06T04:58:00.350Za out/oxlog.tar 3124K
29912025-02-06T04:58:00.350Za out/probe.tar.gz 2764K
29922025-02-06T04:58:00.350Za out/propolis-server.tar.gz 66528K
29932025-02-06T04:58:00.350Za out/pumpkind-gz.tar 26665K
29942025-02-06T04:58:00.350Za out/switch-softnpu.tar.gz 237473K
29952025-02-06T04:58:00.354Z
29962025-02-06T04:58:00.354Zreal 1:14.277053803
29972025-02-06T04:58:00.354Zuser 1:10.660919122
29982025-02-06T04:58:00.354Zsys 5.205200000
29992025-02-06T04:58:00.354Ztrap 0.018488420
30002025-02-06T04:58:00.354Ztflt 0.000000000
30012025-02-06T04:58:00.354Zdflt 0.000000000
30022025-02-06T04:58:00.354Zkflt 0.000000000
30032025-02-06T04:58:00.354Zlock 0.000000000
30042025-02-06T04:58:00.354Zslp 1:10.399778811
30052025-02-06T04:58:00.354Zlat 2.264537747
30062025-02-06T04:58:00.354Zstop 0.000225185
30072025-02-06T04:58:00.354Zprocess exited: duration 2031690 ms, exit code 0
 
30082025-02-06T04:58:00.373Zfound 1 output files
30092025-02-06T04:58:00.373Zuploading: /work/package.tar.gz (1903896142 bytes)
30102025-02-06T04:58:29.125Zuploaded: /work/package.tar.gz