01JN63XVPY6BV5FNPX7H5RN8KJ: 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: 01JN63YGGR6BYFZMTMNBV6FJZX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-28T11:10:19.237Zjob assigned to worker 01JN63YDEJJRJZVMVEG2Q6M3SA [factory aws, i-064a1de6e54ffadc9] (queued for 50 s)
 
22025-02-28T11:10:26.734Zstarting task 0: "setup"
32025-02-28T11:10:26.741Z++ uname -s
42025-02-28T11:10:26.744Z+ kern=SunOS
52025-02-28T11:10:26.744Z+ build_user=build
62025-02-28T11:10:26.744Z+ build_uid=12345
72025-02-28T11:10:26.744Z+ work_dir=/work
82025-02-28T11:10:26.744Z+ input_dir=/input
92025-02-28T11:10:26.744Z+ [[ 0 == 12345 ]]
102025-02-28T11:10:26.745Z+ case "$kern" in
112025-02-28T11:10:26.745Z+ groupadd -g 12345 build
122025-02-28T11:10:26.748Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-28T11:10:28.752Z+ zfs create -o mountpoint=/work rpool/work
142025-02-28T11:10:28.873Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-28T11:10:28.876Z+ home_fs=zfs
162025-02-28T11:10:28.876Z+ [[ zfs == autofs ]]
172025-02-28T11:10:28.876Z+ mkdir -p /home/build
182025-02-28T11:10:28.879Z+ chown build:build /home/build /work
192025-02-28T11:10:30.880Z+ chmod 0700 /home/build /work
202025-02-28T11:10:30.882Zprocess exited: duration 4147 ms, exit code 0
 
212025-02-28T11:10:30.888Zstarting task 1: "rust-toolchain"
222025-02-28T11:10:30.893Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-28T11:10:30.893Z * rust toolchain channel = "1.85.0"
242025-02-28T11:10:30.893Z * rust toolchain profile = "default"
252025-02-28T11:10:30.893Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-02-28T11:10:30.893Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-28T11:10:30.893Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-28T11:10:30.896Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-28T11:10:30.896Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-28T11:10:31.010Zinfo: downloading installer
312025-02-28T11:10:32.159Zwarning: it looks like you have an existing installation of Rust at:
322025-02-28T11:10:32.160Zwarning: /opt/ooce/bin
332025-02-28T11:10:32.160Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-28T11:10:32.160Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-28T11:10:32.160Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-28T11:10:32.160Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-28T11:10:32.160Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-28T11:10:32.160Zerror: cannot install while Rust is installed
392025-02-28T11:10:32.160Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-28T11:10:32.188Zinfo: profile set to 'default'
412025-02-28T11:10:32.188Zinfo: default host triple is x86_64-unknown-illumos
422025-02-28T11:10:32.188Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-28T11:10:32.330Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-28T11:10:32.330Zinfo: downloading component 'cargo'
452025-02-28T11:10:33.058Zinfo: downloading component 'clippy'
462025-02-28T11:10:33.340Zinfo: downloading component 'rust-docs'
472025-02-28T11:10:34.444Zinfo: downloading component 'rust-std'
482025-02-28T11:10:36.066Zinfo: downloading component 'rustc'
492025-02-28T11:10:41.661Zinfo: downloading component 'rustfmt'
502025-02-28T11:10:41.873Zinfo: installing component 'cargo'
512025-02-28T11:10:42.685Zinfo: installing component 'clippy'
522025-02-28T11:10:43.068Zinfo: installing component 'rust-docs'
532025-02-28T11:10:44.829Zinfo: installing component 'rust-std'
542025-02-28T11:10:46.659Zinfo: installing component 'rustc'
552025-02-28T11:10:52.439Zinfo: installing component 'rustfmt'
562025-02-28T11:10:52.772Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-28T11:10:52.772Z
582025-02-28T11:10:53.146Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-28T11:10:53.146Z
602025-02-28T11:10:53.148Z
612025-02-28T11:10:53.148ZRust is installed now. Great!
622025-02-28T11:10:53.149Z
632025-02-28T11:10:53.149ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-28T11:10:53.149Zenvironment variable. This has not been done automatically.
652025-02-28T11:10:53.149Z
662025-02-28T11:10:53.149ZTo configure your current shell, you need to source
672025-02-28T11:10:53.149Zthe corresponding env file under $HOME/.cargo.
682025-02-28T11:10:53.149Z
692025-02-28T11:10:53.149ZThis is usually done by running one of the following (note the leading DOT):
702025-02-28T11:10:53.149Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-28T11:10:53.149Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-28T11:10:53.219Z+ rustup --version
732025-02-28T11:10:53.226Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-28T11:10:53.226Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-28T11:10:53.306Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-28T11:10:53.309Z+ cargo --version
772025-02-28T11:10:53.366Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-28T11:10:53.370Z+ rustc --version
792025-02-28T11:10:53.432Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-28T11:10:53.435Zprocess exited: duration 22542 ms, exit code 0
 
812025-02-28T11:10:53.440Zstarting task 2: "authentication"
822025-02-28T11:10:53.460Zprocess exited: duration 20 ms, exit code 0
 
832025-02-28T11:10:53.468Zstarting task 3: "clone repository"
842025-02-28T11:10:53.470Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-28T11:10:53.478Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-28T11:10:53.594ZCloning into '/work/oxidecomputer/omicron'...
872025-02-28T11:11:00.712Z+ cd /work/oxidecomputer/omicron
882025-02-28T11:11:00.712Z+ git fetch origin 35c1f9807c582f33259c4910c3ae5c36fb89f33d
892025-02-28T11:11:00.969ZFrom https://github.com/oxidecomputer/omicron
902025-02-28T11:11:00.969Z * branch 35c1f9807c582f33259c4910c3ae5c36fb89f33d -> FETCH_HEAD
912025-02-28T11:11:00.978Z+ [[ -n renovate/serde_with-3.x ]]
922025-02-28T11:11:00.981Z++ git branch --show-current
932025-02-28T11:11:00.983Z+ current=main
942025-02-28T11:11:00.983Z+ [[ main != renovate/serde_with-3.x ]]
952025-02-28T11:11:00.983Z+ git branch -f renovate/serde_with-3.x 35c1f9807c582f33259c4910c3ae5c36fb89f33d
962025-02-28T11:11:00.988Z+ git checkout -f renovate/serde_with-3.x
972025-02-28T11:11:01.170ZSwitched to branch 'renovate/serde_with-3.x'
982025-02-28T11:11:01.173Z+ git reset --hard 35c1f9807c582f33259c4910c3ae5c36fb89f33d
992025-02-28T11:11:01.352ZHEAD is now at 35c1f9807 Update Rust crate serde_with to 3.12.0
1002025-02-28T11:11:01.355Zprocess exited: duration 7886 ms, exit code 0
 
