01JQ7NJAZC7EJTQF3JCPM3F3YD: 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: 01JQ7NK99CTYMFCJFWCNEWWHSX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-25T22:09:23.102Zjob assigned to worker 01JQ7NKAHZFSQZTWCKD5VNQC37 [factory aws, i-082197fe66ec3da3a] (queued for 49 s)
 
22025-03-25T22:09:31.662Zstarting task 0: "setup"
32025-03-25T22:09:31.667Z++ uname -s
42025-03-25T22:09:31.671Z+ kern=SunOS
52025-03-25T22:09:31.671Z+ build_user=build
62025-03-25T22:09:31.671Z+ build_uid=12345
72025-03-25T22:09:31.671Z+ work_dir=/work
82025-03-25T22:09:31.671Z+ input_dir=/input
92025-03-25T22:09:31.671Z+ [[ 0 == 12345 ]]
102025-03-25T22:09:31.672Z+ case "$kern" in
112025-03-25T22:09:31.672Z+ groupadd -g 12345 build
122025-03-25T22:09:31.679Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-25T22:09:33.680Z+ zfs create -o mountpoint=/work rpool/work
142025-03-25T22:09:33.824Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-25T22:09:33.847Z+ home_fs=zfs
162025-03-25T22:09:33.847Z+ [[ zfs == autofs ]]
172025-03-25T22:09:33.849Z+ mkdir -p /home/build
182025-03-25T22:09:33.849Z+ chown build:build /home/build /work
192025-03-25T22:09:35.855Z+ chmod 0700 /home/build /work
202025-03-25T22:09:35.867Zprocess exited: duration 4173 ms, exit code 0
 
