01JJD83GJ2707Y6EVKNQ35MAQS: 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: 01JJD84291NFWS8X2X8DM7RAP6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-24T22:51:16.082Zjob assigned to worker 01JJD84D2BXKR84KJ5QGEVNNYM [factory aws, i-0d71ee3a83eeb47ec] (queued for 1 m 15 s)
 
22025-01-24T22:51:24.422Zstarting task 0: "setup"
32025-01-24T22:51:24.428Z++ uname -s
42025-01-24T22:51:24.434Z+ kern=SunOS
52025-01-24T22:51:24.434Z+ case "$kern" in
62025-01-24T22:51:24.434Z+ groupadd -g 12345 build
72025-01-24T22:51:24.435Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-24T22:51:26.455Z+ zfs create -o mountpoint=/work rpool/work
92025-01-24T22:51:26.549Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-24T22:51:26.561Z+ home_fs=zfs
112025-01-24T22:51:26.561Z+ [[ zfs == autofs ]]
122025-01-24T22:51:26.561Z+ mkdir -p /home/build
132025-01-24T22:51:26.561Z+ chown build:build /home/build /work
142025-01-24T22:51:27.550Z+ chmod 0700 /home/build /work
152025-01-24T22:51:27.567Zprocess exited: duration 3135 ms, exit code 0
 
162025-01-24T22:51:27.590Zstarting task 1: "rust-toolchain"
172025-01-24T22:51:27.605Z+ printf ' * toolchain channel = "%s"
182025-01-24T22:51:27.605Z' 1.84.0
192025-01-24T22:51:27.605Z * toolchain channel = "1.84.0"
202025-01-24T22:51:27.605Z+ printf ' * toolchain profile = "%s"
212025-01-24T22:51:27.605Z * toolchain profile = "default"
222025-01-24T22:51:27.605Z' default
232025-01-24T22:51:27.605Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-24T22:51:27.605Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-24T22:51:27.698Zinfo: downloading installer
262025-01-24T22:51:31.755Zinfo: profile set to 'default'
272025-01-24T22:51:31.755Zinfo: default host triple is x86_64-unknown-illumos
282025-01-24T22:51:31.859Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-24T22:51:31.860Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-24T22:51:31.860Zinfo: downloading component 'cargo'
312025-01-24T22:51:31.900Zinfo: downloading component 'clippy'
322025-01-24T22:51:31.900Zinfo: downloading component 'rust-docs'
332025-01-24T22:51:31.900Zinfo: downloading component 'rust-std'
342025-01-24T22:51:33.476Zinfo: downloading component 'rustc'
352025-01-24T22:51:40.295Zinfo: downloading component 'rustfmt'
362025-01-24T22:51:40.551Zinfo: installing component 'cargo'
372025-01-24T22:51:41.366Zinfo: installing component 'clippy'
382025-01-24T22:51:41.750Zinfo: installing component 'rust-docs'
392025-01-24T22:51:43.412Zinfo: installing component 'rust-std'
402025-01-24T22:51:45.127Zinfo: installing component 'rustc'
412025-01-24T22:51:50.879Zinfo: installing component 'rustfmt'
422025-01-24T22:51:51.206Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-24T22:51:51.206Z
442025-01-24T22:51:51.593Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-24T22:51:51.595Z
462025-01-24T22:51:51.598Z
472025-01-24T22:51:51.598ZRust is installed now. Great!
482025-01-24T22:51:51.598Z
492025-01-24T22:51:51.598ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-24T22:51:51.598Zenvironment variable. This has not been done automatically.
512025-01-24T22:51:51.598Z
522025-01-24T22:51:51.598ZTo configure your current shell, you need to source
532025-01-24T22:51:51.598Zthe corresponding env file under $HOME/.cargo.
542025-01-24T22:51:51.598Z
552025-01-24T22:51:51.598ZThis is usually done by running one of the following (note the leading DOT):
562025-01-24T22:51:51.598Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-24T22:51:51.598Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-24T22:51:51.671Z+ rustc --version
592025-01-24T22:51:51.737Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-24T22:51:51.740Zprocess exited: duration 24157 ms, exit code 0
 
612025-01-24T22:51:51.746Zstarting task 2: "authentication"
622025-01-24T22:51:51.766Zprocess exited: duration 20 ms, exit code 0
 
632025-01-24T22:51:51.773Zstarting task 3: "clone repository"
642025-01-24T22:51:51.776Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-24T22:51:51.778Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-24T22:51:52.365ZCloning into '/work/oxidecomputer/omicron'...
672025-01-24T22:52:00.729Z+ cd /work/oxidecomputer/omicron
682025-01-24T22:52:00.730Z+ git fetch origin 40f39e77e1a46a6b1f953a4fdc1ad7861cf53f58
692025-01-24T22:52:01.027ZFrom https://github.com/oxidecomputer/omicron
702025-01-24T22:52:01.027Z * branch 40f39e77e1a46a6b1f953a4fdc1ad7861cf53f58 -> FETCH_HEAD
712025-01-24T22:52:01.065Z+ [[ -n omdb-decommissioned-disk-task-impl ]]
722025-01-24T22:52:01.065Z++ git branch --show-current
732025-01-24T22:52:01.065Z+ current=main
742025-01-24T22:52:01.066Z+ [[ main != omdb-decommissioned-disk-task-impl ]]
752025-01-24T22:52:01.066Z+ git branch -f omdb-decommissioned-disk-task-impl 40f39e77e1a46a6b1f953a4fdc1ad7861cf53f58
762025-01-24T22:52:01.066Z+ git checkout -f omdb-decommissioned-disk-task-impl
772025-01-24T22:52:01.316ZSwitched to branch 'omdb-decommissioned-disk-task-impl'
782025-01-24T22:52:01.439Z+ git reset --hard 40f39e77e1a46a6b1f953a4fdc1ad7861cf53f58
792025-01-24T22:52:01.439ZHEAD is now at 40f39e77e Merge branch 'omdb-sb-task-impl' into omdb-decommissioned-disk-task-impl
802025-01-24T22:52:01.439Zprocess exited: duration 9583 ms, exit code 0
 
