01JN60QMB2M10Y228AZEEPYC6B: 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: 01JN60R5Q41PZ6R25DHBQ3MW79

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-28T10:14:28.738Zjob assigned to worker 01JN60RE4K227FBCGMC0HRP4W2 [factory aws, i-00698e678eed43633] (queued for 53 s)
 
22025-02-28T10:14:37.193Zstarting task 0: "setup"
32025-02-28T10:14:37.200Z++ uname -s
42025-02-28T10:14:37.204Z+ kern=SunOS
52025-02-28T10:14:37.204Z+ build_user=build
62025-02-28T10:14:37.204Z+ build_uid=12345
72025-02-28T10:14:37.204Z+ work_dir=/work
82025-02-28T10:14:37.204Z+ input_dir=/input
92025-02-28T10:14:37.204Z+ [[ 0 == 12345 ]]
102025-02-28T10:14:37.204Z+ case "$kern" in
112025-02-28T10:14:37.204Z+ groupadd -g 12345 build
122025-02-28T10:14:37.207Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-28T10:14:39.213Z+ zfs create -o mountpoint=/work rpool/work
142025-02-28T10:14:39.322Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-28T10:14:39.325Z+ home_fs=zfs
162025-02-28T10:14:39.325Z+ [[ zfs == autofs ]]
172025-02-28T10:14:39.325Z+ mkdir -p /home/build
182025-02-28T10:14:39.328Z+ chown build:build /home/build /work
192025-02-28T10:14:41.329Z+ chmod 0700 /home/build /work
202025-02-28T10:14:41.332Zprocess exited: duration 4139 ms, exit code 0
 
212025-02-28T10:14:41.338Zstarting task 1: "rust-toolchain"
222025-02-28T10:14:41.343Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-28T10:14:41.344Z * rust toolchain channel = "1.85.0"
242025-02-28T10:14:41.344Z * rust toolchain profile = "default"
252025-02-28T10:14:41.344Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-02-28T10:14:41.344Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-28T10:14:41.344Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-28T10:14:41.346Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-28T10:14:41.346Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-28T10:14:41.467Zinfo: downloading installer
312025-02-28T10:14:42.703Zwarning: it looks like you have an existing installation of Rust at:
322025-02-28T10:14:42.703Zwarning: /opt/ooce/bin
332025-02-28T10:14:42.703Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-28T10:14:42.703Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-28T10:14:42.703Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-28T10:14:42.703Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-28T10:14:42.703Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-28T10:14:42.703Zerror: cannot install while Rust is installed
392025-02-28T10:14:42.703Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-28T10:14:42.741Zinfo: profile set to 'default'
412025-02-28T10:14:42.741Zinfo: default host triple is x86_64-unknown-illumos
422025-02-28T10:14:42.744Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-28T10:14:42.886Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-28T10:14:42.886Zinfo: downloading component 'cargo'
452025-02-28T10:14:43.617Zinfo: downloading component 'clippy'
462025-02-28T10:14:43.898Zinfo: downloading component 'rust-docs'
472025-02-28T10:14:45.007Zinfo: downloading component 'rust-std'
482025-02-28T10:14:46.637Zinfo: downloading component 'rustc'
492025-02-28T10:14:52.261Zinfo: downloading component 'rustfmt'
502025-02-28T10:14:52.474Zinfo: installing component 'cargo'
512025-02-28T10:14:53.298Zinfo: installing component 'clippy'
522025-02-28T10:14:53.678Zinfo: installing component 'rust-docs'
532025-02-28T10:14:55.437Zinfo: installing component 'rust-std'
542025-02-28T10:14:57.310Zinfo: installing component 'rustc'
552025-02-28T10:15:03.292Zinfo: installing component 'rustfmt'
562025-02-28T10:15:03.636Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-28T10:15:03.636Z
582025-02-28T10:15:04.017Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-28T10:15:04.017Z
602025-02-28T10:15:04.020Z
612025-02-28T10:15:04.020ZRust is installed now. Great!
622025-02-28T10:15:04.020Z
632025-02-28T10:15:04.020ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-28T10:15:04.020Zenvironment variable. This has not been done automatically.
652025-02-28T10:15:04.020Z
662025-02-28T10:15:04.020ZTo configure your current shell, you need to source
672025-02-28T10:15:04.020Zthe corresponding env file under $HOME/.cargo.
682025-02-28T10:15:04.020Z
692025-02-28T10:15:04.020ZThis is usually done by running one of the following (note the leading DOT):
702025-02-28T10:15:04.021Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-28T10:15:04.021Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-28T10:15:04.099Z+ rustup --version
732025-02-28T10:15:04.107Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-28T10:15:04.107Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-28T10:15:04.190Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-28T10:15:04.193Z+ cargo --version
772025-02-28T10:15:04.253Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-28T10:15:04.256Z+ rustc --version
792025-02-28T10:15:04.322Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-28T10:15:04.326Zprocess exited: duration 22988 ms, exit code 0
 
812025-02-28T10:15:04.332Zstarting task 2: "authentication"
822025-02-28T10:15:04.356Zprocess exited: duration 22 ms, exit code 0
 
832025-02-28T10:15:04.363Zstarting task 3: "clone repository"
842025-02-28T10:15:04.368Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-28T10:15:04.372Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-28T10:15:04.486ZCloning into '/work/oxidecomputer/omicron'...
872025-02-28T10:15:12.630Z+ cd /work/oxidecomputer/omicron
882025-02-28T10:15:12.633Z+ git fetch origin c0511e1966539305d568599df8e5d93a4d193070
892025-02-28T10:15:12.954ZFrom https://github.com/oxidecomputer/omicron
902025-02-28T10:15:12.955Z * branch c0511e1966539305d568599df8e5d93a4d193070 -> FETCH_HEAD
912025-02-28T10:15:12.966Z+ [[ -n renovate/rstest-0.x ]]
922025-02-28T10:15:12.969Z++ git branch --show-current
932025-02-28T10:15:12.972Z+ current=main
942025-02-28T10:15:12.972Z+ [[ main != renovate/rstest-0.x ]]
952025-02-28T10:15:12.972Z+ git branch -f renovate/rstest-0.x c0511e1966539305d568599df8e5d93a4d193070
962025-02-28T10:15:12.974Z+ git checkout -f renovate/rstest-0.x
972025-02-28T10:15:13.142ZSwitched to branch 'renovate/rstest-0.x'
982025-02-28T10:15:13.144Z+ git reset --hard c0511e1966539305d568599df8e5d93a4d193070
992025-02-28T10:15:13.310ZHEAD is now at c0511e196 Update Rust crate rstest to 0.24.0
1002025-02-28T10:15:13.313Zprocess exited: duration 8949 ms, exit code 0
 