1012025-02-28T11:11:01.360Zstarting task 4: "build"
1022025-02-28T11:11:01.365Z+ source .github/buildomat/ci-env.sh
1032025-02-28T11:11:01.368Z++ export CARGO_TERM_COLOR=always
1042025-02-28T11:11:01.368Z++ CARGO_TERM_COLOR=always
1052025-02-28T11:11:01.368Z+ cargo --version
1062025-02-28T11:11:01.415Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-28T11:11:01.420Z+ rustc --version
1082025-02-28T11:11:01.478Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-28T11:11:01.481Z+ WORK=/work
1102025-02-28T11:11:01.481Z+ pfexec mkdir -p /work
1112025-02-28T11:11:01.485Z+ pfexec chown build /work
1122025-02-28T11:11:01.488Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1132025-02-28T11:11:03.838Zpkg list: illegal option -- F
1142025-02-28T11:11:03.838ZUsage:
1152025-02-28T11:11:03.841Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1162025-02-28T11:11:03.841Z [pkg_fmri_pattern ...]
1172025-02-28T11:11:04.655Zpkg list: illegal option -- F
1182025-02-28T11:11:04.655ZUsage:
1192025-02-28T11:11:04.655Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-02-28T11:11:04.655Z [pkg_fmri_pattern ...]
1212025-02-28T11:11:11.540Z Startup: Refreshing catalog 'helios-dev' ... Done
1222025-02-28T11:11:15.773Z Startup: Caching catalogs ... Done
1232025-02-28T11:11:28.431ZPlanning: Solver setup ... Done (11.755s)
1242025-02-28T11:11:28.586ZPlanning: Running solver ... Done (0.155s)
1252025-02-28T11:11:28.785ZPlanning: Finding local manifests ... Done (0.084s)
1262025-02-28T11:11:28.817ZPlanning: Fetching manifests: 0/7 0% complete
1272025-02-28T11:11:30.315ZPlanning: Fetching manifests: 7/7 100% complete
1282025-02-28T11:11:30.527ZPlanning: Package planning ... Done (0.213s)
1292025-02-28T11:11:30.584ZPlanning: Merging actions ... Done (0.056s)
1302025-02-28T11:11:30.984ZPlanning: Checking for conflicting actions ... Done (0.400s)
1312025-02-28T11:11:33.777ZPlanning: Consolidating action changes ... Done (2.784s)
1322025-02-28T11:11:34.178ZPlanning: Evaluating mediators ... Done (0.382s)
1332025-02-28T11:11:34.237ZPlanning: Planning completed in 18.36 seconds
1342025-02-28T11:11:34.245Z Packages to install: 4
1352025-02-28T11:11:34.245Z Packages to update: 3
1362025-02-28T11:11:34.245Z Mediators to change: 2
1372025-02-28T11:11:34.246Z Services to change: 1
1382025-02-28T11:11:34.246Z Estimated space available: 155.61 GB
1392025-02-28T11:11:34.246ZEstimated space to be consumed: 1.66 GB
1402025-02-28T11:11:34.246Z Create boot environment: No
1412025-02-28T11:11:34.255ZCreate backup boot environment: Yes
1422025-02-28T11:11:34.255Z Rebuild boot archive: No
1432025-02-28T11:11:34.255Z
1442025-02-28T11:11:34.255ZChanged mediators:
1452025-02-28T11:11:34.255Z mediator clang:
1462025-02-28T11:11:34.256Z version: None -> 15 (system default)
1472025-02-28T11:11:34.256Z
1482025-02-28T11:11:34.256Z mediator llvm:
1492025-02-28T11:11:34.256Z version: 14 (system default) -> 15 (system default)
1502025-02-28T11:11:34.256Z
1512025-02-28T11:11:34.256ZChanged packages:
1522025-02-28T11:11:34.256Zhelios-dev
1532025-02-28T11:11:34.257Z developer/build-essential
1542025-02-28T11:11:34.257Z None -> 11-2.0
1552025-02-28T11:11:34.257Z library/libxmlsec1
1562025-02-28T11:11:34.257Z None -> 1.2.35-2.0
1572025-02-28T11:11:34.257Z ooce/developer/clang-15
1582025-02-28T11:11:34.257Z None -> 15.0.7-2.0
1592025-02-28T11:11:34.257Z ooce/developer/llvm-15
1602025-02-28T11:11:34.258Z None -> 15.0.7-2.0
1612025-02-28T11:11:34.259Z package/pkg
1622025-02-28T11:11:34.259Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1632025-02-28T11:11:34.259Z system/library/g++-runtime
1642025-02-28T11:11:34.259Z 13-2.0 -> 14-2.0
1652025-02-28T11:11:34.259Z system/library/gcc-runtime
1662025-02-28T11:11:34.259Z 13-2.0 -> 14-2.0
1672025-02-28T11:11:34.260Z
1682025-02-28T11:11:34.260ZServices:
1692025-02-28T11:11:34.260Z restart_fmri:
1702025-02-28T11:11:34.260Z svc:/system/update-man-index:default
1712025-02-28T11:11:34.260Z
1722025-02-28T11:11:34.261ZEditable files to change:
1732025-02-28T11:11:34.261Z Update:
1742025-02-28T11:11:34.261Z usr/share/lib/pkg/web/config.shtml
1752025-02-28T11:11:34.397Z
1762025-02-28T11:11:34.397ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1772025-02-28T11:11:41.927ZDownload: 208/4301 items 1.3/225.4MB 0% complete (344k/s)
1782025-02-28T11:11:59.728ZDownload: 210/4301 items 1.3/225.4MB 0% complete
1792025-02-28T11:12:04.738ZDownload: 231/4301 items 1.5/225.4MB 0% complete (26.6k/s)
1802025-02-28T11:12:09.738ZDownload: 691/4301 items 18.1/225.4MB 8% complete (1.7M/s)
1812025-02-28T11:12:14.740ZDownload: 1024/4301 items 19.4/225.4MB 8% complete (1.8M/s)
1822025-02-28T11:12:19.959ZDownload: 1195/4301 items 83.4/225.4MB 37% complete (6.5M/s)
1832025-02-28T11:12:35.309ZDownload: 1198/4301 items 83.5/225.4MB 37% complete
1842025-02-28T11:12:40.476ZDownload: 1370/4301 items 116.4/225.4MB 51% complete (8.3M/s)
1852025-02-28T11:12:45.478ZDownload: 1829/4301 items 118.5/225.4MB 52% complete (3.5M/s)
1862025-02-28T11:12:50.697ZDownload: 2224/4301 items 119.2/225.4MB 52% complete (360k/s)
1872025-02-28T11:12:55.704ZDownload: 2826/4301 items 121.0/225.4MB 53% complete (259k/s)
1882025-02-28T11:13:00.727ZDownload: 3242/4301 items 202.3/225.4MB 89% complete (8.3M/s)
1892025-02-28T11:13:05.840ZDownload: 3277/4301 items 209.0/225.4MB 92% complete (8.7M/s)
1902025-02-28T11:13:11.061ZDownload: 3289/4301 items 211.8/225.4MB 93% complete (8.8M/s)
1912025-02-28T11:13:16.250ZDownload: 4206/4301 items 220.6/225.4MB 97% complete (1.1M/s)
1922025-02-28T11:13:18.133ZDownload: Completed 225.42 MB in 103.72 seconds (2.2M/s)
1932025-02-28T11:13:19.138Z Actions: 1/5122 actions (Removing old actions)
1942025-02-28T11:13:19.153Z Actions: 194/5122 actions (Installing new actions)
1952025-02-28T11:13:24.084Z Actions: 4267/5122 actions (Updating modified actions)
1962025-02-28T11:13:24.494Z Actions: Completed 5122 actions in 5.35 seconds.
1972025-02-28T11:13:24.898Z Done (0.396s)
1982025-02-28T11:13:24.901Z Done (0.001s)
1992025-02-28T11:13:25.501Z Done (0.601s)
2002025-02-28T11:13:29.731Z Done (3.992s)
2012025-02-28T11:13:29.818Z Done (0.018s)
2022025-02-28T11:13:29.821Z Done (0.000s)
2032025-02-28T11:13:29.998Z Done (0.000s)
2042025-02-28T11:13:30.685ZPlanning: Evaluating mediator changes ... Done
2052025-02-28T11:13:30.844ZPlanning: Checking for conflicting actions ... Done
2062025-02-28T11:13:30.846ZPlanning: Consolidating action changes ... Done
2072025-02-28T11:13:31.108ZPlanning: Evaluating mediators ... Done
2082025-02-28T11:13:31.110ZPlanning: Planning completed in 0.42 seconds
2092025-02-28T11:13:31.146Z Mediators to change: 2
2102025-02-28T11:13:31.147Z Create boot environment: No
2112025-02-28T11:13:31.150ZCreate backup boot environment: No
2122025-02-28T11:13:31.230Z Done
2132025-02-28T11:13:31.230Z Done
2142025-02-28T11:13:31.637Z Done
2152025-02-28T11:13:35.195Z Done
2162025-02-28T11:13:35.284Z Done
2172025-02-28T11:13:35.284Z Done
2182025-02-28T11:13:35.423Z Done
2192025-02-28T11:13:36.022ZPlanning: Evaluating mediator changes ... Done
2202025-02-28T11:13:36.025ZPlanning: Merging actions ... Done
2212025-02-28T11:13:36.210ZPlanning: Checking for conflicting actions ... Done
2222025-02-28T11:13:36.212ZPlanning: Consolidating action changes ... Done
2232025-02-28T11:13:36.471ZPlanning: Evaluating mediators ... Done
2242025-02-28T11:13:36.525ZPlanning: Planning completed in 0.74 seconds
2252025-02-28T11:13:36.565Z Packages to change: 1
2262025-02-28T11:13:36.565Z Mediators to change: 1
2272025-02-28T11:13:36.565Z Services to change: 1
2282025-02-28T11:13:36.565Z Create boot environment: No
2292025-02-28T11:13:36.569ZCreate backup boot environment: Yes
2302025-02-28T11:13:38.878Z Actions: 1/6 actions (Updating modified actions)
2312025-02-28T11:13:38.883Z Actions: Completed 6 actions in 0.00 seconds.
2322025-02-28T11:13:38.883Z Done
2332025-02-28T11:13:38.883Z Done
2342025-02-28T11:13:39.002Z Done
2352025-02-28T11:13:42.506Z Done
2362025-02-28T11:13:42.593Z Done
2372025-02-28T11:13:42.596Z Done
2382025-02-28T11:13:42.722Z Done
2392025-02-28T11:13:43.141ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2402025-02-28T11:13:43.141Zclang system 15 system
2412025-02-28T11:13:43.141Zcsh system system illumos
2422025-02-28T11:13:43.141Zctags system system illumos
2432025-02-28T11:13:43.141Zgcc vendor 12 vendor
2442025-02-28T11:13:43.141Zgcc system 10 system
2452025-02-28T11:13:43.142Zgcc system 7 system
2462025-02-28T11:13:43.142Zgo system 1.20 system
2472025-02-28T11:13:43.142Zgo system 1.19 system
2482025-02-28T11:13:43.142Zllvm system 15 system
2492025-02-28T11:13:43.142Zllvm system 14 system
2502025-02-28T11:13:43.142Zmariadb system 10.6 system
2512025-02-28T11:13:43.142Zmta vendor vendor dma
2522025-02-28T11:13:43.142Zopenjdk system 17 system
2532025-02-28T11:13:43.142Zopenjdk system 11 system
2542025-02-28T11:13:43.142Zopenjdk system 1.8 system
2552025-02-28T11:13:43.142Zopenssl vendor 3 vendor
2562025-02-28T11:13:43.142Zperl system 5.36 system
2572025-02-28T11:13:43.142Zpostgresql system 15 system
2582025-02-28T11:13:43.142Zpostgresql system 13 system
2592025-02-28T11:13:43.142Zpython vendor 3 vendor
2602025-02-28T11:13:43.142Zpython system 2 system
2612025-02-28T11:13:43.142Zpython3 system 3.11 system
2622025-02-28T11:13:43.142Zruby system 3.0 system
2632025-02-28T11:13:43.142Zwords vendor vendor american-english
2642025-02-28T11:13:43.142Zwords system system australian-english
2652025-02-28T11:13:43.142Zwords system system british-english
2662025-02-28T11:13:43.142Zwords system system canadian-english
2672025-02-28T11:13:43.143Zwords system system french
2682025-02-28T11:13:43.143Zwords system system italian
2692025-02-28T11:13:43.143Zwords system system ngerman
2702025-02-28T11:13:43.143Zwords system system ogerman
2712025-02-28T11:13:43.143Zwords system system spanish
2722025-02-28T11:13:43.467ZPUBLISHER TYPE STATUS P LOCATION
2732025-02-28T11:13:43.467Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2742025-02-28T11:13:46.465ZFMRI IFO
2752025-02-28T11:13:46.465Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2762025-02-28T11:13:46.465Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2772025-02-28T11:13:46.465Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2782025-02-28T11:13:46.465Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2792025-02-28T11:13:46.465Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2802025-02-28T11:13:46.465Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2812025-02-28T11:13:46.465Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2822025-02-28T11:13:46.465Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2832025-02-28T11:13:46.465Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2842025-02-28T11:13:46.465Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2852025-02-28T11:13:46.465Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2862025-02-28T11:13:46.465Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2872025-02-28T11:13:46.465Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2882025-02-28T11:13:46.465Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2892025-02-28T11:13:46.465Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2902025-02-28T11:13:47.217Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2912025-02-28T11:13:47.492Z Updating crates.io index
2922025-02-28T11:13:47.575Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932025-02-28T11:13:48.122Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2942025-02-28T11:13:48.371Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2952025-02-28T11:13:48.612Z Updating git repository `https://github.com/oxidecomputer/propolis`
2962025-02-28T11:13:49.569Z Updating git repository `https://github.com/oxidecomputer/crucible`
2972025-02-28T11:13:51.299Z Updating git repository `https://github.com/oxidecomputer/opte`
2982025-02-28T11:13:51.943Z Updating git repository `https://github.com/oxidecomputer/falcon`
2992025-02-28T11:13:52.648Z Updating git repository `https://github.com/oxidecomputer/clickward`
3002025-02-28T11:13:52.915Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3012025-02-28T11:13:53.217Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3022025-02-28T11:13:53.766Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3032025-02-28T11:13:54.248Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3042025-02-28T11:13:54.587Z Updating git repository `https://github.com/oxidecomputer/propolis`
3052025-02-28T11:13:55.018Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062025-02-28T11:13:55.330Z Updating git repository `https://github.com/oxidecomputer/tofino`
3072025-02-28T11:13:55.591Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3082025-02-28T11:13:55.827Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3092025-02-28T11:13:56.050Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3102025-02-28T11:13:56.341Z Updating git repository `https://github.com/oxidecomputer/lldp`
3112025-02-28T11:13:56.666Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3122025-02-28T11:13:56.972Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3132025-02-28T11:13:57.248Z Updating git repository `https://github.com/oxidecomputer/ispf`
3142025-02-28T11:13:57.664Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3152025-02-28T11:13:57.965Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3162025-02-28T11:13:58.494Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3172025-02-28T11:13:58.768Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3182025-02-28T11:13:59.150Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3192025-02-28T11:13:59.513Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3202025-02-28T11:13:59.820Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3212025-02-28T11:14:00.088Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3222025-02-28T11:14:00.371Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3232025-02-28T11:14:01.533Z Downloading crates ...
3242025-02-28T11:14:01.597Z Downloaded equivalent v1.0.1
3252025-02-28T11:14:01.608Z Downloaded pretty-hex v0.4.1
3262025-02-28T11:14:01.610Z Downloaded bitflags v1.3.2
3272025-02-28T11:14:01.613Z Downloaded colorchoice v1.0.2
3282025-02-28T11:14:01.616Z Downloaded anstyle v1.0.10
3292025-02-28T11:14:01.618Z Downloaded swrite v0.1.0
3302025-02-28T11:14:01.618Z Downloaded anstyle-parse v0.2.5
3312025-02-28T11:14:01.621Z Downloaded usdt-macro v0.5.0
3322025-02-28T11:14:01.621Z Downloaded scroll_derive v0.12.0
3332025-02-28T11:14:01.624Z Downloaded zerocopy-derive v0.7.35
3342025-02-28T11:14:01.631Z Downloaded usdt-attr-macro v0.5.0
3352025-02-28T11:14:01.634Z Downloaded crypto-common v0.1.6
3362025-02-28T11:14:01.634Z Downloaded errno v0.3.9
3372025-02-28T11:14:01.637Z Downloaded digest v0.10.7
3382025-02-28T11:14:01.637Z Downloaded block-buffer v0.10.4
3392025-02-28T11:14:01.637Z Downloaded winnow v0.7.3
3402025-02-28T11:14:01.645Z Downloaded thiserror-impl v2.0.11
3412025-02-28T11:14:01.648Z Downloaded thread-id v4.2.2
3422025-02-28T11:14:01.648Z Downloaded plain v0.2.3
3432025-02-28T11:14:01.651Z Downloaded itoa v1.0.11
3442025-02-28T11:14:01.651Z Downloaded generic-array v0.14.7
3452025-02-28T11:14:01.653Z Downloaded fnv v1.0.7
3462025-02-28T11:14:01.653Z Downloaded cpufeatures v0.2.14
3472025-02-28T11:14:01.656Z Downloaded dtrace-parser v0.2.0
3482025-02-28T11:14:01.656Z Downloaded serde_spanned v0.6.8
3492025-02-28T11:14:01.656Z Downloaded cfg-if v1.0.0
3502025-02-28T11:14:01.660Z Downloaded clap_lex v0.7.4
3512025-02-28T11:14:01.660Z Downloaded camino-tempfile v1.1.1
3522025-02-28T11:14:01.663Z Downloaded byteorder v1.5.0
3532025-02-28T11:14:01.663Z Downloaded toml_datetime v0.6.8
3542025-02-28T11:14:01.663Z Downloaded serde_tokenstream v0.2.2
3552025-02-28T11:14:01.667Z Downloaded pest_generator v2.7.14
3562025-02-28T11:14:01.667Z Downloaded memmap v0.7.0
3572025-02-28T11:14:01.671Z Downloaded macaddr v1.0.1
3582025-02-28T11:14:01.671Z Downloaded utf8parse v0.2.2
3592025-02-28T11:14:01.671Z Downloaded usdt-impl v0.5.0
3602025-02-28T11:14:01.674Z Downloaded thiserror v1.0.69
3612025-02-28T11:14:01.677Z Downloaded terminal_size v0.2.6
3622025-02-28T11:14:01.677Z Downloaded usdt v0.5.0
3632025-02-28T11:14:01.677Z Downloaded terminal_size v0.4.0
3642025-02-28T11:14:01.685Z Downloaded strsim v0.11.1
3652025-02-28T11:14:01.685Z Downloaded fastrand v2.1.1
3662025-02-28T11:14:01.685Z Downloaded tabled_derive v0.7.0
3672025-02-28T11:14:01.694Z Downloaded proc-macro-error-attr v1.0.4
3682025-02-28T11:14:01.694Z Downloaded thiserror-impl v1.0.69
3692025-02-28T11:14:01.694Z Downloaded io-lifetimes v1.0.11
3702025-02-28T11:14:01.694Z Downloaded clap_derive v4.5.28
3712025-02-28T11:14:01.694Z Downloaded cargo-platform v0.1.8
3722025-02-28T11:14:01.697Z Downloaded heck v0.5.0
3732025-02-28T11:14:01.697Z Downloaded cargo_toml v0.21.0
3742025-02-28T11:14:01.697Z Downloaded anyhow v1.0.96
3752025-02-28T11:14:01.697Z Downloaded cargo_metadata v0.19.1
3762025-02-28T11:14:01.698Z Downloaded heck v0.4.1
3772025-02-28T11:14:01.700Z Downloaded fs-err v2.11.0
3782025-02-28T11:14:01.700Z Downloaded dof v0.3.0
3792025-02-28T11:14:01.704Z Downloaded bytecount v0.6.8
3802025-02-28T11:14:01.704Z Downloaded autocfg v1.4.0
3812025-02-28T11:14:01.706Z Downloaded smawk v0.3.2
3822025-02-28T11:14:01.706Z Downloaded camino v1.1.9
3832025-02-28T11:14:01.709Z Downloaded semver v1.0.25
3842025-02-28T11:14:01.712Z Downloaded quote v1.0.38
3852025-02-28T11:14:01.715Z Downloaded unicode-linebreak v0.1.5
3862025-02-28T11:14:01.715Z Downloaded anstyle-query v1.1.1
3872025-02-28T11:14:01.715Z Downloaded sha2 v0.10.8
3882025-02-28T11:14:01.717Z Downloaded is_terminal_polyfill v1.70.1
3892025-02-28T11:14:01.717Z Downloaded proc-macro-error v1.0.4
3902025-02-28T11:14:01.720Z Downloaded pest_derive v2.7.14
3912025-02-28T11:14:01.723Z Downloaded bitflags v2.6.0
3922025-02-28T11:14:01.726Z Downloaded scroll v0.12.0
3932025-02-28T11:14:01.729Z Downloaded anstream v0.6.15
3942025-02-28T11:14:01.731Z Downloaded once_cell v1.20.3
3952025-02-28T11:14:01.734Z Downloaded tempfile v3.13.0
3962025-02-28T11:14:01.737Z Downloaded version_check v0.9.5
3972025-02-28T11:14:01.740Z Downloaded papergrid v0.11.0
3982025-02-28T11:14:01.744Z Downloaded unicode-ident v1.0.14
3992025-02-28T11:14:01.747Z Downloaded thiserror v2.0.11
4002025-02-28T11:14:01.752Z Downloaded ryu v1.0.18
4012025-02-28T11:14:01.755Z Downloaded typenum v1.17.0
4022025-02-28T11:14:01.758Z Downloaded clap v4.5.31
4032025-02-28T11:14:01.765Z Downloaded ucd-trie v0.1.7
4042025-02-28T11:14:01.768Z Downloaded textwrap v0.16.1
4052025-02-28T11:14:01.771Z Downloaded toml v0.8.20
4062025-02-28T11:14:01.774Z Downloaded serde_derive v1.0.218
4072025-02-28T11:14:01.780Z Downloaded proc-macro2 v1.0.93
4082025-02-28T11:14:01.783Z Downloaded pest_meta v2.7.14
4092025-02-28T11:14:01.783Z Downloaded log v0.4.22
4102025-02-28T11:14:01.789Z Downloaded indexmap v2.7.1
4112025-02-28T11:14:01.789Z Downloaded memchr v2.7.4
4122025-02-28T11:14:01.794Z Downloaded serde v1.0.218
4132025-02-28T11:14:01.806Z Downloaded toml_edit v0.22.24
4142025-02-28T11:14:01.827Z Downloaded hashbrown v0.15.1
4152025-02-28T11:14:01.834Z Downloaded pest v2.7.14
4162025-02-28T11:14:01.842Z Downloaded goblin v0.8.2
4172025-02-28T11:14:01.850Z Downloaded serde_json v1.0.139
4182025-02-28T11:14:01.855Z Downloaded clap_builder v4.5.31
4192025-02-28T11:14:01.861Z Downloaded zerocopy v0.7.35
4202025-02-28T11:14:01.876Z Downloaded tabled v0.15.0
4212025-02-28T11:14:01.898Z Downloaded syn v1.0.109
4222025-02-28T11:14:01.908Z Downloaded unicode-width v0.1.14
4232025-02-28T11:14:01.920Z Downloaded syn v2.0.98
4242025-02-28T11:14:01.931Z Downloaded rustix v0.37.28
4252025-02-28T11:14:01.947Z Downloaded rustix v0.38.37
4262025-02-28T11:14:01.975Z Downloaded libc v0.2.170
4272025-02-28T11:14:02.254Z Compiling proc-macro2 v1.0.93
4282025-02-28T11:14:02.254Z Compiling unicode-ident v1.0.14
4292025-02-28T11:14:02.254Z Compiling libc v0.2.170
4302025-02-28T11:14:02.257Z Compiling serde v1.0.218
4312025-02-28T11:14:02.257Z Compiling version_check v0.9.5
4322025-02-28T11:14:02.257Z Compiling memchr v2.7.4
4332025-02-28T11:14:02.258Z Compiling thiserror v1.0.69
4342025-02-28T11:14:02.258Z Compiling itoa v1.0.11
4352025-02-28T11:14:02.520Z Compiling ucd-trie v0.1.7
4362025-02-28T11:14:02.618Z Compiling ryu v1.0.18
4372025-02-28T11:14:03.041Z Compiling once_cell v1.20.3
4382025-02-28T11:14:03.079Z Compiling byteorder v1.5.0
4392025-02-28T11:14:03.120Z Compiling rustix v0.38.37
4402025-02-28T11:14:03.401Z Compiling serde_json v1.0.139
4412025-02-28T11:14:03.545Z Compiling bitflags v2.6.0
4422025-02-28T11:14:03.779Z Compiling usdt-impl v0.5.0
4432025-02-28T11:14:03.817Z Compiling proc-macro-error-attr v1.0.4
4442025-02-28T11:14:03.888Z Compiling io-lifetimes v1.0.11
4452025-02-28T11:14:03.940Z Compiling syn v1.0.109
4462025-02-28T11:14:03.995Z Compiling proc-macro-error v1.0.4
4472025-02-28T11:14:04.137Z Compiling quote v1.0.38
4482025-02-28T11:14:04.301Z Compiling errno v0.3.9
4492025-02-28T11:14:04.331Z Compiling utf8parse v0.2.2
4502025-02-28T11:14:04.422Z Compiling plain v0.2.3
4512025-02-28T11:14:04.518Z Compiling syn v2.0.98
4522025-02-28T11:14:04.585Z Compiling rustix v0.37.28
4532025-02-28T11:14:04.611Z Compiling hashbrown v0.15.1
4542025-02-28T11:14:04.737Z Compiling thread-id v4.2.2
4552025-02-28T11:14:04.762Z Compiling equivalent v1.0.1
4562025-02-28T11:14:04.789Z Compiling camino v1.1.9
4572025-02-28T11:14:04.851Z Compiling log v0.4.22
4582025-02-28T11:14:05.196Z Compiling anstyle-parse v0.2.5
4592025-02-28T11:14:05.543Z Compiling indexmap v2.7.1
4602025-02-28T11:14:05.610Z Compiling thiserror v2.0.11
4612025-02-28T11:14:05.634Z Compiling colorchoice v1.0.2
4622025-02-28T11:14:05.655Z Compiling unicode-width v0.1.14
4632025-02-28T11:14:05.809Z Compiling bitflags v1.3.2
4642025-02-28T11:14:05.833Z Compiling is_terminal_polyfill v1.70.1
4652025-02-28T11:14:05.923Z Compiling semver v1.0.25
4662025-02-28T11:14:05.978Z Compiling winnow v0.7.3
4672025-02-28T11:14:06.188Z Compiling anstyle-query v1.1.1
4682025-02-28T11:14:06.211Z Compiling autocfg v1.4.0
4692025-02-28T11:14:06.361Z Compiling anstyle v1.0.10
4702025-02-28T11:14:06.466Z Compiling pretty-hex v0.4.1
4712025-02-28T11:14:06.713Z Compiling anstream v0.6.15
4722025-02-28T11:14:06.801Z Compiling terminal_size v0.4.0
4732025-02-28T11:14:07.129Z Compiling fs-err v2.11.0
4742025-02-28T11:14:07.215Z Compiling fastrand v2.1.1
4752025-02-28T11:14:07.272Z Compiling heck v0.4.1
4762025-02-28T11:14:07.301Z Compiling fnv v1.0.7
4772025-02-28T11:14:07.456Z Compiling cfg-if v1.0.0
4782025-02-28T11:14:07.566Z Compiling clap_lex v0.7.4
4792025-02-28T11:14:07.748Z Compiling anyhow v1.0.96
4802025-02-28T11:14:07.856Z Compiling heck v0.5.0
4812025-02-28T11:14:08.010Z Compiling bytecount v0.6.8
4822025-02-28T11:14:08.236Z Compiling strsim v0.11.1
4832025-02-28T11:14:08.297Z Compiling papergrid v0.11.0
4842025-02-28T11:14:08.319Z Compiling terminal_size v0.2.6
4852025-02-28T11:14:08.347Z Compiling tempfile v3.13.0
4862025-02-28T11:14:08.661Z Compiling clap_builder v4.5.31
4872025-02-28T11:14:08.758Z Compiling memmap v0.7.0
4882025-02-28T11:14:08.957Z Compiling smawk v0.3.2
4892025-02-28T11:14:09.064Z Compiling unicode-linebreak v0.1.5
4902025-02-28T11:14:09.385Z Compiling swrite v0.1.0
4912025-02-28T11:14:09.521Z Compiling textwrap v0.16.1
4922025-02-28T11:14:09.948Z Compiling tabled_derive v0.7.0
4932025-02-28T11:14:11.450Z Compiling serde_derive v1.0.218
4942025-02-28T11:14:11.450Z Compiling thiserror-impl v1.0.69
4952025-02-28T11:14:11.454Z Compiling zerocopy-derive v0.7.35
4962025-02-28T11:14:11.454Z Compiling scroll_derive v0.12.0
4972025-02-28T11:14:11.454Z Compiling thiserror-impl v2.0.11
4982025-02-28T11:14:11.454Z Compiling clap_derive v4.5.28
4992025-02-28T11:14:11.558Z Compiling tabled v0.15.0
5002025-02-28T11:14:12.836Z Compiling scroll v0.12.0
5012025-02-28T11:14:13.403Z Compiling goblin v0.8.2
5022025-02-28T11:14:13.446Z Compiling zerocopy v0.7.35
5032025-02-28T11:14:14.603Z Compiling pest v2.7.14
5042025-02-28T11:14:15.758Z Compiling clap v4.5.31
5052025-02-28T11:14:16.788Z Compiling pest_meta v2.7.14
5062025-02-28T11:14:17.586Z Compiling pest_generator v2.7.14
5072025-02-28T11:14:19.010Z Compiling pest_derive v2.7.14
5082025-02-28T11:14:19.597Z Compiling dtrace-parser v0.2.0
5092025-02-28T11:14:20.477Z Compiling serde_tokenstream v0.2.2
5102025-02-28T11:14:20.564Z Compiling toml_datetime v0.6.8
5112025-02-28T11:14:20.564Z Compiling serde_spanned v0.6.8
5122025-02-28T11:14:20.820Z Compiling cargo-platform v0.1.8
5132025-02-28T11:14:20.861Z Compiling macaddr v1.0.1
5142025-02-28T11:14:21.042Z Compiling toml_edit v0.22.24
5152025-02-28T11:14:21.216Z Compiling camino-tempfile v1.1.1
5162025-02-28T11:14:21.805Z Compiling dof v0.3.0
5172025-02-28T11:14:21.852Z Compiling cargo_metadata v0.19.1
5182025-02-28T11:14:23.214Z Compiling usdt-attr-macro v0.5.0
5192025-02-28T11:14:23.214Z Compiling usdt-macro v0.5.0
5202025-02-28T11:14:23.691Z Compiling toml v0.8.20
5212025-02-28T11:14:24.224Z Compiling usdt v0.5.0
5222025-02-28T11:14:24.522Z Compiling cargo_toml v0.21.0
5232025-02-28T11:14:26.941Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5242025-02-28T11:14:29.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.94s
5252025-02-28T11:14:30.191Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5262025-02-28T11:14:30.743Z Downloading crates ...
5272025-02-28T11:14:30.861Z Downloaded addr2line v0.24.2
5282025-02-28T11:14:30.876Z Downloaded aes v0.8.4
5292025-02-28T11:14:30.880Z Downloaded headers-core v0.3.0
5302025-02-28T11:14:30.884Z Downloaded aead v0.5.2
5312025-02-28T11:14:30.884Z Downloaded adler2 v2.0.0
5322025-02-28T11:14:30.891Z Downloaded http-body v1.0.1
5332025-02-28T11:14:30.894Z Downloaded hubpack_derive v0.1.1
5342025-02-28T11:14:30.894Z Downloaded heck v0.3.3
5352025-02-28T11:14:30.894Z Downloaded base64 v0.21.7
5362025-02-28T11:14:30.898Z Downloaded icu_provider_macros v1.5.0
5372025-02-28T11:14:30.907Z Downloaded aes-gcm v0.10.3
5382025-02-28T11:14:30.907Z Downloaded match_cfg v0.1.0
5392025-02-28T11:14:30.907Z Downloaded is_ci v1.2.0
5402025-02-28T11:14:30.911Z Downloaded base64 v0.22.1
5412025-02-28T11:14:30.915Z Downloaded ident_case v1.0.1
5422025-02-28T11:14:30.915Z Downloaded backtrace v0.3.74
5432025-02-28T11:14:30.920Z Downloaded httpdate v1.0.3
5442025-02-28T11:14:30.925Z Downloaded hostname v0.3.1
5452025-02-28T11:14:30.925Z Downloaded home v0.5.9
5462025-02-28T11:14:30.925Z Downloaded hex-literal v0.4.1
5472025-02-28T11:14:30.925Z Downloaded instant v0.1.13
5482025-02-28T11:14:30.928Z Downloaded bindgen v0.69.5
5492025-02-28T11:14:30.935Z Downloaded hex v0.4.3
5502025-02-28T11:14:30.938Z Downloaded lazycell v1.3.0
5512025-02-28T11:14:30.940Z Downloaded lru-cache v0.1.2
5522025-02-28T11:14:30.944Z Downloaded linked-hash-map v0.5.6
5532025-02-28T11:14:30.944Z Downloaded is-terminal v0.4.13
5542025-02-28T11:14:30.944Z Downloaded ahash v0.8.11
5552025-02-28T11:14:30.947Z Downloaded maplit v1.0.2
5562025-02-28T11:14:30.950Z Downloaded aho-corasick v1.1.3
5572025-02-28T11:14:30.955Z Downloaded libsw-core v0.3.1
5582025-02-28T11:14:30.958Z Downloaded kstat-rs v0.2.4
5592025-02-28T11:14:30.960Z Downloaded const-oid v0.9.6
5602025-02-28T11:14:30.965Z Downloaded compact_str v0.8.0
5612025-02-28T11:14:30.968Z Downloaded crc-catalog v2.4.0
5622025-02-28T11:14:30.968Z Downloaded maybe-uninit v2.0.0
5632025-02-28T11:14:30.971Z Downloaded humantime v2.1.0
5642025-02-28T11:14:30.971Z Downloaded arrayref v0.3.9
5652025-02-28T11:14:30.976Z Downloaded lru v0.12.5
5662025-02-28T11:14:30.976Z Downloaded progenitor-macro v0.9.1
5672025-02-28T11:14:30.976Z Downloaded hickory-client v0.24.4
5682025-02-28T11:14:30.981Z Downloaded ipnetwork v0.21.1
5692025-02-28T11:14:30.994Z Downloaded md-5 v0.10.6
5702025-02-28T11:14:30.998Z Downloaded array-init v0.0.4
5712025-02-28T11:14:30.998Z Downloaded litemap v0.7.3
5722025-02-28T11:14:30.998Z Downloaded libloading v0.8.5
5732025-02-28T11:14:30.998Z Downloaded mime v0.3.17
5742025-02-28T11:14:30.998Z Downloaded memmap2 v0.9.5
5752025-02-28T11:14:30.999Z Downloaded iana-time-zone v0.1.61
5762025-02-28T11:14:31.003Z Downloaded cfg_aliases v0.2.1
5772025-02-28T11:14:31.003Z Downloaded hyper-staticfile v0.10.1
5782025-02-28T11:14:31.008Z Downloaded hmac v0.12.1
5792025-02-28T11:14:31.008Z Downloaded indoc v1.0.9
5802025-02-28T11:14:31.019Z Downloaded crc v3.2.1
5812025-02-28T11:14:31.019Z Downloaded hyper-rustls v0.27.3
5822025-02-28T11:14:31.019Z Downloaded memoffset v0.9.1
5832025-02-28T11:14:31.019Z Downloaded castaway v0.2.3
5842025-02-28T11:14:31.023Z Downloaded http-range v0.1.5
5852025-02-28T11:14:31.023Z Downloaded md5 v0.7.0
5862025-02-28T11:14:31.023Z Downloaded buf-list v1.0.3
5872025-02-28T11:14:31.023Z Downloaded async-recursion v1.1.1
5882025-02-28T11:14:31.026Z Downloaded tinyvec_macros v0.1.1
5892025-02-28T11:14:31.029Z Downloaded time-core v0.1.2
5902025-02-28T11:14:31.029Z Downloaded ref-cast v1.0.23
5912025-02-28T11:14:31.031Z Downloaded rpassword v7.3.1
5922025-02-28T11:14:31.034Z Downloaded icu_provider v1.5.0
5932025-02-28T11:14:31.039Z Downloaded atomic-waker v1.1.2
5942025-02-28T11:14:31.042Z Downloaded icu_normalizer v1.5.0
5952025-02-28T11:14:31.044Z Downloaded icu_locid_transform_data v1.5.0
5962025-02-28T11:14:31.049Z Downloaded cbc v0.1.2
5972025-02-28T11:14:31.052Z Downloaded scopeguard v1.2.0
5982025-02-28T11:14:31.052Z Downloaded headers v0.4.0
5992025-02-28T11:14:31.055Z Downloaded block-padding v0.3.3
6002025-02-28T11:14:31.065Z Downloaded bitfield-struct v0.6.2
6012025-02-28T11:14:31.065Z Downloaded assert_matches v1.5.0
6022025-02-28T11:14:31.069Z Downloaded schemars_derive v0.8.22
6032025-02-28T11:14:31.069Z Downloaded smallvec v0.6.14
6042025-02-28T11:14:31.069Z Downloaded supports-color v3.0.2
6052025-02-28T11:14:31.069Z Downloaded http-body-util v0.1.2
6062025-02-28T11:14:31.069Z Downloaded cipher v0.4.4
6072025-02-28T11:14:31.072Z Downloaded diesel_table_macro_syntax v0.2.0
6082025-02-28T11:14:31.072Z Downloaded smf v0.2.3
6092025-02-28T11:14:31.072Z Downloaded hubpack v0.1.2
6102025-02-28T11:14:31.075Z Downloaded cookie_store v0.21.1
6112025-02-28T11:14:31.078Z Downloaded subtle v2.6.1
6122025-02-28T11:14:31.078Z Downloaded zerofrom v0.1.4
6132025-02-28T11:14:31.080Z Downloaded crossbeam-deque v0.8.5
6142025-02-28T11:14:31.080Z Downloaded tinystr v0.7.6
6152025-02-28T11:14:31.083Z Downloaded cassowary v0.3.0
6162025-02-28T11:14:31.085Z Downloaded bit-set v0.5.3
6172025-02-28T11:14:31.089Z Downloaded derive_builder_macro v0.20.2
6182025-02-28T11:14:31.089Z Downloaded predicates-tree v1.0.11
6192025-02-28T11:14:31.093Z Downloaded indexmap v1.9.3
6202025-02-28T11:14:31.096Z Downloaded icu_locid v1.5.0
6212025-02-28T11:14:31.099Z Downloaded typify-macro v0.2.0
6222025-02-28T11:14:31.103Z Downloaded thiserror-no-std v2.0.2
6232025-02-28T11:14:31.121Z Downloaded heapless v0.8.0
6242025-02-28T11:14:31.136Z Downloaded normalize-line-endings v0.3.0
6252025-02-28T11:14:31.136Z Downloaded zeroize_derive v1.4.2
6262025-02-28T11:14:31.136Z Downloaded path-slash v0.1.5
6272025-02-28T11:14:31.136Z Downloaded icu_properties v1.5.1
6282025-02-28T11:14:31.136Z Downloaded ciborium v0.2.2
6292025-02-28T11:14:31.136Z Downloaded bit-vec v0.6.3
6302025-02-28T11:14:31.136Z Downloaded diesel-dtrace v0.4.2
6312025-02-28T11:14:31.136Z Downloaded chacha20 v0.9.1
6322025-02-28T11:14:31.144Z Downloaded bzip2 v0.4.4
6332025-02-28T11:14:31.144Z Downloaded pretty-hex v0.2.1
6342025-02-28T11:14:31.144Z Downloaded precomputed-hash v0.1.1
6352025-02-28T11:14:31.144Z Downloaded fixedbitset v0.4.2
6362025-02-28T11:14:31.144Z Downloaded parse-size v1.1.0
6372025-02-28T11:14:31.144Z Downloaded serde-big-array v0.5.1
6382025-02-28T11:14:31.144Z Downloaded futures-task v0.3.31
6392025-02-28T11:14:31.144Z Downloaded mime_guess v2.0.5
6402025-02-28T11:14:31.144Z Downloaded jobserver v0.1.32
6412025-02-28T11:14:31.148Z Downloaded zerofrom-derive v0.1.4
6422025-02-28T11:14:31.148Z Downloaded utf16_iter v1.0.5
6432025-02-28T11:14:31.148Z Downloaded utf-8 v0.7.6
6442025-02-28T11:14:31.148Z Downloaded time-macros v0.2.18
6452025-02-28T11:14:31.148Z Downloaded icu_collections v1.5.0
6462025-02-28T11:14:31.154Z Downloaded sqlparser_derive v0.2.2
6472025-02-28T11:14:31.157Z Downloaded flagset v0.4.6
6482025-02-28T11:14:31.161Z Downloaded yasna v0.5.2
6492025-02-28T11:14:31.161Z Downloaded nibble_vec v0.1.0
6502025-02-28T11:14:31.164Z Downloaded data-encoding v2.6.0
6512025-02-28T11:14:31.164Z Downloaded group v0.13.0
6522025-02-28T11:14:31.167Z Downloaded filetime v0.2.25
6532025-02-28T11:14:31.168Z Downloaded slog-term v2.9.1
6542025-02-28T11:14:31.170Z Downloaded packed_struct_codegen v0.10.1
6552025-02-28T11:14:31.173Z Downloaded ppv-lite86 v0.2.20
6562025-02-28T11:14:31.173Z Downloaded crossbeam-channel v0.5.13
6572025-02-28T11:14:31.179Z Downloaded des v0.8.1
6582025-02-28T11:14:31.184Z Downloaded subprocess v0.2.9
6592025-02-28T11:14:31.184Z Downloaded predicates-core v1.0.8
6602025-02-28T11:14:31.188Z Downloaded foreign-types v0.3.2
6612025-02-28T11:14:31.188Z Downloaded arc-swap v1.7.1
6622025-02-28T11:14:31.193Z Downloaded signal-hook-registry v1.4.2
6632025-02-28T11:14:31.193Z Downloaded serde-hex v0.1.0
6642025-02-28T11:14:31.197Z Downloaded zone_cfg_derive v0.3.0
6652025-02-28T11:14:31.198Z Downloaded zone_cfg_derive v0.1.2
6662025-02-28T11:14:31.198Z Downloaded unicode-xid v0.2.6
6672025-02-28T11:14:31.206Z Downloaded minimal-lexical v0.2.1
6682025-02-28T11:14:31.206Z Downloaded termcolor v1.4.1
6692025-02-28T11:14:31.209Z Downloaded ref-cast-impl v1.0.23
6702025-02-28T11:14:31.209Z Downloaded fixedbitset v0.5.7
6712025-02-28T11:14:31.209Z Downloaded structmeta v0.3.0
6722025-02-28T11:14:31.211Z Downloaded strip-ansi-escapes v0.2.0
6732025-02-28T11:14:31.212Z Downloaded siphasher v0.3.11
6742025-02-28T11:14:31.214Z Downloaded tabled_derive v0.10.0
6752025-02-28T11:14:31.217Z Downloaded slab v0.4.9
6762025-02-28T11:14:31.217Z Downloaded rustversion v1.0.17
6772025-02-28T11:14:31.220Z Downloaded ssh-cipher v0.2.0
6782025-02-28T11:14:31.223Z Downloaded debug-ignore v1.0.5
6792025-02-28T11:14:31.227Z Downloaded multer v3.1.0
6802025-02-28T11:14:31.227Z Downloaded defmt v0.3.8
6812025-02-28T11:14:31.230Z Downloaded password-hash v0.5.0
6822025-02-28T11:14:31.235Z Downloaded typify v0.3.0
6832025-02-28T11:14:31.237Z Downloaded const_format v0.2.34
6842025-02-28T11:14:31.242Z Downloaded tinyvec v1.8.0
6852025-02-28T11:14:31.264Z Downloaded strum v0.26.3
6862025-02-28T11:14:31.275Z Downloaded futures-core v0.3.31
6872025-02-28T11:14:31.275Z Downloaded which v4.4.2
6882025-02-28T11:14:31.275Z Downloaded unicode-truncate v1.1.0
6892025-02-28T11:14:31.275Z Downloaded serde_derive_internals v0.29.1
6902025-02-28T11:14:31.275Z Downloaded hash32 v0.3.1
6912025-02-28T11:14:31.275Z Downloaded glob v0.3.2
6922025-02-28T11:14:31.275Z Downloaded foldhash v0.1.3
6932025-02-28T11:14:31.276Z Downloaded document-features v0.2.10
6942025-02-28T11:14:31.276Z Downloaded foreign-types-shared v0.3.1
6952025-02-28T11:14:31.276Z Downloaded percent-encoding v2.3.1
6962025-02-28T11:14:31.280Z Downloaded multimap v0.10.0
6972025-02-28T11:14:31.280Z Downloaded tokio-stream v0.1.17
6982025-02-28T11:14:31.283Z Downloaded rustls-pemfile v1.0.4
6992025-02-28T11:14:31.285Z Downloaded peg v0.8.4
7002025-02-28T11:14:31.288Z Downloaded nanorand v0.7.0
7012025-02-28T11:14:31.293Z Downloaded rand_chacha v0.9.0
7022025-02-28T11:14:31.304Z Downloaded olpc-cjson v0.1.4
7032025-02-28T11:14:31.305Z Downloaded opaque-debug v0.3.1
7042025-02-28T11:14:31.305Z Downloaded derive_more v0.99.19
7052025-02-28T11:14:31.316Z Downloaded phf_shared v0.10.0
7062025-02-28T11:14:31.316Z Downloaded chacha20poly1305 v0.10.1
7072025-02-28T11:14:31.316Z Downloaded slog-dtrace v0.3.0
7082025-02-28T11:14:31.316Z Downloaded signal-hook-tokio v0.3.1
7092025-02-28T11:14:31.316Z Downloaded clang-sys v1.8.1
7102025-02-28T11:14:31.319Z Downloaded foreign-types-shared v0.1.1
7112025-02-28T11:14:31.319Z Downloaded bytes v1.10.0
7122025-02-28T11:14:31.319Z Downloaded tokio-rustls v0.25.0
7132025-02-28T11:14:31.319Z Downloaded sqlformat v0.2.6
7142025-02-28T11:14:31.334Z Downloaded rustc_version v0.4.1
7152025-02-28T11:14:31.334Z Downloaded password-hash v0.4.2
7162025-02-28T11:14:31.334Z Downloaded defmt-macros v0.3.9
7172025-02-28T11:14:31.334Z Downloaded russh-cryptovec v0.7.3
7182025-02-28T11:14:31.334Z Downloaded slog-bunyan v2.5.0
7192025-02-28T11:14:31.334Z Downloaded termtree v0.4.1
7202025-02-28T11:14:31.334Z Downloaded dyn-clone v1.0.18
7212025-02-28T11:14:31.334Z Downloaded defmt-parser v0.3.4
7222025-02-28T11:14:31.334Z Downloaded fragile v2.0.0
7232025-02-28T11:14:31.339Z Downloaded topological-sort v0.2.2
7242025-02-28T11:14:31.344Z Downloaded twox-hash v2.1.0
7252025-02-28T11:14:31.345Z Downloaded string_cache v0.8.7
7262025-02-28T11:14:31.345Z Downloaded crypto-bigint v0.5.5
7272025-02-28T11:14:31.350Z Downloaded stringprep v0.1.5
7282025-02-28T11:14:31.353Z Downloaded waitgroup v0.1.2
7292025-02-28T11:14:31.357Z Downloaded dunce v1.0.5
7302025-02-28T11:14:31.357Z Downloaded xattr v1.3.1
7312025-02-28T11:14:31.362Z Downloaded tokio-rustls v0.26.0
7322025-02-28T11:14:31.364Z Downloaded phf_shared v0.11.2
7332025-02-28T11:14:31.364Z Downloaded phf_codegen v0.11.2
7342025-02-28T11:14:31.368Z Downloaded form_urlencoded v1.2.1
7352025-02-28T11:14:31.368Z Downloaded num-rational v0.4.2
7362025-02-28T11:14:31.368Z Downloaded native-tls v0.2.12
7372025-02-28T11:14:31.372Z Downloaded phf_generator v0.11.2
7382025-02-28T11:14:31.372Z Downloaded diesel_derives v2.2.3
7392025-02-28T11:14:31.376Z Downloaded newline-converter v0.3.0
7402025-02-28T11:14:31.376Z Downloaded new_debug_unreachable v1.0.6
7412025-02-28T11:14:31.379Z Downloaded embedded-io v0.4.0
7422025-02-28T11:14:31.379Z Downloaded structmeta-derive v0.3.0
7432025-02-28T11:14:31.382Z Downloaded shlex v1.3.0
7442025-02-28T11:14:31.401Z Downloaded ssh-encoding v0.2.0
7452025-02-28T11:14:31.401Z Downloaded slog-scope v4.4.0
7462025-02-28T11:14:31.401Z Downloaded untrusted v0.9.0
7472025-02-28T11:14:31.401Z Downloaded peg-runtime v0.8.3
7482025-02-28T11:14:31.401Z Downloaded newtype-uuid v1.2.1
7492025-02-28T11:14:31.401Z Downloaded phf v0.11.2
7502025-02-28T11:14:31.401Z Downloaded tracing-attributes v0.1.27
7512025-02-28T11:14:31.401Z Downloaded polyval v0.6.2
7522025-02-28T11:14:31.403Z Downloaded tokio-macros v2.5.0
7532025-02-28T11:14:31.403Z Downloaded spki v0.7.3
7542025-02-28T11:14:31.408Z Downloaded shell-words v1.1.0
7552025-02-28T11:14:31.408Z Downloaded sec1 v0.7.3
7562025-02-28T11:14:31.408Z Downloaded take_mut v0.2.2
7572025-02-28T11:14:31.408Z Downloaded ecdsa v0.16.9
7582025-02-28T11:14:31.411Z Downloaded term v0.7.0
7592025-02-28T11:14:31.411Z Downloaded wait-timeout v0.2.0
7602025-02-28T11:14:31.414Z Downloaded omicron-zone-package v0.12.0
7612025-02-28T11:14:31.420Z Downloaded tokio-native-tls v0.3.1
7622025-02-28T11:14:31.420Z Downloaded itertools v0.14.0
7632025-02-28T11:14:31.427Z Downloaded toolchain_find v0.4.0
7642025-02-28T11:14:31.443Z Downloaded hkdf v0.12.4
7652025-02-28T11:14:31.443Z Downloaded num-conv v0.1.0
7662025-02-28T11:14:31.443Z Downloaded hash32 v0.2.1
7672025-02-28T11:14:31.443Z Downloaded float-ord v0.3.2
7682025-02-28T11:14:31.443Z Downloaded float-cmp v0.10.0
7692025-02-28T11:14:31.443Z Downloaded tls_codec_derive v0.4.1
7702025-02-28T11:14:31.443Z Downloaded rusty-fork v0.3.0
7712025-02-28T11:14:31.443Z Downloaded progenitor-client v0.9.1
7722025-02-28T11:14:31.443Z Downloaded unicode-properties v0.1.3
7732025-02-28T11:14:31.447Z Downloaded embedded-io v0.6.1
7742025-02-28T11:14:31.447Z Downloaded rand_seeder v0.3.0
7752025-02-28T11:14:31.447Z Downloaded tokio-tungstenite v0.23.1
7762025-02-28T11:14:31.450Z Downloaded libxml v0.3.3
7772025-02-28T11:14:31.456Z Downloaded progenitor-client v0.8.0
7782025-02-28T11:14:31.459Z Downloaded openssl-probe v0.1.5
7792025-02-28T11:14:31.459Z Downloaded openssl-macros v0.1.1
7802025-02-28T11:14:31.463Z Downloaded want v0.3.1
7812025-02-28T11:14:31.463Z Downloaded tabwriter v1.4.0
7822025-02-28T11:14:31.463Z Downloaded tower-layer v0.3.3
7832025-02-28T11:14:31.466Z Downloaded pin-utils v0.1.0
7842025-02-28T11:14:31.466Z Downloaded walkdir v2.5.0
7852025-02-28T11:14:31.472Z Downloaded pem v3.0.5
7862025-02-28T11:14:31.472Z Downloaded sct v0.7.1
7872025-02-28T11:14:31.475Z Downloaded rustc-demangle v0.1.24
7882025-02-28T11:14:31.489Z Downloaded fxhash v0.2.1
7892025-02-28T11:14:31.489Z Downloaded hyper v1.6.0
7902025-02-28T11:14:31.500Z Downloaded num-iter v0.1.45
7912025-02-28T11:14:31.500Z Downloaded simd-adler32 v0.3.7
7922025-02-28T11:14:31.500Z Downloaded rustc-hash v1.1.0
7932025-02-28T11:14:31.500Z Downloaded tracing-core v0.1.32
7942025-02-28T11:14:31.500Z Downloaded foreign-types v0.5.0
7952025-02-28T11:14:31.514Z Downloaded env_logger v0.10.2
7962025-02-28T11:14:31.515Z Downloaded stable_deref_trait v1.2.0
7972025-02-28T11:14:31.515Z Downloaded serde_repr v0.1.19
7982025-02-28T11:14:31.515Z Downloaded unsafe-libyaml v0.2.11
7992025-02-28T11:14:31.515Z Downloaded futures-sink v0.3.31
8002025-02-28T11:14:31.515Z Downloaded rand v0.8.5
8012025-02-28T11:14:31.515Z Downloaded publicsuffix v2.3.0
8022025-02-28T11:14:31.515Z Downloaded strum_macros v0.25.3
8032025-02-28T11:14:31.515Z Downloaded cc v1.2.15
8042025-02-28T11:14:31.531Z Downloaded strum_macros v0.24.3
8052025-02-28T11:14:31.531Z Downloaded vsss-rs v3.3.4
8062025-02-28T11:14:31.531Z Downloaded futures-macro v0.3.31
8072025-02-28T11:14:31.532Z Downloaded futures-io v0.3.31
8082025-02-28T11:14:31.532Z Downloaded futures-executor v0.3.31
8092025-02-28T11:14:31.532Z Downloaded num-traits v0.2.19
8102025-02-28T11:14:31.535Z Downloaded serde_plain v1.0.2
8112025-02-28T11:14:31.535Z Downloaded yoke-derive v0.7.4
8122025-02-28T11:14:31.535Z Downloaded tower-service v0.3.3
8132025-02-28T11:14:31.540Z Downloaded serde_path_to_error v0.1.16
8142025-02-28T11:14:31.540Z Downloaded progenitor v0.9.1
8152025-02-28T11:14:31.542Z Downloaded rtoolbox v0.0.2
8162025-02-28T11:14:31.542Z Downloaded primeorder v0.13.6
8172025-02-28T11:14:31.546Z Downloaded pkcs1 v0.7.5
8182025-02-28T11:14:31.546Z Downloaded oso v0.27.3
8192025-02-28T11:14:31.587Z Downloaded sigpipe v0.1.3
8202025-02-28T11:14:31.587Z Downloaded tls_codec v0.4.1
8212025-02-28T11:14:31.588Z Downloaded rand v0.9.0
8222025-02-28T11:14:31.588Z Downloaded deranged v0.3.11
8232025-02-28T11:14:31.588Z Downloaded thiserror-impl-no-std v2.0.2
8242025-02-28T11:14:31.588Z Downloaded rustls-pki-types v1.10.0
8252025-02-28T11:14:31.589Z Downloaded unicase v2.7.0
8262025-02-28T11:14:31.589Z Downloaded rustls-pemfile v2.2.0
8272025-02-28T11:14:31.589Z Downloaded typed-path v0.9.3
8282025-02-28T11:14:31.589Z Downloaded quick-error v1.2.3
8292025-02-28T11:14:31.617Z Downloaded typify v0.2.0
8302025-02-28T11:14:31.617Z Downloaded flate2 v1.1.0
8312025-02-28T11:14:31.618Z Downloaded dsl_auto_type v0.1.2
8322025-02-28T11:14:31.618Z Downloaded wyz v0.5.1
8332025-02-28T11:14:31.618Z Downloaded serde_urlencoded v0.7.1
8342025-02-28T11:14:31.618Z Downloaded secrecy v0.8.0
8352025-02-28T11:14:31.618Z Downloaded salsa20 v0.10.2
8362025-02-28T11:14:31.618Z Downloaded resolv-conf v0.7.0
8372025-02-28T11:14:31.618Z Downloaded tokio-postgres v0.7.13
8382025-02-28T11:14:31.618Z Downloaded try-lock v0.2.5
8392025-02-28T11:14:31.618Z Downloaded value-bag v1.9.0
8402025-02-28T11:14:31.630Z Downloaded progenitor-impl v0.8.0
8412025-02-28T11:14:31.630Z Downloaded enum-as-inner v0.6.1
8422025-02-28T11:14:31.630Z Downloaded signal-hook-mio v0.2.4
8432025-02-28T11:14:31.630Z Downloaded fallible-iterator v0.2.0
8442025-02-28T11:14:31.630Z Downloaded pem-rfc7468 v0.7.0
8452025-02-28T11:14:31.630Z Downloaded getrandom v0.2.15
8462025-02-28T11:14:31.630Z Downloaded der_derive v0.7.3
8472025-02-28T11:14:31.631Z Downloaded tokio-tungstenite v0.24.0
8482025-02-28T11:14:31.645Z Downloaded crossterm v0.28.1
8492025-02-28T11:14:31.645Z Downloaded tui-tree-widget v0.23.0
8502025-02-28T11:14:31.645Z Downloaded tracing v0.1.40
8512025-02-28T11:14:31.648Z Downloaded packed_struct v0.10.1
8522025-02-28T11:14:31.649Z Downloaded parking_lot v0.11.2
8532025-02-28T11:14:31.649Z Downloaded num-integer v0.1.46
8542025-02-28T11:14:31.649Z Downloaded unicode-bidi v0.3.17
8552025-02-28T11:14:31.649Z Downloaded globset v0.4.15
8562025-02-28T11:14:31.649Z Downloaded sync_wrapper v1.0.1
8572025-02-28T11:14:31.662Z Downloaded sync-ptr v0.1.1
8582025-02-28T11:14:31.662Z Downloaded rand_core v0.6.4
8592025-02-28T11:14:31.662Z Downloaded newtype_derive v0.1.6
8602025-02-28T11:14:31.662Z Downloaded ed25519 v2.2.3
8612025-02-28T11:14:31.662Z Downloaded env_filter v0.1.2
8622025-02-28T11:14:31.662Z Downloaded flume v0.11.1
8632025-02-28T11:14:31.663Z Downloaded postcard v1.0.10
8642025-02-28T11:14:31.687Z Downloaded signature v2.2.0
8652025-02-28T11:14:31.687Z Downloaded derive_builder_core v0.20.2
8662025-02-28T11:14:31.687Z Downloaded zopfli v0.8.1
8672025-02-28T11:14:31.687Z Downloaded psl-types v2.0.11
8682025-02-28T11:14:31.687Z Downloaded slog-envlogger v2.2.0
8692025-02-28T11:14:31.687Z Downloaded postgres-protocol v0.6.8
8702025-02-28T11:14:31.687Z Downloaded progenitor-impl v0.9.1
8712025-02-28T11:14:31.696Z Downloaded spin v0.9.8
8722025-02-28T11:14:31.696Z Downloaded parse-display v0.10.0
8732025-02-28T11:14:31.696Z Downloaded zone v0.1.8
8742025-02-28T11:14:31.696Z Downloaded sha1 v0.10.6
8752025-02-28T11:14:31.696Z Downloaded proc-macro-crate v1.3.1
8762025-02-28T11:14:31.696Z Downloaded ghash v0.5.1
8772025-02-28T11:14:31.696Z Downloaded slog v2.7.0
8782025-02-28T11:14:31.696Z Downloaded steno v0.4.1
8792025-02-28T11:14:31.696Z Downloaded num-derive v0.4.2
8802025-02-28T11:14:31.697Z Downloaded p256 v0.13.2
8812025-02-28T11:14:31.712Z Downloaded derive_builder v0.20.2
8822025-02-28T11:14:31.712Z Downloaded lalrpop v0.19.12
8832025-02-28T11:14:31.715Z Downloaded num v0.4.3
8842025-02-28T11:14:31.728Z Downloaded nodrop v0.1.14
8852025-02-28T11:14:31.728Z Downloaded papergrid v0.14.0
8862025-02-28T11:14:31.728Z Downloaded termtree v0.5.1
8872025-02-28T11:14:31.728Z Downloaded writeable v0.5.5
8882025-02-28T11:14:31.728Z Downloaded serde_with_macros v3.12.0
8892025-02-28T11:14:31.728Z Downloaded tap v1.0.1
8902025-02-28T11:14:31.742Z Downloaded either v1.14.0
8912025-02-28T11:14:31.742Z Downloaded xz2 v0.1.7
8922025-02-28T11:14:31.745Z Downloaded powerfmt v0.2.0
8932025-02-28T11:14:31.745Z Downloaded ron v0.7.1
8942025-02-28T11:14:31.745Z Downloaded dropshot_endpoint v0.12.0
8952025-02-28T11:14:31.745Z Downloaded diff v0.1.13
8962025-02-28T11:14:31.745Z Downloaded snafu-derive v0.8.5
8972025-02-28T11:14:31.748Z Downloaded yoke v0.7.4
8982025-02-28T11:14:31.748Z Downloaded synstructure v0.13.1
8992025-02-28T11:14:31.750Z Downloaded slog-json v2.6.1
9002025-02-28T11:14:31.753Z Downloaded dropshot_endpoint v0.16.0
9012025-02-28T11:14:31.755Z Downloaded rustls-webpki v0.102.8
9022025-02-28T11:14:31.775Z Downloaded darling v0.20.10
9032025-02-28T11:14:31.778Z Downloaded aws-lc-rs v1.12.4
9042025-02-28T11:14:31.789Z Downloaded gethostname v0.5.0
9052025-02-28T11:14:31.791Z Downloaded zerovec v0.10.4
9062025-02-28T11:14:31.805Z Downloaded blake3 v1.5.4
9072025-02-28T11:14:31.805Z Downloaded parking_lot_core v0.9.10
9082025-02-28T11:14:31.813Z Downloaded socket2 v0.5.8
9092025-02-28T11:14:31.813Z Downloaded peg-macros v0.8.4
9102025-02-28T11:14:31.816Z Downloaded elliptic-curve v0.13.8
9112025-02-28T11:14:31.816Z Downloaded ron v0.8.1
9122025-02-28T11:14:31.831Z Downloaded zerocopy v0.6.6
9132025-02-28T11:14:31.831Z Downloaded hashbrown v0.13.2
9142025-02-28T11:14:31.831Z Downloaded rustyline v14.0.0
9152025-02-28T11:14:31.836Z Downloaded signal-hook v0.3.17
9162025-02-28T11:14:31.842Z Downloaded mio v1.0.2
9172025-02-28T11:14:31.844Z Downloaded daft-derive v0.1.1
9182025-02-28T11:14:31.848Z Downloaded tungstenite v0.24.0
9192025-02-28T11:14:31.851Z Downloaded toml v0.7.8
9202025-02-28T11:14:31.855Z Downloaded test-strategy v0.4.0
9212025-02-28T11:14:31.858Z Downloaded serde_yaml v0.9.34+deprecated
9222025-02-28T11:14:31.865Z Downloaded rayon-core v1.12.1
9232025-02-28T11:14:31.865Z Downloaded zip v0.6.6
9242025-02-28T11:14:31.870Z Downloaded reedline v0.35.0
9252025-02-28T11:14:31.878Z Downloaded rsa v0.9.6
9262025-02-28T11:14:31.887Z Downloaded fatfs v0.3.6
9272025-02-28T11:14:31.895Z Downloaded tower v0.5.2
9282025-02-28T11:14:31.902Z Downloaded qorb v0.2.1
9292025-02-28T11:14:31.902Z Downloaded zip v2.1.3
9302025-02-28T11:14:31.910Z Downloaded parking_lot v0.12.3
9312025-02-28T11:14:31.910Z Downloaded quinn v0.11.5
9322025-02-28T11:14:31.912Z Downloaded num-bigint v0.4.6
9332025-02-28T11:14:31.917Z Downloaded darling_core v0.20.10
9342025-02-28T11:14:31.922Z Downloaded p521 v0.13.3
9352025-02-28T11:14:31.926Z Downloaded smoltcp v0.9.1
9362025-02-28T11:14:31.939Z Downloaded toml_edit v0.19.15
9372025-02-28T11:14:31.960Z Downloaded num-bigint-dig v0.8.4
9382025-02-28T11:14:31.968Z Downloaded tokio-util v0.7.13
9392025-02-28T11:14:31.972Z Downloaded tough v0.19.0
9402025-02-28T11:14:31.976Z Downloaded futures-util v0.3.31
9412025-02-28T11:14:31.986Z Downloaded chrono v0.4.40
9422025-02-28T11:14:31.995Z Downloaded rayon v1.10.0
9432025-02-28T11:14:32.005Z Downloaded serde_with v3.12.0
9442025-02-28T11:14:32.013Z Downloaded bindgen v0.71.1
9452025-02-28T11:14:32.024Z Downloaded bitvec v1.0.1
9462025-02-28T11:14:32.038Z Downloaded salty v0.3.0
9472025-02-28T11:14:32.044Z Downloaded sqlparser v0.45.0
9482025-02-28T11:14:32.052Z Downloaded regex-syntax v0.6.29
9492025-02-28T11:14:32.095Z Downloaded unicode-normalization v0.1.24
9502025-02-28T11:14:32.101Z Downloaded smoltcp v0.11.0
9512025-02-28T11:14:32.101Z Downloaded reqwest v0.12.12
9522025-02-28T11:14:32.101Z Downloaded regex v1.11.1
9532025-02-28T11:14:32.101Z Downloaded quick-xml v0.37.2
9542025-02-28T11:14:32.104Z Downloaded regress v0.10.1
9552025-02-28T11:14:32.124Z Downloaded proptest v1.6.0
9562025-02-28T11:14:32.130Z Downloaded object v0.30.4
9572025-02-28T11:14:32.152Z Downloaded vcpkg v0.2.15
9582025-02-28T11:14:32.172Z Downloaded h2 v0.4.6
9592025-02-28T11:14:32.184Z Downloaded diesel v2.2.7
9602025-02-28T11:14:32.197Z Downloaded gimli v0.31.1
9612025-02-28T11:14:32.212Z Downloaded p384 v0.13.0
9622025-02-28T11:14:32.212Z Downloaded tabled v0.18.0
9632025-02-28T11:14:32.235Z Downloaded polar-core v0.27.3
9642025-02-28T11:14:32.239Z Downloaded unicode-width v0.2.0
9652025-02-28T11:14:32.243Z Downloaded chrono-tz v0.10.1
9662025-02-28T11:14:32.251Z Downloaded rustls v0.23.19
9672025-02-28T11:14:32.262Z Downloaded object v0.36.5
9682025-02-28T11:14:32.274Z Downloaded openssl v0.10.71
9692025-02-28T11:14:32.290Z Downloaded curve25519-dalek v4.1.3
9702025-02-28T11:14:32.299Z Downloaded nix v0.29.0
9712025-02-28T11:14:32.306Z Downloaded dropshot v0.16.0
9722025-02-28T11:14:32.334Z Downloaded nix v0.28.0
9732025-02-28T11:14:32.338Z Downloaded nix v0.27.1
9742025-02-28T11:14:32.349Z Downloaded openapiv3 v2.0.0
9752025-02-28T11:14:32.366Z Downloaded ratatui v0.29.0
9762025-02-28T11:14:32.382Z Downloaded typify-impl v0.2.0
9772025-02-28T11:14:32.397Z Downloaded zerocopy-derive v0.6.6
9782025-02-28T11:14:32.406Z Downloaded sled v0.34.7
9792025-02-28T11:14:32.418Z Downloaded typify-impl v0.3.0
9802025-02-28T11:14:32.435Z Downloaded regex-syntax v0.8.5
9812025-02-28T11:14:32.443Z Downloaded bstr v1.10.0
9822025-02-28T11:14:32.460Z Downloaded webpki-roots v0.26.6
9832025-02-28T11:14:32.460Z Downloaded zerocopy v0.8.10
9842025-02-28T11:14:32.478Z Downloaded lzma-sys v0.1.20
9852025-02-28T11:14:32.505Z Downloaded regex-automata v0.4.8
9862025-02-28T11:14:32.521Z Downloaded bzip2-sys v0.1.11+1.0.8
9872025-02-28T11:14:32.533Z Downloaded rustls v0.22.4
9882025-02-28T11:14:32.546Z Downloaded petgraph v0.6.5
9892025-02-28T11:14:32.576Z Downloaded regress v0.9.1
9902025-02-28T11:14:32.582Z Downloaded hickory-proto v0.24.4
9912025-02-28T11:14:32.596Z Downloaded libz-sys v1.1.20
9922025-02-28T11:14:32.606Z Downloaded petname v2.0.2
9932025-02-28T11:14:32.611Z Downloaded petgraph v0.7.1
9942025-02-28T11:14:32.629Z Downloaded git2 v0.19.0
9952025-02-28T11:14:32.637Z Downloaded dropshot v0.12.0
9962025-02-28T11:14:32.695Z Downloaded rustls v0.21.12
9972025-02-28T11:14:32.700Z Downloaded portable-atomic v1.9.0
9982025-02-28T11:14:32.700Z Downloaded radix_trie v0.2.1
9992025-02-28T11:14:32.715Z Downloaded ssh-key v0.6.6
10002025-02-28T11:14:32.731Z Downloaded rustls-webpki v0.101.7
10012025-02-28T11:14:32.734Z Downloaded x509-cert v0.2.5
10022025-02-28T11:14:32.737Z Downloaded winnow v0.6.20
10032025-02-28T11:14:32.744Z Downloaded tungstenite v0.21.0
10042025-02-28T11:14:32.747Z Downloaded ed25519-dalek v2.1.1
10052025-02-28T11:14:32.750Z Downloaded russh v0.45.0
10062025-02-28T11:14:32.756Z Downloaded prettyplease v0.2.29
10072025-02-28T11:14:32.761Z Downloaded tar v0.4.44
10082025-02-28T11:14:32.764Z Downloaded tokio v1.43.0
10092025-02-28T11:14:32.800Z Downloaded csv v1.3.1
10102025-02-28T11:14:32.824Z Downloaded sha3 v0.10.8
10112025-02-28T11:14:32.834Z Downloaded snafu v0.8.5
10122025-02-28T11:14:32.834Z Downloaded parking_lot_core v0.8.6
10132025-02-28T11:14:32.834Z Downloaded quinn-proto v0.11.8
10142025-02-28T11:14:32.837Z Downloaded expectorate v1.1.0
10152025-02-28T11:14:32.837Z Downloaded url v2.5.3
10162025-02-28T11:14:32.840Z Downloaded icu_properties_data v1.5.0
10172025-02-28T11:14:32.850Z Downloaded postgres-types v0.2.9
10182025-02-28T11:14:32.854Z Downloaded derive-where v1.2.7
10192025-02-28T11:14:32.859Z Downloaded openssl-sys v0.9.106
10202025-02-28T11:14:32.862Z Downloaded unicode-segmentation v1.12.0
10212025-02-28T11:14:32.865Z Downloaded winnow v0.5.40
10222025-02-28T11:14:32.872Z Downloaded parse-zoneinfo v0.3.1
10232025-02-28T11:14:32.880Z Downloaded pkcs5 v0.7.1
10242025-02-28T11:14:32.887Z Downloaded vte v0.11.1
10252025-02-28T11:14:32.887Z Downloaded vergen v8.3.2
10262025-02-28T11:14:32.887Z Downloaded rcgen v0.12.1
10272025-02-28T11:14:32.899Z Downloaded uzers v0.12.1
10282025-02-28T11:14:32.899Z Downloaded fd-lock v4.0.2
10292025-02-28T11:14:32.899Z Downloaded fs_extra v1.3.0
10302025-02-28T11:14:32.905Z Downloaded miniz_oxide v0.8.5
10312025-02-28T11:14:32.906Z Downloaded encoding_rs v0.8.34
10322025-02-28T11:14:32.913Z Downloaded time v0.3.36
10332025-02-28T11:14:32.920Z Downloaded pin-project-lite v0.2.14
10342025-02-28T11:14:32.929Z Downloaded pin-project-internal v1.1.6
10352025-02-28T11:14:32.936Z Downloaded half v2.4.1
10362025-02-28T11:14:32.936Z Downloaded nom v7.1.3
10372025-02-28T11:14:32.936Z Downloaded ring v0.17.11
10382025-02-28T11:14:32.971Z Downloaded progenitor v0.8.0
10392025-02-28T11:14:32.974Z Downloaded daft v0.1.1
10402025-02-28T11:14:32.977Z Downloaded curve25519-dalek-derive v0.1.1
10412025-02-28T11:14:32.977Z Downloaded zone v0.3.0
10422025-02-28T11:14:32.977Z Downloaded hashbrown v0.12.3
10432025-02-28T11:14:32.980Z Downloaded endian-type v0.1.2
10442025-02-28T11:14:32.980Z Downloaded write16 v1.0.0
10452025-02-28T11:14:32.982Z Downloaded funty v2.0.0
10462025-02-28T11:14:32.983Z Downloaded unarray v0.1.4
10472025-02-28T11:14:32.985Z Downloaded typify-macro v0.3.0
10482025-02-28T11:14:32.985Z Downloaded itertools v0.13.0
10492025-02-28T11:14:32.990Z Downloaded pin-project v1.1.6
10502025-02-28T11:14:33.001Z Downloaded owo-colors v4.2.0
10512025-02-28T11:14:33.005Z Downloaded unicode_categories v0.1.1
10522025-02-28T11:14:33.008Z Downloaded bumpalo v3.16.0
10532025-02-28T11:14:33.008Z Downloaded itertools v0.12.1
10542025-02-28T11:14:33.014Z Downloaded idna v1.0.3
10552025-02-28T11:14:33.017Z Downloaded libgit2-sys v0.17.0+1.8.1
10562025-02-28T11:14:33.069Z Downloaded rand_core v0.9.2
10572025-02-28T11:14:33.072Z Downloaded itertools v0.10.5
10582025-02-28T11:14:33.077Z Downloaded hyper-util v0.1.10
10592025-02-28T11:14:33.080Z Downloaded zerocopy-derive v0.8.10
10602025-02-28T11:14:33.086Z Downloaded libm v0.2.8
10612025-02-28T11:14:33.092Z Downloaded poly1305 v0.8.0
10622025-02-28T11:14:33.094Z Downloaded pkcs8 v0.10.2
10632025-02-28T11:14:33.096Z Downloaded vte_generate_state_changes v0.1.2
10642025-02-28T11:14:33.099Z Downloaded mockall v0.13.1
10652025-02-28T11:14:33.099Z Downloaded foreign-types-macros v0.2.3
10662025-02-28T11:14:33.099Z Downloaded futures v0.3.31
10672025-02-28T11:14:33.103Z Downloaded der v0.7.9
10682025-02-28T11:14:33.108Z Downloaded hickory-resolver v0.24.4
10692025-02-28T11:14:33.111Z Downloaded zerovec-derive v0.10.3
10702025-02-28T11:14:33.114Z Downloaded untrusted v0.7.1
10712025-02-28T11:14:33.114Z Downloaded universal-hash v0.5.1
10722025-02-28T11:14:33.117Z Downloaded static_assertions v1.1.0
10732025-02-28T11:14:33.117Z Downloaded rustc_version v0.1.7
10742025-02-28T11:14:33.117Z Downloaded rustc-hash v2.1.1
10752025-02-28T11:14:33.119Z Downloaded displaydoc v0.2.5
10762025-02-28T11:14:33.122Z Downloaded uuid v1.15.1
10772025-02-28T11:14:33.128Z Downloaded oso-derive v0.27.3
10782025-02-28T11:14:33.128Z Downloaded num-complex v0.4.6
10792025-02-28T11:14:33.138Z Downloaded pkg-config v0.3.31
10802025-02-28T11:14:33.138Z Downloaded futures-channel v0.3.31
10812025-02-28T11:14:33.138Z Downloaded tokio-rustls v0.24.1
10822025-02-28T11:14:33.138Z Downloaded mockall_derive v0.13.1
10832025-02-28T11:14:33.151Z Downloaded getrandom v0.3.1
10842025-02-28T11:14:33.151Z Downloaded tungstenite v0.23.0
10852025-02-28T11:14:33.151Z Downloaded samael v0.0.18
10862025-02-28T11:14:33.167Z Downloaded r2d2 v0.8.10
10872025-02-28T11:14:33.167Z Downloaded quinn-udp v0.5.5
10882025-02-28T11:14:33.167Z Downloaded tokio-tungstenite v0.21.0
10892025-02-28T11:14:33.167Z Downloaded termios v0.3.3
10902025-02-28T11:14:33.167Z Downloaded darling_macro v0.20.10
10912025-02-28T11:14:33.167Z Downloaded display-error-chain v0.2.2
10922025-02-28T11:14:33.167Z Downloaded dirs-sys-next v0.1.2
10932025-02-28T11:14:33.167Z Downloaded dirs-next v2.0.0
10942025-02-28T11:14:33.167Z Downloaded difflib v0.4.0
10952025-02-28T11:14:33.167Z Downloaded nu-ansi-term v0.50.1
10962025-02-28T11:14:33.171Z Downloaded hashbrown v0.14.5
10972025-02-28T11:14:33.171Z Downloaded ena v0.14.3
10982025-02-28T11:14:33.171Z Downloaded similar v2.6.0
10992025-02-28T11:14:33.171Z Downloaded schemars v0.8.22
11002025-02-28T11:14:33.174Z Downloaded http v1.2.0
11012025-02-28T11:14:33.178Z Downloaded hickory-server v0.24.4
11022025-02-28T11:14:33.182Z Downloaded crossbeam-epoch v0.9.18
11032025-02-28T11:14:33.185Z Downloaded whoami v1.5.2
11042025-02-28T11:14:33.188Z Downloaded csv-core v0.1.11
11052025-02-28T11:14:33.188Z Downloaded crossbeam-utils v0.8.20
11062025-02-28T11:14:33.192Z Downloaded parse-display-derive v0.10.0
11072025-02-28T11:14:33.192Z Downloaded semver v0.1.20
11082025-02-28T11:14:33.192Z Downloaded num_enum_derive v0.5.11
11092025-02-28T11:14:33.194Z Downloaded num_enum v0.5.11
11102025-02-28T11:14:33.197Z Downloaded allocator-api2 v0.2.18
11112025-02-28T11:14:33.201Z Downloaded downcast v0.11.0
11122025-02-28T11:14:33.201Z Downloaded blake2 v0.10.6
11132025-02-28T11:14:33.203Z Downloaded predicates v3.1.3
11142025-02-28T11:14:33.206Z Downloaded env_logger v0.11.5
11152025-02-28T11:14:33.209Z Downloaded argon2 v0.5.3
11162025-02-28T11:14:33.209Z Downloaded pbkdf2 v0.12.2
11172025-02-28T11:14:33.211Z Downloaded pbkdf2 v0.11.0
11182025-02-28T11:14:33.211Z Downloaded paste v1.0.15
11192025-02-28T11:14:33.217Z Downloaded smallvec v1.14.0
11202025-02-28T11:14:33.222Z Downloaded oxnet v0.1.1
11212025-02-28T11:14:33.222Z Downloaded crc-any v2.5.0
11222025-02-28T11:14:33.222Z Downloaded ff v0.13.0
11232025-02-28T11:14:33.222Z Downloaded strum_macros v0.26.4
11242025-02-28T11:14:33.227Z Downloaded proc-macro-error2 v2.0.1
11252025-02-28T11:14:33.227Z Downloaded russh-keys v0.45.0
11262025-02-28T11:14:33.240Z Downloaded indicatif v0.17.11
11272025-02-28T11:14:33.252Z Downloaded ipnet v2.11.0
11282025-02-28T11:14:33.252Z Downloaded icu_locid_transform v1.5.0
11292025-02-28T11:14:33.252Z Downloaded number_prefix v0.4.0
11302025-02-28T11:14:33.252Z Downloaded num_threads v0.1.7
11312025-02-28T11:14:33.252Z Downloaded utf8_iter v1.0.4
11322025-02-28T11:14:33.252Z Downloaded crc32fast v1.4.2
11332025-02-28T11:14:33.252Z Downloaded cargo_metadata v0.18.1
11342025-02-28T11:14:33.252Z Downloaded cancel-safe-futures v0.1.5
11352025-02-28T11:14:33.252Z Downloaded bit-vec v0.8.0
11362025-02-28T11:14:33.274Z Downloaded base64ct v1.6.0
11372025-02-28T11:14:33.274Z Downloaded backoff v0.4.0
11382025-02-28T11:14:33.274Z Downloaded arrayvec v0.7.6
11392025-02-28T11:14:33.274Z Downloaded zeroize v1.8.1
11402025-02-28T11:14:33.274Z Downloaded slog-stdlog v4.1.1
11412025-02-28T11:14:33.274Z Downloaded slog-async v2.8.0
11422025-02-28T11:14:33.274Z Downloaded scrypt v0.11.0
11432025-02-28T11:14:33.274Z Downloaded rustfmt-wrapper v0.2.1
11442025-02-28T11:14:33.274Z Downloaded rfc6979 v0.4.0
11452025-02-28T11:14:33.274Z Downloaded progenitor-macro v0.8.0
11462025-02-28T11:14:33.274Z Downloaded proc-macro-error-attr2 v2.0.0
11472025-02-28T11:14:33.274Z Downloaded tiny-keccak v2.0.2
11482025-02-28T11:14:33.282Z Downloaded chrono-tz-build v0.4.0
11492025-02-28T11:14:33.282Z Downloaded bitfield v0.14.0
11502025-02-28T11:14:33.282Z Downloaded bit-set v0.8.0
11512025-02-28T11:14:33.282Z Downloaded managed v0.8.0
11522025-02-28T11:14:33.282Z Downloaded async-trait v0.1.86
11532025-02-28T11:14:33.282Z Downloaded async-bb8-diesel v0.2.1
11542025-02-28T11:14:33.282Z Downloaded thread_local v1.1.8
11552025-02-28T11:14:33.282Z Downloaded cmake v0.1.51
11562025-02-28T11:14:33.282Z Downloaded ciborium-ll v0.2.2
11572025-02-28T11:14:33.282Z Downloaded scheduled-thread-pool v0.2.7
11582025-02-28T11:14:33.282Z Downloaded same-file v1.0.6
11592025-02-28T11:14:33.282Z Downloaded blowfish v0.9.1
11602025-02-28T11:14:33.282Z Downloaded heapless v0.7.17
11612025-02-28T11:14:33.287Z Downloaded const_format_proc_macros v0.2.34
11622025-02-28T11:14:33.287Z Downloaded cexpr v0.6.0
11632025-02-28T11:14:33.287Z Downloaded bcrypt-pbkdf v0.10.0
11642025-02-28T11:14:33.287Z Downloaded bb8 v0.8.5
11652025-02-28T11:14:33.288Z Downloaded lock_api v0.4.12
11662025-02-28T11:14:33.291Z Downloaded litrs v0.4.1
11672025-02-28T11:14:33.291Z Downloaded icu_normalizer_data v1.5.0
11682025-02-28T11:14:33.293Z Downloaded highway v1.3.0
11692025-02-28T11:14:33.293Z Downloaded rand_xorshift v0.3.0
11702025-02-28T11:14:33.296Z Downloaded rand_chacha v0.3.1
11712025-02-28T11:14:33.296Z Downloaded radium v0.7.0
11722025-02-28T11:14:33.298Z Downloaded cstr-argument v0.1.2
11732025-02-28T11:14:33.298Z Downloaded crunchy v0.2.2
11742025-02-28T11:14:33.298Z Downloaded crucible-workspace-hack v0.1.0
11752025-02-28T11:14:33.298Z Downloaded ascii-canvas v3.0.0
11762025-02-28T11:14:33.302Z Downloaded libefi-sys v0.1.0
11772025-02-28T11:14:33.302Z Downloaded lalrpop-util v0.19.12
11782025-02-28T11:14:33.302Z Downloaded async-stream v0.3.6
11792025-02-28T11:14:33.305Z Downloaded httparse v1.9.5
11802025-02-28T11:14:33.305Z Downloaded cfg_aliases v0.1.1
11812025-02-28T11:14:33.308Z Downloaded atomicwrites v0.4.4
11822025-02-28T11:14:33.308Z Downloaded lazy_static v1.5.0
11832025-02-28T11:14:33.308Z Downloaded internet-checksum v0.2.1
11842025-02-28T11:14:33.311Z Downloaded idna_adapter v1.2.0
11852025-02-28T11:14:33.311Z Downloaded hyper-tls v0.6.0
11862025-02-28T11:14:33.311Z Downloaded ciborium-io v0.2.2
11872025-02-28T11:14:33.311Z Downloaded convert_case v0.4.0
11882025-02-28T11:14:33.314Z Downloaded atty v0.2.14
11892025-02-28T11:14:33.314Z Downloaded async-stream-impl v0.3.6
11902025-02-28T11:14:33.314Z Downloaded cookie v0.18.1
11912025-02-28T11:14:33.317Z Downloaded console v0.15.10
11922025-02-28T11:14:33.319Z Downloaded colored v2.2.0
11932025-02-28T11:14:33.322Z Downloaded lockfree-object-pool v0.1.6
11942025-02-28T11:14:33.325Z Downloaded linear-map v1.2.0
11952025-02-28T11:14:33.325Z Downloaded libsw v3.4.0
11962025-02-28T11:14:33.328Z Downloaded keccak v0.1.5
11972025-02-28T11:14:33.328Z Downloaded indent_write v2.2.0
11982025-02-28T11:14:33.328Z Downloaded impl-trait-for-tuples v0.2.2
11992025-02-28T11:14:33.334Z Downloaded constant_time_eq v0.3.1
12002025-02-28T11:14:33.334Z Downloaded cobs v0.2.3
12012025-02-28T11:14:33.337Z Downloaded instability v0.3.2
12022025-02-28T11:14:33.337Z Downloaded inout v0.1.3
12032025-02-28T11:14:33.337Z Downloaded indoc v2.0.5
12042025-02-28T11:14:33.341Z Downloaded hostname v0.4.0
12052025-02-28T11:14:33.341Z Downloaded bcs v0.1.6
12062025-02-28T11:14:33.343Z Downloaded base16ct v0.2.0
12072025-02-28T11:14:33.344Z Downloaded ctr v0.9.2
12082025-02-28T11:14:33.344Z Downloaded base64 v0.13.1
12092025-02-28T11:14:33.628Z Downloaded aws-lc-sys v0.26.0
12102025-02-28T11:14:33.935Z Compiling serde v1.0.218
12112025-02-28T11:14:33.938Z Compiling value-bag v1.9.0
12122025-02-28T11:14:33.938Z Compiling lock_api v0.4.12
12132025-02-28T11:14:33.938Z Compiling scopeguard v1.2.0
12142025-02-28T11:14:34.092Z Compiling typenum v1.17.0
12152025-02-28T11:14:34.095Z Compiling generic-array v0.14.7
12162025-02-28T11:14:34.139Z Compiling syn v2.0.98
12172025-02-28T11:14:34.149Z Compiling getrandom v0.2.15
12182025-02-28T11:14:34.232Z Compiling shlex v1.3.0
12192025-02-28T11:14:34.514Z Compiling rand_core v0.6.4
12202025-02-28T11:14:34.570Z Compiling log v0.4.22
12212025-02-28T11:14:34.649Z Compiling subtle v2.6.1
12222025-02-28T11:14:34.668Z Compiling jobserver v0.1.32
12232025-02-28T11:14:34.688Z Compiling smallvec v1.14.0
12242025-02-28T11:14:35.014Z Compiling const-oid v0.9.6
12252025-02-28T11:14:35.051Z Compiling pin-project-lite v0.2.14
12262025-02-28T11:14:35.061Z Compiling cc v1.2.15
12272025-02-28T11:14:35.082Z Compiling rustix v0.38.37
12282025-02-28T11:14:35.181Z Compiling parking_lot_core v0.9.10
12292025-02-28T11:14:35.369Z Compiling futures-core v0.3.31
12302025-02-28T11:14:35.463Z Compiling spin v0.9.8
12312025-02-28T11:14:35.593Z Compiling signal-hook-registry v1.4.2
12322025-02-28T11:14:35.810Z Compiling mio v1.0.2
12332025-02-28T11:14:35.917Z Compiling aho-corasick v1.1.3
12342025-02-28T11:14:36.168Z Compiling parking_lot v0.12.3
12352025-02-28T11:14:36.242Z Compiling stable_deref_trait v1.2.0
12362025-02-28T11:14:36.359Z Compiling futures-sink v0.3.31
12372025-02-28T11:14:36.400Z Compiling regex-syntax v0.8.5
12382025-02-28T11:14:36.528Z Compiling cpufeatures v0.2.14
12392025-02-28T11:14:36.638Z Compiling either v1.14.0
12402025-02-28T11:14:36.840Z Compiling socket2 v0.5.8
12412025-02-28T11:14:36.946Z Compiling slab v0.4.9
12422025-02-28T11:14:37.045Z Compiling glob v0.3.2
12432025-02-28T11:14:37.108Z Compiling prettyplease v0.2.29
12442025-02-28T11:14:37.410Z Compiling lazy_static v1.5.0
12452025-02-28T11:14:37.533Z Compiling serde_json v1.0.139
12462025-02-28T11:14:37.770Z Compiling minimal-lexical v0.2.1
12472025-02-28T11:14:37.809Z Compiling futures-channel v0.3.31
12482025-02-28T11:14:37.946Z Compiling clang-sys v1.8.1
12492025-02-28T11:14:38.022Z Compiling libloading v0.8.5
12502025-02-28T11:14:38.284Z Compiling nom v7.1.3
12512025-02-28T11:14:38.301Z Compiling home v0.5.9
12522025-02-28T11:14:38.424Z Compiling futures-io v0.3.31
12532025-02-28T11:14:38.504Z Compiling pin-utils v0.1.0
12542025-02-28T11:14:38.583Z Compiling bindgen v0.69.5
12552025-02-28T11:14:38.663Z Compiling futures-task v0.3.31
12562025-02-28T11:14:38.935Z Compiling itertools v0.12.1
12572025-02-28T11:14:38.961Z Compiling foldhash v0.1.3
12582025-02-28T11:14:39.274Z Compiling lazycell v1.3.0
12592025-02-28T11:14:39.469Z Compiling allocator-api2 v0.2.18
12602025-02-28T11:14:39.757Z Compiling rustc-hash v1.1.0
12612025-02-28T11:14:39.817Z Compiling libm v0.2.8
12622025-02-28T11:14:40.032Z Compiling regex-automata v0.4.8
12632025-02-28T11:14:40.235Z Compiling hashbrown v0.15.1
12642025-02-28T11:14:40.319Z Compiling cmake v0.1.51
12652025-02-28T11:14:41.293Z Compiling num-traits v0.2.19
12662025-02-28T11:14:41.507Z Compiling cexpr v0.6.0
12672025-02-28T11:14:41.597Z Compiling synstructure v0.13.1
12682025-02-28T11:14:41.781Z Compiling fs_extra v1.3.0
12692025-02-28T11:14:42.310Z Compiling dunce v1.0.5
12702025-02-28T11:14:42.379Z Compiling pkg-config v0.3.31
12712025-02-28T11:14:43.058Z Compiling litemap v0.7.3
12722025-02-28T11:14:43.121Z Compiling getrandom v0.3.1
12732025-02-28T11:14:43.503Z Compiling writeable v0.5.5
12742025-02-28T11:14:43.674Z Compiling ring v0.17.11
12752025-02-28T11:14:43.993Z Compiling base64ct v1.6.0
12762025-02-28T11:14:44.267Z Compiling paste v1.0.15
12772025-02-28T11:14:48.216Z Compiling pem-rfc7468 v0.7.0
12782025-02-28T11:14:48.297Z Compiling aws-lc-rs v1.12.4
12792025-02-28T11:14:48.297Z Compiling icu_locid_transform_data v1.5.0
12802025-02-28T11:14:48.299Z Compiling flagset v0.4.6
12812025-02-28T11:14:48.299Z Compiling httparse v1.9.5
12822025-02-28T11:14:48.299Z Compiling tracing-core v0.1.32
12832025-02-28T11:14:48.299Z Compiling regex v1.11.1
12842025-02-28T11:14:48.299Z Compiling icu_properties_data v1.5.0
12852025-02-28T11:14:48.299Z Compiling rustls-pki-types v1.10.0
12862025-02-28T11:14:48.299Z Compiling crossbeam-utils v0.8.20
12872025-02-28T11:14:48.299Z Compiling percent-encoding v2.3.1
12882025-02-28T11:14:48.299Z Compiling serde_derive v1.0.218
12892025-02-28T11:14:48.299Z Compiling zeroize_derive v1.4.2
12902025-02-28T11:14:48.299Z Compiling zerocopy-derive v0.7.35
12912025-02-28T11:14:48.299Z Compiling tokio-macros v2.5.0
12922025-02-28T11:14:48.299Z Compiling zerofrom-derive v0.1.4
12932025-02-28T11:14:48.299Z Compiling zeroize v1.8.1
12942025-02-28T11:14:48.365Z Compiling yoke-derive v0.7.4
12952025-02-28T11:14:48.457Z Compiling zerocopy v0.7.35
12962025-02-28T11:14:49.075Z Compiling zerovec-derive v0.10.3
12972025-02-28T11:14:49.446Z Compiling crypto-common v0.1.6
12982025-02-28T11:14:49.662Z Compiling block-buffer v0.10.4
12992025-02-28T11:14:49.692Z Compiling thiserror-impl v1.0.69
13002025-02-28T11:14:49.875Z Compiling digest v0.10.7
13012025-02-28T11:14:50.196Z Compiling futures-macro v0.3.31
13022025-02-28T11:14:50.363Z Compiling zerofrom v0.1.4
13032025-02-28T11:14:50.406Z Compiling hmac v0.12.1
13042025-02-28T11:14:50.406Z Compiling displaydoc v0.2.5
13052025-02-28T11:14:50.571Z Compiling block-padding v0.3.3
13062025-02-28T11:14:50.592Z Compiling ppv-lite86 v0.2.20
13072025-02-28T11:14:50.795Z Compiling inout v0.1.3
13082025-02-28T11:14:50.897Z Compiling yoke v0.7.4
13092025-02-28T11:14:51.143Z Compiling cipher v0.4.4
13102025-02-28T11:14:51.356Z Compiling sha2 v0.10.8
13112025-02-28T11:14:51.390Z Compiling icu_provider_macros v1.5.0
13122025-02-28T11:14:51.513Z Compiling zerovec v0.10.4
13132025-02-28T11:14:51.542Z Compiling der_derive v0.7.3
13142025-02-28T11:14:51.861Z Compiling tracing-attributes v0.1.27
13152025-02-28T11:14:51.964Z Compiling futures-util v0.3.31
13162025-02-28T11:14:52.460Z Compiling salsa20 v0.10.2
13172025-02-28T11:14:52.605Z Compiling thiserror v1.0.69
13182025-02-28T11:14:52.753Z Compiling pbkdf2 v0.12.2
13192025-02-28T11:14:52.828Z Compiling pest v2.7.14
13202025-02-28T11:14:52.957Z Compiling utf16_iter v1.0.5
13212025-02-28T11:14:53.167Z Compiling time-core v0.1.2
13222025-02-28T11:14:53.422Z Compiling tinystr v0.7.6
13232025-02-28T11:14:53.574Z Compiling icu_collections v1.5.0
13242025-02-28T11:14:53.727Z Compiling icu_locid v1.5.0
13252025-02-28T11:14:53.787Z Compiling der v0.7.9
13262025-02-28T11:14:54.780Z Compiling untrusted v0.9.0
13272025-02-28T11:14:54.831Z Compiling powerfmt v0.2.0
13282025-02-28T11:14:54.928Z Compiling icu_provider v1.5.0
13292025-02-28T11:14:55.057Z Compiling tracing v0.1.40
13302025-02-28T11:14:55.204Z Compiling vcpkg v0.2.15
13312025-02-28T11:14:55.560Z Compiling write16 v1.0.0
13322025-02-28T11:14:55.698Z Compiling icu_locid_transform v1.5.0
13332025-02-28T11:14:55.726Z Compiling spki v0.7.3
13342025-02-28T11:14:55.795Z Compiling num-conv v0.1.0
13352025-02-28T11:14:55.842Z Compiling icu_normalizer_data v1.5.0
13362025-02-28T11:14:55.950Z Compiling untrusted v0.7.1
13372025-02-28T11:14:56.079Z Compiling utf8_iter v1.0.4
13382025-02-28T11:14:56.085Z Compiling time-macros v0.2.18
13392025-02-28T11:14:56.132Z Compiling pest_meta v2.7.14
13402025-02-28T11:14:56.309Z Compiling deranged v0.3.11
13412025-02-28T11:14:56.894Z Compiling openssl-sys v0.9.106
13422025-02-28T11:14:57.294Z Compiling icu_properties v1.5.1
13432025-02-28T11:14:57.997Z Compiling scrypt v0.11.0
13442025-02-28T11:14:58.075Z Compiling aes v0.8.4
13452025-02-28T11:14:58.483Z Compiling cbc v0.1.2
13462025-02-28T11:14:58.727Z Compiling scroll_derive v0.12.0
13472025-02-28T11:14:58.844Z Compiling tinyvec_macros v0.1.1
13482025-02-28T11:14:58.948Z Compiling bitflags v2.6.0
13492025-02-28T11:14:59.106Z Compiling bytes v1.10.0
13502025-02-28T11:15:00.091Z Compiling indexmap v2.7.1
13512025-02-28T11:15:00.334Z Compiling tokio v1.43.0
13522025-02-28T11:15:00.492Z Compiling semver v1.0.25
13532025-02-28T11:15:00.705Z Compiling http v1.2.0
13542025-02-28T11:15:00.910Z Compiling num_threads v0.1.7
13552025-02-28T11:15:01.141Z Compiling rustc_version v0.4.1
13562025-02-28T11:15:01.171Z Compiling icu_normalizer v1.5.0
13572025-02-28T11:15:01.436Z Compiling atomic-waker v1.1.2
13582025-02-28T11:15:01.640Z Compiling time v0.3.36
13592025-02-28T11:15:01.712Z Compiling scroll v0.12.0
13602025-02-28T11:15:01.839Z Compiling tinyvec v1.8.0
13612025-02-28T11:15:02.038Z Compiling idna_adapter v1.2.0
13622025-02-28T11:15:02.213Z Compiling http-body v1.0.1
13632025-02-28T11:15:02.267Z Compiling pkcs5 v0.7.1
13642025-02-28T11:15:05.709Z Compiling pest_generator v2.7.14
13652025-02-28T11:15:05.823Z Compiling which v4.4.2
13662025-02-28T11:15:05.823Z Compiling rand_chacha v0.3.1
13672025-02-28T11:15:05.823Z Compiling form_urlencoded v1.2.1
13682025-02-28T11:15:05.823Z Compiling zerocopy v0.8.10
13692025-02-28T11:15:05.823Z Compiling slog v2.7.0
13702025-02-28T11:15:05.823Z Compiling try-lock v0.2.5
13712025-02-28T11:15:05.823Z Compiling want v0.3.1
13722025-02-28T11:15:05.823Z Compiling goblin v0.8.2
13732025-02-28T11:15:05.823Z Compiling rand v0.8.5
13742025-02-28T11:15:05.823Z Compiling pkcs8 v0.10.2
13752025-02-28T11:15:05.823Z Compiling pest_derive v2.7.14
13762025-02-28T11:15:05.823Z Compiling idna v1.0.3
13772025-02-28T11:15:05.823Z Compiling uuid v1.15.1
13782025-02-28T11:15:05.823Z Compiling zerocopy-derive v0.8.10
13792025-02-28T11:15:06.561Z Compiling iana-time-zone v0.1.61
13802025-02-28T11:15:06.954Z Compiling httpdate v1.0.3
13812025-02-28T11:15:06.954Z Compiling tower-service v0.3.3
13822025-02-28T11:15:07.063Z Compiling chrono v0.4.40
13832025-02-28T11:15:07.063Z Compiling dtrace-parser v0.2.0
13842025-02-28T11:15:07.063Z Compiling serde_spanned v0.6.8
13852025-02-28T11:15:07.080Z Compiling serde_tokenstream v0.2.2
13862025-02-28T11:15:07.408Z Compiling toml_datetime v0.6.8
13872025-02-28T11:15:07.585Z Compiling foreign-types-shared v0.1.1
13882025-02-28T11:15:07.752Z Compiling adler2 v2.0.0
13892025-02-28T11:15:07.887Z Compiling rustversion v1.0.17
13902025-02-28T11:15:07.973Z Compiling openssl v0.10.71
13912025-02-28T11:15:08.411Z Compiling tokio-util v0.7.13
13922025-02-28T11:15:08.462Z Compiling match_cfg v0.1.0
13932025-02-28T11:15:08.566Z Compiling base64 v0.22.1
13942025-02-28T11:15:08.653Z Compiling hostname v0.3.1
13952025-02-28T11:15:08.889Z Compiling miniz_oxide v0.8.5
13962025-02-28T11:15:09.242Z Compiling foreign-types v0.3.2
13972025-02-28T11:15:09.351Z Compiling h2 v0.4.6
13982025-02-28T11:15:09.637Z Compiling url v2.5.3
13992025-02-28T11:15:09.910Z Compiling dof v0.3.0
14002025-02-28T11:15:10.879Z Compiling rand_core v0.9.2
14012025-02-28T11:15:11.325Z Compiling usdt-impl v0.5.0
14022025-02-28T11:15:11.360Z Compiling async-trait v0.1.86
14032025-02-28T11:15:11.591Z Compiling openssl-macros v0.1.1
14042025-02-28T11:15:11.666Z Compiling serde_derive_internals v0.29.1
14052025-02-28T11:15:12.346Z Compiling dirs-sys-next v0.1.2
14062025-02-28T11:15:12.664Z Compiling native-tls v0.2.12
14072025-02-28T11:15:12.909Z Compiling siphasher v0.3.11
14082025-02-28T11:15:13.041Z Compiling syn v1.0.109
14092025-02-28T11:15:13.263Z Compiling rustls v0.23.19
14102025-02-28T11:15:13.311Z Compiling data-encoding v2.6.0
14112025-02-28T11:15:13.329Z Compiling schemars v0.8.22
14122025-02-28T11:15:13.552Z Compiling rustls v0.22.4
14132025-02-28T11:15:13.715Z Compiling dirs-next v2.0.0
14142025-02-28T11:15:13.788Z Compiling rand_chacha v0.9.0
14152025-02-28T11:15:13.885Z Compiling schemars_derive v0.8.22
14162025-02-28T11:15:13.904Z Compiling unicode-normalization v0.1.24
14172025-02-28T11:15:14.977Z Compiling http-body-util v0.1.2
14182025-02-28T11:15:15.067Z Compiling heapless v0.7.17
14192025-02-28T11:15:15.188Z Compiling crossbeam-epoch v0.9.18
14202025-02-28T11:15:15.447Z Compiling sha1 v0.10.6
14212025-02-28T11:15:15.518Z Compiling signature v2.2.0
14222025-02-28T11:15:15.759Z Compiling bzip2-sys v0.1.11+1.0.8
14232025-02-28T11:15:15.805Z Compiling thread_local v1.1.8
14242025-02-28T11:15:15.830Z Compiling multer v3.1.0
14252025-02-28T11:15:15.850Z Compiling encoding_rs v0.8.34
14262025-02-28T11:15:16.128Z Compiling cookie v0.18.1
14272025-02-28T11:15:16.269Z Compiling hyper v1.6.0
14282025-02-28T11:15:16.287Z Compiling rayon-core v1.12.1
14292025-02-28T11:15:16.447Z Compiling unicode-properties v0.1.3
14302025-02-28T11:15:16.565Z Compiling dyn-clone v1.0.18
14312025-02-28T11:15:16.764Z Compiling gimli v0.31.1
14322025-02-28T11:15:16.783Z Compiling signal-hook v0.3.17
14332025-02-28T11:15:16.840Z Compiling openssl-probe v0.1.5
14342025-02-28T11:15:17.083Z Compiling ipnet v2.11.0
14352025-02-28T11:15:17.148Z Compiling mime v0.3.17
14362025-02-28T11:15:17.665Z Compiling slog-async v2.8.0
14372025-02-28T11:15:18.193Z Compiling unicode-bidi v0.3.17
14382025-02-28T11:15:19.086Z Compiling hyper-util v0.1.10
14392025-02-28T11:15:19.425Z Compiling stringprep v0.1.5
14402025-02-28T11:15:19.887Z Compiling toml_edit v0.22.24
14412025-02-28T11:15:20.534Z Compiling crossbeam-deque v0.8.5
14422025-02-28T11:15:20.940Z Compiling addr2line v0.24.2
14432025-02-28T11:15:21.359Z Compiling rand v0.9.0
14442025-02-28T11:15:21.461Z Compiling term v0.7.0
14452025-02-28T11:15:21.547Z Compiling usdt-macro v0.5.0
14462025-02-28T11:15:21.845Z Compiling usdt-attr-macro v0.5.0
14472025-02-28T11:15:22.075Z Compiling slog-json v2.6.1
14482025-02-28T11:15:22.435Z Compiling serde_urlencoded v0.7.1
14492025-02-28T11:15:22.650Z Compiling curve25519-dalek v4.1.3
14502025-02-28T11:15:22.951Z Compiling crossbeam-channel v0.5.13
14512025-02-28T11:15:22.971Z Compiling futures-executor v0.3.31
14522025-02-28T11:15:23.030Z Compiling enum-as-inner v0.6.1
14532025-02-28T11:15:23.346Z Compiling md-5 v0.10.6
14542025-02-28T11:15:23.373Z Compiling async-stream-impl v0.3.6
14552025-02-28T11:15:23.483Z Compiling rustls-pemfile v2.2.0
14562025-02-28T11:15:23.620Z Compiling num-integer v0.1.46
14572025-02-28T11:15:23.811Z Compiling hash32 v0.2.1
14582025-02-28T11:15:23.927Z Compiling ff v0.13.0
14592025-02-28T11:15:24.047Z Compiling is-terminal v0.4.13
14602025-02-28T11:15:24.153Z Compiling dropshot v0.12.0
14612025-02-28T11:15:24.154Z Compiling object v0.36.5
14622025-02-28T11:15:24.187Z Compiling memoffset v0.9.1
14632025-02-28T11:15:24.289Z Compiling quick-error v1.2.3
14642025-02-28T11:15:24.436Z Compiling base16ct v0.2.0
14652025-02-28T11:15:24.457Z Compiling fallible-iterator v0.2.0
14662025-02-28T11:15:24.516Z Compiling rustc-demangle v0.1.24
14672025-02-28T11:15:24.630Z Compiling psl-types v2.0.11
14682025-02-28T11:15:24.747Z Compiling anyhow v1.0.96
14692025-02-28T11:15:24.844Z Compiling num-bigint-dig v0.8.4
14702025-02-28T11:15:25.115Z Compiling portable-atomic v1.9.0
14712025-02-28T11:15:25.158Z Compiling cfg_aliases v0.2.1
14722025-02-28T11:15:25.270Z Compiling utf-8 v0.7.6
14732025-02-28T11:15:25.352Z Compiling take_mut v0.2.2
14742025-02-28T11:15:25.373Z Compiling smoltcp v0.9.1
14752025-02-28T11:15:25.525Z Compiling linked-hash-map v0.5.6
14762025-02-28T11:15:25.593Z Compiling litrs v0.4.1
14772025-02-28T11:15:25.859Z Compiling lru-cache v0.1.2
14782025-02-28T11:15:26.066Z Compiling tungstenite v0.24.0
14792025-02-28T11:15:26.518Z Compiling nix v0.29.0
14802025-02-28T11:15:26.660Z Compiling document-features v0.2.10
14812025-02-28T11:15:26.897Z Compiling postgres-protocol v0.6.8
14822025-02-28T11:15:27.012Z Compiling publicsuffix v2.3.0
14832025-02-28T11:15:27.306Z Compiling sec1 v0.7.3
14842025-02-28T11:15:27.395Z Compiling async-stream v0.3.6
14852025-02-28T11:15:27.853Z Compiling resolv-conf v0.7.0
14862025-02-28T11:15:27.876Z Compiling slog-term v2.9.1
14872025-02-28T11:15:27.900Z Compiling usdt v0.5.0
14882025-02-28T11:15:28.031Z Compiling group v0.13.0
14892025-02-28T11:15:28.367Z Compiling num-iter v0.1.45
14902025-02-28T11:15:28.384Z Compiling hickory-proto v0.24.4
14912025-02-28T11:15:28.557Z Compiling futures v0.3.31
14922025-02-28T11:15:28.640Z Compiling toml v0.8.20
14932025-02-28T11:15:28.677Z Compiling slog-bunyan v2.5.0
14942025-02-28T11:15:29.973Z Compiling tokio-native-tls v0.3.1
14952025-02-28T11:15:30.121Z Compiling camino v1.1.9
14962025-02-28T11:15:30.249Z Compiling phf_shared v0.11.2
14972025-02-28T11:15:30.408Z Compiling dropshot_endpoint v0.12.0
14982025-02-28T11:15:30.620Z Compiling backtrace v0.3.74
14992025-02-28T11:15:30.938Z Compiling terminal_size v0.4.0
15002025-02-28T11:15:30.956Z Compiling waitgroup v0.1.2
15012025-02-28T11:15:31.175Z Compiling openapiv3 v2.0.0
15022025-02-28T11:15:31.178Z Compiling serde_path_to_error v0.1.16
15032025-02-28T11:15:31.225Z Compiling hkdf v0.12.4
15042025-02-28T11:15:31.491Z Compiling crypto-bigint v0.5.5
15052025-02-28T11:15:31.970Z Compiling zerocopy-derive v0.6.6
15062025-02-28T11:15:33.356Z Compiling hubpack_derive v0.1.1
15072025-02-28T11:15:33.483Z Compiling curve25519-dalek-derive v0.1.1
15082025-02-28T11:15:33.921Z Compiling webpki-roots v0.26.6
15092025-02-28T11:15:34.125Z Compiling sync_wrapper v1.0.1
15102025-02-28T11:15:34.209Z Compiling hostname v0.4.0
15112025-02-28T11:15:34.291Z Compiling fs-err v2.11.0
15122025-02-28T11:15:34.395Z Compiling crc32fast v1.4.2
15132025-02-28T11:15:34.434Z Compiling ahash v0.8.11
15142025-02-28T11:15:34.602Z Compiling newtype-uuid v1.2.1
15152025-02-28T11:15:34.708Z Compiling winnow v0.5.40
15162025-02-28T11:15:34.782Z Compiling unicode-width v0.2.0
15172025-02-28T11:15:34.846Z Compiling tower-layer v0.3.3
15182025-02-28T11:15:34.901Z Compiling managed v0.8.0
15192025-02-28T11:15:35.083Z Compiling debug-ignore v1.0.5
15202025-02-28T11:15:35.125Z Compiling clap_builder v4.5.31
15212025-02-28T11:15:35.236Z Compiling console v0.15.10
15222025-02-28T11:15:35.289Z Compiling tower v0.5.2
15232025-02-28T11:15:36.589Z Compiling strum_macros v0.25.3
15242025-02-28T11:15:37.205Z Compiling flate2 v1.1.0
15252025-02-28T11:15:37.381Z Compiling elliptic-curve v0.13.8
15262025-02-28T11:15:37.437Z Compiling hubpack v0.1.2
15272025-02-28T11:15:37.886Z Compiling toml_edit v0.19.15
15282025-02-28T11:15:38.111Z Compiling zerocopy v0.6.6
15292025-02-28T11:15:38.141Z Compiling hickory-resolver v0.24.4
15302025-02-28T11:15:38.845Z Compiling phf v0.11.2
15312025-02-28T11:15:38.967Z Compiling signal-hook-mio v0.2.4
15322025-02-28T11:15:39.136Z Compiling hyper-tls v0.6.0
15332025-02-28T11:15:39.155Z Compiling rayon v1.10.0
15342025-02-28T11:15:39.546Z Compiling cookie_store v0.21.1
15352025-02-28T11:15:40.241Z Compiling bzip2 v0.4.4
15362025-02-28T11:15:41.072Z Compiling postgres-types v0.2.9
15372025-02-28T11:15:42.381Z Compiling tokio-tungstenite v0.24.0
15382025-02-28T11:15:42.893Z Compiling ed25519 v2.2.3
15392025-02-28T11:15:43.414Z Compiling phf_shared v0.10.0
15402025-02-28T11:15:43.703Z Compiling tokio-stream v0.1.17
15412025-02-28T11:15:43.784Z Compiling pkcs1 v0.7.5
15422025-02-28T11:15:44.051Z Compiling serde-big-array v0.5.1
15432025-02-28T11:15:44.072Z Compiling clap_derive v4.5.28
15442025-02-28T11:15:44.297Z Compiling rfc6979 v0.4.0
15452025-02-28T11:15:44.493Z Compiling derive-where v1.2.7
15462025-02-28T11:15:44.610Z Compiling serde_repr v0.1.19
15472025-02-28T11:15:44.648Z Compiling bstr v1.10.0
15482025-02-28T11:15:44.700Z Compiling float-cmp v0.10.0
15492025-02-28T11:15:44.731Z Compiling predicates-core v1.0.8
15502025-02-28T11:15:44.943Z Compiling difflib v0.4.0
15512025-02-28T11:15:45.054Z Compiling fixedbitset v0.4.2
15522025-02-28T11:15:45.470Z Compiling whoami v1.5.2
15532025-02-28T11:15:45.718Z Compiling unicode-segmentation v1.12.0
15542025-02-28T11:15:46.011Z Compiling bit-vec v0.6.3
15552025-02-28T11:15:46.165Z Compiling number_prefix v0.4.0
15562025-02-28T11:15:46.242Z Compiling precomputed-hash v0.1.1
15572025-02-28T11:15:46.375Z Compiling static_assertions v1.1.0
15582025-02-28T11:15:46.398Z Compiling new_debug_unreachable v1.0.6
15592025-02-28T11:15:46.416Z Compiling normalize-line-endings v0.3.0
15602025-02-28T11:15:46.484Z Compiling string_cache v0.8.7
15612025-02-28T11:15:46.501Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15622025-02-28T11:15:46.560Z Compiling predicates v3.1.3
15632025-02-28T11:15:46.577Z Compiling similar v2.6.0
15642025-02-28T11:15:46.897Z Compiling bit-set v0.5.3
15652025-02-28T11:15:47.189Z Compiling indicatif v0.17.11
15662025-02-28T11:15:47.538Z Compiling tokio-postgres v0.7.13
15672025-02-28T11:15:48.049Z Compiling petgraph v0.6.5
15682025-02-28T11:15:48.572Z Compiling clap v4.5.31
15692025-02-28T11:15:48.675Z Compiling ecdsa v0.16.9
15702025-02-28T11:15:48.696Z Compiling rsa v0.9.6
15712025-02-28T11:15:49.121Z Compiling ed25519-dalek v2.1.1
15722025-02-28T11:15:50.403Z Compiling toml v0.7.8
15732025-02-28T11:15:51.482Z Compiling zip v0.6.6
15742025-02-28T11:15:51.649Z Compiling crossterm v0.28.1
15752025-02-28T11:15:52.736Z Compiling hex v0.4.3
15762025-02-28T11:15:53.008Z Compiling x509-cert v0.2.5
15772025-02-28T11:15:53.150Z Compiling itertools v0.10.5
15782025-02-28T11:15:53.188Z Compiling lalrpop-util v0.19.12
15792025-02-28T11:15:53.325Z Compiling unicode-xid v0.2.6
15802025-02-28T11:15:53.520Z Compiling peg-runtime v0.8.3
15812025-02-28T11:15:53.540Z Compiling strum_macros v0.26.4
15822025-02-28T11:15:54.080Z Compiling xattr v1.3.1
15832025-02-28T11:15:54.344Z Compiling filetime v0.2.25
15842025-02-28T11:15:54.661Z Compiling tar v0.4.44
15852025-02-28T11:15:57.962Z Compiling strum v0.26.3
15862025-02-28T11:16:01.418Z Compiling aws-lc-sys v0.26.0
15872025-02-28T11:16:31.652Z Compiling rustls-webpki v0.102.8
15882025-02-28T11:16:34.700Z Compiling tokio-rustls v0.25.0
15892025-02-28T11:16:36.416Z Compiling tokio-rustls v0.26.0
15902025-02-28T11:16:36.748Z Compiling hyper-rustls v0.27.3
15912025-02-28T11:16:37.052Z Compiling reqwest v0.12.12
15922025-02-28T11:16:38.273Z Compiling qorb v0.2.1
15932025-02-28T11:16:41.352Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15942025-02-28T11:16:41.445Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15952025-02-28T11:16:45.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s
15962025-02-28T11:16:45.909Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15972025-02-28T11:16:45.957ZFeb 28 11:16:44.678 INFO Starting download, target: Clickhouse
15982025-02-28T11:16:45.958ZFeb 28 11:16:44.678 INFO Starting download, target: Cockroach
15992025-02-28T11:16:45.958ZFeb 28 11:16:44.678 INFO Starting download, target: Console
16002025-02-28T11:16:45.958ZFeb 28 11:16:44.678 INFO Starting download, target: DendriteOpenapi
16012025-02-28T11:16:45.958ZFeb 28 11:16:44.678 INFO Starting download, target: DendriteStub
16022025-02-28T11:16:45.962ZFeb 28 11:16:44.678 INFO Starting download, target: MaghemiteMgd
16032025-02-28T11:16:45.962ZFeb 28 11:16:44.678 INFO Starting download, target: TransceiverControl
16042025-02-28T11:16:45.962ZFeb 28 11:16:44.679 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16052025-02-28T11:16:45.962ZFeb 28 11:16:44.679 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16062025-02-28T11:16:45.962ZFeb 28 11:16:44.679 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16072025-02-28T11:16:45.962ZFeb 28 11:16:44.679 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16082025-02-28T11:16:45.963ZFeb 28 11:16:44.679 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16092025-02-28T11:16:45.963ZFeb 28 11:16:44.679 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16102025-02-28T11:16:45.963ZFeb 28 11:16:44.679 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16112025-02-28T11:16:46.099ZFeb 28 11:16:44.820 INFO Download complete, target: DendriteOpenapi
16122025-02-28T11:16:46.252ZFeb 28 11:16:44.958 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16132025-02-28T11:16:46.498ZFeb 28 11:16:45.172 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16142025-02-28T11:16:46.681ZFeb 28 11:16:45.388 INFO Download complete, target: TransceiverControl
16152025-02-28T11:16:46.739ZFeb 28 11:16:45.458 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16162025-02-28T11:16:46.833ZFeb 28 11:16:45.553 INFO Download complete, target: Console
16172025-02-28T11:16:46.886ZFeb 28 11:16:45.606 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16182025-02-28T11:16:47.400ZFeb 28 11:16:46.115 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16192025-02-28T11:16:47.400ZFeb 28 11:16:46.115 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16202025-02-28T11:16:48.262ZFeb 28 11:16:46.973 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16212025-02-28T11:16:49.329ZFeb 28 11:16:48.050 INFO Download complete, target: DendriteStub
16222025-02-28T11:16:49.553ZFeb 28 11:16:48.273 INFO Download complete, target: MaghemiteMgd
16232025-02-28T11:16:53.941ZFeb 28 11:16:52.661 INFO Checking that binary works, target: Cockroach
16242025-02-28T11:16:54.098ZFeb 28 11:16:52.818 INFO Download complete, target: Cockroach
16252025-02-28T11:16:58.905ZFeb 28 11:16:57.623 INFO Checking that binary works, target: Clickhouse
16262025-02-28T11:16:59.122ZFeb 28 11:16:57.840 INFO Download complete, target: Clickhouse
16272025-02-28T11:16:59.129ZAll prerequisites installed successfully
16282025-02-28T11:16:59.132Z
16292025-02-28T11:16:59.132Zreal 5:57.570407861
16302025-02-28T11:16:59.132Zuser 15:37.390122005
16312025-02-28T11:16:59.132Zsys 2:05.851668908
16322025-02-28T11:16:59.132Ztrap 0.575037759
16332025-02-28T11:16:59.132Ztflt 1.386720718
16342025-02-28T11:16:59.132Zdflt 1.813984315
16352025-02-28T11:16:59.132Zkflt 0.060500866
16362025-02-28T11:16:59.132Zlock 24:31.568949143
16372025-02-28T11:16:59.132Zslp 58:11.180151834
16382025-02-28T11:16:59.132Zlat 1:02.787796253
16392025-02-28T11:16:59.132Zstop 2:24.569425213
16402025-02-28T11:16:59.132Z+ ptime -m cargo xtask download softnpu
16412025-02-28T11:16:59.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16422025-02-28T11:16:59.720Z Running `target/debug/xtask download softnpu`
16432025-02-28T11:17:00.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
16442025-02-28T11:17:00.653Z Running `target/debug/xtask-downloader softnpu`
16452025-02-28T11:17:00.686ZFeb 28 11:16:59.381 INFO Starting download, target: Softnpu
16462025-02-28T11:17:00.723ZFeb 28 11:16:59.382 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16472025-02-28T11:17:01.581ZFeb 28 11:17:00.300 INFO Download complete, target: Softnpu
16482025-02-28T11:17:01.585Z
16492025-02-28T11:17:01.588Zreal 2.449292580
16502025-02-28T11:17:01.588Zuser 1.321943719
16512025-02-28T11:17:01.588Zsys 0.548043232
16522025-02-28T11:17:01.589Ztrap 0.001071508
16532025-02-28T11:17:01.589Ztflt 0.000027464
16542025-02-28T11:17:01.589Zdflt 0.000125134
16552025-02-28T11:17:01.589Zkflt 0.000000000
16562025-02-28T11:17:01.589Zlock 9.655067911
16572025-02-28T11:17:01.589Zslp 0.746894060
16582025-02-28T11:17:01.589Zlat 0.071832775
16592025-02-28T11:17:01.589Zstop 0.000195705
16602025-02-28T11:17:01.589Z+ export CARGO_INCREMENTAL=0
16612025-02-28T11:17:01.589Z+ CARGO_INCREMENTAL=0
16622025-02-28T11:17:01.589Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16632025-02-28T11:17:02.597Z Compiling proc-macro2 v1.0.93
16642025-02-28T11:17:02.597Z Compiling unicode-ident v1.0.14
16652025-02-28T11:17:02.600Z Compiling libc v0.2.170
16662025-02-28T11:17:02.600Z Compiling serde v1.0.218
16672025-02-28T11:17:02.600Z Compiling autocfg v1.4.0
16682025-02-28T11:17:02.600Z Compiling version_check v0.9.5
16692025-02-28T11:17:02.600Z Compiling cfg-if v1.0.0
16702025-02-28T11:17:02.904Z Compiling memchr v2.7.4
16712025-02-28T11:17:02.928Z Compiling typenum v1.17.0
16722025-02-28T11:17:02.978Z Compiling shlex v1.3.0
16732025-02-28T11:17:03.331Z Compiling generic-array v0.14.7
16742025-02-28T11:17:03.347Z Compiling value-bag v1.9.0
16752025-02-28T11:17:03.545Z Compiling lock_api v0.4.12
16762025-02-28T11:17:03.649Z Compiling scopeguard v1.2.0
16772025-02-28T11:17:03.761Z Compiling log v0.4.22
16782025-02-28T11:17:03.854Z Compiling parking_lot_core v0.9.10
16792025-02-28T11:17:04.152Z Compiling serde_json v1.0.139
16802025-02-28T11:17:04.302Z Compiling once_cell v1.20.3
16812025-02-28T11:17:04.454Z Compiling quote v1.0.38
16822025-02-28T11:17:04.476Z Compiling jobserver v0.1.32
16832025-02-28T11:17:04.493Z Compiling getrandom v0.2.15
16842025-02-28T11:17:04.677Z Compiling libm v0.2.8
16852025-02-28T11:17:04.782Z Compiling rustix v0.38.37
16862025-02-28T11:17:04.886Z Compiling syn v2.0.98
16872025-02-28T11:17:04.974Z Compiling cc v1.2.15
16882025-02-28T11:17:04.977Z Compiling aho-corasick v1.1.3
16892025-02-28T11:17:05.010Z Compiling num-traits v0.2.19
16902025-02-28T11:17:05.027Z Compiling regex-syntax v0.8.5
16912025-02-28T11:17:05.138Z Compiling semver v1.0.25
16922025-02-28T11:17:05.330Z Compiling thiserror v1.0.69
16932025-02-28T11:17:05.384Z Compiling getrandom v0.3.1
16942025-02-28T11:17:05.595Z Compiling either v1.14.0
16952025-02-28T11:17:05.799Z Compiling itoa v1.0.11
16962025-02-28T11:17:05.857Z Compiling slab v0.4.9
16972025-02-28T11:17:06.039Z Compiling byteorder v1.5.0
16982025-02-28T11:17:06.202Z Compiling spin v0.9.8
16992025-02-28T11:17:06.479Z Compiling errno v0.3.9
17002025-02-28T11:17:06.531Z Compiling rand_core v0.6.4
17012025-02-28T11:17:07.049Z Compiling glob v0.3.2
17022025-02-28T11:17:07.420Z Compiling prettyplease v0.2.29
17032025-02-28T11:17:07.744Z Compiling clang-sys v1.8.1
17042025-02-28T11:17:07.749Z Compiling lazy_static v1.5.0
17052025-02-28T11:17:07.877Z Compiling smallvec v1.14.0
17062025-02-28T11:17:08.006Z Compiling minimal-lexical v0.2.1
17072025-02-28T11:17:08.259Z Compiling libloading v0.8.5
17082025-02-28T11:17:08.347Z Compiling subtle v2.6.1
17092025-02-28T11:17:08.452Z Compiling nom v7.1.3
17102025-02-28T11:17:08.478Z Compiling bindgen v0.69.5
17112025-02-28T11:17:08.574Z Compiling regex-automata v0.4.8
17122025-02-28T11:17:08.602Z Compiling home v0.5.9
17132025-02-28T11:17:08.808Z Compiling itertools v0.12.1
17142025-02-28T11:17:08.951Z Compiling rustc-hash v1.1.0
17152025-02-28T11:17:09.168Z Compiling lazycell v1.3.0
17162025-02-28T11:17:09.363Z Compiling allocator-api2 v0.2.18
17172025-02-28T11:17:09.407Z Compiling cmake v0.1.51
17182025-02-28T11:17:10.144Z Compiling dunce v1.0.5
17192025-02-28T11:17:10.281Z Compiling fs_extra v1.3.0
17202025-02-28T11:17:10.775Z Compiling pkg-config v0.3.31
17212025-02-28T11:17:10.831Z Compiling pin-project-lite v0.2.14
17222025-02-28T11:17:10.993Z Compiling ring v0.17.11
17232025-02-28T11:17:11.483Z Compiling cexpr v0.6.0
17242025-02-28T11:17:11.600Z Compiling ryu v1.0.18
17252025-02-28T11:17:11.881Z Compiling synstructure v0.13.1
17262025-02-28T11:17:11.920Z Compiling paste v1.0.15
17272025-02-28T11:17:12.283Z Compiling aws-lc-rs v1.12.4
17282025-02-28T11:17:12.716Z Compiling schemars v0.8.22
17292025-02-28T11:17:13.049Z Compiling const-oid v0.9.6
17302025-02-28T11:17:13.072Z Compiling httparse v1.9.5
17312025-02-28T11:17:13.460Z Compiling fnv v1.0.7
17322025-02-28T11:17:13.610Z Compiling serde_derive_internals v0.29.1
17332025-02-28T11:17:13.707Z Compiling signal-hook-registry v1.4.2
17342025-02-28T11:17:14.304Z Compiling regex v1.11.1
17352025-02-28T11:17:14.342Z Compiling foldhash v0.1.3
17362025-02-28T11:17:14.634Z Compiling equivalent v1.0.1
17372025-02-28T11:17:14.771Z Compiling hashbrown v0.15.1
17382025-02-28T11:17:15.109Z Compiling parking_lot v0.12.3
17392025-02-28T11:17:15.147Z Compiling mio v1.0.2
17402025-02-28T11:17:15.172Z Compiling heck v0.5.0
17412025-02-28T11:17:15.559Z Compiling stable_deref_trait v1.2.0
17422025-02-28T11:17:15.821Z Compiling serde_derive v1.0.218
17432025-02-28T11:17:15.842Z Compiling zeroize_derive v1.4.2
17442025-02-28T11:17:15.915Z Compiling zerocopy-derive v0.7.35
17452025-02-28T11:17:16.704Z Compiling tokio-macros v2.5.0
17462025-02-28T11:17:17.107Z Compiling zeroize v1.8.1
17472025-02-28T11:17:17.468Z Compiling thiserror-impl v1.0.69
17482025-02-28T11:17:17.526Z Compiling zerofrom-derive v0.1.4
17492025-02-28T11:17:17.587Z Compiling yoke-derive v0.7.4
17502025-02-28T11:17:17.680Z Compiling futures-macro v0.3.31
17512025-02-28T11:17:17.720Z Compiling zerovec-derive v0.10.3
17522025-02-28T11:17:17.975Z Compiling zerocopy v0.7.35
17532025-02-28T11:17:18.097Z Compiling displaydoc v0.2.5
17542025-02-28T11:17:19.479Z Compiling icu_provider_macros v1.5.0
17552025-02-28T11:17:19.819Z Compiling tracing-attributes v0.1.27
17562025-02-28T11:17:19.995Z Compiling schemars_derive v0.8.22
17572025-02-28T11:17:20.528Z Compiling crypto-common v0.1.6
17582025-02-28T11:17:20.677Z Compiling block-buffer v0.10.4
17592025-02-28T11:17:20.726Z Compiling socket2 v0.5.8
17602025-02-28T11:17:20.894Z Compiling digest v0.10.7
17612025-02-28T11:17:20.913Z Compiling futures-core v0.3.31
17622025-02-28T11:17:21.179Z Compiling time-core v0.1.2
17632025-02-28T11:17:21.294Z Compiling crossbeam-utils v0.8.20
17642025-02-28T11:17:21.609Z Compiling num-conv v0.1.0
17652025-02-28T11:17:21.891Z Compiling time-macros v0.2.18
17662025-02-28T11:17:22.141Z Compiling der_derive v0.7.3
17672025-02-28T11:17:22.678Z Compiling vcpkg v0.2.15
17682025-02-28T11:17:24.004Z Compiling openssl-sys v0.9.106
17692025-02-28T11:17:24.655Z Compiling futures-sink v0.3.31
17702025-02-28T11:17:24.675Z Compiling zerocopy v0.8.10
17712025-02-28T11:17:24.941Z Compiling cpufeatures v0.2.14
17722025-02-28T11:17:25.117Z Compiling zerocopy-derive v0.8.10
17732025-02-28T11:17:25.353Z Compiling slog v2.7.0
17742025-02-28T11:17:25.627Z Compiling ahash v0.8.11
17752025-02-28T11:17:25.717Z Compiling syn v1.0.109
17762025-02-28T11:17:26.044Z Compiling futures-channel v0.3.31
17772025-02-28T11:17:26.185Z Compiling zerofrom v0.1.4
17782025-02-28T11:17:26.320Z Compiling pin-utils v0.1.0
17792025-02-28T11:17:26.444Z Compiling iana-time-zone v0.1.61
17802025-02-28T11:17:26.502Z Compiling futures-task v0.3.31
17812025-02-28T11:17:26.504Z Compiling futures-io v0.3.31
17822025-02-28T11:17:26.535Z Compiling yoke v0.7.4
17832025-02-28T11:17:26.811Z Compiling futures-util v0.3.31
17842025-02-28T11:17:27.290Z Compiling scroll_derive v0.12.0
17852025-02-28T11:17:27.505Z Compiling bitflags v2.6.0
17862025-02-28T11:17:27.569Z Compiling bytes v1.10.0
17872025-02-28T11:17:28.599Z Compiling indexmap v2.7.1
17882025-02-28T11:17:29.653Z Compiling tokio v1.43.0
17892025-02-28T11:17:30.177Z Compiling serde_tokenstream v0.2.2
17902025-02-28T11:17:30.208Z Compiling uuid v1.15.1
17912025-02-28T11:17:30.698Z Compiling http v1.2.0
17922025-02-28T11:17:32.597Z Compiling which v4.4.2
17932025-02-28T11:17:32.644Z Compiling chrono v0.4.40
17942025-02-28T11:17:32.848Z Compiling ucd-trie v0.1.7
17952025-02-28T11:17:33.536Z Compiling openssl v0.10.71
17962025-02-28T11:17:33.983Z Compiling pest v2.7.14
17972025-02-28T11:17:34.882Z Compiling rustc_version v0.4.1
17982025-02-28T11:17:36.934Z Compiling zerovec v0.10.4
17992025-02-28T11:17:37.841Z Compiling hmac v0.12.1
18002025-02-28T11:17:39.696Z Compiling pest_meta v2.7.14
18012025-02-28T11:17:40.012Z Compiling block-padding v0.3.3
18022025-02-28T11:17:40.258Z Compiling openssl-macros v0.1.1
18032025-02-28T11:17:40.836Z Compiling native-tls v0.2.12
18042025-02-28T11:17:40.988Z Compiling rustls v0.23.19
18052025-02-28T11:17:41.203Z Compiling pest_generator v2.7.14
18062025-02-28T11:17:41.303Z Compiling inout v0.1.3
18072025-02-28T11:17:41.579Z Compiling tinystr v0.7.6
18082025-02-28T11:17:41.928Z Compiling serde_spanned v0.6.8
18092025-02-28T11:17:42.161Z Compiling toml_datetime v0.6.8
18102025-02-28T11:17:42.201Z Compiling ppv-lite86 v0.2.20
18112025-02-28T11:17:42.249Z Compiling tracing-core v0.1.32
18122025-02-28T11:17:42.598Z Compiling strsim v0.11.1
18132025-02-28T11:17:42.913Z Compiling writeable v0.5.5
18142025-02-28T11:17:43.009Z Compiling litemap v0.7.3
18152025-02-28T11:17:43.217Z Compiling dyn-clone v1.0.18
18162025-02-28T11:17:43.461Z Compiling icu_locid v1.5.0
18172025-02-28T11:17:43.476Z Compiling pest_derive v2.7.14
18182025-02-28T11:17:43.479Z Compiling tracing v0.1.40
18192025-02-28T11:17:44.269Z Compiling cipher v0.4.4
18202025-02-28T11:17:44.288Z Compiling sha2 v0.10.8
18212025-02-28T11:17:44.622Z Compiling aws-lc-sys v0.26.0
18222025-02-28T11:17:44.720Z Compiling usdt-impl v0.5.0
18232025-02-28T11:17:44.994Z Compiling cookie v0.18.1
18242025-02-28T11:17:45.193Z Compiling base64ct v1.6.0
18252025-02-28T11:17:45.309Z Compiling icu_provider v1.5.0
18262025-02-28T11:17:45.734Z Compiling pem-rfc7468 v0.7.0
18272025-02-28T11:17:46.322Z Compiling scroll v0.12.0
18282025-02-28T11:17:48.248Z Compiling async-trait v0.1.86
18292025-02-28T11:17:50.158Z Compiling anyhow v1.0.96
18302025-02-28T11:17:50.668Z Compiling camino v1.1.9
18312025-02-28T11:17:51.125Z Compiling flagset v0.4.6
18322025-02-28T11:17:51.168Z Compiling plain v0.2.3
18332025-02-28T11:17:51.310Z Compiling icu_locid_transform_data v1.5.0
18342025-02-28T11:17:51.334Z Compiling rustls-pki-types v1.10.0
18352025-02-28T11:17:51.418Z Compiling percent-encoding v2.3.1
18362025-02-28T11:17:52.010Z Compiling icu_locid_transform v1.5.0
18372025-02-28T11:17:53.332Z Compiling goblin v0.8.2
18382025-02-28T11:17:53.822Z Compiling der v0.7.9
18392025-02-28T11:17:55.495Z Compiling icu_collections v1.5.0
18402025-02-28T11:17:56.417Z Compiling tokio-util v0.7.13
18412025-02-28T11:17:56.867Z Compiling icu_properties_data v1.5.0
18422025-02-28T11:17:57.914Z Compiling rayon-core v1.12.1
18432025-02-28T11:17:57.934Z Compiling powerfmt v0.2.0
18442025-02-28T11:17:58.060Z Compiling untrusted v0.9.0
18452025-02-28T11:17:58.313Z Compiling pretty-hex v0.4.1
18462025-02-28T11:17:58.423Z Compiling rustls v0.22.4
18472025-02-28T11:17:58.443Z Compiling untrusted v0.7.1
18482025-02-28T11:17:58.523Z Compiling icu_properties v1.5.1
18492025-02-28T11:17:58.558Z Compiling deranged v0.3.11
18502025-02-28T11:17:59.096Z Compiling dof v0.3.0
18512025-02-28T11:18:00.594Z Compiling spki v0.7.3
18522025-02-28T11:18:00.951Z Compiling salsa20 v0.10.2
18532025-02-28T11:18:00.989Z Compiling dtrace-parser v0.2.0
18542025-02-28T11:18:01.182Z Compiling pbkdf2 v0.12.2
18552025-02-28T11:18:01.657Z Compiling thread-id v4.2.2
18562025-02-28T11:18:01.782Z Compiling icu_normalizer_data v1.5.0
18572025-02-28T11:18:02.037Z Compiling utf8_iter v1.0.4
18582025-02-28T11:18:02.286Z Compiling write16 v1.0.0
18592025-02-28T11:18:02.527Z Compiling utf16_iter v1.0.5
18602025-02-28T11:18:02.601Z Compiling winnow v0.5.40
18612025-02-28T11:18:02.767Z Compiling litrs v0.4.1
18622025-02-28T11:18:03.053Z Compiling num_threads v0.1.7
18632025-02-28T11:18:03.366Z Compiling atomic-waker v1.1.2
18642025-02-28T11:18:03.739Z Compiling document-features v0.2.10
18652025-02-28T11:18:03.827Z Compiling icu_normalizer v1.5.0
18662025-02-28T11:18:04.616Z Compiling time v0.3.36
18672025-02-28T11:18:05.977Z Compiling toml_edit v0.19.15
18682025-02-28T11:18:07.854Z Compiling scrypt v0.11.0
18692025-02-28T11:18:08.220Z Compiling form_urlencoded v1.2.1
18702025-02-28T11:18:08.316Z Compiling cbc v0.1.2
18712025-02-28T11:18:08.550Z Compiling aes v0.8.4
18722025-02-28T11:18:08.729Z Compiling http-body v1.0.1
18732025-02-28T11:18:09.037Z Compiling multer v3.1.0
18742025-02-28T11:18:09.566Z Compiling tinyvec_macros v0.1.1
18752025-02-28T11:18:09.638Z Compiling rustversion v1.0.17
18762025-02-28T11:18:09.673Z Compiling slog-async v2.8.0
18772025-02-28T11:18:10.117Z Compiling try-lock v0.2.5
18782025-02-28T11:18:10.296Z Compiling want v0.3.1
18792025-02-28T11:18:10.319Z Compiling tinyvec v1.8.0
18802025-02-28T11:18:10.602Z Compiling pkcs5 v0.7.1
18812025-02-28T11:18:11.755Z Compiling idna_adapter v1.2.0
18822025-02-28T11:18:12.010Z Compiling h2 v0.4.6
18832025-02-28T11:18:12.229Z Compiling rand_chacha v0.3.1
18842025-02-28T11:18:12.231Z Compiling heapless v0.7.17
18852025-02-28T11:18:12.798Z Compiling bzip2-sys v0.1.11+1.0.8
18862025-02-28T11:18:13.242Z Compiling tower-service v0.3.3
18872025-02-28T11:18:13.465Z Compiling httpdate v1.0.3
18882025-02-28T11:18:13.626Z Compiling signal-hook v0.3.17
18892025-02-28T11:18:15.726Z Compiling rand v0.8.5
18902025-02-28T11:18:15.924Z Compiling idna v1.0.3
18912025-02-28T11:18:17.024Z Compiling pkcs8 v0.10.2
18922025-02-28T11:18:17.924Z Compiling usdt-macro v0.5.0
18932025-02-28T11:18:18.306Z Compiling usdt-attr-macro v0.5.0
18942025-02-28T11:18:18.889Z Compiling async-stream-impl v0.3.6
18952025-02-28T11:18:19.333Z Compiling adler2 v2.0.0
18962025-02-28T11:18:19.921Z Compiling base64 v0.22.1
18972025-02-28T11:18:20.006Z Compiling hyper v1.6.0
18982025-02-28T11:18:21.018Z Compiling miniz_oxide v0.8.5
18992025-02-28T11:18:24.463Z Compiling hyper-util v0.1.10
19002025-02-28T11:18:28.173Z Compiling curve25519-dalek v4.1.3
19012025-02-28T11:18:28.656Z Compiling openapiv3 v2.0.0
19022025-02-28T11:18:29.242Z Compiling enum-as-inner v0.6.1
19032025-02-28T11:18:29.422Z Compiling memoffset v0.9.1
19042025-02-28T11:18:29.570Z Compiling dropshot v0.12.0
19052025-02-28T11:18:29.634Z Compiling num-bigint-dig v0.8.4
19062025-02-28T11:18:29.760Z Compiling newtype-uuid v1.2.1
19072025-02-28T11:18:29.891Z Compiling portable-atomic v1.9.0
19082025-02-28T11:18:29.935Z Compiling foreign-types-shared v0.1.1
19092025-02-28T11:18:30.077Z Compiling smoltcp v0.9.1
19102025-02-28T11:18:30.560Z Compiling match_cfg v0.1.0
19112025-02-28T11:18:30.669Z Compiling hostname v0.3.1
19122025-02-28T11:18:30.688Z Compiling foreign-types v0.3.2
19132025-02-28T11:18:31.895Z Compiling rand_core v0.9.2
19142025-02-28T11:18:32.397Z Compiling url v2.5.3
19152025-02-28T11:18:34.483Z Compiling http-body-util v0.1.2
19162025-02-28T11:18:34.760Z Compiling dirs-sys-next v0.1.2
19172025-02-28T11:18:35.039Z Compiling encoding_rs v0.8.34
19182025-02-28T11:18:35.203Z Compiling gimli v0.31.1
19192025-02-28T11:18:35.346Z Compiling heck v0.4.1
19202025-02-28T11:18:35.720Z Compiling cfg_aliases v0.2.1
19212025-02-28T11:18:35.830Z Compiling data-encoding v2.6.0
19222025-02-28T11:18:37.226Z Compiling mime v0.3.17
19232025-02-28T11:18:38.141Z Compiling siphasher v0.3.11
19242025-02-28T11:18:38.258Z Compiling ident_case v1.0.1
19252025-02-28T11:18:38.342Z Compiling nix v0.29.0
19262025-02-28T11:18:38.445Z Compiling darling_core v0.20.10
19272025-02-28T11:18:39.102Z Compiling dirs-next v2.0.0
19282025-02-28T11:18:40.094Z Compiling addr2line v0.24.2
19292025-02-28T11:18:41.631Z Compiling rand_chacha v0.9.0
19302025-02-28T11:18:43.905Z Compiling unicode-normalization v0.1.24
19312025-02-28T11:18:44.966Z Compiling serde_urlencoded v0.7.1
19322025-02-28T11:18:45.452Z Compiling crossbeam-epoch v0.9.18
19332025-02-28T11:18:45.558Z Compiling rustls-pemfile v2.2.0
19342025-02-28T11:18:45.802Z Compiling hubpack_derive v0.1.1
19352025-02-28T11:18:46.045Z Compiling dropshot_endpoint v0.12.0
19362025-02-28T11:18:46.178Z Compiling sha1 v0.10.6
19372025-02-28T11:18:46.233Z Compiling signature v2.2.0
19382025-02-28T11:18:46.465Z Compiling curve25519-dalek-derive v0.1.1
19392025-02-28T11:18:46.568Z Compiling zerocopy-derive v0.6.6
19402025-02-28T11:18:47.765Z Compiling object v0.36.5
19412025-02-28T11:18:48.271Z Compiling thread_local v1.1.8
19422025-02-28T11:18:48.699Z Compiling fs-err v2.11.0
19432025-02-28T11:18:49.691Z Compiling openssl-probe v0.1.5
19442025-02-28T11:18:49.980Z Compiling unicode-properties v0.1.3
19452025-02-28T11:18:50.488Z Compiling ipnet v2.11.0
19462025-02-28T11:18:53.150Z Compiling rustc-demangle v0.1.24
19472025-02-28T11:18:55.817Z Compiling winnow v0.7.3
19482025-02-28T11:18:56.119Z Compiling utf8parse v0.2.2
19492025-02-28T11:18:56.290Z Compiling unicode-bidi v0.3.17
19502025-02-28T11:18:57.429Z Compiling anstyle v1.0.10
19512025-02-28T11:18:59.301Z Compiling toml_edit v0.22.24
19522025-02-28T11:19:00.298Z Compiling rustls-webpki v0.102.8
19532025-02-28T11:19:00.661Z Compiling stringprep v0.1.5
19542025-02-28T11:19:01.091Z Compiling anstyle-parse v0.2.5
19552025-02-28T11:19:01.918Z Compiling backtrace v0.3.74
19562025-02-28T11:19:08.948Z Compiling crossbeam-deque v0.8.5
19572025-02-28T11:19:09.536Z Compiling darling_macro v0.20.10
19582025-02-28T11:19:10.412Z Compiling rand v0.9.0
19592025-02-28T11:19:10.548Z Compiling term v0.7.0
19602025-02-28T11:19:11.621Z Compiling slog-json v2.6.1
19612025-02-28T11:19:12.458Z Compiling crossbeam-channel v0.5.13
19622025-02-28T11:19:12.560Z Compiling hashbrown v0.14.5
19632025-02-28T11:19:13.059Z Compiling futures-executor v0.3.31
19642025-02-28T11:19:13.389Z Compiling num-integer v0.1.46
19652025-02-28T11:19:13.457Z Compiling md-5 v0.10.6
19662025-02-28T11:19:13.512Z Compiling ff v0.13.0
19672025-02-28T11:19:13.697Z Compiling hash32 v0.2.1
19682025-02-28T11:19:13.720Z Compiling memmap v0.7.0
19692025-02-28T11:19:13.748Z Compiling is-terminal v0.4.13
19702025-02-28T11:19:14.012Z Compiling quick-error v1.2.3
19712025-02-28T11:19:14.049Z Compiling utf-8 v0.7.6
19722025-02-28T11:19:14.067Z Compiling anstyle-query v1.1.1
19732025-02-28T11:19:14.168Z Compiling colorchoice v1.0.2
19742025-02-28T11:19:14.229Z Compiling take_mut v0.2.2
19752025-02-28T11:19:14.352Z Compiling is_terminal_polyfill v1.70.1
19762025-02-28T11:19:14.371Z Compiling fallible-iterator v0.2.0
19772025-02-28T11:19:14.406Z Compiling psl-types v2.0.11
19782025-02-28T11:19:14.495Z Compiling base16ct v0.2.0
19792025-02-28T11:19:14.795Z Compiling linked-hash-map v0.5.6
19802025-02-28T11:19:14.816Z Compiling publicsuffix v2.3.0
19812025-02-28T11:19:14.846Z Compiling sec1 v0.7.3
19822025-02-28T11:19:15.035Z Compiling postgres-protocol v0.6.8
19832025-02-28T11:19:15.104Z Compiling lru-cache v0.1.2
19842025-02-28T11:19:15.301Z Compiling anstream v0.6.15
19852025-02-28T11:19:15.468Z Compiling tungstenite v0.24.0
19862025-02-28T11:19:15.875Z Compiling resolv-conf v0.7.0
19872025-02-28T11:19:16.256Z Compiling usdt v0.5.0
19882025-02-28T11:19:16.470Z Compiling num-iter v0.1.45
19892025-02-28T11:19:16.676Z Compiling slog-term v2.9.1
19902025-02-28T11:19:16.696Z Compiling group v0.13.0
19912025-02-28T11:19:17.016Z Compiling regress v0.10.1
19922025-02-28T11:19:17.227Z Compiling futures v0.3.31
19932025-02-28T11:19:19.884Z Compiling slog-bunyan v2.5.0
19942025-02-28T11:19:20.106Z Compiling darling v0.20.10
19952025-02-28T11:19:20.224Z Compiling tokio-native-tls v0.3.1
19962025-02-28T11:19:20.757Z Compiling tokio-rustls v0.26.0
19972025-02-28T11:19:21.084Z Compiling tokio-rustls v0.25.0
19982025-02-28T11:19:21.209Z Compiling toml v0.8.20
19992025-02-28T11:19:21.453Z Compiling hickory-proto v0.24.4
20002025-02-28T11:19:21.505Z Compiling phf_shared v0.11.2
20012025-02-28T11:19:21.876Z Compiling strum_macros v0.25.3
20022025-02-28T11:19:22.742Z Compiling async-stream v0.3.6
20032025-02-28T11:19:22.785Z Compiling waitgroup v0.1.2
20042025-02-28T11:19:22.806Z Compiling webpki-roots v0.26.6
20052025-02-28T11:19:23.080Z Compiling hkdf v0.12.4
20062025-02-28T11:19:23.219Z Compiling terminal_size v0.4.0
20072025-02-28T11:19:23.413Z Compiling serde_path_to_error v0.1.16
20082025-02-28T11:19:23.456Z Compiling sync_wrapper v1.0.1
20092025-02-28T11:19:23.631Z Compiling crypto-bigint v0.5.5
20102025-02-28T11:19:23.655Z Compiling clap_derive v4.5.28
20112025-02-28T11:19:23.923Z Compiling derive-where v1.2.7
20122025-02-28T11:19:24.160Z Compiling serde_repr v0.1.19
20132025-02-28T11:19:25.099Z Compiling hostname v0.4.0
20142025-02-28T11:19:25.220Z Compiling crc32fast v1.4.2
20152025-02-28T11:19:25.307Z Compiling bitflags v1.3.2
20162025-02-28T11:19:25.561Z Compiling managed v0.8.0
20172025-02-28T11:19:26.119Z Compiling unicode-width v0.2.0
20182025-02-28T11:19:26.748Z Compiling tower-layer v0.3.3
20192025-02-28T11:19:26.788Z Compiling debug-ignore v1.0.5
20202025-02-28T11:19:26.860Z Compiling clap_lex v0.7.4
20212025-02-28T11:19:27.186Z Compiling tower v0.5.2
20222025-02-28T11:19:27.260Z Compiling clap_builder v4.5.31
20232025-02-28T11:19:28.048Z Compiling hickory-resolver v0.24.4
20242025-02-28T11:19:28.086Z Compiling console v0.15.10
20252025-02-28T11:19:29.241Z Compiling elliptic-curve v0.13.8
20262025-02-28T11:19:31.546Z Compiling flate2 v1.1.0
20272025-02-28T11:19:33.085Z Compiling hyper-rustls v0.27.3
20282025-02-28T11:19:34.113Z Compiling phf v0.11.2
20292025-02-28T11:19:34.412Z Compiling hyper-tls v0.6.0
20302025-02-28T11:19:34.773Z Compiling typify-impl v0.2.0
20312025-02-28T11:19:34.849Z Compiling signal-hook-mio v0.2.4
20322025-02-28T11:19:35.021Z Compiling rayon v1.10.0
20332025-02-28T11:19:35.289Z Compiling cookie_store v0.21.1
20342025-02-28T11:19:36.473Z Compiling bzip2 v0.4.4
20352025-02-28T11:19:36.592Z Compiling tokio-tungstenite v0.24.0
20362025-02-28T11:19:36.985Z Compiling postgres-types v0.2.9
20372025-02-28T11:19:37.295Z Compiling zerocopy v0.6.6
20382025-02-28T11:19:37.463Z Compiling hubpack v0.1.2
20392025-02-28T11:19:37.899Z Compiling ed25519 v2.2.3
20402025-02-28T11:19:38.070Z Compiling phf_shared v0.10.0
20412025-02-28T11:19:38.167Z Compiling pkcs1 v0.7.5
20422025-02-28T11:19:38.447Z Compiling tokio-stream v0.1.17
20432025-02-28T11:19:39.241Z Compiling ipnetwork v0.21.1
20442025-02-28T11:19:39.361Z Compiling rfc6979 v0.4.0
20452025-02-28T11:19:39.558Z Compiling serde-big-array v0.5.1
20462025-02-28T11:19:39.805Z Compiling float-cmp v0.10.0
20472025-02-28T11:19:39.848Z Compiling bstr v1.10.0
20482025-02-28T11:19:42.376Z Compiling normalize-line-endings v0.3.0
20492025-02-28T11:19:42.524Z Compiling static_assertions v1.1.0
20502025-02-28T11:19:42.555Z Compiling difflib v0.4.0
20512025-02-28T11:19:42.645Z Compiling fixedbitset v0.4.2
20522025-02-28T11:19:42.816Z Compiling unicode-segmentation v1.12.0
20532025-02-28T11:19:43.032Z Compiling whoami v1.5.2
20542025-02-28T11:19:43.490Z Compiling new_debug_unreachable v1.0.6
20552025-02-28T11:19:43.525Z Compiling precomputed-hash v0.1.1
20562025-02-28T11:19:43.587Z Compiling number_prefix v0.4.0
20572025-02-28T11:19:43.606Z Compiling predicates-core v1.0.8
20582025-02-28T11:19:43.677Z Compiling bit-vec v0.6.3
20592025-02-28T11:19:43.815Z Compiling predicates v3.1.3
20602025-02-28T11:19:43.895Z Compiling indicatif v0.17.11
20612025-02-28T11:19:44.059Z Compiling bit-set v0.5.3
20622025-02-28T11:19:44.115Z Compiling string_cache v0.8.7
20632025-02-28T11:19:44.370Z Compiling similar v2.6.0
20642025-02-28T11:19:44.530Z Compiling tokio-postgres v0.7.13
20652025-02-28T11:19:44.558Z Compiling typify-macro v0.2.0
20662025-02-28T11:19:45.095Z Compiling petgraph v0.6.5
20672025-02-28T11:19:45.153Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20682025-02-28T11:19:46.415Z Compiling ecdsa v0.16.9
20692025-02-28T11:19:47.246Z Compiling qorb v0.2.1
20702025-02-28T11:19:48.633Z Compiling rsa v0.9.6
20712025-02-28T11:19:49.771Z Compiling reqwest v0.12.12
20722025-02-28T11:19:49.818Z Compiling ed25519-dalek v2.1.1
20732025-02-28T11:19:51.182Z Compiling zip v0.6.6
20742025-02-28T11:19:51.251Z Compiling crossterm v0.28.1
20752025-02-28T11:19:52.196Z Compiling clap v4.5.31
20762025-02-28T11:19:52.933Z Compiling toml v0.7.8
20772025-02-28T11:19:53.721Z Compiling x509-cert v0.2.5
20782025-02-28T11:19:54.346Z Compiling hex v0.4.3
20792025-02-28T11:19:55.225Z Compiling itertools v0.10.5
20802025-02-28T11:19:55.734Z Compiling lalrpop-util v0.19.12
20812025-02-28T11:19:57.613Z Compiling unicode-xid v0.2.6
20822025-02-28T11:19:57.649Z Compiling peg-runtime v0.8.3
20832025-02-28T11:20:00.109Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20842025-02-28T11:20:04.484Z Compiling proc-macro-crate v1.3.1
20852025-02-28T11:20:04.723Z Compiling macaddr v1.0.1
20862025-02-28T11:20:05.313Z Compiling itertools v0.13.0
20872025-02-28T11:20:05.909Z Compiling heapless v0.8.0
20882025-02-28T11:20:08.249Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20892025-02-28T11:20:11.034Z Compiling num_enum_derive v0.5.11
20902025-02-28T11:20:18.084Z Compiling hash32 v0.3.1
20912025-02-28T11:20:18.782Z Compiling smoltcp v0.11.0
20922025-02-28T11:20:19.256Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20932025-02-28T11:20:20.531Z Compiling thiserror v2.0.11
20942025-02-28T11:20:26.431Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20952025-02-28T11:20:26.622Z Compiling num_enum v0.5.11
20962025-02-28T11:20:27.326Z Compiling typify v0.2.0
20972025-02-28T11:20:27.344Z Compiling oxnet v0.1.1
20982025-02-28T11:20:29.155Z Compiling thiserror-impl v2.0.11
20992025-02-28T11:20:29.546Z Compiling proc-macro-error-attr v1.0.4
21002025-02-28T11:20:30.979Z Compiling unsafe-libyaml v0.2.11
21012025-02-28T11:20:31.940Z Compiling cobs v0.2.3
21022025-02-28T11:20:32.366Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21032025-02-28T11:20:32.420Z Compiling serde_yaml v0.9.34+deprecated
21042025-02-28T11:20:32.718Z Compiling postcard v1.0.10
21052025-02-28T11:20:45.702Z Compiling progenitor-impl v0.8.0
21062025-02-28T11:20:47.732Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21072025-02-28T11:20:57.520Z Compiling strum_macros v0.26.4
21082025-02-28T11:20:58.124Z Compiling structmeta-derive v0.3.0
21092025-02-28T11:20:58.281Z Compiling foreign-types-macros v0.2.3
21102025-02-28T11:20:58.810Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21112025-02-28T11:20:58.920Z Compiling proc-macro-error v1.0.4
21122025-02-28T11:20:59.277Z Compiling unicode-width v0.1.14
21132025-02-28T11:20:59.898Z Compiling foreign-types-shared v0.3.1
21142025-02-28T11:21:00.280Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21152025-02-28T11:21:00.752Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21162025-02-28T11:21:01.576Z Compiling strum v0.26.3
21172025-02-28T11:21:01.770Z Compiling structmeta v0.3.0
21182025-02-28T11:21:03.834Z Compiling foreign-types v0.5.0
21192025-02-28T11:21:04.666Z Compiling tabwriter v1.4.0
21202025-02-28T11:21:10.456Z Compiling progenitor-macro v0.8.0
21212025-02-28T11:21:14.042Z Compiling progenitor-client v0.8.0
21222025-02-28T11:21:17.639Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21232025-02-28T11:21:18.455Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21242025-02-28T11:21:19.307Z Compiling daft-derive v0.1.1
21252025-02-28T11:21:19.406Z Compiling cstr-argument v0.1.2
21262025-02-28T11:21:19.679Z Compiling dropshot v0.16.0
21272025-02-28T11:21:20.024Z Compiling crucible-workspace-hack v0.1.0
21282025-02-28T11:21:20.636Z Compiling fastrand v2.1.1
21292025-02-28T11:21:20.671Z Compiling pretty-hex v0.2.1
21302025-02-28T11:21:20.922Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21312025-02-28T11:21:21.283Z Compiling tempfile v3.13.0
21322025-02-28T11:21:21.307Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21332025-02-28T11:21:21.325Z Compiling progenitor v0.8.0
21342025-02-28T11:21:21.510Z Compiling daft v0.1.1
21352025-02-28T11:21:21.667Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21362025-02-28T11:21:21.969Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21372025-02-28T11:21:22.207Z Compiling parse-display-derive v0.10.0
21382025-02-28T11:21:22.529Z Compiling colored v2.2.0
21392025-02-28T11:21:22.712Z Compiling serde_with_macros v3.12.0
21402025-02-28T11:21:22.973Z Compiling dropshot_endpoint v0.16.0
21412025-02-28T11:21:23.911Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21422025-02-28T11:21:24.659Z Compiling instant v0.1.13
21432025-02-28T11:21:24.850Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21442025-02-28T11:21:24.983Z Compiling winnow v0.6.20
21452025-02-28T11:21:25.277Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21462025-02-28T11:21:25.554Z Compiling serde_with v3.12.0
21472025-02-28T11:21:25.575Z Compiling parse-display v0.10.0
21482025-02-28T11:21:26.244Z Compiling backoff v0.4.0
21492025-02-28T11:21:26.620Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21502025-02-28T11:21:26.888Z Compiling zone_cfg_derive v0.3.0
21512025-02-28T11:21:27.448Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21522025-02-28T11:21:28.170Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21532025-02-28T11:21:28.196Z Compiling camino-tempfile v1.1.1
21542025-02-28T11:21:28.330Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
21552025-02-28T11:21:28.955Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21562025-02-28T11:21:29.095Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21572025-02-28T11:21:29.311Z Compiling regress v0.9.1
21582025-02-28T11:21:29.363Z Compiling progenitor-client v0.9.1
21592025-02-28T11:21:29.766Z Compiling num-derive v0.4.2
21602025-02-28T11:21:30.330Z Compiling sigpipe v0.1.3
21612025-02-28T11:21:30.486Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21622025-02-28T11:21:30.816Z Compiling libefi-sys v0.1.0
21632025-02-28T11:21:31.226Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21642025-02-28T11:21:31.952Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
21652025-02-28T11:21:33.484Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21662025-02-28T11:21:35.258Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21672025-02-28T11:21:36.593Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21682025-02-28T11:21:36.907Z Compiling zone v0.3.0
21692025-02-28T11:21:37.127Z Compiling itertools v0.14.0
21702025-02-28T11:21:37.761Z Compiling smf v0.2.3
21712025-02-28T11:21:38.278Z Compiling bitfield-struct v0.6.2
21722025-02-28T11:21:39.592Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21732025-02-28T11:21:40.039Z Compiling blake3 v1.5.4
21742025-02-28T11:21:40.274Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21752025-02-28T11:21:40.666Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21762025-02-28T11:21:40.700Z Compiling xattr v1.3.1
21772025-02-28T11:21:41.005Z Compiling filetime v0.2.25
21782025-02-28T11:21:41.026Z Compiling memmap2 v0.9.5
21792025-02-28T11:21:41.338Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21802025-02-28T11:21:41.371Z Compiling constant_time_eq v0.3.1
21812025-02-28T11:21:41.482Z Compiling arrayref v0.3.9
21822025-02-28T11:21:41.579Z Compiling arrayvec v0.7.6
21832025-02-28T11:21:41.598Z Compiling same-file v1.0.6
21842025-02-28T11:21:41.615Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21852025-02-28T11:21:41.737Z Compiling tar v0.4.44
21862025-02-28T11:21:41.902Z Compiling walkdir v2.5.0
21872025-02-28T11:21:43.501Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21882025-02-28T11:21:43.937Z Compiling gethostname v0.5.0
21892025-02-28T11:21:44.160Z Compiling cargo-platform v0.1.8
21902025-02-28T11:21:44.266Z Compiling fixedbitset v0.5.7
21912025-02-28T11:21:44.536Z Compiling topological-sort v0.2.2
21922025-02-28T11:21:44.823Z Compiling omicron-zone-package v0.12.0
21932025-02-28T11:21:45.246Z Compiling petgraph v0.7.1
21942025-02-28T11:21:45.369Z Compiling cargo_metadata v0.19.1
21952025-02-28T11:21:45.894Z Compiling indent_write v2.2.0
21962025-02-28T11:21:46.129Z Compiling shell-words v1.1.0
21972025-02-28T11:21:52.486Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21982025-02-28T11:21:53.574Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21992025-02-28T11:22:00.176Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22002025-02-28T11:22:14.714Z Finished `release` profile [optimized] target(s) in 5m 13s
22012025-02-28T11:22:14.888Z Running `target/release/omicron-package -t test target create -p dev`
22022025-02-28T11:22:14.935ZLogging to: /work/oxidecomputer/omicron/out/LOG
22032025-02-28T11:22:14.938ZCreated new build target 'test' and set it as active
22042025-02-28T11:22:14.938Z
22052025-02-28T11:22:14.938Zreal 5:13.286824418
22062025-02-28T11:22:14.938Zuser 36:27.345654860
22072025-02-28T11:22:14.938Zsys 3:25.977623981
22082025-02-28T11:22:14.938Ztrap 1.131332972
22092025-02-28T11:22:14.938Ztflt 1.602008296
22102025-02-28T11:22:14.938Zdflt 0.971533709
22112025-02-28T11:22:14.938Zkflt 0.000230726
22122025-02-28T11:22:14.938Zlock 1:12:13.196572826
22132025-02-28T11:22:14.938Zslp 2:27:38.930906982
22142025-02-28T11:22:14.938Zlat 2:45.463610258
22152025-02-28T11:22:14.938Zstop 4:46.296016997
22162025-02-28T11:22:14.940Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
22172025-02-28T11:22:15.932Z Finished `release` profile [optimized] target(s) in 0.94s
22182025-02-28T11:22:15.991Z Running `target/release/omicron-package -t test package`
22192025-02-28T11:22:16.038ZLogging to: /work/oxidecomputer/omicron/out/LOG
22202025-02-28T11:22:17.186Z Compiling ring v0.17.11
22212025-02-28T11:22:17.357Z Compiling thiserror v2.0.11
22222025-02-28T11:22:17.359Z Compiling typify-impl v0.3.0
22232025-02-28T11:22:17.362Z Compiling convert_case v0.4.0
22242025-02-28T11:22:17.362Z Compiling newline-converter v0.3.0
22252025-02-28T11:22:17.369Z Compiling password-hash v0.5.0
22262025-02-28T11:22:17.371Z Compiling blake2 v0.10.6
22272025-02-28T11:22:17.612Z Compiling expectorate v1.1.0
22282025-02-28T11:22:17.887Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
22292025-02-28T11:22:18.084Z Compiling derive_more v0.99.19
22302025-02-28T11:22:18.489Z Compiling base64 v0.21.7
22312025-02-28T11:22:18.663Z Compiling argon2 v0.5.3
22322025-02-28T11:22:19.503Z Compiling atomicwrites v0.4.4
22332025-02-28T11:22:19.546Z Compiling owo-colors v4.2.0
22342025-02-28T11:22:20.026Z Compiling cancel-safe-futures v0.1.5
22352025-02-28T11:22:20.119Z Compiling num-rational v0.4.2
22362025-02-28T11:22:20.419Z Compiling libsw-core v0.3.1
22372025-02-28T11:22:20.718Z Compiling num-complex v0.4.6
22382025-02-28T11:22:20.875Z Compiling libsw v3.4.0
22392025-02-28T11:22:21.810Z Compiling num v0.4.3
22402025-02-28T11:22:21.923Z Compiling float-ord v0.3.2
22412025-02-28T11:22:22.137Z Compiling swrite v0.1.0
22422025-02-28T11:22:22.301Z Compiling rustls v0.23.19
22432025-02-28T11:22:22.329Z Compiling rustls v0.22.4
22442025-02-28T11:22:22.358Z Compiling linear-map v1.2.0
22452025-02-28T11:22:22.504Z Compiling highway v1.3.0
22462025-02-28T11:22:22.682Z Compiling tungstenite v0.21.0
22472025-02-28T11:22:23.228Z Compiling semver v0.1.20
22482025-02-28T11:22:23.734Z Compiling rustc_version v0.1.7
22492025-02-28T11:22:23.965Z Compiling tokio-tungstenite v0.21.0
22502025-02-28T11:22:24.102Z Compiling newtype_derive v0.1.6
22512025-02-28T11:22:24.433Z Compiling ipnetwork v0.21.1
22522025-02-28T11:22:24.539Z Compiling humantime v2.1.0
22532025-02-28T11:22:24.704Z Compiling rustls-webpki v0.102.8
22542025-02-28T11:22:25.100Z Compiling oxnet v0.1.1
22552025-02-28T11:22:25.915Z Compiling daft v0.1.1
22562025-02-28T11:22:26.318Z Compiling dropshot v0.16.0
22572025-02-28T11:22:26.345Z Compiling instant v0.1.13
22582025-02-28T11:22:26.395Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22592025-02-28T11:22:26.507Z Compiling backoff v0.4.0
22602025-02-28T11:22:26.872Z Compiling steno v0.4.1
22612025-02-28T11:22:26.891Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
22622025-02-28T11:22:27.443Z Compiling typify-macro v0.3.0
22632025-02-28T11:22:27.516Z Compiling parse-display v0.10.0
22642025-02-28T11:22:28.021Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22652025-02-28T11:22:28.199Z Compiling serde_with v3.12.0
22662025-02-28T11:22:30.232Z Compiling tokio-rustls v0.25.0
22672025-02-28T11:22:30.608Z Compiling dropshot v0.12.0
22682025-02-28T11:22:30.740Z Compiling typify v0.3.0
22692025-02-28T11:22:30.884Z Compiling progenitor-impl v0.9.1
22702025-02-28T11:22:32.973Z Compiling tokio-rustls v0.26.0
22712025-02-28T11:22:33.444Z Compiling hyper-rustls v0.27.3
22722025-02-28T11:22:34.008Z Compiling reqwest v0.12.12
22732025-02-28T11:22:36.619Z Compiling qorb v0.2.1
22742025-02-28T11:22:37.969Z Compiling progenitor-macro v0.9.1
22752025-02-28T11:22:41.678Z Compiling progenitor-client v0.9.1
22762025-02-28T11:22:42.228Z Compiling progenitor-client v0.8.0
22772025-02-28T11:22:42.720Z Compiling progenitor v0.8.0
22782025-02-28T11:22:42.934Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22792025-02-28T11:22:42.955Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
22802025-02-28T11:22:43.468Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22812025-02-28T11:22:44.202Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
22822025-02-28T11:22:52.638Z Compiling strum v0.26.3
22832025-02-28T11:22:52.846Z Compiling regress v0.9.1
22842025-02-28T11:23:11.263Z Compiling progenitor v0.9.1
22852025-02-28T11:23:11.490Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22862025-02-28T11:23:14.668Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22872025-02-28T11:23:15.293Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22882025-02-28T11:23:17.401Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22892025-02-28T11:23:20.596Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22902025-02-28T11:23:22.580Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22912025-02-28T11:23:23.526Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22922025-02-28T11:23:25.145Z Compiling macaddr v1.0.1
22932025-02-28T11:23:25.410Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22942025-02-28T11:23:26.091Z Compiling slog-dtrace v0.3.0
22952025-02-28T11:23:26.710Z Compiling prettyplease v0.2.29
22962025-02-28T11:23:28.619Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22972025-02-28T11:23:29.434Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22982025-02-28T11:23:29.635Z Compiling half v2.4.1
22992025-02-28T11:23:30.330Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23002025-02-28T11:23:32.382Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23012025-02-28T11:23:34.002Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23022025-02-28T11:23:36.346Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23032025-02-28T11:23:39.976Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23042025-02-28T11:23:40.849Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23052025-02-28T11:23:44.418Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23062025-02-28T11:23:47.344Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23072025-02-28T11:23:48.457Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23082025-02-28T11:23:49.932Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23092025-02-28T11:23:51.391Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23102025-02-28T11:23:55.483Z Compiling ciborium-io v0.2.2
23112025-02-28T11:23:55.637Z Compiling ciborium-ll v0.2.2
23122025-02-28T11:23:56.095Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23132025-02-28T11:23:56.159Z Compiling bytecount v0.6.8
23142025-02-28T11:23:56.492Z Compiling ciborium v0.2.2
23152025-02-28T11:23:56.512Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23162025-02-28T11:23:58.562Z Compiling display-error-chain v0.2.2
23172025-02-28T11:23:58.665Z Compiling const_format_proc_macros v0.2.34
23182025-02-28T11:23:58.806Z Compiling crunchy v0.2.2
23192025-02-28T11:23:59.279Z Compiling maplit v1.0.2
23202025-02-28T11:23:59.430Z Compiling keccak v0.1.5
23212025-02-28T11:24:00.398Z Compiling fastrand v2.1.1
23222025-02-28T11:24:00.566Z Compiling same-file v1.0.6
23232025-02-28T11:24:00.821Z Compiling tempfile v3.13.0
23242025-02-28T11:24:00.882Z Compiling walkdir v2.5.0
23252025-02-28T11:24:01.472Z Compiling const_format v0.2.34
23262025-02-28T11:24:01.522Z Compiling sha3 v0.10.8
23272025-02-28T11:24:02.363Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23282025-02-28T11:24:02.408Z Compiling tiny-keccak v2.0.2
23292025-02-28T11:24:02.489Z Compiling radium v0.7.0
23302025-02-28T11:24:02.715Z Compiling blake3 v1.5.4
23312025-02-28T11:24:02.885Z Compiling dsl_auto_type v0.1.2
23322025-02-28T11:24:02.982Z Compiling scheduled-thread-pool v0.2.7
23332025-02-28T11:24:03.374Z Compiling xattr v1.3.1
23342025-02-28T11:24:03.662Z Compiling diesel_table_macro_syntax v0.2.0
23352025-02-28T11:24:04.015Z Compiling filetime v0.2.25
23362025-02-28T11:24:04.034Z Compiling memmap2 v0.9.5
23372025-02-28T11:24:04.037Z Compiling constant_time_eq v0.3.1
23382025-02-28T11:24:04.229Z Compiling arrayref v0.3.9
23392025-02-28T11:24:04.285Z Compiling tap v1.0.1
23402025-02-28T11:24:04.288Z Compiling arrayvec v0.7.6
23412025-02-28T11:24:04.343Z Compiling maybe-uninit v2.0.0
23422025-02-28T11:24:04.426Z Compiling tar v0.4.44
23432025-02-28T11:24:04.491Z Compiling wyz v0.5.1
23442025-02-28T11:24:04.889Z Compiling diesel_derives v2.2.3
23452025-02-28T11:24:04.933Z Compiling r2d2 v0.8.10
23462025-02-28T11:24:05.668Z Compiling camino-tempfile v1.1.1
23472025-02-28T11:24:05.841Z Compiling toolchain_find v0.4.0
23482025-02-28T11:24:05.864Z Compiling phf_generator v0.11.2
23492025-02-28T11:24:06.071Z Compiling ascii-canvas v3.0.0
23502025-02-28T11:24:06.094Z Compiling secrecy v0.8.0
23512025-02-28T11:24:06.182Z Compiling ena v0.14.3
23522025-02-28T11:24:06.342Z Compiling async-recursion v1.1.1
23532025-02-28T11:24:06.375Z Compiling regex-syntax v0.6.29
23542025-02-28T11:24:06.481Z Compiling bindgen v0.71.1
23552025-02-28T11:24:06.552Z Compiling diff v0.1.13
23562025-02-28T11:24:06.578Z Compiling topological-sort v0.2.2
23572025-02-28T11:24:06.825Z Compiling crc-catalog v2.4.0
23582025-02-28T11:24:06.918Z Compiling packed_struct v0.10.1
23592025-02-28T11:24:07.000Z Compiling funty v2.0.0
23602025-02-28T11:24:07.033Z Compiling crc v3.2.1
23612025-02-28T11:24:07.452Z Compiling omicron-zone-package v0.12.0
23622025-02-28T11:24:07.682Z Compiling rustfmt-wrapper v0.2.1
23632025-02-28T11:24:08.245Z Compiling bitvec v1.0.1
23642025-02-28T11:24:09.127Z Compiling phf_codegen v0.11.2
23652025-02-28T11:24:09.473Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23662025-02-28T11:24:09.765Z Compiling lalrpop v0.19.12
23672025-02-28T11:24:10.776Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23682025-02-28T11:24:11.026Z Compiling universal-hash v0.5.1
23692025-02-28T11:24:11.189Z Compiling thiserror-impl-no-std v2.0.2
23702025-02-28T11:24:11.284Z Compiling packed_struct_codegen v0.10.1
23712025-02-28T11:24:12.119Z Compiling parse-zoneinfo v0.3.1
23722025-02-28T11:24:12.618Z Compiling indexmap v1.9.3
23732025-02-28T11:24:12.979Z Compiling nodrop v0.1.14
23742025-02-28T11:24:13.144Z Compiling ref-cast v1.0.23
23752025-02-28T11:24:13.493Z Compiling opaque-debug v0.3.1
23762025-02-28T11:24:13.526Z Compiling rustc-hash v2.1.1
23772025-02-28T11:24:13.606Z Compiling poly1305 v0.8.0
23782025-02-28T11:24:13.720Z Compiling thiserror-no-std v2.0.2
23792025-02-28T11:24:13.877Z Compiling array-init v0.0.4
23802025-02-28T11:24:14.956Z Compiling chrono-tz-build v0.4.0
23812025-02-28T11:24:15.091Z Compiling diesel v2.2.7
23822025-02-28T11:24:15.137Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23832025-02-28T11:24:15.932Z Compiling smallvec v0.6.14
23842025-02-28T11:24:16.406Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23852025-02-28T11:24:16.740Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23862025-02-28T11:24:17.098Z Compiling derive_builder_core v0.20.2
23872025-02-28T11:24:17.435Z Compiling chacha20 v0.9.1
23882025-02-28T11:24:17.938Z Compiling headers-core v0.3.0
23892025-02-28T11:24:18.119Z Compiling aead v0.5.2
23902025-02-28T11:24:18.493Z Compiling libxml v0.3.3
23912025-02-28T11:24:18.890Z Compiling ref-cast-impl v1.0.23
23922025-02-28T11:24:18.958Z Compiling vte_generate_state_changes v0.1.2
23932025-02-28T11:24:19.560Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
23942025-02-28T11:24:19.912Z Compiling arc-swap v1.7.1
23952025-02-28T11:24:19.943Z Compiling termcolor v1.4.1
23962025-02-28T11:24:20.569Z Compiling bitfield v0.14.0
23972025-02-28T11:24:20.885Z Compiling hashbrown v0.12.3
23982025-02-28T11:24:20.926Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23992025-02-28T11:24:23.256Z Compiling env_logger v0.10.2
24002025-02-28T11:24:26.020Z Compiling samael v0.0.18
24012025-02-28T11:24:26.088Z Compiling slog-scope v4.4.0
24022025-02-28T11:24:26.399Z Compiling vte v0.11.1
24032025-02-28T11:24:26.844Z Compiling derive_builder_macro v0.20.2
24042025-02-28T11:24:27.677Z Compiling chacha20poly1305 v0.10.1
24052025-02-28T11:24:27.742Z Compiling headers v0.4.0
24062025-02-28T11:24:27.947Z Compiling serde-hex v0.1.0
24072025-02-28T11:24:27.971Z Compiling chrono-tz v0.10.1
24082025-02-28T11:24:28.665Z Compiling vsss-rs v3.3.4
24092025-02-28T11:24:30.935Z Compiling polar-core v0.27.3
24102025-02-28T11:24:31.367Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24112025-02-28T11:24:32.754Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24122025-02-28T11:24:32.961Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
24132025-02-28T11:24:33.291Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24142025-02-28T11:24:34.176Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24152025-02-28T11:24:34.514Z Compiling ron v0.8.1
24162025-02-28T11:24:37.629Z Compiling hashbrown v0.13.2
24172025-02-28T11:24:38.883Z Compiling strum_macros v0.24.3
24182025-02-28T11:24:39.141Z Compiling unicase v2.7.0
24192025-02-28T11:24:39.503Z Compiling indoc v1.0.9
24202025-02-28T11:24:40.318Z Compiling crc-any v2.5.0
24212025-02-28T11:24:40.367Z Compiling object v0.30.4
24222025-02-28T11:24:41.236Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24232025-02-28T11:24:41.728Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24242025-02-28T11:24:53.321Z Compiling strip-ansi-escapes v0.2.0
24252025-02-28T11:24:54.072Z Compiling derive_builder v0.20.2
24262025-02-28T11:24:58.861Z Compiling slog-stdlog v4.1.1
24272025-02-28T11:24:59.175Z Compiling papergrid v0.11.0
24282025-02-28T11:24:59.643Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24292025-02-28T11:24:59.970Z Compiling tabled_derive v0.7.0
24302025-02-28T11:25:00.187Z Compiling fd-lock v4.0.2
24312025-02-28T11:25:00.434Z Compiling peg-macros v0.8.4
24322025-02-28T11:25:01.885Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24332025-02-28T11:25:02.811Z Compiling oso-derive v0.27.3
24342025-02-28T11:25:03.504Z Compiling impl-trait-for-tuples v0.2.2
24352025-02-28T11:25:03.756Z Compiling quick-xml v0.37.2
24362025-02-28T11:25:09.309Z Compiling diesel-dtrace v0.4.2
24372025-02-28T11:25:09.667Z Compiling nu-ansi-term v0.50.1
24382025-02-28T11:25:09.974Z Compiling path-slash v0.1.5
24392025-02-28T11:25:10.241Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24402025-02-28T11:25:10.904Z Compiling reedline v0.35.0
24412025-02-28T11:25:23.329Z Compiling oso v0.27.3
24422025-02-28T11:25:25.380Z Compiling peg v0.8.4
24432025-02-28T11:25:25.554Z Compiling tabled v0.15.0
24442025-02-28T11:25:26.477Z Compiling slog-envlogger v2.2.0
24452025-02-28T11:25:32.064Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24462025-02-28T11:25:35.055Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24472025-02-28T11:25:36.549Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24482025-02-28T11:25:36.888Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24492025-02-28T11:25:39.760Z Compiling pem v3.0.5
24502025-02-28T11:25:41.207Z Compiling bb8 v0.8.5
24512025-02-28T11:25:41.817Z Compiling bcs v0.1.6
24522025-02-28T11:25:41.864Z Compiling fxhash v0.2.1
24532025-02-28T11:25:42.114Z Compiling libz-sys v1.1.20
24542025-02-28T11:25:42.647Z Compiling bumpalo v3.16.0
24552025-02-28T11:25:42.827Z Compiling lockfree-object-pool v0.1.6
24562025-02-28T11:25:43.156Z Compiling zip v2.1.3
24572025-02-28T11:25:43.245Z Compiling termtree v0.5.1
24582025-02-28T11:25:43.524Z Compiling simd-adler32 v0.3.7
24592025-02-28T11:25:44.790Z Compiling zopfli v0.8.1
24602025-02-28T11:25:45.034Z Compiling async-bb8-diesel v0.2.1
24612025-02-28T11:25:46.494Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24622025-02-28T11:25:47.217Z Compiling kstat-rs v0.2.4
24632025-02-28T11:25:47.535Z Compiling proc-macro-error-attr2 v2.0.0
24642025-02-28T11:25:48.119Z Compiling buf-list v1.0.3
24652025-02-28T11:25:48.288Z Compiling proc-macro-error2 v2.0.1
24662025-02-28T11:25:48.812Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24672025-02-28T11:25:49.233Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24682025-02-28T11:25:52.939Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
24692025-02-28T11:25:53.420Z Compiling libgit2-sys v0.17.0+1.8.1
24702025-02-28T11:25:54.204Z Compiling nanorand v0.7.0
24712025-02-28T11:25:54.914Z Compiling pin-project-internal v1.1.6
24722025-02-28T11:25:57.407Z Compiling parking_lot_core v0.8.6
24732025-02-28T11:25:57.875Z Compiling pin-project v1.1.6
24742025-02-28T11:25:58.053Z Compiling flume v0.11.1
24752025-02-28T11:25:59.270Z Compiling mime_guess v2.0.5
24762025-02-28T11:25:59.614Z Compiling tabled_derive v0.10.0
24772025-02-28T11:26:01.475Z Compiling papergrid v0.14.0
24782025-02-28T11:26:01.937Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24792025-02-28T11:26:05.004Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24802025-02-28T11:26:08.431Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24812025-02-28T11:26:12.069Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24822025-02-28T11:26:12.920Z Compiling snafu-derive v0.8.5
24832025-02-28T11:26:13.759Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24842025-02-28T11:26:14.201Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24852025-02-28T11:26:15.199Z Compiling tabled v0.18.0
24862025-02-28T11:26:29.867Z Compiling snafu v0.8.5
24872025-02-28T11:26:32.525Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24882025-02-28T11:26:34.647Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24892025-02-28T11:26:34.721Z Compiling globset v0.4.15
24902025-02-28T11:26:40.586Z Compiling olpc-cjson v0.1.4
24912025-02-28T11:26:40.670Z Compiling itertools v0.13.0
24922025-02-28T11:26:40.869Z Compiling castaway v0.2.3
24932025-02-28T11:26:41.078Z Compiling vergen v8.3.2
24942025-02-28T11:26:41.433Z Compiling nibble_vec v0.1.0
24952025-02-28T11:26:41.684Z Compiling cargo-platform v0.1.8
24962025-02-28T11:26:42.148Z Compiling serde_plain v1.0.2
24972025-02-28T11:26:42.670Z Compiling atty v0.2.14
24982025-02-28T11:26:42.854Z Compiling http-range v0.1.5
24992025-02-28T11:26:43.443Z Compiling salty v0.3.0
25002025-02-28T11:26:43.528Z Compiling io-lifetimes v1.0.11
25012025-02-28T11:26:43.841Z Compiling typed-path v0.9.3
25022025-02-28T11:26:44.025Z Compiling endian-type v0.1.2
25032025-02-28T11:26:44.286Z Compiling radix_trie v0.2.1
25042025-02-28T11:26:44.338Z Compiling unicode-truncate v1.1.0
25052025-02-28T11:26:44.618Z Compiling cargo_metadata v0.18.1
25062025-02-28T11:26:44.674Z Compiling compact_str v0.8.0
25072025-02-28T11:26:45.128Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082025-02-28T11:26:47.063Z Compiling tough v0.19.0
25092025-02-28T11:26:47.416Z Compiling parking_lot v0.11.2
25102025-02-28T11:26:48.989Z Compiling git2 v0.19.0
25112025-02-28T11:26:51.247Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
25122025-02-28T11:26:55.930Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25132025-02-28T11:26:56.228Z Compiling lru v0.12.5
25142025-02-28T11:26:56.607Z Compiling rand_seeder v0.3.0
25152025-02-28T11:26:57.007Z Compiling lzma-sys v0.1.20
25162025-02-28T11:26:57.027Z Compiling instability v0.3.2
25172025-02-28T11:26:57.678Z Compiling indoc v2.0.5
25182025-02-28T11:26:58.021Z Compiling parse-size v1.1.0
25192025-02-28T11:26:58.362Z Compiling rustls v0.21.12
25202025-02-28T11:26:58.559Z Compiling rustix v0.37.28
25212025-02-28T11:26:58.721Z Compiling cassowary v0.3.0
25222025-02-28T11:26:59.196Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
25232025-02-28T11:26:59.316Z Compiling ratatui v0.29.0
25242025-02-28T11:26:59.503Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25252025-02-28T11:27:00.083Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25262025-02-28T11:27:00.324Z Compiling hyper-staticfile v0.10.1
25272025-02-28T11:27:01.126Z Compiling sled v0.34.7
25282025-02-28T11:27:02.380Z Compiling hickory-client v0.24.4
25292025-02-28T11:27:05.429Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
25302025-02-28T11:27:06.635Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25312025-02-28T11:27:07.037Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25322025-02-28T11:27:12.141Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
25332025-02-28T11:27:13.678Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25342025-02-28T11:27:14.027Z Compiling sct v0.7.1
25352025-02-28T11:27:14.482Z Compiling rustls-webpki v0.101.7
25362025-02-28T11:27:17.840Z Compiling hickory-server v0.24.4
25372025-02-28T11:27:18.330Z Compiling primeorder v0.13.6
25382025-02-28T11:27:18.811Z Compiling heck v0.3.3
25392025-02-28T11:27:18.918Z Compiling env_filter v0.1.2
25402025-02-28T11:27:18.960Z Compiling csv-core v0.1.11
25412025-02-28T11:27:19.119Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
25422025-02-28T11:27:19.558Z Compiling csv v1.3.1
25432025-02-28T11:27:19.822Z Compiling env_logger v0.11.5
25442025-02-28T11:27:20.451Z Compiling zone_cfg_derive v0.1.2
25452025-02-28T11:27:21.222Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25462025-02-28T11:27:21.726Z Compiling p384 v0.13.0
25472025-02-28T11:27:26.833Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25482025-02-28T11:27:27.697Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25492025-02-28T11:27:28.879Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25502025-02-28T11:27:28.968Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25512025-02-28T11:27:30.257Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25522025-02-28T11:27:30.461Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25532025-02-28T11:27:30.588Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25542025-02-28T11:27:30.796Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25552025-02-28T11:27:30.927Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25562025-02-28T11:27:31.148Z Compiling nix v0.27.1
25572025-02-28T11:27:31.271Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25582025-02-28T11:27:31.938Z Compiling tungstenite v0.23.0
25592025-02-28T11:27:33.933Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
25602025-02-28T11:27:34.290Z Compiling base64 v0.13.1
25612025-02-28T11:27:35.060Z Compiling ron v0.7.1
25622025-02-28T11:27:35.559Z Compiling tokio-tungstenite v0.23.1
25632025-02-28T11:27:36.182Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25642025-02-28T11:27:36.939Z Compiling xz2 v0.1.7
25652025-02-28T11:27:37.562Z Compiling terminal_size v0.2.6
25662025-02-28T11:27:37.783Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25672025-02-28T11:27:40.229Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25682025-02-28T11:27:44.308Z Compiling tokio-rustls v0.24.1
25692025-02-28T11:27:44.781Z Compiling zone v0.1.8
25702025-02-28T11:27:46.295Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25712025-02-28T11:27:47.321Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25722025-02-28T11:27:47.827Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25732025-02-28T11:27:48.042Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25742025-02-28T11:27:48.570Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25752025-02-28T11:27:48.609Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25762025-02-28T11:27:49.325Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25772025-02-28T11:27:50.003Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25782025-02-28T11:27:52.434Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25792025-02-28T11:27:53.362Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25802025-02-28T11:27:56.366Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25812025-02-28T11:27:57.124Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25822025-02-28T11:27:57.549Z Compiling rustls-pemfile v1.0.4
25832025-02-28T11:27:58.331Z Compiling signal-hook-tokio v0.3.1
25842025-02-28T11:27:58.583Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25852025-02-28T11:27:59.218Z Compiling twox-hash v2.1.0
25862025-02-28T11:27:59.925Z Compiling yasna v0.5.2
25872025-02-28T11:28:00.206Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
25882025-02-28T11:28:01.359Z Compiling glob v0.3.2
25892025-02-28T11:28:02.805Z Compiling is_ci v1.2.0
25902025-02-28T11:28:03.133Z Compiling smawk v0.3.2
25912025-02-28T11:28:03.276Z Compiling unicode-linebreak v0.1.5
25922025-02-28T11:28:03.423Z Compiling supports-color v3.0.2
25932025-02-28T11:28:03.450Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25942025-02-28T11:28:03.471Z Compiling rcgen v0.12.1
25952025-02-28T11:28:03.840Z Compiling textwrap v0.16.1
25962025-02-28T11:28:03.866Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
25972025-02-28T11:28:07.475Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25982025-02-28T11:28:08.626Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
25992025-02-28T11:28:10.379Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
26002025-02-28T11:28:10.614Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26012025-02-28T11:28:17.260Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
26022025-02-28T11:28:18.103Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
26032025-02-28T11:28:30.224Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26042025-02-28T11:28:30.832Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26052025-02-28T11:28:34.920Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
26062025-02-28T11:28:38.908Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26072025-02-28T11:28:40.788Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26082025-02-28T11:28:41.326Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26092025-02-28T11:28:46.042Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26102025-02-28T11:28:55.939Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26112025-02-28T11:28:57.810Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
26122025-02-28T11:28:58.324Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26132025-02-28T11:28:59.815Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26142025-02-28T11:29:00.158Z Compiling fatfs v0.3.6
26152025-02-28T11:29:01.007Z Compiling rtoolbox v0.0.2
26162025-02-28T11:29:01.434Z Compiling subprocess v0.2.9
26172025-02-28T11:29:02.915Z Compiling assert_matches v1.5.0
26182025-02-28T11:29:03.292Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26192025-02-28T11:29:03.905Z Compiling rpassword v7.3.1
26202025-02-28T11:29:04.405Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26212025-02-28T11:29:06.065Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26222025-02-28T11:29:10.891Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26232025-02-28T11:29:17.860Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
26242025-02-28T11:29:20.520Z Compiling tui-tree-widget v0.23.0
26252025-02-28T11:29:20.967Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
26262025-02-28T11:29:34.125Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26272025-02-28T11:29:34.483Z Compiling uzers v0.12.1
26282025-02-28T11:29:37.574Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
26292025-02-28T11:29:39.216Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
26302025-02-28T11:29:39.487Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
26312025-02-28T11:29:53.978Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26322025-02-28T11:30:04.505Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
26332025-02-28T11:30:06.898Z Compiling multimap v0.10.0
26342025-02-28T11:32:23.314Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
26352025-02-28T11:39:33.599Z Finished `release` profile [optimized] target(s) in 17m 17s
26362025-02-28T11:40:42.711Z
26372025-02-28T11:40:42.711Zreal 18:27.545252457
26382025-02-28T11:40:42.711Zuser 2:09:59.690473537
26392025-02-28T11:40:42.714Zsys 3:30.120540433
26402025-02-28T11:40:42.714Ztrap 3.247704045
26412025-02-28T11:40:42.714Ztflt 1.952595689
26422025-02-28T11:40:42.714Zdflt 4.995674190
26432025-02-28T11:40:42.714Zkflt 0.023518088
26442025-02-28T11:40:42.714Zlock 7:46:29.212774012
26452025-02-28T11:40:42.714Zslp 6:44:04.283616196
26462025-02-28T11:40:42.714Zlat 3:35.216168143
26472025-02-28T11:40:42.714Zstop 2:51.137523460
26482025-02-28T11:40:42.714Z+ mapfile -t packages
26492025-02-28T11:40:42.714Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
26502025-02-28T11:40:43.762Z Compiling ring v0.17.11
26512025-02-28T11:40:45.626Z Compiling rustls v0.22.4
26522025-02-28T11:40:45.662Z Compiling rustls v0.23.19
26532025-02-28T11:40:47.143Z Compiling rustls-webpki v0.102.8
26542025-02-28T11:40:50.948Z Compiling tokio-rustls v0.25.0
26552025-02-28T11:40:51.394Z Compiling dropshot v0.12.0
26562025-02-28T11:40:52.993Z Compiling tokio-rustls v0.26.0
26572025-02-28T11:40:53.460Z Compiling hyper-rustls v0.27.3
26582025-02-28T11:40:53.993Z Compiling reqwest v0.12.12
26592025-02-28T11:40:55.282Z Compiling qorb v0.2.1
26602025-02-28T11:40:56.751Z Compiling dropshot v0.16.0
26612025-02-28T11:41:00.737Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26622025-02-28T11:41:01.287Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26632025-02-28T11:41:04.653Z Compiling progenitor-client v0.8.0
26642025-02-28T11:41:05.571Z Compiling progenitor v0.8.0
26652025-02-28T11:41:05.959Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
26662025-02-28T11:41:15.871Z Compiling progenitor-client v0.9.1
26672025-02-28T11:41:16.853Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26682025-02-28T11:41:20.176Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26692025-02-28T11:41:23.289Z Compiling omicron-zone-package v0.12.0
26702025-02-28T11:41:29.266Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26712025-02-28T11:41:33.498Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26722025-02-28T11:41:34.302Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26732025-02-28T11:41:37.651Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26742025-02-28T11:41:51.903Z Finished `release` profile [optimized] target(s) in 1m 09s
26752025-02-28T11:41:52.076Z Running `target/release/omicron-package -t test list-outputs`
26762025-02-28T11:41:52.126ZLogging to: /work/oxidecomputer/omicron/out/LOG
26772025-02-28T11:41:52.128Z+ ptime -m cargo build --locked --release -p xtask
26782025-02-28T11:41:52.731Z Compiling serde v1.0.218
26792025-02-28T11:41:52.733Z Compiling rustix v0.38.37
26802025-02-28T11:41:52.733Z Compiling libc v0.2.170
26812025-02-28T11:41:52.733Z Compiling serde_json v1.0.139
26822025-02-28T11:41:52.734Z Compiling syn v2.0.98
26832025-02-28T11:41:52.829Z Compiling bitflags v2.6.0
26842025-02-28T11:41:53.165Z Compiling usdt-impl v0.5.0
26852025-02-28T11:41:53.223Z Compiling syn v1.0.109
26862025-02-28T11:41:53.342Z Compiling log v0.4.22
26872025-02-28T11:41:53.364Z Compiling hashbrown v0.15.1
26882025-02-28T11:41:53.623Z Compiling fs-err v2.11.0
26892025-02-28T11:41:53.795Z Compiling once_cell v1.20.3
26902025-02-28T11:41:53.957Z Compiling anyhow v1.0.96
26912025-02-28T11:41:54.216Z Compiling thread-id v4.2.2
26922025-02-28T11:41:54.548Z Compiling indexmap v2.7.1
26932025-02-28T11:41:55.660Z Compiling terminal_size v0.4.0
26942025-02-28T11:41:55.660Z Compiling tempfile v3.13.0
26952025-02-28T11:41:55.908Z Compiling clap_builder v4.5.31
26962025-02-28T11:41:56.378Z Compiling proc-macro-error v1.0.4
26972025-02-28T11:41:57.280Z Compiling tabled_derive v0.7.0
26982025-02-28T11:41:58.465Z Compiling tabled v0.15.0
26992025-02-28T11:41:58.983Z Compiling serde_derive v1.0.218
27002025-02-28T11:41:58.983Z Compiling thiserror-impl v1.0.69
27012025-02-28T11:41:58.986Z Compiling zerocopy-derive v0.7.35
27022025-02-28T11:41:58.986Z Compiling scroll_derive v0.12.0
27032025-02-28T11:41:58.986Z Compiling thiserror-impl v2.0.11
27042025-02-28T11:42:00.403Z Compiling scroll v0.12.0
27052025-02-28T11:42:00.819Z Compiling zerocopy v0.7.35
27062025-02-28T11:42:01.040Z Compiling goblin v0.8.2
27072025-02-28T11:42:01.513Z Compiling thiserror v1.0.69
27082025-02-28T11:42:01.688Z Compiling pest v2.7.14
27092025-02-28T11:42:03.436Z Compiling thiserror v2.0.11
27102025-02-28T11:42:03.625Z Compiling clap_derive v4.5.28
27112025-02-28T11:42:04.677Z Compiling pest_meta v2.7.14
27122025-02-28T11:42:07.254Z Compiling pest_generator v2.7.14
27132025-02-28T11:42:08.112Z Compiling clap v4.5.31
27142025-02-28T11:42:08.969Z Compiling pest_derive v2.7.14
27152025-02-28T11:42:09.797Z Compiling dtrace-parser v0.2.0
27162025-02-28T11:42:13.919Z Compiling serde_tokenstream v0.2.2
27172025-02-28T11:42:14.221Z Compiling serde_spanned v0.6.8
27182025-02-28T11:42:14.517Z Compiling toml_datetime v0.6.8
27192025-02-28T11:42:14.531Z Compiling dof v0.3.0
27202025-02-28T11:42:15.606Z Compiling toml_edit v0.22.24
27212025-02-28T11:42:17.283Z Compiling camino v1.1.9
27222025-02-28T11:42:17.335Z Compiling usdt-attr-macro v0.5.0
27232025-02-28T11:42:17.727Z Compiling usdt-macro v0.5.0
27242025-02-28T11:42:18.604Z Compiling semver v1.0.25
27252025-02-28T11:42:18.627Z Compiling cargo-platform v0.1.8
27262025-02-28T11:42:18.848Z Compiling usdt v0.5.0
27272025-02-28T11:42:19.664Z Compiling toml v0.8.20
27282025-02-28T11:42:20.050Z Compiling cargo_metadata v0.19.1
27292025-02-28T11:42:20.234Z Compiling camino-tempfile v1.1.1
27302025-02-28T11:42:20.464Z Compiling macaddr v1.0.1
27312025-02-28T11:42:20.986Z Compiling cargo_toml v0.21.0
27322025-02-28T11:42:35.269Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
27332025-02-28T11:42:40.872Z Finished `release` profile [optimized] target(s) in 48.68s
27342025-02-28T11:42:40.987Z
27352025-02-28T11:42:40.990Zreal 48.822280470
27362025-02-28T11:42:40.990Zuser 5:18.132915156
27372025-02-28T11:42:40.990Zsys 18.669548160
27382025-02-28T11:42:40.990Ztrap 0.139712788
27392025-02-28T11:42:40.990Ztflt 0.195828483
27402025-02-28T11:42:40.990Zdflt 0.326103359
27412025-02-28T11:42:40.990Zkflt 0.000009767
27422025-02-28T11:42:40.990Zlock 10:25.384614940
27432025-02-28T11:42:40.990Zslp 16:07.537623665
27442025-02-28T11:42:40.990Zlat 14.462863037
27452025-02-28T11:42:40.990Zstop 18.950211147
27462025-02-28T11:42:40.990Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
27472025-02-28T11:42:40.990Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
27482025-02-28T11:42:40.990Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
27492025-02-28T11:42:40.990Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
27502025-02-28T11:42:40.990Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
27512025-02-28T11:42:41.887Z Compiling ring v0.17.11
27522025-02-28T11:42:42.026Z Compiling hashbrown v0.14.5
27532025-02-28T11:42:42.045Z Compiling thiserror-impl v2.0.11
27542025-02-28T11:42:42.048Z Compiling ident_case v1.0.1
27552025-02-28T11:42:42.048Z Compiling unsafe-libyaml v0.2.11
27562025-02-28T11:42:42.048Z Compiling ipnetwork v0.21.1
27572025-02-28T11:42:42.048Z Compiling macaddr v1.0.1
27582025-02-28T11:42:42.048Z Compiling instant v0.1.13
27592025-02-28T11:42:42.250Z Compiling darling_core v0.20.10
27602025-02-28T11:42:42.278Z Compiling structmeta-derive v0.3.0
27612025-02-28T11:42:42.553Z Compiling dropshot v0.16.0
27622025-02-28T11:42:42.891Z Compiling oxnet v0.1.1
27632025-02-28T11:42:43.024Z Compiling dropshot_endpoint v0.16.0
27642025-02-28T11:42:43.112Z Compiling regress v0.10.1
27652025-02-28T11:42:43.546Z Compiling serde_yaml v0.9.34+deprecated
27662025-02-28T11:42:43.894Z Compiling regress v0.9.1
27672025-02-28T11:42:44.873Z Compiling structmeta v0.3.0
27682025-02-28T11:42:45.137Z Compiling thiserror v2.0.11
27692025-02-28T11:42:45.247Z Compiling daft-derive v0.1.1
27702025-02-28T11:42:45.309Z Compiling parse-display-derive v0.10.0
27712025-02-28T11:42:46.709Z Compiling typify-impl v0.2.0
27722025-02-28T11:42:46.990Z Compiling daft v0.1.1
27732025-02-28T11:42:47.066Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27742025-02-28T11:42:47.492Z Compiling rustls v0.23.19
27752025-02-28T11:42:47.517Z Compiling rustls v0.22.4
27762025-02-28T11:42:47.543Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27772025-02-28T11:42:47.560Z Compiling backoff v0.4.0
27782025-02-28T11:42:47.887Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27792025-02-28T11:42:47.925Z Compiling darling_macro v0.20.10
27802025-02-28T11:42:47.953Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27812025-02-28T11:42:48.049Z Compiling tempfile v3.13.0
27822025-02-28T11:42:48.081Z Compiling proc-macro-crate v1.3.1
27832025-02-28T11:42:48.131Z Compiling typify-impl v0.3.0
27842025-02-28T11:42:48.354Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27852025-02-28T11:42:48.759Z Compiling itertools v0.13.0
27862025-02-28T11:42:48.800Z Compiling darling v0.20.10
27872025-02-28T11:42:48.820Z Compiling crucible-workspace-hack v0.1.0
27882025-02-28T11:42:48.928Z Compiling serde_with_macros v3.12.0
27892025-02-28T11:42:48.988Z Compiling num_enum_derive v0.5.11
27902025-02-28T11:42:49.141Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27912025-02-28T11:42:49.176Z Compiling parse-display v0.10.0
27922025-02-28T11:42:49.474Z Compiling heapless v0.8.0
27932025-02-28T11:42:49.782Z Compiling rustls-webpki v0.102.8
27942025-02-28T11:42:50.447Z Compiling proc-macro-error v1.0.4
27952025-02-28T11:42:51.417Z Compiling serde_with v3.12.0
27962025-02-28T11:42:51.439Z Compiling num_enum v0.5.11
27972025-02-28T11:42:51.550Z Compiling camino-tempfile v1.1.1
27982025-02-28T11:42:51.597Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27992025-02-28T11:42:51.618Z Compiling foreign-types-macros v0.2.3
28002025-02-28T11:42:51.984Z Compiling hash32 v0.3.1
28012025-02-28T11:42:52.266Z Compiling smoltcp v0.11.0
28022025-02-28T11:42:52.936Z Compiling foreign-types-shared v0.3.1
28032025-02-28T11:42:53.082Z Compiling foreign-types v0.5.0
28042025-02-28T11:42:53.557Z Compiling tabwriter v1.4.0
28052025-02-28T11:42:54.013Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28062025-02-28T11:42:54.128Z Compiling cstr-argument v0.1.2
28072025-02-28T11:42:54.402Z Compiling pretty-hex v0.2.1
28082025-02-28T11:42:54.632Z Compiling cobs v0.2.3
28092025-02-28T11:42:54.872Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
28102025-02-28T11:42:54.938Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28112025-02-28T11:42:55.080Z Compiling postcard v1.0.10
28122025-02-28T11:42:55.139Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28132025-02-28T11:42:55.230Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28142025-02-28T11:42:55.507Z Compiling tokio-rustls v0.25.0
28152025-02-28T11:42:55.756Z Compiling colored v2.2.0
28162025-02-28T11:42:55.953Z Compiling dropshot v0.12.0
28172025-02-28T11:42:58.198Z Compiling tokio-rustls v0.26.0
28182025-02-28T11:42:58.670Z Compiling hyper-rustls v0.27.3
28192025-02-28T11:42:59.308Z Compiling reqwest v0.12.12
28202025-02-28T11:42:59.569Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28212025-02-28T11:43:00.069Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28222025-02-28T11:43:00.317Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28232025-02-28T11:43:00.428Z Compiling winnow v0.6.20
28242025-02-28T11:43:00.924Z Compiling qorb v0.2.1
28252025-02-28T11:43:02.661Z Compiling progenitor-client v0.9.1
28262025-02-28T11:43:02.882Z Compiling typify-macro v0.2.0
28272025-02-28T11:43:03.273Z Compiling progenitor-client v0.8.0
28282025-02-28T11:43:03.783Z Compiling typify-macro v0.3.0
28292025-02-28T11:43:03.900Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28302025-02-28T11:43:04.054Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28312025-02-28T11:43:04.201Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28322025-02-28T11:43:05.118Z Compiling smf v0.2.3
28332025-02-28T11:43:05.755Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28342025-02-28T11:43:05.871Z Compiling zone_cfg_derive v0.3.0
28352025-02-28T11:43:06.087Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28362025-02-28T11:43:06.296Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28372025-02-28T11:43:06.580Z Compiling typify v0.2.0
28382025-02-28T11:43:06.583Z Compiling itertools v0.14.0
28392025-02-28T11:43:06.693Z Compiling num-derive v0.4.2
28402025-02-28T11:43:06.736Z Compiling progenitor-impl v0.8.0
28412025-02-28T11:43:07.207Z Compiling sigpipe v0.1.3
28422025-02-28T11:43:07.438Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28432025-02-28T11:43:07.550Z Compiling typify v0.3.0
28442025-02-28T11:43:07.721Z Compiling progenitor-impl v0.9.1
28452025-02-28T11:43:07.793Z Compiling zone v0.3.0
28462025-02-28T11:43:07.815Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28472025-02-28T11:43:08.155Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28482025-02-28T11:43:08.273Z Compiling universal-hash v0.5.1
28492025-02-28T11:43:08.504Z Compiling opaque-debug v0.3.1
28502025-02-28T11:43:08.624Z Compiling num-rational v0.4.2
28512025-02-28T11:43:09.006Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
28522025-02-28T11:43:09.213Z Compiling tungstenite v0.21.0
28532025-02-28T11:43:09.349Z Compiling password-hash v0.5.0
28542025-02-28T11:43:09.550Z Compiling blake2 v0.10.6
28552025-02-28T11:43:09.629Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28562025-02-28T11:43:09.829Z Compiling aead v0.5.2
28572025-02-28T11:43:10.102Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28582025-02-28T11:43:10.129Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28592025-02-28T11:43:10.200Z Compiling num-complex v0.4.6
28602025-02-28T11:43:10.248Z Compiling base64 v0.21.7
28612025-02-28T11:43:10.874Z Compiling convert_case v0.4.0
28622025-02-28T11:43:10.896Z Compiling keccak v0.1.5
28632025-02-28T11:43:10.920Z Compiling tokio-tungstenite v0.21.0
28642025-02-28T11:43:11.032Z Compiling argon2 v0.5.3
28652025-02-28T11:43:11.035Z Compiling poly1305 v0.8.0
28662025-02-28T11:43:11.199Z Compiling num v0.4.3
28672025-02-28T11:43:11.329Z Compiling sha3 v0.10.8
28682025-02-28T11:43:11.525Z Compiling chacha20 v0.9.1
28692025-02-28T11:43:11.691Z Compiling derive_more v0.99.19
28702025-02-28T11:43:12.032Z Compiling float-ord v0.3.2
28712025-02-28T11:43:12.058Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28722025-02-28T11:43:12.228Z Compiling same-file v1.0.6
28732025-02-28T11:43:12.357Z Compiling semver v0.1.20
28742025-02-28T11:43:12.499Z Compiling walkdir v2.5.0
28752025-02-28T11:43:12.582Z Compiling newline-converter v0.3.0
28762025-02-28T11:43:12.673Z Compiling primeorder v0.13.6
28772025-02-28T11:43:12.790Z Compiling rustc_version v0.1.7
28782025-02-28T11:43:12.975Z Compiling secrecy v0.8.0
28792025-02-28T11:43:13.173Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28802025-02-28T11:43:13.200Z Compiling cancel-safe-futures v0.1.5
28812025-02-28T11:43:13.229Z Compiling owo-colors v4.2.0
28822025-02-28T11:43:13.249Z Compiling newtype_derive v0.1.6
28832025-02-28T11:43:13.503Z Compiling progenitor-macro v0.8.0
28842025-02-28T11:43:13.603Z Compiling expectorate v1.1.0
28852025-02-28T11:43:13.631Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28862025-02-28T11:43:13.794Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28872025-02-28T11:43:13.844Z Compiling thiserror-impl-no-std v2.0.2
28882025-02-28T11:43:13.898Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28892025-02-28T11:43:13.918Z Compiling libsw-core v0.3.1
28902025-02-28T11:43:13.981Z Compiling blake3 v1.5.4
28912025-02-28T11:43:14.217Z Compiling unicase v2.7.0
28922025-02-28T11:43:14.481Z Compiling half v2.4.1
28932025-02-28T11:43:14.483Z Compiling progenitor-macro v0.9.1
28942025-02-28T11:43:14.565Z Compiling fixedbitset v0.5.7
28952025-02-28T11:43:14.631Z Compiling arc-swap v1.7.1
28962025-02-28T11:43:14.833Z Compiling ciborium-io v0.2.2
28972025-02-28T11:43:14.996Z Compiling ciborium-ll v0.2.2
28982025-02-28T11:43:15.064Z Compiling slog-scope v4.4.0
28992025-02-28T11:43:15.196Z Compiling petgraph v0.7.1
29002025-02-28T11:43:15.539Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29012025-02-28T11:43:15.612Z Compiling libsw v3.4.0
29022025-02-28T11:43:15.900Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29032025-02-28T11:43:16.511Z Compiling thiserror-no-std v2.0.2
29042025-02-28T11:43:16.744Z Compiling polyval v0.6.2
29052025-02-28T11:43:16.812Z Compiling atomicwrites v0.4.4
29062025-02-28T11:43:17.176Z Compiling memmap2 v0.9.5
29072025-02-28T11:43:17.197Z Compiling indent_write v2.2.0
29082025-02-28T11:43:17.467Z Compiling arrayvec v0.7.6
29092025-02-28T11:43:17.648Z Compiling linear-map v1.2.0
29102025-02-28T11:43:17.898Z Compiling arrayref v0.3.9
29112025-02-28T11:43:18.018Z Compiling libefi-sys v0.1.0
29122025-02-28T11:43:18.040Z Compiling constant_time_eq v0.3.1
29132025-02-28T11:43:18.042Z Compiling salty v0.3.0
29142025-02-28T11:43:18.220Z Compiling parking_lot_core v0.8.6
29152025-02-28T11:43:18.378Z Compiling ghash v0.5.1
29162025-02-28T11:43:18.493Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29172025-02-28T11:43:18.715Z Compiling vsss-rs v3.3.4
29182025-02-28T11:43:18.856Z Compiling slog-stdlog v4.1.1
29192025-02-28T11:43:19.191Z Compiling ciborium v0.2.2
29202025-02-28T11:43:19.367Z Compiling p384 v0.13.0
29212025-02-28T11:43:19.502Z Compiling toolchain_find v0.4.0
29222025-02-28T11:43:19.787Z Compiling chacha20poly1305 v0.10.1
29232025-02-28T11:43:20.045Z Compiling ctr v0.9.2
29242025-02-28T11:43:20.107Z Compiling lzma-sys v0.1.20
29252025-02-28T11:43:20.419Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29262025-02-28T11:43:20.513Z Compiling bitfield-struct v0.6.2
29272025-02-28T11:43:20.837Z Compiling slog-dtrace v0.3.0
29282025-02-28T11:43:20.873Z Compiling highway v1.3.0
29292025-02-28T11:43:20.900Z Compiling topological-sort v0.2.2
29302025-02-28T11:43:21.154Z Compiling omicron-zone-package v0.12.0
29312025-02-28T11:43:21.442Z Compiling aes-gcm v0.10.3
29322025-02-28T11:43:21.691Z Compiling rustfmt-wrapper v0.2.1
29332025-02-28T11:43:21.766Z Compiling mime_guess v2.0.5
29342025-02-28T11:43:21.887Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29352025-02-28T11:43:22.067Z Compiling slog-envlogger v2.2.0
29362025-02-28T11:43:22.633Z Compiling steno v0.4.1
29372025-02-28T11:43:22.945Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29382025-02-28T11:43:22.966Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29392025-02-28T11:43:23.307Z Compiling heck v0.3.3
29402025-02-28T11:43:23.615Z Compiling ssh-encoding v0.2.0
29412025-02-28T11:43:23.687Z Compiling blowfish v0.9.1
29422025-02-28T11:43:23.715Z Compiling nibble_vec v0.1.0
29432025-02-28T11:43:23.964Z Compiling env_filter v0.1.2
29442025-02-28T11:43:24.076Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29452025-02-28T11:43:24.082Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29462025-02-28T11:43:24.153Z Compiling humantime v2.1.0
29472025-02-28T11:43:24.193Z Compiling endian-type v0.1.2
29482025-02-28T11:43:24.424Z Compiling radix_trie v0.2.1
29492025-02-28T11:43:24.451Z Compiling env_logger v0.11.5
29502025-02-28T11:43:24.612Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29512025-02-28T11:43:24.633Z Compiling ssh-cipher v0.2.0
29522025-02-28T11:43:25.062Z Compiling bcrypt-pbkdf v0.10.0
29532025-02-28T11:43:25.084Z Compiling zone_cfg_derive v0.1.2
29542025-02-28T11:43:25.369Z Compiling progenitor v0.8.0
29552025-02-28T11:43:25.456Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29562025-02-28T11:43:25.626Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29572025-02-28T11:43:25.960Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29582025-02-28T11:43:26.153Z Compiling parking_lot v0.11.2
29592025-02-28T11:43:26.335Z Compiling progenitor v0.9.1
29602025-02-28T11:43:26.438Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29612025-02-28T11:43:26.475Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29622025-02-28T11:43:26.575Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29632025-02-28T11:43:26.707Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29642025-02-28T11:43:26.869Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29652025-02-28T11:43:26.919Z Compiling password-hash v0.4.2
29662025-02-28T11:43:26.939Z Compiling gethostname v0.5.0
29672025-02-28T11:43:26.965Z Compiling fxhash v0.2.1
29682025-02-28T11:43:27.141Z Compiling zip v2.1.3
29692025-02-28T11:43:27.181Z Compiling simd-adler32 v0.3.7
29702025-02-28T11:43:27.570Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
29712025-02-28T11:43:27.734Z Compiling http-range v0.1.5
29722025-02-28T11:43:27.772Z Compiling bumpalo v3.16.0
29732025-02-28T11:43:27.915Z Compiling lockfree-object-pool v0.1.6
29742025-02-28T11:43:28.069Z Compiling base64 v0.13.1
29752025-02-28T11:43:28.210Z Compiling zopfli v0.8.1
29762025-02-28T11:43:28.345Z Compiling pbkdf2 v0.11.0
29772025-02-28T11:43:28.631Z Compiling ron v0.7.1
29782025-02-28T11:43:28.662Z Compiling sled v0.34.7
29792025-02-28T11:43:28.742Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29802025-02-28T11:43:29.439Z Compiling xz2 v0.1.7
29812025-02-28T11:43:29.815Z Compiling zone v0.1.8
29822025-02-28T11:43:30.713Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29832025-02-28T11:43:30.894Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29842025-02-28T11:43:31.179Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29852025-02-28T11:43:31.729Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29862025-02-28T11:43:32.109Z Compiling ssh-key v0.6.6
29872025-02-28T11:43:32.622Z Compiling hickory-client v0.24.4
29882025-02-28T11:43:32.959Z Compiling p256 v0.13.2
29892025-02-28T11:43:33.281Z Compiling p521 v0.13.3
29902025-02-28T11:43:33.762Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29912025-02-28T11:43:33.887Z Compiling hickory-server v0.24.4
29922025-02-28T11:43:34.814Z Compiling pem v3.0.5
29932025-02-28T11:43:35.526Z Compiling yasna v0.5.2
29942025-02-28T11:43:35.529Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
29952025-02-28T11:43:36.125Z Compiling headers-core v0.3.0
29962025-02-28T11:43:36.174Z Compiling kstat-rs v0.2.4
29972025-02-28T11:43:36.326Z Compiling nanorand v0.7.0
29982025-02-28T11:43:36.767Z Compiling russh-cryptovec v0.7.3
29992025-02-28T11:43:36.870Z Compiling atty v0.2.14
30002025-02-28T11:43:37.042Z Compiling md5 v0.7.0
30012025-02-28T11:43:37.060Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
30022025-02-28T11:43:37.083Z Compiling flume v0.11.1
30032025-02-28T11:43:37.671Z Compiling russh-keys v0.45.0
30042025-02-28T11:43:37.762Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
30052025-02-28T11:43:38.036Z Compiling rcgen v0.12.1
30062025-02-28T11:43:38.058Z Compiling headers v0.4.0
30072025-02-28T11:43:39.734Z Compiling hyper-staticfile v0.10.1
30082025-02-28T11:43:40.307Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30092025-02-28T11:43:40.740Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
30102025-02-28T11:43:40.906Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30112025-02-28T11:43:41.297Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
30122025-02-28T11:43:41.685Z Compiling num-bigint v0.4.6
30132025-02-28T11:43:41.704Z Compiling des v0.8.1
30142025-02-28T11:43:41.881Z Compiling subprocess v0.2.9
30152025-02-28T11:43:42.069Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30162025-02-28T11:43:42.311Z Compiling display-error-chain v0.2.2
30172025-02-28T11:43:42.999Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30182025-02-28T11:43:43.230Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30192025-02-28T11:43:43.552Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30202025-02-28T11:43:45.874Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30212025-02-28T11:43:47.306Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30222025-02-28T11:43:48.268Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
30232025-02-28T11:43:48.382Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30242025-02-28T11:43:49.993Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30252025-02-28T11:43:50.438Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30262025-02-28T11:43:50.711Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30272025-02-28T11:43:51.789Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30282025-02-28T11:43:51.808Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30292025-02-28T11:43:52.102Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30302025-02-28T11:43:53.195Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30312025-02-28T11:43:53.711Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30322025-02-28T11:43:53.871Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30332025-02-28T11:43:54.591Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30342025-02-28T11:43:54.772Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30352025-02-28T11:43:56.745Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30362025-02-28T11:43:56.876Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30372025-02-28T11:43:57.063Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30382025-02-28T11:43:57.351Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30392025-02-28T11:43:57.954Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30402025-02-28T11:43:59.486Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30412025-02-28T11:43:59.759Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30422025-02-28T11:44:00.724Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30432025-02-28T11:44:02.146Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30442025-02-28T11:44:02.506Z Compiling hex-literal v0.4.1
30452025-02-28T11:44:02.690Z Compiling russh v0.45.0
30462025-02-28T11:44:02.784Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30472025-02-28T11:44:03.673Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30482025-02-28T11:44:03.729Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30492025-02-28T11:44:05.608Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30502025-02-28T11:44:06.087Z Compiling internet-checksum v0.2.1
30512025-02-28T11:44:10.815Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30522025-02-28T11:44:17.549Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30532025-02-28T11:44:19.136Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30542025-02-28T11:44:42.300Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30552025-02-28T11:45:05.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
30562025-02-28T11:45:05.425Z
30572025-02-28T11:45:05.425Zreal 2:24.366032556
30582025-02-28T11:45:05.425Zuser 12:26.530627059
30592025-02-28T11:45:05.425Zsys 1:36.856930827
30602025-02-28T11:45:05.425Ztrap 0.372685664
30612025-02-28T11:45:05.425Ztflt 0.242531346
30622025-02-28T11:45:05.428Zdflt 0.569877736
30632025-02-28T11:45:05.428Zkflt 0.000084993
30642025-02-28T11:45:05.428Zlock 23:07.491780470
30652025-02-28T11:45:05.428Zslp 43:53.924003328
30662025-02-28T11:45:05.428Zlat 39.690735776
30672025-02-28T11:45:05.428Zstop 1:40.981478003
30682025-02-28T11:45:05.428Z+ mkdir tests
30692025-02-28T11:45:05.430Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
30702025-02-28T11:45:05.430Z+ xargs -I '{}' -t cp '{}' tests/
30712025-02-28T11:45:05.470Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e5bb3faa153580a5 tests/
30722025-02-28T11:45:05.495Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ce6f6e7f6b3ff444 tests/
30732025-02-28T11:45:05.521Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-583c3cc3bfbc2a18 tests/
30742025-02-28T11:45:05.546Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a9a6f814713dac71 tests/
30752025-02-28T11:45:05.824Z+ 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/*)
30762025-02-28T11:45:05.827Z+ 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-ce6f6e7f6b3ff444 tests/commtest-583c3cc3bfbc2a18 tests/dhcp_server-e5bb3faa153580a5 tests/end_to_end_tests-a9a6f814713dac71 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
30772025-02-28T11:46:23.640ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
30782025-02-28T11:46:23.640Za .github/buildomat/ci-env.sh 1K
30792025-02-28T11:46:23.640Za out/target/test 1K
30802025-02-28T11:46:23.640Za out/npuzone/npuzone 23144K
30812025-02-28T11:46:23.640Za package-manifest.toml 33K
30822025-02-28T11:46:23.640Za smf/sled-agent/non-gimlet/config.toml 4K
30832025-02-28T11:46:23.640Za target/release/omicron-package 39796K
30842025-02-28T11:46:23.640Za target/release/xtask 10838K
30852025-02-28T11:46:23.640Za target/debug/bootstrap 221807K
30862025-02-28T11:46:23.640Za tests/bootstrap-ce6f6e7f6b3ff444 24083K
30872025-02-28T11:46:23.640Za tests/commtest-583c3cc3bfbc2a18 24909K
30882025-02-28T11:46:23.641Za tests/dhcp_server-e5bb3faa153580a5 24083K
30892025-02-28T11:46:23.641Za tests/end_to_end_tests-a9a6f814713dac71 284087K
30902025-02-28T11:46:23.641Za out/clickhouse.tar.gz 308257K
30912025-02-28T11:46:23.641Za out/clickhouse_keeper.tar.gz 293838K
30922025-02-28T11:46:23.641Za out/clickhouse_server.tar.gz 308226K
30932025-02-28T11:46:23.641Za out/cockroachdb.tar.gz 146844K
30942025-02-28T11:46:23.641Za out/crucible-dtrace.tar 98K
30952025-02-28T11:46:23.641Za out/crucible-pantry-zone.tar.gz 32722K
30962025-02-28T11:46:23.641Za out/crucible-zone.tar.gz 41114K
30972025-02-28T11:46:23.641Za out/external-dns.tar.gz 46364K
30982025-02-28T11:46:23.641Za out/internal-dns.tar.gz 46363K
30992025-02-28T11:46:23.642Za out/mg-ddm-gz.tar 63075K
31002025-02-28T11:46:23.642Za out/nexus.tar.gz 112167K
31012025-02-28T11:46:23.642Za out/ntp.tar.gz 14675K
31022025-02-28T11:46:23.642Za out/omicron-gateway-softnpu.tar.gz 26141K
31032025-02-28T11:46:23.642Za out/omicron-sled-agent.tar 127771K
31042025-02-28T11:46:23.642Za out/overlay.tar.gz 3K
31052025-02-28T11:46:23.642Za out/oximeter.tar.gz 56022K
31062025-02-28T11:46:23.642Za out/oxlog.tar 3144K
31072025-02-28T11:46:23.642Za out/probe.tar.gz 2764K
31082025-02-28T11:46:23.642Za out/propolis-server.tar.gz 66425K
31092025-02-28T11:46:23.642Za out/pumpkind-gz.tar 26665K
31102025-02-28T11:46:23.642Za out/switch-softnpu.tar.gz 270062K
31112025-02-28T11:46:23.645Z
31122025-02-28T11:46:23.645Zreal 1:17.800976293
31132025-02-28T11:46:23.645Zuser 1:14.397046166
31142025-02-28T11:46:23.645Zsys 4.592616366
31152025-02-28T11:46:23.645Ztrap 0.019560266
31162025-02-28T11:46:23.645Ztflt 0.000000000
31172025-02-28T11:46:23.645Zdflt 0.000000000
31182025-02-28T11:46:23.645Zkflt 0.000000000
31192025-02-28T11:46:23.645Zlock 0.000000000
31202025-02-28T11:46:23.645Zslp 1:14.395405205
31212025-02-28T11:46:23.645Zlat 2.193064459
31222025-02-28T11:46:23.645Zstop 0.000211702
31232025-02-28T11:46:23.645Zprocess exited: duration 2121871 ms, exit code 0
 
31242025-02-28T11:46:23.658Zfound 1 output files
31252025-02-28T11:46:23.658Zuploading: /work/package.tar.gz (2053561983 bytes)
31262025-02-28T11:47:01.764Zuploaded: /work/package.tar.gz