01JJCVKV2HCZ345PPE5S5NQK63: 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: 01JJCVM7832FQB43SXFMB0TZPY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-24T19:12:38.483Zjob assigned to worker 01JJCVMD4SR7X7S9D2KSSFEPQR [factory aws, i-0af170c8dbdb89dab] (queued for 59 s)
 
22025-01-24T19:12:46.848Zstarting task 0: "setup"
32025-01-24T19:12:46.857Z++ uname -s
42025-01-24T19:12:46.860Z+ kern=SunOS
52025-01-24T19:12:46.860Z+ case "$kern" in
62025-01-24T19:12:46.860Z+ groupadd -g 12345 build
72025-01-24T19:12:46.862Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-24T19:12:48.868Z+ zfs create -o mountpoint=/work rpool/work
92025-01-24T19:12:49.084Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-24T19:12:49.087Z+ home_fs=zfs
112025-01-24T19:12:49.087Z+ [[ zfs == autofs ]]
122025-01-24T19:12:49.087Z+ mkdir -p /home/build
132025-01-24T19:12:49.089Z+ chown build:build /home/build /work
142025-01-24T19:12:51.091Z+ chmod 0700 /home/build /work
152025-01-24T19:12:51.094Zprocess exited: duration 4247 ms, exit code 0
 
162025-01-24T19:12:51.099Zstarting task 1: "rust-toolchain"
172025-01-24T19:12:51.105Z+ printf ' * toolchain channel = "%s"
182025-01-24T19:12:51.105Z' 1.84.0
192025-01-24T19:12:51.105Z+ printf ' * toolchain profile = "%s"
202025-01-24T19:12:51.105Z' default
212025-01-24T19:12:51.105Z * toolchain channel = "1.84.0"
222025-01-24T19:12:51.105Z * toolchain profile = "default"
232025-01-24T19:12:51.107Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-24T19:12:51.107Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-24T19:12:51.221Zinfo: downloading installer
262025-01-24T19:12:52.781Zinfo: profile set to 'default'
272025-01-24T19:12:52.781Zinfo: default host triple is x86_64-unknown-illumos
282025-01-24T19:12:52.784Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-24T19:12:52.950Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-24T19:12:52.951Zinfo: downloading component 'cargo'
312025-01-24T19:12:53.810Zinfo: downloading component 'clippy'
322025-01-24T19:12:54.139Zinfo: downloading component 'rust-docs'
332025-01-24T19:12:55.317Zinfo: downloading component 'rust-std'
342025-01-24T19:12:57.067Zinfo: downloading component 'rustc'
352025-01-24T19:13:04.426Zinfo: downloading component 'rustfmt'
362025-01-24T19:13:04.677Zinfo: installing component 'cargo'
372025-01-24T19:13:05.506Zinfo: installing component 'clippy'
382025-01-24T19:13:05.883Zinfo: installing component 'rust-docs'
392025-01-24T19:13:07.542Zinfo: installing component 'rust-std'
402025-01-24T19:13:09.262Zinfo: installing component 'rustc'
412025-01-24T19:13:15.209Zinfo: installing component 'rustfmt'
422025-01-24T19:13:15.545Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-24T19:13:15.545Z
442025-01-24T19:13:15.955Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-24T19:13:15.955Z
462025-01-24T19:13:15.958Z
472025-01-24T19:13:15.958ZRust is installed now. Great!
482025-01-24T19:13:15.958Z
492025-01-24T19:13:15.958ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-24T19:13:15.959Zenvironment variable. This has not been done automatically.
512025-01-24T19:13:15.959Z
522025-01-24T19:13:15.959ZTo configure your current shell, you need to source
532025-01-24T19:13:15.959Zthe corresponding env file under $HOME/.cargo.
542025-01-24T19:13:15.959Z
552025-01-24T19:13:15.959ZThis is usually done by running one of the following (note the leading DOT):
562025-01-24T19:13:15.959Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-24T19:13:15.959Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-24T19:13:16.034Z+ rustc --version
592025-01-24T19:13:16.104Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-24T19:13:16.107Zprocess exited: duration 25007 ms, exit code 0
 
612025-01-24T19:13:16.112Zstarting task 2: "authentication"
622025-01-24T19:13:16.133Zprocess exited: duration 20 ms, exit code 0
 
632025-01-24T19:13:16.138Zstarting task 3: "clone repository"
642025-01-24T19:13:16.143Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-24T19:13:16.146Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-24T19:13:16.191ZCloning into '/work/oxidecomputer/omicron'...
672025-01-24T19:13:23.312Z+ cd /work/oxidecomputer/omicron
682025-01-24T19:13:23.312Z+ git fetch origin 41e6a9e1a7295073337b5083d2d3c32d12317cb6
692025-01-24T19:13:23.605ZFrom https://github.com/oxidecomputer/omicron
702025-01-24T19:13:23.605Z * branch 41e6a9e1a7295073337b5083d2d3c32d12317cb6 -> FETCH_HEAD
712025-01-24T19:13:23.615Z+ [[ -n iliana/nexus-tuf ]]
722025-01-24T19:13:23.618Z++ git branch --show-current
732025-01-24T19:13:23.620Z+ current=main
742025-01-24T19:13:23.621Z+ [[ main != iliana/nexus-tuf ]]
752025-01-24T19:13:23.621Z+ git branch -f iliana/nexus-tuf 41e6a9e1a7295073337b5083d2d3c32d12317cb6
762025-01-24T19:13:23.623Z+ git checkout -f iliana/nexus-tuf
772025-01-24T19:13:23.803ZSwitched to branch 'iliana/nexus-tuf'
782025-01-24T19:13:23.806Z+ git reset --hard 41e6a9e1a7295073337b5083d2d3c32d12317cb6
792025-01-24T19:13:23.829ZHEAD is now at 41e6a9e1a Merge remote-tracking branch 'origin/main' into iliana/nexus-tuf
802025-01-24T19:13:23.832Zprocess exited: duration 7692 ms, exit code 0
 
