01JQ7KE6RX2J92WQTHHJ1QRG0F: 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: 01JQ7KF2HWZB83D8NVHGN8EBKZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-25T21:32:12.261Zjob assigned to worker 01JQ7KF7BC5X5AWE24Z7ASQM7B [factory aws, i-03871faa70aa1abc8] (queued for 53 s)
 
22025-03-25T21:32:21.132Zstarting task 0: "setup"
32025-03-25T21:32:21.137Z++ uname -s
42025-03-25T21:32:21.140Z+ kern=SunOS
52025-03-25T21:32:21.140Z+ build_user=build
62025-03-25T21:32:21.141Z+ build_uid=12345
72025-03-25T21:32:21.141Z+ work_dir=/work
82025-03-25T21:32:21.141Z+ input_dir=/input
92025-03-25T21:32:21.141Z+ [[ 0 == 12345 ]]
102025-03-25T21:32:21.141Z+ case "$kern" in
112025-03-25T21:32:21.141Z+ groupadd -g 12345 build
122025-03-25T21:32:21.144Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-25T21:32:23.150Z+ zfs create -o mountpoint=/work rpool/work
142025-03-25T21:32:23.268Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-25T21:32:23.271Z+ home_fs=zfs
162025-03-25T21:32:23.271Z+ [[ zfs == autofs ]]
172025-03-25T21:32:23.271Z+ mkdir -p /home/build
182025-03-25T21:32:23.275Z+ chown build:build /home/build /work
192025-03-25T21:32:25.274Z+ chmod 0700 /home/build /work
202025-03-25T21:32:25.278Zprocess exited: duration 4147 ms, exit code 0
 