212025-03-25T22:09:35.881Zstarting task 1: "rust-toolchain"
222025-03-25T22:09:35.887Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-03-25T22:09:35.887Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-03-25T22:09:35.887Z * rust toolchain channel = "1.85.0"
252025-03-25T22:09:35.887Z * rust toolchain profile = "default"
262025-03-25T22:09:35.887Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-03-25T22:09:35.887Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-25T22:09:35.891Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-25T22:09:35.891Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-03-25T22:09:36.010Zinfo: downloading installer
312025-03-25T22:09:37.384Zwarn: It looks like you have an existing installation of Rust at:
322025-03-25T22:09:37.384Zwarn: /opt/ooce/bin
332025-03-25T22:09:37.384Zwarn: It is recommended that rustup be the primary Rust installation.
342025-03-25T22:09:37.384Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-03-25T22:09:37.384Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-03-25T22:09:37.384Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-25T22:09:37.384Zwarn: or pass `-y' to ignore all ignorable checks.
382025-03-25T22:09:37.384Zerror: cannot install while Rust is installed
392025-03-25T22:09:37.384Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-03-25T22:09:37.420Zinfo: profile set to 'default'
412025-03-25T22:09:37.420Zinfo: default host triple is x86_64-unknown-illumos
422025-03-25T22:09:37.424Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-03-25T22:09:37.624Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-03-25T22:09:37.624Zinfo: downloading component 'cargo'
452025-03-25T22:09:38.517Zinfo: downloading component 'clippy'
462025-03-25T22:09:38.950Zinfo: downloading component 'rust-docs'
472025-03-25T22:09:40.133Zinfo: downloading component 'rust-std'
482025-03-25T22:09:42.108Zinfo: downloading component 'rustc'
492025-03-25T22:09:51.178Zinfo: downloading component 'rustfmt'
502025-03-25T22:09:51.178Zinfo: installing component 'cargo'
512025-03-25T22:09:51.258Zinfo: installing component 'clippy'
522025-03-25T22:09:51.258Zinfo: installing component 'rust-docs'
532025-03-25T22:09:52.174Zinfo: installing component 'rust-std'
542025-03-25T22:09:54.032Zinfo: installing component 'rustc'
552025-03-25T22:09:59.894Zinfo: installing component 'rustfmt'
562025-03-25T22:10:00.223Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-03-25T22:10:00.223Z
582025-03-25T22:10:00.596Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-03-25T22:10:00.596Z
602025-03-25T22:10:00.602Z
612025-03-25T22:10:00.602ZRust is installed now. Great!
622025-03-25T22:10:00.602Z
632025-03-25T22:10:00.602ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-25T22:10:00.602Zenvironment variable. This has not been done automatically.
652025-03-25T22:10:00.602Z
662025-03-25T22:10:00.602ZTo configure your current shell, you need to source
672025-03-25T22:10:00.602Zthe corresponding env file under $HOME/.cargo.
682025-03-25T22:10:00.602Z
692025-03-25T22:10:00.602ZThis is usually done by running one of the following (note the leading DOT):
702025-03-25T22:10:00.602Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-25T22:10:00.602Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-25T22:10:00.602Zsource "$HOME/.cargo/env.nu" # For nushell
732025-03-25T22:10:00.660Z+ rustup --version
742025-03-25T22:10:00.678Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-03-25T22:10:00.678Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-03-25T22:10:00.706Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
772025-03-25T22:10:00.735Z+ cargo --version
782025-03-25T22:10:00.752Zcargo 1.85.0 (d73d2caf9 2024-12-31)
792025-03-25T22:10:00.752Z+ rustc --version
802025-03-25T22:10:00.767Zrustc 1.85.0 (4d91de4e4 2025-02-17)
812025-03-25T22:10:00.767Zprocess exited: duration 24871 ms, exit code 0
 
822025-03-25T22:10:00.792Zstarting task 2: "authentication"
832025-03-25T22:10:00.811Zprocess exited: duration 22 ms, exit code 0
 
842025-03-25T22:10:00.823Zstarting task 3: "clone repository"
852025-03-25T22:10:00.829Z+ mkdir -p /work/oxidecomputer/omicron
862025-03-25T22:10:00.834Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-03-25T22:10:01.023ZCloning into '/work/oxidecomputer/omicron'...
882025-03-25T22:10:08.120Z+ cd /work/oxidecomputer/omicron
892025-03-25T22:10:08.120Z+ git fetch origin 29582a66bc0dec2b1045c85b0e054cce3e49059b
902025-03-25T22:10:08.427ZFrom https://github.com/oxidecomputer/omicron
912025-03-25T22:10:08.427Z * branch 29582a66bc0dec2b1045c85b0e054cce3e49059b -> FETCH_HEAD
922025-03-25T22:10:08.438Z+ [[ -n omdb_sagas_part_1 ]]
932025-03-25T22:10:08.444Z++ git branch --show-current
942025-03-25T22:10:08.444Z+ current=main
952025-03-25T22:10:08.444Z+ [[ main != omdb_sagas_part_1 ]]
962025-03-25T22:10:08.444Z+ git branch -f omdb_sagas_part_1 29582a66bc0dec2b1045c85b0e054cce3e49059b
972025-03-25T22:10:08.454Z+ git checkout -f omdb_sagas_part_1
982025-03-25T22:10:08.529ZSwitched to branch 'omdb_sagas_part_1'
992025-03-25T22:10:08.532Z+ git reset --hard 29582a66bc0dec2b1045c85b0e054cce3e49059b
1002025-03-25T22:10:08.614ZHEAD is now at 29582a66b Merge branch 'main' into omdb_sagas_part_1
1012025-03-25T22:10:08.618Zprocess exited: duration 7796 ms, exit code 0
 
1022025-03-25T22:10:08.626Zstarting task 4: "build"
1032025-03-25T22:10:08.631Z+ source .github/buildomat/ci-env.sh
1042025-03-25T22:10:08.634Z++ export CARGO_TERM_COLOR=always
1052025-03-25T22:10:08.635Z++ CARGO_TERM_COLOR=always
1062025-03-25T22:10:08.635Z+ cargo --version
1072025-03-25T22:10:08.686Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1082025-03-25T22:10:08.689Z+ rustc --version
1092025-03-25T22:10:08.755Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1102025-03-25T22:10:08.759Z+ WORK=/work
1112025-03-25T22:10:08.760Z+ pfexec mkdir -p /work
1122025-03-25T22:10:08.764Z+ pfexec chown build /work
1132025-03-25T22:10:08.768Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142025-03-25T22:10:11.793Zpkg list: illegal option -- F
1152025-03-25T22:10:11.828ZUsage:
1162025-03-25T22:10:11.829Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1172025-03-25T22:10:11.829Z [pkg_fmri_pattern ...]
1182025-03-25T22:10:12.685Zpkg list: illegal option -- F
1192025-03-25T22:10:12.685ZUsage:
1202025-03-25T22:10:12.693Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1212025-03-25T22:10:12.693Z [pkg_fmri_pattern ...]
1222025-03-25T22:10:22.268Z Startup: Refreshing catalog 'helios-dev' ... Done
1232025-03-25T22:10:26.923Z Startup: Caching catalogs ... Done
1242025-03-25T22:10:42.324ZPlanning: Solver setup ... Done (14.306s)
1252025-03-25T22:10:42.491ZPlanning: Running solver ... Done (0.167s)
1262025-03-25T22:10:42.767ZPlanning: Finding local manifests ... Done (0.146s)
1272025-03-25T22:10:42.807ZPlanning: Fetching manifests: 0/7 0% complete
1282025-03-25T22:10:43.121ZPlanning: Fetching manifests: 7/7 100% complete
1292025-03-25T22:10:43.418ZPlanning: Package planning ... Done (0.314s)
1302025-03-25T22:10:43.478ZPlanning: Merging actions ... Done (0.058s)
1312025-03-25T22:10:44.015ZPlanning: Checking for conflicting actions ... Done (0.538s)
1322025-03-25T22:10:48.087ZPlanning: Consolidating action changes ... Done (4.073s)
1332025-03-25T22:10:48.518ZPlanning: Evaluating mediators ... Done (0.426s)
1342025-03-25T22:10:48.597ZPlanning: Planning completed in 21.57 seconds
1352025-03-25T22:10:48.612Z Packages to install: 4
1362025-03-25T22:10:48.612Z Packages to update: 3
1372025-03-25T22:10:48.612Z Mediators to change: 2
1382025-03-25T22:10:48.616Z Services to change: 1
1392025-03-25T22:10:48.616Z Estimated space available: 155.59 GB
1402025-03-25T22:10:48.616ZEstimated space to be consumed: 1.67 GB
1412025-03-25T22:10:48.616Z Create boot environment: No
1422025-03-25T22:10:48.616ZCreate backup boot environment: Yes
1432025-03-25T22:10:48.616Z Rebuild boot archive: No
1442025-03-25T22:10:48.616Z
1452025-03-25T22:10:48.616ZChanged mediators:
1462025-03-25T22:10:48.617Z mediator clang:
1472025-03-25T22:10:48.617Z version: None -> 15 (system default)
1482025-03-25T22:10:48.617Z
1492025-03-25T22:10:48.617Z mediator llvm:
1502025-03-25T22:10:48.617Z version: 14 (system default) -> 15 (system default)
1512025-03-25T22:10:48.617Z
1522025-03-25T22:10:48.617ZChanged packages:
1532025-03-25T22:10:48.617Zhelios-dev
1542025-03-25T22:10:48.617Z developer/build-essential
1552025-03-25T22:10:48.617Z None -> 11-2.0
1562025-03-25T22:10:48.617Z library/libxmlsec1
1572025-03-25T22:10:48.617Z None -> 1.2.35-2.0
1582025-03-25T22:10:48.617Z ooce/developer/clang-15
1592025-03-25T22:10:48.617Z None -> 15.0.7-2.0
1602025-03-25T22:10:48.617Z ooce/developer/llvm-15
1612025-03-25T22:10:48.617Z None -> 15.0.7-2.0
1622025-03-25T22:10:48.617Z package/pkg
1632025-03-25T22:10:48.617Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1642025-03-25T22:10:48.617Z system/library/g++-runtime
1652025-03-25T22:10:48.617Z 13-2.0 -> 14-2.0
1662025-03-25T22:10:48.617Z system/library/gcc-runtime
1672025-03-25T22:10:48.617Z 13-2.0 -> 14-2.0
1682025-03-25T22:10:48.617Z
1692025-03-25T22:10:48.617ZServices:
1702025-03-25T22:10:48.617Z restart_fmri:
1712025-03-25T22:10:48.617Z svc:/system/update-man-index:default
1722025-03-25T22:10:48.617Z
1732025-03-25T22:10:48.617ZEditable files to change:
1742025-03-25T22:10:48.617Z Update:
1752025-03-25T22:10:48.617Z usr/share/lib/pkg/web/config.shtml
1762025-03-25T22:10:48.822Z
1772025-03-25T22:10:48.822ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1782025-03-25T22:11:01.503ZDownload: 213/4301 items 1.3/225.4MB 0% complete
1792025-03-25T22:11:06.509ZDownload: 848/4301 items 18.8/225.4MB 8% complete (3.6M/s)
1802025-03-25T22:11:14.105ZDownload: 1198/4301 items 83.5/225.4MB 37% complete (9.2M/s)
1812025-03-25T22:11:20.091ZDownload: 1563/4301 items 117.5/225.4MB 52% complete (5.4M/s)
1822025-03-25T22:11:24.078ZDownload: 2223/4301 items 119.2/225.4MB 52% complete (3.9M/s)
1832025-03-25T22:11:29.079ZDownload: 2601/4301 items 120.3/225.4MB 53% complete (275k/s)
1842025-03-25T22:11:34.080ZDownload: 3243/4301 items 187.3/225.4MB 83% complete (6.8M/s)
1852025-03-25T22:11:41.162ZDownload: 3248/4301 items 203.1/225.4MB 90% complete (9.3M/s)
1862025-03-25T22:11:47.493ZDownload: 3279/4301 items 209.5/225.4MB 92% complete (7.6M/s)
1872025-03-25T22:11:53.884ZDownload: 3284/4301 items 211.0/225.4MB 93% complete (2.0M/s)
1882025-03-25T22:11:59.033ZDownload: 4284/4301 items 223.6/225.4MB 99% complete (2.5M/s)
1892025-03-25T22:11:59.112ZDownload: Completed 225.42 MB in 70.29 seconds (3.2M/s)
1902025-03-25T22:12:01.230Z Actions: 1/5122 actions (Removing old actions)
1912025-03-25T22:12:01.246Z Actions: 194/5122 actions (Installing new actions)
1922025-03-25T22:12:06.246Z Actions: 4267/5122 actions (Updating modified actions)
1932025-03-25T22:12:06.696Z Actions: Completed 5122 actions in 5.47 seconds.
1942025-03-25T22:12:06.940Z Done (0.236s)
1952025-03-25T22:12:06.943Z Done (0.001s)
1962025-03-25T22:12:07.598Z Done (0.655s)
1972025-03-25T22:12:12.974Z Done (5.140s)
1982025-03-25T22:12:13.186Z Done (0.144s)
1992025-03-25T22:12:13.190Z Done (0.000s)
2002025-03-25T22:12:13.371Z Done (0.000s)
2012025-03-25T22:12:14.118ZPlanning: Evaluating mediator changes ... Done
2022025-03-25T22:12:14.281ZPlanning: Checking for conflicting actions ... Done
2032025-03-25T22:12:14.286ZPlanning: Consolidating action changes ... Done
2042025-03-25T22:12:15.321ZPlanning: Evaluating mediators ... Done
2052025-03-25T22:12:15.383ZPlanning: Planning completed in 0.43 seconds
2062025-03-25T22:12:15.383Z Mediators to change: 2
2072025-03-25T22:12:15.383Z Create boot environment: No
2082025-03-25T22:12:15.383ZCreate backup boot environment: No
2092025-03-25T22:12:15.384Z Done
2102025-03-25T22:12:15.384Z Done
2112025-03-25T22:12:15.384Z Done
2122025-03-25T22:12:18.758Z Done
2132025-03-25T22:12:18.855Z Done
2142025-03-25T22:12:18.859Z Done
2152025-03-25T22:12:18.991Z Done
2162025-03-25T22:12:19.619ZPlanning: Evaluating mediator changes ... Done
2172025-03-25T22:12:19.622ZPlanning: Merging actions ... Done
2182025-03-25T22:12:19.809ZPlanning: Checking for conflicting actions ... Done
2192025-03-25T22:12:19.813ZPlanning: Consolidating action changes ... Done
2202025-03-25T22:12:20.096ZPlanning: Evaluating mediators ... Done
2212025-03-25T22:12:20.157ZPlanning: Planning completed in 0.78 seconds
2222025-03-25T22:12:20.198Z Packages to change: 1
2232025-03-25T22:12:20.198Z Mediators to change: 1
2242025-03-25T22:12:20.203Z Services to change: 1
2252025-03-25T22:12:20.203Z Create boot environment: No
2262025-03-25T22:12:20.203ZCreate backup boot environment: Yes
2272025-03-25T22:12:22.445Z Actions: 1/6 actions (Updating modified actions)
2282025-03-25T22:12:22.449Z Actions: Completed 6 actions in 0.00 seconds.
2292025-03-25T22:12:22.449Z Done
2302025-03-25T22:12:22.449Z Done
2312025-03-25T22:12:22.576Z Done
2322025-03-25T22:12:26.529Z Done
2332025-03-25T22:12:26.621Z Done
2342025-03-25T22:12:26.625Z Done
2352025-03-25T22:12:26.770Z Done
2362025-03-25T22:12:27.220ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2372025-03-25T22:12:27.220Zclang system 15 system
2382025-03-25T22:12:27.220Zcsh system system illumos
2392025-03-25T22:12:27.220Zctags system system illumos
2402025-03-25T22:12:27.220Zgcc vendor 12 vendor
2412025-03-25T22:12:27.220Zgcc system 10 system
2422025-03-25T22:12:27.220Zgcc system 7 system
2432025-03-25T22:12:27.220Zgo system 1.20 system
2442025-03-25T22:12:27.220Zgo system 1.19 system
2452025-03-25T22:12:27.220Zllvm system 15 system
2462025-03-25T22:12:27.220Zllvm system 14 system
2472025-03-25T22:12:27.220Zmariadb system 10.6 system
2482025-03-25T22:12:27.220Zmta vendor vendor dma
2492025-03-25T22:12:27.220Zopenjdk system 17 system
2502025-03-25T22:12:27.220Zopenjdk system 11 system
2512025-03-25T22:12:27.220Zopenjdk system 1.8 system
2522025-03-25T22:12:27.221Zopenssl vendor 3 vendor
2532025-03-25T22:12:27.221Zperl system 5.36 system
2542025-03-25T22:12:27.221Zpostgresql system 15 system
2552025-03-25T22:12:27.221Zpostgresql system 13 system
2562025-03-25T22:12:27.221Zpython vendor 3 vendor
2572025-03-25T22:12:27.221Zpython system 2 system
2582025-03-25T22:12:27.221Zpython3 system 3.11 system
2592025-03-25T22:12:27.221Zruby system 3.0 system
2602025-03-25T22:12:27.221Zwords vendor vendor american-english
2612025-03-25T22:12:27.221Zwords system system australian-english
2622025-03-25T22:12:27.221Zwords system system british-english
2632025-03-25T22:12:27.221Zwords system system canadian-english
2642025-03-25T22:12:27.221Zwords system system french
2652025-03-25T22:12:27.221Zwords system system italian
2662025-03-25T22:12:27.221Zwords system system ngerman
2672025-03-25T22:12:27.221Zwords system system ogerman
2682025-03-25T22:12:27.222Zwords system system spanish
2692025-03-25T22:12:27.547ZPUBLISHER TYPE STATUS P LOCATION
2702025-03-25T22:12:27.547Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2712025-03-25T22:12:30.862ZFMRI IFO
2722025-03-25T22:12:30.862Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2732025-03-25T22:12:30.862Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2742025-03-25T22:12:30.862Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2752025-03-25T22:12:30.862Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2762025-03-25T22:12:30.862Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2772025-03-25T22:12:30.862Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2782025-03-25T22:12:30.864Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2792025-03-25T22:12:30.864Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2802025-03-25T22:12:30.864Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2812025-03-25T22:12:30.864Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2822025-03-25T22:12:30.864Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2832025-03-25T22:12:30.864Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2842025-03-25T22:12:30.864Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2852025-03-25T22:12:30.865Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2862025-03-25T22:12:30.865Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2872025-03-25T22:12:31.717Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2882025-03-25T22:12:32.098Z Updating crates.io index
2892025-03-25T22:12:32.101Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2902025-03-25T22:12:32.636Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2912025-03-25T22:12:32.928Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2922025-03-25T22:12:33.176Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2932025-03-25T22:12:33.468Z Updating git repository `https://github.com/oxidecomputer/propolis`
2942025-03-25T22:12:34.455Z Updating git repository `https://github.com/oxidecomputer/crucible`
2952025-03-25T22:12:36.183Z Updating git repository `https://github.com/oxidecomputer/opte`
2962025-03-25T22:12:36.853Z Updating git repository `https://github.com/oxidecomputer/falcon`
2972025-03-25T22:12:37.644Z Updating git repository `https://github.com/oxidecomputer/clickward`
2982025-03-25T22:12:37.987Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2992025-03-25T22:12:38.324Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3002025-03-25T22:12:38.888Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3012025-03-25T22:12:39.458Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022025-03-25T22:12:39.724Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3032025-03-25T22:12:40.058Z Updating git repository `https://github.com/oxidecomputer/tofino`
3042025-03-25T22:12:40.336Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052025-03-25T22:12:40.611Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062025-03-25T22:12:40.926Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072025-03-25T22:12:41.218Z Updating git repository `https://github.com/oxidecomputer/lldp`
3082025-03-25T22:12:41.510Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3092025-03-25T22:12:41.812Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102025-03-25T22:12:42.132Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112025-03-25T22:12:42.515Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3122025-03-25T22:12:42.766Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132025-03-25T22:12:43.283Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142025-03-25T22:12:43.562Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3152025-03-25T22:12:43.938Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162025-03-25T22:12:44.368Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3172025-03-25T22:12:44.658Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182025-03-25T22:12:44.988Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192025-03-25T22:12:45.246Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202025-03-25T22:12:46.645Z Downloading crates ...
3212025-03-25T22:12:46.737Z Downloaded anstyle-parse v0.2.5
3222025-03-25T22:12:46.741Z Downloaded anstyle v1.0.10
3232025-03-25T22:12:46.744Z Downloaded anstream v0.6.15
3242025-03-25T22:12:46.755Z Downloaded swrite v0.1.0
3252025-03-25T22:12:46.761Z Downloaded dtrace-parser v0.2.0
3262025-03-25T22:12:46.765Z Downloaded bytecount v0.6.8
3272025-03-25T22:12:46.765Z Downloaded autocfg v1.4.0
3282025-03-25T22:12:46.776Z Downloaded winnow v0.7.3
3292025-03-25T22:12:46.785Z Downloaded usdt-macro v0.5.0
3302025-03-25T22:12:46.790Z Downloaded equivalent v1.0.1
3312025-03-25T22:12:46.793Z Downloaded usdt-attr-macro v0.5.0
3322025-03-25T22:12:46.793Z Downloaded scroll_derive v0.12.0
3332025-03-25T22:12:46.793Z Downloaded anstyle-query v1.1.1
3342025-03-25T22:12:46.796Z Downloaded byteorder v1.5.0
3352025-03-25T22:12:46.799Z Downloaded plain v0.2.3
3362025-03-25T22:12:46.799Z Downloaded fs-err v2.11.0
3372025-03-25T22:12:46.800Z Downloaded proc-macro-error-attr v1.0.4
3382025-03-25T22:12:46.803Z Downloaded is_terminal_polyfill v1.70.1
3392025-03-25T22:12:46.803Z Downloaded cargo-platform v0.1.8
3402025-03-25T22:12:46.803Z Downloaded thiserror-impl v2.0.12
3412025-03-25T22:12:46.806Z Downloaded toml_datetime v0.6.8
3422025-03-25T22:12:46.806Z Downloaded serde_spanned v0.6.8
3432025-03-25T22:12:46.812Z Downloaded clap_lex v0.7.4
3442025-03-25T22:12:46.812Z Downloaded heck v0.5.0
3452025-03-25T22:12:46.812Z Downloaded generic-array v0.14.7
3462025-03-25T22:12:46.815Z Downloaded crypto-common v0.1.6
3472025-03-25T22:12:46.815Z Downloaded pest_generator v2.7.14
3482025-03-25T22:12:46.815Z Downloaded fastrand v2.1.1
3492025-03-25T22:12:46.815Z Downloaded block-buffer v0.10.4
3502025-03-25T22:12:46.815Z Downloaded utf8parse v0.2.2
3512025-03-25T22:12:46.819Z Downloaded usdt v0.5.0
3522025-03-25T22:12:46.819Z Downloaded thread-id v4.2.2
3532025-03-25T22:12:46.819Z Downloaded thiserror-impl v1.0.69
3542025-03-25T22:12:46.822Z Downloaded tabled_derive v0.7.0
3552025-03-25T22:12:46.822Z Downloaded itoa v1.0.11
3562025-03-25T22:12:46.822Z Downloaded serde_tokenstream v0.2.2
3572025-03-25T22:12:46.826Z Downloaded smawk v0.3.2
3582025-03-25T22:12:46.826Z Downloaded terminal_size v0.4.0
3592025-03-25T22:12:46.826Z Downloaded scroll v0.12.0
3602025-03-25T22:12:46.830Z Downloaded macaddr v1.0.1
3612025-03-25T22:12:46.833Z Downloaded memmap v0.7.0
3622025-03-25T22:12:46.833Z Downloaded cpufeatures v0.2.14
3632025-03-25T22:12:46.834Z Downloaded heck v0.4.1
3642025-03-25T22:12:46.834Z Downloaded errno v0.3.9
3652025-03-25T22:12:46.837Z Downloaded cfg-if v1.0.0
3662025-03-25T22:12:46.837Z Downloaded cargo_metadata v0.19.2
3672025-03-25T22:12:46.840Z Downloaded pretty-hex v0.4.1
3682025-03-25T22:12:46.846Z Downloaded thiserror v1.0.69
3692025-03-25T22:12:46.851Z Downloaded version_check v0.9.5
3702025-03-25T22:12:46.855Z Downloaded terminal_size v0.2.6
3712025-03-25T22:12:46.855Z Downloaded strsim v0.11.1
3722025-03-25T22:12:46.858Z Downloaded io-lifetimes v1.0.11
3732025-03-25T22:12:46.858Z Downloaded proc-macro-error v1.0.4
3742025-03-25T22:12:46.861Z Downloaded colorchoice v1.0.2
3752025-03-25T22:12:46.864Z Downloaded camino v1.1.9
3762025-03-25T22:12:46.864Z Downloaded dof v0.3.0
3772025-03-25T22:12:46.867Z Downloaded sha2 v0.10.8
3782025-03-25T22:12:46.867Z Downloaded bitflags v1.3.2
3792025-03-25T22:12:46.871Z Downloaded digest v0.10.7
3802025-03-25T22:12:46.874Z Downloaded thiserror v2.0.12
3812025-03-25T22:12:46.879Z Downloaded pest_derive v2.7.14
3822025-03-25T22:12:46.883Z Downloaded unicode-linebreak v0.1.5
3832025-03-25T22:12:46.883Z Downloaded once_cell v1.20.3
3842025-03-25T22:12:46.887Z Downloaded camino-tempfile v1.1.1
3852025-03-25T22:12:46.887Z Downloaded quote v1.0.39
3862025-03-25T22:12:46.890Z Downloaded fnv v1.0.7
3872025-03-25T22:12:46.890Z Downloaded clap_derive v4.5.32
3882025-03-25T22:12:46.893Z Downloaded tempfile v3.13.0
3892025-03-25T22:12:46.896Z Downloaded cargo_toml v0.21.0
3902025-03-25T22:12:46.896Z Downloaded usdt-impl v0.5.0
3912025-03-25T22:12:46.899Z Downloaded semver v1.0.25
3922025-03-25T22:12:46.899Z Downloaded ucd-trie v0.1.7
3932025-03-25T22:12:46.902Z Downloaded bitflags v2.6.0
3942025-03-25T22:12:46.906Z Downloaded ryu v1.0.18
3952025-03-25T22:12:46.912Z Downloaded unicode-ident v1.0.14
3962025-03-25T22:12:46.917Z Downloaded papergrid v0.11.0
3972025-03-25T22:12:46.931Z Downloaded typenum v1.17.0
3982025-03-25T22:12:46.934Z Downloaded clap v4.5.32
3992025-03-25T22:12:46.942Z Downloaded toml v0.8.20
4002025-03-25T22:12:46.947Z Downloaded textwrap v0.16.1
4012025-03-25T22:12:46.950Z Downloaded serde_derive v1.0.218
4022025-03-25T22:12:46.950Z Downloaded anyhow v1.0.97
4032025-03-25T22:12:46.954Z Downloaded serde v1.0.218
4042025-03-25T22:12:46.957Z Downloaded log v0.4.22
4052025-03-25T22:12:46.960Z Downloaded pest_meta v2.7.14
4062025-03-25T22:12:46.964Z Downloaded indexmap v2.7.1
4072025-03-25T22:12:46.968Z Downloaded proc-macro2 v1.0.94
4082025-03-25T22:12:46.971Z Downloaded memchr v2.7.4
4092025-03-25T22:12:46.977Z Downloaded toml_edit v0.22.24
4102025-03-25T22:12:46.997Z Downloaded zerocopy-derive v0.7.35
4112025-03-25T22:12:47.019Z Downloaded hashbrown v0.15.1
4122025-03-25T22:12:47.023Z Downloaded pest v2.7.14
4132025-03-25T22:12:47.036Z Downloaded serde_json v1.0.139
4142025-03-25T22:12:47.044Z Downloaded clap_builder v4.5.32
4152025-03-25T22:12:47.052Z Downloaded goblin v0.8.2
4162025-03-25T22:12:47.062Z Downloaded zerocopy v0.7.35
4172025-03-25T22:12:47.076Z Downloaded tabled v0.15.0
4182025-03-25T22:12:47.090Z Downloaded syn v1.0.109
4192025-03-25T22:12:47.109Z Downloaded unicode-width v0.1.14
4202025-03-25T22:12:47.117Z Downloaded syn v2.0.98
4212025-03-25T22:12:47.128Z Downloaded rustix v0.37.28
4222025-03-25T22:12:47.145Z Downloaded rustix v0.38.37
4232025-03-25T22:12:47.183Z Downloaded libc v0.2.170
4242025-03-25T22:12:47.322Z Compiling proc-macro2 v1.0.94
4252025-03-25T22:12:47.322Z Compiling unicode-ident v1.0.14
4262025-03-25T22:12:47.325Z Compiling version_check v0.9.5
4272025-03-25T22:12:47.325Z Compiling serde v1.0.218
4282025-03-25T22:12:47.325Z Compiling libc v0.2.170
4292025-03-25T22:12:47.325Z Compiling memchr v2.7.4
4302025-03-25T22:12:47.358Z Compiling thiserror v1.0.69
4312025-03-25T22:12:47.362Z Compiling ryu v1.0.18
4322025-03-25T22:12:47.597Z Compiling itoa v1.0.11
4332025-03-25T22:12:47.786Z Compiling ucd-trie v0.1.7
4342025-03-25T22:12:47.843Z Compiling once_cell v1.20.3
4352025-03-25T22:12:48.162Z Compiling byteorder v1.5.0
4362025-03-25T22:12:48.234Z Compiling serde_json v1.0.139
4372025-03-25T22:12:48.544Z Compiling rustix v0.38.37
4382025-03-25T22:12:48.607Z Compiling bitflags v2.6.0
4392025-03-25T22:12:48.656Z Compiling usdt-impl v0.5.0
4402025-03-25T22:12:48.759Z Compiling proc-macro-error-attr v1.0.4
4412025-03-25T22:12:48.990Z Compiling syn v1.0.109
4422025-03-25T22:12:49.011Z Compiling io-lifetimes v1.0.11
4432025-03-25T22:12:49.148Z Compiling proc-macro-error v1.0.4
4442025-03-25T22:12:49.187Z Compiling camino v1.1.9
4452025-03-25T22:12:49.375Z Compiling equivalent v1.0.1
4462025-03-25T22:12:49.450Z Compiling quote v1.0.39
4472025-03-25T22:12:49.515Z Compiling rustix v0.37.28
4482025-03-25T22:12:49.541Z Compiling errno v0.3.9
4492025-03-25T22:12:49.813Z Compiling thread-id v4.2.2
4502025-03-25T22:12:49.864Z Compiling syn v2.0.98
4512025-03-25T22:12:49.868Z Compiling utf8parse v0.2.2
4522025-03-25T22:12:49.934Z Compiling log v0.4.22
4532025-03-25T22:12:50.037Z Compiling hashbrown v0.15.1
4542025-03-25T22:12:50.072Z Compiling plain v0.2.3
4552025-03-25T22:12:50.240Z Compiling anstyle-parse v0.2.5
4562025-03-25T22:12:50.538Z Compiling pretty-hex v0.4.1
4572025-03-25T22:12:50.563Z Compiling autocfg v1.4.0
4582025-03-25T22:12:50.761Z Compiling colorchoice v1.0.2
4592025-03-25T22:12:50.787Z Compiling anstyle-query v1.1.1
4602025-03-25T22:12:50.931Z Compiling bitflags v1.3.2
4612025-03-25T22:12:50.956Z Compiling semver v1.0.25
4622025-03-25T22:12:50.959Z Compiling is_terminal_polyfill v1.70.1
4632025-03-25T22:12:51.051Z Compiling indexmap v2.7.1
4642025-03-25T22:12:51.101Z Compiling unicode-width v0.1.14
4652025-03-25T22:12:51.126Z Compiling anstyle v1.0.10
4662025-03-25T22:12:51.454Z Compiling thiserror v2.0.12
4672025-03-25T22:12:51.499Z Compiling winnow v0.7.3
4682025-03-25T22:12:51.563Z Compiling fs-err v2.11.0
4692025-03-25T22:12:51.605Z Compiling terminal_size v0.4.0
4702025-03-25T22:12:51.906Z Compiling anstream v0.6.15
4712025-03-25T22:12:52.405Z Compiling cfg-if v1.0.0
4722025-03-25T22:12:52.504Z Compiling strsim v0.11.1
4732025-03-25T22:12:52.529Z Compiling fnv v1.0.7
4742025-03-25T22:12:52.532Z Compiling heck v0.5.0
4752025-03-25T22:12:52.672Z Compiling anyhow v1.0.97
4762025-03-25T22:12:52.881Z Compiling fastrand v2.1.1
4772025-03-25T22:12:53.256Z Compiling bytecount v0.6.8
4782025-03-25T22:12:53.277Z Compiling clap_lex v0.7.4
4792025-03-25T22:12:53.302Z Compiling heck v0.4.1
4802025-03-25T22:12:53.481Z Compiling papergrid v0.11.0
4812025-03-25T22:12:53.661Z Compiling clap_builder v4.5.32
4822025-03-25T22:12:53.703Z Compiling tempfile v3.13.0
4832025-03-25T22:12:53.729Z Compiling terminal_size v0.2.6
4842025-03-25T22:12:53.918Z Compiling memmap v0.7.0
4852025-03-25T22:12:53.939Z Compiling smawk v0.3.2
4862025-03-25T22:12:54.163Z Compiling unicode-linebreak v0.1.5
4872025-03-25T22:12:54.657Z Compiling textwrap v0.16.1
4882025-03-25T22:12:54.763Z Compiling swrite v0.1.0
4892025-03-25T22:12:55.249Z Compiling tabled_derive v0.7.0
4902025-03-25T22:12:56.739Z Compiling serde_derive v1.0.218
4912025-03-25T22:12:56.739Z Compiling thiserror-impl v1.0.69
4922025-03-25T22:12:56.742Z Compiling zerocopy-derive v0.7.35
4932025-03-25T22:12:56.742Z Compiling scroll_derive v0.12.0
4942025-03-25T22:12:56.742Z Compiling thiserror-impl v2.0.12
4952025-03-25T22:12:56.742Z Compiling clap_derive v4.5.32
4962025-03-25T22:12:56.841Z Compiling tabled v0.15.0
4972025-03-25T22:12:58.147Z Compiling scroll v0.12.0
4982025-03-25T22:12:58.698Z Compiling goblin v0.8.2
4992025-03-25T22:12:58.819Z Compiling zerocopy v0.7.35
5002025-03-25T22:12:59.906Z Compiling pest v2.7.14
5012025-03-25T22:13:01.112Z Compiling clap v4.5.32
5022025-03-25T22:13:02.180Z Compiling pest_meta v2.7.14
5032025-03-25T22:13:03.100Z Compiling pest_generator v2.7.14
5042025-03-25T22:13:04.333Z Compiling pest_derive v2.7.14
5052025-03-25T22:13:04.975Z Compiling dtrace-parser v0.2.0
5062025-03-25T22:13:05.820Z Compiling serde_tokenstream v0.2.2
5072025-03-25T22:13:05.969Z Compiling toml_datetime v0.6.8
5082025-03-25T22:13:05.969Z Compiling serde_spanned v0.6.8
5092025-03-25T22:13:06.226Z Compiling cargo-platform v0.1.8
5102025-03-25T22:13:06.311Z Compiling macaddr v1.0.1
5112025-03-25T22:13:06.359Z Compiling toml_edit v0.22.24
5122025-03-25T22:13:06.632Z Compiling camino-tempfile v1.1.1
5132025-03-25T22:13:07.241Z Compiling dof v0.3.0
5142025-03-25T22:13:07.463Z Compiling cargo_metadata v0.19.2
5152025-03-25T22:13:08.572Z Compiling usdt-macro v0.5.0
5162025-03-25T22:13:08.572Z Compiling usdt-attr-macro v0.5.0
5172025-03-25T22:13:09.191Z Compiling toml v0.8.20
5182025-03-25T22:13:09.613Z Compiling usdt v0.5.0
5192025-03-25T22:13:10.060Z Compiling cargo_toml v0.21.0
5202025-03-25T22:13:12.551Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5212025-03-25T22:13:15.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.23s
5222025-03-25T22:13:15.929Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5232025-03-25T22:13:16.484Z Downloading crates ...
5242025-03-25T22:13:16.607Z Downloaded addr2line v0.24.2
5252025-03-25T22:13:16.623Z Downloaded ctr v0.9.2
5262025-03-25T22:13:16.634Z Downloaded headers-core v0.3.0
5272025-03-25T22:13:16.637Z Downloaded hyper-tls v0.6.0
5282025-03-25T22:13:16.641Z Downloaded hex v0.4.3
5292025-03-25T22:13:16.647Z Downloaded adler2 v2.0.0
5302025-03-25T22:13:16.651Z Downloaded http-body v1.0.1
5312025-03-25T22:13:16.651Z Downloaded ascii-canvas v3.0.0
5322025-03-25T22:13:16.654Z Downloaded arrayvec v0.7.6
5332025-03-25T22:13:16.669Z Downloaded hubpack_derive v0.1.1
5342025-03-25T22:13:16.678Z Downloaded http-range v0.1.5
5352025-03-25T22:13:16.681Z Downloaded http-body-util v0.1.2
5362025-03-25T22:13:16.684Z Downloaded icu_provider_macros v1.5.0
5372025-03-25T22:13:16.688Z Downloaded hostname v0.3.1
5382025-03-25T22:13:16.692Z Downloaded ident_case v1.0.1
5392025-03-25T22:13:16.695Z Downloaded instant v0.1.13
5402025-03-25T22:13:16.698Z Downloaded md5 v0.7.0
5412025-03-25T22:13:16.699Z Downloaded is_ci v1.2.0
5422025-03-25T22:13:16.699Z Downloaded hex-literal v0.4.1
5432025-03-25T22:13:16.704Z Downloaded hubpack v0.1.2
5442025-03-25T22:13:16.710Z Downloaded internet-checksum v0.2.1
5452025-03-25T22:13:16.714Z Downloaded lru v0.12.5
5462025-03-25T22:13:16.717Z Downloaded humantime v2.1.0
5472025-03-25T22:13:16.717Z Downloaded hostname v0.4.0
5482025-03-25T22:13:16.720Z Downloaded linked-hash-map v0.5.6
5492025-03-25T22:13:16.720Z Downloaded lalrpop-util v0.19.12
5502025-03-25T22:13:16.724Z Downloaded maplit v1.0.2
5512025-03-25T22:13:16.724Z Downloaded managed v0.8.0
5522025-03-25T22:13:16.728Z Downloaded linear-map v1.2.0
5532025-03-25T22:13:16.728Z Downloaded is-terminal v0.4.13
5542025-03-25T22:13:16.728Z Downloaded bit-vec v0.8.0
5552025-03-25T22:13:16.731Z Downloaded inout v0.1.3
5562025-03-25T22:13:16.731Z Downloaded match_cfg v0.1.0
5572025-03-25T22:13:16.734Z Downloaded bit-set v0.5.3
5582025-03-25T22:13:16.734Z Downloaded idna_adapter v1.2.0
5592025-03-25T22:13:16.734Z Downloaded bindgen v0.71.1
5602025-03-25T22:13:16.743Z Downloaded progenitor-client v0.9.1
5612025-03-25T22:13:16.746Z Downloaded block-padding v0.3.3
5622025-03-25T22:13:16.746Z Downloaded lazycell v1.3.0
5632025-03-25T22:13:16.749Z Downloaded bitfield-struct v0.6.2
5642025-03-25T22:13:16.749Z Downloaded md-5 v0.10.6
5652025-03-25T22:13:16.752Z Downloaded maybe-uninit v2.0.0
5662025-03-25T22:13:16.752Z Downloaded bit-set v0.8.0
5672025-03-25T22:13:16.755Z Downloaded progenitor-macro v0.9.1
5682025-03-25T22:13:16.755Z Downloaded rtoolbox v0.0.2
5692025-03-25T22:13:16.759Z Downloaded cargo_metadata v0.18.1
5702025-03-25T22:13:16.759Z Downloaded indoc v1.0.9
5712025-03-25T22:13:16.763Z Downloaded bytes v1.10.1
5722025-03-25T22:13:16.767Z Downloaded proc-macro-error-attr2 v2.0.0
5732025-03-25T22:13:16.770Z Downloaded memoffset v0.9.1
5742025-03-25T22:13:16.770Z Downloaded libsw v3.4.0
5752025-03-25T22:13:16.773Z Downloaded httparse v1.9.5
5762025-03-25T22:13:16.777Z Downloaded icu_locid_transform v1.5.0
5772025-03-25T22:13:16.780Z Downloaded cfg_aliases v0.2.1
5782025-03-25T22:13:16.780Z Downloaded buf-list v1.0.3
5792025-03-25T22:13:16.783Z Downloaded litemap v0.7.3
5802025-03-25T22:13:16.786Z Downloaded instability v0.3.2
5812025-03-25T22:13:16.789Z Downloaded cassowary v0.3.0
5822025-03-25T22:13:16.789Z Downloaded memmap2 v0.9.5
5832025-03-25T22:13:16.792Z Downloaded libloading v0.8.5
5842025-03-25T22:13:16.796Z Downloaded ipnet v2.11.0
5852025-03-25T22:13:16.799Z Downloaded cfg_aliases v0.1.1
5862025-03-25T22:13:16.799Z Downloaded bit-vec v0.6.3
5872025-03-25T22:13:16.802Z Downloaded array-init v0.0.4
5882025-03-25T22:13:16.802Z Downloaded ciborium-io v0.2.2
5892025-03-25T22:13:16.802Z Downloaded async-stream-impl v0.3.6
5902025-03-25T22:13:16.805Z Downloaded bitfield v0.14.0
5912025-03-25T22:13:16.805Z Downloaded jobserver v0.1.32
5922025-03-25T22:13:16.808Z Downloaded iana-time-zone v0.1.61
5932025-03-25T22:13:16.812Z Downloaded bindgen v0.69.5
5942025-03-25T22:13:16.816Z Downloaded cexpr v0.6.0
5952025-03-25T22:13:16.820Z Downloaded constant_time_eq v0.3.1
5962025-03-25T22:13:16.823Z Downloaded cbc v0.1.2
5972025-03-25T22:13:16.823Z Downloaded blowfish v0.9.1
5982025-03-25T22:13:16.827Z Downloaded rustc-hash v1.1.0
5992025-03-25T22:13:16.827Z Downloaded rand_chacha v0.3.1
6002025-03-25T22:13:16.830Z Downloaded mime_guess v2.0.5
6012025-03-25T22:13:16.830Z Downloaded crucible-workspace-hack v0.1.0
6022025-03-25T22:13:16.830Z Downloaded atty v0.2.14
6032025-03-25T22:13:16.833Z Downloaded cstr-argument v0.1.2
6042025-03-25T22:13:16.833Z Downloaded hmac v0.12.1
6052025-03-25T22:13:16.837Z Downloaded hickory-client v0.24.4
6062025-03-25T22:13:16.840Z Downloaded pretty-hex v0.2.1
6072025-03-25T22:13:16.843Z Downloaded castaway v0.2.3
6082025-03-25T22:13:16.843Z Downloaded aead v0.5.2
6092025-03-25T22:13:16.843Z Downloaded icu_locid v1.5.0
6102025-03-25T22:13:16.849Z Downloaded litrs v0.4.1
6112025-03-25T22:13:16.852Z Downloaded icu_normalizer_data v1.5.0
6122025-03-25T22:13:16.856Z Downloaded write16 v1.0.0
6132025-03-25T22:13:16.856Z Downloaded hickory-resolver v0.24.4
6142025-03-25T22:13:16.861Z Downloaded icu_locid_transform_data v1.5.0
6152025-03-25T22:13:16.864Z Downloaded rustls-pemfile v2.2.0
6162025-03-25T22:13:16.867Z Downloaded termtree v0.4.1
6172025-03-25T22:13:16.868Z Downloaded schemars_derive v0.8.22
6182025-03-25T22:13:16.871Z Downloaded yoke-derive v0.7.4
6192025-03-25T22:13:16.871Z Downloaded want v0.3.1
6202025-03-25T22:13:16.874Z Downloaded signal-hook-tokio v0.3.1
6212025-03-25T22:13:16.874Z Downloaded signal-hook-registry v1.4.2
6222025-03-25T22:13:16.877Z Downloaded serde_urlencoded v0.7.1
6232025-03-25T22:13:16.877Z Downloaded smf v0.2.3
6242025-03-25T22:13:16.881Z Downloaded string_cache v0.8.7
6252025-03-25T22:13:16.881Z Downloaded chacha20 v0.9.1
6262025-03-25T22:13:16.885Z Downloaded stable_deref_trait v1.2.0
6272025-03-25T22:13:16.885Z Downloaded endian-type v0.1.2
6282025-03-25T22:13:16.885Z Downloaded foreign-types v0.5.0
6292025-03-25T22:13:16.888Z Downloaded enum-as-inner v0.6.1
6302025-03-25T22:13:16.888Z Downloaded icu_provider v1.5.0
6312025-03-25T22:13:16.891Z Downloaded base16ct v0.2.0
6322025-03-25T22:13:16.895Z Downloaded const_format_proc_macros v0.2.34
6332025-03-25T22:13:16.898Z Downloaded thiserror-impl-no-std v2.0.2
6342025-03-25T22:13:16.898Z Downloaded termtree v0.5.1
6352025-03-25T22:13:16.902Z Downloaded stringprep v0.1.5
6362025-03-25T22:13:16.902Z Downloaded async-stream v0.3.6
6372025-03-25T22:13:16.905Z Downloaded dsl_auto_type v0.1.2
6382025-03-25T22:13:16.905Z Downloaded chrono-tz-build v0.4.0
6392025-03-25T22:13:16.905Z Downloaded headers v0.4.0
6402025-03-25T22:13:16.910Z Downloaded console v0.15.10
6412025-03-25T22:13:16.914Z Downloaded cobs v0.2.3
6422025-03-25T22:13:16.917Z Downloaded opaque-debug v0.3.1
6432025-03-25T22:13:16.917Z Downloaded ciborium v0.2.2
6442025-03-25T22:13:16.920Z Downloaded unarray v0.1.4
6452025-03-25T22:13:16.920Z Downloaded typify-macro v0.3.0
6462025-03-25T22:13:16.923Z Downloaded ref-cast v1.0.23
6472025-03-25T22:13:16.927Z Downloaded typify-macro v0.2.0
6482025-03-25T22:13:16.927Z Downloaded radium v0.7.0
6492025-03-25T22:13:16.927Z Downloaded icu_properties v1.5.1
6502025-03-25T22:13:16.930Z Downloaded zeroize_derive v1.4.2
6512025-03-25T22:13:16.933Z Downloaded progenitor-client v0.8.0
6522025-03-25T22:13:16.933Z Downloaded daft v0.1.2
6532025-03-25T22:13:16.936Z Downloaded curve25519-dalek-derive v0.1.1
6542025-03-25T22:13:16.936Z Downloaded yoke v0.7.4
6552025-03-25T22:13:16.939Z Downloaded deranged v0.3.11
6562025-03-25T22:13:16.939Z Downloaded httpdate v1.0.3
6572025-03-25T22:13:16.943Z Downloaded futures-core v0.3.31
6582025-03-25T22:13:16.943Z Downloaded embedded-io v0.6.1
6592025-03-25T22:13:16.946Z Downloaded dunce v1.0.5
6602025-03-25T22:13:16.947Z Downloaded futures-task v0.3.31
6612025-03-25T22:13:16.947Z Downloaded static_assertions v1.1.0
6622025-03-25T22:13:16.950Z Downloaded smallvec v1.14.0
6632025-03-25T22:13:16.950Z Downloaded newtype_derive v0.1.6
6642025-03-25T22:13:16.953Z Downloaded glob v0.3.2
6652025-03-25T22:13:16.953Z Downloaded fragile v2.0.0
6662025-03-25T22:13:16.956Z Downloaded percent-encoding v2.3.1
6672025-03-25T22:13:16.956Z Downloaded csv-core v0.1.11
6682025-03-25T22:13:16.959Z Downloaded tokio-tungstenite v0.23.1
6692025-03-25T22:13:16.959Z Downloaded crossbeam-deque v0.8.5
6702025-03-25T22:13:16.962Z Downloaded async-trait v0.1.87
6712025-03-25T22:13:16.965Z Downloaded miniz_oxide v0.8.5
6722025-03-25T22:13:16.969Z Downloaded mockall v0.13.1
6732025-03-25T22:13:16.974Z Downloaded heapless v0.8.0
6742025-03-25T22:13:16.977Z Downloaded heapless v0.7.17
6752025-03-25T22:13:16.981Z Downloaded indicatif v0.17.11
6762025-03-25T22:13:16.984Z Downloaded rustfmt-wrapper v0.2.1
6772025-03-25T22:13:16.984Z Downloaded unicase v2.7.0
6782025-03-25T22:13:16.997Z Downloaded strum v0.26.3
6792025-03-25T22:13:17.001Z Downloaded pem-rfc7468 v0.7.0
6802025-03-25T22:13:17.004Z Downloaded zerofrom v0.1.4
6812025-03-25T22:13:17.004Z Downloaded tower-layer v0.3.3
6822025-03-25T22:13:17.004Z Downloaded crc32fast v1.4.2
6832025-03-25T22:13:17.008Z Downloaded pin-utils v0.1.0
6842025-03-25T22:13:17.008Z Downloaded daft-derive v0.1.2
6852025-03-25T22:13:17.011Z Downloaded progenitor v0.9.1
6862025-03-25T22:13:17.014Z Downloaded slog v2.7.0
6872025-03-25T22:13:17.018Z Downloaded zone_cfg_derive v0.3.0
6882025-03-25T22:13:17.021Z Downloaded derive_builder_macro v0.20.2
6892025-03-25T22:13:17.021Z Downloaded utf16_iter v1.0.5
6902025-03-25T22:13:17.021Z Downloaded r2d2 v0.8.10
6912025-03-25T22:13:17.024Z Downloaded globset v0.4.15
6922025-03-25T22:13:17.024Z Downloaded dyn-clone v1.0.19
6932025-03-25T22:13:17.028Z Downloaded hickory-server v0.24.4
6942025-03-25T22:13:17.034Z Downloaded predicates-core v1.0.8
6952025-03-25T22:13:17.037Z Downloaded minimal-lexical v0.2.1
6962025-03-25T22:13:17.041Z Downloaded crossbeam-utils v0.8.20
6972025-03-25T22:13:17.044Z Downloaded resolv-conf v0.7.0
6982025-03-25T22:13:17.048Z Downloaded quinn-udp v0.5.5
6992025-03-25T22:13:17.048Z Downloaded bumpalo v3.16.0
7002025-03-25T22:13:17.051Z Downloaded const-oid v0.9.6
7012025-03-25T22:13:17.051Z Downloaded compact_str v0.8.0
7022025-03-25T22:13:17.055Z Downloaded number_prefix v0.4.0
7032025-03-25T22:13:17.058Z Downloaded structmeta-derive v0.3.0
7042025-03-25T22:13:17.058Z Downloaded signal-hook-mio v0.2.4
7052025-03-25T22:13:17.061Z Downloaded peg-runtime v0.8.5
7062025-03-25T22:13:17.061Z Downloaded rustc-hash v2.1.1
7072025-03-25T22:13:17.061Z Downloaded tiny-keccak v2.0.2
7082025-03-25T22:13:17.064Z Downloaded schemars v0.8.22
7092025-03-25T22:13:17.077Z Downloaded serde-big-array v0.5.1
7102025-03-25T22:13:17.080Z Downloaded predicates v3.1.3
7112025-03-25T22:13:17.084Z Downloaded postcard v1.0.10
7122025-03-25T22:13:17.087Z Downloaded base64 v0.13.1
7132025-03-25T22:13:17.090Z Downloaded time-macros v0.2.18
7142025-03-25T22:13:17.093Z Downloaded des v0.8.1
7152025-03-25T22:13:17.093Z Downloaded crossbeam-epoch v0.9.18
7162025-03-25T22:13:17.098Z Downloaded time-core v0.1.2
7172025-03-25T22:13:17.102Z Downloaded float-cmp v0.10.0
7182025-03-25T22:13:17.102Z Downloaded fallible-iterator v0.2.0
7192025-03-25T22:13:17.102Z Downloaded mockall_derive v0.13.1
7202025-03-25T22:13:17.105Z Downloaded futures-executor v0.3.31
7212025-03-25T22:13:17.105Z Downloaded group v0.13.0
7222025-03-25T22:13:17.109Z Downloaded serde_with_macros v3.12.0
7232025-03-25T22:13:17.109Z Downloaded unicode-bidi v0.3.17
7242025-03-25T22:13:17.112Z Downloaded toolchain_find v0.4.0
7252025-03-25T22:13:17.115Z Downloaded num v0.4.3
7262025-03-25T22:13:17.115Z Downloaded ghash v0.5.1
7272025-03-25T22:13:17.119Z Downloaded omicron-zone-package v0.12.0
7282025-03-25T22:13:17.122Z Downloaded diesel_table_macro_syntax v0.2.0
7292025-03-25T22:13:17.122Z Downloaded zone_cfg_derive v0.1.2
7302025-03-25T22:13:17.122Z Downloaded untrusted v0.7.1
7312025-03-25T22:13:17.126Z Downloaded slog-term v2.9.1
7322025-03-25T22:13:17.126Z Downloaded russh-keys v0.45.0
7332025-03-25T22:13:17.129Z Downloaded base64 v0.21.7
7342025-03-25T22:13:17.133Z Downloaded rand_chacha v0.9.0
7352025-03-25T22:13:17.137Z Downloaded parse-display v0.10.0
7362025-03-25T22:13:17.137Z Downloaded num_enum_derive v0.5.11
7372025-03-25T22:13:17.137Z Downloaded num_enum v0.5.11
7382025-03-25T22:13:17.140Z Downloaded foreign-types-shared v0.1.1
7392025-03-25T22:13:17.143Z Downloaded foreign-types v0.3.2
7402025-03-25T22:13:17.143Z Downloaded slog-dtrace v0.3.0
7412025-03-25T22:13:17.147Z Downloaded base64 v0.22.1
7422025-03-25T22:13:17.150Z Downloaded spki v0.7.3
7432025-03-25T22:13:17.153Z Downloaded serde-hex v0.1.0
7442025-03-25T22:13:17.153Z Downloaded rfc6979 v0.4.0
7452025-03-25T22:13:17.153Z Downloaded ecdsa v0.16.9
7462025-03-25T22:13:17.156Z Downloaded derive_builder_core v0.20.2
7472025-03-25T22:13:17.159Z Downloaded tabled_derive v0.10.0
7482025-03-25T22:13:17.159Z Downloaded rustc-demangle v0.1.24
7492025-03-25T22:13:17.162Z Downloaded itertools v0.10.5
7502025-03-25T22:13:17.168Z Downloaded normalize-line-endings v0.3.0
7512025-03-25T22:13:17.171Z Downloaded tracing v0.1.40
7522025-03-25T22:13:17.174Z Downloaded semver v0.1.20
7532025-03-25T22:13:17.174Z Downloaded zone v0.1.8
7542025-03-25T22:13:17.174Z Downloaded unicode-xid v0.2.6
7552025-03-25T22:13:17.178Z Downloaded getrandom v0.2.15
7562025-03-25T22:13:17.181Z Downloaded p256 v0.13.2
7572025-03-25T22:13:17.185Z Downloaded poly1305 v0.8.0
7582025-03-25T22:13:17.185Z Downloaded foldhash v0.1.3
7592025-03-25T22:13:17.189Z Downloaded aes v0.8.4
7602025-03-25T22:13:17.192Z Downloaded parking_lot_core v0.9.10
7612025-03-25T22:13:17.192Z Downloaded zone v0.3.0
7622025-03-25T22:13:17.192Z Downloaded untrusted v0.9.0
7632025-03-25T22:13:17.197Z Downloaded polyval v0.6.2
7642025-03-25T22:13:17.197Z Downloaded pkcs8 v0.10.2
7652025-03-25T22:13:17.200Z Downloaded peg-macros v0.8.5
7662025-03-25T22:13:17.200Z Downloaded sigpipe v0.1.3
7672025-03-25T22:13:17.203Z Downloaded snafu-derive v0.8.5
7682025-03-25T22:13:17.203Z Downloaded crypto-bigint v0.5.5
7692025-03-25T22:13:17.209Z Downloaded foreign-types-shared v0.3.1
7702025-03-25T22:13:17.215Z Downloaded siphasher v0.3.11
7712025-03-25T22:13:17.215Z Downloaded foreign-types-macros v0.2.3
7722025-03-25T22:13:17.215Z Downloaded waitgroup v0.1.2
7732025-03-25T22:13:17.219Z Downloaded vte_generate_state_changes v0.1.2
7742025-03-25T22:13:17.219Z Downloaded env_filter v0.1.2
7752025-03-25T22:13:17.219Z Downloaded nanorand v0.7.0
7762025-03-25T22:13:17.219Z Downloaded crossbeam-channel v0.5.13
7772025-03-25T22:13:17.222Z Downloaded packed_struct_codegen v0.10.1
7782025-03-25T22:13:17.226Z Downloaded packed_struct v0.10.1
7792025-03-25T22:13:17.226Z Downloaded defmt-parser v0.3.4
7802025-03-25T22:13:17.229Z Downloaded libxml v0.3.3
7812025-03-25T22:13:17.232Z Downloaded itertools v0.12.1
7822025-03-25T22:13:17.239Z Downloaded diff v0.1.13
7832025-03-25T22:13:17.242Z Downloaded tokio-rustls v0.26.0
7842025-03-25T22:13:17.245Z Downloaded embedded-io v0.4.0
7852025-03-25T22:13:17.249Z Downloaded libm v0.2.8
7862025-03-25T22:13:17.253Z Downloaded path-slash v0.1.5
7872025-03-25T22:13:17.256Z Downloaded slog-envlogger v2.2.0
7882025-03-25T22:13:17.256Z Downloaded const_format v0.2.34
7892025-03-25T22:13:17.260Z Downloaded slog-json v2.6.1
7902025-03-25T22:13:17.263Z Downloaded slog-bunyan v2.5.0
7912025-03-25T22:13:17.266Z Downloaded simd-adler32 v0.3.7
7922025-03-25T22:13:17.266Z Downloaded sec1 v0.7.3
7932025-03-25T22:13:17.269Z Downloaded psl-types v2.0.11
7942025-03-25T22:13:17.269Z Downloaded progenitor-macro v0.8.0
7952025-03-25T22:13:17.269Z Downloaded shlex v1.3.0
7962025-03-25T22:13:17.273Z Downloaded proc-macro-crate v1.3.1
7972025-03-25T22:13:17.273Z Downloaded tinyvec_macros v0.1.1
7982025-03-25T22:13:17.273Z Downloaded slog-async v2.8.0
7992025-03-25T22:13:17.276Z Downloaded tar v0.4.44
8002025-03-25T22:13:17.279Z Downloaded env_logger v0.10.2
8012025-03-25T22:13:17.282Z Downloaded wait-timeout v0.2.0
8022025-03-25T22:13:17.282Z Downloaded quinn v0.11.5
8032025-03-25T22:13:17.285Z Downloaded which v4.4.2
8042025-03-25T22:13:17.288Z Downloaded nu-ansi-term v0.50.1
8052025-03-25T22:13:17.292Z Downloaded defmt-macros v0.3.9
8062025-03-25T22:13:17.296Z Downloaded pin-project-lite v0.2.14
8072025-03-25T22:13:17.299Z Downloaded hyper v1.6.0
8082025-03-25T22:13:17.304Z Downloaded funty v2.0.0
8092025-03-25T22:13:17.307Z Downloaded pbkdf2 v0.11.0
8102025-03-25T22:13:17.311Z Downloaded parse-display-derive v0.10.0
8112025-03-25T22:13:17.311Z Downloaded form_urlencoded v1.2.1
8122025-03-25T22:13:17.311Z Downloaded rustyline v14.0.0
8132025-03-25T22:13:17.315Z Downloaded typify v0.2.0
8142025-03-25T22:13:17.318Z Downloaded papergrid v0.14.0
8152025-03-25T22:13:17.323Z Downloaded oso-derive v0.27.3
8162025-03-25T22:13:17.327Z Downloaded num-conv v0.1.0
8172025-03-25T22:13:17.327Z Downloaded hash32 v0.2.1
8182025-03-25T22:13:17.327Z Downloaded progenitor v0.8.0
8192025-03-25T22:13:17.331Z Downloaded quick-error v1.2.3
8202025-03-25T22:13:17.331Z Downloaded sct v0.7.1
8212025-03-25T22:13:17.334Z Downloaded zerofrom-derive v0.1.4
8222025-03-25T22:13:17.334Z Downloaded sha1 v0.10.6
8232025-03-25T22:13:17.338Z Downloaded serde_repr v0.1.19
8242025-03-25T22:13:17.341Z Downloaded primeorder v0.13.6
8252025-03-25T22:13:17.341Z Downloaded defmt v0.3.8
8262025-03-25T22:13:17.344Z Downloaded pkcs5 v0.7.1
8272025-03-25T22:13:17.347Z Downloaded darling_macro v0.20.10
8282025-03-25T22:13:17.347Z Downloaded peg v0.8.5
8292025-03-25T22:13:17.351Z Downloaded openssl-probe v0.1.5
8302025-03-25T22:13:17.354Z Downloaded env_logger v0.11.5
8312025-03-25T22:13:17.357Z Downloaded zerovec-derive v0.10.3
8322025-03-25T22:13:17.357Z Downloaded unsafe-libyaml v0.2.11
8332025-03-25T22:13:17.377Z Downloaded sqlparser_derive v0.2.2
8342025-03-25T22:13:17.377Z Downloaded either v1.14.0
8352025-03-25T22:13:17.385Z Downloaded similar v2.7.0
8362025-03-25T22:13:17.385Z Downloaded multer v3.1.0
8372025-03-25T22:13:17.385Z Downloaded publicsuffix v2.3.0
8382025-03-25T22:13:17.385Z Downloaded fs_extra v1.3.0
8392025-03-25T22:13:17.385Z Downloaded crossterm v0.28.1
8402025-03-25T22:13:17.389Z Downloaded tungstenite v0.23.0
8412025-03-25T22:13:17.389Z Downloaded num-derive v0.4.2
8422025-03-25T22:13:17.389Z Downloaded proc-macro-error2 v2.0.1
8432025-03-25T22:13:17.393Z Downloaded tokio-rustls v0.25.0
8442025-03-25T22:13:17.396Z Downloaded zerovec v0.10.4
8452025-03-25T22:13:17.399Z Downloaded termios v0.3.3
8462025-03-25T22:13:17.402Z Downloaded rand_core v0.6.4
8472025-03-25T22:13:17.405Z Downloaded oxnet v0.1.1
8482025-03-25T22:13:17.406Z Downloaded hash32 v0.3.1
8492025-03-25T22:13:17.409Z Downloaded x509-cert v0.2.5
8502025-03-25T22:13:17.412Z Downloaded rand_seeder v0.3.0
8512025-03-25T22:13:17.417Z Downloaded blake3 v1.5.4
8522025-03-25T22:13:17.421Z Downloaded ssh-cipher v0.2.0
8532025-03-25T22:13:17.424Z Downloaded tracing-attributes v0.1.27
8542025-03-25T22:13:17.427Z Downloaded termcolor v1.4.1
8552025-03-25T22:13:17.427Z Downloaded tokio-stream v0.1.17
8562025-03-25T22:13:17.430Z Downloaded tui-tree-widget v0.23.0
8572025-03-25T22:13:17.434Z Downloaded ed25519 v2.2.3
8582025-03-25T22:13:17.437Z Downloaded tokio-tungstenite v0.21.0
8592025-03-25T22:13:17.437Z Downloaded sqlformat v0.2.6
8602025-03-25T22:13:17.440Z Downloaded zerocopy-derive v0.8.10
8612025-03-25T22:13:17.445Z Downloaded darling v0.20.10
8622025-03-25T22:13:17.448Z Downloaded progenitor-impl v0.8.0
8632025-03-25T22:13:17.452Z Downloaded dirs-sys-next v0.1.2
8642025-03-25T22:13:17.455Z Downloaded progenitor-impl v0.9.1
8652025-03-25T22:13:17.455Z Downloaded ssh-key v0.6.6
8662025-03-25T22:13:17.461Z Downloaded newline-converter v0.3.0
8672025-03-25T22:13:17.464Z Downloaded downcast v0.11.0
8682025-03-25T22:13:17.464Z Downloaded fd-lock v4.0.2
8692025-03-25T22:13:17.468Z Downloaded unicode_categories v0.1.1
8702025-03-25T22:13:17.471Z Downloaded rustversion v1.0.17
8712025-03-25T22:13:17.471Z Downloaded filetime v0.2.25
8722025-03-25T22:13:17.474Z Downloaded parse-size v1.1.0
8732025-03-25T22:13:17.474Z Downloaded flume v0.11.1
8742025-03-25T22:13:17.478Z Downloaded rand v0.9.0
8752025-03-25T22:13:17.481Z Downloaded sync_wrapper v1.0.1
8762025-03-25T22:13:17.485Z Downloaded sync-ptr v0.1.1
8772025-03-25T22:13:17.485Z Downloaded password-hash v0.4.2
8782025-03-25T22:13:17.485Z Downloaded term v0.7.0
8792025-03-25T22:13:17.488Z Downloaded synstructure v0.13.1
8802025-03-25T22:13:17.493Z Downloaded tls_codec_derive v0.4.1
8812025-03-25T22:13:17.493Z Downloaded predicates-tree v1.0.11
8822025-03-25T22:13:17.496Z Downloaded writeable v0.5.5
8832025-03-25T22:13:17.496Z Downloaded document-features v0.2.10
8842025-03-25T22:13:17.496Z Downloaded xz2 v0.1.7
8852025-03-25T22:13:17.499Z Downloaded toml v0.7.8
8862025-03-25T22:13:17.502Z Downloaded russh v0.45.0
8872025-03-25T22:13:17.506Z Downloaded openssl-macros v0.1.1
8882025-03-25T22:13:17.511Z Downloaded try-lock v0.2.5
8892025-03-25T22:13:17.511Z Downloaded precomputed-hash v0.1.1
8902025-03-25T22:13:17.511Z Downloaded rustls-pemfile v1.0.4
8912025-03-25T22:13:17.514Z Downloaded gethostname v0.5.0
8922025-03-25T22:13:17.514Z Downloaded fixedbitset v0.4.2
8932025-03-25T22:13:17.514Z Downloaded uzers v0.12.1
8942025-03-25T22:13:17.517Z Downloaded tokio-macros v2.5.0
8952025-03-25T22:13:17.517Z Downloaded serde_yaml v0.9.34+deprecated
8962025-03-25T22:13:17.520Z Downloaded subtle v2.6.1
8972025-03-25T22:13:17.523Z Downloaded hkdf v0.12.4
8982025-03-25T22:13:17.526Z Downloaded num-iter v0.1.45
8992025-03-25T22:13:17.526Z Downloaded openssl-sys v0.9.106
9002025-03-25T22:13:17.530Z Downloaded tls_codec v0.4.1
9012025-03-25T22:13:17.533Z Downloaded same-file v1.0.6
9022025-03-25T22:13:17.536Z Downloaded num-bigint-dig v0.8.4
9032025-03-25T22:13:17.539Z Downloaded display-error-chain v0.2.2
9042025-03-25T22:13:17.539Z Downloaded rpassword v7.3.1
9052025-03-25T22:13:17.543Z Downloaded num-integer v0.1.46
9062025-03-25T22:13:17.543Z Downloaded aho-corasick v1.1.3
9072025-03-25T22:13:17.548Z Downloaded difflib v0.4.0
9082025-03-25T22:13:17.551Z Downloaded xattr v1.3.1
9092025-03-25T22:13:17.551Z Downloaded phf_codegen v0.11.2
9102025-03-25T22:13:17.554Z Downloaded password-hash v0.5.0
9112025-03-25T22:13:17.555Z Downloaded rusty-fork v0.3.0
9122025-03-25T22:13:17.558Z Downloaded oso v0.27.3
9132025-03-25T22:13:17.561Z Downloaded futures-macro v0.3.31
9142025-03-25T22:13:17.561Z Downloaded supports-color v3.0.2
9152025-03-25T22:13:17.561Z Downloaded strum_macros v0.25.3
9162025-03-25T22:13:17.565Z Downloaded vsss-rs v3.3.4
9172025-03-25T22:13:17.568Z Downloaded value-bag v1.9.0
9182025-03-25T22:13:17.568Z Downloaded futures-channel v0.3.31
9192025-03-25T22:13:17.571Z Downloaded displaydoc v0.2.5
9202025-03-25T22:13:17.574Z Downloaded tabwriter v1.4.0
9212025-03-25T22:13:17.574Z Downloaded secrecy v0.8.0
9222025-03-25T22:13:17.578Z Downloaded strum_macros v0.24.3
9232025-03-25T22:13:17.578Z Downloaded unicode-normalization v0.1.24
9242025-03-25T22:13:17.581Z Downloaded pin-project-internal v1.1.6
9252025-03-25T22:13:17.586Z Downloaded postgres-protocol v0.6.8
9262025-03-25T22:13:17.586Z Downloaded der_derive v0.7.3
9272025-03-25T22:13:17.590Z Downloaded snafu v0.8.5
9282025-03-25T22:13:17.593Z Downloaded flate2 v1.1.0
9292025-03-25T22:13:17.598Z Downloaded serde_plain v1.0.2
9302025-03-25T22:13:17.601Z Downloaded salsa20 v0.10.2
9312025-03-25T22:13:17.601Z Downloaded derive_builder v0.20.2
9322025-03-25T22:13:17.605Z Downloaded new_debug_unreachable v1.0.6
9332025-03-25T22:13:17.609Z Downloaded take_mut v0.2.2
9342025-03-25T22:13:17.609Z Downloaded phf_generator v0.11.2
9352025-03-25T22:13:17.609Z Downloaded qorb v0.2.1
9362025-03-25T22:13:17.612Z Downloaded phf_shared v0.10.0
9372025-03-25T22:13:17.615Z Downloaded unicode-truncate v1.1.0
9382025-03-25T22:13:17.615Z Downloaded olpc-cjson v0.1.4
9392025-03-25T22:13:17.615Z Downloaded dirs-next v2.0.0
9402025-03-25T22:13:17.619Z Downloaded num-rational v0.4.2
9412025-03-25T22:13:17.619Z Downloaded tough v0.19.0
9422025-03-25T22:13:17.626Z Downloaded typify v0.3.0
9432025-03-25T22:13:17.630Z Downloaded phf_shared v0.11.2
9442025-03-25T22:13:17.633Z Downloaded uuid v1.15.1
9452025-03-25T22:13:17.636Z Downloaded rustls-pki-types v1.10.0
9462025-03-25T22:13:17.639Z Downloaded tinystr v0.7.6
9472025-03-25T22:13:17.640Z Downloaded scrypt v0.11.0
9482025-03-25T22:13:17.643Z Downloaded tinyvec v1.8.0
9492025-03-25T22:13:17.643Z Downloaded darling_core v0.20.10
9502025-03-25T22:13:17.647Z Downloaded derive-where v1.2.7
9512025-03-25T22:13:17.650Z Downloaded pin-project v1.1.6
9522025-03-25T22:13:17.662Z Downloaded ron v0.7.1
9532025-03-25T22:13:17.668Z Downloaded futures-sink v0.3.31
9542025-03-25T22:13:17.672Z Downloaded scopeguard v1.2.0
9552025-03-25T22:13:17.672Z Downloaded thiserror-no-std v2.0.2
9562025-03-25T22:13:17.672Z Downloaded serde_path_to_error v0.1.16
9572025-03-25T22:13:17.675Z Downloaded half v2.4.1
9582025-03-25T22:13:17.678Z Downloaded num-traits v0.2.19
9592025-03-25T22:13:17.678Z Downloaded ed25519-dalek v2.1.1
9602025-03-25T22:13:17.681Z Downloaded futures-io v0.3.31
9612025-03-25T22:13:17.684Z Downloaded thread_local v1.1.8
9622025-03-25T22:13:17.684Z Downloaded whoami v1.5.2
9632025-03-25T22:13:17.688Z Downloaded vte v0.11.1
9642025-03-25T22:13:17.688Z Downloaded aws-lc-rs v1.12.4
9652025-03-25T22:13:17.696Z Downloaded serde_derive_internals v0.29.1
9662025-03-25T22:13:17.699Z Downloaded flagset v0.4.6
9672025-03-25T22:13:17.699Z Downloaded postgres-types v0.2.9
9682025-03-25T22:13:17.703Z Downloaded toml_edit v0.19.15
9692025-03-25T22:13:17.717Z Downloaded tracing-core v0.1.32
9702025-03-25T22:13:17.720Z Downloaded fatfs v0.3.6
9712025-03-25T22:13:17.724Z Downloaded unicode-properties v0.1.3
9722025-03-25T22:13:17.727Z Downloaded zopfli v0.8.1
9732025-03-25T22:13:17.727Z Downloaded yansi v1.0.1
9742025-03-25T22:13:17.730Z Downloaded rsa v0.9.6
9752025-03-25T22:13:17.734Z Downloaded pretty_assertions v1.4.1
9762025-03-25T22:13:17.737Z Downloaded nom v7.1.3
9772025-03-25T22:13:17.741Z Downloaded futures v0.3.31
9782025-03-25T22:13:17.746Z Downloaded vergen v8.3.2
9792025-03-25T22:13:17.749Z Downloaded zip v2.1.3
9802025-03-25T22:13:17.752Z Downloaded der v0.7.9
9812025-03-25T22:13:17.757Z Downloaded chrono v0.4.40
9822025-03-25T22:13:17.765Z Downloaded dropshot_endpoint v0.16.0
9832025-03-25T22:13:17.768Z Downloaded portable-atomic v1.9.0
9842025-03-25T22:13:17.775Z Downloaded rcgen v0.12.1
9852025-03-25T22:13:17.779Z Downloaded parse-zoneinfo v0.3.1
9862025-03-25T22:13:17.782Z Downloaded samael v0.0.18
9872025-03-25T22:13:17.786Z Downloaded time v0.3.36
9882025-03-25T22:13:17.793Z Downloaded serde_with v3.12.0
9892025-03-25T22:13:17.801Z Downloaded salty v0.3.0
9902025-03-25T22:13:17.808Z Downloaded unicode-segmentation v1.12.0
9912025-03-25T22:13:17.811Z Downloaded quinn-proto v0.11.8
9922025-03-25T22:13:17.817Z Downloaded url v2.5.3
9932025-03-25T22:13:17.820Z Downloaded fixedbitset v0.5.7
9942025-03-25T22:13:17.824Z Downloaded rand v0.8.5
9952025-03-25T22:13:17.827Z Downloaded ron v0.8.1
9962025-03-25T22:13:17.831Z Downloaded hashbrown v0.12.3
9972025-03-25T22:13:17.835Z Downloaded rayon-core v1.12.1
9982025-03-25T22:13:17.838Z Downloaded regex v1.11.1
9992025-03-25T22:13:17.852Z Downloaded tabled v0.18.0
10002025-03-25T22:13:17.868Z Downloaded sqlparser v0.45.0
10012025-03-25T22:13:17.874Z Downloaded newtype-uuid v1.2.1
10022025-03-25T22:13:17.877Z Downloaded zip v0.6.6
10032025-03-25T22:13:17.880Z Downloaded reqwest v0.12.12
10042025-03-25T22:13:17.887Z Downloaded h2 v0.4.6
10052025-03-25T22:13:17.894Z Downloaded p384 v0.13.0
10062025-03-25T22:13:17.900Z Downloaded unicode-width v0.2.0
10072025-03-25T22:13:17.906Z Downloaded git2 v0.19.0
10082025-03-25T22:13:17.915Z Downloaded winnow v0.5.40
10092025-03-25T22:13:17.923Z Downloaded rustls v0.21.12
10102025-03-25T22:13:17.936Z Downloaded dropshot v0.12.0
10112025-03-25T22:13:17.953Z Downloaded webpki-roots v0.26.6
10122025-03-25T22:13:17.957Z Downloaded petname v2.0.2
10132025-03-25T22:13:17.963Z Downloaded polar-core v0.27.3
10142025-03-25T22:13:17.972Z Downloaded zerocopy v0.8.10
10152025-03-25T22:13:17.995Z Downloaded rayon v1.10.0
10162025-03-25T22:13:18.004Z Downloaded smoltcp v0.9.1
10172025-03-25T22:13:18.014Z Downloaded reedline v0.38.0
10182025-03-25T22:13:18.021Z Downloaded typify-impl v0.3.0
10192025-03-25T22:13:18.037Z Downloaded typify-impl v0.2.0
10202025-03-25T22:13:18.052Z Downloaded bzip2-sys v0.1.11+1.0.8
10212025-03-25T22:13:18.064Z Downloaded rustls-webpki v0.101.7
10222025-03-25T22:13:18.077Z Downloaded hickory-proto v0.24.4
10232025-03-25T22:13:18.092Z Downloaded rustls-webpki v0.102.8
10242025-03-25T22:13:18.108Z Downloaded gimli v0.31.1
10252025-03-25T22:13:18.117Z Downloaded regex-syntax v0.8.5
10262025-03-25T22:13:18.125Z Downloaded regex-syntax v0.6.29
10272025-03-25T22:13:18.133Z Downloaded radix_trie v0.2.1
10282025-03-25T22:13:18.137Z Downloaded proptest v1.6.0
10292025-03-25T22:13:18.146Z Downloaded chrono-tz v0.10.1
10302025-03-25T22:13:18.154Z Downloaded bstr v1.10.0
10312025-03-25T22:13:18.164Z Downloaded subprocess v0.2.9
10322025-03-25T22:13:18.581Z Downloaded p521 v0.13.3
10332025-03-25T22:13:18.581Z Downloaded regress v0.10.3
10342025-03-25T22:13:18.581Z Downloaded vcpkg v0.2.15
10352025-03-25T22:13:18.582Z Downloaded object v0.30.4
10362025-03-25T22:13:18.582Z Downloaded zerocopy-derive v0.6.6
10372025-03-25T22:13:18.582Z Downloaded nix v0.27.1
10382025-03-25T22:13:18.582Z Downloaded smoltcp v0.11.0
10392025-03-25T22:13:18.582Z Downloaded rustls v0.22.4
10402025-03-25T22:13:18.582Z Downloaded dropshot v0.16.0
10412025-03-25T22:13:18.582Z Downloaded nix v0.28.0
10422025-03-25T22:13:18.582Z Downloaded curve25519-dalek v4.1.3
10432025-03-25T22:13:18.582Z Downloaded sled v0.34.7
10442025-03-25T22:13:18.582Z Downloaded object v0.36.5
10452025-03-25T22:13:18.582Z Downloaded csv v1.3.1
10462025-03-25T22:13:18.582Z Downloaded petgraph v0.7.1
10472025-03-25T22:13:18.582Z Downloaded openapiv3 v2.0.0
10482025-03-25T22:13:18.582Z Downloaded nix v0.29.0
10492025-03-25T22:13:18.582Z Downloaded tokio v1.43.0
10502025-03-25T22:13:18.582Z Downloaded rustls v0.23.19
10512025-03-25T22:13:18.582Z Downloaded openssl v0.10.71
10522025-03-25T22:13:18.582Z Downloaded diesel v2.2.8
10532025-03-25T22:13:18.582Z Downloaded lalrpop v0.19.12
10542025-03-25T22:13:18.582Z Downloaded icu_properties_data v1.5.0
10552025-03-25T22:13:18.582Z Downloaded bitvec v1.0.1
10562025-03-25T22:13:18.582Z Downloaded ratatui v0.29.0
10572025-03-25T22:13:18.582Z Downloaded regex-automata v0.4.8
10582025-03-25T22:13:18.582Z Downloaded strum_macros v0.26.4
10592025-03-25T22:13:18.582Z Downloaded elliptic-curve v0.13.8
10602025-03-25T22:13:18.582Z Downloaded hashbrown v0.13.2
10612025-03-25T22:13:18.582Z Downloaded quick-xml v0.37.2
10622025-03-25T22:13:18.582Z Downloaded lzma-sys v0.1.20
10632025-03-25T22:13:18.582Z Downloaded ppv-lite86 v0.2.20
10642025-03-25T22:13:18.582Z Downloaded petgraph v0.6.5
10652025-03-25T22:13:18.595Z Downloaded prettyplease v0.2.30
10662025-03-25T22:13:18.599Z Downloaded mio v1.0.2
10672025-03-25T22:13:18.603Z Downloaded typed-path v0.9.3
10682025-03-25T22:13:19.616Z Downloaded fxhash v0.2.1
10692025-03-25T22:13:19.621Z Downloaded dropshot_endpoint v0.12.0
10702025-03-25T22:13:19.621Z Downloaded winnow v0.6.20
10712025-03-25T22:13:19.621Z Downloaded powerfmt v0.2.0
10722025-03-25T22:13:19.621Z Downloaded libz-sys v1.1.20
10732025-03-25T22:13:19.621Z Downloaded sha3 v0.10.8
10742025-03-25T22:13:19.621Z Downloaded phf v0.11.2
10752025-03-25T22:13:19.621Z Downloaded futures-util v0.3.31
10762025-03-25T22:13:19.621Z Downloaded itertools v0.13.0
10772025-03-25T22:13:19.621Z Downloaded tower v0.5.2
10782025-03-25T22:13:19.621Z Downloaded ff v0.13.0
10792025-03-25T22:13:19.621Z Downloaded rand_core v0.9.2
10802025-03-25T22:13:19.621Z Downloaded owo-colors v4.2.0
10812025-03-25T22:13:19.621Z Downloaded native-tls v0.2.12
10822025-03-25T22:13:19.621Z Downloaded aes-gcm v0.10.3
10832025-03-25T22:13:19.621Z Downloaded tungstenite v0.21.0
10842025-03-25T22:13:19.621Z Downloaded socket2 v0.5.8
10852025-03-25T22:13:19.621Z Downloaded expectorate v1.1.0
10862025-03-25T22:13:19.621Z Downloaded tokio-postgres v0.7.13
10872025-03-25T22:13:19.622Z Downloaded tokio-util v0.7.13
10882025-03-25T22:13:19.622Z Downloaded zeroize v1.8.1
10892025-03-25T22:13:19.622Z Downloaded pbkdf2 v0.12.2
10902025-03-25T22:13:19.622Z Downloaded zerocopy v0.6.6
10912025-03-25T22:13:19.622Z Downloaded yasna v0.5.2
10922025-03-25T22:13:19.622Z Downloaded twox-hash v2.1.0
10932025-03-25T22:13:19.622Z Downloaded slab v0.4.9
10942025-03-25T22:13:19.622Z Downloaded shell-words v1.1.0
10952025-03-25T22:13:19.622Z Downloaded multimap v0.10.0
10962025-03-25T22:13:19.622Z Downloaded parking_lot v0.11.2
10972025-03-25T22:13:19.622Z Downloaded itertools v0.14.0
10982025-03-25T22:13:19.622Z Downloaded num-bigint v0.4.6
10992025-03-25T22:13:19.623Z Downloaded idna v1.0.3
11002025-03-25T22:13:19.623Z Downloaded slog-scope v4.4.0
11012025-03-25T22:13:19.623Z Downloaded signal-hook v0.3.17
11022025-03-25T22:13:19.623Z Downloaded spin v0.9.8
11032025-03-25T22:13:19.623Z Downloaded getrandom v0.3.1
11042025-03-25T22:13:19.623Z Downloaded cc v1.2.15
11052025-03-25T22:13:19.623Z Downloaded nodrop v0.1.14
11062025-03-25T22:13:19.623Z Downloaded pkg-config v0.3.31
11072025-03-25T22:13:19.623Z Downloaded derive_more v0.99.19
11082025-03-25T22:13:19.623Z Downloaded steno v0.4.1
11092025-03-25T22:13:19.623Z Downloaded ref-cast-impl v1.0.23
11102025-03-25T22:13:19.623Z Downloaded parking_lot v0.12.3
11112025-03-25T22:13:19.623Z Downloaded debug-ignore v1.0.5
11122025-03-25T22:13:19.623Z Downloaded walkdir v2.5.0
11132025-03-25T22:13:19.623Z Downloaded slog-stdlog v4.1.1
11142025-03-25T22:13:19.623Z Downloaded diesel_derives v2.2.3
11152025-03-25T22:13:19.623Z Downloaded backtrace v0.3.74
11162025-03-25T22:13:19.623Z Downloaded float-ord v0.3.2
11172025-03-25T22:13:19.623Z Downloaded cookie v0.18.1
11182025-03-25T22:13:19.623Z Downloaded chacha20poly1305 v0.10.1
11192025-03-25T22:13:19.623Z Downloaded data-encoding v2.6.0
11202025-03-25T22:13:19.623Z Downloaded wyz v0.5.1
11212025-03-25T22:13:19.623Z Downloaded utf8_iter v1.0.4
11222025-03-25T22:13:19.623Z Downloaded utf-8 v0.7.6
11232025-03-25T22:13:19.623Z Downloaded encoding_rs v0.8.34
11242025-03-25T22:13:19.623Z Downloaded ring v0.17.11
11252025-03-25T22:13:19.623Z Downloaded universal-hash v0.5.1
11262025-03-25T22:13:19.623Z Downloaded topological-sort v0.2.2
11272025-03-25T22:13:19.623Z Downloaded tokio-native-tls v0.3.1
11282025-03-25T22:13:19.623Z Downloaded tap v1.0.1
11292025-03-25T22:13:19.623Z Downloaded structmeta v0.3.0
11302025-03-25T22:13:19.623Z Downloaded strip-ansi-escapes v0.2.0
11312025-03-25T22:13:19.623Z Downloaded parking_lot_core v0.8.6
11322025-03-25T22:13:19.623Z Downloaded num_threads v0.1.7
11332025-03-25T22:13:19.624Z Downloaded pkcs1 v0.7.5
11342025-03-25T22:13:19.624Z Downloaded rustc_version v0.4.1
11352025-03-25T22:13:19.624Z Downloaded num-complex v0.4.6
11362025-03-25T22:13:19.624Z Downloaded nibble_vec v0.1.0
11372025-03-25T22:13:19.624Z Downloaded crc-any v2.5.0
11382025-03-25T22:13:19.624Z Downloaded clang-sys v1.8.1
11392025-03-25T22:13:19.624Z Downloaded backoff v0.4.0
11402025-03-25T22:13:19.624Z Downloaded paste v1.0.15
11412025-03-25T22:13:19.624Z Downloaded pem v3.0.5
11422025-03-25T22:13:19.624Z Downloaded signature v2.2.0
11432025-03-25T22:13:19.624Z Downloaded rustc_version v0.1.7
11442025-03-25T22:13:19.624Z Downloaded russh-cryptovec v0.7.3
11452025-03-25T22:13:19.624Z Downloaded tokio-rustls v0.24.1
11462025-03-25T22:13:19.624Z Downloaded libgit2-sys v0.17.0+1.8.1
11472025-03-25T22:13:19.624Z Downloaded allocator-api2 v0.2.18
11482025-03-25T22:13:19.624Z Downloaded http v1.2.0
11492025-03-25T22:13:19.624Z Downloaded argon2 v0.5.3
11502025-03-25T22:13:19.624Z Downloaded icu_collections v1.5.0
11512025-03-25T22:13:19.624Z Downloaded hyper-util v0.1.10
11522025-03-25T22:13:19.624Z Downloaded cookie_store v0.21.1
11532025-03-25T22:13:19.624Z Downloaded ena v0.14.3
11542025-03-25T22:13:19.625Z Downloaded test-strategy v0.4.0
11552025-03-25T22:13:19.625Z Downloaded async-bb8-diesel v0.2.1
11562025-03-25T22:13:19.625Z Downloaded diesel-dtrace v0.4.2
11572025-03-25T22:13:19.625Z Downloaded smallvec v0.6.14
11582025-03-25T22:13:19.625Z Downloaded colored v2.2.0
11592025-03-25T22:13:19.625Z Downloaded heck v0.3.3
11602025-03-25T22:13:19.625Z Downloaded arc-swap v1.7.1
11612025-03-25T22:13:19.625Z Downloaded base64ct v1.6.0
11622025-03-25T22:13:19.625Z Downloaded bzip2 v0.4.4
11632025-03-25T22:13:19.625Z Downloaded ssh-encoding v0.2.0
11642025-03-25T22:13:19.625Z Downloaded tower-service v0.3.3
11652025-03-25T22:13:19.625Z Downloaded scheduled-thread-pool v0.2.7
11662025-03-25T22:13:19.625Z Downloaded rand_xorshift v0.3.0
11672025-03-25T22:13:19.625Z Downloaded indexmap v1.9.3
11682025-03-25T22:13:19.625Z Downloaded cancel-safe-futures v0.1.5
11692025-03-25T22:13:19.629Z Downloaded ahash v0.8.11
11702025-03-25T22:13:19.629Z Downloaded crc-catalog v2.4.0
11712025-03-25T22:13:19.629Z Downloaded cipher v0.4.4
11722025-03-25T22:13:19.629Z Downloaded crc v3.2.1
11732025-03-25T22:13:19.629Z Downloaded icu_normalizer v1.5.0
11742025-03-25T22:13:19.629Z Downloaded convert_case v0.4.0
11752025-03-25T22:13:19.629Z Downloaded cmake v0.1.51
11762025-03-25T22:13:19.629Z Downloaded ciborium-ll v0.2.2
11772025-03-25T22:13:19.629Z Downloaded atomic-waker v1.1.2
11782025-03-25T22:13:19.629Z Downloaded assert_matches v1.5.0
11792025-03-25T22:13:19.629Z Downloaded arrayref v0.3.9
11802025-03-25T22:13:19.629Z Downloaded crunchy v0.2.2
11812025-03-25T22:13:19.629Z Downloaded async-recursion v1.1.1
11822025-03-25T22:13:19.629Z Downloaded bb8 v0.8.5
11832025-03-25T22:13:19.629Z Downloaded lock_api v0.4.12
11842025-03-25T22:13:19.630Z Downloaded hyper-staticfile v0.10.1
11852025-03-25T22:13:19.630Z Downloaded highway v1.3.0
11862025-03-25T22:13:19.630Z Downloaded bcrypt-pbkdf v0.10.0
11872025-03-25T22:13:19.630Z Downloaded bcs v0.1.6
11882025-03-25T22:13:19.630Z Downloaded hyper-rustls v0.27.3
11892025-03-25T22:13:19.630Z Downloaded mime v0.3.17
11902025-03-25T22:13:19.630Z Downloaded libsw-core v0.3.1
11912025-03-25T22:13:19.630Z Downloaded indoc v2.0.6
11922025-03-25T22:13:19.630Z Downloaded indent_write v2.2.0
11932025-03-25T22:13:19.630Z Downloaded impl-trait-for-tuples v0.2.2
11942025-03-25T22:13:19.630Z Downloaded blake2 v0.10.6
11952025-03-25T22:13:19.630Z Downloaded atomicwrites v0.4.4
11962025-03-25T22:13:19.630Z Downloaded lru-cache v0.1.2
11972025-03-25T22:13:19.630Z Downloaded lockfree-object-pool v0.1.6
11982025-03-25T22:13:19.630Z Downloaded lazy_static v1.5.0
11992025-03-25T22:13:19.630Z Downloaded kstat-rs v0.2.4
12002025-03-25T22:13:19.630Z Downloaded ipnetwork v0.21.1
12012025-03-25T22:13:19.630Z Downloaded home v0.5.9
12022025-03-25T22:13:19.630Z Downloaded keccak v0.1.5
12032025-03-25T22:13:19.630Z Downloaded libefi-sys v0.1.0
12042025-03-25T22:13:19.630Z Downloaded aws-lc-sys v0.26.0
12052025-03-25T22:13:19.694Z Compiling serde v1.0.218
12062025-03-25T22:13:19.697Z Compiling value-bag v1.9.0
12072025-03-25T22:13:19.697Z Compiling lock_api v0.4.12
12082025-03-25T22:13:19.697Z Compiling scopeguard v1.2.0
12092025-03-25T22:13:19.697Z Compiling shlex v1.3.0
12102025-03-25T22:13:19.847Z Compiling typenum v1.17.0
12112025-03-25T22:13:19.888Z Compiling syn v2.0.98
12122025-03-25T22:13:19.902Z Compiling getrandom v0.2.15
12132025-03-25T22:13:20.002Z Compiling jobserver v0.1.32
12142025-03-25T22:13:20.192Z Compiling rand_core v0.6.4
12152025-03-25T22:13:20.345Z Compiling log v0.4.22
12162025-03-25T22:13:20.397Z Compiling generic-array v0.14.7
12172025-03-25T22:13:20.439Z Compiling cc v1.2.15
12182025-03-25T22:13:20.683Z Compiling subtle v2.6.1
12192025-03-25T22:13:20.703Z Compiling smallvec v1.14.0
12202025-03-25T22:13:20.804Z Compiling const-oid v0.9.6
12212025-03-25T22:13:20.822Z Compiling pin-project-lite v0.2.14
12222025-03-25T22:13:20.957Z Compiling rustix v0.38.37
12232025-03-25T22:13:20.993Z Compiling parking_lot_core v0.9.10
12242025-03-25T22:13:21.088Z Compiling spin v0.9.8
12252025-03-25T22:13:21.111Z Compiling signal-hook-registry v1.4.2
12262025-03-25T22:13:21.477Z Compiling futures-core v0.3.31
12272025-03-25T22:13:21.789Z Compiling mio v1.0.2
12282025-03-25T22:13:21.867Z Compiling aho-corasick v1.1.3
12292025-03-25T22:13:21.940Z Compiling parking_lot v0.12.3
12302025-03-25T22:13:22.103Z Compiling serde_json v1.0.139
12312025-03-25T22:13:22.342Z Compiling either v1.14.0
12322025-03-25T22:13:22.451Z Compiling regex-syntax v0.8.5
12332025-03-25T22:13:22.826Z Compiling glob v0.3.2
12342025-03-25T22:13:22.866Z Compiling stable_deref_trait v1.2.0
12352025-03-25T22:13:22.975Z Compiling socket2 v0.5.8
12362025-03-25T22:13:22.996Z Compiling cpufeatures v0.2.14
12372025-03-25T22:13:23.025Z Compiling futures-sink v0.3.31
12382025-03-25T22:13:23.113Z Compiling libm v0.2.8
12392025-03-25T22:13:23.198Z Compiling prettyplease v0.2.30
12402025-03-25T22:13:23.504Z Compiling lazy_static v1.5.0
12412025-03-25T22:13:23.594Z Compiling slab v0.4.9
12422025-03-25T22:13:23.650Z Compiling num-traits v0.2.19
12432025-03-25T22:13:23.696Z Compiling clang-sys v1.8.1
12442025-03-25T22:13:23.863Z Compiling minimal-lexical v0.2.1
12452025-03-25T22:13:24.252Z Compiling nom v7.1.3
12462025-03-25T22:13:24.363Z Compiling libloading v0.8.5
12472025-03-25T22:13:24.482Z Compiling getrandom v0.3.1
12482025-03-25T22:13:24.509Z Compiling home v0.5.9
12492025-03-25T22:13:24.752Z Compiling allocator-api2 v0.2.18
12502025-03-25T22:13:24.773Z Compiling pkg-config v0.3.31
12512025-03-25T22:13:25.225Z Compiling bindgen v0.69.5
12522025-03-25T22:13:25.447Z Compiling foldhash v0.1.3
12532025-03-25T22:13:25.748Z Compiling hashbrown v0.15.1
12542025-03-25T22:13:26.430Z Compiling regex-automata v0.4.8
12552025-03-25T22:13:26.554Z Compiling itertools v0.12.1
12562025-03-25T22:13:26.926Z Compiling lazycell v1.3.0
12572025-03-25T22:13:27.110Z Compiling rustc-hash v1.1.0
12582025-03-25T22:13:27.300Z Compiling synstructure v0.13.1
12592025-03-25T22:13:27.696Z Compiling cexpr v0.6.0
12602025-03-25T22:13:28.628Z Compiling futures-channel v0.3.31
12612025-03-25T22:13:28.684Z Compiling cmake v0.1.51
12622025-03-25T22:13:29.045Z Compiling dunce v1.0.5
12632025-03-25T22:13:29.184Z Compiling futures-io v0.3.31
12642025-03-25T22:13:29.282Z Compiling fs_extra v1.3.0
12652025-03-25T22:13:29.401Z Compiling futures-task v0.3.31
12662025-03-25T22:13:29.459Z Compiling pin-utils v0.1.0
12672025-03-25T22:13:29.517Z Compiling paste v1.0.15
12682025-03-25T22:13:29.569Z Compiling base64ct v1.6.0
12692025-03-25T22:13:29.707Z Compiling ring v0.17.11
12702025-03-25T22:13:29.811Z Compiling flagset v0.4.6
12712025-03-25T22:13:30.059Z Compiling pem-rfc7468 v0.7.0
12722025-03-25T22:13:30.098Z Compiling litemap v0.7.3
12732025-03-25T22:13:30.118Z Compiling writeable v0.5.5
12742025-03-25T22:13:30.524Z Compiling aws-lc-rs v1.12.4
12752025-03-25T22:13:30.645Z Compiling vcpkg v0.2.15
12762025-03-25T22:13:30.664Z Compiling rustls-pki-types v1.10.0
12772025-03-25T22:13:30.942Z Compiling crossbeam-utils v0.8.20
12782025-03-25T22:13:31.441Z Compiling regex v1.11.1
12792025-03-25T22:13:31.527Z Compiling icu_locid_transform_data v1.5.0
12802025-03-25T22:13:31.584Z Compiling tracing-core v0.1.32
12812025-03-25T22:13:31.643Z Compiling untrusted v0.9.0
12822025-03-25T22:13:31.856Z Compiling powerfmt v0.2.0
12832025-03-25T22:13:32.227Z Compiling percent-encoding v2.3.1
12842025-03-25T22:13:32.321Z Compiling serde_derive v1.0.218
12852025-03-25T22:13:32.340Z Compiling zeroize_derive v1.4.2
12862025-03-25T22:13:32.407Z Compiling zerocopy-derive v0.7.35
12872025-03-25T22:13:32.528Z Compiling tokio-macros v2.5.0
12882025-03-25T22:13:32.769Z Compiling zerofrom-derive v0.1.4
12892025-03-25T22:13:33.656Z Compiling zeroize v1.8.1
12902025-03-25T22:13:33.931Z Compiling yoke-derive v0.7.4
12912025-03-25T22:13:34.247Z Compiling zerocopy v0.7.35
12922025-03-25T22:13:35.032Z Compiling zerovec-derive v0.10.3
12932025-03-25T22:13:35.331Z Compiling crypto-common v0.1.6
12942025-03-25T22:13:35.552Z Compiling block-buffer v0.10.4
12952025-03-25T22:13:35.641Z Compiling block-padding v0.3.3
12962025-03-25T22:13:35.804Z Compiling digest v0.10.7
12972025-03-25T22:13:35.884Z Compiling displaydoc v0.2.5
12982025-03-25T22:13:36.091Z Compiling zerofrom v0.1.4
12992025-03-25T22:13:36.268Z Compiling hmac v0.12.1
13002025-03-25T22:13:36.330Z Compiling inout v0.1.3
13012025-03-25T22:13:36.351Z Compiling thiserror-impl v1.0.69
13022025-03-25T22:13:36.471Z Compiling yoke v0.7.4
13032025-03-25T22:13:36.511Z Compiling futures-macro v0.3.31
13042025-03-25T22:13:36.582Z Compiling cipher v0.4.4
13052025-03-25T22:13:36.860Z Compiling sha2 v0.10.8
13062025-03-25T22:13:37.133Z Compiling der_derive v0.7.3
13072025-03-25T22:13:37.396Z Compiling icu_provider_macros v1.5.0
13082025-03-25T22:13:37.428Z Compiling zerovec v0.10.4
13092025-03-25T22:13:37.964Z Compiling salsa20 v0.10.2
13102025-03-25T22:13:38.211Z Compiling pbkdf2 v0.12.2
13112025-03-25T22:13:38.350Z Compiling futures-util v0.3.31
13122025-03-25T22:13:38.408Z Compiling ppv-lite86 v0.2.20
13132025-03-25T22:13:38.450Z Compiling scrypt v0.11.0
13142025-03-25T22:13:38.959Z Compiling aes v0.8.4
13152025-03-25T22:13:39.151Z Compiling tinystr v0.7.6
13162025-03-25T22:13:39.280Z Compiling thiserror v1.0.69
13172025-03-25T22:13:39.326Z Compiling der v0.7.9
13182025-03-25T22:13:39.398Z Compiling icu_collections v1.5.0
13192025-03-25T22:13:39.446Z Compiling icu_locid v1.5.0
13202025-03-25T22:13:39.519Z Compiling pest v2.7.14
13212025-03-25T22:13:40.396Z Compiling cbc v0.1.2
13222025-03-25T22:13:40.645Z Compiling icu_provider v1.5.0
13232025-03-25T22:13:40.662Z Compiling openssl-sys v0.9.106
13242025-03-25T22:13:41.415Z Compiling spki v0.7.3
13252025-03-25T22:13:41.610Z Compiling icu_locid_transform v1.5.0
13262025-03-25T22:13:41.630Z Compiling tracing-attributes v0.1.27
13272025-03-25T22:13:41.792Z Compiling untrusted v0.7.1
13282025-03-25T22:13:41.813Z Compiling icu_properties_data v1.5.0
13292025-03-25T22:13:42.002Z Compiling httparse v1.9.5
13302025-03-25T22:13:42.073Z Compiling num-conv v0.1.0
13312025-03-25T22:13:42.207Z Compiling iana-time-zone v0.1.61
13322025-03-25T22:13:42.371Z Compiling time-core v0.1.2
13332025-03-25T22:13:42.572Z Compiling time-macros v0.2.18
13342025-03-25T22:13:42.600Z Compiling pest_meta v2.7.14
13352025-03-25T22:13:42.748Z Compiling pkcs5 v0.7.1
13362025-03-25T22:13:43.732Z Compiling icu_properties v1.5.1
13372025-03-25T22:13:43.825Z Compiling scroll_derive v0.12.0
13382025-03-25T22:13:43.904Z Compiling deranged v0.3.11
13392025-03-25T22:13:44.874Z Compiling bytes v1.10.1
13402025-03-25T22:13:45.063Z Compiling bitflags v2.6.0
13412025-03-25T22:13:45.314Z Compiling semver v1.0.25
13422025-03-25T22:13:45.539Z Compiling indexmap v2.7.1
13432025-03-25T22:13:46.009Z Compiling tokio v1.43.0
13442025-03-25T22:13:46.277Z Compiling http v1.2.0
13452025-03-25T22:13:46.767Z Compiling rustc_version v0.4.1
13462025-03-25T22:13:46.886Z Compiling uuid v1.15.1
13472025-03-25T22:13:47.135Z Compiling tracing v0.1.40
13482025-03-25T22:13:47.462Z Compiling chrono v0.4.40
13492025-03-25T22:13:48.099Z Compiling utf16_iter v1.0.5
13502025-03-25T22:13:48.318Z Compiling write16 v1.0.0
13512025-03-25T22:13:48.338Z Compiling num_threads v0.1.7
13522025-03-25T22:13:48.473Z Compiling zerocopy v0.8.10
13532025-03-25T22:13:48.493Z Compiling utf8_iter v1.0.4
13542025-03-25T22:13:48.499Z Compiling atomic-waker v1.1.2
13552025-03-25T22:13:48.531Z Compiling icu_normalizer_data v1.5.0
13562025-03-25T22:13:48.641Z Compiling time v0.3.36
13572025-03-25T22:13:48.675Z Compiling http-body v1.0.1
13582025-03-25T22:13:48.768Z Compiling icu_normalizer v1.5.0
13592025-03-25T22:13:48.790Z Compiling scroll v0.12.0
13602025-03-25T22:13:48.908Z Compiling pest_generator v2.7.14
13612025-03-25T22:13:49.313Z Compiling which v4.4.2
13622025-03-25T22:13:49.408Z Compiling pkcs8 v0.10.2
13632025-03-25T22:13:50.227Z Compiling zerocopy-derive v0.8.10
13642025-03-25T22:13:50.471Z Compiling serde_derive_internals v0.29.1
13652025-03-25T22:13:50.706Z Compiling tinyvec_macros v0.1.1
13662025-03-25T22:13:50.744Z Compiling try-lock v0.2.5
13672025-03-25T22:13:50.764Z Compiling slog v2.7.0
13682025-03-25T22:13:50.815Z Compiling schemars v0.8.22
13692025-03-25T22:13:50.905Z Compiling want v0.3.1
13702025-03-25T22:13:51.174Z Compiling tinyvec v1.8.0
13712025-03-25T22:13:51.226Z Compiling pest_derive v2.7.14
13722025-03-25T22:13:51.348Z Compiling goblin v0.8.2
13732025-03-25T22:13:52.023Z Compiling idna_adapter v1.2.0
13742025-03-25T22:13:52.256Z Compiling form_urlencoded v1.2.1
13752025-03-25T22:13:52.570Z Compiling foreign-types-shared v0.1.1
13762025-03-25T22:13:52.691Z Compiling httpdate v1.0.3
13772025-03-25T22:13:52.691Z Compiling schemars_derive v0.8.22
13782025-03-25T22:13:52.726Z Compiling openssl v0.10.71
13792025-03-25T22:13:53.125Z Compiling tower-service v0.3.3
13802025-03-25T22:13:53.170Z Compiling adler2 v2.0.0
13812025-03-25T22:13:53.221Z Compiling rustversion v1.0.17
13822025-03-25T22:13:53.259Z Compiling dyn-clone v1.0.19
13832025-03-25T22:13:53.376Z Compiling miniz_oxide v0.8.5
13842025-03-25T22:13:53.513Z Compiling foreign-types v0.3.2
13852025-03-25T22:13:53.621Z Compiling idna v1.0.3
13862025-03-25T22:13:53.991Z Compiling dtrace-parser v0.2.0
13872025-03-25T22:13:54.899Z Compiling tokio-util v0.7.13
13882025-03-25T22:13:55.811Z Compiling h2 v0.4.6
13892025-03-25T22:13:55.858Z Compiling rand_core v0.9.2
13902025-03-25T22:13:55.906Z Compiling serde_tokenstream v0.2.2
13912025-03-25T22:13:56.136Z Compiling serde_spanned v0.6.8
13922025-03-25T22:13:56.295Z Compiling toml_datetime v0.6.8
13932025-03-25T22:13:56.494Z Compiling openssl-macros v0.1.1
13942025-03-25T22:13:56.760Z Compiling bzip2-sys v0.1.11+1.0.8
13952025-03-25T22:13:57.257Z Compiling dof v0.3.0
13962025-03-25T22:13:57.303Z Compiling syn v1.0.109
13972025-03-25T22:13:57.651Z Compiling base64 v0.22.1
13982025-03-25T22:13:57.875Z Compiling native-tls v0.2.12
13992025-03-25T22:13:58.237Z Compiling rustls v0.23.19
14002025-03-25T22:13:58.359Z Compiling siphasher v0.3.11
14012025-03-25T22:13:58.569Z Compiling usdt-impl v0.5.0
14022025-03-25T22:13:59.059Z Compiling rand_chacha v0.9.0
14032025-03-25T22:13:59.847Z Compiling unicode-normalization v0.1.24
14042025-03-25T22:14:00.167Z Compiling crossbeam-epoch v0.9.18
14052025-03-25T22:14:00.197Z Compiling heapless v0.7.17
14062025-03-25T22:14:00.337Z Compiling rand_chacha v0.3.1
14072025-03-25T22:14:00.641Z Compiling signature v2.2.0
14082025-03-25T22:14:00.834Z Compiling dirs-sys-next v0.1.2
14092025-03-25T22:14:00.901Z Compiling cookie v0.18.1
14102025-03-25T22:14:00.966Z Compiling crc32fast v1.4.2
14112025-03-25T22:14:01.069Z Compiling signal-hook v0.3.17
14122025-03-25T22:14:01.210Z Compiling rustls v0.22.4
14132025-03-25T22:14:01.289Z Compiling unicode-bidi v0.3.17
14142025-03-25T22:14:01.362Z Compiling unicode-properties v0.1.3
14152025-03-25T22:14:01.362Z Compiling rayon-core v1.12.1
14162025-03-25T22:14:01.506Z Compiling openssl-probe v0.1.5
14172025-03-25T22:14:01.821Z Compiling dirs-next v2.0.0
14182025-03-25T22:14:01.824Z Compiling rand v0.8.5
14192025-03-25T22:14:01.949Z Compiling crossbeam-deque v0.8.5
14202025-03-25T22:14:02.020Z Compiling stringprep v0.1.5
14212025-03-25T22:14:02.468Z Compiling rand v0.9.0
14222025-03-25T22:14:02.782Z Compiling url v2.5.3
14232025-03-25T22:14:03.078Z Compiling hyper v1.6.0
14242025-03-25T22:14:03.923Z Compiling http-body-util v0.1.2
14252025-03-25T22:14:04.200Z Compiling curve25519-dalek v4.1.3
14262025-03-25T22:14:04.445Z Compiling md-5 v0.10.6
14272025-03-25T22:14:04.729Z Compiling async-trait v0.1.87
14282025-03-25T22:14:04.909Z Compiling num-integer v0.1.46
14292025-03-25T22:14:05.085Z Compiling ff v0.13.0
14302025-03-25T22:14:05.326Z Compiling hash32 v0.2.1
14312025-03-25T22:14:05.649Z Compiling hyper-util v0.1.10
14322025-03-25T22:14:05.669Z Compiling thread_local v1.1.8
14332025-03-25T22:14:05.708Z Compiling multer v3.1.0
14342025-03-25T22:14:06.034Z Compiling memoffset v0.9.1
14352025-03-25T22:14:06.146Z Compiling encoding_rs v0.8.34
14362025-03-25T22:14:06.368Z Compiling match_cfg v0.1.0
14372025-03-25T22:14:06.485Z Compiling litrs v0.4.1
14382025-03-25T22:14:06.506Z Compiling base16ct v0.2.0
14392025-03-25T22:14:06.593Z Compiling gimli v0.31.1
14402025-03-25T22:14:06.810Z Compiling slog-async v2.8.0
14412025-03-25T22:14:07.103Z Compiling fallible-iterator v0.2.0
14422025-03-25T22:14:07.301Z Compiling num-bigint-dig v0.8.4
14432025-03-25T22:14:07.609Z Compiling portable-atomic v1.9.0
14442025-03-25T22:14:07.640Z Compiling newtype-uuid v1.2.1
14452025-03-25T22:14:07.761Z Compiling psl-types v2.0.11
14462025-03-25T22:14:07.952Z Compiling cfg_aliases v0.2.1
14472025-03-25T22:14:07.973Z Compiling mime v0.3.17
14482025-03-25T22:14:08.069Z Compiling smoltcp v0.9.1
14492025-03-25T22:14:08.486Z Compiling nix v0.29.0
14502025-03-25T22:14:08.562Z Compiling publicsuffix v2.3.0
14512025-03-25T22:14:08.655Z Compiling postgres-protocol v0.6.8
14522025-03-25T22:14:08.731Z Compiling toml_edit v0.22.24
14532025-03-25T22:14:08.906Z Compiling document-features v0.2.10
14542025-03-25T22:14:09.370Z Compiling sec1 v0.7.3
14552025-03-25T22:14:09.899Z Compiling hostname v0.3.1
14562025-03-25T22:14:10.113Z Compiling num-iter v0.1.45
14572025-03-25T22:14:10.139Z Compiling group v0.13.0
14582025-03-25T22:14:10.308Z Compiling tokio-native-tls v0.3.1
14592025-03-25T22:14:10.328Z Compiling bzip2 v0.4.4
14602025-03-25T22:14:10.601Z Compiling term v0.7.0
14612025-03-25T22:14:10.699Z Compiling addr2line v0.24.2
14622025-03-25T22:14:11.389Z Compiling flate2 v1.1.0
14632025-03-25T22:14:11.876Z Compiling usdt-attr-macro v0.5.0
14642025-03-25T22:14:11.972Z Compiling usdt-macro v0.5.0
14652025-03-25T22:14:12.123Z Compiling phf_shared v0.11.2
14662025-03-25T22:14:12.230Z Compiling ipnetwork v0.21.1
14672025-03-25T22:14:12.275Z Compiling slog-json v2.6.1
14682025-03-25T22:14:12.519Z Compiling serde_urlencoded v0.7.1
14692025-03-25T22:14:12.663Z Compiling terminal_size v0.4.0
14702025-03-25T22:14:12.874Z Compiling crossbeam-channel v0.5.13
14712025-03-25T22:14:13.027Z Compiling futures-executor v0.3.31
14722025-03-25T22:14:13.050Z Compiling hkdf v0.12.4
14732025-03-25T22:14:13.324Z Compiling crypto-bigint v0.5.5
14742025-03-25T22:14:13.356Z Compiling zerocopy-derive v0.6.6
14752025-03-25T22:14:13.409Z Compiling curve25519-dalek-derive v0.1.1
14762025-03-25T22:14:13.481Z Compiling async-stream-impl v0.3.6
14772025-03-25T22:14:13.898Z Compiling rustls-pemfile v2.2.0
14782025-03-25T22:14:14.242Z Compiling webpki-roots v0.26.6
14792025-03-25T22:14:14.468Z Compiling sync_wrapper v1.0.1
14802025-03-25T22:14:14.631Z Compiling is-terminal v0.4.13
14812025-03-25T22:14:14.634Z Compiling hubpack_derive v0.1.1
14822025-03-25T22:14:14.696Z Compiling object v0.36.5
14832025-03-25T22:14:14.766Z Compiling fs-err v2.11.0
14842025-03-25T22:14:14.812Z Compiling ahash v0.8.11
14852025-03-25T22:14:15.106Z Compiling dropshot v0.12.0
14862025-03-25T22:14:15.167Z Compiling winnow v0.5.40
14872025-03-25T22:14:15.244Z Compiling tower-layer v0.3.3
14882025-03-25T22:14:15.447Z Compiling zip v2.1.3
14892025-03-25T22:14:15.501Z Compiling simd-adler32 v0.3.7
14902025-03-25T22:14:15.528Z Compiling anyhow v1.0.97
14912025-03-25T22:14:15.765Z Compiling bumpalo v3.16.0
14922025-03-25T22:14:15.864Z Compiling ipnet v2.11.0
14932025-03-25T22:14:16.025Z Compiling unicode-width v0.2.0
14942025-03-25T22:14:16.111Z Compiling buf-list v1.0.3
14952025-03-25T22:14:16.230Z Compiling managed v0.8.0
14962025-03-25T22:14:16.537Z Compiling lockfree-object-pool v0.1.6
14972025-03-25T22:14:16.695Z Compiling take_mut v0.2.2
14982025-03-25T22:14:16.764Z Compiling rustc-demangle v0.1.24
14992025-03-25T22:14:16.848Z Compiling zopfli v0.8.1
15002025-03-25T22:14:16.959Z Compiling clap_builder v4.5.32
15012025-03-25T22:14:17.930Z Compiling console v0.15.10
15022025-03-25T22:14:18.426Z Compiling toml_edit v0.19.15
15032025-03-25T22:14:18.679Z Compiling elliptic-curve v0.13.8
15042025-03-25T22:14:19.279Z Compiling strum_macros v0.25.3
15052025-03-25T22:14:19.532Z Compiling hubpack v0.1.2
15062025-03-25T22:14:19.627Z Compiling tower v0.5.2
15072025-03-25T22:14:19.734Z Compiling zerocopy v0.6.6
15082025-03-25T22:14:20.425Z Compiling slog-term v2.9.1
15092025-03-25T22:14:20.469Z Compiling usdt v0.5.0
15102025-03-25T22:14:20.957Z Compiling async-stream v0.3.6
15112025-03-25T22:14:21.257Z Compiling futures v0.3.31
15122025-03-25T22:14:21.382Z Compiling backtrace v0.3.74
15132025-03-25T22:14:21.546Z Compiling oxnet v0.1.1
15142025-03-25T22:14:21.947Z Compiling slog-bunyan v2.5.0
15152025-03-25T22:14:22.203Z Compiling phf v0.11.2
15162025-03-25T22:14:22.293Z Compiling toml v0.8.20
15172025-03-25T22:14:22.445Z Compiling signal-hook-mio v0.2.4
15182025-03-25T22:14:22.646Z Compiling cookie_store v0.21.1
15192025-03-25T22:14:22.863Z Compiling rayon v1.10.0
15202025-03-25T22:14:23.775Z Compiling hyper-tls v0.6.0
15212025-03-25T22:14:24.370Z Compiling postgres-types v0.2.9
15222025-03-25T22:14:25.226Z Compiling camino v1.1.9
15232025-03-25T22:14:25.483Z Compiling ed25519 v2.2.3
15242025-03-25T22:14:25.676Z Compiling phf_shared v0.10.0
15252025-03-25T22:14:25.934Z Compiling dropshot_endpoint v0.12.0
15262025-03-25T22:14:26.039Z Compiling pkcs1 v0.7.5
15272025-03-25T22:14:26.060Z Compiling enum-as-inner v0.6.1
15282025-03-25T22:14:26.932Z Compiling clap_derive v4.5.32
15292025-03-25T22:14:27.099Z Compiling waitgroup v0.1.2
15302025-03-25T22:14:27.119Z Compiling openapiv3 v2.0.0
15312025-03-25T22:14:27.325Z Compiling serde_path_to_error v0.1.16
15322025-03-25T22:14:27.349Z Compiling serde-big-array v0.5.1
15332025-03-25T22:14:27.587Z Compiling rfc6979 v0.4.0
15342025-03-25T22:14:27.789Z Compiling sha1 v0.10.6
15352025-03-25T22:14:28.079Z Compiling daft-derive v0.1.2
15362025-03-25T22:14:28.215Z Compiling serde_repr v0.1.19
15372025-03-25T22:14:28.236Z Compiling bstr v1.10.0
15382025-03-25T22:14:29.331Z Compiling float-cmp v0.10.0
15392025-03-25T22:14:29.568Z Compiling hostname v0.4.0
15402025-03-25T22:14:29.649Z Compiling unicode-segmentation v1.12.0
15412025-03-25T22:14:29.781Z Compiling static_assertions v1.1.0
15422025-03-25T22:14:29.802Z Compiling predicates-core v1.0.8
15432025-03-25T22:14:29.893Z Compiling normalize-line-endings v0.3.0
15442025-03-25T22:14:29.968Z Compiling debug-ignore v1.0.5
15452025-03-25T22:14:30.031Z Compiling precomputed-hash v0.1.1
15462025-03-25T22:14:30.134Z Compiling whoami v1.5.2
15472025-03-25T22:14:30.156Z Compiling difflib v0.4.0
15482025-03-25T22:14:30.177Z Compiling number_prefix v0.4.0
15492025-03-25T22:14:30.414Z Compiling new_debug_unreachable v1.0.6
15502025-03-25T22:14:30.514Z Compiling data-encoding v2.6.0
15512025-03-25T22:14:30.534Z Compiling fixedbitset v0.4.2
15522025-03-25T22:14:30.669Z Compiling predicates v3.1.3
15532025-03-25T22:14:30.990Z Compiling petgraph v0.6.5
15542025-03-25T22:14:31.085Z Compiling string_cache v0.8.7
15552025-03-25T22:14:31.433Z Compiling clap v4.5.32
15562025-03-25T22:14:31.489Z Compiling hickory-proto v0.24.4
15572025-03-25T22:14:31.516Z Compiling tokio-postgres v0.7.13
15582025-03-25T22:14:31.560Z Compiling indicatif v0.17.11
15592025-03-25T22:14:32.168Z Compiling similar v2.7.0
15602025-03-25T22:14:32.462Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15612025-03-25T22:14:33.592Z Compiling daft v0.1.2
15622025-03-25T22:14:34.084Z Compiling ecdsa v0.16.9
15632025-03-25T22:14:34.272Z Compiling rsa v0.9.6
15642025-03-25T22:14:34.597Z Compiling ed25519-dalek v2.1.1
15652025-03-25T22:14:35.863Z Compiling crossterm v0.28.1
15662025-03-25T22:14:37.706Z Compiling toml v0.7.8
15672025-03-25T22:14:38.627Z Compiling zip v0.6.6
15682025-03-25T22:14:38.780Z Compiling tokio-stream v0.1.17
15692025-03-25T22:14:39.077Z Compiling hex v0.4.3
15702025-03-25T22:14:39.093Z Compiling x509-cert v0.2.5
15712025-03-25T22:14:39.645Z Compiling itertools v0.10.5
15722025-03-25T22:14:39.710Z Compiling lalrpop-util v0.19.12
15732025-03-25T22:14:39.896Z Compiling unicode-xid v0.2.6
15742025-03-25T22:14:40.072Z Compiling peg-runtime v0.8.5
15752025-03-25T22:14:40.102Z Compiling strum_macros v0.26.4
15762025-03-25T22:14:40.281Z Compiling xattr v1.3.1
15772025-03-25T22:14:40.337Z Compiling filetime v0.2.25
15782025-03-25T22:14:40.558Z Compiling tar v0.4.44
15792025-03-25T22:14:44.590Z Compiling strum v0.26.3
15802025-03-25T22:14:47.454Z Compiling aws-lc-sys v0.26.0
15812025-03-25T22:15:18.222Z Compiling rustls-webpki v0.102.8
15822025-03-25T22:15:21.446Z Compiling tokio-rustls v0.25.0
15832025-03-25T22:15:23.031Z Compiling tokio-rustls v0.26.0
15842025-03-25T22:15:23.333Z Compiling hyper-rustls v0.27.3
15852025-03-25T22:15:23.629Z Compiling reqwest v0.12.12
15862025-03-25T22:15:27.385Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15872025-03-25T22:15:27.654Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15882025-03-25T22:15:32.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s
15892025-03-25T22:15:32.271Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15902025-03-25T22:15:32.322ZMar 25 22:15:31.294 INFO Starting download, target: Clickhouse
15912025-03-25T22:15:32.322ZMar 25 22:15:31.294 INFO Starting download, target: Cockroach
15922025-03-25T22:15:32.322ZMar 25 22:15:31.294 INFO Starting download, target: Console
15932025-03-25T22:15:32.322ZMar 25 22:15:31.294 INFO Starting download, target: DendriteOpenapi
15942025-03-25T22:15:32.322ZMar 25 22:15:31.294 INFO Starting download, target: DendriteStub
15952025-03-25T22:15:32.326ZMar 25 22:15:31.294 INFO Starting download, target: MaghemiteMgd
15962025-03-25T22:15:32.326ZMar 25 22:15:31.294 INFO Starting download, target: TransceiverControl
15972025-03-25T22:15:32.326ZMar 25 22:15:31.295 INFO Downloading out/downloads/dpd-58f63f5721d40d1954524879d1ede6b9084c7b3b.json (attempt 1/3), target: DendriteOpenapi
15982025-03-25T22:15:32.326ZMar 25 22:15:31.295 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15992025-03-25T22:15:32.326ZMar 25 22:15:31.295 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16002025-03-25T22:15:32.326ZMar 25 22:15:31.295 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16012025-03-25T22:15:32.326ZMar 25 22:15:31.295 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16022025-03-25T22:15:32.326ZMar 25 22:15:31.295 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16032025-03-25T22:15:32.326ZMar 25 22:15:31.295 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16042025-03-25T22:15:32.455ZMar 25 22:15:31.426 INFO Download complete, target: DendriteOpenapi
16052025-03-25T22:15:32.761ZMar 25 22:15:31.732 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16062025-03-25T22:15:32.928ZMar 25 22:15:31.878 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16072025-03-25T22:15:33.150ZMar 25 22:15:32.118 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16082025-03-25T22:15:33.213ZMar 25 22:15:32.181 INFO Download complete, target: TransceiverControl
16092025-03-25T22:15:33.328ZMar 25 22:15:32.298 INFO Download complete, target: Console
16102025-03-25T22:15:33.371ZMar 25 22:15:32.341 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16112025-03-25T22:15:34.272ZMar 25 22:15:33.243 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16122025-03-25T22:15:34.423ZMar 25 22:15:33.394 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16132025-03-25T22:15:34.423ZMar 25 22:15:33.394 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16142025-03-25T22:15:35.953ZMar 25 22:15:34.924 INFO Download complete, target: MaghemiteMgd
16152025-03-25T22:15:36.134ZMar 25 22:15:35.105 INFO Download complete, target: DendriteStub
16162025-03-25T22:15:40.902ZMar 25 22:15:39.859 INFO Checking that binary works, target: Cockroach
16172025-03-25T22:15:41.049ZMar 25 22:15:40.017 INFO Download complete, target: Cockroach
16182025-03-25T22:15:44.999ZMar 25 22:15:43.968 INFO Checking that binary works, target: Clickhouse
16192025-03-25T22:15:45.281ZMar 25 22:15:44.252 INFO Download complete, target: Clickhouse
16202025-03-25T22:15:45.289ZAll prerequisites installed successfully
16212025-03-25T22:15:45.293Z
16222025-03-25T22:15:45.293Zreal 5:36.516222864
16232025-03-25T22:15:45.293Zuser 15:40.280015669
16242025-03-25T22:15:45.293Zsys 2:09.983678835
16252025-03-25T22:15:45.293Ztrap 0.582630217
16262025-03-25T22:15:45.293Ztflt 2.288929661
16272025-03-25T22:15:45.293Zdflt 2.195681899
16282025-03-25T22:15:45.293Zkflt 0.058966352
16292025-03-25T22:15:45.293Zlock 24:15.166574468
16302025-03-25T22:15:45.293Zslp 57:28.909419915
16312025-03-25T22:15:45.293Zlat 1:01.273641096
16322025-03-25T22:15:45.293Zstop 2:31.130334408
16332025-03-25T22:15:45.293Z+ ptime -m cargo xtask download softnpu
16342025-03-25T22:15:45.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16352025-03-25T22:15:45.887Z Running `target/debug/xtask download softnpu`
16362025-03-25T22:15:46.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
16372025-03-25T22:15:46.841Z Running `target/debug/xtask-downloader softnpu`
16382025-03-25T22:15:46.879ZMar 25 22:15:45.850 INFO Starting download, target: Softnpu
16392025-03-25T22:15:46.882ZMar 25 22:15:45.851 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16402025-03-25T22:15:47.397ZMar 25 22:15:46.368 INFO Download complete, target: Softnpu
16412025-03-25T22:15:47.401Z
16422025-03-25T22:15:47.404Zreal 2.103845917
16432025-03-25T22:15:47.404Zuser 1.367521676
16442025-03-25T22:15:47.404Zsys 0.571319549
16452025-03-25T22:15:47.404Ztrap 0.000853378
16462025-03-25T22:15:47.404Ztflt 0.000133888
16472025-03-25T22:15:47.405Zdflt 0.000176368
16482025-03-25T22:15:47.405Zkflt 0.000000000
16492025-03-25T22:15:47.405Zlock 5.629177862
16502025-03-25T22:15:47.405Zslp 0.362852372
16512025-03-25T22:15:47.405Zlat 0.070734310
16522025-03-25T22:15:47.405Zstop 0.000165054
16532025-03-25T22:15:47.405Z+ export CARGO_INCREMENTAL=0
16542025-03-25T22:15:47.405Z+ CARGO_INCREMENTAL=0
16552025-03-25T22:15:47.405Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16562025-03-25T22:15:48.402Z Compiling proc-macro2 v1.0.94
16572025-03-25T22:15:48.407Z Compiling unicode-ident v1.0.14
16582025-03-25T22:15:48.407Z Compiling libc v0.2.170
16592025-03-25T22:15:48.407Z Compiling serde v1.0.218
16602025-03-25T22:15:48.407Z Compiling autocfg v1.4.0
16612025-03-25T22:15:48.407Z Compiling cfg-if v1.0.0
16622025-03-25T22:15:48.407Z Compiling version_check v0.9.5
16632025-03-25T22:15:48.698Z Compiling memchr v2.7.4
16642025-03-25T22:15:48.774Z Compiling shlex v1.3.0
16652025-03-25T22:15:48.774Z Compiling typenum v1.17.0
16662025-03-25T22:15:49.157Z Compiling generic-array v0.14.7
16672025-03-25T22:15:49.177Z Compiling value-bag v1.9.0
16682025-03-25T22:15:49.493Z Compiling lock_api v0.4.12
16692025-03-25T22:15:49.689Z Compiling log v0.4.22
16702025-03-25T22:15:49.709Z Compiling serde_json v1.0.139
16712025-03-25T22:15:49.992Z Compiling scopeguard v1.2.0
16722025-03-25T22:15:50.027Z Compiling libm v0.2.8
16732025-03-25T22:15:50.036Z Compiling parking_lot_core v0.9.10
16742025-03-25T22:15:50.378Z Compiling quote v1.0.39
16752025-03-25T22:15:50.398Z Compiling num-traits v0.2.19
16762025-03-25T22:15:50.449Z Compiling jobserver v0.1.32
16772025-03-25T22:15:50.605Z Compiling rustix v0.38.37
16782025-03-25T22:15:50.633Z Compiling semver v1.0.25
16792025-03-25T22:15:50.684Z Compiling getrandom v0.2.15
16802025-03-25T22:15:50.723Z Compiling aho-corasick v1.1.3
16812025-03-25T22:15:50.941Z Compiling syn v2.0.98
16822025-03-25T22:15:51.049Z Compiling cc v1.2.15
16832025-03-25T22:15:51.100Z Compiling getrandom v0.3.1
16842025-03-25T22:15:51.104Z Compiling regex-syntax v0.8.5
16852025-03-25T22:15:51.137Z Compiling either v1.14.0
16862025-03-25T22:15:51.500Z Compiling itoa v1.0.11
16872025-03-25T22:15:51.520Z Compiling thiserror v1.0.69
16882025-03-25T22:15:51.537Z Compiling once_cell v1.20.3
16892025-03-25T22:15:51.906Z Compiling spin v0.9.8
16902025-03-25T22:15:52.029Z Compiling errno v0.3.9
16912025-03-25T22:15:52.103Z Compiling slab v0.4.9
16922025-03-25T22:15:52.277Z Compiling rand_core v0.6.4
16932025-03-25T22:15:52.599Z Compiling glob v0.3.2
16942025-03-25T22:15:52.740Z Compiling prettyplease v0.2.30
16952025-03-25T22:15:53.131Z Compiling lazy_static v1.5.0
16962025-03-25T22:15:53.227Z Compiling minimal-lexical v0.2.1
16972025-03-25T22:15:53.260Z Compiling smallvec v1.14.0
16982025-03-25T22:15:53.263Z Compiling clang-sys v1.8.1
16992025-03-25T22:15:53.658Z Compiling nom v7.1.3
17002025-03-25T22:15:53.750Z Compiling libloading v0.8.5
17012025-03-25T22:15:53.905Z Compiling equivalent v1.0.1
17022025-03-25T22:15:54.018Z Compiling pkg-config v0.3.31
17032025-03-25T22:15:54.043Z Compiling home v0.5.9
17042025-03-25T22:15:54.116Z Compiling bindgen v0.69.5
17052025-03-25T22:15:54.238Z Compiling allocator-api2 v0.2.18
17062025-03-25T22:15:54.260Z Compiling foldhash v0.1.3
17072025-03-25T22:15:54.598Z Compiling itertools v0.12.1
17082025-03-25T22:15:54.944Z Compiling regex-automata v0.4.8
17092025-03-25T22:15:55.024Z Compiling hashbrown v0.15.1
17102025-03-25T22:15:55.772Z Compiling rustc-hash v1.1.0
17112025-03-25T22:15:55.944Z Compiling lazycell v1.3.0
17122025-03-25T22:15:56.125Z Compiling subtle v2.6.1
17132025-03-25T22:15:56.222Z Compiling cmake v0.1.51
17142025-03-25T22:15:56.450Z Compiling dunce v1.0.5
17152025-03-25T22:15:56.592Z Compiling ryu v1.0.18
17162025-03-25T22:15:56.806Z Compiling cexpr v0.6.0
17172025-03-25T22:15:56.883Z Compiling fs_extra v1.3.0
17182025-03-25T22:15:56.957Z Compiling schemars v0.8.22
17192025-03-25T22:15:57.320Z Compiling paste v1.0.15
17202025-03-25T22:15:57.511Z Compiling pin-project-lite v0.2.14
17212025-03-25T22:15:57.531Z Compiling ring v0.17.11
17222025-03-25T22:15:57.653Z Compiling byteorder v1.5.0
17232025-03-25T22:15:58.148Z Compiling synstructure v0.13.1
17242025-03-25T22:15:58.490Z Compiling serde_derive_internals v0.29.1
17252025-03-25T22:15:59.426Z Compiling aws-lc-rs v1.12.4
17262025-03-25T22:15:59.854Z Compiling regex v1.11.1
17272025-03-25T22:16:00.610Z Compiling signal-hook-registry v1.4.2
17282025-03-25T22:16:00.649Z Compiling const-oid v0.9.6
17292025-03-25T22:16:00.716Z Compiling fnv v1.0.7
17302025-03-25T22:16:00.855Z Compiling parking_lot v0.12.3
17312025-03-25T22:16:01.893Z Compiling serde_derive v1.0.218
17322025-03-25T22:16:02.021Z Compiling zeroize_derive v1.4.2
17332025-03-25T22:16:02.190Z Compiling tokio-macros v2.5.0
17342025-03-25T22:16:02.650Z Compiling thiserror-impl v1.0.69
17352025-03-25T22:16:02.675Z Compiling zerocopy-derive v0.7.35
17362025-03-25T22:16:02.879Z Compiling zerofrom-derive v0.1.4
17372025-03-25T22:16:02.899Z Compiling yoke-derive v0.7.4
17382025-03-25T22:16:03.205Z Compiling zerovec-derive v0.10.3
17392025-03-25T22:16:03.337Z Compiling zeroize v1.8.1
17402025-03-25T22:16:03.802Z Compiling displaydoc v0.2.5
17412025-03-25T22:16:03.958Z Compiling futures-macro v0.3.31
17422025-03-25T22:16:05.141Z Compiling schemars_derive v0.8.22
17432025-03-25T22:16:05.346Z Compiling icu_provider_macros v1.5.0
17442025-03-25T22:16:05.500Z Compiling tracing-attributes v0.1.27
17452025-03-25T22:16:05.639Z Compiling crypto-common v0.1.6
17462025-03-25T22:16:05.681Z Compiling mio v1.0.2
17472025-03-25T22:16:06.240Z Compiling heck v0.5.0
17482025-03-25T22:16:06.376Z Compiling stable_deref_trait v1.2.0
17492025-03-25T22:16:06.503Z Compiling block-buffer v0.10.4
17502025-03-25T22:16:06.586Z Compiling der_derive v0.7.3
17512025-03-25T22:16:06.754Z Compiling socket2 v0.5.8
17522025-03-25T22:16:07.265Z Compiling vcpkg v0.2.15
17532025-03-25T22:16:07.796Z Compiling httparse v1.9.5
17542025-03-25T22:16:08.267Z Compiling digest v0.10.7
17552025-03-25T22:16:08.438Z Compiling crossbeam-utils v0.8.20
17562025-03-25T22:16:08.644Z Compiling openssl-sys v0.9.106
17572025-03-25T22:16:08.662Z Compiling time-core v0.1.2
17582025-03-25T22:16:08.714Z Compiling num-conv v0.1.0
17592025-03-25T22:16:08.832Z Compiling futures-core v0.3.31
17602025-03-25T22:16:08.908Z Compiling zerocopy v0.8.10
17612025-03-25T22:16:09.041Z Compiling time-macros v0.2.18
17622025-03-25T22:16:09.599Z Compiling zerocopy v0.7.35
17632025-03-25T22:16:10.160Z Compiling zerocopy-derive v0.8.10
17642025-03-25T22:16:10.993Z Compiling syn v1.0.109
17652025-03-25T22:16:11.019Z Compiling futures-sink v0.3.31
17662025-03-25T22:16:11.276Z Compiling cpufeatures v0.2.14
17672025-03-25T22:16:11.386Z Compiling iana-time-zone v0.1.61
17682025-03-25T22:16:11.571Z Compiling slog v2.7.0
17692025-03-25T22:16:12.104Z Compiling openssl v0.10.71
17702025-03-25T22:16:12.601Z Compiling hmac v0.12.1
17712025-03-25T22:16:12.660Z Compiling zerofrom v0.1.4
17722025-03-25T22:16:12.695Z Compiling yoke v0.7.4
17732025-03-25T22:16:12.736Z Compiling futures-channel v0.3.31
17742025-03-25T22:16:12.956Z Compiling block-padding v0.3.3
17752025-03-25T22:16:13.050Z Compiling scroll_derive v0.12.0
17762025-03-25T22:16:13.104Z Compiling openssl-macros v0.1.1
17772025-03-25T22:16:13.187Z Compiling futures-io v0.3.31
17782025-03-25T22:16:13.209Z Compiling ucd-trie v0.1.7
17792025-03-25T22:16:13.279Z Compiling native-tls v0.2.12
17802025-03-25T22:16:13.527Z Compiling bitflags v2.6.0
17812025-03-25T22:16:13.620Z Compiling bytes v1.10.1
17822025-03-25T22:16:13.817Z Compiling indexmap v2.7.1
17832025-03-25T22:16:14.959Z Compiling uuid v1.15.1
17842025-03-25T22:16:15.204Z Compiling tokio v1.43.0
17852025-03-25T22:16:16.256Z Compiling chrono v0.4.40
17862025-03-25T22:16:17.774Z Compiling which v4.4.2
17872025-03-25T22:16:18.621Z Compiling serde_tokenstream v0.2.2
17882025-03-25T22:16:19.207Z Compiling rustc_version v0.4.1
17892025-03-25T22:16:19.778Z Compiling pin-utils v0.1.0
17902025-03-25T22:16:19.893Z Compiling rustls v0.23.19
17912025-03-25T22:16:20.219Z Compiling futures-task v0.3.31
17922025-03-25T22:16:20.542Z Compiling dyn-clone v1.0.19
17932025-03-25T22:16:20.854Z Compiling futures-util v0.3.31
17942025-03-25T22:16:20.916Z Compiling http v1.2.0
17952025-03-25T22:16:22.498Z Compiling pest v2.7.14
17962025-03-25T22:16:22.888Z Compiling inout v0.1.3
17972025-03-25T22:16:23.159Z Compiling zerovec v0.10.4
17982025-03-25T22:16:25.498Z Compiling strsim v0.11.1
17992025-03-25T22:16:26.134Z Compiling pest_meta v2.7.14
18002025-03-25T22:16:26.264Z Compiling cipher v0.4.4
18012025-03-25T22:16:26.739Z Compiling toml_datetime v0.6.8
18022025-03-25T22:16:27.054Z Compiling serde_spanned v0.6.8
18032025-03-25T22:16:27.169Z Compiling sha2 v0.10.8
18042025-03-25T22:16:27.310Z Compiling cookie v0.18.1
18052025-03-25T22:16:27.597Z Compiling base64ct v1.6.0
18062025-03-25T22:16:27.617Z Compiling pest_generator v2.7.14
18072025-03-25T22:16:27.941Z Compiling tinystr v0.7.6
18082025-03-25T22:16:28.183Z Compiling pem-rfc7468 v0.7.0
18092025-03-25T22:16:29.286Z Compiling tracing-core v0.1.32
18102025-03-25T22:16:29.693Z Compiling flagset v0.4.6
18112025-03-25T22:16:29.925Z Compiling writeable v0.5.5
18122025-03-25T22:16:30.023Z Compiling aws-lc-sys v0.26.0
18132025-03-25T22:16:31.007Z Compiling litemap v0.7.3
18142025-03-25T22:16:31.464Z Compiling icu_locid v1.5.0
18152025-03-25T22:16:31.922Z Compiling tracing v0.1.40
18162025-03-25T22:16:33.118Z Compiling der v0.7.9
18172025-03-25T22:16:33.564Z Compiling pest_derive v2.7.14
18182025-03-25T22:16:35.738Z Compiling usdt-impl v0.5.0
18192025-03-25T22:16:36.078Z Compiling rayon-core v1.12.1
18202025-03-25T22:16:36.097Z Compiling rustls-pki-types v1.10.0
18212025-03-25T22:16:36.376Z Compiling spki v0.7.3
18222025-03-25T22:16:36.717Z Compiling icu_provider v1.5.0
18232025-03-25T22:16:37.701Z Compiling salsa20 v0.10.2
18242025-03-25T22:16:37.927Z Compiling tokio-util v0.7.13
18252025-03-25T22:16:38.274Z Compiling scroll v0.12.0
18262025-03-25T22:16:38.774Z Compiling ppv-lite86 v0.2.20
18272025-03-25T22:16:39.492Z Compiling pbkdf2 v0.12.2
18282025-03-25T22:16:39.773Z Compiling bzip2-sys v0.1.11+1.0.8
18292025-03-25T22:16:39.886Z Compiling camino v1.1.9
18302025-03-25T22:16:39.913Z Compiling anyhow v1.0.97
18312025-03-25T22:16:40.173Z Compiling icu_locid_transform_data v1.5.0
18322025-03-25T22:16:40.283Z Compiling untrusted v0.9.0
18332025-03-25T22:16:40.338Z Compiling litrs v0.4.1
18342025-03-25T22:16:40.418Z Compiling powerfmt v0.2.0
18352025-03-25T22:16:40.478Z Compiling untrusted v0.7.1
18362025-03-25T22:16:40.673Z Compiling plain v0.2.3
18372025-03-25T22:16:40.838Z Compiling rustversion v1.0.17
18382025-03-25T22:16:40.907Z Compiling percent-encoding v2.3.1
18392025-03-25T22:16:41.095Z Compiling winnow v0.5.40
18402025-03-25T22:16:41.235Z Compiling document-features v0.2.10
18412025-03-25T22:16:41.389Z Compiling goblin v0.8.2
18422025-03-25T22:16:41.504Z Compiling deranged v0.3.11
18432025-03-25T22:16:41.740Z Compiling icu_locid_transform v1.5.0
18442025-03-25T22:16:43.416Z Compiling scrypt v0.11.0
18452025-03-25T22:16:43.827Z Compiling cbc v0.1.2
18462025-03-25T22:16:43.902Z Compiling aes v0.8.4
18472025-03-25T22:16:44.077Z Compiling icu_collections v1.5.0
18482025-03-25T22:16:44.494Z Compiling toml_edit v0.19.15
18492025-03-25T22:16:48.442Z Compiling num_threads v0.1.7
18502025-03-25T22:16:48.586Z Compiling rustls v0.22.4
18512025-03-25T22:16:48.740Z Compiling icu_properties_data v1.5.0
18522025-03-25T22:16:49.012Z Compiling pretty-hex v0.4.1
18532025-03-25T22:16:49.635Z Compiling atomic-waker v1.1.2
18542025-03-25T22:16:49.722Z Compiling icu_properties v1.5.1
18552025-03-25T22:16:49.841Z Compiling time v0.3.36
18562025-03-25T22:16:50.582Z Compiling dof v0.3.0
18572025-03-25T22:16:53.855Z Compiling pkcs5 v0.7.1
18582025-03-25T22:16:55.045Z Compiling dtrace-parser v0.2.0
18592025-03-25T22:16:55.215Z Compiling http-body v1.0.1
18602025-03-25T22:16:55.495Z Compiling heapless v0.7.17
18612025-03-25T22:16:55.927Z Compiling async-trait v0.1.87
18622025-03-25T22:16:55.946Z Compiling thread-id v4.2.2
18632025-03-25T22:16:55.964Z Compiling utf16_iter v1.0.5
18642025-03-25T22:16:56.074Z Compiling write16 v1.0.0
18652025-03-25T22:16:56.227Z Compiling try-lock v0.2.5
18662025-03-25T22:16:56.378Z Compiling icu_normalizer_data v1.5.0
18672025-03-25T22:16:56.414Z Compiling utf8_iter v1.0.4
18682025-03-25T22:16:56.664Z Compiling signal-hook v0.3.17
18692025-03-25T22:16:56.871Z Compiling newtype-uuid v1.2.1
18702025-03-25T22:16:57.196Z Compiling icu_normalizer v1.5.0
18712025-03-25T22:16:59.276Z Compiling want v0.3.1
18722025-03-25T22:17:00.140Z Compiling pkcs8 v0.10.2
18732025-03-25T22:17:00.510Z Compiling h2 v0.4.6
18742025-03-25T22:17:00.742Z Compiling form_urlencoded v1.2.1
18752025-03-25T22:17:01.401Z Compiling multer v3.1.0
18762025-03-25T22:17:01.798Z Compiling httpdate v1.0.3
18772025-03-25T22:17:01.946Z Compiling adler2 v2.0.0
18782025-03-25T22:17:02.103Z Compiling tinyvec_macros v0.1.1
18792025-03-25T22:17:02.212Z Compiling slog-async v2.8.0
18802025-03-25T22:17:02.230Z Compiling tower-service v0.3.3
18812025-03-25T22:17:02.522Z Compiling tinyvec v1.8.0
18822025-03-25T22:17:02.590Z Compiling miniz_oxide v0.8.5
18832025-03-25T22:17:04.663Z Compiling idna_adapter v1.2.0
18842025-03-25T22:17:06.345Z Compiling curve25519-dalek v4.1.3
18852025-03-25T22:17:06.901Z Compiling memoffset v0.9.1
18862025-03-25T22:17:07.024Z Compiling portable-atomic v1.9.0
18872025-03-25T22:17:07.464Z Compiling smoltcp v0.9.1
18882025-03-25T22:17:07.517Z Compiling num-bigint-dig v0.8.4
18892025-03-25T22:17:07.838Z Compiling base64 v0.22.1
18902025-03-25T22:17:08.052Z Compiling foreign-types-shared v0.1.1
18912025-03-25T22:17:08.581Z Compiling foreign-types v0.3.2
18922025-03-25T22:17:08.821Z Compiling hyper v1.6.0
18932025-03-25T22:17:10.216Z Compiling rand_core v0.9.2
18942025-03-25T22:17:10.394Z Compiling idna v1.0.3
18952025-03-25T22:17:14.292Z Compiling hyper-util v0.1.10
18962025-03-25T22:17:15.711Z Compiling usdt-attr-macro v0.5.0
18972025-03-25T22:17:17.186Z Compiling usdt-macro v0.5.0
18982025-03-25T22:17:19.165Z Compiling openapiv3 v2.0.0
18992025-03-25T22:17:19.241Z Compiling async-stream-impl v0.3.6
19002025-03-25T22:17:20.265Z Compiling ident_case v1.0.1
19012025-03-25T22:17:20.360Z Compiling siphasher v0.3.11
19022025-03-25T22:17:20.435Z Compiling heck v0.4.1
19032025-03-25T22:17:20.461Z Compiling cfg_aliases v0.2.1
19042025-03-25T22:17:20.574Z Compiling nix v0.29.0
19052025-03-25T22:17:20.712Z Compiling darling_core v0.20.10
19062025-03-25T22:17:28.181Z Compiling rand_chacha v0.9.0
19072025-03-25T22:17:28.690Z Compiling unicode-normalization v0.1.24
19082025-03-25T22:17:29.160Z Compiling http-body-util v0.1.2
19092025-03-25T22:17:30.055Z Compiling crossbeam-epoch v0.9.18
19102025-03-25T22:17:32.128Z Compiling rand_chacha v0.3.1
19112025-03-25T22:17:32.992Z Compiling ipnetwork v0.21.1
19122025-03-25T22:17:33.037Z Compiling hubpack_derive v0.1.1
19132025-03-25T22:17:33.900Z Compiling signature v2.2.0
19142025-03-25T22:17:33.903Z Compiling zerocopy-derive v0.6.6
19152025-03-25T22:17:34.156Z Compiling daft-derive v0.1.2
19162025-03-25T22:17:35.556Z Compiling curve25519-dalek-derive v0.1.1
19172025-03-25T22:17:35.589Z Compiling dirs-sys-next v0.1.2
19182025-03-25T22:17:36.038Z Compiling fs-err v2.11.0
19192025-03-25T22:17:36.382Z Compiling ahash v0.8.11
19202025-03-25T22:17:36.546Z Compiling dropshot v0.12.0
19212025-03-25T22:17:36.742Z Compiling encoding_rs v0.8.34
19222025-03-25T22:17:36.858Z Compiling crc32fast v1.4.2
19232025-03-25T22:17:36.889Z Compiling anstyle v1.0.10
19242025-03-25T22:17:37.175Z Compiling zip v2.1.3
19252025-03-25T22:17:37.292Z Compiling openssl-probe v0.1.5
19262025-03-25T22:17:37.524Z Compiling mime v0.3.17
19272025-03-25T22:17:37.567Z Compiling gimli v0.31.1
19282025-03-25T22:17:38.480Z Compiling unicode-properties v0.1.3
19292025-03-25T22:17:38.569Z Compiling utf8parse v0.2.2
19302025-03-25T22:17:38.921Z Compiling unicode-bidi v0.3.17
19312025-03-25T22:17:39.274Z Compiling buf-list v1.0.3
19322025-03-25T22:17:39.817Z Compiling stringprep v0.1.5
19332025-03-25T22:17:40.655Z Compiling anstyle-parse v0.2.5
19342025-03-25T22:17:41.039Z Compiling dirs-next v2.0.0
19352025-03-25T22:17:41.233Z Compiling rand v0.8.5
19362025-03-25T22:17:43.001Z Compiling addr2line v0.24.2
19372025-03-25T22:17:43.948Z Compiling crossbeam-deque v0.8.5
19382025-03-25T22:17:44.074Z Compiling rand v0.9.0
19392025-03-25T22:17:44.307Z Compiling darling_macro v0.20.10
19402025-03-25T22:17:45.180Z Compiling url v2.5.3
19412025-03-25T22:17:46.292Z Compiling rustls-webpki v0.102.8
19422025-03-25T22:17:46.830Z Compiling serde_urlencoded v0.7.1
19432025-03-25T22:17:47.541Z Compiling rustls-pemfile v2.2.0
19442025-03-25T22:17:47.815Z Compiling md-5 v0.10.6
19452025-03-25T22:17:47.840Z Compiling num-integer v0.1.46
19462025-03-25T22:17:47.956Z Compiling hash32 v0.2.1
19472025-03-25T22:17:48.084Z Compiling ff v0.13.0
19482025-03-25T22:17:48.321Z Compiling thread_local v1.1.8
19492025-03-25T22:17:48.352Z Compiling object v0.36.5
19502025-03-25T22:17:48.765Z Compiling colorchoice v1.0.2
19512025-03-25T22:17:48.957Z Compiling match_cfg v0.1.0
19522025-03-25T22:17:49.073Z Compiling winnow v0.7.3
19532025-03-25T22:17:51.117Z Compiling base16ct v0.2.0
19542025-03-25T22:17:51.425Z Compiling rustc-demangle v0.1.24
19552025-03-25T22:17:52.268Z Compiling psl-types v2.0.11
19562025-03-25T22:17:52.774Z Compiling fallible-iterator v0.2.0
19572025-03-25T22:17:53.458Z Compiling is_terminal_polyfill v1.70.1
19582025-03-25T22:17:53.614Z Compiling anstyle-query v1.1.1
19592025-03-25T22:17:53.737Z Compiling postgres-protocol v0.6.8
19602025-03-25T22:17:53.795Z Compiling anstream v0.6.15
19612025-03-25T22:17:53.815Z Compiling publicsuffix v2.3.0
19622025-03-25T22:17:54.110Z Compiling tokio-rustls v0.26.0
19632025-03-25T22:17:54.575Z Compiling toml_edit v0.22.24
19642025-03-25T22:17:54.728Z Compiling sec1 v0.7.3
19652025-03-25T22:17:54.834Z Compiling hostname v0.3.1
19662025-03-25T22:17:55.051Z Compiling num-iter v0.1.45
19672025-03-25T22:17:55.258Z Compiling group v0.13.0
19682025-03-25T22:17:56.332Z Compiling backtrace v0.3.74
19692025-03-25T22:17:58.969Z Compiling darling v0.20.10
19702025-03-25T22:17:59.103Z Compiling bzip2 v0.4.4
19712025-03-25T22:17:59.187Z Compiling tokio-native-tls v0.3.1
19722025-03-25T22:17:59.486Z Compiling term v0.7.0
19732025-03-25T22:17:59.830Z Compiling flate2 v1.1.0
19742025-03-25T22:18:00.600Z Compiling strum_macros v0.25.3
19752025-03-25T22:18:00.690Z Compiling phf_shared v0.11.2
19762025-03-25T22:18:00.960Z Compiling slog-json v2.6.1
19772025-03-25T22:18:01.509Z Compiling crossbeam-channel v0.5.13
19782025-03-25T22:18:01.695Z Compiling webpki-roots v0.26.6
19792025-03-25T22:18:02.330Z Compiling futures-executor v0.3.31
19802025-03-25T22:18:02.468Z Compiling dropshot_endpoint v0.12.0
19812025-03-25T22:18:02.789Z Compiling terminal_size v0.4.0
19822025-03-25T22:18:03.384Z Compiling hkdf v0.12.4
19832025-03-25T22:18:03.632Z Compiling sync_wrapper v1.0.1
19842025-03-25T22:18:03.825Z Compiling clap_derive v4.5.32
19852025-03-25T22:18:03.830Z Compiling enum-as-inner v0.6.1
19862025-03-25T22:18:03.891Z Compiling crypto-bigint v0.5.5
19872025-03-25T22:18:04.862Z Compiling serde_repr v0.1.19
19882025-03-25T22:18:05.249Z Compiling regress v0.10.3
19892025-03-25T22:18:05.899Z Compiling memmap v0.7.0
19902025-03-25T22:18:06.168Z Compiling is-terminal v0.4.13
19912025-03-25T22:18:06.328Z Compiling bitflags v1.3.2
19922025-03-25T22:18:06.453Z Compiling lockfree-object-pool v0.1.6
19932025-03-25T22:18:06.728Z Compiling tower-layer v0.3.3
19942025-03-25T22:18:06.983Z Compiling take_mut v0.2.2
19952025-03-25T22:18:07.135Z Compiling simd-adler32 v0.3.7
19962025-03-25T22:18:07.161Z Compiling clap_lex v0.7.4
19972025-03-25T22:18:07.185Z Compiling ipnet v2.11.0
19982025-03-25T22:18:07.932Z Compiling managed v0.8.0
19992025-03-25T22:18:08.038Z Compiling bumpalo v3.16.0
20002025-03-25T22:18:08.480Z Compiling unicode-width v0.2.0
20012025-03-25T22:18:08.824Z Compiling zopfli v0.8.1
20022025-03-25T22:18:08.922Z Compiling typify-impl v0.2.0
20032025-03-25T22:18:09.015Z Compiling console v0.15.10
20042025-03-25T22:18:10.126Z Compiling tower v0.5.2
20052025-03-25T22:18:10.154Z Compiling clap_builder v4.5.32
20062025-03-25T22:18:11.504Z Compiling elliptic-curve v0.13.8
20072025-03-25T22:18:11.920Z Compiling slog-term v2.9.1
20082025-03-25T22:18:12.207Z Compiling usdt v0.5.0
20092025-03-25T22:18:12.895Z Compiling oxnet v0.1.1
20102025-03-25T22:18:13.136Z Compiling futures v0.3.31
20112025-03-25T22:18:13.574Z Compiling tokio-rustls v0.25.0
20122025-03-25T22:18:14.024Z Compiling hyper-rustls v0.27.3
20132025-03-25T22:18:14.920Z Compiling slog-bunyan v2.5.0
20142025-03-25T22:18:15.146Z Compiling phf v0.11.2
20152025-03-25T22:18:15.444Z Compiling hyper-tls v0.6.0
20162025-03-25T22:18:16.255Z Compiling signal-hook-mio v0.2.4
20172025-03-25T22:18:16.278Z Compiling toml v0.8.20
20182025-03-25T22:18:16.313Z Compiling rayon v1.10.0
20192025-03-25T22:18:16.447Z Compiling cookie_store v0.21.1
20202025-03-25T22:18:17.416Z Compiling postgres-types v0.2.9
20212025-03-25T22:18:17.851Z Compiling zerocopy v0.6.6
20222025-03-25T22:18:17.995Z Compiling ed25519 v2.2.3
20232025-03-25T22:18:18.310Z Compiling hubpack v0.1.2
20242025-03-25T22:18:18.579Z Compiling phf_shared v0.10.0
20252025-03-25T22:18:18.631Z Compiling async-stream v0.3.6
20262025-03-25T22:18:18.740Z Compiling pkcs1 v0.7.5
20272025-03-25T22:18:18.934Z Compiling waitgroup v0.1.2
20282025-03-25T22:18:19.371Z Compiling serde_path_to_error v0.1.16
20292025-03-25T22:18:19.577Z Compiling serde-big-array v0.5.1
20302025-03-25T22:18:19.810Z Compiling rfc6979 v0.4.0
20312025-03-25T22:18:19.833Z Compiling sha1 v0.10.6
20322025-03-25T22:18:19.897Z Compiling float-cmp v0.10.0
20332025-03-25T22:18:20.009Z Compiling bstr v1.10.0
20342025-03-25T22:18:20.113Z Compiling hostname v0.4.0
20352025-03-25T22:18:20.157Z Compiling predicates-core v1.0.8
20362025-03-25T22:18:20.214Z Compiling normalize-line-endings v0.3.0
20372025-03-25T22:18:20.445Z Compiling new_debug_unreachable v1.0.6
20382025-03-25T22:18:20.466Z Compiling precomputed-hash v0.1.1
20392025-03-25T22:18:20.469Z Compiling unicode-segmentation v1.12.0
20402025-03-25T22:18:20.556Z Compiling fixedbitset v0.4.2
20412025-03-25T22:18:20.575Z Compiling difflib v0.4.0
20422025-03-25T22:18:20.617Z Compiling whoami v1.5.2
20432025-03-25T22:18:20.944Z Compiling number_prefix v0.4.0
20442025-03-25T22:18:20.965Z Compiling debug-ignore v1.0.5
20452025-03-25T22:18:21.085Z Compiling data-encoding v2.6.0
20462025-03-25T22:18:21.134Z Compiling static_assertions v1.1.0
20472025-03-25T22:18:21.252Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20482025-03-25T22:18:21.287Z Compiling similar v2.7.0
20492025-03-25T22:18:21.408Z Compiling indicatif v0.17.11
20502025-03-25T22:18:21.590Z Compiling predicates v3.1.3
20512025-03-25T22:18:21.611Z Compiling tokio-postgres v0.7.13
20522025-03-25T22:18:22.486Z Compiling hickory-proto v0.24.4
20532025-03-25T22:18:22.884Z Compiling petgraph v0.6.5
20542025-03-25T22:18:23.062Z Compiling string_cache v0.8.7
20552025-03-25T22:18:26.993Z Compiling ecdsa v0.16.9
20562025-03-25T22:18:28.274Z Compiling rsa v0.9.6
20572025-03-25T22:18:28.482Z Compiling typify-macro v0.2.0
20582025-03-25T22:18:28.850Z Compiling ed25519-dalek v2.1.1
20592025-03-25T22:18:29.737Z Compiling reqwest v0.12.12
20602025-03-25T22:18:30.736Z Compiling crossterm v0.28.1
20612025-03-25T22:18:30.798Z Compiling daft v0.1.2
20622025-03-25T22:18:31.107Z Compiling clap v4.5.32
20632025-03-25T22:18:31.242Z Compiling zip v0.6.6
20642025-03-25T22:18:32.045Z Compiling toml v0.7.8
20652025-03-25T22:18:32.169Z Compiling tokio-stream v0.1.17
20662025-03-25T22:18:32.359Z Compiling x509-cert v0.2.5
20672025-03-25T22:18:33.353Z Compiling hex v0.4.3
20682025-03-25T22:18:33.637Z Compiling itertools v0.10.5
20692025-03-25T22:18:35.052Z Compiling lalrpop-util v0.19.12
20702025-03-25T22:18:35.699Z Compiling peg-runtime v0.8.5
20712025-03-25T22:18:36.172Z Compiling unicode-xid v0.2.6
20722025-03-25T22:18:38.621Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20732025-03-25T22:18:39.034Z Compiling proc-macro-crate v1.3.1
20742025-03-25T22:18:40.730Z Compiling macaddr v1.0.1
20752025-03-25T22:18:41.652Z Compiling itertools v0.13.0
20762025-03-25T22:18:42.275Z Compiling thiserror v2.0.12
20772025-03-25T22:18:42.316Z Compiling fastrand v2.1.1
20782025-03-25T22:18:42.865Z Compiling heapless v0.8.0
20792025-03-25T22:18:44.793Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20802025-03-25T22:18:46.485Z Compiling tempfile v3.13.0
20812025-03-25T22:18:47.954Z Compiling num_enum_derive v0.5.11
20822025-03-25T22:18:54.705Z Compiling structmeta-derive v0.3.0
20832025-03-25T22:18:54.831Z Compiling thiserror-impl v2.0.12
20842025-03-25T22:18:56.380Z Compiling hash32 v0.3.1
20852025-03-25T22:18:57.134Z Compiling smoltcp v0.11.0
20862025-03-25T22:18:58.105Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20872025-03-25T22:19:05.195Z Compiling structmeta v0.3.0
20882025-03-25T22:19:10.500Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20892025-03-25T22:19:11.404Z Compiling num_enum v0.5.11
20902025-03-25T22:19:12.086Z Compiling typify v0.2.0
20912025-03-25T22:19:12.536Z Compiling strum_macros v0.26.4
20922025-03-25T22:19:14.276Z Compiling proc-macro-error-attr v1.0.4
20932025-03-25T22:19:14.634Z Compiling cobs v0.2.3
20942025-03-25T22:19:15.451Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20952025-03-25T22:19:15.791Z Compiling unsafe-libyaml v0.2.11
20962025-03-25T22:19:17.448Z Compiling serde_yaml v0.9.34+deprecated
20972025-03-25T22:19:19.165Z Compiling strum v0.26.3
20982025-03-25T22:19:19.519Z Compiling postcard v1.0.10
20992025-03-25T22:19:22.658Z Compiling progenitor-impl v0.8.0
21002025-03-25T22:19:22.695Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21012025-03-25T22:19:32.387Z Compiling foreign-types-macros v0.2.3
21022025-03-25T22:19:32.564Z Compiling wait-timeout v0.2.0
21032025-03-25T22:19:32.585Z Compiling proc-macro-error v1.0.4
21042025-03-25T22:19:32.940Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21052025-03-25T22:19:33.589Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21062025-03-25T22:19:33.611Z Compiling unicode-width v0.1.14
21072025-03-25T22:19:34.141Z Compiling bit-vec v0.8.0
21082025-03-25T22:19:34.332Z Compiling quick-error v1.2.3
21092025-03-25T22:19:34.695Z Compiling foreign-types-shared v0.3.1
21102025-03-25T22:19:36.359Z Compiling foreign-types v0.5.0
21112025-03-25T22:19:36.497Z Compiling bit-set v0.8.0
21122025-03-25T22:19:36.875Z Compiling rusty-fork v0.3.0
21132025-03-25T22:19:40.318Z Compiling tabwriter v1.4.0
21142025-03-25T22:19:42.448Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21152025-03-25T22:19:48.441Z Compiling progenitor-macro v0.8.0
21162025-03-25T22:19:53.041Z Compiling parse-display-derive v0.10.0
21172025-03-25T22:19:55.884Z Compiling progenitor-client v0.8.0
21182025-03-25T22:19:59.386Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21192025-03-25T22:20:00.025Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21202025-03-25T22:20:00.194Z Compiling rand_xorshift v0.3.0
21212025-03-25T22:20:00.212Z Compiling cstr-argument v0.1.2
21222025-03-25T22:20:00.499Z Compiling dropshot v0.16.0
21232025-03-25T22:20:00.519Z Compiling crucible-workspace-hack v0.1.0
21242025-03-25T22:20:00.825Z Compiling pretty-hex v0.2.1
21252025-03-25T22:20:00.848Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21262025-03-25T22:20:01.068Z Compiling unarray v0.1.4
21272025-03-25T22:20:01.782Z Compiling proptest v1.6.0
21282025-03-25T22:20:02.019Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21292025-03-25T22:20:02.615Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21302025-03-25T22:20:02.735Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21312025-03-25T22:20:02.952Z Compiling progenitor v0.8.0
21322025-03-25T22:20:03.207Z Compiling parse-display v0.10.0
21332025-03-25T22:20:03.551Z Compiling test-strategy v0.4.0
21342025-03-25T22:20:03.812Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21352025-03-25T22:20:04.032Z Compiling colored v2.2.0
21362025-03-25T22:20:04.725Z Compiling serde_with_macros v3.12.0
21372025-03-25T22:20:05.074Z Compiling dropshot_endpoint v0.16.0
21382025-03-25T22:20:05.428Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21392025-03-25T22:20:06.211Z Compiling instant v0.1.13
21402025-03-25T22:20:06.385Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21412025-03-25T22:20:06.698Z Compiling winnow v0.6.20
21422025-03-25T22:20:06.789Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21432025-03-25T22:20:07.034Z Compiling serde_with v3.12.0
21442025-03-25T22:20:08.110Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
21452025-03-25T22:20:09.916Z Compiling backoff v0.4.0
21462025-03-25T22:20:10.215Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21472025-03-25T22:20:10.696Z Compiling zone_cfg_derive v0.3.0
21482025-03-25T22:20:11.011Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21492025-03-25T22:20:11.252Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
21502025-03-25T22:20:11.908Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
21512025-03-25T22:20:11.982Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21522025-03-25T22:20:12.340Z Compiling camino-tempfile v1.1.1
21532025-03-25T22:20:12.704Z Compiling progenitor-client v0.9.1
21542025-03-25T22:20:13.086Z Compiling num-derive v0.4.2
21552025-03-25T22:20:13.675Z Compiling sigpipe v0.1.3
21562025-03-25T22:20:13.855Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21572025-03-25T22:20:14.209Z Compiling libefi-sys v0.1.0
21582025-03-25T22:20:14.624Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21592025-03-25T22:20:15.367Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
21602025-03-25T22:20:16.294Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21612025-03-25T22:20:16.916Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21622025-03-25T22:20:17.833Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
21632025-03-25T22:20:18.396Z Compiling zone v0.3.0
21642025-03-25T22:20:19.951Z Compiling itertools v0.14.0
21652025-03-25T22:20:20.251Z Compiling smf v0.2.3
21662025-03-25T22:20:21.787Z Compiling bitfield-struct v0.6.2
21672025-03-25T22:20:21.954Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21682025-03-25T22:20:22.413Z Compiling blake3 v1.5.4
21692025-03-25T22:20:23.055Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21702025-03-25T22:20:23.427Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21712025-03-25T22:20:23.446Z Compiling xattr v1.3.1
21722025-03-25T22:20:23.770Z Compiling filetime v0.2.25
21732025-03-25T22:20:23.795Z Compiling memmap2 v0.9.5
21742025-03-25T22:20:23.829Z Compiling arrayvec v0.7.6
21752025-03-25T22:20:24.158Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21762025-03-25T22:20:24.302Z Compiling same-file v1.0.6
21772025-03-25T22:20:24.341Z Compiling arrayref v0.3.9
21782025-03-25T22:20:24.393Z Compiling constant_time_eq v0.3.1
21792025-03-25T22:20:24.469Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21802025-03-25T22:20:24.516Z Compiling walkdir v2.5.0
21812025-03-25T22:20:24.622Z Compiling tar v0.4.44
21822025-03-25T22:20:26.093Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21832025-03-25T22:20:26.514Z Compiling gethostname v0.5.0
21842025-03-25T22:20:26.746Z Compiling cargo-platform v0.1.8
21852025-03-25T22:20:27.103Z Compiling topological-sort v0.2.2
21862025-03-25T22:20:27.173Z Compiling fixedbitset v0.5.7
21872025-03-25T22:20:27.393Z Compiling omicron-zone-package v0.12.0
21882025-03-25T22:20:27.832Z Compiling petgraph v0.7.1
21892025-03-25T22:20:28.306Z Compiling cargo_metadata v0.19.2
21902025-03-25T22:20:28.953Z Compiling shell-words v1.1.0
21912025-03-25T22:20:29.168Z Compiling indent_write v2.2.0
21922025-03-25T22:20:36.569Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21932025-03-25T22:20:38.845Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21942025-03-25T22:20:43.679Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21952025-03-25T22:20:57.946Z Finished `release` profile [optimized] target(s) in 5m 10s
21962025-03-25T22:20:58.048Z Running `target/release/omicron-package -t test target create -p dev`
21972025-03-25T22:20:58.099ZLogging to: /work/oxidecomputer/omicron/out/LOG
21982025-03-25T22:20:58.102ZCreated new build target 'test' and set it as active
21992025-03-25T22:20:58.103Z
22002025-03-25T22:20:58.103Zreal 5:10.690959584
22012025-03-25T22:20:58.103Zuser 35:58.505917051
22022025-03-25T22:20:58.103Zsys 3:30.214896433
22032025-03-25T22:20:58.103Ztrap 1.132843767
22042025-03-25T22:20:58.103Ztflt 1.729655677
22052025-03-25T22:20:58.103Zdflt 0.915937948
22062025-03-25T22:20:58.103Zkflt 0.000110495
22072025-03-25T22:20:58.103Zlock 1:09:59.811423830
22082025-03-25T22:20:58.103Zslp 2:24:53.381159883
22092025-03-25T22:20:58.103Zlat 2:48.244738379
22102025-03-25T22:20:58.103Zstop 5:04.544289679
22112025-03-25T22:20:58.103Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
22122025-03-25T22:20:59.143Z Finished `release` profile [optimized] target(s) in 0.98s
22132025-03-25T22:20:59.211Z Running `target/release/omicron-package -t test package`
22142025-03-25T22:20:59.258ZLogging to: /work/oxidecomputer/omicron/out/LOG
22152025-03-25T22:21:00.439Z Compiling ring v0.17.11
22162025-03-25T22:21:00.611Z Compiling thiserror v2.0.12
22172025-03-25T22:21:00.630Z Compiling typify-impl v0.3.0
22182025-03-25T22:21:00.648Z Compiling convert_case v0.4.0
22192025-03-25T22:21:00.651Z Compiling derive-where v1.2.7
22202025-03-25T22:21:00.651Z Compiling fastrand v2.1.1
22212025-03-25T22:21:00.651Z Compiling newline-converter v0.3.0
22222025-03-25T22:21:00.880Z Compiling expectorate v1.1.0
22232025-03-25T22:21:01.132Z Compiling tempfile v3.13.0
22242025-03-25T22:21:01.151Z Compiling password-hash v0.5.0
22252025-03-25T22:21:01.276Z Compiling derive_more v0.99.19
22262025-03-25T22:21:01.779Z Compiling blake2 v0.10.6
22272025-03-25T22:21:03.023Z Compiling base64 v0.21.7
22282025-03-25T22:21:03.205Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
22292025-03-25T22:21:03.412Z Compiling argon2 v0.5.3
22302025-03-25T22:21:03.994Z Compiling atomicwrites v0.4.4
22312025-03-25T22:21:04.114Z Compiling owo-colors v4.2.0
22322025-03-25T22:21:04.515Z Compiling cancel-safe-futures v0.1.5
22332025-03-25T22:21:04.729Z Compiling num-rational v0.4.2
22342025-03-25T22:21:04.892Z Compiling libsw-core v0.3.1
22352025-03-25T22:21:05.175Z Compiling num-complex v0.4.6
22362025-03-25T22:21:05.652Z Compiling rustls v0.23.19
22372025-03-25T22:21:05.684Z Compiling rustls v0.22.4
22382025-03-25T22:21:05.716Z Compiling libsw v3.4.0
22392025-03-25T22:21:06.303Z Compiling num v0.4.3
22402025-03-25T22:21:06.706Z Compiling linear-map v1.2.0
22412025-03-25T22:21:06.784Z Compiling float-ord v0.3.2
22422025-03-25T22:21:06.992Z Compiling utf-8 v0.7.6
22432025-03-25T22:21:07.025Z Compiling swrite v0.1.0
22442025-03-25T22:21:07.111Z Compiling linked-hash-map v0.5.6
22452025-03-25T22:21:07.162Z Compiling highway v1.3.0
22462025-03-25T22:21:07.347Z Compiling tungstenite v0.21.0
22472025-03-25T22:21:07.517Z Compiling lru-cache v0.1.2
22482025-03-25T22:21:07.767Z Compiling semver v0.1.20
22492025-03-25T22:21:08.292Z Compiling rustls-webpki v0.102.8
22502025-03-25T22:21:08.743Z Compiling tokio-tungstenite v0.21.0
22512025-03-25T22:21:08.939Z Compiling rustc_version v0.1.7
22522025-03-25T22:21:09.400Z Compiling resolv-conf v0.7.0
22532025-03-25T22:21:09.953Z Compiling hickory-resolver v0.24.4
22542025-03-25T22:21:10.505Z Compiling typify-macro v0.3.0
22552025-03-25T22:21:10.923Z Compiling newtype_derive v0.1.6
22562025-03-25T22:21:11.284Z Compiling wait-timeout v0.2.0
22572025-03-25T22:21:11.698Z Compiling quick-error v1.2.3
22582025-03-25T22:21:11.882Z Compiling bit-vec v0.8.0
22592025-03-25T22:21:12.133Z Compiling rusty-fork v0.3.0
22602025-03-25T22:21:12.322Z Compiling bit-set v0.8.0
22612025-03-25T22:21:12.669Z Compiling rand_xorshift v0.3.0
22622025-03-25T22:21:12.703Z Compiling unarray v0.1.4
22632025-03-25T22:21:12.879Z Compiling humantime v2.1.0
22642025-03-25T22:21:12.909Z Compiling proptest v1.6.0
22652025-03-25T22:21:13.581Z Compiling tokio-rustls v0.25.0
22662025-03-25T22:21:13.647Z Compiling typify v0.3.0
22672025-03-25T22:21:13.901Z Compiling progenitor-impl v0.9.1
22682025-03-25T22:21:14.034Z Compiling dropshot v0.12.0
22692025-03-25T22:21:16.747Z Compiling tokio-rustls v0.26.0
22702025-03-25T22:21:17.246Z Compiling hyper-rustls v0.27.3
22712025-03-25T22:21:17.811Z Compiling reqwest v0.12.12
22722025-03-25T22:21:20.630Z Compiling progenitor-macro v0.9.1
22732025-03-25T22:21:24.119Z Compiling progenitor-client v0.9.1
22742025-03-25T22:21:24.687Z Compiling progenitor-client v0.8.0
22752025-03-25T22:21:25.168Z Compiling progenitor v0.8.0
22762025-03-25T22:21:25.830Z Compiling parse-display v0.10.0
22772025-03-25T22:21:26.687Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22782025-03-25T22:21:27.234Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22792025-03-25T22:21:28.031Z Compiling dropshot v0.16.0
22802025-03-25T22:21:31.513Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
22812025-03-25T22:21:31.858Z Compiling strum v0.26.3
22822025-03-25T22:21:32.688Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22832025-03-25T22:21:32.882Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
22842025-03-25T22:21:35.542Z Compiling instant v0.1.13
22852025-03-25T22:21:37.937Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
22862025-03-25T22:21:50.643Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22872025-03-25T22:21:55.689Z Compiling progenitor v0.9.1
22882025-03-25T22:21:55.944Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22892025-03-25T22:21:56.513Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22902025-03-25T22:21:57.135Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22912025-03-25T22:21:58.598Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22922025-03-25T22:21:59.097Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
22932025-03-25T22:21:59.453Z Compiling backoff v0.4.0
22942025-03-25T22:21:59.813Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
22952025-03-25T22:22:01.572Z Compiling steno v0.4.1
22962025-03-25T22:22:04.412Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22972025-03-25T22:22:05.911Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22982025-03-25T22:22:06.337Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22992025-03-25T22:22:08.771Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23002025-03-25T22:22:11.137Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23012025-03-25T22:22:11.915Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23022025-03-25T22:22:15.282Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23032025-03-25T22:22:20.925Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
23042025-03-25T22:22:21.092Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23052025-03-25T22:22:21.298Z Compiling serde_with v3.12.0
23062025-03-25T22:22:22.291Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23072025-03-25T22:22:24.824Z Compiling macaddr v1.0.1
23082025-03-25T22:22:25.159Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
23092025-03-25T22:22:25.269Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23102025-03-25T22:22:26.855Z Compiling qorb v0.2.1
23112025-03-25T22:22:29.813Z Compiling slog-dtrace v0.3.0
23122025-03-25T22:22:30.371Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
23132025-03-25T22:22:30.393Z Compiling prettyplease v0.2.30
23142025-03-25T22:22:31.857Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23152025-03-25T22:22:33.177Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23162025-03-25T22:22:40.324Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23172025-03-25T22:22:41.285Z Compiling half v2.4.1
23182025-03-25T22:22:41.973Z Compiling ciborium-io v0.2.2
23192025-03-25T22:22:42.031Z Compiling bytecount v0.6.8
23202025-03-25T22:22:42.145Z Compiling ciborium-ll v0.2.2
23212025-03-25T22:22:42.371Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23222025-03-25T22:22:42.671Z Compiling ciborium v0.2.2
23232025-03-25T22:22:46.574Z Compiling display-error-chain v0.2.2
23242025-03-25T22:22:46.708Z Compiling const_format_proc_macros v0.2.34
23252025-03-25T22:22:46.853Z Compiling same-file v1.0.6
23262025-03-25T22:22:47.122Z Compiling keccak v0.1.5
23272025-03-25T22:22:47.804Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23282025-03-25T22:22:48.270Z Compiling maplit v1.0.2
23292025-03-25T22:22:48.320Z Compiling crunchy v0.2.2
23302025-03-25T22:22:48.409Z Compiling sha3 v0.10.8
23312025-03-25T22:22:48.471Z Compiling const_format v0.2.34
23322025-03-25T22:22:48.835Z Compiling walkdir v2.5.0
23332025-03-25T22:22:48.886Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23342025-03-25T22:22:49.282Z Compiling tiny-keccak v2.0.2
23352025-03-25T22:22:49.426Z Compiling radium v0.7.0
23362025-03-25T22:22:49.652Z Compiling blake3 v1.5.4
23372025-03-25T22:22:49.838Z Compiling dsl_auto_type v0.1.2
23382025-03-25T22:22:49.931Z Compiling scheduled-thread-pool v0.2.7
23392025-03-25T22:22:50.241Z Compiling xattr v1.3.1
23402025-03-25T22:22:50.528Z Compiling diesel_table_macro_syntax v0.2.0
23412025-03-25T22:22:50.889Z Compiling filetime v0.2.25
23422025-03-25T22:22:51.024Z Compiling memmap2 v0.9.5
23432025-03-25T22:22:51.210Z Compiling maybe-uninit v2.0.0
23442025-03-25T22:22:51.240Z Compiling arrayref v0.3.9
23452025-03-25T22:22:51.363Z Compiling bit-vec v0.6.3
23462025-03-25T22:22:51.433Z Compiling tap v1.0.1
23472025-03-25T22:22:51.650Z Compiling constant_time_eq v0.3.1
23482025-03-25T22:22:51.730Z Compiling arrayvec v0.7.6
23492025-03-25T22:22:51.835Z Compiling bit-set v0.5.3
23502025-03-25T22:22:51.855Z Compiling wyz v0.5.1
23512025-03-25T22:22:52.130Z Compiling tar v0.4.44
23522025-03-25T22:22:52.311Z Compiling diesel_derives v2.2.3
23532025-03-25T22:22:52.434Z Compiling r2d2 v0.8.10
23542025-03-25T22:22:52.786Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23552025-03-25T22:22:53.212Z Compiling toolchain_find v0.4.0
23562025-03-25T22:22:53.447Z Compiling camino-tempfile v1.1.1
23572025-03-25T22:22:53.549Z Compiling phf_generator v0.11.2
23582025-03-25T22:22:53.716Z Compiling ascii-canvas v3.0.0
23592025-03-25T22:22:53.796Z Compiling secrecy v0.8.0
23602025-03-25T22:22:53.879Z Compiling ena v0.14.3
23612025-03-25T22:22:53.905Z Compiling async-recursion v1.1.1
23622025-03-25T22:22:54.085Z Compiling bindgen v0.71.1
23632025-03-25T22:22:54.208Z Compiling regex-syntax v0.6.29
23642025-03-25T22:22:54.304Z Compiling crc-catalog v2.4.0
23652025-03-25T22:22:54.483Z Compiling topological-sort v0.2.2
23662025-03-25T22:22:54.551Z Compiling packed_struct v0.10.1
23672025-03-25T22:22:54.748Z Compiling diff v0.1.13
23682025-03-25T22:22:54.991Z Compiling funty v2.0.0
23692025-03-25T22:22:55.249Z Compiling omicron-zone-package v0.12.0
23702025-03-25T22:22:55.303Z Compiling crc v3.2.1
23712025-03-25T22:22:56.071Z Compiling bitvec v1.0.1
23722025-03-25T22:22:57.392Z Compiling lalrpop v0.19.12
23732025-03-25T22:22:57.820Z Compiling phf_codegen v0.11.2
23742025-03-25T22:22:58.052Z Compiling rustfmt-wrapper v0.2.1
23752025-03-25T22:22:58.761Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23762025-03-25T22:22:59.177Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23772025-03-25T22:22:59.430Z Compiling universal-hash v0.5.1
23782025-03-25T22:22:59.690Z Compiling thiserror-impl-no-std v2.0.2
23792025-03-25T22:22:59.834Z Compiling packed_struct_codegen v0.10.1
23802025-03-25T22:23:00.101Z Compiling parse-zoneinfo v0.3.1
23812025-03-25T22:23:00.580Z Compiling indexmap v1.9.3
23822025-03-25T22:23:00.939Z Compiling ref-cast v1.0.23
23832025-03-25T22:23:01.449Z Compiling rustc-hash v2.1.1
23842025-03-25T22:23:01.496Z Compiling opaque-debug v0.3.1
23852025-03-25T22:23:01.618Z Compiling nodrop v0.1.14
23862025-03-25T22:23:01.775Z Compiling array-init v0.0.4
23872025-03-25T22:23:02.099Z Compiling thiserror-no-std v2.0.2
23882025-03-25T22:23:02.256Z Compiling poly1305 v0.8.0
23892025-03-25T22:23:02.572Z Compiling diesel v2.2.8
23902025-03-25T22:23:02.951Z Compiling chrono-tz-build v0.4.0
23912025-03-25T22:23:03.754Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23922025-03-25T22:23:03.957Z Compiling smallvec v0.6.14
23932025-03-25T22:23:04.470Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23942025-03-25T22:23:04.819Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23952025-03-25T22:23:05.158Z Compiling itertools v0.13.0
23962025-03-25T22:23:06.072Z Compiling derive_builder_core v0.20.2
23972025-03-25T22:23:08.037Z Compiling chacha20 v0.9.1
23982025-03-25T22:23:08.532Z Compiling headers-core v0.3.0
23992025-03-25T22:23:08.736Z Compiling aead v0.5.2
24002025-03-25T22:23:08.848Z Compiling libxml v0.3.3
24012025-03-25T22:23:09.143Z Compiling ref-cast-impl v1.0.23
24022025-03-25T22:23:09.265Z Compiling vte_generate_state_changes v0.1.2
24032025-03-25T22:23:09.848Z Compiling hashbrown v0.12.3
24042025-03-25T22:23:10.232Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
24052025-03-25T22:23:10.597Z Compiling arc-swap v1.7.1
24062025-03-25T22:23:11.036Z Compiling termcolor v1.4.1
24072025-03-25T22:23:11.262Z Compiling bitfield v0.14.0
24082025-03-25T22:23:11.592Z Compiling env_logger v0.10.2
24092025-03-25T22:23:12.105Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24102025-03-25T22:23:13.973Z Compiling samael v0.0.18
24112025-03-25T22:23:14.646Z Compiling slog-scope v4.4.0
24122025-03-25T22:23:15.539Z Compiling vte v0.11.1
24132025-03-25T22:23:15.673Z Compiling chacha20poly1305 v0.10.1
24142025-03-25T22:23:15.940Z Compiling headers v0.4.0
24152025-03-25T22:23:16.081Z Compiling derive_builder_macro v0.20.2
24162025-03-25T22:23:17.039Z Compiling serde-hex v0.1.0
24172025-03-25T22:23:17.060Z Compiling chrono-tz v0.10.1
24182025-03-25T22:23:17.709Z Compiling vsss-rs v3.3.4
24192025-03-25T22:23:19.131Z Compiling polar-core v0.27.3
24202025-03-25T22:23:19.429Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24212025-03-25T22:23:21.856Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
24222025-03-25T22:23:22.024Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24232025-03-25T22:23:22.182Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24242025-03-25T22:23:22.273Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24252025-03-25T22:23:22.600Z Compiling ron v0.8.1
24262025-03-25T22:23:25.700Z Compiling hashbrown v0.13.2
24272025-03-25T22:23:26.473Z Compiling strum_macros v0.24.3
24282025-03-25T22:23:26.923Z Compiling unicase v2.7.0
24292025-03-25T22:23:27.267Z Compiling indoc v1.0.9
24302025-03-25T22:23:28.078Z Compiling crc-any v2.5.0
24312025-03-25T22:23:28.457Z Compiling object v0.30.4
24322025-03-25T22:23:29.065Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24332025-03-25T22:23:29.494Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24342025-03-25T22:23:44.211Z Compiling derive_builder v0.20.2
24352025-03-25T22:23:44.441Z Compiling strip-ansi-escapes v0.2.0
24362025-03-25T22:23:48.285Z Compiling slog-stdlog v4.1.1
24372025-03-25T22:23:48.538Z Compiling papergrid v0.11.0
24382025-03-25T22:23:49.110Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24392025-03-25T22:23:49.310Z Compiling tabled_derive v0.7.0
24402025-03-25T22:23:49.472Z Compiling fd-lock v4.0.2
24412025-03-25T22:23:49.736Z Compiling peg-macros v0.8.5
24422025-03-25T22:23:51.311Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24432025-03-25T22:23:52.287Z Compiling oso-derive v0.27.3
24442025-03-25T22:23:52.831Z Compiling impl-trait-for-tuples v0.2.2
24452025-03-25T22:23:53.273Z Compiling quick-xml v0.37.2
24462025-03-25T22:23:56.277Z Compiling diesel-dtrace v0.4.2
24472025-03-25T22:23:56.643Z Compiling path-slash v0.1.5
24482025-03-25T22:23:56.926Z Compiling nu-ansi-term v0.50.1
24492025-03-25T22:23:58.190Z Compiling reedline v0.38.0
24502025-03-25T22:23:58.304Z Compiling oso v0.27.3
24512025-03-25T22:24:02.124Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24522025-03-25T22:24:14.489Z Compiling peg v0.8.5
24532025-03-25T22:24:14.668Z Compiling tabled v0.15.0
24542025-03-25T22:24:14.993Z Compiling slog-envlogger v2.2.0
24552025-03-25T22:24:17.540Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24562025-03-25T22:24:20.448Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24572025-03-25T22:24:21.898Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24582025-03-25T22:24:22.199Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24592025-03-25T22:24:22.232Z Compiling pem v3.0.5
24602025-03-25T22:24:23.761Z Compiling bb8 v0.8.5
24612025-03-25T22:24:24.373Z Compiling bcs v0.1.6
24622025-03-25T22:24:25.224Z Compiling fxhash v0.2.1
24632025-03-25T22:24:25.485Z Compiling libz-sys v1.1.20
24642025-03-25T22:24:26.181Z Compiling termtree v0.5.1
24652025-03-25T22:24:26.625Z Compiling async-bb8-diesel v0.2.1
24662025-03-25T22:24:28.100Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24672025-03-25T22:24:29.117Z Compiling kstat-rs v0.2.4
24682025-03-25T22:24:30.929Z Compiling proc-macro-error-attr2 v2.0.0
24692025-03-25T22:24:31.715Z Compiling proc-macro-error2 v2.0.1
24702025-03-25T22:24:32.305Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24712025-03-25T22:24:32.932Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24722025-03-25T22:24:34.327Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
24732025-03-25T22:24:34.820Z Compiling nanorand v0.7.0
24742025-03-25T22:24:35.501Z Compiling libgit2-sys v0.17.0+1.8.1
24752025-03-25T22:24:36.283Z Compiling pin-project-internal v1.1.6
24762025-03-25T22:24:38.901Z Compiling parking_lot_core v0.8.6
24772025-03-25T22:24:39.431Z Compiling pin-project v1.1.6
24782025-03-25T22:24:46.841Z Compiling flume v0.11.1
24792025-03-25T22:24:46.871Z Compiling mime_guess v2.0.5
24802025-03-25T22:24:47.506Z Compiling tabled_derive v0.10.0
24812025-03-25T22:24:48.222Z Compiling papergrid v0.14.0
24822025-03-25T22:24:49.925Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24832025-03-25T22:24:52.252Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24842025-03-25T22:24:52.973Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24852025-03-25T22:24:57.373Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24862025-03-25T22:24:59.238Z Compiling snafu-derive v0.8.5
24872025-03-25T22:25:00.490Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24882025-03-25T22:25:00.920Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24892025-03-25T22:25:00.978Z Compiling tabled v0.18.0
24902025-03-25T22:25:03.477Z Compiling snafu v0.8.5
24912025-03-25T22:25:06.137Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24922025-03-25T22:25:11.611Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24932025-03-25T22:25:17.478Z Compiling globset v0.4.15
24942025-03-25T22:25:20.699Z Compiling olpc-cjson v0.1.4
24952025-03-25T22:25:21.017Z Compiling vergen v8.3.2
24962025-03-25T22:25:21.373Z Compiling castaway v0.2.3
24972025-03-25T22:25:21.594Z Compiling nibble_vec v0.1.0
24982025-03-25T22:25:21.867Z Compiling serde_plain v1.0.2
24992025-03-25T22:25:22.430Z Compiling cargo-platform v0.1.8
25002025-03-25T22:25:22.957Z Compiling atty v0.2.14
25012025-03-25T22:25:23.149Z Compiling typed-path v0.9.3
25022025-03-25T22:25:23.389Z Compiling salty v0.3.0
25032025-03-25T22:25:23.850Z Compiling io-lifetimes v1.0.11
25042025-03-25T22:25:24.426Z Compiling endian-type v0.1.2
25052025-03-25T22:25:24.693Z Compiling http-range v0.1.5
25062025-03-25T22:25:25.282Z Compiling radix_trie v0.2.1
25072025-03-25T22:25:26.266Z Compiling tough v0.19.0
25082025-03-25T22:25:29.127Z Compiling cargo_metadata v0.18.1
25092025-03-25T22:25:29.881Z Compiling compact_str v0.8.0
25102025-03-25T22:25:30.424Z Compiling git2 v0.19.0
25112025-03-25T22:25:32.091Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25122025-03-25T22:25:32.388Z Compiling parking_lot v0.11.2
25132025-03-25T22:25:36.226Z Compiling unicode-truncate v1.1.0
25142025-03-25T22:25:36.534Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
25152025-03-25T22:25:38.358Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25162025-03-25T22:25:41.143Z Compiling lru v0.12.5
25172025-03-25T22:25:41.520Z Compiling rand_seeder v0.3.0
25182025-03-25T22:25:41.971Z Compiling lzma-sys v0.1.20
25192025-03-25T22:25:42.680Z Compiling instability v0.3.2
25202025-03-25T22:25:43.400Z Compiling rustls v0.21.12
25212025-03-25T22:25:43.415Z Compiling rustix v0.37.28
25222025-03-25T22:25:43.415Z Compiling parse-size v1.1.0
25232025-03-25T22:25:43.623Z Compiling cassowary v0.3.0
25242025-03-25T22:25:43.643Z Compiling indoc v2.0.6
25252025-03-25T22:25:43.994Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
25262025-03-25T22:25:44.502Z Compiling ratatui v0.29.0
25272025-03-25T22:25:44.523Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25282025-03-25T22:25:44.769Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25292025-03-25T22:25:48.525Z Compiling hyper-staticfile v0.10.1
25302025-03-25T22:25:49.750Z Compiling sled v0.34.7
25312025-03-25T22:25:51.333Z Compiling hickory-client v0.24.4
25322025-03-25T22:25:53.347Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
25332025-03-25T22:25:54.596Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25342025-03-25T22:25:56.104Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25352025-03-25T22:25:58.027Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
25362025-03-25T22:25:59.550Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25372025-03-25T22:25:59.899Z Compiling rustls-webpki v0.101.7
25382025-03-25T22:26:00.236Z Compiling sct v0.7.1
25392025-03-25T22:26:00.694Z Compiling hickory-server v0.24.4
25402025-03-25T22:26:02.990Z Compiling primeorder v0.13.6
25412025-03-25T22:26:03.585Z Compiling heck v0.3.3
25422025-03-25T22:26:03.715Z Compiling env_filter v0.1.2
25432025-03-25T22:26:03.941Z Compiling csv-core v0.1.11
25442025-03-25T22:26:04.139Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
25452025-03-25T22:26:04.595Z Compiling csv v1.3.1
25462025-03-25T22:26:04.799Z Compiling env_logger v0.11.5
25472025-03-25T22:26:05.253Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25482025-03-25T22:26:06.251Z Compiling zone_cfg_derive v0.1.2
25492025-03-25T22:26:06.711Z Compiling p384 v0.13.0
25502025-03-25T22:26:12.061Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25512025-03-25T22:26:12.983Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25522025-03-25T22:26:14.184Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25532025-03-25T22:26:15.240Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25542025-03-25T22:26:15.286Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25552025-03-25T22:26:15.675Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25562025-03-25T22:26:16.036Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25572025-03-25T22:26:16.143Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25582025-03-25T22:26:16.391Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25592025-03-25T22:26:16.497Z Compiling tungstenite v0.23.0
25602025-03-25T22:26:16.741Z Compiling nix v0.27.1
25612025-03-25T22:26:19.506Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25622025-03-25T22:26:20.217Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
25632025-03-25T22:26:20.585Z Compiling base64 v0.13.1
25642025-03-25T22:26:21.373Z Compiling ron v0.7.1
25652025-03-25T22:26:21.984Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25662025-03-25T22:26:22.674Z Compiling tokio-tungstenite v0.23.1
25672025-03-25T22:26:23.440Z Compiling xz2 v0.1.7
25682025-03-25T22:26:25.077Z Compiling terminal_size v0.2.6
25692025-03-25T22:26:25.347Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25702025-03-25T22:26:26.569Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25712025-03-25T22:26:32.341Z Compiling tokio-rustls v0.24.1
25722025-03-25T22:26:32.571Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25732025-03-25T22:26:32.842Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25742025-03-25T22:26:32.891Z Compiling zone v0.1.8
25752025-03-25T22:26:32.929Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25762025-03-25T22:26:33.961Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25772025-03-25T22:26:34.121Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25782025-03-25T22:26:34.789Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25792025-03-25T22:26:35.706Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25802025-03-25T22:26:36.216Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25812025-03-25T22:26:38.787Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25822025-03-25T22:26:39.615Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25832025-03-25T22:26:43.571Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25842025-03-25T22:26:43.589Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25852025-03-25T22:26:43.959Z Compiling rustls-pemfile v1.0.4
25862025-03-25T22:26:44.749Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25872025-03-25T22:26:45.490Z Compiling signal-hook-tokio v0.3.1
25882025-03-25T22:26:45.746Z Compiling twox-hash v2.1.0
25892025-03-25T22:26:46.757Z Compiling yasna v0.5.2
25902025-03-25T22:26:47.164Z Compiling smawk v0.3.2
25912025-03-25T22:26:47.245Z Compiling unicode-linebreak v0.1.5
25922025-03-25T22:26:47.481Z Compiling glob v0.3.2
25932025-03-25T22:26:47.585Z Compiling is_ci v1.2.0
25942025-03-25T22:26:47.821Z Compiling supports-color v3.0.2
25952025-03-25T22:26:47.926Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25962025-03-25T22:26:48.316Z Compiling rcgen v0.12.1
25972025-03-25T22:26:49.639Z Compiling textwrap v0.16.1
25982025-03-25T22:26:53.220Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25992025-03-25T22:26:53.670Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
26002025-03-25T22:26:54.735Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
26012025-03-25T22:26:55.176Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26022025-03-25T22:27:01.038Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
26032025-03-25T22:27:03.302Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
26042025-03-25T22:27:14.814Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26052025-03-25T22:27:15.223Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26062025-03-25T22:27:15.590Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
26072025-03-25T22:27:15.743Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
26082025-03-25T22:27:19.494Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26092025-03-25T22:27:25.263Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26102025-03-25T22:27:25.848Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26112025-03-25T22:27:26.770Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26122025-03-25T22:27:36.549Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26132025-03-25T22:27:40.573Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26142025-03-25T22:27:42.007Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
26152025-03-25T22:27:43.268Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26162025-03-25T22:27:43.611Z Compiling fatfs v0.3.6
26172025-03-25T22:27:43.955Z Compiling rtoolbox v0.0.2
26182025-03-25T22:27:44.400Z Compiling subprocess v0.2.9
26192025-03-25T22:27:44.419Z Compiling assert_matches v1.5.0
26202025-03-25T22:27:44.546Z Compiling rpassword v7.3.1
26212025-03-25T22:27:46.348Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26222025-03-25T22:27:48.269Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26232025-03-25T22:27:49.082Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26242025-03-25T22:27:54.194Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26252025-03-25T22:28:01.078Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
26262025-03-25T22:28:20.332Z Compiling tui-tree-widget v0.23.0
26272025-03-25T22:28:20.813Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
26282025-03-25T22:28:22.322Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26292025-03-25T22:28:22.666Z Compiling uzers v0.12.1
26302025-03-25T22:28:25.789Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
26312025-03-25T22:28:33.040Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
26322025-03-25T22:28:34.105Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
26332025-03-25T22:28:37.829Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26342025-03-25T22:28:48.585Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
26352025-03-25T22:28:53.206Z Compiling multimap v0.10.0
26362025-03-25T22:31:13.184Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
26372025-03-25T22:38:32.018Z Finished `release` profile [optimized] target(s) in 17m 32s
26382025-03-25T22:39:39.730Z
26392025-03-25T22:39:39.734Zreal 18:41.590332475
26402025-03-25T22:39:39.734Zuser 2:12:25.955324391
26412025-03-25T22:39:39.734Zsys 3:37.617187716
26422025-03-25T22:39:39.734Ztrap 3.324296413
26432025-03-25T22:39:39.734Ztflt 1.869428967
26442025-03-25T22:39:39.734Zdflt 4.764886130
26452025-03-25T22:39:39.735Zkflt 0.000842389
26462025-03-25T22:39:39.735Zlock 7:54:23.620191442
26472025-03-25T22:39:39.735Zslp 6:49:22.112516811
26482025-03-25T22:39:39.735Zlat 3:37.695709883
26492025-03-25T22:39:39.735Zstop 2:58.523015889
26502025-03-25T22:39:39.735Z+ mapfile -t packages
26512025-03-25T22:39:39.735Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
26522025-03-25T22:39:40.834Z Compiling ring v0.17.11
26532025-03-25T22:39:42.505Z Compiling rustls v0.23.19
26542025-03-25T22:39:42.542Z Compiling rustls v0.22.4
26552025-03-25T22:39:44.166Z Compiling rustls-webpki v0.102.8
26562025-03-25T22:39:48.558Z Compiling tokio-rustls v0.25.0
26572025-03-25T22:39:48.970Z Compiling dropshot v0.12.0
26582025-03-25T22:39:50.121Z Compiling tokio-rustls v0.26.0
26592025-03-25T22:39:50.597Z Compiling hyper-rustls v0.27.3
26602025-03-25T22:39:51.187Z Compiling reqwest v0.12.12
26612025-03-25T22:39:52.941Z Compiling dropshot v0.16.0
26622025-03-25T22:39:58.594Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26632025-03-25T22:39:59.185Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26642025-03-25T22:40:00.621Z Compiling progenitor-client v0.8.0
26652025-03-25T22:40:01.041Z Compiling progenitor v0.8.0
26662025-03-25T22:40:01.436Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
26672025-03-25T22:40:01.526Z Compiling progenitor-client v0.9.1
26682025-03-25T22:40:02.509Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26692025-03-25T22:40:05.828Z Compiling omicron-zone-package v0.12.0
26702025-03-25T22:40:11.686Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26712025-03-25T22:40:23.342Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26722025-03-25T22:40:27.693Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26732025-03-25T22:40:29.634Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26742025-03-25T22:40:31.556Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26752025-03-25T22:40:46.153Z Finished `release` profile [optimized] target(s) in 1m 06s
26762025-03-25T22:40:46.330Z Running `target/release/omicron-package -t test list-outputs`
26772025-03-25T22:40:46.387ZLogging to: /work/oxidecomputer/omicron/out/LOG
26782025-03-25T22:40:46.390Z+ ptime -m cargo build --locked --release -p xtask
26792025-03-25T22:40:46.995Z Compiling serde v1.0.218
26802025-03-25T22:40:46.999Z Compiling serde_json v1.0.139
26812025-03-25T22:40:46.999Z Compiling rustix v0.38.37
26822025-03-25T22:40:46.999Z Compiling libc v0.2.170
26832025-03-25T22:40:47.092Z Compiling syn v2.0.98
26842025-03-25T22:40:47.113Z Compiling bitflags v2.6.0
26852025-03-25T22:40:47.449Z Compiling usdt-impl v0.5.0
26862025-03-25T22:40:47.499Z Compiling syn v1.0.109
26872025-03-25T22:40:47.636Z Compiling log v0.4.22
26882025-03-25T22:40:47.658Z Compiling hashbrown v0.15.1
26892025-03-25T22:40:47.885Z Compiling fs-err v2.11.0
26902025-03-25T22:40:48.096Z Compiling once_cell v1.20.3
26912025-03-25T22:40:48.245Z Compiling anyhow v1.0.97
26922025-03-25T22:40:48.453Z Compiling thread-id v4.2.2
26932025-03-25T22:40:48.902Z Compiling indexmap v2.7.1
26942025-03-25T22:40:50.026Z Compiling terminal_size v0.4.0
26952025-03-25T22:40:50.029Z Compiling tempfile v3.13.0
26962025-03-25T22:40:50.294Z Compiling clap_builder v4.5.32
26972025-03-25T22:40:51.126Z Compiling proc-macro-error v1.0.4
26982025-03-25T22:40:51.661Z Compiling tabled_derive v0.7.0
26992025-03-25T22:40:52.796Z Compiling tabled v0.15.0
27002025-03-25T22:40:53.307Z Compiling serde_derive v1.0.218
27012025-03-25T22:40:53.310Z Compiling thiserror-impl v1.0.69
27022025-03-25T22:40:53.310Z Compiling zerocopy-derive v0.7.35
27032025-03-25T22:40:53.310Z Compiling scroll_derive v0.12.0
27042025-03-25T22:40:53.310Z Compiling thiserror-impl v2.0.12
27052025-03-25T22:40:54.666Z Compiling scroll v0.12.0
27062025-03-25T22:40:55.213Z Compiling zerocopy v0.7.35
27072025-03-25T22:40:55.792Z Compiling thiserror v1.0.69
27082025-03-25T22:40:55.975Z Compiling pest v2.7.14
27092025-03-25T22:40:56.614Z Compiling goblin v0.8.2
27102025-03-25T22:40:56.693Z Compiling thiserror v2.0.12
27112025-03-25T22:40:56.886Z Compiling clap_derive v4.5.32
27122025-03-25T22:40:58.911Z Compiling pest_meta v2.7.14
27132025-03-25T22:41:00.317Z Compiling pest_generator v2.7.14
27142025-03-25T22:41:01.990Z Compiling clap v4.5.32
27152025-03-25T22:41:02.334Z Compiling pest_derive v2.7.14
27162025-03-25T22:41:03.185Z Compiling dtrace-parser v0.2.0
27172025-03-25T22:41:07.665Z Compiling serde_tokenstream v0.2.2
27182025-03-25T22:41:08.267Z Compiling dof v0.3.0
27192025-03-25T22:41:08.787Z Compiling toml_datetime v0.6.8
27202025-03-25T22:41:09.488Z Compiling serde_spanned v0.6.8
27212025-03-25T22:41:09.776Z Compiling toml_edit v0.22.24
27222025-03-25T22:41:10.820Z Compiling camino v1.1.9
27232025-03-25T22:41:12.114Z Compiling usdt-attr-macro v0.5.0
27242025-03-25T22:41:12.495Z Compiling usdt-macro v0.5.0
27252025-03-25T22:41:13.449Z Compiling cargo-platform v0.1.8
27262025-03-25T22:41:13.738Z Compiling semver v1.0.25
27272025-03-25T22:41:14.541Z Compiling toml v0.8.20
27282025-03-25T22:41:15.226Z Compiling cargo_metadata v0.19.2
27292025-03-25T22:41:16.302Z Compiling cargo_toml v0.21.0
27302025-03-25T22:41:19.761Z Compiling usdt v0.5.0
27312025-03-25T22:41:20.202Z Compiling camino-tempfile v1.1.1
27322025-03-25T22:41:20.811Z Compiling macaddr v1.0.1
27332025-03-25T22:41:29.839Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
27342025-03-25T22:41:35.547Z Finished `release` profile [optimized] target(s) in 49.10s
27352025-03-25T22:41:35.669Z
27362025-03-25T22:41:35.673Zreal 49.248873070
27372025-03-25T22:41:35.673Zuser 5:19.792641763
27382025-03-25T22:41:35.673Zsys 19.439554584
27392025-03-25T22:41:35.673Ztrap 0.152108168
27402025-03-25T22:41:35.673Ztflt 0.240075981
27412025-03-25T22:41:35.673Zdflt 0.399221652
27422025-03-25T22:41:35.673Zkflt 0.000007539
27432025-03-25T22:41:35.673Zlock 10:19.650950907
27442025-03-25T22:41:35.673Zslp 16:03.158334681
27452025-03-25T22:41:35.673Zlat 15.438671310
27462025-03-25T22:41:35.673Zstop 20.931981432
27472025-03-25T22:41:35.673Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
27482025-03-25T22:41:35.673Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
27492025-03-25T22:41:35.673Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
27502025-03-25T22:41:35.673Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
27512025-03-25T22:41:35.673Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
27522025-03-25T22:41:36.597Z Compiling regress v0.10.3
27532025-03-25T22:41:36.735Z Compiling thiserror-impl v2.0.12
27542025-03-25T22:41:36.749Z Compiling ident_case v1.0.1
27552025-03-25T22:41:36.753Z Compiling unsafe-libyaml v0.2.11
27562025-03-25T22:41:36.753Z Compiling progenitor-client v0.9.1
27572025-03-25T22:41:36.753Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27582025-03-25T22:41:36.753Z Compiling tempfile v3.13.0
27592025-03-25T22:41:36.762Z Compiling quick-error v1.2.3
27602025-03-25T22:41:36.933Z Compiling darling_core v0.20.10
27612025-03-25T22:41:36.976Z Compiling macaddr v1.0.1
27622025-03-25T22:41:37.324Z Compiling progenitor-client v0.8.0
27632025-03-25T22:41:37.346Z Compiling structmeta-derive v0.3.0
27642025-03-25T22:41:37.411Z Compiling instant v0.1.13
27652025-03-25T22:41:37.585Z Compiling wait-timeout v0.2.0
27662025-03-25T22:41:37.606Z Compiling dropshot v0.16.0
27672025-03-25T22:41:37.787Z Compiling bit-vec v0.8.0
27682025-03-25T22:41:38.024Z Compiling serde_yaml v0.9.34+deprecated
27692025-03-25T22:41:38.115Z Compiling rusty-fork v0.3.0
27702025-03-25T22:41:38.531Z Compiling bit-set v0.8.0
27712025-03-25T22:41:38.540Z Compiling dropshot_endpoint v0.16.0
27722025-03-25T22:41:38.569Z Compiling rand_xorshift v0.3.0
27732025-03-25T22:41:38.815Z Compiling unarray v0.1.4
27742025-03-25T22:41:38.936Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27752025-03-25T22:41:39.001Z Compiling proptest v1.6.0
27762025-03-25T22:41:39.128Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27772025-03-25T22:41:39.874Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27782025-03-25T22:41:39.877Z Compiling thiserror v2.0.12
27792025-03-25T22:41:40.014Z Compiling structmeta v0.3.0
27802025-03-25T22:41:40.064Z Compiling backoff v0.4.0
27812025-03-25T22:41:40.088Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27822025-03-25T22:41:40.417Z Compiling typify-impl v0.2.0
27832025-03-25T22:41:40.442Z Compiling parse-display-derive v0.10.0
27842025-03-25T22:41:40.837Z Compiling test-strategy v0.4.0
27852025-03-25T22:41:41.457Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27862025-03-25T22:41:41.674Z Compiling proc-macro-crate v1.3.1
27872025-03-25T22:41:41.983Z Compiling typify-impl v0.3.0
27882025-03-25T22:41:42.589Z Compiling num_enum_derive v0.5.11
27892025-03-25T22:41:42.736Z Compiling darling_macro v0.20.10
27902025-03-25T22:41:43.736Z Compiling darling v0.20.10
27912025-03-25T22:41:43.882Z Compiling serde_with_macros v3.12.0
27922025-03-25T22:41:44.325Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27932025-03-25T22:41:44.348Z Compiling parse-display v0.10.0
27942025-03-25T22:41:44.741Z Compiling itertools v0.13.0
27952025-03-25T22:41:44.957Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
27962025-03-25T22:41:44.979Z Compiling num_enum v0.5.11
27972025-03-25T22:41:45.178Z Compiling crucible-workspace-hack v0.1.0
27982025-03-25T22:41:45.518Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27992025-03-25T22:41:45.859Z Compiling heapless v0.8.0
28002025-03-25T22:41:45.947Z Compiling proc-macro-error v1.0.4
28012025-03-25T22:41:46.469Z Compiling serde_with v3.12.0
28022025-03-25T22:41:46.560Z Compiling camino-tempfile v1.1.1
28032025-03-25T22:41:46.832Z Compiling hash32 v0.3.1
28042025-03-25T22:41:47.017Z Compiling foreign-types-macros v0.2.3
28052025-03-25T22:41:47.116Z Compiling foreign-types-shared v0.3.1
28062025-03-25T22:41:47.268Z Compiling smoltcp v0.11.0
28072025-03-25T22:41:47.664Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28082025-03-25T22:41:48.292Z Compiling foreign-types v0.5.0
28092025-03-25T22:41:48.802Z Compiling tabwriter v1.4.0
28102025-03-25T22:41:49.274Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28112025-03-25T22:41:49.295Z Compiling cstr-argument v0.1.2
28122025-03-25T22:41:49.565Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
28132025-03-25T22:41:49.908Z Compiling pretty-hex v0.2.1
28142025-03-25T22:41:50.123Z Compiling cobs v0.2.3
28152025-03-25T22:41:50.145Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28162025-03-25T22:41:50.259Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28172025-03-25T22:41:50.356Z Compiling postcard v1.0.10
28182025-03-25T22:41:50.448Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28192025-03-25T22:41:50.997Z Compiling colored v2.2.0
28202025-03-25T22:41:51.020Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28212025-03-25T22:41:51.374Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28222025-03-25T22:41:51.582Z Compiling winnow v0.6.20
28232025-03-25T22:41:51.759Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28242025-03-25T22:41:51.776Z Compiling smf v0.2.3
28252025-03-25T22:41:52.674Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28262025-03-25T22:41:52.950Z Compiling zone_cfg_derive v0.3.0
28272025-03-25T22:41:53.040Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28282025-03-25T22:41:53.476Z Compiling itertools v0.14.0
28292025-03-25T22:41:54.187Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28302025-03-25T22:41:54.420Z Compiling num-derive v0.4.2
28312025-03-25T22:41:54.804Z Compiling typify-macro v0.2.0
28322025-03-25T22:41:55.009Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28332025-03-25T22:41:55.152Z Compiling sigpipe v0.1.3
28342025-03-25T22:41:55.301Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28352025-03-25T22:41:55.686Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28362025-03-25T22:41:56.437Z Compiling zone v0.3.0
28372025-03-25T22:41:56.612Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28382025-03-25T22:41:56.740Z Compiling typify-macro v0.3.0
28392025-03-25T22:41:56.778Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
28402025-03-25T22:41:57.072Z Compiling universal-hash v0.5.1
28412025-03-25T22:41:57.311Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28422025-03-25T22:41:57.486Z Compiling opaque-debug v0.3.1
28432025-03-25T22:41:57.592Z Compiling utf-8 v0.7.6
28442025-03-25T22:41:57.615Z Compiling num-rational v0.4.2
28452025-03-25T22:41:57.836Z Compiling password-hash v0.5.0
28462025-03-25T22:41:57.947Z Compiling tungstenite v0.21.0
28472025-03-25T22:41:58.519Z Compiling typify v0.2.0
28482025-03-25T22:41:58.685Z Compiling progenitor-impl v0.8.0
28492025-03-25T22:41:58.835Z Compiling blake2 v0.10.6
28502025-03-25T22:41:58.998Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28512025-03-25T22:41:59.175Z Compiling aead v0.5.2
28522025-03-25T22:41:59.196Z Compiling num-complex v0.4.6
28532025-03-25T22:41:59.580Z Compiling convert_case v0.4.0
28542025-03-25T22:41:59.879Z Compiling base64 v0.21.7
28552025-03-25T22:42:00.149Z Compiling keccak v0.1.5
28562025-03-25T22:42:00.271Z Compiling num v0.4.3
28572025-03-25T22:42:00.361Z Compiling derive_more v0.99.19
28582025-03-25T22:42:00.405Z Compiling argon2 v0.5.3
28592025-03-25T22:42:00.551Z Compiling typify v0.3.0
28602025-03-25T22:42:00.580Z Compiling sha3 v0.10.8
28612025-03-25T22:42:00.715Z Compiling progenitor-impl v0.9.1
28622025-03-25T22:42:01.086Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28632025-03-25T22:42:01.278Z Compiling tokio-tungstenite v0.21.0
28642025-03-25T22:42:01.615Z Compiling poly1305 v0.8.0
28652025-03-25T22:42:01.882Z Compiling chacha20 v0.9.1
28662025-03-25T22:42:02.326Z Compiling float-ord v0.3.2
28672025-03-25T22:42:02.403Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28682025-03-25T22:42:02.529Z Compiling derive-where v1.2.7
28692025-03-25T22:42:02.852Z Compiling semver v0.1.20
28702025-03-25T22:42:03.186Z Compiling same-file v1.0.6
28712025-03-25T22:42:03.293Z Compiling rustc_version v0.1.7
28722025-03-25T22:42:03.494Z Compiling walkdir v2.5.0
28732025-03-25T22:42:03.528Z Compiling newline-converter v0.3.0
28742025-03-25T22:42:03.737Z Compiling primeorder v0.13.6
28752025-03-25T22:42:03.766Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28762025-03-25T22:42:04.165Z Compiling secrecy v0.8.0
28772025-03-25T22:42:04.287Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28782025-03-25T22:42:04.388Z Compiling cancel-safe-futures v0.1.5
28792025-03-25T22:42:04.432Z Compiling linked-hash-map v0.5.6
28802025-03-25T22:42:04.785Z Compiling owo-colors v4.2.0
28812025-03-25T22:42:04.858Z Compiling lru-cache v0.1.2
28822025-03-25T22:42:05.094Z Compiling newtype_derive v0.1.6
28832025-03-25T22:42:05.116Z Compiling expectorate v1.1.0
28842025-03-25T22:42:05.316Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28852025-03-25T22:42:05.407Z Compiling progenitor-macro v0.8.0
28862025-03-25T22:42:05.448Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28872025-03-25T22:42:05.470Z Compiling resolv-conf v0.7.0
28882025-03-25T22:42:05.490Z Compiling thiserror-impl-no-std v2.0.2
28892025-03-25T22:42:05.731Z Compiling libsw-core v0.3.1
28902025-03-25T22:42:05.754Z Compiling blake3 v1.5.4
28912025-03-25T22:42:06.035Z Compiling half v2.4.1
28922025-03-25T22:42:06.190Z Compiling unicase v2.7.0
28932025-03-25T22:42:06.322Z Compiling fixedbitset v0.5.7
28942025-03-25T22:42:06.435Z Compiling ciborium-io v0.2.2
28952025-03-25T22:42:06.556Z Compiling arc-swap v1.7.1
28962025-03-25T22:42:06.601Z Compiling ciborium-ll v0.2.2
28972025-03-25T22:42:06.798Z Compiling petgraph v0.7.1
28982025-03-25T22:42:06.968Z Compiling libsw v3.4.0
28992025-03-25T22:42:07.015Z Compiling slog-scope v4.4.0
29002025-03-25T22:42:07.155Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
29012025-03-25T22:42:07.284Z Compiling hickory-resolver v0.24.4
29022025-03-25T22:42:07.472Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29032025-03-25T22:42:07.548Z Compiling progenitor-macro v0.9.1
29042025-03-25T22:42:08.154Z Compiling thiserror-no-std v2.0.2
29052025-03-25T22:42:08.347Z Compiling polyval v0.6.2
29062025-03-25T22:42:08.511Z Compiling atomicwrites v0.4.4
29072025-03-25T22:42:08.793Z Compiling memmap2 v0.9.5
29082025-03-25T22:42:08.904Z Compiling linear-map v1.2.0
29092025-03-25T22:42:09.214Z Compiling arrayvec v0.7.6
29102025-03-25T22:42:09.276Z Compiling indent_write v2.2.0
29112025-03-25T22:42:09.527Z Compiling arrayref v0.3.9
29122025-03-25T22:42:09.627Z Compiling constant_time_eq v0.3.1
29132025-03-25T22:42:09.655Z Compiling parking_lot_core v0.8.6
29142025-03-25T22:42:09.710Z Compiling libefi-sys v0.1.0
29152025-03-25T22:42:09.838Z Compiling salty v0.3.0
29162025-03-25T22:42:10.166Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29172025-03-25T22:42:10.333Z Compiling ghash v0.5.1
29182025-03-25T22:42:10.558Z Compiling vsss-rs v3.3.4
29192025-03-25T22:42:10.731Z Compiling slog-stdlog v4.1.1
29202025-03-25T22:42:11.090Z Compiling ciborium v0.2.2
29212025-03-25T22:42:11.711Z Compiling p384 v0.13.0
29222025-03-25T22:42:11.936Z Compiling toolchain_find v0.4.0
29232025-03-25T22:42:12.422Z Compiling chacha20poly1305 v0.10.1
29242025-03-25T22:42:12.550Z Compiling ctr v0.9.2
29252025-03-25T22:42:12.675Z Compiling lzma-sys v0.1.20
29262025-03-25T22:42:12.809Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29272025-03-25T22:42:12.927Z Compiling bitfield-struct v0.6.2
29282025-03-25T22:42:13.242Z Compiling slog-dtrace v0.3.0
29292025-03-25T22:42:13.264Z Compiling highway v1.3.0
29302025-03-25T22:42:13.443Z Compiling topological-sort v0.2.2
29312025-03-25T22:42:13.707Z Compiling omicron-zone-package v0.12.0
29322025-03-25T22:42:13.841Z Compiling aes-gcm v0.10.3
29332025-03-25T22:42:13.905Z Compiling rustfmt-wrapper v0.2.1
29342025-03-25T22:42:14.107Z Compiling mime_guess v2.0.5
29352025-03-25T22:42:14.180Z Compiling slog-envlogger v2.2.0
29362025-03-25T22:42:14.386Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29372025-03-25T22:42:14.484Z Compiling steno v0.4.1
29382025-03-25T22:42:15.266Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
29392025-03-25T22:42:15.486Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29402025-03-25T22:42:15.509Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29412025-03-25T22:42:15.590Z Compiling heck v0.3.3
29422025-03-25T22:42:15.706Z Compiling ssh-encoding v0.2.0
29432025-03-25T22:42:15.957Z Compiling blowfish v0.9.1
29442025-03-25T22:42:16.110Z Compiling env_filter v0.1.2
29452025-03-25T22:42:16.192Z Compiling nibble_vec v0.1.0
29462025-03-25T22:42:16.410Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29472025-03-25T22:42:16.432Z Compiling endian-type v0.1.2
29482025-03-25T22:42:16.530Z Compiling humantime v2.1.0
29492025-03-25T22:42:16.552Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29502025-03-25T22:42:16.700Z Compiling radix_trie v0.2.1
29512025-03-25T22:42:16.726Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29522025-03-25T22:42:16.948Z Compiling env_logger v0.11.5
29532025-03-25T22:42:17.012Z Compiling bcrypt-pbkdf v0.10.0
29542025-03-25T22:42:17.332Z Compiling ssh-cipher v0.2.0
29552025-03-25T22:42:17.354Z Compiling progenitor v0.8.0
29562025-03-25T22:42:17.558Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
29572025-03-25T22:42:17.604Z Compiling zone_cfg_derive v0.1.2
29582025-03-25T22:42:17.653Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29592025-03-25T22:42:18.031Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29602025-03-25T22:42:18.132Z Compiling parking_lot v0.11.2
29612025-03-25T22:42:18.961Z Compiling qorb v0.2.1
29622025-03-25T22:42:19.041Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29632025-03-25T22:42:19.072Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29642025-03-25T22:42:19.291Z Compiling password-hash v0.4.2
29652025-03-25T22:42:19.366Z Compiling progenitor v0.9.1
29662025-03-25T22:42:19.466Z Compiling gethostname v0.5.0
29672025-03-25T22:42:19.552Z Compiling fxhash v0.2.1
29682025-03-25T22:42:19.575Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
29692025-03-25T22:42:19.621Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29702025-03-25T22:42:19.671Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29712025-03-25T22:42:19.782Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
29722025-03-25T22:42:20.096Z Compiling base64 v0.13.1
29732025-03-25T22:42:20.118Z Compiling http-range v0.1.5
29742025-03-25T22:42:20.510Z Compiling pbkdf2 v0.11.0
29752025-03-25T22:42:20.651Z Compiling ron v0.7.1
29762025-03-25T22:42:20.674Z Compiling sled v0.34.7
29772025-03-25T22:42:20.879Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29782025-03-25T22:42:21.579Z Compiling zone v0.1.8
29792025-03-25T22:42:22.751Z Compiling xz2 v0.1.7
29802025-03-25T22:42:22.987Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29812025-03-25T22:42:23.216Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29822025-03-25T22:42:24.333Z Compiling ssh-key v0.6.6
29832025-03-25T22:42:24.399Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29842025-03-25T22:42:25.166Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
29852025-03-25T22:42:25.189Z Compiling hickory-client v0.24.4
29862025-03-25T22:42:26.302Z Compiling p256 v0.13.2
29872025-03-25T22:42:26.504Z Compiling p521 v0.13.3
29882025-03-25T22:42:26.527Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29892025-03-25T22:42:27.113Z Compiling hickory-server v0.24.4
29902025-03-25T22:42:27.562Z Compiling pem v3.0.5
29912025-03-25T22:42:28.287Z Compiling yasna v0.5.2
29922025-03-25T22:42:28.379Z Compiling headers-core v0.3.0
29932025-03-25T22:42:28.583Z Compiling kstat-rs v0.2.4
29942025-03-25T22:42:28.711Z Compiling nanorand v0.7.0
29952025-03-25T22:42:29.186Z Compiling atty v0.2.14
29962025-03-25T22:42:29.301Z Compiling russh-cryptovec v0.7.3
29972025-03-25T22:42:29.369Z Compiling md5 v0.7.0
29982025-03-25T22:42:29.638Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
29992025-03-25T22:42:29.741Z Compiling russh-keys v0.45.0
30002025-03-25T22:42:29.893Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
30012025-03-25T22:42:30.226Z Compiling rcgen v0.12.1
30022025-03-25T22:42:31.187Z Compiling flume v0.11.1
30032025-03-25T22:42:31.313Z Compiling headers v0.4.0
30042025-03-25T22:42:32.280Z Compiling hyper-staticfile v0.10.1
30052025-03-25T22:42:32.965Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30062025-03-25T22:42:33.221Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
30072025-03-25T22:42:33.354Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30082025-03-25T22:42:33.663Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
30092025-03-25T22:42:33.920Z Compiling num-bigint v0.4.6
30102025-03-25T22:42:34.054Z Compiling des v0.8.1
30112025-03-25T22:42:34.153Z Compiling subprocess v0.2.9
30122025-03-25T22:42:34.419Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30132025-03-25T22:42:34.919Z Compiling display-error-chain v0.2.2
30142025-03-25T22:42:35.177Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30152025-03-25T22:42:35.308Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30162025-03-25T22:42:35.790Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30172025-03-25T22:42:38.025Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30182025-03-25T22:42:39.580Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30192025-03-25T22:42:40.093Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30202025-03-25T22:42:40.552Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
30212025-03-25T22:42:42.124Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30222025-03-25T22:42:42.788Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30232025-03-25T22:42:43.133Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30242025-03-25T22:42:43.505Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30252025-03-25T22:42:44.268Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30262025-03-25T22:42:44.415Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30272025-03-25T22:42:46.041Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30282025-03-25T22:42:46.129Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30292025-03-25T22:42:47.035Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30302025-03-25T22:42:47.499Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30312025-03-25T22:42:48.047Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30322025-03-25T22:42:48.737Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30332025-03-25T22:42:49.193Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30342025-03-25T22:42:49.794Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30352025-03-25T22:42:50.423Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30362025-03-25T22:42:51.210Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30372025-03-25T22:42:51.578Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30382025-03-25T22:42:52.556Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30392025-03-25T22:42:52.788Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30402025-03-25T22:42:54.610Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30412025-03-25T22:42:54.646Z Compiling hex-literal v0.4.1
30422025-03-25T22:42:54.715Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30432025-03-25T22:42:54.839Z Compiling russh v0.45.0
30442025-03-25T22:42:56.128Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30452025-03-25T22:42:57.569Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30462025-03-25T22:42:57.592Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30472025-03-25T22:42:57.885Z Compiling internet-checksum v0.2.1
30482025-03-25T22:43:02.910Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30492025-03-25T22:43:09.820Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30502025-03-25T22:43:11.404Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30512025-03-25T22:43:35.708Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30522025-03-25T22:43:58.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
30532025-03-25T22:43:58.453Z
30542025-03-25T22:43:58.453Zreal 2:22.714059452
30552025-03-25T22:43:58.453Zuser 12:09.787986408
30562025-03-25T22:43:58.453Zsys 1:37.086873377
30572025-03-25T22:43:58.453Ztrap 0.360800773
30582025-03-25T22:43:58.456Ztflt 0.274834173
30592025-03-25T22:43:58.457Zdflt 0.740711833
30602025-03-25T22:43:58.457Zkflt 0.000027828
30612025-03-25T22:43:58.458Zlock 22:51.574551014
30622025-03-25T22:43:58.458Zslp 42:48.631155058
30632025-03-25T22:43:58.458Zlat 39.262102946
30642025-03-25T22:43:58.458Zstop 1:46.316536071
30652025-03-25T22:43:58.458Z+ mkdir tests
30662025-03-25T22:43:58.461Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
30672025-03-25T22:43:58.462Z+ xargs -I '{}' -t cp '{}' tests/
30682025-03-25T22:43:58.497Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-85a52c52ac369810 tests/
30692025-03-25T22:43:58.518Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0ce3b2f09d354b4b tests/
30702025-03-25T22:43:58.538Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-8157ae39450efb9d tests/
30712025-03-25T22:43:58.558Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-72010e6fc5b9e64b tests/
30722025-03-25T22:43:58.769Z+ 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/*)
30732025-03-25T22:43:58.772Z+ 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-0ce3b2f09d354b4b tests/commtest-8157ae39450efb9d tests/dhcp_server-85a52c52ac369810 tests/end_to_end_tests-72010e6fc5b9e64b 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
30742025-03-25T22:45:15.750ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
30752025-03-25T22:45:15.750Za .github/buildomat/ci-env.sh 1K
30762025-03-25T22:45:15.750Za out/target/test 1K
30772025-03-25T22:45:15.750Za out/npuzone/npuzone 23144K
30782025-03-25T22:45:15.750Za package-manifest.toml 33K
30792025-03-25T22:45:15.750Za smf/sled-agent/non-gimlet/config.toml 4K
30802025-03-25T22:45:15.750Za target/release/omicron-package 39604K
30812025-03-25T22:45:15.750Za target/release/xtask 10810K
30822025-03-25T22:45:15.750Za target/debug/bootstrap 219170K
30832025-03-25T22:45:15.750Za tests/bootstrap-0ce3b2f09d354b4b 24084K
30842025-03-25T22:45:15.750Za tests/commtest-8157ae39450efb9d 24339K
30852025-03-25T22:45:15.750Za tests/dhcp_server-85a52c52ac369810 24084K
30862025-03-25T22:45:15.750Za tests/end_to_end_tests-72010e6fc5b9e64b 273802K
30872025-03-25T22:45:15.750Za out/clickhouse.tar.gz 304237K
30882025-03-25T22:45:15.750Za out/clickhouse_keeper.tar.gz 289751K
30892025-03-25T22:45:15.750Za out/clickhouse_server.tar.gz 304197K
30902025-03-25T22:45:15.750Za out/cockroachdb.tar.gz 144200K
30912025-03-25T22:45:15.750Za out/crucible-dtrace.tar 98K
30922025-03-25T22:45:15.750Za out/crucible-pantry-zone.tar.gz 32788K
30932025-03-25T22:45:15.750Za out/crucible-zone.tar.gz 41175K
30942025-03-25T22:45:15.750Za out/external-dns.tar.gz 45249K
30952025-03-25T22:45:15.750Za out/internal-dns.tar.gz 45252K
30962025-03-25T22:45:15.750Za out/mg-ddm-gz.tar 65544K
30972025-03-25T22:45:15.750Za out/nexus.tar.gz 110571K
30982025-03-25T22:45:15.750Za out/ntp.tar.gz 14738K
30992025-03-25T22:45:15.750Za out/omicron-gateway-softnpu.tar.gz 24801K
31002025-03-25T22:45:15.750Za out/omicron-sled-agent.tar 125162K
31012025-03-25T22:45:15.750Za out/overlay.tar.gz 3K
31022025-03-25T22:45:15.750Za out/oximeter.tar.gz 54311K
31032025-03-25T22:45:15.750Za out/oxlog.tar 3144K
31042025-03-25T22:45:15.750Za out/probe.tar.gz 2764K
31052025-03-25T22:45:15.750Za out/propolis-server.tar.gz 67599K
31062025-03-25T22:45:15.750Za out/pumpkind-gz.tar 26648K
31072025-03-25T22:45:15.750Za out/switch-softnpu.tar.gz 269533K
31082025-03-25T22:45:15.767Z
31092025-03-25T22:45:15.768Zreal 1:16.977337838
31102025-03-25T22:45:15.768Zuser 1:13.350075145
31112025-03-25T22:45:15.768Zsys 5.115253528
31122025-03-25T22:45:15.768Ztrap 0.020999379
31132025-03-25T22:45:15.768Ztflt 0.000000000
31142025-03-25T22:45:15.768Zdflt 0.000000000
31152025-03-25T22:45:15.768Zkflt 0.000000000
31162025-03-25T22:45:15.768Zlock 0.000000000
31172025-03-25T22:45:15.768Zslp 1:13.167425959
31182025-03-25T22:45:15.768Zlat 2.296500415
31192025-03-25T22:45:15.768Zstop 0.000275239
31202025-03-25T22:45:15.768Zprocess exited: duration 2107088 ms, exit code 0
 
31212025-03-25T22:45:15.809Zfound 1 output files
31222025-03-25T22:45:15.809Zuploading: /work/package.tar.gz (2029347172 bytes)
31232025-03-25T22:46:12.030Zuploaded: /work/package.tar.gz