01K5CRN25Q0KKA8Q6FA49FB4AN: 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: 01K5CRNYP55R2VJNET12GKSYQE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-09-17T21:19:31.287Zjob assigned to worker 01K5CRNZ5BYWZ5GJX5PKP1Z6TF [factory aws, i-08093cb520925fd75] (queued for 1 m 6 s)
 
22025-09-17T21:19:39.709Zstarting task 0: "setup"
32025-09-17T21:19:39.714Z++ uname -s
42025-09-17T21:19:39.717Z+ kern=SunOS
52025-09-17T21:19:39.717Z+ build_user=build
62025-09-17T21:19:39.717Z+ build_uid=12345
72025-09-17T21:19:39.717Z+ work_dir=/work
82025-09-17T21:19:39.717Z+ input_dir=/input
92025-09-17T21:19:39.717Z+ [[ 0 == 12345 ]]
102025-09-17T21:19:39.717Z+ case "$kern" in
112025-09-17T21:19:39.717Z+ groupadd -g 12345 build
122025-09-17T21:19:39.720Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-09-17T21:19:41.728Z+ zfs create -o mountpoint=/work rpool/work
142025-09-17T21:19:41.856Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-09-17T21:19:41.860Z+ home_fs=zfs
162025-09-17T21:19:41.860Z+ [[ zfs == autofs ]]
172025-09-17T21:19:41.860Z+ mkdir -p /home/build
182025-09-17T21:19:41.860Z+ chown build:build /home/build /work
192025-09-17T21:19:43.863Z+ chmod 0700 /home/build /work
202025-09-17T21:19:43.867Zprocess exited: duration 4157 ms, exit code 0
 
