01JKFV4PWWJFFE1DRNDBBSR6NC: 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: 01JKFV5674GWT46NCJ4QWFPYFE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-07T09:17:47.980Zjob assigned to worker 01JKFV5EQ1MMWH3NC74BV6R3A1 [factory aws, i-09715cc393f2e994d] (queued for 56 s)
 
22025-02-07T09:17:55.924Zstarting task 0: "setup"
32025-02-07T09:17:55.932Z++ uname -s
42025-02-07T09:17:55.934Z+ kern=SunOS
52025-02-07T09:17:55.934Z+ build_user=build
62025-02-07T09:17:55.934Z+ build_uid=12345
72025-02-07T09:17:55.934Z+ work_dir=/work
82025-02-07T09:17:55.934Z+ input_dir=/input
92025-02-07T09:17:55.934Z+ [[ 0 == 12345 ]]
102025-02-07T09:17:55.934Z+ case "$kern" in
112025-02-07T09:17:55.934Z+ groupadd -g 12345 build
122025-02-07T09:17:55.937Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-07T09:17:57.944Z+ zfs create -o mountpoint=/work rpool/work
142025-02-07T09:17:58.079Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-07T09:17:58.083Z+ home_fs=zfs
162025-02-07T09:17:58.083Z+ [[ zfs == autofs ]]
172025-02-07T09:17:58.083Z+ mkdir -p /home/build
182025-02-07T09:17:58.087Z+ chown build:build /home/build /work
192025-02-07T09:18:00.085Z+ chmod 0700 /home/build /work
202025-02-07T09:18:00.088Zprocess exited: duration 4164 ms, exit code 0
 
