01JN60PK9EP13R642PDJMH9G2J: 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: 01JN60Q3EVZ0RH9RGTC90Y651N

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-28T10:14:02.617Zjob assigned to worker 01JN60Q78BBPZ08C1719DCYGP3 [factory aws, i-0305bd00b515ee563] (queued for 1 m 2 s)
 
22025-02-28T10:14:10.738Zstarting task 0: "setup"
32025-02-28T10:14:10.744Z++ uname -s
42025-02-28T10:14:10.747Z+ kern=SunOS
52025-02-28T10:14:10.747Z+ build_user=build
62025-02-28T10:14:10.747Z+ build_uid=12345
72025-02-28T10:14:10.747Z+ work_dir=/work
82025-02-28T10:14:10.747Z+ input_dir=/input
92025-02-28T10:14:10.747Z+ [[ 0 == 12345 ]]
102025-02-28T10:14:10.747Z+ case "$kern" in
112025-02-28T10:14:10.747Z+ groupadd -g 12345 build
122025-02-28T10:14:10.750Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-28T10:14:12.757Z+ zfs create -o mountpoint=/work rpool/work
142025-02-28T10:14:12.878Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-28T10:14:12.881Z+ home_fs=zfs
162025-02-28T10:14:12.881Z+ [[ zfs == autofs ]]
172025-02-28T10:14:12.881Z+ mkdir -p /home/build
182025-02-28T10:14:12.883Z+ chown build:build /home/build /work
192025-02-28T10:14:14.886Z+ chmod 0700 /home/build /work
202025-02-28T10:14:14.889Zprocess exited: duration 4149 ms, exit code 0
 
212025-02-28T10:14:14.895Zstarting task 1: "rust-toolchain"
222025-02-28T10:14:14.900Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-28T10:14:14.900Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-02-28T10:14:14.900Z * rust toolchain channel = "1.85.0"
252025-02-28T10:14:14.900Z * rust toolchain profile = "default"
262025-02-28T10:14:14.900Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-28T10:14:14.900Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-28T10:14:14.903Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-28T10:14:14.903Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-28T10:14:15.022Zinfo: downloading installer
312025-02-28T10:14:16.356Zwarning: it looks like you have an existing installation of Rust at:
322025-02-28T10:14:16.356Zwarning: /opt/ooce/bin
332025-02-28T10:14:16.356Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-28T10:14:16.356Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-28T10:14:16.356Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-28T10:14:16.356Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-28T10:14:16.356Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-28T10:14:16.356Zerror: cannot install while Rust is installed
392025-02-28T10:14:16.356Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-28T10:14:16.386Zinfo: profile set to 'default'
412025-02-28T10:14:16.386Zinfo: default host triple is x86_64-unknown-illumos
422025-02-28T10:14:16.389Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-28T10:14:16.532Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-28T10:14:16.532Zinfo: downloading component 'cargo'
452025-02-28T10:14:17.277Zinfo: downloading component 'clippy'
462025-02-28T10:14:17.558Zinfo: downloading component 'rust-docs'
472025-02-28T10:14:18.672Zinfo: downloading component 'rust-std'
482025-02-28T10:14:20.312Zinfo: downloading component 'rustc'
492025-02-28T10:14:25.996Zinfo: downloading component 'rustfmt'
502025-02-28T10:14:26.209Zinfo: installing component 'cargo'
512025-02-28T10:14:27.023Zinfo: installing component 'clippy'
522025-02-28T10:14:27.408Zinfo: installing component 'rust-docs'
532025-02-28T10:14:29.152Zinfo: installing component 'rust-std'
542025-02-28T10:14:31.021Zinfo: installing component 'rustc'
552025-02-28T10:14:36.856Zinfo: installing component 'rustfmt'
562025-02-28T10:14:37.194Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-28T10:14:37.194Z
582025-02-28T10:14:37.569Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-28T10:14:37.570Z
602025-02-28T10:14:37.572Z
612025-02-28T10:14:37.572ZRust is installed now. Great!
622025-02-28T10:14:37.572Z
632025-02-28T10:14:37.572ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-28T10:14:37.572Zenvironment variable. This has not been done automatically.
652025-02-28T10:14:37.572Z
662025-02-28T10:14:37.572ZTo configure your current shell, you need to source
672025-02-28T10:14:37.572Zthe corresponding env file under $HOME/.cargo.
682025-02-28T10:14:37.572Z
692025-02-28T10:14:37.572ZThis is usually done by running one of the following (note the leading DOT):
702025-02-28T10:14:37.572Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-28T10:14:37.572Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-28T10:14:37.642Z+ rustup --version
732025-02-28T10:14:37.650Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-28T10:14:37.650Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-28T10:14:37.733Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-28T10:14:37.737Z+ cargo --version
772025-02-28T10:14:37.797Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-28T10:14:37.800Z+ rustc --version
792025-02-28T10:14:37.864Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-28T10:14:37.868Zprocess exited: duration 22967 ms, exit code 0
 
812025-02-28T10:14:37.874Zstarting task 2: "authentication"
822025-02-28T10:14:37.898Zprocess exited: duration 22 ms, exit code 0
 
832025-02-28T10:14:37.903Zstarting task 3: "clone repository"
842025-02-28T10:14:37.908Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-28T10:14:37.910Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-28T10:14:38.649ZCloning into '/work/oxidecomputer/omicron'...
872025-02-28T10:14:47.522Z+ cd /work/oxidecomputer/omicron
882025-02-28T10:14:47.524Z+ git fetch origin ecbad70f4bb851f331d0a970cc4c005b6a2f2a39
892025-02-28T10:14:47.816ZFrom https://github.com/oxidecomputer/omicron
902025-02-28T10:14:47.816Z * branch ecbad70f4bb851f331d0a970cc4c005b6a2f2a39 -> FETCH_HEAD
912025-02-28T10:14:47.827Z+ [[ -n renovate/regress-0.x ]]
922025-02-28T10:14:47.829Z++ git branch --show-current
932025-02-28T10:14:47.832Z+ current=main
942025-02-28T10:14:47.832Z+ [[ main != renovate/regress-0.x ]]
952025-02-28T10:14:47.832Z+ git branch -f renovate/regress-0.x ecbad70f4bb851f331d0a970cc4c005b6a2f2a39
962025-02-28T10:14:47.835Z+ git checkout -f renovate/regress-0.x
972025-02-28T10:14:48.028ZSwitched to branch 'renovate/regress-0.x'
982025-02-28T10:14:48.031Z+ git reset --hard ecbad70f4bb851f331d0a970cc4c005b6a2f2a39
992025-02-28T10:14:48.046ZHEAD is now at ecbad70f4 Update Rust crate regress to 0.10.3
1002025-02-28T10:14:48.049Zprocess exited: duration 10142 ms, exit code 0
 