212025-09-17T21:19:43.873Zstarting task 1: "rust-toolchain"
222025-09-17T21:19:43.879Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
232025-09-17T21:19:43.879Z * rust toolchain channel = "1.89.0"
242025-09-17T21:19:43.879Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-09-17T21:19:43.879Z * rust toolchain profile = "default"
262025-09-17T21:19:43.879Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-09-17T21:19:43.879Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-09-17T21:19:43.883Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-09-17T21:19:43.883Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-09-17T21:19:43.985Zinfo: downloading installer
312025-09-17T21:19:45.429Zwarn: It looks like you have an existing installation of Rust at:
322025-09-17T21:19:45.429Zwarn: /opt/ooce/bin
332025-09-17T21:19:45.429Zwarn: It is recommended that rustup be the primary Rust installation.
342025-09-17T21:19:45.429Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-09-17T21:19:45.429Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-09-17T21:19:45.429Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-09-17T21:19:45.429Zwarn: or pass `-y' to ignore all ignorable checks.
382025-09-17T21:19:45.429Zerror: cannot install while Rust is installed
392025-09-17T21:19:45.429Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-09-17T21:19:45.456Zinfo: profile set to 'default'
412025-09-17T21:19:45.456Zinfo: default host triple is x86_64-unknown-illumos
422025-09-17T21:19:45.460Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-09-17T21:19:45.612Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-09-17T21:19:45.612Zinfo: downloading component 'cargo'
452025-09-17T21:19:46.581Zinfo: downloading component 'clippy'
462025-09-17T21:19:46.896Zinfo: downloading component 'rust-docs'
472025-09-17T21:19:48.347Zinfo: downloading component 'rust-std'
482025-09-17T21:19:50.014Zinfo: downloading component 'rustc'
492025-09-17T21:19:56.110Zinfo: downloading component 'rustfmt'
502025-09-17T21:19:56.345Zinfo: installing component 'cargo'
512025-09-17T21:19:57.236Zinfo: installing component 'clippy'
522025-09-17T21:19:57.632Zinfo: installing component 'rust-docs'
532025-09-17T21:19:59.453Zinfo: installing component 'rust-std'
542025-09-17T21:20:01.385Zinfo: installing component 'rustc'
552025-09-17T21:20:07.945Zinfo: installing component 'rustfmt'
562025-09-17T21:20:08.281Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
572025-09-17T21:20:08.281Z
582025-09-17T21:20:08.707Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-09-17T21:20:08.707Z
602025-09-17T21:20:08.710Z
612025-09-17T21:20:08.710ZRust is installed now. Great!
622025-09-17T21:20:08.710Z
632025-09-17T21:20:08.710ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-09-17T21:20:08.710Zenvironment variable. This has not been done automatically.
652025-09-17T21:20:08.710Z
662025-09-17T21:20:08.710ZTo configure your current shell, you need to source
672025-09-17T21:20:08.710Zthe corresponding env file under $HOME/.cargo.
682025-09-17T21:20:08.710Z
692025-09-17T21:20:08.710ZThis is usually done by running one of the following (note the leading DOT):
702025-09-17T21:20:08.710Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-09-17T21:20:08.710Zsource "$HOME/.cargo/env.fish" # For fish
722025-09-17T21:20:08.710Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-09-17T21:20:08.800Z+ rustup --version
742025-09-17T21:20:08.812Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-09-17T21:20:08.815Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-09-17T21:20:08.908Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-09-17T21:20:08.913Z+ cargo --version
782025-09-17T21:20:09.013Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-09-17T21:20:09.016Z+ rustc --version
802025-09-17T21:20:09.094Zrustc 1.89.0 (29483883e 2025-08-04)
812025-09-17T21:20:09.098Zprocess exited: duration 25220 ms, exit code 0
 
822025-09-17T21:20:09.105Zstarting task 2: "authentication"
832025-09-17T21:20:09.126Zprocess exited: duration 22 ms, exit code 0
 
842025-09-17T21:20:09.134Zstarting task 3: "clone repository"
852025-09-17T21:20:09.138Z+ mkdir -p /work/oxidecomputer/omicron
862025-09-17T21:20:09.141Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-09-17T21:20:09.214ZCloning into '/work/oxidecomputer/omicron'...
882025-09-17T21:20:20.390Z+ cd /work/oxidecomputer/omicron
892025-09-17T21:20:20.391Z+ git fetch origin 02e1451ca79d4643c24211fd63bb14f0199007a8
902025-09-17T21:20:20.716ZFrom https://github.com/oxidecomputer/omicron
912025-09-17T21:20:20.716Z * branch 02e1451ca79d4643c24211fd63bb14f0199007a8 -> FETCH_HEAD
922025-09-17T21:20:20.729Z+ [[ -n minimum-cpu-platforms ]]
932025-09-17T21:20:20.734Z++ git branch --show-current
942025-09-17T21:20:20.734Z+ current=main
952025-09-17T21:20:20.734Z+ [[ main != minimum-cpu-platforms ]]
962025-09-17T21:20:20.734Z+ git branch -f minimum-cpu-platforms 02e1451ca79d4643c24211fd63bb14f0199007a8
972025-09-17T21:20:20.738Z+ git checkout -f minimum-cpu-platforms
982025-09-17T21:20:20.980ZSwitched to branch 'minimum-cpu-platforms'
992025-09-17T21:20:20.996Z+ git reset --hard 02e1451ca79d4643c24211fd63bb14f0199007a8
1002025-09-17T21:20:21.027ZHEAD is now at 02e1451ca instance_migration_unknown_sled_type was legit flaky
1012025-09-17T21:20:21.030Zprocess exited: duration 11893 ms, exit code 0
 
1022025-09-17T21:20:21.037Zstarting task 4: "build"
1032025-09-17T21:20:21.042Z+ source .github/buildomat/ci-env.sh
1042025-09-17T21:20:21.042Z++ export CARGO_TERM_COLOR=always
1052025-09-17T21:20:21.042Z++ CARGO_TERM_COLOR=always
1062025-09-17T21:20:21.045Z+ cargo --version
1072025-09-17T21:20:21.099Zcargo 1.89.0 (c24e10642 2025-06-23)
1082025-09-17T21:20:21.102Z+ rustc --version
1092025-09-17T21:20:21.171Zrustc 1.89.0 (29483883e 2025-08-04)
1102025-09-17T21:20:21.175Z+ WORK=/work
1112025-09-17T21:20:21.175Z+ pfexec mkdir -p /work
1122025-09-17T21:20:21.180Z+ pfexec chown build /work
1132025-09-17T21:20:21.182Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142025-09-17T21:20:33.484Z Startup: Refreshing catalog 'helios-dev' ... Done
1152025-09-17T21:20:41.276Z Startup: Caching catalogs ... Done
1162025-09-17T21:20:48.800ZPlanning: Solver setup ... Done (6.298s)
1172025-09-17T21:20:48.861ZPlanning: Running solver ... Done (0.059s)
1182025-09-17T21:20:48.963ZPlanning: Finding local manifests ... Done (0.003s)
1192025-09-17T21:20:48.987ZPlanning: Fetching manifests: 0/4 0% complete
1202025-09-17T21:20:49.146ZPlanning: Fetching manifests: 4/4 100% complete
1212025-09-17T21:20:49.197ZPlanning: Package planning ... Done (0.049s)
1222025-09-17T21:20:49.246ZPlanning: Merging actions ... Done (0.051s)
1232025-09-17T21:20:49.618ZPlanning: Checking for conflicting actions ... Done (0.372s)
1242025-09-17T21:20:49.631ZPlanning: Consolidating action changes ... Done (0.011s)
1252025-09-17T21:20:50.764ZPlanning: Evaluating mediators ... Done (1.135s)
1262025-09-17T21:20:50.774ZPlanning: Planning completed in 9.37 seconds
1272025-09-17T21:20:50.791Z Packages to install: 4
1282025-09-17T21:20:50.791Z Mediators to change: 2
1292025-09-17T21:20:50.794Z Services to change: 1
1302025-09-17T21:20:50.794Z Estimated space available: 155.49 GB
1312025-09-17T21:20:50.794ZEstimated space to be consumed: 1.72 GB
1322025-09-17T21:20:50.794Z Create boot environment: No
1332025-09-17T21:20:50.794ZCreate backup boot environment: No
1342025-09-17T21:20:50.794Z Rebuild boot archive: No
1352025-09-17T21:20:50.794Z
1362025-09-17T21:20:50.794ZChanged mediators:
1372025-09-17T21:20:50.794Z mediator clang:
1382025-09-17T21:20:50.794Z version: None -> 15 (system default)
1392025-09-17T21:20:50.794Z
1402025-09-17T21:20:50.794Z mediator llvm:
1412025-09-17T21:20:50.794Z version: 14 (system default) -> 15 (system default)
1422025-09-17T21:20:50.794Z
1432025-09-17T21:20:50.794ZChanged packages:
1442025-09-17T21:20:50.794Zhelios-dev
1452025-09-17T21:20:50.794Z developer/build-essential
1462025-09-17T21:20:50.794Z None -> 11-2.0
1472025-09-17T21:20:50.794Z library/libxmlsec1
1482025-09-17T21:20:50.794Z None -> 1.2.35-2.0
1492025-09-17T21:20:50.794Z ooce/developer/clang-15
1502025-09-17T21:20:50.794Z None -> 15.0.7-2.0
1512025-09-17T21:20:50.794Z ooce/developer/llvm-15
1522025-09-17T21:20:50.794Z None -> 15.0.7-2.0
1532025-09-17T21:20:50.794Z
1542025-09-17T21:20:50.794ZServices:
1552025-09-17T21:20:50.794Z restart_fmri:
1562025-09-17T21:20:50.794Z svc:/system/update-man-index:default
1572025-09-17T21:20:50.845Z
1582025-09-17T21:20:50.845ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592025-09-17T21:20:55.846ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (24.8M/s)
1602025-09-17T21:20:58.426ZDownload: Completed 212.60 MB in 7.58 seconds (28.1M/s)
1612025-09-17T21:20:58.785Z Actions: 1/3689 actions (Installing new actions)
1622025-09-17T21:21:03.412Z Actions: Completed 3689 actions in 4.63 seconds.
1632025-09-17T21:21:04.025Z Done (0.608s)
1642025-09-17T21:21:04.025Z Done (0.000s)
1652025-09-17T21:21:05.010Z Done (0.901s)
1662025-09-17T21:21:09.920Z Done (4.667s)
1672025-09-17T21:21:10.009Z Done (0.019s)
1682025-09-17T21:21:10.013Z Done (0.000s)
1692025-09-17T21:21:10.160Z Done (0.000s)
1702025-09-17T21:21:11.047ZPlanning: Evaluating mediator changes ... Done
1712025-09-17T21:21:11.211ZPlanning: Checking for conflicting actions ... Done
1722025-09-17T21:21:11.214ZPlanning: Consolidating action changes ... Done
1732025-09-17T21:21:11.499ZPlanning: Evaluating mediators ... Done
1742025-09-17T21:21:11.502ZPlanning: Planning completed in 0.45 seconds
1752025-09-17T21:21:11.534Z Mediators to change: 2
1762025-09-17T21:21:11.534Z Create boot environment: No
1772025-09-17T21:21:11.537ZCreate backup boot environment: No
1782025-09-17T21:21:11.606Z Done
1792025-09-17T21:21:11.606Z Done
1802025-09-17T21:21:12.228Z Done
1812025-09-17T21:21:15.861Z Done
1822025-09-17T21:21:15.943Z Done
1832025-09-17T21:21:15.946Z Done
1842025-09-17T21:21:16.082Z Done
1852025-09-17T21:21:16.704ZPlanning: Evaluating mediator changes ... Done
1862025-09-17T21:21:16.707ZPlanning: Merging actions ... Done
1872025-09-17T21:21:16.897ZPlanning: Checking for conflicting actions ... Done
1882025-09-17T21:21:16.900ZPlanning: Consolidating action changes ... Done
1892025-09-17T21:21:17.166ZPlanning: Evaluating mediators ... Done
1902025-09-17T21:21:17.223ZPlanning: Planning completed in 0.77 seconds
1912025-09-17T21:21:17.258Z Packages to change: 1
1922025-09-17T21:21:17.258Z Mediators to change: 1
1932025-09-17T21:21:17.261Z Services to change: 1
1942025-09-17T21:21:17.261Z Create boot environment: No
1952025-09-17T21:21:17.261ZCreate backup boot environment: Yes
1962025-09-17T21:21:19.599Z Actions: 1/6 actions (Updating modified actions)
1972025-09-17T21:21:19.603Z Actions: Completed 6 actions in 0.00 seconds.
1982025-09-17T21:21:19.603Z Done
1992025-09-17T21:21:19.603Z Done
2002025-09-17T21:21:19.782Z Done
2012025-09-17T21:21:23.475Z Done
2022025-09-17T21:21:23.562Z Done
2032025-09-17T21:21:23.565Z Done
2042025-09-17T21:21:23.718Z Done
2052025-09-17T21:21:24.173ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062025-09-17T21:21:24.173Zclang system 15 system
2072025-09-17T21:21:24.173Zcsh system system illumos
2082025-09-17T21:21:24.173Zctags system system illumos
2092025-09-17T21:21:24.173Zfile system system illumos
2102025-09-17T21:21:24.173Zgcc vendor 12 vendor
2112025-09-17T21:21:24.173Zgcc system 10 system
2122025-09-17T21:21:24.173Zgcc system 7 system
2132025-09-17T21:21:24.173Zgo system 1.20 system
2142025-09-17T21:21:24.173Zgo system 1.19 system
2152025-09-17T21:21:24.173Zllvm system 15 system
2162025-09-17T21:21:24.173Zllvm system 14 system
2172025-09-17T21:21:24.173Zmariadb system 10.6 system
2182025-09-17T21:21:24.173Zmta vendor vendor dma
2192025-09-17T21:21:24.173Zopenjdk system 17 system
2202025-09-17T21:21:24.173Zopenjdk system 11 system
2212025-09-17T21:21:24.173Zopenjdk system 1.8 system
2222025-09-17T21:21:24.173Zopenssl vendor 3 vendor
2232025-09-17T21:21:24.173Zperl system 5.36 system
2242025-09-17T21:21:24.173Zpostgresql system 15 system
2252025-09-17T21:21:24.173Zpostgresql system 13 system
2262025-09-17T21:21:24.173Zpython vendor 3 vendor
2272025-09-17T21:21:24.173Zpython system 2 system
2282025-09-17T21:21:24.173Zpython3 system 3.11 system
2292025-09-17T21:21:24.174Zruby system 3.0 system
2302025-09-17T21:21:24.174Zwords vendor vendor american-english
2312025-09-17T21:21:24.174Zwords system system australian-english
2322025-09-17T21:21:24.174Zwords system system british-english
2332025-09-17T21:21:24.174Zwords system system canadian-english
2342025-09-17T21:21:24.174Zwords system system french
2352025-09-17T21:21:24.174Zwords system system italian
2362025-09-17T21:21:24.174Zwords system system ngerman
2372025-09-17T21:21:24.174Zwords system system ogerman
2382025-09-17T21:21:24.174Zwords system system spanish
2392025-09-17T21:21:24.519ZPUBLISHER TYPE STATUS P LOCATION
2402025-09-17T21:21:24.519Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412025-09-17T21:21:29.484ZFMRI IFO
2422025-09-17T21:21:29.484Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432025-09-17T21:21:29.484Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442025-09-17T21:21:29.484Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452025-09-17T21:21:29.484Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462025-09-17T21:21:29.484Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472025-09-17T21:21:29.484Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482025-09-17T21:21:29.484Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492025-09-17T21:21:29.484Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502025-09-17T21:21:29.484Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512025-09-17T21:21:29.484Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522025-09-17T21:21:29.484Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532025-09-17T21:21:29.484Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542025-09-17T21:21:29.484Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552025-09-17T21:21:29.484Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562025-09-17T21:21:29.484Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572025-09-17T21:21:29.484Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582025-09-17T21:21:30.513Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592025-09-17T21:21:30.804Z Updating crates.io index
2602025-09-17T21:21:30.863Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612025-09-17T21:21:31.178Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2622025-09-17T21:21:31.927Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2632025-09-17T21:21:32.188Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642025-09-17T21:21:32.479Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2652025-09-17T21:21:32.809Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662025-09-17T21:21:34.044Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672025-09-17T21:21:36.113Z Updating git repository `https://github.com/oxidecomputer/opte`
2682025-09-17T21:21:37.134Z Updating git repository `https://github.com/oxidecomputer/falcon`
2692025-09-17T21:21:37.804Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2702025-09-17T21:21:38.530Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712025-09-17T21:21:38.790Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722025-09-17T21:21:39.113Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732025-09-17T21:21:39.788Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742025-09-17T21:21:40.301Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752025-09-17T21:21:40.583Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762025-09-17T21:21:40.917Z Updating git repository `https://github.com/oxidecomputer/tofino`
2772025-09-17T21:21:41.205Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782025-09-17T21:21:41.476Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792025-09-17T21:21:41.714Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802025-09-17T21:21:42.003Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2812025-09-17T21:21:42.325Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2822025-09-17T21:21:42.803Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2832025-09-17T21:21:43.140Z Updating git repository `https://github.com/oxidecomputer/ispf`
2842025-09-17T21:21:43.574Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2852025-09-17T21:21:44.053Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2862025-09-17T21:21:44.432Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2872025-09-17T21:21:44.705Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2882025-09-17T21:21:45.067Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2892025-09-17T21:21:45.490Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2902025-09-17T21:21:45.760Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2912025-09-17T21:21:46.034Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2922025-09-17T21:21:46.359Z Updating git repository `https://github.com/oxidecomputer/omicron`
2932025-09-17T21:22:00.889Z Updating git repository `https://github.com/illumos/smf-rs`
2942025-09-17T21:22:02.281Z Downloading crates ...
2952025-09-17T21:22:02.332Z Downloaded anstyle-parse v0.2.5
2962025-09-17T21:22:02.337Z Downloaded anstream v0.6.18
2972025-09-17T21:22:02.347Z Downloaded digest v0.10.7
2982025-09-17T21:22:02.350Z Downloaded anyhow v1.0.99
2992025-09-17T21:22:02.354Z Downloaded autocfg v1.4.0
3002025-09-17T21:22:02.357Z Downloaded camino v1.2.0
3012025-09-17T21:22:02.359Z Downloaded form_urlencoded v1.2.2
3022025-09-17T21:22:02.359Z Downloaded erased-serde v0.4.6
3032025-09-17T21:22:02.363Z Downloaded displaydoc v0.2.5
3042025-09-17T21:22:02.365Z Downloaded thiserror-impl v2.0.16
3052025-09-17T21:22:02.368Z Downloaded thiserror-impl v1.0.69
3062025-09-17T21:22:02.371Z Downloaded zerofrom v0.1.4
3072025-09-17T21:22:02.371Z Downloaded fastrand v2.1.1
3082025-09-17T21:22:02.374Z Downloaded byteorder v1.5.0
3092025-09-17T21:22:02.374Z Downloaded yoke-derive v0.7.4
3102025-09-17T21:22:02.377Z Downloaded icu_locid_transform v1.5.0
3112025-09-17T21:22:02.380Z Downloaded usdt-macro v0.5.0
3122025-09-17T21:22:02.380Z Downloaded litemap v0.7.3
3132025-09-17T21:22:02.383Z Downloaded fs-err v3.1.1
3142025-09-17T21:22:02.386Z Downloaded thread-id v4.2.2
3152025-09-17T21:22:02.386Z Downloaded toml_write v0.1.2
3162025-09-17T21:22:02.389Z Downloaded proc-macro-error v1.0.4
3172025-09-17T21:22:02.392Z Downloaded unicode-xid v0.2.6
3182025-09-17T21:22:02.392Z Downloaded terminal_size v0.4.0
3192025-09-17T21:22:02.395Z Downloaded usdt v0.5.0
3202025-09-17T21:22:02.395Z Downloaded zerovec-derive v0.10.3
3212025-09-17T21:22:02.398Z Downloaded icu_locid v1.5.0
3222025-09-17T21:22:02.402Z Downloaded zerofrom-derive v0.1.4
3232025-09-17T21:22:02.405Z Downloaded version_check v0.9.5
3242025-09-17T21:22:02.405Z Downloaded utf8parse v0.2.2
3252025-09-17T21:22:02.408Z Downloaded utf8_iter v1.0.4
3262025-09-17T21:22:02.408Z Downloaded utf16_iter v1.0.5
3272025-09-17T21:22:02.408Z Downloaded generic-array v0.14.7
3282025-09-17T21:22:02.411Z Downloaded writeable v0.5.5
3292025-09-17T21:22:02.411Z Downloaded usdt-impl v0.5.0
3302025-09-17T21:22:02.414Z Downloaded typenum v1.17.0
3312025-09-17T21:22:02.417Z Downloaded yoke v0.7.4
3322025-09-17T21:22:02.417Z Downloaded zerocopy-derive v0.7.35
3332025-09-17T21:22:02.424Z Downloaded ucd-trie v0.1.7
3342025-09-17T21:22:02.426Z Downloaded pretty-hex v0.4.1
3352025-09-17T21:22:02.427Z Downloaded tempfile v3.20.0
3362025-09-17T21:22:02.429Z Downloaded unicode-ident v1.0.18
3372025-09-17T21:22:02.432Z Downloaded textwrap v0.16.2
3382025-09-17T21:22:02.435Z Downloaded toml_edit v0.22.27
3392025-09-17T21:22:02.442Z Downloaded scroll_derive v0.12.0
3402025-09-17T21:22:02.445Z Downloaded log v0.4.27
3412025-09-17T21:22:02.445Z Downloaded swrite v0.1.0
3422025-09-17T21:22:02.445Z Downloaded ordered-float v2.10.1
3432025-09-17T21:22:02.445Z Downloaded url v2.5.4
3442025-09-17T21:22:02.448Z Downloaded percent-encoding v2.3.2
3452025-09-17T21:22:02.449Z Downloaded memmap v0.7.0
3462025-09-17T21:22:02.452Z Downloaded pest_generator v2.7.14
3472025-09-17T21:22:02.452Z Downloaded macaddr v1.0.1
3482025-09-17T21:22:02.486Z Downloaded itoa v1.0.11
3492025-09-17T21:22:02.486Z Downloaded zerovec v0.10.4
3502025-09-17T21:22:02.486Z Downloaded tabled v0.15.0
3512025-09-17T21:22:02.486Z Downloaded zerocopy v0.7.35
3522025-09-17T21:22:02.489Z Downloaded thiserror v1.0.69
3532025-09-17T21:22:02.492Z Downloaded tabled_derive v0.7.0
3542025-09-17T21:22:02.495Z Downloaded num-traits v0.2.19
3552025-09-17T21:22:02.498Z Downloaded quote v1.0.40
3562025-09-17T21:22:02.498Z Downloaded cargo_toml v0.21.0
3572025-09-17T21:22:02.501Z Downloaded cargo-platform v0.2.0
3582025-09-17T21:22:02.501Z Downloaded unicode-width v0.2.0
3592025-09-17T21:22:02.506Z Downloaded unicode-width v0.1.14
3602025-09-17T21:22:02.510Z Downloaded smallvec v1.15.1
3612025-09-17T21:22:02.513Z Downloaded serde_tokenstream v0.2.2
3622025-09-17T21:22:02.513Z Downloaded serde-untagged v0.1.7
3632025-09-17T21:22:02.516Z Downloaded once_cell v1.21.3
3642025-09-17T21:22:02.519Z Downloaded icu_provider v1.5.0
3652025-09-17T21:22:02.519Z Downloaded camino-tempfile v1.4.1
3662025-09-17T21:22:02.522Z Downloaded sha2 v0.10.9
3672025-09-17T21:22:02.525Z Downloaded semver v1.0.26
3682025-09-17T21:22:02.525Z Downloaded plain v0.2.3
3692025-09-17T21:22:02.528Z Downloaded cargo_metadata v0.21.0
3702025-09-17T21:22:02.528Z Downloaded cargo-util-schemas v0.8.2
3712025-09-17T21:22:02.532Z Downloaded icu_locid_transform_data v1.5.0
3722025-09-17T21:22:02.532Z Downloaded serde v1.0.223
3732025-09-17T21:22:02.535Z Downloaded ryu v1.0.18
3742025-09-17T21:22:02.538Z Downloaded serde_derive v1.0.223
3752025-09-17T21:22:02.538Z Downloaded indexmap v2.11.0
3762025-09-17T21:22:02.541Z Downloaded proc-macro2 v1.0.101
3772025-09-17T21:22:02.544Z Downloaded pest_meta v2.7.14
3782025-09-17T21:22:02.547Z Downloaded serde_core v1.0.223
3792025-09-17T21:22:02.552Z Downloaded clap v4.5.41
3802025-09-17T21:22:02.556Z Downloaded icu_collections v1.5.0
3812025-09-17T21:22:02.561Z Downloaded memchr v2.7.4
3822025-09-17T21:22:02.566Z Downloaded idna v1.0.3
3832025-09-17T21:22:02.569Z Downloaded hashbrown v0.15.4
3842025-09-17T21:22:02.574Z Downloaded pest_derive v2.7.14
3852025-09-17T21:22:02.578Z Downloaded papergrid v0.11.0
3862025-09-17T21:22:02.581Z Downloaded scroll v0.12.0
3872025-09-17T21:22:02.584Z Downloaded clap_derive v4.5.41
3882025-09-17T21:22:02.584Z Downloaded winnow v0.7.10
3892025-09-17T21:22:02.591Z Downloaded pest v2.7.14
3902025-09-17T21:22:02.595Z Downloaded synstructure v0.13.1
3912025-09-17T21:22:02.598Z Downloaded strsim v0.11.1
3922025-09-17T21:22:02.598Z Downloaded stable_deref_trait v1.2.0
3932025-09-17T21:22:02.598Z Downloaded smawk v0.3.2
3942025-09-17T21:22:02.601Z Downloaded serde_spanned v0.6.9
3952025-09-17T21:22:02.601Z Downloaded serde_json v1.0.145
3962025-09-17T21:22:02.606Z Downloaded goblin v0.8.2
3972025-09-17T21:22:02.612Z Downloaded clap_builder v4.5.41
3982025-09-17T21:22:02.617Z Downloaded serde-value v0.7.0
3992025-09-17T21:22:02.620Z Downloaded crypto-common v0.1.6
4002025-09-17T21:22:02.620Z Downloaded cpufeatures v0.2.14
4012025-09-17T21:22:02.620Z Downloaded clap_lex v0.7.4
4022025-09-17T21:22:02.624Z Downloaded cfg-if v1.0.1
4032025-09-17T21:22:02.624Z Downloaded icu_properties_data v1.5.0
4042025-09-17T21:22:02.631Z Downloaded syn v1.0.109
4052025-09-17T21:22:02.639Z Downloaded heck v0.4.1
4062025-09-17T21:22:02.642Z Downloaded heck v0.5.0
4072025-09-17T21:22:02.642Z Downloaded syn v2.0.106
4082025-09-17T21:22:02.651Z Downloaded is_terminal_polyfill v1.70.1
4092025-09-17T21:22:02.654Z Downloaded rustix v0.38.37
4102025-09-17T21:22:02.670Z Downloaded icu_provider_macros v1.5.0
4112025-09-17T21:22:02.674Z Downloaded toml_datetime v0.6.11
4122025-09-17T21:22:02.674Z Downloaded toml v0.8.23
4132025-09-17T21:22:02.677Z Downloaded icu_normalizer_data v1.5.0
4142025-09-17T21:22:02.677Z Downloaded rustix v1.0.7
4152025-09-17T21:22:02.695Z Downloaded typeid v1.0.3
4162025-09-17T21:22:02.698Z Downloaded icu_normalizer v1.5.0
4172025-09-17T21:22:02.702Z Downloaded colorchoice v1.0.2
4182025-09-17T21:22:02.702Z Downloaded tinystr v0.7.6
4192025-09-17T21:22:02.705Z Downloaded proc-macro-error-attr v1.0.4
4202025-09-17T21:22:02.705Z Downloaded idna_adapter v1.2.0
4212025-09-17T21:22:02.705Z Downloaded getrandom v0.3.1
4222025-09-17T21:22:02.705Z Downloaded unicode-linebreak v0.1.5
4232025-09-17T21:22:02.709Z Downloaded dof v0.3.0
4242025-09-17T21:22:02.709Z Downloaded icu_properties v1.5.1
4252025-09-17T21:22:02.712Z Downloaded errno v0.3.12
4262025-09-17T21:22:02.712Z Downloaded write16 v1.0.0
4272025-09-17T21:22:02.712Z Downloaded usdt-attr-macro v0.5.0
4282025-09-17T21:22:02.712Z Downloaded equivalent v1.0.2
4292025-09-17T21:22:02.715Z Downloaded block-buffer v0.10.4
4302025-09-17T21:22:02.715Z Downloaded thiserror v2.0.16
4312025-09-17T21:22:02.718Z Downloaded bytecount v0.6.8
4322025-09-17T21:22:02.722Z Downloaded fnv v1.0.7
4332025-09-17T21:22:02.722Z Downloaded dtrace-parser v0.2.0
4342025-09-17T21:22:02.722Z Downloaded anstyle v1.0.11
4352025-09-17T21:22:02.725Z Downloaded anstyle-query v1.1.1
4362025-09-17T21:22:02.725Z Downloaded bitflags v2.9.1
4372025-09-17T21:22:02.728Z Downloaded libc v0.2.174
4382025-09-17T21:22:02.806Z Compiling proc-macro2 v1.0.101
4392025-09-17T21:22:02.806Z Compiling unicode-ident v1.0.18
4402025-09-17T21:22:02.806Z Compiling serde_core v1.0.223
4412025-09-17T21:22:02.809Z Compiling serde v1.0.223
4422025-09-17T21:22:02.809Z Compiling version_check v0.9.5
4432025-09-17T21:22:02.809Z Compiling libc v0.2.174
4442025-09-17T21:22:02.809Z Compiling memchr v2.7.4
4452025-09-17T21:22:02.809Z Compiling thiserror v1.0.69
4462025-09-17T21:22:03.269Z Compiling stable_deref_trait v1.2.0
4472025-09-17T21:22:03.403Z Compiling writeable v0.5.5
4482025-09-17T21:22:03.861Z Compiling ucd-trie v0.1.7
4492025-09-17T21:22:04.144Z Compiling ryu v1.0.18
4502025-09-17T21:22:04.281Z Compiling itoa v1.0.11
4512025-09-17T21:22:04.337Z Compiling litemap v0.7.3
4522025-09-17T21:22:04.363Z Compiling autocfg v1.4.0
4532025-09-17T21:22:04.508Z Compiling once_cell v1.21.3
4542025-09-17T21:22:04.536Z Compiling byteorder v1.5.0
4552025-09-17T21:22:04.925Z Compiling icu_locid_transform_data v1.5.0
4562025-09-17T21:22:05.037Z Compiling bitflags v2.9.1
4572025-09-17T21:22:05.063Z Compiling serde_json v1.0.145
4582025-09-17T21:22:05.258Z Compiling errno v0.3.12
4592025-09-17T21:22:05.402Z Compiling quote v1.0.40
4602025-09-17T21:22:05.428Z Compiling icu_properties_data v1.5.0
4612025-09-17T21:22:05.493Z Compiling num-traits v0.2.19
4622025-09-17T21:22:05.694Z Compiling equivalent v1.0.2
4632025-09-17T21:22:05.824Z Compiling syn v2.0.106
4642025-09-17T21:22:05.849Z Compiling utf8_iter v1.0.4
4652025-09-17T21:22:05.876Z Compiling icu_normalizer_data v1.5.0
4662025-09-17T21:22:05.993Z Compiling write16 v1.0.0
4672025-09-17T21:22:06.018Z Compiling smallvec v1.15.1
4682025-09-17T21:22:06.018Z Compiling utf16_iter v1.0.5
4692025-09-17T21:22:06.088Z Compiling rustix v0.38.37
4702025-09-17T21:22:06.130Z Compiling hashbrown v0.15.4
4712025-09-17T21:22:06.154Z Compiling typeid v1.0.3
4722025-09-17T21:22:06.713Z Compiling proc-macro-error-attr v1.0.4
4732025-09-17T21:22:06.739Z Compiling usdt-impl v0.5.0
4742025-09-17T21:22:06.903Z Compiling winnow v0.7.10
4752025-09-17T21:22:06.961Z Compiling syn v1.0.109
4762025-09-17T21:22:07.045Z Compiling toml_write v0.1.2
4772025-09-17T21:22:07.222Z Compiling indexmap v2.11.0
4782025-09-17T21:22:07.417Z Compiling thread-id v4.2.2
4792025-09-17T21:22:07.723Z Compiling proc-macro-error v1.0.4
4802025-09-17T21:22:08.070Z Compiling utf8parse v0.2.2
4812025-09-17T21:22:08.247Z Compiling rustix v1.0.7
4822025-09-17T21:22:08.731Z Compiling getrandom v0.3.1
4832025-09-17T21:22:08.833Z Compiling percent-encoding v2.3.2
4842025-09-17T21:22:09.169Z Compiling plain v0.2.3
4852025-09-17T21:22:09.200Z Compiling camino v1.2.0
4862025-09-17T21:22:09.354Z Compiling log v0.4.27
4872025-09-17T21:22:09.441Z Compiling semver v1.0.26
4882025-09-17T21:22:09.467Z Compiling thiserror v2.0.16
4892025-09-17T21:22:09.789Z Compiling ordered-float v2.10.1
4902025-09-17T21:22:09.920Z Compiling form_urlencoded v1.2.2
4912025-09-17T21:22:10.230Z Compiling terminal_size v0.4.0
4922025-09-17T21:22:10.258Z Compiling anstyle-parse v0.2.5
4932025-09-17T21:22:10.549Z Compiling pretty-hex v0.4.1
4942025-09-17T21:22:10.596Z Compiling anstyle-query v1.1.1
4952025-09-17T21:22:10.775Z Compiling anstyle v1.0.11
4962025-09-17T21:22:10.778Z Compiling colorchoice v1.0.2
4972025-09-17T21:22:10.902Z Compiling cfg-if v1.0.1
4982025-09-17T21:22:10.989Z Compiling is_terminal_polyfill v1.70.1
4992025-09-17T21:22:11.229Z Compiling anstream v0.6.18
5002025-09-17T21:22:11.334Z Compiling fs-err v3.1.1
5012025-09-17T21:22:11.587Z Compiling fnv v1.0.7
5022025-09-17T21:22:11.686Z Compiling heck v0.4.1
5032025-09-17T21:22:11.748Z Compiling clap_lex v0.7.4
5042025-09-17T21:22:11.843Z Compiling unicode-xid v0.2.6
5052025-09-17T21:22:12.066Z Compiling fastrand v2.1.1
5062025-09-17T21:22:12.142Z Compiling strsim v0.11.1
5072025-09-17T21:22:12.166Z Compiling heck v0.5.0
5082025-09-17T21:22:12.576Z Compiling synstructure v0.13.1
5092025-09-17T21:22:12.615Z Compiling anyhow v1.0.99
5102025-09-17T21:22:12.639Z Compiling bytecount v0.6.8
5112025-09-17T21:22:12.879Z Compiling unicode-width v0.1.14
5122025-09-17T21:22:12.886Z Compiling tempfile v3.20.0
5132025-09-17T21:22:13.404Z Compiling papergrid v0.11.0
5142025-09-17T21:22:13.716Z Compiling clap_builder v4.5.41
5152025-09-17T21:22:13.824Z Compiling memmap v0.7.0
5162025-09-17T21:22:13.913Z Compiling unicode-linebreak v0.1.5
5172025-09-17T21:22:13.961Z Compiling smawk v0.3.2
5182025-09-17T21:22:14.153Z Compiling unicode-width v0.2.0
5192025-09-17T21:22:14.695Z Compiling textwrap v0.16.2
5202025-09-17T21:22:14.781Z Compiling camino-tempfile v1.4.1
5212025-09-17T21:22:15.209Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5222025-09-17T21:22:15.245Z Compiling swrite v0.1.0
5232025-09-17T21:22:15.591Z Compiling tabled_derive v0.7.0
5242025-09-17T21:22:16.337Z Compiling serde_derive v1.0.223
5252025-09-17T21:22:16.340Z Compiling zerofrom-derive v0.1.4
5262025-09-17T21:22:16.340Z Compiling yoke-derive v0.7.4
5272025-09-17T21:22:16.429Z Compiling thiserror-impl v1.0.69
5282025-09-17T21:22:16.596Z Compiling zerovec-derive v0.10.3
5292025-09-17T21:22:17.101Z Compiling displaydoc v0.2.5
5302025-09-17T21:22:18.638Z Compiling icu_provider_macros v1.5.0
5312025-09-17T21:22:19.057Z Compiling zerocopy-derive v0.7.35
5322025-09-17T21:22:19.085Z Compiling scroll_derive v0.12.0
5332025-09-17T21:22:19.541Z Compiling pest v2.7.14
5342025-09-17T21:22:19.711Z Compiling thiserror-impl v2.0.16
5352025-09-17T21:22:19.759Z Compiling zerofrom v0.1.4
5362025-09-17T21:22:20.014Z Compiling yoke v0.7.4
5372025-09-17T21:22:20.408Z Compiling zerovec v0.10.4
5382025-09-17T21:22:20.443Z Compiling scroll v0.12.0
5392025-09-17T21:22:20.978Z Compiling goblin v0.8.2
5402025-09-17T21:22:21.031Z Compiling zerocopy v0.7.35
5412025-09-17T21:22:21.298Z Compiling clap_derive v4.5.41
5422025-09-17T21:22:21.931Z Compiling tabled v0.15.0
5432025-09-17T21:22:22.376Z Compiling tinystr v0.7.6
5442025-09-17T21:22:22.403Z Compiling pest_meta v2.7.14
5452025-09-17T21:22:22.430Z Compiling icu_collections v1.5.0
5462025-09-17T21:22:22.763Z Compiling icu_locid v1.5.0
5472025-09-17T21:22:23.873Z Compiling pest_generator v2.7.14
5482025-09-17T21:22:23.975Z Compiling icu_provider v1.5.0
5492025-09-17T21:22:24.758Z Compiling icu_locid_transform v1.5.0
5502025-09-17T21:22:24.934Z Compiling serde_spanned v0.6.9
5512025-09-17T21:22:25.078Z Compiling toml_datetime v0.6.11
5522025-09-17T21:22:25.200Z Compiling erased-serde v0.4.6
5532025-09-17T21:22:25.611Z Compiling toml_edit v0.22.27
5542025-09-17T21:22:26.070Z Compiling icu_properties v1.5.1
5552025-09-17T21:22:26.303Z Compiling dof v0.3.0
5562025-09-17T21:22:26.325Z Compiling serde_tokenstream v0.2.2
5572025-09-17T21:22:26.706Z Compiling pest_derive v2.7.14
5582025-09-17T21:22:27.006Z Compiling serde-untagged v0.1.7
5592025-09-17T21:22:27.195Z Compiling serde-value v0.7.0
5602025-09-17T21:22:27.490Z Compiling cargo-platform v0.2.0
5612025-09-17T21:22:27.521Z Compiling dtrace-parser v0.2.0
5622025-09-17T21:22:27.524Z Compiling macaddr v1.0.1
5632025-09-17T21:22:27.960Z Compiling clap v4.5.41
5642025-09-17T21:22:29.016Z Compiling toml v0.8.23
5652025-09-17T21:22:29.163Z Compiling usdt-attr-macro v0.5.0
5662025-09-17T21:22:29.234Z Compiling usdt-macro v0.5.0
5672025-09-17T21:22:29.667Z Compiling icu_normalizer v1.5.0
5682025-09-17T21:22:29.920Z Compiling cargo_toml v0.21.0
5692025-09-17T21:22:30.510Z Compiling idna_adapter v1.2.0
5702025-09-17T21:22:30.539Z Compiling usdt v0.5.0
5712025-09-17T21:22:30.686Z Compiling idna v1.0.3
5722025-09-17T21:22:31.080Z Compiling url v2.5.4
5732025-09-17T21:22:31.740Z Compiling cargo-util-schemas v0.8.2
5742025-09-17T21:22:33.384Z Compiling cargo_metadata v0.21.0
5752025-09-17T21:22:34.944Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5762025-09-17T21:22:38.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
5772025-09-17T21:22:38.717Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5782025-09-17T21:22:39.434Z Downloading crates ...
5792025-09-17T21:22:39.593Z Downloaded aes v0.8.4
5802025-09-17T21:22:39.597Z Downloaded half v1.8.3
5812025-09-17T21:22:39.599Z Downloaded ident_case v1.0.1
5822025-09-17T21:22:39.603Z Downloaded glob v0.3.2
5832025-09-17T21:22:39.605Z Downloaded lalrpop-util v0.19.12
5842025-09-17T21:22:39.605Z Downloaded iana-time-zone v0.1.63
5852025-09-17T21:22:39.608Z Downloaded arrayref v0.3.9
5862025-09-17T21:22:39.611Z Downloaded addr2line v0.24.2
5872025-09-17T21:22:39.614Z Downloaded keccak v0.1.5
5882025-09-17T21:22:39.617Z Downloaded ingot-macros v0.1.1
5892025-09-17T21:22:39.620Z Downloaded argon2 v0.5.3
5902025-09-17T21:22:39.623Z Downloaded async-recursion v1.1.1
5912025-09-17T21:22:39.626Z Downloaded async-trait v0.1.89
5922025-09-17T21:22:39.630Z Downloaded http v1.3.1
5932025-09-17T21:22:39.635Z Downloaded hash32 v0.2.1
5942025-09-17T21:22:39.638Z Downloaded backoff v0.4.0
5952025-09-17T21:22:39.641Z Downloaded half v2.4.1
5962025-09-17T21:22:39.643Z Downloaded heapless v0.8.0
5972025-09-17T21:22:39.648Z Downloaded headers-core v0.3.0
5982025-09-17T21:22:39.651Z Downloaded heck v0.3.3
5992025-09-17T21:22:39.653Z Downloaded bit-vec v0.6.3
6002025-09-17T21:22:39.654Z Downloaded hickory-client v0.25.2
6012025-09-17T21:22:39.656Z Downloaded bit-set v0.5.3
6022025-09-17T21:22:39.659Z Downloaded bitfield v0.14.0
6032025-09-17T21:22:39.662Z Downloaded allocator-api2 v0.2.21
6042025-09-17T21:22:39.665Z Downloaded globwalk v0.9.1
6052025-09-17T21:22:39.668Z Downloaded bit-set v0.8.0
6062025-09-17T21:22:39.668Z Downloaded hubpack_derive v0.1.1
6072025-09-17T21:22:39.671Z Downloaded bb8 v0.8.5
6082025-09-17T21:22:39.671Z Downloaded headers v0.4.1
6092025-09-17T21:22:39.677Z Downloaded hex v0.4.3
6102025-09-17T21:22:39.680Z Downloaded arrayvec v0.7.6
6112025-09-17T21:22:39.685Z Downloaded cfg_aliases v0.1.1
6122025-09-17T21:22:39.692Z Downloaded is_ci v1.2.0
6132025-09-17T21:22:39.696Z Downloaded base16ct v0.2.0
6142025-09-17T21:22:39.696Z Downloaded httpdate v1.0.3
6152025-09-17T21:22:39.696Z Downloaded http-body-util v0.1.3
6162025-09-17T21:22:39.696Z Downloaded heapless v0.7.17
6172025-09-17T21:22:39.700Z Downloaded http-body v1.0.1
6182025-09-17T21:22:39.704Z Downloaded ciborium-io v0.2.2
6192025-09-17T21:22:39.707Z Downloaded instability v0.3.2
6202025-09-17T21:22:39.707Z Downloaded kstat-rs v0.2.4
6212025-09-17T21:22:39.710Z Downloaded crc8 v0.1.1
6222025-09-17T21:22:39.710Z Downloaded block-padding v0.3.3
6232025-09-17T21:22:39.713Z Downloaded bcrypt-pbkdf v0.10.0
6242025-09-17T21:22:39.716Z Downloaded signal-hook-mio v0.2.4
6252025-09-17T21:22:39.716Z Downloaded is-terminal v0.4.13
6262025-09-17T21:22:39.719Z Downloaded instant v0.1.13
6272025-09-17T21:22:39.723Z Downloaded internet-checksum v0.2.1
6282025-09-17T21:22:39.723Z Downloaded impl-trait-for-tuples v0.2.2
6292025-09-17T21:22:39.725Z Downloaded cobs v0.2.3
6302025-09-17T21:22:39.728Z Downloaded bit-vec v0.8.0
6312025-09-17T21:22:39.731Z Downloaded hyper-tls v0.6.0
6322025-09-17T21:22:39.731Z Downloaded hubpack v0.1.2
6332025-09-17T21:22:39.734Z Downloaded hostname v0.3.1
6342025-09-17T21:22:39.740Z Downloaded castaway v0.2.3
6352025-09-17T21:22:39.743Z Downloaded cassowary v0.3.0
6362025-09-17T21:22:39.743Z Downloaded bitfield-struct v0.6.2
6372025-09-17T21:22:39.744Z Downloaded serde-big-array v0.5.1
6382025-09-17T21:22:39.748Z Downloaded bitflags v1.3.2
6392025-09-17T21:22:39.752Z Downloaded convert_case v0.7.1
6402025-09-17T21:22:39.752Z Downloaded lazy_static v1.5.0
6412025-09-17T21:22:39.756Z Downloaded lru-cache v0.1.2
6422025-09-17T21:22:39.756Z Downloaded indoc v2.0.6
6432025-09-17T21:22:39.759Z Downloaded sqlparser_derive v0.2.2
6442025-09-17T21:22:39.763Z Downloaded progenitor v0.8.0
6452025-09-17T21:22:39.766Z Downloaded hashbrown v0.13.2
6462025-09-17T21:22:39.769Z Downloaded libsw v3.5.0
6472025-09-17T21:22:39.772Z Downloaded humantime v2.2.0
6482025-09-17T21:22:39.772Z Downloaded indoc v1.0.9
6492025-09-17T21:22:39.775Z Downloaded inout v0.1.3
6502025-09-17T21:22:39.778Z Downloaded lru v0.12.5
6512025-09-17T21:22:39.784Z Downloaded linked-hash-map v0.5.6
6522025-09-17T21:22:39.784Z Downloaded bcs v0.1.6
6532025-09-17T21:22:39.787Z Downloaded lockfree-object-pool v0.1.6
6542025-09-17T21:22:39.802Z Downloaded try-lock v0.2.5
6552025-09-17T21:22:39.805Z Downloaded slog-scope v4.4.0
6562025-09-17T21:22:39.805Z Downloaded r2d2 v0.8.10
6572025-09-17T21:22:39.808Z Downloaded progenitor-macro v0.11.0
6582025-09-17T21:22:39.811Z Downloaded semver v0.1.20
6592025-09-17T21:22:39.811Z Downloaded constant_time_eq v0.3.1
6602025-09-17T21:22:39.814Z Downloaded cargo_metadata v0.18.1
6612025-09-17T21:22:39.817Z Downloaded serde_with_macros v3.14.0
6622025-09-17T21:22:39.820Z Downloaded indicatif v0.17.11
6632025-09-17T21:22:39.824Z Downloaded crunchy v0.2.2
6642025-09-17T21:22:39.827Z Downloaded siphasher v0.3.11
6652025-09-17T21:22:39.829Z Downloaded simd-adler32 v0.3.7
6662025-09-17T21:22:39.834Z Downloaded tokio-macros v2.5.0
6672025-09-17T21:22:39.834Z Downloaded httparse v1.9.5
6682025-09-17T21:22:39.837Z Downloaded structmeta v0.3.0
6692025-09-17T21:22:39.840Z Downloaded lock_api v0.4.12
6702025-09-17T21:22:39.840Z Downloaded radium v0.7.0
6712025-09-17T21:22:39.842Z Downloaded libsw-core v0.3.1
6722025-09-17T21:22:39.845Z Downloaded libloading v0.8.5
6732025-09-17T21:22:39.848Z Downloaded tui-tree-widget v0.23.1
6742025-09-17T21:22:39.848Z Downloaded cookie v0.18.1
6752025-09-17T21:22:39.853Z Downloaded foreign-types v0.3.2
6762025-09-17T21:22:39.857Z Downloaded hashbrown v0.12.3
6772025-09-17T21:22:39.859Z Downloaded termios v0.3.3
6782025-09-17T21:22:39.862Z Downloaded thiserror-impl-no-std v2.0.2
6792025-09-17T21:22:39.862Z Downloaded quinn-udp v0.5.5
6802025-09-17T21:22:39.866Z Downloaded proc-macro-error2 v2.0.1
6812025-09-17T21:22:39.869Z Downloaded fd-lock v4.0.2
6822025-09-17T21:22:39.872Z Downloaded subtle v2.6.1
6832025-09-17T21:22:39.875Z Downloaded newtype_derive v0.1.6
6842025-09-17T21:22:39.879Z Downloaded newline-converter v0.3.0
6852025-09-17T21:22:39.879Z Downloaded blake2 v0.10.6
6862025-09-17T21:22:39.882Z Downloaded opaque-debug v0.3.1
6872025-09-17T21:22:39.885Z Downloaded number_prefix v0.4.0
6882025-09-17T21:22:39.885Z Downloaded const-oid v0.9.6
6892025-09-17T21:22:39.888Z Downloaded tokio-tungstenite v0.21.0
6902025-09-17T21:22:39.892Z Downloaded cbc v0.1.2
6912025-09-17T21:22:39.896Z Downloaded multimap v0.10.1
6922025-09-17T21:22:39.898Z Downloaded litrs v0.4.1
6932025-09-17T21:22:39.898Z Downloaded itertools v0.10.5
6942025-09-17T21:22:39.906Z Downloaded fallible-iterator v0.2.0
6952025-09-17T21:22:39.910Z Downloaded base64 v0.13.1
6962025-09-17T21:22:39.913Z Downloaded daft v0.1.4
6972025-09-17T21:22:39.916Z Downloaded value-bag v1.9.0
6982025-09-17T21:22:39.920Z Downloaded peg-runtime v0.8.5
6992025-09-17T21:22:39.923Z Downloaded managed v0.8.0
7002025-09-17T21:22:39.926Z Downloaded lzss v0.8.2
7012025-09-17T21:22:39.929Z Downloaded difflib v0.4.0
7022025-09-17T21:22:39.933Z Downloaded newtype-uuid v1.2.4
7032025-09-17T21:22:39.933Z Downloaded debug-ignore v1.0.5
7042025-09-17T21:22:39.936Z Downloaded data-encoding v2.9.0
7052025-09-17T21:22:39.940Z Downloaded num_enum_derive v0.5.11
7062025-09-17T21:22:39.940Z Downloaded num_enum v0.5.11
7072025-09-17T21:22:39.944Z Downloaded olpc-cjson v0.1.4
7082025-09-17T21:22:39.947Z Downloaded similar v2.7.0
7092025-09-17T21:22:39.952Z Downloaded tabled_derive v0.11.0
7102025-09-17T21:22:39.955Z Downloaded num_threads v0.1.7
7112025-09-17T21:22:39.958Z Downloaded defmt-macros v0.3.9
7122025-09-17T21:22:39.961Z Downloaded phf_shared v0.12.1
7132025-09-17T21:22:39.962Z Downloaded num-iter v0.1.45
7142025-09-17T21:22:39.965Z Downloaded native-tls v0.2.12
7152025-09-17T21:22:39.972Z Downloaded vergen v8.3.2
7162025-09-17T21:22:39.975Z Downloaded sync_wrapper v1.0.1
7172025-09-17T21:22:39.975Z Downloaded want v0.3.1
7182025-09-17T21:22:39.975Z Downloaded rfc6979 v0.4.0
7192025-09-17T21:22:39.975Z Downloaded sync-ptr v0.1.4
7202025-09-17T21:22:39.978Z Downloaded phf v0.12.1
7212025-09-17T21:22:39.981Z Downloaded resolv-conf v0.7.0
7222025-09-17T21:22:39.981Z Downloaded serde_path_to_error v0.1.17
7232025-09-17T21:22:39.985Z Downloaded uzers v0.12.1
7242025-09-17T21:22:39.988Z Downloaded slog-dtrace v0.3.0
7252025-09-17T21:22:39.991Z Downloaded vte_generate_state_changes v0.1.2
7262025-09-17T21:22:39.991Z Downloaded peg v0.8.5
7272025-09-17T21:22:39.994Z Downloaded zone_cfg_derive v0.1.2
7282025-09-17T21:22:39.997Z Downloaded strum v0.27.2
7292025-09-17T21:22:39.997Z Downloaded shell-words v1.1.0
7302025-09-17T21:22:40.001Z Downloaded scrypt v0.11.0
7312025-09-17T21:22:40.004Z Downloaded scopeguard v1.2.0
7322025-09-17T21:22:40.004Z Downloaded shlex v1.3.0
7332025-09-17T21:22:40.007Z Downloaded env_logger v0.11.5
7342025-09-17T21:22:40.010Z Downloaded derive_builder_macro v0.20.2
7352025-09-17T21:22:40.013Z Downloaded hickory-resolver v0.24.4
7362025-09-17T21:22:40.015Z Downloaded pem-rfc7468 v0.7.0
7372025-09-17T21:22:40.018Z Downloaded fatfs v0.3.6
7382025-09-17T21:22:40.022Z Downloaded num v0.4.3
7392025-09-17T21:22:40.025Z Downloaded normalize-line-endings v0.3.0
7402025-09-17T21:22:40.025Z Downloaded snafu v0.8.5
7412025-09-17T21:22:40.032Z Downloaded unicase v2.7.0
7422025-09-17T21:22:40.035Z Downloaded ssh-encoding v0.2.0
7432025-09-17T21:22:40.038Z Downloaded md5 v0.7.0
7442025-09-17T21:22:40.041Z Downloaded tabled_derive v0.10.0
7452025-09-17T21:22:40.041Z Downloaded serde_derive_internals v0.29.1
7462025-09-17T21:22:40.044Z Downloaded parse-size v1.1.0
7472025-09-17T21:22:40.047Z Downloaded quinn v0.11.5
7482025-09-17T21:22:40.050Z Downloaded num-integer v0.1.46
7492025-09-17T21:22:40.053Z Downloaded curve25519-dalek-derive v0.1.1
7502025-09-17T21:22:40.056Z Downloaded peg-macros v0.8.5
7512025-09-17T21:22:40.056Z Downloaded tagptr v0.2.0
7522025-09-17T21:22:40.059Z Downloaded derive_more v2.0.1
7532025-09-17T21:22:40.068Z Downloaded progenitor v0.9.1
7542025-09-17T21:22:40.071Z Downloaded futures-task v0.3.31
7552025-09-17T21:22:40.074Z Downloaded foreign-types-macros v0.2.3
7562025-09-17T21:22:40.077Z Downloaded ctr v0.9.2
7572025-09-17T21:22:40.077Z Downloaded fs_extra v1.3.0
7582025-09-17T21:22:40.080Z Downloaded serde_repr v0.1.19
7592025-09-17T21:22:40.083Z Downloaded serde_plain v1.0.2
7602025-09-17T21:22:40.086Z Downloaded typify v0.2.0
7612025-09-17T21:22:40.089Z Downloaded miniz_oxide v0.8.5
7622025-09-17T21:22:40.092Z Downloaded ron v0.7.1
7632025-09-17T21:22:40.096Z Downloaded env_filter v0.1.2
7642025-09-17T21:22:40.099Z Downloaded powerfmt v0.2.0
7652025-09-17T21:22:40.102Z Downloaded paste v1.0.15
7662025-09-17T21:22:40.105Z Downloaded tinyvec_macros v0.1.1
7672025-09-17T21:22:40.109Z Downloaded strum v0.26.3
7682025-09-17T21:22:40.109Z Downloaded futures-executor v0.3.31
7692025-09-17T21:22:40.112Z Downloaded structmeta-derive v0.3.0
7702025-09-17T21:22:40.112Z Downloaded quick-error v1.2.3
7712025-09-17T21:22:40.115Z Downloaded ref-cast v1.0.24
7722025-09-17T21:22:40.118Z Downloaded hickory-server v0.25.2
7732025-09-17T21:22:40.123Z Downloaded des v0.8.1
7742025-09-17T21:22:40.126Z Downloaded derive_builder v0.20.2
7752025-09-17T21:22:40.132Z Downloaded endian-type v0.1.2
7762025-09-17T21:22:40.136Z Downloaded diesel_table_macro_syntax v0.2.0
7772025-09-17T21:22:40.136Z Downloaded topological-sort v0.2.2
7782025-09-17T21:22:40.139Z Downloaded progenitor v0.11.0
7792025-09-17T21:22:40.139Z Downloaded xshell v0.2.7
7802025-09-17T21:22:40.141Z Downloaded signal-hook v0.3.18
7812025-09-17T21:22:40.145Z Downloaded support-bundle-viewer v0.1.2
7822025-09-17T21:22:40.151Z Downloaded slab v0.4.9
7832025-09-17T21:22:40.155Z Downloaded siphasher v1.0.1
7842025-09-17T21:22:40.155Z Downloaded nu-ansi-term v0.50.1
7852025-09-17T21:22:40.159Z Downloaded openssl-macros v0.1.1
7862025-09-17T21:22:40.159Z Downloaded waitgroup v0.1.2
7872025-09-17T21:22:40.159Z Downloaded utf-8 v0.7.6
7882025-09-17T21:22:40.162Z Downloaded typify-macro v0.3.0
7892025-09-17T21:22:40.162Z Downloaded strum_macros v0.24.3
7902025-09-17T21:22:40.165Z Downloaded packed_struct_codegen v0.10.1
7912025-09-17T21:22:40.167Z Downloaded wait-timeout v0.2.0
7922025-09-17T21:22:40.170Z Downloaded tiny-keccak v2.0.2
7932025-09-17T21:22:40.175Z Downloaded toml v0.7.8
7942025-09-17T21:22:40.178Z Downloaded h2 v0.4.6
7952025-09-17T21:22:40.183Z Downloaded rustls-pemfile v1.0.4
7962025-09-17T21:22:40.186Z Downloaded progenitor v0.10.0
7972025-09-17T21:22:40.189Z Downloaded zeroize v1.8.1
7982025-09-17T21:22:40.192Z Downloaded tracing-core v0.1.32
7992025-09-17T21:22:40.195Z Downloaded ghash v0.5.1
8002025-09-17T21:22:40.198Z Downloaded ff v0.13.0
8012025-09-17T21:22:40.201Z Downloaded nibble_vec v0.1.0
8022025-09-17T21:22:40.201Z Downloaded futures-sink v0.3.31
8032025-09-17T21:22:40.204Z Downloaded enum-as-inner v0.6.1
8042025-09-17T21:22:40.204Z Downloaded strum_macros v0.26.4
8052025-09-17T21:22:40.207Z Downloaded zerocopy v0.6.6
8062025-09-17T21:22:40.210Z Downloaded diesel-dtrace v0.4.2
8072025-09-17T21:22:40.213Z Downloaded foreign-types-shared v0.3.1
8082025-09-17T21:22:40.217Z Downloaded time-core v0.1.2
8092025-09-17T21:22:40.217Z Downloaded aho-corasick v1.1.3
8102025-09-17T21:22:40.222Z Downloaded darling_macro v0.21.0
8112025-09-17T21:22:40.225Z Downloaded toml_writer v1.0.2
8122025-09-17T21:22:40.228Z Downloaded hickory-proto v0.24.4
8132025-09-17T21:22:40.242Z Downloaded foreign-types-shared v0.1.1
8142025-09-17T21:22:40.245Z Downloaded rtoolbox v0.0.2
8152025-09-17T21:22:40.245Z Downloaded pkg-config v0.3.31
8162025-09-17T21:22:40.248Z Downloaded p256 v0.13.2
8172025-09-17T21:22:40.251Z Downloaded path-slash v0.1.5
8182025-09-17T21:22:40.254Z Downloaded defmt-parser v0.3.4
8192025-09-17T21:22:40.254Z Downloaded slog-json v2.6.1
8202025-09-17T21:22:40.257Z Downloaded signal-hook-tokio v0.3.1
8212025-09-17T21:22:40.261Z Downloaded slog-bunyan v2.5.0
8222025-09-17T21:22:40.261Z Downloaded slog-async v2.8.0
8232025-09-17T21:22:40.264Z Downloaded yasna v0.5.2
8242025-09-17T21:22:40.267Z Downloaded supports-color v3.0.2
8252025-09-17T21:22:40.267Z Downloaded string_cache v0.8.9
8262025-09-17T21:22:40.270Z Downloaded expectorate v1.2.0
8272025-09-17T21:22:40.273Z Downloaded publicsuffix v2.3.0
8282025-09-17T21:22:40.276Z Downloaded hyper v1.7.0
8292025-09-17T21:22:40.282Z Downloaded fxhash v0.2.1
8302025-09-17T21:22:40.285Z Downloaded russh-cryptovec v0.7.3
8312025-09-17T21:22:40.287Z Downloaded parking_lot v0.11.2
8322025-09-17T21:22:40.287Z Downloaded spin v0.9.8
8332025-09-17T21:22:40.290Z Downloaded foreign-types v0.5.0
8342025-09-17T21:22:40.294Z Downloaded tokio-native-tls v0.3.1
8352025-09-17T21:22:40.297Z Downloaded tls_codec v0.4.1
8362025-09-17T21:22:40.300Z Downloaded futures-macro v0.3.31
8372025-09-17T21:22:40.300Z Downloaded oso-derive v0.27.3
8382025-09-17T21:22:40.302Z Downloaded openssl-probe v0.1.5
8392025-09-17T21:22:40.302Z Downloaded pkcs8 v0.10.2
8402025-09-17T21:22:40.305Z Downloaded pretty-hex v0.2.1
8412025-09-17T21:22:40.308Z Downloaded num-complex v0.4.6
8422025-09-17T21:22:40.311Z Downloaded aws-lc-rs v1.12.4
8432025-09-17T21:22:40.319Z Downloaded signal-hook-registry v1.4.2
8442025-09-17T21:22:40.322Z Downloaded unicode-truncate v1.1.0
8452025-09-17T21:22:40.325Z Downloaded stringprep v0.1.5
8462025-09-17T21:22:40.325Z Downloaded sha1 v0.10.6
8472025-09-17T21:22:40.328Z Downloaded testing_table v0.3.0
8482025-09-17T21:22:40.331Z Downloaded serde_urlencoded v0.7.1
8492025-09-17T21:22:40.331Z Downloaded serde_spanned v1.0.0
8502025-09-17T21:22:40.333Z Downloaded typify-macro v0.4.3
8512025-09-17T21:22:40.336Z Downloaded rcgen v0.12.1
8522025-09-17T21:22:40.339Z Downloaded csv-core v0.1.11
8532025-09-17T21:22:40.342Z Downloaded pin-utils v0.1.0
8542025-09-17T21:22:40.342Z Downloaded futures-io v0.3.31
8552025-09-17T21:22:40.345Z Downloaded pbkdf2 v0.12.2
8562025-09-17T21:22:40.348Z Downloaded pbkdf2 v0.11.0
8572025-09-17T21:22:40.352Z Downloaded foldhash v0.2.0
8582025-09-17T21:22:40.352Z Downloaded foldhash v0.1.5
8592025-09-17T21:22:40.355Z Downloaded cstr-argument v0.1.2
8602025-09-17T21:22:40.355Z Downloaded bindgen v0.71.1
8612025-09-17T21:22:40.362Z Downloaded primeorder v0.13.6
8622025-09-17T21:22:40.366Z Downloaded ed25519 v2.2.3
8632025-09-17T21:22:40.369Z Downloaded rand_xorshift v0.4.0
8642025-09-17T21:22:40.369Z Downloaded wyz v0.5.1
8652025-09-17T21:22:40.374Z Downloaded secrecy v0.8.0
8662025-09-17T21:22:40.374Z Downloaded pin-project-lite v0.2.14
8672025-09-17T21:22:40.383Z Downloaded dunce v1.0.5
8682025-09-17T21:22:40.387Z Downloaded which v4.4.2
8692025-09-17T21:22:40.387Z Downloaded predicates-core v1.0.8
8702025-09-17T21:22:40.387Z Downloaded futures-core v0.3.31
8712025-09-17T21:22:40.387Z Downloaded toml_datetime v0.7.0
8722025-09-17T21:22:40.393Z Downloaded salsa20 v0.10.2
8732025-09-17T21:22:40.396Z Downloaded void v1.0.2
8742025-09-17T21:22:40.396Z Downloaded progenitor-client v0.9.1
8752025-09-17T21:22:40.396Z Downloaded parking_lot_core v0.9.10
8762025-09-17T21:22:40.396Z Downloaded vsss-rs v3.3.4
8772025-09-17T21:22:40.400Z Downloaded dyn-clone v1.0.20
8782025-09-17T21:22:40.403Z Downloaded num-conv v0.1.0
8792025-09-17T21:22:40.407Z Downloaded termtree v0.5.1
8802025-09-17T21:22:40.407Z Downloaded termcolor v1.4.1
8812025-09-17T21:22:40.410Z Downloaded slog v2.7.0
8822025-09-17T21:22:40.413Z Downloaded rand v0.9.2
8832025-09-17T21:22:40.417Z Downloaded ron v0.8.1
8842025-09-17T21:22:40.422Z Downloaded tower-http v0.6.6
8852025-09-17T21:22:40.431Z Downloaded filetime v0.2.25
8862025-09-17T21:22:40.433Z Downloaded darling v0.20.10
8872025-09-17T21:22:40.438Z Downloaded psl-types v2.0.11
8882025-09-17T21:22:40.441Z Downloaded winnow v0.6.26
8892025-09-17T21:22:40.450Z Downloaded tracing-attributes v0.1.27
8902025-09-17T21:22:40.453Z Downloaded take_mut v0.2.2
8912025-09-17T21:22:40.456Z Downloaded papergrid v0.17.0
8922025-09-17T21:22:40.459Z Downloaded oxide-tokio-rt v0.1.2
8932025-09-17T21:22:40.463Z Downloaded untrusted v0.9.0
8942025-09-17T21:22:40.467Z Downloaded blake3 v1.5.4
8952025-09-17T21:22:40.471Z Downloaded match_cfg v0.1.0
8962025-09-17T21:22:40.474Z Downloaded postcard v1.0.10
8972025-09-17T21:22:40.477Z Downloaded oso v0.27.3
8982025-09-17T21:22:40.480Z Downloaded float-cmp v0.10.0
8992025-09-17T21:22:40.480Z Downloaded ssh-cipher v0.2.0
9002025-09-17T21:22:40.483Z Downloaded progenitor-client v0.8.0
9012025-09-17T21:22:40.483Z Downloaded smf v0.2.3
9022025-09-17T21:22:40.487Z Downloaded sec1 v0.7.3
9032025-09-17T21:22:40.487Z Downloaded term v0.7.0
9042025-09-17T21:22:40.490Z Downloaded smallvec v0.6.14
9052025-09-17T21:22:40.493Z Downloaded rand_seeder v0.4.0
9062025-09-17T21:22:40.499Z Downloaded getrandom v0.2.15
9072025-09-17T21:22:40.502Z Downloaded zstd-safe v7.2.3
9082025-09-17T21:22:40.502Z Downloaded zstd v0.13.3
9092025-09-17T21:22:40.505Z Downloaded tower-service v0.3.3
9102025-09-17T21:22:40.505Z Downloaded tower-layer v0.3.3
9112025-09-17T21:22:40.505Z Downloaded unicode-normalization v0.1.24
9122025-09-17T21:22:40.509Z Downloaded proc-macro-error-attr2 v2.0.0
9132025-09-17T21:22:40.512Z Downloaded whoami v1.5.2
9142025-09-17T21:22:40.515Z Downloaded rustls-native-certs v0.8.1
9152025-09-17T21:22:40.518Z Downloaded ena v0.14.3
9162025-09-17T21:22:40.518Z Downloaded zone v0.1.8
9172025-09-17T21:22:40.521Z Downloaded either v1.15.0
9182025-09-17T21:22:40.521Z Downloaded packed_struct v0.10.1
9192025-09-17T21:22:40.550Z Downloaded xshell-macros v0.2.7
9202025-09-17T21:22:40.550Z Downloaded unsafe-libyaml v0.2.11
9212025-09-17T21:22:40.556Z Downloaded slog-term v2.9.2
9222025-09-17T21:22:40.557Z Downloaded maplit v1.0.2
9232025-09-17T21:22:40.557Z Downloaded mime v0.3.17
9242025-09-17T21:22:40.557Z Downloaded proc-macro-crate v1.3.1
9252025-09-17T21:22:40.557Z Downloaded prefix-trie v0.7.0
9262025-09-17T21:22:40.557Z Downloaded term v1.1.0
9272025-09-17T21:22:40.557Z Downloaded progenitor-macro v0.8.0
9282025-09-17T21:22:40.557Z Downloaded memmap2 v0.9.5
9292025-09-17T21:22:40.557Z Downloaded rustc-demangle v0.1.24
9302025-09-17T21:22:40.557Z Downloaded test-strategy v0.4.3
9312025-09-17T21:22:40.557Z Downloaded vte v0.11.1
9322025-09-17T21:22:40.557Z Downloaded lalrpop v0.19.12
9332025-09-17T21:22:40.563Z Downloaded unit-prefix v0.5.1
9342025-09-17T21:22:40.566Z Downloaded darling v0.21.0
9352025-09-17T21:22:40.570Z Downloaded progenitor-macro v0.9.1
9362025-09-17T21:22:40.574Z Downloaded zip v4.2.0
9372025-09-17T21:22:40.577Z Downloaded daft-derive v0.1.4
9382025-09-17T21:22:40.581Z Downloaded postgres-types v0.2.9
9392025-09-17T21:22:40.584Z Downloaded darling_core v0.21.0
9402025-09-17T21:22:40.588Z Downloaded openssl-sys v0.9.109
9412025-09-17T21:22:40.594Z Downloaded p521 v0.13.3
9422025-09-17T21:22:40.599Z Downloaded postgres-protocol v0.6.8
9432025-09-17T21:22:40.602Z Downloaded parking_lot v0.12.3
9442025-09-17T21:22:40.605Z Downloaded pretty_assertions v1.4.1
9452025-09-17T21:22:40.609Z Downloaded crypto-bigint v0.5.5
9462025-09-17T21:22:40.613Z Downloaded tokio-postgres v0.7.13
9472025-09-17T21:22:40.617Z Downloaded socket2 v0.6.0
9482025-09-17T21:22:40.620Z Downloaded rand v0.8.5
9492025-09-17T21:22:40.625Z Downloaded ed25519-dalek v2.1.1
9502025-09-17T21:22:40.628Z Downloaded tungstenite v0.23.0
9512025-09-17T21:22:40.633Z Downloaded nom v7.1.3
9522025-09-17T21:22:40.636Z Downloaded progenitor-impl v0.10.0
9532025-09-17T21:22:40.639Z Downloaded bindgen v0.69.5
9542025-09-17T21:22:40.646Z Downloaded minimal-lexical v0.2.1
9552025-09-17T21:22:40.651Z Downloaded rustls-webpki v0.101.7
9562025-09-17T21:22:40.666Z Downloaded tough v0.20.0
9572025-09-17T21:22:40.675Z Downloaded radix_trie v0.2.1
9582025-09-17T21:22:40.679Z Downloaded reedline v0.40.0
9592025-09-17T21:22:40.687Z Downloaded elliptic-curve v0.13.8
9602025-09-17T21:22:40.691Z Downloaded flate2 v1.1.2
9612025-09-17T21:22:40.696Z Downloaded unicode_categories v0.1.1
9622025-09-17T21:22:40.703Z Downloaded tracing v0.1.40
9632025-09-17T21:22:40.706Z Downloaded yansi v1.0.1
9642025-09-17T21:22:40.706Z Downloaded typed-path v0.9.3
9652025-09-17T21:22:40.712Z Downloaded zlib-rs v0.5.1
9662025-09-17T21:22:40.717Z Downloaded petname v2.0.2
9672025-09-17T21:22:40.722Z Downloaded vcpkg v0.2.15
9682025-09-17T21:22:40.760Z Downloaded russh v0.45.0
9692025-09-17T21:22:40.765Z Downloaded num-bigint-dig v0.8.4
9702025-09-17T21:22:40.770Z Downloaded toml_edit v0.19.15
9712025-09-17T21:22:40.787Z Downloaded steno v0.4.1
9722025-09-17T21:22:40.791Z Downloaded serde_with v3.14.0
9732025-09-17T21:22:40.802Z Downloaded winnow v0.5.40
9742025-09-17T21:22:40.811Z Downloaded rayon v1.10.0
9752025-09-17T21:22:40.821Z Downloaded zerocopy v0.8.26
9762025-09-17T21:22:40.843Z Downloaded tabled v0.18.0
9772025-09-17T21:22:40.859Z Downloaded gimli v0.31.1
9782025-09-17T21:22:40.866Z Downloaded webpki-roots v1.0.1
9792025-09-17T21:22:40.870Z Downloaded sqlparser v0.45.0
9802025-09-17T21:22:40.876Z Downloaded hickory-proto v0.25.2
9812025-09-17T21:22:40.892Z Downloaded moka v0.12.10
9822025-09-17T21:22:40.903Z Downloaded curve25519-dalek v4.1.3
9832025-09-17T21:22:40.911Z Downloaded regress v0.10.4
9842025-09-17T21:22:40.921Z Downloaded smoltcp v0.11.0
9852025-09-17T21:22:40.933Z Downloaded rustls-webpki v0.102.8
9862025-09-17T21:22:40.952Z Downloaded polar-core v0.27.3
9872025-09-17T21:22:40.960Z Downloaded regex-syntax v0.6.29
9882025-09-17T21:22:40.967Z Downloaded proptest v1.7.0
9892025-09-17T21:22:40.977Z Downloaded bstr v1.10.0
9902025-09-17T21:22:40.987Z Downloaded openssl v0.10.73
9912025-09-17T21:22:40.997Z Downloaded regex-syntax v0.8.5
9922025-09-17T21:22:41.004Z Downloaded nix v0.27.1
9932025-09-17T21:22:41.014Z Downloaded rustls v0.21.12
9942025-09-17T21:22:41.026Z Downloaded dropshot v0.16.4
9952025-09-17T21:22:41.046Z Downloaded nix v0.29.0
9962025-09-17T21:22:41.058Z Downloaded typify-impl v0.4.3
9972025-09-17T21:22:41.071Z Downloaded nix v0.28.0
9982025-09-17T21:22:41.081Z Downloaded nix v0.30.1
9992025-09-17T21:22:41.093Z Downloaded rustls v0.23.19
10002025-09-17T21:22:41.104Z Downloaded openapiv3 v2.2.0
10012025-09-17T21:22:41.116Z Downloaded rustls v0.22.4
10022025-09-17T21:22:41.127Z Downloaded typify-impl v0.2.0
10032025-09-17T21:22:41.141Z Downloaded sled v0.34.7
10042025-09-17T21:22:41.149Z Downloaded diesel v2.2.12
10052025-09-17T21:22:41.168Z Downloaded typify-impl v0.3.0
10062025-09-17T21:22:41.183Z Downloaded object v0.36.5
10072025-09-17T21:22:41.190Z Downloaded salty v0.3.0
10082025-09-17T21:22:41.197Z Downloaded object v0.30.4
10092025-09-17T21:22:41.206Z Downloaded zerocopy-derive v0.6.6
10102025-09-17T21:22:41.216Z Downloaded smoltcp v0.9.1
10112025-09-17T21:22:41.227Z Downloaded p384 v0.13.0
10122025-09-17T21:22:41.231Z Downloaded bzip2-sys v0.1.13+1.0.8
10132025-09-17T21:22:41.242Z Downloaded ratatui v0.29.0
10142025-09-17T21:22:41.261Z Downloaded jiff v0.2.15
10152025-09-17T21:22:41.276Z Downloaded regex-automata v0.4.8
10162025-09-17T21:22:41.291Z Downloaded petgraph v0.6.5
10172025-09-17T21:22:41.307Z Downloaded lzma-sys v0.1.20
10182025-09-17T21:22:41.333Z Downloaded tabled v0.20.0
10192025-09-17T21:22:41.348Z Downloaded regex v1.11.1
10202025-09-17T21:22:41.361Z Downloaded petgraph v0.8.2
10212025-09-17T21:22:41.379Z Downloaded libz-sys v1.1.20
10222025-09-17T21:22:41.396Z Downloaded chrono-tz v0.10.4
10232025-09-17T21:22:41.412Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10242025-09-17T21:22:41.427Z Downloaded rustyline v14.0.0
10252025-09-17T21:22:41.433Z Downloaded portable-atomic v1.11.0
10262025-09-17T21:22:41.438Z Downloaded sha3 v0.10.8
10272025-09-17T21:22:41.443Z Downloaded chrono v0.4.41
10282025-09-17T21:22:41.448Z Downloaded tokio v1.47.0
10292025-09-17T21:22:41.482Z Downloaded x509-cert v0.2.5
10302025-09-17T21:22:41.487Z Downloaded time v0.3.36
10312025-09-17T21:22:41.493Z Downloaded git2 v0.19.0
10322025-09-17T21:22:41.500Z Downloaded bitvec v1.0.1
10332025-09-17T21:22:41.513Z Downloaded futures-util v0.3.31
10342025-09-17T21:22:41.523Z Downloaded reqwest v0.12.22
10352025-09-17T21:22:41.530Z Downloaded quinn-proto v0.11.8
10362025-09-17T21:22:41.535Z Downloaded samael v0.0.19
10372025-09-17T21:22:41.541Z Downloaded csv v1.3.1
10382025-09-17T21:22:41.562Z Downloaded quick-xml v0.37.2
10392025-09-17T21:22:41.566Z Downloaded flume v0.11.1
10402025-09-17T21:22:41.570Z Downloaded mio v1.0.2
10412025-09-17T21:22:41.573Z Downloaded der v0.7.9
10422025-09-17T21:22:41.576Z Downloaded tokio-util v0.7.15
10432025-09-17T21:22:41.583Z Downloaded sct v0.7.1
10442025-09-17T21:22:41.592Z Downloaded mime_guess v2.0.5
10452025-09-17T21:22:41.592Z Downloaded parking_lot_core v0.8.6
10462025-09-17T21:22:41.594Z Downloaded twox-hash v2.1.0
10472025-09-17T21:22:41.594Z Downloaded russh-keys v0.45.0
10482025-09-17T21:22:41.594Z Downloaded float-ord v0.3.2
10492025-09-17T21:22:41.595Z Downloaded tap v1.0.1
10502025-09-17T21:22:41.595Z Downloaded sqlformat v0.3.5
10512025-09-17T21:22:41.595Z Downloaded zerocopy-derive v0.8.26
10522025-09-17T21:22:41.600Z Downloaded crossterm v0.29.0
10532025-09-17T21:22:41.607Z Downloaded untrusted v0.7.1
10542025-09-17T21:22:41.610Z Downloaded slog-stdlog v4.1.1
10552025-09-17T21:22:41.610Z Downloaded oxnet v0.1.3
10562025-09-17T21:22:41.613Z Downloaded dropshot_endpoint v0.16.4
10572025-09-17T21:22:41.621Z Downloaded qorb v0.4.1
10582025-09-17T21:22:41.624Z Downloaded papergrid v0.14.0
10592025-09-17T21:22:41.624Z Downloaded typify v0.4.3
10602025-09-17T21:22:41.627Z Downloaded num-derive v0.3.3
10612025-09-17T21:22:41.627Z Downloaded gethostname v0.5.0
10622025-09-17T21:22:41.629Z Downloaded tokio-tungstenite v0.23.1
10632025-09-17T21:22:41.632Z Downloaded tokio-rustls v0.26.0
10642025-09-17T21:22:41.632Z Downloaded tokio-rustls v0.25.0
10652025-09-17T21:22:41.635Z Downloaded serde_cbor v0.11.2
10662025-09-17T21:22:41.638Z Downloaded rayon-core v1.12.1
10672025-09-17T21:22:41.641Z Downloaded hkdf v0.12.4
10682025-09-17T21:22:41.644Z Downloaded encoding_rs v0.8.34
10692025-09-17T21:22:41.663Z Downloaded ring v0.17.14
10702025-09-17T21:22:41.698Z Downloaded diesel_derives v2.2.3
10712025-09-17T21:22:41.701Z Downloaded dsl_auto_type v0.1.2
10722025-09-17T21:22:41.717Z Downloaded ecdsa v0.16.9
10732025-09-17T21:22:41.717Z Downloaded ssh-key v0.6.6
10742025-09-17T21:22:41.721Z Downloaded pkcs5 v0.7.1
10752025-09-17T21:22:41.721Z Downloaded num-bigint v0.4.6
10762025-09-17T21:22:41.721Z Downloaded pin-project-internal v1.1.6
10772025-09-17T21:22:41.721Z Downloaded unicode-segmentation v1.12.0
10782025-09-17T21:22:41.724Z Downloaded progenitor-impl v0.11.0
10792025-09-17T21:22:41.724Z Downloaded pkcs1 v0.7.5
10802025-09-17T21:22:41.727Z Downloaded thread_local v1.1.8
10812025-09-17T21:22:41.727Z Downloaded derive_more-impl v2.0.1
10822025-09-17T21:22:41.732Z Downloaded libxml v0.3.3
10832025-09-17T21:22:41.735Z Downloaded document-features v0.2.11
10842025-09-17T21:22:41.737Z Downloaded owo-colors v4.2.2
10852025-09-17T21:22:41.741Z Downloaded rpassword v7.4.0
10862025-09-17T21:22:41.741Z Downloaded env_logger v0.10.2
10872025-09-17T21:22:41.747Z Downloaded serde_bytes v0.11.17
10882025-09-17T21:22:41.750Z Downloaded ref-cast-impl v1.0.24
10892025-09-17T21:22:41.750Z Downloaded libgit2-sys v0.17.0+1.8.1
10902025-09-17T21:22:41.793Z Downloaded toml v0.9.5
10912025-09-17T21:22:41.796Z Downloaded progenitor-impl v0.9.1
10922025-09-17T21:22:41.805Z Downloaded tower v0.5.2
10932025-09-17T21:22:41.809Z Downloaded itertools v0.12.1
10942025-09-17T21:22:41.812Z Downloaded darling_macro v0.20.10
10952025-09-17T21:22:41.812Z Downloaded memoffset v0.9.1
10962025-09-17T21:22:41.815Z Downloaded walkdir v2.5.0
10972025-09-17T21:22:41.815Z Downloaded time-macros v0.2.18
10982025-09-17T21:22:41.819Z Downloaded xattr v1.3.1
10992025-09-17T21:22:41.819Z Downloaded iri-string v0.7.8
11002025-09-17T21:22:41.822Z Downloaded itertools v0.14.0
11012025-09-17T21:22:41.828Z Downloaded itertools v0.13.0
11022025-09-17T21:22:41.836Z Downloaded derive_builder_core v0.20.2
11032025-09-17T21:22:41.839Z Downloaded derive-where v1.5.0
11042025-09-17T21:22:41.839Z Downloaded libm v0.2.8
11052025-09-17T21:22:41.845Z Downloaded zopfli v0.8.1
11062025-09-17T21:22:41.848Z Downloaded socket2 v0.5.10
11072025-09-17T21:22:41.851Z Downloaded spki v0.7.3
11082025-09-17T21:22:41.851Z Downloaded maybe-uninit v2.0.0
11092025-09-17T21:22:41.851Z Downloaded typify-macro v0.2.0
11102025-09-17T21:22:41.854Z Downloaded predicates v3.1.3
11112025-09-17T21:22:41.854Z Downloaded password-hash v0.5.0
11122025-09-17T21:22:41.857Z Downloaded password-hash v0.4.2
11132025-09-17T21:22:41.857Z Downloaded signature v2.2.0
11142025-09-17T21:22:41.862Z Downloaded same-file v1.0.6
11152025-09-17T21:22:41.862Z Downloaded derive-ex v0.1.8
11162025-09-17T21:22:41.865Z Downloaded der_derive v0.7.3
11172025-09-17T21:22:41.866Z Downloaded multer v3.1.0
11182025-09-17T21:22:41.866Z Downloaded unicode-properties v0.1.3
11192025-09-17T21:22:41.869Z Downloaded futures v0.3.31
11202025-09-17T21:22:41.872Z Downloaded typify v0.3.0
11212025-09-17T21:22:41.875Z Downloaded scheduled-thread-pool v0.2.7
11222025-09-17T21:22:41.875Z Downloaded parse-display v0.10.0
11232025-09-17T21:22:41.926Z Downloaded iddqd v0.3.13
11242025-09-17T21:22:41.929Z Downloaded rustls-pki-types v1.10.0
11252025-09-17T21:22:41.929Z Downloaded progenitor-impl v0.8.0
11262025-09-17T21:22:41.929Z Downloaded darling_core v0.20.10
11272025-09-17T21:22:41.929Z Downloaded zip v0.6.6
11282025-09-17T21:22:41.929Z Downloaded nodrop v0.1.14
11292025-09-17T21:22:41.929Z Downloaded md-5 v0.10.6
11302025-09-17T21:22:41.929Z Downloaded cc v1.2.30
11312025-09-17T21:22:41.929Z Downloaded flagset v0.4.6
11322025-09-17T21:22:41.929Z Downloaded fixedbitset v0.5.7
11332025-09-17T21:22:41.929Z Downloaded fixedbitset v0.4.2
11342025-09-17T21:22:41.929Z Downloaded tokio-rustls v0.24.1
11352025-09-17T21:22:41.929Z Downloaded parse-display-derive v0.10.0
11362025-09-17T21:22:41.929Z Downloaded deranged v0.3.11
11372025-09-17T21:22:41.929Z Downloaded crossbeam-channel v0.5.15
11382025-09-17T21:22:41.929Z Downloaded bumpalo v3.16.0
11392025-09-17T21:22:41.929Z Downloaded uuid v1.18.1
11402025-09-17T21:22:41.929Z Downloaded unicode-bidi v0.3.17
11412025-09-17T21:22:41.930Z Downloaded rsa v0.9.6
11422025-09-17T21:22:41.930Z Downloaded zone v0.3.1
11432025-09-17T21:22:41.930Z Downloaded rustls-pemfile v2.2.0
11442025-09-17T21:22:41.930Z Downloaded pin-project v1.1.6
11452025-09-17T21:22:41.933Z Downloaded diff v0.1.13
11462025-09-17T21:22:41.936Z Downloaded precomputed-hash v0.1.1
11472025-09-17T21:22:41.936Z Downloaded unarray v0.1.4
11482025-09-17T21:22:41.936Z Downloaded rand_chacha v0.9.0
11492025-09-17T21:22:41.939Z Downloaded snafu-derive v0.8.5
11502025-09-17T21:22:41.939Z Downloaded num-rational v0.4.2
11512025-09-17T21:22:41.939Z Downloaded tar v0.4.44
11522025-09-17T21:22:41.942Z Downloaded hyper-util v0.1.16
11532025-09-17T21:22:41.945Z Downloaded rand_core v0.9.3
11542025-09-17T21:22:41.948Z Downloaded nanorand v0.7.0
11552025-09-17T21:22:41.952Z Downloaded jiff-static v0.2.15
11562025-09-17T21:22:41.952Z Downloaded const_format v0.2.34
11572025-09-17T21:22:41.955Z Downloaded clang-sys v1.8.1
11582025-09-17T21:22:41.958Z Downloaded bytes v1.10.1
11592025-09-17T21:22:41.961Z Downloaded serde_yaml v0.9.34+deprecated
11602025-09-17T21:22:41.964Z Downloaded tls_codec_derive v0.4.1
11612025-09-17T21:22:41.964Z Downloaded derive_more v0.99.20
11622025-09-17T21:22:41.968Z Downloaded defmt v0.3.8
11632025-09-17T21:22:41.971Z Downloaded slog-envlogger v2.2.0
11642025-09-17T21:22:41.974Z Downloaded rand_core v0.6.4
11652025-09-17T21:22:41.974Z Downloaded rand_chacha v0.3.1
11662025-09-17T21:22:41.974Z Downloaded pem v3.0.5
11672025-09-17T21:22:41.981Z Downloaded omicron-zone-package v0.12.2
11682025-09-17T21:22:41.984Z Downloaded futures-channel v0.3.31
11692025-09-17T21:22:41.984Z Downloaded num-derive v0.4.2
11702025-09-17T21:22:41.984Z Downloaded chacha20poly1305 v0.10.1
11712025-09-17T21:22:41.984Z Downloaded schemars v0.8.22
11722025-09-17T21:22:41.994Z Downloaded subprocess v0.2.9
11732025-09-17T21:22:41.997Z Downloaded phf_shared v0.11.2
11742025-09-17T21:22:41.997Z Downloaded phf v0.11.2
11752025-09-17T21:22:41.997Z Downloaded tungstenite v0.21.0
11762025-09-17T21:22:42.001Z Downloaded prettyplease v0.2.36
11772025-09-17T21:22:42.006Z Downloaded compact_str v0.8.0
11782025-09-17T21:22:42.009Z Downloaded indicatif v0.18.0
11792025-09-17T21:22:42.009Z Downloaded funty v2.0.0
11802025-09-17T21:22:42.009Z Downloaded fs-err v2.11.0
11812025-09-17T21:22:42.012Z Downloaded tokio-stream v0.1.17
11822025-09-17T21:22:42.015Z Downloaded tinyvec v1.8.0
11832025-09-17T21:22:42.018Z Downloaded zeroize_derive v1.4.2
11842025-09-17T21:22:42.018Z Downloaded thiserror-no-std v2.0.2
11852025-09-17T21:22:42.021Z Downloaded embedded-io v0.4.0
11862025-09-17T21:22:42.024Z Downloaded display-error-chain v0.2.2
11872025-09-17T21:22:42.024Z Downloaded dirs-sys-next v0.1.2
11882025-09-17T21:22:42.024Z Downloaded dirs-next v2.0.0
11892025-09-17T21:22:42.024Z Downloaded hickory-resolver v0.25.2
11902025-09-17T21:22:42.028Z Downloaded crossbeam-utils v0.8.21
11912025-09-17T21:22:42.031Z Downloaded crc32fast v1.4.2
11922025-09-17T21:22:42.035Z Downloaded crc-any v2.5.0
11932025-09-17T21:22:42.035Z Downloaded crossbeam-epoch v0.9.18
11942025-09-17T21:22:42.038Z Downloaded xz2 v0.1.7
11952025-09-17T21:22:42.038Z Downloaded toml_parser v1.0.2
11962025-09-17T21:22:42.041Z Downloaded new_debug_unreachable v1.0.6
11972025-09-17T21:22:42.041Z Downloaded universal-hash v0.5.1
11982025-09-17T21:22:42.041Z Downloaded ingot v0.1.1
11992025-09-17T21:22:42.048Z Downloaded embedded-io v0.6.1
12002025-09-17T21:22:42.048Z Downloaded crucible-workspace-hack v0.1.0
12012025-09-17T21:22:42.048Z Downloaded zone_cfg_derive v0.3.0
12022025-09-17T21:22:42.048Z Downloaded strum_macros v0.27.1
12032025-09-17T21:22:42.051Z Downloaded poly1305 v0.8.0
12042025-09-17T21:22:42.051Z Downloaded ciborium v0.2.2
12052025-09-17T21:22:42.051Z Downloaded hyper-rustls v0.27.7
12062025-09-17T21:22:42.054Z Downloaded strip-ansi-escapes v0.2.0
12072025-09-17T21:22:42.054Z Downloaded crossbeam-deque v0.8.5
12082025-09-17T21:22:42.057Z Downloaded cancel-safe-futures v0.1.5
12092025-09-17T21:22:42.060Z Downloaded console v0.16.0
12102025-09-17T21:22:42.060Z Downloaded colored v2.2.0
12112025-09-17T21:22:42.063Z Downloaded bzip2 v0.4.4
12122025-09-17T21:22:42.066Z Downloaded tokio-dtrace v0.1.0
12132025-09-17T21:22:42.066Z Downloaded tabwriter v1.4.0
12142025-09-17T21:22:42.066Z Downloaded static_assertions v1.1.0
12152025-09-17T21:22:42.069Z Downloaded serde-hex v0.1.0
12162025-09-17T21:22:42.069Z Downloaded cookie_store v0.21.1
12172025-09-17T21:22:42.072Z Downloaded const_format_proc_macros v0.2.34
12182025-09-17T21:22:42.072Z Downloaded console v0.15.10
12192025-09-17T21:22:42.075Z Downloaded camino-tempfile-ext v0.3.2
12202025-09-17T21:22:42.078Z Downloaded secrecy v0.10.3
12212025-09-17T21:22:42.078Z Downloaded schemars_derive v0.8.22
12222025-09-17T21:22:42.078Z Downloaded rusty-fork v0.3.0
12232025-09-17T21:22:42.082Z Downloaded rustversion v1.0.17
12242025-09-17T21:22:42.082Z Downloaded rustc_version v0.4.1
12252025-09-17T21:22:42.085Z Downloaded rustc_version v0.1.7
12262025-09-17T21:22:42.085Z Downloaded rustc-hash v2.1.1
12272025-09-17T21:22:42.085Z Downloaded rustc-hash v1.1.0
12282025-09-17T21:22:42.085Z Downloaded progenitor-macro v0.10.0
12292025-09-17T21:22:42.088Z Downloaded progenitor-client v0.11.0
12302025-09-17T21:22:42.088Z Downloaded jobserver v0.1.32
12312025-09-17T21:22:42.088Z Downloaded ipnet v2.11.0
12322025-09-17T21:22:42.092Z Downloaded progenitor-client v0.10.0
12332025-09-17T21:22:42.092Z Downloaded predicates-tree v1.0.12
12342025-09-17T21:22:42.092Z Downloaded ppv-lite86 v0.2.20
12352025-09-17T21:22:42.095Z Downloaded polyval v0.6.2
12362025-09-17T21:22:42.095Z Downloaded libefi-sys v0.1.0
12372025-09-17T21:22:42.095Z Downloaded ipnetwork v0.21.1
12382025-09-17T21:22:42.098Z Downloaded ingot-types v0.1.2
12392025-09-17T21:22:42.098Z Downloaded highway v1.3.0
12402025-09-17T21:22:42.101Z Downloaded chacha20 v0.9.1
12412025-09-17T21:22:42.101Z Downloaded linear-map v1.2.0
12422025-09-17T21:22:42.104Z Downloaded libscf-sys v1.1.0
12432025-09-17T21:22:42.104Z Downloaded lazycell v1.3.0
12442025-09-17T21:22:42.104Z Downloaded bzip2 v0.5.2
12452025-09-17T21:22:42.107Z Downloaded buf-list v1.0.3
12462025-09-17T21:22:42.107Z Downloaded base64 v0.21.7
12472025-09-17T21:22:42.110Z Downloaded libz-rs-sys v0.5.1
12482025-09-17T21:22:42.114Z Downloaded http-range v0.1.5
12492025-09-17T21:22:42.114Z Downloaded critical-section v1.1.3
12502025-09-17T21:22:42.114Z Downloaded crc v3.2.1
12512025-09-17T21:22:42.116Z Downloaded ciborium-ll v0.2.2
12522025-09-17T21:22:42.116Z Downloaded cexpr v0.6.0
12532025-09-17T21:22:42.120Z Downloaded hyper-staticfile v0.10.1
12542025-09-17T21:22:42.120Z Downloaded crc-catalog v2.4.0
12552025-09-17T21:22:42.123Z Downloaded blowfish v0.9.1
12562025-09-17T21:22:42.123Z Downloaded sigpipe v0.1.3
12572025-09-17T21:22:42.123Z Downloaded indexmap v1.9.3
12582025-09-17T21:22:42.126Z Downloaded ignore v0.4.23
12592025-09-17T21:22:42.129Z Downloaded hmac v0.12.1
12602025-09-17T21:22:42.129Z Downloaded convert_case v0.4.0
12612025-09-17T21:22:42.132Z Downloaded cmake v0.1.51
12622025-09-17T21:22:42.132Z Downloaded cipher v0.4.4
12632025-09-17T21:22:42.132Z Downloaded cargo-platform v0.1.8
12642025-09-17T21:22:42.137Z Downloaded async-stream v0.3.6
12652025-09-17T21:22:42.137Z Downloaded cfg_aliases v0.2.1
12662025-09-17T21:22:42.137Z Downloaded hostname v0.4.0
12672025-09-17T21:22:42.140Z Downloaded backtrace v0.3.74
12682025-09-17T21:22:42.143Z Downloaded base64ct v1.6.0
12692025-09-17T21:22:42.143Z Downloaded atomicwrites v0.4.4
12702025-09-17T21:22:42.146Z Downloaded ahash v0.8.12
12712025-09-17T21:22:42.146Z Downloaded base64 v0.22.1
12722025-09-17T21:22:42.150Z Downloaded atty v0.2.14
12732025-09-17T21:22:42.153Z Downloaded hashbrown v0.16.0
12742025-09-17T21:22:42.156Z Downloaded globset v0.4.15
12752025-09-17T21:22:42.156Z Downloaded atomic-waker v1.1.2
12762025-09-17T21:22:42.159Z Downloaded async-bb8-diesel v0.2.1
12772025-09-17T21:22:42.159Z Downloaded group v0.13.0
12782025-09-17T21:22:42.162Z Downloaded hex-literal v0.4.1
12792025-09-17T21:22:42.162Z Downloaded hash32 v0.3.1
12802025-09-17T21:22:42.162Z Downloaded crossterm v0.28.1
12812025-09-17T21:22:42.167Z Downloaded async-stream-impl v0.3.6
12822025-09-17T21:22:42.170Z Downloaded adler2 v2.0.0
12832025-09-17T21:22:42.170Z Downloaded home v0.5.9
12842025-09-17T21:22:42.170Z Downloaded ascii-canvas v3.0.0
12852025-09-17T21:22:42.173Z Downloaded array-init v0.0.4
12862025-09-17T21:22:42.173Z Downloaded arc-swap v1.7.1
12872025-09-17T21:22:42.176Z Downloaded aes-gcm v0.10.3
12882025-09-17T21:22:42.179Z Downloaded aead v0.5.2
12892025-09-17T21:22:42.179Z Downloaded indent_write v2.2.0
12902025-09-17T21:22:42.179Z Downloaded assert_matches v1.5.0
12912025-09-17T21:22:42.406Z Downloaded aws-lc-sys v0.26.0
12922025-09-17T21:22:42.704Z Compiling value-bag v1.9.0
12932025-09-17T21:22:42.704Z Compiling shlex v1.3.0
12942025-09-17T21:22:42.704Z Compiling lock_api v0.4.12
12952025-09-17T21:22:42.707Z Compiling scopeguard v1.2.0
12962025-09-17T21:22:42.707Z Compiling typenum v1.17.0
12972025-09-17T21:22:42.707Z Compiling syn v2.0.106
12982025-09-17T21:22:42.879Z Compiling getrandom v0.2.15
12992025-09-17T21:22:42.883Z Compiling jobserver v0.1.32
13002025-09-17T21:22:43.058Z Compiling generic-array v0.14.7
13012025-09-17T21:22:43.214Z Compiling rand_core v0.6.4
13022025-09-17T21:22:43.305Z Compiling log v0.4.27
13032025-09-17T21:22:43.377Z Compiling cc v1.2.30
13042025-09-17T21:22:43.398Z Compiling smallvec v1.15.1
13052025-09-17T21:22:43.785Z Compiling portable-atomic v1.11.0
13062025-09-17T21:22:43.835Z Compiling subtle v2.6.1
13072025-09-17T21:22:43.878Z Compiling critical-section v1.1.3
13082025-09-17T21:22:43.944Z Compiling const-oid v0.9.6
13092025-09-17T21:22:44.051Z Compiling pkg-config v0.3.31
13102025-09-17T21:22:44.219Z Compiling pin-project-lite v0.2.14
13112025-09-17T21:22:44.223Z Compiling parking_lot_core v0.9.10
13122025-09-17T21:22:44.382Z Compiling rustix v0.38.37
13132025-09-17T21:22:45.247Z Compiling signal-hook-registry v1.4.2
13142025-09-17T21:22:45.338Z Compiling parking_lot v0.12.3
13152025-09-17T21:22:45.363Z Compiling mio v1.0.2
13162025-09-17T21:22:45.383Z Compiling futures-core v0.3.31
13172025-09-17T21:22:45.659Z Compiling spin v0.9.8
13182025-09-17T21:22:45.971Z Compiling once_cell v1.21.3
13192025-09-17T21:22:45.975Z Compiling libm v0.2.8
13202025-09-17T21:22:46.069Z Compiling socket2 v0.6.0
13212025-09-17T21:22:46.171Z Compiling num-traits v0.2.19
13222025-09-17T21:22:46.207Z Compiling aho-corasick v1.1.3
13232025-09-17T21:22:46.381Z Compiling slab v0.4.9
13242025-09-17T21:22:46.402Z Compiling allocator-api2 v0.2.21
13252025-09-17T21:22:46.439Z Compiling regex-syntax v0.8.5
13262025-09-17T21:22:46.530Z Compiling cpufeatures v0.2.14
13272025-09-17T21:22:46.651Z Compiling getrandom v0.3.1
13282025-09-17T21:22:46.751Z Compiling serde_json v1.0.145
13292025-09-17T21:22:46.930Z Compiling foldhash v0.1.5
13302025-09-17T21:22:47.182Z Compiling hashbrown v0.15.4
13312025-09-17T21:22:47.425Z Compiling either v1.15.0
13322025-09-17T21:22:47.431Z Compiling glob v0.3.2
13332025-09-17T21:22:47.493Z Compiling futures-sink v0.3.31
13342025-09-17T21:22:47.672Z Compiling percent-encoding v2.3.2
13352025-09-17T21:22:47.843Z Compiling futures-channel v0.3.31
13362025-09-17T21:22:48.247Z Compiling clang-sys v1.8.1
13372025-09-17T21:22:48.550Z Compiling prettyplease v0.2.36
13382025-09-17T21:22:48.732Z Compiling futures-task v0.3.31
13392025-09-17T21:22:48.941Z Compiling pin-utils v0.1.0
13402025-09-17T21:22:49.006Z Compiling futures-io v0.3.31
13412025-09-17T21:22:49.095Z Compiling lazy_static v1.5.0
13422025-09-17T21:22:49.118Z Compiling minimal-lexical v0.2.1
13432025-09-17T21:22:49.243Z Compiling libloading v0.8.5
13442025-09-17T21:22:49.265Z Compiling base64ct v1.6.0
13452025-09-17T21:22:49.619Z Compiling nom v7.1.3
13462025-09-17T21:22:49.641Z Compiling home v0.5.9
13472025-09-17T21:22:49.835Z Compiling bindgen v0.69.5
13482025-09-17T21:22:49.868Z Compiling pem-rfc7468 v0.7.0
13492025-09-17T21:22:50.034Z Compiling regex-automata v0.4.8
13502025-09-17T21:22:50.493Z Compiling synstructure v0.13.1
13512025-09-17T21:22:51.075Z Compiling itertools v0.12.1
13522025-09-17T21:22:51.838Z Compiling flagset v0.4.6
13532025-09-17T21:22:52.068Z Compiling lazycell v1.3.0
13542025-09-17T21:22:52.229Z Compiling rustc-hash v1.1.0
13552025-09-17T21:22:52.255Z Compiling cmake v0.1.51
13562025-09-17T21:22:52.391Z Compiling fs_extra v1.3.0
13572025-09-17T21:22:52.879Z Compiling cexpr v0.6.0
13582025-09-17T21:22:52.955Z Compiling dunce v1.0.5
13592025-09-17T21:22:53.039Z Compiling form_urlencoded v1.2.2
13602025-09-17T21:22:53.104Z Compiling vcpkg v0.2.15
13612025-09-17T21:22:53.361Z Compiling paste v1.0.15
13622025-09-17T21:22:53.433Z Compiling iana-time-zone v0.1.63
13632025-09-17T21:22:53.839Z Compiling ring v0.17.14
13642025-09-17T21:22:53.905Z Compiling tracing-core v0.1.32
13652025-09-17T21:22:54.428Z Compiling aws-lc-rs v1.12.4
13662025-09-17T21:22:54.783Z Compiling openssl-sys v0.9.109
13672025-09-17T21:22:54.884Z Compiling tinyvec_macros v0.1.1
13682025-09-17T21:22:55.002Z Compiling httparse v1.9.5
13692025-09-17T21:22:55.049Z Compiling rustls-pki-types v1.10.0
13702025-09-17T21:22:55.110Z Compiling rustversion v1.0.17
13712025-09-17T21:22:55.161Z Compiling serde_derive v1.0.223
13722025-09-17T21:22:55.613Z Compiling zeroize_derive v1.4.2
13732025-09-17T21:22:55.693Z Compiling zerofrom-derive v0.1.4
13742025-09-17T21:22:55.795Z Compiling yoke-derive v0.7.4
13752025-09-17T21:22:55.925Z Compiling zerovec-derive v0.10.3
13762025-09-17T21:22:56.984Z Compiling zeroize v1.8.1
13772025-09-17T21:22:58.273Z Compiling displaydoc v0.2.5
13782025-09-17T21:22:58.439Z Compiling tokio-macros v2.5.0
13792025-09-17T21:22:58.678Z Compiling crypto-common v0.1.6
13802025-09-17T21:22:58.921Z Compiling block-buffer v0.10.4
13812025-09-17T21:22:59.062Z Compiling zerofrom v0.1.4
13822025-09-17T21:22:59.220Z Compiling digest v0.10.7
13832025-09-17T21:22:59.317Z Compiling yoke v0.7.4
13842025-09-17T21:22:59.700Z Compiling zerovec v0.10.4
13852025-09-17T21:22:59.725Z Compiling zerocopy-derive v0.7.35
13862025-09-17T21:22:59.745Z Compiling hmac v0.12.1
13872025-09-17T21:22:59.938Z Compiling icu_provider_macros v1.5.0
13882025-09-17T21:23:00.002Z Compiling block-padding v0.3.3
13892025-09-17T21:23:00.067Z Compiling futures-macro v0.3.31
13902025-09-17T21:23:00.267Z Compiling inout v0.1.3
13912025-09-17T21:23:00.566Z Compiling cipher v0.4.4
13922025-09-17T21:23:00.722Z Compiling sha2 v0.10.9
13932025-09-17T21:23:00.966Z Compiling regex v1.11.1
13942025-09-17T21:23:01.054Z Compiling der_derive v0.7.3
13952025-09-17T21:23:01.501Z Compiling tinystr v0.7.6
13962025-09-17T21:23:01.649Z Compiling zerocopy v0.7.35
13972025-09-17T21:23:01.797Z Compiling futures-util v0.3.31
13982025-09-17T21:23:01.875Z Compiling icu_locid v1.5.0
13992025-09-17T21:23:01.899Z Compiling icu_collections v1.5.0
14002025-09-17T21:23:01.991Z Compiling serde v1.0.223
14012025-09-17T21:23:02.238Z Compiling thiserror-impl v1.0.69
14022025-09-17T21:23:02.978Z Compiling icu_provider v1.5.0
14032025-09-17T21:23:03.169Z Compiling bitflags v2.9.1
14042025-09-17T21:23:03.260Z Compiling bytes v1.10.1
14052025-09-17T21:23:03.412Z Compiling semver v1.0.26
14062025-09-17T21:23:03.842Z Compiling icu_locid_transform v1.5.0
14072025-09-17T21:23:03.961Z Compiling indexmap v2.11.0
14082025-09-17T21:23:04.072Z Compiling der v0.7.9
14092025-09-17T21:23:04.183Z Compiling ppv-lite86 v0.2.20
14102025-09-17T21:23:04.755Z Compiling tokio v1.47.0
14112025-09-17T21:23:04.963Z Compiling salsa20 v0.10.2
14122025-09-17T21:23:05.218Z Compiling icu_properties v1.5.1
14132025-09-17T21:23:05.238Z Compiling thiserror v1.0.69
14142025-09-17T21:23:05.390Z Compiling pbkdf2 v0.12.2
14152025-09-17T21:23:05.431Z Compiling http v1.3.1
14162025-09-17T21:23:05.586Z Compiling scrypt v0.11.0
14172025-09-17T21:23:06.109Z Compiling spki v0.7.3
14182025-09-17T21:23:06.174Z Compiling rustc_version v0.4.1
14192025-09-17T21:23:06.503Z Compiling cbc v0.1.2
14202025-09-17T21:23:06.771Z Compiling aes v0.8.4
14212025-09-17T21:23:06.834Z Compiling pest v2.7.14
14222025-09-17T21:23:06.969Z Compiling chrono v0.4.41
14232025-09-17T21:23:07.121Z Compiling which v4.4.2
14242025-09-17T21:23:07.610Z Compiling uuid v1.18.1
14252025-09-17T21:23:08.139Z Compiling pkcs5 v0.7.1
14262025-09-17T21:23:09.163Z Compiling icu_normalizer v1.5.0
14272025-09-17T21:23:09.361Z Compiling tracing-attributes v0.1.27
14282025-09-17T21:23:09.512Z Compiling pest_meta v2.7.14
14292025-09-17T21:23:09.712Z Compiling pkcs8 v0.10.2
14302025-09-17T21:23:09.769Z Compiling http-body v1.0.1
14312025-09-17T21:23:10.053Z Compiling scroll_derive v0.12.0
14322025-09-17T21:23:10.222Z Compiling idna_adapter v1.2.0
14332025-09-17T21:23:10.355Z Compiling base64 v0.22.1
14342025-09-17T21:23:10.472Z Compiling idna v1.0.3
14352025-09-17T21:23:10.929Z Compiling pest_generator v2.7.14
14362025-09-17T21:23:11.106Z Compiling url v2.5.4
14372025-09-17T21:23:11.459Z Compiling scroll v0.12.0
14382025-09-17T21:23:12.020Z Compiling tinyvec v1.8.0
14392025-09-17T21:23:12.045Z Compiling serde_derive_internals v0.29.1
14402025-09-17T21:23:12.583Z Compiling tracing v0.1.40
14412025-09-17T21:23:12.640Z Compiling rand_core v0.9.3
14422025-09-17T21:23:12.823Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14432025-09-17T21:23:13.078Z Compiling tokio-util v0.7.15
14442025-09-17T21:23:13.190Z Compiling bzip2-sys v0.1.13+1.0.8
14452025-09-17T21:23:13.510Z Compiling untrusted v0.9.0
14462025-09-17T21:23:13.585Z Compiling time-core v0.1.2
14472025-09-17T21:23:13.675Z Compiling tower-service v0.3.3
14482025-09-17T21:23:13.701Z Compiling openssl v0.10.73
14492025-09-17T21:23:13.733Z Compiling powerfmt v0.2.0
14502025-09-17T21:23:13.784Z Compiling try-lock v0.2.5
14512025-09-17T21:23:13.812Z Compiling adler2 v2.0.0
14522025-09-17T21:23:13.960Z Compiling foreign-types-shared v0.1.1
14532025-09-17T21:23:14.038Z Compiling atomic-waker v1.1.2
14542025-09-17T21:23:14.100Z Compiling untrusted v0.7.1
14552025-09-17T21:23:14.122Z Compiling openssl-probe v0.1.5
14562025-09-17T21:23:14.142Z Compiling schemars v0.8.22
14572025-09-17T21:23:14.211Z Compiling num-conv v0.1.0
14582025-09-17T21:23:14.234Z Compiling schemars_derive v0.8.22
14592025-09-17T21:23:14.350Z Compiling foreign-types v0.3.2
14602025-09-17T21:23:14.418Z Compiling miniz_oxide v0.8.5
14612025-09-17T21:23:14.460Z Compiling deranged v0.3.11
14622025-09-17T21:23:14.501Z Compiling time-macros v0.2.18
14632025-09-17T21:23:14.556Z Compiling goblin v0.8.2
14642025-09-17T21:23:15.440Z Compiling h2 v0.4.6
14652025-09-17T21:23:15.798Z Compiling want v0.3.1
14662025-09-17T21:23:16.102Z Compiling pest_derive v2.7.14
14672025-09-17T21:23:17.377Z Compiling rand_chacha v0.9.0
14682025-09-17T21:23:19.077Z Compiling ipnet v2.11.0
14692025-09-17T21:23:19.372Z Compiling openssl-macros v0.1.1
14702025-09-17T21:23:19.427Z Compiling num_threads v0.1.7
14712025-09-17T21:23:19.576Z Compiling httpdate v1.0.3
14722025-09-17T21:23:20.015Z Compiling zerocopy v0.8.26
14732025-09-17T21:23:20.137Z Compiling native-tls v0.2.12
14742025-09-17T21:23:20.255Z Compiling dyn-clone v1.0.20
14752025-09-17T21:23:20.450Z Compiling syn v1.0.109
14762025-09-17T21:23:20.511Z Compiling rustls v0.23.19
14772025-09-17T21:23:20.848Z Compiling crossbeam-utils v0.8.21
14782025-09-17T21:23:20.912Z Compiling dof v0.3.0
14792025-09-17T21:23:21.401Z Compiling time v0.3.36
14802025-09-17T21:23:22.649Z Compiling hyper v1.7.0
14812025-09-17T21:23:23.309Z Compiling rand v0.9.2
14822025-09-17T21:23:24.398Z Compiling dtrace-parser v0.2.0
14832025-09-17T21:23:24.834Z Compiling unicode-normalization v0.1.24
14842025-09-17T21:23:25.116Z Compiling heapless v0.7.17
14852025-09-17T21:23:25.588Z Compiling signature v2.2.0
14862025-09-17T21:23:25.831Z Compiling zerocopy-derive v0.8.26
14872025-09-17T21:23:25.872Z Compiling cookie v0.18.1
14882025-09-17T21:23:25.893Z Compiling crc32fast v1.4.2
14892025-09-17T21:23:26.150Z Compiling zlib-rs v0.5.1
14902025-09-17T21:23:26.186Z Compiling zstd-safe v7.2.3
14912025-09-17T21:23:26.189Z Compiling unicode-properties v0.1.3
14922025-09-17T21:23:26.224Z Compiling slog v2.7.0
14932025-09-17T21:23:26.560Z Compiling unicode-bidi v0.3.17
14942025-09-17T21:23:26.621Z Compiling signal-hook v0.3.18
14952025-09-17T21:23:26.748Z Compiling siphasher v0.3.11
14962025-09-17T21:23:27.109Z Compiling phf_shared v0.11.2
14972025-09-17T21:23:27.478Z Compiling stringprep v0.1.5
14982025-09-17T21:23:27.700Z Compiling usdt-impl v0.5.0
14992025-09-17T21:23:27.796Z Compiling hyper-util v0.1.16
15002025-09-17T21:23:29.035Z Compiling curve25519-dalek v4.1.3
15012025-09-17T21:23:29.605Z Compiling rand_chacha v0.3.1
15022025-09-17T21:23:29.697Z Compiling serde_tokenstream v0.2.2
15032025-09-17T21:23:30.266Z Compiling toml_datetime v0.6.11
15042025-09-17T21:23:30.733Z Compiling serde_spanned v0.6.9
15052025-09-17T21:23:30.984Z Compiling md-5 v0.10.6
15062025-09-17T21:23:31.182Z Compiling num-integer v0.1.46
15072025-09-17T21:23:31.272Z Compiling sync_wrapper v1.0.1
15082025-09-17T21:23:31.430Z Compiling hash32 v0.2.1
15092025-09-17T21:23:31.454Z Compiling ff v0.13.0
15102025-09-17T21:23:31.678Z Compiling memoffset v0.9.1
15112025-09-17T21:23:31.792Z Compiling tower-layer v0.3.3
15122025-09-17T21:23:31.814Z Compiling psl-types v2.0.11
15132025-09-17T21:23:31.872Z Compiling cfg_aliases v0.2.1
15142025-09-17T21:23:31.992Z Compiling smoltcp v0.9.1
15152025-09-17T21:23:32.018Z Compiling libz-rs-sys v0.5.1
15162025-09-17T21:23:32.021Z Compiling num-bigint-dig v0.8.4
15172025-09-17T21:23:32.062Z Compiling fallible-iterator v0.2.0
15182025-09-17T21:23:32.184Z Compiling gimli v0.31.1
15192025-09-17T21:23:32.297Z Compiling newtype-uuid v1.2.4
15202025-09-17T21:23:32.373Z Compiling litrs v0.4.1
15212025-09-17T21:23:32.624Z Compiling base16ct v0.2.0
15222025-09-17T21:23:32.677Z Compiling postgres-protocol v0.6.8
15232025-09-17T21:23:32.763Z Compiling flate2 v1.1.2
15242025-09-17T21:23:32.929Z Compiling sec1 v0.7.3
15252025-09-17T21:23:33.107Z Compiling tower v0.5.2
15262025-09-17T21:23:33.400Z Compiling document-features v0.2.11
15272025-09-17T21:23:33.482Z Compiling nix v0.29.0
15282025-09-17T21:23:33.684Z Compiling publicsuffix v2.3.0
15292025-09-17T21:23:33.967Z Compiling num-iter v0.1.45
15302025-09-17T21:23:33.992Z Compiling group v0.13.0
15312025-09-17T21:23:34.331Z Compiling rand v0.8.5
15322025-09-17T21:23:34.632Z Compiling tokio-native-tls v0.3.1
15332025-09-17T21:23:34.932Z Compiling ipnetwork v0.21.1
15342025-09-17T21:23:35.258Z Compiling strum_macros v0.27.1
15352025-09-17T21:23:35.417Z Compiling rustls-native-certs v0.8.1
15362025-09-17T21:23:35.680Z Compiling http-body-util v0.1.3
15372025-09-17T21:23:35.746Z Compiling terminal_size v0.4.0
15382025-09-17T21:23:35.946Z Compiling hkdf v0.12.4
15392025-09-17T21:23:35.979Z Compiling crypto-bigint v0.5.5
15402025-09-17T21:23:36.183Z Compiling webpki-roots v1.0.1
15412025-09-17T21:23:36.228Z Compiling addr2line v0.24.2
15422025-09-17T21:23:36.264Z Compiling async-trait v0.1.89
15432025-09-17T21:23:36.390Z Compiling curve25519-dalek-derive v0.1.1
15442025-09-17T21:23:36.825Z Compiling thiserror-impl v2.0.16
15452025-09-17T21:23:36.902Z Compiling ahash v0.8.12
15462025-09-17T21:23:37.271Z Compiling fs-err v3.1.1
15472025-09-17T21:23:37.626Z Compiling object v0.36.5
15482025-09-17T21:23:37.802Z Compiling iri-string v0.7.8
15492025-09-17T21:23:38.678Z Compiling buf-list v1.0.3
15502025-09-17T21:23:39.293Z Compiling bitflags v1.3.2
15512025-09-17T21:23:39.421Z Compiling simd-adler32 v0.3.7
15522025-09-17T21:23:39.907Z Compiling rustc-demangle v0.1.24
15532025-09-17T21:23:39.964Z Compiling lockfree-object-pool v0.1.6
15542025-09-17T21:23:40.182Z Compiling hubpack_derive v0.1.1
15552025-09-17T21:23:40.232Z Compiling rustix v1.0.7
15562025-09-17T21:23:40.253Z Compiling winnow v0.5.40
15572025-09-17T21:23:40.753Z Compiling managed v0.8.0
15582025-09-17T21:23:40.953Z Compiling bumpalo v3.16.0
15592025-09-17T21:23:41.092Z Compiling anyhow v1.0.99
15602025-09-17T21:23:41.463Z Compiling zopfli v0.8.1
15612025-09-17T21:23:41.633Z Compiling hubpack v0.1.2
15622025-09-17T21:23:41.833Z Compiling tower-http v0.6.6
15632025-09-17T21:23:42.065Z Compiling strum v0.27.2
15642025-09-17T21:23:42.158Z Compiling thiserror v2.0.16
15652025-09-17T21:23:42.269Z Compiling clap_builder v4.5.41
15662025-09-17T21:23:42.406Z Compiling elliptic-curve v0.13.8
15672025-09-17T21:23:43.154Z Compiling hyper-tls v0.6.0
15682025-09-17T21:23:43.211Z Compiling oxnet v0.1.3
15692025-09-17T21:23:43.546Z Compiling toml_edit v0.19.15
15702025-09-17T21:23:43.604Z Compiling signal-hook-mio v0.2.4
15712025-09-17T21:23:43.839Z Compiling cookie_store v0.21.1
15722025-09-17T21:23:43.988Z Compiling zstd v0.13.3
15732025-09-17T21:23:44.534Z Compiling backtrace v0.3.74
15742025-09-17T21:23:44.751Z Compiling postgres-types v0.2.9
15752025-09-17T21:23:45.735Z Compiling usdt-macro v0.5.0
15762025-09-17T21:23:45.998Z Compiling usdt-attr-macro v0.5.0
15772025-09-17T21:23:47.179Z Compiling phf v0.11.2
15782025-09-17T21:23:47.296Z Compiling ed25519 v2.2.3
15792025-09-17T21:23:47.474Z Compiling bzip2 v0.5.2
15802025-09-17T21:23:47.534Z Compiling bzip2 v0.4.4
15812025-09-17T21:23:47.868Z Compiling strum_macros v0.26.4
15822025-09-17T21:23:47.940Z Compiling pkcs1 v0.7.5
15832025-09-17T21:23:48.844Z Compiling serde-big-array v0.5.1
15842025-09-17T21:23:49.110Z Compiling serde_urlencoded v0.7.1
15852025-09-17T21:23:49.223Z Compiling rfc6979 v0.4.0
15862025-09-17T21:23:49.428Z Compiling bstr v1.10.0
15872025-09-17T21:23:49.651Z Compiling daft-derive v0.1.4
15882025-09-17T21:23:49.820Z Compiling serde_repr v0.1.19
15892025-09-17T21:23:50.130Z Compiling clap_derive v4.5.41
15902025-09-17T21:23:50.225Z Compiling enum-as-inner v0.6.1
15912025-09-17T21:23:50.902Z Compiling float-cmp v0.10.0
15922025-09-17T21:23:50.967Z Compiling socket2 v0.5.10
15932025-09-17T21:23:51.164Z Compiling encoding_rs v0.8.34
15942025-09-17T21:23:51.187Z Compiling precomputed-hash v0.1.1
15952025-09-17T21:23:51.269Z Compiling mime v0.3.17
15962025-09-17T21:23:51.328Z Compiling predicates-core v1.0.8
15972025-09-17T21:23:51.653Z Compiling normalize-line-endings v0.3.0
15982025-09-17T21:23:51.802Z Compiling static_assertions v1.1.0
15992025-09-17T21:23:51.820Z Compiling data-encoding v2.9.0
16002025-09-17T21:23:51.840Z Compiling whoami v1.5.2
16012025-09-17T21:23:51.922Z Compiling fixedbitset v0.4.2
16022025-09-17T21:23:52.280Z Compiling unicode-segmentation v1.12.0
16032025-09-17T21:23:52.357Z Compiling difflib v0.4.0
16042025-09-17T21:23:52.384Z Compiling new_debug_unreachable v1.0.6
16052025-09-17T21:23:52.507Z Compiling string_cache v0.8.9
16062025-09-17T21:23:52.945Z Compiling predicates v3.1.3
16072025-09-17T21:23:53.122Z Compiling similar v2.7.0
16082025-09-17T21:23:53.508Z Compiling hickory-proto v0.25.2
16092025-09-17T21:23:53.591Z Compiling strum v0.26.3
16102025-09-17T21:23:53.829Z Compiling petgraph v0.6.5
16112025-09-17T21:23:54.427Z Compiling clap v4.5.41
16122025-09-17T21:23:54.450Z Compiling tokio-postgres v0.7.13
16132025-09-17T21:23:54.569Z Compiling toml_edit v0.22.27
16142025-09-17T21:23:54.882Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16152025-09-17T21:23:55.178Z Compiling daft v0.1.4
16162025-09-17T21:23:55.741Z Compiling usdt v0.5.0
16172025-09-17T21:23:55.976Z Compiling ecdsa v0.16.9
16182025-09-17T21:23:56.218Z Compiling rsa v0.9.6
16192025-09-17T21:23:56.837Z Compiling zip v0.6.6
16202025-09-17T21:23:57.489Z Compiling zip v4.2.0
16212025-09-17T21:23:58.066Z Compiling ed25519-dalek v2.1.1
16222025-09-17T21:23:59.515Z Compiling toml v0.7.8
16232025-09-17T21:24:00.421Z Compiling crossterm v0.28.1
16242025-09-17T21:24:01.784Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16252025-09-17T21:24:01.928Z Compiling crossbeam-epoch v0.9.18
16262025-09-17T21:24:02.127Z Compiling tokio-stream v0.1.17
16272025-09-17T21:24:02.201Z Compiling x509-cert v0.2.5
16282025-09-17T21:24:02.595Z Compiling openapiv3 v2.2.0
16292025-09-17T21:24:03.081Z Compiling sha1 v0.10.6
16302025-09-17T21:24:03.498Z Compiling itertools v0.10.5
16312025-09-17T21:24:03.550Z Compiling itertools v0.13.0
16322025-09-17T21:24:03.752Z Compiling winnow v0.6.26
16332025-09-17T21:24:04.664Z Compiling lalrpop-util v0.19.12
16342025-09-17T21:24:04.806Z Compiling rustc-hash v2.1.1
16352025-09-17T21:24:05.022Z Compiling peg-runtime v0.8.5
16362025-09-17T21:24:05.058Z Compiling thread_local v1.1.8
16372025-09-17T21:24:05.537Z Compiling slog-async v2.8.0
16382025-09-17T21:24:05.611Z Compiling crossbeam-channel v0.5.15
16392025-09-17T21:24:05.986Z Compiling xattr v1.3.1
16402025-09-17T21:24:06.131Z Compiling futures-executor v0.3.31
16412025-09-17T21:24:06.260Z Compiling is-terminal v0.4.13
16422025-09-17T21:24:06.413Z Compiling filetime v0.2.25
16432025-09-17T21:24:06.481Z Compiling take_mut v0.2.2
16442025-09-17T21:24:06.503Z Compiling term v1.1.0
16452025-09-17T21:24:06.534Z Compiling futures v0.3.31
16462025-09-17T21:24:06.615Z Compiling tar v0.4.44
16472025-09-17T21:24:07.048Z Compiling slog-term v2.9.2
16482025-09-17T21:24:10.749Z Compiling aws-lc-sys v0.26.0
16492025-09-17T21:24:43.724Z Compiling rustls-webpki v0.102.8
16502025-09-17T21:24:48.202Z Compiling tokio-rustls v0.26.0
16512025-09-17T21:24:48.432Z Compiling hyper-rustls v0.27.7
16522025-09-17T21:24:48.799Z Compiling reqwest v0.12.22
16532025-09-17T21:24:52.077Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16542025-09-17T21:24:52.371Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16552025-09-17T21:24:56.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
16562025-09-17T21:24:57.181Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16572025-09-17T21:24:57.187ZSep 17 21:24:55.728 INFO Starting download, target: Clickhouse
16582025-09-17T21:24:57.187ZSep 17 21:24:55.728 INFO Starting download, target: Console
16592025-09-17T21:24:57.187ZSep 17 21:24:55.729 INFO Starting download, target: DendriteStub
16602025-09-17T21:24:57.187ZSep 17 21:24:55.729 INFO Starting download, target: Cockroach
16612025-09-17T21:24:57.187ZSep 17 21:24:55.729 INFO Starting download, target: MaghemiteMgd
16622025-09-17T21:24:57.187ZSep 17 21:24:55.729 INFO Starting download, target: TransceiverControl
16632025-09-17T21:24:57.187ZSep 17 21:24:55.729 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16642025-09-17T21:24:57.187ZSep 17 21:24:55.729 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16652025-09-17T21:24:57.187ZSep 17 21:24:55.729 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16662025-09-17T21:24:57.187ZSep 17 21:24:55.729 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16672025-09-17T21:24:57.187ZSep 17 21:24:55.729 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16682025-09-17T21:24:57.187ZSep 17 21:24:55.729 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16692025-09-17T21:24:57.753ZSep 17 21:24:56.246 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16702025-09-17T21:24:58.214ZSep 17 21:24:56.310 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16712025-09-17T21:24:58.296ZSep 17 21:24:56.711 INFO Download complete, target: TransceiverControl
16722025-09-17T21:24:58.297ZSep 17 21:24:56.735 INFO Download complete, target: Console
16732025-09-17T21:24:59.643ZSep 17 21:24:57.997 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16742025-09-17T21:25:00.288ZSep 17 21:24:58.755 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16752025-09-17T21:25:00.729ZSep 17 21:24:59.232 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16762025-09-17T21:25:02.387ZSep 17 21:25:00.952 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16772025-09-17T21:25:02.387ZSep 17 21:25:00.952 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16782025-09-17T21:25:04.452ZSep 17 21:25:03.020 INFO Download complete, target: DendriteStub
16792025-09-17T21:25:04.975ZSep 17 21:25:03.544 INFO Download complete, target: MaghemiteMgd
16802025-09-17T21:25:09.285ZSep 17 21:25:07.853 INFO Checking that binary works, target: Cockroach
16812025-09-17T21:25:09.418ZSep 17 21:25:07.986 INFO Download complete, target: Cockroach
16822025-09-17T21:25:10.308ZSep 17 21:25:08.875 INFO Checking that binary works, target: Clickhouse
16832025-09-17T21:25:10.487ZSep 17 21:25:09.054 INFO Download complete, target: Clickhouse
16842025-09-17T21:25:10.493ZAll prerequisites installed successfully
16852025-09-17T21:25:10.498Z
16862025-09-17T21:25:10.498Zreal 4:49.263727643
16872025-09-17T21:25:10.498Zuser 16:25.391467404
16882025-09-17T21:25:10.498Zsys 2:19.991585841
16892025-09-17T21:25:10.498Ztrap 0.613188503
16902025-09-17T21:25:10.498Ztflt 2.976414385
16912025-09-17T21:25:10.498Zdflt 2.725919619
16922025-09-17T21:25:10.498Zkflt 0.034044820
16932025-09-17T21:25:10.498Zlock 39:02.909509514
16942025-09-17T21:25:10.498Zslp 1:00:24.760372124
16952025-09-17T21:25:10.498Zlat 1:11.755180104
16962025-09-17T21:25:10.498Zstop 2:57.969338319
16972025-09-17T21:25:10.498Z+ ptime -m cargo xtask download softnpu
16982025-09-17T21:25:11.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
16992025-09-17T21:25:11.322Z Running `target/debug/xtask download softnpu`
17002025-09-17T21:25:12.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
17012025-09-17T21:25:12.425Z Running `target/debug/xtask-downloader softnpu`
17022025-09-17T21:25:12.468ZSep 17 21:25:11.035 INFO Starting download, target: Softnpu
17032025-09-17T21:25:12.471ZSep 17 21:25:11.035 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17042025-09-17T21:25:13.226ZSep 17 21:25:11.793 INFO Download complete, target: Softnpu
17052025-09-17T21:25:13.229Z
17062025-09-17T21:25:13.233Zreal 2.728981002
17072025-09-17T21:25:13.233Zuser 1.681076355
17082025-09-17T21:25:13.233Zsys 0.689406207
17092025-09-17T21:25:13.233Ztrap 0.001373315
17102025-09-17T21:25:13.233Ztflt 0.000039402
17112025-09-17T21:25:13.233Zdflt 0.000157517
17122025-09-17T21:25:13.233Zkflt 0.000000000
17132025-09-17T21:25:13.233Zlock 7.844300359
17142025-09-17T21:25:13.233Zslp 0.538918612
17152025-09-17T21:25:13.233Zlat 0.085579136
17162025-09-17T21:25:13.233Zstop 0.000173705
17172025-09-17T21:25:13.233Z+ export CARGO_INCREMENTAL=0
17182025-09-17T21:25:13.233Z+ CARGO_INCREMENTAL=0
17192025-09-17T21:25:13.233Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17202025-09-17T21:25:14.513Z Compiling proc-macro2 v1.0.101
17212025-09-17T21:25:14.513Z Compiling unicode-ident v1.0.18
17222025-09-17T21:25:14.516Z Compiling libc v0.2.174
17232025-09-17T21:25:14.516Z Compiling serde_core v1.0.223
17242025-09-17T21:25:14.517Z Compiling serde v1.0.223
17252025-09-17T21:25:14.517Z Compiling autocfg v1.4.0
17262025-09-17T21:25:14.517Z Compiling cfg-if v1.0.1
17272025-09-17T21:25:14.517Z Compiling version_check v0.9.5
17282025-09-17T21:25:14.925Z Compiling memchr v2.7.4
17292025-09-17T21:25:14.995Z Compiling shlex v1.3.0
17302025-09-17T21:25:15.321Z Compiling portable-atomic v1.11.0
17312025-09-17T21:25:15.344Z Compiling typenum v1.17.0
17322025-09-17T21:25:15.385Z Compiling lock_api v0.4.12
17332025-09-17T21:25:16.132Z Compiling generic-array v0.14.7
17342025-09-17T21:25:16.184Z Compiling value-bag v1.9.0
17352025-09-17T21:25:16.473Z Compiling libm v0.2.8
17362025-09-17T21:25:16.716Z Compiling quote v1.0.40
17372025-09-17T21:25:16.811Z Compiling jobserver v0.1.32
17382025-09-17T21:25:16.850Z Compiling log v0.4.27
17392025-09-17T21:25:17.004Z Compiling getrandom v0.3.1
17402025-09-17T21:25:17.284Z Compiling syn v2.0.106
17412025-09-17T21:25:17.390Z Compiling cc v1.2.30
17422025-09-17T21:25:17.444Z Compiling num-traits v0.2.19
17432025-09-17T21:25:17.475Z Compiling serde_json v1.0.145
17442025-09-17T21:25:17.553Z Compiling parking_lot_core v0.9.10
17452025-09-17T21:25:17.819Z Compiling smallvec v1.15.1
17462025-09-17T21:25:17.925Z Compiling scopeguard v1.2.0
17472025-09-17T21:25:17.997Z Compiling semver v1.0.26
17482025-09-17T21:25:18.300Z Compiling pkg-config v0.3.31
17492025-09-17T21:25:18.441Z Compiling getrandom v0.2.15
17502025-09-17T21:25:18.544Z Compiling itoa v1.0.11
17512025-09-17T21:25:18.818Z Compiling aho-corasick v1.1.3
17522025-09-17T21:25:18.838Z Compiling rustix v0.38.37
17532025-09-17T21:25:18.900Z Compiling regex-syntax v0.8.5
17542025-09-17T21:25:19.865Z Compiling either v1.15.0
17552025-09-17T21:25:20.464Z Compiling stable_deref_trait v1.2.0
17562025-09-17T21:25:20.555Z Compiling critical-section v1.1.3
17572025-09-17T21:25:20.602Z Compiling slab v0.4.9
17582025-09-17T21:25:20.628Z Compiling errno v0.3.12
17592025-09-17T21:25:20.855Z Compiling spin v0.9.8
17602025-09-17T21:25:20.878Z Compiling foldhash v0.1.5
17612025-09-17T21:25:20.951Z Compiling equivalent v1.0.2
17622025-09-17T21:25:21.013Z Compiling allocator-api2 v0.2.21
17632025-09-17T21:25:21.105Z Compiling rand_core v0.6.4
17642025-09-17T21:25:21.496Z Compiling glob v0.3.2
17652025-09-17T21:25:21.675Z Compiling once_cell v1.21.3
17662025-09-17T21:25:21.729Z Compiling hashbrown v0.15.4
17672025-09-17T21:25:22.147Z Compiling clang-sys v1.8.1
17682025-09-17T21:25:22.381Z Compiling regex-automata v0.4.8
17692025-09-17T21:25:22.429Z Compiling prettyplease v0.2.36
17702025-09-17T21:25:22.668Z Compiling pin-project-lite v0.2.14
17712025-09-17T21:25:22.795Z Compiling subtle v2.6.1
17722025-09-17T21:25:22.818Z Compiling ryu v1.0.18
17732025-09-17T21:25:23.109Z Compiling lazy_static v1.5.0
17742025-09-17T21:25:23.362Z Compiling litemap v0.7.3
17752025-09-17T21:25:23.379Z Compiling minimal-lexical v0.2.1
17762025-09-17T21:25:23.399Z Compiling schemars v0.8.22
17772025-09-17T21:25:23.785Z Compiling writeable v0.5.5
17782025-09-17T21:25:23.809Z Compiling nom v7.1.3
17792025-09-17T21:25:24.342Z Compiling synstructure v0.13.1
17802025-09-17T21:25:24.894Z Compiling serde_derive_internals v0.29.1
17812025-09-17T21:25:25.280Z Compiling libloading v0.8.5
17822025-09-17T21:25:25.513Z Compiling thiserror v1.0.69
17832025-09-17T21:25:25.569Z Compiling home v0.5.9
17842025-09-17T21:25:25.643Z Compiling percent-encoding v2.3.2
17852025-09-17T21:25:25.782Z Compiling bindgen v0.69.5
17862025-09-17T21:25:26.811Z Compiling itertools v0.12.1
17872025-09-17T21:25:27.090Z Compiling cexpr v0.6.0
17882025-09-17T21:25:27.605Z Compiling regex v1.11.1
17892025-09-17T21:25:27.858Z Compiling serde_derive v1.0.223
17902025-09-17T21:25:28.422Z Compiling zeroize_derive v1.4.2
17912025-09-17T21:25:28.541Z Compiling zerofrom-derive v0.1.4
17922025-09-17T21:25:29.243Z Compiling yoke-derive v0.7.4
17932025-09-17T21:25:29.708Z Compiling zerovec-derive v0.10.3
17942025-09-17T21:25:29.727Z Compiling displaydoc v0.2.5
17952025-09-17T21:25:30.483Z Compiling icu_provider_macros v1.5.0
17962025-09-17T21:25:31.076Z Compiling tokio-macros v2.5.0
17972025-09-17T21:25:31.144Z Compiling zeroize v1.8.1
17982025-09-17T21:25:31.496Z Compiling zerocopy-derive v0.7.35
17992025-09-17T21:25:31.518Z Compiling zerofrom v0.1.4
18002025-09-17T21:25:31.632Z Compiling futures-macro v0.3.31
18012025-09-17T21:25:31.779Z Compiling yoke v0.7.4
18022025-09-17T21:25:32.159Z Compiling zerovec v0.10.4
18032025-09-17T21:25:32.181Z Compiling schemars_derive v0.8.22
18042025-09-17T21:25:32.465Z Compiling lazycell v1.3.0
18052025-09-17T21:25:32.657Z Compiling rustc-hash v1.1.0
18062025-09-17T21:25:32.820Z Compiling icu_locid_transform_data v1.5.0
18072025-09-17T21:25:33.333Z Compiling thiserror-impl v1.0.69
18082025-09-17T21:25:33.614Z Compiling cmake v0.1.51
18092025-09-17T21:25:34.026Z Compiling signal-hook-registry v1.4.2
18102025-09-17T21:25:34.340Z Compiling tinystr v0.7.6
18112025-09-17T21:25:34.753Z Compiling icu_locid v1.5.0
18122025-09-17T21:25:34.790Z Compiling icu_collections v1.5.0
18132025-09-17T21:25:34.838Z Compiling fnv v1.0.7
18142025-09-17T21:25:34.996Z Compiling paste v1.0.15
18152025-09-17T21:25:35.036Z Compiling dunce v1.0.5
18162025-09-17T21:25:35.196Z Compiling fs_extra v1.3.0
18172025-09-17T21:25:35.411Z Compiling icu_properties_data v1.5.0
18182025-09-17T21:25:35.473Z Compiling bitflags v2.9.1
18192025-09-17T21:25:35.559Z Compiling bytes v1.10.1
18202025-09-17T21:25:35.935Z Compiling byteorder v1.5.0
18212025-09-17T21:25:36.375Z Compiling icu_provider v1.5.0
18222025-09-17T21:25:36.876Z Compiling parking_lot v0.12.3
18232025-09-17T21:25:37.385Z Compiling icu_locid_transform v1.5.0
18242025-09-17T21:25:37.936Z Compiling mio v1.0.2
18252025-09-17T21:25:38.519Z Compiling utf8_iter v1.0.4
18262025-09-17T21:25:38.832Z Compiling icu_properties v1.5.1
18272025-09-17T21:25:38.908Z Compiling icu_normalizer_data v1.5.0
18282025-09-17T21:25:39.032Z Compiling write16 v1.0.0
18292025-09-17T21:25:39.212Z Compiling heck v0.5.0
18302025-09-17T21:25:39.235Z Compiling utf16_iter v1.0.5
18312025-09-17T21:25:39.498Z Compiling crypto-common v0.1.6
18322025-09-17T21:25:39.619Z Compiling which v4.4.2
18332025-09-17T21:25:39.785Z Compiling socket2 v0.6.0
18342025-09-17T21:25:40.611Z Compiling const-oid v0.9.6
18352025-09-17T21:25:41.537Z Compiling tokio v1.47.0
18362025-09-17T21:25:41.959Z Compiling indexmap v2.11.0
18372025-09-17T21:25:42.590Z Compiling icu_normalizer v1.5.0
18382025-09-17T21:25:42.678Z Compiling form_urlencoded v1.2.2
18392025-09-17T21:25:42.869Z Compiling ring v0.17.14
18402025-09-17T21:25:43.643Z Compiling idna_adapter v1.2.0
18412025-09-17T21:25:43.860Z Compiling idna v1.0.3
18422025-09-17T21:25:44.151Z Compiling tracing-attributes v0.1.27
18432025-09-17T21:25:44.253Z Compiling der_derive v0.7.3
18442025-09-17T21:25:44.611Z Compiling aws-lc-rs v1.12.4
18452025-09-17T21:25:45.006Z Compiling vcpkg v0.2.15
18462025-09-17T21:25:45.029Z Compiling thiserror v2.0.16
18472025-09-17T21:25:46.315Z Compiling openssl-sys v0.9.109
18482025-09-17T21:25:46.930Z Compiling url v2.5.4
18492025-09-17T21:25:47.597Z Compiling block-buffer v0.10.4
18502025-09-17T21:25:48.029Z Compiling futures-core v0.3.31
18512025-09-17T21:25:48.319Z Compiling digest v0.10.7
18522025-09-17T21:25:48.427Z Compiling thiserror-impl v2.0.16
18532025-09-17T21:25:49.149Z Compiling httparse v1.9.5
18542025-09-17T21:25:49.759Z Compiling zerocopy v0.7.35
18552025-09-17T21:25:50.274Z Compiling iana-time-zone v0.1.63
18562025-09-17T21:25:50.661Z Compiling chrono v0.4.41
18572025-09-17T21:25:51.311Z Compiling aws-lc-sys v0.26.0
18582025-09-17T21:25:51.445Z Compiling uuid v1.18.1
18592025-09-17T21:25:52.369Z Compiling syn v1.0.109
18602025-09-17T21:25:53.148Z Compiling num-conv v0.1.0
18612025-09-17T21:25:53.337Z Compiling futures-sink v0.3.31
18622025-09-17T21:25:53.456Z Compiling time-core v0.1.2
18632025-09-17T21:25:53.522Z Compiling futures-channel v0.3.31
18642025-09-17T21:25:53.650Z Compiling time-macros v0.2.18
18652025-09-17T21:25:55.274Z Compiling openssl v0.10.73
18662025-09-17T21:25:55.534Z Compiling futures-task v0.3.31
18672025-09-17T21:25:55.665Z Compiling futures-io v0.3.31
18682025-09-17T21:25:55.733Z Compiling strsim v0.11.1
18692025-09-17T21:25:55.841Z Compiling cpufeatures v0.2.14
18702025-09-17T21:25:55.875Z Compiling pin-utils v0.1.0
18712025-09-17T21:25:56.002Z Compiling futures-util v0.3.31
18722025-09-17T21:25:56.394Z Compiling hmac v0.12.1
18732025-09-17T21:25:56.465Z Compiling rustc_version v0.4.1
18742025-09-17T21:25:56.639Z Compiling serde_tokenstream v0.2.2
18752025-09-17T21:25:56.994Z Compiling zerocopy v0.8.26
18762025-09-17T21:25:57.380Z Compiling block-padding v0.3.3
18772025-09-17T21:25:57.650Z Compiling openssl-macros v0.1.1
18782025-09-17T21:25:57.690Z Compiling scroll_derive v0.12.0
18792025-09-17T21:25:58.502Z Compiling native-tls v0.2.12
18802025-09-17T21:25:58.887Z Compiling ucd-trie v0.1.7
18812025-09-17T21:25:58.954Z Compiling dyn-clone v1.0.20
18822025-09-17T21:25:58.982Z Compiling crossbeam-utils v0.8.21
18832025-09-17T21:25:59.072Z Compiling rustls v0.23.19
18842025-09-17T21:25:59.230Z Compiling pest v2.7.14
18852025-09-17T21:25:59.418Z Compiling inout v0.1.3
18862025-09-17T21:25:59.507Z Compiling zerocopy-derive v0.8.26
18872025-09-17T21:26:02.040Z Compiling pest_meta v2.7.14
18882025-09-17T21:26:02.353Z Compiling cipher v0.4.4
18892025-09-17T21:26:02.478Z Compiling sha2 v0.10.9
18902025-09-17T21:26:03.247Z Compiling http v1.3.1
18912025-09-17T21:26:04.171Z Compiling cookie v0.18.1
18922025-09-17T21:26:04.506Z Compiling base64ct v1.6.0
18932025-09-17T21:26:05.065Z Compiling rustversion v1.0.17
18942025-09-17T21:26:05.221Z Compiling pem-rfc7468 v0.7.0
18952025-09-17T21:26:05.558Z Compiling pest_generator v2.7.14
18962025-09-17T21:26:05.761Z Compiling zstd-sys v2.0.14+zstd.1.5.7
18972025-09-17T21:26:06.480Z Compiling bzip2-sys v0.1.13+1.0.8
18982025-09-17T21:26:06.995Z Compiling flagset v0.4.6
18992025-09-17T21:26:07.092Z Compiling anyhow v1.0.99
19002025-09-17T21:26:07.230Z Compiling slog v2.7.0
19012025-09-17T21:26:07.642Z Compiling der v0.7.9
19022025-09-17T21:26:07.691Z Compiling pest_derive v2.7.14
19032025-09-17T21:26:09.025Z Compiling toml_datetime v0.6.11
19042025-09-17T21:26:09.134Z Compiling serde_spanned v0.6.9
19052025-09-17T21:26:09.221Z Compiling tracing-core v0.1.32
19062025-09-17T21:26:09.379Z Compiling usdt-impl v0.5.0
19072025-09-17T21:26:09.479Z Compiling rustls-pki-types v1.10.0
19082025-09-17T21:26:09.773Z Compiling spki v0.7.3
19092025-09-17T21:26:10.101Z Compiling tracing v0.1.40
19102025-09-17T21:26:10.170Z Compiling salsa20 v0.10.2
19112025-09-17T21:26:10.275Z Compiling scroll v0.12.0
19122025-09-17T21:26:10.398Z Compiling pbkdf2 v0.12.2
19132025-09-17T21:26:10.421Z Compiling ppv-lite86 v0.2.20
19142025-09-17T21:26:11.177Z Compiling plain v0.2.3
19152025-09-17T21:26:11.219Z Compiling rustix v1.0.7
19162025-09-17T21:26:11.267Z Compiling winnow v0.5.40
19172025-09-17T21:26:11.304Z Compiling litrs v0.4.1
19182025-09-17T21:26:11.349Z Compiling goblin v0.8.2
19192025-09-17T21:26:11.588Z Compiling scrypt v0.11.0
19202025-09-17T21:26:11.729Z Compiling cbc v0.1.2
19212025-09-17T21:26:11.820Z Compiling aes v0.8.4
19222025-09-17T21:26:11.957Z Compiling tokio-util v0.7.15
19232025-09-17T21:26:12.244Z Compiling document-features v0.2.11
19242025-09-17T21:26:13.319Z Compiling powerfmt v0.2.0
19252025-09-17T21:26:13.800Z Compiling newtype-uuid v1.2.4
19262025-09-17T21:26:14.111Z Compiling adler2 v2.0.0
19272025-09-17T21:26:14.386Z Compiling toml_edit v0.19.15
19282025-09-17T21:26:14.522Z Compiling untrusted v0.7.1
19292025-09-17T21:26:14.740Z Compiling pretty-hex v0.4.1
19302025-09-17T21:26:14.968Z Compiling untrusted v0.9.0
19312025-09-17T21:26:15.126Z Compiling miniz_oxide v0.8.5
19322025-09-17T21:26:15.183Z Compiling deranged v0.3.11
19332025-09-17T21:26:16.326Z Compiling pkcs5 v0.7.1
19342025-09-17T21:26:17.278Z Compiling dof v0.3.0
19352025-09-17T21:26:18.567Z Compiling dtrace-parser v0.2.0
19362025-09-17T21:26:18.684Z Compiling http-body v1.0.1
19372025-09-17T21:26:18.958Z Compiling heapless v0.7.17
19382025-09-17T21:26:19.360Z Compiling thread-id v4.2.2
19392025-09-17T21:26:19.791Z Compiling atomic-waker v1.1.2
19402025-09-17T21:26:20.001Z Compiling num_threads v0.1.7
19412025-09-17T21:26:20.073Z Compiling base64 v0.22.1
19422025-09-17T21:26:20.159Z Compiling zstd-safe v7.2.3
19432025-09-17T21:26:20.224Z Compiling signal-hook v0.3.18
19442025-09-17T21:26:20.252Z Compiling time v0.3.36
19452025-09-17T21:26:22.084Z Compiling pkcs8 v0.10.2
19462025-09-17T21:26:22.664Z Compiling ident_case v1.0.1
19472025-09-17T21:26:22.866Z Compiling try-lock v0.2.5
19482025-09-17T21:26:23.056Z Compiling tower-service v0.3.3
19492025-09-17T21:26:23.490Z Compiling tinyvec_macros v0.1.1
19502025-09-17T21:26:23.601Z Compiling tinyvec v1.8.0
19512025-09-17T21:26:23.804Z Compiling want v0.3.1
19522025-09-17T21:26:24.965Z Compiling h2 v0.4.6
19532025-09-17T21:26:26.949Z Compiling curve25519-dalek v4.1.3
19542025-09-17T21:26:27.463Z Compiling rand_core v0.9.3
19552025-09-17T21:26:27.658Z Compiling ipnet v2.11.0
19562025-09-17T21:26:27.871Z Compiling async-trait v0.1.89
19572025-09-17T21:26:29.931Z Compiling memoffset v0.9.1
19582025-09-17T21:26:30.504Z Compiling num-bigint-dig v0.8.4
19592025-09-17T21:26:30.661Z Compiling foreign-types-shared v0.1.1
19602025-09-17T21:26:30.839Z Compiling openssl-probe v0.1.5
19612025-09-17T21:26:30.872Z Compiling gimli v0.31.1
19622025-09-17T21:26:31.520Z Compiling smoltcp v0.9.1
19632025-09-17T21:26:31.556Z Compiling httpdate v1.0.3
19642025-09-17T21:26:32.071Z Compiling foreign-types v0.3.2
19652025-09-17T21:26:33.379Z Compiling hyper v1.7.0
19662025-09-17T21:26:36.465Z Compiling addr2line v0.24.2
19672025-09-17T21:26:37.236Z Compiling rand_chacha v0.9.0
19682025-09-17T21:26:39.697Z Compiling usdt-macro v0.5.0
19692025-09-17T21:26:40.693Z Compiling usdt-attr-macro v0.5.0
19702025-09-17T21:26:42.666Z Compiling strum_macros v0.26.4
19712025-09-17T21:26:44.004Z Compiling ipnetwork v0.21.1
19722025-09-17T21:26:45.359Z Compiling daft-derive v0.1.4
19732025-09-17T21:26:46.354Z Compiling object v0.36.5
19742025-09-17T21:26:46.791Z Compiling rustc-demangle v0.1.24
19752025-09-17T21:26:46.916Z Compiling cfg_aliases v0.2.1
19762025-09-17T21:26:48.826Z Compiling nix v0.29.0
19772025-09-17T21:26:53.239Z Compiling rand v0.9.2
19782025-09-17T21:26:54.445Z Compiling backtrace v0.3.74
19792025-09-17T21:26:54.658Z Compiling hyper-util v0.1.16
19802025-09-17T21:26:56.392Z Compiling unicode-normalization v0.1.24
19812025-09-17T21:26:57.431Z Compiling strum_macros v0.27.1
19822025-09-17T21:26:59.885Z Compiling hubpack_derive v0.1.1
19832025-09-17T21:27:00.779Z Compiling signature v2.2.0
19842025-09-17T21:27:00.841Z Compiling openapiv3 v2.2.0
19852025-09-17T21:27:01.025Z Compiling curve25519-dalek-derive v0.1.1
19862025-09-17T21:27:02.391Z Compiling fs-err v3.1.1
19872025-09-17T21:27:02.778Z Compiling ahash v0.8.12
19882025-09-17T21:27:03.148Z Compiling crc32fast v1.4.2
19892025-09-17T21:27:03.483Z Compiling zlib-rs v0.5.1
19902025-09-17T21:27:04.550Z Compiling buf-list v1.0.3
19912025-09-17T21:27:04.643Z Compiling unicode-properties v0.1.3
19922025-09-17T21:27:05.076Z Compiling unicode-bidi v0.3.17
19932025-09-17T21:27:05.103Z Compiling utf8parse v0.2.2
19942025-09-17T21:27:05.282Z Compiling siphasher v0.3.11
19952025-09-17T21:27:05.683Z Compiling anstyle v1.0.11
19962025-09-17T21:27:05.793Z Compiling stringprep v0.1.5
19972025-09-17T21:27:06.149Z Compiling phf_shared v0.11.2
19982025-09-17T21:27:06.515Z Compiling anstyle-parse v0.2.5
19992025-09-17T21:27:08.339Z Compiling libz-rs-sys v0.5.1
20002025-09-17T21:27:14.451Z Compiling http-body-util v0.1.3
20012025-09-17T21:27:14.920Z Compiling rand_chacha v0.3.1
20022025-09-17T21:27:15.152Z Compiling sync_wrapper v1.0.1
20032025-09-17T21:27:15.328Z Compiling md-5 v0.10.6
20042025-09-17T21:27:15.592Z Compiling num-integer v0.1.46
20052025-09-17T21:27:15.615Z Compiling hash32 v0.2.1
20062025-09-17T21:27:15.781Z Compiling ff v0.13.0
20072025-09-17T21:27:15.959Z Compiling encoding_rs v0.8.34
20082025-09-17T21:27:16.021Z Compiling psl-types v2.0.11
20092025-09-17T21:27:16.237Z Compiling is_terminal_polyfill v1.70.1
20102025-09-17T21:27:16.263Z Compiling mime v0.3.17
20112025-09-17T21:27:16.600Z Compiling anstyle-query v1.1.1
20122025-09-17T21:27:17.232Z Compiling tower-layer v0.3.3
20132025-09-17T21:27:17.536Z Compiling base16ct v0.2.0
20142025-09-17T21:27:17.690Z Compiling fallible-iterator v0.2.0
20152025-09-17T21:27:17.839Z Compiling colorchoice v1.0.2
20162025-09-17T21:27:18.363Z Compiling postgres-protocol v0.6.8
20172025-09-17T21:27:18.446Z Compiling tower v0.5.2
20182025-09-17T21:27:19.385Z Compiling anstream v0.6.18
20192025-09-17T21:27:19.413Z Compiling sec1 v0.7.3
20202025-09-17T21:27:19.998Z Compiling publicsuffix v2.3.0
20212025-09-17T21:27:20.640Z Compiling num-iter v0.1.45
20222025-09-17T21:27:20.857Z Compiling group v0.13.0
20232025-09-17T21:27:21.216Z Compiling rand v0.8.5
20242025-09-17T21:27:23.404Z Compiling tokio-native-tls v0.3.1
20252025-09-17T21:27:23.925Z Compiling flate2 v1.1.2
20262025-09-17T21:27:24.809Z Compiling rustls-webpki v0.102.8
20272025-09-17T21:27:24.970Z Compiling rustls-native-certs v0.8.1
20282025-09-17T21:27:26.354Z Compiling webpki-roots v1.0.1
20292025-09-17T21:27:26.829Z Compiling hkdf v0.12.4
20302025-09-17T21:27:26.853Z Compiling serde_urlencoded v0.7.1
20312025-09-17T21:27:27.084Z Compiling enum-as-inner v0.6.1
20322025-09-17T21:27:27.349Z Compiling clap_derive v4.5.41
20332025-09-17T21:27:27.406Z Compiling terminal_size v0.4.0
20342025-09-17T21:27:27.706Z Compiling crypto-bigint v0.5.5
20352025-09-17T21:27:28.067Z Compiling serde_repr v0.1.19
20362025-09-17T21:27:29.135Z Compiling bitflags v1.3.2
20372025-09-17T21:27:29.259Z Compiling simd-adler32 v0.3.7
20382025-09-17T21:27:29.673Z Compiling winnow v0.7.10
20392025-09-17T21:27:30.194Z Compiling clap_lex v0.7.4
20402025-09-17T21:27:30.898Z Compiling bumpalo v3.16.0
20412025-09-17T21:27:31.319Z Compiling iri-string v0.7.8
20422025-09-17T21:27:31.507Z Compiling managed v0.8.0
20432025-09-17T21:27:32.489Z Compiling tokio-rustls v0.26.0
20442025-09-17T21:27:33.083Z Compiling lockfree-object-pool v0.1.6
20452025-09-17T21:27:34.501Z Compiling tower-http v0.6.6
20462025-09-17T21:27:35.374Z Compiling zopfli v0.8.1
20472025-09-17T21:27:36.775Z Compiling hyper-rustls v0.27.7
20482025-09-17T21:27:37.328Z Compiling clap_builder v4.5.41
20492025-09-17T21:27:37.649Z Compiling elliptic-curve v0.13.8
20502025-09-17T21:27:42.128Z Compiling oxnet v0.1.3
20512025-09-17T21:27:42.187Z Compiling hyper-tls v0.6.0
20522025-09-17T21:27:42.187Z Compiling zstd v0.13.3
20532025-09-17T21:27:42.187Z Compiling signal-hook-mio v0.2.4
20542025-09-17T21:27:42.187Z Compiling cookie_store v0.21.1
20552025-09-17T21:27:42.187Z Compiling postgres-types v0.2.9
20562025-09-17T21:27:43.159Z Compiling phf v0.11.2
20572025-09-17T21:27:43.316Z Compiling strum v0.27.2
20582025-09-17T21:27:43.400Z Compiling ed25519 v2.2.3
20592025-09-17T21:27:43.449Z Compiling hubpack v0.1.2
20602025-09-17T21:27:43.473Z Compiling bzip2 v0.4.4
20612025-09-17T21:27:43.525Z Compiling bzip2 v0.5.2
20622025-09-17T21:27:43.852Z Compiling crossbeam-epoch v0.9.18
20632025-09-17T21:27:43.873Z Compiling pkcs1 v0.7.5
20642025-09-17T21:27:44.849Z Compiling rfc6979 v0.4.0
20652025-09-17T21:27:45.070Z Compiling float-cmp v0.10.0
20662025-09-17T21:27:45.197Z Compiling serde-big-array v0.5.1
20672025-09-17T21:27:45.334Z Compiling bstr v1.10.0
20682025-09-17T21:27:45.452Z Compiling regress v0.10.4
20692025-09-17T21:27:45.475Z Compiling memmap v0.7.0
20702025-09-17T21:27:45.699Z Compiling socket2 v0.5.10
20712025-09-17T21:27:45.905Z Compiling predicates-core v1.0.8
20722025-09-17T21:27:46.207Z Compiling unicode-segmentation v1.12.0
20732025-09-17T21:27:46.701Z Compiling data-encoding v2.9.0
20742025-09-17T21:27:47.044Z Compiling fixedbitset v0.4.2
20752025-09-17T21:27:47.454Z Compiling whoami v1.5.2
20762025-09-17T21:27:47.457Z Compiling precomputed-hash v0.1.1
20772025-09-17T21:27:47.950Z Compiling toml_write v0.1.2
20782025-09-17T21:27:48.016Z Compiling difflib v0.4.0
20792025-09-17T21:27:48.107Z Compiling new_debug_unreachable v1.0.6
20802025-09-17T21:27:48.231Z Compiling normalize-line-endings v0.3.0
20812025-09-17T21:27:48.348Z Compiling static_assertions v1.1.0
20822025-09-17T21:27:48.389Z Compiling string_cache v0.8.9
20832025-09-17T21:27:48.469Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
20842025-09-17T21:27:48.810Z Compiling predicates v3.1.3
20852025-09-17T21:27:48.911Z Compiling reqwest v0.12.22
20862025-09-17T21:27:49.054Z Compiling tokio-postgres v0.7.13
20872025-09-17T21:27:50.129Z Compiling toml_edit v0.22.27
20882025-09-17T21:27:50.346Z Compiling typify-impl v0.3.0
20892025-09-17T21:27:50.456Z Compiling petgraph v0.6.5
20902025-09-17T21:27:54.047Z Compiling hickory-proto v0.25.2
20912025-09-17T21:27:54.108Z Compiling similar v2.7.0
20922025-09-17T21:27:57.553Z Compiling usdt v0.5.0
20932025-09-17T21:27:58.095Z Compiling ecdsa v0.16.9
20942025-09-17T21:27:59.417Z Compiling rsa v0.9.6
20952025-09-17T21:27:59.644Z Compiling zip v4.2.0
20962025-09-17T21:28:00.713Z Compiling zip v0.6.6
20972025-09-17T21:28:00.824Z Compiling ed25519-dalek v2.1.1
20982025-09-17T21:28:01.869Z Compiling crossterm v0.28.1
20992025-09-17T21:28:02.099Z Compiling clap v4.5.41
21002025-09-17T21:28:02.189Z Compiling daft v0.1.4
21012025-09-17T21:28:02.301Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
21022025-09-17T21:28:02.689Z Compiling strum v0.26.3
21032025-09-17T21:28:02.724Z Compiling darling_core v0.21.0
21042025-09-17T21:28:02.778Z Compiling tokio-stream v0.1.17
21052025-09-17T21:28:02.902Z Compiling toml v0.7.8
21062025-09-17T21:28:03.781Z Compiling x509-cert v0.2.5
21072025-09-17T21:28:04.929Z Compiling sha1 v0.10.6
21082025-09-17T21:28:06.562Z Compiling itertools v0.10.5
21092025-09-17T21:28:07.613Z Compiling itertools v0.13.0
21102025-09-17T21:28:08.058Z Compiling winnow v0.6.26
21112025-09-17T21:28:08.585Z Compiling unicode-xid v0.2.6
21122025-09-17T21:28:08.797Z Compiling rustc-hash v2.1.1
21132025-09-17T21:28:09.009Z Compiling lalrpop-util v0.19.12
21142025-09-17T21:28:09.033Z Compiling peg-runtime v0.8.5
21152025-09-17T21:28:09.465Z Compiling darling_macro v0.21.0
21162025-09-17T21:28:10.750Z Compiling typify-macro v0.3.0
21172025-09-17T21:28:11.314Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21182025-09-17T21:28:14.733Z Compiling rayon-core v1.12.1
21192025-09-17T21:28:16.026Z Compiling camino v1.2.0
21202025-09-17T21:28:19.040Z Compiling darling v0.21.0
21212025-09-17T21:28:19.451Z Compiling proc-macro-crate v1.3.1
21222025-09-17T21:28:19.807Z Compiling macaddr v1.0.1
21232025-09-17T21:28:20.020Z Compiling structmeta-derive v0.3.0
21242025-09-17T21:28:20.643Z Compiling itertools v0.14.0
21252025-09-17T21:28:21.791Z Compiling fastrand v2.1.1
21262025-09-17T21:28:22.811Z Compiling ref-cast v1.0.24
21272025-09-17T21:28:23.013Z Compiling heapless v0.8.0
21282025-09-17T21:28:23.565Z Compiling ingot-macros v0.1.1
21292025-09-17T21:28:26.838Z Compiling structmeta v0.3.0
21302025-09-17T21:28:26.999Z Compiling tempfile v3.20.0
21312025-09-17T21:28:27.862Z Compiling num_enum_derive v0.5.11
21322025-09-17T21:28:29.898Z Compiling crossbeam-deque v0.8.5
21332025-09-17T21:28:31.221Z Compiling hash32 v0.3.1
21342025-09-17T21:28:31.960Z Compiling ref-cast-impl v1.0.24
21352025-09-17T21:28:37.294Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21362025-09-17T21:28:38.533Z Compiling smoltcp v0.11.0
21372025-09-17T21:28:47.520Z Compiling ingot-types v0.1.2
21382025-09-17T21:28:48.126Z Compiling num_enum v0.5.11
21392025-09-17T21:28:48.703Z Compiling typify v0.3.0
21402025-09-17T21:28:52.507Z Compiling darling_core v0.20.10
21412025-09-17T21:28:53.166Z Compiling proc-macro-error-attr v1.0.4
21422025-09-17T21:28:53.570Z Compiling rustls v0.22.4
21432025-09-17T21:28:54.144Z Compiling unsafe-libyaml v0.2.11
21442025-09-17T21:28:54.234Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21452025-09-17T21:28:54.576Z Compiling cobs v0.2.3
21462025-09-17T21:28:55.799Z Compiling serde_yaml v0.9.34+deprecated
21472025-09-17T21:28:57.578Z Compiling darling_macro v0.20.10
21482025-09-17T21:28:58.461Z Compiling postcard v1.0.10
21492025-09-17T21:29:07.509Z Compiling progenitor-impl v0.9.1
21502025-09-17T21:29:07.557Z Compiling ingot v0.1.1
21512025-09-17T21:29:14.799Z Compiling futures-executor v0.3.31
21522025-09-17T21:29:15.703Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
21532025-09-17T21:29:16.003Z Compiling hex v0.4.3
21542025-09-17T21:29:16.636Z Compiling foreign-types-macros v0.2.3
21552025-09-17T21:29:16.698Z Compiling thread_local v1.1.8
21562025-09-17T21:29:16.803Z Compiling wait-timeout v0.2.0
21572025-09-17T21:29:16.828Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
21582025-09-17T21:29:17.174Z Compiling proc-macro-error v1.0.4
21592025-09-17T21:29:17.338Z Compiling multer v3.1.0
21602025-09-17T21:29:17.695Z Compiling slog-async v2.8.0
21612025-09-17T21:29:17.717Z Compiling foreign-types-shared v0.3.1
21622025-09-17T21:29:17.814Z Compiling match_cfg v0.1.0
21632025-09-17T21:29:17.941Z Compiling quick-error v1.2.3
21642025-09-17T21:29:17.974Z Compiling unicode-width v0.1.14
21652025-09-17T21:29:18.109Z Compiling bit-vec v0.8.0
21662025-09-17T21:29:18.304Z Compiling rusty-fork v0.3.0
21672025-09-17T21:29:18.382Z Compiling hostname v0.3.1
21682025-09-17T21:29:18.584Z Compiling bit-set v0.8.0
21692025-09-17T21:29:18.663Z Compiling tabwriter v1.4.0
21702025-09-17T21:29:18.703Z Compiling foreign-types v0.5.0
21712025-09-17T21:29:18.912Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
21722025-09-17T21:29:18.942Z Compiling futures v0.3.31
21732025-09-17T21:29:18.965Z Compiling progenitor-macro v0.9.1
21742025-09-17T21:29:20.355Z Compiling darling v0.20.10
21752025-09-17T21:29:20.710Z Compiling derive-ex v0.1.8
21762025-09-17T21:29:22.774Z Compiling progenitor-client v0.9.1
21772025-09-17T21:29:23.683Z Compiling toml_parser v1.0.2
21782025-09-17T21:29:23.837Z Compiling slog-json v2.6.1
21792025-09-17T21:29:24.232Z Compiling rand_xorshift v0.4.0
21802025-09-17T21:29:24.274Z Compiling crossbeam-channel v0.5.15
21812025-09-17T21:29:24.479Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21822025-09-17T21:29:24.502Z Compiling toml_datetime v0.7.0
21832025-09-17T21:29:25.277Z Compiling serde_spanned v1.0.0
21842025-09-17T21:29:25.379Z Compiling async-stream-impl v0.3.6
21852025-09-17T21:29:25.569Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
21862025-09-17T21:29:25.719Z Compiling cstr-argument v0.1.2
21872025-09-17T21:29:26.003Z Compiling is-terminal v0.4.13
21882025-09-17T21:29:26.194Z Compiling dropshot v0.16.4
21892025-09-17T21:29:26.444Z Compiling unarray v0.1.4
21902025-09-17T21:29:26.549Z Compiling take_mut v0.2.2
21912025-09-17T21:29:26.552Z Compiling toml_writer v1.0.2
21922025-09-17T21:29:26.668Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21932025-09-17T21:29:26.730Z Compiling typeid v1.0.3
21942025-09-17T21:29:26.963Z Compiling pretty-hex v0.2.1
21952025-09-17T21:29:26.999Z Compiling crucible-workspace-hack v0.1.0
21962025-09-17T21:29:27.068Z Compiling term v1.1.0
21972025-09-17T21:29:27.217Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21982025-09-17T21:29:27.307Z Compiling toml v0.9.5
21992025-09-17T21:29:27.646Z Compiling proptest v1.7.0
22002025-09-17T21:29:29.681Z Compiling progenitor v0.9.1
22012025-09-17T21:29:29.807Z Compiling slog-term v2.9.2
22022025-09-17T21:29:29.929Z Compiling async-stream v0.3.6
22032025-09-17T21:29:31.101Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22042025-09-17T21:29:31.928Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22052025-09-17T21:29:32.141Z Compiling tokio-rustls v0.25.0
22062025-09-17T21:29:32.164Z Compiling test-strategy v0.4.3
22072025-09-17T21:29:32.501Z Compiling slog-bunyan v2.5.0
22082025-09-17T21:29:32.745Z Compiling serde_with_macros v3.14.0
22092025-09-17T21:29:35.085Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22102025-09-17T21:29:35.233Z Compiling rayon v1.10.0
22112025-09-17T21:29:35.283Z Compiling parse-display-derive v0.10.0
22122025-09-17T21:29:35.895Z Compiling colored v2.2.0
22132025-09-17T21:29:36.548Z Compiling waitgroup v0.1.2
22142025-09-17T21:29:36.823Z Compiling rustls-pemfile v2.2.0
22152025-09-17T21:29:37.286Z Compiling dropshot_endpoint v0.16.4
22162025-09-17T21:29:37.308Z Compiling hashbrown v0.16.0
22172025-09-17T21:29:38.617Z Compiling serde_path_to_error v0.1.17
22182025-09-17T21:29:38.712Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22192025-09-17T21:29:39.507Z Compiling derive-where v1.5.0
22202025-09-17T21:29:39.608Z Compiling hostname v0.4.0
22212025-09-17T21:29:39.896Z Compiling instant v0.1.13
22222025-09-17T21:29:40.099Z Compiling debug-ignore v1.0.5
22232025-09-17T21:29:40.297Z Compiling foldhash v0.2.0
22242025-09-17T21:29:40.488Z Compiling heck v0.4.1
22252025-09-17T21:29:40.865Z Compiling iddqd v0.3.13
22262025-09-17T21:29:40.901Z Compiling zone_cfg_derive v0.3.0
22272025-09-17T21:29:42.134Z Compiling backoff v0.4.0
22282025-09-17T21:29:42.250Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
22292025-09-17T21:29:42.466Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22302025-09-17T21:29:42.519Z Compiling parse-display v0.10.0
22312025-09-17T21:29:42.706Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
22322025-09-17T21:29:44.491Z Compiling serde_with v3.14.0
22332025-09-17T21:29:44.579Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22342025-09-17T21:29:45.337Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
22352025-09-17T21:29:45.973Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
22362025-09-17T21:29:47.291Z Compiling camino-tempfile v1.4.1
22372025-09-17T21:29:47.847Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22382025-09-17T21:29:47.907Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
22392025-09-17T21:29:48.057Z Compiling progenitor-client v0.10.0
22402025-09-17T21:29:48.367Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
22412025-09-17T21:29:48.921Z Compiling num-derive v0.4.2
22422025-09-17T21:29:48.962Z Compiling sigpipe v0.1.3
22432025-09-17T21:29:49.091Z Compiling libefi-sys v0.1.0
22442025-09-17T21:29:49.124Z Compiling jiff v0.2.15
22452025-09-17T21:29:51.064Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22462025-09-17T21:29:51.482Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
22472025-09-17T21:29:51.566Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
22482025-09-17T21:29:51.823Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
22492025-09-17T21:29:52.211Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22502025-09-17T21:29:53.140Z Compiling erased-serde v0.4.6
22512025-09-17T21:29:54.524Z Compiling zone v0.3.1
22522025-09-17T21:29:55.717Z Compiling smf v0.2.3
22532025-09-17T21:29:57.595Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22542025-09-17T21:29:57.945Z Compiling bitfield-struct v0.6.2
22552025-09-17T21:29:58.129Z Compiling ordered-float v2.10.1
22562025-09-17T21:29:58.242Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22572025-09-17T21:29:58.695Z Compiling blake3 v1.5.4
22582025-09-17T21:29:58.784Z Compiling serde-value v0.7.0
22592025-09-17T21:29:59.254Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22602025-09-17T21:30:00.005Z Compiling serde-untagged v0.1.7
22612025-09-17T21:30:00.376Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22622025-09-17T21:30:00.475Z Compiling toml v0.8.23
22632025-09-17T21:30:00.787Z Compiling xattr v1.3.1
22642025-09-17T21:30:01.146Z Compiling memmap2 v0.9.5
22652025-09-17T21:30:01.554Z Compiling filetime v0.2.25
22662025-09-17T21:30:01.727Z Compiling arrayref v0.3.9
22672025-09-17T21:30:01.863Z Compiling unicode-width v0.2.0
22682025-09-17T21:30:01.929Z Compiling arrayvec v0.7.6
22692025-09-17T21:30:02.418Z Compiling same-file v1.0.6
22702025-09-17T21:30:02.506Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22712025-09-17T21:30:02.529Z Compiling constant_time_eq v0.3.1
22722025-09-17T21:30:02.642Z Compiling walkdir v2.5.0
22732025-09-17T21:30:02.729Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22742025-09-17T21:30:03.132Z Compiling console v0.16.0
22752025-09-17T21:30:04.137Z Compiling tar v0.4.44
22762025-09-17T21:30:04.205Z Compiling cargo-util-schemas v0.8.2
22772025-09-17T21:30:06.180Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22782025-09-17T21:30:06.218Z Compiling tokio-dtrace v0.1.0
22792025-09-17T21:30:06.613Z Compiling gethostname v0.5.0
22802025-09-17T21:30:06.740Z Compiling cargo-platform v0.2.0
22812025-09-17T21:30:06.858Z Compiling unit-prefix v0.5.1
22822025-09-17T21:30:07.141Z Compiling topological-sort v0.2.2
22832025-09-17T21:30:07.454Z Compiling fixedbitset v0.5.7
22842025-09-17T21:30:07.925Z Compiling omicron-zone-package v0.12.2
22852025-09-17T21:30:08.604Z Compiling petgraph v0.8.2
22862025-09-17T21:30:09.718Z Compiling cargo_metadata v0.21.0
22872025-09-17T21:30:09.861Z Compiling indicatif v0.18.0
22882025-09-17T21:30:12.214Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22892025-09-17T21:30:14.059Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22902025-09-17T21:30:14.678Z Compiling oxide-tokio-rt v0.1.2
22912025-09-17T21:30:15.310Z Compiling indent_write v2.2.0
22922025-09-17T21:30:15.632Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
22932025-09-17T21:30:15.763Z Compiling shell-words v1.1.0
22942025-09-17T21:30:16.319Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22952025-09-17T21:30:36.670Z Finished `release` profile [optimized] target(s) in 5m 23s
22962025-09-17T21:30:36.863Z Running `target/release/omicron-package -t test target create -p dev`
22972025-09-17T21:30:36.922ZLogging to: /work/oxidecomputer/omicron/out/LOG
22982025-09-17T21:30:36.942ZCreated new build target 'test' and set it as active
22992025-09-17T21:30:36.942Z
23002025-09-17T21:30:36.942Zreal 5:23.640810557
23012025-09-17T21:30:36.942Zuser 37:24.211011019
23022025-09-17T21:30:36.942Zsys 3:40.315166674
23032025-09-17T21:30:36.943Ztrap 1.171439666
23042025-09-17T21:30:36.943Ztflt 1.927632417
23052025-09-17T21:30:36.943Zdflt 1.210196598
23062025-09-17T21:30:36.943Zkflt 0.000598921
23072025-09-17T21:30:36.943Zlock 1:46:13.276750486
23082025-09-17T21:30:36.943Zslp 2:32:35.837082730
23092025-09-17T21:30:36.943Zlat 3:05.317004288
23102025-09-17T21:30:36.943Zstop 5:39.476285778
23112025-09-17T21:30:36.943Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23122025-09-17T21:30:38.129Z Finished `release` profile [optimized] target(s) in 1.14s
23132025-09-17T21:30:38.191Z Running `target/release/omicron-package -t test package`
23142025-09-17T21:30:38.244ZLogging to: /work/oxidecomputer/omicron/out/LOG
23152025-09-17T21:30:40.064Z Compiling typify-impl v0.4.3
23162025-09-17T21:30:40.306Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23172025-09-17T21:30:40.322Z Compiling convert_case v0.4.0
23182025-09-17T21:30:40.335Z Compiling num-rational v0.4.2
23192025-09-17T21:30:40.335Z Compiling num-complex v0.4.6
23202025-09-17T21:30:40.335Z Compiling float-ord v0.3.2
23212025-09-17T21:30:40.369Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
23222025-09-17T21:30:40.506Z Compiling bytecount v0.6.8
23232025-09-17T21:30:40.617Z Compiling is-terminal v0.4.13
23242025-09-17T21:30:40.788Z Compiling secrecy v0.10.3
23252025-09-17T21:30:40.840Z Compiling swrite v0.1.0
23262025-09-17T21:30:40.999Z Compiling derive_more v0.99.20
23272025-09-17T21:30:41.024Z Compiling console v0.15.10
23282025-09-17T21:30:41.095Z Compiling camino v1.2.0
23292025-09-17T21:30:41.164Z Compiling password-hash v0.5.0
23302025-09-17T21:30:41.191Z Compiling blake2 v0.10.6
23312025-09-17T21:30:41.522Z Compiling num v0.4.3
23322025-09-17T21:30:42.358Z Compiling argon2 v0.5.3
23332025-09-17T21:30:42.494Z Compiling atomicwrites v0.4.4
23342025-09-17T21:30:42.631Z Compiling newline-converter v0.3.0
23352025-09-17T21:30:42.872Z Compiling base64 v0.21.7
23362025-09-17T21:30:43.028Z Compiling expectorate v1.2.0
23372025-09-17T21:30:43.317Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23382025-09-17T21:30:43.564Z Compiling fastrand v2.1.1
23392025-09-17T21:30:43.910Z Compiling tempfile v3.20.0
23402025-09-17T21:30:43.945Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23412025-09-17T21:30:43.967Z Compiling rustls v0.22.4
23422025-09-17T21:30:43.996Z Compiling thread_local v1.1.8
23432025-09-17T21:30:44.037Z Compiling wait-timeout v0.2.0
23442025-09-17T21:30:44.449Z Compiling owo-colors v4.2.2
23452025-09-17T21:30:44.477Z Compiling match_cfg v0.1.0
23462025-09-17T21:30:44.611Z Compiling cancel-safe-futures v0.1.5
23472025-09-17T21:30:44.634Z Compiling bit-vec v0.8.0
23482025-09-17T21:30:44.680Z Compiling quick-error v1.2.3
23492025-09-17T21:30:44.849Z Compiling rusty-fork v0.3.0
23502025-09-17T21:30:45.057Z Compiling bit-set v0.8.0
23512025-09-17T21:30:45.085Z Compiling hostname v0.3.1
23522025-09-17T21:30:45.316Z Compiling ref-cast v1.0.24
23532025-09-17T21:30:45.356Z Compiling multer v3.1.0
23542025-09-17T21:30:45.401Z Compiling slog-async v2.8.0
23552025-09-17T21:30:45.428Z Compiling progenitor-client v0.9.1
23562025-09-17T21:30:45.468Z Compiling crossbeam-channel v0.5.15
23572025-09-17T21:30:45.487Z Compiling toml_parser v1.0.2
23582025-09-17T21:30:45.930Z Compiling slog-json v2.6.1
23592025-09-17T21:30:46.330Z Compiling rand_xorshift v0.4.0
23602025-09-17T21:30:46.436Z Compiling libsw-core v0.3.1
23612025-09-17T21:30:46.471Z Compiling futures-executor v0.3.31
23622025-09-17T21:30:46.602Z Compiling toml_datetime v0.7.0
23632025-09-17T21:30:46.772Z Compiling serde_spanned v1.0.0
23642025-09-17T21:30:46.823Z Compiling hex v0.4.3
23652025-09-17T21:30:46.928Z Compiling take_mut v0.2.2
23662025-09-17T21:30:47.067Z Compiling toml_writer v1.0.2
23672025-09-17T21:30:47.128Z Compiling unarray v0.1.4
23682025-09-17T21:30:47.170Z Compiling term v1.1.0
23692025-09-17T21:30:47.332Z Compiling proptest v1.7.0
23702025-09-17T21:30:47.408Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23712025-09-17T21:30:47.528Z Compiling toml v0.9.5
23722025-09-17T21:30:48.303Z Compiling slog-term v2.9.2
23732025-09-17T21:30:48.475Z Compiling futures v0.3.31
23742025-09-17T21:30:48.628Z Compiling libsw v3.5.0
23752025-09-17T21:30:48.976Z Compiling slog-bunyan v2.5.0
23762025-09-17T21:30:49.230Z Compiling tokio-rustls v0.25.0
23772025-09-17T21:30:49.325Z Compiling progenitor v0.9.1
23782025-09-17T21:30:49.358Z Compiling typify-macro v0.4.3
23792025-09-17T21:30:50.356Z Compiling async-stream v0.3.6
23802025-09-17T21:30:50.662Z Compiling dropshot v0.16.4
23812025-09-17T21:30:50.748Z Compiling waitgroup v0.1.2
23822025-09-17T21:30:50.930Z Compiling rustls-pemfile v2.2.0
23832025-09-17T21:30:50.993Z Compiling hashbrown v0.16.0
23842025-09-17T21:30:51.304Z Compiling serde_path_to_error v0.1.17
23852025-09-17T21:30:52.122Z Compiling hostname v0.4.0
23862025-09-17T21:30:52.170Z Compiling instant v0.1.13
23872025-09-17T21:30:52.191Z Compiling debug-ignore v1.0.5
23882025-09-17T21:30:52.312Z Compiling linear-map v1.2.0
23892025-09-17T21:30:52.368Z Compiling foldhash v0.2.0
23902025-09-17T21:30:52.475Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
23912025-09-17T21:30:52.749Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23922025-09-17T21:30:52.769Z Compiling iddqd v0.3.13
23932025-09-17T21:30:52.856Z Compiling typify v0.4.3
23942025-09-17T21:30:53.235Z Compiling progenitor-impl v0.10.0
23952025-09-17T21:30:54.975Z Compiling backoff v0.4.0
23962025-09-17T21:30:55.023Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
23972025-09-17T21:30:55.100Z Compiling parse-display v0.10.0
23982025-09-17T21:30:55.608Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23992025-09-17T21:30:55.828Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
24002025-09-17T21:30:56.250Z Compiling serde_with v3.14.0
24012025-09-17T21:31:00.339Z Compiling progenitor-macro v0.10.0
24022025-09-17T21:31:00.474Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24032025-09-17T21:31:00.474Z Compiling progenitor-client v0.10.0
24042025-09-17T21:31:00.474Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
24052025-09-17T21:31:01.448Z Compiling macaddr v1.0.1
24062025-09-17T21:31:01.815Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24072025-09-17T21:31:01.894Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24082025-09-17T21:31:02.061Z Compiling async-recursion v1.1.1
24092025-09-17T21:31:02.189Z Compiling utf-8 v0.7.6
24102025-09-17T21:31:02.711Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24112025-09-17T21:31:02.778Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24122025-09-17T21:31:03.343Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24132025-09-17T21:31:09.817Z Compiling progenitor v0.10.0
24142025-09-17T21:31:10.084Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24152025-09-17T21:31:13.537Z Compiling globset v0.4.15
24162025-09-17T21:31:14.276Z Compiling toml v0.8.23
24172025-09-17T21:31:14.380Z Compiling keccak v0.1.5
24182025-09-17T21:31:15.647Z Compiling sha3 v0.10.8
24192025-09-17T21:31:15.676Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24202025-09-17T21:31:16.461Z Compiling prettyplease v0.2.36
24212025-09-17T21:31:16.512Z Compiling pin-project-internal v1.1.6
24222025-09-17T21:31:18.708Z Compiling papergrid v0.11.0
24232025-09-17T21:31:18.930Z Compiling pin-project v1.1.6
24242025-09-17T21:31:19.112Z Compiling tabled_derive v0.7.0
24252025-09-17T21:31:19.456Z Compiling pem v3.0.5
24262025-09-17T21:31:20.897Z Compiling csv-core v0.1.11
24272025-09-17T21:31:21.057Z Compiling snafu-derive v0.8.5
24282025-09-17T21:31:21.952Z Compiling highway v1.3.0
24292025-09-17T21:31:23.450Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24302025-09-17T21:31:25.161Z Compiling csv v1.3.1
24312025-09-17T21:31:25.207Z Compiling snafu v0.8.5
24322025-09-17T21:31:26.424Z Compiling tabled v0.15.0
24332025-09-17T21:31:27.247Z Compiling tungstenite v0.21.0
24342025-09-17T21:31:29.237Z Compiling olpc-cjson v0.1.4
24352025-09-17T21:31:29.578Z Compiling serde_plain v1.0.2
24362025-09-17T21:31:30.175Z Compiling half v2.4.1
24372025-09-17T21:31:30.269Z Compiling typed-path v0.9.3
24382025-09-17T21:31:30.892Z Compiling ciborium-io v0.2.2
24392025-09-17T21:31:31.149Z Compiling semver v0.1.20
24402025-09-17T21:31:31.169Z Compiling ciborium-ll v0.2.2
24412025-09-17T21:31:31.650Z Compiling rustc_version v0.1.7
24422025-09-17T21:31:31.686Z Compiling tokio-tungstenite v0.21.0
24432025-09-17T21:31:32.127Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24442025-09-17T21:31:32.492Z Compiling newtype_derive v0.1.6
24452025-09-17T21:31:32.680Z Compiling ciborium v0.2.2
24462025-09-17T21:31:32.681Z Compiling unicode-linebreak v0.1.5
24472025-09-17T21:31:33.109Z Compiling tough v0.20.0
24482025-09-17T21:31:34.261Z Compiling smawk v0.3.2
24492025-09-17T21:31:34.587Z Compiling textwrap v0.16.2
24502025-09-17T21:31:36.999Z Compiling humantime v2.2.0
24512025-09-17T21:31:37.313Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
24522025-09-17T21:31:37.426Z Compiling resolv-conf v0.7.0
24532025-09-17T21:31:37.805Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24542025-09-17T21:31:38.038Z Compiling universal-hash v0.5.1
24552025-09-17T21:31:38.241Z Compiling thiserror-impl-no-std v2.0.2
24562025-09-17T21:31:38.321Z Compiling opaque-debug v0.3.1
24572025-09-17T21:31:38.462Z Compiling poly1305 v0.8.0
24582025-09-17T21:31:38.923Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24592025-09-17T21:31:39.888Z Compiling steno v0.4.1
24602025-09-17T21:31:40.186Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24612025-09-17T21:31:40.551Z Compiling chacha20 v0.9.1
24622025-09-17T21:31:40.613Z Compiling thiserror-no-std v2.0.2
24632025-09-17T21:31:40.779Z Compiling aead v0.5.2
24642025-09-17T21:31:41.032Z Compiling vsss-rs v3.3.4
24652025-09-17T21:31:41.149Z Compiling chacha20poly1305 v0.10.1
24662025-09-17T21:31:41.357Z Compiling linked-hash-map v0.5.6
24672025-09-17T21:31:41.402Z Compiling hickory-proto v0.24.4
24682025-09-17T21:31:41.795Z Compiling lru-cache v0.1.2
24692025-09-17T21:31:42.064Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24702025-09-17T21:31:42.697Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24712025-09-17T21:31:43.077Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24722025-09-17T21:31:45.206Z Compiling slog-dtrace v0.3.0
24732025-09-17T21:31:45.586Z Compiling moka v0.12.10
24742025-09-17T21:31:46.090Z Compiling tagptr v0.2.0
24752025-09-17T21:31:49.800Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24762025-09-17T21:31:52.450Z Compiling hickory-resolver v0.24.4
24772025-09-17T21:31:54.696Z Compiling hickory-resolver v0.25.2
24782025-09-17T21:31:59.775Z Compiling qorb v0.4.1
24792025-09-17T21:32:01.349Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24802025-09-17T21:32:06.130Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24812025-09-17T21:32:07.180Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24822025-09-17T21:32:07.988Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24832025-09-17T21:32:10.516Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
24842025-09-17T21:32:10.770Z Compiling nix v0.30.1
24852025-09-17T21:32:11.660Z Compiling proc-macro-error-attr2 v2.0.0
24862025-09-17T21:32:12.403Z Compiling display-error-chain v0.2.2
24872025-09-17T21:32:12.431Z Compiling proc-macro-error2 v2.0.1
24882025-09-17T21:32:12.990Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24892025-09-17T21:32:13.254Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24902025-09-17T21:32:13.745Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24912025-09-17T21:32:14.518Z Compiling dirs-sys-next v0.1.2
24922025-09-17T21:32:14.988Z Compiling crunchy v0.2.2
24932025-09-17T21:32:15.414Z Compiling maplit v1.0.2
24942025-09-17T21:32:15.520Z Compiling dirs-next v2.0.0
24952025-09-17T21:32:15.576Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
24962025-09-17T21:32:15.745Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24972025-09-17T21:32:18.470Z Compiling dsl_auto_type v0.1.2
24982025-09-17T21:32:19.658Z Compiling scheduled-thread-pool v0.2.7
24992025-09-17T21:32:20.926Z Compiling diesel_table_macro_syntax v0.2.0
25002025-09-17T21:32:21.132Z Compiling radium v0.7.0
25012025-09-17T21:32:21.347Z Compiling tiny-keccak v2.0.2
25022025-09-17T21:32:21.693Z Compiling diesel_derives v2.2.3
25032025-09-17T21:32:21.764Z Compiling r2d2 v0.8.10
25042025-09-17T21:32:21.848Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
25052025-09-17T21:32:22.267Z Compiling term v0.7.0
25062025-09-17T21:32:23.308Z Compiling const_format_proc_macros v0.2.34
25072025-09-17T21:32:24.747Z Compiling num-derive v0.3.3
25082025-09-17T21:32:24.795Z Compiling zerocopy-derive v0.6.6
25092025-09-17T21:32:25.044Z Compiling maybe-uninit v2.0.0
25102025-09-17T21:32:25.557Z Compiling bit-vec v0.6.3
25112025-09-17T21:32:25.996Z Compiling tap v1.0.1
25122025-09-17T21:32:26.248Z Compiling wyz v0.5.1
25132025-09-17T21:32:26.538Z Compiling zerocopy v0.6.6
25142025-09-17T21:32:26.763Z Compiling bit-set v0.5.3
25152025-09-17T21:32:26.810Z Compiling libscf-sys v1.1.0
25162025-09-17T21:32:27.102Z Compiling const_format v0.2.34
25172025-09-17T21:32:27.168Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
25182025-09-17T21:32:28.758Z Compiling ascii-canvas v3.0.0
25192025-09-17T21:32:29.740Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
25202025-09-17T21:32:30.781Z Compiling ena v0.14.3
25212025-09-17T21:32:31.285Z Compiling funty v2.0.0
25222025-09-17T21:32:31.625Z Compiling diesel v2.2.12
25232025-09-17T21:32:32.207Z Compiling packed_struct v0.10.1
25242025-09-17T21:32:32.702Z Compiling regex-syntax v0.6.29
25252025-09-17T21:32:34.405Z Compiling crc-catalog v2.4.0
25262025-09-17T21:32:34.574Z Compiling diff v0.1.13
25272025-09-17T21:32:34.808Z Compiling bindgen v0.71.1
25282025-09-17T21:32:35.341Z Compiling crc v3.2.1
25292025-09-17T21:32:37.247Z Compiling lalrpop v0.19.12
25302025-09-17T21:32:37.474Z Compiling bitvec v1.0.1
25312025-09-17T21:32:40.402Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
25322025-09-17T21:32:41.034Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25332025-09-17T21:32:41.813Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25342025-09-17T21:32:42.485Z Compiling tabled_derive v0.11.0
25352025-09-17T21:32:44.477Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25362025-09-17T21:32:44.919Z Compiling papergrid v0.17.0
25372025-09-17T21:32:45.047Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25382025-09-17T21:32:45.412Z Compiling testing_table v0.3.0
25392025-09-17T21:32:45.571Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
25402025-09-17T21:32:46.241Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25412025-09-17T21:32:46.526Z Compiling packed_struct_codegen v0.10.1
25422025-09-17T21:32:48.764Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
25432025-09-17T21:32:48.839Z Compiling indexmap v1.9.3
25442025-09-17T21:32:49.155Z Compiling nodrop v0.1.14
25452025-09-17T21:32:49.340Z Compiling array-init v0.0.4
25462025-09-17T21:32:50.457Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
25472025-09-17T21:32:51.157Z Compiling tabled v0.20.0
25482025-09-17T21:32:53.494Z Compiling smallvec v0.6.14
25492025-09-17T21:32:57.775Z Compiling polar-core v0.27.3
25502025-09-17T21:32:58.437Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25512025-09-17T21:32:58.808Z Compiling derive_builder_core v0.20.2
25522025-09-17T21:32:59.051Z Compiling headers-core v0.3.0
25532025-09-17T21:32:59.279Z Compiling libxml v0.3.3
25542025-09-17T21:32:59.707Z Compiling hashbrown v0.12.3
25552025-09-17T21:33:00.741Z Compiling bitfield v0.14.0
25562025-09-17T21:33:00.786Z Compiling termcolor v1.4.1
25572025-09-17T21:33:00.981Z Compiling derive_builder_macro v0.20.2
25582025-09-17T21:33:01.059Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
25592025-09-17T21:33:01.852Z Compiling env_logger v0.10.2
25602025-09-17T21:33:01.953Z Compiling headers v0.4.1
25612025-09-17T21:33:05.337Z Compiling serde-hex v0.1.0
25622025-09-17T21:33:06.195Z Compiling samael v0.0.19
25632025-09-17T21:33:07.829Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25642025-09-17T21:33:09.325Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25652025-09-17T21:33:10.284Z Compiling ron v0.8.1
25662025-09-17T21:33:10.314Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25672025-09-17T21:33:10.659Z Compiling strum_macros v0.24.3
25682025-09-17T21:33:10.662Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25692025-09-17T21:33:11.486Z Compiling hashbrown v0.13.2
25702025-09-17T21:33:12.953Z Compiling convert_case v0.7.1
25712025-09-17T21:33:13.151Z Compiling termtree v0.5.1
25722025-09-17T21:33:13.468Z Compiling crc-any v2.5.0
25732025-09-17T21:33:13.565Z Compiling crc8 v0.1.1
25742025-09-17T21:33:13.630Z Compiling indoc v1.0.9
25752025-09-17T21:33:13.918Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
25762025-09-17T21:33:14.353Z Compiling derive_more-impl v2.0.1
25772025-09-17T21:33:15.887Z Compiling object v0.30.4
25782025-09-17T21:33:16.098Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25792025-09-17T21:33:20.058Z Compiling derive_builder v0.20.2
25802025-09-17T21:33:20.316Z Compiling progenitor-impl v0.11.0
25812025-09-17T21:33:21.817Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25822025-09-17T21:33:22.175Z Compiling impl-trait-for-tuples v0.2.2
25832025-09-17T21:33:25.853Z Compiling oso-derive v0.27.3
25842025-09-17T21:33:26.804Z Compiling quick-xml v0.37.2
25852025-09-17T21:33:27.438Z Compiling path-slash v0.1.5
25862025-09-17T21:33:27.496Z Compiling progenitor-macro v0.11.0
25872025-09-17T21:33:27.599Z Compiling oso v0.27.3
25882025-09-17T21:33:27.687Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
25892025-09-17T21:33:27.764Z Compiling derive_more v2.0.1
25902025-09-17T21:33:27.923Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25912025-09-17T21:33:38.423Z Compiling progenitor-client v0.11.0
25922025-09-17T21:33:39.450Z Compiling vte_generate_state_changes v0.1.2
25932025-09-17T21:33:40.104Z Compiling diesel-dtrace v0.4.2
25942025-09-17T21:33:40.497Z Compiling siphasher v1.0.1
25952025-09-17T21:33:40.967Z Compiling arc-swap v1.7.1
25962025-09-17T21:33:41.687Z Compiling slog-scope v4.4.0
25972025-09-17T21:33:42.179Z Compiling phf_shared v0.12.1
25982025-09-17T21:33:42.555Z Compiling vte v0.11.1
25992025-09-17T21:33:42.658Z Compiling progenitor v0.11.0
26002025-09-17T21:33:42.939Z Compiling crossterm v0.29.0
26012025-09-17T21:33:43.337Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
26022025-09-17T21:33:44.069Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26032025-09-17T21:33:50.555Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26042025-09-17T21:33:50.937Z Compiling bb8 v0.8.5
26052025-09-17T21:33:51.593Z Compiling unicase v2.7.0
26062025-09-17T21:33:51.991Z Compiling chrono-tz v0.10.4
26072025-09-17T21:33:52.359Z Compiling xshell-macros v0.2.7
26082025-09-17T21:33:53.119Z Compiling xshell v0.2.7
26092025-09-17T21:33:55.969Z Compiling async-bb8-diesel v0.2.1
26102025-09-17T21:33:56.579Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
26112025-09-17T21:33:56.822Z Compiling strip-ansi-escapes v0.2.0
26122025-09-17T21:33:58.157Z Compiling phf v0.12.1
26132025-09-17T21:33:58.526Z Compiling slog-stdlog v4.1.1
26142025-09-17T21:33:59.253Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26152025-09-17T21:34:00.044Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26162025-09-17T21:34:00.422Z Compiling fd-lock v4.0.2
26172025-09-17T21:34:00.707Z Compiling peg-macros v0.8.5
26182025-09-17T21:34:03.826Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26192025-09-17T21:34:04.796Z Compiling nu-ansi-term v0.50.1
26202025-09-17T21:34:05.196Z Compiling peg v0.8.5
26212025-09-17T21:34:05.356Z Compiling reedline v0.40.0
26222025-09-17T21:34:06.007Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26232025-09-17T21:34:13.292Z Compiling slog-envlogger v2.2.0
26242025-09-17T21:34:20.583Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26252025-09-17T21:34:21.881Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26262025-09-17T21:34:23.763Z Compiling typify-impl v0.2.0
26272025-09-17T21:34:27.715Z Compiling bcs v0.1.6
26282025-09-17T21:34:28.581Z Compiling fxhash v0.2.1
26292025-09-17T21:34:28.898Z Compiling libz-sys v1.1.20
26302025-09-17T21:34:29.229Z Compiling half v1.8.3
26312025-09-17T21:34:29.936Z Compiling serde_cbor v0.11.2
26322025-09-17T21:34:30.185Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26332025-09-17T21:34:32.015Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26342025-09-17T21:34:32.189Z Compiling kstat-rs v0.2.4
26352025-09-17T21:34:32.898Z Compiling typify-macro v0.2.0
26362025-09-17T21:34:33.037Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26372025-09-17T21:34:33.093Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26382025-09-17T21:34:33.824Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26392025-09-17T21:34:36.248Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
26402025-09-17T21:34:36.330Z Compiling nanorand v0.7.0
26412025-09-17T21:34:36.714Z Compiling libgit2-sys v0.17.0+1.8.1
26422025-09-17T21:34:36.822Z Compiling parking_lot_core v0.8.6
26432025-09-17T21:34:37.041Z Compiling flume v0.11.1
26442025-09-17T21:34:37.347Z Compiling mime_guess v2.0.5
26452025-09-17T21:34:38.572Z Compiling tabled_derive v0.10.0
26462025-09-17T21:34:38.654Z Compiling ignore v0.4.23
26472025-09-17T21:34:40.947Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
26482025-09-17T21:34:47.647Z Compiling papergrid v0.14.0
26492025-09-17T21:34:49.187Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
26502025-09-17T21:34:51.892Z Compiling castaway v0.2.3
26512025-09-17T21:34:52.131Z Compiling fs-err v2.11.0
26522025-09-17T21:34:52.403Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
26532025-09-17T21:34:52.702Z Compiling compact_str v0.8.0
26542025-09-17T21:34:52.867Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
26552025-09-17T21:34:54.862Z Compiling tabled v0.18.0
26562025-09-17T21:34:54.979Z Compiling globwalk v0.9.1
26572025-09-17T21:34:59.923Z Compiling typify v0.2.0
26582025-09-17T21:35:00.130Z Compiling predicates-tree v1.0.12
26592025-09-17T21:35:01.026Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26602025-09-17T21:35:02.779Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26612025-09-17T21:35:05.109Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
26622025-09-17T21:35:08.014Z Compiling unicode-truncate v1.1.0
26632025-09-17T21:35:14.671Z Compiling lru v0.12.5
26642025-09-17T21:35:15.071Z Compiling vergen v8.3.2
26652025-09-17T21:35:15.457Z Compiling nibble_vec v0.1.0
26662025-09-17T21:35:15.762Z Compiling cargo-platform v0.1.8
26672025-09-17T21:35:16.258Z Compiling instability v0.3.2
26682025-09-17T21:35:17.257Z Compiling atty v0.2.14
26692025-09-17T21:35:17.515Z Compiling cassowary v0.3.0
26702025-09-17T21:35:20.915Z Compiling indoc v2.0.6
26712025-09-17T21:35:21.795Z Compiling salty v0.3.0
26722025-09-17T21:35:22.220Z Compiling http-range v0.1.5
26732025-09-17T21:35:22.849Z Compiling endian-type v0.1.2
26742025-09-17T21:35:23.141Z Compiling radix_trie v0.2.1
26752025-09-17T21:35:24.086Z Compiling ratatui v0.29.0
26762025-09-17T21:35:25.301Z Compiling cargo_metadata v0.18.1
26772025-09-17T21:35:26.932Z Compiling git2 v0.19.0
26782025-09-17T21:35:28.334Z Compiling camino-tempfile-ext v0.3.2
26792025-09-17T21:35:29.714Z Compiling progenitor-impl v0.8.0
26802025-09-17T21:35:34.797Z Compiling parking_lot v0.11.2
26812025-09-17T21:35:36.593Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26822025-09-17T21:35:36.758Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
26832025-09-17T21:35:37.076Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
26842025-09-17T21:35:41.124Z Compiling rand_seeder v0.4.0
26852025-09-17T21:35:41.605Z Compiling prefix-trie v0.7.0
26862025-09-17T21:35:42.563Z Compiling lzma-sys v0.1.20
26872025-09-17T21:35:43.002Z Compiling parse-size v1.1.0
26882025-09-17T21:35:43.284Z Compiling rustls v0.21.12
26892025-09-17T21:35:43.424Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
26902025-09-17T21:35:43.709Z Compiling hickory-server v0.25.2
26912025-09-17T21:35:44.694Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
26922025-09-17T21:35:45.020Z Compiling hyper-staticfile v0.10.1
26932025-09-17T21:35:47.471Z Compiling progenitor-macro v0.8.0
26942025-09-17T21:35:50.240Z Compiling sled v0.34.7
26952025-09-17T21:35:52.290Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
26962025-09-17T21:35:52.925Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
26972025-09-17T21:36:02.087Z Compiling hickory-client v0.25.2
26982025-09-17T21:36:02.087Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26992025-09-17T21:36:02.087Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
27002025-09-17T21:36:02.087Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27012025-09-17T21:36:08.427Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27022025-09-17T21:36:09.833Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27032025-09-17T21:36:10.809Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27042025-09-17T21:36:11.200Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
27052025-09-17T21:36:12.740Z Compiling primeorder v0.13.6
27062025-09-17T21:36:13.367Z Compiling progenitor-client v0.8.0
27072025-09-17T21:36:13.934Z Compiling rustls-webpki v0.101.7
27082025-09-17T21:36:14.272Z Compiling sct v0.7.1
27092025-09-17T21:36:14.766Z Compiling heck v0.3.3
27102025-09-17T21:36:14.996Z Compiling env_filter v0.1.2
27112025-09-17T21:36:15.105Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
27122025-09-17T21:36:15.493Z Compiling void v1.0.2
27132025-09-17T21:36:15.709Z Compiling lzss v0.8.2
27142025-09-17T21:36:16.299Z Compiling env_logger v0.11.5
27152025-09-17T21:36:16.476Z Compiling zone_cfg_derive v0.1.2
27162025-09-17T21:36:17.649Z Compiling progenitor v0.8.0
27172025-09-17T21:36:17.779Z Compiling p384 v0.13.0
27182025-09-17T21:36:17.921Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27192025-09-17T21:36:19.017Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27202025-09-17T21:36:20.482Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
27212025-09-17T21:36:23.751Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27222025-09-17T21:36:24.220Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27232025-09-17T21:36:25.447Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27242025-09-17T21:36:28.685Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
27252025-09-17T21:36:30.053Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27262025-09-17T21:36:31.551Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27272025-09-17T21:36:31.942Z Compiling tungstenite v0.23.0
27282025-09-17T21:36:36.838Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27292025-09-17T21:36:37.216Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27302025-09-17T21:36:37.244Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27312025-09-17T21:36:37.590Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27322025-09-17T21:36:37.622Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27332025-09-17T21:36:37.955Z Compiling nix v0.27.1
27342025-09-17T21:36:38.294Z Compiling serde_bytes v0.11.17
27352025-09-17T21:36:38.841Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
27362025-09-17T21:36:39.239Z Compiling base64 v0.13.1
27372025-09-17T21:36:40.121Z Compiling number_prefix v0.4.0
27382025-09-17T21:36:40.434Z Compiling indicatif v0.17.11
27392025-09-17T21:36:40.610Z Compiling ron v0.7.1
27402025-09-17T21:36:43.537Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27412025-09-17T21:36:44.395Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
27422025-09-17T21:36:45.339Z Compiling tokio-tungstenite v0.23.1
27432025-09-17T21:36:45.747Z Compiling xz2 v0.1.7
27442025-09-17T21:36:46.385Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27452025-09-17T21:36:46.788Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27462025-09-17T21:36:50.983Z Compiling tokio-rustls v0.24.1
27472025-09-17T21:36:52.547Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27482025-09-17T21:36:55.098Z Compiling zone v0.1.8
27492025-09-17T21:36:56.027Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27502025-09-17T21:36:57.421Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27512025-09-17T21:36:58.343Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27522025-09-17T21:36:58.374Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27532025-09-17T21:36:59.194Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27542025-09-17T21:37:00.211Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27552025-09-17T21:37:01.063Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
27562025-09-17T21:37:08.021Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27572025-09-17T21:37:08.080Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
27582025-09-17T21:37:09.586Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27592025-09-17T21:37:10.083Z Compiling rustls-pemfile v1.0.4
27602025-09-17T21:37:10.848Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
27612025-09-17T21:37:11.238Z Compiling signal-hook-tokio v0.3.1
27622025-09-17T21:37:11.510Z Compiling twox-hash v2.1.0
27632025-09-17T21:37:12.570Z Compiling yasna v0.5.2
27642025-09-17T21:37:12.602Z Compiling secrecy v0.8.0
27652025-09-17T21:37:12.900Z Compiling is_ci v1.2.0
27662025-09-17T21:37:13.235Z Compiling supports-color v3.0.2
27672025-09-17T21:37:13.977Z Compiling rcgen v0.12.1
27682025-09-17T21:37:15.897Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27692025-09-17T21:37:24.081Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
27702025-09-17T21:37:24.257Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27712025-09-17T21:37:24.471Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
27722025-09-17T21:37:36.854Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
27732025-09-17T21:37:43.418Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
27742025-09-17T21:37:49.748Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
27752025-09-17T21:37:50.342Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
27762025-09-17T21:37:53.905Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
27772025-09-17T21:37:58.785Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27782025-09-17T21:38:05.043Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27792025-09-17T21:38:05.855Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
27802025-09-17T21:38:06.231Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27812025-09-17T21:38:06.627Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
27822025-09-17T21:38:08.283Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27832025-09-17T21:38:12.005Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
27842025-09-17T21:38:12.312Z Compiling fatfs v0.3.6
27852025-09-17T21:38:14.853Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23)
27862025-09-17T21:38:15.085Z Compiling rtoolbox v0.0.2
27872025-09-17T21:38:15.537Z Compiling subprocess v0.2.9
27882025-09-17T21:38:15.760Z Compiling assert_matches v1.5.0
27892025-09-17T21:38:15.960Z Compiling rpassword v7.4.0
27902025-09-17T21:38:16.486Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27912025-09-17T21:38:23.246Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27922025-09-17T21:38:23.768Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
27932025-09-17T21:38:24.250Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27942025-09-17T21:38:29.202Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
27952025-09-17T21:38:49.707Z Compiling tui-tree-widget v0.23.1
27962025-09-17T21:38:50.192Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
27972025-09-17T21:39:02.238Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27982025-09-17T21:39:03.639Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
27992025-09-17T21:39:04.026Z Compiling uzers v0.12.1
28002025-09-17T21:39:05.268Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28012025-09-17T21:39:06.820Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28022025-09-17T21:39:08.892Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28032025-09-17T21:39:22.653Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28042025-09-17T21:39:34.034Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28052025-09-17T21:39:37.257Z Compiling support-bundle-viewer v0.1.2
28062025-09-17T21:39:38.675Z Compiling multimap v0.10.1
28072025-09-17T21:42:05.374Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28082025-09-17T21:42:10.023Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28092025-09-17T21:50:53.008Z Finished `release` profile [optimized] target(s) in 20m 14s
28102025-09-17T21:51:50.533Z
28112025-09-17T21:51:50.536Zreal 21:13.395404397
28122025-09-17T21:51:50.536Zuser 2:28:44.529176110
28132025-09-17T21:51:50.536Zsys 4:19.657123244
28142025-09-17T21:51:50.536Ztrap 3.685482626
28152025-09-17T21:51:50.536Ztflt 2.044252896
28162025-09-17T21:51:50.536Zdflt 7.836459616
28172025-09-17T21:51:50.536Zkflt 0.011061977
28182025-09-17T21:51:50.536Zlock 10:18:26.572428356
28192025-09-17T21:51:50.536Zslp 7:35:41.543586724
28202025-09-17T21:51:50.536Zlat 4:15.618170013
28212025-09-17T21:51:50.537Zstop 4:11.781488882
28222025-09-17T21:51:50.537Z+ mapfile -t packages
28232025-09-17T21:51:50.537Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
28242025-09-17T21:51:52.862Z Finished `release` profile [optimized] target(s) in 1.26s
28252025-09-17T21:51:52.865Z Running `target/release/omicron-package -t test list-outputs`
28262025-09-17T21:51:52.866ZLogging to: /work/oxidecomputer/omicron/out/LOG
28272025-09-17T21:51:52.866Z+ ptime -m cargo build --locked --release -p xtask
28282025-09-17T21:51:52.866Z Compiling once_cell v1.21.3
28292025-09-17T21:51:52.866Z Compiling serde_core v1.0.223
28302025-09-17T21:51:52.866Z Compiling syn v2.0.106
28312025-09-17T21:51:52.866Z Compiling serde v1.0.223
28322025-09-17T21:51:52.866Z Compiling bitflags v2.9.1
28332025-09-17T21:51:52.866Z Compiling serde_json v1.0.145
28342025-09-17T21:51:52.886Z Compiling libc v0.2.174
28352025-09-17T21:51:52.889Z Compiling num-traits v0.2.19
28362025-09-17T21:51:53.235Z Compiling rustix v0.38.37
28372025-09-17T21:51:53.314Z Compiling hashbrown v0.15.4
28382025-09-17T21:51:53.424Z Compiling smallvec v1.15.1
28392025-09-17T21:51:53.674Z Compiling usdt-impl v0.5.0
28402025-09-17T21:51:53.891Z Compiling syn v1.0.109
28412025-09-17T21:51:54.384Z Compiling thread-id v4.2.2
28422025-09-17T21:51:54.525Z Compiling percent-encoding v2.3.2
28432025-09-17T21:51:54.544Z Compiling rustix v1.0.7
28442025-09-17T21:51:54.680Z Compiling indexmap v2.11.0
28452025-09-17T21:51:55.047Z Compiling getrandom v0.3.1
28462025-09-17T21:51:55.205Z Compiling log v0.4.27
28472025-09-17T21:51:55.703Z Compiling terminal_size v0.4.0
28482025-09-17T21:51:55.721Z Compiling form_urlencoded v1.2.2
28492025-09-17T21:51:56.209Z Compiling ordered-float v2.10.1
28502025-09-17T21:51:56.631Z Compiling fs-err v3.1.1
28512025-09-17T21:51:56.864Z Compiling anyhow v1.0.99
28522025-09-17T21:51:57.474Z Compiling clap_builder v4.5.41
28532025-09-17T21:51:58.100Z Compiling textwrap v0.16.2
28542025-09-17T21:51:59.701Z Compiling synstructure v0.13.1
28552025-09-17T21:51:59.722Z Compiling proc-macro-error v1.0.4
28562025-09-17T21:52:00.230Z Compiling tempfile v3.20.0
28572025-09-17T21:52:00.667Z Compiling tabled_derive v0.7.0
28582025-09-17T21:52:00.829Z Compiling camino-tempfile v1.4.1
28592025-09-17T21:52:02.507Z Compiling serde_derive v1.0.223
28602025-09-17T21:52:02.528Z Compiling thiserror-impl v1.0.69
28612025-09-17T21:52:02.942Z Compiling zerofrom-derive v0.1.4
28622025-09-17T21:52:03.338Z Compiling yoke-derive v0.7.4
28632025-09-17T21:52:03.694Z Compiling zerovec-derive v0.10.3
28642025-09-17T21:52:05.034Z Compiling thiserror v1.0.69
28652025-09-17T21:52:05.212Z Compiling displaydoc v0.2.5
28662025-09-17T21:52:05.656Z Compiling pest v2.7.14
28672025-09-17T21:52:05.879Z Compiling zerofrom v0.1.4
28682025-09-17T21:52:06.027Z Compiling icu_provider_macros v1.5.0
28692025-09-17T21:52:06.151Z Compiling yoke v0.7.4
28702025-09-17T21:52:06.571Z Compiling zerovec v0.10.4
28712025-09-17T21:52:06.591Z Compiling zerocopy-derive v0.7.35
28722025-09-17T21:52:07.308Z Compiling scroll_derive v0.12.0
28732025-09-17T21:52:08.312Z Compiling pest_meta v2.7.14
28742025-09-17T21:52:08.663Z Compiling tinystr v0.7.6
28752025-09-17T21:52:08.683Z Compiling icu_collections v1.5.0
28762025-09-17T21:52:09.151Z Compiling icu_locid v1.5.0
28772025-09-17T21:52:10.598Z Compiling icu_provider v1.5.0
28782025-09-17T21:52:10.793Z Compiling pest_generator v2.7.14
28792025-09-17T21:52:11.195Z Compiling serde_spanned v0.6.9
28802025-09-17T21:52:11.521Z Compiling icu_locid_transform v1.5.0
28812025-09-17T21:52:11.711Z Compiling toml_datetime v0.6.11
28822025-09-17T21:52:12.534Z Compiling pest_derive v2.7.14
28832025-09-17T21:52:12.619Z Compiling zerocopy v0.7.35
28842025-09-17T21:52:12.716Z Compiling toml_edit v0.22.27
28852025-09-17T21:52:13.121Z Compiling icu_properties v1.5.1
28862025-09-17T21:52:13.263Z Compiling dtrace-parser v0.2.0
28872025-09-17T21:52:13.898Z Compiling dof v0.3.0
28882025-09-17T21:52:14.735Z Compiling scroll v0.12.0
28892025-09-17T21:52:15.425Z Compiling goblin v0.8.2
28902025-09-17T21:52:16.094Z Compiling serde_tokenstream v0.2.2
28912025-09-17T21:52:16.300Z Compiling erased-serde v0.4.6
28922025-09-17T21:52:16.672Z Compiling toml v0.8.23
28932025-09-17T21:52:17.017Z Compiling icu_normalizer v1.5.0
28942025-09-17T21:52:19.277Z Compiling idna_adapter v1.2.0
28952025-09-17T21:52:19.530Z Compiling idna v1.0.3
28962025-09-17T21:52:22.192Z Compiling thiserror-impl v2.0.16
28972025-09-17T21:52:24.536Z Compiling url v2.5.4
28982025-09-17T21:52:25.196Z Compiling thiserror v2.0.16
28992025-09-17T21:52:25.316Z Compiling serde-untagged v0.1.7
29002025-09-17T21:52:26.247Z Compiling serde-value v0.7.0
29012025-09-17T21:52:27.061Z Compiling semver v1.0.26
29022025-09-17T21:52:27.757Z Compiling cargo-util-schemas v0.8.2
29032025-09-17T21:52:28.400Z Compiling usdt-attr-macro v0.5.0
29042025-09-17T21:52:28.894Z Compiling usdt-macro v0.5.0
29052025-09-17T21:52:29.702Z Compiling cargo-platform v0.2.0
29062025-09-17T21:52:29.718Z Compiling clap_derive v4.5.41
29072025-09-17T21:52:29.969Z Compiling cargo_toml v0.21.0
29082025-09-17T21:52:30.020Z Compiling usdt v0.5.0
29092025-09-17T21:52:30.891Z Compiling cargo_metadata v0.21.0
29102025-09-17T21:52:31.381Z Compiling macaddr v1.0.1
29112025-09-17T21:52:31.987Z Compiling tabled v0.15.0
29122025-09-17T21:52:33.804Z Compiling clap v4.5.41
29132025-09-17T21:52:42.106Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29142025-09-17T21:52:48.012Z Finished `release` profile [optimized] target(s) in 55.96s
29152025-09-17T21:52:48.158Z
29162025-09-17T21:52:48.167Zreal 56.131277213
29172025-09-17T21:52:48.167Zuser 6:12.911711443
29182025-09-17T21:52:48.167Zsys 27.784463498
29192025-09-17T21:52:48.167Ztrap 0.192068643
29202025-09-17T21:52:48.167Ztflt 0.348529573
29212025-09-17T21:52:48.167Zdflt 0.445227204
29222025-09-17T21:52:48.167Zkflt 0.000002529
29232025-09-17T21:52:48.167Zlock 16:11.133576902
29242025-09-17T21:52:48.168Zslp 18:42.381430398
29252025-09-17T21:52:48.168Zlat 25.739100093
29262025-09-17T21:52:48.168Zstop 32.151120908
29272025-09-17T21:52:48.168Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29282025-09-17T21:52:48.168Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29292025-09-17T21:52:48.168Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29302025-09-17T21:52:48.168Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29312025-09-17T21:52:48.168Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29322025-09-17T21:52:49.407Z Compiling regress v0.10.4
29332025-09-17T21:52:49.575Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29342025-09-17T21:52:49.575Z Compiling unsafe-libyaml v0.2.11
29352025-09-17T21:52:49.578Z Compiling ident_case v1.0.1
29362025-09-17T21:52:49.578Z Compiling match_cfg v0.1.0
29372025-09-17T21:52:49.645Z Compiling quick-error v1.2.3
29382025-09-17T21:52:49.649Z Compiling tempfile v3.20.0
29392025-09-17T21:52:49.649Z Compiling progenitor-client v0.10.0
29402025-09-17T21:52:49.735Z Compiling hostname v0.3.1
29412025-09-17T21:52:49.760Z Compiling darling_core v0.20.10
29422025-09-17T21:52:49.849Z Compiling structmeta-derive v0.3.0
29432025-09-17T21:52:49.964Z Compiling rustls v0.22.4
29442025-09-17T21:52:50.121Z Compiling hex v0.4.3
29452025-09-17T21:52:50.158Z Compiling multer v3.1.0
29462025-09-17T21:52:50.341Z Compiling debug-ignore v1.0.5
29472025-09-17T21:52:50.541Z Compiling toml_parser v1.0.2
29482025-09-17T21:52:50.602Z Compiling slog-json v2.6.1
29492025-09-17T21:52:50.722Z Compiling toml_datetime v0.7.0
29502025-09-17T21:52:50.988Z Compiling serde_yaml v0.9.34+deprecated
29512025-09-17T21:52:51.343Z Compiling serde_spanned v1.0.0
29522025-09-17T21:52:51.369Z Compiling macaddr v1.0.1
29532025-09-17T21:52:51.647Z Compiling async-stream-impl v0.3.6
29542025-09-17T21:52:51.824Z Compiling dropshot v0.16.4
29552025-09-17T21:52:52.066Z Compiling toml_writer v1.0.2
29562025-09-17T21:52:52.193Z Compiling ref-cast v1.0.24
29572025-09-17T21:52:52.441Z Compiling structmeta v0.3.0
29582025-09-17T21:52:52.502Z Compiling toml v0.9.5
29592025-09-17T21:52:52.854Z Compiling slog-bunyan v2.5.0
29602025-09-17T21:52:52.887Z Compiling async-stream v0.3.6
29612025-09-17T21:52:53.107Z Compiling waitgroup v0.1.2
29622025-09-17T21:52:53.209Z Compiling typify-impl v0.3.0
29632025-09-17T21:52:53.358Z Compiling rustls-pemfile v2.2.0
29642025-09-17T21:52:53.712Z Compiling dropshot_endpoint v0.16.4
29652025-09-17T21:52:53.858Z Compiling serde_path_to_error v0.1.17
29662025-09-17T21:52:54.459Z Compiling ref-cast-impl v1.0.24
29672025-09-17T21:52:54.693Z Compiling tokio-rustls v0.25.0
29682025-09-17T21:52:55.156Z Compiling hostname v0.4.0
29692025-09-17T21:52:55.412Z Compiling wait-timeout v0.2.0
29702025-09-17T21:52:55.569Z Compiling darling_macro v0.20.10
29712025-09-17T21:52:55.608Z Compiling bit-vec v0.8.0
29722025-09-17T21:52:55.828Z Compiling rusty-fork v0.3.0
29732025-09-17T21:52:55.930Z Compiling derive-ex v0.1.8
29742025-09-17T21:52:56.115Z Compiling bit-set v0.8.0
29752025-09-17T21:52:56.472Z Compiling rand_xorshift v0.4.0
29762025-09-17T21:52:56.540Z Compiling instant v0.1.13
29772025-09-17T21:52:56.570Z Compiling darling v0.20.10
29782025-09-17T21:52:56.724Z Compiling serde_with_macros v3.14.0
29792025-09-17T21:52:56.746Z Compiling unarray v0.1.4
29802025-09-17T21:52:56.791Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
29812025-09-17T21:52:56.963Z Compiling proptest v1.7.0
29822025-09-17T21:52:57.002Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29832025-09-17T21:52:57.347Z Compiling progenitor-client v0.9.1
29842025-09-17T21:52:57.740Z Compiling derive-where v1.5.0
29852025-09-17T21:52:57.876Z Compiling parse-display-derive v0.10.0
29862025-09-17T21:52:58.512Z Compiling hashbrown v0.16.0
29872025-09-17T21:52:59.254Z Compiling serde_with v3.14.0
29882025-09-17T21:52:59.738Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29892025-09-17T21:53:00.172Z Compiling test-strategy v0.4.3
29902025-09-17T21:53:00.566Z Compiling foldhash v0.2.0
29912025-09-17T21:53:00.925Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
29922025-09-17T21:53:01.005Z Compiling iddqd v0.3.13
29932025-09-17T21:53:01.360Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29942025-09-17T21:53:01.597Z Compiling backoff v0.4.0
29952025-09-17T21:53:01.819Z Compiling parse-display v0.10.0
29962025-09-17T21:53:01.986Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29972025-09-17T21:53:02.376Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
29982025-09-17T21:53:02.424Z Compiling typify-impl v0.4.3
29992025-09-17T21:53:02.773Z Compiling itertools v0.14.0
30002025-09-17T21:53:03.296Z Compiling darling_core v0.21.0
30012025-09-17T21:53:03.644Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
30022025-09-17T21:53:04.542Z Compiling proc-macro-crate v1.3.1
30032025-09-17T21:53:04.838Z Compiling typify-macro v0.3.0
30042025-09-17T21:53:04.868Z Compiling crucible-workspace-hack v0.1.0
30052025-09-17T21:53:05.282Z Compiling proc-macro-error v1.0.4
30062025-09-17T21:53:05.506Z Compiling num_enum_derive v0.5.11
30072025-09-17T21:53:05.730Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30082025-09-17T21:53:05.923Z Compiling heapless v0.8.0
30092025-09-17T21:53:06.379Z Compiling hash32 v0.3.1
30102025-09-17T21:53:06.681Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
30112025-09-17T21:53:06.876Z Compiling smoltcp v0.11.0
30122025-09-17T21:53:07.195Z Compiling foreign-types-macros v0.2.3
30132025-09-17T21:53:07.603Z Compiling foreign-types-shared v0.3.1
30142025-09-17T21:53:07.788Z Compiling cobs v0.2.3
30152025-09-17T21:53:07.882Z Compiling num_enum v0.5.11
30162025-09-17T21:53:08.085Z Compiling postcard v1.0.10
30172025-09-17T21:53:08.401Z Compiling foreign-types v0.5.0
30182025-09-17T21:53:08.543Z Compiling tabwriter v1.4.0
30192025-09-17T21:53:08.569Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30202025-09-17T21:53:08.811Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
30212025-09-17T21:53:08.914Z Compiling typify v0.3.0
30222025-09-17T21:53:09.018Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
30232025-09-17T21:53:09.110Z Compiling progenitor-impl v0.9.1
30242025-09-17T21:53:09.385Z Compiling cstr-argument v0.1.2
30252025-09-17T21:53:09.421Z Compiling darling_macro v0.21.0
30262025-09-17T21:53:09.448Z Compiling rayon-core v1.12.1
30272025-09-17T21:53:09.474Z Compiling pretty-hex v0.2.1
30282025-09-17T21:53:09.663Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
30292025-09-17T21:53:09.708Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
30302025-09-17T21:53:09.849Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30312025-09-17T21:53:10.070Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30322025-09-17T21:53:10.185Z Compiling crossbeam-deque v0.8.5
30332025-09-17T21:53:10.306Z Compiling colored v2.2.0
30342025-09-17T21:53:10.360Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
30352025-09-17T21:53:10.407Z Compiling darling v0.21.0
30362025-09-17T21:53:10.562Z Compiling ingot-macros v0.1.1
30372025-09-17T21:53:11.341Z Compiling zone_cfg_derive v0.3.0
30382025-09-17T21:53:12.119Z Compiling rayon v1.10.0
30392025-09-17T21:53:12.478Z Compiling camino-tempfile v1.4.1
30402025-09-17T21:53:12.790Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
30412025-09-17T21:53:12.976Z Compiling smf v0.2.3
30422025-09-17T21:53:13.228Z Compiling num-derive v0.4.2
30432025-09-17T21:53:14.156Z Compiling sigpipe v0.1.3
30442025-09-17T21:53:14.185Z Compiling typify-macro v0.4.3
30452025-09-17T21:53:14.323Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30462025-09-17T21:53:14.679Z Compiling jiff v0.2.15
30472025-09-17T21:53:14.797Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
30482025-09-17T21:53:15.280Z Compiling zone v0.3.1
30492025-09-17T21:53:15.577Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
30502025-09-17T21:53:15.892Z Compiling progenitor-macro v0.9.1
30512025-09-17T21:53:16.421Z Compiling toml v0.8.23
30522025-09-17T21:53:16.481Z Compiling num-rational v0.4.2
30532025-09-17T21:53:16.774Z Compiling num-complex v0.4.6
30542025-09-17T21:53:17.715Z Compiling ingot-types v0.1.2
30552025-09-17T21:53:17.832Z Compiling num v0.4.3
30562025-09-17T21:53:17.934Z Compiling float-ord v0.3.2
30572025-09-17T21:53:17.973Z Compiling universal-hash v0.5.1
30582025-09-17T21:53:18.015Z Compiling secrecy v0.10.3
30592025-09-17T21:53:18.157Z Compiling opaque-debug v0.3.1
30602025-09-17T21:53:18.189Z Compiling typify v0.4.3
30612025-09-17T21:53:18.217Z Compiling convert_case v0.4.0
30622025-09-17T21:53:18.292Z Compiling password-hash v0.5.0
30632025-09-17T21:53:18.315Z Compiling blake2 v0.10.6
30642025-09-17T21:53:18.392Z Compiling progenitor-impl v0.10.0
30652025-09-17T21:53:18.574Z Compiling ingot v0.1.1
30662025-09-17T21:53:19.065Z Compiling derive_more v0.99.20
30672025-09-17T21:53:19.217Z Compiling indent_write v2.2.0
30682025-09-17T21:53:19.475Z Compiling argon2 v0.5.3
30692025-09-17T21:53:19.599Z Compiling aead v0.5.2
30702025-09-17T21:53:20.013Z Compiling utf-8 v0.7.6
30712025-09-17T21:53:20.362Z Compiling keccak v0.1.5
30722025-09-17T21:53:21.636Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30732025-09-17T21:53:22.348Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
30742025-09-17T21:53:22.351Z Compiling sha3 v0.10.8
30752025-09-17T21:53:22.647Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30762025-09-17T21:53:22.942Z Compiling tungstenite v0.21.0
30772025-09-17T21:53:23.118Z Compiling poly1305 v0.8.0
30782025-09-17T21:53:23.472Z Compiling chacha20 v0.9.1
30792025-09-17T21:53:24.009Z Compiling console v0.15.10
30802025-09-17T21:53:24.846Z Compiling tokio-tungstenite v0.21.0
30812025-09-17T21:53:24.975Z Compiling owo-colors v4.2.2
30822025-09-17T21:53:25.037Z Compiling progenitor-macro v0.10.0
30832025-09-17T21:53:25.323Z Compiling cancel-safe-futures v0.1.5
30842025-09-17T21:53:25.416Z Compiling base64 v0.21.7
30852025-09-17T21:53:25.624Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
30862025-09-17T21:53:25.737Z Compiling libsw-core v0.3.1
30872025-09-17T21:53:25.765Z Compiling fixedbitset v0.5.7
30882025-09-17T21:53:25.791Z Compiling semver v0.1.20
30892025-09-17T21:53:25.911Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30902025-09-17T21:53:26.045Z Compiling libsw v3.5.0
30912025-09-17T21:53:26.410Z Compiling petgraph v0.8.2
30922025-09-17T21:53:26.436Z Compiling rustc_version v0.1.7
30932025-09-17T21:53:26.718Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
30942025-09-17T21:53:26.749Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30952025-09-17T21:53:26.882Z Compiling atomicwrites v0.4.4
30962025-09-17T21:53:27.075Z Compiling newline-converter v0.3.0
30972025-09-17T21:53:27.248Z Compiling thiserror-impl-no-std v2.0.2
30982025-09-17T21:53:27.271Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
30992025-09-17T21:53:27.824Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
31002025-09-17T21:53:27.829Z Compiling half v2.4.1
31012025-09-17T21:53:27.955Z Compiling ciborium-io v0.2.2
31022025-09-17T21:53:28.126Z Compiling linear-map v1.2.0
31032025-09-17T21:53:28.438Z Compiling ciborium-ll v0.2.2
31042025-09-17T21:53:28.526Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
31052025-09-17T21:53:28.576Z Compiling expectorate v1.2.0
31062025-09-17T21:53:28.822Z Compiling progenitor v0.9.1
31072025-09-17T21:53:28.843Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31082025-09-17T21:53:28.867Z Compiling newtype_derive v0.1.6
31092025-09-17T21:53:29.075Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
31102025-09-17T21:53:29.214Z Compiling pin-project-internal v1.1.6
31112025-09-17T21:53:29.366Z Compiling ciborium v0.2.2
31122025-09-17T21:53:29.861Z Compiling chacha20poly1305 v0.10.1
31132025-09-17T21:53:29.972Z Compiling thiserror-no-std v2.0.2
31142025-09-17T21:53:30.123Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31152025-09-17T21:53:30.150Z Compiling vsss-rs v3.3.4
31162025-09-17T21:53:30.406Z Compiling typify-impl v0.2.0
31172025-09-17T21:53:30.673Z Compiling resolv-conf v0.7.0
31182025-09-17T21:53:31.431Z Compiling primeorder v0.13.6
31192025-09-17T21:53:32.002Z Compiling pin-project v1.1.6
31202025-09-17T21:53:32.027Z Compiling pem v3.0.5
31212025-09-17T21:53:32.189Z Compiling snafu-derive v0.8.5
31222025-09-17T21:53:32.717Z Compiling csv-core v0.1.11
31232025-09-17T21:53:33.237Z Compiling moka v0.12.10
31242025-09-17T21:53:33.269Z Compiling same-file v1.0.6
31252025-09-17T21:53:33.587Z Compiling libefi-sys v0.1.0
31262025-09-17T21:53:33.650Z Compiling walkdir v2.5.0
31272025-09-17T21:53:33.808Z Compiling csv v1.3.1
31282025-09-17T21:53:34.122Z Compiling tabled_derive v0.7.0
31292025-09-17T21:53:34.317Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31302025-09-17T21:53:34.389Z Compiling globset v0.4.15
31312025-09-17T21:53:35.021Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31322025-09-17T21:53:35.316Z Compiling olpc-cjson v0.1.4
31332025-09-17T21:53:35.636Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
31342025-09-17T21:53:35.947Z Compiling serde_plain v1.0.2
31352025-09-17T21:53:36.120Z Compiling bitfield-struct v0.6.2
31362025-09-17T21:53:36.337Z Compiling async-recursion v1.1.1
31372025-09-17T21:53:36.391Z Compiling unicase v2.7.0
31382025-09-17T21:53:36.471Z Compiling arc-swap v1.7.1
31392025-09-17T21:53:36.761Z Compiling highway v1.3.0
31402025-09-17T21:53:36.903Z Compiling snafu v0.8.5
31412025-09-17T21:53:37.067Z Compiling tagptr v0.2.0
31422025-09-17T21:53:37.356Z Compiling typed-path v0.9.3
31432025-09-17T21:53:37.546Z Compiling textwrap v0.16.2
31442025-09-17T21:53:37.580Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31452025-09-17T21:53:37.795Z Compiling slog-scope v4.4.0
31462025-09-17T21:53:37.918Z Compiling progenitor v0.10.0
31472025-09-17T21:53:38.185Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
31482025-09-17T21:53:38.292Z Compiling tabled v0.15.0
31492025-09-17T21:53:38.594Z Compiling steno v0.4.1
31502025-09-17T21:53:39.095Z Compiling polyval v0.6.2
31512025-09-17T21:53:39.366Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31522025-09-17T21:53:39.527Z Compiling tough v0.20.0
31532025-09-17T21:53:40.023Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31542025-09-17T21:53:40.410Z Compiling hickory-proto v0.24.4
31552025-09-17T21:53:40.562Z Compiling proc-macro-error-attr2 v2.0.0
31562025-09-17T21:53:41.456Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31572025-09-17T21:53:41.624Z Compiling parking_lot_core v0.8.6
31582025-09-17T21:53:41.926Z Compiling typify-macro v0.2.0
31592025-09-17T21:53:42.148Z Compiling humantime v2.2.0
31602025-09-17T21:53:42.679Z Compiling salty v0.3.0
31612025-09-17T21:53:43.166Z Compiling linked-hash-map v0.5.6
31622025-09-17T21:53:43.551Z Compiling lru-cache v0.1.2
31632025-09-17T21:53:43.746Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31642025-09-17T21:53:43.798Z Compiling proc-macro-error2 v2.0.1
31652025-09-17T21:53:44.446Z Compiling ghash v0.5.1
31662025-09-17T21:53:44.543Z Compiling hickory-resolver v0.25.2
31672025-09-17T21:53:44.581Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31682025-09-17T21:53:44.867Z Compiling slog-stdlog v4.1.1
31692025-09-17T21:53:44.957Z Compiling p384 v0.13.0
31702025-09-17T21:53:45.080Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31712025-09-17T21:53:45.235Z Compiling nix v0.30.1
31722025-09-17T21:53:45.342Z Compiling ctr v0.9.2
31732025-09-17T21:53:45.707Z Compiling num-derive v0.3.3
31742025-09-17T21:53:45.861Z Compiling typify v0.2.0
31752025-09-17T21:53:46.076Z Compiling progenitor-impl v0.8.0
31762025-09-17T21:53:46.142Z Compiling lzma-sys v0.1.20
31772025-09-17T21:53:46.414Z Compiling gethostname v0.5.0
31782025-09-17T21:53:46.656Z Compiling slog-dtrace v0.3.0
31792025-09-17T21:53:46.980Z Compiling xshell-macros v0.2.7
31802025-09-17T21:53:47.246Z Compiling aes-gcm v0.10.3
31812025-09-17T21:53:47.775Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31822025-09-17T21:53:47.912Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31832025-09-17T21:53:48.077Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31842025-09-17T21:53:48.985Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
31852025-09-17T21:53:49.176Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31862025-09-17T21:53:51.410Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31872025-09-17T21:53:52.462Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31882025-09-17T21:53:52.764Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31892025-09-17T21:53:52.823Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31902025-09-17T21:53:53.606Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
31912025-09-17T21:53:54.337Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
31922025-09-17T21:53:54.442Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31932025-09-17T21:53:55.414Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31942025-09-17T21:53:55.804Z Compiling progenitor-macro v0.8.0
31952025-09-17T21:53:56.536Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31962025-09-17T21:53:57.769Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31972025-09-17T21:53:57.888Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31982025-09-17T21:53:58.076Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31992025-09-17T21:53:58.742Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
32002025-09-17T21:53:58.804Z Compiling libscf-sys v1.1.0
32012025-09-17T21:53:59.064Z Compiling xshell v0.2.7
32022025-09-17T21:53:59.120Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32032025-09-17T21:53:59.976Z Compiling hickory-resolver v0.24.4
32042025-09-17T21:54:00.136Z Compiling mime_guess v2.0.5
32052025-09-17T21:54:01.381Z Compiling slog-envlogger v2.2.0
32062025-09-17T21:54:02.101Z Compiling tabled_derive v0.11.0
32072025-09-17T21:54:04.884Z Compiling papergrid v0.17.0
32082025-09-17T21:54:05.050Z Compiling progenitor-impl v0.11.0
32092025-09-17T21:54:05.233Z Compiling testing_table v0.3.0
32102025-09-17T21:54:05.526Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32112025-09-17T21:54:05.556Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
32122025-09-17T21:54:06.777Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
32132025-09-17T21:54:06.815Z Compiling heck v0.3.3
32142025-09-17T21:54:07.186Z Compiling tokio-dtrace v0.1.0
32152025-09-17T21:54:07.678Z Compiling progenitor-client v0.8.0
32162025-09-17T21:54:08.206Z Compiling ssh-encoding v0.2.0
32172025-09-17T21:54:08.459Z Compiling blowfish v0.9.1
32182025-09-17T21:54:08.760Z Compiling env_filter v0.1.2
32192025-09-17T21:54:08.959Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
32202025-09-17T21:54:09.091Z Compiling nibble_vec v0.1.0
32212025-09-17T21:54:09.150Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32222025-09-17T21:54:09.339Z Compiling endian-type v0.1.2
32232025-09-17T21:54:09.418Z Compiling env_logger v0.11.5
32242025-09-17T21:54:09.461Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
32252025-09-17T21:54:09.561Z Compiling bcrypt-pbkdf v0.10.0
32262025-09-17T21:54:09.609Z Compiling radix_trie v0.2.1
32272025-09-17T21:54:10.106Z Compiling ssh-cipher v0.2.0
32282025-09-17T21:54:10.193Z Compiling progenitor v0.8.0
32292025-09-17T21:54:10.300Z Compiling oxide-tokio-rt v0.1.2
32302025-09-17T21:54:10.478Z Compiling tabled v0.20.0
32312025-09-17T21:54:10.631Z Compiling zone_cfg_derive v0.1.2
32322025-09-17T21:54:11.474Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
32332025-09-17T21:54:11.818Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32342025-09-17T21:54:11.948Z Compiling progenitor-macro v0.11.0
32352025-09-17T21:54:11.975Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32362025-09-17T21:54:12.115Z Compiling parking_lot v0.11.2
32372025-09-17T21:54:12.311Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32382025-09-17T21:54:12.845Z Compiling qorb v0.4.1
32392025-09-17T21:54:12.983Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32402025-09-17T21:54:13.411Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32412025-09-17T21:54:13.921Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32422025-09-17T21:54:16.033Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32432025-09-17T21:54:16.537Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32442025-09-17T21:54:16.565Z Compiling progenitor-client v0.11.0
32452025-09-17T21:54:16.811Z Compiling password-hash v0.4.2
32462025-09-17T21:54:16.866Z Compiling prefix-trie v0.7.0
32472025-09-17T21:54:16.967Z Compiling fxhash v0.2.1
32482025-09-17T21:54:16.996Z Compiling number_prefix v0.4.0
32492025-09-17T21:54:17.148Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
32502025-09-17T21:54:17.226Z Compiling http-range v0.1.5
32512025-09-17T21:54:17.257Z Compiling base64 v0.13.1
32522025-09-17T21:54:17.482Z Compiling pbkdf2 v0.11.0
32532025-09-17T21:54:17.566Z Compiling indicatif v0.17.11
32542025-09-17T21:54:17.592Z Compiling sled v0.34.7
32552025-09-17T21:54:17.619Z Compiling hickory-server v0.25.2
32562025-09-17T21:54:17.691Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32572025-09-17T21:54:17.837Z Compiling ron v0.7.1
32582025-09-17T21:54:17.863Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32592025-09-17T21:54:18.369Z Compiling xz2 v0.1.7
32602025-09-17T21:54:18.832Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32612025-09-17T21:54:19.865Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
32622025-09-17T21:54:22.208Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32632025-09-17T21:54:22.875Z Compiling zone v0.1.8
32642025-09-17T21:54:22.926Z Compiling ssh-key v0.6.6
32652025-09-17T21:54:23.229Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32662025-09-17T21:54:24.049Z Compiling hickory-client v0.25.2
32672025-09-17T21:54:24.619Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32682025-09-17T21:54:24.709Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32692025-09-17T21:54:24.848Z Compiling progenitor v0.11.0
32702025-09-17T21:54:25.109Z Compiling p256 v0.13.2
32712025-09-17T21:54:25.671Z Compiling p521 v0.13.3
32722025-09-17T21:54:25.947Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
32732025-09-17T21:54:26.123Z Compiling yasna v0.5.2
32742025-09-17T21:54:26.871Z Compiling headers-core v0.3.0
32752025-09-17T21:54:26.900Z Compiling kstat-rs v0.2.4
32762025-09-17T21:54:27.099Z Compiling secrecy v0.8.0
32772025-09-17T21:54:27.392Z Compiling nanorand v0.7.0
32782025-09-17T21:54:27.466Z Compiling russh-cryptovec v0.7.3
32792025-09-17T21:54:27.516Z Compiling atty v0.2.14
32802025-09-17T21:54:27.693Z Compiling crc8 v0.1.1
32812025-09-17T21:54:27.718Z Compiling md5 v0.7.0
32822025-09-17T21:54:27.792Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
32832025-09-17T21:54:27.886Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32842025-09-17T21:54:27.890Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32852025-09-17T21:54:27.959Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
32862025-09-17T21:54:28.272Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
32872025-09-17T21:54:29.786Z Compiling russh-keys v0.45.0
32882025-09-17T21:54:31.765Z Compiling flume v0.11.1
32892025-09-17T21:54:32.410Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32902025-09-17T21:54:33.301Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32912025-09-17T21:54:33.676Z Compiling rcgen v0.12.1
32922025-09-17T21:54:34.034Z Compiling headers v0.4.1
32932025-09-17T21:54:34.248Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32942025-09-17T21:54:35.757Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
32952025-09-17T21:54:35.761Z Compiling hyper-staticfile v0.10.1
32962025-09-17T21:54:36.824Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32972025-09-17T21:54:37.531Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
32982025-09-17T21:54:38.131Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32992025-09-17T21:54:38.163Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33002025-09-17T21:54:39.123Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33012025-09-17T21:54:40.420Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33022025-09-17T21:54:40.505Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33032025-09-17T21:54:41.018Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
33042025-09-17T21:54:41.627Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33052025-09-17T21:54:46.581Z Compiling num-bigint v0.4.6
33062025-09-17T21:54:46.649Z Compiling des v0.8.1
33072025-09-17T21:54:46.649Z Compiling subprocess v0.2.9
33082025-09-17T21:54:46.649Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
33092025-09-17T21:54:46.649Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33102025-09-17T21:54:46.649Z Compiling hex-literal v0.4.1
33112025-09-17T21:54:46.649Z Compiling display-error-chain v0.2.2
33122025-09-17T21:54:46.649Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
33132025-09-17T21:54:46.649Z Compiling russh v0.45.0
33142025-09-17T21:54:46.650Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33152025-09-17T21:54:48.270Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33162025-09-17T21:54:48.708Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33172025-09-17T21:54:49.228Z Compiling internet-checksum v0.2.1
33182025-09-17T21:54:50.664Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33192025-09-17T21:55:19.014Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33202025-09-17T21:55:43.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 55s
33212025-09-17T21:55:44.248Z
33222025-09-17T21:55:44.248Zreal 2:56.009824436
33232025-09-17T21:55:44.249Zuser 16:17.478517113
33242025-09-17T21:55:44.249Zsys 2:18.328795449
33252025-09-17T21:55:44.249Ztrap 0.536170924
33262025-09-17T21:55:44.252Ztflt 0.229973783
33272025-09-17T21:55:44.252Zdflt 0.763768738
33282025-09-17T21:55:44.252Zkflt 0.000041923
33292025-09-17T21:55:44.252Zlock 45:03.018625745
33302025-09-17T21:55:44.252Zslp 1:00:30.382571807
33312025-09-17T21:55:44.252Zlat 1:01.024788932
33322025-09-17T21:55:44.252Zstop 2:26.850585808
33332025-09-17T21:55:44.252Z+ mkdir tests
33342025-09-17T21:55:44.255Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
33352025-09-17T21:55:44.255Z+ xargs -I '{}' -t cp '{}' tests/
33362025-09-17T21:55:44.299Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-abe74b4c57630ae5 tests/
33372025-09-17T21:55:44.327Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-1d2c7c458cf40b43 tests/
33382025-09-17T21:55:44.354Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-b4b2d87da7be889d tests/
33392025-09-17T21:55:44.382Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9358d27ff329b963 tests/
33402025-09-17T21:55:44.721Z+ 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/*)
33412025-09-17T21:55:44.724Z+ 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-1d2c7c458cf40b43 tests/commtest-b4b2d87da7be889d tests/dhcp_server-abe74b4c57630ae5 tests/end_to_end_tests-9358d27ff329b963 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
33422025-09-17T21:57:29.087ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
33432025-09-17T21:57:29.087Za .github/buildomat/ci-env.sh 1K
33442025-09-17T21:57:29.087Za out/target/test 1K
33452025-09-17T21:57:29.087Za out/npuzone/npuzone 23144K
33462025-09-17T21:57:29.087Za package-manifest.toml 34K
33472025-09-17T21:57:29.087Za smf/sled-agent/non-gimlet/config.toml 5K
33482025-09-17T21:57:29.087Za target/release/omicron-package 41291K
33492025-09-17T21:57:29.087Za target/release/xtask 11727K
33502025-09-17T21:57:29.087Za target/debug/bootstrap 305766K
33512025-09-17T21:57:29.087Za tests/bootstrap-1d2c7c458cf40b43 23730K
33522025-09-17T21:57:29.087Za tests/commtest-b4b2d87da7be889d 23829K
33532025-09-17T21:57:29.087Za tests/dhcp_server-abe74b4c57630ae5 23730K
33542025-09-17T21:57:29.087Za tests/end_to_end_tests-9358d27ff329b963 347251K
33552025-09-17T21:57:29.087Za out/clickhouse.tar.gz 316192K
33562025-09-17T21:57:29.087Za out/clickhouse_keeper.tar.gz 299912K
33572025-09-17T21:57:29.087Za out/clickhouse_server.tar.gz 316192K
33582025-09-17T21:57:29.087Za out/cockroachdb.tar.gz 165681K
33592025-09-17T21:57:29.087Za out/crucible-dtrace.tar 99K
33602025-09-17T21:57:29.087Za out/crucible-pantry-zone.tar.gz 38329K
33612025-09-17T21:57:29.087Za out/crucible-zone.tar.gz 48132K
33622025-09-17T21:57:29.087Za out/external-dns.tar.gz 50977K
33632025-09-17T21:57:29.087Za out/internal-dns.tar.gz 50976K
33642025-09-17T21:57:29.087Za out/mg-ddm-gz.tar 118403K
33652025-09-17T21:57:29.087Za out/nexus.tar.gz 135788K
33662025-09-17T21:57:29.087Za out/ntp.tar.gz 33336K
33672025-09-17T21:57:29.087Za out/omicron-gateway-softnpu.tar.gz 31358K
33682025-09-17T21:57:29.087Za out/omicron-sled-agent.tar 143184K
33692025-09-17T21:57:29.087Za out/overlay.tar.gz 3K
33702025-09-17T21:57:29.087Za out/oximeter.tar.gz 63980K
33712025-09-17T21:57:29.088Za out/oxlog.tar 4011K
33722025-09-17T21:57:29.088Za out/probe.tar.gz 3037K
33732025-09-17T21:57:29.088Za out/propolis-server.tar.gz 68586K
33742025-09-17T21:57:29.088Za out/pumpkind-gz.tar 26648K
33752025-09-17T21:57:29.088Za out/switch-softnpu.tar.gz 390903K
33762025-09-17T21:57:29.088Z
33772025-09-17T21:57:29.088Zreal 1:40.542571181
33782025-09-17T21:57:29.164Zuser 1:36.333399080
33792025-09-17T21:57:29.164Zsys 6.004574541
33802025-09-17T21:57:29.164Ztrap 0.022673577
33812025-09-17T21:57:29.164Ztflt 0.000000000
33822025-09-17T21:57:29.164Zdflt 0.000000000
33832025-09-17T21:57:29.164Zkflt 0.000000000
33842025-09-17T21:57:29.165Zlock 0.000000000
33852025-09-17T21:57:29.165Zslp 1:36.110187073
33862025-09-17T21:57:29.165Zlat 2.608358347
33872025-09-17T21:57:29.165Zstop 0.000546940
33882025-09-17T21:57:29.165Zprocess exited: duration 2223911 ms, exit code 0
 
33892025-09-17T21:57:29.206Zfound 1 output files
33902025-09-17T21:57:29.206Zuploading: /work/package.tar.gz (2308819859 bytes)
33912025-09-17T21:58:19.109Zuploaded: /work/package.tar.gz