01JKRGFCZT9ZPX4VXKA50DQW7V: 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: 01JKRGFX5H85C6JBNJJ4KEFXNS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-10T18:04:32.170Zjob assigned to worker 01JKRGG0R4J4G819ZX53X6C7CR [factory aws, i-02221e943cf50904a] (queued for 54 s)
 
22025-02-10T18:04:39.919Zstarting task 0: "setup"
32025-02-10T18:04:39.925Z++ uname -s
42025-02-10T18:04:39.928Z+ kern=SunOS
52025-02-10T18:04:39.928Z+ build_user=build
62025-02-10T18:04:39.928Z+ build_uid=12345
72025-02-10T18:04:39.928Z+ work_dir=/work
82025-02-10T18:04:39.928Z+ input_dir=/input
92025-02-10T18:04:39.928Z+ [[ 0 == 12345 ]]
102025-02-10T18:04:39.928Z+ case "$kern" in
112025-02-10T18:04:39.928Z+ groupadd -g 12345 build
122025-02-10T18:04:39.931Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-10T18:04:41.938Z+ zfs create -o mountpoint=/work rpool/work
142025-02-10T18:04:42.073Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-10T18:04:42.077Z+ home_fs=zfs
162025-02-10T18:04:42.077Z+ [[ zfs == autofs ]]
172025-02-10T18:04:42.077Z+ mkdir -p /home/build
182025-02-10T18:04:42.077Z+ chown build:build /home/build /work
192025-02-10T18:04:44.078Z+ chmod 0700 /home/build /work
202025-02-10T18:04:44.081Zprocess exited: duration 4162 ms, exit code 0
 