1012025-02-28T10:14:48.059Zstarting task 4: "build"
1022025-02-28T10:14:48.062Z+ source .github/buildomat/ci-env.sh
1032025-02-28T10:14:48.064Z++ export CARGO_TERM_COLOR=always
1042025-02-28T10:14:48.064Z++ CARGO_TERM_COLOR=always
1052025-02-28T10:14:48.064Z+ cargo --version
1062025-02-28T10:14:48.114Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-28T10:14:48.117Z+ rustc --version
1082025-02-28T10:14:48.181Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-28T10:14:48.184Z+ WORK=/work
1102025-02-28T10:14:48.184Z+ pfexec mkdir -p /work
1112025-02-28T10:14:48.188Z+ pfexec chown build /work
1122025-02-28T10:14:48.190Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1132025-02-28T10:14:52.608Zpkg list: illegal option -- F
1142025-02-28T10:14:52.608ZUsage:
1152025-02-28T10:14:52.608Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1162025-02-28T10:14:52.608Z [pkg_fmri_pattern ...]
1172025-02-28T10:14:53.458Zpkg list: illegal option -- F
1182025-02-28T10:14:53.458ZUsage:
1192025-02-28T10:14:53.461Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-02-28T10:14:53.461Z [pkg_fmri_pattern ...]
1212025-02-28T10:14:59.631Z Startup: Refreshing catalog 'helios-dev' ... Done
1222025-02-28T10:15:04.131Z Startup: Caching catalogs ... Done
1232025-02-28T10:15:17.614ZPlanning: Solver setup ... Done (12.548s)
1242025-02-28T10:15:17.771ZPlanning: Running solver ... Done (0.155s)
1252025-02-28T10:15:18.205ZPlanning: Finding local manifests ... Done (0.316s)
1262025-02-28T10:15:18.313ZPlanning: Fetching manifests: 0/7 0% complete
1272025-02-28T10:15:19.320ZPlanning: Fetching manifests: 7/7 100% complete
1282025-02-28T10:15:19.897ZPlanning: Package planning ... Done (0.574s)
1292025-02-28T10:15:19.954ZPlanning: Merging actions ... Done (0.058s)
1302025-02-28T10:15:20.700ZPlanning: Checking for conflicting actions ... Done (0.747s)
1312025-02-28T10:15:25.792ZPlanning: Consolidating action changes ... Done (5.091s)
1322025-02-28T10:15:26.192ZPlanning: Evaluating mediators ... Done (0.400s)
1332025-02-28T10:15:26.360ZPlanning: Planning completed in 22.13 seconds
1342025-02-28T10:15:26.375Z Packages to install: 4
1352025-02-28T10:15:26.375Z Packages to update: 3
1362025-02-28T10:15:26.375Z Mediators to change: 2
1372025-02-28T10:15:26.378Z Services to change: 1
1382025-02-28T10:15:26.378Z Estimated space available: 155.61 GB
1392025-02-28T10:15:26.378ZEstimated space to be consumed: 1.66 GB
1402025-02-28T10:15:26.378Z Create boot environment: No
1412025-02-28T10:15:26.378ZCreate backup boot environment: Yes
1422025-02-28T10:15:26.378Z Rebuild boot archive: No
1432025-02-28T10:15:26.378Z
1442025-02-28T10:15:26.378ZChanged mediators:
1452025-02-28T10:15:26.378Z mediator clang:
1462025-02-28T10:15:26.378Z version: None -> 15 (system default)
1472025-02-28T10:15:26.378Z
1482025-02-28T10:15:26.378Z mediator llvm:
1492025-02-28T10:15:26.378Z version: 14 (system default) -> 15 (system default)
1502025-02-28T10:15:26.379Z
1512025-02-28T10:15:26.379ZChanged packages:
1522025-02-28T10:15:26.379Zhelios-dev
1532025-02-28T10:15:26.379Z developer/build-essential
1542025-02-28T10:15:26.379Z None -> 11-2.0
1552025-02-28T10:15:26.379Z library/libxmlsec1
1562025-02-28T10:15:26.379Z None -> 1.2.35-2.0
1572025-02-28T10:15:26.379Z ooce/developer/clang-15
1582025-02-28T10:15:26.379Z None -> 15.0.7-2.0
1592025-02-28T10:15:26.379Z ooce/developer/llvm-15
1602025-02-28T10:15:26.379Z None -> 15.0.7-2.0
1612025-02-28T10:15:26.379Z package/pkg
1622025-02-28T10:15:26.379Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1632025-02-28T10:15:26.379Z system/library/g++-runtime
1642025-02-28T10:15:26.379Z 13-2.0 -> 14-2.0
1652025-02-28T10:15:26.379Z system/library/gcc-runtime
1662025-02-28T10:15:26.379Z 13-2.0 -> 14-2.0
1672025-02-28T10:15:26.379Z
1682025-02-28T10:15:26.379ZServices:
1692025-02-28T10:15:26.379Z restart_fmri:
1702025-02-28T10:15:26.379Z svc:/system/update-man-index:default
1712025-02-28T10:15:26.379Z
1722025-02-28T10:15:26.379ZEditable files to change:
1732025-02-28T10:15:26.379Z Update:
1742025-02-28T10:15:26.379Z usr/share/lib/pkg/web/config.shtml
1752025-02-28T10:15:26.635Z
1762025-02-28T10:15:26.635ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1772025-02-28T10:15:31.648ZDownload: 1018/4301 items 19.5/225.4MB 8% complete (4.1M/s)
1782025-02-28T10:15:36.970ZDownload: 1196/4301 items 83.5/225.4MB 37% complete (9.8M/s)
1792025-02-28T10:15:41.931ZDownload: 1784/4301 items 117.7/225.4MB 52% complete (9.8M/s)
1802025-02-28T10:15:47.044ZDownload: 3103/4301 items 139.6/225.4MB 61% complete (5.6M/s)
1812025-02-28T10:15:52.937ZDownload: 3247/4301 items 202.8/225.4MB 89% complete (9.1M/s)
1822025-02-28T10:16:14.907ZDownload: 3248/4301 items 203.1/225.4MB 90% complete
1832025-02-28T10:16:21.253ZDownload: 3285/4301 items 211.5/225.4MB 93% complete (4.7M/s)
1842025-02-28T10:16:26.258ZDownload: 3803/4301 items 217.1/225.4MB 96% complete (882k/s)
1852025-02-28T10:16:31.734ZDownload: 4208/4301 items 220.6/225.4MB 97% complete (1.1M/s)
1862025-02-28T10:16:32.708ZDownload: Completed 225.42 MB in 66.06 seconds (3.4M/s)
1872025-02-28T10:16:34.877Z Actions: 1/5122 actions (Removing old actions)
1882025-02-28T10:16:34.889Z Actions: 194/5122 actions (Installing new actions)
1892025-02-28T10:16:39.947Z Actions: 4119/5122 actions (Installing new actions)
1902025-02-28T10:16:40.310Z Actions: 4267/5122 actions (Updating modified actions)
1912025-02-28T10:16:40.804Z Actions: Completed 5122 actions in 5.93 seconds.
1922025-02-28T10:16:41.229Z Done (0.416s)
1932025-02-28T10:16:41.235Z Done (0.002s)
1942025-02-28T10:16:41.845Z Done (0.614s)
1952025-02-28T10:16:47.496Z Done (5.407s)
1962025-02-28T10:16:47.649Z Done (0.086s)
1972025-02-28T10:16:47.652Z Done (0.000s)
1982025-02-28T10:16:47.809Z Done (0.000s)
1992025-02-28T10:16:48.527ZPlanning: Evaluating mediator changes ... Done
2002025-02-28T10:16:48.690ZPlanning: Checking for conflicting actions ... Done
2012025-02-28T10:16:48.711ZPlanning: Consolidating action changes ... Done
2022025-02-28T10:16:48.968ZPlanning: Evaluating mediators ... Done
2032025-02-28T10:16:48.973ZPlanning: Planning completed in 0.44 seconds
2042025-02-28T10:16:49.016Z Mediators to change: 2
2052025-02-28T10:16:49.016Z Create boot environment: No
2062025-02-28T10:16:49.020ZCreate backup boot environment: No
2072025-02-28T10:16:49.084Z Done
2082025-02-28T10:16:49.084Z Done
2092025-02-28T10:16:49.512Z Done
2102025-02-28T10:16:53.221Z Done
2112025-02-28T10:16:53.350Z Done
2122025-02-28T10:16:53.361Z Done
2132025-02-28T10:16:53.510Z Done
2142025-02-28T10:16:54.320ZPlanning: Evaluating mediator changes ... Done
2152025-02-28T10:16:54.351ZPlanning: Merging actions ... Done
2162025-02-28T10:16:54.351ZPlanning: Checking for conflicting actions ... Done
2172025-02-28T10:16:54.351ZPlanning: Consolidating action changes ... Done
2182025-02-28T10:16:54.564ZPlanning: Evaluating mediators ... Done
2192025-02-28T10:16:54.639ZPlanning: Planning completed in 0.76 seconds
2202025-02-28T10:16:54.770Z Packages to change: 1
2212025-02-28T10:16:54.770Z Mediators to change: 1
2222025-02-28T10:16:54.790Z Services to change: 1
2232025-02-28T10:16:54.790Z Create boot environment: No
2242025-02-28T10:16:54.791ZCreate backup boot environment: Yes
2252025-02-28T10:16:59.832Z Actions: 1/6 actions (Updating modified actions)
2262025-02-28T10:16:59.882Z Actions: Completed 6 actions in 0.12 seconds.
2272025-02-28T10:16:59.882Z Done
2282025-02-28T10:16:59.882Z Done
2292025-02-28T10:16:59.882Z Done
2302025-02-28T10:17:00.855Z Done
2312025-02-28T10:17:00.952Z Done
2322025-02-28T10:17:00.955Z Done
2332025-02-28T10:17:01.101Z Done
2342025-02-28T10:17:01.542ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2352025-02-28T10:17:01.542Zclang system 15 system
2362025-02-28T10:17:01.543Zcsh system system illumos
2372025-02-28T10:17:01.543Zctags system system illumos
2382025-02-28T10:17:01.543Zgcc vendor 12 vendor
2392025-02-28T10:17:01.543Zgcc system 10 system
2402025-02-28T10:17:01.543Zgcc system 7 system
2412025-02-28T10:17:01.543Zgo system 1.20 system
2422025-02-28T10:17:01.543Zgo system 1.19 system
2432025-02-28T10:17:01.543Zllvm system 15 system
2442025-02-28T10:17:01.543Zllvm system 14 system
2452025-02-28T10:17:01.543Zmariadb system 10.6 system
2462025-02-28T10:17:01.543Zmta vendor vendor dma
2472025-02-28T10:17:01.543Zopenjdk system 17 system
2482025-02-28T10:17:01.543Zopenjdk system 11 system
2492025-02-28T10:17:01.543Zopenjdk system 1.8 system
2502025-02-28T10:17:01.543Zopenssl vendor 3 vendor
2512025-02-28T10:17:01.543Zperl system 5.36 system
2522025-02-28T10:17:01.543Zpostgresql system 15 system
2532025-02-28T10:17:01.543Zpostgresql system 13 system
2542025-02-28T10:17:01.543Zpython vendor 3 vendor
2552025-02-28T10:17:01.543Zpython system 2 system
2562025-02-28T10:17:01.543Zpython3 system 3.11 system
2572025-02-28T10:17:01.543Zruby system 3.0 system
2582025-02-28T10:17:01.543Zwords vendor vendor american-english
2592025-02-28T10:17:01.543Zwords system system australian-english
2602025-02-28T10:17:01.543Zwords system system british-english
2612025-02-28T10:17:01.543Zwords system system canadian-english
2622025-02-28T10:17:01.543Zwords system system french
2632025-02-28T10:17:01.543Zwords system system italian
2642025-02-28T10:17:01.543Zwords system system ngerman
2652025-02-28T10:17:01.543Zwords system system ogerman
2662025-02-28T10:17:01.543Zwords system system spanish
2672025-02-28T10:17:01.874ZPUBLISHER TYPE STATUS P LOCATION
2682025-02-28T10:17:01.874Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2692025-02-28T10:17:04.904ZFMRI IFO
2702025-02-28T10:17:04.904Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2712025-02-28T10:17:04.904Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2722025-02-28T10:17:04.904Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2732025-02-28T10:17:04.904Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2742025-02-28T10:17:04.904Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2752025-02-28T10:17:04.904Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2762025-02-28T10:17:04.904Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2772025-02-28T10:17:04.904Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2782025-02-28T10:17:04.904Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2792025-02-28T10:17:04.905Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2802025-02-28T10:17:04.905Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2812025-02-28T10:17:04.905Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2822025-02-28T10:17:04.905Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2832025-02-28T10:17:04.905Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2842025-02-28T10:17:04.905Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2852025-02-28T10:17:05.698Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2862025-02-28T10:17:06.011Z Updating crates.io index
2872025-02-28T10:17:06.013Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2882025-02-28T10:17:06.594Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2892025-02-28T10:17:06.821Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2902025-02-28T10:17:07.064Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912025-02-28T10:17:08.085Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922025-02-28T10:17:09.784Z Updating git repository `https://github.com/oxidecomputer/opte`
2932025-02-28T10:17:10.468Z Updating git repository `https://github.com/oxidecomputer/falcon`
2942025-02-28T10:17:11.297Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952025-02-28T10:17:11.568Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962025-02-28T10:17:11.836Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2972025-02-28T10:17:12.405Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982025-02-28T10:17:12.909Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992025-02-28T10:17:13.191Z Updating git repository `https://github.com/oxidecomputer/propolis`
3002025-02-28T10:17:13.658Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3012025-02-28T10:17:13.909Z Updating git repository `https://github.com/oxidecomputer/tofino`
3022025-02-28T10:17:14.119Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032025-02-28T10:17:15.233Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042025-02-28T10:17:15.431Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052025-02-28T10:17:15.711Z Updating git repository `https://github.com/oxidecomputer/lldp`
3062025-02-28T10:17:16.031Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3072025-02-28T10:17:16.300Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082025-02-28T10:17:16.599Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092025-02-28T10:17:16.864Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3102025-02-28T10:17:17.154Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112025-02-28T10:17:17.702Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122025-02-28T10:17:17.953Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3132025-02-28T10:17:18.277Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142025-02-28T10:17:18.654Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3152025-02-28T10:17:18.935Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162025-02-28T10:17:19.159Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172025-02-28T10:17:19.415Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182025-02-28T10:17:20.500Z Downloading crates ...
3192025-02-28T10:17:20.576Z Downloaded cargo_metadata v0.19.1
3202025-02-28T10:17:20.597Z Downloaded clap_builder v4.5.31
3212025-02-28T10:17:20.602Z Downloaded zerocopy v0.7.35
3222025-02-28T10:17:20.612Z Downloaded zerocopy-derive v0.7.35
3232025-02-28T10:17:20.616Z Downloaded heck v0.4.1
3242025-02-28T10:17:20.619Z Downloaded fnv v1.0.7
3252025-02-28T10:17:20.619Z Downloaded clap_lex v0.7.4
3262025-02-28T10:17:20.623Z Downloaded cargo_toml v0.21.0
3272025-02-28T10:17:20.623Z Downloaded autocfg v1.4.0
3282025-02-28T10:17:20.623Z Downloaded winnow v0.7.3
3292025-02-28T10:17:20.631Z Downloaded is_terminal_polyfill v1.70.1
3302025-02-28T10:17:20.636Z Downloaded digest v0.10.7
3312025-02-28T10:17:20.636Z Downloaded log v0.4.22
3322025-02-28T10:17:20.639Z Downloaded camino-tempfile v1.1.1
3332025-02-28T10:17:20.639Z Downloaded bytecount v0.6.8
3342025-02-28T10:17:20.639Z Downloaded anstyle v1.0.10
3352025-02-28T10:17:20.642Z Downloaded indexmap v2.7.1
3362025-02-28T10:17:20.647Z Downloaded cpufeatures v0.2.14
3372025-02-28T10:17:20.647Z Downloaded cargo-platform v0.1.8
3382025-02-28T10:17:20.652Z Downloaded macaddr v1.0.1
3392025-02-28T10:17:20.652Z Downloaded errno v0.3.9
3402025-02-28T10:17:20.652Z Downloaded dof v0.3.0
3412025-02-28T10:17:20.652Z Downloaded anyhow v1.0.96
3422025-02-28T10:17:20.658Z Downloaded equivalent v1.0.1
3432025-02-28T10:17:20.658Z Downloaded cfg-if v1.0.0
3442025-02-28T10:17:20.658Z Downloaded block-buffer v0.10.4
3452025-02-28T10:17:20.661Z Downloaded proc-macro-error-attr v1.0.4
3462025-02-28T10:17:20.666Z Downloaded dtrace-parser v0.2.0
3472025-02-28T10:17:20.670Z Downloaded heck v0.5.0
3482025-02-28T10:17:20.673Z Downloaded strsim v0.11.1
3492025-02-28T10:17:20.673Z Downloaded fastrand v2.1.1
3502025-02-28T10:17:20.673Z Downloaded byteorder v1.5.0
3512025-02-28T10:17:20.673Z Downloaded anstyle-parse v0.2.5
3522025-02-28T10:17:20.676Z Downloaded colorchoice v1.0.2
3532025-02-28T10:17:20.676Z Downloaded clap_derive v4.5.28
3542025-02-28T10:17:20.679Z Downloaded camino v1.1.9
3552025-02-28T10:17:20.682Z Downloaded swrite v0.1.0
3562025-02-28T10:17:20.686Z Downloaded scroll_derive v0.12.0
3572025-02-28T10:17:20.686Z Downloaded pretty-hex v0.4.1
3582025-02-28T10:17:20.689Z Downloaded usdt-macro v0.5.0
3592025-02-28T10:17:20.692Z Downloaded usdt-attr-macro v0.5.0
3602025-02-28T10:17:20.692Z Downloaded bitflags v1.3.2
3612025-02-28T10:17:20.696Z Downloaded anstyle-query v1.1.1
3622025-02-28T10:17:20.700Z Downloaded crypto-common v0.1.6
3632025-02-28T10:17:20.700Z Downloaded thread-id v4.2.2
3642025-02-28T10:17:20.700Z Downloaded smawk v0.3.2
3652025-02-28T10:17:20.700Z Downloaded memmap v0.7.0
3662025-02-28T10:17:20.703Z Downloaded fs-err v2.11.0
3672025-02-28T10:17:20.706Z Downloaded terminal_size v0.2.6
3682025-02-28T10:17:20.706Z Downloaded serde_tokenstream v0.2.2
3692025-02-28T10:17:20.709Z Downloaded itoa v1.0.11
3702025-02-28T10:17:20.709Z Downloaded generic-array v0.14.7
3712025-02-28T10:17:20.714Z Downloaded serde_spanned v0.6.8
3722025-02-28T10:17:20.719Z Downloaded toml_datetime v0.6.8
3732025-02-28T10:17:20.719Z Downloaded tabled_derive v0.7.0
3742025-02-28T10:17:20.721Z Downloaded thiserror-impl v2.0.11
3752025-02-28T10:17:20.722Z Downloaded version_check v0.9.5
3762025-02-28T10:17:20.722Z Downloaded thiserror-impl v1.0.69
3772025-02-28T10:17:20.724Z Downloaded thiserror v1.0.69
3782025-02-28T10:17:20.728Z Downloaded utf8parse v0.2.2
3792025-02-28T10:17:20.728Z Downloaded plain v0.2.3
3802025-02-28T10:17:20.731Z Downloaded usdt-impl v0.5.0
3812025-02-28T10:17:20.731Z Downloaded usdt v0.5.0
3822025-02-28T10:17:20.731Z Downloaded unicode-linebreak v0.1.5
3832025-02-28T10:17:20.734Z Downloaded pest_generator v2.7.14
3842025-02-28T10:17:20.734Z Downloaded terminal_size v0.4.0
3852025-02-28T10:17:20.734Z Downloaded scroll v0.12.0
3862025-02-28T10:17:20.737Z Downloaded quote v1.0.38
3872025-02-28T10:17:20.737Z Downloaded anstream v0.6.15
3882025-02-28T10:17:20.740Z Downloaded io-lifetimes v1.0.11
3892025-02-28T10:17:20.743Z Downloaded sha2 v0.10.8
3902025-02-28T10:17:20.748Z Downloaded once_cell v1.20.3
3912025-02-28T10:17:20.751Z Downloaded semver v1.0.25
3922025-02-28T10:17:20.756Z Downloaded pest_derive v2.7.14
3932025-02-28T10:17:20.761Z Downloaded proc-macro-error v1.0.4
3942025-02-28T10:17:20.761Z Downloaded bitflags v2.6.0
3952025-02-28T10:17:20.764Z Downloaded tempfile v3.13.0
3962025-02-28T10:17:20.768Z Downloaded textwrap v0.16.1
3972025-02-28T10:17:20.768Z Downloaded pest_meta v2.7.14
3982025-02-28T10:17:20.771Z Downloaded proc-macro2 v1.0.93
3992025-02-28T10:17:20.775Z Downloaded unicode-ident v1.0.14
4002025-02-28T10:17:20.783Z Downloaded toml v0.8.20
4012025-02-28T10:17:20.783Z Downloaded ucd-trie v0.1.7
4022025-02-28T10:17:20.788Z Downloaded serde_derive v1.0.218
4032025-02-28T10:17:20.788Z Downloaded clap v4.5.31
4042025-02-28T10:17:20.793Z Downloaded ryu v1.0.18
4052025-02-28T10:17:20.793Z Downloaded papergrid v0.11.0
4062025-02-28T10:17:20.796Z Downloaded typenum v1.17.0
4072025-02-28T10:17:20.799Z Downloaded serde v1.0.218
4082025-02-28T10:17:20.802Z Downloaded thiserror v2.0.11
4092025-02-28T10:17:20.807Z Downloaded memchr v2.7.4
4102025-02-28T10:17:20.815Z Downloaded toml_edit v0.22.24
4112025-02-28T10:17:20.833Z Downloaded hashbrown v0.15.1
4122025-02-28T10:17:20.856Z Downloaded serde_json v1.0.139
4132025-02-28T10:17:20.862Z Downloaded pest v2.7.14
4142025-02-28T10:17:20.868Z Downloaded goblin v0.8.2
4152025-02-28T10:17:20.879Z Downloaded tabled v0.15.0
4162025-02-28T10:17:20.892Z Downloaded syn v1.0.109
4172025-02-28T10:17:20.901Z Downloaded syn v2.0.98
4182025-02-28T10:17:20.912Z Downloaded unicode-width v0.1.14
4192025-02-28T10:17:20.921Z Downloaded rustix v0.37.28
4202025-02-28T10:17:20.934Z Downloaded rustix v0.38.37
4212025-02-28T10:17:20.955Z Downloaded libc v0.2.170
4222025-02-28T10:17:21.250Z Compiling proc-macro2 v1.0.93
4232025-02-28T10:17:21.250Z Compiling unicode-ident v1.0.14
4242025-02-28T10:17:21.254Z Compiling libc v0.2.170
4252025-02-28T10:17:21.254Z Compiling serde v1.0.218
4262025-02-28T10:17:21.254Z Compiling version_check v0.9.5
4272025-02-28T10:17:21.287Z Compiling memchr v2.7.4
4282025-02-28T10:17:21.292Z Compiling thiserror v1.0.69
4292025-02-28T10:17:21.307Z Compiling ryu v1.0.18
4302025-02-28T10:17:21.522Z Compiling ucd-trie v0.1.7
4312025-02-28T10:17:21.713Z Compiling itoa v1.0.11
4322025-02-28T10:17:21.982Z Compiling once_cell v1.20.3
4332025-02-28T10:17:21.985Z Compiling byteorder v1.5.0
4342025-02-28T10:17:22.400Z Compiling serde_json v1.0.139
4352025-02-28T10:17:22.548Z Compiling rustix v0.38.37
4362025-02-28T10:17:22.682Z Compiling bitflags v2.6.0
4372025-02-28T10:17:22.766Z Compiling usdt-impl v0.5.0
4382025-02-28T10:17:22.785Z Compiling proc-macro-error-attr v1.0.4
4392025-02-28T10:17:22.889Z Compiling syn v1.0.109
4402025-02-28T10:17:23.070Z Compiling io-lifetimes v1.0.11
4412025-02-28T10:17:23.162Z Compiling proc-macro-error v1.0.4
4422025-02-28T10:17:23.282Z Compiling plain v0.2.3
4432025-02-28T10:17:23.377Z Compiling camino v1.1.9
4442025-02-28T10:17:23.444Z Compiling quote v1.0.38
4452025-02-28T10:17:23.486Z Compiling equivalent v1.0.1
4462025-02-28T10:17:23.539Z Compiling rustix v0.37.28
4472025-02-28T10:17:23.596Z Compiling errno v0.3.9
4482025-02-28T10:17:23.839Z Compiling syn v2.0.98
4492025-02-28T10:17:23.919Z Compiling thread-id v4.2.2
4502025-02-28T10:17:23.955Z Compiling hashbrown v0.15.1
4512025-02-28T10:17:24.023Z Compiling log v0.4.22
4522025-02-28T10:17:24.045Z Compiling utf8parse v0.2.2
4532025-02-28T10:17:24.214Z Compiling anstyle-parse v0.2.5
4542025-02-28T10:17:24.546Z Compiling thiserror v2.0.11
4552025-02-28T10:17:24.568Z Compiling is_terminal_polyfill v1.70.1
4562025-02-28T10:17:24.696Z Compiling autocfg v1.4.0
4572025-02-28T10:17:24.814Z Compiling pretty-hex v0.4.1
4582025-02-28T10:17:24.840Z Compiling colorchoice v1.0.2
4592025-02-28T10:17:24.979Z Compiling indexmap v2.7.1
4602025-02-28T10:17:25.021Z Compiling anstyle-query v1.1.1
4612025-02-28T10:17:25.054Z Compiling winnow v0.7.3
4622025-02-28T10:17:25.135Z Compiling anstyle v1.0.10
4632025-02-28T10:17:25.174Z Compiling bitflags v1.3.2
4642025-02-28T10:17:25.294Z Compiling semver v1.0.25
4652025-02-28T10:17:25.574Z Compiling unicode-width v0.1.14
4662025-02-28T10:17:25.597Z Compiling fs-err v2.11.0
4672025-02-28T10:17:25.919Z Compiling terminal_size v0.4.0
4682025-02-28T10:17:25.944Z Compiling anstream v0.6.15
4692025-02-28T10:17:26.394Z Compiling cfg-if v1.0.0
4702025-02-28T10:17:26.419Z Compiling fnv v1.0.7
4712025-02-28T10:17:26.514Z Compiling strsim v0.11.1
4722025-02-28T10:17:26.568Z Compiling fastrand v2.1.1
4732025-02-28T10:17:26.593Z Compiling anyhow v1.0.96
4742025-02-28T10:17:27.095Z Compiling heck v0.4.1
4752025-02-28T10:17:27.204Z Compiling heck v0.5.0
4762025-02-28T10:17:27.261Z Compiling clap_lex v0.7.4
4772025-02-28T10:17:27.376Z Compiling bytecount v0.6.8
4782025-02-28T10:17:27.579Z Compiling papergrid v0.11.0
4792025-02-28T10:17:27.601Z Compiling clap_builder v4.5.31
4802025-02-28T10:17:27.689Z Compiling terminal_size v0.2.6
4812025-02-28T10:17:27.689Z Compiling tempfile v3.13.0
4822025-02-28T10:17:27.911Z Compiling memmap v0.7.0
4832025-02-28T10:17:28.041Z Compiling smawk v0.3.2
4842025-02-28T10:17:28.245Z Compiling unicode-linebreak v0.1.5
4852025-02-28T10:17:28.476Z Compiling swrite v0.1.0
4862025-02-28T10:17:28.743Z Compiling textwrap v0.16.1
4872025-02-28T10:17:29.113Z Compiling tabled_derive v0.7.0
4882025-02-28T10:17:30.685Z Compiling tabled v0.15.0
4892025-02-28T10:17:30.750Z Compiling serde_derive v1.0.218
4902025-02-28T10:17:30.752Z Compiling thiserror-impl v1.0.69
4912025-02-28T10:17:30.752Z Compiling zerocopy-derive v0.7.35
4922025-02-28T10:17:30.752Z Compiling scroll_derive v0.12.0
4932025-02-28T10:17:30.752Z Compiling thiserror-impl v2.0.11
4942025-02-28T10:17:30.753Z Compiling clap_derive v4.5.28
4952025-02-28T10:17:32.243Z Compiling scroll v0.12.0
4962025-02-28T10:17:32.781Z Compiling zerocopy v0.7.35
4972025-02-28T10:17:32.804Z Compiling goblin v0.8.2
4982025-02-28T10:17:33.904Z Compiling pest v2.7.14
4992025-02-28T10:17:35.137Z Compiling clap v4.5.31
5002025-02-28T10:17:36.111Z Compiling pest_meta v2.7.14
5012025-02-28T10:17:37.061Z Compiling pest_generator v2.7.14
5022025-02-28T10:17:38.419Z Compiling pest_derive v2.7.14
5032025-02-28T10:17:39.016Z Compiling dtrace-parser v0.2.0
5042025-02-28T10:17:39.987Z Compiling serde_tokenstream v0.2.2
5052025-02-28T10:17:40.024Z Compiling serde_spanned v0.6.8
5062025-02-28T10:17:40.024Z Compiling toml_datetime v0.6.8
5072025-02-28T10:17:40.272Z Compiling cargo-platform v0.1.8
5082025-02-28T10:17:40.303Z Compiling macaddr v1.0.1
5092025-02-28T10:17:40.542Z Compiling toml_edit v0.22.24
5102025-02-28T10:17:40.665Z Compiling camino-tempfile v1.1.1
5112025-02-28T10:17:41.428Z Compiling dof v0.3.0
5122025-02-28T10:17:41.473Z Compiling cargo_metadata v0.19.1
5132025-02-28T10:17:42.756Z Compiling usdt-attr-macro v0.5.0
5142025-02-28T10:17:42.756Z Compiling usdt-macro v0.5.0
5152025-02-28T10:17:43.390Z Compiling toml v0.8.20
5162025-02-28T10:17:43.818Z Compiling usdt v0.5.0
5172025-02-28T10:17:44.211Z Compiling cargo_toml v0.21.0
5182025-02-28T10:17:46.819Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5192025-02-28T10:17:50.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.58s
5202025-02-28T10:17:50.322Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5212025-02-28T10:17:50.881Z Downloading crates ...
5222025-02-28T10:17:51.047Z Downloaded ctr v0.9.2
5232025-02-28T10:17:51.058Z Downloaded addr2line v0.24.2
5242025-02-28T10:17:51.062Z Downloaded adler2 v2.0.0
5252025-02-28T10:17:51.068Z Downloaded aead v0.5.2
5262025-02-28T10:17:51.080Z Downloaded hickory-resolver v0.24.4
5272025-02-28T10:17:51.086Z Downloaded aes v0.8.4
5282025-02-28T10:17:51.089Z Downloaded headers-core v0.3.0
5292025-02-28T10:17:51.092Z Downloaded headers v0.4.0
5302025-02-28T10:17:51.096Z Downloaded base64 v0.13.1
5312025-02-28T10:17:51.099Z Downloaded aws-lc-rs v1.12.4
5322025-02-28T10:17:51.108Z Downloaded base64 v0.22.1
5332025-02-28T10:17:51.113Z Downloaded icu_locid v1.5.0
5342025-02-28T10:17:51.118Z Downloaded base64 v0.21.7
5352025-02-28T10:17:51.122Z Downloaded backoff v0.4.0
5362025-02-28T10:17:51.126Z Downloaded ident_case v1.0.1
5372025-02-28T10:17:51.131Z Downloaded icu_provider_macros v1.5.0
5382025-02-28T10:17:51.131Z Downloaded array-init v0.0.4
5392025-02-28T10:17:51.131Z Downloaded humantime v2.1.0
5402025-02-28T10:17:51.131Z Downloaded allocator-api2 v0.2.18
5412025-02-28T10:17:51.135Z Downloaded hyper-tls v0.6.0
5422025-02-28T10:17:51.135Z Downloaded argon2 v0.5.3
5432025-02-28T10:17:51.140Z Downloaded ahash v0.8.11
5442025-02-28T10:17:51.143Z Downloaded hubpack v0.1.2
5452025-02-28T10:17:51.143Z Downloaded arc-swap v1.7.1
5462025-02-28T10:17:51.147Z Downloaded instant v0.1.13
5472025-02-28T10:17:51.150Z Downloaded httpdate v1.0.3
5482025-02-28T10:17:51.154Z Downloaded hubpack_derive v0.1.1
5492025-02-28T10:17:51.154Z Downloaded bb8 v0.8.5
5502025-02-28T10:17:51.154Z Downloaded base64ct v1.6.0
5512025-02-28T10:17:51.157Z Downloaded backtrace v0.3.74
5522025-02-28T10:17:51.163Z Downloaded icu_locid_transform v1.5.0
5532025-02-28T10:17:51.168Z Downloaded hyper-staticfile v0.10.1
5542025-02-28T10:17:51.172Z Downloaded is_ci v1.2.0
5552025-02-28T10:17:51.172Z Downloaded async-stream-impl v0.3.6
5562025-02-28T10:17:51.172Z Downloaded crunchy v0.2.2
5572025-02-28T10:17:51.175Z Downloaded base16ct v0.2.0
5582025-02-28T10:17:51.175Z Downloaded bitfield-struct v0.6.2
5592025-02-28T10:17:51.175Z Downloaded indoc v2.0.5
5602025-02-28T10:17:51.178Z Downloaded impl-trait-for-tuples v0.2.2
5612025-02-28T10:17:51.181Z Downloaded indent_write v2.2.0
5622025-02-28T10:17:51.185Z Downloaded md5 v0.7.0
5632025-02-28T10:17:51.185Z Downloaded atomic-waker v1.1.2
5642025-02-28T10:17:51.189Z Downloaded async-recursion v1.1.1
5652025-02-28T10:17:51.192Z Downloaded pretty-hex v0.2.1
5662025-02-28T10:17:51.192Z Downloaded match_cfg v0.1.0
5672025-02-28T10:17:51.195Z Downloaded http-range v0.1.5
5682025-02-28T10:17:51.195Z Downloaded cstr-argument v0.1.2
5692025-02-28T10:17:51.195Z Downloaded block-padding v0.3.3
5702025-02-28T10:17:51.198Z Downloaded crucible-workspace-hack v0.1.0
5712025-02-28T10:17:51.198Z Downloaded icu_provider v1.5.0
5722025-02-28T10:17:51.202Z Downloaded inout v0.1.3
5732025-02-28T10:17:51.202Z Downloaded http v1.2.0
5742025-02-28T10:17:51.206Z Downloaded kstat-rs v0.2.4
5752025-02-28T10:17:51.210Z Downloaded cmake v0.1.51
5762025-02-28T10:17:51.213Z Downloaded cipher v0.4.4
5772025-02-28T10:17:51.213Z Downloaded lazycell v1.3.0
5782025-02-28T10:17:51.219Z Downloaded keccak v0.1.5
5792025-02-28T10:17:51.219Z Downloaded cbc v0.1.2
5802025-02-28T10:17:51.219Z Downloaded cassowary v0.3.0
5812025-02-28T10:17:51.222Z Downloaded convert_case v0.4.0
5822025-02-28T10:17:51.222Z Downloaded managed v0.8.0
5832025-02-28T10:17:51.225Z Downloaded crc-catalog v2.4.0
5842025-02-28T10:17:51.225Z Downloaded lalrpop-util v0.19.12
5852025-02-28T10:17:51.225Z Downloaded libsw-core v0.3.1
5862025-02-28T10:17:51.228Z Downloaded hostname v0.4.0
5872025-02-28T10:17:51.228Z Downloaded lru-cache v0.1.2
5882025-02-28T10:17:51.232Z Downloaded hostname v0.3.1
5892025-02-28T10:17:51.232Z Downloaded home v0.5.9
5902025-02-28T10:17:51.235Z Downloaded ref-cast v1.0.23
5912025-02-28T10:17:51.238Z Downloaded mime v0.3.17
5922025-02-28T10:17:51.238Z Downloaded serde_repr v0.1.19
5932025-02-28T10:17:51.242Z Downloaded maybe-uninit v2.0.0
5942025-02-28T10:17:51.242Z Downloaded memoffset v0.9.1
5952025-02-28T10:17:51.245Z Downloaded csv-core v0.1.11
5962025-02-28T10:17:51.245Z Downloaded cargo_metadata v0.18.1
5972025-02-28T10:17:51.249Z Downloaded constant_time_eq v0.3.1
5982025-02-28T10:17:51.252Z Downloaded rustfmt-wrapper v0.2.1
5992025-02-28T10:17:51.252Z Downloaded indexmap v1.9.3
6002025-02-28T10:17:51.257Z Downloaded icu_properties v1.5.1
6012025-02-28T10:17:51.260Z Downloaded termtree v0.4.1
6022025-02-28T10:17:51.261Z Downloaded signal-hook-mio v0.2.4
6032025-02-28T10:17:51.264Z Downloaded colored v2.2.0
6042025-02-28T10:17:51.267Z Downloaded zone_cfg_derive v0.3.0
6052025-02-28T10:17:51.267Z Downloaded tower-layer v0.3.3
6062025-02-28T10:17:51.267Z Downloaded yoke-derive v0.7.4
6072025-02-28T10:17:51.271Z Downloaded console v0.15.10
6082025-02-28T10:17:51.274Z Downloaded subtle v2.6.1
6092025-02-28T10:17:51.274Z Downloaded stringprep v0.1.5
6102025-02-28T10:17:51.279Z Downloaded rustc_version v0.4.1
6112025-02-28T10:17:51.279Z Downloaded async-bb8-diesel v0.2.1
6122025-02-28T10:17:51.283Z Downloaded litemap v0.7.3
6132025-02-28T10:17:51.287Z Downloaded blake2 v0.10.6
6142025-02-28T10:17:51.287Z Downloaded float-ord v0.3.2
6152025-02-28T10:17:51.292Z Downloaded spki v0.7.3
6162025-02-28T10:17:51.292Z Downloaded mime_guess v2.0.5
6172025-02-28T10:17:51.295Z Downloaded ssh-encoding v0.2.0
6182025-02-28T10:17:51.295Z Downloaded string_cache v0.8.7
6192025-02-28T10:17:51.295Z Downloaded hyper-util v0.1.10
6202025-02-28T10:17:51.299Z Downloaded fxhash v0.2.1
6212025-02-28T10:17:51.303Z Downloaded opaque-debug v0.3.1
6222025-02-28T10:17:51.303Z Downloaded num-conv v0.1.0
6232025-02-28T10:17:51.303Z Downloaded futures-task v0.3.31
6242025-02-28T10:17:51.306Z Downloaded futures-sink v0.3.31
6252025-02-28T10:17:51.306Z Downloaded peg-runtime v0.8.3
6262025-02-28T10:17:51.306Z Downloaded termtree v0.5.1
6272025-02-28T10:17:51.310Z Downloaded termios v0.3.3
6282025-02-28T10:17:51.310Z Downloaded ciborium v0.2.2
6292025-02-28T10:17:51.313Z Downloaded termcolor v1.4.1
6302025-02-28T10:17:51.313Z Downloaded crossbeam-deque v0.8.5
6312025-02-28T10:17:51.316Z Downloaded unicase v2.7.0
6322025-02-28T10:17:51.319Z Downloaded cookie_store v0.21.1
6332025-02-28T10:17:51.319Z Downloaded slog-bunyan v2.5.0
6342025-02-28T10:17:51.324Z Downloaded utf8_iter v1.0.4
6352025-02-28T10:17:51.324Z Downloaded either v1.14.0
6362025-02-28T10:17:51.329Z Downloaded deranged v0.3.11
6372025-02-28T10:17:51.329Z Downloaded debug-ignore v1.0.5
6382025-02-28T10:17:51.333Z Downloaded rustc-demangle v0.1.24
6392025-02-28T10:17:51.333Z Downloaded litrs v0.4.1
6402025-02-28T10:17:51.337Z Downloaded hickory-client v0.24.4
6412025-02-28T10:17:51.340Z Downloaded russh-cryptovec v0.7.3
6422025-02-28T10:17:51.340Z Downloaded predicates-tree v1.0.11
6432025-02-28T10:17:51.341Z Downloaded sigpipe v0.1.3
6442025-02-28T10:17:51.341Z Downloaded serde-big-array v0.5.1
6452025-02-28T10:17:51.346Z Downloaded daft-derive v0.1.1
6462025-02-28T10:17:51.352Z Downloaded float-cmp v0.10.0
6472025-02-28T10:17:51.352Z Downloaded semver v0.1.20
6482025-02-28T10:17:51.352Z Downloaded crc-any v2.5.0
6492025-02-28T10:17:51.355Z Downloaded cookie v0.18.1
6502025-02-28T10:17:51.355Z Downloaded strum v0.26.3
6512025-02-28T10:17:51.355Z Downloaded toolchain_find v0.4.0
6522025-02-28T10:17:51.359Z Downloaded flagset v0.4.6
6532025-02-28T10:17:51.359Z Downloaded indicatif v0.17.11
6542025-02-28T10:17:51.364Z Downloaded nanorand v0.7.0
6552025-02-28T10:17:51.367Z Downloaded unarray v0.1.4
6562025-02-28T10:17:51.367Z Downloaded primeorder v0.13.6
6572025-02-28T10:17:51.380Z Downloaded derive_builder_macro v0.20.2
6582025-02-28T10:17:51.384Z Downloaded derive_builder_core v0.20.2
6592025-02-28T10:17:51.384Z Downloaded value-bag v1.9.0
6602025-02-28T10:17:51.388Z Downloaded foreign-types-shared v0.3.1
6612025-02-28T10:17:51.391Z Downloaded dsl_auto_type v0.1.2
6622025-02-28T10:17:51.391Z Downloaded foreign-types-shared v0.1.1
6632025-02-28T10:17:51.391Z Downloaded predicates-core v1.0.8
6642025-02-28T10:17:51.395Z Downloaded bytes v1.10.0
6652025-02-28T10:17:51.399Z Downloaded normalize-line-endings v0.3.0
6662025-02-28T10:17:51.399Z Downloaded aes-gcm v0.10.3
6672025-02-28T10:17:51.402Z Downloaded static_assertions v1.1.0
6682025-02-28T10:17:51.405Z Downloaded slab v0.4.9
6692025-02-28T10:17:51.405Z Downloaded siphasher v0.3.11
6702025-02-28T10:17:51.409Z Downloaded radium v0.7.0
6712025-02-28T10:17:51.409Z Downloaded quinn-udp v0.5.5
6722025-02-28T10:17:51.413Z Downloaded pbkdf2 v0.12.2
6732025-02-28T10:17:51.416Z Downloaded parse-size v1.1.0
6742025-02-28T10:17:51.416Z Downloaded sqlformat v0.2.6
6752025-02-28T10:17:51.416Z Downloaded num-complex v0.4.6
6762025-02-28T10:17:51.420Z Downloaded unicode-truncate v1.1.0
6772025-02-28T10:17:51.425Z Downloaded chacha20poly1305 v0.10.1
6782025-02-28T10:17:51.425Z Downloaded topological-sort v0.2.2
6792025-02-28T10:17:51.429Z Downloaded native-tls v0.2.12
6802025-02-28T10:17:51.429Z Downloaded xattr v1.3.1
6812025-02-28T10:17:51.433Z Downloaded wyz v0.5.1
6822025-02-28T10:17:51.433Z Downloaded r2d2 v0.8.10
6832025-02-28T10:17:51.433Z Downloaded pin-project-lite v0.2.14
6842025-02-28T10:17:51.436Z Downloaded sqlparser_derive v0.2.2
6852025-02-28T10:17:51.440Z Downloaded derive_builder v0.20.2
6862025-02-28T10:17:51.443Z Downloaded foreign-types v0.5.0
6872025-02-28T10:17:51.447Z Downloaded ed25519 v2.2.3
6882025-02-28T10:17:51.447Z Downloaded dyn-clone v1.0.18
6892025-02-28T10:17:51.450Z Downloaded tinyvec_macros v0.1.1
6902025-02-28T10:17:51.450Z Downloaded tabwriter v1.4.0
6912025-02-28T10:17:51.454Z Downloaded take_mut v0.2.2
6922025-02-28T10:17:51.454Z Downloaded ghash v0.5.1
6932025-02-28T10:17:51.454Z Downloaded foreign-types-macros v0.2.3
6942025-02-28T10:17:51.457Z Downloaded tap v1.0.1
6952025-02-28T10:17:51.457Z Downloaded mockall v0.13.1
6962025-02-28T10:17:51.461Z Downloaded num-integer v0.1.46
6972025-02-28T10:17:51.461Z Downloaded num-derive v0.4.2
6982025-02-28T10:17:51.467Z Downloaded num v0.4.3
6992025-02-28T10:17:51.467Z Downloaded typify v0.3.0
7002025-02-28T10:17:51.490Z Downloaded tokio-native-tls v0.3.1
7012025-02-28T10:17:51.490Z Downloaded downcast v0.11.0
7022025-02-28T10:17:51.490Z Downloaded foreign-types v0.3.2
7032025-02-28T10:17:51.490Z Downloaded zone_cfg_derive v0.1.2
7042025-02-28T10:17:51.490Z Downloaded pkg-config v0.3.31
7052025-02-28T10:17:51.495Z Downloaded smallvec v1.14.0
7062025-02-28T10:17:51.495Z Downloaded rtoolbox v0.0.2
7072025-02-28T10:17:51.495Z Downloaded rpassword v7.3.1
7082025-02-28T10:17:51.495Z Downloaded progenitor-macro v0.9.1
7092025-02-28T10:17:51.495Z Downloaded strum_macros v0.25.3
7102025-02-28T10:17:51.495Z Downloaded untrusted v0.9.0
7112025-02-28T10:17:51.495Z Downloaded untrusted v0.7.1
7122025-02-28T10:17:51.495Z Downloaded pin-project v1.1.6
7132025-02-28T10:17:51.500Z Downloaded zone v0.3.0
7142025-02-28T10:17:51.500Z Downloaded quinn v0.11.5
7152025-02-28T10:17:51.505Z Downloaded newtype_derive v0.1.6
7162025-02-28T10:17:51.505Z Downloaded newline-converter v0.3.0
7172025-02-28T10:17:51.511Z Downloaded slog-scope v4.4.0
7182025-02-28T10:17:51.511Z Downloaded similar v2.6.0
7192025-02-28T10:17:51.519Z Downloaded nibble_vec v0.1.0
7202025-02-28T10:17:51.519Z Downloaded sync-ptr v0.1.1
7212025-02-28T10:17:51.519Z Downloaded utf16_iter v1.0.5
7222025-02-28T10:17:51.542Z Downloaded nu-ansi-term v0.50.1
7232025-02-28T10:17:51.542Z Downloaded aho-corasick v1.1.3
7242025-02-28T10:17:51.542Z Downloaded tower-service v0.3.3
7252025-02-28T10:17:51.542Z Downloaded p256 v0.13.2
7262025-02-28T10:17:51.542Z Downloaded write16 v1.0.0
7272025-02-28T10:17:51.542Z Downloaded display-error-chain v0.2.2
7282025-02-28T10:17:51.542Z Downloaded form_urlencoded v1.2.1
7292025-02-28T10:17:51.542Z Downloaded proc-macro-crate v1.3.1
7302025-02-28T10:17:51.542Z Downloaded predicates v3.1.3
7312025-02-28T10:17:51.552Z Downloaded pkcs8 v0.10.2
7322025-02-28T10:17:51.552Z Downloaded tungstenite v0.24.0
7332025-02-28T10:17:51.552Z Downloaded zerofrom v0.1.4
7342025-02-28T10:17:51.552Z Downloaded yasna v0.5.2
7352025-02-28T10:17:51.552Z Downloaded endian-type v0.1.2
7362025-02-28T10:17:51.552Z Downloaded fragile v2.0.0
7372025-02-28T10:17:51.572Z Downloaded foldhash v0.1.3
7382025-02-28T10:17:51.572Z Downloaded serde_derive_internals v0.29.1
7392025-02-28T10:17:51.572Z Downloaded des v0.8.1
7402025-02-28T10:17:51.572Z Downloaded enum-as-inner v0.6.1
7412025-02-28T10:17:51.572Z Downloaded password-hash v0.4.2
7422025-02-28T10:17:51.578Z Downloaded newtype-uuid v1.2.1
7432025-02-28T10:17:51.578Z Downloaded polyval v0.6.2
7442025-02-28T10:17:51.578Z Downloaded oxnet v0.1.1
7452025-02-28T10:17:51.579Z Downloaded path-slash v0.1.5
7462025-02-28T10:17:51.579Z Downloaded tokio-tungstenite v0.23.1
7472025-02-28T10:17:51.579Z Downloaded tokio-tungstenite v0.24.0
7482025-02-28T10:17:51.579Z Downloaded hyper v1.6.0
7492025-02-28T10:17:51.579Z Downloaded rfc6979 v0.4.0
7502025-02-28T10:17:51.579Z Downloaded salsa20 v0.10.2
7512025-02-28T10:17:51.582Z Downloaded tokio-rustls v0.26.0
7522025-02-28T10:17:51.582Z Downloaded stable_deref_trait v1.2.0
7532025-02-28T10:17:51.583Z Downloaded smf v0.2.3
7542025-02-28T10:17:51.583Z Downloaded displaydoc v0.2.5
7552025-02-28T10:17:51.587Z Downloaded pkcs5 v0.7.1
7562025-02-28T10:17:51.592Z Downloaded zone v0.1.8
7572025-02-28T10:17:51.592Z Downloaded resolv-conf v0.7.0
7582025-02-28T10:17:51.592Z Downloaded vsss-rs v3.3.4
7592025-02-28T10:17:51.611Z Downloaded rand v0.8.5
7602025-02-28T10:17:51.622Z Downloaded whoami v1.5.2
7612025-02-28T10:17:51.622Z Downloaded zerofrom-derive v0.1.4
7622025-02-28T10:17:51.622Z Downloaded fallible-iterator v0.2.0
7632025-02-28T10:17:51.622Z Downloaded writeable v0.5.5
7642025-02-28T10:17:51.623Z Downloaded ron v0.8.1
7652025-02-28T10:17:51.623Z Downloaded thiserror-impl-no-std v2.0.2
7662025-02-28T10:17:51.623Z Downloaded darling_macro v0.20.10
7672025-02-28T10:17:51.623Z Downloaded number_prefix v0.4.0
7682025-02-28T10:17:51.623Z Downloaded elliptic-curve v0.13.8
7692025-02-28T10:17:51.629Z Downloaded phf_codegen v0.11.2
7702025-02-28T10:17:51.629Z Downloaded phf v0.11.2
7712025-02-28T10:17:51.629Z Downloaded progenitor-macro v0.8.0
7722025-02-28T10:17:51.629Z Downloaded percent-encoding v2.3.1
7732025-02-28T10:17:51.629Z Downloaded postgres-protocol v0.6.8
7742025-02-28T10:17:51.629Z Downloaded progenitor-client v0.9.1
7752025-02-28T10:17:51.629Z Downloaded progenitor-client v0.8.0
7762025-02-28T10:17:51.636Z Downloaded phf_shared v0.10.0
7772025-02-28T10:17:51.636Z Downloaded num_threads v0.1.7
7782025-02-28T10:17:51.636Z Downloaded postcard v1.0.10
7792025-02-28T10:17:51.636Z Downloaded num_enum v0.5.11
7802025-02-28T10:17:51.648Z Downloaded nodrop v0.1.14
7812025-02-28T10:17:51.648Z Downloaded same-file v1.0.6
7822025-02-28T10:17:51.648Z Downloaded poly1305 v0.8.0
7832025-02-28T10:17:51.654Z Downloaded scheduled-thread-pool v0.2.7
7842025-02-28T10:17:51.654Z Downloaded ssh-cipher v0.2.0
7852025-02-28T10:17:51.654Z Downloaded slog-term v2.9.1
7862025-02-28T10:17:51.654Z Downloaded try-lock v0.2.5
7872025-02-28T10:17:51.654Z Downloaded thread_local v1.1.8
7882025-02-28T10:17:51.654Z Downloaded thiserror-no-std v2.0.2
7892025-02-28T10:17:51.660Z Downloaded tokio-rustls v0.25.0
7902025-02-28T10:17:51.660Z Downloaded tabled_derive v0.10.0
7912025-02-28T10:17:51.660Z Downloaded samael v0.0.18
7922025-02-28T10:17:51.670Z Downloaded vte_generate_state_changes v0.1.2
7932025-02-28T10:17:51.670Z Downloaded typify-macro v0.3.0
7942025-02-28T10:17:51.670Z Downloaded unicode_categories v0.1.1
7952025-02-28T10:17:51.674Z Downloaded env_filter v0.1.2
7962025-02-28T10:17:51.675Z Downloaded defmt-parser v0.3.4
7972025-02-28T10:17:51.675Z Downloaded parking_lot v0.12.3
7982025-02-28T10:17:51.675Z Downloaded globset v0.4.15
7992025-02-28T10:17:51.675Z Downloaded synstructure v0.13.1
8002025-02-28T10:17:51.686Z Downloaded tower v0.5.2
8012025-02-28T10:17:51.693Z Downloaded defmt v0.3.8
8022025-02-28T10:17:51.693Z Downloaded num_enum_derive v0.5.11
8032025-02-28T10:17:51.693Z Downloaded rand_seeder v0.3.0
8042025-02-28T10:17:51.697Z Downloaded defmt-macros v0.3.9
8052025-02-28T10:17:51.697Z Downloaded progenitor-impl v0.9.1
8062025-02-28T10:17:51.697Z Downloaded slog v2.7.0
8072025-02-28T10:17:51.701Z Downloaded slog-async v2.8.0
8082025-02-28T10:17:51.701Z Downloaded daft v0.1.1
8092025-02-28T10:17:51.704Z Downloaded curve25519-dalek-derive v0.1.1
8102025-02-28T10:17:51.705Z Downloaded owo-colors v4.2.0
8112025-02-28T10:17:51.710Z Downloaded precomputed-hash v0.1.1
8122025-02-28T10:17:51.711Z Downloaded tiny-keccak v2.0.2
8132025-02-28T10:17:51.725Z Downloaded socket2 v0.5.8
8142025-02-28T10:17:51.725Z Downloaded futures-core v0.3.31
8152025-02-28T10:17:51.725Z Downloaded unicode-normalization v0.1.24
8162025-02-28T10:17:51.725Z Downloaded tui-tree-widget v0.23.0
8172025-02-28T10:17:51.725Z Downloaded vte v0.11.1
8182025-02-28T10:17:51.725Z Downloaded itertools v0.14.0
8192025-02-28T10:17:51.729Z Downloaded packed_struct_codegen v0.10.1
8202025-02-28T10:17:51.732Z Downloaded num-traits v0.2.19
8212025-02-28T10:17:51.732Z Downloaded new_debug_unreachable v1.0.6
8222025-02-28T10:17:51.736Z Downloaded rand_xorshift v0.3.0
8232025-02-28T10:17:51.736Z Downloaded phf_generator v0.11.2
8242025-02-28T10:17:51.739Z Downloaded pem-rfc7468 v0.7.0
8252025-02-28T10:17:51.739Z Downloaded sha1 v0.10.6
8262025-02-28T10:17:51.742Z Downloaded olpc-cjson v0.1.4
8272025-02-28T10:17:51.742Z Downloaded crossterm v0.28.1
8282025-02-28T10:17:51.749Z Downloaded rustls-pemfile v1.0.4
8292025-02-28T10:17:51.752Z Downloaded itertools v0.12.1
8302025-02-28T10:17:51.759Z Downloaded signature v2.2.0
8312025-02-28T10:17:51.764Z Downloaded ppv-lite86 v0.2.20
8322025-02-28T10:17:51.764Z Downloaded diesel_table_macro_syntax v0.2.0
8332025-02-28T10:17:51.767Z Downloaded zeroize v1.8.1
8342025-02-28T10:17:51.767Z Downloaded serde-hex v0.1.0
8352025-02-28T10:17:51.768Z Downloaded spin v0.9.8
8362025-02-28T10:17:51.771Z Downloaded flate2 v1.1.0
8372025-02-28T10:17:51.774Z Downloaded funty v2.0.0
8382025-02-28T10:17:51.777Z Downloaded embedded-io v0.6.1
8392025-02-28T10:17:51.777Z Downloaded rand v0.9.0
8402025-02-28T10:17:51.781Z Downloaded sync_wrapper v1.0.1
8412025-02-28T10:17:51.784Z Downloaded tracing-attributes v0.1.27
8422025-02-28T10:17:51.787Z Downloaded time-core v0.1.2
8432025-02-28T10:17:51.788Z Downloaded progenitor v0.9.1
8442025-02-28T10:17:51.788Z Downloaded progenitor v0.8.0
8452025-02-28T10:17:51.791Z Downloaded proc-macro-error-attr2 v2.0.0
8462025-02-28T10:17:51.791Z Downloaded fixedbitset v0.5.7
8472025-02-28T10:17:51.795Z Downloaded blake3 v1.5.4
8482025-02-28T10:17:51.800Z Downloaded signal-hook-tokio v0.3.1
8492025-02-28T10:17:51.803Z Downloaded oso-derive v0.27.3
8502025-02-28T10:17:51.803Z Downloaded x509-cert v0.2.5
8512025-02-28T10:17:51.808Z Downloaded rand_core v0.9.2
8522025-02-28T10:17:51.811Z Downloaded getrandom v0.3.1
8532025-02-28T10:17:51.815Z Downloaded slog-envlogger v2.2.0
8542025-02-28T10:17:51.818Z Downloaded slog-dtrace v0.3.0
8552025-02-28T10:17:51.818Z Downloaded rand_core v0.6.4
8562025-02-28T10:17:51.821Z Downloaded rand_chacha v0.9.0
8572025-02-28T10:17:51.821Z Downloaded pbkdf2 v0.11.0
8582025-02-28T10:17:51.825Z Downloaded hash32 v0.2.1
8592025-02-28T10:17:51.825Z Downloaded russh-keys v0.45.0
8602025-02-28T10:17:51.830Z Downloaded subprocess v0.2.9
8612025-02-28T10:17:51.830Z Downloaded paste v1.0.15
8622025-02-28T10:17:51.833Z Downloaded futures-channel v0.3.31
8632025-02-28T10:17:51.833Z Downloaded typify v0.2.0
8642025-02-28T10:17:51.837Z Downloaded openssl-probe v0.1.5
8652025-02-28T10:17:51.842Z Downloaded openssl-macros v0.1.1
8662025-02-28T10:17:51.842Z Downloaded schemars_derive v0.8.22
8672025-02-28T10:17:51.842Z Downloaded futures-io v0.3.31
8682025-02-28T10:17:51.847Z Downloaded futures-executor v0.3.31
8692025-02-28T10:17:51.847Z Downloaded strum_macros v0.26.4
8702025-02-28T10:17:51.847Z Downloaded pkcs1 v0.7.5
8712025-02-28T10:17:51.853Z Downloaded getrandom v0.2.15
8722025-02-28T10:17:51.853Z Downloaded tinystr v0.7.6
8732025-02-28T10:17:51.858Z Downloaded parse-zoneinfo v0.3.1
8742025-02-28T10:17:51.858Z Downloaded snafu-derive v0.8.5
8752025-02-28T10:17:51.861Z Downloaded gethostname v0.5.0
8762025-02-28T10:17:51.861Z Downloaded hkdf v0.12.4
8772025-02-28T10:17:51.861Z Downloaded supports-color v3.0.2
8782025-02-28T10:17:51.864Z Downloaded slog-json v2.6.1
8792025-02-28T10:17:51.864Z Downloaded waitgroup v0.1.2
8802025-02-28T10:17:51.864Z Downloaded scopeguard v1.2.0
8812025-02-28T10:17:51.868Z Downloaded difflib v0.4.0
8822025-02-28T10:17:51.868Z Downloaded publicsuffix v2.3.0
8832025-02-28T10:17:51.873Z Downloaded which v4.4.2
8842025-02-28T10:17:51.873Z Downloaded wait-timeout v0.2.0
8852025-02-28T10:17:51.877Z Downloaded typify-macro v0.2.0
8862025-02-28T10:17:51.877Z Downloaded darling_core v0.20.10
8872025-02-28T10:17:51.880Z Downloaded fixedbitset v0.4.2
8882025-02-28T10:17:51.880Z Downloaded dirs-next v2.0.0
8892025-02-28T10:17:51.881Z Downloaded peg v0.8.4
8902025-02-28T10:17:51.885Z Downloaded filetime v0.2.25
8912025-02-28T10:17:51.889Z Downloaded quick-error v1.2.3
8922025-02-28T10:17:51.889Z Downloaded rustversion v1.0.17
8932025-02-28T10:17:51.892Z Downloaded fd-lock v4.0.2
8942025-02-28T10:17:51.892Z Downloaded glob v0.3.2
8952025-02-28T10:17:51.897Z Downloaded futures-macro v0.3.31
8962025-02-28T10:17:51.897Z Downloaded diesel-dtrace v0.4.2
8972025-02-28T10:17:51.901Z Downloaded nom v7.1.3
8982025-02-28T10:17:51.906Z Downloaded signal-hook-registry v1.4.2
8992025-02-28T10:17:51.906Z Downloaded walkdir v2.5.0
9002025-02-28T10:17:51.906Z Downloaded expectorate v1.1.0
9012025-02-28T10:17:51.909Z Downloaded powerfmt v0.2.0
9022025-02-28T10:17:51.909Z Downloaded shell-words v1.1.0
9032025-02-28T10:17:51.909Z Downloaded tokio-macros v2.5.0
9042025-02-28T10:17:51.914Z Downloaded tls_codec v0.4.1
9052025-02-28T10:17:51.914Z Downloaded phf_shared v0.11.2
9062025-02-28T10:17:51.914Z Downloaded embedded-io v0.4.0
9072025-02-28T10:17:51.917Z Downloaded ff v0.13.0
9082025-02-28T10:17:51.917Z Downloaded scrypt v0.11.0
9092025-02-28T10:17:51.917Z Downloaded tokio-util v0.7.13
9102025-02-28T10:17:51.924Z Downloaded dirs-sys-next v0.1.2
9112025-02-28T10:17:51.930Z Downloaded quinn-proto v0.11.8
9122025-02-28T10:17:51.935Z Downloaded rustls-pemfile v2.2.0
9132025-02-28T10:17:51.938Z Downloaded half v2.4.1
9142025-02-28T10:17:51.938Z Downloaded tracing-core v0.1.32
9152025-02-28T10:17:51.941Z Downloaded snafu v0.8.5
9162025-02-28T10:17:51.946Z Downloaded tls_codec_derive v0.4.1
9172025-02-28T10:17:51.949Z Downloaded oso v0.27.3
9182025-02-28T10:17:51.953Z Downloaded rusty-fork v0.3.0
9192025-02-28T10:17:51.953Z Downloaded openssl-sys v0.9.106
9202025-02-28T10:17:51.957Z Downloaded rustls-webpki v0.101.7
9212025-02-28T10:17:51.971Z Downloaded papergrid v0.14.0
9222025-02-28T10:17:51.975Z Downloaded quick-xml v0.37.2
9232025-02-28T10:17:51.983Z Downloaded tungstenite v0.23.0
9242025-02-28T10:17:51.987Z Downloaded diesel_derives v2.2.3
9252025-02-28T10:17:51.991Z Downloaded mockall_derive v0.13.1
9262025-02-28T10:17:51.995Z Downloaded tinyvec v1.8.0
9272025-02-28T10:17:51.995Z Downloaded serde_with v3.11.0
9282025-02-28T10:17:52.003Z Downloaded tungstenite v0.21.0
9292025-02-28T10:17:52.006Z Downloaded der v0.7.9
9302025-02-28T10:17:52.011Z Downloaded chrono v0.4.40
9312025-02-28T10:17:52.019Z Downloaded rustls-webpki v0.102.8
9322025-02-28T10:17:52.037Z Downloaded schemars v0.8.22
9332025-02-28T10:17:52.050Z Downloaded rayon v1.10.0
9342025-02-28T10:17:52.057Z Downloaded tracing v0.1.40
9352025-02-28T10:17:52.064Z Downloaded ed25519-dalek v2.1.1
9362025-02-28T10:17:52.068Z Downloaded portable-atomic v1.9.0
9372025-02-28T10:17:52.072Z Downloaded time v0.3.36
9382025-02-28T10:17:52.080Z Downloaded qorb v0.2.1
9392025-02-28T10:17:52.084Z Downloaded zerovec v0.10.4
9402025-02-28T10:17:52.089Z Downloaded typed-path v0.9.3
9412025-02-28T10:17:52.095Z Downloaded h2 v0.4.6
9422025-02-28T10:17:52.102Z Downloaded sqlparser v0.45.0
9432025-02-28T10:17:52.108Z Downloaded regex v1.11.1
9442025-02-28T10:17:52.122Z Downloaded petname v2.0.2
9452025-02-28T10:17:52.127Z Downloaded radix_trie v0.2.1
9462025-02-28T10:17:52.132Z Downloaded p384 v0.13.0
9472025-02-28T10:17:52.139Z Downloaded reedline v0.35.0
9482025-02-28T10:17:52.146Z Downloaded p521 v0.13.3
9492025-02-28T10:17:52.150Z Downloaded reqwest v0.12.12
9502025-02-28T10:17:52.159Z Downloaded rustls v0.21.12
9512025-02-28T10:17:52.170Z Downloaded unicode-width v0.2.0
9522025-02-28T10:17:52.177Z Downloaded zerocopy v0.8.10
9532025-02-28T10:17:52.200Z Downloaded gimli v0.31.1
9542025-02-28T10:17:52.209Z Downloaded tabled v0.18.0
9552025-02-28T10:17:52.228Z Downloaded git2 v0.19.0
9562025-02-28T10:17:52.235Z Downloaded chrono-tz v0.10.1
9572025-02-28T10:17:52.243Z Downloaded nix v0.27.1
9582025-02-28T10:17:52.254Z Downloaded smoltcp v0.9.1
9592025-02-28T10:17:52.265Z Downloaded polar-core v0.27.3
9602025-02-28T10:17:52.273Z Downloaded nix v0.28.0
9612025-02-28T10:17:52.284Z Downloaded webpki-roots v0.26.6
9622025-02-28T10:17:52.288Z Downloaded curve25519-dalek v4.1.3
9632025-02-28T10:17:52.297Z Downloaded object v0.30.4
9642025-02-28T10:17:52.306Z Downloaded dropshot v0.16.0
9652025-02-28T10:17:52.342Z Downloaded openssl v0.10.71
9662025-02-28T10:17:52.372Z Downloaded regress v0.10.3
9672025-02-28T10:17:52.372Z Downloaded regex-syntax v0.8.5
9682025-02-28T10:17:52.386Z Downloaded rustls v0.22.4
9692025-02-28T10:17:52.386Z Downloaded nix v0.29.0
9702025-02-28T10:17:52.389Z Downloaded smoltcp v0.11.0
9712025-02-28T10:17:52.398Z Downloaded object v0.36.5
9722025-02-28T10:17:52.402Z Downloaded diesel v2.2.7
9732025-02-28T10:17:52.434Z Downloaded typify-impl v0.3.0
9742025-02-28T10:17:52.449Z Downloaded ratatui v0.29.0
9752025-02-28T10:17:52.457Z Downloaded typify-impl v0.2.0
9762025-02-28T10:17:52.473Z Downloaded zerocopy-derive v0.6.6
9772025-02-28T10:17:52.482Z Downloaded sled v0.34.7
9782025-02-28T10:17:52.491Z Downloaded bzip2-sys v0.1.11+1.0.8
9792025-02-28T10:17:52.503Z Downloaded regex-syntax v0.6.29
9802025-02-28T10:17:52.511Z Downloaded rustls v0.23.19
9812025-02-28T10:17:52.521Z Downloaded openapiv3 v2.0.0
9822025-02-28T10:17:52.534Z Downloaded bstr v1.10.0
9832025-02-28T10:17:52.544Z Downloaded dropshot v0.12.0
9842025-02-28T10:17:52.562Z Downloaded regex-automata v0.4.8
9852025-02-28T10:17:52.579Z Downloaded hickory-proto v0.24.4
9862025-02-28T10:17:52.594Z Downloaded lzma-sys v0.1.20
9872025-02-28T10:17:52.622Z Downloaded winnow v0.6.20
9882025-02-28T10:17:52.630Z Downloaded petgraph v0.7.1
9892025-02-28T10:17:52.649Z Downloaded winnow v0.5.40
9902025-02-28T10:17:52.656Z Downloaded petgraph v0.6.5
9912025-02-28T10:17:52.673Z Downloaded libz-sys v1.1.20
9922025-02-28T10:17:52.694Z Downloaded csv v1.3.1
9932025-02-28T10:17:52.716Z Downloaded proptest v1.6.0
9942025-02-28T10:17:52.721Z Downloaded vcpkg v0.2.15
9952025-02-28T10:17:52.758Z Downloaded bindgen v0.71.1
9962025-02-28T10:17:52.766Z Downloaded bindgen v0.69.5
9972025-02-28T10:17:52.773Z Downloaded salty v0.3.0
9982025-02-28T10:17:52.779Z Downloaded rustyline v14.0.0
9992025-02-28T10:17:52.784Z Downloaded lalrpop v0.19.12
10002025-02-28T10:17:52.795Z Downloaded bitvec v1.0.1
10012025-02-28T10:17:52.808Z Downloaded tough v0.19.0
10022025-02-28T10:17:52.816Z Downloaded sha3 v0.10.8
10032025-02-28T10:17:52.821Z Downloaded tokio v1.43.0
10042025-02-28T10:17:52.864Z Downloaded ssh-key v0.6.6
10052025-02-28T10:17:52.873Z Downloaded russh v0.45.0
10062025-02-28T10:17:52.873Z Downloaded zip v2.1.3
10072025-02-28T10:17:52.877Z Downloaded group v0.13.0
10082025-02-28T10:17:52.877Z Downloaded fs_extra v1.3.0
10092025-02-28T10:17:52.881Z Downloaded diff v0.1.13
10102025-02-28T10:17:52.881Z Downloaded futures v0.3.31
10112025-02-28T10:17:52.884Z Downloaded futures-util v0.3.31
10122025-02-28T10:17:52.903Z Downloaded omicron-zone-package v0.12.0
10132025-02-28T10:17:52.908Z Downloaded serde_yaml v0.9.34+deprecated
10142025-02-28T10:17:52.908Z Downloaded dropshot_endpoint v0.12.0
10152025-02-28T10:17:52.908Z Downloaded postgres-types v0.2.9
10162025-02-28T10:17:52.908Z Downloaded zerocopy-derive v0.8.10
10172025-02-28T10:17:52.913Z Downloaded unsafe-libyaml v0.2.11
10182025-02-28T10:17:52.917Z Downloaded zopfli v0.8.1
10192025-02-28T10:17:52.917Z Downloaded fatfs v0.3.6
10202025-02-28T10:17:52.922Z Downloaded hashbrown v0.13.2
10212025-02-28T10:17:52.926Z Downloaded ena v0.14.3
10222025-02-28T10:17:52.926Z Downloaded zeroize_derive v1.4.2
10232025-02-28T10:17:52.929Z Downloaded tokio-rustls v0.24.1
10242025-02-28T10:17:52.929Z Downloaded darling v0.20.10
10252025-02-28T10:17:52.934Z Downloaded test-strategy v0.4.0
10262025-02-28T10:17:52.941Z Downloaded want v0.3.1
10272025-02-28T10:17:52.942Z Downloaded packed_struct v0.10.1
10282025-02-28T10:17:52.942Z Downloaded encoding_rs v0.8.34
10292025-02-28T10:17:52.959Z Downloaded serde_with_macros v3.11.0
10302025-02-28T10:17:52.962Z Downloaded peg-macros v0.8.4
10312025-02-28T10:17:52.962Z Downloaded unicode-segmentation v1.12.0
10322025-02-28T10:17:52.966Z Downloaded icu_properties_data v1.5.0
10332025-02-28T10:17:52.976Z Downloaded unicode-properties v0.1.3
10342025-02-28T10:17:52.979Z Downloaded time-macros v0.2.18
10352025-02-28T10:17:52.980Z Downloaded num-bigint-dig v0.8.4
10362025-02-28T10:17:52.984Z Downloaded mio v1.0.2
10372025-02-28T10:17:52.992Z Downloaded ron v0.7.1
10382025-02-28T10:17:52.995Z Downloaded ring v0.17.11
10392025-02-28T10:17:53.035Z Downloaded url v2.5.3
10402025-02-28T10:17:53.039Z Downloaded hash32 v0.3.1
10412025-02-28T10:17:53.042Z Downloaded password-hash v0.5.0
10422025-02-28T10:17:53.042Z Downloaded parking_lot v0.11.2
10432025-02-28T10:17:53.049Z Downloaded pem v3.0.5
10442025-02-28T10:17:53.049Z Downloaded idna v1.0.3
10452025-02-28T10:17:53.054Z Downloaded rayon-core v1.12.1
10462025-02-28T10:17:53.054Z Downloaded toml_edit v0.19.15
10472025-02-28T10:17:53.067Z Downloaded toml v0.7.8
10482025-02-28T10:17:53.074Z Downloaded zip v0.6.6
10492025-02-28T10:17:53.074Z Downloaded steno v0.4.1
10502025-02-28T10:17:53.078Z Downloaded hashbrown v0.12.3
10512025-02-28T10:17:53.081Z Downloaded num-rational v0.4.2
10522025-02-28T10:17:53.084Z Downloaded tokio-postgres v0.7.13
10532025-02-28T10:17:53.087Z Downloaded itertools v0.13.0
10542025-02-28T10:17:53.092Z Downloaded rcgen v0.12.1
10552025-02-28T10:17:53.095Z Downloaded num-bigint v0.4.6
10562025-02-28T10:17:53.104Z Downloaded libxml v0.3.3
10572025-02-28T10:17:53.119Z Downloaded libm v0.2.8
10582025-02-28T10:17:53.119Z Downloaded libgit2-sys v0.17.0+1.8.1
10592025-02-28T10:17:53.168Z Downloaded parking_lot_core v0.8.6
10602025-02-28T10:17:53.171Z Downloaded derive_more v0.99.19
10612025-02-28T10:17:53.176Z Downloaded prettyplease v0.2.29
10622025-02-28T10:17:53.179Z Downloaded itertools v0.10.5
10632025-02-28T10:17:53.183Z Downloaded zerovec-derive v0.10.3
10642025-02-28T10:17:53.186Z Downloaded utf-8 v0.7.6
10652025-02-28T10:17:53.187Z Downloaded slog-stdlog v4.1.1
10662025-02-28T10:17:53.205Z Downloaded crossbeam-channel v0.5.13
10672025-02-28T10:17:53.209Z Downloaded flume v0.11.1
10682025-02-28T10:17:53.209Z Downloaded serde_urlencoded v0.7.1
10692025-02-28T10:17:53.209Z Downloaded serde_path_to_error v0.1.16
10702025-02-28T10:17:53.209Z Downloaded dropshot_endpoint v0.16.0
10712025-02-28T10:17:53.209Z Downloaded sec1 v0.7.3
10722025-02-28T10:17:53.210Z Downloaded rustls-pki-types v1.10.0
10732025-02-28T10:17:53.210Z Downloaded hickory-server v0.24.4
10742025-02-28T10:17:53.216Z Downloaded miniz_oxide v0.8.5
10752025-02-28T10:17:53.216Z Downloaded minimal-lexical v0.2.1
10762025-02-28T10:17:53.220Z Downloaded ecdsa v0.16.9
10772025-02-28T10:17:53.220Z Downloaded xz2 v0.1.7
10782025-02-28T10:17:53.220Z Downloaded uuid v1.15.1
10792025-02-28T10:17:53.226Z Downloaded unicode-bidi v0.3.17
10802025-02-28T10:17:53.229Z Downloaded rsa v0.9.6
10812025-02-28T10:17:53.229Z Downloaded const_format v0.2.34
10822025-02-28T10:17:53.232Z Downloaded tar v0.4.44
10832025-02-28T10:17:53.236Z Downloaded num-iter v0.1.45
10842025-02-28T10:17:53.244Z Downloaded sct v0.7.1
10852025-02-28T10:17:53.244Z Downloaded dunce v1.0.5
10862025-02-28T10:17:53.244Z Downloaded document-features v0.2.10
10872025-02-28T10:17:53.245Z Downloaded data-encoding v2.6.0
10882025-02-28T10:17:53.245Z Downloaded derive-where v1.2.7
10892025-02-28T10:17:53.253Z Downloaded cc v1.2.15
10902025-02-28T10:17:53.253Z Downloaded vergen v8.3.2
10912025-02-28T10:17:53.257Z Downloaded universal-hash v0.5.1
10922025-02-28T10:17:53.257Z Downloaded unicode-xid v0.2.6
10932025-02-28T10:17:53.257Z Downloaded crypto-bigint v0.5.5
10942025-02-28T10:17:53.261Z Downloaded pin-project-internal v1.1.6
10952025-02-28T10:17:53.261Z Downloaded parking_lot_core v0.9.10
10962025-02-28T10:17:53.265Z Downloaded strum_macros v0.24.3
10972025-02-28T10:17:53.265Z Downloaded structmeta-derive v0.3.0
10982025-02-28T10:17:53.265Z Downloaded structmeta v0.3.0
10992025-02-28T10:17:53.269Z Downloaded strip-ansi-escapes v0.2.0
11002025-02-28T10:17:53.269Z Downloaded signal-hook v0.3.17
11012025-02-28T10:17:53.273Z Downloaded bumpalo v3.16.0
11022025-02-28T10:17:53.273Z Downloaded multimap v0.10.0
11032025-02-28T10:17:53.276Z Downloaded multer v3.1.0
11042025-02-28T10:17:53.276Z Downloaded simd-adler32 v0.3.7
11052025-02-28T10:17:53.276Z Downloaded secrecy v0.8.0
11062025-02-28T10:17:53.280Z Downloaded env_logger v0.11.5
11072025-02-28T10:17:53.280Z Downloaded env_logger v0.10.2
11082025-02-28T10:17:53.284Z Downloaded uzers v0.12.1
11092025-02-28T10:17:53.284Z Downloaded heapless v0.8.0
11102025-02-28T10:17:53.288Z Downloaded heapless v0.7.17
11112025-02-28T10:17:53.292Z Downloaded der_derive v0.7.3
11122025-02-28T10:17:53.296Z Downloaded zerocopy v0.6.6
11132025-02-28T10:17:53.296Z Downloaded yoke v0.7.4
11142025-02-28T10:17:53.300Z Downloaded twox-hash v2.1.0
11152025-02-28T10:17:53.300Z Downloaded progenitor-impl v0.8.0
11162025-02-28T10:17:53.303Z Downloaded pin-utils v0.1.0
11172025-02-28T10:17:53.304Z Downloaded parse-display-derive v0.10.0
11182025-02-28T10:17:53.304Z Downloaded parse-display v0.10.0
11192025-02-28T10:17:53.304Z Downloaded compact_str v0.8.0
11202025-02-28T10:17:53.308Z Downloaded clang-sys v1.8.1
11212025-02-28T10:17:53.312Z Downloaded tokio-tungstenite v0.21.0
11222025-02-28T10:17:53.312Z Downloaded tokio-stream v0.1.17
11232025-02-28T10:17:53.315Z Downloaded term v0.7.0
11242025-02-28T10:17:53.319Z Downloaded httparse v1.9.5
11252025-02-28T10:17:53.322Z Downloaded hmac v0.12.1
11262025-02-28T10:17:53.323Z Downloaded crossbeam-utils v0.8.20
11272025-02-28T10:17:53.326Z Downloaded crossbeam-epoch v0.9.18
11282025-02-28T10:17:53.326Z Downloaded icu_normalizer_data v1.5.0
11292025-02-28T10:17:53.330Z Downloaded rand_chacha v0.3.1
11302025-02-28T10:17:53.330Z Downloaded proc-macro-error2 v2.0.1
11312025-02-28T10:17:53.333Z Downloaded serde_plain v1.0.2
11322025-02-28T10:17:53.334Z Downloaded const-oid v0.9.6
11332025-02-28T10:17:53.338Z Downloaded memmap2 v0.9.5
11342025-02-28T10:17:53.338Z Downloaded icu_collections v1.5.0
11352025-02-28T10:17:53.341Z Downloaded libefi-sys v0.1.0
11362025-02-28T10:17:53.345Z Downloaded crc32fast v1.4.2
11372025-02-28T10:17:53.345Z Downloaded rustc_version v0.1.7
11382025-02-28T10:17:53.345Z Downloaded rustc-hash v2.1.1
11392025-02-28T10:17:53.348Z Downloaded rustc-hash v1.1.0
11402025-02-28T10:17:53.348Z Downloaded ipnet v2.11.0
11412025-02-28T10:17:53.349Z Downloaded bcs v0.1.6
11422025-02-28T10:17:53.352Z Downloaded smallvec v0.6.14
11432025-02-28T10:17:53.352Z Downloaded ref-cast-impl v1.0.23
11442025-02-28T10:17:53.352Z Downloaded const_format_proc_macros v0.2.34
11452025-02-28T10:17:53.355Z Downloaded cexpr v0.6.0
11462025-02-28T10:17:53.355Z Downloaded async-trait v0.1.86
11472025-02-28T10:17:53.359Z Downloaded shlex v1.3.0
11482025-02-28T10:17:53.362Z Downloaded lock_api v0.4.12
11492025-02-28T10:17:53.362Z Downloaded linked-hash-map v0.5.6
11502025-02-28T10:17:53.362Z Downloaded libloading v0.8.5
11512025-02-28T10:17:53.366Z Downloaded jobserver v0.1.32
11522025-02-28T10:17:53.366Z Downloaded cancel-safe-futures v0.1.5
11532025-02-28T10:17:53.369Z Downloaded crc v3.2.1
11542025-02-28T10:17:53.372Z Downloaded bit-vec v0.8.0
11552025-02-28T10:17:53.372Z Downloaded bcrypt-pbkdf v0.10.0
11562025-02-28T10:17:53.372Z Downloaded bit-vec v0.6.3
11572025-02-28T10:17:53.378Z Downloaded bit-set v0.8.0
11582025-02-28T10:17:53.378Z Downloaded bit-set v0.5.3
11592025-02-28T10:17:53.378Z Downloaded maplit v1.0.2
11602025-02-28T10:17:53.382Z Downloaded lru v0.12.5
11612025-02-28T10:17:53.382Z Downloaded lockfree-object-pool v0.1.6
11622025-02-28T10:17:53.382Z Downloaded linear-map v1.2.0
11632025-02-28T10:17:53.382Z Downloaded libsw v3.4.0
11642025-02-28T10:17:53.386Z Downloaded psl-types v2.0.11
11652025-02-28T10:17:53.386Z Downloaded md-5 v0.10.6
11662025-02-28T10:17:53.386Z Downloaded bzip2 v0.4.4
11672025-02-28T10:17:53.386Z Downloaded chacha20 v0.9.1
11682025-02-28T10:17:53.390Z Downloaded assert_matches v1.5.0
11692025-02-28T10:17:53.390Z Downloaded ipnetwork v0.21.1
11702025-02-28T10:17:53.390Z Downloaded internet-checksum v0.2.1
11712025-02-28T10:17:53.390Z Downloaded instability v0.3.2
11722025-02-28T10:17:53.393Z Downloaded lazy_static v1.5.0
11732025-02-28T10:17:53.393Z Downloaded is-terminal v0.4.13
11742025-02-28T10:17:53.393Z Downloaded http-body-util v0.1.2
11752025-02-28T10:17:53.396Z Downloaded ciborium-ll v0.2.2
11762025-02-28T10:17:53.396Z Downloaded castaway v0.2.3
11772025-02-28T10:17:53.396Z Downloaded async-stream v0.3.6
11782025-02-28T10:17:53.400Z Downloaded icu_normalizer v1.5.0
11792025-02-28T10:17:53.404Z Downloaded iana-time-zone v0.1.61
11802025-02-28T10:17:53.404Z Downloaded cobs v0.2.3
11812025-02-28T10:17:53.408Z Downloaded chrono-tz-build v0.4.0
11822025-02-28T10:17:53.408Z Downloaded icu_locid_transform_data v1.5.0
11832025-02-28T10:17:53.408Z Downloaded ciborium-io v0.2.2
11842025-02-28T10:17:53.408Z Downloaded cfg_aliases v0.2.1
11852025-02-28T10:17:53.411Z Downloaded ascii-canvas v3.0.0
11862025-02-28T10:17:53.411Z Downloaded idna_adapter v1.2.0
11872025-02-28T10:17:53.411Z Downloaded hex-literal v0.4.1
11882025-02-28T10:17:53.411Z Downloaded hex v0.4.3
11892025-02-28T10:17:53.415Z Downloaded buf-list v1.0.3
11902025-02-28T10:17:53.415Z Downloaded blowfish v0.9.1
11912025-02-28T10:17:53.418Z Downloaded indoc v1.0.9
11922025-02-28T10:17:53.418Z Downloaded http-body v1.0.1
11932025-02-28T10:17:53.418Z Downloaded heck v0.3.3
11942025-02-28T10:17:53.422Z Downloaded bitfield v0.14.0
11952025-02-28T10:17:53.422Z Downloaded hyper-rustls v0.27.3
11962025-02-28T10:17:53.426Z Downloaded highway v1.3.0
11972025-02-28T10:17:53.426Z Downloaded cfg_aliases v0.1.1
11982025-02-28T10:17:53.426Z Downloaded atomicwrites v0.4.4
11992025-02-28T10:17:53.426Z Downloaded arrayvec v0.7.6
12002025-02-28T10:17:53.430Z Downloaded arrayref v0.3.9
12012025-02-28T10:17:53.430Z Downloaded atty v0.2.14
12022025-02-28T10:17:53.673Z Downloaded aws-lc-sys v0.26.0
12032025-02-28T10:17:53.995Z Compiling serde v1.0.218
12042025-02-28T10:17:53.998Z Compiling value-bag v1.9.0
12052025-02-28T10:17:53.998Z Compiling lock_api v0.4.12
12062025-02-28T10:17:53.998Z Compiling scopeguard v1.2.0
12072025-02-28T10:17:53.998Z Compiling typenum v1.17.0
12082025-02-28T10:17:54.150Z Compiling generic-array v0.14.7
12092025-02-28T10:17:54.191Z Compiling syn v2.0.98
12102025-02-28T10:17:54.206Z Compiling getrandom v0.2.15
12112025-02-28T10:17:54.321Z Compiling shlex v1.3.0
12122025-02-28T10:17:54.528Z Compiling log v0.4.22
12132025-02-28T10:17:54.634Z Compiling rand_core v0.6.4
12142025-02-28T10:17:54.675Z Compiling subtle v2.6.1
12152025-02-28T10:17:54.692Z Compiling jobserver v0.1.32
12162025-02-28T10:17:54.725Z Compiling smallvec v1.14.0
12172025-02-28T10:17:54.984Z Compiling const-oid v0.9.6
12182025-02-28T10:17:55.006Z Compiling pin-project-lite v0.2.14
12192025-02-28T10:17:55.124Z Compiling cc v1.2.15
12202025-02-28T10:17:55.143Z Compiling rustix v0.38.37
12212025-02-28T10:17:55.163Z Compiling parking_lot_core v0.9.10
12222025-02-28T10:17:55.249Z Compiling futures-core v0.3.31
12232025-02-28T10:17:55.463Z Compiling spin v0.9.8
12242025-02-28T10:17:55.501Z Compiling signal-hook-registry v1.4.2
12252025-02-28T10:17:55.882Z Compiling mio v1.0.2
12262025-02-28T10:17:55.934Z Compiling parking_lot v0.12.3
12272025-02-28T10:17:56.272Z Compiling aho-corasick v1.1.3
12282025-02-28T10:17:56.354Z Compiling stable_deref_trait v1.2.0
12292025-02-28T10:17:56.480Z Compiling either v1.14.0
12302025-02-28T10:17:56.724Z Compiling futures-sink v0.3.31
12312025-02-28T10:17:56.829Z Compiling regex-syntax v0.8.5
12322025-02-28T10:17:56.891Z Compiling cpufeatures v0.2.14
12332025-02-28T10:17:56.895Z Compiling socket2 v0.5.8
12342025-02-28T10:17:57.004Z Compiling slab v0.4.9
12352025-02-28T10:17:57.070Z Compiling glob v0.3.2
12362025-02-28T10:17:57.119Z Compiling prettyplease v0.2.29
12372025-02-28T10:17:57.506Z Compiling lazy_static v1.5.0
12382025-02-28T10:17:57.646Z Compiling minimal-lexical v0.2.1
12392025-02-28T10:17:57.797Z Compiling serde_json v1.0.139
12402025-02-28T10:17:57.825Z Compiling futures-channel v0.3.31
12412025-02-28T10:17:57.975Z Compiling clang-sys v1.8.1
12422025-02-28T10:17:58.152Z Compiling nom v7.1.3
12432025-02-28T10:17:58.191Z Compiling libloading v0.8.5
12442025-02-28T10:17:58.271Z Compiling futures-task v0.3.31
12452025-02-28T10:17:58.580Z Compiling bindgen v0.69.5
12462025-02-28T10:17:58.601Z Compiling futures-io v0.3.31
12472025-02-28T10:17:58.707Z Compiling home v0.5.9
12482025-02-28T10:17:58.892Z Compiling pin-utils v0.1.0
12492025-02-28T10:17:59.003Z Compiling itertools v0.12.1
12502025-02-28T10:17:59.071Z Compiling lazycell v1.3.0
12512025-02-28T10:17:59.261Z Compiling rustc-hash v1.1.0
12522025-02-28T10:17:59.435Z Compiling foldhash v0.1.3
12532025-02-28T10:17:59.478Z Compiling allocator-api2 v0.2.18
12542025-02-28T10:17:59.764Z Compiling libm v0.2.8
12552025-02-28T10:18:00.152Z Compiling hashbrown v0.15.1
12562025-02-28T10:18:00.214Z Compiling cmake v0.1.51
12572025-02-28T10:18:00.961Z Compiling regex-automata v0.4.8
12582025-02-28T10:18:01.081Z Compiling num-traits v0.2.19
12592025-02-28T10:18:01.351Z Compiling cexpr v0.6.0
12602025-02-28T10:18:01.409Z Compiling fs_extra v1.3.0
12612025-02-28T10:18:01.616Z Compiling pkg-config v0.3.31
12622025-02-28T10:18:01.940Z Compiling synstructure v0.13.1
12632025-02-28T10:18:02.908Z Compiling dunce v1.0.5
12642025-02-28T10:18:03.001Z Compiling getrandom v0.3.1
12652025-02-28T10:18:03.189Z Compiling litemap v0.7.3
12662025-02-28T10:18:03.314Z Compiling writeable v0.5.5
12672025-02-28T10:18:03.580Z Compiling ring v0.17.11
12682025-02-28T10:18:03.726Z Compiling base64ct v1.6.0
12692025-02-28T10:18:03.861Z Compiling paste v1.0.15
12702025-02-28T10:18:04.329Z Compiling pem-rfc7468 v0.7.0
12712025-02-28T10:18:04.726Z Compiling aws-lc-rs v1.12.4
12722025-02-28T10:18:04.849Z Compiling flagset v0.4.6
12732025-02-28T10:18:04.889Z Compiling httparse v1.9.5
12742025-02-28T10:18:05.062Z Compiling icu_locid_transform_data v1.5.0
12752025-02-28T10:18:05.169Z Compiling tracing-core v0.1.32
12762025-02-28T10:18:05.639Z Compiling icu_properties_data v1.5.0
12772025-02-28T10:18:05.869Z Compiling crossbeam-utils v0.8.20
12782025-02-28T10:18:05.903Z Compiling rustls-pki-types v1.10.0
12792025-02-28T10:18:06.202Z Compiling regex v1.11.1
12802025-02-28T10:18:06.261Z Compiling percent-encoding v2.3.1
12812025-02-28T10:18:06.573Z Compiling write16 v1.0.0
12822025-02-28T10:18:06.715Z Compiling time-core v0.1.2
12832025-02-28T10:18:06.752Z Compiling serde_derive v1.0.218
12842025-02-28T10:18:06.876Z Compiling zeroize_derive v1.4.2
12852025-02-28T10:18:06.896Z Compiling zerocopy-derive v0.7.35
12862025-02-28T10:18:07.100Z Compiling tokio-macros v2.5.0
12872025-02-28T10:18:07.105Z Compiling zerofrom-derive v0.1.4
12882025-02-28T10:18:08.270Z Compiling zeroize v1.8.1
12892025-02-28T10:18:08.596Z Compiling yoke-derive v0.7.4
12902025-02-28T10:18:08.831Z Compiling zerocopy v0.7.35
12912025-02-28T10:18:09.300Z Compiling zerovec-derive v0.10.3
12922025-02-28T10:18:09.792Z Compiling crypto-common v0.1.6
12932025-02-28T10:18:10.027Z Compiling block-buffer v0.10.4
12942025-02-28T10:18:10.126Z Compiling futures-macro v0.3.31
12952025-02-28T10:18:10.279Z Compiling digest v0.10.7
12962025-02-28T10:18:10.436Z Compiling zerofrom v0.1.4
12972025-02-28T10:18:10.466Z Compiling thiserror-impl v1.0.69
12982025-02-28T10:18:10.666Z Compiling displaydoc v0.2.5
12992025-02-28T10:18:10.752Z Compiling hmac v0.12.1
13002025-02-28T10:18:11.020Z Compiling block-padding v0.3.3
13012025-02-28T10:18:11.217Z Compiling yoke v0.7.4
13022025-02-28T10:18:11.283Z Compiling inout v0.1.3
13032025-02-28T10:18:11.308Z Compiling ppv-lite86 v0.2.20
13042025-02-28T10:18:11.570Z Compiling cipher v0.4.4
13052025-02-28T10:18:11.589Z Compiling sha2 v0.10.8
13062025-02-28T10:18:11.757Z Compiling zerovec v0.10.4
13072025-02-28T10:18:11.937Z Compiling futures-util v0.3.31
13082025-02-28T10:18:12.057Z Compiling icu_provider_macros v1.5.0
13092025-02-28T10:18:12.084Z Compiling der_derive v0.7.3
13102025-02-28T10:18:12.231Z Compiling tracing-attributes v0.1.27
13112025-02-28T10:18:13.130Z Compiling salsa20 v0.10.2
13122025-02-28T10:18:13.360Z Compiling pbkdf2 v0.12.2
13132025-02-28T10:18:13.488Z Compiling thiserror v1.0.69
13142025-02-28T10:18:13.539Z Compiling tinystr v0.7.6
13152025-02-28T10:18:13.647Z Compiling icu_collections v1.5.0
13162025-02-28T10:18:13.794Z Compiling pest v2.7.14
13172025-02-28T10:18:13.907Z Compiling icu_locid v1.5.0
13182025-02-28T10:18:14.343Z Compiling der v0.7.9
13192025-02-28T10:18:14.880Z Compiling icu_normalizer_data v1.5.0
13202025-02-28T10:18:14.999Z Compiling num-conv v0.1.0
13212025-02-28T10:18:15.078Z Compiling icu_provider v1.5.0
13222025-02-28T10:18:15.297Z Compiling vcpkg v0.2.15
13232025-02-28T10:18:15.494Z Compiling tracing v0.1.40
13242025-02-28T10:18:15.900Z Compiling icu_locid_transform v1.5.0
13252025-02-28T10:18:15.999Z Compiling powerfmt v0.2.0
13262025-02-28T10:18:16.022Z Compiling untrusted v0.7.1
13272025-02-28T10:18:16.255Z Compiling untrusted v0.9.0
13282025-02-28T10:18:16.439Z Compiling spki v0.7.3
13292025-02-28T10:18:16.460Z Compiling utf16_iter v1.0.5
13302025-02-28T10:18:16.673Z Compiling utf8_iter v1.0.4
13312025-02-28T10:18:16.836Z Compiling pest_meta v2.7.14
13322025-02-28T10:18:16.932Z Compiling deranged v0.3.11
13332025-02-28T10:18:17.097Z Compiling openssl-sys v0.9.106
13342025-02-28T10:18:17.295Z Compiling icu_properties v1.5.1
13352025-02-28T10:18:17.338Z Compiling time-macros v0.2.18
13362025-02-28T10:18:18.145Z Compiling scrypt v0.11.0
13372025-02-28T10:18:18.180Z Compiling cbc v0.1.2
13382025-02-28T10:18:18.297Z Compiling aes v0.8.4
13392025-02-28T10:18:18.411Z Compiling scroll_derive v0.12.0
13402025-02-28T10:18:19.422Z Compiling bitflags v2.6.0
13412025-02-28T10:18:19.763Z Compiling bytes v1.10.0
13422025-02-28T10:18:20.250Z Compiling indexmap v2.7.1
13432025-02-28T10:18:21.796Z Compiling tokio v1.43.0
13442025-02-28T10:18:21.796Z Compiling semver v1.0.25
13452025-02-28T10:18:21.796Z Compiling http v1.2.0
13462025-02-28T10:18:21.796Z Compiling icu_normalizer v1.5.0
13472025-02-28T10:18:21.796Z Compiling rustc_version v0.4.1
13482025-02-28T10:18:21.813Z Compiling atomic-waker v1.1.2
13492025-02-28T10:18:21.975Z Compiling tinyvec_macros v0.1.1
13502025-02-28T10:18:22.011Z Compiling num_threads v0.1.7
13512025-02-28T10:18:22.080Z Compiling tinyvec v1.8.0
13522025-02-28T10:18:22.157Z Compiling idna_adapter v1.2.0
13532025-02-28T10:18:22.249Z Compiling time v0.3.36
13542025-02-28T10:18:22.396Z Compiling scroll v0.12.0
13552025-02-28T10:18:22.680Z Compiling http-body v1.0.1
13562025-02-28T10:18:22.920Z Compiling pkcs5 v0.7.1
13572025-02-28T10:18:22.942Z Compiling pest_generator v2.7.14
13582025-02-28T10:18:23.196Z Compiling rand_chacha v0.3.1
13592025-02-28T10:18:23.322Z Compiling form_urlencoded v1.2.1
13602025-02-28T10:18:23.541Z Compiling which v4.4.2
13612025-02-28T10:18:23.649Z Compiling zerocopy v0.8.10
13622025-02-28T10:18:24.059Z Compiling try-lock v0.2.5
13632025-02-28T10:18:24.228Z Compiling slog v2.7.0
13642025-02-28T10:18:24.431Z Compiling want v0.3.1
13652025-02-28T10:18:24.523Z Compiling goblin v0.8.2
13662025-02-28T10:18:24.705Z Compiling rand v0.8.5
13672025-02-28T10:18:24.795Z Compiling pkcs8 v0.10.2
13682025-02-28T10:18:24.815Z Compiling pest_derive v2.7.14
13692025-02-28T10:18:25.400Z Compiling idna v1.0.3
13702025-02-28T10:18:25.526Z Compiling uuid v1.15.1
13712025-02-28T10:18:25.616Z Compiling zerocopy-derive v0.8.10
13722025-02-28T10:18:26.714Z Compiling tower-service v0.3.3
13732025-02-28T10:18:26.797Z Compiling httpdate v1.0.3
13742025-02-28T10:18:26.850Z Compiling iana-time-zone v0.1.61
13752025-02-28T10:18:27.006Z Compiling dtrace-parser v0.2.0
13762025-02-28T10:18:27.104Z Compiling chrono v0.4.40
13772025-02-28T10:18:27.238Z Compiling toml_datetime v0.6.8
13782025-02-28T10:18:27.718Z Compiling serde_spanned v0.6.8
13792025-02-28T10:18:27.914Z Compiling serde_tokenstream v0.2.2
13802025-02-28T10:18:27.957Z Compiling match_cfg v0.1.0
13812025-02-28T10:18:28.056Z Compiling rustversion v1.0.17
13822025-02-28T10:18:28.489Z Compiling openssl v0.10.71
13832025-02-28T10:18:28.726Z Compiling foreign-types-shared v0.1.1
13842025-02-28T10:18:28.786Z Compiling adler2 v2.0.0
13852025-02-28T10:18:28.849Z Compiling base64 v0.22.1
13862025-02-28T10:18:28.944Z Compiling tokio-util v0.7.13
13872025-02-28T10:18:29.001Z Compiling miniz_oxide v0.8.5
13882025-02-28T10:18:29.529Z Compiling foreign-types v0.3.2
13892025-02-28T10:18:29.716Z Compiling hostname v0.3.1
13902025-02-28T10:18:29.935Z Compiling h2 v0.4.6
13912025-02-28T10:18:30.185Z Compiling url v2.5.3
13922025-02-28T10:18:30.396Z Compiling dof v0.3.0
13932025-02-28T10:18:31.333Z Compiling usdt-impl v0.5.0
13942025-02-28T10:18:31.767Z Compiling rand_core v0.9.2
13952025-02-28T10:18:31.966Z Compiling openssl-macros v0.1.1
13962025-02-28T10:18:32.133Z Compiling async-trait v0.1.86
13972025-02-28T10:18:32.198Z Compiling serde_derive_internals v0.29.1
13982025-02-28T10:18:32.664Z Compiling dirs-sys-next v0.1.2
13992025-02-28T10:18:32.698Z Compiling schemars v0.8.22
14002025-02-28T10:18:33.051Z Compiling siphasher v0.3.11
14012025-02-28T10:18:33.207Z Compiling rustls v0.23.19
14022025-02-28T10:18:33.438Z Compiling rustls v0.22.4
14032025-02-28T10:18:33.516Z Compiling native-tls v0.2.12
14042025-02-28T10:18:33.677Z Compiling data-encoding v2.6.0
14052025-02-28T10:18:33.729Z Compiling syn v1.0.109
14062025-02-28T10:18:33.944Z Compiling dirs-next v2.0.0
14072025-02-28T10:18:34.130Z Compiling rand_chacha v0.9.0
14082025-02-28T10:18:34.376Z Compiling schemars_derive v0.8.22
14092025-02-28T10:18:34.517Z Compiling unicode-normalization v0.1.24
14102025-02-28T10:18:35.529Z Compiling http-body-util v0.1.2
14112025-02-28T10:18:35.597Z Compiling heapless v0.7.17
14122025-02-28T10:18:35.662Z Compiling crossbeam-epoch v0.9.18
14132025-02-28T10:18:35.997Z Compiling sha1 v0.10.6
14142025-02-28T10:18:36.102Z Compiling signature v2.2.0
14152025-02-28T10:18:36.245Z Compiling bzip2-sys v0.1.11+1.0.8
14162025-02-28T10:18:36.384Z Compiling thread_local v1.1.8
14172025-02-28T10:18:36.419Z Compiling cookie v0.18.1
14182025-02-28T10:18:36.457Z Compiling encoding_rs v0.8.34
14192025-02-28T10:18:36.741Z Compiling multer v3.1.0
14202025-02-28T10:18:36.769Z Compiling gimli v0.31.1
14212025-02-28T10:18:36.841Z Compiling rayon-core v1.12.1
14222025-02-28T10:18:37.047Z Compiling unicode-bidi v0.3.17
14232025-02-28T10:18:37.155Z Compiling hyper v1.6.0
14242025-02-28T10:18:37.284Z Compiling openssl-probe v0.1.5
14252025-02-28T10:18:37.608Z Compiling signal-hook v0.3.17
14262025-02-28T10:18:37.907Z Compiling slog-async v2.8.0
14272025-02-28T10:18:38.283Z Compiling mime v0.3.17
14282025-02-28T10:18:38.452Z Compiling unicode-properties v0.1.3
14292025-02-28T10:18:38.815Z Compiling dyn-clone v1.0.18
14302025-02-28T10:18:38.886Z Compiling ipnet v2.11.0
14312025-02-28T10:18:39.053Z Compiling toml_edit v0.22.24
14322025-02-28T10:18:39.974Z Compiling hyper-util v0.1.10
14332025-02-28T10:18:40.579Z Compiling stringprep v0.1.5
14342025-02-28T10:18:40.884Z Compiling addr2line v0.24.2
14352025-02-28T10:18:41.650Z Compiling crossbeam-deque v0.8.5
14362025-02-28T10:18:41.704Z Compiling rand v0.9.0
14372025-02-28T10:18:41.958Z Compiling term v0.7.0
14382025-02-28T10:18:42.789Z Compiling usdt-macro v0.5.0
14392025-02-28T10:18:42.857Z Compiling usdt-attr-macro v0.5.0
14402025-02-28T10:18:43.170Z Compiling slog-json v2.6.1
14412025-02-28T10:18:43.321Z Compiling serde_urlencoded v0.7.1
14422025-02-28T10:18:43.544Z Compiling curve25519-dalek v4.1.3
14432025-02-28T10:18:43.623Z Compiling crossbeam-channel v0.5.13
14442025-02-28T10:18:43.814Z Compiling futures-executor v0.3.31
14452025-02-28T10:18:44.186Z Compiling enum-as-inner v0.6.1
14462025-02-28T10:18:44.283Z Compiling md-5 v0.10.6
14472025-02-28T10:18:44.301Z Compiling async-stream-impl v0.3.6
14482025-02-28T10:18:44.459Z Compiling rustls-pemfile v2.2.0
14492025-02-28T10:18:44.538Z Compiling num-integer v0.1.46
14502025-02-28T10:18:44.603Z Compiling hash32 v0.2.1
14512025-02-28T10:18:44.779Z Compiling ff v0.13.0
14522025-02-28T10:18:44.943Z Compiling is-terminal v0.4.13
14532025-02-28T10:18:45.008Z Compiling dropshot v0.12.0
14542025-02-28T10:18:45.085Z Compiling object v0.36.5
14552025-02-28T10:18:45.252Z Compiling memoffset v0.9.1
14562025-02-28T10:18:45.294Z Compiling smoltcp v0.9.1
14572025-02-28T10:18:45.332Z Compiling base16ct v0.2.0
14582025-02-28T10:18:45.538Z Compiling num-bigint-dig v0.8.4
14592025-02-28T10:18:45.579Z Compiling utf-8 v0.7.6
14602025-02-28T10:18:45.673Z Compiling take_mut v0.2.2
14612025-02-28T10:18:45.855Z Compiling rustc-demangle v0.1.24
14622025-02-28T10:18:45.886Z Compiling fallible-iterator v0.2.0
14632025-02-28T10:18:45.914Z Compiling cfg_aliases v0.2.1
14642025-02-28T10:18:45.931Z Compiling linked-hash-map v0.5.6
14652025-02-28T10:18:46.006Z Compiling litrs v0.4.1
14662025-02-28T10:18:46.204Z Compiling psl-types v2.0.11
14672025-02-28T10:18:46.286Z Compiling portable-atomic v1.9.0
14682025-02-28T10:18:46.417Z Compiling anyhow v1.0.96
14692025-02-28T10:18:46.592Z Compiling quick-error v1.2.3
14702025-02-28T10:18:46.760Z Compiling resolv-conf v0.7.0
14712025-02-28T10:18:46.782Z Compiling postgres-protocol v0.6.8
14722025-02-28T10:18:47.203Z Compiling document-features v0.2.10
14732025-02-28T10:18:47.334Z Compiling publicsuffix v2.3.0
14742025-02-28T10:18:47.419Z Compiling lru-cache v0.1.2
14752025-02-28T10:18:47.441Z Compiling nix v0.29.0
14762025-02-28T10:18:47.695Z Compiling tungstenite v0.24.0
14772025-02-28T10:18:48.166Z Compiling sec1 v0.7.3
14782025-02-28T10:18:48.283Z Compiling async-stream v0.3.6
14792025-02-28T10:18:48.432Z Compiling hickory-proto v0.24.4
14802025-02-28T10:18:48.593Z Compiling slog-term v2.9.1
14812025-02-28T10:18:48.615Z Compiling num-iter v0.1.45
14822025-02-28T10:18:48.710Z Compiling usdt v0.5.0
14832025-02-28T10:18:48.803Z Compiling group v0.13.0
14842025-02-28T10:18:49.279Z Compiling futures v0.3.31
14852025-02-28T10:18:49.408Z Compiling slog-bunyan v2.5.0
14862025-02-28T10:18:49.672Z Compiling toml v0.8.20
14872025-02-28T10:18:51.147Z Compiling camino v1.1.9
14882025-02-28T10:18:51.167Z Compiling tokio-native-tls v0.3.1
14892025-02-28T10:18:51.187Z Compiling phf_shared v0.11.2
14902025-02-28T10:18:51.451Z Compiling dropshot_endpoint v0.12.0
14912025-02-28T10:18:51.546Z Compiling terminal_size v0.4.0
14922025-02-28T10:18:51.613Z Compiling waitgroup v0.1.2
14932025-02-28T10:18:51.770Z Compiling backtrace v0.3.74
14942025-02-28T10:18:51.840Z Compiling openapiv3 v2.0.0
14952025-02-28T10:18:51.966Z Compiling serde_path_to_error v0.1.16
14962025-02-28T10:18:52.322Z Compiling hkdf v0.12.4
14972025-02-28T10:18:52.594Z Compiling crypto-bigint v0.5.5
14982025-02-28T10:18:52.743Z Compiling curve25519-dalek-derive v0.1.1
14992025-02-28T10:18:53.564Z Compiling hubpack_derive v0.1.1
15002025-02-28T10:18:54.123Z Compiling zerocopy-derive v0.6.6
15012025-02-28T10:18:54.429Z Compiling webpki-roots v0.26.6
15022025-02-28T10:18:54.568Z Compiling sync_wrapper v1.0.1
15032025-02-28T10:18:54.626Z Compiling hostname v0.4.0
15042025-02-28T10:18:54.741Z Compiling fs-err v2.11.0
15052025-02-28T10:18:54.864Z Compiling crc32fast v1.4.2
15062025-02-28T10:18:55.047Z Compiling ahash v0.8.11
15072025-02-28T10:18:55.193Z Compiling newtype-uuid v1.2.1
15082025-02-28T10:18:55.427Z Compiling debug-ignore v1.0.5
15092025-02-28T10:18:55.431Z Compiling managed v0.8.0
15102025-02-28T10:18:55.486Z Compiling tower-layer v0.3.3
15112025-02-28T10:18:55.561Z Compiling winnow v0.5.40
15122025-02-28T10:18:55.781Z Compiling unicode-width v0.2.0
15132025-02-28T10:18:55.876Z Compiling tower v0.5.2
15142025-02-28T10:18:56.022Z Compiling zerocopy v0.6.6
15152025-02-28T10:18:56.359Z Compiling console v0.15.10
15162025-02-28T10:18:56.755Z Compiling elliptic-curve v0.13.8
15172025-02-28T10:18:56.812Z Compiling strum_macros v0.25.3
15182025-02-28T10:18:57.438Z Compiling clap_builder v4.5.31
15192025-02-28T10:18:57.637Z Compiling flate2 v1.1.0
15202025-02-28T10:18:57.825Z Compiling hubpack v0.1.2
15212025-02-28T10:18:58.258Z Compiling hickory-resolver v0.24.4
15222025-02-28T10:18:58.528Z Compiling phf v0.11.2
15232025-02-28T10:18:58.816Z Compiling toml_edit v0.19.15
15242025-02-28T10:18:59.082Z Compiling hyper-tls v0.6.0
15252025-02-28T10:18:59.290Z Compiling signal-hook-mio v0.2.4
15262025-02-28T10:18:59.464Z Compiling rayon v1.10.0
15272025-02-28T10:18:59.490Z Compiling cookie_store v0.21.1
15282025-02-28T10:19:00.524Z Compiling bzip2 v0.4.4
15292025-02-28T10:19:00.965Z Compiling tokio-tungstenite v0.24.0
15302025-02-28T10:19:01.723Z Compiling postgres-types v0.2.9
15312025-02-28T10:19:03.738Z Compiling ed25519 v2.2.3
15322025-02-28T10:19:03.774Z Compiling phf_shared v0.10.0
15332025-02-28T10:19:04.156Z Compiling tokio-stream v0.1.17
15342025-02-28T10:19:04.284Z Compiling pkcs1 v0.7.5
15352025-02-28T10:19:05.086Z Compiling serde-big-array v0.5.1
15362025-02-28T10:19:05.113Z Compiling clap_derive v4.5.28
15372025-02-28T10:19:05.188Z Compiling rfc6979 v0.4.0
15382025-02-28T10:19:05.327Z Compiling serde_repr v0.1.19
15392025-02-28T10:19:05.386Z Compiling derive-where v1.2.7
15402025-02-28T10:19:05.590Z Compiling bstr v1.10.0
15412025-02-28T10:19:05.734Z Compiling float-cmp v0.10.0
15422025-02-28T10:19:05.782Z Compiling normalize-line-endings v0.3.0
15432025-02-28T10:19:05.927Z Compiling unicode-segmentation v1.12.0
15442025-02-28T10:19:05.975Z Compiling bit-vec v0.6.3
15452025-02-28T10:19:06.383Z Compiling fixedbitset v0.4.2
15462025-02-28T10:19:06.429Z Compiling precomputed-hash v0.1.1
15472025-02-28T10:19:06.564Z Compiling difflib v0.4.0
15482025-02-28T10:19:06.820Z Compiling number_prefix v0.4.0
15492025-02-28T10:19:06.823Z Compiling static_assertions v1.1.0
15502025-02-28T10:19:06.952Z Compiling predicates-core v1.0.8
15512025-02-28T10:19:07.049Z Compiling whoami v1.5.2
15522025-02-28T10:19:07.116Z Compiling new_debug_unreachable v1.0.6
15532025-02-28T10:19:07.228Z Compiling string_cache v0.8.7
15542025-02-28T10:19:07.261Z Compiling predicates v3.1.3
15552025-02-28T10:19:07.616Z Compiling tokio-postgres v0.7.13
15562025-02-28T10:19:07.647Z Compiling indicatif v0.17.11
15572025-02-28T10:19:07.876Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15582025-02-28T10:19:08.531Z Compiling similar v2.6.0
15592025-02-28T10:19:08.728Z Compiling petgraph v0.6.5
15602025-02-28T10:19:09.560Z Compiling bit-set v0.5.3
15612025-02-28T10:19:09.625Z Compiling clap v4.5.31
15622025-02-28T10:19:09.754Z Compiling ecdsa v0.16.9
15632025-02-28T10:19:09.864Z Compiling rsa v0.9.6
15642025-02-28T10:19:10.575Z Compiling ed25519-dalek v2.1.1
15652025-02-28T10:19:10.604Z Compiling toml v0.7.8
15662025-02-28T10:19:12.053Z Compiling zip v0.6.6
15672025-02-28T10:19:12.384Z Compiling crossterm v0.28.1
15682025-02-28T10:19:13.902Z Compiling hex v0.4.3
15692025-02-28T10:19:13.960Z Compiling x509-cert v0.2.5
15702025-02-28T10:19:14.130Z Compiling itertools v0.10.5
15712025-02-28T10:19:14.157Z Compiling unicode-xid v0.2.6
15722025-02-28T10:19:14.372Z Compiling peg-runtime v0.8.3
15732025-02-28T10:19:14.458Z Compiling lalrpop-util v0.19.12
15742025-02-28T10:19:14.750Z Compiling strum_macros v0.26.4
15752025-02-28T10:19:14.816Z Compiling xattr v1.3.1
15762025-02-28T10:19:14.922Z Compiling filetime v0.2.25
15772025-02-28T10:19:15.235Z Compiling tar v0.4.44
15782025-02-28T10:19:19.218Z Compiling strum v0.26.3
15792025-02-28T10:19:22.286Z Compiling aws-lc-sys v0.26.0
15802025-02-28T10:19:55.252Z Compiling rustls-webpki v0.102.8
15812025-02-28T10:19:58.503Z Compiling tokio-rustls v0.25.0
15822025-02-28T10:20:00.255Z Compiling tokio-rustls v0.26.0
15832025-02-28T10:20:00.564Z Compiling hyper-rustls v0.27.3
15842025-02-28T10:20:00.907Z Compiling reqwest v0.12.12
15852025-02-28T10:20:02.233Z Compiling qorb v0.2.1
15862025-02-28T10:20:05.231Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15872025-02-28T10:20:05.493Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15882025-02-28T10:20:09.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
15892025-02-28T10:20:10.124Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15902025-02-28T10:20:10.175ZFeb 28 10:20:09.416 INFO Starting download, target: Cockroach
15912025-02-28T10:20:10.175ZFeb 28 10:20:09.416 INFO Starting download, target: Console
15922025-02-28T10:20:10.175ZFeb 28 10:20:09.416 INFO Starting download, target: DendriteOpenapi
15932025-02-28T10:20:10.175ZFeb 28 10:20:09.416 INFO Starting download, target: Clickhouse
15942025-02-28T10:20:10.177ZFeb 28 10:20:09.416 INFO Starting download, target: DendriteStub
15952025-02-28T10:20:10.184ZFeb 28 10:20:09.416 INFO Starting download, target: MaghemiteMgd
15962025-02-28T10:20:10.184ZFeb 28 10:20:09.416 INFO Starting download, target: TransceiverControl
15972025-02-28T10:20:10.184ZFeb 28 10:20:09.417 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
15982025-02-28T10:20:10.184ZFeb 28 10:20:09.417 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15992025-02-28T10:20:10.184ZFeb 28 10:20:09.417 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16002025-02-28T10:20:10.184ZFeb 28 10:20:09.417 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16012025-02-28T10:20:10.184ZFeb 28 10:20:09.417 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16022025-02-28T10:20:10.184ZFeb 28 10:20:09.417 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16032025-02-28T10:20:10.184ZFeb 28 10:20:09.417 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16042025-02-28T10:20:10.415ZFeb 28 10:20:09.636 INFO Download complete, target: DendriteOpenapi
16052025-02-28T10:20:10.506ZFeb 28 10:20:09.737 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16062025-02-28T10:20:10.798ZFeb 28 10:20:10.020 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16072025-02-28T10:20:10.936ZFeb 28 10:20:10.163 INFO Download complete, target: TransceiverControl
16082025-02-28T10:20:11.073ZFeb 28 10:20:10.309 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16092025-02-28T10:20:11.133ZFeb 28 10:20:10.372 INFO Download complete, target: Console
16102025-02-28T10:20:11.392ZFeb 28 10:20:10.631 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16112025-02-28T10:20:12.056ZFeb 28 10:20:11.297 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16122025-02-28T10:20:12.056ZFeb 28 10:20:11.297 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16132025-02-28T10:20:12.215ZFeb 28 10:20:11.455 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16142025-02-28T10:20:13.683ZFeb 28 10:20:12.924 INFO Download complete, target: DendriteStub
16152025-02-28T10:20:14.027ZFeb 28 10:20:13.267 INFO Download complete, target: MaghemiteMgd
16162025-02-28T10:20:18.699ZFeb 28 10:20:17.927 INFO Checking that binary works, target: Cockroach
16172025-02-28T10:20:18.856ZFeb 28 10:20:18.085 INFO Download complete, target: Cockroach
16182025-02-28T10:20:23.167ZFeb 28 10:20:22.405 INFO Checking that binary works, target: Clickhouse
16192025-02-28T10:20:23.822ZFeb 28 10:20:23.058 INFO Download complete, target: Clickhouse
16202025-02-28T10:20:23.828ZAll prerequisites installed successfully
16212025-02-28T10:20:23.833Z
16222025-02-28T10:20:23.834Zreal 5:35.564749052
16232025-02-28T10:20:23.834Zuser 15:47.694928388
16242025-02-28T10:20:23.834Zsys 2:08.616018774
16252025-02-28T10:20:23.834Ztrap 0.580737085
16262025-02-28T10:20:23.834Ztflt 2.931290797
16272025-02-28T10:20:23.834Zdflt 3.073025174
16282025-02-28T10:20:23.834Zkflt 0.028398194
16292025-02-28T10:20:23.834Zlock 25:03.274300727
16302025-02-28T10:20:23.834Zslp 57:58.807180519
16312025-02-28T10:20:23.834Zlat 1:01.713409507
16322025-02-28T10:20:23.834Zstop 2:30.384330589
16332025-02-28T10:20:23.834Z+ ptime -m cargo xtask download softnpu
16342025-02-28T10:20:24.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16352025-02-28T10:20:24.476Z Running `target/debug/xtask download softnpu`
16362025-02-28T10:20:25.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
16372025-02-28T10:20:25.397Z Running `target/debug/xtask-downloader softnpu`
16382025-02-28T10:20:25.432ZFeb 28 10:20:24.668 INFO Starting download, target: Softnpu
16392025-02-28T10:20:25.437ZFeb 28 10:20:24.669 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16402025-02-28T10:20:26.263ZFeb 28 10:20:25.500 INFO Download complete, target: Softnpu
16412025-02-28T10:20:26.266Z
16422025-02-28T10:20:26.269Zreal 2.431404240
16432025-02-28T10:20:26.270Zuser 1.380684738
16442025-02-28T10:20:26.270Zsys 0.575842315
16452025-02-28T10:20:26.270Ztrap 0.000885551
16462025-02-28T10:20:26.270Ztflt 0.000010417
16472025-02-28T10:20:26.270Zdflt 0.000232833
16482025-02-28T10:20:26.270Zkflt 0.000000000
16492025-02-28T10:20:26.270Zlock 8.704900458
16502025-02-28T10:20:26.270Zslp 0.634572388
16512025-02-28T10:20:26.270Zlat 0.070118992
16522025-02-28T10:20:26.270Zstop 0.000154221
16532025-02-28T10:20:26.270Z+ export CARGO_INCREMENTAL=0
16542025-02-28T10:20:26.271Z+ CARGO_INCREMENTAL=0
16552025-02-28T10:20:26.271Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16562025-02-28T10:20:27.269Z Compiling proc-macro2 v1.0.93
16572025-02-28T10:20:27.269Z Compiling unicode-ident v1.0.14
16582025-02-28T10:20:27.269Z Compiling libc v0.2.170
16592025-02-28T10:20:27.288Z Compiling serde v1.0.218
16602025-02-28T10:20:27.288Z Compiling autocfg v1.4.0
16612025-02-28T10:20:27.289Z Compiling version_check v0.9.5
16622025-02-28T10:20:27.289Z Compiling cfg-if v1.0.0
16632025-02-28T10:20:27.588Z Compiling memchr v2.7.4
16642025-02-28T10:20:27.612Z Compiling typenum v1.17.0
16652025-02-28T10:20:27.652Z Compiling shlex v1.3.0
16662025-02-28T10:20:28.038Z Compiling generic-array v0.14.7
16672025-02-28T10:20:28.054Z Compiling value-bag v1.9.0
16682025-02-28T10:20:28.112Z Compiling lock_api v0.4.12
16692025-02-28T10:20:28.367Z Compiling scopeguard v1.2.0
16702025-02-28T10:20:28.461Z Compiling log v0.4.22
16712025-02-28T10:20:28.603Z Compiling parking_lot_core v0.9.10
16722025-02-28T10:20:28.857Z Compiling serde_json v1.0.139
16732025-02-28T10:20:28.998Z Compiling rustix v0.38.37
16742025-02-28T10:20:29.013Z Compiling libm v0.2.8
16752025-02-28T10:20:29.138Z Compiling quote v1.0.38
16762025-02-28T10:20:29.205Z Compiling jobserver v0.1.32
16772025-02-28T10:20:29.338Z Compiling getrandom v0.2.15
16782025-02-28T10:20:29.365Z Compiling aho-corasick v1.1.3
16792025-02-28T10:20:29.528Z Compiling num-traits v0.2.19
16802025-02-28T10:20:29.661Z Compiling syn v2.0.98
16812025-02-28T10:20:29.692Z Compiling cc v1.2.15
16822025-02-28T10:20:29.711Z Compiling semver v1.0.25
16832025-02-28T10:20:29.721Z Compiling regex-syntax v0.8.5
16842025-02-28T10:20:29.856Z Compiling thiserror v1.0.69
16852025-02-28T10:20:30.224Z Compiling either v1.14.0
16862025-02-28T10:20:30.244Z Compiling getrandom v0.3.1
16872025-02-28T10:20:30.412Z Compiling itoa v1.0.11
16882025-02-28T10:20:30.641Z Compiling slab v0.4.9
16892025-02-28T10:20:30.661Z Compiling once_cell v1.20.3
16902025-02-28T10:20:30.921Z Compiling spin v0.9.8
16912025-02-28T10:20:31.168Z Compiling errno v0.3.9
16922025-02-28T10:20:31.189Z Compiling rand_core v0.6.4
16932025-02-28T10:20:31.403Z Compiling glob v0.3.2
16942025-02-28T10:20:31.947Z Compiling prettyplease v0.2.29
16952025-02-28T10:20:32.126Z Compiling clang-sys v1.8.1
16962025-02-28T10:20:32.341Z Compiling lazy_static v1.5.0
16972025-02-28T10:20:32.485Z Compiling minimal-lexical v0.2.1
16982025-02-28T10:20:32.520Z Compiling smallvec v1.14.0
16992025-02-28T10:20:32.905Z Compiling nom v7.1.3
17002025-02-28T10:20:32.935Z Compiling libloading v0.8.5
17012025-02-28T10:20:32.954Z Compiling bindgen v0.69.5
17022025-02-28T10:20:32.967Z Compiling subtle v2.6.1
17032025-02-28T10:20:32.992Z Compiling home v0.5.9
17042025-02-28T10:20:33.269Z Compiling regex-automata v0.4.8
17052025-02-28T10:20:33.275Z Compiling itertools v0.12.1
17062025-02-28T10:20:33.429Z Compiling rustc-hash v1.1.0
17072025-02-28T10:20:33.623Z Compiling lazycell v1.3.0
17082025-02-28T10:20:33.792Z Compiling cmake v0.1.51
17092025-02-28T10:20:34.286Z Compiling dunce v1.0.5
17102025-02-28T10:20:34.449Z Compiling equivalent v1.0.1
17112025-02-28T10:20:34.552Z Compiling allocator-api2 v0.2.18
17122025-02-28T10:20:34.576Z Compiling foldhash v0.1.3
17132025-02-28T10:20:34.897Z Compiling fs_extra v1.3.0
17142025-02-28T10:20:35.291Z Compiling hashbrown v0.15.1
17152025-02-28T10:20:35.597Z Compiling pkg-config v0.3.31
17162025-02-28T10:20:36.077Z Compiling cexpr v0.6.0
17172025-02-28T10:20:36.191Z Compiling pin-project-lite v0.2.14
17182025-02-28T10:20:36.319Z Compiling byteorder v1.5.0
17192025-02-28T10:20:36.352Z Compiling ring v0.17.11
17202025-02-28T10:20:36.623Z Compiling synstructure v0.13.1
17212025-02-28T10:20:36.791Z Compiling ryu v1.0.18
17222025-02-28T10:20:37.084Z Compiling paste v1.0.15
17232025-02-28T10:20:37.837Z Compiling const-oid v0.9.6
17242025-02-28T10:20:37.845Z Compiling aws-lc-rs v1.12.4
17252025-02-28T10:20:38.302Z Compiling httparse v1.9.5
17262025-02-28T10:20:38.478Z Compiling regex v1.11.1
17272025-02-28T10:20:38.563Z Compiling fnv v1.0.7
17282025-02-28T10:20:38.710Z Compiling schemars v0.8.22
17292025-02-28T10:20:39.091Z Compiling serde_derive_internals v0.29.1
17302025-02-28T10:20:39.211Z Compiling signal-hook-registry v1.4.2
17312025-02-28T10:20:39.748Z Compiling parking_lot v0.12.3
17322025-02-28T10:20:39.832Z Compiling mio v1.0.2
17332025-02-28T10:20:39.850Z Compiling heck v0.5.0
17342025-02-28T10:20:40.588Z Compiling serde_derive v1.0.218
17352025-02-28T10:20:40.624Z Compiling zeroize_derive v1.4.2
17362025-02-28T10:20:41.066Z Compiling tokio-macros v2.5.0
17372025-02-28T10:20:41.473Z Compiling thiserror-impl v1.0.69
17382025-02-28T10:20:46.218Z Compiling zerocopy-derive v0.7.35
17392025-02-28T10:20:46.790Z Compiling zerofrom-derive v0.1.4
17402025-02-28T10:20:46.790Z Compiling zeroize v1.8.1
17412025-02-28T10:20:46.790Z Compiling yoke-derive v0.7.4
17422025-02-28T10:20:46.790Z Compiling futures-macro v0.3.31
17432025-02-28T10:20:46.790Z Compiling zerovec-derive v0.10.3
17442025-02-28T10:20:46.790Z Compiling displaydoc v0.2.5
17452025-02-28T10:20:46.790Z Compiling icu_provider_macros v1.5.0
17462025-02-28T10:20:46.790Z Compiling tracing-attributes v0.1.27
17472025-02-28T10:20:46.790Z Compiling crypto-common v0.1.6
17482025-02-28T10:20:46.790Z Compiling schemars_derive v0.8.22
17492025-02-28T10:20:46.791Z Compiling block-buffer v0.10.4
17502025-02-28T10:20:46.791Z Compiling stable_deref_trait v1.2.0
17512025-02-28T10:20:46.791Z Compiling zerocopy v0.7.35
17522025-02-28T10:20:46.791Z Compiling digest v0.10.7
17532025-02-28T10:20:46.791Z Compiling socket2 v0.5.8
17542025-02-28T10:20:46.791Z Compiling futures-core v0.3.31
17552025-02-28T10:20:46.791Z Compiling crossbeam-utils v0.8.20
17562025-02-28T10:20:46.791Z Compiling num-conv v0.1.0
17572025-02-28T10:20:46.979Z Compiling time-core v0.1.2
17582025-02-28T10:20:46.979Z Compiling time-macros v0.2.18
17592025-02-28T10:20:46.979Z Compiling der_derive v0.7.3
17602025-02-28T10:20:47.132Z Compiling vcpkg v0.2.15
17612025-02-28T10:20:48.538Z Compiling openssl-sys v0.9.106
17622025-02-28T10:20:49.026Z Compiling futures-sink v0.3.31
17632025-02-28T10:20:49.340Z Compiling zerocopy v0.8.10
17642025-02-28T10:20:49.775Z Compiling cpufeatures v0.2.14
17652025-02-28T10:20:49.820Z Compiling zerocopy-derive v0.8.10
17662025-02-28T10:20:50.064Z Compiling slog v2.7.0
17672025-02-28T10:20:50.528Z Compiling syn v1.0.109
17682025-02-28T10:20:50.642Z Compiling futures-channel v0.3.31
17692025-02-28T10:20:50.882Z Compiling zerofrom v0.1.4
17702025-02-28T10:20:51.139Z Compiling pin-utils v0.1.0
17712025-02-28T10:20:51.253Z Compiling futures-task v0.3.31
17722025-02-28T10:20:51.273Z Compiling iana-time-zone v0.1.61
17732025-02-28T10:20:51.365Z Compiling futures-io v0.3.31
17742025-02-28T10:20:51.421Z Compiling yoke v0.7.4
17752025-02-28T10:20:51.718Z Compiling futures-util v0.3.31
17762025-02-28T10:20:52.010Z Compiling scroll_derive v0.12.0
17772025-02-28T10:20:52.224Z Compiling ucd-trie v0.1.7
17782025-02-28T10:20:52.300Z Compiling openssl v0.10.71
17792025-02-28T10:20:52.498Z Compiling bitflags v2.6.0
17802025-02-28T10:20:52.633Z Compiling bytes v1.10.0
17812025-02-28T10:20:53.607Z Compiling indexmap v2.7.1
17822025-02-28T10:20:54.784Z Compiling tokio v1.43.0
17832025-02-28T10:20:55.378Z Compiling serde_tokenstream v0.2.2
17842025-02-28T10:20:55.538Z Compiling uuid v1.15.1
17852025-02-28T10:20:55.935Z Compiling http v1.2.0
17862025-02-28T10:20:56.845Z Compiling which v4.4.2
17872025-02-28T10:20:57.641Z Compiling chrono v0.4.40
17882025-02-28T10:21:00.007Z Compiling rustc_version v0.4.1
17892025-02-28T10:21:00.608Z Compiling pest v2.7.14
17902025-02-28T10:21:01.397Z Compiling zerovec v0.10.4
17912025-02-28T10:21:03.326Z Compiling hmac v0.12.1
17922025-02-28T10:21:03.667Z Compiling pest_meta v2.7.14
17932025-02-28T10:21:05.547Z Compiling block-padding v0.3.3
17942025-02-28T10:21:05.795Z Compiling openssl-macros v0.1.1
17952025-02-28T10:21:06.012Z Compiling rustls v0.23.19
17962025-02-28T10:21:06.335Z Compiling native-tls v0.2.12
17972025-02-28T10:21:06.501Z Compiling inout v0.1.3
17982025-02-28T10:21:06.582Z Compiling pest_generator v2.7.14
17992025-02-28T10:21:06.687Z Compiling tinystr v0.7.6
18002025-02-28T10:21:07.078Z Compiling toml_datetime v0.6.8
18012025-02-28T10:21:07.125Z Compiling serde_spanned v0.6.8
18022025-02-28T10:21:07.160Z Compiling ppv-lite86 v0.2.20
18032025-02-28T10:21:07.235Z Compiling tracing-core v0.1.32
18042025-02-28T10:21:07.388Z Compiling writeable v0.5.5
18052025-02-28T10:21:07.509Z Compiling strsim v0.11.1
18062025-02-28T10:21:07.929Z Compiling litemap v0.7.3
18072025-02-28T10:21:08.263Z Compiling dyn-clone v1.0.18
18082025-02-28T10:21:08.341Z Compiling pest_derive v2.7.14
18092025-02-28T10:21:08.524Z Compiling icu_locid v1.5.0
18102025-02-28T10:21:08.675Z Compiling tracing v0.1.40
18112025-02-28T10:21:08.977Z Compiling aws-lc-sys v0.26.0
18122025-02-28T10:21:09.113Z Compiling cipher v0.4.4
18132025-02-28T10:21:09.406Z Compiling sha2 v0.10.8
18142025-02-28T10:21:09.587Z Compiling cookie v0.18.1
18152025-02-28T10:21:09.934Z Compiling usdt-impl v0.5.0
18162025-02-28T10:21:10.148Z Compiling base64ct v1.6.0
18172025-02-28T10:21:10.329Z Compiling icu_provider v1.5.0
18182025-02-28T10:21:10.756Z Compiling pem-rfc7468 v0.7.0
18192025-02-28T10:21:12.433Z Compiling scroll v0.12.0
18202025-02-28T10:21:13.598Z Compiling async-trait v0.1.86
18212025-02-28T10:21:15.548Z Compiling rustls-pki-types v1.10.0
18222025-02-28T10:21:15.592Z Compiling camino v1.1.9
18232025-02-28T10:21:16.113Z Compiling flagset v0.4.6
18242025-02-28T10:21:16.326Z Compiling plain v0.2.3
18252025-02-28T10:21:16.494Z Compiling icu_locid_transform_data v1.5.0
18262025-02-28T10:21:16.719Z Compiling percent-encoding v2.3.1
18272025-02-28T10:21:17.118Z Compiling anyhow v1.0.96
18282025-02-28T10:21:17.180Z Compiling icu_locid_transform v1.5.0
18292025-02-28T10:21:18.365Z Compiling goblin v0.8.2
18302025-02-28T10:21:19.223Z Compiling der v0.7.9
18312025-02-28T10:21:20.501Z Compiling icu_collections v1.5.0
18322025-02-28T10:21:21.130Z Compiling tokio-util v0.7.13
18332025-02-28T10:21:22.767Z Compiling rayon-core v1.12.1
18342025-02-28T10:21:22.999Z Compiling rustls v0.22.4
18352025-02-28T10:21:23.024Z Compiling untrusted v0.7.1
18362025-02-28T10:21:23.100Z Compiling untrusted v0.9.0
18372025-02-28T10:21:23.228Z Compiling powerfmt v0.2.0
18382025-02-28T10:21:23.302Z Compiling icu_properties_data v1.5.0
18392025-02-28T10:21:23.323Z Compiling pretty-hex v0.4.1
18402025-02-28T10:21:23.550Z Compiling icu_properties v1.5.1
18412025-02-28T10:21:23.573Z Compiling deranged v0.3.11
18422025-02-28T10:21:23.809Z Compiling dof v0.3.0
18432025-02-28T10:21:25.809Z Compiling spki v0.7.3
18442025-02-28T10:21:26.094Z Compiling salsa20 v0.10.2
18452025-02-28T10:21:26.157Z Compiling dtrace-parser v0.2.0
18462025-02-28T10:21:26.295Z Compiling pbkdf2 v0.12.2
18472025-02-28T10:21:26.789Z Compiling thread-id v4.2.2
18482025-02-28T10:21:26.926Z Compiling write16 v1.0.0
18492025-02-28T10:21:27.445Z Compiling utf16_iter v1.0.5
18502025-02-28T10:21:27.523Z Compiling utf8_iter v1.0.4
18512025-02-28T10:21:27.637Z Compiling atomic-waker v1.1.2
18522025-02-28T10:21:27.896Z Compiling num_threads v0.1.7
18532025-02-28T10:21:28.047Z Compiling icu_normalizer_data v1.5.0
18542025-02-28T10:21:28.112Z Compiling winnow v0.5.40
18552025-02-28T10:21:28.354Z Compiling litrs v0.4.1
18562025-02-28T10:21:28.412Z Compiling icu_normalizer v1.5.0
18572025-02-28T10:21:28.466Z Compiling time v0.3.36
18582025-02-28T10:21:29.371Z Compiling document-features v0.2.10
18592025-02-28T10:21:31.555Z Compiling toml_edit v0.19.15
18602025-02-28T10:21:33.464Z Compiling scrypt v0.11.0
18612025-02-28T10:21:33.942Z Compiling form_urlencoded v1.2.1
18622025-02-28T10:21:33.955Z Compiling aes v0.8.4
18632025-02-28T10:21:34.275Z Compiling cbc v0.1.2
18642025-02-28T10:21:34.334Z Compiling http-body v1.0.1
18652025-02-28T10:21:34.649Z Compiling multer v3.1.0
18662025-02-28T10:21:35.062Z Compiling tinyvec_macros v0.1.1
18672025-02-28T10:21:35.143Z Compiling rustversion v1.0.17
18682025-02-28T10:21:35.165Z Compiling try-lock v0.2.5
18692025-02-28T10:21:35.348Z Compiling slog-async v2.8.0
18702025-02-28T10:21:35.389Z Compiling want v0.3.1
18712025-02-28T10:21:35.703Z Compiling tinyvec v1.8.0
18722025-02-28T10:21:35.839Z Compiling pkcs5 v0.7.1
18732025-02-28T10:21:37.194Z Compiling idna_adapter v1.2.0
18742025-02-28T10:21:37.427Z Compiling h2 v0.4.6
18752025-02-28T10:21:37.553Z Compiling rand_chacha v0.3.1
18762025-02-28T10:21:37.803Z Compiling heapless v0.7.17
18772025-02-28T10:21:38.289Z Compiling bzip2-sys v0.1.11+1.0.8
18782025-02-28T10:21:38.758Z Compiling httpdate v1.0.3
18792025-02-28T10:21:38.781Z Compiling signal-hook v0.3.17
18802025-02-28T10:21:39.012Z Compiling tower-service v0.3.3
18812025-02-28T10:21:40.654Z Compiling rand v0.8.5
18822025-02-28T10:21:41.331Z Compiling idna v1.0.3
18832025-02-28T10:21:42.116Z Compiling pkcs8 v0.10.2
18842025-02-28T10:21:43.451Z Compiling usdt-macro v0.5.0
18852025-02-28T10:21:43.786Z Compiling usdt-attr-macro v0.5.0
18862025-02-28T10:21:44.579Z Compiling async-stream-impl v0.3.6
18872025-02-28T10:21:44.759Z Compiling base64 v0.22.1
18882025-02-28T10:21:45.205Z Compiling adler2 v2.0.0
18892025-02-28T10:21:45.726Z Compiling hyper v1.6.0
18902025-02-28T10:21:46.165Z Compiling miniz_oxide v0.8.5
18912025-02-28T10:21:49.581Z Compiling hyper-util v0.1.10
18922025-02-28T10:21:53.737Z Compiling curve25519-dalek v4.1.3
18932025-02-28T10:21:54.185Z Compiling openapiv3 v2.0.0
18942025-02-28T10:21:54.358Z Compiling enum-as-inner v0.6.1
18952025-02-28T10:21:54.747Z Compiling memoffset v0.9.1
18962025-02-28T10:21:54.975Z Compiling dropshot v0.12.0
18972025-02-28T10:21:55.083Z Compiling foreign-types-shared v0.1.1
18982025-02-28T10:21:55.234Z Compiling match_cfg v0.1.0
18992025-02-28T10:21:55.287Z Compiling newtype-uuid v1.2.1
19002025-02-28T10:21:55.337Z Compiling num-bigint-dig v0.8.4
19012025-02-28T10:21:55.358Z Compiling smoltcp v0.9.1
19022025-02-28T10:21:55.432Z Compiling portable-atomic v1.9.0
19032025-02-28T10:21:55.912Z Compiling foreign-types v0.3.2
19042025-02-28T10:21:56.028Z Compiling hostname v0.3.1
19052025-02-28T10:21:57.313Z Compiling rand_core v0.9.2
19062025-02-28T10:21:58.010Z Compiling url v2.5.3
19072025-02-28T10:21:59.807Z Compiling http-body-util v0.1.2
19082025-02-28T10:22:00.188Z Compiling dirs-sys-next v0.1.2
19092025-02-28T10:22:00.365Z Compiling encoding_rs v0.8.34
19102025-02-28T10:22:00.650Z Compiling gimli v0.31.1
19112025-02-28T10:22:00.917Z Compiling data-encoding v2.6.0
19122025-02-28T10:22:02.302Z Compiling cfg_aliases v0.2.1
19132025-02-28T10:22:02.425Z Compiling ident_case v1.0.1
19142025-02-28T10:22:02.623Z Compiling siphasher v0.3.11
19152025-02-28T10:22:03.003Z Compiling mime v0.3.17
19162025-02-28T10:22:03.725Z Compiling heck v0.4.1
19172025-02-28T10:22:03.860Z Compiling darling_core v0.20.10
19182025-02-28T10:22:04.027Z Compiling nix v0.29.0
19192025-02-28T10:22:04.815Z Compiling dirs-next v2.0.0
19202025-02-28T10:22:05.862Z Compiling addr2line v0.24.2
19212025-02-28T10:22:07.321Z Compiling rand_chacha v0.9.0
19222025-02-28T10:22:09.036Z Compiling unicode-normalization v0.1.24
19232025-02-28T10:22:10.155Z Compiling crossbeam-epoch v0.9.18
19242025-02-28T10:22:10.797Z Compiling serde_urlencoded v0.7.1
19252025-02-28T10:22:11.405Z Compiling rustls-pemfile v2.2.0
19262025-02-28T10:22:11.451Z Compiling hubpack_derive v0.1.1
19272025-02-28T10:22:11.501Z Compiling dropshot_endpoint v0.12.0
19282025-02-28T10:22:11.569Z Compiling sha1 v0.10.6
19292025-02-28T10:22:11.855Z Compiling signature v2.2.0
19302025-02-28T10:22:11.960Z Compiling zerocopy-derive v0.6.6
19312025-02-28T10:22:12.088Z Compiling curve25519-dalek-derive v0.1.1
19322025-02-28T10:22:12.305Z Compiling thread_local v1.1.8
19332025-02-28T10:22:13.413Z Compiling object v0.36.5
19342025-02-28T10:22:13.655Z Compiling fs-err v2.11.0
19352025-02-28T10:22:13.996Z Compiling ahash v0.8.11
19362025-02-28T10:22:15.146Z Compiling unicode-bidi v0.3.17
19372025-02-28T10:22:17.677Z Compiling openssl-probe v0.1.5
19382025-02-28T10:22:18.507Z Compiling ipnet v2.11.0
19392025-02-28T10:22:21.183Z Compiling unicode-properties v0.1.3
19402025-02-28T10:22:21.498Z Compiling rustc-demangle v0.1.24
19412025-02-28T10:22:21.994Z Compiling anstyle v1.0.10
19422025-02-28T10:22:22.429Z Compiling utf8parse v0.2.2
19432025-02-28T10:22:22.431Z Compiling winnow v0.7.3
19442025-02-28T10:22:22.620Z Compiling anstyle-parse v0.2.5
19452025-02-28T10:22:22.959Z Compiling backtrace v0.3.74
19462025-02-28T10:22:23.838Z Compiling stringprep v0.1.5
19472025-02-28T10:22:25.420Z Compiling rustls-webpki v0.102.8
19482025-02-28T10:22:25.832Z Compiling toml_edit v0.22.24
19492025-02-28T10:22:33.523Z Compiling crossbeam-deque v0.8.5
19502025-02-28T10:22:33.911Z Compiling darling_macro v0.20.10
19512025-02-28T10:22:34.779Z Compiling rand v0.9.0
19522025-02-28T10:22:34.823Z Compiling term v0.7.0
19532025-02-28T10:22:35.898Z Compiling slog-json v2.6.1
19542025-02-28T10:22:36.937Z Compiling crossbeam-channel v0.5.13
19552025-02-28T10:22:37.715Z Compiling futures-executor v0.3.31
19562025-02-28T10:22:38.038Z Compiling num-integer v0.1.46
19572025-02-28T10:22:38.157Z Compiling md-5 v0.10.6
19582025-02-28T10:22:38.443Z Compiling hash32 v0.2.1
19592025-02-28T10:22:38.463Z Compiling ff v0.13.0
19602025-02-28T10:22:38.505Z Compiling is-terminal v0.4.13
19612025-02-28T10:22:38.655Z Compiling memmap v0.7.0
19622025-02-28T10:22:38.717Z Compiling colorchoice v1.0.2
19632025-02-28T10:22:38.776Z Compiling utf-8 v0.7.6
19642025-02-28T10:22:38.900Z Compiling fallible-iterator v0.2.0
19652025-02-28T10:22:39.073Z Compiling is_terminal_polyfill v1.70.1
19662025-02-28T10:22:39.218Z Compiling quick-error v1.2.3
19672025-02-28T10:22:39.221Z Compiling psl-types v2.0.11
19682025-02-28T10:22:39.394Z Compiling anstyle-query v1.1.1
19692025-02-28T10:22:39.457Z Compiling linked-hash-map v0.5.6
19702025-02-28T10:22:39.567Z Compiling base16ct v0.2.0
19712025-02-28T10:22:39.614Z Compiling take_mut v0.2.2
19722025-02-28T10:22:39.790Z Compiling lru-cache v0.1.2
19732025-02-28T10:22:39.831Z Compiling sec1 v0.7.3
19742025-02-28T10:22:40.000Z Compiling publicsuffix v2.3.0
19752025-02-28T10:22:40.021Z Compiling postgres-protocol v0.6.8
19762025-02-28T10:22:40.367Z Compiling anstream v0.6.15
19772025-02-28T10:22:40.691Z Compiling resolv-conf v0.7.0
19782025-02-28T10:22:40.728Z Compiling tungstenite v0.24.0
19792025-02-28T10:22:40.946Z Compiling usdt v0.5.0
19802025-02-28T10:22:41.313Z Compiling group v0.13.0
19812025-02-28T10:22:41.368Z Compiling slog-term v2.9.1
19822025-02-28T10:22:41.645Z Compiling num-iter v0.1.45
19832025-02-28T10:22:41.862Z Compiling futures v0.3.31
19842025-02-28T10:22:43.847Z Compiling slog-bunyan v2.5.0
19852025-02-28T10:22:44.128Z Compiling darling v0.20.10
19862025-02-28T10:22:44.348Z Compiling tokio-rustls v0.26.0
19872025-02-28T10:22:44.704Z Compiling tokio-native-tls v0.3.1
19882025-02-28T10:22:44.809Z Compiling tokio-rustls v0.25.0
19892025-02-28T10:22:44.829Z Compiling toml v0.8.20
19902025-02-28T10:22:45.226Z Compiling hickory-proto v0.24.4
19912025-02-28T10:22:45.767Z Compiling strum_macros v0.25.3
19922025-02-28T10:22:46.183Z Compiling phf_shared v0.11.2
19932025-02-28T10:22:46.857Z Compiling async-stream v0.3.6
19942025-02-28T10:22:46.878Z Compiling waitgroup v0.1.2
19952025-02-28T10:22:47.096Z Compiling webpki-roots v0.26.6
19962025-02-28T10:22:47.533Z Compiling hkdf v0.12.4
19972025-02-28T10:22:47.612Z Compiling terminal_size v0.4.0
19982025-02-28T10:22:47.773Z Compiling serde_path_to_error v0.1.16
19992025-02-28T10:22:47.842Z Compiling sync_wrapper v1.0.1
20002025-02-28T10:22:48.205Z Compiling crypto-bigint v0.5.5
20012025-02-28T10:22:48.235Z Compiling clap_derive v4.5.28
20022025-02-28T10:22:48.537Z Compiling serde_repr v0.1.19
20032025-02-28T10:22:48.995Z Compiling derive-where v1.2.7
20042025-02-28T10:22:49.607Z Compiling regress v0.10.3
20052025-02-28T10:22:49.664Z Compiling hostname v0.4.0
20062025-02-28T10:22:49.877Z Compiling crc32fast v1.4.2
20072025-02-28T10:22:50.411Z Compiling bitflags v1.3.2
20082025-02-28T10:22:50.531Z Compiling managed v0.8.0
20092025-02-28T10:22:51.050Z Compiling unicode-width v0.2.0
20102025-02-28T10:22:51.766Z Compiling tower-layer v0.3.3
20112025-02-28T10:22:52.033Z Compiling clap_lex v0.7.4
20122025-02-28T10:22:52.188Z Compiling debug-ignore v1.0.5
20132025-02-28T10:22:52.558Z Compiling clap_builder v4.5.31
20142025-02-28T10:22:52.627Z Compiling tower v0.5.2
20152025-02-28T10:22:53.334Z Compiling typify-impl v0.2.0
20162025-02-28T10:22:54.038Z Compiling console v0.15.10
20172025-02-28T10:22:55.199Z Compiling elliptic-curve v0.13.8
20182025-02-28T10:22:55.332Z Compiling hickory-resolver v0.24.4
20192025-02-28T10:22:57.689Z Compiling flate2 v1.1.0
20202025-02-28T10:22:59.193Z Compiling hyper-rustls v0.27.3
20212025-02-28T10:23:00.221Z Compiling phf v0.11.2
20222025-02-28T10:23:00.517Z Compiling hyper-tls v0.6.0
20232025-02-28T10:23:01.218Z Compiling signal-hook-mio v0.2.4
20242025-02-28T10:23:01.349Z Compiling rayon v1.10.0
20252025-02-28T10:23:01.410Z Compiling bzip2 v0.4.4
20262025-02-28T10:23:01.780Z Compiling cookie_store v0.21.1
20272025-02-28T10:23:02.657Z Compiling tokio-tungstenite v0.24.0
20282025-02-28T10:23:02.998Z Compiling postgres-types v0.2.9
20292025-02-28T10:23:03.445Z Compiling zerocopy v0.6.6
20302025-02-28T10:23:03.571Z Compiling hubpack v0.1.2
20312025-02-28T10:23:03.998Z Compiling ed25519 v2.2.3
20322025-02-28T10:23:04.182Z Compiling phf_shared v0.10.0
20332025-02-28T10:23:04.253Z Compiling pkcs1 v0.7.5
20342025-02-28T10:23:05.126Z Compiling tokio-stream v0.1.17
20352025-02-28T10:23:05.763Z Compiling ipnetwork v0.21.1
20362025-02-28T10:23:05.881Z Compiling rfc6979 v0.4.0
20372025-02-28T10:23:06.078Z Compiling serde-big-array v0.5.1
20382025-02-28T10:23:06.350Z Compiling float-cmp v0.10.0
20392025-02-28T10:23:06.605Z Compiling bstr v1.10.0
20402025-02-28T10:23:07.804Z Compiling difflib v0.4.0
20412025-02-28T10:23:07.977Z Compiling fixedbitset v0.4.2
20422025-02-28T10:23:08.061Z Compiling normalize-line-endings v0.3.0
20432025-02-28T10:23:08.430Z Compiling precomputed-hash v0.1.1
20442025-02-28T10:23:08.441Z Compiling predicates-core v1.0.8
20452025-02-28T10:23:08.683Z Compiling static_assertions v1.1.0
20462025-02-28T10:23:08.810Z Compiling unicode-segmentation v1.12.0
20472025-02-28T10:23:08.830Z Compiling number_prefix v0.4.0
20482025-02-28T10:23:08.850Z Compiling whoami v1.5.2
20492025-02-28T10:23:08.889Z Compiling bit-vec v0.6.3
20502025-02-28T10:23:09.077Z Compiling new_debug_unreachable v1.0.6
20512025-02-28T10:23:09.195Z Compiling tokio-postgres v0.7.13
20522025-02-28T10:23:09.301Z Compiling bit-set v0.5.3
20532025-02-28T10:23:09.328Z Compiling string_cache v0.8.7
20542025-02-28T10:23:09.361Z Compiling indicatif v0.17.11
20552025-02-28T10:23:09.590Z Compiling similar v2.6.0
20562025-02-28T10:23:09.671Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20572025-02-28T10:23:09.734Z Compiling predicates v3.1.3
20582025-02-28T10:23:11.047Z Compiling petgraph v0.6.5
20592025-02-28T10:23:11.647Z Compiling ecdsa v0.16.9
20602025-02-28T10:23:11.722Z Compiling qorb v0.2.1
20612025-02-28T10:23:12.886Z Compiling rsa v0.9.6
20622025-02-28T10:23:14.405Z Compiling ed25519-dalek v2.1.1
20632025-02-28T10:23:15.712Z Compiling reqwest v0.12.12
20642025-02-28T10:23:16.363Z Compiling typify-macro v0.2.0
20652025-02-28T10:23:16.815Z Compiling zip v0.6.6
20662025-02-28T10:23:16.847Z Compiling crossterm v0.28.1
20672025-02-28T10:23:18.013Z Compiling clap v4.5.31
20682025-02-28T10:23:19.778Z Compiling toml v0.7.8
20692025-02-28T10:23:19.796Z Compiling x509-cert v0.2.5
20702025-02-28T10:23:20.707Z Compiling hex v0.4.3
20712025-02-28T10:23:21.315Z Compiling itertools v0.10.5
20722025-02-28T10:23:22.054Z Compiling peg-runtime v0.8.3
20732025-02-28T10:23:22.967Z Compiling lalrpop-util v0.19.12
20742025-02-28T10:23:23.200Z Compiling unicode-xid v0.2.6
20752025-02-28T10:23:24.913Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20762025-02-28T10:23:29.819Z Compiling proc-macro-crate v1.3.1
20772025-02-28T10:23:30.104Z Compiling macaddr v1.0.1
20782025-02-28T10:23:30.761Z Compiling itertools v0.13.0
20792025-02-28T10:23:31.270Z Compiling heapless v0.8.0
20802025-02-28T10:23:33.728Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20812025-02-28T10:23:37.673Z Compiling num_enum_derive v0.5.11
20822025-02-28T10:23:42.116Z Compiling hash32 v0.3.1
20832025-02-28T10:23:44.423Z Compiling thiserror v2.0.11
20842025-02-28T10:23:45.949Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20852025-02-28T10:23:47.504Z Compiling smoltcp v0.11.0
20862025-02-28T10:23:53.130Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20872025-02-28T10:23:53.213Z Compiling num_enum v0.5.11
20882025-02-28T10:23:53.913Z Compiling typify v0.2.0
20892025-02-28T10:23:53.998Z Compiling oxnet v0.1.1
20902025-02-28T10:23:55.333Z Compiling thiserror-impl v2.0.11
20912025-02-28T10:23:55.837Z Compiling proc-macro-error-attr v1.0.4
20922025-02-28T10:23:56.214Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20932025-02-28T10:23:57.669Z Compiling unsafe-libyaml v0.2.11
20942025-02-28T10:23:57.956Z Compiling cobs v0.2.3
20952025-02-28T10:23:58.188Z Compiling postcard v1.0.10
20962025-02-28T10:23:59.314Z Compiling serde_yaml v0.9.34+deprecated
20972025-02-28T10:24:10.329Z Compiling progenitor-impl v0.8.0
20982025-02-28T10:24:11.816Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20992025-02-28T10:24:23.727Z Compiling strum_macros v0.26.4
21002025-02-28T10:24:24.614Z Compiling structmeta-derive v0.3.0
21012025-02-28T10:24:24.634Z Compiling foreign-types-macros v0.2.3
21022025-02-28T10:24:24.868Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21032025-02-28T10:24:25.173Z Compiling proc-macro-error v1.0.4
21042025-02-28T10:24:25.661Z Compiling foreign-types-shared v0.3.1
21052025-02-28T10:24:25.818Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21062025-02-28T10:24:26.462Z Compiling unicode-width v0.1.14
21072025-02-28T10:24:26.901Z Compiling structmeta v0.3.0
21082025-02-28T10:24:27.074Z Compiling tabwriter v1.4.0
21092025-02-28T10:24:27.844Z Compiling strum v0.26.3
21102025-02-28T10:24:30.501Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21112025-02-28T10:24:32.665Z Compiling foreign-types v0.5.0
21122025-02-28T10:24:37.998Z Compiling progenitor-macro v0.8.0
21132025-02-28T10:24:41.384Z Compiling progenitor-client v0.8.0
21142025-02-28T10:24:42.272Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21152025-02-28T10:24:43.105Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21162025-02-28T10:24:43.985Z Compiling daft-derive v0.1.1
21172025-02-28T10:24:45.431Z Compiling cstr-argument v0.1.2
21182025-02-28T10:24:45.451Z Compiling dropshot v0.16.0
21192025-02-28T10:24:45.797Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21202025-02-28T10:24:46.612Z Compiling crucible-workspace-hack v0.1.0
21212025-02-28T10:24:46.919Z Compiling pretty-hex v0.2.1
21222025-02-28T10:24:46.972Z Compiling fastrand v2.1.1
21232025-02-28T10:24:47.178Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21242025-02-28T10:24:47.609Z Compiling tempfile v3.13.0
21252025-02-28T10:24:47.896Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21262025-02-28T10:24:47.951Z Compiling daft v0.1.1
21272025-02-28T10:24:48.506Z Compiling progenitor v0.8.0
21282025-02-28T10:24:48.700Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21292025-02-28T10:24:48.874Z Compiling parse-display-derive v0.10.0
21302025-02-28T10:24:48.909Z Compiling colored v2.2.0
21312025-02-28T10:24:49.288Z Compiling serde_with_macros v3.11.0
21322025-02-28T10:24:49.366Z Compiling dropshot_endpoint v0.16.0
21332025-02-28T10:24:50.346Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21342025-02-28T10:24:51.126Z Compiling instant v0.1.13
21352025-02-28T10:24:51.322Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21362025-02-28T10:24:51.699Z Compiling winnow v0.6.20
21372025-02-28T10:24:51.735Z Compiling serde_with v3.11.0
21382025-02-28T10:24:52.452Z Compiling parse-display v0.10.0
21392025-02-28T10:24:52.702Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21402025-02-28T10:24:53.163Z Compiling backoff v0.4.0
21412025-02-28T10:24:53.545Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21422025-02-28T10:24:53.782Z Compiling zone_cfg_derive v0.3.0
21432025-02-28T10:24:54.333Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21442025-02-28T10:24:55.095Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
21452025-02-28T10:24:55.148Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21462025-02-28T10:24:55.688Z Compiling camino-tempfile v1.1.1
21472025-02-28T10:24:55.953Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21482025-02-28T10:24:55.995Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21492025-02-28T10:24:56.211Z Compiling progenitor-client v0.9.1
21502025-02-28T10:24:56.389Z Compiling num-derive v0.4.2
21512025-02-28T10:24:56.434Z Compiling sigpipe v0.1.3
21522025-02-28T10:24:56.593Z Compiling libefi-sys v0.1.0
21532025-02-28T10:24:56.936Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21542025-02-28T10:24:57.165Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21552025-02-28T10:24:57.308Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21562025-02-28T10:24:57.846Z Compiling zone v0.3.0
21572025-02-28T10:24:58.583Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
21582025-02-28T10:25:00.159Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21592025-02-28T10:25:00.399Z Compiling itertools v0.14.0
21602025-02-28T10:25:01.178Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21612025-02-28T10:25:03.953Z Compiling smf v0.2.3
21622025-02-28T10:25:04.203Z Compiling bitfield-struct v0.6.2
21632025-02-28T10:25:04.835Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21642025-02-28T10:25:05.150Z Compiling blake3 v1.5.4
21652025-02-28T10:25:05.626Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21662025-02-28T10:25:05.847Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21672025-02-28T10:25:06.341Z Compiling xattr v1.3.1
21682025-02-28T10:25:06.436Z Compiling filetime v0.2.25
21692025-02-28T10:25:06.457Z Compiling memmap2 v0.9.5
21702025-02-28T10:25:06.669Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21712025-02-28T10:25:06.808Z Compiling constant_time_eq v0.3.1
21722025-02-28T10:25:06.811Z Compiling arrayref v0.3.9
21732025-02-28T10:25:06.952Z Compiling arrayvec v0.7.6
21742025-02-28T10:25:06.974Z Compiling same-file v1.0.6
21752025-02-28T10:25:07.008Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21762025-02-28T10:25:07.031Z Compiling tar v0.4.44
21772025-02-28T10:25:07.282Z Compiling walkdir v2.5.0
21782025-02-28T10:25:08.838Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21792025-02-28T10:25:09.276Z Compiling gethostname v0.5.0
21802025-02-28T10:25:09.502Z Compiling cargo-platform v0.1.8
21812025-02-28T10:25:09.703Z Compiling fixedbitset v0.5.7
21822025-02-28T10:25:09.860Z Compiling topological-sort v0.2.2
21832025-02-28T10:25:10.161Z Compiling petgraph v0.7.1
21842025-02-28T10:25:10.600Z Compiling omicron-zone-package v0.12.0
21852025-02-28T10:25:10.844Z Compiling cargo_metadata v0.19.1
21862025-02-28T10:25:12.902Z Compiling indent_write v2.2.0
21872025-02-28T10:25:13.169Z Compiling shell-words v1.1.0
21882025-02-28T10:25:19.062Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21892025-02-28T10:25:21.202Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21902025-02-28T10:25:25.449Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21912025-02-28T10:25:40.631Z Finished `release` profile [optimized] target(s) in 5m 14s
21922025-02-28T10:25:40.805Z Running `target/release/omicron-package -t test target create -p dev`
21932025-02-28T10:25:40.857ZLogging to: /work/oxidecomputer/omicron/out/LOG
21942025-02-28T10:25:40.860ZCreated new build target 'test' and set it as active
21952025-02-28T10:25:40.860Z
21962025-02-28T10:25:40.860Zreal 5:14.524593120
21972025-02-28T10:25:40.860Zuser 36:36.134850612
21982025-02-28T10:25:40.860Zsys 3:28.913149247
21992025-02-28T10:25:40.860Ztrap 1.149033445
22002025-02-28T10:25:40.860Ztflt 1.662667657
22012025-02-28T10:25:40.860Zdflt 0.618082698
22022025-02-28T10:25:40.860Zkflt 0.000150668
22032025-02-28T10:25:40.860Zlock 1:12:03.956876447
22042025-02-28T10:25:40.860Zslp 2:27:41.858328372
22052025-02-28T10:25:40.860Zlat 2:45.325928346
22062025-02-28T10:25:40.860Zstop 5:00.462458807
22072025-02-28T10:25:40.863Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
22082025-02-28T10:25:41.881Z Finished `release` profile [optimized] target(s) in 0.96s
22092025-02-28T10:25:41.945Z Running `target/release/omicron-package -t test package`
22102025-02-28T10:25:41.991ZLogging to: /work/oxidecomputer/omicron/out/LOG
22112025-02-28T10:25:43.189Z Compiling ring v0.17.11
22122025-02-28T10:25:43.371Z Compiling thiserror v2.0.11
22132025-02-28T10:25:43.390Z Compiling typify-impl v0.3.0
22142025-02-28T10:25:43.407Z Compiling convert_case v0.4.0
22152025-02-28T10:25:43.410Z Compiling newline-converter v0.3.0
22162025-02-28T10:25:43.410Z Compiling password-hash v0.5.0
22172025-02-28T10:25:43.410Z Compiling blake2 v0.10.6
22182025-02-28T10:25:43.649Z Compiling expectorate v1.1.0
22192025-02-28T10:25:43.925Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
22202025-02-28T10:25:43.991Z Compiling derive_more v0.99.19
22212025-02-28T10:25:44.548Z Compiling base64 v0.21.7
22222025-02-28T10:25:44.962Z Compiling argon2 v0.5.3
22232025-02-28T10:25:45.597Z Compiling atomicwrites v0.4.4
22242025-02-28T10:25:45.668Z Compiling owo-colors v4.2.0
22252025-02-28T10:25:46.099Z Compiling cancel-safe-futures v0.1.5
22262025-02-28T10:25:46.320Z Compiling num-rational v0.4.2
22272025-02-28T10:25:46.469Z Compiling libsw-core v0.3.1
22282025-02-28T10:25:46.760Z Compiling num-complex v0.4.6
22292025-02-28T10:25:47.233Z Compiling libsw v3.4.0
22302025-02-28T10:25:47.830Z Compiling num v0.4.3
22312025-02-28T10:25:48.155Z Compiling linear-map v1.2.0
22322025-02-28T10:25:48.546Z Compiling rustls v0.23.19
22332025-02-28T10:25:48.548Z Compiling rustls v0.22.4
22342025-02-28T10:25:48.582Z Compiling swrite v0.1.0
22352025-02-28T10:25:48.603Z Compiling float-ord v0.3.2
22362025-02-28T10:25:48.749Z Compiling highway v1.3.0
22372025-02-28T10:25:48.787Z Compiling tungstenite v0.21.0
22382025-02-28T10:25:49.371Z Compiling semver v0.1.20
22392025-02-28T10:25:49.921Z Compiling rustc_version v0.1.7
22402025-02-28T10:25:50.258Z Compiling tokio-tungstenite v0.21.0
22412025-02-28T10:25:50.332Z Compiling newtype_derive v0.1.6
22422025-02-28T10:25:50.444Z Compiling ipnetwork v0.21.1
22432025-02-28T10:25:50.755Z Compiling rustls-webpki v0.102.8
22442025-02-28T10:25:50.898Z Compiling oxnet v0.1.1
22452025-02-28T10:25:51.088Z Compiling humantime v2.1.0
22462025-02-28T10:25:51.548Z Compiling daft v0.1.1
22472025-02-28T10:25:52.301Z Compiling dropshot v0.16.0
22482025-02-28T10:25:52.383Z Compiling instant v0.1.13
22492025-02-28T10:25:52.454Z Compiling steno v0.4.1
22502025-02-28T10:25:52.547Z Compiling backoff v0.4.0
22512025-02-28T10:25:52.908Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22522025-02-28T10:25:53.358Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
22532025-02-28T10:25:53.377Z Compiling typify-macro v0.3.0
22542025-02-28T10:25:53.684Z Compiling parse-display v0.10.0
22552025-02-28T10:25:54.230Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22562025-02-28T10:25:54.435Z Compiling strum v0.26.3
22572025-02-28T10:25:54.650Z Compiling serde_with v3.11.0
22582025-02-28T10:25:56.613Z Compiling tokio-rustls v0.25.0
22592025-02-28T10:25:57.059Z Compiling dropshot v0.12.0
22602025-02-28T10:25:57.281Z Compiling typify v0.3.0
22612025-02-28T10:25:57.443Z Compiling progenitor-impl v0.9.1
22622025-02-28T10:25:58.303Z Compiling tokio-rustls v0.26.0
22632025-02-28T10:25:58.781Z Compiling hyper-rustls v0.27.3
22642025-02-28T10:25:59.344Z Compiling reqwest v0.12.12
22652025-02-28T10:26:03.239Z Compiling qorb v0.2.1
22662025-02-28T10:26:04.542Z Compiling progenitor-macro v0.9.1
22672025-02-28T10:26:08.333Z Compiling progenitor-client v0.9.1
22682025-02-28T10:26:08.358Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22692025-02-28T10:26:08.953Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22702025-02-28T10:26:34.309Z Compiling progenitor-client v0.8.0
22712025-02-28T10:26:35.215Z Compiling progenitor v0.8.0
22722025-02-28T10:26:35.450Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
22732025-02-28T10:26:38.495Z Compiling progenitor v0.9.1
22742025-02-28T10:26:38.737Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22752025-02-28T10:26:40.413Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
22762025-02-28T10:26:40.674Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22772025-02-28T10:26:41.307Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22782025-02-28T10:26:41.884Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22792025-02-28T10:26:42.546Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22802025-02-28T10:26:48.398Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22812025-02-28T10:26:49.139Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22822025-02-28T10:26:51.011Z Compiling macaddr v1.0.1
22832025-02-28T10:26:51.592Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22842025-02-28T10:26:51.717Z Compiling slog-dtrace v0.3.0
22852025-02-28T10:26:52.349Z Compiling prettyplease v0.2.29
22862025-02-28T10:26:54.794Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22872025-02-28T10:26:56.004Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22882025-02-28T10:26:56.198Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
22892025-02-28T10:26:57.569Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22902025-02-28T10:27:05.460Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22912025-02-28T10:27:06.179Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22922025-02-28T10:27:07.884Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22932025-02-28T10:27:10.055Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22942025-02-28T10:27:14.413Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22952025-02-28T10:27:15.857Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22962025-02-28T10:27:18.991Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22972025-02-28T10:27:20.238Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22982025-02-28T10:27:20.542Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22992025-02-28T10:27:21.282Z Compiling half v2.4.1
23002025-02-28T10:27:21.550Z Compiling ciborium-io v0.2.2
23012025-02-28T10:27:21.716Z Compiling bytecount v0.6.8
23022025-02-28T10:27:21.991Z Compiling ciborium-ll v0.2.2
23032025-02-28T10:27:22.064Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23042025-02-28T10:27:22.528Z Compiling ciborium v0.2.2
23052025-02-28T10:27:23.761Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23062025-02-28T10:27:24.189Z Compiling display-error-chain v0.2.2
23072025-02-28T10:27:24.443Z Compiling const_format_proc_macros v0.2.34
23082025-02-28T10:27:24.460Z Compiling crunchy v0.2.2
23092025-02-28T10:27:24.969Z Compiling same-file v1.0.6
23102025-02-28T10:27:25.236Z Compiling keccak v0.1.5
23112025-02-28T10:27:26.120Z Compiling fastrand v2.1.1
23122025-02-28T10:27:26.207Z Compiling maplit v1.0.2
23132025-02-28T10:27:26.369Z Compiling const_format v0.2.34
23142025-02-28T10:27:26.406Z Compiling sha3 v0.10.8
23152025-02-28T10:27:26.571Z Compiling tempfile v3.13.0
23162025-02-28T10:27:27.284Z Compiling walkdir v2.5.0
23172025-02-28T10:27:27.335Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23182025-02-28T10:27:27.644Z Compiling tiny-keccak v2.0.2
23192025-02-28T10:27:27.861Z Compiling radium v0.7.0
23202025-02-28T10:27:27.942Z Compiling blake3 v1.5.4
23212025-02-28T10:27:28.139Z Compiling dsl_auto_type v0.1.2
23222025-02-28T10:27:28.339Z Compiling scheduled-thread-pool v0.2.7
23232025-02-28T10:27:28.621Z Compiling xattr v1.3.1
23242025-02-28T10:27:28.907Z Compiling diesel_table_macro_syntax v0.2.0
23252025-02-28T10:27:29.250Z Compiling memmap2 v0.9.5
23262025-02-28T10:27:29.325Z Compiling filetime v0.2.25
23272025-02-28T10:27:29.640Z Compiling tap v1.0.1
23282025-02-28T10:27:29.643Z Compiling arrayvec v0.7.6
23292025-02-28T10:27:29.681Z Compiling constant_time_eq v0.3.1
23302025-02-28T10:27:29.846Z Compiling arrayref v0.3.9
23312025-02-28T10:27:29.871Z Compiling maybe-uninit v2.0.0
23322025-02-28T10:27:29.980Z Compiling wyz v0.5.1
23332025-02-28T10:27:30.438Z Compiling tar v0.4.44
23342025-02-28T10:27:30.454Z Compiling diesel_derives v2.2.3
23352025-02-28T10:27:30.456Z Compiling r2d2 v0.8.10
23362025-02-28T10:27:31.380Z Compiling toolchain_find v0.4.0
23372025-02-28T10:27:31.491Z Compiling camino-tempfile v1.1.1
23382025-02-28T10:27:31.512Z Compiling phf_generator v0.11.2
23392025-02-28T10:27:31.736Z Compiling ascii-canvas v3.0.0
23402025-02-28T10:27:31.910Z Compiling secrecy v0.8.0
23412025-02-28T10:27:31.914Z Compiling ena v0.14.3
23422025-02-28T10:27:32.169Z Compiling async-recursion v1.1.1
23432025-02-28T10:27:32.192Z Compiling packed_struct v0.10.1
23442025-02-28T10:27:32.209Z Compiling crc-catalog v2.4.0
23452025-02-28T10:27:32.336Z Compiling regex-syntax v0.6.29
23462025-02-28T10:27:32.392Z Compiling topological-sort v0.2.2
23472025-02-28T10:27:32.637Z Compiling funty v2.0.0
23482025-02-28T10:27:32.659Z Compiling bindgen v0.71.1
23492025-02-28T10:27:33.157Z Compiling diff v0.1.13
23502025-02-28T10:27:33.514Z Compiling omicron-zone-package v0.12.0
23512025-02-28T10:27:33.645Z Compiling crc v3.2.1
23522025-02-28T10:27:35.464Z Compiling bitvec v1.0.1
23532025-02-28T10:27:35.676Z Compiling lalrpop v0.19.12
23542025-02-28T10:27:36.408Z Compiling phf_codegen v0.11.2
23552025-02-28T10:27:36.636Z Compiling rustfmt-wrapper v0.2.1
23562025-02-28T10:27:37.196Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23572025-02-28T10:27:37.496Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23582025-02-28T10:27:37.746Z Compiling universal-hash v0.5.1
23592025-02-28T10:27:38.012Z Compiling thiserror-impl-no-std v2.0.2
23602025-02-28T10:27:38.279Z Compiling packed_struct_codegen v0.10.1
23612025-02-28T10:27:38.602Z Compiling parse-zoneinfo v0.3.1
23622025-02-28T10:27:39.929Z Compiling indexmap v1.9.3
23632025-02-28T10:27:39.950Z Compiling opaque-debug v0.3.1
23642025-02-28T10:27:40.068Z Compiling ref-cast v1.0.23
23652025-02-28T10:27:40.271Z Compiling rustc-hash v2.1.1
23662025-02-28T10:27:40.406Z Compiling nodrop v0.1.14
23672025-02-28T10:27:40.573Z Compiling array-init v0.0.4
23682025-02-28T10:27:40.615Z Compiling thiserror-no-std v2.0.2
23692025-02-28T10:27:40.802Z Compiling poly1305 v0.8.0
23702025-02-28T10:27:40.838Z Compiling diesel v2.2.7
23712025-02-28T10:27:41.649Z Compiling chrono-tz-build v0.4.0
23722025-02-28T10:27:42.234Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23732025-02-28T10:27:42.631Z Compiling smallvec v0.6.14
23742025-02-28T10:27:43.082Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23752025-02-28T10:27:43.435Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23762025-02-28T10:27:43.780Z Compiling derive_builder_core v0.20.2
23772025-02-28T10:27:44.477Z Compiling chacha20 v0.9.1
23782025-02-28T10:27:45.009Z Compiling headers-core v0.3.0
23792025-02-28T10:27:45.209Z Compiling aead v0.5.2
23802025-02-28T10:27:45.558Z Compiling libxml v0.3.3
23812025-02-28T10:27:45.720Z Compiling ref-cast-impl v1.0.23
23822025-02-28T10:27:45.964Z Compiling vte_generate_state_changes v0.1.2
23832025-02-28T10:27:46.591Z Compiling termcolor v1.4.1
23842025-02-28T10:27:46.793Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
23852025-02-28T10:27:47.147Z Compiling bitfield v0.14.0
23862025-02-28T10:27:47.487Z Compiling arc-swap v1.7.1
23872025-02-28T10:27:47.573Z Compiling hashbrown v0.12.3
23882025-02-28T10:27:48.130Z Compiling slog-scope v4.4.0
23892025-02-28T10:27:48.890Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23902025-02-28T10:27:49.940Z Compiling env_logger v0.10.2
23912025-02-28T10:27:52.951Z Compiling samael v0.0.18
23922025-02-28T10:27:53.099Z Compiling vte v0.11.1
23932025-02-28T10:27:53.397Z Compiling derive_builder_macro v0.20.2
23942025-02-28T10:27:54.267Z Compiling chacha20poly1305 v0.10.1
23952025-02-28T10:27:54.453Z Compiling headers v0.4.0
23962025-02-28T10:27:54.573Z Compiling serde-hex v0.1.0
23972025-02-28T10:27:54.630Z Compiling chrono-tz v0.10.1
23982025-02-28T10:27:55.315Z Compiling vsss-rs v3.3.4
23992025-02-28T10:27:56.776Z Compiling polar-core v0.27.3
24002025-02-28T10:27:58.106Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24012025-02-28T10:27:59.378Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
24022025-02-28T10:27:59.447Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24032025-02-28T10:27:59.814Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24042025-02-28T10:28:00.991Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24052025-02-28T10:28:01.344Z Compiling ron v0.8.1
24062025-02-28T10:28:03.913Z Compiling hashbrown v0.13.2
24072025-02-28T10:28:04.225Z Compiling strum_macros v0.24.3
24082025-02-28T10:28:05.204Z Compiling unicase v2.7.0
24092025-02-28T10:28:05.549Z Compiling crc-any v2.5.0
24102025-02-28T10:28:06.553Z Compiling indoc v1.0.9
24112025-02-28T10:28:06.985Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24122025-02-28T10:28:07.153Z Compiling object v0.30.4
24132025-02-28T10:28:07.293Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24142025-02-28T10:28:22.438Z Compiling strip-ansi-escapes v0.2.0
24152025-02-28T10:28:23.200Z Compiling derive_builder v0.20.2
24162025-02-28T10:28:25.600Z Compiling slog-stdlog v4.1.1
24172025-02-28T10:28:26.376Z Compiling papergrid v0.11.0
24182025-02-28T10:28:26.639Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24192025-02-28T10:28:26.992Z Compiling tabled_derive v0.7.0
24202025-02-28T10:28:27.813Z Compiling fd-lock v4.0.2
24212025-02-28T10:28:28.068Z Compiling peg-macros v0.8.4
24222025-02-28T10:28:28.950Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24232025-02-28T10:28:29.864Z Compiling impl-trait-for-tuples v0.2.2
24242025-02-28T10:28:31.297Z Compiling oso-derive v0.27.3
24252025-02-28T10:28:32.258Z Compiling quick-xml v0.37.2
24262025-02-28T10:28:35.498Z Compiling diesel-dtrace v0.4.2
24272025-02-28T10:28:35.868Z Compiling nu-ansi-term v0.50.1
24282025-02-28T10:28:37.171Z Compiling path-slash v0.1.5
24292025-02-28T10:28:37.449Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24302025-02-28T10:28:39.671Z Compiling reedline v0.35.0
24312025-02-28T10:28:50.689Z Compiling oso v0.27.3
24322025-02-28T10:28:51.068Z Compiling peg v0.8.4
24332025-02-28T10:28:51.254Z Compiling tabled v0.15.0
24342025-02-28T10:28:52.712Z Compiling slog-envlogger v2.2.0
24352025-02-28T10:28:57.231Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24362025-02-28T10:29:03.599Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24372025-02-28T10:29:05.094Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24382025-02-28T10:29:05.450Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24392025-02-28T10:29:07.142Z Compiling pem v3.0.5
24402025-02-28T10:29:08.563Z Compiling bb8 v0.8.5
24412025-02-28T10:29:08.624Z Compiling bcs v0.1.6
24422025-02-28T10:29:09.185Z Compiling fxhash v0.2.1
24432025-02-28T10:29:09.432Z Compiling libz-sys v1.1.20
24442025-02-28T10:29:09.455Z Compiling termtree v0.5.1
24452025-02-28T10:29:09.767Z Compiling zip v2.1.3
24462025-02-28T10:29:10.149Z Compiling simd-adler32 v0.3.7
24472025-02-28T10:29:10.170Z Compiling bumpalo v3.16.0
24482025-02-28T10:29:10.621Z Compiling lockfree-object-pool v0.1.6
24492025-02-28T10:29:10.929Z Compiling zopfli v0.8.1
24502025-02-28T10:29:11.496Z Compiling async-bb8-diesel v0.2.1
24512025-02-28T10:29:13.012Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24522025-02-28T10:29:14.047Z Compiling kstat-rs v0.2.4
24532025-02-28T10:29:14.987Z Compiling proc-macro-error-attr2 v2.0.0
24542025-02-28T10:29:15.141Z Compiling buf-list v1.0.3
24552025-02-28T10:29:15.771Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24562025-02-28T10:29:15.775Z Compiling proc-macro-error2 v2.0.1
24572025-02-28T10:29:16.375Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24582025-02-28T10:29:20.269Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
24592025-02-28T10:29:20.759Z Compiling nanorand v0.7.0
24602025-02-28T10:29:21.472Z Compiling libgit2-sys v0.17.0+1.8.1
24612025-02-28T10:29:22.248Z Compiling pin-project-internal v1.1.6
24622025-02-28T10:29:24.813Z Compiling parking_lot_core v0.8.6
24632025-02-28T10:29:25.310Z Compiling pin-project v1.1.6
24642025-02-28T10:29:25.719Z Compiling flume v0.11.1
24652025-02-28T10:29:25.937Z Compiling tabled_derive v0.10.0
24662025-02-28T10:29:26.661Z Compiling mime_guess v2.0.5
24672025-02-28T10:29:28.444Z Compiling papergrid v0.14.0
24682025-02-28T10:29:28.537Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24692025-02-28T10:29:35.489Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24702025-02-28T10:29:35.756Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24712025-02-28T10:29:38.670Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24722025-02-28T10:29:40.173Z Compiling snafu-derive v0.8.5
24732025-02-28T10:29:41.168Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24742025-02-28T10:29:41.617Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24752025-02-28T10:29:41.867Z Compiling tabled v0.18.0
24762025-02-28T10:29:44.438Z Compiling snafu v0.8.5
24772025-02-28T10:29:55.539Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24782025-02-28T10:29:57.569Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24792025-02-28T10:30:01.567Z Compiling globset v0.4.15
24802025-02-28T10:30:03.576Z Compiling olpc-cjson v0.1.4
24812025-02-28T10:30:03.861Z Compiling itertools v0.13.0
24822025-02-28T10:30:07.225Z Compiling vergen v8.3.2
24832025-02-28T10:30:07.474Z Compiling castaway v0.2.3
24842025-02-28T10:30:07.583Z Compiling nibble_vec v0.1.0
24852025-02-28T10:30:07.695Z Compiling cargo-platform v0.1.8
24862025-02-28T10:30:07.856Z Compiling serde_plain v1.0.2
24872025-02-28T10:30:08.187Z Compiling atty v0.2.14
24882025-02-28T10:30:08.476Z Compiling salty v0.3.0
24892025-02-28T10:30:08.486Z Compiling endian-type v0.1.2
24902025-02-28T10:30:08.675Z Compiling http-range v0.1.5
24912025-02-28T10:30:08.827Z Compiling io-lifetimes v1.0.11
24922025-02-28T10:30:09.210Z Compiling typed-path v0.9.3
24932025-02-28T10:30:09.935Z Compiling radix_trie v0.2.1
24942025-02-28T10:30:10.888Z Compiling cargo_metadata v0.18.1
24952025-02-28T10:30:12.086Z Compiling tough v0.19.0
24962025-02-28T10:30:13.442Z Compiling compact_str v0.8.0
24972025-02-28T10:30:13.640Z Compiling unicode-truncate v1.1.0
24982025-02-28T10:30:13.959Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24992025-02-28T10:30:15.539Z Compiling git2 v0.19.0
25002025-02-28T10:30:15.915Z Compiling parking_lot v0.11.2
25012025-02-28T10:30:17.983Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
25022025-02-28T10:30:23.600Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25032025-02-28T10:30:23.743Z Compiling lru v0.12.5
25042025-02-28T10:30:24.125Z Compiling rand_seeder v0.3.0
25052025-02-28T10:30:24.563Z Compiling lzma-sys v0.1.20
25062025-02-28T10:30:24.784Z Compiling instability v0.3.2
25072025-02-28T10:30:25.309Z Compiling rustls v0.21.12
25082025-02-28T10:30:25.623Z Compiling parse-size v1.1.0
25092025-02-28T10:30:25.752Z Compiling cassowary v0.3.0
25102025-02-28T10:30:25.961Z Compiling indoc v2.0.5
25112025-02-28T10:30:26.012Z Compiling rustix v0.37.28
25122025-02-28T10:30:26.852Z Compiling ratatui v0.29.0
25132025-02-28T10:30:26.962Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
25142025-02-28T10:30:28.149Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25152025-02-28T10:30:28.389Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25162025-02-28T10:30:29.136Z Compiling hyper-staticfile v0.10.1
25172025-02-28T10:30:29.638Z Compiling sled v0.34.7
25182025-02-28T10:30:30.272Z Compiling hickory-client v0.24.4
25192025-02-28T10:30:34.286Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
25202025-02-28T10:30:34.791Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25212025-02-28T10:30:35.518Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25222025-02-28T10:30:40.258Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25232025-02-28T10:30:40.607Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
25242025-02-28T10:30:42.182Z Compiling rustls-webpki v0.101.7
25252025-02-28T10:30:44.210Z Compiling sct v0.7.1
25262025-02-28T10:30:44.693Z Compiling hickory-server v0.24.4
25272025-02-28T10:30:46.097Z Compiling primeorder v0.13.6
25282025-02-28T10:30:46.497Z Compiling heck v0.3.3
25292025-02-28T10:30:46.540Z Compiling env_filter v0.1.2
25302025-02-28T10:30:46.734Z Compiling csv-core v0.1.11
25312025-02-28T10:30:46.845Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
25322025-02-28T10:30:47.319Z Compiling csv v1.3.1
25332025-02-28T10:30:47.665Z Compiling env_logger v0.11.5
25342025-02-28T10:30:48.108Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25352025-02-28T10:30:49.093Z Compiling zone_cfg_derive v0.1.2
25362025-02-28T10:30:49.461Z Compiling p384 v0.13.0
25372025-02-28T10:30:55.092Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25382025-02-28T10:30:55.980Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25392025-02-28T10:30:56.429Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25402025-02-28T10:30:57.174Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25412025-02-28T10:30:57.490Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25422025-02-28T10:30:58.492Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25432025-02-28T10:30:58.679Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25442025-02-28T10:30:58.842Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25452025-02-28T10:30:59.028Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25462025-02-28T10:30:59.196Z Compiling nix v0.27.1
25472025-02-28T10:30:59.383Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25482025-02-28T10:31:00.116Z Compiling tungstenite v0.23.0
25492025-02-28T10:31:01.919Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
25502025-02-28T10:31:02.294Z Compiling base64 v0.13.1
25512025-02-28T10:31:03.022Z Compiling ron v0.7.1
25522025-02-28T10:31:03.131Z Compiling tokio-tungstenite v0.23.1
25532025-02-28T10:31:04.698Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25542025-02-28T10:31:05.572Z Compiling xz2 v0.1.7
25552025-02-28T10:31:06.207Z Compiling terminal_size v0.2.6
25562025-02-28T10:31:06.445Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25572025-02-28T10:31:08.252Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25582025-02-28T10:31:12.798Z Compiling tokio-rustls v0.24.1
25592025-02-28T10:31:13.293Z Compiling zone v0.1.8
25602025-02-28T10:31:14.858Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25612025-02-28T10:31:15.445Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25622025-02-28T10:31:16.122Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25632025-02-28T10:31:16.483Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25642025-02-28T10:31:16.653Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25652025-02-28T10:31:16.896Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25662025-02-28T10:31:17.638Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25672025-02-28T10:31:17.641Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25682025-02-28T10:31:20.778Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25692025-02-28T10:31:21.133Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25702025-02-28T10:31:21.350Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25712025-02-28T10:31:24.192Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25722025-02-28T10:31:25.726Z Compiling rustls-pemfile v1.0.4
25732025-02-28T10:31:26.493Z Compiling signal-hook-tokio v0.3.1
25742025-02-28T10:31:26.737Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25752025-02-28T10:31:26.801Z Compiling twox-hash v2.1.0
25762025-02-28T10:31:27.659Z Compiling yasna v0.5.2
25772025-02-28T10:31:27.802Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
25782025-02-28T10:31:29.774Z Compiling unicode-linebreak v0.1.5
25792025-02-28T10:31:30.362Z Compiling smawk v0.3.2
25802025-02-28T10:31:30.392Z Compiling is_ci v1.2.0
25812025-02-28T10:31:30.672Z Compiling glob v0.3.2
25822025-02-28T10:31:30.720Z Compiling textwrap v0.16.1
25832025-02-28T10:31:31.083Z Compiling supports-color v3.0.2
25842025-02-28T10:31:31.549Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25852025-02-28T10:31:31.570Z Compiling rcgen v0.12.1
25862025-02-28T10:31:32.803Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
25872025-02-28T10:31:35.578Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25882025-02-28T10:31:36.465Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
25892025-02-28T10:31:38.781Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25902025-02-28T10:31:41.531Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25912025-02-28T10:31:45.195Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25922025-02-28T10:31:45.428Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25932025-02-28T10:32:00.068Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25942025-02-28T10:32:00.564Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25952025-02-28T10:32:04.737Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25962025-02-28T10:32:07.000Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25972025-02-28T10:32:10.708Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25982025-02-28T10:32:14.248Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25992025-02-28T10:32:14.796Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26002025-02-28T10:32:22.050Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26012025-02-28T10:32:25.766Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26022025-02-28T10:32:25.955Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26032025-02-28T10:32:26.116Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
26042025-02-28T10:32:28.555Z Compiling fatfs v0.3.6
26052025-02-28T10:32:28.877Z Compiling rtoolbox v0.0.2
26062025-02-28T10:32:29.388Z Compiling subprocess v0.2.9
26072025-02-28T10:32:31.235Z Compiling assert_matches v1.5.0
26082025-02-28T10:32:32.003Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26092025-02-28T10:32:32.323Z Compiling rpassword v7.3.1
26102025-02-28T10:32:32.801Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26112025-02-28T10:32:34.091Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26122025-02-28T10:32:39.499Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26132025-02-28T10:32:46.305Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
26142025-02-28T10:32:49.915Z Compiling tui-tree-widget v0.23.0
26152025-02-28T10:32:50.368Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
26162025-02-28T10:33:03.451Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26172025-02-28T10:33:03.811Z Compiling uzers v0.12.1
26182025-02-28T10:33:06.934Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
26192025-02-28T10:33:07.463Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
26202025-02-28T10:33:08.647Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
26212025-02-28T10:33:22.277Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26222025-02-28T10:33:32.841Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
26232025-02-28T10:33:35.063Z Compiling multimap v0.10.0
26242025-02-28T10:35:53.918Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
26252025-02-28T10:43:07.318Z Finished `release` profile [optimized] target(s) in 17m 24s
26262025-02-28T10:44:15.496Z
26272025-02-28T10:44:15.496Zreal 18:34.393492113
26282025-02-28T10:44:15.496Zuser 2:10:22.518952671
26292025-02-28T10:44:15.496Zsys 3:34.794643152
26302025-02-28T10:44:15.496Ztrap 3.325600483
26312025-02-28T10:44:15.496Ztflt 1.848601313
26322025-02-28T10:44:15.496Zdflt 5.014819727
26332025-02-28T10:44:15.499Zkflt 0.000902609
26342025-02-28T10:44:15.499Zlock 7:50:57.865999896
26352025-02-28T10:44:15.499Zslp 6:44:50.088392042
26362025-02-28T10:44:15.499Zlat 3:39.749014054
26372025-02-28T10:44:15.500Zstop 2:53.444798662
26382025-02-28T10:44:15.500Z+ mapfile -t packages
26392025-02-28T10:44:15.500Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
26402025-02-28T10:44:16.581Z Compiling ring v0.17.11
26412025-02-28T10:44:19.915Z Compiling rustls v0.22.4
26422025-02-28T10:44:19.919Z Compiling rustls v0.23.19
26432025-02-28T10:44:20.045Z Compiling rustls-webpki v0.102.8
26442025-02-28T10:44:24.759Z Compiling tokio-rustls v0.25.0
26452025-02-28T10:44:24.765Z Compiling dropshot v0.12.0
26462025-02-28T10:44:26.083Z Compiling tokio-rustls v0.26.0
26472025-02-28T10:44:26.565Z Compiling hyper-rustls v0.27.3
26482025-02-28T10:44:27.106Z Compiling reqwest v0.12.12
26492025-02-28T10:44:28.425Z Compiling dropshot v0.16.0
26502025-02-28T10:44:29.231Z Compiling qorb v0.2.1
26512025-02-28T10:44:36.124Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26522025-02-28T10:44:36.704Z Compiling progenitor-client v0.8.0
26532025-02-28T10:44:37.634Z Compiling progenitor v0.8.0
26542025-02-28T10:44:37.893Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
26552025-02-28T10:44:39.369Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26562025-02-28T10:44:40.170Z Compiling progenitor-client v0.9.1
26572025-02-28T10:44:41.181Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26582025-02-28T10:44:44.442Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26592025-02-28T10:44:53.755Z Compiling omicron-zone-package v0.12.0
26602025-02-28T10:44:58.267Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26612025-02-28T10:45:03.231Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26622025-02-28T10:45:05.082Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26632025-02-28T10:45:08.691Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26642025-02-28T10:45:24.283Z Finished `release` profile [optimized] target(s) in 1m 08s
26652025-02-28T10:45:24.462Z Running `target/release/omicron-package -t test list-outputs`
26662025-02-28T10:45:24.516ZLogging to: /work/oxidecomputer/omicron/out/LOG
26672025-02-28T10:45:24.519Z+ ptime -m cargo build --locked --release -p xtask
26682025-02-28T10:45:25.126Z Compiling serde v1.0.218
26692025-02-28T10:45:25.129Z Compiling rustix v0.38.37
26702025-02-28T10:45:25.129Z Compiling libc v0.2.170
26712025-02-28T10:45:25.129Z Compiling serde_json v1.0.139
26722025-02-28T10:45:25.129Z Compiling syn v2.0.98
26732025-02-28T10:45:25.235Z Compiling bitflags v2.6.0
26742025-02-28T10:45:25.654Z Compiling usdt-impl v0.5.0
26752025-02-28T10:45:25.671Z Compiling syn v1.0.109
26762025-02-28T10:45:25.755Z Compiling hashbrown v0.15.1
26772025-02-28T10:45:25.777Z Compiling log v0.4.22
26782025-02-28T10:45:25.983Z Compiling fs-err v2.11.0
26792025-02-28T10:45:26.226Z Compiling anyhow v1.0.96
26802025-02-28T10:45:26.325Z Compiling once_cell v1.20.3
26812025-02-28T10:45:26.595Z Compiling thread-id v4.2.2
26822025-02-28T10:45:26.992Z Compiling indexmap v2.7.1
26832025-02-28T10:45:28.071Z Compiling terminal_size v0.4.0
26842025-02-28T10:45:28.071Z Compiling tempfile v3.13.0
26852025-02-28T10:45:28.330Z Compiling clap_builder v4.5.31
26862025-02-28T10:45:28.831Z Compiling proc-macro-error v1.0.4
26872025-02-28T10:45:29.753Z Compiling tabled_derive v0.7.0
26882025-02-28T10:45:30.871Z Compiling tabled v0.15.0
26892025-02-28T10:45:31.467Z Compiling serde_derive v1.0.218
26902025-02-28T10:45:31.470Z Compiling thiserror-impl v1.0.69
26912025-02-28T10:45:31.470Z Compiling zerocopy-derive v0.7.35
26922025-02-28T10:45:31.470Z Compiling scroll_derive v0.12.0
26932025-02-28T10:45:31.470Z Compiling thiserror-impl v2.0.11
26942025-02-28T10:45:32.844Z Compiling scroll v0.12.0
26952025-02-28T10:45:33.375Z Compiling zerocopy v0.7.35
26962025-02-28T10:45:33.516Z Compiling goblin v0.8.2
26972025-02-28T10:45:34.014Z Compiling thiserror v1.0.69
26982025-02-28T10:45:34.188Z Compiling pest v2.7.14
26992025-02-28T10:45:36.200Z Compiling thiserror v2.0.11
27002025-02-28T10:45:36.399Z Compiling clap_derive v4.5.28
27012025-02-28T10:45:37.197Z Compiling pest_meta v2.7.14
27022025-02-28T10:45:40.640Z Compiling pest_generator v2.7.14
27032025-02-28T10:45:42.391Z Compiling pest_derive v2.7.14
27042025-02-28T10:45:43.235Z Compiling dtrace-parser v0.2.0
27052025-02-28T10:45:44.832Z Compiling serde_spanned v0.6.8
27062025-02-28T10:45:45.117Z Compiling toml_datetime v0.6.8
27072025-02-28T10:45:45.855Z Compiling toml_edit v0.22.24
27082025-02-28T10:45:47.641Z Compiling serde_tokenstream v0.2.2
27092025-02-28T10:45:48.243Z Compiling dof v0.3.0
27102025-02-28T10:45:49.067Z Compiling camino v1.1.9
27112025-02-28T10:45:50.367Z Compiling usdt-attr-macro v0.5.0
27122025-02-28T10:45:50.612Z Compiling usdt-macro v0.5.0
27132025-02-28T10:45:51.810Z Compiling toml v0.8.20
27142025-02-28T10:45:54.612Z Compiling semver v1.0.25
27152025-02-28T10:45:56.165Z Compiling cargo-platform v0.1.8
27162025-02-28T10:45:56.211Z Compiling cargo_toml v0.21.0
27172025-02-28T10:45:57.260Z Compiling cargo_metadata v0.19.1
27182025-02-28T10:45:57.277Z Compiling usdt v0.5.0
27192025-02-28T10:45:58.038Z Compiling camino-tempfile v1.1.1
27202025-02-28T10:45:58.703Z Compiling macaddr v1.0.1
27212025-02-28T10:45:58.822Z Compiling clap v4.5.31
27222025-02-28T10:46:08.267Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
27232025-02-28T10:46:14.055Z Finished `release` profile [optimized] target(s) in 49.47s
27242025-02-28T10:46:14.175Z
27252025-02-28T10:46:14.175Zreal 49.615522019
27262025-02-28T10:46:14.175Zuser 5:22.251741375
27272025-02-28T10:46:14.175Zsys 19.422507944
27282025-02-28T10:46:14.175Ztrap 0.150052551
27292025-02-28T10:46:14.175Ztflt 0.242872230
27302025-02-28T10:46:14.176Zdflt 0.381493417
27312025-02-28T10:46:14.176Zkflt 0.000002099
27322025-02-28T10:46:14.176Zlock 10:07.867317441
27332025-02-28T10:46:14.178Zslp 15:59.918932691
27342025-02-28T10:46:14.178Zlat 15.486895862
27352025-02-28T10:46:14.178Zstop 19.681153145
27362025-02-28T10:46:14.179Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
27372025-02-28T10:46:14.179Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
27382025-02-28T10:46:14.179Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
27392025-02-28T10:46:14.179Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
27402025-02-28T10:46:14.179Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
27412025-02-28T10:46:15.130Z Compiling ring v0.17.11
27422025-02-28T10:46:15.271Z Compiling regress v0.10.3
27432025-02-28T10:46:15.291Z Compiling thiserror-impl v2.0.11
27442025-02-28T10:46:15.294Z Compiling ident_case v1.0.1
27452025-02-28T10:46:15.294Z Compiling unsafe-libyaml v0.2.11
27462025-02-28T10:46:15.294Z Compiling ipnetwork v0.21.1
27472025-02-28T10:46:15.294Z Compiling macaddr v1.0.1
27482025-02-28T10:46:15.294Z Compiling instant v0.1.13
27492025-02-28T10:46:15.453Z Compiling darling_core v0.20.10
27502025-02-28T10:46:15.522Z Compiling structmeta-derive v0.3.0
27512025-02-28T10:46:15.809Z Compiling oxnet v0.1.1
27522025-02-28T10:46:16.157Z Compiling dropshot v0.16.0
27532025-02-28T10:46:16.513Z Compiling dropshot_endpoint v0.16.0
27542025-02-28T10:46:16.538Z Compiling daft-derive v0.1.1
27552025-02-28T10:46:17.121Z Compiling serde_yaml v0.9.34+deprecated
27562025-02-28T10:46:18.005Z Compiling daft v0.1.1
27572025-02-28T10:46:18.102Z Compiling structmeta v0.3.0
27582025-02-28T10:46:18.462Z Compiling thiserror v2.0.11
27592025-02-28T10:46:18.492Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27602025-02-28T10:46:18.515Z Compiling parse-display-derive v0.10.0
27612025-02-28T10:46:18.677Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27622025-02-28T10:46:19.170Z Compiling typify-impl v0.2.0
27632025-02-28T10:46:19.275Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27642025-02-28T10:46:19.469Z Compiling backoff v0.4.0
27652025-02-28T10:46:19.818Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27662025-02-28T10:46:19.929Z Compiling tempfile v3.13.0
27672025-02-28T10:46:20.001Z Compiling proc-macro-crate v1.3.1
27682025-02-28T10:46:20.596Z Compiling rustls v0.23.19
27692025-02-28T10:46:20.635Z Compiling rustls v0.22.4
27702025-02-28T10:46:20.672Z Compiling typify-impl v0.3.0
27712025-02-28T10:46:20.694Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27722025-02-28T10:46:20.722Z Compiling itertools v0.13.0
27732025-02-28T10:46:20.880Z Compiling num_enum_derive v0.5.11
27742025-02-28T10:46:20.986Z Compiling darling_macro v0.20.10
27752025-02-28T10:46:21.093Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27762025-02-28T10:46:21.418Z Compiling crucible-workspace-hack v0.1.0
27772025-02-28T10:46:21.760Z Compiling heapless v0.8.0
27782025-02-28T10:46:21.974Z Compiling darling v0.20.10
27792025-02-28T10:46:22.126Z Compiling serde_with_macros v3.11.0
27802025-02-28T10:46:22.511Z Compiling parse-display v0.10.0
27812025-02-28T10:46:22.741Z Compiling rustls-webpki v0.102.8
27822025-02-28T10:46:23.148Z Compiling proc-macro-error v1.0.4
27832025-02-28T10:46:23.239Z Compiling num_enum v0.5.11
27842025-02-28T10:46:23.435Z Compiling camino-tempfile v1.1.1
27852025-02-28T10:46:23.549Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27862025-02-28T10:46:24.487Z Compiling hash32 v0.3.1
27872025-02-28T10:46:24.671Z Compiling foreign-types-macros v0.2.3
27882025-02-28T10:46:24.687Z Compiling serde_with v3.11.0
27892025-02-28T10:46:24.762Z Compiling foreign-types-shared v0.3.1
27902025-02-28T10:46:24.928Z Compiling smoltcp v0.11.0
27912025-02-28T10:46:25.933Z Compiling foreign-types v0.5.0
27922025-02-28T10:46:26.418Z Compiling tabwriter v1.4.0
27932025-02-28T10:46:26.886Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27942025-02-28T10:46:26.890Z Compiling cstr-argument v0.1.2
27952025-02-28T10:46:27.183Z Compiling cobs v0.2.3
27962025-02-28T10:46:27.508Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
27972025-02-28T10:46:27.742Z Compiling pretty-hex v0.2.1
27982025-02-28T10:46:27.887Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27992025-02-28T10:46:27.964Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28002025-02-28T10:46:28.090Z Compiling postcard v1.0.10
28012025-02-28T10:46:28.092Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28022025-02-28T10:46:28.329Z Compiling tokio-rustls v0.25.0
28032025-02-28T10:46:28.785Z Compiling dropshot v0.12.0
28042025-02-28T10:46:30.213Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28052025-02-28T10:46:31.015Z Compiling tokio-rustls v0.26.0
28062025-02-28T10:46:31.513Z Compiling hyper-rustls v0.27.3
28072025-02-28T10:46:32.146Z Compiling reqwest v0.12.12
28082025-02-28T10:46:32.427Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28092025-02-28T10:46:33.094Z Compiling colored v2.2.0
28102025-02-28T10:46:33.393Z Compiling typify-macro v0.2.0
28112025-02-28T10:46:33.947Z Compiling qorb v0.2.1
28122025-02-28T10:46:34.995Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28132025-02-28T10:46:35.351Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28142025-02-28T10:46:35.561Z Compiling progenitor-client v0.9.1
28152025-02-28T10:46:35.583Z Compiling progenitor-client v0.8.0
28162025-02-28T10:46:36.107Z Compiling typify-macro v0.3.0
28172025-02-28T10:46:36.142Z Compiling winnow v0.6.20
28182025-02-28T10:46:36.754Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28192025-02-28T10:46:37.126Z Compiling typify v0.2.0
28202025-02-28T10:46:37.160Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28212025-02-28T10:46:37.290Z Compiling progenitor-impl v0.8.0
28222025-02-28T10:46:37.738Z Compiling smf v0.2.3
28232025-02-28T10:46:38.044Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28242025-02-28T10:46:38.674Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28252025-02-28T10:46:38.715Z Compiling zone_cfg_derive v0.3.0
28262025-02-28T10:46:38.990Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28272025-02-28T10:46:39.577Z Compiling itertools v0.14.0
28282025-02-28T10:46:39.665Z Compiling num-derive v0.4.2
28292025-02-28T10:46:39.938Z Compiling typify v0.3.0
28302025-02-28T10:46:40.103Z Compiling progenitor-impl v0.9.1
28312025-02-28T10:46:40.134Z Compiling sigpipe v0.1.3
28322025-02-28T10:46:40.289Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28332025-02-28T10:46:40.663Z Compiling zone v0.3.0
28342025-02-28T10:46:40.760Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28352025-02-28T10:46:41.230Z Compiling universal-hash v0.5.1
28362025-02-28T10:46:41.469Z Compiling opaque-debug v0.3.1
28372025-02-28T10:46:41.594Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28382025-02-28T10:46:41.978Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
28392025-02-28T10:46:42.180Z Compiling tungstenite v0.21.0
28402025-02-28T10:46:42.373Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28412025-02-28T10:46:42.612Z Compiling num-rational v0.4.2
28422025-02-28T10:46:42.780Z Compiling password-hash v0.5.0
28432025-02-28T10:46:42.825Z Compiling blake2 v0.10.6
28442025-02-28T10:46:42.867Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28452025-02-28T10:46:42.991Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28462025-02-28T10:46:43.699Z Compiling aead v0.5.2
28472025-02-28T10:46:43.702Z Compiling num-complex v0.4.6
28482025-02-28T10:46:43.932Z Compiling base64 v0.21.7
28492025-02-28T10:46:43.953Z Compiling progenitor-macro v0.8.0
28502025-02-28T10:46:44.061Z Compiling convert_case v0.4.0
28512025-02-28T10:46:44.120Z Compiling keccak v0.1.5
28522025-02-28T10:46:44.188Z Compiling argon2 v0.5.3
28532025-02-28T10:46:44.249Z Compiling tokio-tungstenite v0.21.0
28542025-02-28T10:46:44.630Z Compiling num v0.4.3
28552025-02-28T10:46:44.657Z Compiling sha3 v0.10.8
28562025-02-28T10:46:44.764Z Compiling poly1305 v0.8.0
28572025-02-28T10:46:44.855Z Compiling derive_more v0.99.19
28582025-02-28T10:46:44.876Z Compiling chacha20 v0.9.1
28592025-02-28T10:46:45.270Z Compiling float-ord v0.3.2
28602025-02-28T10:46:45.382Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28612025-02-28T10:46:45.471Z Compiling same-file v1.0.6
28622025-02-28T10:46:45.689Z Compiling semver v0.1.20
28632025-02-28T10:46:45.785Z Compiling walkdir v2.5.0
28642025-02-28T10:46:45.820Z Compiling newline-converter v0.3.0
28652025-02-28T10:46:46.039Z Compiling primeorder v0.13.6
28662025-02-28T10:46:46.417Z Compiling rustc_version v0.1.7
28672025-02-28T10:46:46.439Z Compiling secrecy v0.8.0
28682025-02-28T10:46:46.535Z Compiling cancel-safe-futures v0.1.5
28692025-02-28T10:46:46.557Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28702025-02-28T10:46:46.703Z Compiling owo-colors v4.2.0
28712025-02-28T10:46:46.755Z Compiling newtype_derive v0.1.6
28722025-02-28T10:46:46.860Z Compiling progenitor-macro v0.9.1
28732025-02-28T10:46:46.946Z Compiling expectorate v1.1.0
28742025-02-28T10:46:46.968Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28752025-02-28T10:46:47.110Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28762025-02-28T10:46:47.144Z Compiling thiserror-impl-no-std v2.0.2
28772025-02-28T10:46:47.243Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28782025-02-28T10:46:47.372Z Compiling libsw-core v0.3.1
28792025-02-28T10:46:47.394Z Compiling blake3 v1.5.4
28802025-02-28T10:46:47.679Z Compiling unicase v2.7.0
28812025-02-28T10:46:47.841Z Compiling half v2.4.1
28822025-02-28T10:46:48.038Z Compiling arc-swap v1.7.1
28832025-02-28T10:46:48.067Z Compiling ciborium-io v0.2.2
28842025-02-28T10:46:48.152Z Compiling fixedbitset v0.5.7
28852025-02-28T10:46:48.415Z Compiling ciborium-ll v0.2.2
28862025-02-28T10:46:48.646Z Compiling petgraph v0.7.1
28872025-02-28T10:46:48.836Z Compiling slog-scope v4.4.0
28882025-02-28T10:46:48.910Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28892025-02-28T10:46:49.092Z Compiling libsw v3.4.0
28902025-02-28T10:46:49.411Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28912025-02-28T10:46:49.875Z Compiling thiserror-no-std v2.0.2
28922025-02-28T10:46:50.021Z Compiling polyval v0.6.2
28932025-02-28T10:46:50.402Z Compiling atomicwrites v0.4.4
28942025-02-28T10:46:50.450Z Compiling memmap2 v0.9.5
28952025-02-28T10:46:50.763Z Compiling arrayvec v0.7.6
28962025-02-28T10:46:50.847Z Compiling salty v0.3.0
28972025-02-28T10:46:51.184Z Compiling constant_time_eq v0.3.1
28982025-02-28T10:46:51.298Z Compiling indent_write v2.2.0
28992025-02-28T10:46:51.338Z Compiling arrayref v0.3.9
29002025-02-28T10:46:51.397Z Compiling libefi-sys v0.1.0
29012025-02-28T10:46:51.425Z Compiling linear-map v1.2.0
29022025-02-28T10:46:51.463Z Compiling parking_lot_core v0.8.6
29032025-02-28T10:46:51.777Z Compiling ghash v0.5.1
29042025-02-28T10:46:51.807Z Compiling vsss-rs v3.3.4
29052025-02-28T10:46:51.960Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29062025-02-28T10:46:52.162Z Compiling slog-stdlog v4.1.1
29072025-02-28T10:46:52.529Z Compiling ciborium v0.2.2
29082025-02-28T10:46:52.794Z Compiling p384 v0.13.0
29092025-02-28T10:46:52.944Z Compiling toolchain_find v0.4.0
29102025-02-28T10:46:53.204Z Compiling chacha20poly1305 v0.10.1
29112025-02-28T10:46:53.478Z Compiling ctr v0.9.2
29122025-02-28T10:46:53.546Z Compiling lzma-sys v0.1.20
29132025-02-28T10:46:53.878Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29142025-02-28T10:46:53.912Z Compiling bitfield-struct v0.6.2
29152025-02-28T10:46:54.318Z Compiling slog-dtrace v0.3.0
29162025-02-28T10:46:54.322Z Compiling highway v1.3.0
29172025-02-28T10:46:54.322Z Compiling topological-sort v0.2.2
29182025-02-28T10:46:54.630Z Compiling omicron-zone-package v0.12.0
29192025-02-28T10:46:54.933Z Compiling aes-gcm v0.10.3
29202025-02-28T10:46:55.199Z Compiling rustfmt-wrapper v0.2.1
29212025-02-28T10:46:55.259Z Compiling mime_guess v2.0.5
29222025-02-28T10:46:55.290Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29232025-02-28T10:46:55.644Z Compiling slog-envlogger v2.2.0
29242025-02-28T10:46:55.827Z Compiling steno v0.4.1
29252025-02-28T10:46:55.850Z Compiling progenitor v0.8.0
29262025-02-28T10:46:56.093Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29272025-02-28T10:46:56.441Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29282025-02-28T10:46:56.475Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29292025-02-28T10:46:56.749Z Compiling heck v0.3.3
29302025-02-28T10:46:56.859Z Compiling ssh-encoding v0.2.0
29312025-02-28T10:46:57.094Z Compiling blowfish v0.9.1
29322025-02-28T10:46:57.134Z Compiling env_filter v0.1.2
29332025-02-28T10:46:57.366Z Compiling nibble_vec v0.1.0
29342025-02-28T10:46:57.543Z Compiling humantime v2.1.0
29352025-02-28T10:46:57.573Z Compiling endian-type v0.1.2
29362025-02-28T10:46:57.597Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29372025-02-28T10:46:57.739Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29382025-02-28T10:46:57.760Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29392025-02-28T10:46:57.812Z Compiling radix_trie v0.2.1
29402025-02-28T10:46:58.031Z Compiling env_logger v0.11.5
29412025-02-28T10:46:58.121Z Compiling bcrypt-pbkdf v0.10.0
29422025-02-28T10:46:58.410Z Compiling ssh-cipher v0.2.0
29432025-02-28T10:46:58.693Z Compiling zone_cfg_derive v0.1.2
29442025-02-28T10:46:58.820Z Compiling progenitor v0.9.1
29452025-02-28T10:46:58.863Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29462025-02-28T10:46:59.071Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29472025-02-28T10:46:59.240Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29482025-02-28T10:46:59.265Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29492025-02-28T10:46:59.888Z Compiling parking_lot v0.11.2
29502025-02-28T10:47:00.211Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29512025-02-28T10:47:00.336Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29522025-02-28T10:47:00.715Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29532025-02-28T10:47:00.779Z Compiling password-hash v0.4.2
29542025-02-28T10:47:00.839Z Compiling gethostname v0.5.0
29552025-02-28T10:47:01.066Z Compiling fxhash v0.2.1
29562025-02-28T10:47:01.138Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
29572025-02-28T10:47:01.314Z Compiling bumpalo v3.16.0
29582025-02-28T10:47:01.492Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29592025-02-28T10:47:01.672Z Compiling base64 v0.13.1
29602025-02-28T10:47:01.828Z Compiling zip v2.1.3
29612025-02-28T10:47:02.083Z Compiling simd-adler32 v0.3.7
29622025-02-28T10:47:02.183Z Compiling lockfree-object-pool v0.1.6
29632025-02-28T10:47:02.257Z Compiling http-range v0.1.5
29642025-02-28T10:47:02.480Z Compiling zopfli v0.8.1
29652025-02-28T10:47:02.645Z Compiling ron v0.7.1
29662025-02-28T10:47:02.700Z Compiling pbkdf2 v0.11.0
29672025-02-28T10:47:03.110Z Compiling sled v0.34.7
29682025-02-28T10:47:03.465Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29692025-02-28T10:47:04.050Z Compiling xz2 v0.1.7
29702025-02-28T10:47:04.228Z Compiling zone v0.1.8
29712025-02-28T10:47:04.527Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29722025-02-28T10:47:04.760Z Compiling ssh-key v0.6.6
29732025-02-28T10:47:05.364Z Compiling hickory-client v0.24.4
29742025-02-28T10:47:05.624Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29752025-02-28T10:47:05.743Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29762025-02-28T10:47:05.897Z Compiling p256 v0.13.2
29772025-02-28T10:47:06.723Z Compiling p521 v0.13.3
29782025-02-28T10:47:06.747Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29792025-02-28T10:47:07.117Z Compiling hickory-server v0.24.4
29802025-02-28T10:47:07.826Z Compiling pem v3.0.5
29812025-02-28T10:47:08.568Z Compiling yasna v0.5.2
29822025-02-28T10:47:08.874Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
29832025-02-28T10:47:08.905Z Compiling headers-core v0.3.0
29842025-02-28T10:47:09.115Z Compiling kstat-rs v0.2.4
29852025-02-28T10:47:09.505Z Compiling nanorand v0.7.0
29862025-02-28T10:47:09.701Z Compiling russh-cryptovec v0.7.3
29872025-02-28T10:47:10.055Z Compiling atty v0.2.14
29882025-02-28T10:47:10.074Z Compiling md5 v0.7.0
29892025-02-28T10:47:10.125Z Compiling flume v0.11.1
29902025-02-28T10:47:10.224Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
29912025-02-28T10:47:10.605Z Compiling russh-keys v0.45.0
29922025-02-28T10:47:10.766Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
29932025-02-28T10:47:11.325Z Compiling rcgen v0.12.1
29942025-02-28T10:47:12.462Z Compiling headers v0.4.0
29952025-02-28T10:47:14.181Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29962025-02-28T10:47:14.301Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29972025-02-28T10:47:14.639Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29982025-02-28T10:47:16.411Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29992025-02-28T10:47:16.917Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30002025-02-28T10:47:17.511Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30012025-02-28T10:47:18.300Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30022025-02-28T10:47:18.303Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30032025-02-28T10:47:18.529Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
30042025-02-28T10:47:21.044Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30052025-02-28T10:47:21.074Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30062025-02-28T10:47:21.223Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30072025-02-28T10:47:21.780Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30082025-02-28T10:47:22.216Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30092025-02-28T10:47:22.652Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30102025-02-28T10:47:24.424Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30112025-02-28T10:47:25.310Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30122025-02-28T10:47:25.643Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30132025-02-28T10:47:26.745Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30142025-02-28T10:47:27.183Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30152025-02-28T10:47:28.190Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30162025-02-28T10:47:28.926Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30172025-02-28T10:47:30.052Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30182025-02-28T10:47:30.299Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30192025-02-28T10:47:30.990Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30202025-02-28T10:47:32.769Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30212025-02-28T10:47:33.136Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30222025-02-28T10:47:34.585Z Compiling hyper-staticfile v0.10.1
30232025-02-28T10:47:35.219Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30242025-02-28T10:47:35.649Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
30252025-02-28T10:47:35.685Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30262025-02-28T10:47:35.829Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
30272025-02-28T10:47:35.911Z Compiling num-bigint v0.4.6
30282025-02-28T10:47:36.230Z Compiling des v0.8.1
30292025-02-28T10:47:36.495Z Compiling subprocess v0.2.9
30302025-02-28T10:47:36.519Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30312025-02-28T10:47:36.603Z Compiling display-error-chain v0.2.2
30322025-02-28T10:47:36.852Z Compiling hex-literal v0.4.1
30332025-02-28T10:47:37.049Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30342025-02-28T10:47:37.254Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30352025-02-28T10:47:37.409Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30362025-02-28T10:47:38.148Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30372025-02-28T10:47:38.661Z Compiling internet-checksum v0.2.1
30382025-02-28T10:47:38.909Z Compiling russh v0.45.0
30392025-02-28T10:47:41.708Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30402025-02-28T10:47:49.142Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30412025-02-28T10:47:50.772Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30422025-02-28T10:48:15.273Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30432025-02-28T10:48:39.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
30442025-02-28T10:48:39.515Z
30452025-02-28T10:48:39.515Zreal 2:25.263383998
30462025-02-28T10:48:39.515Zuser 12:26.910897203
30472025-02-28T10:48:39.515Zsys 1:38.809595061
30482025-02-28T10:48:39.515Ztrap 0.369064552
30492025-02-28T10:48:39.515Ztflt 0.314098091
30502025-02-28T10:48:39.515Zdflt 0.631878211
30512025-02-28T10:48:39.518Zkflt 0.000110277
30522025-02-28T10:48:39.518Zlock 23:03.245346695
30532025-02-28T10:48:39.518Zslp 43:52.863929952
30542025-02-28T10:48:39.518Zlat 39.046500569
30552025-02-28T10:48:39.518Zstop 1:48.931820608
30562025-02-28T10:48:39.518Z+ mkdir tests
30572025-02-28T10:48:39.521Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
30582025-02-28T10:48:39.521Z+ xargs -I '{}' -t cp '{}' tests/
30592025-02-28T10:48:39.561Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e613b19555913c74 tests/
30602025-02-28T10:48:39.582Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-85c5fa761330f26b tests/
30612025-02-28T10:48:39.601Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-95aad4c13940b72a tests/
30622025-02-28T10:48:39.621Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-82f5ce346fdc16e7 tests/
30632025-02-28T10:48:39.838Z+ 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/*)
30642025-02-28T10:48:39.841Z+ 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-85c5fa761330f26b tests/commtest-95aad4c13940b72a tests/dhcp_server-e613b19555913c74 tests/end_to_end_tests-82f5ce346fdc16e7 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
30652025-02-28T10:49:57.057ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
30662025-02-28T10:49:57.057Za .github/buildomat/ci-env.sh 1K
30672025-02-28T10:49:57.057Za out/target/test 1K
30682025-02-28T10:49:57.057Za out/npuzone/npuzone 23144K
30692025-02-28T10:49:57.057Za package-manifest.toml 33K
30702025-02-28T10:49:57.057Za smf/sled-agent/non-gimlet/config.toml 4K
30712025-02-28T10:49:57.057Za target/release/omicron-package 38986K
30722025-02-28T10:49:57.057Za target/release/xtask 10838K
30732025-02-28T10:49:57.057Za target/debug/bootstrap 216820K
30742025-02-28T10:49:57.057Za tests/bootstrap-85c5fa761330f26b 24083K
30752025-02-28T10:49:57.057Za tests/commtest-95aad4c13940b72a 24909K
30762025-02-28T10:49:57.057Za tests/dhcp_server-e613b19555913c74 24083K
30772025-02-28T10:49:57.057Za tests/end_to_end_tests-82f5ce346fdc16e7 279644K
30782025-02-28T10:49:57.057Za out/clickhouse.tar.gz 308436K
30792025-02-28T10:49:57.057Za out/clickhouse_keeper.tar.gz 294197K
30802025-02-28T10:49:57.057Za out/clickhouse_server.tar.gz 308413K
30812025-02-28T10:49:57.057Za out/cockroachdb.tar.gz 146306K
30822025-02-28T10:49:57.057Za out/crucible-dtrace.tar 98K
30832025-02-28T10:49:57.057Za out/crucible-pantry-zone.tar.gz 32554K
30842025-02-28T10:49:57.057Za out/crucible-zone.tar.gz 40940K
30852025-02-28T10:49:57.057Za out/external-dns.tar.gz 44237K
30862025-02-28T10:49:57.057Za out/internal-dns.tar.gz 44236K
30872025-02-28T10:49:57.057Za out/mg-ddm-gz.tar 63075K
30882025-02-28T10:49:57.057Za out/nexus.tar.gz 111743K
30892025-02-28T10:49:57.057Za out/ntp.tar.gz 14503K
30902025-02-28T10:49:57.057Za out/omicron-gateway-softnpu.tar.gz 25149K
30912025-02-28T10:49:57.058Za out/omicron-sled-agent.tar 124277K
30922025-02-28T10:49:57.058Za out/overlay.tar.gz 3K
30932025-02-28T10:49:57.058Za out/oximeter.tar.gz 55503K
30942025-02-28T10:49:57.058Za out/oxlog.tar 3144K
30952025-02-28T10:49:57.058Za out/probe.tar.gz 2764K
30962025-02-28T10:49:57.058Za out/propolis-server.tar.gz 66425K
30972025-02-28T10:49:57.058Za out/pumpkind-gz.tar 26665K
30982025-02-28T10:49:57.058Za out/switch-softnpu.tar.gz 267037K
30992025-02-28T10:49:57.061Z
31002025-02-28T10:49:57.061Zreal 1:17.201878056
31012025-02-28T10:49:57.061Zuser 1:13.659452994
31022025-02-28T10:49:57.061Zsys 5.001719677
31032025-02-28T10:49:57.061Ztrap 0.018393112
31042025-02-28T10:49:57.061Ztflt 0.000000000
31052025-02-28T10:49:57.061Zdflt 0.000000000
31062025-02-28T10:49:57.061Zkflt 0.000000000
31072025-02-28T10:49:57.061Zlock 0.000000000
31082025-02-28T10:49:57.061Zslp 1:13.498097390
31092025-02-28T10:49:57.061Zlat 2.221317341
31102025-02-28T10:49:57.061Zstop 0.000216399
31112025-02-28T10:49:57.061Zprocess exited: duration 2108569 ms, exit code 0
 
31122025-02-28T10:49:57.075Zfound 1 output files
31132025-02-28T10:49:57.075Zuploading: /work/package.tar.gz (2040928322 bytes)
31142025-02-28T10:50:35.768Zuploaded: /work/package.tar.gz