01JP658NXANR9BK13AT0AK48GB: 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: 01JP6595DPG2HQ8Z6WDC1MKJNM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-12T21:49:24.785Zjob assigned to worker 01JP6594055A1HEB0Q5MXTNGVQ [factory aws, i-031f57811822e1b2a] (queued for 56 s)
 
22025-03-12T21:49:32.906Zstarting task 0: "setup"
32025-03-12T21:49:32.914Z++ uname -s
42025-03-12T21:49:32.917Z+ kern=SunOS
52025-03-12T21:49:32.917Z+ build_user=build
62025-03-12T21:49:32.917Z+ build_uid=12345
72025-03-12T21:49:32.917Z+ work_dir=/work
82025-03-12T21:49:32.917Z+ input_dir=/input
92025-03-12T21:49:32.917Z+ [[ 0 == 12345 ]]
102025-03-12T21:49:32.917Z+ case "$kern" in
112025-03-12T21:49:32.917Z+ groupadd -g 12345 build
122025-03-12T21:49:32.921Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-12T21:49:34.928Z+ zfs create -o mountpoint=/work rpool/work
142025-03-12T21:49:35.052Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-12T21:49:35.056Z+ home_fs=zfs
162025-03-12T21:49:35.056Z+ [[ zfs == autofs ]]
172025-03-12T21:49:35.056Z+ mkdir -p /home/build
182025-03-12T21:49:35.059Z+ chown build:build /home/build /work
192025-03-12T21:49:37.060Z+ chmod 0700 /home/build /work
202025-03-12T21:49:37.064Zprocess exited: duration 4155 ms, exit code 0
 