212025-02-10T18:04:44.087Zstarting task 1: "rust-toolchain"
222025-02-10T18:04:44.092Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.1
232025-02-10T18:04:44.092Z * rust toolchain channel = "1.84.1"
242025-02-10T18:04:44.092Z * rust toolchain profile = "default"
252025-02-10T18:04:44.092Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-02-10T18:04:44.092Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-10T18:04:44.092Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-10T18:04:44.095Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-10T18:04:44.095Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default
302025-02-10T18:04:44.199Zinfo: downloading installer
312025-02-10T18:04:45.532Zwarning: it looks like you have an existing installation of Rust at:
322025-02-10T18:04:45.532Zwarning: /opt/ooce/bin
332025-02-10T18:04:45.532Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-10T18:04:45.532Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-10T18:04:45.532Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-10T18:04:45.532Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-10T18:04:45.532Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-10T18:04:45.532Zerror: cannot install while Rust is installed
392025-02-10T18:04:45.533Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-10T18:04:45.544Zinfo: profile set to 'default'
412025-02-10T18:04:45.544Zinfo: default host triple is x86_64-unknown-illumos
422025-02-10T18:04:45.547Zinfo: syncing channel updates for '1.84.1-x86_64-unknown-illumos'
432025-02-10T18:04:45.682Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
442025-02-10T18:04:45.682Zinfo: downloading component 'cargo'
452025-02-10T18:04:46.425Zinfo: downloading component 'clippy'
462025-02-10T18:04:46.712Zinfo: downloading component 'rust-docs'
472025-02-10T18:04:47.729Zinfo: downloading component 'rust-std'
482025-02-10T18:04:49.380Zinfo: downloading component 'rustc'
492025-02-10T18:04:55.184Zinfo: downloading component 'rustfmt'
502025-02-10T18:04:55.403Zinfo: installing component 'cargo'
512025-02-10T18:04:56.256Zinfo: installing component 'clippy'
522025-02-10T18:04:56.656Zinfo: installing component 'rust-docs'
532025-02-10T18:04:58.298Zinfo: installing component 'rust-std'
542025-02-10T18:05:00.233Zinfo: installing component 'rustc'
552025-02-10T18:05:06.323Zinfo: installing component 'rustfmt'
562025-02-10T18:05:06.659Zinfo: default toolchain set to '1.84.1-x86_64-unknown-illumos'
572025-02-10T18:05:06.659Z
582025-02-10T18:05:07.054Z 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27)
592025-02-10T18:05:07.054Z
602025-02-10T18:05:07.058Z
612025-02-10T18:05:07.058ZRust is installed now. Great!
622025-02-10T18:05:07.058Z
632025-02-10T18:05:07.058ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-10T18:05:07.058Zenvironment variable. This has not been done automatically.
652025-02-10T18:05:07.058Z
662025-02-10T18:05:07.058ZTo configure your current shell, you need to source
672025-02-10T18:05:07.059Zthe corresponding env file under $HOME/.cargo.
682025-02-10T18:05:07.059Z
692025-02-10T18:05:07.059ZThis is usually done by running one of the following (note the leading DOT):
702025-02-10T18:05:07.059Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-10T18:05:07.059Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-10T18:05:07.130Z+ rustup --version
732025-02-10T18:05:07.137Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-10T18:05:07.137Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-10T18:05:07.214Zinfo: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)`
762025-02-10T18:05:07.217Z+ cargo --version
772025-02-10T18:05:07.273Zcargo 1.84.1 (66221abde 2024-11-19)
782025-02-10T18:05:07.276Z+ rustc --version
792025-02-10T18:05:07.336Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
802025-02-10T18:05:07.339Zprocess exited: duration 23247 ms, exit code 0
 
812025-02-10T18:05:07.344Zstarting task 2: "authentication"
822025-02-10T18:05:07.365Zprocess exited: duration 20 ms, exit code 0
 
832025-02-10T18:05:07.371Zstarting task 3: "clone repository"
842025-02-10T18:05:07.376Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-10T18:05:07.378Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-10T18:05:07.420ZCloning into '/work/oxidecomputer/omicron'...
872025-02-10T18:05:14.898Z+ cd /work/oxidecomputer/omicron
882025-02-10T18:05:14.898Z+ git fetch origin 584d88c7e62cbb259fe1b7c8cafee5ceaae065dd
892025-02-10T18:05:15.217ZFrom https://github.com/oxidecomputer/omicron
902025-02-10T18:05:15.217Z * branch 584d88c7e62cbb259fe1b7c8cafee5ceaae065dd -> FETCH_HEAD
912025-02-10T18:05:15.226Z+ [[ -n '' ]]
922025-02-10T18:05:15.226Z+ git reset --hard 584d88c7e62cbb259fe1b7c8cafee5ceaae065dd
932025-02-10T18:05:15.406ZHEAD is now at 584d88c7e Bump hickory-proto from 0.24.2 to 0.24.3
942025-02-10T18:05:15.409Zprocess exited: duration 8035 ms, exit code 0
 
952025-02-10T18:05:15.415Zstarting task 4: "build"
962025-02-10T18:05:15.420Z+ source .github/buildomat/ci-env.sh
972025-02-10T18:05:15.420Z++ export CARGO_TERM_COLOR=always
982025-02-10T18:05:15.420Z++ CARGO_TERM_COLOR=always
992025-02-10T18:05:15.424Z+ cargo --version
1002025-02-10T18:05:15.469Zcargo 1.84.1 (66221abde 2024-11-19)
1012025-02-10T18:05:15.472Z+ rustc --version
1022025-02-10T18:05:15.531Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
1032025-02-10T18:05:15.534Z+ WORK=/work
1042025-02-10T18:05:15.534Z+ pfexec mkdir -p /work
1052025-02-10T18:05:15.539Z+ pfexec chown build /work
1062025-02-10T18:05:15.542Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1072025-02-10T18:05:17.205Zpkg list: illegal option -- F
1082025-02-10T18:05:17.205ZUsage:
1092025-02-10T18:05:17.208Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1102025-02-10T18:05:17.208Z [pkg_fmri_pattern ...]
1112025-02-10T18:05:18.034Zpkg list: illegal option -- F
1122025-02-10T18:05:18.037ZUsage:
1132025-02-10T18:05:18.037Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1142025-02-10T18:05:18.037Z [pkg_fmri_pattern ...]
1152025-02-10T18:05:28.398Z Startup: Refreshing catalog 'helios-dev' ... Done
1162025-02-10T18:05:32.544Z Startup: Caching catalogs ... Done
1172025-02-10T18:05:44.597ZPlanning: Solver setup ... Done (11.109s)
1182025-02-10T18:05:44.746ZPlanning: Running solver ... Done (0.149s)
1192025-02-10T18:05:44.865ZPlanning: Finding local manifests ... Done (0.007s)
1202025-02-10T18:05:44.879ZPlanning: Fetching manifests: 0/7 0% complete
1212025-02-10T18:05:45.525ZPlanning: Fetching manifests: 7/7 100% complete
1222025-02-10T18:05:45.817ZPlanning: Package planning ... Done (0.292s)
1232025-02-10T18:05:45.873ZPlanning: Merging actions ... Done (0.056s)
1242025-02-10T18:05:46.068ZPlanning: Checking for conflicting actions ... Done (0.194s)
1252025-02-10T18:05:48.281ZPlanning: Consolidating action changes ... Done (2.213s)
1262025-02-10T18:05:48.729ZPlanning: Evaluating mediators ... Done (0.447s)
1272025-02-10T18:05:48.808ZPlanning: Planning completed in 16.16 seconds
1282025-02-10T18:05:48.825Z Packages to install: 4
1292025-02-10T18:05:48.825Z Packages to update: 3
1302025-02-10T18:05:48.825Z Mediators to change: 2
1312025-02-10T18:05:48.828Z Services to change: 1
1322025-02-10T18:05:48.828Z Estimated space available: 155.61 GB
1332025-02-10T18:05:48.828ZEstimated space to be consumed: 1.65 GB
1342025-02-10T18:05:48.828Z Create boot environment: No
1352025-02-10T18:05:48.828ZCreate backup boot environment: Yes
1362025-02-10T18:05:48.828Z Rebuild boot archive: No
1372025-02-10T18:05:48.828Z
1382025-02-10T18:05:48.828ZChanged mediators:
1392025-02-10T18:05:48.828Z mediator clang:
1402025-02-10T18:05:48.828Z version: None -> 15 (system default)
1412025-02-10T18:05:48.828Z
1422025-02-10T18:05:48.828Z mediator llvm:
1432025-02-10T18:05:48.828Z version: 14 (system default) -> 15 (system default)
1442025-02-10T18:05:48.828Z
1452025-02-10T18:05:48.828ZChanged packages:
1462025-02-10T18:05:48.828Zhelios-dev
1472025-02-10T18:05:48.828Z developer/build-essential
1482025-02-10T18:05:48.828Z None -> 11-2.0
1492025-02-10T18:05:48.828Z library/libxmlsec1
1502025-02-10T18:05:48.828Z None -> 1.2.35-2.0
1512025-02-10T18:05:48.828Z ooce/developer/clang-15
1522025-02-10T18:05:48.828Z None -> 15.0.7-2.0
1532025-02-10T18:05:48.828Z ooce/developer/llvm-15
1542025-02-10T18:05:48.828Z None -> 15.0.7-2.0
1552025-02-10T18:05:48.828Z package/pkg
1562025-02-10T18:05:48.828Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1572025-02-10T18:05:48.828Z system/library/g++-runtime
1582025-02-10T18:05:48.828Z 13-2.0 -> 14-2.0
1592025-02-10T18:05:48.828Z system/library/gcc-runtime
1602025-02-10T18:05:48.828Z 13-2.0 -> 14-2.0
1612025-02-10T18:05:48.828Z
1622025-02-10T18:05:48.828ZServices:
1632025-02-10T18:05:48.828Z restart_fmri:
1642025-02-10T18:05:48.828Z svc:/system/update-man-index:default
1652025-02-10T18:05:48.828Z
1662025-02-10T18:05:48.828ZEditable files to change:
1672025-02-10T18:05:48.829Z Update:
1682025-02-10T18:05:48.829Z usr/share/lib/pkg/web/config.shtml
1692025-02-10T18:05:48.909Z
1702025-02-10T18:05:48.909ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1712025-02-10T18:05:53.912ZDownload: 414/4301 items 16.5/225.4MB 7% complete (3.4M/s)
1722025-02-10T18:05:58.915ZDownload: 964/4301 items 19.2/225.4MB 8% complete (1.9M/s)
1732025-02-10T18:06:05.147ZDownload: 1194/4301 items 83.3/225.4MB 36% complete (8.3M/s)
1742025-02-10T18:06:21.678ZDownload: 1198/4301 items 83.5/225.4MB 37% complete
1752025-02-10T18:06:26.675ZDownload: 2111/4301 items 118.9/225.4MB 52% complete (7.2M/s)
1762025-02-10T18:06:31.657ZDownload: 3066/4301 items 121.4/225.4MB 53% complete (3.8M/s)
1772025-02-10T18:06:37.310ZDownload: 3241/4301 items 202.5/225.4MB 89% complete (8.5M/s)
1782025-02-10T18:06:44.747ZDownload: 3248/4301 items 202.6/225.4MB 89% complete (8.2M/s)
1792025-02-10T18:06:49.751ZDownload: 3951/4301 items 219.0/225.4MB 97% complete (2.1M/s)
1802025-02-10T18:06:53.649ZDownload: Completed 225.42 MB in 64.73 seconds (3.5M/s)
1812025-02-10T18:06:55.948Z Actions: 1/5122 actions (Removing old actions)
1822025-02-10T18:06:55.972Z Actions: 194/5122 actions (Installing new actions)
1832025-02-10T18:07:00.680Z Actions: 4267/5122 actions (Updating modified actions)
1842025-02-10T18:07:01.037Z Actions: Completed 5122 actions in 5.09 seconds.
1852025-02-10T18:07:01.471Z Done (0.425s)
1862025-02-10T18:07:01.476Z Done (0.002s)
1872025-02-10T18:07:02.074Z Done (0.601s)
1882025-02-10T18:07:06.432Z Done (4.118s)
1892025-02-10T18:07:06.519Z Done (0.017s)
1902025-02-10T18:07:06.523Z Done (0.000s)
1912025-02-10T18:07:06.705Z Done (0.000s)
1922025-02-10T18:07:07.401ZPlanning: Evaluating mediator changes ... Done
1932025-02-10T18:07:07.567ZPlanning: Checking for conflicting actions ... Done
1942025-02-10T18:07:07.569ZPlanning: Consolidating action changes ... Done
1952025-02-10T18:07:07.840ZPlanning: Evaluating mediators ... Done
1962025-02-10T18:07:07.843ZPlanning: Planning completed in 0.44 seconds
1972025-02-10T18:07:07.880Z Mediators to change: 2
1982025-02-10T18:07:07.880Z Create boot environment: No
1992025-02-10T18:07:07.883ZCreate backup boot environment: No
2002025-02-10T18:07:07.963Z Done
2012025-02-10T18:07:07.963Z Done
2022025-02-10T18:07:08.340Z Done
2032025-02-10T18:07:12.334Z Done
2042025-02-10T18:07:12.422Z Done
2052025-02-10T18:07:12.427Z Done
2062025-02-10T18:07:12.573Z Done
2072025-02-10T18:07:13.185ZPlanning: Evaluating mediator changes ... Done
2082025-02-10T18:07:13.188ZPlanning: Merging actions ... Done
2092025-02-10T18:07:13.373ZPlanning: Checking for conflicting actions ... Done
2102025-02-10T18:07:13.376ZPlanning: Consolidating action changes ... Done
2112025-02-10T18:07:13.634ZPlanning: Evaluating mediators ... Done
2122025-02-10T18:07:13.689ZPlanning: Planning completed in 0.74 seconds
2132025-02-10T18:07:13.729Z Packages to change: 1
2142025-02-10T18:07:13.729Z Mediators to change: 1
2152025-02-10T18:07:13.732Z Services to change: 1
2162025-02-10T18:07:13.732Z Create boot environment: No
2172025-02-10T18:07:13.732ZCreate backup boot environment: Yes
2182025-02-10T18:07:16.071Z Actions: 1/6 actions (Updating modified actions)
2192025-02-10T18:07:16.074Z Actions: Completed 6 actions in 0.00 seconds.
2202025-02-10T18:07:16.074Z Done
2212025-02-10T18:07:16.074Z Done
2222025-02-10T18:07:16.194Z Done
2232025-02-10T18:07:19.759Z Done
2242025-02-10T18:07:19.848Z Done
2252025-02-10T18:07:19.851Z Done
2262025-02-10T18:07:19.989Z Done
2272025-02-10T18:07:20.434ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282025-02-10T18:07:20.434Zclang system 15 system
2292025-02-10T18:07:20.434Zcsh system system illumos
2302025-02-10T18:07:20.434Zctags system system illumos
2312025-02-10T18:07:20.434Zgcc vendor 12 vendor
2322025-02-10T18:07:20.434Zgcc system 10 system
2332025-02-10T18:07:20.434Zgcc system 7 system
2342025-02-10T18:07:20.434Zgo system 1.20 system
2352025-02-10T18:07:20.434Zgo system 1.19 system
2362025-02-10T18:07:20.434Zllvm system 15 system
2372025-02-10T18:07:20.434Zllvm system 14 system
2382025-02-10T18:07:20.434Zmariadb system 10.6 system
2392025-02-10T18:07:20.434Zmta vendor vendor dma
2402025-02-10T18:07:20.434Zopenjdk system 17 system
2412025-02-10T18:07:20.434Zopenjdk system 11 system
2422025-02-10T18:07:20.434Zopenjdk system 1.8 system
2432025-02-10T18:07:20.434Zopenssl vendor 3 vendor
2442025-02-10T18:07:20.434Zperl system 5.36 system
2452025-02-10T18:07:20.434Zpostgresql system 15 system
2462025-02-10T18:07:20.434Zpostgresql system 13 system
2472025-02-10T18:07:20.434Zpython vendor 3 vendor
2482025-02-10T18:07:20.434Zpython system 2 system
2492025-02-10T18:07:20.434Zpython3 system 3.11 system
2502025-02-10T18:07:20.434Zruby system 3.0 system
2512025-02-10T18:07:20.434Zwords vendor vendor american-english
2522025-02-10T18:07:20.434Zwords system system australian-english
2532025-02-10T18:07:20.434Zwords system system british-english
2542025-02-10T18:07:20.434Zwords system system canadian-english
2552025-02-10T18:07:20.435Zwords system system french
2562025-02-10T18:07:20.435Zwords system system italian
2572025-02-10T18:07:20.435Zwords system system ngerman
2582025-02-10T18:07:20.435Zwords system system ogerman
2592025-02-10T18:07:20.435Zwords system system spanish
2602025-02-10T18:07:20.768ZPUBLISHER TYPE STATUS P LOCATION
2612025-02-10T18:07:20.768Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622025-02-10T18:07:23.681ZFMRI IFO
2632025-02-10T18:07:23.681Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642025-02-10T18:07:23.681Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652025-02-10T18:07:23.681Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662025-02-10T18:07:23.681Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672025-02-10T18:07:23.681Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682025-02-10T18:07:23.681Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692025-02-10T18:07:23.681Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2702025-02-10T18:07:23.681Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2712025-02-10T18:07:23.681Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2722025-02-10T18:07:23.682Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2732025-02-10T18:07:23.682Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2742025-02-10T18:07:23.682Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752025-02-10T18:07:23.682Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2762025-02-10T18:07:23.682Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2772025-02-10T18:07:23.682Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2782025-02-10T18:07:24.442Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2792025-02-10T18:07:24.763Z Updating crates.io index
2802025-02-10T18:07:24.803Z Updating git repository `https://github.com/oxidecomputer/daft`
2812025-02-10T18:07:25.140Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2822025-02-10T18:07:25.690Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2832025-02-10T18:07:25.987Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842025-02-10T18:07:26.235Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852025-02-10T18:07:26.516Z Updating git repository `https://github.com/oxidecomputer/propolis`
2862025-02-10T18:07:27.574Z Updating git repository `https://github.com/oxidecomputer/crucible`
2872025-02-10T18:07:29.430Z Updating git repository `https://github.com/oxidecomputer/opte`
2882025-02-10T18:07:30.235Z Updating git repository `https://github.com/oxidecomputer/falcon`
2892025-02-10T18:07:31.089Z Updating git repository `https://github.com/oxidecomputer/clickward`
2902025-02-10T18:07:31.365Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2912025-02-10T18:07:31.687Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2922025-02-10T18:07:32.175Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2932025-02-10T18:07:32.797Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2942025-02-10T18:07:33.137Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2952025-02-10T18:07:33.480Z Updating git repository `https://github.com/oxidecomputer/tofino`
2962025-02-10T18:07:33.767Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2972025-02-10T18:07:34.043Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2982025-02-10T18:07:34.370Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2992025-02-10T18:07:34.688Z Updating git repository `https://github.com/oxidecomputer/lldp`
3002025-02-10T18:07:35.006Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012025-02-10T18:07:35.334Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3022025-02-10T18:07:35.654Z Updating git repository `https://github.com/oxidecomputer/ispf`
3032025-02-10T18:07:36.024Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3042025-02-10T18:07:36.326Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3052025-02-10T18:07:36.861Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3062025-02-10T18:07:37.144Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072025-02-10T18:07:37.552Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3082025-02-10T18:07:38.063Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3092025-02-10T18:07:38.334Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3102025-02-10T18:07:38.617Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3112025-02-10T18:07:38.890Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3122025-02-10T18:07:40.088Z Downloading crates ...
3132025-02-10T18:07:40.157Z Downloaded anstyle-query v1.1.1
3142025-02-10T18:07:40.160Z Downloaded byteorder v1.5.0
3152025-02-10T18:07:40.163Z Downloaded bytecount v0.6.8
3162025-02-10T18:07:40.165Z Downloaded anyhow v1.0.95
3172025-02-10T18:07:40.169Z Downloaded equivalent v1.0.1
3182025-02-10T18:07:40.195Z Downloaded pretty-hex v0.4.1
3192025-02-10T18:07:40.200Z Downloaded usdt-macro v0.5.0
3202025-02-10T18:07:40.203Z Downloaded dtrace-parser v0.2.0
3212025-02-10T18:07:40.206Z Downloaded usdt-attr-macro v0.5.0
3222025-02-10T18:07:40.206Z Downloaded scroll_derive v0.12.0
3232025-02-10T18:07:40.218Z Downloaded block-buffer v0.10.4
3242025-02-10T18:07:40.220Z Downloaded anstyle-parse v0.2.5
3252025-02-10T18:07:40.220Z Downloaded anstyle v1.0.10
3262025-02-10T18:07:40.223Z Downloaded heck v0.5.0
3272025-02-10T18:07:40.223Z Downloaded autocfg v1.4.0
3282025-02-10T18:07:40.227Z Downloaded pest_generator v2.7.14
3292025-02-10T18:07:40.230Z Downloaded terminal_size v0.4.0
3302025-02-10T18:07:40.233Z Downloaded is_terminal_polyfill v1.70.1
3312025-02-10T18:07:40.233Z Downloaded colorchoice v1.0.2
3322025-02-10T18:07:40.236Z Downloaded plain v0.2.3
3332025-02-10T18:07:40.239Z Downloaded cpufeatures v0.2.14
3342025-02-10T18:07:40.239Z Downloaded unicode-linebreak v0.1.5
3352025-02-10T18:07:40.242Z Downloaded digest v0.10.7
3362025-02-10T18:07:40.245Z Downloaded tabled_derive v0.7.0
3372025-02-10T18:07:40.248Z Downloaded smawk v0.3.2
3382025-02-10T18:07:40.248Z Downloaded generic-array v0.14.7
3392025-02-10T18:07:40.251Z Downloaded macaddr v1.0.1
3402025-02-10T18:07:40.251Z Downloaded heck v0.4.1
3412025-02-10T18:07:40.251Z Downloaded fastrand v2.1.1
3422025-02-10T18:07:40.253Z Downloaded utf8parse v0.2.2
3432025-02-10T18:07:40.257Z Downloaded usdt v0.5.0
3442025-02-10T18:07:40.259Z Downloaded serde_tokenstream v0.2.2
3452025-02-10T18:07:40.259Z Downloaded serde_spanned v0.6.8
3462025-02-10T18:07:40.262Z Downloaded errno v0.3.9
3472025-02-10T18:07:40.262Z Downloaded thread-id v4.2.2
3482025-02-10T18:07:40.265Z Downloaded clap_lex v0.7.4
3492025-02-10T18:07:40.268Z Downloaded proc-macro-error-attr v1.0.4
3502025-02-10T18:07:40.268Z Downloaded toml_datetime v0.6.8
3512025-02-10T18:07:40.268Z Downloaded itoa v1.0.11
3522025-02-10T18:07:40.271Z Downloaded version_check v0.9.5
3532025-02-10T18:07:40.271Z Downloaded dof v0.3.0
3542025-02-10T18:07:40.273Z Downloaded strsim v0.11.1
3552025-02-10T18:07:40.273Z Downloaded anstream v0.6.15
3562025-02-10T18:07:40.276Z Downloaded memmap v0.7.0
3572025-02-10T18:07:40.276Z Downloaded cargo_metadata v0.18.1
3582025-02-10T18:07:40.278Z Downloaded cargo-platform v0.1.8
3592025-02-10T18:07:40.279Z Downloaded camino-tempfile v1.1.1
3602025-02-10T18:07:40.281Z Downloaded swrite v0.1.0
3612025-02-10T18:07:40.281Z Downloaded cfg-if v1.0.0
3622025-02-10T18:07:40.284Z Downloaded fs-err v2.11.0
3632025-02-10T18:07:40.284Z Downloaded once_cell v1.20.2
3642025-02-10T18:07:40.287Z Downloaded camino v1.1.9
3652025-02-10T18:07:40.297Z Downloaded thiserror-impl v1.0.69
3662025-02-10T18:07:40.300Z Downloaded tempfile v3.13.0
3672025-02-10T18:07:40.303Z Downloaded zerocopy-derive v0.7.35
3682025-02-10T18:07:40.305Z Downloaded quote v1.0.38
3692025-02-10T18:07:40.308Z Downloaded thiserror v1.0.69
3702025-02-10T18:07:40.312Z Downloaded usdt-impl v0.5.0
3712025-02-10T18:07:40.315Z Downloaded fnv v1.0.7
3722025-02-10T18:07:40.315Z Downloaded bitflags v2.6.0
3732025-02-10T18:07:40.318Z Downloaded semver v1.0.24
3742025-02-10T18:07:40.321Z Downloaded proc-macro-error v1.0.4
3752025-02-10T18:07:40.324Z Downloaded pest_derive v2.7.14
3762025-02-10T18:07:40.327Z Downloaded crypto-common v0.1.6
3772025-02-10T18:07:40.327Z Downloaded clap v4.5.27
3782025-02-10T18:07:40.334Z Downloaded unicode-ident v1.0.14
3792025-02-10T18:07:40.336Z Downloaded clap_derive v4.5.24
3802025-02-10T18:07:40.339Z Downloaded cargo_toml v0.20.5
3812025-02-10T18:07:40.342Z Downloaded typenum v1.17.0
3822025-02-10T18:07:40.345Z Downloaded pest_meta v2.7.14
3832025-02-10T18:07:40.345Z Downloaded toml v0.8.19
3842025-02-10T18:07:40.348Z Downloaded ucd-trie v0.1.7
3852025-02-10T18:07:40.351Z Downloaded log v0.4.22
3862025-02-10T18:07:40.354Z Downloaded ryu v1.0.18
3872025-02-10T18:07:40.356Z Downloaded papergrid v0.11.0
3882025-02-10T18:07:40.359Z Downloaded sha2 v0.10.8
3892025-02-10T18:07:40.362Z Downloaded scroll v0.12.0
3902025-02-10T18:07:40.364Z Downloaded serde_derive v1.0.217
3912025-02-10T18:07:40.367Z Downloaded proc-macro2 v1.0.92
3922025-02-10T18:07:40.369Z Downloaded textwrap v0.16.1
3932025-02-10T18:07:40.377Z Downloaded indexmap v2.7.1
3942025-02-10T18:07:40.385Z Downloaded serde v1.0.217
3952025-02-10T18:07:40.389Z Downloaded memchr v2.7.4
3962025-02-10T18:07:40.394Z Downloaded toml_edit v0.22.22
3972025-02-10T18:07:40.444Z Downloaded clap_builder v4.5.27
3982025-02-10T18:07:40.450Z Downloaded zerocopy v0.7.35
3992025-02-10T18:07:40.465Z Downloaded serde_json v1.0.135
4002025-02-10T18:07:40.472Z Downloaded hashbrown v0.15.1
4012025-02-10T18:07:40.476Z Downloaded winnow v0.6.20
4022025-02-10T18:07:40.484Z Downloaded goblin v0.8.2
4032025-02-10T18:07:40.490Z Downloaded tabled v0.15.0
4042025-02-10T18:07:40.504Z Downloaded pest v2.7.14
4052025-02-10T18:07:40.509Z Downloaded syn v1.0.109
4062025-02-10T18:07:40.536Z Downloaded unicode-width v0.1.14
4072025-02-10T18:07:40.541Z Downloaded syn v2.0.96
4082025-02-10T18:07:40.555Z Downloaded rustix v0.38.37
4092025-02-10T18:07:40.583Z Downloaded libc v0.2.169
4102025-02-10T18:07:40.897Z Compiling proc-macro2 v1.0.92
4112025-02-10T18:07:40.897Z Compiling unicode-ident v1.0.14
4122025-02-10T18:07:40.900Z Compiling version_check v0.9.5
4132025-02-10T18:07:40.900Z Compiling serde v1.0.217
4142025-02-10T18:07:40.900Z Compiling memchr v2.7.4
4152025-02-10T18:07:40.900Z Compiling thiserror v1.0.69
4162025-02-10T18:07:40.933Z Compiling libc v0.2.169
4172025-02-10T18:07:40.936Z Compiling itoa v1.0.11
4182025-02-10T18:07:41.165Z Compiling ryu v1.0.18
4192025-02-10T18:07:41.190Z Compiling ucd-trie v0.1.7
4202025-02-10T18:07:41.697Z Compiling once_cell v1.20.2
4212025-02-10T18:07:41.721Z Compiling byteorder v1.5.0
4222025-02-10T18:07:41.724Z Compiling serde_json v1.0.135
4232025-02-10T18:07:41.948Z Compiling rustix v0.38.37
4242025-02-10T18:07:42.140Z Compiling bitflags v2.6.0
4252025-02-10T18:07:42.164Z Compiling usdt-impl v0.5.0
4262025-02-10T18:07:42.452Z Compiling proc-macro-error-attr v1.0.4
4272025-02-10T18:07:42.493Z Compiling syn v1.0.109
4282025-02-10T18:07:42.555Z Compiling proc-macro-error v1.0.4
4292025-02-10T18:07:42.657Z Compiling camino v1.1.9
4302025-02-10T18:07:42.697Z Compiling quote v1.0.38
4312025-02-10T18:07:42.828Z Compiling utf8parse v0.2.2
4322025-02-10T18:07:42.853Z Compiling equivalent v1.0.1
4332025-02-10T18:07:42.989Z Compiling errno v0.3.9
4342025-02-10T18:07:43.018Z Compiling plain v0.2.3
4352025-02-10T18:07:43.073Z Compiling syn v2.0.96
4362025-02-10T18:07:43.121Z Compiling hashbrown v0.15.1
4372025-02-10T18:07:43.234Z Compiling log v0.4.22
4382025-02-10T18:07:43.332Z Compiling anstyle-parse v0.2.5
4392025-02-10T18:07:43.375Z Compiling thread-id v4.2.2
4402025-02-10T18:07:43.651Z Compiling semver v1.0.24
4412025-02-10T18:07:43.679Z Compiling winnow v0.6.20
4422025-02-10T18:07:43.914Z Compiling unicode-width v0.1.14
4432025-02-10T18:07:44.132Z Compiling indexmap v2.7.1
4442025-02-10T18:07:44.159Z Compiling autocfg v1.4.0
4452025-02-10T18:07:44.162Z Compiling pretty-hex v0.4.1
4462025-02-10T18:07:44.419Z Compiling anstyle v1.0.10
4472025-02-10T18:07:44.445Z Compiling is_terminal_polyfill v1.70.1
4482025-02-10T18:07:44.591Z Compiling colorchoice v1.0.2
4492025-02-10T18:07:44.781Z Compiling anstyle-query v1.1.1
4502025-02-10T18:07:45.007Z Compiling anstream v0.6.15
4512025-02-10T18:07:45.132Z Compiling fs-err v2.11.0
4522025-02-10T18:07:45.195Z Compiling terminal_size v0.4.0
4532025-02-10T18:07:45.446Z Compiling fastrand v2.1.1
4542025-02-10T18:07:45.471Z Compiling fnv v1.0.7
4552025-02-10T18:07:45.548Z Compiling heck v0.4.1
4562025-02-10T18:07:45.662Z Compiling cfg-if v1.0.0
4572025-02-10T18:07:45.779Z Compiling strsim v0.11.1
4582025-02-10T18:07:45.806Z Compiling bytecount v0.6.8
4592025-02-10T18:07:45.981Z Compiling anyhow v1.0.95
4602025-02-10T18:07:46.035Z Compiling clap_lex v0.7.4
4612025-02-10T18:07:46.035Z Compiling heck v0.5.0
4622025-02-10T18:07:46.501Z Compiling clap_builder v4.5.27
4632025-02-10T18:07:46.526Z Compiling papergrid v0.11.0
4642025-02-10T18:07:46.553Z Compiling tempfile v3.13.0
4652025-02-10T18:07:46.732Z Compiling memmap v0.7.0
4662025-02-10T18:07:46.999Z Compiling unicode-linebreak v0.1.5
4672025-02-10T18:07:47.033Z Compiling smawk v0.3.2
4682025-02-10T18:07:47.313Z Compiling swrite v0.1.0
4692025-02-10T18:07:47.454Z Compiling textwrap v0.16.1
4702025-02-10T18:07:48.180Z Compiling tabled_derive v0.7.0
4712025-02-10T18:07:49.699Z Compiling serde_derive v1.0.217
4722025-02-10T18:07:49.699Z Compiling thiserror-impl v1.0.69
4732025-02-10T18:07:49.703Z Compiling zerocopy-derive v0.7.35
4742025-02-10T18:07:49.703Z Compiling scroll_derive v0.12.0
4752025-02-10T18:07:49.703Z Compiling clap_derive v4.5.24
4762025-02-10T18:07:49.969Z Compiling tabled v0.15.0
4772025-02-10T18:07:51.103Z Compiling scroll v0.12.0
4782025-02-10T18:07:51.654Z Compiling goblin v0.8.2
4792025-02-10T18:07:51.685Z Compiling zerocopy v0.7.35
4802025-02-10T18:07:52.742Z Compiling pest v2.7.14
4812025-02-10T18:07:53.248Z Compiling clap v4.5.27
4822025-02-10T18:07:54.795Z Compiling pest_meta v2.7.14
4832025-02-10T18:07:55.797Z Compiling pest_generator v2.7.14
4842025-02-10T18:07:57.221Z Compiling pest_derive v2.7.14
4852025-02-10T18:07:57.804Z Compiling dtrace-parser v0.2.0
4862025-02-10T18:07:58.715Z Compiling toml_datetime v0.6.8
4872025-02-10T18:07:58.715Z Compiling serde_spanned v0.6.8
4882025-02-10T18:07:58.718Z Compiling cargo-platform v0.1.8
4892025-02-10T18:07:59.047Z Compiling serde_tokenstream v0.2.2
4902025-02-10T18:07:59.068Z Compiling macaddr v1.0.1
4912025-02-10T18:07:59.231Z Compiling toml_edit v0.22.22
4922025-02-10T18:07:59.269Z Compiling camino-tempfile v1.1.1
4932025-02-10T18:08:00.104Z Compiling dof v0.3.0
4942025-02-10T18:08:00.104Z Compiling cargo_metadata v0.18.1
4952025-02-10T18:08:01.813Z Compiling usdt-macro v0.5.0
4962025-02-10T18:08:01.813Z Compiling usdt-attr-macro v0.5.0
4972025-02-10T18:08:01.997Z Compiling toml v0.8.19
4982025-02-10T18:08:02.844Z Compiling cargo_toml v0.20.5
4992025-02-10T18:08:02.979Z Compiling usdt v0.5.0
5002025-02-10T18:08:05.520Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5012025-02-10T18:08:08.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.37s
5022025-02-10T18:08:08.884Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5032025-02-10T18:08:09.407Z Downloading crates ...
5042025-02-10T18:08:09.532Z Downloaded aead v0.5.2
5052025-02-10T18:08:09.540Z Downloaded base64 v0.22.1
5062025-02-10T18:08:09.543Z Downloaded atty v0.2.14
5072025-02-10T18:08:09.545Z Downloaded atomicwrites v0.4.4
5082025-02-10T18:08:09.553Z Downloaded cfg_aliases v0.2.1
5092025-02-10T18:08:09.558Z Downloaded heapless v0.8.0
5102025-02-10T18:08:09.563Z Downloaded ciborium-io v0.2.2
5112025-02-10T18:08:09.566Z Downloaded cfg_aliases v0.1.1
5122025-02-10T18:08:09.566Z Downloaded http-range v0.1.5
5132025-02-10T18:08:09.569Z Downloaded hubpack_derive v0.1.1
5142025-02-10T18:08:09.569Z Downloaded crucible-workspace-hack v0.1.0
5152025-02-10T18:08:09.571Z Downloaded assert_matches v1.5.0
5162025-02-10T18:08:09.578Z Downloaded cstr-argument v0.1.2
5172025-02-10T18:08:09.581Z Downloaded async-stream-impl v0.3.6
5182025-02-10T18:08:09.584Z Downloaded crunchy v0.2.2
5192025-02-10T18:08:09.587Z Downloaded ident_case v1.0.1
5202025-02-10T18:08:09.591Z Downloaded icu_provider_macros v1.5.0
5212025-02-10T18:08:09.594Z Downloaded http-body v1.0.1
5222025-02-10T18:08:09.594Z Downloaded md5 v0.7.0
5232025-02-10T18:08:09.597Z Downloaded base16ct v0.2.0
5242025-02-10T18:08:09.600Z Downloaded blowfish v0.9.1
5252025-02-10T18:08:09.600Z Downloaded block-padding v0.3.3
5262025-02-10T18:08:09.600Z Downloaded bitfield-struct v0.6.2
5272025-02-10T18:08:09.603Z Downloaded match_cfg v0.1.0
5282025-02-10T18:08:09.605Z Downloaded bitfield v0.14.0
5292025-02-10T18:08:09.605Z Downloaded is_ci v1.2.0
5302025-02-10T18:08:09.608Z Downloaded async-recursion v1.1.1
5312025-02-10T18:08:09.610Z Downloaded mirai-annotations v1.12.0
5322025-02-10T18:08:09.613Z Downloaded chacha20 v0.9.1
5332025-02-10T18:08:09.616Z Downloaded hex-literal v0.4.1
5342025-02-10T18:08:09.616Z Downloaded ciborium-ll v0.2.2
5352025-02-10T18:08:09.620Z Downloaded cassowary v0.3.0
5362025-02-10T18:08:09.623Z Downloaded hyper-tls v0.6.0
5372025-02-10T18:08:09.623Z Downloaded constant_time_eq v0.3.1
5382025-02-10T18:08:09.623Z Downloaded cmake v0.1.51
5392025-02-10T18:08:09.626Z Downloaded async-stream v0.3.6
5402025-02-10T18:08:09.628Z Downloaded curve25519-dalek-derive v0.1.1
5412025-02-10T18:08:09.628Z Downloaded heck v0.3.3
5422025-02-10T18:08:09.631Z Downloaded bcrypt-pbkdf v0.10.0
5432025-02-10T18:08:09.631Z Downloaded ascii-canvas v3.0.0
5442025-02-10T18:08:09.634Z Downloaded md-5 v0.10.6
5452025-02-10T18:08:09.636Z Downloaded array-init v0.0.4
5462025-02-10T18:08:09.637Z Downloaded instability v0.3.2
5472025-02-10T18:08:09.639Z Downloaded lazy_static v1.5.0
5482025-02-10T18:08:09.639Z Downloaded darling v0.20.10
5492025-02-10T18:08:09.644Z Downloaded lru v0.12.5
5502025-02-10T18:08:09.646Z Downloaded memoffset v0.9.1
5512025-02-10T18:08:09.649Z Downloaded lalrpop-util v0.19.12
5522025-02-10T18:08:09.649Z Downloaded bitflags v1.3.2
5532025-02-10T18:08:09.653Z Downloaded lockfree-object-pool v0.1.6
5542025-02-10T18:08:09.656Z Downloaded ipnetwork v0.20.0
5552025-02-10T18:08:09.659Z Downloaded const_format_proc_macros v0.2.34
5562025-02-10T18:08:09.663Z Downloaded cexpr v0.6.0
5572025-02-10T18:08:09.666Z Downloaded argon2 v0.5.3
5582025-02-10T18:08:09.666Z Downloaded lru-cache v0.1.2
5592025-02-10T18:08:09.669Z Downloaded atomic-waker v1.1.2
5602025-02-10T18:08:09.669Z Downloaded indoc v1.0.9
5612025-02-10T18:08:09.671Z Downloaded crc-catalog v2.4.0
5622025-02-10T18:08:09.674Z Downloaded linked-hash-map v0.5.6
5632025-02-10T18:08:09.677Z Downloaded chrono-tz-build v0.4.0
5642025-02-10T18:08:09.677Z Downloaded bcs v0.1.6
5652025-02-10T18:08:09.679Z Downloaded maybe-uninit v2.0.0
5662025-02-10T18:08:09.682Z Downloaded cookie_store v0.21.1
5672025-02-10T18:08:09.684Z Downloaded kstat-rs v0.2.4
5682025-02-10T18:08:09.684Z Downloaded is-terminal v0.4.13
5692025-02-10T18:08:09.687Z Downloaded crc32fast v1.4.2
5702025-02-10T18:08:09.690Z Downloaded internet-checksum v0.2.1
5712025-02-10T18:08:09.690Z Downloaded base64ct v1.6.0
5722025-02-10T18:08:09.693Z Downloaded hyper-rustls v0.27.3
5732025-02-10T18:08:09.696Z Downloaded litemap v0.7.3
5742025-02-10T18:08:09.698Z Downloaded progenitor-client v0.9.1
5752025-02-10T18:08:09.698Z Downloaded base64 v0.13.1
5762025-02-10T18:08:09.702Z Downloaded sqlparser_derive v0.2.2
5772025-02-10T18:08:09.705Z Downloaded libloading v0.8.5
5782025-02-10T18:08:09.707Z Downloaded hyper-staticfile v0.10.1
5792025-02-10T18:08:09.710Z Downloaded mime v0.3.17
5802025-02-10T18:08:09.713Z Downloaded jobserver v0.1.32
5812025-02-10T18:08:09.715Z Downloaded managed v0.8.0
5822025-02-10T18:08:09.715Z Downloaded bzip2 v0.4.4
5832025-02-10T18:08:09.718Z Downloaded backoff v0.4.0
5842025-02-10T18:08:09.721Z Downloaded multer v3.1.0
5852025-02-10T18:08:09.724Z Downloaded maplit v1.0.2
5862025-02-10T18:08:09.726Z Downloaded hickory-client v0.24.2
5872025-02-10T18:08:09.729Z Downloaded rand_seeder v0.3.0
5882025-02-10T18:08:09.729Z Downloaded radium v0.7.0
5892025-02-10T18:08:09.732Z Downloaded vte_generate_state_changes v0.1.2
5902025-02-10T18:08:09.732Z Downloaded mime_guess v2.0.5
5912025-02-10T18:08:09.735Z Downloaded write16 v1.0.0
5922025-02-10T18:08:09.735Z Downloaded icu_normalizer v1.5.0
5932025-02-10T18:08:09.739Z Downloaded mockall v0.13.0
5942025-02-10T18:08:09.741Z Downloaded buf-list v1.0.3
5952025-02-10T18:08:09.744Z Downloaded blake2 v0.10.6
5962025-02-10T18:08:09.746Z Downloaded icu_provider v1.5.0
5972025-02-10T18:08:09.749Z Downloaded icu_locid_transform v1.5.0
5982025-02-10T18:08:09.752Z Downloaded const-oid v0.9.6
5992025-02-10T18:08:09.755Z Downloaded hmac v0.12.1
6002025-02-10T18:08:09.758Z Downloaded serde_path_to_error v0.1.16
6012025-02-10T18:08:09.760Z Downloaded zerofrom v0.1.4
6022025-02-10T18:08:09.763Z Downloaded crossbeam-utils v0.8.20
6032025-02-10T18:08:09.765Z Downloaded crossbeam-epoch v0.9.18
6042025-02-10T18:08:09.768Z Downloaded indexmap v1.9.3
6052025-02-10T18:08:09.771Z Downloaded fxhash v0.2.1
6062025-02-10T18:08:09.774Z Downloaded termcolor v1.4.1
6072025-02-10T18:08:09.774Z Downloaded structmeta v0.2.0
6082025-02-10T18:08:09.776Z Downloaded smf v0.2.3
6092025-02-10T18:08:09.776Z Downloaded miniz_oxide v0.8.0
6102025-02-10T18:08:09.779Z Downloaded icu_normalizer_data v1.5.0
6112025-02-10T18:08:09.782Z Downloaded slab v0.4.9
6122025-02-10T18:08:09.784Z Downloaded siphasher v0.3.11
6132025-02-10T18:08:09.784Z Downloaded lock_api v0.4.12
6142025-02-10T18:08:09.787Z Downloaded cookie v0.18.1
6152025-02-10T18:08:09.790Z Downloaded csv-core v0.1.11
6162025-02-10T18:08:09.792Z Downloaded cancel-safe-futures v0.1.5
6172025-02-10T18:08:09.795Z Downloaded oso-derive v0.27.3
6182025-02-10T18:08:09.798Z Downloaded mockall_derive v0.13.0
6192025-02-10T18:08:09.798Z Downloaded typify-macro v0.2.0
6202025-02-10T18:08:09.801Z Downloaded ahash v0.8.11
6212025-02-10T18:08:09.803Z Downloaded icu_locid v1.5.0
6222025-02-10T18:08:09.807Z Downloaded thread_local v1.1.8
6232025-02-10T18:08:09.810Z Downloaded thiserror-no-std v2.0.2
6242025-02-10T18:08:09.813Z Downloaded strum_macros v0.25.3
6252025-02-10T18:08:09.815Z Downloaded console v0.15.10
6262025-02-10T18:08:09.818Z Downloaded foreign-types-shared v0.1.1
6272025-02-10T18:08:09.821Z Downloaded writeable v0.5.5
6282025-02-10T18:08:09.823Z Downloaded compact_str v0.8.0
6292025-02-10T18:08:09.826Z Downloaded serde-big-array v0.5.1
6302025-02-10T18:08:09.831Z Downloaded deranged v0.3.11
6312025-02-10T18:08:09.831Z Downloaded either v1.13.0
6322025-02-10T18:08:09.835Z Downloaded shell-words v1.1.0
6332025-02-10T18:08:09.835Z Downloaded serde_derive_internals v0.29.1
6342025-02-10T18:08:09.838Z Downloaded group v0.13.0
6352025-02-10T18:08:09.838Z Downloaded ed25519 v2.2.3
6362025-02-10T18:08:09.841Z Downloaded sync-ptr v0.1.1
6372025-02-10T18:08:09.841Z Downloaded zeroize v1.8.1
6382025-02-10T18:08:09.844Z Downloaded zerofrom-derive v0.1.4
6392025-02-10T18:08:09.844Z Downloaded dyn-clone v1.0.17
6402025-02-10T18:08:09.847Z Downloaded glob v0.3.2
6412025-02-10T18:08:09.847Z Downloaded tokio-rustls v0.24.1
6422025-02-10T18:08:09.850Z Downloaded num-derive v0.4.2
6432025-02-10T18:08:09.853Z Downloaded litrs v0.4.1
6442025-02-10T18:08:09.855Z Downloaded foreign-types-macros v0.2.3
6452025-02-10T18:08:09.855Z Downloaded foreign-types v0.5.0
6462025-02-10T18:08:09.859Z Downloaded term v0.7.0
6472025-02-10T18:08:09.861Z Downloaded spin v0.9.8
6482025-02-10T18:08:09.864Z Downloaded packed_struct_codegen v0.10.1
6492025-02-10T18:08:09.866Z Downloaded try-lock v0.2.5
6502025-02-10T18:08:09.866Z Downloaded crc-any v2.5.0
6512025-02-10T18:08:09.869Z Downloaded indicatif v0.17.11
6522025-02-10T18:08:09.873Z Downloaded typify v0.2.0
6532025-02-10T18:08:09.876Z Downloaded zone_cfg_derive v0.1.2
6542025-02-10T18:08:09.879Z Downloaded waitgroup v0.1.2
6552025-02-10T18:08:09.879Z Downloaded hyper-util v0.1.10
6562025-02-10T18:08:09.883Z Downloaded rand_xorshift v0.3.0
6572025-02-10T18:08:09.886Z Downloaded rand_core v0.6.4
6582025-02-10T18:08:09.886Z Downloaded phf v0.11.2
6592025-02-10T18:08:09.889Z Downloaded icu_collections v1.5.0
6602025-02-10T18:08:09.900Z Downloaded rpassword v7.3.1
6612025-02-10T18:08:09.903Z Downloaded derive_builder v0.20.2
6622025-02-10T18:08:09.911Z Downloaded zone_cfg_derive v0.3.0
6632025-02-10T18:08:09.914Z Downloaded slog-scope v4.4.0
6642025-02-10T18:08:09.917Z Downloaded packed_struct v0.10.1
6652025-02-10T18:08:09.923Z Downloaded tinystr v0.7.6
6662025-02-10T18:08:09.928Z Downloaded tiny-keccak v2.0.2
6672025-02-10T18:08:09.928Z Downloaded num-integer v0.1.46
6682025-02-10T18:08:09.931Z Downloaded normalize-line-endings v0.3.0
6692025-02-10T18:08:09.931Z Downloaded string_cache v0.8.7
6702025-02-10T18:08:09.931Z Downloaded globset v0.4.15
6712025-02-10T18:08:09.933Z Downloaded owo-colors v4.1.0
6722025-02-10T18:08:09.938Z Downloaded precomputed-hash v0.1.1
6732025-02-10T18:08:09.943Z Downloaded path-slash v0.1.5
6742025-02-10T18:08:09.943Z Downloaded topological-sort v0.2.2
6752025-02-10T18:08:09.943Z Downloaded tui-tree-widget v0.22.0
6762025-02-10T18:08:09.946Z Downloaded crypto-bigint v0.5.5
6772025-02-10T18:08:09.962Z Downloaded pin-utils v0.1.0
6782025-02-10T18:08:09.962Z Downloaded hickory-resolver v0.24.2
6792025-02-10T18:08:09.965Z Downloaded diesel-dtrace v0.4.2
6802025-02-10T18:08:09.968Z Downloaded zerovec-derive v0.10.3
6812025-02-10T18:08:09.971Z Downloaded derive-where v1.2.7
6822025-02-10T18:08:09.974Z Downloaded uuid v1.12.0
6832025-02-10T18:08:09.976Z Downloaded wait-timeout v0.2.0
6842025-02-10T18:08:09.979Z Downloaded dunce v1.0.5
6852025-02-10T18:08:09.982Z Downloaded sha1 v0.10.6
6862025-02-10T18:08:09.982Z Downloaded dsl_auto_type v0.1.2
6872025-02-10T18:08:09.985Z Downloaded rustls-pemfile v2.2.0
6882025-02-10T18:08:09.985Z Downloaded postgres-types v0.2.8
6892025-02-10T18:08:09.988Z Downloaded newtype-uuid v1.2.1
6902025-02-10T18:08:09.991Z Downloaded fallible-iterator v0.3.0
6912025-02-10T18:08:09.993Z Downloaded postgres-protocol v0.6.7
6922025-02-10T18:08:09.993Z Downloaded pin-project-lite v0.2.14
6932025-02-10T18:08:09.999Z Downloaded futures-task v0.3.31
6942025-02-10T18:08:10.003Z Downloaded funty v2.0.0
6952025-02-10T18:08:10.004Z Downloaded fallible-streaming-iterator v0.1.9
6962025-02-10T18:08:10.007Z Downloaded vte v0.11.1
6972025-02-10T18:08:10.007Z Downloaded want v0.3.1
6982025-02-10T18:08:10.007Z Downloaded pbkdf2 v0.11.0
6992025-02-10T18:08:10.010Z Downloaded schemars v0.8.21
7002025-02-10T18:08:10.022Z Downloaded tokio-rustls v0.25.0
7012025-02-10T18:08:10.025Z Downloaded progenitor-macro v0.9.1
7022025-02-10T18:08:10.027Z Downloaded ppv-lite86 v0.2.20
7032025-02-10T18:08:10.027Z Downloaded http v1.2.0
7042025-02-10T18:08:10.031Z Downloaded paste v1.0.15
7052025-02-10T18:08:10.035Z Downloaded serde_urlencoded v0.7.1
7062025-02-10T18:08:10.038Z Downloaded scrypt v0.11.0
7072025-02-10T18:08:10.038Z Downloaded rtoolbox v0.0.2
7082025-02-10T18:08:10.041Z Downloaded rfc6979 v0.4.0
7092025-02-10T18:08:10.041Z Downloaded slog-bunyan v2.5.0
7102025-02-10T18:08:10.044Z Downloaded walkdir v2.5.0
7112025-02-10T18:08:10.047Z Downloaded toml v0.7.8
7122025-02-10T18:08:10.049Z Downloaded pretty-hex v0.2.1
7132025-02-10T18:08:10.049Z Downloaded vsss-rs v3.3.4
7142025-02-10T18:08:10.052Z Downloaded supports-color v3.0.1
7152025-02-10T18:08:10.055Z Downloaded socket2 v0.5.7
7162025-02-10T18:08:10.058Z Downloaded minimal-lexical v0.2.1
7172025-02-10T18:08:10.061Z Downloaded static_assertions v1.1.0
7182025-02-10T18:08:10.064Z Downloaded predicates-tree v1.0.11
7192025-02-10T18:08:10.067Z Downloaded serde_repr v0.1.19
7202025-02-10T18:08:10.067Z Downloaded resolv-conf v0.7.0
7212025-02-10T18:08:10.069Z Downloaded hashlink v0.9.1
7222025-02-10T18:08:10.072Z Downloaded pin-project-internal v1.1.6
7232025-02-10T18:08:10.075Z Downloaded fs_extra v1.3.0
7242025-02-10T18:08:10.075Z Downloaded const_format v0.2.34
7252025-02-10T18:08:10.079Z Downloaded p256 v0.13.2
7262025-02-10T18:08:10.082Z Downloaded crossbeam-channel v0.5.13
7272025-02-10T18:08:10.088Z Downloaded take_mut v0.2.2
7282025-02-10T18:08:10.091Z Downloaded des v0.8.1
7292025-02-10T18:08:10.091Z Downloaded nu-ansi-term v0.50.1
7302025-02-10T18:08:10.093Z Downloaded mio v1.0.2
7312025-02-10T18:08:10.099Z Downloaded yoke-derive v0.7.4
7322025-02-10T18:08:10.101Z Downloaded tabwriter v1.4.0
7332025-02-10T18:08:10.101Z Downloaded float-cmp v0.9.0
7342025-02-10T18:08:10.104Z Downloaded flagset v0.4.6
7352025-02-10T18:08:10.104Z Downloaded nodrop v0.1.14
7362025-02-10T18:08:10.107Z Downloaded rustls-pki-types v1.10.0
7372025-02-10T18:08:10.109Z Downloaded fatfs v0.3.6
7382025-02-10T18:08:10.112Z Downloaded derive_builder_macro v0.20.2
7392025-02-10T18:08:10.115Z Downloaded prettyplease v0.2.25
7402025-02-10T18:08:10.118Z Downloaded pkg-config v0.3.31
7412025-02-10T18:08:10.120Z Downloaded aes v0.8.4
7422025-02-10T18:08:10.123Z Downloaded fd-lock v4.0.2
7432025-02-10T18:08:10.126Z Downloaded subtle v2.6.1
7442025-02-10T18:08:10.126Z Downloaded zopfli v0.8.1
7452025-02-10T18:08:10.128Z Downloaded slog v2.7.0
7462025-02-10T18:08:10.131Z Downloaded oso v0.27.3
7472025-02-10T18:08:10.135Z Downloaded scheduled-thread-pool v0.2.7
7482025-02-10T18:08:10.137Z Downloaded salsa20 v0.10.2
7492025-02-10T18:08:10.140Z Downloaded same-file v1.0.6
7502025-02-10T18:08:10.140Z Downloaded predicates-core v1.0.8
7512025-02-10T18:08:10.143Z Downloaded schemars_derive v0.8.21
7522025-02-10T18:08:10.145Z Downloaded rustc-hash v1.1.0
7532025-02-10T18:08:10.145Z Downloaded powerfmt v0.2.0
7542025-02-10T18:08:10.148Z Downloaded zerocopy-derive v0.8.10
7552025-02-10T18:08:10.153Z Downloaded phf_shared v0.10.0
7562025-02-10T18:08:10.156Z Downloaded num-conv v0.1.0
7572025-02-10T18:08:10.156Z Downloaded newtype_derive v0.1.6
7582025-02-10T18:08:10.158Z Downloaded structmeta v0.3.0
7592025-02-10T18:08:10.158Z Downloaded value-bag v1.9.0
7602025-02-10T18:08:10.162Z Downloaded tls_codec v0.4.1
7612025-02-10T18:08:10.164Z Downloaded tokio-tungstenite v0.24.0
7622025-02-10T18:08:10.167Z Downloaded ed25519-dalek v2.1.1
7632025-02-10T18:08:10.171Z Downloaded tokio-macros v2.5.0
7642025-02-10T18:08:10.173Z Downloaded tls_codec_derive v0.4.1
7652025-02-10T18:08:10.174Z Downloaded num-complex v0.4.6
7662025-02-10T18:08:10.176Z Downloaded rusty-fork v0.3.0
7672025-02-10T18:08:10.179Z Downloaded unicode-xid v0.2.6
7682025-02-10T18:08:10.179Z Downloaded rustversion v1.0.17
7692025-02-10T18:08:10.182Z Downloaded thiserror v2.0.11
7702025-02-10T18:08:10.186Z Downloaded libxml v0.3.3
7712025-02-10T18:08:10.193Z Downloaded tinyvec_macros v0.1.1
7722025-02-10T18:08:10.195Z Downloaded embedded-io v0.4.0
7732025-02-10T18:08:10.198Z Downloaded itertools v0.10.5
7742025-02-10T18:08:10.203Z Downloaded foldhash v0.1.3
7752025-02-10T18:08:10.205Z Downloaded parking_lot_core v0.9.10
7762025-02-10T18:08:10.208Z Downloaded gethostname v0.5.0
7772025-02-10T18:08:10.210Z Downloaded predicates v3.1.2
7782025-02-10T18:08:10.213Z Downloaded foreign-types-shared v0.3.1
7792025-02-10T18:08:10.213Z Downloaded endian-type v0.1.2
7802025-02-10T18:08:10.213Z Downloaded typed-path v0.9.3
7812025-02-10T18:08:10.219Z Downloaded diesel_table_macro_syntax v0.2.0
7822025-02-10T18:08:10.222Z Downloaded num-iter v0.1.45
7832025-02-10T18:08:10.222Z Downloaded nibble_vec v0.1.0
7842025-02-10T18:08:10.225Z Downloaded test-strategy v0.3.1
7852025-02-10T18:08:10.228Z Downloaded downcast v0.11.0
7862025-02-10T18:08:10.231Z Downloaded phf_generator v0.11.2
7872025-02-10T18:08:10.231Z Downloaded phf_shared v0.11.2
7882025-02-10T18:08:10.234Z Downloaded peg v0.8.4
7892025-02-10T18:08:10.236Z Downloaded slog-stdlog v4.1.1
7902025-02-10T18:08:10.239Z Downloaded flate2 v1.0.35
7912025-02-10T18:08:10.243Z Downloaded number_prefix v0.4.0
7922025-02-10T18:08:10.246Z Downloaded openssl-probe v0.1.5
7932025-02-10T18:08:10.246Z Downloaded openssl-macros v0.1.1
7942025-02-10T18:08:10.249Z Downloaded snafu v0.8.5
7952025-02-10T18:08:10.253Z Downloaded tap v1.0.1
7962025-02-10T18:08:10.256Z Downloaded smallvec v0.6.14
7972025-02-10T18:08:10.256Z Downloaded slog-envlogger v2.2.0
7982025-02-10T18:08:10.259Z Downloaded slog-dtrace v0.3.0
7992025-02-10T18:08:10.261Z Downloaded itertools v0.12.1
8002025-02-10T18:08:10.266Z Downloaded ref-cast v1.0.23
8012025-02-10T18:08:10.270Z Downloaded getrandom v0.2.15
8022025-02-10T18:08:10.272Z Downloaded futures-sink v0.3.31
8032025-02-10T18:08:10.275Z Downloaded phf_codegen v0.11.2
8042025-02-10T18:08:10.275Z Downloaded progenitor-client v0.8.0
8052025-02-10T18:08:10.278Z Downloaded derive_builder_core v0.20.2
8062025-02-10T18:08:10.280Z Downloaded parking_lot v0.12.3
8072025-02-10T18:08:10.283Z Downloaded new_debug_unreachable v1.0.6
8082025-02-10T18:08:10.283Z Downloaded futures-channel v0.3.31
8092025-02-10T18:08:10.286Z Downloaded r2d2 v0.8.10
8102025-02-10T18:08:10.289Z Downloaded env_filter v0.1.2
8112025-02-10T18:08:10.289Z Downloaded xz2 v0.1.7
8122025-02-10T18:08:10.292Z Downloaded embedded-io v0.6.1
8132025-02-10T18:08:10.295Z Downloaded document-features v0.2.10
8142025-02-10T18:08:10.295Z Downloaded pkcs1 v0.7.5
8152025-02-10T18:08:10.297Z Downloaded signature v2.2.0
8162025-02-10T18:08:10.300Z Downloaded rustfmt-wrapper v0.2.1
8172025-02-10T18:08:10.303Z Downloaded scopeguard v1.2.0
8182025-02-10T18:08:10.303Z Downloaded stable_deref_trait v1.2.0
8192025-02-10T18:08:10.303Z Downloaded signal-hook-tokio v0.3.1
8202025-02-10T18:08:10.305Z Downloaded ena v0.14.3
8212025-02-10T18:08:10.308Z Downloaded typify-macro v0.3.0
8222025-02-10T18:08:10.308Z Downloaded difflib v0.4.0
8232025-02-10T18:08:10.308Z Downloaded rustc-demangle v0.1.24
8242025-02-10T18:08:10.311Z Downloaded ssh-cipher v0.2.0
8252025-02-10T18:08:10.313Z Downloaded num-rational v0.4.2
8262025-02-10T18:08:10.313Z Downloaded defmt-parser v0.3.4
8272025-02-10T18:08:10.316Z Downloaded slog-term v2.9.1
8282025-02-10T18:08:10.320Z Downloaded strum v0.26.3
8292025-02-10T18:08:10.320Z Downloaded twox-hash v2.1.0
8302025-02-10T18:08:10.322Z Downloaded defmt-macros v0.3.9
8312025-02-10T18:08:10.327Z Downloaded defmt v0.3.8
8322025-02-10T18:08:10.330Z Downloaded debug-ignore v1.0.5
8332025-02-10T18:08:10.333Z Downloaded samael v0.0.17
8342025-02-10T18:08:10.336Z Downloaded itertools v0.13.0
8352025-02-10T18:08:10.342Z Downloaded num_threads v0.1.7
8362025-02-10T18:08:10.345Z Downloaded darling_macro v0.20.10
8372025-02-10T18:08:10.345Z Downloaded strip-ansi-escapes v0.2.0
8382025-02-10T18:08:10.347Z Downloaded unicode-truncate v1.1.0
8392025-02-10T18:08:10.348Z Downloaded sync_wrapper v1.0.1
8402025-02-10T18:08:10.350Z Downloaded unicase v2.7.0
8412025-02-10T18:08:10.350Z Downloaded env_logger v0.11.5
8422025-02-10T18:08:10.353Z Downloaded env_logger v0.10.2
8432025-02-10T18:08:10.355Z Downloaded psl-types v2.0.11
8442025-02-10T18:08:10.358Z Downloaded polyval v0.6.2
8452025-02-10T18:08:10.358Z Downloaded pin-project v1.1.6
8462025-02-10T18:08:10.369Z Downloaded headers-core v0.3.0
8472025-02-10T18:08:10.372Z Downloaded form_urlencoded v1.2.1
8482025-02-10T18:08:10.372Z Downloaded yoke v0.7.4
8492025-02-10T18:08:10.374Z Downloaded hash32 v0.3.1
8502025-02-10T18:08:10.377Z Downloaded data-encoding v2.6.0
8512025-02-10T18:08:10.377Z Downloaded num-bigint v0.4.6
8522025-02-10T18:08:10.381Z Downloaded quinn-udp v0.5.5
8532025-02-10T18:08:10.383Z Downloaded quick-error v1.2.3
8542025-02-10T18:08:10.386Z Downloaded tokio-stream v0.1.16
8552025-02-10T18:08:10.389Z Downloaded dropshot_endpoint v0.12.0
8562025-02-10T18:08:10.391Z Downloaded sigpipe v0.1.3
8572025-02-10T18:08:10.394Z Downloaded parse-display-derive v0.10.0
8582025-02-10T18:08:10.394Z Downloaded hash32 v0.2.1
8592025-02-10T18:08:10.396Z Downloaded ssh-encoding v0.2.0
8602025-02-10T18:08:10.401Z Downloaded yasna v0.5.2
8612025-02-10T18:08:10.404Z Downloaded structmeta-derive v0.2.0
8622025-02-10T18:08:10.404Z Downloaded parse-size v1.1.0
8632025-02-10T18:08:10.405Z Downloaded quinn v0.11.5
8642025-02-10T18:08:10.409Z Downloaded tower-service v0.3.3
8652025-02-10T18:08:10.409Z Downloaded toolchain_find v0.4.0
8662025-02-10T18:08:10.412Z Downloaded olpc-cjson v0.1.4
8672025-02-10T18:08:10.412Z Downloaded synstructure v0.13.1
8682025-02-10T18:08:10.412Z Downloaded blake3 v1.5.4
8692025-02-10T18:08:10.418Z Downloaded rand_chacha v0.3.1
8702025-02-10T18:08:10.421Z Downloaded opaque-debug v0.3.1
8712025-02-10T18:08:10.421Z Downloaded newline-converter v0.3.0
8722025-02-10T18:08:10.426Z Downloaded zone v0.3.0
8732025-02-10T18:08:10.426Z Downloaded structmeta-derive v0.3.0
8742025-02-10T18:08:10.429Z Downloaded zerocopy v0.6.6
8752025-02-10T18:08:10.429Z Downloaded russh-cryptovec v0.7.3
8762025-02-10T18:08:10.429Z Downloaded signal-hook-registry v1.4.2
8772025-02-10T18:08:10.429Z Downloaded zone v0.1.8
8782025-02-10T18:08:10.432Z Downloaded postcard v1.0.10
8792025-02-10T18:08:10.433Z Downloaded multimap v0.10.0
8802025-02-10T18:08:10.435Z Downloaded spki v0.7.3
8812025-02-10T18:08:10.435Z Downloaded unicode_categories v0.1.1
8822025-02-10T18:08:10.438Z Downloaded derive_more v0.99.18
8832025-02-10T18:08:10.443Z Downloaded termtree v0.4.1
8842025-02-10T18:08:10.446Z Downloaded peg-runtime v0.8.3
8852025-02-10T18:08:10.446Z Downloaded poly1305 v0.8.0
8862025-02-10T18:08:10.448Z Downloaded ghash v0.5.1
8872025-02-10T18:08:10.451Z Downloaded universal-hash v0.5.1
8882025-02-10T18:08:10.451Z Downloaded unarray v0.1.4
8892025-02-10T18:08:10.451Z Downloaded signal-hook-mio v0.2.4
8902025-02-10T18:08:10.454Z Downloaded pkcs8 v0.10.2
8912025-02-10T18:08:10.456Z Downloaded p521 v0.13.3
8922025-02-10T18:08:10.459Z Downloaded expectorate v1.1.0
8932025-02-10T18:08:10.463Z Downloaded aho-corasick v1.1.3
8942025-02-10T18:08:10.466Z Downloaded nanorand v0.7.0
8952025-02-10T18:08:10.469Z Downloaded which v4.4.2
8962025-02-10T18:08:10.471Z Downloaded progenitor-impl v0.8.0
8972025-02-10T18:08:10.474Z Downloaded tinyvec v1.8.0
8982025-02-10T18:08:10.477Z Downloaded ref-cast-impl v1.0.23
8992025-02-10T18:08:10.477Z Downloaded xattr v1.3.1
9002025-02-10T18:08:10.480Z Downloaded darling_core v0.20.10
9012025-02-10T18:08:10.484Z Downloaded progenitor-impl v0.9.1
9022025-02-10T18:08:10.487Z Downloaded flume v0.11.1
9032025-02-10T18:08:10.490Z Downloaded time-core v0.1.2
9042025-02-10T18:08:10.493Z Downloaded serde_plain v1.0.2
9052025-02-10T18:08:10.493Z Downloaded simd-adler32 v0.3.7
9062025-02-10T18:08:10.496Z Downloaded sqlformat v0.2.6
9072025-02-10T18:08:10.499Z Downloaded num_enum v0.5.11
9082025-02-10T18:08:10.502Z Downloaded winnow v0.5.40
9092025-02-10T18:08:10.512Z Downloaded wyz v0.5.1
9102025-02-10T18:08:10.515Z Downloaded futures-macro v0.3.31
9112025-02-10T18:08:10.515Z Downloaded rustc-hash v2.0.0
9122025-02-10T18:08:10.517Z Downloaded diff v0.1.13
9132025-02-10T18:08:10.520Z Downloaded fragile v2.0.0
9142025-02-10T18:08:10.523Z Downloaded rustc_version v0.4.1
9152025-02-10T18:08:10.523Z Downloaded rustc_version v0.1.7
9162025-02-10T18:08:10.523Z Downloaded num_enum_derive v0.5.11
9172025-02-10T18:08:10.525Z Downloaded thiserror-impl v2.0.11
9182025-02-10T18:08:10.528Z Downloaded num-bigint-dig v0.8.4
9192025-02-10T18:08:10.531Z Downloaded thiserror-impl-no-std v2.0.2
9202025-02-10T18:08:10.534Z Downloaded pem v3.0.4
9212025-02-10T18:08:10.534Z Downloaded pbkdf2 v0.12.2
9222025-02-10T18:08:10.537Z Downloaded tungstenite v0.24.0
9232025-02-10T18:08:10.540Z Downloaded aws-lc-rs v1.10.0
9242025-02-10T18:08:10.548Z Downloaded unicode-bidi v0.3.17
9252025-02-10T18:08:10.551Z Downloaded tokio-tungstenite v0.21.0
9262025-02-10T18:08:10.554Z Downloaded strum_macros v0.24.3
9272025-02-10T18:08:10.557Z Downloaded pem-rfc7468 v0.7.0
9282025-02-10T18:08:10.559Z Downloaded smallvec v1.13.2
9292025-02-10T18:08:10.562Z Downloaded h2 v0.4.6
9302025-02-10T18:08:10.567Z Downloaded termtree v0.5.1
9312025-02-10T18:08:10.569Z Downloaded hashbrown v0.14.5
9322025-02-10T18:08:10.574Z Downloaded peg-macros v0.8.4
9332025-02-10T18:08:10.577Z Downloaded futures-executor v0.3.31
9342025-02-10T18:08:10.580Z Downloaded tokio-util v0.7.12
9352025-02-10T18:08:10.585Z Downloaded tracing-core v0.1.32
9362025-02-10T18:08:10.588Z Downloaded omicron-zone-package v0.12.0
9372025-02-10T18:08:10.591Z Downloaded serde_with_macros v3.11.0
9382025-02-10T18:08:10.594Z Downloaded num-traits v0.2.19
9392025-02-10T18:08:10.597Z Downloaded pkcs5 v0.7.1
9402025-02-10T18:08:10.601Z Downloaded bitvec v1.0.1
9412025-02-10T18:08:10.618Z Downloaded rand v0.8.5
9422025-02-10T18:08:10.621Z Downloaded icu_properties_data v1.5.0
9432025-02-10T18:08:10.632Z Downloaded headers v0.4.0
9442025-02-10T18:08:10.638Z Downloaded russh-keys v0.45.0
9452025-02-10T18:08:10.641Z Downloaded password-hash v0.4.2
9462025-02-10T18:08:10.644Z Downloaded tracing v0.1.40
9472025-02-10T18:08:10.647Z Downloaded rayon-core v1.12.1
9482025-02-10T18:08:10.650Z Downloaded publicsuffix v2.3.0
9492025-02-10T18:08:10.653Z Downloaded openssl-sys v0.9.105
9502025-02-10T18:08:10.659Z Downloaded heapless v0.7.17
9512025-02-10T18:08:10.663Z Downloaded zip v0.6.6
9522025-02-10T18:08:10.667Z Downloaded unsafe-libyaml v0.2.11
9532025-02-10T18:08:10.670Z Downloaded quick-xml v0.33.0
9542025-02-10T18:08:10.679Z Downloaded futures-util v0.3.31
9552025-02-10T18:08:10.690Z Downloaded zip v2.1.3
9562025-02-10T18:08:10.694Z Downloaded hashbrown v0.12.3
9572025-02-10T18:08:10.699Z Downloaded nom v7.1.3
9582025-02-10T18:08:10.705Z Downloaded serde_yaml v0.9.34+deprecated
9592025-02-10T18:08:10.709Z Downloaded hashbrown v0.13.2
9602025-02-10T18:08:10.713Z Downloaded reqwest v0.12.9
9612025-02-10T18:08:10.722Z Downloaded ssh-key v0.6.6
9622025-02-10T18:08:10.730Z Downloaded tough v0.19.0
9632025-02-10T18:08:10.740Z Downloaded x509-cert v0.2.5
9642025-02-10T18:08:10.745Z Downloaded parse-zoneinfo v0.3.1
9652025-02-10T18:08:10.748Z Downloaded unicode-normalization v0.1.24
9662025-02-10T18:08:10.752Z Downloaded salty v0.3.0
9672025-02-10T18:08:10.760Z Downloaded regex v1.11.1
9682025-02-10T18:08:10.774Z Downloaded p384 v0.13.0
9692025-02-10T18:08:10.780Z Downloaded quinn-proto v0.11.8
9702025-02-10T18:08:10.788Z Downloaded git2 v0.19.0
9712025-02-10T18:08:10.797Z Downloaded chrono v0.4.39
9722025-02-10T18:08:10.805Z Downloaded qorb v0.2.1
9732025-02-10T18:08:10.809Z Downloaded diesel_derives v2.2.3
9742025-02-10T18:08:10.814Z Downloaded zerovec v0.10.4
9752025-02-10T18:08:10.820Z Downloaded curve25519-dalek v4.1.3
9762025-02-10T18:08:10.830Z Downloaded vcpkg v0.2.15
9772025-02-10T18:08:10.868Z Downloaded portable-atomic v1.9.0
9782025-02-10T18:08:10.874Z Downloaded object v0.30.4
9792025-02-10T18:08:10.884Z Downloaded unicode-width v0.2.0
9802025-02-10T18:08:10.891Z Downloaded serde_with v3.11.0
9812025-02-10T18:08:10.900Z Downloaded polar-core v0.27.3
9822025-02-10T18:08:10.909Z Downloaded openssl v0.10.70
9832025-02-10T18:08:10.919Z Downloaded sqlparser v0.45.0
9842025-02-10T18:08:10.926Z Downloaded rayon v1.10.0
9852025-02-10T18:08:10.936Z Downloaded hickory-proto v0.24.3
9862025-02-10T18:08:10.953Z Downloaded radix_trie v0.2.1
9872025-02-10T18:08:10.958Z Downloaded rustls v0.22.4
9882025-02-10T18:08:10.972Z Downloaded rustls v0.21.12
9892025-02-10T18:08:10.983Z Downloaded petname v2.0.2
9902025-02-10T18:08:10.989Z Downloaded regex-syntax v0.6.29
9912025-02-10T18:08:10.997Z Downloaded smoltcp v0.11.0
9922025-02-10T18:08:11.010Z Downloaded dropshot v0.12.0
9932025-02-10T18:08:11.030Z Downloaded smoltcp v0.9.1
9942025-02-10T18:08:11.041Z Downloaded regress v0.10.1
9952025-02-10T18:08:11.050Z Downloaded gimli v0.31.1
9962025-02-10T18:08:11.060Z Downloaded openapiv3 v2.0.0
9972025-02-10T18:08:11.072Z Downloaded object v0.36.5
9982025-02-10T18:08:11.084Z Downloaded regex-syntax v0.8.5
9992025-02-10T18:08:11.093Z Downloaded typify-impl v0.3.0
10002025-02-10T18:08:11.111Z Downloaded typify-impl v0.2.0
10012025-02-10T18:08:11.127Z Downloaded diesel v2.2.6
10022025-02-10T18:08:11.147Z Downloaded rustls v0.23.19
10032025-02-10T18:08:11.157Z Downloaded chrono-tz v0.10.1
10042025-02-10T18:08:11.165Z Downloaded bstr v1.10.0
10052025-02-10T18:08:11.175Z Downloaded nix v0.28.0
10062025-02-10T18:08:11.188Z Downloaded sled v0.34.7
10072025-02-10T18:08:11.198Z Downloaded ratatui v0.28.1
10082025-02-10T18:08:11.218Z Downloaded zerocopy-derive v0.6.6
10092025-02-10T18:08:11.227Z Downloaded bzip2-sys v0.1.11+1.0.8
10102025-02-10T18:08:11.239Z Downloaded regex-automata v0.4.8
10112025-02-10T18:08:11.256Z Downloaded lzma-sys v0.1.20
10122025-02-10T18:08:11.285Z Downloaded nix v0.27.1
10132025-02-10T18:08:11.296Z Downloaded regress v0.9.1
10142025-02-10T18:08:11.303Z Downloaded nix v0.29.0
10152025-02-10T18:08:11.315Z Downloaded dropshot v0.15.1
10162025-02-10T18:08:11.336Z Downloaded petgraph v0.6.5
10172025-02-10T18:08:11.354Z Downloaded libz-sys v1.1.20
10182025-02-10T18:08:11.374Z Downloaded tokio v1.43.0
10192025-02-10T18:08:11.411Z Downloaded zerocopy v0.8.10
10202025-02-10T18:08:11.434Z Downloaded webpki-roots v0.26.6
10212025-02-10T18:08:11.437Z Downloaded sha3 v0.10.8
10222025-02-10T18:08:11.441Z Downloaded csv v1.3.1
10232025-02-10T18:08:11.462Z Downloaded rustls-webpki v0.102.8
10242025-02-10T18:08:11.478Z Downloaded rustls-webpki v0.101.7
10252025-02-10T18:08:11.493Z Downloaded bindgen v0.69.5
10262025-02-10T18:08:11.497Z Downloaded reedline v0.35.0
10272025-02-10T18:08:11.505Z Downloaded tungstenite v0.23.0
10282025-02-10T18:08:11.509Z Downloaded rustyline v14.0.0
10292025-02-10T18:08:11.512Z Downloaded lalrpop v0.19.12
10302025-02-10T18:08:11.525Z Downloaded proptest v1.5.0
10312025-02-10T18:08:11.533Z Downloaded unicode-segmentation v1.12.0
10322025-02-10T18:08:11.535Z Downloaded futures v0.3.31
10332025-02-10T18:08:11.540Z Downloaded parking_lot v0.11.2
10342025-02-10T18:08:11.543Z Downloaded whoami v1.5.2
10352025-02-10T18:08:11.546Z Downloaded futures-io v0.3.31
10362025-02-10T18:08:11.546Z Downloaded time-macros v0.2.18
10372025-02-10T18:08:11.549Z Downloaded signal-hook v0.3.17
10382025-02-10T18:08:11.553Z Downloaded futures-core v0.3.31
10392025-02-10T18:08:11.553Z Downloaded time v0.3.36
10402025-02-10T18:08:11.557Z Downloaded rusqlite v0.32.1
10412025-02-10T18:08:11.564Z Downloaded toml_edit v0.19.15
10422025-02-10T18:08:11.580Z Downloaded aes-gcm v0.10.3
10432025-02-10T18:08:11.583Z Downloaded rsa v0.9.6
10442025-02-10T18:08:11.587Z Downloaded progenitor-macro v0.8.0
10452025-02-10T18:08:11.591Z Downloaded hyper v1.5.2
10462025-02-10T18:08:11.594Z Downloaded hkdf v0.12.4
10472025-02-10T18:08:11.597Z Downloaded vergen v8.3.2
10482025-02-10T18:08:11.600Z Downloaded tokio-native-tls v0.3.1
10492025-02-10T18:08:11.602Z Downloaded url v2.5.3
10502025-02-10T18:08:11.605Z Downloaded float-ord v0.3.2
10512025-02-10T18:08:11.605Z Downloaded enum-as-inner v0.6.1
10522025-02-10T18:08:11.608Z Downloaded sct v0.7.1
10532025-02-10T18:08:11.611Z Downloaded serde-hex v0.1.0
10542025-02-10T18:08:11.611Z Downloaded secrecy v0.8.0
10552025-02-10T18:08:11.614Z Downloaded unicode-properties v0.1.3
10562025-02-10T18:08:11.614Z Downloaded native-tls v0.2.12
10572025-02-10T18:08:11.617Z Downloaded uzers v0.12.1
10582025-02-10T18:08:11.623Z Downloaded tokio-tungstenite v0.23.1
10592025-02-10T18:08:11.624Z Downloaded steno v0.4.1
10602025-02-10T18:08:11.629Z Downloaded tar v0.4.42
10612025-02-10T18:08:11.633Z Downloaded russh v0.45.0
10622025-02-10T18:08:11.633Z Downloaded parking_lot_core v0.8.6
10632025-02-10T18:08:11.636Z Downloaded crossterm v0.28.1
10642025-02-10T18:08:11.640Z Downloaded idna v1.0.3
10652025-02-10T18:08:11.646Z Downloaded percent-encoding v2.3.1
10662025-02-10T18:08:11.649Z Downloaded slog-async v2.8.0
10672025-02-10T18:08:11.649Z Downloaded tungstenite v0.21.0
10682025-02-10T18:08:11.652Z Downloaded libm v0.2.8
10692025-02-10T18:08:11.657Z Downloaded tokio-postgres v0.7.12
10702025-02-10T18:08:11.663Z Downloaded dropshot_endpoint v0.15.1
10712025-02-10T18:08:11.667Z Downloaded ron v0.8.1
10722025-02-10T18:08:11.672Z Downloaded fixedbitset v0.4.2
10732025-02-10T18:08:11.675Z Downloaded encoding_rs v0.8.34
10742025-02-10T18:08:11.694Z Downloaded filetime v0.2.25
10752025-02-10T18:08:11.697Z Downloaded ff v0.13.0
10762025-02-10T18:08:11.697Z Downloaded fallible-iterator v0.2.0
10772025-02-10T18:08:11.700Z Downloaded displaydoc v0.2.5
10782025-02-10T18:08:11.702Z Downloaded display-error-chain v0.2.2
10792025-02-10T18:08:11.702Z Downloaded dirs-sys-next v0.1.2
10802025-02-10T18:08:11.703Z Downloaded dirs-next v2.0.0
10812025-02-10T18:08:11.706Z Downloaded utf8_iter v1.0.4
10822025-02-10T18:08:11.706Z Downloaded utf16_iter v1.0.5
10832025-02-10T18:08:11.706Z Downloaded utf-8 v0.7.6
10842025-02-10T18:08:11.708Z Downloaded untrusted v0.7.1
10852025-02-10T18:08:11.708Z Downloaded password-hash v0.5.0
10862025-02-10T18:08:11.708Z Downloaded der v0.7.9
10872025-02-10T18:08:11.714Z Downloaded libgit2-sys v0.17.0+1.8.1
10882025-02-10T18:08:11.769Z Downloaded tokio-rustls v0.26.0
10892025-02-10T18:08:11.772Z Downloaded snafu-derive v0.8.5
10902025-02-10T18:08:11.775Z Downloaded half v2.4.1
10912025-02-10T18:08:11.779Z Downloaded elliptic-curve v0.13.8
10922025-02-10T18:08:11.779Z Downloaded subprocess v0.2.9
10932025-02-10T18:08:11.782Z Downloaded parse-display v0.10.0
10942025-02-10T18:08:11.785Z Downloaded untrusted v0.9.0
10952025-02-10T18:08:11.785Z Downloaded stringprep v0.1.5
10962025-02-10T18:08:11.785Z Downloaded rcgen v0.12.1
10972025-02-10T18:08:11.789Z Downloaded cc v1.1.30
10982025-02-10T18:08:11.792Z Downloaded strum_macros v0.26.4
10992025-02-10T18:08:11.795Z Downloaded similar v2.6.0
11002025-02-10T18:08:11.798Z Downloaded ecdsa v0.16.9
11012025-02-10T18:08:11.802Z Downloaded termios v0.3.3
11022025-02-10T18:08:11.802Z Downloaded slog-json v2.6.1
11032025-02-10T18:08:11.805Z Downloaded chacha20poly1305 v0.10.1
11042025-02-10T18:08:11.805Z Downloaded shlex v1.3.0
11052025-02-10T18:08:11.805Z Downloaded semver v0.1.20
11062025-02-10T18:08:11.809Z Downloaded rustls-pemfile v1.0.4
11072025-02-10T18:08:11.809Z Downloaded num v0.4.3
11082025-02-10T18:08:11.809Z Downloaded der_derive v0.7.3
11092025-02-10T18:08:11.812Z Downloaded bumpalo v3.16.0
11102025-02-10T18:08:11.815Z Downloaded zeroize_derive v1.4.2
11112025-02-10T18:08:11.815Z Downloaded arc-swap v1.7.1
11122025-02-10T18:08:11.818Z Downloaded allocator-api2 v0.2.18
11132025-02-10T18:08:11.821Z Downloaded progenitor v0.9.1
11142025-02-10T18:08:11.824Z Downloaded progenitor v0.8.0
11152025-02-10T18:08:11.824Z Downloaded proc-macro-crate v1.3.1
11162025-02-10T18:08:11.824Z Downloaded primeorder v0.13.6
11172025-02-10T18:08:11.827Z Downloaded typify v0.3.0
11182025-02-10T18:08:11.831Z Downloaded tracing-attributes v0.1.27
11192025-02-10T18:08:11.834Z Downloaded bytes v1.9.0
11202025-02-10T18:08:11.837Z Downloaded base64 v0.21.7
11212025-02-10T18:08:11.839Z Downloaded backtrace v0.3.74
11222025-02-10T18:08:11.845Z Downloaded hickory-server v0.24.2
11232025-02-10T18:08:11.849Z Downloaded ron v0.7.1
11242025-02-10T18:08:11.854Z Downloaded icu_properties v1.5.1
11252025-02-10T18:08:11.858Z Downloaded icu_locid_transform_data v1.5.0
11262025-02-10T18:08:11.861Z Downloaded bit-vec v0.6.3
11272025-02-10T18:08:11.861Z Downloaded foreign-types v0.3.2
11282025-02-10T18:08:11.861Z Downloaded clang-sys v1.8.1
11292025-02-10T18:08:11.864Z Downloaded sec1 v0.7.3
11302025-02-10T18:08:11.867Z Downloaded arrayvec v0.7.6
11312025-02-10T18:08:11.867Z Downloaded memmap2 v0.9.5
11322025-02-10T18:08:11.870Z Downloaded async-bb8-diesel v0.2.1
11332025-02-10T18:08:11.873Z Downloaded libefi-sys v0.1.0
11342025-02-10T18:08:11.873Z Downloaded ipnet v2.10.1
11352025-02-10T18:08:11.876Z Downloaded ciborium v0.2.2
11362025-02-10T18:08:11.876Z Downloaded cipher v0.4.4
11372025-02-10T18:08:11.879Z Downloaded linear-map v1.2.0
11382025-02-10T18:08:11.879Z Downloaded iana-time-zone v0.1.61
11392025-02-10T18:08:11.883Z Downloaded highway v1.2.0
11402025-02-10T18:08:11.887Z Downloaded crossbeam-deque v0.8.5
11412025-02-10T18:08:11.887Z Downloaded httparse v1.9.5
11422025-02-10T18:08:11.890Z Downloaded humantime v2.1.0
11432025-02-10T18:08:11.890Z Downloaded hubpack v0.1.2
11442025-02-10T18:08:11.890Z Downloaded http-body-util v0.1.2
11452025-02-10T18:08:11.893Z Downloaded libsw v3.3.1
11462025-02-10T18:08:11.893Z Downloaded hex v0.4.3
11472025-02-10T18:08:11.896Z Downloaded async-trait v0.1.86
11482025-02-10T18:08:11.899Z Downloaded adler2 v2.0.0
11492025-02-10T18:08:11.899Z Downloaded addr2line v0.24.2
11502025-02-10T18:08:11.901Z Downloaded cbc v0.1.2
11512025-02-10T18:08:11.906Z Downloaded castaway v0.2.3
11522025-02-10T18:08:11.906Z Downloaded lazycell v1.3.0
11532025-02-10T18:08:11.906Z Downloaded httpdate v1.0.3
11542025-02-10T18:08:11.909Z Downloaded home v0.5.9
11552025-02-10T18:08:11.910Z Downloaded colored v2.1.0
11562025-02-10T18:08:11.910Z Downloaded bit-set v0.5.3
11572025-02-10T18:08:11.910Z Downloaded keccak v0.1.5
11582025-02-10T18:08:11.912Z Downloaded inout v0.1.3
11592025-02-10T18:08:11.912Z Downloaded indent_write v2.2.0
11602025-02-10T18:08:11.912Z Downloaded ctr v0.9.2
11612025-02-10T18:08:11.915Z Downloaded crc v3.2.1
11622025-02-10T18:08:11.918Z Downloaded bb8 v0.8.5
11632025-02-10T18:08:11.918Z Downloaded arrayref v0.3.9
11642025-02-10T18:08:11.920Z Downloaded convert_case v0.4.0
11652025-02-10T18:08:11.920Z Downloaded cobs v0.2.3
11662025-02-10T18:08:11.920Z Downloaded instant v0.1.13
11672025-02-10T18:08:11.923Z Downloaded impl-trait-for-tuples v0.2.2
11682025-02-10T18:08:11.926Z Downloaded idna_adapter v1.2.0
11692025-02-10T18:08:11.926Z Downloaded hostname v0.4.0
11702025-02-10T18:08:11.931Z Downloaded hostname v0.3.1
11712025-02-10T18:08:12.070Z Downloaded libsqlite3-sys v0.30.1
11722025-02-10T18:08:12.225Z Downloaded ring v0.17.8
11732025-02-10T18:08:12.554Z Downloaded aws-lc-sys v0.22.0
11742025-02-10T18:08:12.857Z Compiling serde v1.0.217
11752025-02-10T18:08:12.860Z Compiling lock_api v0.4.12
11762025-02-10T18:08:12.860Z Compiling value-bag v1.9.0
11772025-02-10T18:08:12.860Z Compiling scopeguard v1.2.0
11782025-02-10T18:08:12.860Z Compiling typenum v1.17.0
11792025-02-10T18:08:13.010Z Compiling generic-array v0.14.7
11802025-02-10T18:08:13.045Z Compiling syn v2.0.96
11812025-02-10T18:08:13.059Z Compiling getrandom v0.2.15
11822025-02-10T18:08:13.136Z Compiling subtle v2.6.1
11832025-02-10T18:08:13.370Z Compiling rand_core v0.6.4
11842025-02-10T18:08:13.439Z Compiling shlex v1.3.0
11852025-02-10T18:08:13.478Z Compiling log v0.4.22
11862025-02-10T18:08:13.574Z Compiling jobserver v0.1.32
11872025-02-10T18:08:13.591Z Compiling smallvec v1.13.2
11882025-02-10T18:08:13.776Z Compiling const-oid v0.9.6
11892025-02-10T18:08:13.883Z Compiling pin-project-lite v0.2.14
11902025-02-10T18:08:13.901Z Compiling rustix v0.38.37
11912025-02-10T18:08:13.949Z Compiling cc v1.1.30
11922025-02-10T18:08:14.017Z Compiling spin v0.9.8
11932025-02-10T18:08:14.215Z Compiling parking_lot_core v0.9.10
11942025-02-10T18:08:14.368Z Compiling futures-core v0.3.31
11952025-02-10T18:08:14.387Z Compiling signal-hook-registry v1.4.2
11962025-02-10T18:08:14.594Z Compiling mio v1.0.2
11972025-02-10T18:08:14.695Z Compiling aho-corasick v1.1.3
11982025-02-10T18:08:15.129Z Compiling stable_deref_trait v1.2.0
11992025-02-10T18:08:15.244Z Compiling parking_lot v0.12.3
12002025-02-10T18:08:15.401Z Compiling cpufeatures v0.2.14
12012025-02-10T18:08:15.421Z Compiling regex-syntax v0.8.5
12022025-02-10T18:08:15.514Z Compiling either v1.13.0
12032025-02-10T18:08:15.840Z Compiling futures-sink v0.3.31
12042025-02-10T18:08:15.860Z Compiling glob v0.3.2
12052025-02-10T18:08:15.932Z Compiling socket2 v0.5.7
12062025-02-10T18:08:15.999Z Compiling slab v0.4.9
12072025-02-10T18:08:16.087Z Compiling prettyplease v0.2.25
12082025-02-10T18:08:16.459Z Compiling lazy_static v1.5.0
12092025-02-10T18:08:16.501Z Compiling serde_json v1.0.135
12102025-02-10T18:08:16.595Z Compiling minimal-lexical v0.2.1
12112025-02-10T18:08:16.749Z Compiling clang-sys v1.8.1
12122025-02-10T18:08:16.863Z Compiling libloading v0.8.5
12132025-02-10T18:08:17.099Z Compiling nom v7.1.3
12142025-02-10T18:08:17.136Z Compiling home v0.5.9
12152025-02-10T18:08:17.245Z Compiling bindgen v0.69.5
12162025-02-10T18:08:17.392Z Compiling futures-channel v0.3.31
12172025-02-10T18:08:17.809Z Compiling itertools v0.12.1
12182025-02-10T18:08:17.914Z Compiling futures-task v0.3.31
12192025-02-10T18:08:18.079Z Compiling pin-utils v0.1.0
12202025-02-10T18:08:18.190Z Compiling allocator-api2 v0.2.18
12212025-02-10T18:08:18.211Z Compiling libm v0.2.8
12222025-02-10T18:08:18.558Z Compiling lazycell v1.3.0
12232025-02-10T18:08:18.748Z Compiling foldhash v0.1.3
12242025-02-10T18:08:18.966Z Compiling futures-io v0.3.31
12252025-02-10T18:08:19.058Z Compiling rustc-hash v1.1.0
12262025-02-10T18:08:19.216Z Compiling regex-automata v0.4.8
12272025-02-10T18:08:19.238Z Compiling hashbrown v0.15.1
12282025-02-10T18:08:19.692Z Compiling cmake v0.1.51
12292025-02-10T18:08:20.494Z Compiling synstructure v0.13.1
12302025-02-10T18:08:20.610Z Compiling cexpr v0.6.0
12312025-02-10T18:08:20.685Z Compiling num-traits v0.2.19
12322025-02-10T18:08:20.974Z Compiling dunce v1.0.5
12332025-02-10T18:08:21.107Z Compiling fs_extra v1.3.0
12342025-02-10T18:08:21.643Z Compiling pkg-config v0.3.31
12352025-02-10T18:08:21.942Z Compiling writeable v0.5.5
12362025-02-10T18:08:22.247Z Compiling litemap v0.7.3
12372025-02-10T18:08:22.481Z Compiling ring v0.17.8
12382025-02-10T18:08:22.631Z Compiling paste v1.0.15
12392025-02-10T18:08:23.113Z Compiling base64ct v1.6.0
12402025-02-10T18:08:23.250Z Compiling httparse v1.9.5
12412025-02-10T18:08:23.271Z Compiling flagset v0.4.6
12422025-02-10T18:08:23.481Z Compiling aws-lc-rs v1.10.0
12432025-02-10T18:08:23.691Z Compiling pem-rfc7468 v0.7.0
12442025-02-10T18:08:23.874Z Compiling icu_locid_transform_data v1.5.0
12452025-02-10T18:08:23.992Z Compiling tracing-core v0.1.32
12462025-02-10T18:08:24.320Z Compiling rustls-pki-types v1.10.0
12472025-02-10T18:08:24.648Z Compiling regex v1.11.1
12482025-02-10T18:08:24.947Z Compiling crossbeam-utils v0.8.20
12492025-02-10T18:08:25.214Z Compiling percent-encoding v2.3.1
12502025-02-10T18:08:25.319Z Compiling icu_properties_data v1.5.0
12512025-02-10T18:08:25.519Z Compiling num-conv v0.1.0
12522025-02-10T18:08:25.565Z Compiling powerfmt v0.2.0
12532025-02-10T18:08:25.602Z Compiling vcpkg v0.2.15
12542025-02-10T18:08:25.795Z Compiling time-core v0.1.2
12552025-02-10T18:08:25.888Z Compiling serde_derive v1.0.217
12562025-02-10T18:08:25.918Z Compiling zeroize_derive v1.4.2
12572025-02-10T18:08:25.971Z Compiling zerocopy-derive v0.7.35
12582025-02-10T18:08:26.141Z Compiling tokio-macros v2.5.0
12592025-02-10T18:08:27.328Z Compiling zeroize v1.8.1
12602025-02-10T18:08:27.348Z Compiling zerofrom-derive v0.1.4
12612025-02-10T18:08:27.677Z Compiling yoke-derive v0.7.4
12622025-02-10T18:08:27.911Z Compiling zerocopy v0.7.35
12632025-02-10T18:08:27.945Z Compiling thiserror-impl v1.0.69
12642025-02-10T18:08:28.845Z Compiling crypto-common v0.1.6
12652025-02-10T18:08:29.093Z Compiling block-buffer v0.10.4
12662025-02-10T18:08:29.188Z Compiling zerovec-derive v0.10.3
12672025-02-10T18:08:29.350Z Compiling digest v0.10.7
12682025-02-10T18:08:29.430Z Compiling displaydoc v0.2.5
12692025-02-10T18:08:29.813Z Compiling hmac v0.12.1
12702025-02-10T18:08:29.931Z Compiling futures-macro v0.3.31
12712025-02-10T18:08:30.110Z Compiling block-padding v0.3.3
12722025-02-10T18:08:30.375Z Compiling inout v0.1.3
12732025-02-10T18:08:30.394Z Compiling sha2 v0.10.8
12742025-02-10T18:08:30.649Z Compiling cipher v0.4.4
12752025-02-10T18:08:30.874Z Compiling zerofrom v0.1.4
12762025-02-10T18:08:30.912Z Compiling thiserror v1.0.69
12772025-02-10T18:08:31.023Z Compiling icu_provider_macros v1.5.0
12782025-02-10T18:08:31.087Z Compiling ppv-lite86 v0.2.20
12792025-02-10T18:08:31.108Z Compiling yoke v0.7.4
12802025-02-10T18:08:31.139Z Compiling der_derive v0.7.3
12812025-02-10T18:08:31.452Z Compiling tracing-attributes v0.1.27
12822025-02-10T18:08:31.704Z Compiling zerovec v0.10.4
12832025-02-10T18:08:31.730Z Compiling rand_chacha v0.3.1
12842025-02-10T18:08:31.778Z Compiling futures-util v0.3.31
12852025-02-10T18:08:32.117Z Compiling rand v0.8.5
12862025-02-10T18:08:33.454Z Compiling tinystr v0.7.6
12872025-02-10T18:08:33.734Z Compiling der v0.7.9
12882025-02-10T18:08:33.838Z Compiling icu_locid v1.5.0
12892025-02-10T18:08:33.944Z Compiling icu_collections v1.5.0
12902025-02-10T18:08:34.026Z Compiling salsa20 v0.10.2
12912025-02-10T18:08:34.094Z Compiling pest v2.7.14
12922025-02-10T18:08:34.259Z Compiling pbkdf2 v0.12.2
12932025-02-10T18:08:34.442Z Compiling untrusted v0.9.0
12942025-02-10T18:08:34.641Z Compiling write16 v1.0.0
12952025-02-10T18:08:34.713Z Compiling tracing v0.1.40
12962025-02-10T18:08:34.784Z Compiling icu_normalizer_data v1.5.0
12972025-02-10T18:08:34.894Z Compiling untrusted v0.7.1
12982025-02-10T18:08:35.161Z Compiling icu_provider v1.5.0
12992025-02-10T18:08:35.222Z Compiling utf8_iter v1.0.4
13002025-02-10T18:08:35.254Z Compiling utf16_iter v1.0.5
13012025-02-10T18:08:35.459Z Compiling mirai-annotations v1.12.0
13022025-02-10T18:08:35.667Z Compiling spki v0.7.3
13032025-02-10T18:08:35.979Z Compiling icu_locid_transform v1.5.0
13042025-02-10T18:08:36.042Z Compiling scrypt v0.11.0
13052025-02-10T18:08:36.140Z Compiling aes v0.8.4
13062025-02-10T18:08:36.580Z Compiling cbc v0.1.2
13072025-02-10T18:08:36.756Z Compiling pest_meta v2.7.14
13082025-02-10T18:08:36.812Z Compiling openssl-sys v0.9.105
13092025-02-10T18:08:37.039Z Compiling time-macros v0.2.18
13102025-02-10T18:08:37.127Z Compiling scroll_derive v0.12.0
13112025-02-10T18:08:37.864Z Compiling icu_properties v1.5.1
13122025-02-10T18:08:38.350Z Compiling deranged v0.3.11
13132025-02-10T18:08:38.817Z Compiling bitflags v2.6.0
13142025-02-10T18:08:38.895Z Compiling bytes v1.9.0
13152025-02-10T18:08:39.646Z Compiling indexmap v2.7.1
13162025-02-10T18:08:39.670Z Compiling semver v1.0.24
13172025-02-10T18:08:40.084Z Compiling tokio v1.43.0
13182025-02-10T18:08:40.084Z Compiling http v1.2.0
13192025-02-10T18:08:40.380Z Compiling rustc_version v0.4.1
13202025-02-10T18:08:40.988Z Compiling num_threads v0.1.7
13212025-02-10T18:08:41.068Z Compiling tinyvec_macros v0.1.1
13222025-02-10T18:08:41.089Z Compiling atomic-waker v1.1.2
13232025-02-10T18:08:41.123Z Compiling time v0.3.36
13242025-02-10T18:08:41.169Z Compiling tinyvec v1.8.0
13252025-02-10T18:08:41.294Z Compiling scroll v0.12.0
13262025-02-10T18:08:41.759Z Compiling icu_normalizer v1.5.0
13272025-02-10T18:08:41.782Z Compiling http-body v1.0.1
13282025-02-10T18:08:42.018Z Compiling pest_generator v2.7.14
13292025-02-10T18:08:42.402Z Compiling pkcs5 v0.7.1
13302025-02-10T18:08:42.479Z Compiling form_urlencoded v1.2.1
13312025-02-10T18:08:42.690Z Compiling idna_adapter v1.2.0
13322025-02-10T18:08:42.779Z Compiling try-lock v0.2.5
13332025-02-10T18:08:42.872Z Compiling which v4.4.2
13342025-02-10T18:08:42.939Z Compiling slog v2.7.0
13352025-02-10T18:08:43.423Z Compiling goblin v0.8.2
13362025-02-10T18:08:43.520Z Compiling pkcs8 v0.10.2
13372025-02-10T18:08:43.540Z Compiling want v0.3.1
13382025-02-10T18:08:43.765Z Compiling pest_derive v2.7.14
13392025-02-10T18:08:43.817Z Compiling idna v1.0.3
13402025-02-10T18:08:44.011Z Compiling uuid v1.12.0
13412025-02-10T18:08:44.184Z Compiling iana-time-zone v0.1.61
13422025-02-10T18:08:44.541Z Compiling httpdate v1.0.3
13432025-02-10T18:08:44.560Z Compiling dtrace-parser v0.2.0
13442025-02-10T18:08:45.027Z Compiling chrono v0.4.39
13452025-02-10T18:08:45.533Z Compiling serde_spanned v0.6.8
13462025-02-10T18:08:45.780Z Compiling serde_tokenstream v0.2.2
13472025-02-10T18:08:45.838Z Compiling toml_datetime v0.6.8
13482025-02-10T18:08:46.116Z Compiling openssl v0.10.70
13492025-02-10T18:08:46.309Z Compiling adler2 v2.0.0
13502025-02-10T18:08:46.351Z Compiling rustversion v1.0.17
13512025-02-10T18:08:46.500Z Compiling base64 v0.22.1
13522025-02-10T18:08:46.519Z Compiling match_cfg v0.1.0
13532025-02-10T18:08:46.539Z Compiling tower-service v0.3.3
13542025-02-10T18:08:46.621Z Compiling foreign-types-shared v0.1.1
13552025-02-10T18:08:46.677Z Compiling hostname v0.3.1
13562025-02-10T18:08:46.749Z Compiling foreign-types v0.3.2
13572025-02-10T18:08:46.885Z Compiling miniz_oxide v0.8.0
13582025-02-10T18:08:46.905Z Compiling url v2.5.3
13592025-02-10T18:08:47.169Z Compiling openssl-macros v0.1.1
13602025-02-10T18:08:47.913Z Compiling async-trait v0.1.86
13612025-02-10T18:08:48.273Z Compiling tokio-util v0.7.12
13622025-02-10T18:08:48.299Z Compiling serde_derive_internals v0.29.1
13632025-02-10T18:08:48.349Z Compiling dirs-sys-next v0.1.2
13642025-02-10T18:08:48.598Z Compiling rustls v0.23.19
13652025-02-10T18:08:48.882Z Compiling native-tls v0.2.12
13662025-02-10T18:08:48.901Z Compiling schemars v0.8.21
13672025-02-10T18:08:49.215Z Compiling h2 v0.4.6
13682025-02-10T18:08:49.235Z Compiling dof v0.3.0
13692025-02-10T18:08:49.529Z Compiling data-encoding v2.6.0
13702025-02-10T18:08:50.460Z Compiling usdt-impl v0.5.0
13712025-02-10T18:08:50.647Z Compiling siphasher v0.3.11
13722025-02-10T18:08:51.011Z Compiling rustls v0.22.4
13732025-02-10T18:08:51.135Z Compiling syn v1.0.109
13742025-02-10T18:08:51.314Z Compiling schemars_derive v0.8.21
13752025-02-10T18:08:51.615Z Compiling dirs-next v2.0.0
13762025-02-10T18:08:51.816Z Compiling unicode-normalization v0.1.24
13772025-02-10T18:08:52.721Z Compiling http-body-util v0.1.2
13782025-02-10T18:08:52.904Z Compiling heapless v0.7.17
13792025-02-10T18:08:53.039Z Compiling crossbeam-epoch v0.9.18
13802025-02-10T18:08:53.174Z Compiling sha1 v0.10.6
13812025-02-10T18:08:53.323Z Compiling signature v2.2.0
13822025-02-10T18:08:53.510Z Compiling bzip2-sys v0.1.11+1.0.8
13832025-02-10T18:08:53.575Z Compiling thread_local v1.1.8
13842025-02-10T18:08:53.624Z Compiling encoding_rs v0.8.34
13852025-02-10T18:08:53.699Z Compiling multer v3.1.0
13862025-02-10T18:08:53.963Z Compiling cookie v0.18.1
13872025-02-10T18:08:53.987Z Compiling openssl-probe v0.1.5
13882025-02-10T18:08:54.044Z Compiling ipnet v2.10.1
13892025-02-10T18:08:54.241Z Compiling slog-async v2.8.0
13902025-02-10T18:08:54.288Z Compiling unicode-bidi v0.3.17
13912025-02-10T18:08:54.359Z Compiling unicode-properties v0.1.3
13922025-02-10T18:08:54.705Z Compiling mime v0.3.17
13932025-02-10T18:08:54.768Z Compiling dyn-clone v1.0.17
13942025-02-10T18:08:55.044Z Compiling rayon-core v1.12.1
13952025-02-10T18:08:55.202Z Compiling signal-hook v0.3.17
13962025-02-10T18:08:55.246Z Compiling gimli v0.31.1
13972025-02-10T18:08:55.360Z Compiling stringprep v0.1.5
13982025-02-10T18:08:55.757Z Compiling toml_edit v0.22.22
13992025-02-10T18:08:56.418Z Compiling hyper v1.5.2
14002025-02-10T18:08:58.929Z Compiling hyper-util v0.1.10
14012025-02-10T18:08:59.234Z Compiling addr2line v0.24.2
14022025-02-10T18:08:59.598Z Compiling crossbeam-deque v0.8.5
14032025-02-10T18:08:59.870Z Compiling usdt-macro v0.5.0
14042025-02-10T18:08:59.942Z Compiling usdt-attr-macro v0.5.0
14052025-02-10T18:08:59.997Z Compiling term v0.7.0
14062025-02-10T18:09:00.025Z Compiling slog-json v2.6.1
14072025-02-10T18:09:00.385Z Compiling serde_urlencoded v0.7.1
14082025-02-10T18:09:00.888Z Compiling curve25519-dalek v4.1.3
14092025-02-10T18:09:01.251Z Compiling crossbeam-channel v0.5.13
14102025-02-10T18:09:01.275Z Compiling futures-executor v0.3.31
14112025-02-10T18:09:01.491Z Compiling enum-as-inner v0.6.1
14122025-02-10T18:09:01.526Z Compiling md-5 v0.10.6
14132025-02-10T18:09:01.780Z Compiling async-stream-impl v0.3.6
14142025-02-10T18:09:01.801Z Compiling rustls-pemfile v2.2.0
14152025-02-10T18:09:01.806Z Compiling num-integer v0.1.46
14162025-02-10T18:09:02.140Z Compiling hash32 v0.2.1
14172025-02-10T18:09:02.193Z Compiling ff v0.13.0
14182025-02-10T18:09:02.430Z Compiling is-terminal v0.4.13
14192025-02-10T18:09:02.498Z Compiling dropshot v0.12.0
14202025-02-10T18:09:02.517Z Compiling object v0.36.5
14212025-02-10T18:09:02.554Z Compiling psl-types v2.0.11
14222025-02-10T18:09:02.575Z Compiling rustc-demangle v0.1.24
14232025-02-10T18:09:02.757Z Compiling portable-atomic v1.9.0
14242025-02-10T18:09:02.779Z Compiling anyhow v1.0.95
14252025-02-10T18:09:03.067Z Compiling utf-8 v0.7.6
14262025-02-10T18:09:03.215Z Compiling take_mut v0.2.2
14272025-02-10T18:09:03.367Z Compiling linked-hash-map v0.5.6
14282025-02-10T18:09:03.389Z Compiling base16ct v0.2.0
14292025-02-10T18:09:03.392Z Compiling fallible-iterator v0.2.0
14302025-02-10T18:09:03.466Z Compiling smoltcp v0.9.1
14312025-02-10T18:09:03.671Z Compiling num-bigint-dig v0.8.4
14322025-02-10T18:09:03.692Z Compiling quick-error v1.2.3
14332025-02-10T18:09:03.716Z Compiling litrs v0.4.1
14342025-02-10T18:09:03.852Z Compiling resolv-conf v0.7.0
14352025-02-10T18:09:04.010Z Compiling postgres-protocol v0.6.7
14362025-02-10T18:09:04.125Z Compiling lru-cache v0.1.2
14372025-02-10T18:09:04.150Z Compiling sec1 v0.7.3
14382025-02-10T18:09:04.696Z Compiling tungstenite v0.24.0
14392025-02-10T18:09:04.719Z Compiling async-stream v0.3.6
14402025-02-10T18:09:04.846Z Compiling document-features v0.2.10
14412025-02-10T18:09:05.139Z Compiling publicsuffix v2.3.0
14422025-02-10T18:09:05.276Z Compiling slog-term v2.9.1
14432025-02-10T18:09:05.437Z Compiling hickory-proto v0.24.3
14442025-02-10T18:09:05.655Z Compiling usdt v0.5.0
14452025-02-10T18:09:06.142Z Compiling group v0.13.0
14462025-02-10T18:09:06.429Z Compiling num-iter v0.1.45
14472025-02-10T18:09:06.462Z Compiling futures v0.3.31
14482025-02-10T18:09:06.633Z Compiling slog-bunyan v2.5.0
14492025-02-10T18:09:06.850Z Compiling toml v0.8.19
14502025-02-10T18:09:07.050Z Compiling tokio-native-tls v0.3.1
14512025-02-10T18:09:07.331Z Compiling camino v1.1.9
14522025-02-10T18:09:08.349Z Compiling phf_shared v0.11.2
14532025-02-10T18:09:08.370Z Compiling dropshot_endpoint v0.12.0
14542025-02-10T18:09:08.701Z Compiling terminal_size v0.4.0
14552025-02-10T18:09:08.874Z Compiling backtrace v0.3.74
14562025-02-10T18:09:08.926Z Compiling waitgroup v0.1.2
14572025-02-10T18:09:09.087Z Compiling openapiv3 v2.0.0
14582025-02-10T18:09:09.155Z Compiling serde_path_to_error v0.1.16
14592025-02-10T18:09:09.349Z Compiling hkdf v0.12.4
14602025-02-10T18:09:09.613Z Compiling crypto-bigint v0.5.5
14612025-02-10T18:09:09.896Z Compiling zerocopy-derive v0.6.6
14622025-02-10T18:09:11.914Z Compiling curve25519-dalek-derive v0.1.1
14632025-02-10T18:09:11.936Z Compiling webpki-roots v0.26.6
14642025-02-10T18:09:12.155Z Compiling hostname v0.4.0
14652025-02-10T18:09:12.379Z Compiling ahash v0.8.11
14662025-02-10T18:09:12.382Z Compiling hubpack_derive v0.1.1
14672025-02-10T18:09:12.622Z Compiling fs-err v2.11.0
14682025-02-10T18:09:12.735Z Compiling crc32fast v1.4.2
14692025-02-10T18:09:12.925Z Compiling newtype-uuid v1.2.1
14702025-02-10T18:09:12.977Z Compiling winnow v0.5.40
14712025-02-10T18:09:13.050Z Compiling debug-ignore v1.0.5
14722025-02-10T18:09:13.196Z Compiling unicode-width v0.2.0
14732025-02-10T18:09:13.196Z Compiling bitflags v1.3.2
14742025-02-10T18:09:13.237Z Compiling managed v0.8.0
14752025-02-10T18:09:13.324Z Compiling hubpack v0.1.2
14762025-02-10T18:09:13.640Z Compiling console v0.15.10
14772025-02-10T18:09:13.768Z Compiling clap_builder v4.5.27
14782025-02-10T18:09:14.532Z Compiling flate2 v1.0.35
14792025-02-10T18:09:14.975Z Compiling strum_macros v0.25.3
14802025-02-10T18:09:15.593Z Compiling elliptic-curve v0.13.8
14812025-02-10T18:09:15.646Z Compiling zerocopy v0.6.6
14822025-02-10T18:09:15.717Z Compiling hickory-resolver v0.24.2
14832025-02-10T18:09:16.365Z Compiling toml_edit v0.19.15
14842025-02-10T18:09:16.446Z Compiling phf v0.11.2
14852025-02-10T18:09:16.720Z Compiling signal-hook-mio v0.2.4
14862025-02-10T18:09:16.896Z Compiling cookie_store v0.21.1
14872025-02-10T18:09:17.193Z Compiling rayon v1.10.0
14882025-02-10T18:09:18.326Z Compiling hyper-tls v0.6.0
14892025-02-10T18:09:18.727Z Compiling bzip2 v0.4.4
14902025-02-10T18:09:19.137Z Compiling tokio-tungstenite v0.24.0
14912025-02-10T18:09:19.673Z Compiling postgres-types v0.2.8
14922025-02-10T18:09:21.326Z Compiling ed25519 v2.2.3
14932025-02-10T18:09:21.460Z Compiling phf_shared v0.10.0
14942025-02-10T18:09:21.539Z Compiling tokio-stream v0.1.16
14952025-02-10T18:09:21.770Z Compiling pkcs1 v0.7.5
14962025-02-10T18:09:21.834Z Compiling serde-big-array v0.5.1
14972025-02-10T18:09:22.067Z Compiling clap_derive v4.5.24
14982025-02-10T18:09:22.211Z Compiling rfc6979 v0.4.0
14992025-02-10T18:09:22.414Z Compiling serde_repr v0.1.19
15002025-02-10T18:09:22.466Z Compiling derive-where v1.2.7
15012025-02-10T18:09:22.688Z Compiling float-cmp v0.9.0
15022025-02-10T18:09:22.922Z Compiling bstr v1.10.0
15032025-02-10T18:09:23.163Z Compiling sync_wrapper v1.0.1
15042025-02-10T18:09:23.325Z Compiling number_prefix v0.4.0
15052025-02-10T18:09:23.527Z Compiling fixedbitset v0.4.2
15062025-02-10T18:09:23.547Z Compiling unicode-segmentation v1.12.0
15072025-02-10T18:09:23.567Z Compiling predicates-core v1.0.8
15082025-02-10T18:09:23.870Z Compiling difflib v0.4.0
15092025-02-10T18:09:23.982Z Compiling normalize-line-endings v0.3.0
15102025-02-10T18:09:24.123Z Compiling new_debug_unreachable v1.0.6
15112025-02-10T18:09:24.232Z Compiling static_assertions v1.1.0
15122025-02-10T18:09:24.346Z Compiling whoami v1.5.2
15132025-02-10T18:09:24.421Z Compiling precomputed-hash v0.1.1
15142025-02-10T18:09:24.520Z Compiling bit-vec v0.6.3
15152025-02-10T18:09:24.552Z Compiling string_cache v0.8.7
15162025-02-10T18:09:24.925Z Compiling bit-set v0.5.3
15172025-02-10T18:09:24.965Z Compiling tokio-postgres v0.7.12
15182025-02-10T18:09:24.995Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15192025-02-10T18:09:25.242Z Compiling predicates v3.1.2
15202025-02-10T18:09:25.277Z Compiling similar v2.6.0
15212025-02-10T18:09:25.690Z Compiling petgraph v0.6.5
15222025-02-10T18:09:26.651Z Compiling clap v4.5.27
15232025-02-10T18:09:26.742Z Compiling indicatif v0.17.11
15242025-02-10T18:09:26.781Z Compiling ecdsa v0.16.9
15252025-02-10T18:09:27.447Z Compiling rsa v0.9.6
15262025-02-10T18:09:27.594Z Compiling ed25519-dalek v2.1.1
15272025-02-10T18:09:28.777Z Compiling toml v0.7.8
15282025-02-10T18:09:28.854Z Compiling zip v0.6.6
15292025-02-10T18:09:29.168Z Compiling crossterm v0.28.1
15302025-02-10T18:09:30.748Z Compiling hex v0.4.3
15312025-02-10T18:09:30.894Z Compiling x509-cert v0.2.5
15322025-02-10T18:09:31.089Z Compiling itertools v0.10.5
15332025-02-10T18:09:31.092Z Compiling lalrpop-util v0.19.12
15342025-02-10T18:09:31.292Z Compiling peg-runtime v0.8.3
15352025-02-10T18:09:31.450Z Compiling unicode-xid v0.2.6
15362025-02-10T18:09:31.658Z Compiling strum_macros v0.26.4
15372025-02-10T18:09:31.888Z Compiling xattr v1.3.1
15382025-02-10T18:09:32.163Z Compiling filetime v0.2.25
15392025-02-10T18:09:32.442Z Compiling tar v0.4.42
15402025-02-10T18:09:36.227Z Compiling strum v0.26.3
15412025-02-10T18:09:39.652Z Compiling aws-lc-sys v0.22.0
15422025-02-10T18:10:06.844Z Compiling rustls-webpki v0.102.8
15432025-02-10T18:10:10.016Z Compiling tokio-rustls v0.25.0
15442025-02-10T18:10:11.656Z Compiling tokio-rustls v0.26.0
15452025-02-10T18:10:11.940Z Compiling hyper-rustls v0.27.3
15462025-02-10T18:10:12.250Z Compiling reqwest v0.12.9
15472025-02-10T18:10:13.657Z Compiling qorb v0.2.1
15482025-02-10T18:10:16.653Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15492025-02-10T18:10:16.956Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15502025-02-10T18:10:21.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
15512025-02-10T18:10:21.411Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15522025-02-10T18:10:21.459ZFeb 10 18:10:20.792 INFO Starting download, target: Clickhouse
15532025-02-10T18:10:21.460ZFeb 10 18:10:20.792 INFO Starting download, target: Cockroach
15542025-02-10T18:10:21.460ZFeb 10 18:10:20.792 INFO Starting download, target: Console
15552025-02-10T18:10:21.460ZFeb 10 18:10:20.792 INFO Starting download, target: DendriteOpenapi
15562025-02-10T18:10:21.462ZFeb 10 18:10:20.792 INFO Starting download, target: DendriteStub
15572025-02-10T18:10:21.462ZFeb 10 18:10:20.792 INFO Starting download, target: MaghemiteMgd
15582025-02-10T18:10:21.462ZFeb 10 18:10:20.792 INFO Starting download, target: TransceiverControl
15592025-02-10T18:10:21.462ZFeb 10 18:10:20.793 INFO Downloading out/downloads/dpd-caf4bee7f1647b4f971199a5268885337ff1691a.json (attempt 1/3), target: DendriteOpenapi
15602025-02-10T18:10:21.462ZFeb 10 18:10:20.793 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15612025-02-10T18:10:21.462ZFeb 10 18:10:20.794 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15622025-02-10T18:10:21.462ZFeb 10 18:10:20.794 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15632025-02-10T18:10:21.463ZFeb 10 18:10:20.794 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15642025-02-10T18:10:21.463ZFeb 10 18:10:20.794 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15652025-02-10T18:10:21.463ZFeb 10 18:10:20.794 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15662025-02-10T18:10:21.669ZFeb 10 18:10:20.962 INFO Download complete, target: DendriteOpenapi
15672025-02-10T18:10:21.730ZFeb 10 18:10:21.003 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15682025-02-10T18:10:22.103ZFeb 10 18:10:21.430 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15692025-02-10T18:10:22.161ZFeb 10 18:10:21.491 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15702025-02-10T18:10:22.180ZFeb 10 18:10:21.504 INFO Download complete, target: TransceiverControl
15712025-02-10T18:10:22.256ZFeb 10 18:10:21.588 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15722025-02-10T18:10:22.479ZFeb 10 18:10:21.810 INFO Download complete, target: Console
15732025-02-10T18:10:22.907ZFeb 10 18:10:22.240 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15742025-02-10T18:10:22.907ZFeb 10 18:10:22.240 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15752025-02-10T18:10:23.522ZFeb 10 18:10:22.854 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15762025-02-10T18:10:25.020ZFeb 10 18:10:24.352 INFO Download complete, target: DendriteStub
15772025-02-10T18:10:25.279ZFeb 10 18:10:24.611 INFO Download complete, target: MaghemiteMgd
15782025-02-10T18:10:30.540ZFeb 10 18:10:29.871 INFO Checking that binary works, target: Cockroach
15792025-02-10T18:10:30.705ZFeb 10 18:10:30.036 INFO Download complete, target: Cockroach
15802025-02-10T18:10:36.061ZFeb 10 18:10:35.391 INFO Checking that binary works, target: Clickhouse
15812025-02-10T18:10:36.171ZFeb 10 18:10:35.501 INFO Download complete, target: Clickhouse
15822025-02-10T18:10:36.179ZAll prerequisites installed successfully
15832025-02-10T18:10:36.182Z
15842025-02-10T18:10:36.182Zreal 5:20.572986926
15852025-02-10T18:10:36.182Zuser 15:41.746307773
15862025-02-10T18:10:36.182Zsys 2:02.363994888
15872025-02-10T18:10:36.183Ztrap 0.586019155
15882025-02-10T18:10:36.183Ztflt 1.734350886
15892025-02-10T18:10:36.183Zdflt 1.541946031
15902025-02-10T18:10:36.183Zkflt 0.027521613
15912025-02-10T18:10:36.183Zlock 24:56.902944179
15922025-02-10T18:10:36.183Zslp 55:50.080681220
15932025-02-10T18:10:36.183Zlat 59.668209065
15942025-02-10T18:10:36.183Zstop 2:20.162833127
15952025-02-10T18:10:36.183Z+ ptime -m cargo xtask download softnpu
15962025-02-10T18:10:36.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
15972025-02-10T18:10:36.736Z Running `target/debug/xtask download softnpu`
15982025-02-10T18:10:37.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
15992025-02-10T18:10:37.628Z Running `target/debug/xtask-downloader softnpu`
16002025-02-10T18:10:37.665ZFeb 10 18:10:36.995 INFO Starting download, target: Softnpu
16012025-02-10T18:10:37.667ZFeb 10 18:10:36.995 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16022025-02-10T18:10:38.456ZFeb 10 18:10:37.786 INFO Download complete, target: Softnpu
16032025-02-10T18:10:38.460Z
16042025-02-10T18:10:38.463Zreal 2.274266306
16052025-02-10T18:10:38.463Zuser 1.261934701
16062025-02-10T18:10:38.463Zsys 0.552236134
16072025-02-10T18:10:38.463Ztrap 0.001124947
16082025-02-10T18:10:38.463Ztflt 0.000070625
16092025-02-10T18:10:38.463Zdflt 0.000156010
16102025-02-10T18:10:38.463Zkflt 0.000000000
16112025-02-10T18:10:38.463Zlock 8.221445535
16122025-02-10T18:10:38.463Zslp 0.660272763
16132025-02-10T18:10:38.463Zlat 0.070196926
16142025-02-10T18:10:38.463Zstop 0.000165143
16152025-02-10T18:10:38.463Z+ export CARGO_INCREMENTAL=0
16162025-02-10T18:10:38.463Z+ CARGO_INCREMENTAL=0
16172025-02-10T18:10:38.463Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16182025-02-10T18:10:39.407Z Compiling proc-macro2 v1.0.92
16192025-02-10T18:10:39.407Z Compiling unicode-ident v1.0.14
16202025-02-10T18:10:39.407Z Compiling libc v0.2.169
16212025-02-10T18:10:39.408Z Compiling serde v1.0.217
16222025-02-10T18:10:39.410Z Compiling autocfg v1.4.0
16232025-02-10T18:10:39.410Z Compiling version_check v0.9.5
16242025-02-10T18:10:39.410Z Compiling cfg-if v1.0.0
16252025-02-10T18:10:39.697Z Compiling memchr v2.7.4
16262025-02-10T18:10:39.717Z Compiling typenum v1.17.0
16272025-02-10T18:10:39.730Z Compiling shlex v1.3.0
16282025-02-10T18:10:40.094Z Compiling value-bag v1.9.0
16292025-02-10T18:10:40.114Z Compiling generic-array v0.14.7
16302025-02-10T18:10:40.117Z Compiling scopeguard v1.2.0
16312025-02-10T18:10:40.416Z Compiling lock_api v0.4.12
16322025-02-10T18:10:40.573Z Compiling log v0.4.22
16332025-02-10T18:10:40.630Z Compiling parking_lot_core v0.9.10
16342025-02-10T18:10:41.029Z Compiling serde_json v1.0.135
16352025-02-10T18:10:41.059Z Compiling once_cell v1.20.2
16362025-02-10T18:10:41.278Z Compiling quote v1.0.38
16372025-02-10T18:10:41.299Z Compiling rustix v0.38.37
16382025-02-10T18:10:41.340Z Compiling jobserver v0.1.32
16392025-02-10T18:10:41.418Z Compiling getrandom v0.2.15
16402025-02-10T18:10:41.516Z Compiling libm v0.2.8
16412025-02-10T18:10:41.705Z Compiling syn v2.0.96
16422025-02-10T18:10:41.832Z Compiling cc v1.1.30
16432025-02-10T18:10:41.856Z Compiling aho-corasick v1.1.3
16442025-02-10T18:10:41.871Z Compiling num-traits v0.2.19
16452025-02-10T18:10:41.974Z Compiling regex-syntax v0.8.5
16462025-02-10T18:10:42.036Z Compiling thiserror v1.0.69
16472025-02-10T18:10:42.055Z Compiling either v1.13.0
16482025-02-10T18:10:42.154Z Compiling itoa v1.0.11
16492025-02-10T18:10:42.426Z Compiling spin v0.9.8
16502025-02-10T18:10:42.524Z Compiling slab v0.4.9
16512025-02-10T18:10:42.761Z Compiling errno v0.3.9
16522025-02-10T18:10:42.916Z Compiling byteorder v1.5.0
16532025-02-10T18:10:43.080Z Compiling rand_core v0.6.4
16542025-02-10T18:10:43.405Z Compiling glob v0.3.2
16552025-02-10T18:10:43.740Z Compiling prettyplease v0.2.25
16562025-02-10T18:10:43.743Z Compiling lazy_static v1.5.0
16572025-02-10T18:10:44.095Z Compiling minimal-lexical v0.2.1
16582025-02-10T18:10:44.116Z Compiling clang-sys v1.8.1
16592025-02-10T18:10:44.530Z Compiling nom v7.1.3
16602025-02-10T18:10:44.646Z Compiling libloading v0.8.5
16612025-02-10T18:10:44.802Z Compiling subtle v2.6.1
16622025-02-10T18:10:44.967Z Compiling bindgen v0.69.5
16632025-02-10T18:10:44.993Z Compiling smallvec v1.13.2
16642025-02-10T18:10:45.117Z Compiling home v0.5.9
16652025-02-10T18:10:45.439Z Compiling regex-automata v0.4.8
16662025-02-10T18:10:45.494Z Compiling itertools v0.12.1
16672025-02-10T18:10:45.670Z Compiling allocator-api2 v0.2.18
16682025-02-10T18:10:45.999Z Compiling lazycell v1.3.0
16692025-02-10T18:10:46.178Z Compiling rustc-hash v1.1.0
16702025-02-10T18:10:46.343Z Compiling cmake v0.1.51
16712025-02-10T18:10:46.561Z Compiling semver v1.0.24
16722025-02-10T18:10:47.025Z Compiling dunce v1.0.5
16732025-02-10T18:10:47.109Z Compiling fs_extra v1.3.0
16742025-02-10T18:10:47.588Z Compiling cexpr v0.6.0
16752025-02-10T18:10:47.688Z Compiling pkg-config v0.3.31
16762025-02-10T18:10:47.755Z Compiling ring v0.17.8
16772025-02-10T18:10:48.514Z Compiling pin-project-lite v0.2.14
16782025-02-10T18:10:48.579Z Compiling paste v1.0.15
16792025-02-10T18:10:48.664Z Compiling ryu v1.0.18
16802025-02-10T18:10:48.705Z Compiling synstructure v0.13.1
16812025-02-10T18:10:49.003Z Compiling httparse v1.9.5
16822025-02-10T18:10:49.328Z Compiling fnv v1.0.7
16832025-02-10T18:10:49.473Z Compiling aws-lc-rs v1.10.0
16842025-02-10T18:10:49.603Z Compiling const-oid v0.9.6
16852025-02-10T18:10:49.880Z Compiling schemars v0.8.21
16862025-02-10T18:10:50.045Z Compiling serde_derive_internals v0.29.1
16872025-02-10T18:10:50.344Z Compiling foldhash v0.1.3
16882025-02-10T18:10:50.521Z Compiling equivalent v1.0.1
16892025-02-10T18:10:50.657Z Compiling regex v1.11.1
16902025-02-10T18:10:51.189Z Compiling hashbrown v0.15.1
16912025-02-10T18:10:51.397Z Compiling signal-hook-registry v1.4.2
16922025-02-10T18:10:51.549Z Compiling heck v0.5.0
16932025-02-10T18:10:51.618Z Compiling parking_lot v0.12.3
16942025-02-10T18:10:51.971Z Compiling mio v1.0.2
16952025-02-10T18:10:52.360Z Compiling stable_deref_trait v1.2.0
16962025-02-10T18:10:53.133Z Compiling serde_derive v1.0.217
16972025-02-10T18:10:53.229Z Compiling zeroize_derive v1.4.2
16982025-02-10T18:10:53.508Z Compiling zerocopy-derive v0.7.35
16992025-02-10T18:10:53.643Z Compiling thiserror-impl v1.0.69
17002025-02-10T18:10:54.340Z Compiling tokio-macros v2.5.0
17012025-02-10T18:10:54.476Z Compiling zerofrom-derive v0.1.4
17022025-02-10T18:10:54.508Z Compiling zeroize v1.8.1
17032025-02-10T18:10:54.947Z Compiling yoke-derive v0.7.4
17042025-02-10T18:10:55.127Z Compiling zerovec-derive v0.10.3
17052025-02-10T18:10:55.233Z Compiling futures-macro v0.3.31
17062025-02-10T18:10:55.300Z Compiling displaydoc v0.2.5
17072025-02-10T18:10:56.284Z Compiling zerocopy v0.7.35
17082025-02-10T18:10:56.924Z Compiling crypto-common v0.1.6
17092025-02-10T18:10:57.100Z Compiling icu_provider_macros v1.5.0
17102025-02-10T18:10:57.121Z Compiling tracing-attributes v0.1.27
17112025-02-10T18:10:57.299Z Compiling schemars_derive v0.8.21
17122025-02-10T18:10:57.380Z Compiling block-buffer v0.10.4
17132025-02-10T18:10:57.615Z Compiling digest v0.10.7
17142025-02-10T18:10:58.000Z Compiling socket2 v0.5.7
17152025-02-10T18:10:58.052Z Compiling time-core v0.1.2
17162025-02-10T18:10:58.121Z Compiling futures-core v0.3.31
17172025-02-10T18:10:58.220Z Compiling crossbeam-utils v0.8.20
17182025-02-10T18:10:58.380Z Compiling num-conv v0.1.0
17192025-02-10T18:10:58.674Z Compiling time-macros v0.2.18
17202025-02-10T18:10:58.915Z Compiling der_derive v0.7.3
17212025-02-10T18:10:59.004Z Compiling vcpkg v0.2.15
17222025-02-10T18:11:00.345Z Compiling openssl-sys v0.9.105
17232025-02-10T18:11:01.497Z Compiling cpufeatures v0.2.14
17242025-02-10T18:11:01.605Z Compiling futures-sink v0.3.31
17252025-02-10T18:11:01.693Z Compiling slog v2.7.0
17262025-02-10T18:11:01.899Z Compiling ahash v0.8.11
17272025-02-10T18:11:01.921Z Compiling syn v1.0.109
17282025-02-10T18:11:02.147Z Compiling zerofrom v0.1.4
17292025-02-10T18:11:02.448Z Compiling iana-time-zone v0.1.61
17302025-02-10T18:11:02.538Z Compiling yoke v0.7.4
17312025-02-10T18:11:02.795Z Compiling futures-channel v0.3.31
17322025-02-10T18:11:02.899Z Compiling scroll_derive v0.12.0
17332025-02-10T18:11:02.944Z Compiling openssl v0.10.70
17342025-02-10T18:11:03.124Z Compiling ucd-trie v0.1.7
17352025-02-10T18:11:03.230Z Compiling pin-utils v0.1.0
17362025-02-10T18:11:03.337Z Compiling futures-task v0.3.31
17372025-02-10T18:11:03.358Z Compiling futures-io v0.3.31
17382025-02-10T18:11:03.569Z Compiling pest v2.7.14
17392025-02-10T18:11:03.648Z Compiling futures-util v0.3.31
17402025-02-10T18:11:03.714Z Compiling zerovec v0.10.4
17412025-02-10T18:11:04.565Z Compiling hmac v0.12.1
17422025-02-10T18:11:05.237Z Compiling bitflags v2.6.0
17432025-02-10T18:11:05.266Z Compiling bytes v1.9.0
17442025-02-10T18:11:06.625Z Compiling indexmap v2.7.1
17452025-02-10T18:11:07.163Z Compiling tokio v1.43.0
17462025-02-10T18:11:07.950Z Compiling serde_tokenstream v0.2.2
17472025-02-10T18:11:08.468Z Compiling uuid v1.12.0
17482025-02-10T18:11:08.504Z Compiling http v1.2.0
17492025-02-10T18:11:09.619Z Compiling which v4.4.2
17502025-02-10T18:11:09.859Z Compiling chrono v0.4.39
17512025-02-10T18:11:10.282Z Compiling rustc_version v0.4.1
17522025-02-10T18:11:12.930Z Compiling pest_meta v2.7.14
17532025-02-10T18:11:16.571Z Compiling block-padding v0.3.3
17542025-02-10T18:11:16.596Z Compiling openssl-macros v0.1.1
17552025-02-10T18:11:16.813Z Compiling native-tls v0.2.12
17562025-02-10T18:11:16.875Z Compiling rustls v0.23.19
17572025-02-10T18:11:17.168Z Compiling inout v0.1.3
17582025-02-10T18:11:17.189Z Compiling pest_generator v2.7.14
17592025-02-10T18:11:17.283Z Compiling tinystr v0.7.6
17602025-02-10T18:11:17.659Z Compiling toml_datetime v0.6.8
17612025-02-10T18:11:17.718Z Compiling serde_spanned v0.6.8
17622025-02-10T18:11:17.852Z Compiling tracing-core v0.1.32
17632025-02-10T18:11:17.938Z Compiling litemap v0.7.3
17642025-02-10T18:11:18.067Z Compiling writeable v0.5.5
17652025-02-10T18:11:18.429Z Compiling strsim v0.11.1
17662025-02-10T18:11:18.799Z Compiling dyn-clone v1.0.17
17672025-02-10T18:11:18.840Z Compiling pest_derive v2.7.14
17682025-02-10T18:11:19.068Z Compiling icu_locid v1.5.0
17692025-02-10T18:11:19.106Z Compiling tracing v0.1.40
17702025-02-10T18:11:19.903Z Compiling cipher v0.4.4
17712025-02-10T18:11:20.008Z Compiling sha2 v0.10.8
17722025-02-10T18:11:20.363Z Compiling usdt-impl v0.5.0
17732025-02-10T18:11:20.719Z Compiling cookie v0.18.1
17742025-02-10T18:11:20.813Z Compiling base64ct v1.6.0
17752025-02-10T18:11:21.034Z Compiling icu_provider v1.5.0
17762025-02-10T18:11:21.382Z Compiling pem-rfc7468 v0.7.0
17772025-02-10T18:11:22.171Z Compiling aws-lc-sys v0.22.0
17782025-02-10T18:11:22.861Z Compiling scroll v0.12.0
17792025-02-10T18:11:23.176Z Compiling ppv-lite86 v0.2.20
17802025-02-10T18:11:23.378Z Compiling async-trait v0.1.86
17812025-02-10T18:11:24.015Z Compiling anyhow v1.0.95
17822025-02-10T18:11:24.565Z Compiling plain v0.2.3
17832025-02-10T18:11:25.458Z Compiling icu_locid_transform_data v1.5.0
17842025-02-10T18:11:25.557Z Compiling percent-encoding v2.3.1
17852025-02-10T18:11:25.994Z Compiling flagset v0.4.6
17862025-02-10T18:11:26.212Z Compiling rustls-pki-types v1.10.0
17872025-02-10T18:11:26.614Z Compiling camino v1.1.9
17882025-02-10T18:11:27.088Z Compiling icu_locid_transform v1.5.0
17892025-02-10T18:11:27.820Z Compiling der v0.7.9
17902025-02-10T18:11:28.943Z Compiling goblin v0.8.2
17912025-02-10T18:11:30.243Z Compiling rand_chacha v0.3.1
17922025-02-10T18:11:30.883Z Compiling tokio-util v0.7.12
17932025-02-10T18:11:31.122Z Compiling icu_collections v1.5.0
17942025-02-10T18:11:33.313Z Compiling powerfmt v0.2.0
17952025-02-10T18:11:33.519Z Compiling mirai-annotations v1.12.0
17962025-02-10T18:11:33.705Z Compiling rayon-core v1.12.1
17972025-02-10T18:11:33.819Z Compiling pretty-hex v0.4.1
17982025-02-10T18:11:33.874Z Compiling rustls v0.22.4
17992025-02-10T18:11:33.985Z Compiling untrusted v0.9.0
18002025-02-10T18:11:34.041Z Compiling icu_properties_data v1.5.0
18012025-02-10T18:11:34.140Z Compiling untrusted v0.7.1
18022025-02-10T18:11:34.298Z Compiling icu_properties v1.5.1
18032025-02-10T18:11:34.336Z Compiling dof v0.3.0
18042025-02-10T18:11:35.340Z Compiling deranged v0.3.11
18052025-02-10T18:11:36.554Z Compiling rand v0.8.5
18062025-02-10T18:11:36.896Z Compiling spki v0.7.3
18072025-02-10T18:11:37.178Z Compiling salsa20 v0.10.2
18082025-02-10T18:11:37.245Z Compiling dtrace-parser v0.2.0
18092025-02-10T18:11:37.993Z Compiling pbkdf2 v0.12.2
18102025-02-10T18:11:38.663Z Compiling thread-id v4.2.2
18112025-02-10T18:11:38.801Z Compiling icu_normalizer_data v1.5.0
18122025-02-10T18:11:39.004Z Compiling atomic-waker v1.1.2
18132025-02-10T18:11:39.031Z Compiling num_threads v0.1.7
18142025-02-10T18:11:39.091Z Compiling utf16_iter v1.0.5
18152025-02-10T18:11:39.163Z Compiling write16 v1.0.0
18162025-02-10T18:11:39.212Z Compiling utf8_iter v1.0.4
18172025-02-10T18:11:39.491Z Compiling litrs v0.4.1
18182025-02-10T18:11:39.551Z Compiling winnow v0.5.40
18192025-02-10T18:11:39.731Z Compiling icu_normalizer v1.5.0
18202025-02-10T18:11:40.479Z Compiling document-features v0.2.10
18212025-02-10T18:11:41.453Z Compiling time v0.3.36
18222025-02-10T18:11:42.802Z Compiling toml_edit v0.19.15
18232025-02-10T18:11:43.870Z Compiling scrypt v0.11.0
18242025-02-10T18:11:44.007Z Compiling form_urlencoded v1.2.1
18252025-02-10T18:11:44.321Z Compiling cbc v0.1.2
18262025-02-10T18:11:44.523Z Compiling aes v0.8.4
18272025-02-10T18:11:44.541Z Compiling http-body v1.0.1
18282025-02-10T18:11:44.857Z Compiling multer v3.1.0
18292025-02-10T18:11:45.087Z Compiling rustversion v1.0.17
18302025-02-10T18:11:45.166Z Compiling tinyvec_macros v0.1.1
18312025-02-10T18:11:45.276Z Compiling slog-async v2.8.0
18322025-02-10T18:11:45.598Z Compiling try-lock v0.2.5
18332025-02-10T18:11:45.725Z Compiling want v0.3.1
18342025-02-10T18:11:45.846Z Compiling pkcs5 v0.7.1
18352025-02-10T18:11:45.866Z Compiling tinyvec v1.8.0
18362025-02-10T18:11:47.389Z Compiling idna_adapter v1.2.0
18372025-02-10T18:11:47.866Z Compiling h2 v0.4.6
18382025-02-10T18:11:48.328Z Compiling heapless v0.7.17
18392025-02-10T18:11:49.020Z Compiling bzip2-sys v0.1.11+1.0.8
18402025-02-10T18:11:49.473Z Compiling signal-hook v0.3.17
18412025-02-10T18:11:49.631Z Compiling httpdate v1.0.3
18422025-02-10T18:11:50.401Z Compiling idna v1.0.3
18432025-02-10T18:11:51.900Z Compiling pkcs8 v0.10.2
18442025-02-10T18:11:53.221Z Compiling usdt-attr-macro v0.5.0
18452025-02-10T18:11:53.665Z Compiling usdt-macro v0.5.0
18462025-02-10T18:11:54.540Z Compiling async-stream-impl v0.3.6
18472025-02-10T18:11:54.577Z Compiling adler2 v2.0.0
18482025-02-10T18:11:54.857Z Compiling base64 v0.22.1
18492025-02-10T18:11:54.905Z Compiling tower-service v0.3.3
18502025-02-10T18:11:55.700Z Compiling hyper v1.5.2
18512025-02-10T18:11:55.937Z Compiling miniz_oxide v0.8.0
18522025-02-10T18:11:58.892Z Compiling hyper-util v0.1.10
18532025-02-10T18:11:59.299Z Compiling curve25519-dalek v4.1.3
18542025-02-10T18:12:01.873Z Compiling openapiv3 v2.0.0
18552025-02-10T18:12:02.859Z Compiling enum-as-inner v0.6.1
18562025-02-10T18:12:03.548Z Compiling dropshot v0.12.0
18572025-02-10T18:12:03.840Z Compiling smoltcp v0.9.1
18582025-02-10T18:12:04.004Z Compiling num-bigint-dig v0.8.4
18592025-02-10T18:12:04.298Z Compiling foreign-types-shared v0.1.1
18602025-02-10T18:12:04.408Z Compiling newtype-uuid v1.2.1
18612025-02-10T18:12:04.703Z Compiling portable-atomic v1.9.0
18622025-02-10T18:12:04.787Z Compiling match_cfg v0.1.0
18632025-02-10T18:12:04.893Z Compiling hostname v0.3.1
18642025-02-10T18:12:05.096Z Compiling foreign-types v0.3.2
18652025-02-10T18:12:06.459Z Compiling url v2.5.3
18662025-02-10T18:12:08.464Z Compiling http-body-util v0.1.2
18672025-02-10T18:12:08.987Z Compiling dirs-sys-next v0.1.2
18682025-02-10T18:12:09.159Z Compiling encoding_rs v0.8.34
18692025-02-10T18:12:09.298Z Compiling ident_case v1.0.1
18702025-02-10T18:12:09.422Z Compiling data-encoding v2.6.0
18712025-02-10T18:12:09.470Z Compiling heck v0.4.1
18722025-02-10T18:12:09.831Z Compiling mime v0.3.17
18732025-02-10T18:12:10.886Z Compiling siphasher v0.3.11
18742025-02-10T18:12:10.905Z Compiling gimli v0.31.1
18752025-02-10T18:12:11.244Z Compiling darling_core v0.20.10
18762025-02-10T18:12:12.251Z Compiling dirs-next v2.0.0
18772025-02-10T18:12:16.691Z Compiling addr2line v0.24.2
18782025-02-10T18:12:18.215Z Compiling unicode-normalization v0.1.24
18792025-02-10T18:12:19.287Z Compiling crossbeam-epoch v0.9.18
18802025-02-10T18:12:19.944Z Compiling serde_urlencoded v0.7.1
18812025-02-10T18:12:20.016Z Compiling rustls-pemfile v2.2.0
18822025-02-10T18:12:20.374Z Compiling hubpack_derive v0.1.1
18832025-02-10T18:12:20.486Z Compiling dropshot_endpoint v0.12.0
18842025-02-10T18:12:20.590Z Compiling sha1 v0.10.6
18852025-02-10T18:12:20.623Z Compiling signature v2.2.0
18862025-02-10T18:12:20.852Z Compiling curve25519-dalek-derive v0.1.1
18872025-02-10T18:12:20.965Z Compiling zerocopy-derive v0.6.6
18882025-02-10T18:12:21.255Z Compiling object v0.36.5
18892025-02-10T18:12:22.674Z Compiling thread_local v1.1.8
18902025-02-10T18:12:23.109Z Compiling fs-err v2.11.0
18912025-02-10T18:12:24.205Z Compiling utf8parse v0.2.2
18922025-02-10T18:12:24.383Z Compiling unicode-properties v0.1.3
18932025-02-10T18:12:26.771Z Compiling anstyle v1.0.10
18942025-02-10T18:12:27.660Z Compiling ipnet v2.10.1
18952025-02-10T18:12:27.695Z Compiling unicode-bidi v0.3.17
18962025-02-10T18:12:28.769Z Compiling openssl-probe v0.1.5
18972025-02-10T18:12:29.416Z Compiling rustc-demangle v0.1.24
18982025-02-10T18:12:30.518Z Compiling winnow v0.6.20
18992025-02-10T18:12:30.681Z Compiling backtrace v0.3.74
19002025-02-10T18:12:33.767Z Compiling rustls-webpki v0.102.8
19012025-02-10T18:12:34.249Z Compiling toml_edit v0.22.22
19022025-02-10T18:12:41.825Z Compiling stringprep v0.1.5
19032025-02-10T18:12:42.008Z Compiling anstyle-parse v0.2.5
19042025-02-10T18:12:43.327Z Compiling crossbeam-deque v0.8.5
19052025-02-10T18:12:43.688Z Compiling darling_macro v0.20.10
19062025-02-10T18:12:43.754Z Compiling term v0.7.0
19072025-02-10T18:12:44.540Z Compiling slog-json v2.6.1
19082025-02-10T18:12:45.596Z Compiling crossbeam-channel v0.5.13
19092025-02-10T18:12:46.324Z Compiling hashbrown v0.14.5
19102025-02-10T18:12:46.594Z Compiling futures-executor v0.3.31
19112025-02-10T18:12:47.006Z Compiling num-integer v0.1.46
19122025-02-10T18:12:47.144Z Compiling md-5 v0.10.6
19132025-02-10T18:12:47.317Z Compiling ff v0.13.0
19142025-02-10T18:12:47.379Z Compiling hash32 v0.2.1
19152025-02-10T18:12:47.398Z Compiling is-terminal v0.4.13
19162025-02-10T18:12:47.462Z Compiling memmap v0.7.0
19172025-02-10T18:12:47.551Z Compiling linked-hash-map v0.5.6
19182025-02-10T18:12:47.666Z Compiling utf-8 v0.7.6
19192025-02-10T18:12:47.760Z Compiling take_mut v0.2.2
19202025-02-10T18:12:47.869Z Compiling base16ct v0.2.0
19212025-02-10T18:12:47.927Z Compiling fallible-iterator v0.2.0
19222025-02-10T18:12:47.963Z Compiling colorchoice v1.0.2
19232025-02-10T18:12:48.130Z Compiling quick-error v1.2.3
19242025-02-10T18:12:48.162Z Compiling psl-types v2.0.11
19252025-02-10T18:12:48.298Z Compiling anstyle-query v1.1.1
19262025-02-10T18:12:48.464Z Compiling is_terminal_polyfill v1.70.1
19272025-02-10T18:12:48.485Z Compiling publicsuffix v2.3.0
19282025-02-10T18:12:48.602Z Compiling anstream v0.6.15
19292025-02-10T18:12:48.621Z Compiling postgres-protocol v0.6.7
19302025-02-10T18:12:48.834Z Compiling resolv-conf v0.7.0
19312025-02-10T18:12:48.870Z Compiling sec1 v0.7.3
19322025-02-10T18:12:49.396Z Compiling tungstenite v0.24.0
19332025-02-10T18:12:49.431Z Compiling lru-cache v0.1.2
19342025-02-10T18:12:49.632Z Compiling usdt v0.5.0
19352025-02-10T18:12:50.055Z Compiling num-iter v0.1.45
19362025-02-10T18:12:50.104Z Compiling slog-term v2.9.1
19372025-02-10T18:12:50.268Z Compiling group v0.13.0
19382025-02-10T18:12:50.577Z Compiling regress v0.10.1
19392025-02-10T18:12:51.141Z Compiling futures v0.3.31
19402025-02-10T18:12:53.629Z Compiling slog-bunyan v2.5.0
19412025-02-10T18:12:53.834Z Compiling darling v0.20.10
19422025-02-10T18:12:54.327Z Compiling tokio-rustls v0.26.0
19432025-02-10T18:12:54.445Z Compiling tokio-native-tls v0.3.1
19442025-02-10T18:12:54.746Z Compiling tokio-rustls v0.25.0
19452025-02-10T18:12:54.749Z Compiling toml v0.8.19
19462025-02-10T18:12:55.155Z Compiling hickory-proto v0.24.3
19472025-02-10T18:12:55.312Z Compiling phf_shared v0.11.2
19482025-02-10T18:12:55.662Z Compiling strum_macros v0.25.3
19492025-02-10T18:12:56.325Z Compiling async-stream v0.3.6
19502025-02-10T18:12:56.422Z Compiling waitgroup v0.1.2
19512025-02-10T18:12:56.442Z Compiling webpki-roots v0.26.6
19522025-02-10T18:12:56.681Z Compiling terminal_size v0.4.0
19532025-02-10T18:12:56.847Z Compiling serde_path_to_error v0.1.16
19542025-02-10T18:12:56.891Z Compiling hkdf v0.12.4
19552025-02-10T18:12:57.135Z Compiling crypto-bigint v0.5.5
19562025-02-10T18:12:57.564Z Compiling clap_derive v4.5.24
19572025-02-10T18:12:57.646Z Compiling derive-where v1.2.7
19582025-02-10T18:12:58.953Z Compiling serde_repr v0.1.19
19592025-02-10T18:12:59.976Z Compiling hostname v0.4.0
19602025-02-10T18:13:00.198Z Compiling crc32fast v1.4.2
19612025-02-10T18:13:00.410Z Compiling managed v0.8.0
19622025-02-10T18:13:00.538Z Compiling bitflags v1.3.2
19632025-02-10T18:13:00.827Z Compiling unicode-width v0.2.0
19642025-02-10T18:13:01.269Z Compiling debug-ignore v1.0.5
19652025-02-10T18:13:01.432Z Compiling clap_lex v0.7.4
19662025-02-10T18:13:01.853Z Compiling clap_builder v4.5.27
19672025-02-10T18:13:01.932Z Compiling console v0.15.10
19682025-02-10T18:13:04.970Z Compiling flate2 v1.0.35
19692025-02-10T18:13:04.993Z Compiling hickory-resolver v0.24.2
19702025-02-10T18:13:05.836Z Compiling elliptic-curve v0.13.8
19712025-02-10T18:13:07.197Z Compiling hyper-rustls v0.27.3
19722025-02-10T18:13:09.407Z Compiling phf v0.11.2
19732025-02-10T18:13:09.470Z Compiling hyper-tls v0.6.0
19742025-02-10T18:13:09.852Z Compiling typify-impl v0.2.0
19752025-02-10T18:13:10.115Z Compiling signal-hook-mio v0.2.4
19762025-02-10T18:13:10.142Z Compiling bzip2 v0.4.4
19772025-02-10T18:13:10.321Z Compiling rayon v1.10.0
19782025-02-10T18:13:10.503Z Compiling cookie_store v0.21.1
19792025-02-10T18:13:13.217Z Compiling tokio-tungstenite v0.24.0
19802025-02-10T18:13:13.735Z Compiling postgres-types v0.2.8
19812025-02-10T18:13:14.537Z Compiling zerocopy v0.6.6
19822025-02-10T18:13:14.652Z Compiling hubpack v0.1.2
19832025-02-10T18:13:14.888Z Compiling ed25519 v2.2.3
19842025-02-10T18:13:15.002Z Compiling phf_shared v0.10.0
19852025-02-10T18:13:15.099Z Compiling pkcs1 v0.7.5
19862025-02-10T18:13:15.269Z Compiling tokio-stream v0.1.16
19872025-02-10T18:13:15.343Z Compiling ipnetwork v0.20.0
19882025-02-10T18:13:15.961Z Compiling serde-big-array v0.5.1
19892025-02-10T18:13:16.196Z Compiling rfc6979 v0.4.0
19902025-02-10T18:13:16.216Z Compiling float-cmp v0.9.0
19912025-02-10T18:13:16.300Z Compiling sync_wrapper v1.0.1
19922025-02-10T18:13:16.443Z Compiling bstr v1.10.0
19932025-02-10T18:13:17.012Z Compiling fixedbitset v0.4.2
19942025-02-10T18:13:17.414Z Compiling unicode-segmentation v1.12.0
19952025-02-10T18:13:17.750Z Compiling new_debug_unreachable v1.0.6
19962025-02-10T18:13:17.858Z Compiling whoami v1.5.2
19972025-02-10T18:13:17.891Z Compiling difflib v0.4.0
19982025-02-10T18:13:18.230Z Compiling number_prefix v0.4.0
19992025-02-10T18:13:18.363Z Compiling precomputed-hash v0.1.1
20002025-02-10T18:13:18.462Z Compiling bit-vec v0.6.3
20012025-02-10T18:13:18.492Z Compiling normalize-line-endings v0.3.0
20022025-02-10T18:13:18.630Z Compiling static_assertions v1.1.0
20032025-02-10T18:13:18.748Z Compiling predicates-core v1.0.8
20042025-02-10T18:13:18.973Z Compiling predicates v3.1.2
20052025-02-10T18:13:19.031Z Compiling bit-set v0.5.3
20062025-02-10T18:13:19.120Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20072025-02-10T18:13:19.332Z Compiling string_cache v0.8.7
20082025-02-10T18:13:19.718Z Compiling reqwest v0.12.9
20092025-02-10T18:13:20.179Z Compiling typify-macro v0.2.0
20102025-02-10T18:13:20.285Z Compiling indicatif v0.17.11
20112025-02-10T18:13:20.555Z Compiling tokio-postgres v0.7.12
20122025-02-10T18:13:20.901Z Compiling similar v2.6.0
20132025-02-10T18:13:22.657Z Compiling petgraph v0.6.5
20142025-02-10T18:13:25.184Z Compiling ecdsa v0.16.9
20152025-02-10T18:13:25.264Z Compiling qorb v0.2.1
20162025-02-10T18:13:26.005Z Compiling rsa v0.9.6
20172025-02-10T18:13:26.024Z Compiling ed25519-dalek v2.1.1
20182025-02-10T18:13:26.551Z Compiling zip v0.6.6
20192025-02-10T18:13:27.232Z Compiling crossterm v0.28.1
20202025-02-10T18:13:27.715Z Compiling clap v4.5.27
20212025-02-10T18:13:29.296Z Compiling toml v0.7.8
20222025-02-10T18:13:30.193Z Compiling x509-cert v0.2.5
20232025-02-10T18:13:30.595Z Compiling hex v0.4.3
20242025-02-10T18:13:31.483Z Compiling itertools v0.10.5
20252025-02-10T18:13:31.627Z Compiling zerocopy v0.8.10
20262025-02-10T18:13:31.977Z Compiling lalrpop-util v0.19.12
20272025-02-10T18:13:32.325Z Compiling peg-runtime v0.8.3
20282025-02-10T18:13:32.817Z Compiling unicode-xid v0.2.6
20292025-02-10T18:13:34.345Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20302025-02-10T18:13:38.464Z Compiling proc-macro-crate v1.3.1
20312025-02-10T18:13:39.168Z Compiling macaddr v1.0.1
20322025-02-10T18:13:39.499Z Compiling zerocopy-derive v0.8.10
20332025-02-10T18:13:39.549Z Compiling itertools v0.13.0
20342025-02-10T18:13:42.055Z Compiling heapless v0.8.0
20352025-02-10T18:13:42.470Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20362025-02-10T18:13:47.631Z Compiling num_enum_derive v0.5.11
20372025-02-10T18:13:53.526Z Compiling hash32 v0.3.1
20382025-02-10T18:13:54.602Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20392025-02-10T18:13:55.733Z Compiling smoltcp v0.11.0
20402025-02-10T18:14:00.630Z Compiling num_enum v0.5.11
20412025-02-10T18:14:00.775Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20422025-02-10T18:14:01.646Z Compiling typify v0.2.0
20432025-02-10T18:14:01.791Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
20442025-02-10T18:14:02.701Z Compiling proc-macro-error-attr v1.0.4
20452025-02-10T18:14:03.017Z Compiling cobs v0.2.3
20462025-02-10T18:14:03.125Z Compiling unsafe-libyaml v0.2.11
20472025-02-10T18:14:04.092Z Compiling thiserror v2.0.11
20482025-02-10T18:14:04.854Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20492025-02-10T18:14:05.584Z Compiling serde_yaml v0.9.34+deprecated
20502025-02-10T18:14:06.155Z Compiling postcard v1.0.10
20512025-02-10T18:14:19.813Z Compiling progenitor-impl v0.8.0
20522025-02-10T18:14:21.529Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20532025-02-10T18:14:31.072Z Compiling strum_macros v0.26.4
20542025-02-10T18:14:31.775Z Compiling foreign-types-macros v0.2.3
20552025-02-10T18:14:31.794Z Compiling structmeta-derive v0.3.0
20562025-02-10T18:14:32.442Z Compiling thiserror-impl v2.0.11
20572025-02-10T18:14:32.944Z Compiling proc-macro-error v1.0.4
20582025-02-10T18:14:33.120Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20592025-02-10T18:14:33.254Z Compiling foreign-types-shared v0.3.1
20602025-02-10T18:14:34.314Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20612025-02-10T18:14:34.836Z Compiling unicode-width v0.1.14
20622025-02-10T18:14:35.483Z Compiling tabwriter v1.4.0
20632025-02-10T18:14:36.026Z Compiling strum v0.26.3
20642025-02-10T18:14:38.615Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20652025-02-10T18:14:38.829Z Compiling structmeta v0.3.0
20662025-02-10T18:14:40.457Z Compiling foreign-types v0.5.0
20672025-02-10T18:14:43.749Z Compiling progenitor-macro v0.8.0
20682025-02-10T18:14:47.410Z Compiling progenitor-client v0.8.0
20692025-02-10T18:14:51.028Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20702025-02-10T18:14:51.809Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20712025-02-10T18:14:52.276Z Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
20722025-02-10T18:14:52.609Z Compiling cstr-argument v0.1.2
20732025-02-10T18:14:52.888Z Compiling dropshot v0.15.1
20742025-02-10T18:14:53.210Z Compiling crucible-workspace-hack v0.1.0
20752025-02-10T18:14:53.339Z Compiling pretty-hex v0.2.1
20762025-02-10T18:14:53.509Z Compiling fastrand v2.1.1
20772025-02-10T18:14:54.094Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20782025-02-10T18:14:54.158Z Compiling tempfile v3.13.0
20792025-02-10T18:14:54.391Z Compiling progenitor v0.8.0
20802025-02-10T18:14:54.564Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20812025-02-10T18:14:54.649Z Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
20822025-02-10T18:14:54.999Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20832025-02-10T18:14:55.186Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20842025-02-10T18:14:55.423Z Compiling parse-display-derive v0.10.0
20852025-02-10T18:14:55.813Z Compiling colored v2.1.0
20862025-02-10T18:14:55.851Z Compiling serde_with_macros v3.11.0
20872025-02-10T18:14:55.974Z Compiling dropshot_endpoint v0.15.1
20882025-02-10T18:14:56.988Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20892025-02-10T18:14:57.710Z Compiling instant v0.1.13
20902025-02-10T18:14:57.889Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20912025-02-10T18:14:58.195Z Compiling serde_with v3.11.0
20922025-02-10T18:14:58.254Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20932025-02-10T18:14:58.979Z Compiling parse-display v0.10.0
20942025-02-10T18:14:59.058Z Compiling backoff v0.4.0
20952025-02-10T18:14:59.418Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20962025-02-10T18:15:00.625Z Compiling zone_cfg_derive v0.3.0
20972025-02-10T18:15:00.959Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20982025-02-10T18:15:01.151Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20992025-02-10T18:15:01.789Z Compiling camino-tempfile v1.1.1
21002025-02-10T18:15:01.831Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21012025-02-10T18:15:01.944Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
21022025-02-10T18:15:02.029Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21032025-02-10T18:15:02.219Z Compiling regress v0.9.1
21042025-02-10T18:15:02.404Z Compiling progenitor-client v0.9.1
21052025-02-10T18:15:02.551Z Compiling num-derive v0.4.2
21062025-02-10T18:15:03.311Z Compiling sigpipe v0.1.3
21072025-02-10T18:15:03.461Z Compiling libefi-sys v0.1.0
21082025-02-10T18:15:03.770Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21092025-02-10T18:15:04.139Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21102025-02-10T18:15:04.730Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
21112025-02-10T18:15:06.254Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
21122025-02-10T18:15:06.786Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
21132025-02-10T18:15:07.313Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21142025-02-10T18:15:09.066Z Compiling zone v0.3.0
21152025-02-10T18:15:10.801Z Compiling smf v0.2.3
21162025-02-10T18:15:12.328Z Compiling bitfield-struct v0.6.2
21172025-02-10T18:15:13.362Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21182025-02-10T18:15:13.418Z Compiling blake3 v1.5.4
21192025-02-10T18:15:13.623Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21202025-02-10T18:15:14.185Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21212025-02-10T18:15:14.319Z Compiling xattr v1.3.1
21222025-02-10T18:15:14.343Z Compiling memmap2 v0.9.5
21232025-02-10T18:15:14.630Z Compiling filetime v0.2.25
21242025-02-10T18:15:14.712Z Compiling constant_time_eq v0.3.1
21252025-02-10T18:15:14.909Z Compiling arrayref v0.3.9
21262025-02-10T18:15:14.930Z Compiling same-file v1.0.6
21272025-02-10T18:15:14.984Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21282025-02-10T18:15:15.025Z Compiling arrayvec v0.7.6
21292025-02-10T18:15:15.115Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21302025-02-10T18:15:15.199Z Compiling walkdir v2.5.0
21312025-02-10T18:15:15.281Z Compiling tar v0.4.42
21322025-02-10T18:15:16.843Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21332025-02-10T18:15:17.259Z Compiling gethostname v0.5.0
21342025-02-10T18:15:17.479Z Compiling cargo-platform v0.1.8
21352025-02-10T18:15:17.713Z Compiling topological-sort v0.2.2
21362025-02-10T18:15:18.007Z Compiling omicron-zone-package v0.12.0
21372025-02-10T18:15:18.134Z Compiling cargo_metadata v0.18.1
21382025-02-10T18:15:18.534Z Compiling indent_write v2.2.0
21392025-02-10T18:15:18.790Z Compiling shell-words v1.1.0
21402025-02-10T18:15:23.231Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21412025-02-10T18:15:24.114Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21422025-02-10T18:15:26.479Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21432025-02-10T18:15:47.983Z Finished `release` profile [optimized] target(s) in 5m 09s
21442025-02-10T18:15:48.147Z Running `target/release/omicron-package -t test target create -p dev`
21452025-02-10T18:15:48.194ZLogging to: /work/oxidecomputer/omicron/out/LOG
21462025-02-10T18:15:48.197ZCreated new build target 'test' and set it as active
21472025-02-10T18:15:48.197Z
21482025-02-10T18:15:48.197Zreal 5:09.672614678
21492025-02-10T18:15:48.197Zuser 36:09.407949358
21502025-02-10T18:15:48.197Zsys 3:16.982988411
21512025-02-10T18:15:48.197Ztrap 1.108102071
21522025-02-10T18:15:48.197Ztflt 3.141932528
21532025-02-10T18:15:48.197Zdflt 0.724575580
21542025-02-10T18:15:48.197Zkflt 0.027913552
21552025-02-10T18:15:48.197Zlock 1:12:29.632058439
21562025-02-10T18:15:48.197Zslp 2:25:49.448277417
21572025-02-10T18:15:48.197Zlat 2:44.332108553
21582025-02-10T18:15:48.197Zstop 4:39.745928251
21592025-02-10T18:15:48.200Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21602025-02-10T18:15:49.157Z Finished `release` profile [optimized] target(s) in 0.91s
21612025-02-10T18:15:49.216Z Running `target/release/omicron-package -t test package`
21622025-02-10T18:15:49.264ZLogging to: /work/oxidecomputer/omicron/out/LOG
21632025-02-10T18:15:50.382Z Compiling thiserror v2.0.11
21642025-02-10T18:15:50.519Z Compiling typify-impl v0.3.0
21652025-02-10T18:15:50.522Z Compiling convert_case v0.4.0
21662025-02-10T18:15:50.522Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21672025-02-10T18:15:50.522Z Compiling newline-converter v0.3.0
21682025-02-10T18:15:50.524Z Compiling password-hash v0.5.0
21692025-02-10T18:15:50.524Z Compiling blake2 v0.10.6
21702025-02-10T18:15:50.524Z Compiling base64 v0.21.7
21712025-02-10T18:15:50.723Z Compiling expectorate v1.1.0
21722025-02-10T18:15:50.861Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21732025-02-10T18:15:50.995Z Compiling atomicwrites v0.4.4
21742025-02-10T18:15:51.284Z Compiling derive_more v0.99.18
21752025-02-10T18:15:51.516Z Compiling argon2 v0.5.3
21762025-02-10T18:15:51.542Z Compiling owo-colors v4.1.0
21772025-02-10T18:15:51.683Z Compiling cancel-safe-futures v0.1.5
21782025-02-10T18:15:51.730Z Compiling num-rational v0.4.2
21792025-02-10T18:15:51.868Z Compiling progenitor-client v0.9.1
21802025-02-10T18:15:52.067Z Compiling num-complex v0.4.6
21812025-02-10T18:15:52.357Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21822025-02-10T18:15:53.223Z Compiling num v0.4.3
21832025-02-10T18:15:53.347Z Compiling libsw v3.3.1
21842025-02-10T18:15:53.386Z Compiling float-ord v0.3.2
21852025-02-10T18:15:53.568Z Compiling linear-map v1.2.0
21862025-02-10T18:15:53.681Z Compiling swrite v0.1.0
21872025-02-10T18:15:53.837Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21882025-02-10T18:15:53.840Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21892025-02-10T18:15:53.967Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21902025-02-10T18:15:54.112Z Compiling highway v1.2.0
21912025-02-10T18:15:55.358Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21922025-02-10T18:15:55.599Z Compiling semver v0.1.20
21932025-02-10T18:15:56.150Z Compiling rustc_version v0.1.7
21942025-02-10T18:15:56.523Z Compiling newtype_derive v0.1.6
21952025-02-10T18:15:56.836Z Compiling tungstenite v0.21.0
21962025-02-10T18:15:57.047Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21972025-02-10T18:16:01.365Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21982025-02-10T18:16:01.466Z Compiling typify-macro v0.3.0
21992025-02-10T18:16:01.820Z Compiling ipnetwork v0.20.0
22002025-02-10T18:16:02.544Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22012025-02-10T18:16:03.117Z Compiling tokio-tungstenite v0.21.0
22022025-02-10T18:16:03.193Z Compiling progenitor-client v0.8.0
22032025-02-10T18:16:03.196Z Compiling humantime v2.1.0
22042025-02-10T18:16:03.737Z Compiling progenitor v0.8.0
22052025-02-10T18:16:03.907Z Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
22062025-02-10T18:16:03.957Z Compiling dropshot v0.15.1
22072025-02-10T18:16:04.027Z Compiling instant v0.1.13
22082025-02-10T18:16:04.188Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22092025-02-10T18:16:04.220Z Compiling backoff v0.4.0
22102025-02-10T18:16:04.597Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22112025-02-10T18:16:04.676Z Compiling steno v0.4.1
22122025-02-10T18:16:04.781Z Compiling typify v0.3.0
22132025-02-10T18:16:04.972Z Compiling progenitor-impl v0.9.1
22142025-02-10T18:16:10.994Z Compiling progenitor-macro v0.9.1
22152025-02-10T18:16:12.134Z Compiling parse-display v0.10.0
22162025-02-10T18:16:12.247Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22172025-02-10T18:16:12.438Z Compiling strum v0.26.3
22182025-02-10T18:16:12.624Z Compiling serde_with v3.11.0
22192025-02-10T18:16:12.663Z Compiling regress v0.9.1
22202025-02-10T18:16:15.903Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22212025-02-10T18:16:17.157Z Compiling macaddr v1.0.1
22222025-02-10T18:16:17.479Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22232025-02-10T18:16:17.568Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22242025-02-10T18:16:17.694Z Compiling slog-dtrace v0.3.0
22252025-02-10T18:16:18.202Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
22262025-02-10T18:16:18.226Z Compiling prettyplease v0.2.25
22272025-02-10T18:16:20.257Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22282025-02-10T18:16:21.889Z Compiling progenitor v0.9.1
22292025-02-10T18:16:22.137Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22302025-02-10T18:16:23.836Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22312025-02-10T18:16:26.118Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22322025-02-10T18:16:34.223Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22332025-02-10T18:16:35.645Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22342025-02-10T18:16:36.643Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22352025-02-10T18:16:37.411Z Compiling half v2.4.1
22362025-02-10T18:16:38.113Z Compiling ciborium-io v0.2.2
22372025-02-10T18:16:38.272Z Compiling ciborium-ll v0.2.2
22382025-02-10T18:16:39.301Z Compiling ciborium v0.2.2
22392025-02-10T18:16:40.408Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22402025-02-10T18:16:41.285Z Compiling display-error-chain v0.2.2
22412025-02-10T18:16:41.421Z Compiling same-file v1.0.6
22422025-02-10T18:16:41.520Z Compiling fastrand v2.1.1
22432025-02-10T18:16:41.657Z Compiling walkdir v2.5.0
22442025-02-10T18:16:41.925Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22452025-02-10T18:16:41.995Z Compiling tempfile v3.13.0
22462025-02-10T18:16:42.273Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22472025-02-10T18:16:42.715Z Compiling blake3 v1.5.4
22482025-02-10T18:16:43.341Z Compiling const_format_proc_macros v0.2.34
22492025-02-10T18:16:45.204Z Compiling xattr v1.3.1
22502025-02-10T18:16:45.530Z Compiling memmap2 v0.9.5
22512025-02-10T18:16:45.907Z Compiling filetime v0.2.25
22522025-02-10T18:16:46.180Z Compiling arrayvec v0.7.6
22532025-02-10T18:16:46.382Z Compiling arrayref v0.3.9
22542025-02-10T18:16:46.505Z Compiling constant_time_eq v0.3.1
22552025-02-10T18:16:46.529Z Compiling crunchy v0.2.2
22562025-02-10T18:16:46.582Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22572025-02-10T18:16:46.667Z Compiling maplit v1.0.2
22582025-02-10T18:16:46.811Z Compiling keccak v0.1.5
22592025-02-10T18:16:46.988Z Compiling tar v0.4.42
22602025-02-10T18:16:47.928Z Compiling sha3 v0.10.8
22612025-02-10T18:16:47.963Z Compiling const_format v0.2.34
22622025-02-10T18:16:48.775Z Compiling camino-tempfile v1.1.1
22632025-02-10T18:16:48.829Z Compiling toolchain_find v0.4.0
22642025-02-10T18:16:49.071Z Compiling tiny-keccak v2.0.2
22652025-02-10T18:16:49.186Z Compiling radium v0.7.0
22662025-02-10T18:16:49.206Z Compiling topological-sort v0.2.2
22672025-02-10T18:16:49.346Z Compiling rustfmt-wrapper v0.2.1
22682025-02-10T18:16:49.395Z Compiling omicron-zone-package v0.12.0
22692025-02-10T18:16:49.679Z Compiling dsl_auto_type v0.1.2
22702025-02-10T18:16:49.776Z Compiling scheduled-thread-pool v0.2.7
22712025-02-10T18:16:49.889Z Compiling diesel_table_macro_syntax v0.2.0
22722025-02-10T18:16:50.323Z Compiling maybe-uninit v2.0.0
22732025-02-10T18:16:50.804Z Compiling tap v1.0.1
22742025-02-10T18:16:50.889Z Compiling diesel_derives v2.2.3
22752025-02-10T18:16:51.003Z Compiling wyz v0.5.1
22762025-02-10T18:16:51.287Z Compiling r2d2 v0.8.10
22772025-02-10T18:16:51.902Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9ff89d72)
22782025-02-10T18:16:52.156Z Compiling phf_generator v0.11.2
22792025-02-10T18:16:52.362Z Compiling ascii-canvas v3.0.0
22802025-02-10T18:16:52.807Z Compiling secrecy v0.8.0
22812025-02-10T18:16:53.083Z Compiling async-recursion v1.1.1
22822025-02-10T18:16:53.814Z Compiling ena v0.14.3
22832025-02-10T18:16:54.219Z Compiling regex-syntax v0.6.29
22842025-02-10T18:16:54.448Z Compiling diff v0.1.13
22852025-02-10T18:16:54.484Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22862025-02-10T18:16:54.715Z Compiling crc-catalog v2.4.0
22872025-02-10T18:16:54.887Z Compiling packed_struct v0.10.1
22882025-02-10T18:16:54.913Z Compiling funty v2.0.0
22892025-02-10T18:16:55.336Z Compiling arc-swap v1.7.1
22902025-02-10T18:16:55.621Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22912025-02-10T18:16:55.956Z Compiling bitvec v1.0.1
22922025-02-10T18:16:55.974Z Compiling slog-scope v4.4.0
22932025-02-10T18:16:56.781Z Compiling crc v3.2.1
22942025-02-10T18:16:57.771Z Compiling lalrpop v0.19.12
22952025-02-10T18:16:58.820Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22962025-02-10T18:16:59.036Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9ff89d72)
22972025-02-10T18:17:00.377Z Compiling phf_codegen v0.11.2
22982025-02-10T18:17:00.727Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22992025-02-10T18:17:01.593Z Compiling diesel v2.2.6
23002025-02-10T18:17:01.788Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23012025-02-10T18:17:02.039Z Compiling universal-hash v0.5.1
23022025-02-10T18:17:02.289Z Compiling packed_struct_codegen v0.10.1
23032025-02-10T18:17:04.601Z Compiling thiserror-impl-no-std v2.0.2
23042025-02-10T18:17:05.884Z Compiling parse-zoneinfo v0.3.1
23052025-02-10T18:17:06.867Z Compiling unicase v2.7.0
23062025-02-10T18:17:07.205Z Compiling indexmap v1.9.3
23072025-02-10T18:17:07.307Z Compiling nodrop v0.1.14
23082025-02-10T18:17:07.462Z Compiling opaque-debug v0.3.1
23092025-02-10T18:17:07.546Z Compiling ref-cast v1.0.23
23102025-02-10T18:17:07.585Z Compiling poly1305 v0.8.0
23112025-02-10T18:17:08.134Z Compiling array-init v0.0.4
23122025-02-10T18:17:09.106Z Compiling thiserror-no-std v2.0.2
23132025-02-10T18:17:09.152Z Compiling chrono-tz-build v0.4.0
23142025-02-10T18:17:10.786Z Compiling smallvec v0.6.14
23152025-02-10T18:17:11.244Z Compiling slog-stdlog v4.1.1
23162025-02-10T18:17:12.632Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23172025-02-10T18:17:12.945Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23182025-02-10T18:17:13.258Z Compiling derive_builder_core v0.20.2
23192025-02-10T18:17:14.132Z Compiling chacha20 v0.9.1
23202025-02-10T18:17:14.612Z Compiling headers-core v0.3.0
23212025-02-10T18:17:14.814Z Compiling aead v0.5.2
23222025-02-10T18:17:15.187Z Compiling libxml v0.3.3
23232025-02-10T18:17:15.350Z Compiling ref-cast-impl v1.0.23
23242025-02-10T18:17:15.543Z Compiling vte_generate_state_changes v0.1.2
23252025-02-10T18:17:16.145Z Compiling termcolor v1.4.1
23262025-02-10T18:17:16.417Z Compiling bitfield v0.14.0
23272025-02-10T18:17:16.733Z Compiling hashbrown v0.12.3
23282025-02-10T18:17:17.151Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23292025-02-10T18:17:19.067Z Compiling env_logger v0.10.2
23302025-02-10T18:17:20.486Z Compiling polar-core v0.27.3
23312025-02-10T18:17:21.877Z Compiling vte v0.11.1
23322025-02-10T18:17:22.204Z Compiling derive_builder_macro v0.20.2
23332025-02-10T18:17:23.028Z Compiling chacha20poly1305 v0.10.1
23342025-02-10T18:17:23.278Z Compiling headers v0.4.0
23352025-02-10T18:17:23.393Z Compiling slog-envlogger v2.2.0
23362025-02-10T18:17:26.031Z Compiling serde-hex v0.1.0
23372025-02-10T18:17:26.722Z Compiling chrono-tz v0.10.1
23382025-02-10T18:17:27.353Z Compiling vsss-rs v3.3.4
23392025-02-10T18:17:30.927Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23402025-02-10T18:17:31.309Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23412025-02-10T18:17:31.637Z Compiling ron v0.8.1
23422025-02-10T18:17:33.129Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23432025-02-10T18:17:33.430Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23442025-02-10T18:17:33.849Z Compiling hashbrown v0.13.2
23452025-02-10T18:17:35.108Z Compiling strum_macros v0.24.3
23462025-02-10T18:17:37.248Z Compiling fxhash v0.2.1
23472025-02-10T18:17:37.490Z Compiling samael v0.0.17
23482025-02-10T18:17:37.789Z Compiling bumpalo v3.16.0
23492025-02-10T18:17:38.115Z Compiling bytecount v0.6.8
23502025-02-10T18:17:38.332Z Compiling indoc v1.0.9
23512025-02-10T18:17:38.458Z Compiling simd-adler32 v0.3.7
23522025-02-10T18:17:39.073Z Compiling lockfree-object-pool v0.1.6
23532025-02-10T18:17:39.143Z Compiling crc-any v2.5.0
23542025-02-10T18:17:39.365Z Compiling zip v2.1.3
23552025-02-10T18:17:39.714Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23562025-02-10T18:17:39.738Z Compiling zopfli v0.8.1
23572025-02-10T18:17:48.220Z Compiling papergrid v0.11.0
23582025-02-10T18:17:48.220Z Compiling object v0.30.4
23592025-02-10T18:17:48.220Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23602025-02-10T18:17:53.251Z Compiling strip-ansi-escapes v0.2.0
23612025-02-10T18:17:54.013Z Compiling derive_builder v0.20.2
23622025-02-10T18:17:54.501Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23632025-02-10T18:17:54.825Z Compiling tabled_derive v0.7.0
23642025-02-10T18:17:56.881Z Compiling fd-lock v4.0.2
23652025-02-10T18:17:57.113Z Compiling peg-macros v0.8.4
23662025-02-10T18:17:58.591Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23672025-02-10T18:17:59.060Z Compiling kstat-rs v0.2.4
23682025-02-10T18:17:59.550Z Compiling impl-trait-for-tuples v0.2.2
23692025-02-10T18:17:59.797Z Compiling oso-derive v0.27.3
23702025-02-10T18:17:59.911Z Compiling quick-xml v0.33.0
23712025-02-10T18:18:00.298Z Compiling diesel-dtrace v0.4.2
23722025-02-10T18:18:00.615Z Compiling nu-ansi-term v0.50.1
23732025-02-10T18:18:00.690Z Compiling path-slash v0.1.5
23742025-02-10T18:18:00.960Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23752025-02-10T18:18:01.883Z Compiling reedline v0.35.0
23762025-02-10T18:18:04.436Z Compiling peg v0.8.4
23772025-02-10T18:18:04.604Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23782025-02-10T18:18:05.609Z Compiling oso v0.27.3
23792025-02-10T18:18:06.824Z Compiling tabled v0.15.0
23802025-02-10T18:18:22.697Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23812025-02-10T18:18:25.385Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23822025-02-10T18:18:26.507Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23832025-02-10T18:18:27.988Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
23842025-02-10T18:18:28.481Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23852025-02-10T18:18:28.597Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23862025-02-10T18:18:28.913Z Compiling pem v3.0.4
23872025-02-10T18:18:30.002Z Compiling bb8 v0.8.5
23882025-02-10T18:18:30.358Z Compiling bcs v0.1.6
23892025-02-10T18:18:30.632Z Compiling libz-sys v1.1.20
23902025-02-10T18:18:31.257Z Compiling nanorand v0.7.0
23912025-02-10T18:18:31.289Z Compiling termtree v0.5.1
23922025-02-10T18:18:31.586Z Compiling parking_lot_core v0.8.6
23932025-02-10T18:18:31.923Z Compiling flume v0.11.1
23942025-02-10T18:18:32.817Z Compiling async-bb8-diesel v0.2.1
23952025-02-10T18:18:33.635Z Compiling mime_guess v2.0.5
23962025-02-10T18:18:35.395Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23972025-02-10T18:18:38.596Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23982025-02-10T18:18:38.889Z Compiling buf-list v1.0.3
23992025-02-10T18:18:40.988Z Compiling nibble_vec v0.1.0
24002025-02-10T18:18:41.236Z Compiling libgit2-sys v0.17.0+1.8.1
24012025-02-10T18:18:41.975Z Compiling pin-project-internal v1.1.6
24022025-02-10T18:18:43.503Z Compiling atty v0.2.14
24032025-02-10T18:18:43.688Z Compiling endian-type v0.1.2
24042025-02-10T18:18:43.951Z Compiling salty v0.3.0
24052025-02-10T18:18:44.373Z Compiling http-range v0.1.5
24062025-02-10T18:18:44.554Z Compiling pin-project v1.1.6
24072025-02-10T18:18:44.748Z Compiling radix_trie v0.2.1
24082025-02-10T18:18:45.669Z Compiling parking_lot v0.11.2
24092025-02-10T18:18:50.471Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24102025-02-10T18:18:53.973Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
24112025-02-10T18:18:55.041Z Compiling snafu-derive v0.8.5
24122025-02-10T18:18:57.791Z Compiling hyper-staticfile v0.10.1
24132025-02-10T18:18:58.547Z Compiling sled v0.34.7
24142025-02-10T18:18:59.083Z Compiling snafu v0.8.5
24152025-02-10T18:19:00.315Z Compiling hickory-client v0.24.2
24162025-02-10T18:19:05.463Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24172025-02-10T18:19:06.623Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24182025-02-10T18:19:21.198Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24192025-02-10T18:19:27.697Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24202025-02-10T18:19:30.614Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24212025-02-10T18:19:31.810Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24222025-02-10T18:19:33.272Z Compiling hickory-server v0.24.2
24232025-02-10T18:19:34.770Z Compiling globset v0.4.15
24242025-02-10T18:19:36.105Z Compiling olpc-cjson v0.1.4
24252025-02-10T18:19:36.416Z Compiling primeorder v0.13.6
24262025-02-10T18:19:36.462Z Compiling castaway v0.2.3
24272025-02-10T18:19:36.669Z Compiling vergen v8.3.2
24282025-02-10T18:19:36.983Z Compiling env_filter v0.1.2
24292025-02-10T18:19:37.007Z Compiling serde_plain v1.0.2
24302025-02-10T18:19:37.539Z Compiling cargo-platform v0.1.8
24312025-02-10T18:19:38.013Z Compiling memoffset v0.9.1
24322025-02-10T18:19:38.357Z Compiling typed-path v0.9.3
24332025-02-10T18:19:38.650Z Compiling cargo_metadata v0.18.1
24342025-02-10T18:19:41.071Z Compiling tough v0.19.0
24352025-02-10T18:19:41.573Z Compiling env_logger v0.11.5
24362025-02-10T18:19:42.128Z Compiling p384 v0.13.0
24372025-02-10T18:19:42.963Z Compiling compact_str v0.8.0
24382025-02-10T18:19:44.673Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24392025-02-10T18:19:45.212Z Compiling git2 v0.19.0
24402025-02-10T18:19:45.460Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24412025-02-10T18:19:47.208Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24422025-02-10T18:19:49.054Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24432025-02-10T18:19:50.207Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24442025-02-10T18:19:51.170Z Compiling unicode-truncate v1.1.0
24452025-02-10T18:19:51.471Z Compiling lru v0.12.5
24462025-02-10T18:19:51.838Z Compiling rand_seeder v0.3.0
24472025-02-10T18:19:52.249Z Compiling libsqlite3-sys v0.30.1
24482025-02-10T18:19:52.771Z Compiling lzma-sys v0.1.20
24492025-02-10T18:19:53.221Z Compiling instability v0.3.2
24502025-02-10T18:19:53.481Z Compiling cfg_aliases v0.2.1
24512025-02-10T18:19:53.607Z Compiling rustls v0.21.12
24522025-02-10T18:19:53.924Z Compiling parse-size v1.1.0
24532025-02-10T18:19:54.186Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24542025-02-10T18:19:54.227Z Compiling cassowary v0.3.0
24552025-02-10T18:19:54.551Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24562025-02-10T18:19:55.748Z Compiling ratatui v0.28.1
24572025-02-10T18:19:57.787Z Compiling nix v0.29.0
24582025-02-10T18:19:58.396Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24592025-02-10T18:19:58.627Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24602025-02-10T18:19:58.831Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24612025-02-10T18:20:00.048Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24622025-02-10T18:20:00.855Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24632025-02-10T18:20:01.186Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24642025-02-10T18:20:04.692Z Compiling sct v0.7.1
24652025-02-10T18:20:05.036Z Compiling rustls-webpki v0.101.7
24662025-02-10T18:20:05.156Z Compiling heck v0.3.3
24672025-02-10T18:20:05.489Z Compiling csv-core v0.1.11
24682025-02-10T18:20:06.380Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24692025-02-10T18:20:06.719Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24702025-02-10T18:20:07.045Z Compiling glob v0.3.2
24712025-02-10T18:20:07.516Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24722025-02-10T18:20:08.991Z Compiling csv v1.3.1
24732025-02-10T18:20:11.225Z Compiling zone_cfg_derive v0.1.2
24742025-02-10T18:20:12.547Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24752025-02-10T18:20:14.287Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
24762025-02-10T18:20:15.331Z Compiling nix v0.27.1
24772025-02-10T18:20:15.516Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24782025-02-10T18:20:16.211Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24792025-02-10T18:20:17.966Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
24802025-02-10T18:20:22.902Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24812025-02-10T18:20:25.141Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24822025-02-10T18:20:25.507Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24832025-02-10T18:20:26.179Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24842025-02-10T18:20:26.514Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
24852025-02-10T18:20:26.830Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24862025-02-10T18:20:27.140Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24872025-02-10T18:20:28.345Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24882025-02-10T18:20:29.015Z Compiling tungstenite v0.23.0
24892025-02-10T18:20:30.320Z Compiling hashlink v0.9.1
24902025-02-10T18:20:31.002Z Compiling fallible-streaming-iterator v0.1.9
24912025-02-10T18:20:31.296Z Compiling fallible-iterator v0.3.0
24922025-02-10T18:20:31.507Z Compiling base64 v0.13.1
24932025-02-10T18:20:31.618Z Compiling tokio-tungstenite v0.23.1
24942025-02-10T18:20:32.018Z Compiling ron v0.7.1
24952025-02-10T18:20:32.245Z Compiling rusqlite v0.32.1
24962025-02-10T18:20:32.265Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24972025-02-10T18:20:32.923Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24982025-02-10T18:20:34.324Z Compiling xz2 v0.1.7
24992025-02-10T18:20:37.068Z Compiling tokio-rustls v0.24.1
25002025-02-10T18:20:37.210Z Compiling zone v0.1.8
25012025-02-10T18:20:40.470Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25022025-02-10T18:20:41.174Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25032025-02-10T18:20:44.142Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25042025-02-10T18:20:45.635Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25052025-02-10T18:20:46.843Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25062025-02-10T18:20:52.324Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25072025-02-10T18:20:53.296Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25082025-02-10T18:20:53.784Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25092025-02-10T18:20:55.585Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25102025-02-10T18:20:58.219Z Compiling rustls-pemfile v1.0.4
25112025-02-10T18:20:58.984Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25122025-02-10T18:20:59.001Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
25132025-02-10T18:20:59.174Z Compiling signal-hook-tokio v0.3.1
25142025-02-10T18:20:59.323Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25152025-02-10T18:20:59.402Z Compiling yasna v0.5.2
25162025-02-10T18:21:00.513Z Compiling twox-hash v2.1.0
25172025-02-10T18:21:01.506Z Compiling unicode-linebreak v0.1.5
25182025-02-10T18:21:02.095Z Compiling is_ci v1.2.0
25192025-02-10T18:21:02.413Z Compiling smawk v0.3.2
25202025-02-10T18:21:02.692Z Compiling textwrap v0.16.1
25212025-02-10T18:21:02.694Z Compiling supports-color v3.0.1
25222025-02-10T18:21:04.480Z Compiling rcgen v0.12.1
25232025-02-10T18:21:06.131Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25242025-02-10T18:21:08.205Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25252025-02-10T18:21:11.714Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25262025-02-10T18:21:13.751Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25272025-02-10T18:21:14.369Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25282025-02-10T18:21:17.812Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25292025-02-10T18:21:33.829Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25302025-02-10T18:21:34.519Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25312025-02-10T18:21:38.653Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25322025-02-10T18:21:47.330Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25332025-02-10T18:21:47.879Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
25342025-02-10T18:21:54.046Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25352025-02-10T18:21:54.366Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25362025-02-10T18:21:55.892Z Compiling fatfs v0.3.6
25372025-02-10T18:21:57.291Z Compiling rtoolbox v0.0.2
25382025-02-10T18:21:57.787Z Compiling subprocess v0.2.9
25392025-02-10T18:21:58.751Z Compiling assert_matches v1.5.0
25402025-02-10T18:21:59.005Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25412025-02-10T18:22:02.483Z Compiling rpassword v7.3.1
25422025-02-10T18:22:02.963Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25432025-02-10T18:22:04.591Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25442025-02-10T18:22:06.916Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25452025-02-10T18:22:11.571Z Compiling tui-tree-widget v0.22.0
25462025-02-10T18:22:12.035Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25472025-02-10T18:22:12.521Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25482025-02-10T18:22:12.837Z Compiling uzers v0.12.1
25492025-02-10T18:22:15.954Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25502025-02-10T18:22:25.056Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25512025-02-10T18:22:26.912Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25522025-02-10T18:22:52.539Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25532025-02-10T18:22:54.812Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25542025-02-10T18:22:59.522Z Compiling multimap v0.10.0
25552025-02-10T18:25:18.648Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25562025-02-10T18:25:29.079Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25572025-02-10T18:32:19.274Z Finished `release` profile [optimized] target(s) in 16m 29s
25582025-02-10T18:33:22.996Z
25592025-02-10T18:33:22.998Zreal 17:34.584808337
25602025-02-10T18:33:22.998Zuser 2:05:00.627784123
25612025-02-10T18:33:22.998Zsys 3:11.453527397
25622025-02-10T18:33:22.998Ztrap 3.087503216
25632025-02-10T18:33:22.998Ztflt 3.170313218
25642025-02-10T18:33:22.998Zdflt 3.960235715
25652025-02-10T18:33:22.998Zkflt 0.001457790
25662025-02-10T18:33:22.998Zlock 7:29:04.907861235
25672025-02-10T18:33:22.998Zslp 6:25:48.446714983
25682025-02-10T18:33:22.998Zlat 3:25.750568661
25692025-02-10T18:33:22.998Zstop 2:46.114209216
25702025-02-10T18:33:23.000Z+ mapfile -t packages
25712025-02-10T18:33:23.000Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25722025-02-10T18:33:23.991Z Finished `release` profile [optimized] target(s) in 0.94s
25732025-02-10T18:33:24.049Z Running `target/release/omicron-package -t test list-outputs`
25742025-02-10T18:33:24.097ZLogging to: /work/oxidecomputer/omicron/out/LOG
25752025-02-10T18:33:24.101Z+ ptime -m cargo build --locked --release -p xtask
25762025-02-10T18:33:24.650Z Compiling serde v1.0.217
25772025-02-10T18:33:24.653Z Compiling rustix v0.38.37
25782025-02-10T18:33:24.653Z Compiling libc v0.2.169
25792025-02-10T18:33:24.653Z Compiling serde_json v1.0.135
25802025-02-10T18:33:24.754Z Compiling syn v2.0.96
25812025-02-10T18:33:24.770Z Compiling bitflags v2.6.0
25822025-02-10T18:33:25.092Z Compiling usdt-impl v0.5.0
25832025-02-10T18:33:25.134Z Compiling syn v1.0.109
25842025-02-10T18:33:25.244Z Compiling log v0.4.22
25852025-02-10T18:33:25.261Z Compiling hashbrown v0.15.1
25862025-02-10T18:33:25.550Z Compiling fs-err v2.11.0
25872025-02-10T18:33:25.671Z Compiling once_cell v1.20.2
25882025-02-10T18:33:25.896Z Compiling anyhow v1.0.95
25892025-02-10T18:33:26.061Z Compiling thread-id v4.2.2
25902025-02-10T18:33:26.439Z Compiling indexmap v2.7.1
25912025-02-10T18:33:27.369Z Compiling terminal_size v0.4.0
25922025-02-10T18:33:27.398Z Compiling tempfile v3.13.0
25932025-02-10T18:33:27.629Z Compiling clap_builder v4.5.27
25942025-02-10T18:33:28.385Z Compiling proc-macro-error v1.0.4
25952025-02-10T18:33:29.250Z Compiling tabled_derive v0.7.0
25962025-02-10T18:33:30.361Z Compiling tabled v0.15.0
25972025-02-10T18:33:31.064Z Compiling serde_derive v1.0.217
25982025-02-10T18:33:31.068Z Compiling thiserror-impl v1.0.69
25992025-02-10T18:33:31.068Z Compiling zerocopy-derive v0.7.35
26002025-02-10T18:33:31.068Z Compiling scroll_derive v0.12.0
26012025-02-10T18:33:31.068Z Compiling clap_derive v4.5.24
26022025-02-10T18:33:32.399Z Compiling scroll v0.12.0
26032025-02-10T18:33:32.944Z Compiling zerocopy v0.7.35
26042025-02-10T18:33:33.643Z Compiling thiserror v1.0.69
26052025-02-10T18:33:33.816Z Compiling pest v2.7.14
26062025-02-10T18:33:34.498Z Compiling goblin v0.8.2
26072025-02-10T18:33:35.318Z Compiling clap v4.5.27
26082025-02-10T18:33:36.882Z Compiling pest_meta v2.7.14
26092025-02-10T18:33:38.392Z Compiling pest_generator v2.7.14
26102025-02-10T18:33:40.562Z Compiling pest_derive v2.7.14
26112025-02-10T18:33:41.355Z Compiling dtrace-parser v0.2.0
26122025-02-10T18:33:45.965Z Compiling serde_tokenstream v0.2.2
26132025-02-10T18:33:46.553Z Compiling serde_spanned v0.6.8
26142025-02-10T18:33:46.834Z Compiling toml_datetime v0.6.8
26152025-02-10T18:33:47.533Z Compiling dof v0.3.0
26162025-02-10T18:33:48.062Z Compiling toml_edit v0.22.22
26172025-02-10T18:33:49.716Z Compiling camino v1.1.9
26182025-02-10T18:33:49.969Z Compiling usdt-macro v0.5.0
26192025-02-10T18:33:50.044Z Compiling usdt-attr-macro v0.5.0
26202025-02-10T18:33:51.195Z Compiling semver v1.0.24
26212025-02-10T18:33:51.410Z Compiling cargo-platform v0.1.8
26222025-02-10T18:33:52.417Z Compiling toml v0.8.19
26232025-02-10T18:33:52.599Z Compiling cargo_metadata v0.18.1
26242025-02-10T18:33:54.610Z Compiling cargo_toml v0.20.5
26252025-02-10T18:33:57.749Z Compiling usdt v0.5.0
26262025-02-10T18:33:58.580Z Compiling camino-tempfile v1.1.1
26272025-02-10T18:33:59.185Z Compiling macaddr v1.0.1
26282025-02-10T18:34:06.452Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26292025-02-10T18:34:17.100Z Finished `release` profile [optimized] target(s) in 52.94s
26302025-02-10T18:34:17.211Z
26312025-02-10T18:34:17.214Zreal 53.073778593
26322025-02-10T18:34:17.214Zuser 5:36.455358390
26332025-02-10T18:34:17.214Zsys 17.933115725
26342025-02-10T18:34:17.214Ztrap 0.151457010
26352025-02-10T18:34:17.214Ztflt 0.331615147
26362025-02-10T18:34:17.214Zdflt 0.343387292
26372025-02-10T18:34:17.214Zkflt 0.008178426
26382025-02-10T18:34:17.214Zlock 10:37.062166463
26392025-02-10T18:34:17.214Zslp 15:51.932421265
26402025-02-10T18:34:17.214Zlat 15.336218168
26412025-02-10T18:34:17.214Zstop 17.640136016
26422025-02-10T18:34:17.214Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26432025-02-10T18:34:17.214Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26442025-02-10T18:34:17.214Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26452025-02-10T18:34:17.214Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26462025-02-10T18:34:17.214Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26472025-02-10T18:34:18.092Z Compiling hashbrown v0.14.5
26482025-02-10T18:34:18.223Z Compiling thiserror v2.0.11
26492025-02-10T18:34:18.236Z Compiling thiserror-impl v2.0.11
26502025-02-10T18:34:18.250Z Compiling ident_case v1.0.1
26512025-02-10T18:34:18.267Z Compiling unsafe-libyaml v0.2.11
26522025-02-10T18:34:18.267Z Compiling ipnetwork v0.20.0
26532025-02-10T18:34:18.270Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26542025-02-10T18:34:18.270Z Compiling progenitor-client v0.9.1
26552025-02-10T18:34:18.425Z Compiling darling_core v0.20.10
26562025-02-10T18:34:18.758Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
26572025-02-10T18:34:18.892Z Compiling macaddr v1.0.1
26582025-02-10T18:34:19.067Z Compiling progenitor-client v0.8.0
26592025-02-10T18:34:19.142Z Compiling instant v0.1.13
26602025-02-10T18:34:19.311Z Compiling regress v0.10.1
26612025-02-10T18:34:19.336Z Compiling structmeta-derive v0.3.0
26622025-02-10T18:34:19.356Z Compiling dropshot v0.15.1
26632025-02-10T18:34:19.394Z Compiling regress v0.9.1
26642025-02-10T18:34:19.534Z Compiling dropshot_endpoint v0.15.1
26652025-02-10T18:34:19.665Z Compiling serde_yaml v0.9.34+deprecated
26662025-02-10T18:34:20.264Z Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
26672025-02-10T18:34:21.425Z Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
26682025-02-10T18:34:21.559Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26692025-02-10T18:34:21.758Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26702025-02-10T18:34:22.012Z Compiling structmeta v0.3.0
26712025-02-10T18:34:22.244Z Compiling backoff v0.4.0
26722025-02-10T18:34:22.340Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26732025-02-10T18:34:22.438Z Compiling parse-display-derive v0.10.0
26742025-02-10T18:34:22.537Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26752025-02-10T18:34:22.593Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26762025-02-10T18:34:22.775Z Compiling tempfile v3.13.0
26772025-02-10T18:34:23.265Z Compiling typify-impl v0.2.0
26782025-02-10T18:34:23.297Z Compiling proc-macro-crate v1.3.1
26792025-02-10T18:34:23.587Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26802025-02-10T18:34:23.974Z Compiling typify-impl v0.3.0
26812025-02-10T18:34:24.091Z Compiling itertools v0.13.0
26822025-02-10T18:34:24.186Z Compiling num_enum_derive v0.5.11
26832025-02-10T18:34:24.267Z Compiling zerocopy v0.8.10
26842025-02-10T18:34:24.457Z Compiling darling_macro v0.20.10
26852025-02-10T18:34:25.095Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26862025-02-10T18:34:25.383Z Compiling darling v0.20.10
26872025-02-10T18:34:25.516Z Compiling foreign-types-macros v0.2.3
26882025-02-10T18:34:25.535Z Compiling serde_with_macros v3.11.0
26892025-02-10T18:34:26.468Z Compiling num_enum v0.5.11
26902025-02-10T18:34:26.498Z Compiling parse-display v0.10.0
26912025-02-10T18:34:26.651Z Compiling zerocopy-derive v0.8.10
26922025-02-10T18:34:26.869Z Compiling foreign-types-shared v0.3.1
26932025-02-10T18:34:26.990Z Compiling heapless v0.8.0
26942025-02-10T18:34:27.022Z Compiling crucible-workspace-hack v0.1.0
26952025-02-10T18:34:27.122Z Compiling foreign-types v0.5.0
26962025-02-10T18:34:27.254Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26972025-02-10T18:34:27.339Z Compiling proc-macro-error v1.0.4
26982025-02-10T18:34:28.032Z Compiling camino-tempfile v1.1.1
26992025-02-10T18:34:28.138Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27002025-02-10T18:34:28.164Z Compiling serde_with v3.11.0
27012025-02-10T18:34:28.465Z Compiling hash32 v0.3.1
27022025-02-10T18:34:28.731Z Compiling cstr-argument v0.1.2
27032025-02-10T18:34:28.972Z Compiling pretty-hex v0.2.1
27042025-02-10T18:34:28.994Z Compiling smoltcp v0.11.0
27052025-02-10T18:34:29.193Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27062025-02-10T18:34:29.577Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27072025-02-10T18:34:29.710Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27082025-02-10T18:34:30.323Z Compiling tabwriter v1.4.0
27092025-02-10T18:34:30.699Z Compiling colored v2.1.0
27102025-02-10T18:34:30.829Z Compiling cobs v0.2.3
27112025-02-10T18:34:31.157Z Compiling postcard v1.0.10
27122025-02-10T18:34:31.647Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27132025-02-10T18:34:31.807Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27142025-02-10T18:34:32.001Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27152025-02-10T18:34:32.056Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
27162025-02-10T18:34:32.386Z Compiling smf v0.2.3
27172025-02-10T18:34:32.413Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27182025-02-10T18:34:32.851Z Compiling zone_cfg_derive v0.3.0
27192025-02-10T18:34:33.053Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27202025-02-10T18:34:33.482Z Compiling num-derive v0.4.2
27212025-02-10T18:34:33.613Z Compiling sigpipe v0.1.3
27222025-02-10T18:34:33.764Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27232025-02-10T18:34:34.045Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27242025-02-10T18:34:34.089Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27252025-02-10T18:34:34.224Z Compiling zone v0.3.0
27262025-02-10T18:34:34.802Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27272025-02-10T18:34:35.054Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27282025-02-10T18:34:35.481Z Compiling universal-hash v0.5.1
27292025-02-10T18:34:35.695Z Compiling opaque-debug v0.3.1
27302025-02-10T18:34:35.745Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
27312025-02-10T18:34:35.764Z Compiling tungstenite v0.21.0
27322025-02-10T18:34:35.817Z Compiling num-rational v0.4.2
27332025-02-10T18:34:35.840Z Compiling password-hash v0.5.0
27342025-02-10T18:34:36.493Z Compiling blake2 v0.10.6
27352025-02-10T18:34:36.597Z Compiling aead v0.5.2
27362025-02-10T18:34:36.769Z Compiling num-complex v0.4.6
27372025-02-10T18:34:36.998Z Compiling keccak v0.1.5
27382025-02-10T18:34:37.348Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27392025-02-10T18:34:37.368Z Compiling convert_case v0.4.0
27402025-02-10T18:34:37.716Z Compiling base64 v0.21.7
27412025-02-10T18:34:37.737Z Compiling num v0.4.3
27422025-02-10T18:34:37.832Z Compiling sha3 v0.10.8
27432025-02-10T18:34:37.857Z Compiling argon2 v0.5.3
27442025-02-10T18:34:38.200Z Compiling tokio-tungstenite v0.21.0
27452025-02-10T18:34:38.221Z Compiling derive_more v0.99.18
27462025-02-10T18:34:38.397Z Compiling poly1305 v0.8.0
27472025-02-10T18:34:38.816Z Compiling typify-macro v0.2.0
27482025-02-10T18:34:38.844Z Compiling chacha20 v0.9.1
27492025-02-10T18:34:39.058Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27502025-02-10T18:34:39.138Z Compiling float-ord v0.3.2
27512025-02-10T18:34:39.269Z Compiling typify-macro v0.3.0
27522025-02-10T18:34:39.328Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27532025-02-10T18:34:39.347Z Compiling semver v0.1.20
27542025-02-10T18:34:39.753Z Compiling same-file v1.0.6
27552025-02-10T18:34:39.950Z Compiling walkdir v2.5.0
27562025-02-10T18:34:40.066Z Compiling rustc_version v0.1.7
27572025-02-10T18:34:40.116Z Compiling newline-converter v0.3.0
27582025-02-10T18:34:40.308Z Compiling primeorder v0.13.6
27592025-02-10T18:34:40.552Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27602025-02-10T18:34:40.573Z Compiling secrecy v0.8.0
27612025-02-10T18:34:40.647Z Compiling cancel-safe-futures v0.1.5
27622025-02-10T18:34:40.828Z Compiling owo-colors v4.1.0
27632025-02-10T18:34:40.856Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27642025-02-10T18:34:41.019Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27652025-02-10T18:34:41.173Z Compiling newtype_derive v0.1.6
27662025-02-10T18:34:41.194Z Compiling expectorate v1.1.0
27672025-02-10T18:34:41.211Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
27682025-02-10T18:34:41.392Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27692025-02-10T18:34:41.491Z Compiling thiserror-impl-no-std v2.0.2
27702025-02-10T18:34:41.693Z Compiling blake3 v1.5.4
27712025-02-10T18:34:41.794Z Compiling unicase v2.7.0
27722025-02-10T18:34:42.048Z Compiling half v2.4.1
27732025-02-10T18:34:42.114Z Compiling ciborium-io v0.2.2
27742025-02-10T18:34:42.266Z Compiling arc-swap v1.7.1
27752025-02-10T18:34:42.323Z Compiling typify v0.2.0
27762025-02-10T18:34:42.463Z Compiling progenitor-impl v0.8.0
27772025-02-10T18:34:42.514Z Compiling ciborium-ll v0.2.2
27782025-02-10T18:34:42.567Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27792025-02-10T18:34:42.866Z Compiling slog-scope v4.4.0
27802025-02-10T18:34:42.908Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27812025-02-10T18:34:43.070Z Compiling typify v0.3.0
27822025-02-10T18:34:43.216Z Compiling progenitor-impl v0.9.1
27832025-02-10T18:34:43.336Z Compiling polyval v0.6.2
27842025-02-10T18:34:43.782Z Compiling atomicwrites v0.4.4
27852025-02-10T18:34:43.816Z Compiling libsw v3.3.1
27862025-02-10T18:34:44.129Z Compiling memmap2 v0.9.5
27872025-02-10T18:34:44.152Z Compiling indent_write v2.2.0
27882025-02-10T18:34:44.327Z Compiling thiserror-no-std v2.0.2
27892025-02-10T18:34:44.389Z Compiling parking_lot_core v0.8.6
27902025-02-10T18:34:44.463Z Compiling arrayvec v0.7.6
27912025-02-10T18:34:44.584Z Compiling salty v0.3.0
27922025-02-10T18:34:44.839Z Compiling linear-map v1.2.0
27932025-02-10T18:34:44.843Z Compiling arrayref v0.3.9
27942025-02-10T18:34:44.914Z Compiling constant_time_eq v0.3.1
27952025-02-10T18:34:44.976Z Compiling libefi-sys v0.1.0
27962025-02-10T18:34:45.069Z Compiling vsss-rs v3.3.4
27972025-02-10T18:34:45.111Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27982025-02-10T18:34:45.161Z Compiling ghash v0.5.1
27992025-02-10T18:34:45.342Z Compiling slog-stdlog v4.1.1
28002025-02-10T18:34:45.492Z Compiling ciborium v0.2.2
28012025-02-10T18:34:46.295Z Compiling p384 v0.13.0
28022025-02-10T18:34:46.473Z Compiling toolchain_find v0.4.0
28032025-02-10T18:34:46.813Z Compiling chacha20poly1305 v0.10.1
28042025-02-10T18:34:46.901Z Compiling ctr v0.9.2
28052025-02-10T18:34:47.078Z Compiling lzma-sys v0.1.20
28062025-02-10T18:34:47.120Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28072025-02-10T18:34:47.265Z Compiling bitfield-struct v0.6.2
28082025-02-10T18:34:47.537Z Compiling slog-dtrace v0.3.0
28092025-02-10T18:34:47.785Z Compiling topological-sort v0.2.2
28102025-02-10T18:34:47.788Z Compiling highway v1.2.0
28112025-02-10T18:34:47.995Z Compiling omicron-zone-package v0.12.0
28122025-02-10T18:34:48.150Z Compiling aes-gcm v0.10.3
28132025-02-10T18:34:48.478Z Compiling rustfmt-wrapper v0.2.1
28142025-02-10T18:34:48.549Z Compiling mime_guess v2.0.5
28152025-02-10T18:34:48.624Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28162025-02-10T18:34:48.797Z Compiling slog-envlogger v2.2.0
28172025-02-10T18:34:49.065Z Compiling steno v0.4.1
28182025-02-10T18:34:49.383Z Compiling progenitor-macro v0.8.0
28192025-02-10T18:34:49.496Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28202025-02-10T18:34:49.730Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28212025-02-10T18:34:49.921Z Compiling heck v0.3.3
28222025-02-10T18:34:50.156Z Compiling ssh-encoding v0.2.0
28232025-02-10T18:34:50.306Z Compiling blowfish v0.9.1
28242025-02-10T18:34:50.327Z Compiling progenitor-macro v0.9.1
28252025-02-10T18:34:50.454Z Compiling nibble_vec v0.1.0
28262025-02-10T18:34:50.653Z Compiling env_filter v0.1.2
28272025-02-10T18:34:50.727Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28282025-02-10T18:34:50.770Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28292025-02-10T18:34:50.878Z Compiling endian-type v0.1.2
28302025-02-10T18:34:50.917Z Compiling humantime v2.1.0
28312025-02-10T18:34:51.058Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28322025-02-10T18:34:51.119Z Compiling radix_trie v0.2.1
28332025-02-10T18:34:51.338Z Compiling env_logger v0.11.5
28342025-02-10T18:34:51.405Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28352025-02-10T18:34:51.425Z Compiling bcrypt-pbkdf v0.10.0
28362025-02-10T18:34:51.756Z Compiling ssh-cipher v0.2.0
28372025-02-10T18:34:51.992Z Compiling zone_cfg_derive v0.1.2
28382025-02-10T18:34:52.033Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28392025-02-10T18:34:52.814Z Compiling parking_lot v0.11.2
28402025-02-10T18:34:52.890Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28412025-02-10T18:34:53.394Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9ff89d72)
28422025-02-10T18:34:53.396Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28432025-02-10T18:34:53.668Z Compiling password-hash v0.4.2
28442025-02-10T18:34:53.776Z Compiling gethostname v0.5.0
28452025-02-10T18:34:53.806Z Compiling fxhash v0.2.1
28462025-02-10T18:34:53.860Z Compiling base64 v0.13.1
28472025-02-10T18:34:53.969Z Compiling zip v2.1.3
28482025-02-10T18:34:54.018Z Compiling bumpalo v3.16.0
28492025-02-10T18:34:54.294Z Compiling lockfree-object-pool v0.1.6
28502025-02-10T18:34:54.473Z Compiling simd-adler32 v0.3.7
28512025-02-10T18:34:54.493Z Compiling http-range v0.1.5
28522025-02-10T18:34:54.519Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28532025-02-10T18:34:54.579Z Compiling ron v0.7.1
28542025-02-10T18:34:54.862Z Compiling zopfli v0.8.1
28552025-02-10T18:34:54.884Z Compiling pbkdf2 v0.11.0
28562025-02-10T18:34:55.069Z Compiling sled v0.34.7
28572025-02-10T18:34:55.269Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9ff89d72)
28582025-02-10T18:34:55.415Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28592025-02-10T18:34:55.466Z Compiling zone v0.1.8
28602025-02-10T18:34:56.122Z Compiling xz2 v0.1.7
28612025-02-10T18:34:56.590Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28622025-02-10T18:34:56.745Z Compiling ssh-key v0.6.6
28632025-02-10T18:34:56.934Z Compiling hickory-client v0.24.2
28642025-02-10T18:34:58.049Z Compiling p521 v0.13.3
28652025-02-10T18:34:58.270Z Compiling p256 v0.13.2
28662025-02-10T18:34:59.075Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28672025-02-10T18:34:59.552Z Compiling hickory-server v0.24.2
28682025-02-10T18:35:00.061Z Compiling pem v3.0.4
28692025-02-10T18:35:00.354Z Compiling yasna v0.5.2
28702025-02-10T18:35:00.779Z Compiling headers-core v0.3.0
28712025-02-10T18:35:00.985Z Compiling kstat-rs v0.2.4
28722025-02-10T18:35:01.007Z Compiling nanorand v0.7.0
28732025-02-10T18:35:01.403Z Compiling atty v0.2.14
28742025-02-10T18:35:01.547Z Compiling russh-cryptovec v0.7.3
28752025-02-10T18:35:01.551Z Compiling md5 v0.7.0
28762025-02-10T18:35:01.589Z Compiling flume v0.11.1
28772025-02-10T18:35:01.850Z Compiling rcgen v0.12.1
28782025-02-10T18:35:01.883Z Compiling russh-keys v0.45.0
28792025-02-10T18:35:02.057Z Compiling progenitor v0.8.0
28802025-02-10T18:35:02.086Z Compiling headers v0.4.0
28812025-02-10T18:35:02.305Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28822025-02-10T18:35:03.076Z Compiling progenitor v0.9.1
28832025-02-10T18:35:03.326Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
28842025-02-10T18:35:03.739Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28852025-02-10T18:35:03.840Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28862025-02-10T18:35:03.942Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28872025-02-10T18:35:04.334Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28882025-02-10T18:35:04.936Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28892025-02-10T18:35:05.611Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
28902025-02-10T18:35:05.773Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
28912025-02-10T18:35:05.841Z Compiling hyper-staticfile v0.10.1
28922025-02-10T18:35:07.417Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28932025-02-10T18:35:08.024Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28942025-02-10T18:35:08.644Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
28952025-02-10T18:35:08.745Z Compiling num-bigint v0.4.6
28962025-02-10T18:35:09.033Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28972025-02-10T18:35:09.749Z Compiling des v0.8.1
28982025-02-10T18:35:09.926Z Compiling subprocess v0.2.9
28992025-02-10T18:35:10.107Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29002025-02-10T18:35:10.806Z Compiling hex-literal v0.4.1
29012025-02-10T18:35:11.008Z Compiling display-error-chain v0.2.2
29022025-02-10T18:35:11.023Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29032025-02-10T18:35:11.250Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29042025-02-10T18:35:11.611Z Compiling russh v0.45.0
29052025-02-10T18:35:14.049Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29062025-02-10T18:35:14.542Z Compiling internet-checksum v0.2.1
29072025-02-10T18:35:18.940Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29082025-02-10T18:35:18.942Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29092025-02-10T18:35:18.942Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29102025-02-10T18:35:18.942Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29112025-02-10T18:35:19.744Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29122025-02-10T18:35:21.689Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29132025-02-10T18:35:22.980Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29142025-02-10T18:35:23.099Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29152025-02-10T18:35:23.706Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29162025-02-10T18:35:23.963Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29172025-02-10T18:35:26.388Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29182025-02-10T18:35:26.703Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29192025-02-10T18:35:26.736Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29202025-02-10T18:35:27.557Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29212025-02-10T18:35:27.656Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29222025-02-10T18:35:27.804Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29232025-02-10T18:35:29.111Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29242025-02-10T18:35:30.097Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29252025-02-10T18:35:32.614Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29262025-02-10T18:35:32.687Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29272025-02-10T18:35:33.005Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29282025-02-10T18:35:33.664Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29292025-02-10T18:35:34.060Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29302025-02-10T18:35:35.961Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29312025-02-10T18:35:38.696Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29322025-02-10T18:35:38.858Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29332025-02-10T18:35:40.372Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29342025-02-10T18:35:40.670Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29352025-02-10T18:35:45.156Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29362025-02-10T18:35:53.299Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29372025-02-10T18:35:54.820Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29382025-02-10T18:36:16.447Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29392025-02-10T18:36:39.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
29402025-02-10T18:36:39.694Z
29412025-02-10T18:36:39.699Zreal 2:22.412866685
29422025-02-10T18:36:39.699Zuser 12:16.094894955
29432025-02-10T18:36:39.699Zsys 1:33.792352531
29442025-02-10T18:36:39.699Ztrap 0.372523554
29452025-02-10T18:36:39.699Ztflt 1.413162138
29462025-02-10T18:36:39.699Zdflt 1.087279666
29472025-02-10T18:36:39.699Zkflt 0.000283830
29482025-02-10T18:36:39.699Zlock 22:22.695924305
29492025-02-10T18:36:39.699Zslp 41:56.152673466
29502025-02-10T18:36:39.699Zlat 39.575709698
29512025-02-10T18:36:39.699Zstop 1:39.175225570
29522025-02-10T18:36:39.699Z+ mkdir tests
29532025-02-10T18:36:39.702Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29542025-02-10T18:36:39.703Z+ xargs -I '{}' -t cp '{}' tests/
29552025-02-10T18:36:39.742Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2dcd9e783525565e tests/
29562025-02-10T18:36:39.768Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b6ce9ad6573ee57c tests/
29572025-02-10T18:36:39.794Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-b3c5790601c2d161 tests/
29582025-02-10T18:36:39.820Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e004f02aa71d8d3d tests/
29592025-02-10T18:36:40.102Z+ 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/*)
29602025-02-10T18:36:40.105Z+ 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-b6ce9ad6573ee57c tests/commtest-b3c5790601c2d161 tests/dhcp_server-2dcd9e783525565e tests/end_to_end_tests-e004f02aa71d8d3d 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
29612025-02-10T18:37:53.847ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29622025-02-10T18:37:53.847Za .github/buildomat/ci-env.sh 1K
29632025-02-10T18:37:53.847Za out/target/test 1K
29642025-02-10T18:37:53.847Za out/npuzone/npuzone 23144K
29652025-02-10T18:37:53.847Za package-manifest.toml 33K
29662025-02-10T18:37:53.847Za smf/sled-agent/non-gimlet/config.toml 4K
29672025-02-10T18:37:53.847Za target/release/omicron-package 35951K
29682025-02-10T18:37:53.847Za target/release/xtask 11805K
29692025-02-10T18:37:53.847Za target/debug/bootstrap 219993K
29702025-02-10T18:37:53.847Za tests/bootstrap-b6ce9ad6573ee57c 24119K
29712025-02-10T18:37:53.847Za tests/commtest-b3c5790601c2d161 24221K
29722025-02-10T18:37:53.847Za tests/dhcp_server-2dcd9e783525565e 24119K
29732025-02-10T18:37:53.847Za tests/end_to_end_tests-e004f02aa71d8d3d 280753K
29742025-02-10T18:37:53.847Za out/clickhouse.tar.gz 294500K
29752025-02-10T18:37:53.847Za out/clickhouse_keeper.tar.gz 281647K
29762025-02-10T18:37:53.847Za out/clickhouse_server.tar.gz 294485K
29772025-02-10T18:37:53.848Za out/cockroachdb.tar.gz 134931K
29782025-02-10T18:37:53.848Za out/crucible-dtrace.tar 98K
29792025-02-10T18:37:53.848Za out/crucible-pantry-zone.tar.gz 28570K
29802025-02-10T18:37:53.848Za out/crucible-zone.tar.gz 36913K
29812025-02-10T18:37:53.848Za out/external-dns.tar.gz 35419K
29822025-02-10T18:37:53.848Za out/internal-dns.tar.gz 35417K
29832025-02-10T18:37:53.848Za out/mg-ddm-gz.tar 63075K
29842025-02-10T18:37:53.848Za out/nexus.tar.gz 100481K
29852025-02-10T18:37:53.848Za out/ntp.tar.gz 10498K
29862025-02-10T18:37:53.848Za out/omicron-gateway-softnpu.tar.gz 24046K
29872025-02-10T18:37:53.848Za out/omicron-sled-agent.tar 113836K
29882025-02-10T18:37:53.848Za out/overlay.tar.gz 3K
29892025-02-10T18:37:53.848Za out/oximeter.tar.gz 48284K
29902025-02-10T18:37:53.848Za out/oxlog.tar 3124K
29912025-02-10T18:37:53.848Za out/probe.tar.gz 2764K
29922025-02-10T18:37:53.848Za out/propolis-server.tar.gz 66528K
29932025-02-10T18:37:53.848Za out/pumpkind-gz.tar 26665K
29942025-02-10T18:37:53.848Za out/switch-softnpu.tar.gz 238018K
29952025-02-10T18:37:53.851Z
29962025-02-10T18:37:53.851Zreal 1:13.728484327
29972025-02-10T18:37:53.851Zuser 1:10.344809666
29982025-02-10T18:37:53.851Zsys 4.856129265
29992025-02-10T18:37:53.851Ztrap 0.020173400
30002025-02-10T18:37:53.851Ztflt 0.000000000
30012025-02-10T18:37:53.851Zdflt 0.000000000
30022025-02-10T18:37:53.851Zkflt 0.000000000
30032025-02-10T18:37:53.851Zlock 0.000000000
30042025-02-10T18:37:53.851Zslp 1:10.012877273
30052025-02-10T18:37:53.851Zlat 2.216912847
30062025-02-10T18:37:53.851Zstop 0.000545118
30072025-02-10T18:37:53.854Zprocess exited: duration 1958062 ms, exit code 0
 
30082025-02-10T18:37:53.868Zfound 1 output files
30092025-02-10T18:37:53.868Zuploading: /work/package.tar.gz (1904835354 bytes)
30102025-02-10T18:38:36.372Zuploaded: /work/package.tar.gz