01JKV96A00DCQ9EZZFNSQ6EPPK: 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: 01JKV96S8S1F6X8H8HB9C4F040

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-11T19:55:02.668Zjob assigned to worker 01JKV96YFDWXRATYFCJP6PCTXG [factory aws, i-0d47e66f8fcdfe86d] (queued for 1 m 0 s)
 
22025-02-11T19:55:10.596Zstarting task 0: "setup"
32025-02-11T19:55:10.603Z++ uname -s
42025-02-11T19:55:10.605Z+ kern=SunOS
52025-02-11T19:55:10.605Z+ build_user=build
62025-02-11T19:55:10.605Z+ build_uid=12345
72025-02-11T19:55:10.605Z+ work_dir=/work
82025-02-11T19:55:10.605Z+ input_dir=/input
92025-02-11T19:55:10.605Z+ [[ 0 == 12345 ]]
102025-02-11T19:55:10.605Z+ case "$kern" in
112025-02-11T19:55:10.605Z+ groupadd -g 12345 build
122025-02-11T19:55:10.608Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-11T19:55:12.615Z+ zfs create -o mountpoint=/work rpool/work
142025-02-11T19:55:12.742Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-11T19:55:12.745Z+ home_fs=zfs
162025-02-11T19:55:12.745Z+ [[ zfs == autofs ]]
172025-02-11T19:55:12.745Z+ mkdir -p /home/build
182025-02-11T19:55:12.745Z+ chown build:build /home/build /work
192025-02-11T19:55:14.747Z+ chmod 0700 /home/build /work
202025-02-11T19:55:14.750Zprocess exited: duration 4153 ms, exit code 0
 