1012025-02-28T10:15:13.319Zstarting task 4: "build"
1022025-02-28T10:15:13.324Z+ source .github/buildomat/ci-env.sh
1032025-02-28T10:15:13.324Z++ export CARGO_TERM_COLOR=always
1042025-02-28T10:15:13.324Z++ CARGO_TERM_COLOR=always
1052025-02-28T10:15:13.324Z+ cargo --version
1062025-02-28T10:15:13.379Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-28T10:15:13.382Z+ rustc --version
1082025-02-28T10:15:13.449Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-28T10:15:13.453Z+ WORK=/work
1102025-02-28T10:15:13.453Z+ pfexec mkdir -p /work
1112025-02-28T10:15:13.458Z+ pfexec chown build /work
1122025-02-28T10:15:13.460Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1132025-02-28T10:15:15.466Zpkg list: illegal option -- F
1142025-02-28T10:15:15.466ZUsage:
1152025-02-28T10:15:15.469Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1162025-02-28T10:15:15.469Z [pkg_fmri_pattern ...]
1172025-02-28T10:15:16.318Zpkg list: illegal option -- F
1182025-02-28T10:15:16.321ZUsage:
1192025-02-28T10:15:16.321Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-02-28T10:15:16.321Z [pkg_fmri_pattern ...]
1212025-02-28T10:15:25.724Z Startup: Refreshing catalog 'helios-dev' ... Done
1222025-02-28T10:15:30.133Z Startup: Caching catalogs ... Done
1232025-02-28T10:15:43.469ZPlanning: Solver setup ... Done (12.370s)
1242025-02-28T10:15:43.624ZPlanning: Running solver ... Done (0.152s)
1252025-02-28T10:15:43.848ZPlanning: Finding local manifests ... Done (0.068s)
1262025-02-28T10:15:43.938ZPlanning: Fetching manifests: 0/7 0% complete
1272025-02-28T10:15:44.532ZPlanning: Fetching manifests: 7/7 100% complete
1282025-02-28T10:15:44.806ZPlanning: Package planning ... Done (0.267s)
1292025-02-28T10:15:44.854ZPlanning: Merging actions ... Done (0.057s)
1302025-02-28T10:15:45.215ZPlanning: Checking for conflicting actions ... Done (0.364s)
1312025-02-28T10:15:48.505ZPlanning: Consolidating action changes ... Done (3.270s)
1322025-02-28T10:15:49.090ZPlanning: Evaluating mediators ... Done (0.487s)
1332025-02-28T10:15:49.241ZPlanning: Planning completed in 18.80 seconds
1342025-02-28T10:15:49.509Z Packages to install: 4
1352025-02-28T10:15:49.510Z Packages to update: 3
1362025-02-28T10:15:49.510Z Mediators to change: 2
1372025-02-28T10:15:49.510Z Services to change: 1
1382025-02-28T10:15:49.510Z Estimated space available: 155.61 GB
1392025-02-28T10:15:49.580ZEstimated space to be consumed: 1.66 GB
1402025-02-28T10:15:49.581Z Create boot environment: No
1412025-02-28T10:15:49.581ZCreate backup boot environment: Yes
1422025-02-28T10:15:49.581Z Rebuild boot archive: No
1432025-02-28T10:15:49.581Z
1442025-02-28T10:15:49.581ZChanged mediators:
1452025-02-28T10:15:49.581Z mediator clang:
1462025-02-28T10:15:49.584Z version: None -> 15 (system default)
1472025-02-28T10:15:49.591Z
1482025-02-28T10:15:49.592Z mediator llvm:
1492025-02-28T10:15:49.592Z version: 14 (system default) -> 15 (system default)
1502025-02-28T10:15:49.592Z
1512025-02-28T10:15:49.592ZChanged packages:
1522025-02-28T10:15:49.592Zhelios-dev
1532025-02-28T10:15:49.592Z developer/build-essential
1542025-02-28T10:15:49.592Z None -> 11-2.0
1552025-02-28T10:15:49.593Z library/libxmlsec1
1562025-02-28T10:15:49.593Z None -> 1.2.35-2.0
1572025-02-28T10:15:49.593Z ooce/developer/clang-15
1582025-02-28T10:15:49.594Z None -> 15.0.7-2.0
1592025-02-28T10:15:49.594Z ooce/developer/llvm-15
1602025-02-28T10:15:49.594Z None -> 15.0.7-2.0
1612025-02-28T10:15:49.594Z package/pkg
1622025-02-28T10:15:49.594Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1632025-02-28T10:15:49.594Z system/library/g++-runtime
1642025-02-28T10:15:49.594Z 13-2.0 -> 14-2.0
1652025-02-28T10:15:49.594Z system/library/gcc-runtime
1662025-02-28T10:15:49.594Z 13-2.0 -> 14-2.0
1672025-02-28T10:15:49.595Z
1682025-02-28T10:15:49.595ZServices:
1692025-02-28T10:15:49.595Z restart_fmri:
1702025-02-28T10:15:49.595Z svc:/system/update-man-index:default
1712025-02-28T10:15:49.595Z
1722025-02-28T10:15:49.595ZEditable files to change:
1732025-02-28T10:15:49.596Z Update:
1742025-02-28T10:15:49.597Z usr/share/lib/pkg/web/config.shtml
1752025-02-28T10:15:49.747Z
1762025-02-28T10:15:49.747ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1772025-02-28T10:15:55.830ZDownload: 206/4301 items 1.3/225.4MB 0% complete (516k/s)
1782025-02-28T10:16:02.217ZDownload: 213/4301 items 1.3/225.4MB 0% complete (438k/s)
1792025-02-28T10:16:07.249ZDownload: 1194/4301 items 82.0/225.4MB 36% complete (16.3M/s)
1802025-02-28T10:16:12.249ZDownload: 1257/4301 items 103.1/225.4MB 45% complete (10.1M/s)
1812025-02-28T10:16:17.250ZDownload: 1891/4301 items 116.9/225.4MB 51% complete (4.2M/s)
1822025-02-28T10:16:22.332ZDownload: 2215/4301 items 117.7/225.4MB 52% complete (3.1M/s)
1832025-02-28T10:16:36.866ZDownload: 2218/4301 items 117.7/225.4MB 52% complete
1842025-02-28T10:16:43.671ZDownload: 2224/4301 items 119.2/225.4MB 52% complete (447k/s)
1852025-02-28T10:16:48.679ZDownload: 2665/4301 items 120.7/225.4MB 53% complete (294k/s)
1862025-02-28T10:17:02.154ZDownload: 3248/4301 items 203.1/225.4MB 90% complete (9.4M/s)
1872025-02-28T10:17:07.155ZDownload: 4095/4301 items 219.7/225.4MB 97% complete (3.3M/s)
1882025-02-28T10:17:08.734ZDownload: Completed 225.42 MB in 79.00 seconds (2.9M/s)
1892025-02-28T10:17:10.818Z Actions: 1/5122 actions (Removing old actions)
1902025-02-28T10:17:10.840Z Actions: 194/5122 actions (Installing new actions)
1912025-02-28T10:17:15.902Z Actions: 4098/5122 actions (Installing new actions)
1922025-02-28T10:17:16.343Z Actions: 4267/5122 actions (Updating modified actions)
1932025-02-28T10:17:17.044Z Actions: Completed 5122 actions in 6.23 seconds.
1942025-02-28T10:17:17.471Z Done (0.416s)
1952025-02-28T10:17:17.475Z Done (0.001s)
1962025-02-28T10:17:18.082Z Done (0.612s)
1972025-02-28T10:17:23.406Z Done (5.081s)
1982025-02-28T10:17:23.598Z Done (0.120s)
1992025-02-28T10:17:23.601Z Done (0.000s)
2002025-02-28T10:17:23.783Z Done (0.000s)
2012025-02-28T10:17:24.514ZPlanning: Evaluating mediator changes ... Done
2022025-02-28T10:17:24.678ZPlanning: Checking for conflicting actions ... Done
2032025-02-28T10:17:24.681ZPlanning: Consolidating action changes ... Done
2042025-02-28T10:17:24.955ZPlanning: Evaluating mediators ... Done
2052025-02-28T10:17:24.957ZPlanning: Planning completed in 0.44 seconds
2062025-02-28T10:17:24.996Z Mediators to change: 2
2072025-02-28T10:17:24.996Z Create boot environment: No
2082025-02-28T10:17:24.999ZCreate backup boot environment: No
2092025-02-28T10:17:25.100Z Done
2102025-02-28T10:17:25.100Z Done
2112025-02-28T10:17:25.521Z Done
2122025-02-28T10:17:29.341Z Done
2132025-02-28T10:17:29.439Z Done
2142025-02-28T10:17:29.442Z Done
2152025-02-28T10:17:29.582Z Done
2162025-02-28T10:17:30.216ZPlanning: Evaluating mediator changes ... Done
2172025-02-28T10:17:30.220ZPlanning: Merging actions ... Done
2182025-02-28T10:17:30.410ZPlanning: Checking for conflicting actions ... Done
2192025-02-28T10:17:30.413ZPlanning: Consolidating action changes ... Done
2202025-02-28T10:17:30.687ZPlanning: Evaluating mediators ... Done
2212025-02-28T10:17:30.746ZPlanning: Planning completed in 0.78 seconds
2222025-02-28T10:17:30.788Z Packages to change: 1
2232025-02-28T10:17:30.788Z Mediators to change: 1
2242025-02-28T10:17:30.792Z Services to change: 1
2252025-02-28T10:17:30.792Z Create boot environment: No
2262025-02-28T10:17:30.792ZCreate backup boot environment: Yes
2272025-02-28T10:17:33.014Z Actions: 1/6 actions (Updating modified actions)
2282025-02-28T10:17:33.017Z Actions: Completed 6 actions in 0.00 seconds.
2292025-02-28T10:17:33.017Z Done
2302025-02-28T10:17:33.017Z Done
2312025-02-28T10:17:33.140Z Done
2322025-02-28T10:17:36.884Z Done
2332025-02-28T10:17:36.985Z Done
2342025-02-28T10:17:36.988Z Done
2352025-02-28T10:17:37.123Z Done
2362025-02-28T10:17:37.576ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2372025-02-28T10:17:37.576Zclang system 15 system
2382025-02-28T10:17:37.576Zcsh system system illumos
2392025-02-28T10:17:37.576Zctags system system illumos
2402025-02-28T10:17:37.576Zgcc vendor 12 vendor
2412025-02-28T10:17:37.576Zgcc system 10 system
2422025-02-28T10:17:37.576Zgcc system 7 system
2432025-02-28T10:17:37.576Zgo system 1.20 system
2442025-02-28T10:17:37.576Zgo system 1.19 system
2452025-02-28T10:17:37.576Zllvm system 15 system
2462025-02-28T10:17:37.576Zllvm system 14 system
2472025-02-28T10:17:37.576Zmariadb system 10.6 system
2482025-02-28T10:17:37.576Zmta vendor vendor dma
2492025-02-28T10:17:37.576Zopenjdk system 17 system
2502025-02-28T10:17:37.576Zopenjdk system 11 system
2512025-02-28T10:17:37.576Zopenjdk system 1.8 system
2522025-02-28T10:17:37.576Zopenssl vendor 3 vendor
2532025-02-28T10:17:37.576Zperl system 5.36 system
2542025-02-28T10:17:37.576Zpostgresql system 15 system
2552025-02-28T10:17:37.576Zpostgresql system 13 system
2562025-02-28T10:17:37.576Zpython vendor 3 vendor
2572025-02-28T10:17:37.578Zpython system 2 system
2582025-02-28T10:17:37.578Zpython3 system 3.11 system
2592025-02-28T10:17:37.578Zruby system 3.0 system
2602025-02-28T10:17:37.578Zwords vendor vendor american-english
2612025-02-28T10:17:37.578Zwords system system australian-english
2622025-02-28T10:17:37.578Zwords system system british-english
2632025-02-28T10:17:37.578Zwords system system canadian-english
2642025-02-28T10:17:37.578Zwords system system french
2652025-02-28T10:17:37.578Zwords system system italian
2662025-02-28T10:17:37.578Zwords system system ngerman
2672025-02-28T10:17:37.578Zwords system system ogerman
2682025-02-28T10:17:37.578Zwords system system spanish
2692025-02-28T10:17:37.916ZPUBLISHER TYPE STATUS P LOCATION
2702025-02-28T10:17:37.916Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2712025-02-28T10:17:41.003ZFMRI IFO
2722025-02-28T10:17:41.003Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2732025-02-28T10:17:41.003Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2742025-02-28T10:17:41.003Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2752025-02-28T10:17:41.003Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2762025-02-28T10:17:41.003Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2772025-02-28T10:17:41.003Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2782025-02-28T10:17:41.004Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2792025-02-28T10:17:41.004Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2802025-02-28T10:17:41.004Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2812025-02-28T10:17:41.004Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2822025-02-28T10:17:41.004Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2832025-02-28T10:17:41.004Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2842025-02-28T10:17:41.004Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2852025-02-28T10:17:41.004Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2862025-02-28T10:17:41.004Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2872025-02-28T10:17:41.803Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2882025-02-28T10:17:42.092Z Updating crates.io index
2892025-02-28T10:17:42.095Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2902025-02-28T10:17:42.713Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2912025-02-28T10:17:42.962Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2922025-02-28T10:17:43.249Z Updating git repository `https://github.com/oxidecomputer/propolis`
2932025-02-28T10:17:44.219Z Updating git repository `https://github.com/oxidecomputer/crucible`
2942025-02-28T10:17:46.037Z Updating git repository `https://github.com/oxidecomputer/opte`
2952025-02-28T10:17:46.738Z Updating git repository `https://github.com/oxidecomputer/falcon`
2962025-02-28T10:17:47.467Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972025-02-28T10:17:47.723Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982025-02-28T10:17:48.021Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2992025-02-28T10:17:48.645Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002025-02-28T10:17:49.122Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012025-02-28T10:17:49.432Z Updating git repository `https://github.com/oxidecomputer/propolis`
3022025-02-28T10:17:49.910Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3032025-02-28T10:17:50.202Z Updating git repository `https://github.com/oxidecomputer/tofino`
3042025-02-28T10:17:50.499Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052025-02-28T10:17:50.719Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062025-02-28T10:17:50.979Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072025-02-28T10:17:51.256Z Updating git repository `https://github.com/oxidecomputer/lldp`
3082025-02-28T10:17:51.549Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3092025-02-28T10:17:51.844Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102025-02-28T10:17:52.158Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112025-02-28T10:17:52.470Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3122025-02-28T10:17:52.806Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132025-02-28T10:17:53.374Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142025-02-28T10:17:53.635Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3152025-02-28T10:17:54.022Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162025-02-28T10:17:54.463Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3172025-02-28T10:17:54.758Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182025-02-28T10:17:55.008Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192025-02-28T10:17:55.239Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202025-02-28T10:17:56.607Z Downloading crates ...
3212025-02-28T10:17:56.666Z Downloaded anstyle v1.0.10
3222025-02-28T10:17:56.669Z Downloaded anyhow v1.0.96
3232025-02-28T10:17:56.677Z Downloaded equivalent v1.0.1
3242025-02-28T10:17:56.682Z Downloaded dtrace-parser v0.2.0
3252025-02-28T10:17:56.688Z Downloaded scroll_derive v0.12.0
3262025-02-28T10:17:56.693Z Downloaded pretty-hex v0.4.1
3272025-02-28T10:17:56.696Z Downloaded proc-macro-error-attr v1.0.4
3282025-02-28T10:17:56.697Z Downloaded swrite v0.1.0
3292025-02-28T10:17:56.700Z Downloaded usdt-attr-macro v0.5.0
3302025-02-28T10:17:56.700Z Downloaded winnow v0.7.3
3312025-02-28T10:17:56.708Z Downloaded usdt-macro v0.5.0
3322025-02-28T10:17:56.711Z Downloaded bytecount v0.6.8
3332025-02-28T10:17:56.715Z Downloaded block-buffer v0.10.4
3342025-02-28T10:17:56.715Z Downloaded terminal_size v0.4.0
3352025-02-28T10:17:56.715Z Downloaded bitflags v1.3.2
3362025-02-28T10:17:56.727Z Downloaded anstyle-query v1.1.1
3372025-02-28T10:17:56.727Z Downloaded byteorder v1.5.0
3382025-02-28T10:17:56.727Z Downloaded is_terminal_polyfill v1.70.1
3392025-02-28T10:17:56.727Z Downloaded heck v0.5.0
3402025-02-28T10:17:56.727Z Downloaded fnv v1.0.7
3412025-02-28T10:17:56.727Z Downloaded fastrand v2.1.1
3422025-02-28T10:17:56.727Z Downloaded heck v0.4.1
3432025-02-28T10:17:56.730Z Downloaded cargo-platform v0.1.8
3442025-02-28T10:17:56.730Z Downloaded dof v0.3.0
3452025-02-28T10:17:56.730Z Downloaded itoa v1.0.11
3462025-02-28T10:17:56.730Z Downloaded fs-err v2.11.0
3472025-02-28T10:17:56.734Z Downloaded clap_lex v0.7.4
3482025-02-28T10:17:56.734Z Downloaded colorchoice v1.0.2
3492025-02-28T10:17:56.737Z Downloaded cfg-if v1.0.0
3502025-02-28T10:17:56.737Z Downloaded crypto-common v0.1.6
3512025-02-28T10:17:56.737Z Downloaded memmap v0.7.0
3522025-02-28T10:17:56.741Z Downloaded digest v0.10.7
3532025-02-28T10:17:56.741Z Downloaded camino-tempfile v1.1.1
3542025-02-28T10:17:56.744Z Downloaded thiserror-impl v2.0.11
3552025-02-28T10:17:56.744Z Downloaded strsim v0.11.1
3562025-02-28T10:17:56.744Z Downloaded unicode-linebreak v0.1.5
3572025-02-28T10:17:56.748Z Downloaded toml_datetime v0.6.8
3582025-02-28T10:17:56.748Z Downloaded plain v0.2.3
3592025-02-28T10:17:56.748Z Downloaded thiserror-impl v1.0.69
3602025-02-28T10:17:56.752Z Downloaded serde_tokenstream v0.2.2
3612025-02-28T10:17:56.752Z Downloaded terminal_size v0.2.6
3622025-02-28T10:17:56.752Z Downloaded macaddr v1.0.1
3632025-02-28T10:17:56.756Z Downloaded generic-array v0.14.7
3642025-02-28T10:17:56.756Z Downloaded errno v0.3.9
3652025-02-28T10:17:56.756Z Downloaded utf8parse v0.2.2
3662025-02-28T10:17:56.759Z Downloaded smawk v0.3.2
3672025-02-28T10:17:56.759Z Downloaded serde_spanned v0.6.8
3682025-02-28T10:17:56.759Z Downloaded autocfg v1.4.0
3692025-02-28T10:17:56.762Z Downloaded thiserror v1.0.69
3702025-02-28T10:17:56.766Z Downloaded pest_generator v2.7.14
3712025-02-28T10:17:56.770Z Downloaded cpufeatures v0.2.14
3722025-02-28T10:17:56.770Z Downloaded version_check v0.9.5
3732025-02-28T10:17:56.773Z Downloaded clap_derive v4.5.28
3742025-02-28T10:17:56.773Z Downloaded cargo_toml v0.21.0
3752025-02-28T10:17:56.776Z Downloaded cargo_metadata v0.19.1
3762025-02-28T10:17:56.776Z Downloaded usdt v0.5.0
3772025-02-28T10:17:56.780Z Downloaded thread-id v4.2.2
3782025-02-28T10:17:56.780Z Downloaded tabled_derive v0.7.0
3792025-02-28T10:17:56.780Z Downloaded tempfile v3.13.0
3802025-02-28T10:17:56.783Z Downloaded anstream v0.6.15
3812025-02-28T10:17:56.787Z Downloaded usdt-impl v0.5.0
3822025-02-28T10:17:56.787Z Downloaded once_cell v1.20.3
3832025-02-28T10:17:56.790Z Downloaded thiserror v2.0.11
3842025-02-28T10:17:56.794Z Downloaded semver v1.0.25
3852025-02-28T10:17:56.797Z Downloaded bitflags v2.6.0
3862025-02-28T10:17:56.800Z Downloaded pest_derive v2.7.14
3872025-02-28T10:17:56.804Z Downloaded proc-macro-error v1.0.4
3882025-02-28T10:17:56.808Z Downloaded sha2 v0.10.8
3892025-02-28T10:17:56.808Z Downloaded io-lifetimes v1.0.11
3902025-02-28T10:17:56.812Z Downloaded clap v4.5.31
3912025-02-28T10:17:56.817Z Downloaded toml v0.8.20
3922025-02-28T10:17:56.821Z Downloaded ucd-trie v0.1.7
3932025-02-28T10:17:56.824Z Downloaded typenum v1.17.0
3942025-02-28T10:17:56.828Z Downloaded unicode-ident v1.0.14
3952025-02-28T10:17:56.828Z Downloaded ryu v1.0.18
3962025-02-28T10:17:56.831Z Downloaded zerocopy-derive v0.7.35
3972025-02-28T10:17:56.835Z Downloaded pest_meta v2.7.14
3982025-02-28T10:17:56.840Z Downloaded papergrid v0.11.0
3992025-02-28T10:17:56.843Z Downloaded serde_derive v1.0.218
4002025-02-28T10:17:56.847Z Downloaded proc-macro2 v1.0.93
4012025-02-28T10:17:56.850Z Downloaded textwrap v0.16.1
4022025-02-28T10:17:56.850Z Downloaded scroll v0.12.0
4032025-02-28T10:17:56.854Z Downloaded quote v1.0.38
4042025-02-28T10:17:56.854Z Downloaded log v0.4.22
4052025-02-28T10:17:56.857Z Downloaded serde v1.0.218
4062025-02-28T10:17:56.861Z Downloaded anstyle-parse v0.2.5
4072025-02-28T10:17:56.864Z Downloaded camino v1.1.9
4082025-02-28T10:17:56.868Z Downloaded memchr v2.7.4
4092025-02-28T10:17:56.878Z Downloaded toml_edit v0.22.24
4102025-02-28T10:17:56.899Z Downloaded indexmap v2.7.1
4112025-02-28T10:17:56.911Z Downloaded hashbrown v0.15.1
4122025-02-28T10:17:56.918Z Downloaded pest v2.7.14
4132025-02-28T10:17:56.925Z Downloaded serde_json v1.0.139
4142025-02-28T10:17:56.931Z Downloaded zerocopy v0.7.35
4152025-02-28T10:17:56.947Z Downloaded clap_builder v4.5.31
4162025-02-28T10:17:56.952Z Downloaded tabled v0.15.0
4172025-02-28T10:17:56.967Z Downloaded goblin v0.8.2
4182025-02-28T10:17:56.973Z Downloaded syn v1.0.109
4192025-02-28T10:17:56.983Z Downloaded unicode-width v0.1.14
4202025-02-28T10:17:56.990Z Downloaded syn v2.0.98
4212025-02-28T10:17:57.002Z Downloaded rustix v0.37.28
4222025-02-28T10:17:57.022Z Downloaded rustix v0.38.37
4232025-02-28T10:17:57.062Z Downloaded libc v0.2.170
4242025-02-28T10:17:57.360Z Compiling proc-macro2 v1.0.93
4252025-02-28T10:17:57.361Z Compiling unicode-ident v1.0.14
4262025-02-28T10:17:57.361Z Compiling libc v0.2.170
4272025-02-28T10:17:57.364Z Compiling version_check v0.9.5
4282025-02-28T10:17:57.364Z Compiling serde v1.0.218
4292025-02-28T10:17:57.365Z Compiling memchr v2.7.4
4302025-02-28T10:17:57.365Z Compiling thiserror v1.0.69
4312025-02-28T10:17:57.399Z Compiling ucd-trie v0.1.7
4322025-02-28T10:17:57.652Z Compiling ryu v1.0.18
4332025-02-28T10:17:57.916Z Compiling itoa v1.0.11
4342025-02-28T10:17:57.994Z Compiling once_cell v1.20.3
4352025-02-28T10:17:58.103Z Compiling byteorder v1.5.0
4362025-02-28T10:17:58.296Z Compiling serde_json v1.0.139
4372025-02-28T10:17:58.417Z Compiling rustix v0.38.37
4382025-02-28T10:17:58.761Z Compiling bitflags v2.6.0
4392025-02-28T10:17:58.800Z Compiling usdt-impl v0.5.0
4402025-02-28T10:17:59.035Z Compiling proc-macro-error-attr v1.0.4
4412025-02-28T10:17:59.153Z Compiling io-lifetimes v1.0.11
4422025-02-28T10:17:59.176Z Compiling syn v1.0.109
4432025-02-28T10:17:59.221Z Compiling proc-macro-error v1.0.4
4442025-02-28T10:17:59.346Z Compiling log v0.4.22
4452025-02-28T10:17:59.422Z Compiling utf8parse v0.2.2
4462025-02-28T10:17:59.536Z Compiling equivalent v1.0.1
4472025-02-28T10:17:59.599Z Compiling rustix v0.37.28
4482025-02-28T10:17:59.677Z Compiling hashbrown v0.15.1
4492025-02-28T10:17:59.724Z Compiling plain v0.2.3
4502025-02-28T10:17:59.748Z Compiling quote v1.0.38
4512025-02-28T10:17:59.910Z Compiling errno v0.3.9
4522025-02-28T10:17:59.958Z Compiling thread-id v4.2.2
4532025-02-28T10:18:00.109Z Compiling syn v2.0.98
4542025-02-28T10:18:00.135Z Compiling camino v1.1.9
4552025-02-28T10:18:00.399Z Compiling anstyle-parse v0.2.5
4562025-02-28T10:18:00.712Z Compiling indexmap v2.7.1
4572025-02-28T10:18:00.782Z Compiling bitflags v1.3.2
4582025-02-28T10:18:00.811Z Compiling thiserror v2.0.11
4592025-02-28T10:18:00.897Z Compiling anstyle v1.0.10
4602025-02-28T10:18:01.019Z Compiling colorchoice v1.0.2
4612025-02-28T10:18:01.175Z Compiling autocfg v1.4.0
4622025-02-28T10:18:01.306Z Compiling unicode-width v0.1.14
4632025-02-28T10:18:01.332Z Compiling semver v1.0.25
4642025-02-28T10:18:01.379Z Compiling winnow v0.7.3
4652025-02-28T10:18:01.824Z Compiling pretty-hex v0.4.1
4662025-02-28T10:18:01.848Z Compiling anstyle-query v1.1.1
4672025-02-28T10:18:01.938Z Compiling is_terminal_polyfill v1.70.1
4682025-02-28T10:18:02.044Z Compiling terminal_size v0.4.0
4692025-02-28T10:18:02.109Z Compiling anstream v0.6.15
4702025-02-28T10:18:02.159Z Compiling fs-err v2.11.0
4712025-02-28T10:18:02.551Z Compiling cfg-if v1.0.0
4722025-02-28T10:18:02.591Z Compiling heck v0.4.1
4732025-02-28T10:18:02.633Z Compiling anyhow v1.0.96
4742025-02-28T10:18:02.665Z Compiling heck v0.5.0
4752025-02-28T10:18:02.729Z Compiling fastrand v2.1.1
4762025-02-28T10:18:03.153Z Compiling fnv v1.0.7
4772025-02-28T10:18:03.243Z Compiling bytecount v0.6.8
4782025-02-28T10:18:03.264Z Compiling strsim v0.11.1
4792025-02-28T10:18:03.312Z Compiling clap_lex v0.7.4
4802025-02-28T10:18:03.603Z Compiling clap_builder v4.5.31
4812025-02-28T10:18:03.757Z Compiling terminal_size v0.2.6
4822025-02-28T10:18:03.760Z Compiling papergrid v0.11.0
4832025-02-28T10:18:03.853Z Compiling tempfile v3.13.0
4842025-02-28T10:18:04.148Z Compiling memmap v0.7.0
4852025-02-28T10:18:04.364Z Compiling unicode-linebreak v0.1.5
4862025-02-28T10:18:04.484Z Compiling smawk v0.3.2
4872025-02-28T10:18:04.836Z Compiling textwrap v0.16.1
4882025-02-28T10:18:04.862Z Compiling swrite v0.1.0
4892025-02-28T10:18:05.410Z Compiling tabled_derive v0.7.0
4902025-02-28T10:18:06.849Z Compiling tabled v0.15.0
4912025-02-28T10:18:07.088Z Compiling serde_derive v1.0.218
4922025-02-28T10:18:07.091Z Compiling thiserror-impl v1.0.69
4932025-02-28T10:18:07.091Z Compiling zerocopy-derive v0.7.35
4942025-02-28T10:18:07.091Z Compiling scroll_derive v0.12.0
4952025-02-28T10:18:07.091Z Compiling thiserror-impl v2.0.11
4962025-02-28T10:18:07.091Z Compiling clap_derive v4.5.28
4972025-02-28T10:18:08.520Z Compiling scroll v0.12.0
4982025-02-28T10:18:09.081Z Compiling goblin v0.8.2
4992025-02-28T10:18:09.172Z Compiling zerocopy v0.7.35
5002025-02-28T10:18:10.177Z Compiling pest v2.7.14
5012025-02-28T10:18:11.499Z Compiling clap v4.5.31
5022025-02-28T10:18:12.348Z Compiling pest_meta v2.7.14
5032025-02-28T10:18:13.271Z Compiling pest_generator v2.7.14
5042025-02-28T10:18:14.599Z Compiling pest_derive v2.7.14
5052025-02-28T10:18:15.220Z Compiling dtrace-parser v0.2.0
5062025-02-28T10:18:16.145Z Compiling serde_spanned v0.6.8
5072025-02-28T10:18:16.145Z Compiling toml_datetime v0.6.8
5082025-02-28T10:18:16.148Z Compiling cargo-platform v0.1.8
5092025-02-28T10:18:16.442Z Compiling serde_tokenstream v0.2.2
5102025-02-28T10:18:16.466Z Compiling macaddr v1.0.1
5112025-02-28T10:18:16.618Z Compiling toml_edit v0.22.24
5122025-02-28T10:18:16.814Z Compiling camino-tempfile v1.1.1
5132025-02-28T10:18:17.614Z Compiling dof v0.3.0
5142025-02-28T10:18:17.614Z Compiling cargo_metadata v0.19.1
5152025-02-28T10:18:19.181Z Compiling usdt-macro v0.5.0
5162025-02-28T10:18:19.181Z Compiling usdt-attr-macro v0.5.0
5172025-02-28T10:18:19.368Z Compiling toml v0.8.20
5182025-02-28T10:18:20.255Z Compiling cargo_toml v0.21.0
5192025-02-28T10:18:20.318Z Compiling usdt v0.5.0
5202025-02-28T10:18:22.912Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5212025-02-28T10:18:26.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.54s
5222025-02-28T10:18:26.364Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5232025-02-28T10:18:26.936Z Downloading crates ...
5242025-02-28T10:18:27.067Z Downloaded atomicwrites v0.4.4
5252025-02-28T10:18:27.070Z Downloaded async-stream-impl v0.3.6
5262025-02-28T10:18:27.073Z Downloaded assert_matches v1.5.0
5272025-02-28T10:18:27.073Z Downloaded async-stream v0.3.6
5282025-02-28T10:18:27.080Z Downloaded aead v0.5.2
5292025-02-28T10:18:27.090Z Downloaded ciborium-io v0.2.2
5302025-02-28T10:18:27.093Z Downloaded hex-literal v0.4.1
5312025-02-28T10:18:27.096Z Downloaded ctr v0.9.2
5322025-02-28T10:18:27.101Z Downloaded heapless v0.8.0
5332025-02-28T10:18:27.105Z Downloaded headers-core v0.3.0
5342025-02-28T10:18:27.108Z Downloaded cfg_aliases v0.2.1
5352025-02-28T10:18:27.108Z Downloaded cfg_aliases v0.1.1
5362025-02-28T10:18:27.111Z Downloaded icu_provider_macros v1.5.0
5372025-02-28T10:18:27.113Z Downloaded http-body v1.0.1
5382025-02-28T10:18:27.116Z Downloaded cstr-argument v0.1.2
5392025-02-28T10:18:27.119Z Downloaded crunchy v0.2.2
5402025-02-28T10:18:27.122Z Downloaded crucible-workspace-hack v0.1.0
5412025-02-28T10:18:27.125Z Downloaded hubpack_derive v0.1.1
5422025-02-28T10:18:27.128Z Downloaded atomic-waker v1.1.2
5432025-02-28T10:18:27.128Z Downloaded async-recursion v1.1.1
5442025-02-28T10:18:27.132Z Downloaded http-range v0.1.5
5452025-02-28T10:18:27.134Z Downloaded ascii-canvas v3.0.0
5462025-02-28T10:18:27.137Z Downloaded argon2 v0.5.3
5472025-02-28T10:18:27.149Z Downloaded progenitor-client v0.9.1
5482025-02-28T10:18:27.149Z Downloaded addr2line v0.24.2
5492025-02-28T10:18:27.149Z Downloaded md5 v0.7.0
5502025-02-28T10:18:27.149Z Downloaded is_ci v1.2.0
5512025-02-28T10:18:27.149Z Downloaded ident_case v1.0.1
5522025-02-28T10:18:27.149Z Downloaded convert_case v0.4.0
5532025-02-28T10:18:27.149Z Downloaded crc v3.2.1
5542025-02-28T10:18:27.152Z Downloaded match_cfg v0.1.0
5552025-02-28T10:18:27.152Z Downloaded instant v0.1.13
5562025-02-28T10:18:27.155Z Downloaded cmake v0.1.51
5572025-02-28T10:18:27.155Z Downloaded castaway v0.2.3
5582025-02-28T10:18:27.157Z Downloaded cbc v0.1.2
5592025-02-28T10:18:27.160Z Downloaded hex v0.4.3
5602025-02-28T10:18:27.163Z Downloaded indoc v1.0.9
5612025-02-28T10:18:27.166Z Downloaded hostname v0.4.0
5622025-02-28T10:18:27.169Z Downloaded cargo_metadata v0.18.1
5632025-02-28T10:18:27.169Z Downloaded hostname v0.3.1
5642025-02-28T10:18:27.172Z Downloaded ipnetwork v0.21.1
5652025-02-28T10:18:27.175Z Downloaded http-body-util v0.1.2
5662025-02-28T10:18:27.175Z Downloaded memoffset v0.9.1
5672025-02-28T10:18:27.178Z Downloaded humantime v2.1.0
5682025-02-28T10:18:27.182Z Downloaded httpdate v1.0.3
5692025-02-28T10:18:27.182Z Downloaded lru-cache v0.1.2
5702025-02-28T10:18:27.185Z Downloaded chacha20 v0.9.1
5712025-02-28T10:18:27.185Z Downloaded mime v0.3.17
5722025-02-28T10:18:27.191Z Downloaded idna_adapter v1.2.0
5732025-02-28T10:18:27.191Z Downloaded chrono-tz-build v0.4.0
5742025-02-28T10:18:27.194Z Downloaded linked-hash-map v0.5.6
5752025-02-28T10:18:27.194Z Downloaded crossbeam-deque v0.8.5
5762025-02-28T10:18:27.194Z Downloaded internet-checksum v0.2.1
5772025-02-28T10:18:27.194Z Downloaded lazy_static v1.5.0
5782025-02-28T10:18:27.197Z Downloaded bitfield-struct v0.6.2
5792025-02-28T10:18:27.201Z Downloaded bit-vec v0.6.3
5802025-02-28T10:18:27.201Z Downloaded async-trait v0.1.86
5812025-02-28T10:18:27.205Z Downloaded maplit v1.0.2
5822025-02-28T10:18:27.205Z Downloaded arrayvec v0.7.6
5832025-02-28T10:18:27.208Z Downloaded md-5 v0.10.6
5842025-02-28T10:18:27.211Z Downloaded lockfree-object-pool v0.1.6
5852025-02-28T10:18:27.214Z Downloaded lalrpop-util v0.19.12
5862025-02-28T10:18:27.214Z Downloaded sync_wrapper v1.0.1
5872025-02-28T10:18:27.216Z Downloaded ref-cast v1.0.23
5882025-02-28T10:18:27.219Z Downloaded progenitor-macro v0.9.1
5892025-02-28T10:18:27.219Z Downloaded take_mut v0.2.2
5902025-02-28T10:18:27.222Z Downloaded adler2 v2.0.0
5912025-02-28T10:18:27.222Z Downloaded cipher v0.4.4
5922025-02-28T10:18:27.225Z Downloaded maybe-uninit v2.0.0
5932025-02-28T10:18:27.228Z Downloaded rand_chacha v0.9.0
5942025-02-28T10:18:27.228Z Downloaded managed v0.8.0
5952025-02-28T10:18:27.231Z Downloaded rand_core v0.6.4
5962025-02-28T10:18:27.231Z Downloaded block-padding v0.3.3
5972025-02-28T10:18:27.236Z Downloaded highway v1.3.0
5982025-02-28T10:18:27.240Z Downloaded constant_time_eq v0.3.1
5992025-02-28T10:18:27.240Z Downloaded ipnet v2.11.0
6002025-02-28T10:18:27.240Z Downloaded bcs v0.1.6
6012025-02-28T10:18:27.242Z Downloaded icu_locid_transform v1.5.0
6022025-02-28T10:18:27.245Z Downloaded iana-time-zone v0.1.61
6032025-02-28T10:18:27.248Z Downloaded memmap2 v0.9.5
6042025-02-28T10:18:27.252Z Downloaded httparse v1.9.5
6052025-02-28T10:18:27.255Z Downloaded crc32fast v1.4.2
6062025-02-28T10:18:27.257Z Downloaded csv-core v0.1.11
6072025-02-28T10:18:27.258Z Downloaded colored v2.2.0
6082025-02-28T10:18:27.260Z Downloaded libloading v0.8.5
6092025-02-28T10:18:27.263Z Downloaded jobserver v0.1.32
6102025-02-28T10:18:27.266Z Downloaded lock_api v0.4.12
6112025-02-28T10:18:27.269Z Downloaded same-file v1.0.6
6122025-02-28T10:18:27.272Z Downloaded rustversion v1.0.17
6132025-02-28T10:18:27.274Z Downloaded secrecy v0.8.0
6142025-02-28T10:18:27.274Z Downloaded shlex v1.3.0
6152025-02-28T10:18:27.277Z Downloaded static_assertions v1.1.0
6162025-02-28T10:18:27.279Z Downloaded endian-type v0.1.2
6172025-02-28T10:18:27.279Z Downloaded diesel_table_macro_syntax v0.2.0
6182025-02-28T10:18:27.279Z Downloaded sec1 v0.7.3
6192025-02-28T10:18:27.282Z Downloaded foreign-types-shared v0.1.1
6202025-02-28T10:18:27.282Z Downloaded num-conv v0.1.0
6212025-02-28T10:18:27.285Z Downloaded scrypt v0.11.0
6222025-02-28T10:18:27.285Z Downloaded darling_macro v0.20.10
6232025-02-28T10:18:27.287Z Downloaded stable_deref_trait v1.2.0
6242025-02-28T10:18:27.287Z Downloaded ssh-encoding v0.2.0
6252025-02-28T10:18:27.290Z Downloaded newline-converter v0.3.0
6262025-02-28T10:18:27.290Z Downloaded new_debug_unreachable v1.0.6
6272025-02-28T10:18:27.292Z Downloaded const-oid v0.9.6
6282025-02-28T10:18:27.295Z Downloaded mime_guess v2.0.5
6292025-02-28T10:18:27.297Z Downloaded hickory-client v0.24.4
6302025-02-28T10:18:27.300Z Downloaded slog-dtrace v0.3.0
6312025-02-28T10:18:27.302Z Downloaded icu_locid v1.5.0
6322025-02-28T10:18:27.308Z Downloaded litrs v0.4.1
6332025-02-28T10:18:27.332Z Downloaded kstat-rs v0.2.4
6342025-02-28T10:18:27.336Z Downloaded indexmap v1.9.3
6352025-02-28T10:18:27.336Z Downloaded litemap v0.7.3
6362025-02-28T10:18:27.336Z Downloaded arc-swap v1.7.1
6372025-02-28T10:18:27.336Z Downloaded thiserror-no-std v2.0.2
6382025-02-28T10:18:27.336Z Downloaded thread_local v1.1.8
6392025-02-28T10:18:27.336Z Downloaded phf_shared v0.10.0
6402025-02-28T10:18:27.336Z Downloaded pretty-hex v0.2.1
6412025-02-28T10:18:27.336Z Downloaded slab v0.4.9
6422025-02-28T10:18:27.336Z Downloaded slog-envlogger v2.2.0
6432025-02-28T10:18:27.340Z Downloaded rpassword v7.3.1
6442025-02-28T10:18:27.340Z Downloaded unarray v0.1.4
6452025-02-28T10:18:27.343Z Downloaded tap v1.0.1
6462025-02-28T10:18:27.343Z Downloaded sct v0.7.1
6472025-02-28T10:18:27.346Z Downloaded newtype-uuid v1.2.1
6482025-02-28T10:18:27.348Z Downloaded diesel-dtrace v0.4.2
6492025-02-28T10:18:27.352Z Downloaded dyn-clone v1.0.18
6502025-02-28T10:18:27.352Z Downloaded ghash v0.5.1
6512025-02-28T10:18:27.354Z Downloaded fixedbitset v0.4.2
6522025-02-28T10:18:27.355Z Downloaded futures-macro v0.3.31
6532025-02-28T10:18:27.357Z Downloaded funty v2.0.0
6542025-02-28T10:18:27.357Z Downloaded filetime v0.2.25
6552025-02-28T10:18:27.359Z Downloaded ff v0.13.0
6562025-02-28T10:18:27.363Z Downloaded enum-as-inner v0.6.1
6572025-02-28T10:18:27.363Z Downloaded blake2 v0.10.6
6582025-02-28T10:18:27.366Z Downloaded tower-layer v0.3.3
6592025-02-28T10:18:27.369Z Downloaded hyper-util v0.1.10
6602025-02-28T10:18:27.372Z Downloaded olpc-cjson v0.1.4
6612025-02-28T10:18:27.375Z Downloaded indicatif v0.17.11
6622025-02-28T10:18:27.379Z Downloaded icu_properties v1.5.1
6632025-02-28T10:18:27.381Z Downloaded tinyvec_macros v0.1.1
6642025-02-28T10:18:27.384Z Downloaded base64 v0.13.1
6652025-02-28T10:18:27.386Z Downloaded chacha20poly1305 v0.10.1
6662025-02-28T10:18:27.390Z Downloaded phf_generator v0.11.2
6672025-02-28T10:18:27.390Z Downloaded icu_normalizer v1.5.0
6682025-02-28T10:18:27.393Z Downloaded tokio-rustls v0.24.1
6692025-02-28T10:18:27.396Z Downloaded parse-display v0.10.0
6702025-02-28T10:18:27.396Z Downloaded parse-display-derive v0.10.0
6712025-02-28T10:18:27.399Z Downloaded debug-ignore v1.0.5
6722025-02-28T10:18:27.402Z Downloaded data-encoding v2.6.0
6732025-02-28T10:18:27.402Z Downloaded quinn-udp v0.5.5
6742025-02-28T10:18:27.405Z Downloaded proc-macro-crate v1.3.1
6752025-02-28T10:18:27.405Z Downloaded tracing-attributes v0.1.27
6762025-02-28T10:18:27.408Z Downloaded rustls-pemfile v1.0.4
6772025-02-28T10:18:27.411Z Downloaded embedded-io v0.6.1
6782025-02-28T10:18:27.414Z Downloaded fxhash v0.2.1
6792025-02-28T10:18:27.414Z Downloaded compact_str v0.8.0
6802025-02-28T10:18:27.417Z Downloaded native-tls v0.2.12
6812025-02-28T10:18:27.420Z Downloaded float-ord v0.3.2
6822025-02-28T10:18:27.424Z Downloaded serde-hex v0.1.0
6832025-02-28T10:18:27.435Z Downloaded peg-runtime v0.8.3
6842025-02-28T10:18:27.439Z Downloaded bumpalo v3.16.0
6852025-02-28T10:18:27.443Z Downloaded base64 v0.22.1
6862025-02-28T10:18:27.446Z Downloaded num_threads v0.1.7
6872025-02-28T10:18:27.446Z Downloaded hickory-resolver v0.24.4
6882025-02-28T10:18:27.449Z Downloaded icu_provider v1.5.0
6892025-02-28T10:18:27.453Z Downloaded icu_collections v1.5.0
6902025-02-28T10:18:27.459Z Downloaded crypto-bigint v0.5.5
6912025-02-28T10:18:27.466Z Downloaded progenitor-client v0.8.0
6922025-02-28T10:18:27.468Z Downloaded pin-utils v0.1.0
6932025-02-28T10:18:27.471Z Downloaded which v4.4.2
6942025-02-28T10:18:27.474Z Downloaded foldhash v0.1.3
6952025-02-28T10:18:27.474Z Downloaded writeable v0.5.5
6962025-02-28T10:18:27.476Z Downloaded utf16_iter v1.0.5
6972025-02-28T10:18:27.476Z Downloaded utf-8 v0.7.6
6982025-02-28T10:18:27.479Z Downloaded poly1305 v0.8.0
6992025-02-28T10:18:27.481Z Downloaded ecdsa v0.16.9
7002025-02-28T10:18:27.484Z Downloaded dirs-sys-next v0.1.2
7012025-02-28T10:18:27.484Z Downloaded rtoolbox v0.0.2
7022025-02-28T10:18:27.487Z Downloaded termtree v0.4.1
7032025-02-28T10:18:27.487Z Downloaded toolchain_find v0.4.0
7042025-02-28T10:18:27.490Z Downloaded ena v0.14.3
7052025-02-28T10:18:27.493Z Downloaded vte_generate_state_changes v0.1.2
7062025-02-28T10:18:27.493Z Downloaded multimap v0.10.0
7072025-02-28T10:18:27.493Z Downloaded gethostname v0.5.0
7082025-02-28T10:18:27.496Z Downloaded num_enum_derive v0.5.11
7092025-02-28T10:18:27.496Z Downloaded num v0.4.3
7102025-02-28T10:18:27.498Z Downloaded diff v0.1.13
7112025-02-28T10:18:27.501Z Downloaded snafu-derive v0.8.5
7122025-02-28T10:18:27.501Z Downloaded serde_derive_internals v0.29.1
7132025-02-28T10:18:27.504Z Downloaded value-bag v1.9.0
7142025-02-28T10:18:27.506Z Downloaded const_format v0.2.34
7152025-02-28T10:18:27.509Z Downloaded cc v1.2.15
7162025-02-28T10:18:27.514Z Downloaded crossbeam-channel v0.5.13
7172025-02-28T10:18:27.518Z Downloaded derive_builder_macro v0.20.2
7182025-02-28T10:18:27.521Z Downloaded minimal-lexical v0.2.1
7192025-02-28T10:18:27.524Z Downloaded zone_cfg_derive v0.3.0
7202025-02-28T10:18:27.527Z Downloaded zone_cfg_derive v0.1.2
7212025-02-28T10:18:27.527Z Downloaded progenitor v0.8.0
7222025-02-28T10:18:27.529Z Downloaded oxnet v0.1.1
7232025-02-28T10:18:27.529Z Downloaded num_enum v0.5.11
7242025-02-28T10:18:27.533Z Downloaded foreign-types-shared v0.3.1
7252025-02-28T10:18:27.536Z Downloaded russh-keys v0.45.0
7262025-02-28T10:18:27.538Z Downloaded aes v0.8.4
7272025-02-28T10:18:27.541Z Downloaded progenitor v0.9.1
7282025-02-28T10:18:27.543Z Downloaded zerovec-derive v0.10.3
7292025-02-28T10:18:27.546Z Downloaded zeroize_derive v1.4.2
7302025-02-28T10:18:27.546Z Downloaded twox-hash v2.1.0
7312025-02-28T10:18:27.549Z Downloaded tokio-native-tls v0.3.1
7322025-02-28T10:18:27.551Z Downloaded rustls-pki-types v1.10.0
7332025-02-28T10:18:27.554Z Downloaded uuid v1.15.1
7342025-02-28T10:18:27.556Z Downloaded typify-macro v0.3.0
7352025-02-28T10:18:27.558Z Downloaded nu-ansi-term v0.50.1
7362025-02-28T10:18:27.560Z Downloaded termtree v0.5.1
7372025-02-28T10:18:27.562Z Downloaded getrandom v0.2.15
7382025-02-28T10:18:27.564Z Downloaded diesel_derives v2.2.3
7392025-02-28T10:18:27.568Z Downloaded pin-project-lite v0.2.14
7402025-02-28T10:18:27.573Z Downloaded http v1.2.0
7412025-02-28T10:18:27.577Z Downloaded similar v2.6.0
7422025-02-28T10:18:27.582Z Downloaded tower-service v0.3.3
7432025-02-28T10:18:27.584Z Downloaded pin-project-internal v1.1.6
7442025-02-28T10:18:27.586Z Downloaded tinyvec v1.8.0
7452025-02-28T10:18:27.588Z Downloaded time-core v0.1.2
7462025-02-28T10:18:27.590Z Downloaded display-error-chain v0.2.2
7472025-02-28T10:18:27.590Z Downloaded rustc_version v0.1.7
7482025-02-28T10:18:27.592Z Downloaded newtype_derive v0.1.6
7492025-02-28T10:18:27.592Z Downloaded form_urlencoded v1.2.1
7502025-02-28T10:18:27.594Z Downloaded fragile v2.0.0
7512025-02-28T10:18:27.597Z Downloaded nodrop v0.1.14
7522025-02-28T10:18:27.597Z Downloaded env_filter v0.1.2
7532025-02-28T10:18:27.599Z Downloaded typify v0.3.0
7542025-02-28T10:18:27.602Z Downloaded powerfmt v0.2.0
7552025-02-28T10:18:27.604Z Downloaded nanorand v0.7.0
7562025-02-28T10:18:27.606Z Downloaded hash32 v0.3.1
7572025-02-28T10:18:27.608Z Downloaded derive-where v1.2.7
7582025-02-28T10:18:27.611Z Downloaded openssl-probe v0.1.5
7592025-02-28T10:18:27.614Z Downloaded openssl-macros v0.1.1
7602025-02-28T10:18:27.614Z Downloaded normalize-line-endings v0.3.0
7612025-02-28T10:18:27.614Z Downloaded hash32 v0.2.1
7622025-02-28T10:18:27.616Z Downloaded group v0.13.0
7632025-02-28T10:18:27.616Z Downloaded strum_macros v0.26.4
7642025-02-28T10:18:27.619Z Downloaded quick-error v1.2.3
7652025-02-28T10:18:27.621Z Downloaded ppv-lite86 v0.2.20
7662025-02-28T10:18:27.621Z Downloaded spin v0.9.8
7672025-02-28T10:18:27.624Z Downloaded prettyplease v0.2.29
7682025-02-28T10:18:27.628Z Downloaded wait-timeout v0.2.0
7692025-02-28T10:18:27.630Z Downloaded vte v0.11.1
7702025-02-28T10:18:27.633Z Downloaded ron v0.8.1
7712025-02-28T10:18:27.637Z Downloaded rustc-hash v2.1.1
7722025-02-28T10:18:27.639Z Downloaded rustc-hash v1.1.0
7732025-02-28T10:18:27.641Z Downloaded zeroize v1.8.1
7742025-02-28T10:18:27.641Z Downloaded ed25519 v2.2.3
7752025-02-28T10:18:27.643Z Downloaded dirs-next v2.0.0
7762025-02-28T10:18:27.646Z Downloaded slog-scope v4.4.0
7772025-02-28T10:18:27.646Z Downloaded thiserror-impl-no-std v2.0.2
7782025-02-28T10:18:27.648Z Downloaded libm v0.2.8
7792025-02-28T10:18:27.654Z Downloaded slog-json v2.6.1
7802025-02-28T10:18:27.657Z Downloaded slog-bunyan v2.5.0
7812025-02-28T10:18:27.659Z Downloaded slog-async v2.8.0
7822025-02-28T10:18:27.660Z Downloaded unicode-xid v0.2.6
7832025-02-28T10:18:27.662Z Downloaded strum v0.26.3
7842025-02-28T10:18:27.662Z Downloaded tokio-postgres v0.7.13
7852025-02-28T10:18:27.666Z Downloaded zerofrom-derive v0.1.4
7862025-02-28T10:18:27.669Z Downloaded nibble_vec v0.1.0
7872025-02-28T10:18:27.672Z Downloaded downcast v0.11.0
7882025-02-28T10:18:27.672Z Downloaded futures-executor v0.3.31
7892025-02-28T10:18:27.674Z Downloaded defmt-macros v0.3.9
7902025-02-28T10:18:27.677Z Downloaded defmt v0.3.8
7912025-02-28T10:18:27.679Z Downloaded path-slash v0.1.5
7922025-02-28T10:18:27.679Z Downloaded embedded-io v0.4.0
7932025-02-28T10:18:27.684Z Downloaded serde_with_macros v3.11.0
7942025-02-28T10:18:27.687Z Downloaded progenitor-impl v0.8.0
7952025-02-28T10:18:27.688Z Downloaded either v1.14.0
7962025-02-28T10:18:27.690Z Downloaded multer v3.1.0
7972025-02-28T10:18:27.690Z Downloaded mockall v0.13.1
7982025-02-28T10:18:27.693Z Downloaded topological-sort v0.2.2
7992025-02-28T10:18:27.693Z Downloaded env_logger v0.10.2
8002025-02-28T10:18:27.696Z Downloaded foreign-types v0.5.0
8012025-02-28T10:18:27.699Z Downloaded subprocess v0.2.9
8022025-02-28T10:18:27.699Z Downloaded proc-macro-error2 v2.0.1
8032025-02-28T10:18:27.702Z Downloaded hickory-server v0.24.4
8042025-02-28T10:18:27.708Z Downloaded sigpipe v0.1.3
8052025-02-28T10:18:27.710Z Downloaded aes-gcm v0.10.3
8062025-02-28T10:18:27.713Z Downloaded scopeguard v1.2.0
8072025-02-28T10:18:27.716Z Downloaded slog-term v2.9.1
8082025-02-28T10:18:27.720Z Downloaded libxml v0.3.3
8092025-02-28T10:18:27.723Z Downloaded zerofrom v0.1.4
8102025-02-28T10:18:27.725Z Downloaded p256 v0.13.2
8112025-02-28T10:18:27.728Z Downloaded rand_seeder v0.3.0
8122025-02-28T10:18:27.730Z Downloaded percent-encoding v2.3.1
8132025-02-28T10:18:27.730Z Downloaded structmeta-derive v0.3.0
8142025-02-28T10:18:27.733Z Downloaded strum_macros v0.24.3
8152025-02-28T10:18:27.736Z Downloaded env_logger v0.11.5
8162025-02-28T10:18:27.738Z Downloaded zip v0.6.6
8172025-02-28T10:18:27.741Z Downloaded number_prefix v0.4.0
8182025-02-28T10:18:27.741Z Downloaded mockall_derive v0.13.1
8192025-02-28T10:18:27.744Z Downloaded utf8_iter v1.0.4
8202025-02-28T10:18:27.746Z Downloaded strum_macros v0.25.3
8212025-02-28T10:18:27.749Z Downloaded unicode-segmentation v1.12.0
8222025-02-28T10:18:27.752Z Downloaded futures-task v0.3.31
8232025-02-28T10:18:27.754Z Downloaded document-features v0.2.10
8242025-02-28T10:18:27.754Z Downloaded darling v0.20.10
8252025-02-28T10:18:27.757Z Downloaded futures-sink v0.3.31
8262025-02-28T10:18:27.760Z Downloaded password-hash v0.4.2
8272025-02-28T10:18:27.763Z Downloaded serde_yaml v0.9.34+deprecated
8282025-02-28T10:18:27.766Z Downloaded hashbrown v0.12.3
8292025-02-28T10:18:27.769Z Downloaded password-hash v0.5.0
8302025-02-28T10:18:27.772Z Downloaded tungstenite v0.23.0
8312025-02-28T10:18:27.775Z Downloaded serde-big-array v0.5.1
8322025-02-28T10:18:27.777Z Downloaded r2d2 v0.8.10
8332025-02-28T10:18:27.780Z Downloaded predicates v3.1.3
8342025-02-28T10:18:27.783Z Downloaded serde_repr v0.1.19
8352025-02-28T10:18:27.783Z Downloaded smallvec v0.6.14
8362025-02-28T10:18:27.786Z Downloaded time v0.3.36
8372025-02-28T10:18:27.792Z Downloaded unicode-properties v0.1.3
8382025-02-28T10:18:27.795Z Downloaded itertools v0.14.0
8392025-02-28T10:18:27.801Z Downloaded oso-derive v0.27.3
8402025-02-28T10:18:27.804Z Downloaded itertools v0.12.1
8412025-02-28T10:18:27.810Z Downloaded yoke-derive v0.7.4
8422025-02-28T10:18:27.812Z Downloaded miniz_oxide v0.8.5
8432025-02-28T10:18:27.817Z Downloaded untrusted v0.9.0
8442025-02-28T10:18:27.817Z Downloaded num-iter v0.1.45
8452025-02-28T10:18:27.820Z Downloaded try-lock v0.2.5
8462025-02-28T10:18:27.820Z Downloaded difflib v0.4.0
8472025-02-28T10:18:27.820Z Downloaded parse-size v1.1.0
8482025-02-28T10:18:27.823Z Downloaded paste v1.0.15
8492025-02-28T10:18:27.823Z Downloaded foreign-types-macros v0.2.3
8502025-02-28T10:18:27.826Z Downloaded dropshot_endpoint v0.12.0
8512025-02-28T10:18:27.829Z Downloaded pem v3.0.5
8522025-02-28T10:18:27.829Z Downloaded daft-derive v0.1.1
8532025-02-28T10:18:27.832Z Downloaded crossterm v0.28.1
8542025-02-28T10:18:27.839Z Downloaded ssh-key v0.6.6
8552025-02-28T10:18:27.846Z Downloaded write16 v1.0.0
8562025-02-28T10:18:27.849Z Downloaded serde_urlencoded v0.7.1
8572025-02-28T10:18:27.849Z Downloaded tower v0.5.2
8582025-02-28T10:18:27.857Z Downloaded curve25519-dalek-derive v0.1.1
8592025-02-28T10:18:27.860Z Downloaded hkdf v0.12.4
8602025-02-28T10:18:27.863Z Downloaded tokio-tungstenite v0.21.0
8612025-02-28T10:18:27.866Z Downloaded typed-path v0.9.3
8622025-02-28T10:18:27.869Z Downloaded displaydoc v0.2.5
8632025-02-28T10:18:27.872Z Downloaded futures-core v0.3.31
8642025-02-28T10:18:27.875Z Downloaded flagset v0.4.6
8652025-02-28T10:18:27.878Z Downloaded elliptic-curve v0.13.8
8662025-02-28T10:18:27.881Z Downloaded tls_codec_derive v0.4.1
8672025-02-28T10:18:27.884Z Downloaded smallvec v1.14.0
8682025-02-28T10:18:27.884Z Downloaded opaque-debug v0.3.1
8692025-02-28T10:18:27.887Z Downloaded russh-cryptovec v0.7.3
8702025-02-28T10:18:27.887Z Downloaded shell-words v1.1.0
8712025-02-28T10:18:27.887Z Downloaded num-integer v0.1.46
8722025-02-28T10:18:27.890Z Downloaded salsa20 v0.10.2
8732025-02-28T10:18:27.890Z Downloaded pbkdf2 v0.11.0
8742025-02-28T10:18:27.893Z Downloaded signal-hook-registry v1.4.2
8752025-02-28T10:18:27.893Z Downloaded signal-hook-mio v0.2.4
8762025-02-28T10:18:27.896Z Downloaded resolv-conf v0.7.0
8772025-02-28T10:18:27.898Z Downloaded packed_struct_codegen v0.10.1
8782025-02-28T10:18:27.899Z Downloaded dsl_auto_type v0.1.2
8792025-02-28T10:18:27.901Z Downloaded getrandom v0.3.1
8802025-02-28T10:18:27.904Z Downloaded quinn v0.11.5
8812025-02-28T10:18:27.907Z Downloaded peg-macros v0.8.4
8822025-02-28T10:18:27.910Z Downloaded slog v2.7.0
8832025-02-28T10:18:27.913Z Downloaded rayon-core v1.12.1
8842025-02-28T10:18:27.916Z Downloaded dunce v1.0.5
8852025-02-28T10:18:27.919Z Downloaded typify-macro v0.2.0
8862025-02-28T10:18:27.919Z Downloaded blake3 v1.5.4
8872025-02-28T10:18:27.924Z Downloaded want v0.3.1
8882025-02-28T10:18:27.927Z Downloaded num-derive v0.4.2
8892025-02-28T10:18:27.927Z Downloaded hyper v1.6.0
8902025-02-28T10:18:27.935Z Downloaded tokio-macros v2.5.0
8912025-02-28T10:18:27.938Z Downloaded sync-ptr v0.1.1
8922025-02-28T10:18:27.938Z Downloaded foreign-types v0.3.2
8932025-02-28T10:18:27.938Z Downloaded rcgen v0.12.1
8942025-02-28T10:18:27.941Z Downloaded progenitor-macro v0.8.0
8952025-02-28T10:18:27.941Z Downloaded daft v0.1.1
8962025-02-28T10:18:27.943Z Downloaded rand_chacha v0.3.1
8972025-02-28T10:18:27.943Z Downloaded tokio-tungstenite v0.23.1
8982025-02-28T10:18:27.946Z Downloaded zopfli v0.8.1
8992025-02-28T10:18:27.949Z Downloaded tungstenite v0.24.0
9002025-02-28T10:18:27.952Z Downloaded socket2 v0.5.8
9012025-02-28T10:18:27.955Z Downloaded synstructure v0.13.1
9022025-02-28T10:18:27.955Z Downloaded fallible-iterator v0.2.0
9032025-02-28T10:18:27.958Z Downloaded tabwriter v1.4.0
9042025-02-28T10:18:27.959Z Downloaded derive_builder_core v0.20.2
9052025-02-28T10:18:27.961Z Downloaded des v0.8.1
9062025-02-28T10:18:27.961Z Downloaded postgres-types v0.2.9
9072025-02-28T10:18:27.964Z Downloaded num-rational v0.4.2
9082025-02-28T10:18:27.967Z Downloaded waitgroup v0.1.2
9092025-02-28T10:18:27.967Z Downloaded packed_struct v0.10.1
9102025-02-28T10:18:27.969Z Downloaded vsss-rs v3.3.4
9112025-02-28T10:18:27.972Z Downloaded tui-tree-widget v0.23.0
9122025-02-28T10:18:27.972Z Downloaded tabled_derive v0.10.0
9132025-02-28T10:18:27.975Z Downloaded schemars v0.8.22
9142025-02-28T10:18:27.984Z Downloaded unicase v2.7.0
9152025-02-28T10:18:27.987Z Downloaded wyz v0.5.1
9162025-02-28T10:18:27.987Z Downloaded ssh-cipher v0.2.0
9172025-02-28T10:18:27.990Z Downloaded defmt-parser v0.3.4
9182025-02-28T10:18:27.990Z Downloaded term v0.7.0
9192025-02-28T10:18:27.993Z Downloaded samael v0.0.18
9202025-02-28T10:18:27.998Z Downloaded ron v0.7.1
9212025-02-28T10:18:28.003Z Downloaded derive_builder v0.20.2
9222025-02-28T10:18:28.007Z Downloaded rfc6979 v0.4.0
9232025-02-28T10:18:28.010Z Downloaded tungstenite v0.21.0
9242025-02-28T10:18:28.013Z Downloaded mio v1.0.2
9252025-02-28T10:18:28.017Z Downloaded zerocopy-derive v0.8.10
9262025-02-28T10:18:28.024Z Downloaded polyval v0.6.2
9272025-02-28T10:18:28.027Z Downloaded time-macros v0.2.18
9282025-02-28T10:18:28.030Z Downloaded postgres-protocol v0.6.8
9292025-02-28T10:18:28.030Z Downloaded sqlformat v0.2.6
9302025-02-28T10:18:28.032Z Downloaded expectorate v1.1.0
9312025-02-28T10:18:28.035Z Downloaded rusty-fork v0.3.0
9322025-02-28T10:18:28.035Z Downloaded pem-rfc7468 v0.7.0
9332025-02-28T10:18:28.038Z Downloaded tiny-keccak v2.0.2
9342025-02-28T10:18:28.040Z Downloaded tokio-rustls v0.25.0
9352025-02-28T10:18:28.043Z Downloaded tokio-rustls v0.26.0
9362025-02-28T10:18:28.043Z Downloaded pkcs5 v0.7.1
9372025-02-28T10:18:28.047Z Downloaded test-strategy v0.4.0
9382025-02-28T10:18:28.050Z Downloaded p521 v0.13.3
9392025-02-28T10:18:28.054Z Downloaded aws-lc-rs v1.12.4
9402025-02-28T10:18:28.063Z Downloaded postcard v1.0.10
9412025-02-28T10:18:28.066Z Downloaded url v2.5.3
9422025-02-28T10:18:28.069Z Downloaded pin-project v1.1.6
9432025-02-28T10:18:28.080Z Downloaded pkcs1 v0.7.5
9442025-02-28T10:18:28.083Z Downloaded futures-util v0.3.31
9452025-02-28T10:18:28.094Z Downloaded fixedbitset v0.5.7
9462025-02-28T10:18:28.097Z Downloaded unicode-bidi v0.3.17
9472025-02-28T10:18:28.099Z Downloaded omicron-zone-package v0.12.0
9482025-02-28T10:18:28.103Z Downloaded num-complex v0.4.6
9492025-02-28T10:18:28.106Z Downloaded rand v0.8.5
9502025-02-28T10:18:28.109Z Downloaded futures-channel v0.3.31
9512025-02-28T10:18:28.111Z Downloaded openssl-sys v0.9.106
9522025-02-28T10:18:28.114Z Downloaded num-bigint v0.4.6
9532025-02-28T10:18:28.118Z Downloaded tough v0.19.0
9542025-02-28T10:18:28.126Z Downloaded lalrpop v0.19.12
9552025-02-28T10:18:28.137Z Downloaded fatfs v0.3.6
9562025-02-28T10:18:28.140Z Downloaded publicsuffix v2.3.0
9572025-02-28T10:18:28.143Z Downloaded chrono v0.4.40
9582025-02-28T10:18:28.150Z Downloaded serde_with v3.11.0
9592025-02-28T10:18:28.158Z Downloaded futures v0.3.31
9602025-02-28T10:18:28.163Z Downloaded icu_properties_data v1.5.0
9612025-02-28T10:18:28.173Z Downloaded papergrid v0.14.0
9622025-02-28T10:18:28.178Z Downloaded qorb v0.2.1
9632025-02-28T10:18:28.182Z Downloaded ed25519-dalek v2.1.1
9642025-02-28T10:18:28.185Z Downloaded der v0.7.9
9652025-02-28T10:18:28.190Z Downloaded reqwest v0.12.12
9662025-02-28T10:18:28.199Z Downloaded quinn-proto v0.11.8
9672025-02-28T10:18:28.205Z Downloaded unicode-normalization v0.1.24
9682025-02-28T10:18:28.209Z Downloaded bitvec v1.0.1
9692025-02-28T10:18:28.224Z Downloaded steno v0.4.1
9702025-02-28T10:18:28.228Z Downloaded rustyline v14.0.0
9712025-02-28T10:18:28.246Z Downloaded h2 v0.4.6
9722025-02-28T10:18:28.250Z Downloaded vcpkg v0.2.15
9732025-02-28T10:18:28.277Z Downloaded parse-zoneinfo v0.3.1
9742025-02-28T10:18:28.280Z Downloaded bindgen v0.71.1
9752025-02-28T10:18:28.287Z Downloaded winnow v0.6.20
9762025-02-28T10:18:28.296Z Downloaded x509-cert v0.2.5
9772025-02-28T10:18:28.301Z Downloaded rustls-webpki v0.101.7
9782025-02-28T10:18:28.315Z Downloaded winnow v0.5.40
9792025-02-28T10:18:28.323Z Downloaded rayon v1.10.0
9802025-02-28T10:18:28.332Z Downloaded petname v2.0.2
9812025-02-28T10:18:28.337Z Downloaded polar-core v0.27.3
9822025-02-28T10:18:28.347Z Downloaded rustls-webpki v0.102.8
9832025-02-28T10:18:28.364Z Downloaded russh v0.45.0
9842025-02-28T10:18:28.369Z Downloaded smoltcp v0.9.1
9852025-02-28T10:18:28.379Z Downloaded nom v7.1.3
9862025-02-28T10:18:28.385Z Downloaded gimli v0.31.1
9872025-02-28T10:18:28.393Z Downloaded flate2 v1.1.0
9882025-02-28T10:18:28.400Z Downloaded portable-atomic v1.9.0
9892025-02-28T10:18:28.405Z Downloaded salty v0.3.0
9902025-02-28T10:18:28.412Z Downloaded nix v0.28.0
9912025-02-28T10:18:28.422Z Downloaded unicode-width v0.2.0
9922025-02-28T10:18:28.429Z Downloaded reedline v0.35.0
9932025-02-28T10:18:28.436Z Downloaded regex-syntax v0.6.29
9942025-02-28T10:18:28.443Z Downloaded radix_trie v0.2.1
9952025-02-28T10:18:28.449Z Downloaded zerocopy v0.8.10
9962025-02-28T10:18:28.472Z Downloaded proptest v1.6.0
9972025-02-28T10:18:28.481Z Downloaded rustls v0.21.12
9982025-02-28T10:18:28.492Z Downloaded dropshot v0.12.0
9992025-02-28T10:18:28.511Z Downloaded sqlparser v0.45.0
10002025-02-28T10:18:28.517Z Downloaded curve25519-dalek v4.1.3
10012025-02-28T10:18:28.526Z Downloaded object v0.30.4
10022025-02-28T10:18:28.535Z Downloaded nix v0.27.1
10032025-02-28T10:18:28.546Z Downloaded object v0.36.5
10042025-02-28T10:18:28.557Z Downloaded hickory-proto v0.24.4
10052025-02-28T10:18:28.572Z Downloaded nix v0.29.0
10062025-02-28T10:18:28.583Z Downloaded tabled v0.18.0
10072025-02-28T10:18:28.600Z Downloaded regex-syntax v0.8.5
10082025-02-28T10:18:28.608Z Downloaded dropshot v0.16.0
10092025-02-28T10:18:28.629Z Downloaded regex v1.11.1
10102025-02-28T10:18:28.642Z Downloaded sled v0.34.7
10112025-02-28T10:18:28.651Z Downloaded typify-impl v0.2.0
10122025-02-28T10:18:28.666Z Downloaded typify-impl v0.3.0
10132025-02-28T10:18:28.681Z Downloaded regress v0.9.1
10142025-02-28T10:18:28.690Z Downloaded bzip2-sys v0.1.11+1.0.8
10152025-02-28T10:18:28.702Z Downloaded openssl v0.10.71
10162025-02-28T10:18:28.712Z Downloaded openapiv3 v2.0.0
10172025-02-28T10:18:28.723Z Downloaded webpki-roots v0.26.6
10182025-02-28T10:18:28.728Z Downloaded diesel v2.2.7
10192025-02-28T10:18:28.744Z Downloaded rustls v0.23.19
10202025-02-28T10:18:28.755Z Downloaded ratatui v0.29.0
10212025-02-28T10:18:28.775Z Downloaded zerocopy-derive v0.6.6
10222025-02-28T10:18:28.784Z Downloaded rustls v0.22.4
10232025-02-28T10:18:28.797Z Downloaded regress v0.10.1
10242025-02-28T10:18:28.805Z Downloaded petgraph v0.6.5
10252025-02-28T10:18:28.822Z Downloaded regex-automata v0.4.8
10262025-02-28T10:18:28.838Z Downloaded petgraph v0.7.1
10272025-02-28T10:18:28.857Z Downloaded git2 v0.19.0
10282025-02-28T10:18:28.864Z Downloaded chrono-tz v0.10.1
10292025-02-28T10:18:28.871Z Downloaded smoltcp v0.11.0
10302025-02-28T10:18:28.883Z Downloaded csv v1.3.1
10312025-02-28T10:18:28.903Z Downloaded bstr v1.10.0
10322025-02-28T10:18:28.913Z Downloaded lzma-sys v0.1.20
10332025-02-28T10:18:28.941Z Downloaded tokio v1.43.0
10342025-02-28T10:18:28.978Z Downloaded p384 v0.13.0
10352025-02-28T10:18:28.984Z Downloaded rand v0.9.0
10362025-02-28T10:18:28.988Z Downloaded num-bigint-dig v0.8.4
10372025-02-28T10:18:28.992Z Downloaded bindgen v0.69.5
10382025-02-28T10:18:28.999Z Downloaded zerovec v0.10.4
10392025-02-28T10:18:29.004Z Downloaded libz-sys v1.1.20
10402025-02-28T10:18:29.024Z Downloaded tracing v0.1.40
10412025-02-28T10:18:29.028Z Downloaded whoami v1.5.2
10422025-02-28T10:18:29.031Z Downloaded walkdir v2.5.0
10432025-02-28T10:18:29.034Z Downloaded progenitor-impl v0.9.1
10442025-02-28T10:18:29.034Z Downloaded tokio-tungstenite v0.24.0
10452025-02-28T10:18:29.038Z Downloaded tar v0.4.44
10462025-02-28T10:18:29.041Z Downloaded zip v2.1.3
10472025-02-28T10:18:29.044Z Downloaded quick-xml v0.37.2
10482025-02-28T10:18:29.047Z Downloaded tokio-util v0.7.13
10492025-02-28T10:18:29.054Z Downloaded fd-lock v4.0.2
10502025-02-28T10:18:29.057Z Downloaded sha3 v0.10.8
10512025-02-28T10:18:29.060Z Downloaded unsafe-libyaml v0.2.11
10522025-02-28T10:18:29.063Z Downloaded der_derive v0.7.3
10532025-02-28T10:18:29.068Z Downloaded tokio-stream v0.1.17
10542025-02-28T10:18:29.071Z Downloaded dropshot_endpoint v0.16.0
10552025-02-28T10:18:29.074Z Downloaded derive_more v0.99.19
10562025-02-28T10:18:29.079Z Downloaded unicode_categories v0.1.1
10572025-02-28T10:18:29.083Z Downloaded predicates-core v1.0.8
10582025-02-28T10:18:29.083Z Downloaded fs_extra v1.3.0
10592025-02-28T10:18:29.083Z Downloaded psl-types v2.0.11
10602025-02-28T10:18:29.086Z Downloaded sha1 v0.10.6
10612025-02-28T10:18:29.086Z Downloaded peg v0.8.4
10622025-02-28T10:18:29.089Z Downloaded pbkdf2 v0.12.2
10632025-02-28T10:18:29.089Z Downloaded pkcs8 v0.10.2
10642025-02-28T10:18:29.091Z Downloaded globset v0.4.15
10652025-02-28T10:18:29.091Z Downloaded sqlparser_derive v0.2.2
10662025-02-28T10:18:29.094Z Downloaded untrusted v0.7.1
10672025-02-28T10:18:29.094Z Downloaded itertools v0.13.0
10682025-02-28T10:18:29.099Z Downloaded itertools v0.10.5
10692025-02-28T10:18:29.105Z Downloaded aho-corasick v1.1.3
10702025-02-28T10:18:29.111Z Downloaded signature v2.2.0
10712025-02-28T10:18:29.113Z Downloaded signal-hook-tokio v0.3.1
10722025-02-28T10:18:29.113Z Downloaded rand_core v0.9.2
10732025-02-28T10:18:29.116Z Downloaded hashbrown v0.13.2
10742025-02-28T10:18:29.119Z Downloaded glob v0.3.2
10752025-02-28T10:18:29.122Z Downloaded flume v0.11.1
10762025-02-28T10:18:29.124Z Downloaded half v2.4.1
10772025-02-28T10:18:29.127Z Downloaded idna v1.0.3
10782025-02-28T10:18:29.130Z Downloaded semver v0.1.20
10792025-02-28T10:18:29.135Z Downloaded stringprep v0.1.5
10802025-02-28T10:18:29.135Z Downloaded string_cache v0.8.7
10812025-02-28T10:18:29.139Z Downloaded schemars_derive v0.8.22
10822025-02-28T10:18:29.139Z Downloaded hashbrown v0.14.5
10832025-02-28T10:18:29.142Z Downloaded precomputed-hash v0.1.1
10842025-02-28T10:18:29.142Z Downloaded phf_shared v0.11.2
10852025-02-28T10:18:29.145Z Downloaded phf_codegen v0.11.2
10862025-02-28T10:18:29.145Z Downloaded phf v0.11.2
10872025-02-28T10:18:29.145Z Downloaded rustc-demangle v0.1.24
10882025-02-28T10:18:29.148Z Downloaded rand_xorshift v0.3.0
10892025-02-28T10:18:29.148Z Downloaded zerocopy v0.6.6
10902025-02-28T10:18:29.152Z Downloaded toml_edit v0.19.15
10912025-02-28T10:18:29.164Z Downloaded owo-colors v4.2.0
10922025-02-28T10:18:29.167Z Downloaded encoding_rs v0.8.34
10932025-02-28T10:18:29.186Z Downloaded oso v0.27.3
10942025-02-28T10:18:29.189Z Downloaded tracing-core v0.1.32
10952025-02-28T10:18:29.192Z Downloaded darling_core v0.20.10
10962025-02-28T10:18:29.196Z Downloaded snafu v0.8.5
10972025-02-28T10:18:29.201Z Downloaded structmeta v0.3.0
10982025-02-28T10:18:29.204Z Downloaded spki v0.7.3
10992025-02-28T10:18:29.204Z Downloaded slog-stdlog v4.1.1
11002025-02-28T10:18:29.207Z Downloaded rustc_version v0.4.1
11012025-02-28T10:18:29.207Z Downloaded float-cmp v0.10.0
11022025-02-28T10:18:29.211Z Downloaded rsa v0.9.6
11032025-02-28T10:18:29.215Z Downloaded tinystr v0.7.6
11042025-02-28T10:18:29.215Z Downloaded backtrace v0.3.74
11052025-02-28T10:18:29.218Z Downloaded bytes v1.10.0
11062025-02-28T10:18:29.222Z Downloaded num-traits v0.2.19
11072025-02-28T10:18:29.225Z Downloaded yoke v0.7.4
11082025-02-28T10:18:29.227Z Downloaded ring v0.17.11
11092025-02-28T10:18:29.267Z Downloaded vergen v8.3.2
11102025-02-28T10:18:29.270Z Downloaded pkg-config v0.3.31
11112025-02-28T10:18:29.273Z Downloaded parking_lot_core v0.9.10
11122025-02-28T10:18:29.276Z Downloaded parking_lot v0.12.3
11132025-02-28T10:18:29.279Z Downloaded deranged v0.3.11
11142025-02-28T10:18:29.279Z Downloaded termcolor v1.4.1
11152025-02-28T10:18:29.279Z Downloaded libgit2-sys v0.17.0+1.8.1
11162025-02-28T10:18:29.334Z Downloaded parking_lot_core v0.8.6
11172025-02-28T10:18:29.337Z Downloaded parking_lot v0.11.2
11182025-02-28T10:18:29.340Z Downloaded universal-hash v0.5.1
11192025-02-28T10:18:29.340Z Downloaded tls_codec v0.4.1
11202025-02-28T10:18:29.342Z Downloaded termios v0.3.3
11212025-02-28T10:18:29.342Z Downloaded supports-color v3.0.2
11222025-02-28T10:18:29.345Z Downloaded subtle v2.6.1
11232025-02-28T10:18:29.345Z Downloaded strip-ansi-escapes v0.2.0
11242025-02-28T10:18:29.345Z Downloaded smf v0.2.3
11252025-02-28T10:18:29.347Z Downloaded siphasher v0.3.11
11262025-02-28T10:18:29.347Z Downloaded simd-adler32 v0.3.7
11272025-02-28T10:18:29.350Z Downloaded serde_plain v1.0.2
11282025-02-28T10:18:29.350Z Downloaded serde_path_to_error v0.1.16
11292025-02-28T10:18:29.352Z Downloaded uzers v0.12.1
11302025-02-28T10:18:29.355Z Downloaded toml v0.7.8
11312025-02-28T10:18:29.357Z Downloaded base64 v0.21.7
11322025-02-28T10:18:29.359Z Downloaded scheduled-thread-pool v0.2.7
11332025-02-28T10:18:29.362Z Downloaded futures-io v0.3.31
11342025-02-28T10:18:29.362Z Downloaded yasna v0.5.2
11352025-02-28T10:18:29.364Z Downloaded xattr v1.3.1
11362025-02-28T10:18:29.364Z Downloaded ref-cast-impl v1.0.23
11372025-02-28T10:18:29.367Z Downloaded typify v0.2.0
11382025-02-28T10:18:29.370Z Downloaded signal-hook v0.3.17
11392025-02-28T10:18:29.372Z Downloaded primeorder v0.13.6
11402025-02-28T10:18:29.372Z Downloaded zone v0.3.0
11412025-02-28T10:18:29.372Z Downloaded zone v0.1.8
11422025-02-28T10:18:29.375Z Downloaded xz2 v0.1.7
11432025-02-28T10:18:29.375Z Downloaded unicode-truncate v1.1.0
11442025-02-28T10:18:29.378Z Downloaded rustls-pemfile v2.2.0
11452025-02-28T10:18:29.378Z Downloaded icu_normalizer_data v1.5.0
11462025-02-28T10:18:29.380Z Downloaded heapless v0.7.17
11472025-02-28T10:18:29.383Z Downloaded async-bb8-diesel v0.2.1
11482025-02-28T10:18:29.385Z Downloaded crossbeam-utils v0.8.20
11492025-02-28T10:18:29.388Z Downloaded cookie v0.18.1
11502025-02-28T10:18:29.390Z Downloaded icu_locid_transform_data v1.5.0
11512025-02-28T10:18:29.393Z Downloaded hmac v0.12.1
11522025-02-28T10:18:29.393Z Downloaded crc-any v2.5.0
11532025-02-28T10:18:29.395Z Downloaded crossbeam-epoch v0.9.18
11542025-02-28T10:18:29.398Z Downloaded clang-sys v1.8.1
11552025-02-28T10:18:29.400Z Downloaded array-init v0.0.4
11562025-02-28T10:18:29.400Z Downloaded rustfmt-wrapper v0.2.1
11572025-02-28T10:18:29.404Z Downloaded radium v0.7.0
11582025-02-28T10:18:29.404Z Downloaded headers v0.4.0
11592025-02-28T10:18:29.407Z Downloaded allocator-api2 v0.2.18
11602025-02-28T10:18:29.409Z Downloaded hyper-staticfile v0.10.1
11612025-02-28T10:18:29.412Z Downloaded ciborium v0.2.2
11622025-02-28T10:18:29.414Z Downloaded hyper-rustls v0.27.3
11632025-02-28T10:18:29.417Z Downloaded cookie_store v0.21.1
11642025-02-28T10:18:29.419Z Downloaded bitfield v0.14.0
11652025-02-28T10:18:29.419Z Downloaded const_format_proc_macros v0.2.34
11662025-02-28T10:18:29.422Z Downloaded cancel-safe-futures v0.1.5
11672025-02-28T10:18:29.426Z Downloaded lru v0.12.5
11682025-02-28T10:18:29.426Z Downloaded libsw v3.4.0
11692025-02-28T10:18:29.429Z Downloaded libefi-sys v0.1.0
11702025-02-28T10:18:29.429Z Downloaded bzip2 v0.4.4
11712025-02-28T10:18:29.429Z Downloaded base64ct v1.6.0
11722025-02-28T10:18:29.431Z Downloaded proc-macro-error-attr2 v2.0.0
11732025-02-28T10:18:29.431Z Downloaded predicates-tree v1.0.11
11742025-02-28T10:18:29.432Z Downloaded console v0.15.10
11752025-02-28T10:18:29.434Z Downloaded bcrypt-pbkdf v0.10.0
11762025-02-28T10:18:29.437Z Downloaded backoff v0.4.0
11772025-02-28T10:18:29.439Z Downloaded indent_write v2.2.0
11782025-02-28T10:18:29.439Z Downloaded libsw-core v0.3.1
11792025-02-28T10:18:29.439Z Downloaded is-terminal v0.4.13
11802025-02-28T10:18:29.442Z Downloaded ahash v0.8.11
11812025-02-28T10:18:29.444Z Downloaded impl-trait-for-tuples v0.2.2
11822025-02-28T10:18:29.447Z Downloaded inout v0.1.3
11832025-02-28T10:18:29.447Z Downloaded indoc v2.0.5
11842025-02-28T10:18:29.449Z Downloaded buf-list v1.0.3
11852025-02-28T10:18:29.452Z Downloaded bit-set v0.8.0
11862025-02-28T10:18:29.452Z Downloaded bit-set v0.5.3
11872025-02-28T10:18:29.452Z Downloaded atty v0.2.14
11882025-02-28T10:18:29.455Z Downloaded linear-map v1.2.0
11892025-02-28T10:18:29.455Z Downloaded keccak v0.1.5
11902025-02-28T10:18:29.459Z Downloaded instability v0.3.2
11912025-02-28T10:18:29.459Z Downloaded lazycell v1.3.0
11922025-02-28T10:18:29.459Z Downloaded hyper-tls v0.6.0
11932025-02-28T10:18:29.462Z Downloaded home v0.5.9
11942025-02-28T10:18:29.462Z Downloaded crc-catalog v2.4.0
11952025-02-28T10:18:29.462Z Downloaded blowfish v0.9.1
11962025-02-28T10:18:29.462Z Downloaded bb8 v0.8.5
11972025-02-28T10:18:29.466Z Downloaded base16ct v0.2.0
11982025-02-28T10:18:29.466Z Downloaded hubpack v0.1.2
11992025-02-28T10:18:29.466Z Downloaded cexpr v0.6.0
12002025-02-28T10:18:29.469Z Downloaded heck v0.3.3
12012025-02-28T10:18:29.469Z Downloaded cassowary v0.3.0
12022025-02-28T10:18:29.469Z Downloaded bit-vec v0.8.0
12032025-02-28T10:18:29.472Z Downloaded cobs v0.2.3
12042025-02-28T10:18:29.472Z Downloaded ciborium-ll v0.2.2
12052025-02-28T10:18:29.472Z Downloaded arrayref v0.3.9
12062025-02-28T10:18:29.813Z Downloaded aws-lc-sys v0.26.0
12072025-02-28T10:18:30.130Z Compiling serde v1.0.218
12082025-02-28T10:18:30.133Z Compiling value-bag v1.9.0
12092025-02-28T10:18:30.133Z Compiling lock_api v0.4.12
12102025-02-28T10:18:30.133Z Compiling scopeguard v1.2.0
12112025-02-28T10:18:30.133Z Compiling typenum v1.17.0
12122025-02-28T10:18:30.133Z Compiling generic-array v0.14.7
12132025-02-28T10:18:30.324Z Compiling syn v2.0.98
12142025-02-28T10:18:30.341Z Compiling getrandom v0.2.15
12152025-02-28T10:18:30.497Z Compiling subtle v2.6.1
12162025-02-28T10:18:30.669Z Compiling rand_core v0.6.4
12172025-02-28T10:18:30.736Z Compiling log v0.4.22
12182025-02-28T10:18:30.824Z Compiling shlex v1.3.0
12192025-02-28T10:18:30.841Z Compiling jobserver v0.1.32
12202025-02-28T10:18:30.874Z Compiling smallvec v1.14.0
12212025-02-28T10:18:31.190Z Compiling const-oid v0.9.6
12222025-02-28T10:18:31.209Z Compiling pin-project-lite v0.2.14
12232025-02-28T10:18:31.209Z Compiling rustix v0.38.37
12242025-02-28T10:18:31.262Z Compiling cc v1.2.15
12252025-02-28T10:18:31.336Z Compiling parking_lot_core v0.9.10
12262025-02-28T10:18:31.453Z Compiling futures-core v0.3.31
12272025-02-28T10:18:31.610Z Compiling spin v0.9.8
12282025-02-28T10:18:31.699Z Compiling signal-hook-registry v1.4.2
12292025-02-28T10:18:31.958Z Compiling mio v1.0.2
12302025-02-28T10:18:32.218Z Compiling aho-corasick v1.1.3
12312025-02-28T10:18:32.507Z Compiling parking_lot v0.12.3
12322025-02-28T10:18:32.562Z Compiling either v1.14.0
12332025-02-28T10:18:32.631Z Compiling stable_deref_trait v1.2.0
12342025-02-28T10:18:32.754Z Compiling futures-sink v0.3.31
12352025-02-28T10:18:32.925Z Compiling regex-syntax v0.8.5
12362025-02-28T10:18:32.994Z Compiling cpufeatures v0.2.14
12372025-02-28T10:18:33.109Z Compiling socket2 v0.5.8
12382025-02-28T10:18:33.127Z Compiling slab v0.4.9
12392025-02-28T10:18:33.308Z Compiling glob v0.3.2
12402025-02-28T10:18:33.377Z Compiling prettyplease v0.2.29
12412025-02-28T10:18:33.806Z Compiling lazy_static v1.5.0
12422025-02-28T10:18:33.952Z Compiling serde_json v1.0.139
12432025-02-28T10:18:33.974Z Compiling minimal-lexical v0.2.1
12442025-02-28T10:18:34.015Z Compiling futures-channel v0.3.31
12452025-02-28T10:18:34.224Z Compiling clang-sys v1.8.1
12462025-02-28T10:18:34.324Z Compiling libloading v0.8.5
12472025-02-28T10:18:34.440Z Compiling nom v7.1.3
12482025-02-28T10:18:34.481Z Compiling futures-task v0.3.31
12492025-02-28T10:18:34.726Z Compiling futures-io v0.3.31
12502025-02-28T10:18:34.785Z Compiling bindgen v0.69.5
12512025-02-28T10:18:34.984Z Compiling home v0.5.9
12522025-02-28T10:18:35.003Z Compiling pin-utils v0.1.0
12532025-02-28T10:18:35.215Z Compiling itertools v0.12.1
12542025-02-28T10:18:35.298Z Compiling allocator-api2 v0.2.18
12552025-02-28T10:18:35.661Z Compiling foldhash v0.1.3
12562025-02-28T10:18:35.993Z Compiling libm v0.2.8
12572025-02-28T10:18:36.049Z Compiling lazycell v1.3.0
12582025-02-28T10:18:36.230Z Compiling rustc-hash v1.1.0
12592025-02-28T10:18:36.375Z Compiling hashbrown v0.15.1
12602025-02-28T10:18:36.397Z Compiling cmake v0.1.51
12612025-02-28T10:18:36.994Z Compiling regex-automata v0.4.8
12622025-02-28T10:18:37.287Z Compiling num-traits v0.2.19
12632025-02-28T10:18:37.618Z Compiling cexpr v0.6.0
12642025-02-28T10:18:37.644Z Compiling pkg-config v0.3.31
12652025-02-28T10:18:37.903Z Compiling synstructure v0.13.1
12662025-02-28T10:18:38.880Z Compiling dunce v1.0.5
12672025-02-28T10:18:38.989Z Compiling fs_extra v1.3.0
12682025-02-28T10:18:39.245Z Compiling getrandom v0.3.1
12692025-02-28T10:18:39.266Z Compiling writeable v0.5.5
12702025-02-28T10:18:39.535Z Compiling litemap v0.7.3
12712025-02-28T10:18:39.785Z Compiling ring v0.17.11
12722025-02-28T10:18:39.913Z Compiling paste v1.0.15
12732025-02-28T10:18:39.972Z Compiling base64ct v1.6.0
12742025-02-28T10:18:40.468Z Compiling pem-rfc7468 v0.7.0
12752025-02-28T10:18:40.922Z Compiling httparse v1.9.5
12762025-02-28T10:18:41.043Z Compiling aws-lc-rs v1.12.4
12772025-02-28T10:18:41.107Z Compiling flagset v0.4.6
12782025-02-28T10:18:41.317Z Compiling icu_locid_transform_data v1.5.0
12792025-02-28T10:18:41.469Z Compiling tracing-core v0.1.32
12802025-02-28T10:18:41.666Z Compiling rustls-pki-types v1.10.0
12812025-02-28T10:18:42.135Z Compiling icu_properties_data v1.5.0
12822025-02-28T10:18:42.379Z Compiling regex v1.11.1
12832025-02-28T10:18:42.407Z Compiling crossbeam-utils v0.8.20
12842025-02-28T10:18:42.546Z Compiling percent-encoding v2.3.1
12852025-02-28T10:18:42.695Z Compiling serde_derive v1.0.218
12862025-02-28T10:18:42.831Z Compiling zeroize_derive v1.4.2
12872025-02-28T10:18:42.923Z Compiling zerocopy-derive v0.7.35
12882025-02-28T10:18:43.217Z Compiling tokio-macros v2.5.0
12892025-02-28T10:18:43.284Z Compiling zerofrom-derive v0.1.4
12902025-02-28T10:18:44.143Z Compiling zeroize v1.8.1
12912025-02-28T10:18:44.597Z Compiling yoke-derive v0.7.4
12922025-02-28T10:18:44.743Z Compiling zerocopy v0.7.35
12932025-02-28T10:18:45.239Z Compiling futures-macro v0.3.31
12942025-02-28T10:18:45.715Z Compiling crypto-common v0.1.6
12952025-02-28T10:18:45.955Z Compiling block-buffer v0.10.4
12962025-02-28T10:18:46.075Z Compiling zerovec-derive v0.10.3
12972025-02-28T10:18:46.234Z Compiling digest v0.10.7
12982025-02-28T10:18:46.631Z Compiling zerofrom v0.1.4
12992025-02-28T10:18:46.719Z Compiling thiserror-impl v1.0.69
13002025-02-28T10:18:46.838Z Compiling hmac v0.12.1
13012025-02-28T10:18:46.986Z Compiling futures-util v0.3.31
13022025-02-28T10:18:47.081Z Compiling yoke v0.7.4
13032025-02-28T10:18:47.167Z Compiling displaydoc v0.2.5
13042025-02-28T10:18:47.322Z Compiling block-padding v0.3.3
13052025-02-28T10:18:47.462Z Compiling ppv-lite86 v0.2.20
13062025-02-28T10:18:47.575Z Compiling inout v0.1.3
13072025-02-28T10:18:47.855Z Compiling cipher v0.4.4
13082025-02-28T10:18:48.209Z Compiling sha2 v0.10.8
13092025-02-28T10:18:48.336Z Compiling icu_provider_macros v1.5.0
13102025-02-28T10:18:48.463Z Compiling zerovec v0.10.4
13112025-02-28T10:18:48.671Z Compiling der_derive v0.7.3
13122025-02-28T10:18:49.405Z Compiling tracing-attributes v0.1.27
13132025-02-28T10:18:49.529Z Compiling thiserror v1.0.69
13142025-02-28T10:18:49.654Z Compiling pest v2.7.14
13152025-02-28T10:18:50.370Z Compiling tinystr v0.7.6
13162025-02-28T10:18:50.740Z Compiling icu_locid v1.5.0
13172025-02-28T10:18:50.767Z Compiling der v0.7.9
13182025-02-28T10:18:51.678Z Compiling icu_collections v1.5.0
13192025-02-28T10:18:51.701Z Compiling salsa20 v0.10.2
13202025-02-28T10:18:51.925Z Compiling icu_provider v1.5.0
13212025-02-28T10:18:52.114Z Compiling pbkdf2 v0.12.2
13222025-02-28T10:18:52.337Z Compiling time-core v0.1.2
13232025-02-28T10:18:52.483Z Compiling tracing v0.1.40
13242025-02-28T10:18:52.538Z Compiling untrusted v0.9.0
13252025-02-28T10:18:52.608Z Compiling icu_normalizer_data v1.5.0
13262025-02-28T10:18:52.727Z Compiling icu_locid_transform v1.5.0
13272025-02-28T10:18:52.748Z Compiling untrusted v0.7.1
13282025-02-28T10:18:52.750Z Compiling write16 v1.0.0
13292025-02-28T10:18:52.923Z Compiling spki v0.7.3
13302025-02-28T10:18:52.945Z Compiling vcpkg v0.2.15
13312025-02-28T10:18:52.966Z Compiling utf8_iter v1.0.4
13322025-02-28T10:18:52.969Z Compiling powerfmt v0.2.0
13332025-02-28T10:18:53.003Z Compiling num-conv v0.1.0
13342025-02-28T10:18:53.214Z Compiling utf16_iter v1.0.5
13352025-02-28T10:18:53.267Z Compiling deranged v0.3.11
13362025-02-28T10:18:53.300Z Compiling time-macros v0.2.18
13372025-02-28T10:18:53.731Z Compiling scrypt v0.11.0
13382025-02-28T10:18:54.251Z Compiling icu_properties v1.5.1
13392025-02-28T10:18:54.536Z Compiling pest_meta v2.7.14
13402025-02-28T10:18:54.685Z Compiling cbc v0.1.2
13412025-02-28T10:18:54.695Z Compiling openssl-sys v0.9.106
13422025-02-28T10:18:54.927Z Compiling bitflags v2.6.0
13432025-02-28T10:18:55.024Z Compiling bytes v1.10.0
13442025-02-28T10:18:55.762Z Compiling semver v1.0.25
13452025-02-28T10:18:56.281Z Compiling tokio v1.43.0
13462025-02-28T10:18:56.449Z Compiling indexmap v2.7.1
13472025-02-28T10:18:56.475Z Compiling http v1.2.0
13482025-02-28T10:18:57.613Z Compiling rustc_version v0.4.1
13492025-02-28T10:18:57.869Z Compiling icu_normalizer v1.5.0
13502025-02-28T10:18:57.936Z Compiling aes v0.8.4
13512025-02-28T10:18:58.280Z Compiling scroll_derive v0.12.0
13522025-02-28T10:18:58.627Z Compiling atomic-waker v1.1.2
13532025-02-28T10:18:58.806Z Compiling tinyvec_macros v0.1.1
13542025-02-28T10:18:58.826Z Compiling num_threads v0.1.7
13552025-02-28T10:18:58.845Z Compiling idna_adapter v1.2.0
13562025-02-28T10:18:58.912Z Compiling tinyvec v1.8.0
13572025-02-28T10:18:58.961Z Compiling time v0.3.36
13582025-02-28T10:18:59.075Z Compiling which v4.4.2
13592025-02-28T10:18:59.631Z Compiling pkcs5 v0.7.1
13602025-02-28T10:18:59.656Z Compiling scroll v0.12.0
13612025-02-28T10:19:00.114Z Compiling http-body v1.0.1
13622025-02-28T10:19:00.182Z Compiling pest_generator v2.7.14
13632025-02-28T10:19:00.381Z Compiling rand_chacha v0.3.1
13642025-02-28T10:19:00.591Z Compiling form_urlencoded v1.2.1
13652025-02-28T10:19:00.677Z Compiling zerocopy v0.8.10
13662025-02-28T10:19:00.696Z Compiling slog v2.7.0
13672025-02-28T10:19:00.901Z Compiling try-lock v0.2.5
13682025-02-28T10:19:01.076Z Compiling want v0.3.1
13692025-02-28T10:19:01.289Z Compiling goblin v0.8.2
13702025-02-28T10:19:01.350Z Compiling rand v0.8.5
13712025-02-28T10:19:01.577Z Compiling pkcs8 v0.10.2
13722025-02-28T10:19:01.987Z Compiling pest_derive v2.7.14
13732025-02-28T10:19:02.267Z Compiling idna v1.0.3
13742025-02-28T10:19:02.668Z Compiling uuid v1.15.1
13752025-02-28T10:19:02.830Z Compiling zerocopy-derive v0.8.10
13762025-02-28T10:19:03.430Z Compiling httpdate v1.0.3
13772025-02-28T10:19:03.530Z Compiling iana-time-zone v0.1.61
13782025-02-28T10:19:03.815Z Compiling tower-service v0.3.3
13792025-02-28T10:19:03.861Z Compiling chrono v0.4.40
13802025-02-28T10:19:03.917Z Compiling dtrace-parser v0.2.0
13812025-02-28T10:19:04.236Z Compiling serde_spanned v0.6.8
13822025-02-28T10:19:04.486Z Compiling tokio-util v0.7.13
13832025-02-28T10:19:04.695Z Compiling serde_tokenstream v0.2.2
13842025-02-28T10:19:05.281Z Compiling toml_datetime v0.6.8
13852025-02-28T10:19:05.453Z Compiling h2 v0.4.6
13862025-02-28T10:19:05.688Z Compiling openssl v0.10.71
13872025-02-28T10:19:05.745Z Compiling match_cfg v0.1.0
13882025-02-28T10:19:05.856Z Compiling foreign-types-shared v0.1.1
13892025-02-28T10:19:05.988Z Compiling base64 v0.22.1
13902025-02-28T10:19:06.139Z Compiling rustversion v1.0.17
13912025-02-28T10:19:06.657Z Compiling adler2 v2.0.0
13922025-02-28T10:19:06.870Z Compiling miniz_oxide v0.8.5
13932025-02-28T10:19:06.921Z Compiling foreign-types v0.3.2
13942025-02-28T10:19:07.071Z Compiling dof v0.3.0
13952025-02-28T10:19:07.166Z Compiling hostname v0.3.1
13962025-02-28T10:19:07.391Z Compiling url v2.5.3
13972025-02-28T10:19:08.477Z Compiling usdt-impl v0.5.0
13982025-02-28T10:19:08.794Z Compiling rand_core v0.9.2
13992025-02-28T10:19:09.163Z Compiling openssl-macros v0.1.1
14002025-02-28T10:19:09.234Z Compiling async-trait v0.1.86
14012025-02-28T10:19:09.352Z Compiling serde_derive_internals v0.29.1
14022025-02-28T10:19:09.804Z Compiling dirs-sys-next v0.1.2
14032025-02-28T10:19:09.867Z Compiling siphasher v0.3.11
14042025-02-28T10:19:10.055Z Compiling rustls v0.23.19
14052025-02-28T10:19:10.237Z Compiling rustls v0.22.4
14062025-02-28T10:19:10.335Z Compiling syn v1.0.109
14072025-02-28T10:19:10.362Z Compiling data-encoding v2.6.0
14082025-02-28T10:19:10.391Z Compiling native-tls v0.2.12
14092025-02-28T10:19:10.542Z Compiling schemars v0.8.22
14102025-02-28T10:19:10.816Z Compiling dirs-next v2.0.0
14112025-02-28T10:19:10.987Z Compiling rand_chacha v0.9.0
14122025-02-28T10:19:11.604Z Compiling schemars_derive v0.8.22
14132025-02-28T10:19:11.654Z Compiling http-body-util v0.1.2
14142025-02-28T10:19:12.222Z Compiling unicode-normalization v0.1.24
14152025-02-28T10:19:12.291Z Compiling heapless v0.7.17
14162025-02-28T10:19:12.312Z Compiling crossbeam-epoch v0.9.18
14172025-02-28T10:19:12.743Z Compiling hyper v1.6.0
14182025-02-28T10:19:12.980Z Compiling signature v2.2.0
14192025-02-28T10:19:13.155Z Compiling sha1 v0.10.6
14202025-02-28T10:19:13.267Z Compiling bzip2-sys v0.1.11+1.0.8
14212025-02-28T10:19:13.314Z Compiling thread_local v1.1.8
14222025-02-28T10:19:13.591Z Compiling multer v3.1.0
14232025-02-28T10:19:13.776Z Compiling encoding_rs v0.8.34
14242025-02-28T10:19:13.811Z Compiling cookie v0.18.1
14252025-02-28T10:19:13.921Z Compiling gimli v0.31.1
14262025-02-28T10:19:14.137Z Compiling signal-hook v0.3.17
14272025-02-28T10:19:14.439Z Compiling unicode-properties v0.1.3
14282025-02-28T10:19:14.579Z Compiling dyn-clone v1.0.18
14292025-02-28T10:19:14.806Z Compiling rayon-core v1.12.1
14302025-02-28T10:19:14.836Z Compiling slog-async v2.8.0
14312025-02-28T10:19:15.108Z Compiling hyper-util v0.1.10
14322025-02-28T10:19:15.271Z Compiling unicode-bidi v0.3.17
14332025-02-28T10:19:15.340Z Compiling mime v0.3.17
14342025-02-28T10:19:15.865Z Compiling ipnet v2.11.0
14352025-02-28T10:19:16.262Z Compiling openssl-probe v0.1.5
14362025-02-28T10:19:16.552Z Compiling stringprep v0.1.5
14372025-02-28T10:19:16.904Z Compiling toml_edit v0.22.24
14382025-02-28T10:19:17.956Z Compiling crossbeam-deque v0.8.5
14392025-02-28T10:19:17.979Z Compiling rand v0.9.0
14402025-02-28T10:19:18.300Z Compiling addr2line v0.24.2
14412025-02-28T10:19:18.723Z Compiling term v0.7.0
14422025-02-28T10:19:18.908Z Compiling usdt-macro v0.5.0
14432025-02-28T10:19:19.429Z Compiling usdt-attr-macro v0.5.0
14442025-02-28T10:19:19.590Z Compiling slog-json v2.6.1
14452025-02-28T10:19:19.915Z Compiling serde_urlencoded v0.7.1
14462025-02-28T10:19:19.945Z Compiling curve25519-dalek v4.1.3
14472025-02-28T10:19:20.267Z Compiling crossbeam-channel v0.5.13
14482025-02-28T10:19:20.400Z Compiling enum-as-inner v0.6.1
14492025-02-28T10:19:20.424Z Compiling futures-executor v0.3.31
14502025-02-28T10:19:20.640Z Compiling md-5 v0.10.6
14512025-02-28T10:19:20.928Z Compiling async-stream-impl v0.3.6
14522025-02-28T10:19:20.948Z Compiling rustls-pemfile v2.2.0
14532025-02-28T10:19:20.968Z Compiling num-integer v0.1.46
14542025-02-28T10:19:21.259Z Compiling hash32 v0.2.1
14552025-02-28T10:19:21.293Z Compiling ff v0.13.0
14562025-02-28T10:19:21.360Z Compiling is-terminal v0.4.13
14572025-02-28T10:19:21.500Z Compiling object v0.36.5
14582025-02-28T10:19:21.520Z Compiling memoffset v0.9.1
14592025-02-28T10:19:21.627Z Compiling dropshot v0.12.0
14602025-02-28T10:19:21.652Z Compiling fallible-iterator v0.2.0
14612025-02-28T10:19:21.845Z Compiling linked-hash-map v0.5.6
14622025-02-28T10:19:21.963Z Compiling base16ct v0.2.0
14632025-02-28T10:19:22.157Z Compiling cfg_aliases v0.2.1
14642025-02-28T10:19:22.213Z Compiling litrs v0.4.1
14652025-02-28T10:19:22.274Z Compiling smoltcp v0.9.1
14662025-02-28T10:19:22.295Z Compiling take_mut v0.2.2
14672025-02-28T10:19:22.351Z Compiling anyhow v1.0.96
14682025-02-28T10:19:22.469Z Compiling quick-error v1.2.3
14692025-02-28T10:19:22.639Z Compiling num-bigint-dig v0.8.4
14702025-02-28T10:19:22.929Z Compiling rustc-demangle v0.1.24
14712025-02-28T10:19:22.949Z Compiling psl-types v2.0.11
14722025-02-28T10:19:22.969Z Compiling portable-atomic v1.9.0
14732025-02-28T10:19:23.154Z Compiling utf-8 v0.7.6
14742025-02-28T10:19:23.312Z Compiling document-features v0.2.10
14752025-02-28T10:19:23.476Z Compiling tungstenite v0.24.0
14762025-02-28T10:19:23.817Z Compiling publicsuffix v2.3.0
14772025-02-28T10:19:24.087Z Compiling resolv-conf v0.7.0
14782025-02-28T10:19:24.448Z Compiling postgres-protocol v0.6.8
14792025-02-28T10:19:24.480Z Compiling nix v0.29.0
14802025-02-28T10:19:24.736Z Compiling sec1 v0.7.3
14812025-02-28T10:19:25.135Z Compiling lru-cache v0.1.2
14822025-02-28T10:19:25.277Z Compiling async-stream v0.3.6
14832025-02-28T10:19:25.462Z Compiling usdt v0.5.0
14842025-02-28T10:19:25.513Z Compiling group v0.13.0
14852025-02-28T10:19:25.560Z Compiling slog-term v2.9.1
14862025-02-28T10:19:25.670Z Compiling num-iter v0.1.45
14872025-02-28T10:19:25.833Z Compiling hickory-proto v0.24.4
14882025-02-28T10:19:25.879Z Compiling futures v0.3.31
14892025-02-28T10:19:26.004Z Compiling toml v0.8.20
14902025-02-28T10:19:26.043Z Compiling slog-bunyan v2.5.0
14912025-02-28T10:19:27.492Z Compiling camino v1.1.9
14922025-02-28T10:19:27.641Z Compiling tokio-native-tls v0.3.1
14932025-02-28T10:19:27.902Z Compiling phf_shared v0.11.2
14942025-02-28T10:19:27.929Z Compiling dropshot_endpoint v0.12.0
14952025-02-28T10:19:28.282Z Compiling backtrace v0.3.74
14962025-02-28T10:19:28.321Z Compiling terminal_size v0.4.0
14972025-02-28T10:19:28.324Z Compiling waitgroup v0.1.2
14982025-02-28T10:19:28.552Z Compiling openapiv3 v2.0.0
14992025-02-28T10:19:28.575Z Compiling serde_path_to_error v0.1.16
15002025-02-28T10:19:28.710Z Compiling hkdf v0.12.4
15012025-02-28T10:19:28.990Z Compiling crypto-bigint v0.5.5
15022025-02-28T10:19:29.361Z Compiling curve25519-dalek-derive v0.1.1
15032025-02-28T10:19:30.754Z Compiling hubpack_derive v0.1.1
15042025-02-28T10:19:30.786Z Compiling zerocopy-derive v0.6.6
15052025-02-28T10:19:31.155Z Compiling webpki-roots v0.26.6
15062025-02-28T10:19:31.374Z Compiling sync_wrapper v1.0.1
15072025-02-28T10:19:31.546Z Compiling hostname v0.4.0
15082025-02-28T10:19:31.653Z Compiling crc32fast v1.4.2
15092025-02-28T10:19:31.773Z Compiling fs-err v2.11.0
15102025-02-28T10:19:32.001Z Compiling ahash v0.8.11
15112025-02-28T10:19:32.058Z Compiling managed v0.8.0
15122025-02-28T10:19:32.124Z Compiling tower-layer v0.3.3
15132025-02-28T10:19:32.379Z Compiling debug-ignore v1.0.5
15142025-02-28T10:19:32.420Z Compiling newtype-uuid v1.2.1
15152025-02-28T10:19:32.506Z Compiling winnow v0.5.40
15162025-02-28T10:19:32.555Z Compiling unicode-width v0.2.0
15172025-02-28T10:19:32.663Z Compiling zerocopy v0.6.6
15182025-02-28T10:19:32.767Z Compiling clap_builder v4.5.31
15192025-02-28T10:19:33.083Z Compiling console v0.15.10
15202025-02-28T10:19:33.474Z Compiling tower v0.5.2
15212025-02-28T10:19:34.388Z Compiling strum_macros v0.25.3
15222025-02-28T10:19:34.461Z Compiling elliptic-curve v0.13.8
15232025-02-28T10:19:34.483Z Compiling flate2 v1.1.0
15242025-02-28T10:19:34.817Z Compiling hubpack v0.1.2
15252025-02-28T10:19:34.981Z Compiling hickory-resolver v0.24.4
15262025-02-28T10:19:35.365Z Compiling phf v0.11.2
15272025-02-28T10:19:35.645Z Compiling toml_edit v0.19.15
15282025-02-28T10:19:35.887Z Compiling signal-hook-mio v0.2.4
15292025-02-28T10:19:36.022Z Compiling hyper-tls v0.6.0
15302025-02-28T10:19:36.066Z Compiling rayon v1.10.0
15312025-02-28T10:19:36.450Z Compiling cookie_store v0.21.1
15322025-02-28T10:19:37.917Z Compiling bzip2 v0.4.4
15332025-02-28T10:19:38.467Z Compiling postgres-types v0.2.9
15342025-02-28T10:19:39.774Z Compiling tokio-tungstenite v0.24.0
15352025-02-28T10:19:40.403Z Compiling ed25519 v2.2.3
15362025-02-28T10:19:40.516Z Compiling phf_shared v0.10.0
15372025-02-28T10:19:40.537Z Compiling tokio-stream v0.1.17
15382025-02-28T10:19:40.912Z Compiling pkcs1 v0.7.5
15392025-02-28T10:19:41.543Z Compiling serde-big-array v0.5.1
15402025-02-28T10:19:41.564Z Compiling clap_derive v4.5.28
15412025-02-28T10:19:41.794Z Compiling rfc6979 v0.4.0
15422025-02-28T10:19:41.815Z Compiling serde_repr v0.1.19
15432025-02-28T10:19:41.998Z Compiling derive-where v1.2.7
15442025-02-28T10:19:42.210Z Compiling bstr v1.10.0
15452025-02-28T10:19:42.615Z Compiling float-cmp v0.10.0
15462025-02-28T10:19:42.849Z Compiling normalize-line-endings v0.3.0
15472025-02-28T10:19:42.931Z Compiling number_prefix v0.4.0
15482025-02-28T10:19:42.996Z Compiling unicode-segmentation v1.12.0
15492025-02-28T10:19:43.163Z Compiling whoami v1.5.2
15502025-02-28T10:19:43.293Z Compiling static_assertions v1.1.0
15512025-02-28T10:19:43.405Z Compiling predicates-core v1.0.8
15522025-02-28T10:19:43.705Z Compiling difflib v0.4.0
15532025-02-28T10:19:43.736Z Compiling bit-vec v0.6.3
15542025-02-28T10:19:43.789Z Compiling fixedbitset v0.4.2
15552025-02-28T10:19:43.859Z Compiling precomputed-hash v0.1.1
15562025-02-28T10:19:43.996Z Compiling new_debug_unreachable v1.0.6
15572025-02-28T10:19:44.107Z Compiling string_cache v0.8.7
15582025-02-28T10:19:44.140Z Compiling petgraph v0.6.5
15592025-02-28T10:19:44.219Z Compiling predicates v3.1.3
15602025-02-28T10:19:44.543Z Compiling bit-set v0.5.3
15612025-02-28T10:19:44.848Z Compiling similar v2.6.0
15622025-02-28T10:19:45.009Z Compiling tokio-postgres v0.7.13
15632025-02-28T10:19:45.182Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15642025-02-28T10:19:45.677Z Compiling indicatif v0.17.11
15652025-02-28T10:19:46.005Z Compiling clap v4.5.31
15662025-02-28T10:19:46.141Z Compiling ecdsa v0.16.9
15672025-02-28T10:19:46.839Z Compiling rsa v0.9.6
15682025-02-28T10:19:46.988Z Compiling ed25519-dalek v2.1.1
15692025-02-28T10:19:47.717Z Compiling toml v0.7.8
15702025-02-28T10:19:48.323Z Compiling zip v0.6.6
15712025-02-28T10:19:49.133Z Compiling crossterm v0.28.1
15722025-02-28T10:19:50.426Z Compiling hex v0.4.3
15732025-02-28T10:19:50.632Z Compiling x509-cert v0.2.5
15742025-02-28T10:19:50.653Z Compiling itertools v0.10.5
15752025-02-28T10:19:51.021Z Compiling unicode-xid v0.2.6
15762025-02-28T10:19:51.222Z Compiling peg-runtime v0.8.3
15772025-02-28T10:19:51.525Z Compiling lalrpop-util v0.19.12
15782025-02-28T10:19:51.814Z Compiling strum_macros v0.26.4
15792025-02-28T10:19:51.900Z Compiling xattr v1.3.1
15802025-02-28T10:19:52.171Z Compiling filetime v0.2.25
15812025-02-28T10:19:52.443Z Compiling tar v0.4.44
15822025-02-28T10:19:56.366Z Compiling strum v0.26.3
15832025-02-28T10:19:59.106Z Compiling aws-lc-sys v0.26.0
15842025-02-28T10:20:33.012Z Compiling rustls-webpki v0.102.8
15852025-02-28T10:20:36.298Z Compiling tokio-rustls v0.25.0
15862025-02-28T10:20:38.010Z Compiling tokio-rustls v0.26.0
15872025-02-28T10:20:38.326Z Compiling hyper-rustls v0.27.3
15882025-02-28T10:20:38.664Z Compiling reqwest v0.12.12
15892025-02-28T10:20:39.959Z Compiling qorb v0.2.1
15902025-02-28T10:20:46.857Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15912025-02-28T10:20:46.857Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15922025-02-28T10:20:47.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
15932025-02-28T10:20:48.008Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15942025-02-28T10:20:48.060ZFeb 28 10:20:47.626 INFO Starting download, target: Clickhouse
15952025-02-28T10:20:48.060ZFeb 28 10:20:47.626 INFO Starting download, target: Cockroach
15962025-02-28T10:20:48.061ZFeb 28 10:20:47.626 INFO Starting download, target: Console
15972025-02-28T10:20:48.061ZFeb 28 10:20:47.626 INFO Starting download, target: DendriteOpenapi
15982025-02-28T10:20:48.061ZFeb 28 10:20:47.626 INFO Starting download, target: DendriteStub
15992025-02-28T10:20:48.088ZFeb 28 10:20:47.626 INFO Starting download, target: MaghemiteMgd
16002025-02-28T10:20:48.089ZFeb 28 10:20:47.626 INFO Starting download, target: TransceiverControl
16012025-02-28T10:20:48.089ZFeb 28 10:20:47.627 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16022025-02-28T10:20:48.089ZFeb 28 10:20:47.627 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16032025-02-28T10:20:48.089ZFeb 28 10:20:47.627 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16042025-02-28T10:20:48.089ZFeb 28 10:20:47.627 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16052025-02-28T10:20:48.089ZFeb 28 10:20:47.627 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16062025-02-28T10:20:48.089ZFeb 28 10:20:47.627 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16072025-02-28T10:20:48.089ZFeb 28 10:20:47.627 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16082025-02-28T10:20:48.281ZFeb 28 10:20:47.845 INFO Download complete, target: DendriteOpenapi
16092025-02-28T10:20:48.413ZFeb 28 10:20:47.970 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16102025-02-28T10:20:48.669ZFeb 28 10:20:48.218 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16112025-02-28T10:20:48.863ZFeb 28 10:20:48.426 INFO Download complete, target: TransceiverControl
16122025-02-28T10:20:48.998ZFeb 28 10:20:48.561 INFO Download complete, target: Console
16132025-02-28T10:20:49.079ZFeb 28 10:20:48.643 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16142025-02-28T10:20:49.085ZFeb 28 10:20:48.650 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16152025-02-28T10:20:49.825ZFeb 28 10:20:49.392 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16162025-02-28T10:20:49.826ZFeb 28 10:20:49.392 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16172025-02-28T10:20:50.212ZFeb 28 10:20:49.777 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16182025-02-28T10:20:51.553ZFeb 28 10:20:51.119 INFO Download complete, target: DendriteStub
16192025-02-28T10:20:51.567ZFeb 28 10:20:51.133 INFO Download complete, target: MaghemiteMgd
16202025-02-28T10:20:56.304ZFeb 28 10:20:55.869 INFO Checking that binary works, target: Cockroach
16212025-02-28T10:20:56.632ZFeb 28 10:20:56.197 INFO Download complete, target: Cockroach
16222025-02-28T10:21:00.870ZFeb 28 10:21:00.435 INFO Checking that binary works, target: Clickhouse
16232025-02-28T10:21:01.197ZFeb 28 10:21:00.763 INFO Download complete, target: Clickhouse
16242025-02-28T10:21:01.208ZAll prerequisites installed successfully
16252025-02-28T10:21:01.212Z
16262025-02-28T10:21:01.212Zreal 5:47.754522650
16272025-02-28T10:21:01.212Zuser 15:47.630606272
16282025-02-28T10:21:01.212Zsys 2:10.192112414
16292025-02-28T10:21:01.212Ztrap 0.579914425
16302025-02-28T10:21:01.212Ztflt 5.259590703
16312025-02-28T10:21:01.212Zdflt 3.453010270
16322025-02-28T10:21:01.212Zkflt 0.073172202
16332025-02-28T10:21:01.212Zlock 24:26.524288346
16342025-02-28T10:21:01.212Zslp 58:56.382473102
16352025-02-28T10:21:01.212Zlat 59.354445141
16362025-02-28T10:21:01.212Zstop 2:28.279855198
16372025-02-28T10:21:01.212Z+ ptime -m cargo xtask download softnpu
16382025-02-28T10:21:01.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16392025-02-28T10:21:01.856Z Running `target/debug/xtask download softnpu`
16402025-02-28T10:21:02.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
16412025-02-28T10:21:02.829Z Running `target/debug/xtask-downloader softnpu`
16422025-02-28T10:21:02.866ZFeb 28 10:21:02.431 INFO Starting download, target: Softnpu
16432025-02-28T10:21:02.888ZFeb 28 10:21:02.431 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16442025-02-28T10:21:03.473ZFeb 28 10:21:03.038 INFO Download complete, target: Softnpu
16452025-02-28T10:21:03.477Z
16462025-02-28T10:21:03.482Zreal 2.260245091
16472025-02-28T10:21:03.482Zuser 1.404899201
16482025-02-28T10:21:03.482Zsys 0.591096631
16492025-02-28T10:21:03.482Ztrap 0.000872921
16502025-02-28T10:21:03.482Ztflt 0.000028362
16512025-02-28T10:21:03.482Zdflt 0.000034010
16522025-02-28T10:21:03.482Zkflt 0.000000000
16532025-02-28T10:21:03.482Zlock 6.106133912
16542025-02-28T10:21:03.482Zslp 0.420908416
16552025-02-28T10:21:03.483Zlat 0.065946464
16562025-02-28T10:21:03.483Zstop 0.000374360
16572025-02-28T10:21:03.483Z+ export CARGO_INCREMENTAL=0
16582025-02-28T10:21:03.483Z+ CARGO_INCREMENTAL=0
16592025-02-28T10:21:03.483Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16602025-02-28T10:21:04.524Z Compiling proc-macro2 v1.0.93
16612025-02-28T10:21:04.524Z Compiling unicode-ident v1.0.14
16622025-02-28T10:21:04.529Z Compiling libc v0.2.170
16632025-02-28T10:21:04.529Z Compiling serde v1.0.218
16642025-02-28T10:21:04.529Z Compiling autocfg v1.4.0
16652025-02-28T10:21:04.529Z Compiling version_check v0.9.5
16662025-02-28T10:21:04.529Z Compiling cfg-if v1.0.0
16672025-02-28T10:21:04.810Z Compiling memchr v2.7.4
16682025-02-28T10:21:04.867Z Compiling typenum v1.17.0
16692025-02-28T10:21:04.891Z Compiling shlex v1.3.0
16702025-02-28T10:21:05.252Z Compiling value-bag v1.9.0
16712025-02-28T10:21:05.291Z Compiling generic-array v0.14.7
16722025-02-28T10:21:05.398Z Compiling lock_api v0.4.12
16732025-02-28T10:21:05.603Z Compiling log v0.4.22
16742025-02-28T10:21:05.712Z Compiling scopeguard v1.2.0
16752025-02-28T10:21:05.894Z Compiling parking_lot_core v0.9.10
16762025-02-28T10:21:06.026Z Compiling serde_json v1.0.139
16772025-02-28T10:21:06.316Z Compiling quote v1.0.38
16782025-02-28T10:21:06.343Z Compiling once_cell v1.20.3
16792025-02-28T10:21:06.363Z Compiling libm v0.2.8
16802025-02-28T10:21:06.389Z Compiling rustix v0.38.37
16812025-02-28T10:21:06.570Z Compiling jobserver v0.1.32
16822025-02-28T10:21:06.726Z Compiling syn v2.0.98
16832025-02-28T10:21:06.744Z Compiling getrandom v0.2.15
16842025-02-28T10:21:06.912Z Compiling aho-corasick v1.1.3
16852025-02-28T10:21:06.958Z Compiling num-traits v0.2.19
16862025-02-28T10:21:07.008Z Compiling cc v1.2.15
16872025-02-28T10:21:07.037Z Compiling semver v1.0.25
16882025-02-28T10:21:07.165Z Compiling regex-syntax v0.8.5
16892025-02-28T10:21:07.296Z Compiling thiserror v1.0.69
16902025-02-28T10:21:07.300Z Compiling getrandom v0.3.1
16912025-02-28T10:21:07.500Z Compiling either v1.14.0
16922025-02-28T10:21:07.760Z Compiling itoa v1.0.11
16932025-02-28T10:21:07.843Z Compiling slab v0.4.9
16942025-02-28T10:21:08.004Z Compiling byteorder v1.5.0
16952025-02-28T10:21:08.162Z Compiling spin v0.9.8
16962025-02-28T10:21:08.449Z Compiling errno v0.3.9
16972025-02-28T10:21:08.532Z Compiling rand_core v0.6.4
16982025-02-28T10:21:08.986Z Compiling glob v0.3.2
16992025-02-28T10:21:09.356Z Compiling prettyplease v0.2.29
17002025-02-28T10:21:09.652Z Compiling lazy_static v1.5.0
17012025-02-28T10:21:09.684Z Compiling clang-sys v1.8.1
17022025-02-28T10:21:09.791Z Compiling smallvec v1.14.0
17032025-02-28T10:21:09.936Z Compiling minimal-lexical v0.2.1
17042025-02-28T10:21:10.258Z Compiling libloading v0.8.5
17052025-02-28T10:21:10.276Z Compiling bindgen v0.69.5
17062025-02-28T10:21:10.367Z Compiling nom v7.1.3
17072025-02-28T10:21:10.406Z Compiling subtle v2.6.1
17082025-02-28T10:21:10.521Z Compiling home v0.5.9
17092025-02-28T10:21:10.744Z Compiling regex-automata v0.4.8
17102025-02-28T10:21:10.767Z Compiling itertools v0.12.1
17112025-02-28T10:21:10.771Z Compiling lazycell v1.3.0
17122025-02-28T10:21:11.091Z Compiling allocator-api2 v0.2.18
17132025-02-28T10:21:11.265Z Compiling rustc-hash v1.1.0
17142025-02-28T10:21:11.436Z Compiling cmake v0.1.51
17152025-02-28T10:21:12.078Z Compiling dunce v1.0.5
17162025-02-28T10:21:12.205Z Compiling fs_extra v1.3.0
17172025-02-28T10:21:12.760Z Compiling pin-project-lite v0.2.14
17182025-02-28T10:21:12.814Z Compiling pkg-config v0.3.31
17192025-02-28T10:21:12.916Z Compiling ring v0.17.11
17202025-02-28T10:21:13.586Z Compiling cexpr v0.6.0
17212025-02-28T10:21:13.722Z Compiling ryu v1.0.18
17222025-02-28T10:21:13.846Z Compiling synstructure v0.13.1
17232025-02-28T10:21:14.015Z Compiling paste v1.0.15
17242025-02-28T10:21:14.960Z Compiling schemars v0.8.22
17252025-02-28T10:21:14.998Z Compiling aws-lc-rs v1.12.4
17262025-02-28T10:21:15.018Z Compiling httparse v1.9.5
17272025-02-28T10:21:15.312Z Compiling fnv v1.0.7
17282025-02-28T10:21:15.406Z Compiling const-oid v0.9.6
17292025-02-28T10:21:15.537Z Compiling serde_derive_internals v0.29.1
17302025-02-28T10:21:15.609Z Compiling signal-hook-registry v1.4.2
17312025-02-28T10:21:16.256Z Compiling regex v1.11.1
17322025-02-28T10:21:16.485Z Compiling foldhash v0.1.3
17332025-02-28T10:21:16.798Z Compiling equivalent v1.0.1
17342025-02-28T10:21:16.940Z Compiling hashbrown v0.15.1
17352025-02-28T10:21:17.078Z Compiling parking_lot v0.12.3
17362025-02-28T10:21:17.187Z Compiling mio v1.0.2
17372025-02-28T10:21:17.395Z Compiling heck v0.5.0
17382025-02-28T10:21:17.825Z Compiling serde_derive v1.0.218
17392025-02-28T10:21:17.958Z Compiling zeroize_derive v1.4.2
17402025-02-28T10:21:18.122Z Compiling zerocopy-derive v0.7.35
17412025-02-28T10:21:18.762Z Compiling tokio-macros v2.5.0
17422025-02-28T10:21:19.151Z Compiling thiserror-impl v1.0.69
17432025-02-28T10:21:19.282Z Compiling zeroize v1.8.1
17442025-02-28T10:21:19.735Z Compiling zerofrom-derive v0.1.4
17452025-02-28T10:21:19.784Z Compiling yoke-derive v0.7.4
17462025-02-28T10:21:19.887Z Compiling futures-macro v0.3.31
17472025-02-28T10:21:19.907Z Compiling zerovec-derive v0.10.3
17482025-02-28T10:21:19.926Z Compiling zerocopy v0.7.35
17492025-02-28T10:21:20.084Z Compiling displaydoc v0.2.5
17502025-02-28T10:21:21.610Z Compiling icu_provider_macros v1.5.0
17512025-02-28T10:21:21.855Z Compiling tracing-attributes v0.1.27
17522025-02-28T10:21:22.011Z Compiling schemars_derive v0.8.22
17532025-02-28T10:21:22.591Z Compiling crypto-common v0.1.6
17542025-02-28T10:21:22.619Z Compiling block-buffer v0.10.4
17552025-02-28T10:21:22.679Z Compiling stable_deref_trait v1.2.0
17562025-02-28T10:21:22.864Z Compiling digest v0.10.7
17572025-02-28T10:21:23.032Z Compiling socket2 v0.5.8
17582025-02-28T10:21:23.099Z Compiling futures-core v0.3.31
17592025-02-28T10:21:23.269Z Compiling num-conv v0.1.0
17602025-02-28T10:21:23.374Z Compiling time-core v0.1.2
17612025-02-28T10:21:23.554Z Compiling crossbeam-utils v0.8.20
17622025-02-28T10:21:23.574Z Compiling time-macros v0.2.18
17632025-02-28T10:21:24.037Z Compiling der_derive v0.7.3
17642025-02-28T10:21:24.759Z Compiling vcpkg v0.2.15
17652025-02-28T10:21:26.127Z Compiling openssl-sys v0.9.106
17662025-02-28T10:21:26.781Z Compiling futures-sink v0.3.31
17672025-02-28T10:21:26.972Z Compiling zerocopy v0.8.10
17682025-02-28T10:21:27.167Z Compiling cpufeatures v0.2.14
17692025-02-28T10:21:27.355Z Compiling zerocopy-derive v0.8.10
17702025-02-28T10:21:27.486Z Compiling slog v2.7.0
17712025-02-28T10:21:27.808Z Compiling ahash v0.8.11
17722025-02-28T10:21:27.884Z Compiling syn v1.0.109
17732025-02-28T10:21:28.295Z Compiling futures-channel v0.3.31
17742025-02-28T10:21:28.474Z Compiling zerofrom v0.1.4
17752025-02-28T10:21:28.675Z Compiling futures-task v0.3.31
17762025-02-28T10:21:28.713Z Compiling pin-utils v0.1.0
17772025-02-28T10:21:28.732Z Compiling iana-time-zone v0.1.61
17782025-02-28T10:21:28.811Z Compiling futures-io v0.3.31
17792025-02-28T10:21:28.833Z Compiling yoke v0.7.4
17802025-02-28T10:21:29.176Z Compiling futures-util v0.3.31
17812025-02-28T10:21:29.449Z Compiling scroll_derive v0.12.0
17822025-02-28T10:21:29.734Z Compiling bitflags v2.6.0
17832025-02-28T10:21:29.755Z Compiling bytes v1.10.0
17842025-02-28T10:21:30.734Z Compiling indexmap v2.7.1
17852025-02-28T10:21:31.944Z Compiling tokio v1.43.0
17862025-02-28T10:21:32.358Z Compiling serde_tokenstream v0.2.2
17872025-02-28T10:21:32.546Z Compiling uuid v1.15.1
17882025-02-28T10:21:32.929Z Compiling http v1.2.0
17892025-02-28T10:21:34.879Z Compiling which v4.4.2
17902025-02-28T10:21:34.958Z Compiling chrono v0.4.40
17912025-02-28T10:21:35.491Z Compiling openssl v0.10.71
17922025-02-28T10:21:35.920Z Compiling ucd-trie v0.1.7
17932025-02-28T10:21:36.373Z Compiling pest v2.7.14
17942025-02-28T10:21:37.098Z Compiling rustc_version v0.4.1
17952025-02-28T10:21:39.362Z Compiling zerovec v0.10.4
17962025-02-28T10:21:40.202Z Compiling hmac v0.12.1
17972025-02-28T10:21:41.521Z Compiling pest_meta v2.7.14
17982025-02-28T10:21:43.034Z Compiling block-padding v0.3.3
17992025-02-28T10:21:43.291Z Compiling openssl-macros v0.1.1
18002025-02-28T10:21:43.329Z Compiling rustls v0.23.19
18012025-02-28T10:21:43.657Z Compiling native-tls v0.2.12
18022025-02-28T10:21:44.002Z Compiling inout v0.1.3
18032025-02-28T10:21:44.045Z Compiling pest_generator v2.7.14
18042025-02-28T10:21:44.048Z Compiling tinystr v0.7.6
18052025-02-28T10:21:44.366Z Compiling serde_spanned v0.6.8
18062025-02-28T10:21:44.507Z Compiling toml_datetime v0.6.8
18072025-02-28T10:21:44.610Z Compiling ppv-lite86 v0.2.20
18082025-02-28T10:21:44.713Z Compiling tracing-core v0.1.32
18092025-02-28T10:21:44.931Z Compiling strsim v0.11.1
18102025-02-28T10:21:45.023Z Compiling writeable v0.5.5
18112025-02-28T10:21:45.416Z Compiling litemap v0.7.3
18122025-02-28T10:21:45.419Z Compiling dyn-clone v1.0.18
18132025-02-28T10:21:45.714Z Compiling pest_derive v2.7.14
18142025-02-28T10:21:46.062Z Compiling icu_locid v1.5.0
18152025-02-28T10:21:46.084Z Compiling tracing v0.1.40
18162025-02-28T10:21:46.563Z Compiling cipher v0.4.4
18172025-02-28T10:21:46.698Z Compiling aws-lc-sys v0.26.0
18182025-02-28T10:21:46.856Z Compiling sha2 v0.10.8
18192025-02-28T10:21:47.027Z Compiling cookie v0.18.1
18202025-02-28T10:21:47.377Z Compiling usdt-impl v0.5.0
18212025-02-28T10:21:47.580Z Compiling base64ct v1.6.0
18222025-02-28T10:21:47.898Z Compiling icu_provider v1.5.0
18232025-02-28T10:21:48.176Z Compiling pem-rfc7468 v0.7.0
18242025-02-28T10:21:50.090Z Compiling scroll v0.12.0
18252025-02-28T10:21:50.948Z Compiling async-trait v0.1.86
18262025-02-28T10:21:53.019Z Compiling icu_locid_transform_data v1.5.0
18272025-02-28T10:21:53.133Z Compiling flagset v0.4.6
18282025-02-28T10:21:53.355Z Compiling rustls-pki-types v1.10.0
18292025-02-28T10:21:53.387Z Compiling plain v0.2.3
18302025-02-28T10:21:53.558Z Compiling percent-encoding v2.3.1
18312025-02-28T10:21:54.027Z Compiling anyhow v1.0.96
18322025-02-28T10:21:54.667Z Compiling camino v1.1.9
18332025-02-28T10:21:54.853Z Compiling icu_locid_transform v1.5.0
18342025-02-28T10:21:55.195Z Compiling goblin v0.8.2
18352025-02-28T10:21:55.721Z Compiling der v0.7.9
18362025-02-28T10:21:58.320Z Compiling icu_collections v1.5.0
18372025-02-28T10:21:58.776Z Compiling tokio-util v0.7.13
18382025-02-28T10:22:00.152Z Compiling icu_properties_data v1.5.0
18392025-02-28T10:22:00.426Z Compiling pretty-hex v0.4.1
18402025-02-28T10:22:00.668Z Compiling powerfmt v0.2.0
18412025-02-28T10:22:00.806Z Compiling untrusted v0.7.1
18422025-02-28T10:22:00.876Z Compiling rayon-core v1.12.1
18432025-02-28T10:22:01.005Z Compiling untrusted v0.9.0
18442025-02-28T10:22:01.026Z Compiling rustls v0.22.4
18452025-02-28T10:22:01.373Z Compiling deranged v0.3.11
18462025-02-28T10:22:01.440Z Compiling icu_properties v1.5.1
18472025-02-28T10:22:01.902Z Compiling dof v0.3.0
18482025-02-28T10:22:03.175Z Compiling spki v0.7.3
18492025-02-28T10:22:03.555Z Compiling salsa20 v0.10.2
18502025-02-28T10:22:03.574Z Compiling dtrace-parser v0.2.0
18512025-02-28T10:22:03.705Z Compiling pbkdf2 v0.12.2
18522025-02-28T10:22:04.198Z Compiling thread-id v4.2.2
18532025-02-28T10:22:04.337Z Compiling utf16_iter v1.0.5
18542025-02-28T10:22:05.595Z Compiling num_threads v0.1.7
18552025-02-28T10:22:05.597Z Compiling write16 v1.0.0
18562025-02-28T10:22:05.597Z Compiling icu_normalizer_data v1.5.0
18572025-02-28T10:22:05.597Z Compiling winnow v0.5.40
18582025-02-28T10:22:05.597Z Compiling litrs v0.4.1
18592025-02-28T10:22:05.597Z Compiling utf8_iter v1.0.4
18602025-02-28T10:22:05.965Z Compiling atomic-waker v1.1.2
18612025-02-28T10:22:06.366Z Compiling icu_normalizer v1.5.0
18622025-02-28T10:22:06.422Z Compiling document-features v0.2.10
18632025-02-28T10:22:07.498Z Compiling time v0.3.36
18642025-02-28T10:22:08.587Z Compiling toml_edit v0.19.15
18652025-02-28T10:22:11.131Z Compiling scrypt v0.11.0
18662025-02-28T10:22:11.636Z Compiling form_urlencoded v1.2.1
18672025-02-28T10:22:11.703Z Compiling cbc v0.1.2
18682025-02-28T10:22:11.870Z Compiling aes v0.8.4
18692025-02-28T10:22:11.935Z Compiling http-body v1.0.1
18702025-02-28T10:22:12.205Z Compiling multer v3.1.0
18712025-02-28T10:22:12.558Z Compiling try-lock v0.2.5
18722025-02-28T10:22:12.747Z Compiling tinyvec_macros v0.1.1
18732025-02-28T10:22:12.860Z Compiling rustversion v1.0.17
18742025-02-28T10:22:12.952Z Compiling slog-async v2.8.0
18752025-02-28T10:22:13.431Z Compiling tinyvec v1.8.0
18762025-02-28T10:22:13.565Z Compiling want v0.3.1
18772025-02-28T10:22:13.886Z Compiling pkcs5 v0.7.1
18782025-02-28T10:22:14.893Z Compiling idna_adapter v1.2.0
18792025-02-28T10:22:15.110Z Compiling h2 v0.4.6
18802025-02-28T10:22:15.199Z Compiling rand_chacha v0.3.1
18812025-02-28T10:22:15.419Z Compiling heapless v0.7.17
18822025-02-28T10:22:15.922Z Compiling bzip2-sys v0.1.11+1.0.8
18832025-02-28T10:22:16.390Z Compiling httpdate v1.0.3
18842025-02-28T10:22:16.418Z Compiling tower-service v0.3.3
18852025-02-28T10:22:16.470Z Compiling signal-hook v0.3.17
18862025-02-28T10:22:18.920Z Compiling rand v0.8.5
18872025-02-28T10:22:19.063Z Compiling idna v1.0.3
18882025-02-28T10:22:20.336Z Compiling pkcs8 v0.10.2
18892025-02-28T10:22:21.172Z Compiling usdt-attr-macro v0.5.0
18902025-02-28T10:22:21.577Z Compiling usdt-macro v0.5.0
18912025-02-28T10:22:22.003Z Compiling async-stream-impl v0.3.6
18922025-02-28T10:22:22.879Z Compiling base64 v0.22.1
18932025-02-28T10:22:22.948Z Compiling adler2 v2.0.0
18942025-02-28T10:22:23.174Z Compiling hyper v1.6.0
18952025-02-28T10:22:23.977Z Compiling miniz_oxide v0.8.5
18962025-02-28T10:22:27.436Z Compiling hyper-util v0.1.10
18972025-02-28T10:22:31.725Z Compiling curve25519-dalek v4.1.3
18982025-02-28T10:22:32.177Z Compiling openapiv3 v2.0.0
18992025-02-28T10:22:32.499Z Compiling enum-as-inner v0.6.1
19002025-02-28T10:22:32.783Z Compiling memoffset v0.9.1
19012025-02-28T10:22:32.913Z Compiling dropshot v0.12.0
19022025-02-28T10:22:32.933Z Compiling num-bigint-dig v0.8.4
19032025-02-28T10:22:33.138Z Compiling foreign-types-shared v0.1.1
19042025-02-28T10:22:33.270Z Compiling match_cfg v0.1.0
19052025-02-28T10:22:33.273Z Compiling smoltcp v0.9.1
19062025-02-28T10:22:33.389Z Compiling newtype-uuid v1.2.1
19072025-02-28T10:22:33.724Z Compiling portable-atomic v1.9.0
19082025-02-28T10:22:33.839Z Compiling foreign-types v0.3.2
19092025-02-28T10:22:33.862Z Compiling hostname v0.3.1
19102025-02-28T10:22:35.139Z Compiling rand_core v0.9.2
19112025-02-28T10:22:35.976Z Compiling url v2.5.3
19122025-02-28T10:22:37.868Z Compiling http-body-util v0.1.2
19132025-02-28T10:22:38.285Z Compiling dirs-sys-next v0.1.2
19142025-02-28T10:22:38.423Z Compiling encoding_rs v0.8.34
19152025-02-28T10:22:38.723Z Compiling data-encoding v2.6.0
19162025-02-28T10:22:38.877Z Compiling heck v0.4.1
19172025-02-28T10:22:39.307Z Compiling mime v0.3.17
19182025-02-28T10:22:40.071Z Compiling siphasher v0.3.11
19192025-02-28T10:22:40.371Z Compiling gimli v0.31.1
19202025-02-28T10:22:40.449Z Compiling ident_case v1.0.1
19212025-02-28T10:22:40.654Z Compiling cfg_aliases v0.2.1
19222025-02-28T10:22:40.774Z Compiling nix v0.29.0
19232025-02-28T10:22:41.599Z Compiling darling_core v0.20.10
19242025-02-28T10:22:41.809Z Compiling dirs-next v2.0.0
19252025-02-28T10:22:46.814Z Compiling addr2line v0.24.2
19262025-02-28T10:22:47.086Z Compiling rand_chacha v0.9.0
19272025-02-28T10:22:48.547Z Compiling unicode-normalization v0.1.24
19282025-02-28T10:22:49.043Z Compiling serde_urlencoded v0.7.1
19292025-02-28T10:22:49.612Z Compiling crossbeam-epoch v0.9.18
19302025-02-28T10:22:49.665Z Compiling rustls-pemfile v2.2.0
19312025-02-28T10:22:49.799Z Compiling hubpack_derive v0.1.1
19322025-02-28T10:22:50.136Z Compiling dropshot_endpoint v0.12.0
19332025-02-28T10:22:50.349Z Compiling sha1 v0.10.6
19342025-02-28T10:22:50.486Z Compiling signature v2.2.0
19352025-02-28T10:22:50.649Z Compiling zerocopy-derive v0.6.6
19362025-02-28T10:22:50.711Z Compiling curve25519-dalek-derive v0.1.1
19372025-02-28T10:22:52.045Z Compiling object v0.36.5
19382025-02-28T10:22:52.410Z Compiling thread_local v1.1.8
19392025-02-28T10:22:52.847Z Compiling fs-err v2.11.0
19402025-02-28T10:22:56.484Z Compiling unicode-properties v0.1.3
19412025-02-28T10:22:56.912Z Compiling utf8parse v0.2.2
19422025-02-28T10:22:57.099Z Compiling winnow v0.7.3
19432025-02-28T10:22:57.771Z Compiling anstyle v1.0.10
19442025-02-28T10:22:58.206Z Compiling openssl-probe v0.1.5
19452025-02-28T10:23:00.614Z Compiling ipnet v2.11.0
19462025-02-28T10:23:01.578Z Compiling rustc-demangle v0.1.24
19472025-02-28T10:23:03.661Z Compiling rustls-webpki v0.102.8
19482025-02-28T10:23:03.815Z Compiling unicode-bidi v0.3.17
19492025-02-28T10:23:05.333Z Compiling stringprep v0.1.5
19502025-02-28T10:23:05.435Z Compiling backtrace v0.3.74
19512025-02-28T10:23:05.725Z Compiling toml_edit v0.22.24
19522025-02-28T10:23:10.870Z Compiling anstyle-parse v0.2.5
19532025-02-28T10:23:11.858Z Compiling crossbeam-deque v0.8.5
19542025-02-28T10:23:12.228Z Compiling rand v0.9.0
19552025-02-28T10:23:12.407Z Compiling darling_macro v0.20.10
19562025-02-28T10:23:13.314Z Compiling term v0.7.0
19572025-02-28T10:23:13.457Z Compiling slog-json v2.6.1
19582025-02-28T10:23:15.159Z Compiling crossbeam-channel v0.5.13
19592025-02-28T10:23:15.499Z Compiling hashbrown v0.14.5
19602025-02-28T10:23:16.089Z Compiling futures-executor v0.3.31
19612025-02-28T10:23:16.427Z Compiling num-integer v0.1.46
19622025-02-28T10:23:16.551Z Compiling md-5 v0.10.6
19632025-02-28T10:23:16.652Z Compiling ff v0.13.0
19642025-02-28T10:23:16.727Z Compiling hash32 v0.2.1
19652025-02-28T10:23:16.805Z Compiling memmap v0.7.0
19662025-02-28T10:23:16.833Z Compiling is-terminal v0.4.13
19672025-02-28T10:23:16.988Z Compiling psl-types v2.0.11
19682025-02-28T10:23:17.086Z Compiling fallible-iterator v0.2.0
19692025-02-28T10:23:17.106Z Compiling is_terminal_polyfill v1.70.1
19702025-02-28T10:23:17.126Z Compiling anstyle-query v1.1.1
19712025-02-28T10:23:17.203Z Compiling utf-8 v0.7.6
19722025-02-28T10:23:17.255Z Compiling quick-error v1.2.3
19732025-02-28T10:23:17.301Z Compiling take_mut v0.2.2
19742025-02-28T10:23:17.485Z Compiling base16ct v0.2.0
19752025-02-28T10:23:17.722Z Compiling colorchoice v1.0.2
19762025-02-28T10:23:17.742Z Compiling linked-hash-map v0.5.6
19772025-02-28T10:23:17.801Z Compiling sec1 v0.7.3
19782025-02-28T10:23:17.910Z Compiling anstream v0.6.15
19792025-02-28T10:23:18.072Z Compiling lru-cache v0.1.2
19802025-02-28T10:23:18.219Z Compiling postgres-protocol v0.6.8
19812025-02-28T10:23:18.286Z Compiling publicsuffix v2.3.0
19822025-02-28T10:23:18.511Z Compiling resolv-conf v0.7.0
19832025-02-28T10:23:18.654Z Compiling tungstenite v0.24.0
19842025-02-28T10:23:19.299Z Compiling usdt v0.5.0
19852025-02-28T10:23:19.437Z Compiling slog-term v2.9.1
19862025-02-28T10:23:19.735Z Compiling num-iter v0.1.45
19872025-02-28T10:23:19.943Z Compiling group v0.13.0
19882025-02-28T10:23:20.253Z Compiling regress v0.10.1
19892025-02-28T10:23:20.281Z Compiling futures v0.3.31
19902025-02-28T10:23:22.983Z Compiling slog-bunyan v2.5.0
19912025-02-28T10:23:23.203Z Compiling darling v0.20.10
19922025-02-28T10:23:23.421Z Compiling tokio-rustls v0.26.0
19932025-02-28T10:23:23.900Z Compiling toml v0.8.20
19942025-02-28T10:23:23.955Z Compiling tokio-rustls v0.25.0
19952025-02-28T10:23:24.390Z Compiling tokio-native-tls v0.3.1
19962025-02-28T10:23:24.802Z Compiling hickory-proto v0.24.4
19972025-02-28T10:23:25.022Z Compiling phf_shared v0.11.2
19982025-02-28T10:23:25.218Z Compiling strum_macros v0.25.3
19992025-02-28T10:23:25.766Z Compiling async-stream v0.3.6
20002025-02-28T10:23:25.803Z Compiling waitgroup v0.1.2
20012025-02-28T10:23:25.996Z Compiling webpki-roots v0.26.6
20022025-02-28T10:23:26.241Z Compiling hkdf v0.12.4
20032025-02-28T10:23:26.355Z Compiling terminal_size v0.4.0
20042025-02-28T10:23:26.515Z Compiling serde_path_to_error v0.1.16
20052025-02-28T10:23:26.602Z Compiling sync_wrapper v1.0.1
20062025-02-28T10:23:26.965Z Compiling crypto-bigint v0.5.5
20072025-02-28T10:23:27.120Z Compiling serde_repr v0.1.19
20082025-02-28T10:23:27.299Z Compiling clap_derive v4.5.28
20092025-02-28T10:23:27.878Z Compiling derive-where v1.2.7
20102025-02-28T10:23:28.167Z Compiling hostname v0.4.0
20112025-02-28T10:23:28.388Z Compiling crc32fast v1.4.2
20122025-02-28T10:23:28.520Z Compiling tower-layer v0.3.3
20132025-02-28T10:23:28.714Z Compiling bitflags v1.3.2
20142025-02-28T10:23:28.938Z Compiling managed v0.8.0
20152025-02-28T10:23:29.142Z Compiling unicode-width v0.2.0
20162025-02-28T10:23:29.682Z Compiling clap_lex v0.7.4
20172025-02-28T10:23:30.098Z Compiling debug-ignore v1.0.5
20182025-02-28T10:23:30.933Z Compiling hickory-resolver v0.24.4
20192025-02-28T10:23:31.348Z Compiling clap_builder v4.5.31
20202025-02-28T10:23:32.921Z Compiling elliptic-curve v0.13.8
20212025-02-28T10:23:33.646Z Compiling console v0.15.10
20222025-02-28T10:23:34.780Z Compiling tower v0.5.2
20232025-02-28T10:23:35.738Z Compiling flate2 v1.1.0
20242025-02-28T10:23:36.611Z Compiling hyper-rustls v0.27.3
20252025-02-28T10:23:37.870Z Compiling phf v0.11.2
20262025-02-28T10:23:38.116Z Compiling hyper-tls v0.6.0
20272025-02-28T10:23:38.528Z Compiling typify-impl v0.2.0
20282025-02-28T10:23:38.562Z Compiling signal-hook-mio v0.2.4
20292025-02-28T10:23:38.632Z Compiling rayon v1.10.0
20302025-02-28T10:23:38.736Z Compiling bzip2 v0.4.4
20312025-02-28T10:23:39.127Z Compiling cookie_store v0.21.1
20322025-02-28T10:23:40.033Z Compiling tokio-tungstenite v0.24.0
20332025-02-28T10:23:40.567Z Compiling postgres-types v0.2.9
20342025-02-28T10:23:41.029Z Compiling zerocopy v0.6.6
20352025-02-28T10:23:41.825Z Compiling ed25519 v2.2.3
20362025-02-28T10:23:41.845Z Compiling hubpack v0.1.2
20372025-02-28T10:23:42.285Z Compiling phf_shared v0.10.0
20382025-02-28T10:23:42.344Z Compiling pkcs1 v0.7.5
20392025-02-28T10:23:43.005Z Compiling tokio-stream v0.1.17
20402025-02-28T10:23:43.232Z Compiling ipnetwork v0.21.1
20412025-02-28T10:23:43.252Z Compiling rfc6979 v0.4.0
20422025-02-28T10:23:43.757Z Compiling serde-big-array v0.5.1
20432025-02-28T10:23:44.006Z Compiling float-cmp v0.10.0
20442025-02-28T10:23:44.274Z Compiling bstr v1.10.0
20452025-02-28T10:23:46.950Z Compiling static_assertions v1.1.0
20462025-02-28T10:23:47.249Z Compiling whoami v1.5.2
20472025-02-28T10:23:47.521Z Compiling precomputed-hash v0.1.1
20482025-02-28T10:23:47.671Z Compiling new_debug_unreachable v1.0.6
20492025-02-28T10:23:47.752Z Compiling normalize-line-endings v0.3.0
20502025-02-28T10:23:47.783Z Compiling predicates-core v1.0.8
20512025-02-28T10:23:47.895Z Compiling bit-vec v0.6.3
20522025-02-28T10:23:47.913Z Compiling unicode-segmentation v1.12.0
20532025-02-28T10:23:48.097Z Compiling difflib v0.4.0
20542025-02-28T10:23:48.381Z Compiling number_prefix v0.4.0
20552025-02-28T10:23:48.444Z Compiling fixedbitset v0.4.2
20562025-02-28T10:23:48.560Z Compiling predicates v3.1.3
20572025-02-28T10:23:48.647Z Compiling similar v2.6.0
20582025-02-28T10:23:48.724Z Compiling indicatif v0.17.11
20592025-02-28T10:23:48.854Z Compiling petgraph v0.6.5
20602025-02-28T10:23:49.253Z Compiling typify-macro v0.2.0
20612025-02-28T10:23:49.884Z Compiling bit-set v0.5.3
20622025-02-28T10:23:50.176Z Compiling string_cache v0.8.7
20632025-02-28T10:23:50.400Z Compiling tokio-postgres v0.7.13
20642025-02-28T10:23:50.594Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20652025-02-28T10:23:50.710Z Compiling qorb v0.2.1
20662025-02-28T10:23:52.465Z Compiling ecdsa v0.16.9
20672025-02-28T10:23:52.918Z Compiling rsa v0.9.6
20682025-02-28T10:23:54.347Z Compiling ed25519-dalek v2.1.1
20692025-02-28T10:23:54.903Z Compiling reqwest v0.12.12
20702025-02-28T10:23:55.763Z Compiling zip v0.6.6
20712025-02-28T10:23:55.785Z Compiling crossterm v0.28.1
20722025-02-28T10:23:56.171Z Compiling clap v4.5.31
20732025-02-28T10:23:57.518Z Compiling toml v0.7.8
20742025-02-28T10:23:58.186Z Compiling x509-cert v0.2.5
20752025-02-28T10:23:58.911Z Compiling hex v0.4.3
20762025-02-28T10:23:59.806Z Compiling itertools v0.10.5
20772025-02-28T10:23:59.971Z Compiling unicode-xid v0.2.6
20782025-02-28T10:24:00.238Z Compiling peg-runtime v0.8.3
20792025-02-28T10:24:01.910Z Compiling lalrpop-util v0.19.12
20802025-02-28T10:24:04.308Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20812025-02-28T10:24:08.823Z Compiling proc-macro-crate v1.3.1
20822025-02-28T10:24:08.910Z Compiling macaddr v1.0.1
20832025-02-28T10:24:09.530Z Compiling itertools v0.13.0
20842025-02-28T10:24:10.546Z Compiling heapless v0.8.0
20852025-02-28T10:24:12.469Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20862025-02-28T10:24:15.049Z Compiling num_enum_derive v0.5.11
20872025-02-28T10:24:22.497Z Compiling hash32 v0.3.1
20882025-02-28T10:24:25.128Z Compiling smoltcp v0.11.0
20892025-02-28T10:24:25.743Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20902025-02-28T10:24:26.087Z Compiling thiserror v2.0.11
20912025-02-28T10:24:32.036Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20922025-02-28T10:24:32.231Z Compiling num_enum v0.5.11
20932025-02-28T10:24:32.437Z Compiling typify v0.2.0
20942025-02-28T10:24:32.596Z Compiling oxnet v0.1.1
20952025-02-28T10:24:33.890Z Compiling thiserror-impl v2.0.11
20962025-02-28T10:24:33.926Z Compiling proc-macro-error-attr v1.0.4
20972025-02-28T10:24:34.282Z Compiling unsafe-libyaml v0.2.11
20982025-02-28T10:24:36.257Z Compiling cobs v0.2.3
20992025-02-28T10:24:36.709Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21002025-02-28T10:24:38.583Z Compiling postcard v1.0.10
21012025-02-28T10:24:39.273Z Compiling serde_yaml v0.9.34+deprecated
21022025-02-28T10:24:50.128Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21032025-02-28T10:24:51.156Z Compiling progenitor-impl v0.8.0
21042025-02-28T10:25:03.090Z Compiling strum_macros v0.26.4
21052025-02-28T10:25:04.080Z Compiling structmeta-derive v0.3.0
21062025-02-28T10:25:04.106Z Compiling foreign-types-macros v0.2.3
21072025-02-28T10:25:04.126Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21082025-02-28T10:25:04.408Z Compiling proc-macro-error v1.0.4
21092025-02-28T10:25:05.445Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21102025-02-28T10:25:05.578Z Compiling foreign-types-shared v0.3.1
21112025-02-28T10:25:05.900Z Compiling unicode-width v0.1.14
21122025-02-28T10:25:06.449Z Compiling structmeta v0.3.0
21132025-02-28T10:25:06.561Z Compiling tabwriter v1.4.0
21142025-02-28T10:25:07.228Z Compiling strum v0.26.3
21152025-02-28T10:25:08.052Z Compiling foreign-types v0.5.0
21162025-02-28T10:25:08.185Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21172025-02-28T10:25:17.367Z Compiling progenitor-macro v0.8.0
21182025-02-28T10:25:20.715Z Compiling progenitor-client v0.8.0
21192025-02-28T10:25:21.661Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21202025-02-28T10:25:22.526Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21212025-02-28T10:25:23.412Z Compiling daft-derive v0.1.1
21222025-02-28T10:25:24.852Z Compiling cstr-argument v0.1.2
21232025-02-28T10:25:24.895Z Compiling dropshot v0.16.0
21242025-02-28T10:25:25.144Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21252025-02-28T10:25:25.487Z Compiling crucible-workspace-hack v0.1.0
21262025-02-28T10:25:25.837Z Compiling fastrand v2.1.1
21272025-02-28T10:25:26.108Z Compiling pretty-hex v0.2.1
21282025-02-28T10:25:26.498Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21292025-02-28T10:25:26.518Z Compiling tempfile v3.13.0
21302025-02-28T10:25:27.012Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21312025-02-28T10:25:27.078Z Compiling daft v0.1.1
21322025-02-28T10:25:27.591Z Compiling progenitor v0.8.0
21332025-02-28T10:25:27.820Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21342025-02-28T10:25:27.963Z Compiling parse-display-derive v0.10.0
21352025-02-28T10:25:28.036Z Compiling colored v2.2.0
21362025-02-28T10:25:28.116Z Compiling serde_with_macros v3.11.0
21372025-02-28T10:25:28.435Z Compiling dropshot_endpoint v0.16.0
21382025-02-28T10:25:29.460Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21392025-02-28T10:25:30.223Z Compiling instant v0.1.13
21402025-02-28T10:25:30.420Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21412025-02-28T10:25:30.468Z Compiling winnow v0.6.20
21422025-02-28T10:25:30.821Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21432025-02-28T10:25:31.441Z Compiling parse-display v0.10.0
21442025-02-28T10:25:32.827Z Compiling serde_with v3.11.0
21452025-02-28T10:25:33.356Z Compiling backoff v0.4.0
21462025-02-28T10:25:33.746Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21472025-02-28T10:25:33.797Z Compiling zone_cfg_derive v0.3.0
21482025-02-28T10:25:33.999Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21492025-02-28T10:25:34.639Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
21502025-02-28T10:25:34.739Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21512025-02-28T10:25:35.110Z Compiling camino-tempfile v1.1.1
21522025-02-28T10:25:35.655Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21532025-02-28T10:25:35.892Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21542025-02-28T10:25:36.097Z Compiling progenitor-client v0.9.1
21552025-02-28T10:25:36.119Z Compiling regress v0.9.1
21562025-02-28T10:25:36.774Z Compiling num-derive v0.4.2
21572025-02-28T10:25:37.056Z Compiling sigpipe v0.1.3
21582025-02-28T10:25:37.211Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21592025-02-28T10:25:37.559Z Compiling libefi-sys v0.1.0
21602025-02-28T10:25:37.968Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21612025-02-28T10:25:38.946Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
21622025-02-28T10:25:40.482Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21632025-02-28T10:25:41.160Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21642025-02-28T10:25:43.025Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21652025-02-28T10:25:43.445Z Compiling zone v0.3.0
21662025-02-28T10:25:43.577Z Compiling itertools v0.14.0
21672025-02-28T10:25:44.720Z Compiling smf v0.2.3
21682025-02-28T10:25:45.253Z Compiling bitfield-struct v0.6.2
21692025-02-28T10:25:46.676Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21702025-02-28T10:25:46.768Z Compiling blake3 v1.5.4
21712025-02-28T10:25:47.181Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21722025-02-28T10:25:47.338Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21732025-02-28T10:25:47.655Z Compiling xattr v1.3.1
21742025-02-28T10:25:47.889Z Compiling memmap2 v0.9.5
21752025-02-28T10:25:47.984Z Compiling filetime v0.2.25
21762025-02-28T10:25:48.096Z Compiling constant_time_eq v0.3.1
21772025-02-28T10:25:48.311Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21782025-02-28T10:25:48.360Z Compiling same-file v1.0.6
21792025-02-28T10:25:48.380Z Compiling arrayref v0.3.9
21802025-02-28T10:25:48.461Z Compiling arrayvec v0.7.6
21812025-02-28T10:25:48.476Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21822025-02-28T10:25:48.507Z Compiling tar v0.4.44
21832025-02-28T10:25:48.660Z Compiling walkdir v2.5.0
21842025-02-28T10:25:50.256Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21852025-02-28T10:25:50.702Z Compiling gethostname v0.5.0
21862025-02-28T10:25:50.938Z Compiling cargo-platform v0.1.8
21872025-02-28T10:25:51.144Z Compiling fixedbitset v0.5.7
21882025-02-28T10:25:51.447Z Compiling topological-sort v0.2.2
21892025-02-28T10:25:51.760Z Compiling omicron-zone-package v0.12.0
21902025-02-28T10:25:52.057Z Compiling petgraph v0.7.1
21912025-02-28T10:25:52.298Z Compiling cargo_metadata v0.19.1
21922025-02-28T10:25:52.677Z Compiling shell-words v1.1.0
21932025-02-28T10:25:53.200Z Compiling indent_write v2.2.0
21942025-02-28T10:25:58.483Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21952025-02-28T10:26:00.811Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21962025-02-28T10:26:04.719Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21972025-02-28T10:26:21.474Z Finished `release` profile [optimized] target(s) in 5m 17s
21982025-02-28T10:26:21.658Z Running `target/release/omicron-package -t test target create -p dev`
21992025-02-28T10:26:21.713ZLogging to: /work/oxidecomputer/omicron/out/LOG
22002025-02-28T10:26:21.716ZCreated new build target 'test' and set it as active
22012025-02-28T10:26:21.716Z
22022025-02-28T10:26:21.716Zreal 5:18.245945343
22032025-02-28T10:26:21.716Zuser 36:58.586194865
22042025-02-28T10:26:21.716Zsys 3:34.056094128
22052025-02-28T10:26:21.716Ztrap 1.176267611
22062025-02-28T10:26:21.716Ztflt 1.677620690
22072025-02-28T10:26:21.716Zdflt 0.787102558
22082025-02-28T10:26:21.716Zkflt 0.000129283
22092025-02-28T10:26:21.716Zlock 1:13:06.418576762
22102025-02-28T10:26:21.716Zslp 2:29:34.476809370
22112025-02-28T10:26:21.716Zlat 2:50.323626719
22122025-02-28T10:26:21.716Zstop 4:56.200333078
22132025-02-28T10:26:21.719Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
22142025-02-28T10:26:22.764Z Finished `release` profile [optimized] target(s) in 0.99s
22152025-02-28T10:26:22.836Z Running `target/release/omicron-package -t test package`
22162025-02-28T10:26:22.884ZLogging to: /work/oxidecomputer/omicron/out/LOG
22172025-02-28T10:26:24.116Z Compiling ring v0.17.11
22182025-02-28T10:26:24.303Z Compiling thiserror v2.0.11
22192025-02-28T10:26:24.323Z Compiling typify-impl v0.3.0
22202025-02-28T10:26:24.338Z Compiling convert_case v0.4.0
22212025-02-28T10:26:24.341Z Compiling newline-converter v0.3.0
22222025-02-28T10:26:24.341Z Compiling password-hash v0.5.0
22232025-02-28T10:26:24.342Z Compiling blake2 v0.10.6
22242025-02-28T10:26:24.538Z Compiling expectorate v1.1.0
22252025-02-28T10:26:24.822Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
22262025-02-28T10:26:24.952Z Compiling derive_more v0.99.19
22272025-02-28T10:26:25.474Z Compiling base64 v0.21.7
22282025-02-28T10:26:25.785Z Compiling argon2 v0.5.3
22292025-02-28T10:26:26.492Z Compiling atomicwrites v0.4.4
22302025-02-28T10:26:26.563Z Compiling owo-colors v4.2.0
22312025-02-28T10:26:27.030Z Compiling cancel-safe-futures v0.1.5
22322025-02-28T10:26:27.210Z Compiling num-rational v0.4.2
22332025-02-28T10:26:27.442Z Compiling libsw-core v0.3.1
22342025-02-28T10:26:27.755Z Compiling num-complex v0.4.6
22352025-02-28T10:26:28.023Z Compiling libsw v3.4.0
22362025-02-28T10:26:28.836Z Compiling num v0.4.3
22372025-02-28T10:26:28.989Z Compiling float-ord v0.3.2
22382025-02-28T10:26:29.191Z Compiling linear-map v1.2.0
22392025-02-28T10:26:29.591Z Compiling rustls v0.23.19
22402025-02-28T10:26:29.619Z Compiling rustls v0.22.4
22412025-02-28T10:26:29.640Z Compiling swrite v0.1.0
22422025-02-28T10:26:29.664Z Compiling highway v1.3.0
22432025-02-28T10:26:29.790Z Compiling tungstenite v0.21.0
22442025-02-28T10:26:30.356Z Compiling semver v0.1.20
22452025-02-28T10:26:30.909Z Compiling rustc_version v0.1.7
22462025-02-28T10:26:31.238Z Compiling tokio-tungstenite v0.21.0
22472025-02-28T10:26:31.279Z Compiling newtype_derive v0.1.6
22482025-02-28T10:26:31.481Z Compiling ipnetwork v0.21.1
22492025-02-28T10:26:31.713Z Compiling humantime v2.1.0
22502025-02-28T10:26:31.985Z Compiling rustls-webpki v0.102.8
22512025-02-28T10:26:32.182Z Compiling oxnet v0.1.1
22522025-02-28T10:26:32.798Z Compiling daft v0.1.1
22532025-02-28T10:26:32.843Z Compiling dropshot v0.16.0
22542025-02-28T10:26:33.279Z Compiling instant v0.1.13
22552025-02-28T10:26:33.455Z Compiling backoff v0.4.0
22562025-02-28T10:26:33.610Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22572025-02-28T10:26:33.814Z Compiling steno v0.4.1
22582025-02-28T10:26:34.056Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
22592025-02-28T10:26:34.102Z Compiling typify-macro v0.3.0
22602025-02-28T10:26:34.725Z Compiling parse-display v0.10.0
22612025-02-28T10:26:35.254Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22622025-02-28T10:26:35.466Z Compiling serde_with v3.11.0
22632025-02-28T10:26:37.323Z Compiling typify v0.3.0
22642025-02-28T10:26:37.495Z Compiling tokio-rustls v0.25.0
22652025-02-28T10:26:37.839Z Compiling progenitor-impl v0.9.1
22662025-02-28T10:26:37.952Z Compiling dropshot v0.12.0
22672025-02-28T10:26:40.742Z Compiling tokio-rustls v0.26.0
22682025-02-28T10:26:41.258Z Compiling hyper-rustls v0.27.3
22692025-02-28T10:26:41.860Z Compiling reqwest v0.12.12
22702025-02-28T10:26:43.630Z Compiling qorb v0.2.1
22712025-02-28T10:26:48.688Z Compiling progenitor-macro v0.9.1
22722025-02-28T10:26:48.813Z Compiling progenitor-client v0.9.1
22732025-02-28T10:26:49.380Z Compiling progenitor-client v0.8.0
22742025-02-28T10:26:49.933Z Compiling progenitor v0.8.0
22752025-02-28T10:26:50.142Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
22762025-02-28T10:26:50.904Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22772025-02-28T10:26:51.491Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22782025-02-28T10:27:17.332Z Compiling progenitor v0.9.1
22792025-02-28T10:27:17.914Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22802025-02-28T10:27:21.132Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
22812025-02-28T10:27:21.416Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22822025-02-28T10:27:22.058Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22832025-02-28T10:27:22.480Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22842025-02-28T10:27:28.057Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22852025-02-28T10:27:30.364Z Compiling strum v0.26.3
22862025-02-28T10:27:30.611Z Compiling regress v0.9.1
22872025-02-28T10:27:31.049Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22882025-02-28T10:27:31.272Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22892025-02-28T10:27:33.638Z Compiling macaddr v1.0.1
22902025-02-28T10:27:34.050Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22912025-02-28T10:27:34.084Z Compiling slog-dtrace v0.3.0
22922025-02-28T10:27:34.725Z Compiling prettyplease v0.2.29
22932025-02-28T10:27:35.772Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22942025-02-28T10:27:36.804Z Compiling half v2.4.1
22952025-02-28T10:27:37.224Z Compiling ciborium-io v0.2.2
22962025-02-28T10:27:37.391Z Compiling ciborium-ll v0.2.2
22972025-02-28T10:27:37.519Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22982025-02-28T10:27:37.717Z Compiling bytecount v0.6.8
22992025-02-28T10:27:37.907Z Compiling ciborium v0.2.2
23002025-02-28T10:27:38.056Z Compiling display-error-chain v0.2.2
23012025-02-28T10:27:38.309Z Compiling const_format_proc_macros v0.2.34
23022025-02-28T10:27:39.255Z Compiling same-file v1.0.6
23032025-02-28T10:27:39.516Z Compiling maplit v1.0.2
23042025-02-28T10:27:39.665Z Compiling crunchy v0.2.2
23052025-02-28T10:27:39.912Z Compiling keccak v0.1.5
23062025-02-28T10:27:40.050Z Compiling fastrand v2.1.1
23072025-02-28T10:27:40.172Z Compiling const_format v0.2.34
23082025-02-28T10:27:40.555Z Compiling tempfile v3.13.0
23092025-02-28T10:27:41.062Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23102025-02-28T10:27:41.308Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23112025-02-28T10:27:41.461Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23122025-02-28T10:27:48.605Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23132025-02-28T10:27:48.921Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23142025-02-28T10:27:50.630Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23152025-02-28T10:27:52.263Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23162025-02-28T10:27:56.222Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23172025-02-28T10:27:57.065Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23182025-02-28T10:27:58.872Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23192025-02-28T10:28:00.185Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23202025-02-28T10:28:05.124Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23212025-02-28T10:28:05.557Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23222025-02-28T10:28:06.404Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23232025-02-28T10:28:08.316Z Compiling sha3 v0.10.8
23242025-02-28T10:28:09.156Z Compiling walkdir v2.5.0
23252025-02-28T10:28:09.796Z Compiling radium v0.7.0
23262025-02-28T10:28:10.316Z Compiling tiny-keccak v2.0.2
23272025-02-28T10:28:10.553Z Compiling blake3 v1.5.4
23282025-02-28T10:28:10.834Z Compiling dsl_auto_type v0.1.2
23292025-02-28T10:28:11.193Z Compiling scheduled-thread-pool v0.2.7
23302025-02-28T10:28:11.439Z Compiling xattr v1.3.1
23312025-02-28T10:28:11.485Z Compiling diesel_table_macro_syntax v0.2.0
23322025-02-28T10:28:11.715Z Compiling filetime v0.2.25
23332025-02-28T10:28:11.849Z Compiling memmap2 v0.9.5
23342025-02-28T10:28:12.030Z Compiling arrayvec v0.7.6
23352025-02-28T10:28:12.060Z Compiling constant_time_eq v0.3.1
23362025-02-28T10:28:12.237Z Compiling maybe-uninit v2.0.0
23372025-02-28T10:28:12.259Z Compiling arrayref v0.3.9
23382025-02-28T10:28:12.385Z Compiling tap v1.0.1
23392025-02-28T10:28:12.532Z Compiling diesel_derives v2.2.3
23402025-02-28T10:28:12.598Z Compiling wyz v0.5.1
23412025-02-28T10:28:12.819Z Compiling tar v0.4.44
23422025-02-28T10:28:13.079Z Compiling r2d2 v0.8.10
23432025-02-28T10:28:13.567Z Compiling toolchain_find v0.4.0
23442025-02-28T10:28:13.830Z Compiling camino-tempfile v1.1.1
23452025-02-28T10:28:13.941Z Compiling phf_generator v0.11.2
23462025-02-28T10:28:14.078Z Compiling ascii-canvas v3.0.0
23472025-02-28T10:28:14.141Z Compiling secrecy v0.8.0
23482025-02-28T10:28:14.245Z Compiling async-recursion v1.1.1
23492025-02-28T10:28:14.413Z Compiling ena v0.14.3
23502025-02-28T10:28:14.520Z Compiling bindgen v0.71.1
23512025-02-28T10:28:14.660Z Compiling funty v2.0.0
23522025-02-28T10:28:14.826Z Compiling packed_struct v0.10.1
23532025-02-28T10:28:15.000Z Compiling regex-syntax v0.6.29
23542025-02-28T10:28:15.283Z Compiling diff v0.1.13
23552025-02-28T10:28:15.572Z Compiling topological-sort v0.2.2
23562025-02-28T10:28:15.750Z Compiling crc-catalog v2.4.0
23572025-02-28T10:28:15.837Z Compiling omicron-zone-package v0.12.0
23582025-02-28T10:28:15.940Z Compiling crc v3.2.1
23592025-02-28T10:28:17.330Z Compiling bitvec v1.0.1
23602025-02-28T10:28:18.055Z Compiling phf_codegen v0.11.2
23612025-02-28T10:28:18.075Z Compiling rustfmt-wrapper v0.2.1
23622025-02-28T10:28:18.438Z Compiling lalrpop v0.19.12
23632025-02-28T10:28:18.651Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23642025-02-28T10:28:19.844Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23652025-02-28T10:28:19.969Z Compiling universal-hash v0.5.1
23662025-02-28T10:28:20.084Z Compiling packed_struct_codegen v0.10.1
23672025-02-28T10:28:20.230Z Compiling thiserror-impl-no-std v2.0.2
23682025-02-28T10:28:20.727Z Compiling parse-zoneinfo v0.3.1
23692025-02-28T10:28:21.739Z Compiling indexmap v1.9.3
23702025-02-28T10:28:22.095Z Compiling opaque-debug v0.3.1
23712025-02-28T10:28:22.151Z Compiling nodrop v0.1.14
23722025-02-28T10:28:22.228Z Compiling rustc-hash v2.1.1
23732025-02-28T10:28:22.319Z Compiling ref-cast v1.0.23
23742025-02-28T10:28:22.638Z Compiling thiserror-no-std v2.0.2
23752025-02-28T10:28:22.798Z Compiling array-init v0.0.4
23762025-02-28T10:28:22.884Z Compiling diesel v2.2.7
23772025-02-28T10:28:22.905Z Compiling poly1305 v0.8.0
23782025-02-28T10:28:23.863Z Compiling chrono-tz-build v0.4.0
23792025-02-28T10:28:24.417Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23802025-02-28T10:28:24.845Z Compiling smallvec v0.6.14
23812025-02-28T10:28:25.362Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23822025-02-28T10:28:25.699Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23832025-02-28T10:28:26.064Z Compiling derive_builder_core v0.20.2
23842025-02-28T10:28:26.356Z Compiling chacha20 v0.9.1
23852025-02-28T10:28:26.868Z Compiling headers-core v0.3.0
23862025-02-28T10:28:27.048Z Compiling aead v0.5.2
23872025-02-28T10:28:27.417Z Compiling libxml v0.3.3
23882025-02-28T10:28:27.798Z Compiling ref-cast-impl v1.0.23
23892025-02-28T10:28:28.061Z Compiling vte_generate_state_changes v0.1.2
23902025-02-28T10:28:28.697Z Compiling hashbrown v0.12.3
23912025-02-28T10:28:28.908Z Compiling bitfield v0.14.0
23922025-02-28T10:28:29.231Z Compiling arc-swap v1.7.1
23932025-02-28T10:28:29.902Z Compiling termcolor v1.4.1
23942025-02-28T10:28:29.950Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
23952025-02-28T10:28:30.901Z Compiling env_logger v0.10.2
23962025-02-28T10:28:31.407Z Compiling slog-scope v4.4.0
23972025-02-28T10:28:32.234Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23982025-02-28T10:28:34.148Z Compiling vte v0.11.1
23992025-02-28T10:28:34.846Z Compiling samael v0.0.18
24002025-02-28T10:28:35.443Z Compiling derive_builder_macro v0.20.2
24012025-02-28T10:28:35.604Z Compiling chacha20poly1305 v0.10.1
24022025-02-28T10:28:35.840Z Compiling headers v0.4.0
24032025-02-28T10:28:36.415Z Compiling serde-hex v0.1.0
24042025-02-28T10:28:36.437Z Compiling chrono-tz v0.10.1
24052025-02-28T10:28:37.145Z Compiling vsss-rs v3.3.4
24062025-02-28T10:28:39.436Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24072025-02-28T10:28:39.860Z Compiling polar-core v0.27.3
24082025-02-28T10:28:41.325Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24092025-02-28T10:28:41.427Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
24102025-02-28T10:28:41.782Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24112025-02-28T10:28:44.211Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24122025-02-28T10:28:44.242Z Compiling ron v0.8.1
24132025-02-28T10:28:44.536Z Compiling hashbrown v0.13.2
24142025-02-28T10:28:45.780Z Compiling strum_macros v0.24.3
24152025-02-28T10:28:46.077Z Compiling unicase v2.7.0
24162025-02-28T10:28:46.459Z Compiling crc-any v2.5.0
24172025-02-28T10:28:47.431Z Compiling indoc v1.0.9
24182025-02-28T10:28:48.266Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24192025-02-28T10:28:48.838Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24202025-02-28T10:28:50.155Z Compiling object v0.30.4
24212025-02-28T10:29:03.699Z Compiling derive_builder v0.20.2
24222025-02-28T10:29:07.323Z Compiling strip-ansi-escapes v0.2.0
24232025-02-28T10:29:08.077Z Compiling slog-stdlog v4.1.1
24242025-02-28T10:29:09.277Z Compiling papergrid v0.11.0
24252025-02-28T10:29:09.451Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24262025-02-28T10:29:09.453Z Compiling tabled_derive v0.7.0
24272025-02-28T10:29:09.803Z Compiling fd-lock v4.0.2
24282025-02-28T10:29:10.050Z Compiling peg-macros v0.8.4
24292025-02-28T10:29:11.511Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24302025-02-28T10:29:12.451Z Compiling impl-trait-for-tuples v0.2.2
24312025-02-28T10:29:13.073Z Compiling oso-derive v0.27.3
24322025-02-28T10:29:14.031Z Compiling quick-xml v0.37.2
24332025-02-28T10:29:18.107Z Compiling diesel-dtrace v0.4.2
24342025-02-28T10:29:18.473Z Compiling path-slash v0.1.5
24352025-02-28T10:29:18.747Z Compiling nu-ansi-term v0.50.1
24362025-02-28T10:29:19.989Z Compiling reedline v0.35.0
24372025-02-28T10:29:22.904Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24382025-02-28T10:29:31.589Z Compiling oso v0.27.3
24392025-02-28T10:29:37.996Z Compiling peg v0.8.4
24402025-02-28T10:29:38.182Z Compiling tabled v0.15.0
24412025-02-28T10:29:39.365Z Compiling slog-envlogger v2.2.0
24422025-02-28T10:29:41.902Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24432025-02-28T10:29:43.924Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24442025-02-28T10:29:45.438Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24452025-02-28T10:29:45.791Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24462025-02-28T10:29:48.124Z Compiling pem v3.0.5
24472025-02-28T10:29:49.564Z Compiling bb8 v0.8.5
24482025-02-28T10:29:50.172Z Compiling bcs v0.1.6
24492025-02-28T10:29:51.023Z Compiling fxhash v0.2.1
24502025-02-28T10:29:51.276Z Compiling libz-sys v1.1.20
24512025-02-28T10:29:51.959Z Compiling lockfree-object-pool v0.1.6
24522025-02-28T10:29:52.314Z Compiling bumpalo v3.16.0
24532025-02-28T10:29:52.905Z Compiling simd-adler32 v0.3.7
24542025-02-28T10:29:54.041Z Compiling zip v2.1.3
24552025-02-28T10:29:54.195Z Compiling termtree v0.5.1
24562025-02-28T10:29:54.502Z Compiling zopfli v0.8.1
24572025-02-28T10:29:56.494Z Compiling async-bb8-diesel v0.2.1
24582025-02-28T10:29:57.805Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24592025-02-28T10:29:58.058Z Compiling kstat-rs v0.2.4
24602025-02-28T10:29:58.660Z Compiling proc-macro-error-attr2 v2.0.0
24612025-02-28T10:29:58.840Z Compiling buf-list v1.0.3
24622025-02-28T10:29:58.971Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24632025-02-28T10:29:59.425Z Compiling proc-macro-error2 v2.0.1
24642025-02-28T10:30:00.004Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24652025-02-28T10:30:03.940Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
24662025-02-28T10:30:04.439Z Compiling libgit2-sys v0.17.0+1.8.1
24672025-02-28T10:30:05.236Z Compiling nanorand v0.7.0
24682025-02-28T10:30:05.941Z Compiling pin-project-internal v1.1.6
24692025-02-28T10:30:08.479Z Compiling parking_lot_core v0.8.6
24702025-02-28T10:30:08.505Z Compiling pin-project v1.1.6
24712025-02-28T10:30:08.690Z Compiling flume v0.11.1
24722025-02-28T10:30:09.465Z Compiling tabled_derive v0.10.0
24732025-02-28T10:30:09.769Z Compiling mime_guess v2.0.5
24742025-02-28T10:30:11.862Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24752025-02-28T10:30:12.064Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24762025-02-28T10:30:16.348Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24772025-02-28T10:30:18.726Z Compiling papergrid v0.14.0
24782025-02-28T10:30:19.029Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24792025-02-28T10:30:19.429Z Compiling snafu-derive v0.8.5
24802025-02-28T10:30:22.096Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24812025-02-28T10:30:22.561Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24822025-02-28T10:30:23.617Z Compiling snafu v0.8.5
24832025-02-28T10:30:24.857Z Compiling tabled v0.18.0
24842025-02-28T10:30:34.758Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24852025-02-28T10:30:36.987Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24862025-02-28T10:30:43.095Z Compiling globset v0.4.15
24872025-02-28T10:30:44.914Z Compiling olpc-cjson v0.1.4
24882025-02-28T10:30:45.250Z Compiling itertools v0.13.0
24892025-02-28T10:30:48.629Z Compiling vergen v8.3.2
24902025-02-28T10:30:48.997Z Compiling castaway v0.2.3
24912025-02-28T10:30:49.087Z Compiling nibble_vec v0.1.0
24922025-02-28T10:30:49.216Z Compiling serde_plain v1.0.2
24932025-02-28T10:30:49.340Z Compiling cargo-platform v0.1.8
24942025-02-28T10:30:49.749Z Compiling atty v0.2.14
24952025-02-28T10:30:49.831Z Compiling http-range v0.1.5
24962025-02-28T10:30:49.925Z Compiling typed-path v0.9.3
24972025-02-28T10:30:50.411Z Compiling io-lifetimes v1.0.11
24982025-02-28T10:30:50.991Z Compiling salty v0.3.0
24992025-02-28T10:30:51.454Z Compiling endian-type v0.1.2
25002025-02-28T10:30:51.729Z Compiling radix_trie v0.2.1
25012025-02-28T10:30:52.666Z Compiling tough v0.19.0
25022025-02-28T10:30:56.586Z Compiling cargo_metadata v0.18.1
25032025-02-28T10:30:57.038Z Compiling compact_str v0.8.0
25042025-02-28T10:30:58.528Z Compiling unicode-truncate v1.1.0
25052025-02-28T10:30:58.836Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25062025-02-28T10:30:59.256Z Compiling parking_lot v0.11.2
25072025-02-28T10:31:00.683Z Compiling git2 v0.19.0
25082025-02-28T10:31:01.383Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
25092025-02-28T10:31:07.069Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25102025-02-28T10:31:08.860Z Compiling lru v0.12.5
25112025-02-28T10:31:09.233Z Compiling rand_seeder v0.3.0
25122025-02-28T10:31:09.584Z Compiling lzma-sys v0.1.20
25132025-02-28T10:31:09.689Z Compiling instability v0.3.2
25142025-02-28T10:31:09.744Z Compiling rustls v0.21.12
25152025-02-28T10:31:10.110Z Compiling indoc v2.0.5
25162025-02-28T10:31:10.311Z Compiling cassowary v0.3.0
25172025-02-28T10:31:10.721Z Compiling rustix v0.37.28
25182025-02-28T10:31:10.938Z Compiling parse-size v1.1.0
25192025-02-28T10:31:11.308Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
25202025-02-28T10:31:11.637Z Compiling ratatui v0.29.0
25212025-02-28T10:31:11.749Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25222025-02-28T10:31:12.178Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25232025-02-28T10:31:12.283Z Compiling hyper-staticfile v0.10.1
25242025-02-28T10:31:13.441Z Compiling sled v0.34.7
25252025-02-28T10:31:14.803Z Compiling hickory-client v0.24.4
25262025-02-28T10:31:16.429Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
25272025-02-28T10:31:17.697Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25282025-02-28T10:31:19.528Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25292025-02-28T10:31:23.191Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25302025-02-28T10:31:23.553Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
25312025-02-28T10:31:24.457Z Compiling rustls-webpki v0.101.7
25322025-02-28T10:31:25.195Z Compiling sct v0.7.1
25332025-02-28T10:31:25.656Z Compiling hickory-server v0.24.4
25342025-02-28T10:31:28.345Z Compiling primeorder v0.13.6
25352025-02-28T10:31:28.931Z Compiling heck v0.3.3
25362025-02-28T10:31:29.322Z Compiling env_filter v0.1.2
25372025-02-28T10:31:30.302Z Compiling csv-core v0.1.11
25382025-02-28T10:31:30.871Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
25392025-02-28T10:31:31.233Z Compiling csv v1.3.1
25402025-02-28T10:31:31.345Z Compiling env_logger v0.11.5
25412025-02-28T10:31:31.368Z Compiling zone_cfg_derive v0.1.2
25422025-02-28T10:31:32.714Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25432025-02-28T10:31:32.819Z Compiling p384 v0.13.0
25442025-02-28T10:31:36.936Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25452025-02-28T10:31:37.858Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25462025-02-28T10:31:39.365Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25472025-02-28T10:31:39.795Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25482025-02-28T10:31:40.677Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25492025-02-28T10:31:41.357Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25502025-02-28T10:31:41.750Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25512025-02-28T10:31:42.111Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25522025-02-28T10:31:42.478Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25532025-02-28T10:31:42.754Z Compiling nix v0.27.1
25542025-02-28T10:31:42.836Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25552025-02-28T10:31:43.553Z Compiling tungstenite v0.23.0
25562025-02-28T10:31:45.468Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
25572025-02-28T10:31:45.837Z Compiling base64 v0.13.1
25582025-02-28T10:31:46.131Z Compiling tokio-tungstenite v0.23.1
25592025-02-28T10:31:46.670Z Compiling ron v0.7.1
25602025-02-28T10:31:49.008Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25612025-02-28T10:31:49.200Z Compiling xz2 v0.1.7
25622025-02-28T10:31:49.838Z Compiling terminal_size v0.2.6
25632025-02-28T10:31:50.087Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25642025-02-28T10:31:51.825Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25652025-02-28T10:31:56.419Z Compiling tokio-rustls v0.24.1
25662025-02-28T10:31:56.939Z Compiling zone v0.1.8
25672025-02-28T10:31:57.970Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25682025-02-28T10:31:58.713Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25692025-02-28T10:32:00.219Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25702025-02-28T10:32:00.333Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25712025-02-28T10:32:00.507Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25722025-02-28T10:32:00.652Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25732025-02-28T10:32:00.917Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25742025-02-28T10:32:01.424Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25752025-02-28T10:32:04.427Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25762025-02-28T10:32:04.559Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25772025-02-28T10:32:04.776Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25782025-02-28T10:32:08.323Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25792025-02-28T10:32:09.590Z Compiling rustls-pemfile v1.0.4
25802025-02-28T10:32:10.236Z Compiling signal-hook-tokio v0.3.1
25812025-02-28T10:32:10.377Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25822025-02-28T10:32:10.481Z Compiling twox-hash v2.1.0
25832025-02-28T10:32:11.531Z Compiling yasna v0.5.2
25842025-02-28T10:32:12.036Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
25852025-02-28T10:32:13.822Z Compiling glob v0.3.2
25862025-02-28T10:32:14.616Z Compiling smawk v0.3.2
25872025-02-28T10:32:14.989Z Compiling unicode-linebreak v0.1.5
25882025-02-28T10:32:15.034Z Compiling is_ci v1.2.0
25892025-02-28T10:32:15.134Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25902025-02-28T10:32:15.370Z Compiling supports-color v3.0.2
25912025-02-28T10:32:15.582Z Compiling textwrap v0.16.1
25922025-02-28T10:32:15.840Z Compiling rcgen v0.12.1
25932025-02-28T10:32:15.935Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
25942025-02-28T10:32:19.299Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25952025-02-28T10:32:20.119Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25962025-02-28T10:32:22.416Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
25972025-02-28T10:32:26.562Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25982025-02-28T10:32:29.036Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25992025-02-28T10:32:30.142Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
26002025-02-28T10:32:44.617Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26012025-02-28T10:32:45.670Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26022025-02-28T10:32:49.380Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
26032025-02-28T10:32:53.137Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26042025-02-28T10:32:55.908Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26052025-02-28T10:32:56.533Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26062025-02-28T10:33:00.401Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26072025-02-28T10:33:10.167Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26082025-02-28T10:33:10.190Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26092025-02-28T10:33:10.523Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26102025-02-28T10:33:11.239Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
26112025-02-28T10:33:13.349Z Compiling fatfs v0.3.6
26122025-02-28T10:33:14.984Z Compiling rtoolbox v0.0.2
26132025-02-28T10:33:15.450Z Compiling subprocess v0.2.9
26142025-02-28T10:33:16.080Z Compiling assert_matches v1.5.0
26152025-02-28T10:33:17.471Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26162025-02-28T10:33:17.682Z Compiling rpassword v7.3.1
26172025-02-28T10:33:18.156Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26182025-02-28T10:33:20.210Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26192025-02-28T10:33:25.333Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26202025-02-28T10:33:32.246Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
26212025-02-28T10:33:33.815Z Compiling tui-tree-widget v0.23.0
26222025-02-28T10:33:34.296Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
26232025-02-28T10:33:47.515Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26242025-02-28T10:33:47.870Z Compiling uzers v0.12.1
26252025-02-28T10:33:50.951Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
26262025-02-28T10:33:53.596Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
26272025-02-28T10:33:54.894Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
26282025-02-28T10:34:04.818Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26292025-02-28T10:34:15.346Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
26302025-02-28T10:34:19.991Z Compiling multimap v0.10.0
26312025-02-28T10:36:40.294Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
26322025-02-28T10:44:01.572Z Finished `release` profile [optimized] target(s) in 17m 38s
26332025-02-28T10:45:10.341Z
26342025-02-28T10:45:10.345Zreal 18:48.650684713
26352025-02-28T10:45:10.345Zuser 2:12:19.295090307
26362025-02-28T10:45:10.345Zsys 3:39.329985365
26372025-02-28T10:45:10.345Ztrap 3.409776150
26382025-02-28T10:45:10.345Ztflt 2.085917227
26392025-02-28T10:45:10.345Zdflt 5.320142614
26402025-02-28T10:45:10.345Zkflt 0.001220926
26412025-02-28T10:45:10.345Zlock 7:55:26.034748390
26422025-02-28T10:45:10.345Zslp 6:54:56.242429927
26432025-02-28T10:45:10.345Zlat 3:36.226878457
26442025-02-28T10:45:10.346Zstop 2:57.291017079
26452025-02-28T10:45:10.346Z+ mapfile -t packages
26462025-02-28T10:45:10.346Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
26472025-02-28T10:45:11.448Z Compiling ring v0.17.11
26482025-02-28T10:45:13.482Z Compiling rustls v0.22.4
26492025-02-28T10:45:13.505Z Compiling rustls v0.23.19
26502025-02-28T10:45:14.983Z Compiling rustls-webpki v0.102.8
26512025-02-28T10:45:19.364Z Compiling tokio-rustls v0.25.0
26522025-02-28T10:45:19.736Z Compiling dropshot v0.12.0
26532025-02-28T10:45:21.054Z Compiling tokio-rustls v0.26.0
26542025-02-28T10:45:21.525Z Compiling hyper-rustls v0.27.3
26552025-02-28T10:45:22.065Z Compiling reqwest v0.12.12
26562025-02-28T10:45:23.587Z Compiling dropshot v0.16.0
26572025-02-28T10:45:24.006Z Compiling qorb v0.2.1
26582025-02-28T10:45:30.812Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26592025-02-28T10:45:31.242Z Compiling progenitor-client v0.8.0
26602025-02-28T10:45:32.179Z Compiling progenitor v0.8.0
26612025-02-28T10:45:32.655Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26622025-02-28T10:45:33.570Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
26632025-02-28T10:45:37.555Z Compiling progenitor-client v0.9.1
26642025-02-28T10:45:38.606Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26652025-02-28T10:45:41.850Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26662025-02-28T10:45:48.937Z Compiling omicron-zone-package v0.12.0
26672025-02-28T10:45:55.770Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26682025-02-28T10:45:59.411Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26692025-02-28T10:46:01.822Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26702025-02-28T10:46:03.724Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26712025-02-28T10:46:19.822Z Finished `release` profile [optimized] target(s) in 1m 09s
26722025-02-28T10:46:20.002Z Running `target/release/omicron-package -t test list-outputs`
26732025-02-28T10:46:20.057ZLogging to: /work/oxidecomputer/omicron/out/LOG
26742025-02-28T10:46:20.059Z+ ptime -m cargo build --locked --release -p xtask
26752025-02-28T10:46:20.676Z Compiling serde v1.0.218
26762025-02-28T10:46:20.679Z Compiling serde_json v1.0.139
26772025-02-28T10:46:20.679Z Compiling rustix v0.38.37
26782025-02-28T10:46:20.679Z Compiling libc v0.2.170
26792025-02-28T10:46:20.679Z Compiling syn v2.0.98
26802025-02-28T10:46:20.679Z Compiling bitflags v2.6.0
26812025-02-28T10:46:21.199Z Compiling usdt-impl v0.5.0
26822025-02-28T10:46:21.213Z Compiling syn v1.0.109
26832025-02-28T10:46:21.299Z Compiling hashbrown v0.15.1
26842025-02-28T10:46:21.340Z Compiling log v0.4.22
26852025-02-28T10:46:21.584Z Compiling fs-err v2.11.0
26862025-02-28T10:46:21.808Z Compiling once_cell v1.20.3
26872025-02-28T10:46:21.933Z Compiling anyhow v1.0.96
26882025-02-28T10:46:22.173Z Compiling thread-id v4.2.2
26892025-02-28T10:46:22.546Z Compiling indexmap v2.7.1
26902025-02-28T10:46:23.397Z Compiling terminal_size v0.4.0
26912025-02-28T10:46:23.397Z Compiling tempfile v3.13.0
26922025-02-28T10:46:23.662Z Compiling clap_builder v4.5.31
26932025-02-28T10:46:24.498Z Compiling proc-macro-error v1.0.4
26942025-02-28T10:46:25.311Z Compiling tabled_derive v0.7.0
26952025-02-28T10:46:26.433Z Compiling tabled v0.15.0
26962025-02-28T10:46:27.042Z Compiling serde_derive v1.0.218
26972025-02-28T10:46:27.042Z Compiling thiserror-impl v1.0.69
26982025-02-28T10:46:27.045Z Compiling zerocopy-derive v0.7.35
26992025-02-28T10:46:27.045Z Compiling scroll_derive v0.12.0
27002025-02-28T10:46:27.045Z Compiling thiserror-impl v2.0.11
27012025-02-28T10:46:28.512Z Compiling scroll v0.12.0
27022025-02-28T10:46:28.902Z Compiling zerocopy v0.7.35
27032025-02-28T10:46:29.155Z Compiling goblin v0.8.2
27042025-02-28T10:46:29.644Z Compiling thiserror v1.0.69
27052025-02-28T10:46:29.822Z Compiling pest v2.7.14
27062025-02-28T10:46:31.864Z Compiling thiserror v2.0.11
27072025-02-28T10:46:32.063Z Compiling clap_derive v4.5.28
27082025-02-28T10:46:32.917Z Compiling pest_meta v2.7.14
27092025-02-28T10:46:36.367Z Compiling pest_generator v2.7.14
27102025-02-28T10:46:36.392Z Compiling clap v4.5.31
27112025-02-28T10:46:38.090Z Compiling pest_derive v2.7.14
27122025-02-28T10:46:38.932Z Compiling dtrace-parser v0.2.0
27132025-02-28T10:46:40.513Z Compiling toml_datetime v0.6.8
27142025-02-28T10:46:41.255Z Compiling serde_spanned v0.6.8
27152025-02-28T10:46:41.592Z Compiling dof v0.3.0
27162025-02-28T10:46:42.079Z Compiling serde_tokenstream v0.2.2
27172025-02-28T10:46:42.673Z Compiling toml_edit v0.22.24
27182025-02-28T10:46:43.705Z Compiling camino v1.1.9
27192025-02-28T10:46:48.471Z Compiling toml v0.8.20
27202025-02-28T10:46:48.918Z Compiling usdt-attr-macro v0.5.0
27212025-02-28T10:46:50.248Z Compiling usdt-macro v0.5.0
27222025-02-28T10:46:51.097Z Compiling semver v1.0.25
27232025-02-28T10:46:51.499Z Compiling cargo-platform v0.1.8
27242025-02-28T10:46:52.611Z Compiling cargo_metadata v0.19.1
27252025-02-28T10:46:52.630Z Compiling usdt v0.5.0
27262025-02-28T10:46:52.828Z Compiling cargo_toml v0.21.0
27272025-02-28T10:46:54.053Z Compiling camino-tempfile v1.1.1
27282025-02-28T10:46:54.694Z Compiling macaddr v1.0.1
27292025-02-28T10:47:04.248Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
27302025-02-28T10:47:09.899Z Finished `release` profile [optimized] target(s) in 49.78s
27312025-02-28T10:47:10.020Z
27322025-02-28T10:47:10.020Zreal 49.933804520
27332025-02-28T10:47:10.020Zuser 5:23.804672323
27342025-02-28T10:47:10.021Zsys 19.585042513
27352025-02-28T10:47:10.024Ztrap 0.155230183
27362025-02-28T10:47:10.024Ztflt 0.195901490
27372025-02-28T10:47:10.024Zdflt 0.410680654
27382025-02-28T10:47:10.024Zkflt 0.000002880
27392025-02-28T10:47:10.024Zlock 10:31.050378870
27402025-02-28T10:47:10.024Zslp 16:18.538151769
27412025-02-28T10:47:10.024Zlat 15.803344391
27422025-02-28T10:47:10.024Zstop 19.757508610
27432025-02-28T10:47:10.024Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
27442025-02-28T10:47:10.024Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
27452025-02-28T10:47:10.024Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
27462025-02-28T10:47:10.024Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
27472025-02-28T10:47:10.024Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
27482025-02-28T10:47:10.975Z Compiling ring v0.17.11
27492025-02-28T10:47:11.117Z Compiling hashbrown v0.14.5
27502025-02-28T10:47:11.128Z Compiling thiserror-impl v2.0.11
27512025-02-28T10:47:11.131Z Compiling ident_case v1.0.1
27522025-02-28T10:47:11.131Z Compiling unsafe-libyaml v0.2.11
27532025-02-28T10:47:11.131Z Compiling ipnetwork v0.21.1
27542025-02-28T10:47:11.131Z Compiling macaddr v1.0.1
27552025-02-28T10:47:11.131Z Compiling instant v0.1.13
27562025-02-28T10:47:11.418Z Compiling darling_core v0.20.10
27572025-02-28T10:47:11.442Z Compiling structmeta-derive v0.3.0
27582025-02-28T10:47:11.593Z Compiling oxnet v0.1.1
27592025-02-28T10:47:11.926Z Compiling dropshot v0.16.0
27602025-02-28T10:47:12.248Z Compiling regress v0.10.1
27612025-02-28T10:47:12.331Z Compiling regress v0.9.1
27622025-02-28T10:47:12.353Z Compiling dropshot_endpoint v0.16.0
27632025-02-28T10:47:12.977Z Compiling serde_yaml v0.9.34+deprecated
27642025-02-28T10:47:13.960Z Compiling structmeta v0.3.0
27652025-02-28T10:47:14.349Z Compiling thiserror v2.0.11
27662025-02-28T10:47:14.369Z Compiling daft-derive v0.1.1
27672025-02-28T10:47:14.524Z Compiling parse-display-derive v0.10.0
27682025-02-28T10:47:15.819Z Compiling daft v0.1.1
27692025-02-28T10:47:16.315Z Compiling rustls v0.23.19
27702025-02-28T10:47:16.350Z Compiling rustls v0.22.4
27712025-02-28T10:47:16.405Z Compiling typify-impl v0.2.0
27722025-02-28T10:47:16.408Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27732025-02-28T10:47:16.427Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27742025-02-28T10:47:16.868Z Compiling backoff v0.4.0
27752025-02-28T10:47:16.943Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27762025-02-28T10:47:16.976Z Compiling tempfile v3.13.0
27772025-02-28T10:47:17.087Z Compiling darling_macro v0.20.10
27782025-02-28T10:47:17.136Z Compiling proc-macro-crate v1.3.1
27792025-02-28T10:47:17.181Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27802025-02-28T10:47:17.233Z Compiling typify-impl v0.3.0
27812025-02-28T10:47:17.385Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27822025-02-28T10:47:17.796Z Compiling itertools v0.13.0
27832025-02-28T10:47:17.826Z Compiling heapless v0.8.0
27842025-02-28T10:47:18.011Z Compiling num_enum_derive v0.5.11
27852025-02-28T10:47:18.031Z Compiling darling v0.20.10
27862025-02-28T10:47:18.172Z Compiling serde_with_macros v3.11.0
27872025-02-28T10:47:18.379Z Compiling crucible-workspace-hack v0.1.0
27882025-02-28T10:47:18.445Z Compiling parse-display v0.10.0
27892025-02-28T10:47:18.710Z Compiling rustls-webpki v0.102.8
27902025-02-28T10:47:19.064Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27912025-02-28T10:47:20.442Z Compiling num_enum v0.5.11
27922025-02-28T10:47:20.554Z Compiling proc-macro-error v1.0.4
27932025-02-28T10:47:20.631Z Compiling camino-tempfile v1.1.1
27942025-02-28T10:47:20.665Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27952025-02-28T10:47:20.784Z Compiling serde_with v3.11.0
27962025-02-28T10:47:21.076Z Compiling foreign-types-macros v0.2.3
27972025-02-28T10:47:21.187Z Compiling hash32 v0.3.1
27982025-02-28T10:47:21.501Z Compiling foreign-types-shared v0.3.1
27992025-02-28T10:47:21.659Z Compiling smoltcp v0.11.0
28002025-02-28T10:47:22.389Z Compiling foreign-types v0.5.0
28012025-02-28T10:47:22.852Z Compiling tabwriter v1.4.0
28022025-02-28T10:47:23.367Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28032025-02-28T10:47:23.523Z Compiling cstr-argument v0.1.2
28042025-02-28T10:47:23.793Z Compiling pretty-hex v0.2.1
28052025-02-28T10:47:24.018Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
28062025-02-28T10:47:24.207Z Compiling cobs v0.2.3
28072025-02-28T10:47:24.388Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28082025-02-28T10:47:24.409Z Compiling postcard v1.0.10
28092025-02-28T10:47:24.506Z Compiling tokio-rustls v0.25.0
28102025-02-28T10:47:24.596Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28112025-02-28T10:47:24.952Z Compiling dropshot v0.12.0
28122025-02-28T10:47:25.051Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28132025-02-28T10:47:27.221Z Compiling tokio-rustls v0.26.0
28142025-02-28T10:47:27.707Z Compiling hyper-rustls v0.27.3
28152025-02-28T10:47:28.351Z Compiling reqwest v0.12.12
28162025-02-28T10:47:28.602Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28172025-02-28T10:47:29.383Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28182025-02-28T10:47:29.979Z Compiling qorb v0.2.1
28192025-02-28T10:47:30.866Z Compiling typify-macro v0.2.0
28202025-02-28T10:47:31.978Z Compiling progenitor-client v0.9.1
28212025-02-28T10:47:32.012Z Compiling progenitor-client v0.8.0
28222025-02-28T10:47:32.549Z Compiling typify-macro v0.3.0
28232025-02-28T10:47:32.571Z Compiling colored v2.2.0
28242025-02-28T10:47:33.015Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28252025-02-28T10:47:33.285Z Compiling winnow v0.6.20
28262025-02-28T10:47:33.333Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28272025-02-28T10:47:33.636Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28282025-02-28T10:47:33.639Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28292025-02-28T10:47:34.100Z Compiling smf v0.2.3
28302025-02-28T10:47:34.345Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28312025-02-28T10:47:34.664Z Compiling typify v0.2.0
28322025-02-28T10:47:34.710Z Compiling zone_cfg_derive v0.3.0
28332025-02-28T10:47:34.818Z Compiling progenitor-impl v0.8.0
28342025-02-28T10:47:35.393Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28352025-02-28T10:47:35.526Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28362025-02-28T10:47:35.721Z Compiling itertools v0.14.0
28372025-02-28T10:47:35.808Z Compiling num-derive v0.4.2
28382025-02-28T10:47:36.090Z Compiling sigpipe v0.1.3
28392025-02-28T10:47:36.234Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28402025-02-28T10:47:36.312Z Compiling typify v0.3.0
28412025-02-28T10:47:36.482Z Compiling progenitor-impl v0.9.1
28422025-02-28T10:47:36.791Z Compiling zone v0.3.0
28432025-02-28T10:47:37.676Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28442025-02-28T10:47:38.149Z Compiling universal-hash v0.5.1
28452025-02-28T10:47:38.203Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
28462025-02-28T10:47:38.274Z Compiling opaque-debug v0.3.1
28472025-02-28T10:47:38.375Z Compiling num-rational v0.4.2
28482025-02-28T10:47:38.399Z Compiling tungstenite v0.21.0
28492025-02-28T10:47:38.704Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28502025-02-28T10:47:38.727Z Compiling password-hash v0.5.0
28512025-02-28T10:47:39.005Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28522025-02-28T10:47:39.217Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28532025-02-28T10:47:39.629Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28542025-02-28T10:47:39.893Z Compiling num-complex v0.4.6
28552025-02-28T10:47:39.998Z Compiling blake2 v0.10.6
28562025-02-28T10:47:40.221Z Compiling aead v0.5.2
28572025-02-28T10:47:40.248Z Compiling convert_case v0.4.0
28582025-02-28T10:47:40.353Z Compiling base64 v0.21.7
28592025-02-28T10:47:40.577Z Compiling keccak v0.1.5
28602025-02-28T10:47:40.604Z Compiling argon2 v0.5.3
28612025-02-28T10:47:40.898Z Compiling sha3 v0.10.8
28622025-02-28T10:47:41.051Z Compiling num v0.4.3
28632025-02-28T10:47:41.073Z Compiling derive_more v0.99.19
28642025-02-28T10:47:41.181Z Compiling tokio-tungstenite v0.21.0
28652025-02-28T10:47:41.333Z Compiling poly1305 v0.8.0
28662025-02-28T10:47:41.583Z Compiling progenitor-macro v0.8.0
28672025-02-28T10:47:41.752Z Compiling chacha20 v0.9.1
28682025-02-28T10:47:41.822Z Compiling float-ord v0.3.2
28692025-02-28T10:47:41.968Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28702025-02-28T10:47:42.026Z Compiling semver v0.1.20
28712025-02-28T10:47:42.299Z Compiling same-file v1.0.6
28722025-02-28T10:47:42.416Z Compiling rustc_version v0.1.7
28732025-02-28T10:47:42.619Z Compiling walkdir v2.5.0
28742025-02-28T10:47:42.640Z Compiling newline-converter v0.3.0
28752025-02-28T10:47:42.835Z Compiling primeorder v0.13.6
28762025-02-28T10:47:42.883Z Compiling secrecy v0.8.0
28772025-02-28T10:47:43.059Z Compiling cancel-safe-futures v0.1.5
28782025-02-28T10:47:43.144Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28792025-02-28T10:47:43.288Z Compiling progenitor-macro v0.9.1
28802025-02-28T10:47:43.308Z Compiling owo-colors v4.2.0
28812025-02-28T10:47:43.333Z Compiling newtype_derive v0.1.6
28822025-02-28T10:47:43.357Z Compiling expectorate v1.1.0
28832025-02-28T10:47:43.475Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28842025-02-28T10:47:43.553Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28852025-02-28T10:47:43.680Z Compiling thiserror-impl-no-std v2.0.2
28862025-02-28T10:47:43.754Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28872025-02-28T10:47:43.953Z Compiling libsw-core v0.3.1
28882025-02-28T10:47:44.007Z Compiling blake3 v1.5.4
28892025-02-28T10:47:44.249Z Compiling unicase v2.7.0
28902025-02-28T10:47:44.367Z Compiling half v2.4.1
28912025-02-28T10:47:44.579Z Compiling arc-swap v1.7.1
28922025-02-28T10:47:44.602Z Compiling ciborium-io v0.2.2
28932025-02-28T10:47:44.666Z Compiling fixedbitset v0.5.7
28942025-02-28T10:47:44.906Z Compiling ciborium-ll v0.2.2
28952025-02-28T10:47:45.143Z Compiling petgraph v0.7.1
28962025-02-28T10:47:45.307Z Compiling slog-scope v4.4.0
28972025-02-28T10:47:45.454Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28982025-02-28T10:47:45.555Z Compiling libsw v3.4.0
28992025-02-28T10:47:45.874Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29002025-02-28T10:47:46.309Z Compiling thiserror-no-std v2.0.2
29012025-02-28T10:47:46.481Z Compiling polyval v0.6.2
29022025-02-28T10:47:46.929Z Compiling atomicwrites v0.4.4
29032025-02-28T10:47:46.970Z Compiling memmap2 v0.9.5
29042025-02-28T10:47:47.282Z Compiling linear-map v1.2.0
29052025-02-28T10:47:47.400Z Compiling libefi-sys v0.1.0
29062025-02-28T10:47:47.570Z Compiling parking_lot_core v0.8.6
29072025-02-28T10:47:47.661Z Compiling constant_time_eq v0.3.1
29082025-02-28T10:47:47.742Z Compiling salty v0.3.0
29092025-02-28T10:47:47.884Z Compiling arrayvec v0.7.6
29102025-02-28T10:47:47.923Z Compiling indent_write v2.2.0
29112025-02-28T10:47:48.041Z Compiling arrayref v0.3.9
29122025-02-28T10:47:48.255Z Compiling ghash v0.5.1
29132025-02-28T10:47:48.271Z Compiling vsss-rs v3.3.4
29142025-02-28T10:47:48.424Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29152025-02-28T10:47:48.505Z Compiling slog-stdlog v4.1.1
29162025-02-28T10:47:48.885Z Compiling ciborium v0.2.2
29172025-02-28T10:47:49.356Z Compiling p384 v0.13.0
29182025-02-28T10:47:49.512Z Compiling toolchain_find v0.4.0
29192025-02-28T10:47:49.764Z Compiling chacha20poly1305 v0.10.1
29202025-02-28T10:47:50.035Z Compiling ctr v0.9.2
29212025-02-28T10:47:50.146Z Compiling lzma-sys v0.1.20
29222025-02-28T10:47:50.261Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29232025-02-28T10:47:50.424Z Compiling bitfield-struct v0.6.2
29242025-02-28T10:47:50.713Z Compiling slog-dtrace v0.3.0
29252025-02-28T10:47:50.860Z Compiling highway v1.3.0
29262025-02-28T10:47:50.934Z Compiling topological-sort v0.2.2
29272025-02-28T10:47:51.137Z Compiling omicron-zone-package v0.12.0
29282025-02-28T10:47:51.333Z Compiling aes-gcm v0.10.3
29292025-02-28T10:47:51.725Z Compiling rustfmt-wrapper v0.2.1
29302025-02-28T10:47:51.746Z Compiling mime_guess v2.0.5
29312025-02-28T10:47:51.818Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29322025-02-28T10:47:52.232Z Compiling slog-envlogger v2.2.0
29332025-02-28T10:47:52.345Z Compiling steno v0.4.1
29342025-02-28T10:47:52.917Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29352025-02-28T10:47:52.917Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29362025-02-28T10:47:53.298Z Compiling heck v0.3.3
29372025-02-28T10:47:53.492Z Compiling ssh-encoding v0.2.0
29382025-02-28T10:47:53.531Z Compiling blowfish v0.9.1
29392025-02-28T10:47:53.573Z Compiling progenitor v0.8.0
29402025-02-28T10:47:53.676Z Compiling nibble_vec v0.1.0
29412025-02-28T10:47:53.804Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29422025-02-28T10:47:53.898Z Compiling env_filter v0.1.2
29432025-02-28T10:47:53.989Z Compiling humantime v2.1.0
29442025-02-28T10:47:54.010Z Compiling endian-type v0.1.2
29452025-02-28T10:47:54.012Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29462025-02-28T10:47:54.174Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29472025-02-28T10:47:54.240Z Compiling env_logger v0.11.5
29482025-02-28T10:47:54.499Z Compiling radix_trie v0.2.1
29492025-02-28T10:47:54.559Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29502025-02-28T10:47:54.580Z Compiling ssh-cipher v0.2.0
29512025-02-28T10:47:54.904Z Compiling bcrypt-pbkdf v0.10.0
29522025-02-28T10:47:55.125Z Compiling progenitor v0.9.1
29532025-02-28T10:47:55.146Z Compiling zone_cfg_derive v0.1.2
29542025-02-28T10:47:55.373Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29552025-02-28T10:47:55.393Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29562025-02-28T10:47:55.540Z Compiling parking_lot v0.11.2
29572025-02-28T10:47:56.437Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29582025-02-28T10:47:56.547Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29592025-02-28T10:47:56.819Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29602025-02-28T10:47:56.936Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29612025-02-28T10:47:57.306Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29622025-02-28T10:47:57.381Z Compiling password-hash v0.4.2
29632025-02-28T10:47:57.484Z Compiling gethostname v0.5.0
29642025-02-28T10:47:57.711Z Compiling fxhash v0.2.1
29652025-02-28T10:47:57.743Z Compiling lockfree-object-pool v0.1.6
29662025-02-28T10:47:57.950Z Compiling bumpalo v3.16.0
29672025-02-28T10:47:58.035Z Compiling zip v2.1.3
29682025-02-28T10:47:58.232Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
29692025-02-28T10:47:58.405Z Compiling base64 v0.13.1
29702025-02-28T10:47:58.446Z Compiling http-range v0.1.5
29712025-02-28T10:47:58.591Z Compiling simd-adler32 v0.3.7
29722025-02-28T10:47:58.679Z Compiling sled v0.34.7
29732025-02-28T10:47:58.789Z Compiling pbkdf2 v0.11.0
29742025-02-28T10:47:58.972Z Compiling zopfli v0.8.1
29752025-02-28T10:47:59.150Z Compiling ron v0.7.1
29762025-02-28T10:47:59.153Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29772025-02-28T10:47:59.868Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29782025-02-28T10:48:00.603Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29792025-02-28T10:48:00.923Z Compiling xz2 v0.1.7
29802025-02-28T10:48:01.222Z Compiling zone v0.1.8
29812025-02-28T10:48:01.380Z Compiling ssh-key v0.6.6
29822025-02-28T10:48:01.665Z Compiling hickory-client v0.24.4
29832025-02-28T10:48:02.088Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29842025-02-28T10:48:02.367Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29852025-02-28T10:48:02.628Z Compiling p521 v0.13.3
29862025-02-28T10:48:03.009Z Compiling p256 v0.13.2
29872025-02-28T10:48:03.556Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29882025-02-28T10:48:03.785Z Compiling hickory-server v0.24.4
29892025-02-28T10:48:04.586Z Compiling pem v3.0.5
29902025-02-28T10:48:04.960Z Compiling yasna v0.5.2
29912025-02-28T10:48:05.323Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
29922025-02-28T10:48:05.524Z Compiling headers-core v0.3.0
29932025-02-28T10:48:05.730Z Compiling kstat-rs v0.2.4
29942025-02-28T10:48:05.941Z Compiling nanorand v0.7.0
29952025-02-28T10:48:06.341Z Compiling atty v0.2.14
29962025-02-28T10:48:06.517Z Compiling russh-cryptovec v0.7.3
29972025-02-28T10:48:06.536Z Compiling md5 v0.7.0
29982025-02-28T10:48:06.571Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
29992025-02-28T10:48:06.848Z Compiling russh-keys v0.45.0
30002025-02-28T10:48:07.069Z Compiling flume v0.11.1
30012025-02-28T10:48:07.735Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
30022025-02-28T10:48:07.833Z Compiling rcgen v0.12.1
30032025-02-28T10:48:08.077Z Compiling headers v0.4.0
30042025-02-28T10:48:09.166Z Compiling hyper-staticfile v0.10.1
30052025-02-28T10:48:10.243Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30062025-02-28T10:48:10.529Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30072025-02-28T10:48:10.821Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
30082025-02-28T10:48:11.396Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
30092025-02-28T10:48:11.851Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30102025-02-28T10:48:11.874Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30112025-02-28T10:48:12.592Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30122025-02-28T10:48:13.346Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30132025-02-28T10:48:14.495Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30142025-02-28T10:48:14.582Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30152025-02-28T10:48:15.900Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30162025-02-28T10:48:16.073Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30172025-02-28T10:48:17.004Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
30182025-02-28T10:48:18.745Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30192025-02-28T10:48:19.316Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30202025-02-28T10:48:19.523Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30212025-02-28T10:48:19.545Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30222025-02-28T10:48:19.847Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30232025-02-28T10:48:20.410Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30242025-02-28T10:48:22.713Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30252025-02-28T10:48:22.785Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30262025-02-28T10:48:22.807Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30272025-02-28T10:48:24.472Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30282025-02-28T10:48:25.035Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30292025-02-28T10:48:25.499Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30302025-02-28T10:48:26.300Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30312025-02-28T10:48:27.277Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30322025-02-28T10:48:27.387Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30332025-02-28T10:48:29.158Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30342025-02-28T10:48:29.580Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30352025-02-28T10:48:31.114Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30362025-02-28T10:48:31.433Z Compiling num-bigint v0.4.6
30372025-02-28T10:48:32.124Z Compiling des v0.8.1
30382025-02-28T10:48:32.499Z Compiling subprocess v0.2.9
30392025-02-28T10:48:32.730Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30402025-02-28T10:48:33.361Z Compiling display-error-chain v0.2.2
30412025-02-28T10:48:33.594Z Compiling hex-literal v0.4.1
30422025-02-28T10:48:33.667Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30432025-02-28T10:48:33.751Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30442025-02-28T10:48:33.772Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30452025-02-28T10:48:34.133Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30462025-02-28T10:48:34.649Z Compiling russh v0.45.0
30472025-02-28T10:48:36.332Z Compiling internet-checksum v0.2.1
30482025-02-28T10:48:41.720Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30492025-02-28T10:48:48.673Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30502025-02-28T10:48:50.362Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30512025-02-28T10:49:14.649Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30522025-02-28T10:49:39.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s
30532025-02-28T10:49:39.482Z
30542025-02-28T10:49:39.483Zreal 2:29.417230520
30552025-02-28T10:49:39.483Zuser 12:37.166626792
30562025-02-28T10:49:39.483Zsys 1:39.569374407
30572025-02-28T10:49:39.483Ztrap 0.376175538
30582025-02-28T10:49:39.489Ztflt 0.213064801
30592025-02-28T10:49:39.489Zdflt 0.578329048
30602025-02-28T10:49:39.489Zkflt 0.000051602
30612025-02-28T10:49:39.489Zlock 23:38.358447038
30622025-02-28T10:49:39.489Zslp 44:38.733526065
30632025-02-28T10:49:39.489Zlat 37.947638666
30642025-02-28T10:49:39.490Zstop 1:44.168495369
30652025-02-28T10:49:39.490Z+ mkdir tests
30662025-02-28T10:49:39.490Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
30672025-02-28T10:49:39.490Z+ xargs -I '{}' -t cp '{}' tests/
30682025-02-28T10:49:39.528Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-18e450cda28d3ddc tests/
30692025-02-28T10:49:39.554Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9d7cc81f3a57f99f tests/
30702025-02-28T10:49:39.580Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-f495af3e0ae8d4e5 tests/
30712025-02-28T10:49:39.608Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-11c12985305ea4af tests/
30722025-02-28T10:49:39.900Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
30732025-02-28T10:49:39.904Z+ 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-9d7cc81f3a57f99f tests/commtest-f495af3e0ae8d4e5 tests/dhcp_server-18e450cda28d3ddc tests/end_to_end_tests-11c12985305ea4af out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
30742025-02-28T10:50:58.050ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
30752025-02-28T10:50:58.050Za .github/buildomat/ci-env.sh 1K
30762025-02-28T10:50:58.050Za out/target/test 1K
30772025-02-28T10:50:58.050Za out/npuzone/npuzone 23144K
30782025-02-28T10:50:58.050Za package-manifest.toml 33K
30792025-02-28T10:50:58.050Za smf/sled-agent/non-gimlet/config.toml 4K
30802025-02-28T10:50:58.050Za target/release/omicron-package 39796K
30812025-02-28T10:50:58.050Za target/release/xtask 10838K
30822025-02-28T10:50:58.050Za target/debug/bootstrap 221807K
30832025-02-28T10:50:58.050Za tests/bootstrap-9d7cc81f3a57f99f 24083K
30842025-02-28T10:50:58.050Za tests/commtest-f495af3e0ae8d4e5 24909K
30852025-02-28T10:50:58.050Za tests/dhcp_server-18e450cda28d3ddc 24083K
30862025-02-28T10:50:58.050Za tests/end_to_end_tests-11c12985305ea4af 284629K
30872025-02-28T10:50:58.050Za out/clickhouse.tar.gz 308232K
30882025-02-28T10:50:58.050Za out/clickhouse_keeper.tar.gz 293806K
30892025-02-28T10:50:58.050Za out/clickhouse_server.tar.gz 308194K
30902025-02-28T10:50:58.050Za out/cockroachdb.tar.gz 146824K
30912025-02-28T10:50:58.050Za out/crucible-dtrace.tar 98K
30922025-02-28T10:50:58.050Za out/crucible-pantry-zone.tar.gz 32721K
30932025-02-28T10:50:58.050Za out/crucible-zone.tar.gz 41109K
30942025-02-28T10:50:58.050Za out/external-dns.tar.gz 46367K
30952025-02-28T10:50:58.050Za out/internal-dns.tar.gz 46365K
30962025-02-28T10:50:58.050Za out/mg-ddm-gz.tar 63075K
30972025-02-28T10:50:58.050Za out/nexus.tar.gz 112158K
30982025-02-28T10:50:58.050Za out/ntp.tar.gz 14672K
30992025-02-28T10:50:58.050Za out/omicron-gateway-softnpu.tar.gz 26143K
31002025-02-28T10:50:58.050Za out/omicron-sled-agent.tar 127770K
31012025-02-28T10:50:58.050Za out/overlay.tar.gz 3K
31022025-02-28T10:50:58.050Za out/oximeter.tar.gz 56013K
31032025-02-28T10:50:58.051Za out/oxlog.tar 3144K
31042025-02-28T10:50:58.051Za out/probe.tar.gz 2764K
31052025-02-28T10:50:58.051Za out/propolis-server.tar.gz 66425K
31062025-02-28T10:50:58.051Za out/pumpkind-gz.tar 26665K
31072025-02-28T10:50:58.051Za out/switch-softnpu.tar.gz 270065K
31082025-02-28T10:50:58.054Z
31092025-02-28T10:50:58.054Zreal 1:18.153878197
31102025-02-28T10:50:58.054Zuser 1:14.531347658
31112025-02-28T10:50:58.054Zsys 5.185675188
31122025-02-28T10:50:58.054Ztrap 0.020953197
31132025-02-28T10:50:58.054Ztflt 0.000000000
31142025-02-28T10:50:58.054Zdflt 0.000000000
31152025-02-28T10:50:58.054Zkflt 0.000000000
31162025-02-28T10:50:58.054Zlock 0.000000000
31172025-02-28T10:50:58.054Zslp 1:14.273356231
31182025-02-28T10:50:58.054Zlat 2.292031281
31192025-02-28T10:50:58.054Zstop 0.000198238
31202025-02-28T10:50:58.054Zprocess exited: duration 2144804 ms, exit code 0
 
31212025-02-28T10:50:58.068Zfound 1 output files
31222025-02-28T10:50:58.068Zuploading: /work/package.tar.gz (2053573425 bytes)
31232025-02-28T10:51:29.598Zuploaded: /work/package.tar.gz