812025-01-24T22:52:01.534Zstarting task 4: "build"
822025-01-24T22:52:01.553Z+ source .github/buildomat/ci-env.sh
832025-01-24T22:52:01.553Z++ export CARGO_TERM_COLOR=always
842025-01-24T22:52:01.554Z++ CARGO_TERM_COLOR=always
852025-01-24T22:52:01.554Z+ cargo --version
862025-01-24T22:52:01.589Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-24T22:52:01.627Z+ rustc --version
882025-01-24T22:52:01.643Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-24T22:52:01.663Z+ WORK=/work
902025-01-24T22:52:01.664Z+ pfexec mkdir -p /work
912025-01-24T22:52:01.664Z+ pfexec chown build /work
922025-01-24T22:52:01.664Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932025-01-24T22:52:07.111Zpkg list: illegal option -- F
942025-01-24T22:52:07.111ZUsage:
952025-01-24T22:52:07.114Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
962025-01-24T22:52:07.114Z [pkg_fmri_pattern ...]
972025-01-24T22:52:07.942Zpkg list: illegal option -- F
982025-01-24T22:52:07.943ZUsage:
992025-01-24T22:52:07.943Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1002025-01-24T22:52:07.943Z [pkg_fmri_pattern ...]
1012025-01-24T22:52:14.697Z Startup: Refreshing catalog 'helios-dev' ... Done
1022025-01-24T22:52:18.890Z Startup: Caching catalogs ... Done
1032025-01-24T22:52:30.194ZPlanning: Solver setup ... Done (10.518s)
1042025-01-24T22:52:30.344ZPlanning: Running solver ... Done (0.147s)
1052025-01-24T22:52:30.626ZPlanning: Finding local manifests ... Done (0.180s)
1062025-01-24T22:52:30.688ZPlanning: Fetching manifests: 0/7 0% complete
1072025-01-24T22:52:31.399ZPlanning: Fetching manifests: 7/7 100% complete
1082025-01-24T22:52:31.755ZPlanning: Package planning ... Done (0.356s)
1092025-01-24T22:52:31.811ZPlanning: Merging actions ... Done (0.056s)
1102025-01-24T22:52:32.462ZPlanning: Checking for conflicting actions ... Done (0.643s)
1112025-01-24T22:52:36.489ZPlanning: Consolidating action changes ... Done (4.034s)
1122025-01-24T22:52:36.842ZPlanning: Evaluating mediators ... Done (0.353s)
1132025-01-24T22:52:36.966ZPlanning: Planning completed in 17.99 seconds
1142025-01-24T22:52:36.981Z Packages to install: 4
1152025-01-24T22:52:36.981Z Packages to update: 3
1162025-01-24T22:52:36.984Z Mediators to change: 2
1172025-01-24T22:52:36.984Z Services to change: 1
1182025-01-24T22:52:36.984Z Estimated space available: 155.61 GB
1192025-01-24T22:52:36.984ZEstimated space to be consumed: 1.64 GB
1202025-01-24T22:52:36.984Z Create boot environment: No
1212025-01-24T22:52:36.984ZCreate backup boot environment: Yes
1222025-01-24T22:52:36.984Z Rebuild boot archive: No
1232025-01-24T22:52:36.984Z
1242025-01-24T22:52:36.984ZChanged mediators:
1252025-01-24T22:52:36.984Z mediator clang:
1262025-01-24T22:52:36.984Z version: None -> 15 (system default)
1272025-01-24T22:52:36.984Z
1282025-01-24T22:52:36.984Z mediator llvm:
1292025-01-24T22:52:36.985Z version: 14 (system default) -> 15 (system default)
1302025-01-24T22:52:36.985Z
1312025-01-24T22:52:36.985ZChanged packages:
1322025-01-24T22:52:36.985Zhelios-dev
1332025-01-24T22:52:36.985Z developer/build-essential
1342025-01-24T22:52:36.985Z None -> 11-2.0
1352025-01-24T22:52:36.985Z library/libxmlsec1
1362025-01-24T22:52:36.985Z None -> 1.2.35-2.0
1372025-01-24T22:52:36.985Z ooce/developer/clang-15
1382025-01-24T22:52:36.985Z None -> 15.0.7-2.0
1392025-01-24T22:52:36.985Z ooce/developer/llvm-15
1402025-01-24T22:52:36.985Z None -> 15.0.7-2.0
1412025-01-24T22:52:36.985Z package/pkg
1422025-01-24T22:52:36.985Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1432025-01-24T22:52:36.985Z system/library/g++-runtime
1442025-01-24T22:52:36.985Z 13-2.0 -> 14-2.0
1452025-01-24T22:52:36.985Z system/library/gcc-runtime
1462025-01-24T22:52:36.985Z 13-2.0 -> 14-2.0
1472025-01-24T22:52:36.985Z
1482025-01-24T22:52:36.985ZServices:
1492025-01-24T22:52:36.985Z restart_fmri:
1502025-01-24T22:52:36.985Z svc:/system/update-man-index:default
1512025-01-24T22:52:36.985Z
1522025-01-24T22:52:36.986ZEditable files to change:
1532025-01-24T22:52:36.986Z Update:
1542025-01-24T22:52:36.986Z usr/share/lib/pkg/web/config.shtml
1552025-01-24T22:52:37.252Z
1562025-01-24T22:52:37.252ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1572025-01-24T22:52:42.239ZDownload: 374/4301 items 16.5/225.4MB 7% complete (3.4M/s)
1582025-01-24T22:52:47.242ZDownload: 799/4301 items 18.7/225.4MB 8% complete (1.9M/s)
1592025-01-24T22:52:52.242ZDownload: 1195/4301 items 65.9/225.4MB 29% complete (4.9M/s)
1602025-01-24T22:53:01.013ZDownload: 1198/4301 items 83.5/225.4MB 37% complete (6.6M/s)
1612025-01-24T22:53:06.012ZDownload: 1795/4301 items 118.4/225.4MB 52% complete (3.8M/s)
1622025-01-24T22:53:13.870ZDownload: 2222/4301 items 119.2/225.4MB 52% complete (4.4M/s)
1632025-01-24T22:53:18.879ZDownload: 2582/4301 items 120.4/225.4MB 53% complete (134k/s)
1642025-01-24T22:53:23.880ZDownload: 3238/4301 items 169.5/225.4MB 75% complete (5.1M/s)
1652025-01-24T22:53:29.153ZDownload: 3278/4301 items 209.6/225.4MB 92% complete (8.8M/s)
1662025-01-24T22:53:34.481ZDownload: 4284/4301 items 223.8/225.4MB 99% complete (4.7M/s)
1672025-01-24T22:53:37.348ZDownload: Completed 225.42 MB in 60.12 seconds (3.8M/s)
1682025-01-24T22:53:39.161Z Actions: 1/5122 actions (Removing old actions)
1692025-01-24T22:53:39.179Z Actions: 194/5122 actions (Installing new actions)
1702025-01-24T22:53:44.186Z Actions: 4173/5122 actions (Installing new actions)
1712025-01-24T22:53:44.351Z Actions: 4267/5122 actions (Updating modified actions)
1722025-01-24T22:53:44.817Z Actions: Completed 5122 actions in 5.66 seconds.
1732025-01-24T22:53:45.225Z Done (0.400s)
1742025-01-24T22:53:45.228Z Done (0.001s)
1752025-01-24T22:53:45.815Z Done (0.587s)
1762025-01-24T22:53:51.184Z Done (5.142s)
1772025-01-24T22:53:51.420Z Done (0.166s)
1782025-01-24T22:53:51.423Z Done (0.000s)
1792025-01-24T22:53:51.617Z Done (0.000s)
1802025-01-24T22:53:52.306ZPlanning: Evaluating mediator changes ... Done
1812025-01-24T22:53:52.466ZPlanning: Checking for conflicting actions ... Done
1822025-01-24T22:53:52.469ZPlanning: Consolidating action changes ... Done
1832025-01-24T22:53:52.734ZPlanning: Evaluating mediators ... Done
1842025-01-24T22:53:52.737ZPlanning: Planning completed in 0.43 seconds
1852025-01-24T22:53:52.774Z Mediators to change: 2
1862025-01-24T22:53:52.774Z Create boot environment: No
1872025-01-24T22:53:52.776ZCreate backup boot environment: No
1882025-01-24T22:53:52.854Z Done
1892025-01-24T22:53:52.854Z Done
1902025-01-24T22:53:53.217Z Done
1912025-01-24T22:53:56.847Z Done
1922025-01-24T22:53:56.936Z Done
1932025-01-24T22:53:56.938Z Done
1942025-01-24T22:53:57.306Z Done
1952025-01-24T22:53:57.916ZPlanning: Evaluating mediator changes ... Done
1962025-01-24T22:53:57.919ZPlanning: Merging actions ... Done
1972025-01-24T22:53:58.107ZPlanning: Checking for conflicting actions ... Done
1982025-01-24T22:53:58.109ZPlanning: Consolidating action changes ... Done
1992025-01-24T22:53:58.375ZPlanning: Evaluating mediators ... Done
2002025-01-24T22:53:58.430ZPlanning: Planning completed in 0.76 seconds
2012025-01-24T22:53:58.470Z Packages to change: 1
2022025-01-24T22:53:58.470Z Mediators to change: 1
2032025-01-24T22:53:58.473Z Services to change: 1
2042025-01-24T22:53:58.473Z Create boot environment: No
2052025-01-24T22:53:58.473ZCreate backup boot environment: Yes
2062025-01-24T22:54:00.408Z Actions: 1/6 actions (Updating modified actions)
2072025-01-24T22:54:00.448Z Actions: Completed 6 actions in 0.04 seconds.
2082025-01-24T22:54:00.451Z Done
2092025-01-24T22:54:00.451Z Done
2102025-01-24T22:54:00.565Z Done
2112025-01-24T22:54:04.178Z Done
2122025-01-24T22:54:04.275Z Done
2132025-01-24T22:54:04.277Z Done
2142025-01-24T22:54:04.516Z Done
2152025-01-24T22:54:04.943ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2162025-01-24T22:54:04.943Zclang system 15 system
2172025-01-24T22:54:04.943Zcsh system system illumos
2182025-01-24T22:54:04.943Zctags system system illumos
2192025-01-24T22:54:04.943Zgcc vendor 12 vendor
2202025-01-24T22:54:04.943Zgcc system 10 system
2212025-01-24T22:54:04.943Zgcc system 7 system
2222025-01-24T22:54:04.943Zgo system 1.20 system
2232025-01-24T22:54:04.943Zgo system 1.19 system
2242025-01-24T22:54:04.943Zllvm system 15 system
2252025-01-24T22:54:04.943Zllvm system 14 system
2262025-01-24T22:54:04.943Zmariadb system 10.6 system
2272025-01-24T22:54:04.943Zmta vendor vendor dma
2282025-01-24T22:54:04.943Zopenjdk system 17 system
2292025-01-24T22:54:04.944Zopenjdk system 11 system
2302025-01-24T22:54:04.944Zopenjdk system 1.8 system
2312025-01-24T22:54:04.944Zopenssl vendor 3 vendor
2322025-01-24T22:54:04.944Zperl system 5.36 system
2332025-01-24T22:54:04.944Zpostgresql system 15 system
2342025-01-24T22:54:04.944Zpostgresql system 13 system
2352025-01-24T22:54:04.944Zpython vendor 3 vendor
2362025-01-24T22:54:04.944Zpython system 2 system
2372025-01-24T22:54:04.944Zpython3 system 3.11 system
2382025-01-24T22:54:04.944Zruby system 3.0 system
2392025-01-24T22:54:04.944Zwords vendor vendor american-english
2402025-01-24T22:54:04.944Zwords system system australian-english
2412025-01-24T22:54:04.944Zwords system system british-english
2422025-01-24T22:54:04.944Zwords system system canadian-english
2432025-01-24T22:54:04.944Zwords system system french
2442025-01-24T22:54:04.944Zwords system system italian
2452025-01-24T22:54:04.944Zwords system system ngerman
2462025-01-24T22:54:04.944Zwords system system ogerman
2472025-01-24T22:54:04.944Zwords system system spanish
2482025-01-24T22:54:05.272ZPUBLISHER TYPE STATUS P LOCATION
2492025-01-24T22:54:05.273Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2502025-01-24T22:54:08.046ZFMRI IFO
2512025-01-24T22:54:08.046Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2522025-01-24T22:54:08.046Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2532025-01-24T22:54:08.046Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2542025-01-24T22:54:08.046Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2552025-01-24T22:54:08.047Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2562025-01-24T22:54:08.047Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2572025-01-24T22:54:08.047Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2582025-01-24T22:54:08.047Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2592025-01-24T22:54:08.047Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2602025-01-24T22:54:08.047Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2612025-01-24T22:54:08.047Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2622025-01-24T22:54:08.047Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2632025-01-24T22:54:08.047Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2642025-01-24T22:54:08.047Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2652025-01-24T22:54:08.047Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2662025-01-24T22:54:08.797Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2672025-01-24T22:54:09.072Z Updating crates.io index
2682025-01-24T22:54:09.132Z Updating git repository `https://github.com/oxidecomputer/diffus`
2692025-01-24T22:54:09.415Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702025-01-24T22:54:09.910Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2712025-01-24T22:54:10.186Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722025-01-24T22:54:10.487Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2732025-01-24T22:54:10.751Z Updating git repository `https://github.com/oxidecomputer/propolis`
2742025-01-24T22:54:12.124Z Updating git repository `https://github.com/oxidecomputer/crucible`
2752025-01-24T22:54:13.786Z Updating git repository `https://github.com/oxidecomputer/opte`
2762025-01-24T22:54:14.572Z Updating git repository `https://github.com/oxidecomputer/falcon`
2772025-01-24T22:54:15.297Z Updating git repository `https://github.com/oxidecomputer/clickward`
2782025-01-24T22:54:15.551Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2792025-01-24T22:54:16.092Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2802025-01-24T22:54:17.787Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2812025-01-24T22:54:17.790Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822025-01-24T22:54:17.790Z Updating git repository `https://github.com/oxidecomputer/tofino`
2832025-01-24T22:54:17.853Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2842025-01-24T22:54:18.114Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2852025-01-24T22:54:18.362Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2862025-01-24T22:54:18.677Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872025-01-24T22:54:18.989Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2882025-01-24T22:54:19.273Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2892025-01-24T22:54:19.612Z Updating git repository `https://github.com/oxidecomputer/ispf`
2902025-01-24T22:54:20.076Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2912025-01-24T22:54:20.370Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2922025-01-24T22:54:20.871Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2932025-01-24T22:54:21.171Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942025-01-24T22:54:21.562Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2952025-01-24T22:54:22.029Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2962025-01-24T22:54:22.356Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972025-01-24T22:54:22.623Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982025-01-24T22:54:22.925Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992025-01-24T22:54:24.103Z Downloading crates ...
3002025-01-24T22:54:24.160Z Downloaded anstyle v1.0.10
3012025-01-24T22:54:24.168Z Downloaded anstream v0.6.15
3022025-01-24T22:54:24.190Z Downloaded equivalent v1.0.1
3032025-01-24T22:54:24.201Z Downloaded swrite v0.1.0
3042025-01-24T22:54:24.210Z Downloaded memmap v0.7.0
3052025-01-24T22:54:24.213Z Downloaded clap_lex v0.7.2
3062025-01-24T22:54:24.213Z Downloaded heck v0.5.0
3072025-01-24T22:54:24.216Z Downloaded pretty-hex v0.4.1
3082025-01-24T22:54:24.216Z Downloaded dtrace-parser v0.2.0
3092025-01-24T22:54:24.216Z Downloaded cargo-platform v0.1.8
3102025-01-24T22:54:24.220Z Downloaded usdt-attr-macro v0.5.0
3112025-01-24T22:54:24.231Z Downloaded usdt-macro v0.5.0
3122025-01-24T22:54:24.234Z Downloaded scroll_derive v0.12.0
3132025-01-24T22:54:24.237Z Downloaded fnv v1.0.7
3142025-01-24T22:54:24.240Z Downloaded cfg-if v1.0.0
3152025-01-24T22:54:24.243Z Downloaded block-buffer v0.10.4
3162025-01-24T22:54:24.243Z Downloaded anstyle-query v1.1.1
3172025-01-24T22:54:24.246Z Downloaded anstyle-parse v0.2.5
3182025-01-24T22:54:24.248Z Downloaded strsim v0.11.1
3192025-01-24T22:54:24.251Z Downloaded is_terminal_polyfill v1.70.1
3202025-01-24T22:54:24.251Z Downloaded fs-err v2.11.0
3212025-01-24T22:54:24.253Z Downloaded thread-id v4.2.2
3222025-01-24T22:54:24.253Z Downloaded thiserror-impl v1.0.69
3232025-01-24T22:54:24.256Z Downloaded terminal_size v0.4.0
3242025-01-24T22:54:24.256Z Downloaded errno v0.3.9
3252025-01-24T22:54:24.259Z Downloaded thiserror v1.0.69
3262025-01-24T22:54:24.264Z Downloaded smawk v0.3.2
3272025-01-24T22:54:24.267Z Downloaded serde_tokenstream v0.2.2
3282025-01-24T22:54:24.267Z Downloaded fastrand v2.1.1
3292025-01-24T22:54:24.269Z Downloaded colorchoice v1.0.2
3302025-01-24T22:54:24.280Z Downloaded tabled_derive v0.7.0
3312025-01-24T22:54:24.284Z Downloaded toml_datetime v0.6.8
3322025-01-24T22:54:24.284Z Downloaded digest v0.10.7
3332025-01-24T22:54:24.287Z Downloaded plain v0.2.3
3342025-01-24T22:54:24.287Z Downloaded pest_generator v2.7.14
3352025-01-24T22:54:24.287Z Downloaded macaddr v1.0.1
3362025-01-24T22:54:24.289Z Downloaded itoa v1.0.11
3372025-01-24T22:54:24.289Z Downloaded bytecount v0.6.8
3382025-01-24T22:54:24.292Z Downloaded serde_spanned v0.6.8
3392025-01-24T22:54:24.292Z Downloaded utf8parse v0.2.2
3402025-01-24T22:54:24.292Z Downloaded generic-array v0.14.7
3412025-01-24T22:54:24.294Z Downloaded proc-macro-error-attr v1.0.4
3422025-01-24T22:54:24.294Z Downloaded crypto-common v0.1.6
3432025-01-24T22:54:24.297Z Downloaded semver v1.0.24
3442025-01-24T22:54:24.305Z Downloaded version_check v0.9.5
3452025-01-24T22:54:24.307Z Downloaded usdt v0.5.0
3462025-01-24T22:54:24.310Z Downloaded cpufeatures v0.2.14
3472025-01-24T22:54:24.313Z Downloaded unicode-linebreak v0.1.5
3482025-01-24T22:54:24.313Z Downloaded cargo_toml v0.20.5
3492025-01-24T22:54:24.316Z Downloaded camino-tempfile v1.1.1
3502025-01-24T22:54:24.316Z Downloaded autocfg v1.4.0
3512025-01-24T22:54:24.318Z Downloaded clap_derive v4.5.18
3522025-01-24T22:54:24.321Z Downloaded camino v1.1.9
3532025-01-24T22:54:24.323Z Downloaded tempfile v3.13.0
3542025-01-24T22:54:24.326Z Downloaded quote v1.0.38
3552025-01-24T22:54:24.328Z Downloaded proc-macro-error v1.0.4
3562025-01-24T22:54:24.331Z Downloaded byteorder v1.5.0
3572025-01-24T22:54:24.333Z Downloaded usdt-impl v0.5.0
3582025-01-24T22:54:24.333Z Downloaded log v0.4.22
3592025-01-24T22:54:24.336Z Downloaded heck v0.4.1
3602025-01-24T22:54:24.339Z Downloaded clap v4.5.21
3612025-01-24T22:54:24.345Z Downloaded sha2 v0.10.8
3622025-01-24T22:54:24.348Z Downloaded dof v0.3.0
3632025-01-24T22:54:24.348Z Downloaded cargo_metadata v0.18.1
3642025-01-24T22:54:24.350Z Downloaded pest_derive v2.7.14
3652025-01-24T22:54:24.353Z Downloaded scroll v0.12.0
3662025-01-24T22:54:24.353Z Downloaded bitflags v2.6.0
3672025-01-24T22:54:24.356Z Downloaded once_cell v1.20.2
3682025-01-24T22:54:24.361Z Downloaded unicode-ident v1.0.14
3692025-01-24T22:54:24.364Z Downloaded typenum v1.17.0
3702025-01-24T22:54:24.367Z Downloaded ryu v1.0.18
3712025-01-24T22:54:24.370Z Downloaded textwrap v0.16.1
3722025-01-24T22:54:24.373Z Downloaded proc-macro2 v1.0.92
3732025-01-24T22:54:24.376Z Downloaded anyhow v1.0.95
3742025-01-24T22:54:24.381Z Downloaded zerocopy-derive v0.7.35
3752025-01-24T22:54:24.385Z Downloaded pest_meta v2.7.14
3762025-01-24T22:54:24.387Z Downloaded ucd-trie v0.1.7
3772025-01-24T22:54:24.391Z Downloaded serde_derive v1.0.217
3782025-01-24T22:54:24.398Z Downloaded papergrid v0.11.0
3792025-01-24T22:54:24.404Z Downloaded toml v0.8.19
3802025-01-24T22:54:24.421Z Downloaded serde v1.0.217
3812025-01-24T22:54:24.425Z Downloaded indexmap v2.7.0
3822025-01-24T22:54:24.429Z Downloaded memchr v2.7.4
3832025-01-24T22:54:24.434Z Downloaded toml_edit v0.22.22
3842025-01-24T22:54:24.456Z Downloaded hashbrown v0.15.1
3852025-01-24T22:54:24.496Z Downloaded zerocopy v0.7.35
3862025-01-24T22:54:24.510Z Downloaded winnow v0.6.20
3872025-01-24T22:54:24.518Z Downloaded pest v2.7.14
3882025-01-24T22:54:24.526Z Downloaded serde_json v1.0.135
3892025-01-24T22:54:24.532Z Downloaded goblin v0.8.2
3902025-01-24T22:54:24.537Z Downloaded clap_builder v4.5.21
3912025-01-24T22:54:24.545Z Downloaded tabled v0.15.0
3922025-01-24T22:54:24.558Z Downloaded syn v1.0.109
3932025-01-24T22:54:24.567Z Downloaded unicode-width v0.1.14
3942025-01-24T22:54:24.573Z Downloaded syn v2.0.96
3952025-01-24T22:54:24.584Z Downloaded rustix v0.38.37
3962025-01-24T22:54:24.615Z Downloaded libc v0.2.169
3972025-01-24T22:54:24.922Z Compiling proc-macro2 v1.0.92
3982025-01-24T22:54:24.922Z Compiling unicode-ident v1.0.14
3992025-01-24T22:54:24.924Z Compiling version_check v0.9.5
4002025-01-24T22:54:24.925Z Compiling serde v1.0.217
4012025-01-24T22:54:24.925Z Compiling memchr v2.7.4
4022025-01-24T22:54:24.925Z Compiling thiserror v1.0.69
4032025-01-24T22:54:24.925Z Compiling libc v0.2.169
4042025-01-24T22:54:24.958Z Compiling itoa v1.0.11
4052025-01-24T22:54:25.188Z Compiling ryu v1.0.18
4062025-01-24T22:54:25.254Z Compiling ucd-trie v0.1.7
4072025-01-24T22:54:25.700Z Compiling once_cell v1.20.2
4082025-01-24T22:54:25.731Z Compiling byteorder v1.5.0
4092025-01-24T22:54:26.024Z Compiling rustix v0.38.37
4102025-01-24T22:54:26.188Z Compiling serde_json v1.0.135
4112025-01-24T22:54:26.278Z Compiling bitflags v2.6.0
4122025-01-24T22:54:26.400Z Compiling proc-macro-error-attr v1.0.4
4132025-01-24T22:54:26.532Z Compiling usdt-impl v0.5.0
4142025-01-24T22:54:26.565Z Compiling syn v1.0.109
4152025-01-24T22:54:26.666Z Compiling proc-macro-error v1.0.4
4162025-01-24T22:54:26.742Z Compiling hashbrown v0.15.1
4172025-01-24T22:54:26.769Z Compiling log v0.4.22
4182025-01-24T22:54:26.967Z Compiling camino v1.1.9
4192025-01-24T22:54:27.028Z Compiling equivalent v1.0.1
4202025-01-24T22:54:27.108Z Compiling plain v0.2.3
4212025-01-24T22:54:27.156Z Compiling utf8parse v0.2.2
4222025-01-24T22:54:27.206Z Compiling quote v1.0.38
4232025-01-24T22:54:27.338Z Compiling errno v0.3.9
4242025-01-24T22:54:27.424Z Compiling anstyle-parse v0.2.5
4252025-01-24T22:54:27.504Z Compiling thread-id v4.2.2
4262025-01-24T22:54:27.588Z Compiling syn v2.0.96
4272025-01-24T22:54:27.746Z Compiling indexmap v2.7.0
4282025-01-24T22:54:27.795Z Compiling anstyle v1.0.10
4292025-01-24T22:54:27.841Z Compiling winnow v0.6.20
4302025-01-24T22:54:27.986Z Compiling colorchoice v1.0.2
4312025-01-24T22:54:28.166Z Compiling semver v1.0.24
4322025-01-24T22:54:28.194Z Compiling autocfg v1.4.0
4332025-01-24T22:54:28.623Z Compiling is_terminal_polyfill v1.70.1
4342025-01-24T22:54:28.767Z Compiling anstyle-query v1.1.1
4352025-01-24T22:54:28.889Z Compiling pretty-hex v0.4.1
4362025-01-24T22:54:28.941Z Compiling unicode-width v0.1.14
4372025-01-24T22:54:28.983Z Compiling anstream v0.6.15
4382025-01-24T22:54:29.172Z Compiling fs-err v2.11.0
4392025-01-24T22:54:29.528Z Compiling terminal_size v0.4.0
4402025-01-24T22:54:29.555Z Compiling anyhow v1.0.95
4412025-01-24T22:54:29.581Z Compiling clap_lex v0.7.2
4422025-01-24T22:54:29.655Z Compiling fastrand v2.1.1
4432025-01-24T22:54:29.762Z Compiling cfg-if v1.0.0
4442025-01-24T22:54:29.876Z Compiling heck v0.5.0
4452025-01-24T22:54:30.039Z Compiling fnv v1.0.7
4462025-01-24T22:54:30.152Z Compiling heck v0.4.1
4472025-01-24T22:54:30.182Z Compiling strsim v0.11.1
4482025-01-24T22:54:30.184Z Compiling bytecount v0.6.8
4492025-01-24T22:54:30.438Z Compiling papergrid v0.11.0
4502025-01-24T22:54:30.550Z Compiling tempfile v3.13.0
4512025-01-24T22:54:30.631Z Compiling clap_builder v4.5.21
4522025-01-24T22:54:31.171Z Compiling memmap v0.7.0
4532025-01-24T22:54:31.199Z Compiling smawk v0.3.2
4542025-01-24T22:54:31.295Z Compiling unicode-linebreak v0.1.5
4552025-01-24T22:54:31.526Z Compiling swrite v0.1.0
4562025-01-24T22:54:31.807Z Compiling textwrap v0.16.1
4572025-01-24T22:54:32.407Z Compiling tabled_derive v0.7.0
4582025-01-24T22:54:33.747Z Compiling tabled v0.15.0
4592025-01-24T22:54:34.213Z Compiling serde_derive v1.0.217
4602025-01-24T22:54:34.213Z Compiling thiserror-impl v1.0.69
4612025-01-24T22:54:34.215Z Compiling zerocopy-derive v0.7.35
4622025-01-24T22:54:34.215Z Compiling scroll_derive v0.12.0
4632025-01-24T22:54:34.216Z Compiling clap_derive v4.5.18
4642025-01-24T22:54:35.536Z Compiling scroll v0.12.0
4652025-01-24T22:54:36.034Z Compiling zerocopy v0.7.35
4662025-01-24T22:54:36.088Z Compiling goblin v0.8.2
4672025-01-24T22:54:37.246Z Compiling pest v2.7.14
4682025-01-24T22:54:38.029Z Compiling clap v4.5.21
4692025-01-24T22:54:39.302Z Compiling pest_meta v2.7.14
4702025-01-24T22:54:40.246Z Compiling pest_generator v2.7.14
4712025-01-24T22:54:41.745Z Compiling pest_derive v2.7.14
4722025-01-24T22:54:42.316Z Compiling dtrace-parser v0.2.0
4732025-01-24T22:54:42.996Z Compiling serde_spanned v0.6.8
4742025-01-24T22:54:43.061Z Compiling toml_datetime v0.6.8
4752025-01-24T22:54:43.107Z Compiling serde_tokenstream v0.2.2
4762025-01-24T22:54:43.209Z Compiling cargo-platform v0.1.8
4772025-01-24T22:54:43.261Z Compiling macaddr v1.0.1
4782025-01-24T22:54:43.525Z Compiling toml_edit v0.22.22
4792025-01-24T22:54:43.684Z Compiling camino-tempfile v1.1.1
4802025-01-24T22:54:44.339Z Compiling dof v0.3.0
4812025-01-24T22:54:44.339Z Compiling cargo_metadata v0.18.1
4822025-01-24T22:54:45.779Z Compiling usdt-macro v0.5.0
4832025-01-24T22:54:45.779Z Compiling usdt-attr-macro v0.5.0
4842025-01-24T22:54:46.268Z Compiling toml v0.8.19
4852025-01-24T22:54:46.855Z Compiling usdt v0.5.0
4862025-01-24T22:54:47.049Z Compiling cargo_toml v0.20.5
4872025-01-24T22:54:49.713Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4882025-01-24T22:54:52.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.28s
4892025-01-24T22:54:53.121Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4902025-01-24T22:54:53.645Z Downloading crates ...
4912025-01-24T22:54:53.773Z Downloaded arrayref v0.3.9
4922025-01-24T22:54:53.777Z Downloaded assert_matches v1.5.0
4932025-01-24T22:54:53.779Z Downloaded atomicwrites v0.4.4
4942025-01-24T22:54:53.782Z Downloaded darling v0.20.10
4952025-01-24T22:54:53.788Z Downloaded crunchy v0.2.2
4962025-01-24T22:54:53.801Z Downloaded heapless v0.8.0
4972025-01-24T22:54:53.801Z Downloaded atty v0.2.14
4982025-01-24T22:54:53.801Z Downloaded hickory-resolver v0.24.2
4992025-01-24T22:54:53.804Z Downloaded cfg_aliases v0.1.1
5002025-01-24T22:54:53.806Z Downloaded cfg_aliases v0.2.1
5012025-01-24T22:54:53.806Z Downloaded hickory-server v0.24.2
5022025-01-24T22:54:53.811Z Downloaded crucible-workspace-hack v0.1.0
5032025-01-24T22:54:53.819Z Downloaded array-init v0.0.4
5042025-01-24T22:54:53.822Z Downloaded async-stream-impl v0.3.6
5052025-01-24T22:54:53.822Z Downloaded ascii-canvas v3.0.0
5062025-01-24T22:54:53.826Z Downloaded adler2 v2.0.0
5072025-01-24T22:54:53.826Z Downloaded cstr-argument v0.1.2
5082025-01-24T22:54:53.829Z Downloaded ciborium-io v0.2.2
5092025-01-24T22:54:53.831Z Downloaded highway v1.2.0
5102025-01-24T22:54:53.831Z Downloaded hickory-proto v0.24.2
5112025-01-24T22:54:53.846Z Downloaded convert_case v0.4.0
5122025-01-24T22:54:53.849Z Downloaded colored v2.1.0
5132025-01-24T22:54:53.851Z Downloaded castaway v0.2.3
5142025-01-24T22:54:53.851Z Downloaded cipher v0.4.4
5152025-01-24T22:54:53.854Z Downloaded cexpr v0.6.0
5162025-01-24T22:54:53.855Z Downloaded block-padding v0.3.3
5172025-01-24T22:54:53.857Z Downloaded bitfield-struct v0.6.2
5182025-01-24T22:54:53.857Z Downloaded bit-set v0.5.3
5192025-01-24T22:54:53.860Z Downloaded async-recursion v1.1.1
5202025-01-24T22:54:53.863Z Downloaded bb8 v0.8.5
5212025-01-24T22:54:53.866Z Downloaded ciborium-ll v0.2.2
5222025-01-24T22:54:53.868Z Downloaded chrono-tz-build v0.4.0
5232025-01-24T22:54:53.868Z Downloaded cbc v0.1.2
5242025-01-24T22:54:53.872Z Downloaded aead v0.5.2
5252025-01-24T22:54:53.875Z Downloaded curve25519-dalek-derive v0.1.1
5262025-01-24T22:54:53.877Z Downloaded crc-catalog v2.4.0
5272025-01-24T22:54:53.878Z Downloaded cassowary v0.3.0
5282025-01-24T22:54:53.881Z Downloaded buf-list v1.0.3
5292025-01-24T22:54:53.884Z Downloaded bitflags v1.3.2
5302025-01-24T22:54:53.887Z Downloaded http-range v0.1.5
5312025-01-24T22:54:53.887Z Downloaded addr2line v0.24.2
5322025-01-24T22:54:53.890Z Downloaded http-body-util v0.1.2
5332025-01-24T22:54:53.890Z Downloaded http-body v1.0.1
5342025-01-24T22:54:53.893Z Downloaded hostname v0.4.0
5352025-01-24T22:54:53.893Z Downloaded progenitor-client v0.9.1
5362025-01-24T22:54:53.895Z Downloaded icu_locid_transform v1.5.0
5372025-01-24T22:54:53.898Z Downloaded hyper-util v0.1.10
5382025-01-24T22:54:53.901Z Downloaded icu_properties v1.5.1
5392025-01-24T22:54:53.903Z Downloaded constant_time_eq v0.3.1
5402025-01-24T22:54:53.906Z Downloaded icu_locid_transform_data v1.5.0
5412025-01-24T22:54:53.908Z Downloaded blowfish v0.9.1
5422025-01-24T22:54:53.908Z Downloaded rand_seeder v0.3.0
5432025-01-24T22:54:53.911Z Downloaded const_format_proc_macros v0.2.33
5442025-01-24T22:54:53.913Z Downloaded icu_collections v1.5.0
5452025-01-24T22:54:53.919Z Downloaded instant v0.1.13
5462025-01-24T22:54:53.922Z Downloaded ident_case v1.0.1
5472025-01-24T22:54:53.922Z Downloaded icu_provider_macros v1.5.0
5482025-01-24T22:54:53.925Z Downloaded cancel-safe-futures v0.1.5
5492025-01-24T22:54:53.927Z Downloaded is_ci v1.2.0
5502025-01-24T22:54:53.930Z Downloaded cookie_store v0.21.1
5512025-01-24T22:54:53.933Z Downloaded hubpack_derive v0.1.1
5522025-01-24T22:54:53.933Z Downloaded bcrypt-pbkdf v0.10.0
5532025-01-24T22:54:53.933Z Downloaded async-trait v0.1.83
5542025-01-24T22:54:53.936Z Downloaded backoff v0.4.0
5552025-01-24T22:54:53.939Z Downloaded humantime v2.1.0
5562025-01-24T22:54:53.942Z Downloaded httparse v1.9.5
5572025-01-24T22:54:53.945Z Downloaded is-terminal v0.4.13
5582025-01-24T22:54:53.946Z Downloaded cmake v0.1.51
5592025-01-24T22:54:53.949Z Downloaded ahash v0.8.11
5602025-01-24T22:54:53.949Z Downloaded internet-checksum v0.2.1
5612025-01-24T22:54:53.953Z Downloaded inout v0.1.3
5622025-01-24T22:54:53.953Z Downloaded indent_write v2.2.0
5632025-01-24T22:54:53.957Z Downloaded hubpack v0.1.2
5642025-01-24T22:54:53.957Z Downloaded ciborium v0.2.2
5652025-01-24T22:54:53.960Z Downloaded mirai-annotations v1.12.0
5662025-01-24T22:54:53.960Z Downloaded md5 v0.7.0
5672025-01-24T22:54:53.960Z Downloaded async-bb8-diesel v0.2.1
5682025-01-24T22:54:53.962Z Downloaded maybe-uninit v2.0.0
5692025-01-24T22:54:53.962Z Downloaded managed v0.8.0
5702025-01-24T22:54:53.965Z Downloaded lazy_static v1.5.0
5712025-01-24T22:54:53.967Z Downloaded lalrpop-util v0.19.12
5722025-01-24T22:54:53.967Z Downloaded impl-trait-for-tuples v0.2.2
5732025-01-24T22:54:53.970Z Downloaded instability v0.3.2
5742025-01-24T22:54:53.972Z Downloaded libsw v3.3.1
5752025-01-24T22:54:53.974Z Downloaded tinyvec_macros v0.1.1
5762025-01-24T22:54:53.974Z Downloaded keccak v0.1.5
5772025-01-24T22:54:53.977Z Downloaded heck v0.3.3
5782025-01-24T22:54:53.977Z Downloaded iana-time-zone v0.1.61
5792025-01-24T22:54:53.980Z Downloaded take_mut v0.2.2
5802025-01-24T22:54:53.980Z Downloaded rtoolbox v0.0.2
5812025-01-24T22:54:53.983Z Downloaded crc32fast v1.4.2
5822025-01-24T22:54:53.985Z Downloaded memoffset v0.9.1
5832025-01-24T22:54:53.985Z Downloaded hex-literal v0.4.1
5842025-01-24T22:54:53.989Z Downloaded crossbeam-utils v0.8.20
5852025-01-24T22:54:53.992Z Downloaded csv-core v0.1.11
5862025-01-24T22:54:53.992Z Downloaded mime v0.3.17
5872025-01-24T22:54:53.994Z Downloaded md-5 v0.10.6
5882025-01-24T22:54:53.994Z Downloaded bcs v0.1.6
5892025-01-24T22:54:53.997Z Downloaded const-oid v0.9.6
5902025-01-24T22:54:54.000Z Downloaded cookie v0.18.1
5912025-01-24T22:54:54.002Z Downloaded clang-sys v1.8.1
5922025-01-24T22:54:54.005Z Downloaded blake2 v0.10.6
5932025-01-24T22:54:54.008Z Downloaded normalize-line-endings v0.3.0
5942025-01-24T22:54:54.008Z Downloaded serde-hex v0.1.0
5952025-01-24T22:54:54.011Z Downloaded salsa20 v0.10.2
5962025-01-24T22:54:54.011Z Downloaded allocator-api2 v0.2.18
5972025-01-24T22:54:54.017Z Downloaded yoke-derive v0.7.4
5982025-01-24T22:54:54.020Z Downloaded jobserver v0.1.32
5992025-01-24T22:54:54.020Z Downloaded darling_macro v0.20.10
6002025-01-24T22:54:54.020Z Downloaded indoc v1.0.9
6012025-01-24T22:54:54.022Z Downloaded linear-map v1.2.0
6022025-01-24T22:54:54.022Z Downloaded libloading v0.8.5
6032025-01-24T22:54:54.025Z Downloaded rustc-hash v1.1.0
6042025-01-24T22:54:54.027Z Downloaded slog-bunyan v2.5.0
6052025-01-24T22:54:54.030Z Downloaded oso-derive v0.27.3
6062025-01-24T22:54:54.030Z Downloaded hickory-client v0.24.2
6072025-01-24T22:54:54.033Z Downloaded openssl-probe v0.1.5
6082025-01-24T22:54:54.033Z Downloaded shell-words v1.1.0
6092025-01-24T22:54:54.036Z Downloaded unicode-truncate v1.1.0
6102025-01-24T22:54:54.038Z Downloaded structmeta-derive v0.3.0
6112025-01-24T22:54:54.038Z Downloaded static_assertions v1.1.0
6122025-01-24T22:54:54.041Z Downloaded mime_guess v2.0.5
6132025-01-24T22:54:54.041Z Downloaded lock_api v0.4.12
6142025-01-24T22:54:54.044Z Downloaded path-slash v0.1.5
6152025-01-24T22:54:54.046Z Downloaded tokio-native-tls v0.3.1
6162025-01-24T22:54:54.047Z Downloaded litemap v0.7.3
6172025-01-24T22:54:54.050Z Downloaded multer v3.1.0
6182025-01-24T22:54:54.053Z Downloaded group v0.13.0
6192025-01-24T22:54:54.053Z Downloaded tls_codec v0.4.1
6202025-01-24T22:54:54.055Z Downloaded base64 v0.13.1
6212025-01-24T22:54:54.058Z Downloaded indexmap v1.9.3
6222025-01-24T22:54:54.061Z Downloaded futures-executor v0.3.31
6232025-01-24T22:54:54.063Z Downloaded peg-runtime v0.8.3
6242025-01-24T22:54:54.066Z Downloaded icu_provider v1.5.0
6252025-01-24T22:54:54.068Z Downloaded litrs v0.4.1
6262025-01-24T22:54:54.071Z Downloaded shlex v1.3.0
6272025-01-24T22:54:54.073Z Downloaded signature v2.2.0
6282025-01-24T22:54:54.073Z Downloaded serde_derive_internals v0.29.1
6292025-01-24T22:54:54.076Z Downloaded crossbeam-epoch v0.9.18
6302025-01-24T22:54:54.080Z Downloaded futures-core v0.3.31
6312025-01-24T22:54:54.080Z Downloaded pretty-hex v0.2.1
6322025-01-24T22:54:54.084Z Downloaded debug-ignore v1.0.5
6332025-01-24T22:54:54.084Z Downloaded slog-async v2.8.0
6342025-01-24T22:54:54.087Z Downloaded unarray v0.1.4
6352025-01-24T22:54:54.087Z Downloaded miniz_oxide v0.8.0
6362025-01-24T22:54:54.089Z Downloaded defmt-parser v0.3.4
6372025-01-24T22:54:54.089Z Downloaded either v1.13.0
6382025-01-24T22:54:54.092Z Downloaded defmt-macros v0.3.9
6392025-01-24T22:54:54.094Z Downloaded progenitor-macro v0.8.0
6402025-01-24T22:54:54.094Z Downloaded pin-utils v0.1.0
6412025-01-24T22:54:54.097Z Downloaded float-cmp v0.9.0
6422025-01-24T22:54:54.097Z Downloaded flagset v0.4.6
6432025-01-24T22:54:54.100Z Downloaded psl-types v2.0.11
6442025-01-24T22:54:54.102Z Downloaded nu-ansi-term v0.50.1
6452025-01-24T22:54:54.102Z Downloaded futures-channel v0.3.31
6462025-01-24T22:54:54.105Z Downloaded mockall_derive v0.13.0
6472025-01-24T22:54:54.107Z Downloaded globset v0.4.15
6482025-01-24T22:54:54.110Z Downloaded hmac v0.12.1
6492025-01-24T22:54:54.112Z Downloaded progenitor-macro v0.9.1
6502025-01-24T22:54:54.112Z Downloaded env_filter v0.1.2
6512025-01-24T22:54:54.116Z Downloaded diesel_table_macro_syntax v0.2.0
6522025-01-24T22:54:54.116Z Downloaded num-iter v0.1.45
6532025-01-24T22:54:54.116Z Downloaded glob v0.3.1
6542025-01-24T22:54:54.119Z Downloaded http v1.2.0
6552025-01-24T22:54:54.122Z Downloaded foldhash v0.1.3
6562025-01-24T22:54:54.124Z Downloaded time-macros v0.2.18
6572025-01-24T22:54:54.127Z Downloaded crypto-bigint v0.5.5
6582025-01-24T22:54:54.132Z Downloaded tabwriter v1.4.0
6592025-01-24T22:54:54.135Z Downloaded compact_str v0.8.0
6602025-01-24T22:54:54.137Z Downloaded owo-colors v4.1.0
6612025-01-24T22:54:54.140Z Downloaded pin-project-lite v0.2.14
6622025-01-24T22:54:54.145Z Downloaded phf_shared v0.10.0
6632025-01-24T22:54:54.148Z Downloaded foreign-types-shared v0.3.1
6642025-01-24T22:54:54.148Z Downloaded slog v2.7.0
6652025-01-24T22:54:54.151Z Downloaded num-conv v0.1.0
6662025-01-24T22:54:54.154Z Downloaded base64 v0.21.7
6672025-01-24T22:54:54.156Z Downloaded utf8_iter v1.0.4
6682025-01-24T22:54:54.158Z Downloaded rusty-fork v0.3.0
6692025-01-24T22:54:54.161Z Downloaded synstructure v0.13.1
6702025-01-24T22:54:54.161Z Downloaded smallvec v0.6.14
6712025-01-24T22:54:54.165Z Downloaded slog-stdlog v4.1.1
6722025-01-24T22:54:54.166Z Downloaded rustversion v1.0.17
6732025-01-24T22:54:54.170Z Downloaded utf16_iter v1.0.5
6742025-01-24T22:54:54.170Z Downloaded utf-8 v0.7.6
6752025-01-24T22:54:54.170Z Downloaded rcgen v0.12.1
6762025-01-24T22:54:54.173Z Downloaded strum v0.26.3
6772025-01-24T22:54:54.173Z Downloaded ena v0.14.3
6782025-01-24T22:54:54.176Z Downloaded embedded-io v0.6.1
6792025-01-24T22:54:54.176Z Downloaded tap v1.0.1
6802025-01-24T22:54:54.179Z Downloaded thiserror-impl-no-std v2.0.2
6812025-01-24T22:54:54.179Z Downloaded slog-scope v4.4.0
6822025-01-24T22:54:54.181Z Downloaded hash32 v0.2.1
6832025-01-24T22:54:54.181Z Downloaded embedded-io v0.4.0
6842025-01-24T22:54:54.184Z Downloaded untrusted v0.9.0
6852025-01-24T22:54:54.186Z Downloaded thread_local v1.1.8
6862025-01-24T22:54:54.196Z Downloaded phf_generator v0.11.2
6872025-01-24T22:54:54.199Z Downloaded phf_codegen v0.11.2
6882025-01-24T22:54:54.199Z Downloaded phf v0.11.2
6892025-01-24T22:54:54.202Z Downloaded num-derive v0.4.2
6902025-01-24T22:54:54.202Z Downloaded zone v0.1.8
6912025-01-24T22:54:54.204Z Downloaded pin-project v1.1.6
6922025-01-24T22:54:54.214Z Downloaded sqlparser_derive v0.2.2
6932025-01-24T22:54:54.217Z Downloaded ref-cast v1.0.23
6942025-01-24T22:54:54.217Z Downloaded fragile v2.0.0
6952025-01-24T22:54:54.220Z Downloaded time-core v0.1.2
6962025-01-24T22:54:54.222Z Downloaded endian-type v0.1.2
6972025-01-24T22:54:54.222Z Downloaded cc v1.1.30
6982025-01-24T22:54:54.225Z Downloaded progenitor v0.9.1
6992025-01-24T22:54:54.229Z Downloaded progenitor v0.8.0
7002025-01-24T22:54:54.229Z Downloaded pbkdf2 v0.12.2
7012025-01-24T22:54:54.231Z Downloaded scopeguard v1.2.0
7022025-01-24T22:54:54.231Z Downloaded ron v0.7.1
7032025-01-24T22:54:54.236Z Downloaded crossbeam-channel v0.5.13
7042025-01-24T22:54:54.240Z Downloaded progenitor-client v0.8.0
7052025-01-24T22:54:54.243Z Downloaded bumpalo v3.16.0
7062025-01-24T22:54:54.245Z Downloaded wyz v0.5.1
7072025-01-24T22:54:54.246Z Downloaded structmeta-derive v0.2.0
7082025-01-24T22:54:54.249Z Downloaded serde_plain v1.0.2
7092025-01-24T22:54:54.249Z Downloaded twox-hash v1.6.3
7102025-01-24T22:54:54.252Z Downloaded num-rational v0.4.2
7112025-01-24T22:54:54.254Z Downloaded openssl-sys v0.9.103
7122025-01-24T22:54:54.257Z Downloaded progenitor-impl v0.9.1
7132025-01-24T22:54:54.260Z Downloaded slog-json v2.6.1
7142025-01-24T22:54:54.262Z Downloaded serde_repr v0.1.19
7152025-01-24T22:54:54.264Z Downloaded unicode-bidi v0.3.17
7162025-01-24T22:54:54.267Z Downloaded xz2 v0.1.7
7172025-01-24T22:54:54.270Z Downloaded xattr v1.3.1
7182025-01-24T22:54:54.270Z Downloaded unicode-xid v0.2.6
7192025-01-24T22:54:54.273Z Downloaded enum-as-inner v0.6.1
7202025-01-24T22:54:54.276Z Downloaded tiny-keccak v2.0.2
7212025-01-24T22:54:54.278Z Downloaded tinystr v0.7.6
7222025-01-24T22:54:54.278Z Downloaded structmeta v0.3.0
7232025-01-24T22:54:54.281Z Downloaded display-error-chain v0.2.2
7242025-01-24T22:54:54.281Z Downloaded ron v0.8.1
7252025-01-24T22:54:54.286Z Downloaded waitgroup v0.1.2
7262025-01-24T22:54:54.289Z Downloaded funty v2.0.0
7272025-01-24T22:54:54.289Z Downloaded strum_macros v0.24.3
7282025-01-24T22:54:54.291Z Downloaded ed25519 v2.2.3
7292025-01-24T22:54:54.294Z Downloaded newtype-uuid v1.2.1
7302025-01-24T22:54:54.296Z Downloaded pem v3.0.4
7312025-01-24T22:54:54.296Z Downloaded num v0.4.3
7322025-01-24T22:54:54.305Z Downloaded nodrop v0.1.14
7332025-01-24T22:54:54.308Z Downloaded hash32 v0.3.1
7342025-01-24T22:54:54.308Z Downloaded half v2.4.1
7352025-01-24T22:54:54.308Z Downloaded headers-core v0.3.0
7362025-01-24T22:54:54.311Z Downloaded uuid v1.12.0
7372025-01-24T22:54:54.313Z Downloaded tokio-postgres v0.7.12
7382025-01-24T22:54:54.321Z Downloaded unsafe-libyaml v0.2.11
7392025-01-24T22:54:54.325Z Downloaded der v0.7.9
7402025-01-24T22:54:54.333Z Downloaded serde-big-array v0.5.1
7412025-01-24T22:54:54.335Z Downloaded dropshot_endpoint v0.15.1
7422025-01-24T22:54:54.340Z Downloaded ssh-encoding v0.2.0
7432025-01-24T22:54:54.344Z Downloaded ssh-cipher v0.2.0
7442025-01-24T22:54:54.346Z Downloaded signal-hook-registry v1.4.2
7452025-01-24T22:54:54.346Z Downloaded smf v0.2.3
7462025-01-24T22:54:54.346Z Downloaded write16 v1.0.0
7472025-01-24T22:54:54.349Z Downloaded derive_builder v0.20.2
7482025-01-24T22:54:54.353Z Downloaded progenitor-impl v0.8.0
7492025-01-24T22:54:54.355Z Downloaded vte_generate_state_changes v0.1.2
7502025-01-24T22:54:54.358Z Downloaded rustc_version v0.1.7
7512025-01-24T22:54:54.358Z Downloaded postcard v1.0.10
7522025-01-24T22:54:54.360Z Downloaded samael v0.0.17
7532025-01-24T22:54:54.367Z Downloaded try-lock v0.2.5
7542025-01-24T22:54:54.369Z Downloaded pkcs1 v0.7.5
7552025-01-24T22:54:54.372Z Downloaded num-traits v0.2.19
7562025-01-24T22:54:54.374Z Downloaded zerovec-derive v0.10.3
7572025-01-24T22:54:54.377Z Downloaded deranged v0.3.11
7582025-01-24T22:54:54.379Z Downloaded polyval v0.6.2
7592025-01-24T22:54:54.382Z Downloaded russh-keys v0.45.0
7602025-01-24T22:54:54.384Z Downloaded opaque-debug v0.3.1
7612025-01-24T22:54:54.384Z Downloaded tokio-stream v0.1.16
7622025-01-24T22:54:54.389Z Downloaded tokio-rustls v0.26.0
7632025-01-24T22:54:54.392Z Downloaded futures-task v0.3.31
7642025-01-24T22:54:54.394Z Downloaded itertools v0.12.1
7652025-01-24T22:54:54.401Z Downloaded libxml v0.3.3
7662025-01-24T22:54:54.408Z Downloaded libm v0.2.8
7672025-01-24T22:54:54.417Z Downloaded zone_cfg_derive v0.3.0
7682025-01-24T22:54:54.420Z Downloaded universal-hash v0.5.1
7692025-01-24T22:54:54.420Z Downloaded supports-color v3.0.1
7702025-01-24T22:54:54.423Z Downloaded float-ord v0.3.2
7712025-01-24T22:54:54.423Z Downloaded filetime v0.2.25
7722025-01-24T22:54:54.426Z Downloaded wait-timeout v0.2.0
7732025-01-24T22:54:54.426Z Downloaded thiserror v2.0.11
7742025-01-24T22:54:54.430Z Downloaded secrecy v0.8.0
7752025-01-24T22:54:54.433Z Downloaded tower-service v0.3.3
7762025-01-24T22:54:54.435Z Downloaded semver v0.1.20
7772025-01-24T22:54:54.435Z Downloaded rustc-hash v2.0.0
7782025-01-24T22:54:54.438Z Downloaded rayon-core v1.12.1
7792025-01-24T22:54:54.441Z Downloaded primeorder v0.13.6
7802025-01-24T22:54:54.444Z Downloaded fs_extra v1.3.0
7812025-01-24T22:54:54.447Z Downloaded toml v0.7.8
7822025-01-24T22:54:54.450Z Downloaded itertools v0.13.0
7832025-01-24T22:54:54.457Z Downloaded want v0.3.1
7842025-01-24T22:54:54.459Z Downloaded sigpipe v0.1.3
7852025-01-24T22:54:54.459Z Downloaded signal-hook-tokio v0.3.1
7862025-01-24T22:54:54.462Z Downloaded parse-size v1.1.0
7872025-01-24T22:54:54.462Z Downloaded reedline v0.35.0
7882025-01-24T22:54:54.470Z Downloaded dyn-clone v1.0.17
7892025-01-24T22:54:54.472Z Downloaded paste v1.0.15
7902025-01-24T22:54:54.475Z Downloaded stringprep v0.1.5
7912025-01-24T22:54:54.478Z Downloaded downcast v0.11.0
7922025-01-24T22:54:54.478Z Downloaded foreign-types-macros v0.2.3
7932025-01-24T22:54:54.480Z Downloaded whoami v1.5.2
7942025-01-24T22:54:54.483Z Downloaded rand_chacha v0.3.1
7952025-01-24T22:54:54.483Z Downloaded simd-adler32 v0.3.7
7962025-01-24T22:54:54.485Z Downloaded unicode_categories v0.1.1
7972025-01-24T22:54:54.488Z Downloaded tracing-core v0.1.32
7982025-01-24T22:54:54.491Z Downloaded number_prefix v0.4.0
7992025-01-24T22:54:54.494Z Downloaded num_threads v0.1.7
8002025-01-24T22:54:54.494Z Downloaded powerfmt v0.2.0
8012025-01-24T22:54:54.498Z Downloaded unicode-normalization v0.1.24
8022025-01-24T22:54:54.501Z Downloaded percent-encoding v2.3.1
8032025-01-24T22:54:54.501Z Downloaded spin v0.9.8
8042025-01-24T22:54:54.504Z Downloaded hyper v1.5.2
8052025-01-24T22:54:54.509Z Downloaded futures-sink v0.3.31
8062025-01-24T22:54:54.511Z Downloaded smallvec v1.13.2
8072025-01-24T22:54:54.516Z Downloaded foreign-types v0.3.2
8082025-01-24T22:54:54.516Z Downloaded nanorand v0.7.0
8092025-01-24T22:54:54.520Z Downloaded multimap v0.10.0
8102025-01-24T22:54:54.520Z Downloaded zip v2.1.3
8112025-01-24T22:54:54.522Z Downloaded slog-dtrace v0.3.0
8122025-01-24T22:54:54.525Z Downloaded term v0.7.0
8132025-01-24T22:54:54.529Z Downloaded dunce v1.0.5
8142025-01-24T22:54:54.529Z Downloaded scrypt v0.11.0
8152025-01-24T22:54:54.531Z Downloaded schemars_derive v0.8.21
8162025-01-24T22:54:54.531Z Downloaded rand_core v0.6.4
8172025-01-24T22:54:54.534Z Downloaded thiserror-impl v2.0.11
8182025-01-24T22:54:54.536Z Downloaded poly1305 v0.8.0
8192025-01-24T22:54:54.539Z Downloaded password-hash v0.5.0
8202025-01-24T22:54:54.539Z Downloaded sha1 v0.10.6
8212025-01-24T22:54:54.541Z Downloaded derive_more v0.99.18
8222025-01-24T22:54:54.545Z Downloaded foreign-types-shared v0.1.1
8232025-01-24T22:54:54.547Z Downloaded russh-cryptovec v0.7.3
8242025-01-24T22:54:54.547Z Downloaded rsa v0.9.6
8252025-01-24T22:54:54.551Z Downloaded zeroize v1.8.1
8262025-01-24T22:54:54.553Z Downloaded omicron-zone-package v0.12.0
8272025-01-24T22:54:54.556Z Downloaded peg-macros v0.8.4
8282025-01-24T22:54:54.558Z Downloaded parking_lot_core v0.9.10
8292025-01-24T22:54:54.561Z Downloaded fatfs v0.3.6
8302025-01-24T22:54:54.563Z Downloaded predicates-core v1.0.8
8312025-01-24T22:54:54.566Z Downloaded document-features v0.2.10
8322025-01-24T22:54:54.566Z Downloaded socket2 v0.5.7
8332025-01-24T22:54:54.569Z Downloaded tokio-util v0.7.12
8342025-01-24T22:54:54.575Z Downloaded openssl-macros v0.1.1
8352025-01-24T22:54:54.577Z Downloaded rustls-pemfile v1.0.4
8362025-01-24T22:54:54.580Z Downloaded ref-cast-impl v1.0.23
8372025-01-24T22:54:54.580Z Downloaded fallible-iterator v0.2.0
8382025-01-24T22:54:54.583Z Downloaded termtree v0.5.1
8392025-01-24T22:54:54.583Z Downloaded quick-error v1.2.3
8402025-01-24T22:54:54.583Z Downloaded snafu-derive v0.8.5
8412025-01-24T22:54:54.586Z Downloaded toolchain_find v0.4.0
8422025-01-24T22:54:54.586Z Downloaded parse-zoneinfo v0.3.1
8432025-01-24T22:54:54.589Z Downloaded flate2 v1.0.35
8442025-01-24T22:54:54.594Z Downloaded zerofrom v0.1.4
8452025-01-24T22:54:54.596Z Downloaded newline-converter v0.3.0
8462025-01-24T22:54:54.596Z Downloaded new_debug_unreachable v1.0.6
8472025-01-24T22:54:54.600Z Downloaded sec1 v0.7.3
8482025-01-24T22:54:54.600Z Downloaded foreign-types v0.5.0
8492025-01-24T22:54:54.603Z Downloaded zeroize_derive v1.4.2
8502025-01-24T22:54:54.604Z Downloaded rustc_version v0.4.1
8512025-01-24T22:54:54.606Z Downloaded password-hash v0.4.2
8522025-01-24T22:54:54.607Z Downloaded parking_lot_core v0.8.6
8532025-01-24T22:54:54.609Z Downloaded zopfli v0.8.1
8542025-01-24T22:54:54.611Z Downloaded vsss-rs v3.3.4
8552025-01-24T22:54:54.614Z Downloaded blake3 v1.5.4
8562025-01-24T22:54:54.621Z Downloaded termtree v0.4.1
8572025-01-24T22:54:54.624Z Downloaded precomputed-hash v0.1.1
8582025-01-24T22:54:54.624Z Downloaded futures-io v0.3.31
8592025-01-24T22:54:54.627Z Downloaded pkg-config v0.3.31
8602025-01-24T22:54:54.627Z Downloaded rustfmt-wrapper v0.2.1
8612025-01-24T22:54:54.629Z Downloaded aho-corasick v1.1.3
8622025-01-24T22:54:54.633Z Downloaded tui-tree-widget v0.22.0
8632025-01-24T22:54:54.636Z Downloaded packed_struct_codegen v0.10.1
8642025-01-24T22:54:54.638Z Downloaded rustls-pemfile v2.2.0
8652025-01-24T22:54:54.642Z Downloaded env_logger v0.10.2
8662025-01-24T22:54:54.644Z Downloaded writeable v0.5.5
8672025-01-24T22:54:54.646Z Downloaded env_logger v0.11.5
8682025-01-24T22:54:54.649Z Downloaded ecdsa v0.16.9
8692025-01-24T22:54:54.649Z Downloaded displaydoc v0.2.5
8702025-01-24T22:54:54.652Z Downloaded subtle v2.6.1
8712025-01-24T22:54:54.654Z Downloaded predicates-tree v1.0.11
8722025-01-24T22:54:54.654Z Downloaded hashbrown v0.12.3
8732025-01-24T22:54:54.660Z Downloaded sct v0.7.1
8742025-01-24T22:54:54.662Z Downloaded futures-macro v0.3.31
8752025-01-24T22:54:54.665Z Downloaded topological-sort v0.2.2
8762025-01-24T22:54:54.667Z Downloaded vte v0.11.1
8772025-01-24T22:54:54.667Z Downloaded packed_struct v0.10.1
8782025-01-24T22:54:54.670Z Downloaded parking_lot v0.12.3
8792025-01-24T22:54:54.673Z Downloaded rustc-demangle v0.1.24
8802025-01-24T22:54:54.675Z Downloaded which v4.4.2
8812025-01-24T22:54:54.675Z Downloaded pkcs8 v0.10.2
8822025-01-24T22:54:54.678Z Downloaded snafu v0.8.5
8832025-01-24T22:54:54.684Z Downloaded num_enum_derive v0.5.11
8842025-01-24T22:54:54.687Z Downloaded aws-lc-rs v1.10.0
8852025-01-24T22:54:54.695Z Downloaded zerofrom-derive v0.1.4
8862025-01-24T22:54:54.697Z Downloaded yasna v0.5.2
8872025-01-24T22:54:54.700Z Downloaded strum_macros v0.26.4
8882025-01-24T22:54:54.700Z Downloaded strum_macros v0.25.3
8892025-01-24T22:54:54.702Z Downloaded rustls-pki-types v1.10.0
8902025-01-24T22:54:54.706Z Downloaded num_enum v0.5.11
8912025-01-24T22:54:54.710Z Downloaded termios v0.3.3
8922025-01-24T22:54:54.713Z Downloaded quick-xml v0.33.0
8932025-01-24T22:54:54.718Z Downloaded rand_xorshift v0.3.0
8942025-01-24T22:54:54.720Z Downloaded icu_properties_data v1.5.0
8952025-01-24T22:54:54.735Z Downloaded tokio-rustls v0.25.0
8962025-01-24T22:54:54.738Z Downloaded quinn v0.11.5
8972025-01-24T22:54:54.738Z Downloaded rustls-webpki v0.101.7
8982025-01-24T22:54:54.751Z Downloaded subprocess v0.2.9
8992025-01-24T22:54:54.753Z Downloaded lalrpop v0.19.12
9002025-01-24T22:54:54.765Z Downloaded tungstenite v0.23.0
9012025-01-24T22:54:54.771Z Downloaded heapless v0.7.17
9022025-01-24T22:54:54.773Z Downloaded tungstenite v0.21.0
9032025-01-24T22:54:54.777Z Downloaded flume v0.11.1
9042025-01-24T22:54:54.781Z Downloaded rusqlite v0.32.1
9052025-01-24T22:54:54.789Z Downloaded prettyplease v0.2.25
9062025-01-24T22:54:54.792Z Downloaded qorb v0.2.1
9072025-01-24T22:54:54.797Z Downloaded expectorate v1.1.0
9082025-01-24T22:54:54.800Z Downloaded bitvec v1.0.1
9092025-01-24T22:54:54.815Z Downloaded num-bigint v0.4.6
9102025-01-24T22:54:54.820Z Downloaded zerocopy v0.8.10
9112025-01-24T22:54:54.845Z Downloaded reqwest v0.12.9
9122025-01-24T22:54:54.853Z Downloaded portable-atomic v1.9.0
9132025-01-24T22:54:54.859Z Downloaded typed-path v0.9.3
9142025-01-24T22:54:54.865Z Downloaded hashbrown v0.14.5
9152025-01-24T22:54:54.871Z Downloaded proptest v1.5.0
9162025-01-24T22:54:54.882Z Downloaded chrono v0.4.39
9172025-01-24T22:54:54.890Z Downloaded toml_edit v0.19.15
9182025-01-24T22:54:54.905Z Downloaded zerocopy-derive v0.8.10
9192025-01-24T22:54:54.911Z Downloaded rayon v1.10.0
9202025-01-24T22:54:54.923Z Downloaded tough v0.19.0
9212025-01-24T22:54:54.930Z Downloaded futures-util v0.3.31
9222025-01-24T22:54:54.944Z Downloaded rustls-webpki v0.102.8
9232025-01-24T22:54:54.963Z Downloaded p521 v0.13.3
9242025-01-24T22:54:54.967Z Downloaded quinn-proto v0.11.8
9252025-01-24T22:54:54.974Z Downloaded petname v2.0.2
9262025-01-24T22:54:54.980Z Downloaded rustls v0.21.12
9272025-01-24T22:54:54.995Z Downloaded gimli v0.31.1
9282025-01-24T22:54:55.003Z Downloaded nix v0.27.1
9292025-01-24T22:54:55.016Z Downloaded object v0.30.4
9302025-01-24T22:54:55.028Z Downloaded vcpkg v0.2.15
9312025-01-24T22:54:55.068Z Downloaded nix v0.28.0
9322025-01-24T22:54:55.081Z Downloaded regex v1.11.1
9332025-01-24T22:54:55.096Z Downloaded regress v0.9.1
9342025-01-24T22:54:55.105Z Downloaded regress v0.10.1
9352025-01-24T22:54:55.116Z Downloaded openssl v0.10.66
9362025-01-24T22:54:55.128Z Downloaded smoltcp v0.9.1
9372025-01-24T22:54:55.140Z Downloaded smoltcp v0.11.0
9382025-01-24T22:54:55.155Z Downloaded diesel v2.2.6
9392025-01-24T22:54:55.175Z Downloaded dropshot v0.12.0
9402025-01-24T22:54:55.194Z Downloaded polar-core v0.27.3
9412025-01-24T22:54:55.204Z Downloaded rustls v0.22.4
9422025-01-24T22:54:55.219Z Downloaded openapiv3 v2.0.0
9432025-01-24T22:54:55.234Z Downloaded regex-syntax v0.8.5
9442025-01-24T22:54:55.241Z Downloaded dropshot v0.15.1
9452025-01-24T22:54:55.264Z Downloaded typify-impl v0.3.0
9462025-01-24T22:54:55.280Z Downloaded bstr v1.10.0
9472025-01-24T22:54:55.292Z Downloaded sled v0.34.7
9482025-01-24T22:54:55.302Z Downloaded regex-syntax v0.6.29
9492025-01-24T22:54:55.309Z Downloaded zerocopy-derive v0.6.6
9502025-01-24T22:54:55.321Z Downloaded chrono-tz v0.10.1
9512025-01-24T22:54:55.328Z Downloaded typify-impl v0.2.0
9522025-01-24T22:54:55.344Z Downloaded bzip2-sys v0.1.11+1.0.8
9532025-01-24T22:54:55.356Z Downloaded ratatui v0.28.1
9542025-01-24T22:54:55.374Z Downloaded regex-automata v0.4.8
9552025-01-24T22:54:55.392Z Downloaded rustls v0.23.19
9562025-01-24T22:54:55.404Z Downloaded webpki-roots v0.26.6
9572025-01-24T22:54:55.408Z Downloaded lzma-sys v0.1.20
9582025-01-24T22:54:55.436Z Downloaded p384 v0.13.0
9592025-01-24T22:54:55.442Z Downloaded object v0.36.5
9602025-01-24T22:54:55.454Z Downloaded libz-sys v1.1.20
9612025-01-24T22:54:55.474Z Downloaded petgraph v0.6.5
9622025-01-24T22:54:55.491Z Downloaded nix v0.29.0
9632025-01-24T22:54:55.502Z Downloaded curve25519-dalek v4.1.3
9642025-01-24T22:54:55.511Z Downloaded sqlparser v0.45.0
9652025-01-24T22:54:55.517Z Downloaded radix_trie v0.2.1
9662025-01-24T22:54:55.522Z Downloaded unicode-width v0.2.0
9672025-01-24T22:54:55.529Z Downloaded tokio v1.43.0
9682025-01-24T22:54:55.566Z Downloaded git2 v0.19.0
9692025-01-24T22:54:55.574Z Downloaded num-bigint-dig v0.8.4
9702025-01-24T22:54:55.579Z Downloaded p256 v0.13.2
9712025-01-24T22:54:55.582Z Downloaded zerovec v0.10.4
9722025-01-24T22:54:55.587Z Downloaded csv v1.3.0
9732025-01-24T22:54:55.608Z Downloaded bindgen v0.69.5
9742025-01-24T22:54:55.615Z Downloaded sha3 v0.10.8
9752025-01-24T22:54:55.619Z Downloaded tracing v0.1.40
9762025-01-24T22:54:55.624Z Downloaded ppv-lite86 v0.2.20
9772025-01-24T22:54:55.626Z Downloaded serde_yaml v0.9.34+deprecated
9782025-01-24T22:54:55.629Z Downloaded futures v0.3.31
9792025-01-24T22:54:55.633Z Downloaded time v0.3.36
9802025-01-24T22:54:55.639Z Downloaded serde_with v3.11.0
9812025-01-24T22:54:55.648Z Downloaded nom v7.1.3
9822025-01-24T22:54:55.653Z Downloaded winnow v0.5.40
9832025-01-24T22:54:55.661Z Downloaded salty v0.3.0
9842025-01-24T22:54:55.667Z Downloaded tokio-rustls v0.24.1
9852025-01-24T22:54:55.670Z Downloaded native-tls v0.2.12
9862025-01-24T22:54:55.672Z Downloaded tinyvec v1.8.0
9872025-01-24T22:54:55.675Z Downloaded pkcs5 v0.7.1
9882025-01-24T22:54:55.678Z Downloaded parking_lot v0.11.2
9892025-01-24T22:54:55.680Z Downloaded hashbrown v0.13.2
9902025-01-24T22:54:55.684Z Downloaded schemars v0.8.21
9912025-01-24T22:54:55.695Z Downloaded russh v0.45.0
9922025-01-24T22:54:55.701Z Downloaded predicates v3.1.2
9932025-01-24T22:54:55.703Z Downloaded walkdir v2.5.0
9942025-01-24T22:54:55.706Z Downloaded typify v0.2.0
9952025-01-24T22:54:55.709Z Downloaded signal-hook v0.3.17
9962025-01-24T22:54:55.712Z Downloaded dropshot_endpoint v0.12.0
9972025-01-24T22:54:55.715Z Downloaded h2 v0.4.6
9982025-01-24T22:54:55.719Z Downloaded test-strategy v0.3.1
9992025-01-24T22:54:55.722Z Downloaded signal-hook-mio v0.2.4
10002025-01-24T22:54:55.725Z Downloaded difflib v0.4.0
10012025-01-24T22:54:55.725Z Downloaded dsl_auto_type v0.1.2
10022025-01-24T22:54:55.729Z Downloaded rand v0.8.5
10032025-01-24T22:54:55.732Z Downloaded headers v0.4.0
10042025-01-24T22:54:55.735Z Downloaded encoding_rs v0.8.34
10052025-01-24T22:54:55.756Z Downloaded serde_path_to_error v0.1.16
10062025-01-24T22:54:55.759Z Downloaded vergen v8.3.2
10072025-01-24T22:54:55.761Z Downloaded ssh-key v0.6.6
10082025-01-24T22:54:55.767Z Downloaded publicsuffix v2.3.0
10092025-01-24T22:54:55.770Z Downloaded x509-cert v0.2.5
10102025-01-24T22:54:55.774Z Downloaded value-bag v1.9.0
10112025-01-24T22:54:55.778Z Downloaded postgres-protocol v0.6.7
10122025-01-24T22:54:55.781Z Downloaded quinn-udp v0.5.5
10132025-01-24T22:54:55.781Z Downloaded hashlink v0.9.1
10142025-01-24T22:54:55.785Z Downloaded des v0.8.1
10152025-01-24T22:54:55.787Z Downloaded diff v0.1.13
10162025-01-24T22:54:55.788Z Downloaded derive_builder_core v0.20.2
10172025-01-24T22:54:55.791Z Downloaded derive-where v1.2.7
10182025-01-24T22:54:55.793Z Downloaded fallible-iterator v0.3.0
10192025-01-24T22:54:55.793Z Downloaded proc-macro-crate v1.3.1
10202025-01-24T22:54:55.796Z Downloaded rustyline v14.0.0
10212025-01-24T22:54:55.799Z Downloaded termcolor v1.4.1
10222025-01-24T22:54:55.802Z Downloaded sync_wrapper v1.0.1
10232025-01-24T22:54:55.803Z Downloaded scheduled-thread-pool v0.2.7
10242025-01-24T22:54:55.803Z Downloaded olpc-cjson v0.1.4
10252025-01-24T22:54:55.805Z Downloaded ff v0.13.0
10262025-01-24T22:54:55.805Z Downloaded fd-lock v4.0.2
10272025-01-24T22:54:55.808Z Downloaded unicode-segmentation v1.12.0
10282025-01-24T22:54:55.811Z Downloaded crossterm v0.28.1
10292025-01-24T22:54:55.816Z Downloaded r2d2 v0.8.10
10302025-01-24T22:54:55.819Z Downloaded postgres-types v0.2.8
10312025-01-24T22:54:55.821Z Downloaded peg v0.8.4
10322025-01-24T22:54:55.824Z Downloaded zone_cfg_derive v0.1.2
10332025-01-24T22:54:55.824Z Downloaded zone v0.3.0
10342025-01-24T22:54:55.827Z Downloaded structmeta v0.2.0
10352025-01-24T22:54:55.827Z Downloaded strip-ansi-escapes v0.2.0
10362025-01-24T22:54:55.827Z Downloaded sqlformat v0.2.6
10372025-01-24T22:54:55.829Z Downloaded spki v0.7.3
10382025-01-24T22:54:55.829Z Downloaded pbkdf2 v0.11.0
10392025-01-24T22:54:55.832Z Downloaded gethostname v0.5.0
10402025-01-24T22:54:55.835Z Downloaded steno v0.4.1
10412025-01-24T22:54:55.837Z Downloaded idna v1.0.3
10422025-01-24T22:54:55.840Z Downloaded libgit2-sys v0.17.0+1.8.1
10432025-01-24T22:54:55.897Z Downloaded url v2.5.3
10442025-01-24T22:54:55.900Z Downloaded zip v0.6.6
10452025-01-24T22:54:55.902Z Downloaded tungstenite v0.24.0
10462025-01-24T22:54:55.906Z Downloaded ed25519-dalek v2.1.1
10472025-01-24T22:54:55.909Z Downloaded darling_core v0.20.10
10482025-01-24T22:54:55.912Z Downloaded pem-rfc7468 v0.7.0
10492025-01-24T22:54:55.917Z Downloaded nibble_vec v0.1.0
10502025-01-24T22:54:55.919Z Downloaded tracing-attributes v0.1.27
10512025-01-24T22:54:55.919Z Downloaded elliptic-curve v0.13.8
10522025-01-24T22:54:55.922Z Downloaded diesel_derives v2.2.3
10532025-01-24T22:54:55.925Z Downloaded itertools v0.10.5
10542025-01-24T22:54:55.930Z Downloaded aes-gcm v0.10.3
10552025-01-24T22:54:55.934Z Downloaded fxhash v0.2.1
10562025-01-24T22:54:55.937Z Downloaded tokio-tungstenite v0.21.0
10572025-01-24T22:54:55.937Z Downloaded slog-envlogger v2.2.0
10582025-01-24T22:54:55.939Z Downloaded minimal-lexical v0.2.1
10592025-01-24T22:54:55.943Z Downloaded derive_builder_macro v0.20.2
10602025-01-24T22:54:55.946Z Downloaded parse-display-derive v0.10.0
10612025-01-24T22:54:55.946Z Downloaded parse-display v0.10.0
10622025-01-24T22:54:55.946Z Downloaded serde_with_macros v3.11.0
10632025-01-24T22:54:55.948Z Downloaded num-complex v0.4.6
10642025-01-24T22:54:55.948Z Downloaded dirs-sys-next v0.1.2
10652025-01-24T22:54:55.951Z Downloaded dirs-next v2.0.0
10662025-01-24T22:54:55.951Z Downloaded typify-macro v0.3.0
10672025-01-24T22:54:55.953Z Downloaded typify-macro v0.2.0
10682025-01-24T22:54:55.953Z Downloaded typify v0.3.0
10692025-01-24T22:54:55.956Z Downloaded mio v1.0.2
10702025-01-24T22:54:55.961Z Downloaded thiserror-no-std v2.0.2
10712025-01-24T22:54:55.965Z Downloaded num-integer v0.1.46
10722025-01-24T22:54:55.967Z Downloaded getrandom v0.2.15
10732025-01-24T22:54:55.970Z Downloaded tokio-tungstenite v0.24.0
10742025-01-24T22:54:55.974Z Downloaded tokio-tungstenite v0.23.1
10752025-01-24T22:54:55.977Z Downloaded ghash v0.5.1
10762025-01-24T22:54:55.977Z Downloaded tar v0.4.42
10772025-01-24T22:54:55.981Z Downloaded backtrace v0.3.74
10782025-01-24T22:54:55.983Z Downloaded slog-term v2.9.1
10792025-01-24T22:54:55.986Z Downloaded form_urlencoded v1.2.1
10802025-01-24T22:54:55.987Z Downloaded diesel-dtrace v0.4.2
10812025-01-24T22:54:55.989Z Downloaded uzers v0.12.1
10822025-01-24T22:54:55.989Z Downloaded yoke v0.7.4
10832025-01-24T22:54:55.992Z Downloaded similar v2.6.0
10842025-01-24T22:54:55.995Z Downloaded oso v0.27.3
10852025-01-24T22:54:55.998Z Downloaded unicode-properties v0.1.3
10862025-01-24T22:54:56.001Z Downloaded untrusted v0.7.1
10872025-01-24T22:54:56.003Z Downloaded const_format v0.2.33
10882025-01-24T22:54:56.006Z Downloaded arc-swap v1.7.1
10892025-01-24T22:54:56.009Z Downloaded pin-project-internal v1.1.6
10902025-01-24T22:54:56.012Z Downloaded unicase v2.7.0
10912025-01-24T22:54:56.012Z Downloaded zerocopy v0.6.6
10922025-01-24T22:54:56.014Z Downloaded aes v0.8.4
10932025-01-24T22:54:56.017Z Downloaded string_cache v0.8.7
10942025-01-24T22:54:56.020Z Downloaded stable_deref_trait v1.2.0
10952025-01-24T22:54:56.020Z Downloaded serde_urlencoded v0.7.1
10962025-01-24T22:54:56.022Z Downloaded same-file v1.0.6
10972025-01-24T22:54:56.022Z Downloaded resolv-conf v0.7.0
10982025-01-24T22:54:56.029Z Downloaded indicatif v0.17.9
10992025-01-24T22:54:56.032Z Downloaded chacha20poly1305 v0.10.1
11002025-01-24T22:54:56.032Z Downloaded base64 v0.22.1
11012025-01-24T22:54:56.035Z Downloaded bytes v1.9.0
11022025-01-24T22:54:56.039Z Downloaded rpassword v7.3.1
11032025-01-24T22:54:56.041Z Downloaded rfc6979 v0.4.0
11042025-01-24T22:54:56.041Z Downloaded der_derive v0.7.3
11052025-01-24T22:54:56.045Z Downloaded defmt v0.3.8
11062025-01-24T22:54:56.049Z Downloaded data-encoding v2.6.0
11072025-01-24T22:54:56.049Z Downloaded fixedbitset v0.4.2
11082025-01-24T22:54:56.052Z Downloaded fallible-streaming-iterator v0.1.9
11092025-01-24T22:54:56.052Z Downloaded tls_codec_derive v0.4.1
11102025-01-24T22:54:56.052Z Downloaded phf_shared v0.11.2
11112025-01-24T22:54:56.052Z Downloaded slab v0.4.9
11122025-01-24T22:54:56.055Z Downloaded tokio-macros v2.5.0
11132025-01-24T22:54:56.055Z Downloaded memmap2 v0.9.5
11142025-01-24T22:54:56.055Z Downloaded siphasher v0.3.11
11152025-01-24T22:54:56.058Z Downloaded console v0.15.8
11162025-01-24T22:54:56.061Z Downloaded icu_normalizer_data v1.5.0
11172025-01-24T22:54:56.061Z Downloaded icu_normalizer v1.5.0
11182025-01-24T22:54:56.064Z Downloaded newtype_derive v0.1.6
11192025-01-24T22:54:56.066Z Downloaded radium v0.7.0
11202025-01-24T22:54:56.066Z Downloaded mockall v0.13.0
11212025-01-24T22:54:56.069Z Downloaded maplit v1.0.2
11222025-01-24T22:54:56.069Z Downloaded lru v0.12.5
11232025-01-24T22:54:56.071Z Downloaded lockfree-object-pool v0.1.6
11242025-01-24T22:54:56.074Z Downloaded linked-hash-map v0.5.6
11252025-01-24T22:54:56.074Z Downloaded hostname v0.3.1
11262025-01-24T22:54:56.076Z Downloaded match_cfg v0.1.0
11272025-01-24T22:54:56.076Z Downloaded ipnet v2.10.1
11282025-01-24T22:54:56.079Z Downloaded hyper-tls v0.6.0
11292025-01-24T22:54:56.079Z Downloaded crc-any v2.5.0
11302025-01-24T22:54:56.081Z Downloaded bzip2 v0.4.4
11312025-01-24T22:54:56.084Z Downloaded sync-ptr v0.1.1
11322025-01-24T22:54:56.084Z Downloaded hex v0.4.3
11332025-01-24T22:54:56.084Z Downloaded libefi-sys v0.1.0
11342025-01-24T22:54:56.087Z Downloaded lazycell v1.3.0
11352025-01-24T22:54:56.087Z Downloaded kstat-rs v0.2.4
11362025-01-24T22:54:56.090Z Downloaded ipnetwork v0.20.0
11372025-01-24T22:54:56.090Z Downloaded idna_adapter v1.2.0
11382025-01-24T22:54:56.093Z Downloaded crossbeam-deque v0.8.5
11392025-01-24T22:54:56.093Z Downloaded lru-cache v0.1.2
11402025-01-24T22:54:56.093Z Downloaded base64ct v1.6.0
11412025-01-24T22:54:56.097Z Downloaded argon2 v0.5.3
11422025-01-24T22:54:56.097Z Downloaded icu_locid v1.5.0
11432025-01-24T22:54:56.101Z Downloaded hyper-staticfile v0.10.1
11442025-01-24T22:54:56.103Z Downloaded hyper-rustls v0.27.3
11452025-01-24T22:54:56.106Z Downloaded httpdate v1.0.3
11462025-01-24T22:54:56.108Z Downloaded crc v3.2.1
11472025-01-24T22:54:56.110Z Downloaded cobs v0.2.3
11482025-01-24T22:54:56.111Z Downloaded base16ct v0.2.0
11492025-01-24T22:54:56.114Z Downloaded atomic-waker v1.1.2
11502025-01-24T22:54:56.114Z Downloaded ctr v0.9.2
11512025-01-24T22:54:56.118Z Downloaded home v0.5.9
11522025-01-24T22:54:56.118Z Downloaded hkdf v0.12.4
11532025-01-24T22:54:56.121Z Downloaded chacha20 v0.9.1
11542025-01-24T22:54:56.121Z Downloaded arrayvec v0.7.6
11552025-01-24T22:54:56.124Z Downloaded bitfield v0.14.0
11562025-01-24T22:54:56.124Z Downloaded bit-vec v0.6.3
11572025-01-24T22:54:56.126Z Downloaded async-stream v0.3.6
11582025-01-24T22:54:56.196Z Downloaded ring v0.17.8
11592025-01-24T22:54:56.301Z Downloaded libsqlite3-sys v0.30.1
11602025-01-24T22:54:56.544Z Downloaded aws-lc-sys v0.22.0
11612025-01-24T22:54:56.844Z Compiling serde v1.0.217
11622025-01-24T22:54:56.847Z Compiling lock_api v0.4.12
11632025-01-24T22:54:56.847Z Compiling scopeguard v1.2.0
11642025-01-24T22:54:56.847Z Compiling value-bag v1.9.0
11652025-01-24T22:54:56.847Z Compiling typenum v1.17.0
11662025-01-24T22:54:56.999Z Compiling generic-array v0.14.7
11672025-01-24T22:54:57.041Z Compiling syn v2.0.96
11682025-01-24T22:54:57.054Z Compiling getrandom v0.2.15
11692025-01-24T22:54:57.163Z Compiling shlex v1.3.0
11702025-01-24T22:54:57.381Z Compiling rand_core v0.6.4
11712025-01-24T22:54:57.439Z Compiling log v0.4.22
11722025-01-24T22:54:57.534Z Compiling subtle v2.6.1
11732025-01-24T22:54:57.559Z Compiling jobserver v0.1.32
11742025-01-24T22:54:57.581Z Compiling smallvec v1.13.2
11752025-01-24T22:54:57.821Z Compiling const-oid v0.9.6
11762025-01-24T22:54:57.861Z Compiling spin v0.9.8
11772025-01-24T22:54:57.882Z Compiling pin-project-lite v0.2.14
11782025-01-24T22:54:57.951Z Compiling cc v1.1.30
11792025-01-24T22:54:58.012Z Compiling rustix v0.38.37
11802025-01-24T22:54:58.160Z Compiling parking_lot_core v0.9.10
11812025-01-24T22:54:58.210Z Compiling futures-core v0.3.31
11822025-01-24T22:54:58.379Z Compiling signal-hook-registry v1.4.2
11832025-01-24T22:54:58.465Z Compiling mio v1.0.2
11842025-01-24T22:54:58.788Z Compiling aho-corasick v1.1.3
11852025-01-24T22:54:59.092Z Compiling parking_lot v0.12.3
11862025-01-24T22:54:59.111Z Compiling regex-syntax v0.8.5
11872025-01-24T22:54:59.234Z Compiling stable_deref_trait v1.2.0
11882025-01-24T22:54:59.492Z Compiling cpufeatures v0.2.14
11892025-01-24T22:54:59.551Z Compiling lazy_static v1.5.0
11902025-01-24T22:54:59.829Z Compiling glob v0.3.1
11912025-01-24T22:54:59.835Z Compiling either v1.13.0
11922025-01-24T22:55:00.068Z Compiling futures-sink v0.3.31
11932025-01-24T22:55:00.110Z Compiling socket2 v0.5.7
11942025-01-24T22:55:00.131Z Compiling slab v0.4.9
11952025-01-24T22:55:00.272Z Compiling prettyplease v0.2.25
11962025-01-24T22:55:00.494Z Compiling clang-sys v1.8.1
11972025-01-24T22:55:00.603Z Compiling serde_json v1.0.135
11982025-01-24T22:55:00.627Z Compiling minimal-lexical v0.2.1
11992025-01-24T22:55:01.053Z Compiling nom v7.1.3
12002025-01-24T22:55:01.131Z Compiling libloading v0.8.5
12012025-01-24T22:55:01.208Z Compiling bindgen v0.69.5
12022025-01-24T22:55:01.239Z Compiling home v0.5.9
12032025-01-24T22:55:01.504Z Compiling futures-channel v0.3.31
12042025-01-24T22:55:01.855Z Compiling itertools v0.10.5
12052025-01-24T22:55:01.947Z Compiling futures-task v0.3.31
12062025-01-24T22:55:02.096Z Compiling foldhash v0.1.3
12072025-01-24T22:55:02.238Z Compiling pin-utils v0.1.0
12082025-01-24T22:55:02.348Z Compiling libm v0.2.8
12092025-01-24T22:55:02.422Z Compiling futures-io v0.3.31
12102025-01-24T22:55:02.700Z Compiling lazycell v1.3.0
12112025-01-24T22:55:02.725Z Compiling allocator-api2 v0.2.18
12122025-01-24T22:55:02.877Z Compiling regex-automata v0.4.8
12132025-01-24T22:55:03.490Z Compiling rustc-hash v1.1.0
12142025-01-24T22:55:03.649Z Compiling hashbrown v0.15.1
12152025-01-24T22:55:03.808Z Compiling cmake v0.1.51
12162025-01-24T22:55:04.399Z Compiling cexpr v0.6.0
12172025-01-24T22:55:04.419Z Compiling num-traits v0.2.19
12182025-01-24T22:55:04.713Z Compiling synstructure v0.13.1
12192025-01-24T22:55:04.821Z Compiling dunce v1.0.5
12202025-01-24T22:55:04.967Z Compiling pkg-config v0.3.31
12212025-01-24T22:55:05.386Z Compiling fs_extra v1.3.0
12222025-01-24T22:55:06.143Z Compiling litemap v0.7.3
12232025-01-24T22:55:06.146Z Compiling writeable v0.5.5
12242025-01-24T22:55:06.313Z Compiling ring v0.17.8
12252025-01-24T22:55:06.510Z Compiling base64ct v1.6.0
12262025-01-24T22:55:06.715Z Compiling paste v1.0.15
12272025-01-24T22:55:07.279Z Compiling pem-rfc7468 v0.7.0
12282025-01-24T22:55:07.398Z Compiling icu_locid_transform_data v1.5.0
12292025-01-24T22:55:07.422Z Compiling aws-lc-rs v1.10.0
12302025-01-24T22:55:07.508Z Compiling flagset v0.4.6
12312025-01-24T22:55:07.740Z Compiling httparse v1.9.5
12322025-01-24T22:55:07.847Z Compiling tracing-core v0.1.32
12332025-01-24T22:55:08.406Z Compiling regex v1.11.1
12342025-01-24T22:55:08.709Z Compiling rustls-pki-types v1.10.0
12352025-01-24T22:55:08.805Z Compiling icu_properties_data v1.5.0
12362025-01-24T22:55:08.955Z Compiling crossbeam-utils v0.8.20
12372025-01-24T22:55:09.007Z Compiling percent-encoding v2.3.1
12382025-01-24T22:55:09.312Z Compiling untrusted v0.7.1
12392025-01-24T22:55:09.506Z Compiling mirai-annotations v1.12.0
12402025-01-24T22:55:09.525Z Compiling num-conv v0.1.0
12412025-01-24T22:55:09.666Z Compiling write16 v1.0.0
12422025-01-24T22:55:09.685Z Compiling time-core v0.1.2
12432025-01-24T22:55:09.793Z Compiling utf16_iter v1.0.5
12442025-01-24T22:55:09.814Z Compiling icu_normalizer_data v1.5.0
12452025-01-24T22:55:09.857Z Compiling vcpkg v0.2.15
12462025-01-24T22:55:09.915Z Compiling powerfmt v0.2.0
12472025-01-24T22:55:09.954Z Compiling untrusted v0.9.0
12482025-01-24T22:55:09.991Z Compiling utf8_iter v1.0.4
12492025-01-24T22:55:10.052Z Compiling serde_derive v1.0.217
12502025-01-24T22:55:10.121Z Compiling zeroize_derive v1.4.2
12512025-01-24T22:55:10.227Z Compiling zerocopy-derive v0.7.35
12522025-01-24T22:55:10.268Z Compiling zerofrom-derive v0.1.4
12532025-01-24T22:55:11.503Z Compiling zeroize v1.8.1
12542025-01-24T22:55:11.633Z Compiling tokio-macros v2.5.0
12552025-01-24T22:55:11.936Z Compiling yoke-derive v0.7.4
12562025-01-24T22:55:12.108Z Compiling zerocopy v0.7.35
12572025-01-24T22:55:13.054Z Compiling crypto-common v0.1.6
12582025-01-24T22:55:13.124Z Compiling block-buffer v0.10.4
12592025-01-24T22:55:13.297Z Compiling zerovec-derive v0.10.3
12602025-01-24T22:55:13.320Z Compiling thiserror-impl v1.0.69
12612025-01-24T22:55:13.407Z Compiling digest v0.10.7
12622025-01-24T22:55:13.613Z Compiling zerofrom v0.1.4
12632025-01-24T22:55:13.770Z Compiling displaydoc v0.2.5
12642025-01-24T22:55:13.838Z Compiling hmac v0.12.1
12652025-01-24T22:55:13.887Z Compiling futures-macro v0.3.31
12662025-01-24T22:55:14.091Z Compiling block-padding v0.3.3
12672025-01-24T22:55:14.394Z Compiling inout v0.1.3
12682025-01-24T22:55:14.532Z Compiling yoke v0.7.4
12692025-01-24T22:55:14.663Z Compiling cipher v0.4.4
12702025-01-24T22:55:14.899Z Compiling sha2 v0.10.8
12712025-01-24T22:55:15.165Z Compiling icu_provider_macros v1.5.0
12722025-01-24T22:55:15.281Z Compiling ppv-lite86 v0.2.20
12732025-01-24T22:55:15.670Z Compiling futures-util v0.3.31
12742025-01-24T22:55:15.723Z Compiling zerovec v0.10.4
12752025-01-24T22:55:16.006Z Compiling der_derive v0.7.3
12762025-01-24T22:55:16.173Z Compiling rand_chacha v0.3.1
12772025-01-24T22:55:16.202Z Compiling thiserror v1.0.69
12782025-01-24T22:55:16.359Z Compiling tracing-attributes v0.1.27
12792025-01-24T22:55:17.086Z Compiling rand v0.8.5
12802025-01-24T22:55:17.678Z Compiling tinystr v0.7.6
12812025-01-24T22:55:18.042Z Compiling icu_locid v1.5.0
12822025-01-24T22:55:18.166Z Compiling der v0.7.9
12832025-01-24T22:55:18.325Z Compiling icu_collections v1.5.0
12842025-01-24T22:55:18.481Z Compiling pest v2.7.14
12852025-01-24T22:55:19.054Z Compiling salsa20 v0.10.2
12862025-01-24T22:55:19.293Z Compiling icu_provider v1.5.0
12872025-01-24T22:55:19.666Z Compiling tracing v0.1.40
12882025-01-24T22:55:19.712Z Compiling pbkdf2 v0.12.2
12892025-01-24T22:55:19.897Z Compiling scrypt v0.11.0
12902025-01-24T22:55:20.115Z Compiling icu_locid_transform v1.5.0
12912025-01-24T22:55:20.170Z Compiling spki v0.7.3
12922025-01-24T22:55:20.404Z Compiling aes v0.8.4
12932025-01-24T22:55:20.545Z Compiling cbc v0.1.2
12942025-01-24T22:55:20.783Z Compiling openssl-sys v0.9.103
12952025-01-24T22:55:20.805Z Compiling deranged v0.3.11
12962025-01-24T22:55:21.197Z Compiling pest_meta v2.7.14
12972025-01-24T22:55:21.605Z Compiling icu_properties v1.5.1
12982025-01-24T22:55:21.806Z Compiling scroll_derive v0.12.0
12992025-01-24T22:55:22.216Z Compiling time-macros v0.2.18
13002025-01-24T22:55:22.497Z Compiling bitflags v2.6.0
13012025-01-24T22:55:22.812Z Compiling bytes v1.9.0
13022025-01-24T22:55:23.233Z Compiling indexmap v2.7.0
13032025-01-24T22:55:23.735Z Compiling tokio v1.43.0
13042025-01-24T22:55:24.049Z Compiling http v1.2.0
13052025-01-24T22:55:24.596Z Compiling semver v1.0.24
13062025-01-24T22:55:25.269Z Compiling icu_normalizer v1.5.0
13072025-01-24T22:55:25.319Z Compiling rustc_version v0.4.1
13082025-01-24T22:55:25.985Z Compiling atomic-waker v1.1.2
13092025-01-24T22:55:26.030Z Compiling tinyvec_macros v0.1.1
13102025-01-24T22:55:26.138Z Compiling num_threads v0.1.7
13112025-01-24T22:55:26.186Z Compiling idna_adapter v1.2.0
13122025-01-24T22:55:26.210Z Compiling tinyvec v1.8.0
13132025-01-24T22:55:26.270Z Compiling time v0.3.36
13142025-01-24T22:55:26.305Z Compiling http-body v1.0.1
13152025-01-24T22:55:26.422Z Compiling scroll v0.12.0
13162025-01-24T22:55:26.542Z Compiling which v4.4.2
13172025-01-24T22:55:26.781Z Compiling pest_generator v2.7.14
13182025-01-24T22:55:27.057Z Compiling pkcs5 v0.7.1
13192025-01-24T22:55:27.287Z Compiling form_urlencoded v1.2.1
13202025-01-24T22:55:27.606Z Compiling slog v2.7.0
13212025-01-24T22:55:27.647Z Compiling try-lock v0.2.5
13222025-01-24T22:55:27.678Z Compiling goblin v0.8.2
13232025-01-24T22:55:27.795Z Compiling want v0.3.1
13242025-01-24T22:55:28.079Z Compiling pkcs8 v0.10.2
13252025-01-24T22:55:28.128Z Compiling idna v1.0.3
13262025-01-24T22:55:28.168Z Compiling uuid v1.12.0
13272025-01-24T22:55:28.610Z Compiling pest_derive v2.7.14
13282025-01-24T22:55:28.701Z Compiling httpdate v1.0.3
13292025-01-24T22:55:29.130Z Compiling iana-time-zone v0.1.61
13302025-01-24T22:55:29.379Z Compiling dtrace-parser v0.2.0
13312025-01-24T22:55:29.572Z Compiling chrono v0.4.39
13322025-01-24T22:55:29.761Z Compiling toml_datetime v0.6.8
13332025-01-24T22:55:30.230Z Compiling serde_tokenstream v0.2.2
13342025-01-24T22:55:30.452Z Compiling serde_spanned v0.6.8
13352025-01-24T22:55:30.683Z Compiling foreign-types-shared v0.1.1
13362025-01-24T22:55:30.797Z Compiling match_cfg v0.1.0
13372025-01-24T22:55:30.816Z Compiling adler2 v2.0.0
13382025-01-24T22:55:30.904Z Compiling tower-service v0.3.3
13392025-01-24T22:55:30.927Z Compiling base64 v0.22.1
13402025-01-24T22:55:31.027Z Compiling openssl v0.10.66
13412025-01-24T22:55:31.048Z Compiling rustversion v1.0.17
13422025-01-24T22:55:31.289Z Compiling miniz_oxide v0.8.0
13432025-01-24T22:55:31.453Z Compiling hostname v0.3.1
13442025-01-24T22:55:31.624Z Compiling foreign-types v0.3.2
13452025-01-24T22:55:31.666Z Compiling tokio-util v0.7.12
13462025-01-24T22:55:31.735Z Compiling url v2.5.3
13472025-01-24T22:55:32.690Z Compiling h2 v0.4.6
13482025-01-24T22:55:32.867Z Compiling openssl-macros v0.1.1
13492025-01-24T22:55:32.887Z Compiling async-trait v0.1.83
13502025-01-24T22:55:33.004Z Compiling serde_derive_internals v0.29.1
13512025-01-24T22:55:33.547Z Compiling dof v0.3.0
13522025-01-24T22:55:33.597Z Compiling dirs-sys-next v0.1.2
13532025-01-24T22:55:34.131Z Compiling rustls v0.22.4
13542025-01-24T22:55:34.445Z Compiling usdt-impl v0.5.0
13552025-01-24T22:55:35.230Z Compiling syn v1.0.109
13562025-01-24T22:55:35.418Z Compiling data-encoding v2.6.0
13572025-01-24T22:55:35.449Z Compiling native-tls v0.2.12
13582025-01-24T22:55:35.773Z Compiling siphasher v0.3.11
13592025-01-24T22:55:35.793Z Compiling rustls v0.23.19
13602025-01-24T22:55:35.814Z Compiling schemars v0.8.21
13612025-01-24T22:55:36.163Z Compiling schemars_derive v0.8.21
13622025-01-24T22:55:36.230Z Compiling dirs-next v2.0.0
13632025-01-24T22:55:37.095Z Compiling unicode-normalization v0.1.24
13642025-01-24T22:55:37.197Z Compiling http-body-util v0.1.2
13652025-01-24T22:55:37.452Z Compiling crossbeam-epoch v0.9.18
13662025-01-24T22:55:37.675Z Compiling heapless v0.7.17
13672025-01-24T22:55:37.711Z Compiling sha1 v0.10.6
13682025-01-24T22:55:38.104Z Compiling signature v2.2.0
13692025-01-24T22:55:38.125Z Compiling bzip2-sys v0.1.11+1.0.8
13702025-01-24T22:55:38.145Z Compiling thread_local v1.1.8
13712025-01-24T22:55:38.220Z Compiling encoding_rs v0.8.34
13722025-01-24T22:55:38.378Z Compiling multer v3.1.0
13732025-01-24T22:55:38.590Z Compiling cookie v0.18.1
13742025-01-24T22:55:38.609Z Compiling dyn-clone v1.0.17
13752025-01-24T22:55:38.680Z Compiling slog-async v2.8.0
13762025-01-24T22:55:38.836Z Compiling unicode-properties v0.1.3
13772025-01-24T22:55:38.868Z Compiling ipnet v2.10.1
13782025-01-24T22:55:39.118Z Compiling rayon-core v1.12.1
13792025-01-24T22:55:39.158Z Compiling mime v0.3.17
13802025-01-24T22:55:39.244Z Compiling signal-hook v0.3.17
13812025-01-24T22:55:39.453Z Compiling hyper v1.5.2
13822025-01-24T22:55:39.550Z Compiling gimli v0.31.1
13832025-01-24T22:55:39.672Z Compiling openssl-probe v0.1.5
13842025-01-24T22:55:39.951Z Compiling unicode-bidi v0.3.17
13852025-01-24T22:55:39.976Z Compiling toml_edit v0.22.22
13862025-01-24T22:55:41.301Z Compiling stringprep v0.1.5
13872025-01-24T22:55:42.356Z Compiling hyper-util v0.1.10
13882025-01-24T22:55:43.216Z Compiling crossbeam-deque v0.8.5
13892025-01-24T22:55:43.574Z Compiling addr2line v0.24.2
13902025-01-24T22:55:43.981Z Compiling usdt-macro v0.5.0
13912025-01-24T22:55:44.126Z Compiling usdt-attr-macro v0.5.0
13922025-01-24T22:55:44.195Z Compiling term v0.7.0
13932025-01-24T22:55:45.176Z Compiling slog-json v2.6.1
13942025-01-24T22:55:45.399Z Compiling serde_urlencoded v0.7.1
13952025-01-24T22:55:45.455Z Compiling crossbeam-channel v0.5.13
13962025-01-24T22:55:45.532Z Compiling curve25519-dalek v4.1.3
13972025-01-24T22:55:45.694Z Compiling futures-executor v0.3.31
13982025-01-24T22:55:45.879Z Compiling md-5 v0.10.6
13992025-01-24T22:55:46.031Z Compiling async-stream-impl v0.3.6
14002025-01-24T22:55:46.178Z Compiling enum-as-inner v0.6.1
14012025-01-24T22:55:46.192Z Compiling rustls-pemfile v2.2.0
14022025-01-24T22:55:46.210Z Compiling num-integer v0.1.46
14032025-01-24T22:55:46.401Z Compiling hash32 v0.2.1
14042025-01-24T22:55:46.532Z Compiling ff v0.13.0
14052025-01-24T22:55:46.762Z Compiling is-terminal v0.4.13
14062025-01-24T22:55:46.781Z Compiling object v0.36.5
14072025-01-24T22:55:47.117Z Compiling dropshot v0.12.0
14082025-01-24T22:55:47.128Z Compiling portable-atomic v1.9.0
14092025-01-24T22:55:47.196Z Compiling utf-8 v0.7.6
14102025-01-24T22:55:47.231Z Compiling linked-hash-map v0.5.6
14112025-01-24T22:55:47.288Z Compiling take_mut v0.2.2
14122025-01-24T22:55:47.333Z Compiling base16ct v0.2.0
14132025-01-24T22:55:47.455Z Compiling quick-error v1.2.3
14142025-01-24T22:55:47.505Z Compiling litrs v0.4.1
14152025-01-24T22:55:47.538Z Compiling fallible-iterator v0.2.0
14162025-01-24T22:55:47.636Z Compiling num-bigint-dig v0.8.4
14172025-01-24T22:55:47.669Z Compiling anyhow v1.0.95
14182025-01-24T22:55:47.875Z Compiling rustc-demangle v0.1.24
14192025-01-24T22:55:47.903Z Compiling smoltcp v0.9.1
14202025-01-24T22:55:48.194Z Compiling psl-types v2.0.11
14212025-01-24T22:55:48.393Z Compiling publicsuffix v2.3.0
14222025-01-24T22:55:48.568Z Compiling postgres-protocol v0.6.7
14232025-01-24T22:55:48.620Z Compiling document-features v0.2.10
14242025-01-24T22:55:48.664Z Compiling resolv-conf v0.7.0
14252025-01-24T22:55:48.717Z Compiling sec1 v0.7.3
14262025-01-24T22:55:48.826Z Compiling lru-cache v0.1.2
14272025-01-24T22:55:49.277Z Compiling tungstenite v0.24.0
14282025-01-24T22:55:49.401Z Compiling async-stream v0.3.6
14292025-01-24T22:55:49.782Z Compiling hickory-proto v0.24.2
14302025-01-24T22:55:49.808Z Compiling slog-term v2.9.1
14312025-01-24T22:55:49.847Z Compiling usdt v0.5.0
14322025-01-24T22:55:50.098Z Compiling group v0.13.0
14332025-01-24T22:55:50.328Z Compiling num-iter v0.1.45
14342025-01-24T22:55:50.640Z Compiling futures v0.3.31
14352025-01-24T22:55:50.763Z Compiling slog-bunyan v2.5.0
14362025-01-24T22:55:51.117Z Compiling toml v0.8.19
14372025-01-24T22:55:51.429Z Compiling camino v1.1.9
14382025-01-24T22:55:52.343Z Compiling tokio-native-tls v0.3.1
14392025-01-24T22:55:52.628Z Compiling phf_shared v0.11.2
14402025-01-24T22:55:52.656Z Compiling dropshot_endpoint v0.12.0
14412025-01-24T22:55:52.972Z Compiling terminal_size v0.4.0
14422025-01-24T22:55:53.206Z Compiling backtrace v0.3.74
14432025-01-24T22:55:53.277Z Compiling waitgroup v0.1.2
14442025-01-24T22:55:53.425Z Compiling openapiv3 v2.0.0
14452025-01-24T22:55:53.500Z Compiling serde_path_to_error v0.1.16
14462025-01-24T22:55:53.752Z Compiling hkdf v0.12.4
14472025-01-24T22:55:54.020Z Compiling crypto-bigint v0.5.5
14482025-01-24T22:55:54.271Z Compiling zerocopy-derive v0.6.6
14492025-01-24T22:55:56.300Z Compiling curve25519-dalek-derive v0.1.1
14502025-01-24T22:55:56.305Z Compiling webpki-roots v0.26.6
14512025-01-24T22:55:56.531Z Compiling hostname v0.4.0
14522025-01-24T22:55:56.759Z Compiling fs-err v2.11.0
14532025-01-24T22:55:56.777Z Compiling ahash v0.8.11
14542025-01-24T22:55:57.056Z Compiling crc32fast v1.4.2
14552025-01-24T22:55:57.107Z Compiling winnow v0.5.40
14562025-01-24T22:55:57.218Z Compiling hubpack_derive v0.1.1
14572025-01-24T22:55:57.378Z Compiling debug-ignore v1.0.5
14582025-01-24T22:55:57.409Z Compiling managed v0.8.0
14592025-01-24T22:55:57.542Z Compiling newtype-uuid v1.2.1
14602025-01-24T22:55:57.637Z Compiling bitflags v1.3.2
14612025-01-24T22:55:57.752Z Compiling clap_builder v4.5.21
14622025-01-24T22:55:58.030Z Compiling hubpack v0.1.2
14632025-01-24T22:55:58.449Z Compiling strum_macros v0.25.3
14642025-01-24T22:55:58.990Z Compiling flate2 v1.0.35
14652025-01-24T22:55:59.839Z Compiling console v0.15.8
14662025-01-24T22:56:00.068Z Compiling elliptic-curve v0.13.8
14672025-01-24T22:56:00.182Z Compiling zerocopy v0.6.6
14682025-01-24T22:56:00.570Z Compiling toml_edit v0.19.15
14692025-01-24T22:56:00.883Z Compiling hickory-resolver v0.24.2
14702025-01-24T22:56:01.196Z Compiling signal-hook-mio v0.2.4
14712025-01-24T22:56:01.366Z Compiling phf v0.11.2
14722025-01-24T22:56:01.666Z Compiling cookie_store v0.21.1
14732025-01-24T22:56:01.689Z Compiling hyper-tls v0.6.0
14742025-01-24T22:56:02.090Z Compiling rayon v1.10.0
14752025-01-24T22:56:02.160Z Compiling bzip2 v0.4.4
14762025-01-24T22:56:03.115Z Compiling tokio-tungstenite v0.24.0
14772025-01-24T22:56:03.648Z Compiling postgres-types v0.2.8
14782025-01-24T22:56:05.845Z Compiling ed25519 v2.2.3
14792025-01-24T22:56:05.976Z Compiling phf_shared v0.10.0
14802025-01-24T22:56:06.221Z Compiling tokio-stream v0.1.16
14812025-01-24T22:56:06.363Z Compiling pkcs1 v0.7.5
14822025-01-24T22:56:06.415Z Compiling serde-big-array v0.5.1
14832025-01-24T22:56:06.624Z Compiling rfc6979 v0.4.0
14842025-01-24T22:56:06.648Z Compiling serde_repr v0.1.19
14852025-01-24T22:56:06.812Z Compiling derive-where v1.2.7
14862025-01-24T22:56:07.173Z Compiling clap_derive v4.5.18
14872025-01-24T22:56:07.275Z Compiling float-cmp v0.9.0
14882025-01-24T22:56:07.502Z Compiling bstr v1.10.0
14892025-01-24T22:56:07.710Z Compiling sync_wrapper v1.0.1
14902025-01-24T22:56:07.734Z Compiling predicates-core v1.0.8
14912025-01-24T22:56:07.737Z Compiling difflib v0.4.0
14922025-01-24T22:56:07.859Z Compiling unicode-width v0.2.0
14932025-01-24T22:56:08.064Z Compiling normalize-line-endings v0.3.0
14942025-01-24T22:56:08.239Z Compiling static_assertions v1.1.0
14952025-01-24T22:56:08.354Z Compiling new_debug_unreachable v1.0.6
14962025-01-24T22:56:08.406Z Compiling number_prefix v0.4.0
14972025-01-24T22:56:08.474Z Compiling whoami v1.5.2
14982025-01-24T22:56:08.654Z Compiling fixedbitset v0.4.2
14992025-01-24T22:56:09.042Z Compiling precomputed-hash v0.1.1
15002025-01-24T22:56:09.085Z Compiling unicode-segmentation v1.12.0
15012025-01-24T22:56:09.111Z Compiling bit-vec v0.6.3
15022025-01-24T22:56:09.194Z Compiling string_cache v0.8.7
15032025-01-24T22:56:09.222Z Compiling petgraph v0.6.5
15042025-01-24T22:56:09.551Z Compiling bit-set v0.5.3
15052025-01-24T22:56:09.574Z Compiling tokio-postgres v0.7.12
15062025-01-24T22:56:09.812Z Compiling similar v2.6.0
15072025-01-24T22:56:09.973Z Compiling indicatif v0.17.9
15082025-01-24T22:56:10.004Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15092025-01-24T22:56:11.646Z Compiling clap v4.5.21
15102025-01-24T22:56:11.772Z Compiling predicates v3.1.2
15112025-01-24T22:56:11.925Z Compiling rsa v0.9.6
15122025-01-24T22:56:12.014Z Compiling ecdsa v0.16.9
15132025-01-24T22:56:12.758Z Compiling ed25519-dalek v2.1.1
15142025-01-24T22:56:12.798Z Compiling toml v0.7.8
15152025-01-24T22:56:13.356Z Compiling zip v0.6.6
15162025-01-24T22:56:14.051Z Compiling crossterm v0.28.1
15172025-01-24T22:56:15.203Z Compiling hex v0.4.3
15182025-01-24T22:56:15.236Z Compiling x509-cert v0.2.5
15192025-01-24T22:56:15.447Z Compiling peg-runtime v0.8.3
15202025-01-24T22:56:15.782Z Compiling unicode-xid v0.2.6
15212025-01-24T22:56:15.986Z Compiling lalrpop-util v0.19.12
15222025-01-24T22:56:16.040Z Compiling strum_macros v0.26.4
15232025-01-24T22:56:16.333Z Compiling xattr v1.3.1
15242025-01-24T22:56:16.383Z Compiling filetime v0.2.25
15252025-01-24T22:56:16.616Z Compiling tar v0.4.42
15262025-01-24T22:56:20.668Z Compiling strum v0.26.3
15272025-01-24T22:56:24.016Z Compiling aws-lc-sys v0.22.0
15282025-01-24T22:56:54.815Z Compiling rustls-webpki v0.102.8
15292025-01-24T22:56:58.014Z Compiling tokio-rustls v0.25.0
15302025-01-24T22:56:59.618Z Compiling tokio-rustls v0.26.0
15312025-01-24T22:56:59.898Z Compiling hyper-rustls v0.27.3
15322025-01-24T22:57:00.240Z Compiling reqwest v0.12.9
15332025-01-24T22:57:01.622Z Compiling qorb v0.2.1
15342025-01-24T22:57:04.743Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15352025-01-24T22:57:04.983Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15362025-01-24T22:57:09.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s
15372025-01-24T22:57:09.528Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15382025-01-24T22:57:09.578ZJan 24 22:57:08.118 INFO Starting download, target: Clickhouse
15392025-01-24T22:57:09.578ZJan 24 22:57:08.119 INFO Starting download, target: Console
15402025-01-24T22:57:09.578ZJan 24 22:57:08.119 INFO Starting download, target: Cockroach
15412025-01-24T22:57:09.578ZJan 24 22:57:08.119 INFO Starting download, target: DendriteOpenapi
15422025-01-24T22:57:09.578ZJan 24 22:57:08.119 INFO Starting download, target: DendriteStub
15432025-01-24T22:57:09.578ZJan 24 22:57:08.119 INFO Starting download, target: MaghemiteMgd
15442025-01-24T22:57:09.578ZJan 24 22:57:08.119 INFO Starting download, target: TransceiverControl
15452025-01-24T22:57:09.581ZJan 24 22:57:08.119 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15462025-01-24T22:57:09.581ZJan 24 22:57:08.119 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15472025-01-24T22:57:09.581ZJan 24 22:57:08.119 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15482025-01-24T22:57:09.581ZJan 24 22:57:08.120 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15492025-01-24T22:57:09.581ZJan 24 22:57:08.120 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15502025-01-24T22:57:09.581ZJan 24 22:57:08.120 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15512025-01-24T22:57:09.581ZJan 24 22:57:08.120 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15522025-01-24T22:57:09.814ZJan 24 22:57:08.317 INFO Download complete, target: DendriteOpenapi
15532025-01-24T22:57:09.931ZJan 24 22:57:08.455 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15542025-01-24T22:57:10.098ZJan 24 22:57:08.637 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15552025-01-24T22:57:10.461ZJan 24 22:57:08.999 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15562025-01-24T22:57:10.475ZJan 24 22:57:09.001 INFO Download complete, target: Console
15572025-01-24T22:57:10.603ZJan 24 22:57:09.143 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15582025-01-24T22:57:10.611ZJan 24 22:57:09.152 INFO Download complete, target: TransceiverControl
15592025-01-24T22:57:11.133ZJan 24 22:57:09.674 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15602025-01-24T22:57:11.133ZJan 24 22:57:09.674 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15612025-01-24T22:57:11.480ZJan 24 22:57:10.021 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15622025-01-24T22:57:13.283ZJan 24 22:57:11.823 INFO Download complete, target: DendriteStub
15632025-01-24T22:57:13.400ZJan 24 22:57:11.941 INFO Download complete, target: MaghemiteMgd
15642025-01-24T22:57:18.442ZJan 24 22:57:16.983 INFO Checking that binary works, target: Cockroach
15652025-01-24T22:57:18.673ZJan 24 22:57:17.215 INFO Download complete, target: Cockroach
15662025-01-24T22:57:23.670ZJan 24 22:57:22.213 INFO Checking that binary works, target: Clickhouse
15672025-01-24T22:57:24.099ZJan 24 22:57:22.641 INFO Download complete, target: Clickhouse
15682025-01-24T22:57:24.106ZAll prerequisites installed successfully
15692025-01-24T22:57:24.109Z
15702025-01-24T22:57:24.109Zreal 5:22.510290816
15712025-01-24T22:57:24.109Zuser 15:37.066810728
15722025-01-24T22:57:24.109Zsys 2:01.982871170
15732025-01-24T22:57:24.109Ztrap 0.559020045
15742025-01-24T22:57:24.109Ztflt 4.750948985
15752025-01-24T22:57:24.109Zdflt 3.956698788
15762025-01-24T22:57:24.109Zkflt 0.207772901
15772025-01-24T22:57:24.109Zlock 24:50.014640746
15782025-01-24T22:57:24.109Zslp 56:24.917117280
15792025-01-24T22:57:24.109Zlat 56.703037585
15802025-01-24T22:57:24.109Zstop 2:21.694552469
15812025-01-24T22:57:24.109Z+ ptime -m cargo xtask download softnpu
15822025-01-24T22:57:24.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
15832025-01-24T22:57:24.650Z Running `target/debug/xtask download softnpu`
15842025-01-24T22:57:25.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
15852025-01-24T22:57:25.532Z Running `target/debug/xtask-downloader softnpu`
15862025-01-24T22:57:25.571ZJan 24 22:57:24.114 INFO Starting download, target: Softnpu
15872025-01-24T22:57:25.573ZJan 24 22:57:24.114 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15882025-01-24T22:57:26.078ZJan 24 22:57:24.621 INFO Download complete, target: Softnpu
15892025-01-24T22:57:26.082Z
15902025-01-24T22:57:26.085Zreal 1.969098104
15912025-01-24T22:57:26.085Zuser 1.253541176
15922025-01-24T22:57:26.085Zsys 0.536314730
15932025-01-24T22:57:26.085Ztrap 0.000562950
15942025-01-24T22:57:26.085Ztflt 0.000047596
15952025-01-24T22:57:26.085Zdflt 0.000090534
15962025-01-24T22:57:26.085Zkflt 0.000000000
15972025-01-24T22:57:26.085Zlock 5.171548112
15982025-01-24T22:57:26.086Zslp 0.353462883
15992025-01-24T22:57:26.086Zlat 0.065088925
16002025-01-24T22:57:26.086Zstop 0.000158592
16012025-01-24T22:57:26.086Z+ export CARGO_INCREMENTAL=0
16022025-01-24T22:57:26.086Z+ CARGO_INCREMENTAL=0
16032025-01-24T22:57:26.086Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16042025-01-24T22:57:27.003Z Compiling proc-macro2 v1.0.92
16052025-01-24T22:57:27.003Z Compiling unicode-ident v1.0.14
16062025-01-24T22:57:27.003Z Compiling libc v0.2.169
16072025-01-24T22:57:27.007Z Compiling serde v1.0.217
16082025-01-24T22:57:27.007Z Compiling autocfg v1.4.0
16092025-01-24T22:57:27.007Z Compiling version_check v0.9.5
16102025-01-24T22:57:27.007Z Compiling cfg-if v1.0.0
16112025-01-24T22:57:27.269Z Compiling memchr v2.7.4
16122025-01-24T22:57:27.298Z Compiling typenum v1.17.0
16132025-01-24T22:57:27.414Z Compiling shlex v1.3.0
16142025-01-24T22:57:27.737Z Compiling generic-array v0.14.7
16152025-01-24T22:57:27.756Z Compiling value-bag v1.9.0
16162025-01-24T22:57:27.889Z Compiling lock_api v0.4.12
16172025-01-24T22:57:28.035Z Compiling scopeguard v1.2.0
16182025-01-24T22:57:28.192Z Compiling log v0.4.22
16192025-01-24T22:57:28.286Z Compiling parking_lot_core v0.9.10
16202025-01-24T22:57:28.561Z Compiling serde_json v1.0.135
16212025-01-24T22:57:28.711Z Compiling once_cell v1.20.2
16222025-01-24T22:57:28.852Z Compiling quote v1.0.38
16232025-01-24T22:57:28.885Z Compiling jobserver v0.1.32
16242025-01-24T22:57:28.922Z Compiling getrandom v0.2.15
16252025-01-24T22:57:29.097Z Compiling rustix v0.38.37
16262025-01-24T22:57:29.216Z Compiling syn v2.0.96
16272025-01-24T22:57:29.333Z Compiling cc v1.1.30
16282025-01-24T22:57:29.410Z Compiling libm v0.2.8
16292025-01-24T22:57:29.428Z Compiling aho-corasick v1.1.3
16302025-01-24T22:57:29.452Z Compiling num-traits v0.2.19
16312025-01-24T22:57:29.584Z Compiling thiserror v1.0.69
16322025-01-24T22:57:29.690Z Compiling regex-syntax v0.8.5
16332025-01-24T22:57:29.743Z Compiling either v1.13.0
16342025-01-24T22:57:29.745Z Compiling itoa v1.0.11
16352025-01-24T22:57:30.005Z Compiling spin v0.9.8
16362025-01-24T22:57:30.302Z Compiling slab v0.4.9
16372025-01-24T22:57:30.538Z Compiling errno v0.3.9
16382025-01-24T22:57:30.605Z Compiling byteorder v1.5.0
16392025-01-24T22:57:30.766Z Compiling lazy_static v1.5.0
16402025-01-24T22:57:30.903Z Compiling rand_core v0.6.4
16412025-01-24T22:57:31.041Z Compiling glob v0.3.1
16422025-01-24T22:57:31.406Z Compiling prettyplease v0.2.25
16432025-01-24T22:57:31.718Z Compiling clang-sys v1.8.1
16442025-01-24T22:57:31.762Z Compiling minimal-lexical v0.2.1
16452025-01-24T22:57:32.206Z Compiling nom v7.1.3
16462025-01-24T22:57:32.351Z Compiling libloading v0.8.5
16472025-01-24T22:57:32.392Z Compiling home v0.5.9
16482025-01-24T22:57:32.417Z Compiling bindgen v0.69.5
16492025-01-24T22:57:32.639Z Compiling smallvec v1.13.2
16502025-01-24T22:57:32.692Z Compiling subtle v2.6.1
16512025-01-24T22:57:33.005Z Compiling itertools v0.10.5
16522025-01-24T22:57:33.125Z Compiling allocator-api2 v0.2.18
16532025-01-24T22:57:33.152Z Compiling rustc-hash v1.1.0
16542025-01-24T22:57:33.331Z Compiling regex-automata v0.4.8
16552025-01-24T22:57:33.393Z Compiling lazycell v1.3.0
16562025-01-24T22:57:33.883Z Compiling cmake v0.1.51
16572025-01-24T22:57:34.090Z Compiling fs_extra v1.3.0
16582025-01-24T22:57:34.630Z Compiling dunce v1.0.5
16592025-01-24T22:57:34.662Z Compiling semver v1.0.24
16602025-01-24T22:57:35.129Z Compiling cexpr v0.6.0
16612025-01-24T22:57:35.360Z Compiling pkg-config v0.3.31
16622025-01-24T22:57:35.425Z Compiling ring v0.17.8
16632025-01-24T22:57:35.897Z Compiling pin-project-lite v0.2.14
16642025-01-24T22:57:35.997Z Compiling ryu v1.0.18
16652025-01-24T22:57:36.314Z Compiling synstructure v0.13.1
16662025-01-24T22:57:36.449Z Compiling paste v1.0.15
16672025-01-24T22:57:36.501Z Compiling schemars v0.8.21
16682025-01-24T22:57:36.553Z Compiling aws-lc-rs v1.10.0
16692025-01-24T22:57:36.851Z Compiling const-oid v0.9.6
16702025-01-24T22:57:36.960Z Compiling fnv v1.0.7
16712025-01-24T22:57:36.978Z Compiling httparse v1.9.5
16722025-01-24T22:57:37.589Z Compiling serde_derive_internals v0.29.1
16732025-01-24T22:57:37.835Z Compiling foldhash v0.1.3
16742025-01-24T22:57:38.125Z Compiling equivalent v1.0.1
16752025-01-24T22:57:38.283Z Compiling hashbrown v0.15.1
16762025-01-24T22:57:38.739Z Compiling regex v1.11.1
16772025-01-24T22:57:38.908Z Compiling signal-hook-registry v1.4.2
16782025-01-24T22:57:39.268Z Compiling heck v0.5.0
16792025-01-24T22:57:39.501Z Compiling parking_lot v0.12.3
16802025-01-24T22:57:39.528Z Compiling mio v1.0.2
16812025-01-24T22:57:39.683Z Compiling stable_deref_trait v1.2.0
16822025-01-24T22:57:40.588Z Compiling serde_derive v1.0.217
16832025-01-24T22:57:40.591Z Compiling zeroize_derive v1.4.2
16842025-01-24T22:57:41.125Z Compiling zerocopy-derive v0.7.35
16852025-01-24T22:57:41.537Z Compiling thiserror-impl v1.0.69
16862025-01-24T22:57:41.908Z Compiling zeroize v1.8.1
16872025-01-24T22:57:42.001Z Compiling tokio-macros v2.5.0
16882025-01-24T22:57:42.332Z Compiling zerofrom-derive v0.1.4
16892025-01-24T22:57:42.369Z Compiling yoke-derive v0.7.4
16902025-01-24T22:57:42.492Z Compiling zerovec-derive v0.10.3
16912025-01-24T22:57:42.892Z Compiling futures-macro v0.3.31
16922025-01-24T22:57:42.913Z Compiling displaydoc v0.2.5
16932025-01-24T22:57:44.154Z Compiling zerocopy v0.7.35
16942025-01-24T22:57:44.575Z Compiling crypto-common v0.1.6
16952025-01-24T22:57:44.681Z Compiling icu_provider_macros v1.5.0
16962025-01-24T22:57:44.771Z Compiling tracing-attributes v0.1.27
16972025-01-24T22:57:44.790Z Compiling schemars_derive v0.8.21
16982025-01-24T22:57:44.812Z Compiling block-buffer v0.10.4
16992025-01-24T22:57:45.048Z Compiling digest v0.10.7
17002025-01-24T22:57:45.539Z Compiling socket2 v0.5.7
17012025-01-24T22:57:45.705Z Compiling num-conv v0.1.0
17022025-01-24T22:57:45.737Z Compiling futures-core v0.3.31
17032025-01-24T22:57:45.984Z Compiling crossbeam-utils v0.8.20
17042025-01-24T22:57:46.004Z Compiling time-core v0.1.2
17052025-01-24T22:57:46.202Z Compiling time-macros v0.2.18
17062025-01-24T22:57:46.760Z Compiling der_derive v0.7.3
17072025-01-24T22:57:46.863Z Compiling vcpkg v0.2.15
17082025-01-24T22:57:48.227Z Compiling openssl-sys v0.9.103
17092025-01-24T22:57:48.946Z Compiling syn v1.0.109
17102025-01-24T22:57:49.271Z Compiling cpufeatures v0.2.14
17112025-01-24T22:57:49.385Z Compiling futures-sink v0.3.31
17122025-01-24T22:57:49.452Z Compiling slog v2.7.0
17132025-01-24T22:57:49.847Z Compiling ahash v0.8.11
17142025-01-24T22:57:50.006Z Compiling zerofrom v0.1.4
17152025-01-24T22:57:50.342Z Compiling iana-time-zone v0.1.61
17162025-01-24T22:57:50.492Z Compiling yoke v0.7.4
17172025-01-24T22:57:50.826Z Compiling futures-channel v0.3.31
17182025-01-24T22:57:50.845Z Compiling scroll_derive v0.12.0
17192025-01-24T22:57:50.977Z Compiling futures-io v0.3.31
17202025-01-24T22:57:51.038Z Compiling futures-task v0.3.31
17212025-01-24T22:57:51.304Z Compiling openssl v0.10.66
17222025-01-24T22:57:51.323Z Compiling pin-utils v0.1.0
17232025-01-24T22:57:51.343Z Compiling ucd-trie v0.1.7
17242025-01-24T22:57:51.436Z Compiling futures-util v0.3.31
17252025-01-24T22:57:51.707Z Compiling pest v2.7.14
17262025-01-24T22:57:51.802Z Compiling zerovec v0.10.4
17272025-01-24T22:57:52.553Z Compiling bitflags v2.6.0
17282025-01-24T22:57:52.798Z Compiling bytes v1.9.0
17292025-01-24T22:57:54.706Z Compiling indexmap v2.7.0
17302025-01-24T22:57:54.840Z Compiling tokio v1.43.0
17312025-01-24T22:57:56.051Z Compiling serde_tokenstream v0.2.2
17322025-01-24T22:57:56.364Z Compiling uuid v1.12.0
17332025-01-24T22:57:56.590Z Compiling http v1.2.0
17342025-01-24T22:57:57.182Z Compiling which v4.4.2
17352025-01-24T22:57:57.736Z Compiling chrono v0.4.39
17362025-01-24T22:57:57.814Z Compiling rustc_version v0.4.1
17372025-01-24T22:57:59.477Z Compiling hmac v0.12.1
17382025-01-24T22:58:00.832Z Compiling pest_meta v2.7.14
17392025-01-24T22:58:03.433Z Compiling block-padding v0.3.3
17402025-01-24T22:58:03.680Z Compiling openssl-macros v0.1.1
17412025-01-24T22:58:04.400Z Compiling rustls v0.23.19
17422025-01-24T22:58:04.508Z Compiling native-tls v0.2.12
17432025-01-24T22:58:04.672Z Compiling inout v0.1.3
17442025-01-24T22:58:04.841Z Compiling pest_generator v2.7.14
17452025-01-24T22:58:04.950Z Compiling tinystr v0.7.6
17462025-01-24T22:58:05.365Z Compiling toml_datetime v0.6.8
17472025-01-24T22:58:05.386Z Compiling serde_spanned v0.6.8
17482025-01-24T22:58:05.648Z Compiling tracing-core v0.1.32
17492025-01-24T22:58:05.796Z Compiling dyn-clone v1.0.17
17502025-01-24T22:58:05.817Z Compiling strsim v0.11.1
17512025-01-24T22:58:05.977Z Compiling writeable v0.5.5
17522025-01-24T22:58:06.464Z Compiling litemap v0.7.3
17532025-01-24T22:58:06.546Z Compiling pest_derive v2.7.14
17542025-01-24T22:58:06.883Z Compiling icu_locid v1.5.0
17552025-01-24T22:58:07.015Z Compiling tracing v0.1.40
17562025-01-24T22:58:07.781Z Compiling cipher v0.4.4
17572025-01-24T22:58:07.869Z Compiling sha2 v0.10.8
17582025-01-24T22:58:08.388Z Compiling usdt-impl v0.5.0
17592025-01-24T22:58:08.954Z Compiling cookie v0.18.1
17602025-01-24T22:58:08.973Z Compiling base64ct v1.6.0
17612025-01-24T22:58:08.992Z Compiling icu_provider v1.5.0
17622025-01-24T22:58:09.322Z Compiling pem-rfc7468 v0.7.0
17632025-01-24T22:58:09.819Z Compiling aws-lc-sys v0.22.0
17642025-01-24T22:58:10.778Z Compiling scroll v0.12.0
17652025-01-24T22:58:11.268Z Compiling ppv-lite86 v0.2.20
17662025-01-24T22:58:11.324Z Compiling async-trait v0.1.83
17672025-01-24T22:58:12.023Z Compiling plain v0.2.3
17682025-01-24T22:58:12.207Z Compiling icu_locid_transform_data v1.5.0
17692025-01-24T22:58:13.273Z Compiling flagset v0.4.6
17702025-01-24T22:58:13.609Z Compiling percent-encoding v2.3.1
17712025-01-24T22:58:13.800Z Compiling anyhow v1.0.95
17722025-01-24T22:58:14.040Z Compiling camino v1.1.9
17732025-01-24T22:58:14.293Z Compiling rustls-pki-types v1.10.0
17742025-01-24T22:58:14.566Z Compiling icu_locid_transform v1.5.0
17752025-01-24T22:58:15.876Z Compiling der v0.7.9
17762025-01-24T22:58:17.746Z Compiling goblin v0.8.2
17772025-01-24T22:58:19.187Z Compiling rand_chacha v0.3.1
17782025-01-24T22:58:19.548Z Compiling tokio-util v0.7.12
17792025-01-24T22:58:20.018Z Compiling icu_collections v1.5.0
17802025-01-24T22:58:21.264Z Compiling rustls v0.22.4
17812025-01-24T22:58:21.282Z Compiling pretty-hex v0.4.1
17822025-01-24T22:58:21.410Z Compiling mirai-annotations v1.12.0
17832025-01-24T22:58:21.511Z Compiling untrusted v0.7.1
17842025-01-24T22:58:21.543Z Compiling rayon-core v1.12.1
17852025-01-24T22:58:21.614Z Compiling untrusted v0.9.0
17862025-01-24T22:58:21.719Z Compiling icu_properties_data v1.5.0
17872025-01-24T22:58:21.965Z Compiling powerfmt v0.2.0
17882025-01-24T22:58:22.285Z Compiling deranged v0.3.11
17892025-01-24T22:58:22.399Z Compiling icu_properties v1.5.1
17902025-01-24T22:58:23.638Z Compiling dof v0.3.0
17912025-01-24T22:58:24.003Z Compiling rand v0.8.5
17922025-01-24T22:58:25.222Z Compiling spki v0.7.3
17932025-01-24T22:58:25.609Z Compiling salsa20 v0.10.2
17942025-01-24T22:58:25.668Z Compiling dtrace-parser v0.2.0
17952025-01-24T22:58:25.849Z Compiling pbkdf2 v0.12.2
17962025-01-24T22:58:26.956Z Compiling thread-id v4.2.2
17972025-01-24T22:58:26.987Z Compiling utf16_iter v1.0.5
17982025-01-24T22:58:27.071Z Compiling atomic-waker v1.1.2
17992025-01-24T22:58:27.187Z Compiling utf8_iter v1.0.4
18002025-01-24T22:58:27.232Z Compiling litrs v0.4.1
18012025-01-24T22:58:27.274Z Compiling num_threads v0.1.7
18022025-01-24T22:58:27.411Z Compiling icu_normalizer_data v1.5.0
18032025-01-24T22:58:27.744Z Compiling winnow v0.5.40
18042025-01-24T22:58:28.016Z Compiling write16 v1.0.0
18052025-01-24T22:58:28.170Z Compiling document-features v0.2.10
18062025-01-24T22:58:28.218Z Compiling icu_normalizer v1.5.0
18072025-01-24T22:58:29.986Z Compiling time v0.3.36
18082025-01-24T22:58:31.123Z Compiling toml_edit v0.19.15
18092025-01-24T22:58:31.357Z Compiling scrypt v0.11.0
18102025-01-24T22:58:31.827Z Compiling form_urlencoded v1.2.1
18112025-01-24T22:58:32.250Z Compiling cbc v0.1.2
18122025-01-24T22:58:32.349Z Compiling aes v0.8.4
18132025-01-24T22:58:32.470Z Compiling http-body v1.0.1
18142025-01-24T22:58:33.050Z Compiling multer v3.1.0
18152025-01-24T22:58:33.377Z Compiling rustversion v1.0.17
18162025-01-24T22:58:33.465Z Compiling tinyvec_macros v0.1.1
18172025-01-24T22:58:33.624Z Compiling slog-async v2.8.0
18182025-01-24T22:58:33.767Z Compiling try-lock v0.2.5
18192025-01-24T22:58:33.951Z Compiling want v0.3.1
18202025-01-24T22:58:34.066Z Compiling tinyvec v1.8.0
18212025-01-24T22:58:34.243Z Compiling pkcs5 v0.7.1
18222025-01-24T22:58:35.983Z Compiling idna_adapter v1.2.0
18232025-01-24T22:58:36.224Z Compiling h2 v0.4.6
18242025-01-24T22:58:36.589Z Compiling heapless v0.7.17
18252025-01-24T22:58:37.256Z Compiling bzip2-sys v0.1.11+1.0.8
18262025-01-24T22:58:37.625Z Compiling signal-hook v0.3.17
18272025-01-24T22:58:37.925Z Compiling httpdate v1.0.3
18282025-01-24T22:58:38.696Z Compiling idna v1.0.3
18292025-01-24T22:58:40.008Z Compiling pkcs8 v0.10.2
18302025-01-24T22:58:41.745Z Compiling usdt-attr-macro v0.5.0
18312025-01-24T22:58:41.748Z Compiling usdt-macro v0.5.0
18322025-01-24T22:58:42.697Z Compiling async-stream-impl v0.3.6
18332025-01-24T22:58:43.018Z Compiling adler2 v2.0.0
18342025-01-24T22:58:43.323Z Compiling tower-service v0.3.3
18352025-01-24T22:58:43.557Z Compiling base64 v0.22.1
18362025-01-24T22:58:43.805Z Compiling miniz_oxide v0.8.0
18372025-01-24T22:58:44.339Z Compiling hyper v1.5.2
18382025-01-24T22:58:47.176Z Compiling hyper-util v0.1.10
18392025-01-24T22:58:47.410Z Compiling curve25519-dalek v4.1.3
18402025-01-24T22:58:50.215Z Compiling openapiv3 v2.0.0
18412025-01-24T22:58:50.910Z Compiling enum-as-inner v0.6.1
18422025-01-24T22:58:51.665Z Compiling dropshot v0.12.0
18432025-01-24T22:58:51.872Z Compiling foreign-types-shared v0.1.1
18442025-01-24T22:58:52.006Z Compiling portable-atomic v1.9.0
18452025-01-24T22:58:52.463Z Compiling newtype-uuid v1.2.1
18462025-01-24T22:58:52.768Z Compiling smoltcp v0.9.1
18472025-01-24T22:58:52.860Z Compiling match_cfg v0.1.0
18482025-01-24T22:58:52.968Z Compiling num-bigint-dig v0.8.4
18492025-01-24T22:58:53.294Z Compiling hostname v0.3.1
18502025-01-24T22:58:53.501Z Compiling foreign-types v0.3.2
18512025-01-24T22:58:54.809Z Compiling url v2.5.3
18522025-01-24T22:58:56.717Z Compiling http-body-util v0.1.2
18532025-01-24T22:58:57.293Z Compiling dirs-sys-next v0.1.2
18542025-01-24T22:58:57.340Z Compiling encoding_rs v0.8.34
18552025-01-24T22:58:57.481Z Compiling mime v0.3.17
18562025-01-24T22:58:57.731Z Compiling ident_case v1.0.1
18572025-01-24T22:58:57.924Z Compiling siphasher v0.3.11
18582025-01-24T22:58:58.285Z Compiling gimli v0.31.1
18592025-01-24T22:58:58.500Z Compiling data-encoding v2.6.0
18602025-01-24T22:58:59.931Z Compiling heck v0.4.1
18612025-01-24T22:59:00.306Z Compiling darling_core v0.20.10
18622025-01-24T22:59:00.749Z Compiling dirs-next v2.0.0
18632025-01-24T22:59:04.976Z Compiling addr2line v0.24.2
18642025-01-24T22:59:06.264Z Compiling unicode-normalization v0.1.24
18652025-01-24T22:59:07.305Z Compiling serde_urlencoded v0.7.1
18662025-01-24T22:59:07.880Z Compiling crossbeam-epoch v0.9.18
18672025-01-24T22:59:08.525Z Compiling rustls-pemfile v2.2.0
18682025-01-24T22:59:08.544Z Compiling hubpack_derive v0.1.1
18692025-01-24T22:59:08.614Z Compiling dropshot_endpoint v0.12.0
18702025-01-24T22:59:08.713Z Compiling sha1 v0.10.6
18712025-01-24T22:59:08.997Z Compiling signature v2.2.0
18722025-01-24T22:59:09.099Z Compiling zerocopy-derive v0.6.6
18732025-01-24T22:59:09.226Z Compiling curve25519-dalek-derive v0.1.1
18742025-01-24T22:59:09.459Z Compiling object v0.36.5
18752025-01-24T22:59:10.793Z Compiling thread_local v1.1.8
18762025-01-24T22:59:11.247Z Compiling fs-err v2.11.0
18772025-01-24T22:59:12.331Z Compiling utf8parse v0.2.2
18782025-01-24T22:59:12.511Z Compiling unicode-bidi v0.3.17
18792025-01-24T22:59:13.681Z Compiling unicode-properties v0.1.3
18802025-01-24T22:59:14.221Z Compiling ipnet v2.10.1
18812025-01-24T22:59:15.636Z Compiling winnow v0.6.20
18822025-01-24T22:59:16.497Z Compiling anstyle v1.0.10
18832025-01-24T22:59:16.928Z Compiling openssl-probe v0.1.5
18842025-01-24T22:59:17.494Z Compiling rustc-demangle v0.1.24
18852025-01-24T22:59:20.036Z Compiling toml_edit v0.22.22
18862025-01-24T22:59:20.404Z Compiling backtrace v0.3.74
18872025-01-24T22:59:22.137Z Compiling rustls-webpki v0.102.8
18882025-01-24T22:59:29.324Z Compiling stringprep v0.1.5
18892025-01-24T22:59:30.188Z Compiling anstyle-parse v0.2.5
18902025-01-24T22:59:31.642Z Compiling crossbeam-deque v0.8.5
18912025-01-24T22:59:31.983Z Compiling darling_macro v0.20.10
18922025-01-24T22:59:32.002Z Compiling term v0.7.0
18932025-01-24T22:59:32.849Z Compiling slog-json v2.6.1
18942025-01-24T22:59:33.951Z Compiling crossbeam-channel v0.5.13
18952025-01-24T22:59:34.640Z Compiling hashbrown v0.14.5
18962025-01-24T22:59:34.917Z Compiling futures-executor v0.3.31
18972025-01-24T22:59:35.387Z Compiling num-integer v0.1.46
18982025-01-24T22:59:35.492Z Compiling md-5 v0.10.6
18992025-01-24T22:59:35.664Z Compiling ff v0.13.0
19002025-01-24T22:59:35.745Z Compiling hash32 v0.2.1
19012025-01-24T22:59:35.783Z Compiling is-terminal v0.4.13
19022025-01-24T22:59:35.896Z Compiling memmap v0.7.0
19032025-01-24T22:59:35.944Z Compiling take_mut v0.2.2
19042025-01-24T22:59:36.066Z Compiling colorchoice v1.0.2
19052025-01-24T22:59:36.122Z Compiling linked-hash-map v0.5.6
19062025-01-24T22:59:36.195Z Compiling psl-types v2.0.11
19072025-01-24T22:59:36.238Z Compiling base16ct v0.2.0
19082025-01-24T22:59:36.426Z Compiling quick-error v1.2.3
19092025-01-24T22:59:36.536Z Compiling fallible-iterator v0.2.0
19102025-01-24T22:59:36.584Z Compiling anstyle-query v1.1.1
19112025-01-24T22:59:36.659Z Compiling utf-8 v0.7.6
19122025-01-24T22:59:36.753Z Compiling is_terminal_polyfill v1.70.1
19132025-01-24T22:59:36.875Z Compiling anstream v0.6.15
19142025-01-24T22:59:36.894Z Compiling tungstenite v0.24.0
19152025-01-24T22:59:36.966Z Compiling publicsuffix v2.3.0
19162025-01-24T22:59:37.216Z Compiling postgres-protocol v0.6.7
19172025-01-24T22:59:37.254Z Compiling resolv-conf v0.7.0
19182025-01-24T22:59:37.494Z Compiling sec1 v0.7.3
19192025-01-24T22:59:37.898Z Compiling lru-cache v0.1.2
19202025-01-24T22:59:38.100Z Compiling usdt v0.5.0
19212025-01-24T22:59:38.565Z Compiling slog-term v2.9.1
19222025-01-24T22:59:38.696Z Compiling num-iter v0.1.45
19232025-01-24T22:59:38.898Z Compiling group v0.13.0
19242025-01-24T22:59:39.190Z Compiling regress v0.10.1
19252025-01-24T22:59:39.378Z Compiling futures v0.3.31
19262025-01-24T22:59:42.115Z Compiling slog-bunyan v2.5.0
19272025-01-24T22:59:42.175Z Compiling darling v0.20.10
19282025-01-24T22:59:42.814Z Compiling tokio-rustls v0.26.0
19292025-01-24T22:59:42.860Z Compiling tokio-rustls v0.25.0
19302025-01-24T22:59:43.573Z Compiling tokio-native-tls v0.3.1
19312025-01-24T22:59:43.593Z Compiling toml v0.8.19
19322025-01-24T22:59:43.604Z Compiling hickory-proto v0.24.2
19332025-01-24T22:59:43.859Z Compiling strum_macros v0.25.3
19342025-01-24T22:59:44.702Z Compiling phf_shared v0.11.2
19352025-01-24T22:59:44.863Z Compiling async-stream v0.3.6
19362025-01-24T22:59:44.960Z Compiling waitgroup v0.1.2
19372025-01-24T22:59:45.039Z Compiling webpki-roots v0.26.6
19382025-01-24T22:59:45.270Z Compiling hkdf v0.12.4
19392025-01-24T22:59:45.363Z Compiling terminal_size v0.4.0
19402025-01-24T22:59:45.507Z Compiling serde_path_to_error v0.1.16
19412025-01-24T22:59:45.812Z Compiling crypto-bigint v0.5.5
19422025-01-24T22:59:46.215Z Compiling derive-where v1.2.7
19432025-01-24T22:59:46.251Z Compiling clap_derive v4.5.18
19442025-01-24T22:59:47.214Z Compiling serde_repr v0.1.19
19452025-01-24T22:59:47.739Z Compiling hostname v0.4.0
19462025-01-24T22:59:47.947Z Compiling crc32fast v1.4.2
19472025-01-24T22:59:48.419Z Compiling managed v0.8.0
19482025-01-24T22:59:49.162Z Compiling clap_lex v0.7.2
19492025-01-24T22:59:49.212Z Compiling bitflags v1.3.2
19502025-01-24T22:59:49.405Z Compiling unicode-width v0.1.14
19512025-01-24T22:59:49.426Z Compiling debug-ignore v1.0.5
19522025-01-24T22:59:49.954Z Compiling console v0.15.8
19532025-01-24T22:59:50.038Z Compiling clap_builder v4.5.21
19542025-01-24T22:59:51.361Z Compiling hickory-resolver v0.24.2
19552025-01-24T22:59:51.672Z Compiling elliptic-curve v0.13.8
19562025-01-24T22:59:53.419Z Compiling flate2 v1.0.35
19572025-01-24T22:59:56.180Z Compiling hyper-rustls v0.27.3
19582025-01-24T22:59:56.279Z Compiling phf v0.11.2
19592025-01-24T22:59:56.745Z Compiling hyper-tls v0.6.0
19602025-01-24T22:59:57.139Z Compiling typify-impl v0.2.0
19612025-01-24T22:59:57.549Z Compiling signal-hook-mio v0.2.4
19622025-01-24T22:59:57.569Z Compiling rayon v1.10.0
19632025-01-24T22:59:57.731Z Compiling bzip2 v0.4.4
19642025-01-24T22:59:58.088Z Compiling cookie_store v0.21.1
19652025-01-24T23:00:01.423Z Compiling postgres-types v0.2.8
19662025-01-24T23:00:01.932Z Compiling tokio-tungstenite v0.24.0
19672025-01-24T23:00:02.346Z Compiling zerocopy v0.6.6
19682025-01-24T23:00:02.458Z Compiling hubpack v0.1.2
19692025-01-24T23:00:02.571Z Compiling ed25519 v2.2.3
19702025-01-24T23:00:02.877Z Compiling phf_shared v0.10.0
19712025-01-24T23:00:03.040Z Compiling pkcs1 v0.7.5
19722025-01-24T23:00:03.162Z Compiling tokio-stream v0.1.16
19732025-01-24T23:00:03.249Z Compiling ipnetwork v0.20.0
19742025-01-24T23:00:03.938Z Compiling rfc6979 v0.4.0
19752025-01-24T23:00:04.121Z Compiling serde-big-array v0.5.1
19762025-01-24T23:00:04.141Z Compiling float-cmp v0.9.0
19772025-01-24T23:00:04.166Z Compiling sync_wrapper v1.0.1
19782025-01-24T23:00:04.372Z Compiling bstr v1.10.0
19792025-01-24T23:00:04.521Z Compiling static_assertions v1.1.0
19802025-01-24T23:00:04.639Z Compiling normalize-line-endings v0.3.0
19812025-01-24T23:00:04.787Z Compiling predicates-core v1.0.8
19822025-01-24T23:00:05.082Z Compiling difflib v0.4.0
19832025-01-24T23:00:05.679Z Compiling unicode-segmentation v1.12.0
19842025-01-24T23:00:06.212Z Compiling number_prefix v0.4.0
19852025-01-24T23:00:06.445Z Compiling unicode-width v0.2.0
19862025-01-24T23:00:06.464Z Compiling new_debug_unreachable v1.0.6
19872025-01-24T23:00:06.523Z Compiling whoami v1.5.2
19882025-01-24T23:00:06.577Z Compiling bit-vec v0.6.3
19892025-01-24T23:00:06.981Z Compiling precomputed-hash v0.1.1
19902025-01-24T23:00:07.005Z Compiling fixedbitset v0.4.2
19912025-01-24T23:00:07.041Z Compiling indicatif v0.17.9
19922025-01-24T23:00:07.043Z Compiling bit-set v0.5.3
19932025-01-24T23:00:07.123Z Compiling string_cache v0.8.7
19942025-01-24T23:00:07.346Z Compiling petgraph v0.6.5
19952025-01-24T23:00:07.375Z Compiling tokio-postgres v0.7.12
19962025-01-24T23:00:07.528Z Compiling similar v2.6.0
19972025-01-24T23:00:07.556Z Compiling typify-macro v0.2.0
19982025-01-24T23:00:09.572Z Compiling predicates v3.1.2
19992025-01-24T23:00:10.592Z Compiling reqwest v0.12.9
20002025-01-24T23:00:10.847Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20012025-01-24T23:00:11.143Z Compiling ecdsa v0.16.9
20022025-01-24T23:00:11.981Z Compiling qorb v0.2.1
20032025-01-24T23:00:12.974Z Compiling rsa v0.9.6
20042025-01-24T23:00:14.812Z Compiling ed25519-dalek v2.1.1
20052025-01-24T23:00:15.345Z Compiling zip v0.6.6
20062025-01-24T23:00:16.038Z Compiling crossterm v0.28.1
20072025-01-24T23:00:16.539Z Compiling clap v4.5.21
20082025-01-24T23:00:17.109Z Compiling toml v0.7.8
20092025-01-24T23:00:18.129Z Compiling x509-cert v0.2.5
20102025-01-24T23:00:19.036Z Compiling hex v0.4.3
20112025-01-24T23:00:19.797Z Compiling peg-runtime v0.8.3
20122025-01-24T23:00:19.905Z Compiling lalrpop-util v0.19.12
20132025-01-24T23:00:20.258Z Compiling unicode-xid v0.2.6
20142025-01-24T23:00:20.412Z Compiling zerocopy v0.8.10
20152025-01-24T23:00:22.323Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20162025-01-24T23:00:26.491Z Compiling proc-macro-crate v1.3.1
20172025-01-24T23:00:27.161Z Compiling macaddr v1.0.1
20182025-01-24T23:00:27.559Z Compiling zerocopy-derive v0.8.10
20192025-01-24T23:00:27.689Z Compiling itertools v0.13.0
20202025-01-24T23:00:30.078Z Compiling heapless v0.8.0
20212025-01-24T23:00:30.884Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20222025-01-24T23:00:35.169Z Compiling num_enum_derive v0.5.11
20232025-01-24T23:00:43.314Z Compiling hash32 v0.3.1
20242025-01-24T23:00:44.494Z Compiling smoltcp v0.11.0
20252025-01-24T23:00:45.290Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20262025-01-24T23:00:49.812Z Compiling num_enum v0.5.11
20272025-01-24T23:00:49.907Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20282025-01-24T23:00:50.511Z Compiling typify v0.2.0
20292025-01-24T23:00:50.661Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
20302025-01-24T23:00:51.654Z Compiling proc-macro-error-attr v1.0.4
20312025-01-24T23:00:51.979Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20322025-01-24T23:00:52.283Z Compiling thiserror v2.0.11
20332025-01-24T23:00:52.852Z Compiling unsafe-libyaml v0.2.11
20342025-01-24T23:00:53.733Z Compiling cobs v0.2.3
20352025-01-24T23:00:54.208Z Compiling postcard v1.0.10
20362025-01-24T23:00:54.421Z Compiling serde_yaml v0.9.34+deprecated
20372025-01-24T23:01:05.100Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20382025-01-24T23:01:08.283Z Compiling progenitor-impl v0.8.0
20392025-01-24T23:01:20.023Z Compiling strum_macros v0.26.4
20402025-01-24T23:01:20.733Z Compiling thiserror-impl v2.0.11
20412025-01-24T23:01:20.824Z Compiling foreign-types-macros v0.2.3
20422025-01-24T23:01:21.545Z Compiling structmeta-derive v0.3.0
20432025-01-24T23:01:22.029Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20442025-01-24T23:01:22.290Z Compiling proc-macro-error v1.0.4
20452025-01-24T23:01:22.358Z Compiling foreign-types-shared v0.3.1
20462025-01-24T23:01:23.285Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20472025-01-24T23:01:24.800Z Compiling strum v0.26.3
20482025-01-24T23:01:24.870Z Compiling structmeta v0.3.0
20492025-01-24T23:01:28.064Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20502025-01-24T23:01:30.193Z Compiling foreign-types v0.5.0
20512025-01-24T23:01:33.321Z Compiling progenitor-macro v0.8.0
20522025-01-24T23:01:37.037Z Compiling progenitor-client v0.8.0
20532025-01-24T23:01:37.151Z Compiling tabwriter v1.4.0
20542025-01-24T23:01:37.911Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20552025-01-24T23:01:38.709Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20562025-01-24T23:01:39.193Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20572025-01-24T23:01:39.879Z Compiling cstr-argument v0.1.2
20582025-01-24T23:01:40.005Z Compiling dropshot v0.15.1
20592025-01-24T23:01:40.170Z Compiling fastrand v2.1.1
20602025-01-24T23:01:40.343Z Compiling crucible-workspace-hack v0.1.0
20612025-01-24T23:01:40.841Z Compiling pretty-hex v0.2.1
20622025-01-24T23:01:41.091Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20632025-01-24T23:01:41.958Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20642025-01-24T23:01:42.012Z Compiling tempfile v3.13.0
20652025-01-24T23:01:42.444Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20662025-01-24T23:01:43.296Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20672025-01-24T23:01:43.503Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20682025-01-24T23:01:43.714Z Compiling parse-display-derive v0.10.0
20692025-01-24T23:01:44.105Z Compiling progenitor v0.8.0
20702025-01-24T23:01:44.281Z Compiling colored v2.1.0
20712025-01-24T23:01:44.342Z Compiling serde_with_macros v3.11.0
20722025-01-24T23:01:44.961Z Compiling dropshot_endpoint v0.15.1
20732025-01-24T23:01:45.509Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20742025-01-24T23:01:46.240Z Compiling instant v0.1.13
20752025-01-24T23:01:46.427Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20762025-01-24T23:01:46.697Z Compiling serde_with v3.11.0
20772025-01-24T23:01:46.836Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20782025-01-24T23:01:47.209Z Compiling parse-display v0.10.0
20792025-01-24T23:01:48.689Z Compiling backoff v0.4.0
20802025-01-24T23:01:49.066Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20812025-01-24T23:01:49.290Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20822025-01-24T23:01:49.779Z Compiling zone_cfg_derive v0.3.0
20832025-01-24T23:01:50.538Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20842025-01-24T23:01:50.621Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20852025-01-24T23:01:51.069Z Compiling camino-tempfile v1.1.1
20862025-01-24T23:01:51.355Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
20872025-01-24T23:01:51.373Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20882025-01-24T23:01:51.577Z Compiling regress v0.9.1
20892025-01-24T23:01:51.809Z Compiling progenitor-client v0.9.1
20902025-01-24T23:01:51.847Z Compiling num-derive v0.4.2
20912025-01-24T23:01:52.691Z Compiling sigpipe v0.1.3
20922025-01-24T23:01:52.839Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20932025-01-24T23:01:53.149Z Compiling libefi-sys v0.1.0
20942025-01-24T23:01:53.541Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20952025-01-24T23:01:54.085Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
20962025-01-24T23:01:55.627Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20972025-01-24T23:01:56.731Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
20982025-01-24T23:01:57.291Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20992025-01-24T23:01:58.459Z Compiling zone v0.3.0
21002025-01-24T23:02:01.443Z Compiling smf v0.2.3
21012025-01-24T23:02:01.868Z Compiling bitfield-struct v0.6.2
21022025-01-24T23:02:03.170Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21032025-01-24T23:02:03.485Z Compiling blake3 v1.5.4
21042025-01-24T23:02:03.681Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21052025-01-24T23:02:04.023Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21062025-01-24T23:02:04.081Z Compiling xattr v1.3.1
21072025-01-24T23:02:04.411Z Compiling filetime v0.2.25
21082025-01-24T23:02:04.430Z Compiling memmap2 v0.9.5
21092025-01-24T23:02:04.737Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21102025-01-24T23:02:04.753Z Compiling same-file v1.0.6
21112025-01-24T23:02:04.866Z Compiling arrayref v0.3.9
21122025-01-24T23:02:04.982Z Compiling constant_time_eq v0.3.1
21132025-01-24T23:02:04.999Z Compiling arrayvec v0.7.6
21142025-01-24T23:02:05.043Z Compiling walkdir v2.5.0
21152025-01-24T23:02:05.113Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21162025-01-24T23:02:05.170Z Compiling tar v0.4.42
21172025-01-24T23:02:06.681Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21182025-01-24T23:02:07.049Z Compiling gethostname v0.5.0
21192025-01-24T23:02:07.085Z Compiling cargo-platform v0.1.8
21202025-01-24T23:02:07.280Z Compiling topological-sort v0.2.2
21212025-01-24T23:02:07.571Z Compiling omicron-zone-package v0.12.0
21222025-01-24T23:02:08.075Z Compiling cargo_metadata v0.18.1
21232025-01-24T23:02:08.095Z Compiling shell-words v1.1.0
21242025-01-24T23:02:08.656Z Compiling indent_write v2.2.0
21252025-01-24T23:02:11.288Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21262025-01-24T23:02:13.678Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21272025-01-24T23:02:15.237Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21282025-01-24T23:02:36.611Z Finished `release` profile [optimized] target(s) in 5m 10s
21292025-01-24T23:02:36.772Z Running `target/release/omicron-package -t test target create -p dev`
21302025-01-24T23:02:36.818ZLogging to: /work/oxidecomputer/omicron/out/LOG
21312025-01-24T23:02:36.821ZCreated new build target 'test' and set it as active
21322025-01-24T23:02:36.821Z
21332025-01-24T23:02:36.821Zreal 5:10.781191645
21342025-01-24T23:02:36.821Zuser 36:18.132706796
21352025-01-24T23:02:36.821Zsys 3:20.181853815
21362025-01-24T23:02:36.822Ztrap 1.139081968
21372025-01-24T23:02:36.823Ztflt 2.640627598
21382025-01-24T23:02:36.823Zdflt 0.774828513
21392025-01-24T23:02:36.823Zkflt 0.065132472
21402025-01-24T23:02:36.823Zlock 1:13:13.385167760
21412025-01-24T23:02:36.823Zslp 2:26:56.034303893
21422025-01-24T23:02:36.823Zlat 2:39.679664151
21432025-01-24T23:02:36.823Zstop 4:39.011839329
21442025-01-24T23:02:36.823Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21452025-01-24T23:02:37.774Z Finished `release` profile [optimized] target(s) in 0.90s
21462025-01-24T23:02:37.834Z Running `target/release/omicron-package -t test package`
21472025-01-24T23:02:37.878ZLogging to: /work/oxidecomputer/omicron/out/LOG
21482025-01-24T23:02:38.991Z Compiling thiserror v2.0.11
21492025-01-24T23:02:39.125Z Compiling typify-impl v0.3.0
21502025-01-24T23:02:39.128Z Compiling convert_case v0.4.0
21512025-01-24T23:02:39.128Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21522025-01-24T23:02:39.128Z Compiling newline-converter v0.3.0
21532025-01-24T23:02:39.131Z Compiling password-hash v0.5.0
21542025-01-24T23:02:39.131Z Compiling blake2 v0.10.6
21552025-01-24T23:02:39.131Z Compiling base64 v0.21.7
21562025-01-24T23:02:39.391Z Compiling expectorate v1.1.0
21572025-01-24T23:02:39.504Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21582025-01-24T23:02:39.658Z Compiling argon2 v0.5.3
21592025-01-24T23:02:39.905Z Compiling derive_more v0.99.18
21602025-01-24T23:02:40.209Z Compiling atomicwrites v0.4.4
21612025-01-24T23:02:40.333Z Compiling owo-colors v4.1.0
21622025-01-24T23:02:40.641Z Compiling cancel-safe-futures v0.1.5
21632025-01-24T23:02:40.695Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21642025-01-24T23:02:40.845Z Compiling num-rational v0.4.2
21652025-01-24T23:02:41.011Z Compiling progenitor-client v0.9.1
21662025-01-24T23:02:41.224Z Compiling num-complex v0.4.6
21672025-01-24T23:02:41.905Z Compiling libsw v3.3.1
21682025-01-24T23:02:41.978Z Compiling float-ord v0.3.2
21692025-01-24T23:02:42.172Z Compiling num v0.4.3
21702025-01-24T23:02:42.215Z Compiling swrite v0.1.0
21712025-01-24T23:02:42.284Z Compiling linear-map v1.2.0
21722025-01-24T23:02:42.352Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21732025-01-24T23:02:42.370Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21742025-01-24T23:02:42.684Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21752025-01-24T23:02:43.213Z Compiling highway v1.2.0
21762025-01-24T23:02:43.922Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21772025-01-24T23:02:44.670Z Compiling semver v0.1.20
21782025-01-24T23:02:45.224Z Compiling rustc_version v0.1.7
21792025-01-24T23:02:45.624Z Compiling newtype_derive v0.1.6
21802025-01-24T23:02:45.723Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21812025-01-24T23:02:45.954Z Compiling tungstenite v0.21.0
21822025-01-24T23:02:50.062Z Compiling typify-macro v0.3.0
21832025-01-24T23:02:50.065Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21842025-01-24T23:02:50.871Z Compiling ipnetwork v0.20.0
21852025-01-24T23:02:51.604Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
21862025-01-24T23:02:51.780Z Compiling tokio-tungstenite v0.21.0
21872025-01-24T23:02:51.885Z Compiling progenitor-client v0.8.0
21882025-01-24T23:02:52.287Z Compiling humantime v2.1.0
21892025-01-24T23:02:52.348Z Compiling progenitor v0.8.0
21902025-01-24T23:02:52.400Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
21912025-01-24T23:02:52.955Z Compiling dropshot v0.15.1
21922025-01-24T23:02:52.969Z Compiling instant v0.1.13
21932025-01-24T23:02:52.974Z Compiling backoff v0.4.0
21942025-01-24T23:02:53.084Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21952025-01-24T23:02:53.347Z Compiling steno v0.4.1
21962025-01-24T23:02:53.393Z Compiling typify v0.3.0
21972025-01-24T23:02:53.605Z Compiling progenitor-impl v0.9.1
21982025-01-24T23:02:59.614Z Compiling progenitor-macro v0.9.1
21992025-01-24T23:03:00.904Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22002025-01-24T23:03:01.584Z Compiling parse-display v0.10.0
22012025-01-24T23:03:02.116Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022025-01-24T23:03:02.324Z Compiling strum v0.26.3
22032025-01-24T23:03:02.533Z Compiling serde_with v3.11.0
22042025-01-24T23:03:04.794Z Compiling regress v0.9.1
22052025-01-24T23:03:06.059Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22062025-01-24T23:03:07.572Z Compiling macaddr v1.0.1
22072025-01-24T23:03:08.006Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22082025-01-24T23:03:08.038Z Compiling slog-dtrace v0.3.0
22092025-01-24T23:03:08.294Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
22102025-01-24T23:03:08.451Z Compiling prettyplease v0.2.25
22112025-01-24T23:03:09.401Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22122025-01-24T23:03:10.536Z Compiling progenitor v0.9.1
22132025-01-24T23:03:10.649Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22142025-01-24T23:03:10.775Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22152025-01-24T23:03:13.735Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22162025-01-24T23:03:15.018Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22172025-01-24T23:03:24.245Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22182025-01-24T23:03:26.332Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22192025-01-24T23:03:27.362Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22202025-01-24T23:03:27.383Z Compiling half v2.4.1
22212025-01-24T23:03:28.076Z Compiling ciborium-io v0.2.2
22222025-01-24T23:03:28.256Z Compiling ciborium-ll v0.2.2
22232025-01-24T23:03:28.784Z Compiling ciborium v0.2.2
22242025-01-24T23:03:28.979Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22252025-01-24T23:03:30.756Z Compiling display-error-chain v0.2.2
22262025-01-24T23:03:30.994Z Compiling fastrand v2.1.1
22272025-01-24T23:03:31.054Z Compiling same-file v1.0.6
22282025-01-24T23:03:31.322Z Compiling walkdir v2.5.0
22292025-01-24T23:03:31.498Z Compiling tempfile v3.13.0
22302025-01-24T23:03:31.897Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22312025-01-24T23:03:31.931Z Compiling blake3 v1.5.4
22322025-01-24T23:03:32.245Z Compiling const_format_proc_macros v0.2.33
22332025-01-24T23:03:32.595Z Compiling xattr v1.3.1
22342025-01-24T23:03:32.873Z Compiling memmap2 v0.9.5
22352025-01-24T23:03:33.218Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22362025-01-24T23:03:33.306Z Compiling filetime v0.2.25
22372025-01-24T23:03:33.623Z Compiling constant_time_eq v0.3.1
22382025-01-24T23:03:33.805Z Compiling arrayref v0.3.9
22392025-01-24T23:03:33.928Z Compiling keccak v0.1.5
22402025-01-24T23:03:34.010Z Compiling crunchy v0.2.2
22412025-01-24T23:03:34.468Z Compiling maplit v1.0.2
22422025-01-24T23:03:34.618Z Compiling arrayvec v0.7.6
22432025-01-24T23:03:34.889Z Compiling sha3 v0.10.8
22442025-01-24T23:03:35.019Z Compiling const_format v0.2.33
22452025-01-24T23:03:35.685Z Compiling tar v0.4.42
22462025-01-24T23:03:36.066Z Compiling camino-tempfile v1.1.1
22472025-01-24T23:03:36.303Z Compiling toolchain_find v0.4.0
22482025-01-24T23:03:36.501Z Compiling topological-sort v0.2.2
22492025-01-24T23:03:36.745Z Compiling tiny-keccak v2.0.2
22502025-01-24T23:03:36.860Z Compiling radium v0.7.0
22512025-01-24T23:03:37.088Z Compiling omicron-zone-package v0.12.0
22522025-01-24T23:03:37.398Z Compiling rustfmt-wrapper v0.2.1
22532025-01-24T23:03:37.863Z Compiling dsl_auto_type v0.1.2
22542025-01-24T23:03:37.883Z Compiling scheduled-thread-pool v0.2.7
22552025-01-24T23:03:37.902Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22562025-01-24T23:03:38.349Z Compiling diesel_table_macro_syntax v0.2.0
22572025-01-24T23:03:38.749Z Compiling maybe-uninit v2.0.0
22582025-01-24T23:03:39.181Z Compiling tap v1.0.1
22592025-01-24T23:03:39.300Z Compiling diesel_derives v2.2.3
22602025-01-24T23:03:39.353Z Compiling wyz v0.5.1
22612025-01-24T23:03:39.391Z Compiling r2d2 v0.8.10
22622025-01-24T23:03:40.328Z Compiling phf_generator v0.11.2
22632025-01-24T23:03:40.370Z Compiling ascii-canvas v3.0.0
22642025-01-24T23:03:40.473Z Compiling secrecy v0.8.0
22652025-01-24T23:03:40.747Z Compiling ena v0.14.3
22662025-01-24T23:03:40.838Z Compiling async-recursion v1.1.1
22672025-01-24T23:03:41.132Z Compiling diff v0.1.13
22682025-01-24T23:03:41.619Z Compiling crc-catalog v2.4.0
22692025-01-24T23:03:41.785Z Compiling funty v2.0.0
22702025-01-24T23:03:42.148Z Compiling packed_struct v0.10.1
22712025-01-24T23:03:42.168Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22722025-01-24T23:03:42.570Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22732025-01-24T23:03:42.892Z Compiling arc-swap v1.7.1
22742025-01-24T23:03:43.579Z Compiling regex-syntax v0.6.29
22752025-01-24T23:03:44.087Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22762025-01-24T23:03:44.495Z Compiling slog-scope v4.4.0
22772025-01-24T23:03:44.753Z Compiling bitvec v1.0.1
22782025-01-24T23:03:45.307Z Compiling crc v3.2.1
22792025-01-24T23:03:47.375Z Compiling lalrpop v0.19.12
22802025-01-24T23:03:48.568Z Compiling phf_codegen v0.11.2
22812025-01-24T23:03:48.914Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22822025-01-24T23:03:49.179Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22832025-01-24T23:03:49.438Z Compiling universal-hash v0.5.1
22842025-01-24T23:03:49.687Z Compiling thiserror-impl-no-std v2.0.2
22852025-01-24T23:03:49.952Z Compiling packed_struct_codegen v0.10.1
22862025-01-24T23:03:50.113Z Compiling diesel v2.2.6
22872025-01-24T23:03:52.145Z Compiling parse-zoneinfo v0.3.1
22882025-01-24T23:03:52.201Z Compiling indexmap v1.9.3
22892025-01-24T23:03:52.526Z Compiling unicase v2.7.0
22902025-01-24T23:03:52.850Z Compiling nodrop v0.1.14
22912025-01-24T23:03:52.898Z Compiling opaque-debug v0.3.1
22922025-01-24T23:03:53.017Z Compiling ref-cast v1.0.23
22932025-01-24T23:03:53.038Z Compiling poly1305 v0.8.0
22942025-01-24T23:03:53.498Z Compiling array-init v0.0.4
22952025-01-24T23:03:54.489Z Compiling chrono-tz-build v0.4.0
22962025-01-24T23:03:55.528Z Compiling thiserror-no-std v2.0.2
22972025-01-24T23:03:55.681Z Compiling smallvec v0.6.14
22982025-01-24T23:03:56.743Z Compiling slog-stdlog v4.1.1
22992025-01-24T23:03:57.560Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23002025-01-24T23:03:57.863Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23012025-01-24T23:03:58.181Z Compiling derive_builder_core v0.20.2
23022025-01-24T23:03:58.422Z Compiling chacha20 v0.9.1
23032025-01-24T23:03:58.896Z Compiling headers-core v0.3.0
23042025-01-24T23:03:59.096Z Compiling aead v0.5.2
23052025-01-24T23:03:59.460Z Compiling libxml v0.3.3
23062025-01-24T23:03:59.848Z Compiling ref-cast-impl v1.0.23
23072025-01-24T23:04:00.203Z Compiling vte_generate_state_changes v0.1.2
23082025-01-24T23:04:00.807Z Compiling hashbrown v0.12.3
23092025-01-24T23:04:00.939Z Compiling termcolor v1.4.1
23102025-01-24T23:04:01.978Z Compiling bitfield v0.14.0
23112025-01-24T23:04:02.292Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23122025-01-24T23:04:03.091Z Compiling env_logger v0.10.2
23132025-01-24T23:04:06.424Z Compiling vte v0.11.1
23142025-01-24T23:04:07.918Z Compiling derive_builder_macro v0.20.2
23152025-01-24T23:04:08.781Z Compiling chacha20poly1305 v0.10.1
23162025-01-24T23:04:09.032Z Compiling headers v0.4.0
23172025-01-24T23:04:09.846Z Compiling polar-core v0.27.3
23182025-01-24T23:04:12.014Z Compiling slog-envlogger v2.2.0
23192025-01-24T23:04:12.470Z Compiling serde-hex v0.1.0
23202025-01-24T23:04:14.646Z Compiling vsss-rs v3.3.4
23212025-01-24T23:04:17.502Z Compiling chrono-tz v0.10.1
23222025-01-24T23:04:18.135Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23232025-01-24T23:04:18.501Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23242025-01-24T23:04:18.849Z Compiling ron v0.8.1
23252025-01-24T23:04:20.968Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23262025-01-24T23:04:21.275Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23272025-01-24T23:04:22.441Z Compiling hashbrown v0.13.2
23282025-01-24T23:04:23.783Z Compiling strum_macros v0.24.3
23292025-01-24T23:04:24.546Z Compiling fxhash v0.2.1
23302025-01-24T23:04:24.799Z Compiling samael v0.0.17
23312025-01-24T23:04:25.703Z Compiling lockfree-object-pool v0.1.6
23322025-01-24T23:04:25.995Z Compiling crc-any v2.5.0
23332025-01-24T23:04:26.362Z Compiling bumpalo v3.16.0
23342025-01-24T23:04:26.759Z Compiling bytecount v0.6.8
23352025-01-24T23:04:26.909Z Compiling zip v2.1.3
23362025-01-24T23:04:26.961Z Compiling indoc v1.0.9
23372025-01-24T23:04:27.076Z Compiling simd-adler32 v0.3.7
23382025-01-24T23:04:27.266Z Compiling papergrid v0.11.0
23392025-01-24T23:04:28.240Z Compiling zopfli v0.8.1
23402025-01-24T23:04:32.342Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23412025-01-24T23:04:33.367Z Compiling object v0.30.4
23422025-01-24T23:04:35.595Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23432025-01-24T23:04:40.635Z Compiling derive_builder v0.20.2
23442025-01-24T23:04:40.857Z Compiling strip-ansi-escapes v0.2.0
23452025-01-24T23:04:41.856Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23462025-01-24T23:04:42.165Z Compiling tabled_derive v0.7.0
23472025-01-24T23:04:43.109Z Compiling itertools v0.12.1
23482025-01-24T23:04:44.105Z Compiling fd-lock v4.0.2
23492025-01-24T23:04:44.356Z Compiling peg-macros v0.8.4
23502025-01-24T23:04:45.495Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23512025-01-24T23:04:46.462Z Compiling kstat-rs v0.2.4
23522025-01-24T23:04:46.564Z Compiling impl-trait-for-tuples v0.2.2
23532025-01-24T23:04:46.778Z Compiling oso-derive v0.27.3
23542025-01-24T23:04:47.339Z Compiling quick-xml v0.33.0
23552025-01-24T23:04:47.638Z Compiling diesel-dtrace v0.4.2
23562025-01-24T23:04:47.722Z Compiling nu-ansi-term v0.50.1
23572025-01-24T23:04:47.970Z Compiling path-slash v0.1.5
23582025-01-24T23:04:48.248Z Compiling reedline v0.35.0
23592025-01-24T23:04:49.025Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23602025-01-24T23:04:52.469Z Compiling oso v0.27.3
23612025-01-24T23:04:53.338Z Compiling peg v0.8.4
23622025-01-24T23:04:53.477Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23632025-01-24T23:05:00.686Z Compiling tabled v0.15.0
23642025-01-24T23:05:04.781Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23652025-01-24T23:05:13.473Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23662025-01-24T23:05:16.071Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23672025-01-24T23:05:17.540Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23682025-01-24T23:05:20.456Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23692025-01-24T23:05:20.778Z Compiling pem v3.0.4
23702025-01-24T23:05:22.237Z Compiling bb8 v0.8.5
23712025-01-24T23:05:22.846Z Compiling bcs v0.1.6
23722025-01-24T23:05:23.182Z Compiling libz-sys v1.1.20
23732025-01-24T23:05:23.764Z Compiling termtree v0.5.1
23742025-01-24T23:05:23.860Z Compiling parking_lot_core v0.8.6
23752025-01-24T23:05:24.474Z Compiling async-bb8-diesel v0.2.1
23762025-01-24T23:05:25.288Z Compiling mime_guess v2.0.5
23772025-01-24T23:05:27.034Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23782025-01-24T23:05:28.219Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23792025-01-24T23:05:30.401Z Compiling buf-list v1.0.3
23802025-01-24T23:05:32.531Z Compiling nibble_vec v0.1.0
23812025-01-24T23:05:32.793Z Compiling libgit2-sys v0.17.0+1.8.1
23822025-01-24T23:05:33.287Z Compiling pin-project-internal v1.1.6
23832025-01-24T23:05:33.545Z Compiling atty v0.2.14
23842025-01-24T23:05:33.737Z Compiling salty v0.3.0
23852025-01-24T23:05:34.150Z Compiling endian-type v0.1.2
23862025-01-24T23:05:34.417Z Compiling http-range v0.1.5
23872025-01-24T23:05:35.011Z Compiling radix_trie v0.2.1
23882025-01-24T23:05:35.929Z Compiling pin-project v1.1.6
23892025-01-24T23:05:36.109Z Compiling parking_lot v0.11.2
23902025-01-24T23:05:40.816Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
23912025-01-24T23:05:41.841Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23922025-01-24T23:05:43.306Z Compiling snafu-derive v0.8.5
23932025-01-24T23:05:45.312Z Compiling hyper-staticfile v0.10.1
23942025-01-24T23:05:47.493Z Compiling snafu v0.8.5
23952025-01-24T23:05:48.016Z Compiling sled v0.34.7
23962025-01-24T23:05:48.720Z Compiling hickory-client v0.24.2
23972025-01-24T23:05:53.756Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
23982025-01-24T23:05:54.853Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23992025-01-24T23:06:03.773Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24002025-01-24T23:06:12.367Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24012025-01-24T23:06:15.701Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24022025-01-24T23:06:18.539Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24032025-01-24T23:06:20.083Z Compiling hickory-server v0.24.2
24042025-01-24T23:06:21.347Z Compiling globset v0.4.15
24052025-01-24T23:06:21.617Z Compiling olpc-cjson v0.1.4
24062025-01-24T23:06:21.938Z Compiling primeorder v0.13.6
24072025-01-24T23:06:22.506Z Compiling castaway v0.2.3
24082025-01-24T23:06:22.720Z Compiling vergen v8.3.2
24092025-01-24T23:06:23.059Z Compiling env_filter v0.1.2
24102025-01-24T23:06:24.596Z Compiling cargo-platform v0.1.8
24112025-01-24T23:06:25.052Z Compiling serde_plain v1.0.2
24122025-01-24T23:06:25.564Z Compiling nanorand v0.7.0
24132025-01-24T23:06:26.245Z Compiling memoffset v0.9.1
24142025-01-24T23:06:26.589Z Compiling typed-path v0.9.3
24152025-01-24T23:06:27.408Z Compiling git2 v0.19.0
24162025-01-24T23:06:28.821Z Compiling flume v0.11.1
24172025-01-24T23:06:29.584Z Compiling tough v0.19.0
24182025-01-24T23:06:31.228Z Compiling cargo_metadata v0.18.1
24192025-01-24T23:06:31.931Z Compiling env_logger v0.11.5
24202025-01-24T23:06:33.368Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24212025-01-24T23:06:33.419Z Compiling compact_str v0.8.0
24222025-01-24T23:06:33.547Z Compiling p384 v0.13.0
24232025-01-24T23:06:34.190Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24242025-01-24T23:06:35.583Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24252025-01-24T23:06:35.869Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24262025-01-24T23:06:37.054Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24272025-01-24T23:06:40.557Z Compiling unicode-truncate v1.1.0
24282025-01-24T23:06:40.885Z Compiling lru v0.12.5
24292025-01-24T23:06:41.255Z Compiling rand_seeder v0.3.0
24302025-01-24T23:06:41.678Z Compiling libsqlite3-sys v0.30.1
24312025-01-24T23:06:42.217Z Compiling lzma-sys v0.1.20
24322025-01-24T23:06:42.940Z Compiling instability v0.3.2
24332025-01-24T23:06:43.655Z Compiling cfg_aliases v0.2.1
24342025-01-24T23:06:43.729Z Compiling parse-size v1.1.0
24352025-01-24T23:06:43.804Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24362025-01-24T23:06:43.943Z Compiling cassowary v0.3.0
24372025-01-24T23:06:44.055Z Compiling rustls v0.21.12
24382025-01-24T23:06:44.171Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24392025-01-24T23:06:44.412Z Compiling nix v0.29.0
24402025-01-24T23:06:44.535Z Compiling ratatui v0.28.1
24412025-01-24T23:06:45.357Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24422025-01-24T23:06:45.613Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24432025-01-24T23:06:47.549Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24442025-01-24T23:06:48.231Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24452025-01-24T23:06:48.980Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24462025-01-24T23:06:49.302Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24472025-01-24T23:06:52.169Z Compiling rustls-webpki v0.101.7
24482025-01-24T23:06:52.879Z Compiling sct v0.7.1
24492025-01-24T23:06:53.380Z Compiling heck v0.3.3
24502025-01-24T23:06:53.733Z Compiling csv-core v0.1.11
24512025-01-24T23:06:54.612Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24522025-01-24T23:06:54.967Z Compiling glob v0.3.1
24532025-01-24T23:06:56.008Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24542025-01-24T23:06:56.301Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24552025-01-24T23:06:56.436Z Compiling csv v1.3.0
24562025-01-24T23:06:56.950Z Compiling zone_cfg_derive v0.1.2
24572025-01-24T23:06:58.655Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24582025-01-24T23:07:03.084Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
24592025-01-24T23:07:03.253Z Compiling nix v0.27.1
24602025-01-24T23:07:03.814Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24612025-01-24T23:07:04.361Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24622025-01-24T23:07:06.692Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24632025-01-24T23:07:10.393Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24642025-01-24T23:07:14.887Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24652025-01-24T23:07:15.252Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24662025-01-24T23:07:16.021Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24672025-01-24T23:07:16.343Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24682025-01-24T23:07:16.669Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
24692025-01-24T23:07:16.995Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24702025-01-24T23:07:17.766Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24712025-01-24T23:07:17.886Z Compiling tungstenite v0.23.0
24722025-01-24T23:07:18.070Z Compiling hashlink v0.9.1
24732025-01-24T23:07:18.486Z Compiling base64 v0.13.1
24742025-01-24T23:07:18.864Z Compiling fallible-streaming-iterator v0.1.9
24752025-01-24T23:07:19.178Z Compiling fallible-iterator v0.3.0
24762025-01-24T23:07:19.273Z Compiling tokio-tungstenite v0.23.1
24772025-01-24T23:07:19.911Z Compiling rusqlite v0.32.1
24782025-01-24T23:07:19.960Z Compiling ron v0.7.1
24792025-01-24T23:07:20.646Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24802025-01-24T23:07:21.367Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24812025-01-24T23:07:24.160Z Compiling xz2 v0.1.7
24822025-01-24T23:07:24.756Z Compiling tokio-rustls v0.24.1
24832025-01-24T23:07:25.180Z Compiling zone v0.1.8
24842025-01-24T23:07:28.551Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24852025-01-24T23:07:30.183Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24862025-01-24T23:07:31.667Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24872025-01-24T23:07:34.547Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24882025-01-24T23:07:34.777Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
24892025-01-24T23:07:41.175Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24902025-01-24T23:07:43.002Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24912025-01-24T23:07:43.702Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24922025-01-24T23:07:46.310Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24932025-01-24T23:07:46.332Z Compiling rustls-pemfile v1.0.4
24942025-01-24T23:07:47.160Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24952025-01-24T23:07:47.503Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24962025-01-24T23:07:47.689Z Compiling signal-hook-tokio v0.3.1
24972025-01-24T23:07:47.709Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
24982025-01-24T23:07:47.928Z Compiling twox-hash v1.6.3
24992025-01-24T23:07:48.632Z Compiling yasna v0.5.2
25002025-01-24T23:07:48.922Z Compiling is_ci v1.2.0
25012025-01-24T23:07:49.252Z Compiling smawk v0.3.2
25022025-01-24T23:07:49.545Z Compiling unicode-linebreak v0.1.5
25032025-01-24T23:07:50.104Z Compiling textwrap v0.16.1
25042025-01-24T23:07:51.931Z Compiling rcgen v0.12.1
25052025-01-24T23:07:53.578Z Compiling supports-color v3.0.1
25062025-01-24T23:07:54.028Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25072025-01-24T23:07:56.712Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25082025-01-24T23:08:01.616Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25092025-01-24T23:08:02.066Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25102025-01-24T23:08:02.462Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25112025-01-24T23:08:08.297Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25122025-01-24T23:08:16.315Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25132025-01-24T23:08:22.349Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25142025-01-24T23:08:22.350Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25152025-01-24T23:08:34.278Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25162025-01-24T23:08:34.817Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
25172025-01-24T23:08:37.803Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25182025-01-24T23:08:38.115Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25192025-01-24T23:08:40.855Z Compiling fatfs v0.3.6
25202025-01-24T23:08:41.137Z Compiling subprocess v0.2.9
25212025-01-24T23:08:43.607Z Compiling rtoolbox v0.0.2
25222025-01-24T23:08:44.062Z Compiling assert_matches v1.5.0
25232025-01-24T23:08:45.779Z Compiling rpassword v7.3.1
25242025-01-24T23:08:46.277Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25252025-01-24T23:08:48.005Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25262025-01-24T23:08:49.156Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25272025-01-24T23:08:53.617Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25282025-01-24T23:08:56.241Z Compiling tui-tree-widget v0.22.0
25292025-01-24T23:08:56.706Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25302025-01-24T23:09:03.190Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25312025-01-24T23:09:03.499Z Compiling uzers v0.12.1
25322025-01-24T23:09:06.524Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25332025-01-24T23:09:09.922Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25342025-01-24T23:09:11.876Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25352025-01-24T23:09:41.830Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25362025-01-24T23:09:45.599Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25372025-01-24T23:09:51.784Z Compiling multimap v0.10.0
25382025-01-24T23:12:12.001Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25392025-01-24T23:12:25.912Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25402025-01-24T23:19:05.602Z Finished `release` profile [optimized] target(s) in 16m 27s
25412025-01-24T23:20:09.729Z
25422025-01-24T23:20:09.732Zreal 17:33.053632912
25432025-01-24T23:20:09.732Zuser 2:04:24.838044629
25442025-01-24T23:20:09.732Zsys 3:15.252860833
25452025-01-24T23:20:09.732Ztrap 3.189156983
25462025-01-24T23:20:09.732Ztflt 3.062151089
25472025-01-24T23:20:09.732Zdflt 4.487748324
25482025-01-24T23:20:09.732Zkflt 0.000745830
25492025-01-24T23:20:09.732Zlock 7:27:54.290800808
25502025-01-24T23:20:09.732Zslp 6:23:55.916240587
25512025-01-24T23:20:09.732Zlat 3:24.221781218
25522025-01-24T23:20:09.732Zstop 2:42.904657196
25532025-01-24T23:20:09.732Z+ mapfile -t packages
25542025-01-24T23:20:09.732Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25552025-01-24T23:20:10.738Z Finished `release` profile [optimized] target(s) in 0.95s
25562025-01-24T23:20:10.795Z Running `target/release/omicron-package -t test list-outputs`
25572025-01-24T23:20:10.842ZLogging to: /work/oxidecomputer/omicron/out/LOG
25582025-01-24T23:20:10.845Z+ ptime -m cargo build --locked --release -p xtask
25592025-01-24T23:20:11.392Z Compiling serde v1.0.217
25602025-01-24T23:20:11.395Z Compiling libc v0.2.169
25612025-01-24T23:20:11.395Z Compiling serde_json v1.0.135
25622025-01-24T23:20:11.395Z Compiling rustix v0.38.37
25632025-01-24T23:20:11.395Z Compiling syn v2.0.96
25642025-01-24T23:20:11.486Z Compiling bitflags v2.6.0
25652025-01-24T23:20:11.902Z Compiling usdt-impl v0.5.0
25662025-01-24T23:20:11.917Z Compiling syn v1.0.109
25672025-01-24T23:20:11.996Z Compiling hashbrown v0.15.1
25682025-01-24T23:20:12.018Z Compiling log v0.4.22
25692025-01-24T23:20:12.223Z Compiling fs-err v2.11.0
25702025-01-24T23:20:12.490Z Compiling anyhow v1.0.95
25712025-01-24T23:20:12.537Z Compiling once_cell v1.20.2
25722025-01-24T23:20:12.739Z Compiling thread-id v4.2.2
25732025-01-24T23:20:13.218Z Compiling indexmap v2.7.0
25742025-01-24T23:20:14.232Z Compiling terminal_size v0.4.0
25752025-01-24T23:20:14.232Z Compiling tempfile v3.13.0
25762025-01-24T23:20:14.615Z Compiling clap_builder v4.5.21
25772025-01-24T23:20:15.251Z Compiling proc-macro-error v1.0.4
25782025-01-24T23:20:15.975Z Compiling tabled_derive v0.7.0
25792025-01-24T23:20:17.031Z Compiling tabled v0.15.0
25802025-01-24T23:20:18.006Z Compiling serde_derive v1.0.217
25812025-01-24T23:20:18.006Z Compiling thiserror-impl v1.0.69
25822025-01-24T23:20:18.009Z Compiling zerocopy-derive v0.7.35
25832025-01-24T23:20:18.009Z Compiling scroll_derive v0.12.0
25842025-01-24T23:20:18.009Z Compiling clap_derive v4.5.18
25852025-01-24T23:20:19.386Z Compiling scroll v0.12.0
25862025-01-24T23:20:19.931Z Compiling zerocopy v0.7.35
25872025-01-24T23:20:20.637Z Compiling thiserror v1.0.69
25882025-01-24T23:20:20.811Z Compiling pest v2.7.14
25892025-01-24T23:20:21.467Z Compiling goblin v0.8.2
25902025-01-24T23:20:22.205Z Compiling clap v4.5.21
25912025-01-24T23:20:23.808Z Compiling pest_meta v2.7.14
25922025-01-24T23:20:25.411Z Compiling pest_generator v2.7.14
25932025-01-24T23:20:27.636Z Compiling pest_derive v2.7.14
25942025-01-24T23:20:28.401Z Compiling dtrace-parser v0.2.0
25952025-01-24T23:20:33.682Z Compiling serde_tokenstream v0.2.2
25962025-01-24T23:20:34.258Z Compiling dof v0.3.0
25972025-01-24T23:20:34.528Z Compiling toml_datetime v0.6.8
25982025-01-24T23:20:35.095Z Compiling serde_spanned v0.6.8
25992025-01-24T23:20:35.378Z Compiling toml_edit v0.22.22
26002025-01-24T23:20:35.878Z Compiling camino v1.1.9
26012025-01-24T23:20:36.364Z Compiling usdt-attr-macro v0.5.0
26022025-01-24T23:20:36.853Z Compiling usdt-macro v0.5.0
26032025-01-24T23:20:37.676Z Compiling cargo-platform v0.1.8
26042025-01-24T23:20:37.995Z Compiling semver v1.0.24
26052025-01-24T23:20:38.777Z Compiling cargo_metadata v0.18.1
26062025-01-24T23:20:39.461Z Compiling toml v0.8.19
26072025-01-24T23:20:41.035Z Compiling cargo_toml v0.20.5
26082025-01-24T23:20:44.809Z Compiling usdt v0.5.0
26092025-01-24T23:20:45.559Z Compiling camino-tempfile v1.1.1
26102025-01-24T23:20:46.212Z Compiling macaddr v1.0.1
26112025-01-24T23:20:54.035Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26122025-01-24T23:21:04.560Z Finished `release` profile [optimized] target(s) in 53.67s
26132025-01-24T23:21:04.691Z
26142025-01-24T23:21:04.691Zreal 53.827528188
26152025-01-24T23:21:04.691Zuser 5:39.672348306
26162025-01-24T23:21:04.694Zsys 18.130477120
26172025-01-24T23:21:04.694Ztrap 0.157752969
26182025-01-24T23:21:04.694Ztflt 0.266126219
26192025-01-24T23:21:04.694Zdflt 0.362834766
26202025-01-24T23:21:04.694Zkflt 0.000027514
26212025-01-24T23:21:04.695Zlock 10:26.304665633
26222025-01-24T23:21:04.695Zslp 16:09.512278801
26232025-01-24T23:21:04.695Zlat 14.646007686
26242025-01-24T23:21:04.695Zstop 16.855486808
26252025-01-24T23:21:04.695Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26262025-01-24T23:21:04.695Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26272025-01-24T23:21:04.695Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26282025-01-24T23:21:04.695Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26292025-01-24T23:21:04.695Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26302025-01-24T23:21:05.570Z Compiling hashbrown v0.14.5
26312025-01-24T23:21:05.700Z Compiling thiserror v2.0.11
26322025-01-24T23:21:05.713Z Compiling thiserror-impl v2.0.11
26332025-01-24T23:21:05.716Z Compiling ident_case v1.0.1
26342025-01-24T23:21:05.737Z Compiling unsafe-libyaml v0.2.11
26352025-01-24T23:21:05.750Z Compiling ipnetwork v0.20.0
26362025-01-24T23:21:05.753Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26372025-01-24T23:21:05.753Z Compiling progenitor-client v0.9.1
26382025-01-24T23:21:05.885Z Compiling darling_core v0.20.10
26392025-01-24T23:21:06.244Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
26402025-01-24T23:21:06.330Z Compiling macaddr v1.0.1
26412025-01-24T23:21:06.552Z Compiling progenitor-client v0.8.0
26422025-01-24T23:21:06.672Z Compiling instant v0.1.13
26432025-01-24T23:21:06.786Z Compiling regress v0.10.1
26442025-01-24T23:21:06.811Z Compiling structmeta-derive v0.3.0
26452025-01-24T23:21:06.837Z Compiling dropshot v0.15.1
26462025-01-24T23:21:06.935Z Compiling regress v0.9.1
26472025-01-24T23:21:07.001Z Compiling serde_yaml v0.9.34+deprecated
26482025-01-24T23:21:07.226Z Compiling dropshot_endpoint v0.15.1
26492025-01-24T23:21:07.589Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26502025-01-24T23:21:08.845Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26512025-01-24T23:21:09.219Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26522025-01-24T23:21:09.460Z Compiling structmeta v0.3.0
26532025-01-24T23:21:09.801Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26542025-01-24T23:21:09.902Z Compiling parse-display-derive v0.10.0
26552025-01-24T23:21:10.004Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26562025-01-24T23:21:10.213Z Compiling backoff v0.4.0
26572025-01-24T23:21:10.266Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26582025-01-24T23:21:10.587Z Compiling typify-impl v0.2.0
26592025-01-24T23:21:10.609Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26602025-01-24T23:21:10.790Z Compiling tempfile v3.13.0
26612025-01-24T23:21:11.011Z Compiling proc-macro-crate v1.3.1
26622025-01-24T23:21:11.584Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26632025-01-24T23:21:11.641Z Compiling typify-impl v0.3.0
26642025-01-24T23:21:11.821Z Compiling itertools v0.13.0
26652025-01-24T23:21:11.877Z Compiling darling_macro v0.20.10
26662025-01-24T23:21:11.962Z Compiling num_enum_derive v0.5.11
26672025-01-24T23:21:11.984Z Compiling zerocopy v0.8.10
26682025-01-24T23:21:12.835Z Compiling darling v0.20.10
26692025-01-24T23:21:12.887Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26702025-01-24T23:21:12.977Z Compiling serde_with_macros v3.11.0
26712025-01-24T23:21:13.303Z Compiling zerocopy-derive v0.8.10
26722025-01-24T23:21:13.938Z Compiling parse-display v0.10.0
26732025-01-24T23:21:14.467Z Compiling num_enum v0.5.11
26742025-01-24T23:21:14.563Z Compiling foreign-types-macros v0.2.3
26752025-01-24T23:21:14.639Z Compiling heapless v0.8.0
26762025-01-24T23:21:14.739Z Compiling crucible-workspace-hack v0.1.0
26772025-01-24T23:21:15.036Z Compiling foreign-types-shared v0.3.1
26782025-01-24T23:21:15.228Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26792025-01-24T23:21:15.502Z Compiling proc-macro-error v1.0.4
26802025-01-24T23:21:15.595Z Compiling serde_with v3.11.0
26812025-01-24T23:21:15.826Z Compiling foreign-types v0.5.0
26822025-01-24T23:21:16.166Z Compiling camino-tempfile v1.1.1
26832025-01-24T23:21:16.300Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26842025-01-24T23:21:16.616Z Compiling hash32 v0.3.1
26852025-01-24T23:21:16.889Z Compiling cstr-argument v0.1.2
26862025-01-24T23:21:17.103Z Compiling pretty-hex v0.2.1
26872025-01-24T23:21:17.227Z Compiling smoltcp v0.11.0
26882025-01-24T23:21:17.326Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26892025-01-24T23:21:17.707Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26902025-01-24T23:21:17.986Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26912025-01-24T23:21:18.331Z Compiling tabwriter v1.4.0
26922025-01-24T23:21:18.799Z Compiling colored v2.1.0
26932025-01-24T23:21:19.033Z Compiling cobs v0.2.3
26942025-01-24T23:21:19.202Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26952025-01-24T23:21:19.348Z Compiling postcard v1.0.10
26962025-01-24T23:21:19.447Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26972025-01-24T23:21:19.592Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26982025-01-24T23:21:19.627Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26992025-01-24T23:21:19.972Z Compiling smf v0.2.3
27002025-01-24T23:21:19.991Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27012025-01-24T23:21:20.424Z Compiling zone_cfg_derive v0.3.0
27022025-01-24T23:21:20.719Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27032025-01-24T23:21:21.153Z Compiling num-derive v0.4.2
27042025-01-24T23:21:21.192Z Compiling sigpipe v0.1.3
27052025-01-24T23:21:21.336Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27062025-01-24T23:21:21.662Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27072025-01-24T23:21:21.829Z Compiling zone v0.3.0
27082025-01-24T23:21:22.008Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27092025-01-24T23:21:22.647Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27102025-01-24T23:21:22.870Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27112025-01-24T23:21:23.093Z Compiling universal-hash v0.5.1
27122025-01-24T23:21:23.326Z Compiling opaque-debug v0.3.1
27132025-01-24T23:21:23.368Z Compiling tungstenite v0.21.0
27142025-01-24T23:21:23.452Z Compiling num-rational v0.4.2
27152025-01-24T23:21:23.530Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
27162025-01-24T23:21:23.622Z Compiling password-hash v0.5.0
27172025-01-24T23:21:24.227Z Compiling blake2 v0.10.6
27182025-01-24T23:21:24.342Z Compiling num-complex v0.4.6
27192025-01-24T23:21:24.545Z Compiling aead v0.5.2
27202025-01-24T23:21:24.953Z Compiling base64 v0.21.7
27212025-01-24T23:21:25.060Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27222025-01-24T23:21:25.299Z Compiling keccak v0.1.5
27232025-01-24T23:21:25.319Z Compiling convert_case v0.4.0
27242025-01-24T23:21:25.338Z Compiling num v0.4.3
27252025-01-24T23:21:25.466Z Compiling argon2 v0.5.3
27262025-01-24T23:21:25.595Z Compiling tokio-tungstenite v0.21.0
27272025-01-24T23:21:25.651Z Compiling sha3 v0.10.8
27282025-01-24T23:21:25.894Z Compiling typify-macro v0.2.0
27292025-01-24T23:21:26.154Z Compiling poly1305 v0.8.0
27302025-01-24T23:21:26.186Z Compiling derive_more v0.99.18
27312025-01-24T23:21:26.664Z Compiling chacha20 v0.9.1
27322025-01-24T23:21:26.721Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27332025-01-24T23:21:26.896Z Compiling typify-macro v0.3.0
27342025-01-24T23:21:26.918Z Compiling float-ord v0.3.2
27352025-01-24T23:21:27.172Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27362025-01-24T23:21:27.174Z Compiling semver v0.1.20
27372025-01-24T23:21:27.624Z Compiling same-file v1.0.6
27382025-01-24T23:21:27.802Z Compiling rustc_version v0.1.7
27392025-01-24T23:21:27.897Z Compiling walkdir v2.5.0
27402025-01-24T23:21:27.923Z Compiling newline-converter v0.3.0
27412025-01-24T23:21:28.124Z Compiling primeorder v0.13.6
27422025-01-24T23:21:28.267Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27432025-01-24T23:21:28.307Z Compiling secrecy v0.8.0
27442025-01-24T23:21:28.577Z Compiling owo-colors v4.1.0
27452025-01-24T23:21:28.597Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27462025-01-24T23:21:28.659Z Compiling cancel-safe-futures v0.1.5
27472025-01-24T23:21:28.845Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27482025-01-24T23:21:28.848Z Compiling newtype_derive v0.1.6
27492025-01-24T23:21:28.915Z Compiling expectorate v1.1.0
27502025-01-24T23:21:29.041Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
27512025-01-24T23:21:29.106Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27522025-01-24T23:21:29.175Z Compiling thiserror-impl-no-std v2.0.2
27532025-01-24T23:21:29.402Z Compiling blake3 v1.5.4
27542025-01-24T23:21:29.617Z Compiling unicase v2.7.0
27552025-01-24T23:21:29.641Z Compiling typify v0.2.0
27562025-01-24T23:21:29.794Z Compiling progenitor-impl v0.8.0
27572025-01-24T23:21:29.833Z Compiling half v2.4.1
27582025-01-24T23:21:29.949Z Compiling arc-swap v1.7.1
27592025-01-24T23:21:30.035Z Compiling ciborium-io v0.2.2
27602025-01-24T23:21:30.379Z Compiling slog-scope v4.4.0
27612025-01-24T23:21:30.412Z Compiling ciborium-ll v0.2.2
27622025-01-24T23:21:30.553Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27632025-01-24T23:21:30.727Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27642025-01-24T23:21:30.782Z Compiling typify v0.3.0
27652025-01-24T23:21:30.943Z Compiling progenitor-impl v0.9.1
27662025-01-24T23:21:31.049Z Compiling polyval v0.6.2
27672025-01-24T23:21:31.425Z Compiling atomicwrites v0.4.4
27682025-01-24T23:21:31.511Z Compiling libsw v3.3.1
27692025-01-24T23:21:31.771Z Compiling memmap2 v0.9.5
27702025-01-24T23:21:31.837Z Compiling indent_write v2.2.0
27712025-01-24T23:21:31.869Z Compiling thiserror-no-std v2.0.2
27722025-01-24T23:21:32.017Z Compiling arrayref v0.3.9
27732025-01-24T23:21:32.083Z Compiling constant_time_eq v0.3.1
27742025-01-24T23:21:32.198Z Compiling parking_lot_core v0.8.6
27752025-01-24T23:21:32.288Z Compiling linear-map v1.2.0
27762025-01-24T23:21:32.318Z Compiling salty v0.3.0
27772025-01-24T23:21:32.639Z Compiling arrayvec v0.7.6
27782025-01-24T23:21:32.660Z Compiling libefi-sys v0.1.0
27792025-01-24T23:21:32.777Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27802025-01-24T23:21:32.834Z Compiling vsss-rs v3.3.4
27812025-01-24T23:21:32.939Z Compiling ghash v0.5.1
27822025-01-24T23:21:33.155Z Compiling ciborium v0.2.2
27832025-01-24T23:21:33.198Z Compiling slog-stdlog v4.1.1
27842025-01-24T23:21:34.153Z Compiling p384 v0.13.0
27852025-01-24T23:21:34.282Z Compiling toolchain_find v0.4.0
27862025-01-24T23:21:34.476Z Compiling chacha20poly1305 v0.10.1
27872025-01-24T23:21:34.735Z Compiling ctr v0.9.2
27882025-01-24T23:21:34.842Z Compiling lzma-sys v0.1.20
27892025-01-24T23:21:34.879Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27902025-01-24T23:21:35.106Z Compiling bitfield-struct v0.6.2
27912025-01-24T23:21:35.305Z Compiling slog-dtrace v0.3.0
27922025-01-24T23:21:35.580Z Compiling highway v1.2.0
27932025-01-24T23:21:35.630Z Compiling topological-sort v0.2.2
27942025-01-24T23:21:35.884Z Compiling omicron-zone-package v0.12.0
27952025-01-24T23:21:35.906Z Compiling aes-gcm v0.10.3
27962025-01-24T23:21:36.247Z Compiling rustfmt-wrapper v0.2.1
27972025-01-24T23:21:36.335Z Compiling mime_guess v2.0.5
27982025-01-24T23:21:36.425Z Compiling slog-envlogger v2.2.0
27992025-01-24T23:21:36.548Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28002025-01-24T23:21:36.808Z Compiling steno v0.4.1
28012025-01-24T23:21:36.832Z Compiling progenitor-macro v0.8.0
28022025-01-24T23:21:37.342Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28032025-01-24T23:21:37.555Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28042025-01-24T23:21:37.748Z Compiling heck v0.3.3
28052025-01-24T23:21:38.015Z Compiling ssh-encoding v0.2.0
28062025-01-24T23:21:38.090Z Compiling progenitor-macro v0.9.1
28072025-01-24T23:21:38.125Z Compiling blowfish v0.9.1
28082025-01-24T23:21:38.321Z Compiling nibble_vec v0.1.0
28092025-01-24T23:21:38.535Z Compiling env_filter v0.1.2
28102025-01-24T23:21:38.556Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28112025-01-24T23:21:38.592Z Compiling endian-type v0.1.2
28122025-01-24T23:21:38.689Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28132025-01-24T23:21:38.834Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28142025-01-24T23:21:38.836Z Compiling humantime v2.1.0
28152025-01-24T23:21:38.904Z Compiling env_logger v0.11.5
28162025-01-24T23:21:39.175Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28172025-01-24T23:21:39.204Z Compiling radix_trie v0.2.1
28182025-01-24T23:21:39.325Z Compiling ssh-cipher v0.2.0
28192025-01-24T23:21:39.581Z Compiling bcrypt-pbkdf v0.10.0
28202025-01-24T23:21:39.828Z Compiling zone_cfg_derive v0.1.2
28212025-01-24T23:21:40.006Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28222025-01-24T23:21:40.743Z Compiling parking_lot v0.11.2
28232025-01-24T23:21:40.770Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28242025-01-24T23:21:41.156Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28252025-01-24T23:21:41.258Z Compiling password-hash v0.4.2
28262025-01-24T23:21:41.548Z Compiling gethostname v0.5.0
28272025-01-24T23:21:41.568Z Compiling fxhash v0.2.1
28282025-01-24T23:21:41.673Z Compiling lockfree-object-pool v0.1.6
28292025-01-24T23:21:41.726Z Compiling bumpalo v3.16.0
28302025-01-24T23:21:41.754Z Compiling simd-adler32 v0.3.7
28312025-01-24T23:21:41.778Z Compiling base64 v0.13.1
28322025-01-24T23:21:41.963Z Compiling zip v2.1.3
28332025-01-24T23:21:42.126Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28342025-01-24T23:21:42.189Z Compiling http-range v0.1.5
28352025-01-24T23:21:42.356Z Compiling ron v0.7.1
28362025-01-24T23:21:42.375Z Compiling zopfli v0.8.1
28372025-01-24T23:21:42.379Z Compiling pbkdf2 v0.11.0
28382025-01-24T23:21:42.468Z Compiling sled v0.34.7
28392025-01-24T23:21:42.522Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28402025-01-24T23:21:42.766Z Compiling zone v0.1.8
28412025-01-24T23:21:43.174Z Compiling xz2 v0.1.7
28422025-01-24T23:21:43.638Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28432025-01-24T23:21:44.021Z Compiling ssh-key v0.6.6
28442025-01-24T23:21:44.191Z Compiling hickory-client v0.24.2
28452025-01-24T23:21:44.696Z Compiling p256 v0.13.2
28462025-01-24T23:21:44.712Z Compiling p521 v0.13.3
28472025-01-24T23:21:45.499Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28482025-01-24T23:21:45.521Z Compiling hickory-server v0.24.2
28492025-01-24T23:21:46.520Z Compiling pem v3.0.4
28502025-01-24T23:21:47.058Z Compiling yasna v0.5.2
28512025-01-24T23:21:47.294Z Compiling headers-core v0.3.0
28522025-01-24T23:21:47.495Z Compiling kstat-rs v0.2.4
28532025-01-24T23:21:48.078Z Compiling nanorand v0.7.0
28542025-01-24T23:21:48.265Z Compiling russh-cryptovec v0.7.3
28552025-01-24T23:21:48.286Z Compiling atty v0.2.14
28562025-01-24T23:21:48.463Z Compiling md5 v0.7.0
28572025-01-24T23:21:48.589Z Compiling flume v0.11.1
28582025-01-24T23:21:48.592Z Compiling rcgen v0.12.1
28592025-01-24T23:21:48.638Z Compiling headers v0.4.0
28602025-01-24T23:21:49.328Z Compiling russh-keys v0.45.0
28612025-01-24T23:21:49.495Z Compiling progenitor v0.8.0
28622025-01-24T23:21:49.737Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28632025-01-24T23:21:49.780Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28642025-01-24T23:21:50.355Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28652025-01-24T23:21:50.665Z Compiling progenitor v0.9.1
28662025-01-24T23:21:50.728Z Compiling hyper-staticfile v0.10.1
28672025-01-24T23:21:50.904Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
28682025-01-24T23:21:51.302Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28692025-01-24T23:21:51.796Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28702025-01-24T23:21:51.799Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
28712025-01-24T23:21:52.300Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28722025-01-24T23:21:52.648Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
28732025-01-24T23:21:54.290Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28742025-01-24T23:21:54.893Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28752025-01-24T23:21:54.947Z Compiling num-bigint v0.4.6
28762025-01-24T23:21:56.385Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28772025-01-24T23:21:56.561Z Compiling des v0.8.1
28782025-01-24T23:21:56.919Z Compiling subprocess v0.2.9
28792025-01-24T23:21:57.353Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28802025-01-24T23:21:57.661Z Compiling display-error-chain v0.2.2
28812025-01-24T23:21:57.902Z Compiling hex-literal v0.4.1
28822025-01-24T23:21:58.090Z Compiling russh v0.45.0
28832025-01-24T23:21:58.235Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28842025-01-24T23:21:58.633Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28852025-01-24T23:22:00.654Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28862025-01-24T23:22:01.150Z Compiling internet-checksum v0.2.1
28872025-01-24T23:22:06.533Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28882025-01-24T23:22:06.533Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28892025-01-24T23:22:06.536Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28902025-01-24T23:22:06.536Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28912025-01-24T23:22:09.314Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28922025-01-24T23:22:09.708Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28932025-01-24T23:22:10.354Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28942025-01-24T23:22:11.147Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28952025-01-24T23:22:11.393Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28962025-01-24T23:22:13.565Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28972025-01-24T23:22:13.750Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28982025-01-24T23:22:14.259Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28992025-01-24T23:22:14.682Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29002025-01-24T23:22:15.132Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29012025-01-24T23:22:16.186Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29022025-01-24T23:22:17.174Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29032025-01-24T23:22:17.552Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29042025-01-24T23:22:18.074Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29052025-01-24T23:22:20.210Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29062025-01-24T23:22:20.231Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29072025-01-24T23:22:20.652Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29082025-01-24T23:22:21.781Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29092025-01-24T23:22:23.657Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29102025-01-24T23:22:24.648Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29112025-01-24T23:22:26.175Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29122025-01-24T23:22:26.457Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29132025-01-24T23:22:28.297Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29142025-01-24T23:22:28.595Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29152025-01-24T23:22:33.737Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29162025-01-24T23:22:41.902Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29172025-01-24T23:22:43.388Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29182025-01-24T23:23:04.787Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29192025-01-24T23:23:26.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
29202025-01-24T23:23:27.238Z
29212025-01-24T23:23:27.241Zreal 2:22.512498586
29222025-01-24T23:23:27.241Zuser 12:10.602707982
29232025-01-24T23:23:27.241Zsys 1:33.924327284
29242025-01-24T23:23:27.241Ztrap 0.377817761
29252025-01-24T23:23:27.241Ztflt 0.852430596
29262025-01-24T23:23:27.241Zdflt 1.085011245
29272025-01-24T23:23:27.241Zkflt 0.000144273
29282025-01-24T23:23:27.241Zlock 22:32.657618942
29292025-01-24T23:23:27.241Zslp 41:59.189815402
29302025-01-24T23:23:27.241Zlat 38.917220801
29312025-01-24T23:23:27.241Zstop 1:37.358800891
29322025-01-24T23:23:27.241Z+ mkdir tests
29332025-01-24T23:23:27.244Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29342025-01-24T23:23:27.244Z+ xargs -I '{}' -t cp '{}' tests/
29352025-01-24T23:23:28.305Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0b4034a136fb5880 tests/
29362025-01-24T23:23:28.326Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-516cf484627e73c9 tests/
29372025-01-24T23:23:28.346Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-60e1fbe8febc01b9 tests/
29382025-01-24T23:23:28.366Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2a509d11fe717a4a tests/
29392025-01-24T23:23:28.579Z+ 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/*)
29402025-01-24T23:23:28.583Z+ 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-0b4034a136fb5880 tests/commtest-60e1fbe8febc01b9 tests/dhcp_server-516cf484627e73c9 tests/end_to_end_tests-2a509d11fe717a4a 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
29412025-01-24T23:24:42.193ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29422025-01-24T23:24:42.193Za .github/buildomat/ci-env.sh 1K
29432025-01-24T23:24:42.193Za out/target/test 1K
29442025-01-24T23:24:42.193Za out/npuzone/npuzone 23144K
29452025-01-24T23:24:42.193Za package-manifest.toml 34K
29462025-01-24T23:24:42.193Za smf/sled-agent/non-gimlet/config.toml 4K
29472025-01-24T23:24:42.193Za target/release/omicron-package 36025K
29482025-01-24T23:24:42.193Za target/release/xtask 11908K
29492025-01-24T23:24:42.193Za target/debug/bootstrap 220640K
29502025-01-24T23:24:42.193Za tests/bootstrap-0b4034a136fb5880 24276K
29512025-01-24T23:24:42.193Za tests/commtest-60e1fbe8febc01b9 24769K
29522025-01-24T23:24:42.193Za tests/dhcp_server-516cf484627e73c9 24276K
29532025-01-24T23:24:42.193Za tests/end_to_end_tests-2a509d11fe717a4a 282791K
29542025-01-24T23:24:42.193Za out/clickhouse.tar.gz 294267K
29552025-01-24T23:24:42.193Za out/clickhouse_keeper.tar.gz 281393K
29562025-01-24T23:24:42.193Za out/clickhouse_server.tar.gz 294243K
29572025-01-24T23:24:42.194Za out/cockroachdb.tar.gz 135000K
29582025-01-24T23:24:42.194Za out/crucible-dtrace.tar 96K
29592025-01-24T23:24:42.194Za out/crucible-pantry-zone.tar.gz 28545K
29602025-01-24T23:24:42.194Za out/crucible-zone.tar.gz 36825K
29612025-01-24T23:24:42.194Za out/external-dns.tar.gz 35456K
29622025-01-24T23:24:42.194Za out/internal-dns.tar.gz 35455K
29632025-01-24T23:24:42.194Za out/mg-ddm-gz.tar 63075K
29642025-01-24T23:24:42.194Za out/nexus.tar.gz 100212K
29652025-01-24T23:24:42.194Za out/ntp.tar.gz 10508K
29662025-01-24T23:24:42.194Za out/omicron-gateway-softnpu.tar.gz 24106K
29672025-01-24T23:24:42.194Za out/omicron-sled-agent.tar 113986K
29682025-01-24T23:24:42.194Za out/overlay.tar.gz 3K
29692025-01-24T23:24:42.195Za out/oximeter.tar.gz 48392K
29702025-01-24T23:24:42.195Za out/oxlog.tar 3153K
29712025-01-24T23:24:42.195Za out/probe.tar.gz 2764K
29722025-01-24T23:24:42.195Za out/propolis-server.tar.gz 66467K
29732025-01-24T23:24:42.195Za out/pumpkind-gz.tar 26665K
29742025-01-24T23:24:42.195Za out/switch-softnpu.tar.gz 237561K
29752025-01-24T23:24:42.198Z
29762025-01-24T23:24:42.198Zreal 1:13.623433246
29772025-01-24T23:24:42.198Zuser 1:10.219556829
29782025-01-24T23:24:42.198Zsys 4.809429400
29792025-01-24T23:24:42.199Ztrap 0.017199023
29802025-01-24T23:24:42.199Ztflt 0.000000000
29812025-01-24T23:24:42.199Zdflt 0.000000000
29822025-01-24T23:24:42.199Zkflt 0.000000000
29832025-01-24T23:24:42.199Zlock 0.000000000
29842025-01-24T23:24:42.199Zslp 1:10.038702852
29852025-01-24T23:24:42.199Zlat 2.155755052
29862025-01-24T23:24:42.199Zstop 0.000269344
29872025-01-24T23:24:42.199Zprocess exited: duration 1960987 ms, exit code 0
 
29882025-01-24T23:24:42.246Zfound 1 output files
29892025-01-24T23:24:42.246Zuploading: /work/package.tar.gz (1904496013 bytes)
29902025-01-24T23:25:29.547Zuploaded: /work/package.tar.gz