212025-03-25T21:32:25.285Zstarting task 1: "rust-toolchain"
222025-03-25T21:32:25.290Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-03-25T21:32:25.290Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-03-25T21:32:25.290Z * rust toolchain channel = "1.85.0"
252025-03-25T21:32:25.290Z * rust toolchain profile = "default"
262025-03-25T21:32:25.290Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-03-25T21:32:25.290Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-25T21:32:25.294Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-25T21:32:25.294Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-03-25T21:32:25.420Zinfo: downloading installer
312025-03-25T21:32:26.842Zwarn: It looks like you have an existing installation of Rust at:
322025-03-25T21:32:26.843Zwarn: /opt/ooce/bin
332025-03-25T21:32:26.843Zwarn: It is recommended that rustup be the primary Rust installation.
342025-03-25T21:32:26.843Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-03-25T21:32:26.843Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-03-25T21:32:26.843Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-25T21:32:26.843Zwarn: or pass `-y' to ignore all ignorable checks.
382025-03-25T21:32:26.843Zerror: cannot install while Rust is installed
392025-03-25T21:32:26.843Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-03-25T21:32:26.880Zinfo: profile set to 'default'
412025-03-25T21:32:26.880Zinfo: default host triple is x86_64-unknown-illumos
422025-03-25T21:32:26.885Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-03-25T21:32:27.047Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-03-25T21:32:27.047Zinfo: downloading component 'cargo'
452025-03-25T21:32:27.816Zinfo: downloading component 'clippy'
462025-03-25T21:32:28.251Zinfo: downloading component 'rust-docs'
472025-03-25T21:32:29.866Zinfo: downloading component 'rust-std'
482025-03-25T21:32:31.549Zinfo: downloading component 'rustc'
492025-03-25T21:32:38.113Zinfo: downloading component 'rustfmt'
502025-03-25T21:32:38.406Zinfo: installing component 'cargo'
512025-03-25T21:32:39.244Zinfo: installing component 'clippy'
522025-03-25T21:32:39.625Zinfo: installing component 'rust-docs'
532025-03-25T21:32:41.400Zinfo: installing component 'rust-std'
542025-03-25T21:32:43.278Zinfo: installing component 'rustc'
552025-03-25T21:32:49.183Zinfo: installing component 'rustfmt'
562025-03-25T21:32:49.516Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-03-25T21:32:49.516Z
582025-03-25T21:32:49.878Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-03-25T21:32:49.878Z
602025-03-25T21:32:49.881Z
612025-03-25T21:32:49.881ZRust is installed now. Great!
622025-03-25T21:32:49.881Z
632025-03-25T21:32:49.881ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-25T21:32:49.881Zenvironment variable. This has not been done automatically.
652025-03-25T21:32:49.881Z
662025-03-25T21:32:49.881ZTo configure your current shell, you need to source
672025-03-25T21:32:49.882Zthe corresponding env file under $HOME/.cargo.
682025-03-25T21:32:49.882Z
692025-03-25T21:32:49.882ZThis is usually done by running one of the following (note the leading DOT):
702025-03-25T21:32:49.882Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-25T21:32:49.882Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-25T21:32:49.882Zsource "$HOME/.cargo/env.nu" # For nushell
732025-03-25T21:32:49.956Z+ rustup --version
742025-03-25T21:32:49.967Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-03-25T21:32:49.967Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-03-25T21:32:49.995Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
772025-03-25T21:32:49.999Z+ cargo --version
782025-03-25T21:32:50.017Zcargo 1.85.0 (d73d2caf9 2024-12-31)
792025-03-25T21:32:50.020Z+ rustc --version
802025-03-25T21:32:50.046Zrustc 1.85.0 (4d91de4e4 2025-02-17)
812025-03-25T21:32:50.050Zprocess exited: duration 24761 ms, exit code 0
 
822025-03-25T21:32:50.059Zstarting task 2: "authentication"
832025-03-25T21:32:50.081Zprocess exited: duration 22 ms, exit code 0
 
842025-03-25T21:32:50.090Zstarting task 3: "clone repository"
852025-03-25T21:32:50.094Z+ mkdir -p /work/oxidecomputer/omicron
862025-03-25T21:32:50.097Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-03-25T21:32:50.229ZCloning into '/work/oxidecomputer/omicron'...
882025-03-25T21:32:58.054Z+ cd /work/oxidecomputer/omicron
892025-03-25T21:32:58.054Z+ git fetch origin c8dab757180a983e63170baba195fab7edf34186
902025-03-25T21:32:58.367ZFrom https://github.com/oxidecomputer/omicron
912025-03-25T21:32:58.367Z * branch c8dab757180a983e63170baba195fab7edf34186 -> FETCH_HEAD
922025-03-25T21:32:58.377Z+ [[ -n '' ]]
932025-03-25T21:32:58.377Z+ git reset --hard c8dab757180a983e63170baba195fab7edf34186
942025-03-25T21:32:58.566ZHEAD is now at c8dab7571 Merge branch 'groups-for-instance' into group-size-limits
952025-03-25T21:32:58.570Zprocess exited: duration 8479 ms, exit code 0
 
962025-03-25T21:32:58.576Zstarting task 4: "build"
972025-03-25T21:32:58.583Z+ source .github/buildomat/ci-env.sh
982025-03-25T21:32:58.583Z++ export CARGO_TERM_COLOR=always
992025-03-25T21:32:58.586Z++ CARGO_TERM_COLOR=always
1002025-03-25T21:32:58.586Z+ cargo --version
1012025-03-25T21:32:58.638Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1022025-03-25T21:32:58.641Z+ rustc --version
1032025-03-25T21:32:58.707Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1042025-03-25T21:32:58.711Z+ WORK=/work
1052025-03-25T21:32:58.711Z+ pfexec mkdir -p /work
1062025-03-25T21:32:58.714Z+ pfexec chown build /work
1072025-03-25T21:32:58.718Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1082025-03-25T21:33:01.661Zpkg list: illegal option -- F
1092025-03-25T21:33:01.665ZUsage:
1102025-03-25T21:33:01.665Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1112025-03-25T21:33:01.665Z [pkg_fmri_pattern ...]
1122025-03-25T21:33:02.510Zpkg list: illegal option -- F
1132025-03-25T21:33:02.510ZUsage:
1142025-03-25T21:33:02.514Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1152025-03-25T21:33:02.514Z [pkg_fmri_pattern ...]
1162025-03-25T21:33:26.501Z Startup: Refreshing catalog 'helios-dev' ... Done
1172025-03-25T21:33:31.291Z Startup: Caching catalogs ... Done
1182025-03-25T21:33:46.477ZPlanning: Solver setup ... Done (14.095s)
1192025-03-25T21:33:46.644ZPlanning: Running solver ... Done (0.166s)
1202025-03-25T21:33:46.840ZPlanning: Finding local manifests ... Done (0.069s)
1212025-03-25T21:33:46.909ZPlanning: Fetching manifests: 0/7 0% complete
1222025-03-25T21:33:47.750ZPlanning: Fetching manifests: 7/7 100% complete
1232025-03-25T21:33:47.994ZPlanning: Package planning ... Done (0.244s)
1242025-03-25T21:33:48.050ZPlanning: Merging actions ... Done (0.056s)
1252025-03-25T21:33:48.373ZPlanning: Checking for conflicting actions ... Done (0.322s)
1262025-03-25T21:33:51.287ZPlanning: Consolidating action changes ... Done (2.914s)
1272025-03-25T21:33:51.723ZPlanning: Evaluating mediators ... Done (0.437s)
1282025-03-25T21:33:51.808ZPlanning: Planning completed in 20.41 seconds
1292025-03-25T21:33:51.824Z Packages to install: 4
1302025-03-25T21:33:51.824Z Packages to update: 3
1312025-03-25T21:33:51.824Z Mediators to change: 2
1322025-03-25T21:33:51.824Z Services to change: 1
1332025-03-25T21:33:51.828Z Estimated space available: 155.59 GB
1342025-03-25T21:33:51.828ZEstimated space to be consumed: 1.67 GB
1352025-03-25T21:33:51.828Z Create boot environment: No
1362025-03-25T21:33:51.828ZCreate backup boot environment: Yes
1372025-03-25T21:33:51.828Z Rebuild boot archive: No
1382025-03-25T21:33:51.828Z
1392025-03-25T21:33:51.828ZChanged mediators:
1402025-03-25T21:33:51.828Z mediator clang:
1412025-03-25T21:33:51.828Z version: None -> 15 (system default)
1422025-03-25T21:33:51.828Z
1432025-03-25T21:33:51.828Z mediator llvm:
1442025-03-25T21:33:51.828Z version: 14 (system default) -> 15 (system default)
1452025-03-25T21:33:51.828Z
1462025-03-25T21:33:51.828ZChanged packages:
1472025-03-25T21:33:51.828Zhelios-dev
1482025-03-25T21:33:51.828Z developer/build-essential
1492025-03-25T21:33:51.828Z None -> 11-2.0
1502025-03-25T21:33:51.828Z library/libxmlsec1
1512025-03-25T21:33:51.828Z None -> 1.2.35-2.0
1522025-03-25T21:33:51.828Z ooce/developer/clang-15
1532025-03-25T21:33:51.828Z None -> 15.0.7-2.0
1542025-03-25T21:33:51.828Z ooce/developer/llvm-15
1552025-03-25T21:33:51.828Z None -> 15.0.7-2.0
1562025-03-25T21:33:51.828Z package/pkg
1572025-03-25T21:33:51.828Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1582025-03-25T21:33:51.828Z system/library/g++-runtime
1592025-03-25T21:33:51.829Z 13-2.0 -> 14-2.0
1602025-03-25T21:33:51.829Z system/library/gcc-runtime
1612025-03-25T21:33:51.829Z 13-2.0 -> 14-2.0
1622025-03-25T21:33:51.829Z
1632025-03-25T21:33:51.829ZServices:
1642025-03-25T21:33:51.829Z restart_fmri:
1652025-03-25T21:33:51.829Z svc:/system/update-man-index:default
1662025-03-25T21:33:51.829Z
1672025-03-25T21:33:51.829ZEditable files to change:
1682025-03-25T21:33:51.829Z Update:
1692025-03-25T21:33:51.829Z usr/share/lib/pkg/web/config.shtml
1702025-03-25T21:33:52.001Z
1712025-03-25T21:33:52.001ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1722025-03-25T21:34:04.531ZDownload: 211/4301 items 1.3/225.4MB 0% complete
1732025-03-25T21:34:09.543ZDownload: 575/4301 items 17.2/225.4MB 7% complete (3.4M/s)
1742025-03-25T21:34:14.548ZDownload: 860/4301 items 18.8/225.4MB 8% complete (1.8M/s)
1752025-03-25T21:34:19.682ZDownload: 1112/4301 items 26.9/225.4MB 11% complete (911k/s)
1762025-03-25T21:34:24.667ZDownload: 1192/4301 items 75.8/225.4MB 33% complete (5.6M/s)
1772025-03-25T21:34:29.898ZDownload: 1194/4301 items 83.5/225.4MB 37% complete (6.3M/s)
1782025-03-25T21:34:35.942ZDownload: 1195/4301 items 83.5/225.4MB 37% complete (6.2M/s)
1792025-03-25T21:34:41.256ZDownload: 1198/4301 items 83.5/225.4MB 37% complete
1802025-03-25T21:34:46.264ZDownload: 1310/4301 items 102.5/225.4MB 45% complete (2.0M/s)
1812025-03-25T21:34:51.271ZDownload: 1566/4301 items 103.9/225.4MB 46% complete (2.1M/s)
1822025-03-25T21:34:56.347ZDownload: 1842/4301 items 116.3/225.4MB 51% complete (1.4M/s)
1832025-03-25T21:35:01.353ZDownload: 2130/4301 items 118.9/225.4MB 52% complete (1.5M/s)
1842025-03-25T21:35:07.852ZDownload: 2221/4301 items 119.2/225.4MB 52% complete (1.3M/s)
1852025-03-25T21:35:21.985ZDownload: 2223/4301 items 119.2/225.4MB 52% complete
1862025-03-25T21:35:27.089ZDownload: 2548/4301 items 120.4/225.4MB 53% complete (254k/s)
1872025-03-25T21:35:32.107ZDownload: 2914/4301 items 121.2/225.4MB 53% complete (204k/s)
1882025-03-25T21:35:37.107ZDownload: 3112/4301 items 136.5/225.4MB 60% complete (1.5M/s)
1892025-03-25T21:35:45.272ZDownload: 3246/4301 items 202.8/225.4MB 89% complete (8.1M/s)
1902025-03-25T21:35:50.471ZDownload: 3251/4301 items 203.4/225.4MB 90% complete (1.7M/s)
1912025-03-25T21:35:55.512ZDownload: 3997/4301 items 219.4/225.4MB 97% complete (2.1M/s)
1922025-03-25T21:36:01.040ZDownload: 4206/4301 items 220.6/225.4MB 97% complete (2.3M/s)
1932025-03-25T21:36:06.066ZDownload: 4284/4301 items 223.2/225.4MB 98% complete (342k/s)
1942025-03-25T21:36:06.538ZDownload: Completed 225.42 MB in 134.52 seconds (1.7M/s)
1952025-03-25T21:36:08.617Z Actions: 1/5122 actions (Removing old actions)
1962025-03-25T21:36:08.640Z Actions: 194/5122 actions (Installing new actions)
1972025-03-25T21:36:13.546Z Actions: 4267/5122 actions (Updating modified actions)
1982025-03-25T21:36:13.996Z Actions: Completed 5122 actions in 5.38 seconds.
1992025-03-25T21:36:14.245Z Done (0.240s)
2002025-03-25T21:36:14.249Z Done (0.001s)
2012025-03-25T21:36:14.898Z Done (0.651s)
2022025-03-25T21:36:19.962Z Done (4.829s)
2032025-03-25T21:36:20.121Z Done (0.089s)
2042025-03-25T21:36:20.125Z Done (0.000s)
2052025-03-25T21:36:20.313Z Done (0.000s)
2062025-03-25T21:36:21.060ZPlanning: Evaluating mediator changes ... Done
2072025-03-25T21:36:21.222ZPlanning: Checking for conflicting actions ... Done
2082025-03-25T21:36:21.225ZPlanning: Consolidating action changes ... Done
2092025-03-25T21:36:21.491ZPlanning: Evaluating mediators ... Done
2102025-03-25T21:36:21.494ZPlanning: Planning completed in 0.43 seconds
2112025-03-25T21:36:21.531Z Mediators to change: 2
2122025-03-25T21:36:21.531Z Create boot environment: No
2132025-03-25T21:36:21.535ZCreate backup boot environment: No
2142025-03-25T21:36:21.617Z Done
2152025-03-25T21:36:21.617Z Done
2162025-03-25T21:36:22.064Z Done
2172025-03-25T21:36:25.700Z Done
2182025-03-25T21:36:25.792Z Done
2192025-03-25T21:36:25.796Z Done
2202025-03-25T21:36:25.939Z Done
2212025-03-25T21:36:26.569ZPlanning: Evaluating mediator changes ... Done
2222025-03-25T21:36:26.573ZPlanning: Merging actions ... Done
2232025-03-25T21:36:26.760ZPlanning: Checking for conflicting actions ... Done
2242025-03-25T21:36:26.764ZPlanning: Consolidating action changes ... Done
2252025-03-25T21:36:27.029ZPlanning: Evaluating mediators ... Done
2262025-03-25T21:36:27.086ZPlanning: Planning completed in 0.76 seconds
2272025-03-25T21:36:27.125Z Packages to change: 1
2282025-03-25T21:36:27.125Z Mediators to change: 1
2292025-03-25T21:36:27.129Z Services to change: 1
2302025-03-25T21:36:27.129Z Create boot environment: No
2312025-03-25T21:36:27.129ZCreate backup boot environment: Yes
2322025-03-25T21:36:29.410Z Actions: 1/6 actions (Updating modified actions)
2332025-03-25T21:36:29.414Z Actions: Completed 6 actions in 0.00 seconds.
2342025-03-25T21:36:29.414Z Done
2352025-03-25T21:36:29.414Z Done
2362025-03-25T21:36:29.544Z Done
2372025-03-25T21:36:33.191Z Done
2382025-03-25T21:36:33.286Z Done
2392025-03-25T21:36:33.290Z Done
2402025-03-25T21:36:33.416Z Done
2412025-03-25T21:36:33.859ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2422025-03-25T21:36:33.859Zclang system 15 system
2432025-03-25T21:36:33.859Zcsh system system illumos
2442025-03-25T21:36:33.859Zctags system system illumos
2452025-03-25T21:36:33.859Zgcc vendor 12 vendor
2462025-03-25T21:36:33.859Zgcc system 10 system
2472025-03-25T21:36:33.859Zgcc system 7 system
2482025-03-25T21:36:33.859Zgo system 1.20 system
2492025-03-25T21:36:33.859Zgo system 1.19 system
2502025-03-25T21:36:33.859Zllvm system 15 system
2512025-03-25T21:36:33.859Zllvm system 14 system
2522025-03-25T21:36:33.859Zmariadb system 10.6 system
2532025-03-25T21:36:33.859Zmta vendor vendor dma
2542025-03-25T21:36:33.859Zopenjdk system 17 system
2552025-03-25T21:36:33.859Zopenjdk system 11 system
2562025-03-25T21:36:33.859Zopenjdk system 1.8 system
2572025-03-25T21:36:33.859Zopenssl vendor 3 vendor
2582025-03-25T21:36:33.859Zperl system 5.36 system
2592025-03-25T21:36:33.859Zpostgresql system 15 system
2602025-03-25T21:36:33.859Zpostgresql system 13 system
2612025-03-25T21:36:33.871Zpython vendor 3 vendor
2622025-03-25T21:36:33.871Zpython system 2 system
2632025-03-25T21:36:33.871Zpython3 system 3.11 system
2642025-03-25T21:36:33.871Zruby system 3.0 system
2652025-03-25T21:36:33.871Zwords vendor vendor american-english
2662025-03-25T21:36:33.871Zwords system system australian-english
2672025-03-25T21:36:33.871Zwords system system british-english
2682025-03-25T21:36:33.871Zwords system system canadian-english
2692025-03-25T21:36:33.871Zwords system system french
2702025-03-25T21:36:33.871Zwords system system italian
2712025-03-25T21:36:33.871Zwords system system ngerman
2722025-03-25T21:36:33.871Zwords system system ogerman
2732025-03-25T21:36:33.871Zwords system system spanish
2742025-03-25T21:36:34.196ZPUBLISHER TYPE STATUS P LOCATION
2752025-03-25T21:36:34.196Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2762025-03-25T21:36:37.370ZFMRI IFO
2772025-03-25T21:36:37.370Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2782025-03-25T21:36:37.370Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2792025-03-25T21:36:37.370Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2802025-03-25T21:36:37.370Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2812025-03-25T21:36:37.370Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2822025-03-25T21:36:37.370Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2832025-03-25T21:36:37.371Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2842025-03-25T21:36:37.371Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2852025-03-25T21:36:37.371Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2862025-03-25T21:36:37.371Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2872025-03-25T21:36:37.371Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2882025-03-25T21:36:37.371Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2892025-03-25T21:36:37.371Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2902025-03-25T21:36:37.371Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2912025-03-25T21:36:37.371Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2922025-03-25T21:36:38.232Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2932025-03-25T21:36:38.499Z Updating crates.io index
2942025-03-25T21:36:38.503Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2952025-03-25T21:36:39.003Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2962025-03-25T21:36:39.222Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2972025-03-25T21:36:39.459Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2982025-03-25T21:36:39.708Z Updating git repository `https://github.com/oxidecomputer/propolis`
2992025-03-25T21:36:40.706Z Updating git repository `https://github.com/oxidecomputer/crucible`
3002025-03-25T21:36:42.532Z Updating git repository `https://github.com/oxidecomputer/opte`
3012025-03-25T21:36:43.173Z Updating git repository `https://github.com/oxidecomputer/falcon`
3022025-03-25T21:36:44.022Z Updating git repository `https://github.com/oxidecomputer/clickward`
3032025-03-25T21:36:44.336Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3042025-03-25T21:36:44.574Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3052025-03-25T21:36:45.126Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3062025-03-25T21:36:45.651Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3072025-03-25T21:36:46.024Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082025-03-25T21:36:46.274Z Updating git repository `https://github.com/oxidecomputer/tofino`
3092025-03-25T21:36:46.534Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3102025-03-25T21:36:46.760Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3112025-03-25T21:36:47.020Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3122025-03-25T21:36:47.281Z Updating git repository `https://github.com/oxidecomputer/lldp`
3132025-03-25T21:36:47.571Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3142025-03-25T21:36:47.802Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3152025-03-25T21:36:48.101Z Updating git repository `https://github.com/oxidecomputer/ispf`
3162025-03-25T21:36:48.375Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3172025-03-25T21:36:48.680Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3182025-03-25T21:36:49.239Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3192025-03-25T21:36:49.488Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3202025-03-25T21:36:49.808Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3212025-03-25T21:36:50.138Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3222025-03-25T21:36:50.395Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3232025-03-25T21:36:50.612Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3242025-03-25T21:36:50.869Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3252025-03-25T21:36:52.328Z Downloading crates ...
3262025-03-25T21:36:52.458Z Downloaded zerocopy v0.7.35
3272025-03-25T21:36:52.472Z Downloaded zerocopy-derive v0.7.35
3282025-03-25T21:36:52.476Z Downloaded anstyle-parse v0.2.5
3292025-03-25T21:36:52.480Z Downloaded winnow v0.7.3
3302025-03-25T21:36:52.488Z Downloaded cargo-platform v0.1.8
3312025-03-25T21:36:52.493Z Downloaded camino-tempfile v1.1.1
3322025-03-25T21:36:52.493Z Downloaded bitflags v1.3.2
3332025-03-25T21:36:52.497Z Downloaded anyhow v1.0.97
3342025-03-25T21:36:52.498Z Downloaded camino v1.1.9
3352025-03-25T21:36:52.502Z Downloaded bitflags v2.6.0
3362025-03-25T21:36:52.510Z Downloaded bytecount v0.6.8
3372025-03-25T21:36:52.517Z Downloaded block-buffer v0.10.4
3382025-03-25T21:36:52.517Z Downloaded autocfg v1.4.0
3392025-03-25T21:36:52.517Z Downloaded anstream v0.6.15
3402025-03-25T21:36:52.525Z Downloaded is_terminal_polyfill v1.70.1
3412025-03-25T21:36:52.529Z Downloaded colorchoice v1.0.2
3422025-03-25T21:36:52.530Z Downloaded cargo_metadata v0.19.2
3432025-03-25T21:36:52.530Z Downloaded clap_builder v4.5.32
3442025-03-25T21:36:52.535Z Downloaded pest_generator v2.7.14
3452025-03-25T21:36:52.539Z Downloaded heck v0.5.0
3462025-03-25T21:36:52.539Z Downloaded proc-macro-error v1.0.4
3472025-03-25T21:36:52.545Z Downloaded clap v4.5.32
3482025-03-25T21:36:52.561Z Downloaded pest_meta v2.7.14
3492025-03-25T21:36:52.561Z Downloaded anstyle-query v1.1.1
3502025-03-25T21:36:52.561Z Downloaded digest v0.10.7
3512025-03-25T21:36:52.561Z Downloaded clap_lex v0.7.4
3522025-03-25T21:36:52.579Z Downloaded anstyle v1.0.10
3532025-03-25T21:36:52.579Z Downloaded equivalent v1.0.1
3542025-03-25T21:36:52.579Z Downloaded cpufeatures v0.2.14
3552025-03-25T21:36:52.579Z Downloaded crypto-common v0.1.6
3562025-03-25T21:36:52.579Z Downloaded log v0.4.22
3572025-03-25T21:36:52.579Z Downloaded fnv v1.0.7
3582025-03-25T21:36:52.580Z Downloaded dtrace-parser v0.2.0
3592025-03-25T21:36:52.585Z Downloaded pretty-hex v0.4.1
3602025-03-25T21:36:52.586Z Downloaded generic-array v0.14.7
3612025-03-25T21:36:52.586Z Downloaded cfg-if v1.0.0
3622025-03-25T21:36:52.586Z Downloaded quote v1.0.39
3632025-03-25T21:36:52.590Z Downloaded macaddr v1.0.1
3642025-03-25T21:36:52.593Z Downloaded scroll_derive v0.12.0
3652025-03-25T21:36:52.593Z Downloaded goblin v0.8.2
3662025-03-25T21:36:52.597Z Downloaded heck v0.4.1
3672025-03-25T21:36:52.605Z Downloaded dof v0.3.0
3682025-03-25T21:36:52.606Z Downloaded plain v0.2.3
3692025-03-25T21:36:52.606Z Downloaded fs-err v2.11.0
3702025-03-25T21:36:52.611Z Downloaded usdt-macro v0.5.0
3712025-03-25T21:36:52.611Z Downloaded fastrand v2.1.1
3722025-03-25T21:36:52.611Z Downloaded swrite v0.1.0
3732025-03-25T21:36:52.619Z Downloaded proc-macro-error-attr v1.0.4
3742025-03-25T21:36:52.624Z Downloaded errno v0.3.9
3752025-03-25T21:36:52.628Z Downloaded smawk v0.3.2
3762025-03-25T21:36:52.628Z Downloaded version_check v0.9.5
3772025-03-25T21:36:52.629Z Downloaded utf8parse v0.2.2
3782025-03-25T21:36:52.633Z Downloaded strsim v0.11.1
3792025-03-25T21:36:52.633Z Downloaded serde_spanned v0.6.8
3802025-03-25T21:36:52.633Z Downloaded memmap v0.7.0
3812025-03-25T21:36:52.633Z Downloaded itoa v1.0.11
3822025-03-25T21:36:52.637Z Downloaded pest_derive v2.7.14
3832025-03-25T21:36:52.637Z Downloaded usdt-attr-macro v0.5.0
3842025-03-25T21:36:52.641Z Downloaded terminal_size v0.4.0
3852025-03-25T21:36:52.641Z Downloaded proc-macro2 v1.0.94
3862025-03-25T21:36:52.641Z Downloaded once_cell v1.20.3
3872025-03-25T21:36:52.647Z Downloaded thread-id v4.2.2
3882025-03-25T21:36:52.647Z Downloaded tabled_derive v0.7.0
3892025-03-25T21:36:52.647Z Downloaded serde_tokenstream v0.2.2
3902025-03-25T21:36:52.651Z Downloaded cargo_toml v0.21.0
3912025-03-25T21:36:52.651Z Downloaded byteorder v1.5.0
3922025-03-25T21:36:52.651Z Downloaded memchr v2.7.4
3932025-03-25T21:36:52.657Z Downloaded usdt v0.5.0
3942025-03-25T21:36:52.657Z Downloaded unicode-linebreak v0.1.5
3952025-03-25T21:36:52.662Z Downloaded toml_datetime v0.6.8
3962025-03-25T21:36:52.663Z Downloaded terminal_size v0.2.6
3972025-03-25T21:36:52.663Z Downloaded io-lifetimes v1.0.11
3982025-03-25T21:36:52.663Z Downloaded thiserror-impl v2.0.12
3992025-03-25T21:36:52.668Z Downloaded thiserror-impl v1.0.69
4002025-03-25T21:36:52.668Z Downloaded clap_derive v4.5.32
4012025-03-25T21:36:52.676Z Downloaded thiserror v2.0.12
4022025-03-25T21:36:52.687Z Downloaded usdt-impl v0.5.0
4032025-03-25T21:36:52.687Z Downloaded tempfile v3.13.0
4042025-03-25T21:36:52.688Z Downloaded semver v1.0.25
4052025-03-25T21:36:52.692Z Downloaded thiserror v1.0.69
4062025-03-25T21:36:52.696Z Downloaded papergrid v0.11.0
4072025-03-25T21:36:52.700Z Downloaded sha2 v0.10.8
4082025-03-25T21:36:52.701Z Downloaded scroll v0.12.0
4092025-03-25T21:36:52.706Z Downloaded typenum v1.17.0
4102025-03-25T21:36:52.719Z Downloaded textwrap v0.16.1
4112025-03-25T21:36:52.720Z Downloaded toml v0.8.20
4122025-03-25T21:36:52.729Z Downloaded ryu v1.0.18
4132025-03-25T21:36:52.729Z Downloaded unicode-ident v1.0.14
4142025-03-25T21:36:52.755Z Downloaded ucd-trie v0.1.7
4152025-03-25T21:36:52.756Z Downloaded serde_derive v1.0.218
4162025-03-25T21:36:52.769Z Downloaded indexmap v2.7.1
4172025-03-25T21:36:52.769Z Downloaded serde v1.0.218
4182025-03-25T21:36:52.769Z Downloaded toml_edit v0.22.24
4192025-03-25T21:36:52.795Z Downloaded pest v2.7.14
4202025-03-25T21:36:52.795Z Downloaded hashbrown v0.15.1
4212025-03-25T21:36:52.817Z Downloaded serde_json v1.0.139
4222025-03-25T21:36:52.835Z Downloaded tabled v0.15.0
4232025-03-25T21:36:52.847Z Downloaded syn v1.0.109
4242025-03-25T21:36:52.859Z Downloaded unicode-width v0.1.14
4252025-03-25T21:36:52.877Z Downloaded rustix v0.37.28
4262025-03-25T21:36:52.886Z Downloaded rustix v0.38.37
4272025-03-25T21:36:52.898Z Downloaded syn v2.0.98
4282025-03-25T21:36:52.927Z Downloaded libc v0.2.170
4292025-03-25T21:36:53.067Z Compiling proc-macro2 v1.0.94
4302025-03-25T21:36:53.067Z Compiling unicode-ident v1.0.14
4312025-03-25T21:36:53.067Z Compiling version_check v0.9.5
4322025-03-25T21:36:53.072Z Compiling serde v1.0.218
4332025-03-25T21:36:53.073Z Compiling libc v0.2.170
4342025-03-25T21:36:53.073Z Compiling memchr v2.7.4
4352025-03-25T21:36:53.073Z Compiling thiserror v1.0.69
4362025-03-25T21:36:53.104Z Compiling itoa v1.0.11
4372025-03-25T21:36:53.374Z Compiling ucd-trie v0.1.7
4382025-03-25T21:36:53.400Z Compiling ryu v1.0.18
4392025-03-25T21:36:53.813Z Compiling once_cell v1.20.3
4402025-03-25T21:36:53.879Z Compiling byteorder v1.5.0
4412025-03-25T21:36:54.343Z Compiling rustix v0.38.37
4422025-03-25T21:36:54.356Z Compiling serde_json v1.0.139
4432025-03-25T21:36:54.553Z Compiling bitflags v2.6.0
4442025-03-25T21:36:54.622Z Compiling proc-macro-error-attr v1.0.4
4452025-03-25T21:36:54.702Z Compiling usdt-impl v0.5.0
4462025-03-25T21:36:54.789Z Compiling io-lifetimes v1.0.11
4472025-03-25T21:36:54.934Z Compiling syn v1.0.109
4482025-03-25T21:36:55.042Z Compiling proc-macro-error v1.0.4
4492025-03-25T21:36:55.150Z Compiling hashbrown v0.15.1
4502025-03-25T21:36:55.228Z Compiling camino v1.1.9
4512025-03-25T21:36:55.340Z Compiling quote v1.0.39
4522025-03-25T21:36:55.491Z Compiling errno v0.3.9
4532025-03-25T21:36:55.598Z Compiling thread-id v4.2.2
4542025-03-25T21:36:55.746Z Compiling syn v2.0.98
4552025-03-25T21:36:55.751Z Compiling log v0.4.22
4562025-03-25T21:36:55.827Z Compiling equivalent v1.0.1
4572025-03-25T21:36:55.851Z Compiling rustix v0.37.28
4582025-03-25T21:36:55.967Z Compiling plain v0.2.3
4592025-03-25T21:36:55.988Z Compiling utf8parse v0.2.2
4602025-03-25T21:36:56.138Z Compiling anstyle-parse v0.2.5
4612025-03-25T21:36:56.164Z Compiling indexmap v2.7.1
4622025-03-25T21:36:56.503Z Compiling unicode-width v0.1.14
4632025-03-25T21:36:56.795Z Compiling winnow v0.7.3
4642025-03-25T21:36:56.818Z Compiling anstyle-query v1.1.1
4652025-03-25T21:36:56.905Z Compiling bitflags v1.3.2
4662025-03-25T21:36:56.980Z Compiling autocfg v1.4.0
4672025-03-25T21:36:57.002Z Compiling thiserror v2.0.12
4682025-03-25T21:36:57.027Z Compiling pretty-hex v0.4.1
4692025-03-25T21:36:57.262Z Compiling anstyle v1.0.10
4702025-03-25T21:36:57.356Z Compiling is_terminal_polyfill v1.70.1
4712025-03-25T21:36:57.516Z Compiling semver v1.0.25
4722025-03-25T21:36:57.583Z Compiling colorchoice v1.0.2
4732025-03-25T21:36:57.707Z Compiling terminal_size v0.4.0
4742025-03-25T21:36:57.777Z Compiling anstream v0.6.15
4752025-03-25T21:36:57.905Z Compiling fs-err v2.11.0
4762025-03-25T21:36:58.306Z Compiling clap_lex v0.7.4
4772025-03-25T21:36:58.457Z Compiling heck v0.4.1
4782025-03-25T21:36:58.461Z Compiling strsim v0.11.1
4792025-03-25T21:36:58.773Z Compiling cfg-if v1.0.0
4802025-03-25T21:36:58.835Z Compiling fnv v1.0.7
4812025-03-25T21:36:58.892Z Compiling anyhow v1.0.97
4822025-03-25T21:36:58.915Z Compiling fastrand v2.1.1
4832025-03-25T21:36:58.986Z Compiling heck v0.5.0
4842025-03-25T21:36:59.424Z Compiling bytecount v0.6.8
4852025-03-25T21:36:59.473Z Compiling terminal_size v0.2.6
4862025-03-25T21:36:59.499Z Compiling tempfile v3.13.0
4872025-03-25T21:36:59.638Z Compiling papergrid v0.11.0
4882025-03-25T21:36:59.694Z Compiling clap_builder v4.5.32
4892025-03-25T21:36:59.928Z Compiling memmap v0.7.0
4902025-03-25T21:36:59.963Z Compiling unicode-linebreak v0.1.5
4912025-03-25T21:37:00.264Z Compiling smawk v0.3.2
4922025-03-25T21:37:00.494Z Compiling textwrap v0.16.1
4932025-03-25T21:37:00.534Z Compiling swrite v0.1.0
4942025-03-25T21:37:01.140Z Compiling tabled_derive v0.7.0
4952025-03-25T21:37:02.691Z Compiling tabled v0.15.0
4962025-03-25T21:37:02.803Z Compiling serde_derive v1.0.218
4972025-03-25T21:37:02.803Z Compiling thiserror-impl v1.0.69
4982025-03-25T21:37:02.808Z Compiling zerocopy-derive v0.7.35
4992025-03-25T21:37:02.808Z Compiling scroll_derive v0.12.0
5002025-03-25T21:37:02.808Z Compiling thiserror-impl v2.0.12
5012025-03-25T21:37:02.808Z Compiling clap_derive v4.5.32
5022025-03-25T21:37:04.292Z Compiling scroll v0.12.0
5032025-03-25T21:37:04.838Z Compiling zerocopy v0.7.35
5042025-03-25T21:37:04.863Z Compiling goblin v0.8.2
5052025-03-25T21:37:05.979Z Compiling pest v2.7.14
5062025-03-25T21:37:07.205Z Compiling clap v4.5.32
5072025-03-25T21:37:08.244Z Compiling pest_meta v2.7.14
5082025-03-25T21:37:09.264Z Compiling pest_generator v2.7.14
5092025-03-25T21:37:10.543Z Compiling pest_derive v2.7.14
5102025-03-25T21:37:11.178Z Compiling dtrace-parser v0.2.0
5112025-03-25T21:37:12.120Z Compiling serde_tokenstream v0.2.2
5122025-03-25T21:37:12.165Z Compiling serde_spanned v0.6.8
5132025-03-25T21:37:12.165Z Compiling toml_datetime v0.6.8
5142025-03-25T21:37:12.318Z Compiling cargo-platform v0.1.8
5152025-03-25T21:37:12.455Z Compiling toml_edit v0.22.24
5162025-03-25T21:37:12.595Z Compiling macaddr v1.0.1
5172025-03-25T21:37:12.812Z Compiling camino-tempfile v1.1.1
5182025-03-25T21:37:13.542Z Compiling dof v0.3.0
5192025-03-25T21:37:13.744Z Compiling cargo_metadata v0.19.2
5202025-03-25T21:37:14.845Z Compiling usdt-macro v0.5.0
5212025-03-25T21:37:14.845Z Compiling usdt-attr-macro v0.5.0
5222025-03-25T21:37:15.289Z Compiling toml v0.8.20
5232025-03-25T21:37:16.016Z Compiling usdt v0.5.0
5242025-03-25T21:37:16.182Z Compiling cargo_toml v0.21.0
5252025-03-25T21:37:18.885Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5262025-03-25T21:37:22.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.13s
5272025-03-25T21:37:22.354Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5282025-03-25T21:37:22.919Z Downloading crates ...
5292025-03-25T21:37:23.073Z Downloaded hex-literal v0.4.1
5302025-03-25T21:37:23.078Z Downloaded hex v0.4.3
5312025-03-25T21:37:23.078Z Downloaded icu_provider_macros v1.5.0
5322025-03-25T21:37:23.093Z Downloaded iana-time-zone v0.1.61
5332025-03-25T21:37:23.097Z Downloaded httpdate v1.0.3
5342025-03-25T21:37:23.097Z Downloaded hostname v0.4.0
5352025-03-25T21:37:23.097Z Downloaded icu_locid_transform_data v1.5.0
5362025-03-25T21:37:23.097Z Downloaded is-terminal v0.4.13
5372025-03-25T21:37:23.097Z Downloaded indoc v2.0.6
5382025-03-25T21:37:23.097Z Downloaded http-body v1.0.1
5392025-03-25T21:37:23.101Z Downloaded http-range v0.1.5
5402025-03-25T21:37:23.101Z Downloaded heck v0.3.3
5412025-03-25T21:37:23.101Z Downloaded headers-core v0.3.0
5422025-03-25T21:37:23.105Z Downloaded http-body-util v0.1.2
5432025-03-25T21:37:23.109Z Downloaded match_cfg v0.1.0
5442025-03-25T21:37:23.117Z Downloaded jobserver v0.1.32
5452025-03-25T21:37:23.124Z Downloaded hyper-rustls v0.27.3
5462025-03-25T21:37:23.129Z Downloaded lazy_static v1.5.0
5472025-03-25T21:37:23.134Z Downloaded libsw-core v0.3.1
5482025-03-25T21:37:23.134Z Downloaded hostname v0.3.1
5492025-03-25T21:37:23.137Z Downloaded humantime v2.1.0
5502025-03-25T21:37:23.137Z Downloaded kstat-rs v0.2.4
5512025-03-25T21:37:23.137Z Downloaded arc-swap v1.7.1
5522025-03-25T21:37:23.141Z Downloaded memmap2 v0.9.5
5532025-03-25T21:37:23.146Z Downloaded ahash v0.8.11
5542025-03-25T21:37:23.149Z Downloaded md-5 v0.10.6
5552025-03-25T21:37:23.149Z Downloaded hubpack v0.1.2
5562025-03-25T21:37:23.154Z Downloaded aho-corasick v1.1.3
5572025-03-25T21:37:23.160Z Downloaded pretty-hex v0.2.1
5582025-03-25T21:37:23.167Z Downloaded hickory-client v0.24.4
5592025-03-25T21:37:23.167Z Downloaded addr2line v0.24.2
5602025-03-25T21:37:23.171Z Downloaded libloading v0.8.5
5612025-03-25T21:37:23.171Z Downloaded maybe-uninit v2.0.0
5622025-03-25T21:37:23.171Z Downloaded icu_locid v1.5.0
5632025-03-25T21:37:23.175Z Downloaded litrs v0.4.1
5642025-03-25T21:37:23.179Z Downloaded icu_provider v1.5.0
5652025-03-25T21:37:23.185Z Downloaded miniz_oxide v0.8.5
5662025-03-25T21:37:23.189Z Downloaded bcrypt-pbkdf v0.10.0
5672025-03-25T21:37:23.193Z Downloaded impl-trait-for-tuples v0.2.2
5682025-03-25T21:37:23.193Z Downloaded hmac v0.12.1
5692025-03-25T21:37:23.197Z Downloaded bit-set v0.5.3
5702025-03-25T21:37:23.200Z Downloaded ipnetwork v0.21.1
5712025-03-25T21:37:23.203Z Downloaded instability v0.3.2
5722025-03-25T21:37:23.206Z Downloaded hyper-tls v0.6.0
5732025-03-25T21:37:23.212Z Downloaded base64 v0.22.1
5742025-03-25T21:37:23.217Z Downloaded sha1 v0.10.6
5752025-03-25T21:37:23.220Z Downloaded bit-set v0.8.0
5762025-03-25T21:37:23.225Z Downloaded hickory-resolver v0.24.4
5772025-03-25T21:37:23.230Z Downloaded bb8 v0.8.5
5782025-03-25T21:37:23.230Z Downloaded highway v1.3.0
5792025-03-25T21:37:23.233Z Downloaded unicode-segmentation v1.12.0
5802025-03-25T21:37:23.237Z Downloaded bindgen v0.69.5
5812025-03-25T21:37:23.243Z Downloaded scheduled-thread-pool v0.2.7
5822025-03-25T21:37:23.247Z Downloaded buf-list v1.0.3
5832025-03-25T21:37:23.250Z Downloaded keccak v0.1.5
5842025-03-25T21:37:23.250Z Downloaded blake3 v1.5.4
5852025-03-25T21:37:23.257Z Downloaded lru v0.12.5
5862025-03-25T21:37:23.263Z Downloaded serde_plain v1.0.2
5872025-03-25T21:37:23.266Z Downloaded idna v1.0.3
5882025-03-25T21:37:23.267Z Downloaded russh-keys v0.45.0
5892025-03-25T21:37:23.270Z Downloaded sec1 v0.7.3
5902025-03-25T21:37:23.273Z Downloaded lock_api v0.4.12
5912025-03-25T21:37:23.277Z Downloaded proc-macro-crate v1.3.1
5922025-03-25T21:37:23.277Z Downloaded castaway v0.2.3
5932025-03-25T21:37:23.280Z Downloaded bitfield v0.14.0
5942025-03-25T21:37:23.280Z Downloaded indicatif v0.17.11
5952025-03-25T21:37:23.284Z Downloaded itertools v0.12.1
5962025-03-25T21:37:23.293Z Downloaded headers v0.4.0
5972025-03-25T21:37:23.300Z Downloaded itertools v0.14.0
5982025-03-25T21:37:23.311Z Downloaded yasna v0.5.2
5992025-03-25T21:37:23.315Z Downloaded tokio-tungstenite v0.23.1
6002025-03-25T21:37:23.315Z Downloaded tokio-tungstenite v0.21.0
6012025-03-25T21:37:23.320Z Downloaded blake2 v0.10.6
6022025-03-25T21:37:23.320Z Downloaded cancel-safe-futures v0.1.5
6032025-03-25T21:37:23.326Z Downloaded snafu v0.8.5
6042025-03-25T21:37:23.336Z Downloaded cstr-argument v0.1.2
6052025-03-25T21:37:23.342Z Downloaded crucible-workspace-hack v0.1.0
6062025-03-25T21:37:23.342Z Downloaded ciborium-ll v0.2.2
6072025-03-25T21:37:23.346Z Downloaded lockfree-object-pool v0.1.6
6082025-03-25T21:37:23.346Z Downloaded fxhash v0.2.1
6092025-03-25T21:37:23.353Z Downloaded crunchy v0.2.2
6102025-03-25T21:37:23.353Z Downloaded const_format_proc_macros v0.2.34
6112025-03-25T21:37:23.356Z Downloaded crossbeam-deque v0.8.5
6122025-03-25T21:37:23.356Z Downloaded libefi-sys v0.1.0
6132025-03-25T21:37:23.356Z Downloaded arrayref v0.3.9
6142025-03-25T21:37:23.356Z Downloaded convert_case v0.4.0
6152025-03-25T21:37:23.359Z Downloaded constant_time_eq v0.3.1
6162025-03-25T21:37:23.359Z Downloaded aes v0.8.4
6172025-03-25T21:37:23.364Z Downloaded libxml v0.3.3
6182025-03-25T21:37:23.370Z Downloaded futures-task v0.3.31
6192025-03-25T21:37:23.373Z Downloaded newline-converter v0.3.0
6202025-03-25T21:37:23.377Z Downloaded cookie_store v0.21.1
6212025-03-25T21:37:23.377Z Downloaded async-stream v0.3.6
6222025-03-25T21:37:23.380Z Downloaded async-recursion v1.1.1
6232025-03-25T21:37:23.384Z Downloaded lalrpop v0.19.12
6242025-03-25T21:37:23.397Z Downloaded rustc-demangle v0.1.24
6252025-03-25T21:37:23.401Z Downloaded ascii-canvas v3.0.0
6262025-03-25T21:37:23.401Z Downloaded http v1.2.0
6272025-03-25T21:37:23.404Z Downloaded crc32fast v1.4.2
6282025-03-25T21:37:23.408Z Downloaded cipher v0.4.4
6292025-03-25T21:37:23.412Z Downloaded base16ct v0.2.0
6302025-03-25T21:37:23.412Z Downloaded sigpipe v0.1.3
6312025-03-25T21:37:23.412Z Downloaded reqwest v0.12.12
6322025-03-25T21:37:23.432Z Downloaded num-iter v0.1.45
6332025-03-25T21:37:23.436Z Downloaded home v0.5.9
6342025-03-25T21:37:23.436Z Downloaded hickory-server v0.24.4
6352025-03-25T21:37:23.440Z Downloaded crossbeam-epoch v0.9.18
6362025-03-25T21:37:23.443Z Downloaded mime v0.3.17
6372025-03-25T21:37:23.447Z Downloaded lazycell v1.3.0
6382025-03-25T21:37:23.447Z Downloaded num-rational v0.4.2
6392025-03-25T21:37:23.452Z Downloaded aes-gcm v0.10.3
6402025-03-25T21:37:23.458Z Downloaded crc-any v2.5.0
6412025-03-25T21:37:23.458Z Downloaded predicates-tree v1.0.11
6422025-03-25T21:37:23.461Z Downloaded phf_shared v0.11.2
6432025-03-25T21:37:23.461Z Downloaded colored v2.2.0
6442025-03-25T21:37:23.461Z Downloaded argon2 v0.5.3
6452025-03-25T21:37:23.465Z Downloaded crossbeam-utils v0.8.20
6462025-03-25T21:37:23.469Z Downloaded password-hash v0.5.0
6472025-03-25T21:37:23.469Z Downloaded litemap v0.7.3
6482025-03-25T21:37:23.472Z Downloaded ipnet v2.11.0
6492025-03-25T21:37:23.472Z Downloaded icu_normalizer_data v1.5.0
6502025-03-25T21:37:23.477Z Downloaded dsl_auto_type v0.1.2
6512025-03-25T21:37:23.477Z Downloaded const-oid v0.9.6
6522025-03-25T21:37:23.481Z Downloaded crypto-bigint v0.5.5
6532025-03-25T21:37:23.489Z Downloaded password-hash v0.4.2
6542025-03-25T21:37:23.492Z Downloaded heapless v0.8.0
6552025-03-25T21:37:23.492Z Downloaded compact_str v0.8.0
6562025-03-25T21:37:23.496Z Downloaded scrypt v0.11.0
6572025-03-25T21:37:23.499Z Downloaded schemars_derive v0.8.22
6582025-03-25T21:37:23.503Z Downloaded rustc-hash v1.1.0
6592025-03-25T21:37:23.503Z Downloaded quick-xml v0.37.2
6602025-03-25T21:37:23.508Z Downloaded tls_codec v0.4.1
6612025-03-25T21:37:23.512Z Downloaded rcgen v0.12.1
6622025-03-25T21:37:23.515Z Downloaded typify-macro v0.3.0
6632025-03-25T21:37:23.515Z Downloaded tls_codec_derive v0.4.1
6642025-03-25T21:37:23.521Z Downloaded hyper-staticfile v0.10.1
6652025-03-25T21:37:23.524Z Downloaded crossterm v0.28.1
6662025-03-25T21:37:23.528Z Downloaded displaydoc v0.2.5
6672025-03-25T21:37:23.531Z Downloaded untrusted v0.7.1
6682025-03-25T21:37:23.531Z Downloaded num_enum v0.5.11
6692025-03-25T21:37:23.536Z Downloaded tui-tree-widget v0.23.0
6702025-03-25T21:37:23.540Z Downloaded structmeta-derive v0.3.0
6712025-03-25T21:37:23.540Z Downloaded rand_chacha v0.3.1
6722025-03-25T21:37:23.543Z Downloaded slog-json v2.6.1
6732025-03-25T21:37:23.543Z Downloaded quick-error v1.2.3
6742025-03-25T21:37:23.548Z Downloaded icu_normalizer v1.5.0
6752025-03-25T21:37:23.551Z Downloaded futures-sink v0.3.31
6762025-03-25T21:37:23.551Z Downloaded sct v0.7.1
6772025-03-25T21:37:23.556Z Downloaded pin-project-lite v0.2.14
6782025-03-25T21:37:23.559Z Downloaded icu_properties v1.5.1
6792025-03-25T21:37:23.562Z Downloaded peg v0.8.5
6802025-03-25T21:37:23.567Z Downloaded strum v0.26.3
6812025-03-25T21:37:23.570Z Downloaded thiserror-impl-no-std v2.0.2
6822025-03-25T21:37:23.570Z Downloaded aws-lc-rs v1.12.4
6832025-03-25T21:37:23.580Z Downloaded indent_write v2.2.0
6842025-03-25T21:37:23.583Z Downloaded synstructure v0.13.1
6852025-03-25T21:37:23.583Z Downloaded bindgen v0.71.1
6862025-03-25T21:37:23.592Z Downloaded num-derive v0.4.2
6872025-03-25T21:37:23.596Z Downloaded memoffset v0.9.1
6882025-03-25T21:37:23.596Z Downloaded wyz v0.5.1
6892025-03-25T21:37:23.600Z Downloaded slog-envlogger v2.2.0
6902025-03-25T21:37:23.600Z Downloaded unsafe-libyaml v0.2.11
6912025-03-25T21:37:23.603Z Downloaded bstr v1.10.0
6922025-03-25T21:37:23.617Z Downloaded termtree v0.4.1
6932025-03-25T21:37:23.620Z Downloaded sqlparser_derive v0.2.2
6942025-03-25T21:37:23.620Z Downloaded spki v0.7.3
6952025-03-25T21:37:23.621Z Downloaded yoke v0.7.4
6962025-03-25T21:37:23.621Z Downloaded try-lock v0.2.5
6972025-03-25T21:37:23.624Z Downloaded rustls-pki-types v1.10.0
6982025-03-25T21:37:23.624Z Downloaded hyper v1.6.0
6992025-03-25T21:37:23.633Z Downloaded unicode-width v0.2.0
7002025-03-25T21:37:23.639Z Downloaded serde_path_to_error v0.1.16
7012025-03-25T21:37:23.642Z Downloaded topological-sort v0.2.2
7022025-03-25T21:37:23.642Z Downloaded termtree v0.5.1
7032025-03-25T21:37:23.647Z Downloaded serde_derive_internals v0.29.1
7042025-03-25T21:37:23.647Z Downloaded foreign-types-shared v0.1.1
7052025-03-25T21:37:23.650Z Downloaded zerofrom-derive v0.1.4
7062025-03-25T21:37:23.650Z Downloaded supports-color v3.0.2
7072025-03-25T21:37:23.650Z Downloaded tungstenite v0.23.0
7082025-03-25T21:37:23.654Z Downloaded chrono-tz v0.10.1
7092025-03-25T21:37:23.660Z Downloaded managed v0.8.0
7102025-03-25T21:37:23.663Z Downloaded ctr v0.9.2
7112025-03-25T21:37:23.668Z Downloaded tower-service v0.3.3
7122025-03-25T21:37:23.668Z Downloaded instant v0.1.13
7132025-03-25T21:37:23.668Z Downloaded dunce v1.0.5
7142025-03-25T21:37:23.672Z Downloaded downcast v0.11.0
7152025-03-25T21:37:23.672Z Downloaded is_ci v1.2.0
7162025-03-25T21:37:23.672Z Downloaded futures v0.3.31
7172025-03-25T21:37:23.679Z Downloaded strum_macros v0.26.4
7182025-03-25T21:37:23.683Z Downloaded bzip2-sys v0.1.11+1.0.8
7192025-03-25T21:37:23.693Z Downloaded defmt v0.3.8
7202025-03-25T21:37:23.696Z Downloaded utf16_iter v1.0.5
7212025-03-25T21:37:23.701Z Downloaded httparse v1.9.5
7222025-03-25T21:37:23.705Z Downloaded whoami v1.5.2
7232025-03-25T21:37:23.705Z Downloaded utf8_iter v1.0.4
7242025-03-25T21:37:23.705Z Downloaded utf-8 v0.7.6
7252025-03-25T21:37:23.709Z Downloaded tokio-postgres v0.7.13
7262025-03-25T21:37:23.712Z Downloaded proptest v1.6.0
7272025-03-25T21:37:23.722Z Downloaded term v0.7.0
7282025-03-25T21:37:23.725Z Downloaded debug-ignore v1.0.5
7292025-03-25T21:37:23.728Z Downloaded waitgroup v0.1.2
7302025-03-25T21:37:23.728Z Downloaded sled v0.34.7
7312025-03-25T21:37:23.741Z Downloaded tokio-macros v2.5.0
7322025-03-25T21:37:23.744Z Downloaded flagset v0.4.6
7332025-03-25T21:37:23.744Z Downloaded peg-runtime v0.8.5
7342025-03-25T21:37:23.744Z Downloaded nibble_vec v0.1.0
7352025-03-25T21:37:23.747Z Downloaded oxnet v0.1.1
7362025-03-25T21:37:23.750Z Downloaded new_debug_unreachable v1.0.6
7372025-03-25T21:37:23.750Z Downloaded embedded-io v0.6.1
7382025-03-25T21:37:23.750Z Downloaded des v0.8.1
7392025-03-25T21:37:23.754Z Downloaded ena v0.14.3
7402025-03-25T21:37:23.757Z Downloaded derive_more v0.99.19
7412025-03-25T21:37:23.760Z Downloaded nanorand v0.7.0
7422025-03-25T21:37:23.764Z Downloaded zone_cfg_derive v0.1.2
7432025-03-25T21:37:23.768Z Downloaded curve25519-dalek-derive v0.1.1
7442025-03-25T21:37:23.768Z Downloaded p384 v0.13.0
7452025-03-25T21:37:23.772Z Downloaded pin-utils v0.1.0
7462025-03-25T21:37:23.775Z Downloaded native-tls v0.2.12
7472025-03-25T21:37:23.778Z Downloaded parse-size v1.1.0
7482025-03-25T21:37:23.778Z Downloaded parse-display-derive v0.10.0
7492025-03-25T21:37:23.782Z Downloaded papergrid v0.14.0
7502025-03-25T21:37:23.785Z Downloaded phf_shared v0.10.0
7512025-03-25T21:37:23.789Z Downloaded owo-colors v4.2.0
7522025-03-25T21:37:23.789Z Downloaded twox-hash v2.1.0
7532025-03-25T21:37:23.792Z Downloaded precomputed-hash v0.1.1
7542025-03-25T21:37:23.792Z Downloaded predicates v3.1.3
7552025-03-25T21:37:23.796Z Downloaded tower-layer v0.3.3
7562025-03-25T21:37:23.803Z Downloaded dropshot_endpoint v0.16.0
7572025-03-25T21:37:23.803Z Downloaded pin-project-internal v1.1.6
7582025-03-25T21:37:23.807Z Downloaded num-conv v0.1.0
7592025-03-25T21:37:23.807Z Downloaded packed_struct_codegen v0.10.1
7602025-03-25T21:37:23.807Z Downloaded scopeguard v1.2.0
7612025-03-25T21:37:23.807Z Downloaded tabled_derive v0.10.0
7622025-03-25T21:37:23.811Z Downloaded ghash v0.5.1
7632025-03-25T21:37:23.811Z Downloaded pin-project v1.1.6
7642025-03-25T21:37:23.821Z Downloaded ssh-encoding v0.2.0
7652025-03-25T21:37:23.824Z Downloaded zerofrom v0.1.4
7662025-03-25T21:37:23.824Z Downloaded signal-hook-mio v0.2.4
7672025-03-25T21:37:23.828Z Downloaded smf v0.2.3
7682025-03-25T21:37:23.832Z Downloaded which v4.4.2
7692025-03-25T21:37:23.832Z Downloaded deranged v0.3.11
7702025-03-25T21:37:23.832Z Downloaded untrusted v0.9.0
7712025-03-25T21:37:23.835Z Downloaded parse-zoneinfo v0.3.1
7722025-03-25T21:37:23.838Z Downloaded strum_macros v0.25.3
7732025-03-25T21:37:23.838Z Downloaded phf_codegen v0.11.2
7742025-03-25T21:37:23.841Z Downloaded unarray v0.1.4
7752025-03-25T21:37:23.841Z Downloaded path-slash v0.1.5
7762025-03-25T21:37:23.845Z Downloaded time-core v0.1.2
7772025-03-25T21:37:23.845Z Downloaded quinn v0.11.5
7782025-03-25T21:37:23.848Z Downloaded slog-term v2.9.1
7792025-03-25T21:37:23.852Z Downloaded normalize-line-endings v0.3.0
7802025-03-25T21:37:23.852Z Downloaded signal-hook v0.3.17
7812025-03-25T21:37:23.855Z Downloaded smallvec v0.6.14
7822025-03-25T21:37:23.858Z Downloaded rustc-hash v2.1.1
7832025-03-25T21:37:23.858Z Downloaded strip-ansi-escapes v0.2.0
7842025-03-25T21:37:23.862Z Downloaded futures-util v0.3.31
7852025-03-25T21:37:23.872Z Downloaded serde_urlencoded v0.7.1
7862025-03-25T21:37:23.876Z Downloaded structmeta v0.3.0
7872025-03-25T21:37:23.876Z Downloaded publicsuffix v2.3.0
7882025-03-25T21:37:23.879Z Downloaded semver v0.1.20
7892025-03-25T21:37:23.882Z Downloaded stringprep v0.1.5
7902025-03-25T21:37:23.882Z Downloaded zone v0.1.8
7912025-03-25T21:37:23.886Z Downloaded tokio-stream v0.1.17
7922025-03-25T21:37:23.889Z Downloaded uzers v0.12.1
7932025-03-25T21:37:23.892Z Downloaded rayon-core v1.12.1
7942025-03-25T21:37:23.896Z Downloaded time-macros v0.2.18
7952025-03-25T21:37:23.903Z Downloaded static_assertions v1.1.0
7962025-03-25T21:37:23.907Z Downloaded minimal-lexical v0.2.1
7972025-03-25T21:37:23.907Z Downloaded take_mut v0.2.2
7982025-03-25T21:37:23.911Z Downloaded mockall v0.13.1
7992025-03-25T21:37:23.911Z Downloaded num-complex v0.4.6
8002025-03-25T21:37:23.914Z Downloaded nodrop v0.1.14
8012025-03-25T21:37:23.915Z Downloaded termios v0.3.3
8022025-03-25T21:37:23.918Z Downloaded diesel_derives v2.2.3
8032025-03-25T21:37:23.921Z Downloaded siphasher v0.3.11
8042025-03-25T21:37:23.925Z Downloaded opaque-debug v0.3.1
8052025-03-25T21:37:23.925Z Downloaded number_prefix v0.4.0
8062025-03-25T21:37:23.925Z Downloaded progenitor-impl v0.8.0
8072025-03-25T21:37:23.928Z Downloaded subtle v2.6.1
8082025-03-25T21:37:23.931Z Downloaded proc-macro-error2 v2.0.1
8092025-03-25T21:37:23.935Z Downloaded russh-cryptovec v0.7.3
8102025-03-25T21:37:23.935Z Downloaded serde-big-array v0.5.1
8112025-03-25T21:37:23.938Z Downloaded foreign-types-shared v0.3.1
8122025-03-25T21:37:23.938Z Downloaded env_logger v0.10.2
8132025-03-25T21:37:23.941Z Downloaded rustc_version v0.1.7
8142025-03-25T21:37:23.945Z Downloaded daft v0.1.2
8152025-03-25T21:37:23.945Z Downloaded newtype-uuid v1.2.1
8162025-03-25T21:37:23.949Z Downloaded unicode-properties v0.1.3
8172025-03-25T21:37:23.949Z Downloaded funty v2.0.0
8182025-03-25T21:37:23.952Z Downloaded uuid v1.15.1
8192025-03-25T21:37:23.957Z Downloaded tracing-attributes v0.1.27
8202025-03-25T21:37:23.960Z Downloaded r2d2 v0.8.10
8212025-03-25T21:37:23.960Z Downloaded yoke-derive v0.7.4
8222025-03-25T21:37:23.960Z Downloaded slog-bunyan v2.5.0
8232025-03-25T21:37:23.964Z Downloaded slog-async v2.8.0
8242025-03-25T21:37:23.964Z Downloaded thiserror-no-std v2.0.2
8252025-03-25T21:37:23.967Z Downloaded multer v3.1.0
8262025-03-25T21:37:23.974Z Downloaded zone v0.3.0
8272025-03-25T21:37:23.977Z Downloaded getrandom v0.3.1
8282025-03-25T21:37:23.977Z Downloaded powerfmt v0.2.0
8292025-03-25T21:37:23.977Z Downloaded zerocopy v0.6.6
8302025-03-25T21:37:23.980Z Downloaded nu-ansi-term v0.50.1
8312025-03-25T21:37:23.984Z Downloaded zone_cfg_derive v0.3.0
8322025-03-25T21:37:23.984Z Downloaded newtype_derive v0.1.6
8332025-03-25T21:37:23.987Z Downloaded postgres-protocol v0.6.8
8342025-03-25T21:37:23.987Z Downloaded foreign-types v0.5.0
8352025-03-25T21:37:23.991Z Downloaded either v1.14.0
8362025-03-25T21:37:23.991Z Downloaded mockall_derive v0.13.1
8372025-03-25T21:37:23.997Z Downloaded flume v0.11.1
8382025-03-25T21:37:24.001Z Downloaded rtoolbox v0.0.2
8392025-03-25T21:37:24.001Z Downloaded olpc-cjson v0.1.4
8402025-03-25T21:37:24.001Z Downloaded form_urlencoded v1.2.1
8412025-03-25T21:37:24.004Z Downloaded diesel-dtrace v0.4.2
8422025-03-25T21:37:24.004Z Downloaded oso-derive v0.27.3
8432025-03-25T21:37:24.004Z Downloaded url v2.5.3
8442025-03-25T21:37:24.007Z Downloaded unicode-bidi v0.3.17
8452025-03-25T21:37:24.011Z Downloaded tinyvec_macros v0.1.1
8462025-03-25T21:37:24.011Z Downloaded group v0.13.0
8472025-03-25T21:37:24.014Z Downloaded signal-hook-tokio v0.3.1
8482025-03-25T21:37:24.014Z Downloaded pkcs1 v0.7.5
8492025-03-25T21:37:24.017Z Downloaded quinn-udp v0.5.5
8502025-03-25T21:37:24.021Z Downloaded sync_wrapper v1.0.1
8512025-03-25T21:37:24.022Z Downloaded spin v0.9.8
8522025-03-25T21:37:24.027Z Downloaded fatfs v0.3.6
8532025-03-25T21:37:24.030Z Downloaded hashbrown v0.12.3
8542025-03-25T21:37:24.030Z Downloaded serde-hex v0.1.0
8552025-03-25T21:37:24.034Z Downloaded toolchain_find v0.4.0
8562025-03-25T21:37:24.037Z Downloaded secrecy v0.8.0
8572025-03-25T21:37:24.037Z Downloaded defmt-macros v0.3.9
8582025-03-25T21:37:24.040Z Downloaded ref-cast v1.0.23
8592025-03-25T21:37:24.043Z Downloaded tar v0.4.44
8602025-03-25T21:37:24.047Z Downloaded rand_xorshift v0.3.0
8612025-03-25T21:37:24.047Z Downloaded progenitor-macro v0.8.0
8622025-03-25T21:37:24.051Z Downloaded futures-core v0.3.31
8632025-03-25T21:37:24.051Z Downloaded derive_builder_core v0.20.2
8642025-03-25T21:37:24.054Z Downloaded progenitor v0.8.0
8652025-03-25T21:37:24.054Z Downloaded fd-lock v4.0.2
8662025-03-25T21:37:24.057Z Downloaded rustc_version v0.4.1
8672025-03-25T21:37:24.057Z Downloaded postcard v1.0.10
8682025-03-25T21:37:24.061Z Downloaded fixedbitset v0.5.7
8692025-03-25T21:37:24.064Z Downloaded ed25519-dalek v2.1.1
8702025-03-25T21:37:24.069Z Downloaded foreign-types v0.3.2
8712025-03-25T21:37:24.069Z Downloaded phf v0.11.2
8722025-03-25T21:37:24.072Z Downloaded rand_chacha v0.9.0
8732025-03-25T21:37:24.072Z Downloaded reedline v0.38.0
8742025-03-25T21:37:24.078Z Downloaded rusty-fork v0.3.0
8752025-03-25T21:37:24.081Z Downloaded unicode-normalization v0.1.24
8762025-03-25T21:37:24.085Z Downloaded float-ord v0.3.2
8772025-03-25T21:37:24.088Z Downloaded derive-where v1.2.7
8782025-03-25T21:37:24.092Z Downloaded display-error-chain v0.2.2
8792025-03-25T21:37:24.092Z Downloaded elliptic-curve v0.13.8
8802025-03-25T21:37:24.096Z Downloaded typify v0.2.0
8812025-03-25T21:37:24.100Z Downloaded paste v1.0.15
8822025-03-25T21:37:24.103Z Downloaded num_threads v0.1.7
8832025-03-25T21:37:24.107Z Downloaded float-cmp v0.10.0
8842025-03-25T21:37:24.107Z Downloaded dropshot_endpoint v0.12.0
8852025-03-25T21:37:24.110Z Downloaded rand v0.8.5
8862025-03-25T21:37:24.113Z Downloaded radium v0.7.0
8872025-03-25T21:37:24.117Z Downloaded darling_macro v0.20.10
8882025-03-25T21:37:24.117Z Downloaded proc-macro-error-attr2 v2.0.0
8892025-03-25T21:37:24.117Z Downloaded progenitor-macro v0.9.1
8902025-03-25T21:37:24.120Z Downloaded walkdir v2.5.0
8912025-03-25T21:37:24.120Z Downloaded vte_generate_state_changes v0.1.2
8922025-03-25T21:37:24.120Z Downloaded sync-ptr v0.1.1
8932025-03-25T21:37:24.123Z Downloaded slog-scope v4.4.0
8942025-03-25T21:37:24.123Z Downloaded tap v1.0.1
8952025-03-25T21:37:24.126Z Downloaded ssh-cipher v0.2.0
8962025-03-25T21:37:24.126Z Downloaded futures-macro v0.3.31
8972025-03-25T21:37:24.127Z Downloaded rustfmt-wrapper v0.2.1
8982025-03-25T21:37:24.130Z Downloaded zopfli v0.8.1
8992025-03-25T21:37:24.133Z Downloaded pkcs8 v0.10.2
9002025-03-25T21:37:24.137Z Downloaded enum-as-inner v0.6.1
9012025-03-25T21:37:24.137Z Downloaded omicron-zone-package v0.12.0
9022025-03-25T21:37:24.140Z Downloaded write16 v1.0.0
9032025-03-25T21:37:24.140Z Downloaded diesel_table_macro_syntax v0.2.0
9042025-03-25T21:37:24.144Z Downloaded tokio-native-tls v0.3.1
9052025-03-25T21:37:24.144Z Downloaded serde_repr v0.1.19
9062025-03-25T21:37:24.147Z Downloaded hash32 v0.3.1
9072025-03-25T21:37:24.150Z Downloaded tinystr v0.7.6
9082025-03-25T21:37:24.150Z Downloaded futures-io v0.3.31
9092025-03-25T21:37:24.153Z Downloaded num v0.4.3
9102025-03-25T21:37:24.153Z Downloaded zerovec-derive v0.10.3
9112025-03-25T21:37:24.153Z Downloaded ron v0.7.1
9122025-03-25T21:37:24.159Z Downloaded wait-timeout v0.2.0
9132025-03-25T21:37:24.162Z Downloaded tungstenite v0.21.0
9142025-03-25T21:37:24.165Z Downloaded data-encoding v2.6.0
9152025-03-25T21:37:24.169Z Downloaded foreign-types-macros v0.2.3
9162025-03-25T21:37:24.169Z Downloaded itertools v0.10.5
9172025-03-25T21:37:24.173Z Downloaded fallible-iterator v0.2.0
9182025-03-25T21:37:24.177Z Downloaded ed25519 v2.2.3
9192025-03-25T21:37:24.177Z Downloaded openssl-probe v0.1.5
9202025-03-25T21:37:24.180Z Downloaded xattr v1.3.1
9212025-03-25T21:37:24.180Z Downloaded openssl-macros v0.1.1
9222025-03-25T21:37:24.183Z Downloaded dyn-clone v1.0.19
9232025-03-25T21:37:24.183Z Downloaded difflib v0.4.0
9242025-03-25T21:37:24.187Z Downloaded pkcs5 v0.7.1
9252025-03-25T21:37:24.190Z Downloaded pkg-config v0.3.31
9262025-03-25T21:37:24.190Z Downloaded xz2 v0.1.7
9272025-03-25T21:37:24.193Z Downloaded vte v0.11.1
9282025-03-25T21:37:24.196Z Downloaded value-bag v1.9.0
9292025-03-25T21:37:24.200Z Downloaded futures-executor v0.3.31
9302025-03-25T21:37:24.200Z Downloaded vsss-rs v3.3.4
9312025-03-25T21:37:24.203Z Downloaded zerocopy-derive v0.8.10
9322025-03-25T21:37:24.208Z Downloaded want v0.3.1
9332025-03-25T21:37:24.211Z Downloaded derive_builder_macro v0.20.2
9342025-03-25T21:37:24.211Z Downloaded primeorder v0.13.6
9352025-03-25T21:37:24.214Z Downloaded typify v0.3.0
9362025-03-25T21:37:24.218Z Downloaded fragile v2.0.0
9372025-03-25T21:37:24.218Z Downloaded der v0.7.9
9382025-03-25T21:37:24.223Z Downloaded same-file v1.0.6
9392025-03-25T21:37:24.226Z Downloaded dirs-next v2.0.0
9402025-03-25T21:37:24.226Z Downloaded futures-channel v0.3.31
9412025-03-25T21:37:24.230Z Downloaded ecdsa v0.16.9
9422025-03-25T21:37:24.233Z Downloaded peg-macros v0.8.5
9432025-03-25T21:37:24.233Z Downloaded regex-syntax v0.6.29
9442025-03-25T21:37:24.240Z Downloaded percent-encoding v2.3.1
9452025-03-25T21:37:24.243Z Downloaded globset v0.4.15
9462025-03-25T21:37:24.243Z Downloaded rustversion v1.0.17
9472025-03-25T21:37:24.247Z Downloaded rayon v1.10.0
9482025-03-25T21:37:24.255Z Downloaded rustls-pemfile v2.2.0
9492025-03-25T21:37:24.259Z Downloaded portable-atomic v1.9.0
9502025-03-25T21:37:24.266Z Downloaded ppv-lite86 v0.2.20
9512025-03-25T21:37:24.269Z Downloaded signature v2.2.0
9522025-03-25T21:37:24.269Z Downloaded packed_struct v0.10.1
9532025-03-25T21:37:24.272Z Downloaded string_cache v0.8.7
9542025-03-25T21:37:24.272Z Downloaded fs_extra v1.3.0
9552025-03-25T21:37:24.276Z Downloaded pem v3.0.5
9562025-03-25T21:37:24.276Z Downloaded tough v0.19.0
9572025-03-25T21:37:24.284Z Downloaded glob v0.3.2
9582025-03-25T21:37:24.287Z Downloaded num_enum_derive v0.5.11
9592025-03-25T21:37:24.287Z Downloaded rustls-pemfile v1.0.4
9602025-03-25T21:37:24.290Z Downloaded tabwriter v1.4.0
9612025-03-25T21:37:24.290Z Downloaded test-strategy v0.4.0
9622025-03-25T21:37:24.294Z Downloaded shell-words v1.1.0
9632025-03-25T21:37:24.298Z Downloaded poly1305 v0.8.0
9642025-03-25T21:37:24.301Z Downloaded sqlformat v0.2.6
9652025-03-25T21:37:24.301Z Downloaded postgres-types v0.2.9
9662025-03-25T21:37:24.304Z Downloaded parking_lot v0.11.2
9672025-03-25T21:37:24.308Z Downloaded similar v2.7.0
9682025-03-25T21:37:24.312Z Downloaded serde_with_macros v3.12.0
9692025-03-25T21:37:24.315Z Downloaded simd-adler32 v0.3.7
9702025-03-25T21:37:24.318Z Downloaded half v2.4.1
9712025-03-25T21:37:24.318Z Downloaded serde_yaml v0.9.34+deprecated
9722025-03-25T21:37:24.323Z Downloaded diff v0.1.13
9732025-03-25T21:37:24.327Z Downloaded shlex v1.3.0
9742025-03-25T21:37:24.331Z Downloaded zip v2.1.3
9752025-03-25T21:37:24.335Z Downloaded pem-rfc7468 v0.7.0
9762025-03-25T21:37:24.341Z Downloaded vergen v8.3.2
9772025-03-25T21:37:24.341Z Downloaded salsa20 v0.10.2
9782025-03-25T21:37:24.344Z Downloaded ratatui v0.29.0
9792025-03-25T21:37:24.362Z Downloaded writeable v0.5.5
9802025-03-25T21:37:24.366Z Downloaded ff v0.13.0
9812025-03-25T21:37:24.366Z Downloaded snafu-derive v0.8.5
9822025-03-25T21:37:24.369Z Downloaded nom v7.1.3
9832025-03-25T21:37:24.376Z Downloaded tinyvec v1.8.0
9842025-03-25T21:37:24.379Z Downloaded num-bigint v0.4.6
9852025-03-25T21:37:24.383Z Downloaded darling_core v0.20.10
9862025-03-25T21:37:24.386Z Downloaded slog v2.7.0
9872025-03-25T21:37:24.389Z Downloaded oso v0.27.3
9882025-03-25T21:37:24.393Z Downloaded samael v0.0.18
9892025-03-25T21:37:24.399Z Downloaded tracing v0.1.40
9902025-03-25T21:37:24.404Z Downloaded openssl-sys v0.9.106
9912025-03-25T21:37:24.410Z Downloaded steno v0.4.1
9922025-03-25T21:37:24.414Z Downloaded russh v0.45.0
9932025-03-25T21:37:24.420Z Downloaded subprocess v0.2.9
9942025-03-25T21:37:24.423Z Downloaded rustls v0.23.19
9952025-03-25T21:37:24.436Z Downloaded pretty_assertions v1.4.1
9962025-03-25T21:37:24.439Z Downloaded icu_properties_data v1.5.0
9972025-03-25T21:37:24.451Z Downloaded serde_with v3.12.0
9982025-03-25T21:37:24.459Z Downloaded ssh-key v0.6.6
9992025-03-25T21:37:24.470Z Downloaded x509-cert v0.2.5
10002025-03-25T21:37:24.474Z Downloaded zip v0.6.6
10012025-03-25T21:37:24.478Z Downloaded tokio-util v0.7.13
10022025-03-25T21:37:24.486Z Downloaded zerovec v0.10.4
10032025-03-25T21:37:24.492Z Downloaded typed-path v0.9.3
10042025-03-25T21:37:24.499Z Downloaded git2 v0.19.0
10052025-03-25T21:37:24.509Z Downloaded dropshot v0.12.0
10062025-03-25T21:37:24.531Z Downloaded rustls v0.22.4
10072025-03-25T21:37:24.546Z Downloaded time v0.3.36
10082025-03-25T21:37:24.553Z Downloaded p521 v0.13.3
10092025-03-25T21:37:24.557Z Downloaded sqlparser v0.45.0
10102025-03-25T21:37:24.564Z Downloaded winnow v0.5.40
10112025-03-25T21:37:24.573Z Downloaded salty v0.3.0
10122025-03-25T21:37:24.580Z Downloaded rustls-webpki v0.101.7
10132025-03-25T21:37:24.596Z Downloaded winnow v0.6.20
10142025-03-25T21:37:24.605Z Downloaded smoltcp v0.9.1
10152025-03-25T21:37:24.617Z Downloaded vcpkg v0.2.15
10162025-03-25T21:37:24.657Z Downloaded h2 v0.4.6
10172025-03-25T21:37:24.664Z Downloaded zerocopy v0.8.10
10182025-03-25T21:37:24.691Z Downloaded petname v2.0.2
10192025-03-25T21:37:24.696Z Downloaded smoltcp v0.11.0
10202025-03-25T21:37:24.709Z Downloaded object v0.30.4
10212025-03-25T21:37:24.721Z Downloaded nix v0.29.0
10222025-03-25T21:37:24.732Z Downloaded nix v0.28.0
10232025-03-25T21:37:24.744Z Downloaded polar-core v0.27.3
10242025-03-25T21:37:24.754Z Downloaded openssl v0.10.71
10252025-03-25T21:37:24.764Z Downloaded dropshot v0.16.0
10262025-03-25T21:37:24.786Z Downloaded openapiv3 v2.0.0
10272025-03-25T21:37:24.798Z Downloaded regress v0.10.3
10282025-03-25T21:37:24.807Z Downloaded typify-impl v0.3.0
10292025-03-25T21:37:24.823Z Downloaded regex-syntax v0.8.5
10302025-03-25T21:37:24.833Z Downloaded nix v0.27.1
10312025-03-25T21:37:24.843Z Downloaded object v0.36.5
10322025-03-25T21:37:24.858Z Downloaded zerocopy-derive v0.6.6
10332025-03-25T21:37:24.866Z Downloaded hickory-proto v0.24.4
10342025-03-25T21:37:24.882Z Downloaded tabled v0.18.0
10352025-03-25T21:37:24.899Z Downloaded regex v1.11.1
10362025-03-25T21:37:24.912Z Downloaded typify-impl v0.2.0
10372025-03-25T21:37:24.929Z Downloaded lzma-sys v0.1.20
10382025-03-25T21:37:24.960Z Downloaded radix_trie v0.2.1
10392025-03-25T21:37:24.964Z Downloaded quinn-proto v0.11.8
10402025-03-25T21:37:24.972Z Downloaded gimli v0.31.1
10412025-03-25T21:37:24.979Z Downloaded rustls-webpki v0.102.8
10422025-03-25T21:37:24.996Z Downloaded curve25519-dalek v4.1.3
10432025-03-25T21:37:25.005Z Downloaded webpki-roots v0.26.6
10442025-03-25T21:37:25.009Z Downloaded regex-automata v0.4.8
10452025-03-25T21:37:25.026Z Downloaded parking_lot v0.12.3
10462025-03-25T21:37:25.030Z Downloaded toml v0.7.8
10472025-03-25T21:37:25.033Z Downloaded petgraph v0.6.5
10482025-03-25T21:37:25.050Z Downloaded libz-sys v1.1.20
10492025-03-25T21:37:25.072Z Downloaded petgraph v0.7.1
10502025-03-25T21:37:25.090Z Downloaded prettyplease v0.2.30
10512025-03-25T21:37:25.094Z Downloaded progenitor-impl v0.9.1
10522025-03-25T21:37:25.097Z Downloaded sha3 v0.10.8
10532025-03-25T21:37:25.100Z Downloaded hash32 v0.2.1
10542025-03-25T21:37:25.105Z Downloaded rsa v0.9.6
10552025-03-25T21:37:25.109Z Downloaded rand v0.9.0
10562025-03-25T21:37:25.112Z Downloaded tokio v1.43.0
10572025-03-25T21:37:25.149Z Downloaded defmt-parser v0.3.4
10582025-03-25T21:37:25.152Z Downloaded tiny-keccak v2.0.2
10592025-03-25T21:37:25.155Z Downloaded parking_lot_core v0.9.10
10602025-03-25T21:37:25.155Z Downloaded dirs-sys-next v0.1.2
10612025-03-25T21:37:25.159Z Downloaded parking_lot_core v0.8.6
10622025-03-25T21:37:25.159Z Downloaded toml_edit v0.19.15
10632025-03-25T21:37:25.175Z Downloaded rustyline v14.0.0
10642025-03-25T21:37:25.180Z Downloaded ron v0.8.1
10652025-03-25T21:37:25.184Z Downloaded tower v0.5.2
10662025-03-25T21:37:25.193Z Downloaded mio v1.0.2
10672025-03-25T21:37:25.200Z Downloaded expectorate v1.1.0
10682025-03-25T21:37:25.203Z Downloaded hkdf v0.12.4
10692025-03-25T21:37:25.203Z Downloaded socket2 v0.5.8
10702025-03-25T21:37:25.207Z Downloaded fixedbitset v0.4.2
10712025-03-25T21:37:25.207Z Downloaded tokio-rustls v0.24.1
10722025-03-25T21:37:25.212Z Downloaded rfc6979 v0.4.0
10732025-03-25T21:37:25.212Z Downloaded thread_local v1.1.8
10742025-03-25T21:37:25.212Z Downloaded flate2 v1.1.0
10752025-03-25T21:37:25.216Z Downloaded rand_seeder v0.3.0
10762025-03-25T21:37:25.219Z Downloaded filetime v0.2.25
10772025-03-25T21:37:25.219Z Downloaded encoding_rs v0.8.34
10782025-03-25T21:37:25.242Z Downloaded zeroize_derive v1.4.2
10792025-03-25T21:37:25.245Z Downloaded rustls v0.21.12
10802025-03-25T21:37:25.252Z Downloaded darling v0.20.10
10812025-03-25T21:37:25.257Z Downloaded slog-stdlog v4.1.1
10822025-03-25T21:37:25.261Z Downloaded slog-dtrace v0.3.0
10832025-03-25T21:37:25.261Z Downloaded libgit2-sys v0.17.0+1.8.1
10842025-03-25T21:37:25.316Z Downloaded getrandom v0.2.15
10852025-03-25T21:37:25.319Z Downloaded diesel v2.2.8
10862025-03-25T21:37:25.336Z Downloaded psl-types v2.0.11
10872025-03-25T21:37:25.342Z Downloaded parse-display v0.10.0
10882025-03-25T21:37:25.342Z Downloaded env_logger v0.11.5
10892025-03-25T21:37:25.346Z Downloaded yansi v1.0.1
10902025-03-25T21:37:25.346Z Downloaded hashbrown v0.13.2
10912025-03-25T21:37:25.353Z Downloaded embedded-io v0.4.0
10922025-03-25T21:37:25.353Z Downloaded polyval v0.6.2
10932025-03-25T21:37:25.358Z Downloaded phf_generator v0.11.2
10942025-03-25T21:37:25.358Z Downloaded pbkdf2 v0.12.2
10952025-03-25T21:37:25.358Z Downloaded pbkdf2 v0.11.0
10962025-03-25T21:37:25.358Z Downloaded derive_builder v0.20.2
10972025-03-25T21:37:25.362Z Downloaded foldhash v0.1.3
10982025-03-25T21:37:25.362Z Downloaded document-features v0.2.10
10992025-03-25T21:37:25.362Z Downloaded der_derive v0.7.3
11002025-03-25T21:37:25.366Z Downloaded env_filter v0.1.2
11012025-03-25T21:37:25.366Z Downloaded universal-hash v0.5.1
11022025-03-25T21:37:25.366Z Downloaded unicode-xid v0.2.6
11032025-03-25T21:37:25.371Z Downloaded unicode-truncate v1.1.0
11042025-03-25T21:37:25.371Z Downloaded unicase v2.7.0
11052025-03-25T21:37:25.371Z Downloaded typify-macro v0.2.0
11062025-03-25T21:37:25.371Z Downloaded tokio-rustls v0.26.0
11072025-03-25T21:37:25.375Z Downloaded ring v0.17.11
11082025-03-25T21:37:25.413Z Downloaded tokio-rustls v0.25.0
11092025-03-25T21:37:25.416Z Downloaded smallvec v1.14.0
11102025-03-25T21:37:25.420Z Downloaded qorb v0.2.1
11112025-03-25T21:37:25.423Z Downloaded slab v0.4.9
11122025-03-25T21:37:25.423Z Downloaded progenitor-client v0.9.1
11132025-03-25T21:37:25.423Z Downloaded progenitor v0.9.1
11142025-03-25T21:37:25.426Z Downloaded num-bigint-dig v0.8.4
11152025-03-25T21:37:25.429Z Downloaded signal-hook-registry v1.4.2
11162025-03-25T21:37:25.429Z Downloaded zeroize v1.8.1
11172025-03-25T21:37:25.433Z Downloaded rpassword v7.3.1
11182025-03-25T21:37:25.433Z Downloaded p256 v0.13.2
11192025-03-25T21:37:25.440Z Downloaded hyper-util v0.1.10
11202025-03-25T21:37:25.444Z Downloaded csv v1.3.1
11212025-03-25T21:37:25.458Z Downloaded num-traits v0.2.19
11222025-03-25T21:37:25.461Z Downloaded num-integer v0.1.46
11232025-03-25T21:37:25.467Z Downloaded unicode_categories v0.1.1
11242025-03-25T21:37:25.467Z Downloaded multimap v0.10.0
11252025-03-25T21:37:25.467Z Downloaded tracing-core v0.1.32
11262025-03-25T21:37:25.470Z Downloaded predicates-core v1.0.8
11272025-03-25T21:37:25.470Z Downloaded resolv-conf v0.7.0
11282025-03-25T21:37:25.470Z Downloaded rand_core v0.9.2
11292025-03-25T21:37:25.474Z Downloaded endian-type v0.1.2
11302025-03-25T21:37:25.474Z Downloaded daft-derive v0.1.2
11312025-03-25T21:37:25.477Z Downloaded mime_guess v2.0.5
11322025-03-25T21:37:25.477Z Downloaded progenitor-client v0.8.0
11332025-03-25T21:37:25.477Z Downloaded icu_collections v1.5.0
11342025-03-25T21:37:25.484Z Downloaded inout v0.1.3
11352025-03-25T21:37:25.487Z Downloaded ident_case v1.0.1
11362025-03-25T21:37:25.487Z Downloaded ref-cast-impl v1.0.23
11372025-03-25T21:37:25.487Z Downloaded rand_core v0.6.4
11382025-03-25T21:37:25.487Z Downloaded chrono v0.4.40
11392025-03-25T21:37:25.495Z Downloaded termcolor v1.4.1
11402025-03-25T21:37:25.500Z Downloaded strum_macros v0.24.3
11412025-03-25T21:37:25.500Z Downloaded schemars v0.8.22
11422025-03-25T21:37:25.507Z Downloaded indoc v1.0.9
11432025-03-25T21:37:25.511Z Downloaded const_format v0.2.34
11442025-03-25T21:37:25.514Z Downloaded maplit v1.0.2
11452025-03-25T21:37:25.518Z Downloaded itertools v0.13.0
11462025-03-25T21:37:25.521Z Downloaded indexmap v1.9.3
11472025-03-25T21:37:25.525Z Downloaded backtrace v0.3.74
11482025-03-25T21:37:25.529Z Downloaded lru-cache v0.1.2
11492025-03-25T21:37:25.532Z Downloaded crossbeam-channel v0.5.13
11502025-03-25T21:37:25.536Z Downloaded chacha20poly1305 v0.10.1
11512025-03-25T21:37:25.543Z Downloaded base64 v0.13.1
11522025-03-25T21:37:25.543Z Downloaded console v0.15.10
11532025-03-25T21:37:25.546Z Downloaded clang-sys v1.8.1
11542025-03-25T21:37:25.546Z Downloaded stable_deref_trait v1.2.0
11552025-03-25T21:37:25.546Z Downloaded icu_locid_transform v1.5.0
11562025-03-25T21:37:25.549Z Downloaded cobs v0.2.3
11572025-03-25T21:37:25.549Z Downloaded ciborium v0.2.2
11582025-03-25T21:37:25.552Z Downloaded bit-vec v0.8.0
11592025-03-25T21:37:25.553Z Downloaded arrayvec v0.7.6
11602025-03-25T21:37:25.556Z Downloaded backoff v0.4.0
11612025-03-25T21:37:25.556Z Downloaded md5 v0.7.0
11622025-03-25T21:37:25.556Z Downloaded linear-map v1.2.0
11632025-03-25T21:37:25.560Z Downloaded lalrpop-util v0.19.12
11642025-03-25T21:37:25.560Z Downloaded idna_adapter v1.2.0
11652025-03-25T21:37:25.560Z Downloaded csv-core v0.1.11
11662025-03-25T21:37:25.563Z Downloaded cmake v0.1.51
11672025-03-25T21:37:25.563Z Downloaded ciborium-io v0.2.2
11682025-03-25T21:37:25.563Z Downloaded chrono-tz-build v0.4.0
11692025-03-25T21:37:25.563Z Downloaded chacha20 v0.9.1
11702025-03-25T21:37:25.567Z Downloaded cexpr v0.6.0
11712025-03-25T21:37:25.567Z Downloaded bit-vec v0.6.3
11722025-03-25T21:37:25.571Z Downloaded async-trait v0.1.87
11732025-03-25T21:37:25.571Z Downloaded async-bb8-diesel v0.2.1
11742025-03-25T21:37:25.575Z Downloaded assert_matches v1.5.0
11752025-03-25T21:37:25.575Z Downloaded hubpack_derive v0.1.1
11762025-03-25T21:37:25.575Z Downloaded crc v3.2.1
11772025-03-25T21:37:25.579Z Downloaded cfg_aliases v0.2.1
11782025-03-25T21:37:25.579Z Downloaded atomic-waker v1.1.2
11792025-03-25T21:37:25.579Z Downloaded cookie v0.18.1
11802025-03-25T21:37:25.582Z Downloaded cfg_aliases v0.1.1
11812025-03-25T21:37:25.582Z Downloaded atty v0.2.14
11822025-03-25T21:37:25.582Z Downloaded gethostname v0.5.0
11832025-03-25T21:37:25.586Z Downloaded heapless v0.7.17
11842025-03-25T21:37:25.589Z Downloaded array-init v0.0.4
11852025-03-25T21:37:25.589Z Downloaded crc-catalog v2.4.0
11862025-03-25T21:37:25.589Z Downloaded atomicwrites v0.4.4
11872025-03-25T21:37:25.603Z Downloaded cc v1.2.15
11882025-03-25T21:37:25.607Z Downloaded libsw v3.4.0
11892025-03-25T21:37:25.607Z Downloaded cargo_metadata v0.18.1
11902025-03-25T21:37:25.607Z Downloaded bumpalo v3.16.0
11912025-03-25T21:37:25.607Z Downloaded allocator-api2 v0.2.18
11922025-03-25T21:37:25.607Z Downloaded blowfish v0.9.1
11932025-03-25T21:37:25.607Z Downloaded adler2 v2.0.0
11942025-03-25T21:37:25.607Z Downloaded bzip2 v0.4.4
11952025-03-25T21:37:25.607Z Downloaded bytes v1.10.1
11962025-03-25T21:37:25.610Z Downloaded bcs v0.1.6
11972025-03-25T21:37:25.614Z Downloaded aead v0.5.2
11982025-03-25T21:37:25.614Z Downloaded cbc v0.1.2
11992025-03-25T21:37:25.614Z Downloaded cassowary v0.3.0
12002025-03-25T21:37:25.617Z Downloaded block-padding v0.3.3
12012025-03-25T21:37:25.617Z Downloaded base64ct v1.6.0
12022025-03-25T21:37:25.620Z Downloaded base64 v0.21.7
12032025-03-25T21:37:25.624Z Downloaded libm v0.2.8
12042025-03-25T21:37:25.630Z Downloaded bitvec v1.0.1
12052025-03-25T21:37:25.643Z Downloaded bitfield-struct v0.6.2
12062025-03-25T21:37:25.647Z Downloaded linked-hash-map v0.5.6
12072025-03-25T21:37:25.647Z Downloaded internet-checksum v0.2.1
12082025-03-25T21:37:25.647Z Downloaded async-stream-impl v0.3.6
12092025-03-25T21:37:25.892Z Downloaded aws-lc-sys v0.26.0
12102025-03-25T21:37:26.217Z Compiling serde v1.0.218
12112025-03-25T21:37:26.220Z Compiling value-bag v1.9.0
12122025-03-25T21:37:26.220Z Compiling lock_api v0.4.12
12132025-03-25T21:37:26.220Z Compiling scopeguard v1.2.0
12142025-03-25T21:37:26.220Z Compiling typenum v1.17.0
12152025-03-25T21:37:26.374Z Compiling shlex v1.3.0
12162025-03-25T21:37:26.416Z Compiling syn v2.0.98
12172025-03-25T21:37:26.431Z Compiling getrandom v0.2.15
12182025-03-25T21:37:26.549Z Compiling jobserver v0.1.32
12192025-03-25T21:37:26.721Z Compiling rand_core v0.6.4
12202025-03-25T21:37:26.844Z Compiling log v0.4.22
12212025-03-25T21:37:26.945Z Compiling generic-array v0.14.7
12222025-03-25T21:37:26.966Z Compiling cc v1.2.15
12232025-03-25T21:37:27.243Z Compiling subtle v2.6.1
12242025-03-25T21:37:27.265Z Compiling smallvec v1.14.0
12252025-03-25T21:37:27.338Z Compiling const-oid v0.9.6
12262025-03-25T21:37:27.382Z Compiling pin-project-lite v0.2.14
12272025-03-25T21:37:27.539Z Compiling rustix v0.38.37
12282025-03-25T21:37:27.578Z Compiling parking_lot_core v0.9.10
12292025-03-25T21:37:27.599Z Compiling spin v0.9.8
12302025-03-25T21:37:27.637Z Compiling signal-hook-registry v1.4.2
12312025-03-25T21:37:27.998Z Compiling futures-core v0.3.31
12322025-03-25T21:37:28.366Z Compiling mio v1.0.2
12332025-03-25T21:37:28.381Z Compiling aho-corasick v1.1.3
12342025-03-25T21:37:28.515Z Compiling regex-syntax v0.8.5
12352025-03-25T21:37:28.739Z Compiling parking_lot v0.12.3
12362025-03-25T21:37:28.872Z Compiling either v1.14.0
12372025-03-25T21:37:29.298Z Compiling serde_json v1.0.139
12382025-03-25T21:37:29.480Z Compiling stable_deref_trait v1.2.0
12392025-03-25T21:37:29.533Z Compiling glob v0.3.2
12402025-03-25T21:37:29.606Z Compiling socket2 v0.5.8
12412025-03-25T21:37:29.645Z Compiling cpufeatures v0.2.14
12422025-03-25T21:37:29.703Z Compiling prettyplease v0.2.30
12432025-03-25T21:37:29.796Z Compiling futures-sink v0.3.31
12442025-03-25T21:37:29.983Z Compiling libm v0.2.8
12452025-03-25T21:37:30.150Z Compiling lazy_static v1.5.0
12462025-03-25T21:37:30.304Z Compiling slab v0.4.9
12472025-03-25T21:37:30.390Z Compiling num-traits v0.2.19
12482025-03-25T21:37:30.459Z Compiling clang-sys v1.8.1
12492025-03-25T21:37:30.501Z Compiling minimal-lexical v0.2.1
12502025-03-25T21:37:31.002Z Compiling nom v7.1.3
12512025-03-25T21:37:31.024Z Compiling libloading v0.8.5
12522025-03-25T21:37:31.049Z Compiling allocator-api2 v0.2.18
12532025-03-25T21:37:31.236Z Compiling getrandom v0.3.1
12542025-03-25T21:37:31.449Z Compiling home v0.5.9
12552025-03-25T21:37:31.669Z Compiling bindgen v0.69.5
12562025-03-25T21:37:31.842Z Compiling foldhash v0.1.3
12572025-03-25T21:37:31.982Z Compiling pkg-config v0.3.31
12582025-03-25T21:37:32.166Z Compiling hashbrown v0.15.1
12592025-03-25T21:37:32.545Z Compiling regex-automata v0.4.8
12602025-03-25T21:37:33.477Z Compiling itertools v0.12.1
12612025-03-25T21:37:33.625Z Compiling rustc-hash v1.1.0
12622025-03-25T21:37:33.803Z Compiling lazycell v1.3.0
12632025-03-25T21:37:34.002Z Compiling synstructure v0.13.1
12642025-03-25T21:37:34.440Z Compiling cexpr v0.6.0
12652025-03-25T21:37:34.778Z Compiling futures-channel v0.3.31
12662025-03-25T21:37:35.190Z Compiling cmake v0.1.51
12672025-03-25T21:37:35.377Z Compiling pin-utils v0.1.0
12682025-03-25T21:37:35.490Z Compiling futures-io v0.3.31
12692025-03-25T21:37:35.781Z Compiling fs_extra v1.3.0
12702025-03-25T21:37:36.036Z Compiling dunce v1.0.5
12712025-03-25T21:37:36.055Z Compiling futures-task v0.3.31
12722025-03-25T21:37:36.187Z Compiling base64ct v1.6.0
12732025-03-25T21:37:36.347Z Compiling paste v1.0.15
12742025-03-25T21:37:36.370Z Compiling ring v0.17.11
12752025-03-25T21:37:36.374Z Compiling writeable v0.5.5
12762025-03-25T21:37:36.784Z Compiling pem-rfc7468 v0.7.0
12772025-03-25T21:37:36.907Z Compiling litemap v0.7.3
12782025-03-25T21:37:36.950Z Compiling flagset v0.4.6
12792025-03-25T21:37:37.310Z Compiling aws-lc-rs v1.12.4
12802025-03-25T21:37:37.406Z Compiling regex v1.11.1
12812025-03-25T21:37:37.458Z Compiling rustls-pki-types v1.10.0
12822025-03-25T21:37:37.758Z Compiling icu_locid_transform_data v1.5.0
12832025-03-25T21:37:37.857Z Compiling vcpkg v0.2.15
12842025-03-25T21:37:38.186Z Compiling crossbeam-utils v0.8.20
12852025-03-25T21:37:38.328Z Compiling tracing-core v0.1.32
12862025-03-25T21:37:38.416Z Compiling icu_properties_data v1.5.0
12872025-03-25T21:37:38.665Z Compiling untrusted v0.7.1
12882025-03-25T21:37:38.766Z Compiling powerfmt v0.2.0
12892025-03-25T21:37:38.879Z Compiling untrusted v0.9.0
12902025-03-25T21:37:39.088Z Compiling percent-encoding v2.3.1
12912025-03-25T21:37:39.105Z Compiling serde_derive v1.0.218
12922025-03-25T21:37:39.140Z Compiling zeroize_derive v1.4.2
12932025-03-25T21:37:39.391Z Compiling zerocopy-derive v0.7.35
12942025-03-25T21:37:39.492Z Compiling tokio-macros v2.5.0
12952025-03-25T21:37:39.512Z Compiling zerofrom-derive v0.1.4
12962025-03-25T21:37:40.479Z Compiling zeroize v1.8.1
12972025-03-25T21:37:40.930Z Compiling yoke-derive v0.7.4
12982025-03-25T21:37:41.207Z Compiling displaydoc v0.2.5
12992025-03-25T21:37:41.315Z Compiling zerocopy v0.7.35
13002025-03-25T21:37:42.153Z Compiling crypto-common v0.1.6
13012025-03-25T21:37:42.400Z Compiling block-buffer v0.10.4
13022025-03-25T21:37:42.652Z Compiling digest v0.10.7
13032025-03-25T21:37:42.681Z Compiling block-padding v0.3.3
13042025-03-25T21:37:42.685Z Compiling zerovec-derive v0.10.3
13052025-03-25T21:37:42.852Z Compiling zerofrom v0.1.4
13062025-03-25T21:37:42.944Z Compiling inout v0.1.3
13072025-03-25T21:37:43.086Z Compiling hmac v0.12.1
13082025-03-25T21:37:43.112Z Compiling thiserror-impl v1.0.69
13092025-03-25T21:37:43.204Z Compiling futures-macro v0.3.31
13102025-03-25T21:37:43.409Z Compiling cipher v0.4.4
13112025-03-25T21:37:43.431Z Compiling sha2 v0.10.8
13122025-03-25T21:37:43.494Z Compiling yoke v0.7.4
13132025-03-25T21:37:43.874Z Compiling der_derive v0.7.3
13142025-03-25T21:37:43.922Z Compiling icu_provider_macros v1.5.0
13152025-03-25T21:37:45.003Z Compiling salsa20 v0.10.2
13162025-03-25T21:37:45.024Z Compiling futures-util v0.3.31
13172025-03-25T21:37:45.146Z Compiling zerovec v0.10.4
13182025-03-25T21:37:45.228Z Compiling pbkdf2 v0.12.2
13192025-03-25T21:37:45.416Z Compiling ppv-lite86 v0.2.20
13202025-03-25T21:37:45.939Z Compiling thiserror v1.0.69
13212025-03-25T21:37:46.002Z Compiling der v0.7.9
13222025-03-25T21:37:46.089Z Compiling pest v2.7.14
13232025-03-25T21:37:46.152Z Compiling scrypt v0.11.0
13242025-03-25T21:37:46.605Z Compiling cbc v0.1.2
13252025-03-25T21:37:46.702Z Compiling aes v0.8.4
13262025-03-25T21:37:46.873Z Compiling tinystr v0.7.6
13272025-03-25T21:37:46.944Z Compiling icu_collections v1.5.0
13282025-03-25T21:37:47.071Z Compiling openssl-sys v0.9.106
13292025-03-25T21:37:47.266Z Compiling icu_locid v1.5.0
13302025-03-25T21:37:48.160Z Compiling spki v0.7.3
13312025-03-25T21:37:48.205Z Compiling tracing-attributes v0.1.27
13322025-03-25T21:37:48.597Z Compiling icu_provider v1.5.0
13332025-03-25T21:37:48.931Z Compiling iana-time-zone v0.1.61
13342025-03-25T21:37:49.213Z Compiling httparse v1.9.5
13352025-03-25T21:37:49.325Z Compiling time-core v0.1.2
13362025-03-25T21:37:49.361Z Compiling icu_locid_transform v1.5.0
13372025-03-25T21:37:49.515Z Compiling num-conv v0.1.0
13382025-03-25T21:37:49.547Z Compiling pest_meta v2.7.14
13392025-03-25T21:37:49.609Z Compiling pkcs5 v0.7.1
13402025-03-25T21:37:49.827Z Compiling time-macros v0.2.18
13412025-03-25T21:37:50.212Z Compiling scroll_derive v0.12.0
13422025-03-25T21:37:50.700Z Compiling icu_properties v1.5.1
13432025-03-25T21:37:51.470Z Compiling bitflags v2.6.0
13442025-03-25T21:37:51.608Z Compiling bytes v1.10.1
13452025-03-25T21:37:51.749Z Compiling semver v1.0.25
13462025-03-25T21:37:52.466Z Compiling indexmap v2.7.1
13472025-03-25T21:37:52.930Z Compiling tokio v1.43.0
13482025-03-25T21:37:53.069Z Compiling http v1.2.0
13492025-03-25T21:37:53.824Z Compiling rustc_version v0.4.1
13502025-03-25T21:37:53.877Z Compiling uuid v1.15.1
13512025-03-25T21:37:54.528Z Compiling tracing v0.1.40
13522025-03-25T21:37:54.547Z Compiling chrono v0.4.40
13532025-03-25T21:37:54.607Z Compiling deranged v0.3.11
13542025-03-25T21:37:55.283Z Compiling num_threads v0.1.7
13552025-03-25T21:37:55.413Z Compiling write16 v1.0.0
13562025-03-25T21:37:55.437Z Compiling utf8_iter v1.0.4
13572025-03-25T21:37:55.485Z Compiling utf16_iter v1.0.5
13582025-03-25T21:37:55.572Z Compiling icu_normalizer_data v1.5.0
13592025-03-25T21:37:55.672Z Compiling which v4.4.2
13602025-03-25T21:37:55.694Z Compiling atomic-waker v1.1.2
13612025-03-25T21:37:55.715Z Compiling zerocopy v0.8.10
13622025-03-25T21:37:55.904Z Compiling icu_normalizer v1.5.0
13632025-03-25T21:37:56.150Z Compiling time v0.3.36
13642025-03-25T21:37:56.225Z Compiling http-body v1.0.1
13652025-03-25T21:37:56.481Z Compiling scroll v0.12.0
13662025-03-25T21:37:56.606Z Compiling pest_generator v2.7.14
13672025-03-25T21:37:56.766Z Compiling pkcs8 v0.10.2
13682025-03-25T21:37:57.420Z Compiling zerocopy-derive v0.8.10
13692025-03-25T21:37:57.703Z Compiling serde_derive_internals v0.29.1
13702025-03-25T21:37:57.725Z Compiling tinyvec_macros v0.1.1
13712025-03-25T21:37:57.836Z Compiling slog v2.7.0
13722025-03-25T21:37:57.901Z Compiling schemars v0.8.22
13732025-03-25T21:37:58.282Z Compiling try-lock v0.2.5
13742025-03-25T21:37:58.480Z Compiling want v0.3.1
13752025-03-25T21:37:58.533Z Compiling tinyvec v1.8.0
13762025-03-25T21:37:58.554Z Compiling pest_derive v2.7.14
13772025-03-25T21:37:58.785Z Compiling goblin v0.8.2
13782025-03-25T21:37:59.376Z Compiling idna_adapter v1.2.0
13792025-03-25T21:37:59.612Z Compiling form_urlencoded v1.2.1
13802025-03-25T21:37:59.918Z Compiling foreign-types-shared v0.1.1
13812025-03-25T21:38:00.024Z Compiling schemars_derive v0.8.22
13822025-03-25T21:38:00.048Z Compiling rustversion v1.0.17
13832025-03-25T21:38:00.076Z Compiling dyn-clone v1.0.19
13842025-03-25T21:38:00.310Z Compiling adler2 v2.0.0
13852025-03-25T21:38:00.539Z Compiling httpdate v1.0.3
13862025-03-25T21:38:00.740Z Compiling openssl v0.10.71
13872025-03-25T21:38:00.762Z Compiling tower-service v0.3.3
13882025-03-25T21:38:00.913Z Compiling tokio-util v0.7.13
13892025-03-25T21:38:01.055Z Compiling miniz_oxide v0.8.5
13902025-03-25T21:38:01.199Z Compiling foreign-types v0.3.2
13912025-03-25T21:38:01.313Z Compiling idna v1.0.3
13922025-03-25T21:38:02.171Z Compiling h2 v0.4.6
13932025-03-25T21:38:02.526Z Compiling dtrace-parser v0.2.0
13942025-03-25T21:38:03.295Z Compiling rand_core v0.9.2
13952025-03-25T21:38:03.609Z Compiling serde_spanned v0.6.8
13962025-03-25T21:38:03.761Z Compiling toml_datetime v0.6.8
13972025-03-25T21:38:03.883Z Compiling serde_tokenstream v0.2.2
13982025-03-25T21:38:04.417Z Compiling openssl-macros v0.1.1
13992025-03-25T21:38:04.491Z Compiling bzip2-sys v0.1.11+1.0.8
14002025-03-25T21:38:04.981Z Compiling dof v0.3.0
14012025-03-25T21:38:05.130Z Compiling siphasher v0.3.11
14022025-03-25T21:38:05.530Z Compiling syn v1.0.109
14032025-03-25T21:38:05.584Z Compiling base64 v0.22.1
14042025-03-25T21:38:06.130Z Compiling rustls v0.23.19
14052025-03-25T21:38:06.154Z Compiling native-tls v0.2.12
14062025-03-25T21:38:06.361Z Compiling usdt-impl v0.5.0
14072025-03-25T21:38:06.559Z Compiling rand_chacha v0.9.0
14082025-03-25T21:38:07.641Z Compiling unicode-normalization v0.1.24
14092025-03-25T21:38:07.869Z Compiling crossbeam-epoch v0.9.18
14102025-03-25T21:38:07.898Z Compiling heapless v0.7.17
14112025-03-25T21:38:07.963Z Compiling rand_chacha v0.3.1
14122025-03-25T21:38:08.382Z Compiling signature v2.2.0
14132025-03-25T21:38:08.584Z Compiling dirs-sys-next v0.1.2
14142025-03-25T21:38:08.614Z Compiling cookie v0.18.1
14152025-03-25T21:38:08.699Z Compiling crc32fast v1.4.2
14162025-03-25T21:38:08.732Z Compiling signal-hook v0.3.17
14172025-03-25T21:38:08.941Z Compiling openssl-probe v0.1.5
14182025-03-25T21:38:09.038Z Compiling unicode-bidi v0.3.17
14192025-03-25T21:38:09.058Z Compiling rustls v0.22.4
14202025-03-25T21:38:09.143Z Compiling unicode-properties v0.1.3
14212025-03-25T21:38:09.276Z Compiling rayon-core v1.12.1
14222025-03-25T21:38:09.523Z Compiling dirs-next v2.0.0
14232025-03-25T21:38:09.549Z Compiling hyper v1.6.0
14242025-03-25T21:38:09.617Z Compiling rand v0.8.5
14252025-03-25T21:38:09.723Z Compiling stringprep v0.1.5
14262025-03-25T21:38:10.311Z Compiling crossbeam-deque v0.8.5
14272025-03-25T21:38:10.545Z Compiling rand v0.9.0
14282025-03-25T21:38:10.771Z Compiling url v2.5.3
14292025-03-25T21:38:11.708Z Compiling http-body-util v0.1.2
14302025-03-25T21:38:12.226Z Compiling hyper-util v0.1.10
14312025-03-25T21:38:12.526Z Compiling curve25519-dalek v4.1.3
14322025-03-25T21:38:12.572Z Compiling md-5 v0.10.6
14332025-03-25T21:38:12.867Z Compiling async-trait v0.1.87
14342025-03-25T21:38:12.921Z Compiling num-integer v0.1.46
14352025-03-25T21:38:13.215Z Compiling ff v0.13.0
14362025-03-25T21:38:13.238Z Compiling hash32 v0.2.1
14372025-03-25T21:38:13.472Z Compiling thread_local v1.1.8
14382025-03-25T21:38:13.663Z Compiling encoding_rs v0.8.34
14392025-03-25T21:38:13.724Z Compiling memoffset v0.9.1
14402025-03-25T21:38:14.005Z Compiling multer v3.1.0
14412025-03-25T21:38:14.083Z Compiling fallible-iterator v0.2.0
14422025-03-25T21:38:14.333Z Compiling litrs v0.4.1
14432025-03-25T21:38:14.337Z Compiling cfg_aliases v0.2.1
14442025-03-25T21:38:14.477Z Compiling portable-atomic v1.9.0
14452025-03-25T21:38:14.780Z Compiling gimli v0.31.1
14462025-03-25T21:38:15.153Z Compiling num-bigint-dig v0.8.4
14472025-03-25T21:38:15.559Z Compiling newtype-uuid v1.2.1
14482025-03-25T21:38:15.588Z Compiling mime v0.3.17
14492025-03-25T21:38:15.588Z Compiling match_cfg v0.1.0
14502025-03-25T21:38:15.588Z Compiling base16ct v0.2.0
14512025-03-25T21:38:15.591Z Compiling slog-async v2.8.0
14522025-03-25T21:38:15.707Z Compiling psl-types v2.0.11
14532025-03-25T21:38:15.818Z Compiling smoltcp v0.9.1
14542025-03-25T21:38:15.926Z Compiling publicsuffix v2.3.0
14552025-03-25T21:38:15.977Z Compiling sec1 v0.7.3
14562025-03-25T21:38:16.162Z Compiling hostname v0.3.1
14572025-03-25T21:38:16.260Z Compiling document-features v0.2.10
14582025-03-25T21:38:16.472Z Compiling toml_edit v0.22.24
14592025-03-25T21:38:16.507Z Compiling postgres-protocol v0.6.8
14602025-03-25T21:38:16.554Z Compiling nix v0.29.0
14612025-03-25T21:38:17.598Z Compiling num-iter v0.1.45
14622025-03-25T21:38:17.639Z Compiling group v0.13.0
14632025-03-25T21:38:17.820Z Compiling tokio-native-tls v0.3.1
14642025-03-25T21:38:17.983Z Compiling bzip2 v0.4.4
14652025-03-25T21:38:18.113Z Compiling term v0.7.0
14662025-03-25T21:38:19.407Z Compiling addr2line v0.24.2
14672025-03-25T21:38:19.430Z Compiling flate2 v1.1.0
14682025-03-25T21:38:19.456Z Compiling usdt-attr-macro v0.5.0
14692025-03-25T21:38:19.463Z Compiling usdt-macro v0.5.0
14702025-03-25T21:38:19.540Z Compiling phf_shared v0.11.2
14712025-03-25T21:38:19.925Z Compiling ipnetwork v0.21.1
14722025-03-25T21:38:20.073Z Compiling slog-json v2.6.1
14732025-03-25T21:38:20.331Z Compiling serde_urlencoded v0.7.1
14742025-03-25T21:38:20.445Z Compiling crossbeam-channel v0.5.13
14752025-03-25T21:38:20.731Z Compiling terminal_size v0.4.0
14762025-03-25T21:38:20.868Z Compiling futures-executor v0.3.31
14772025-03-25T21:38:20.872Z Compiling hkdf v0.12.4
14782025-03-25T21:38:20.970Z Compiling crypto-bigint v0.5.5
14792025-03-25T21:38:21.044Z Compiling async-stream-impl v0.3.6
14802025-03-25T21:38:21.179Z Compiling zerocopy-derive v0.6.6
14812025-03-25T21:38:21.382Z Compiling curve25519-dalek-derive v0.1.1
14822025-03-25T21:38:21.433Z Compiling rustls-pemfile v2.2.0
14832025-03-25T21:38:21.775Z Compiling webpki-roots v0.26.6
14842025-03-25T21:38:22.016Z Compiling sync_wrapper v1.0.1
14852025-03-25T21:38:22.184Z Compiling is-terminal v0.4.13
14862025-03-25T21:38:22.316Z Compiling object v0.36.5
14872025-03-25T21:38:22.336Z Compiling dropshot v0.12.0
14882025-03-25T21:38:22.667Z Compiling ahash v0.8.11
14892025-03-25T21:38:22.716Z Compiling hubpack_derive v0.1.1
14902025-03-25T21:38:22.819Z Compiling fs-err v2.11.0
14912025-03-25T21:38:23.030Z Compiling rustc-demangle v0.1.24
14922025-03-25T21:38:23.085Z Compiling simd-adler32 v0.3.7
14932025-03-25T21:38:23.155Z Compiling bumpalo v3.16.0
14942025-03-25T21:38:23.560Z Compiling ipnet v2.11.0
14952025-03-25T21:38:23.668Z Compiling tower-layer v0.3.3
14962025-03-25T21:38:23.691Z Compiling buf-list v1.0.3
14972025-03-25T21:38:23.811Z Compiling zip v2.1.3
14982025-03-25T21:38:23.969Z Compiling anyhow v1.0.97
14992025-03-25T21:38:23.990Z Compiling managed v0.8.0
15002025-03-25T21:38:24.148Z Compiling take_mut v0.2.2
15012025-03-25T21:38:24.312Z Compiling lockfree-object-pool v0.1.6
15022025-03-25T21:38:24.339Z Compiling unicode-width v0.2.0
15032025-03-25T21:38:24.420Z Compiling winnow v0.5.40
15042025-03-25T21:38:24.623Z Compiling zopfli v0.8.1
15052025-03-25T21:38:24.660Z Compiling strum_macros v0.25.3
15062025-03-25T21:38:24.870Z Compiling console v0.15.10
15072025-03-25T21:38:26.187Z Compiling clap_builder v4.5.32
15082025-03-25T21:38:27.066Z Compiling elliptic-curve v0.13.8
15092025-03-25T21:38:27.091Z Compiling tower v0.5.2
15102025-03-25T21:38:27.288Z Compiling hubpack v0.1.2
15112025-03-25T21:38:27.739Z Compiling toml_edit v0.19.15
15122025-03-25T21:38:27.923Z Compiling zerocopy v0.6.6
15132025-03-25T21:38:28.153Z Compiling usdt v0.5.0
15142025-03-25T21:38:28.361Z Compiling async-stream v0.3.6
15152025-03-25T21:38:28.670Z Compiling slog-term v2.9.1
15162025-03-25T21:38:28.699Z Compiling futures v0.3.31
15172025-03-25T21:38:28.704Z Compiling slog-bunyan v2.5.0
15182025-03-25T21:38:28.829Z Compiling oxnet v0.1.1
15192025-03-25T21:38:28.950Z Compiling backtrace v0.3.74
15202025-03-25T21:38:29.528Z Compiling toml v0.8.20
15212025-03-25T21:38:29.580Z Compiling phf v0.11.2
15222025-03-25T21:38:29.854Z Compiling signal-hook-mio v0.2.4
15232025-03-25T21:38:29.875Z Compiling cookie_store v0.21.1
15242025-03-25T21:38:30.052Z Compiling rayon v1.10.0
15252025-03-25T21:38:31.056Z Compiling hyper-tls v0.6.0
15262025-03-25T21:38:31.850Z Compiling postgres-types v0.2.9
15272025-03-25T21:38:33.518Z Compiling camino v1.1.9
15282025-03-25T21:38:33.928Z Compiling ed25519 v2.2.3
15292025-03-25T21:38:34.121Z Compiling phf_shared v0.10.0
15302025-03-25T21:38:34.408Z Compiling dropshot_endpoint v0.12.0
15312025-03-25T21:38:34.496Z Compiling pkcs1 v0.7.5
15322025-03-25T21:38:34.516Z Compiling waitgroup v0.1.2
15332025-03-25T21:38:34.744Z Compiling clap_derive v4.5.32
15342025-03-25T21:38:34.855Z Compiling enum-as-inner v0.6.1
15352025-03-25T21:38:35.403Z Compiling openapiv3 v2.0.0
15362025-03-25T21:38:35.733Z Compiling serde-big-array v0.5.1
15372025-03-25T21:38:35.926Z Compiling serde_path_to_error v0.1.16
15382025-03-25T21:38:35.994Z Compiling rfc6979 v0.4.0
15392025-03-25T21:38:36.072Z Compiling sha1 v0.10.6
15402025-03-25T21:38:36.209Z Compiling daft-derive v0.1.2
15412025-03-25T21:38:36.527Z Compiling serde_repr v0.1.19
15422025-03-25T21:38:36.678Z Compiling bstr v1.10.0
15432025-03-25T21:38:37.749Z Compiling float-cmp v0.10.0
15442025-03-25T21:38:37.801Z Compiling hostname v0.4.0
15452025-03-25T21:38:38.013Z Compiling number_prefix v0.4.0
15462025-03-25T21:38:38.032Z Compiling fixedbitset v0.4.2
15472025-03-25T21:38:38.214Z Compiling predicates-core v1.0.8
15482025-03-25T21:38:38.246Z Compiling difflib v0.4.0
15492025-03-25T21:38:38.559Z Compiling data-encoding v2.6.0
15502025-03-25T21:38:38.580Z Compiling whoami v1.5.2
15512025-03-25T21:38:38.599Z Compiling normalize-line-endings v0.3.0
15522025-03-25T21:38:38.751Z Compiling static_assertions v1.1.0
15532025-03-25T21:38:38.877Z Compiling new_debug_unreachable v1.0.6
15542025-03-25T21:38:38.996Z Compiling precomputed-hash v0.1.1
15552025-03-25T21:38:39.142Z Compiling debug-ignore v1.0.5
15562025-03-25T21:38:39.147Z Compiling unicode-segmentation v1.12.0
15572025-03-25T21:38:39.283Z Compiling clap v4.5.32
15582025-03-25T21:38:39.344Z Compiling hickory-proto v0.24.4
15592025-03-25T21:38:39.419Z Compiling string_cache v0.8.7
15602025-03-25T21:38:39.529Z Compiling tokio-postgres v0.7.13
15612025-03-25T21:38:39.533Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15622025-03-25T21:38:39.851Z Compiling similar v2.7.0
15632025-03-25T21:38:39.991Z Compiling predicates v3.1.3
15642025-03-25T21:38:40.449Z Compiling petgraph v0.6.5
15652025-03-25T21:38:41.497Z Compiling indicatif v0.17.11
15662025-03-25T21:38:41.953Z Compiling daft v0.1.2
15672025-03-25T21:38:42.461Z Compiling ecdsa v0.16.9
15682025-03-25T21:38:43.300Z Compiling rsa v0.9.6
15692025-03-25T21:38:43.495Z Compiling ed25519-dalek v2.1.1
15702025-03-25T21:38:44.830Z Compiling toml v0.7.8
15712025-03-25T21:38:45.316Z Compiling crossterm v0.28.1
15722025-03-25T21:38:46.401Z Compiling zip v0.6.6
15732025-03-25T21:38:46.858Z Compiling tokio-stream v0.1.17
15742025-03-25T21:38:46.913Z Compiling hex v0.4.3
15752025-03-25T21:38:47.528Z Compiling x509-cert v0.2.5
15762025-03-25T21:38:47.762Z Compiling itertools v0.10.5
15772025-03-25T21:38:47.865Z Compiling lalrpop-util v0.19.12
15782025-03-25T21:38:48.148Z Compiling unicode-xid v0.2.6
15792025-03-25T21:38:48.250Z Compiling peg-runtime v0.8.5
15802025-03-25T21:38:48.349Z Compiling strum_macros v0.26.4
15812025-03-25T21:38:48.412Z Compiling xattr v1.3.1
15822025-03-25T21:38:48.557Z Compiling filetime v0.2.25
15832025-03-25T21:38:48.861Z Compiling tar v0.4.44
15842025-03-25T21:38:52.962Z Compiling strum v0.26.3
15852025-03-25T21:38:55.788Z Compiling aws-lc-sys v0.26.0
15862025-03-25T21:39:27.617Z Compiling rustls-webpki v0.102.8
15872025-03-25T21:39:30.945Z Compiling tokio-rustls v0.25.0
15882025-03-25T21:39:32.682Z Compiling tokio-rustls v0.26.0
15892025-03-25T21:39:33.015Z Compiling hyper-rustls v0.27.3
15902025-03-25T21:39:33.422Z Compiling reqwest v0.12.12
15912025-03-25T21:39:37.099Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15922025-03-25T21:39:37.379Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15932025-03-25T21:39:41.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
15942025-03-25T21:39:42.144Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15952025-03-25T21:39:42.199ZMar 25 21:39:41.440 INFO Starting download, target: Cockroach
15962025-03-25T21:39:42.199ZMar 25 21:39:41.440 INFO Starting download, target: Clickhouse
15972025-03-25T21:39:42.199ZMar 25 21:39:41.440 INFO Starting download, target: Console
15982025-03-25T21:39:42.199ZMar 25 21:39:41.440 INFO Starting download, target: DendriteOpenapi
15992025-03-25T21:39:42.199ZMar 25 21:39:41.440 INFO Starting download, target: DendriteStub
16002025-03-25T21:39:42.203ZMar 25 21:39:41.440 INFO Starting download, target: MaghemiteMgd
16012025-03-25T21:39:42.203ZMar 25 21:39:41.440 INFO Starting download, target: TransceiverControl
16022025-03-25T21:39:42.203ZMar 25 21:39:41.441 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16032025-03-25T21:39:42.203ZMar 25 21:39:41.441 INFO Downloading out/downloads/dpd-58f63f5721d40d1954524879d1ede6b9084c7b3b.json (attempt 1/3), target: DendriteOpenapi
16042025-03-25T21:39:42.203ZMar 25 21:39:41.441 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16052025-03-25T21:39:42.203ZMar 25 21:39:41.441 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16062025-03-25T21:39:42.203ZMar 25 21:39:41.441 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16072025-03-25T21:39:42.203ZMar 25 21:39:41.441 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16082025-03-25T21:39:42.203ZMar 25 21:39:41.441 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16092025-03-25T21:39:42.357ZMar 25 21:39:41.589 INFO Download complete, target: DendriteOpenapi
16102025-03-25T21:39:42.558ZMar 25 21:39:41.754 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16112025-03-25T21:39:42.744ZMar 25 21:39:41.971 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16122025-03-25T21:39:42.956ZMar 25 21:39:42.158 INFO Download complete, target: TransceiverControl
16132025-03-25T21:39:43.186ZMar 25 21:39:42.350 INFO Download complete, target: Console
16142025-03-25T21:39:43.863ZMar 25 21:39:43.005 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16152025-03-25T21:39:44.169ZMar 25 21:39:43.327 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16162025-03-25T21:39:44.318ZMar 25 21:39:43.498 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16172025-03-25T21:39:45.267ZMar 25 21:39:44.505 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16182025-03-25T21:39:45.268ZMar 25 21:39:44.505 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16192025-03-25T21:39:46.315ZMar 25 21:39:45.555 INFO Download complete, target: MaghemiteMgd
16202025-03-25T21:39:47.292ZMar 25 21:39:46.530 INFO Download complete, target: DendriteStub
16212025-03-25T21:39:51.747ZMar 25 21:39:50.986 INFO Checking that binary works, target: Cockroach
16222025-03-25T21:39:51.908ZMar 25 21:39:51.148 INFO Download complete, target: Cockroach
16232025-03-25T21:39:55.067ZMar 25 21:39:54.304 INFO Checking that binary works, target: Clickhouse
16242025-03-25T21:39:55.257ZMar 25 21:39:54.497 INFO Download complete, target: Clickhouse
16252025-03-25T21:39:55.265ZAll prerequisites installed successfully
16262025-03-25T21:39:55.269Z
16272025-03-25T21:39:55.269Zreal 6:56.500390620
16282025-03-25T21:39:55.269Zuser 15:51.128995898
16292025-03-25T21:39:55.269Zsys 2:13.297486832
16302025-03-25T21:39:55.269Ztrap 0.602458819
16312025-03-25T21:39:55.269Ztflt 3.115085880
16322025-03-25T21:39:55.269Zdflt 2.740286488
16332025-03-25T21:39:55.269Zkflt 0.069718015
16342025-03-25T21:39:55.269Zlock 24:42.543711834
16352025-03-25T21:39:55.269Zslp 1:01:10.850214684
16362025-03-25T21:39:55.269Zlat 1:02.967734783
16372025-03-25T21:39:55.269Zstop 2:33.226468090
16382025-03-25T21:39:55.269Z+ ptime -m cargo xtask download softnpu
16392025-03-25T21:39:55.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16402025-03-25T21:39:55.859Z Running `target/debug/xtask download softnpu`
16412025-03-25T21:39:56.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
16422025-03-25T21:39:56.873Z Running `target/debug/xtask-downloader softnpu`
16432025-03-25T21:39:56.912ZMar 25 21:39:56.151 INFO Starting download, target: Softnpu
16442025-03-25T21:39:56.916ZMar 25 21:39:56.152 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16452025-03-25T21:39:57.534ZMar 25 21:39:56.772 INFO Download complete, target: Softnpu
16462025-03-25T21:39:57.537Z
16472025-03-25T21:39:57.537Zreal 2.263709673
16482025-03-25T21:39:57.537Zuser 1.445257928
16492025-03-25T21:39:57.537Zsys 0.573102565
16502025-03-25T21:39:57.537Ztrap 0.000818578
16512025-03-25T21:39:57.537Ztflt 0.000080852
16522025-03-25T21:39:57.537Zdflt 0.000051003
16532025-03-25T21:39:57.537Zkflt 0.000000000
16542025-03-25T21:39:57.537Zlock 6.641724001
16552025-03-25T21:39:57.537Zslp 0.483247215
16562025-03-25T21:39:57.537Zlat 0.072722768
16572025-03-25T21:39:57.537Zstop 0.000169997
16582025-03-25T21:39:57.542Z+ export CARGO_INCREMENTAL=0
16592025-03-25T21:39:57.542Z+ CARGO_INCREMENTAL=0
16602025-03-25T21:39:57.542Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16612025-03-25T21:39:58.592Z Compiling proc-macro2 v1.0.94
16622025-03-25T21:39:58.592Z Compiling unicode-ident v1.0.14
16632025-03-25T21:39:58.595Z Compiling libc v0.2.170
16642025-03-25T21:39:58.595Z Compiling serde v1.0.218
16652025-03-25T21:39:58.595Z Compiling autocfg v1.4.0
16662025-03-25T21:39:58.595Z Compiling cfg-if v1.0.0
16672025-03-25T21:39:58.595Z Compiling version_check v0.9.5
16682025-03-25T21:39:58.865Z Compiling memchr v2.7.4
16692025-03-25T21:39:58.904Z Compiling shlex v1.3.0
16702025-03-25T21:39:58.924Z Compiling typenum v1.17.0
16712025-03-25T21:39:59.321Z Compiling value-bag v1.9.0
16722025-03-25T21:39:59.341Z Compiling serde_json v1.0.139
16732025-03-25T21:39:59.544Z Compiling lock_api v0.4.12
16742025-03-25T21:39:59.678Z Compiling generic-array v0.14.7
16752025-03-25T21:39:59.775Z Compiling log v0.4.22
16762025-03-25T21:39:59.987Z Compiling scopeguard v1.2.0
16772025-03-25T21:40:00.032Z Compiling libm v0.2.8
16782025-03-25T21:40:00.172Z Compiling parking_lot_core v0.9.10
16792025-03-25T21:40:00.390Z Compiling num-traits v0.2.19
16802025-03-25T21:40:00.483Z Compiling quote v1.0.39
16812025-03-25T21:40:00.593Z Compiling jobserver v0.1.32
16822025-03-25T21:40:00.612Z Compiling rustix v0.38.37
16832025-03-25T21:40:00.710Z Compiling semver v1.0.25
16842025-03-25T21:40:00.760Z Compiling getrandom v0.2.15
16852025-03-25T21:40:00.951Z Compiling syn v2.0.98
16862025-03-25T21:40:01.065Z Compiling cc v1.2.15
16872025-03-25T21:40:01.127Z Compiling aho-corasick v1.1.3
16882025-03-25T21:40:01.145Z Compiling regex-syntax v0.8.5
16892025-03-25T21:40:01.187Z Compiling getrandom v0.3.1
16902025-03-25T21:40:01.254Z Compiling either v1.14.0
16912025-03-25T21:40:01.628Z Compiling itoa v1.0.11
16922025-03-25T21:40:01.657Z Compiling once_cell v1.20.3
16932025-03-25T21:40:01.684Z Compiling thiserror v1.0.69
16942025-03-25T21:40:02.166Z Compiling spin v0.9.8
16952025-03-25T21:40:02.388Z Compiling errno v0.3.9
16962025-03-25T21:40:02.497Z Compiling slab v0.4.9
16972025-03-25T21:40:02.630Z Compiling rand_core v0.6.4
16982025-03-25T21:40:03.020Z Compiling glob v0.3.2
16992025-03-25T21:40:03.127Z Compiling prettyplease v0.2.30
17002025-03-25T21:40:03.478Z Compiling lazy_static v1.5.0
17012025-03-25T21:40:03.555Z Compiling minimal-lexical v0.2.1
17022025-03-25T21:40:03.626Z Compiling smallvec v1.14.0
17032025-03-25T21:40:03.743Z Compiling clang-sys v1.8.1
17042025-03-25T21:40:04.023Z Compiling nom v7.1.3
17052025-03-25T21:40:04.128Z Compiling libloading v0.8.5
17062025-03-25T21:40:04.244Z Compiling foldhash v0.1.3
17072025-03-25T21:40:04.364Z Compiling equivalent v1.0.1
17082025-03-25T21:40:04.451Z Compiling bindgen v0.69.5
17092025-03-25T21:40:04.471Z Compiling home v0.5.9
17102025-03-25T21:40:04.505Z Compiling pkg-config v0.3.31
17112025-03-25T21:40:04.530Z Compiling allocator-api2 v0.2.18
17122025-03-25T21:40:04.885Z Compiling regex-automata v0.4.8
17132025-03-25T21:40:05.261Z Compiling hashbrown v0.15.1
17142025-03-25T21:40:05.568Z Compiling itertools v0.12.1
17152025-03-25T21:40:06.300Z Compiling subtle v2.6.1
17162025-03-25T21:40:06.501Z Compiling lazycell v1.3.0
17172025-03-25T21:40:06.520Z Compiling rustc-hash v1.1.0
17182025-03-25T21:40:06.625Z Compiling cmake v0.1.51
17192025-03-25T21:40:06.676Z Compiling fs_extra v1.3.0
17202025-03-25T21:40:07.019Z Compiling ryu v1.0.18
17212025-03-25T21:40:07.196Z Compiling cexpr v0.6.0
17222025-03-25T21:40:07.303Z Compiling dunce v1.0.5
17232025-03-25T21:40:07.438Z Compiling schemars v0.8.22
17242025-03-25T21:40:07.515Z Compiling paste v1.0.15
17252025-03-25T21:40:07.927Z Compiling pin-project-lite v0.2.14
17262025-03-25T21:40:08.099Z Compiling ring v0.17.11
17272025-03-25T21:40:08.435Z Compiling synstructure v0.13.1
17282025-03-25T21:40:09.009Z Compiling serde_derive_internals v0.29.1
17292025-03-25T21:40:09.492Z Compiling byteorder v1.5.0
17302025-03-25T21:40:09.733Z Compiling regex v1.11.1
17312025-03-25T21:40:10.048Z Compiling aws-lc-rs v1.12.4
17322025-03-25T21:40:10.925Z Compiling signal-hook-registry v1.4.2
17332025-03-25T21:40:10.955Z Compiling fnv v1.0.7
17342025-03-25T21:40:11.002Z Compiling const-oid v0.9.6
17352025-03-25T21:40:11.117Z Compiling parking_lot v0.12.3
17362025-03-25T21:40:11.373Z Compiling mio v1.0.2
17372025-03-25T21:40:12.282Z Compiling serde_derive v1.0.218
17382025-03-25T21:40:12.461Z Compiling zeroize_derive v1.4.2
17392025-03-25T21:40:12.671Z Compiling tokio-macros v2.5.0
17402025-03-25T21:40:12.998Z Compiling thiserror-impl v1.0.69
17412025-03-25T21:40:13.103Z Compiling zerocopy-derive v0.7.35
17422025-03-25T21:40:13.211Z Compiling zerofrom-derive v0.1.4
17432025-03-25T21:40:13.243Z Compiling yoke-derive v0.7.4
17442025-03-25T21:40:13.727Z Compiling zerovec-derive v0.10.3
17452025-03-25T21:40:13.793Z Compiling zeroize v1.8.1
17462025-03-25T21:40:14.259Z Compiling displaydoc v0.2.5
17472025-03-25T21:40:14.457Z Compiling futures-macro v0.3.31
17482025-03-25T21:40:15.526Z Compiling schemars_derive v0.8.22
17492025-03-25T21:40:15.802Z Compiling icu_provider_macros v1.5.0
17502025-03-25T21:40:15.987Z Compiling tracing-attributes v0.1.27
17512025-03-25T21:40:16.090Z Compiling crypto-common v0.1.6
17522025-03-25T21:40:16.605Z Compiling stable_deref_trait v1.2.0
17532025-03-25T21:40:16.865Z Compiling heck v0.5.0
17542025-03-25T21:40:16.889Z Compiling block-buffer v0.10.4
17552025-03-25T21:40:17.121Z Compiling der_derive v0.7.3
17562025-03-25T21:40:17.282Z Compiling socket2 v0.5.8
17572025-03-25T21:40:17.428Z Compiling httparse v1.9.5
17582025-03-25T21:40:18.063Z Compiling vcpkg v0.2.15
17592025-03-25T21:40:18.886Z Compiling digest v0.10.7
17602025-03-25T21:40:18.948Z Compiling num-conv v0.1.0
17612025-03-25T21:40:18.967Z Compiling time-core v0.1.2
17622025-03-25T21:40:18.971Z Compiling crossbeam-utils v0.8.20
17632025-03-25T21:40:19.201Z Compiling futures-core v0.3.31
17642025-03-25T21:40:19.254Z Compiling time-macros v0.2.18
17652025-03-25T21:40:19.324Z Compiling zerocopy v0.8.10
17662025-03-25T21:40:19.461Z Compiling openssl-sys v0.9.106
17672025-03-25T21:40:20.280Z Compiling zerocopy v0.7.35
17682025-03-25T21:40:20.963Z Compiling zerocopy-derive v0.8.10
17692025-03-25T21:40:21.698Z Compiling futures-sink v0.3.31
17702025-03-25T21:40:21.842Z Compiling syn v1.0.109
17712025-03-25T21:40:21.998Z Compiling slog v2.7.0
17722025-03-25T21:40:22.043Z Compiling iana-time-zone v0.1.61
17732025-03-25T21:40:22.184Z Compiling cpufeatures v0.2.14
17742025-03-25T21:40:22.680Z Compiling openssl v0.10.71
17752025-03-25T21:40:23.046Z Compiling hmac v0.12.1
17762025-03-25T21:40:23.065Z Compiling zerofrom v0.1.4
17772025-03-25T21:40:23.357Z Compiling yoke v0.7.4
17782025-03-25T21:40:23.460Z Compiling futures-channel v0.3.31
17792025-03-25T21:40:23.705Z Compiling block-padding v0.3.3
17802025-03-25T21:40:23.734Z Compiling scroll_derive v0.12.0
17812025-03-25T21:40:23.805Z Compiling openssl-macros v0.1.1
17822025-03-25T21:40:23.857Z Compiling native-tls v0.2.12
17832025-03-25T21:40:23.921Z Compiling futures-task v0.3.31
17842025-03-25T21:40:23.947Z Compiling futures-io v0.3.31
17852025-03-25T21:40:24.226Z Compiling bitflags v2.6.0
17862025-03-25T21:40:24.245Z Compiling bytes v1.10.1
17872025-03-25T21:40:25.020Z Compiling indexmap v2.7.1
17882025-03-25T21:40:25.638Z Compiling uuid v1.15.1
17892025-03-25T21:40:25.866Z Compiling tokio v1.43.0
17902025-03-25T21:40:27.060Z Compiling chrono v0.4.40
17912025-03-25T21:40:27.246Z Compiling serde_tokenstream v0.2.2
17922025-03-25T21:40:28.665Z Compiling which v4.4.2
17932025-03-25T21:40:29.220Z Compiling rustc_version v0.4.1
17942025-03-25T21:40:30.904Z Compiling ucd-trie v0.1.7
17952025-03-25T21:40:31.302Z Compiling pin-utils v0.1.0
17962025-03-25T21:40:31.432Z Compiling dyn-clone v1.0.19
17972025-03-25T21:40:31.526Z Compiling rustls v0.23.19
17982025-03-25T21:40:31.699Z Compiling futures-util v0.3.31
17992025-03-25T21:40:31.868Z Compiling pest v2.7.14
18002025-03-25T21:40:33.259Z Compiling http v1.2.0
18012025-03-25T21:40:34.654Z Compiling inout v0.1.3
18022025-03-25T21:40:34.945Z Compiling zerovec v0.10.4
18032025-03-25T21:40:35.861Z Compiling strsim v0.11.1
18042025-03-25T21:40:37.236Z Compiling cipher v0.4.4
18052025-03-25T21:40:37.476Z Compiling pest_meta v2.7.14
18062025-03-25T21:40:37.899Z Compiling toml_datetime v0.6.8
18072025-03-25T21:40:38.068Z Compiling serde_spanned v0.6.8
18082025-03-25T21:40:38.325Z Compiling sha2 v0.10.8
18092025-03-25T21:40:38.356Z Compiling cookie v0.18.1
18102025-03-25T21:40:38.707Z Compiling base64ct v1.6.0
18112025-03-25T21:40:38.832Z Compiling tinystr v0.7.6
18122025-03-25T21:40:39.117Z Compiling pest_generator v2.7.14
18132025-03-25T21:40:39.283Z Compiling pem-rfc7468 v0.7.0
18142025-03-25T21:40:40.864Z Compiling tracing-core v0.1.32
18152025-03-25T21:40:41.063Z Compiling writeable v0.5.5
18162025-03-25T21:40:41.140Z Compiling aws-lc-sys v0.26.0
18172025-03-25T21:40:41.596Z Compiling flagset v0.4.6
18182025-03-25T21:40:41.872Z Compiling litemap v0.7.3
18192025-03-25T21:40:42.754Z Compiling icu_locid v1.5.0
18202025-03-25T21:40:43.125Z Compiling der v0.7.9
18212025-03-25T21:40:44.839Z Compiling tracing v0.1.40
18222025-03-25T21:40:45.665Z Compiling pest_derive v2.7.14
18232025-03-25T21:40:46.476Z Compiling usdt-impl v0.5.0
18242025-03-25T21:40:46.859Z Compiling rustls-pki-types v1.10.0
18252025-03-25T21:40:47.075Z Compiling rayon-core v1.12.1
18262025-03-25T21:40:47.416Z Compiling spki v0.7.3
18272025-03-25T21:40:47.771Z Compiling icu_provider v1.5.0
18282025-03-25T21:40:48.576Z Compiling salsa20 v0.10.2
18292025-03-25T21:40:48.824Z Compiling tokio-util v0.7.13
18302025-03-25T21:40:49.599Z Compiling scroll v0.12.0
18312025-03-25T21:40:50.069Z Compiling ppv-lite86 v0.2.20
18322025-03-25T21:40:50.476Z Compiling pbkdf2 v0.12.2
18332025-03-25T21:40:50.799Z Compiling bzip2-sys v0.1.11+1.0.8
18342025-03-25T21:40:50.918Z Compiling plain v0.2.3
18352025-03-25T21:40:51.079Z Compiling percent-encoding v2.3.1
18362025-03-25T21:40:51.107Z Compiling camino v1.1.9
18372025-03-25T21:40:51.306Z Compiling icu_locid_transform_data v1.5.0
18382025-03-25T21:40:51.426Z Compiling rustversion v1.0.17
18392025-03-25T21:40:51.581Z Compiling powerfmt v0.2.0
18402025-03-25T21:40:51.710Z Compiling winnow v0.5.40
18412025-03-25T21:40:51.989Z Compiling anyhow v1.0.97
18422025-03-25T21:40:52.062Z Compiling untrusted v0.7.1
18432025-03-25T21:40:52.200Z Compiling litrs v0.4.1
18442025-03-25T21:40:52.264Z Compiling untrusted v0.9.0
18452025-03-25T21:40:52.557Z Compiling icu_locid_transform v1.5.0
18462025-03-25T21:40:52.590Z Compiling deranged v0.3.11
18472025-03-25T21:40:53.128Z Compiling document-features v0.2.10
18482025-03-25T21:40:54.156Z Compiling goblin v0.8.2
18492025-03-25T21:40:54.528Z Compiling scrypt v0.11.0
18502025-03-25T21:40:54.608Z Compiling aes v0.8.4
18512025-03-25T21:40:54.949Z Compiling toml_edit v0.19.15
18522025-03-25T21:40:54.987Z Compiling cbc v0.1.2
18532025-03-25T21:40:55.216Z Compiling icu_collections v1.5.0
18542025-03-25T21:40:59.206Z Compiling rustls v0.22.4
18552025-03-25T21:40:59.951Z Compiling num_threads v0.1.7
18562025-03-25T21:41:00.093Z Compiling pretty-hex v0.4.1
18572025-03-25T21:41:00.206Z Compiling icu_properties_data v1.5.0
18582025-03-25T21:41:00.613Z Compiling atomic-waker v1.1.2
18592025-03-25T21:41:00.834Z Compiling icu_properties v1.5.1
18602025-03-25T21:41:01.041Z Compiling dof v0.3.0
18612025-03-25T21:41:02.478Z Compiling time v0.3.36
18622025-03-25T21:41:05.359Z Compiling pkcs5 v0.7.1
18632025-03-25T21:41:06.453Z Compiling dtrace-parser v0.2.0
18642025-03-25T21:41:06.543Z Compiling http-body v1.0.1
18652025-03-25T21:41:06.842Z Compiling heapless v0.7.17
18662025-03-25T21:41:07.236Z Compiling async-trait v0.1.87
18672025-03-25T21:41:07.257Z Compiling thread-id v4.2.2
18682025-03-25T21:41:07.280Z Compiling icu_normalizer_data v1.5.0
18692025-03-25T21:41:07.390Z Compiling newtype-uuid v1.2.1
18702025-03-25T21:41:07.409Z Compiling utf16_iter v1.0.5
18712025-03-25T21:41:07.624Z Compiling try-lock v0.2.5
18722025-03-25T21:41:07.809Z Compiling write16 v1.0.0
18732025-03-25T21:41:08.011Z Compiling signal-hook v0.3.17
18742025-03-25T21:41:08.149Z Compiling utf8_iter v1.0.4
18752025-03-25T21:41:08.570Z Compiling icu_normalizer v1.5.0
18762025-03-25T21:41:10.189Z Compiling want v0.3.1
18772025-03-25T21:41:11.106Z Compiling pkcs8 v0.10.2
18782025-03-25T21:41:11.561Z Compiling h2 v0.4.6
18792025-03-25T21:41:11.734Z Compiling form_urlencoded v1.2.1
18802025-03-25T21:41:12.630Z Compiling multer v3.1.0
18812025-03-25T21:41:13.359Z Compiling tower-service v0.3.3
18822025-03-25T21:41:13.508Z Compiling httpdate v1.0.3
18832025-03-25T21:41:13.557Z Compiling adler2 v2.0.0
18842025-03-25T21:41:13.848Z Compiling slog-async v2.8.0
18852025-03-25T21:41:14.322Z Compiling tinyvec_macros v0.1.1
18862025-03-25T21:41:14.418Z Compiling tinyvec v1.8.0
18872025-03-25T21:41:14.607Z Compiling miniz_oxide v0.8.5
18882025-03-25T21:41:16.509Z Compiling idna_adapter v1.2.0
18892025-03-25T21:41:18.407Z Compiling curve25519-dalek v4.1.3
18902025-03-25T21:41:18.947Z Compiling memoffset v0.9.1
18912025-03-25T21:41:19.111Z Compiling foreign-types-shared v0.1.1
18922025-03-25T21:41:19.312Z Compiling smoltcp v0.9.1
18932025-03-25T21:41:19.728Z Compiling num-bigint-dig v0.8.4
18942025-03-25T21:41:19.910Z Compiling hyper v1.6.0
18952025-03-25T21:41:20.503Z Compiling portable-atomic v1.9.0
18962025-03-25T21:41:21.404Z Compiling base64 v0.22.1
18972025-03-25T21:41:22.520Z Compiling foreign-types v0.3.2
18982025-03-25T21:41:22.768Z Compiling rand_core v0.9.2
18992025-03-25T21:41:23.131Z Compiling hyper-util v0.1.10
19002025-03-25T21:41:23.425Z Compiling idna v1.0.3
19012025-03-25T21:41:28.785Z Compiling usdt-attr-macro v0.5.0
19022025-03-25T21:41:29.641Z Compiling usdt-macro v0.5.0
19032025-03-25T21:41:31.554Z Compiling openapiv3 v2.0.0
19042025-03-25T21:41:31.706Z Compiling async-stream-impl v0.3.6
19052025-03-25T21:41:31.813Z Compiling ident_case v1.0.1
19062025-03-25T21:41:31.837Z Compiling heck v0.4.1
19072025-03-25T21:41:32.202Z Compiling siphasher v0.3.11
19082025-03-25T21:41:32.584Z Compiling cfg_aliases v0.2.1
19092025-03-25T21:41:32.653Z Compiling darling_core v0.20.10
19102025-03-25T21:41:32.707Z Compiling nix v0.29.0
19112025-03-25T21:41:40.795Z Compiling rand_chacha v0.9.0
19122025-03-25T21:41:41.704Z Compiling unicode-normalization v0.1.24
19132025-03-25T21:41:42.877Z Compiling http-body-util v0.1.2
19142025-03-25T21:41:43.893Z Compiling crossbeam-epoch v0.9.18
19152025-03-25T21:41:45.506Z Compiling rand_chacha v0.3.1
19162025-03-25T21:41:46.000Z Compiling ipnetwork v0.21.1
19172025-03-25T21:41:46.398Z Compiling hubpack_derive v0.1.1
19182025-03-25T21:41:47.289Z Compiling signature v2.2.0
19192025-03-25T21:41:47.483Z Compiling zerocopy-derive v0.6.6
19202025-03-25T21:41:47.530Z Compiling daft-derive v0.1.2
19212025-03-25T21:41:48.649Z Compiling curve25519-dalek-derive v0.1.1
19222025-03-25T21:41:49.052Z Compiling dirs-sys-next v0.1.2
19232025-03-25T21:41:49.189Z Compiling fs-err v2.11.0
19242025-03-25T21:41:49.478Z Compiling ahash v0.8.11
19252025-03-25T21:41:49.533Z Compiling dropshot v0.12.0
19262025-03-25T21:41:49.643Z Compiling encoding_rs v0.8.34
19272025-03-25T21:41:49.880Z Compiling crc32fast v1.4.2
19282025-03-25T21:41:49.912Z Compiling utf8parse v0.2.2
19292025-03-25T21:41:49.951Z Compiling mime v0.3.17
19302025-03-25T21:41:50.094Z Compiling gimli v0.31.1
19312025-03-25T21:41:50.247Z Compiling anstyle v1.0.10
19322025-03-25T21:41:50.679Z Compiling openssl-probe v0.1.5
19332025-03-25T21:41:51.166Z Compiling unicode-bidi v0.3.17
19342025-03-25T21:41:51.243Z Compiling buf-list v1.0.3
19352025-03-25T21:41:51.839Z Compiling zip v2.1.3
19362025-03-25T21:41:52.177Z Compiling unicode-properties v0.1.3
19372025-03-25T21:41:52.590Z Compiling stringprep v0.1.5
19382025-03-25T21:41:53.455Z Compiling anstyle-parse v0.2.5
19392025-03-25T21:41:53.811Z Compiling dirs-next v2.0.0
19402025-03-25T21:41:53.846Z Compiling rand v0.8.5
19412025-03-25T21:41:55.689Z Compiling addr2line v0.24.2
19422025-03-25T21:41:56.783Z Compiling crossbeam-deque v0.8.5
19432025-03-25T21:41:56.844Z Compiling rand v0.9.0
19442025-03-25T21:41:57.145Z Compiling darling_macro v0.20.10
19452025-03-25T21:41:58.065Z Compiling url v2.5.3
19462025-03-25T21:41:58.892Z Compiling rustls-webpki v0.102.8
19472025-03-25T21:41:59.766Z Compiling serde_urlencoded v0.7.1
19482025-03-25T21:42:00.504Z Compiling rustls-pemfile v2.2.0
19492025-03-25T21:42:00.758Z Compiling md-5 v0.10.6
19502025-03-25T21:42:00.898Z Compiling num-integer v0.1.46
19512025-03-25T21:42:00.982Z Compiling hash32 v0.2.1
19522025-03-25T21:42:01.076Z Compiling ff v0.13.0
19532025-03-25T21:42:01.320Z Compiling thread_local v1.1.8
19542025-03-25T21:42:01.365Z Compiling object v0.36.5
19552025-03-25T21:42:02.234Z Compiling psl-types v2.0.11
19562025-03-25T21:42:02.483Z Compiling fallible-iterator v0.2.0
19572025-03-25T21:42:03.967Z Compiling anstyle-query v1.1.1
19582025-03-25T21:42:04.148Z Compiling winnow v0.7.3
19592025-03-25T21:42:04.858Z Compiling base16ct v0.2.0
19602025-03-25T21:42:05.393Z Compiling colorchoice v1.0.2
19612025-03-25T21:42:05.575Z Compiling rustc-demangle v0.1.24
19622025-03-25T21:42:05.851Z Compiling match_cfg v0.1.0
19632025-03-25T21:42:05.969Z Compiling is_terminal_polyfill v1.70.1
19642025-03-25T21:42:06.124Z Compiling anstream v0.6.15
19652025-03-25T21:42:06.728Z Compiling hostname v0.3.1
19662025-03-25T21:42:06.947Z Compiling tokio-rustls v0.26.0
19672025-03-25T21:42:07.411Z Compiling toml_edit v0.22.24
19682025-03-25T21:42:07.925Z Compiling publicsuffix v2.3.0
19692025-03-25T21:42:07.958Z Compiling sec1 v0.7.3
19702025-03-25T21:42:08.247Z Compiling postgres-protocol v0.6.8
19712025-03-25T21:42:08.508Z Compiling num-iter v0.1.45
19722025-03-25T21:42:08.726Z Compiling group v0.13.0
19732025-03-25T21:42:09.051Z Compiling backtrace v0.3.74
19742025-03-25T21:42:11.929Z Compiling darling v0.20.10
19752025-03-25T21:42:12.065Z Compiling bzip2 v0.4.4
19762025-03-25T21:42:12.269Z Compiling term v0.7.0
19772025-03-25T21:42:12.464Z Compiling tokio-native-tls v0.3.1
19782025-03-25T21:42:13.108Z Compiling flate2 v1.1.0
19792025-03-25T21:42:13.404Z Compiling phf_shared v0.11.2
19802025-03-25T21:42:13.772Z Compiling strum_macros v0.25.3
19812025-03-25T21:42:13.915Z Compiling slog-json v2.6.1
19822025-03-25T21:42:14.473Z Compiling crossbeam-channel v0.5.13
19832025-03-25T21:42:14.793Z Compiling webpki-roots v0.26.6
19842025-03-25T21:42:15.365Z Compiling futures-executor v0.3.31
19852025-03-25T21:42:15.451Z Compiling terminal_size v0.4.0
19862025-03-25T21:42:15.695Z Compiling dropshot_endpoint v0.12.0
19872025-03-25T21:42:16.401Z Compiling hkdf v0.12.4
19882025-03-25T21:42:16.550Z Compiling sync_wrapper v1.0.1
19892025-03-25T21:42:16.728Z Compiling enum-as-inner v0.6.1
19902025-03-25T21:42:16.850Z Compiling clap_derive v4.5.32
19912025-03-25T21:42:17.150Z Compiling crypto-bigint v0.5.5
19922025-03-25T21:42:17.783Z Compiling serde_repr v0.1.19
19932025-03-25T21:42:18.286Z Compiling regress v0.10.3
19942025-03-25T21:42:18.863Z Compiling memmap v0.7.0
19952025-03-25T21:42:19.181Z Compiling is-terminal v0.4.13
19962025-03-25T21:42:19.341Z Compiling clap_lex v0.7.4
19972025-03-25T21:42:19.768Z Compiling ipnet v2.11.0
19982025-03-25T21:42:20.631Z Compiling managed v0.8.0
19992025-03-25T21:42:20.659Z Compiling lockfree-object-pool v0.1.6
20002025-03-25T21:42:20.942Z Compiling simd-adler32 v0.3.7
20012025-03-25T21:42:21.089Z Compiling bumpalo v3.16.0
20022025-03-25T21:42:21.477Z Compiling take_mut v0.2.2
20032025-03-25T21:42:21.546Z Compiling unicode-width v0.2.0
20042025-03-25T21:42:21.656Z Compiling bitflags v1.3.2
20052025-03-25T21:42:21.787Z Compiling tower-layer v0.3.3
20062025-03-25T21:42:22.344Z Compiling tower v0.5.2
20072025-03-25T21:42:22.452Z Compiling console v0.15.10
20082025-03-25T21:42:22.738Z Compiling typify-impl v0.2.0
20092025-03-25T21:42:23.324Z Compiling zopfli v0.8.1
20102025-03-25T21:42:23.614Z Compiling elliptic-curve v0.13.8
20112025-03-25T21:42:24.334Z Compiling clap_builder v4.5.32
20122025-03-25T21:42:24.667Z Compiling slog-term v2.9.1
20132025-03-25T21:42:24.670Z Compiling usdt v0.5.0
20142025-03-25T21:42:25.122Z Compiling oxnet v0.1.1
20152025-03-25T21:42:25.718Z Compiling futures v0.3.31
20162025-03-25T21:42:25.853Z Compiling hyper-rustls v0.27.3
20172025-03-25T21:42:26.534Z Compiling tokio-rustls v0.25.0
20182025-03-25T21:42:27.513Z Compiling slog-bunyan v2.5.0
20192025-03-25T21:42:28.841Z Compiling phf v0.11.2
20202025-03-25T21:42:29.053Z Compiling hyper-tls v0.6.0
20212025-03-25T21:42:29.413Z Compiling signal-hook-mio v0.2.4
20222025-03-25T21:42:29.476Z Compiling rayon v1.10.0
20232025-03-25T21:42:29.601Z Compiling toml v0.8.20
20242025-03-25T21:42:29.622Z Compiling cookie_store v0.21.1
20252025-03-25T21:42:30.565Z Compiling postgres-types v0.2.9
20262025-03-25T21:42:30.951Z Compiling zerocopy v0.6.6
20272025-03-25T21:42:30.954Z Compiling ed25519 v2.2.3
20282025-03-25T21:42:31.077Z Compiling hubpack v0.1.2
20292025-03-25T21:42:31.581Z Compiling async-stream v0.3.6
20302025-03-25T21:42:31.759Z Compiling phf_shared v0.10.0
20312025-03-25T21:42:31.864Z Compiling pkcs1 v0.7.5
20322025-03-25T21:42:32.127Z Compiling waitgroup v0.1.2
20332025-03-25T21:42:32.752Z Compiling serde_path_to_error v0.1.16
20342025-03-25T21:42:32.801Z Compiling serde-big-array v0.5.1
20352025-03-25T21:42:32.907Z Compiling rfc6979 v0.4.0
20362025-03-25T21:42:33.050Z Compiling sha1 v0.10.6
20372025-03-25T21:42:33.102Z Compiling float-cmp v0.10.0
20382025-03-25T21:42:33.363Z Compiling bstr v1.10.0
20392025-03-25T21:42:33.382Z Compiling hostname v0.4.0
20402025-03-25T21:42:33.611Z Compiling normalize-line-endings v0.3.0
20412025-03-25T21:42:33.704Z Compiling whoami v1.5.2
20422025-03-25T21:42:33.740Z Compiling unicode-segmentation v1.12.0
20432025-03-25T21:42:33.761Z Compiling predicates-core v1.0.8
20442025-03-25T21:42:33.932Z Compiling new_debug_unreachable v1.0.6
20452025-03-25T21:42:33.994Z Compiling difflib v0.4.0
20462025-03-25T21:42:34.060Z Compiling debug-ignore v1.0.5
20472025-03-25T21:42:34.060Z Compiling data-encoding v2.6.0
20482025-03-25T21:42:34.240Z Compiling number_prefix v0.4.0
20492025-03-25T21:42:34.489Z Compiling static_assertions v1.1.0
20502025-03-25T21:42:34.516Z Compiling precomputed-hash v0.1.1
20512025-03-25T21:42:34.595Z Compiling fixedbitset v0.4.2
20522025-03-25T21:42:34.616Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20532025-03-25T21:42:34.655Z Compiling string_cache v0.8.7
20542025-03-25T21:42:34.726Z Compiling hickory-proto v0.24.4
20552025-03-25T21:42:35.013Z Compiling petgraph v0.6.5
20562025-03-25T21:42:35.075Z Compiling similar v2.7.0
20572025-03-25T21:42:35.357Z Compiling indicatif v0.17.11
20582025-03-25T21:42:35.434Z Compiling predicates v3.1.3
20592025-03-25T21:42:36.873Z Compiling tokio-postgres v0.7.13
20602025-03-25T21:42:38.513Z Compiling ecdsa v0.16.9
20612025-03-25T21:42:42.199Z Compiling typify-macro v0.2.0
20622025-03-25T21:42:42.251Z Compiling rsa v0.9.6
20632025-03-25T21:42:42.989Z Compiling ed25519-dalek v2.1.1
20642025-03-25T21:42:44.189Z Compiling reqwest v0.12.12
20652025-03-25T21:42:44.327Z Compiling crossterm v0.28.1
20662025-03-25T21:42:44.363Z Compiling clap v4.5.32
20672025-03-25T21:42:44.497Z Compiling daft v0.1.2
20682025-03-25T21:42:44.552Z Compiling zip v0.6.6
20692025-03-25T21:42:45.621Z Compiling toml v0.7.8
20702025-03-25T21:42:45.833Z Compiling tokio-stream v0.1.17
20712025-03-25T21:42:45.895Z Compiling x509-cert v0.2.5
20722025-03-25T21:42:47.007Z Compiling hex v0.4.3
20732025-03-25T21:42:47.245Z Compiling itertools v0.10.5
20742025-03-25T21:42:49.566Z Compiling lalrpop-util v0.19.12
20752025-03-25T21:42:49.939Z Compiling peg-runtime v0.8.5
20762025-03-25T21:42:50.414Z Compiling unicode-xid v0.2.6
20772025-03-25T21:42:53.369Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20782025-03-25T21:42:53.812Z Compiling proc-macro-crate v1.3.1
20792025-03-25T21:42:54.610Z Compiling macaddr v1.0.1
20802025-03-25T21:42:55.521Z Compiling itertools v0.13.0
20812025-03-25T21:42:56.318Z Compiling heapless v0.8.0
20822025-03-25T21:42:57.664Z Compiling thiserror v2.0.12
20832025-03-25T21:42:58.302Z Compiling fastrand v2.1.1
20842025-03-25T21:42:59.022Z Compiling tempfile v3.13.0
20852025-03-25T21:42:59.026Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20862025-03-25T21:43:01.546Z Compiling num_enum_derive v0.5.11
20872025-03-25T21:43:09.342Z Compiling structmeta-derive v0.3.0
20882025-03-25T21:43:09.434Z Compiling thiserror-impl v2.0.12
20892025-03-25T21:43:10.501Z Compiling hash32 v0.3.1
20902025-03-25T21:43:11.990Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20912025-03-25T21:43:12.568Z Compiling smoltcp v0.11.0
20922025-03-25T21:43:19.060Z Compiling structmeta v0.3.0
20932025-03-25T21:43:23.146Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20942025-03-25T21:43:24.841Z Compiling num_enum v0.5.11
20952025-03-25T21:43:25.422Z Compiling typify v0.2.0
20962025-03-25T21:43:25.909Z Compiling strum_macros v0.26.4
20972025-03-25T21:43:27.980Z Compiling proc-macro-error-attr v1.0.4
20982025-03-25T21:43:28.350Z Compiling unsafe-libyaml v0.2.11
20992025-03-25T21:43:30.817Z Compiling cobs v0.2.3
21002025-03-25T21:43:31.649Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21012025-03-25T21:43:32.035Z Compiling postcard v1.0.10
21022025-03-25T21:43:33.083Z Compiling strum v0.26.3
21032025-03-25T21:43:33.308Z Compiling serde_yaml v0.9.34+deprecated
21042025-03-25T21:43:36.511Z Compiling progenitor-impl v0.8.0
21052025-03-25T21:43:36.933Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21062025-03-25T21:43:46.633Z Compiling foreign-types-macros v0.2.3
21072025-03-25T21:43:46.746Z Compiling wait-timeout v0.2.0
21082025-03-25T21:43:46.871Z Compiling proc-macro-error v1.0.4
21092025-03-25T21:43:47.229Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21102025-03-25T21:43:47.658Z Compiling foreign-types-shared v0.3.1
21112025-03-25T21:43:47.708Z Compiling bit-vec v0.8.0
21122025-03-25T21:43:47.975Z Compiling unicode-width v0.1.14
21132025-03-25T21:43:49.038Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21142025-03-25T21:43:49.230Z Compiling quick-error v1.2.3
21152025-03-25T21:43:49.417Z Compiling rusty-fork v0.3.0
21162025-03-25T21:43:49.486Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21172025-03-25T21:43:55.929Z Compiling tabwriter v1.4.0
21182025-03-25T21:43:56.870Z Compiling bit-set v0.8.0
21192025-03-25T21:43:58.031Z Compiling foreign-types v0.5.0
21202025-03-25T21:44:05.589Z Compiling progenitor-macro v0.8.0
21212025-03-25T21:44:08.267Z Compiling parse-display-derive v0.10.0
21222025-03-25T21:44:10.776Z Compiling progenitor-client v0.8.0
21232025-03-25T21:44:14.038Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21242025-03-25T21:44:14.854Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21252025-03-25T21:44:15.175Z Compiling rand_xorshift v0.3.0
21262025-03-25T21:44:15.329Z Compiling cstr-argument v0.1.2
21272025-03-25T21:44:15.472Z Compiling dropshot v0.16.0
21282025-03-25T21:44:15.624Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21292025-03-25T21:44:15.714Z Compiling pretty-hex v0.2.1
21302025-03-25T21:44:15.950Z Compiling crucible-workspace-hack v0.1.0
21312025-03-25T21:44:15.971Z Compiling unarray v0.1.4
21322025-03-25T21:44:16.345Z Compiling proptest v1.6.0
21332025-03-25T21:44:16.434Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21342025-03-25T21:44:17.118Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21352025-03-25T21:44:17.368Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21362025-03-25T21:44:17.390Z Compiling progenitor v0.8.0
21372025-03-25T21:44:17.587Z Compiling parse-display v0.10.0
21382025-03-25T21:44:17.973Z Compiling test-strategy v0.4.0
21392025-03-25T21:44:18.328Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21402025-03-25T21:44:18.561Z Compiling colored v2.2.0
21412025-03-25T21:44:19.551Z Compiling serde_with_macros v3.12.0
21422025-03-25T21:44:19.989Z Compiling dropshot_endpoint v0.16.0
21432025-03-25T21:44:21.160Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21442025-03-25T21:44:21.913Z Compiling instant v0.1.13
21452025-03-25T21:44:21.944Z Compiling winnow v0.6.20
21462025-03-25T21:44:22.112Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21472025-03-25T21:44:22.469Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21482025-03-25T21:44:22.595Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
21492025-03-25T21:44:23.283Z Compiling backoff v0.4.0
21502025-03-25T21:44:23.681Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21512025-03-25T21:44:23.926Z Compiling serde_with v3.12.0
21522025-03-25T21:44:25.226Z Compiling zone_cfg_derive v0.3.0
21532025-03-25T21:44:26.289Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21542025-03-25T21:44:26.631Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
21552025-03-25T21:44:27.215Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
21562025-03-25T21:44:27.646Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21572025-03-25T21:44:28.249Z Compiling camino-tempfile v1.1.1
21582025-03-25T21:44:28.392Z Compiling progenitor-client v0.9.1
21592025-03-25T21:44:29.036Z Compiling num-derive v0.4.2
21602025-03-25T21:44:29.383Z Compiling sigpipe v0.1.3
21612025-03-25T21:44:29.546Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21622025-03-25T21:44:29.900Z Compiling libefi-sys v0.1.0
21632025-03-25T21:44:30.328Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21642025-03-25T21:44:31.085Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21652025-03-25T21:44:31.239Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
21662025-03-25T21:44:32.801Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21672025-03-25T21:44:34.160Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
21682025-03-25T21:44:34.166Z Compiling zone v0.3.0
21692025-03-25T21:44:35.041Z Compiling itertools v0.14.0
21702025-03-25T21:44:35.131Z Compiling smf v0.2.3
21712025-03-25T21:44:36.711Z Compiling bitfield-struct v0.6.2
21722025-03-25T21:44:37.608Z Compiling blake3 v1.5.4
21732025-03-25T21:44:37.766Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21742025-03-25T21:44:38.075Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21752025-03-25T21:44:38.581Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21762025-03-25T21:44:38.772Z Compiling xattr v1.3.1
21772025-03-25T21:44:38.833Z Compiling filetime v0.2.25
21782025-03-25T21:44:38.984Z Compiling memmap2 v0.9.5
21792025-03-25T21:44:39.118Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21802025-03-25T21:44:39.223Z Compiling constant_time_eq v0.3.1
21812025-03-25T21:44:39.258Z Compiling same-file v1.0.6
21822025-03-25T21:44:39.433Z Compiling arrayvec v0.7.6
21832025-03-25T21:44:39.581Z Compiling arrayref v0.3.9
21842025-03-25T21:44:39.602Z Compiling walkdir v2.5.0
21852025-03-25T21:44:39.684Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21862025-03-25T21:44:39.713Z Compiling tar v0.4.44
21872025-03-25T21:44:41.234Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21882025-03-25T21:44:41.737Z Compiling gethostname v0.5.0
21892025-03-25T21:44:41.974Z Compiling cargo-platform v0.1.8
21902025-03-25T21:44:42.390Z Compiling fixedbitset v0.5.7
21912025-03-25T21:44:42.393Z Compiling topological-sort v0.2.2
21922025-03-25T21:44:42.714Z Compiling omicron-zone-package v0.12.0
21932025-03-25T21:44:43.074Z Compiling petgraph v0.7.1
21942025-03-25T21:44:43.576Z Compiling cargo_metadata v0.19.2
21952025-03-25T21:44:44.735Z Compiling shell-words v1.1.0
21962025-03-25T21:44:44.907Z Compiling indent_write v2.2.0
21972025-03-25T21:44:52.629Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21982025-03-25T21:44:55.025Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21992025-03-25T21:44:58.757Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22002025-03-25T21:45:13.487Z Finished `release` profile [optimized] target(s) in 5m 15s
22012025-03-25T21:45:13.663Z Running `target/release/omicron-package -t test target create -p dev`
22022025-03-25T21:45:13.716ZLogging to: /work/oxidecomputer/omicron/out/LOG
22032025-03-25T21:45:13.720ZCreated new build target 'test' and set it as active
22042025-03-25T21:45:13.720Z
22052025-03-25T21:45:13.720Zreal 5:16.143331156
22062025-03-25T21:45:13.720Zuser 36:33.182013619
22072025-03-25T21:45:13.720Zsys 3:36.794194722
22082025-03-25T21:45:13.720Ztrap 1.193587315
22092025-03-25T21:45:13.720Ztflt 1.714790850
22102025-03-25T21:45:13.720Zdflt 0.949470501
22112025-03-25T21:45:13.720Zkflt 0.005106393
22122025-03-25T21:45:13.720Zlock 1:10:56.264853620
22132025-03-25T21:45:13.720Zslp 2:27:11.898491675
22142025-03-25T21:45:13.720Zlat 2:46.122482667
22152025-03-25T21:45:13.720Zstop 4:54.540517305
22162025-03-25T21:45:13.720Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
22172025-03-25T21:45:14.767Z Finished `release` profile [optimized] target(s) in 0.98s
22182025-03-25T21:45:14.841Z Running `target/release/omicron-package -t test package`
22192025-03-25T21:45:14.892ZLogging to: /work/oxidecomputer/omicron/out/LOG
22202025-03-25T21:45:16.134Z Compiling ring v0.17.11
22212025-03-25T21:45:16.319Z Compiling thiserror v2.0.12
22222025-03-25T21:45:16.323Z Compiling typify-impl v0.3.0
22232025-03-25T21:45:16.323Z Compiling convert_case v0.4.0
22242025-03-25T21:45:16.323Z Compiling derive-where v1.2.7
22252025-03-25T21:45:16.323Z Compiling fastrand v2.1.1
22262025-03-25T21:45:16.323Z Compiling newline-converter v0.3.0
22272025-03-25T21:45:16.585Z Compiling expectorate v1.1.0
22282025-03-25T21:45:16.875Z Compiling tempfile v3.13.0
22292025-03-25T21:45:16.878Z Compiling password-hash v0.5.0
22302025-03-25T21:45:16.974Z Compiling derive_more v0.99.19
22312025-03-25T21:45:17.542Z Compiling blake2 v0.10.6
22322025-03-25T21:45:18.782Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
22332025-03-25T21:45:19.077Z Compiling base64 v0.21.7
22342025-03-25T21:45:19.154Z Compiling argon2 v0.5.3
22352025-03-25T21:45:19.511Z Compiling atomicwrites v0.4.4
22362025-03-25T21:45:20.045Z Compiling owo-colors v4.2.0
22372025-03-25T21:45:20.153Z Compiling cancel-safe-futures v0.1.5
22382025-03-25T21:45:20.552Z Compiling num-rational v0.4.2
22392025-03-25T21:45:20.681Z Compiling libsw-core v0.3.1
22402025-03-25T21:45:20.923Z Compiling num-complex v0.4.6
22412025-03-25T21:45:21.505Z Compiling rustls v0.23.19
22422025-03-25T21:45:21.540Z Compiling rustls v0.22.4
22432025-03-25T21:45:21.572Z Compiling libsw v3.4.0
22442025-03-25T21:45:21.884Z Compiling num v0.4.3
22452025-03-25T21:45:22.546Z Compiling swrite v0.1.0
22462025-03-25T21:45:22.718Z Compiling float-ord v0.3.2
22472025-03-25T21:45:22.769Z Compiling linear-map v1.2.0
22482025-03-25T21:45:22.901Z Compiling utf-8 v0.7.6
22492025-03-25T21:45:22.923Z Compiling linked-hash-map v0.5.6
22502025-03-25T21:45:23.188Z Compiling highway v1.3.0
22512025-03-25T21:45:23.290Z Compiling lru-cache v0.1.2
22522025-03-25T21:45:23.320Z Compiling tungstenite v0.21.0
22532025-03-25T21:45:23.552Z Compiling semver v0.1.20
22542025-03-25T21:45:24.056Z Compiling rustls-webpki v0.102.8
22552025-03-25T21:45:24.458Z Compiling rustc_version v0.1.7
22562025-03-25T21:45:24.731Z Compiling tokio-tungstenite v0.21.0
22572025-03-25T21:45:24.825Z Compiling resolv-conf v0.7.0
22582025-03-25T21:45:25.724Z Compiling hickory-resolver v0.24.4
22592025-03-25T21:45:26.443Z Compiling newtype_derive v0.1.6
22602025-03-25T21:45:26.704Z Compiling typify-macro v0.3.0
22612025-03-25T21:45:26.799Z Compiling wait-timeout v0.2.0
22622025-03-25T21:45:27.252Z Compiling bit-vec v0.8.0
22632025-03-25T21:45:27.689Z Compiling quick-error v1.2.3
22642025-03-25T21:45:27.883Z Compiling rusty-fork v0.3.0
22652025-03-25T21:45:28.259Z Compiling bit-set v0.8.0
22662025-03-25T21:45:28.559Z Compiling rand_xorshift v0.3.0
22672025-03-25T21:45:28.580Z Compiling humantime v2.1.0
22682025-03-25T21:45:28.828Z Compiling unarray v0.1.4
22692025-03-25T21:45:29.017Z Compiling proptest v1.6.0
22702025-03-25T21:45:29.488Z Compiling tokio-rustls v0.25.0
22712025-03-25T21:45:29.924Z Compiling dropshot v0.12.0
22722025-03-25T21:45:30.016Z Compiling typify v0.3.0
22732025-03-25T21:45:30.177Z Compiling progenitor-impl v0.9.1
22742025-03-25T21:45:32.803Z Compiling tokio-rustls v0.26.0
22752025-03-25T21:45:33.298Z Compiling hyper-rustls v0.27.3
22762025-03-25T21:45:33.877Z Compiling reqwest v0.12.12
22772025-03-25T21:45:36.679Z Compiling progenitor-macro v0.9.1
22782025-03-25T21:45:40.738Z Compiling progenitor-client v0.9.1
22792025-03-25T21:45:41.335Z Compiling progenitor-client v0.8.0
22802025-03-25T21:45:41.848Z Compiling progenitor v0.8.0
22812025-03-25T21:45:42.406Z Compiling parse-display v0.10.0
22822025-03-25T21:45:42.942Z Compiling dropshot v0.16.0
22832025-03-25T21:45:43.020Z Compiling strum v0.26.3
22842025-03-25T21:45:43.129Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22852025-03-25T21:45:43.238Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22862025-03-25T21:45:43.439Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
22872025-03-25T21:45:43.756Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22882025-03-25T21:45:47.835Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
22892025-03-25T21:45:48.112Z Compiling instant v0.1.13
22902025-03-25T21:45:48.306Z Compiling backoff v0.4.0
22912025-03-25T21:45:48.683Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
22922025-03-25T21:46:00.366Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
22932025-03-25T21:46:09.348Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22942025-03-25T21:46:15.080Z Compiling progenitor v0.9.1
22952025-03-25T21:46:15.337Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22962025-03-25T21:46:15.471Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22972025-03-25T21:46:16.108Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22982025-03-25T21:46:18.212Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22992025-03-25T21:46:18.579Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
23002025-03-25T21:46:18.947Z Compiling steno v0.4.1
23012025-03-25T21:46:22.473Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
23022025-03-25T21:46:23.732Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23032025-03-25T21:46:23.799Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23042025-03-25T21:46:26.043Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23052025-03-25T21:46:26.456Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23062025-03-25T21:46:30.685Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23072025-03-25T21:46:31.660Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23082025-03-25T21:46:33.075Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23092025-03-25T21:46:35.350Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23102025-03-25T21:46:35.568Z Compiling serde_with v3.12.0
23112025-03-25T21:46:39.146Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23122025-03-25T21:46:39.915Z Compiling macaddr v1.0.1
23132025-03-25T21:46:40.552Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23142025-03-25T21:46:40.785Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
23152025-03-25T21:46:40.828Z Compiling qorb v0.2.1
23162025-03-25T21:46:47.663Z Compiling slog-dtrace v0.3.0
23172025-03-25T21:46:48.347Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
23182025-03-25T21:46:49.966Z Compiling prettyplease v0.2.30
23192025-03-25T21:46:56.077Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23202025-03-25T21:46:59.410Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23212025-03-25T21:46:59.754Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23222025-03-25T21:47:00.019Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23232025-03-25T21:47:00.451Z Compiling half v2.4.1
23242025-03-25T21:47:00.472Z Compiling ciborium-io v0.2.2
23252025-03-25T21:47:00.641Z Compiling bytecount v0.6.8
23262025-03-25T21:47:00.997Z Compiling ciborium-ll v0.2.2
23272025-03-25T21:47:01.135Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23282025-03-25T21:47:01.533Z Compiling ciborium v0.2.2
23292025-03-25T21:47:03.286Z Compiling display-error-chain v0.2.2
23302025-03-25T21:47:03.549Z Compiling const_format_proc_macros v0.2.34
23312025-03-25T21:47:03.604Z Compiling same-file v1.0.6
23322025-03-25T21:47:03.881Z Compiling maplit v1.0.2
23332025-03-25T21:47:04.045Z Compiling crunchy v0.2.2
23342025-03-25T21:47:04.500Z Compiling keccak v0.1.5
23352025-03-25T21:47:05.236Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23362025-03-25T21:47:05.404Z Compiling const_format v0.2.34
23372025-03-25T21:47:05.655Z Compiling sha3 v0.10.8
23382025-03-25T21:47:05.726Z Compiling walkdir v2.5.0
23392025-03-25T21:47:06.343Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23402025-03-25T21:47:06.590Z Compiling radium v0.7.0
23412025-03-25T21:47:06.680Z Compiling tiny-keccak v2.0.2
23422025-03-25T21:47:07.044Z Compiling blake3 v1.5.4
23432025-03-25T21:47:07.216Z Compiling dsl_auto_type v0.1.2
23442025-03-25T21:47:07.240Z Compiling scheduled-thread-pool v0.2.7
23452025-03-25T21:47:07.773Z Compiling xattr v1.3.1
23462025-03-25T21:47:08.078Z Compiling diesel_table_macro_syntax v0.2.0
23472025-03-25T21:47:08.425Z Compiling memmap2 v0.9.5
23482025-03-25T21:47:08.489Z Compiling filetime v0.2.25
23492025-03-25T21:47:08.616Z Compiling constant_time_eq v0.3.1
23502025-03-25T21:47:08.807Z Compiling bit-vec v0.6.3
23512025-03-25T21:47:08.810Z Compiling arrayref v0.3.9
23522025-03-25T21:47:08.843Z Compiling tap v1.0.1
23532025-03-25T21:47:08.957Z Compiling maybe-uninit v2.0.0
23542025-03-25T21:47:09.066Z Compiling arrayvec v0.7.6
23552025-03-25T21:47:09.232Z Compiling bit-set v0.5.3
23562025-03-25T21:47:09.529Z Compiling wyz v0.5.1
23572025-03-25T21:47:09.552Z Compiling tar v0.4.44
23582025-03-25T21:47:09.751Z Compiling diesel_derives v2.2.3
23592025-03-25T21:47:10.012Z Compiling r2d2 v0.8.10
23602025-03-25T21:47:10.915Z Compiling toolchain_find v0.4.0
23612025-03-25T21:47:11.040Z Compiling camino-tempfile v1.1.1
23622025-03-25T21:47:11.420Z Compiling phf_generator v0.11.2
23632025-03-25T21:47:11.460Z Compiling ascii-canvas v3.0.0
23642025-03-25T21:47:11.489Z Compiling secrecy v0.8.0
23652025-03-25T21:47:11.645Z Compiling ena v0.14.3
23662025-03-25T21:47:11.799Z Compiling async-recursion v1.1.1
23672025-03-25T21:47:11.922Z Compiling regex-syntax v0.6.29
23682025-03-25T21:47:12.088Z Compiling funty v2.0.0
23692025-03-25T21:47:12.513Z Compiling bindgen v0.71.1
23702025-03-25T21:47:13.014Z Compiling topological-sort v0.2.2
23712025-03-25T21:47:13.166Z Compiling packed_struct v0.10.1
23722025-03-25T21:47:13.268Z Compiling crc-catalog v2.4.0
23732025-03-25T21:47:13.456Z Compiling diff v0.1.13
23742025-03-25T21:47:13.657Z Compiling crc v3.2.1
23752025-03-25T21:47:13.958Z Compiling omicron-zone-package v0.12.0
23762025-03-25T21:47:14.806Z Compiling bitvec v1.0.1
23772025-03-25T21:47:15.482Z Compiling lalrpop v0.19.12
23782025-03-25T21:47:15.888Z Compiling phf_codegen v0.11.2
23792025-03-25T21:47:16.141Z Compiling rustfmt-wrapper v0.2.1
23802025-03-25T21:47:16.836Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23812025-03-25T21:47:17.178Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23822025-03-25T21:47:17.440Z Compiling universal-hash v0.5.1
23832025-03-25T21:47:17.766Z Compiling thiserror-impl-no-std v2.0.2
23842025-03-25T21:47:17.961Z Compiling packed_struct_codegen v0.10.1
23852025-03-25T21:47:18.961Z Compiling parse-zoneinfo v0.3.1
23862025-03-25T21:47:19.317Z Compiling indexmap v1.9.3
23872025-03-25T21:47:19.705Z Compiling opaque-debug v0.3.1
23882025-03-25T21:47:19.827Z Compiling nodrop v0.1.14
23892025-03-25T21:47:19.987Z Compiling rustc-hash v2.1.1
23902025-03-25T21:47:20.169Z Compiling diesel v2.2.8
23912025-03-25T21:47:20.200Z Compiling ref-cast v1.0.23
23922025-03-25T21:47:20.238Z Compiling thiserror-no-std v2.0.2
23932025-03-25T21:47:20.390Z Compiling array-init v0.0.4
23942025-03-25T21:47:20.786Z Compiling poly1305 v0.8.0
23952025-03-25T21:47:21.525Z Compiling chrono-tz-build v0.4.0
23962025-03-25T21:47:22.387Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23972025-03-25T21:47:22.503Z Compiling smallvec v0.6.14
23982025-03-25T21:47:23.000Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23992025-03-25T21:47:23.318Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24002025-03-25T21:47:23.672Z Compiling itertools v0.13.0
24012025-03-25T21:47:24.324Z Compiling derive_builder_core v0.20.2
24022025-03-25T21:47:26.365Z Compiling chacha20 v0.9.1
24032025-03-25T21:47:26.888Z Compiling headers-core v0.3.0
24042025-03-25T21:47:27.181Z Compiling aead v0.5.2
24052025-03-25T21:47:27.419Z Compiling libxml v0.3.3
24062025-03-25T21:47:27.582Z Compiling ref-cast-impl v1.0.23
24072025-03-25T21:47:27.959Z Compiling vte_generate_state_changes v0.1.2
24082025-03-25T21:47:28.538Z Compiling arc-swap v1.7.1
24092025-03-25T21:47:28.671Z Compiling termcolor v1.4.1
24102025-03-25T21:47:29.237Z Compiling hashbrown v0.12.3
24112025-03-25T21:47:29.689Z Compiling bitfield v0.14.0
24122025-03-25T21:47:30.033Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
24132025-03-25T21:47:30.521Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24142025-03-25T21:47:31.600Z Compiling env_logger v0.10.2
24152025-03-25T21:47:32.733Z Compiling samael v0.0.18
24162025-03-25T21:47:33.593Z Compiling slog-scope v4.4.0
24172025-03-25T21:47:34.390Z Compiling vte v0.11.1
24182025-03-25T21:47:34.572Z Compiling chacha20poly1305 v0.10.1
24192025-03-25T21:47:34.595Z Compiling headers v0.4.0
24202025-03-25T21:47:34.845Z Compiling derive_builder_macro v0.20.2
24212025-03-25T21:47:35.773Z Compiling serde-hex v0.1.0
24222025-03-25T21:47:35.951Z Compiling chrono-tz v0.10.1
24232025-03-25T21:47:36.614Z Compiling vsss-rs v3.3.4
24242025-03-25T21:47:37.194Z Compiling polar-core v0.27.3
24252025-03-25T21:47:38.311Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24262025-03-25T21:47:40.583Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
24272025-03-25T21:47:40.853Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24282025-03-25T21:47:40.916Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24292025-03-25T21:47:41.273Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24302025-03-25T21:47:41.668Z Compiling ron v0.8.1
24312025-03-25T21:47:44.000Z Compiling hashbrown v0.13.2
24322025-03-25T21:47:45.347Z Compiling strum_macros v0.24.3
24332025-03-25T21:47:45.374Z Compiling unicase v2.7.0
24342025-03-25T21:47:45.751Z Compiling crc-any v2.5.0
24352025-03-25T21:47:46.795Z Compiling indoc v1.0.9
24362025-03-25T21:47:47.581Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24372025-03-25T21:47:47.648Z Compiling object v0.30.4
24382025-03-25T21:47:48.206Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24392025-03-25T21:48:03.183Z Compiling strip-ansi-escapes v0.2.0
24402025-03-25T21:48:03.976Z Compiling derive_builder v0.20.2
24412025-03-25T21:48:05.405Z Compiling slog-stdlog v4.1.1
24422025-03-25T21:48:07.201Z Compiling papergrid v0.11.0
24432025-03-25T21:48:07.637Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24442025-03-25T21:48:08.002Z Compiling tabled_derive v0.7.0
24452025-03-25T21:48:08.672Z Compiling fd-lock v4.0.2
24462025-03-25T21:48:08.937Z Compiling peg-macros v0.8.5
24472025-03-25T21:48:10.060Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24482025-03-25T21:48:11.045Z Compiling oso-derive v0.27.3
24492025-03-25T21:48:12.049Z Compiling impl-trait-for-tuples v0.2.2
24502025-03-25T21:48:12.339Z Compiling quick-xml v0.37.2
24512025-03-25T21:48:14.473Z Compiling diesel-dtrace v0.4.2
24522025-03-25T21:48:14.842Z Compiling nu-ansi-term v0.50.1
24532025-03-25T21:48:16.175Z Compiling path-slash v0.1.5
24542025-03-25T21:48:16.488Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24552025-03-25T21:48:17.808Z Compiling oso v0.27.3
24562025-03-25T21:48:20.996Z Compiling reedline v0.38.0
24572025-03-25T21:48:32.004Z Compiling peg v0.8.5
24582025-03-25T21:48:32.215Z Compiling tabled v0.15.0
24592025-03-25T21:48:33.471Z Compiling slog-envlogger v2.2.0
24602025-03-25T21:48:36.059Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24612025-03-25T21:48:39.906Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24622025-03-25T21:48:41.444Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24632025-03-25T21:48:41.811Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24642025-03-25T21:48:45.632Z Compiling pem v3.0.5
24652025-03-25T21:48:47.178Z Compiling bb8 v0.8.5
24662025-03-25T21:48:47.823Z Compiling bcs v0.1.6
24672025-03-25T21:48:48.641Z Compiling fxhash v0.2.1
24682025-03-25T21:48:48.748Z Compiling libz-sys v1.1.20
24692025-03-25T21:48:48.909Z Compiling termtree v0.5.1
24702025-03-25T21:48:49.593Z Compiling async-bb8-diesel v0.2.1
24712025-03-25T21:48:51.157Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24722025-03-25T21:48:51.846Z Compiling kstat-rs v0.2.4
24732025-03-25T21:48:52.199Z Compiling proc-macro-error-attr2 v2.0.0
24742025-03-25T21:48:52.615Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24752025-03-25T21:48:52.782Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24762025-03-25T21:48:53.008Z Compiling proc-macro-error2 v2.0.1
24772025-03-25T21:48:53.565Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
24782025-03-25T21:48:54.049Z Compiling nanorand v0.7.0
24792025-03-25T21:48:54.788Z Compiling libgit2-sys v0.17.0+1.8.1
24802025-03-25T21:48:55.610Z Compiling pin-project-internal v1.1.6
24812025-03-25T21:48:58.262Z Compiling parking_lot_core v0.8.6
24822025-03-25T21:48:58.768Z Compiling pin-project v1.1.6
24832025-03-25T21:49:07.223Z Compiling flume v0.11.1
24842025-03-25T21:49:07.288Z Compiling tabled_derive v0.10.0
24852025-03-25T21:49:08.020Z Compiling mime_guess v2.0.5
24862025-03-25T21:49:09.526Z Compiling papergrid v0.14.0
24872025-03-25T21:49:09.580Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24882025-03-25T21:49:12.642Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24892025-03-25T21:49:14.338Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24902025-03-25T21:49:15.793Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24912025-03-25T21:49:18.990Z Compiling snafu-derive v0.8.5
24922025-03-25T21:49:21.649Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24932025-03-25T21:49:22.113Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24942025-03-25T21:49:22.618Z Compiling tabled v0.18.0
24952025-03-25T21:49:23.060Z Compiling snafu v0.8.5
24962025-03-25T21:49:25.770Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24972025-03-25T21:49:27.991Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24982025-03-25T21:49:34.534Z Compiling globset v0.4.15
24992025-03-25T21:49:34.674Z Compiling olpc-cjson v0.1.4
25002025-03-25T21:49:35.020Z Compiling castaway v0.2.3
25012025-03-25T21:49:35.241Z Compiling vergen v8.3.2
25022025-03-25T21:49:35.599Z Compiling nibble_vec v0.1.0
25032025-03-25T21:49:35.873Z Compiling cargo-platform v0.1.8
25042025-03-25T21:49:36.383Z Compiling serde_plain v1.0.2
25052025-03-25T21:49:36.980Z Compiling atty v0.2.14
25062025-03-25T21:49:37.184Z Compiling io-lifetimes v1.0.11
25072025-03-25T21:49:37.758Z Compiling http-range v0.1.5
25082025-03-25T21:49:38.285Z Compiling endian-type v0.1.2
25092025-03-25T21:49:38.549Z Compiling typed-path v0.9.3
25102025-03-25T21:49:43.087Z Compiling salty v0.3.0
25112025-03-25T21:49:43.571Z Compiling tough v0.19.0
25122025-03-25T21:49:45.372Z Compiling radix_trie v0.2.1
25132025-03-25T21:49:46.812Z Compiling cargo_metadata v0.18.1
25142025-03-25T21:49:49.782Z Compiling compact_str v0.8.0
25152025-03-25T21:49:50.335Z Compiling git2 v0.19.0
25162025-03-25T21:49:52.405Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25172025-03-25T21:49:56.215Z Compiling parking_lot v0.11.2
25182025-03-25T21:49:58.721Z Compiling unicode-truncate v1.1.0
25192025-03-25T21:49:59.093Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
25202025-03-25T21:50:00.222Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25212025-03-25T21:50:00.768Z Compiling lru v0.12.5
25222025-03-25T21:50:01.152Z Compiling rand_seeder v0.3.0
25232025-03-25T21:50:01.609Z Compiling lzma-sys v0.1.20
25242025-03-25T21:50:02.346Z Compiling instability v0.3.2
25252025-03-25T21:50:03.407Z Compiling rustls v0.21.12
25262025-03-25T21:50:03.580Z Compiling cassowary v0.3.0
25272025-03-25T21:50:03.817Z Compiling indoc v2.0.6
25282025-03-25T21:50:04.784Z Compiling parse-size v1.1.0
25292025-03-25T21:50:04.888Z Compiling rustix v0.37.28
25302025-03-25T21:50:05.280Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
25312025-03-25T21:50:05.845Z Compiling ratatui v0.29.0
25322025-03-25T21:50:07.275Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25332025-03-25T21:50:07.310Z Compiling hyper-staticfile v0.10.1
25342025-03-25T21:50:07.511Z Compiling sled v0.34.7
25352025-03-25T21:50:10.178Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25362025-03-25T21:50:11.620Z Compiling hickory-client v0.24.4
25372025-03-25T21:50:16.320Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
25382025-03-25T21:50:16.382Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25392025-03-25T21:50:16.405Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25402025-03-25T21:50:17.560Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
25412025-03-25T21:50:19.135Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25422025-03-25T21:50:19.492Z Compiling sct v0.7.1
25432025-03-25T21:50:19.998Z Compiling rustls-webpki v0.101.7
25442025-03-25T21:50:21.971Z Compiling hickory-server v0.24.4
25452025-03-25T21:50:23.909Z Compiling primeorder v0.13.6
25462025-03-25T21:50:24.534Z Compiling heck v0.3.3
25472025-03-25T21:50:24.879Z Compiling env_filter v0.1.2
25482025-03-25T21:50:25.914Z Compiling csv-core v0.1.11
25492025-03-25T21:50:26.570Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
25502025-03-25T21:50:26.846Z Compiling csv v1.3.1
25512025-03-25T21:50:27.014Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25522025-03-25T21:50:28.667Z Compiling env_logger v0.11.5
25532025-03-25T21:50:29.035Z Compiling zone_cfg_derive v0.1.2
25542025-03-25T21:50:30.122Z Compiling p384 v0.13.0
25552025-03-25T21:50:33.291Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25562025-03-25T21:50:34.231Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25572025-03-25T21:50:35.887Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25582025-03-25T21:50:37.086Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25592025-03-25T21:50:37.186Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25602025-03-25T21:50:37.429Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25612025-03-25T21:50:37.808Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25622025-03-25T21:50:38.036Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25632025-03-25T21:50:38.183Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25642025-03-25T21:50:38.412Z Compiling tungstenite v0.23.0
25652025-03-25T21:50:38.541Z Compiling nix v0.27.1
25662025-03-25T21:50:41.284Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25672025-03-25T21:50:42.045Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
25682025-03-25T21:50:42.427Z Compiling base64 v0.13.1
25692025-03-25T21:50:43.243Z Compiling ron v0.7.1
25702025-03-25T21:50:43.359Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25712025-03-25T21:50:44.057Z Compiling tokio-tungstenite v0.23.1
25722025-03-25T21:50:44.196Z Compiling xz2 v0.1.7
25732025-03-25T21:50:44.837Z Compiling terminal_size v0.2.6
25742025-03-25T21:50:45.094Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25752025-03-25T21:50:48.427Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25762025-03-25T21:50:49.749Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25772025-03-25T21:50:51.194Z Compiling tokio-rustls v0.24.1
25782025-03-25T21:50:51.701Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25792025-03-25T21:50:52.592Z Compiling zone v0.1.8
25802025-03-25T21:50:54.608Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25812025-03-25T21:50:55.689Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25822025-03-25T21:50:56.094Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25832025-03-25T21:50:56.999Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25842025-03-25T21:50:58.217Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25852025-03-25T21:50:58.424Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25862025-03-25T21:51:01.673Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25872025-03-25T21:51:01.779Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25882025-03-25T21:51:03.568Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25892025-03-25T21:51:06.592Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25902025-03-25T21:51:06.995Z Compiling rustls-pemfile v1.0.4
25912025-03-25T21:51:07.225Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25922025-03-25T21:51:07.423Z Compiling signal-hook-tokio v0.3.1
25932025-03-25T21:51:07.676Z Compiling twox-hash v2.1.0
25942025-03-25T21:51:07.814Z Compiling yasna v0.5.2
25952025-03-25T21:51:08.714Z Compiling unicode-linebreak v0.1.5
25962025-03-25T21:51:09.289Z Compiling glob v0.3.2
25972025-03-25T21:51:09.310Z Compiling is_ci v1.2.0
25982025-03-25T21:51:09.649Z Compiling smawk v0.3.2
25992025-03-25T21:51:09.892Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26002025-03-25T21:51:09.970Z Compiling textwrap v0.16.1
26012025-03-25T21:51:11.277Z Compiling supports-color v3.0.2
26022025-03-25T21:51:11.444Z Compiling rcgen v0.12.1
26032025-03-25T21:51:13.608Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
26042025-03-25T21:51:16.159Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
26052025-03-25T21:51:17.281Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
26062025-03-25T21:51:17.338Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26072025-03-25T21:51:22.836Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
26082025-03-25T21:51:23.606Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
26092025-03-25T21:51:37.148Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26102025-03-25T21:51:37.341Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26112025-03-25T21:51:38.044Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
26122025-03-25T21:51:41.930Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
26132025-03-25T21:51:46.515Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26142025-03-25T21:51:47.740Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26152025-03-25T21:51:48.340Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26162025-03-25T21:51:53.798Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26172025-03-25T21:52:01.346Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26182025-03-25T21:52:01.718Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
26192025-03-25T21:52:04.514Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26202025-03-25T21:52:07.109Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26212025-03-25T21:52:07.274Z Compiling fatfs v0.3.6
26222025-03-25T21:52:07.485Z Compiling rtoolbox v0.0.2
26232025-03-25T21:52:07.955Z Compiling subprocess v0.2.9
26242025-03-25T21:52:08.038Z Compiling assert_matches v1.5.0
26252025-03-25T21:52:08.184Z Compiling rpassword v7.3.1
26262025-03-25T21:52:10.056Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26272025-03-25T21:52:11.323Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26282025-03-25T21:52:12.623Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26292025-03-25T21:52:17.905Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26302025-03-25T21:52:24.678Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
26312025-03-25T21:52:46.084Z Compiling tui-tree-widget v0.23.0
26322025-03-25T21:52:46.574Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
26332025-03-25T21:52:47.486Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26342025-03-25T21:52:47.863Z Compiling uzers v0.12.1
26352025-03-25T21:52:50.970Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
26362025-03-25T21:52:57.045Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
26372025-03-25T21:52:58.990Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
26382025-03-25T21:53:03.707Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26392025-03-25T21:53:14.458Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
26402025-03-25T21:53:19.320Z Compiling multimap v0.10.0
26412025-03-25T21:55:47.183Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
26422025-03-25T22:03:38.218Z Finished `release` profile [optimized] target(s) in 18m 23s
26432025-03-25T22:04:46.076Z
26442025-03-25T22:04:46.080Zreal 19:32.212812899
26452025-03-25T22:04:46.080Zuser 2:15:04.337990663
26462025-03-25T22:04:46.080Zsys 3:44.159973452
26472025-03-25T22:04:46.080Ztrap 3.539255891
26482025-03-25T22:04:46.080Ztflt 1.786499009
26492025-03-25T22:04:46.080Zdflt 5.433735954
26502025-03-25T22:04:46.080Zkflt 0.001631461
26512025-03-25T22:04:46.080Zlock 8:17:45.589376932
26522025-03-25T22:04:46.080Zslp 7:03:30.940304261
26532025-03-25T22:04:46.080Zlat 3:41.918469286
26542025-03-25T22:04:46.080Zstop 3:01.954250368
26552025-03-25T22:04:46.080Z+ mapfile -t packages
26562025-03-25T22:04:46.080Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
26572025-03-25T22:04:47.184Z Compiling ring v0.17.11
26582025-03-25T22:04:48.985Z Compiling rustls v0.23.19
26592025-03-25T22:04:49.030Z Compiling rustls v0.22.4
26602025-03-25T22:04:50.702Z Compiling rustls-webpki v0.102.8
26612025-03-25T22:04:54.745Z Compiling tokio-rustls v0.25.0
26622025-03-25T22:04:55.201Z Compiling dropshot v0.12.0
26632025-03-25T22:04:56.770Z Compiling tokio-rustls v0.26.0
26642025-03-25T22:04:57.257Z Compiling hyper-rustls v0.27.3
26652025-03-25T22:04:57.866Z Compiling reqwest v0.12.12
26662025-03-25T22:04:59.562Z Compiling dropshot v0.16.0
26672025-03-25T22:05:05.874Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26682025-03-25T22:05:06.531Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26692025-03-25T22:05:10.766Z Compiling progenitor-client v0.8.0
26702025-03-25T22:05:11.734Z Compiling progenitor v0.8.0
26712025-03-25T22:05:12.150Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
26722025-03-25T22:05:15.865Z Compiling progenitor-client v0.9.1
26732025-03-25T22:05:16.368Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26742025-03-25T22:05:16.902Z Compiling omicron-zone-package v0.12.0
26752025-03-25T22:05:19.568Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26762025-03-25T22:05:31.189Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26772025-03-25T22:05:35.523Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26782025-03-25T22:05:36.411Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26792025-03-25T22:05:39.772Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26802025-03-25T22:05:54.668Z Finished `release` profile [optimized] target(s) in 1m 08s
26812025-03-25T22:05:54.844Z Running `target/release/omicron-package -t test list-outputs`
26822025-03-25T22:05:54.900ZLogging to: /work/oxidecomputer/omicron/out/LOG
26832025-03-25T22:05:54.905Z+ ptime -m cargo build --locked --release -p xtask
26842025-03-25T22:05:55.517Z Compiling serde v1.0.218
26852025-03-25T22:05:55.522Z Compiling rustix v0.38.37
26862025-03-25T22:05:55.522Z Compiling serde_json v1.0.139
26872025-03-25T22:05:55.522Z Compiling libc v0.2.170
26882025-03-25T22:05:55.522Z Compiling syn v2.0.98
26892025-03-25T22:05:55.614Z Compiling bitflags v2.6.0
26902025-03-25T22:05:55.992Z Compiling usdt-impl v0.5.0
26912025-03-25T22:05:56.032Z Compiling syn v1.0.109
26922025-03-25T22:05:56.144Z Compiling log v0.4.22
26932025-03-25T22:05:56.173Z Compiling hashbrown v0.15.1
26942025-03-25T22:05:56.421Z Compiling fs-err v2.11.0
26952025-03-25T22:05:56.601Z Compiling once_cell v1.20.3
26962025-03-25T22:05:56.770Z Compiling anyhow v1.0.97
26972025-03-25T22:05:57.058Z Compiling thread-id v4.2.2
26982025-03-25T22:05:57.392Z Compiling indexmap v2.7.1
26992025-03-25T22:05:58.518Z Compiling terminal_size v0.4.0
27002025-03-25T22:05:58.564Z Compiling tempfile v3.13.0
27012025-03-25T22:05:58.791Z Compiling clap_builder v4.5.32
27022025-03-25T22:05:59.534Z Compiling proc-macro-error v1.0.4
27032025-03-25T22:06:00.243Z Compiling tabled_derive v0.7.0
27042025-03-25T22:06:01.376Z Compiling tabled v0.15.0
27052025-03-25T22:06:01.948Z Compiling serde_derive v1.0.218
27062025-03-25T22:06:01.952Z Compiling thiserror-impl v1.0.69
27072025-03-25T22:06:01.952Z Compiling zerocopy-derive v0.7.35
27082025-03-25T22:06:01.952Z Compiling scroll_derive v0.12.0
27092025-03-25T22:06:01.952Z Compiling thiserror-impl v2.0.12
27102025-03-25T22:06:03.357Z Compiling scroll v0.12.0
27112025-03-25T22:06:03.824Z Compiling zerocopy v0.7.35
27122025-03-25T22:06:04.040Z Compiling goblin v0.8.2
27132025-03-25T22:06:04.663Z Compiling thiserror v1.0.69
27142025-03-25T22:06:04.831Z Compiling pest v2.7.14
27152025-03-25T22:06:06.701Z Compiling thiserror v2.0.12
27162025-03-25T22:06:06.890Z Compiling clap_derive v4.5.32
27172025-03-25T22:06:07.972Z Compiling pest_meta v2.7.14
27182025-03-25T22:06:11.191Z Compiling pest_generator v2.7.14
27192025-03-25T22:06:11.528Z Compiling clap v4.5.32
27202025-03-25T22:06:12.964Z Compiling pest_derive v2.7.14
27212025-03-25T22:06:13.798Z Compiling dtrace-parser v0.2.0
27222025-03-25T22:06:15.389Z Compiling toml_datetime v0.6.8
27232025-03-25T22:06:16.120Z Compiling serde_spanned v0.6.8
27242025-03-25T22:06:16.428Z Compiling serde_tokenstream v0.2.2
27252025-03-25T22:06:17.047Z Compiling dof v0.3.0
27262025-03-25T22:06:17.180Z Compiling toml_edit v0.22.24
27272025-03-25T22:06:19.231Z Compiling camino v1.1.9
27282025-03-25T22:06:21.163Z Compiling usdt-macro v0.5.0
27292025-03-25T22:06:22.392Z Compiling toml v0.8.20
27302025-03-25T22:06:23.787Z Compiling usdt-attr-macro v0.5.0
27312025-03-25T22:06:23.841Z Compiling semver v1.0.25
27322025-03-25T22:06:25.192Z Compiling cargo-platform v0.1.8
27332025-03-25T22:06:25.312Z Compiling usdt v0.5.0
27342025-03-25T22:06:25.757Z Compiling cargo_metadata v0.19.2
27352025-03-25T22:06:26.313Z Compiling cargo_toml v0.21.0
27362025-03-25T22:06:26.745Z Compiling camino-tempfile v1.1.1
27372025-03-25T22:06:27.546Z Compiling macaddr v1.0.1
27382025-03-25T22:06:39.780Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
27392025-03-25T22:06:45.248Z Finished `release` profile [optimized] target(s) in 50.28s
27402025-03-25T22:06:45.398Z
27412025-03-25T22:06:45.398Zreal 50.455428307
27422025-03-25T22:06:45.399Zuser 5:25.749825681
27432025-03-25T22:06:45.399Zsys 19.848867699
27442025-03-25T22:06:45.399Ztrap 0.155971748
27452025-03-25T22:06:45.399Ztflt 0.227838454
27462025-03-25T22:06:45.402Zdflt 0.395899133
27472025-03-25T22:06:45.402Zkflt 0.000002549
27482025-03-25T22:06:45.402Zlock 9:56.440533189
27492025-03-25T22:06:45.402Zslp 16:01.475398139
27502025-03-25T22:06:45.402Zlat 15.962856043
27512025-03-25T22:06:45.402Zstop 19.496720642
27522025-03-25T22:06:45.402Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
27532025-03-25T22:06:45.402Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
27542025-03-25T22:06:45.402Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
27552025-03-25T22:06:45.402Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
27562025-03-25T22:06:45.402Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
27572025-03-25T22:06:46.349Z Compiling regress v0.10.3
27582025-03-25T22:06:46.485Z Compiling thiserror-impl v2.0.12
27592025-03-25T22:06:46.500Z Compiling ident_case v1.0.1
27602025-03-25T22:06:46.500Z Compiling unsafe-libyaml v0.2.11
27612025-03-25T22:06:46.503Z Compiling progenitor-client v0.9.1
27622025-03-25T22:06:46.503Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27632025-03-25T22:06:46.503Z Compiling tempfile v3.13.0
27642025-03-25T22:06:46.503Z Compiling quick-error v1.2.3
27652025-03-25T22:06:46.729Z Compiling macaddr v1.0.1
27662025-03-25T22:06:46.815Z Compiling darling_core v0.20.10
27672025-03-25T22:06:47.021Z Compiling progenitor-client v0.8.0
27682025-03-25T22:06:47.138Z Compiling structmeta-derive v0.3.0
27692025-03-25T22:06:47.180Z Compiling instant v0.1.13
27702025-03-25T22:06:47.275Z Compiling wait-timeout v0.2.0
27712025-03-25T22:06:47.358Z Compiling dropshot v0.16.0
27722025-03-25T22:06:47.678Z Compiling bit-vec v0.8.0
27732025-03-25T22:06:47.823Z Compiling serde_yaml v0.9.34+deprecated
27742025-03-25T22:06:47.854Z Compiling rusty-fork v0.3.0
27752025-03-25T22:06:47.985Z Compiling bit-set v0.8.0
27762025-03-25T22:06:48.308Z Compiling dropshot_endpoint v0.16.0
27772025-03-25T22:06:48.357Z Compiling rand_xorshift v0.3.0
27782025-03-25T22:06:48.565Z Compiling unarray v0.1.4
27792025-03-25T22:06:48.713Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27802025-03-25T22:06:48.765Z Compiling proptest v1.6.0
27812025-03-25T22:06:48.915Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27822025-03-25T22:06:49.668Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27832025-03-25T22:06:49.671Z Compiling thiserror v2.0.12
27842025-03-25T22:06:49.757Z Compiling structmeta v0.3.0
27852025-03-25T22:06:49.867Z Compiling backoff v0.4.0
27862025-03-25T22:06:49.890Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27872025-03-25T22:06:50.170Z Compiling parse-display-derive v0.10.0
27882025-03-25T22:06:50.262Z Compiling typify-impl v0.2.0
27892025-03-25T22:06:50.672Z Compiling test-strategy v0.4.0
27902025-03-25T22:06:51.291Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27912025-03-25T22:06:51.372Z Compiling proc-macro-crate v1.3.1
27922025-03-25T22:06:51.818Z Compiling typify-impl v0.3.0
27932025-03-25T22:06:52.302Z Compiling num_enum_derive v0.5.11
27942025-03-25T22:06:52.857Z Compiling darling_macro v0.20.10
27952025-03-25T22:06:53.832Z Compiling darling v0.20.10
27962025-03-25T22:06:54.020Z Compiling serde_with_macros v3.12.0
27972025-03-25T22:06:54.246Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27982025-03-25T22:06:54.268Z Compiling parse-display v0.10.0
27992025-03-25T22:06:54.628Z Compiling num_enum v0.5.11
28002025-03-25T22:06:54.689Z Compiling itertools v0.13.0
28012025-03-25T22:06:54.826Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
28022025-03-25T22:06:54.894Z Compiling heapless v0.8.0
28032025-03-25T22:06:55.484Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28042025-03-25T22:06:55.702Z Compiling crucible-workspace-hack v0.1.0
28052025-03-25T22:06:56.092Z Compiling proc-macro-error v1.0.4
28062025-03-25T22:06:56.209Z Compiling camino-tempfile v1.1.1
28072025-03-25T22:06:56.571Z Compiling serde_with v3.12.0
28082025-03-25T22:06:56.691Z Compiling hash32 v0.3.1
28092025-03-25T22:06:56.712Z Compiling foreign-types-macros v0.2.3
28102025-03-25T22:06:56.966Z Compiling foreign-types-shared v0.3.1
28112025-03-25T22:06:57.128Z Compiling smoltcp v0.11.0
28122025-03-25T22:06:57.770Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28132025-03-25T22:06:58.055Z Compiling foreign-types v0.5.0
28142025-03-25T22:06:58.572Z Compiling tabwriter v1.4.0
28152025-03-25T22:06:59.049Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28162025-03-25T22:06:59.175Z Compiling cstr-argument v0.1.2
28172025-03-25T22:06:59.460Z Compiling cobs v0.2.3
28182025-03-25T22:06:59.786Z Compiling pretty-hex v0.2.1
28192025-03-25T22:06:59.941Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
28202025-03-25T22:07:00.033Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28212025-03-25T22:07:00.323Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28222025-03-25T22:07:00.452Z Compiling postcard v1.0.10
28232025-03-25T22:07:00.516Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28242025-03-25T22:07:01.066Z Compiling colored v2.2.0
28252025-03-25T22:07:01.135Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28262025-03-25T22:07:01.502Z Compiling winnow v0.6.20
28272025-03-25T22:07:01.623Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28282025-03-25T22:07:01.862Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28292025-03-25T22:07:01.915Z Compiling smf v0.2.3
28302025-03-25T22:07:02.812Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28312025-03-25T22:07:03.120Z Compiling zone_cfg_derive v0.3.0
28322025-03-25T22:07:03.193Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28332025-03-25T22:07:03.612Z Compiling itertools v0.14.0
28342025-03-25T22:07:04.602Z Compiling num-derive v0.4.2
28352025-03-25T22:07:04.629Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28362025-03-25T22:07:05.011Z Compiling typify-macro v0.2.0
28372025-03-25T22:07:05.182Z Compiling sigpipe v0.1.3
28382025-03-25T22:07:05.347Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28392025-03-25T22:07:05.418Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28402025-03-25T22:07:05.802Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28412025-03-25T22:07:06.620Z Compiling zone v0.3.0
28422025-03-25T22:07:06.641Z Compiling typify-macro v0.3.0
28432025-03-25T22:07:06.753Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28442025-03-25T22:07:06.909Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
28452025-03-25T22:07:07.226Z Compiling universal-hash v0.5.1
28462025-03-25T22:07:07.503Z Compiling opaque-debug v0.3.1
28472025-03-25T22:07:07.636Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28482025-03-25T22:07:07.809Z Compiling utf-8 v0.7.6
28492025-03-25T22:07:07.915Z Compiling num-rational v0.4.2
28502025-03-25T22:07:08.101Z Compiling tungstenite v0.21.0
28512025-03-25T22:07:08.144Z Compiling password-hash v0.5.0
28522025-03-25T22:07:08.794Z Compiling typify v0.2.0
28532025-03-25T22:07:08.883Z Compiling blake2 v0.10.6
28542025-03-25T22:07:08.958Z Compiling progenitor-impl v0.8.0
28552025-03-25T22:07:09.347Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28562025-03-25T22:07:09.514Z Compiling aead v0.5.2
28572025-03-25T22:07:09.514Z Compiling num-complex v0.4.6
28582025-03-25T22:07:09.893Z Compiling convert_case v0.4.0
28592025-03-25T22:07:10.061Z Compiling keccak v0.1.5
28602025-03-25T22:07:10.226Z Compiling base64 v0.21.7
28612025-03-25T22:07:10.419Z Compiling typify v0.3.0
28622025-03-25T22:07:10.492Z Compiling sha3 v0.10.8
28632025-03-25T22:07:10.589Z Compiling progenitor-impl v0.9.1
28642025-03-25T22:07:10.751Z Compiling derive_more v0.99.19
28652025-03-25T22:07:10.930Z Compiling num v0.4.3
28662025-03-25T22:07:11.062Z Compiling argon2 v0.5.3
28672025-03-25T22:07:11.240Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28682025-03-25T22:07:11.412Z Compiling tokio-tungstenite v0.21.0
28692025-03-25T22:07:11.514Z Compiling poly1305 v0.8.0
28702025-03-25T22:07:12.050Z Compiling chacha20 v0.9.1
28712025-03-25T22:07:12.537Z Compiling float-ord v0.3.2
28722025-03-25T22:07:12.603Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28732025-03-25T22:07:12.748Z Compiling derive-where v1.2.7
28742025-03-25T22:07:13.069Z Compiling semver v0.1.20
28752025-03-25T22:07:13.301Z Compiling same-file v1.0.6
28762025-03-25T22:07:13.623Z Compiling walkdir v2.5.0
28772025-03-25T22:07:13.679Z Compiling rustc_version v0.1.7
28782025-03-25T22:07:13.959Z Compiling newline-converter v0.3.0
28792025-03-25T22:07:14.147Z Compiling primeorder v0.13.6
28802025-03-25T22:07:14.169Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28812025-03-25T22:07:14.310Z Compiling secrecy v0.8.0
28822025-03-25T22:07:14.590Z Compiling owo-colors v4.2.0
28832025-03-25T22:07:14.702Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28842025-03-25T22:07:14.783Z Compiling cancel-safe-futures v0.1.5
28852025-03-25T22:07:15.185Z Compiling linked-hash-map v0.5.6
28862025-03-25T22:07:15.370Z Compiling newtype_derive v0.1.6
28872025-03-25T22:07:15.533Z Compiling lru-cache v0.1.2
28882025-03-25T22:07:15.554Z Compiling expectorate v1.1.0
28892025-03-25T22:07:15.738Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28902025-03-25T22:07:15.763Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28912025-03-25T22:07:15.766Z Compiling resolv-conf v0.7.0
28922025-03-25T22:07:15.844Z Compiling progenitor-macro v0.8.0
28932025-03-25T22:07:15.919Z Compiling thiserror-impl-no-std v2.0.2
28942025-03-25T22:07:15.950Z Compiling libsw-core v0.3.1
28952025-03-25T22:07:16.041Z Compiling blake3 v1.5.4
28962025-03-25T22:07:16.252Z Compiling unicase v2.7.0
28972025-03-25T22:07:16.507Z Compiling half v2.4.1
28982025-03-25T22:07:16.605Z Compiling fixedbitset v0.5.7
28992025-03-25T22:07:16.755Z Compiling ciborium-io v0.2.2
29002025-03-25T22:07:16.776Z Compiling arc-swap v1.7.1
29012025-03-25T22:07:17.036Z Compiling petgraph v0.7.1
29022025-03-25T22:07:17.279Z Compiling slog-scope v4.4.0
29032025-03-25T22:07:17.360Z Compiling ciborium-ll v0.2.2
29042025-03-25T22:07:17.469Z Compiling progenitor-macro v0.9.1
29052025-03-25T22:07:17.630Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
29062025-03-25T22:07:17.653Z Compiling hickory-resolver v0.24.4
29072025-03-25T22:07:17.792Z Compiling libsw v3.4.0
29082025-03-25T22:07:17.816Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29092025-03-25T22:07:18.667Z Compiling thiserror-no-std v2.0.2
29102025-03-25T22:07:18.729Z Compiling polyval v0.6.2
29112025-03-25T22:07:18.833Z Compiling atomicwrites v0.4.4
29122025-03-25T22:07:19.180Z Compiling memmap2 v0.9.5
29132025-03-25T22:07:19.240Z Compiling constant_time_eq v0.3.1
29142025-03-25T22:07:19.455Z Compiling salty v0.3.0
29152025-03-25T22:07:19.624Z Compiling linear-map v1.2.0
29162025-03-25T22:07:19.922Z Compiling libefi-sys v0.1.0
29172025-03-25T22:07:20.008Z Compiling arrayvec v0.7.6
29182025-03-25T22:07:20.274Z Compiling parking_lot_core v0.8.6
29192025-03-25T22:07:20.307Z Compiling indent_write v2.2.0
29202025-03-25T22:07:20.426Z Compiling arrayref v0.3.9
29212025-03-25T22:07:20.571Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29222025-03-25T22:07:20.851Z Compiling ghash v0.5.1
29232025-03-25T22:07:20.881Z Compiling vsss-rs v3.3.4
29242025-03-25T22:07:21.259Z Compiling ciborium v0.2.2
29252025-03-25T22:07:22.109Z Compiling slog-stdlog v4.1.1
29262025-03-25T22:07:22.517Z Compiling p384 v0.13.0
29272025-03-25T22:07:22.538Z Compiling toolchain_find v0.4.0
29282025-03-25T22:07:22.675Z Compiling chacha20poly1305 v0.10.1
29292025-03-25T22:07:22.953Z Compiling ctr v0.9.2
29302025-03-25T22:07:23.203Z Compiling lzma-sys v0.1.20
29312025-03-25T22:07:23.305Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29322025-03-25T22:07:23.359Z Compiling bitfield-struct v0.6.2
29332025-03-25T22:07:23.771Z Compiling slog-dtrace v0.3.0
29342025-03-25T22:07:24.000Z Compiling highway v1.3.0
29352025-03-25T22:07:24.056Z Compiling topological-sort v0.2.2
29362025-03-25T22:07:24.271Z Compiling omicron-zone-package v0.12.0
29372025-03-25T22:07:24.406Z Compiling aes-gcm v0.10.3
29382025-03-25T22:07:24.440Z Compiling rustfmt-wrapper v0.2.1
29392025-03-25T22:07:24.755Z Compiling slog-envlogger v2.2.0
29402025-03-25T22:07:24.811Z Compiling mime_guess v2.0.5
29412025-03-25T22:07:24.815Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29422025-03-25T22:07:25.072Z Compiling steno v0.4.1
29432025-03-25T22:07:25.899Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
29442025-03-25T22:07:26.038Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29452025-03-25T22:07:26.086Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29462025-03-25T22:07:26.150Z Compiling heck v0.3.3
29472025-03-25T22:07:26.237Z Compiling ssh-encoding v0.2.0
29482025-03-25T22:07:26.512Z Compiling blowfish v0.9.1
29492025-03-25T22:07:26.659Z Compiling env_filter v0.1.2
29502025-03-25T22:07:26.765Z Compiling nibble_vec v0.1.0
29512025-03-25T22:07:27.131Z Compiling endian-type v0.1.2
29522025-03-25T22:07:27.139Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29532025-03-25T22:07:27.166Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29542025-03-25T22:07:27.224Z Compiling humantime v2.1.0
29552025-03-25T22:07:27.246Z Compiling radix_trie v0.2.1
29562025-03-25T22:07:27.301Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29572025-03-25T22:07:27.586Z Compiling env_logger v0.11.5
29582025-03-25T22:07:27.780Z Compiling bcrypt-pbkdf v0.10.0
29592025-03-25T22:07:27.823Z Compiling progenitor v0.8.0
29602025-03-25T22:07:27.843Z Compiling ssh-cipher v0.2.0
29612025-03-25T22:07:28.090Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
29622025-03-25T22:07:28.159Z Compiling zone_cfg_derive v0.1.2
29632025-03-25T22:07:28.439Z Compiling parking_lot v0.11.2
29642025-03-25T22:07:28.731Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29652025-03-25T22:07:29.147Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29662025-03-25T22:07:29.453Z Compiling qorb v0.2.1
29672025-03-25T22:07:29.626Z Compiling progenitor v0.9.1
29682025-03-25T22:07:29.646Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29692025-03-25T22:07:29.868Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
29702025-03-25T22:07:29.890Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29712025-03-25T22:07:29.933Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29722025-03-25T22:07:29.993Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29732025-03-25T22:07:30.146Z Compiling password-hash v0.4.2
29742025-03-25T22:07:30.413Z Compiling gethostname v0.5.0
29752025-03-25T22:07:30.642Z Compiling fxhash v0.2.1
29762025-03-25T22:07:30.888Z Compiling http-range v0.1.5
29772025-03-25T22:07:30.999Z Compiling base64 v0.13.1
29782025-03-25T22:07:31.238Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
29792025-03-25T22:07:31.260Z Compiling sled v0.34.7
29802025-03-25T22:07:31.586Z Compiling ron v0.7.1
29812025-03-25T22:07:31.645Z Compiling pbkdf2 v0.11.0
29822025-03-25T22:07:32.036Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29832025-03-25T22:07:32.813Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29842025-03-25T22:07:33.774Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29852025-03-25T22:07:33.832Z Compiling zone v0.1.8
29862025-03-25T22:07:33.853Z Compiling xz2 v0.1.7
29872025-03-25T22:07:35.297Z Compiling ssh-key v0.6.6
29882025-03-25T22:07:35.355Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
29892025-03-25T22:07:35.626Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29902025-03-25T22:07:35.769Z Compiling hickory-client v0.24.4
29912025-03-25T22:07:36.485Z Compiling p521 v0.13.3
29922025-03-25T22:07:36.831Z Compiling p256 v0.13.2
29932025-03-25T22:07:37.105Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29942025-03-25T22:07:37.676Z Compiling hickory-server v0.24.4
29952025-03-25T22:07:38.063Z Compiling pem v3.0.5
29962025-03-25T22:07:38.812Z Compiling yasna v0.5.2
29972025-03-25T22:07:38.842Z Compiling headers-core v0.3.0
29982025-03-25T22:07:39.053Z Compiling kstat-rs v0.2.4
29992025-03-25T22:07:39.396Z Compiling nanorand v0.7.0
30002025-03-25T22:07:39.634Z Compiling atty v0.2.14
30012025-03-25T22:07:39.833Z Compiling russh-cryptovec v0.7.3
30022025-03-25T22:07:39.969Z Compiling md5 v0.7.0
30032025-03-25T22:07:40.203Z Compiling rcgen v0.12.1
30042025-03-25T22:07:40.392Z Compiling russh-keys v0.45.0
30052025-03-25T22:07:40.531Z Compiling flume v0.11.1
30062025-03-25T22:07:41.036Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
30072025-03-25T22:07:41.174Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
30082025-03-25T22:07:41.946Z Compiling headers v0.4.0
30092025-03-25T22:07:42.384Z Compiling hyper-staticfile v0.10.1
30102025-03-25T22:07:43.525Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30112025-03-25T22:07:43.730Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30122025-03-25T22:07:44.153Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
30132025-03-25T22:07:44.175Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
30142025-03-25T22:07:44.409Z Compiling num-bigint v0.4.6
30152025-03-25T22:07:44.552Z Compiling des v0.8.1
30162025-03-25T22:07:44.573Z Compiling subprocess v0.2.9
30172025-03-25T22:07:44.911Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30182025-03-25T22:07:45.855Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30192025-03-25T22:07:46.285Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30202025-03-25T22:07:46.710Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30212025-03-25T22:07:49.039Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30222025-03-25T22:07:50.525Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30232025-03-25T22:07:50.647Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30242025-03-25T22:07:51.586Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
30252025-03-25T22:07:52.973Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30262025-03-25T22:07:53.531Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30272025-03-25T22:07:54.298Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30282025-03-25T22:07:54.334Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30292025-03-25T22:07:55.017Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30302025-03-25T22:07:55.847Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30312025-03-25T22:07:56.975Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30322025-03-25T22:07:56.996Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30332025-03-25T22:07:57.984Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30342025-03-25T22:07:58.187Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30352025-03-25T22:07:59.554Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30362025-03-25T22:07:59.670Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30372025-03-25T22:08:00.003Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30382025-03-25T22:08:00.660Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30392025-03-25T22:08:01.235Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30402025-03-25T22:08:03.129Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30412025-03-25T22:08:03.176Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30422025-03-25T22:08:03.335Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30432025-03-25T22:08:04.383Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30442025-03-25T22:08:05.134Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30452025-03-25T22:08:05.680Z Compiling display-error-chain v0.2.2
30462025-03-25T22:08:05.941Z Compiling hex-literal v0.4.1
30472025-03-25T22:08:06.142Z Compiling russh v0.45.0
30482025-03-25T22:08:06.239Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30492025-03-25T22:08:06.763Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30502025-03-25T22:08:08.225Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30512025-03-25T22:08:09.187Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30522025-03-25T22:08:09.274Z Compiling internet-checksum v0.2.1
30532025-03-25T22:08:14.413Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30542025-03-25T22:08:21.245Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30552025-03-25T22:08:22.922Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30562025-03-25T22:08:47.845Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30572025-03-25T22:09:10.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
30582025-03-25T22:09:11.064Z
30592025-03-25T22:09:11.067Zreal 2:25.601963703
30602025-03-25T22:09:11.067Zuser 12:23.264773576
30612025-03-25T22:09:11.067Zsys 1:39.790428026
30622025-03-25T22:09:11.067Ztrap 0.384758700
30632025-03-25T22:09:11.067Ztflt 0.233937187
30642025-03-25T22:09:11.067Zdflt 0.723190433
30652025-03-25T22:09:11.067Zkflt 0.000075894
30662025-03-25T22:09:11.067Zlock 23:22.596689551
30672025-03-25T22:09:11.067Zslp 43:40.607160905
30682025-03-25T22:09:11.067Zlat 39.312104775
30692025-03-25T22:09:11.067Zstop 1:47.016517162
30702025-03-25T22:09:11.067Z+ mkdir tests
30712025-03-25T22:09:11.072Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
30722025-03-25T22:09:11.072Z+ xargs -I '{}' -t cp '{}' tests/
30732025-03-25T22:09:11.114Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-85a52c52ac369810 tests/
30742025-03-25T22:09:11.140Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0ce3b2f09d354b4b tests/
30752025-03-25T22:09:11.165Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-8157ae39450efb9d tests/
30762025-03-25T22:09:11.192Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-72010e6fc5b9e64b tests/
30772025-03-25T22:09:11.469Z+ 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/*)
30782025-03-25T22:09:11.476Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-0ce3b2f09d354b4b tests/commtest-8157ae39450efb9d tests/dhcp_server-85a52c52ac369810 tests/end_to_end_tests-72010e6fc5b9e64b out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
30792025-03-25T22:10:28.435ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
30802025-03-25T22:10:28.435Za .github/buildomat/ci-env.sh 1K
30812025-03-25T22:10:28.435Za out/target/test 1K
30822025-03-25T22:10:28.435Za out/npuzone/npuzone 23144K
30832025-03-25T22:10:28.435Za package-manifest.toml 33K
30842025-03-25T22:10:28.435Za smf/sled-agent/non-gimlet/config.toml 4K
30852025-03-25T22:10:28.436Za target/release/omicron-package 39604K
30862025-03-25T22:10:28.436Za target/release/xtask 10810K
30872025-03-25T22:10:28.436Za target/debug/bootstrap 219397K
30882025-03-25T22:10:28.436Za tests/bootstrap-0ce3b2f09d354b4b 24084K
30892025-03-25T22:10:28.436Za tests/commtest-8157ae39450efb9d 24339K
30902025-03-25T22:10:28.436Za tests/dhcp_server-85a52c52ac369810 24084K
30912025-03-25T22:10:28.436Za tests/end_to_end_tests-72010e6fc5b9e64b 274003K
30922025-03-25T22:10:28.436Za out/clickhouse.tar.gz 304249K
30932025-03-25T22:10:28.436Za out/clickhouse_keeper.tar.gz 289734K
30942025-03-25T22:10:28.436Za out/clickhouse_server.tar.gz 304191K
30952025-03-25T22:10:28.436Za out/cockroachdb.tar.gz 144204K
30962025-03-25T22:10:28.436Za out/crucible-dtrace.tar 98K
30972025-03-25T22:10:28.436Za out/crucible-pantry-zone.tar.gz 32788K
30982025-03-25T22:10:28.436Za out/crucible-zone.tar.gz 41175K
30992025-03-25T22:10:28.436Za out/external-dns.tar.gz 45253K
31002025-03-25T22:10:28.436Za out/internal-dns.tar.gz 45253K
31012025-03-25T22:10:28.436Za out/mg-ddm-gz.tar 65544K
31022025-03-25T22:10:28.437Za out/nexus.tar.gz 110478K
31032025-03-25T22:10:28.437Za out/ntp.tar.gz 14739K
31042025-03-25T22:10:28.437Za out/omicron-gateway-softnpu.tar.gz 24798K
31052025-03-25T22:10:28.437Za out/omicron-sled-agent.tar 125151K
31062025-03-25T22:10:28.437Za out/overlay.tar.gz 3K
31072025-03-25T22:10:28.437Za out/oximeter.tar.gz 54299K
31082025-03-25T22:10:28.437Za out/oxlog.tar 3144K
31092025-03-25T22:10:28.437Za out/probe.tar.gz 2764K
31102025-03-25T22:10:28.437Za out/propolis-server.tar.gz 67599K
31112025-03-25T22:10:28.437Za out/pumpkind-gz.tar 26648K
31122025-03-25T22:10:28.437Za out/switch-softnpu.tar.gz 269348K
31132025-03-25T22:10:28.441Z
31142025-03-25T22:10:28.441Zreal 1:16.957227757
31152025-03-25T22:10:28.442Zuser 1:13.360542042
31162025-03-25T22:10:28.442Zsys 5.083945157
31172025-03-25T22:10:28.442Ztrap 0.019790730
31182025-03-25T22:10:28.442Ztflt 0.000000000
31192025-03-25T22:10:28.442Zdflt 0.000000000
31202025-03-25T22:10:28.442Zkflt 0.000000000
31212025-03-25T22:10:28.442Zlock 0.000000000
31222025-03-25T22:10:28.442Zslp 1:13.175098325
31232025-03-25T22:10:28.442Zlat 2.269923203
31242025-03-25T22:10:28.442Zstop 0.000208279
31252025-03-25T22:10:28.442Zprocess exited: duration 2249616 ms, exit code 0
 
31262025-03-25T22:10:28.459Zfound 1 output files
31272025-03-25T22:10:28.460Zuploading: /work/package.tar.gz (2029112898 bytes)
31282025-03-25T22:11:20.090Zuploaded: /work/package.tar.gz