212025-03-12T21:49:37.072Zstarting task 1: "rust-toolchain"
222025-03-12T21:49:37.078Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-03-12T21:49:37.078Z * rust toolchain channel = "1.85.0"
242025-03-12T21:49:37.078Z * rust toolchain profile = "default"
252025-03-12T21:49:37.078Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-03-12T21:49:37.078Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-03-12T21:49:37.078Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-12T21:49:37.082Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-12T21:49:37.082Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-03-12T21:49:37.180Zinfo: downloading installer
312025-03-12T21:49:38.624Zwarn: It looks like you have an existing installation of Rust at:
322025-03-12T21:49:38.624Zwarn: /opt/ooce/bin
332025-03-12T21:49:38.624Zwarn: It is recommended that rustup be the primary Rust installation.
342025-03-12T21:49:38.624Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-03-12T21:49:38.624Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-03-12T21:49:38.624Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-12T21:49:38.624Zwarn: or pass `-y' to ignore all ignorable checks.
382025-03-12T21:49:38.624Zerror: cannot install while Rust is installed
392025-03-12T21:49:38.624Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-03-12T21:49:38.650Zinfo: profile set to 'default'
412025-03-12T21:49:38.650Zinfo: default host triple is x86_64-unknown-illumos
422025-03-12T21:49:38.653Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-03-12T21:49:38.824Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-03-12T21:49:38.824Zinfo: downloading component 'cargo'
452025-03-12T21:49:39.718Zinfo: downloading component 'clippy'
462025-03-12T21:49:40.026Zinfo: downloading component 'rust-docs'
472025-03-12T21:49:41.167Zinfo: downloading component 'rust-std'
482025-03-12T21:49:43.151Zinfo: downloading component 'rustc'
492025-03-12T21:49:48.902Zinfo: downloading component 'rustfmt'
502025-03-12T21:49:49.145Zinfo: installing component 'cargo'
512025-03-12T21:49:50.011Zinfo: installing component 'clippy'
522025-03-12T21:49:50.411Zinfo: installing component 'rust-docs'
532025-03-12T21:49:52.231Zinfo: installing component 'rust-std'
542025-03-12T21:49:54.137Zinfo: installing component 'rustc'
552025-03-12T21:50:00.080Zinfo: installing component 'rustfmt'
562025-03-12T21:50:00.408Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-03-12T21:50:00.408Z
582025-03-12T21:50:00.770Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-03-12T21:50:00.770Z
602025-03-12T21:50:00.774Z
612025-03-12T21:50:00.774ZRust is installed now. Great!
622025-03-12T21:50:00.776Z
632025-03-12T21:50:00.776ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-12T21:50:00.776Zenvironment variable. This has not been done automatically.
652025-03-12T21:50:00.776Z
662025-03-12T21:50:00.776ZTo configure your current shell, you need to source
672025-03-12T21:50:00.776Zthe corresponding env file under $HOME/.cargo.
682025-03-12T21:50:00.776Z
692025-03-12T21:50:00.776ZThis is usually done by running one of the following (note the leading DOT):
702025-03-12T21:50:00.776Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-12T21:50:00.776Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-12T21:50:00.776Zsource "$HOME/.cargo/env.nu" # For nushell
732025-03-12T21:50:00.840Z+ rustup --version
742025-03-12T21:50:00.852Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-03-12T21:50:00.852Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-03-12T21:50:00.880Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
772025-03-12T21:50:00.883Z+ cargo --version
782025-03-12T21:50:00.904Zcargo 1.85.0 (d73d2caf9 2024-12-31)
792025-03-12T21:50:00.909Z+ rustc --version
802025-03-12T21:50:01.931Zrustc 1.85.0 (4d91de4e4 2025-02-17)
812025-03-12T21:50:01.934Zprocess exited: duration 23855 ms, exit code 0
 
822025-03-12T21:50:01.940Zstarting task 2: "authentication"
832025-03-12T21:50:01.964Zprocess exited: duration 23 ms, exit code 0
 
842025-03-12T21:50:01.974Zstarting task 3: "clone repository"
852025-03-12T21:50:01.977Z+ mkdir -p /work/oxidecomputer/omicron
862025-03-12T21:50:01.980Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-03-12T21:50:02.786ZCloning into '/work/oxidecomputer/omicron'...
882025-03-12T21:50:11.920Z+ cd /work/oxidecomputer/omicron
892025-03-12T21:50:11.922Z+ git fetch origin 906d0e83e75936fa09151629f7063b71a8e0e563
902025-03-12T21:50:12.239ZFrom https://github.com/oxidecomputer/omicron
912025-03-12T21:50:12.239Z * branch 906d0e83e75936fa09151629f7063b71a8e0e563 -> FETCH_HEAD
922025-03-12T21:50:12.250Z+ [[ -n '' ]]
932025-03-12T21:50:12.250Z+ git reset --hard 906d0e83e75936fa09151629f7063b71a8e0e563
942025-03-12T21:50:12.440ZHEAD is now at 906d0e83e add transit_ips to NIC create params
952025-03-12T21:50:12.443Zprocess exited: duration 10470 ms, exit code 0
 
962025-03-12T21:50:12.450Zstarting task 4: "build"
972025-03-12T21:50:12.455Z+ source .github/buildomat/ci-env.sh
982025-03-12T21:50:12.455Z++ export CARGO_TERM_COLOR=always
992025-03-12T21:50:12.455Z++ CARGO_TERM_COLOR=always
1002025-03-12T21:50:12.459Z+ cargo --version
1012025-03-12T21:50:12.512Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1022025-03-12T21:50:12.515Z+ rustc --version
1032025-03-12T21:50:12.580Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1042025-03-12T21:50:12.585Z+ WORK=/work
1052025-03-12T21:50:12.585Z+ pfexec mkdir -p /work
1062025-03-12T21:50:12.588Z+ pfexec chown build /work
1072025-03-12T21:50:12.591Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1082025-03-12T21:50:16.125Zpkg list: illegal option -- F
1092025-03-12T21:50:16.125ZUsage:
1102025-03-12T21:50:16.128Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1112025-03-12T21:50:16.128Z [pkg_fmri_pattern ...]
1122025-03-12T21:50:16.987Zpkg list: illegal option -- F
1132025-03-12T21:50:16.991ZUsage:
1142025-03-12T21:50:16.991Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1152025-03-12T21:50:16.991Z [pkg_fmri_pattern ...]
1162025-03-12T21:50:23.439Z Startup: Refreshing catalog 'helios-dev' ... Done
1172025-03-12T21:50:27.975Z Startup: Caching catalogs ... Done
1182025-03-12T21:50:42.538ZPlanning: Solver setup ... Done (13.442s)
1192025-03-12T21:50:42.703ZPlanning: Running solver ... Done (0.165s)
1202025-03-12T21:50:42.897ZPlanning: Finding local manifests ... Done (0.066s)
1212025-03-12T21:50:42.929ZPlanning: Fetching manifests: 0/7 0% complete
1222025-03-12T21:50:43.489ZPlanning: Fetching manifests: 7/7 100% complete
1232025-03-12T21:50:43.816ZPlanning: Package planning ... Done (0.325s)
1242025-03-12T21:50:43.872ZPlanning: Merging actions ... Done (0.057s)
1252025-03-12T21:50:44.221ZPlanning: Checking for conflicting actions ... Done (0.349s)
1262025-03-12T21:50:48.689ZPlanning: Consolidating action changes ... Done (4.467s)
1272025-03-12T21:50:49.150ZPlanning: Evaluating mediators ... Done (0.461s)
1282025-03-12T21:50:49.242ZPlanning: Planning completed in 21.16 seconds
1292025-03-12T21:50:49.259Z Packages to install: 4
1302025-03-12T21:50:49.260Z Packages to update: 3
1312025-03-12T21:50:49.260Z Mediators to change: 2
1322025-03-12T21:50:49.263Z Services to change: 1
1332025-03-12T21:50:49.263Z Estimated space available: 155.59 GB
1342025-03-12T21:50:49.263ZEstimated space to be consumed: 1.67 GB
1352025-03-12T21:50:49.263Z Create boot environment: No
1362025-03-12T21:50:49.263ZCreate backup boot environment: Yes
1372025-03-12T21:50:49.263Z Rebuild boot archive: No
1382025-03-12T21:50:49.263Z
1392025-03-12T21:50:49.263ZChanged mediators:
1402025-03-12T21:50:49.263Z mediator clang:
1412025-03-12T21:50:49.264Z version: None -> 15 (system default)
1422025-03-12T21:50:49.264Z
1432025-03-12T21:50:49.264Z mediator llvm:
1442025-03-12T21:50:49.264Z version: 14 (system default) -> 15 (system default)
1452025-03-12T21:50:49.264Z
1462025-03-12T21:50:49.264ZChanged packages:
1472025-03-12T21:50:49.264Zhelios-dev
1482025-03-12T21:50:49.264Z developer/build-essential
1492025-03-12T21:50:49.264Z None -> 11-2.0
1502025-03-12T21:50:49.264Z library/libxmlsec1
1512025-03-12T21:50:49.264Z None -> 1.2.35-2.0
1522025-03-12T21:50:49.264Z ooce/developer/clang-15
1532025-03-12T21:50:49.264Z None -> 15.0.7-2.0
1542025-03-12T21:50:49.264Z ooce/developer/llvm-15
1552025-03-12T21:50:49.264Z None -> 15.0.7-2.0
1562025-03-12T21:50:49.264Z package/pkg
1572025-03-12T21:50:49.264Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1582025-03-12T21:50:49.264Z system/library/g++-runtime
1592025-03-12T21:50:49.264Z 13-2.0 -> 14-2.0
1602025-03-12T21:50:49.264Z system/library/gcc-runtime
1612025-03-12T21:50:49.264Z 13-2.0 -> 14-2.0
1622025-03-12T21:50:49.264Z
1632025-03-12T21:50:49.264ZServices:
1642025-03-12T21:50:49.264Z restart_fmri:
1652025-03-12T21:50:49.264Z svc:/system/update-man-index:default
1662025-03-12T21:50:49.264Z
1672025-03-12T21:50:49.264ZEditable files to change:
1682025-03-12T21:50:49.264Z Update:
1692025-03-12T21:50:49.265Z usr/share/lib/pkg/web/config.shtml
1702025-03-12T21:50:49.550Z
1712025-03-12T21:50:49.550ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1722025-03-12T21:50:56.019ZDownload: 213/4301 items 1.3/225.4MB 0% complete (787k/s)
1732025-03-12T21:51:01.020ZDownload: 951/4301 items 19.0/225.4MB 8% complete (1.8M/s)
1742025-03-12T21:51:06.025ZDownload: 1923/4301 items 118.6/225.4MB 52% complete (11.8M/s)
1752025-03-12T21:51:11.033ZDownload: 2312/4301 items 119.6/225.4MB 53% complete (10.1M/s)
1762025-03-12T21:51:16.036ZDownload: 3209/4301 items 165.2/225.4MB 73% complete (4.6M/s)
1772025-03-12T21:51:21.039ZDownload: 4205/4301 items 220.6/225.4MB 97% complete (10.1M/s)
1782025-03-12T21:51:21.899ZDownload: Completed 225.42 MB in 32.34 seconds (7.0M/s)
1792025-03-12T21:51:24.280Z Actions: 1/5122 actions (Removing old actions)
1802025-03-12T21:51:24.303Z Actions: 194/5122 actions (Installing new actions)
1812025-03-12T21:51:29.152Z Actions: 4267/5122 actions (Updating modified actions)
1822025-03-12T21:51:29.518Z Actions: Completed 5122 actions in 5.24 seconds.
1832025-03-12T21:51:29.963Z Done (0.437s)
1842025-03-12T21:51:29.967Z Done (0.002s)
1852025-03-12T21:51:30.591Z Done (0.625s)
1862025-03-12T21:51:36.528Z Done (5.689s)
1872025-03-12T21:51:36.838Z Done (0.243s)
1882025-03-12T21:51:36.841Z Done (0.000s)
1892025-03-12T21:51:37.148Z Done (0.000s)
1902025-03-12T21:51:37.871ZPlanning: Evaluating mediator changes ... Done
1912025-03-12T21:51:38.030ZPlanning: Checking for conflicting actions ... Done
1922025-03-12T21:51:38.033ZPlanning: Consolidating action changes ... Done
1932025-03-12T21:51:38.299ZPlanning: Evaluating mediators ... Done
1942025-03-12T21:51:38.302ZPlanning: Planning completed in 0.43 seconds
1952025-03-12T21:51:38.340Z Mediators to change: 2
1962025-03-12T21:51:38.344Z Create boot environment: No
1972025-03-12T21:51:38.344ZCreate backup boot environment: No
1982025-03-12T21:51:38.408Z Done
1992025-03-12T21:51:38.408Z Done
2002025-03-12T21:51:38.829Z Done
2012025-03-12T21:51:42.412Z Done
2022025-03-12T21:51:42.501Z Done
2032025-03-12T21:51:42.504Z Done
2042025-03-12T21:51:42.620Z Done
2052025-03-12T21:51:43.226ZPlanning: Evaluating mediator changes ... Done
2062025-03-12T21:51:43.229ZPlanning: Merging actions ... Done
2072025-03-12T21:51:43.415ZPlanning: Checking for conflicting actions ... Done
2082025-03-12T21:51:43.418ZPlanning: Consolidating action changes ... Done
2092025-03-12T21:51:43.677ZPlanning: Evaluating mediators ... Done
2102025-03-12T21:51:43.731ZPlanning: Planning completed in 0.74 seconds
2112025-03-12T21:51:43.774Z Packages to change: 1
2122025-03-12T21:51:43.774Z Mediators to change: 1
2132025-03-12T21:51:43.777Z Services to change: 1
2142025-03-12T21:51:43.777Z Create boot environment: No
2152025-03-12T21:51:43.777ZCreate backup boot environment: Yes
2162025-03-12T21:51:46.118Z Actions: 1/6 actions (Updating modified actions)
2172025-03-12T21:51:46.122Z Actions: Completed 6 actions in 0.00 seconds.
2182025-03-12T21:51:46.123Z Done
2192025-03-12T21:51:46.123Z Done
2202025-03-12T21:51:46.247Z Done
2212025-03-12T21:51:50.018Z Done
2222025-03-12T21:51:50.109Z Done
2232025-03-12T21:51:50.113Z Done
2242025-03-12T21:51:50.254Z Done
2252025-03-12T21:51:50.685ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262025-03-12T21:51:50.685Zclang system 15 system
2272025-03-12T21:51:50.685Zcsh system system illumos
2282025-03-12T21:51:50.685Zctags system system illumos
2292025-03-12T21:51:50.685Zgcc vendor 12 vendor
2302025-03-12T21:51:50.685Zgcc system 10 system
2312025-03-12T21:51:50.685Zgcc system 7 system
2322025-03-12T21:51:50.686Zgo system 1.20 system
2332025-03-12T21:51:50.686Zgo system 1.19 system
2342025-03-12T21:51:50.686Zllvm system 15 system
2352025-03-12T21:51:50.686Zllvm system 14 system
2362025-03-12T21:51:50.686Zmariadb system 10.6 system
2372025-03-12T21:51:50.686Zmta vendor vendor dma
2382025-03-12T21:51:50.686Zopenjdk system 17 system
2392025-03-12T21:51:50.686Zopenjdk system 11 system
2402025-03-12T21:51:50.686Zopenjdk system 1.8 system
2412025-03-12T21:51:50.686Zopenssl vendor 3 vendor
2422025-03-12T21:51:50.686Zperl system 5.36 system
2432025-03-12T21:51:50.686Zpostgresql system 15 system
2442025-03-12T21:51:50.686Zpostgresql system 13 system
2452025-03-12T21:51:50.686Zpython vendor 3 vendor
2462025-03-12T21:51:50.686Zpython system 2 system
2472025-03-12T21:51:50.686Zpython3 system 3.11 system
2482025-03-12T21:51:50.686Zruby system 3.0 system
2492025-03-12T21:51:50.686Zwords vendor vendor american-english
2502025-03-12T21:51:50.686Zwords system system australian-english
2512025-03-12T21:51:50.686Zwords system system british-english
2522025-03-12T21:51:50.686Zwords system system canadian-english
2532025-03-12T21:51:50.686Zwords system system french
2542025-03-12T21:51:50.686Zwords system system italian
2552025-03-12T21:51:50.686Zwords system system ngerman
2562025-03-12T21:51:50.686Zwords system system ogerman
2572025-03-12T21:51:50.686Zwords system system spanish
2582025-03-12T21:51:51.016ZPUBLISHER TYPE STATUS P LOCATION
2592025-03-12T21:51:51.016Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2602025-03-12T21:51:54.137ZFMRI IFO
2612025-03-12T21:51:54.137Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2622025-03-12T21:51:54.137Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2632025-03-12T21:51:54.137Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2642025-03-12T21:51:54.137Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2652025-03-12T21:51:54.137Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2662025-03-12T21:51:54.137Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2672025-03-12T21:51:54.137Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2682025-03-12T21:51:54.137Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2692025-03-12T21:51:54.137Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2702025-03-12T21:51:54.137Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2712025-03-12T21:51:54.137Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2722025-03-12T21:51:54.137Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2732025-03-12T21:51:54.137Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2742025-03-12T21:51:54.137Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2752025-03-12T21:51:54.137Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2762025-03-12T21:51:54.971Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2772025-03-12T21:51:55.304Z Updating crates.io index
2782025-03-12T21:51:55.337Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2792025-03-12T21:51:55.872Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2802025-03-12T21:51:56.135Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812025-03-12T21:51:56.411Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2822025-03-12T21:51:56.722Z Updating git repository `https://github.com/oxidecomputer/propolis`
2832025-03-12T21:51:57.787Z Updating git repository `https://github.com/oxidecomputer/crucible`
2842025-03-12T21:51:59.533Z Updating git repository `https://github.com/oxidecomputer/opte`
2852025-03-12T21:52:00.197Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862025-03-12T21:52:00.985Z Updating git repository `https://github.com/oxidecomputer/clickward`
2872025-03-12T21:52:01.252Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2882025-03-12T21:52:01.531Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892025-03-12T21:52:02.127Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2902025-03-12T21:52:02.669Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912025-03-12T21:52:03.016Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2922025-03-12T21:52:03.331Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932025-03-12T21:52:03.618Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2942025-03-12T21:52:03.885Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2952025-03-12T21:52:04.149Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2962025-03-12T21:52:04.439Z Updating git repository `https://github.com/oxidecomputer/lldp`
2972025-03-12T21:52:04.862Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982025-03-12T21:52:05.144Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2992025-03-12T21:52:05.453Z Updating git repository `https://github.com/oxidecomputer/ispf`
3002025-03-12T21:52:05.883Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3012025-03-12T21:52:06.206Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3022025-03-12T21:52:06.780Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3032025-03-12T21:52:07.105Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042025-03-12T21:52:07.573Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3052025-03-12T21:52:07.949Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3062025-03-12T21:52:08.211Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3072025-03-12T21:52:08.462Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3082025-03-12T21:52:08.711Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3092025-03-12T21:52:10.145Z Downloading crates ...
3102025-03-12T21:52:10.219Z Downloaded bitflags v1.3.2
3112025-03-12T21:52:10.232Z Downloaded anstream v0.6.15
3122025-03-12T21:52:10.239Z Downloaded zerocopy-derive v0.7.35
3132025-03-12T21:52:10.247Z Downloaded winnow v0.7.3
3142025-03-12T21:52:10.255Z Downloaded heck v0.4.1
3152025-03-12T21:52:10.258Z Downloaded camino v1.1.9
3162025-03-12T21:52:10.258Z Downloaded zerocopy v0.7.35
3172025-03-12T21:52:10.274Z Downloaded equivalent v1.0.1
3182025-03-12T21:52:10.277Z Downloaded dof v0.3.0
3192025-03-12T21:52:10.277Z Downloaded colorchoice v1.0.2
3202025-03-12T21:52:10.277Z Downloaded cargo-platform v0.1.8
3212025-03-12T21:52:10.281Z Downloaded clap_lex v0.7.4
3222025-03-12T21:52:10.281Z Downloaded bytecount v0.6.8
3232025-03-12T21:52:10.281Z Downloaded io-lifetimes v1.0.11
3242025-03-12T21:52:10.284Z Downloaded cfg-if v1.0.0
3252025-03-12T21:52:10.287Z Downloaded errno v0.3.9
3262025-03-12T21:52:10.287Z Downloaded byteorder v1.5.0
3272025-03-12T21:52:10.290Z Downloaded dtrace-parser v0.2.0
3282025-03-12T21:52:10.290Z Downloaded block-buffer v0.10.4
3292025-03-12T21:52:10.293Z Downloaded fastrand v2.1.1
3302025-03-12T21:52:10.296Z Downloaded cargo_toml v0.21.0
3312025-03-12T21:52:10.296Z Downloaded crypto-common v0.1.6
3322025-03-12T21:52:10.299Z Downloaded cpufeatures v0.2.14
3332025-03-12T21:52:10.299Z Downloaded clap_derive v4.5.28
3342025-03-12T21:52:10.303Z Downloaded generic-array v0.14.7
3352025-03-12T21:52:10.306Z Downloaded anstyle v1.0.10
3362025-03-12T21:52:10.306Z Downloaded itoa v1.0.11
3372025-03-12T21:52:10.309Z Downloaded anstyle-query v1.1.1
3382025-03-12T21:52:10.309Z Downloaded digest v0.10.7
3392025-03-12T21:52:10.312Z Downloaded heck v0.5.0
3402025-03-12T21:52:10.315Z Downloaded fs-err v2.11.0
3412025-03-12T21:52:10.315Z Downloaded clap v4.5.31
3422025-03-12T21:52:10.323Z Downloaded swrite v0.1.0
3432025-03-12T21:52:10.326Z Downloaded scroll_derive v0.12.0
3442025-03-12T21:52:10.327Z Downloaded memmap v0.7.0
3452025-03-12T21:52:10.327Z Downloaded is_terminal_polyfill v1.70.1
3462025-03-12T21:52:10.330Z Downloaded cargo_metadata v0.19.2
3472025-03-12T21:52:10.330Z Downloaded pretty-hex v0.4.1
3482025-03-12T21:52:10.330Z Downloaded camino-tempfile v1.1.1
3492025-03-12T21:52:10.334Z Downloaded autocfg v1.4.0
3502025-03-12T21:52:10.337Z Downloaded usdt-macro v0.5.0
3512025-03-12T21:52:10.340Z Downloaded usdt-attr-macro v0.5.0
3522025-03-12T21:52:10.344Z Downloaded anstyle-parse v0.2.5
3532025-03-12T21:52:10.353Z Downloaded fnv v1.0.7
3542025-03-12T21:52:10.361Z Downloaded smawk v0.3.2
3552025-03-12T21:52:10.364Z Downloaded macaddr v1.0.1
3562025-03-12T21:52:10.369Z Downloaded tabled_derive v0.7.0
3572025-03-12T21:52:10.373Z Downloaded terminal_size v0.2.6
3582025-03-12T21:52:10.378Z Downloaded thread-id v4.2.2
3592025-03-12T21:52:10.382Z Downloaded pest_generator v2.7.14
3602025-03-12T21:52:10.382Z Downloaded version_check v0.9.5
3612025-03-12T21:52:10.387Z Downloaded usdt v0.5.0
3622025-03-12T21:52:10.390Z Downloaded thiserror v1.0.69
3632025-03-12T21:52:10.392Z Downloaded bitflags v2.6.0
3642025-03-12T21:52:10.396Z Downloaded unicode-linebreak v0.1.5
3652025-03-12T21:52:10.399Z Downloaded toml_datetime v0.6.8
3662025-03-12T21:52:10.399Z Downloaded thiserror-impl v1.0.69
3672025-03-12T21:52:10.399Z Downloaded strsim v0.11.1
3682025-03-12T21:52:10.402Z Downloaded anyhow v1.0.97
3692025-03-12T21:52:10.405Z Downloaded plain v0.2.3
3702025-03-12T21:52:10.405Z Downloaded utf8parse v0.2.2
3712025-03-12T21:52:10.405Z Downloaded scroll v0.12.0
3722025-03-12T21:52:10.408Z Downloaded serde_tokenstream v0.2.2
3732025-03-12T21:52:10.408Z Downloaded serde_spanned v0.6.8
3742025-03-12T21:52:10.411Z Downloaded semver v1.0.25
3752025-03-12T21:52:10.411Z Downloaded quote v1.0.39
3762025-03-12T21:52:10.414Z Downloaded pest_derive v2.7.14
3772025-03-12T21:52:10.417Z Downloaded thiserror-impl v2.0.11
3782025-03-12T21:52:10.417Z Downloaded once_cell v1.20.3
3792025-03-12T21:52:10.420Z Downloaded terminal_size v0.4.0
3802025-03-12T21:52:10.420Z Downloaded proc-macro-error-attr v1.0.4
3812025-03-12T21:52:10.431Z Downloaded usdt-impl v0.5.0
3822025-03-12T21:52:10.439Z Downloaded thiserror v2.0.11
3832025-03-12T21:52:10.444Z Downloaded proc-macro2 v1.0.94
3842025-03-12T21:52:10.447Z Downloaded pest_meta v2.7.14
3852025-03-12T21:52:10.450Z Downloaded ucd-trie v0.1.7
3862025-03-12T21:52:10.450Z Downloaded toml v0.8.20
3872025-03-12T21:52:10.453Z Downloaded textwrap v0.16.1
3882025-03-12T21:52:10.456Z Downloaded ryu v1.0.18
3892025-03-12T21:52:10.459Z Downloaded typenum v1.17.0
3902025-03-12T21:52:10.462Z Downloaded indexmap v2.7.1
3912025-03-12T21:52:10.466Z Downloaded proc-macro-error v1.0.4
3922025-03-12T21:52:10.469Z Downloaded unicode-ident v1.0.14
3932025-03-12T21:52:10.472Z Downloaded papergrid v0.11.0
3942025-03-12T21:52:10.475Z Downloaded log v0.4.22
3952025-03-12T21:52:10.478Z Downloaded tempfile v3.13.0
3962025-03-12T21:52:10.481Z Downloaded sha2 v0.10.8
3972025-03-12T21:52:10.484Z Downloaded serde_derive v1.0.218
3982025-03-12T21:52:10.487Z Downloaded serde v1.0.218
3992025-03-12T21:52:10.491Z Downloaded memchr v2.7.4
4002025-03-12T21:52:10.495Z Downloaded clap_builder v4.5.31
4012025-03-12T21:52:10.508Z Downloaded toml_edit v0.22.24
4022025-03-12T21:52:10.528Z Downloaded pest v2.7.14
4032025-03-12T21:52:10.533Z Downloaded hashbrown v0.15.1
4042025-03-12T21:52:10.537Z Downloaded serde_json v1.0.139
4052025-03-12T21:52:10.545Z Downloaded goblin v0.8.2
4062025-03-12T21:52:10.579Z Downloaded tabled v0.15.0
4072025-03-12T21:52:10.593Z Downloaded syn v1.0.109
4082025-03-12T21:52:10.603Z Downloaded unicode-width v0.1.14
4092025-03-12T21:52:10.616Z Downloaded syn v2.0.98
4102025-03-12T21:52:10.627Z Downloaded rustix v0.37.28
4112025-03-12T21:52:10.645Z Downloaded rustix v0.38.37
4122025-03-12T21:52:10.676Z Downloaded libc v0.2.170
4132025-03-12T21:52:10.811Z Compiling proc-macro2 v1.0.94
4142025-03-12T21:52:10.811Z Compiling unicode-ident v1.0.14
4152025-03-12T21:52:10.814Z Compiling version_check v0.9.5
4162025-03-12T21:52:10.815Z Compiling serde v1.0.218
4172025-03-12T21:52:10.815Z Compiling libc v0.2.170
4182025-03-12T21:52:10.846Z Compiling memchr v2.7.4
4192025-03-12T21:52:10.850Z Compiling thiserror v1.0.69
4202025-03-12T21:52:10.850Z Compiling ryu v1.0.18
4212025-03-12T21:52:11.080Z Compiling ucd-trie v0.1.7
4222025-03-12T21:52:11.226Z Compiling itoa v1.0.11
4232025-03-12T21:52:11.430Z Compiling once_cell v1.20.3
4242025-03-12T21:52:11.520Z Compiling byteorder v1.5.0
4252025-03-12T21:52:11.714Z Compiling serde_json v1.0.139
4262025-03-12T21:52:12.069Z Compiling rustix v0.38.37
4272025-03-12T21:52:12.255Z Compiling bitflags v2.6.0
4282025-03-12T21:52:12.259Z Compiling usdt-impl v0.5.0
4292025-03-12T21:52:12.404Z Compiling proc-macro-error-attr v1.0.4
4302025-03-12T21:52:12.573Z Compiling syn v1.0.109
4312025-03-12T21:52:12.620Z Compiling io-lifetimes v1.0.11
4322025-03-12T21:52:12.790Z Compiling proc-macro-error v1.0.4
4332025-03-12T21:52:12.815Z Compiling log v0.4.22
4342025-03-12T21:52:12.837Z Compiling hashbrown v0.15.1
4352025-03-12T21:52:13.114Z Compiling utf8parse v0.2.2
4362025-03-12T21:52:13.152Z Compiling quote v1.0.39
4372025-03-12T21:52:13.223Z Compiling thread-id v4.2.2
4382025-03-12T21:52:13.247Z Compiling plain v0.2.3
4392025-03-12T21:52:13.276Z Compiling errno v0.3.9
4402025-03-12T21:52:13.414Z Compiling rustix v0.37.28
4412025-03-12T21:52:13.429Z Compiling camino v1.1.9
4422025-03-12T21:52:13.501Z Compiling equivalent v1.0.1
4432025-03-12T21:52:13.641Z Compiling syn v2.0.98
4442025-03-12T21:52:13.859Z Compiling indexmap v2.7.1
4452025-03-12T21:52:13.937Z Compiling anstyle-parse v0.2.5
4462025-03-12T21:52:14.256Z Compiling winnow v0.7.3
4472025-03-12T21:52:14.293Z Compiling colorchoice v1.0.2
4482025-03-12T21:52:14.465Z Compiling bitflags v1.3.2
4492025-03-12T21:52:14.571Z Compiling semver v1.0.25
4502025-03-12T21:52:14.591Z Compiling is_terminal_polyfill v1.70.1
4512025-03-12T21:52:14.726Z Compiling autocfg v1.4.0
4522025-03-12T21:52:14.751Z Compiling anstyle v1.0.10
4532025-03-12T21:52:15.082Z Compiling anstyle-query v1.1.1
4542025-03-12T21:52:15.107Z Compiling thiserror v2.0.11
4552025-03-12T21:52:15.242Z Compiling pretty-hex v0.4.1
4562025-03-12T21:52:15.276Z Compiling unicode-width v0.1.14
4572025-03-12T21:52:15.485Z Compiling terminal_size v0.4.0
4582025-03-12T21:52:15.715Z Compiling fs-err v2.11.0
4592025-03-12T21:52:15.737Z Compiling anstream v0.6.15
4602025-03-12T21:52:16.080Z Compiling clap_lex v0.7.4
4612025-03-12T21:52:16.143Z Compiling heck v0.5.0
4622025-03-12T21:52:16.168Z Compiling strsim v0.11.1
4632025-03-12T21:52:16.320Z Compiling bytecount v0.6.8
4642025-03-12T21:52:16.572Z Compiling heck v0.4.1
4652025-03-12T21:52:16.928Z Compiling fnv v1.0.7
4662025-03-12T21:52:16.983Z Compiling anyhow v1.0.97
4672025-03-12T21:52:17.030Z Compiling fastrand v2.1.1
4682025-03-12T21:52:17.079Z Compiling cfg-if v1.0.0
4692025-03-12T21:52:17.159Z Compiling terminal_size v0.2.6
4702025-03-12T21:52:17.189Z Compiling papergrid v0.11.0
4712025-03-12T21:52:17.290Z Compiling clap_builder v4.5.31
4722025-03-12T21:52:17.513Z Compiling tempfile v3.13.0
4732025-03-12T21:52:17.517Z Compiling memmap v0.7.0
4742025-03-12T21:52:17.710Z Compiling smawk v0.3.2
4752025-03-12T21:52:17.877Z Compiling unicode-linebreak v0.1.5
4762025-03-12T21:52:18.334Z Compiling textwrap v0.16.1
4772025-03-12T21:52:18.400Z Compiling swrite v0.1.0
4782025-03-12T21:52:18.801Z Compiling tabled_derive v0.7.0
4792025-03-12T21:52:20.409Z Compiling tabled v0.15.0
4802025-03-12T21:52:20.572Z Compiling serde_derive v1.0.218
4812025-03-12T21:52:20.572Z Compiling thiserror-impl v1.0.69
4822025-03-12T21:52:20.576Z Compiling zerocopy-derive v0.7.35
4832025-03-12T21:52:20.576Z Compiling scroll_derive v0.12.0
4842025-03-12T21:52:20.576Z Compiling thiserror-impl v2.0.11
4852025-03-12T21:52:20.576Z Compiling clap_derive v4.5.28
4862025-03-12T21:52:22.022Z Compiling scroll v0.12.0
4872025-03-12T21:52:22.546Z Compiling goblin v0.8.2
4882025-03-12T21:52:22.623Z Compiling zerocopy v0.7.35
4892025-03-12T21:52:23.691Z Compiling pest v2.7.14
4902025-03-12T21:52:24.969Z Compiling clap v4.5.31
4912025-03-12T21:52:26.012Z Compiling pest_meta v2.7.14
4922025-03-12T21:52:26.900Z Compiling pest_generator v2.7.14
4932025-03-12T21:52:28.359Z Compiling pest_derive v2.7.14
4942025-03-12T21:52:28.955Z Compiling dtrace-parser v0.2.0
4952025-03-12T21:52:29.740Z Compiling serde_tokenstream v0.2.2
4962025-03-12T21:52:29.776Z Compiling toml_datetime v0.6.8
4972025-03-12T21:52:29.776Z Compiling serde_spanned v0.6.8
4982025-03-12T21:52:30.013Z Compiling cargo-platform v0.1.8
4992025-03-12T21:52:30.060Z Compiling macaddr v1.0.1
5002025-03-12T21:52:30.347Z Compiling toml_edit v0.22.24
5012025-03-12T21:52:30.449Z Compiling camino-tempfile v1.1.1
5022025-03-12T21:52:31.193Z Compiling dof v0.3.0
5032025-03-12T21:52:31.217Z Compiling cargo_metadata v0.19.2
5042025-03-12T21:52:32.561Z Compiling usdt-macro v0.5.0
5052025-03-12T21:52:32.565Z Compiling usdt-attr-macro v0.5.0
5062025-03-12T21:52:33.163Z Compiling toml v0.8.20
5072025-03-12T21:52:33.674Z Compiling usdt v0.5.0
5082025-03-12T21:52:33.965Z Compiling cargo_toml v0.21.0
5092025-03-12T21:52:36.652Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5102025-03-12T21:52:40.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.34s
5112025-03-12T21:52:40.323Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5122025-03-12T21:52:40.935Z Downloading crates ...
5132025-03-12T21:52:41.052Z Downloaded addr2line v0.24.2
5142025-03-12T21:52:41.061Z Downloaded async-trait v0.1.87
5152025-03-12T21:52:41.067Z Downloaded atty v0.2.14
5162025-03-12T21:52:41.070Z Downloaded async-stream-impl v0.3.6
5172025-03-12T21:52:41.076Z Downloaded http-range v0.1.5
5182025-03-12T21:52:41.079Z Downloaded ciborium-io v0.2.2
5192025-03-12T21:52:41.079Z Downloaded cfg_aliases v0.1.1
5202025-03-12T21:52:41.083Z Downloaded cstr-argument v0.1.2
5212025-03-12T21:52:41.086Z Downloaded convert_case v0.4.0
5222025-03-12T21:52:41.086Z Downloaded hostname v0.3.1
5232025-03-12T21:52:41.089Z Downloaded crunchy v0.2.2
5242025-03-12T21:52:41.089Z Downloaded cfg_aliases v0.2.1
5252025-03-12T21:52:41.093Z Downloaded hex-literal v0.4.1
5262025-03-12T21:52:41.094Z Downloaded ctr v0.9.2
5272025-03-12T21:52:41.097Z Downloaded httpdate v1.0.3
5282025-03-12T21:52:41.097Z Downloaded httparse v1.9.5
5292025-03-12T21:52:41.100Z Downloaded http-body v1.0.1
5302025-03-12T21:52:41.103Z Downloaded md5 v0.7.0
5312025-03-12T21:52:41.103Z Downloaded crucible-workspace-hack v0.1.0
5322025-03-12T21:52:41.103Z Downloaded atomicwrites v0.4.4
5332025-03-12T21:52:41.106Z Downloaded async-bb8-diesel v0.2.1
5342025-03-12T21:52:41.109Z Downloaded highway v1.3.0
5352025-03-12T21:52:41.112Z Downloaded is_ci v1.2.0
5362025-03-12T21:52:41.115Z Downloaded hubpack_derive v0.1.1
5372025-03-12T21:52:41.115Z Downloaded async-stream v0.3.6
5382025-03-12T21:52:41.119Z Downloaded match_cfg v0.1.0
5392025-03-12T21:52:41.119Z Downloaded block-padding v0.3.3
5402025-03-12T21:52:41.122Z Downloaded lalrpop-util v0.19.12
5412025-03-12T21:52:41.123Z Downloaded ascii-canvas v3.0.0
5422025-03-12T21:52:41.123Z Downloaded bcrypt-pbkdf v0.10.0
5432025-03-12T21:52:41.127Z Downloaded bb8 v0.8.5
5442025-03-12T21:52:41.127Z Downloaded atomic-waker v1.1.2
5452025-03-12T21:52:41.130Z Downloaded ident_case v1.0.1
5462025-03-12T21:52:41.130Z Downloaded base16ct v0.2.0
5472025-03-12T21:52:41.130Z Downloaded adler2 v2.0.0
5482025-03-12T21:52:41.133Z Downloaded constant_time_eq v0.3.1
5492025-03-12T21:52:41.133Z Downloaded hex v0.4.3
5502025-03-12T21:52:41.136Z Downloaded indoc v1.0.9
5512025-03-12T21:52:41.139Z Downloaded instant v0.1.13
5522025-03-12T21:52:41.143Z Downloaded crossbeam-deque v0.8.5
5532025-03-12T21:52:41.143Z Downloaded impl-trait-for-tuples v0.2.2
5542025-03-12T21:52:41.146Z Downloaded hyper-tls v0.6.0
5552025-03-12T21:52:41.149Z Downloaded chrono-tz-build v0.4.0
5562025-03-12T21:52:41.149Z Downloaded idna_adapter v1.2.0
5572025-03-12T21:52:41.152Z Downloaded cobs v0.2.3
5582025-03-12T21:52:41.152Z Downloaded assert_matches v1.5.0
5592025-03-12T21:52:41.155Z Downloaded md-5 v0.10.6
5602025-03-12T21:52:41.155Z Downloaded lockfree-object-pool v0.1.6
5612025-03-12T21:52:41.158Z Downloaded progenitor-client v0.9.1
5622025-03-12T21:52:41.161Z Downloaded linked-hash-map v0.5.6
5632025-03-12T21:52:41.162Z Downloaded libsw-core v0.3.1
5642025-03-12T21:52:41.165Z Downloaded multimap v0.10.0
5652025-03-12T21:52:41.165Z Downloaded cassowary v0.3.0
5662025-03-12T21:52:41.168Z Downloaded memoffset v0.9.1
5672025-03-12T21:52:41.168Z Downloaded maybe-uninit v2.0.0
5682025-03-12T21:52:41.171Z Downloaded libefi-sys v0.1.0
5692025-03-12T21:52:41.171Z Downloaded ciborium-ll v0.2.2
5702025-03-12T21:52:41.174Z Downloaded ipnetwork v0.21.1
5712025-03-12T21:52:41.177Z Downloaded cexpr v0.6.0
5722025-03-12T21:52:41.177Z Downloaded cbc v0.1.2
5732025-03-12T21:52:41.180Z Downloaded mockall v0.13.1
5742025-03-12T21:52:41.183Z Downloaded async-recursion v1.1.1
5752025-03-12T21:52:41.186Z Downloaded lru-cache v0.1.2
5762025-03-12T21:52:41.189Z Downloaded hostname v0.4.0
5772025-03-12T21:52:41.189Z Downloaded siphasher v0.3.11
5782025-03-12T21:52:41.192Z Downloaded rpassword v7.3.1
5792025-03-12T21:52:41.192Z Downloaded ssh-cipher v0.2.0
5802025-03-12T21:52:41.195Z Downloaded keccak v0.1.5
5812025-03-12T21:52:41.195Z Downloaded linear-map v1.2.0
5822025-03-12T21:52:41.198Z Downloaded maplit v1.0.2
5832025-03-12T21:52:41.198Z Downloaded lazycell v1.3.0
5842025-03-12T21:52:41.201Z Downloaded lru v0.12.5
5852025-03-12T21:52:41.201Z Downloaded litemap v0.7.3
5862025-03-12T21:52:41.204Z Downloaded hyper-rustls v0.27.3
5872025-03-12T21:52:41.208Z Downloaded memmap2 v0.9.5
5882025-03-12T21:52:41.211Z Downloaded lock_api v0.4.12
5892025-03-12T21:52:41.214Z Downloaded icu_locid_transform v1.5.0
5902025-03-12T21:52:41.217Z Downloaded mime v0.3.17
5912025-03-12T21:52:41.218Z Downloaded console v0.15.10
5922025-03-12T21:52:41.221Z Downloaded cmake v0.1.51
5932025-03-12T21:52:41.225Z Downloaded serde_plain v1.0.2
5942025-03-12T21:52:41.225Z Downloaded managed v0.8.0
5952025-03-12T21:52:41.228Z Downloaded tinyvec_macros v0.1.1
5962025-03-12T21:52:41.228Z Downloaded tower-layer v0.3.3
5972025-03-12T21:52:41.228Z Downloaded multer v3.1.0
5982025-03-12T21:52:41.231Z Downloaded mime_guess v2.0.5
5992025-03-12T21:52:41.235Z Downloaded tower-service v0.3.3
6002025-03-12T21:52:41.235Z Downloaded libsw v3.4.0
6012025-03-12T21:52:41.238Z Downloaded libloading v0.8.5
6022025-03-12T21:52:41.241Z Downloaded rustls-pemfile v2.2.0
6032025-03-12T21:52:41.244Z Downloaded yoke-derive v0.7.4
6042025-03-12T21:52:41.244Z Downloaded csv-core v0.1.11
6052025-03-12T21:52:41.248Z Downloaded base64ct v1.6.0
6062025-03-12T21:52:41.251Z Downloaded rustfmt-wrapper v0.2.1
6072025-03-12T21:52:41.251Z Downloaded const_format_proc_macros v0.2.34
6082025-03-12T21:52:41.255Z Downloaded serde_repr v0.1.19
6092025-03-12T21:52:41.255Z Downloaded structmeta-derive v0.3.0
6102025-03-12T21:52:41.258Z Downloaded hyper-staticfile v0.10.1
6112025-03-12T21:52:41.261Z Downloaded rand_chacha v0.3.1
6122025-03-12T21:52:41.261Z Downloaded waitgroup v0.1.2
6132025-03-12T21:52:41.261Z Downloaded scrypt v0.11.0
6142025-03-12T21:52:41.266Z Downloaded mockall_derive v0.13.1
6152025-03-12T21:52:41.269Z Downloaded icu_locid v1.5.0
6162025-03-12T21:52:41.272Z Downloaded iana-time-zone v0.1.61
6172025-03-12T21:52:41.275Z Downloaded icu_normalizer_data v1.5.0
6182025-03-12T21:52:41.275Z Downloaded crc-any v2.5.0
6192025-03-12T21:52:41.279Z Downloaded cookie_store v0.21.1
6202025-03-12T21:52:41.282Z Downloaded debug-ignore v1.0.5
6212025-03-12T21:52:41.286Z Downloaded hickory-client v0.24.4
6222025-03-12T21:52:41.289Z Downloaded packed_struct_codegen v0.10.1
6232025-03-12T21:52:41.289Z Downloaded thiserror-impl-no-std v2.0.2
6242025-03-12T21:52:41.292Z Downloaded fxhash v0.2.1
6252025-03-12T21:52:41.292Z Downloaded supports-color v3.0.2
6262025-03-12T21:52:41.292Z Downloaded smallvec v0.6.14
6272025-03-12T21:52:41.295Z Downloaded newtype_derive v0.1.6
6282025-03-12T21:52:41.298Z Downloaded opaque-debug v0.3.1
6292025-03-12T21:52:41.298Z Downloaded crossbeam-epoch v0.9.18
6302025-03-12T21:52:41.302Z Downloaded newtype-uuid v1.2.1
6312025-03-12T21:52:41.302Z Downloaded dirs-sys-next v0.1.2
6322025-03-12T21:52:41.305Z Downloaded float-cmp v0.10.0
6332025-03-12T21:52:41.305Z Downloaded progenitor v0.9.1
6342025-03-12T21:52:41.309Z Downloaded cookie v0.18.1
6352025-03-12T21:52:41.312Z Downloaded colored v2.2.0
6362025-03-12T21:52:41.313Z Downloaded icu_properties v1.5.1
6372025-03-12T21:52:41.316Z Downloaded flagset v0.4.6
6382025-03-12T21:52:41.319Z Downloaded icu_normalizer v1.5.0
6392025-03-12T21:52:41.322Z Downloaded tls_codec_derive v0.4.1
6402025-03-12T21:52:41.325Z Downloaded r2d2 v0.8.10
6412025-03-12T21:52:41.325Z Downloaded indexmap v1.9.3
6422025-03-12T21:52:41.329Z Downloaded rfc6979 v0.4.0
6432025-03-12T21:52:41.332Z Downloaded xz2 v0.1.7
6442025-03-12T21:52:41.336Z Downloaded allocator-api2 v0.2.18
6452025-03-12T21:52:41.337Z Downloaded nibble_vec v0.1.0
6462025-03-12T21:52:41.340Z Downloaded indicatif v0.17.11
6472025-03-12T21:52:41.343Z Downloaded hash32 v0.2.1
6482025-03-12T21:52:41.346Z Downloaded icu_provider v1.5.0
6492025-03-12T21:52:41.349Z Downloaded zerofrom v0.1.4
6502025-03-12T21:52:41.352Z Downloaded either v1.14.0
6512025-03-12T21:52:41.352Z Downloaded percent-encoding v2.3.1
6522025-03-12T21:52:41.361Z Downloaded packed_struct v0.10.1
6532025-03-12T21:52:41.361Z Downloaded peg v0.8.5
6542025-03-12T21:52:41.361Z Downloaded gethostname v0.5.0
6552025-03-12T21:52:41.364Z Downloaded yoke v0.7.4
6562025-03-12T21:52:41.364Z Downloaded signal-hook-mio v0.2.4
6572025-03-12T21:52:41.364Z Downloaded yasna v0.5.2
6582025-03-12T21:52:41.367Z Downloaded predicates-core v1.0.8
6592025-03-12T21:52:41.370Z Downloaded pkg-config v0.3.31
6602025-03-12T21:52:41.370Z Downloaded chacha20poly1305 v0.10.1
6612025-03-12T21:52:41.374Z Downloaded futures-executor v0.3.31
6622025-03-12T21:52:41.374Z Downloaded rustls-pki-types v1.10.0
6632025-03-12T21:52:41.377Z Downloaded synstructure v0.13.1
6642025-03-12T21:52:41.380Z Downloaded static_assertions v1.1.0
6652025-03-12T21:52:41.383Z Downloaded hyper-util v0.1.10
6662025-03-12T21:52:41.387Z Downloaded hickory-resolver v0.24.4
6672025-03-12T21:52:41.403Z Downloaded normalize-line-endings v0.3.0
6682025-03-12T21:52:41.407Z Downloaded base64 v0.22.1
6692025-03-12T21:52:41.410Z Downloaded signal-hook-tokio v0.3.1
6702025-03-12T21:52:41.410Z Downloaded signal-hook-registry v1.4.2
6712025-03-12T21:52:41.413Z Downloaded oso-derive v0.27.3
6722025-03-12T21:52:41.413Z Downloaded bytes v1.10.1
6732025-03-12T21:52:41.416Z Downloaded arc-swap v1.7.1
6742025-03-12T21:52:41.421Z Downloaded pretty-hex v0.2.1
6752025-03-12T21:52:41.424Z Downloaded parse-size v1.1.0
6762025-03-12T21:52:41.425Z Downloaded headers-core v0.3.0
6772025-03-12T21:52:41.425Z Downloaded futures-task v0.3.31
6782025-03-12T21:52:41.428Z Downloaded untrusted v0.9.0
6792025-03-12T21:52:41.428Z Downloaded diff v0.1.13
6802025-03-12T21:52:41.432Z Downloaded test-strategy v0.4.0
6812025-03-12T21:52:41.435Z Downloaded serde-big-array v0.5.1
6822025-03-12T21:52:41.438Z Downloaded precomputed-hash v0.1.1
6832025-03-12T21:52:41.439Z Downloaded vte_generate_state_changes v0.1.2
6842025-03-12T21:52:41.442Z Downloaded sct v0.7.1
6852025-03-12T21:52:41.445Z Downloaded similar v2.7.0
6862025-03-12T21:52:41.451Z Downloaded zerovec-derive v0.10.3
6872025-03-12T21:52:41.455Z Downloaded num-rational v0.4.2
6882025-03-12T21:52:41.455Z Downloaded schemars_derive v0.8.22
6892025-03-12T21:52:41.455Z Downloaded headers v0.4.0
6902025-03-12T21:52:41.459Z Downloaded const_format v0.2.34
6912025-03-12T21:52:41.465Z Downloaded strip-ansi-escapes v0.2.0
6922025-03-12T21:52:41.468Z Downloaded ena v0.14.3
6932025-03-12T21:52:41.468Z Downloaded num-traits v0.2.19
6942025-03-12T21:52:41.471Z Downloaded want v0.3.1
6952025-03-12T21:52:41.474Z Downloaded termtree v0.4.1
6962025-03-12T21:52:41.474Z Downloaded termtree v0.5.1
6972025-03-12T21:52:41.479Z Downloaded write16 v1.0.0
6982025-03-12T21:52:41.479Z Downloaded predicates v3.1.3
6992025-03-12T21:52:41.482Z Downloaded num v0.4.3
7002025-03-12T21:52:41.482Z Downloaded cc v1.2.15
7012025-03-12T21:52:41.486Z Downloaded radium v0.7.0
7022025-03-12T21:52:41.489Z Downloaded predicates-tree v1.0.11
7032025-03-12T21:52:41.489Z Downloaded term v0.7.0
7042025-03-12T21:52:41.493Z Downloaded serde_derive_internals v0.29.1
7052025-03-12T21:52:41.496Z Downloaded tokio-rustls v0.25.0
7062025-03-12T21:52:41.499Z Downloaded tokio-rustls v0.24.1
7072025-03-12T21:52:41.502Z Downloaded simd-adler32 v0.3.7
7082025-03-12T21:52:41.502Z Downloaded serde-hex v0.1.0
7092025-03-12T21:52:41.505Z Downloaded half v2.4.1
7102025-03-12T21:52:41.509Z Downloaded endian-type v0.1.2
7112025-03-12T21:52:41.509Z Downloaded dsl_auto_type v0.1.2
7122025-03-12T21:52:41.509Z Downloaded phf_codegen v0.11.2
7132025-03-12T21:52:41.512Z Downloaded phf v0.11.2
7142025-03-12T21:52:41.512Z Downloaded mio v1.0.2
7152025-03-12T21:52:41.518Z Downloaded path-slash v0.1.5
7162025-03-12T21:52:41.521Z Downloaded stringprep v0.1.5
7172025-03-12T21:52:41.521Z Downloaded slog-stdlog v4.1.1
7182025-03-12T21:52:41.525Z Downloaded rusty-fork v0.3.0
7192025-03-12T21:52:41.528Z Downloaded typify-macro v0.2.0
7202025-03-12T21:52:41.529Z Downloaded rustversion v1.0.17
7212025-03-12T21:52:41.532Z Downloaded sigpipe v0.1.3
7222025-03-12T21:52:41.532Z Downloaded utf8_iter v1.0.4
7232025-03-12T21:52:41.532Z Downloaded crossbeam-channel v0.5.13
7242025-03-12T21:52:41.536Z Downloaded writeable v0.5.5
7252025-03-12T21:52:41.539Z Downloaded schemars v0.8.22
7262025-03-12T21:52:41.552Z Downloaded sync_wrapper v1.0.1
7272025-03-12T21:52:41.555Z Downloaded fallible-iterator v0.2.0
7282025-03-12T21:52:41.555Z Downloaded termios v0.3.3
7292025-03-12T21:52:41.560Z Downloaded slog-scope v4.4.0
7302025-03-12T21:52:41.560Z Downloaded slog-json v2.6.1
7312025-03-12T21:52:41.563Z Downloaded toolchain_find v0.4.0
7322025-03-12T21:52:41.563Z Downloaded ref-cast v1.0.23
7332025-03-12T21:52:41.566Z Downloaded env_logger v0.11.5
7342025-03-12T21:52:41.570Z Downloaded derive_builder_macro v0.20.2
7352025-03-12T21:52:41.570Z Downloaded pbkdf2 v0.11.0
7362025-03-12T21:52:41.573Z Downloaded deranged v0.3.11
7372025-03-12T21:52:41.573Z Downloaded wait-timeout v0.2.0
7382025-03-12T21:52:41.575Z Downloaded unarray v0.1.4
7392025-03-12T21:52:41.578Z Downloaded progenitor-macro v0.9.1
7402025-03-12T21:52:41.578Z Downloaded progenitor-macro v0.8.0
7412025-03-12T21:52:41.578Z Downloaded env_filter v0.1.2
7422025-03-12T21:52:41.581Z Downloaded enum-as-inner v0.6.1
7432025-03-12T21:52:41.585Z Downloaded fragile v2.0.0
7442025-03-12T21:52:41.585Z Downloaded rand_core v0.6.4
7452025-03-12T21:52:41.588Z Downloaded paste v1.0.15
7462025-03-12T21:52:41.591Z Downloaded foreign-types v0.5.0
7472025-03-12T21:52:41.591Z Downloaded typify-macro v0.3.0
7482025-03-12T21:52:41.594Z Downloaded serde_urlencoded v0.7.1
7492025-03-12T21:52:41.594Z Downloaded rustc-hash v2.1.1
7502025-03-12T21:52:41.597Z Downloaded olpc-cjson v0.1.4
7512025-03-12T21:52:41.597Z Downloaded phf_shared v0.10.0
7522025-03-12T21:52:41.600Z Downloaded tabwriter v1.4.0
7532025-03-12T21:52:41.600Z Downloaded tabled_derive v0.10.0
7542025-03-12T21:52:41.603Z Downloaded displaydoc v0.2.5
7552025-03-12T21:52:41.607Z Downloaded crypto-bigint v0.5.5
7562025-03-12T21:52:41.612Z Downloaded parse-display-derive v0.10.0
7572025-03-12T21:52:41.615Z Downloaded number_prefix v0.4.0
7582025-03-12T21:52:41.615Z Downloaded num_threads v0.1.7
7592025-03-12T21:52:41.618Z Downloaded ref-cast-impl v1.0.23
7602025-03-12T21:52:41.618Z Downloaded yansi v1.0.1
7612025-03-12T21:52:41.621Z Downloaded rand_core v0.9.2
7622025-03-12T21:52:41.621Z Downloaded rustls-pemfile v1.0.4
7632025-03-12T21:52:41.624Z Downloaded fatfs v0.3.6
7642025-03-12T21:52:41.628Z Downloaded rsa v0.9.6
7652025-03-12T21:52:41.632Z Downloaded psl-types v2.0.11
7662025-03-12T21:52:41.635Z Downloaded derive_builder_core v0.20.2
7672025-03-12T21:52:41.638Z Downloaded slog-dtrace v0.3.0
7682025-03-12T21:52:41.638Z Downloaded derive-where v1.2.7
7692025-03-12T21:52:41.642Z Downloaded zeroize_derive v1.4.2
7702025-03-12T21:52:41.645Z Downloaded strum v0.26.3
7712025-03-12T21:52:41.645Z Downloaded futures-io v0.3.31
7722025-03-12T21:52:41.648Z Downloaded futures-core v0.3.31
7732025-03-12T21:52:41.649Z Downloaded string_cache v0.8.7
7742025-03-12T21:52:41.652Z Downloaded fd-lock v4.0.2
7752025-03-12T21:52:41.653Z Downloaded downcast v0.11.0
7762025-03-12T21:52:41.653Z Downloaded diesel_table_macro_syntax v0.2.0
7772025-03-12T21:52:41.655Z Downloaded float-ord v0.3.2
7782025-03-12T21:52:41.656Z Downloaded slog-envlogger v2.2.0
7792025-03-12T21:52:41.659Z Downloaded tui-tree-widget v0.23.0
7802025-03-12T21:52:41.659Z Downloaded bumpalo v3.16.0
7812025-03-12T21:52:41.662Z Downloaded quick-error v1.2.3
7822025-03-12T21:52:41.665Z Downloaded phf_generator v0.11.2
7832025-03-12T21:52:41.668Z Downloaded password-hash v0.5.0
7842025-03-12T21:52:41.668Z Downloaded parking_lot v0.11.2
7852025-03-12T21:52:41.671Z Downloaded itertools v0.12.1
7862025-03-12T21:52:41.678Z Downloaded sqlparser_derive v0.2.2
7872025-03-12T21:52:41.681Z Downloaded russh-cryptovec v0.7.3
7882025-03-12T21:52:41.681Z Downloaded smf v0.2.3
7892025-03-12T21:52:41.681Z Downloaded scheduled-thread-pool v0.2.7
7902025-03-12T21:52:41.684Z Downloaded postcard v1.0.10
7912025-03-12T21:52:41.687Z Downloaded same-file v1.0.6
7922025-03-12T21:52:41.687Z Downloaded unicase v2.7.0
7932025-03-12T21:52:41.690Z Downloaded topological-sort v0.2.2
7942025-03-12T21:52:41.690Z Downloaded getrandom v0.2.15
7952025-03-12T21:52:41.693Z Downloaded foreign-types-shared v0.1.1
7962025-03-12T21:52:41.693Z Downloaded dropshot_endpoint v0.12.0
7972025-03-12T21:52:41.698Z Downloaded peg-runtime v0.8.5
7982025-03-12T21:52:41.698Z Downloaded foreign-types-shared v0.3.1
7992025-03-12T21:52:41.701Z Downloaded progenitor-impl v0.9.1
8002025-03-12T21:52:41.704Z Downloaded zeroize v1.8.1
8012025-03-12T21:52:41.704Z Downloaded funty v2.0.0
8022025-03-12T21:52:41.704Z Downloaded twox-hash v2.1.0
8032025-03-12T21:52:41.707Z Downloaded ff v0.13.0
8042025-03-12T21:52:41.710Z Downloaded foreign-types v0.3.2
8052025-03-12T21:52:41.710Z Downloaded structmeta v0.3.0
8062025-03-12T21:52:41.710Z Downloaded futures-channel v0.3.31
8072025-03-12T21:52:41.713Z Downloaded oso v0.27.3
8082025-03-12T21:52:41.717Z Downloaded sha1 v0.10.6
8092025-03-12T21:52:41.720Z Downloaded rtoolbox v0.0.2
8102025-03-12T21:52:41.723Z Downloaded pbkdf2 v0.12.2
8112025-03-12T21:52:41.723Z Downloaded parse-display v0.10.0
8122025-03-12T21:52:41.723Z Downloaded itertools v0.13.0
8132025-03-12T21:52:41.731Z Downloaded powerfmt v0.2.0
8142025-03-12T21:52:41.734Z Downloaded document-features v0.2.10
8152025-03-12T21:52:41.734Z Downloaded dropshot_endpoint v0.16.0
8162025-03-12T21:52:41.738Z Downloaded curve25519-dalek-derive v0.1.1
8172025-03-12T21:52:41.741Z Downloaded ssh-encoding v0.2.0
8182025-03-12T21:52:41.741Z Downloaded snafu-derive v0.8.5
8192025-03-12T21:52:41.745Z Downloaded spki v0.7.3
8202025-03-12T21:52:41.748Z Downloaded aes-gcm v0.10.3
8212025-03-12T21:52:41.751Z Downloaded form_urlencoded v1.2.1
8222025-03-12T21:52:41.751Z Downloaded crossterm v0.28.1
8232025-03-12T21:52:41.756Z Downloaded secrecy v0.8.0
8242025-03-12T21:52:41.759Z Downloaded ed25519-dalek v2.1.1
8252025-03-12T21:52:41.763Z Downloaded futures-macro v0.3.31
8262025-03-12T21:52:41.766Z Downloaded openssl-sys v0.9.106
8272025-03-12T21:52:41.769Z Downloaded pem v3.0.5
8282025-03-12T21:52:41.772Z Downloaded xattr v1.3.1
8292025-03-12T21:52:41.776Z Downloaded wyz v0.5.1
8302025-03-12T21:52:41.776Z Downloaded newline-converter v0.3.0
8312025-03-12T21:52:41.779Z Downloaded parking_lot_core v0.9.10
8322025-03-12T21:52:41.779Z Downloaded new_debug_unreachable v1.0.6
8332025-03-12T21:52:41.782Z Downloaded peg-macros v0.8.5
8342025-03-12T21:52:41.785Z Downloaded ssh-key v0.6.6
8352025-03-12T21:52:41.790Z Downloaded num_enum_derive v0.5.11
8362025-03-12T21:52:41.793Z Downloaded foreign-types-macros v0.2.3
8372025-03-12T21:52:41.793Z Downloaded strum_macros v0.24.3
8382025-03-12T21:52:41.796Z Downloaded untrusted v0.7.1
8392025-03-12T21:52:41.799Z Downloaded glob v0.3.2
8402025-03-12T21:52:41.799Z Downloaded shell-words v1.1.0
8412025-03-12T21:52:41.802Z Downloaded tap v1.0.1
8422025-03-12T21:52:41.802Z Downloaded unicode-bidi v0.3.17
8432025-03-12T21:52:41.806Z Downloaded sqlformat v0.2.6
8442025-03-12T21:52:41.809Z Downloaded spin v0.9.8
8452025-03-12T21:52:41.809Z Downloaded darling v0.20.10
8462025-03-12T21:52:41.813Z Downloaded shlex v1.3.0
8472025-03-12T21:52:41.817Z Downloaded thiserror-no-std v2.0.2
8482025-03-12T21:52:41.820Z Downloaded time-core v0.1.2
8492025-03-12T21:52:41.823Z Downloaded tracing v0.1.40
8502025-03-12T21:52:41.826Z Downloaded daft v0.1.2
8512025-03-12T21:52:41.829Z Downloaded toml v0.7.8
8522025-03-12T21:52:41.832Z Downloaded ghash v0.5.1
8532025-03-12T21:52:41.835Z Downloaded futures-sink v0.3.31
8542025-03-12T21:52:41.835Z Downloaded foldhash v0.1.3
8552025-03-12T21:52:41.835Z Downloaded tinyvec v1.8.0
8562025-03-12T21:52:41.838Z Downloaded semver v0.1.20
8572025-03-12T21:52:41.841Z Downloaded heck v0.3.3
8582025-03-12T21:52:41.841Z Downloaded salsa20 v0.10.2
8592025-03-12T21:52:41.844Z Downloaded futures v0.3.31
8602025-03-12T21:52:41.848Z Downloaded take_mut v0.2.2
8612025-03-12T21:52:41.851Z Downloaded slog-bunyan v2.5.0
8622025-03-12T21:52:41.851Z Downloaded serde_with_macros v3.12.0
8632025-03-12T21:52:41.854Z Downloaded expectorate v1.1.0
8642025-03-12T21:52:41.857Z Downloaded rand_xorshift v0.3.0
8652025-03-12T21:52:41.857Z Downloaded heapless v0.8.0
8662025-03-12T21:52:41.860Z Downloaded strum_macros v0.25.3
8672025-03-12T21:52:41.863Z Downloaded diesel-dtrace v0.4.2
8682025-03-12T21:52:41.866Z Downloaded zone_cfg_derive v0.3.0
8692025-03-12T21:52:41.866Z Downloaded zone_cfg_derive v0.1.2
8702025-03-12T21:52:41.867Z Downloaded pin-utils v0.1.0
8712025-03-12T21:52:41.870Z Downloaded num-iter v0.1.45
8722025-03-12T21:52:41.870Z Downloaded darling_macro v0.20.10
8732025-03-12T21:52:41.870Z Downloaded num-bigint v0.4.6
8742025-03-12T21:52:41.875Z Downloaded tinystr v0.7.6
8752025-03-12T21:52:41.879Z Downloaded typed-path v0.9.3
8762025-03-12T21:52:41.885Z Downloaded num-conv v0.1.0
8772025-03-12T21:52:41.888Z Downloaded utf16_iter v1.0.5
8782025-03-12T21:52:41.888Z Downloaded heapless v0.7.17
8792025-03-12T21:52:41.891Z Downloaded rustc_version v0.4.1
8802025-03-12T21:52:41.894Z Downloaded utf-8 v0.7.6
8812025-03-12T21:52:41.894Z Downloaded tiny-keccak v2.0.2
8822025-03-12T21:52:41.897Z Downloaded rustc_version v0.1.7
8832025-03-12T21:52:41.898Z Downloaded rustc-hash v1.1.0
8842025-03-12T21:52:41.901Z Downloaded tokio-tungstenite v0.24.0
8852025-03-12T21:52:41.901Z Downloaded parking_lot_core v0.8.6
8862025-03-12T21:52:41.904Z Downloaded openssl-probe v0.1.5
8872025-03-12T21:52:41.908Z Downloaded parking_lot v0.12.3
8882025-03-12T21:52:41.908Z Downloaded zone v0.3.0
8892025-03-12T21:52:41.911Z Downloaded zone v0.1.8
8902025-03-12T21:52:41.911Z Downloaded slog-async v2.8.0
8912025-03-12T21:52:41.911Z Downloaded native-tls v0.2.12
8922025-03-12T21:52:41.914Z Downloaded qorb v0.2.1
8932025-03-12T21:52:41.918Z Downloaded ppv-lite86 v0.2.20
8942025-03-12T21:52:41.921Z Downloaded num_enum v0.5.11
8952025-03-12T21:52:41.924Z Downloaded tokio-rustls v0.26.0
8962025-03-12T21:52:41.927Z Downloaded globset v0.4.15
8972025-03-12T21:52:41.930Z Downloaded tracing-attributes v0.1.27
8982025-03-12T21:52:41.933Z Downloaded tough v0.19.0
8992025-03-12T21:52:41.939Z Downloaded rand_chacha v0.9.0
9002025-03-12T21:52:41.942Z Downloaded num-integer v0.1.46
9012025-03-12T21:52:41.946Z Downloaded zerofrom-derive v0.1.4
9022025-03-12T21:52:41.946Z Downloaded aws-lc-rs v1.12.4
9032025-03-12T21:52:41.954Z Downloaded vsss-rs v3.3.4
9042025-03-12T21:52:41.957Z Downloaded publicsuffix v2.3.0
9052025-03-12T21:52:41.960Z Downloaded flume v0.11.1
9062025-03-12T21:52:41.963Z Downloaded phf_shared v0.11.2
9072025-03-12T21:52:41.967Z Downloaded nom v7.1.3
9082025-03-12T21:52:41.970Z Downloaded group v0.13.0
9092025-03-12T21:52:41.974Z Downloaded pretty_assertions v1.4.1
9102025-03-12T21:52:41.976Z Downloaded icu_properties_data v1.5.0
9112025-03-12T21:52:41.986Z Downloaded ron v0.8.1
9122025-03-12T21:52:41.991Z Downloaded p256 v0.13.2
9132025-03-12T21:52:41.995Z Downloaded postgres-protocol v0.6.8
9142025-03-12T21:52:41.998Z Downloaded der_derive v0.7.3
9152025-03-12T21:52:42.001Z Downloaded rand v0.8.5
9162025-03-12T21:52:42.005Z Downloaded slog v2.7.0
9172025-03-12T21:52:42.008Z Downloaded winnow v0.6.20
9182025-03-12T21:52:42.016Z Downloaded owo-colors v4.2.0
9192025-03-12T21:52:42.019Z Downloaded serde_yaml v0.9.34+deprecated
9202025-03-12T21:52:42.023Z Downloaded postgres-types v0.2.9
9212025-03-12T21:52:42.026Z Downloaded toml_edit v0.19.15
9222025-03-12T21:52:42.044Z Downloaded num-complex v0.4.6
9232025-03-12T21:52:42.047Z Downloaded russh-keys v0.45.0
9242025-03-12T21:52:42.051Z Downloaded unsafe-libyaml v0.2.11
9252025-03-12T21:52:42.055Z Downloaded tower v0.5.2
9262025-03-12T21:52:42.062Z Downloaded zopfli v0.8.1
9272025-03-12T21:52:42.065Z Downloaded pin-project v1.1.6
9282025-03-12T21:52:42.076Z Downloaded derive_more v0.99.19
9292025-03-12T21:52:42.082Z Downloaded serde_with v3.12.0
9302025-03-12T21:52:42.093Z Downloaded quinn v0.11.5
9312025-03-12T21:52:42.097Z Downloaded hashbrown v0.13.2
9322025-03-12T21:52:42.101Z Downloaded diesel_derives v2.2.3
9332025-03-12T21:52:42.106Z Downloaded rcgen v0.12.1
9342025-03-12T21:52:42.109Z Downloaded unicode_categories v0.1.1
9352025-03-12T21:52:42.112Z Downloaded h2 v0.4.6
9362025-03-12T21:52:42.118Z Downloaded zerovec v0.10.4
9372025-03-12T21:52:42.126Z Downloaded hashbrown v0.12.3
9382025-03-12T21:52:42.131Z Downloaded x509-cert v0.2.5
9392025-03-12T21:52:42.137Z Downloaded der v0.7.9
9402025-03-12T21:52:42.144Z Downloaded chrono v0.4.40
9412025-03-12T21:52:42.152Z Downloaded tokio-util v0.7.13
9422025-03-12T21:52:42.160Z Downloaded bitvec v1.0.1
9432025-03-12T21:52:42.176Z Downloaded reqwest v0.12.12
9442025-03-12T21:52:42.185Z Downloaded proptest v1.6.0
9452025-03-12T21:52:42.195Z Downloaded rustyline v14.0.0
9462025-03-12T21:52:42.201Z Downloaded russh v0.45.0
9472025-03-12T21:52:42.207Z Downloaded tabled v0.18.0
9482025-03-12T21:52:42.226Z Downloaded sqlparser v0.45.0
9492025-03-12T21:52:42.231Z Downloaded bindgen v0.71.1
9502025-03-12T21:52:42.240Z Downloaded salty v0.3.0
9512025-03-12T21:52:42.247Z Downloaded time v0.3.36
9522025-03-12T21:52:42.256Z Downloaded rustls-webpki v0.102.8
9532025-03-12T21:52:42.276Z Downloaded reedline v0.38.0
9542025-03-12T21:52:42.283Z Downloaded regex v1.11.1
9552025-03-12T21:52:42.297Z Downloaded quinn-proto v0.11.8
9562025-03-12T21:52:42.303Z Downloaded regress v0.10.3
9572025-03-12T21:52:42.313Z Downloaded dropshot v0.12.0
9582025-03-12T21:52:42.335Z Downloaded portable-atomic v1.9.0
9592025-03-12T21:52:42.342Z Downloaded openssl v0.10.71
9602025-03-12T21:52:42.353Z Downloaded vcpkg v0.2.15
9612025-03-12T21:52:42.393Z Downloaded git2 v0.19.0
9622025-03-12T21:52:42.402Z Downloaded gimli v0.31.1
9632025-03-12T21:52:42.412Z Downloaded nix v0.29.0
9642025-03-12T21:52:42.424Z Downloaded curve25519-dalek v4.1.3
9652025-03-12T21:52:42.433Z Downloaded nix v0.28.0
9662025-03-12T21:52:42.446Z Downloaded dropshot v0.16.0
9672025-03-12T21:52:42.468Z Downloaded radix_trie v0.2.1
9682025-03-12T21:52:42.474Z Downloaded object v0.36.5
9692025-03-12T21:52:42.486Z Downloaded rustls v0.22.4
9702025-03-12T21:52:42.500Z Downloaded typify-impl v0.3.0
9712025-03-12T21:52:42.518Z Downloaded rustls v0.23.19
9722025-03-12T21:52:42.528Z Downloaded typify-impl v0.2.0
9732025-03-12T21:52:42.544Z Downloaded openapiv3 v2.0.0
9742025-03-12T21:52:42.556Z Downloaded chrono-tz v0.10.1
9752025-03-12T21:52:42.564Z Downloaded smoltcp v0.11.0
9762025-03-12T21:52:42.577Z Downloaded sled v0.34.7
9772025-03-12T21:52:42.588Z Downloaded ratatui v0.29.0
9782025-03-12T21:52:42.607Z Downloaded p384 v0.13.0
9792025-03-12T21:52:42.613Z Downloaded bstr v1.10.0
9802025-03-12T21:52:42.625Z Downloaded diesel v2.2.8
9812025-03-12T21:52:42.643Z Downloaded rustls v0.21.12
9822025-03-12T21:52:42.654Z Downloaded zerocopy-derive v0.6.6
9832025-03-12T21:52:42.664Z Downloaded regex-automata v0.4.8
9842025-03-12T21:52:42.681Z Downloaded bzip2-sys v0.1.11+1.0.8
9852025-03-12T21:52:42.693Z Downloaded petgraph v0.7.1
9862025-03-12T21:52:42.711Z Downloaded petgraph v0.6.5
9872025-03-12T21:52:42.730Z Downloaded lzma-sys v0.1.20
9882025-03-12T21:52:42.757Z Downloaded polar-core v0.27.3
9892025-03-12T21:52:42.766Z Downloaded smoltcp v0.9.1
9902025-03-12T21:52:42.776Z Downloaded libz-sys v1.1.20
9912025-03-12T21:52:42.797Z Downloaded petname v2.0.2
9922025-03-12T21:52:42.803Z Downloaded object v0.30.4
9932025-03-12T21:52:42.812Z Downloaded regex-syntax v0.6.29
9942025-03-12T21:52:42.819Z Downloaded unicode-width v0.2.0
9952025-03-12T21:52:42.825Z Downloaded tokio v1.43.0
9962025-03-12T21:52:42.864Z Downloaded regex-syntax v0.8.5
9972025-03-12T21:52:42.872Z Downloaded hickory-proto v0.24.4
9982025-03-12T21:52:42.887Z Downloaded csv v1.3.1
9992025-03-12T21:52:42.906Z Downloaded webpki-roots v0.26.6
10002025-03-12T21:52:42.911Z Downloaded nix v0.27.1
10012025-03-12T21:52:42.920Z Downloaded zerocopy v0.8.10
10022025-03-12T21:52:42.944Z Downloaded bindgen v0.69.5
10032025-03-12T21:52:42.951Z Downloaded ron v0.7.1
10042025-03-12T21:52:42.955Z Downloaded zerocopy-derive v0.8.10
10052025-03-12T21:52:42.961Z Downloaded sha3 v0.10.8
10062025-03-12T21:52:42.965Z Downloaded futures-util v0.3.31
10072025-03-12T21:52:42.976Z Downloaded rayon v1.10.0
10082025-03-12T21:52:42.985Z Downloaded signal-hook v0.3.17
10092025-03-12T21:52:42.988Z Downloaded url v2.5.3
10102025-03-12T21:52:42.991Z Downloaded rand v0.9.0
10112025-03-12T21:52:42.995Z Downloaded lalrpop v0.19.12
10122025-03-12T21:52:43.007Z Downloaded pin-project-lite v0.2.14
10132025-03-12T21:52:43.010Z Downloaded pin-project-internal v1.1.6
10142025-03-12T21:52:43.014Z Downloaded tracing-core v0.1.32
10152025-03-12T21:52:43.017Z Downloaded unicode-normalization v0.1.24
10162025-03-12T21:52:43.020Z Downloaded num-bigint-dig v0.8.4
10172025-03-12T21:52:43.024Z Downloaded winnow v0.5.40
10182025-03-12T21:52:43.032Z Downloaded samael v0.0.18
10192025-03-12T21:52:43.038Z Downloaded aho-corasick v1.1.3
10202025-03-12T21:52:43.043Z Downloaded thread_local v1.1.8
10212025-03-12T21:52:43.047Z Downloaded vergen v8.3.2
10222025-03-12T21:52:43.047Z Downloaded quinn-udp v0.5.5
10232025-03-12T21:52:43.051Z Downloaded pem-rfc7468 v0.7.0
10242025-03-12T21:52:43.051Z Downloaded tar v0.4.44
10252025-03-12T21:52:43.057Z Downloaded blake3 v1.5.4
10262025-03-12T21:52:43.060Z Downloaded p521 v0.13.3
10272025-03-12T21:52:43.064Z Downloaded tokio-native-tls v0.3.1
10282025-03-12T21:52:43.068Z Downloaded polyval v0.6.2
10292025-03-12T21:52:43.068Z Downloaded pkcs1 v0.7.5
10302025-03-12T21:52:43.071Z Downloaded getrandom v0.3.1
10312025-03-12T21:52:43.074Z Downloaded rustls-webpki v0.101.7
10322025-03-12T21:52:43.086Z Downloaded ring v0.17.11
10332025-03-12T21:52:43.127Z Downloaded quick-xml v0.37.2
10342025-03-12T21:52:43.132Z Downloaded vte v0.11.1
10352025-03-12T21:52:43.136Z Downloaded parse-zoneinfo v0.3.1
10362025-03-12T21:52:43.140Z Downloaded nanorand v0.7.0
10372025-03-12T21:52:43.140Z Downloaded prettyplease v0.2.30
10382025-03-12T21:52:43.143Z Downloaded encoding_rs v0.8.34
10392025-03-12T21:52:43.163Z Downloaded tokio-stream v0.1.17
10402025-03-12T21:52:43.167Z Downloaded socket2 v0.5.8
10412025-03-12T21:52:43.170Z Downloaded tungstenite v0.23.0
10422025-03-12T21:52:43.173Z Downloaded tungstenite v0.21.0
10432025-03-12T21:52:43.178Z Downloaded openssl-macros v0.1.1
10442025-03-12T21:52:43.180Z Downloaded oxnet v0.1.1
10452025-03-12T21:52:43.180Z Downloaded hash32 v0.3.1
10462025-03-12T21:52:43.180Z Downloaded universal-hash v0.5.1
10472025-03-12T21:52:43.180Z Downloaded tokio-postgres v0.7.13
10482025-03-12T21:52:43.185Z Downloaded unicode-segmentation v1.12.0
10492025-03-12T21:52:43.188Z Downloaded display-error-chain v0.2.2
10502025-03-12T21:52:43.191Z Downloaded data-encoding v2.6.0
10512025-03-12T21:52:43.191Z Downloaded daft-derive v0.1.2
10522025-03-12T21:52:43.195Z Downloaded unicode-properties v0.1.3
10532025-03-12T21:52:43.198Z Downloaded libgit2-sys v0.17.0+1.8.1
10542025-03-12T21:52:43.254Z Downloaded strum_macros v0.26.4
10552025-03-12T21:52:43.259Z Downloaded fixedbitset v0.4.2
10562025-03-12T21:52:43.259Z Downloaded filetime v0.2.25
10572025-03-12T21:52:43.259Z Downloaded subprocess v0.2.9
10582025-03-12T21:52:43.263Z Downloaded env_logger v0.10.2
10592025-03-12T21:52:43.266Z Downloaded zip v2.1.3
10602025-03-12T21:52:43.271Z Downloaded flate2 v1.1.0
10612025-03-12T21:52:43.274Z Downloaded itertools v0.14.0
10622025-03-12T21:52:43.278Z Downloaded hyper v1.6.0
10632025-03-12T21:52:43.285Z Downloaded idna v1.0.3
10642025-03-12T21:52:43.289Z Downloaded zip v0.6.6
10652025-03-12T21:52:43.293Z Downloaded num-derive v0.4.2
10662025-03-12T21:52:43.298Z Downloaded steno v0.4.1
10672025-03-12T21:52:43.304Z Downloaded derive_builder v0.20.2
10682025-03-12T21:52:43.308Z Downloaded whoami v1.5.2
10692025-03-12T21:52:43.308Z Downloaded tokio-tungstenite v0.23.1
10702025-03-12T21:52:43.308Z Downloaded tokio-tungstenite v0.21.0
10712025-03-12T21:52:43.312Z Downloaded snafu v0.8.5
10722025-03-12T21:52:43.316Z Downloaded hkdf v0.12.4
10732025-03-12T21:52:43.320Z Downloaded aes v0.8.4
10742025-03-12T21:52:43.323Z Downloaded nodrop v0.1.14
10752025-03-12T21:52:43.323Z Downloaded libxml v0.3.3
10762025-03-12T21:52:43.327Z Downloaded libm v0.2.8
10772025-03-12T21:52:43.334Z Downloaded itertools v0.10.5
10782025-03-12T21:52:43.339Z Downloaded fs_extra v1.3.0
10792025-03-12T21:52:43.342Z Downloaded ecdsa v0.16.9
10802025-03-12T21:52:43.348Z Downloaded des v0.8.1
10812025-03-12T21:52:43.348Z Downloaded darling_core v0.20.10
10822025-03-12T21:52:43.352Z Downloaded rayon-core v1.12.1
10832025-03-12T21:52:43.356Z Downloaded progenitor-impl v0.8.0
10842025-03-12T21:52:43.356Z Downloaded rustc-demangle v0.1.24
10852025-03-12T21:52:43.360Z Downloaded typify v0.3.0
10862025-03-12T21:52:43.360Z Downloaded password-hash v0.4.2
10872025-03-12T21:52:43.363Z Downloaded nu-ansi-term v0.50.1
10882025-03-12T21:52:43.363Z Downloaded value-bag v1.9.0
10892025-03-12T21:52:43.366Z Downloaded rand_seeder v0.3.0
10902025-03-12T21:52:43.366Z Downloaded omicron-zone-package v0.12.0
10912025-03-12T21:52:43.372Z Downloaded minimal-lexical v0.2.1
10922025-03-12T21:52:43.375Z Downloaded http v1.2.0
10932025-03-12T21:52:43.382Z Downloaded elliptic-curve v0.13.8
10942025-03-12T21:52:43.386Z Downloaded typify v0.2.0
10952025-03-12T21:52:43.386Z Downloaded pkcs8 v0.10.2
10962025-03-12T21:52:43.390Z Downloaded pkcs5 v0.7.1
10972025-03-12T21:52:43.393Z Downloaded tungstenite v0.24.0
10982025-03-12T21:52:43.393Z Downloaded which v4.4.2
10992025-03-12T21:52:43.397Z Downloaded poly1305 v0.8.0
11002025-03-12T21:52:43.397Z Downloaded embedded-io v0.6.1
11012025-03-12T21:52:43.400Z Downloaded ed25519 v2.2.3
11022025-03-12T21:52:43.400Z Downloaded dyn-clone v1.0.19
11032025-03-12T21:52:43.403Z Downloaded dunce v1.0.5
11042025-03-12T21:52:43.404Z Downloaded time-macros v0.2.18
11052025-03-12T21:52:43.404Z Downloaded papergrid v0.14.0
11062025-03-12T21:52:43.408Z Downloaded resolv-conf v0.7.0
11072025-03-12T21:52:43.412Z Downloaded hickory-server v0.24.4
11082025-03-12T21:52:43.415Z Downloaded base64 v0.21.7
11092025-03-12T21:52:43.419Z Downloaded zerocopy v0.6.6
11102025-03-12T21:52:43.422Z Downloaded walkdir v2.5.0
11112025-03-12T21:52:43.425Z Downloaded unicode-xid v0.2.6
11122025-03-12T21:52:43.425Z Downloaded uuid v1.15.1
11132025-03-12T21:52:43.432Z Downloaded backtrace v0.3.74
11142025-03-12T21:52:43.432Z Downloaded try-lock v0.2.5
11152025-03-12T21:52:43.432Z Downloaded termcolor v1.4.1
11162025-03-12T21:52:43.435Z Downloaded progenitor v0.8.0
11172025-03-12T21:52:43.436Z Downloaded proc-macro-error2 v2.0.1
11182025-03-12T21:52:43.441Z Downloaded proc-macro-crate v1.3.1
11192025-03-12T21:52:43.441Z Downloaded primeorder v0.13.6
11202025-03-12T21:52:43.441Z Downloaded defmt v0.3.8
11212025-03-12T21:52:43.444Z Downloaded miniz_oxide v0.8.5
11222025-03-12T21:52:43.449Z Downloaded icu_collections v1.5.0
11232025-03-12T21:52:43.452Z Downloaded compact_str v0.8.0
11242025-03-12T21:52:43.456Z Downloaded stable_deref_trait v1.2.0
11252025-03-12T21:52:43.456Z Downloaded signature v2.2.0
11262025-03-12T21:52:43.456Z Downloaded sec1 v0.7.3
11272025-03-12T21:52:43.461Z Downloaded fixedbitset v0.5.7
11282025-03-12T21:52:43.461Z Downloaded const-oid v0.9.6
11292025-03-12T21:52:43.464Z Downloaded uzers v0.12.1
11302025-03-12T21:52:43.464Z Downloaded base64 v0.13.1
11312025-03-12T21:52:43.467Z Downloaded blake2 v0.10.6
11322025-03-12T21:52:43.471Z Downloaded smallvec v1.14.0
11332025-03-12T21:52:43.471Z Downloaded slab v0.4.9
11342025-03-12T21:52:43.474Z Downloaded crossbeam-utils v0.8.20
11352025-03-12T21:52:43.474Z Downloaded clang-sys v1.8.1
11362025-03-12T21:52:43.478Z Downloaded unicode-truncate v1.1.0
11372025-03-12T21:52:43.478Z Downloaded cancel-safe-futures v0.1.5
11382025-03-12T21:52:43.481Z Downloaded embedded-io v0.4.0
11392025-03-12T21:52:43.485Z Downloaded tls_codec v0.4.1
11402025-03-12T21:52:43.485Z Downloaded dirs-next v2.0.0
11412025-03-12T21:52:43.488Z Downloaded difflib v0.4.0
11422025-03-12T21:52:43.488Z Downloaded defmt-parser v0.3.4
11432025-03-12T21:52:43.488Z Downloaded defmt-macros v0.3.9
11442025-03-12T21:52:43.491Z Downloaded tokio-macros v2.5.0
11452025-03-12T21:52:43.491Z Downloaded slog-term v2.9.1
11462025-03-12T21:52:43.494Z Downloaded serde_path_to_error v0.1.16
11472025-03-12T21:52:43.494Z Downloaded scopeguard v1.2.0
11482025-03-12T21:52:43.497Z Downloaded litrs v0.4.1
11492025-03-12T21:52:43.497Z Downloaded ahash v0.8.11
11502025-03-12T21:52:43.500Z Downloaded icu_locid_transform_data v1.5.0
11512025-03-12T21:52:43.503Z Downloaded bitfield v0.14.0
11522025-03-12T21:52:43.503Z Downloaded proc-macro-error-attr2 v2.0.0
11532025-03-12T21:52:43.503Z Downloaded sync-ptr v0.1.1
11542025-03-12T21:52:43.507Z Downloaded subtle v2.6.1
11552025-03-12T21:52:43.507Z Downloaded hmac v0.12.1
11562025-03-12T21:52:43.510Z Downloaded ipnet v2.11.0
11572025-03-12T21:52:43.510Z Downloaded indent_write v2.2.0
11582025-03-12T21:52:43.510Z Downloaded bzip2 v0.4.4
11592025-03-12T21:52:43.512Z Downloaded bit-vec v0.8.0
11602025-03-12T21:52:43.513Z Downloaded bcs v0.1.6
11612025-03-12T21:52:43.516Z Downloaded backoff v0.4.0
11622025-03-12T21:52:43.520Z Downloaded crc32fast v1.4.2
11632025-03-12T21:52:43.521Z Downloaded crc-catalog v2.4.0
11642025-03-12T21:52:43.521Z Downloaded ciborium v0.2.2
11652025-03-12T21:52:43.524Z Downloaded cargo_metadata v0.18.1
11662025-03-12T21:52:43.524Z Downloaded hubpack v0.1.2
11672025-03-12T21:52:43.524Z Downloaded inout v0.1.3
11682025-03-12T21:52:43.527Z Downloaded jobserver v0.1.32
11692025-03-12T21:52:43.527Z Downloaded argon2 v0.5.3
11702025-03-12T21:52:43.530Z Downloaded progenitor-client v0.8.0
11712025-03-12T21:52:43.530Z Downloaded castaway v0.2.3
11722025-03-12T21:52:43.530Z Downloaded buf-list v1.0.3
11732025-03-12T21:52:43.533Z Downloaded bit-vec v0.6.3
11742025-03-12T21:52:43.533Z Downloaded arrayvec v0.7.6
11752025-03-12T21:52:43.536Z Downloaded arrayref v0.3.9
11762025-03-12T21:52:43.536Z Downloaded lazy_static v1.5.0
11772025-03-12T21:52:43.539Z Downloaded bit-set v0.5.3
11782025-03-12T21:52:43.540Z Downloaded internet-checksum v0.2.1
11792025-03-12T21:52:43.540Z Downloaded humantime v2.1.0
11802025-03-12T21:52:43.543Z Downloaded kstat-rs v0.2.4
11812025-03-12T21:52:43.543Z Downloaded instability v0.3.2
11822025-03-12T21:52:43.543Z Downloaded crc v3.2.1
11832025-03-12T21:52:43.546Z Downloaded is-terminal v0.4.13
11842025-03-12T21:52:43.546Z Downloaded indoc v2.0.6
11852025-03-12T21:52:43.550Z Downloaded http-body-util v0.1.2
11862025-03-12T21:52:43.551Z Downloaded chacha20 v0.9.1
11872025-03-12T21:52:43.554Z Downloaded bitfield-struct v0.6.2
11882025-03-12T21:52:43.554Z Downloaded home v0.5.9
11892025-03-12T21:52:43.554Z Downloaded aead v0.5.2
11902025-03-12T21:52:43.554Z Downloaded cipher v0.4.4
11912025-03-12T21:52:43.558Z Downloaded blowfish v0.9.1
11922025-03-12T21:52:43.558Z Downloaded bit-set v0.8.0
11932025-03-12T21:52:43.558Z Downloaded array-init v0.0.4
11942025-03-12T21:52:43.561Z Downloaded icu_provider_macros v1.5.0
11952025-03-12T21:52:43.854Z Downloaded aws-lc-sys v0.26.0
11962025-03-12T21:52:44.178Z Compiling serde v1.0.218
11972025-03-12T21:52:44.182Z Compiling value-bag v1.9.0
11982025-03-12T21:52:44.182Z Compiling lock_api v0.4.12
11992025-03-12T21:52:44.182Z Compiling scopeguard v1.2.0
12002025-03-12T21:52:44.182Z Compiling typenum v1.17.0
12012025-03-12T21:52:44.328Z Compiling generic-array v0.14.7
12022025-03-12T21:52:44.392Z Compiling syn v2.0.98
12032025-03-12T21:52:44.407Z Compiling getrandom v0.2.15
12042025-03-12T21:52:44.477Z Compiling shlex v1.3.0
12052025-03-12T21:52:44.732Z Compiling log v0.4.22
12062025-03-12T21:52:44.795Z Compiling rand_core v0.6.4
12072025-03-12T21:52:44.871Z Compiling jobserver v0.1.32
12082025-03-12T21:52:44.890Z Compiling subtle v2.6.1
12092025-03-12T21:52:44.909Z Compiling smallvec v1.14.0
12102025-03-12T21:52:45.370Z Compiling cc v1.2.15
12112025-03-12T21:52:45.391Z Compiling const-oid v0.9.6
12122025-03-12T21:52:45.475Z Compiling pin-project-lite v0.2.14
12132025-03-12T21:52:45.479Z Compiling parking_lot_core v0.9.10
12142025-03-12T21:52:45.627Z Compiling rustix v0.38.37
12152025-03-12T21:52:45.657Z Compiling signal-hook-registry v1.4.2
12162025-03-12T21:52:45.781Z Compiling futures-core v0.3.31
12172025-03-12T21:52:46.054Z Compiling mio v1.0.2
12182025-03-12T21:52:46.393Z Compiling parking_lot v0.12.3
12192025-03-12T21:52:46.513Z Compiling spin v0.9.8
12202025-03-12T21:52:46.641Z Compiling socket2 v0.5.8
12212025-03-12T21:52:47.090Z Compiling aho-corasick v1.1.3
12222025-03-12T21:52:47.116Z Compiling stable_deref_trait v1.2.0
12232025-03-12T21:52:47.236Z Compiling regex-syntax v0.8.5
12242025-03-12T21:52:47.256Z Compiling either v1.14.0
12252025-03-12T21:52:47.284Z Compiling cpufeatures v0.2.14
12262025-03-12T21:52:47.402Z Compiling futures-sink v0.3.31
12272025-03-12T21:52:47.467Z Compiling slab v0.4.9
12282025-03-12T21:52:47.582Z Compiling glob v0.3.2
12292025-03-12T21:52:47.650Z Compiling prettyplease v0.2.30
12302025-03-12T21:52:47.676Z Compiling lazy_static v1.5.0
12312025-03-12T21:52:47.822Z Compiling minimal-lexical v0.2.1
12322025-03-12T21:52:48.059Z Compiling serde_json v1.0.139
12332025-03-12T21:52:48.379Z Compiling nom v7.1.3
12342025-03-12T21:52:48.413Z Compiling futures-channel v0.3.31
12352025-03-12T21:52:48.451Z Compiling clang-sys v1.8.1
12362025-03-12T21:52:48.477Z Compiling libloading v0.8.5
12372025-03-12T21:52:48.816Z Compiling pin-utils v0.1.0
12382025-03-12T21:52:48.892Z Compiling foldhash v0.1.3
12392025-03-12T21:52:48.929Z Compiling bindgen v0.69.5
12402025-03-12T21:52:49.164Z Compiling futures-task v0.3.31
12412025-03-12T21:52:49.188Z Compiling home v0.5.9
12422025-03-12T21:52:49.410Z Compiling futures-io v0.3.31
12432025-03-12T21:52:49.462Z Compiling allocator-api2 v0.2.18
12442025-03-12T21:52:49.678Z Compiling itertools v0.12.1
12452025-03-12T21:52:49.808Z Compiling rustc-hash v1.1.0
12462025-03-12T21:52:49.970Z Compiling lazycell v1.3.0
12472025-03-12T21:52:50.144Z Compiling hashbrown v0.15.1
12482025-03-12T21:52:50.177Z Compiling pkg-config v0.3.31
12492025-03-12T21:52:51.417Z Compiling regex-automata v0.4.8
12502025-03-12T21:52:51.568Z Compiling cexpr v0.6.0
12512025-03-12T21:52:51.686Z Compiling libm v0.2.8
12522025-03-12T21:52:51.771Z Compiling cmake v0.1.51
12532025-03-12T21:52:52.053Z Compiling synstructure v0.13.1
12542025-03-12T21:52:52.675Z Compiling num-traits v0.2.19
12552025-03-12T21:52:53.007Z Compiling fs_extra v1.3.0
12562025-03-12T21:52:53.179Z Compiling dunce v1.0.5
12572025-03-12T21:52:53.498Z Compiling getrandom v0.3.1
12582025-03-12T21:52:53.540Z Compiling litemap v0.7.3
12592025-03-12T21:52:53.569Z Compiling writeable v0.5.5
12602025-03-12T21:52:53.928Z Compiling ring v0.17.11
12612025-03-12T21:52:54.117Z Compiling base64ct v1.6.0
12622025-03-12T21:52:54.252Z Compiling paste v1.0.15
12632025-03-12T21:52:54.716Z Compiling pem-rfc7468 v0.7.0
12642025-03-12T21:52:55.292Z Compiling flagset v0.4.6
12652025-03-12T21:52:55.385Z Compiling icu_locid_transform_data v1.5.0
12662025-03-12T21:52:55.469Z Compiling aws-lc-rs v1.12.4
12672025-03-12T21:52:55.508Z Compiling httparse v1.9.5
12682025-03-12T21:52:55.907Z Compiling tracing-core v0.1.32
12692025-03-12T21:52:56.211Z Compiling regex v1.11.1
12702025-03-12T21:52:56.396Z Compiling icu_properties_data v1.5.0
12712025-03-12T21:52:56.573Z Compiling rustls-pki-types v1.10.0
12722025-03-12T21:52:56.650Z Compiling crossbeam-utils v0.8.20
12732025-03-12T21:52:57.072Z Compiling serde_derive v1.0.218
12742025-03-12T21:52:57.092Z Compiling zeroize_derive v1.4.2
12752025-03-12T21:52:57.162Z Compiling zerocopy-derive v0.7.35
12762025-03-12T21:52:57.181Z Compiling tokio-macros v2.5.0
12772025-03-12T21:52:57.464Z Compiling zerofrom-derive v0.1.4
12782025-03-12T21:52:58.437Z Compiling zeroize v1.8.1
12792025-03-12T21:52:58.629Z Compiling thiserror-impl v1.0.69
12802025-03-12T21:52:59.041Z Compiling zerocopy v0.7.35
12812025-03-12T21:52:59.860Z Compiling yoke-derive v0.7.4
12822025-03-12T21:53:00.064Z Compiling futures-macro v0.3.31
12832025-03-12T21:53:00.158Z Compiling crypto-common v0.1.6
12842025-03-12T21:53:00.549Z Compiling block-buffer v0.10.4
12852025-03-12T21:53:00.555Z Compiling displaydoc v0.2.5
12862025-03-12T21:53:00.690Z Compiling digest v0.10.7
12872025-03-12T21:53:00.905Z Compiling zerofrom v0.1.4
12882025-03-12T21:53:01.144Z Compiling zerovec-derive v0.10.3
12892025-03-12T21:53:01.162Z Compiling hmac v0.12.1
12902025-03-12T21:53:01.402Z Compiling block-padding v0.3.3
12912025-03-12T21:53:01.555Z Compiling thiserror v1.0.69
12922025-03-12T21:53:01.651Z Compiling inout v0.1.3
12932025-03-12T21:53:01.686Z Compiling ppv-lite86 v0.2.20
12942025-03-12T21:53:01.865Z Compiling futures-util v0.3.31
12952025-03-12T21:53:01.911Z Compiling cipher v0.4.4
12962025-03-12T21:53:01.911Z Compiling sha2 v0.10.8
12972025-03-12T21:53:02.394Z Compiling icu_provider_macros v1.5.0
12982025-03-12T21:53:02.423Z Compiling der_derive v0.7.3
12992025-03-12T21:53:02.443Z Compiling yoke v0.7.4
13002025-03-12T21:53:02.526Z Compiling tracing-attributes v0.1.27
13012025-03-12T21:53:02.796Z Compiling percent-encoding v2.3.1
13022025-03-12T21:53:03.121Z Compiling pest v2.7.14
13032025-03-12T21:53:03.461Z Compiling salsa20 v0.10.2
13042025-03-12T21:53:03.566Z Compiling zerovec v0.10.4
13052025-03-12T21:53:03.705Z Compiling pbkdf2 v0.12.2
13062025-03-12T21:53:04.588Z Compiling utf8_iter v1.0.4
13072025-03-12T21:53:04.624Z Compiling der v0.7.9
13082025-03-12T21:53:04.840Z Compiling icu_normalizer_data v1.5.0
13092025-03-12T21:53:04.961Z Compiling powerfmt v0.2.0
13102025-03-12T21:53:05.351Z Compiling tinystr v0.7.6
13112025-03-12T21:53:05.411Z Compiling icu_collections v1.5.0
13122025-03-12T21:53:05.588Z Compiling write16 v1.0.0
13132025-03-12T21:53:05.724Z Compiling icu_locid v1.5.0
13142025-03-12T21:53:05.745Z Compiling tracing v0.1.40
13152025-03-12T21:53:05.749Z Compiling untrusted v0.9.0
13162025-03-12T21:53:05.935Z Compiling num-conv v0.1.0
13172025-03-12T21:53:06.121Z Compiling untrusted v0.7.1
13182025-03-12T21:53:06.189Z Compiling utf16_iter v1.0.5
13192025-03-12T21:53:06.286Z Compiling time-core v0.1.2
13202025-03-12T21:53:06.307Z Compiling vcpkg v0.2.15
13212025-03-12T21:53:06.468Z Compiling time-macros v0.2.18
13222025-03-12T21:53:06.679Z Compiling pest_meta v2.7.14
13232025-03-12T21:53:07.227Z Compiling icu_provider v1.5.0
13242025-03-12T21:53:07.702Z Compiling spki v0.7.3
13252025-03-12T21:53:07.722Z Compiling deranged v0.3.11
13262025-03-12T21:53:07.948Z Compiling icu_locid_transform v1.5.0
13272025-03-12T21:53:08.089Z Compiling openssl-sys v0.9.106
13282025-03-12T21:53:09.147Z Compiling scrypt v0.11.0
13292025-03-12T21:53:09.166Z Compiling cbc v0.1.2
13302025-03-12T21:53:09.315Z Compiling icu_properties v1.5.1
13312025-03-12T21:53:09.398Z Compiling aes v0.8.4
13322025-03-12T21:53:09.464Z Compiling scroll_derive v0.12.0
13332025-03-12T21:53:09.653Z Compiling tinyvec_macros v0.1.1
13342025-03-12T21:53:09.746Z Compiling bytes v1.10.1
13352025-03-12T21:53:09.988Z Compiling bitflags v2.6.0
13362025-03-12T21:53:10.689Z Compiling indexmap v2.7.1
13372025-03-12T21:53:10.877Z Compiling tokio v1.43.0
13382025-03-12T21:53:10.898Z Compiling semver v1.0.25
13392025-03-12T21:53:11.205Z Compiling http v1.2.0
13402025-03-12T21:53:11.642Z Compiling rustc_version v0.4.1
13412025-03-12T21:53:12.017Z Compiling num_threads v0.1.7
13422025-03-12T21:53:12.158Z Compiling atomic-waker v1.1.2
13432025-03-12T21:53:12.269Z Compiling time v0.3.36
13442025-03-12T21:53:12.366Z Compiling scroll v0.12.0
13452025-03-12T21:53:12.393Z Compiling pkcs5 v0.7.1
13462025-03-12T21:53:12.887Z Compiling http-body v1.0.1
13472025-03-12T21:53:13.130Z Compiling icu_normalizer v1.5.0
13482025-03-12T21:53:13.149Z Compiling tinyvec v1.8.0
13492025-03-12T21:53:13.489Z Compiling pest_generator v2.7.14
13502025-03-12T21:53:13.567Z Compiling form_urlencoded v1.2.1
13512025-03-12T21:53:13.878Z Compiling rand_chacha v0.3.1
13522025-03-12T21:53:13.899Z Compiling slog v2.7.0
13532025-03-12T21:53:14.414Z Compiling which v4.4.2
13542025-03-12T21:53:14.639Z Compiling idna_adapter v1.2.0
13552025-03-12T21:53:14.902Z Compiling zerocopy v0.8.10
13562025-03-12T21:53:14.958Z Compiling try-lock v0.2.5
13572025-03-12T21:53:15.126Z Compiling want v0.3.1
13582025-03-12T21:53:15.160Z Compiling goblin v0.8.2
13592025-03-12T21:53:15.361Z Compiling pest_derive v2.7.14
13602025-03-12T21:53:15.428Z Compiling idna v1.0.3
13612025-03-12T21:53:15.895Z Compiling rand v0.8.5
13622025-03-12T21:53:16.156Z Compiling pkcs8 v0.10.2
13632025-03-12T21:53:16.203Z Compiling uuid v1.15.1
13642025-03-12T21:53:16.819Z Compiling zerocopy-derive v0.8.10
13652025-03-12T21:53:16.838Z Compiling httpdate v1.0.3
13662025-03-12T21:53:16.965Z Compiling iana-time-zone v0.1.61
13672025-03-12T21:53:17.301Z Compiling adler2 v2.0.0
13682025-03-12T21:53:17.347Z Compiling tower-service v0.3.3
13692025-03-12T21:53:17.497Z Compiling miniz_oxide v0.8.5
13702025-03-12T21:53:17.527Z Compiling chrono v0.4.40
13712025-03-12T21:53:17.801Z Compiling dtrace-parser v0.2.0
13722025-03-12T21:53:18.633Z Compiling serde_tokenstream v0.2.2
13732025-03-12T21:53:18.985Z Compiling tokio-util v0.7.13
13742025-03-12T21:53:19.215Z Compiling toml_datetime v0.6.8
13752025-03-12T21:53:19.594Z Compiling serde_spanned v0.6.8
13762025-03-12T21:53:19.686Z Compiling openssl v0.10.71
13772025-03-12T21:53:19.841Z Compiling rustversion v1.0.17
13782025-03-12T21:53:20.125Z Compiling h2 v0.4.6
13792025-03-12T21:53:20.261Z Compiling base64 v0.22.1
13802025-03-12T21:53:20.558Z Compiling match_cfg v0.1.0
13812025-03-12T21:53:20.676Z Compiling foreign-types-shared v0.1.1
13822025-03-12T21:53:20.811Z Compiling foreign-types v0.3.2
13832025-03-12T21:53:20.839Z Compiling hostname v0.3.1
13842025-03-12T21:53:20.996Z Compiling dof v0.3.0
13852025-03-12T21:53:21.017Z Compiling url v2.5.3
13862025-03-12T21:53:22.314Z Compiling usdt-impl v0.5.0
13872025-03-12T21:53:22.611Z Compiling rand_core v0.9.2
13882025-03-12T21:53:22.785Z Compiling openssl-macros v0.1.1
13892025-03-12T21:53:22.807Z Compiling async-trait v0.1.87
13902025-03-12T21:53:23.080Z Compiling serde_derive_internals v0.29.1
13912025-03-12T21:53:23.560Z Compiling bzip2-sys v0.1.11+1.0.8
13922025-03-12T21:53:23.673Z Compiling dirs-sys-next v0.1.2
13932025-03-12T21:53:24.006Z Compiling schemars v0.8.22
13942025-03-12T21:53:24.089Z Compiling siphasher v0.3.11
13952025-03-12T21:53:24.218Z Compiling data-encoding v2.6.0
13962025-03-12T21:53:24.362Z Compiling syn v1.0.109
13972025-03-12T21:53:24.383Z Compiling native-tls v0.2.12
13982025-03-12T21:53:24.493Z Compiling rustls v0.23.19
13992025-03-12T21:53:24.763Z Compiling rustls v0.22.4
14002025-03-12T21:53:25.059Z Compiling dirs-next v2.0.0
14012025-03-12T21:53:25.257Z Compiling rand_chacha v0.9.0
14022025-03-12T21:53:25.420Z Compiling schemars_derive v0.8.22
14032025-03-12T21:53:26.272Z Compiling unicode-normalization v0.1.24
14042025-03-12T21:53:26.497Z Compiling http-body-util v0.1.2
14052025-03-12T21:53:26.614Z Compiling heapless v0.7.17
14062025-03-12T21:53:27.049Z Compiling crossbeam-epoch v0.9.18
14072025-03-12T21:53:27.068Z Compiling signature v2.2.0
14082025-03-12T21:53:27.299Z Compiling sha1 v0.10.6
14092025-03-12T21:53:27.374Z Compiling thread_local v1.1.8
14102025-03-12T21:53:27.446Z Compiling crc32fast v1.4.2
14112025-03-12T21:53:27.743Z Compiling hyper v1.6.0
14122025-03-12T21:53:27.781Z Compiling cookie v0.18.1
14132025-03-12T21:53:27.801Z Compiling encoding_rs v0.8.34
14142025-03-12T21:53:27.872Z Compiling multer v3.1.0
14152025-03-12T21:53:28.107Z Compiling openssl-probe v0.1.5
14162025-03-12T21:53:28.205Z Compiling slog-async v2.8.0
14172025-03-12T21:53:28.414Z Compiling gimli v0.31.1
14182025-03-12T21:53:28.524Z Compiling rayon-core v1.12.1
14192025-03-12T21:53:28.714Z Compiling unicode-bidi v0.3.17
14202025-03-12T21:53:28.835Z Compiling mime v0.3.17
14212025-03-12T21:53:29.361Z Compiling signal-hook v0.3.17
14222025-03-12T21:53:29.684Z Compiling unicode-properties v0.1.3
14232025-03-12T21:53:30.024Z Compiling dyn-clone v1.0.19
14242025-03-12T21:53:30.153Z Compiling ipnet v2.11.0
14252025-03-12T21:53:30.286Z Compiling hyper-util v0.1.10
14262025-03-12T21:53:31.645Z Compiling stringprep v0.1.5
14272025-03-12T21:53:32.047Z Compiling toml_edit v0.22.24
14282025-03-12T21:53:32.235Z Compiling crossbeam-deque v0.8.5
14292025-03-12T21:53:32.716Z Compiling rand v0.9.0
14302025-03-12T21:53:32.855Z Compiling addr2line v0.24.2
14312025-03-12T21:53:33.133Z Compiling term v0.7.0
14322025-03-12T21:53:33.423Z Compiling usdt-macro v0.5.0
14332025-03-12T21:53:33.623Z Compiling usdt-attr-macro v0.5.0
14342025-03-12T21:53:34.015Z Compiling slog-json v2.6.1
14352025-03-12T21:53:34.424Z Compiling serde_urlencoded v0.7.1
14362025-03-12T21:53:34.452Z Compiling curve25519-dalek v4.1.3
14372025-03-12T21:53:34.539Z Compiling crossbeam-channel v0.5.13
14382025-03-12T21:53:34.924Z Compiling futures-executor v0.3.31
14392025-03-12T21:53:34.950Z Compiling enum-as-inner v0.6.1
14402025-03-12T21:53:35.125Z Compiling md-5 v0.10.6
14412025-03-12T21:53:35.242Z Compiling rustls-pemfile v2.2.0
14422025-03-12T21:53:35.452Z Compiling async-stream-impl v0.3.6
14432025-03-12T21:53:35.528Z Compiling num-integer v0.1.46
14442025-03-12T21:53:35.596Z Compiling hash32 v0.2.1
14452025-03-12T21:53:35.628Z Compiling ff v0.13.0
14462025-03-12T21:53:35.882Z Compiling is-terminal v0.4.13
14472025-03-12T21:53:35.965Z Compiling memoffset v0.9.1
14482025-03-12T21:53:36.040Z Compiling dropshot v0.12.0
14492025-03-12T21:53:36.068Z Compiling object v0.36.5
14502025-03-12T21:53:36.273Z Compiling utf-8 v0.7.6
14512025-03-12T21:53:36.303Z Compiling smoltcp v0.9.1
14522025-03-12T21:53:36.377Z Compiling fallible-iterator v0.2.0
14532025-03-12T21:53:36.612Z Compiling quick-error v1.2.3
14542025-03-12T21:53:36.770Z Compiling take_mut v0.2.2
14552025-03-12T21:53:36.791Z Compiling litrs v0.4.1
14562025-03-12T21:53:36.940Z Compiling num-bigint-dig v0.8.4
14572025-03-12T21:53:36.982Z Compiling anyhow v1.0.97
14582025-03-12T21:53:37.103Z Compiling linked-hash-map v0.5.6
14592025-03-12T21:53:37.282Z Compiling rustc-demangle v0.1.24
14602025-03-12T21:53:37.477Z Compiling base16ct v0.2.0
14612025-03-12T21:53:37.624Z Compiling cfg_aliases v0.2.1
14622025-03-12T21:53:37.751Z Compiling psl-types v2.0.11
14632025-03-12T21:53:37.803Z Compiling portable-atomic v1.9.0
14642025-03-12T21:53:37.949Z Compiling document-features v0.2.10
14652025-03-12T21:53:37.989Z Compiling publicsuffix v2.3.0
14662025-03-12T21:53:38.225Z Compiling nix v0.29.0
14672025-03-12T21:53:38.307Z Compiling sec1 v0.7.3
14682025-03-12T21:53:38.930Z Compiling lru-cache v0.1.2
14692025-03-12T21:53:39.148Z Compiling postgres-protocol v0.6.8
14702025-03-12T21:53:39.229Z Compiling async-stream v0.3.6
14712025-03-12T21:53:39.299Z Compiling resolv-conf v0.7.0
14722025-03-12T21:53:39.529Z Compiling tungstenite v0.24.0
14732025-03-12T21:53:39.981Z Compiling hickory-proto v0.24.4
14742025-03-12T21:53:40.029Z Compiling num-iter v0.1.45
14752025-03-12T21:53:40.264Z Compiling slog-term v2.9.1
14762025-03-12T21:53:40.423Z Compiling usdt v0.5.0
14772025-03-12T21:53:40.949Z Compiling group v0.13.0
14782025-03-12T21:53:41.326Z Compiling toml v0.8.20
14792025-03-12T21:53:41.417Z Compiling futures v0.3.31
14802025-03-12T21:53:41.560Z Compiling slog-bunyan v2.5.0
14812025-03-12T21:53:41.599Z Compiling bzip2 v0.4.4
14822025-03-12T21:53:42.847Z Compiling camino v1.1.9
14832025-03-12T21:53:43.046Z Compiling backtrace v0.3.74
14842025-03-12T21:53:43.395Z Compiling tokio-native-tls v0.3.1
14852025-03-12T21:53:43.634Z Compiling flate2 v1.1.0
14862025-03-12T21:53:43.695Z Compiling phf_shared v0.11.2
14872025-03-12T21:53:43.719Z Compiling dropshot_endpoint v0.12.0
14882025-03-12T21:53:43.779Z Compiling terminal_size v0.4.0
14892025-03-12T21:53:44.031Z Compiling waitgroup v0.1.2
14902025-03-12T21:53:44.052Z Compiling openapiv3 v2.0.0
14912025-03-12T21:53:44.282Z Compiling serde_path_to_error v0.1.16
14922025-03-12T21:53:44.551Z Compiling hkdf v0.12.4
14932025-03-12T21:53:44.857Z Compiling crypto-bigint v0.5.5
14942025-03-12T21:53:45.101Z Compiling webpki-roots v0.26.6
14952025-03-12T21:53:45.360Z Compiling zerocopy-derive v0.6.6
14962025-03-12T21:53:45.936Z Compiling hubpack_derive v0.1.1
14972025-03-12T21:53:46.230Z Compiling curve25519-dalek-derive v0.1.1
14982025-03-12T21:53:46.888Z Compiling sync_wrapper v1.0.1
14992025-03-12T21:53:47.076Z Compiling hostname v0.4.0
15002025-03-12T21:53:47.334Z Compiling ahash v0.8.11
15012025-03-12T21:53:47.419Z Compiling fs-err v2.11.0
15022025-03-12T21:53:47.735Z Compiling newtype-uuid v1.2.1
15032025-03-12T21:53:47.757Z Compiling buf-list v1.0.3
15042025-03-12T21:53:47.761Z Compiling simd-adler32 v0.3.7
15052025-03-12T21:53:48.076Z Compiling zip v2.1.3
15062025-03-12T21:53:48.131Z Compiling unicode-width v0.2.0
15072025-03-12T21:53:48.343Z Compiling debug-ignore v1.0.5
15082025-03-12T21:53:48.372Z Compiling managed v0.8.0
15092025-03-12T21:53:48.425Z Compiling winnow v0.5.40
15102025-03-12T21:53:48.499Z Compiling bumpalo v3.16.0
15112025-03-12T21:53:48.522Z Compiling lockfree-object-pool v0.1.6
15122025-03-12T21:53:48.684Z Compiling tower-layer v0.3.3
15132025-03-12T21:53:48.846Z Compiling console v0.15.10
15142025-03-12T21:53:48.985Z Compiling tower v0.5.2
15152025-03-12T21:53:49.010Z Compiling zopfli v0.8.1
15162025-03-12T21:53:49.685Z Compiling clap_builder v4.5.31
15172025-03-12T21:53:50.055Z Compiling strum_macros v0.25.3
15182025-03-12T21:53:50.291Z Compiling elliptic-curve v0.13.8
15192025-03-12T21:53:51.177Z Compiling zerocopy v0.6.6
15202025-03-12T21:53:51.199Z Compiling hubpack v0.1.2
15212025-03-12T21:53:51.456Z Compiling hickory-resolver v0.24.4
15222025-03-12T21:53:51.959Z Compiling phf v0.11.2
15232025-03-12T21:53:52.275Z Compiling toml_edit v0.19.15
15242025-03-12T21:53:52.308Z Compiling hyper-tls v0.6.0
15252025-03-12T21:53:52.428Z Compiling signal-hook-mio v0.2.4
15262025-03-12T21:53:52.677Z Compiling rayon v1.10.0
15272025-03-12T21:53:52.725Z Compiling cookie_store v0.21.1
15282025-03-12T21:53:54.034Z Compiling tokio-tungstenite v0.24.0
15292025-03-12T21:53:54.776Z Compiling postgres-types v0.2.9
15302025-03-12T21:53:57.327Z Compiling ed25519 v2.2.3
15312025-03-12T21:53:57.349Z Compiling phf_shared v0.10.0
15322025-03-12T21:53:57.505Z Compiling tokio-stream v0.1.17
15332025-03-12T21:53:57.757Z Compiling pkcs1 v0.7.5
15342025-03-12T21:53:57.931Z Compiling serde-big-array v0.5.1
15352025-03-12T21:53:58.163Z Compiling clap_derive v4.5.28
15362025-03-12T21:53:58.533Z Compiling rfc6979 v0.4.0
15372025-03-12T21:53:58.656Z Compiling derive-where v1.2.7
15382025-03-12T21:53:58.742Z Compiling serde_repr v0.1.19
15392025-03-12T21:53:59.006Z Compiling float-cmp v0.10.0
15402025-03-12T21:53:59.224Z Compiling bstr v1.10.0
15412025-03-12T21:53:59.267Z Compiling predicates-core v1.0.8
15422025-03-12T21:53:59.605Z Compiling static_assertions v1.1.0
15432025-03-12T21:53:59.701Z Compiling difflib v0.4.0
15442025-03-12T21:53:59.722Z Compiling precomputed-hash v0.1.1
15452025-03-12T21:53:59.863Z Compiling fixedbitset v0.4.2
15462025-03-12T21:53:59.883Z Compiling number_prefix v0.4.0
15472025-03-12T21:54:00.119Z Compiling new_debug_unreachable v1.0.6
15482025-03-12T21:54:00.237Z Compiling unicode-segmentation v1.12.0
15492025-03-12T21:54:00.339Z Compiling normalize-line-endings v0.3.0
15502025-03-12T21:54:00.498Z Compiling whoami v1.5.2
15512025-03-12T21:54:00.866Z Compiling tokio-postgres v0.7.13
15522025-03-12T21:54:01.024Z Compiling similar v2.7.0
15532025-03-12T21:54:01.081Z Compiling predicates v3.1.3
15542025-03-12T21:54:01.121Z Compiling string_cache v0.8.7
15552025-03-12T21:54:01.596Z Compiling petgraph v0.6.5
15562025-03-12T21:54:01.870Z Compiling indicatif v0.17.11
15572025-03-12T21:54:02.606Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15582025-03-12T21:54:02.764Z Compiling clap v4.5.31
15592025-03-12T21:54:02.899Z Compiling ecdsa v0.16.9
15602025-03-12T21:54:03.117Z Compiling rsa v0.9.6
15612025-03-12T21:54:03.746Z Compiling ed25519-dalek v2.1.1
15622025-03-12T21:54:05.228Z Compiling toml v0.7.8
15632025-03-12T21:54:05.543Z Compiling crossterm v0.28.1
15642025-03-12T21:54:07.388Z Compiling zip v0.6.6
15652025-03-12T21:54:07.498Z Compiling hex v0.4.3
15662025-03-12T21:54:08.118Z Compiling x509-cert v0.2.5
15672025-03-12T21:54:08.706Z Compiling itertools v0.10.5
15682025-03-12T21:54:08.933Z Compiling peg-runtime v0.8.5
15692025-03-12T21:54:08.955Z Compiling unicode-xid v0.2.6
15702025-03-12T21:54:09.025Z Compiling lalrpop-util v0.19.12
15712025-03-12T21:54:09.161Z Compiling strum_macros v0.26.4
15722025-03-12T21:54:09.330Z Compiling xattr v1.3.1
15732025-03-12T21:54:09.374Z Compiling filetime v0.2.25
15742025-03-12T21:54:09.606Z Compiling tar v0.4.44
15752025-03-12T21:54:13.447Z Compiling strum v0.26.3
15762025-03-12T21:54:16.612Z Compiling aws-lc-sys v0.26.0
15772025-03-12T21:54:46.983Z Compiling rustls-webpki v0.102.8
15782025-03-12T21:54:50.200Z Compiling tokio-rustls v0.25.0
15792025-03-12T21:54:51.893Z Compiling tokio-rustls v0.26.0
15802025-03-12T21:54:52.214Z Compiling hyper-rustls v0.27.3
15812025-03-12T21:54:52.581Z Compiling reqwest v0.12.12
15822025-03-12T21:54:53.903Z Compiling qorb v0.2.1
15832025-03-12T21:54:56.834Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15842025-03-12T21:54:57.102Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15852025-03-12T21:55:01.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
15862025-03-12T21:55:01.721Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15872025-03-12T21:55:01.774ZMar 12 21:55:00.385 INFO Starting download, target: Clickhouse
15882025-03-12T21:55:01.774ZMar 12 21:55:00.386 INFO Starting download, target: Console
15892025-03-12T21:55:01.774ZMar 12 21:55:00.386 INFO Starting download, target: Cockroach
15902025-03-12T21:55:01.774ZMar 12 21:55:00.386 INFO Starting download, target: DendriteOpenapi
15912025-03-12T21:55:01.774ZMar 12 21:55:00.386 INFO Starting download, target: DendriteStub
15922025-03-12T21:55:01.778ZMar 12 21:55:00.386 INFO Starting download, target: MaghemiteMgd
15932025-03-12T21:55:01.778ZMar 12 21:55:00.386 INFO Starting download, target: TransceiverControl
15942025-03-12T21:55:01.778ZMar 12 21:55:00.386 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15952025-03-12T21:55:01.778ZMar 12 21:55:00.386 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15962025-03-12T21:55:01.778ZMar 12 21:55:00.387 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi
15972025-03-12T21:55:01.780ZMar 12 21:55:00.387 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15982025-03-12T21:55:01.780ZMar 12 21:55:00.387 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15992025-03-12T21:55:01.780ZMar 12 21:55:00.387 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16002025-03-12T21:55:01.780ZMar 12 21:55:00.387 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16012025-03-12T21:55:01.925ZMar 12 21:55:00.532 INFO Download complete, target: DendriteOpenapi
16022025-03-12T21:55:02.026ZMar 12 21:55:00.634 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16032025-03-12T21:55:02.270ZMar 12 21:55:00.874 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16042025-03-12T21:55:02.478ZMar 12 21:55:01.082 INFO Download complete, target: TransceiverControl
16052025-03-12T21:55:02.705ZMar 12 21:55:01.315 INFO Download complete, target: Console
16062025-03-12T21:55:02.768ZMar 12 21:55:01.376 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16072025-03-12T21:55:02.820ZMar 12 21:55:01.428 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16082025-03-12T21:55:03.255ZMar 12 21:55:01.866 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16092025-03-12T21:55:03.255ZMar 12 21:55:01.866 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16102025-03-12T21:55:03.643ZMar 12 21:55:02.254 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16112025-03-12T21:55:05.250ZMar 12 21:55:03.858 INFO Download complete, target: DendriteStub
16122025-03-12T21:55:05.338ZMar 12 21:55:03.946 INFO Download complete, target: MaghemiteMgd
16132025-03-12T21:55:09.700ZMar 12 21:55:08.310 INFO Checking that binary works, target: Cockroach
16142025-03-12T21:55:09.998ZMar 12 21:55:08.609 INFO Download complete, target: Cockroach
16152025-03-12T21:55:14.420ZMar 12 21:55:13.030 INFO Checking that binary works, target: Clickhouse
16162025-03-12T21:55:14.543ZMar 12 21:55:13.153 INFO Download complete, target: Clickhouse
16172025-03-12T21:55:14.554ZAll prerequisites installed successfully
16182025-03-12T21:55:14.557Z
16192025-03-12T21:55:14.557Zreal 5:01.926704293
16202025-03-12T21:55:14.557Zuser 16:15.905574793
16212025-03-12T21:55:14.557Zsys 2:13.549235872
16222025-03-12T21:55:14.557Ztrap 0.618608878
16232025-03-12T21:55:14.557Ztflt 2.260082021
16242025-03-12T21:55:14.557Zdflt 2.365231455
16252025-03-12T21:55:14.557Zkflt 0.038828090
16262025-03-12T21:55:14.557Zlock 24:55.385988165
16272025-03-12T21:55:14.557Zslp 58:42.647137670
16282025-03-12T21:55:14.557Zlat 1:03.034239958
16292025-03-12T21:55:14.557Zstop 2:35.299227307
16302025-03-12T21:55:14.559Z+ ptime -m cargo xtask download softnpu
16312025-03-12T21:55:15.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16322025-03-12T21:55:15.235Z Running `target/debug/xtask download softnpu`
16332025-03-12T21:55:16.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
16342025-03-12T21:55:16.281Z Running `target/debug/xtask-downloader softnpu`
16352025-03-12T21:55:16.325ZMar 12 21:55:14.934 INFO Starting download, target: Softnpu
16362025-03-12T21:55:16.328ZMar 12 21:55:14.934 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16372025-03-12T21:55:16.992ZMar 12 21:55:15.601 INFO Download complete, target: Softnpu
16382025-03-12T21:55:17.003Z
16392025-03-12T21:55:17.007Zreal 2.432812606
16402025-03-12T21:55:17.007Zuser 1.487321589
16412025-03-12T21:55:17.007Zsys 0.628754065
16422025-03-12T21:55:17.007Ztrap 0.001289641
16432025-03-12T21:55:17.007Ztflt 0.000054550
16442025-03-12T21:55:17.007Zdflt 0.000199221
16452025-03-12T21:55:17.007Zkflt 0.000000000
16462025-03-12T21:55:17.007Zlock 7.415875534
16472025-03-12T21:55:17.007Zslp 0.566544060
16482025-03-12T21:55:17.007Zlat 0.070979267
16492025-03-12T21:55:17.007Zstop 0.000375081
16502025-03-12T21:55:17.007Z+ export CARGO_INCREMENTAL=0
16512025-03-12T21:55:17.008Z+ CARGO_INCREMENTAL=0
16522025-03-12T21:55:17.008Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16532025-03-12T21:55:18.142Z Compiling proc-macro2 v1.0.94
16542025-03-12T21:55:18.142Z Compiling unicode-ident v1.0.14
16552025-03-12T21:55:18.145Z Compiling libc v0.2.170
16562025-03-12T21:55:18.145Z Compiling serde v1.0.218
16572025-03-12T21:55:18.145Z Compiling autocfg v1.4.0
16582025-03-12T21:55:18.145Z Compiling cfg-if v1.0.0
16592025-03-12T21:55:18.145Z Compiling version_check v0.9.5
16602025-03-12T21:55:18.439Z Compiling memchr v2.7.4
16612025-03-12T21:55:18.459Z Compiling typenum v1.17.0
16622025-03-12T21:55:18.485Z Compiling shlex v1.3.0
16632025-03-12T21:55:18.845Z Compiling value-bag v1.9.0
16642025-03-12T21:55:19.135Z Compiling lock_api v0.4.12
16652025-03-12T21:55:19.381Z Compiling generic-array v0.14.7
16662025-03-12T21:55:19.402Z Compiling log v0.4.22
16672025-03-12T21:55:19.614Z Compiling scopeguard v1.2.0
16682025-03-12T21:55:19.738Z Compiling parking_lot_core v0.9.10
16692025-03-12T21:55:19.852Z Compiling serde_json v1.0.139
16702025-03-12T21:55:20.132Z Compiling quote v1.0.39
16712025-03-12T21:55:20.159Z Compiling jobserver v0.1.32
16722025-03-12T21:55:20.179Z Compiling rustix v0.38.37
16732025-03-12T21:55:20.219Z Compiling libm v0.2.8
16742025-03-12T21:55:20.269Z Compiling getrandom v0.2.15
16752025-03-12T21:55:20.459Z Compiling num-traits v0.2.19
16762025-03-12T21:55:20.571Z Compiling syn v2.0.98
16772025-03-12T21:55:20.637Z Compiling cc v1.2.15
16782025-03-12T21:55:20.682Z Compiling aho-corasick v1.1.3
16792025-03-12T21:55:20.738Z Compiling thiserror v1.0.69
16802025-03-12T21:55:20.810Z Compiling regex-syntax v0.8.5
16812025-03-12T21:55:20.829Z Compiling semver v1.0.25
16822025-03-12T21:55:21.125Z Compiling getrandom v0.3.1
16832025-03-12T21:55:21.260Z Compiling either v1.14.0
16842025-03-12T21:55:21.289Z Compiling once_cell v1.20.3
16852025-03-12T21:55:21.492Z Compiling itoa v1.0.11
16862025-03-12T21:55:21.549Z Compiling slab v0.4.9
16872025-03-12T21:55:21.733Z Compiling rand_core v0.6.4
16882025-03-12T21:55:21.955Z Compiling spin v0.9.8
16892025-03-12T21:55:22.063Z Compiling errno v0.3.9
16902025-03-12T21:55:22.510Z Compiling glob v0.3.2
16912025-03-12T21:55:22.858Z Compiling prettyplease v0.2.30
16922025-03-12T21:55:22.976Z Compiling smallvec v1.14.0
16932025-03-12T21:55:23.272Z Compiling lazy_static v1.5.0
16942025-03-12T21:55:23.277Z Compiling clang-sys v1.8.1
16952025-03-12T21:55:23.419Z Compiling minimal-lexical v0.2.1
16962025-03-12T21:55:23.574Z Compiling libloading v0.8.5
16972025-03-12T21:55:23.903Z Compiling nom v7.1.3
16982025-03-12T21:55:23.930Z Compiling bindgen v0.69.5
16992025-03-12T21:55:23.950Z Compiling home v0.5.9
17002025-03-12T21:55:24.019Z Compiling subtle v2.6.1
17012025-03-12T21:55:24.308Z Compiling itertools v0.12.1
17022025-03-12T21:55:24.350Z Compiling lazycell v1.3.0
17032025-03-12T21:55:24.542Z Compiling regex-automata v0.4.8
17042025-03-12T21:55:24.744Z Compiling rustc-hash v1.1.0
17052025-03-12T21:55:24.761Z Compiling equivalent v1.0.1
17062025-03-12T21:55:24.906Z Compiling allocator-api2 v0.2.18
17072025-03-12T21:55:24.927Z Compiling foldhash v0.1.3
17082025-03-12T21:55:25.226Z Compiling cmake v0.1.51
17092025-03-12T21:55:25.675Z Compiling hashbrown v0.15.1
17102025-03-12T21:55:26.168Z Compiling dunce v1.0.5
17112025-03-12T21:55:26.315Z Compiling fs_extra v1.3.0
17122025-03-12T21:55:26.339Z Compiling pkg-config v0.3.31
17132025-03-12T21:55:26.962Z Compiling byteorder v1.5.0
17142025-03-12T21:55:27.165Z Compiling cexpr v0.6.0
17152025-03-12T21:55:27.227Z Compiling pin-project-lite v0.2.14
17162025-03-12T21:55:27.811Z Compiling synstructure v0.13.1
17172025-03-12T21:55:27.919Z Compiling ring v0.17.11
17182025-03-12T21:55:28.329Z Compiling paste v1.0.15
17192025-03-12T21:55:28.522Z Compiling ryu v1.0.18
17202025-03-12T21:55:28.866Z Compiling schemars v0.8.22
17212025-03-12T21:55:29.216Z Compiling regex v1.11.1
17222025-03-12T21:55:29.445Z Compiling serde_derive_internals v0.29.1
17232025-03-12T21:55:29.705Z Compiling signal-hook-registry v1.4.2
17242025-03-12T21:55:29.955Z Compiling httparse v1.9.5
17252025-03-12T21:55:30.135Z Compiling aws-lc-rs v1.12.4
17262025-03-12T21:55:30.383Z Compiling fnv v1.0.7
17272025-03-12T21:55:30.540Z Compiling const-oid v0.9.6
17282025-03-12T21:55:30.563Z Compiling parking_lot v0.12.3
17292025-03-12T21:55:30.582Z Compiling mio v1.0.2
17302025-03-12T21:55:31.164Z Compiling heck v0.5.0
17312025-03-12T21:55:31.794Z Compiling serde_derive v1.0.218
17322025-03-12T21:55:31.856Z Compiling zeroize_derive v1.4.2
17332025-03-12T21:55:32.139Z Compiling tokio-macros v2.5.0
17342025-03-12T21:55:32.163Z Compiling thiserror-impl v1.0.69
17352025-03-12T21:55:32.519Z Compiling zerocopy-derive v0.7.35
17362025-03-12T21:55:32.587Z Compiling zerofrom-derive v0.1.4
17372025-03-12T21:55:33.152Z Compiling zeroize v1.8.1
17382025-03-12T21:55:33.524Z Compiling yoke-derive v0.7.4
17392025-03-12T21:55:33.592Z Compiling futures-macro v0.3.31
17402025-03-12T21:55:33.615Z Compiling zerovec-derive v0.10.3
17412025-03-12T21:55:34.014Z Compiling displaydoc v0.2.5
17422025-03-12T21:55:35.365Z Compiling icu_provider_macros v1.5.0
17432025-03-12T21:55:35.448Z Compiling tracing-attributes v0.1.27
17442025-03-12T21:55:35.466Z Compiling schemars_derive v0.8.22
17452025-03-12T21:55:35.559Z Compiling crypto-common v0.1.6
17462025-03-12T21:55:35.784Z Compiling block-buffer v0.10.4
17472025-03-12T21:55:35.994Z Compiling socket2 v0.5.8
17482025-03-12T21:55:36.032Z Compiling stable_deref_trait v1.2.0
17492025-03-12T21:55:36.180Z Compiling digest v0.10.7
17502025-03-12T21:55:36.379Z Compiling zerocopy v0.7.35
17512025-03-12T21:55:36.578Z Compiling futures-core v0.3.31
17522025-03-12T21:55:36.917Z Compiling num-conv v0.1.0
17532025-03-12T21:55:37.205Z Compiling time-core v0.1.2
17542025-03-12T21:55:37.396Z Compiling crossbeam-utils v0.8.20
17552025-03-12T21:55:37.697Z Compiling time-macros v0.2.18
17562025-03-12T21:55:38.155Z Compiling der_derive v0.7.3
17572025-03-12T21:55:38.254Z Compiling vcpkg v0.2.15
17582025-03-12T21:55:39.528Z Compiling openssl-sys v0.9.106
17592025-03-12T21:55:40.297Z Compiling futures-sink v0.3.31
17602025-03-12T21:55:40.356Z Compiling zerocopy v0.8.10
17612025-03-12T21:55:40.837Z Compiling cpufeatures v0.2.14
17622025-03-12T21:55:41.054Z Compiling zerocopy-derive v0.8.10
17632025-03-12T21:55:41.237Z Compiling slog v2.7.0
17642025-03-12T21:55:41.671Z Compiling syn v1.0.109
17652025-03-12T21:55:41.701Z Compiling iana-time-zone v0.1.61
17662025-03-12T21:55:41.969Z Compiling futures-channel v0.3.31
17672025-03-12T21:55:42.035Z Compiling zerofrom v0.1.4
17682025-03-12T21:55:42.347Z Compiling futures-io v0.3.31
17692025-03-12T21:55:42.394Z Compiling pin-utils v0.1.0
17702025-03-12T21:55:42.416Z Compiling futures-task v0.3.31
17712025-03-12T21:55:42.419Z Compiling yoke v0.7.4
17722025-03-12T21:55:42.672Z Compiling futures-util v0.3.31
17732025-03-12T21:55:42.780Z Compiling scroll_derive v0.12.0
17742025-03-12T21:55:42.937Z Compiling openssl v0.10.71
17752025-03-12T21:55:43.350Z Compiling ucd-trie v0.1.7
17762025-03-12T21:55:43.383Z Compiling zerovec v0.10.4
17772025-03-12T21:55:43.650Z Compiling bitflags v2.6.0
17782025-03-12T21:55:43.687Z Compiling bytes v1.10.1
17792025-03-12T21:55:45.012Z Compiling indexmap v2.7.1
17802025-03-12T21:55:46.274Z Compiling tokio v1.43.0
17812025-03-12T21:55:46.981Z Compiling uuid v1.15.1
17822025-03-12T21:55:47.163Z Compiling serde_tokenstream v0.2.2
17832025-03-12T21:55:47.705Z Compiling which v4.4.2
17842025-03-12T21:55:48.320Z Compiling chrono v0.4.40
17852025-03-12T21:55:48.689Z Compiling http v1.2.0
17862025-03-12T21:55:50.735Z Compiling rustc_version v0.4.1
17872025-03-12T21:55:50.963Z Compiling pest v2.7.14
17882025-03-12T21:55:53.467Z Compiling hmac v0.12.1
17892025-03-12T21:55:54.024Z Compiling pest_meta v2.7.14
17902025-03-12T21:55:56.686Z Compiling block-padding v0.3.3
17912025-03-12T21:55:56.713Z Compiling openssl-macros v0.1.1
17922025-03-12T21:55:56.957Z Compiling rustls v0.23.19
17932025-03-12T21:55:57.028Z Compiling native-tls v0.2.12
17942025-03-12T21:55:57.270Z Compiling dyn-clone v1.0.19
17952025-03-12T21:55:57.404Z Compiling inout v0.1.3
17962025-03-12T21:55:57.464Z Compiling pest_generator v2.7.14
17972025-03-12T21:55:57.502Z Compiling tinystr v0.7.6
17982025-03-12T21:55:57.875Z Compiling serde_spanned v0.6.8
17992025-03-12T21:55:58.097Z Compiling toml_datetime v0.6.8
18002025-03-12T21:55:58.097Z Compiling ppv-lite86 v0.2.20
18012025-03-12T21:55:58.559Z Compiling tracing-core v0.1.32
18022025-03-12T21:55:58.690Z Compiling litemap v0.7.3
18032025-03-12T21:55:58.918Z Compiling writeable v0.5.5
18042025-03-12T21:55:59.082Z Compiling strsim v0.11.1
18052025-03-12T21:55:59.493Z Compiling icu_locid v1.5.0
18062025-03-12T21:55:59.724Z Compiling tracing v0.1.40
18072025-03-12T21:55:59.930Z Compiling aws-lc-sys v0.26.0
18082025-03-12T21:55:59.997Z Compiling pest_derive v2.7.14
18092025-03-12T21:56:00.527Z Compiling cipher v0.4.4
18102025-03-12T21:56:00.756Z Compiling sha2 v0.10.8
18112025-03-12T21:56:00.970Z Compiling usdt-impl v0.5.0
18122025-03-12T21:56:01.273Z Compiling cookie v0.18.1
18132025-03-12T21:56:01.488Z Compiling base64ct v1.6.0
18142025-03-12T21:56:01.606Z Compiling icu_provider v1.5.0
18152025-03-12T21:56:02.036Z Compiling pem-rfc7468 v0.7.0
18162025-03-12T21:56:04.482Z Compiling scroll v0.12.0
18172025-03-12T21:56:04.693Z Compiling async-trait v0.1.87
18182025-03-12T21:56:06.624Z Compiling flagset v0.4.6
18192025-03-12T21:56:06.655Z Compiling camino v1.1.9
18202025-03-12T21:56:06.839Z Compiling icu_locid_transform_data v1.5.0
18212025-03-12T21:56:06.946Z Compiling rustls-pki-types v1.10.0
18222025-03-12T21:56:07.169Z Compiling plain v0.2.3
18232025-03-12T21:56:07.328Z Compiling anyhow v1.0.97
18242025-03-12T21:56:07.495Z Compiling percent-encoding v2.3.1
18252025-03-12T21:56:07.952Z Compiling icu_locid_transform v1.5.0
18262025-03-12T21:56:07.955Z Compiling goblin v0.8.2
18272025-03-12T21:56:09.760Z Compiling der v0.7.9
18282025-03-12T21:56:11.677Z Compiling tokio-util v0.7.13
18292025-03-12T21:56:12.284Z Compiling icu_collections v1.5.0
18302025-03-12T21:56:13.453Z Compiling rayon-core v1.12.1
18312025-03-12T21:56:13.553Z Compiling icu_properties_data v1.5.0
18322025-03-12T21:56:13.820Z Compiling untrusted v0.9.0
18332025-03-12T21:56:13.997Z Compiling rustls v0.22.4
18342025-03-12T21:56:14.033Z Compiling pretty-hex v0.4.1
18352025-03-12T21:56:14.269Z Compiling powerfmt v0.2.0
18362025-03-12T21:56:14.305Z Compiling untrusted v0.7.1
18372025-03-12T21:56:14.468Z Compiling dof v0.3.0
18382025-03-12T21:56:14.652Z Compiling deranged v0.3.11
18392025-03-12T21:56:15.039Z Compiling icu_properties v1.5.1
18402025-03-12T21:56:15.991Z Compiling spki v0.7.3
18412025-03-12T21:56:16.346Z Compiling salsa20 v0.10.2
18422025-03-12T21:56:16.364Z Compiling dtrace-parser v0.2.0
18432025-03-12T21:56:16.570Z Compiling pbkdf2 v0.12.2
18442025-03-12T21:56:17.038Z Compiling bzip2-sys v0.1.11+1.0.8
18452025-03-12T21:56:17.616Z Compiling thread-id v4.2.2
18462025-03-12T21:56:17.744Z Compiling utf16_iter v1.0.5
18472025-03-12T21:56:17.866Z Compiling winnow v0.5.40
18482025-03-12T21:56:17.946Z Compiling num_threads v0.1.7
18492025-03-12T21:56:17.989Z Compiling write16 v1.0.0
18502025-03-12T21:56:18.153Z Compiling utf8_iter v1.0.4
18512025-03-12T21:56:18.555Z Compiling icu_normalizer_data v1.5.0
18522025-03-12T21:56:19.076Z Compiling atomic-waker v1.1.2
18532025-03-12T21:56:19.292Z Compiling rustversion v1.0.17
18542025-03-12T21:56:19.359Z Compiling litrs v0.4.1
18552025-03-12T21:56:19.982Z Compiling icu_normalizer v1.5.0
18562025-03-12T21:56:20.001Z Compiling time v0.3.36
18572025-03-12T21:56:20.343Z Compiling document-features v0.2.10
18582025-03-12T21:56:21.144Z Compiling toml_edit v0.19.15
18592025-03-12T21:56:24.554Z Compiling scrypt v0.11.0
18602025-03-12T21:56:25.040Z Compiling form_urlencoded v1.2.1
18612025-03-12T21:56:25.195Z Compiling cbc v0.1.2
18622025-03-12T21:56:25.220Z Compiling aes v0.8.4
18632025-03-12T21:56:25.421Z Compiling http-body v1.0.1
18642025-03-12T21:56:26.111Z Compiling multer v3.1.0
18652025-03-12T21:56:26.313Z Compiling slog-async v2.8.0
18662025-03-12T21:56:26.442Z Compiling try-lock v0.2.5
18672025-03-12T21:56:26.617Z Compiling tinyvec_macros v0.1.1
18682025-03-12T21:56:26.730Z Compiling tinyvec v1.8.0
18692025-03-12T21:56:26.766Z Compiling want v0.3.1
18702025-03-12T21:56:27.037Z Compiling pkcs5 v0.7.1
18712025-03-12T21:56:28.148Z Compiling idna_adapter v1.2.0
18722025-03-12T21:56:28.619Z Compiling h2 v0.4.6
18732025-03-12T21:56:29.088Z Compiling rand_chacha v0.3.1
18742025-03-12T21:56:29.945Z Compiling heapless v0.7.17
18752025-03-12T21:56:31.066Z Compiling tower-service v0.3.3
18762025-03-12T21:56:31.209Z Compiling adler2 v2.0.0
18772025-03-12T21:56:31.228Z Compiling httpdate v1.0.3
18782025-03-12T21:56:31.260Z Compiling signal-hook v0.3.17
18792025-03-12T21:56:31.964Z Compiling miniz_oxide v0.8.5
18802025-03-12T21:56:34.162Z Compiling rand v0.8.5
18812025-03-12T21:56:35.291Z Compiling idna v1.0.3
18822025-03-12T21:56:36.021Z Compiling pkcs8 v0.10.2
18832025-03-12T21:56:36.516Z Compiling usdt-attr-macro v0.5.0
18842025-03-12T21:56:36.631Z Compiling hyper v1.6.0
18852025-03-12T21:56:37.016Z Compiling usdt-macro v0.5.0
18862025-03-12T21:56:38.061Z Compiling async-stream-impl v0.3.6
18872025-03-12T21:56:39.253Z Compiling base64 v0.22.1
18882025-03-12T21:56:40.385Z Compiling hyper-util v0.1.10
18892025-03-12T21:56:46.176Z Compiling curve25519-dalek v4.1.3
18902025-03-12T21:56:46.198Z Compiling openapiv3 v2.0.0
18912025-03-12T21:56:46.607Z Compiling enum-as-inner v0.6.1
18922025-03-12T21:56:46.627Z Compiling memoffset v0.9.1
18932025-03-12T21:56:46.986Z Compiling dropshot v0.12.0
18942025-03-12T21:56:47.316Z Compiling newtype-uuid v1.2.1
18952025-03-12T21:56:47.586Z Compiling foreign-types-shared v0.1.1
18962025-03-12T21:56:47.640Z Compiling num-bigint-dig v0.8.4
18972025-03-12T21:56:47.727Z Compiling portable-atomic v1.9.0
18982025-03-12T21:56:47.901Z Compiling match_cfg v0.1.0
18992025-03-12T21:56:48.349Z Compiling smoltcp v0.9.1
19002025-03-12T21:56:48.458Z Compiling foreign-types v0.3.2
19012025-03-12T21:56:48.573Z Compiling hostname v0.3.1
19022025-03-12T21:56:48.920Z Compiling rand_core v0.9.2
19032025-03-12T21:56:49.722Z Compiling url v2.5.3
19042025-03-12T21:56:51.407Z Compiling http-body-util v0.1.2
19052025-03-12T21:56:51.906Z Compiling dirs-sys-next v0.1.2
19062025-03-12T21:56:52.357Z Compiling encoding_rs v0.8.34
19072025-03-12T21:56:52.621Z Compiling heck v0.4.1
19082025-03-12T21:56:53.021Z Compiling cfg_aliases v0.2.1
19092025-03-12T21:56:53.135Z Compiling data-encoding v2.6.0
19102025-03-12T21:56:54.569Z Compiling ident_case v1.0.1
19112025-03-12T21:56:54.777Z Compiling siphasher v0.3.11
19122025-03-12T21:56:55.165Z Compiling mime v0.3.17
19132025-03-12T21:56:55.650Z Compiling gimli v0.31.1
19142025-03-12T21:56:56.263Z Compiling darling_core v0.20.10
19152025-03-12T21:57:01.715Z Compiling addr2line v0.24.2
19162025-03-12T21:57:02.730Z Compiling nix v0.29.0
19172025-03-12T21:57:04.052Z Compiling dirs-next v2.0.0
19182025-03-12T21:57:05.243Z Compiling rand_chacha v0.9.0
19192025-03-12T21:57:06.786Z Compiling unicode-normalization v0.1.24
19202025-03-12T21:57:07.930Z Compiling serde_urlencoded v0.7.1
19212025-03-12T21:57:08.542Z Compiling crossbeam-epoch v0.9.18
19222025-03-12T21:57:09.245Z Compiling rustls-pemfile v2.2.0
19232025-03-12T21:57:09.770Z Compiling hubpack_derive v0.1.1
19242025-03-12T21:57:10.555Z Compiling dropshot_endpoint v0.12.0
19252025-03-12T21:57:10.614Z Compiling sha1 v0.10.6
19262025-03-12T21:57:11.030Z Compiling signature v2.2.0
19272025-03-12T21:57:11.071Z Compiling zerocopy-derive v0.6.6
19282025-03-12T21:57:11.286Z Compiling curve25519-dalek-derive v0.1.1
19292025-03-12T21:57:12.631Z Compiling thread_local v1.1.8
19302025-03-12T21:57:12.801Z Compiling object v0.36.5
19312025-03-12T21:57:13.070Z Compiling fs-err v2.11.0
19322025-03-12T21:57:13.433Z Compiling ahash v0.8.11
19332025-03-12T21:57:13.825Z Compiling crc32fast v1.4.2
19342025-03-12T21:57:17.204Z Compiling rustls-webpki v0.102.8
19352025-03-12T21:57:17.707Z Compiling ipnet v2.11.0
19362025-03-12T21:57:18.711Z Compiling buf-list v1.0.3
19372025-03-12T21:57:18.917Z Compiling openssl-probe v0.1.5
19382025-03-12T21:57:19.249Z Compiling unicode-properties v0.1.3
19392025-03-12T21:57:19.706Z Compiling zip v2.1.3
19402025-03-12T21:57:19.706Z Compiling winnow v0.7.3
19412025-03-12T21:57:20.008Z Compiling utf8parse v0.2.2
19422025-03-12T21:57:20.186Z Compiling unicode-bidi v0.3.17
19432025-03-12T21:57:20.728Z Compiling anstyle v1.0.10
19442025-03-12T21:57:21.187Z Compiling rustc-demangle v0.1.24
19452025-03-12T21:57:21.349Z Compiling stringprep v0.1.5
19462025-03-12T21:57:21.674Z Compiling anstyle-parse v0.2.5
19472025-03-12T21:57:21.997Z Compiling backtrace v0.3.74
19482025-03-12T21:57:23.100Z Compiling toml_edit v0.22.24
19492025-03-12T21:57:25.229Z Compiling crossbeam-deque v0.8.5
19502025-03-12T21:57:28.879Z Compiling rand v0.9.0
19512025-03-12T21:57:29.535Z Compiling term v0.7.0
19522025-03-12T21:57:30.196Z Compiling darling_macro v0.20.10
19532025-03-12T21:57:30.672Z Compiling slog-json v2.6.1
19542025-03-12T21:57:31.292Z Compiling crossbeam-channel v0.5.13
19552025-03-12T21:57:32.048Z Compiling futures-executor v0.3.31
19562025-03-12T21:57:32.469Z Compiling num-integer v0.1.46
19572025-03-12T21:57:32.488Z Compiling md-5 v0.10.6
19582025-03-12T21:57:32.748Z Compiling hash32 v0.2.1
19592025-03-12T21:57:32.778Z Compiling ff v0.13.0
19602025-03-12T21:57:32.800Z Compiling is-terminal v0.4.13
19612025-03-12T21:57:32.947Z Compiling memmap v0.7.0
19622025-03-12T21:57:33.120Z Compiling is_terminal_polyfill v1.70.1
19632025-03-12T21:57:33.124Z Compiling fallible-iterator v0.2.0
19642025-03-12T21:57:33.236Z Compiling quick-error v1.2.3
19652025-03-12T21:57:33.257Z Compiling base16ct v0.2.0
19662025-03-12T21:57:33.402Z Compiling anstyle-query v1.1.1
19672025-03-12T21:57:33.571Z Compiling colorchoice v1.0.2
19682025-03-12T21:57:33.750Z Compiling psl-types v2.0.11
19692025-03-12T21:57:33.845Z Compiling take_mut v0.2.2
19702025-03-12T21:57:33.973Z Compiling utf-8 v0.7.6
19712025-03-12T21:57:34.033Z Compiling linked-hash-map v0.5.6
19722025-03-12T21:57:34.356Z Compiling lru-cache v0.1.2
19732025-03-12T21:57:34.392Z Compiling tungstenite v0.24.0
19742025-03-12T21:57:34.518Z Compiling publicsuffix v2.3.0
19752025-03-12T21:57:34.912Z Compiling postgres-protocol v0.6.8
19762025-03-12T21:57:35.122Z Compiling anstream v0.6.15
19772025-03-12T21:57:35.455Z Compiling sec1 v0.7.3
19782025-03-12T21:57:35.711Z Compiling resolv-conf v0.7.0
19792025-03-12T21:57:35.977Z Compiling usdt v0.5.0
19802025-03-12T21:57:36.042Z Compiling group v0.13.0
19812025-03-12T21:57:36.172Z Compiling num-iter v0.1.45
19822025-03-12T21:57:36.328Z Compiling slog-term v2.9.1
19832025-03-12T21:57:36.367Z Compiling futures v0.3.31
19842025-03-12T21:57:37.843Z Compiling darling v0.20.10
19852025-03-12T21:57:37.975Z Compiling tokio-rustls v0.26.0
19862025-03-12T21:57:38.167Z Compiling slog-bunyan v2.5.0
19872025-03-12T21:57:38.393Z Compiling tokio-rustls v0.25.0
19882025-03-12T21:57:38.439Z Compiling toml v0.8.20
19892025-03-12T21:57:38.629Z Compiling bzip2 v0.4.4
19902025-03-12T21:57:38.819Z Compiling tokio-native-tls v0.3.1
19912025-03-12T21:57:39.072Z Compiling hickory-proto v0.24.4
19922025-03-12T21:57:39.117Z Compiling flate2 v1.1.0
19932025-03-12T21:57:39.316Z Compiling phf_shared v0.11.2
19942025-03-12T21:57:39.707Z Compiling strum_macros v0.25.3
19952025-03-12T21:57:40.373Z Compiling async-stream v0.3.6
19962025-03-12T21:57:40.391Z Compiling waitgroup v0.1.2
19972025-03-12T21:57:40.645Z Compiling webpki-roots v0.26.6
19982025-03-12T21:57:41.085Z Compiling hkdf v0.12.4
19992025-03-12T21:57:41.113Z Compiling terminal_size v0.4.0
20002025-03-12T21:57:41.324Z Compiling serde_path_to_error v0.1.16
20012025-03-12T21:57:41.349Z Compiling sync_wrapper v1.0.1
20022025-03-12T21:57:41.712Z Compiling crypto-bigint v0.5.5
20032025-03-12T21:57:41.792Z Compiling derive-where v1.2.7
20042025-03-12T21:57:42.072Z Compiling clap_derive v4.5.28
20052025-03-12T21:57:42.107Z Compiling serde_repr v0.1.19
20062025-03-12T21:57:42.976Z Compiling regress v0.10.3
20072025-03-12T21:57:43.272Z Compiling hostname v0.4.0
20082025-03-12T21:57:43.481Z Compiling bitflags v1.3.2
20092025-03-12T21:57:43.506Z Compiling lockfree-object-pool v0.1.6
20102025-03-12T21:57:43.605Z Compiling managed v0.8.0
20112025-03-12T21:57:43.964Z Compiling simd-adler32 v0.3.7
20122025-03-12T21:57:44.105Z Compiling unicode-width v0.2.0
20132025-03-12T21:57:44.454Z Compiling bumpalo v3.16.0
20142025-03-12T21:57:44.904Z Compiling debug-ignore v1.0.5
20152025-03-12T21:57:45.071Z Compiling tower-layer v0.3.3
20162025-03-12T21:57:45.093Z Compiling clap_lex v0.7.4
20172025-03-12T21:57:45.498Z Compiling tower v0.5.2
20182025-03-12T21:57:45.534Z Compiling clap_builder v4.5.31
20192025-03-12T21:57:46.455Z Compiling zopfli v0.8.1
20202025-03-12T21:57:47.221Z Compiling typify-impl v0.2.0
20212025-03-12T21:57:47.493Z Compiling console v0.15.10
20222025-03-12T21:57:47.798Z Compiling hickory-resolver v0.24.4
20232025-03-12T21:57:48.042Z Compiling elliptic-curve v0.13.8
20242025-03-12T21:57:50.299Z Compiling hyper-rustls v0.27.3
20252025-03-12T21:57:52.773Z Compiling phf v0.11.2
20262025-03-12T21:57:53.036Z Compiling hyper-tls v0.6.0
20272025-03-12T21:57:53.126Z Compiling signal-hook-mio v0.2.4
20282025-03-12T21:57:53.313Z Compiling rayon v1.10.0
20292025-03-12T21:57:53.357Z Compiling cookie_store v0.21.1
20302025-03-12T21:57:53.486Z Compiling postgres-types v0.2.9
20312025-03-12T21:57:53.854Z Compiling tokio-tungstenite v0.24.0
20322025-03-12T21:57:54.643Z Compiling zerocopy v0.6.6
20332025-03-12T21:57:54.780Z Compiling ed25519 v2.2.3
20342025-03-12T21:57:54.801Z Compiling hubpack v0.1.2
20352025-03-12T21:57:55.313Z Compiling phf_shared v0.10.0
20362025-03-12T21:57:55.406Z Compiling pkcs1 v0.7.5
20372025-03-12T21:57:56.211Z Compiling tokio-stream v0.1.17
20382025-03-12T21:57:56.835Z Compiling ipnetwork v0.21.1
20392025-03-12T21:57:56.968Z Compiling rfc6979 v0.4.0
20402025-03-12T21:57:57.161Z Compiling serde-big-array v0.5.1
20412025-03-12T21:57:57.404Z Compiling float-cmp v0.10.0
20422025-03-12T21:57:57.574Z Compiling bstr v1.10.0
20432025-03-12T21:57:58.267Z Compiling difflib v0.4.0
20442025-03-12T21:57:58.970Z Compiling predicates-core v1.0.8
20452025-03-12T21:57:59.278Z Compiling new_debug_unreachable v1.0.6
20462025-03-12T21:57:59.348Z Compiling precomputed-hash v0.1.1
20472025-03-12T21:57:59.387Z Compiling fixedbitset v0.4.2
20482025-03-12T21:57:59.490Z Compiling static_assertions v1.1.0
20492025-03-12T21:57:59.796Z Compiling unicode-segmentation v1.12.0
20502025-03-12T21:58:00.109Z Compiling number_prefix v0.4.0
20512025-03-12T21:58:00.363Z Compiling whoami v1.5.2
20522025-03-12T21:58:00.415Z Compiling normalize-line-endings v0.3.0
20532025-03-12T21:58:00.565Z Compiling predicates v3.1.3
20542025-03-12T21:58:00.636Z Compiling similar v2.7.0
20552025-03-12T21:58:00.750Z Compiling tokio-postgres v0.7.13
20562025-03-12T21:58:00.864Z Compiling indicatif v0.17.11
20572025-03-12T21:58:02.020Z Compiling petgraph v0.6.5
20582025-03-12T21:58:02.409Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20592025-03-12T21:58:02.619Z Compiling string_cache v0.8.7
20602025-03-12T21:58:03.022Z Compiling ecdsa v0.16.9
20612025-03-12T21:58:03.097Z Compiling qorb v0.2.1
20622025-03-12T21:58:03.883Z Compiling typify-macro v0.2.0
20632025-03-12T21:58:05.962Z Compiling rsa v0.9.6
20642025-03-12T21:58:07.416Z Compiling ed25519-dalek v2.1.1
20652025-03-12T21:58:08.212Z Compiling reqwest v0.12.12
20662025-03-12T21:58:08.732Z Compiling crossterm v0.28.1
20672025-03-12T21:58:08.901Z Compiling clap v4.5.31
20682025-03-12T21:58:09.035Z Compiling zip v0.6.6
20692025-03-12T21:58:10.278Z Compiling toml v0.7.8
20702025-03-12T21:58:10.717Z Compiling x509-cert v0.2.5
20712025-03-12T21:58:11.896Z Compiling hex v0.4.3
20722025-03-12T21:58:12.839Z Compiling itertools v0.10.5
20732025-03-12T21:58:13.516Z Compiling peg-runtime v0.8.5
20742025-03-12T21:58:13.980Z Compiling unicode-xid v0.2.6
20752025-03-12T21:58:14.470Z Compiling lalrpop-util v0.19.12
20762025-03-12T21:58:17.799Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20772025-03-12T21:58:23.045Z Compiling proc-macro-crate v1.3.1
20782025-03-12T21:58:23.049Z Compiling macaddr v1.0.1
20792025-03-12T21:58:23.302Z Compiling itertools v0.13.0
20802025-03-12T21:58:24.564Z Compiling heapless v0.8.0
20812025-03-12T21:58:25.094Z Compiling fastrand v2.1.1
20822025-03-12T21:58:26.244Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20832025-03-12T21:58:27.461Z Compiling tempfile v3.13.0
20842025-03-12T21:58:32.021Z Compiling num_enum_derive v0.5.11
20852025-03-12T21:58:36.135Z Compiling structmeta-derive v0.3.0
20862025-03-12T21:58:37.038Z Compiling hash32 v0.3.1
20872025-03-12T21:58:38.013Z Compiling thiserror v2.0.11
20882025-03-12T21:58:38.447Z Compiling smoltcp v0.11.0
20892025-03-12T21:58:38.531Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20902025-03-12T21:58:43.835Z Compiling structmeta v0.3.0
20912025-03-12T21:58:45.012Z Compiling num_enum v0.5.11
20922025-03-12T21:58:45.213Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20932025-03-12T21:58:46.059Z Compiling typify v0.2.0
20942025-03-12T21:58:46.252Z Compiling oxnet v0.1.1
20952025-03-12T21:58:47.423Z Compiling strum_macros v0.26.4
20962025-03-12T21:58:48.121Z Compiling thiserror-impl v2.0.11
20972025-03-12T21:58:49.889Z Compiling proc-macro-error-attr v1.0.4
20982025-03-12T21:58:50.236Z Compiling unsafe-libyaml v0.2.11
20992025-03-12T21:58:51.794Z Compiling cobs v0.2.3
21002025-03-12T21:58:52.256Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21012025-03-12T21:58:52.645Z Compiling postcard v1.0.10
21022025-03-12T21:58:53.572Z Compiling strum v0.26.3
21032025-03-12T21:58:53.783Z Compiling serde_yaml v0.9.34+deprecated
21042025-03-12T21:59:05.623Z Compiling progenitor-impl v0.8.0
21052025-03-12T21:59:07.105Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21062025-03-12T21:59:18.035Z Compiling foreign-types-macros v0.2.3
21072025-03-12T21:59:18.250Z Compiling wait-timeout v0.2.0
21082025-03-12T21:59:18.484Z Compiling proc-macro-error v1.0.4
21092025-03-12T21:59:18.501Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21102025-03-12T21:59:19.073Z Compiling bit-vec v0.8.0
21112025-03-12T21:59:19.307Z Compiling unicode-width v0.1.14
21122025-03-12T21:59:20.016Z Compiling foreign-types-shared v0.3.1
21132025-03-12T21:59:20.123Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21142025-03-12T21:59:20.164Z Compiling foreign-types v0.5.0
21152025-03-12T21:59:20.296Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21162025-03-12T21:59:20.332Z Compiling tabwriter v1.4.0
21172025-03-12T21:59:23.944Z Compiling bit-set v0.8.0
21182025-03-12T21:59:25.643Z Compiling rusty-fork v0.3.0
21192025-03-12T21:59:31.199Z Compiling progenitor-macro v0.8.0
21202025-03-12T21:59:35.650Z Compiling parse-display-derive v0.10.0
21212025-03-12T21:59:36.115Z Compiling progenitor-client v0.8.0
21222025-03-12T21:59:39.153Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21232025-03-12T21:59:39.958Z Compiling daft-derive v0.1.2
21242025-03-12T21:59:40.187Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21252025-03-12T21:59:40.547Z Compiling rand_xorshift v0.3.0
21262025-03-12T21:59:40.844Z Compiling cstr-argument v0.1.2
21272025-03-12T21:59:41.007Z Compiling dropshot v0.16.0
21282025-03-12T21:59:41.124Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21292025-03-12T21:59:41.355Z Compiling pretty-hex v0.2.1
21302025-03-12T21:59:41.441Z Compiling crucible-workspace-hack v0.1.0
21312025-03-12T21:59:41.577Z Compiling unarray v0.1.4
21322025-03-12T21:59:41.779Z Compiling proptest v1.6.0
21332025-03-12T21:59:41.803Z Compiling progenitor v0.8.0
21342025-03-12T21:59:41.868Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21352025-03-12T21:59:42.204Z Compiling daft v0.1.2
21362025-03-12T21:59:42.374Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21372025-03-12T21:59:42.776Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21382025-03-12T21:59:42.952Z Compiling parse-display v0.10.0
21392025-03-12T21:59:43.208Z Compiling test-strategy v0.4.0
21402025-03-12T21:59:43.698Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21412025-03-12T21:59:43.914Z Compiling colored v2.2.0
21422025-03-12T21:59:44.931Z Compiling serde_with_macros v3.12.0
21432025-03-12T21:59:45.328Z Compiling dropshot_endpoint v0.16.0
21442025-03-12T21:59:46.367Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21452025-03-12T21:59:47.051Z Compiling instant v0.1.13
21462025-03-12T21:59:47.152Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21472025-03-12T21:59:47.241Z Compiling winnow v0.6.20
21482025-03-12T21:59:47.375Z Compiling serde_with v3.12.0
21492025-03-12T21:59:47.562Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21502025-03-12T21:59:48.423Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
21512025-03-12T21:59:49.684Z Compiling backoff v0.4.0
21522025-03-12T21:59:50.134Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21532025-03-12T21:59:50.390Z Compiling zone_cfg_derive v0.3.0
21542025-03-12T21:59:50.527Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21552025-03-12T21:59:51.647Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21562025-03-12T21:59:51.742Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
21572025-03-12T21:59:51.908Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
21582025-03-12T21:59:52.364Z Compiling camino-tempfile v1.1.1
21592025-03-12T21:59:52.383Z Compiling progenitor-client v0.9.1
21602025-03-12T21:59:53.122Z Compiling num-derive v0.4.2
21612025-03-12T21:59:53.376Z Compiling sigpipe v0.1.3
21622025-03-12T21:59:53.536Z Compiling libefi-sys v0.1.0
21632025-03-12T21:59:53.897Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21642025-03-12T21:59:54.350Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21652025-03-12T21:59:55.374Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
21662025-03-12T21:59:56.993Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21672025-03-12T21:59:58.390Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21682025-03-12T21:59:58.551Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
21692025-03-12T21:59:59.172Z Compiling zone v0.3.0
21702025-03-12T22:00:00.355Z Compiling itertools v0.14.0
21712025-03-12T22:00:01.251Z Compiling smf v0.2.3
21722025-03-12T22:00:02.729Z Compiling bitfield-struct v0.6.2
21732025-03-12T22:00:02.753Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21742025-03-12T22:00:03.221Z Compiling blake3 v1.5.4
21752025-03-12T22:00:04.146Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21762025-03-12T22:00:04.170Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21772025-03-12T22:00:04.627Z Compiling xattr v1.3.1
21782025-03-12T22:00:04.630Z Compiling filetime v0.2.25
21792025-03-12T22:00:04.853Z Compiling memmap2 v0.9.5
21802025-03-12T22:00:04.997Z Compiling arrayref v0.3.9
21812025-03-12T22:00:05.056Z Compiling arrayvec v0.7.6
21822025-03-12T22:00:05.132Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21832025-03-12T22:00:05.281Z Compiling same-file v1.0.6
21842025-03-12T22:00:05.385Z Compiling constant_time_eq v0.3.1
21852025-03-12T22:00:05.459Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21862025-03-12T22:00:05.609Z Compiling walkdir v2.5.0
21872025-03-12T22:00:05.627Z Compiling tar v0.4.44
21882025-03-12T22:00:07.291Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21892025-03-12T22:00:07.738Z Compiling gethostname v0.5.0
21902025-03-12T22:00:07.970Z Compiling cargo-platform v0.1.8
21912025-03-12T22:00:08.072Z Compiling fixedbitset v0.5.7
21922025-03-12T22:00:08.200Z Compiling topological-sort v0.2.2
21932025-03-12T22:00:08.517Z Compiling omicron-zone-package v0.12.0
21942025-03-12T22:00:09.077Z Compiling petgraph v0.7.1
21952025-03-12T22:00:09.266Z Compiling cargo_metadata v0.19.2
21962025-03-12T22:00:10.505Z Compiling indent_write v2.2.0
21972025-03-12T22:00:10.775Z Compiling shell-words v1.1.0
21982025-03-12T22:00:17.160Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21992025-03-12T22:00:19.543Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22002025-03-12T22:00:22.734Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22012025-03-12T22:00:39.015Z Finished `release` profile [optimized] target(s) in 5m 21s
22022025-03-12T22:00:39.192Z Running `target/release/omicron-package -t test target create -p dev`
22032025-03-12T22:00:39.245ZLogging to: /work/oxidecomputer/omicron/out/LOG
22042025-03-12T22:00:39.248ZCreated new build target 'test' and set it as active
22052025-03-12T22:00:39.248Z
22062025-03-12T22:00:39.248Zreal 5:22.210279869
22072025-03-12T22:00:39.248Zuser 37:29.556125783
22082025-03-12T22:00:39.248Zsys 3:34.210160347
22092025-03-12T22:00:39.248Ztrap 1.223474665
22102025-03-12T22:00:39.248Ztflt 1.706951192
22112025-03-12T22:00:39.248Zdflt 0.967392920
22122025-03-12T22:00:39.248Zkflt 0.000151700
22132025-03-12T22:00:39.248Zlock 1:14:13.746657265
22142025-03-12T22:00:39.248Zslp 2:31:45.316821800
22152025-03-12T22:00:39.248Zlat 2:46.967126734
22162025-03-12T22:00:39.249Zstop 5:02.643644164
22172025-03-12T22:00:39.249Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
22182025-03-12T22:00:40.272Z Finished `release` profile [optimized] target(s) in 0.96s
22192025-03-12T22:00:40.336Z Running `target/release/omicron-package -t test package`
22202025-03-12T22:00:40.384ZLogging to: /work/oxidecomputer/omicron/out/LOG
22212025-03-12T22:00:41.557Z Compiling ring v0.17.11
22222025-03-12T22:00:41.568Z Compiling thiserror v2.0.11
22232025-03-12T22:00:41.742Z Compiling typify-impl v0.3.0
22242025-03-12T22:00:41.746Z Compiling convert_case v0.4.0
22252025-03-12T22:00:41.750Z Compiling fastrand v2.1.1
22262025-03-12T22:00:41.766Z Compiling newline-converter v0.3.0
22272025-03-12T22:00:41.769Z Compiling password-hash v0.5.0
22282025-03-12T22:00:41.995Z Compiling expectorate v1.1.0
22292025-03-12T22:00:42.240Z Compiling tempfile v3.13.0
22302025-03-12T22:00:42.261Z Compiling blake2 v0.10.6
22312025-03-12T22:00:42.361Z Compiling derive_more v0.99.19
22322025-03-12T22:00:42.896Z Compiling base64 v0.21.7
22332025-03-12T22:00:43.363Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
22342025-03-12T22:00:43.837Z Compiling argon2 v0.5.3
22352025-03-12T22:00:43.938Z Compiling atomicwrites v0.4.4
22362025-03-12T22:00:44.087Z Compiling owo-colors v4.2.0
22372025-03-12T22:00:44.491Z Compiling cancel-safe-futures v0.1.5
22382025-03-12T22:00:44.668Z Compiling num-rational v0.4.2
22392025-03-12T22:00:44.881Z Compiling libsw-core v0.3.1
22402025-03-12T22:00:45.182Z Compiling num-complex v0.4.6
22412025-03-12T22:00:46.107Z Compiling num v0.4.3
22422025-03-12T22:00:46.230Z Compiling libsw v3.4.0
22432025-03-12T22:00:46.947Z Compiling rustls v0.23.19
22442025-03-12T22:00:46.972Z Compiling rustls v0.22.4
22452025-03-12T22:00:47.000Z Compiling swrite v0.1.0
22462025-03-12T22:00:47.021Z Compiling float-ord v0.3.2
22472025-03-12T22:00:47.154Z Compiling linear-map v1.2.0
22482025-03-12T22:00:47.217Z Compiling highway v1.3.0
22492025-03-12T22:00:47.559Z Compiling tungstenite v0.21.0
22502025-03-12T22:00:47.674Z Compiling semver v0.1.20
22512025-03-12T22:00:48.217Z Compiling rustc_version v0.1.7
22522025-03-12T22:00:48.594Z Compiling newtype_derive v0.1.6
22532025-03-12T22:00:48.767Z Compiling ipnetwork v0.21.1
22542025-03-12T22:00:48.914Z Compiling tokio-tungstenite v0.21.0
22552025-03-12T22:00:48.933Z Compiling wait-timeout v0.2.0
22562025-03-12T22:00:49.399Z Compiling rustls-webpki v0.102.8
22572025-03-12T22:00:49.515Z Compiling bit-vec v0.8.0
22582025-03-12T22:00:49.674Z Compiling oxnet v0.1.1
22592025-03-12T22:00:50.039Z Compiling bit-set v0.8.0
22602025-03-12T22:00:50.302Z Compiling rusty-fork v0.3.0
22612025-03-12T22:00:50.881Z Compiling rand_xorshift v0.3.0
22622025-03-12T22:00:51.099Z Compiling unarray v0.1.4
22632025-03-12T22:00:51.148Z Compiling humantime v2.1.0
22642025-03-12T22:00:51.282Z Compiling proptest v1.6.0
22652025-03-12T22:00:51.738Z Compiling typify-macro v0.3.0
22662025-03-12T22:00:52.077Z Compiling daft v0.1.2
22672025-03-12T22:00:52.546Z Compiling parse-display v0.10.0
22682025-03-12T22:00:52.674Z Compiling dropshot v0.16.0
22692025-03-12T22:00:52.750Z Compiling strum v0.26.3
22702025-03-12T22:00:52.957Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22712025-03-12T22:00:53.065Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
22722025-03-12T22:00:53.129Z Compiling instant v0.1.13
22732025-03-12T22:00:53.292Z Compiling backoff v0.4.0
22742025-03-12T22:00:53.648Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22752025-03-12T22:00:54.098Z Compiling steno v0.4.1
22762025-03-12T22:00:54.776Z Compiling tokio-rustls v0.25.0
22772025-03-12T22:00:55.215Z Compiling dropshot v0.12.0
22782025-03-12T22:00:55.615Z Compiling typify v0.3.0
22792025-03-12T22:00:55.776Z Compiling progenitor-impl v0.9.1
22802025-03-12T22:00:57.976Z Compiling tokio-rustls v0.26.0
22812025-03-12T22:00:58.452Z Compiling hyper-rustls v0.27.3
22822025-03-12T22:00:58.977Z Compiling reqwest v0.12.12
22832025-03-12T22:01:01.692Z Compiling qorb v0.2.1
22842025-03-12T22:01:03.253Z Compiling progenitor-macro v0.9.1
22852025-03-12T22:01:06.698Z Compiling progenitor-client v0.9.1
22862025-03-12T22:01:07.263Z Compiling progenitor-client v0.8.0
22872025-03-12T22:01:07.888Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22882025-03-12T22:01:08.457Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22892025-03-12T22:01:33.783Z Compiling progenitor v0.8.0
22902025-03-12T22:01:34.043Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
22912025-03-12T22:01:37.672Z Compiling progenitor v0.9.1
22922025-03-12T22:01:37.917Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22932025-03-12T22:01:39.378Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
22942025-03-12T22:01:39.643Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22952025-03-12T22:01:40.272Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22962025-03-12T22:01:41.063Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22972025-03-12T22:01:41.084Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22982025-03-12T22:01:46.586Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
22992025-03-12T22:01:47.154Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
23002025-03-12T22:01:48.376Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23012025-03-12T22:01:48.585Z Compiling serde_with v3.12.0
23022025-03-12T22:01:52.299Z Compiling macaddr v1.0.1
23032025-03-12T22:01:52.505Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
23042025-03-12T22:01:55.619Z Compiling slog-dtrace v0.3.0
23052025-03-12T22:01:55.667Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23062025-03-12T22:01:55.667Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23072025-03-12T22:01:55.667Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23082025-03-12T22:01:55.667Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23092025-03-12T22:01:57.640Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23102025-03-12T22:01:59.735Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23112025-03-12T22:02:03.439Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23122025-03-12T22:02:07.431Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23132025-03-12T22:02:08.654Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
23142025-03-12T22:02:08.837Z Compiling prettyplease v0.2.30
23152025-03-12T22:02:15.209Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23162025-03-12T22:02:18.339Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23172025-03-12T22:02:19.217Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23182025-03-12T22:02:19.743Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23192025-03-12T22:02:20.304Z Compiling half v2.4.1
23202025-03-12T22:02:20.843Z Compiling ciborium-io v0.2.2
23212025-03-12T22:02:21.023Z Compiling ciborium-ll v0.2.2
23222025-03-12T22:02:21.055Z Compiling bytecount v0.6.8
23232025-03-12T22:02:21.423Z Compiling ciborium v0.2.2
23242025-03-12T22:02:21.581Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23252025-03-12T22:02:23.380Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23262025-03-12T22:02:23.624Z Compiling display-error-chain v0.2.2
23272025-03-12T22:02:23.817Z Compiling const_format_proc_macros v0.2.34
23282025-03-12T22:02:23.878Z Compiling keccak v0.1.5
23292025-03-12T22:02:25.085Z Compiling same-file v1.0.6
23302025-03-12T22:02:25.371Z Compiling maplit v1.0.2
23312025-03-12T22:02:25.527Z Compiling crunchy v0.2.2
23322025-03-12T22:02:25.750Z Compiling const_format v0.2.34
23332025-03-12T22:02:26.054Z Compiling walkdir v2.5.0
23342025-03-12T22:02:26.706Z Compiling sha3 v0.10.8
23352025-03-12T22:02:27.037Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23362025-03-12T22:02:27.641Z Compiling radium v0.7.0
23372025-03-12T22:02:27.839Z Compiling tiny-keccak v2.0.2
23382025-03-12T22:02:28.157Z Compiling blake3 v1.5.4
23392025-03-12T22:02:28.360Z Compiling dsl_auto_type v0.1.2
23402025-03-12T22:02:28.878Z Compiling scheduled-thread-pool v0.2.7
23412025-03-12T22:02:29.572Z Compiling xattr v1.3.1
23422025-03-12T22:02:29.884Z Compiling diesel_table_macro_syntax v0.2.0
23432025-03-12T22:02:30.249Z Compiling filetime v0.2.25
23442025-03-12T22:02:30.283Z Compiling memmap2 v0.9.5
23452025-03-12T22:02:30.569Z Compiling arrayvec v0.7.6
23462025-03-12T22:02:30.685Z Compiling maybe-uninit v2.0.0
23472025-03-12T22:02:30.707Z Compiling arrayref v0.3.9
23482025-03-12T22:02:30.838Z Compiling constant_time_eq v0.3.1
23492025-03-12T22:02:31.010Z Compiling bit-vec v0.6.3
23502025-03-12T22:02:31.038Z Compiling tap v1.0.1
23512025-03-12T22:02:31.256Z Compiling wyz v0.5.1
23522025-03-12T22:02:31.439Z Compiling bit-set v0.5.3
23532025-03-12T22:02:31.733Z Compiling tar v0.4.44
23542025-03-12T22:02:31.754Z Compiling diesel_derives v2.2.3
23552025-03-12T22:02:31.774Z Compiling r2d2 v0.8.10
23562025-03-12T22:02:32.761Z Compiling toolchain_find v0.4.0
23572025-03-12T22:02:32.908Z Compiling camino-tempfile v1.1.1
23582025-03-12T22:02:33.289Z Compiling phf_generator v0.11.2
23592025-03-12T22:02:33.326Z Compiling ascii-canvas v3.0.0
23602025-03-12T22:02:33.385Z Compiling secrecy v0.8.0
23612025-03-12T22:02:33.510Z Compiling ena v0.14.3
23622025-03-12T22:02:33.586Z Compiling async-recursion v1.1.1
23632025-03-12T22:02:33.683Z Compiling funty v2.0.0
23642025-03-12T22:02:33.782Z Compiling packed_struct v0.10.1
23652025-03-12T22:02:33.954Z Compiling regex-syntax v0.6.29
23662025-03-12T22:02:34.269Z Compiling bindgen v0.71.1
23672025-03-12T22:02:34.781Z Compiling crc-catalog v2.4.0
23682025-03-12T22:02:34.953Z Compiling diff v0.1.13
23692025-03-12T22:02:34.981Z Compiling topological-sort v0.2.2
23702025-03-12T22:02:35.250Z Compiling omicron-zone-package v0.12.0
23712025-03-12T22:02:35.478Z Compiling crc v3.2.1
23722025-03-12T22:02:36.237Z Compiling bitvec v1.0.1
23732025-03-12T22:02:36.790Z Compiling phf_codegen v0.11.2
23742025-03-12T22:02:37.050Z Compiling rustfmt-wrapper v0.2.1
23752025-03-12T22:02:37.679Z Compiling lalrpop v0.19.12
23762025-03-12T22:02:37.840Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23772025-03-12T22:02:39.112Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23782025-03-12T22:02:39.268Z Compiling universal-hash v0.5.1
23792025-03-12T22:02:39.386Z Compiling packed_struct_codegen v0.10.1
23802025-03-12T22:02:39.552Z Compiling thiserror-impl-no-std v2.0.2
23812025-03-12T22:02:40.318Z Compiling parse-zoneinfo v0.3.1
23822025-03-12T22:02:40.949Z Compiling indexmap v1.9.3
23832025-03-12T22:02:41.339Z Compiling opaque-debug v0.3.1
23842025-03-12T22:02:41.479Z Compiling nodrop v0.1.14
23852025-03-12T22:02:41.652Z Compiling ref-cast v1.0.23
23862025-03-12T22:02:41.812Z Compiling rustc-hash v2.1.1
23872025-03-12T22:02:42.129Z Compiling thiserror-no-std v2.0.2
23882025-03-12T22:02:42.256Z Compiling array-init v0.0.4
23892025-03-12T22:02:42.298Z Compiling poly1305 v0.8.0
23902025-03-12T22:02:42.824Z Compiling diesel v2.2.8
23912025-03-12T22:02:43.410Z Compiling chrono-tz-build v0.4.0
23922025-03-12T22:02:43.942Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23932025-03-12T22:02:44.455Z Compiling smallvec v0.6.14
23942025-03-12T22:02:44.996Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23952025-03-12T22:02:45.346Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23962025-03-12T22:02:45.728Z Compiling itertools v0.13.0
23972025-03-12T22:02:46.139Z Compiling derive_builder_core v0.20.2
23982025-03-12T22:02:48.248Z Compiling chacha20 v0.9.1
23992025-03-12T22:02:48.799Z Compiling headers-core v0.3.0
24002025-03-12T22:02:49.016Z Compiling aead v0.5.2
24012025-03-12T22:02:49.476Z Compiling libxml v0.3.3
24022025-03-12T22:02:49.601Z Compiling ref-cast-impl v1.0.23
24032025-03-12T22:02:49.894Z Compiling vte_generate_state_changes v0.1.2
24042025-03-12T22:02:50.537Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
24052025-03-12T22:02:50.720Z Compiling hashbrown v0.12.3
24062025-03-12T22:02:50.906Z Compiling termcolor v1.4.1
24072025-03-12T22:02:51.988Z Compiling arc-swap v1.7.1
24082025-03-12T22:02:52.079Z Compiling bitfield v0.14.0
24092025-03-12T22:02:52.415Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24102025-03-12T22:02:52.697Z Compiling slog-scope v4.4.0
24112025-03-12T22:02:54.580Z Compiling env_logger v0.10.2
24122025-03-12T22:02:55.342Z Compiling samael v0.0.18
24132025-03-12T22:02:55.641Z Compiling vte v0.11.1
24142025-03-12T22:02:57.065Z Compiling chacha20poly1305 v0.10.1
24152025-03-12T22:02:57.262Z Compiling headers v0.4.0
24162025-03-12T22:02:57.321Z Compiling derive_builder_macro v0.20.2
24172025-03-12T22:02:57.908Z Compiling serde-hex v0.1.0
24182025-03-12T22:02:58.257Z Compiling chrono-tz v0.10.1
24192025-03-12T22:02:58.954Z Compiling vsss-rs v3.3.4
24202025-03-12T22:02:59.956Z Compiling polar-core v0.27.3
24212025-03-12T22:03:00.947Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24222025-03-12T22:03:03.204Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
24232025-03-12T22:03:03.236Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24242025-03-12T22:03:03.551Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24252025-03-12T22:03:03.960Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24262025-03-12T22:03:04.396Z Compiling ron v0.8.1
24272025-03-12T22:03:06.255Z Compiling hashbrown v0.13.2
24282025-03-12T22:03:07.518Z Compiling strum_macros v0.24.3
24292025-03-12T22:03:08.257Z Compiling unicase v2.7.0
24302025-03-12T22:03:08.648Z Compiling crc-any v2.5.0
24312025-03-12T22:03:09.734Z Compiling indoc v1.0.9
24322025-03-12T22:03:10.560Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24332025-03-12T22:03:10.582Z Compiling object v0.30.4
24342025-03-12T22:03:10.695Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24352025-03-12T22:03:26.942Z Compiling derive_builder v0.20.2
24362025-03-12T22:03:27.183Z Compiling strip-ansi-escapes v0.2.0
24372025-03-12T22:03:31.422Z Compiling slog-stdlog v4.1.1
24382025-03-12T22:03:31.799Z Compiling papergrid v0.11.0
24392025-03-12T22:03:32.203Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24402025-03-12T22:03:32.481Z Compiling tabled_derive v0.7.0
24412025-03-12T22:03:32.572Z Compiling fd-lock v4.0.2
24422025-03-12T22:03:32.841Z Compiling peg-macros v0.8.5
24432025-03-12T22:03:34.491Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24442025-03-12T22:03:35.577Z Compiling impl-trait-for-tuples v0.2.2
24452025-03-12T22:03:36.252Z Compiling oso-derive v0.27.3
24462025-03-12T22:03:37.252Z Compiling quick-xml v0.37.2
24472025-03-12T22:03:41.442Z Compiling diesel-dtrace v0.4.2
24482025-03-12T22:03:41.813Z Compiling nu-ansi-term v0.50.1
24492025-03-12T22:03:43.104Z Compiling path-slash v0.1.5
24502025-03-12T22:03:43.398Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24512025-03-12T22:03:45.013Z Compiling reedline v0.38.0
24522025-03-12T22:03:45.696Z Compiling oso v0.27.3
24532025-03-12T22:03:56.622Z Compiling peg v0.8.5
24542025-03-12T22:03:56.808Z Compiling tabled v0.15.0
24552025-03-12T22:03:58.829Z Compiling slog-envlogger v2.2.0
24562025-03-12T22:04:02.510Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24572025-03-12T22:04:02.676Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24582025-03-12T22:04:04.060Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24592025-03-12T22:04:04.429Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24602025-03-12T22:04:09.656Z Compiling pem v3.0.5
24612025-03-12T22:04:11.144Z Compiling bb8 v0.8.5
24622025-03-12T22:04:11.764Z Compiling bcs v0.1.6
24632025-03-12T22:04:12.634Z Compiling fxhash v0.2.1
24642025-03-12T22:04:12.901Z Compiling libz-sys v1.1.20
24652025-03-12T22:04:13.621Z Compiling termtree v0.5.1
24662025-03-12T22:04:15.074Z Compiling async-bb8-diesel v0.2.1
24672025-03-12T22:04:15.865Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24682025-03-12T22:04:15.886Z Compiling kstat-rs v0.2.4
24692025-03-12T22:04:16.820Z Compiling proc-macro-error-attr2 v2.0.0
24702025-03-12T22:04:16.905Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24712025-03-12T22:04:17.301Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24722025-03-12T22:04:17.611Z Compiling proc-macro-error2 v2.0.1
24732025-03-12T22:04:18.207Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
24742025-03-12T22:04:18.689Z Compiling nanorand v0.7.0
24752025-03-12T22:04:19.370Z Compiling libgit2-sys v0.17.0+1.8.1
24762025-03-12T22:04:20.176Z Compiling pin-project-internal v1.1.6
24772025-03-12T22:04:22.728Z Compiling parking_lot_core v0.8.6
24782025-03-12T22:04:23.219Z Compiling pin-project v1.1.6
24792025-03-12T22:04:31.156Z Compiling flume v0.11.1
24802025-03-12T22:04:31.445Z Compiling tabled_derive v0.10.0
24812025-03-12T22:04:31.902Z Compiling mime_guess v2.0.5
24822025-03-12T22:04:33.401Z Compiling papergrid v0.14.0
24832025-03-12T22:04:33.768Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24842025-03-12T22:04:36.463Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24852025-03-12T22:04:38.298Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24862025-03-12T22:04:41.344Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24872025-03-12T22:04:43.761Z Compiling snafu-derive v0.8.5
24882025-03-12T22:04:44.430Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24892025-03-12T22:04:44.896Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24902025-03-12T22:04:46.115Z Compiling tabled v0.18.0
24912025-03-12T22:04:47.914Z Compiling snafu v0.8.5
24922025-03-12T22:04:55.664Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24932025-03-12T22:05:01.267Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24942025-03-12T22:05:06.069Z Compiling globset v0.4.15
24952025-03-12T22:05:07.475Z Compiling olpc-cjson v0.1.4
24962025-03-12T22:05:07.802Z Compiling vergen v8.3.2
24972025-03-12T22:05:08.176Z Compiling castaway v0.2.3
24982025-03-12T22:05:08.383Z Compiling nibble_vec v0.1.0
24992025-03-12T22:05:08.621Z Compiling cargo-platform v0.1.8
25002025-03-12T22:05:09.110Z Compiling serde_plain v1.0.2
25012025-03-12T22:05:09.665Z Compiling atty v0.2.14
25022025-03-12T22:05:09.880Z Compiling http-range v0.1.5
25032025-03-12T22:05:10.480Z Compiling typed-path v0.9.3
25042025-03-12T22:05:11.924Z Compiling endian-type v0.1.2
25052025-03-12T22:05:11.993Z Compiling io-lifetimes v1.0.11
25062025-03-12T22:05:12.175Z Compiling salty v0.3.0
25072025-03-12T22:05:12.610Z Compiling radix_trie v0.2.1
25082025-03-12T22:05:13.042Z Compiling cargo_metadata v0.18.1
25092025-03-12T22:05:13.547Z Compiling tough v0.19.0
25102025-03-12T22:05:14.560Z Compiling git2 v0.19.0
25112025-03-12T22:05:15.906Z Compiling compact_str v0.8.0
25122025-03-12T22:05:17.473Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25132025-03-12T22:05:18.259Z Compiling parking_lot v0.11.2
25142025-03-12T22:05:22.277Z Compiling unicode-truncate v1.1.0
25152025-03-12T22:05:22.602Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
25162025-03-12T22:05:22.683Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25172025-03-12T22:05:24.321Z Compiling lru v0.12.5
25182025-03-12T22:05:24.695Z Compiling rand_seeder v0.3.0
25192025-03-12T22:05:25.139Z Compiling lzma-sys v0.1.20
25202025-03-12T22:05:25.861Z Compiling instability v0.3.2
25212025-03-12T22:05:26.881Z Compiling indoc v2.0.6
25222025-03-12T22:05:27.108Z Compiling cassowary v0.3.0
25232025-03-12T22:05:27.813Z Compiling parse-size v1.1.0
25242025-03-12T22:05:28.175Z Compiling rustls v0.21.12
25252025-03-12T22:05:28.536Z Compiling rustix v0.37.28
25262025-03-12T22:05:28.628Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
25272025-03-12T22:05:29.489Z Compiling ratatui v0.29.0
25282025-03-12T22:05:30.729Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25292025-03-12T22:05:30.759Z Compiling hyper-staticfile v0.10.1
25302025-03-12T22:05:30.987Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25312025-03-12T22:05:33.672Z Compiling sled v0.34.7
25322025-03-12T22:05:34.790Z Compiling hickory-client v0.24.4
25332025-03-12T22:05:37.501Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
25342025-03-12T22:05:38.749Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25352025-03-12T22:05:39.400Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25362025-03-12T22:05:44.289Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25372025-03-12T22:05:44.654Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
25382025-03-12T22:05:45.789Z Compiling sct v0.7.1
25392025-03-12T22:05:46.206Z Compiling rustls-webpki v0.101.7
25402025-03-12T22:05:46.252Z Compiling hickory-server v0.24.4
25412025-03-12T22:05:49.258Z Compiling primeorder v0.13.6
25422025-03-12T22:05:49.535Z Compiling heck v0.3.3
25432025-03-12T22:05:49.875Z Compiling env_filter v0.1.2
25442025-03-12T22:05:49.896Z Compiling csv-core v0.1.11
25452025-03-12T22:05:50.065Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
25462025-03-12T22:05:50.518Z Compiling csv v1.3.1
25472025-03-12T22:05:50.782Z Compiling env_logger v0.11.5
25482025-03-12T22:05:51.423Z Compiling zone_cfg_derive v0.1.2
25492025-03-12T22:05:52.220Z Compiling p384 v0.13.0
25502025-03-12T22:05:52.664Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25512025-03-12T22:05:57.534Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25522025-03-12T22:05:58.449Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25532025-03-12T22:05:59.156Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25542025-03-12T22:05:59.657Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25552025-03-12T22:06:00.376Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25562025-03-12T22:06:00.460Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25572025-03-12T22:06:00.617Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25582025-03-12T22:06:00.826Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25592025-03-12T22:06:00.964Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25602025-03-12T22:06:01.187Z Compiling nix v0.27.1
25612025-03-12T22:06:01.320Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25622025-03-12T22:06:02.046Z Compiling tungstenite v0.23.0
25632025-03-12T22:06:03.813Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
25642025-03-12T22:06:04.189Z Compiling base64 v0.13.1
25652025-03-12T22:06:04.986Z Compiling ron v0.7.1
25662025-03-12T22:06:06.443Z Compiling tokio-tungstenite v0.23.1
25672025-03-12T22:06:07.690Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25682025-03-12T22:06:08.516Z Compiling xz2 v0.1.7
25692025-03-12T22:06:09.135Z Compiling terminal_size v0.2.6
25702025-03-12T22:06:09.387Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25712025-03-12T22:06:10.205Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25722025-03-12T22:06:16.267Z Compiling tokio-rustls v0.24.1
25732025-03-12T22:06:16.756Z Compiling zone v0.1.8
25742025-03-12T22:06:17.617Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25752025-03-12T22:06:17.786Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25762025-03-12T22:06:18.067Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25772025-03-12T22:06:19.300Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25782025-03-12T22:06:20.165Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25792025-03-12T22:06:20.580Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25802025-03-12T22:06:20.640Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25812025-03-12T22:06:20.878Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25822025-03-12T22:06:23.851Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25832025-03-12T22:06:24.212Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25842025-03-12T22:06:24.883Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25852025-03-12T22:06:28.624Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25862025-03-12T22:06:28.968Z Compiling rustls-pemfile v1.0.4
25872025-03-12T22:06:29.829Z Compiling signal-hook-tokio v0.3.1
25882025-03-12T22:06:30.045Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25892025-03-12T22:06:30.073Z Compiling twox-hash v2.1.0
25902025-03-12T22:06:31.139Z Compiling yasna v0.5.2
25912025-03-12T22:06:32.329Z Compiling glob v0.3.2
25922025-03-12T22:06:32.559Z Compiling unicode-linebreak v0.1.5
25932025-03-12T22:06:33.140Z Compiling is_ci v1.2.0
25942025-03-12T22:06:33.392Z Compiling smawk v0.3.2
25952025-03-12T22:06:33.458Z Compiling supports-color v3.0.2
25962025-03-12T22:06:33.704Z Compiling textwrap v0.16.1
25972025-03-12T22:06:33.932Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25982025-03-12T22:06:34.421Z Compiling rcgen v0.12.1
25992025-03-12T22:06:37.319Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
26002025-03-12T22:06:38.959Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
26012025-03-12T22:06:40.380Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
26022025-03-12T22:06:41.139Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26032025-03-12T22:06:45.656Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
26042025-03-12T22:06:45.950Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
26052025-03-12T22:06:59.430Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26062025-03-12T22:06:59.563Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26072025-03-12T22:06:59.835Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
26082025-03-12T22:06:59.919Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
26092025-03-12T22:07:04.118Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26102025-03-12T22:07:09.562Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26112025-03-12T22:07:11.573Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26122025-03-12T22:07:12.115Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26132025-03-12T22:07:22.023Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26142025-03-12T22:07:24.313Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26152025-03-12T22:07:24.676Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
26162025-03-12T22:07:26.977Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26172025-03-12T22:07:28.284Z Compiling fatfs v0.3.6
26182025-03-12T22:07:29.418Z Compiling subprocess v0.2.9
26192025-03-12T22:07:29.672Z Compiling rtoolbox v0.0.2
26202025-03-12T22:07:30.113Z Compiling assert_matches v1.5.0
26212025-03-12T22:07:30.886Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26222025-03-12T22:07:31.031Z Compiling rpassword v7.3.1
26232025-03-12T22:07:31.526Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26242025-03-12T22:07:33.985Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26252025-03-12T22:07:38.646Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26262025-03-12T22:07:45.612Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
26272025-03-12T22:08:05.246Z Compiling tui-tree-widget v0.23.0
26282025-03-12T22:08:05.753Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
26292025-03-12T22:08:06.680Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26302025-03-12T22:08:07.034Z Compiling uzers v0.12.1
26312025-03-12T22:08:10.214Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
26322025-03-12T22:08:17.121Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
26332025-03-12T22:08:19.049Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
26342025-03-12T22:08:25.943Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26352025-03-12T22:08:37.264Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
26362025-03-12T22:08:42.093Z Compiling multimap v0.10.0
26372025-03-12T22:11:03.673Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
26382025-03-12T22:18:52.680Z Finished `release` profile [optimized] target(s) in 18m 12s
26392025-03-12T22:20:00.627Z
26402025-03-12T22:20:00.630Zreal 19:21.229577310
26412025-03-12T22:20:00.630Zuser 2:14:54.337116994
26422025-03-12T22:20:00.630Zsys 3:41.126285179
26432025-03-12T22:20:00.630Ztrap 3.590788466
26442025-03-12T22:20:00.631Ztflt 1.842500471
26452025-03-12T22:20:00.631Zdflt 5.735327968
26462025-03-12T22:20:00.631Zkflt 0.022777323
26472025-03-12T22:20:00.631Zlock 8:03:55.422269264
26482025-03-12T22:20:00.631Zslp 6:55:36.130612474
26492025-03-12T22:20:00.631Zlat 3:34.015547148
26502025-03-12T22:20:00.631Zstop 3:04.250121803
26512025-03-12T22:20:00.631Z+ mapfile -t packages
26522025-03-12T22:20:00.631Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
26532025-03-12T22:20:01.764Z Compiling ring v0.17.11
26542025-03-12T22:20:03.648Z Compiling rustls v0.22.4
26552025-03-12T22:20:03.648Z Compiling rustls v0.23.19
26562025-03-12T22:20:05.332Z Compiling rustls-webpki v0.102.8
26572025-03-12T22:20:09.621Z Compiling tokio-rustls v0.25.0
26582025-03-12T22:20:10.086Z Compiling dropshot v0.12.0
26592025-03-12T22:20:11.470Z Compiling tokio-rustls v0.26.0
26602025-03-12T22:20:11.947Z Compiling hyper-rustls v0.27.3
26612025-03-12T22:20:12.529Z Compiling reqwest v0.12.12
26622025-03-12T22:20:14.223Z Compiling qorb v0.2.1
26632025-03-12T22:20:14.859Z Compiling dropshot v0.16.0
26642025-03-12T22:20:21.574Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26652025-03-12T22:20:22.162Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26662025-03-12T22:20:22.928Z Compiling progenitor-client v0.8.0
26672025-03-12T22:20:23.856Z Compiling progenitor v0.8.0
26682025-03-12T22:20:24.238Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
26692025-03-12T22:20:24.296Z Compiling progenitor-client v0.9.1
26702025-03-12T22:20:25.292Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26712025-03-12T22:20:27.947Z Compiling omicron-zone-package v0.12.0
26722025-03-12T22:20:35.555Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26732025-03-12T22:20:47.903Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26742025-03-12T22:20:52.131Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26752025-03-12T22:20:55.023Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26762025-03-12T22:20:56.168Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26772025-03-12T22:21:10.827Z Finished `release` profile [optimized] target(s) in 1m 10s
26782025-03-12T22:21:11.007Z Running `target/release/omicron-package -t test list-outputs`
26792025-03-12T22:21:11.063ZLogging to: /work/oxidecomputer/omicron/out/LOG
26802025-03-12T22:21:11.066Z+ ptime -m cargo build --locked --release -p xtask
26812025-03-12T22:21:11.672Z Compiling serde v1.0.218
26822025-03-12T22:21:11.676Z Compiling rustix v0.38.37
26832025-03-12T22:21:11.676Z Compiling serde_json v1.0.139
26842025-03-12T22:21:11.676Z Compiling libc v0.2.170
26852025-03-12T22:21:11.780Z Compiling syn v2.0.98
26862025-03-12T22:21:11.789Z Compiling bitflags v2.6.0
26872025-03-12T22:21:12.152Z Compiling usdt-impl v0.5.0
26882025-03-12T22:21:12.195Z Compiling syn v1.0.109
26892025-03-12T22:21:12.291Z Compiling log v0.4.22
26902025-03-12T22:21:12.311Z Compiling hashbrown v0.15.1
26912025-03-12T22:21:12.567Z Compiling fs-err v2.11.0
26922025-03-12T22:21:12.731Z Compiling once_cell v1.20.3
26932025-03-12T22:21:12.907Z Compiling anyhow v1.0.97
26942025-03-12T22:21:13.122Z Compiling thread-id v4.2.2
26952025-03-12T22:21:13.533Z Compiling indexmap v2.7.1
26962025-03-12T22:21:14.437Z Compiling terminal_size v0.4.0
26972025-03-12T22:21:14.515Z Compiling tempfile v3.13.0
26982025-03-12T22:21:14.719Z Compiling clap_builder v4.5.31
26992025-03-12T22:21:15.614Z Compiling proc-macro-error v1.0.4
27002025-03-12T22:21:16.470Z Compiling tabled_derive v0.7.0
27012025-03-12T22:21:17.806Z Compiling tabled v0.15.0
27022025-03-12T22:21:18.313Z Compiling serde_derive v1.0.218
27032025-03-12T22:21:18.317Z Compiling thiserror-impl v1.0.69
27042025-03-12T22:21:18.317Z Compiling zerocopy-derive v0.7.35
27052025-03-12T22:21:18.317Z Compiling scroll_derive v0.12.0
27062025-03-12T22:21:18.317Z Compiling thiserror-impl v2.0.11
27072025-03-12T22:21:19.828Z Compiling scroll v0.12.0
27082025-03-12T22:21:20.159Z Compiling zerocopy v0.7.35
27092025-03-12T22:21:20.522Z Compiling goblin v0.8.2
27102025-03-12T22:21:21.080Z Compiling thiserror v1.0.69
27112025-03-12T22:21:21.264Z Compiling pest v2.7.14
27122025-03-12T22:21:23.141Z Compiling thiserror v2.0.11
27132025-03-12T22:21:23.352Z Compiling clap_derive v4.5.28
27142025-03-12T22:21:24.444Z Compiling pest_meta v2.7.14
27152025-03-12T22:21:27.221Z Compiling pest_generator v2.7.14
27162025-03-12T22:21:28.263Z Compiling clap v4.5.31
27172025-03-12T22:21:28.942Z Compiling pest_derive v2.7.14
27182025-03-12T22:21:29.822Z Compiling dtrace-parser v0.2.0
27192025-03-12T22:21:34.565Z Compiling serde_tokenstream v0.2.2
27202025-03-12T22:21:35.194Z Compiling serde_spanned v0.6.8
27212025-03-12T22:21:35.495Z Compiling dof v0.3.0
27222025-03-12T22:21:36.037Z Compiling toml_datetime v0.6.8
27232025-03-12T22:21:36.766Z Compiling toml_edit v0.22.24
27242025-03-12T22:21:37.748Z Compiling camino v1.1.9
27252025-03-12T22:21:37.942Z Compiling usdt-attr-macro v0.5.0
27262025-03-12T22:21:38.006Z Compiling usdt-macro v0.5.0
27272025-03-12T22:21:39.263Z Compiling semver v1.0.25
27282025-03-12T22:21:39.313Z Compiling cargo-platform v0.1.8
27292025-03-12T22:21:40.424Z Compiling usdt v0.5.0
27302025-03-12T22:21:40.773Z Compiling cargo_metadata v0.19.2
27312025-03-12T22:21:41.871Z Compiling toml v0.8.20
27322025-03-12T22:21:43.848Z Compiling cargo_toml v0.21.0
27332025-03-12T22:21:45.124Z Compiling camino-tempfile v1.1.1
27342025-03-12T22:21:45.981Z Compiling macaddr v1.0.1
27352025-03-12T22:21:55.797Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
27362025-03-12T22:22:01.442Z Finished `release` profile [optimized] target(s) in 50.31s
27372025-03-12T22:22:01.561Z
27382025-03-12T22:22:01.565Zreal 50.460164002
27392025-03-12T22:22:01.565Zuser 5:30.149836848
27402025-03-12T22:22:01.565Zsys 20.118542207
27412025-03-12T22:22:01.565Ztrap 0.171009930
27422025-03-12T22:22:01.565Ztflt 0.157995152
27432025-03-12T22:22:01.565Zdflt 0.503760193
27442025-03-12T22:22:01.565Zkflt 0.000051195
27452025-03-12T22:22:01.565Zlock 10:32.033335181
27462025-03-12T22:22:01.565Zslp 16:29.218077025
27472025-03-12T22:22:01.565Zlat 17.083824813
27482025-03-12T22:22:01.565Zstop 20.715807781
27492025-03-12T22:22:01.565Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
27502025-03-12T22:22:01.565Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
27512025-03-12T22:22:01.565Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
27522025-03-12T22:22:01.565Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
27532025-03-12T22:22:01.565Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
27542025-03-12T22:22:02.509Z Compiling regress v0.10.3
27552025-03-12T22:22:02.648Z Compiling thiserror-impl v2.0.11
27562025-03-12T22:22:02.652Z Compiling ident_case v1.0.1
27572025-03-12T22:22:02.652Z Compiling unsafe-libyaml v0.2.11
27582025-03-12T22:22:02.652Z Compiling progenitor-client v0.9.1
27592025-03-12T22:22:02.652Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27602025-03-12T22:22:02.652Z Compiling tempfile v3.13.0
27612025-03-12T22:22:02.652Z Compiling ipnetwork v0.21.1
27622025-03-12T22:22:02.976Z Compiling darling_core v0.20.10
27632025-03-12T22:22:03.196Z Compiling oxnet v0.1.1
27642025-03-12T22:22:03.219Z Compiling macaddr v1.0.1
27652025-03-12T22:22:03.436Z Compiling progenitor-client v0.8.0
27662025-03-12T22:22:03.514Z Compiling structmeta-derive v0.3.0
27672025-03-12T22:22:03.647Z Compiling instant v0.1.13
27682025-03-12T22:22:03.819Z Compiling wait-timeout v0.2.0
27692025-03-12T22:22:03.876Z Compiling dropshot v0.16.0
27702025-03-12T22:22:03.924Z Compiling bit-vec v0.8.0
27712025-03-12T22:22:04.213Z Compiling serde_yaml v0.9.34+deprecated
27722025-03-12T22:22:04.345Z Compiling bit-set v0.8.0
27732025-03-12T22:22:04.469Z Compiling rusty-fork v0.3.0
27742025-03-12T22:22:04.519Z Compiling dropshot_endpoint v0.16.0
27752025-03-12T22:22:04.640Z Compiling rand_xorshift v0.3.0
27762025-03-12T22:22:04.994Z Compiling daft-derive v0.1.2
27772025-03-12T22:22:05.163Z Compiling unarray v0.1.4
27782025-03-12T22:22:05.351Z Compiling proptest v1.6.0
27792025-03-12T22:22:05.804Z Compiling thiserror v2.0.11
27802025-03-12T22:22:05.986Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27812025-03-12T22:22:06.175Z Compiling structmeta v0.3.0
27822025-03-12T22:22:06.178Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27832025-03-12T22:22:06.566Z Compiling typify-impl v0.2.0
27842025-03-12T22:22:06.590Z Compiling parse-display-derive v0.10.0
27852025-03-12T22:22:06.997Z Compiling test-strategy v0.4.0
27862025-03-12T22:22:07.296Z Compiling daft v0.1.2
27872025-03-12T22:22:07.720Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27882025-03-12T22:22:07.806Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27892025-03-12T22:22:08.019Z Compiling backoff v0.4.0
27902025-03-12T22:22:08.224Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27912025-03-12T22:22:08.394Z Compiling proc-macro-crate v1.3.1
27922025-03-12T22:22:08.754Z Compiling darling_macro v0.20.10
27932025-03-12T22:22:08.997Z Compiling typify-impl v0.3.0
27942025-03-12T22:22:09.326Z Compiling num_enum_derive v0.5.11
27952025-03-12T22:22:09.718Z Compiling darling v0.20.10
27962025-03-12T22:22:09.877Z Compiling serde_with_macros v3.12.0
27972025-03-12T22:22:10.405Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27982025-03-12T22:22:10.564Z Compiling parse-display v0.10.0
27992025-03-12T22:22:10.909Z Compiling itertools v0.13.0
28002025-03-12T22:22:11.216Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28012025-03-12T22:22:11.560Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
28022025-03-12T22:22:11.807Z Compiling num_enum v0.5.11
28032025-03-12T22:22:12.007Z Compiling crucible-workspace-hack v0.1.0
28042025-03-12T22:22:12.165Z Compiling heapless v0.8.0
28052025-03-12T22:22:12.422Z Compiling proc-macro-error v1.0.4
28062025-03-12T22:22:12.513Z Compiling serde_with v3.12.0
28072025-03-12T22:22:13.058Z Compiling camino-tempfile v1.1.1
28082025-03-12T22:22:13.074Z Compiling hash32 v0.3.1
28092025-03-12T22:22:13.357Z Compiling foreign-types-macros v0.2.3
28102025-03-12T22:22:13.519Z Compiling smoltcp v0.11.0
28112025-03-12T22:22:13.890Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28122025-03-12T22:22:14.176Z Compiling foreign-types-shared v0.3.1
28132025-03-12T22:22:14.659Z Compiling foreign-types v0.5.0
28142025-03-12T22:22:15.152Z Compiling tabwriter v1.4.0
28152025-03-12T22:22:15.657Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28162025-03-12T22:22:15.680Z Compiling cstr-argument v0.1.2
28172025-03-12T22:22:15.953Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
28182025-03-12T22:22:16.183Z Compiling pretty-hex v0.2.1
28192025-03-12T22:22:16.288Z Compiling cobs v0.2.3
28202025-03-12T22:22:16.418Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28212025-03-12T22:22:16.512Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28222025-03-12T22:22:16.607Z Compiling postcard v1.0.10
28232025-03-12T22:22:16.750Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28242025-03-12T22:22:17.227Z Compiling colored v2.2.0
28252025-03-12T22:22:17.293Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28262025-03-12T22:22:17.644Z Compiling winnow v0.6.20
28272025-03-12T22:22:17.743Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28282025-03-12T22:22:17.976Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28292025-03-12T22:22:18.026Z Compiling smf v0.2.3
28302025-03-12T22:22:18.846Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28312025-03-12T22:22:19.203Z Compiling zone_cfg_derive v0.3.0
28322025-03-12T22:22:19.232Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28332025-03-12T22:22:19.644Z Compiling itertools v0.14.0
28342025-03-12T22:22:20.342Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28352025-03-12T22:22:20.513Z Compiling num-derive v0.4.2
28362025-03-12T22:22:21.089Z Compiling typify-macro v0.2.0
28372025-03-12T22:22:21.171Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28382025-03-12T22:22:21.195Z Compiling sigpipe v0.1.3
28392025-03-12T22:22:21.368Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28402025-03-12T22:22:21.736Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28412025-03-12T22:22:22.628Z Compiling zone v0.3.0
28422025-03-12T22:22:22.651Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28432025-03-12T22:22:22.857Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
28442025-03-12T22:22:23.099Z Compiling universal-hash v0.5.1
28452025-03-12T22:22:23.331Z Compiling opaque-debug v0.3.1
28462025-03-12T22:22:23.455Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28472025-03-12T22:22:23.498Z Compiling typify-macro v0.3.0
28482025-03-12T22:22:23.673Z Compiling tungstenite v0.21.0
28492025-03-12T22:22:23.720Z Compiling num-rational v0.4.2
28502025-03-12T22:22:24.019Z Compiling password-hash v0.5.0
28512025-03-12T22:22:24.827Z Compiling typify v0.2.0
28522025-03-12T22:22:24.911Z Compiling blake2 v0.10.6
28532025-03-12T22:22:24.976Z Compiling progenitor-impl v0.8.0
28542025-03-12T22:22:25.136Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28552025-03-12T22:22:25.243Z Compiling num-complex v0.4.6
28562025-03-12T22:22:25.265Z Compiling aead v0.5.2
28572025-03-12T22:22:25.590Z Compiling keccak v0.1.5
28582025-03-12T22:22:25.716Z Compiling convert_case v0.4.0
28592025-03-12T22:22:26.243Z Compiling base64 v0.21.7
28602025-03-12T22:22:26.358Z Compiling num v0.4.3
28612025-03-12T22:22:26.490Z Compiling sha3 v0.10.8
28622025-03-12T22:22:26.530Z Compiling derive_more v0.99.19
28632025-03-12T22:22:26.779Z Compiling argon2 v0.5.3
28642025-03-12T22:22:26.904Z Compiling tokio-tungstenite v0.21.0
28652025-03-12T22:22:27.313Z Compiling typify v0.3.0
28662025-03-12T22:22:27.335Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28672025-03-12T22:22:27.457Z Compiling progenitor-impl v0.9.1
28682025-03-12T22:22:27.477Z Compiling poly1305 v0.8.0
28692025-03-12T22:22:27.503Z Compiling chacha20 v0.9.1
28702025-03-12T22:22:28.000Z Compiling float-ord v0.3.2
28712025-03-12T22:22:28.208Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28722025-03-12T22:22:28.547Z Compiling semver v0.1.20
28732025-03-12T22:22:28.629Z Compiling same-file v1.0.6
28742025-03-12T22:22:28.933Z Compiling rustc_version v0.1.7
28752025-03-12T22:22:29.136Z Compiling walkdir v2.5.0
28762025-03-12T22:22:29.158Z Compiling newline-converter v0.3.0
28772025-03-12T22:22:29.350Z Compiling primeorder v0.13.6
28782025-03-12T22:22:29.394Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28792025-03-12T22:22:29.518Z Compiling secrecy v0.8.0
28802025-03-12T22:22:29.793Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28812025-03-12T22:22:29.813Z Compiling cancel-safe-futures v0.1.5
28822025-03-12T22:22:29.853Z Compiling owo-colors v4.2.0
28832025-03-12T22:22:29.988Z Compiling newtype_derive v0.1.6
28842025-03-12T22:22:30.232Z Compiling expectorate v1.1.0
28852025-03-12T22:22:30.336Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28862025-03-12T22:22:30.443Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28872025-03-12T22:22:30.598Z Compiling thiserror-impl-no-std v2.0.2
28882025-03-12T22:22:30.626Z Compiling libsw-core v0.3.1
28892025-03-12T22:22:30.781Z Compiling blake3 v1.5.4
28902025-03-12T22:22:30.945Z Compiling unicase v2.7.0
28912025-03-12T22:22:31.306Z Compiling half v2.4.1
28922025-03-12T22:22:31.394Z Compiling arc-swap v1.7.1
28932025-03-12T22:22:31.463Z Compiling ciborium-io v0.2.2
28942025-03-12T22:22:31.627Z Compiling fixedbitset v0.5.7
28952025-03-12T22:22:31.712Z Compiling progenitor-macro v0.8.0
28962025-03-12T22:22:31.865Z Compiling slog-scope v4.4.0
28972025-03-12T22:22:31.987Z Compiling ciborium-ll v0.2.2
28982025-03-12T22:22:32.269Z Compiling petgraph v0.7.1
28992025-03-12T22:22:32.342Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
29002025-03-12T22:22:32.389Z Compiling libsw v3.4.0
29012025-03-12T22:22:32.540Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29022025-03-12T22:22:32.974Z Compiling polyval v0.6.2
29032025-03-12T22:22:33.335Z Compiling thiserror-no-std v2.0.2
29042025-03-12T22:22:33.386Z Compiling atomicwrites v0.4.4
29052025-03-12T22:22:33.494Z Compiling memmap2 v0.9.5
29062025-03-12T22:22:33.543Z Compiling indent_write v2.2.0
29072025-03-12T22:22:33.767Z Compiling arrayvec v0.7.6
29082025-03-12T22:22:33.799Z Compiling salty v0.3.0
29092025-03-12T22:22:33.925Z Compiling arrayref v0.3.9
29102025-03-12T22:22:34.054Z Compiling libefi-sys v0.1.0
29112025-03-12T22:22:34.143Z Compiling progenitor-macro v0.9.1
29122025-03-12T22:22:34.169Z Compiling linear-map v1.2.0
29132025-03-12T22:22:34.252Z Compiling parking_lot_core v0.8.6
29142025-03-12T22:22:34.391Z Compiling constant_time_eq v0.3.1
29152025-03-12T22:22:34.680Z Compiling vsss-rs v3.3.4
29162025-03-12T22:22:34.702Z Compiling ghash v0.5.1
29172025-03-12T22:22:34.946Z Compiling ciborium v0.2.2
29182025-03-12T22:22:35.310Z Compiling slog-stdlog v4.1.1
29192025-03-12T22:22:35.670Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29202025-03-12T22:22:35.935Z Compiling p384 v0.13.0
29212025-03-12T22:22:35.977Z Compiling toolchain_find v0.4.0
29222025-03-12T22:22:36.356Z Compiling chacha20poly1305 v0.10.1
29232025-03-12T22:22:36.601Z Compiling ctr v0.9.2
29242025-03-12T22:22:36.623Z Compiling lzma-sys v0.1.20
29252025-03-12T22:22:36.812Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29262025-03-12T22:22:36.992Z Compiling bitfield-struct v0.6.2
29272025-03-12T22:22:37.271Z Compiling slog-dtrace v0.3.0
29282025-03-12T22:22:37.349Z Compiling highway v1.3.0
29292025-03-12T22:22:37.503Z Compiling topological-sort v0.2.2
29302025-03-12T22:22:37.752Z Compiling omicron-zone-package v0.12.0
29312025-03-12T22:22:37.896Z Compiling aes-gcm v0.10.3
29322025-03-12T22:22:38.185Z Compiling rustfmt-wrapper v0.2.1
29332025-03-12T22:22:38.241Z Compiling slog-envlogger v2.2.0
29342025-03-12T22:22:38.365Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29352025-03-12T22:22:38.802Z Compiling mime_guess v2.0.5
29362025-03-12T22:22:38.861Z Compiling steno v0.4.1
29372025-03-12T22:22:39.515Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29382025-03-12T22:22:39.721Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29392025-03-12T22:22:39.981Z Compiling heck v0.3.3
29402025-03-12T22:22:40.002Z Compiling ssh-encoding v0.2.0
29412025-03-12T22:22:40.110Z Compiling blowfish v0.9.1
29422025-03-12T22:22:40.348Z Compiling env_filter v0.1.2
29432025-03-12T22:22:40.515Z Compiling nibble_vec v0.1.0
29442025-03-12T22:22:40.583Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29452025-03-12T22:22:40.765Z Compiling endian-type v0.1.2
29462025-03-12T22:22:40.898Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29472025-03-12T22:22:40.959Z Compiling humantime v2.1.0
29482025-03-12T22:22:40.983Z Compiling radix_trie v0.2.1
29492025-03-12T22:22:41.027Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29502025-03-12T22:22:41.085Z Compiling env_logger v0.11.5
29512025-03-12T22:22:41.483Z Compiling ssh-cipher v0.2.0
29522025-03-12T22:22:41.616Z Compiling zone_cfg_derive v0.1.2
29532025-03-12T22:22:41.748Z Compiling bcrypt-pbkdf v0.10.0
29542025-03-12T22:22:42.345Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29552025-03-12T22:22:42.389Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29562025-03-12T22:22:42.735Z Compiling parking_lot v0.11.2
29572025-03-12T22:22:43.020Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29582025-03-12T22:22:43.206Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29592025-03-12T22:22:43.358Z Compiling password-hash v0.4.2
29602025-03-12T22:22:43.511Z Compiling gethostname v0.5.0
29612025-03-12T22:22:43.514Z Compiling progenitor v0.8.0
29622025-03-12T22:22:43.573Z Compiling fxhash v0.2.1
29632025-03-12T22:22:43.594Z Compiling base64 v0.13.1
29642025-03-12T22:22:43.631Z Compiling http-range v0.1.5
29652025-03-12T22:22:43.711Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
29662025-03-12T22:22:43.767Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
29672025-03-12T22:22:43.802Z Compiling sled v0.34.7
29682025-03-12T22:22:43.954Z Compiling pbkdf2 v0.11.0
29692025-03-12T22:22:44.095Z Compiling ron v0.7.1
29702025-03-12T22:22:44.138Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29712025-03-12T22:22:44.160Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
29722025-03-12T22:22:44.330Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29732025-03-12T22:22:44.957Z Compiling zone v0.1.8
29742025-03-12T22:22:44.982Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29752025-03-12T22:22:45.589Z Compiling xz2 v0.1.7
29762025-03-12T22:22:45.938Z Compiling ssh-key v0.6.6
29772025-03-12T22:22:45.962Z Compiling progenitor v0.9.1
29782025-03-12T22:22:46.194Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
29792025-03-12T22:22:46.219Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29802025-03-12T22:22:46.341Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29812025-03-12T22:22:47.079Z Compiling hickory-client v0.24.4
29822025-03-12T22:22:48.841Z Compiling p521 v0.13.3
29832025-03-12T22:22:50.018Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29842025-03-12T22:22:50.920Z Compiling p256 v0.13.2
29852025-03-12T22:22:51.162Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29862025-03-12T22:22:51.273Z Compiling hickory-server v0.24.4
29872025-03-12T22:22:51.706Z Compiling pem v3.0.5
29882025-03-12T22:22:51.883Z Compiling yasna v0.5.2
29892025-03-12T22:22:52.171Z Compiling headers-core v0.3.0
29902025-03-12T22:22:52.360Z Compiling kstat-rs v0.2.4
29912025-03-12T22:22:52.383Z Compiling nanorand v0.7.0
29922025-03-12T22:22:52.497Z Compiling atty v0.2.14
29932025-03-12T22:22:52.680Z Compiling russh-cryptovec v0.7.3
29942025-03-12T22:22:52.907Z Compiling md5 v0.7.0
29952025-03-12T22:22:52.936Z Compiling rcgen v0.12.1
29962025-03-12T22:22:53.002Z Compiling flume v0.11.1
29972025-03-12T22:22:53.195Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
29982025-03-12T22:22:53.393Z Compiling russh-keys v0.45.0
29992025-03-12T22:22:53.467Z Compiling headers v0.4.0
30002025-03-12T22:22:53.603Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
30012025-03-12T22:22:55.153Z Compiling hyper-staticfile v0.10.1
30022025-03-12T22:22:55.476Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
30032025-03-12T22:22:56.271Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30042025-03-12T22:22:56.916Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30052025-03-12T22:22:57.079Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
30062025-03-12T22:22:57.101Z Compiling num-bigint v0.4.6
30072025-03-12T22:22:57.267Z Compiling des v0.8.1
30082025-03-12T22:22:57.458Z Compiling subprocess v0.2.9
30092025-03-12T22:22:57.477Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30102025-03-12T22:22:57.573Z Compiling hex-literal v0.4.1
30112025-03-12T22:22:57.767Z Compiling display-error-chain v0.2.2
30122025-03-12T22:22:58.008Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30132025-03-12T22:22:58.365Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30142025-03-12T22:22:58.905Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30152025-03-12T22:22:58.957Z Compiling internet-checksum v0.2.1
30162025-03-12T22:22:59.870Z Compiling russh v0.45.0
30172025-03-12T22:23:05.325Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30182025-03-12T22:23:06.164Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30192025-03-12T22:23:06.298Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
30202025-03-12T22:23:06.402Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30212025-03-12T22:23:07.159Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30222025-03-12T22:23:08.877Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30232025-03-12T22:23:08.932Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30242025-03-12T22:23:08.986Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30252025-03-12T22:23:09.968Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30262025-03-12T22:23:10.297Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30272025-03-12T22:23:10.327Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30282025-03-12T22:23:11.819Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30292025-03-12T22:23:13.122Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30302025-03-12T22:23:13.767Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30312025-03-12T22:23:14.182Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30322025-03-12T22:23:15.213Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30332025-03-12T22:23:16.065Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30342025-03-12T22:23:16.335Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30352025-03-12T22:23:17.542Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30362025-03-12T22:23:17.997Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30372025-03-12T22:23:18.701Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30382025-03-12T22:23:19.155Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30392025-03-12T22:23:19.281Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30402025-03-12T22:23:21.779Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30412025-03-12T22:23:22.757Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30422025-03-12T22:23:22.780Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30432025-03-12T22:23:23.429Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30442025-03-12T22:23:24.519Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30452025-03-12T22:23:31.179Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30462025-03-12T22:23:38.683Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30472025-03-12T22:23:40.507Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30482025-03-12T22:24:02.215Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30492025-03-12T22:24:25.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
30502025-03-12T22:24:25.424Z
30512025-03-12T22:24:25.428Zreal 2:23.800308436
30522025-03-12T22:24:25.428Zuser 12:04.994215568
30532025-03-12T22:24:25.428Zsys 1:35.398450367
30542025-03-12T22:24:25.428Ztrap 0.354067935
30552025-03-12T22:24:25.428Ztflt 0.344435286
30562025-03-12T22:24:25.428Zdflt 0.627939488
30572025-03-12T22:24:25.428Zkflt 0.000039326
30582025-03-12T22:24:25.428Zlock 22:26.379074228
30592025-03-12T22:24:25.428Zslp 41:54.402097635
30602025-03-12T22:24:25.428Zlat 38.536545674
30612025-03-12T22:24:25.428Zstop 1:45.526022778
30622025-03-12T22:24:25.428Z+ mkdir tests
30632025-03-12T22:24:25.433Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
30642025-03-12T22:24:25.434Z+ xargs -I '{}' -t cp '{}' tests/
30652025-03-12T22:24:25.475Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-bd8a24749f00c2a9 tests/
30662025-03-12T22:24:25.500Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-44673951bce98857 tests/
30672025-03-12T22:24:25.526Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-9bb93a4bfbc4d0dd tests/
30682025-03-12T22:24:25.553Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d4c807350217b80d tests/
30692025-03-12T22:24:25.815Z+ 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/*)
30702025-03-12T22:24:25.829Z+ 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-bd8a24749f00c2a9 tests/commtest-9bb93a4bfbc4d0dd tests/dhcp_server-44673951bce98857 tests/end_to_end_tests-d4c807350217b80d 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
30712025-03-12T22:25:42.539ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
30722025-03-12T22:25:42.539Za .github/buildomat/ci-env.sh 1K
30732025-03-12T22:25:42.539Za out/target/test 1K
30742025-03-12T22:25:42.539Za out/npuzone/npuzone 23144K
30752025-03-12T22:25:42.539Za package-manifest.toml 33K
30762025-03-12T22:25:42.539Za smf/sled-agent/non-gimlet/config.toml 4K
30772025-03-12T22:25:42.539Za target/release/omicron-package 38845K
30782025-03-12T22:25:42.539Za target/release/xtask 10810K
30792025-03-12T22:25:42.539Za target/debug/bootstrap 214943K
30802025-03-12T22:25:42.539Za tests/bootstrap-bd8a24749f00c2a9 24084K
30812025-03-12T22:25:42.539Za tests/commtest-9bb93a4bfbc4d0dd 24339K
30822025-03-12T22:25:42.539Za tests/dhcp_server-44673951bce98857 24084K
30832025-03-12T22:25:42.539Za tests/end_to_end_tests-d4c807350217b80d 275686K
30842025-03-12T22:25:42.539Za out/clickhouse.tar.gz 304586K
30852025-03-12T22:25:42.539Za out/clickhouse_keeper.tar.gz 290440K
30862025-03-12T22:25:42.539Za out/clickhouse_server.tar.gz 304572K
30872025-03-12T22:25:42.539Za out/cockroachdb.tar.gz 143837K
30882025-03-12T22:25:42.539Za out/crucible-dtrace.tar 98K
30892025-03-12T22:25:42.539Za out/crucible-pantry-zone.tar.gz 32470K
30902025-03-12T22:25:42.539Za out/crucible-zone.tar.gz 40856K
30912025-03-12T22:25:42.539Za out/external-dns.tar.gz 44316K
30922025-03-12T22:25:42.540Za out/internal-dns.tar.gz 44317K
30932025-03-12T22:25:42.540Za out/mg-ddm-gz.tar 65544K
30942025-03-12T22:25:42.540Za out/nexus.tar.gz 111184K
30952025-03-12T22:25:42.540Za out/ntp.tar.gz 14425K
30962025-03-12T22:25:42.540Za out/omicron-gateway-softnpu.tar.gz 25055K
30972025-03-12T22:25:42.540Za out/omicron-sled-agent.tar 123680K
30982025-03-12T22:25:42.540Za out/overlay.tar.gz 3K
30992025-03-12T22:25:42.540Za out/oximeter.tar.gz 54491K
31002025-03-12T22:25:42.540Za out/oxlog.tar 3144K
31012025-03-12T22:25:42.540Za out/probe.tar.gz 2764K
31022025-03-12T22:25:42.540Za out/propolis-server.tar.gz 67599K
31032025-03-12T22:25:42.540Za out/pumpkind-gz.tar 26665K
31042025-03-12T22:25:42.540Za out/switch-softnpu.tar.gz 262014K
31052025-03-12T22:25:42.543Z
31062025-03-12T22:25:42.543Zreal 1:16.715755631
31072025-03-12T22:25:42.543Zuser 1:13.175094292
31082025-03-12T22:25:42.543Zsys 5.035699388
31092025-03-12T22:25:42.543Ztrap 0.020874880
31102025-03-12T22:25:42.543Ztflt 0.000000000
31112025-03-12T22:25:42.544Zdflt 0.000000000
31122025-03-12T22:25:42.544Zkflt 0.000000000
31132025-03-12T22:25:42.544Zlock 0.000000000
31142025-03-12T22:25:42.544Zslp 1:12.964863509
31152025-03-12T22:25:42.544Zlat 2.229528233
31162025-03-12T22:25:42.544Zstop 0.000207511
31172025-03-12T22:25:42.544Zprocess exited: duration 2129849 ms, exit code 0
 
31182025-03-12T22:25:42.560Zfound 1 output files
31192025-03-12T22:25:42.560Zuploading: /work/package.tar.gz (2020329170 bytes)
31202025-03-12T22:26:30.800Zuploaded: /work/package.tar.gz