212025-02-11T19:55:14.755Zstarting task 1: "rust-toolchain"
222025-02-11T19:55:14.760Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.0
232025-02-11T19:55:14.760Z * rust toolchain channel = "1.84.0"
242025-02-11T19:55:14.760Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-02-11T19:55:14.761Z * rust toolchain profile = "default"
262025-02-11T19:55:14.761Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-11T19:55:14.761Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-11T19:55:14.763Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-11T19:55:14.763Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
302025-02-11T19:55:14.904Zinfo: downloading installer
312025-02-11T19:55:16.245Zwarning: it looks like you have an existing installation of Rust at:
322025-02-11T19:55:16.245Zwarning: /opt/ooce/bin
332025-02-11T19:55:16.245Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-11T19:55:16.245Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-11T19:55:16.245Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-11T19:55:16.245Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-11T19:55:16.245Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-11T19:55:16.245Zerror: cannot install while Rust is installed
392025-02-11T19:55:16.245Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-11T19:55:16.270Zinfo: profile set to 'default'
412025-02-11T19:55:16.270Zinfo: default host triple is x86_64-unknown-illumos
422025-02-11T19:55:16.273Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
432025-02-11T19:55:16.423Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
442025-02-11T19:55:16.423Zinfo: downloading component 'cargo'
452025-02-11T19:55:17.302Zinfo: downloading component 'clippy'
462025-02-11T19:55:17.634Zinfo: downloading component 'rust-docs'
472025-02-11T19:55:18.835Zinfo: downloading component 'rust-std'
482025-02-11T19:55:20.621Zinfo: downloading component 'rustc'
492025-02-11T19:55:27.465Zinfo: downloading component 'rustfmt'
502025-02-11T19:55:27.722Zinfo: installing component 'cargo'
512025-02-11T19:55:28.594Zinfo: installing component 'clippy'
522025-02-11T19:55:28.989Zinfo: installing component 'rust-docs'
532025-02-11T19:55:30.656Zinfo: installing component 'rust-std'
542025-02-11T19:55:32.454Zinfo: installing component 'rustc'
552025-02-11T19:55:38.617Zinfo: installing component 'rustfmt'
562025-02-11T19:55:38.951Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
572025-02-11T19:55:38.951Z
582025-02-11T19:55:39.343Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
592025-02-11T19:55:39.343Z
602025-02-11T19:55:39.346Z
612025-02-11T19:55:39.346ZRust is installed now. Great!
622025-02-11T19:55:39.346Z
632025-02-11T19:55:39.346ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-11T19:55:39.346Zenvironment variable. This has not been done automatically.
652025-02-11T19:55:39.346Z
662025-02-11T19:55:39.346ZTo configure your current shell, you need to source
672025-02-11T19:55:39.346Zthe corresponding env file under $HOME/.cargo.
682025-02-11T19:55:39.346Z
692025-02-11T19:55:39.346ZThis is usually done by running one of the following (note the leading DOT):
702025-02-11T19:55:39.346Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-11T19:55:39.346Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-11T19:55:39.420Z+ rustup --version
732025-02-11T19:55:39.427Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-11T19:55:39.427Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-11T19:55:39.505Zinfo: The currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)`
762025-02-11T19:55:39.508Z+ cargo --version
772025-02-11T19:55:39.565Zcargo 1.84.0 (66221abde 2024-11-19)
782025-02-11T19:55:39.568Z+ rustc --version
792025-02-11T19:55:39.629Zrustc 1.84.0 (9fc6b4312 2025-01-07)
802025-02-11T19:55:39.632Zprocess exited: duration 24873 ms, exit code 0
 
812025-02-11T19:55:39.638Zstarting task 2: "authentication"
822025-02-11T19:55:39.659Zprocess exited: duration 21 ms, exit code 0
 
832025-02-11T19:55:39.664Zstarting task 3: "clone repository"
842025-02-11T19:55:39.668Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-11T19:55:39.671Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-11T19:55:39.703ZCloning into '/work/oxidecomputer/omicron'...
872025-02-11T19:55:46.718Z+ cd /work/oxidecomputer/omicron
882025-02-11T19:55:46.721Z+ git fetch origin 9dfa35b328ef43e6efd533eddd4b8858fb66498f
892025-02-11T19:55:47.078ZFrom https://github.com/oxidecomputer/omicron
902025-02-11T19:55:47.078Z * branch 9dfa35b328ef43e6efd533eddd4b8858fb66498f -> FETCH_HEAD
912025-02-11T19:55:47.089Z+ [[ -n '' ]]
922025-02-11T19:55:47.089Z+ git reset --hard 9dfa35b328ef43e6efd533eddd4b8858fb66498f
932025-02-11T19:55:47.204ZHEAD is now at 9dfa35b32 @smklein's comment suggestion
942025-02-11T19:55:47.207Zprocess exited: duration 7542 ms, exit code 0
 
952025-02-11T19:55:47.212Zstarting task 4: "build"
962025-02-11T19:55:47.218Z+ source .github/buildomat/ci-env.sh
972025-02-11T19:55:47.218Z++ export CARGO_TERM_COLOR=always
982025-02-11T19:55:47.218Z++ CARGO_TERM_COLOR=always
992025-02-11T19:55:47.218Z+ cargo --version
1002025-02-11T19:55:47.269Zcargo 1.84.0 (66221abde 2024-11-19)
1012025-02-11T19:55:47.272Z+ rustc --version
1022025-02-11T19:55:47.333Zrustc 1.84.0 (9fc6b4312 2025-01-07)
1032025-02-11T19:55:47.336Z+ WORK=/work
1042025-02-11T19:55:47.336Z+ pfexec mkdir -p /work
1052025-02-11T19:55:47.340Z+ pfexec chown build /work
1062025-02-11T19:55:47.342Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1072025-02-11T19:55:51.474Zpkg list: illegal option -- F
1082025-02-11T19:55:51.474ZUsage:
1092025-02-11T19:55:51.477Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1102025-02-11T19:55:51.477Z [pkg_fmri_pattern ...]
1112025-02-11T19:55:52.331Zpkg list: illegal option -- F
1122025-02-11T19:55:52.331ZUsage:
1132025-02-11T19:55:52.334Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1142025-02-11T19:55:52.334Z [pkg_fmri_pattern ...]
1152025-02-11T19:55:58.313Z Startup: Refreshing catalog 'helios-dev' ... Done
1162025-02-11T19:56:02.539Z Startup: Caching catalogs ... Done
1172025-02-11T19:56:15.331ZPlanning: Solver setup ... Done (11.850s)
1182025-02-11T19:56:15.487ZPlanning: Running solver ... Done (0.156s)
1192025-02-11T19:56:15.610ZPlanning: Finding local manifests ... Done (0.006s)
1202025-02-11T19:56:15.705ZPlanning: Fetching manifests: 0/7 0% complete
1212025-02-11T19:56:16.424ZPlanning: Fetching manifests: 7/7 100% complete
1222025-02-11T19:56:16.534ZPlanning: Package planning ... Done (0.110s)
1232025-02-11T19:56:16.591ZPlanning: Merging actions ... Done (0.057s)
1242025-02-11T19:56:16.788ZPlanning: Checking for conflicting actions ... Done (0.197s)
1252025-02-11T19:56:18.596ZPlanning: Consolidating action changes ... Done (1.808s)
1262025-02-11T19:56:19.023ZPlanning: Evaluating mediators ... Done (0.426s)
1272025-02-11T19:56:19.211ZPlanning: Planning completed in 16.57 seconds
1282025-02-11T19:56:19.226Z Packages to install: 4
1292025-02-11T19:56:19.226Z Packages to update: 3
1302025-02-11T19:56:19.226Z Mediators to change: 2
1312025-02-11T19:56:19.226Z Services to change: 1
1322025-02-11T19:56:19.226Z Estimated space available: 155.61 GB
1332025-02-11T19:56:19.229ZEstimated space to be consumed: 1.65 GB
1342025-02-11T19:56:19.229Z Create boot environment: No
1352025-02-11T19:56:19.229ZCreate backup boot environment: Yes
1362025-02-11T19:56:19.229Z Rebuild boot archive: No
1372025-02-11T19:56:19.229Z
1382025-02-11T19:56:19.229ZChanged mediators:
1392025-02-11T19:56:19.229Z mediator clang:
1402025-02-11T19:56:19.229Z version: None -> 15 (system default)
1412025-02-11T19:56:19.229Z
1422025-02-11T19:56:19.229Z mediator llvm:
1432025-02-11T19:56:19.230Z version: 14 (system default) -> 15 (system default)
1442025-02-11T19:56:19.230Z
1452025-02-11T19:56:19.230ZChanged packages:
1462025-02-11T19:56:19.230Zhelios-dev
1472025-02-11T19:56:19.230Z developer/build-essential
1482025-02-11T19:56:19.230Z None -> 11-2.0
1492025-02-11T19:56:19.230Z library/libxmlsec1
1502025-02-11T19:56:19.230Z None -> 1.2.35-2.0
1512025-02-11T19:56:19.230Z ooce/developer/clang-15
1522025-02-11T19:56:19.230Z None -> 15.0.7-2.0
1532025-02-11T19:56:19.230Z ooce/developer/llvm-15
1542025-02-11T19:56:19.230Z None -> 15.0.7-2.0
1552025-02-11T19:56:19.230Z package/pkg
1562025-02-11T19:56:19.230Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1572025-02-11T19:56:19.230Z system/library/g++-runtime
1582025-02-11T19:56:19.230Z 13-2.0 -> 14-2.0
1592025-02-11T19:56:19.230Z system/library/gcc-runtime
1602025-02-11T19:56:19.230Z 13-2.0 -> 14-2.0
1612025-02-11T19:56:19.230Z
1622025-02-11T19:56:19.230ZServices:
1632025-02-11T19:56:19.230Z restart_fmri:
1642025-02-11T19:56:19.230Z svc:/system/update-man-index:default
1652025-02-11T19:56:19.230Z
1662025-02-11T19:56:19.230ZEditable files to change:
1672025-02-11T19:56:19.230Z Update:
1682025-02-11T19:56:19.230Z usr/share/lib/pkg/web/config.shtml
1692025-02-11T19:56:19.309Z
1702025-02-11T19:56:19.309ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1712025-02-11T19:56:24.314ZDownload: 664/4301 items 18.0/225.4MB 7% complete (3.7M/s)
1722025-02-11T19:56:29.367ZDownload: 1189/4301 items 82.6/225.4MB 36% complete (8.9M/s)
1732025-02-11T19:56:35.170ZDownload: 1196/4301 items 83.5/225.4MB 37% complete (8.3M/s)
1742025-02-11T19:56:42.381ZDownload: 2222/4301 items 119.2/225.4MB 52% complete (3.8M/s)
1752025-02-11T19:56:47.402ZDownload: 2893/4301 items 121.2/225.4MB 53% complete (333k/s)
1762025-02-11T19:56:53.920ZDownload: 3246/4301 items 203.1/225.4MB 90% complete (8.9M/s)
1772025-02-11T19:56:59.779ZDownload: 3248/4301 items 203.1/225.4MB 90% complete (8.8M/s)
1782025-02-11T19:57:04.780ZDownload: 3783/4301 items 216.9/225.4MB 96% complete (2.8M/s)
1792025-02-11T19:57:09.433ZDownload: Completed 225.42 MB in 50.12 seconds (4.5M/s)
1802025-02-11T19:57:11.525Z Actions: 1/5122 actions (Removing old actions)
1812025-02-11T19:57:11.545Z Actions: 194/5122 actions (Installing new actions)
1822025-02-11T19:57:16.646Z Actions: 4125/5122 actions (Installing new actions)
1832025-02-11T19:57:16.878Z Actions: 4267/5122 actions (Updating modified actions)
1842025-02-11T19:57:17.307Z Actions: Completed 5122 actions in 5.78 seconds.
1852025-02-11T19:57:17.541Z Done (0.225s)
1862025-02-11T19:57:17.544Z Done (0.001s)
1872025-02-11T19:57:18.136Z Done (0.594s)
1882025-02-11T19:57:22.555Z Done (4.192s)
1892025-02-11T19:57:22.640Z Done (0.016s)
1902025-02-11T19:57:22.643Z Done (0.000s)
1912025-02-11T19:57:22.825Z Done (0.000s)
1922025-02-11T19:57:23.539ZPlanning: Evaluating mediator changes ... Done
1932025-02-11T19:57:23.706ZPlanning: Checking for conflicting actions ... Done
1942025-02-11T19:57:23.708ZPlanning: Consolidating action changes ... Done
1952025-02-11T19:57:23.983ZPlanning: Evaluating mediators ... Done
1962025-02-11T19:57:23.985ZPlanning: Planning completed in 0.44 seconds
1972025-02-11T19:57:24.023Z Mediators to change: 2
1982025-02-11T19:57:24.023Z Create boot environment: No
1992025-02-11T19:57:24.026ZCreate backup boot environment: No
2002025-02-11T19:57:24.108Z Done
2012025-02-11T19:57:24.108Z Done
2022025-02-11T19:57:24.485Z Done
2032025-02-11T19:57:28.130Z Done
2042025-02-11T19:57:28.224Z Done
2052025-02-11T19:57:28.227Z Done
2062025-02-11T19:57:28.361Z Done
2072025-02-11T19:57:28.983ZPlanning: Evaluating mediator changes ... Done
2082025-02-11T19:57:28.986ZPlanning: Merging actions ... Done
2092025-02-11T19:57:29.173ZPlanning: Checking for conflicting actions ... Done
2102025-02-11T19:57:29.176ZPlanning: Consolidating action changes ... Done
2112025-02-11T19:57:29.443ZPlanning: Evaluating mediators ... Done
2122025-02-11T19:57:29.498ZPlanning: Planning completed in 0.76 seconds
2132025-02-11T19:57:29.540Z Packages to change: 1
2142025-02-11T19:57:29.540Z Mediators to change: 1
2152025-02-11T19:57:29.543Z Services to change: 1
2162025-02-11T19:57:29.543Z Create boot environment: No
2172025-02-11T19:57:29.543ZCreate backup boot environment: Yes
2182025-02-11T19:57:31.732Z Actions: 1/6 actions (Updating modified actions)
2192025-02-11T19:57:31.735Z Actions: Completed 6 actions in 0.00 seconds.
2202025-02-11T19:57:31.735Z Done
2212025-02-11T19:57:31.735Z Done
2222025-02-11T19:57:31.855Z Done
2232025-02-11T19:57:35.624Z Done
2242025-02-11T19:57:35.719Z Done
2252025-02-11T19:57:35.722Z Done
2262025-02-11T19:57:35.862Z Done
2272025-02-11T19:57:36.302ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282025-02-11T19:57:36.302Zclang system 15 system
2292025-02-11T19:57:36.302Zcsh system system illumos
2302025-02-11T19:57:36.302Zctags system system illumos
2312025-02-11T19:57:36.302Zgcc vendor 12 vendor
2322025-02-11T19:57:36.302Zgcc system 10 system
2332025-02-11T19:57:36.302Zgcc system 7 system
2342025-02-11T19:57:36.302Zgo system 1.20 system
2352025-02-11T19:57:36.302Zgo system 1.19 system
2362025-02-11T19:57:36.302Zllvm system 15 system
2372025-02-11T19:57:36.302Zllvm system 14 system
2382025-02-11T19:57:36.302Zmariadb system 10.6 system
2392025-02-11T19:57:36.302Zmta vendor vendor dma
2402025-02-11T19:57:36.302Zopenjdk system 17 system
2412025-02-11T19:57:36.302Zopenjdk system 11 system
2422025-02-11T19:57:36.302Zopenjdk system 1.8 system
2432025-02-11T19:57:36.302Zopenssl vendor 3 vendor
2442025-02-11T19:57:36.302Zperl system 5.36 system
2452025-02-11T19:57:36.302Zpostgresql system 15 system
2462025-02-11T19:57:36.302Zpostgresql system 13 system
2472025-02-11T19:57:36.302Zpython vendor 3 vendor
2482025-02-11T19:57:36.302Zpython system 2 system
2492025-02-11T19:57:36.302Zpython3 system 3.11 system
2502025-02-11T19:57:36.302Zruby system 3.0 system
2512025-02-11T19:57:36.303Zwords vendor vendor american-english
2522025-02-11T19:57:36.303Zwords system system australian-english
2532025-02-11T19:57:36.303Zwords system system british-english
2542025-02-11T19:57:36.303Zwords system system canadian-english
2552025-02-11T19:57:36.303Zwords system system french
2562025-02-11T19:57:36.303Zwords system system italian
2572025-02-11T19:57:36.303Zwords system system ngerman
2582025-02-11T19:57:36.303Zwords system system ogerman
2592025-02-11T19:57:36.303Zwords system system spanish
2602025-02-11T19:57:36.634ZPUBLISHER TYPE STATUS P LOCATION
2612025-02-11T19:57:36.634Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622025-02-11T19:57:39.568ZFMRI IFO
2632025-02-11T19:57:39.569Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642025-02-11T19:57:39.569Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652025-02-11T19:57:39.569Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662025-02-11T19:57:39.569Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672025-02-11T19:57:39.569Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682025-02-11T19:57:39.569Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692025-02-11T19:57:39.569Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2702025-02-11T19:57:39.569Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2712025-02-11T19:57:39.569Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2722025-02-11T19:57:39.569Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2732025-02-11T19:57:39.569Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2742025-02-11T19:57:39.569Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752025-02-11T19:57:39.569Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2762025-02-11T19:57:39.569Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2772025-02-11T19:57:39.569Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2782025-02-11T19:57:40.349Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2792025-02-11T19:57:40.624Z Updating crates.io index
2802025-02-11T19:57:40.656Z Updating git repository `https://github.com/oxidecomputer/diffus`
2812025-02-11T19:57:40.979Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2822025-02-11T19:57:41.722Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2832025-02-11T19:57:42.016Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842025-02-11T19:57:42.259Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852025-02-11T19:57:42.551Z Updating git repository `https://github.com/oxidecomputer/propolis`
2862025-02-11T19:57:43.445Z Updating git repository `https://github.com/oxidecomputer/crucible`
2872025-02-11T19:57:45.169Z Updating git repository `https://github.com/oxidecomputer/opte`
2882025-02-11T19:57:46.001Z Updating git repository `https://github.com/oxidecomputer/falcon`
2892025-02-11T19:57:46.778Z Updating git repository `https://github.com/oxidecomputer/clickward`
2902025-02-11T19:57:47.062Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2912025-02-11T19:57:47.412Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2922025-02-11T19:57:48.050Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2932025-02-11T19:57:48.423Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2942025-02-11T19:57:48.774Z Updating git repository `https://github.com/oxidecomputer/tofino`
2952025-02-11T19:57:49.085Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2962025-02-11T19:57:49.332Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2972025-02-11T19:57:49.595Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2982025-02-11T19:57:49.951Z Updating git repository `https://github.com/oxidecomputer/lldp`
2992025-02-11T19:57:50.450Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002025-02-11T19:57:50.786Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3012025-02-11T19:57:51.068Z Updating git repository `https://github.com/oxidecomputer/ispf`
3022025-02-11T19:57:51.514Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3032025-02-11T19:57:52.104Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3042025-02-11T19:57:52.590Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3052025-02-11T19:57:52.901Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062025-02-11T19:57:53.328Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3072025-02-11T19:57:53.761Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3082025-02-11T19:57:54.075Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3092025-02-11T19:57:54.401Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3102025-02-11T19:57:54.671Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3112025-02-11T19:57:56.011Z Downloading crates ...
3122025-02-11T19:57:56.099Z Downloaded cpufeatures v0.2.14
3132025-02-11T19:57:56.102Z Downloaded equivalent v1.0.1
3142025-02-11T19:57:56.105Z Downloaded colorchoice v1.0.2
3152025-02-11T19:57:56.108Z Downloaded anstream v0.6.15
3162025-02-11T19:57:56.111Z Downloaded fnv v1.0.7
3172025-02-11T19:57:56.114Z Downloaded dtrace-parser v0.2.0
3182025-02-11T19:57:56.114Z Downloaded digest v0.10.7
3192025-02-11T19:57:56.116Z Downloaded fs-err v2.11.0
3202025-02-11T19:57:56.119Z Downloaded fastrand v2.1.1
3212025-02-11T19:57:56.121Z Downloaded crypto-common v0.1.6
3222025-02-11T19:57:56.121Z Downloaded clap_lex v0.7.4
3232025-02-11T19:57:56.124Z Downloaded clap_derive v4.5.24
3242025-02-11T19:57:56.124Z Downloaded dof v0.3.0
3252025-02-11T19:57:56.145Z Downloaded generic-array v0.14.7
3262025-02-11T19:57:56.147Z Downloaded plain v0.2.3
3272025-02-11T19:57:56.150Z Downloaded papergrid v0.11.0
3282025-02-11T19:57:56.154Z Downloaded heck v0.4.1
3292025-02-11T19:57:56.172Z Downloaded pretty-hex v0.4.1
3302025-02-11T19:57:56.175Z Downloaded swrite v0.1.0
3312025-02-11T19:57:56.175Z Downloaded is_terminal_polyfill v1.70.1
3322025-02-11T19:57:56.181Z Downloaded scroll_derive v0.12.0
3332025-02-11T19:57:56.199Z Downloaded heck v0.5.0
3342025-02-11T19:57:56.207Z Downloaded usdt-macro v0.5.0
3352025-02-11T19:57:56.210Z Downloaded proc-macro-error-attr v1.0.4
3362025-02-11T19:57:56.210Z Downloaded macaddr v1.0.1
3372025-02-11T19:57:56.212Z Downloaded itoa v1.0.11
3382025-02-11T19:57:56.212Z Downloaded usdt-attr-macro v0.5.0
3392025-02-11T19:57:56.217Z Downloaded serde_tokenstream v0.2.2
3402025-02-11T19:57:56.220Z Downloaded pest_generator v2.7.14
3412025-02-11T19:57:56.225Z Downloaded thiserror v1.0.69
3422025-02-11T19:57:56.230Z Downloaded usdt v0.5.0
3432025-02-11T19:57:56.232Z Downloaded thread-id v4.2.2
3442025-02-11T19:57:56.232Z Downloaded strsim v0.11.1
3452025-02-11T19:57:56.235Z Downloaded scroll v0.12.0
3462025-02-11T19:57:56.235Z Downloaded unicode-linebreak v0.1.5
3472025-02-11T19:57:56.238Z Downloaded toml_datetime v0.6.8
3482025-02-11T19:57:56.238Z Downloaded thiserror-impl v1.0.69
3492025-02-11T19:57:56.240Z Downloaded terminal_size v0.4.0
3502025-02-11T19:57:56.240Z Downloaded tabled_derive v0.7.0
3512025-02-11T19:57:56.243Z Downloaded smawk v0.3.2
3522025-02-11T19:57:56.243Z Downloaded serde_spanned v0.6.8
3532025-02-11T19:57:56.246Z Downloaded block-buffer v0.10.4
3542025-02-11T19:57:56.246Z Downloaded proc-macro-error v1.0.4
3552025-02-11T19:57:56.248Z Downloaded bytecount v0.6.8
3562025-02-11T19:57:56.251Z Downloaded anstyle-query v1.1.1
3572025-02-11T19:57:56.251Z Downloaded errno v0.3.9
3582025-02-11T19:57:56.254Z Downloaded memmap v0.7.0
3592025-02-11T19:57:56.254Z Downloaded cargo-platform v0.1.8
3602025-02-11T19:57:56.256Z Downloaded anstyle v1.0.10
3612025-02-11T19:57:56.256Z Downloaded camino-tempfile v1.1.1
3622025-02-11T19:57:56.259Z Downloaded byteorder v1.5.0
3632025-02-11T19:57:56.262Z Downloaded autocfg v1.4.0
3642025-02-11T19:57:56.262Z Downloaded version_check v0.9.5
3652025-02-11T19:57:56.262Z Downloaded utf8parse v0.2.2
3662025-02-11T19:57:56.265Z Downloaded quote v1.0.38
3672025-02-11T19:57:56.267Z Downloaded pest_derive v2.7.14
3682025-02-11T19:57:56.270Z Downloaded usdt-impl v0.5.0
3692025-02-11T19:57:56.270Z Downloaded cfg-if v1.0.0
3702025-02-11T19:57:56.273Z Downloaded semver v1.0.24
3712025-02-11T19:57:56.273Z Downloaded cargo_metadata v0.18.1
3722025-02-11T19:57:56.279Z Downloaded anstyle-parse v0.2.5
3732025-02-11T19:57:56.282Z Downloaded tempfile v3.13.0
3742025-02-11T19:57:56.289Z Downloaded sha2 v0.10.8
3752025-02-11T19:57:56.292Z Downloaded proc-macro2 v1.0.92
3762025-02-11T19:57:56.296Z Downloaded once_cell v1.20.2
3772025-02-11T19:57:56.298Z Downloaded zerocopy-derive v0.7.35
3782025-02-11T19:57:56.302Z Downloaded toml v0.8.19
3792025-02-11T19:57:56.306Z Downloaded ryu v1.0.18
3802025-02-11T19:57:56.309Z Downloaded pest_meta v2.7.14
3812025-02-11T19:57:56.311Z Downloaded log v0.4.22
3822025-02-11T19:57:56.314Z Downloaded cargo_toml v0.20.5
3832025-02-11T19:57:56.316Z Downloaded unicode-ident v1.0.14
3842025-02-11T19:57:56.319Z Downloaded ucd-trie v0.1.7
3852025-02-11T19:57:56.319Z Downloaded anyhow v1.0.95
3862025-02-11T19:57:56.322Z Downloaded camino v1.1.9
3872025-02-11T19:57:56.324Z Downloaded clap v4.5.27
3882025-02-11T19:57:56.332Z Downloaded serde_derive v1.0.217
3892025-02-11T19:57:56.334Z Downloaded bitflags v2.6.0
3902025-02-11T19:57:56.341Z Downloaded typenum v1.17.0
3912025-02-11T19:57:56.344Z Downloaded textwrap v0.16.1
3922025-02-11T19:57:56.350Z Downloaded serde v1.0.217
3932025-02-11T19:57:56.367Z Downloaded memchr v2.7.4
3942025-02-11T19:57:56.377Z Downloaded indexmap v2.7.1
3952025-02-11T19:57:56.385Z Downloaded toml_edit v0.22.22
3962025-02-11T19:57:56.406Z Downloaded pest v2.7.14
3972025-02-11T19:57:56.415Z Downloaded hashbrown v0.15.1
3982025-02-11T19:57:56.425Z Downloaded serde_json v1.0.135
3992025-02-11T19:57:56.434Z Downloaded clap_builder v4.5.27
4002025-02-11T19:57:56.442Z Downloaded zerocopy v0.7.35
4012025-02-11T19:57:56.457Z Downloaded winnow v0.6.20
4022025-02-11T19:57:56.465Z Downloaded goblin v0.8.2
4032025-02-11T19:57:56.471Z Downloaded tabled v0.15.0
4042025-02-11T19:57:56.487Z Downloaded unicode-width v0.1.14
4052025-02-11T19:57:56.491Z Downloaded syn v1.0.109
4062025-02-11T19:57:56.501Z Downloaded syn v2.0.96
4072025-02-11T19:57:56.512Z Downloaded rustix v0.38.37
4082025-02-11T19:57:56.542Z Downloaded libc v0.2.169
4092025-02-11T19:57:56.855Z Compiling proc-macro2 v1.0.92
4102025-02-11T19:57:56.855Z Compiling unicode-ident v1.0.14
4112025-02-11T19:57:56.857Z Compiling version_check v0.9.5
4122025-02-11T19:57:56.857Z Compiling serde v1.0.217
4132025-02-11T19:57:56.857Z Compiling thiserror v1.0.69
4142025-02-11T19:57:56.857Z Compiling memchr v2.7.4
4152025-02-11T19:57:56.891Z Compiling libc v0.2.169
4162025-02-11T19:57:56.894Z Compiling itoa v1.0.11
4172025-02-11T19:57:57.118Z Compiling ryu v1.0.18
4182025-02-11T19:57:57.219Z Compiling ucd-trie v0.1.7
4192025-02-11T19:57:57.585Z Compiling once_cell v1.20.2
4202025-02-11T19:57:57.609Z Compiling byteorder v1.5.0
4212025-02-11T19:57:57.745Z Compiling serde_json v1.0.135
4222025-02-11T19:57:57.979Z Compiling rustix v0.38.37
4232025-02-11T19:57:58.061Z Compiling bitflags v2.6.0
4242025-02-11T19:57:58.123Z Compiling proc-macro-error-attr v1.0.4
4252025-02-11T19:57:58.376Z Compiling usdt-impl v0.5.0
4262025-02-11T19:57:58.412Z Compiling syn v1.0.109
4272025-02-11T19:57:58.487Z Compiling proc-macro-error v1.0.4
4282025-02-11T19:57:58.535Z Compiling log v0.4.22
4292025-02-11T19:57:58.689Z Compiling quote v1.0.38
4302025-02-11T19:57:58.805Z Compiling plain v0.2.3
4312025-02-11T19:57:58.898Z Compiling errno v0.3.9
4322025-02-11T19:57:58.939Z Compiling utf8parse v0.2.2
4332025-02-11T19:57:58.988Z Compiling equivalent v1.0.1
4342025-02-11T19:57:59.039Z Compiling camino v1.1.9
4352025-02-11T19:57:59.069Z Compiling syn v2.0.96
4362025-02-11T19:57:59.135Z Compiling hashbrown v0.15.1
4372025-02-11T19:57:59.138Z Compiling anstyle-parse v0.2.5
4382025-02-11T19:57:59.407Z Compiling thread-id v4.2.2
4392025-02-11T19:57:59.652Z Compiling autocfg v1.4.0
4402025-02-11T19:57:59.706Z Compiling anstyle-query v1.1.1
4412025-02-11T19:57:59.863Z Compiling pretty-hex v0.4.1
4422025-02-11T19:57:59.889Z Compiling unicode-width v0.1.14
4432025-02-11T19:58:00.114Z Compiling anstyle v1.0.10
4442025-02-11T19:58:00.180Z Compiling indexmap v2.7.1
4452025-02-11T19:58:00.222Z Compiling is_terminal_polyfill v1.70.1
4462025-02-11T19:58:00.375Z Compiling colorchoice v1.0.2
4472025-02-11T19:58:00.439Z Compiling semver v1.0.24
4482025-02-11T19:58:00.532Z Compiling winnow v0.6.20
4492025-02-11T19:58:00.560Z Compiling anstream v0.6.15
4502025-02-11T19:58:00.652Z Compiling fs-err v2.11.0
4512025-02-11T19:58:01.054Z Compiling terminal_size v0.4.0
4522025-02-11T19:58:01.221Z Compiling cfg-if v1.0.0
4532025-02-11T19:58:01.285Z Compiling strsim v0.11.1
4542025-02-11T19:58:01.335Z Compiling heck v0.5.0
4552025-02-11T19:58:01.506Z Compiling fnv v1.0.7
4562025-02-11T19:58:01.669Z Compiling clap_lex v0.7.4
4572025-02-11T19:58:01.714Z Compiling anyhow v1.0.95
4582025-02-11T19:58:01.717Z Compiling fastrand v2.1.1
4592025-02-11T19:58:01.811Z Compiling bytecount v0.6.8
4602025-02-11T19:58:02.085Z Compiling heck v0.4.1
4612025-02-11T19:58:02.117Z Compiling papergrid v0.11.0
4622025-02-11T19:58:02.284Z Compiling tempfile v3.13.0
4632025-02-11T19:58:02.516Z Compiling clap_builder v4.5.27
4642025-02-11T19:58:02.720Z Compiling memmap v0.7.0
4652025-02-11T19:58:02.849Z Compiling unicode-linebreak v0.1.5
4662025-02-11T19:58:03.057Z Compiling smawk v0.3.2
4672025-02-11T19:58:03.281Z Compiling textwrap v0.16.1
4682025-02-11T19:58:03.622Z Compiling swrite v0.1.0
4692025-02-11T19:58:04.412Z Compiling tabled_derive v0.7.0
4702025-02-11T19:58:05.760Z Compiling tabled v0.15.0
4712025-02-11T19:58:06.076Z Compiling serde_derive v1.0.217
4722025-02-11T19:58:06.079Z Compiling thiserror-impl v1.0.69
4732025-02-11T19:58:06.079Z Compiling zerocopy-derive v0.7.35
4742025-02-11T19:58:06.079Z Compiling scroll_derive v0.12.0
4752025-02-11T19:58:06.079Z Compiling clap_derive v4.5.24
4762025-02-11T19:58:07.499Z Compiling scroll v0.12.0
4772025-02-11T19:58:07.955Z Compiling goblin v0.8.2
4782025-02-11T19:58:07.980Z Compiling zerocopy v0.7.35
4792025-02-11T19:58:09.099Z Compiling pest v2.7.14
4802025-02-11T19:58:09.603Z Compiling clap v4.5.27
4812025-02-11T19:58:11.278Z Compiling pest_meta v2.7.14
4822025-02-11T19:58:12.166Z Compiling pest_generator v2.7.14
4832025-02-11T19:58:13.649Z Compiling pest_derive v2.7.14
4842025-02-11T19:58:14.215Z Compiling dtrace-parser v0.2.0
4852025-02-11T19:58:14.876Z Compiling toml_datetime v0.6.8
4862025-02-11T19:58:14.925Z Compiling serde_spanned v0.6.8
4872025-02-11T19:58:15.009Z Compiling serde_tokenstream v0.2.2
4882025-02-11T19:58:15.095Z Compiling cargo-platform v0.1.8
4892025-02-11T19:58:15.185Z Compiling macaddr v1.0.1
4902025-02-11T19:58:15.369Z Compiling toml_edit v0.22.22
4912025-02-11T19:58:15.609Z Compiling camino-tempfile v1.1.1
4922025-02-11T19:58:16.343Z Compiling dof v0.3.0
4932025-02-11T19:58:16.343Z Compiling cargo_metadata v0.18.1
4942025-02-11T19:58:17.812Z Compiling usdt-attr-macro v0.5.0
4952025-02-11T19:58:17.812Z Compiling usdt-macro v0.5.0
4962025-02-11T19:58:18.292Z Compiling toml v0.8.19
4972025-02-11T19:58:18.939Z Compiling usdt v0.5.0
4982025-02-11T19:58:19.063Z Compiling cargo_toml v0.20.5
4992025-02-11T19:58:21.667Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5002025-02-11T19:58:24.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.65s
5012025-02-11T19:58:25.054Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5022025-02-11T19:58:25.595Z Downloading crates ...
5032025-02-11T19:58:25.717Z Downloaded atty v0.2.14
5042025-02-11T19:58:25.723Z Downloaded aead v0.5.2
5052025-02-11T19:58:25.728Z Downloaded atomicwrites v0.4.4
5062025-02-11T19:58:25.733Z Downloaded async-stream-impl v0.3.6
5072025-02-11T19:58:25.735Z Downloaded hex v0.4.3
5082025-02-11T19:58:25.740Z Downloaded darling v0.20.10
5092025-02-11T19:58:25.746Z Downloaded cstr-argument v0.1.2
5102025-02-11T19:58:25.749Z Downloaded hex-literal v0.4.1
5112025-02-11T19:58:25.752Z Downloaded ciborium-io v0.2.2
5122025-02-11T19:58:25.755Z Downloaded crucible-workspace-hack v0.1.0
5132025-02-11T19:58:25.759Z Downloaded cfg_aliases v0.2.1
5142025-02-11T19:58:25.762Z Downloaded crunchy v0.2.2
5152025-02-11T19:58:25.764Z Downloaded hubpack_derive v0.1.1
5162025-02-11T19:58:25.772Z Downloaded bit-vec v0.6.3
5172025-02-11T19:58:25.775Z Downloaded atomic-waker v1.1.2
5182025-02-11T19:58:25.777Z Downloaded match_cfg v0.1.0
5192025-02-11T19:58:25.780Z Downloaded md5 v0.7.0
5202025-02-11T19:58:25.783Z Downloaded icu_provider_macros v1.5.0
5212025-02-11T19:58:25.785Z Downloaded ascii-canvas v3.0.0
5222025-02-11T19:58:25.786Z Downloaded adler2 v2.0.0
5232025-02-11T19:58:25.788Z Downloaded http-body v1.0.1
5242025-02-11T19:58:25.791Z Downloaded base16ct v0.2.0
5252025-02-11T19:58:25.791Z Downloaded blowfish v0.9.1
5262025-02-11T19:58:25.793Z Downloaded bit-set v0.5.3
5272025-02-11T19:58:25.793Z Downloaded async-stream v0.3.6
5282025-02-11T19:58:25.796Z Downloaded cipher v0.4.4
5292025-02-11T19:58:25.798Z Downloaded block-padding v0.3.3
5302025-02-11T19:58:25.801Z Downloaded icu_properties v1.5.1
5312025-02-11T19:58:25.803Z Downloaded humantime v2.1.0
5322025-02-11T19:58:25.806Z Downloaded http-range v0.1.5
5332025-02-11T19:58:25.806Z Downloaded crossbeam-deque v0.8.5
5342025-02-11T19:58:25.809Z Downloaded heck v0.3.3
5352025-02-11T19:58:25.811Z Downloaded instant v0.1.13
5362025-02-11T19:58:25.811Z Downloaded home v0.5.9
5372025-02-11T19:58:25.814Z Downloaded curve25519-dalek-derive v0.1.1
5382025-02-11T19:58:25.814Z Downloaded crc-catalog v2.4.0
5392025-02-11T19:58:25.816Z Downloaded castaway v0.2.3
5402025-02-11T19:58:25.819Z Downloaded inout v0.1.3
5412025-02-11T19:58:25.819Z Downloaded cexpr v0.6.0
5422025-02-11T19:58:25.822Z Downloaded hyper-tls v0.6.0
5432025-02-11T19:58:25.825Z Downloaded linked-hash-map v0.5.6
5442025-02-11T19:58:25.825Z Downloaded idna_adapter v1.2.0
5452025-02-11T19:58:25.825Z Downloaded chrono-tz-build v0.4.0
5462025-02-11T19:58:25.828Z Downloaded ipnetwork v0.20.0
5472025-02-11T19:58:25.830Z Downloaded chacha20 v0.9.1
5482025-02-11T19:58:25.830Z Downloaded maplit v1.0.2
5492025-02-11T19:58:25.833Z Downloaded ahash v0.8.11
5502025-02-11T19:58:25.835Z Downloaded addr2line v0.24.2
5512025-02-11T19:58:25.838Z Downloaded md-5 v0.10.6
5522025-02-11T19:58:25.838Z Downloaded lru v0.12.5
5532025-02-11T19:58:25.842Z Downloaded ctr v0.9.2
5542025-02-11T19:58:25.844Z Downloaded lockfree-object-pool v0.1.6
5552025-02-11T19:58:25.844Z Downloaded backoff v0.4.0
5562025-02-11T19:58:25.847Z Downloaded memoffset v0.9.1
5572025-02-11T19:58:25.849Z Downloaded linear-map v1.2.0
5582025-02-11T19:58:25.852Z Downloaded mockall v0.13.0
5592025-02-11T19:58:25.852Z Downloaded managed v0.8.0
5602025-02-11T19:58:25.855Z Downloaded kstat-rs v0.2.4
5612025-02-11T19:58:25.855Z Downloaded hubpack v0.1.2
5622025-02-11T19:58:25.858Z Downloaded highway v1.2.0
5632025-02-11T19:58:25.861Z Downloaded cbc v0.1.2
5642025-02-11T19:58:25.861Z Downloaded bitfield-struct v0.6.2
5652025-02-11T19:58:25.864Z Downloaded sigpipe v0.1.3
5662025-02-11T19:58:25.864Z Downloaded lock_api v0.4.12
5672025-02-11T19:58:25.866Z Downloaded bcs v0.1.6
5682025-02-11T19:58:25.869Z Downloaded indoc v1.0.9
5692025-02-11T19:58:25.872Z Downloaded hyper-rustls v0.27.3
5702025-02-11T19:58:25.875Z Downloaded rand_seeder v0.3.0
5712025-02-11T19:58:25.875Z Downloaded lazycell v1.3.0
5722025-02-11T19:58:25.877Z Downloaded lazy_static v1.5.0
5732025-02-11T19:58:25.880Z Downloaded keccak v0.1.5
5742025-02-11T19:58:25.880Z Downloaded ipnet v2.10.1
5752025-02-11T19:58:25.882Z Downloaded libsw v3.3.1
5762025-02-11T19:58:25.885Z Downloaded jobserver v0.1.32
5772025-02-11T19:58:25.888Z Downloaded ciborium v0.2.2
5782025-02-11T19:58:25.891Z Downloaded cassowary v0.3.0
5792025-02-11T19:58:25.894Z Downloaded iana-time-zone v0.1.61
5802025-02-11T19:58:25.897Z Downloaded sync-ptr v0.1.1
5812025-02-11T19:58:25.897Z Downloaded progenitor-client v0.9.1
5822025-02-11T19:58:25.899Z Downloaded multer v3.1.0
5832025-02-11T19:58:25.902Z Downloaded litemap v0.7.3
5842025-02-11T19:58:25.905Z Downloaded mime_guess v2.0.5
5852025-02-11T19:58:25.907Z Downloaded memmap2 v0.9.5
5862025-02-11T19:58:25.908Z Downloaded icu_normalizer_data v1.5.0
5872025-02-11T19:58:25.910Z Downloaded cfg_aliases v0.1.1
5882025-02-11T19:58:25.913Z Downloaded yoke-derive v0.7.4
5892025-02-11T19:58:25.913Z Downloaded hyper-util v0.1.10
5902025-02-11T19:58:25.917Z Downloaded downcast v0.11.0
5912025-02-11T19:58:25.920Z Downloaded radium v0.7.0
5922025-02-11T19:58:25.923Z Downloaded mirai-annotations v1.12.0
5932025-02-11T19:58:25.923Z Downloaded zone_cfg_derive v0.1.2
5942025-02-11T19:58:25.923Z Downloaded waitgroup v0.1.2
5952025-02-11T19:58:25.925Z Downloaded scheduled-thread-pool v0.2.7
5962025-02-11T19:58:25.926Z Downloaded newline-converter v0.3.0
5972025-02-11T19:58:25.928Z Downloaded float-ord v0.3.2
5982025-02-11T19:58:25.928Z Downloaded salsa20 v0.10.2
5992025-02-11T19:58:25.931Z Downloaded rustc-hash v2.0.0
6002025-02-11T19:58:25.931Z Downloaded toolchain_find v0.4.0
6012025-02-11T19:58:25.933Z Downloaded icu_locid_transform_data v1.5.0
6022025-02-11T19:58:25.936Z Downloaded slog-scope v4.4.0
6032025-02-11T19:58:25.936Z Downloaded sha1 v0.10.6
6042025-02-11T19:58:25.938Z Downloaded crossbeam-utils v0.8.20
6052025-02-11T19:58:25.941Z Downloaded const_format_proc_macros v0.2.34
6062025-02-11T19:58:25.944Z Downloaded icu_normalizer v1.5.0
6072025-02-11T19:58:25.948Z Downloaded signature v2.2.0
6082025-02-11T19:58:25.951Z Downloaded slog-json v2.6.1
6092025-02-11T19:58:25.953Z Downloaded icu_locid v1.5.0
6102025-02-11T19:58:25.958Z Downloaded miniz_oxide v0.8.0
6112025-02-11T19:58:25.961Z Downloaded ssh-cipher v0.2.0
6122025-02-11T19:58:25.964Z Downloaded spki v0.7.3
6132025-02-11T19:58:25.966Z Downloaded opaque-debug v0.3.1
6142025-02-11T19:58:25.966Z Downloaded new_debug_unreachable v1.0.6
6152025-02-11T19:58:25.969Z Downloaded hickory-client v0.24.2
6162025-02-11T19:58:25.973Z Downloaded universal-hash v0.5.1
6172025-02-11T19:58:25.974Z Downloaded tokio-macros v2.5.0
6182025-02-11T19:58:25.976Z Downloaded thiserror-impl v2.0.11
6192025-02-11T19:58:25.976Z Downloaded whoami v1.5.2
6202025-02-11T19:58:25.976Z Downloaded termcolor v1.4.1
6212025-02-11T19:58:25.979Z Downloaded thiserror-impl-no-std v2.0.2
6222025-02-11T19:58:25.979Z Downloaded is-terminal v0.4.13
6232025-02-11T19:58:25.981Z Downloaded indent_write v2.2.0
6242025-02-11T19:58:25.984Z Downloaded defmt-macros v0.3.9
6252025-02-11T19:58:25.987Z Downloaded zone v0.3.0
6262025-02-11T19:58:25.987Z Downloaded document-features v0.2.10
6272025-02-11T19:58:25.987Z Downloaded supports-color v3.0.1
6282025-02-11T19:58:25.989Z Downloaded progenitor-client v0.8.0
6292025-02-11T19:58:25.989Z Downloaded hostname v0.4.0
6302025-02-11T19:58:25.992Z Downloaded blake2 v0.10.6
6312025-02-11T19:58:25.994Z Downloaded signal-hook-tokio v0.3.1
6322025-02-11T19:58:25.994Z Downloaded bitflags v1.3.2
6332025-02-11T19:58:25.997Z Downloaded ghash v0.5.1
6342025-02-11T19:58:26.000Z Downloaded futures-macro v0.3.31
6352025-02-11T19:58:26.000Z Downloaded float-cmp v0.9.0
6362025-02-11T19:58:26.003Z Downloaded sct v0.7.1
6372025-02-11T19:58:26.006Z Downloaded mockall_derive v0.13.0
6382025-02-11T19:58:26.009Z Downloaded compact_str v0.8.0
6392025-02-11T19:58:26.012Z Downloaded indicatif v0.17.11
6402025-02-11T19:58:26.015Z Downloaded const-oid v0.9.6
6412025-02-11T19:58:26.017Z Downloaded ff v0.13.0
6422025-02-11T19:58:26.020Z Downloaded chacha20poly1305 v0.10.1
6432025-02-11T19:58:26.022Z Downloaded cobs v0.2.3
6442025-02-11T19:58:26.022Z Downloaded bytes v1.9.0
6452025-02-11T19:58:26.027Z Downloaded nanorand v0.7.0
6462025-02-11T19:58:26.030Z Downloaded num_enum_derive v0.5.11
6472025-02-11T19:58:26.032Z Downloaded strum v0.26.3
6482025-02-11T19:58:26.035Z Downloaded try-lock v0.2.5
6492025-02-11T19:58:26.035Z Downloaded olpc-cjson v0.1.4
6502025-02-11T19:58:26.035Z Downloaded pbkdf2 v0.12.2
6512025-02-11T19:58:26.038Z Downloaded thiserror v2.0.11
6522025-02-11T19:58:26.042Z Downloaded rpassword v7.3.1
6532025-02-11T19:58:26.045Z Downloaded ref-cast-impl v1.0.23
6542025-02-11T19:58:26.046Z Downloaded proc-macro-crate v1.3.1
6552025-02-11T19:58:26.049Z Downloaded icu_locid_transform v1.5.0
6562025-02-11T19:58:26.051Z Downloaded console v0.15.10
6572025-02-11T19:58:26.054Z Downloaded rustc-hash v1.1.0
6582025-02-11T19:58:26.054Z Downloaded peg v0.8.4
6592025-02-11T19:58:26.058Z Downloaded derive_builder_macro v0.20.2
6602025-02-11T19:58:26.060Z Downloaded rand_chacha v0.3.1
6612025-02-11T19:58:26.063Z Downloaded progenitor v0.9.1
6622025-02-11T19:58:26.063Z Downloaded displaydoc v0.2.5
6632025-02-11T19:58:26.065Z Downloaded static_assertions v1.1.0
6642025-02-11T19:58:26.068Z Downloaded getrandom v0.2.15
6652025-02-11T19:58:26.071Z Downloaded crypto-bigint v0.5.5
6662025-02-11T19:58:26.078Z Downloaded headers-core v0.3.0
6672025-02-11T19:58:26.080Z Downloaded semver v0.1.20
6682025-02-11T19:58:26.080Z Downloaded sqlformat v0.2.6
6692025-02-11T19:58:26.083Z Downloaded rcgen v0.12.1
6702025-02-11T19:58:26.085Z Downloaded const_format v0.2.34
6712025-02-11T19:58:26.090Z Downloaded slog-stdlog v4.1.1
6722025-02-11T19:58:26.093Z Downloaded parking_lot_core v0.8.6
6732025-02-11T19:58:26.097Z Downloaded strum_macros v0.25.3
6742025-02-11T19:58:26.100Z Downloaded pin-project-internal v1.1.6
6752025-02-11T19:58:26.100Z Downloaded strum_macros v0.24.3
6762025-02-11T19:58:26.103Z Downloaded progenitor v0.8.0
6772025-02-11T19:58:26.107Z Downloaded pretty-hex v0.2.1
6782025-02-11T19:58:26.107Z Downloaded thiserror-no-std v2.0.2
6792025-02-11T19:58:26.110Z Downloaded utf-8 v0.7.6
6802025-02-11T19:58:26.112Z Downloaded untrusted v0.9.0
6812025-02-11T19:58:26.112Z Downloaded zerocopy v0.6.6
6822025-02-11T19:58:26.115Z Downloaded zerovec-derive v0.10.3
6832025-02-11T19:58:26.118Z Downloaded russh-cryptovec v0.7.3
6842025-02-11T19:58:26.118Z Downloaded pin-project-lite v0.2.14
6852025-02-11T19:58:26.133Z Downloaded tinyvec_macros v0.1.1
6862025-02-11T19:58:26.136Z Downloaded backtrace v0.3.74
6872025-02-11T19:58:26.139Z Downloaded termtree v0.4.1
6882025-02-11T19:58:26.142Z Downloaded num-conv v0.1.0
6892025-02-11T19:58:26.142Z Downloaded futures-task v0.3.31
6902025-02-11T19:58:26.145Z Downloaded hickory-server v0.24.2
6912025-02-11T19:58:26.151Z Downloaded hickory-resolver v0.24.2
6922025-02-11T19:58:26.154Z Downloaded phf_generator v0.11.2
6932025-02-11T19:58:26.158Z Downloaded phf_codegen v0.11.2
6942025-02-11T19:58:26.158Z Downloaded num-derive v0.4.2
6952025-02-11T19:58:26.161Z Downloaded glob v0.3.2
6962025-02-11T19:58:26.163Z Downloaded pem-rfc7468 v0.7.0
6972025-02-11T19:58:26.166Z Downloaded num v0.4.3
6982025-02-11T19:58:26.166Z Downloaded snafu-derive v0.8.5
6992025-02-11T19:58:26.168Z Downloaded thread_local v1.1.8
7002025-02-11T19:58:26.168Z Downloaded strum_macros v0.26.4
7012025-02-11T19:58:26.175Z Downloaded quinn-udp v0.5.5
7022025-02-11T19:58:26.179Z Downloaded progenitor-macro v0.9.1
7032025-02-11T19:58:26.179Z Downloaded untrusted v0.7.1
7042025-02-11T19:58:26.179Z Downloaded tokio-rustls v0.25.0
7052025-02-11T19:58:26.179Z Downloaded omicron-zone-package v0.12.0
7062025-02-11T19:58:26.182Z Downloaded number_prefix v0.4.0
7072025-02-11T19:58:26.182Z Downloaded num_threads v0.1.7
7082025-02-11T19:58:26.184Z Downloaded darling_macro v0.20.10
7092025-02-11T19:58:26.184Z Downloaded rustversion v1.0.17
7102025-02-11T19:58:26.187Z Downloaded pkcs1 v0.7.5
7112025-02-11T19:58:26.189Z Downloaded typify-macro v0.3.0
7122025-02-11T19:58:26.192Z Downloaded termios v0.3.3
7132025-02-11T19:58:26.192Z Downloaded strip-ansi-escapes v0.2.0
7142025-02-11T19:58:26.195Z Downloaded stringprep v0.1.5
7152025-02-11T19:58:26.195Z Downloaded smf v0.2.3
7162025-02-11T19:58:26.197Z Downloaded shlex v1.3.0
7172025-02-11T19:58:26.197Z Downloaded flume v0.11.1
7182025-02-11T19:58:26.201Z Downloaded icu_collections v1.5.0
7192025-02-11T19:58:26.208Z Downloaded crossbeam-channel v0.5.13
7202025-02-11T19:58:26.212Z Downloaded rusty-fork v0.3.0
7212025-02-11T19:58:26.215Z Downloaded fallible-iterator v0.3.0
7222025-02-11T19:58:26.227Z Downloaded hash32 v0.3.1
7232025-02-11T19:58:26.227Z Downloaded aes-gcm v0.10.3
7242025-02-11T19:58:26.227Z Downloaded defmt-parser v0.3.4
7252025-02-11T19:58:26.227Z Downloaded filetime v0.2.25
7262025-02-11T19:58:26.227Z Downloaded unicode_categories v0.1.1
7272025-02-11T19:58:26.233Z Downloaded native-tls v0.2.12
7282025-02-11T19:58:26.233Z Downloaded defmt v0.3.8
7292025-02-11T19:58:26.238Z Downloaded nu-ansi-term v0.50.1
7302025-02-11T19:58:26.238Z Downloaded aes v0.8.4
7312025-02-11T19:58:26.242Z Downloaded zeroize v1.8.1
7322025-02-11T19:58:26.242Z Downloaded pbkdf2 v0.11.0
7332025-02-11T19:58:26.245Z Downloaded data-encoding v2.6.0
7342025-02-11T19:58:26.245Z Downloaded postcard v1.0.10
7352025-02-11T19:58:26.249Z Downloaded fxhash v0.2.1
7362025-02-11T19:58:26.249Z Downloaded hash32 v0.2.1
7372025-02-11T19:58:26.251Z Downloaded foreign-types v0.3.2
7382025-02-11T19:58:26.251Z Downloaded pkg-config v0.3.31
7392025-02-11T19:58:26.254Z Downloaded tower-service v0.3.3
7402025-02-11T19:58:26.254Z Downloaded tokio-tungstenite v0.24.0
7412025-02-11T19:58:26.257Z Downloaded unicode-properties v0.1.3
7422025-02-11T19:58:26.259Z Downloaded packed_struct v0.10.1
7432025-02-11T19:58:26.262Z Downloaded slog-async v2.8.0
7442025-02-11T19:58:26.262Z Downloaded newtype_derive v0.1.6
7452025-02-11T19:58:26.262Z Downloaded rustls-pemfile v2.2.0
7462025-02-11T19:58:26.265Z Downloaded derive_more v0.99.18
7472025-02-11T19:58:26.270Z Downloaded nodrop v0.1.14
7482025-02-11T19:58:26.272Z Downloaded nibble_vec v0.1.0
7492025-02-11T19:58:26.272Z Downloaded num-complex v0.4.6
7502025-02-11T19:58:26.275Z Downloaded fatfs v0.3.6
7512025-02-11T19:58:26.277Z Downloaded powerfmt v0.2.0
7522025-02-11T19:58:26.280Z Downloaded futures v0.3.31
7532025-02-11T19:58:26.283Z Downloaded env_logger v0.10.2
7542025-02-11T19:58:26.286Z Downloaded vte_generate_state_changes v0.1.2
7552025-02-11T19:58:26.288Z Downloaded fixedbitset v0.4.2
7562025-02-11T19:58:26.290Z Downloaded fallible-iterator v0.2.0
7572025-02-11T19:58:26.290Z Downloaded tracing-attributes v0.1.27
7582025-02-11T19:58:26.293Z Downloaded libxml v0.3.3
7592025-02-11T19:58:26.298Z Downloaded unicase v2.7.0
7602025-02-11T19:58:26.300Z Downloaded tiny-keccak v2.0.2
7612025-02-11T19:58:26.303Z Downloaded twox-hash v2.1.0
7622025-02-11T19:58:26.305Z Downloaded siphasher v0.3.11
7632025-02-11T19:58:26.308Z Downloaded polyval v0.6.2
7642025-02-11T19:58:26.308Z Downloaded poly1305 v0.8.0
7652025-02-11T19:58:26.311Z Downloaded value-bag v1.9.0
7662025-02-11T19:58:26.314Z Downloaded futures-core v0.3.31
7672025-02-11T19:58:26.316Z Downloaded signal-hook v0.3.17
7682025-02-11T19:58:26.319Z Downloaded unarray v0.1.4
7692025-02-11T19:58:26.319Z Downloaded typify-macro v0.2.0
7702025-02-11T19:58:26.321Z Downloaded structmeta v0.3.0
7712025-02-11T19:58:26.321Z Downloaded tokio-postgres v0.7.12
7722025-02-11T19:58:26.325Z Downloaded tui-tree-widget v0.22.0
7732025-02-11T19:58:26.330Z Downloaded ecdsa v0.16.9
7742025-02-11T19:58:26.335Z Downloaded foreign-types-shared v0.1.1
7752025-02-11T19:58:26.335Z Downloaded itertools v0.10.5
7762025-02-11T19:58:26.337Z Downloaded topological-sort v0.2.2
7772025-02-11T19:58:26.337Z Downloaded uzers v0.12.1
7782025-02-11T19:58:26.341Z Downloaded path-slash v0.1.5
7792025-02-11T19:58:26.341Z Downloaded r2d2 v0.8.10
7802025-02-11T19:58:26.343Z Downloaded foreign-types-shared v0.3.1
7812025-02-11T19:58:26.343Z Downloaded zip v0.6.6
7822025-02-11T19:58:26.347Z Downloaded precomputed-hash v0.1.1
7832025-02-11T19:58:26.349Z Downloaded serde_with_macros v3.11.0
7842025-02-11T19:58:26.352Z Downloaded subprocess v0.2.9
7852025-02-11T19:58:26.355Z Downloaded smallvec v1.13.2
7862025-02-11T19:58:26.355Z Downloaded env_logger v0.11.5
7872025-02-11T19:58:26.357Z Downloaded slab v0.4.9
7882025-02-11T19:58:26.360Z Downloaded wait-timeout v0.2.0
7892025-02-11T19:58:26.362Z Downloaded tinyvec v1.8.0
7902025-02-11T19:58:26.365Z Downloaded structmeta-derive v0.2.0
7912025-02-11T19:58:26.365Z Downloaded headers v0.4.0
7922025-02-11T19:58:26.369Z Downloaded pkcs8 v0.10.2
7932025-02-11T19:58:26.372Z Downloaded rayon-core v1.12.1
7942025-02-11T19:58:26.376Z Downloaded normalize-line-endings v0.3.0
7952025-02-11T19:58:26.378Z Downloaded tap v1.0.1
7962025-02-11T19:58:26.378Z Downloaded embedded-io v0.4.0
7972025-02-11T19:58:26.381Z Downloaded dirs-sys-next v0.1.2
7982025-02-11T19:58:26.381Z Downloaded serde_urlencoded v0.7.1
7992025-02-11T19:58:26.386Z Downloaded serde_path_to_error v0.1.16
8002025-02-11T19:58:26.388Z Downloaded simd-adler32 v0.3.7
8012025-02-11T19:58:26.389Z Downloaded uuid v1.12.0
8022025-02-11T19:58:26.391Z Downloaded utf8_iter v1.0.4
8032025-02-11T19:58:26.391Z Downloaded utf16_iter v1.0.5
8042025-02-11T19:58:26.391Z Downloaded shell-words v1.1.0
8052025-02-11T19:58:26.394Z Downloaded tokio-tungstenite v0.21.0
8062025-02-11T19:58:26.397Z Downloaded futures-sink v0.3.31
8072025-02-11T19:58:26.397Z Downloaded futures-io v0.3.31
8082025-02-11T19:58:26.397Z Downloaded hashlink v0.9.1
8092025-02-11T19:58:26.400Z Downloaded tokio-stream v0.1.16
8102025-02-11T19:58:26.403Z Downloaded num-iter v0.1.45
8112025-02-11T19:58:26.407Z Downloaded foreign-types-macros v0.2.3
8122025-02-11T19:58:26.407Z Downloaded enum-as-inner v0.6.1
8132025-02-11T19:58:26.411Z Downloaded futures-executor v0.3.31
8142025-02-11T19:58:26.411Z Downloaded paste v1.0.15
8152025-02-11T19:58:26.413Z Downloaded phf_shared v0.10.0
8162025-02-11T19:58:26.413Z Downloaded psl-types v2.0.11
8172025-02-11T19:58:26.413Z Downloaded predicates v3.1.2
8182025-02-11T19:58:26.417Z Downloaded zerofrom v0.1.4
8192025-02-11T19:58:26.420Z Downloaded hyper v1.5.2
8202025-02-11T19:58:26.424Z Downloaded russh v0.45.0
8212025-02-11T19:58:26.430Z Downloaded zerofrom-derive v0.1.4
8222025-02-11T19:58:26.439Z Downloaded serde-big-array v0.5.1
8232025-02-11T19:58:26.439Z Downloaded same-file v1.0.6
8242025-02-11T19:58:26.442Z Downloaded vsss-rs v3.3.4
8252025-02-11T19:58:26.442Z Downloaded serde-hex v0.1.0
8262025-02-11T19:58:26.442Z Downloaded parse-size v1.1.0
8272025-02-11T19:58:26.443Z Downloaded tokio-native-tls v0.3.1
8282025-02-11T19:58:26.443Z Downloaded diesel-dtrace v0.4.2
8292025-02-11T19:58:26.446Z Downloaded url v2.5.3
8302025-02-11T19:58:26.449Z Downloaded tls_codec_derive v0.4.1
8312025-02-11T19:58:26.449Z Downloaded rand v0.8.5
8322025-02-11T19:58:26.452Z Downloaded sync_wrapper v1.0.1
8332025-02-11T19:58:26.455Z Downloaded tls_codec v0.4.1
8342025-02-11T19:58:26.457Z Downloaded oso-derive v0.27.3
8352025-02-11T19:58:26.458Z Downloaded funty v2.0.0
8362025-02-11T19:58:26.458Z Downloaded fs_extra v1.3.0
8372025-02-11T19:58:26.461Z Downloaded itertools v0.13.0
8382025-02-11T19:58:26.466Z Downloaded num_enum v0.5.11
8392025-02-11T19:58:26.472Z Downloaded phf v0.11.2
8402025-02-11T19:58:26.474Z Downloaded difflib v0.4.0
8412025-02-11T19:58:26.474Z Downloaded futures-channel v0.3.31
8422025-02-11T19:58:26.477Z Downloaded take_mut v0.2.2
8432025-02-11T19:58:26.477Z Downloaded signal-hook-mio v0.2.4
8442025-02-11T19:58:26.480Z Downloaded ron v0.7.1
8452025-02-11T19:58:26.485Z Downloaded zone_cfg_derive v0.3.0
8462025-02-11T19:58:26.488Z Downloaded diesel_table_macro_syntax v0.2.0
8472025-02-11T19:58:26.488Z Downloaded toml_edit v0.19.15
8482025-02-11T19:58:26.500Z Downloaded gethostname v0.5.0
8492025-02-11T19:58:26.503Z Downloaded foreign-types v0.5.0
8502025-02-11T19:58:26.503Z Downloaded zeroize_derive v1.4.2
8512025-02-11T19:58:26.506Z Downloaded which v4.4.2
8522025-02-11T19:58:26.506Z Downloaded ssh-encoding v0.2.0
8532025-02-11T19:58:26.509Z Downloaded walkdir v2.5.0
8542025-02-11T19:58:26.509Z Downloaded vte v0.11.1
8552025-02-11T19:58:26.512Z Downloaded openssl-macros v0.1.1
8562025-02-11T19:58:26.512Z Downloaded scopeguard v1.2.0
8572025-02-11T19:58:26.517Z Downloaded vergen v8.3.2
8582025-02-11T19:58:26.517Z Downloaded typify v0.3.0
8592025-02-11T19:58:26.520Z Downloaded derive_builder_core v0.20.2
8602025-02-11T19:58:26.523Z Downloaded serde_derive_internals v0.29.1
8612025-02-11T19:58:26.526Z Downloaded hkdf v0.12.4
8622025-02-11T19:58:26.526Z Downloaded num-bigint v0.4.6
8632025-02-11T19:58:26.530Z Downloaded write16 v1.0.0
8642025-02-11T19:58:26.534Z Downloaded group v0.13.0
8652025-02-11T19:58:26.534Z Downloaded dirs-next v2.0.0
8662025-02-11T19:58:26.538Z Downloaded synstructure v0.13.1
8672025-02-11T19:58:26.538Z Downloaded subtle v2.6.1
8682025-02-11T19:58:26.538Z Downloaded half v2.4.1
8692025-02-11T19:58:26.541Z Downloaded darling_core v0.20.10
8702025-02-11T19:58:26.544Z Downloaded primeorder v0.13.6
8712025-02-11T19:58:26.547Z Downloaded unicode-segmentation v1.12.0
8722025-02-11T19:58:26.551Z Downloaded rustls-pemfile v1.0.4
8732025-02-11T19:58:26.551Z Downloaded phf_shared v0.11.2
8742025-02-11T19:58:26.551Z Downloaded rfc6979 v0.4.0
8752025-02-11T19:58:26.554Z Downloaded derive_builder v0.20.2
8762025-02-11T19:58:26.557Z Downloaded want v0.3.1
8772025-02-11T19:58:26.561Z Downloaded peg-runtime v0.8.3
8782025-02-11T19:58:26.561Z Downloaded endian-type v0.1.2
8792025-02-11T19:58:26.561Z Downloaded time-core v0.1.2
8802025-02-11T19:58:26.561Z Downloaded postgres-types v0.2.8
8812025-02-11T19:58:26.564Z Downloaded ed25519 v2.2.3
8822025-02-11T19:58:26.567Z Downloaded deranged v0.3.11
8832025-02-11T19:58:26.567Z Downloaded structmeta v0.2.0
8842025-02-11T19:58:26.567Z Downloaded spin v0.9.8
8852025-02-11T19:58:26.570Z Downloaded tokio-util v0.7.12
8862025-02-11T19:58:26.576Z Downloaded expectorate v1.1.0
8872025-02-11T19:58:26.578Z Downloaded winnow v0.5.40
8882025-02-11T19:58:26.586Z Downloaded openssl-probe v0.1.5
8892025-02-11T19:58:26.589Z Downloaded blake3 v1.5.4
8902025-02-11T19:58:26.595Z Downloaded xattr v1.3.1
8912025-02-11T19:58:26.600Z Downloaded percent-encoding v2.3.1
8922025-02-11T19:58:26.600Z Downloaded aho-corasick v1.1.3
8932025-02-11T19:58:26.603Z Downloaded parse-display-derive v0.10.0
8942025-02-11T19:58:26.606Z Downloaded parse-display v0.10.0
8952025-02-11T19:58:26.606Z Downloaded progenitor-macro v0.8.0
8962025-02-11T19:58:26.608Z Downloaded slog-bunyan v2.5.0
8972025-02-11T19:58:26.608Z Downloaded num-traits v0.2.19
8982025-02-11T19:58:26.611Z Downloaded progenitor-impl v0.9.1
8992025-02-11T19:58:26.613Z Downloaded tungstenite v0.21.0
9002025-02-11T19:58:26.616Z Downloaded pkcs5 v0.7.1
9012025-02-11T19:58:26.619Z Downloaded embedded-io v0.6.1
9022025-02-11T19:58:26.621Z Downloaded tracing v0.1.40
9032025-02-11T19:58:26.624Z Downloaded predicates-tree v1.0.11
9042025-02-11T19:58:26.627Z Downloaded wyz v0.5.1
9052025-02-11T19:58:26.627Z Downloaded env_filter v0.1.2
9062025-02-11T19:58:26.630Z Downloaded time-macros v0.2.18
9072025-02-11T19:58:26.633Z Downloaded either v1.13.0
9082025-02-11T19:58:26.633Z Downloaded heapless v0.7.17
9092025-02-11T19:58:26.636Z Downloaded der_derive v0.7.3
9102025-02-11T19:58:26.639Z Downloaded zone v0.1.8
9112025-02-11T19:58:26.639Z Downloaded xz2 v0.1.7
9122025-02-11T19:58:26.641Z Downloaded yasna v0.5.2
9132025-02-11T19:58:26.645Z Downloaded foldhash v0.1.3
9142025-02-11T19:58:26.645Z Downloaded rsa v0.9.6
9152025-02-11T19:58:26.648Z Downloaded steno v0.4.1
9162025-02-11T19:58:26.652Z Downloaded termtree v0.5.1
9172025-02-11T19:58:26.654Z Downloaded tinystr v0.7.6
9182025-02-11T19:58:26.657Z Downloaded tabwriter v1.4.0
9192025-02-11T19:58:26.657Z Downloaded scrypt v0.11.0
9202025-02-11T19:58:26.657Z Downloaded quinn v0.11.5
9212025-02-11T19:58:26.660Z Downloaded pem v3.0.4
9222025-02-11T19:58:26.663Z Downloaded packed_struct_codegen v0.10.1
9232025-02-11T19:58:26.663Z Downloaded flagset v0.4.6
9242025-02-11T19:58:26.665Z Downloaded owo-colors v4.1.0
9252025-02-11T19:58:26.668Z Downloaded aws-lc-rs v1.10.0
9262025-02-11T19:58:26.675Z Downloaded quick-error v1.2.3
9272025-02-11T19:58:26.678Z Downloaded predicates-core v1.0.8
9282025-02-11T19:58:26.678Z Downloaded unicode-normalization v0.1.24
9292025-02-11T19:58:26.681Z Downloaded russh-keys v0.45.0
9302025-02-11T19:58:26.683Z Downloaded smallvec v0.6.14
9312025-02-11T19:58:26.686Z Downloaded slog-term v2.9.1
9322025-02-11T19:58:26.689Z Downloaded oso v0.27.3
9332025-02-11T19:58:26.691Z Downloaded ena v0.14.3
9342025-02-11T19:58:26.694Z Downloaded password-hash v0.4.2
9352025-02-11T19:58:26.694Z Downloaded hashbrown v0.12.3
9362025-02-11T19:58:26.698Z Downloaded writeable v0.5.5
9372025-02-11T19:58:26.700Z Downloaded sqlparser v0.45.0
9382025-02-11T19:58:26.705Z Downloaded reedline v0.35.0
9392025-02-11T19:58:26.712Z Downloaded postgres-protocol v0.6.7
9402025-02-11T19:58:26.715Z Downloaded progenitor-impl v0.8.0
9412025-02-11T19:58:26.718Z Downloaded parking_lot v0.11.2
9422025-02-11T19:58:26.721Z Downloaded bindgen v0.69.5
9432025-02-11T19:58:26.725Z Downloaded term v0.7.0
9442025-02-11T19:58:26.728Z Downloaded snafu v0.8.5
9452025-02-11T19:58:26.733Z Downloaded parking_lot v0.12.3
9462025-02-11T19:58:26.737Z Downloaded zerovec v0.10.4
9472025-02-11T19:58:26.741Z Downloaded zopfli v0.8.1
9482025-02-11T19:58:26.744Z Downloaded quick-xml v0.33.0
9492025-02-11T19:58:26.750Z Downloaded slog v2.7.0
9502025-02-11T19:58:26.753Z Downloaded bitvec v1.0.1
9512025-02-11T19:58:26.767Z Downloaded tar v0.4.42
9522025-02-11T19:58:26.770Z Downloaded nom v7.1.3
9532025-02-11T19:58:26.775Z Downloaded icu_properties_data v1.5.0
9542025-02-11T19:58:26.786Z Downloaded p256 v0.13.2
9552025-02-11T19:58:26.789Z Downloaded zip v2.1.3
9562025-02-11T19:58:26.793Z Downloaded diesel_derives v2.2.3
9572025-02-11T19:58:26.797Z Downloaded schemars v0.8.21
9582025-02-11T19:58:26.808Z Downloaded flate2 v1.0.35
9592025-02-11T19:58:26.813Z Downloaded p521 v0.13.3
9602025-02-11T19:58:26.817Z Downloaded serde_with v3.11.0
9612025-02-11T19:58:26.825Z Downloaded samael v0.0.17
9622025-02-11T19:58:26.830Z Downloaded rusqlite v0.32.1
9632025-02-11T19:58:26.836Z Downloaded rayon v1.10.0
9642025-02-11T19:58:26.845Z Downloaded portable-atomic v1.9.0
9652025-02-11T19:58:26.852Z Downloaded x509-cert v0.2.5
9662025-02-11T19:58:26.859Z Downloaded publicsuffix v2.3.0
9672025-02-11T19:58:26.862Z Downloaded ed25519-dalek v2.1.1
9682025-02-11T19:58:26.864Z Downloaded rustls-webpki v0.101.7
9692025-02-11T19:58:26.878Z Downloaded qorb v0.2.1
9702025-02-11T19:58:26.881Z Downloaded parse-zoneinfo v0.3.1
9712025-02-11T19:58:26.884Z Downloaded rustls-webpki v0.102.8
9722025-02-11T19:58:26.901Z Downloaded time v0.3.36
9732025-02-11T19:58:26.907Z Downloaded ssh-key v0.6.6
9742025-02-11T19:58:26.914Z Downloaded tough v0.19.0
9752025-02-11T19:58:26.922Z Downloaded rustyline v14.0.0
9762025-02-11T19:58:26.926Z Downloaded chrono v0.4.39
9772025-02-11T19:58:26.934Z Downloaded quinn-proto v0.11.8
9782025-02-11T19:58:26.940Z Downloaded h2 v0.4.6
9792025-02-11T19:58:26.948Z Downloaded futures-util v0.3.31
9802025-02-11T19:58:26.958Z Downloaded petname v2.0.2
9812025-02-11T19:58:26.964Z Downloaded vcpkg v0.2.15
9822025-02-11T19:58:27.001Z Downloaded zerocopy v0.8.10
9832025-02-11T19:58:27.024Z Downloaded salty v0.3.0
9842025-02-11T19:58:27.030Z Downloaded regex v1.11.1
9852025-02-11T19:58:27.044Z Downloaded unicode-width v0.2.0
9862025-02-11T19:58:27.050Z Downloaded object v0.30.4
9872025-02-11T19:58:27.059Z Downloaded smoltcp v0.9.1
9882025-02-11T19:58:27.069Z Downloaded git2 v0.19.0
9892025-02-11T19:58:27.081Z Downloaded hickory-proto v0.24.2
9902025-02-11T19:58:27.093Z Downloaded polar-core v0.27.3
9912025-02-11T19:58:27.101Z Downloaded nix v0.27.1
9922025-02-11T19:58:27.112Z Downloaded dropshot v0.15.1
9932025-02-11T19:58:27.135Z Downloaded radix_trie v0.2.1
9942025-02-11T19:58:27.140Z Downloaded p384 v0.13.0
9952025-02-11T19:58:27.144Z Downloaded regex-syntax v0.6.29
9962025-02-11T19:58:27.152Z Downloaded nix v0.28.0
9972025-02-11T19:58:27.170Z Downloaded webpki-roots v0.26.6
9982025-02-11T19:58:27.181Z Downloaded openssl v0.10.70
9992025-02-11T19:58:27.181Z Downloaded openapiv3 v2.0.0
10002025-02-11T19:58:27.188Z Downloaded chrono-tz v0.10.1
10012025-02-11T19:58:27.196Z Downloaded bstr v1.10.0
10022025-02-11T19:58:27.213Z Downloaded regress v0.9.1
10032025-02-11T19:58:27.220Z Downloaded object v0.36.5
10042025-02-11T19:58:27.227Z Downloaded smoltcp v0.11.0
10052025-02-11T19:58:27.238Z Downloaded rustls v0.22.4
10062025-02-11T19:58:27.256Z Downloaded regex-syntax v0.8.5
10072025-02-11T19:58:27.262Z Downloaded typify-impl v0.2.0
10082025-02-11T19:58:27.274Z Downloaded diesel v2.2.6
10092025-02-11T19:58:27.290Z Downloaded ratatui v0.28.1
10102025-02-11T19:58:27.310Z Downloaded typify-impl v0.3.0
10112025-02-11T19:58:27.324Z Downloaded rustls v0.23.19
10122025-02-11T19:58:27.335Z Downloaded sled v0.34.7
10132025-02-11T19:58:27.346Z Downloaded regress v0.10.1
10142025-02-11T19:58:27.354Z Downloaded nix v0.29.0
10152025-02-11T19:58:27.366Z Downloaded dropshot v0.12.0
10162025-02-11T19:58:27.383Z Downloaded regex-automata v0.4.8
10172025-02-11T19:58:27.399Z Downloaded gimli v0.31.1
10182025-02-11T19:58:27.407Z Downloaded rustls v0.21.12
10192025-02-11T19:58:27.418Z Downloaded curve25519-dalek v4.1.3
10202025-02-11T19:58:27.426Z Downloaded zerocopy-derive v0.6.6
10212025-02-11T19:58:27.436Z Downloaded lzma-sys v0.1.20
10222025-02-11T19:58:27.464Z Downloaded bzip2-sys v0.1.11+1.0.8
10232025-02-11T19:58:27.477Z Downloaded prettyplease v0.2.25
10242025-02-11T19:58:27.480Z Downloaded elliptic-curve v0.13.8
10252025-02-11T19:58:27.483Z Downloaded hashbrown v0.13.2
10262025-02-11T19:58:27.486Z Downloaded zerocopy-derive v0.8.10
10272025-02-11T19:58:27.492Z Downloaded libz-sys v1.1.20
10282025-02-11T19:58:27.513Z Downloaded petgraph v0.6.5
10292025-02-11T19:58:27.528Z Downloaded lalrpop v0.19.12
10302025-02-11T19:58:27.539Z Downloaded openssl-sys v0.9.105
10312025-02-11T19:58:27.543Z Downloaded num-bigint-dig v0.8.4
10322025-02-11T19:58:27.548Z Downloaded test-strategy v0.3.1
10332025-02-11T19:58:27.551Z Downloaded socket2 v0.5.7
10342025-02-11T19:58:27.554Z Downloaded typed-path v0.9.3
10352025-02-11T19:58:27.558Z Downloaded reqwest v0.12.9
10362025-02-11T19:58:27.566Z Downloaded sha3 v0.10.8
10372025-02-11T19:58:27.570Z Downloaded tokio v1.43.0
10382025-02-11T19:58:27.607Z Downloaded proptest v1.5.0
10392025-02-11T19:58:27.616Z Downloaded csv v1.3.1
10402025-02-11T19:58:27.635Z Downloaded schemars_derive v0.8.21
10412025-02-11T19:58:27.638Z Downloaded resolv-conf v0.7.0
10422025-02-11T19:58:27.640Z Downloaded num-rational v0.4.2
10432025-02-11T19:58:27.640Z Downloaded tokio-rustls v0.26.0
10442025-02-11T19:58:27.643Z Downloaded hashbrown v0.14.5
10452025-02-11T19:58:27.647Z Downloaded tungstenite v0.24.0
10462025-02-11T19:58:27.651Z Downloaded tungstenite v0.23.0
10472025-02-11T19:58:27.654Z Downloaded similar v2.6.0
10482025-02-11T19:58:27.657Z Downloaded der v0.7.9
10492025-02-11T19:58:27.662Z Downloaded tokio-tungstenite v0.23.1
10502025-02-11T19:58:27.666Z Downloaded itertools v0.12.1
10512025-02-11T19:58:27.671Z Downloaded rand_xorshift v0.3.0
10522025-02-11T19:58:27.682Z Downloaded rand_core v0.6.4
10532025-02-11T19:58:27.682Z Downloaded typify v0.2.0
10542025-02-11T19:58:27.682Z Downloaded crossterm v0.28.1
10552025-02-11T19:58:27.685Z Downloaded ref-cast v1.0.23
10562025-02-11T19:58:27.685Z Downloaded ppv-lite86 v0.2.20
10572025-02-11T19:58:27.690Z Downloaded unicode-bidi v0.3.17
10582025-02-11T19:58:27.690Z Downloaded idna v1.0.3
10592025-02-11T19:58:27.692Z Downloaded unsafe-libyaml v0.2.11
10602025-02-11T19:58:27.696Z Downloaded structmeta-derive v0.3.0
10612025-02-11T19:58:27.699Z Downloaded rtoolbox v0.0.2
10622025-02-11T19:58:27.699Z Downloaded libm v0.2.8
10632025-02-11T19:58:27.705Z Downloaded tokio-rustls v0.24.1
10642025-02-11T19:58:27.708Z Downloaded debug-ignore v1.0.5
10652025-02-11T19:58:27.711Z Downloaded string_cache v0.8.7
10662025-02-11T19:58:27.711Z Downloaded password-hash v0.5.0
10672025-02-11T19:58:27.714Z Downloaded num-integer v0.1.46
10682025-02-11T19:58:27.714Z Downloaded globset v0.4.15
10692025-02-11T19:58:27.716Z Downloaded tracing-core v0.1.32
10702025-02-11T19:58:27.719Z Downloaded dyn-clone v1.0.17
10712025-02-11T19:58:27.719Z Downloaded pin-project v1.1.6
10722025-02-11T19:58:27.728Z Downloaded sec1 v0.7.3
10732025-02-11T19:58:27.731Z Downloaded base64 v0.22.1
10742025-02-11T19:58:27.734Z Downloaded stable_deref_trait v1.2.0
10752025-02-11T19:58:27.736Z Downloaded derive-where v1.2.7
10762025-02-11T19:58:27.739Z Downloaded mio v1.0.2
10772025-02-11T19:58:27.742Z Downloaded minimal-lexical v0.2.1
10782025-02-11T19:58:27.746Z Downloaded fragile v2.0.0
10792025-02-11T19:58:27.749Z Downloaded form_urlencoded v1.2.1
10802025-02-11T19:58:27.749Z Downloaded fd-lock v4.0.2
10812025-02-11T19:58:27.751Z Downloaded fallible-streaming-iterator v0.1.9
10822025-02-11T19:58:27.751Z Downloaded dunce v1.0.5
10832025-02-11T19:58:27.754Z Downloaded dsl_auto_type v0.1.2
10842025-02-11T19:58:27.754Z Downloaded display-error-chain v0.2.2
10852025-02-11T19:58:27.757Z Downloaded diff v0.1.13
10862025-02-11T19:58:27.757Z Downloaded des v0.8.1
10872025-02-11T19:58:27.760Z Downloaded toml v0.7.8
10882025-02-11T19:58:27.762Z Downloaded encoding_rs v0.8.34
10892025-02-11T19:58:27.782Z Downloaded serde_yaml v0.9.34+deprecated
10902025-02-11T19:58:27.786Z Downloaded rustls-pki-types v1.10.0
10912025-02-11T19:58:27.788Z Downloaded ron v0.8.1
10922025-02-11T19:58:27.796Z Downloaded dropshot_endpoint v0.15.1
10932025-02-11T19:58:27.798Z Downloaded libgit2-sys v0.17.0+1.8.1
10942025-02-11T19:58:27.853Z Downloaded dropshot_endpoint v0.12.0
10952025-02-11T19:58:27.858Z Downloaded indexmap v1.9.3
10962025-02-11T19:58:27.863Z Downloaded unicode-xid v0.2.6
10972025-02-11T19:58:27.863Z Downloaded rustc_version v0.1.7
10982025-02-11T19:58:27.863Z Downloaded rustc-demangle v0.1.24
10992025-02-11T19:58:27.863Z Downloaded unicode-truncate v1.1.0
11002025-02-11T19:58:27.863Z Downloaded pin-utils v0.1.0
11012025-02-11T19:58:27.863Z Downloaded peg-macros v0.8.4
11022025-02-11T19:58:27.867Z Downloaded parking_lot_core v0.9.10
11032025-02-11T19:58:27.867Z Downloaded multimap v0.10.0
11042025-02-11T19:58:27.871Z Downloaded cc v1.1.30
11052025-02-11T19:58:27.871Z Downloaded bumpalo v3.16.0
11062025-02-11T19:58:27.873Z Downloaded slog-dtrace v0.3.0
11072025-02-11T19:58:27.874Z Downloaded signal-hook-registry v1.4.2
11082025-02-11T19:58:27.876Z Downloaded serde_repr v0.1.19
11092025-02-11T19:58:27.876Z Downloaded serde_plain v1.0.2
11102025-02-11T19:58:27.881Z Downloaded rustfmt-wrapper v0.2.1
11112025-02-11T19:58:27.881Z Downloaded rustc_version v0.4.1
11122025-02-11T19:58:27.881Z Downloaded yoke v0.7.4
11132025-02-11T19:58:27.884Z Downloaded arc-swap v1.7.1
11142025-02-11T19:58:27.887Z Downloaded newtype-uuid v1.2.1
11152025-02-11T19:58:27.887Z Downloaded http v1.2.0
11162025-02-11T19:58:27.890Z Downloaded heapless v0.8.0
11172025-02-11T19:58:27.892Z Downloaded base64 v0.21.7
11182025-02-11T19:58:27.896Z Downloaded allocator-api2 v0.2.18
11192025-02-11T19:58:27.898Z Downloaded slog-envlogger v2.2.0
11202025-02-11T19:58:27.901Z Downloaded base64 v0.13.1
11212025-02-11T19:58:27.904Z Downloaded litrs v0.4.1
11222025-02-11T19:58:27.906Z Downloaded libloading v0.8.5
11232025-02-11T19:58:27.909Z Downloaded icu_provider v1.5.0
11242025-02-11T19:58:27.912Z Downloaded crossbeam-epoch v0.9.18
11252025-02-11T19:58:27.912Z Downloaded hmac v0.12.1
11262025-02-11T19:58:27.915Z Downloaded crc-any v2.5.0
11272025-02-11T19:58:27.917Z Downloaded bzip2 v0.4.4
11282025-02-11T19:58:27.917Z Downloaded secrecy v0.8.0
11292025-02-11T19:58:27.920Z Downloaded libefi-sys v0.1.0
11302025-02-11T19:58:27.920Z Downloaded hyper-staticfile v0.10.1
11312025-02-11T19:58:27.923Z Downloaded crc32fast v1.4.2
11322025-02-11T19:58:27.923Z Downloaded cookie v0.18.1
11332025-02-11T19:58:27.926Z Downloaded clang-sys v1.8.1
11342025-02-11T19:58:27.933Z Downloaded async-bb8-diesel v0.2.1
11352025-02-11T19:58:27.933Z Downloaded sqlparser_derive v0.2.2
11362025-02-11T19:58:27.933Z Downloaded maybe-uninit v2.0.0
11372025-02-11T19:58:27.939Z Downloaded instability v0.3.2
11382025-02-11T19:58:27.939Z Downloaded arrayvec v0.7.6
11392025-02-11T19:58:27.940Z Downloaded httparse v1.9.5
11402025-02-11T19:58:27.940Z Downloaded csv-core v0.1.11
11412025-02-11T19:58:27.940Z Downloaded cookie_store v0.21.1
11422025-02-11T19:58:27.953Z Downloaded internet-checksum v0.2.1
11432025-02-11T19:58:27.953Z Downloaded cancel-safe-futures v0.1.5
11442025-02-11T19:58:27.953Z Downloaded array-init v0.0.4
11452025-02-11T19:58:27.954Z Downloaded bcrypt-pbkdf v0.10.0
11462025-02-11T19:58:27.954Z Downloaded base64ct v1.6.0
11472025-02-11T19:58:27.971Z Downloaded async-trait v0.1.85
11482025-02-11T19:58:27.971Z Downloaded argon2 v0.5.3
11492025-02-11T19:58:27.971Z Downloaded mime v0.3.17
11502025-02-11T19:58:27.972Z Downloaded lru-cache v0.1.2
11512025-02-11T19:58:27.972Z Downloaded lalrpop-util v0.19.12
11522025-02-11T19:58:27.972Z Downloaded impl-trait-for-tuples v0.2.2
11532025-02-11T19:58:27.972Z Downloaded convert_case v0.4.0
11542025-02-11T19:58:27.972Z Downloaded constant_time_eq v0.3.1
11552025-02-11T19:58:27.972Z Downloaded colored v2.1.0
11562025-02-11T19:58:27.984Z Downloaded buf-list v1.0.3
11572025-02-11T19:58:27.984Z Downloaded ciborium-ll v0.2.2
11582025-02-11T19:58:27.984Z Downloaded http-body-util v0.1.2
11592025-02-11T19:58:27.984Z Downloaded httpdate v1.0.3
11602025-02-11T19:58:27.984Z Downloaded hostname v0.3.1
11612025-02-11T19:58:27.984Z Downloaded crc v3.2.1
11622025-02-11T19:58:27.984Z Downloaded cmake v0.1.51
11632025-02-11T19:58:27.984Z Downloaded bb8 v0.8.5
11642025-02-11T19:58:27.984Z Downloaded bitfield v0.14.0
11652025-02-11T19:58:27.985Z Downloaded assert_matches v1.5.0
11662025-02-11T19:58:27.985Z Downloaded arrayref v0.3.9
11672025-02-11T19:58:27.985Z Downloaded async-recursion v1.1.1
11682025-02-11T19:58:27.985Z Downloaded is_ci v1.2.0
11692025-02-11T19:58:27.985Z Downloaded ident_case v1.0.1
11702025-02-11T19:58:28.129Z Downloaded libsqlite3-sys v0.30.1
11712025-02-11T19:58:28.295Z Downloaded ring v0.17.8
11722025-02-11T19:58:28.598Z Downloaded aws-lc-sys v0.22.0
11732025-02-11T19:58:28.899Z Compiling serde v1.0.217
11742025-02-11T19:58:28.902Z Compiling lock_api v0.4.12
11752025-02-11T19:58:28.902Z Compiling value-bag v1.9.0
11762025-02-11T19:58:28.902Z Compiling scopeguard v1.2.0
11772025-02-11T19:58:28.902Z Compiling typenum v1.17.0
11782025-02-11T19:58:28.902Z Compiling generic-array v0.14.7
11792025-02-11T19:58:29.075Z Compiling syn v2.0.96
11802025-02-11T19:58:29.084Z Compiling getrandom v0.2.15
11812025-02-11T19:58:29.184Z Compiling shlex v1.3.0
11822025-02-11T19:58:29.371Z Compiling rand_core v0.6.4
11832025-02-11T19:58:29.544Z Compiling log v0.4.22
11842025-02-11T19:58:29.595Z Compiling subtle v2.6.1
11852025-02-11T19:58:29.644Z Compiling jobserver v0.1.32
11862025-02-11T19:58:29.670Z Compiling smallvec v1.13.2
11872025-02-11T19:58:29.876Z Compiling const-oid v0.9.6
11882025-02-11T19:58:29.935Z Compiling pin-project-lite v0.2.14
11892025-02-11T19:58:29.992Z Compiling rustix v0.38.37
11902025-02-11T19:58:30.027Z Compiling cc v1.1.30
11912025-02-11T19:58:30.060Z Compiling spin v0.9.8
11922025-02-11T19:58:30.312Z Compiling parking_lot_core v0.9.10
11932025-02-11T19:58:30.442Z Compiling futures-core v0.3.31
11942025-02-11T19:58:30.461Z Compiling signal-hook-registry v1.4.2
11952025-02-11T19:58:30.669Z Compiling mio v1.0.2
11962025-02-11T19:58:30.928Z Compiling aho-corasick v1.1.3
11972025-02-11T19:58:31.385Z Compiling parking_lot v0.12.3
11982025-02-11T19:58:31.409Z Compiling regex-syntax v0.8.5
11992025-02-11T19:58:31.507Z Compiling either v1.13.0
12002025-02-11T19:58:31.904Z Compiling cpufeatures v0.2.14
12012025-02-11T19:58:31.907Z Compiling stable_deref_trait v1.2.0
12022025-02-11T19:58:32.014Z Compiling glob v0.3.2
12032025-02-11T19:58:32.034Z Compiling futures-sink v0.3.31
12042025-02-11T19:58:32.054Z Compiling socket2 v0.5.7
12052025-02-11T19:58:32.202Z Compiling slab v0.4.9
12062025-02-11T19:58:32.260Z Compiling prettyplease v0.2.25
12072025-02-11T19:58:32.623Z Compiling lazy_static v1.5.0
12082025-02-11T19:58:32.674Z Compiling serde_json v1.0.135
12092025-02-11T19:58:32.766Z Compiling minimal-lexical v0.2.1
12102025-02-11T19:58:32.920Z Compiling clang-sys v1.8.1
12112025-02-11T19:58:33.105Z Compiling libloading v0.8.5
12122025-02-11T19:58:33.285Z Compiling nom v7.1.3
12132025-02-11T19:58:33.305Z Compiling bindgen v0.69.5
12142025-02-11T19:58:33.429Z Compiling home v0.5.9
12152025-02-11T19:58:33.673Z Compiling futures-channel v0.3.31
12162025-02-11T19:58:34.015Z Compiling itertools v0.12.1
12172025-02-11T19:58:34.103Z Compiling futures-io v0.3.31
12182025-02-11T19:58:34.174Z Compiling futures-task v0.3.31
12192025-02-11T19:58:34.401Z Compiling allocator-api2 v0.2.18
12202025-02-11T19:58:34.486Z Compiling lazycell v1.3.0
12212025-02-11T19:58:34.767Z Compiling libm v0.2.8
12222025-02-11T19:58:34.990Z Compiling rustc-hash v1.1.0
12232025-02-11T19:58:35.155Z Compiling foldhash v0.1.3
12242025-02-11T19:58:35.159Z Compiling pin-utils v0.1.0
12252025-02-11T19:58:35.247Z Compiling regex-automata v0.4.8
12262025-02-11T19:58:35.470Z Compiling hashbrown v0.15.1
12272025-02-11T19:58:35.895Z Compiling cmake v0.1.51
12282025-02-11T19:58:36.672Z Compiling synstructure v0.13.1
12292025-02-11T19:58:36.766Z Compiling cexpr v0.6.0
12302025-02-11T19:58:36.958Z Compiling num-traits v0.2.19
12312025-02-11T19:58:37.252Z Compiling pkg-config v0.3.31
12322025-02-11T19:58:37.767Z Compiling dunce v1.0.5
12332025-02-11T19:58:37.905Z Compiling fs_extra v1.3.0
12342025-02-11T19:58:38.412Z Compiling writeable v0.5.5
12352025-02-11T19:58:38.432Z Compiling litemap v0.7.3
12362025-02-11T19:58:38.569Z Compiling ring v0.17.8
12372025-02-11T19:58:38.806Z Compiling paste v1.0.15
12382025-02-11T19:58:38.954Z Compiling base64ct v1.6.0
12392025-02-11T19:58:39.469Z Compiling pem-rfc7468 v0.7.0
12402025-02-11T19:58:39.629Z Compiling aws-lc-rs v1.10.0
12412025-02-11T19:58:39.688Z Compiling icu_locid_transform_data v1.5.0
12422025-02-11T19:58:39.803Z Compiling httparse v1.9.5
12432025-02-11T19:58:39.995Z Compiling flagset v0.4.6
12442025-02-11T19:58:40.210Z Compiling tracing-core v0.1.32
12452025-02-11T19:58:40.506Z Compiling regex v1.11.1
12462025-02-11T19:58:41.005Z Compiling percent-encoding v2.3.1
12472025-02-11T19:58:41.169Z Compiling rustls-pki-types v1.10.0
12482025-02-11T19:58:41.306Z Compiling icu_properties_data v1.5.0
12492025-02-11T19:58:41.396Z Compiling crossbeam-utils v0.8.20
12502025-02-11T19:58:41.528Z Compiling mirai-annotations v1.12.0
12512025-02-11T19:58:41.729Z Compiling icu_normalizer_data v1.5.0
12522025-02-11T19:58:41.840Z Compiling untrusted v0.9.0
12532025-02-11T19:58:41.930Z Compiling utf8_iter v1.0.4
12542025-02-11T19:58:42.013Z Compiling utf16_iter v1.0.5
12552025-02-11T19:58:42.090Z Compiling powerfmt v0.2.0
12562025-02-11T19:58:42.110Z Compiling time-core v0.1.2
12572025-02-11T19:58:42.151Z Compiling num-conv v0.1.0
12582025-02-11T19:58:42.216Z Compiling vcpkg v0.2.15
12592025-02-11T19:58:42.251Z Compiling serde_derive v1.0.217
12602025-02-11T19:58:42.272Z Compiling zeroize_derive v1.4.2
12612025-02-11T19:58:42.403Z Compiling zerocopy-derive v0.7.35
12622025-02-11T19:58:42.436Z Compiling tokio-macros v2.5.0
12632025-02-11T19:58:43.623Z Compiling zeroize v1.8.1
12642025-02-11T19:58:43.926Z Compiling zerofrom-derive v0.1.4
12652025-02-11T19:58:43.964Z Compiling yoke-derive v0.7.4
12662025-02-11T19:58:44.260Z Compiling thiserror-impl v1.0.69
12672025-02-11T19:58:44.303Z Compiling zerocopy v0.7.35
12682025-02-11T19:58:45.136Z Compiling crypto-common v0.1.6
12692025-02-11T19:58:45.388Z Compiling block-buffer v0.10.4
12702025-02-11T19:58:45.599Z Compiling zerovec-derive v0.10.3
12712025-02-11T19:58:45.650Z Compiling digest v0.10.7
12722025-02-11T19:58:46.085Z Compiling hmac v0.12.1
12732025-02-11T19:58:46.153Z Compiling futures-macro v0.3.31
12742025-02-11T19:58:46.172Z Compiling displaydoc v0.2.5
12752025-02-11T19:58:46.337Z Compiling block-padding v0.3.3
12762025-02-11T19:58:46.603Z Compiling inout v0.1.3
12772025-02-11T19:58:46.716Z Compiling sha2 v0.10.8
12782025-02-11T19:58:46.865Z Compiling cipher v0.4.4
12792025-02-11T19:58:47.214Z Compiling thiserror v1.0.69
12802025-02-11T19:58:47.364Z Compiling icu_provider_macros v1.5.0
12812025-02-11T19:58:47.378Z Compiling ppv-lite86 v0.2.20
12822025-02-11T19:58:47.519Z Compiling zerofrom v0.1.4
12832025-02-11T19:58:47.717Z Compiling der_derive v0.7.3
12842025-02-11T19:58:47.759Z Compiling yoke v0.7.4
12852025-02-11T19:58:47.988Z Compiling futures-util v0.3.31
12862025-02-11T19:58:48.090Z Compiling rand_chacha v0.3.1
12872025-02-11T19:58:48.114Z Compiling zerovec v0.10.4
12882025-02-11T19:58:48.117Z Compiling tracing-attributes v0.1.27
12892025-02-11T19:58:48.395Z Compiling pest v2.7.14
12902025-02-11T19:58:49.988Z Compiling tinystr v0.7.6
12912025-02-11T19:58:50.113Z Compiling der v0.7.9
12922025-02-11T19:58:50.324Z Compiling icu_locid v1.5.0
12932025-02-11T19:58:50.363Z Compiling icu_collections v1.5.0
12942025-02-11T19:58:50.381Z Compiling rand v0.8.5
12952025-02-11T19:58:51.481Z Compiling icu_provider v1.5.0
12962025-02-11T19:58:51.502Z Compiling tracing v0.1.40
12972025-02-11T19:58:51.766Z Compiling salsa20 v0.10.2
12982025-02-11T19:58:52.006Z Compiling pbkdf2 v0.12.2
12992025-02-11T19:58:52.027Z Compiling untrusted v0.7.1
13002025-02-11T19:58:52.185Z Compiling icu_locid_transform v1.5.0
13012025-02-11T19:58:52.231Z Compiling spki v0.7.3
13022025-02-11T19:58:52.262Z Compiling write16 v1.0.0
13032025-02-11T19:58:52.408Z Compiling scrypt v0.11.0
13042025-02-11T19:58:52.467Z Compiling pest_meta v2.7.14
13052025-02-11T19:58:52.489Z Compiling cbc v0.1.2
13062025-02-11T19:58:52.631Z Compiling aes v0.8.4
13072025-02-11T19:58:52.906Z Compiling openssl-sys v0.9.105
13082025-02-11T19:58:53.098Z Compiling time-macros v0.2.18
13092025-02-11T19:58:53.419Z Compiling deranged v0.3.11
13102025-02-11T19:58:53.986Z Compiling icu_properties v1.5.1
13112025-02-11T19:58:54.576Z Compiling scroll_derive v0.12.0
13122025-02-11T19:58:55.302Z Compiling bitflags v2.6.0
13132025-02-11T19:58:55.415Z Compiling bytes v1.9.0
13142025-02-11T19:58:56.032Z Compiling indexmap v2.7.1
13152025-02-11T19:58:56.181Z Compiling semver v1.0.24
13162025-02-11T19:58:56.211Z Compiling num_threads v0.1.7
13172025-02-11T19:58:56.352Z Compiling tokio v1.43.0
13182025-02-11T19:58:56.631Z Compiling http v1.2.0
13192025-02-11T19:58:56.876Z Compiling rustc_version v0.4.1
13202025-02-11T19:58:56.896Z Compiling atomic-waker v1.1.2
13212025-02-11T19:58:57.084Z Compiling tinyvec_macros v0.1.1
13222025-02-11T19:58:57.187Z Compiling tinyvec v1.8.0
13232025-02-11T19:58:57.283Z Compiling time v0.3.36
13242025-02-11T19:58:57.590Z Compiling scroll v0.12.0
13252025-02-11T19:58:58.110Z Compiling icu_normalizer v1.5.0
13262025-02-11T19:58:58.640Z Compiling http-body v1.0.1
13272025-02-11T19:58:58.800Z Compiling pest_generator v2.7.14
13282025-02-11T19:58:58.821Z Compiling pkcs5 v0.7.1
13292025-02-11T19:58:58.847Z Compiling form_urlencoded v1.2.1
13302025-02-11T19:58:58.877Z Compiling try-lock v0.2.5
13312025-02-11T19:58:59.036Z Compiling idna_adapter v1.2.0
13322025-02-11T19:58:59.162Z Compiling slog v2.7.0
13332025-02-11T19:58:59.249Z Compiling idna v1.0.3
13342025-02-11T19:58:59.676Z Compiling which v4.4.2
13352025-02-11T19:58:59.909Z Compiling pkcs8 v0.10.2
13362025-02-11T19:58:59.962Z Compiling goblin v0.8.2
13372025-02-11T19:59:00.502Z Compiling want v0.3.1
13382025-02-11T19:59:00.584Z Compiling uuid v1.12.0
13392025-02-11T19:59:00.717Z Compiling pest_derive v2.7.14
13402025-02-11T19:59:00.785Z Compiling httpdate v1.0.3
13412025-02-11T19:59:00.876Z Compiling iana-time-zone v0.1.61
13422025-02-11T19:59:01.255Z Compiling chrono v0.4.39
13432025-02-11T19:59:01.546Z Compiling dtrace-parser v0.2.0
13442025-02-11T19:59:02.007Z Compiling toml_datetime v0.6.8
13452025-02-11T19:59:02.084Z Compiling serde_spanned v0.6.8
13462025-02-11T19:59:02.130Z Compiling serde_tokenstream v0.2.2
13472025-02-11T19:59:02.343Z Compiling openssl v0.10.70
13482025-02-11T19:59:02.473Z Compiling base64 v0.22.1
13492025-02-11T19:59:02.728Z Compiling foreign-types-shared v0.1.1
13502025-02-11T19:59:02.750Z Compiling adler2 v2.0.0
13512025-02-11T19:59:02.858Z Compiling rustversion v1.0.17
13522025-02-11T19:59:02.966Z Compiling tower-service v0.3.3
13532025-02-11T19:59:03.114Z Compiling match_cfg v0.1.0
13542025-02-11T19:59:03.186Z Compiling miniz_oxide v0.8.0
13552025-02-11T19:59:03.223Z Compiling hostname v0.3.1
13562025-02-11T19:59:03.450Z Compiling foreign-types v0.3.2
13572025-02-11T19:59:03.503Z Compiling url v2.5.3
13582025-02-11T19:59:03.602Z Compiling openssl-macros v0.1.1
13592025-02-11T19:59:04.336Z Compiling tokio-util v0.7.12
13602025-02-11T19:59:04.612Z Compiling async-trait v0.1.85
13612025-02-11T19:59:04.633Z Compiling serde_derive_internals v0.29.1
13622025-02-11T19:59:04.811Z Compiling dirs-sys-next v0.1.2
13632025-02-11T19:59:05.312Z Compiling h2 v0.4.6
13642025-02-11T19:59:05.390Z Compiling siphasher v0.3.11
13652025-02-11T19:59:05.593Z Compiling dof v0.3.0
13662025-02-11T19:59:05.755Z Compiling schemars v0.8.21
13672025-02-11T19:59:06.130Z Compiling native-tls v0.2.12
13682025-02-11T19:59:06.479Z Compiling usdt-impl v0.5.0
13692025-02-11T19:59:06.988Z Compiling rustls v0.22.4
13702025-02-11T19:59:07.120Z Compiling data-encoding v2.6.0
13712025-02-11T19:59:07.269Z Compiling syn v1.0.109
13722025-02-11T19:59:07.493Z Compiling rustls v0.23.19
13732025-02-11T19:59:07.810Z Compiling schemars_derive v0.8.21
13742025-02-11T19:59:07.911Z Compiling dirs-next v2.0.0
13752025-02-11T19:59:09.103Z Compiling http-body-util v0.1.2
13762025-02-11T19:59:09.357Z Compiling unicode-normalization v0.1.24
13772025-02-11T19:59:09.387Z Compiling heapless v0.7.17
13782025-02-11T19:59:09.550Z Compiling crossbeam-epoch v0.9.18
13792025-02-11T19:59:09.692Z Compiling signature v2.2.0
13802025-02-11T19:59:09.802Z Compiling sha1 v0.10.6
13812025-02-11T19:59:09.983Z Compiling bzip2-sys v0.1.11+1.0.8
13822025-02-11T19:59:10.212Z Compiling thread_local v1.1.8
13832025-02-11T19:59:10.254Z Compiling cookie v0.18.1
13842025-02-11T19:59:10.432Z Compiling multer v3.1.0
13852025-02-11T19:59:10.453Z Compiling encoding_rs v0.8.34
13862025-02-11T19:59:10.537Z Compiling openssl-probe v0.1.5
13872025-02-11T19:59:10.729Z Compiling signal-hook v0.3.17
13882025-02-11T19:59:10.777Z Compiling unicode-properties v0.1.3
13892025-02-11T19:59:10.871Z Compiling mime v0.3.17
13902025-02-11T19:59:10.905Z Compiling slog-async v2.8.0
13912025-02-11T19:59:11.023Z Compiling unicode-bidi v0.3.17
13922025-02-11T19:59:11.194Z Compiling dyn-clone v1.0.17
13932025-02-11T19:59:11.375Z Compiling ipnet v2.10.1
13942025-02-11T19:59:11.395Z Compiling rayon-core v1.12.1
13952025-02-11T19:59:11.424Z Compiling gimli v0.31.1
13962025-02-11T19:59:11.734Z Compiling stringprep v0.1.5
13972025-02-11T19:59:12.466Z Compiling hyper v1.5.2
13982025-02-11T19:59:12.915Z Compiling toml_edit v0.22.22
13992025-02-11T19:59:15.235Z Compiling hyper-util v0.1.10
14002025-02-11T19:59:15.583Z Compiling addr2line v0.24.2
14012025-02-11T19:59:15.793Z Compiling crossbeam-deque v0.8.5
14022025-02-11T19:59:16.175Z Compiling usdt-macro v0.5.0
14032025-02-11T19:59:16.210Z Compiling usdt-attr-macro v0.5.0
14042025-02-11T19:59:16.234Z Compiling term v0.7.0
14052025-02-11T19:59:17.281Z Compiling slog-json v2.6.1
14062025-02-11T19:59:17.487Z Compiling serde_urlencoded v0.7.1
14072025-02-11T19:59:17.537Z Compiling curve25519-dalek v4.1.3
14082025-02-11T19:59:17.670Z Compiling crossbeam-channel v0.5.13
14092025-02-11T19:59:17.691Z Compiling futures-executor v0.3.31
14102025-02-11T19:59:18.010Z Compiling md-5 v0.10.6
14112025-02-11T19:59:18.061Z Compiling enum-as-inner v0.6.1
14122025-02-11T19:59:18.192Z Compiling async-stream-impl v0.3.6
14132025-02-11T19:59:18.195Z Compiling rustls-pemfile v2.2.0
14142025-02-11T19:59:18.287Z Compiling num-integer v0.1.46
14152025-02-11T19:59:18.538Z Compiling hash32 v0.2.1
14162025-02-11T19:59:18.694Z Compiling ff v0.13.0
14172025-02-11T19:59:18.899Z Compiling is-terminal v0.4.13
14182025-02-11T19:59:18.936Z Compiling dropshot v0.12.0
14192025-02-11T19:59:19.013Z Compiling object v0.36.5
14202025-02-11T19:59:19.038Z Compiling anyhow v1.0.95
14212025-02-11T19:59:19.078Z Compiling smoltcp v0.9.1
14222025-02-11T19:59:19.228Z Compiling num-bigint-dig v0.8.4
14232025-02-11T19:59:19.444Z Compiling rustc-demangle v0.1.24
14242025-02-11T19:59:19.540Z Compiling linked-hash-map v0.5.6
14252025-02-11T19:59:19.629Z Compiling portable-atomic v1.9.0
14262025-02-11T19:59:19.695Z Compiling utf-8 v0.7.6
14272025-02-11T19:59:19.885Z Compiling litrs v0.4.1
14282025-02-11T19:59:20.017Z Compiling fallible-iterator v0.2.0
14292025-02-11T19:59:20.358Z Compiling psl-types v2.0.11
14302025-02-11T19:59:20.404Z Compiling quick-error v1.2.3
14312025-02-11T19:59:20.559Z Compiling base16ct v0.2.0
14322025-02-11T19:59:20.579Z Compiling take_mut v0.2.2
14332025-02-11T19:59:20.672Z Compiling postgres-protocol v0.6.7
14342025-02-11T19:59:20.694Z Compiling publicsuffix v2.3.0
14352025-02-11T19:59:20.884Z Compiling sec1 v0.7.3
14362025-02-11T19:59:21.018Z Compiling resolv-conf v0.7.0
14372025-02-11T19:59:21.048Z Compiling document-features v0.2.10
14382025-02-11T19:59:21.433Z Compiling tungstenite v0.24.0
14392025-02-11T19:59:21.735Z Compiling lru-cache v0.1.2
14402025-02-11T19:59:21.935Z Compiling async-stream v0.3.6
14412025-02-11T19:59:22.033Z Compiling hickory-proto v0.24.2
14422025-02-11T19:59:22.200Z Compiling slog-term v2.9.1
14432025-02-11T19:59:22.219Z Compiling usdt v0.5.0
14442025-02-11T19:59:22.275Z Compiling group v0.13.0
14452025-02-11T19:59:22.690Z Compiling num-iter v0.1.45
14462025-02-11T19:59:22.988Z Compiling futures v0.3.31
14472025-02-11T19:59:23.114Z Compiling slog-bunyan v2.5.0
14482025-02-11T19:59:23.338Z Compiling toml v0.8.19
14492025-02-11T19:59:23.588Z Compiling tokio-native-tls v0.3.1
14502025-02-11T19:59:24.827Z Compiling camino v1.1.9
14512025-02-11T19:59:24.880Z Compiling phf_shared v0.11.2
14522025-02-11T19:59:24.972Z Compiling dropshot_endpoint v0.12.0
14532025-02-11T19:59:25.228Z Compiling terminal_size v0.4.0
14542025-02-11T19:59:25.346Z Compiling openapiv3 v2.0.0
14552025-02-11T19:59:25.444Z Compiling waitgroup v0.1.2
14562025-02-11T19:59:25.660Z Compiling backtrace v0.3.74
14572025-02-11T19:59:25.680Z Compiling serde_path_to_error v0.1.16
14582025-02-11T19:59:26.097Z Compiling hkdf v0.12.4
14592025-02-11T19:59:26.369Z Compiling crypto-bigint v0.5.5
14602025-02-11T19:59:26.472Z Compiling curve25519-dalek-derive v0.1.1
14612025-02-11T19:59:27.925Z Compiling zerocopy-derive v0.6.6
14622025-02-11T19:59:28.475Z Compiling hubpack_derive v0.1.1
14632025-02-11T19:59:28.757Z Compiling webpki-roots v0.26.6
14642025-02-11T19:59:28.984Z Compiling hostname v0.4.0
14652025-02-11T19:59:29.185Z Compiling crc32fast v1.4.2
14662025-02-11T19:59:29.210Z Compiling fs-err v2.11.0
14672025-02-11T19:59:29.276Z Compiling ahash v0.8.11
14682025-02-11T19:59:29.303Z Compiling winnow v0.5.40
14692025-02-11T19:59:29.492Z Compiling bitflags v1.3.2
14702025-02-11T19:59:29.495Z Compiling newtype-uuid v1.2.1
14712025-02-11T19:59:29.610Z Compiling managed v0.8.0
14722025-02-11T19:59:29.632Z Compiling unicode-width v0.2.0
14732025-02-11T19:59:29.779Z Compiling debug-ignore v1.0.5
14742025-02-11T19:59:29.812Z Compiling zerocopy v0.6.6
14752025-02-11T19:59:29.977Z Compiling clap_builder v4.5.27
14762025-02-11T19:59:30.162Z Compiling console v0.15.10
14772025-02-11T19:59:30.871Z Compiling flate2 v1.0.35
14782025-02-11T19:59:31.343Z Compiling strum_macros v0.25.3
14792025-02-11T19:59:31.548Z Compiling hubpack v0.1.2
14802025-02-11T19:59:31.813Z Compiling elliptic-curve v0.13.8
14812025-02-11T19:59:32.006Z Compiling hickory-resolver v0.24.2
14822025-02-11T19:59:32.595Z Compiling toml_edit v0.19.15
14832025-02-11T19:59:32.709Z Compiling phf v0.11.2
14842025-02-11T19:59:32.994Z Compiling signal-hook-mio v0.2.4
14852025-02-11T19:59:33.139Z Compiling rayon v1.10.0
14862025-02-11T19:59:33.172Z Compiling cookie_store v0.21.1
14872025-02-11T19:59:34.631Z Compiling hyper-tls v0.6.0
14882025-02-11T19:59:35.026Z Compiling bzip2 v0.4.4
14892025-02-11T19:59:35.408Z Compiling tokio-tungstenite v0.24.0
14902025-02-11T19:59:35.977Z Compiling postgres-types v0.2.8
14912025-02-11T19:59:37.555Z Compiling ed25519 v2.2.3
14922025-02-11T19:59:37.847Z Compiling phf_shared v0.10.0
14932025-02-11T19:59:38.196Z Compiling tokio-stream v0.1.16
14942025-02-11T19:59:38.238Z Compiling pkcs1 v0.7.5
14952025-02-11T19:59:38.544Z Compiling serde-big-array v0.5.1
14962025-02-11T19:59:38.779Z Compiling rfc6979 v0.4.0
14972025-02-11T19:59:38.982Z Compiling serde_repr v0.1.19
14982025-02-11T19:59:39.161Z Compiling clap_derive v4.5.24
14992025-02-11T19:59:39.163Z Compiling derive-where v1.2.7
15002025-02-11T19:59:39.396Z Compiling float-cmp v0.9.0
15012025-02-11T19:59:39.641Z Compiling bstr v1.10.0
15022025-02-11T19:59:39.858Z Compiling sync_wrapper v1.0.1
15032025-02-11T19:59:40.024Z Compiling unicode-segmentation v1.12.0
15042025-02-11T19:59:40.045Z Compiling static_assertions v1.1.0
15052025-02-11T19:59:40.095Z Compiling difflib v0.4.0
15062025-02-11T19:59:40.163Z Compiling bit-vec v0.6.3
15072025-02-11T19:59:40.567Z Compiling precomputed-hash v0.1.1
15082025-02-11T19:59:40.704Z Compiling new_debug_unreachable v1.0.6
15092025-02-11T19:59:40.836Z Compiling normalize-line-endings v0.3.0
15102025-02-11T19:59:40.893Z Compiling predicates-core v1.0.8
15112025-02-11T19:59:40.985Z Compiling whoami v1.5.2
15122025-02-11T19:59:41.221Z Compiling number_prefix v0.4.0
15132025-02-11T19:59:41.269Z Compiling fixedbitset v0.4.2
15142025-02-11T19:59:41.453Z Compiling indicatif v0.17.11
15152025-02-11T19:59:41.493Z Compiling tokio-postgres v0.7.12
15162025-02-11T19:59:41.573Z Compiling predicates v3.1.2
15172025-02-11T19:59:41.718Z Compiling petgraph v0.6.5
15182025-02-11T19:59:42.450Z Compiling string_cache v0.8.7
15192025-02-11T19:59:42.890Z Compiling similar v2.6.0
15202025-02-11T19:59:43.137Z Compiling bit-set v0.5.3
15212025-02-11T19:59:43.433Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15222025-02-11T19:59:43.467Z Compiling ecdsa v0.16.9
15232025-02-11T19:59:44.017Z Compiling clap v4.5.27
15242025-02-11T19:59:44.151Z Compiling rsa v0.9.6
15252025-02-11T19:59:44.228Z Compiling ed25519-dalek v2.1.1
15262025-02-11T19:59:44.997Z Compiling toml v0.7.8
15272025-02-11T19:59:45.345Z Compiling zip v0.6.6
15282025-02-11T19:59:45.537Z Compiling crossterm v0.28.1
15292025-02-11T19:59:47.286Z Compiling hex v0.4.3
15302025-02-11T19:59:47.378Z Compiling x509-cert v0.2.5
15312025-02-11T19:59:47.567Z Compiling itertools v0.10.5
15322025-02-11T19:59:47.864Z Compiling peg-runtime v0.8.3
15332025-02-11T19:59:48.453Z Compiling unicode-xid v0.2.6
15342025-02-11T19:59:48.654Z Compiling lalrpop-util v0.19.12
15352025-02-11T19:59:48.937Z Compiling strum_macros v0.26.4
15362025-02-11T19:59:49.007Z Compiling xattr v1.3.1
15372025-02-11T19:59:49.043Z Compiling filetime v0.2.25
15382025-02-11T19:59:49.273Z Compiling tar v0.4.42
15392025-02-11T19:59:52.951Z Compiling strum v0.26.3
15402025-02-11T19:59:56.944Z Compiling aws-lc-sys v0.22.0
15412025-02-11T20:00:26.903Z Compiling rustls-webpki v0.102.8
15422025-02-11T20:00:30.063Z Compiling tokio-rustls v0.25.0
15432025-02-11T20:00:31.753Z Compiling tokio-rustls v0.26.0
15442025-02-11T20:00:32.034Z Compiling hyper-rustls v0.27.3
15452025-02-11T20:00:32.388Z Compiling reqwest v0.12.9
15462025-02-11T20:00:33.696Z Compiling qorb v0.2.1
15472025-02-11T20:00:36.834Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15482025-02-11T20:00:37.085Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15492025-02-11T20:00:41.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s
15502025-02-11T20:00:41.658Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15512025-02-11T20:00:41.707ZFeb 11 20:00:40.060 INFO Starting download, target: Clickhouse
15522025-02-11T20:00:41.707ZFeb 11 20:00:40.061 INFO Starting download, target: Console
15532025-02-11T20:00:41.707ZFeb 11 20:00:40.061 INFO Starting download, target: Cockroach
15542025-02-11T20:00:41.710ZFeb 11 20:00:40.061 INFO Starting download, target: DendriteOpenapi
15552025-02-11T20:00:41.710ZFeb 11 20:00:40.061 INFO Starting download, target: DendriteStub
15562025-02-11T20:00:41.710ZFeb 11 20:00:40.061 INFO Starting download, target: MaghemiteMgd
15572025-02-11T20:00:41.710ZFeb 11 20:00:40.061 INFO Starting download, target: TransceiverControl
15582025-02-11T20:00:41.710ZFeb 11 20:00:40.062 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15592025-02-11T20:00:41.710ZFeb 11 20:00:40.062 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15602025-02-11T20:00:41.710ZFeb 11 20:00:40.062 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15612025-02-11T20:00:41.710ZFeb 11 20:00:40.062 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15622025-02-11T20:00:41.710ZFeb 11 20:00:40.062 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15632025-02-11T20:00:41.710ZFeb 11 20:00:40.062 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15642025-02-11T20:00:41.710ZFeb 11 20:00:40.062 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15652025-02-11T20:00:41.867ZFeb 11 20:00:40.219 INFO Download complete, target: DendriteOpenapi
15662025-02-11T20:00:42.036ZFeb 11 20:00:40.379 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15672025-02-11T20:00:42.260ZFeb 11 20:00:40.599 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15682025-02-11T20:00:42.430ZFeb 11 20:00:40.778 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15692025-02-11T20:00:42.532ZFeb 11 20:00:40.883 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15702025-02-11T20:00:42.547ZFeb 11 20:00:40.900 INFO Download complete, target: TransceiverControl
15712025-02-11T20:00:42.628ZFeb 11 20:00:40.978 INFO Download complete, target: Console
15722025-02-11T20:00:43.196ZFeb 11 20:00:41.550 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15732025-02-11T20:00:43.196ZFeb 11 20:00:41.550 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15742025-02-11T20:00:43.679ZFeb 11 20:00:42.032 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15752025-02-11T20:00:45.330ZFeb 11 20:00:43.684 INFO Download complete, target: MaghemiteMgd
15762025-02-11T20:00:45.367ZFeb 11 20:00:43.721 INFO Download complete, target: DendriteStub
15772025-02-11T20:00:50.874ZFeb 11 20:00:49.224 INFO Checking that binary works, target: Cockroach
15782025-02-11T20:00:51.030ZFeb 11 20:00:49.381 INFO Download complete, target: Cockroach
15792025-02-11T20:00:56.383ZFeb 11 20:00:54.732 INFO Checking that binary works, target: Clickhouse
15802025-02-11T20:00:57.031ZFeb 11 20:00:55.383 INFO Download complete, target: Clickhouse
15812025-02-11T20:00:57.039ZAll prerequisites installed successfully
15822025-02-11T20:00:57.041Z
15832025-02-11T20:00:57.041Zreal 5:09.654741116
15842025-02-11T20:00:57.041Zuser 15:49.143748004
15852025-02-11T20:00:57.041Zsys 2:03.836519187
15862025-02-11T20:00:57.041Ztrap 0.596067689
15872025-02-11T20:00:57.041Ztflt 3.131625903
15882025-02-11T20:00:57.041Zdflt 2.859993960
15892025-02-11T20:00:57.041Zkflt 0.023304728
15902025-02-11T20:00:57.041Zlock 24:40.323759748
15912025-02-11T20:00:57.041Zslp 55:59.558217556
15922025-02-11T20:00:57.041Zlat 1:01.191712013
15932025-02-11T20:00:57.042Zstop 2:25.897986879
15942025-02-11T20:00:57.042Z+ ptime -m cargo xtask download softnpu
15952025-02-11T20:00:57.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
15962025-02-11T20:00:57.590Z Running `target/debug/xtask download softnpu`
15972025-02-11T20:00:58.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
15982025-02-11T20:00:58.484Z Running `target/debug/xtask-downloader softnpu`
15992025-02-11T20:00:58.521ZFeb 11 20:00:56.872 INFO Starting download, target: Softnpu
16002025-02-11T20:00:58.523ZFeb 11 20:00:56.873 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16012025-02-11T20:00:59.215ZFeb 11 20:00:57.566 INFO Download complete, target: Softnpu
16022025-02-11T20:00:59.219Z
16032025-02-11T20:00:59.222Zreal 2.172950081
16042025-02-11T20:00:59.222Zuser 1.266294901
16052025-02-11T20:00:59.222Zsys 0.551760591
16062025-02-11T20:00:59.222Ztrap 0.000999468
16072025-02-11T20:00:59.222Ztflt 0.000029806
16082025-02-11T20:00:59.222Zdflt 0.000128324
16092025-02-11T20:00:59.222Zkflt 0.000000000
16102025-02-11T20:00:59.222Zlock 7.069333954
16112025-02-11T20:00:59.222Zslp 0.561124858
16122025-02-11T20:00:59.222Zlat 0.070186130
16132025-02-11T20:00:59.222Zstop 0.000163573
16142025-02-11T20:00:59.222Z+ export CARGO_INCREMENTAL=0
16152025-02-11T20:00:59.222Z+ CARGO_INCREMENTAL=0
16162025-02-11T20:00:59.222Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16172025-02-11T20:01:00.160Z Compiling proc-macro2 v1.0.92
16182025-02-11T20:01:00.160Z Compiling unicode-ident v1.0.14
16192025-02-11T20:01:00.162Z Compiling libc v0.2.169
16202025-02-11T20:01:00.162Z Compiling serde v1.0.217
16212025-02-11T20:01:00.162Z Compiling autocfg v1.4.0
16222025-02-11T20:01:00.162Z Compiling version_check v0.9.5
16232025-02-11T20:01:00.162Z Compiling cfg-if v1.0.0
16242025-02-11T20:01:00.446Z Compiling memchr v2.7.4
16252025-02-11T20:01:00.466Z Compiling typenum v1.17.0
16262025-02-11T20:01:00.526Z Compiling shlex v1.3.0
16272025-02-11T20:01:00.842Z Compiling value-bag v1.9.0
16282025-02-11T20:01:00.894Z Compiling scopeguard v1.2.0
16292025-02-11T20:01:00.922Z Compiling generic-array v0.14.7
16302025-02-11T20:01:01.121Z Compiling lock_api v0.4.12
16312025-02-11T20:01:01.366Z Compiling log v0.4.22
16322025-02-11T20:01:01.385Z Compiling parking_lot_core v0.9.10
16332025-02-11T20:01:01.719Z Compiling serde_json v1.0.135
16342025-02-11T20:01:01.794Z Compiling once_cell v1.20.2
16352025-02-11T20:01:02.015Z Compiling quote v1.0.38
16362025-02-11T20:01:02.033Z Compiling jobserver v0.1.32
16372025-02-11T20:01:02.097Z Compiling getrandom v0.2.15
16382025-02-11T20:01:02.146Z Compiling rustix v0.38.37
16392025-02-11T20:01:02.213Z Compiling libm v0.2.8
16402025-02-11T20:01:02.386Z Compiling syn v2.0.96
16412025-02-11T20:01:02.474Z Compiling cc v1.1.30
16422025-02-11T20:01:02.572Z Compiling aho-corasick v1.1.3
16432025-02-11T20:01:02.704Z Compiling num-traits v0.2.19
16442025-02-11T20:01:02.746Z Compiling regex-syntax v0.8.5
16452025-02-11T20:01:02.769Z Compiling thiserror v1.0.69
16462025-02-11T20:01:02.884Z Compiling either v1.13.0
16472025-02-11T20:01:03.011Z Compiling itoa v1.0.11
16482025-02-11T20:01:03.267Z Compiling spin v0.9.8
16492025-02-11T20:01:03.288Z Compiling slab v0.4.9
16502025-02-11T20:01:03.593Z Compiling errno v0.3.9
16512025-02-11T20:01:03.645Z Compiling byteorder v1.5.0
16522025-02-11T20:01:03.827Z Compiling rand_core v0.6.4
16532025-02-11T20:01:04.407Z Compiling glob v0.3.2
16542025-02-11T20:01:04.476Z Compiling prettyplease v0.2.25
16552025-02-11T20:01:04.558Z Compiling lazy_static v1.5.0
16562025-02-11T20:01:04.888Z Compiling minimal-lexical v0.2.1
16572025-02-11T20:01:05.126Z Compiling clang-sys v1.8.1
16582025-02-11T20:01:05.317Z Compiling nom v7.1.3
16592025-02-11T20:01:05.436Z Compiling libloading v0.8.5
16602025-02-11T20:01:05.481Z Compiling smallvec v1.13.2
16612025-02-11T20:01:05.808Z Compiling home v0.5.9
16622025-02-11T20:01:05.828Z Compiling subtle v2.6.1
16632025-02-11T20:01:05.945Z Compiling bindgen v0.69.5
16642025-02-11T20:01:06.125Z Compiling itertools v0.12.1
16652025-02-11T20:01:06.314Z Compiling allocator-api2 v0.2.18
16662025-02-11T20:01:06.366Z Compiling regex-automata v0.4.8
16672025-02-11T20:01:06.782Z Compiling rustc-hash v1.1.0
16682025-02-11T20:01:06.949Z Compiling lazycell v1.3.0
16692025-02-11T20:01:07.001Z Compiling cmake v0.1.51
16702025-02-11T20:01:07.333Z Compiling semver v1.0.24
16712025-02-11T20:01:07.813Z Compiling fs_extra v1.3.0
16722025-02-11T20:01:08.258Z Compiling dunce v1.0.5
16732025-02-11T20:01:08.376Z Compiling pkg-config v0.3.31
16742025-02-11T20:01:08.411Z Compiling cexpr v0.6.0
16752025-02-11T20:01:08.631Z Compiling ring v0.17.8
16762025-02-11T20:01:09.248Z Compiling pin-project-lite v0.2.14
16772025-02-11T20:01:09.367Z Compiling synstructure v0.13.1
16782025-02-11T20:01:09.473Z Compiling ryu v1.0.18
16792025-02-11T20:01:09.564Z Compiling paste v1.0.15
16802025-02-11T20:01:09.859Z Compiling const-oid v0.9.6
16812025-02-11T20:01:10.141Z Compiling schemars v0.8.21
16822025-02-11T20:01:10.532Z Compiling aws-lc-rs v1.10.0
16832025-02-11T20:01:10.606Z Compiling fnv v1.0.7
16842025-02-11T20:01:10.719Z Compiling httparse v1.9.5
16852025-02-11T20:01:10.944Z Compiling serde_derive_internals v0.29.1
16862025-02-11T20:01:11.465Z Compiling foldhash v0.1.3
16872025-02-11T20:01:11.698Z Compiling equivalent v1.0.1
16882025-02-11T20:01:11.755Z Compiling regex v1.11.1
16892025-02-11T20:01:11.830Z Compiling hashbrown v0.15.1
16902025-02-11T20:01:11.866Z Compiling signal-hook-registry v1.4.2
16912025-02-11T20:01:12.661Z Compiling heck v0.5.0
16922025-02-11T20:01:12.681Z Compiling parking_lot v0.12.3
16932025-02-11T20:01:12.949Z Compiling mio v1.0.2
16942025-02-11T20:01:13.066Z Compiling stable_deref_trait v1.2.0
16952025-02-11T20:01:13.749Z Compiling socket2 v0.5.7
16962025-02-11T20:01:13.830Z Compiling serde_derive v1.0.217
16972025-02-11T20:01:14.509Z Compiling zeroize_derive v1.4.2
16982025-02-11T20:01:14.650Z Compiling zerocopy-derive v0.7.35
16992025-02-11T20:01:15.268Z Compiling thiserror-impl v1.0.69
17002025-02-11T20:01:15.349Z Compiling tokio-macros v2.5.0
17012025-02-11T20:01:15.413Z Compiling zerofrom-derive v0.1.4
17022025-02-11T20:01:15.867Z Compiling zeroize v1.8.1
17032025-02-11T20:01:16.016Z Compiling yoke-derive v0.7.4
17042025-02-11T20:01:16.300Z Compiling zerovec-derive v0.10.3
17052025-02-11T20:01:16.321Z Compiling futures-macro v0.3.31
17062025-02-11T20:01:16.495Z Compiling displaydoc v0.2.5
17072025-02-11T20:01:17.880Z Compiling zerocopy v0.7.35
17082025-02-11T20:01:17.989Z Compiling crypto-common v0.1.6
17092025-02-11T20:01:18.082Z Compiling icu_provider_macros v1.5.0
17102025-02-11T20:01:18.198Z Compiling tracing-attributes v0.1.27
17112025-02-11T20:01:18.357Z Compiling schemars_derive v0.8.21
17122025-02-11T20:01:18.445Z Compiling block-buffer v0.10.4
17132025-02-11T20:01:18.691Z Compiling digest v0.10.7
17142025-02-11T20:01:19.125Z Compiling num-conv v0.1.0
17152025-02-11T20:01:19.184Z Compiling futures-core v0.3.31
17162025-02-11T20:01:19.314Z Compiling crossbeam-utils v0.8.20
17172025-02-11T20:01:19.394Z Compiling time-core v0.1.2
17182025-02-11T20:01:19.580Z Compiling time-macros v0.2.18
17192025-02-11T20:01:19.713Z Compiling der_derive v0.7.3
17202025-02-11T20:01:19.812Z Compiling vcpkg v0.2.15
17212025-02-11T20:01:21.289Z Compiling openssl-sys v0.9.105
17222025-02-11T20:01:22.073Z Compiling syn v1.0.109
17232025-02-11T20:01:22.588Z Compiling cpufeatures v0.2.14
17242025-02-11T20:01:22.680Z Compiling futures-sink v0.3.31
17252025-02-11T20:01:22.733Z Compiling slog v2.7.0
17262025-02-11T20:01:23.119Z Compiling ahash v0.8.11
17272025-02-11T20:01:23.308Z Compiling zerofrom v0.1.4
17282025-02-11T20:01:23.569Z Compiling iana-time-zone v0.1.61
17292025-02-11T20:01:23.691Z Compiling yoke v0.7.4
17302025-02-11T20:01:24.057Z Compiling futures-channel v0.3.31
17312025-02-11T20:01:24.060Z Compiling scroll_derive v0.12.0
17322025-02-11T20:01:24.145Z Compiling futures-task v0.3.31
17332025-02-11T20:01:24.271Z Compiling openssl v0.10.70
17342025-02-11T20:01:24.424Z Compiling futures-io v0.3.31
17352025-02-11T20:01:24.531Z Compiling ucd-trie v0.1.7
17362025-02-11T20:01:24.680Z Compiling pin-utils v0.1.0
17372025-02-11T20:01:24.764Z Compiling futures-util v0.3.31
17382025-02-11T20:01:24.785Z Compiling zerovec v0.10.4
17392025-02-11T20:01:24.999Z Compiling pest v2.7.14
17402025-02-11T20:01:25.950Z Compiling bitflags v2.6.0
17412025-02-11T20:01:26.134Z Compiling bytes v1.9.0
17422025-02-11T20:01:27.963Z Compiling indexmap v2.7.1
17432025-02-11T20:01:28.421Z Compiling tokio v1.43.0
17442025-02-11T20:01:29.300Z Compiling serde_tokenstream v0.2.2
17452025-02-11T20:01:29.750Z Compiling uuid v1.12.0
17462025-02-11T20:01:29.850Z Compiling http v1.2.0
17472025-02-11T20:01:30.763Z Compiling which v4.4.2
17482025-02-11T20:01:30.852Z Compiling chrono v0.4.39
17492025-02-11T20:01:31.264Z Compiling rustc_version v0.4.1
17502025-02-11T20:01:32.704Z Compiling hmac v0.12.1
17512025-02-11T20:01:33.951Z Compiling pest_meta v2.7.14
17522025-02-11T20:01:37.021Z Compiling block-padding v0.3.3
17532025-02-11T20:01:37.260Z Compiling openssl-macros v0.1.1
17542025-02-11T20:01:37.628Z Compiling rustls v0.23.19
17552025-02-11T20:01:37.928Z Compiling native-tls v0.2.12
17562025-02-11T20:01:37.968Z Compiling inout v0.1.3
17572025-02-11T20:01:38.233Z Compiling pest_generator v2.7.14
17582025-02-11T20:01:38.252Z Compiling tinystr v0.7.6
17592025-02-11T20:01:38.612Z Compiling serde_spanned v0.6.8
17602025-02-11T20:01:38.669Z Compiling toml_datetime v0.6.8
17612025-02-11T20:01:38.880Z Compiling tracing-core v0.1.32
17622025-02-11T20:01:39.047Z Compiling dyn-clone v1.0.17
17632025-02-11T20:01:39.084Z Compiling strsim v0.11.1
17642025-02-11T20:01:39.252Z Compiling writeable v0.5.5
17652025-02-11T20:01:39.695Z Compiling litemap v0.7.3
17662025-02-11T20:01:39.902Z Compiling pest_derive v2.7.14
17672025-02-11T20:01:40.074Z Compiling icu_locid v1.5.0
17682025-02-11T20:01:40.365Z Compiling tracing v0.1.40
17692025-02-11T20:01:41.026Z Compiling cipher v0.4.4
17702025-02-11T20:01:41.236Z Compiling sha2 v0.10.8
17712025-02-11T20:01:41.752Z Compiling usdt-impl v0.5.0
17722025-02-11T20:01:41.941Z Compiling cookie v0.18.1
17732025-02-11T20:01:41.966Z Compiling base64ct v1.6.0
17742025-02-11T20:01:42.232Z Compiling icu_provider v1.5.0
17752025-02-11T20:01:42.497Z Compiling pem-rfc7468 v0.7.0
17762025-02-11T20:01:43.359Z Compiling aws-lc-sys v0.22.0
17772025-02-11T20:01:43.942Z Compiling scroll v0.12.0
17782025-02-11T20:01:44.345Z Compiling ppv-lite86 v0.2.20
17792025-02-11T20:01:44.490Z Compiling async-trait v0.1.85
17802025-02-11T20:01:45.336Z Compiling flagset v0.4.6
17812025-02-11T20:01:45.558Z Compiling camino v1.1.9
17822025-02-11T20:01:46.573Z Compiling plain v0.2.3
17832025-02-11T20:01:46.717Z Compiling anyhow v1.0.95
17842025-02-11T20:01:47.202Z Compiling rustls-pki-types v1.10.0
17852025-02-11T20:01:47.304Z Compiling percent-encoding v2.3.1
17862025-02-11T20:01:47.768Z Compiling icu_locid_transform_data v1.5.0
17872025-02-11T20:01:47.983Z Compiling icu_locid_transform v1.5.0
17882025-02-11T20:01:49.875Z Compiling goblin v0.8.2
17892025-02-11T20:01:50.526Z Compiling der v0.7.9
17902025-02-11T20:01:51.621Z Compiling rand_chacha v0.3.1
17912025-02-11T20:01:53.072Z Compiling tokio-util v0.7.12
17922025-02-11T20:01:53.278Z Compiling icu_collections v1.5.0
17932025-02-11T20:01:54.594Z Compiling pretty-hex v0.4.1
17942025-02-11T20:01:54.840Z Compiling icu_properties_data v1.5.0
17952025-02-11T20:01:54.865Z Compiling untrusted v0.9.0
17962025-02-11T20:01:54.886Z Compiling untrusted v0.7.1
17972025-02-11T20:01:55.363Z Compiling rustls v0.22.4
17982025-02-11T20:01:55.383Z Compiling mirai-annotations v1.12.0
17992025-02-11T20:01:55.544Z Compiling powerfmt v0.2.0
18002025-02-11T20:01:55.604Z Compiling rayon-core v1.12.1
18012025-02-11T20:01:55.659Z Compiling icu_properties v1.5.1
18022025-02-11T20:01:55.907Z Compiling deranged v0.3.11
18032025-02-11T20:01:55.998Z Compiling dof v0.3.0
18042025-02-11T20:01:57.604Z Compiling spki v0.7.3
18052025-02-11T20:01:57.960Z Compiling rand v0.8.5
18062025-02-11T20:01:58.135Z Compiling salsa20 v0.10.2
18072025-02-11T20:01:58.260Z Compiling dtrace-parser v0.2.0
18082025-02-11T20:01:59.434Z Compiling pbkdf2 v0.12.2
18092025-02-11T20:01:59.815Z Compiling thread-id v4.2.2
18102025-02-11T20:01:59.890Z Compiling num_threads v0.1.7
18112025-02-11T20:01:59.941Z Compiling utf8_iter v1.0.4
18122025-02-11T20:02:00.029Z Compiling litrs v0.4.1
18132025-02-11T20:02:00.691Z Compiling icu_normalizer_data v1.5.0
18142025-02-11T20:02:00.777Z Compiling atomic-waker v1.1.2
18152025-02-11T20:02:00.935Z Compiling write16 v1.0.0
18162025-02-11T20:02:01.030Z Compiling utf16_iter v1.0.5
18172025-02-11T20:02:01.259Z Compiling winnow v0.5.40
18182025-02-11T20:02:01.327Z Compiling icu_normalizer v1.5.0
18192025-02-11T20:02:01.783Z Compiling time v0.3.36
18202025-02-11T20:02:02.977Z Compiling document-features v0.2.10
18212025-02-11T20:02:04.681Z Compiling toml_edit v0.19.15
18222025-02-11T20:02:05.654Z Compiling scrypt v0.11.0
18232025-02-11T20:02:05.802Z Compiling form_urlencoded v1.2.1
18242025-02-11T20:02:06.123Z Compiling aes v0.8.4
18252025-02-11T20:02:06.331Z Compiling cbc v0.1.2
18262025-02-11T20:02:06.555Z Compiling http-body v1.0.1
18272025-02-11T20:02:06.633Z Compiling multer v3.1.0
18282025-02-11T20:02:06.825Z Compiling rustversion v1.0.17
18292025-02-11T20:02:06.936Z Compiling tinyvec_macros v0.1.1
18302025-02-11T20:02:07.233Z Compiling try-lock v0.2.5
18312025-02-11T20:02:07.393Z Compiling slog-async v2.8.0
18322025-02-11T20:02:07.495Z Compiling want v0.3.1
18332025-02-11T20:02:07.781Z Compiling tinyvec v1.8.0
18342025-02-11T20:02:07.833Z Compiling pkcs5 v0.7.1
18352025-02-11T20:02:09.401Z Compiling idna_adapter v1.2.0
18362025-02-11T20:02:09.758Z Compiling h2 v0.4.6
18372025-02-11T20:02:10.133Z Compiling heapless v0.7.17
18382025-02-11T20:02:10.949Z Compiling bzip2-sys v0.1.11+1.0.8
18392025-02-11T20:02:11.416Z Compiling httpdate v1.0.3
18402025-02-11T20:02:11.585Z Compiling signal-hook v0.3.17
18412025-02-11T20:02:12.127Z Compiling idna v1.0.3
18422025-02-11T20:02:13.501Z Compiling pkcs8 v0.10.2
18432025-02-11T20:02:14.561Z Compiling usdt-attr-macro v0.5.0
18442025-02-11T20:02:14.877Z Compiling usdt-macro v0.5.0
18452025-02-11T20:02:16.042Z Compiling async-stream-impl v0.3.6
18462025-02-11T20:02:16.518Z Compiling base64 v0.22.1
18472025-02-11T20:02:16.815Z Compiling adler2 v2.0.0
18482025-02-11T20:02:17.105Z Compiling tower-service v0.3.3
18492025-02-11T20:02:17.194Z Compiling miniz_oxide v0.8.0
18502025-02-11T20:02:17.782Z Compiling hyper v1.5.2
18512025-02-11T20:02:20.450Z Compiling curve25519-dalek v4.1.3
18522025-02-11T20:02:20.615Z Compiling hyper-util v0.1.10
18532025-02-11T20:02:20.887Z Compiling openapiv3 v2.0.0
18542025-02-11T20:02:24.259Z Compiling enum-as-inner v0.6.1
18552025-02-11T20:02:25.153Z Compiling dropshot v0.12.0
18562025-02-11T20:02:25.431Z Compiling foreign-types-shared v0.1.1
18572025-02-11T20:02:25.606Z Compiling newtype-uuid v1.2.1
18582025-02-11T20:02:25.905Z Compiling num-bigint-dig v0.8.4
18592025-02-11T20:02:26.202Z Compiling portable-atomic v1.9.0
18602025-02-11T20:02:26.205Z Compiling match_cfg v0.1.0
18612025-02-11T20:02:26.463Z Compiling smoltcp v0.9.1
18622025-02-11T20:02:26.900Z Compiling hostname v0.3.1
18632025-02-11T20:02:27.030Z Compiling foreign-types v0.3.2
18642025-02-11T20:02:28.311Z Compiling url v2.5.3
18652025-02-11T20:02:30.095Z Compiling http-body-util v0.1.2
18662025-02-11T20:02:30.658Z Compiling dirs-sys-next v0.1.2
18672025-02-11T20:02:30.725Z Compiling encoding_rs v0.8.34
18682025-02-11T20:02:30.870Z Compiling siphasher v0.3.11
18692025-02-11T20:02:31.127Z Compiling ident_case v1.0.1
18702025-02-11T20:02:31.207Z Compiling heck v0.4.1
18712025-02-11T20:02:31.331Z Compiling data-encoding v2.6.0
18722025-02-11T20:02:31.561Z Compiling mime v0.3.17
18732025-02-11T20:02:32.641Z Compiling gimli v0.31.1
18742025-02-11T20:02:32.761Z Compiling darling_core v0.20.10
18752025-02-11T20:02:34.005Z Compiling dirs-next v2.0.0
18762025-02-11T20:02:38.274Z Compiling addr2line v0.24.2
18772025-02-11T20:02:39.963Z Compiling unicode-normalization v0.1.24
18782025-02-11T20:02:41.011Z Compiling crossbeam-epoch v0.9.18
18792025-02-11T20:02:41.657Z Compiling serde_urlencoded v0.7.1
18802025-02-11T20:02:41.796Z Compiling rustls-pemfile v2.2.0
18812025-02-11T20:02:42.152Z Compiling hubpack_derive v0.1.1
18822025-02-11T20:02:42.190Z Compiling dropshot_endpoint v0.12.0
18832025-02-11T20:02:42.346Z Compiling sha1 v0.10.6
18842025-02-11T20:02:42.374Z Compiling signature v2.2.0
18852025-02-11T20:02:42.598Z Compiling zerocopy-derive v0.6.6
18862025-02-11T20:02:42.736Z Compiling curve25519-dalek-derive v0.1.1
18872025-02-11T20:02:43.037Z Compiling object v0.36.5
18882025-02-11T20:02:44.289Z Compiling thread_local v1.1.8
18892025-02-11T20:02:44.729Z Compiling fs-err v2.11.0
18902025-02-11T20:02:45.922Z Compiling ipnet v2.10.1
18912025-02-11T20:02:47.375Z Compiling unicode-bidi v0.3.17
18922025-02-11T20:02:48.448Z Compiling rustc-demangle v0.1.24
18932025-02-11T20:02:48.508Z Compiling anstyle v1.0.10
18942025-02-11T20:02:48.947Z Compiling openssl-probe v0.1.5
18952025-02-11T20:02:49.513Z Compiling utf8parse v0.2.2
18962025-02-11T20:02:50.764Z Compiling unicode-properties v0.1.3
18972025-02-11T20:02:52.225Z Compiling winnow v0.6.20
18982025-02-11T20:02:55.583Z Compiling rustls-webpki v0.102.8
18992025-02-11T20:02:56.007Z Compiling toml_edit v0.22.22
19002025-02-11T20:02:58.599Z Compiling stringprep v0.1.5
19012025-02-11T20:02:59.493Z Compiling backtrace v0.3.74
19022025-02-11T20:03:02.701Z Compiling anstyle-parse v0.2.5
19032025-02-11T20:03:04.991Z Compiling crossbeam-deque v0.8.5
19042025-02-11T20:03:05.335Z Compiling darling_macro v0.20.10
19052025-02-11T20:03:05.909Z Compiling term v0.7.0
19062025-02-11T20:03:06.209Z Compiling slog-json v2.6.1
19072025-02-11T20:03:07.777Z Compiling crossbeam-channel v0.5.13
19082025-02-11T20:03:08.289Z Compiling hashbrown v0.14.5
19092025-02-11T20:03:08.959Z Compiling futures-executor v0.3.31
19102025-02-11T20:03:09.272Z Compiling num-integer v0.1.46
19112025-02-11T20:03:09.390Z Compiling md-5 v0.10.6
19122025-02-11T20:03:09.483Z Compiling ff v0.13.0
19132025-02-11T20:03:09.634Z Compiling hash32 v0.2.1
19142025-02-11T20:03:09.707Z Compiling is-terminal v0.4.13
19152025-02-11T20:03:09.849Z Compiling memmap v0.7.0
19162025-02-11T20:03:09.914Z Compiling take_mut v0.2.2
19172025-02-11T20:03:09.972Z Compiling psl-types v2.0.11
19182025-02-11T20:03:10.081Z Compiling base16ct v0.2.0
19192025-02-11T20:03:10.152Z Compiling quick-error v1.2.3
19202025-02-11T20:03:10.194Z Compiling is_terminal_polyfill v1.70.1
19212025-02-11T20:03:10.340Z Compiling fallible-iterator v0.2.0
19222025-02-11T20:03:10.359Z Compiling anstyle-query v1.1.1
19232025-02-11T20:03:10.378Z Compiling linked-hash-map v0.5.6
19242025-02-11T20:03:10.550Z Compiling colorchoice v1.0.2
19252025-02-11T20:03:10.731Z Compiling utf-8 v0.7.6
19262025-02-11T20:03:10.734Z Compiling lru-cache v0.1.2
19272025-02-11T20:03:10.939Z Compiling postgres-protocol v0.6.7
19282025-02-11T20:03:10.974Z Compiling tungstenite v0.24.0
19292025-02-11T20:03:11.045Z Compiling anstream v0.6.15
19302025-02-11T20:03:11.362Z Compiling publicsuffix v2.3.0
19312025-02-11T20:03:11.629Z Compiling sec1 v0.7.3
19322025-02-11T20:03:11.647Z Compiling resolv-conf v0.7.0
19332025-02-11T20:03:12.176Z Compiling usdt v0.5.0
19342025-02-11T20:03:12.603Z Compiling slog-term v2.9.1
19352025-02-11T20:03:12.758Z Compiling num-iter v0.1.45
19362025-02-11T20:03:12.963Z Compiling group v0.13.0
19372025-02-11T20:03:13.162Z Compiling regress v0.10.1
19382025-02-11T20:03:13.284Z Compiling futures v0.3.31
19392025-02-11T20:03:16.252Z Compiling slog-bunyan v2.5.0
19402025-02-11T20:03:16.445Z Compiling darling v0.20.10
19412025-02-11T20:03:16.666Z Compiling tokio-rustls v0.26.0
19422025-02-11T20:03:16.821Z Compiling tokio-native-tls v0.3.1
19432025-02-11T20:03:17.091Z Compiling tokio-rustls v0.25.0
19442025-02-11T20:03:17.110Z Compiling toml v0.8.19
19452025-02-11T20:03:17.696Z Compiling hickory-proto v0.24.2
19462025-02-11T20:03:17.795Z Compiling strum_macros v0.25.3
19472025-02-11T20:03:18.471Z Compiling phf_shared v0.11.2
19482025-02-11T20:03:18.919Z Compiling async-stream v0.3.6
19492025-02-11T20:03:18.936Z Compiling waitgroup v0.1.2
19502025-02-11T20:03:19.002Z Compiling webpki-roots v0.26.6
19512025-02-11T20:03:19.299Z Compiling hkdf v0.12.4
19522025-02-11T20:03:19.356Z Compiling terminal_size v0.4.0
19532025-02-11T20:03:19.523Z Compiling serde_path_to_error v0.1.16
19542025-02-11T20:03:19.577Z Compiling crypto-bigint v0.5.5
19552025-02-11T20:03:20.154Z Compiling serde_repr v0.1.19
19562025-02-11T20:03:20.270Z Compiling clap_derive v4.5.24
19572025-02-11T20:03:21.182Z Compiling derive-where v1.2.7
19582025-02-11T20:03:21.235Z Compiling hostname v0.4.0
19592025-02-11T20:03:21.441Z Compiling crc32fast v1.4.2
19602025-02-11T20:03:21.759Z Compiling debug-ignore v1.0.5
19612025-02-11T20:03:22.097Z Compiling managed v0.8.0
19622025-02-11T20:03:22.574Z Compiling bitflags v1.3.2
19632025-02-11T20:03:22.978Z Compiling unicode-width v0.2.0
19642025-02-11T20:03:23.524Z Compiling clap_lex v0.7.4
19652025-02-11T20:03:23.707Z Compiling console v0.15.10
19662025-02-11T20:03:23.932Z Compiling clap_builder v4.5.27
19672025-02-11T20:03:24.087Z Compiling hickory-resolver v0.24.2
19682025-02-11T20:03:25.980Z Compiling elliptic-curve v0.13.8
19692025-02-11T20:03:26.946Z Compiling flate2 v1.0.35
19702025-02-11T20:03:28.605Z Compiling hyper-rustls v0.27.3
19712025-02-11T20:03:30.293Z Compiling phf v0.11.2
19722025-02-11T20:03:30.595Z Compiling hyper-tls v0.6.0
19732025-02-11T20:03:31.033Z Compiling typify-impl v0.2.0
19742025-02-11T20:03:31.314Z Compiling signal-hook-mio v0.2.4
19752025-02-11T20:03:31.492Z Compiling rayon v1.10.0
19762025-02-11T20:03:31.561Z Compiling bzip2 v0.4.4
19772025-02-11T20:03:31.914Z Compiling cookie_store v0.21.1
19782025-02-11T20:03:35.507Z Compiling tokio-tungstenite v0.24.0
19792025-02-11T20:03:35.561Z Compiling postgres-types v0.2.8
19802025-02-11T20:03:35.873Z Compiling zerocopy v0.6.6
19812025-02-11T20:03:36.031Z Compiling hubpack v0.1.2
19822025-02-11T20:03:36.061Z Compiling ed25519 v2.2.3
19832025-02-11T20:03:36.442Z Compiling phf_shared v0.10.0
19842025-02-11T20:03:36.503Z Compiling pkcs1 v0.7.5
19852025-02-11T20:03:36.748Z Compiling tokio-stream v0.1.16
19862025-02-11T20:03:36.811Z Compiling ipnetwork v0.20.0
19872025-02-11T20:03:37.674Z Compiling rfc6979 v0.4.0
19882025-02-11T20:03:37.712Z Compiling serde-big-array v0.5.1
19892025-02-11T20:03:37.783Z Compiling float-cmp v0.9.0
19902025-02-11T20:03:37.879Z Compiling sync_wrapper v1.0.1
19912025-02-11T20:03:38.021Z Compiling bstr v1.10.0
19922025-02-11T20:03:38.117Z Compiling difflib v0.4.0
19932025-02-11T20:03:39.054Z Compiling unicode-segmentation v1.12.0
19942025-02-11T20:03:39.262Z Compiling static_assertions v1.1.0
19952025-02-11T20:03:39.380Z Compiling whoami v1.5.2
19962025-02-11T20:03:39.446Z Compiling number_prefix v0.4.0
19972025-02-11T20:03:39.676Z Compiling precomputed-hash v0.1.1
19982025-02-11T20:03:39.813Z Compiling new_debug_unreachable v1.0.6
19992025-02-11T20:03:39.872Z Compiling normalize-line-endings v0.3.0
20002025-02-11T20:03:39.874Z Compiling bit-vec v0.6.3
20012025-02-11T20:03:40.007Z Compiling fixedbitset v0.4.2
20022025-02-11T20:03:40.177Z Compiling predicates-core v1.0.8
20032025-02-11T20:03:40.300Z Compiling petgraph v0.6.5
20042025-02-11T20:03:40.412Z Compiling predicates v3.1.2
20052025-02-11T20:03:40.474Z Compiling bit-set v0.5.3
20062025-02-11T20:03:40.762Z Compiling string_cache v0.8.7
20072025-02-11T20:03:41.178Z Compiling similar v2.6.0
20082025-02-11T20:03:41.405Z Compiling typify-macro v0.2.0
20092025-02-11T20:03:43.001Z Compiling reqwest v0.12.9
20102025-02-11T20:03:43.043Z Compiling tokio-postgres v0.7.12
20112025-02-11T20:03:43.567Z Compiling indicatif v0.17.11
20122025-02-11T20:03:43.867Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20132025-02-11T20:03:45.354Z Compiling ecdsa v0.16.9
20142025-02-11T20:03:46.183Z Compiling qorb v0.2.1
20152025-02-11T20:03:46.969Z Compiling rsa v0.9.6
20162025-02-11T20:03:48.446Z Compiling ed25519-dalek v2.1.1
20172025-02-11T20:03:48.946Z Compiling zip v0.6.6
20182025-02-11T20:03:49.403Z Compiling crossterm v0.28.1
20192025-02-11T20:03:49.887Z Compiling clap v4.5.27
20202025-02-11T20:03:51.312Z Compiling toml v0.7.8
20212025-02-11T20:03:51.663Z Compiling x509-cert v0.2.5
20222025-02-11T20:03:52.687Z Compiling hex v0.4.3
20232025-02-11T20:03:53.557Z Compiling itertools v0.10.5
20242025-02-11T20:03:54.273Z Compiling unicode-xid v0.2.6
20252025-02-11T20:03:54.471Z Compiling zerocopy v0.8.10
20262025-02-11T20:03:54.505Z Compiling lalrpop-util v0.19.12
20272025-02-11T20:03:54.849Z Compiling peg-runtime v0.8.3
20282025-02-11T20:03:56.094Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20292025-02-11T20:04:00.621Z Compiling proc-macro-crate v1.3.1
20302025-02-11T20:04:01.021Z Compiling macaddr v1.0.1
20312025-02-11T20:04:01.635Z Compiling zerocopy-derive v0.8.10
20322025-02-11T20:04:01.688Z Compiling itertools v0.13.0
20332025-02-11T20:04:04.390Z Compiling heapless v0.8.0
20342025-02-11T20:04:05.344Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20352025-02-11T20:04:10.086Z Compiling num_enum_derive v0.5.11
20362025-02-11T20:04:17.657Z Compiling hash32 v0.3.1
20372025-02-11T20:04:18.666Z Compiling smoltcp v0.11.0
20382025-02-11T20:04:19.767Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20392025-02-11T20:04:23.817Z Compiling num_enum v0.5.11
20402025-02-11T20:04:24.015Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20412025-02-11T20:04:24.744Z Compiling typify v0.2.0
20422025-02-11T20:04:24.878Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
20432025-02-11T20:04:26.449Z Compiling proc-macro-error-attr v1.0.4
20442025-02-11T20:04:26.765Z Compiling thiserror v2.0.11
20452025-02-11T20:04:26.789Z Compiling cobs v0.2.3
20462025-02-11T20:04:27.325Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20472025-02-11T20:04:27.629Z Compiling unsafe-libyaml v0.2.11
20482025-02-11T20:04:29.048Z Compiling serde_yaml v0.9.34+deprecated
20492025-02-11T20:04:31.476Z Compiling postcard v1.0.10
20502025-02-11T20:04:43.045Z Compiling progenitor-impl v0.8.0
20512025-02-11T20:04:43.834Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20522025-02-11T20:04:53.980Z Compiling strum_macros v0.26.4
20532025-02-11T20:04:55.168Z Compiling thiserror-impl v2.0.11
20542025-02-11T20:04:55.188Z Compiling foreign-types-macros v0.2.3
20552025-02-11T20:04:55.623Z Compiling structmeta-derive v0.3.0
20562025-02-11T20:04:55.742Z Compiling proc-macro-error v1.0.4
20572025-02-11T20:04:55.744Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20582025-02-11T20:04:56.915Z Compiling unicode-width v0.1.14
20592025-02-11T20:04:57.548Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20602025-02-11T20:04:58.002Z Compiling foreign-types-shared v0.3.1
20612025-02-11T20:04:58.135Z Compiling foreign-types v0.5.0
20622025-02-11T20:04:58.182Z Compiling strum v0.26.3
20632025-02-11T20:04:58.252Z Compiling structmeta v0.3.0
20642025-02-11T20:04:59.414Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20652025-02-11T20:05:02.517Z Compiling tabwriter v1.4.0
20662025-02-11T20:05:07.442Z Compiling progenitor-macro v0.8.0
20672025-02-11T20:05:11.983Z Compiling progenitor-client v0.8.0
20682025-02-11T20:05:12.967Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20692025-02-11T20:05:13.773Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20702025-02-11T20:05:15.014Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20712025-02-11T20:05:15.681Z Compiling cstr-argument v0.1.2
20722025-02-11T20:05:15.903Z Compiling dropshot v0.15.1
20732025-02-11T20:05:16.239Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20742025-02-11T20:05:16.554Z Compiling crucible-workspace-hack v0.1.0
20752025-02-11T20:05:16.859Z Compiling pretty-hex v0.2.1
20762025-02-11T20:05:17.103Z Compiling fastrand v2.1.1
20772025-02-11T20:05:17.764Z Compiling tempfile v3.13.0
20782025-02-11T20:05:17.840Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20792025-02-11T20:05:18.656Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20802025-02-11T20:05:18.686Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20812025-02-11T20:05:18.704Z Compiling progenitor v0.8.0
20822025-02-11T20:05:18.932Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20832025-02-11T20:05:19.358Z Compiling parse-display-derive v0.10.0
20842025-02-11T20:05:19.504Z Compiling colored v2.1.0
20852025-02-11T20:05:19.840Z Compiling serde_with_macros v3.11.0
20862025-02-11T20:05:20.366Z Compiling dropshot_endpoint v0.15.1
20872025-02-11T20:05:20.763Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20882025-02-11T20:05:21.510Z Compiling instant v0.1.13
20892025-02-11T20:05:21.697Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20902025-02-11T20:05:22.118Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20912025-02-11T20:05:22.264Z Compiling serde_with v3.11.0
20922025-02-11T20:05:23.004Z Compiling parse-display v0.10.0
20932025-02-11T20:05:24.005Z Compiling backoff v0.4.0
20942025-02-11T20:05:24.336Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20952025-02-11T20:05:24.914Z Compiling zone_cfg_derive v0.3.0
20962025-02-11T20:05:25.086Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20972025-02-11T20:05:25.823Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20982025-02-11T20:05:26.118Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20992025-02-11T20:05:26.270Z Compiling camino-tempfile v1.1.1
21002025-02-11T20:05:26.367Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
21012025-02-11T20:05:26.550Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21022025-02-11T20:05:26.760Z Compiling regress v0.9.1
21032025-02-11T20:05:26.832Z Compiling progenitor-client v0.9.1
21042025-02-11T20:05:27.014Z Compiling num-derive v0.4.2
21052025-02-11T20:05:27.766Z Compiling sigpipe v0.1.3
21062025-02-11T20:05:27.925Z Compiling libefi-sys v0.1.0
21072025-02-11T20:05:28.244Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21082025-02-11T20:05:28.618Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21092025-02-11T20:05:29.221Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
21102025-02-11T20:05:30.796Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
21112025-02-11T20:05:31.826Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21122025-02-11T20:05:34.166Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
21132025-02-11T20:05:34.745Z Compiling zone v0.3.0
21142025-02-11T20:05:35.280Z Compiling smf v0.2.3
21152025-02-11T20:05:37.882Z Compiling bitfield-struct v0.6.2
21162025-02-11T20:05:38.070Z Compiling blake3 v1.5.4
21172025-02-11T20:05:38.138Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21182025-02-11T20:05:38.667Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21192025-02-11T20:05:38.951Z Compiling xattr v1.3.1
21202025-02-11T20:05:39.147Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21212025-02-11T20:05:39.271Z Compiling memmap2 v0.9.5
21222025-02-11T20:05:39.308Z Compiling filetime v0.2.25
21232025-02-11T20:05:39.667Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21242025-02-11T20:05:39.784Z Compiling arrayref v0.3.9
21252025-02-11T20:05:39.806Z Compiling same-file v1.0.6
21262025-02-11T20:05:39.828Z Compiling arrayvec v0.7.6
21272025-02-11T20:05:39.894Z Compiling constant_time_eq v0.3.1
21282025-02-11T20:05:39.912Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21292025-02-11T20:05:40.090Z Compiling walkdir v2.5.0
21302025-02-11T20:05:40.090Z Compiling tar v0.4.42
21312025-02-11T20:05:41.767Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21322025-02-11T20:05:42.158Z Compiling gethostname v0.5.0
21332025-02-11T20:05:42.377Z Compiling cargo-platform v0.1.8
21342025-02-11T20:05:42.518Z Compiling topological-sort v0.2.2
21352025-02-11T20:05:42.802Z Compiling cargo_metadata v0.18.1
21362025-02-11T20:05:42.904Z Compiling omicron-zone-package v0.12.0
21372025-02-11T20:05:43.402Z Compiling shell-words v1.1.0
21382025-02-11T20:05:44.286Z Compiling indent_write v2.2.0
21392025-02-11T20:05:50.458Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21402025-02-11T20:05:52.070Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21412025-02-11T20:05:55.310Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21422025-02-11T20:06:11.923Z Finished `release` profile [optimized] target(s) in 5m 12s
21432025-02-11T20:06:12.090Z Running `target/release/omicron-package -t test target create -p dev`
21442025-02-11T20:06:12.137ZLogging to: /work/oxidecomputer/omicron/out/LOG
21452025-02-11T20:06:12.140ZCreated new build target 'test' and set it as active
21462025-02-11T20:06:12.140Z
21472025-02-11T20:06:12.140Zreal 5:12.877498990
21482025-02-11T20:06:12.140Zuser 36:37.888877583
21492025-02-11T20:06:12.140Zsys 3:19.748119010
21502025-02-11T20:06:12.140Ztrap 1.159282527
21512025-02-11T20:06:12.140Ztflt 2.876190667
21522025-02-11T20:06:12.140Zdflt 0.538054197
21532025-02-11T20:06:12.140Zkflt 0.008806289
21542025-02-11T20:06:12.140Zlock 1:13:17.521526567
21552025-02-11T20:06:12.140Zslp 2:27:22.355493582
21562025-02-11T20:06:12.140Zlat 2:46.930271873
21572025-02-11T20:06:12.140Zstop 4:40.700568453
21582025-02-11T20:06:12.140Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21592025-02-11T20:06:13.093Z Finished `release` profile [optimized] target(s) in 0.90s
21602025-02-11T20:06:13.153Z Running `target/release/omicron-package -t test package`
21612025-02-11T20:06:13.199ZLogging to: /work/oxidecomputer/omicron/out/LOG
21622025-02-11T20:06:14.335Z Compiling thiserror v2.0.11
21632025-02-11T20:06:14.471Z Compiling typify-impl v0.3.0
21642025-02-11T20:06:14.474Z Compiling convert_case v0.4.0
21652025-02-11T20:06:14.474Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21662025-02-11T20:06:14.474Z Compiling newline-converter v0.3.0
21672025-02-11T20:06:14.488Z Compiling password-hash v0.5.0
21682025-02-11T20:06:14.490Z Compiling blake2 v0.10.6
21692025-02-11T20:06:14.490Z Compiling base64 v0.21.7
21702025-02-11T20:06:14.761Z Compiling expectorate v1.1.0
21712025-02-11T20:06:14.833Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21722025-02-11T20:06:15.035Z Compiling argon2 v0.5.3
21732025-02-11T20:06:15.171Z Compiling derive_more v0.99.18
21742025-02-11T20:06:15.666Z Compiling atomicwrites v0.4.4
21752025-02-11T20:06:15.696Z Compiling cancel-safe-futures v0.1.5
21762025-02-11T20:06:15.843Z Compiling owo-colors v4.1.0
21772025-02-11T20:06:16.107Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21782025-02-11T20:06:16.169Z Compiling num-rational v0.4.2
21792025-02-11T20:06:16.213Z Compiling progenitor-client v0.9.1
21802025-02-11T20:06:16.639Z Compiling num-complex v0.4.6
21812025-02-11T20:06:17.352Z Compiling libsw v3.3.1
21822025-02-11T20:06:17.424Z Compiling swrite v0.1.0
21832025-02-11T20:06:17.579Z Compiling float-ord v0.3.2
21842025-02-11T20:06:17.685Z Compiling num v0.4.3
21852025-02-11T20:06:17.766Z Compiling linear-map v1.2.0
21862025-02-11T20:06:17.789Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21872025-02-11T20:06:17.810Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21882025-02-11T20:06:18.158Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21892025-02-11T20:06:18.660Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21902025-02-11T20:06:18.970Z Compiling highway v1.2.0
21912025-02-11T20:06:20.446Z Compiling semver v0.1.20
21922025-02-11T20:06:20.997Z Compiling rustc_version v0.1.7
21932025-02-11T20:06:21.069Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21942025-02-11T20:06:21.389Z Compiling newtype_derive v0.1.6
21952025-02-11T20:06:21.699Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21962025-02-11T20:06:25.286Z Compiling tungstenite v0.21.0
21972025-02-11T20:06:25.606Z Compiling typify-macro v0.3.0
21982025-02-11T20:06:26.520Z Compiling ipnetwork v0.20.0
21992025-02-11T20:06:27.272Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22002025-02-11T20:06:27.343Z Compiling tokio-tungstenite v0.21.0
22012025-02-11T20:06:27.978Z Compiling progenitor-client v0.8.0
22022025-02-11T20:06:28.005Z Compiling humantime v2.1.0
22032025-02-11T20:06:28.433Z Compiling progenitor v0.8.0
22042025-02-11T20:06:28.842Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22052025-02-11T20:06:28.905Z Compiling dropshot v0.15.1
22062025-02-11T20:06:28.964Z Compiling typify v0.3.0
22072025-02-11T20:06:29.109Z Compiling progenitor-impl v0.9.1
22082025-02-11T20:06:29.644Z Compiling instant v0.1.13
22092025-02-11T20:06:29.816Z Compiling backoff v0.4.0
22102025-02-11T20:06:30.158Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22112025-02-11T20:06:30.612Z Compiling steno v0.4.1
22122025-02-11T20:06:35.197Z Compiling progenitor-macro v0.9.1
22132025-02-11T20:06:36.208Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22142025-02-11T20:06:36.349Z Compiling parse-display v0.10.0
22152025-02-11T20:06:36.868Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22162025-02-11T20:06:37.063Z Compiling strum v0.26.3
22172025-02-11T20:06:37.269Z Compiling serde_with v3.11.0
22182025-02-11T20:06:38.542Z Compiling regress v0.9.1
22192025-02-11T20:06:40.723Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22202025-02-11T20:06:42.378Z Compiling macaddr v1.0.1
22212025-02-11T20:06:42.818Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22222025-02-11T20:06:43.203Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22232025-02-11T20:06:43.396Z Compiling slog-dtrace v0.3.0
22242025-02-11T20:06:43.659Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
22252025-02-11T20:06:43.796Z Compiling prettyplease v0.2.25
22262025-02-11T20:06:45.870Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22272025-02-11T20:06:46.169Z Compiling progenitor v0.9.1
22282025-02-11T20:06:46.404Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22292025-02-11T20:06:49.225Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22302025-02-11T20:06:52.272Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22312025-02-11T20:06:59.895Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22322025-02-11T20:07:00.330Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22332025-02-11T20:07:01.338Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22342025-02-11T20:07:02.899Z Compiling half v2.4.1
22352025-02-11T20:07:05.146Z Compiling ciborium-io v0.2.2
22362025-02-11T20:07:05.307Z Compiling ciborium-ll v0.2.2
22372025-02-11T20:07:05.854Z Compiling ciborium v0.2.2
22382025-02-11T20:07:06.289Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22392025-02-11T20:07:06.327Z Compiling display-error-chain v0.2.2
22402025-02-11T20:07:06.548Z Compiling same-file v1.0.6
22412025-02-11T20:07:06.786Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22422025-02-11T20:07:06.814Z Compiling fastrand v2.1.1
22432025-02-11T20:07:07.330Z Compiling tempfile v3.13.0
22442025-02-11T20:07:07.783Z Compiling walkdir v2.5.0
22452025-02-11T20:07:08.025Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22462025-02-11T20:07:08.365Z Compiling blake3 v1.5.4
22472025-02-11T20:07:09.011Z Compiling const_format_proc_macros v0.2.34
22482025-02-11T20:07:10.806Z Compiling xattr v1.3.1
22492025-02-11T20:07:11.104Z Compiling memmap2 v0.9.5
22502025-02-11T20:07:11.530Z Compiling filetime v0.2.25
22512025-02-11T20:07:11.637Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22522025-02-11T20:07:11.839Z Compiling crunchy v0.2.2
22532025-02-11T20:07:12.052Z Compiling arrayvec v0.7.6
22542025-02-11T20:07:12.267Z Compiling keccak v0.1.5
22552025-02-11T20:07:12.291Z Compiling arrayref v0.3.9
22562025-02-11T20:07:12.408Z Compiling constant_time_eq v0.3.1
22572025-02-11T20:07:12.471Z Compiling maplit v1.0.2
22582025-02-11T20:07:12.584Z Compiling sha3 v0.10.8
22592025-02-11T20:07:13.522Z Compiling tar v0.4.42
22602025-02-11T20:07:13.532Z Compiling const_format v0.2.34
22612025-02-11T20:07:13.658Z Compiling toolchain_find v0.4.0
22622025-02-11T20:07:13.735Z Compiling camino-tempfile v1.1.1
22632025-02-11T20:07:14.171Z Compiling tiny-keccak v2.0.2
22642025-02-11T20:07:14.195Z Compiling topological-sort v0.2.2
22652025-02-11T20:07:14.440Z Compiling radium v0.7.0
22662025-02-11T20:07:14.505Z Compiling omicron-zone-package v0.12.0
22672025-02-11T20:07:14.707Z Compiling rustfmt-wrapper v0.2.1
22682025-02-11T20:07:15.260Z Compiling dsl_auto_type v0.1.2
22692025-02-11T20:07:15.281Z Compiling scheduled-thread-pool v0.2.7
22702025-02-11T20:07:15.284Z Compiling diesel_table_macro_syntax v0.2.0
22712025-02-11T20:07:15.741Z Compiling tap v1.0.1
22722025-02-11T20:07:15.954Z Compiling maybe-uninit v2.0.0
22732025-02-11T20:07:16.515Z Compiling wyz v0.5.1
22742025-02-11T20:07:16.609Z Compiling diesel_derives v2.2.3
22752025-02-11T20:07:16.735Z Compiling r2d2 v0.8.10
22762025-02-11T20:07:17.410Z Compiling phf_generator v0.11.2
22772025-02-11T20:07:17.613Z Compiling ascii-canvas v3.0.0
22782025-02-11T20:07:17.721Z Compiling secrecy v0.8.0
22792025-02-11T20:07:17.988Z Compiling async-recursion v1.1.1
22802025-02-11T20:07:18.083Z Compiling ena v0.14.3
22812025-02-11T20:07:18.484Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22822025-02-11T20:07:18.741Z Compiling arc-swap v1.7.1
22832025-02-11T20:07:18.821Z Compiling regex-syntax v0.6.29
22842025-02-11T20:07:19.331Z Compiling funty v2.0.0
22852025-02-11T20:07:19.423Z Compiling crc-catalog v2.4.0
22862025-02-11T20:07:19.570Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22872025-02-11T20:07:19.604Z Compiling packed_struct v0.10.1
22882025-02-11T20:07:20.023Z Compiling diff v0.1.13
22892025-02-11T20:07:20.113Z Compiling crc v3.2.1
22902025-02-11T20:07:20.494Z Compiling bitvec v1.0.1
22912025-02-11T20:07:22.003Z Compiling slog-scope v4.4.0
22922025-02-11T20:07:22.108Z Compiling lalrpop v0.19.12
22932025-02-11T20:07:22.850Z Compiling phf_codegen v0.11.2
22942025-02-11T20:07:23.192Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22952025-02-11T20:07:23.785Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22962025-02-11T20:07:24.830Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22972025-02-11T20:07:24.904Z Compiling universal-hash v0.5.1
22982025-02-11T20:07:25.073Z Compiling thiserror-impl-no-std v2.0.2
22992025-02-11T20:07:25.156Z Compiling packed_struct_codegen v0.10.1
23002025-02-11T20:07:27.255Z Compiling diesel v2.2.6
23012025-02-11T20:07:27.419Z Compiling parse-zoneinfo v0.3.1
23022025-02-11T20:07:27.542Z Compiling indexmap v1.9.3
23032025-02-11T20:07:27.879Z Compiling unicase v2.7.0
23042025-02-11T20:07:28.220Z Compiling nodrop v0.1.14
23052025-02-11T20:07:28.380Z Compiling opaque-debug v0.3.1
23062025-02-11T20:07:28.503Z Compiling ref-cast v1.0.23
23072025-02-11T20:07:28.885Z Compiling poly1305 v0.8.0
23082025-02-11T20:07:29.131Z Compiling array-init v0.0.4
23092025-02-11T20:07:30.067Z Compiling chrono-tz-build v0.4.0
23102025-02-11T20:07:31.043Z Compiling thiserror-no-std v2.0.2
23112025-02-11T20:07:31.188Z Compiling smallvec v0.6.14
23122025-02-11T20:07:32.251Z Compiling slog-stdlog v4.1.1
23132025-02-11T20:07:33.043Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23142025-02-11T20:07:33.355Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23152025-02-11T20:07:33.671Z Compiling derive_builder_core v0.20.2
23162025-02-11T20:07:34.329Z Compiling chacha20 v0.9.1
23172025-02-11T20:07:34.838Z Compiling headers-core v0.3.0
23182025-02-11T20:07:35.040Z Compiling aead v0.5.2
23192025-02-11T20:07:35.401Z Compiling libxml v0.3.3
23202025-02-11T20:07:35.708Z Compiling ref-cast-impl v1.0.23
23212025-02-11T20:07:35.778Z Compiling vte_generate_state_changes v0.1.2
23222025-02-11T20:07:36.378Z Compiling termcolor v1.4.1
23232025-02-11T20:07:36.819Z Compiling bitfield v0.14.0
23242025-02-11T20:07:37.142Z Compiling hashbrown v0.12.3
23252025-02-11T20:07:37.430Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23262025-02-11T20:07:39.416Z Compiling env_logger v0.10.2
23272025-02-11T20:07:42.776Z Compiling vte v0.11.1
23282025-02-11T20:07:44.319Z Compiling derive_builder_macro v0.20.2
23292025-02-11T20:07:44.964Z Compiling polar-core v0.27.3
23302025-02-11T20:07:45.138Z Compiling chacha20poly1305 v0.10.1
23312025-02-11T20:07:45.378Z Compiling headers v0.4.0
23322025-02-11T20:07:47.621Z Compiling slog-envlogger v2.2.0
23332025-02-11T20:07:48.801Z Compiling serde-hex v0.1.0
23342025-02-11T20:07:50.242Z Compiling vsss-rs v3.3.4
23352025-02-11T20:07:53.766Z Compiling chrono-tz v0.10.1
23362025-02-11T20:07:54.286Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23372025-02-11T20:07:54.415Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23382025-02-11T20:07:54.749Z Compiling ron v0.8.1
23392025-02-11T20:07:57.147Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23402025-02-11T20:07:57.451Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23412025-02-11T20:07:57.661Z Compiling hashbrown v0.13.2
23422025-02-11T20:07:58.962Z Compiling strum_macros v0.24.3
23432025-02-11T20:08:00.347Z Compiling fxhash v0.2.1
23442025-02-11T20:08:00.717Z Compiling samael v0.0.17
23452025-02-11T20:08:01.871Z Compiling indoc v1.0.9
23462025-02-11T20:08:02.050Z Compiling bumpalo v3.16.0
23472025-02-11T20:08:02.213Z Compiling bytecount v0.6.8
23482025-02-11T20:08:02.557Z Compiling crc-any v2.5.0
23492025-02-11T20:08:02.623Z Compiling zip v2.1.3
23502025-02-11T20:08:02.671Z Compiling lockfree-object-pool v0.1.6
23512025-02-11T20:08:02.948Z Compiling simd-adler32 v0.3.7
23522025-02-11T20:08:03.008Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23532025-02-11T20:08:03.484Z Compiling zopfli v0.8.1
23542025-02-11T20:08:07.728Z Compiling papergrid v0.11.0
23552025-02-11T20:08:12.098Z Compiling object v0.30.4
23562025-02-11T20:08:12.608Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23572025-02-11T20:08:17.652Z Compiling derive_builder v0.20.2
23582025-02-11T20:08:18.007Z Compiling strip-ansi-escapes v0.2.0
23592025-02-11T20:08:19.047Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23602025-02-11T20:08:19.360Z Compiling tabled_derive v0.7.0
23612025-02-11T20:08:21.100Z Compiling fd-lock v4.0.2
23622025-02-11T20:08:21.433Z Compiling peg-macros v0.8.4
23632025-02-11T20:08:21.453Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23642025-02-11T20:08:22.332Z Compiling kstat-rs v0.2.4
23652025-02-11T20:08:22.435Z Compiling oso-derive v0.27.3
23662025-02-11T20:08:23.232Z Compiling impl-trait-for-tuples v0.2.2
23672025-02-11T20:08:23.412Z Compiling quick-xml v0.33.0
23682025-02-11T20:08:24.372Z Compiling diesel-dtrace v0.4.2
23692025-02-11T20:08:24.708Z Compiling path-slash v0.1.5
23702025-02-11T20:08:24.727Z Compiling nu-ansi-term v0.50.1
23712025-02-11T20:08:24.973Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23722025-02-11T20:08:26.040Z Compiling reedline v0.35.0
23732025-02-11T20:08:29.227Z Compiling oso v0.27.3
23742025-02-11T20:08:30.004Z Compiling peg v0.8.4
23752025-02-11T20:08:30.142Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23762025-02-11T20:08:30.395Z Compiling tabled v0.15.0
23772025-02-11T20:08:40.943Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23782025-02-11T20:08:50.124Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23792025-02-11T20:08:50.321Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23802025-02-11T20:08:51.931Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
23812025-02-11T20:08:52.456Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23822025-02-11T20:08:53.717Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23832025-02-11T20:08:54.034Z Compiling pem v3.0.4
23842025-02-11T20:08:55.471Z Compiling bb8 v0.8.5
23852025-02-11T20:08:56.109Z Compiling bcs v0.1.6
23862025-02-11T20:08:56.946Z Compiling libz-sys v1.1.20
23872025-02-11T20:08:57.616Z Compiling nanorand v0.7.0
23882025-02-11T20:08:58.279Z Compiling termtree v0.5.1
23892025-02-11T20:08:58.574Z Compiling parking_lot_core v0.8.6
23902025-02-11T20:08:59.741Z Compiling flume v0.11.1
23912025-02-11T20:09:00.682Z Compiling async-bb8-diesel v0.2.1
23922025-02-11T20:09:01.484Z Compiling mime_guess v2.0.5
23932025-02-11T20:09:03.204Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23942025-02-11T20:09:03.267Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23952025-02-11T20:09:06.359Z Compiling buf-list v1.0.3
23962025-02-11T20:09:08.224Z Compiling nibble_vec v0.1.0
23972025-02-11T20:09:08.485Z Compiling libgit2-sys v0.17.0+1.8.1
23982025-02-11T20:09:08.487Z Compiling pin-project-internal v1.1.6
23992025-02-11T20:09:09.236Z Compiling atty v0.2.14
24002025-02-11T20:09:09.427Z Compiling salty v0.3.0
24012025-02-11T20:09:09.851Z Compiling endian-type v0.1.2
24022025-02-11T20:09:10.120Z Compiling http-range v0.1.5
24032025-02-11T20:09:10.747Z Compiling radix_trie v0.2.1
24042025-02-11T20:09:11.048Z Compiling pin-project v1.1.6
24052025-02-11T20:09:11.682Z Compiling parking_lot v0.11.2
24062025-02-11T20:09:16.568Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24072025-02-11T20:09:17.842Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
24082025-02-11T20:09:19.351Z Compiling snafu-derive v0.8.5
24092025-02-11T20:09:22.315Z Compiling hyper-staticfile v0.10.1
24102025-02-11T20:09:23.907Z Compiling snafu v0.8.5
24112025-02-11T20:09:25.102Z Compiling sled v0.34.7
24122025-02-11T20:09:27.596Z Compiling hickory-client v0.24.2
24132025-02-11T20:09:40.700Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24142025-02-11T20:09:41.842Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24152025-02-11T20:09:43.951Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24162025-02-11T20:09:51.143Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24172025-02-11T20:09:53.088Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24182025-02-11T20:09:58.844Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24192025-02-11T20:09:59.048Z Compiling globset v0.4.15
24202025-02-11T20:09:59.799Z Compiling hickory-server v0.24.2
24212025-02-11T20:10:00.303Z Compiling primeorder v0.13.6
24222025-02-11T20:10:00.871Z Compiling olpc-cjson v0.1.4
24232025-02-11T20:10:01.231Z Compiling vergen v8.3.2
24242025-02-11T20:10:01.560Z Compiling castaway v0.2.3
24252025-02-11T20:10:01.772Z Compiling env_filter v0.1.2
24262025-02-11T20:10:01.980Z Compiling serde_plain v1.0.2
24272025-02-11T20:10:02.558Z Compiling cargo-platform v0.1.8
24282025-02-11T20:10:03.061Z Compiling memoffset v0.9.1
24292025-02-11T20:10:03.322Z Compiling typed-path v0.9.3
24302025-02-11T20:10:03.505Z Compiling cargo_metadata v0.18.1
24312025-02-11T20:10:03.590Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24322025-02-11T20:10:06.276Z Compiling tough v0.19.0
24332025-02-11T20:10:06.460Z Compiling env_logger v0.11.5
24342025-02-11T20:10:07.585Z Compiling git2 v0.19.0
24352025-02-11T20:10:07.903Z Compiling compact_str v0.8.0
24362025-02-11T20:10:10.357Z Compiling p384 v0.13.0
24372025-02-11T20:10:10.461Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24382025-02-11T20:10:11.345Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24392025-02-11T20:10:15.761Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24402025-02-11T20:10:16.970Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24412025-02-11T20:10:17.381Z Compiling unicode-truncate v1.1.0
24422025-02-11T20:10:17.704Z Compiling lru v0.12.5
24432025-02-11T20:10:18.043Z Compiling rand_seeder v0.3.0
24442025-02-11T20:10:18.384Z Compiling libsqlite3-sys v0.30.1
24452025-02-11T20:10:18.470Z Compiling lzma-sys v0.1.20
24462025-02-11T20:10:18.898Z Compiling instability v0.3.2
24472025-02-11T20:10:19.138Z Compiling cassowary v0.3.0
24482025-02-11T20:10:19.885Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24492025-02-11T20:10:20.221Z Compiling parse-size v1.1.0
24502025-02-11T20:10:20.594Z Compiling rustls v0.21.12
24512025-02-11T20:10:20.918Z Compiling cfg_aliases v0.2.1
24522025-02-11T20:10:20.979Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24532025-02-11T20:10:21.043Z Compiling nix v0.29.0
24542025-02-11T20:10:21.903Z Compiling ratatui v0.28.1
24552025-02-11T20:10:22.537Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24562025-02-11T20:10:22.718Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24572025-02-11T20:10:24.392Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24582025-02-11T20:10:25.153Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24592025-02-11T20:10:25.923Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24602025-02-11T20:10:26.262Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24612025-02-11T20:10:26.603Z Compiling rustls-webpki v0.101.7
24622025-02-11T20:10:29.234Z Compiling sct v0.7.1
24632025-02-11T20:10:29.728Z Compiling heck v0.3.3
24642025-02-11T20:10:29.815Z Compiling csv-core v0.1.11
24652025-02-11T20:10:30.084Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24662025-02-11T20:10:30.362Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24672025-02-11T20:10:30.421Z Compiling glob v0.3.2
24682025-02-11T20:10:30.733Z Compiling csv v1.3.1
24692025-02-11T20:10:30.798Z Compiling zone_cfg_derive v0.1.2
24702025-02-11T20:10:32.186Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24712025-02-11T20:10:32.926Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24722025-02-11T20:10:39.020Z Compiling nix v0.27.1
24732025-02-11T20:10:40.505Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
24742025-02-11T20:10:40.997Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24752025-02-11T20:10:41.675Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24762025-02-11T20:10:42.573Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
24772025-02-11T20:10:47.809Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24782025-02-11T20:10:51.805Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24792025-02-11T20:10:52.167Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24802025-02-11T20:10:52.186Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24812025-02-11T20:10:52.505Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
24822025-02-11T20:10:52.705Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24832025-02-11T20:10:52.851Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24842025-02-11T20:10:53.036Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24852025-02-11T20:10:53.739Z Compiling tungstenite v0.23.0
24862025-02-11T20:10:55.082Z Compiling hashlink v0.9.1
24872025-02-11T20:10:55.129Z Compiling fallible-streaming-iterator v0.1.9
24882025-02-11T20:10:55.433Z Compiling base64 v0.13.1
24892025-02-11T20:10:55.847Z Compiling fallible-iterator v0.3.0
24902025-02-11T20:10:56.245Z Compiling ron v0.7.1
24912025-02-11T20:10:56.637Z Compiling rusqlite v0.32.1
24922025-02-11T20:10:57.808Z Compiling tokio-tungstenite v0.23.1
24932025-02-11T20:10:58.135Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24942025-02-11T20:10:58.422Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24952025-02-11T20:11:03.682Z Compiling xz2 v0.1.7
24962025-02-11T20:11:03.775Z Compiling tokio-rustls v0.24.1
24972025-02-11T20:11:03.775Z Compiling zone v0.1.8
24982025-02-11T20:11:04.801Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24992025-02-11T20:11:06.210Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25002025-02-11T20:11:09.079Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25012025-02-11T20:11:10.657Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25022025-02-11T20:11:11.362Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25032025-02-11T20:11:17.242Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25042025-02-11T20:11:18.338Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25052025-02-11T20:11:18.840Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25062025-02-11T20:11:21.630Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25072025-02-11T20:11:22.233Z Compiling rustls-pemfile v1.0.4
25082025-02-11T20:11:23.016Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25092025-02-11T20:11:23.341Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
25102025-02-11T20:11:23.529Z Compiling signal-hook-tokio v0.3.1
25112025-02-11T20:11:23.762Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25122025-02-11T20:11:23.988Z Compiling yasna v0.5.2
25132025-02-11T20:11:24.819Z Compiling twox-hash v2.1.0
25142025-02-11T20:11:25.822Z Compiling unicode-linebreak v0.1.5
25152025-02-11T20:11:26.431Z Compiling is_ci v1.2.0
25162025-02-11T20:11:26.752Z Compiling smawk v0.3.2
25172025-02-11T20:11:27.041Z Compiling textwrap v0.16.1
25182025-02-11T20:11:27.366Z Compiling supports-color v3.0.1
25192025-02-11T20:11:30.565Z Compiling rcgen v0.12.1
25202025-02-11T20:11:30.604Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25212025-02-11T20:11:32.516Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25222025-02-11T20:11:36.894Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25232025-02-11T20:11:38.587Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25242025-02-11T20:11:39.098Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25252025-02-11T20:11:44.268Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25262025-02-11T20:11:53.306Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25272025-02-11T20:11:58.134Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25282025-02-11T20:11:58.256Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25292025-02-11T20:11:58.783Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25302025-02-11T20:12:11.185Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
25312025-02-11T20:12:17.516Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25322025-02-11T20:12:17.519Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25332025-02-11T20:12:17.845Z Compiling fatfs v0.3.6
25342025-02-11T20:12:20.672Z Compiling rtoolbox v0.0.2
25352025-02-11T20:12:21.130Z Compiling subprocess v0.2.9
25362025-02-11T20:12:21.459Z Compiling assert_matches v1.5.0
25372025-02-11T20:12:25.436Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25382025-02-11T20:12:25.811Z Compiling rpassword v7.3.1
25392025-02-11T20:12:26.293Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25402025-02-11T20:12:27.603Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25412025-02-11T20:12:33.524Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25422025-02-11T20:12:34.576Z Compiling tui-tree-widget v0.22.0
25432025-02-11T20:12:35.040Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25442025-02-11T20:12:40.018Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25452025-02-11T20:12:40.337Z Compiling uzers v0.12.1
25462025-02-11T20:12:43.458Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25472025-02-11T20:12:48.147Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25482025-02-11T20:12:50.048Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25492025-02-11T20:13:20.667Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25502025-02-11T20:13:21.826Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25512025-02-11T20:13:26.505Z Compiling multimap v0.10.0
25522025-02-11T20:15:46.646Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25532025-02-11T20:16:01.303Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25542025-02-11T20:23:11.988Z Finished `release` profile [optimized] target(s) in 16m 58s
25552025-02-11T20:24:14.918Z
25562025-02-11T20:24:14.921Zreal 18:02.629475303
25572025-02-11T20:24:14.921Zuser 2:04:31.029775764
25582025-02-11T20:24:14.921Zsys 3:15.287169940
25592025-02-11T20:24:14.921Ztrap 3.195340947
25602025-02-11T20:24:14.921Ztflt 2.621120362
25612025-02-11T20:24:14.921Zdflt 4.460119215
25622025-02-11T20:24:14.921Zkflt 0.045592610
25632025-02-11T20:24:14.921Zlock 7:28:57.053701930
25642025-02-11T20:24:14.921Zslp 6:21:43.492155678
25652025-02-11T20:24:14.921Zlat 3:25.246301510
25662025-02-11T20:24:14.921Zstop 2:46.236883511
25672025-02-11T20:24:14.921Z+ mapfile -t packages
25682025-02-11T20:24:14.921Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25692025-02-11T20:24:15.927Z Finished `release` profile [optimized] target(s) in 0.95s
25702025-02-11T20:24:15.988Z Running `target/release/omicron-package -t test list-outputs`
25712025-02-11T20:24:16.034ZLogging to: /work/oxidecomputer/omicron/out/LOG
25722025-02-11T20:24:16.037Z+ ptime -m cargo build --locked --release -p xtask
25732025-02-11T20:24:16.600Z Compiling serde v1.0.217
25742025-02-11T20:24:16.603Z Compiling libc v0.2.169
25752025-02-11T20:24:16.603Z Compiling serde_json v1.0.135
25762025-02-11T20:24:16.603Z Compiling rustix v0.38.37
25772025-02-11T20:24:16.603Z Compiling syn v2.0.96
25782025-02-11T20:24:16.704Z Compiling bitflags v2.6.0
25792025-02-11T20:24:17.066Z Compiling usdt-impl v0.5.0
25802025-02-11T20:24:17.098Z Compiling syn v1.0.109
25812025-02-11T20:24:17.192Z Compiling log v0.4.22
25822025-02-11T20:24:17.217Z Compiling hashbrown v0.15.1
25832025-02-11T20:24:17.472Z Compiling fs-err v2.11.0
25842025-02-11T20:24:17.634Z Compiling anyhow v1.0.95
25852025-02-11T20:24:17.811Z Compiling once_cell v1.20.2
25862025-02-11T20:24:17.995Z Compiling thread-id v4.2.2
25872025-02-11T20:24:18.416Z Compiling indexmap v2.7.1
25882025-02-11T20:24:19.414Z Compiling terminal_size v0.4.0
25892025-02-11T20:24:19.489Z Compiling tempfile v3.13.0
25902025-02-11T20:24:19.667Z Compiling clap_builder v4.5.27
25912025-02-11T20:24:20.314Z Compiling proc-macro-error v1.0.4
25922025-02-11T20:24:21.249Z Compiling tabled_derive v0.7.0
25932025-02-11T20:24:22.313Z Compiling tabled v0.15.0
25942025-02-11T20:24:23.142Z Compiling serde_derive v1.0.217
25952025-02-11T20:24:23.144Z Compiling thiserror-impl v1.0.69
25962025-02-11T20:24:23.144Z Compiling zerocopy-derive v0.7.35
25972025-02-11T20:24:23.144Z Compiling scroll_derive v0.12.0
25982025-02-11T20:24:23.144Z Compiling clap_derive v4.5.24
25992025-02-11T20:24:24.483Z Compiling scroll v0.12.0
26002025-02-11T20:24:24.992Z Compiling zerocopy v0.7.35
26012025-02-11T20:24:25.791Z Compiling thiserror v1.0.69
26022025-02-11T20:24:25.965Z Compiling pest v2.7.14
26032025-02-11T20:24:26.603Z Compiling goblin v0.8.2
26042025-02-11T20:24:27.367Z Compiling clap v4.5.27
26052025-02-11T20:24:29.053Z Compiling pest_meta v2.7.14
26062025-02-11T20:24:32.896Z Compiling pest_generator v2.7.14
26072025-02-11T20:24:34.583Z Compiling pest_derive v2.7.14
26082025-02-11T20:24:35.382Z Compiling dtrace-parser v0.2.0
26092025-02-11T20:24:36.976Z Compiling serde_spanned v0.6.8
26102025-02-11T20:24:37.277Z Compiling toml_datetime v0.6.8
26112025-02-11T20:24:37.989Z Compiling dof v0.3.0
26122025-02-11T20:24:38.096Z Compiling serde_tokenstream v0.2.2
26132025-02-11T20:24:38.449Z Compiling toml_edit v0.22.22
26142025-02-11T20:24:40.004Z Compiling camino v1.1.9
26152025-02-11T20:24:42.394Z Compiling toml v0.8.19
26162025-02-11T20:24:44.652Z Compiling usdt-macro v0.5.0
26172025-02-11T20:24:45.835Z Compiling usdt-attr-macro v0.5.0
26182025-02-11T20:24:46.023Z Compiling semver v1.0.24
26192025-02-11T20:24:47.142Z Compiling cargo-platform v0.1.8
26202025-02-11T20:24:47.453Z Compiling usdt v0.5.0
26212025-02-11T20:24:48.199Z Compiling cargo_metadata v0.18.1
26222025-02-11T20:24:48.470Z Compiling cargo_toml v0.20.5
26232025-02-11T20:24:48.903Z Compiling camino-tempfile v1.1.1
26242025-02-11T20:24:49.679Z Compiling macaddr v1.0.1
26252025-02-11T20:24:59.645Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26262025-02-11T20:25:10.394Z Finished `release` profile [optimized] target(s) in 54.29s
26272025-02-11T20:25:10.504Z
26282025-02-11T20:25:10.507Zreal 54.432573558
26292025-02-11T20:25:10.508Zuser 5:40.148636699
26302025-02-11T20:25:10.508Zsys 18.048128102
26312025-02-11T20:25:10.508Ztrap 0.162057890
26322025-02-11T20:25:10.508Ztflt 0.228802430
26332025-02-11T20:25:10.508Zdflt 0.277555274
26342025-02-11T20:25:10.508Zkflt 0.000005609
26352025-02-11T20:25:10.508Zlock 10:22.202346221
26362025-02-11T20:25:10.508Zslp 15:44.054108124
26372025-02-11T20:25:10.508Zlat 14.844643656
26382025-02-11T20:25:10.508Zstop 13.969422152
26392025-02-11T20:25:10.508Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26402025-02-11T20:25:10.508Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26412025-02-11T20:25:10.508Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26422025-02-11T20:25:10.508Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26432025-02-11T20:25:10.508Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26442025-02-11T20:25:11.380Z Compiling hashbrown v0.14.5
26452025-02-11T20:25:11.512Z Compiling thiserror v2.0.11
26462025-02-11T20:25:11.525Z Compiling thiserror-impl v2.0.11
26472025-02-11T20:25:11.528Z Compiling ident_case v1.0.1
26482025-02-11T20:25:11.550Z Compiling unsafe-libyaml v0.2.11
26492025-02-11T20:25:11.553Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26502025-02-11T20:25:11.553Z Compiling ipnetwork v0.20.0
26512025-02-11T20:25:11.553Z Compiling progenitor-client v0.9.1
26522025-02-11T20:25:11.713Z Compiling darling_core v0.20.10
26532025-02-11T20:25:12.094Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
26542025-02-11T20:25:12.097Z Compiling macaddr v1.0.1
26552025-02-11T20:25:12.405Z Compiling progenitor-client v0.8.0
26562025-02-11T20:25:12.463Z Compiling instant v0.1.13
26572025-02-11T20:25:12.571Z Compiling regress v0.10.1
26582025-02-11T20:25:12.589Z Compiling structmeta-derive v0.3.0
26592025-02-11T20:25:12.636Z Compiling dropshot v0.15.1
26602025-02-11T20:25:12.794Z Compiling serde_yaml v0.9.34+deprecated
26612025-02-11T20:25:12.888Z Compiling regress v0.9.1
26622025-02-11T20:25:13.021Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26632025-02-11T20:25:13.317Z Compiling dropshot_endpoint v0.15.1
26642025-02-11T20:25:14.319Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26652025-02-11T20:25:14.973Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26662025-02-11T20:25:15.212Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26672025-02-11T20:25:15.289Z Compiling structmeta v0.3.0
26682025-02-11T20:25:15.693Z Compiling backoff v0.4.0
26692025-02-11T20:25:15.719Z Compiling parse-display-derive v0.10.0
26702025-02-11T20:25:15.748Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26712025-02-11T20:25:15.955Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26722025-02-11T20:25:16.087Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26732025-02-11T20:25:16.277Z Compiling tempfile v3.13.0
26742025-02-11T20:25:16.443Z Compiling typify-impl v0.2.0
26752025-02-11T20:25:16.737Z Compiling proc-macro-crate v1.3.1
26762025-02-11T20:25:17.136Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26772025-02-11T20:25:17.514Z Compiling typify-impl v0.3.0
26782025-02-11T20:25:17.536Z Compiling itertools v0.13.0
26792025-02-11T20:25:17.711Z Compiling num_enum_derive v0.5.11
26802025-02-11T20:25:17.805Z Compiling darling_macro v0.20.10
26812025-02-11T20:25:17.839Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26822025-02-11T20:25:18.140Z Compiling zerocopy v0.8.10
26832025-02-11T20:25:18.719Z Compiling darling v0.20.10
26842025-02-11T20:25:18.840Z Compiling serde_with_macros v3.11.0
26852025-02-11T20:25:19.016Z Compiling zerocopy-derive v0.8.10
26862025-02-11T20:25:19.827Z Compiling parse-display v0.10.0
26872025-02-11T20:25:20.084Z Compiling num_enum v0.5.11
26882025-02-11T20:25:20.261Z Compiling foreign-types-macros v0.2.3
26892025-02-11T20:25:20.293Z Compiling crucible-workspace-hack v0.1.0
26902025-02-11T20:25:20.455Z Compiling heapless v0.8.0
26912025-02-11T20:25:20.595Z Compiling foreign-types-shared v0.3.1
26922025-02-11T20:25:20.777Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26932025-02-11T20:25:21.411Z Compiling proc-macro-error v1.0.4
26942025-02-11T20:25:21.456Z Compiling serde_with v3.11.0
26952025-02-11T20:25:21.499Z Compiling foreign-types v0.5.0
26962025-02-11T20:25:22.012Z Compiling camino-tempfile v1.1.1
26972025-02-11T20:25:22.030Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26982025-02-11T20:25:22.454Z Compiling hash32 v0.3.1
26992025-02-11T20:25:22.733Z Compiling cstr-argument v0.1.2
27002025-02-11T20:25:22.828Z Compiling smoltcp v0.11.0
27012025-02-11T20:25:22.992Z Compiling pretty-hex v0.2.1
27022025-02-11T20:25:23.218Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27032025-02-11T20:25:23.564Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27042025-02-11T20:25:23.593Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27052025-02-11T20:25:24.198Z Compiling tabwriter v1.4.0
27062025-02-11T20:25:24.656Z Compiling colored v2.1.0
27072025-02-11T20:25:24.729Z Compiling cobs v0.2.3
27082025-02-11T20:25:25.000Z Compiling postcard v1.0.10
27092025-02-11T20:25:25.039Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27102025-02-11T20:25:25.321Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27112025-02-11T20:25:25.430Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27122025-02-11T20:25:25.517Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
27132025-02-11T20:25:25.654Z Compiling smf v0.2.3
27142025-02-11T20:25:25.843Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27152025-02-11T20:25:26.349Z Compiling zone_cfg_derive v0.3.0
27162025-02-11T20:25:26.871Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27172025-02-11T20:25:27.125Z Compiling num-derive v0.4.2
27182025-02-11T20:25:27.305Z Compiling sigpipe v0.1.3
27192025-02-11T20:25:27.451Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27202025-02-11T20:25:27.480Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27212025-02-11T20:25:27.731Z Compiling zone v0.3.0
27222025-02-11T20:25:27.775Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27232025-02-11T20:25:28.229Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27242025-02-11T20:25:28.760Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27252025-02-11T20:25:29.182Z Compiling universal-hash v0.5.1
27262025-02-11T20:25:29.216Z Compiling opaque-debug v0.3.1
27272025-02-11T20:25:29.334Z Compiling tungstenite v0.21.0
27282025-02-11T20:25:29.353Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
27292025-02-11T20:25:29.378Z Compiling num-rational v0.4.2
27302025-02-11T20:25:29.397Z Compiling password-hash v0.5.0
27312025-02-11T20:25:29.968Z Compiling blake2 v0.10.6
27322025-02-11T20:25:30.192Z Compiling num-complex v0.4.6
27332025-02-11T20:25:30.344Z Compiling aead v0.5.2
27342025-02-11T20:25:30.713Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27352025-02-11T20:25:30.744Z Compiling base64 v0.21.7
27362025-02-11T20:25:30.910Z Compiling keccak v0.1.5
27372025-02-11T20:25:31.223Z Compiling convert_case v0.4.0
27382025-02-11T20:25:31.306Z Compiling sha3 v0.10.8
27392025-02-11T20:25:31.332Z Compiling num v0.4.3
27402025-02-11T20:25:31.459Z Compiling argon2 v0.5.3
27412025-02-11T20:25:31.508Z Compiling tokio-tungstenite v0.21.0
27422025-02-11T20:25:32.088Z Compiling derive_more v0.99.18
27432025-02-11T20:25:32.104Z Compiling poly1305 v0.8.0
27442025-02-11T20:25:32.106Z Compiling typify-macro v0.2.0
27452025-02-11T20:25:32.300Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27462025-02-11T20:25:32.322Z Compiling chacha20 v0.9.1
27472025-02-11T20:25:32.598Z Compiling float-ord v0.3.2
27482025-02-11T20:25:32.791Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27492025-02-11T20:25:32.794Z Compiling same-file v1.0.6
27502025-02-11T20:25:33.046Z Compiling typify-macro v0.3.0
27512025-02-11T20:25:33.107Z Compiling semver v0.1.20
27522025-02-11T20:25:33.228Z Compiling walkdir v2.5.0
27532025-02-11T20:25:33.710Z Compiling rustc_version v0.1.7
27542025-02-11T20:25:33.804Z Compiling newline-converter v0.3.0
27552025-02-11T20:25:33.944Z Compiling primeorder v0.13.6
27562025-02-11T20:25:34.002Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27572025-02-11T20:25:34.189Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27582025-02-11T20:25:34.268Z Compiling secrecy v0.8.0
27592025-02-11T20:25:34.406Z Compiling owo-colors v4.1.0
27602025-02-11T20:25:34.452Z Compiling cancel-safe-futures v0.1.5
27612025-02-11T20:25:34.522Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27622025-02-11T20:25:34.586Z Compiling newtype_derive v0.1.6
27632025-02-11T20:25:34.714Z Compiling expectorate v1.1.0
27642025-02-11T20:25:34.815Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
27652025-02-11T20:25:34.905Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27662025-02-11T20:25:34.923Z Compiling thiserror-impl-no-std v2.0.2
27672025-02-11T20:25:35.203Z Compiling blake3 v1.5.4
27682025-02-11T20:25:35.288Z Compiling unicase v2.7.0
27692025-02-11T20:25:35.424Z Compiling half v2.4.1
27702025-02-11T20:25:35.619Z Compiling ciborium-io v0.2.2
27712025-02-11T20:25:35.777Z Compiling arc-swap v1.7.1
27722025-02-11T20:25:36.031Z Compiling ciborium-ll v0.2.2
27732025-02-11T20:25:36.078Z Compiling typify v0.2.0
27742025-02-11T20:25:36.097Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27752025-02-11T20:25:36.225Z Compiling progenitor-impl v0.8.0
27762025-02-11T20:25:36.398Z Compiling slog-scope v4.4.0
27772025-02-11T20:25:36.442Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27782025-02-11T20:25:36.901Z Compiling polyval v0.6.2
27792025-02-11T20:25:36.949Z Compiling typify v0.3.0
27802025-02-11T20:25:37.100Z Compiling progenitor-impl v0.9.1
27812025-02-11T20:25:37.138Z Compiling atomicwrites v0.4.4
27822025-02-11T20:25:37.354Z Compiling libsw v3.3.1
27832025-02-11T20:25:37.513Z Compiling memmap2 v0.9.5
27842025-02-11T20:25:37.657Z Compiling parking_lot_core v0.8.6
27852025-02-11T20:25:37.780Z Compiling thiserror-no-std v2.0.2
27862025-02-11T20:25:37.927Z Compiling salty v0.3.0
27872025-02-11T20:25:37.957Z Compiling arrayvec v0.7.6
27882025-02-11T20:25:38.119Z Compiling constant_time_eq v0.3.1
27892025-02-11T20:25:38.327Z Compiling linear-map v1.2.0
27902025-02-11T20:25:38.343Z Compiling libefi-sys v0.1.0
27912025-02-11T20:25:38.369Z Compiling indent_write v2.2.0
27922025-02-11T20:25:38.623Z Compiling arrayref v0.3.9
27932025-02-11T20:25:38.667Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27942025-02-11T20:25:38.742Z Compiling vsss-rs v3.3.4
27952025-02-11T20:25:38.745Z Compiling ghash v0.5.1
27962025-02-11T20:25:38.875Z Compiling slog-stdlog v4.1.1
27972025-02-11T20:25:39.101Z Compiling ciborium v0.2.2
27982025-02-11T20:25:39.832Z Compiling p384 v0.13.0
27992025-02-11T20:25:39.914Z Compiling toolchain_find v0.4.0
28002025-02-11T20:25:40.304Z Compiling chacha20poly1305 v0.10.1
28012025-02-11T20:25:40.410Z Compiling ctr v0.9.2
28022025-02-11T20:25:40.543Z Compiling lzma-sys v0.1.20
28032025-02-11T20:25:40.545Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28042025-02-11T20:25:40.768Z Compiling bitfield-struct v0.6.2
28052025-02-11T20:25:40.983Z Compiling slog-dtrace v0.3.0
28062025-02-11T20:25:41.288Z Compiling highway v1.2.0
28072025-02-11T20:25:41.315Z Compiling topological-sort v0.2.2
28082025-02-11T20:25:41.564Z Compiling omicron-zone-package v0.12.0
28092025-02-11T20:25:41.618Z Compiling aes-gcm v0.10.3
28102025-02-11T20:25:41.955Z Compiling rustfmt-wrapper v0.2.1
28112025-02-11T20:25:42.082Z Compiling mime_guess v2.0.5
28122025-02-11T20:25:42.217Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28132025-02-11T20:25:42.403Z Compiling steno v0.4.1
28142025-02-11T20:25:42.544Z Compiling slog-envlogger v2.2.0
28152025-02-11T20:25:43.308Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28162025-02-11T20:25:43.466Z Compiling progenitor-macro v0.8.0
28172025-02-11T20:25:43.528Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28182025-02-11T20:25:43.675Z Compiling heck v0.3.3
28192025-02-11T20:25:43.905Z Compiling ssh-encoding v0.2.0
28202025-02-11T20:25:43.933Z Compiling blowfish v0.9.1
28212025-02-11T20:25:44.070Z Compiling nibble_vec v0.1.0
28222025-02-11T20:25:44.302Z Compiling env_filter v0.1.2
28232025-02-11T20:25:44.305Z Compiling progenitor-macro v0.9.1
28242025-02-11T20:25:44.393Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28252025-02-11T20:25:44.413Z Compiling endian-type v0.1.2
28262025-02-11T20:25:44.652Z Compiling humantime v2.1.0
28272025-02-11T20:25:44.655Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28282025-02-11T20:25:44.711Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28292025-02-11T20:25:44.801Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28302025-02-11T20:25:45.001Z Compiling env_logger v0.11.5
28312025-02-11T20:25:45.053Z Compiling radix_trie v0.2.1
28322025-02-11T20:25:45.150Z Compiling ssh-cipher v0.2.0
28332025-02-11T20:25:45.678Z Compiling bcrypt-pbkdf v0.10.0
28342025-02-11T20:25:45.681Z Compiling zone_cfg_derive v0.1.2
28352025-02-11T20:25:45.710Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28362025-02-11T20:25:46.321Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28372025-02-11T20:25:46.677Z Compiling parking_lot v0.11.2
28382025-02-11T20:25:47.173Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28392025-02-11T20:25:47.307Z Compiling password-hash v0.4.2
28402025-02-11T20:25:47.350Z Compiling gethostname v0.5.0
28412025-02-11T20:25:47.516Z Compiling fxhash v0.2.1
28422025-02-11T20:25:47.519Z Compiling simd-adler32 v0.3.7
28432025-02-11T20:25:47.558Z Compiling zip v2.1.3
28442025-02-11T20:25:47.584Z Compiling bumpalo v3.16.0
28452025-02-11T20:25:47.738Z Compiling base64 v0.13.1
28462025-02-11T20:25:47.881Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28472025-02-11T20:25:48.059Z Compiling lockfree-object-pool v0.1.6
28482025-02-11T20:25:48.092Z Compiling http-range v0.1.5
28492025-02-11T20:25:48.191Z Compiling ron v0.7.1
28502025-02-11T20:25:48.228Z Compiling pbkdf2 v0.11.0
28512025-02-11T20:25:48.315Z Compiling zopfli v0.8.1
28522025-02-11T20:25:48.331Z Compiling sled v0.34.7
28532025-02-11T20:25:48.405Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28542025-02-11T20:25:48.596Z Compiling xz2 v0.1.7
28552025-02-11T20:25:48.790Z Compiling zone v0.1.8
28562025-02-11T20:25:49.049Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28572025-02-11T20:25:49.955Z Compiling ssh-key v0.6.6
28582025-02-11T20:25:50.079Z Compiling hickory-client v0.24.2
28592025-02-11T20:25:50.304Z Compiling p521 v0.13.3
28602025-02-11T20:25:50.582Z Compiling p256 v0.13.2
28612025-02-11T20:25:51.434Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28622025-02-11T20:25:51.500Z Compiling hickory-server v0.24.2
28632025-02-11T20:25:52.444Z Compiling pem v3.0.4
28642025-02-11T20:25:52.710Z Compiling yasna v0.5.2
28652025-02-11T20:25:53.188Z Compiling headers-core v0.3.0
28662025-02-11T20:25:53.383Z Compiling kstat-rs v0.2.4
28672025-02-11T20:25:53.975Z Compiling nanorand v0.7.0
28682025-02-11T20:25:54.074Z Compiling russh-cryptovec v0.7.3
28692025-02-11T20:25:54.166Z Compiling atty v0.2.14
28702025-02-11T20:25:54.310Z Compiling md5 v0.7.0
28712025-02-11T20:25:54.338Z Compiling rcgen v0.12.1
28722025-02-11T20:25:54.395Z Compiling flume v0.11.1
28732025-02-11T20:25:54.506Z Compiling headers v0.4.0
28742025-02-11T20:25:54.860Z Compiling russh-keys v0.45.0
28752025-02-11T20:25:55.793Z Compiling hyper-staticfile v0.10.1
28762025-02-11T20:25:56.389Z Compiling progenitor v0.8.0
28772025-02-11T20:25:56.477Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28782025-02-11T20:25:56.632Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28792025-02-11T20:25:56.846Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28802025-02-11T20:25:57.040Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28812025-02-11T20:25:57.058Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
28822025-02-11T20:25:57.226Z Compiling progenitor v0.9.1
28832025-02-11T20:25:57.440Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
28842025-02-11T20:25:57.468Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28852025-02-11T20:25:58.057Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28862025-02-11T20:25:58.278Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
28872025-02-11T20:25:58.298Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28882025-02-11T20:25:58.581Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
28892025-02-11T20:25:59.045Z Compiling num-bigint v0.4.6
28902025-02-11T20:25:59.982Z Compiling des v0.8.1
28912025-02-11T20:26:00.356Z Compiling subprocess v0.2.9
28922025-02-11T20:26:02.198Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28932025-02-11T20:26:02.846Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28942025-02-11T20:26:03.722Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28952025-02-11T20:26:03.938Z Compiling hex-literal v0.4.1
28962025-02-11T20:26:04.126Z Compiling display-error-chain v0.2.2
28972025-02-11T20:26:04.198Z Compiling russh v0.45.0
28982025-02-11T20:26:04.358Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28992025-02-11T20:26:04.598Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29002025-02-11T20:26:07.597Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29012025-02-11T20:26:08.067Z Compiling internet-checksum v0.2.1
29022025-02-11T20:26:12.844Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29032025-02-11T20:26:12.844Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29042025-02-11T20:26:12.847Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29052025-02-11T20:26:12.847Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29062025-02-11T20:26:15.611Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29072025-02-11T20:26:16.116Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29082025-02-11T20:26:17.018Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29092025-02-11T20:26:17.176Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29102025-02-11T20:26:17.654Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29112025-02-11T20:26:18.080Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29122025-02-11T20:26:20.443Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29132025-02-11T20:26:20.661Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29142025-02-11T20:26:20.822Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29152025-02-11T20:26:21.731Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29162025-02-11T20:26:21.771Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29172025-02-11T20:26:22.352Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29182025-02-11T20:26:22.582Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29192025-02-11T20:26:24.033Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29202025-02-11T20:26:26.908Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29212025-02-11T20:26:27.133Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29222025-02-11T20:26:27.312Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29232025-02-11T20:26:27.699Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29242025-02-11T20:26:29.580Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29252025-02-11T20:26:32.296Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29262025-02-11T20:26:33.159Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29272025-02-11T20:26:33.907Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29282025-02-11T20:26:34.743Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29292025-02-11T20:26:35.430Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29302025-02-11T20:26:39.409Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29312025-02-11T20:26:47.711Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29322025-02-11T20:26:49.184Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29332025-02-11T20:27:10.958Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29342025-02-11T20:27:35.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
29352025-02-11T20:27:35.574Z
29362025-02-11T20:27:35.577Zreal 2:25.013832916
29372025-02-11T20:27:35.577Zuser 12:14.972233195
29382025-02-11T20:27:35.577Zsys 1:33.949502711
29392025-02-11T20:27:35.577Ztrap 0.369578100
29402025-02-11T20:27:35.577Ztflt 0.926687128
29412025-02-11T20:27:35.577Zdflt 0.900364348
29422025-02-11T20:27:35.577Zkflt 0.000060501
29432025-02-11T20:27:35.577Zlock 22:51.950726366
29442025-02-11T20:27:35.577Zslp 42:29.210683941
29452025-02-11T20:27:35.577Zlat 38.442254296
29462025-02-11T20:27:35.577Zstop 1:31.228586617
29472025-02-11T20:27:35.577Z+ mkdir tests
29482025-02-11T20:27:35.580Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29492025-02-11T20:27:35.580Z+ xargs -I '{}' -t cp '{}' tests/
29502025-02-11T20:27:35.618Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-6059a56463a757c9 tests/
29512025-02-11T20:27:35.646Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a72392feebf0ad0d tests/
29522025-02-11T20:27:35.674Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9bc525f859e8c99b tests/
29532025-02-11T20:27:35.701Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-86b5f769f99e8aed tests/
29542025-02-11T20:27:35.986Z+ 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/*)
29552025-02-11T20:27:35.989Z+ 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-9bc525f859e8c99b tests/commtest-a72392feebf0ad0d tests/dhcp_server-6059a56463a757c9 tests/end_to_end_tests-86b5f769f99e8aed 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
29562025-02-11T20:28:49.713ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29572025-02-11T20:28:49.713Za .github/buildomat/ci-env.sh 1K
29582025-02-11T20:28:49.713Za out/target/test 1K
29592025-02-11T20:28:49.713Za out/npuzone/npuzone 23144K
29602025-02-11T20:28:49.713Za package-manifest.toml 33K
29612025-02-11T20:28:49.713Za smf/sled-agent/non-gimlet/config.toml 4K
29622025-02-11T20:28:49.713Za target/release/omicron-package 35930K
29632025-02-11T20:28:49.713Za target/release/xtask 11881K
29642025-02-11T20:28:49.713Za target/debug/bootstrap 220759K
29652025-02-11T20:28:49.713Za tests/bootstrap-9bc525f859e8c99b 24276K
29662025-02-11T20:28:49.713Za tests/commtest-a72392feebf0ad0d 24769K
29672025-02-11T20:28:49.713Za tests/dhcp_server-6059a56463a757c9 24276K
29682025-02-11T20:28:49.713Za tests/end_to_end_tests-86b5f769f99e8aed 282242K
29692025-02-11T20:28:49.713Za out/clickhouse.tar.gz 294509K
29702025-02-11T20:28:49.713Za out/clickhouse_keeper.tar.gz 281648K
29712025-02-11T20:28:49.713Za out/clickhouse_server.tar.gz 294490K
29722025-02-11T20:28:49.713Za out/cockroachdb.tar.gz 134950K
29732025-02-11T20:28:49.713Za out/crucible-dtrace.tar 98K
29742025-02-11T20:28:49.713Za out/crucible-pantry-zone.tar.gz 28571K
29752025-02-11T20:28:49.713Za out/crucible-zone.tar.gz 36919K
29762025-02-11T20:28:49.713Za out/external-dns.tar.gz 35426K
29772025-02-11T20:28:49.713Za out/internal-dns.tar.gz 35426K
29782025-02-11T20:28:49.713Za out/mg-ddm-gz.tar 63075K
29792025-02-11T20:28:49.713Za out/nexus.tar.gz 100443K
29802025-02-11T20:28:49.713Za out/ntp.tar.gz 10500K
29812025-02-11T20:28:49.713Za out/omicron-gateway-softnpu.tar.gz 24103K
29822025-02-11T20:28:49.713Za out/omicron-sled-agent.tar 113951K
29832025-02-11T20:28:49.713Za out/overlay.tar.gz 3K
29842025-02-11T20:28:49.713Za out/oximeter.tar.gz 48351K
29852025-02-11T20:28:49.713Za out/oxlog.tar 3124K
29862025-02-11T20:28:49.713Za out/probe.tar.gz 2764K
29872025-02-11T20:28:49.713Za out/propolis-server.tar.gz 66528K
29882025-02-11T20:28:49.713Za out/pumpkind-gz.tar 26665K
29892025-02-11T20:28:49.713Za out/switch-softnpu.tar.gz 237665K
29902025-02-11T20:28:49.716Z
29912025-02-11T20:28:49.716Zreal 1:13.715285019
29922025-02-11T20:28:49.716Zuser 1:10.325646257
29932025-02-11T20:28:49.716Zsys 4.827622311
29942025-02-11T20:28:49.716Ztrap 0.019889589
29952025-02-11T20:28:49.716Ztflt 0.000000000
29962025-02-11T20:28:49.717Zdflt 0.000000000
29972025-02-11T20:28:49.717Zkflt 0.000000000
29982025-02-11T20:28:49.717Zlock 0.000000000
29992025-02-11T20:28:49.717Zslp 1:10.098130906
30002025-02-11T20:28:49.717Zlat 2.153643341
30012025-02-11T20:28:49.717Zstop 0.000571717
30022025-02-11T20:28:49.720Zprocess exited: duration 1982254 ms, exit code 0
 
30032025-02-11T20:28:49.735Zfound 1 output files
30042025-02-11T20:28:49.735Zuploading: /work/package.tar.gz (1905427240 bytes)
30052025-02-11T20:29:23.493Zuploaded: /work/package.tar.gz