01JHFDGFF8X18AK3J0DB1X7H8T: 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: 01JHFDGT99788PV4HNEHX6Q3GJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-13T08:48:08.453Zjob assigned to worker 01JHFDGVBF8AEG146EEV2PQ3TS [factory aws, i-05624ce042ae64242] (queued for 59 s)
 
22025-01-13T08:48:16.108Zstarting task 0: "setup"
32025-01-13T08:48:16.120Z++ uname -s
42025-01-13T08:48:16.122Z+ kern=SunOS
52025-01-13T08:48:16.122Z+ case "$kern" in
62025-01-13T08:48:16.122Z+ groupadd -g 12345 build
72025-01-13T08:48:16.125Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-13T08:48:18.133Z+ zfs create -o mountpoint=/work rpool/work
92025-01-13T08:48:18.263Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-13T08:48:18.265Z+ home_fs=zfs
112025-01-13T08:48:18.265Z+ [[ zfs == autofs ]]
122025-01-13T08:48:18.265Z+ mkdir -p /home/build
132025-01-13T08:48:18.267Z+ chown build:build /home/build /work
142025-01-13T08:48:20.270Z+ chmod 0700 /home/build /work
152025-01-13T08:48:20.272Zprocess exited: duration 4163 ms, exit code 0
 
162025-01-13T08:48:20.277Zstarting task 1: "rust-toolchain"
172025-01-13T08:48:20.282Z+ printf ' * toolchain channel = "%s"
182025-01-13T08:48:20.282Z' 1.81.0
192025-01-13T08:48:20.282Z+ printf ' * toolchain profile = "%s"
202025-01-13T08:48:20.283Z' default
212025-01-13T08:48:20.283Z * toolchain channel = "1.81.0"
222025-01-13T08:48:20.283Z * toolchain profile = "default"
232025-01-13T08:48:20.285Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-13T08:48:20.285Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252025-01-13T08:48:20.389Zinfo: downloading installer
262025-01-13T08:48:21.551Zinfo: profile set to 'default'
272025-01-13T08:48:21.551Zinfo: default host triple is x86_64-unknown-illumos
282025-01-13T08:48:21.554Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292025-01-13T08:48:21.722Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302025-01-13T08:48:21.722Zinfo: downloading component 'cargo'
312025-01-13T08:48:22.695Zinfo: downloading component 'clippy'
322025-01-13T08:48:23.053Zinfo: downloading component 'rust-docs'
332025-01-13T08:48:24.394Zinfo: downloading component 'rust-std'
342025-01-13T08:48:26.485Zinfo: downloading component 'rustc'
352025-01-13T08:48:34.020Zinfo: downloading component 'rustfmt'
362025-01-13T08:48:34.300Zinfo: installing component 'cargo'
372025-01-13T08:48:35.099Zinfo: installing component 'clippy'
382025-01-13T08:48:35.456Zinfo: installing component 'rust-docs'
392025-01-13T08:48:37.085Zinfo: installing component 'rust-std'
402025-01-13T08:48:38.821Zinfo: installing component 'rustc'
412025-01-13T08:48:44.614Zinfo: installing component 'rustfmt'
422025-01-13T08:48:44.935Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432025-01-13T08:48:44.935Z
442025-01-13T08:48:45.302Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452025-01-13T08:48:45.302Z
462025-01-13T08:48:45.304Z
472025-01-13T08:48:45.304ZRust is installed now. Great!
482025-01-13T08:48:45.305Z
492025-01-13T08:48:45.305ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-13T08:48:45.305Zenvironment variable. This has not been done automatically.
512025-01-13T08:48:45.305Z
522025-01-13T08:48:45.305ZTo configure your current shell, you need to source
532025-01-13T08:48:45.305Zthe corresponding env file under $HOME/.cargo.
542025-01-13T08:48:45.305Z
552025-01-13T08:48:45.305ZThis is usually done by running one of the following (note the leading DOT):
562025-01-13T08:48:45.305Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-13T08:48:45.305Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-13T08:48:45.381Z+ rustc --version
592025-01-13T08:48:45.448Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602025-01-13T08:48:45.451Zprocess exited: duration 25171 ms, exit code 0
 
612025-01-13T08:48:45.457Zstarting task 2: "authentication"
622025-01-13T08:48:45.478Zprocess exited: duration 20 ms, exit code 0
 
632025-01-13T08:48:45.483Zstarting task 3: "clone repository"
642025-01-13T08:48:45.488Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-13T08:48:45.490Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-13T08:48:45.524ZCloning into '/work/oxidecomputer/omicron'...
672025-01-13T08:48:52.469Z+ cd /work/oxidecomputer/omicron
682025-01-13T08:48:52.469Z+ git fetch origin 27409a1abdb84f3c458ceca77ec5c422faf0265d
692025-01-13T08:48:52.822ZFrom https://github.com/oxidecomputer/omicron
702025-01-13T08:48:52.822Z * branch 27409a1abdb84f3c458ceca77ec5c422faf0265d -> FETCH_HEAD
712025-01-13T08:48:52.833Z+ [[ -n renovate/lock-file-maintenance ]]
722025-01-13T08:48:52.835Z++ git branch --show-current
732025-01-13T08:48:52.838Z+ current=main
742025-01-13T08:48:52.838Z+ [[ main != renovate/lock-file-maintenance ]]
752025-01-13T08:48:52.838Z+ git branch -f renovate/lock-file-maintenance 27409a1abdb84f3c458ceca77ec5c422faf0265d
762025-01-13T08:48:52.841Z+ git checkout -f renovate/lock-file-maintenance
772025-01-13T08:48:53.021ZSwitched to branch 'renovate/lock-file-maintenance'
782025-01-13T08:48:53.023Z+ git reset --hard 27409a1abdb84f3c458ceca77ec5c422faf0265d
792025-01-13T08:48:53.199ZHEAD is now at 27409a1ab Lock file maintenance
802025-01-13T08:48:53.202Zprocess exited: duration 7716 ms, exit code 0
 