812025-01-24T19:13:23.838Zstarting task 4: "build"
822025-01-24T19:13:23.843Z+ source .github/buildomat/ci-env.sh
832025-01-24T19:13:23.843Z++ export CARGO_TERM_COLOR=always
842025-01-24T19:13:23.843Z++ CARGO_TERM_COLOR=always
852025-01-24T19:13:23.846Z+ cargo --version
862025-01-24T19:13:23.902Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-24T19:13:23.905Z+ rustc --version
882025-01-24T19:13:23.965Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-24T19:13:23.968Z+ WORK=/work
902025-01-24T19:13:23.968Z+ pfexec mkdir -p /work
912025-01-24T19:13:23.971Z+ pfexec chown build /work
922025-01-24T19:13:23.974Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932025-01-24T19:13:26.486Zpkg list: illegal option -- F
942025-01-24T19:13:26.486ZUsage:
952025-01-24T19:13:26.489Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
962025-01-24T19:13:26.489Z [pkg_fmri_pattern ...]
972025-01-24T19:13:27.329Zpkg list: illegal option -- F
982025-01-24T19:13:27.329ZUsage:
992025-01-24T19:13:27.332Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1002025-01-24T19:13:27.332Z [pkg_fmri_pattern ...]
1012025-01-24T19:13:34.992Z Startup: Refreshing catalog 'helios-dev' ... Done
1022025-01-24T19:13:39.069Z Startup: Caching catalogs ... Done
1032025-01-24T19:13:50.340ZPlanning: Solver setup ... Done (10.453s)
1042025-01-24T19:13:50.487ZPlanning: Running solver ... Done (0.147s)
1052025-01-24T19:13:50.601ZPlanning: Finding local manifests ... Done (0.006s)
1062025-01-24T19:13:50.655ZPlanning: Fetching manifests: 0/7 0% complete
1072025-01-24T19:13:51.358ZPlanning: Fetching manifests: 7/7 100% complete
1082025-01-24T19:13:51.467ZPlanning: Package planning ... Done (0.109s)
1092025-01-24T19:13:51.524ZPlanning: Merging actions ... Done (0.056s)
1102025-01-24T19:13:51.724ZPlanning: Checking for conflicting actions ... Done (0.199s)
1112025-01-24T19:13:53.396ZPlanning: Consolidating action changes ... Done (1.672s)
1122025-01-24T19:13:53.801ZPlanning: Evaluating mediators ... Done (0.404s)
1132025-01-24T19:13:53.879ZPlanning: Planning completed in 14.71 seconds
1142025-01-24T19:13:53.894Z Packages to install: 4
1152025-01-24T19:13:53.894Z Packages to update: 3
1162025-01-24T19:13:53.894Z Mediators to change: 2
1172025-01-24T19:13:53.895Z Services to change: 1
1182025-01-24T19:13:53.897Z Estimated space available: 155.61 GB
1192025-01-24T19:13:53.897ZEstimated space to be consumed: 1.64 GB
1202025-01-24T19:13:53.897Z Create boot environment: No
1212025-01-24T19:13:53.897ZCreate backup boot environment: Yes
1222025-01-24T19:13:53.897Z Rebuild boot archive: No
1232025-01-24T19:13:53.897Z
1242025-01-24T19:13:53.897ZChanged mediators:
1252025-01-24T19:13:53.897Z mediator clang:
1262025-01-24T19:13:53.897Z version: None -> 15 (system default)
1272025-01-24T19:13:53.898Z
1282025-01-24T19:13:53.898Z mediator llvm:
1292025-01-24T19:13:53.898Z version: 14 (system default) -> 15 (system default)
1302025-01-24T19:13:53.898Z
1312025-01-24T19:13:53.898ZChanged packages:
1322025-01-24T19:13:53.898Zhelios-dev
1332025-01-24T19:13:53.898Z developer/build-essential
1342025-01-24T19:13:53.898Z None -> 11-2.0
1352025-01-24T19:13:53.898Z library/libxmlsec1
1362025-01-24T19:13:53.898Z None -> 1.2.35-2.0
1372025-01-24T19:13:53.898Z ooce/developer/clang-15
1382025-01-24T19:13:53.898Z None -> 15.0.7-2.0
1392025-01-24T19:13:53.898Z ooce/developer/llvm-15
1402025-01-24T19:13:53.898Z None -> 15.0.7-2.0
1412025-01-24T19:13:53.898Z package/pkg
1422025-01-24T19:13:53.898Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1432025-01-24T19:13:53.898Z system/library/g++-runtime
1442025-01-24T19:13:53.898Z 13-2.0 -> 14-2.0
1452025-01-24T19:13:53.899Z system/library/gcc-runtime
1462025-01-24T19:13:53.899Z 13-2.0 -> 14-2.0
1472025-01-24T19:13:53.899Z
1482025-01-24T19:13:53.899ZServices:
1492025-01-24T19:13:53.899Z restart_fmri:
1502025-01-24T19:13:53.899Z svc:/system/update-man-index:default
1512025-01-24T19:13:53.899Z
1522025-01-24T19:13:53.899ZEditable files to change:
1532025-01-24T19:13:53.899Z Update:
1542025-01-24T19:13:53.899Z usr/share/lib/pkg/web/config.shtml
1552025-01-24T19:13:54.003Z
1562025-01-24T19:13:54.003ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1572025-01-24T19:13:59.003ZDownload: 382/4301 items 2.8/225.4MB 1% complete (539k/s)
1582025-01-24T19:14:04.593ZDownload: 1193/4301 items 83.5/225.4MB 37% complete (9.9M/s)
1592025-01-24T19:14:12.992ZDownload: 1195/4301 items 83.5/225.4MB 37% complete
1602025-01-24T19:14:17.982ZDownload: 3098/4301 items 123.3/225.4MB 54% complete (7.8M/s)
1612025-01-24T19:14:22.999ZDownload: 3646/4301 items 216.2/225.4MB 95% complete (13.5M/s)
1622025-01-24T19:14:28.681ZDownload: 4296/4301 items 224.9/225.4MB 99% complete (10.3M/s)
1632025-01-24T19:14:31.931ZDownload: Completed 225.42 MB in 37.92 seconds (5.9M/s)
1642025-01-24T19:14:34.223Z Actions: 1/5122 actions (Removing old actions)
1652025-01-24T19:14:34.244Z Actions: 194/5122 actions (Installing new actions)
1662025-01-24T19:14:39.275Z Actions: 4189/5122 actions (Installing new actions)
1672025-01-24T19:14:39.284Z Actions: 4267/5122 actions (Updating modified actions)
1682025-01-24T19:14:39.879Z Actions: Completed 5122 actions in 5.66 seconds.
1692025-01-24T19:14:40.293Z Done (0.405s)
1702025-01-24T19:14:40.295Z Done (0.001s)
1712025-01-24T19:14:40.874Z Done (0.579s)
1722025-01-24T19:14:45.317Z Done (4.207s)
1732025-01-24T19:14:45.406Z Done (0.017s)
1742025-01-24T19:14:45.410Z Done (0.000s)
1752025-01-24T19:14:45.570Z Done (0.000s)
1762025-01-24T19:14:46.282ZPlanning: Evaluating mediator changes ... Done
1772025-01-24T19:14:46.451ZPlanning: Checking for conflicting actions ... Done
1782025-01-24T19:14:46.454ZPlanning: Consolidating action changes ... Done
1792025-01-24T19:14:46.730ZPlanning: Evaluating mediators ... Done
1802025-01-24T19:14:46.733ZPlanning: Planning completed in 0.45 seconds
1812025-01-24T19:14:46.771Z Mediators to change: 2
1822025-01-24T19:14:46.773Z Create boot environment: No
1832025-01-24T19:14:46.774ZCreate backup boot environment: No
1842025-01-24T19:14:46.853Z Done
1852025-01-24T19:14:46.853Z Done
1862025-01-24T19:14:47.223Z Done
1872025-01-24T19:14:50.808Z Done
1882025-01-24T19:14:50.896Z Done
1892025-01-24T19:14:50.899Z Done
1902025-01-24T19:14:51.042Z Done
1912025-01-24T19:14:51.657ZPlanning: Evaluating mediator changes ... Done
1922025-01-24T19:14:51.659ZPlanning: Merging actions ... Done
1932025-01-24T19:14:51.847ZPlanning: Checking for conflicting actions ... Done
1942025-01-24T19:14:51.853ZPlanning: Consolidating action changes ... Done
1952025-01-24T19:14:52.113ZPlanning: Evaluating mediators ... Done
1962025-01-24T19:14:52.169ZPlanning: Planning completed in 0.76 seconds
1972025-01-24T19:14:52.210Z Packages to change: 1
1982025-01-24T19:14:52.210Z Mediators to change: 1
1992025-01-24T19:14:52.212Z Services to change: 1
2002025-01-24T19:14:52.212Z Create boot environment: No
2012025-01-24T19:14:52.212ZCreate backup boot environment: Yes
2022025-01-24T19:14:54.846Z Actions: 1/6 actions (Updating modified actions)
2032025-01-24T19:14:54.849Z Actions: Completed 6 actions in 0.00 seconds.
2042025-01-24T19:14:54.849Z Done
2052025-01-24T19:14:54.849Z Done
2062025-01-24T19:14:54.965Z Done
2072025-01-24T19:14:58.670Z Done
2082025-01-24T19:14:58.761Z Done
2092025-01-24T19:14:58.763Z Done
2102025-01-24T19:14:58.907Z Done
2112025-01-24T19:14:59.340ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2122025-01-24T19:14:59.340Zclang system 15 system
2132025-01-24T19:14:59.340Zcsh system system illumos
2142025-01-24T19:14:59.340Zctags system system illumos
2152025-01-24T19:14:59.340Zgcc vendor 12 vendor
2162025-01-24T19:14:59.340Zgcc system 10 system
2172025-01-24T19:14:59.340Zgcc system 7 system
2182025-01-24T19:14:59.340Zgo system 1.20 system
2192025-01-24T19:14:59.340Zgo system 1.19 system
2202025-01-24T19:14:59.340Zllvm system 15 system
2212025-01-24T19:14:59.340Zllvm system 14 system
2222025-01-24T19:14:59.340Zmariadb system 10.6 system
2232025-01-24T19:14:59.340Zmta vendor vendor dma
2242025-01-24T19:14:59.340Zopenjdk system 17 system
2252025-01-24T19:14:59.340Zopenjdk system 11 system
2262025-01-24T19:14:59.340Zopenjdk system 1.8 system
2272025-01-24T19:14:59.340Zopenssl vendor 3 vendor
2282025-01-24T19:14:59.340Zperl system 5.36 system
2292025-01-24T19:14:59.340Zpostgresql system 15 system
2302025-01-24T19:14:59.340Zpostgresql system 13 system
2312025-01-24T19:14:59.340Zpython vendor 3 vendor
2322025-01-24T19:14:59.340Zpython system 2 system
2332025-01-24T19:14:59.340Zpython3 system 3.11 system
2342025-01-24T19:14:59.340Zruby system 3.0 system
2352025-01-24T19:14:59.340Zwords vendor vendor american-english
2362025-01-24T19:14:59.340Zwords system system australian-english
2372025-01-24T19:14:59.340Zwords system system british-english
2382025-01-24T19:14:59.340Zwords system system canadian-english
2392025-01-24T19:14:59.340Zwords system system french
2402025-01-24T19:14:59.340Zwords system system italian
2412025-01-24T19:14:59.341Zwords system system ngerman
2422025-01-24T19:14:59.341Zwords system system ogerman
2432025-01-24T19:14:59.341Zwords system system spanish
2442025-01-24T19:14:59.681ZPUBLISHER TYPE STATUS P LOCATION
2452025-01-24T19:14:59.681Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2462025-01-24T19:15:02.463ZFMRI IFO
2472025-01-24T19:15:02.463Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2482025-01-24T19:15:02.463Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2492025-01-24T19:15:02.463Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2502025-01-24T19:15:02.463Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2512025-01-24T19:15:02.463Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2522025-01-24T19:15:02.463Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2532025-01-24T19:15:02.463Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2542025-01-24T19:15:02.463Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2552025-01-24T19:15:02.464Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2562025-01-24T19:15:02.464Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2572025-01-24T19:15:02.464Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2582025-01-24T19:15:02.464Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2592025-01-24T19:15:02.464Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2602025-01-24T19:15:02.464Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2612025-01-24T19:15:02.464Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2622025-01-24T19:15:03.219Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2632025-01-24T19:15:03.713Z Updating crates.io index
2642025-01-24T19:15:03.716Z Updating git repository `https://github.com/oxidecomputer/diffus`
2652025-01-24T19:15:04.070Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2662025-01-24T19:15:04.599Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2672025-01-24T19:15:04.855Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2682025-01-24T19:15:05.114Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2692025-01-24T19:15:05.414Z Updating git repository `https://github.com/oxidecomputer/propolis`
2702025-01-24T19:15:06.415Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712025-01-24T19:15:08.010Z Updating git repository `https://github.com/oxidecomputer/opte`
2722025-01-24T19:15:08.652Z Updating git repository `https://github.com/oxidecomputer/falcon`
2732025-01-24T19:15:09.364Z Updating git repository `https://github.com/oxidecomputer/clickward`
2742025-01-24T19:15:09.633Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2752025-01-24T19:15:09.912Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2762025-01-24T19:15:10.471Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2772025-01-24T19:15:10.920Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2782025-01-24T19:15:11.314Z Updating git repository `https://github.com/oxidecomputer/tofino`
2792025-01-24T19:15:11.590Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2802025-01-24T19:15:11.875Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2812025-01-24T19:15:12.097Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2822025-01-24T19:15:12.356Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2832025-01-24T19:15:12.645Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2842025-01-24T19:15:13.061Z Updating git repository `https://github.com/oxidecomputer/ispf`
2852025-01-24T19:15:13.362Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2862025-01-24T19:15:13.694Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872025-01-24T19:15:14.223Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2882025-01-24T19:15:14.556Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2892025-01-24T19:15:14.942Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902025-01-24T19:15:15.372Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2912025-01-24T19:15:15.747Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2922025-01-24T19:15:15.997Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2932025-01-24T19:15:16.286Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2942025-01-24T19:15:17.545Z Downloading crates ...
2952025-01-24T19:15:17.609Z Downloaded byteorder v1.5.0
2962025-01-24T19:15:17.613Z Downloaded anstyle v1.0.10
2972025-01-24T19:15:17.615Z Downloaded anstream v0.6.15
2982025-01-24T19:15:17.674Z Downloaded clap_derive v4.5.18
2992025-01-24T19:15:17.677Z Downloaded once_cell v1.20.2
3002025-01-24T19:15:17.680Z Downloaded clap_builder v4.5.21
3012025-01-24T19:15:17.692Z Downloaded indexmap v2.7.0
3022025-01-24T19:15:17.695Z Downloaded is_terminal_polyfill v1.70.1
3032025-01-24T19:15:17.695Z Downloaded dof v0.3.0
3042025-01-24T19:15:17.695Z Downloaded digest v0.10.7
3052025-01-24T19:15:17.698Z Downloaded crypto-common v0.1.6
3062025-01-24T19:15:17.698Z Downloaded macaddr v1.0.1
3072025-01-24T19:15:17.698Z Downloaded fastrand v2.1.1
3082025-01-24T19:15:17.701Z Downloaded colorchoice v1.0.2
3092025-01-24T19:15:17.701Z Downloaded dtrace-parser v0.2.0
3102025-01-24T19:15:17.703Z Downloaded scroll_derive v0.12.0
3112025-01-24T19:15:17.710Z Downloaded equivalent v1.0.1
3122025-01-24T19:15:17.718Z Downloaded serde_spanned v0.6.8
3132025-01-24T19:15:17.720Z Downloaded plain v0.2.3
3142025-01-24T19:15:17.720Z Downloaded generic-array v0.14.7
3152025-01-24T19:15:17.723Z Downloaded errno v0.3.9
3162025-01-24T19:15:17.723Z Downloaded heck v0.4.1
3172025-01-24T19:15:17.725Z Downloaded fs-err v2.11.0
3182025-01-24T19:15:17.725Z Downloaded fnv v1.0.7
3192025-01-24T19:15:17.739Z Downloaded swrite v0.1.0
3202025-01-24T19:15:17.741Z Downloaded cpufeatures v0.2.14
3212025-01-24T19:15:17.745Z Downloaded serde_tokenstream v0.2.2
3222025-01-24T19:15:17.747Z Downloaded proc-macro-error-attr v1.0.4
3232025-01-24T19:15:17.747Z Downloaded pest_generator v2.7.14
3242025-01-24T19:15:17.750Z Downloaded itoa v1.0.11
3252025-01-24T19:15:17.753Z Downloaded usdt-attr-macro v0.5.0
3262025-01-24T19:15:17.755Z Downloaded usdt-macro v0.5.0
3272025-01-24T19:15:17.755Z Downloaded quote v1.0.38
3282025-01-24T19:15:17.758Z Downloaded heck v0.5.0
3292025-01-24T19:15:17.760Z Downloaded proc-macro-error v1.0.4
3302025-01-24T19:15:17.763Z Downloaded tabled_derive v0.7.0
3312025-01-24T19:15:17.765Z Downloaded terminal_size v0.4.0
3322025-01-24T19:15:17.765Z Downloaded pretty-hex v0.4.1
3332025-01-24T19:15:17.768Z Downloaded toml_datetime v0.6.8
3342025-01-24T19:15:17.768Z Downloaded thread-id v4.2.2
3352025-01-24T19:15:17.770Z Downloaded thiserror v1.0.69
3362025-01-24T19:15:17.774Z Downloaded anstyle-query v1.1.1
3372025-01-24T19:15:17.776Z Downloaded autocfg v1.4.0
3382025-01-24T19:15:17.776Z Downloaded cfg-if v1.0.0
3392025-01-24T19:15:17.776Z Downloaded cargo-platform v0.1.8
3402025-01-24T19:15:17.779Z Downloaded block-buffer v0.10.4
3412025-01-24T19:15:17.779Z Downloaded anstyle-parse v0.2.5
3422025-01-24T19:15:17.781Z Downloaded strsim v0.11.1
3432025-01-24T19:15:17.781Z Downloaded semver v1.0.24
3442025-01-24T19:15:17.785Z Downloaded bytecount v0.6.8
3452025-01-24T19:15:17.788Z Downloaded smawk v0.3.2
3462025-01-24T19:15:17.788Z Downloaded clap_lex v0.7.2
3472025-01-24T19:15:17.790Z Downloaded version_check v0.9.5
3482025-01-24T19:15:17.790Z Downloaded memmap v0.7.0
3492025-01-24T19:15:17.793Z Downloaded utf8parse v0.2.2
3502025-01-24T19:15:17.793Z Downloaded usdt v0.5.0
3512025-01-24T19:15:17.793Z Downloaded camino-tempfile v1.1.1
3522025-01-24T19:15:17.795Z Downloaded log v0.4.22
3532025-01-24T19:15:17.799Z Downloaded tempfile v3.13.0
3542025-01-24T19:15:17.801Z Downloaded scroll v0.12.0
3552025-01-24T19:15:17.802Z Downloaded ryu v1.0.18
3562025-01-24T19:15:17.804Z Downloaded thiserror-impl v1.0.69
3572025-01-24T19:15:17.807Z Downloaded sha2 v0.10.8
3582025-01-24T19:15:17.809Z Downloaded pest_meta v2.7.14
3592025-01-24T19:15:17.809Z Downloaded cargo_metadata v0.18.1
3602025-01-24T19:15:17.812Z Downloaded serde_derive v1.0.217
3612025-01-24T19:15:17.814Z Downloaded pest v2.7.14
3622025-01-24T19:15:17.817Z Downloaded zerocopy-derive v0.7.35
3632025-01-24T19:15:17.821Z Downloaded unicode-linebreak v0.1.5
3642025-01-24T19:15:17.824Z Downloaded textwrap v0.16.1
3652025-01-24T19:15:17.827Z Downloaded usdt-impl v0.5.0
3662025-01-24T19:15:17.827Z Downloaded bitflags v2.6.0
3672025-01-24T19:15:17.829Z Downloaded anyhow v1.0.95
3682025-01-24T19:15:17.832Z Downloaded ucd-trie v0.1.7
3692025-01-24T19:15:17.836Z Downloaded pest_derive v2.7.14
3702025-01-24T19:15:17.838Z Downloaded unicode-ident v1.0.14
3712025-01-24T19:15:17.838Z Downloaded toml v0.8.19
3722025-01-24T19:15:17.841Z Downloaded typenum v1.17.0
3732025-01-24T19:15:17.843Z Downloaded clap v4.5.21
3742025-01-24T19:15:17.851Z Downloaded serde v1.0.217
3752025-01-24T19:15:17.854Z Downloaded papergrid v0.11.0
3762025-01-24T19:15:17.858Z Downloaded camino v1.1.9
3772025-01-24T19:15:17.861Z Downloaded hashbrown v0.15.1
3782025-01-24T19:15:17.864Z Downloaded proc-macro2 v1.0.92
3792025-01-24T19:15:17.867Z Downloaded toml_edit v0.22.22
3802025-01-24T19:15:17.886Z Downloaded memchr v2.7.4
3812025-01-24T19:15:17.890Z Downloaded cargo_toml v0.20.5
3822025-01-24T19:15:17.906Z Downloaded serde_json v1.0.135
3832025-01-24T19:15:17.920Z Downloaded zerocopy v0.7.35
3842025-01-24T19:15:17.934Z Downloaded winnow v0.6.20
3852025-01-24T19:15:17.941Z Downloaded tabled v0.15.0
3862025-01-24T19:15:17.954Z Downloaded syn v1.0.109
3872025-01-24T19:15:17.964Z Downloaded goblin v0.8.2
3882025-01-24T19:15:17.976Z Downloaded unicode-width v0.1.14
3892025-01-24T19:15:17.981Z Downloaded syn v2.0.96
3902025-01-24T19:15:17.991Z Downloaded rustix v0.38.37
3912025-01-24T19:15:18.019Z Downloaded libc v0.2.169
3922025-01-24T19:15:18.328Z Compiling proc-macro2 v1.0.92
3932025-01-24T19:15:18.328Z Compiling unicode-ident v1.0.14
3942025-01-24T19:15:18.331Z Compiling version_check v0.9.5
3952025-01-24T19:15:18.331Z Compiling serde v1.0.217
3962025-01-24T19:15:18.331Z Compiling thiserror v1.0.69
3972025-01-24T19:15:18.362Z Compiling memchr v2.7.4
3982025-01-24T19:15:18.365Z Compiling libc v0.2.169
3992025-01-24T19:15:18.366Z Compiling ucd-trie v0.1.7
4002025-01-24T19:15:18.590Z Compiling ryu v1.0.18
4012025-01-24T19:15:18.946Z Compiling itoa v1.0.11
4022025-01-24T19:15:19.021Z Compiling once_cell v1.20.2
4032025-01-24T19:15:19.183Z Compiling byteorder v1.5.0
4042025-01-24T19:15:19.186Z Compiling rustix v0.38.37
4052025-01-24T19:15:19.436Z Compiling serde_json v1.0.135
4062025-01-24T19:15:19.624Z Compiling bitflags v2.6.0
4072025-01-24T19:15:19.794Z Compiling usdt-impl v0.5.0
4082025-01-24T19:15:19.989Z Compiling proc-macro-error-attr v1.0.4
4092025-01-24T19:15:20.019Z Compiling syn v1.0.109
4102025-01-24T19:15:20.047Z Compiling proc-macro-error v1.0.4
4112025-01-24T19:15:20.050Z Compiling log v0.4.22
4122025-01-24T19:15:20.099Z Compiling quote v1.0.38
4132025-01-24T19:15:20.344Z Compiling errno v0.3.9
4142025-01-24T19:15:20.403Z Compiling camino v1.1.9
4152025-01-24T19:15:20.528Z Compiling syn v2.0.96
4162025-01-24T19:15:20.584Z Compiling utf8parse v0.2.2
4172025-01-24T19:15:20.685Z Compiling plain v0.2.3
4182025-01-24T19:15:20.730Z Compiling hashbrown v0.15.1
4192025-01-24T19:15:20.756Z Compiling thread-id v4.2.2
4202025-01-24T19:15:20.780Z Compiling equivalent v1.0.1
4212025-01-24T19:15:20.850Z Compiling anstyle-parse v0.2.5
4222025-01-24T19:15:21.087Z Compiling anstyle-query v1.1.1
4232025-01-24T19:15:21.174Z Compiling semver v1.0.24
4242025-01-24T19:15:21.245Z Compiling unicode-width v0.1.14
4252025-01-24T19:15:21.387Z Compiling colorchoice v1.0.2
4262025-01-24T19:15:21.545Z Compiling is_terminal_polyfill v1.70.1
4272025-01-24T19:15:21.571Z Compiling winnow v0.6.20
4282025-01-24T19:15:21.639Z Compiling autocfg v1.4.0
4292025-01-24T19:15:21.685Z Compiling pretty-hex v0.4.1
4302025-01-24T19:15:21.726Z Compiling indexmap v2.7.0
4312025-01-24T19:15:21.796Z Compiling anstyle v1.0.10
4322025-01-24T19:15:22.153Z Compiling anstream v0.6.15
4332025-01-24T19:15:22.382Z Compiling cfg-if v1.0.0
4342025-01-24T19:15:22.493Z Compiling terminal_size v0.4.0
4352025-01-24T19:15:22.621Z Compiling fs-err v2.11.0
4362025-01-24T19:15:22.877Z Compiling bytecount v0.6.8
4372025-01-24T19:15:22.889Z Compiling fnv v1.0.7
4382025-01-24T19:15:22.911Z Compiling anyhow v1.0.95
4392025-01-24T19:15:22.938Z Compiling heck v0.4.1
4402025-01-24T19:15:22.972Z Compiling strsim v0.11.1
4412025-01-24T19:15:22.998Z Compiling heck v0.5.0
4422025-01-24T19:15:23.134Z Compiling clap_lex v0.7.2
4432025-01-24T19:15:23.484Z Compiling fastrand v2.1.1
4442025-01-24T19:15:23.696Z Compiling clap_builder v4.5.21
4452025-01-24T19:15:23.752Z Compiling papergrid v0.11.0
4462025-01-24T19:15:23.940Z Compiling tempfile v3.13.0
4472025-01-24T19:15:24.216Z Compiling memmap v0.7.0
4482025-01-24T19:15:24.275Z Compiling unicode-linebreak v0.1.5
4492025-01-24T19:15:24.582Z Compiling smawk v0.3.2
4502025-01-24T19:15:24.799Z Compiling textwrap v0.16.1
4512025-01-24T19:15:24.847Z Compiling swrite v0.1.0
4522025-01-24T19:15:25.806Z Compiling tabled_derive v0.7.0
4532025-01-24T19:15:27.229Z Compiling tabled v0.15.0
4542025-01-24T19:15:27.469Z Compiling serde_derive v1.0.217
4552025-01-24T19:15:27.472Z Compiling thiserror-impl v1.0.69
4562025-01-24T19:15:27.472Z Compiling zerocopy-derive v0.7.35
4572025-01-24T19:15:27.472Z Compiling scroll_derive v0.12.0
4582025-01-24T19:15:27.734Z Compiling clap_derive v4.5.18
4592025-01-24T19:15:28.913Z Compiling scroll v0.12.0
4602025-01-24T19:15:29.416Z Compiling zerocopy v0.7.35
4612025-01-24T19:15:29.464Z Compiling goblin v0.8.2
4622025-01-24T19:15:30.310Z Compiling pest v2.7.14
4632025-01-24T19:15:31.021Z Compiling clap v4.5.21
4642025-01-24T19:15:32.452Z Compiling pest_meta v2.7.14
4652025-01-24T19:15:33.353Z Compiling pest_generator v2.7.14
4662025-01-24T19:15:34.821Z Compiling pest_derive v2.7.14
4672025-01-24T19:15:35.407Z Compiling dtrace-parser v0.2.0
4682025-01-24T19:15:36.130Z Compiling serde_tokenstream v0.2.2
4692025-01-24T19:15:36.263Z Compiling serde_spanned v0.6.8
4702025-01-24T19:15:36.273Z Compiling toml_datetime v0.6.8
4712025-01-24T19:15:36.472Z Compiling cargo-platform v0.1.8
4722025-01-24T19:15:36.475Z Compiling macaddr v1.0.1
4732025-01-24T19:15:36.665Z Compiling toml_edit v0.22.22
4742025-01-24T19:15:36.878Z Compiling camino-tempfile v1.1.1
4752025-01-24T19:15:37.486Z Compiling dof v0.3.0
4762025-01-24T19:15:37.633Z Compiling cargo_metadata v0.18.1
4772025-01-24T19:15:38.902Z Compiling usdt-macro v0.5.0
4782025-01-24T19:15:38.902Z Compiling usdt-attr-macro v0.5.0
4792025-01-24T19:15:39.655Z Compiling toml v0.8.19
4802025-01-24T19:15:39.980Z Compiling usdt v0.5.0
4812025-01-24T19:15:40.414Z Compiling cargo_toml v0.20.5
4822025-01-24T19:15:43.042Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4832025-01-24T19:15:46.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.20s
4842025-01-24T19:15:46.475Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4852025-01-24T19:15:47.012Z Downloading crates ...
4862025-01-24T19:15:47.139Z Downloaded ahash v0.8.11
4872025-01-24T19:15:47.155Z Downloaded atomicwrites v0.4.4
4882025-01-24T19:15:47.155Z Downloaded assert_matches v1.5.0
4892025-01-24T19:15:47.155Z Downloaded atty v0.2.14
4902025-01-24T19:15:47.174Z Downloaded ciborium-io v0.2.2
4912025-01-24T19:15:47.175Z Downloaded cfg_aliases v0.1.1
4922025-01-24T19:15:47.175Z Downloaded heck v0.3.3
4932025-01-24T19:15:47.175Z Downloaded heapless v0.8.0
4942025-01-24T19:15:47.175Z Downloaded http-body v1.0.1
4952025-01-24T19:15:47.175Z Downloaded crunchy v0.2.2
4962025-01-24T19:15:47.207Z Downloaded async-stream-impl v0.3.6
4972025-01-24T19:15:47.208Z Downloaded adler2 v2.0.0
4982025-01-24T19:15:47.208Z Downloaded crucible-workspace-hack v0.1.0
4992025-01-24T19:15:47.208Z Downloaded cstr-argument v0.1.2
5002025-01-24T19:15:47.208Z Downloaded http-range v0.1.5
5012025-01-24T19:15:47.208Z Downloaded hubpack_derive v0.1.1
5022025-01-24T19:15:47.208Z Downloaded cfg_aliases v0.2.1
5032025-01-24T19:15:47.208Z Downloaded match_cfg v0.1.0
5042025-01-24T19:15:47.219Z Downloaded base16ct v0.2.0
5052025-01-24T19:15:47.220Z Downloaded atomic-waker v1.1.2
5062025-01-24T19:15:47.220Z Downloaded async-recursion v1.1.1
5072025-01-24T19:15:47.220Z Downloaded is_ci v1.2.0
5082025-01-24T19:15:47.220Z Downloaded darling v0.20.10
5092025-01-24T19:15:47.220Z Downloaded ident_case v1.0.1
5102025-01-24T19:15:47.220Z Downloaded crc-catalog v2.4.0
5112025-01-24T19:15:47.220Z Downloaded constant_time_eq v0.3.1
5122025-01-24T19:15:47.220Z Downloaded convert_case v0.4.0
5132025-01-24T19:15:47.220Z Downloaded instant v0.1.13
5142025-01-24T19:15:47.220Z Downloaded cobs v0.2.3
5152025-01-24T19:15:47.220Z Downloaded md5 v0.7.0
5162025-01-24T19:15:47.220Z Downloaded bitfield-struct v0.6.2
5172025-01-24T19:15:47.220Z Downloaded ascii-canvas v3.0.0
5182025-01-24T19:15:47.221Z Downloaded cmake v0.1.51
5192025-01-24T19:15:47.221Z Downloaded ciborium-ll v0.2.2
5202025-01-24T19:15:47.221Z Downloaded mirai-annotations v1.12.0
5212025-01-24T19:15:47.273Z Downloaded bb8 v0.8.5
5222025-01-24T19:15:47.273Z Downloaded arrayref v0.3.9
5232025-01-24T19:15:47.273Z Downloaded icu_provider_macros v1.5.0
5242025-01-24T19:15:47.278Z Downloaded home v0.5.9
5252025-01-24T19:15:47.278Z Downloaded bitfield v0.14.0
5262025-01-24T19:15:47.278Z Downloaded bit-vec v0.6.3
5272025-01-24T19:15:47.279Z Downloaded async-stream v0.3.6
5282025-01-24T19:15:47.279Z Downloaded http-body-util v0.1.2
5292025-01-24T19:15:47.344Z Downloaded lru v0.12.5
5302025-01-24T19:15:47.344Z Downloaded lazy_static v1.5.0
5312025-01-24T19:15:47.344Z Downloaded chacha20 v0.9.1
5322025-01-24T19:15:47.345Z Downloaded cexpr v0.6.0
5332025-01-24T19:15:47.345Z Downloaded blowfish v0.9.1
5342025-01-24T19:15:47.345Z Downloaded colored v2.1.0
5352025-01-24T19:15:47.345Z Downloaded linked-hash-map v0.5.6
5362025-01-24T19:15:47.345Z Downloaded hubpack v0.1.2
5372025-01-24T19:15:47.346Z Downloaded lazycell v1.3.0
5382025-01-24T19:15:47.346Z Downloaded is-terminal v0.4.13
5392025-01-24T19:15:47.346Z Downloaded progenitor-client v0.9.1
5402025-01-24T19:15:47.346Z Downloaded humantime v2.1.0
5412025-01-24T19:15:47.347Z Downloaded chrono-tz-build v0.4.0
5422025-01-24T19:15:47.347Z Downloaded linear-map v1.2.0
5432025-01-24T19:15:47.347Z Downloaded castaway v0.2.3
5442025-01-24T19:15:47.347Z Downloaded block-padding v0.3.3
5452025-01-24T19:15:47.347Z Downloaded async-trait v0.1.83
5462025-01-24T19:15:47.347Z Downloaded maybe-uninit v2.0.0
5472025-01-24T19:15:47.347Z Downloaded indoc v1.0.9
5482025-01-24T19:15:47.347Z Downloaded base64ct v1.6.0
5492025-01-24T19:15:47.348Z Downloaded mime v0.3.17
5502025-01-24T19:15:47.348Z Downloaded managed v0.8.0
5512025-01-24T19:15:47.348Z Downloaded internet-checksum v0.2.1
5522025-01-24T19:15:47.348Z Downloaded hyper-tls v0.6.0
5532025-01-24T19:15:47.348Z Downloaded crc32fast v1.4.2
5542025-01-24T19:15:47.348Z Downloaded lalrpop-util v0.19.12
5552025-01-24T19:15:47.348Z Downloaded idna_adapter v1.2.0
5562025-01-24T19:15:47.348Z Downloaded instability v0.3.2
5572025-01-24T19:15:47.348Z Downloaded cancel-safe-futures v0.1.5
5582025-01-24T19:15:47.349Z Downloaded md-5 v0.10.6
5592025-01-24T19:15:47.349Z Downloaded keccak v0.1.5
5602025-01-24T19:15:47.349Z Downloaded impl-trait-for-tuples v0.2.2
5612025-01-24T19:15:47.349Z Downloaded cbc v0.1.2
5622025-01-24T19:15:47.349Z Downloaded backoff v0.4.0
5632025-01-24T19:15:47.349Z Downloaded buf-list v1.0.3
5642025-01-24T19:15:47.349Z Downloaded bzip2 v0.4.4
5652025-01-24T19:15:47.349Z Downloaded addr2line v0.24.2
5662025-01-24T19:15:47.349Z Downloaded bitflags v1.3.2
5672025-01-24T19:15:47.349Z Downloaded memoffset v0.9.1
5682025-01-24T19:15:47.350Z Downloaded cipher v0.4.4
5692025-01-24T19:15:47.350Z Downloaded maplit v1.0.2
5702025-01-24T19:15:47.350Z Downloaded lockfree-object-pool v0.1.6
5712025-01-24T19:15:47.350Z Downloaded litemap v0.7.3
5722025-01-24T19:15:47.350Z Downloaded sync_wrapper v1.0.1
5732025-01-24T19:15:47.350Z Downloaded sync-ptr v0.1.1
5742025-01-24T19:15:47.350Z Downloaded shell-words v1.1.0
5752025-01-24T19:15:47.350Z Downloaded async-bb8-diesel v0.2.1
5762025-01-24T19:15:47.350Z Downloaded crossbeam-deque v0.8.5
5772025-01-24T19:15:47.350Z Downloaded rand_xorshift v0.3.0
5782025-01-24T19:15:47.350Z Downloaded lru-cache v0.1.2
5792025-01-24T19:15:47.350Z Downloaded mime_guess v2.0.5
5802025-01-24T19:15:47.399Z Downloaded jobserver v0.1.32
5812025-01-24T19:15:47.399Z Downloaded hyper-staticfile v0.10.1
5822025-01-24T19:15:47.399Z Downloaded iana-time-zone v0.1.61
5832025-01-24T19:15:47.400Z Downloaded tower-service v0.3.3
5842025-01-24T19:15:47.400Z Downloaded hyper-rustls v0.27.3
5852025-01-24T19:15:47.400Z Downloaded kstat-rs v0.2.4
5862025-01-24T19:15:47.400Z Downloaded cookie v0.18.1
5872025-01-24T19:15:47.400Z Downloaded want v0.3.1
5882025-01-24T19:15:47.400Z Downloaded crossbeam-utils v0.8.20
5892025-01-24T19:15:47.400Z Downloaded clang-sys v1.8.1
5902025-01-24T19:15:47.400Z Downloaded zone_cfg_derive v0.3.0
5912025-01-24T19:15:47.401Z Downloaded zone_cfg_derive v0.1.2
5922025-01-24T19:15:47.401Z Downloaded yoke-derive v0.7.4
5932025-01-24T19:15:47.401Z Downloaded libloading v0.8.5
5942025-01-24T19:15:47.401Z Downloaded memmap2 v0.9.5
5952025-01-24T19:15:47.401Z Downloaded ipnet v2.10.1
5962025-01-24T19:15:47.401Z Downloaded csv-core v0.1.11
5972025-01-24T19:15:47.401Z Downloaded multer v3.1.0
5982025-01-24T19:15:47.440Z Downloaded httparse v1.9.5
5992025-01-24T19:15:47.440Z Downloaded headers-core v0.3.0
6002025-01-24T19:15:47.440Z Downloaded derive_builder_macro v0.20.2
6012025-01-24T19:15:47.440Z Downloaded signal-hook-registry v1.4.2
6022025-01-24T19:15:47.440Z Downloaded hmac v0.12.1
6032025-01-24T19:15:47.440Z Downloaded hickory-client v0.24.2
6042025-01-24T19:15:47.441Z Downloaded string_cache v0.8.7
6052025-01-24T19:15:47.441Z Downloaded tokio-macros v2.5.0
6062025-01-24T19:15:47.441Z Downloaded tinystr v0.7.6
6072025-01-24T19:15:47.441Z Downloaded icu_normalizer v1.5.0
6082025-01-24T19:15:47.441Z Downloaded pretty-hex v0.2.1
6092025-01-24T19:15:47.441Z Downloaded indexmap v1.9.3
6102025-01-24T19:15:47.441Z Downloaded unicase v2.7.0
6112025-01-24T19:15:47.441Z Downloaded crossbeam-epoch v0.9.18
6122025-01-24T19:15:47.441Z Downloaded icu_normalizer_data v1.5.0
6132025-01-24T19:15:47.442Z Downloaded ssh-cipher v0.2.0
6142025-01-24T19:15:47.442Z Downloaded smallvec v0.6.14
6152025-01-24T19:15:47.442Z Downloaded num_threads v0.1.7
6162025-01-24T19:15:47.442Z Downloaded chacha20poly1305 v0.10.1
6172025-01-24T19:15:47.442Z Downloaded base64 v0.13.1
6182025-01-24T19:15:47.442Z Downloaded stringprep v0.1.5
6192025-01-24T19:15:47.442Z Downloaded smf v0.2.3
6202025-01-24T19:15:47.442Z Downloaded russh-cryptovec v0.7.3
6212025-01-24T19:15:47.443Z Downloaded mockall_derive v0.13.0
6222025-01-24T19:15:47.443Z Downloaded powerfmt v0.2.0
6232025-01-24T19:15:47.465Z Downloaded allocator-api2 v0.2.18
6242025-01-24T19:15:47.465Z Downloaded flagset v0.4.6
6252025-01-24T19:15:47.465Z Downloaded fixedbitset v0.4.2
6262025-01-24T19:15:47.465Z Downloaded untrusted v0.9.0
6272025-01-24T19:15:47.465Z Downloaded untrusted v0.7.1
6282025-01-24T19:15:47.466Z Downloaded env_filter v0.1.2
6292025-01-24T19:15:47.466Z Downloaded miniz_oxide v0.8.0
6302025-01-24T19:15:47.466Z Downloaded sec1 v0.7.3
6312025-01-24T19:15:47.466Z Downloaded libsw v3.3.1
6322025-01-24T19:15:47.466Z Downloaded rpassword v7.3.1
6332025-01-24T19:15:47.466Z Downloaded filetime v0.2.25
6342025-01-24T19:15:47.466Z Downloaded litrs v0.4.1
6352025-01-24T19:15:47.466Z Downloaded icu_provider v1.5.0
6362025-01-24T19:15:47.466Z Downloaded smallvec v1.13.2
6372025-01-24T19:15:47.466Z Downloaded compact_str v0.8.0
6382025-01-24T19:15:47.466Z Downloaded icu_locid v1.5.0
6392025-01-24T19:15:47.466Z Downloaded try-lock v0.2.5
6402025-01-24T19:15:47.505Z Downloaded num_enum_derive v0.5.11
6412025-01-24T19:15:47.505Z Downloaded num_enum v0.5.11
6422025-01-24T19:15:47.505Z Downloaded predicates-tree v1.0.11
6432025-01-24T19:15:47.506Z Downloaded phf_codegen v0.11.2
6442025-01-24T19:15:47.506Z Downloaded embedded-io v0.6.1
6452025-01-24T19:15:47.506Z Downloaded ron v0.7.1
6462025-01-24T19:15:47.506Z Downloaded hyper-util v0.1.10
6472025-01-24T19:15:47.506Z Downloaded write16 v1.0.0
6482025-01-24T19:15:47.506Z Downloaded darling_macro v0.20.10
6492025-01-24T19:15:47.506Z Downloaded termios v0.3.3
6502025-01-24T19:15:47.507Z Downloaded nodrop v0.1.14
6512025-01-24T19:15:47.507Z Downloaded indicatif v0.17.9
6522025-01-24T19:15:47.507Z Downloaded derive_builder v0.20.2
6532025-01-24T19:15:47.535Z Downloaded zerofrom v0.1.4
6542025-01-24T19:15:47.535Z Downloaded rustls-pki-types v1.10.0
6552025-01-24T19:15:47.535Z Downloaded const_format v0.2.33
6562025-01-24T19:15:47.535Z Downloaded rustls-pemfile v1.0.4
6572025-01-24T19:15:47.535Z Downloaded newtype_derive v0.1.6
6582025-01-24T19:15:47.535Z Downloaded slog-scope v4.4.0
6592025-01-24T19:15:47.535Z Downloaded radium v0.7.0
6602025-01-24T19:15:47.535Z Downloaded num-conv v0.1.0
6612025-01-24T19:15:47.535Z Downloaded walkdir v2.5.0
6622025-01-24T19:15:47.535Z Downloaded tokio-tungstenite v0.23.1
6632025-01-24T19:15:47.535Z Downloaded icu_locid_transform_data v1.5.0
6642025-01-24T19:15:47.536Z Downloaded icu_properties v1.5.1
6652025-01-24T19:15:47.536Z Downloaded static_assertions v1.1.0
6662025-01-24T19:15:47.536Z Downloaded sha1 v0.10.6
6672025-01-24T19:15:47.585Z Downloaded opaque-debug v0.3.1
6682025-01-24T19:15:47.585Z Downloaded thiserror-impl-no-std v2.0.2
6692025-01-24T19:15:47.585Z Downloaded arc-swap v1.7.1
6702025-01-24T19:15:47.585Z Downloaded oso-derive v0.27.3
6712025-01-24T19:15:47.585Z Downloaded strip-ansi-escapes v0.2.0
6722025-01-24T19:15:47.585Z Downloaded thiserror-impl v2.0.11
6732025-01-24T19:15:47.585Z Downloaded bytes v1.9.0
6742025-01-24T19:15:47.585Z Downloaded bumpalo v3.16.0
6752025-01-24T19:15:47.586Z Downloaded progenitor v0.9.1
6762025-01-24T19:15:47.586Z Downloaded debug-ignore v1.0.5
6772025-01-24T19:15:47.654Z Downloaded defmt-macros v0.3.9
6782025-01-24T19:15:47.654Z Downloaded sigpipe v0.1.3
6792025-01-24T19:15:47.654Z Downloaded rustfmt-wrapper v0.2.1
6802025-01-24T19:15:47.654Z Downloaded progenitor-client v0.8.0
6812025-01-24T19:15:47.655Z Downloaded group v0.13.0
6822025-01-24T19:15:47.655Z Downloaded fallible-iterator v0.2.0
6832025-01-24T19:15:47.655Z Downloaded strum v0.26.3
6842025-01-24T19:15:47.655Z Downloaded pem-rfc7468 v0.7.0
6852025-01-24T19:15:47.655Z Downloaded defmt-parser v0.3.4
6862025-01-24T19:15:47.655Z Downloaded zerofrom-derive v0.1.4
6872025-01-24T19:15:47.655Z Downloaded universal-hash v0.5.1
6882025-01-24T19:15:47.655Z Downloaded password-hash v0.5.0
6892025-01-24T19:15:47.655Z Downloaded num-derive v0.4.2
6902025-01-24T19:15:47.655Z Downloaded quinn-udp v0.5.5
6912025-01-24T19:15:47.655Z Downloaded ff v0.13.0
6922025-01-24T19:15:47.655Z Downloaded fd-lock v4.0.2
6932025-01-24T19:15:47.655Z Downloaded tinyvec_macros v0.1.1
6942025-01-24T19:15:47.655Z Downloaded tokio-rustls v0.24.1
6952025-01-24T19:15:47.655Z Downloaded fallible-streaming-iterator v0.1.9
6962025-01-24T19:15:47.655Z Downloaded fallible-iterator v0.3.0
6972025-01-24T19:15:47.655Z Downloaded progenitor v0.8.0
6982025-01-24T19:15:47.655Z Downloaded proc-macro-crate v1.3.1
6992025-01-24T19:15:47.655Z Downloaded packed_struct v0.10.1
7002025-01-24T19:15:47.655Z Downloaded unicode-bidi v0.3.17
7012025-01-24T19:15:47.655Z Downloaded foreign-types-shared v0.3.1
7022025-01-24T19:15:47.655Z Downloaded diesel_table_macro_syntax v0.2.0
7032025-01-24T19:15:47.656Z Downloaded nibble_vec v0.1.0
7042025-01-24T19:15:47.656Z Downloaded zopfli v0.8.1
7052025-01-24T19:15:47.656Z Downloaded derive_builder_core v0.20.2
7062025-01-24T19:15:47.656Z Downloaded signature v2.2.0
7072025-01-24T19:15:47.656Z Downloaded pin-utils v0.1.0
7082025-01-24T19:15:47.656Z Downloaded pem v3.0.4
7092025-01-24T19:15:47.656Z Downloaded packed_struct_codegen v0.10.1
7102025-01-24T19:15:47.656Z Downloaded futures v0.3.31
7112025-01-24T19:15:47.656Z Downloaded env_logger v0.11.5
7122025-01-24T19:15:47.686Z Downloaded strum_macros v0.24.3
7132025-01-24T19:15:47.686Z Downloaded precomputed-hash v0.1.1
7142025-01-24T19:15:47.686Z Downloaded number_prefix v0.4.0
7152025-01-24T19:15:47.686Z Downloaded slog-envlogger v2.2.0
7162025-01-24T19:15:47.686Z Downloaded postgres-types v0.2.8
7172025-01-24T19:15:47.687Z Downloaded tokio-native-tls v0.3.1
7182025-01-24T19:15:47.687Z Downloaded schemars_derive v0.8.21
7192025-01-24T19:15:47.687Z Downloaded same-file v1.0.6
7202025-01-24T19:15:47.687Z Downloaded tokio-rustls v0.25.0
7212025-01-24T19:15:47.687Z Downloaded tinyvec v1.8.0
7222025-01-24T19:15:47.687Z Downloaded normalize-line-endings v0.3.0
7232025-01-24T19:15:47.687Z Downloaded embedded-io v0.4.0
7242025-01-24T19:15:47.687Z Downloaded ecdsa v0.16.9
7252025-01-24T19:15:47.687Z Downloaded path-slash v0.1.5
7262025-01-24T19:15:47.687Z Downloaded typify-macro v0.3.0
7272025-01-24T19:15:47.687Z Downloaded typify-macro v0.2.0
7282025-01-24T19:15:47.687Z Downloaded pkcs5 v0.7.1
7292025-01-24T19:15:47.687Z Downloaded display-error-chain v0.2.2
7302025-01-24T19:15:47.687Z Downloaded unsafe-libyaml v0.2.11
7312025-01-24T19:15:47.687Z Downloaded either v1.13.0
7322025-01-24T19:15:47.754Z Downloaded mio v1.0.2
7332025-01-24T19:15:47.754Z Downloaded take_mut v0.2.2
7342025-01-24T19:15:47.755Z Downloaded termtree v0.4.1
7352025-01-24T19:15:47.755Z Downloaded minimal-lexical v0.2.1
7362025-01-24T19:15:47.755Z Downloaded zerovec-derive v0.10.3
7372025-01-24T19:15:47.755Z Downloaded pkcs1 v0.7.5
7382025-01-24T19:15:47.755Z Downloaded fxhash v0.2.1
7392025-01-24T19:15:47.755Z Downloaded tap v1.0.1
7402025-01-24T19:15:47.755Z Downloaded num-iter v0.1.45
7412025-01-24T19:15:47.755Z Downloaded aes v0.8.4
7422025-01-24T19:15:47.757Z Downloaded ppv-lite86 v0.2.20
7432025-01-24T19:15:47.757Z Downloaded downcast v0.11.0
7442025-01-24T19:15:47.757Z Downloaded serde_yaml v0.9.34+deprecated
7452025-01-24T19:15:47.757Z Downloaded tungstenite v0.21.0
7462025-01-24T19:15:47.757Z Downloaded heapless v0.7.17
7472025-01-24T19:15:47.757Z Downloaded dirs-sys-next v0.1.2
7482025-01-24T19:15:47.758Z Downloaded quick-error v1.2.3
7492025-01-24T19:15:47.758Z Downloaded value-bag v1.9.0
7502025-01-24T19:15:47.758Z Downloaded futures-task v0.3.31
7512025-01-24T19:15:47.758Z Downloaded slog-async v2.8.0
7522025-01-24T19:15:47.790Z Downloaded slab v0.4.9
7532025-01-24T19:15:47.790Z Downloaded rustc_version v0.1.7
7542025-01-24T19:15:47.790Z Downloaded rustc-hash v1.1.0
7552025-01-24T19:15:47.790Z Downloaded scheduled-thread-pool v0.2.7
7562025-01-24T19:15:47.790Z Downloaded p256 v0.13.2
7572025-01-24T19:15:47.790Z Downloaded rustc-hash v2.0.0
7582025-01-24T19:15:47.790Z Downloaded aes-gcm v0.10.3
7592025-01-24T19:15:47.790Z Downloaded sqlparser_derive v0.2.2
7602025-01-24T19:15:47.790Z Downloaded publicsuffix v2.3.0
7612025-01-24T19:15:47.790Z Downloaded termtree v0.5.1
7622025-01-24T19:15:47.790Z Downloaded tokio-rustls v0.26.0
7632025-01-24T19:15:47.791Z Downloaded peg v0.8.4
7642025-01-24T19:15:47.791Z Downloaded slog-bunyan v2.5.0
7652025-01-24T19:15:47.791Z Downloaded wyz v0.5.1
7662025-01-24T19:15:47.791Z Downloaded pbkdf2 v0.12.2
7672025-01-24T19:15:47.791Z Downloaded ghash v0.5.1
7682025-01-24T19:15:47.791Z Downloaded foreign-types-macros v0.2.3
7692025-01-24T19:15:47.791Z Downloaded foreign-types v0.5.0
7702025-01-24T19:15:47.791Z Downloaded num-rational v0.4.2
7712025-01-24T19:15:47.791Z Downloaded pbkdf2 v0.11.0
7722025-01-24T19:15:47.791Z Downloaded tokio-postgres v0.7.12
7732025-01-24T19:15:47.832Z Downloaded peg-runtime v0.8.3
7742025-01-24T19:15:47.832Z Downloaded num-integer v0.1.46
7752025-01-24T19:15:47.832Z Downloaded foreign-types-shared v0.1.1
7762025-01-24T19:15:47.832Z Downloaded foreign-types v0.3.2
7772025-01-24T19:15:47.832Z Downloaded progenitor-macro v0.8.0
7782025-01-24T19:15:47.832Z Downloaded polyval v0.6.2
7792025-01-24T19:15:47.832Z Downloaded utf8_iter v1.0.4
7802025-01-24T19:15:47.832Z Downloaded displaydoc v0.2.5
7812025-01-24T19:15:47.832Z Downloaded zeroize v1.8.1
7822025-01-24T19:15:47.832Z Downloaded derive_more v0.99.18
7832025-01-24T19:15:47.832Z Downloaded document-features v0.2.10
7842025-01-24T19:15:47.832Z Downloaded parse-display-derive v0.10.0
7852025-01-24T19:15:47.833Z Downloaded rustc-demangle v0.1.24
7862025-01-24T19:15:47.833Z Downloaded resolv-conf v0.7.0
7872025-01-24T19:15:47.833Z Downloaded toolchain_find v0.4.0
7882025-01-24T19:15:47.833Z Downloaded flate2 v1.0.35
7892025-01-24T19:15:47.833Z Downloaded ssh-encoding v0.2.0
7902025-01-24T19:15:47.833Z Downloaded rtoolbox v0.0.2
7912025-01-24T19:15:47.833Z Downloaded rfc6979 v0.4.0
7922025-01-24T19:15:47.833Z Downloaded tiny-keccak v2.0.2
7932025-01-24T19:15:47.833Z Downloaded peg-macros v0.8.4
7942025-01-24T19:15:47.833Z Downloaded predicates-core v1.0.8
7952025-01-24T19:15:47.833Z Downloaded crossterm v0.28.1
7962025-01-24T19:15:47.851Z Downloaded ed25519 v2.2.3
7972025-01-24T19:15:47.851Z Downloaded twox-hash v1.6.3
7982025-01-24T19:15:47.852Z Downloaded term v0.7.0
7992025-01-24T19:15:47.852Z Downloaded getrandom v0.2.15
8002025-01-24T19:15:47.852Z Downloaded unarray v0.1.4
8012025-01-24T19:15:47.852Z Downloaded difflib v0.4.0
8022025-01-24T19:15:47.852Z Downloaded zone v0.3.0
8032025-01-24T19:15:47.852Z Downloaded phf_shared v0.10.0
8042025-01-24T19:15:47.895Z Downloaded newtype-uuid v1.2.1
8052025-01-24T19:15:47.895Z Downloaded parking_lot_core v0.9.10
8062025-01-24T19:15:47.896Z Downloaded parking_lot_core v0.8.6
8072025-01-24T19:15:47.896Z Downloaded dirs-next v2.0.0
8082025-01-24T19:15:47.896Z Downloaded itertools v0.10.5
8092025-01-24T19:15:47.896Z Downloaded fragile v2.0.0
8102025-01-24T19:15:47.896Z Downloaded strum_macros v0.25.3
8112025-01-24T19:15:47.896Z Downloaded signal-hook-tokio v0.3.1
8122025-01-24T19:15:47.896Z Downloaded futures-channel v0.3.31
8132025-01-24T19:15:47.896Z Downloaded parse-display v0.10.0
8142025-01-24T19:15:47.897Z Downloaded rcgen v0.12.1
8152025-01-24T19:15:47.897Z Downloaded num-complex v0.4.6
8162025-01-24T19:15:47.921Z Downloaded vte_generate_state_changes v0.1.2
8172025-01-24T19:15:47.921Z Downloaded idna v1.0.3
8182025-01-24T19:15:47.921Z Downloaded topological-sort v0.2.2
8192025-01-24T19:15:47.921Z Downloaded ref-cast-impl v1.0.23
8202025-01-24T19:15:47.921Z Downloaded ref-cast v1.0.23
8212025-01-24T19:15:47.921Z Downloaded openssl-macros v0.1.1
8222025-01-24T19:15:47.921Z Downloaded writeable v0.5.5
8232025-01-24T19:15:47.921Z Downloaded vsss-rs v3.3.4
8242025-01-24T19:15:47.922Z Downloaded ena v0.14.3
8252025-01-24T19:15:47.922Z Downloaded futures-core v0.3.31
8262025-01-24T19:15:47.922Z Downloaded funty v2.0.0
8272025-01-24T19:15:47.922Z Downloaded dyn-clone v1.0.17
8282025-01-24T19:15:47.922Z Downloaded snafu v0.8.5
8292025-01-24T19:15:47.922Z Downloaded new_debug_unreachable v1.0.6
8302025-01-24T19:15:47.922Z Downloaded postgres-protocol v0.6.7
8312025-01-24T19:15:47.922Z Downloaded tracing-attributes v0.1.27
8322025-01-24T19:15:47.943Z Downloaded rustversion v1.0.17
8332025-01-24T19:15:47.944Z Downloaded serde-big-array v0.5.1
8342025-01-24T19:15:47.944Z Downloaded zip v0.6.6
8352025-01-24T19:15:47.944Z Downloaded futures-io v0.3.31
8362025-01-24T19:15:47.944Z Downloaded futures-executor v0.3.31
8372025-01-24T19:15:47.944Z Downloaded itertools v0.12.1
8382025-01-24T19:15:47.945Z Downloaded supports-color v3.0.1
8392025-01-24T19:15:47.945Z Downloaded form_urlencoded v1.2.1
8402025-01-24T19:15:47.952Z Downloaded elliptic-curve v0.13.8
8412025-01-24T19:15:47.953Z Downloaded diesel-dtrace v0.4.2
8422025-01-24T19:15:47.953Z Downloaded deranged v0.3.11
8432025-01-24T19:15:47.953Z Downloaded tracing-core v0.1.32
8442025-01-24T19:15:47.953Z Downloaded rustyline v14.0.0
8452025-01-24T19:15:47.953Z Downloaded zone v0.1.8
8462025-01-24T19:15:47.953Z Downloaded scrypt v0.11.0
8472025-01-24T19:15:47.953Z Downloaded primeorder v0.13.6
8482025-01-24T19:15:47.966Z Downloaded which v4.4.2
8492025-01-24T19:15:47.966Z Downloaded salsa20 v0.10.2
8502025-01-24T19:15:47.966Z Downloaded rusty-fork v0.3.0
8512025-01-24T19:15:47.966Z Downloaded vergen v8.3.2
8522025-01-24T19:15:47.979Z Downloaded wait-timeout v0.2.0
8532025-01-24T19:15:47.979Z Downloaded strum_macros v0.26.4
8542025-01-24T19:15:47.979Z Downloaded russh-keys v0.45.0
8552025-01-24T19:15:47.979Z Downloaded phf_shared v0.11.2
8562025-01-24T19:15:47.979Z Downloaded socket2 v0.5.7
8572025-01-24T19:15:47.979Z Downloaded zeroize_derive v1.4.2
8582025-01-24T19:15:47.979Z Downloaded spin v0.9.8
8592025-01-24T19:15:48.005Z Downloaded tough v0.19.0
8602025-01-24T19:15:48.006Z Downloaded endian-type v0.1.2
8612025-01-24T19:15:48.006Z Downloaded parse-size v1.1.0
8622025-01-24T19:15:48.006Z Downloaded openssl-probe v0.1.5
8632025-01-24T19:15:48.006Z Downloaded multimap v0.10.0
8642025-01-24T19:15:48.006Z Downloaded thread_local v1.1.8
8652025-01-24T19:15:48.006Z Downloaded aws-lc-rs v1.10.0
8662025-01-24T19:15:48.046Z Downloaded xattr v1.3.1
8672025-01-24T19:15:48.046Z Downloaded waitgroup v0.1.2
8682025-01-24T19:15:48.046Z Downloaded secrecy v0.8.0
8692025-01-24T19:15:48.046Z Downloaded hashlink v0.9.1
8702025-01-24T19:15:48.046Z Downloaded test-strategy v0.3.1
8712025-01-24T19:15:48.046Z Downloaded hashbrown v0.13.2
8722025-01-24T19:15:48.046Z Downloaded thiserror-no-std v2.0.2
8732025-01-24T19:15:48.115Z Downloaded sct v0.7.1
8742025-01-24T19:15:48.115Z Downloaded futures-sink v0.3.31
8752025-01-24T19:15:48.116Z Downloaded nom v7.1.3
8762025-01-24T19:15:48.116Z Downloaded time-core v0.1.2
8772025-01-24T19:15:48.116Z Downloaded rand_core v0.6.4
8782025-01-24T19:15:48.116Z Downloaded rand_chacha v0.3.1
8792025-01-24T19:15:48.116Z Downloaded scopeguard v1.2.0
8802025-01-24T19:15:48.117Z Downloaded unicode-truncate v1.1.0
8812025-01-24T19:15:48.117Z Downloaded nu-ansi-term v0.50.1
8822025-01-24T19:15:48.117Z Downloaded progenitor-impl v0.9.1
8832025-01-24T19:15:48.117Z Downloaded tabwriter v1.4.0
8842025-01-24T19:15:48.117Z Downloaded xz2 v0.1.7
8852025-01-24T19:15:48.117Z Downloaded serde_path_to_error v0.1.16
8862025-01-24T19:15:48.117Z Downloaded toml v0.7.8
8872025-01-24T19:15:48.117Z Downloaded float-ord v0.3.2
8882025-01-24T19:15:48.117Z Downloaded float-cmp v0.9.0
8892025-01-24T19:15:48.118Z Downloaded enum-as-inner v0.6.1
8902025-01-24T19:15:48.118Z Downloaded hyper v1.5.2
8912025-01-24T19:15:48.118Z Downloaded subprocess v0.2.9
8922025-01-24T19:15:48.118Z Downloaded simd-adler32 v0.3.7
8932025-01-24T19:15:48.118Z Downloaded futures-macro v0.3.31
8942025-01-24T19:15:48.173Z Downloaded semver v0.1.20
8952025-01-24T19:15:48.173Z Downloaded serde_plain v1.0.2
8962025-01-24T19:15:48.173Z Downloaded des v0.8.1
8972025-01-24T19:15:48.173Z Downloaded serde_with v3.11.0
8982025-01-24T19:15:48.173Z Downloaded num v0.4.3
8992025-01-24T19:15:48.174Z Downloaded structmeta-derive v0.3.0
9002025-01-24T19:15:48.174Z Downloaded tokio-tungstenite v0.24.0
9012025-01-24T19:15:48.174Z Downloaded der_derive v0.7.3
9022025-01-24T19:15:48.174Z Downloaded structmeta-derive v0.2.0
9032025-01-24T19:15:48.174Z Downloaded omicron-zone-package v0.12.0
9042025-01-24T19:15:48.174Z Downloaded zerocopy-derive v0.8.10
9052025-01-24T19:15:48.174Z Downloaded hash32 v0.3.1
9062025-01-24T19:15:48.174Z Downloaded foldhash v0.1.3
9072025-01-24T19:15:48.174Z Downloaded pkg-config v0.3.31
9082025-01-24T19:15:48.174Z Downloaded proptest v1.5.0
9092025-01-24T19:15:48.175Z Downloaded serde_urlencoded v0.7.1
9102025-01-24T19:15:48.175Z Downloaded dsl_auto_type v0.1.2
9112025-01-24T19:15:48.175Z Downloaded rayon-core v1.12.1
9122025-01-24T19:15:48.175Z Downloaded rsa v0.9.6
9132025-01-24T19:15:48.175Z Downloaded predicates v3.1.2
9142025-01-24T19:15:48.175Z Downloaded postcard v1.0.10
9152025-01-24T19:15:48.175Z Downloaded poly1305 v0.8.0
9162025-01-24T19:15:48.216Z Downloaded half v2.4.1
9172025-01-24T19:15:48.216Z Downloaded native-tls v0.2.12
9182025-01-24T19:15:48.216Z Downloaded structmeta v0.3.0
9192025-01-24T19:15:48.217Z Downloaded olpc-cjson v0.1.4
9202025-01-24T19:15:48.217Z Downloaded oso v0.27.3
9212025-01-24T19:15:48.217Z Downloaded typify v0.2.0
9222025-01-24T19:15:48.217Z Downloaded bindgen v0.69.5
9232025-01-24T19:15:48.218Z Downloaded pin-project-lite v0.2.14
9242025-01-24T19:15:48.218Z Downloaded reqwest v0.12.9
9252025-01-24T19:15:48.218Z Downloaded diesel_derives v2.2.3
9262025-01-24T19:15:48.218Z Downloaded yasna v0.5.2
9272025-01-24T19:15:48.218Z Downloaded samael v0.0.17
9282025-01-24T19:15:48.252Z Downloaded typify v0.3.0
9292025-01-24T19:15:48.252Z Downloaded x509-cert v0.2.5
9302025-01-24T19:15:48.253Z Downloaded dropshot_endpoint v0.15.1
9312025-01-24T19:15:48.253Z Downloaded diff v0.1.13
9322025-01-24T19:15:48.253Z Downloaded winnow v0.5.40
9332025-01-24T19:15:48.253Z Downloaded similar v2.6.0
9342025-01-24T19:15:48.253Z Downloaded vte v0.11.1
9352025-01-24T19:15:48.253Z Downloaded reedline v0.35.0
9362025-01-24T19:15:48.293Z Downloaded parse-zoneinfo v0.3.1
9372025-01-24T19:15:48.293Z Downloaded toml_edit v0.19.15
9382025-01-24T19:15:48.293Z Downloaded parking_lot v0.12.3
9392025-01-24T19:15:48.293Z Downloaded tracing v0.1.40
9402025-01-24T19:15:48.293Z Downloaded h2 v0.4.6
9412025-01-24T19:15:48.400Z Downloaded futures-util v0.3.31
9422025-01-24T19:15:48.400Z Downloaded unicode-properties v0.1.3
9432025-01-24T19:15:48.400Z Downloaded rusqlite v0.32.1
9442025-01-24T19:15:48.400Z Downloaded git2 v0.19.0
9452025-01-24T19:15:48.400Z Downloaded der v0.7.9
9462025-01-24T19:15:48.400Z Downloaded num-bigint-dig v0.8.4
9472025-01-24T19:15:48.400Z Downloaded bitvec v1.0.1
9482025-01-24T19:15:48.458Z Downloaded typed-path v0.9.3
9492025-01-24T19:15:48.458Z Downloaded flume v0.11.1
9502025-01-24T19:15:48.458Z Downloaded zip v2.1.3
9512025-01-24T19:15:48.459Z Downloaded ssh-key v0.6.6
9522025-01-24T19:15:48.460Z Downloaded num-bigint v0.4.6
9532025-01-24T19:15:48.460Z Downloaded hashbrown v0.14.5
9542025-01-24T19:15:48.460Z Downloaded icu_properties_data v1.5.0
9552025-01-24T19:15:48.460Z Downloaded hashbrown v0.12.3
9562025-01-24T19:15:48.460Z Downloaded lalrpop v0.19.12
9572025-01-24T19:15:48.460Z Downloaded curve25519-dalek v4.1.3
9582025-01-24T19:15:48.460Z Downloaded pin-project-internal v1.1.6
9592025-01-24T19:15:48.460Z Downloaded sqlformat v0.2.6
9602025-01-24T19:15:48.461Z Downloaded zerocopy v0.8.10
9612025-01-24T19:15:48.486Z Downloaded sqlparser v0.45.0
9622025-01-24T19:15:48.490Z Downloaded rayon v1.10.0
9632025-01-24T19:15:48.490Z Downloaded time v0.3.36
9642025-01-24T19:15:48.490Z Downloaded unicode-normalization v0.1.24
9652025-01-24T19:15:48.490Z Downloaded smoltcp v0.9.1
9662025-01-24T19:15:48.630Z Downloaded unicode-segmentation v1.12.0
9672025-01-24T19:15:48.630Z Downloaded gimli v0.31.1
9682025-01-24T19:15:48.630Z Downloaded radix_trie v0.2.1
9692025-01-24T19:15:48.630Z Downloaded rustls v0.22.4
9702025-01-24T19:15:48.630Z Downloaded quinn-proto v0.11.8
9712025-01-24T19:15:48.630Z Downloaded object v0.30.4
9722025-01-24T19:15:48.674Z Downloaded salty v0.3.0
9732025-01-24T19:15:48.674Z Downloaded rustls v0.23.19
9742025-01-24T19:15:48.674Z Downloaded unicode-width v0.2.0
9752025-01-24T19:15:48.674Z Downloaded portable-atomic v1.9.0
9762025-01-24T19:15:48.674Z Downloaded dropshot v0.12.0
9772025-01-24T19:15:48.674Z Downloaded regress v0.9.1
9782025-01-24T19:15:48.674Z Downloaded openssl v0.10.66
9792025-01-24T19:15:48.674Z Downloaded petname v2.0.2
9802025-01-24T19:15:48.674Z Downloaded regex v1.11.1
9812025-01-24T19:15:48.674Z Downloaded nix v0.29.0
9822025-01-24T19:15:48.674Z Downloaded regex-syntax v0.8.5
9832025-01-24T19:15:48.674Z Downloaded polar-core v0.27.3
9842025-01-24T19:15:48.693Z Downloaded dropshot v0.15.1
9852025-01-24T19:15:48.693Z Downloaded nix v0.27.1
9862025-01-24T19:15:48.716Z Downloaded regress v0.10.1
9872025-01-24T19:15:48.716Z Downloaded object v0.36.5
9882025-01-24T19:15:48.730Z Downloaded openapiv3 v2.0.0
9892025-01-24T19:15:48.731Z Downloaded nix v0.28.0
9902025-01-24T19:15:48.742Z Downloaded diesel v2.2.6
9912025-01-24T19:15:48.764Z Downloaded sled v0.34.7
9922025-01-24T19:15:48.772Z Downloaded typify-impl v0.2.0
9932025-01-24T19:15:48.787Z Downloaded hickory-proto v0.24.2
9942025-01-24T19:15:48.819Z Downloaded smoltcp v0.11.0
9952025-01-24T19:15:48.828Z Downloaded zerocopy-derive v0.6.6
9962025-01-24T19:15:48.848Z Downloaded bzip2-sys v0.1.11+1.0.8
9972025-01-24T19:15:48.865Z Downloaded chrono-tz v0.10.1
9982025-01-24T19:15:48.876Z Downloaded regex-syntax v0.6.29
9992025-01-24T19:15:48.877Z Downloaded bstr v1.10.0
10002025-01-24T19:15:48.885Z Downloaded typify-impl v0.3.0
10012025-01-24T19:15:48.905Z Downloaded regex-automata v0.4.8
10022025-01-24T19:15:48.919Z Downloaded vcpkg v0.2.15
10032025-01-24T19:15:48.963Z Downloaded ratatui v0.28.1
10042025-01-24T19:15:48.974Z Downloaded rustls-webpki v0.102.8
10052025-01-24T19:15:48.988Z Downloaded p384 v0.13.0
10062025-01-24T19:15:48.998Z Downloaded rustls v0.21.12
10072025-01-24T19:15:49.014Z Downloaded webpki-roots v0.26.6
10082025-01-24T19:15:49.024Z Downloaded tokio-util v0.7.12
10092025-01-24T19:15:49.024Z Downloaded rustls-webpki v0.101.7
10102025-01-24T19:15:49.035Z Downloaded sha3 v0.10.8
10112025-01-24T19:15:49.043Z Downloaded csv v1.3.0
10122025-01-24T19:15:49.059Z Downloaded tokio v1.43.0
10132025-01-24T19:15:49.088Z Downloaded lzma-sys v0.1.20
10142025-01-24T19:15:49.134Z Downloaded quick-xml v0.33.0
10152025-01-24T19:15:49.140Z Downloaded openssl-sys v0.9.103
10162025-01-24T19:15:49.140Z Downloaded hkdf v0.12.4
10172025-01-24T19:15:49.140Z Downloaded petgraph v0.6.5
10182025-01-24T19:15:49.145Z Downloaded darling_core v0.20.10
10192025-01-24T19:15:49.172Z Downloaded libz-sys v1.1.20
10202025-01-24T19:15:49.184Z Downloaded fs_extra v1.3.0
10212025-01-24T19:15:49.185Z Downloaded prettyplease v0.2.25
10222025-01-24T19:15:49.185Z Downloaded parking_lot v0.11.2
10232025-01-24T19:15:49.185Z Downloaded progenitor-impl v0.8.0
10242025-01-24T19:15:49.205Z Downloaded chrono v0.4.39
10252025-01-24T19:15:49.206Z Downloaded hash32 v0.2.1
10262025-01-24T19:15:49.206Z Downloaded stable_deref_trait v1.2.0
10272025-01-24T19:15:49.206Z Downloaded spki v0.7.3
10282025-01-24T19:15:49.206Z Downloaded siphasher v0.3.11
10292025-01-24T19:15:49.206Z Downloaded serde_repr v0.1.19
10302025-01-24T19:15:49.206Z Downloaded slog-dtrace v0.3.0
10312025-01-24T19:15:49.234Z Downloaded tokio-tungstenite v0.21.0
10322025-01-24T19:15:49.234Z Downloaded quinn v0.11.5
10332025-01-24T19:15:49.234Z Downloaded pin-project v1.1.6
10342025-01-24T19:15:49.235Z Downloaded qorb v0.2.1
10352025-01-24T19:15:49.235Z Downloaded p521 v0.13.3
10362025-01-24T19:15:49.257Z Downloaded russh v0.45.0
10372025-01-24T19:15:49.257Z Downloaded itertools v0.13.0
10382025-01-24T19:15:49.257Z Downloaded snafu-derive v0.8.5
10392025-01-24T19:15:49.257Z Downloaded rand v0.8.5
10402025-01-24T19:15:49.257Z Downloaded blake3 v1.5.4
10412025-01-24T19:15:49.257Z Downloaded subtle v2.6.1
10422025-01-24T19:15:49.257Z Downloaded uuid v1.12.0
10432025-01-24T19:15:49.293Z Downloaded ed25519-dalek v2.1.1
10442025-01-24T19:15:49.294Z Downloaded zerovec v0.10.4
10452025-01-24T19:15:49.294Z Downloaded slog v2.7.0
10462025-01-24T19:15:49.294Z Downloaded unicode_categories v0.1.1
10472025-01-24T19:15:49.294Z Downloaded phf v0.11.2
10482025-01-24T19:15:49.294Z Downloaded paste v1.0.15
10492025-01-24T19:15:49.294Z Downloaded dunce v1.0.5
10502025-01-24T19:15:49.294Z Downloaded tokio-stream v0.1.16
10512025-01-24T19:15:49.294Z Downloaded time-macros v0.2.18
10522025-01-24T19:15:49.294Z Downloaded thiserror v2.0.11
10532025-01-24T19:15:49.294Z Downloaded expectorate v1.1.0
10542025-01-24T19:15:49.295Z Downloaded yoke v0.7.4
10552025-01-24T19:15:49.306Z Downloaded tar v0.4.42
10562025-01-24T19:15:49.306Z Downloaded progenitor-macro v0.9.1
10572025-01-24T19:15:49.306Z Downloaded encoding_rs v0.8.34
10582025-01-24T19:15:49.306Z Downloaded globset v0.4.15
10592025-01-24T19:15:49.341Z Downloaded tungstenite v0.23.0
10602025-01-24T19:15:49.341Z Downloaded gethostname v0.5.0
10612025-01-24T19:15:49.341Z Downloaded newline-converter v0.3.0
10622025-01-24T19:15:49.341Z Downloaded unicode-xid v0.2.6
10632025-01-24T19:15:49.341Z Downloaded libxml v0.3.3
10642025-01-24T19:15:49.341Z Downloaded libm v0.2.8
10652025-01-24T19:15:49.341Z Downloaded fatfs v0.3.6
10662025-01-24T19:15:49.341Z Downloaded steno v0.4.1
10672025-01-24T19:15:49.347Z Downloaded http v1.2.0
10682025-01-24T19:15:49.347Z Downloaded utf16_iter v1.0.5
10692025-01-24T19:15:49.347Z Downloaded utf-8 v0.7.6
10702025-01-24T19:15:49.347Z Downloaded percent-encoding v2.3.1
10712025-01-24T19:15:49.347Z Downloaded url v2.5.3
10722025-01-24T19:15:49.348Z Downloaded tungstenite v0.24.0
10732025-01-24T19:15:49.354Z Downloaded uzers v0.12.1
10742025-01-24T19:15:49.354Z Downloaded num-traits v0.2.19
10752025-01-24T19:15:49.354Z Downloaded tls_codec_derive v0.4.1
10762025-01-24T19:15:49.354Z Downloaded tls_codec v0.4.1
10772025-01-24T19:15:49.358Z Downloaded headers v0.4.0
10782025-01-24T19:15:49.362Z Downloaded serde_derive_internals v0.29.1
10792025-01-24T19:15:49.362Z Downloaded hickory-resolver v0.24.2
10802025-01-24T19:15:49.367Z Downloaded dropshot_endpoint v0.12.0
10812025-01-24T19:15:49.385Z Downloaded schemars v0.8.21
10822025-01-24T19:15:49.407Z Downloaded aho-corasick v1.1.3
10832025-01-24T19:15:49.407Z Downloaded rustc_version v0.4.1
10842025-01-24T19:15:49.407Z Downloaded slog-term v2.9.1
10852025-01-24T19:15:49.407Z Downloaded nanorand v0.7.0
10862025-01-24T19:15:49.419Z Downloaded crypto-bigint v0.5.5
10872025-01-24T19:15:49.419Z Downloaded crossbeam-channel v0.5.13
10882025-01-24T19:15:49.419Z Downloaded tui-tree-widget v0.22.0
10892025-01-24T19:15:49.419Z Downloaded pkcs8 v0.10.2
10902025-01-24T19:15:49.419Z Downloaded signal-hook v0.3.17
10912025-01-24T19:15:49.420Z Downloaded password-hash v0.4.2
10922025-01-24T19:15:49.420Z Downloaded slog-json v2.6.1
10932025-01-24T19:15:49.420Z Downloaded serde_with_macros v3.11.0
10942025-01-24T19:15:49.420Z Downloaded rustls-pemfile v2.2.0
10952025-01-24T19:15:49.442Z Downloaded glob v0.3.1
10962025-01-24T19:15:49.442Z Downloaded defmt v0.3.8
10972025-01-24T19:15:49.442Z Downloaded data-encoding v2.6.0
10982025-01-24T19:15:49.442Z Downloaded libgit2-sys v0.17.0+1.8.1
10992025-01-24T19:15:49.482Z Downloaded derive-where v1.2.7
11002025-01-24T19:15:49.487Z Downloaded icu_collections v1.5.0
11012025-01-24T19:15:49.501Z Downloaded hickory-server v0.24.2
11022025-01-24T19:15:49.508Z Downloaded zerocopy v0.6.6
11032025-01-24T19:15:49.508Z Downloaded whoami v1.5.2
11042025-01-24T19:15:49.508Z Downloaded env_logger v0.10.2
11052025-01-24T19:15:49.508Z Downloaded termcolor v1.4.1
11062025-01-24T19:15:49.508Z Downloaded synstructure v0.13.1
11072025-01-24T19:15:49.508Z Downloaded structmeta v0.2.0
11082025-01-24T19:15:49.508Z Downloaded slog-stdlog v4.1.1
11092025-01-24T19:15:49.511Z Downloaded phf_generator v0.11.2
11102025-01-24T19:15:49.511Z Downloaded owo-colors v4.1.0
11112025-01-24T19:15:49.511Z Downloaded ron v0.8.1
11122025-01-24T19:15:49.514Z Downloaded cc v1.1.30
11132025-01-24T19:15:49.518Z Downloaded base64 v0.22.1
11142025-01-24T19:15:49.525Z Downloaded base64 v0.21.7
11152025-01-24T19:15:49.531Z Downloaded backtrace v0.3.74
11162025-01-24T19:15:49.532Z Downloaded crc-any v2.5.0
11172025-01-24T19:15:49.536Z Downloaded shlex v1.3.0
11182025-01-24T19:15:49.536Z Downloaded mockall v0.13.0
11192025-01-24T19:15:49.540Z Downloaded icu_locid_transform v1.5.0
11202025-01-24T19:15:49.540Z Downloaded cookie_store v0.21.1
11212025-01-24T19:15:49.543Z Downloaded signal-hook-mio v0.2.4
11222025-01-24T19:15:49.543Z Downloaded serde-hex v0.1.0
11232025-01-24T19:15:49.543Z Downloaded console v0.15.8
11242025-01-24T19:15:49.549Z Downloaded const-oid v0.9.6
11252025-01-24T19:15:49.552Z Downloaded blake2 v0.10.6
11262025-01-24T19:15:49.552Z Downloaded lock_api v0.4.12
11272025-01-24T19:15:49.552Z Downloaded const_format_proc_macros v0.2.33
11282025-01-24T19:15:49.557Z Downloaded ciborium v0.2.2
11292025-01-24T19:15:49.580Z Downloaded rand_seeder v0.3.0
11302025-01-24T19:15:49.580Z Downloaded r2d2 v0.8.10
11312025-01-24T19:15:49.581Z Downloaded psl-types v2.0.11
11322025-01-24T19:15:49.581Z Downloaded highway v1.2.0
11332025-01-24T19:15:49.586Z Downloaded libefi-sys v0.1.0
11342025-01-24T19:15:49.586Z Downloaded bcs v0.1.6
11352025-01-24T19:15:49.586Z Downloaded argon2 v0.5.3
11362025-01-24T19:15:49.586Z Downloaded inout v0.1.3
11372025-01-24T19:15:49.586Z Downloaded arrayvec v0.7.6
11382025-01-24T19:15:49.586Z Downloaded aead v0.5.2
11392025-01-24T19:15:49.587Z Downloaded ctr v0.9.2
11402025-01-24T19:15:49.587Z Downloaded cassowary v0.3.0
11412025-01-24T19:15:49.587Z Downloaded ipnetwork v0.20.0
11422025-01-24T19:15:49.587Z Downloaded indent_write v2.2.0
11432025-01-24T19:15:49.587Z Downloaded curve25519-dalek-derive v0.1.1
11442025-01-24T19:15:49.587Z Downloaded crc v3.2.1
11452025-01-24T19:15:49.587Z Downloaded bit-set v0.5.3
11462025-01-24T19:15:49.587Z Downloaded bcrypt-pbkdf v0.10.0
11472025-01-24T19:15:49.587Z Downloaded hostname v0.4.0
11482025-01-24T19:15:49.587Z Downloaded hostname v0.3.1
11492025-01-24T19:15:49.587Z Downloaded hex-literal v0.4.1
11502025-01-24T19:15:49.587Z Downloaded hex v0.4.3
11512025-01-24T19:15:49.590Z Downloaded httpdate v1.0.3
11522025-01-24T19:15:49.590Z Downloaded array-init v0.0.4
11532025-01-24T19:15:49.884Z Downloaded ring v0.17.8
11542025-01-24T19:15:49.981Z Downloaded aws-lc-sys v0.22.0
11552025-01-24T19:15:50.208Z Downloaded libsqlite3-sys v0.30.1
11562025-01-24T19:15:50.402Z Compiling serde v1.0.217
11572025-01-24T19:15:50.406Z Compiling lock_api v0.4.12
11582025-01-24T19:15:50.406Z Compiling scopeguard v1.2.0
11592025-01-24T19:15:50.406Z Compiling value-bag v1.9.0
11602025-01-24T19:15:50.406Z Compiling typenum v1.17.0
11612025-01-24T19:15:50.406Z Compiling generic-array v0.14.7
11622025-01-24T19:15:50.615Z Compiling syn v2.0.96
11632025-01-24T19:15:50.632Z Compiling getrandom v0.2.15
11642025-01-24T19:15:50.755Z Compiling subtle v2.6.1
11652025-01-24T19:15:50.896Z Compiling rand_core v0.6.4
11662025-01-24T19:15:51.094Z Compiling log v0.4.22
11672025-01-24T19:15:51.126Z Compiling shlex v1.3.0
11682025-01-24T19:15:51.148Z Compiling jobserver v0.1.32
11692025-01-24T19:15:51.216Z Compiling smallvec v1.13.2
11702025-01-24T19:15:51.406Z Compiling const-oid v0.9.6
11712025-01-24T19:15:51.427Z Compiling spin v0.9.8
11722025-01-24T19:15:51.482Z Compiling pin-project-lite v0.2.14
11732025-01-24T19:15:51.613Z Compiling cc v1.1.30
11742025-01-24T19:15:51.642Z Compiling rustix v0.38.37
11752025-01-24T19:15:51.797Z Compiling parking_lot_core v0.9.10
11762025-01-24T19:15:51.867Z Compiling futures-core v0.3.31
11772025-01-24T19:15:52.003Z Compiling signal-hook-registry v1.4.2
11782025-01-24T19:15:52.127Z Compiling mio v1.0.2
11792025-01-24T19:15:52.488Z Compiling aho-corasick v1.1.3
11802025-01-24T19:15:52.735Z Compiling parking_lot v0.12.3
11812025-01-24T19:15:52.873Z Compiling regex-syntax v0.8.5
11822025-01-24T19:15:52.893Z Compiling cpufeatures v0.2.14
11832025-01-24T19:15:53.001Z Compiling stable_deref_trait v1.2.0
11842025-01-24T19:15:53.119Z Compiling either v1.13.0
11852025-01-24T19:15:53.221Z Compiling lazy_static v1.5.0
11862025-01-24T19:15:53.349Z Compiling futures-sink v0.3.31
11872025-01-24T19:15:53.501Z Compiling glob v0.3.1
11882025-01-24T19:15:53.547Z Compiling socket2 v0.5.7
11892025-01-24T19:15:53.551Z Compiling slab v0.4.9
11902025-01-24T19:15:53.557Z Compiling prettyplease v0.2.25
11912025-01-24T19:15:53.982Z Compiling minimal-lexical v0.2.1
11922025-01-24T19:15:54.116Z Compiling serde_json v1.0.135
11932025-01-24T19:15:54.422Z Compiling clang-sys v1.8.1
11942025-01-24T19:15:54.444Z Compiling nom v7.1.3
11952025-01-24T19:15:54.526Z Compiling libloading v0.8.5
11962025-01-24T19:15:54.787Z Compiling home v0.5.9
11972025-01-24T19:15:54.910Z Compiling bindgen v0.69.5
11982025-01-24T19:15:55.037Z Compiling itertools v0.12.1
11992025-01-24T19:15:55.543Z Compiling futures-channel v0.3.31
12002025-01-24T19:15:55.807Z Compiling rustc-hash v1.1.0
12012025-01-24T19:15:55.970Z Compiling pin-utils v0.1.0
12022025-01-24T19:15:55.973Z Compiling futures-task v0.3.31
12032025-01-24T19:15:56.075Z Compiling allocator-api2 v0.2.18
12042025-01-24T19:15:56.286Z Compiling futures-io v0.3.31
12052025-01-24T19:15:56.577Z Compiling libm v0.2.8
12062025-01-24T19:15:56.844Z Compiling regex-automata v0.4.8
12072025-01-24T19:15:56.908Z Compiling foldhash v0.1.3
12082025-01-24T19:15:57.223Z Compiling lazycell v1.3.0
12092025-01-24T19:15:57.407Z Compiling hashbrown v0.15.1
12102025-01-24T19:15:57.452Z Compiling cmake v0.1.51
12112025-01-24T19:15:57.927Z Compiling synstructure v0.13.1
12122025-01-24T19:15:58.354Z Compiling cexpr v0.6.0
12132025-01-24T19:15:58.592Z Compiling num-traits v0.2.19
12142025-01-24T19:15:58.905Z Compiling pkg-config v0.3.31
12152025-01-24T19:15:59.269Z Compiling dunce v1.0.5
12162025-01-24T19:15:59.306Z Compiling fs_extra v1.3.0
12172025-01-24T19:15:59.855Z Compiling writeable v0.5.5
12182025-01-24T19:16:00.041Z Compiling litemap v0.7.3
12192025-01-24T19:16:00.210Z Compiling ring v0.17.8
12202025-01-24T19:16:00.404Z Compiling base64ct v1.6.0
12212025-01-24T19:16:00.426Z Compiling paste v1.0.15
12222025-01-24T19:16:00.958Z Compiling pem-rfc7468 v0.7.0
12232025-01-24T19:16:00.978Z Compiling aws-lc-rs v1.10.0
12242025-01-24T19:16:00.998Z Compiling flagset v0.4.6
12252025-01-24T19:16:01.225Z Compiling icu_locid_transform_data v1.5.0
12262025-01-24T19:16:01.331Z Compiling httparse v1.9.5
12272025-01-24T19:16:01.592Z Compiling tracing-core v0.1.32
12282025-01-24T19:16:02.085Z Compiling regex v1.11.1
12292025-01-24T19:16:02.294Z Compiling percent-encoding v2.3.1
12302025-01-24T19:16:02.450Z Compiling crossbeam-utils v0.8.20
12312025-01-24T19:16:02.600Z Compiling rustls-pki-types v1.10.0
12322025-01-24T19:16:02.741Z Compiling icu_properties_data v1.5.0
12332025-01-24T19:16:02.994Z Compiling icu_normalizer_data v1.5.0
12342025-01-24T19:16:03.043Z Compiling untrusted v0.7.1
12352025-01-24T19:16:03.095Z Compiling write16 v1.0.0
12362025-01-24T19:16:03.237Z Compiling utf16_iter v1.0.5
12372025-01-24T19:16:03.250Z Compiling untrusted v0.9.0
12382025-01-24T19:16:03.438Z Compiling time-core v0.1.2
12392025-01-24T19:16:03.441Z Compiling vcpkg v0.2.15
12402025-01-24T19:16:03.490Z Compiling serde_derive v1.0.217
12412025-01-24T19:16:03.553Z Compiling zeroize_derive v1.4.2
12422025-01-24T19:16:03.571Z Compiling zerocopy-derive v0.7.35
12432025-01-24T19:16:03.622Z Compiling zerofrom-derive v0.1.4
12442025-01-24T19:16:04.983Z Compiling zeroize v1.8.1
12452025-01-24T19:16:05.329Z Compiling tokio-macros v2.5.0
12462025-01-24T19:16:05.570Z Compiling zerocopy v0.7.35
12472025-01-24T19:16:05.760Z Compiling yoke-derive v0.7.4
12482025-01-24T19:16:08.128Z Compiling crypto-common v0.1.6
12492025-01-24T19:16:08.260Z Compiling block-buffer v0.10.4
12502025-01-24T19:16:08.260Z Compiling thiserror-impl v1.0.69
12512025-01-24T19:16:08.260Z Compiling zerovec-derive v0.10.3
12522025-01-24T19:16:08.260Z Compiling displaydoc v0.2.5
12532025-01-24T19:16:08.260Z Compiling digest v0.10.7
12542025-01-24T19:16:08.260Z Compiling zerofrom v0.1.4
12552025-01-24T19:16:08.260Z Compiling futures-macro v0.3.31
12562025-01-24T19:16:08.260Z Compiling hmac v0.12.1
12572025-01-24T19:16:08.260Z Compiling block-padding v0.3.3
12582025-01-24T19:16:08.260Z Compiling sha2 v0.10.8
12592025-01-24T19:16:08.261Z Compiling inout v0.1.3
12602025-01-24T19:16:08.299Z Compiling cipher v0.4.4
12612025-01-24T19:16:08.422Z Compiling yoke v0.7.4
12622025-01-24T19:16:08.509Z Compiling icu_provider_macros v1.5.0
12632025-01-24T19:16:08.816Z Compiling ppv-lite86 v0.2.20
12642025-01-24T19:16:08.836Z Compiling der_derive v0.7.3
12652025-01-24T19:16:09.266Z Compiling futures-util v0.3.31
12662025-01-24T19:16:09.553Z Compiling zerovec v0.10.4
12672025-01-24T19:16:09.568Z Compiling rand_chacha v0.3.1
12682025-01-24T19:16:09.568Z Compiling tracing-attributes v0.1.27
12692025-01-24T19:16:10.424Z Compiling thiserror v1.0.69
12702025-01-24T19:16:10.438Z Compiling pest v2.7.14
12712025-01-24T19:16:11.177Z Compiling tinystr v0.7.6
12722025-01-24T19:16:11.310Z Compiling der v0.7.9
12732025-01-24T19:16:11.669Z Compiling icu_collections v1.5.0
12742025-01-24T19:16:11.676Z Compiling icu_locid v1.5.0
12752025-01-24T19:16:11.882Z Compiling rand v0.8.5
12762025-01-24T19:16:16.282Z Compiling icu_provider v1.5.0
12772025-01-24T19:16:16.335Z Compiling tracing v0.1.40
12782025-01-24T19:16:16.335Z Compiling salsa20 v0.10.2
12792025-01-24T19:16:16.336Z Compiling spki v0.7.3
12802025-01-24T19:16:16.336Z Compiling pbkdf2 v0.12.2
12812025-01-24T19:16:16.336Z Compiling icu_locid_transform v1.5.0
12822025-01-24T19:16:16.336Z Compiling utf8_iter v1.0.4
12832025-01-24T19:16:16.336Z Compiling mirai-annotations v1.12.0
12842025-01-24T19:16:16.337Z Compiling powerfmt v0.2.0
12852025-01-24T19:16:16.337Z Compiling num-conv v0.1.0
12862025-01-24T19:16:16.337Z Compiling scrypt v0.11.0
12872025-01-24T19:16:16.337Z Compiling pest_meta v2.7.14
12882025-01-24T19:16:16.337Z Compiling time-macros v0.2.18
12892025-01-24T19:16:16.337Z Compiling deranged v0.3.11
12902025-01-24T19:16:16.337Z Compiling aes v0.8.4
12912025-01-24T19:16:16.337Z Compiling cbc v0.1.2
12922025-01-24T19:16:16.337Z Compiling openssl-sys v0.9.103
12932025-01-24T19:16:16.337Z Compiling icu_properties v1.5.1
12942025-01-24T19:16:16.337Z Compiling scroll_derive v0.12.0
12952025-01-24T19:16:16.413Z Compiling bitflags v2.6.0
12962025-01-24T19:16:16.873Z Compiling bytes v1.9.0
12972025-01-24T19:16:17.196Z Compiling indexmap v2.7.0
12982025-01-24T19:16:17.201Z Compiling semver v1.0.24
12992025-01-24T19:16:17.919Z Compiling tokio v1.43.0
13002025-01-24T19:16:17.942Z Compiling http v1.2.0
13012025-01-24T19:16:18.009Z Compiling rustc_version v0.4.1
13022025-01-24T19:16:18.318Z Compiling num_threads v0.1.7
13032025-01-24T19:16:18.469Z Compiling atomic-waker v1.1.2
13042025-01-24T19:16:18.508Z Compiling tinyvec_macros v0.1.1
13052025-01-24T19:16:18.616Z Compiling tinyvec v1.8.0
13062025-01-24T19:16:18.675Z Compiling time v0.3.36
13072025-01-24T19:16:18.708Z Compiling scroll v0.12.0
13082025-01-24T19:16:19.289Z Compiling icu_normalizer v1.5.0
13092025-01-24T19:16:20.044Z Compiling http-body v1.0.1
13102025-01-24T19:16:20.153Z Compiling pest_generator v2.7.14
13112025-01-24T19:16:20.220Z Compiling idna_adapter v1.2.0
13122025-01-24T19:16:20.243Z Compiling pkcs5 v0.7.1
13132025-01-24T19:16:20.276Z Compiling form_urlencoded v1.2.1
13142025-01-24T19:16:20.469Z Compiling slog v2.7.0
13152025-01-24T19:16:20.583Z Compiling try-lock v0.2.5
13162025-01-24T19:16:20.750Z Compiling which v4.4.2
13172025-01-24T19:16:21.031Z Compiling pkcs8 v0.10.2
13182025-01-24T19:16:21.296Z Compiling want v0.3.1
13192025-01-24T19:16:21.343Z Compiling goblin v0.8.2
13202025-01-24T19:16:21.588Z Compiling idna v1.0.3
13212025-01-24T19:16:21.682Z Compiling uuid v1.12.0
13222025-01-24T19:16:21.807Z Compiling iana-time-zone v0.1.61
13232025-01-24T19:16:22.002Z Compiling pest_derive v2.7.14
13242025-01-24T19:16:22.178Z Compiling httpdate v1.0.3
13252025-01-24T19:16:22.648Z Compiling chrono v0.4.39
13262025-01-24T19:16:22.779Z Compiling dtrace-parser v0.2.0
13272025-01-24T19:16:23.206Z Compiling serde_spanned v0.6.8
13282025-01-24T19:16:23.392Z Compiling toml_datetime v0.6.8
13292025-01-24T19:16:23.431Z Compiling serde_tokenstream v0.2.2
13302025-01-24T19:16:23.881Z Compiling match_cfg v0.1.0
13312025-01-24T19:16:23.902Z Compiling adler2 v2.0.0
13322025-01-24T19:16:23.994Z Compiling foreign-types-shared v0.1.1
13332025-01-24T19:16:24.028Z Compiling openssl v0.10.66
13342025-01-24T19:16:24.125Z Compiling tower-service v0.3.3
13352025-01-24T19:16:24.146Z Compiling rustversion v1.0.17
13362025-01-24T19:16:24.274Z Compiling base64 v0.22.1
13372025-01-24T19:16:24.484Z Compiling foreign-types v0.3.2
13382025-01-24T19:16:24.590Z Compiling miniz_oxide v0.8.0
13392025-01-24T19:16:24.668Z Compiling hostname v0.3.1
13402025-01-24T19:16:24.889Z Compiling url v2.5.3
13412025-01-24T19:16:24.976Z Compiling openssl-macros v0.1.1
13422025-01-24T19:16:25.715Z Compiling async-trait v0.1.83
13432025-01-24T19:16:25.997Z Compiling tokio-util v0.7.12
13442025-01-24T19:16:26.060Z Compiling serde_derive_internals v0.29.1
13452025-01-24T19:16:26.156Z Compiling dirs-sys-next v0.1.2
13462025-01-24T19:16:26.713Z Compiling data-encoding v2.6.0
13472025-01-24T19:16:26.734Z Compiling siphasher v0.3.11
13482025-01-24T19:16:27.128Z Compiling h2 v0.4.6
13492025-01-24T19:16:27.239Z Compiling dof v0.3.0
13502025-01-24T19:16:28.112Z Compiling usdt-impl v0.5.0
13512025-01-24T19:16:28.380Z Compiling rustls v0.22.4
13522025-01-24T19:16:28.662Z Compiling rustls v0.23.19
13532025-01-24T19:16:28.745Z Compiling native-tls v0.2.12
13542025-01-24T19:16:29.000Z Compiling syn v1.0.109
13552025-01-24T19:16:29.092Z Compiling schemars v0.8.21
13562025-01-24T19:16:29.197Z Compiling schemars_derive v0.8.21
13572025-01-24T19:16:29.462Z Compiling dirs-next v2.0.0
13582025-01-24T19:16:29.670Z Compiling http-body-util v0.1.2
13592025-01-24T19:16:30.157Z Compiling unicode-normalization v0.1.24
13602025-01-24T19:16:30.778Z Compiling heapless v0.7.17
13612025-01-24T19:16:30.941Z Compiling crossbeam-epoch v0.9.18
13622025-01-24T19:16:31.214Z Compiling sha1 v0.10.6
13632025-01-24T19:16:31.233Z Compiling signature v2.2.0
13642025-01-24T19:16:31.392Z Compiling bzip2-sys v0.1.11+1.0.8
13652025-01-24T19:16:31.537Z Compiling thread_local v1.1.8
13662025-01-24T19:16:31.589Z Compiling multer v3.1.0
13672025-01-24T19:16:31.620Z Compiling encoding_rs v0.8.34
13682025-01-24T19:16:31.870Z Compiling cookie v0.18.1
13692025-01-24T19:16:31.891Z Compiling gimli v0.31.1
13702025-01-24T19:16:32.025Z Compiling signal-hook v0.3.17
13712025-01-24T19:16:32.157Z Compiling mime v0.3.17
13722025-01-24T19:16:32.228Z Compiling dyn-clone v1.0.17
13732025-01-24T19:16:32.284Z Compiling unicode-properties v0.1.3
13742025-01-24T19:16:32.450Z Compiling openssl-probe v0.1.5
13752025-01-24T19:16:32.655Z Compiling slog-async v2.8.0
13762025-01-24T19:16:32.701Z Compiling unicode-bidi v0.3.17
13772025-01-24T19:16:32.753Z Compiling rayon-core v1.12.1
13782025-01-24T19:16:33.037Z Compiling ipnet v2.10.1
13792025-01-24T19:16:34.016Z Compiling stringprep v0.1.5
13802025-01-24T19:16:34.245Z Compiling hyper v1.5.2
13812025-01-24T19:16:35.802Z Compiling toml_edit v0.22.22
13822025-01-24T19:16:36.608Z Compiling hyper-util v0.1.10
13832025-01-24T19:16:36.637Z Compiling addr2line v0.24.2
13842025-01-24T19:16:37.091Z Compiling crossbeam-deque v0.8.5
13852025-01-24T19:16:37.168Z Compiling usdt-attr-macro v0.5.0
13862025-01-24T19:16:37.265Z Compiling usdt-macro v0.5.0
13872025-01-24T19:16:37.575Z Compiling term v0.7.0
13882025-01-24T19:16:37.850Z Compiling slog-json v2.6.1
13892025-01-24T19:16:38.211Z Compiling serde_urlencoded v0.7.1
13902025-01-24T19:16:38.666Z Compiling curve25519-dalek v4.1.3
13912025-01-24T19:16:38.725Z Compiling crossbeam-channel v0.5.13
13922025-01-24T19:16:38.728Z Compiling futures-executor v0.3.31
13932025-01-24T19:16:38.826Z Compiling enum-as-inner v0.6.1
13942025-01-24T19:16:39.345Z Compiling md-5 v0.10.6
13952025-01-24T19:16:39.417Z Compiling async-stream-impl v0.3.6
13962025-01-24T19:16:39.550Z Compiling rustls-pemfile v2.2.0
13972025-01-24T19:16:39.637Z Compiling num-integer v0.1.46
13982025-01-24T19:16:39.802Z Compiling hash32 v0.2.1
13992025-01-24T19:16:39.890Z Compiling ff v0.13.0
14002025-01-24T19:16:39.911Z Compiling is-terminal v0.4.13
14012025-01-24T19:16:40.054Z Compiling object v0.36.5
14022025-01-24T19:16:40.135Z Compiling dropshot v0.12.0
14032025-01-24T19:16:40.160Z Compiling take_mut v0.2.2
14042025-01-24T19:16:40.341Z Compiling portable-atomic v1.9.0
14052025-01-24T19:16:40.380Z Compiling quick-error v1.2.3
14062025-01-24T19:16:40.445Z Compiling anyhow v1.0.95
14072025-01-24T19:16:40.538Z Compiling rustc-demangle v0.1.24
14082025-01-24T19:16:40.707Z Compiling fallible-iterator v0.2.0
14092025-01-24T19:16:41.042Z Compiling base16ct v0.2.0
14102025-01-24T19:16:41.367Z Compiling smoltcp v0.9.1
14112025-01-24T19:16:41.369Z Compiling utf-8 v0.7.6
14122025-01-24T19:16:41.405Z Compiling linked-hash-map v0.5.6
14132025-01-24T19:16:41.425Z Compiling litrs v0.4.1
14142025-01-24T19:16:41.711Z Compiling psl-types v2.0.11
14152025-01-24T19:16:41.754Z Compiling num-bigint-dig v0.8.4
14162025-01-24T19:16:41.903Z Compiling publicsuffix v2.3.0
14172025-01-24T19:16:42.034Z Compiling lru-cache v0.1.2
14182025-01-24T19:16:42.086Z Compiling tungstenite v0.24.0
14192025-01-24T19:16:42.236Z Compiling postgres-protocol v0.6.7
14202025-01-24T19:16:42.274Z Compiling sec1 v0.7.3
14212025-01-24T19:16:42.529Z Compiling document-features v0.2.10
14222025-01-24T19:16:43.230Z Compiling async-stream v0.3.6
14232025-01-24T19:16:43.333Z Compiling resolv-conf v0.7.0
14242025-01-24T19:16:43.527Z Compiling num-iter v0.1.45
14252025-01-24T19:16:43.712Z Compiling group v0.13.0
14262025-01-24T19:16:44.056Z Compiling slog-term v2.9.1
14272025-01-24T19:16:44.081Z Compiling usdt v0.5.0
14282025-01-24T19:16:44.159Z Compiling hickory-proto v0.24.2
14292025-01-24T19:16:44.584Z Compiling toml v0.8.19
14302025-01-24T19:16:44.681Z Compiling futures v0.3.31
14312025-01-24T19:16:44.718Z Compiling slog-bunyan v2.5.0
14322025-01-24T19:16:46.146Z Compiling tokio-native-tls v0.3.1
14332025-01-24T19:16:46.329Z Compiling camino v1.1.9
14342025-01-24T19:16:46.440Z Compiling phf_shared v0.11.2
14352025-01-24T19:16:46.524Z Compiling backtrace v0.3.74
14362025-01-24T19:16:46.811Z Compiling dropshot_endpoint v0.12.0
14372025-01-24T19:16:46.876Z Compiling terminal_size v0.4.0
14382025-01-24T19:16:47.112Z Compiling openapiv3 v2.0.0
14392025-01-24T19:16:47.135Z Compiling waitgroup v0.1.2
14402025-01-24T19:16:47.187Z Compiling serde_path_to_error v0.1.16
14412025-01-24T19:16:47.355Z Compiling hkdf v0.12.4
14422025-01-24T19:16:47.627Z Compiling crypto-bigint v0.5.5
14432025-01-24T19:16:47.967Z Compiling curve25519-dalek-derive v0.1.1
14442025-01-24T19:16:49.442Z Compiling zerocopy-derive v0.6.6
14452025-01-24T19:16:49.626Z Compiling webpki-roots v0.26.6
14462025-01-24T19:16:49.851Z Compiling hostname v0.4.0
14472025-01-24T19:16:50.048Z Compiling hubpack_derive v0.1.1
14482025-01-24T19:16:50.078Z Compiling crc32fast v1.4.2
14492025-01-24T19:16:50.420Z Compiling fs-err v2.11.0
14502025-01-24T19:16:50.718Z Compiling ahash v0.8.11
14512025-01-24T19:16:50.913Z Compiling newtype-uuid v1.2.1
14522025-01-24T19:16:51.032Z Compiling winnow v0.5.40
14532025-01-24T19:16:51.035Z Compiling managed v0.8.0
14542025-01-24T19:16:51.074Z Compiling bitflags v1.3.2
14552025-01-24T19:16:51.185Z Compiling debug-ignore v1.0.5
14562025-01-24T19:16:51.307Z Compiling strum_macros v0.25.3
14572025-01-24T19:16:51.328Z Compiling zerocopy v0.6.6
14582025-01-24T19:16:51.348Z Compiling clap_builder v4.5.21
14592025-01-24T19:16:52.035Z Compiling console v0.15.8
14602025-01-24T19:16:53.259Z Compiling hubpack v0.1.2
14612025-01-24T19:16:53.425Z Compiling elliptic-curve v0.13.8
14622025-01-24T19:16:53.531Z Compiling flate2 v1.0.35
14632025-01-24T19:16:53.555Z Compiling hickory-resolver v0.24.2
14642025-01-24T19:16:54.288Z Compiling toml_edit v0.19.15
14652025-01-24T19:16:54.460Z Compiling phf v0.11.2
14662025-01-24T19:16:54.736Z Compiling signal-hook-mio v0.2.4
14672025-01-24T19:16:54.904Z Compiling hyper-tls v0.6.0
14682025-01-24T19:16:55.040Z Compiling cookie_store v0.21.1
14692025-01-24T19:16:55.244Z Compiling rayon v1.10.0
14702025-01-24T19:16:55.305Z Compiling bzip2 v0.4.4
14712025-01-24T19:16:56.509Z Compiling tokio-tungstenite v0.24.0
14722025-01-24T19:16:57.062Z Compiling postgres-types v0.2.8
14732025-01-24T19:16:59.512Z Compiling ed25519 v2.2.3
14742025-01-24T19:16:59.542Z Compiling phf_shared v0.10.0
14752025-01-24T19:16:59.606Z Compiling tokio-stream v0.1.16
14762025-01-24T19:16:59.685Z Compiling pkcs1 v0.7.5
14772025-01-24T19:16:59.914Z Compiling serde-big-array v0.5.1
14782025-01-24T19:17:00.169Z Compiling clap_derive v4.5.18
14792025-01-24T19:17:00.564Z Compiling rfc6979 v0.4.0
14802025-01-24T19:17:00.646Z Compiling serde_repr v0.1.19
14812025-01-24T19:17:00.782Z Compiling derive-where v1.2.7
14822025-01-24T19:17:01.389Z Compiling float-cmp v0.9.0
14832025-01-24T19:17:01.549Z Compiling bstr v1.10.0
14842025-01-24T19:17:01.629Z Compiling sync_wrapper v1.0.1
14852025-01-24T19:17:01.746Z Compiling unicode-segmentation v1.12.0
14862025-01-24T19:17:01.781Z Compiling unicode-width v0.2.0
14872025-01-24T19:17:01.800Z Compiling predicates-core v1.0.8
14882025-01-24T19:17:02.109Z Compiling static_assertions v1.1.0
14892025-01-24T19:17:02.223Z Compiling normalize-line-endings v0.3.0
14902025-01-24T19:17:02.337Z Compiling fixedbitset v0.4.2
14912025-01-24T19:17:02.401Z Compiling whoami v1.5.2
14922025-01-24T19:17:02.614Z Compiling difflib v0.4.0
14932025-01-24T19:17:02.811Z Compiling precomputed-hash v0.1.1
14942025-01-24T19:17:02.950Z Compiling number_prefix v0.4.0
14952025-01-24T19:17:02.982Z Compiling bit-vec v0.6.3
14962025-01-24T19:17:03.184Z Compiling new_debug_unreachable v1.0.6
14972025-01-24T19:17:03.202Z Compiling indicatif v0.17.9
14982025-01-24T19:17:03.293Z Compiling string_cache v0.8.7
14992025-01-24T19:17:03.399Z Compiling bit-set v0.5.3
15002025-01-24T19:17:03.679Z Compiling predicates v3.1.2
15012025-01-24T19:17:03.728Z Compiling tokio-postgres v0.7.12
15022025-01-24T19:17:03.991Z Compiling petgraph v0.6.5
15032025-01-24T19:17:04.082Z Compiling similar v2.6.0
15042025-01-24T19:17:04.813Z Compiling clap v4.5.21
15052025-01-24T19:17:04.934Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15062025-01-24T19:17:05.214Z Compiling ecdsa v0.16.9
15072025-01-24T19:17:05.266Z Compiling rsa v0.9.6
15082025-01-24T19:17:06.029Z Compiling ed25519-dalek v2.1.1
15092025-01-24T19:17:06.205Z Compiling toml v0.7.8
15102025-01-24T19:17:07.293Z Compiling zip v0.6.6
15112025-01-24T19:17:07.497Z Compiling crossterm v0.28.1
15122025-01-24T19:17:08.965Z Compiling hex v0.4.3
15132025-01-24T19:17:09.111Z Compiling x509-cert v0.2.5
15142025-01-24T19:17:09.427Z Compiling itertools v0.10.5
15152025-01-24T19:17:09.461Z Compiling unicode-xid v0.2.6
15162025-01-24T19:17:09.560Z Compiling lalrpop-util v0.19.12
15172025-01-24T19:17:09.666Z Compiling peg-runtime v0.8.3
15182025-01-24T19:17:09.943Z Compiling strum_macros v0.26.4
15192025-01-24T19:17:10.256Z Compiling xattr v1.3.1
15202025-01-24T19:17:10.542Z Compiling filetime v0.2.25
15212025-01-24T19:17:10.861Z Compiling tar v0.4.42
15222025-01-24T19:17:14.586Z Compiling strum v0.26.3
15232025-01-24T19:17:18.222Z Compiling aws-lc-sys v0.22.0
15242025-01-24T19:17:48.750Z Compiling rustls-webpki v0.102.8
15252025-01-24T19:17:51.895Z Compiling tokio-rustls v0.25.0
15262025-01-24T19:17:53.620Z Compiling tokio-rustls v0.26.0
15272025-01-24T19:17:53.933Z Compiling hyper-rustls v0.27.3
15282025-01-24T19:17:54.260Z Compiling reqwest v0.12.9
15292025-01-24T19:17:55.687Z Compiling qorb v0.2.1
15302025-01-24T19:17:58.787Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15312025-01-24T19:17:59.049Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15322025-01-24T19:18:03.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s
15332025-01-24T19:18:03.652Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15342025-01-24T19:18:03.704ZJan 24 19:18:02.333 INFO Starting download, target: Clickhouse
15352025-01-24T19:18:03.704ZJan 24 19:18:02.334 INFO Starting download, target: Cockroach
15362025-01-24T19:18:03.704ZJan 24 19:18:02.334 INFO Starting download, target: Console
15372025-01-24T19:18:03.704ZJan 24 19:18:02.334 INFO Starting download, target: DendriteOpenapi
15382025-01-24T19:18:03.704ZJan 24 19:18:02.334 INFO Starting download, target: DendriteStub
15392025-01-24T19:18:03.707ZJan 24 19:18:02.334 INFO Starting download, target: MaghemiteMgd
15402025-01-24T19:18:03.707ZJan 24 19:18:02.334 INFO Starting download, target: TransceiverControl
15412025-01-24T19:18:03.707ZJan 24 19:18:02.335 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15422025-01-24T19:18:03.707ZJan 24 19:18:02.335 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15432025-01-24T19:18:03.707ZJan 24 19:18:02.335 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15442025-01-24T19:18:03.707ZJan 24 19:18:02.335 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15452025-01-24T19:18:03.707ZJan 24 19:18:02.335 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15462025-01-24T19:18:03.707ZJan 24 19:18:02.335 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15472025-01-24T19:18:03.707ZJan 24 19:18:02.335 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15482025-01-24T19:18:03.999ZJan 24 19:18:02.604 INFO Download complete, target: DendriteOpenapi
15492025-01-24T19:18:04.026ZJan 24 19:18:02.654 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15502025-01-24T19:18:04.224ZJan 24 19:18:02.848 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15512025-01-24T19:18:04.570ZJan 24 19:18:03.197 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15522025-01-24T19:18:04.575ZJan 24 19:18:03.198 INFO Download complete, target: Console
15532025-01-24T19:18:04.592ZJan 24 19:18:03.221 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15542025-01-24T19:18:04.752ZJan 24 19:18:03.380 INFO Download complete, target: TransceiverControl
15552025-01-24T19:18:05.321ZJan 24 19:18:03.950 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15562025-01-24T19:18:05.321ZJan 24 19:18:03.950 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15572025-01-24T19:18:05.661ZJan 24 19:18:04.290 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15582025-01-24T19:18:07.400ZJan 24 19:18:06.029 INFO Download complete, target: DendriteStub
15592025-01-24T19:18:07.440ZJan 24 19:18:06.069 INFO Download complete, target: MaghemiteMgd
15602025-01-24T19:18:12.831ZJan 24 19:18:11.460 INFO Checking that binary works, target: Cockroach
15612025-01-24T19:18:13.127ZJan 24 19:18:11.748 INFO Download complete, target: Cockroach
15622025-01-24T19:18:18.362ZJan 24 19:18:16.989 INFO Checking that binary works, target: Clickhouse
15632025-01-24T19:18:18.963ZJan 24 19:18:17.593 INFO Download complete, target: Clickhouse
15642025-01-24T19:18:18.971ZAll prerequisites installed successfully
15652025-01-24T19:18:18.974Z
15662025-01-24T19:18:18.974Zreal 4:54.991973426
15672025-01-24T19:18:18.974Zuser 15:47.656994488
15682025-01-24T19:18:18.974Zsys 2:04.261804237
15692025-01-24T19:18:18.974Ztrap 0.571933580
15702025-01-24T19:18:18.974Ztflt 2.906797290
15712025-01-24T19:18:18.974Zdflt 2.644162511
15722025-01-24T19:18:18.974Zkflt 0.160863833
15732025-01-24T19:18:18.974Zlock 25:10.118842686
15742025-01-24T19:18:18.974Zslp 55:24.385505792
15752025-01-24T19:18:18.974Zlat 59.537761122
15762025-01-24T19:18:18.974Zstop 2:24.245565020
15772025-01-24T19:18:18.974Z+ ptime -m cargo xtask download softnpu
15782025-01-24T19:18:19.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
15792025-01-24T19:18:19.516Z Running `target/debug/xtask download softnpu`
15802025-01-24T19:18:20.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
15812025-01-24T19:18:20.392Z Running `target/debug/xtask-downloader softnpu`
15822025-01-24T19:18:20.430ZJan 24 19:18:19.060 INFO Starting download, target: Softnpu
15832025-01-24T19:18:20.434ZJan 24 19:18:19.060 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15842025-01-24T19:18:21.039ZJan 24 19:18:19.668 INFO Download complete, target: Softnpu
15852025-01-24T19:18:21.043Z
15862025-01-24T19:18:21.045Zreal 2.064293945
15872025-01-24T19:18:21.045Zuser 1.248886068
15882025-01-24T19:18:21.045Zsys 0.536918769
15892025-01-24T19:18:21.045Ztrap 0.000675574
15902025-01-24T19:18:21.046Ztflt 0.000020080
15912025-01-24T19:18:21.046Zdflt 0.000027379
15922025-01-24T19:18:21.046Zkflt 0.000000000
15932025-01-24T19:18:21.046Zlock 6.222651114
15942025-01-24T19:18:21.046Zslp 0.475003829
15952025-01-24T19:18:21.046Zlat 0.067734976
15962025-01-24T19:18:21.046Zstop 0.000157116
15972025-01-24T19:18:21.046Z+ export CARGO_INCREMENTAL=0
15982025-01-24T19:18:21.046Z+ CARGO_INCREMENTAL=0
15992025-01-24T19:18:21.046Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16002025-01-24T19:18:22.004Z Compiling proc-macro2 v1.0.92
16012025-01-24T19:18:22.004Z Compiling unicode-ident v1.0.14
16022025-01-24T19:18:22.008Z Compiling libc v0.2.169
16032025-01-24T19:18:22.009Z Compiling serde v1.0.217
16042025-01-24T19:18:22.009Z Compiling autocfg v1.4.0
16052025-01-24T19:18:22.009Z Compiling version_check v0.9.5
16062025-01-24T19:18:22.009Z Compiling cfg-if v1.0.0
16072025-01-24T19:18:22.277Z Compiling memchr v2.7.4
16082025-01-24T19:18:22.298Z Compiling typenum v1.17.0
16092025-01-24T19:18:22.321Z Compiling shlex v1.3.0
16102025-01-24T19:18:22.750Z Compiling value-bag v1.9.0
16112025-01-24T19:18:22.809Z Compiling generic-array v0.14.7
16122025-01-24T19:18:22.977Z Compiling lock_api v0.4.12
16132025-01-24T19:18:23.094Z Compiling scopeguard v1.2.0
16142025-01-24T19:18:23.140Z Compiling log v0.4.22
16152025-01-24T19:18:23.283Z Compiling parking_lot_core v0.9.10
16162025-01-24T19:18:23.565Z Compiling serde_json v1.0.135
16172025-01-24T19:18:23.677Z Compiling once_cell v1.20.2
16182025-01-24T19:18:23.846Z Compiling jobserver v0.1.32
16192025-01-24T19:18:23.865Z Compiling getrandom v0.2.15
16202025-01-24T19:18:23.884Z Compiling libm v0.2.8
16212025-01-24T19:18:24.017Z Compiling quote v1.0.38
16222025-01-24T19:18:24.142Z Compiling rustix v0.38.37
16232025-01-24T19:18:24.203Z Compiling aho-corasick v1.1.3
16242025-01-24T19:18:24.389Z Compiling cc v1.1.30
16252025-01-24T19:18:24.452Z Compiling syn v2.0.96
16262025-01-24T19:18:24.494Z Compiling num-traits v0.2.19
16272025-01-24T19:18:24.572Z Compiling regex-syntax v0.8.5
16282025-01-24T19:18:24.596Z Compiling thiserror v1.0.69
16292025-01-24T19:18:24.725Z Compiling either v1.13.0
16302025-01-24T19:18:24.794Z Compiling itoa v1.0.11
16312025-01-24T19:18:25.039Z Compiling spin v0.9.8
16322025-01-24T19:18:25.293Z Compiling slab v0.4.9
16332025-01-24T19:18:25.557Z Compiling errno v0.3.9
16342025-01-24T19:18:25.617Z Compiling byteorder v1.5.0
16352025-01-24T19:18:25.781Z Compiling lazy_static v1.5.0
16362025-01-24T19:18:25.938Z Compiling rand_core v0.6.4
16372025-01-24T19:18:26.050Z Compiling glob v0.3.1
16382025-01-24T19:18:26.425Z Compiling prettyplease v0.2.25
16392025-01-24T19:18:26.744Z Compiling clang-sys v1.8.1
16402025-01-24T19:18:26.787Z Compiling minimal-lexical v0.2.1
16412025-01-24T19:18:27.264Z Compiling nom v7.1.3
16422025-01-24T19:18:27.380Z Compiling libloading v0.8.5
16432025-01-24T19:18:27.399Z Compiling home v0.5.9
16442025-01-24T19:18:27.445Z Compiling subtle v2.6.1
16452025-01-24T19:18:27.626Z Compiling bindgen v0.69.5
16462025-01-24T19:18:27.766Z Compiling smallvec v1.13.2
16472025-01-24T19:18:27.937Z Compiling itertools v0.12.1
16482025-01-24T19:18:28.059Z Compiling regex-automata v0.4.8
16492025-01-24T19:18:28.289Z Compiling rustc-hash v1.1.0
16502025-01-24T19:18:28.433Z Compiling allocator-api2 v0.2.18
16512025-01-24T19:18:28.459Z Compiling lazycell v1.3.0
16522025-01-24T19:18:28.944Z Compiling cmake v0.1.51
16532025-01-24T19:18:29.364Z Compiling dunce v1.0.5
16542025-01-24T19:18:29.519Z Compiling semver v1.0.24
16552025-01-24T19:18:29.733Z Compiling fs_extra v1.3.0
16562025-01-24T19:18:30.282Z Compiling cexpr v0.6.0
16572025-01-24T19:18:30.445Z Compiling pkg-config v0.3.31
16582025-01-24T19:18:30.535Z Compiling ring v0.17.8
16592025-01-24T19:18:31.041Z Compiling pin-project-lite v0.2.14
16602025-01-24T19:18:31.119Z Compiling ryu v1.0.18
16612025-01-24T19:18:31.421Z Compiling synstructure v0.13.1
16622025-01-24T19:18:31.531Z Compiling paste v1.0.15
16632025-01-24T19:18:31.592Z Compiling aws-lc-rs v1.10.0
16642025-01-24T19:18:32.002Z Compiling httparse v1.9.5
16652025-01-24T19:18:32.051Z Compiling const-oid v0.9.6
16662025-01-24T19:18:32.364Z Compiling schemars v0.8.21
16672025-01-24T19:18:32.622Z Compiling fnv v1.0.7
16682025-01-24T19:18:32.706Z Compiling serde_derive_internals v0.29.1
16692025-01-24T19:18:32.932Z Compiling equivalent v1.0.1
16702025-01-24T19:18:33.070Z Compiling foldhash v0.1.3
16712025-01-24T19:18:33.377Z Compiling hashbrown v0.15.1
16722025-01-24T19:18:33.645Z Compiling regex v1.11.1
16732025-01-24T19:18:34.061Z Compiling signal-hook-registry v1.4.2
16742025-01-24T19:18:34.578Z Compiling heck v0.5.0
16752025-01-24T19:18:34.602Z Compiling parking_lot v0.12.3
16762025-01-24T19:18:34.699Z Compiling mio v1.0.2
16772025-01-24T19:18:34.763Z Compiling stable_deref_trait v1.2.0
16782025-01-24T19:18:35.784Z Compiling serde_derive v1.0.217
16792025-01-24T19:18:35.902Z Compiling zeroize_derive v1.4.2
16802025-01-24T19:18:36.303Z Compiling zerocopy-derive v0.7.35
16812025-01-24T19:18:36.593Z Compiling thiserror-impl v1.0.69
16822025-01-24T19:18:36.720Z Compiling tokio-macros v2.5.0
16832025-01-24T19:18:37.187Z Compiling zeroize v1.8.1
16842025-01-24T19:18:37.585Z Compiling zerofrom-derive v0.1.4
16852025-01-24T19:18:37.629Z Compiling yoke-derive v0.7.4
16862025-01-24T19:18:37.705Z Compiling zerovec-derive v0.10.3
16872025-01-24T19:18:37.830Z Compiling futures-macro v0.3.31
16882025-01-24T19:18:38.030Z Compiling displaydoc v0.2.5
16892025-01-24T19:18:39.303Z Compiling zerocopy v0.7.35
16902025-01-24T19:18:39.554Z Compiling crypto-common v0.1.6
16912025-01-24T19:18:39.618Z Compiling icu_provider_macros v1.5.0
16922025-01-24T19:18:39.766Z Compiling tracing-attributes v0.1.27
16932025-01-24T19:18:39.971Z Compiling schemars_derive v0.8.21
16942025-01-24T19:18:40.014Z Compiling block-buffer v0.10.4
16952025-01-24T19:18:40.283Z Compiling digest v0.10.7
16962025-01-24T19:18:40.664Z Compiling socket2 v0.5.7
16972025-01-24T19:18:40.686Z Compiling crossbeam-utils v0.8.20
16982025-01-24T19:18:40.876Z Compiling num-conv v0.1.0
16992025-01-24T19:18:41.176Z Compiling futures-core v0.3.31
17002025-01-24T19:18:41.197Z Compiling time-core v0.1.2
17012025-01-24T19:18:41.394Z Compiling time-macros v0.2.18
17022025-01-24T19:18:41.808Z Compiling der_derive v0.7.3
17032025-01-24T19:18:42.076Z Compiling vcpkg v0.2.15
17042025-01-24T19:18:43.562Z Compiling openssl-sys v0.9.103
17052025-01-24T19:18:44.166Z Compiling syn v1.0.109
17062025-01-24T19:18:44.398Z Compiling futures-sink v0.3.31
17072025-01-24T19:18:44.567Z Compiling cpufeatures v0.2.14
17082025-01-24T19:18:44.684Z Compiling slog v2.7.0
17092025-01-24T19:18:44.919Z Compiling ahash v0.8.11
17102025-01-24T19:18:45.203Z Compiling zerofrom v0.1.4
17112025-01-24T19:18:45.483Z Compiling iana-time-zone v0.1.61
17122025-01-24T19:18:45.600Z Compiling yoke v0.7.4
17132025-01-24T19:18:45.878Z Compiling futures-channel v0.3.31
17142025-01-24T19:18:45.970Z Compiling scroll_derive v0.12.0
17152025-01-24T19:18:46.040Z Compiling pin-utils v0.1.0
17162025-01-24T19:18:46.158Z Compiling futures-task v0.3.31
17172025-01-24T19:18:46.177Z Compiling ucd-trie v0.1.7
17182025-01-24T19:18:46.348Z Compiling openssl v0.10.66
17192025-01-24T19:18:46.449Z Compiling futures-io v0.3.31
17202025-01-24T19:18:46.606Z Compiling pest v2.7.14
17212025-01-24T19:18:46.771Z Compiling futures-util v0.3.31
17222025-01-24T19:18:46.826Z Compiling zerovec v0.10.4
17232025-01-24T19:18:47.715Z Compiling hmac v0.12.1
17242025-01-24T19:18:47.955Z Compiling bitflags v2.6.0
17252025-01-24T19:18:48.035Z Compiling bytes v1.9.0
17262025-01-24T19:18:49.767Z Compiling indexmap v2.7.0
17272025-01-24T19:18:49.840Z Compiling tokio v1.43.0
17282025-01-24T19:18:51.014Z Compiling serde_tokenstream v0.2.2
17292025-01-24T19:18:51.560Z Compiling uuid v1.12.0
17302025-01-24T19:18:51.698Z Compiling http v1.2.0
17312025-01-24T19:18:52.760Z Compiling which v4.4.2
17322025-01-24T19:18:52.864Z Compiling chrono v0.4.39
17332025-01-24T19:18:52.980Z Compiling rustc_version v0.4.1
17342025-01-24T19:18:56.180Z Compiling pest_meta v2.7.14
17352025-01-24T19:18:59.165Z Compiling block-padding v0.3.3
17362025-01-24T19:18:59.413Z Compiling openssl-macros v0.1.1
17372025-01-24T19:18:59.822Z Compiling native-tls v0.2.12
17382025-01-24T19:18:59.921Z Compiling rustls v0.23.19
17392025-01-24T19:19:00.133Z Compiling inout v0.1.3
17402025-01-24T19:19:00.162Z Compiling pest_generator v2.7.14
17412025-01-24T19:19:00.220Z Compiling tinystr v0.7.6
17422025-01-24T19:19:00.605Z Compiling serde_spanned v0.6.8
17432025-01-24T19:19:00.835Z Compiling toml_datetime v0.6.8
17442025-01-24T19:19:00.885Z Compiling tracing-core v0.1.32
17452025-01-24T19:19:01.017Z Compiling litemap v0.7.3
17462025-01-24T19:19:01.040Z Compiling writeable v0.5.5
17472025-01-24T19:19:01.284Z Compiling strsim v0.11.1
17482025-01-24T19:19:01.552Z Compiling dyn-clone v1.0.17
17492025-01-24T19:19:01.823Z Compiling pest_derive v2.7.14
17502025-01-24T19:19:02.257Z Compiling icu_locid v1.5.0
17512025-01-24T19:19:02.513Z Compiling tracing v0.1.40
17522025-01-24T19:19:03.061Z Compiling cipher v0.4.4
17532025-01-24T19:19:03.165Z Compiling sha2 v0.10.8
17542025-01-24T19:19:03.527Z Compiling usdt-impl v0.5.0
17552025-01-24T19:19:03.887Z Compiling cookie v0.18.1
17562025-01-24T19:19:03.937Z Compiling base64ct v1.6.0
17572025-01-24T19:19:04.438Z Compiling pem-rfc7468 v0.7.0
17582025-01-24T19:19:04.526Z Compiling icu_provider v1.5.0
17592025-01-24T19:19:05.368Z Compiling aws-lc-sys v0.22.0
17602025-01-24T19:19:05.463Z Compiling scroll v0.12.0
17612025-01-24T19:19:06.096Z Compiling ppv-lite86 v0.2.20
17622025-01-24T19:19:06.953Z Compiling async-trait v0.1.83
17632025-01-24T19:19:07.449Z Compiling icu_locid_transform_data v1.5.0
17642025-01-24T19:19:07.583Z Compiling anyhow v1.0.95
17652025-01-24T19:19:08.949Z Compiling plain v0.2.3
17662025-01-24T19:19:09.121Z Compiling percent-encoding v2.3.1
17672025-01-24T19:19:09.365Z Compiling flagset v0.4.6
17682025-01-24T19:19:09.595Z Compiling rustls-pki-types v1.10.0
17692025-01-24T19:19:09.615Z Compiling camino v1.1.9
17702025-01-24T19:19:10.227Z Compiling icu_locid_transform v1.5.0
17712025-01-24T19:19:11.176Z Compiling der v0.7.9
17722025-01-24T19:19:12.062Z Compiling goblin v0.8.2
17732025-01-24T19:19:14.545Z Compiling rand_chacha v0.3.1
17742025-01-24T19:19:15.246Z Compiling tokio-util v0.7.12
17752025-01-24T19:19:15.394Z Compiling icu_collections v1.5.0
17762025-01-24T19:19:16.452Z Compiling icu_properties_data v1.5.0
17772025-01-24T19:19:16.721Z Compiling mirai-annotations v1.12.0
17782025-01-24T19:19:16.918Z Compiling rustls v0.22.4
17792025-01-24T19:19:16.972Z Compiling pretty-hex v0.4.1
17802025-01-24T19:19:17.100Z Compiling rayon-core v1.12.1
17812025-01-24T19:19:17.193Z Compiling powerfmt v0.2.0
17822025-01-24T19:19:17.518Z Compiling untrusted v0.9.0
17832025-01-24T19:19:17.721Z Compiling untrusted v0.7.1
17842025-01-24T19:19:17.762Z Compiling dof v0.3.0
17852025-01-24T19:19:17.932Z Compiling deranged v0.3.11
17862025-01-24T19:19:18.166Z Compiling icu_properties v1.5.1
17872025-01-24T19:19:19.606Z Compiling rand v0.8.5
17882025-01-24T19:19:19.949Z Compiling spki v0.7.3
17892025-01-24T19:19:20.432Z Compiling salsa20 v0.10.2
17902025-01-24T19:19:20.477Z Compiling dtrace-parser v0.2.0
17912025-01-24T19:19:21.044Z Compiling pbkdf2 v0.12.2
17922025-01-24T19:19:22.075Z Compiling thread-id v4.2.2
17932025-01-24T19:19:22.094Z Compiling utf8_iter v1.0.4
17942025-01-24T19:19:22.138Z Compiling utf16_iter v1.0.5
17952025-01-24T19:19:22.371Z Compiling icu_normalizer_data v1.5.0
17962025-01-24T19:19:22.777Z Compiling atomic-waker v1.1.2
17972025-01-24T19:19:22.823Z Compiling num_threads v0.1.7
17982025-01-24T19:19:22.876Z Compiling write16 v1.0.0
17992025-01-24T19:19:22.948Z Compiling litrs v0.4.1
18002025-01-24T19:19:22.988Z Compiling winnow v0.5.40
18012025-01-24T19:19:23.183Z Compiling icu_normalizer v1.5.0
18022025-01-24T19:19:23.909Z Compiling document-features v0.2.10
18032025-01-24T19:19:24.722Z Compiling time v0.3.36
18042025-01-24T19:19:26.116Z Compiling toml_edit v0.19.15
18052025-01-24T19:19:27.348Z Compiling scrypt v0.11.0
18062025-01-24T19:19:27.367Z Compiling form_urlencoded v1.2.1
18072025-01-24T19:19:27.842Z Compiling cbc v0.1.2
18082025-01-24T19:19:27.860Z Compiling aes v0.8.4
18092025-01-24T19:19:27.901Z Compiling http-body v1.0.1
18102025-01-24T19:19:28.166Z Compiling multer v3.1.0
18112025-01-24T19:19:28.476Z Compiling tinyvec_macros v0.1.1
18122025-01-24T19:19:28.588Z Compiling try-lock v0.2.5
18132025-01-24T19:19:28.764Z Compiling slog-async v2.8.0
18142025-01-24T19:19:29.109Z Compiling rustversion v1.0.17
18152025-01-24T19:19:29.769Z Compiling want v0.3.1
18162025-01-24T19:19:29.788Z Compiling pkcs5 v0.7.1
18172025-01-24T19:19:30.065Z Compiling tinyvec v1.8.0
18182025-01-24T19:19:31.570Z Compiling idna_adapter v1.2.0
18192025-01-24T19:19:31.793Z Compiling h2 v0.4.6
18202025-01-24T19:19:32.324Z Compiling heapless v0.7.17
18212025-01-24T19:19:32.716Z Compiling bzip2-sys v0.1.11+1.0.8
18222025-01-24T19:19:33.180Z Compiling signal-hook v0.3.17
18232025-01-24T19:19:33.409Z Compiling httpdate v1.0.3
18242025-01-24T19:19:34.163Z Compiling idna v1.0.3
18252025-01-24T19:19:35.330Z Compiling pkcs8 v0.10.2
18262025-01-24T19:19:36.616Z Compiling usdt-attr-macro v0.5.0
18272025-01-24T19:19:36.618Z Compiling usdt-macro v0.5.0
18282025-01-24T19:19:38.036Z Compiling async-stream-impl v0.3.6
18292025-01-24T19:19:38.052Z Compiling adler2 v2.0.0
18302025-01-24T19:19:38.320Z Compiling tower-service v0.3.3
18312025-01-24T19:19:38.485Z Compiling base64 v0.22.1
18322025-01-24T19:19:39.215Z Compiling miniz_oxide v0.8.0
18332025-01-24T19:19:40.258Z Compiling hyper v1.5.2
18342025-01-24T19:19:42.574Z Compiling curve25519-dalek v4.1.3
18352025-01-24T19:19:43.090Z Compiling openapiv3 v2.0.0
18362025-01-24T19:19:45.388Z Compiling hyper-util v0.1.10
18372025-01-24T19:19:45.978Z Compiling enum-as-inner v0.6.1
18382025-01-24T19:19:46.781Z Compiling dropshot v0.12.0
18392025-01-24T19:19:46.968Z Compiling smoltcp v0.9.1
18402025-01-24T19:19:47.092Z Compiling newtype-uuid v1.2.1
18412025-01-24T19:19:47.203Z Compiling foreign-types-shared v0.1.1
18422025-01-24T19:19:47.385Z Compiling match_cfg v0.1.0
18432025-01-24T19:19:47.526Z Compiling portable-atomic v1.9.0
18442025-01-24T19:19:47.704Z Compiling num-bigint-dig v0.8.4
18452025-01-24T19:19:48.025Z Compiling foreign-types v0.3.2
18462025-01-24T19:19:48.169Z Compiling hostname v0.3.1
18472025-01-24T19:19:50.937Z Compiling url v2.5.3
18482025-01-24T19:19:52.831Z Compiling http-body-util v0.1.2
18492025-01-24T19:19:53.008Z Compiling dirs-sys-next v0.1.2
18502025-01-24T19:19:53.200Z Compiling encoding_rs v0.8.34
18512025-01-24T19:19:53.384Z Compiling ident_case v1.0.1
18522025-01-24T19:19:53.445Z Compiling data-encoding v2.6.0
18532025-01-24T19:19:53.584Z Compiling gimli v0.31.1
18542025-01-24T19:19:54.916Z Compiling heck v0.4.1
18552025-01-24T19:19:55.317Z Compiling mime v0.3.17
18562025-01-24T19:19:55.982Z Compiling siphasher v0.3.11
18572025-01-24T19:19:56.373Z Compiling darling_core v0.20.10
18582025-01-24T19:19:56.393Z Compiling dirs-next v2.0.0
18592025-01-24T19:20:00.208Z Compiling addr2line v0.24.2
18602025-01-24T19:20:01.986Z Compiling unicode-normalization v0.1.24
18612025-01-24T19:20:03.066Z Compiling serde_urlencoded v0.7.1
18622025-01-24T19:20:03.632Z Compiling crossbeam-epoch v0.9.18
18632025-01-24T19:20:04.094Z Compiling rustls-pemfile v2.2.0
18642025-01-24T19:20:04.284Z Compiling hubpack_derive v0.1.1
18652025-01-24T19:20:04.306Z Compiling dropshot_endpoint v0.12.0
18662025-01-24T19:20:04.576Z Compiling sha1 v0.10.6
18672025-01-24T19:20:04.596Z Compiling signature v2.2.0
18682025-01-24T19:20:04.832Z Compiling curve25519-dalek-derive v0.1.1
18692025-01-24T19:20:04.966Z Compiling zerocopy-derive v0.6.6
18702025-01-24T19:20:06.239Z Compiling object v0.36.5
18712025-01-24T19:20:06.775Z Compiling thread_local v1.1.8
18722025-01-24T19:20:07.206Z Compiling fs-err v2.11.0
18732025-01-24T19:20:08.091Z Compiling ipnet v2.10.1
18742025-01-24T19:20:09.033Z Compiling openssl-probe v0.1.5
18752025-01-24T19:20:09.652Z Compiling anstyle v1.0.10
18762025-01-24T19:20:10.089Z Compiling winnow v0.6.20
18772025-01-24T19:20:10.934Z Compiling utf8parse v0.2.2
18782025-01-24T19:20:12.303Z Compiling unicode-properties v0.1.3
18792025-01-24T19:20:12.737Z Compiling rustc-demangle v0.1.24
18802025-01-24T19:20:14.702Z Compiling unicode-bidi v0.3.17
18812025-01-24T19:20:16.724Z Compiling stringprep v0.1.5
18822025-01-24T19:20:17.055Z Compiling rustls-webpki v0.102.8
18832025-01-24T19:20:17.791Z Compiling backtrace v0.3.74
18842025-01-24T19:20:20.520Z Compiling toml_edit v0.22.22
18852025-01-24T19:20:26.518Z Compiling anstyle-parse v0.2.5
18862025-01-24T19:20:28.490Z Compiling crossbeam-deque v0.8.5
18872025-01-24T19:20:28.776Z Compiling darling_macro v0.20.10
18882025-01-24T19:20:28.844Z Compiling term v0.7.0
18892025-01-24T19:20:29.169Z Compiling slog-json v2.6.1
18902025-01-24T19:20:30.109Z Compiling crossbeam-channel v0.5.13
18912025-01-24T19:20:30.541Z Compiling hashbrown v0.14.5
18922025-01-24T19:20:31.078Z Compiling futures-executor v0.3.31
18932025-01-24T19:20:31.421Z Compiling num-integer v0.1.46
18942025-01-24T19:20:31.526Z Compiling md-5 v0.10.6
18952025-01-24T19:20:31.561Z Compiling ff v0.13.0
18962025-01-24T19:20:31.707Z Compiling hash32 v0.2.1
18972025-01-24T19:20:31.760Z Compiling is-terminal v0.4.13
18982025-01-24T19:20:31.779Z Compiling memmap v0.7.0
18992025-01-24T19:20:31.898Z Compiling fallible-iterator v0.2.0
19002025-01-24T19:20:32.052Z Compiling utf-8 v0.7.6
19012025-01-24T19:20:32.084Z Compiling psl-types v2.0.11
19022025-01-24T19:20:32.102Z Compiling base16ct v0.2.0
19032025-01-24T19:20:32.297Z Compiling colorchoice v1.0.2
19042025-01-24T19:20:32.469Z Compiling linked-hash-map v0.5.6
19052025-01-24T19:20:32.579Z Compiling take_mut v0.2.2
19062025-01-24T19:20:32.777Z Compiling quick-error v1.2.3
19072025-01-24T19:20:32.815Z Compiling anstyle-query v1.1.1
19082025-01-24T19:20:32.849Z Compiling is_terminal_polyfill v1.70.1
19092025-01-24T19:20:32.934Z Compiling resolv-conf v0.7.0
19102025-01-24T19:20:32.979Z Compiling anstream v0.6.15
19112025-01-24T19:20:32.998Z Compiling lru-cache v0.1.2
19122025-01-24T19:20:33.382Z Compiling publicsuffix v2.3.0
19132025-01-24T19:20:33.552Z Compiling postgres-protocol v0.6.7
19142025-01-24T19:20:33.555Z Compiling sec1 v0.7.3
19152025-01-24T19:20:33.735Z Compiling tungstenite v0.24.0
19162025-01-24T19:20:34.111Z Compiling usdt v0.5.0
19172025-01-24T19:20:34.539Z Compiling num-iter v0.1.45
19182025-01-24T19:20:34.684Z Compiling slog-term v2.9.1
19192025-01-24T19:20:34.740Z Compiling group v0.13.0
19202025-01-24T19:20:35.070Z Compiling regress v0.10.1
19212025-01-24T19:20:35.387Z Compiling futures v0.3.31
19222025-01-24T19:20:38.101Z Compiling darling v0.20.10
19232025-01-24T19:20:38.406Z Compiling slog-bunyan v2.5.0
19242025-01-24T19:20:38.774Z Compiling tokio-native-tls v0.3.1
19252025-01-24T19:20:38.968Z Compiling tokio-rustls v0.26.0
19262025-01-24T19:20:39.084Z Compiling toml v0.8.19
19272025-01-24T19:20:39.392Z Compiling tokio-rustls v0.25.0
19282025-01-24T19:20:39.803Z Compiling hickory-proto v0.24.2
19292025-01-24T19:20:39.841Z Compiling phf_shared v0.11.2
19302025-01-24T19:20:40.195Z Compiling strum_macros v0.25.3
19312025-01-24T19:20:40.763Z Compiling async-stream v0.3.6
19322025-01-24T19:20:40.807Z Compiling waitgroup v0.1.2
19332025-01-24T19:20:40.942Z Compiling webpki-roots v0.26.6
19342025-01-24T19:20:41.147Z Compiling terminal_size v0.4.0
19352025-01-24T19:20:41.254Z Compiling hkdf v0.12.4
19362025-01-24T19:20:41.372Z Compiling serde_path_to_error v0.1.16
19372025-01-24T19:20:41.656Z Compiling crypto-bigint v0.5.5
19382025-01-24T19:20:42.093Z Compiling clap_derive v4.5.18
19392025-01-24T19:20:42.097Z Compiling serde_repr v0.1.19
19402025-01-24T19:20:43.182Z Compiling derive-where v1.2.7
19412025-01-24T19:20:43.595Z Compiling hostname v0.4.0
19422025-01-24T19:20:43.817Z Compiling crc32fast v1.4.2
19432025-01-24T19:20:44.171Z Compiling debug-ignore v1.0.5
19442025-01-24T19:20:44.332Z Compiling managed v0.8.0
19452025-01-24T19:20:44.777Z Compiling bitflags v1.3.2
19462025-01-24T19:20:44.902Z Compiling clap_lex v0.7.2
19472025-01-24T19:20:45.496Z Compiling unicode-width v0.1.14
19482025-01-24T19:20:45.810Z Compiling hickory-resolver v0.24.2
19492025-01-24T19:20:46.051Z Compiling console v0.15.8
19502025-01-24T19:20:46.128Z Compiling clap_builder v4.5.21
19512025-01-24T19:20:48.078Z Compiling elliptic-curve v0.13.8
19522025-01-24T19:20:49.691Z Compiling flate2 v1.0.35
19532025-01-24T19:20:50.875Z Compiling hyper-rustls v0.27.3
19542025-01-24T19:20:52.662Z Compiling phf v0.11.2
19552025-01-24T19:20:52.969Z Compiling hyper-tls v0.6.0
19562025-01-24T19:20:53.660Z Compiling typify-impl v0.2.0
19572025-01-24T19:20:53.721Z Compiling signal-hook-mio v0.2.4
19582025-01-24T19:20:53.794Z Compiling rayon v1.10.0
19592025-01-24T19:20:54.168Z Compiling bzip2 v0.4.4
19602025-01-24T19:20:54.554Z Compiling cookie_store v0.21.1
19612025-01-24T19:20:57.176Z Compiling tokio-tungstenite v0.24.0
19622025-01-24T19:20:57.755Z Compiling postgres-types v0.2.8
19632025-01-24T19:20:58.240Z Compiling zerocopy v0.6.6
19642025-01-24T19:20:58.504Z Compiling hubpack v0.1.2
19652025-01-24T19:20:58.940Z Compiling ed25519 v2.2.3
19662025-01-24T19:20:58.971Z Compiling phf_shared v0.10.0
19672025-01-24T19:20:59.028Z Compiling pkcs1 v0.7.5
19682025-01-24T19:20:59.374Z Compiling tokio-stream v0.1.16
19692025-01-24T19:20:59.474Z Compiling ipnetwork v0.20.0
19702025-01-24T19:20:59.974Z Compiling rfc6979 v0.4.0
19712025-01-24T19:21:00.180Z Compiling serde-big-array v0.5.1
19722025-01-24T19:21:00.336Z Compiling float-cmp v0.9.0
19732025-01-24T19:21:00.425Z Compiling sync_wrapper v1.0.1
19742025-01-24T19:21:00.564Z Compiling bstr v1.10.0
19752025-01-24T19:21:00.622Z Compiling unicode-segmentation v1.12.0
19762025-01-24T19:21:01.484Z Compiling fixedbitset v0.4.2
19772025-01-24T19:21:01.620Z Compiling difflib v0.4.0
19782025-01-24T19:21:02.021Z Compiling whoami v1.5.2
19792025-01-24T19:21:02.540Z Compiling new_debug_unreachable v1.0.6
19802025-01-24T19:21:02.673Z Compiling bit-vec v0.6.3
19812025-01-24T19:21:02.753Z Compiling unicode-width v0.2.0
19822025-01-24T19:21:02.821Z Compiling number_prefix v0.4.0
19832025-01-24T19:21:03.089Z Compiling normalize-line-endings v0.3.0
19842025-01-24T19:21:03.238Z Compiling precomputed-hash v0.1.1
19852025-01-24T19:21:03.292Z Compiling predicates-core v1.0.8
19862025-01-24T19:21:03.309Z Compiling static_assertions v1.1.0
19872025-01-24T19:21:03.379Z Compiling string_cache v0.8.7
19882025-01-24T19:21:03.424Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19892025-01-24T19:21:03.581Z Compiling predicates v3.1.2
19902025-01-24T19:21:03.783Z Compiling indicatif v0.17.9
19912025-01-24T19:21:04.136Z Compiling typify-macro v0.2.0
19922025-01-24T19:21:04.882Z Compiling reqwest v0.12.9
19932025-01-24T19:21:04.906Z Compiling bit-set v0.5.3
19942025-01-24T19:21:05.188Z Compiling tokio-postgres v0.7.12
19952025-01-24T19:21:05.541Z Compiling petgraph v0.6.5
19962025-01-24T19:21:07.505Z Compiling similar v2.6.0
19972025-01-24T19:21:09.387Z Compiling qorb v0.2.1
19982025-01-24T19:21:09.487Z Compiling ecdsa v0.16.9
19992025-01-24T19:21:10.482Z Compiling rsa v0.9.6
20002025-01-24T19:21:10.732Z Compiling ed25519-dalek v2.1.1
20012025-01-24T19:21:11.573Z Compiling zip v0.6.6
20022025-01-24T19:21:11.985Z Compiling crossterm v0.28.1
20032025-01-24T19:21:12.606Z Compiling clap v4.5.21
20042025-01-24T19:21:14.215Z Compiling toml v0.7.8
20052025-01-24T19:21:14.627Z Compiling x509-cert v0.2.5
20062025-01-24T19:21:15.383Z Compiling hex v0.4.3
20072025-01-24T19:21:16.218Z Compiling itertools v0.10.5
20082025-01-24T19:21:16.626Z Compiling lalrpop-util v0.19.12
20092025-01-24T19:21:17.000Z Compiling unicode-xid v0.2.6
20102025-01-24T19:21:17.054Z Compiling peg-runtime v0.8.3
20112025-01-24T19:21:17.206Z Compiling zerocopy v0.8.10
20122025-01-24T19:21:18.765Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20132025-01-24T19:21:23.436Z Compiling proc-macro-crate v1.3.1
20142025-01-24T19:21:24.363Z Compiling macaddr v1.0.1
20152025-01-24T19:21:24.695Z Compiling zerocopy-derive v0.8.10
20162025-01-24T19:21:24.732Z Compiling itertools v0.13.0
20172025-01-24T19:21:27.121Z Compiling heapless v0.8.0
20182025-01-24T19:21:27.722Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20192025-01-24T19:21:33.176Z Compiling num_enum_derive v0.5.11
20202025-01-24T19:21:40.995Z Compiling hash32 v0.3.1
20212025-01-24T19:21:41.044Z Compiling smoltcp v0.11.0
20222025-01-24T19:21:41.677Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20232025-01-24T19:21:47.601Z Compiling num_enum v0.5.11
20242025-01-24T19:21:47.601Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20252025-01-24T19:21:47.775Z Compiling typify v0.2.0
20262025-01-24T19:21:47.934Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
20272025-01-24T19:21:48.789Z Compiling proc-macro-error-attr v1.0.4
20282025-01-24T19:21:49.114Z Compiling thiserror v2.0.11
20292025-01-24T19:21:49.146Z Compiling unsafe-libyaml v0.2.11
20302025-01-24T19:21:49.684Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20312025-01-24T19:21:50.729Z Compiling cobs v0.2.3
20322025-01-24T19:21:50.877Z Compiling serde_yaml v0.9.34+deprecated
20332025-01-24T19:21:50.971Z Compiling postcard v1.0.10
20342025-01-24T19:22:03.572Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20352025-01-24T19:22:06.713Z Compiling progenitor-impl v0.8.0
20362025-01-24T19:22:17.232Z Compiling strum_macros v0.26.4
20372025-01-24T19:22:18.600Z Compiling thiserror-impl v2.0.11
20382025-01-24T19:22:18.817Z Compiling foreign-types-macros v0.2.3
20392025-01-24T19:22:19.044Z Compiling structmeta-derive v0.3.0
20402025-01-24T19:22:19.095Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20412025-01-24T19:22:19.205Z Compiling proc-macro-error v1.0.4
20422025-01-24T19:22:19.962Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20432025-01-24T19:22:20.414Z Compiling foreign-types-shared v0.3.1
20442025-01-24T19:22:21.393Z Compiling strum v0.26.3
20452025-01-24T19:22:21.395Z Compiling structmeta v0.3.0
20462025-01-24T19:22:22.428Z Compiling foreign-types v0.5.0
20472025-01-24T19:22:26.631Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20482025-01-24T19:22:30.517Z Compiling progenitor-macro v0.8.0
20492025-01-24T19:22:34.175Z Compiling progenitor-client v0.8.0
20502025-01-24T19:22:35.053Z Compiling tabwriter v1.4.0
20512025-01-24T19:22:36.674Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20522025-01-24T19:22:37.885Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20532025-01-24T19:22:38.669Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20542025-01-24T19:22:38.697Z Compiling cstr-argument v0.1.2
20552025-01-24T19:22:38.981Z Compiling dropshot v0.15.1
20562025-01-24T19:22:39.497Z Compiling pretty-hex v0.2.1
20572025-01-24T19:22:39.751Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20582025-01-24T19:22:40.064Z Compiling crucible-workspace-hack v0.1.0
20592025-01-24T19:22:40.087Z Compiling fastrand v2.1.1
20602025-01-24T19:22:40.546Z Compiling tempfile v3.13.0
20612025-01-24T19:22:40.563Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20622025-01-24T19:22:41.026Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20632025-01-24T19:22:41.064Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20642025-01-24T19:22:41.279Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20652025-01-24T19:22:41.475Z Compiling progenitor v0.8.0
20662025-01-24T19:22:41.876Z Compiling parse-display-derive v0.10.0
20672025-01-24T19:22:42.179Z Compiling colored v2.1.0
20682025-01-24T19:22:42.368Z Compiling serde_with_macros v3.11.0
20692025-01-24T19:22:42.939Z Compiling dropshot_endpoint v0.15.1
20702025-01-24T19:22:43.418Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20712025-01-24T19:22:44.175Z Compiling instant v0.1.13
20722025-01-24T19:22:44.366Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20732025-01-24T19:22:44.794Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20742025-01-24T19:22:44.813Z Compiling serde_with v3.11.0
20752025-01-24T19:22:45.418Z Compiling parse-display v0.10.0
20762025-01-24T19:22:46.802Z Compiling backoff v0.4.0
20772025-01-24T19:22:47.182Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20782025-01-24T19:22:47.416Z Compiling zone_cfg_derive v0.3.0
20792025-01-24T19:22:47.759Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20802025-01-24T19:22:48.486Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20812025-01-24T19:22:48.505Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20822025-01-24T19:22:48.751Z Compiling camino-tempfile v1.1.1
20832025-01-24T19:22:48.951Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
20842025-01-24T19:22:49.196Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20852025-01-24T19:22:49.404Z Compiling regress v0.9.1
20862025-01-24T19:22:49.421Z Compiling progenitor-client v0.9.1
20872025-01-24T19:22:49.522Z Compiling num-derive v0.4.2
20882025-01-24T19:22:50.293Z Compiling sigpipe v0.1.3
20892025-01-24T19:22:50.448Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20902025-01-24T19:22:50.762Z Compiling libefi-sys v0.1.0
20912025-01-24T19:22:51.151Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20922025-01-24T19:22:51.682Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
20932025-01-24T19:22:53.259Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20942025-01-24T19:22:54.388Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20952025-01-24T19:22:56.966Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
20962025-01-24T19:22:57.359Z Compiling zone v0.3.0
20972025-01-24T19:22:57.991Z Compiling smf v0.2.3
20982025-01-24T19:23:00.613Z Compiling bitfield-struct v0.6.2
20992025-01-24T19:23:00.684Z Compiling blake3 v1.5.4
21002025-01-24T19:23:00.966Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21012025-01-24T19:23:01.522Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21022025-01-24T19:23:01.614Z Compiling xattr v1.3.1
21032025-01-24T19:23:01.879Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21042025-01-24T19:23:01.949Z Compiling filetime v0.2.25
21052025-01-24T19:23:01.999Z Compiling memmap2 v0.9.5
21062025-01-24T19:23:02.327Z Compiling constant_time_eq v0.3.1
21072025-01-24T19:23:02.532Z Compiling same-file v1.0.6
21082025-01-24T19:23:02.570Z Compiling arrayref v0.3.9
21092025-01-24T19:23:02.606Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21102025-01-24T19:23:02.681Z Compiling arrayvec v0.7.6
21112025-01-24T19:23:02.706Z Compiling tar v0.4.42
21122025-01-24T19:23:02.768Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21132025-01-24T19:23:02.845Z Compiling walkdir v2.5.0
21142025-01-24T19:23:04.526Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21152025-01-24T19:23:04.959Z Compiling gethostname v0.5.0
21162025-01-24T19:23:05.197Z Compiling cargo-platform v0.1.8
21172025-01-24T19:23:05.444Z Compiling topological-sort v0.2.2
21182025-01-24T19:23:05.744Z Compiling omicron-zone-package v0.12.0
21192025-01-24T19:23:05.833Z Compiling cargo_metadata v0.18.1
21202025-01-24T19:23:06.230Z Compiling shell-words v1.1.0
21212025-01-24T19:23:06.763Z Compiling indent_write v2.2.0
21222025-01-24T19:23:12.929Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21232025-01-24T19:23:13.787Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21242025-01-24T19:23:16.787Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21252025-01-24T19:23:35.035Z Finished `release` profile [optimized] target(s) in 5m 13s
21262025-01-24T19:23:35.203Z Running `target/release/omicron-package -t test target create -p dev`
21272025-01-24T19:23:35.254ZLogging to: /work/oxidecomputer/omicron/out/LOG
21282025-01-24T19:23:35.257ZCreated new build target 'test' and set it as active
21292025-01-24T19:23:35.257Z
21302025-01-24T19:23:35.257Zreal 5:14.206630469
21312025-01-24T19:23:35.257Zuser 36:41.716569493
21322025-01-24T19:23:35.257Zsys 3:22.753310341
21332025-01-24T19:23:35.257Ztrap 1.150653240
21342025-01-24T19:23:35.257Ztflt 2.986584273
21352025-01-24T19:23:35.257Zdflt 0.646069341
21362025-01-24T19:23:35.257Zkflt 0.062841463
21372025-01-24T19:23:35.257Zlock 1:13:48.248008358
21382025-01-24T19:23:35.257Zslp 2:28:01.765888836
21392025-01-24T19:23:35.257Zlat 2:44.014625603
21402025-01-24T19:23:35.257Zstop 4:42.529279513
21412025-01-24T19:23:35.261Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21422025-01-24T19:23:36.266Z Finished `release` profile [optimized] target(s) in 0.95s
21432025-01-24T19:23:36.325Z Running `target/release/omicron-package -t test package`
21442025-01-24T19:23:36.370ZLogging to: /work/oxidecomputer/omicron/out/LOG
21452025-01-24T19:23:37.509Z Compiling thiserror v2.0.11
21462025-01-24T19:23:37.644Z Compiling typify-impl v0.3.0
21472025-01-24T19:23:37.661Z Compiling convert_case v0.4.0
21482025-01-24T19:23:37.661Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21492025-01-24T19:23:37.661Z Compiling newline-converter v0.3.0
21502025-01-24T19:23:37.661Z Compiling password-hash v0.5.0
21512025-01-24T19:23:37.661Z Compiling blake2 v0.10.6
21522025-01-24T19:23:37.661Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21532025-01-24T19:23:37.871Z Compiling expectorate v1.1.0
21542025-01-24T19:23:37.983Z Compiling base64 v0.21.7
21552025-01-24T19:23:38.151Z Compiling atomicwrites v0.4.4
21562025-01-24T19:23:38.412Z Compiling argon2 v0.5.3
21572025-01-24T19:23:38.455Z Compiling derive_more v0.99.18
21582025-01-24T19:23:38.673Z Compiling owo-colors v4.1.0
21592025-01-24T19:23:38.974Z Compiling cancel-safe-futures v0.1.5
21602025-01-24T19:23:39.021Z Compiling num-rational v0.4.2
21612025-01-24T19:23:39.040Z Compiling progenitor-client v0.9.1
21622025-01-24T19:23:39.349Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21632025-01-24T19:23:39.567Z Compiling num-complex v0.4.6
21642025-01-24T19:23:40.567Z Compiling num v0.4.3
21652025-01-24T19:23:40.700Z Compiling libsw v3.3.1
21662025-01-24T19:23:40.718Z Compiling linear-map v1.2.0
21672025-01-24T19:23:40.733Z Compiling swrite v0.1.0
21682025-01-24T19:23:40.891Z Compiling float-ord v0.3.2
21692025-01-24T19:23:41.051Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21702025-01-24T19:23:41.091Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21712025-01-24T19:23:41.110Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21722025-01-24T19:23:41.362Z Compiling highway v1.2.0
21732025-01-24T19:23:42.242Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21742025-01-24T19:23:42.817Z Compiling semver v0.1.20
21752025-01-24T19:23:43.371Z Compiling rustc_version v0.1.7
21762025-01-24T19:23:43.785Z Compiling newtype_derive v0.1.6
21772025-01-24T19:23:44.078Z Compiling tungstenite v0.21.0
21782025-01-24T19:23:44.307Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21792025-01-24T19:23:48.735Z Compiling typify-macro v0.3.0
21802025-01-24T19:23:48.916Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21812025-01-24T19:23:49.119Z Compiling ipnetwork v0.20.0
21822025-01-24T19:23:49.868Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
21832025-01-24T19:23:50.144Z Compiling tokio-tungstenite v0.21.0
21842025-01-24T19:23:50.482Z Compiling progenitor-client v0.8.0
21852025-01-24T19:23:50.508Z Compiling humantime v2.1.0
21862025-01-24T19:23:50.907Z Compiling progenitor v0.8.0
21872025-01-24T19:23:50.935Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
21882025-01-24T19:23:51.128Z Compiling dropshot v0.15.1
21892025-01-24T19:23:51.207Z Compiling instant v0.1.13
21902025-01-24T19:23:51.373Z Compiling backoff v0.4.0
21912025-01-24T19:23:51.752Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21922025-01-24T19:23:51.776Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21932025-01-24T19:23:52.081Z Compiling typify v0.3.0
21942025-01-24T19:23:52.232Z Compiling progenitor-impl v0.9.1
21952025-01-24T19:23:58.343Z Compiling progenitor-macro v0.9.1
21962025-01-24T19:23:58.986Z Compiling steno v0.4.1
21972025-01-24T19:23:59.473Z Compiling parse-display v0.10.0
21982025-01-24T19:23:59.504Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21992025-01-24T19:23:59.713Z Compiling strum v0.26.3
22002025-01-24T19:23:59.930Z Compiling serde_with v3.11.0
22012025-01-24T19:24:00.022Z Compiling regress v0.9.1
22022025-01-24T19:24:03.638Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22032025-01-24T19:24:04.732Z Compiling macaddr v1.0.1
22042025-01-24T19:24:05.219Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22052025-01-24T19:24:05.222Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22062025-01-24T19:24:05.311Z Compiling slog-dtrace v0.3.0
22072025-01-24T19:24:05.769Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
22082025-01-24T19:24:05.835Z Compiling prettyplease v0.2.25
22092025-01-24T19:24:07.940Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22102025-01-24T19:24:09.381Z Compiling progenitor v0.9.1
22112025-01-24T19:24:09.634Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22122025-01-24T19:24:11.353Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22132025-01-24T19:24:20.707Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22142025-01-24T19:24:22.604Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22152025-01-24T19:24:22.956Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22162025-01-24T19:24:24.038Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22172025-01-24T19:24:25.149Z Compiling half v2.4.1
22182025-01-24T19:24:27.594Z Compiling ciborium-io v0.2.2
22192025-01-24T19:24:27.767Z Compiling ciborium-ll v0.2.2
22202025-01-24T19:24:28.315Z Compiling ciborium v0.2.2
22212025-01-24T19:24:28.522Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22222025-01-24T19:24:29.148Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22232025-01-24T19:24:30.340Z Compiling display-error-chain v0.2.2
22242025-01-24T19:24:30.397Z Compiling same-file v1.0.6
22252025-01-24T19:24:30.575Z Compiling fastrand v2.1.1
22262025-01-24T19:24:30.647Z Compiling walkdir v2.5.0
22272025-01-24T19:24:31.064Z Compiling tempfile v3.13.0
22282025-01-24T19:24:31.286Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22292025-01-24T19:24:31.805Z Compiling blake3 v1.5.4
22302025-01-24T19:24:32.501Z Compiling const_format_proc_macros v0.2.33
22312025-01-24T19:24:33.988Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22322025-01-24T19:24:34.270Z Compiling xattr v1.3.1
22332025-01-24T19:24:34.395Z Compiling memmap2 v0.9.5
22342025-01-24T19:24:34.521Z Compiling filetime v0.2.25
22352025-01-24T19:24:34.539Z Compiling constant_time_eq v0.3.1
22362025-01-24T19:24:34.716Z Compiling arrayvec v0.7.6
22372025-01-24T19:24:34.806Z Compiling arrayref v0.3.9
22382025-01-24T19:24:34.827Z Compiling crunchy v0.2.2
22392025-01-24T19:24:34.930Z Compiling keccak v0.1.5
22402025-01-24T19:24:35.133Z Compiling maplit v1.0.2
22412025-01-24T19:24:35.273Z Compiling sha3 v0.10.8
22422025-01-24T19:24:36.032Z Compiling tar v0.4.42
22432025-01-24T19:24:36.117Z Compiling const_format v0.2.33
22442025-01-24T19:24:36.314Z Compiling camino-tempfile v1.1.1
22452025-01-24T19:24:36.755Z Compiling toolchain_find v0.4.0
22462025-01-24T19:24:36.909Z Compiling topological-sort v0.2.2
22472025-01-24T19:24:37.157Z Compiling radium v0.7.0
22482025-01-24T19:24:37.326Z Compiling tiny-keccak v2.0.2
22492025-01-24T19:24:37.366Z Compiling omicron-zone-package v0.12.0
22502025-01-24T19:24:37.636Z Compiling rustfmt-wrapper v0.2.1
22512025-01-24T19:24:37.883Z Compiling dsl_auto_type v0.1.2
22522025-01-24T19:24:38.091Z Compiling scheduled-thread-pool v0.2.7
22532025-01-24T19:24:38.249Z Compiling diesel_table_macro_syntax v0.2.0
22542025-01-24T19:24:38.651Z Compiling maybe-uninit v2.0.0
22552025-01-24T19:24:39.145Z Compiling tap v1.0.1
22562025-01-24T19:24:39.182Z Compiling diesel_derives v2.2.3
22572025-01-24T19:24:39.369Z Compiling wyz v0.5.1
22582025-01-24T19:24:39.631Z Compiling r2d2 v0.8.10
22592025-01-24T19:24:40.273Z Compiling phf_generator v0.11.2
22602025-01-24T19:24:40.488Z Compiling ascii-canvas v3.0.0
22612025-01-24T19:24:40.580Z Compiling secrecy v0.8.0
22622025-01-24T19:24:40.858Z Compiling async-recursion v1.1.1
22632025-01-24T19:24:40.915Z Compiling ena v0.14.3
22642025-01-24T19:24:41.323Z Compiling packed_struct v0.10.1
22652025-01-24T19:24:41.504Z Compiling crc-catalog v2.4.0
22662025-01-24T19:24:41.695Z Compiling diff v0.1.13
22672025-01-24T19:24:41.752Z Compiling arc-swap v1.7.1
22682025-01-24T19:24:42.189Z Compiling regex-syntax v0.6.29
22692025-01-24T19:24:42.225Z Compiling funty v2.0.0
22702025-01-24T19:24:42.404Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22712025-01-24T19:24:42.458Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22722025-01-24T19:24:42.770Z Compiling slog-scope v4.4.0
22732025-01-24T19:24:43.030Z Compiling crc v3.2.1
22742025-01-24T19:24:43.577Z Compiling bitvec v1.0.1
22752025-01-24T19:24:44.937Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22762025-01-24T19:24:45.058Z Compiling phf_codegen v0.11.2
22772025-01-24T19:24:45.415Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22782025-01-24T19:24:46.468Z Compiling lalrpop v0.19.12
22792025-01-24T19:24:47.105Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22802025-01-24T19:24:47.337Z Compiling universal-hash v0.5.1
22812025-01-24T19:24:47.608Z Compiling thiserror-impl-no-std v2.0.2
22822025-01-24T19:24:47.908Z Compiling packed_struct_codegen v0.10.1
22832025-01-24T19:24:49.841Z Compiling diesel v2.2.6
22842025-01-24T19:24:50.147Z Compiling parse-zoneinfo v0.3.1
22852025-01-24T19:24:50.201Z Compiling indexmap v1.9.3
22862025-01-24T19:24:50.548Z Compiling unicase v2.7.0
22872025-01-24T19:24:50.901Z Compiling opaque-debug v0.3.1
22882025-01-24T19:24:51.034Z Compiling nodrop v0.1.14
22892025-01-24T19:24:51.194Z Compiling ref-cast v1.0.23
22902025-01-24T19:24:51.502Z Compiling array-init v0.0.4
22912025-01-24T19:24:51.755Z Compiling poly1305 v0.8.0
22922025-01-24T19:24:52.496Z Compiling chrono-tz-build v0.4.0
22932025-01-24T19:24:53.601Z Compiling thiserror-no-std v2.0.2
22942025-01-24T19:24:53.751Z Compiling smallvec v0.6.14
22952025-01-24T19:24:54.233Z Compiling slog-stdlog v4.1.1
22962025-01-24T19:24:55.597Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22972025-01-24T19:24:55.914Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22982025-01-24T19:24:56.230Z Compiling derive_builder_core v0.20.2
22992025-01-24T19:24:57.332Z Compiling chacha20 v0.9.1
23002025-01-24T19:24:57.856Z Compiling headers-core v0.3.0
23012025-01-24T19:24:58.063Z Compiling aead v0.5.2
23022025-01-24T19:24:58.245Z Compiling libxml v0.3.3
23032025-01-24T19:24:58.426Z Compiling ref-cast-impl v1.0.23
23042025-01-24T19:24:58.627Z Compiling vte_generate_state_changes v0.1.2
23052025-01-24T19:24:59.217Z Compiling hashbrown v0.12.3
23062025-01-24T19:24:59.528Z Compiling bitfield v0.14.0
23072025-01-24T19:24:59.836Z Compiling termcolor v1.4.1
23082025-01-24T19:25:00.891Z Compiling env_logger v0.10.2
23092025-01-24T19:25:01.518Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23102025-01-24T19:25:04.146Z Compiling vte v0.11.1
23112025-01-24T19:25:05.715Z Compiling chacha20poly1305 v0.10.1
23122025-01-24T19:25:05.988Z Compiling derive_builder_macro v0.20.2
23132025-01-24T19:25:06.857Z Compiling headers v0.4.0
23142025-01-24T19:25:09.380Z Compiling polar-core v0.27.3
23152025-01-24T19:25:10.531Z Compiling slog-envlogger v2.2.0
23162025-01-24T19:25:11.695Z Compiling serde-hex v0.1.0
23172025-01-24T19:25:13.160Z Compiling vsss-rs v3.3.4
23182025-01-24T19:25:16.766Z Compiling chrono-tz v0.10.1
23192025-01-24T19:25:17.263Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23202025-01-24T19:25:17.414Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23212025-01-24T19:25:17.746Z Compiling ron v0.8.1
23222025-01-24T19:25:20.192Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23232025-01-24T19:25:20.506Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23242025-01-24T19:25:21.909Z Compiling hashbrown v0.13.2
23252025-01-24T19:25:23.225Z Compiling strum_macros v0.24.3
23262025-01-24T19:25:23.432Z Compiling fxhash v0.2.1
23272025-01-24T19:25:23.673Z Compiling samael v0.0.17
23282025-01-24T19:25:24.808Z Compiling bumpalo v3.16.0
23292025-01-24T19:25:25.261Z Compiling simd-adler32 v0.3.7
23302025-01-24T19:25:25.391Z Compiling indoc v1.0.9
23312025-01-24T19:25:26.228Z Compiling lockfree-object-pool v0.1.6
23322025-01-24T19:25:26.248Z Compiling zip v2.1.3
23332025-01-24T19:25:26.520Z Compiling bytecount v0.6.8
23342025-01-24T19:25:26.541Z Compiling crc-any v2.5.0
23352025-01-24T19:25:26.618Z Compiling zopfli v0.8.1
23362025-01-24T19:25:26.765Z Compiling papergrid v0.11.0
23372025-01-24T19:25:27.503Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23382025-01-24T19:25:36.278Z Compiling object v0.30.4
23392025-01-24T19:25:36.579Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23402025-01-24T19:25:39.705Z Compiling derive_builder v0.20.2
23412025-01-24T19:25:40.248Z Compiling strip-ansi-escapes v0.2.0
23422025-01-24T19:25:41.277Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23432025-01-24T19:25:41.609Z Compiling tabled_derive v0.7.0
23442025-01-24T19:25:42.145Z Compiling fd-lock v4.0.2
23452025-01-24T19:25:42.405Z Compiling peg-macros v0.8.4
23462025-01-24T19:25:43.710Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23472025-01-24T19:25:44.310Z Compiling kstat-rs v0.2.4
23482025-01-24T19:25:44.674Z Compiling oso-derive v0.27.3
23492025-01-24T19:25:45.196Z Compiling impl-trait-for-tuples v0.2.2
23502025-01-24T19:25:45.611Z Compiling quick-xml v0.33.0
23512025-01-24T19:25:45.615Z Compiling diesel-dtrace v0.4.2
23522025-01-24T19:25:45.947Z Compiling nu-ansi-term v0.50.1
23532025-01-24T19:25:47.258Z Compiling path-slash v0.1.5
23542025-01-24T19:25:47.536Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23552025-01-24T19:25:48.465Z Compiling reedline v0.35.0
23562025-01-24T19:25:51.324Z Compiling oso v0.27.3
23572025-01-24T19:25:54.389Z Compiling peg v0.8.4
23582025-01-24T19:25:54.562Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23592025-01-24T19:25:58.436Z Compiling tabled v0.15.0
23602025-01-24T19:26:02.977Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23612025-01-24T19:26:14.947Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23622025-01-24T19:26:16.511Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23632025-01-24T19:26:17.936Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23642025-01-24T19:26:18.309Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23652025-01-24T19:26:18.636Z Compiling pem v3.0.4
23662025-01-24T19:26:20.127Z Compiling bb8 v0.8.5
23672025-01-24T19:26:20.759Z Compiling bcs v0.1.6
23682025-01-24T19:26:21.634Z Compiling libz-sys v1.1.20
23692025-01-24T19:26:22.322Z Compiling termtree v0.5.1
23702025-01-24T19:26:22.413Z Compiling parking_lot_core v0.8.6
23712025-01-24T19:26:23.079Z Compiling async-bb8-diesel v0.2.1
23722025-01-24T19:26:23.901Z Compiling mime_guess v2.0.5
23732025-01-24T19:26:25.668Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23742025-01-24T19:26:28.691Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23752025-01-24T19:26:28.828Z Compiling buf-list v1.0.3
23762025-01-24T19:26:31.008Z Compiling nibble_vec v0.1.0
23772025-01-24T19:26:31.279Z Compiling libgit2-sys v0.17.0+1.8.1
23782025-01-24T19:26:32.051Z Compiling pin-project-internal v1.1.6
23792025-01-24T19:26:33.713Z Compiling atty v0.2.14
23802025-01-24T19:26:33.913Z Compiling salty v0.3.0
23812025-01-24T19:26:34.339Z Compiling http-range v0.1.5
23822025-01-24T19:26:34.724Z Compiling endian-type v0.1.2
23832025-01-24T19:26:34.920Z Compiling pin-project v1.1.6
23842025-01-24T19:26:34.980Z Compiling radix_trie v0.2.1
23852025-01-24T19:26:35.816Z Compiling parking_lot v0.11.2
23862025-01-24T19:26:40.442Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
23872025-01-24T19:26:40.541Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23882025-01-24T19:26:42.665Z Compiling snafu-derive v0.8.5
23892025-01-24T19:26:44.875Z Compiling hyper-staticfile v0.10.1
23902025-01-24T19:26:46.771Z Compiling sled v0.34.7
23912025-01-24T19:26:46.950Z Compiling snafu v0.8.5
23922025-01-24T19:26:47.792Z Compiling hickory-client v0.24.2
23932025-01-24T19:26:50.322Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
23942025-01-24T19:26:53.019Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23952025-01-24T19:26:55.138Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23962025-01-24T19:27:03.766Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23972025-01-24T19:27:18.124Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23982025-01-24T19:27:19.371Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23992025-01-24T19:27:20.484Z Compiling globset v0.4.15
24002025-01-24T19:27:20.988Z Compiling hickory-server v0.24.2
24012025-01-24T19:27:23.510Z Compiling primeorder v0.13.6
24022025-01-24T19:27:23.910Z Compiling olpc-cjson v0.1.4
24032025-01-24T19:27:24.108Z Compiling castaway v0.2.3
24042025-01-24T19:27:24.253Z Compiling vergen v8.3.2
24052025-01-24T19:27:24.306Z Compiling env_filter v0.1.2
24062025-01-24T19:27:24.583Z Compiling cargo-platform v0.1.8
24072025-01-24T19:27:25.068Z Compiling serde_plain v1.0.2
24082025-01-24T19:27:25.356Z Compiling nanorand v0.7.0
24092025-01-24T19:27:25.626Z Compiling memoffset v0.9.1
24102025-01-24T19:27:25.834Z Compiling typed-path v0.9.3
24112025-01-24T19:27:26.006Z Compiling flume v0.11.1
24122025-01-24T19:27:26.168Z Compiling git2 v0.19.0
24132025-01-24T19:27:26.795Z Compiling cargo_metadata v0.18.1
24142025-01-24T19:27:27.819Z Compiling env_logger v0.11.5
24152025-01-24T19:27:29.253Z Compiling tough v0.19.0
24162025-01-24T19:27:29.775Z Compiling compact_str v0.8.0
24172025-01-24T19:27:32.259Z Compiling p384 v0.13.0
24182025-01-24T19:27:32.580Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24192025-01-24T19:27:32.710Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24202025-01-24T19:27:34.488Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24212025-01-24T19:27:36.127Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24222025-01-24T19:27:37.316Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24232025-01-24T19:27:39.142Z Compiling unicode-truncate v1.1.0
24242025-01-24T19:27:39.454Z Compiling lru v0.12.5
24252025-01-24T19:27:39.831Z Compiling rand_seeder v0.3.0
24262025-01-24T19:27:40.267Z Compiling libsqlite3-sys v0.30.1
24272025-01-24T19:27:40.825Z Compiling lzma-sys v0.1.20
24282025-01-24T19:27:41.562Z Compiling instability v0.3.2
24292025-01-24T19:27:42.335Z Compiling cfg_aliases v0.2.1
24302025-01-24T19:27:42.469Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24312025-01-24T19:27:42.573Z Compiling rustls v0.21.12
24322025-01-24T19:27:42.832Z Compiling cassowary v0.3.0
24332025-01-24T19:27:42.909Z Compiling parse-size v1.1.0
24342025-01-24T19:27:43.189Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24352025-01-24T19:27:43.309Z Compiling ratatui v0.28.1
24362025-01-24T19:27:44.246Z Compiling nix v0.29.0
24372025-01-24T19:27:45.173Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24382025-01-24T19:27:45.415Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24392025-01-24T19:27:46.535Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24402025-01-24T19:27:46.980Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24412025-01-24T19:27:47.678Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24422025-01-24T19:27:48.003Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24432025-01-24T19:27:51.733Z Compiling rustls-webpki v0.101.7
24442025-01-24T19:27:51.874Z Compiling sct v0.7.1
24452025-01-24T19:27:52.367Z Compiling heck v0.3.3
24462025-01-24T19:27:52.719Z Compiling csv-core v0.1.11
24472025-01-24T19:27:53.628Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24482025-01-24T19:27:53.979Z Compiling glob v0.3.1
24492025-01-24T19:27:55.670Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24502025-01-24T19:27:55.836Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24512025-01-24T19:27:56.026Z Compiling csv v1.3.0
24522025-01-24T19:27:56.056Z Compiling zone_cfg_derive v0.1.2
24532025-01-24T19:27:58.231Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24542025-01-24T19:28:02.199Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
24552025-01-24T19:28:02.651Z Compiling nix v0.27.1
24562025-01-24T19:28:03.490Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24572025-01-24T19:28:03.511Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24582025-01-24T19:28:06.115Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24592025-01-24T19:28:10.220Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24602025-01-24T19:28:14.064Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24612025-01-24T19:28:14.425Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24622025-01-24T19:28:15.222Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
24632025-01-24T19:28:15.547Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24642025-01-24T19:28:15.876Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24652025-01-24T19:28:16.204Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24662025-01-24T19:28:17.328Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24672025-01-24T19:28:17.456Z Compiling tungstenite v0.23.0
24682025-01-24T19:28:17.481Z Compiling hashlink v0.9.1
24692025-01-24T19:28:18.043Z Compiling fallible-streaming-iterator v0.1.9
24702025-01-24T19:28:18.180Z Compiling fallible-iterator v0.3.0
24712025-01-24T19:28:18.315Z Compiling base64 v0.13.1
24722025-01-24T19:28:18.942Z Compiling rusqlite v0.32.1
24732025-01-24T19:28:19.103Z Compiling ron v0.7.1
24742025-01-24T19:28:19.886Z Compiling tokio-tungstenite v0.23.1
24752025-01-24T19:28:20.536Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24762025-01-24T19:28:21.253Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24772025-01-24T19:28:23.442Z Compiling xz2 v0.1.7
24782025-01-24T19:28:24.067Z Compiling tokio-rustls v0.24.1
24792025-01-24T19:28:24.467Z Compiling zone v0.1.8
24802025-01-24T19:28:27.886Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24812025-01-24T19:28:29.370Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24822025-01-24T19:28:29.501Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24832025-01-24T19:28:32.192Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24842025-01-24T19:28:34.023Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
24852025-01-24T19:28:41.147Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24862025-01-24T19:28:42.721Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24872025-01-24T19:28:45.811Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24882025-01-24T19:28:46.074Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24892025-01-24T19:28:46.084Z Compiling rustls-pemfile v1.0.4
24902025-01-24T19:28:46.849Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24912025-01-24T19:28:47.181Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24922025-01-24T19:28:47.381Z Compiling signal-hook-tokio v0.3.1
24932025-01-24T19:28:47.626Z Compiling twox-hash v1.6.3
24942025-01-24T19:28:47.763Z Compiling yasna v0.5.2
24952025-01-24T19:28:48.637Z Compiling unicode-linebreak v0.1.5
24962025-01-24T19:28:49.222Z Compiling smawk v0.3.2
24972025-01-24T19:28:49.516Z Compiling is_ci v1.2.0
24982025-01-24T19:28:49.850Z Compiling supports-color v3.0.1
24992025-01-24T19:28:50.307Z Compiling textwrap v0.16.1
25002025-01-24T19:28:50.437Z Compiling rcgen v0.12.1
25012025-01-24T19:28:50.989Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25022025-01-24T19:28:54.631Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25032025-01-24T19:29:00.645Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25042025-01-24T19:29:03.707Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25052025-01-24T19:29:04.479Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25062025-01-24T19:29:13.631Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25072025-01-24T19:29:18.594Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25082025-01-24T19:29:21.710Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25092025-01-24T19:29:31.557Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25102025-01-24T19:29:32.145Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
25112025-01-24T19:29:38.798Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25122025-01-24T19:29:39.133Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25132025-01-24T19:29:39.427Z Compiling fatfs v0.3.6
25142025-01-24T19:29:41.039Z Compiling rtoolbox v0.0.2
25152025-01-24T19:29:41.497Z Compiling subprocess v0.2.9
25162025-01-24T19:29:42.130Z Compiling assert_matches v1.5.0
25172025-01-24T19:29:42.269Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25182025-01-24T19:29:46.182Z Compiling rpassword v7.3.1
25192025-01-24T19:29:46.688Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25202025-01-24T19:29:49.238Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25212025-01-24T19:29:49.833Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25222025-01-24T19:29:56.255Z Compiling tui-tree-widget v0.22.0
25232025-01-24T19:29:56.747Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25242025-01-24T19:30:01.827Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25252025-01-24T19:30:02.195Z Compiling uzers v0.12.1
25262025-01-24T19:30:05.374Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25272025-01-24T19:30:10.028Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25282025-01-24T19:30:11.900Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25292025-01-24T19:30:39.337Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25302025-01-24T19:30:40.019Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25312025-01-24T19:30:44.725Z Compiling multimap v0.10.0
25322025-01-24T19:33:10.716Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25332025-01-24T19:33:21.413Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25342025-01-24T19:40:22.908Z Finished `release` profile [optimized] target(s) in 16m 46s
25352025-01-24T19:41:26.832Z
25362025-01-24T19:41:26.835Zreal 17:51.554328070
25372025-01-24T19:41:26.835Zuser 2:05:21.344924982
25382025-01-24T19:41:26.835Zsys 3:15.756814917
25392025-01-24T19:41:26.835Ztrap 3.169170642
25402025-01-24T19:41:26.835Ztflt 2.806162755
25412025-01-24T19:41:26.835Zdflt 4.482323880
25422025-01-24T19:41:26.835Zkflt 0.015266520
25432025-01-24T19:41:26.835Zlock 7:31:01.309415351
25442025-01-24T19:41:26.835Zslp 6:27:39.759274869
25452025-01-24T19:41:26.835Zlat 3:20.986912083
25462025-01-24T19:41:26.835Zstop 2:51.249075898
25472025-01-24T19:41:26.835Z+ mapfile -t packages
25482025-01-24T19:41:26.836Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25492025-01-24T19:41:27.903Z Finished `release` profile [optimized] target(s) in 1.01s
25502025-01-24T19:41:27.973Z Running `target/release/omicron-package -t test list-outputs`
25512025-01-24T19:41:28.024ZLogging to: /work/oxidecomputer/omicron/out/LOG
25522025-01-24T19:41:28.027Z+ ptime -m cargo build --locked --release -p xtask
25532025-01-24T19:41:28.597Z Compiling serde v1.0.217
25542025-01-24T19:41:28.605Z Compiling serde_json v1.0.135
25552025-01-24T19:41:28.605Z Compiling rustix v0.38.37
25562025-01-24T19:41:28.605Z Compiling libc v0.2.169
25572025-01-24T19:41:28.605Z Compiling syn v2.0.96
25582025-01-24T19:41:28.691Z Compiling bitflags v2.6.0
25592025-01-24T19:41:29.014Z Compiling usdt-impl v0.5.0
25602025-01-24T19:41:29.065Z Compiling syn v1.0.109
25612025-01-24T19:41:29.207Z Compiling hashbrown v0.15.1
25622025-01-24T19:41:29.254Z Compiling log v0.4.22
25632025-01-24T19:41:29.508Z Compiling fs-err v2.11.0
25642025-01-24T19:41:29.690Z Compiling once_cell v1.20.2
25652025-01-24T19:41:29.813Z Compiling anyhow v1.0.95
25662025-01-24T19:41:30.119Z Compiling thread-id v4.2.2
25672025-01-24T19:41:30.421Z Compiling indexmap v2.7.0
25682025-01-24T19:41:31.497Z Compiling terminal_size v0.4.0
25692025-01-24T19:41:31.497Z Compiling tempfile v3.13.0
25702025-01-24T19:41:31.725Z Compiling clap_builder v4.5.21
25712025-01-24T19:41:32.255Z Compiling proc-macro-error v1.0.4
25722025-01-24T19:41:33.230Z Compiling tabled_derive v0.7.0
25732025-01-24T19:41:34.324Z Compiling tabled v0.15.0
25742025-01-24T19:41:35.095Z Compiling serde_derive v1.0.217
25752025-01-24T19:41:35.095Z Compiling thiserror-impl v1.0.69
25762025-01-24T19:41:35.098Z Compiling zerocopy-derive v0.7.35
25772025-01-24T19:41:35.098Z Compiling scroll_derive v0.12.0
25782025-01-24T19:41:35.098Z Compiling clap_derive v4.5.18
25792025-01-24T19:41:36.492Z Compiling scroll v0.12.0
25802025-01-24T19:41:36.939Z Compiling zerocopy v0.7.35
25812025-01-24T19:41:37.134Z Compiling goblin v0.8.2
25822025-01-24T19:41:37.762Z Compiling thiserror v1.0.69
25832025-01-24T19:41:37.942Z Compiling pest v2.7.14
25842025-01-24T19:41:40.969Z Compiling pest_meta v2.7.14
25852025-01-24T19:41:41.057Z Compiling clap v4.5.21
25862025-01-24T19:41:42.389Z Compiling pest_generator v2.7.14
25872025-01-24T19:41:44.738Z Compiling pest_derive v2.7.14
25882025-01-24T19:41:45.525Z Compiling dtrace-parser v0.2.0
25892025-01-24T19:41:49.527Z Compiling toml_datetime v0.6.8
25902025-01-24T19:41:49.629Z Compiling serde_spanned v0.6.8
25912025-01-24T19:41:49.996Z Compiling serde_tokenstream v0.2.2
25922025-01-24T19:41:50.249Z Compiling toml_edit v0.22.22
25932025-01-24T19:41:50.570Z Compiling dof v0.3.0
25942025-01-24T19:41:53.144Z Compiling camino v1.1.9
25952025-01-24T19:41:54.342Z Compiling toml v0.8.19
25962025-01-24T19:41:54.460Z Compiling cargo-platform v0.1.8
25972025-01-24T19:41:54.479Z Compiling usdt-attr-macro v0.5.0
25982025-01-24T19:41:55.550Z Compiling usdt-macro v0.5.0
25992025-01-24T19:41:55.823Z Compiling semver v1.0.24
26002025-01-24T19:41:56.439Z Compiling cargo_metadata v0.18.1
26012025-01-24T19:41:56.763Z Compiling usdt v0.5.0
26022025-01-24T19:41:57.304Z Compiling cargo_toml v0.20.5
26032025-01-24T19:41:58.246Z Compiling camino-tempfile v1.1.1
26042025-01-24T19:41:59.052Z Compiling macaddr v1.0.1
26052025-01-24T19:42:11.682Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26062025-01-24T19:42:22.644Z Finished `release` profile [optimized] target(s) in 54.56s
26072025-01-24T19:42:22.756Z
26082025-01-24T19:42:22.756Zreal 54.701893744
26092025-01-24T19:42:22.756Zuser 5:43.793675505
26102025-01-24T19:42:22.759Zsys 18.397896108
26112025-01-24T19:42:22.759Ztrap 0.160697005
26122025-01-24T19:42:22.759Ztflt 0.282116584
26132025-01-24T19:42:22.759Zdflt 0.246625377
26142025-01-24T19:42:22.759Zkflt 0.000022040
26152025-01-24T19:42:22.759Zlock 10:40.365535052
26162025-01-24T19:42:22.759Zslp 16:22.911125540
26172025-01-24T19:42:22.759Zlat 15.224912491
26182025-01-24T19:42:22.759Zstop 17.610202260
26192025-01-24T19:42:22.759Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26202025-01-24T19:42:22.759Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26212025-01-24T19:42:22.759Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26222025-01-24T19:42:22.759Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26232025-01-24T19:42:22.759Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26242025-01-24T19:42:23.618Z Compiling hashbrown v0.14.5
26252025-01-24T19:42:23.751Z Compiling thiserror v2.0.11
26262025-01-24T19:42:23.764Z Compiling thiserror-impl v2.0.11
26272025-01-24T19:42:23.766Z Compiling ident_case v1.0.1
26282025-01-24T19:42:23.793Z Compiling unsafe-libyaml v0.2.11
26292025-01-24T19:42:23.812Z Compiling ipnetwork v0.20.0
26302025-01-24T19:42:23.814Z Compiling progenitor-client v0.9.1
26312025-01-24T19:42:23.814Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26322025-01-24T19:42:23.975Z Compiling darling_core v0.20.10
26332025-01-24T19:42:24.304Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
26342025-01-24T19:42:24.373Z Compiling macaddr v1.0.1
26352025-01-24T19:42:24.595Z Compiling progenitor-client v0.8.0
26362025-01-24T19:42:24.691Z Compiling regress v0.10.1
26372025-01-24T19:42:24.773Z Compiling instant v0.1.13
26382025-01-24T19:42:24.825Z Compiling structmeta-derive v0.3.0
26392025-01-24T19:42:24.930Z Compiling dropshot v0.15.1
26402025-01-24T19:42:25.003Z Compiling regress v0.9.1
26412025-01-24T19:42:25.065Z Compiling serde_yaml v0.9.34+deprecated
26422025-01-24T19:42:25.315Z Compiling dropshot_endpoint v0.15.1
26432025-01-24T19:42:25.645Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26442025-01-24T19:42:26.942Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26452025-01-24T19:42:27.263Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26462025-01-24T19:42:27.481Z Compiling structmeta v0.3.0
26472025-01-24T19:42:27.905Z Compiling parse-display-derive v0.10.0
26482025-01-24T19:42:27.945Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26492025-01-24T19:42:28.038Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26502025-01-24T19:42:28.247Z Compiling backoff v0.4.0
26512025-01-24T19:42:28.412Z Compiling typify-impl v0.2.0
26522025-01-24T19:42:28.626Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26532025-01-24T19:42:28.733Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26542025-01-24T19:42:28.929Z Compiling tempfile v3.13.0
26552025-01-24T19:42:29.401Z Compiling proc-macro-crate v1.3.1
26562025-01-24T19:42:29.527Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26572025-01-24T19:42:29.747Z Compiling typify-impl v0.3.0
26582025-01-24T19:42:29.917Z Compiling itertools v0.13.0
26592025-01-24T19:42:29.992Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26602025-01-24T19:42:30.103Z Compiling darling_macro v0.20.10
26612025-01-24T19:42:30.299Z Compiling zerocopy v0.8.10
26622025-01-24T19:42:30.360Z Compiling num_enum_derive v0.5.11
26632025-01-24T19:42:31.029Z Compiling darling v0.20.10
26642025-01-24T19:42:31.170Z Compiling serde_with_macros v3.11.0
26652025-01-24T19:42:31.250Z Compiling foreign-types-macros v0.2.3
26662025-01-24T19:42:31.975Z Compiling parse-display v0.10.0
26672025-01-24T19:42:32.612Z Compiling zerocopy-derive v0.8.10
26682025-01-24T19:42:32.679Z Compiling crucible-workspace-hack v0.1.0
26692025-01-24T19:42:32.805Z Compiling num_enum v0.5.11
26702025-01-24T19:42:32.941Z Compiling heapless v0.8.0
26712025-01-24T19:42:32.976Z Compiling foreign-types-shared v0.3.1
26722025-01-24T19:42:33.034Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26732025-01-24T19:42:33.117Z Compiling foreign-types v0.5.0
26742025-01-24T19:42:33.249Z Compiling proc-macro-error v1.0.4
26752025-01-24T19:42:33.846Z Compiling serde_with v3.11.0
26762025-01-24T19:42:34.009Z Compiling camino-tempfile v1.1.1
26772025-01-24T19:42:34.058Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26782025-01-24T19:42:34.481Z Compiling hash32 v0.3.1
26792025-01-24T19:42:34.751Z Compiling cstr-argument v0.1.2
26802025-01-24T19:42:34.913Z Compiling smoltcp v0.11.0
26812025-01-24T19:42:35.029Z Compiling pretty-hex v0.2.1
26822025-01-24T19:42:35.257Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26832025-01-24T19:42:35.580Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26842025-01-24T19:42:35.609Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26852025-01-24T19:42:36.227Z Compiling tabwriter v1.4.0
26862025-01-24T19:42:36.694Z Compiling colored v2.1.0
26872025-01-24T19:42:36.794Z Compiling cobs v0.2.3
26882025-01-24T19:42:37.125Z Compiling postcard v1.0.10
26892025-01-24T19:42:37.393Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26902025-01-24T19:42:37.721Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26912025-01-24T19:42:37.878Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26922025-01-24T19:42:37.919Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26932025-01-24T19:42:38.270Z Compiling smf v0.2.3
26942025-01-24T19:42:38.526Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26952025-01-24T19:42:38.894Z Compiling zone_cfg_derive v0.3.0
26962025-01-24T19:42:39.055Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
26972025-01-24T19:42:39.483Z Compiling num-derive v0.4.2
26982025-01-24T19:42:39.504Z Compiling sigpipe v0.1.3
26992025-01-24T19:42:39.653Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27002025-01-24T19:42:39.946Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27012025-01-24T19:42:40.014Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27022025-01-24T19:42:40.318Z Compiling zone v0.3.0
27032025-01-24T19:42:40.715Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27042025-01-24T19:42:40.987Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27052025-01-24T19:42:41.451Z Compiling universal-hash v0.5.1
27062025-01-24T19:42:41.671Z Compiling opaque-debug v0.3.1
27072025-01-24T19:42:41.718Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
27082025-01-24T19:42:41.782Z Compiling tungstenite v0.21.0
27092025-01-24T19:42:41.803Z Compiling num-rational v0.4.2
27102025-01-24T19:42:41.881Z Compiling password-hash v0.5.0
27112025-01-24T19:42:42.606Z Compiling num-complex v0.4.6
27122025-01-24T19:42:42.661Z Compiling blake2 v0.10.6
27132025-01-24T19:42:42.881Z Compiling aead v0.5.2
27142025-01-24T19:42:43.240Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27152025-01-24T19:42:43.271Z Compiling convert_case v0.4.0
27162025-01-24T19:42:43.437Z Compiling keccak v0.1.5
27172025-01-24T19:42:43.610Z Compiling base64 v0.21.7
27182025-01-24T19:42:43.787Z Compiling sha3 v0.10.8
27192025-01-24T19:42:43.790Z Compiling typify-macro v0.2.0
27202025-01-24T19:42:43.984Z Compiling num v0.4.3
27212025-01-24T19:42:44.096Z Compiling derive_more v0.99.18
27222025-01-24T19:42:44.117Z Compiling argon2 v0.5.3
27232025-01-24T19:42:44.304Z Compiling tokio-tungstenite v0.21.0
27242025-01-24T19:42:44.814Z Compiling poly1305 v0.8.0
27252025-01-24T19:42:44.861Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27262025-01-24T19:42:44.901Z Compiling chacha20 v0.9.1
27272025-01-24T19:42:45.040Z Compiling typify-macro v0.3.0
27282025-01-24T19:42:45.068Z Compiling float-ord v0.3.2
27292025-01-24T19:42:45.260Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27302025-01-24T19:42:45.393Z Compiling same-file v1.0.6
27312025-01-24T19:42:45.700Z Compiling semver v0.1.20
27322025-01-24T19:42:45.729Z Compiling walkdir v2.5.0
27332025-01-24T19:42:46.313Z Compiling rustc_version v0.1.7
27342025-01-24T19:42:46.418Z Compiling newline-converter v0.3.0
27352025-01-24T19:42:46.571Z Compiling primeorder v0.13.6
27362025-01-24T19:42:46.620Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27372025-01-24T19:42:46.797Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27382025-01-24T19:42:46.872Z Compiling secrecy v0.8.0
27392025-01-24T19:42:46.948Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27402025-01-24T19:42:47.127Z Compiling owo-colors v4.1.0
27412025-01-24T19:42:47.161Z Compiling cancel-safe-futures v0.1.5
27422025-01-24T19:42:47.258Z Compiling newtype_derive v0.1.6
27432025-01-24T19:42:47.495Z Compiling expectorate v1.1.0
27442025-01-24T19:42:47.571Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
27452025-01-24T19:42:47.593Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27462025-01-24T19:42:47.700Z Compiling thiserror-impl-no-std v2.0.2
27472025-01-24T19:42:47.741Z Compiling typify v0.2.0
27482025-01-24T19:42:47.771Z Compiling blake3 v1.5.4
27492025-01-24T19:42:47.874Z Compiling progenitor-impl v0.8.0
27502025-01-24T19:42:47.897Z Compiling half v2.4.1
27512025-01-24T19:42:48.102Z Compiling unicase v2.7.0
27522025-01-24T19:42:48.420Z Compiling ciborium-io v0.2.2
27532025-01-24T19:42:48.441Z Compiling arc-swap v1.7.1
27542025-01-24T19:42:48.574Z Compiling ciborium-ll v0.2.2
27552025-01-24T19:42:48.693Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27562025-01-24T19:42:48.951Z Compiling typify v0.3.0
27572025-01-24T19:42:48.973Z Compiling slog-scope v4.4.0
27582025-01-24T19:42:49.024Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27592025-01-24T19:42:49.100Z Compiling progenitor-impl v0.9.1
27602025-01-24T19:42:49.451Z Compiling polyval v0.6.2
27612025-01-24T19:42:49.895Z Compiling atomicwrites v0.4.4
27622025-01-24T19:42:49.916Z Compiling libsw v3.3.1
27632025-01-24T19:42:50.248Z Compiling memmap2 v0.9.5
27642025-01-24T19:42:50.251Z Compiling salty v0.3.0
27652025-01-24T19:42:50.442Z Compiling thiserror-no-std v2.0.2
27662025-01-24T19:42:50.585Z Compiling linear-map v1.2.0
27672025-01-24T19:42:50.693Z Compiling constant_time_eq v0.3.1
27682025-01-24T19:42:50.715Z Compiling arrayvec v0.7.6
27692025-01-24T19:42:50.899Z Compiling arrayref v0.3.9
27702025-01-24T19:42:50.932Z Compiling indent_write v2.2.0
27712025-01-24T19:42:51.015Z Compiling parking_lot_core v0.8.6
27722025-01-24T19:42:51.018Z Compiling libefi-sys v0.1.0
27732025-01-24T19:42:51.183Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27742025-01-24T19:42:51.294Z Compiling vsss-rs v3.3.4
27752025-01-24T19:42:51.357Z Compiling ghash v0.5.1
27762025-01-24T19:42:51.571Z Compiling slog-stdlog v4.1.1
27772025-01-24T19:42:51.670Z Compiling ciborium v0.2.2
27782025-01-24T19:42:52.525Z Compiling p384 v0.13.0
27792025-01-24T19:42:52.682Z Compiling toolchain_find v0.4.0
27802025-01-24T19:42:53.060Z Compiling chacha20poly1305 v0.10.1
27812025-01-24T19:42:53.149Z Compiling ctr v0.9.2
27822025-01-24T19:42:53.308Z Compiling lzma-sys v0.1.20
27832025-01-24T19:42:53.351Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27842025-01-24T19:42:53.501Z Compiling bitfield-struct v0.6.2
27852025-01-24T19:42:53.767Z Compiling slog-dtrace v0.3.0
27862025-01-24T19:42:54.028Z Compiling topological-sort v0.2.2
27872025-01-24T19:42:54.049Z Compiling highway v1.2.0
27882025-01-24T19:42:54.270Z Compiling omicron-zone-package v0.12.0
27892025-01-24T19:42:54.308Z Compiling aes-gcm v0.10.3
27902025-01-24T19:42:54.618Z Compiling rustfmt-wrapper v0.2.1
27912025-01-24T19:42:54.835Z Compiling mime_guess v2.0.5
27922025-01-24T19:42:54.939Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27932025-01-24T19:42:54.961Z Compiling slog-envlogger v2.2.0
27942025-01-24T19:42:55.102Z Compiling progenitor-macro v0.8.0
27952025-01-24T19:42:55.204Z Compiling steno v0.4.1
27962025-01-24T19:42:56.030Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27972025-01-24T19:42:56.081Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27982025-01-24T19:42:56.247Z Compiling heck v0.3.3
27992025-01-24T19:42:56.456Z Compiling progenitor-macro v0.9.1
28002025-01-24T19:42:56.599Z Compiling ssh-encoding v0.2.0
28012025-01-24T19:42:56.640Z Compiling blowfish v0.9.1
28022025-01-24T19:42:56.680Z Compiling nibble_vec v0.1.0
28032025-01-24T19:42:56.914Z Compiling env_filter v0.1.2
28042025-01-24T19:42:57.119Z Compiling humantime v2.1.0
28052025-01-24T19:42:57.142Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28062025-01-24T19:42:57.220Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28072025-01-24T19:42:57.464Z Compiling endian-type v0.1.2
28082025-01-24T19:42:57.558Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28092025-01-24T19:42:57.641Z Compiling env_logger v0.11.5
28102025-01-24T19:42:57.671Z Compiling radix_trie v0.2.1
28112025-01-24T19:42:57.703Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28122025-01-24T19:42:57.724Z Compiling ssh-cipher v0.2.0
28132025-01-24T19:42:58.320Z Compiling bcrypt-pbkdf v0.10.0
28142025-01-24T19:42:58.323Z Compiling zone_cfg_derive v0.1.2
28152025-01-24T19:42:58.955Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28162025-01-24T19:42:59.113Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28172025-01-24T19:42:59.203Z Compiling parking_lot v0.11.2
28182025-01-24T19:42:59.767Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28192025-01-24T19:42:59.809Z Compiling password-hash v0.4.2
28202025-01-24T19:43:00.043Z Compiling gethostname v0.5.0
28212025-01-24T19:43:00.170Z Compiling fxhash v0.2.1
28222025-01-24T19:43:00.191Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28232025-01-24T19:43:00.242Z Compiling lockfree-object-pool v0.1.6
28242025-01-24T19:43:00.303Z Compiling simd-adler32 v0.3.7
28252025-01-24T19:43:00.385Z Compiling base64 v0.13.1
28262025-01-24T19:43:00.485Z Compiling http-range v0.1.5
28272025-01-24T19:43:00.539Z Compiling zip v2.1.3
28282025-01-24T19:43:00.679Z Compiling bumpalo v3.16.0
28292025-01-24T19:43:00.836Z Compiling ron v0.7.1
28302025-01-24T19:43:00.904Z Compiling sled v0.34.7
28312025-01-24T19:43:00.923Z Compiling pbkdf2 v0.11.0
28322025-01-24T19:43:00.941Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28332025-01-24T19:43:01.147Z Compiling zopfli v0.8.1
28342025-01-24T19:43:01.292Z Compiling zone v0.1.8
28352025-01-24T19:43:01.595Z Compiling xz2 v0.1.7
28362025-01-24T19:43:01.803Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28372025-01-24T19:43:02.752Z Compiling ssh-key v0.6.6
28382025-01-24T19:43:02.810Z Compiling hickory-client v0.24.2
28392025-01-24T19:43:03.169Z Compiling p256 v0.13.2
28402025-01-24T19:43:03.383Z Compiling p521 v0.13.3
28412025-01-24T19:43:03.949Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28422025-01-24T19:43:04.184Z Compiling hickory-server v0.24.2
28432025-01-24T19:43:04.982Z Compiling pem v3.0.4
28442025-01-24T19:43:05.730Z Compiling yasna v0.5.2
28452025-01-24T19:43:05.751Z Compiling headers-core v0.3.0
28462025-01-24T19:43:05.948Z Compiling kstat-rs v0.2.4
28472025-01-24T19:43:06.561Z Compiling nanorand v0.7.0
28482025-01-24T19:43:06.781Z Compiling russh-cryptovec v0.7.3
28492025-01-24T19:43:07.052Z Compiling atty v0.2.14
28502025-01-24T19:43:07.125Z Compiling md5 v0.7.0
28512025-01-24T19:43:07.148Z Compiling flume v0.11.1
28522025-01-24T19:43:07.223Z Compiling rcgen v0.12.1
28532025-01-24T19:43:07.324Z Compiling headers v0.4.0
28542025-01-24T19:43:07.651Z Compiling russh-keys v0.45.0
28552025-01-24T19:43:07.905Z Compiling progenitor v0.8.0
28562025-01-24T19:43:08.162Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28572025-01-24T19:43:08.658Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28582025-01-24T19:43:09.075Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28592025-01-24T19:43:09.291Z Compiling progenitor v0.9.1
28602025-01-24T19:43:09.481Z Compiling hyper-staticfile v0.10.1
28612025-01-24T19:43:09.539Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
28622025-01-24T19:43:09.899Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28632025-01-24T19:43:10.082Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28642025-01-24T19:43:10.543Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
28652025-01-24T19:43:11.087Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28662025-01-24T19:43:11.459Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
28672025-01-24T19:43:12.198Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28682025-01-24T19:43:12.809Z Compiling num-bigint v0.4.6
28692025-01-24T19:43:13.809Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28702025-01-24T19:43:15.030Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28712025-01-24T19:43:15.763Z Compiling des v0.8.1
28722025-01-24T19:43:15.805Z Compiling subprocess v0.2.9
28732025-01-24T19:43:16.102Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28742025-01-24T19:43:16.277Z Compiling display-error-chain v0.2.2
28752025-01-24T19:43:16.496Z Compiling hex-literal v0.4.1
28762025-01-24T19:43:16.680Z Compiling russh v0.45.0
28772025-01-24T19:43:17.005Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28782025-01-24T19:43:17.625Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28792025-01-24T19:43:19.961Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28802025-01-24T19:43:20.452Z Compiling internet-checksum v0.2.1
28812025-01-24T19:43:24.761Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28822025-01-24T19:43:24.764Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28832025-01-24T19:43:24.764Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28842025-01-24T19:43:24.764Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28852025-01-24T19:43:27.541Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28862025-01-24T19:43:28.034Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28872025-01-24T19:43:28.962Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28882025-01-24T19:43:29.117Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28892025-01-24T19:43:29.484Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28902025-01-24T19:43:30.020Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28912025-01-24T19:43:32.371Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28922025-01-24T19:43:32.490Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28932025-01-24T19:43:32.696Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28942025-01-24T19:43:33.535Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28952025-01-24T19:43:33.621Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28962025-01-24T19:43:34.217Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28972025-01-24T19:43:34.415Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28982025-01-24T19:43:35.899Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28992025-01-24T19:43:37.947Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29002025-01-24T19:43:38.643Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29012025-01-24T19:43:39.100Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29022025-01-24T19:43:39.615Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29032025-01-24T19:43:40.315Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29042025-01-24T19:43:44.806Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29052025-01-24T19:43:45.030Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29062025-01-24T19:43:45.292Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29072025-01-24T19:43:46.650Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29082025-01-24T19:43:47.181Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29092025-01-24T19:43:51.229Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29102025-01-24T19:43:59.445Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29112025-01-24T19:44:00.946Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29122025-01-24T19:44:23.152Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29132025-01-24T19:44:46.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
29142025-01-24T19:44:46.684Z
29152025-01-24T19:44:46.684Zreal 2:23.882917285
29162025-01-24T19:44:46.684Zuser 12:19.827886944
29172025-01-24T19:44:46.687Zsys 1:34.873619672
29182025-01-24T19:44:46.687Ztrap 0.375184909
29192025-01-24T19:44:46.687Ztflt 0.917746358
29202025-01-24T19:44:46.687Zdflt 0.842932295
29212025-01-24T19:44:46.687Zkflt 0.000045579
29222025-01-24T19:44:46.687Zlock 22:48.380688742
29232025-01-24T19:44:46.687Zslp 42:22.992562116
29242025-01-24T19:44:46.687Zlat 39.011150901
29252025-01-24T19:44:46.687Zstop 1:41.052228752
29262025-01-24T19:44:46.687Z+ mkdir tests
29272025-01-24T19:44:46.690Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29282025-01-24T19:44:46.690Z+ xargs -I '{}' -t cp '{}' tests/
29292025-01-24T19:44:46.731Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-4d72ac0d0a27a912 tests/
29302025-01-24T19:44:46.757Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ce0c3730dcf0497e tests/
29312025-01-24T19:44:46.784Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-abb2ebc63376bf98 tests/
29322025-01-24T19:44:46.811Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-694936f7530bbbda tests/
29332025-01-24T19:44:47.091Z+ 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/*)
29342025-01-24T19:44:47.094Z+ 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-ce0c3730dcf0497e tests/commtest-abb2ebc63376bf98 tests/dhcp_server-4d72ac0d0a27a912 tests/end_to_end_tests-694936f7530bbbda 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
29352025-01-24T19:46:00.746ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29362025-01-24T19:46:00.747Za .github/buildomat/ci-env.sh 1K
29372025-01-24T19:46:00.747Za out/target/test 1K
29382025-01-24T19:46:00.747Za out/npuzone/npuzone 23144K
29392025-01-24T19:46:00.747Za package-manifest.toml 34K
29402025-01-24T19:46:00.747Za smf/sled-agent/non-gimlet/config.toml 4K
29412025-01-24T19:46:00.747Za target/release/omicron-package 36015K
29422025-01-24T19:46:00.747Za target/release/xtask 11908K
29432025-01-24T19:46:00.748Za target/debug/bootstrap 220365K
29442025-01-24T19:46:00.748Za tests/bootstrap-ce0c3730dcf0497e 24276K
29452025-01-24T19:46:00.748Za tests/commtest-abb2ebc63376bf98 24769K
29462025-01-24T19:46:00.748Za tests/dhcp_server-4d72ac0d0a27a912 24276K
29472025-01-24T19:46:00.748Za tests/end_to_end_tests-694936f7530bbbda 282526K
29482025-01-24T19:46:00.748Za out/clickhouse.tar.gz 294275K
29492025-01-24T19:46:00.748Za out/clickhouse_keeper.tar.gz 281400K
29502025-01-24T19:46:00.749Za out/clickhouse_server.tar.gz 294255K
29512025-01-24T19:46:00.749Za out/cockroachdb.tar.gz 135001K
29522025-01-24T19:46:00.749Za out/crucible-dtrace.tar 96K
29532025-01-24T19:46:00.749Za out/crucible-pantry-zone.tar.gz 28545K
29542025-01-24T19:46:00.749Za out/crucible-zone.tar.gz 36823K
29552025-01-24T19:46:00.749Za out/external-dns.tar.gz 35465K
29562025-01-24T19:46:00.749Za out/internal-dns.tar.gz 35465K
29572025-01-24T19:46:00.749Za out/mg-ddm-gz.tar 63075K
29582025-01-24T19:46:00.749Za out/nexus.tar.gz 100166K
29592025-01-24T19:46:00.749Za out/ntp.tar.gz 10507K
29602025-01-24T19:46:00.749Za out/omicron-gateway-softnpu.tar.gz 24137K
29612025-01-24T19:46:00.749Za out/omicron-sled-agent.tar 114116K
29622025-01-24T19:46:00.750Za out/overlay.tar.gz 3K
29632025-01-24T19:46:00.750Za out/oximeter.tar.gz 48391K
29642025-01-24T19:46:00.750Za out/oxlog.tar 3153K
29652025-01-24T19:46:00.750Za out/probe.tar.gz 2764K
29662025-01-24T19:46:00.750Za out/propolis-server.tar.gz 66467K
29672025-01-24T19:46:00.750Za out/pumpkind-gz.tar 26665K
29682025-01-24T19:46:00.750Za out/switch-softnpu.tar.gz 236203K
29692025-01-24T19:46:00.753Z
29702025-01-24T19:46:00.753Zreal 1:13.651547148
29712025-01-24T19:46:00.753Zuser 1:10.357426938
29722025-01-24T19:46:00.753Zsys 4.653276494
29732025-01-24T19:46:00.753Ztrap 0.018883421
29742025-01-24T19:46:00.753Ztflt 0.000000000
29752025-01-24T19:46:00.753Zdflt 0.000000000
29762025-01-24T19:46:00.753Zkflt 0.000000000
29772025-01-24T19:46:00.753Zlock 0.000000000
29782025-01-24T19:46:00.754Zslp 1:10.175519759
29792025-01-24T19:46:00.754Zlat 2.092398444
29802025-01-24T19:46:00.754Zstop 0.000550925
29812025-01-24T19:46:00.754Zprocess exited: duration 1956895 ms, exit code 0
 
29822025-01-24T19:46:00.769Zfound 1 output files
29832025-01-24T19:46:00.769Zuploading: /work/package.tar.gz (1903060320 bytes)
29842025-01-24T19:46:37.345Zuploaded: /work/package.tar.gz