212025-02-07T09:18:00.094Zstarting task 1: "rust-toolchain"
222025-02-07T09:18:00.099Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.1
232025-02-07T09:18:00.099Z * rust toolchain channel = "1.84.1"
242025-02-07T09:18:00.099Z * rust toolchain profile = "default"
252025-02-07T09:18:00.099Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-02-07T09:18:00.099Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-07T09:18:00.099Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-07T09:18:00.102Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-07T09:18:00.102Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default
302025-02-07T09:18:00.219Zinfo: downloading installer
312025-02-07T09:18:01.779Zwarning: it looks like you have an existing installation of Rust at:
322025-02-07T09:18:01.779Zwarning: /opt/ooce/bin
332025-02-07T09:18:01.779Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-07T09:18:01.779Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-07T09:18:01.779Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-07T09:18:01.779Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-07T09:18:01.779Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-07T09:18:01.779Zerror: cannot install while Rust is installed
392025-02-07T09:18:01.779Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-07T09:18:01.807Zinfo: profile set to 'default'
412025-02-07T09:18:01.807Zinfo: default host triple is x86_64-unknown-illumos
422025-02-07T09:18:01.810Zinfo: syncing channel updates for '1.84.1-x86_64-unknown-illumos'
432025-02-07T09:18:01.963Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
442025-02-07T09:18:01.963Zinfo: downloading component 'cargo'
452025-02-07T09:18:02.839Zinfo: downloading component 'clippy'
462025-02-07T09:18:03.174Zinfo: downloading component 'rust-docs'
472025-02-07T09:18:04.375Zinfo: downloading component 'rust-std'
482025-02-07T09:18:06.312Zinfo: downloading component 'rustc'
492025-02-07T09:18:13.149Zinfo: downloading component 'rustfmt'
502025-02-07T09:18:13.406Zinfo: installing component 'cargo'
512025-02-07T09:18:14.279Zinfo: installing component 'clippy'
522025-02-07T09:18:14.669Zinfo: installing component 'rust-docs'
532025-02-07T09:18:16.386Zinfo: installing component 'rust-std'
542025-02-07T09:18:18.303Zinfo: installing component 'rustc'
552025-02-07T09:18:24.542Zinfo: installing component 'rustfmt'
562025-02-07T09:18:24.882Zinfo: default toolchain set to '1.84.1-x86_64-unknown-illumos'
572025-02-07T09:18:24.882Z
582025-02-07T09:18:25.267Z 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27)
592025-02-07T09:18:25.267Z
602025-02-07T09:18:25.269Z
612025-02-07T09:18:25.269ZRust is installed now. Great!
622025-02-07T09:18:25.270Z
632025-02-07T09:18:25.270ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-07T09:18:25.270Zenvironment variable. This has not been done automatically.
652025-02-07T09:18:25.270Z
662025-02-07T09:18:25.270ZTo configure your current shell, you need to source
672025-02-07T09:18:25.270Zthe corresponding env file under $HOME/.cargo.
682025-02-07T09:18:25.270Z
692025-02-07T09:18:25.270ZThis is usually done by running one of the following (note the leading DOT):
702025-02-07T09:18:25.270Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-07T09:18:25.270Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-07T09:18:25.346Z+ rustup --version
732025-02-07T09:18:25.354Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-07T09:18:25.354Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-07T09:18:25.438Zinfo: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)`
762025-02-07T09:18:25.442Z+ cargo --version
772025-02-07T09:18:25.505Zcargo 1.84.1 (66221abde 2024-11-19)
782025-02-07T09:18:25.507Z+ rustc --version
792025-02-07T09:18:25.573Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
802025-02-07T09:18:25.577Zprocess exited: duration 25482 ms, exit code 0
 
812025-02-07T09:18:25.582Zstarting task 2: "authentication"
822025-02-07T09:18:25.604Zprocess exited: duration 21 ms, exit code 0
 
832025-02-07T09:18:25.611Zstarting task 3: "clone repository"
842025-02-07T09:18:25.615Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-07T09:18:25.618Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-07T09:18:25.652ZCloning into '/work/oxidecomputer/omicron'...
872025-02-07T09:18:32.437Z+ cd /work/oxidecomputer/omicron
882025-02-07T09:18:32.437Z+ git fetch origin e5add313d964279423d70a502bba4b41af8478dd
892025-02-07T09:18:32.731ZFrom https://github.com/oxidecomputer/omicron
902025-02-07T09:18:32.731Z * branch e5add313d964279423d70a502bba4b41af8478dd -> FETCH_HEAD
912025-02-07T09:18:32.742Z+ [[ -n dont_deploy_expunged_datasets ]]
922025-02-07T09:18:32.745Z++ git branch --show-current
932025-02-07T09:18:32.747Z+ current=main
942025-02-07T09:18:32.747Z+ [[ main != dont_deploy_expunged_datasets ]]
952025-02-07T09:18:32.747Z+ git branch -f dont_deploy_expunged_datasets e5add313d964279423d70a502bba4b41af8478dd
962025-02-07T09:18:32.750Z+ git checkout -f dont_deploy_expunged_datasets
972025-02-07T09:18:32.937ZSwitched to branch 'dont_deploy_expunged_datasets'
982025-02-07T09:18:32.940Z+ git reset --hard e5add313d964279423d70a502bba4b41af8478dd
992025-02-07T09:18:32.953ZHEAD is now at e5add313d Merge branch 'main' into dont_deploy_expunged_datasets
1002025-02-07T09:18:32.955Zprocess exited: duration 7343 ms, exit code 0
 
1012025-02-07T09:18:32.960Zstarting task 4: "build"
1022025-02-07T09:18:32.966Z+ source .github/buildomat/ci-env.sh
1032025-02-07T09:18:32.966Z++ export CARGO_TERM_COLOR=always
1042025-02-07T09:18:32.966Z++ CARGO_TERM_COLOR=always
1052025-02-07T09:18:32.966Z+ cargo --version
1062025-02-07T09:18:33.019Zcargo 1.84.1 (66221abde 2024-11-19)
1072025-02-07T09:18:33.021Z+ rustc --version
1082025-02-07T09:18:33.086Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
1092025-02-07T09:18:33.089Z+ WORK=/work
1102025-02-07T09:18:33.089Z+ pfexec mkdir -p /work
1112025-02-07T09:18:33.094Z+ pfexec chown build /work
1122025-02-07T09:18:33.096Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1132025-02-07T09:18:34.687Zpkg list: illegal option -- F
1142025-02-07T09:18:34.691ZUsage:
1152025-02-07T09:18:34.691Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1162025-02-07T09:18:34.691Z [pkg_fmri_pattern ...]
1172025-02-07T09:18:35.562Zpkg list: illegal option -- F
1182025-02-07T09:18:35.562ZUsage:
1192025-02-07T09:18:35.564Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-02-07T09:18:35.565Z [pkg_fmri_pattern ...]
1212025-02-07T09:18:42.550Z Startup: Refreshing catalog 'helios-dev' ... Done
1222025-02-07T09:18:46.862Z Startup: Caching catalogs ... Done
1232025-02-07T09:18:59.243ZPlanning: Solver setup ... Done (11.416s)
1242025-02-07T09:18:59.395ZPlanning: Running solver ... Done (0.151s)
1252025-02-07T09:18:59.516ZPlanning: Finding local manifests ... Done (0.006s)
1262025-02-07T09:18:59.657ZPlanning: Fetching manifests: 0/7 0% complete
1272025-02-07T09:19:01.428ZPlanning: Fetching manifests: 7/7 100% complete
1282025-02-07T09:19:01.551ZPlanning: Package planning ... Done (0.123s)
1292025-02-07T09:19:01.609ZPlanning: Merging actions ... Done (0.058s)
1302025-02-07T09:19:01.805ZPlanning: Checking for conflicting actions ... Done (0.196s)
1312025-02-07T09:19:03.552ZPlanning: Consolidating action changes ... Done (1.746s)
1322025-02-07T09:19:03.981ZPlanning: Evaluating mediators ... Done (0.429s)
1332025-02-07T09:19:04.066ZPlanning: Planning completed in 17.10 seconds
1342025-02-07T09:19:04.082Z Packages to install: 4
1352025-02-07T09:19:04.082Z Packages to update: 3
1362025-02-07T09:19:04.082Z Mediators to change: 2
1372025-02-07T09:19:04.082Z Services to change: 1
1382025-02-07T09:19:04.082Z Estimated space available: 155.61 GB
1392025-02-07T09:19:04.085ZEstimated space to be consumed: 1.65 GB
1402025-02-07T09:19:04.085Z Create boot environment: No
1412025-02-07T09:19:04.085ZCreate backup boot environment: Yes
1422025-02-07T09:19:04.085Z Rebuild boot archive: No
1432025-02-07T09:19:04.085Z
1442025-02-07T09:19:04.085ZChanged mediators:
1452025-02-07T09:19:04.085Z mediator clang:
1462025-02-07T09:19:04.085Z version: None -> 15 (system default)
1472025-02-07T09:19:04.085Z
1482025-02-07T09:19:04.085Z mediator llvm:
1492025-02-07T09:19:04.085Z version: 14 (system default) -> 15 (system default)
1502025-02-07T09:19:04.085Z
1512025-02-07T09:19:04.085ZChanged packages:
1522025-02-07T09:19:04.085Zhelios-dev
1532025-02-07T09:19:04.085Z developer/build-essential
1542025-02-07T09:19:04.085Z None -> 11-2.0
1552025-02-07T09:19:04.085Z library/libxmlsec1
1562025-02-07T09:19:04.085Z None -> 1.2.35-2.0
1572025-02-07T09:19:04.085Z ooce/developer/clang-15
1582025-02-07T09:19:04.085Z None -> 15.0.7-2.0
1592025-02-07T09:19:04.085Z ooce/developer/llvm-15
1602025-02-07T09:19:04.085Z None -> 15.0.7-2.0
1612025-02-07T09:19:04.086Z package/pkg
1622025-02-07T09:19:04.086Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1632025-02-07T09:19:04.086Z system/library/g++-runtime
1642025-02-07T09:19:04.086Z 13-2.0 -> 14-2.0
1652025-02-07T09:19:04.086Z system/library/gcc-runtime
1662025-02-07T09:19:04.086Z 13-2.0 -> 14-2.0
1672025-02-07T09:19:04.086Z
1682025-02-07T09:19:04.086ZServices:
1692025-02-07T09:19:04.086Z restart_fmri:
1702025-02-07T09:19:04.086Z svc:/system/update-man-index:default
1712025-02-07T09:19:04.086Z
1722025-02-07T09:19:04.086ZEditable files to change:
1732025-02-07T09:19:04.086Z Update:
1742025-02-07T09:19:04.086Z usr/share/lib/pkg/web/config.shtml
1752025-02-07T09:19:04.166Z
1762025-02-07T09:19:04.166ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1772025-02-07T09:19:09.169ZDownload: 407/4301 items 16.6/225.4MB 7% complete (3.4M/s)
1782025-02-07T09:19:14.184ZDownload: 958/4301 items 19.3/225.4MB 8% complete (2.0M/s)
1792025-02-07T09:19:19.208ZDownload: 1199/4301 items 83.5/225.4MB 37% complete (6.7M/s)
1802025-02-07T09:19:24.211ZDownload: 2091/4301 items 118.9/225.4MB 52% complete (10.0M/s)
1812025-02-07T09:19:32.976ZDownload: 2224/4301 items 119.2/225.4MB 52% complete (7.7M/s)
1822025-02-07T09:19:37.974ZDownload: 3248/4301 items 191.8/225.4MB 85% complete (7.3M/s)
1832025-02-07T09:19:43.119ZDownload: 4202/4301 items 218.7/225.4MB 97% complete (10.4M/s)
1842025-02-07T09:19:46.478ZDownload: Completed 225.42 MB in 42.31 seconds (5.3M/s)
1852025-02-07T09:19:48.489Z Actions: 1/5122 actions (Removing old actions)
1862025-02-07T09:19:48.510Z Actions: 194/5122 actions (Installing new actions)
1872025-02-07T09:19:53.311Z Actions: 4267/5122 actions (Updating modified actions)
1882025-02-07T09:19:53.670Z Actions: Completed 5122 actions in 5.17 seconds.
1892025-02-07T09:19:54.108Z Done (0.435s)
1902025-02-07T09:19:54.111Z Done (0.001s)
1912025-02-07T09:19:54.719Z Done (0.605s)
1922025-02-07T09:19:59.331Z Done (4.374s)
1932025-02-07T09:19:59.422Z Done (0.018s)
1942025-02-07T09:19:59.425Z Done (0.000s)
1952025-02-07T09:19:59.604Z Done (0.000s)
1962025-02-07T09:20:00.369ZPlanning: Evaluating mediator changes ... Done
1972025-02-07T09:20:00.544ZPlanning: Checking for conflicting actions ... Done
1982025-02-07T09:20:00.547ZPlanning: Consolidating action changes ... Done
1992025-02-07T09:20:00.835ZPlanning: Evaluating mediators ... Done
2002025-02-07T09:20:00.837ZPlanning: Planning completed in 0.47 seconds
2012025-02-07T09:20:00.876Z Mediators to change: 2
2022025-02-07T09:20:00.876Z Create boot environment: No
2032025-02-07T09:20:00.878ZCreate backup boot environment: No
2042025-02-07T09:20:00.964Z Done
2052025-02-07T09:20:00.964Z Done
2062025-02-07T09:20:01.413Z Done
2072025-02-07T09:20:05.417Z Done
2082025-02-07T09:20:05.516Z Done
2092025-02-07T09:20:05.518Z Done
2102025-02-07T09:20:05.653Z Done
2112025-02-07T09:20:06.312ZPlanning: Evaluating mediator changes ... Done
2122025-02-07T09:20:06.315ZPlanning: Merging actions ... Done
2132025-02-07T09:20:06.515ZPlanning: Checking for conflicting actions ... Done
2142025-02-07T09:20:06.517ZPlanning: Consolidating action changes ... Done
2152025-02-07T09:20:06.795ZPlanning: Evaluating mediators ... Done
2162025-02-07T09:20:06.856ZPlanning: Planning completed in 0.80 seconds
2172025-02-07T09:20:06.900Z Packages to change: 1
2182025-02-07T09:20:06.900Z Mediators to change: 1
2192025-02-07T09:20:06.900Z Services to change: 1
2202025-02-07T09:20:06.900Z Create boot environment: No
2212025-02-07T09:20:06.903ZCreate backup boot environment: Yes
2222025-02-07T09:20:09.216Z Actions: 1/6 actions (Updating modified actions)
2232025-02-07T09:20:09.218Z Actions: Completed 6 actions in 0.00 seconds.
2242025-02-07T09:20:09.218Z Done
2252025-02-07T09:20:09.218Z Done
2262025-02-07T09:20:09.343Z Done
2272025-02-07T09:20:13.362Z Done
2282025-02-07T09:20:13.463Z Done
2292025-02-07T09:20:13.466Z Done
2302025-02-07T09:20:13.605Z Done
2312025-02-07T09:20:14.076ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2322025-02-07T09:20:14.076Zclang system 15 system
2332025-02-07T09:20:14.076Zcsh system system illumos
2342025-02-07T09:20:14.076Zctags system system illumos
2352025-02-07T09:20:14.076Zgcc vendor 12 vendor
2362025-02-07T09:20:14.076Zgcc system 10 system
2372025-02-07T09:20:14.076Zgcc system 7 system
2382025-02-07T09:20:14.076Zgo system 1.20 system
2392025-02-07T09:20:14.076Zgo system 1.19 system
2402025-02-07T09:20:14.076Zllvm system 15 system
2412025-02-07T09:20:14.076Zllvm system 14 system
2422025-02-07T09:20:14.076Zmariadb system 10.6 system
2432025-02-07T09:20:14.076Zmta vendor vendor dma
2442025-02-07T09:20:14.076Zopenjdk system 17 system
2452025-02-07T09:20:14.076Zopenjdk system 11 system
2462025-02-07T09:20:14.076Zopenjdk system 1.8 system
2472025-02-07T09:20:14.076Zopenssl vendor 3 vendor
2482025-02-07T09:20:14.076Zperl system 5.36 system
2492025-02-07T09:20:14.076Zpostgresql system 15 system
2502025-02-07T09:20:14.076Zpostgresql system 13 system
2512025-02-07T09:20:14.077Zpython vendor 3 vendor
2522025-02-07T09:20:14.077Zpython system 2 system
2532025-02-07T09:20:14.077Zpython3 system 3.11 system
2542025-02-07T09:20:14.077Zruby system 3.0 system
2552025-02-07T09:20:14.077Zwords vendor vendor american-english
2562025-02-07T09:20:14.077Zwords system system australian-english
2572025-02-07T09:20:14.077Zwords system system british-english
2582025-02-07T09:20:14.077Zwords system system canadian-english
2592025-02-07T09:20:14.077Zwords system system french
2602025-02-07T09:20:14.077Zwords system system italian
2612025-02-07T09:20:14.077Zwords system system ngerman
2622025-02-07T09:20:14.077Zwords system system ogerman
2632025-02-07T09:20:14.077Zwords system system spanish
2642025-02-07T09:20:14.434ZPUBLISHER TYPE STATUS P LOCATION
2652025-02-07T09:20:14.434Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662025-02-07T09:20:17.417ZFMRI IFO
2672025-02-07T09:20:17.417Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682025-02-07T09:20:17.417Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692025-02-07T09:20:17.417Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702025-02-07T09:20:17.417Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712025-02-07T09:20:17.417Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722025-02-07T09:20:17.417Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2732025-02-07T09:20:17.417Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2742025-02-07T09:20:17.417Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752025-02-07T09:20:17.417Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762025-02-07T09:20:17.417Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2772025-02-07T09:20:17.417Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782025-02-07T09:20:17.417Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792025-02-07T09:20:17.417Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2802025-02-07T09:20:17.417Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812025-02-07T09:20:17.417Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822025-02-07T09:20:18.233Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832025-02-07T09:20:18.558Z Updating crates.io index
2842025-02-07T09:20:18.625Z Updating git repository `https://github.com/oxidecomputer/daft`
2852025-02-07T09:20:18.926Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2862025-02-07T09:20:20.209Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2872025-02-07T09:20:20.479Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882025-02-07T09:20:20.772Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2892025-02-07T09:20:21.058Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902025-02-07T09:20:21.995Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912025-02-07T09:20:23.860Z Updating git repository `https://github.com/oxidecomputer/opte`
2922025-02-07T09:20:24.577Z Updating git repository `https://github.com/oxidecomputer/falcon`
2932025-02-07T09:20:25.259Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942025-02-07T09:20:25.519Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952025-02-07T09:20:25.868Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2962025-02-07T09:20:26.371Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2972025-02-07T09:20:26.938Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2982025-02-07T09:20:27.263Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2992025-02-07T09:20:27.600Z Updating git repository `https://github.com/oxidecomputer/tofino`
3002025-02-07T09:20:27.897Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012025-02-07T09:20:28.149Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022025-02-07T09:20:28.471Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032025-02-07T09:20:28.773Z Updating git repository `https://github.com/oxidecomputer/lldp`
3042025-02-07T09:20:29.118Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3052025-02-07T09:20:29.421Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3062025-02-07T09:20:29.782Z Updating git repository `https://github.com/oxidecomputer/ispf`
3072025-02-07T09:20:30.137Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3082025-02-07T09:20:30.412Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092025-02-07T09:20:30.933Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3102025-02-07T09:20:31.238Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3112025-02-07T09:20:31.630Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122025-02-07T09:20:32.019Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3132025-02-07T09:20:32.315Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3142025-02-07T09:20:32.644Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3152025-02-07T09:20:32.931Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3162025-02-07T09:20:34.209Z Downloading crates ...
3172025-02-07T09:20:34.287Z Downloaded anstream v0.6.15
3182025-02-07T09:20:34.315Z Downloaded cargo_toml v0.20.5
3192025-02-07T09:20:34.321Z Downloaded fs-err v2.11.0
3202025-02-07T09:20:34.323Z Downloaded dof v0.3.0
3212025-02-07T09:20:34.328Z Downloaded memmap v0.7.0
3222025-02-07T09:20:34.330Z Downloaded digest v0.10.7
3232025-02-07T09:20:34.339Z Downloaded clap_builder v4.5.27
3242025-02-07T09:20:34.348Z Downloaded indexmap v2.7.1
3252025-02-07T09:20:34.354Z Downloaded clap v4.5.27
3262025-02-07T09:20:34.362Z Downloaded proc-macro-error v1.0.4
3272025-02-07T09:20:34.365Z Downloaded quote v1.0.38
3282025-02-07T09:20:34.367Z Downloaded once_cell v1.20.2
3292025-02-07T09:20:34.370Z Downloaded anstyle-parse v0.2.5
3302025-02-07T09:20:34.372Z Downloaded errno v0.3.9
3312025-02-07T09:20:34.376Z Downloaded generic-array v0.14.7
3322025-02-07T09:20:34.376Z Downloaded cargo-platform v0.1.8
3332025-02-07T09:20:34.380Z Downloaded camino-tempfile v1.1.1
3342025-02-07T09:20:34.380Z Downloaded cargo_metadata v0.18.1
3352025-02-07T09:20:34.382Z Downloaded anstyle v1.0.10
3362025-02-07T09:20:34.382Z Downloaded papergrid v0.11.0
3372025-02-07T09:20:34.385Z Downloaded colorchoice v1.0.2
3382025-02-07T09:20:34.387Z Downloaded bytecount v0.6.8
3392025-02-07T09:20:34.390Z Downloaded block-buffer v0.10.4
3402025-02-07T09:20:34.390Z Downloaded goblin v0.8.2
3412025-02-07T09:20:34.394Z Downloaded crypto-common v0.1.6
3422025-02-07T09:20:34.397Z Downloaded cpufeatures v0.2.14
3432025-02-07T09:20:34.397Z Downloaded clap_lex v0.7.4
3442025-02-07T09:20:34.399Z Downloaded cfg-if v1.0.0
3452025-02-07T09:20:34.402Z Downloaded dtrace-parser v0.2.0
3462025-02-07T09:20:34.407Z Downloaded pretty-hex v0.4.1
3472025-02-07T09:20:34.412Z Downloaded fnv v1.0.7
3482025-02-07T09:20:34.414Z Downloaded fastrand v2.1.1
3492025-02-07T09:20:34.417Z Downloaded macaddr v1.0.1
3502025-02-07T09:20:34.422Z Downloaded equivalent v1.0.1
3512025-02-07T09:20:34.425Z Downloaded usdt-attr-macro v0.5.0
3522025-02-07T09:20:34.427Z Downloaded scroll_derive v0.12.0
3532025-02-07T09:20:34.433Z Downloaded usdt-macro v0.5.0
3542025-02-07T09:20:34.439Z Downloaded plain v0.2.3
3552025-02-07T09:20:34.441Z Downloaded byteorder v1.5.0
3562025-02-07T09:20:34.444Z Downloaded usdt v0.5.0
3572025-02-07T09:20:34.444Z Downloaded anstyle-query v1.1.1
3582025-02-07T09:20:34.446Z Downloaded smawk v0.3.2
3592025-02-07T09:20:34.446Z Downloaded proc-macro-error-attr v1.0.4
3602025-02-07T09:20:34.448Z Downloaded is_terminal_polyfill v1.70.1
3612025-02-07T09:20:34.450Z Downloaded tabled_derive v0.7.0
3622025-02-07T09:20:34.451Z Downloaded heck v0.5.0
3632025-02-07T09:20:34.453Z Downloaded itoa v1.0.11
3642025-02-07T09:20:34.453Z Downloaded heck v0.4.1
3652025-02-07T09:20:34.455Z Downloaded clap_derive v4.5.24
3662025-02-07T09:20:34.457Z Downloaded autocfg v1.4.0
3672025-02-07T09:20:34.460Z Downloaded thread-id v4.2.2
3682025-02-07T09:20:34.462Z Downloaded unicode-linebreak v0.1.5
3692025-02-07T09:20:34.462Z Downloaded terminal_size v0.4.0
3702025-02-07T09:20:34.462Z Downloaded swrite v0.1.0
3712025-02-07T09:20:34.465Z Downloaded pest_generator v2.7.14
3722025-02-07T09:20:34.467Z Downloaded strsim v0.11.1
3732025-02-07T09:20:34.467Z Downloaded scroll v0.12.0
3742025-02-07T09:20:34.475Z Downloaded serde_tokenstream v0.2.2
3752025-02-07T09:20:34.477Z Downloaded serde_spanned v0.6.8
3762025-02-07T09:20:34.483Z Downloaded version_check v0.9.5
3772025-02-07T09:20:34.486Z Downloaded utf8parse v0.2.2
3782025-02-07T09:20:34.488Z Downloaded thiserror-impl v1.0.69
3792025-02-07T09:20:34.488Z Downloaded thiserror v1.0.69
3802025-02-07T09:20:34.492Z Downloaded camino v1.1.9
3812025-02-07T09:20:34.494Z Downloaded sha2 v0.10.8
3822025-02-07T09:20:34.497Z Downloaded pest_derive v2.7.14
3832025-02-07T09:20:34.501Z Downloaded tempfile v3.13.0
3842025-02-07T09:20:34.503Z Downloaded usdt-impl v0.5.0
3852025-02-07T09:20:34.507Z Downloaded toml_datetime v0.6.8
3862025-02-07T09:20:34.510Z Downloaded semver v1.0.24
3872025-02-07T09:20:34.512Z Downloaded zerocopy-derive v0.7.35
3882025-02-07T09:20:34.515Z Downloaded pest_meta v2.7.14
3892025-02-07T09:20:34.518Z Downloaded ucd-trie v0.1.7
3902025-02-07T09:20:34.520Z Downloaded unicode-ident v1.0.14
3912025-02-07T09:20:34.522Z Downloaded anyhow v1.0.95
3922025-02-07T09:20:34.525Z Downloaded typenum v1.17.0
3932025-02-07T09:20:34.528Z Downloaded ryu v1.0.18
3942025-02-07T09:20:34.531Z Downloaded bitflags v2.6.0
3952025-02-07T09:20:34.534Z Downloaded toml v0.8.19
3962025-02-07T09:20:34.537Z Downloaded textwrap v0.16.1
3972025-02-07T09:20:34.540Z Downloaded proc-macro2 v1.0.92
3982025-02-07T09:20:34.542Z Downloaded log v0.4.22
3992025-02-07T09:20:34.545Z Downloaded serde_derive v1.0.217
4002025-02-07T09:20:34.561Z Downloaded serde v1.0.217
4012025-02-07T09:20:34.564Z Downloaded memchr v2.7.4
4022025-02-07T09:20:34.578Z Downloaded toml_edit v0.22.22
4032025-02-07T09:20:34.599Z Downloaded pest v2.7.14
4042025-02-07T09:20:34.608Z Downloaded hashbrown v0.15.1
4052025-02-07T09:20:34.616Z Downloaded zerocopy v0.7.35
4062025-02-07T09:20:34.631Z Downloaded winnow v0.6.20
4072025-02-07T09:20:34.639Z Downloaded serde_json v1.0.135
4082025-02-07T09:20:34.649Z Downloaded tabled v0.15.0
4092025-02-07T09:20:34.664Z Downloaded syn v1.0.109
4102025-02-07T09:20:34.674Z Downloaded unicode-width v0.1.14
4112025-02-07T09:20:34.682Z Downloaded syn v2.0.96
4122025-02-07T09:20:34.693Z Downloaded rustix v0.38.37
4132025-02-07T09:20:34.724Z Downloaded libc v0.2.169
4142025-02-07T09:20:35.044Z Compiling proc-macro2 v1.0.92
4152025-02-07T09:20:35.044Z Compiling unicode-ident v1.0.14
4162025-02-07T09:20:35.047Z Compiling serde v1.0.217
4172025-02-07T09:20:35.047Z Compiling version_check v0.9.5
4182025-02-07T09:20:35.047Z Compiling memchr v2.7.4
4192025-02-07T09:20:35.047Z Compiling thiserror v1.0.69
4202025-02-07T09:20:35.047Z Compiling libc v0.2.169
4212025-02-07T09:20:35.047Z Compiling itoa v1.0.11
4222025-02-07T09:20:35.316Z Compiling ucd-trie v0.1.7
4232025-02-07T09:20:35.373Z Compiling ryu v1.0.18
4242025-02-07T09:20:35.869Z Compiling once_cell v1.20.2
4252025-02-07T09:20:35.896Z Compiling byteorder v1.5.0
4262025-02-07T09:20:36.088Z Compiling rustix v0.38.37
4272025-02-07T09:20:36.270Z Compiling serde_json v1.0.135
4282025-02-07T09:20:36.342Z Compiling bitflags v2.6.0
4292025-02-07T09:20:36.675Z Compiling proc-macro-error-attr v1.0.4
4302025-02-07T09:20:36.677Z Compiling usdt-impl v0.5.0
4312025-02-07T09:20:36.719Z Compiling syn v1.0.109
4322025-02-07T09:20:36.772Z Compiling proc-macro-error v1.0.4
4332025-02-07T09:20:36.942Z Compiling quote v1.0.38
4342025-02-07T09:20:37.050Z Compiling hashbrown v0.15.1
4352025-02-07T09:20:37.080Z Compiling errno v0.3.9
4362025-02-07T09:20:37.191Z Compiling camino v1.1.9
4372025-02-07T09:20:37.319Z Compiling syn v2.0.96
4382025-02-07T09:20:37.348Z Compiling thread-id v4.2.2
4392025-02-07T09:20:37.431Z Compiling equivalent v1.0.1
4402025-02-07T09:20:37.503Z Compiling log v0.4.22
4412025-02-07T09:20:37.569Z Compiling utf8parse v0.2.2
4422025-02-07T09:20:37.596Z Compiling plain v0.2.3
4432025-02-07T09:20:37.761Z Compiling anstyle-parse v0.2.5
4442025-02-07T09:20:38.033Z Compiling unicode-width v0.1.14
4452025-02-07T09:20:38.087Z Compiling semver v1.0.24
4462025-02-07T09:20:38.194Z Compiling indexmap v2.7.1
4472025-02-07T09:20:38.241Z Compiling anstyle v1.0.10
4482025-02-07T09:20:38.436Z Compiling winnow v0.6.20
4492025-02-07T09:20:38.607Z Compiling is_terminal_polyfill v1.70.1
4502025-02-07T09:20:38.636Z Compiling autocfg v1.4.0
4512025-02-07T09:20:38.750Z Compiling anstyle-query v1.1.1
4522025-02-07T09:20:38.780Z Compiling pretty-hex v0.4.1
4532025-02-07T09:20:38.918Z Compiling colorchoice v1.0.2
4542025-02-07T09:20:39.116Z Compiling anstream v0.6.15
4552025-02-07T09:20:39.462Z Compiling terminal_size v0.4.0
4562025-02-07T09:20:39.535Z Compiling heck v0.5.0
4572025-02-07T09:20:39.710Z Compiling cfg-if v1.0.0
4582025-02-07T09:20:39.752Z Compiling fs-err v2.11.0
4592025-02-07T09:20:39.783Z Compiling fnv v1.0.7
4602025-02-07T09:20:39.825Z Compiling anyhow v1.0.95
4612025-02-07T09:20:39.941Z Compiling heck v0.4.1
4622025-02-07T09:20:40.062Z Compiling strsim v0.11.1
4632025-02-07T09:20:40.089Z Compiling fastrand v2.1.1
4642025-02-07T09:20:40.381Z Compiling clap_lex v0.7.4
4652025-02-07T09:20:40.421Z Compiling bytecount v0.6.8
4662025-02-07T09:20:40.639Z Compiling papergrid v0.11.0
4672025-02-07T09:20:40.824Z Compiling clap_builder v4.5.27
4682025-02-07T09:20:40.853Z Compiling tempfile v3.13.0
4692025-02-07T09:20:41.040Z Compiling memmap v0.7.0
4702025-02-07T09:20:41.296Z Compiling smawk v0.3.2
4712025-02-07T09:20:41.404Z Compiling unicode-linebreak v0.1.5
4722025-02-07T09:20:41.918Z Compiling textwrap v0.16.1
4732025-02-07T09:20:41.986Z Compiling swrite v0.1.0
4742025-02-07T09:20:42.859Z Compiling tabled_derive v0.7.0
4752025-02-07T09:20:44.422Z Compiling serde_derive v1.0.217
4762025-02-07T09:20:44.422Z Compiling thiserror-impl v1.0.69
4772025-02-07T09:20:44.425Z Compiling zerocopy-derive v0.7.35
4782025-02-07T09:20:44.425Z Compiling scroll_derive v0.12.0
4792025-02-07T09:20:44.425Z Compiling clap_derive v4.5.24
4802025-02-07T09:20:44.668Z Compiling tabled v0.15.0
4812025-02-07T09:20:45.845Z Compiling scroll v0.12.0
4822025-02-07T09:20:46.414Z Compiling goblin v0.8.2
4832025-02-07T09:20:46.517Z Compiling zerocopy v0.7.35
4842025-02-07T09:20:47.336Z Compiling pest v2.7.14
4852025-02-07T09:20:48.076Z Compiling clap v4.5.27
4862025-02-07T09:20:49.725Z Compiling pest_meta v2.7.14
4872025-02-07T09:20:50.691Z Compiling pest_generator v2.7.14
4882025-02-07T09:20:52.159Z Compiling pest_derive v2.7.14
4892025-02-07T09:20:52.765Z Compiling dtrace-parser v0.2.0
4902025-02-07T09:20:53.654Z Compiling serde_spanned v0.6.8
4912025-02-07T09:20:53.654Z Compiling toml_datetime v0.6.8
4922025-02-07T09:20:53.657Z Compiling cargo-platform v0.1.8
4932025-02-07T09:20:53.989Z Compiling serde_tokenstream v0.2.2
4942025-02-07T09:20:54.080Z Compiling toml_edit v0.22.22
4952025-02-07T09:20:54.148Z Compiling macaddr v1.0.1
4962025-02-07T09:20:54.324Z Compiling camino-tempfile v1.1.1
4972025-02-07T09:20:55.080Z Compiling dof v0.3.0
4982025-02-07T09:20:55.080Z Compiling cargo_metadata v0.18.1
4992025-02-07T09:20:56.783Z Compiling usdt-macro v0.5.0
5002025-02-07T09:20:56.785Z Compiling usdt-attr-macro v0.5.0
5012025-02-07T09:20:56.881Z Compiling toml v0.8.19
5022025-02-07T09:20:57.963Z Compiling cargo_toml v0.20.5
5032025-02-07T09:20:58.066Z Compiling usdt v0.5.0
5042025-02-07T09:21:00.794Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5052025-02-07T09:21:04.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.16s
5062025-02-07T09:21:04.456Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5072025-02-07T09:21:05.027Z Downloading crates ...
5082025-02-07T09:21:05.138Z Downloaded adler2 v2.0.0
5092025-02-07T09:21:05.141Z Downloaded async-stream-impl v0.3.6
5102025-02-07T09:21:05.144Z Downloaded atomicwrites v0.4.4
5112025-02-07T09:21:05.146Z Downloaded async-recursion v1.1.1
5122025-02-07T09:21:05.155Z Downloaded atty v0.2.14
5132025-02-07T09:21:05.157Z Downloaded cfg_aliases v0.1.1
5142025-02-07T09:21:05.178Z Downloaded cstr-argument v0.1.2
5152025-02-07T09:21:05.183Z Downloaded crunchy v0.2.2
5162025-02-07T09:21:05.185Z Downloaded cfg_aliases v0.2.1
5172025-02-07T09:21:05.187Z Downloaded assert_matches v1.5.0
5182025-02-07T09:21:05.188Z Downloaded darling v0.20.10
5192025-02-07T09:21:05.192Z Downloaded ascii-canvas v3.0.0
5202025-02-07T09:21:05.194Z Downloaded humantime v2.1.0
5212025-02-07T09:21:05.197Z Downloaded hubpack_derive v0.1.1
5222025-02-07T09:21:05.197Z Downloaded ciborium-io v0.2.2
5232025-02-07T09:21:05.199Z Downloaded atomic-waker v1.1.2
5242025-02-07T09:21:05.199Z Downloaded async-stream v0.3.6
5252025-02-07T09:21:05.202Z Downloaded const_format_proc_macros v0.2.34
5262025-02-07T09:21:05.205Z Downloaded cexpr v0.6.0
5272025-02-07T09:21:05.208Z Downloaded bitflags v1.3.2
5282025-02-07T09:21:05.210Z Downloaded crc v3.2.1
5292025-02-07T09:21:05.213Z Downloaded chacha20 v0.9.1
5302025-02-07T09:21:05.215Z Downloaded crossbeam-deque v0.8.5
5312025-02-07T09:21:05.217Z Downloaded base16ct v0.2.0
5322025-02-07T09:21:05.220Z Downloaded constant_time_eq v0.3.1
5332025-02-07T09:21:05.222Z Downloaded cbc v0.1.2
5342025-02-07T09:21:05.225Z Downloaded ctr v0.9.2
5352025-02-07T09:21:05.225Z Downloaded ciborium-ll v0.2.2
5362025-02-07T09:21:05.227Z Downloaded colored v2.1.0
5372025-02-07T09:21:05.229Z Downloaded cassowary v0.3.0
5382025-02-07T09:21:05.232Z Downloaded chrono-tz-build v0.4.0
5392025-02-07T09:21:05.232Z Downloaded buf-list v1.0.3
5402025-02-07T09:21:05.234Z Downloaded bit-set v0.5.3
5412025-02-07T09:21:05.237Z Downloaded bcrypt-pbkdf v0.10.0
5422025-02-07T09:21:05.239Z Downloaded bit-vec v0.6.3
5432025-02-07T09:21:05.242Z Downloaded http-body v1.0.1
5442025-02-07T09:21:05.242Z Downloaded bb8 v0.8.5
5452025-02-07T09:21:05.244Z Downloaded cobs v0.2.3
5462025-02-07T09:21:05.245Z Downloaded convert_case v0.4.0
5472025-02-07T09:21:05.247Z Downloaded hyper v1.5.2
5482025-02-07T09:21:05.254Z Downloaded curve25519-dalek-derive v0.1.1
5492025-02-07T09:21:05.256Z Downloaded addr2line v0.24.2
5502025-02-07T09:21:05.259Z Downloaded async-bb8-diesel v0.2.1
5512025-02-07T09:21:05.261Z Downloaded crc-catalog v2.4.0
5522025-02-07T09:21:05.264Z Downloaded block-padding v0.3.3
5532025-02-07T09:21:05.266Z Downloaded hyper-tls v0.6.0
5542025-02-07T09:21:05.266Z Downloaded crc32fast v1.4.2
5552025-02-07T09:21:05.269Z Downloaded impl-trait-for-tuples v0.2.2
5562025-02-07T09:21:05.272Z Downloaded hyper-rustls v0.27.3
5572025-02-07T09:21:05.276Z Downloaded ident_case v1.0.1
5582025-02-07T09:21:05.278Z Downloaded icu_provider_macros v1.5.0
5592025-02-07T09:21:05.280Z Downloaded hyper-staticfile v0.10.1
5602025-02-07T09:21:05.283Z Downloaded icu_collections v1.5.0
5612025-02-07T09:21:05.289Z Downloaded serde-big-array v0.5.1
5622025-02-07T09:21:05.292Z Downloaded icu_locid v1.5.0
5632025-02-07T09:21:05.297Z Downloaded icu_locid_transform v1.5.0
5642025-02-07T09:21:05.301Z Downloaded indent_write v2.2.0
5652025-02-07T09:21:05.303Z Downloaded hubpack v0.1.2
5662025-02-07T09:21:05.306Z Downloaded sync_wrapper v1.0.1
5672025-02-07T09:21:05.308Z Downloaded time-core v0.1.2
5682025-02-07T09:21:05.310Z Downloaded sync-ptr v0.1.1
5692025-02-07T09:21:05.310Z Downloaded httpdate v1.0.3
5702025-02-07T09:21:05.313Z Downloaded cipher v0.4.4
5712025-02-07T09:21:05.313Z Downloaded blake2 v0.10.6
5722025-02-07T09:21:05.317Z Downloaded rusty-fork v0.3.0
5732025-02-07T09:21:05.319Z Downloaded newline-converter v0.3.0
5742025-02-07T09:21:05.321Z Downloaded new_debug_unreachable v1.0.6
5752025-02-07T09:21:05.324Z Downloaded md5 v0.7.0
5762025-02-07T09:21:05.324Z Downloaded crossbeam-epoch v0.9.18
5772025-02-07T09:21:05.326Z Downloaded newtype_derive v0.1.6
5782025-02-07T09:21:05.328Z Downloaded crossbeam-utils v0.8.20
5792025-02-07T09:21:05.331Z Downloaded instant v0.1.13
5802025-02-07T09:21:05.334Z Downloaded crc-any v2.5.0
5812025-02-07T09:21:05.337Z Downloaded icu_provider v1.5.0
5822025-02-07T09:21:05.341Z Downloaded md-5 v0.10.6
5832025-02-07T09:21:05.343Z Downloaded cookie v0.18.1
5842025-02-07T09:21:05.346Z Downloaded signature v2.2.0
5852025-02-07T09:21:05.348Z Downloaded is_ci v1.2.0
5862025-02-07T09:21:05.357Z Downloaded utf-8 v0.7.6
5872025-02-07T09:21:05.357Z Downloaded serde-hex v0.1.0
5882025-02-07T09:21:05.357Z Downloaded smf v0.2.3
5892025-02-07T09:21:05.357Z Downloaded smallvec v0.6.14
5902025-02-07T09:21:05.359Z Downloaded zone_cfg_derive v0.3.0
5912025-02-07T09:21:05.359Z Downloaded num-conv v0.1.0
5922025-02-07T09:21:05.362Z Downloaded indoc v1.0.9
5932025-02-07T09:21:05.364Z Downloaded thread_local v1.1.8
5942025-02-07T09:21:05.366Z Downloaded derive_builder_macro v0.20.2
5952025-02-07T09:21:05.366Z Downloaded supports-color v3.0.1
5962025-02-07T09:21:05.369Z Downloaded managed v0.8.0
5972025-02-07T09:21:05.371Z Downloaded maybe-uninit v2.0.0
5982025-02-07T09:21:05.373Z Downloaded mime v0.3.17
5992025-02-07T09:21:05.374Z Downloaded memoffset v0.9.1
6002025-02-07T09:21:05.376Z Downloaded bytes v1.9.0
6012025-02-07T09:21:05.380Z Downloaded nibble_vec v0.1.0
6022025-02-07T09:21:05.382Z Downloaded newtype-uuid v1.2.1
6032025-02-07T09:21:05.385Z Downloaded nanorand v0.7.0
6042025-02-07T09:21:05.387Z Downloaded base64 v0.13.1
6052025-02-07T09:21:05.391Z Downloaded lockfree-object-pool v0.1.6
6062025-02-07T09:21:05.394Z Downloaded libsw v3.3.1
6072025-02-07T09:21:05.397Z Downloaded xattr v1.3.1
6082025-02-07T09:21:05.400Z Downloaded float-ord v0.3.2
6092025-02-07T09:21:05.402Z Downloaded compact_str v0.8.0
6102025-02-07T09:21:05.406Z Downloaded zeroize v1.8.1
6112025-02-07T09:21:05.408Z Downloaded kstat-rs v0.2.4
6122025-02-07T09:21:05.411Z Downloaded static_assertions v1.1.0
6132025-02-07T09:21:05.413Z Downloaded derive_builder_core v0.20.2
6142025-02-07T09:21:05.415Z Downloaded rpassword v7.3.1
6152025-02-07T09:21:05.418Z Downloaded percent-encoding v2.3.1
6162025-02-07T09:21:05.418Z Downloaded thiserror-no-std v2.0.2
6172025-02-07T09:21:05.422Z Downloaded futures-sink v0.3.31
6182025-02-07T09:21:05.425Z Downloaded float-cmp v0.9.0
6192025-02-07T09:21:05.427Z Downloaded tracing-attributes v0.1.27
6202025-02-07T09:21:05.429Z Downloaded litemap v0.7.3
6212025-02-07T09:21:05.432Z Downloaded unicode-xid v0.2.6
6222025-02-07T09:21:05.434Z Downloaded rustc-hash v1.1.0
6232025-02-07T09:21:05.437Z Downloaded tokio-tungstenite v0.21.0
6242025-02-07T09:21:05.439Z Downloaded mime_guess v2.0.5
6252025-02-07T09:21:05.442Z Downloaded crypto-bigint v0.5.5
6262025-02-07T09:21:05.450Z Downloaded glob v0.3.2
6272025-02-07T09:21:05.452Z Downloaded fallible-streaming-iterator v0.1.9
6282025-02-07T09:21:05.455Z Downloaded olpc-cjson v0.1.4
6292025-02-07T09:21:05.457Z Downloaded jobserver v0.1.32
6302025-02-07T09:21:05.457Z Downloaded cc v1.1.30
6312025-02-07T09:21:05.462Z Downloaded ed25519 v2.2.3
6322025-02-07T09:21:05.464Z Downloaded take_mut v0.2.2
6332025-02-07T09:21:05.467Z Downloaded pem v3.0.4
6342025-02-07T09:21:05.469Z Downloaded ref-cast-impl v1.0.23
6352025-02-07T09:21:05.469Z Downloaded ref-cast v1.0.23
6362025-02-07T09:21:05.472Z Downloaded group v0.13.0
6372025-02-07T09:21:05.475Z Downloaded serde_repr v0.1.19
6382025-02-07T09:21:05.477Z Downloaded shlex v1.3.0
6392025-02-07T09:21:05.480Z Downloaded shell-words v1.1.0
6402025-02-07T09:21:05.482Z Downloaded rustversion v1.0.17
6412025-02-07T09:21:05.484Z Downloaded rayon-core v1.12.1
6422025-02-07T09:21:05.489Z Downloaded want v0.3.1
6432025-02-07T09:21:05.491Z Downloaded waitgroup v0.1.2
6442025-02-07T09:21:05.493Z Downloaded hex v0.4.3
6452025-02-07T09:21:05.496Z Downloaded powerfmt v0.2.0
6462025-02-07T09:21:05.498Z Downloaded globset v0.4.15
6472025-02-07T09:21:05.498Z Downloaded crossbeam-channel v0.5.13
6482025-02-07T09:21:05.504Z Downloaded openssl-probe v0.1.5
6492025-02-07T09:21:05.506Z Downloaded path-slash v0.1.5
6502025-02-07T09:21:05.509Z Downloaded precomputed-hash v0.1.1
6512025-02-07T09:21:05.509Z Downloaded home v0.5.9
6522025-02-07T09:21:05.512Z Downloaded tabwriter v1.4.0
6532025-02-07T09:21:05.512Z Downloaded which v4.4.2
6542025-02-07T09:21:05.515Z Downloaded rand_xorshift v0.3.0
6552025-02-07T09:21:05.517Z Downloaded pem-rfc7468 v0.7.0
6562025-02-07T09:21:05.517Z Downloaded zerocopy v0.6.6
6572025-02-07T09:21:05.520Z Downloaded password-hash v0.4.2
6582025-02-07T09:21:05.523Z Downloaded indicatif v0.17.11
6592025-02-07T09:21:05.541Z Downloaded signal-hook-tokio v0.3.1
6602025-02-07T09:21:05.543Z Downloaded oso-derive v0.27.3
6612025-02-07T09:21:05.543Z Downloaded funty v2.0.0
6622025-02-07T09:21:05.546Z Downloaded env_filter v0.1.2
6632025-02-07T09:21:05.548Z Downloaded enum-as-inner v0.6.1
6642025-02-07T09:21:05.550Z Downloaded unicode-bidi v0.3.17
6652025-02-07T09:21:05.553Z Downloaded hickory-client v0.24.2
6662025-02-07T09:21:05.556Z Downloaded tokio-macros v2.5.0
6672025-02-07T09:21:05.559Z Downloaded heck v0.3.3
6682025-02-07T09:21:05.561Z Downloaded base64 v0.21.7
6692025-02-07T09:21:05.566Z Downloaded omicron-zone-package v0.12.0
6702025-02-07T09:21:05.568Z Downloaded strum_macros v0.26.4
6712025-02-07T09:21:05.571Z Downloaded pin-utils v0.1.0
6722025-02-07T09:21:05.573Z Downloaded aes v0.8.4
6732025-02-07T09:21:05.577Z Downloaded progenitor v0.9.1
6742025-02-07T09:21:05.579Z Downloaded progenitor v0.8.0
6752025-02-07T09:21:05.582Z Downloaded proc-macro-crate v1.3.1
6762025-02-07T09:21:05.585Z Downloaded postgres-types v0.2.8
6772025-02-07T09:21:05.587Z Downloaded endian-type v0.1.2
6782025-02-07T09:21:05.587Z Downloaded simd-adler32 v0.3.7
6792025-02-07T09:21:05.591Z Downloaded mockall_derive v0.13.0
6802025-02-07T09:21:05.594Z Downloaded parse-size v1.1.0
6812025-02-07T09:21:05.594Z Downloaded deranged v0.3.11
6822025-02-07T09:21:05.596Z Downloaded ecdsa v0.16.9
6832025-02-07T09:21:05.598Z Downloaded hashlink v0.9.1
6842025-02-07T09:21:05.601Z Downloaded signal-hook v0.3.17
6852025-02-07T09:21:05.604Z Downloaded defmt-parser v0.3.4
6862025-02-07T09:21:05.607Z Downloaded defmt-macros v0.3.9
6872025-02-07T09:21:05.609Z Downloaded zerofrom v0.1.4
6882025-02-07T09:21:05.611Z Downloaded defmt v0.3.8
6892025-02-07T09:21:05.615Z Downloaded hostname v0.3.1
6902025-02-07T09:21:05.617Z Downloaded foreign-types v0.3.2
6912025-02-07T09:21:05.620Z Downloaded highway v1.2.0
6922025-02-07T09:21:05.622Z Downloaded typify-macro v0.2.0
6932025-02-07T09:21:05.622Z Downloaded pin-project-lite v0.2.14
6942025-02-07T09:21:05.629Z Downloaded russh-cryptovec v0.7.3
6952025-02-07T09:21:05.632Z Downloaded pbkdf2 v0.12.2
6962025-02-07T09:21:05.632Z Downloaded pbkdf2 v0.11.0
6972025-02-07T09:21:05.635Z Downloaded display-error-chain v0.2.2
6982025-02-07T09:21:05.637Z Downloaded progenitor-client v0.8.0
6992025-02-07T09:21:05.639Z Downloaded wyz v0.5.1
7002025-02-07T09:21:05.639Z Downloaded writeable v0.5.5
7012025-02-07T09:21:05.642Z Downloaded rustc-hash v2.0.0
7022025-02-07T09:21:05.645Z Downloaded pretty-hex v0.2.1
7032025-02-07T09:21:05.647Z Downloaded scopeguard v1.2.0
7042025-02-07T09:21:05.647Z Downloaded rustls-pemfile v1.0.4
7052025-02-07T09:21:05.650Z Downloaded parse-display-derive v0.10.0
7062025-02-07T09:21:05.652Z Downloaded num-iter v0.1.45
7072025-02-07T09:21:05.654Z Downloaded sec1 v0.7.3
7082025-02-07T09:21:05.657Z Downloaded tokio-rustls v0.25.0
7092025-02-07T09:21:05.659Z Downloaded tokio-rustls v0.24.1
7102025-02-07T09:21:05.661Z Downloaded walkdir v2.5.0
7112025-02-07T09:21:05.664Z Downloaded try-lock v0.2.5
7122025-02-07T09:21:05.667Z Downloaded tinystr v0.7.6
7132025-02-07T09:21:05.669Z Downloaded ssh-cipher v0.2.0
7142025-02-07T09:21:05.671Z Downloaded write16 v1.0.0
7152025-02-07T09:21:05.671Z Downloaded sqlformat v0.2.6
7162025-02-07T09:21:05.674Z Downloaded url v2.5.3
7172025-02-07T09:21:05.677Z Downloaded universal-hash v0.5.1
7182025-02-07T09:21:05.679Z Downloaded typify-macro v0.3.0
7192025-02-07T09:21:05.680Z Downloaded heapless v0.7.17
7202025-02-07T09:21:05.685Z Downloaded openssl-macros v0.1.1
7212025-02-07T09:21:05.688Z Downloaded strum v0.26.3
7222025-02-07T09:21:05.688Z Downloaded rand_seeder v0.3.0
7232025-02-07T09:21:05.691Z Downloaded displaydoc v0.2.5
7242025-02-07T09:21:05.694Z Downloaded termtree v0.5.1
7252025-02-07T09:21:05.696Z Downloaded ghash v0.5.1
7262025-02-07T09:21:05.698Z Downloaded phf_generator v0.11.2
7272025-02-07T09:21:05.701Z Downloaded spin v0.9.8
7282025-02-07T09:21:05.703Z Downloaded similar v2.6.0
7292025-02-07T09:21:05.708Z Downloaded structmeta-derive v0.2.0
7302025-02-07T09:21:05.711Z Downloaded slog-scope v4.4.0
7312025-02-07T09:21:05.714Z Downloaded tokio-tungstenite v0.24.0
7322025-02-07T09:21:05.717Z Downloaded fxhash v0.2.1
7332025-02-07T09:21:05.717Z Downloaded diesel_table_macro_syntax v0.2.0
7342025-02-07T09:21:05.719Z Downloaded crossterm v0.28.1
7352025-02-07T09:21:05.726Z Downloaded tinyvec_macros v0.1.1
7362025-02-07T09:21:05.728Z Downloaded openssl-sys v0.9.105
7372025-02-07T09:21:05.735Z Downloaded typify v0.3.0
7382025-02-07T09:21:05.738Z Downloaded tokio-rustls v0.26.0
7392025-02-07T09:21:05.742Z Downloaded headers-core v0.3.0
7402025-02-07T09:21:05.744Z Downloaded psl-types v2.0.11
7412025-02-07T09:21:05.744Z Downloaded downcast v0.11.0
7422025-02-07T09:21:05.747Z Downloaded ed25519-dalek v2.1.1
7432025-02-07T09:21:05.750Z Downloaded prettyplease v0.2.25
7442025-02-07T09:21:05.754Z Downloaded rustc-demangle v0.1.24
7452025-02-07T09:21:05.756Z Downloaded data-encoding v2.6.0
7462025-02-07T09:21:05.759Z Downloaded parse-zoneinfo v0.3.1
7472025-02-07T09:21:05.761Z Downloaded snafu-derive v0.8.5
7482025-02-07T09:21:05.764Z Downloaded flate2 v1.0.35
7492025-02-07T09:21:05.770Z Downloaded peg-runtime v0.8.3
7502025-02-07T09:21:05.772Z Downloaded oso v0.27.3
7512025-02-07T09:21:05.776Z Downloaded vte_generate_state_changes v0.1.2
7522025-02-07T09:21:05.778Z Downloaded slog-envlogger v2.2.0
7532025-02-07T09:21:05.778Z Downloaded slog-bunyan v2.5.0
7542025-02-07T09:21:05.780Z Downloaded slog-async v2.8.0
7552025-02-07T09:21:05.783Z Downloaded whoami v1.5.2
7562025-02-07T09:21:05.786Z Downloaded tokio-native-tls v0.3.1
7572025-02-07T09:21:05.789Z Downloaded russh-keys v0.45.0
7582025-02-07T09:21:05.791Z Downloaded number_prefix v0.4.0
7592025-02-07T09:21:05.793Z Downloaded either v1.13.0
7602025-02-07T09:21:05.799Z Downloaded num_threads v0.1.7
7612025-02-07T09:21:05.799Z Downloaded snafu v0.8.5
7622025-02-07T09:21:05.803Z Downloaded document-features v0.2.10
7632025-02-07T09:21:05.805Z Downloaded paste v1.0.15
7642025-02-07T09:21:05.808Z Downloaded peg v0.8.4
7652025-02-07T09:21:05.813Z Downloaded headers v0.4.0
7662025-02-07T09:21:05.820Z Downloaded scheduled-thread-pool v0.2.7
7672025-02-07T09:21:05.822Z Downloaded serde_with_macros v3.11.0
7682025-02-07T09:21:05.825Z Downloaded time v0.3.36
7692025-02-07T09:21:05.833Z Downloaded http-range v0.1.5
7702025-02-07T09:21:05.836Z Downloaded ssh-encoding v0.2.0
7712025-02-07T09:21:05.838Z Downloaded opaque-debug v0.3.1
7722025-02-07T09:21:05.841Z Downloaded xz2 v0.1.7
7732025-02-07T09:21:05.843Z Downloaded slog-json v2.6.1
7742025-02-07T09:21:05.845Z Downloaded idna v1.0.3
7752025-02-07T09:21:05.849Z Downloaded siphasher v0.3.11
7762025-02-07T09:21:05.851Z Downloaded num_enum_derive v0.5.11
7772025-02-07T09:21:05.854Z Downloaded predicates-core v1.0.8
7782025-02-07T09:21:05.854Z Downloaded predicates v3.1.2
7792025-02-07T09:21:05.857Z Downloaded hostname v0.4.0
7802025-02-07T09:21:05.859Z Downloaded phf v0.11.2
7812025-02-07T09:21:05.862Z Downloaded reqwest v0.12.9
7822025-02-07T09:21:05.871Z Downloaded foreign-types-shared v0.1.1
7832025-02-07T09:21:05.874Z Downloaded ppv-lite86 v0.2.20
7842025-02-07T09:21:05.876Z Downloaded progenitor-impl v0.8.0
7852025-02-07T09:21:05.879Z Downloaded thiserror-impl-no-std v2.0.2
7862025-02-07T09:21:05.881Z Downloaded rtoolbox v0.0.2
7872025-02-07T09:21:05.881Z Downloaded foreign-types-shared v0.3.1
7882025-02-07T09:21:05.883Z Downloaded string_cache v0.8.7
7892025-02-07T09:21:05.885Z Downloaded schemars_derive v0.8.21
7902025-02-07T09:21:05.885Z Downloaded peg-macros v0.8.4
7912025-02-07T09:21:05.889Z Downloaded toolchain_find v0.4.0
7922025-02-07T09:21:05.892Z Downloaded packed_struct v0.10.1
7932025-02-07T09:21:05.892Z Downloaded num-bigint v0.4.6
7942025-02-07T09:21:05.898Z Downloaded packed_struct_codegen v0.10.1
7952025-02-07T09:21:05.900Z Downloaded zone_cfg_derive v0.1.2
7962025-02-07T09:21:05.903Z Downloaded foreign-types v0.5.0
7972025-02-07T09:21:05.903Z Downloaded des v0.8.1
7982025-02-07T09:21:05.906Z Downloaded thiserror-impl v2.0.11
7992025-02-07T09:21:05.906Z Downloaded strip-ansi-escapes v0.2.0
8002025-02-07T09:21:05.908Z Downloaded signal-hook-mio v0.2.4
8012025-02-07T09:21:05.911Z Downloaded structmeta v0.3.0
8022025-02-07T09:21:05.911Z Downloaded foldhash v0.1.3
8032025-02-07T09:21:05.913Z Downloaded poly1305 v0.8.0
8042025-02-07T09:21:05.916Z Downloaded diff v0.1.13
8052025-02-07T09:21:05.919Z Downloaded darling_macro v0.20.10
8062025-02-07T09:21:05.921Z Downloaded termtree v0.4.1
8072025-02-07T09:21:05.921Z Downloaded vsss-rs v3.3.4
8082025-02-07T09:21:05.923Z Downloaded tls_codec_derive v0.4.1
8092025-02-07T09:21:05.925Z Downloaded tower-service v0.3.3
8102025-02-07T09:21:05.928Z Downloaded foreign-types-macros v0.2.3
8112025-02-07T09:21:05.928Z Downloaded ff v0.13.0
8122025-02-07T09:21:05.933Z Downloaded embedded-io v0.6.1
8132025-02-07T09:21:05.936Z Downloaded signal-hook-registry v1.4.2
8142025-02-07T09:21:05.936Z Downloaded hash32 v0.2.1
8152025-02-07T09:21:05.936Z Downloaded same-file v1.0.6
8162025-02-07T09:21:05.936Z Downloaded test-strategy v0.3.1
8172025-02-07T09:21:05.940Z Downloaded dropshot_endpoint v0.15.1
8182025-02-07T09:21:05.944Z Downloaded yoke-derive v0.7.4
8192025-02-07T09:21:05.946Z Downloaded password-hash v0.5.0
8202025-02-07T09:21:05.948Z Downloaded libm v0.2.8
8212025-02-07T09:21:05.958Z Downloaded httparse v1.9.5
8222025-02-07T09:21:05.960Z Downloaded serde_path_to_error v0.1.16
8232025-02-07T09:21:05.962Z Downloaded zone v0.1.8
8242025-02-07T09:21:05.962Z Downloaded untrusted v0.7.1
8252025-02-07T09:21:05.965Z Downloaded tungstenite v0.23.0
8262025-02-07T09:21:05.968Z Downloaded tap v1.0.1
8272025-02-07T09:21:05.970Z Downloaded rustyline v14.0.0
8282025-02-07T09:21:05.975Z Downloaded phf_shared v0.10.0
8292025-02-07T09:21:05.977Z Downloaded tinyvec v1.8.0
8302025-02-07T09:21:05.980Z Downloaded hash32 v0.3.1
8312025-02-07T09:21:05.982Z Downloaded r2d2 v0.8.10
8322025-02-07T09:21:05.985Z Downloaded pkg-config v0.3.31
8332025-02-07T09:21:05.985Z Downloaded zone v0.3.0
8342025-02-07T09:21:05.987Z Downloaded unarray v0.1.4
8352025-02-07T09:21:05.992Z Downloaded fixedbitset v0.4.2
8362025-02-07T09:21:05.992Z Downloaded serde_urlencoded v0.7.1
8372025-02-07T09:21:05.996Z Downloaded getrandom v0.2.15
8382025-02-07T09:21:05.996Z Downloaded chrono v0.4.39
8392025-02-07T09:21:06.003Z Downloaded fallible-iterator v0.3.0
8402025-02-07T09:21:06.006Z Downloaded diesel-dtrace v0.4.2
8412025-02-07T09:21:06.008Z Downloaded thiserror v2.0.11
8422025-02-07T09:21:06.013Z Downloaded x509-cert v0.2.5
8432025-02-07T09:21:06.020Z Downloaded fd-lock v4.0.2
8442025-02-07T09:21:06.023Z Downloaded serde_plain v1.0.2
8452025-02-07T09:21:06.025Z Downloaded phf_shared v0.11.2
8462025-02-07T09:21:06.025Z Downloaded ena v0.14.3
8472025-02-07T09:21:06.028Z Downloaded portable-atomic v1.9.0
8482025-02-07T09:21:06.036Z Downloaded unicase v2.7.0
8492025-02-07T09:21:06.038Z Downloaded bitvec v1.0.1
8502025-02-07T09:21:06.055Z Downloaded phf_codegen v0.11.2
8512025-02-07T09:21:06.058Z Downloaded rand_chacha v0.3.1
8522025-02-07T09:21:06.058Z Downloaded half v2.4.1
8532025-02-07T09:21:06.060Z Downloaded p256 v0.13.2
8542025-02-07T09:21:06.064Z Downloaded parking_lot_core v0.8.6
8552025-02-07T09:21:06.066Z Downloaded secrecy v0.8.0
8562025-02-07T09:21:06.069Z Downloaded zip v0.6.6
8572025-02-07T09:21:06.072Z Downloaded unicode-segmentation v1.12.0
8582025-02-07T09:21:06.076Z Downloaded quinn-udp v0.5.5
8592025-02-07T09:21:06.078Z Downloaded hickory-resolver v0.24.2
8602025-02-07T09:21:06.084Z Downloaded toml v0.7.8
8612025-02-07T09:21:06.087Z Downloaded topological-sort v0.2.2
8622025-02-07T09:21:06.090Z Downloaded itertools v0.13.0
8632025-02-07T09:21:06.096Z Downloaded termcolor v1.4.1
8642025-02-07T09:21:06.099Z Downloaded fs_extra v1.3.0
8652025-02-07T09:21:06.102Z Downloaded bindgen v0.69.5
8662025-02-07T09:21:06.109Z Downloaded fatfs v0.3.6
8672025-02-07T09:21:06.112Z Downloaded rustls-pki-types v1.10.0
8682025-02-07T09:21:06.115Z Downloaded hkdf v0.12.4
8692025-02-07T09:21:06.120Z Downloaded vte v0.11.1
8702025-02-07T09:21:06.124Z Downloaded russh v0.45.0
8712025-02-07T09:21:06.127Z Downloaded parking_lot v0.11.2
8722025-02-07T09:21:06.130Z Downloaded yoke v0.7.4
8732025-02-07T09:21:06.132Z Downloaded salty v0.3.0
8742025-02-07T09:21:06.141Z Downloaded parking_lot v0.12.3
8752025-02-07T09:21:06.143Z Downloaded dropshot_endpoint v0.12.0
8762025-02-07T09:21:06.146Z Downloaded itertools v0.12.1
8772025-02-07T09:21:06.154Z Downloaded hickory-server v0.24.2
8782025-02-07T09:21:06.160Z Downloaded hashbrown v0.14.5
8792025-02-07T09:21:06.166Z Downloaded diesel_derives v2.2.3
8802025-02-07T09:21:06.171Z Downloaded unicode-properties v0.1.3
8812025-02-07T09:21:06.174Z Downloaded quinn v0.11.5
8822025-02-07T09:21:06.177Z Downloaded curve25519-dalek v4.1.3
8832025-02-07T09:21:06.187Z Downloaded ron v0.7.1
8842025-02-07T09:21:06.193Z Downloaded serde_with v3.11.0
8852025-02-07T09:21:06.203Z Downloaded tungstenite v0.21.0
8862025-02-07T09:21:06.207Z Downloaded futures-util v0.3.31
8872025-02-07T09:21:06.221Z Downloaded steno v0.4.1
8882025-02-07T09:21:06.225Z Downloaded http v1.2.0
8892025-02-07T09:21:06.229Z Downloaded p384 v0.13.0
8902025-02-07T09:21:06.236Z Downloaded zerovec v0.10.4
8912025-02-07T09:21:06.243Z Downloaded toml_edit v0.19.15
8922025-02-07T09:21:06.261Z Downloaded tough v0.19.0
8932025-02-07T09:21:06.269Z Downloaded radix_trie v0.2.1
8942025-02-07T09:21:06.276Z Downloaded rayon v1.10.0
8952025-02-07T09:21:06.286Z Downloaded zerocopy-derive v0.8.10
8962025-02-07T09:21:06.294Z Downloaded unicode-normalization v0.1.24
8972025-02-07T09:21:06.298Z Downloaded rustls v0.21.12
8982025-02-07T09:21:06.311Z Downloaded hashbrown v0.13.2
8992025-02-07T09:21:06.316Z Downloaded hashbrown v0.12.3
9002025-02-07T09:21:06.321Z Downloaded rusqlite v0.32.1
9012025-02-07T09:21:06.328Z Downloaded h2 v0.4.6
9022025-02-07T09:21:06.336Z Downloaded regex v1.11.1
9032025-02-07T09:21:06.352Z Downloaded sqlparser v0.45.0
9042025-02-07T09:21:06.357Z Downloaded rustls v0.22.4
9052025-02-07T09:21:06.372Z Downloaded quick-xml v0.33.0
9062025-02-07T09:21:06.379Z Downloaded petname v2.0.2
9072025-02-07T09:21:06.386Z Downloaded hickory-proto v0.24.2
9082025-02-07T09:21:06.403Z Downloaded git2 v0.19.0
9092025-02-07T09:21:06.412Z Downloaded quinn-proto v0.11.8
9102025-02-07T09:21:06.420Z Downloaded object v0.36.5
9112025-02-07T09:21:06.435Z Downloaded chrono-tz v0.10.1
9122025-02-07T09:21:06.443Z Downloaded lalrpop v0.19.12
9132025-02-07T09:21:06.456Z Downloaded proptest v1.5.0
9142025-02-07T09:21:06.466Z Downloaded nix v0.27.1
9152025-02-07T09:21:06.479Z Downloaded rustls-webpki v0.101.7
9162025-02-07T09:21:06.494Z Downloaded openssl v0.10.70
9172025-02-07T09:21:06.505Z Downloaded object v0.30.4
9182025-02-07T09:21:06.515Z Downloaded dropshot v0.12.0
9192025-02-07T09:21:06.538Z Downloaded rustls-webpki v0.102.8
9202025-02-07T09:21:06.557Z Downloaded regress v0.10.1
9212025-02-07T09:21:06.567Z Downloaded openapiv3 v2.0.0
9222025-02-07T09:21:06.581Z Downloaded zerocopy v0.8.10
9232025-02-07T09:21:06.606Z Downloaded smoltcp v0.11.0
9242025-02-07T09:21:06.619Z Downloaded unicode-width v0.2.0
9252025-02-07T09:21:06.625Z Downloaded regex-syntax v0.6.29
9262025-02-07T09:21:06.634Z Downloaded nix v0.29.0
9272025-02-07T09:21:06.647Z Downloaded rustls v0.23.19
9282025-02-07T09:21:06.659Z Downloaded regress v0.9.1
9292025-02-07T09:21:06.669Z Downloaded diesel v2.2.6
9302025-02-07T09:21:06.689Z Downloaded regex-syntax v0.8.5
9312025-02-07T09:21:06.698Z Downloaded ratatui v0.28.1
9322025-02-07T09:21:06.718Z Downloaded bzip2-sys v0.1.11+1.0.8
9332025-02-07T09:21:06.731Z Downloaded regex-automata v0.4.8
9342025-02-07T09:21:06.749Z Downloaded typify-impl v0.3.0
9352025-02-07T09:21:06.766Z Downloaded sled v0.34.7
9362025-02-07T09:21:06.777Z Downloaded smoltcp v0.9.1
9372025-02-07T09:21:06.788Z Downloaded typify-impl v0.2.0
9382025-02-07T09:21:06.805Z Downloaded zerocopy-derive v0.6.6
9392025-02-07T09:21:06.814Z Downloaded dropshot v0.15.1
9402025-02-07T09:21:06.836Z Downloaded vcpkg v0.2.15
9412025-02-07T09:21:06.875Z Downloaded polar-core v0.27.3
9422025-02-07T09:21:06.884Z Downloaded gimli v0.31.1
9432025-02-07T09:21:06.893Z Downloaded nix v0.28.0
9442025-02-07T09:21:06.905Z Downloaded webpki-roots v0.26.6
9452025-02-07T09:21:06.909Z Downloaded csv v1.3.1
9462025-02-07T09:21:06.931Z Downloaded bstr v1.10.0
9472025-02-07T09:21:06.942Z Downloaded icu_properties_data v1.5.0
9482025-02-07T09:21:06.952Z Downloaded rand v0.8.5
9492025-02-07T09:21:06.956Z Downloaded ssh-key v0.6.6
9502025-02-07T09:21:06.962Z Downloaded tokio v1.43.0
9512025-02-07T09:21:07.003Z Downloaded petgraph v0.6.5
9522025-02-07T09:21:07.020Z Downloaded lzma-sys v0.1.20
9532025-02-07T09:21:07.049Z Downloaded sha3 v0.10.8
9542025-02-07T09:21:07.054Z Downloaded pin-project v1.1.6
9552025-02-07T09:21:07.065Z Downloaded libz-sys v1.1.20
9562025-02-07T09:21:07.087Z Downloaded serde_yaml v0.9.34+deprecated
9572025-02-07T09:21:07.090Z Downloaded tokio-util v0.7.12
9582025-02-07T09:21:07.096Z Downloaded winnow v0.5.40
9592025-02-07T09:21:07.105Z Downloaded tokio-postgres v0.7.12
9602025-02-07T09:21:07.110Z Downloaded tar v0.4.42
9612025-02-07T09:21:07.113Z Downloaded schemars v0.8.21
9622025-02-07T09:21:07.124Z Downloaded reedline v0.35.0
9632025-02-07T09:21:07.132Z Downloaded typed-path v0.9.3
9642025-02-07T09:21:07.138Z Downloaded nom v7.1.3
9652025-02-07T09:21:07.144Z Downloaded radium v0.7.0
9662025-02-07T09:21:07.146Z Downloaded parking_lot_core v0.9.10
9672025-02-07T09:21:07.148Z Downloaded samael v0.0.17
9682025-02-07T09:21:07.154Z Downloaded termios v0.3.3
9692025-02-07T09:21:07.156Z Downloaded progenitor-client v0.9.1
9702025-02-07T09:21:07.156Z Downloaded derive_more v0.99.18
9712025-02-07T09:21:07.160Z Downloaded slog v2.7.0
9722025-02-07T09:21:07.162Z Downloaded der v0.7.9
9732025-02-07T09:21:07.168Z Downloaded progenitor-impl v0.9.1
9742025-02-07T09:21:07.170Z Downloaded strum_macros v0.24.3
9752025-02-07T09:21:07.173Z Downloaded sha1 v0.10.6
9762025-02-07T09:21:07.175Z Downloaded uzers v0.12.1
9772025-02-07T09:21:07.177Z Downloaded num-bigint-dig v0.8.4
9782025-02-07T09:21:07.181Z Downloaded libxml v0.3.3
9792025-02-07T09:21:07.187Z Downloaded time-macros v0.2.18
9802025-02-07T09:21:07.190Z Downloaded value-bag v1.9.0
9812025-02-07T09:21:07.192Z Downloaded term v0.7.0
9822025-02-07T09:21:07.196Z Downloaded p521 v0.13.3
9832025-02-07T09:21:07.200Z Downloaded unsafe-libyaml v0.2.11
9842025-02-07T09:21:07.203Z Downloaded itertools v0.10.5
9852025-02-07T09:21:07.210Z Downloaded yasna v0.5.2
9862025-02-07T09:21:07.212Z Downloaded pkcs1 v0.7.5
9872025-02-07T09:21:07.214Z Downloaded pin-project-internal v1.1.6
9882025-02-07T09:21:07.217Z Downloaded encoding_rs v0.8.34
9892025-02-07T09:21:07.239Z Downloaded stringprep v0.1.5
9902025-02-07T09:21:07.241Z Downloaded tracing v0.1.40
9912025-02-07T09:21:07.245Z Downloaded num-traits v0.2.19
9922025-02-07T09:21:07.247Z Downloaded gethostname v0.5.0
9932025-02-07T09:21:07.250Z Downloaded elliptic-curve v0.13.8
9942025-02-07T09:21:07.252Z Downloaded polyval v0.6.2
9952025-02-07T09:21:07.255Z Downloaded filetime v0.2.25
9962025-02-07T09:21:07.257Z Downloaded zerovec-derive v0.10.3
9972025-02-07T09:21:07.259Z Downloaded unicode_categories v0.1.1
9982025-02-07T09:21:07.262Z Downloaded aws-lc-rs v1.10.0
9992025-02-07T09:21:07.269Z Downloaded aho-corasick v1.1.3
10002025-02-07T09:21:07.276Z Downloaded tls_codec v0.4.1
10012025-02-07T09:21:07.278Z Downloaded rsa v0.9.6
10022025-02-07T09:21:07.283Z Downloaded slab v0.4.9
10032025-02-07T09:21:07.285Z Downloaded progenitor-macro v0.9.1
10042025-02-07T09:21:07.285Z Downloaded progenitor-macro v0.8.0
10052025-02-07T09:21:07.288Z Downloaded rustls-pemfile v2.2.0
10062025-02-07T09:21:07.290Z Downloaded rustc_version v0.4.1
10072025-02-07T09:21:07.290Z Downloaded qorb v0.2.1
10082025-02-07T09:21:07.294Z Downloaded tiny-keccak v2.0.2
10092025-02-07T09:21:07.296Z Downloaded expectorate v1.1.0
10102025-02-07T09:21:07.299Z Downloaded zip v2.1.3
10112025-02-07T09:21:07.303Z Downloaded mio v1.0.2
10122025-02-07T09:21:07.309Z Downloaded blake3 v1.5.4
10132025-02-07T09:21:07.317Z Downloaded parse-display v0.10.0
10142025-02-07T09:21:07.321Z Downloaded tungstenite v0.24.0
10152025-02-07T09:21:07.323Z Downloaded owo-colors v4.1.0
10162025-02-07T09:21:07.326Z Downloaded http-body-util v0.1.2
10172025-02-07T09:21:07.326Z Downloaded embedded-io v0.4.0
10182025-02-07T09:21:07.329Z Downloaded pkcs5 v0.7.1
10192025-02-07T09:21:07.331Z Downloaded num-rational v0.4.2
10202025-02-07T09:21:07.333Z Downloaded futures-macro v0.3.31
10212025-02-07T09:21:07.336Z Downloaded futures-io v0.3.31
10222025-02-07T09:21:07.336Z Downloaded dunce v1.0.5
10232025-02-07T09:21:07.336Z Downloaded dsl_auto_type v0.1.2
10242025-02-07T09:21:07.338Z Downloaded rand_core v0.6.4
10252025-02-07T09:21:07.338Z Downloaded minimal-lexical v0.2.1
10262025-02-07T09:21:07.343Z Downloaded wait-timeout v0.2.0
10272025-02-07T09:21:07.346Z Downloaded unicode-truncate v1.1.0
10282025-02-07T09:21:07.348Z Downloaded tui-tree-widget v0.22.0
10292025-02-07T09:21:07.348Z Downloaded quick-error v1.2.3
10302025-02-07T09:21:07.351Z Downloaded predicates-tree v1.0.11
10312025-02-07T09:21:07.351Z Downloaded pkcs8 v0.10.2
10322025-02-07T09:21:07.353Z Downloaded libgit2-sys v0.17.0+1.8.1
10332025-02-07T09:21:07.412Z Downloaded rustfmt-wrapper v0.2.1
10342025-02-07T09:21:07.414Z Downloaded rustc_version v0.1.7
10352025-02-07T09:21:07.414Z Downloaded socket2 v0.5.7
10362025-02-07T09:21:07.417Z Downloaded futures v0.3.31
10372025-02-07T09:21:07.421Z Downloaded flume v0.11.1
10382025-02-07T09:21:07.425Z Downloaded fragile v2.0.0
10392025-02-07T09:21:07.427Z Downloaded fallible-iterator v0.2.0
10402025-02-07T09:21:07.429Z Downloaded rcgen v0.12.1
10412025-02-07T09:21:07.432Z Downloaded ron v0.8.1
10422025-02-07T09:21:07.436Z Downloaded publicsuffix v2.3.0
10432025-02-07T09:21:07.439Z Downloaded derive_builder v0.20.2
10442025-02-07T09:21:07.443Z Downloaded vergen v8.3.2
10452025-02-07T09:21:07.446Z Downloaded derive-where v1.2.7
10462025-02-07T09:21:07.450Z Downloaded zeroize_derive v1.4.2
10472025-02-07T09:21:07.452Z Downloaded futures-channel v0.3.31
10482025-02-07T09:21:07.456Z Downloaded der_derive v0.7.3
10492025-02-07T09:21:07.456Z Downloaded subprocess v0.2.9
10502025-02-07T09:21:07.458Z Downloaded aes-gcm v0.10.3
10512025-02-07T09:21:07.461Z Downloaded darling_core v0.20.10
10522025-02-07T09:21:07.465Z Downloaded twox-hash v2.1.0
10532025-02-07T09:21:07.468Z Downloaded scrypt v0.11.0
10542025-02-07T09:21:07.470Z Downloaded num-integer v0.1.46
10552025-02-07T09:21:07.472Z Downloaded num-derive v0.4.2
10562025-02-07T09:21:07.478Z Downloaded form_urlencoded v1.2.1
10572025-02-07T09:21:07.478Z Downloaded typify v0.2.0
10582025-02-07T09:21:07.481Z Downloaded tokio-tungstenite v0.23.1
10592025-02-07T09:21:07.481Z Downloaded spki v0.7.3
10602025-02-07T09:21:07.481Z Downloaded futures-executor v0.3.31
10612025-02-07T09:21:07.484Z Downloaded futures-core v0.3.31
10622025-02-07T09:21:07.484Z Downloaded debug-ignore v1.0.5
10632025-02-07T09:21:07.486Z Downloaded structmeta v0.2.0
10642025-02-07T09:21:07.486Z Downloaded sct v0.7.1
10652025-02-07T09:21:07.490Z Downloaded sqlparser_derive v0.2.2
10662025-02-07T09:21:07.492Z Downloaded env_logger v0.11.5
10672025-02-07T09:21:07.495Z Downloaded env_logger v0.10.2
10682025-02-07T09:21:07.498Z Downloaded litrs v0.4.1
10692025-02-07T09:21:07.501Z Downloaded postgres-protocol v0.6.7
10702025-02-07T09:21:07.501Z Downloaded primeorder v0.13.6
10712025-02-07T09:21:07.503Z Downloaded postcard v1.0.10
10722025-02-07T09:21:07.506Z Downloaded strum_macros v0.25.3
10732025-02-07T09:21:07.508Z Downloaded num_enum v0.5.11
10742025-02-07T09:21:07.511Z Downloaded tracing-core v0.1.32
10752025-02-07T09:21:07.513Z Downloaded zopfli v0.8.1
10762025-02-07T09:21:07.516Z Downloaded miniz_oxide v0.8.0
10772025-02-07T09:21:07.519Z Downloaded synstructure v0.13.1
10782025-02-07T09:21:07.522Z Downloaded slog-stdlog v4.1.1
10792025-02-07T09:21:07.522Z Downloaded uuid v1.12.0
10802025-02-07T09:21:07.525Z Downloaded num-complex v0.4.6
10812025-02-07T09:21:07.527Z Downloaded nu-ansi-term v0.50.1
10822025-02-07T09:21:07.530Z Downloaded hex-literal v0.4.1
10832025-02-07T09:21:07.530Z Downloaded backtrace v0.3.74
10842025-02-07T09:21:07.534Z Downloaded heapless v0.8.0
10852025-02-07T09:21:07.538Z Downloaded futures-task v0.3.31
10862025-02-07T09:21:07.541Z Downloaded native-tls v0.2.12
10872025-02-07T09:21:07.543Z Downloaded slog-term v2.9.1
10882025-02-07T09:21:07.545Z Downloaded icu_properties v1.5.1
10892025-02-07T09:21:07.548Z Downloaded dirs-sys-next v0.1.2
10902025-02-07T09:21:07.550Z Downloaded mockall v0.13.0
10912025-02-07T09:21:07.550Z Downloaded libloading v0.8.5
10922025-02-07T09:21:07.552Z Downloaded ipnet v2.10.1
10932025-02-07T09:21:07.555Z Downloaded bumpalo v3.16.0
10942025-02-07T09:21:07.557Z Downloaded base64 v0.22.1
10952025-02-07T09:21:07.561Z Downloaded const_format v0.2.34
10962025-02-07T09:21:07.565Z Downloaded chacha20poly1305 v0.10.1
10972025-02-07T09:21:07.568Z Downloaded memmap2 v0.9.5
10982025-02-07T09:21:07.570Z Downloaded lock_api v0.4.12
10992025-02-07T09:21:07.572Z Downloaded tokio-stream v0.1.16
11002025-02-07T09:21:07.575Z Downloaded flagset v0.4.6
11012025-02-07T09:21:07.578Z Downloaded dirs-next v2.0.0
11022025-02-07T09:21:07.580Z Downloaded difflib v0.4.0
11032025-02-07T09:21:07.580Z Downloaded num v0.4.3
11042025-02-07T09:21:07.580Z Downloaded libefi-sys v0.1.0
11052025-02-07T09:21:07.583Z Downloaded inout v0.1.3
11062025-02-07T09:21:07.583Z Downloaded lazy_static v1.5.0
11072025-02-07T09:21:07.585Z Downloaded keccak v0.1.5
11082025-02-07T09:21:07.587Z Downloaded backoff v0.4.0
11092025-02-07T09:21:07.589Z Downloaded zerofrom-derive v0.1.4
11102025-02-07T09:21:07.589Z Downloaded smallvec v1.13.2
11112025-02-07T09:21:07.592Z Downloaded multer v3.1.0
11122025-02-07T09:21:07.595Z Downloaded dyn-clone v1.0.17
11132025-02-07T09:21:07.597Z Downloaded serde_derive_internals v0.29.1
11142025-02-07T09:21:07.599Z Downloaded icu_normalizer v1.5.0
11152025-02-07T09:21:07.602Z Downloaded hmac v0.12.1
11162025-02-07T09:21:07.604Z Downloaded utf8_iter v1.0.4
11172025-02-07T09:21:07.606Z Downloaded utf16_iter v1.0.5
11182025-02-07T09:21:07.606Z Downloaded untrusted v0.9.0
11192025-02-07T09:21:07.609Z Downloaded semver v0.1.20
11202025-02-07T09:21:07.609Z Downloaded lazycell v1.3.0
11212025-02-07T09:21:07.611Z Downloaded lalrpop-util v0.19.12
11222025-02-07T09:21:07.611Z Downloaded is-terminal v0.4.13
11232025-02-07T09:21:07.614Z Downloaded ipnetwork v0.20.0
11242025-02-07T09:21:07.614Z Downloaded internet-checksum v0.2.1
11252025-02-07T09:21:07.616Z Downloaded instability v0.3.2
11262025-02-07T09:21:07.616Z Downloaded multimap v0.10.0
11272025-02-07T09:21:07.619Z Downloaded lru-cache v0.1.2
11282025-02-07T09:21:07.619Z Downloaded maplit v1.0.2
11292025-02-07T09:21:07.619Z Downloaded lru v0.12.5
11302025-02-07T09:21:07.621Z Downloaded linked-hash-map v0.5.6
11312025-02-07T09:21:07.621Z Downloaded linear-map v1.2.0
11322025-02-07T09:21:07.623Z Downloaded subtle v2.6.1
11332025-02-07T09:21:07.626Z Downloaded structmeta-derive v0.3.0
11342025-02-07T09:21:07.626Z Downloaded stable_deref_trait v1.2.0
11352025-02-07T09:21:07.628Z Downloaded salsa20 v0.10.2
11362025-02-07T09:21:07.628Z Downloaded normalize-line-endings v0.3.0
11372025-02-07T09:21:07.628Z Downloaded nodrop v0.1.14
11382025-02-07T09:21:07.631Z Downloaded slog-dtrace v0.3.0
11392025-02-07T09:21:07.631Z Downloaded sigpipe v0.1.3
11402025-02-07T09:21:07.634Z Downloaded clang-sys v1.8.1
11412025-02-07T09:21:07.636Z Downloaded ahash v0.8.11
11422025-02-07T09:21:07.640Z Downloaded ciborium v0.2.2
11432025-02-07T09:21:07.642Z Downloaded const-oid v0.9.6
11442025-02-07T09:21:07.642Z Downloaded rfc6979 v0.4.0
11452025-02-07T09:21:07.645Z Downloaded resolv-conf v0.7.0
11462025-02-07T09:21:07.645Z Downloaded mirai-annotations v1.12.0
11472025-02-07T09:21:07.648Z Downloaded match_cfg v0.1.0
11482025-02-07T09:21:07.648Z Downloaded csv-core v0.1.11
11492025-02-07T09:21:07.651Z Downloaded idna_adapter v1.2.0
11502025-02-07T09:21:07.651Z Downloaded icu_locid_transform_data v1.5.0
11512025-02-07T09:21:07.651Z Downloaded hyper-util v0.1.10
11522025-02-07T09:21:07.654Z Downloaded allocator-api2 v0.2.18
11532025-02-07T09:21:07.657Z Downloaded cookie_store v0.21.1
11542025-02-07T09:21:07.660Z Downloaded bcs v0.1.6
11552025-02-07T09:21:07.662Z Downloaded arc-swap v1.7.1
11562025-02-07T09:21:07.665Z Downloaded indexmap v1.9.3
11572025-02-07T09:21:07.669Z Downloaded icu_normalizer_data v1.5.0
11582025-02-07T09:21:07.671Z Downloaded bzip2 v0.4.4
11592025-02-07T09:21:07.673Z Downloaded aead v0.5.2
11602025-02-07T09:21:07.676Z Downloaded iana-time-zone v0.1.61
11612025-02-07T09:21:07.678Z Downloaded cancel-safe-futures v0.1.5
11622025-02-07T09:21:07.682Z Downloaded base64ct v1.6.0
11632025-02-07T09:21:07.685Z Downloaded castaway v0.2.3
11642025-02-07T09:21:07.687Z Downloaded console v0.15.10
11652025-02-07T09:21:07.689Z Downloaded blowfish v0.9.1
11662025-02-07T09:21:07.692Z Downloaded bitfield v0.14.0
11672025-02-07T09:21:07.692Z Downloaded async-trait v0.1.86
11682025-02-07T09:21:07.695Z Downloaded arrayvec v0.7.6
11692025-02-07T09:21:07.697Z Downloaded argon2 v0.5.3
11702025-02-07T09:21:07.701Z Downloaded cmake v0.1.51
11712025-02-07T09:21:07.703Z Downloaded bitfield-struct v0.6.2
11722025-02-07T09:21:07.703Z Downloaded array-init v0.0.4
11732025-02-07T09:21:07.703Z Downloaded crucible-workspace-hack v0.1.0
11742025-02-07T09:21:07.703Z Downloaded arrayref v0.3.9
11752025-02-07T09:21:07.827Z Downloaded ring v0.17.8
11762025-02-07T09:21:07.954Z Downloaded libsqlite3-sys v0.30.1
11772025-02-07T09:21:08.039Z Downloaded aws-lc-sys v0.22.0
11782025-02-07T09:21:08.353Z Compiling serde v1.0.217
11792025-02-07T09:21:08.355Z Compiling lock_api v0.4.12
11802025-02-07T09:21:08.355Z Compiling value-bag v1.9.0
11812025-02-07T09:21:08.355Z Compiling scopeguard v1.2.0
11822025-02-07T09:21:08.355Z Compiling typenum v1.17.0
11832025-02-07T09:21:08.535Z Compiling generic-array v0.14.7
11842025-02-07T09:21:08.661Z Compiling syn v2.0.96
11852025-02-07T09:21:08.687Z Compiling getrandom v0.2.15
11862025-02-07T09:21:08.741Z Compiling subtle v2.6.1
11872025-02-07T09:21:09.010Z Compiling rand_core v0.6.4
11882025-02-07T09:21:09.109Z Compiling log v0.4.22
11892025-02-07T09:21:09.129Z Compiling shlex v1.3.0
11902025-02-07T09:21:09.166Z Compiling jobserver v0.1.32
11912025-02-07T09:21:09.213Z Compiling smallvec v1.13.2
11922025-02-07T09:21:09.541Z Compiling const-oid v0.9.6
11932025-02-07T09:21:09.566Z Compiling pin-project-lite v0.2.14
11942025-02-07T09:21:09.586Z Compiling rustix v0.38.37
11952025-02-07T09:21:09.630Z Compiling cc v1.1.30
11962025-02-07T09:21:09.709Z Compiling spin v0.9.8
11972025-02-07T09:21:09.909Z Compiling parking_lot_core v0.9.10
11982025-02-07T09:21:10.074Z Compiling futures-core v0.3.31
11992025-02-07T09:21:10.102Z Compiling signal-hook-registry v1.4.2
12002025-02-07T09:21:10.337Z Compiling mio v1.0.2
12012025-02-07T09:21:10.449Z Compiling aho-corasick v1.1.3
12022025-02-07T09:21:10.912Z Compiling parking_lot v0.12.3
12032025-02-07T09:21:11.021Z Compiling cpufeatures v0.2.14
12042025-02-07T09:21:11.139Z Compiling stable_deref_trait v1.2.0
12052025-02-07T09:21:11.216Z Compiling either v1.13.0
12062025-02-07T09:21:11.269Z Compiling regex-syntax v0.8.5
12072025-02-07T09:21:11.585Z Compiling futures-sink v0.3.31
12082025-02-07T09:21:11.665Z Compiling glob v0.3.2
12092025-02-07T09:21:11.685Z Compiling socket2 v0.5.7
12102025-02-07T09:21:11.766Z Compiling slab v0.4.9
12112025-02-07T09:21:11.818Z Compiling prettyplease v0.2.25
12122025-02-07T09:21:12.200Z Compiling lazy_static v1.5.0
12132025-02-07T09:21:12.259Z Compiling minimal-lexical v0.2.1
12142025-02-07T09:21:12.349Z Compiling serde_json v1.0.135
12152025-02-07T09:21:12.576Z Compiling clang-sys v1.8.1
12162025-02-07T09:21:12.709Z Compiling nom v7.1.3
12172025-02-07T09:21:12.805Z Compiling libloading v0.8.5
12182025-02-07T09:21:12.919Z Compiling bindgen v0.69.5
12192025-02-07T09:21:13.201Z Compiling home v0.5.9
12202025-02-07T09:21:13.466Z Compiling futures-channel v0.3.31
12212025-02-07T09:21:13.681Z Compiling itertools v0.12.1
12222025-02-07T09:21:13.797Z Compiling futures-io v0.3.31
12232025-02-07T09:21:13.926Z Compiling foldhash v0.1.3
12242025-02-07T09:21:14.083Z Compiling pin-utils v0.1.0
12252025-02-07T09:21:14.200Z Compiling rustc-hash v1.1.0
12262025-02-07T09:21:14.232Z Compiling allocator-api2 v0.2.18
12272025-02-07T09:21:14.369Z Compiling futures-task v0.3.31
12282025-02-07T09:21:14.660Z Compiling libm v0.2.8
12292025-02-07T09:21:15.003Z Compiling lazycell v1.3.0
12302025-02-07T09:21:15.025Z Compiling hashbrown v0.15.1
12312025-02-07T09:21:15.183Z Compiling regex-automata v0.4.8
12322025-02-07T09:21:15.498Z Compiling cmake v0.1.51
12332025-02-07T09:21:16.109Z Compiling cexpr v0.6.0
12342025-02-07T09:21:16.223Z Compiling num-traits v0.2.19
12352025-02-07T09:21:16.427Z Compiling synstructure v0.13.1
12362025-02-07T09:21:16.610Z Compiling pkg-config v0.3.31
12372025-02-07T09:21:17.681Z Compiling dunce v1.0.5
12382025-02-07T09:21:17.771Z Compiling fs_extra v1.3.0
12392025-02-07T09:21:17.982Z Compiling litemap v0.7.3
12402025-02-07T09:21:18.064Z Compiling writeable v0.5.5
12412025-02-07T09:21:18.316Z Compiling ring v0.17.8
12422025-02-07T09:21:18.362Z Compiling paste v1.0.15
12432025-02-07T09:21:18.651Z Compiling base64ct v1.6.0
12442025-02-07T09:21:18.983Z Compiling flagset v0.4.6
12452025-02-07T09:21:19.266Z Compiling pem-rfc7468 v0.7.0
12462025-02-07T09:21:19.384Z Compiling icu_locid_transform_data v1.5.0
12472025-02-07T09:21:19.410Z Compiling httparse v1.9.5
12482025-02-07T09:21:19.490Z Compiling aws-lc-rs v1.10.0
12492025-02-07T09:21:19.918Z Compiling tracing-core v0.1.32
12502025-02-07T09:21:20.149Z Compiling rustls-pki-types v1.10.0
12512025-02-07T09:21:20.805Z Compiling regex v1.11.1
12522025-02-07T09:21:21.035Z Compiling percent-encoding v2.3.1
12532025-02-07T09:21:21.121Z Compiling crossbeam-utils v0.8.20
12542025-02-07T09:21:21.164Z Compiling icu_properties_data v1.5.0
12552025-02-07T09:21:21.415Z Compiling vcpkg v0.2.15
12562025-02-07T09:21:21.683Z Compiling icu_normalizer_data v1.5.0
12572025-02-07T09:21:21.768Z Compiling write16 v1.0.0
12582025-02-07T09:21:21.789Z Compiling mirai-annotations v1.12.0
12592025-02-07T09:21:21.908Z Compiling utf16_iter v1.0.5
12602025-02-07T09:21:21.984Z Compiling num-conv v0.1.0
12612025-02-07T09:21:22.032Z Compiling untrusted v0.9.0
12622025-02-07T09:21:22.113Z Compiling serde_derive v1.0.217
12632025-02-07T09:21:22.130Z Compiling zeroize_derive v1.4.2
12642025-02-07T09:21:22.218Z Compiling zerocopy-derive v0.7.35
12652025-02-07T09:21:22.269Z Compiling tokio-macros v2.5.0
12662025-02-07T09:21:23.157Z Compiling zerofrom-derive v0.1.4
12672025-02-07T09:21:23.648Z Compiling zeroize v1.8.1
12682025-02-07T09:21:23.785Z Compiling yoke-derive v0.7.4
12692025-02-07T09:21:24.050Z Compiling zerovec-derive v0.10.3
12702025-02-07T09:21:24.297Z Compiling zerocopy v0.7.35
12712025-02-07T09:21:25.231Z Compiling crypto-common v0.1.6
12722025-02-07T09:21:25.253Z Compiling block-buffer v0.10.4
12732025-02-07T09:21:25.496Z Compiling thiserror-impl v1.0.69
12742025-02-07T09:21:25.551Z Compiling digest v0.10.7
12752025-02-07T09:21:25.731Z Compiling futures-macro v0.3.31
12762025-02-07T09:21:26.046Z Compiling hmac v0.12.1
12772025-02-07T09:21:26.323Z Compiling displaydoc v0.2.5
12782025-02-07T09:21:26.601Z Compiling block-padding v0.3.3
12792025-02-07T09:21:26.622Z Compiling sha2 v0.10.8
12802025-02-07T09:21:26.660Z Compiling icu_provider_macros v1.5.0
12812025-02-07T09:21:26.858Z Compiling zerofrom v0.1.4
12822025-02-07T09:21:26.879Z Compiling inout v0.1.3
12832025-02-07T09:21:27.103Z Compiling yoke v0.7.4
12842025-02-07T09:21:27.173Z Compiling cipher v0.4.4
12852025-02-07T09:21:27.460Z Compiling zerovec v0.10.4
12862025-02-07T09:21:27.665Z Compiling futures-util v0.3.31
12872025-02-07T09:21:27.686Z Compiling ppv-lite86 v0.2.20
12882025-02-07T09:21:27.817Z Compiling der_derive v0.7.3
12892025-02-07T09:21:27.954Z Compiling tracing-attributes v0.1.27
12902025-02-07T09:21:28.479Z Compiling rand_chacha v0.3.1
12912025-02-07T09:21:28.688Z Compiling thiserror v1.0.69
12922025-02-07T09:21:28.853Z Compiling pest v2.7.14
12932025-02-07T09:21:29.637Z Compiling tinystr v0.7.6
12942025-02-07T09:21:30.011Z Compiling icu_locid v1.5.0
12952025-02-07T09:21:30.265Z Compiling der v0.7.9
12962025-02-07T09:21:30.397Z Compiling icu_collections v1.5.0
12972025-02-07T09:21:30.944Z Compiling rand v0.8.5
12982025-02-07T09:21:31.383Z Compiling icu_provider v1.5.0
12992025-02-07T09:21:31.826Z Compiling tracing v0.1.40
13002025-02-07T09:21:31.943Z Compiling salsa20 v0.10.2
13012025-02-07T09:21:32.186Z Compiling icu_locid_transform v1.5.0
13022025-02-07T09:21:32.207Z Compiling pbkdf2 v0.12.2
13032025-02-07T09:21:32.335Z Compiling spki v0.7.3
13042025-02-07T09:21:32.381Z Compiling powerfmt v0.2.0
13052025-02-07T09:21:32.385Z Compiling untrusted v0.7.1
13062025-02-07T09:21:32.578Z Compiling utf8_iter v1.0.4
13072025-02-07T09:21:32.714Z Compiling time-core v0.1.2
13082025-02-07T09:21:32.784Z Compiling deranged v0.3.11
13092025-02-07T09:21:32.844Z Compiling scrypt v0.11.0
13102025-02-07T09:21:32.923Z Compiling time-macros v0.2.18
13112025-02-07T09:21:32.990Z Compiling pest_meta v2.7.14
13122025-02-07T09:21:33.213Z Compiling cbc v0.1.2
13132025-02-07T09:21:33.388Z Compiling icu_properties v1.5.1
13142025-02-07T09:21:33.409Z Compiling aes v0.8.4
13152025-02-07T09:21:34.232Z Compiling openssl-sys v0.9.105
13162025-02-07T09:21:34.599Z Compiling scroll_derive v0.12.0
13172025-02-07T09:21:35.900Z Compiling bitflags v2.6.0
13182025-02-07T09:21:36.079Z Compiling bytes v1.9.0
13192025-02-07T09:21:36.365Z Compiling indexmap v2.7.1
13202025-02-07T09:21:36.473Z Compiling semver v1.0.24
13212025-02-07T09:21:37.011Z Compiling tokio v1.43.0
13222025-02-07T09:21:37.201Z Compiling http v1.2.0
13232025-02-07T09:21:37.312Z Compiling icu_normalizer v1.5.0
13242025-02-07T09:21:37.575Z Compiling rustc_version v0.4.1
13252025-02-07T09:21:37.709Z Compiling num_threads v0.1.7
13262025-02-07T09:21:37.861Z Compiling atomic-waker v1.1.2
13272025-02-07T09:21:38.066Z Compiling tinyvec_macros v0.1.1
13282025-02-07T09:21:38.159Z Compiling time v0.3.36
13292025-02-07T09:21:38.180Z Compiling tinyvec v1.8.0
13302025-02-07T09:21:38.292Z Compiling idna_adapter v1.2.0
13312025-02-07T09:21:38.561Z Compiling scroll v0.12.0
13322025-02-07T09:21:39.024Z Compiling http-body v1.0.1
13332025-02-07T09:21:39.158Z Compiling pest_generator v2.7.14
13342025-02-07T09:21:39.243Z Compiling pkcs5 v0.7.1
13352025-02-07T09:21:39.267Z Compiling form_urlencoded v1.2.1
13362025-02-07T09:21:39.512Z Compiling slog v2.7.0
13372025-02-07T09:21:39.586Z Compiling try-lock v0.2.5
13382025-02-07T09:21:39.654Z Compiling goblin v0.8.2
13392025-02-07T09:21:39.750Z Compiling want v0.3.1
13402025-02-07T09:21:40.009Z Compiling which v4.4.2
13412025-02-07T09:21:40.123Z Compiling pkcs8 v0.10.2
13422025-02-07T09:21:40.575Z Compiling idna v1.0.3
13432025-02-07T09:21:40.813Z Compiling uuid v1.12.0
13442025-02-07T09:21:41.055Z Compiling pest_derive v2.7.14
13452025-02-07T09:21:41.141Z Compiling httpdate v1.0.3
13462025-02-07T09:21:41.606Z Compiling iana-time-zone v0.1.61
13472025-02-07T09:21:41.868Z Compiling dtrace-parser v0.2.0
13482025-02-07T09:21:42.009Z Compiling chrono v0.4.39
13492025-02-07T09:21:42.386Z Compiling serde_tokenstream v0.2.2
13502025-02-07T09:21:42.967Z Compiling toml_datetime v0.6.8
13512025-02-07T09:21:43.001Z Compiling serde_spanned v0.6.8
13522025-02-07T09:21:43.022Z Compiling base64 v0.22.1
13532025-02-07T09:21:43.236Z Compiling openssl v0.10.70
13542025-02-07T09:21:43.473Z Compiling adler2 v2.0.0
13552025-02-07T09:21:43.682Z Compiling rustversion v1.0.17
13562025-02-07T09:21:43.721Z Compiling tower-service v0.3.3
13572025-02-07T09:21:43.759Z Compiling foreign-types-shared v0.1.1
13582025-02-07T09:21:43.827Z Compiling match_cfg v0.1.0
13592025-02-07T09:21:43.883Z Compiling foreign-types v0.3.2
13602025-02-07T09:21:43.911Z Compiling hostname v0.3.1
13612025-02-07T09:21:43.934Z Compiling miniz_oxide v0.8.0
13622025-02-07T09:21:43.993Z Compiling url v2.5.3
13632025-02-07T09:21:44.453Z Compiling async-trait v0.1.86
13642025-02-07T09:21:45.408Z Compiling tokio-util v0.7.12
13652025-02-07T09:21:45.420Z Compiling openssl-macros v0.1.1
13662025-02-07T09:21:45.539Z Compiling dof v0.3.0
13672025-02-07T09:21:45.875Z Compiling serde_derive_internals v0.29.1
13682025-02-07T09:21:46.206Z Compiling dirs-sys-next v0.1.2
13692025-02-07T09:21:46.669Z Compiling h2 v0.4.6
13702025-02-07T09:21:46.779Z Compiling usdt-impl v0.5.0
13712025-02-07T09:21:47.042Z Compiling data-encoding v2.6.0
13722025-02-07T09:21:47.469Z Compiling rustls v0.23.19
13732025-02-07T09:21:47.765Z Compiling siphasher v0.3.11
13742025-02-07T09:21:48.195Z Compiling rustls v0.22.4
13752025-02-07T09:21:48.217Z Compiling syn v1.0.109
13762025-02-07T09:21:48.319Z Compiling native-tls v0.2.12
13772025-02-07T09:21:48.490Z Compiling schemars v0.8.21
13782025-02-07T09:21:48.741Z Compiling schemars_derive v0.8.21
13792025-02-07T09:21:48.914Z Compiling dirs-next v2.0.0
13802025-02-07T09:21:49.172Z Compiling unicode-normalization v0.1.24
13812025-02-07T09:21:49.201Z Compiling http-body-util v0.1.2
13822025-02-07T09:21:49.723Z Compiling heapless v0.7.17
13832025-02-07T09:21:50.168Z Compiling crossbeam-epoch v0.9.18
13842025-02-07T09:21:50.309Z Compiling sha1 v0.10.6
13852025-02-07T09:21:50.354Z Compiling signature v2.2.0
13862025-02-07T09:21:50.665Z Compiling bzip2-sys v0.1.11+1.0.8
13872025-02-07T09:21:50.744Z Compiling thread_local v1.1.8
13882025-02-07T09:21:50.842Z Compiling cookie v0.18.1
13892025-02-07T09:21:50.869Z Compiling multer v3.1.0
13902025-02-07T09:21:51.141Z Compiling encoding_rs v0.8.34
13912025-02-07T09:21:51.163Z Compiling dyn-clone v1.0.17
13922025-02-07T09:21:51.184Z Compiling mime v0.3.17
13932025-02-07T09:21:51.225Z Compiling unicode-properties v0.1.3
13942025-02-07T09:21:51.384Z Compiling openssl-probe v0.1.5
13952025-02-07T09:21:51.650Z Compiling unicode-bidi v0.3.17
13962025-02-07T09:21:51.692Z Compiling slog-async v2.8.0
13972025-02-07T09:21:51.714Z Compiling ipnet v2.10.1
13982025-02-07T09:21:51.888Z Compiling gimli v0.31.1
13992025-02-07T09:21:52.189Z Compiling signal-hook v0.3.17
14002025-02-07T09:21:52.477Z Compiling rayon-core v1.12.1
14012025-02-07T09:21:52.761Z Compiling toml_edit v0.22.22
14022025-02-07T09:21:52.904Z Compiling stringprep v0.1.5
14032025-02-07T09:21:54.104Z Compiling hyper v1.5.2
14042025-02-07T09:21:56.203Z Compiling addr2line v0.24.2
14052025-02-07T09:21:56.634Z Compiling hyper-util v0.1.10
14062025-02-07T09:21:56.939Z Compiling crossbeam-deque v0.8.5
14072025-02-07T09:21:57.068Z Compiling usdt-attr-macro v0.5.0
14082025-02-07T09:21:57.162Z Compiling usdt-macro v0.5.0
14092025-02-07T09:21:57.268Z Compiling term v0.7.0
14102025-02-07T09:21:58.497Z Compiling slog-json v2.6.1
14112025-02-07T09:21:58.562Z Compiling serde_urlencoded v0.7.1
14122025-02-07T09:21:58.562Z Compiling curve25519-dalek v4.1.3
14132025-02-07T09:21:58.602Z Compiling crossbeam-channel v0.5.13
14142025-02-07T09:21:58.917Z Compiling futures-executor v0.3.31
14152025-02-07T09:21:59.062Z Compiling enum-as-inner v0.6.1
14162025-02-07T09:21:59.288Z Compiling md-5 v0.10.6
14172025-02-07T09:21:59.473Z Compiling async-stream-impl v0.3.6
14182025-02-07T09:21:59.563Z Compiling rustls-pemfile v2.2.0
14192025-02-07T09:21:59.565Z Compiling num-integer v0.1.46
14202025-02-07T09:21:59.641Z Compiling hash32 v0.2.1
14212025-02-07T09:21:59.912Z Compiling ff v0.13.0
14222025-02-07T09:22:00.017Z Compiling is-terminal v0.4.13
14232025-02-07T09:22:00.144Z Compiling object v0.36.5
14242025-02-07T09:22:00.165Z Compiling dropshot v0.12.0
14252025-02-07T09:22:00.184Z Compiling portable-atomic v1.9.0
14262025-02-07T09:22:00.316Z Compiling take_mut v0.2.2
14272025-02-07T09:22:00.470Z Compiling psl-types v2.0.11
14282025-02-07T09:22:00.491Z Compiling num-bigint-dig v0.8.4
14292025-02-07T09:22:00.512Z Compiling litrs v0.4.1
14302025-02-07T09:22:00.692Z Compiling smoltcp v0.9.1
14312025-02-07T09:22:00.770Z Compiling utf-8 v0.7.6
14322025-02-07T09:22:00.799Z Compiling base16ct v0.2.0
14332025-02-07T09:22:01.103Z Compiling fallible-iterator v0.2.0
14342025-02-07T09:22:01.149Z Compiling quick-error v1.2.3
14352025-02-07T09:22:01.182Z Compiling rustc-demangle v0.1.24
14362025-02-07T09:22:01.321Z Compiling linked-hash-map v0.5.6
14372025-02-07T09:22:01.349Z Compiling anyhow v1.0.95
14382025-02-07T09:22:01.682Z Compiling lru-cache v0.1.2
14392025-02-07T09:22:01.701Z Compiling document-features v0.2.10
14402025-02-07T09:22:01.772Z Compiling postgres-protocol v0.6.7
14412025-02-07T09:22:01.921Z Compiling resolv-conf v0.7.0
14422025-02-07T09:22:02.207Z Compiling sec1 v0.7.3
14432025-02-07T09:22:02.348Z Compiling tungstenite v0.24.0
14442025-02-07T09:22:02.709Z Compiling async-stream v0.3.6
14452025-02-07T09:22:02.781Z Compiling publicsuffix v2.3.0
14462025-02-07T09:22:03.019Z Compiling hickory-proto v0.24.2
14472025-02-07T09:22:03.041Z Compiling slog-term v2.9.1
14482025-02-07T09:22:03.064Z Compiling usdt v0.5.0
14492025-02-07T09:22:03.613Z Compiling group v0.13.0
14502025-02-07T09:22:03.970Z Compiling num-iter v0.1.45
14512025-02-07T09:22:04.245Z Compiling futures v0.3.31
14522025-02-07T09:22:04.293Z Compiling slog-bunyan v2.5.0
14532025-02-07T09:22:05.120Z Compiling camino v1.1.9
14542025-02-07T09:22:05.562Z Compiling toml v0.8.19
14552025-02-07T09:22:05.585Z Compiling tokio-native-tls v0.3.1
14562025-02-07T09:22:05.963Z Compiling phf_shared v0.11.2
14572025-02-07T09:22:06.148Z Compiling dropshot_endpoint v0.12.0
14582025-02-07T09:22:06.320Z Compiling terminal_size v0.4.0
14592025-02-07T09:22:06.562Z Compiling openapiv3 v2.0.0
14602025-02-07T09:22:06.802Z Compiling backtrace v0.3.74
14612025-02-07T09:22:07.113Z Compiling waitgroup v0.1.2
14622025-02-07T09:22:07.341Z Compiling serde_path_to_error v0.1.16
14632025-02-07T09:22:07.439Z Compiling hkdf v0.12.4
14642025-02-07T09:22:07.721Z Compiling crypto-bigint v0.5.5
14652025-02-07T09:22:08.115Z Compiling curve25519-dalek-derive v0.1.1
14662025-02-07T09:22:09.634Z Compiling zerocopy-derive v0.6.6
14672025-02-07T09:22:10.049Z Compiling webpki-roots v0.26.6
14682025-02-07T09:22:10.286Z Compiling hostname v0.4.0
14692025-02-07T09:22:10.543Z Compiling fs-err v2.11.0
14702025-02-07T09:22:10.546Z Compiling crc32fast v1.4.2
14712025-02-07T09:22:10.750Z Compiling ahash v0.8.11
14722025-02-07T09:22:10.840Z Compiling debug-ignore v1.0.5
14732025-02-07T09:22:10.861Z Compiling hubpack_derive v0.1.1
14742025-02-07T09:22:10.894Z Compiling bitflags v1.3.2
14752025-02-07T09:22:11.002Z Compiling unicode-width v0.2.0
14762025-02-07T09:22:11.024Z Compiling managed v0.8.0
14772025-02-07T09:22:11.092Z Compiling winnow v0.5.40
14782025-02-07T09:22:11.464Z Compiling newtype-uuid v1.2.1
14792025-02-07T09:22:11.568Z Compiling console v0.15.10
14802025-02-07T09:22:11.672Z Compiling zerocopy v0.6.6
14812025-02-07T09:22:11.752Z Compiling hubpack v0.1.2
14822025-02-07T09:22:11.808Z Compiling clap_builder v4.5.27
14832025-02-07T09:22:12.516Z Compiling strum_macros v0.25.3
14842025-02-07T09:22:12.756Z Compiling flate2 v1.0.35
14852025-02-07T09:22:12.967Z Compiling elliptic-curve v0.13.8
14862025-02-07T09:22:13.849Z Compiling hickory-resolver v0.24.2
14872025-02-07T09:22:14.266Z Compiling signal-hook-mio v0.2.4
14882025-02-07T09:22:14.451Z Compiling toml_edit v0.19.15
14892025-02-07T09:22:14.599Z Compiling phf v0.11.2
14902025-02-07T09:22:14.882Z Compiling hyper-tls v0.6.0
14912025-02-07T09:22:14.903Z Compiling rayon v1.10.0
14922025-02-07T09:22:15.314Z Compiling cookie_store v0.21.1
14932025-02-07T09:22:16.502Z Compiling bzip2 v0.4.4
14942025-02-07T09:22:16.921Z Compiling tokio-tungstenite v0.24.0
14952025-02-07T09:22:17.488Z Compiling postgres-types v0.2.8
14962025-02-07T09:22:19.357Z Compiling ed25519 v2.2.3
14972025-02-07T09:22:19.945Z Compiling phf_shared v0.10.0
14982025-02-07T09:22:20.203Z Compiling tokio-stream v0.1.16
14992025-02-07T09:22:20.231Z Compiling pkcs1 v0.7.5
15002025-02-07T09:22:20.348Z Compiling serde-big-array v0.5.1
15012025-02-07T09:22:20.607Z Compiling clap_derive v4.5.24
15022025-02-07T09:22:21.191Z Compiling rfc6979 v0.4.0
15032025-02-07T09:22:21.213Z Compiling derive-where v1.2.7
15042025-02-07T09:22:21.278Z Compiling serde_repr v0.1.19
15052025-02-07T09:22:21.398Z Compiling bstr v1.10.0
15062025-02-07T09:22:21.957Z Compiling float-cmp v0.9.0
15072025-02-07T09:22:21.994Z Compiling sync_wrapper v1.0.1
15082025-02-07T09:22:22.169Z Compiling difflib v0.4.0
15092025-02-07T09:22:22.190Z Compiling static_assertions v1.1.0
15102025-02-07T09:22:22.299Z Compiling number_prefix v0.4.0
15112025-02-07T09:22:22.447Z Compiling precomputed-hash v0.1.1
15122025-02-07T09:22:22.549Z Compiling predicates-core v1.0.8
15132025-02-07T09:22:22.593Z Compiling new_debug_unreachable v1.0.6
15142025-02-07T09:22:22.726Z Compiling whoami v1.5.2
15152025-02-07T09:22:22.879Z Compiling bit-vec v0.6.3
15162025-02-07T09:22:23.117Z Compiling unicode-segmentation v1.12.0
15172025-02-07T09:22:23.288Z Compiling normalize-line-endings v0.3.0
15182025-02-07T09:22:23.311Z Compiling fixedbitset v0.4.2
15192025-02-07T09:22:23.431Z Compiling predicates v3.1.2
15202025-02-07T09:22:23.599Z Compiling bit-set v0.5.3
15212025-02-07T09:22:23.783Z Compiling petgraph v0.6.5
15222025-02-07T09:22:23.918Z Compiling tokio-postgres v0.7.12
15232025-02-07T09:22:24.083Z Compiling similar v2.6.0
15242025-02-07T09:22:24.600Z Compiling string_cache v0.8.7
15252025-02-07T09:22:25.026Z Compiling indicatif v0.17.11
15262025-02-07T09:22:25.049Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15272025-02-07T09:22:25.461Z Compiling clap v4.5.27
15282025-02-07T09:22:25.600Z Compiling ecdsa v0.16.9
15292025-02-07T09:22:26.370Z Compiling rsa v0.9.6
15302025-02-07T09:22:26.449Z Compiling ed25519-dalek v2.1.1
15312025-02-07T09:22:27.122Z Compiling toml v0.7.8
15322025-02-07T09:22:27.428Z Compiling zip v0.6.6
15332025-02-07T09:22:27.786Z Compiling crossterm v0.28.1
15342025-02-07T09:22:29.538Z Compiling hex v0.4.3
15352025-02-07T09:22:29.759Z Compiling x509-cert v0.2.5
15362025-02-07T09:22:29.783Z Compiling itertools v0.10.5
15372025-02-07T09:22:30.137Z Compiling peg-runtime v0.8.3
15382025-02-07T09:22:30.755Z Compiling unicode-xid v0.2.6
15392025-02-07T09:22:30.967Z Compiling lalrpop-util v0.19.12
15402025-02-07T09:22:31.288Z Compiling strum_macros v0.26.4
15412025-02-07T09:22:31.309Z Compiling xattr v1.3.1
15422025-02-07T09:22:31.336Z Compiling filetime v0.2.25
15432025-02-07T09:22:31.593Z Compiling tar v0.4.42
15442025-02-07T09:22:36.168Z Compiling strum v0.26.3
15452025-02-07T09:22:39.395Z Compiling aws-lc-sys v0.22.0
15462025-02-07T09:23:08.226Z Compiling rustls-webpki v0.102.8
15472025-02-07T09:23:11.614Z Compiling tokio-rustls v0.25.0
15482025-02-07T09:23:13.274Z Compiling tokio-rustls v0.26.0
15492025-02-07T09:23:13.565Z Compiling hyper-rustls v0.27.3
15502025-02-07T09:23:13.908Z Compiling reqwest v0.12.9
15512025-02-07T09:23:15.567Z Compiling qorb v0.2.1
15522025-02-07T09:23:18.834Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15532025-02-07T09:23:19.103Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15542025-02-07T09:23:23.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
15552025-02-07T09:23:24.067Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15562025-02-07T09:23:24.125ZFeb 07 09:23:23.212 INFO Starting download, target: Clickhouse
15572025-02-07T09:23:24.125ZFeb 07 09:23:23.212 INFO Starting download, target: Console
15582025-02-07T09:23:24.125ZFeb 07 09:23:23.212 INFO Starting download, target: Cockroach
15592025-02-07T09:23:24.125ZFeb 07 09:23:23.212 INFO Starting download, target: DendriteOpenapi
15602025-02-07T09:23:24.125ZFeb 07 09:23:23.212 INFO Starting download, target: DendriteStub
15612025-02-07T09:23:24.125ZFeb 07 09:23:23.212 INFO Starting download, target: MaghemiteMgd
15622025-02-07T09:23:24.125ZFeb 07 09:23:23.212 INFO Starting download, target: TransceiverControl
15632025-02-07T09:23:24.128ZFeb 07 09:23:23.213 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15642025-02-07T09:23:24.128ZFeb 07 09:23:23.213 INFO Downloading out/downloads/dpd-caf4bee7f1647b4f971199a5268885337ff1691a.json (attempt 1/3), target: DendriteOpenapi
15652025-02-07T09:23:24.128ZFeb 07 09:23:23.213 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15662025-02-07T09:23:24.128ZFeb 07 09:23:23.213 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15672025-02-07T09:23:24.128ZFeb 07 09:23:23.213 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15682025-02-07T09:23:24.128ZFeb 07 09:23:23.214 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15692025-02-07T09:23:24.128ZFeb 07 09:23:23.214 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15702025-02-07T09:23:24.287ZFeb 07 09:23:23.374 INFO Download complete, target: DendriteOpenapi
15712025-02-07T09:23:24.477ZFeb 07 09:23:23.555 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15722025-02-07T09:23:24.661ZFeb 07 09:23:23.736 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15732025-02-07T09:23:24.961ZFeb 07 09:23:24.037 INFO Download complete, target: TransceiverControl
15742025-02-07T09:23:25.019ZFeb 07 09:23:24.100 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15752025-02-07T09:23:25.025ZFeb 07 09:23:24.110 INFO Download complete, target: Console
15762025-02-07T09:23:25.139ZFeb 07 09:23:24.224 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15772025-02-07T09:23:25.637ZFeb 07 09:23:24.725 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15782025-02-07T09:23:25.637ZFeb 07 09:23:24.725 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15792025-02-07T09:23:25.992ZFeb 07 09:23:25.080 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15802025-02-07T09:23:28.005ZFeb 07 09:23:27.092 INFO Download complete, target: DendriteStub
15812025-02-07T09:23:28.040ZFeb 07 09:23:27.128 INFO Download complete, target: MaghemiteMgd
15822025-02-07T09:23:33.204ZFeb 07 09:23:32.292 INFO Checking that binary works, target: Cockroach
15832025-02-07T09:23:33.433ZFeb 07 09:23:32.520 INFO Download complete, target: Cockroach
15842025-02-07T09:23:38.756ZFeb 07 09:23:37.843 INFO Checking that binary works, target: Clickhouse
15852025-02-07T09:23:38.932ZFeb 07 09:23:38.019 INFO Download complete, target: Clickhouse
15862025-02-07T09:23:38.940ZAll prerequisites installed successfully
15872025-02-07T09:23:38.943Z
15882025-02-07T09:23:38.943Zreal 5:05.832500242
15892025-02-07T09:23:38.943Zuser 16:21.664024427
15902025-02-07T09:23:38.943Zsys 2:09.497589022
15912025-02-07T09:23:38.943Ztrap 0.634170500
15922025-02-07T09:23:38.943Ztflt 1.641757263
15932025-02-07T09:23:38.943Zdflt 1.653567072
15942025-02-07T09:23:38.943Zkflt 0.022612488
15952025-02-07T09:23:38.943Zlock 26:00.846262839
15962025-02-07T09:23:38.943Zslp 57:27.946875898
15972025-02-07T09:23:38.943Zlat 1:01.464985864
15982025-02-07T09:23:38.943Zstop 2:26.264929454
15992025-02-07T09:23:38.943Z+ ptime -m cargo xtask download softnpu
16002025-02-07T09:23:39.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16012025-02-07T09:23:39.536Z Running `target/debug/xtask download softnpu`
16022025-02-07T09:23:40.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
16032025-02-07T09:23:40.468Z Running `target/debug/xtask-downloader softnpu`
16042025-02-07T09:23:40.509ZFeb 07 09:23:39.596 INFO Starting download, target: Softnpu
16052025-02-07T09:23:40.511ZFeb 07 09:23:39.596 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16062025-02-07T09:23:41.493ZFeb 07 09:23:40.580 INFO Download complete, target: Softnpu
16072025-02-07T09:23:41.497Z
16082025-02-07T09:23:41.499Zreal 2.548754742
16092025-02-07T09:23:41.500Zuser 1.311316916
16102025-02-07T09:23:41.500Zsys 0.588959784
16112025-02-07T09:23:41.500Ztrap 0.000753379
16122025-02-07T09:23:41.500Ztflt 0.000041677
16132025-02-07T09:23:41.500Zdflt 0.000265493
16142025-02-07T09:23:41.500Zkflt 0.000000000
16152025-02-07T09:23:41.500Zlock 10.325465809
16162025-02-07T09:23:41.500Zslp 0.841233117
16172025-02-07T09:23:41.500Zlat 0.068400759
16182025-02-07T09:23:41.500Zstop 0.000163867
16192025-02-07T09:23:41.500Z+ export CARGO_INCREMENTAL=0
16202025-02-07T09:23:41.500Z+ CARGO_INCREMENTAL=0
16212025-02-07T09:23:41.500Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16222025-02-07T09:23:42.501Z Compiling proc-macro2 v1.0.92
16232025-02-07T09:23:42.501Z Compiling unicode-ident v1.0.14
16242025-02-07T09:23:42.501Z Compiling libc v0.2.169
16252025-02-07T09:23:42.504Z Compiling serde v1.0.217
16262025-02-07T09:23:42.504Z Compiling autocfg v1.4.0
16272025-02-07T09:23:42.504Z Compiling version_check v0.9.5
16282025-02-07T09:23:42.504Z Compiling cfg-if v1.0.0
16292025-02-07T09:23:42.802Z Compiling memchr v2.7.4
16302025-02-07T09:23:42.824Z Compiling typenum v1.17.0
16312025-02-07T09:23:42.828Z Compiling shlex v1.3.0
16322025-02-07T09:23:43.248Z Compiling value-bag v1.9.0
16332025-02-07T09:23:43.304Z Compiling scopeguard v1.2.0
16342025-02-07T09:23:43.349Z Compiling generic-array v0.14.7
16352025-02-07T09:23:43.535Z Compiling lock_api v0.4.12
16362025-02-07T09:23:43.722Z Compiling log v0.4.22
16372025-02-07T09:23:43.788Z Compiling parking_lot_core v0.9.10
16382025-02-07T09:23:44.153Z Compiling serde_json v1.0.135
16392025-02-07T09:23:44.203Z Compiling once_cell v1.20.2
16402025-02-07T09:23:44.429Z Compiling quote v1.0.38
16412025-02-07T09:23:44.448Z Compiling rustix v0.38.37
16422025-02-07T09:23:44.474Z Compiling libm v0.2.8
16432025-02-07T09:23:44.591Z Compiling jobserver v0.1.32
16442025-02-07T09:23:44.769Z Compiling getrandom v0.2.15
16452025-02-07T09:23:44.816Z Compiling syn v2.0.96
16462025-02-07T09:23:45.021Z Compiling cc v1.1.30
16472025-02-07T09:23:45.046Z Compiling aho-corasick v1.1.3
16482025-02-07T09:23:45.142Z Compiling num-traits v0.2.19
16492025-02-07T09:23:45.168Z Compiling thiserror v1.0.69
16502025-02-07T09:23:45.249Z Compiling regex-syntax v0.8.5
16512025-02-07T09:23:45.322Z Compiling either v1.13.0
16522025-02-07T09:23:45.457Z Compiling itoa v1.0.11
16532025-02-07T09:23:45.716Z Compiling spin v0.9.8
16542025-02-07T09:23:45.734Z Compiling slab v0.4.9
16552025-02-07T09:23:46.077Z Compiling errno v0.3.9
16562025-02-07T09:23:46.323Z Compiling byteorder v1.5.0
16572025-02-07T09:23:46.344Z Compiling rand_core v0.6.4
16582025-02-07T09:23:46.930Z Compiling glob v0.3.2
16592025-02-07T09:23:46.959Z Compiling prettyplease v0.2.25
16602025-02-07T09:23:47.300Z Compiling lazy_static v1.5.0
16612025-02-07T09:23:47.452Z Compiling minimal-lexical v0.2.1
16622025-02-07T09:23:47.691Z Compiling clang-sys v1.8.1
16632025-02-07T09:23:47.953Z Compiling nom v7.1.3
16642025-02-07T09:23:48.136Z Compiling libloading v0.8.5
16652025-02-07T09:23:48.234Z Compiling subtle v2.6.1
16662025-02-07T09:23:48.441Z Compiling bindgen v0.69.5
16672025-02-07T09:23:48.496Z Compiling home v0.5.9
16682025-02-07T09:23:48.580Z Compiling smallvec v1.13.2
16692025-02-07T09:23:48.874Z Compiling regex-automata v0.4.8
16702025-02-07T09:23:48.923Z Compiling itertools v0.12.1
16712025-02-07T09:23:49.048Z Compiling rustc-hash v1.1.0
16722025-02-07T09:23:49.217Z Compiling allocator-api2 v0.2.18
16732025-02-07T09:23:49.239Z Compiling lazycell v1.3.0
16742025-02-07T09:23:49.437Z Compiling cmake v0.1.51
16752025-02-07T09:23:50.240Z Compiling fs_extra v1.3.0
16762025-02-07T09:23:50.676Z Compiling semver v1.0.24
16772025-02-07T09:23:50.811Z Compiling dunce v1.0.5
16782025-02-07T09:23:51.038Z Compiling cexpr v0.6.0
16792025-02-07T09:23:51.177Z Compiling pkg-config v0.3.31
16802025-02-07T09:23:51.274Z Compiling ring v0.17.8
16812025-02-07T09:23:52.083Z Compiling synstructure v0.13.1
16822025-02-07T09:23:52.284Z Compiling pin-project-lite v0.2.14
16832025-02-07T09:23:52.315Z Compiling ryu v1.0.18
16842025-02-07T09:23:52.439Z Compiling paste v1.0.15
16852025-02-07T09:23:52.660Z Compiling fnv v1.0.7
16862025-02-07T09:23:52.816Z Compiling aws-lc-rs v1.10.0
16872025-02-07T09:23:52.871Z Compiling const-oid v0.9.6
16882025-02-07T09:23:53.236Z Compiling httparse v1.9.5
16892025-02-07T09:23:53.861Z Compiling schemars v0.8.21
16902025-02-07T09:23:54.031Z Compiling serde_derive_internals v0.29.1
16912025-02-07T09:23:54.195Z Compiling foldhash v0.1.3
16922025-02-07T09:23:54.228Z Compiling equivalent v1.0.1
16932025-02-07T09:23:54.371Z Compiling regex v1.11.1
16942025-02-07T09:23:54.499Z Compiling hashbrown v0.15.1
16952025-02-07T09:23:54.905Z Compiling signal-hook-registry v1.4.2
16962025-02-07T09:23:55.302Z Compiling heck v0.5.0
16972025-02-07T09:23:55.500Z Compiling parking_lot v0.12.3
16982025-02-07T09:23:55.727Z Compiling mio v1.0.2
16992025-02-07T09:23:55.778Z Compiling stable_deref_trait v1.2.0
17002025-02-07T09:23:56.543Z Compiling serde_derive v1.0.217
17012025-02-07T09:23:56.652Z Compiling zeroize_derive v1.4.2
17022025-02-07T09:23:57.369Z Compiling zerocopy-derive v0.7.35
17032025-02-07T09:23:57.530Z Compiling thiserror-impl v1.0.69
17042025-02-07T09:23:57.973Z Compiling tokio-macros v2.5.0
17052025-02-07T09:23:58.076Z Compiling zeroize v1.8.1
17062025-02-07T09:23:58.550Z Compiling zerofrom-derive v0.1.4
17072025-02-07T09:23:58.601Z Compiling yoke-derive v0.7.4
17082025-02-07T09:23:58.677Z Compiling zerovec-derive v0.10.3
17092025-02-07T09:23:58.981Z Compiling futures-macro v0.3.31
17102025-02-07T09:23:59.237Z Compiling displaydoc v0.2.5
17112025-02-07T09:24:00.209Z Compiling zerocopy v0.7.35
17122025-02-07T09:24:00.664Z Compiling crypto-common v0.1.6
17132025-02-07T09:24:00.853Z Compiling icu_provider_macros v1.5.0
17142025-02-07T09:24:00.895Z Compiling tracing-attributes v0.1.27
17152025-02-07T09:24:00.993Z Compiling schemars_derive v0.8.21
17162025-02-07T09:24:01.013Z Compiling block-buffer v0.10.4
17172025-02-07T09:24:01.274Z Compiling digest v0.10.7
17182025-02-07T09:24:01.718Z Compiling socket2 v0.5.7
17192025-02-07T09:24:01.937Z Compiling crossbeam-utils v0.8.20
17202025-02-07T09:24:02.165Z Compiling time-core v0.1.2
17212025-02-07T09:24:02.363Z Compiling futures-core v0.3.31
17222025-02-07T09:24:02.439Z Compiling num-conv v0.1.0
17232025-02-07T09:24:02.737Z Compiling time-macros v0.2.18
17242025-02-07T09:24:02.942Z Compiling der_derive v0.7.3
17252025-02-07T09:24:03.167Z Compiling vcpkg v0.2.15
17262025-02-07T09:24:04.610Z Compiling openssl-sys v0.9.105
17272025-02-07T09:24:05.714Z Compiling cpufeatures v0.2.14
17282025-02-07T09:24:05.737Z Compiling futures-sink v0.3.31
17292025-02-07T09:24:05.755Z Compiling slog v2.7.0
17302025-02-07T09:24:05.987Z Compiling ahash v0.8.11
17312025-02-07T09:24:06.064Z Compiling syn v1.0.109
17322025-02-07T09:24:06.282Z Compiling zerofrom v0.1.4
17332025-02-07T09:24:06.583Z Compiling iana-time-zone v0.1.61
17342025-02-07T09:24:06.778Z Compiling yoke v0.7.4
17352025-02-07T09:24:07.015Z Compiling futures-channel v0.3.31
17362025-02-07T09:24:07.174Z Compiling scroll_derive v0.12.0
17372025-02-07T09:24:07.289Z Compiling futures-task v0.3.31
17382025-02-07T09:24:07.309Z Compiling openssl v0.10.70
17392025-02-07T09:24:07.493Z Compiling pin-utils v0.1.0
17402025-02-07T09:24:07.609Z Compiling ucd-trie v0.1.7
17412025-02-07T09:24:07.629Z Compiling futures-io v0.3.31
17422025-02-07T09:24:07.726Z Compiling zerovec v0.10.4
17432025-02-07T09:24:07.999Z Compiling pest v2.7.14
17442025-02-07T09:24:08.074Z Compiling futures-util v0.3.31
17452025-02-07T09:24:08.926Z Compiling hmac v0.12.1
17462025-02-07T09:24:09.153Z Compiling bitflags v2.6.0
17472025-02-07T09:24:09.321Z Compiling bytes v1.9.0
17482025-02-07T09:24:11.470Z Compiling indexmap v2.7.1
17492025-02-07T09:24:11.504Z Compiling tokio v1.43.0
17502025-02-07T09:24:12.419Z Compiling serde_tokenstream v0.2.2
17512025-02-07T09:24:12.876Z Compiling uuid v1.12.0
17522025-02-07T09:24:12.993Z Compiling http v1.2.0
17532025-02-07T09:24:14.314Z Compiling which v4.4.2
17542025-02-07T09:24:14.333Z Compiling chrono v0.4.39
17552025-02-07T09:24:14.433Z Compiling rustc_version v0.4.1
17562025-02-07T09:24:18.396Z Compiling pest_meta v2.7.14
17572025-02-07T09:24:20.283Z Compiling block-padding v0.3.3
17582025-02-07T09:24:20.568Z Compiling openssl-macros v0.1.1
17592025-02-07T09:24:21.305Z Compiling rustls v0.23.19
17602025-02-07T09:24:21.620Z Compiling native-tls v0.2.12
17612025-02-07T09:24:21.961Z Compiling inout v0.1.3
17622025-02-07T09:24:21.980Z Compiling pest_generator v2.7.14
17632025-02-07T09:24:22.236Z Compiling tinystr v0.7.6
17642025-02-07T09:24:22.414Z Compiling serde_spanned v0.6.8
17652025-02-07T09:24:22.637Z Compiling toml_datetime v0.6.8
17662025-02-07T09:24:22.682Z Compiling tracing-core v0.1.32
17672025-02-07T09:24:22.708Z Compiling writeable v0.5.5
17682025-02-07T09:24:22.859Z Compiling litemap v0.7.3
17692025-02-07T09:24:23.120Z Compiling strsim v0.11.1
17702025-02-07T09:24:23.797Z Compiling dyn-clone v1.0.17
17712025-02-07T09:24:23.819Z Compiling pest_derive v2.7.14
17722025-02-07T09:24:23.848Z Compiling icu_locid v1.5.0
17732025-02-07T09:24:24.617Z Compiling tracing v0.1.40
17742025-02-07T09:24:24.878Z Compiling cipher v0.4.4
17752025-02-07T09:24:25.375Z Compiling sha2 v0.10.8
17762025-02-07T09:24:25.657Z Compiling cookie v0.18.1
17772025-02-07T09:24:25.760Z Compiling usdt-impl v0.5.0
17782025-02-07T09:24:25.982Z Compiling base64ct v1.6.0
17792025-02-07T09:24:26.192Z Compiling icu_provider v1.5.0
17802025-02-07T09:24:26.558Z Compiling pem-rfc7468 v0.7.0
17812025-02-07T09:24:27.476Z Compiling aws-lc-sys v0.22.0
17822025-02-07T09:24:28.148Z Compiling scroll v0.12.0
17832025-02-07T09:24:28.446Z Compiling ppv-lite86 v0.2.20
17842025-02-07T09:24:28.727Z Compiling async-trait v0.1.86
17852025-02-07T09:24:29.588Z Compiling flagset v0.4.6
17862025-02-07T09:24:29.801Z Compiling icu_locid_transform_data v1.5.0
17872025-02-07T09:24:29.929Z Compiling plain v0.2.3
17882025-02-07T09:24:30.923Z Compiling rustls-pki-types v1.10.0
17892025-02-07T09:24:31.408Z Compiling camino v1.1.9
17902025-02-07T09:24:31.962Z Compiling anyhow v1.0.95
17912025-02-07T09:24:32.459Z Compiling percent-encoding v2.3.1
17922025-02-07T09:24:32.609Z Compiling icu_locid_transform v1.5.0
17932025-02-07T09:24:32.936Z Compiling goblin v0.8.2
17942025-02-07T09:24:34.631Z Compiling der v0.7.9
17952025-02-07T09:24:35.778Z Compiling rand_chacha v0.3.1
17962025-02-07T09:24:37.330Z Compiling tokio-util v0.7.12
17972025-02-07T09:24:37.332Z Compiling icu_collections v1.5.0
17982025-02-07T09:24:39.609Z Compiling mirai-annotations v1.12.0
17992025-02-07T09:24:39.653Z Compiling powerfmt v0.2.0
18002025-02-07T09:24:39.812Z Compiling untrusted v0.9.0
18012025-02-07T09:24:40.026Z Compiling rayon-core v1.12.1
18022025-02-07T09:24:40.172Z Compiling icu_properties_data v1.5.0
18032025-02-07T09:24:40.283Z Compiling untrusted v0.7.1
18042025-02-07T09:24:40.336Z Compiling pretty-hex v0.4.1
18052025-02-07T09:24:40.487Z Compiling rustls v0.22.4
18062025-02-07T09:24:40.585Z Compiling dof v0.3.0
18072025-02-07T09:24:40.603Z Compiling icu_properties v1.5.1
18082025-02-07T09:24:41.166Z Compiling deranged v0.3.11
18092025-02-07T09:24:42.080Z Compiling spki v0.7.3
18102025-02-07T09:24:42.182Z Compiling rand v0.8.5
18112025-02-07T09:24:42.628Z Compiling salsa20 v0.10.2
18122025-02-07T09:24:42.868Z Compiling dtrace-parser v0.2.0
18132025-02-07T09:24:43.713Z Compiling pbkdf2 v0.12.2
18142025-02-07T09:24:44.461Z Compiling thread-id v4.2.2
18152025-02-07T09:24:44.568Z Compiling utf16_iter v1.0.5
18162025-02-07T09:24:44.777Z Compiling winnow v0.5.40
18172025-02-07T09:24:44.823Z Compiling utf8_iter v1.0.4
18182025-02-07T09:24:45.123Z Compiling icu_normalizer_data v1.5.0
18192025-02-07T09:24:45.431Z Compiling num_threads v0.1.7
18202025-02-07T09:24:45.451Z Compiling atomic-waker v1.1.2
18212025-02-07T09:24:45.578Z Compiling write16 v1.0.0
18222025-02-07T09:24:45.850Z Compiling litrs v0.4.1
18232025-02-07T09:24:46.000Z Compiling icu_normalizer v1.5.0
18242025-02-07T09:24:46.045Z Compiling time v0.3.36
18252025-02-07T09:24:46.861Z Compiling document-features v0.2.10
18262025-02-07T09:24:48.243Z Compiling toml_edit v0.19.15
18272025-02-07T09:24:50.654Z Compiling scrypt v0.11.0
18282025-02-07T09:24:50.685Z Compiling form_urlencoded v1.2.1
18292025-02-07T09:24:51.138Z Compiling aes v0.8.4
18302025-02-07T09:24:51.234Z Compiling cbc v0.1.2
18312025-02-07T09:24:51.476Z Compiling http-body v1.0.1
18322025-02-07T09:24:51.763Z Compiling multer v3.1.0
18332025-02-07T09:24:52.092Z Compiling try-lock v0.2.5
18342025-02-07T09:24:52.303Z Compiling rustversion v1.0.17
18352025-02-07T09:24:52.440Z Compiling slog-async v2.8.0
18362025-02-07T09:24:52.669Z Compiling tinyvec_macros v0.1.1
18372025-02-07T09:24:52.793Z Compiling tinyvec v1.8.0
18382025-02-07T09:24:53.004Z Compiling want v0.3.1
18392025-02-07T09:24:53.333Z Compiling pkcs5 v0.7.1
18402025-02-07T09:24:54.749Z Compiling idna_adapter v1.2.0
18412025-02-07T09:24:54.994Z Compiling h2 v0.4.6
18422025-02-07T09:24:55.104Z Compiling heapless v0.7.17
18432025-02-07T09:24:55.674Z Compiling bzip2-sys v0.1.11+1.0.8
18442025-02-07T09:24:56.071Z Compiling httpdate v1.0.3
18452025-02-07T09:24:56.158Z Compiling signal-hook v0.3.17
18462025-02-07T09:24:57.199Z Compiling idna v1.0.3
18472025-02-07T09:24:58.569Z Compiling pkcs8 v0.10.2
18482025-02-07T09:24:59.198Z Compiling usdt-macro v0.5.0
18492025-02-07T09:24:59.869Z Compiling usdt-attr-macro v0.5.0
18502025-02-07T09:25:00.620Z Compiling async-stream-impl v0.3.6
18512025-02-07T09:25:01.465Z Compiling adler2 v2.0.0
18522025-02-07T09:25:01.765Z Compiling tower-service v0.3.3
18532025-02-07T09:25:01.812Z Compiling base64 v0.22.1
18542025-02-07T09:25:01.919Z Compiling miniz_oxide v0.8.0
18552025-02-07T09:25:03.742Z Compiling hyper v1.5.2
18562025-02-07T09:25:05.426Z Compiling curve25519-dalek v4.1.3
18572025-02-07T09:25:05.848Z Compiling openapiv3 v2.0.0
18582025-02-07T09:25:08.812Z Compiling hyper-util v0.1.10
18592025-02-07T09:25:09.563Z Compiling enum-as-inner v0.6.1
18602025-02-07T09:25:10.175Z Compiling dropshot v0.12.0
18612025-02-07T09:25:10.325Z Compiling newtype-uuid v1.2.1
18622025-02-07T09:25:10.508Z Compiling num-bigint-dig v0.8.4
18632025-02-07T09:25:10.614Z Compiling smoltcp v0.9.1
18642025-02-07T09:25:10.634Z Compiling portable-atomic v1.9.0
18652025-02-07T09:25:10.803Z Compiling foreign-types-shared v0.1.1
18662025-02-07T09:25:11.176Z Compiling match_cfg v0.1.0
18672025-02-07T09:25:11.440Z Compiling foreign-types v0.3.2
18682025-02-07T09:25:11.514Z Compiling hostname v0.3.1
18692025-02-07T09:25:14.525Z Compiling url v2.5.3
18702025-02-07T09:25:16.412Z Compiling http-body-util v0.1.2
18712025-02-07T09:25:16.791Z Compiling dirs-sys-next v0.1.2
18722025-02-07T09:25:16.941Z Compiling encoding_rs v0.8.34
18732025-02-07T09:25:17.256Z Compiling heck v0.4.1
18742025-02-07T09:25:17.349Z Compiling gimli v0.31.1
18752025-02-07T09:25:17.628Z Compiling siphasher v0.3.11
18762025-02-07T09:25:17.996Z Compiling data-encoding v2.6.0
18772025-02-07T09:25:19.502Z Compiling ident_case v1.0.1
18782025-02-07T09:25:19.706Z Compiling mime v0.3.17
18792025-02-07T09:25:19.915Z Compiling darling_core v0.20.10
18802025-02-07T09:25:20.791Z Compiling dirs-next v2.0.0
18812025-02-07T09:25:24.158Z Compiling addr2line v0.24.2
18822025-02-07T09:25:25.998Z Compiling unicode-normalization v0.1.24
18832025-02-07T09:25:27.132Z Compiling crossbeam-epoch v0.9.18
18842025-02-07T09:25:27.806Z Compiling serde_urlencoded v0.7.1
18852025-02-07T09:25:28.084Z Compiling rustls-pemfile v2.2.0
18862025-02-07T09:25:28.422Z Compiling hubpack_derive v0.1.1
18872025-02-07T09:25:28.602Z Compiling dropshot_endpoint v0.12.0
18882025-02-07T09:25:28.809Z Compiling sha1 v0.10.6
18892025-02-07T09:25:29.197Z Compiling signature v2.2.0
18902025-02-07T09:25:29.276Z Compiling curve25519-dalek-derive v0.1.1
18912025-02-07T09:25:29.436Z Compiling zerocopy-derive v0.6.6
18922025-02-07T09:25:30.588Z Compiling object v0.36.5
18932025-02-07T09:25:31.214Z Compiling thread_local v1.1.8
18942025-02-07T09:25:31.682Z Compiling fs-err v2.11.0
18952025-02-07T09:25:32.979Z Compiling anstyle v1.0.10
18962025-02-07T09:25:33.463Z Compiling unicode-bidi v0.3.17
18972025-02-07T09:25:34.615Z Compiling rustc-demangle v0.1.24
18982025-02-07T09:25:35.649Z Compiling ipnet v2.10.1
18992025-02-07T09:25:35.913Z Compiling openssl-probe v0.1.5
19002025-02-07T09:25:36.206Z Compiling utf8parse v0.2.2
19012025-02-07T09:25:36.613Z Compiling unicode-properties v0.1.3
19022025-02-07T09:25:36.990Z Compiling winnow v0.6.20
19032025-02-07T09:25:42.284Z Compiling rustls-webpki v0.102.8
19042025-02-07T09:25:42.671Z Compiling toml_edit v0.22.22
19052025-02-07T09:25:43.221Z Compiling backtrace v0.3.74
19062025-02-07T09:25:49.553Z Compiling stringprep v0.1.5
19072025-02-07T09:25:51.789Z Compiling anstyle-parse v0.2.5
19082025-02-07T09:25:53.398Z Compiling crossbeam-deque v0.8.5
19092025-02-07T09:25:53.791Z Compiling darling_macro v0.20.10
19102025-02-07T09:25:54.162Z Compiling term v0.7.0
19112025-02-07T09:25:54.539Z Compiling slog-json v2.6.1
19122025-02-07T09:25:55.449Z Compiling crossbeam-channel v0.5.13
19132025-02-07T09:25:55.862Z Compiling hashbrown v0.14.5
19142025-02-07T09:25:56.566Z Compiling futures-executor v0.3.31
19152025-02-07T09:25:56.870Z Compiling num-integer v0.1.46
19162025-02-07T09:25:56.892Z Compiling md-5 v0.10.6
19172025-02-07T09:25:57.023Z Compiling ff v0.13.0
19182025-02-07T09:25:57.065Z Compiling hash32 v0.2.1
19192025-02-07T09:25:57.150Z Compiling is-terminal v0.4.13
19202025-02-07T09:25:57.260Z Compiling memmap v0.7.0
19212025-02-07T09:25:57.321Z Compiling psl-types v2.0.11
19222025-02-07T09:25:57.440Z Compiling fallible-iterator v0.2.0
19232025-02-07T09:25:57.543Z Compiling linked-hash-map v0.5.6
19242025-02-07T09:25:57.564Z Compiling is_terminal_polyfill v1.70.1
19252025-02-07T09:25:57.566Z Compiling base16ct v0.2.0
19262025-02-07T09:25:57.903Z Compiling anstyle-query v1.1.1
19272025-02-07T09:25:58.094Z Compiling colorchoice v1.0.2
19282025-02-07T09:25:58.135Z Compiling quick-error v1.2.3
19292025-02-07T09:25:58.154Z Compiling utf-8 v0.7.6
19302025-02-07T09:25:58.267Z Compiling take_mut v0.2.2
19312025-02-07T09:25:58.313Z Compiling resolv-conf v0.7.0
19322025-02-07T09:25:58.471Z Compiling tungstenite v0.24.0
19332025-02-07T09:25:58.582Z Compiling anstream v0.6.15
19342025-02-07T09:25:58.959Z Compiling publicsuffix v2.3.0
19352025-02-07T09:25:59.214Z Compiling postgres-protocol v0.6.7
19362025-02-07T09:25:59.329Z Compiling lru-cache v0.1.2
19372025-02-07T09:25:59.352Z Compiling sec1 v0.7.3
19382025-02-07T09:25:59.843Z Compiling usdt v0.5.0
19392025-02-07T09:26:00.300Z Compiling num-iter v0.1.45
19402025-02-07T09:26:00.327Z Compiling slog-term v2.9.1
19412025-02-07T09:26:00.338Z Compiling group v0.13.0
19422025-02-07T09:26:00.497Z Compiling regress v0.10.1
19432025-02-07T09:26:00.659Z Compiling futures v0.3.31
19442025-02-07T09:26:03.429Z Compiling slog-bunyan v2.5.0
19452025-02-07T09:26:03.813Z Compiling darling v0.20.10
19462025-02-07T09:26:04.378Z Compiling tokio-native-tls v0.3.1
19472025-02-07T09:26:04.453Z Compiling tokio-rustls v0.26.0
19482025-02-07T09:26:04.670Z Compiling tokio-rustls v0.25.0
19492025-02-07T09:26:04.932Z Compiling toml v0.8.19
19502025-02-07T09:26:05.204Z Compiling hickory-proto v0.24.2
19512025-02-07T09:26:05.439Z Compiling phf_shared v0.11.2
19522025-02-07T09:26:05.800Z Compiling strum_macros v0.25.3
19532025-02-07T09:26:06.574Z Compiling async-stream v0.3.6
19542025-02-07T09:26:06.643Z Compiling waitgroup v0.1.2
19552025-02-07T09:26:06.699Z Compiling webpki-roots v0.26.6
19562025-02-07T09:26:06.951Z Compiling terminal_size v0.4.0
19572025-02-07T09:26:07.158Z Compiling hkdf v0.12.4
19582025-02-07T09:26:07.178Z Compiling serde_path_to_error v0.1.16
19592025-02-07T09:26:07.403Z Compiling crypto-bigint v0.5.5
19602025-02-07T09:26:07.864Z Compiling serde_repr v0.1.19
19612025-02-07T09:26:07.907Z Compiling clap_derive v4.5.24
19622025-02-07T09:26:08.988Z Compiling derive-where v1.2.7
19632025-02-07T09:26:09.211Z Compiling hostname v0.4.0
19642025-02-07T09:26:09.433Z Compiling crc32fast v1.4.2
19652025-02-07T09:26:10.863Z Compiling managed v0.8.0
19662025-02-07T09:26:11.335Z Compiling bitflags v1.3.2
19672025-02-07T09:26:11.457Z Compiling clap_lex v0.7.4
19682025-02-07T09:26:11.879Z Compiling unicode-width v0.2.0
19692025-02-07T09:26:12.308Z Compiling debug-ignore v1.0.5
19702025-02-07T09:26:12.396Z Compiling console v0.15.10
19712025-02-07T09:26:12.694Z Compiling clap_builder v4.5.27
19722025-02-07T09:26:13.947Z Compiling hickory-resolver v0.24.2
19732025-02-07T09:26:14.725Z Compiling elliptic-curve v0.13.8
19742025-02-07T09:26:15.635Z Compiling flate2 v1.0.35
19752025-02-07T09:26:18.609Z Compiling hyper-rustls v0.27.3
19762025-02-07T09:26:19.509Z Compiling phf v0.11.2
19772025-02-07T09:26:19.795Z Compiling hyper-tls v0.6.0
19782025-02-07T09:26:20.638Z Compiling typify-impl v0.2.0
19792025-02-07T09:26:20.937Z Compiling signal-hook-mio v0.2.4
19802025-02-07T09:26:21.126Z Compiling rayon v1.10.0
19812025-02-07T09:26:21.947Z Compiling bzip2 v0.4.4
19822025-02-07T09:26:22.359Z Compiling cookie_store v0.21.1
19832025-02-07T09:26:23.780Z Compiling postgres-types v0.2.8
19842025-02-07T09:26:24.592Z Compiling tokio-tungstenite v0.24.0
19852025-02-07T09:26:25.034Z Compiling zerocopy v0.6.6
19862025-02-07T09:26:25.131Z Compiling ed25519 v2.2.3
19872025-02-07T09:26:25.161Z Compiling hubpack v0.1.2
19882025-02-07T09:26:25.552Z Compiling phf_shared v0.10.0
19892025-02-07T09:26:25.610Z Compiling pkcs1 v0.7.5
19902025-02-07T09:26:25.800Z Compiling tokio-stream v0.1.16
19912025-02-07T09:26:25.963Z Compiling ipnetwork v0.20.0
19922025-02-07T09:26:26.768Z Compiling rfc6979 v0.4.0
19932025-02-07T09:26:26.793Z Compiling serde-big-array v0.5.1
19942025-02-07T09:26:26.990Z Compiling float-cmp v0.9.0
19952025-02-07T09:26:27.054Z Compiling sync_wrapper v1.0.1
19962025-02-07T09:26:27.252Z Compiling bstr v1.10.0
19972025-02-07T09:26:27.651Z Compiling number_prefix v0.4.0
19982025-02-07T09:26:27.860Z Compiling fixedbitset v0.4.2
19992025-02-07T09:26:28.304Z Compiling unicode-segmentation v1.12.0
20002025-02-07T09:26:28.513Z Compiling precomputed-hash v0.1.1
20012025-02-07T09:26:28.721Z Compiling predicates-core v1.0.8
20022025-02-07T09:26:29.029Z Compiling difflib v0.4.0
20032025-02-07T09:26:29.144Z Compiling static_assertions v1.1.0
20042025-02-07T09:26:29.451Z Compiling new_debug_unreachable v1.0.6
20052025-02-07T09:26:29.570Z Compiling whoami v1.5.2
20062025-02-07T09:26:29.966Z Compiling bit-vec v0.6.3
20072025-02-07T09:26:30.107Z Compiling normalize-line-endings v0.3.0
20082025-02-07T09:26:30.199Z Compiling tokio-postgres v0.7.12
20092025-02-07T09:26:30.259Z Compiling predicates v3.1.2
20102025-02-07T09:26:30.391Z Compiling bit-set v0.5.3
20112025-02-07T09:26:30.688Z Compiling reqwest v0.12.9
20122025-02-07T09:26:31.202Z Compiling string_cache v0.8.7
20132025-02-07T09:26:31.494Z Compiling typify-macro v0.2.0
20142025-02-07T09:26:31.679Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20152025-02-07T09:26:32.460Z Compiling similar v2.6.0
20162025-02-07T09:26:34.365Z Compiling petgraph v0.6.5
20172025-02-07T09:26:34.917Z Compiling indicatif v0.17.11
20182025-02-07T09:26:36.797Z Compiling ecdsa v0.16.9
20192025-02-07T09:26:37.618Z Compiling qorb v0.2.1
20202025-02-07T09:26:38.108Z Compiling rsa v0.9.6
20212025-02-07T09:26:38.316Z Compiling ed25519-dalek v2.1.1
20222025-02-07T09:26:38.624Z Compiling zip v0.6.6
20232025-02-07T09:26:38.882Z Compiling crossterm v0.28.1
20242025-02-07T09:26:39.632Z Compiling clap v4.5.27
20252025-02-07T09:26:41.326Z Compiling toml v0.7.8
20262025-02-07T09:26:42.024Z Compiling x509-cert v0.2.5
20272025-02-07T09:26:42.752Z Compiling hex v0.4.3
20282025-02-07T09:26:43.693Z Compiling itertools v0.10.5
20292025-02-07T09:26:44.625Z Compiling lalrpop-util v0.19.12
20302025-02-07T09:26:45.007Z Compiling peg-runtime v0.8.3
20312025-02-07T09:26:45.395Z Compiling unicode-xid v0.2.6
20322025-02-07T09:26:45.474Z Compiling zerocopy v0.8.10
20332025-02-07T09:26:46.369Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20342025-02-07T09:26:51.260Z Compiling proc-macro-crate v1.3.1
20352025-02-07T09:26:51.309Z Compiling macaddr v1.0.1
20362025-02-07T09:26:52.069Z Compiling zerocopy-derive v0.8.10
20372025-02-07T09:26:52.254Z Compiling itertools v0.13.0
20382025-02-07T09:26:53.199Z Compiling heapless v0.8.0
20392025-02-07T09:26:55.414Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20402025-02-07T09:27:00.336Z Compiling num_enum_derive v0.5.11
20412025-02-07T09:27:07.113Z Compiling hash32 v0.3.1
20422025-02-07T09:27:08.662Z Compiling smoltcp v0.11.0
20432025-02-07T09:27:09.007Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20442025-02-07T09:27:14.931Z Compiling num_enum v0.5.11
20452025-02-07T09:27:15.090Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20462025-02-07T09:27:16.028Z Compiling typify v0.2.0
20472025-02-07T09:27:16.050Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
20482025-02-07T09:27:16.813Z Compiling proc-macro-error-attr v1.0.4
20492025-02-07T09:27:17.121Z Compiling thiserror v2.0.11
20502025-02-07T09:27:17.654Z Compiling unsafe-libyaml v0.2.11
20512025-02-07T09:27:17.713Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20522025-02-07T09:27:18.050Z Compiling cobs v0.2.3
20532025-02-07T09:27:19.466Z Compiling serde_yaml v0.9.34+deprecated
20542025-02-07T09:27:20.158Z Compiling postcard v1.0.10
20552025-02-07T09:27:34.878Z Compiling progenitor-impl v0.8.0
20562025-02-07T09:27:36.532Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20572025-02-07T09:27:46.745Z Compiling strum_macros v0.26.4
20582025-02-07T09:27:47.479Z Compiling thiserror-impl v2.0.11
20592025-02-07T09:27:47.635Z Compiling foreign-types-macros v0.2.3
20602025-02-07T09:27:48.257Z Compiling structmeta-derive v0.3.0
20612025-02-07T09:27:48.483Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20622025-02-07T09:27:48.824Z Compiling proc-macro-error v1.0.4
20632025-02-07T09:27:48.859Z Compiling unicode-width v0.1.14
20642025-02-07T09:27:49.496Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20652025-02-07T09:27:50.404Z Compiling foreign-types-shared v0.3.1
20662025-02-07T09:27:50.840Z Compiling structmeta v0.3.0
20672025-02-07T09:27:51.080Z Compiling strum v0.26.3
20682025-02-07T09:27:52.126Z Compiling foreign-types v0.5.0
20692025-02-07T09:27:55.438Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20702025-02-07T09:27:57.531Z Compiling tabwriter v1.4.0
20712025-02-07T09:28:00.825Z Compiling progenitor-macro v0.8.0
20722025-02-07T09:28:04.978Z Compiling progenitor-client v0.8.0
20732025-02-07T09:28:06.176Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20742025-02-07T09:28:07.018Z Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
20752025-02-07T09:28:08.220Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20762025-02-07T09:28:08.581Z Compiling cstr-argument v0.1.2
20772025-02-07T09:28:08.875Z Compiling dropshot v0.15.1
20782025-02-07T09:28:09.084Z Compiling fastrand v2.1.1
20792025-02-07T09:28:09.793Z Compiling pretty-hex v0.2.1
20802025-02-07T09:28:10.055Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20812025-02-07T09:28:10.541Z Compiling crucible-workspace-hack v0.1.0
20822025-02-07T09:28:10.921Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20832025-02-07T09:28:10.964Z Compiling tempfile v3.13.0
20842025-02-07T09:28:11.353Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20852025-02-07T09:28:11.603Z Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
20862025-02-07T09:28:11.911Z Compiling progenitor v0.8.0
20872025-02-07T09:28:11.960Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20882025-02-07T09:28:12.213Z Compiling parse-display-derive v0.10.0
20892025-02-07T09:28:12.290Z Compiling colored v2.1.0
20902025-02-07T09:28:12.688Z Compiling serde_with_macros v3.11.0
20912025-02-07T09:28:12.768Z Compiling dropshot_endpoint v0.15.1
20922025-02-07T09:28:13.630Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20932025-02-07T09:28:14.402Z Compiling instant v0.1.13
20942025-02-07T09:28:14.599Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20952025-02-07T09:28:15.004Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20962025-02-07T09:28:15.161Z Compiling serde_with v3.11.0
20972025-02-07T09:28:15.950Z Compiling parse-display v0.10.0
20982025-02-07T09:28:16.689Z Compiling backoff v0.4.0
20992025-02-07T09:28:17.104Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21002025-02-07T09:28:17.245Z Compiling zone_cfg_derive v0.3.0
21012025-02-07T09:28:17.942Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21022025-02-07T09:28:18.091Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21032025-02-07T09:28:18.675Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21042025-02-07T09:28:18.711Z Compiling camino-tempfile v1.1.1
21052025-02-07T09:28:19.315Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
21062025-02-07T09:28:19.414Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21072025-02-07T09:28:19.533Z Compiling regress v0.9.1
21082025-02-07T09:28:19.640Z Compiling progenitor-client v0.9.1
21092025-02-07T09:28:19.790Z Compiling num-derive v0.4.2
21102025-02-07T09:28:20.631Z Compiling sigpipe v0.1.3
21112025-02-07T09:28:20.796Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21122025-02-07T09:28:21.132Z Compiling libefi-sys v0.1.0
21132025-02-07T09:28:21.528Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21142025-02-07T09:28:22.059Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
21152025-02-07T09:28:23.649Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
21162025-02-07T09:28:24.820Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21172025-02-07T09:28:27.248Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
21182025-02-07T09:28:27.837Z Compiling zone v0.3.0
21192025-02-07T09:28:28.398Z Compiling smf v0.2.3
21202025-02-07T09:28:31.047Z Compiling bitfield-struct v0.6.2
21212025-02-07T09:28:31.312Z Compiling blake3 v1.5.4
21222025-02-07T09:28:31.645Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21232025-02-07T09:28:32.428Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21242025-02-07T09:28:32.588Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21252025-02-07T09:28:32.610Z Compiling xattr v1.3.1
21262025-02-07T09:28:32.963Z Compiling filetime v0.2.25
21272025-02-07T09:28:33.166Z Compiling memmap2 v0.9.5
21282025-02-07T09:28:33.216Z Compiling arrayvec v0.7.6
21292025-02-07T09:28:33.364Z Compiling arrayref v0.3.9
21302025-02-07T09:28:33.505Z Compiling same-file v1.0.6
21312025-02-07T09:28:33.688Z Compiling constant_time_eq v0.3.1
21322025-02-07T09:28:33.760Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21332025-02-07T09:28:33.780Z Compiling walkdir v2.5.0
21342025-02-07T09:28:33.894Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21352025-02-07T09:28:33.913Z Compiling tar v0.4.42
21362025-02-07T09:28:35.507Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21372025-02-07T09:28:35.963Z Compiling gethostname v0.5.0
21382025-02-07T09:28:36.204Z Compiling cargo-platform v0.1.8
21392025-02-07T09:28:36.546Z Compiling topological-sort v0.2.2
21402025-02-07T09:28:36.579Z Compiling shell-words v1.1.0
21412025-02-07T09:28:36.853Z Compiling omicron-zone-package v0.12.0
21422025-02-07T09:28:36.887Z Compiling cargo_metadata v0.18.1
21432025-02-07T09:28:37.123Z Compiling indent_write v2.2.0
21442025-02-07T09:28:42.331Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21452025-02-07T09:28:44.571Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21462025-02-07T09:28:46.889Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21472025-02-07T09:29:06.986Z Finished `release` profile [optimized] target(s) in 5m 25s
21482025-02-07T09:29:07.159Z Running `target/release/omicron-package -t test target create -p dev`
21492025-02-07T09:29:07.212ZLogging to: /work/oxidecomputer/omicron/out/LOG
21502025-02-07T09:29:07.215ZCreated new build target 'test' and set it as active
21512025-02-07T09:29:07.215Z
21522025-02-07T09:29:07.215Zreal 5:25.703381774
21532025-02-07T09:29:07.215Zuser 38:01.255387707
21542025-02-07T09:29:07.215Zsys 3:31.816747759
21552025-02-07T09:29:07.215Ztrap 1.286334055
21562025-02-07T09:29:07.215Ztflt 2.942624600
21572025-02-07T09:29:07.215Zdflt 0.625352543
21582025-02-07T09:29:07.215Zkflt 0.017130796
21592025-02-07T09:29:07.215Zlock 1:16:32.207483533
21602025-02-07T09:29:07.215Zslp 2:33:13.303374364
21612025-02-07T09:29:07.215Zlat 2:51.043277556
21622025-02-07T09:29:07.215Zstop 4:51.443650003
21632025-02-07T09:29:07.218Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21642025-02-07T09:29:08.254Z Finished `release` profile [optimized] target(s) in 0.98s
21652025-02-07T09:29:08.327Z Running `target/release/omicron-package -t test package`
21662025-02-07T09:29:08.374ZLogging to: /work/oxidecomputer/omicron/out/LOG
21672025-02-07T09:29:09.599Z Compiling thiserror v2.0.11
21682025-02-07T09:29:09.738Z Compiling typify-impl v0.3.0
21692025-02-07T09:29:09.753Z Compiling convert_case v0.4.0
21702025-02-07T09:29:09.755Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21712025-02-07T09:29:09.755Z Compiling newline-converter v0.3.0
21722025-02-07T09:29:09.755Z Compiling password-hash v0.5.0
21732025-02-07T09:29:09.755Z Compiling blake2 v0.10.6
21742025-02-07T09:29:09.786Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21752025-02-07T09:29:09.974Z Compiling expectorate v1.1.0
21762025-02-07T09:29:09.997Z Compiling base64 v0.21.7
21772025-02-07T09:29:10.263Z Compiling atomicwrites v0.4.4
21782025-02-07T09:29:10.454Z Compiling derive_more v0.99.18
21792025-02-07T09:29:10.477Z Compiling argon2 v0.5.3
21802025-02-07T09:29:10.785Z Compiling owo-colors v4.1.0
21812025-02-07T09:29:11.050Z Compiling cancel-safe-futures v0.1.5
21822025-02-07T09:29:11.135Z Compiling num-rational v0.4.2
21832025-02-07T09:29:11.205Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21842025-02-07T09:29:11.440Z Compiling progenitor-client v0.9.1
21852025-02-07T09:29:11.811Z Compiling num-complex v0.4.6
21862025-02-07T09:29:12.727Z Compiling libsw v3.3.1
21872025-02-07T09:29:12.860Z Compiling num v0.4.3
21882025-02-07T09:29:13.001Z Compiling float-ord v0.3.2
21892025-02-07T09:29:13.021Z Compiling swrite v0.1.0
21902025-02-07T09:29:13.099Z Compiling linear-map v1.2.0
21912025-02-07T09:29:13.191Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21922025-02-07T09:29:13.216Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21932025-02-07T09:29:13.547Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21942025-02-07T09:29:13.643Z Compiling highway v1.2.0
21952025-02-07T09:29:14.480Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21962025-02-07T09:29:15.177Z Compiling semver v0.1.20
21972025-02-07T09:29:15.736Z Compiling rustc_version v0.1.7
21982025-02-07T09:29:16.163Z Compiling newtype_derive v0.1.6
21992025-02-07T09:29:16.500Z Compiling tungstenite v0.21.0
22002025-02-07T09:29:16.521Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22012025-02-07T09:29:21.258Z Compiling typify-macro v0.3.0
22022025-02-07T09:29:21.286Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22032025-02-07T09:29:21.660Z Compiling ipnetwork v0.20.0
22042025-02-07T09:29:22.437Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22052025-02-07T09:29:22.710Z Compiling tokio-tungstenite v0.21.0
22062025-02-07T09:29:23.122Z Compiling progenitor-client v0.8.0
22072025-02-07T09:29:23.141Z Compiling humantime v2.1.0
22082025-02-07T09:29:23.533Z Compiling progenitor v0.8.0
22092025-02-07T09:29:23.628Z Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
22102025-02-07T09:29:23.775Z Compiling dropshot v0.15.1
22112025-02-07T09:29:23.858Z Compiling instant v0.1.13
22122025-02-07T09:29:23.961Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22132025-02-07T09:29:24.020Z Compiling backoff v0.4.0
22142025-02-07T09:29:24.378Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22152025-02-07T09:29:24.413Z Compiling steno v0.4.1
22162025-02-07T09:29:24.714Z Compiling typify v0.3.0
22172025-02-07T09:29:24.927Z Compiling progenitor-impl v0.9.1
22182025-02-07T09:29:31.238Z Compiling progenitor-macro v0.9.1
22192025-02-07T09:29:32.562Z Compiling parse-display v0.10.0
22202025-02-07T09:29:32.842Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22212025-02-07T09:29:33.068Z Compiling strum v0.26.3
22222025-02-07T09:29:33.101Z Compiling serde_with v3.11.0
22232025-02-07T09:29:33.292Z Compiling regress v0.9.1
22242025-02-07T09:29:36.556Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22252025-02-07T09:29:37.847Z Compiling macaddr v1.0.1
22262025-02-07T09:29:38.254Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22272025-02-07T09:29:38.321Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22282025-02-07T09:29:38.432Z Compiling slog-dtrace v0.3.0
22292025-02-07T09:29:38.945Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
22302025-02-07T09:29:38.972Z Compiling prettyplease v0.2.25
22312025-02-07T09:29:41.103Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22322025-02-07T09:29:42.547Z Compiling progenitor v0.9.1
22332025-02-07T09:29:42.807Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22342025-02-07T09:29:44.740Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22352025-02-07T09:29:46.966Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22362025-02-07T09:29:55.797Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22372025-02-07T09:29:56.779Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22382025-02-07T09:29:57.845Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22392025-02-07T09:29:58.918Z Compiling half v2.4.1
22402025-02-07T09:29:59.643Z Compiling ciborium-io v0.2.2
22412025-02-07T09:29:59.817Z Compiling ciborium-ll v0.2.2
22422025-02-07T09:30:00.304Z Compiling ciborium v0.2.2
22432025-02-07T09:30:01.465Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22442025-02-07T09:30:02.376Z Compiling display-error-chain v0.2.2
22452025-02-07T09:30:02.637Z Compiling fastrand v2.1.1
22462025-02-07T09:30:03.161Z Compiling same-file v1.0.6
22472025-02-07T09:30:03.195Z Compiling tempfile v3.13.0
22482025-02-07T09:30:03.445Z Compiling walkdir v2.5.0
22492025-02-07T09:30:03.989Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22502025-02-07T09:30:04.101Z Compiling blake3 v1.5.4
22512025-02-07T09:30:04.623Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22522025-02-07T09:30:04.774Z Compiling const_format_proc_macros v0.2.34
22532025-02-07T09:30:06.591Z Compiling xattr v1.3.1
22542025-02-07T09:30:06.895Z Compiling memmap2 v0.9.5
22552025-02-07T09:30:07.348Z Compiling filetime v0.2.25
22562025-02-07T09:30:07.665Z Compiling arrayvec v0.7.6
22572025-02-07T09:30:07.814Z Compiling constant_time_eq v0.3.1
22582025-02-07T09:30:08.005Z Compiling crunchy v0.2.2
22592025-02-07T09:30:08.050Z Compiling arrayref v0.3.9
22602025-02-07T09:30:08.186Z Compiling keccak v0.1.5
22612025-02-07T09:30:08.483Z Compiling maplit v1.0.2
22622025-02-07T09:30:08.635Z Compiling sha3 v0.10.8
22632025-02-07T09:30:09.521Z Compiling tar v0.4.42
22642025-02-07T09:30:09.628Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22652025-02-07T09:30:10.058Z Compiling const_format v0.2.34
22662025-02-07T09:30:10.392Z Compiling toolchain_find v0.4.0
22672025-02-07T09:30:10.965Z Compiling camino-tempfile v1.1.1
22682025-02-07T09:30:11.366Z Compiling radium v0.7.0
22692025-02-07T09:30:11.403Z Compiling topological-sort v0.2.2
22702025-02-07T09:30:11.445Z Compiling tiny-keccak v2.0.2
22712025-02-07T09:30:11.596Z Compiling rustfmt-wrapper v0.2.1
22722025-02-07T09:30:11.641Z Compiling omicron-zone-package v0.12.0
22732025-02-07T09:30:11.923Z Compiling dsl_auto_type v0.1.2
22742025-02-07T09:30:12.104Z Compiling scheduled-thread-pool v0.2.7
22752025-02-07T09:30:12.170Z Compiling diesel_table_macro_syntax v0.2.0
22762025-02-07T09:30:12.584Z Compiling tap v1.0.1
22772025-02-07T09:30:12.815Z Compiling maybe-uninit v2.0.0
22782025-02-07T09:30:13.228Z Compiling diesel_derives v2.2.3
22792025-02-07T09:30:13.467Z Compiling wyz v0.5.1
22802025-02-07T09:30:13.510Z Compiling r2d2 v0.8.10
22812025-02-07T09:30:14.424Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9ff89d72)
22822025-02-07T09:30:14.539Z Compiling phf_generator v0.11.2
22832025-02-07T09:30:14.746Z Compiling ascii-canvas v3.0.0
22842025-02-07T09:30:15.235Z Compiling secrecy v0.8.0
22852025-02-07T09:30:15.533Z Compiling async-recursion v1.1.1
22862025-02-07T09:30:15.748Z Compiling ena v0.14.3
22872025-02-07T09:30:16.178Z Compiling regex-syntax v0.6.29
22882025-02-07T09:30:16.913Z Compiling packed_struct v0.10.1
22892025-02-07T09:30:16.930Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22902025-02-07T09:30:17.356Z Compiling funty v2.0.0
22912025-02-07T09:30:17.415Z Compiling arc-swap v1.7.1
22922025-02-07T09:30:18.166Z Compiling crc-catalog v2.4.0
22932025-02-07T09:30:18.342Z Compiling diff v0.1.13
22942025-02-07T09:30:18.587Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22952025-02-07T09:30:18.856Z Compiling crc v3.2.1
22962025-02-07T09:30:18.967Z Compiling bitvec v1.0.1
22972025-02-07T09:30:20.166Z Compiling lalrpop v0.19.12
22982025-02-07T09:30:21.029Z Compiling slog-scope v4.4.0
22992025-02-07T09:30:21.367Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23002025-02-07T09:30:21.936Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9ff89d72)
23012025-02-07T09:30:23.517Z Compiling phf_codegen v0.11.2
23022025-02-07T09:30:23.888Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23032025-02-07T09:30:24.250Z Compiling diesel v2.2.6
23042025-02-07T09:30:25.012Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23052025-02-07T09:30:25.272Z Compiling universal-hash v0.5.1
23062025-02-07T09:30:25.561Z Compiling thiserror-impl-no-std v2.0.2
23072025-02-07T09:30:28.046Z Compiling packed_struct_codegen v0.10.1
23082025-02-07T09:30:28.590Z Compiling parse-zoneinfo v0.3.1
23092025-02-07T09:30:30.108Z Compiling unicase v2.7.0
23102025-02-07T09:30:30.464Z Compiling indexmap v1.9.3
23112025-02-07T09:30:30.502Z Compiling opaque-debug v0.3.1
23122025-02-07T09:30:30.625Z Compiling ref-cast v1.0.23
23132025-02-07T09:30:30.779Z Compiling nodrop v0.1.14
23142025-02-07T09:30:30.939Z Compiling array-init v0.0.4
23152025-02-07T09:30:31.214Z Compiling poly1305 v0.8.0
23162025-02-07T09:30:32.736Z Compiling chrono-tz-build v0.4.0
23172025-02-07T09:30:34.510Z Compiling thiserror-no-std v2.0.2
23182025-02-07T09:30:34.669Z Compiling smallvec v0.6.14
23192025-02-07T09:30:35.184Z Compiling slog-stdlog v4.1.1
23202025-02-07T09:30:36.192Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23212025-02-07T09:30:36.530Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23222025-02-07T09:30:36.618Z Compiling derive_builder_core v0.20.2
23232025-02-07T09:30:36.861Z Compiling chacha20 v0.9.1
23242025-02-07T09:30:37.382Z Compiling headers-core v0.3.0
23252025-02-07T09:30:37.595Z Compiling aead v0.5.2
23262025-02-07T09:30:37.985Z Compiling libxml v0.3.3
23272025-02-07T09:30:38.407Z Compiling ref-cast-impl v1.0.23
23282025-02-07T09:30:38.778Z Compiling vte_generate_state_changes v0.1.2
23292025-02-07T09:30:39.412Z Compiling bitfield v0.14.0
23302025-02-07T09:30:39.571Z Compiling hashbrown v0.12.3
23312025-02-07T09:30:39.738Z Compiling termcolor v1.4.1
23322025-02-07T09:30:40.898Z Compiling env_logger v0.10.2
23332025-02-07T09:30:41.932Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23342025-02-07T09:30:43.428Z Compiling polar-core v0.27.3
23352025-02-07T09:30:44.314Z Compiling vte v0.11.1
23362025-02-07T09:30:45.724Z Compiling derive_builder_macro v0.20.2
23372025-02-07T09:30:45.856Z Compiling chacha20poly1305 v0.10.1
23382025-02-07T09:30:46.108Z Compiling headers v0.4.0
23392025-02-07T09:30:46.626Z Compiling slog-envlogger v2.2.0
23402025-02-07T09:30:49.449Z Compiling serde-hex v0.1.0
23412025-02-07T09:30:49.775Z Compiling vsss-rs v3.3.4
23422025-02-07T09:30:53.926Z Compiling chrono-tz v0.10.1
23432025-02-07T09:30:54.511Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23442025-02-07T09:30:54.599Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23452025-02-07T09:30:54.951Z Compiling ron v0.8.1
23462025-02-07T09:30:56.311Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23472025-02-07T09:30:56.650Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23482025-02-07T09:30:57.627Z Compiling hashbrown v0.13.2
23492025-02-07T09:30:58.936Z Compiling strum_macros v0.24.3
23502025-02-07T09:31:00.827Z Compiling fxhash v0.2.1
23512025-02-07T09:31:01.097Z Compiling samael v0.0.17
23522025-02-07T09:31:01.212Z Compiling bytecount v0.6.8
23532025-02-07T09:31:01.555Z Compiling simd-adler32 v0.3.7
23542025-02-07T09:31:02.150Z Compiling lockfree-object-pool v0.1.6
23552025-02-07T09:31:02.462Z Compiling indoc v1.0.9
23562025-02-07T09:31:02.691Z Compiling bumpalo v3.16.0
23572025-02-07T09:31:02.832Z Compiling crc-any v2.5.0
23582025-02-07T09:31:03.320Z Compiling zip v2.1.3
23592025-02-07T09:31:03.836Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23602025-02-07T09:31:10.014Z Compiling zopfli v0.8.1
23612025-02-07T09:31:14.257Z Compiling papergrid v0.11.0
23622025-02-07T09:31:14.344Z Compiling object v0.30.4
23632025-02-07T09:31:15.524Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23642025-02-07T09:31:18.087Z Compiling derive_builder v0.20.2
23652025-02-07T09:31:19.155Z Compiling strip-ansi-escapes v0.2.0
23662025-02-07T09:31:20.199Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23672025-02-07T09:31:20.548Z Compiling tabled_derive v0.7.0
23682025-02-07T09:31:22.680Z Compiling fd-lock v4.0.2
23692025-02-07T09:31:22.868Z Compiling peg-macros v0.8.4
23702025-02-07T09:31:22.947Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23712025-02-07T09:31:24.012Z Compiling kstat-rs v0.2.4
23722025-02-07T09:31:24.917Z Compiling impl-trait-for-tuples v0.2.2
23732025-02-07T09:31:26.211Z Compiling oso-derive v0.27.3
23742025-02-07T09:31:27.025Z Compiling quick-xml v0.33.0
23752025-02-07T09:31:27.207Z Compiling diesel-dtrace v0.4.2
23762025-02-07T09:31:27.554Z Compiling nu-ansi-term v0.50.1
23772025-02-07T09:31:28.086Z Compiling path-slash v0.1.5
23782025-02-07T09:31:28.380Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23792025-02-07T09:31:28.864Z Compiling reedline v0.35.0
23802025-02-07T09:31:31.127Z Compiling oso v0.27.3
23812025-02-07T09:31:33.512Z Compiling peg v0.8.4
23822025-02-07T09:31:33.648Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23832025-02-07T09:31:33.804Z Compiling tabled v0.15.0
23842025-02-07T09:31:44.454Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23852025-02-07T09:31:54.117Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23862025-02-07T09:31:54.806Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23872025-02-07T09:31:56.399Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
23882025-02-07T09:31:56.885Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23892025-02-07T09:31:57.805Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23902025-02-07T09:31:58.148Z Compiling pem v3.0.4
23912025-02-07T09:31:59.653Z Compiling bb8 v0.8.5
23922025-02-07T09:32:00.286Z Compiling bcs v0.1.6
23932025-02-07T09:32:01.267Z Compiling libz-sys v1.1.20
23942025-02-07T09:32:01.893Z Compiling nanorand v0.7.0
23952025-02-07T09:32:02.607Z Compiling parking_lot_core v0.8.6
23962025-02-07T09:32:03.115Z Compiling termtree v0.5.1
23972025-02-07T09:32:03.496Z Compiling flume v0.11.1
23982025-02-07T09:32:04.387Z Compiling async-bb8-diesel v0.2.1
23992025-02-07T09:32:05.258Z Compiling mime_guess v2.0.5
24002025-02-07T09:32:07.127Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24012025-02-07T09:32:07.891Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24022025-02-07T09:32:10.465Z Compiling buf-list v1.0.3
24032025-02-07T09:32:12.752Z Compiling nibble_vec v0.1.0
24042025-02-07T09:32:13.030Z Compiling libgit2-sys v0.17.0+1.8.1
24052025-02-07T09:32:13.160Z Compiling pin-project-internal v1.1.6
24062025-02-07T09:32:13.793Z Compiling atty v0.2.14
24072025-02-07T09:32:13.994Z Compiling salty v0.3.0
24082025-02-07T09:32:14.437Z Compiling endian-type v0.1.2
24092025-02-07T09:32:14.734Z Compiling http-range v0.1.5
24102025-02-07T09:32:15.312Z Compiling radix_trie v0.2.1
24112025-02-07T09:32:15.872Z Compiling pin-project v1.1.6
24122025-02-07T09:32:16.300Z Compiling parking_lot v0.11.2
24132025-02-07T09:32:21.395Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
24142025-02-07T09:32:22.360Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24152025-02-07T09:32:24.048Z Compiling snafu-derive v0.8.5
24162025-02-07T09:32:28.408Z Compiling snafu v0.8.5
24172025-02-07T09:32:29.686Z Compiling hyper-staticfile v0.10.1
24182025-02-07T09:32:30.045Z Compiling sled v0.34.7
24192025-02-07T09:32:48.795Z Compiling hickory-client v0.24.2
24202025-02-07T09:32:54.222Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24212025-02-07T09:32:55.435Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24222025-02-07T09:32:55.851Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24232025-02-07T09:32:57.575Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24242025-02-07T09:32:59.666Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24252025-02-07T09:33:04.567Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24262025-02-07T09:33:05.606Z Compiling globset v0.4.15
24272025-02-07T09:33:05.684Z Compiling hickory-server v0.24.2
24282025-02-07T09:33:06.182Z Compiling olpc-cjson v0.1.4
24292025-02-07T09:33:06.556Z Compiling primeorder v0.13.6
24302025-02-07T09:33:07.160Z Compiling castaway v0.2.3
24312025-02-07T09:33:07.384Z Compiling vergen v8.3.2
24322025-02-07T09:33:07.735Z Compiling env_filter v0.1.2
24332025-02-07T09:33:08.297Z Compiling serde_plain v1.0.2
24342025-02-07T09:33:08.896Z Compiling cargo-platform v0.1.8
24352025-02-07T09:33:09.290Z Compiling memoffset v0.9.1
24362025-02-07T09:33:09.405Z Compiling typed-path v0.9.3
24372025-02-07T09:33:09.844Z Compiling cargo_metadata v0.18.1
24382025-02-07T09:33:12.637Z Compiling tough v0.19.0
24392025-02-07T09:33:12.958Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24402025-02-07T09:33:13.306Z Compiling git2 v0.19.0
24412025-02-07T09:33:16.601Z Compiling env_logger v0.11.5
24422025-02-07T09:33:17.789Z Compiling compact_str v0.8.0
24432025-02-07T09:33:18.073Z Compiling p384 v0.13.0
24442025-02-07T09:33:18.492Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24452025-02-07T09:33:20.370Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24462025-02-07T09:33:21.777Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24472025-02-07T09:33:22.943Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24482025-02-07T09:33:25.199Z Compiling unicode-truncate v1.1.0
24492025-02-07T09:33:25.531Z Compiling lru v0.12.5
24502025-02-07T09:33:25.924Z Compiling rand_seeder v0.3.0
24512025-02-07T09:33:26.351Z Compiling libsqlite3-sys v0.30.1
24522025-02-07T09:33:26.970Z Compiling lzma-sys v0.1.20
24532025-02-07T09:33:27.736Z Compiling instability v0.3.2
24542025-02-07T09:33:27.890Z Compiling parse-size v1.1.0
24552025-02-07T09:33:28.265Z Compiling cassowary v0.3.0
24562025-02-07T09:33:28.806Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24572025-02-07T09:33:29.173Z Compiling cfg_aliases v0.2.1
24582025-02-07T09:33:29.306Z Compiling rustls v0.21.12
24592025-02-07T09:33:29.362Z Compiling nix v0.29.0
24602025-02-07T09:33:29.701Z Compiling ratatui v0.28.1
24612025-02-07T09:33:30.225Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24622025-02-07T09:33:31.735Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24632025-02-07T09:33:31.825Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24642025-02-07T09:33:32.147Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24652025-02-07T09:33:33.451Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24662025-02-07T09:33:34.246Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24672025-02-07T09:33:34.590Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24682025-02-07T09:33:37.040Z Compiling rustls-webpki v0.101.7
24692025-02-07T09:33:38.362Z Compiling sct v0.7.1
24702025-02-07T09:33:38.474Z Compiling heck v0.3.3
24712025-02-07T09:33:38.836Z Compiling csv-core v0.1.11
24722025-02-07T09:33:38.860Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24732025-02-07T09:33:39.202Z Compiling glob v0.3.2
24742025-02-07T09:33:39.744Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24752025-02-07T09:33:40.135Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24762025-02-07T09:33:41.070Z Compiling csv v1.3.1
24772025-02-07T09:33:41.373Z Compiling zone_cfg_derive v0.1.2
24782025-02-07T09:33:43.381Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24792025-02-07T09:33:47.377Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
24802025-02-07T09:33:48.516Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24812025-02-07T09:33:49.275Z Compiling nix v0.27.1
24822025-02-07T09:33:49.370Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24832025-02-07T09:33:52.844Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
24842025-02-07T09:33:55.624Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24852025-02-07T09:33:59.952Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24862025-02-07T09:34:00.327Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24872025-02-07T09:34:03.078Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24882025-02-07T09:34:03.230Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
24892025-02-07T09:34:03.390Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24902025-02-07T09:34:03.426Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24912025-02-07T09:34:03.540Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24922025-02-07T09:34:03.561Z Compiling tungstenite v0.23.0
24932025-02-07T09:34:03.694Z Compiling hashlink v0.9.1
24942025-02-07T09:34:04.266Z Compiling base64 v0.13.1
24952025-02-07T09:34:04.449Z Compiling fallible-streaming-iterator v0.1.9
24962025-02-07T09:34:04.756Z Compiling fallible-iterator v0.3.0
24972025-02-07T09:34:05.090Z Compiling tokio-tungstenite v0.23.1
24982025-02-07T09:34:05.578Z Compiling rusqlite v0.32.1
24992025-02-07T09:34:05.766Z Compiling ron v0.7.1
25002025-02-07T09:34:06.513Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25012025-02-07T09:34:09.059Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25022025-02-07T09:34:10.701Z Compiling xz2 v0.1.7
25032025-02-07T09:34:11.131Z Compiling tokio-rustls v0.24.1
25042025-02-07T09:34:11.297Z Compiling zone v0.1.8
25052025-02-07T09:34:14.785Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25062025-02-07T09:34:16.783Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25072025-02-07T09:34:21.576Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25082025-02-07T09:34:24.819Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25092025-02-07T09:34:25.549Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25102025-02-07T09:34:26.535Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25112025-02-07T09:34:28.375Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25122025-02-07T09:34:29.161Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25132025-02-07T09:34:30.041Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25142025-02-07T09:34:30.444Z Compiling rustls-pemfile v1.0.4
25152025-02-07T09:34:31.252Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25162025-02-07T09:34:31.603Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
25172025-02-07T09:34:31.812Z Compiling signal-hook-tokio v0.3.1
25182025-02-07T09:34:32.074Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25192025-02-07T09:34:33.478Z Compiling yasna v0.5.2
25202025-02-07T09:34:36.954Z Compiling twox-hash v2.1.0
25212025-02-07T09:34:38.077Z Compiling is_ci v1.2.0
25222025-02-07T09:34:38.424Z Compiling unicode-linebreak v0.1.5
25232025-02-07T09:34:38.996Z Compiling smawk v0.3.2
25242025-02-07T09:34:39.300Z Compiling textwrap v0.16.1
25252025-02-07T09:34:39.321Z Compiling supports-color v3.0.1
25262025-02-07T09:34:40.189Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25272025-02-07T09:34:41.430Z Compiling rcgen v0.12.1
25282025-02-07T09:34:42.896Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25292025-02-07T09:34:48.114Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25302025-02-07T09:34:50.394Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25312025-02-07T09:34:51.413Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25322025-02-07T09:34:55.069Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25332025-02-07T09:35:04.102Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25342025-02-07T09:35:09.055Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25352025-02-07T09:35:11.658Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25362025-02-07T09:35:12.269Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25372025-02-07T09:35:22.531Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
25382025-02-07T09:35:29.348Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25392025-02-07T09:35:29.685Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25402025-02-07T09:35:32.012Z Compiling fatfs v0.3.6
25412025-02-07T09:35:34.997Z Compiling rtoolbox v0.0.2
25422025-02-07T09:35:35.264Z Compiling subprocess v0.2.9
25432025-02-07T09:35:35.457Z Compiling assert_matches v1.5.0
25442025-02-07T09:35:37.515Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25452025-02-07T09:35:39.986Z Compiling rpassword v7.3.1
25462025-02-07T09:35:40.019Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25472025-02-07T09:35:40.515Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25482025-02-07T09:35:45.943Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25492025-02-07T09:35:47.780Z Compiling tui-tree-widget v0.22.0
25502025-02-07T09:35:48.299Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25512025-02-07T09:35:54.202Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25522025-02-07T09:35:54.558Z Compiling uzers v0.12.1
25532025-02-07T09:35:57.752Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25542025-02-07T09:36:02.221Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25552025-02-07T09:36:04.179Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25562025-02-07T09:36:36.608Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25572025-02-07T09:36:37.616Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25582025-02-07T09:36:42.503Z Compiling multimap v0.10.0
25592025-02-07T09:39:10.979Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25602025-02-07T09:39:24.458Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25612025-02-07T09:46:46.922Z Finished `release` profile [optimized] target(s) in 17m 38s
25622025-02-07T09:47:51.299Z
25632025-02-07T09:47:51.299Zreal 18:44.037269247
25642025-02-07T09:47:51.299Zuser 2:11:19.176826796
25652025-02-07T09:47:51.299Zsys 3:26.180285633
25662025-02-07T09:47:51.299Ztrap 3.676625957
25672025-02-07T09:47:51.299Ztflt 2.827952590
25682025-02-07T09:47:51.299Zdflt 4.714876903
25692025-02-07T09:47:51.299Zkflt 0.000761820
25702025-02-07T09:47:51.302Zlock 7:49:30.863352304
25712025-02-07T09:47:51.302Zslp 6:43:50.223641297
25722025-02-07T09:47:51.302Zlat 3:28.939492118
25732025-02-07T09:47:51.302Zstop 2:48.528352097
25742025-02-07T09:47:51.302Z+ mapfile -t packages
25752025-02-07T09:47:51.302Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25762025-02-07T09:47:52.432Z Finished `release` profile [optimized] target(s) in 1.07s
25772025-02-07T09:47:52.490Z Running `target/release/omicron-package -t test list-outputs`
25782025-02-07T09:47:52.548ZLogging to: /work/oxidecomputer/omicron/out/LOG
25792025-02-07T09:47:52.551Z+ ptime -m cargo build --locked --release -p xtask
25802025-02-07T09:47:53.165Z Compiling serde v1.0.217
25812025-02-07T09:47:53.168Z Compiling libc v0.2.169
25822025-02-07T09:47:53.168Z Compiling serde_json v1.0.135
25832025-02-07T09:47:53.168Z Compiling rustix v0.38.37
25842025-02-07T09:47:53.168Z Compiling syn v2.0.96
25852025-02-07T09:47:53.274Z Compiling bitflags v2.6.0
25862025-02-07T09:47:53.685Z Compiling usdt-impl v0.5.0
25872025-02-07T09:47:53.752Z Compiling syn v1.0.109
25882025-02-07T09:47:53.793Z Compiling log v0.4.22
25892025-02-07T09:47:53.810Z Compiling hashbrown v0.15.1
25902025-02-07T09:47:54.036Z Compiling fs-err v2.11.0
25912025-02-07T09:47:54.260Z Compiling once_cell v1.20.2
25922025-02-07T09:47:54.359Z Compiling anyhow v1.0.95
25932025-02-07T09:47:54.642Z Compiling thread-id v4.2.2
25942025-02-07T09:47:55.098Z Compiling indexmap v2.7.1
25952025-02-07T09:47:56.131Z Compiling terminal_size v0.4.0
25962025-02-07T09:47:56.134Z Compiling tempfile v3.13.0
25972025-02-07T09:47:56.413Z Compiling clap_builder v4.5.27
25982025-02-07T09:47:57.261Z Compiling proc-macro-error v1.0.4
25992025-02-07T09:47:58.040Z Compiling tabled_derive v0.7.0
26002025-02-07T09:47:59.180Z Compiling tabled v0.15.0
26012025-02-07T09:47:59.941Z Compiling serde_derive v1.0.217
26022025-02-07T09:47:59.944Z Compiling thiserror-impl v1.0.69
26032025-02-07T09:47:59.944Z Compiling zerocopy-derive v0.7.35
26042025-02-07T09:47:59.944Z Compiling scroll_derive v0.12.0
26052025-02-07T09:47:59.944Z Compiling clap_derive v4.5.24
26062025-02-07T09:48:01.391Z Compiling scroll v0.12.0
26072025-02-07T09:48:01.908Z Compiling zerocopy v0.7.35
26082025-02-07T09:48:02.074Z Compiling goblin v0.8.2
26092025-02-07T09:48:02.775Z Compiling thiserror v1.0.69
26102025-02-07T09:48:02.942Z Compiling pest v2.7.14
26112025-02-07T09:48:06.028Z Compiling pest_meta v2.7.14
26122025-02-07T09:48:06.070Z Compiling clap v4.5.27
26132025-02-07T09:48:07.661Z Compiling pest_generator v2.7.14
26142025-02-07T09:48:09.988Z Compiling pest_derive v2.7.14
26152025-02-07T09:48:10.838Z Compiling dtrace-parser v0.2.0
26162025-02-07T09:48:14.580Z Compiling toml_datetime v0.6.8
26172025-02-07T09:48:15.321Z Compiling serde_tokenstream v0.2.2
26182025-02-07T09:48:15.987Z Compiling serde_spanned v0.6.8
26192025-02-07T09:48:16.287Z Compiling toml_edit v0.22.22
26202025-02-07T09:48:16.480Z Compiling dof v0.3.0
26212025-02-07T09:48:18.853Z Compiling camino v1.1.9
26222025-02-07T09:48:20.166Z Compiling usdt-attr-macro v0.5.0
26232025-02-07T09:48:20.204Z Compiling usdt-macro v0.5.0
26242025-02-07T09:48:21.468Z Compiling toml v0.8.19
26252025-02-07T09:48:21.485Z Compiling cargo-platform v0.1.8
26262025-02-07T09:48:21.570Z Compiling semver v1.0.24
26272025-02-07T09:48:22.468Z Compiling cargo_metadata v0.18.1
26282025-02-07T09:48:22.628Z Compiling cargo_toml v0.20.5
26292025-02-07T09:48:23.095Z Compiling usdt v0.5.0
26302025-02-07T09:48:24.628Z Compiling camino-tempfile v1.1.1
26312025-02-07T09:48:25.458Z Compiling macaddr v1.0.1
26322025-02-07T09:48:37.700Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26332025-02-07T09:48:49.014Z Finished `release` profile [optimized] target(s) in 56.40s
26342025-02-07T09:48:49.134Z
26352025-02-07T09:48:49.134Zreal 56.549539121
26362025-02-07T09:48:49.134Zuser 5:53.190953742
26372025-02-07T09:48:49.134Zsys 19.447589455
26382025-02-07T09:48:49.137Ztrap 0.180585396
26392025-02-07T09:48:49.137Ztflt 0.376522136
26402025-02-07T09:48:49.137Zdflt 0.274702908
26412025-02-07T09:48:49.137Zkflt 0.000013418
26422025-02-07T09:48:49.137Zlock 10:54.221967966
26432025-02-07T09:48:49.137Zslp 16:35.981393805
26442025-02-07T09:48:49.137Zlat 14.551283609
26452025-02-07T09:48:49.137Zstop 18.706002708
26462025-02-07T09:48:49.137Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26472025-02-07T09:48:49.137Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26482025-02-07T09:48:49.137Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26492025-02-07T09:48:49.137Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26502025-02-07T09:48:49.137Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26512025-02-07T09:48:50.097Z Compiling hashbrown v0.14.5
26522025-02-07T09:48:50.229Z Compiling thiserror v2.0.11
26532025-02-07T09:48:50.232Z Compiling thiserror-impl v2.0.11
26542025-02-07T09:48:50.235Z Compiling ident_case v1.0.1
26552025-02-07T09:48:50.237Z Compiling unsafe-libyaml v0.2.11
26562025-02-07T09:48:50.237Z Compiling ipnetwork v0.20.0
26572025-02-07T09:48:50.237Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26582025-02-07T09:48:50.237Z Compiling progenitor-client v0.9.1
26592025-02-07T09:48:50.567Z Compiling darling_core v0.20.10
26602025-02-07T09:48:50.753Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
26612025-02-07T09:48:50.890Z Compiling macaddr v1.0.1
26622025-02-07T09:48:51.196Z Compiling progenitor-client v0.8.0
26632025-02-07T09:48:51.247Z Compiling regress v0.10.1
26642025-02-07T09:48:51.331Z Compiling instant v0.1.13
26652025-02-07T09:48:51.360Z Compiling structmeta-derive v0.3.0
26662025-02-07T09:48:51.473Z Compiling dropshot v0.15.1
26672025-02-07T09:48:51.497Z Compiling regress v0.9.1
26682025-02-07T09:48:51.692Z Compiling serde_yaml v0.9.34+deprecated
26692025-02-07T09:48:51.882Z Compiling dropshot_endpoint v0.15.1
26702025-02-07T09:48:52.284Z Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
26712025-02-07T09:48:53.533Z Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
26722025-02-07T09:48:53.790Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26732025-02-07T09:48:53.882Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26742025-02-07T09:48:54.190Z Compiling structmeta v0.3.0
26752025-02-07T09:48:54.391Z Compiling backoff v0.4.0
26762025-02-07T09:48:54.544Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26772025-02-07T09:48:54.605Z Compiling parse-display-derive v0.10.0
26782025-02-07T09:48:54.751Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26792025-02-07T09:48:54.779Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26802025-02-07T09:48:54.971Z Compiling tempfile v3.13.0
26812025-02-07T09:48:55.479Z Compiling typify-impl v0.2.0
26822025-02-07T09:48:55.539Z Compiling proc-macro-crate v1.3.1
26832025-02-07T09:48:55.797Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26842025-02-07T09:48:56.211Z Compiling typify-impl v0.3.0
26852025-02-07T09:48:56.390Z Compiling itertools v0.13.0
26862025-02-07T09:48:56.544Z Compiling num_enum_derive v0.5.11
26872025-02-07T09:48:56.544Z Compiling zerocopy v0.8.10
26882025-02-07T09:48:56.870Z Compiling darling_macro v0.20.10
26892025-02-07T09:48:57.457Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26902025-02-07T09:48:57.899Z Compiling foreign-types-macros v0.2.3
26912025-02-07T09:48:57.920Z Compiling darling v0.20.10
26922025-02-07T09:48:58.065Z Compiling serde_with_macros v3.11.0
26932025-02-07T09:48:58.888Z Compiling parse-display v0.10.0
26942025-02-07T09:48:59.060Z Compiling num_enum v0.5.11
26952025-02-07T09:48:59.163Z Compiling zerocopy-derive v0.8.10
26962025-02-07T09:48:59.259Z Compiling crucible-workspace-hack v0.1.0
26972025-02-07T09:48:59.383Z Compiling heapless v0.8.0
26982025-02-07T09:48:59.527Z Compiling foreign-types-shared v0.3.1
26992025-02-07T09:48:59.609Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27002025-02-07T09:48:59.683Z Compiling foreign-types v0.5.0
27012025-02-07T09:48:59.821Z Compiling proc-macro-error v1.0.4
27022025-02-07T09:49:00.506Z Compiling camino-tempfile v1.1.1
27032025-02-07T09:49:00.680Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27042025-02-07T09:49:00.719Z Compiling serde_with v3.11.0
27052025-02-07T09:49:00.985Z Compiling hash32 v0.3.1
27062025-02-07T09:49:01.271Z Compiling cstr-argument v0.1.2
27072025-02-07T09:49:01.533Z Compiling smoltcp v0.11.0
27082025-02-07T09:49:01.555Z Compiling pretty-hex v0.2.1
27092025-02-07T09:49:01.781Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27102025-02-07T09:49:02.183Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27112025-02-07T09:49:02.357Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27122025-02-07T09:49:03.064Z Compiling tabwriter v1.4.0
27132025-02-07T09:49:03.360Z Compiling colored v2.1.0
27142025-02-07T09:49:03.542Z Compiling cobs v0.2.3
27152025-02-07T09:49:03.870Z Compiling postcard v1.0.10
27162025-02-07T09:49:04.372Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27172025-02-07T09:49:04.523Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27182025-02-07T09:49:04.738Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27192025-02-07T09:49:04.804Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
27202025-02-07T09:49:05.161Z Compiling smf v0.2.3
27212025-02-07T09:49:05.307Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27222025-02-07T09:49:05.692Z Compiling zone_cfg_derive v0.3.0
27232025-02-07T09:49:05.900Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27242025-02-07T09:49:06.357Z Compiling num-derive v0.4.2
27252025-02-07T09:49:06.406Z Compiling sigpipe v0.1.3
27262025-02-07T09:49:06.563Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27272025-02-07T09:49:06.616Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27282025-02-07T09:49:06.921Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27292025-02-07T09:49:07.181Z Compiling zone v0.3.0
27302025-02-07T09:49:07.418Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27312025-02-07T09:49:07.950Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27322025-02-07T09:49:08.420Z Compiling universal-hash v0.5.1
27332025-02-07T09:49:08.645Z Compiling opaque-debug v0.3.1
27342025-02-07T09:49:08.700Z Compiling tungstenite v0.21.0
27352025-02-07T09:49:08.732Z Compiling num-rational v0.4.2
27362025-02-07T09:49:08.766Z Compiling password-hash v0.5.0
27372025-02-07T09:49:08.803Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
27382025-02-07T09:49:09.615Z Compiling blake2 v0.10.6
27392025-02-07T09:49:09.703Z Compiling aead v0.5.2
27402025-02-07T09:49:09.724Z Compiling num-complex v0.4.6
27412025-02-07T09:49:10.047Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27422025-02-07T09:49:10.112Z Compiling convert_case v0.4.0
27432025-02-07T09:49:10.334Z Compiling base64 v0.21.7
27442025-02-07T09:49:10.748Z Compiling keccak v0.1.5
27452025-02-07T09:49:10.771Z Compiling num v0.4.3
27462025-02-07T09:49:10.904Z Compiling argon2 v0.5.3
27472025-02-07T09:49:10.993Z Compiling tokio-tungstenite v0.21.0
27482025-02-07T09:49:11.020Z Compiling derive_more v0.99.18
27492025-02-07T09:49:11.067Z Compiling sha3 v0.10.8
27502025-02-07T09:49:11.657Z Compiling typify-macro v0.2.0
27512025-02-07T09:49:11.885Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27522025-02-07T09:49:11.909Z Compiling poly1305 v0.8.0
27532025-02-07T09:49:12.103Z Compiling chacha20 v0.9.1
27542025-02-07T09:49:12.125Z Compiling float-ord v0.3.2
27552025-02-07T09:49:12.359Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27562025-02-07T09:49:12.548Z Compiling typify-macro v0.3.0
27572025-02-07T09:49:12.693Z Compiling semver v0.1.20
27582025-02-07T09:49:12.839Z Compiling same-file v1.0.6
27592025-02-07T09:49:13.124Z Compiling rustc_version v0.1.7
27602025-02-07T09:49:13.342Z Compiling walkdir v2.5.0
27612025-02-07T09:49:13.637Z Compiling newline-converter v0.3.0
27622025-02-07T09:49:13.716Z Compiling primeorder v0.13.6
27632025-02-07T09:49:13.808Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27642025-02-07T09:49:13.837Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27652025-02-07T09:49:14.086Z Compiling secrecy v0.8.0
27662025-02-07T09:49:14.109Z Compiling cancel-safe-futures v0.1.5
27672025-02-07T09:49:14.271Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27682025-02-07T09:49:14.359Z Compiling owo-colors v4.1.0
27692025-02-07T09:49:14.398Z Compiling expectorate v1.1.0
27702025-02-07T09:49:14.512Z Compiling newtype_derive v0.1.6
27712025-02-07T09:49:14.607Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
27722025-02-07T09:49:14.714Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27732025-02-07T09:49:14.845Z Compiling thiserror-impl-no-std v2.0.2
27742025-02-07T09:49:15.028Z Compiling blake3 v1.5.4
27752025-02-07T09:49:15.109Z Compiling unicase v2.7.0
27762025-02-07T09:49:15.133Z Compiling half v2.4.1
27772025-02-07T09:49:15.450Z Compiling ciborium-io v0.2.2
27782025-02-07T09:49:15.602Z Compiling arc-swap v1.7.1
27792025-02-07T09:49:15.650Z Compiling ciborium-ll v0.2.2
27802025-02-07T09:49:15.734Z Compiling typify v0.2.0
27812025-02-07T09:49:15.877Z Compiling progenitor-impl v0.8.0
27822025-02-07T09:49:15.899Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27832025-02-07T09:49:16.057Z Compiling slog-scope v4.4.0
27842025-02-07T09:49:16.186Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27852025-02-07T09:49:16.483Z Compiling typify v0.3.0
27862025-02-07T09:49:16.565Z Compiling polyval v0.6.2
27872025-02-07T09:49:16.640Z Compiling progenitor-impl v0.9.1
27882025-02-07T09:49:17.041Z Compiling atomicwrites v0.4.4
27892025-02-07T09:49:17.105Z Compiling libsw v3.3.1
27902025-02-07T09:49:17.477Z Compiling memmap2 v0.9.5
27912025-02-07T09:49:17.498Z Compiling parking_lot_core v0.8.6
27922025-02-07T09:49:17.798Z Compiling thiserror-no-std v2.0.2
27932025-02-07T09:49:17.955Z Compiling libefi-sys v0.1.0
27942025-02-07T09:49:17.978Z Compiling linear-map v1.2.0
27952025-02-07T09:49:17.981Z Compiling arrayvec v0.7.6
27962025-02-07T09:49:18.219Z Compiling indent_write v2.2.0
27972025-02-07T09:49:18.276Z Compiling arrayref v0.3.9
27982025-02-07T09:49:18.341Z Compiling constant_time_eq v0.3.1
27992025-02-07T09:49:18.398Z Compiling salty v0.3.0
28002025-02-07T09:49:18.456Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28012025-02-07T09:49:18.548Z Compiling vsss-rs v3.3.4
28022025-02-07T09:49:18.551Z Compiling ghash v0.5.1
28032025-02-07T09:49:18.885Z Compiling slog-stdlog v4.1.1
28042025-02-07T09:49:18.997Z Compiling ciborium v0.2.2
28052025-02-07T09:49:19.737Z Compiling p384 v0.13.0
28062025-02-07T09:49:19.927Z Compiling toolchain_find v0.4.0
28072025-02-07T09:49:20.348Z Compiling chacha20poly1305 v0.10.1
28082025-02-07T09:49:20.410Z Compiling ctr v0.9.2
28092025-02-07T09:49:20.608Z Compiling lzma-sys v0.1.20
28102025-02-07T09:49:20.638Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28112025-02-07T09:49:20.807Z Compiling bitfield-struct v0.6.2
28122025-02-07T09:49:21.066Z Compiling slog-dtrace v0.3.0
28132025-02-07T09:49:21.371Z Compiling topological-sort v0.2.2
28142025-02-07T09:49:21.402Z Compiling highway v1.2.0
28152025-02-07T09:49:21.636Z Compiling omicron-zone-package v0.12.0
28162025-02-07T09:49:21.683Z Compiling aes-gcm v0.10.3
28172025-02-07T09:49:22.031Z Compiling rustfmt-wrapper v0.2.1
28182025-02-07T09:49:22.216Z Compiling mime_guess v2.0.5
28192025-02-07T09:49:22.283Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28202025-02-07T09:49:22.326Z Compiling slog-envlogger v2.2.0
28212025-02-07T09:49:22.693Z Compiling steno v0.4.1
28222025-02-07T09:49:23.138Z Compiling progenitor-macro v0.8.0
28232025-02-07T09:49:23.433Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28242025-02-07T09:49:23.544Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28252025-02-07T09:49:23.688Z Compiling heck v0.3.3
28262025-02-07T09:49:23.806Z Compiling ssh-encoding v0.2.0
28272025-02-07T09:49:24.084Z Compiling blowfish v0.9.1
28282025-02-07T09:49:24.103Z Compiling nibble_vec v0.1.0
28292025-02-07T09:49:24.204Z Compiling progenitor-macro v0.9.1
28302025-02-07T09:49:24.320Z Compiling env_filter v0.1.2
28312025-02-07T09:49:24.350Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28322025-02-07T09:49:24.573Z Compiling endian-type v0.1.2
28332025-02-07T09:49:24.665Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28342025-02-07T09:49:24.687Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28352025-02-07T09:49:24.819Z Compiling humantime v2.1.0
28362025-02-07T09:49:24.841Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28372025-02-07T09:49:25.013Z Compiling radix_trie v0.2.1
28382025-02-07T09:49:25.075Z Compiling env_logger v0.11.5
28392025-02-07T09:49:25.345Z Compiling bcrypt-pbkdf v0.10.0
28402025-02-07T09:49:25.696Z Compiling ssh-cipher v0.2.0
28412025-02-07T09:49:25.699Z Compiling zone_cfg_derive v0.1.2
28422025-02-07T09:49:25.998Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28432025-02-07T09:49:26.287Z Compiling parking_lot v0.11.2
28442025-02-07T09:49:26.393Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28452025-02-07T09:49:27.273Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9ff89d72)
28462025-02-07T09:49:27.335Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28472025-02-07T09:49:27.440Z Compiling password-hash v0.4.2
28482025-02-07T09:49:28.785Z Compiling gethostname v0.5.0
28492025-02-07T09:49:28.787Z Compiling fxhash v0.2.1
28502025-02-07T09:49:28.787Z Compiling bumpalo v3.16.0
28512025-02-07T09:49:28.787Z Compiling zip v2.1.3
28522025-02-07T09:49:28.787Z Compiling lockfree-object-pool v0.1.6
28532025-02-07T09:49:28.787Z Compiling simd-adler32 v0.3.7
28542025-02-07T09:49:28.787Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28552025-02-07T09:49:28.787Z Compiling base64 v0.13.1
28562025-02-07T09:49:28.787Z Compiling http-range v0.1.5
28572025-02-07T09:49:28.787Z Compiling zopfli v0.8.1
28582025-02-07T09:49:28.787Z Compiling sled v0.34.7
28592025-02-07T09:49:28.953Z Compiling ron v0.7.1
28602025-02-07T09:49:28.978Z Compiling pbkdf2 v0.11.0
28612025-02-07T09:49:29.391Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9ff89d72)
28622025-02-07T09:49:29.518Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28632025-02-07T09:49:29.567Z Compiling xz2 v0.1.7
28642025-02-07T09:49:30.248Z Compiling zone v0.1.8
28652025-02-07T09:49:30.429Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28662025-02-07T09:49:31.185Z Compiling ssh-key v0.6.6
28672025-02-07T09:49:31.229Z Compiling hickory-client v0.24.2
28682025-02-07T09:49:32.136Z Compiling p521 v0.13.3
28692025-02-07T09:49:32.664Z Compiling p256 v0.13.2
28702025-02-07T09:49:33.529Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28712025-02-07T09:49:34.142Z Compiling hickory-server v0.24.2
28722025-02-07T09:49:34.618Z Compiling pem v3.0.4
28732025-02-07T09:49:34.651Z Compiling yasna v0.5.2
28742025-02-07T09:49:35.394Z Compiling headers-core v0.3.0
28752025-02-07T09:49:35.599Z Compiling kstat-rs v0.2.4
28762025-02-07T09:49:35.620Z Compiling nanorand v0.7.0
28772025-02-07T09:49:35.622Z Compiling atty v0.2.14
28782025-02-07T09:49:35.805Z Compiling russh-cryptovec v0.7.3
28792025-02-07T09:49:36.120Z Compiling md5 v0.7.0
28802025-02-07T09:49:36.146Z Compiling flume v0.11.1
28812025-02-07T09:49:36.175Z Compiling rcgen v0.12.1
28822025-02-07T09:49:36.296Z Compiling headers v0.4.0
28832025-02-07T09:49:36.434Z Compiling progenitor v0.8.0
28842025-02-07T09:49:36.631Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28852025-02-07T09:49:36.668Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28862025-02-07T09:49:36.761Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28872025-02-07T09:49:37.209Z Compiling progenitor v0.9.1
28882025-02-07T09:49:37.477Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
28892025-02-07T09:49:38.161Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28902025-02-07T09:49:38.344Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28912025-02-07T09:49:38.512Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28922025-02-07T09:49:38.686Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
28932025-02-07T09:49:39.364Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
28942025-02-07T09:49:39.385Z Compiling russh-keys v0.45.0
28952025-02-07T09:49:43.009Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28962025-02-07T09:49:43.408Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28972025-02-07T09:49:43.430Z Compiling hyper-staticfile v0.10.1
28982025-02-07T09:49:44.548Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28992025-02-07T09:49:44.625Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
29002025-02-07T09:49:44.651Z Compiling num-bigint v0.4.6
29012025-02-07T09:49:45.013Z Compiling des v0.8.1
29022025-02-07T09:49:45.159Z Compiling subprocess v0.2.9
29032025-02-07T09:49:45.368Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29042025-02-07T09:49:45.782Z Compiling display-error-chain v0.2.2
29052025-02-07T09:49:46.016Z Compiling hex-literal v0.4.1
29062025-02-07T09:49:46.196Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29072025-02-07T09:49:46.251Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29082025-02-07T09:49:46.991Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29092025-02-07T09:49:47.513Z Compiling internet-checksum v0.2.1
29102025-02-07T09:49:47.774Z Compiling russh v0.45.0
29112025-02-07T09:49:54.439Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29122025-02-07T09:49:54.440Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29132025-02-07T09:49:54.442Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29142025-02-07T09:49:54.442Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29152025-02-07T09:49:57.378Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29162025-02-07T09:49:57.705Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29172025-02-07T09:49:58.818Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29182025-02-07T09:49:59.233Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29192025-02-07T09:49:59.479Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29202025-02-07T09:49:59.943Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29212025-02-07T09:50:02.486Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29222025-02-07T09:50:02.637Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29232025-02-07T09:50:02.977Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29242025-02-07T09:50:03.473Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29252025-02-07T09:50:03.750Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29262025-02-07T09:50:04.146Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29272025-02-07T09:50:04.644Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29282025-02-07T09:50:06.274Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29292025-02-07T09:50:08.319Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29302025-02-07T09:50:08.764Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29312025-02-07T09:50:09.224Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29322025-02-07T09:50:09.408Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29332025-02-07T09:50:09.507Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29342025-02-07T09:50:12.107Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29352025-02-07T09:50:14.219Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29362025-02-07T09:50:14.895Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29372025-02-07T09:50:15.273Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29382025-02-07T09:50:16.864Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29392025-02-07T09:50:22.460Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29402025-02-07T09:50:31.213Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29412025-02-07T09:50:32.919Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29422025-02-07T09:50:57.407Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29432025-02-07T09:51:22.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
29442025-02-07T09:51:23.065Z
29452025-02-07T09:51:23.068Zreal 2:33.874019319
29462025-02-07T09:51:23.068Zuser 12:54.764414291
29472025-02-07T09:51:23.068Zsys 1:39.949398526
29482025-02-07T09:51:23.068Ztrap 0.437485795
29492025-02-07T09:51:23.068Ztflt 1.489005938
29502025-02-07T09:51:23.068Zdflt 1.006833319
29512025-02-07T09:51:23.068Zkflt 0.000043578
29522025-02-07T09:51:23.068Zlock 23:56.402049679
29532025-02-07T09:51:23.068Zslp 44:23.712075280
29542025-02-07T09:51:23.068Zlat 39.066308082
29552025-02-07T09:51:23.068Zstop 1:40.900414673
29562025-02-07T09:51:23.068Z+ mkdir tests
29572025-02-07T09:51:23.071Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29582025-02-07T09:51:23.074Z+ xargs -I '{}' -t cp '{}' tests/
29592025-02-07T09:51:23.114Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3218c1e3add16197 tests/
29602025-02-07T09:51:23.138Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-72ddb95cf4488397 tests/
29612025-02-07T09:51:23.160Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-7952995f40b9b458 tests/
29622025-02-07T09:51:23.182Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-c76d1ec161e6d93b tests/
29632025-02-07T09:51:23.407Z+ 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/*)
29642025-02-07T09:51:23.410Z+ 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-72ddb95cf4488397 tests/commtest-7952995f40b9b458 tests/dhcp_server-3218c1e3add16197 tests/end_to_end_tests-c76d1ec161e6d93b 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
29652025-02-07T09:52:37.497ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29662025-02-07T09:52:37.497Za .github/buildomat/ci-env.sh 1K
29672025-02-07T09:52:37.497Za out/target/test 1K
29682025-02-07T09:52:37.497Za out/npuzone/npuzone 23144K
29692025-02-07T09:52:37.497Za package-manifest.toml 33K
29702025-02-07T09:52:37.497Za smf/sled-agent/non-gimlet/config.toml 4K
29712025-02-07T09:52:37.497Za target/release/omicron-package 35951K
29722025-02-07T09:52:37.497Za target/release/xtask 11805K
29732025-02-07T09:52:37.497Za target/debug/bootstrap 219889K
29742025-02-07T09:52:37.498Za tests/bootstrap-72ddb95cf4488397 24119K
29752025-02-07T09:52:37.498Za tests/commtest-7952995f40b9b458 24221K
29762025-02-07T09:52:37.498Za tests/dhcp_server-3218c1e3add16197 24119K
29772025-02-07T09:52:37.498Za tests/end_to_end_tests-c76d1ec161e6d93b 280821K
29782025-02-07T09:52:37.498Za out/clickhouse.tar.gz 294455K
29792025-02-07T09:52:37.498Za out/clickhouse_keeper.tar.gz 281597K
29802025-02-07T09:52:37.498Za out/clickhouse_server.tar.gz 294439K
29812025-02-07T09:52:37.498Za out/cockroachdb.tar.gz 134928K
29822025-02-07T09:52:37.498Za out/crucible-dtrace.tar 98K
29832025-02-07T09:52:37.498Za out/crucible-pantry-zone.tar.gz 28564K
29842025-02-07T09:52:37.498Za out/crucible-zone.tar.gz 36910K
29852025-02-07T09:52:37.498Za out/external-dns.tar.gz 35409K
29862025-02-07T09:52:37.498Za out/internal-dns.tar.gz 35409K
29872025-02-07T09:52:37.498Za out/mg-ddm-gz.tar 63075K
29882025-02-07T09:52:37.498Za out/nexus.tar.gz 100485K
29892025-02-07T09:52:37.498Za out/ntp.tar.gz 10494K
29902025-02-07T09:52:37.498Za out/omicron-gateway-softnpu.tar.gz 24042K
29912025-02-07T09:52:37.498Za out/omicron-sled-agent.tar 113827K
29922025-02-07T09:52:37.498Za out/overlay.tar.gz 3K
29932025-02-07T09:52:37.498Za out/oximeter.tar.gz 48257K
29942025-02-07T09:52:37.498Za out/oxlog.tar 3124K
29952025-02-07T09:52:37.498Za out/probe.tar.gz 2764K
29962025-02-07T09:52:37.498Za out/propolis-server.tar.gz 66528K
29972025-02-07T09:52:37.498Za out/pumpkind-gz.tar 26665K
29982025-02-07T09:52:37.498Za out/switch-softnpu.tar.gz 237999K
29992025-02-07T09:52:37.501Z
30002025-02-07T09:52:37.501Zreal 1:14.085822146
30012025-02-07T09:52:37.501Zuser 1:10.373174565
30022025-02-07T09:52:37.501Zsys 5.389067726
30032025-02-07T09:52:37.501Ztrap 0.019457435
30042025-02-07T09:52:37.501Ztflt 0.000000000
30052025-02-07T09:52:37.501Zdflt 0.000000000
30062025-02-07T09:52:37.501Zkflt 0.000000000
30072025-02-07T09:52:37.502Zlock 0.000000000
30082025-02-07T09:52:37.502Zslp 1:10.104468718
30092025-02-07T09:52:37.502Zlat 2.280503912
30102025-02-07T09:52:37.502Zstop 0.000217036
30112025-02-07T09:52:37.504Zprocess exited: duration 2044482 ms, exit code 0
 
30122025-02-07T09:52:37.518Zfound 1 output files
30132025-02-07T09:52:37.518Zuploading: /work/package.tar.gz (1904651368 bytes)
30142025-02-07T09:53:19.726Zuploaded: /work/package.tar.gz