812025-01-13T08:48:53.207Zstarting task 4: "build"
822025-01-13T08:48:53.213Z+ source .github/buildomat/ci-env.sh
832025-01-13T08:48:53.213Z++ export CARGO_TERM_COLOR=always
842025-01-13T08:48:53.213Z++ CARGO_TERM_COLOR=always
852025-01-13T08:48:53.213Z+ cargo --version
862025-01-13T08:48:53.272Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872025-01-13T08:48:53.275Z+ rustc --version
882025-01-13T08:48:53.335Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892025-01-13T08:48:53.338Z+ WORK=/work
902025-01-13T08:48:53.338Z+ pfexec mkdir -p /work
912025-01-13T08:48:53.343Z+ pfexec chown build /work
922025-01-13T08:48:53.345Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932025-01-13T08:48:54.939Zpkg list: illegal option -- F
942025-01-13T08:48:54.939ZUsage:
952025-01-13T08:48:54.942Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
962025-01-13T08:48:54.942Z [pkg_fmri_pattern ...]
972025-01-13T08:48:55.799Zpkg list: illegal option -- F
982025-01-13T08:48:55.799ZUsage:
992025-01-13T08:48:55.801Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1002025-01-13T08:48:55.801Z [pkg_fmri_pattern ...]
1012025-01-13T08:49:01.531Z Startup: Refreshing catalog 'helios-dev' ... Done
1022025-01-13T08:49:05.621Z Startup: Caching catalogs ... Done
1032025-01-13T08:49:17.193ZPlanning: Solver setup ... Done (10.730s)
1042025-01-13T08:49:17.336ZPlanning: Running solver ... Done (0.143s)
1052025-01-13T08:49:17.453ZPlanning: Finding local manifests ... Done (0.006s)
1062025-01-13T08:49:17.482ZPlanning: Fetching manifests: 0/7 0% complete
1072025-01-13T08:49:17.755ZPlanning: Fetching manifests: 7/7 100% complete
1082025-01-13T08:49:17.868ZPlanning: Package planning ... Done (0.113s)
1092025-01-13T08:49:17.925ZPlanning: Merging actions ... Done (0.057s)
1102025-01-13T08:49:18.123ZPlanning: Checking for conflicting actions ... Done (0.198s)
1112025-01-13T08:49:20.152ZPlanning: Consolidating action changes ... Done (2.029s)
1122025-01-13T08:49:20.587ZPlanning: Evaluating mediators ... Done (0.435s)
1132025-01-13T08:49:20.671ZPlanning: Planning completed in 14.95 seconds
1142025-01-13T08:49:20.687Z Packages to install: 4
1152025-01-13T08:49:20.687Z Packages to update: 3
1162025-01-13T08:49:20.687Z Mediators to change: 2
1172025-01-13T08:49:20.690Z Services to change: 1
1182025-01-13T08:49:20.690Z Estimated space available: 155.63 GB
1192025-01-13T08:49:20.690ZEstimated space to be consumed: 1.64 GB
1202025-01-13T08:49:20.690Z Create boot environment: No
1212025-01-13T08:49:20.690ZCreate backup boot environment: Yes
1222025-01-13T08:49:20.690Z Rebuild boot archive: No
1232025-01-13T08:49:20.690Z
1242025-01-13T08:49:20.690ZChanged mediators:
1252025-01-13T08:49:20.690Z mediator clang:
1262025-01-13T08:49:20.690Z version: None -> 15 (system default)
1272025-01-13T08:49:20.690Z
1282025-01-13T08:49:20.690Z mediator llvm:
1292025-01-13T08:49:20.690Z version: 14 (system default) -> 15 (system default)
1302025-01-13T08:49:20.690Z
1312025-01-13T08:49:20.690ZChanged packages:
1322025-01-13T08:49:20.690Zhelios-dev
1332025-01-13T08:49:20.690Z developer/build-essential
1342025-01-13T08:49:20.690Z None -> 11-2.0
1352025-01-13T08:49:20.690Z library/libxmlsec1
1362025-01-13T08:49:20.690Z None -> 1.2.35-2.0
1372025-01-13T08:49:20.690Z ooce/developer/clang-15
1382025-01-13T08:49:20.690Z None -> 15.0.7-2.0
1392025-01-13T08:49:20.690Z ooce/developer/llvm-15
1402025-01-13T08:49:20.691Z None -> 15.0.7-2.0
1412025-01-13T08:49:20.691Z package/pkg
1422025-01-13T08:49:20.691Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1432025-01-13T08:49:20.691Z system/library/g++-runtime
1442025-01-13T08:49:20.691Z 13-2.0 -> 14-2.0
1452025-01-13T08:49:20.691Z system/library/gcc-runtime
1462025-01-13T08:49:20.691Z 13-2.0 -> 14-2.0
1472025-01-13T08:49:20.691Z
1482025-01-13T08:49:20.691ZServices:
1492025-01-13T08:49:20.691Z restart_fmri:
1502025-01-13T08:49:20.691Z svc:/system/update-man-index:default
1512025-01-13T08:49:20.691Z
1522025-01-13T08:49:20.691ZEditable files to change:
1532025-01-13T08:49:20.691Z Update:
1542025-01-13T08:49:20.691Z usr/share/lib/pkg/web/config.shtml
1552025-01-13T08:49:20.772Z
1562025-01-13T08:49:20.772ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1572025-01-13T08:49:25.773ZDownload: 1138/4301 items 41.8/225.4MB 18% complete (8.3M/s)
1582025-01-13T08:49:30.775ZDownload: 2022/4301 items 118.7/225.4MB 52% complete (12.0M/s)
1592025-01-13T08:49:37.175ZDownload: 2224/4301 items 119.2/225.4MB 52% complete (11.7M/s)
1602025-01-13T08:49:42.176ZDownload: 3244/4301 items 183.3/225.4MB 81% complete (6.6M/s)
1612025-01-13T08:49:47.248ZDownload: 3275/4301 items 208.9/225.4MB 92% complete (9.1M/s)
1622025-01-13T08:49:52.251ZDownload: 4199/4301 items 220.5/225.4MB 97% complete (4.7M/s)
1632025-01-13T08:49:57.276ZDownload: Completed 225.42 MB in 36.48 seconds (6.2M/s)
1642025-01-13T08:49:59.294Z Actions: 1/5122 actions (Removing old actions)
1652025-01-13T08:49:59.315Z Actions: 194/5122 actions (Installing new actions)
1662025-01-13T08:50:04.120Z Actions: 4267/5122 actions (Updating modified actions)
1672025-01-13T08:50:04.470Z Actions: Completed 5122 actions in 5.17 seconds.
1682025-01-13T08:50:04.896Z Done (0.418s)
1692025-01-13T08:50:04.898Z Done (0.001s)
1702025-01-13T08:50:05.528Z Done (0.592s)
1712025-01-13T08:50:10.164Z Done (4.433s)
1722025-01-13T08:50:10.253Z Done (0.018s)
1732025-01-13T08:50:10.255Z Done (0.000s)
1742025-01-13T08:50:10.435Z Done (0.000s)
1752025-01-13T08:50:11.181ZPlanning: Evaluating mediator changes ... Done
1762025-01-13T08:50:11.348ZPlanning: Checking for conflicting actions ... Done
1772025-01-13T08:50:11.351ZPlanning: Consolidating action changes ... Done
1782025-01-13T08:50:11.627ZPlanning: Evaluating mediators ... Done
1792025-01-13T08:50:11.630ZPlanning: Planning completed in 0.45 seconds
1802025-01-13T08:50:11.668Z Mediators to change: 2
1812025-01-13T08:50:11.668Z Create boot environment: No
1822025-01-13T08:50:11.671ZCreate backup boot environment: No
1832025-01-13T08:50:11.752Z Done
1842025-01-13T08:50:11.752Z Done
1852025-01-13T08:50:12.162Z Done
1862025-01-13T08:50:15.994Z Done
1872025-01-13T08:50:16.088Z Done
1882025-01-13T08:50:16.090Z Done
1892025-01-13T08:50:16.215Z Done
1902025-01-13T08:50:16.856ZPlanning: Evaluating mediator changes ... Done
1912025-01-13T08:50:16.859ZPlanning: Merging actions ... Done
1922025-01-13T08:50:17.050ZPlanning: Checking for conflicting actions ... Done
1932025-01-13T08:50:17.053ZPlanning: Consolidating action changes ... Done
1942025-01-13T08:50:17.335ZPlanning: Evaluating mediators ... Done
1952025-01-13T08:50:17.391ZPlanning: Planning completed in 0.79 seconds
1962025-01-13T08:50:17.433Z Packages to change: 1
1972025-01-13T08:50:17.433Z Mediators to change: 1
1982025-01-13T08:50:17.436Z Services to change: 1
1992025-01-13T08:50:17.436Z Create boot environment: No
2002025-01-13T08:50:17.436ZCreate backup boot environment: Yes
2012025-01-13T08:50:19.774Z Actions: 1/6 actions (Updating modified actions)
2022025-01-13T08:50:19.777Z Actions: Completed 6 actions in 0.00 seconds.
2032025-01-13T08:50:19.777Z Done
2042025-01-13T08:50:19.777Z Done
2052025-01-13T08:50:19.896Z Done
2062025-01-13T08:50:23.778Z Done
2072025-01-13T08:50:23.871Z Done
2082025-01-13T08:50:23.873Z Done
2092025-01-13T08:50:24.006Z Done
2102025-01-13T08:50:24.460ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2112025-01-13T08:50:24.460Zclang system 15 system
2122025-01-13T08:50:24.460Zcsh system system illumos
2132025-01-13T08:50:24.460Zctags system system illumos
2142025-01-13T08:50:24.460Zgcc vendor 12 vendor
2152025-01-13T08:50:24.460Zgcc system 10 system
2162025-01-13T08:50:24.460Zgcc system 7 system
2172025-01-13T08:50:24.460Zgo system 1.20 system
2182025-01-13T08:50:24.460Zgo system 1.19 system
2192025-01-13T08:50:24.460Zllvm system 15 system
2202025-01-13T08:50:24.460Zllvm system 14 system
2212025-01-13T08:50:24.460Zmariadb system 10.6 system
2222025-01-13T08:50:24.460Zmta vendor vendor dma
2232025-01-13T08:50:24.460Zopenjdk system 17 system
2242025-01-13T08:50:24.460Zopenjdk system 11 system
2252025-01-13T08:50:24.461Zopenjdk system 1.8 system
2262025-01-13T08:50:24.461Zopenssl vendor 3 vendor
2272025-01-13T08:50:24.461Zperl system 5.36 system
2282025-01-13T08:50:24.461Zpostgresql system 15 system
2292025-01-13T08:50:24.461Zpostgresql system 13 system
2302025-01-13T08:50:24.461Zpython vendor 3 vendor
2312025-01-13T08:50:24.461Zpython system 2 system
2322025-01-13T08:50:24.461Zpython3 system 3.11 system
2332025-01-13T08:50:24.461Zruby system 3.0 system
2342025-01-13T08:50:24.461Zwords vendor vendor american-english
2352025-01-13T08:50:24.461Zwords system system australian-english
2362025-01-13T08:50:24.461Zwords system system british-english
2372025-01-13T08:50:24.461Zwords system system canadian-english
2382025-01-13T08:50:24.461Zwords system system french
2392025-01-13T08:50:24.461Zwords system system italian
2402025-01-13T08:50:24.461Zwords system system ngerman
2412025-01-13T08:50:24.461Zwords system system ogerman
2422025-01-13T08:50:24.461Zwords system system spanish
2432025-01-13T08:50:24.812ZPUBLISHER TYPE STATUS P LOCATION
2442025-01-13T08:50:24.812Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2452025-01-13T08:50:27.698ZFMRI IFO
2462025-01-13T08:50:27.698Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2472025-01-13T08:50:27.698Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2482025-01-13T08:50:27.698Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2492025-01-13T08:50:27.698Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2502025-01-13T08:50:27.698Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2512025-01-13T08:50:27.698Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2522025-01-13T08:50:27.698Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2532025-01-13T08:50:27.698Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2542025-01-13T08:50:27.698Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2552025-01-13T08:50:27.698Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2562025-01-13T08:50:27.698Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2572025-01-13T08:50:27.698Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2582025-01-13T08:50:27.698Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2592025-01-13T08:50:27.698Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2602025-01-13T08:50:27.698Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2612025-01-13T08:50:28.506Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2622025-01-13T08:50:28.801Z Updating crates.io index
2632025-01-13T08:50:28.803Z Updating git repository `https://github.com/oxidecomputer/diffus`
2642025-01-13T08:50:29.128Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2652025-01-13T08:50:29.599Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2662025-01-13T08:50:29.887Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2672025-01-13T08:50:30.126Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2682025-01-13T08:50:30.391Z Updating git repository `https://github.com/oxidecomputer/propolis`
2692025-01-13T08:50:31.262Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702025-01-13T08:50:32.794Z Updating git repository `https://github.com/oxidecomputer/opte`
2712025-01-13T08:50:33.530Z Updating git repository `https://github.com/oxidecomputer/falcon`
2722025-01-13T08:50:34.274Z Updating git repository `https://github.com/oxidecomputer/clickward`
2732025-01-13T08:50:34.507Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742025-01-13T08:50:34.777Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2752025-01-13T08:50:35.423Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2762025-01-13T08:50:35.757Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2772025-01-13T08:50:36.083Z Updating git repository `https://github.com/oxidecomputer/tofino`
2782025-01-13T08:50:36.351Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792025-01-13T08:50:37.342Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802025-01-13T08:50:37.592Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812025-01-13T08:50:37.873Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2822025-01-13T08:50:38.233Z Updating git repository `https://github.com/oxidecomputer/ispf`
2832025-01-13T08:50:38.594Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2842025-01-13T08:50:38.866Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2852025-01-13T08:50:39.393Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2862025-01-13T08:50:39.687Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2872025-01-13T08:50:40.035Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2882025-01-13T08:50:40.471Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2892025-01-13T08:50:40.722Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2902025-01-13T08:50:41.039Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2912025-01-13T08:50:41.307Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2922025-01-13T08:50:42.724Z Downloading crates ...
2932025-01-13T08:50:42.842Z Downloaded cfg-if v1.0.0
2942025-01-13T08:50:42.845Z Downloaded anstream v0.6.18
2952025-01-13T08:50:42.849Z Downloaded anstyle v1.0.10
2962025-01-13T08:50:42.853Z Downloaded anstyle-query v1.1.2
2972025-01-13T08:50:42.856Z Downloaded anstyle-parse v0.2.6
2982025-01-13T08:50:42.867Z Downloaded anyhow v1.0.95
2992025-01-13T08:50:42.871Z Downloaded bitflags v2.7.0
3002025-01-13T08:50:42.874Z Downloaded getrandom v0.2.15
3012025-01-13T08:50:42.877Z Downloaded log v0.4.22
3022025-01-13T08:50:42.879Z Downloaded block-buffer v0.10.4
3032025-01-13T08:50:42.883Z Downloaded generic-array v0.14.7
3042025-01-13T08:50:42.883Z Downloaded crypto-common v0.1.6
3052025-01-13T08:50:42.886Z Downloaded camino v1.1.9
3062025-01-13T08:50:42.889Z Downloaded cargo-platform v0.1.9
3072025-01-13T08:50:42.891Z Downloaded cargo_toml v0.20.5
3082025-01-13T08:50:42.891Z Downloaded clap v4.5.26
3092025-01-13T08:50:42.899Z Downloaded clap_derive v4.5.24
3102025-01-13T08:50:42.901Z Downloaded camino-tempfile v1.1.1
3112025-01-13T08:50:42.904Z Downloaded clap_lex v0.7.4
3122025-01-13T08:50:42.906Z Downloaded clap_builder v4.5.26
3132025-01-13T08:50:42.911Z Downloaded fs-err v2.11.0
3142025-01-13T08:50:42.913Z Downloaded fastrand v2.3.0
3152025-01-13T08:50:42.916Z Downloaded errno v0.3.10
3162025-01-13T08:50:42.916Z Downloaded hashbrown v0.15.2
3172025-01-13T08:50:42.920Z Downloaded heck v0.5.0
3182025-01-13T08:50:42.922Z Downloaded digest v0.10.7
3192025-01-13T08:50:42.925Z Downloaded cpufeatures v0.2.16
3202025-01-13T08:50:42.925Z Downloaded is_terminal_polyfill v1.70.1
3212025-01-13T08:50:42.927Z Downloaded indexmap v2.7.0
3222025-01-13T08:50:42.929Z Downloaded colorchoice v1.0.3
3232025-01-13T08:50:42.932Z Downloaded cargo_metadata v0.18.1
3242025-01-13T08:50:42.971Z Downloaded equivalent v1.0.1
3252025-01-13T08:50:42.973Z Downloaded fnv v1.0.7
3262025-01-13T08:50:42.973Z Downloaded heck v0.4.1
3272025-01-13T08:50:42.975Z Downloaded byteorder v1.5.0
3282025-01-13T08:50:42.975Z Downloaded autocfg v1.4.0
3292025-01-13T08:50:42.978Z Downloaded ryu v1.0.18
3302025-01-13T08:50:42.982Z Downloaded memchr v2.7.4
3312025-01-13T08:50:42.986Z Downloaded version_check v0.9.5
3322025-01-13T08:50:42.990Z Downloaded zerocopy v0.7.35
3332025-01-13T08:50:43.039Z Downloaded utf8parse v0.2.2
3342025-01-13T08:50:43.041Z Downloaded serde_spanned v0.6.8
3352025-01-13T08:50:43.044Z Downloaded proc-macro2 v1.0.93
3362025-01-13T08:50:43.046Z Downloaded toml_datetime v0.6.8
3372025-01-13T08:50:43.048Z Downloaded quote v1.0.38
3382025-01-13T08:50:43.051Z Downloaded serde_derive v1.0.217
3392025-01-13T08:50:43.053Z Downloaded zerocopy-derive v0.7.35
3402025-01-13T08:50:43.056Z Downloaded semver v1.0.24
3412025-01-13T08:50:43.058Z Downloaded serde v1.0.217
3422025-01-13T08:50:43.068Z Downloaded syn v1.0.109
3432025-01-13T08:50:43.084Z Downloaded scroll_derive v0.12.0
3442025-01-13T08:50:43.086Z Downloaded scroll v0.12.0
3452025-01-13T08:50:43.086Z Downloaded proc-macro-error-attr v1.0.4
3462025-01-13T08:50:43.089Z Downloaded proc-macro-error v1.0.4
3472025-01-13T08:50:43.092Z Downloaded plain v0.2.3
3482025-01-13T08:50:43.092Z Downloaded pest_meta v2.7.15
3492025-01-13T08:50:43.095Z Downloaded pest_generator v2.7.15
3502025-01-13T08:50:43.095Z Downloaded pest_derive v2.7.15
3512025-01-13T08:50:43.097Z Downloaded pest v2.7.15
3522025-01-13T08:50:43.101Z Downloaded serde_tokenstream v0.2.2
3532025-01-13T08:50:43.103Z Downloaded papergrid v0.11.0
3542025-01-13T08:50:43.106Z Downloaded thiserror-impl v2.0.11
3552025-01-13T08:50:43.109Z Downloaded thiserror v2.0.11
3562025-01-13T08:50:43.112Z Downloaded typenum v1.17.0
3572025-01-13T08:50:43.115Z Downloaded textwrap v0.16.1
3582025-01-13T08:50:43.117Z Downloaded tempfile v3.15.0
3592025-01-13T08:50:43.119Z Downloaded serde_json v1.0.135
3602025-01-13T08:50:43.126Z Downloaded once_cell v1.20.2
3612025-01-13T08:50:43.128Z Downloaded memmap v0.7.0
3622025-01-13T08:50:43.131Z Downloaded macaddr v1.0.1
3632025-01-13T08:50:43.131Z Downloaded itoa v1.0.14
3642025-01-13T08:50:43.133Z Downloaded goblin v0.8.2
3652025-01-13T08:50:43.137Z Downloaded unicode-ident v1.0.14
3662025-01-13T08:50:43.140Z Downloaded ucd-trie v0.1.7
3672025-01-13T08:50:43.142Z Downloaded toml_edit v0.22.22
3682025-01-13T08:50:43.161Z Downloaded winnow v0.6.24
3692025-01-13T08:50:43.169Z Downloaded bytecount v0.6.8
3702025-01-13T08:50:43.172Z Downloaded unicode-linebreak v0.1.5
3712025-01-13T08:50:43.172Z Downloaded tabled_derive v0.7.0
3722025-01-13T08:50:43.174Z Downloaded toml v0.8.19
3732025-01-13T08:50:43.176Z Downloaded thread-id v4.2.2
3742025-01-13T08:50:43.177Z Downloaded thiserror-impl v1.0.69
3752025-01-13T08:50:43.179Z Downloaded thiserror v1.0.69
3762025-01-13T08:50:43.182Z Downloaded rustix v0.38.43
3772025-01-13T08:50:43.202Z Downloaded usdt-macro v0.5.0
3782025-01-13T08:50:43.204Z Downloaded usdt-impl v0.5.0
3792025-01-13T08:50:43.204Z Downloaded usdt-attr-macro v0.5.0
3802025-01-13T08:50:43.204Z Downloaded usdt v0.5.0
3812025-01-13T08:50:43.207Z Downloaded unicode-width v0.1.14
3822025-01-13T08:50:43.210Z Downloaded pretty-hex v0.4.1
3832025-01-13T08:50:43.213Z Downloaded libc v0.2.169
3842025-01-13T08:50:43.234Z Downloaded dtrace-parser v0.2.0
3852025-01-13T08:50:43.237Z Downloaded dof v0.3.0
3862025-01-13T08:50:43.237Z Downloaded terminal_size v0.4.1
3872025-01-13T08:50:43.237Z Downloaded tabled v0.15.0
3882025-01-13T08:50:43.250Z Downloaded syn v2.0.96
3892025-01-13T08:50:43.260Z Downloaded swrite v0.1.0
3902025-01-13T08:50:43.263Z Downloaded strsim v0.11.1
3912025-01-13T08:50:43.263Z Downloaded smawk v0.3.2
3922025-01-13T08:50:43.266Z Downloaded sha2 v0.10.8
3932025-01-13T08:50:43.555Z Compiling proc-macro2 v1.0.93
3942025-01-13T08:50:43.556Z Compiling unicode-ident v1.0.14
3952025-01-13T08:50:43.556Z Compiling version_check v0.9.5
3962025-01-13T08:50:43.560Z Compiling serde v1.0.217
3972025-01-13T08:50:43.560Z Compiling memchr v2.7.4
3982025-01-13T08:50:43.610Z Compiling libc v0.2.169
3992025-01-13T08:50:43.630Z Compiling thiserror v2.0.11
4002025-01-13T08:50:43.633Z Compiling thiserror v1.0.69
4012025-01-13T08:50:43.805Z Compiling itoa v1.0.14
4022025-01-13T08:50:44.085Z Compiling ryu v1.0.18
4032025-01-13T08:50:44.411Z Compiling ucd-trie v0.1.7
4042025-01-13T08:50:44.489Z Compiling once_cell v1.20.2
4052025-01-13T08:50:44.700Z Compiling byteorder v1.5.0
4062025-01-13T08:50:44.727Z Compiling rustix v0.38.43
4072025-01-13T08:50:44.923Z Compiling serde_json v1.0.135
4082025-01-13T08:50:45.194Z Compiling bitflags v2.7.0
4092025-01-13T08:50:45.290Z Compiling usdt-impl v0.5.0
4102025-01-13T08:50:45.378Z Compiling proc-macro-error-attr v1.0.4
4112025-01-13T08:50:45.451Z Compiling syn v1.0.109
4122025-01-13T08:50:45.566Z Compiling quote v1.0.38
4132025-01-13T08:50:45.747Z Compiling proc-macro-error v1.0.4
4142025-01-13T08:50:45.750Z Compiling log v0.4.22
4152025-01-13T08:50:45.804Z Compiling utf8parse v0.2.2
4162025-01-13T08:50:45.911Z Compiling errno v0.3.10
4172025-01-13T08:50:45.984Z Compiling syn v2.0.96
4182025-01-13T08:50:46.162Z Compiling hashbrown v0.15.2
4192025-01-13T08:50:46.162Z Compiling plain v0.2.3
4202025-01-13T08:50:46.210Z Compiling equivalent v1.0.1
4212025-01-13T08:50:46.296Z Compiling camino v1.1.9
4222025-01-13T08:50:46.511Z Compiling anstyle-parse v0.2.6
4232025-01-13T08:50:46.829Z Compiling thread-id v4.2.2
4242025-01-13T08:50:46.950Z Compiling pretty-hex v0.4.1
4252025-01-13T08:50:47.070Z Compiling semver v1.0.24
4262025-01-13T08:50:47.169Z Compiling cfg-if v1.0.0
4272025-01-13T08:50:47.218Z Compiling is_terminal_polyfill v1.70.1
4282025-01-13T08:50:47.270Z Compiling indexmap v2.7.0
4292025-01-13T08:50:47.297Z Compiling autocfg v1.4.0
4302025-01-13T08:50:47.356Z Compiling anstyle-query v1.1.2
4312025-01-13T08:50:47.384Z Compiling unicode-width v0.1.14
4322025-01-13T08:50:47.522Z Compiling anstyle v1.0.10
4332025-01-13T08:50:47.605Z Compiling winnow v0.6.24
4342025-01-13T08:50:47.967Z Compiling colorchoice v1.0.3
4352025-01-13T08:50:48.091Z Compiling getrandom v0.2.15
4362025-01-13T08:50:48.138Z Compiling anstream v0.6.18
4372025-01-13T08:50:48.459Z Compiling terminal_size v0.4.1
4382025-01-13T08:50:48.512Z Compiling fs-err v2.11.0
4392025-01-13T08:50:48.799Z Compiling anyhow v1.0.95
4402025-01-13T08:50:48.850Z Compiling strsim v0.11.1
4412025-01-13T08:50:48.881Z Compiling fnv v1.0.7
4422025-01-13T08:50:48.933Z Compiling clap_lex v0.7.4
4432025-01-13T08:50:49.044Z Compiling fastrand v2.3.0
4442025-01-13T08:50:49.521Z Compiling heck v0.4.1
4452025-01-13T08:50:49.553Z Compiling bytecount v0.6.8
4462025-01-13T08:50:49.798Z Compiling heck v0.5.0
4472025-01-13T08:50:49.826Z Compiling papergrid v0.11.0
4482025-01-13T08:50:49.991Z Compiling tempfile v3.15.0
4492025-01-13T08:50:50.120Z Compiling clap_builder v4.5.26
4502025-01-13T08:50:50.439Z Compiling memmap v0.7.0
4512025-01-13T08:50:50.516Z Compiling smawk v0.3.2
4522025-01-13T08:50:50.752Z Compiling unicode-linebreak v0.1.5
4532025-01-13T08:50:51.268Z Compiling textwrap v0.16.1
4542025-01-13T08:50:51.418Z Compiling swrite v0.1.0
4552025-01-13T08:50:52.385Z Compiling tabled_derive v0.7.0
4562025-01-13T08:50:54.061Z Compiling tabled v0.15.0
4572025-01-13T08:50:55.352Z Compiling serde_derive v1.0.217
4582025-01-13T08:50:55.352Z Compiling thiserror-impl v2.0.11
4592025-01-13T08:50:55.355Z Compiling thiserror-impl v1.0.69
4602025-01-13T08:50:55.355Z Compiling zerocopy-derive v0.7.35
4612025-01-13T08:50:55.725Z Compiling scroll_derive v0.12.0
4622025-01-13T08:50:56.067Z Compiling clap_derive v4.5.24
4632025-01-13T08:50:57.297Z Compiling scroll v0.12.0
4642025-01-13T08:50:57.657Z Compiling zerocopy v0.7.35
4652025-01-13T08:50:57.916Z Compiling goblin v0.8.2
4662025-01-13T08:50:58.673Z Compiling pest v2.7.15
4672025-01-13T08:51:00.186Z Compiling clap v4.5.26
4682025-01-13T08:51:00.984Z Compiling pest_meta v2.7.15
4692025-01-13T08:51:01.904Z Compiling pest_generator v2.7.15
4702025-01-13T08:51:03.718Z Compiling pest_derive v2.7.15
4712025-01-13T08:51:04.491Z Compiling dtrace-parser v0.2.0
4722025-01-13T08:51:06.110Z Compiling toml_datetime v0.6.8
4732025-01-13T08:51:06.110Z Compiling serde_spanned v0.6.8
4742025-01-13T08:51:06.113Z Compiling cargo-platform v0.1.9
4752025-01-13T08:51:06.487Z Compiling serde_tokenstream v0.2.2
4762025-01-13T08:51:06.722Z Compiling toml_edit v0.22.22
4772025-01-13T08:51:06.751Z Compiling camino-tempfile v1.1.1
4782025-01-13T08:51:06.780Z Compiling macaddr v1.0.1
4792025-01-13T08:51:07.620Z Compiling dof v0.3.0
4802025-01-13T08:51:07.620Z Compiling cargo_metadata v0.18.1
4812025-01-13T08:51:09.599Z Compiling toml v0.8.19
4822025-01-13T08:51:09.814Z Compiling usdt-attr-macro v0.5.0
4832025-01-13T08:51:09.817Z Compiling usdt-macro v0.5.0
4842025-01-13T08:51:10.497Z Compiling cargo_toml v0.20.5
4852025-01-13T08:51:11.182Z Compiling usdt v0.5.0
4862025-01-13T08:51:14.201Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4872025-01-13T08:51:18.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.23s
4882025-01-13T08:51:18.786Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4892025-01-13T08:51:19.379Z Downloading crates ...
4902025-01-13T08:51:19.536Z Downloaded addr2line v0.24.2
4912025-01-13T08:51:19.542Z Downloaded allocator-api2 v0.2.21
4922025-01-13T08:51:19.546Z Downloaded arrayref v0.3.9
4932025-01-13T08:51:19.549Z Downloaded arrayvec v0.7.6
4942025-01-13T08:51:19.551Z Downloaded argon2 v0.5.3
4952025-01-13T08:51:19.554Z Downloaded async-stream-impl v0.3.6
4962025-01-13T08:51:19.555Z Downloaded async-stream v0.3.6
4972025-01-13T08:51:19.557Z Downloaded backoff v0.4.0
4982025-01-13T08:51:19.560Z Downloaded base16ct v0.2.0
4992025-01-13T08:51:19.563Z Downloaded headers v0.4.0
5002025-01-13T08:51:19.567Z Downloaded backtrace v0.3.74
5012025-01-13T08:51:19.573Z Downloaded async-recursion v1.1.1
5022025-01-13T08:51:19.577Z Downloaded assert_matches v1.5.0
5032025-01-13T08:51:19.580Z Downloaded headers-core v0.3.0
5042025-01-13T08:51:19.582Z Downloaded curve25519-dalek v4.1.3
5052025-01-13T08:51:19.590Z Downloaded hmac v0.12.1
5062025-01-13T08:51:19.593Z Downloaded heapless v0.8.0
5072025-01-13T08:51:19.596Z Downloaded hkdf v0.12.4
5082025-01-13T08:51:19.599Z Downloaded hostname v0.3.1
5092025-01-13T08:51:19.602Z Downloaded hex-literal v0.4.1
5102025-01-13T08:51:19.605Z Downloaded hickory-resolver v0.24.2
5112025-01-13T08:51:19.608Z Downloaded blake2 v0.10.6
5122025-01-13T08:51:19.615Z Downloaded bitfield v0.14.0
5132025-01-13T08:51:19.617Z Downloaded heck v0.3.3
5142025-01-13T08:51:19.617Z Downloaded heapless v0.7.17
5152025-01-13T08:51:19.620Z Downloaded bit-vec v0.8.0
5162025-01-13T08:51:19.623Z Downloaded bit-set v0.8.0
5172025-01-13T08:51:19.626Z Downloaded bb8 v0.8.6
5182025-01-13T08:51:19.629Z Downloaded base64ct v1.6.0
5192025-01-13T08:51:19.632Z Downloaded base64 v0.22.1
5202025-01-13T08:51:19.636Z Downloaded array-init v0.0.4
5212025-01-13T08:51:19.640Z Downloaded arc-swap v1.7.1
5222025-01-13T08:51:19.692Z Downloaded cfg_aliases v0.1.1
5232025-01-13T08:51:19.696Z Downloaded bit-vec v0.6.3
5242025-01-13T08:51:19.698Z Downloaded bit-set v0.5.3
5252025-01-13T08:51:19.698Z Downloaded atomic-waker v1.1.2
5262025-01-13T08:51:19.701Z Downloaded cipher v0.4.4
5272025-01-13T08:51:19.704Z Downloaded ahash v0.8.11
5282025-01-13T08:51:19.707Z Downloaded clang-sys v1.8.1
5292025-01-13T08:51:19.710Z Downloaded base64 v0.21.7
5302025-01-13T08:51:19.713Z Downloaded cc v1.2.9
5312025-01-13T08:51:19.718Z Downloaded cexpr v0.6.0
5322025-01-13T08:51:19.720Z Downloaded aes-gcm v0.10.3
5332025-01-13T08:51:19.724Z Downloaded bitflags v1.3.2
5342025-01-13T08:51:19.727Z Downloaded async-trait v0.1.85
5352025-01-13T08:51:19.732Z Downloaded is-terminal v0.4.13
5362025-01-13T08:51:19.734Z Downloaded httparse v1.9.5
5372025-01-13T08:51:19.737Z Downloaded lock_api v0.4.12
5382025-01-13T08:51:19.740Z Downloaded icu_locid_transform_data v1.5.0
5392025-01-13T08:51:19.743Z Downloaded icu_locid v1.5.0
5402025-01-13T08:51:19.747Z Downloaded icu_normalizer v1.5.0
5412025-01-13T08:51:19.751Z Downloaded icu_properties v1.5.1
5422025-01-13T08:51:19.754Z Downloaded icu_normalizer_data v1.5.0
5432025-01-13T08:51:19.757Z Downloaded icu_collections v1.5.0
5442025-01-13T08:51:19.764Z Downloaded hyper v1.5.2
5452025-01-13T08:51:19.773Z Downloaded icu_properties_data v1.5.0
5462025-01-13T08:51:19.785Z Downloaded bzip2 v0.4.4
5472025-01-13T08:51:19.789Z Downloaded cbc v0.1.2
5482025-01-13T08:51:19.792Z Downloaded cfg_aliases v0.2.1
5492025-01-13T08:51:19.792Z Downloaded base64 v0.13.1
5502025-01-13T08:51:19.795Z Downloaded ctr v0.9.2
5512025-01-13T08:51:19.798Z Downloaded ciborium-ll v0.2.2
5522025-01-13T08:51:19.800Z Downloaded instability v0.3.7
5532025-01-13T08:51:19.800Z Downloaded icu_provider v1.5.0
5542025-01-13T08:51:19.804Z Downloaded instant v0.1.13
5552025-01-13T08:51:19.806Z Downloaded litrs v0.4.1
5562025-01-13T08:51:19.810Z Downloaded indexmap v1.9.3
5572025-01-13T08:51:19.813Z Downloaded ciborium-io v0.2.2
5582025-01-13T08:51:19.815Z Downloaded itertools v0.13.0
5592025-01-13T08:51:19.822Z Downloaded crossbeam-epoch v0.9.18
5602025-01-13T08:51:19.826Z Downloaded aes v0.8.4
5612025-01-13T08:51:19.829Z Downloaded icu_locid_transform v1.5.0
5622025-01-13T08:51:19.832Z Downloaded crossbeam-utils v0.8.21
5632025-01-13T08:51:19.836Z Downloaded idna v1.0.3
5642025-01-13T08:51:19.841Z Downloaded keccak v0.1.5
5652025-01-13T08:51:19.844Z Downloaded hubpack_derive v0.1.1
5662025-01-13T08:51:19.844Z Downloaded prettyplease v0.2.29
5672025-01-13T08:51:19.849Z Downloaded crunchy v0.2.2
5682025-01-13T08:51:19.852Z Downloaded jobserver v0.1.32
5692025-01-13T08:51:19.855Z Downloaded crc-catalog v2.4.0
5702025-01-13T08:51:19.857Z Downloaded libm v0.2.11
5712025-01-13T08:51:19.864Z Downloaded serde_derive_internals v0.29.1
5722025-01-13T08:51:19.867Z Downloaded serde-big-array v0.5.1
5732025-01-13T08:51:19.870Z Downloaded libloading v0.8.6
5742025-01-13T08:51:19.873Z Downloaded mime v0.3.17
5752025-01-13T08:51:19.873Z Downloaded same-file v1.0.6
5762025-01-13T08:51:19.875Z Downloaded lru v0.12.5
5772025-01-13T08:51:19.877Z Downloaded md-5 v0.10.6
5782025-01-13T08:51:19.880Z Downloaded csv-core v0.1.11
5792025-01-13T08:51:19.882Z Downloaded cstr-argument v0.1.2
5802025-01-13T08:51:19.893Z Downloaded tinyvec_macros v0.1.1
5812025-01-13T08:51:19.895Z Downloaded tiny-keccak v2.0.2
5822025-01-13T08:51:19.898Z Downloaded termtree v0.5.1
5832025-01-13T08:51:19.900Z Downloaded sqlparser_derive v0.2.2
5842025-01-13T08:51:19.901Z Downloaded lockfree-object-pool v0.1.6
5852025-01-13T08:51:19.903Z Downloaded litemap v0.7.4
5862025-01-13T08:51:19.906Z Downloaded linked-hash-map v0.5.6
5872025-01-13T08:51:19.909Z Downloaded linear-map v1.2.0
5882025-01-13T08:51:19.909Z Downloaded libsw-core v0.3.1
5892025-01-13T08:51:19.913Z Downloaded libsw v3.4.0
5902025-01-13T08:51:19.915Z Downloaded lalrpop-util v0.19.12
5912025-01-13T08:51:19.915Z Downloaded memoffset v0.9.1
5922025-01-13T08:51:19.918Z Downloaded memmap2 v0.9.5
5932025-01-13T08:51:19.921Z Downloaded md5 v0.7.0
5942025-01-13T08:51:19.921Z Downloaded maybe-uninit v2.0.0
5952025-01-13T08:51:19.925Z Downloaded matches v0.1.10
5962025-01-13T08:51:19.925Z Downloaded match_cfg v0.1.0
5972025-01-13T08:51:19.925Z Downloaded maplit v1.0.2
5982025-01-13T08:51:19.928Z Downloaded lru-cache v0.1.2
5992025-01-13T08:51:19.928Z Downloaded hickory-proto v0.24.2
6002025-01-13T08:51:19.943Z Downloaded lalrpop v0.19.12
6012025-01-13T08:51:19.955Z Downloaded dyn-clone v1.0.17
6022025-01-13T08:51:19.958Z Downloaded lzma-sys v0.1.20
6032025-01-13T08:51:19.988Z Downloaded fixedbitset v0.4.2
6042025-01-13T08:51:19.991Z Downloaded xz2 v0.1.7
6052025-01-13T08:51:19.993Z Downloaded writeable v0.5.5
6062025-01-13T08:51:19.996Z Downloaded write16 v1.0.0
6072025-01-13T08:51:19.996Z Downloaded chrono-tz v0.10.0
6082025-01-13T08:51:20.006Z Downloaded miniz_oxide v0.8.2
6092025-01-13T08:51:20.009Z Downloaded mio v1.0.3
6102025-01-13T08:51:20.014Z Downloaded diff v0.1.13
6112025-01-13T08:51:20.016Z Downloaded futures-util v0.3.31
6122025-01-13T08:51:20.033Z Downloaded unicode_categories v0.1.1
6132025-01-13T08:51:20.037Z Downloaded progenitor v0.8.0
6142025-01-13T08:51:20.037Z Downloaded unicode-properties v0.1.3
6152025-01-13T08:51:20.040Z Downloaded tungstenite v0.21.0
6162025-01-13T08:51:20.042Z Downloaded tower v0.5.2
6172025-01-13T08:51:20.052Z Downloaded rustc-hash v1.1.0
6182025-01-13T08:51:20.054Z Downloaded url v2.5.4
6192025-01-13T08:51:20.057Z Downloaded tungstenite v0.23.0
6202025-01-13T08:51:20.061Z Downloaded bzip2-sys v0.1.11+1.0.8
6212025-01-13T08:51:20.076Z Downloaded termcolor v1.4.1
6222025-01-13T08:51:20.079Z Downloaded synstructure v0.13.1
6232025-01-13T08:51:20.081Z Downloaded float-cmp v0.10.0
6242025-01-13T08:51:20.081Z Downloaded flate2 v1.0.35
6252025-01-13T08:51:20.087Z Downloaded term v0.7.0
6262025-01-13T08:51:20.092Z Downloaded smf v0.2.3
6272025-01-13T08:51:20.095Z Downloaded hubpack v0.1.2
6282025-01-13T08:51:20.098Z Downloaded serde_with v3.12.0
6292025-01-13T08:51:20.106Z Downloaded num_enum v0.5.11
6302025-01-13T08:51:20.111Z Downloaded powerfmt v0.2.0
6312025-01-13T08:51:20.113Z Downloaded opaque-debug v0.3.1
6322025-01-13T08:51:20.115Z Downloaded num-traits v0.2.19
6332025-01-13T08:51:20.118Z Downloaded num-iter v0.1.45
6342025-01-13T08:51:20.120Z Downloaded downcast v0.11.0
6352025-01-13T08:51:20.123Z Downloaded dirs-next v2.0.0
6362025-01-13T08:51:20.123Z Downloaded difflib v0.4.0
6372025-01-13T08:51:20.126Z Downloaded dirs-sys-next v0.1.2
6382025-01-13T08:51:20.129Z Downloaded futures-io v0.3.31
6392025-01-13T08:51:20.129Z Downloaded futures-macro v0.3.31
6402025-01-13T08:51:20.129Z Downloaded futures-executor v0.3.31
6412025-01-13T08:51:20.132Z Downloaded salsa20 v0.10.2
6422025-01-13T08:51:20.135Z Downloaded tough v0.19.0
6432025-01-13T08:51:20.143Z Downloaded shlex v1.3.0
6442025-01-13T08:51:20.145Z Downloaded thiserror-no-std v2.0.2
6452025-01-13T08:51:20.150Z Downloaded serde_yaml v0.9.34+deprecated
6462025-01-13T08:51:20.154Z Downloaded unsafe-libyaml v0.2.11
6472025-01-13T08:51:20.159Z Downloaded zerovec-derive v0.10.3
6482025-01-13T08:51:20.161Z Downloaded termios v0.3.3
6492025-01-13T08:51:20.163Z Downloaded zerovec v0.10.4
6502025-01-13T08:51:20.170Z Downloaded tar v0.4.43
6512025-01-13T08:51:20.173Z Downloaded tap v1.0.1
6522025-01-13T08:51:20.176Z Downloaded tabwriter v1.4.1
6532025-01-13T08:51:20.179Z Downloaded sync_wrapper v1.0.2
6542025-01-13T08:51:20.179Z Downloaded sync-ptr v0.1.1
6552025-01-13T08:51:20.179Z Downloaded supports-color v3.0.2
6562025-01-13T08:51:20.181Z Downloaded subtle v2.6.1
6572025-01-13T08:51:20.182Z Downloaded signal-hook-mio v0.2.4
6582025-01-13T08:51:20.184Z Downloaded signal-hook v0.3.17
6592025-01-13T08:51:20.187Z Downloaded x509-cert v0.2.5
6602025-01-13T08:51:20.194Z Downloaded wyz v0.5.1
6612025-01-13T08:51:20.196Z Downloaded steno v0.4.1
6622025-01-13T08:51:20.201Z Downloaded ed25519-dalek v2.1.1
6632025-01-13T08:51:20.204Z Downloaded ed25519 v2.2.3
6642025-01-13T08:51:20.207Z Downloaded ecdsa v0.16.9
6652025-01-13T08:51:20.210Z Downloaded document-features v0.2.10
6662025-01-13T08:51:20.213Z Downloaded dhcproto-macros v0.1.0
6672025-01-13T08:51:20.213Z Downloaded derive_builder_core v0.20.2
6682025-01-13T08:51:20.216Z Downloaded der v0.7.9
6692025-01-13T08:51:20.220Z Downloaded xattr v1.4.0
6702025-01-13T08:51:20.223Z Downloaded regex-syntax v0.8.5
6712025-01-13T08:51:20.234Z Downloaded number_prefix v0.4.0
6722025-01-13T08:51:20.236Z Downloaded num-rational v0.4.2
6732025-01-13T08:51:20.239Z Downloaded normalize-line-endings v0.3.0
6742025-01-13T08:51:20.241Z Downloaded openssl-macros v0.1.1
6752025-01-13T08:51:20.241Z Downloaded openssl-probe v0.1.5
6762025-01-13T08:51:20.243Z Downloaded glob v0.3.2
6772025-01-13T08:51:20.246Z Downloaded diesel_table_macro_syntax v0.2.0
6782025-01-13T08:51:20.246Z Downloaded pin-utils v0.1.0
6792025-01-13T08:51:20.249Z Downloaded phf_shared v0.10.0
6802025-01-13T08:51:20.249Z Downloaded pin-project v1.1.8
6812025-01-13T08:51:20.262Z Downloaded tokio-macros v2.5.0
6822025-01-13T08:51:20.264Z Downloaded pin-project-lite v0.2.16
6832025-01-13T08:51:20.270Z Downloaded tokio-util v0.7.13
6842025-01-13T08:51:20.278Z Downloaded tokio-rustls v0.24.1
6852025-01-13T08:51:20.281Z Downloaded rustc-hash v2.1.0
6862025-01-13T08:51:20.284Z Downloaded progenitor-client v0.8.0
6872025-01-13T08:51:20.284Z Downloaded proc-macro-error2 v2.0.1
6882025-01-13T08:51:20.287Z Downloaded postgres-types v0.2.8
6892025-01-13T08:51:20.289Z Downloaded num_threads v0.1.7
6902025-01-13T08:51:20.292Z Downloaded num_enum_derive v0.5.11
6912025-01-13T08:51:20.294Z Downloaded spin v0.9.8
6922025-01-13T08:51:20.297Z Downloaded pin-project-internal v1.1.8
6932025-01-13T08:51:20.299Z Downloaded toml v0.7.8
6942025-01-13T08:51:20.302Z Downloaded diesel_derives v2.2.3
6952025-01-13T08:51:20.307Z Downloaded vsss-rs v3.3.4
6962025-01-13T08:51:20.310Z Downloaded shell-words v1.1.0
6972025-01-13T08:51:20.313Z Downloaded sha1 v0.10.6
6982025-01-13T08:51:20.315Z Downloaded vergen v8.3.2
6992025-01-13T08:51:20.318Z Downloaded take_mut v0.2.2
7002025-01-13T08:51:20.318Z Downloaded num-integer v0.1.46
7012025-01-13T08:51:20.321Z Downloaded num-derive v0.4.2
7022025-01-13T08:51:20.323Z Downloaded debug-ignore v1.0.5
7032025-01-13T08:51:20.326Z Downloaded data-encoding v2.6.0
7042025-01-13T08:51:20.330Z Downloaded zip v0.6.6
7052025-01-13T08:51:20.332Z Downloaded zerocopy v0.6.6
7062025-01-13T08:51:20.335Z Downloaded yoke-derive v0.7.5
7072025-01-13T08:51:20.337Z Downloaded untrusted v0.7.1
7082025-01-13T08:51:20.340Z Downloaded ssh-cipher v0.2.0
7092025-01-13T08:51:20.340Z Downloaded hashbrown v0.14.5
7102025-01-13T08:51:20.347Z Downloaded either v1.13.0
7112025-01-13T08:51:20.349Z Downloaded rustls-pemfile v2.2.0
7122025-01-13T08:51:20.351Z Downloaded structmeta v0.2.0
7132025-01-13T08:51:20.353Z Downloaded openssl-sys v0.9.104
7142025-01-13T08:51:20.358Z Downloaded hash32 v0.3.1
7152025-01-13T08:51:20.361Z Downloaded num-complex v0.4.6
7162025-01-13T08:51:20.365Z Downloaded rustls v0.21.12
7172025-01-13T08:51:20.376Z Downloaded russh v0.45.0
7182025-01-13T08:51:20.382Z Downloaded rusqlite v0.32.1
7192025-01-13T08:51:20.390Z Downloaded ron v0.8.1
7202025-01-13T08:51:20.396Z Downloaded ron v0.7.1
7212025-01-13T08:51:20.402Z Downloaded thread_local v1.1.8
7222025-01-13T08:51:20.404Z Downloaded slog-bunyan v2.5.0
7232025-01-13T08:51:20.407Z Downloaded time v0.3.37
7242025-01-13T08:51:20.415Z Downloaded typify-macro v0.2.0
7252025-01-13T08:51:20.417Z Downloaded rsa v0.9.7
7262025-01-13T08:51:20.423Z Downloaded display-error-chain v0.2.2
7272025-01-13T08:51:20.426Z Downloaded rfc6979 v0.4.0
7282025-01-13T08:51:20.426Z Downloaded resolv-conf v0.7.0
7292025-01-13T08:51:20.428Z Downloaded reqwest v0.12.12
7302025-01-13T08:51:20.438Z Downloaded fallible-iterator v0.3.0
7312025-01-13T08:51:20.440Z Downloaded fallible-iterator v0.2.0
7322025-01-13T08:51:20.443Z Downloaded unicode-segmentation v1.12.0
7332025-01-13T08:51:20.446Z Downloaded new_debug_unreachable v1.0.6
7342025-01-13T08:51:20.448Z Downloaded native-tls v0.2.12
7352025-01-13T08:51:20.450Z Downloaded multimap v0.10.0
7362025-01-13T08:51:20.453Z Downloaded unicode-normalization v0.1.24
7372025-01-13T08:51:20.456Z Downloaded omicron-zone-package v0.12.0
7382025-01-13T08:51:20.460Z Downloaded predicates-tree v1.0.12
7392025-01-13T08:51:20.462Z Downloaded predicates-core v1.0.9
7402025-01-13T08:51:20.464Z Downloaded predicates v3.1.3
7412025-01-13T08:51:20.467Z Downloaded ppv-lite86 v0.2.20
7422025-01-13T08:51:20.471Z Downloaded tokio-tungstenite v0.24.0
7432025-01-13T08:51:20.474Z Downloaded tokio-tungstenite v0.21.0
7442025-01-13T08:51:20.474Z Downloaded tokio-stream v0.1.17
7452025-01-13T08:51:20.479Z Downloaded quick-error v1.2.3
7462025-01-13T08:51:20.481Z Downloaded tokio-rustls v0.26.1
7472025-01-13T08:51:20.484Z Downloaded tokio-rustls v0.25.0
7482025-01-13T08:51:20.486Z Downloaded tokio-native-tls v0.3.1
7492025-01-13T08:51:20.489Z Downloaded diesel-dtrace v0.4.2
7502025-01-13T08:51:20.491Z Downloaded diesel v2.2.6
7512025-01-13T08:51:20.511Z Downloaded strum v0.26.3
7522025-01-13T08:51:20.513Z Downloaded des v0.8.1
7532025-01-13T08:51:20.516Z Downloaded defmt-macros v0.4.0
7542025-01-13T08:51:20.520Z Downloaded zerocopy v0.8.14
7552025-01-13T08:51:20.543Z Downloaded time-macros v0.2.19
7562025-01-13T08:51:20.546Z Downloaded regress v0.9.1
7572025-01-13T08:51:20.555Z Downloaded zone_cfg_derive v0.1.2
7582025-01-13T08:51:20.557Z Downloaded snafu-derive v0.8.5
7592025-01-13T08:51:20.560Z Downloaded rustls-pki-types v1.10.1
7602025-01-13T08:51:20.563Z Downloaded funty v2.0.0
7612025-01-13T08:51:20.567Z Downloaded dunce v1.0.5
7622025-01-13T08:51:20.567Z Downloaded dsl_auto_type v0.1.2
7632025-01-13T08:51:20.569Z Downloaded derive_more v0.99.18
7642025-01-13T08:51:20.572Z Downloaded derive_builder_macro v0.20.2
7652025-01-13T08:51:20.575Z Downloaded derive_builder v0.20.2
7662025-01-13T08:51:20.579Z Downloaded rustls-pemfile v1.0.4
7672025-01-13T08:51:20.581Z Downloaded flume v0.11.1
7682025-01-13T08:51:20.585Z Downloaded hashbrown v0.13.2
7692025-01-13T08:51:20.591Z Downloaded scopeguard v1.2.0
7702025-01-13T08:51:20.593Z Downloaded unicode-truncate v1.1.0
7712025-01-13T08:51:20.596Z Downloaded slog-scope v4.4.0
7722025-01-13T08:51:20.598Z Downloaded zone v0.3.0
7732025-01-13T08:51:20.601Z Downloaded unicode-bidi v0.3.18
7742025-01-13T08:51:20.603Z Downloaded ssh-encoding v0.2.0
7752025-01-13T08:51:20.607Z Downloaded sqlformat v0.2.6
7762025-01-13T08:51:20.612Z Downloaded mime_guess v2.0.5
7772025-01-13T08:51:20.612Z Downloaded globset v0.4.15
7782025-01-13T08:51:20.612Z Downloaded foreign-types-macros v0.2.3
7792025-01-13T08:51:20.614Z Downloaded embedded-io v0.6.1
7802025-01-13T08:51:20.614Z Downloaded embedded-io v0.4.0
7812025-01-13T08:51:20.618Z Downloaded unicase v2.8.1
7822025-01-13T08:51:20.618Z Downloaded sct v0.7.1
7832025-01-13T08:51:20.621Z Downloaded signal-hook-registry v1.4.2
7842025-01-13T08:51:20.625Z Downloaded subprocess v0.2.9
7852025-01-13T08:51:20.629Z Downloaded toolchain_find v0.4.0
7862025-01-13T08:51:20.629Z Downloaded ssh-key v0.6.7
7872025-01-13T08:51:20.635Z Downloaded toml_edit v0.19.15
7882025-01-13T08:51:20.654Z Downloaded russh-keys v0.45.0
7892025-01-13T08:51:20.660Z Downloaded unarray v0.1.4
7902025-01-13T08:51:20.660Z Downloaded typify v0.2.0
7912025-01-13T08:51:20.660Z Downloaded newline-converter v0.3.0
7922025-01-13T08:51:20.663Z Downloaded nix v0.29.0
7932025-01-13T08:51:20.674Z Downloaded zeroize_derive v1.4.2
7942025-01-13T08:51:20.676Z Downloaded which v4.4.2
7952025-01-13T08:51:20.679Z Downloaded deranged v0.3.11
7962025-01-13T08:51:20.679Z Downloaded ena v0.14.3
7972025-01-13T08:51:20.681Z Downloaded progenitor-macro v0.8.0
7982025-01-13T08:51:20.681Z Downloaded primeorder v0.13.6
7992025-01-13T08:51:20.685Z Downloaded zeroize v1.8.1
8002025-01-13T08:51:20.687Z Downloaded tokio v1.43.0
8012025-01-13T08:51:20.727Z Downloaded want v0.3.1
8022025-01-13T08:51:20.729Z Downloaded peg-macros v0.8.4
8032025-01-13T08:51:20.732Z Downloaded zerocopy-derive v0.6.6
8042025-01-13T08:51:20.742Z Downloaded stable_deref_trait v1.2.0
8052025-01-13T08:51:20.744Z Downloaded strum_macros v0.25.3
8062025-01-13T08:51:20.746Z Downloaded utf16_iter v1.0.5
8072025-01-13T08:51:20.746Z Downloaded untrusted v0.9.0
8082025-01-13T08:51:20.749Z Downloaded static_assertions v1.1.0
8092025-01-13T08:51:20.752Z Downloaded tower-service v0.3.3
8102025-01-13T08:51:20.752Z Downloaded quick-xml v0.33.0
8112025-01-13T08:51:20.759Z Downloaded pem v3.0.4
8122025-01-13T08:51:20.761Z Downloaded darling v0.20.10
8132025-01-13T08:51:20.765Z Downloaded string_cache v0.8.7
8142025-01-13T08:51:20.767Z Downloaded smallvec v1.13.2
8152025-01-13T08:51:20.770Z Downloaded rand_xorshift v0.3.0
8162025-01-13T08:51:20.773Z Downloaded quinn-proto v0.11.9
8172025-01-13T08:51:20.780Z Downloaded owo-colors v4.1.0
8182025-01-13T08:51:20.783Z Downloaded poly1305 v0.8.0
8192025-01-13T08:51:20.786Z Downloaded pkcs1 v0.7.5
8202025-01-13T08:51:20.789Z Downloaded p384 v0.13.0
8212025-01-13T08:51:20.796Z Downloaded p256 v0.13.2
8222025-01-13T08:51:20.801Z Downloaded foldhash v0.1.4
8232025-01-13T08:51:20.804Z Downloaded darling_core v0.20.10
8242025-01-13T08:51:20.807Z Downloaded curve25519-dalek-derive v0.1.1
8252025-01-13T08:51:20.810Z Downloaded rustls v0.22.4
8262025-01-13T08:51:20.823Z Downloaded regex v1.11.1
8272025-01-13T08:51:20.838Z Downloaded zerofrom v0.1.5
8282025-01-13T08:51:20.841Z Downloaded yoke v0.7.5
8292025-01-13T08:51:20.844Z Downloaded rustls-webpki v0.102.8
8302025-01-13T08:51:20.862Z Downloaded universal-hash v0.5.1
8312025-01-13T08:51:20.864Z Downloaded spki v0.7.3
8322025-01-13T08:51:20.864Z Downloaded pkcs8 v0.10.2
8332025-01-13T08:51:20.868Z Downloaded wait-timeout v0.2.0
8342025-01-13T08:51:20.872Z Downloaded percent-encoding v2.3.1
8352025-01-13T08:51:20.873Z Downloaded utf8_iter v1.0.4
8362025-01-13T08:51:20.873Z Downloaded unicode-xid v0.2.6
8372025-01-13T08:51:20.877Z Downloaded rand v0.8.5
8382025-01-13T08:51:20.879Z Downloaded zone v0.1.8
8392025-01-13T08:51:20.879Z Downloaded zip v2.1.3
8402025-01-13T08:51:20.882Z Downloaded schemars v0.8.21
8412025-01-13T08:51:20.896Z Downloaded fragile v2.0.0
8422025-01-13T08:51:20.898Z Downloaded group v0.13.0
8432025-01-13T08:51:20.902Z Downloaded slog-term v2.9.1
8442025-01-13T08:51:20.904Z Downloaded parse-display-derive v0.10.0
8452025-01-13T08:51:20.904Z Downloaded slab v0.4.9
8462025-01-13T08:51:20.908Z Downloaded schemars_derive v0.8.21
8472025-01-13T08:51:20.908Z Downloaded parking_lot_core v0.8.6
8482025-01-13T08:51:20.911Z Downloaded dropshot v0.13.0
8492025-01-13T08:51:20.932Z Downloaded elliptic-curve v0.13.8
8502025-01-13T08:51:20.935Z Downloaded derive-where v1.2.7
8512025-01-13T08:51:20.939Z Downloaded der_derive v0.7.3
8522025-01-13T08:51:20.941Z Downloaded foreign-types-shared v0.1.1
8532025-01-13T08:51:20.946Z Downloaded radium v0.7.0
8542025-01-13T08:51:20.946Z Downloaded quinn-udp v0.5.9
8552025-01-13T08:51:20.946Z Downloaded futures v0.3.31
8562025-01-13T08:51:20.952Z Downloaded futures-channel v0.3.31
8572025-01-13T08:51:20.955Z Downloaded ratatui v0.28.1
8582025-01-13T08:51:20.974Z Downloaded tracing-attributes v0.1.28
8592025-01-13T08:51:20.977Z Downloaded libgit2-sys v0.17.0+1.8.1
8602025-01-13T08:51:21.035Z Downloaded tracing v0.1.41
8612025-01-13T08:51:21.040Z Downloaded parking_lot v0.12.3
8622025-01-13T08:51:21.044Z Downloaded siphasher v1.0.1
8632025-01-13T08:51:21.046Z Downloaded simd-adler32 v0.3.7
8642025-01-13T08:51:21.046Z Downloaded value-bag v1.10.0
8652025-01-13T08:51:21.049Z Downloaded foreign-types-shared v0.3.1
8662025-01-13T08:51:21.051Z Downloaded form_urlencoded v1.2.1
8672025-01-13T08:51:21.051Z Downloaded foreign-types v0.3.2
8682025-01-13T08:51:21.054Z Downloaded trust-dns-proto v0.22.0
8692025-01-13T08:51:21.066Z Downloaded futures-core v0.3.31
8702025-01-13T08:51:21.069Z Downloaded tls_codec_derive v0.4.1
8712025-01-13T08:51:21.071Z Downloaded time-core v0.1.2
8722025-01-13T08:51:21.071Z Downloaded strum_macros v0.26.4
8732025-01-13T08:51:21.076Z Downloaded strum_macros v0.24.3
8742025-01-13T08:51:21.087Z Downloaded slog-stdlog v4.1.1
8752025-01-13T08:51:21.087Z Downloaded slog-json v2.6.1
8762025-01-13T08:51:21.087Z Downloaded regress v0.10.2
8772025-01-13T08:51:21.091Z Downloaded half v2.4.1
8782025-01-13T08:51:21.093Z Downloaded tower-layer v0.3.3
8792025-01-13T08:51:21.093Z Downloaded topological-sort v0.2.2
8802025-01-13T08:51:21.093Z Downloaded sigpipe v0.1.3
8812025-01-13T08:51:21.093Z Downloaded polar-core v0.27.3
8822025-01-13T08:51:21.103Z Downloaded multer v3.1.0
8832025-01-13T08:51:21.108Z Downloaded p521 v0.13.3
8842025-01-13T08:51:21.110Z Downloaded h2 v0.4.7
8852025-01-13T08:51:21.116Z Downloaded enum-as-inner v0.5.1
8862025-01-13T08:51:21.119Z Downloaded darling_macro v0.20.10
8872025-01-13T08:51:21.119Z Downloaded strip-ansi-escapes v0.2.0
8882025-01-13T08:51:21.122Z Downloaded stringprep v0.1.5
8892025-01-13T08:51:21.122Z Downloaded smallvec v0.6.14
8902025-01-13T08:51:21.124Z Downloaded samael v0.0.17
8912025-01-13T08:51:21.129Z Downloaded mockall_derive v0.13.1
8922025-01-13T08:51:21.135Z Downloaded structmeta-derive v0.3.0
8932025-01-13T08:51:21.135Z Downloaded mockall v0.13.1
8942025-01-13T08:51:21.137Z Downloaded radix_trie v0.2.1
8952025-01-13T08:51:21.142Z Downloaded fs_extra v1.3.0
8962025-01-13T08:51:21.146Z Downloaded env_logger v0.11.6
8972025-01-13T08:51:21.149Z Downloaded env_logger v0.10.2
8982025-01-13T08:51:21.151Z Downloaded env_filter v0.1.3
8992025-01-13T08:51:21.151Z Downloaded enum-as-inner v0.6.1
9002025-01-13T08:51:21.154Z Downloaded vte v0.11.1
9012025-01-13T08:51:21.160Z Downloaded tracing-core v0.1.33
9022025-01-13T08:51:21.160Z Downloaded encoding_rs v0.8.35
9032025-01-13T08:51:21.181Z Downloaded petgraph v0.6.5
9042025-01-13T08:51:21.199Z Downloaded slog-envlogger v2.2.0
9052025-01-13T08:51:21.202Z Downloaded slog-async v2.8.0
9062025-01-13T08:51:21.204Z Downloaded slog v2.7.0
9072025-01-13T08:51:21.206Z Downloaded rustyline v14.0.0
9082025-01-13T08:51:21.210Z Downloaded petname v2.0.2
9092025-01-13T08:51:21.216Z Downloaded expectorate v1.1.0
9102025-01-13T08:51:21.219Z Downloaded packed_struct_codegen v0.10.1
9112025-01-13T08:51:21.221Z Downloaded packed_struct v0.10.1
9122025-01-13T08:51:21.223Z Downloaded regex-syntax v0.6.29
9132025-01-13T08:51:21.231Z Downloaded rusty-fork v0.3.0
9142025-01-13T08:51:21.234Z Downloaded rustversion v1.0.19
9152025-01-13T08:51:21.236Z Downloaded pkcs5 v0.7.1
9162025-01-13T08:51:21.239Z Downloaded parking_lot v0.11.2
9172025-01-13T08:51:21.242Z Downloaded postgres-protocol v0.6.7
9182025-01-13T08:51:21.244Z Downloaded postcard v1.1.1
9192025-01-13T08:51:21.247Z Downloaded defmt-parser v0.4.1
9202025-01-13T08:51:21.247Z Downloaded nix v0.28.0
9212025-01-13T08:51:21.260Z Downloaded nix v0.27.1
9222025-01-13T08:51:21.270Z Downloaded sled v0.34.7
9232025-01-13T08:51:21.281Z Downloaded regex-automata v0.4.9
9242025-01-13T08:51:21.298Z Downloaded sha3 v0.10.8
9252025-01-13T08:51:21.302Z Downloaded portable-atomic v1.10.0
9262025-01-13T08:51:21.310Z Downloaded pem-rfc7468 v0.7.0
9272025-01-13T08:51:21.312Z Downloaded endian-type v0.1.2
9282025-01-13T08:51:21.317Z Downloaded defmt v0.3.10
9292025-01-13T08:51:21.317Z Downloaded parse-display v0.10.0
9302025-01-13T08:51:21.319Z Downloaded waitgroup v0.1.2
9312025-01-13T08:51:21.319Z Downloaded zone_cfg_derive v0.3.0
9322025-01-13T08:51:21.319Z Downloaded qorb v0.2.1
9332025-01-13T08:51:21.322Z Downloaded nom v7.1.3
9342025-01-13T08:51:21.329Z Downloaded minimal-lexical v0.2.1
9352025-01-13T08:51:21.333Z Downloaded hashlink v0.9.1
9362025-01-13T08:51:21.335Z Downloaded siphasher v0.3.11
9372025-01-13T08:51:21.338Z Downloaded vcpkg v0.2.15
9382025-01-13T08:51:21.375Z Downloaded uuid v1.11.1
9392025-01-13T08:51:21.377Z Downloaded unicode-width v0.2.0
9402025-01-13T08:51:21.383Z Downloaded zerocopy-derive v0.8.14
9412025-01-13T08:51:21.390Z Downloaded webpki-roots v0.26.7
9422025-01-13T08:51:21.393Z Downloaded typify-impl v0.2.0
9432025-01-13T08:51:21.409Z Downloaded try-lock v0.2.5
9442025-01-13T08:51:21.412Z Downloaded utf-8 v0.7.6
9452025-01-13T08:51:21.412Z Downloaded signature v2.2.0
9462025-01-13T08:51:21.414Z Downloaded signal-hook-tokio v0.3.1
9472025-01-13T08:51:21.414Z Downloaded sec1 v0.7.3
9482025-01-13T08:51:21.418Z Downloaded scrypt v0.11.0
9492025-01-13T08:51:21.418Z Downloaded fatfs v0.3.6
9502025-01-13T08:51:21.421Z Downloaded rustls v0.23.21
9512025-01-13T08:51:21.432Z Downloaded zopfli v0.8.1
9522025-01-13T08:51:21.434Z Downloaded zerofrom-derive v0.1.5
9532025-01-13T08:51:21.437Z Downloaded proptest v1.6.0
9542025-01-13T08:51:21.445Z Downloaded openapiv3 v2.0.0
9552025-01-13T08:51:21.458Z Downloaded quinn v0.11.6
9562025-01-13T08:51:21.461Z Downloaded nodrop v0.1.14
9572025-01-13T08:51:21.463Z Downloaded filetime v0.2.25
9582025-01-13T08:51:21.465Z Downloaded ff v0.13.0
9592025-01-13T08:51:21.465Z Downloaded fd-lock v4.0.2
9602025-01-13T08:51:21.468Z Downloaded progenitor-impl v0.8.0
9612025-01-13T08:51:21.470Z Downloaded typed-path v0.9.3
9622025-01-13T08:51:21.475Z Downloaded polyval v0.6.2
9632025-01-13T08:51:21.478Z Downloaded pkg-config v0.3.31
9642025-01-13T08:51:21.480Z Downloaded dropshot v0.12.0
9652025-01-13T08:51:21.498Z Downloaded walkdir v2.5.0
9662025-01-13T08:51:21.501Z Downloaded similar v2.6.0
9672025-01-13T08:51:21.505Z Downloaded parking_lot_core v0.9.10
9682025-01-13T08:51:21.507Z Downloaded pretty-hex v0.2.1
9692025-01-13T08:51:21.510Z Downloaded foreign-types v0.5.0
9702025-01-13T08:51:21.510Z Downloaded peg-runtime v0.8.3
9712025-01-13T08:51:21.513Z Downloaded peg v0.8.4
9722025-01-13T08:51:21.515Z Downloaded path-slash v0.1.5
9732025-01-13T08:51:21.515Z Downloaded parse-size v1.1.0
9742025-01-13T08:51:21.518Z Downloaded oso-derive v0.27.3
9752025-01-13T08:51:21.518Z Downloaded oso v0.27.3
9762025-01-13T08:51:21.521Z Downloaded dropshot_endpoint v0.12.0
9772025-01-13T08:51:21.524Z Downloaded tokio-postgres v0.7.12
9782025-01-13T08:51:21.529Z Downloaded smoltcp v0.11.0
9792025-01-13T08:51:21.541Z Downloaded nanorand v0.7.0
9802025-01-13T08:51:21.544Z Downloaded twox-hash v1.6.3
9812025-01-13T08:51:21.546Z Downloaded tungstenite v0.24.0
9822025-01-13T08:51:21.549Z Downloaded tokio-tungstenite v0.23.1
9832025-01-13T08:51:21.551Z Downloaded smoltcp v0.9.1
9842025-01-13T08:51:21.561Z Downloaded csv v1.3.1
9852025-01-13T08:51:21.581Z Downloaded rand_chacha v0.3.1
9862025-01-13T08:51:21.584Z Downloaded rayon v1.10.0
9872025-01-13T08:51:21.591Z Downloaded pbkdf2 v0.12.2
9882025-01-13T08:51:21.594Z Downloaded pbkdf2 v0.11.0
9892025-01-13T08:51:21.596Z Downloaded paste v1.0.15
9902025-01-13T08:51:21.599Z Downloaded password-hash v0.5.0
9912025-01-13T08:51:21.601Z Downloaded password-hash v0.4.2
9922025-01-13T08:51:21.603Z Downloaded parse-zoneinfo v0.3.1
9932025-01-13T08:51:21.606Z Downloaded ring v0.17.8
9942025-01-13T08:51:21.675Z Downloaded hash32 v0.2.1
9952025-01-13T08:51:21.678Z Downloaded dropshot_endpoint v0.13.0
9962025-01-13T08:51:21.680Z Downloaded rtoolbox v0.0.2
9972025-01-13T08:51:21.683Z Downloaded hashbrown v0.12.3
9982025-01-13T08:51:21.685Z Downloaded slog-dtrace v0.3.0
9992025-01-13T08:51:21.687Z Downloaded gimli v0.31.1
10002025-01-13T08:51:21.695Z Downloaded dhcproto v0.12.0
10012025-01-13T08:51:21.698Z Downloaded snafu v0.8.5
10022025-01-13T08:51:21.703Z Downloaded salty v0.3.0
10032025-01-13T08:51:21.710Z Downloaded openssl v0.10.68
10042025-01-13T08:51:21.719Z Downloaded object v0.30.4
10052025-01-13T08:51:21.730Z Downloaded libz-sys v1.1.21
10062025-01-13T08:51:21.750Z Downloaded precomputed-hash v0.1.1
10072025-01-13T08:51:21.752Z Downloaded object v0.36.7
10082025-01-13T08:51:21.762Z Downloaded phf_shared v0.11.3
10092025-01-13T08:51:21.765Z Downloaded phf_generator v0.11.3
10102025-01-13T08:51:21.765Z Downloaded phf_codegen v0.11.3
10112025-01-13T08:51:21.767Z Downloaded phf v0.11.3
10122025-01-13T08:51:21.767Z Downloaded rand_seeder v0.3.0
10132025-01-13T08:51:21.770Z Downloaded thiserror-impl-no-std v2.0.2
10142025-01-13T08:51:21.770Z Downloaded sqlparser v0.45.0
10152025-01-13T08:51:21.776Z Downloaded rustfmt-wrapper v0.2.1
10162025-01-13T08:51:21.778Z Downloaded num-bigint-dig v0.8.4
10172025-01-13T08:51:21.782Z Downloaded num-bigint v0.4.6
10182025-01-13T08:51:21.787Z Downloaded num v0.4.3
10192025-01-13T08:51:21.790Z Downloaded nu-ansi-term v0.50.1
10202025-01-13T08:51:21.793Z Downloaded git2 v0.19.0
10212025-01-13T08:51:21.798Z Downloaded ghash v0.5.1
10222025-01-13T08:51:21.801Z Downloaded olpc-cjson v0.1.4
10232025-01-13T08:51:21.801Z Downloaded semver v0.1.20
10242025-01-13T08:51:21.803Z Downloaded secrecy v0.8.0
10252025-01-13T08:51:21.803Z Downloaded float-ord v0.3.2
10262025-01-13T08:51:21.805Z Downloaded fallible-streaming-iterator v0.1.9
10272025-01-13T08:51:21.805Z Downloaded rpassword v7.3.1
10282025-01-13T08:51:21.805Z Downloaded proc-macro-error-attr2 v2.0.0
10292025-01-13T08:51:21.807Z Downloaded proc-macro-crate v1.3.1
10302025-01-13T08:51:21.807Z Downloaded nibble_vec v0.1.0
10312025-01-13T08:51:21.813Z Downloaded newtype_derive v0.1.6
10322025-01-13T08:51:21.813Z Downloaded newtype-uuid v1.1.3
10332025-01-13T08:51:21.815Z Downloaded gethostname v0.5.0
10342025-01-13T08:51:21.815Z Downloaded fxhash v0.2.1
10352025-01-13T08:51:21.815Z Downloaded tui-tree-widget v0.22.0
10362025-01-13T08:51:21.816Z Downloaded test-strategy v0.3.1
10372025-01-13T08:51:21.818Z Downloaded num-conv v0.1.0
10382025-01-13T08:51:21.818Z Downloaded managed v0.8.0
10392025-01-13T08:51:21.821Z Downloaded libxml v0.3.3
10402025-01-13T08:51:21.828Z Downloaded libefi-sys v0.1.0
10412025-01-13T08:51:21.831Z Downloaded kstat-rs v0.2.4
10422025-01-13T08:51:21.831Z Downloaded idna v0.2.3
10432025-01-13T08:51:21.835Z Downloaded hyper-staticfile v0.10.1
10442025-01-13T08:51:21.838Z Downloaded flagset v0.4.6
10452025-01-13T08:51:21.842Z Downloaded displaydoc v0.2.5
10462025-01-13T08:51:21.842Z Downloaded whoami v1.5.2
10472025-01-13T08:51:21.845Z Downloaded vte_generate_state_changes v0.1.2
10482025-01-13T08:51:21.845Z Downloaded uzers v0.12.1
10492025-01-13T08:51:21.848Z Downloaded structmeta-derive v0.2.0
10502025-01-13T08:51:21.848Z Downloaded reedline v0.35.0
10512025-01-13T08:51:21.854Z Downloaded rustc-demangle v0.1.24
10522025-01-13T08:51:21.858Z Downloaded socket2 v0.5.8
10532025-01-13T08:51:21.858Z Downloaded serde_with_macros v3.12.0
10542025-01-13T08:51:21.862Z Downloaded scheduled-thread-pool v0.2.7
10552025-01-13T08:51:21.862Z Downloaded tls_codec v0.4.1
10562025-01-13T08:51:21.865Z Downloaded tinyvec v1.8.1
10572025-01-13T08:51:21.868Z Downloaded tinystr v0.7.6
10582025-01-13T08:51:21.868Z Downloaded russh-cryptovec v0.7.3
10592025-01-13T08:51:21.870Z Downloaded rcgen v0.12.1
10602025-01-13T08:51:21.873Z Downloaded yasna v0.5.2
10612025-01-13T08:51:21.875Z Downloaded bcs v0.1.6
10622025-01-13T08:51:21.878Z Downloaded futures-task v0.3.31
10632025-01-13T08:51:21.878Z Downloaded futures-sink v0.3.31
10642025-01-13T08:51:21.878Z Downloaded winnow v0.5.40
10652025-01-13T08:51:21.886Z Downloaded structmeta v0.3.0
10662025-01-13T08:51:21.891Z Downloaded serde_plain v1.0.2
10672025-01-13T08:51:21.891Z Downloaded serde_path_to_error v0.1.16
10682025-01-13T08:51:21.892Z Downloaded serde-hex v0.1.0
10692025-01-13T08:51:21.892Z Downloaded rustc_version v0.1.7
10702025-01-13T08:51:21.895Z Downloaded crucible-workspace-hack v0.1.0
10712025-01-13T08:51:21.895Z Downloaded chacha20poly1305 v0.10.1
10722025-01-13T08:51:21.895Z Downloaded cancel-safe-futures v0.1.5
10732025-01-13T08:51:21.901Z Downloaded buf-list v1.0.3
10742025-01-13T08:51:21.905Z Downloaded async-bb8-diesel v0.2.1
10752025-01-13T08:51:21.905Z Downloaded rustc_version v0.4.1
10762025-01-13T08:51:21.908Z Downloaded ref-cast-impl v1.0.23
10772025-01-13T08:51:21.908Z Downloaded ref-cast v1.0.23
10782025-01-13T08:51:21.911Z Downloaded rayon-core v1.12.1
10792025-01-13T08:51:21.914Z Downloaded rand_core v0.6.4
10802025-01-13T08:51:21.914Z Downloaded r2d2 v0.8.10
10812025-01-13T08:51:21.916Z Downloaded publicsuffix v2.3.0
10822025-01-13T08:51:21.920Z Downloaded libsqlite3-sys v0.30.1
10832025-01-13T08:51:21.996Z Downloaded psl-types v2.0.11
10842025-01-13T08:51:22.002Z Downloaded aws-lc-rs v1.12.0
10852025-01-13T08:51:22.006Z Downloaded serde_urlencoded v0.7.1
10862025-01-13T08:51:22.008Z Downloaded serde_repr v0.1.19
10872025-01-13T08:51:22.011Z Downloaded rustls-webpki v0.101.7
10882025-01-13T08:51:22.023Z Downloaded crypto-bigint v0.5.5
10892025-01-13T08:51:22.030Z Downloaded crossterm v0.28.1
10902025-01-13T08:51:22.034Z Downloaded crossbeam-deque v0.8.6
10912025-01-13T08:51:22.038Z Downloaded crc32fast v1.4.2
10922025-01-13T08:51:22.041Z Downloaded const_format_proc_macros v0.2.34
10932025-01-13T08:51:22.041Z Downloaded colored v2.2.0
10942025-01-13T08:51:22.044Z Downloaded cobs v0.2.3
10952025-01-13T08:51:22.044Z Downloaded bstr v1.11.3
10962025-01-13T08:51:22.052Z Downloaded block-padding v0.3.3
10972025-01-13T08:51:22.055Z Downloaded bitvec v1.0.1
10982025-01-13T08:51:22.068Z Downloaded lazy_static v1.5.0
10992025-01-13T08:51:22.071Z Downloaded internet-checksum v0.2.1
11002025-01-13T08:51:22.071Z Downloaded lazycell v1.3.0
11012025-01-13T08:51:22.073Z Downloaded crc-any v2.5.0
11022025-01-13T08:51:22.076Z Downloaded crc v3.2.1
11032025-01-13T08:51:22.077Z Downloaded cookie_store v0.21.1
11042025-01-13T08:51:22.079Z Downloaded cookie v0.18.1
11052025-01-13T08:51:22.081Z Downloaded convert_case v0.4.0
11062025-01-13T08:51:22.083Z Downloaded constant_time_eq v0.3.1
11072025-01-13T08:51:22.083Z Downloaded const_format v0.2.34
11082025-01-13T08:51:22.087Z Downloaded const-oid v0.9.6
11092025-01-13T08:51:22.090Z Downloaded console v0.15.10
11102025-01-13T08:51:22.092Z Downloaded compact_str v0.8.1
11112025-01-13T08:51:22.096Z Downloaded cmake v0.1.52
11122025-01-13T08:51:22.100Z Downloaded chrono-tz-build v0.4.0
11132025-01-13T08:51:22.100Z Downloaded chacha20 v0.9.1
11142025-01-13T08:51:22.102Z Downloaded itertools v0.14.0
11152025-01-13T08:51:22.107Z Downloaded itertools v0.12.1
11162025-01-13T08:51:22.115Z Downloaded itertools v0.10.5
11172025-01-13T08:51:22.121Z Downloaded is_ci v1.2.0
11182025-01-13T08:51:22.123Z Downloaded ipnetwork v0.20.0
11192025-01-13T08:51:22.126Z Downloaded ipnet v2.10.1
11202025-01-13T08:51:22.126Z Downloaded indoc v1.0.9
11212025-01-13T08:51:22.128Z Downloaded bumpalo v3.16.0
11222025-01-13T08:51:22.131Z Downloaded crossbeam-channel v0.5.14
11232025-01-13T08:51:22.135Z Downloaded bindgen v0.69.5
11242025-01-13T08:51:22.149Z Downloaded hickory-client v0.24.2
11252025-01-13T08:51:22.151Z Downloaded inout v0.1.3
11262025-01-13T08:51:22.152Z Downloaded indoc v2.0.5
11272025-01-13T08:51:22.152Z Downloaded indicatif v0.17.9
11282025-01-13T08:51:22.152Z Downloaded indent_write v2.2.0
11292025-01-13T08:51:22.154Z Downloaded impl-trait-for-tuples v0.2.3
11302025-01-13T08:51:22.156Z Downloaded ident_case v1.0.1
11312025-01-13T08:51:22.156Z Downloaded iana-time-zone v0.1.61
11322025-01-13T08:51:22.159Z Downloaded hyper-util v0.1.10
11332025-01-13T08:51:22.167Z Downloaded hyper-rustls v0.27.5
11342025-01-13T08:51:22.167Z Downloaded httpdate v1.0.3
11352025-01-13T08:51:22.167Z Downloaded http-range v0.1.5
11362025-01-13T08:51:22.167Z Downloaded http-body v1.0.1
11372025-01-13T08:51:22.167Z Downloaded http v1.2.0
11382025-01-13T08:51:22.177Z Downloaded hostname v0.4.0
11392025-01-13T08:51:22.177Z Downloaded highway v1.3.0
11402025-01-13T08:51:22.177Z Downloaded hickory-server v0.24.2
11412025-01-13T08:51:22.180Z Downloaded ciborium v0.2.2
11422025-01-13T08:51:22.193Z Downloaded castaway v0.2.3
11432025-01-13T08:51:22.193Z Downloaded cassowary v0.3.0
11442025-01-13T08:51:22.193Z Downloaded bitfield-struct v0.6.2
11452025-01-13T08:51:22.193Z Downloaded bcrypt-pbkdf v0.10.0
11462025-01-13T08:51:22.193Z Downloaded bytes v1.9.0
11472025-01-13T08:51:22.195Z Downloaded blowfish v0.9.1
11482025-01-13T08:51:22.195Z Downloaded blake3 v1.5.5
11492025-01-13T08:51:22.199Z Downloaded adler2 v2.0.0
11502025-01-13T08:51:22.201Z Downloaded aho-corasick v1.1.3
11512025-01-13T08:51:22.206Z Downloaded idna_adapter v1.2.0
11522025-01-13T08:51:22.208Z Downloaded icu_provider_macros v1.5.0
11532025-01-13T08:51:22.208Z Downloaded hyper-tls v0.6.0
11542025-01-13T08:51:22.210Z Downloaded humantime v2.1.0
11552025-01-13T08:51:22.210Z Downloaded http-body-util v0.1.2
11562025-01-13T08:51:22.213Z Downloaded home v0.5.11
11572025-01-13T08:51:22.213Z Downloaded hex v0.4.3
11582025-01-13T08:51:22.216Z Downloaded chrono v0.4.39
11592025-01-13T08:51:22.221Z Downloaded atty v0.2.14
11602025-01-13T08:51:22.227Z Downloaded atomicwrites v0.4.4
11612025-01-13T08:51:22.227Z Downloaded aead v0.5.2
11622025-01-13T08:51:22.227Z Downloaded ascii-canvas v3.0.0
11632025-01-13T08:51:22.358Z Downloaded aws-lc-sys v0.24.1
11642025-01-13T08:51:22.673Z Compiling serde v1.0.217
11652025-01-13T08:51:22.675Z Compiling lock_api v0.4.12
11662025-01-13T08:51:22.675Z Compiling value-bag v1.10.0
11672025-01-13T08:51:22.676Z Compiling scopeguard v1.2.0
11682025-01-13T08:51:22.676Z Compiling typenum v1.17.0
11692025-01-13T08:51:22.676Z Compiling generic-array v0.14.7
11702025-01-13T08:51:22.866Z Compiling syn v2.0.96
11712025-01-13T08:51:22.881Z Compiling getrandom v0.2.15
11722025-01-13T08:51:22.980Z Compiling subtle v2.6.1
11732025-01-13T08:51:23.182Z Compiling rand_core v0.6.4
11742025-01-13T08:51:23.294Z Compiling log v0.4.22
11752025-01-13T08:51:23.403Z Compiling shlex v1.3.0
11762025-01-13T08:51:23.423Z Compiling jobserver v0.1.32
11772025-01-13T08:51:23.460Z Compiling smallvec v1.13.2
11782025-01-13T08:51:23.729Z Compiling const-oid v0.9.6
11792025-01-13T08:51:23.806Z Compiling cc v1.2.9
11802025-01-13T08:51:23.809Z Compiling pin-project-lite v0.2.16
11812025-01-13T08:51:23.877Z Compiling rustix v0.38.43
11822025-01-13T08:51:24.134Z Compiling parking_lot_core v0.9.10
11832025-01-13T08:51:24.298Z Compiling spin v0.9.8
11842025-01-13T08:51:24.564Z Compiling futures-core v0.3.31
11852025-01-13T08:51:24.718Z Compiling signal-hook-registry v1.4.2
11862025-01-13T08:51:24.835Z Compiling mio v1.0.3
11872025-01-13T08:51:25.035Z Compiling parking_lot v0.12.3
11882025-01-13T08:51:25.359Z Compiling aho-corasick v1.1.3
11892025-01-13T08:51:25.582Z Compiling cpufeatures v0.2.16
11902025-01-13T08:51:25.722Z Compiling stable_deref_trait v1.2.0
11912025-01-13T08:51:25.744Z Compiling either v1.13.0
11922025-01-13T08:51:25.836Z Compiling regex-syntax v0.8.5
11932025-01-13T08:51:25.855Z Compiling futures-sink v0.3.31
11942025-01-13T08:51:26.020Z Compiling socket2 v0.5.8
11952025-01-13T08:51:26.056Z Compiling slab v0.4.9
11962025-01-13T08:51:26.179Z Compiling glob v0.3.2
11972025-01-13T08:51:26.226Z Compiling prettyplease v0.2.29
11982025-01-13T08:51:26.593Z Compiling lazy_static v1.5.0
11992025-01-13T08:51:26.727Z Compiling minimal-lexical v0.2.1
12002025-01-13T08:51:26.833Z Compiling serde_json v1.0.135
12012025-01-13T08:51:27.080Z Compiling futures-channel v0.3.31
12022025-01-13T08:51:27.195Z Compiling nom v7.1.3
12032025-01-13T08:51:27.270Z Compiling libloading v0.8.6
12042025-01-13T08:51:27.307Z Compiling clang-sys v1.8.1
12052025-01-13T08:51:27.531Z Compiling futures-io v0.3.31
12062025-01-13T08:51:27.711Z Compiling pin-utils v0.1.0
12072025-01-13T08:51:27.817Z Compiling bindgen v0.69.5
12082025-01-13T08:51:27.867Z Compiling futures-task v0.3.31
12092025-01-13T08:51:28.056Z Compiling home v0.5.11
12102025-01-13T08:51:28.329Z Compiling itertools v0.12.1
12112025-01-13T08:51:28.627Z Compiling rustc-hash v1.1.0
12122025-01-13T08:51:28.774Z Compiling allocator-api2 v0.2.21
12132025-01-13T08:51:28.906Z Compiling foldhash v0.1.4
12142025-01-13T08:51:29.249Z Compiling libm v0.2.11
12152025-01-13T08:51:29.565Z Compiling lazycell v1.3.0
12162025-01-13T08:51:29.636Z Compiling hashbrown v0.15.2
12172025-01-13T08:51:29.736Z Compiling regex-automata v0.4.9
12182025-01-13T08:51:31.058Z Compiling synstructure v0.13.1
12192025-01-13T08:51:31.279Z Compiling cexpr v0.6.0
12202025-01-13T08:51:31.505Z Compiling cmake v0.1.52
12212025-01-13T08:51:32.584Z Compiling num-traits v0.2.19
12222025-01-13T08:51:32.825Z Compiling fs_extra v1.3.0
12232025-01-13T08:51:32.867Z Compiling dunce v1.0.5
12242025-01-13T08:51:33.005Z Compiling pkg-config v0.3.31
12252025-01-13T08:51:33.271Z Compiling writeable v0.5.5
12262025-01-13T08:51:33.455Z Compiling litemap v0.7.4
12272025-01-13T08:51:33.864Z Compiling ring v0.17.8
12282025-01-13T08:51:33.883Z Compiling base64ct v1.6.0
12292025-01-13T08:51:34.533Z Compiling paste v1.0.15
12302025-01-13T08:51:34.551Z Compiling pem-rfc7468 v0.7.0
12312025-01-13T08:51:34.646Z Compiling flagset v0.4.6
12322025-01-13T08:51:34.855Z Compiling icu_locid_transform_data v1.5.0
12332025-01-13T08:51:34.959Z Compiling aws-lc-rs v1.12.0
12342025-01-13T08:51:35.118Z Compiling httparse v1.9.5
12352025-01-13T08:51:35.429Z Compiling regex v1.11.1
12362025-01-13T08:51:35.992Z Compiling tracing-core v0.1.33
12372025-01-13T08:51:36.468Z Compiling crossbeam-utils v0.8.21
12382025-01-13T08:51:36.507Z Compiling icu_properties_data v1.5.0
12392025-01-13T08:51:36.526Z Compiling percent-encoding v2.3.1
12402025-01-13T08:51:36.768Z Compiling rustls-pki-types v1.10.1
12412025-01-13T08:51:37.068Z Compiling num-conv v0.1.0
12422025-01-13T08:51:37.373Z Compiling utf16_iter v1.0.5
12432025-01-13T08:51:37.399Z Compiling powerfmt v0.2.0
12442025-01-13T08:51:37.578Z Compiling utf8_iter v1.0.4
12452025-01-13T08:51:37.596Z Compiling untrusted v0.9.0
12462025-01-13T08:51:37.771Z Compiling untrusted v0.7.1
12472025-01-13T08:51:37.792Z Compiling icu_normalizer_data v1.5.0
12482025-01-13T08:51:37.817Z Compiling time-core v0.1.2
12492025-01-13T08:51:37.855Z Compiling vcpkg v0.2.15
12502025-01-13T08:51:37.896Z Compiling write16 v1.0.0
12512025-01-13T08:51:37.959Z Compiling deranged v0.3.11
12522025-01-13T08:51:37.987Z Compiling time-macros v0.2.19
12532025-01-13T08:51:38.067Z Compiling serde_derive v1.0.217
12542025-01-13T08:51:39.354Z Compiling zeroize_derive v1.4.2
12552025-01-13T08:51:39.972Z Compiling zerocopy-derive v0.7.35
12562025-01-13T08:51:40.130Z Compiling tokio-macros v2.5.0
12572025-01-13T08:51:40.614Z Compiling zerofrom-derive v0.1.5
12582025-01-13T08:51:40.951Z Compiling zeroize v1.8.1
12592025-01-13T08:51:41.049Z Compiling yoke-derive v0.7.5
12602025-01-13T08:51:41.405Z Compiling futures-macro v0.3.31
12612025-01-13T08:51:41.728Z Compiling zerovec-derive v0.10.3
12622025-01-13T08:51:42.304Z Compiling zerocopy v0.7.35
12632025-01-13T08:51:42.884Z Compiling crypto-common v0.1.6
12642025-01-13T08:51:43.050Z Compiling block-buffer v0.10.4
12652025-01-13T08:51:43.141Z Compiling displaydoc v0.2.5
12662025-01-13T08:51:43.344Z Compiling digest v0.10.7
12672025-01-13T08:51:43.415Z Compiling futures-util v0.3.31
12682025-01-13T08:51:43.856Z Compiling hmac v0.12.1
12692025-01-13T08:51:44.029Z Compiling block-padding v0.3.3
12702025-01-13T08:51:44.114Z Compiling sha2 v0.10.8
12712025-01-13T08:51:44.291Z Compiling inout v0.1.3
12722025-01-13T08:51:44.328Z Compiling thiserror-impl v1.0.69
12732025-01-13T08:51:44.562Z Compiling cipher v0.4.4
12742025-01-13T08:51:44.582Z Compiling icu_provider_macros v1.5.0
12752025-01-13T08:51:44.952Z Compiling ppv-lite86 v0.2.20
12762025-01-13T08:51:44.986Z Compiling zerofrom v0.1.5
12772025-01-13T08:51:45.072Z Compiling der_derive v0.7.3
12782025-01-13T08:51:45.228Z Compiling yoke v0.7.5
12792025-01-13T08:51:45.630Z Compiling zerovec v0.10.4
12802025-01-13T08:51:45.744Z Compiling thiserror-impl v2.0.11
12812025-01-13T08:51:45.773Z Compiling rand_chacha v0.3.1
12822025-01-13T08:51:47.653Z Compiling tinystr v0.7.6
12832025-01-13T08:51:47.784Z Compiling der v0.7.9
12842025-01-13T08:51:47.912Z Compiling icu_collections v1.5.0
12852025-01-13T08:51:47.993Z Compiling thiserror v1.0.69
12862025-01-13T08:51:48.089Z Compiling icu_locid v1.5.0
12872025-01-13T08:51:48.146Z Compiling tracing-attributes v0.1.28
12882025-01-13T08:51:48.176Z Compiling rand v0.8.5
12892025-01-13T08:51:49.533Z Compiling icu_provider v1.5.0
12902025-01-13T08:51:49.579Z Compiling thiserror v2.0.11
12912025-01-13T08:51:49.733Z Compiling pest v2.7.15
12922025-01-13T08:51:49.985Z Compiling salsa20 v0.10.2
12932025-01-13T08:51:50.232Z Compiling spki v0.7.3
12942025-01-13T08:51:50.505Z Compiling icu_locid_transform v1.5.0
12952025-01-13T08:51:50.627Z Compiling pbkdf2 v0.12.2
12962025-01-13T08:51:50.630Z Compiling cbc v0.1.2
12972025-01-13T08:51:50.681Z Compiling aes v0.8.4
12982025-01-13T08:51:50.821Z Compiling scrypt v0.11.0
12992025-01-13T08:51:51.344Z Compiling openssl-sys v0.9.104
13002025-01-13T08:51:51.433Z Compiling scroll_derive v0.12.0
13012025-01-13T08:51:52.154Z Compiling tracing v0.1.41
13022025-01-13T08:51:52.488Z Compiling icu_properties v1.5.1
13032025-01-13T08:51:52.681Z Compiling bitflags v2.7.0
13042025-01-13T08:51:52.864Z Compiling bytes v1.9.0
13052025-01-13T08:51:53.095Z Compiling indexmap v2.7.0
13062025-01-13T08:51:53.227Z Compiling semver v1.0.24
13072025-01-13T08:51:53.565Z Compiling pest_meta v2.7.15
13082025-01-13T08:51:54.090Z Compiling tokio v1.43.0
13092025-01-13T08:51:54.261Z Compiling http v1.2.0
13102025-01-13T08:51:54.700Z Compiling rustc_version v0.4.1
13112025-01-13T08:51:54.782Z Compiling tinyvec_macros v0.1.1
13122025-01-13T08:51:54.889Z Compiling atomic-waker v1.1.2
13132025-01-13T08:51:55.081Z Compiling num_threads v0.1.7
13142025-01-13T08:51:55.213Z Compiling time v0.3.37
13152025-01-13T08:51:55.508Z Compiling tinyvec v1.8.1
13162025-01-13T08:51:56.280Z Compiling icu_normalizer v1.5.0
13172025-01-13T08:51:56.881Z Compiling http-body v1.0.1
13182025-01-13T08:51:57.109Z Compiling pest_generator v2.7.15
13192025-01-13T08:51:57.133Z Compiling scroll v0.12.0
13202025-01-13T08:51:57.531Z Compiling idna_adapter v1.2.0
13212025-01-13T08:51:57.717Z Compiling which v4.4.2
13222025-01-13T08:51:57.876Z Compiling pkcs5 v0.7.1
13232025-01-13T08:51:58.402Z Compiling form_urlencoded v1.2.1
13242025-01-13T08:51:58.740Z Compiling try-lock v0.2.5
13252025-01-13T08:51:58.901Z Compiling slog v2.7.0
13262025-01-13T08:51:58.957Z Compiling want v0.3.1
13272025-01-13T08:51:59.155Z Compiling goblin v0.8.2
13282025-01-13T08:51:59.176Z Compiling pest_derive v2.7.15
13292025-01-13T08:51:59.253Z Compiling pkcs8 v0.10.2
13302025-01-13T08:51:59.273Z Compiling idna v1.0.3
13312025-01-13T08:51:59.511Z Compiling uuid v1.11.1
13322025-01-13T08:51:59.971Z Compiling httpdate v1.0.3
13332025-01-13T08:52:00.013Z Compiling iana-time-zone v0.1.61
13342025-01-13T08:52:00.460Z Compiling tower-service v0.3.3
13352025-01-13T08:52:00.502Z Compiling chrono v0.4.39
13362025-01-13T08:52:00.592Z Compiling dtrace-parser v0.2.0
13372025-01-13T08:52:00.978Z Compiling serde_spanned v0.6.8
13382025-01-13T08:52:01.192Z Compiling toml_datetime v0.6.8
13392025-01-13T08:52:01.231Z Compiling serde_tokenstream v0.2.2
13402025-01-13T08:52:01.728Z Compiling openssl v0.10.68
13412025-01-13T08:52:01.767Z Compiling foreign-types-shared v0.1.1
13422025-01-13T08:52:01.857Z Compiling base64 v0.22.1
13432025-01-13T08:52:01.882Z Compiling rustversion v1.0.19
13442025-01-13T08:52:02.168Z Compiling adler2 v2.0.0
13452025-01-13T08:52:02.383Z Compiling match_cfg v0.1.0
13462025-01-13T08:52:02.483Z Compiling hostname v0.3.1
13472025-01-13T08:52:02.640Z Compiling miniz_oxide v0.8.2
13482025-01-13T08:52:02.724Z Compiling foreign-types v0.3.2
13492025-01-13T08:52:02.743Z Compiling url v2.5.4
13502025-01-13T08:52:02.871Z Compiling async-trait v0.1.85
13512025-01-13T08:52:04.282Z Compiling tokio-util v0.7.13
13522025-01-13T08:52:04.285Z Compiling openssl-macros v0.1.1
13532025-01-13T08:52:04.424Z Compiling serde_derive_internals v0.29.1
13542025-01-13T08:52:04.737Z Compiling dirs-sys-next v0.1.2
13552025-01-13T08:52:05.084Z Compiling dof v0.3.0
13562025-01-13T08:52:05.419Z Compiling h2 v0.4.7
13572025-01-13T08:52:05.739Z Compiling native-tls v0.2.12
13582025-01-13T08:52:05.888Z Compiling usdt-impl v0.5.0
13592025-01-13T08:52:06.071Z Compiling schemars v0.8.21
13602025-01-13T08:52:06.411Z Compiling syn v1.0.109
13612025-01-13T08:52:07.062Z Compiling data-encoding v2.6.0
13622025-01-13T08:52:07.302Z Compiling rustls v0.22.4
13632025-01-13T08:52:07.382Z Compiling rustls v0.23.21
13642025-01-13T08:52:07.576Z Compiling object v0.36.7
13652025-01-13T08:52:07.627Z Compiling schemars_derive v0.8.21
13662025-01-13T08:52:08.172Z Compiling dirs-next v2.0.0
13672025-01-13T08:52:09.524Z Compiling http-body-util v0.1.2
13682025-01-13T08:52:09.887Z Compiling unicode-normalization v0.1.24
13692025-01-13T08:52:09.937Z Compiling heapless v0.7.17
13702025-01-13T08:52:10.068Z Compiling signature v2.2.0
13712025-01-13T08:52:10.370Z Compiling sha1 v0.10.6
13722025-01-13T08:52:10.398Z Compiling crossbeam-epoch v0.9.18
13732025-01-13T08:52:10.714Z Compiling bzip2-sys v0.1.11+1.0.8
13742025-01-13T08:52:10.802Z Compiling thread_local v1.1.8
13752025-01-13T08:52:11.036Z Compiling encoding_rs v0.8.35
13762025-01-13T08:52:11.162Z Compiling multer v3.1.0
13772025-01-13T08:52:11.182Z Compiling cookie v0.18.1
13782025-01-13T08:52:11.220Z Compiling unicode-bidi v0.3.18
13792025-01-13T08:52:11.365Z Compiling gimli v0.31.1
13802025-01-13T08:52:11.432Z Compiling ipnet v2.10.1
13812025-01-13T08:52:11.460Z Compiling slog-async v2.8.0
13822025-01-13T08:52:11.984Z Compiling unicode-properties v0.1.3
13832025-01-13T08:52:12.418Z Compiling mime v0.3.17
13842025-01-13T08:52:12.733Z Compiling hyper v1.5.2
13852025-01-13T08:52:12.756Z Compiling rayon-core v1.12.1
13862025-01-13T08:52:13.028Z Compiling openssl-probe v0.1.5
13872025-01-13T08:52:13.054Z Compiling dyn-clone v1.0.17
13882025-01-13T08:52:13.294Z Compiling signal-hook v0.3.17
13892025-01-13T08:52:13.584Z Compiling toml_edit v0.22.22
13902025-01-13T08:52:15.634Z Compiling hyper-util v0.1.10
13912025-01-13T08:52:16.511Z Compiling addr2line v0.24.2
13922025-01-13T08:52:16.951Z Compiling stringprep v0.1.5
13932025-01-13T08:52:17.373Z Compiling crossbeam-deque v0.8.6
13942025-01-13T08:52:17.425Z Compiling usdt-attr-macro v0.5.0
13952025-01-13T08:52:17.477Z Compiling usdt-macro v0.5.0
13962025-01-13T08:52:17.703Z Compiling term v0.7.0
13972025-01-13T08:52:18.961Z Compiling slog-json v2.6.1
13982025-01-13T08:52:19.006Z Compiling serde_urlencoded v0.7.1
13992025-01-13T08:52:19.060Z Compiling curve25519-dalek v4.1.3
14002025-01-13T08:52:19.285Z Compiling futures-executor v0.3.31
14012025-01-13T08:52:19.349Z Compiling md-5 v0.10.6
14022025-01-13T08:52:19.560Z Compiling crossbeam-channel v0.5.14
14032025-01-13T08:52:19.639Z Compiling async-stream-impl v0.3.6
14042025-01-13T08:52:19.710Z Compiling enum-as-inner v0.6.1
14052025-01-13T08:52:19.869Z Compiling rustls-pemfile v2.2.0
14062025-01-13T08:52:20.245Z Compiling num-integer v0.1.46
14072025-01-13T08:52:20.741Z Compiling hash32 v0.2.1
14082025-01-13T08:52:20.805Z Compiling ff v0.13.0
14092025-01-13T08:52:21.012Z Compiling is-terminal v0.4.13
14102025-01-13T08:52:21.050Z Compiling dropshot v0.12.0
14112025-01-13T08:52:21.071Z Compiling utf-8 v0.7.6
14122025-01-13T08:52:21.142Z Compiling quick-error v1.2.3
14132025-01-13T08:52:21.142Z Compiling rustc-demangle v0.1.24
14142025-01-13T08:52:21.295Z Compiling psl-types v2.0.11
14152025-01-13T08:52:21.341Z Compiling base16ct v0.2.0
14162025-01-13T08:52:21.395Z Compiling litrs v0.4.1
14172025-01-13T08:52:21.506Z Compiling portable-atomic v1.10.0
14182025-01-13T08:52:21.685Z Compiling anyhow v1.0.95
14192025-01-13T08:52:22.190Z Compiling linked-hash-map v0.5.6
14202025-01-13T08:52:22.210Z Compiling take_mut v0.2.2
14212025-01-13T08:52:22.328Z Compiling siphasher v1.0.1
14222025-01-13T08:52:22.360Z Compiling num-bigint-dig v0.8.4
14232025-01-13T08:52:22.555Z Compiling fallible-iterator v0.2.0
14242025-01-13T08:52:22.594Z Compiling smoltcp v0.9.1
14252025-01-13T08:52:22.678Z Compiling phf_shared v0.11.3
14262025-01-13T08:52:22.698Z Compiling document-features v0.2.10
14272025-01-13T08:52:22.792Z Compiling lru-cache v0.1.2
14282025-01-13T08:52:23.293Z Compiling postgres-protocol v0.6.7
14292025-01-13T08:52:23.351Z Compiling sec1 v0.7.3
14302025-01-13T08:52:23.373Z Compiling publicsuffix v2.3.0
14312025-01-13T08:52:23.747Z Compiling tungstenite v0.24.0
14322025-01-13T08:52:23.948Z Compiling resolv-conf v0.7.0
14332025-01-13T08:52:24.017Z Compiling slog-term v2.9.1
14342025-01-13T08:52:24.701Z Compiling group v0.13.0
14352025-01-13T08:52:24.820Z Compiling usdt v0.5.0
14362025-01-13T08:52:25.048Z Compiling async-stream v0.3.6
14372025-01-13T08:52:25.333Z Compiling hickory-proto v0.24.2
14382025-01-13T08:52:25.352Z Compiling num-iter v0.1.45
14392025-01-13T08:52:25.483Z Compiling futures v0.3.31
14402025-01-13T08:52:25.540Z Compiling slog-bunyan v2.5.0
14412025-01-13T08:52:26.196Z Compiling backtrace v0.3.74
14422025-01-13T08:52:26.621Z Compiling camino v1.1.9
14432025-01-13T08:52:26.892Z Compiling tokio-native-tls v0.3.1
14442025-01-13T08:52:26.914Z Compiling toml v0.8.19
14452025-01-13T08:52:27.407Z Compiling dropshot_endpoint v0.12.0
14462025-01-13T08:52:27.677Z Compiling terminal_size v0.4.1
14472025-01-13T08:52:27.919Z Compiling waitgroup v0.1.2
14482025-01-13T08:52:28.165Z Compiling openapiv3 v2.0.0
14492025-01-13T08:52:28.242Z Compiling serde_path_to_error v0.1.16
14502025-01-13T08:52:28.820Z Compiling hkdf v0.12.4
14512025-01-13T08:52:29.094Z Compiling crypto-bigint v0.5.5
14522025-01-13T08:52:29.140Z Compiling zerocopy-derive v0.6.6
14532025-01-13T08:52:30.127Z Compiling curve25519-dalek-derive v0.1.1
14542025-01-13T08:52:31.544Z Compiling webpki-roots v0.26.7
14552025-01-13T08:52:31.727Z Compiling sync_wrapper v1.0.2
14562025-01-13T08:52:31.773Z Compiling hostname v0.4.0
14572025-01-13T08:52:31.890Z Compiling fs-err v2.11.0
14582025-01-13T08:52:32.033Z Compiling ahash v0.8.11
14592025-01-13T08:52:32.106Z Compiling hubpack_derive v0.1.1
14602025-01-13T08:52:32.193Z Compiling crc32fast v1.4.2
14612025-01-13T08:52:32.248Z Compiling managed v0.8.0
14622025-01-13T08:52:32.374Z Compiling bitflags v1.3.2
14632025-01-13T08:52:32.485Z Compiling siphasher v0.3.11
14642025-01-13T08:52:32.532Z Compiling newtype-uuid v1.1.3
14652025-01-13T08:52:32.715Z Compiling tower-layer v0.3.3
14662025-01-13T08:52:32.815Z Compiling unicode-width v0.2.0
14672025-01-13T08:52:32.837Z Compiling debug-ignore v1.0.5
14682025-01-13T08:52:32.864Z Compiling winnow v0.5.40
14692025-01-13T08:52:32.986Z Compiling tower v0.5.2
14702025-01-13T08:52:33.013Z Compiling clap_builder v4.5.26
14712025-01-13T08:52:33.040Z Compiling hubpack v0.1.2
14722025-01-13T08:52:33.367Z Compiling console v0.15.10
14732025-01-13T08:52:33.529Z Compiling phf_shared v0.10.0
14742025-01-13T08:52:34.008Z Compiling flate2 v1.0.35
14752025-01-13T08:52:35.063Z Compiling elliptic-curve v0.13.8
14762025-01-13T08:52:35.101Z Compiling strum_macros v0.25.3
14772025-01-13T08:52:35.973Z Compiling zerocopy v0.6.6
14782025-01-13T08:52:36.131Z Compiling hickory-resolver v0.24.2
14792025-01-13T08:52:36.241Z Compiling signal-hook-mio v0.2.4
14802025-01-13T08:52:36.412Z Compiling hyper-tls v0.6.0
14812025-01-13T08:52:36.853Z Compiling toml_edit v0.19.15
14822025-01-13T08:52:36.973Z Compiling rayon v1.10.0
14832025-01-13T08:52:37.823Z Compiling cookie_store v0.21.1
14842025-01-13T08:52:39.518Z Compiling bzip2 v0.4.4
14852025-01-13T08:52:39.960Z Compiling tokio-tungstenite v0.24.0
14862025-01-13T08:52:40.540Z Compiling postgres-types v0.2.8
14872025-01-13T08:52:42.044Z Compiling phf v0.11.3
14882025-01-13T08:52:42.356Z Compiling ed25519 v2.2.3
14892025-01-13T08:52:42.840Z Compiling tokio-stream v0.1.17
14902025-01-13T08:52:43.234Z Compiling pkcs1 v0.7.5
14912025-01-13T08:52:43.539Z Compiling serde-big-array v0.5.1
14922025-01-13T08:52:43.793Z Compiling rfc6979 v0.4.0
14932025-01-13T08:52:43.920Z Compiling clap_derive v4.5.24
14942025-01-13T08:52:44.006Z Compiling derive-where v1.2.7
14952025-01-13T08:52:44.027Z Compiling serde_repr v0.1.19
14962025-01-13T08:52:44.305Z Compiling float-cmp v0.10.0
14972025-01-13T08:52:44.326Z Compiling bstr v1.11.3
14982025-01-13T08:52:44.540Z Compiling static_assertions v1.1.0
14992025-01-13T08:52:44.654Z Compiling predicates-core v1.0.9
15002025-01-13T08:52:45.013Z Compiling normalize-line-endings v0.3.0
15012025-01-13T08:52:45.152Z Compiling new_debug_unreachable v1.0.6
15022025-01-13T08:52:45.258Z Compiling precomputed-hash v0.1.1
15032025-01-13T08:52:45.261Z Compiling bit-vec v0.8.0
15042025-01-13T08:52:45.362Z Compiling whoami v1.5.2
15052025-01-13T08:52:45.402Z Compiling unicode-segmentation v1.12.0
15062025-01-13T08:52:45.789Z Compiling number_prefix v0.4.0
15072025-01-13T08:52:46.017Z Compiling fixedbitset v0.4.2
15082025-01-13T08:52:46.038Z Compiling difflib v0.4.0
15092025-01-13T08:52:46.196Z Compiling similar v2.6.0
15102025-01-13T08:52:46.334Z Compiling petgraph v0.6.5
15112025-01-13T08:52:46.502Z Compiling predicates v3.1.3
15122025-01-13T08:52:47.755Z Compiling indicatif v0.17.9
15132025-01-13T08:52:47.850Z Compiling tokio-postgres v0.7.12
15142025-01-13T08:52:48.331Z Compiling bit-set v0.8.0
15152025-01-13T08:52:48.636Z Compiling string_cache v0.8.7
15162025-01-13T08:52:48.706Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15172025-01-13T08:52:49.124Z Compiling ecdsa v0.16.9
15182025-01-13T08:52:49.174Z Compiling clap v4.5.26
15192025-01-13T08:52:49.313Z Compiling rsa v0.9.7
15202025-01-13T08:52:50.062Z Compiling ed25519-dalek v2.1.1
15212025-01-13T08:52:50.217Z Compiling toml v0.7.8
15222025-01-13T08:52:50.668Z Compiling zip v0.6.6
15232025-01-13T08:52:51.390Z Compiling crossterm v0.28.1
15242025-01-13T08:52:52.995Z Compiling hex v0.4.3
15252025-01-13T08:52:53.147Z Compiling x509-cert v0.2.5
15262025-01-13T08:52:53.634Z Compiling itertools v0.10.5
15272025-01-13T08:52:53.913Z Compiling lalrpop-util v0.19.12
15282025-01-13T08:52:54.306Z Compiling peg-runtime v0.8.3
15292025-01-13T08:52:54.613Z Compiling unicode-xid v0.2.6
15302025-01-13T08:52:54.801Z Compiling strum_macros v0.26.4
15312025-01-13T08:52:55.029Z Compiling xattr v1.4.0
15322025-01-13T08:52:55.304Z Compiling filetime v0.2.25
15332025-01-13T08:52:55.630Z Compiling tar v0.4.43
15342025-01-13T08:53:00.151Z Compiling strum v0.26.3
15352025-01-13T08:53:03.311Z Compiling aws-lc-sys v0.24.1
15362025-01-13T08:53:33.154Z Compiling rustls-webpki v0.102.8
15372025-01-13T08:53:36.701Z Compiling tokio-rustls v0.25.0
15382025-01-13T08:53:38.496Z Compiling tokio-rustls v0.26.1
15392025-01-13T08:53:38.934Z Compiling hyper-rustls v0.27.5
15402025-01-13T08:53:39.248Z Compiling reqwest v0.12.12
15412025-01-13T08:53:40.525Z Compiling qorb v0.2.1
15422025-01-13T08:53:45.631Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15432025-01-13T08:53:45.870Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15442025-01-13T08:53:51.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
15452025-01-13T08:53:52.055Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15462025-01-13T08:53:52.113ZJan 13 08:53:51.044 INFO Starting download, target: Cockroach
15472025-01-13T08:53:52.113ZJan 13 08:53:51.044 INFO Starting download, target: Clickhouse
15482025-01-13T08:53:52.113ZJan 13 08:53:51.044 INFO Starting download, target: Console
15492025-01-13T08:53:52.114ZJan 13 08:53:51.044 INFO Starting download, target: DendriteOpenapi
15502025-01-13T08:53:52.114ZJan 13 08:53:51.044 INFO Starting download, target: DendriteStub
15512025-01-13T08:53:52.114ZJan 13 08:53:51.044 INFO Starting download, target: MaghemiteMgd
15522025-01-13T08:53:52.116ZJan 13 08:53:51.044 INFO Starting download, target: TransceiverControl
15532025-01-13T08:53:52.117ZJan 13 08:53:51.045 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15542025-01-13T08:53:52.117ZJan 13 08:53:51.045 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15552025-01-13T08:53:52.117ZJan 13 08:53:51.045 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15562025-01-13T08:53:52.117ZJan 13 08:53:51.045 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15572025-01-13T08:53:52.117ZJan 13 08:53:51.045 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15582025-01-13T08:53:52.117ZJan 13 08:53:51.045 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15592025-01-13T08:53:52.117ZJan 13 08:53:51.045 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15602025-01-13T08:53:52.380ZJan 13 08:53:51.290 INFO Download complete, target: DendriteOpenapi
15612025-01-13T08:53:52.577ZJan 13 08:53:51.473 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15622025-01-13T08:53:52.611ZJan 13 08:53:51.491 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15632025-01-13T08:53:52.878ZJan 13 08:53:51.796 INFO Download complete, target: Console
15642025-01-13T08:53:53.045ZJan 13 08:53:51.974 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15652025-01-13T08:53:53.061ZJan 13 08:53:51.987 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15662025-01-13T08:53:53.196ZJan 13 08:53:52.126 INFO Download complete, target: TransceiverControl
15672025-01-13T08:53:53.634ZJan 13 08:53:52.564 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15682025-01-13T08:53:53.634ZJan 13 08:53:52.564 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15692025-01-13T08:53:54.113ZJan 13 08:53:53.043 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15702025-01-13T08:53:55.598ZJan 13 08:53:54.528 INFO Download complete, target: DendriteStub
15712025-01-13T08:53:55.682ZJan 13 08:53:54.612 INFO Download complete, target: MaghemiteMgd
15722025-01-13T08:54:00.261ZJan 13 08:53:59.191 INFO Checking that binary works, target: Cockroach
15732025-01-13T08:54:00.425ZJan 13 08:53:59.355 INFO Download complete, target: Cockroach
15742025-01-13T08:54:04.917ZJan 13 08:54:03.846 INFO Checking that binary works, target: Clickhouse
15752025-01-13T08:54:05.080ZJan 13 08:54:04.009 INFO Download complete, target: Clickhouse
15762025-01-13T08:54:05.088ZAll prerequisites installed successfully
15772025-01-13T08:54:05.091Z
15782025-01-13T08:54:05.091Zreal 5:11.702279556
15792025-01-13T08:54:05.091Zuser 17:13.771323636
15802025-01-13T08:54:05.091Zsys 3:22.137640403
15812025-01-13T08:54:05.091Ztrap 0.630376401
15822025-01-13T08:54:05.091Ztflt 1.765269526
15832025-01-13T08:54:05.091Zdflt 1.989119535
15842025-01-13T08:54:05.091Zkflt 0.022535286
15852025-01-13T08:54:05.091Zlock 30:08.441615713
15862025-01-13T08:54:05.091Zslp 1:04:38.888747083
15872025-01-13T08:54:05.091Zlat 1:01.122980158
15882025-01-13T08:54:05.091Zstop 2:29.322159912
15892025-01-13T08:54:05.091Z+ ptime -m cargo xtask download softnpu
15902025-01-13T08:54:05.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15912025-01-13T08:54:05.686Z Running `target/debug/xtask download softnpu`
15922025-01-13T08:54:06.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
15932025-01-13T08:54:06.637Z Running `target/debug/xtask-downloader softnpu`
15942025-01-13T08:54:06.676ZJan 13 08:54:05.605 INFO Starting download, target: Softnpu
15952025-01-13T08:54:06.679ZJan 13 08:54:05.605 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15962025-01-13T08:54:07.247ZJan 13 08:54:06.175 INFO Download complete, target: Softnpu
15972025-01-13T08:54:07.250Z
15982025-01-13T08:54:07.253Zreal 2.155372555
15992025-01-13T08:54:07.253Zuser 1.339183817
16002025-01-13T08:54:07.253Zsys 0.579022542
16012025-01-13T08:54:07.253Ztrap 0.000942242
16022025-01-13T08:54:07.253Ztflt 0.000035695
16032025-01-13T08:54:07.253Zdflt 0.000001789
16042025-01-13T08:54:07.253Zkflt 0.000000000
16052025-01-13T08:54:07.253Zlock 5.840487754
16062025-01-13T08:54:07.253Zslp 0.425965063
16072025-01-13T08:54:07.253Zlat 0.070899840
16082025-01-13T08:54:07.253Zstop 0.000197249
16092025-01-13T08:54:07.253Z+ export CARGO_INCREMENTAL=0
16102025-01-13T08:54:07.253Z+ CARGO_INCREMENTAL=0
16112025-01-13T08:54:07.253Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16122025-01-13T08:54:08.235Z Compiling proc-macro2 v1.0.93
16132025-01-13T08:54:08.235Z Compiling unicode-ident v1.0.14
16142025-01-13T08:54:08.238Z Compiling libc v0.2.169
16152025-01-13T08:54:08.238Z Compiling serde v1.0.217
16162025-01-13T08:54:08.238Z Compiling autocfg v1.4.0
16172025-01-13T08:54:08.238Z Compiling version_check v0.9.5
16182025-01-13T08:54:08.238Z Compiling cfg-if v1.0.0
16192025-01-13T08:54:08.498Z Compiling memchr v2.7.4
16202025-01-13T08:54:08.525Z Compiling typenum v1.17.0
16212025-01-13T08:54:08.702Z Compiling shlex v1.3.0
16222025-01-13T08:54:09.055Z Compiling value-bag v1.10.0
16232025-01-13T08:54:09.167Z Compiling generic-array v0.14.7
16242025-01-13T08:54:09.290Z Compiling lock_api v0.4.12
16252025-01-13T08:54:09.454Z Compiling scopeguard v1.2.0
16262025-01-13T08:54:09.488Z Compiling log v0.4.22
16272025-01-13T08:54:09.640Z Compiling parking_lot_core v0.9.10
16282025-01-13T08:54:10.022Z Compiling serde_json v1.0.135
16292025-01-13T08:54:10.058Z Compiling libm v0.2.11
16302025-01-13T08:54:10.200Z Compiling quote v1.0.38
16312025-01-13T08:54:10.331Z Compiling rustix v0.38.43
16322025-01-13T08:54:10.351Z Compiling num-traits v0.2.19
16332025-01-13T08:54:10.374Z Compiling jobserver v0.1.32
16342025-01-13T08:54:10.574Z Compiling syn v2.0.96
16352025-01-13T08:54:10.636Z Compiling getrandom v0.2.15
16362025-01-13T08:54:10.832Z Compiling cc v1.2.9
16372025-01-13T08:54:10.970Z Compiling aho-corasick v1.1.3
16382025-01-13T08:54:10.992Z Compiling regex-syntax v0.8.5
16392025-01-13T08:54:11.009Z Compiling either v1.13.0
16402025-01-13T08:54:11.148Z Compiling thiserror v1.0.69
16412025-01-13T08:54:11.159Z Compiling itoa v1.0.14
16422025-01-13T08:54:11.404Z Compiling once_cell v1.20.2
16432025-01-13T08:54:11.480Z Compiling slab v0.4.9
16442025-01-13T08:54:11.781Z Compiling spin v0.9.8
16452025-01-13T08:54:12.310Z Compiling errno v0.3.10
16462025-01-13T08:54:12.428Z Compiling rand_core v0.6.4
16472025-01-13T08:54:12.820Z Compiling glob v0.3.2
16482025-01-13T08:54:13.070Z Compiling prettyplease v0.2.29
16492025-01-13T08:54:13.427Z Compiling lazy_static v1.5.0
16502025-01-13T08:54:13.581Z Compiling smallvec v1.13.2
16512025-01-13T08:54:13.657Z Compiling minimal-lexical v0.2.1
16522025-01-13T08:54:13.715Z Compiling clang-sys v1.8.1
16532025-01-13T08:54:14.130Z Compiling nom v7.1.3
16542025-01-13T08:54:14.175Z Compiling libloading v0.8.6
16552025-01-13T08:54:14.412Z Compiling subtle v2.6.1
16562025-01-13T08:54:14.665Z Compiling regex-automata v0.4.9
16572025-01-13T08:54:14.710Z Compiling bindgen v0.69.5
16582025-01-13T08:54:14.732Z Compiling home v0.5.11
16592025-01-13T08:54:14.963Z Compiling itertools v0.12.1
16602025-01-13T08:54:15.324Z Compiling semver v1.0.24
16612025-01-13T08:54:15.428Z Compiling rustc-hash v1.1.0
16622025-01-13T08:54:15.574Z Compiling lazycell v1.3.0
16632025-01-13T08:54:15.735Z Compiling allocator-api2 v0.2.21
16642025-01-13T08:54:15.775Z Compiling foldhash v0.1.4
16652025-01-13T08:54:16.093Z Compiling equivalent v1.0.1
16662025-01-13T08:54:16.529Z Compiling hashbrown v0.15.2
16672025-01-13T08:54:17.124Z Compiling cmake v0.1.52
16682025-01-13T08:54:17.776Z Compiling cexpr v0.6.0
16692025-01-13T08:54:17.872Z Compiling fs_extra v1.3.0
16702025-01-13T08:54:17.875Z Compiling dunce v1.0.5
16712025-01-13T08:54:17.984Z Compiling byteorder v1.5.0
16722025-01-13T08:54:18.034Z Compiling pin-project-lite v0.2.16
16732025-01-13T08:54:18.186Z Compiling pkg-config v0.3.31
16742025-01-13T08:54:18.407Z Compiling synstructure v0.13.1
16752025-01-13T08:54:18.693Z Compiling ryu v1.0.18
16762025-01-13T08:54:18.992Z Compiling ring v0.17.8
16772025-01-13T08:54:19.876Z Compiling const-oid v0.9.6
16782025-01-13T08:54:19.879Z Compiling fnv v1.0.7
16792025-01-13T08:54:19.995Z Compiling schemars v0.8.21
16802025-01-13T08:54:20.031Z Compiling paste v1.0.15
16812025-01-13T08:54:20.052Z Compiling serde_derive_internals v0.29.1
16822025-01-13T08:54:20.327Z Compiling regex v1.11.1
16832025-01-13T08:54:20.662Z Compiling aws-lc-rs v1.12.0
16842025-01-13T08:54:21.371Z Compiling httparse v1.9.5
16852025-01-13T08:54:21.775Z Compiling signal-hook-registry v1.4.2
16862025-01-13T08:54:22.059Z Compiling heck v0.5.0
16872025-01-13T08:54:22.357Z Compiling parking_lot v0.12.3
16882025-01-13T08:54:22.376Z Compiling mio v1.0.3
16892025-01-13T08:54:23.912Z Compiling stable_deref_trait v1.2.0
16902025-01-13T08:54:24.102Z Compiling socket2 v0.5.8
16912025-01-13T08:54:24.130Z Compiling serde_derive v1.0.217
16922025-01-13T08:54:24.405Z Compiling zeroize_derive v1.4.2
16932025-01-13T08:54:25.016Z Compiling tokio-macros v2.5.0
16942025-01-13T08:54:25.379Z Compiling zerocopy-derive v0.7.35
16952025-01-13T08:54:25.545Z Compiling thiserror-impl v1.0.69
16962025-01-13T08:54:25.667Z Compiling zerofrom-derive v0.1.5
16972025-01-13T08:54:25.807Z Compiling yoke-derive v0.7.5
16982025-01-13T08:54:25.880Z Compiling zeroize v1.8.1
16992025-01-13T08:54:26.533Z Compiling futures-macro v0.3.31
17002025-01-13T08:54:26.536Z Compiling zerovec-derive v0.10.3
17012025-01-13T08:54:27.368Z Compiling displaydoc v0.2.5
17022025-01-13T08:54:28.393Z Compiling crypto-common v0.1.6
17032025-01-13T08:54:28.424Z Compiling icu_provider_macros v1.5.0
17042025-01-13T08:54:28.464Z Compiling tracing-attributes v0.1.28
17052025-01-13T08:54:28.585Z Compiling schemars_derive v0.8.21
17062025-01-13T08:54:28.888Z Compiling block-buffer v0.10.4
17072025-01-13T08:54:29.155Z Compiling digest v0.10.7
17082025-01-13T08:54:29.175Z Compiling futures-core v0.3.31
17092025-01-13T08:54:29.195Z Compiling crossbeam-utils v0.8.21
17102025-01-13T08:54:29.439Z Compiling zerocopy v0.7.35
17112025-01-13T08:54:29.591Z Compiling der_derive v0.7.3
17122025-01-13T08:54:29.772Z Compiling num-conv v0.1.0
17132025-01-13T08:54:29.816Z Compiling time-core v0.1.2
17142025-01-13T08:54:30.066Z Compiling time-macros v0.2.19
17152025-01-13T08:54:31.099Z Compiling vcpkg v0.2.15
17162025-01-13T08:54:31.465Z Compiling thiserror v2.0.11
17172025-01-13T08:54:32.590Z Compiling syn v1.0.109
17182025-01-13T08:54:32.749Z Compiling openssl-sys v0.9.104
17192025-01-13T08:54:33.055Z Compiling thiserror-impl v2.0.11
17202025-01-13T08:54:33.112Z Compiling futures-sink v0.3.31
17212025-01-13T08:54:33.192Z Compiling cpufeatures v0.2.16
17222025-01-13T08:54:33.652Z Compiling slog v2.7.0
17232025-01-13T08:54:34.751Z Compiling zerofrom v0.1.5
17242025-01-13T08:54:35.015Z Compiling iana-time-zone v0.1.61
17252025-01-13T08:54:35.182Z Compiling yoke v0.7.5
17262025-01-13T08:54:35.591Z Compiling futures-channel v0.3.31
17272025-01-13T08:54:35.801Z Compiling scroll_derive v0.12.0
17282025-01-13T08:54:36.025Z Compiling pin-utils v0.1.0
17292025-01-13T08:54:36.056Z Compiling futures-task v0.3.31
17302025-01-13T08:54:36.133Z Compiling futures-io v0.3.31
17312025-01-13T08:54:36.353Z Compiling ucd-trie v0.1.7
17322025-01-13T08:54:36.639Z Compiling pest v2.7.15
17332025-01-13T08:54:36.778Z Compiling futures-util v0.3.31
17342025-01-13T08:54:36.916Z Compiling zerovec v0.10.4
17352025-01-13T08:54:37.159Z Compiling hmac v0.12.1
17362025-01-13T08:54:37.733Z Compiling object v0.36.7
17372025-01-13T08:54:38.151Z Compiling bitflags v2.7.0
17382025-01-13T08:54:38.197Z Compiling bytes v1.9.0
17392025-01-13T08:54:40.221Z Compiling indexmap v2.7.0
17402025-01-13T08:54:40.449Z Compiling tokio v1.43.0
17412025-01-13T08:54:42.340Z Compiling serde_tokenstream v0.2.2
17422025-01-13T08:54:42.953Z Compiling which v4.4.2
17432025-01-13T08:54:43.152Z Compiling uuid v1.11.1
17442025-01-13T08:54:43.834Z Compiling http v1.2.0
17452025-01-13T08:54:44.192Z Compiling chrono v0.4.39
17462025-01-13T08:54:44.548Z Compiling rustc_version v0.4.1
17472025-01-13T08:54:45.233Z Compiling openssl v0.10.68
17482025-01-13T08:54:45.650Z Compiling pest_meta v2.7.15
17492025-01-13T08:54:47.806Z Compiling block-padding v0.3.3
17502025-01-13T08:54:49.808Z Compiling inout v0.1.3
17512025-01-13T08:54:49.902Z Compiling pest_generator v2.7.15
17522025-01-13T08:54:50.015Z Compiling tinystr v0.7.6
17532025-01-13T08:54:50.061Z Compiling serde_spanned v0.6.8
17542025-01-13T08:54:50.297Z Compiling toml_datetime v0.6.8
17552025-01-13T08:54:50.482Z Compiling openssl-macros v0.1.1
17562025-01-13T08:54:50.798Z Compiling litemap v0.7.4
17572025-01-13T08:54:51.226Z Compiling native-tls v0.2.12
17582025-01-13T08:54:51.229Z Compiling rustls v0.23.21
17592025-01-13T08:54:51.552Z Compiling strsim v0.11.1
17602025-01-13T08:54:51.574Z Compiling writeable v0.5.5
17612025-01-13T08:54:51.699Z Compiling dyn-clone v1.0.17
17622025-01-13T08:54:52.113Z Compiling icu_locid v1.5.0
17632025-01-13T08:54:52.282Z Compiling pest_derive v2.7.15
17642025-01-13T08:54:52.742Z Compiling cipher v0.4.4
17652025-01-13T08:54:53.066Z Compiling sha2 v0.10.8
17662025-01-13T08:54:53.236Z Compiling tracing-core v0.1.33
17672025-01-13T08:54:53.458Z Compiling usdt-impl v0.5.0
17682025-01-13T08:54:54.342Z Compiling base64ct v1.6.0
17692025-01-13T08:54:54.934Z Compiling pem-rfc7468 v0.7.0
17702025-01-13T08:54:55.091Z Compiling tracing v0.1.41
17712025-01-13T08:54:55.653Z Compiling icu_provider v1.5.0
17722025-01-13T08:54:55.953Z Compiling scroll v0.12.0
17732025-01-13T08:54:56.377Z Compiling ppv-lite86 v0.2.20
17742025-01-13T08:54:56.556Z Compiling async-trait v0.1.85
17752025-01-13T08:54:57.626Z Compiling aws-lc-sys v0.24.1
17762025-01-13T08:54:58.967Z Compiling cookie v0.18.1
17772025-01-13T08:54:59.017Z Compiling icu_locid_transform_data v1.5.0
17782025-01-13T08:54:59.128Z Compiling anyhow v1.0.95
17792025-01-13T08:54:59.254Z Compiling flagset v0.4.6
17802025-01-13T08:54:59.481Z Compiling plain v0.2.3
17812025-01-13T08:54:59.653Z Compiling camino v1.1.9
17822025-01-13T08:54:59.690Z Compiling goblin v0.8.2
17832025-01-13T08:55:00.177Z Compiling der v0.7.9
17842025-01-13T08:55:02.529Z Compiling icu_locid_transform v1.5.0
17852025-01-13T08:55:02.549Z Compiling rand_chacha v0.3.1
17862025-01-13T08:55:03.554Z Compiling icu_collections v1.5.0
17872025-01-13T08:55:05.044Z Compiling rustls v0.22.4
17882025-01-13T08:55:05.332Z Compiling percent-encoding v2.3.1
17892025-01-13T08:55:05.467Z Compiling rustls-pki-types v1.10.1
17902025-01-13T08:55:05.686Z Compiling pretty-hex v0.4.1
17912025-01-13T08:55:05.984Z Compiling rayon-core v1.12.1
17922025-01-13T08:55:06.260Z Compiling icu_properties_data v1.5.0
17932025-01-13T08:55:06.748Z Compiling icu_properties v1.5.1
17942025-01-13T08:55:07.525Z Compiling dof v0.3.0
17952025-01-13T08:55:09.217Z Compiling rand v0.8.5
17962025-01-13T08:55:09.435Z Compiling spki v0.7.3
17972025-01-13T08:55:09.976Z Compiling salsa20 v0.10.2
17982025-01-13T08:55:09.997Z Compiling dtrace-parser v0.2.0
17992025-01-13T08:55:10.000Z Compiling tokio-util v0.7.13
18002025-01-13T08:55:11.362Z Compiling pbkdf2 v0.12.2
18012025-01-13T08:55:11.751Z Compiling thread-id v4.2.2
18022025-01-13T08:55:11.849Z Compiling untrusted v0.9.0
18032025-01-13T08:55:11.868Z Compiling utf16_iter v1.0.5
18042025-01-13T08:55:12.031Z Compiling winnow v0.5.40
18052025-01-13T08:55:12.064Z Compiling utf8_iter v1.0.4
18062025-01-13T08:55:12.319Z Compiling icu_normalizer_data v1.5.0
18072025-01-13T08:55:12.339Z Compiling untrusted v0.7.1
18082025-01-13T08:55:12.531Z Compiling write16 v1.0.0
18092025-01-13T08:55:12.550Z Compiling powerfmt v0.2.0
18102025-01-13T08:55:12.937Z Compiling deranged v0.3.11
18112025-01-13T08:55:13.117Z Compiling icu_normalizer v1.5.0
18122025-01-13T08:55:16.067Z Compiling toml_edit v0.19.15
18132025-01-13T08:55:16.977Z Compiling scrypt v0.11.0
18142025-01-13T08:55:17.518Z Compiling cbc v0.1.2
18152025-01-13T08:55:17.755Z Compiling aes v0.8.4
18162025-01-13T08:55:18.577Z Compiling multer v3.1.0
18172025-01-13T08:55:19.212Z Compiling num_threads v0.1.7
18182025-01-13T08:55:19.347Z Compiling slog-async v2.8.0
18192025-01-13T08:55:19.366Z Compiling rustversion v1.0.19
18202025-01-13T08:55:19.598Z Compiling tinyvec_macros v0.1.1
18212025-01-13T08:55:19.813Z Compiling litrs v0.4.1
18222025-01-13T08:55:19.847Z Compiling atomic-waker v1.1.2
18232025-01-13T08:55:20.300Z Compiling time v0.3.37
18242025-01-13T08:55:20.970Z Compiling document-features v0.2.10
18252025-01-13T08:55:21.204Z Compiling tinyvec v1.8.1
18262025-01-13T08:55:22.057Z Compiling pkcs5 v0.7.1
18272025-01-13T08:55:23.201Z Compiling idna_adapter v1.2.0
18282025-01-13T08:55:23.308Z Compiling form_urlencoded v1.2.1
18292025-01-13T08:55:23.745Z Compiling http-body v1.0.1
18302025-01-13T08:55:24.026Z Compiling heapless v0.7.17
18312025-01-13T08:55:24.228Z Compiling bzip2-sys v0.1.11+1.0.8
18322025-01-13T08:55:24.830Z Compiling signal-hook v0.3.17
18332025-01-13T08:55:24.921Z Compiling try-lock v0.2.5
18342025-01-13T08:55:25.135Z Compiling want v0.3.1
18352025-01-13T08:55:25.406Z Compiling idna v1.0.3
18362025-01-13T08:55:25.545Z Compiling pkcs8 v0.10.2
18372025-01-13T08:55:26.906Z Compiling h2 v0.4.7
18382025-01-13T08:55:27.254Z Compiling usdt-macro v0.5.0
18392025-01-13T08:55:27.683Z Compiling usdt-attr-macro v0.5.0
18402025-01-13T08:55:28.832Z Compiling async-stream-impl v0.3.6
18412025-01-13T08:55:29.171Z Compiling httpdate v1.0.3
18422025-01-13T08:55:30.343Z Compiling tower-service v0.3.3
18432025-01-13T08:55:30.364Z Compiling adler2 v2.0.0
18442025-01-13T08:55:30.524Z Compiling miniz_oxide v0.8.2
18452025-01-13T08:55:34.774Z Compiling hyper v1.5.2
18462025-01-13T08:55:37.158Z Compiling curve25519-dalek v4.1.3
18472025-01-13T08:55:37.273Z Compiling openapiv3 v2.0.0
18482025-01-13T08:55:37.674Z Compiling enum-as-inner v0.6.1
18492025-01-13T08:55:38.380Z Compiling ahash v0.8.11
18502025-01-13T08:55:38.676Z Compiling dropshot v0.12.0
18512025-01-13T08:55:38.697Z Compiling smoltcp v0.9.1
18522025-01-13T08:55:38.744Z Compiling base64 v0.22.1
18532025-01-13T08:55:38.974Z Compiling foreign-types-shared v0.1.1
18542025-01-13T08:55:39.099Z Compiling num-bigint-dig v0.8.4
18552025-01-13T08:55:39.320Z Compiling match_cfg v0.1.0
18562025-01-13T08:55:39.393Z Compiling portable-atomic v1.10.0
18572025-01-13T08:55:39.448Z Compiling newtype-uuid v1.1.3
18582025-01-13T08:55:40.313Z Compiling hostname v0.3.1
18592025-01-13T08:55:40.554Z Compiling hyper-util v0.1.10
18602025-01-13T08:55:40.577Z Compiling foreign-types v0.3.2
18612025-01-13T08:55:45.331Z Compiling url v2.5.4
18622025-01-13T08:55:47.377Z Compiling dirs-sys-next v0.1.2
18632025-01-13T08:55:47.472Z Compiling data-encoding v2.6.0
18642025-01-13T08:55:47.789Z Compiling ident_case v1.0.1
18652025-01-13T08:55:47.869Z Compiling gimli v0.31.1
18662025-01-13T08:55:48.111Z Compiling heck v0.4.1
18672025-01-13T08:55:48.540Z Compiling darling_core v0.20.10
18682025-01-13T08:55:49.233Z Compiling dirs-next v2.0.0
18692025-01-13T08:55:55.038Z Compiling addr2line v0.24.2
18702025-01-13T08:55:56.017Z Compiling http-body-util v0.1.2
18712025-01-13T08:55:56.800Z Compiling unicode-normalization v0.1.24
18722025-01-13T08:55:56.921Z Compiling crossbeam-epoch v0.9.18
18732025-01-13T08:55:57.147Z Compiling hubpack_derive v0.1.1
18742025-01-13T08:55:57.659Z Compiling dropshot_endpoint v0.12.0
18752025-01-13T08:55:57.966Z Compiling sha1 v0.10.6
18762025-01-13T08:55:58.341Z Compiling signature v2.2.0
18772025-01-13T08:55:58.404Z Compiling zerocopy-derive v0.6.6
18782025-01-13T08:55:58.580Z Compiling curve25519-dalek-derive v0.1.1
18792025-01-13T08:55:59.207Z Compiling thread_local v1.1.8
18802025-01-13T08:55:59.710Z Compiling fs-err v2.11.0
18812025-01-13T08:55:59.975Z Compiling encoding_rs v0.8.35
18822025-01-13T08:56:00.327Z Compiling mime v0.3.17
18832025-01-13T08:56:01.436Z Compiling ipnet v2.10.1
18842025-01-13T08:56:02.490Z Compiling utf8parse v0.2.2
18852025-01-13T08:56:02.671Z Compiling openssl-probe v0.1.5
18862025-01-13T08:56:02.983Z Compiling unicode-properties v0.1.3
18872025-01-13T08:56:03.404Z Compiling winnow v0.6.24
18882025-01-13T08:56:04.201Z Compiling rustc-demangle v0.1.24
18892025-01-13T08:56:07.138Z Compiling unicode-bidi v0.3.18
18902025-01-13T08:56:07.391Z Compiling anstyle v1.0.10
18912025-01-13T08:56:07.861Z Compiling stringprep v0.1.5
18922025-01-13T08:56:08.386Z Compiling toml_edit v0.22.22
18932025-01-13T08:56:09.571Z Compiling backtrace v0.3.74
18942025-01-13T08:56:15.758Z Compiling anstyle-parse v0.2.6
18952025-01-13T08:56:16.113Z Compiling rustls-webpki v0.102.8
18962025-01-13T08:56:23.664Z Compiling crossbeam-deque v0.8.6
18972025-01-13T08:56:24.168Z Compiling darling_macro v0.20.10
18982025-01-13T08:56:25.101Z Compiling term v0.7.0
18992025-01-13T08:56:26.351Z Compiling slog-json v2.6.1
19002025-01-13T08:56:26.669Z Compiling serde_urlencoded v0.7.1
19012025-01-13T08:56:27.268Z Compiling crossbeam-channel v0.5.14
19022025-01-13T08:56:27.289Z Compiling rustls-pemfile v2.2.0
19032025-01-13T08:56:28.261Z Compiling futures-executor v0.3.31
19042025-01-13T08:56:28.770Z Compiling num-integer v0.1.46
19052025-01-13T08:56:28.789Z Compiling md-5 v0.10.6
19062025-01-13T08:56:29.044Z Compiling hash32 v0.2.1
19072025-01-13T08:56:29.064Z Compiling ff v0.13.0
19082025-01-13T08:56:29.315Z Compiling memmap v0.7.0
19092025-01-13T08:56:29.439Z Compiling is-terminal v0.4.13
19102025-01-13T08:56:29.501Z Compiling anstyle-query v1.1.2
19112025-01-13T08:56:29.655Z Compiling colorchoice v1.0.3
19122025-01-13T08:56:29.827Z Compiling take_mut v0.2.2
19132025-01-13T08:56:30.023Z Compiling psl-types v2.0.11
19142025-01-13T08:56:30.227Z Compiling base16ct v0.2.0
19152025-01-13T08:56:30.496Z Compiling siphasher v1.0.1
19162025-01-13T08:56:30.530Z Compiling is_terminal_polyfill v1.70.1
19172025-01-13T08:56:30.672Z Compiling linked-hash-map v0.5.6
19182025-01-13T08:56:30.886Z Compiling quick-error v1.2.3
19192025-01-13T08:56:31.049Z Compiling utf-8 v0.7.6
19202025-01-13T08:56:31.068Z Compiling fallible-iterator v0.2.0
19212025-01-13T08:56:31.381Z Compiling tungstenite v0.24.0
19222025-01-13T08:56:31.822Z Compiling postgres-protocol v0.6.7
19232025-01-13T08:56:32.745Z Compiling resolv-conf v0.7.0
19242025-01-13T08:56:33.045Z Compiling lru-cache v0.1.2
19252025-01-13T08:56:33.266Z Compiling phf_shared v0.11.3
19262025-01-13T08:56:33.448Z Compiling anstream v0.6.18
19272025-01-13T08:56:33.534Z Compiling sec1 v0.7.3
19282025-01-13T08:56:33.667Z Compiling publicsuffix v2.3.0
19292025-01-13T08:56:34.148Z Compiling slog-term v2.9.1
19302025-01-13T08:56:34.176Z Compiling usdt v0.5.0
19312025-01-13T08:56:35.029Z Compiling num-iter v0.1.45
19322025-01-13T08:56:35.238Z Compiling group v0.13.0
19332025-01-13T08:56:35.319Z Compiling futures v0.3.31
19342025-01-13T08:56:36.834Z Compiling slog-bunyan v2.5.0
19352025-01-13T08:56:37.037Z Compiling darling v0.20.10
19362025-01-13T08:56:37.174Z Compiling tokio-rustls v0.26.1
19372025-01-13T08:56:37.692Z Compiling tokio-rustls v0.25.0
19382025-01-13T08:56:37.788Z Compiling tokio-native-tls v0.3.1
19392025-01-13T08:56:38.090Z Compiling toml v0.8.19
19402025-01-13T08:56:38.137Z Compiling hickory-proto v0.24.2
19412025-01-13T08:56:38.236Z Compiling strum_macros v0.25.3
19422025-01-13T08:56:40.040Z Compiling async-stream v0.3.6
19432025-01-13T08:56:40.171Z Compiling waitgroup v0.1.2
19442025-01-13T08:56:40.291Z Compiling webpki-roots v0.26.7
19452025-01-13T08:56:40.492Z Compiling terminal_size v0.4.1
19462025-01-13T08:56:40.510Z Compiling serde_path_to_error v0.1.16
19472025-01-13T08:56:40.721Z Compiling hkdf v0.12.4
19482025-01-13T08:56:40.996Z Compiling sync_wrapper v1.0.2
19492025-01-13T08:56:41.164Z Compiling crypto-bigint v0.5.5
19502025-01-13T08:56:41.267Z Compiling clap_derive v4.5.24
19512025-01-13T08:56:41.392Z Compiling derive-where v1.2.7
19522025-01-13T08:56:41.959Z Compiling serde_repr v0.1.19
19532025-01-13T08:56:42.775Z Compiling regress v0.10.2
19542025-01-13T08:56:43.031Z Compiling hostname v0.4.0
19552025-01-13T08:56:43.259Z Compiling crc32fast v1.4.2
19562025-01-13T08:56:43.728Z Compiling debug-ignore v1.0.5
19572025-01-13T08:56:43.885Z Compiling unicode-width v0.2.0
19582025-01-13T08:56:44.437Z Compiling managed v0.8.0
19592025-01-13T08:56:44.622Z Compiling tower-layer v0.3.3
19602025-01-13T08:56:44.866Z Compiling bitflags v1.3.2
19612025-01-13T08:56:45.063Z Compiling siphasher v0.3.11
19622025-01-13T08:56:45.456Z Compiling clap_lex v0.7.4
19632025-01-13T08:56:46.110Z Compiling clap_builder v4.5.26
19642025-01-13T08:56:46.402Z Compiling phf_shared v0.10.0
19652025-01-13T08:56:46.775Z Compiling typify-impl v0.2.0
19662025-01-13T08:56:49.809Z Compiling tower v0.5.2
19672025-01-13T08:56:49.838Z Compiling console v0.15.10
19682025-01-13T08:56:50.512Z Compiling elliptic-curve v0.13.8
19692025-01-13T08:56:51.192Z Compiling hickory-resolver v0.24.2
19702025-01-13T08:56:51.573Z Compiling flate2 v1.0.35
19712025-01-13T08:56:55.606Z Compiling hyper-rustls v0.27.5
19722025-01-13T08:56:58.060Z Compiling hyper-tls v0.6.0
19732025-01-13T08:56:58.488Z Compiling rayon v1.10.0
19742025-01-13T08:56:59.015Z Compiling signal-hook-mio v0.2.4
19752025-01-13T08:56:59.042Z Compiling bzip2 v0.4.4
19762025-01-13T08:56:59.195Z Compiling cookie_store v0.21.1
19772025-01-13T08:56:59.404Z Compiling phf v0.11.3
19782025-01-13T08:56:59.441Z Compiling postgres-types v0.2.8
19792025-01-13T08:56:59.745Z Compiling tokio-tungstenite v0.24.0
19802025-01-13T08:57:00.291Z Compiling zerocopy v0.6.6
19812025-01-13T08:57:00.479Z Compiling ed25519 v2.2.3
19822025-01-13T08:57:00.498Z Compiling hubpack v0.1.2
19832025-01-13T08:57:00.835Z Compiling pkcs1 v0.7.5
19842025-01-13T08:57:00.921Z Compiling tokio-stream v0.1.17
19852025-01-13T08:57:01.202Z Compiling ipnetwork v0.20.0
19862025-01-13T08:57:01.810Z Compiling serde-big-array v0.5.1
19872025-01-13T08:57:01.901Z Compiling rfc6979 v0.4.0
19882025-01-13T08:57:02.081Z Compiling float-cmp v0.10.0
19892025-01-13T08:57:02.289Z Compiling bstr v1.11.3
19902025-01-13T08:57:02.552Z Compiling unicode-segmentation v1.12.0
19912025-01-13T08:57:03.390Z Compiling precomputed-hash v0.1.1
19922025-01-13T08:57:03.417Z Compiling bit-vec v0.8.0
19932025-01-13T08:57:03.526Z Compiling fixedbitset v0.4.2
19942025-01-13T08:57:03.529Z Compiling static_assertions v1.1.0
19952025-01-13T08:57:03.945Z Compiling predicates-core v1.0.9
19962025-01-13T08:57:03.965Z Compiling number_prefix v0.4.0
19972025-01-13T08:57:04.065Z Compiling difflib v0.4.0
19982025-01-13T08:57:04.231Z Compiling whoami v1.5.2
19992025-01-13T08:57:04.535Z Compiling new_debug_unreachable v1.0.6
20002025-01-13T08:57:04.572Z Compiling normalize-line-endings v0.3.0
20012025-01-13T08:57:04.645Z Compiling string_cache v0.8.7
20022025-01-13T08:57:04.708Z Compiling predicates v3.1.3
20032025-01-13T08:57:04.801Z Compiling tokio-postgres v0.7.12
20042025-01-13T08:57:05.376Z Compiling indicatif v0.17.9
20052025-01-13T08:57:06.267Z Compiling bit-set v0.8.0
20062025-01-13T08:57:06.480Z Compiling petgraph v0.6.5
20072025-01-13T08:57:06.583Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20082025-01-13T08:57:07.243Z Compiling similar v2.6.0
20092025-01-13T08:57:09.254Z Compiling ecdsa v0.16.9
20102025-01-13T08:57:09.281Z Compiling qorb v0.2.1
20112025-01-13T08:57:10.160Z Compiling rsa v0.9.7
20122025-01-13T08:57:10.513Z Compiling ed25519-dalek v2.1.1
20132025-01-13T08:57:11.470Z Compiling reqwest v0.12.12
20142025-01-13T08:57:11.848Z Compiling zip v0.6.6
20152025-01-13T08:57:11.869Z Compiling crossterm v0.28.1
20162025-01-13T08:57:12.091Z Compiling typify-macro v0.2.0
20172025-01-13T08:57:13.105Z Compiling clap v4.5.26
20182025-01-13T08:57:15.254Z Compiling toml v0.7.8
20192025-01-13T08:57:15.483Z Compiling x509-cert v0.2.5
20202025-01-13T08:57:16.496Z Compiling hex v0.4.3
20212025-01-13T08:57:17.081Z Compiling itertools v0.10.5
20222025-01-13T08:57:17.285Z Compiling unicode-xid v0.2.6
20232025-01-13T08:57:17.363Z Compiling zerocopy v0.8.14
20242025-01-13T08:57:17.720Z Compiling peg-runtime v0.8.3
20252025-01-13T08:57:18.095Z Compiling lalrpop-util v0.19.12
20262025-01-13T08:57:22.713Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20272025-01-13T08:57:24.863Z Compiling proc-macro-crate v1.3.1
20282025-01-13T08:57:25.026Z Compiling macaddr v1.0.1
20292025-01-13T08:57:25.715Z Compiling zerocopy-derive v0.8.14
20302025-01-13T08:57:25.996Z Compiling itertools v0.13.0
20312025-01-13T08:57:26.970Z Compiling heapless v0.8.0
20322025-01-13T08:57:29.439Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20332025-01-13T08:57:35.028Z Compiling num_enum_derive v0.5.11
20342025-01-13T08:57:41.384Z Compiling hash32 v0.3.1
20352025-01-13T08:57:42.526Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20362025-01-13T08:57:43.870Z Compiling smoltcp v0.11.0
20372025-01-13T08:57:50.423Z Compiling num_enum v0.5.11
20382025-01-13T08:57:50.486Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20392025-01-13T08:57:50.622Z Compiling typify v0.2.0
20402025-01-13T08:57:50.780Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
20412025-01-13T08:57:52.106Z Compiling proc-macro-error-attr v1.0.4
20422025-01-13T08:57:53.149Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20432025-01-13T08:57:53.460Z Compiling unsafe-libyaml v0.2.11
20442025-01-13T08:57:54.515Z Compiling cobs v0.2.3
20452025-01-13T08:57:54.981Z Compiling serde_yaml v0.9.34+deprecated
20462025-01-13T08:57:55.541Z Compiling postcard v1.1.1
20472025-01-13T08:58:10.920Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20482025-01-13T08:58:14.438Z Compiling progenitor-impl v0.8.0
20492025-01-13T08:58:23.466Z Compiling strum_macros v0.26.4
20502025-01-13T08:58:24.798Z Compiling structmeta-derive v0.3.0
20512025-01-13T08:58:25.133Z Compiling foreign-types-macros v0.2.3
20522025-01-13T08:58:25.225Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20532025-01-13T08:58:25.542Z Compiling proc-macro-error v1.0.4
20542025-01-13T08:58:25.761Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20552025-01-13T08:58:25.866Z Compiling foreign-types-shared v0.3.1
20562025-01-13T08:58:28.075Z Compiling strum v0.26.3
20572025-01-13T08:58:28.297Z Compiling structmeta v0.3.0
20582025-01-13T08:58:32.889Z Compiling foreign-types v0.5.0
20592025-01-13T08:58:33.022Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20602025-01-13T08:58:36.691Z Compiling progenitor-macro v0.8.0
20612025-01-13T08:58:41.317Z Compiling progenitor-client v0.8.0
20622025-01-13T08:58:41.944Z Compiling tabwriter v1.4.1
20632025-01-13T08:58:43.621Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#b3dbf18c)
20642025-01-13T08:58:44.907Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20652025-01-13T08:58:45.735Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20662025-01-13T08:58:46.227Z Compiling cstr-argument v0.1.2
20672025-01-13T08:58:46.511Z Compiling dropshot v0.13.0
20682025-01-13T08:58:47.048Z Compiling crucible-workspace-hack v0.1.0
20692025-01-13T08:58:47.171Z Compiling pretty-hex v0.2.1
20702025-01-13T08:58:47.355Z Compiling fastrand v2.3.0
20712025-01-13T08:58:47.414Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20722025-01-13T08:58:47.771Z Compiling tempfile v3.15.0
20732025-01-13T08:58:48.086Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20742025-01-13T08:58:48.514Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20752025-01-13T08:58:48.601Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20762025-01-13T08:58:48.826Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#b3dbf18c)
20772025-01-13T08:58:49.551Z Compiling parse-display-derive v0.10.0
20782025-01-13T08:58:49.915Z Compiling progenitor v0.8.0
20792025-01-13T08:58:50.124Z Compiling hashbrown v0.14.5
20802025-01-13T08:58:50.193Z Compiling colored v2.2.0
20812025-01-13T08:58:50.623Z Compiling serde_with_macros v3.12.0
20822025-01-13T08:58:51.641Z Compiling dropshot_endpoint v0.13.0
20832025-01-13T08:58:51.780Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20842025-01-13T08:58:52.239Z Compiling instant v0.1.13
20852025-01-13T08:58:52.440Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20862025-01-13T08:58:52.547Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20872025-01-13T08:58:52.777Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20882025-01-13T08:58:52.842Z Compiling backoff v0.4.0
20892025-01-13T08:58:53.202Z Compiling serde_with v3.12.0
20902025-01-13T08:58:53.248Z Compiling regress v0.9.1
20912025-01-13T08:58:53.605Z Compiling parse-display v0.10.0
20922025-01-13T08:58:55.654Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20932025-01-13T08:58:55.893Z Compiling zone_cfg_derive v0.3.0
20942025-01-13T08:58:57.296Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20952025-01-13T08:58:58.015Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20962025-01-13T08:58:58.057Z Compiling camino-tempfile v1.1.1
20972025-01-13T08:58:58.925Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
20982025-01-13T08:58:58.944Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20992025-01-13T08:58:59.147Z Compiling num-derive v0.4.2
21002025-01-13T08:58:59.472Z Compiling sigpipe v0.1.3
21012025-01-13T08:58:59.620Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21022025-01-13T08:58:59.915Z Compiling libefi-sys v0.1.0
21032025-01-13T08:59:00.286Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21042025-01-13T08:59:01.457Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
21052025-01-13T08:59:02.149Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21062025-01-13T08:59:03.072Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
21072025-01-13T08:59:03.662Z Compiling zone v0.3.0
21082025-01-13T08:59:03.681Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
21092025-01-13T08:59:07.274Z Compiling smf v0.2.3
21102025-01-13T08:59:08.114Z Compiling bitfield-struct v0.6.2
21112025-01-13T08:59:08.348Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
21122025-01-13T08:59:08.775Z Compiling blake3 v1.5.5
21132025-01-13T08:59:09.508Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21142025-01-13T08:59:10.131Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21152025-01-13T08:59:10.350Z Compiling xattr v1.4.0
21162025-01-13T08:59:10.460Z Compiling filetime v0.2.25
21172025-01-13T08:59:10.574Z Compiling memmap2 v0.9.5
21182025-01-13T08:59:10.682Z Compiling arrayvec v0.7.6
21192025-01-13T08:59:10.822Z Compiling arrayref v0.3.9
21202025-01-13T08:59:10.954Z Compiling same-file v1.0.6
21212025-01-13T08:59:11.174Z Compiling constant_time_eq v0.3.1
21222025-01-13T08:59:11.177Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21232025-01-13T08:59:11.259Z Compiling walkdir v2.5.0
21242025-01-13T08:59:11.327Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21252025-01-13T08:59:11.367Z Compiling tar v0.4.43
21262025-01-13T08:59:12.945Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21272025-01-13T08:59:13.381Z Compiling gethostname v0.5.0
21282025-01-13T08:59:13.693Z Compiling cargo-platform v0.1.9
21292025-01-13T08:59:14.156Z Compiling topological-sort v0.2.2
21302025-01-13T08:59:14.179Z Compiling cargo_metadata v0.18.1
21312025-01-13T08:59:14.452Z Compiling omicron-zone-package v0.12.0
21322025-01-13T08:59:14.481Z Compiling indent_write v2.2.0
21332025-01-13T08:59:14.738Z Compiling shell-words v1.1.0
21342025-01-13T08:59:24.136Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21352025-01-13T08:59:26.701Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21362025-01-13T08:59:29.737Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21372025-01-13T08:59:46.043Z Finished `release` profile [optimized] target(s) in 5m 38s
21382025-01-13T08:59:46.212Z Running `target/release/omicron-package -t test target create -p dev`
21392025-01-13T08:59:46.263ZLogging to: /work/oxidecomputer/omicron/out/LOG
21402025-01-13T08:59:46.266ZCreated new build target 'test' and set it as active
21412025-01-13T08:59:46.266Z
21422025-01-13T08:59:46.266Zreal 5:38.970194911
21432025-01-13T08:59:46.266Zuser 38:07.147031868
21442025-01-13T08:59:46.266Zsys 5:05.587957871
21452025-01-13T08:59:46.266Ztrap 1.205636839
21462025-01-13T08:59:46.266Ztflt 3.069543944
21472025-01-13T08:59:46.266Zdflt 0.914362840
21482025-01-13T08:59:46.266Zkflt 0.010496691
21492025-01-13T08:59:46.266Zlock 1:19:56.994906258
21502025-01-13T08:59:46.267Zslp 2:38:34.118087189
21512025-01-13T08:59:46.267Zlat 2:34.141912195
21522025-01-13T08:59:46.267Zstop 4:43.587591951
21532025-01-13T08:59:46.267Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21542025-01-13T08:59:47.281Z Finished `release` profile [optimized] target(s) in 0.96s
21552025-01-13T08:59:47.345Z Running `target/release/omicron-package -t test package`
21562025-01-13T08:59:47.392ZLogging to: /work/oxidecomputer/omicron/out/LOG
21572025-01-13T08:59:48.569Z Compiling unicode-width v0.1.14
21582025-01-13T08:59:48.572Z Compiling convert_case v0.4.0
21592025-01-13T08:59:48.572Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21602025-01-13T08:59:48.572Z Compiling newline-converter v0.3.0
21612025-01-13T08:59:48.572Z Compiling password-hash v0.5.0
21622025-01-13T08:59:48.572Z Compiling blake2 v0.10.6
21632025-01-13T08:59:48.709Z Compiling base64 v0.21.7
21642025-01-13T08:59:48.711Z Compiling atomicwrites v0.4.4
21652025-01-13T08:59:49.003Z Compiling expectorate v1.1.0
21662025-01-13T08:59:49.059Z Compiling progenitor-client v0.8.0
21672025-01-13T08:59:49.214Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21682025-01-13T08:59:49.217Z Compiling cancel-safe-futures v0.1.5
21692025-01-13T08:59:49.273Z Compiling owo-colors v4.1.0
21702025-01-13T08:59:49.525Z Compiling derive_more v0.99.18
21712025-01-13T08:59:49.560Z Compiling argon2 v0.5.3
21722025-01-13T08:59:49.623Z Compiling progenitor v0.8.0
21732025-01-13T08:59:49.644Z Compiling num-rational v0.4.2
21742025-01-13T08:59:49.825Z Compiling libsw-core v0.3.1
21752025-01-13T08:59:49.893Z Compiling num-complex v0.4.6
21762025-01-13T08:59:50.103Z Compiling libsw v3.4.0
21772025-01-13T08:59:50.417Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21782025-01-13T08:59:50.624Z Compiling linear-map v1.2.0
21792025-01-13T08:59:51.022Z Compiling float-ord v0.3.2
21802025-01-13T08:59:51.084Z Compiling num v0.4.3
21812025-01-13T08:59:51.087Z Compiling swrite v0.1.0
21822025-01-13T08:59:51.210Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21832025-01-13T08:59:51.234Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21842025-01-13T08:59:51.254Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21852025-01-13T08:59:51.273Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21862025-01-13T08:59:52.022Z Compiling highway v1.3.0
21872025-01-13T08:59:52.202Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21882025-01-13T08:59:52.838Z Compiling semver v0.1.20
21892025-01-13T08:59:53.438Z Compiling rustc_version v0.1.7
21902025-01-13T08:59:53.710Z Compiling tungstenite v0.21.0
21912025-01-13T08:59:53.906Z Compiling newtype_derive v0.1.6
21922025-01-13T08:59:54.243Z Compiling ipnetwork v0.20.0
21932025-01-13T08:59:55.084Z Compiling tokio-tungstenite v0.21.0
21942025-01-13T08:59:55.755Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21952025-01-13T08:59:56.191Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21962025-01-13T08:59:59.022Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
21972025-01-13T08:59:59.433Z Compiling humantime v2.1.0
21982025-01-13T08:59:59.925Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#b3dbf18c)
21992025-01-13T09:00:00.359Z Compiling dropshot v0.13.0
22002025-01-13T09:00:00.435Z Compiling hashbrown v0.14.5
22012025-01-13T09:00:00.451Z Compiling instant v0.1.13
22022025-01-13T09:00:00.607Z Compiling backoff v0.4.0
22032025-01-13T09:00:00.938Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22042025-01-13T09:00:01.019Z Compiling steno v0.4.1
22052025-01-13T09:00:01.425Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22062025-01-13T09:00:01.895Z Compiling regress v0.9.1
22072025-01-13T09:00:05.605Z Compiling parse-display v0.10.0
22082025-01-13T09:00:06.190Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22092025-01-13T09:00:06.399Z Compiling strum v0.26.3
22102025-01-13T09:00:06.605Z Compiling serde_with v3.12.0
22112025-01-13T09:00:06.905Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22122025-01-13T09:00:09.502Z Compiling macaddr v1.0.1
22132025-01-13T09:00:09.899Z Compiling slog-dtrace v0.3.0
22142025-01-13T09:00:09.964Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22152025-01-13T09:00:10.296Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22162025-01-13T09:00:11.075Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22172025-01-13T09:00:11.247Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22182025-01-13T09:00:11.877Z Compiling prettyplease v0.2.29
22192025-01-13T09:00:12.171Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22202025-01-13T09:00:13.149Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22212025-01-13T09:00:14.182Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22222025-01-13T09:00:15.753Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22232025-01-13T09:00:17.045Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22242025-01-13T09:00:27.628Z Compiling half v2.4.1
22252025-01-13T09:00:29.489Z Compiling ciborium-io v0.2.2
22262025-01-13T09:00:29.654Z Compiling ciborium-ll v0.2.2
22272025-01-13T09:00:30.213Z Compiling ciborium v0.2.2
22282025-01-13T09:00:30.515Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22292025-01-13T09:00:31.695Z Compiling display-error-chain v0.2.2
22302025-01-13T09:00:31.772Z Compiling fastrand v2.3.0
22312025-01-13T09:00:31.943Z Compiling same-file v1.0.6
22322025-01-13T09:00:32.125Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22332025-01-13T09:00:32.199Z Compiling tempfile v3.15.0
22342025-01-13T09:00:32.320Z Compiling walkdir v2.5.0
22352025-01-13T09:00:32.490Z Compiling blake3 v1.5.5
22362025-01-13T09:00:32.997Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22372025-01-13T09:00:33.017Z Compiling xattr v1.4.0
22382025-01-13T09:00:33.167Z Compiling filetime v0.2.25
22392025-01-13T09:00:33.300Z Compiling memmap2 v0.9.5
22402025-01-13T09:00:33.463Z Compiling arrayref v0.3.9
22412025-01-13T09:00:33.589Z Compiling keccak v0.1.5
22422025-01-13T09:00:33.766Z Compiling arrayvec v0.7.6
22432025-01-13T09:00:34.227Z Compiling constant_time_eq v0.3.1
22442025-01-13T09:00:34.568Z Compiling sha3 v0.10.8
22452025-01-13T09:00:34.662Z Compiling tar v0.4.43
22462025-01-13T09:00:35.496Z Compiling toolchain_find v0.4.0
22472025-01-13T09:00:35.571Z Compiling camino-tempfile v1.1.1
22482025-01-13T09:00:36.040Z Compiling const_format_proc_macros v0.2.34
22492025-01-13T09:00:36.108Z Compiling crunchy v0.2.2
22502025-01-13T09:00:36.588Z Compiling maplit v1.0.2
22512025-01-13T09:00:36.735Z Compiling radium v0.7.0
22522025-01-13T09:00:36.768Z Compiling topological-sort v0.2.2
22532025-01-13T09:00:36.983Z Compiling omicron-zone-package v0.12.0
22542025-01-13T09:00:37.006Z Compiling rustfmt-wrapper v0.2.1
22552025-01-13T09:00:37.167Z Compiling maybe-uninit v2.0.0
22562025-01-13T09:00:37.206Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22572025-01-13T09:00:37.225Z Compiling tiny-keccak v2.0.2
22582025-01-13T09:00:37.528Z Compiling tap v1.0.1
22592025-01-13T09:00:37.718Z Compiling wyz v0.5.1
22602025-01-13T09:00:37.739Z Compiling dsl_auto_type v0.1.2
22612025-01-13T09:00:37.789Z Compiling phf_generator v0.11.3
22622025-01-13T09:00:37.951Z Compiling const_format v0.2.34
22632025-01-13T09:00:38.179Z Compiling scheduled-thread-pool v0.2.7
22642025-01-13T09:00:38.248Z Compiling secrecy v0.8.0
22652025-01-13T09:00:38.269Z Compiling diesel_table_macro_syntax v0.2.0
22662025-01-13T09:00:38.538Z Compiling async-recursion v1.1.1
22672025-01-13T09:00:38.675Z Compiling funty v2.0.0
22682025-01-13T09:00:39.234Z Compiling bit-vec v0.6.3
22692025-01-13T09:00:39.336Z Compiling arc-swap v1.7.1
22702025-01-13T09:00:39.475Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22712025-01-13T09:00:39.657Z Compiling packed_struct v0.10.1
22722025-01-13T09:00:39.797Z Compiling crc-catalog v2.4.0
22732025-01-13T09:00:39.973Z Compiling crc v3.2.1
22742025-01-13T09:00:40.056Z Compiling bitvec v1.0.1
22752025-01-13T09:00:40.099Z Compiling slog-scope v4.4.0
22762025-01-13T09:00:40.155Z Compiling bit-set v0.5.3
22772025-01-13T09:00:40.458Z Compiling diesel_derives v2.2.3
22782025-01-13T09:00:40.945Z Compiling r2d2 v0.8.10
22792025-01-13T09:00:41.216Z Compiling phf_codegen v0.11.3
22802025-01-13T09:00:41.580Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22812025-01-13T09:00:41.882Z Compiling ascii-canvas v3.0.0
22822025-01-13T09:00:42.014Z Compiling universal-hash v0.5.1
22832025-01-13T09:00:42.264Z Compiling packed_struct_codegen v0.10.1
22842025-01-13T09:00:42.391Z Compiling thiserror-impl-no-std v2.0.2
22852025-01-13T09:00:43.125Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22862025-01-13T09:00:44.753Z Compiling parse-zoneinfo v0.3.1
22872025-01-13T09:00:44.784Z Compiling ena v0.14.3
22882025-01-13T09:00:45.106Z Compiling indexmap v1.9.3
22892025-01-13T09:00:45.194Z Compiling nodrop v0.1.14
22902025-01-13T09:00:45.339Z Compiling regex-syntax v0.6.29
22912025-01-13T09:00:45.419Z Compiling diff v0.1.13
22922025-01-13T09:00:45.956Z Compiling opaque-debug v0.3.1
22932025-01-13T09:00:46.078Z Compiling poly1305 v0.8.0
22942025-01-13T09:00:46.425Z Compiling chrono-tz-build v0.4.0
22952025-01-13T09:00:47.574Z Compiling array-init v0.0.4
22962025-01-13T09:00:47.682Z Compiling thiserror-no-std v2.0.2
22972025-01-13T09:00:48.903Z Compiling lalrpop v0.19.12
22982025-01-13T09:00:50.808Z Compiling smallvec v0.6.14
22992025-01-13T09:00:51.339Z Compiling slog-stdlog v4.1.1
23002025-01-13T09:00:52.225Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23012025-01-13T09:00:52.366Z Compiling diesel v2.2.6
23022025-01-13T09:00:52.810Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23032025-01-13T09:00:53.172Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23042025-01-13T09:00:53.392Z Compiling chacha20 v0.9.1
23052025-01-13T09:00:53.414Z Compiling aead v0.5.2
23062025-01-13T09:00:53.819Z Compiling vte_generate_state_changes v0.1.2
23072025-01-13T09:00:53.934Z Compiling termcolor v1.4.1
23082025-01-13T09:00:54.466Z Compiling ref-cast v1.0.23
23092025-01-13T09:00:54.966Z Compiling bitfield v0.14.0
23102025-01-13T09:00:55.072Z Compiling hashbrown v0.12.3
23112025-01-13T09:00:55.304Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23122025-01-13T09:00:57.745Z Compiling vte v0.11.1
23132025-01-13T09:00:59.300Z Compiling env_logger v0.10.2
23142025-01-13T09:01:02.559Z Compiling chacha20poly1305 v0.10.1
23152025-01-13T09:01:02.835Z Compiling slog-envlogger v2.2.0
23162025-01-13T09:01:05.569Z Compiling serde-hex v0.1.0
23172025-01-13T09:01:11.146Z Compiling vsss-rs v3.3.4
23182025-01-13T09:01:15.364Z Compiling polar-core v0.27.3
23192025-01-13T09:01:15.411Z Compiling chrono-tz v0.10.0
23202025-01-13T09:01:15.693Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23212025-01-13T09:01:16.012Z Compiling ron v0.8.1
23222025-01-13T09:01:16.059Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23232025-01-13T09:01:16.364Z Compiling hashbrown v0.13.2
23242025-01-13T09:01:16.575Z Compiling derive_builder_core v0.20.2
23252025-01-13T09:01:17.839Z Compiling headers-core v0.3.0
23262025-01-13T09:01:18.044Z Compiling fxhash v0.2.1
23272025-01-13T09:01:18.306Z Compiling libxml v0.3.3
23282025-01-13T09:01:18.765Z Compiling ref-cast-impl v1.0.23
23292025-01-13T09:01:18.880Z Compiling zip v2.1.3
23302025-01-13T09:01:19.226Z Compiling simd-adler32 v0.3.7
23312025-01-13T09:01:19.984Z Compiling lockfree-object-pool v0.1.6
23322025-01-13T09:01:20.329Z Compiling crc-any v2.5.0
23332025-01-13T09:01:20.403Z Compiling bumpalo v3.16.0
23342025-01-13T09:01:21.031Z Compiling bytecount v0.6.8
23352025-01-13T09:01:21.221Z Compiling papergrid v0.11.0
23362025-01-13T09:01:21.390Z Compiling zopfli v0.8.1
23372025-01-13T09:01:22.265Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23382025-01-13T09:01:26.035Z Compiling derive_builder_macro v0.20.2
23392025-01-13T09:01:26.945Z Compiling headers v0.4.0
23402025-01-13T09:01:30.091Z Compiling object v0.30.4
23412025-01-13T09:01:30.933Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23422025-01-13T09:01:34.915Z Compiling strip-ansi-escapes v0.2.0
23432025-01-13T09:01:35.689Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23442025-01-13T09:01:37.572Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23452025-01-13T09:01:37.878Z Compiling tabled_derive v0.7.0
23462025-01-13T09:01:38.934Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23472025-01-13T09:01:39.576Z Compiling fd-lock v4.0.2
23482025-01-13T09:01:39.828Z Compiling peg-macros v0.8.4
23492025-01-13T09:01:40.083Z Compiling strum_macros v0.24.3
23502025-01-13T09:01:43.251Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23512025-01-13T09:01:43.373Z Compiling kstat-rs v0.2.4
23522025-01-13T09:01:43.501Z Compiling samael v0.0.17
23532025-01-13T09:01:43.851Z Compiling indoc v1.0.9
23542025-01-13T09:01:43.976Z Compiling path-slash v0.1.5
23552025-01-13T09:01:44.215Z Compiling nu-ansi-term v0.50.1
23562025-01-13T09:01:44.370Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23572025-01-13T09:01:44.408Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23582025-01-13T09:01:45.459Z Compiling reedline v0.35.0
23592025-01-13T09:01:46.766Z Compiling peg v0.8.4
23602025-01-13T09:01:46.904Z Compiling tabled v0.15.0
23612025-01-13T09:01:49.562Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23622025-01-13T09:02:03.551Z Compiling derive_builder v0.20.2
23632025-01-13T09:02:05.533Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23642025-01-13T09:02:05.886Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23652025-01-13T09:02:07.675Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23662025-01-13T09:02:07.796Z Compiling pem v3.0.4
23672025-01-13T09:02:07.990Z Compiling bcs v0.1.6
23682025-01-13T09:02:08.951Z Compiling oso-derive v0.27.3
23692025-01-13T09:02:09.338Z Compiling libz-sys v1.1.21
23702025-01-13T09:02:09.824Z Compiling quick-xml v0.33.0
23712025-01-13T09:02:09.962Z Compiling impl-trait-for-tuples v0.2.3
23722025-01-13T09:02:09.965Z Compiling diesel-dtrace v0.4.2
23732025-01-13T09:02:10.307Z Compiling parking_lot_core v0.8.6
23742025-01-13T09:02:13.939Z Compiling oso v0.27.3
23752025-01-13T09:02:17.119Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23762025-01-13T09:02:18.767Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23772025-01-13T09:02:24.388Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23782025-01-13T09:02:27.695Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23792025-01-13T09:02:28.015Z Compiling bb8 v0.8.6
23802025-01-13T09:02:28.718Z Compiling buf-list v1.0.3
23812025-01-13T09:02:29.398Z Compiling async-bb8-diesel v0.2.1
23822025-01-13T09:02:31.604Z Compiling nibble_vec v0.1.0
23832025-01-13T09:02:31.862Z Compiling libgit2-sys v0.17.0+1.8.1
23842025-01-13T09:02:31.882Z Compiling pin-project-internal v1.1.8
23852025-01-13T09:02:32.675Z Compiling atty v0.2.14
23862025-01-13T09:02:32.862Z Compiling salty v0.3.0
23872025-01-13T09:02:33.294Z Compiling endian-type v0.1.2
23882025-01-13T09:02:33.577Z Compiling radix_trie v0.2.1
23892025-01-13T09:02:34.749Z Compiling pin-project v1.1.8
23902025-01-13T09:02:34.911Z Compiling parking_lot v0.11.2
23912025-01-13T09:02:38.064Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23922025-01-13T09:02:44.673Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23932025-01-13T09:02:49.547Z Compiling snafu-derive v0.8.5
23942025-01-13T09:02:54.078Z Compiling unicase v2.8.1
23952025-01-13T09:02:54.442Z Compiling mime_guess v2.0.5
23962025-01-13T09:02:54.475Z Compiling snafu v0.8.5
23972025-01-13T09:02:55.645Z Compiling sled v0.34.7
23982025-01-13T09:02:57.866Z Compiling hickory-client v0.24.2
23992025-01-13T09:03:03.282Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24002025-01-13T09:03:04.488Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24012025-01-13T09:03:05.563Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24022025-01-13T09:03:07.146Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24032025-01-13T09:03:10.460Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24042025-01-13T09:03:10.638Z Compiling globset v0.4.15
24052025-01-13T09:03:12.034Z Compiling hickory-server v0.24.2
24062025-01-13T09:03:15.904Z Compiling primeorder v0.13.6
24072025-01-13T09:03:16.531Z Compiling olpc-cjson v0.1.4
24082025-01-13T09:03:16.885Z Compiling castaway v0.2.3
24092025-01-13T09:03:17.095Z Compiling vergen v8.3.2
24102025-01-13T09:03:17.396Z Compiling env_filter v0.1.3
24112025-01-13T09:03:18.148Z Compiling serde_plain v1.0.2
24122025-01-13T09:03:18.646Z Compiling cargo-platform v0.1.9
24132025-01-13T09:03:18.958Z Compiling nanorand v0.7.0
24142025-01-13T09:03:19.205Z Compiling memoffset v0.9.1
24152025-01-13T09:03:19.526Z Compiling typed-path v0.9.3
24162025-01-13T09:03:19.636Z Compiling indoc v2.0.5
24172025-01-13T09:03:20.597Z Compiling instability v0.3.7
24182025-01-13T09:03:22.249Z Compiling tough v0.19.0
24192025-01-13T09:03:24.005Z Compiling flume v0.11.1
24202025-01-13T09:03:24.830Z Compiling cargo_metadata v0.18.1
24212025-01-13T09:03:25.738Z Compiling git2 v0.19.0
24222025-01-13T09:03:26.123Z Compiling env_logger v0.11.6
24232025-01-13T09:03:27.029Z Compiling compact_str v0.8.1
24242025-01-13T09:03:28.242Z Compiling p384 v0.13.0
24252025-01-13T09:03:28.352Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24262025-01-13T09:03:29.780Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24272025-01-13T09:03:30.973Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24282025-01-13T09:03:35.390Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24292025-01-13T09:03:36.644Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24302025-01-13T09:03:40.880Z Compiling unicode-truncate v1.1.0
24312025-01-13T09:03:41.195Z Compiling lru v0.12.5
24322025-01-13T09:03:41.622Z Compiling rand_seeder v0.3.0
24332025-01-13T09:03:42.048Z Compiling libsqlite3-sys v0.30.1
24342025-01-13T09:03:42.615Z Compiling lzma-sys v0.1.20
24352025-01-13T09:03:42.845Z Compiling cfg_aliases v0.2.1
24362025-01-13T09:03:42.978Z Compiling http-range v0.1.5
24372025-01-13T09:03:43.343Z Compiling rustls v0.21.12
24382025-01-13T09:03:43.536Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24392025-01-13T09:03:43.650Z Compiling cassowary v0.3.0
24402025-01-13T09:03:43.817Z Compiling parse-size v1.1.0
24412025-01-13T09:03:44.152Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24422025-01-13T09:03:46.303Z Compiling ratatui v0.28.1
24432025-01-13T09:03:47.571Z Compiling nix v0.29.0
24442025-01-13T09:03:48.514Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24452025-01-13T09:03:48.760Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24462025-01-13T09:03:54.680Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24472025-01-13T09:03:54.727Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24482025-01-13T09:03:55.591Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24492025-01-13T09:03:55.923Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24502025-01-13T09:03:56.969Z Compiling sct v0.7.1
24512025-01-13T09:03:57.463Z Compiling rustls-webpki v0.101.7
24522025-01-13T09:03:58.467Z Compiling heck v0.3.3
24532025-01-13T09:03:58.907Z Compiling csv-core v0.1.11
24542025-01-13T09:03:59.726Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24552025-01-13T09:03:59.829Z Compiling glob v0.3.2
24562025-01-13T09:04:00.068Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24572025-01-13T09:04:00.443Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24582025-01-13T09:04:01.621Z Compiling csv v1.3.1
24592025-01-13T09:04:02.015Z Compiling zone_cfg_derive v0.1.2
24602025-01-13T09:04:03.812Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24612025-01-13T09:04:06.086Z Compiling nix v0.27.1
24622025-01-13T09:04:08.012Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24632025-01-13T09:04:09.366Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24642025-01-13T09:04:12.971Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24652025-01-13T09:04:16.751Z Compiling hyper-staticfile v0.10.1
24662025-01-13T09:04:18.435Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24672025-01-13T09:04:19.785Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
24682025-01-13T09:04:19.840Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24692025-01-13T09:04:19.985Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24702025-01-13T09:04:20.325Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24712025-01-13T09:04:20.565Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24722025-01-13T09:04:20.633Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24732025-01-13T09:04:20.870Z Compiling hashlink v0.9.1
24742025-01-13T09:04:21.709Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24752025-01-13T09:04:24.034Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24762025-01-13T09:04:24.687Z Compiling tungstenite v0.23.0
24772025-01-13T09:04:24.766Z Compiling fallible-iterator v0.3.0
24782025-01-13T09:04:25.593Z Compiling base64 v0.13.1
24792025-01-13T09:04:26.368Z Compiling fallible-streaming-iterator v0.1.9
24802025-01-13T09:04:26.676Z Compiling rusqlite v0.32.1
24812025-01-13T09:04:26.897Z Compiling ron v0.7.1
24822025-01-13T09:04:27.603Z Compiling tokio-tungstenite v0.23.1
24832025-01-13T09:04:28.172Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24842025-01-13T09:04:28.307Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24852025-01-13T09:04:30.447Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24862025-01-13T09:04:30.541Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24872025-01-13T09:04:31.974Z Compiling xz2 v0.1.7
24882025-01-13T09:04:32.637Z Compiling tokio-rustls v0.24.1
24892025-01-13T09:04:33.125Z Compiling zone v0.1.8
24902025-01-13T09:04:36.104Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24912025-01-13T09:04:36.721Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24922025-01-13T09:04:43.564Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
24932025-01-13T09:04:50.664Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24942025-01-13T09:04:50.772Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24952025-01-13T09:04:50.987Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24962025-01-13T09:04:54.365Z Compiling rustls-pemfile v1.0.4
24972025-01-13T09:04:55.225Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24982025-01-13T09:04:55.540Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24992025-01-13T09:04:58.252Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
25002025-01-13T09:04:58.453Z Compiling signal-hook-tokio v0.3.1
25012025-01-13T09:04:58.704Z Compiling twox-hash v1.6.3
25022025-01-13T09:04:59.756Z Compiling yasna v0.5.2
25032025-01-13T09:05:00.264Z Compiling is_ci v1.2.0
25042025-01-13T09:05:00.554Z Compiling unicode-linebreak v0.1.5
25052025-01-13T09:05:00.575Z Compiling smawk v0.3.2
25062025-01-13T09:05:00.854Z Compiling supports-color v3.0.2
25072025-01-13T09:05:01.130Z Compiling textwrap v0.16.1
25082025-01-13T09:05:01.284Z Compiling rcgen v0.12.1
25092025-01-13T09:05:04.804Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25102025-01-13T09:05:10.007Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25112025-01-13T09:05:11.672Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25122025-01-13T09:05:14.276Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25132025-01-13T09:05:29.296Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25142025-01-13T09:05:34.779Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25152025-01-13T09:05:39.519Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25162025-01-13T09:05:39.686Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25172025-01-13T09:05:40.343Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25182025-01-13T09:05:50.640Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25192025-01-13T09:05:50.966Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
25202025-01-13T09:05:53.079Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25212025-01-13T09:05:57.812Z Compiling fatfs v0.3.6
25222025-01-13T09:05:59.952Z Compiling rtoolbox v0.0.2
25232025-01-13T09:06:00.416Z Compiling subprocess v0.2.9
25242025-01-13T09:06:00.825Z Compiling assert_matches v1.5.0
25252025-01-13T09:06:03.560Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25262025-01-13T09:06:05.224Z Compiling rpassword v7.3.1
25272025-01-13T09:06:05.658Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25282025-01-13T09:06:11.646Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25292025-01-13T09:06:11.811Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25302025-01-13T09:06:12.498Z Compiling tui-tree-widget v0.22.0
25312025-01-13T09:06:12.944Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25322025-01-13T09:06:18.955Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25332025-01-13T09:06:19.286Z Compiling uzers v0.12.1
25342025-01-13T09:06:22.489Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25352025-01-13T09:06:26.798Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25362025-01-13T09:06:28.914Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25372025-01-13T09:06:57.345Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25382025-01-13T09:07:02.714Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25392025-01-13T09:07:07.673Z Compiling multimap v0.10.0
25402025-01-13T09:09:35.371Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25412025-01-13T09:09:44.673Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25422025-01-13T09:17:03.437Z Finished `release` profile [optimized] target(s) in 17m 15s
25432025-01-13T09:18:08.461Z
25442025-01-13T09:18:08.463Zreal 18:22.051656691
25452025-01-13T09:18:08.463Zuser 2:06:04.930426733
25462025-01-13T09:18:08.463Zsys 6:13.981180841
25472025-01-13T09:18:08.463Ztrap 3.386306253
25482025-01-13T09:18:08.463Ztflt 3.099844288
25492025-01-13T09:18:08.463Zdflt 5.417210077
25502025-01-13T09:18:08.464Zkflt 0.016341139
25512025-01-13T09:18:08.464Zlock 7:41:34.498283766
25522025-01-13T09:18:08.464Zslp 6:33:16.645701172
25532025-01-13T09:18:08.464Zlat 2:57.229637972
25542025-01-13T09:18:08.464Zstop 2:39.232141163
25552025-01-13T09:18:08.464Z+ mapfile -t packages
25562025-01-13T09:18:08.464Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25572025-01-13T09:18:09.572Z Finished `release` profile [optimized] target(s) in 1.05s
25582025-01-13T09:18:09.629Z Running `target/release/omicron-package -t test list-outputs`
25592025-01-13T09:18:09.681ZLogging to: /work/oxidecomputer/omicron/out/LOG
25602025-01-13T09:18:09.684Z+ ptime -m cargo build --locked --release -p xtask
25612025-01-13T09:18:10.283Z Compiling serde v1.0.217
25622025-01-13T09:18:10.285Z Compiling rustix v0.38.43
25632025-01-13T09:18:10.286Z Compiling serde_json v1.0.135
25642025-01-13T09:18:10.286Z Compiling libc v0.2.169
25652025-01-13T09:18:10.388Z Compiling syn v2.0.96
25662025-01-13T09:18:10.409Z Compiling bitflags v2.7.0
25672025-01-13T09:18:10.724Z Compiling usdt-impl v0.5.0
25682025-01-13T09:18:10.809Z Compiling syn v1.0.109
25692025-01-13T09:18:10.901Z Compiling hashbrown v0.15.2
25702025-01-13T09:18:10.929Z Compiling log v0.4.22
25712025-01-13T09:18:10.971Z Compiling getrandom v0.2.15
25722025-01-13T09:18:11.209Z Compiling fs-err v2.11.0
25732025-01-13T09:18:11.422Z Compiling once_cell v1.20.2
25742025-01-13T09:18:11.523Z Compiling anyhow v1.0.95
25752025-01-13T09:18:11.946Z Compiling thread-id v4.2.2
25762025-01-13T09:18:12.336Z Compiling indexmap v2.7.0
25772025-01-13T09:18:13.488Z Compiling terminal_size v0.4.1
25782025-01-13T09:18:13.488Z Compiling tempfile v3.15.0
25792025-01-13T09:18:13.739Z Compiling clap_builder v4.5.26
25802025-01-13T09:18:14.474Z Compiling proc-macro-error v1.0.4
25812025-01-13T09:18:15.913Z Compiling tabled_derive v0.7.0
25822025-01-13T09:18:17.238Z Compiling tabled v0.15.0
25832025-01-13T09:18:18.392Z Compiling serde_derive v1.0.217
25842025-01-13T09:18:19.591Z Compiling thiserror-impl v2.0.11
25852025-01-13T09:18:19.866Z Compiling thiserror-impl v1.0.69
25862025-01-13T09:18:19.966Z Compiling zerocopy-derive v0.7.35
25872025-01-13T09:18:22.077Z Compiling zerocopy v0.7.35
25882025-01-13T09:18:22.765Z Compiling thiserror v2.0.11
25892025-01-13T09:18:22.893Z Compiling thiserror v1.0.69
25902025-01-13T09:18:22.934Z Compiling pest v2.7.15
25912025-01-13T09:18:23.225Z Compiling scroll_derive v0.12.0
25922025-01-13T09:18:24.667Z Compiling scroll v0.12.0
25932025-01-13T09:18:25.369Z Compiling goblin v0.8.2
25942025-01-13T09:18:26.043Z Compiling pest_meta v2.7.15
25952025-01-13T09:18:27.851Z Compiling pest_generator v2.7.15
25962025-01-13T09:18:30.338Z Compiling pest_derive v2.7.15
25972025-01-13T09:18:31.129Z Compiling dtrace-parser v0.2.0
25982025-01-13T09:18:34.767Z Compiling serde_spanned v0.6.8
25992025-01-13T09:18:35.077Z Compiling toml_datetime v0.6.8
26002025-01-13T09:18:35.812Z Compiling dof v0.3.0
26012025-01-13T09:18:36.727Z Compiling serde_tokenstream v0.2.2
26022025-01-13T09:18:37.339Z Compiling toml_edit v0.22.22
26032025-01-13T09:18:39.277Z Compiling camino v1.1.9
26042025-01-13T09:18:40.707Z Compiling cargo-platform v0.1.9
26052025-01-13T09:18:41.673Z Compiling usdt-macro v0.5.0
26062025-01-13T09:18:41.833Z Compiling usdt-attr-macro v0.5.0
26072025-01-13T09:18:42.035Z Compiling toml v0.8.19
26082025-01-13T09:18:42.958Z Compiling semver v1.0.24
26092025-01-13T09:18:43.241Z Compiling clap_derive v4.5.24
26102025-01-13T09:18:44.361Z Compiling cargo_metadata v0.18.1
26112025-01-13T09:18:44.491Z Compiling usdt v0.5.0
26122025-01-13T09:18:46.044Z Compiling cargo_toml v0.20.5
26132025-01-13T09:18:46.484Z Compiling camino-tempfile v1.1.1
26142025-01-13T09:18:47.317Z Compiling macaddr v1.0.1
26152025-01-13T09:18:48.113Z Compiling clap v4.5.26
26162025-01-13T09:18:57.327Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26172025-01-13T09:19:08.771Z Finished `release` profile [optimized] target(s) in 59.02s
26182025-01-13T09:19:08.883Z
26192025-01-13T09:19:08.886Zreal 59.163384844
26202025-01-13T09:19:08.886Zuser 5:57.397379879
26212025-01-13T09:19:08.886Zsys 33.202170249
26222025-01-13T09:19:08.886Ztrap 0.176662441
26232025-01-13T09:19:08.886Ztflt 0.224768161
26242025-01-13T09:19:08.886Zdflt 0.439183602
26252025-01-13T09:19:08.886Zkflt 0.000007709
26262025-01-13T09:19:08.886Zlock 10:50.847131519
26272025-01-13T09:19:08.886Zslp 16:35.995438900
26282025-01-13T09:19:08.886Zlat 13.690055352
26292025-01-13T09:19:08.886Zstop 18.086135946
26302025-01-13T09:19:08.886Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26312025-01-13T09:19:08.886Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26322025-01-13T09:19:08.886Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26332025-01-13T09:19:08.886Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26342025-01-13T09:19:08.886Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26352025-01-13T09:19:09.808Z Compiling regress v0.10.2
26362025-01-13T09:19:09.809Z Compiling ident_case v1.0.1
26372025-01-13T09:19:09.950Z Compiling unsafe-libyaml v0.2.11
26382025-01-13T09:19:09.950Z Compiling progenitor-client v0.8.0
26392025-01-13T09:19:09.952Z Compiling ipnetwork v0.20.0
26402025-01-13T09:19:09.952Z Compiling macaddr v1.0.1
26412025-01-13T09:19:09.952Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26422025-01-13T09:19:09.952Z Compiling instant v0.1.13
26432025-01-13T09:19:10.087Z Compiling darling_core v0.20.10
26442025-01-13T09:19:10.188Z Compiling hashbrown v0.14.5
26452025-01-13T09:19:10.405Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
26462025-01-13T09:19:10.427Z Compiling structmeta-derive v0.3.0
26472025-01-13T09:19:10.594Z Compiling dropshot v0.13.0
26482025-01-13T09:19:10.977Z Compiling dropshot_endpoint v0.13.0
26492025-01-13T09:19:10.999Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#b3dbf18c)
26502025-01-13T09:19:11.208Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26512025-01-13T09:19:11.614Z Compiling serde_yaml v0.9.34+deprecated
26522025-01-13T09:19:12.004Z Compiling regress v0.9.1
26532025-01-13T09:19:12.027Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26542025-01-13T09:19:12.227Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26552025-01-13T09:19:12.343Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#b3dbf18c)
26562025-01-13T09:19:13.001Z Compiling backoff v0.4.0
26572025-01-13T09:19:13.385Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26582025-01-13T09:19:13.460Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26592025-01-13T09:19:13.550Z Compiling structmeta v0.3.0
26602025-01-13T09:19:13.631Z Compiling tempfile v3.15.0
26612025-01-13T09:19:13.868Z Compiling typify-impl v0.2.0
26622025-01-13T09:19:14.069Z Compiling parse-display-derive v0.10.0
26632025-01-13T09:19:14.641Z Compiling proc-macro-crate v1.3.1
26642025-01-13T09:19:15.295Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26652025-01-13T09:19:15.701Z Compiling itertools v0.13.0
26662025-01-13T09:19:15.795Z Compiling num_enum_derive v0.5.11
26672025-01-13T09:19:16.017Z Compiling zerocopy v0.8.14
26682025-01-13T09:19:16.988Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26692025-01-13T09:19:17.402Z Compiling foreign-types-macros v0.2.3
26702025-01-13T09:19:17.427Z Compiling darling_macro v0.20.10
26712025-01-13T09:19:17.448Z Compiling zerocopy-derive v0.8.14
26722025-01-13T09:19:18.432Z Compiling darling v0.20.10
26732025-01-13T09:19:18.517Z Compiling num_enum v0.5.11
26742025-01-13T09:19:18.570Z Compiling serde_with_macros v3.12.0
26752025-01-13T09:19:18.704Z Compiling crucible-workspace-hack v0.1.0
26762025-01-13T09:19:18.791Z Compiling heapless v0.8.0
26772025-01-13T09:19:18.935Z Compiling parse-display v0.10.0
26782025-01-13T09:19:19.025Z Compiling foreign-types-shared v0.3.1
26792025-01-13T09:19:19.165Z Compiling foreign-types v0.5.0
26802025-01-13T09:19:19.248Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26812025-01-13T09:19:19.329Z Compiling proc-macro-error v1.0.4
26822025-01-13T09:19:19.876Z Compiling camino-tempfile v1.1.1
26832025-01-13T09:19:19.925Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26842025-01-13T09:19:20.074Z Compiling hash32 v0.3.1
26852025-01-13T09:19:20.337Z Compiling cstr-argument v0.1.2
26862025-01-13T09:19:20.360Z Compiling smoltcp v0.11.0
26872025-01-13T09:19:20.625Z Compiling pretty-hex v0.2.1
26882025-01-13T09:19:20.804Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26892025-01-13T09:19:20.838Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26902025-01-13T09:19:20.994Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26912025-01-13T09:19:21.362Z Compiling tabwriter v1.4.1
26922025-01-13T09:19:21.621Z Compiling serde_with v3.12.0
26932025-01-13T09:19:21.658Z Compiling colored v2.2.0
26942025-01-13T09:19:21.982Z Compiling cobs v0.2.3
26952025-01-13T09:19:22.247Z Compiling postcard v1.1.1
26962025-01-13T09:19:22.644Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26972025-01-13T09:19:22.952Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26982025-01-13T09:19:23.061Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26992025-01-13T09:19:23.150Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
27002025-01-13T09:19:23.489Z Compiling smf v0.2.3
27012025-01-13T09:19:24.083Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27022025-01-13T09:19:24.617Z Compiling zone_cfg_derive v0.3.0
27032025-01-13T09:19:25.047Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
27042025-01-13T09:19:25.542Z Compiling num-derive v0.4.2
27052025-01-13T09:19:26.075Z Compiling sigpipe v0.1.3
27062025-01-13T09:19:26.204Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27072025-01-13T09:19:26.225Z Compiling zone v0.3.0
27082025-01-13T09:19:26.274Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27092025-01-13T09:19:26.535Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
27102025-01-13T09:19:26.833Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27112025-01-13T09:19:27.009Z Compiling universal-hash v0.5.1
27122025-01-13T09:19:27.247Z Compiling opaque-debug v0.3.1
27132025-01-13T09:19:27.366Z Compiling tungstenite v0.21.0
27142025-01-13T09:19:27.479Z Compiling num-rational v0.4.2
27152025-01-13T09:19:27.500Z Compiling password-hash v0.5.0
27162025-01-13T09:19:27.721Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27172025-01-13T09:19:27.907Z Compiling blake2 v0.10.6
27182025-01-13T09:19:27.984Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
27192025-01-13T09:19:28.575Z Compiling num-complex v0.4.6
27202025-01-13T09:19:28.944Z Compiling aead v0.5.2
27212025-01-13T09:19:29.025Z Compiling base64 v0.21.7
27222025-01-13T09:19:29.344Z Compiling keccak v0.1.5
27232025-01-13T09:19:29.346Z Compiling convert_case v0.4.0
27242025-01-13T09:19:29.346Z Compiling tokio-tungstenite v0.21.0
27252025-01-13T09:19:29.742Z Compiling sha3 v0.10.8
27262025-01-13T09:19:29.762Z Compiling num v0.4.3
27272025-01-13T09:19:29.842Z Compiling argon2 v0.5.3
27282025-01-13T09:19:29.884Z Compiling poly1305 v0.8.0
27292025-01-13T09:19:30.015Z Compiling chacha20 v0.9.1
27302025-01-13T09:19:30.417Z Compiling float-ord v0.3.2
27312025-01-13T09:19:30.454Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27322025-01-13T09:19:30.512Z Compiling derive_more v0.99.18
27332025-01-13T09:19:30.611Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27342025-01-13T09:19:30.807Z Compiling same-file v1.0.6
27352025-01-13T09:19:30.810Z Compiling semver v0.1.20
27362025-01-13T09:19:31.057Z Compiling walkdir v2.5.0
27372025-01-13T09:19:31.144Z Compiling newline-converter v0.3.0
27382025-01-13T09:19:31.336Z Compiling rustc_version v0.1.7
27392025-01-13T09:19:31.533Z Compiling primeorder v0.13.6
27402025-01-13T09:19:31.672Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
27412025-01-13T09:19:31.910Z Compiling secrecy v0.8.0
27422025-01-13T09:19:32.094Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27432025-01-13T09:19:32.156Z Compiling cancel-safe-futures v0.1.5
27442025-01-13T09:19:32.187Z Compiling owo-colors v4.1.0
27452025-01-13T09:19:32.308Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27462025-01-13T09:19:32.536Z Compiling newtype_derive v0.1.6
27472025-01-13T09:19:32.557Z Compiling expectorate v1.1.0
27482025-01-13T09:19:32.633Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
27492025-01-13T09:19:32.685Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27502025-01-13T09:19:32.743Z Compiling thiserror-impl-no-std v2.0.2
27512025-01-13T09:19:32.825Z Compiling libsw-core v0.3.1
27522025-01-13T09:19:33.045Z Compiling blake3 v1.5.5
27532025-01-13T09:19:33.141Z Compiling half v2.4.1
27542025-01-13T09:19:33.227Z Compiling ciborium-io v0.2.2
27552025-01-13T09:19:33.322Z Compiling typify-macro v0.2.0
27562025-01-13T09:19:33.377Z Compiling arc-swap v1.7.1
27572025-01-13T09:19:33.774Z Compiling ciborium-ll v0.2.2
27582025-01-13T09:19:33.837Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
27592025-01-13T09:19:34.090Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27602025-01-13T09:19:34.216Z Compiling slog-scope v4.4.0
27612025-01-13T09:19:34.417Z Compiling libsw v3.4.0
27622025-01-13T09:19:34.448Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27632025-01-13T09:19:34.821Z Compiling polyval v0.6.2
27642025-01-13T09:19:35.296Z Compiling atomicwrites v0.4.4
27652025-01-13T09:19:35.406Z Compiling memmap2 v0.9.5
27662025-01-13T09:19:35.569Z Compiling indent_write v2.2.0
27672025-01-13T09:19:35.674Z Compiling arrayvec v0.7.6
27682025-01-13T09:19:35.807Z Compiling linear-map v1.2.0
27692025-01-13T09:19:35.889Z Compiling libefi-sys v0.1.0
27702025-01-13T09:19:36.095Z Compiling constant_time_eq v0.3.1
27712025-01-13T09:19:36.098Z Compiling thiserror-no-std v2.0.2
27722025-01-13T09:19:36.192Z Compiling salty v0.3.0
27732025-01-13T09:19:36.213Z Compiling arrayref v0.3.9
27742025-01-13T09:19:36.234Z Compiling parking_lot_core v0.8.6
27752025-01-13T09:19:36.373Z Compiling vsss-rs v3.3.4
27762025-01-13T09:19:36.673Z Compiling ghash v0.5.1
27772025-01-13T09:19:36.872Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27782025-01-13T09:19:36.926Z Compiling slog-stdlog v4.1.1
27792025-01-13T09:19:37.206Z Compiling ciborium v0.2.2
27802025-01-13T09:19:37.584Z Compiling p384 v0.13.0
27812025-01-13T09:19:37.673Z Compiling toolchain_find v0.4.0
27822025-01-13T09:19:37.802Z Compiling typify v0.2.0
27832025-01-13T09:19:37.973Z Compiling progenitor-impl v0.8.0
27842025-01-13T09:19:38.406Z Compiling chacha20poly1305 v0.10.1
27852025-01-13T09:19:38.563Z Compiling ctr v0.9.2
27862025-01-13T09:19:38.651Z Compiling lzma-sys v0.1.20
27872025-01-13T09:19:38.736Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
27882025-01-13T09:19:38.834Z Compiling bitfield-struct v0.6.2
27892025-01-13T09:19:38.970Z Compiling slog-dtrace v0.3.0
27902025-01-13T09:19:39.191Z Compiling highway v1.3.0
27912025-01-13T09:19:39.222Z Compiling unicase v2.8.1
27922025-01-13T09:19:39.287Z Compiling topological-sort v0.2.2
27932025-01-13T09:19:39.550Z Compiling omicron-zone-package v0.12.0
27942025-01-13T09:19:39.682Z Compiling mime_guess v2.0.5
27952025-01-13T09:19:39.786Z Compiling aes-gcm v0.10.3
27962025-01-13T09:19:40.100Z Compiling rustfmt-wrapper v0.2.1
27972025-01-13T09:19:40.124Z Compiling slog-envlogger v2.2.0
27982025-01-13T09:19:40.309Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27992025-01-13T09:19:40.735Z Compiling steno v0.4.1
28002025-01-13T09:19:41.086Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28012025-01-13T09:19:41.107Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28022025-01-13T09:19:41.517Z Compiling heck v0.3.3
28032025-01-13T09:19:41.660Z Compiling ssh-encoding v0.2.0
28042025-01-13T09:19:41.827Z Compiling blowfish v0.9.1
28052025-01-13T09:19:41.975Z Compiling nibble_vec v0.1.0
28062025-01-13T09:19:42.043Z Compiling env_filter v0.1.3
28072025-01-13T09:19:42.208Z Compiling endian-type v0.1.2
28082025-01-13T09:19:42.230Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28092025-01-13T09:19:42.280Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28102025-01-13T09:19:42.310Z Compiling humantime v2.1.0
28112025-01-13T09:19:42.358Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28122025-01-13T09:19:42.441Z Compiling radix_trie v0.2.1
28132025-01-13T09:19:42.610Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28142025-01-13T09:19:42.682Z Compiling env_logger v0.11.6
28152025-01-13T09:19:42.813Z Compiling bcrypt-pbkdf v0.10.0
28162025-01-13T09:19:42.852Z Compiling ssh-cipher v0.2.0
28172025-01-13T09:19:43.210Z Compiling zone_cfg_derive v0.1.2
28182025-01-13T09:19:43.464Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28192025-01-13T09:19:43.466Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28202025-01-13T09:19:43.954Z Compiling parking_lot v0.11.2
28212025-01-13T09:19:44.671Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28222025-01-13T09:19:44.753Z Compiling password-hash v0.4.2
28232025-01-13T09:19:44.805Z Compiling gethostname v0.5.0
28242025-01-13T09:19:44.939Z Compiling fxhash v0.2.1
28252025-01-13T09:19:44.962Z Compiling lockfree-object-pool v0.1.6
28262025-01-13T09:19:45.037Z Compiling simd-adler32 v0.3.7
28272025-01-13T09:19:45.102Z Compiling http-range v0.1.5
28282025-01-13T09:19:45.159Z Compiling zip v2.1.3
28292025-01-13T09:19:45.256Z Compiling matches v0.1.10
28302025-01-13T09:19:45.380Z Compiling base64 v0.13.1
28312025-01-13T09:19:45.492Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28322025-01-13T09:19:45.495Z Compiling bumpalo v3.16.0
28332025-01-13T09:19:45.673Z Compiling idna v0.2.3
28342025-01-13T09:19:45.699Z Compiling pbkdf2 v0.11.0
28352025-01-13T09:19:45.825Z Compiling sled v0.34.7
28362025-01-13T09:19:46.036Z Compiling zopfli v0.8.1
28372025-01-13T09:19:46.039Z Compiling ron v0.7.1
28382025-01-13T09:19:46.082Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28392025-01-13T09:19:46.673Z Compiling progenitor-macro v0.8.0
28402025-01-13T09:19:46.838Z Compiling zone v0.1.8
28412025-01-13T09:19:46.964Z Compiling xz2 v0.1.7
28422025-01-13T09:19:47.493Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28432025-01-13T09:19:47.940Z Compiling ssh-key v0.6.7
28442025-01-13T09:19:48.533Z Compiling hickory-client v0.24.2
28452025-01-13T09:19:48.692Z Compiling p521 v0.13.3
28462025-01-13T09:19:48.713Z Compiling p256 v0.13.2
28472025-01-13T09:19:49.068Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28482025-01-13T09:19:49.601Z Compiling hickory-server v0.24.2
28492025-01-13T09:19:50.093Z Compiling enum-as-inner v0.5.1
28502025-01-13T09:19:50.244Z Compiling pem v3.0.4
28512025-01-13T09:19:51.116Z Compiling yasna v0.5.2
28522025-01-13T09:19:51.180Z Compiling headers-core v0.3.0
28532025-01-13T09:19:51.252Z Compiling kstat-rs v0.2.4
28542025-01-13T09:19:51.363Z Compiling nanorand v0.7.0
28552025-01-13T09:19:51.957Z Compiling atty v0.2.14
28562025-01-13T09:19:51.984Z Compiling russh-cryptovec v0.7.3
28572025-01-13T09:19:52.122Z Compiling md5 v0.7.0
28582025-01-13T09:19:52.335Z Compiling rcgen v0.12.1
28592025-01-13T09:19:52.652Z Compiling russh-keys v0.45.0
28602025-01-13T09:19:52.940Z Compiling flume v0.11.1
28612025-01-13T09:19:53.001Z Compiling headers v0.4.0
28622025-01-13T09:19:53.099Z Compiling trust-dns-proto v0.22.0
28632025-01-13T09:19:54.700Z Compiling hyper-staticfile v0.10.1
28642025-01-13T09:19:55.115Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28652025-01-13T09:19:55.775Z Compiling num-bigint v0.4.6
28662025-01-13T09:19:55.912Z Compiling des v0.8.1
28672025-01-13T09:19:56.279Z Compiling subprocess v0.2.9
28682025-01-13T09:19:56.300Z Compiling dhcproto-macros v0.1.0
28692025-01-13T09:19:57.132Z Compiling hex-literal v0.4.1
28702025-01-13T09:19:57.154Z Compiling display-error-chain v0.2.2
28712025-01-13T09:19:57.306Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28722025-01-13T09:19:57.324Z Compiling internet-checksum v0.2.1
28732025-01-13T09:19:57.834Z Compiling dhcproto v0.12.0
28742025-01-13T09:19:58.848Z Compiling russh v0.45.0
28752025-01-13T09:20:00.595Z Compiling progenitor v0.8.0
28762025-01-13T09:20:00.885Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28772025-01-13T09:20:00.906Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
28782025-01-13T09:20:00.926Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28792025-01-13T09:20:00.998Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28802025-01-13T09:20:01.140Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28812025-01-13T09:20:01.159Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28822025-01-13T09:20:01.298Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28832025-01-13T09:20:02.205Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28842025-01-13T09:20:02.686Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
28852025-01-13T09:20:04.173Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28862025-01-13T09:20:06.980Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28872025-01-13T09:20:07.325Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28882025-01-13T09:20:17.651Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28892025-01-13T09:20:17.651Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28902025-01-13T09:20:17.654Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28912025-01-13T09:20:17.654Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28922025-01-13T09:20:21.080Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28932025-01-13T09:20:21.325Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28942025-01-13T09:20:22.507Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28952025-01-13T09:20:22.900Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28962025-01-13T09:20:25.321Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28972025-01-13T09:20:26.019Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28982025-01-13T09:20:27.371Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28992025-01-13T09:20:27.450Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29002025-01-13T09:20:28.769Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29012025-01-13T09:20:30.123Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29022025-01-13T09:20:30.342Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29032025-01-13T09:20:31.301Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29042025-01-13T09:20:32.107Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29052025-01-13T09:20:32.249Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29062025-01-13T09:20:32.252Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29072025-01-13T09:20:34.194Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29082025-01-13T09:20:34.708Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29092025-01-13T09:20:36.438Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29102025-01-13T09:20:38.307Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29112025-01-13T09:20:38.680Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29122025-01-13T09:20:41.791Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29132025-01-13T09:20:43.541Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29142025-01-13T09:20:44.602Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29152025-01-13T09:20:44.761Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29162025-01-13T09:20:48.893Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29172025-01-13T09:20:58.164Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29182025-01-13T09:20:59.629Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29192025-01-13T09:21:21.086Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29202025-01-13T09:22:01.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 52s
29212025-01-13T09:22:01.583Z
29222025-01-13T09:22:01.583Zreal 2:52.634300035
29232025-01-13T09:22:01.583Zuser 13:00.939254598
29242025-01-13T09:22:01.583Zsys 2:48.696126558
29252025-01-13T09:22:01.583Ztrap 0.372988826
29262025-01-13T09:22:01.583Ztflt 0.797088844
29272025-01-13T09:22:01.583Zdflt 2.051000507
29282025-01-13T09:22:01.586Zkflt 0.000000000
29292025-01-13T09:22:01.586Zlock 27:20.112787125
29302025-01-13T09:22:01.586Zslp 46:45.174924768
29312025-01-13T09:22:01.586Zlat 34.501533935
29322025-01-13T09:22:01.586Zstop 1:36.176189200
29332025-01-13T09:22:01.586Z+ mkdir tests
29342025-01-13T09:22:01.588Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29352025-01-13T09:22:01.588Z+ xargs -I '{}' -t cp '{}' tests/
29362025-01-13T09:22:01.629Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-d52313e955230279 tests/
29372025-01-13T09:22:01.657Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0b9e39cbf6b5022d tests/
29382025-01-13T09:22:01.683Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-04edf9ba3c69fb51 tests/
29392025-01-13T09:22:01.710Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-574bf4253535f3ae tests/
29402025-01-13T09:22:01.998Z+ 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/*)
29412025-01-13T09:22:02.002Z+ 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-0b9e39cbf6b5022d tests/commtest-04edf9ba3c69fb51 tests/dhcp_server-d52313e955230279 tests/end_to_end_tests-574bf4253535f3ae 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
29422025-01-13T09:23:14.499ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29432025-01-13T09:23:14.499Za .github/buildomat/ci-env.sh 1K
29442025-01-13T09:23:14.499Za out/target/test 1K
29452025-01-13T09:23:14.499Za out/npuzone/npuzone 23144K
29462025-01-13T09:23:14.499Za package-manifest.toml 34K
29472025-01-13T09:23:14.499Za smf/sled-agent/non-gimlet/config.toml 4K
29482025-01-13T09:23:14.499Za target/release/omicron-package 35802K
29492025-01-13T09:23:14.499Za target/release/xtask 11739K
29502025-01-13T09:23:14.499Za target/debug/bootstrap 208200K
29512025-01-13T09:23:14.499Za tests/bootstrap-0b9e39cbf6b5022d 24238K
29522025-01-13T09:23:14.499Za tests/commtest-04edf9ba3c69fb51 24500K
29532025-01-13T09:23:14.499Za tests/dhcp_server-d52313e955230279 24238K
29542025-01-13T09:23:14.499Za tests/end_to_end_tests-574bf4253535f3ae 270158K
29552025-01-13T09:23:14.499Za out/clickhouse.tar.gz 292847K
29562025-01-13T09:23:14.499Za out/clickhouse_keeper.tar.gz 280115K
29572025-01-13T09:23:14.499Za out/clickhouse_server.tar.gz 292856K
29582025-01-13T09:23:14.499Za out/cockroachdb.tar.gz 134480K
29592025-01-13T09:23:14.499Za out/crucible-dtrace.tar 85K
29602025-01-13T09:23:14.499Za out/crucible-pantry-zone.tar.gz 28187K
29612025-01-13T09:23:14.499Za out/crucible-zone.tar.gz 36399K
29622025-01-13T09:23:14.499Za out/external-dns.tar.gz 35002K
29632025-01-13T09:23:14.499Za out/internal-dns.tar.gz 35002K
29642025-01-13T09:23:14.499Za out/mg-ddm-gz.tar 63075K
29652025-01-13T09:23:14.499Za out/nexus.tar.gz 98405K
29662025-01-13T09:23:14.499Za out/ntp.tar.gz 10360K
29672025-01-13T09:23:14.499Za out/omicron-gateway-softnpu.tar.gz 23854K
29682025-01-13T09:23:14.499Za out/omicron-sled-agent.tar 113099K
29692025-01-13T09:23:14.499Za out/overlay.tar.gz 3K
29702025-01-13T09:23:14.499Za out/oximeter.tar.gz 47550K
29712025-01-13T09:23:14.499Za out/oxlog.tar 3098K
29722025-01-13T09:23:14.499Za out/probe.tar.gz 2764K
29732025-01-13T09:23:14.499Za out/propolis-server.tar.gz 66291K
29742025-01-13T09:23:14.499Za out/pumpkind-gz.tar 26665K
29752025-01-13T09:23:14.500Za out/switch-softnpu.tar.gz 234865K
29762025-01-13T09:23:14.502Z
29772025-01-13T09:23:14.502Zreal 1:12.490222456
29782025-01-13T09:23:14.503Zuser 1:09.144226925
29792025-01-13T09:23:14.503Zsys 4.761667309
29802025-01-13T09:23:14.503Ztrap 0.019710863
29812025-01-13T09:23:14.503Ztflt 0.000000000
29822025-01-13T09:23:14.503Zdflt 0.000000000
29832025-01-13T09:23:14.503Zkflt 0.000000000
29842025-01-13T09:23:14.503Zlock 0.000000000
29852025-01-13T09:23:14.503Zslp 1:08.946585496
29862025-01-13T09:23:14.503Zlat 2.103692910
29872025-01-13T09:23:14.503Zstop 0.000239235
29882025-01-13T09:23:14.503Zprocess exited: duration 2061049 ms, exit code 0
 
29892025-01-13T09:23:14.516Zfound 1 output files
29902025-01-13T09:23:14.516Zuploading: /work/package.tar.gz (1884989604 bytes)
29912025-01-13T09:23:42.538Zuploaded: /work/package.tar.gz