01JPWVY71A5894JF38CPEN3TNF: 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: 01JPWVYX6JFN9Y8NY0GRRWW4AV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-21T17:29:14.410Zjob assigned to worker 01JPWVZ9GVFP0FQJSYGPBE5V5X [factory aws, i-064bc22392f5ec1dd] (queued for 1 m 7 s)
 
22025-03-21T17:29:22.803Zstarting task 0: "setup"
32025-03-21T17:29:22.807Z++ uname -s
42025-03-21T17:29:22.811Z+ kern=SunOS
52025-03-21T17:29:22.811Z+ build_user=build
62025-03-21T17:29:22.811Z+ build_uid=12345
72025-03-21T17:29:22.811Z+ work_dir=/work
82025-03-21T17:29:22.811Z+ input_dir=/input
92025-03-21T17:29:22.811Z+ [[ 0 == 12345 ]]
102025-03-21T17:29:22.811Z+ case "$kern" in
112025-03-21T17:29:22.811Z+ groupadd -g 12345 build
122025-03-21T17:29:22.814Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-21T17:29:24.820Z+ zfs create -o mountpoint=/work rpool/work
142025-03-21T17:29:24.955Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-21T17:29:24.959Z+ home_fs=zfs
162025-03-21T17:29:24.959Z+ [[ zfs == autofs ]]
172025-03-21T17:29:24.959Z+ mkdir -p /home/build
182025-03-21T17:29:24.963Z+ chown build:build /home/build /work
192025-03-21T17:29:26.962Z+ chmod 0700 /home/build /work
202025-03-21T17:29:26.965Zprocess exited: duration 4162 ms, exit code 0
 
212025-03-21T17:29:26.972Zstarting task 1: "rust-toolchain"
222025-03-21T17:29:26.977Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-03-21T17:29:26.977Z * rust toolchain channel = "1.85.0"
242025-03-21T17:29:26.977Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-03-21T17:29:26.977Z * rust toolchain profile = "default"
262025-03-21T17:29:26.977Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-03-21T17:29:26.978Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-21T17:29:26.981Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-21T17:29:26.981Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-03-21T17:29:27.102Zinfo: downloading installer
312025-03-21T17:29:28.310Zwarn: It looks like you have an existing installation of Rust at:
322025-03-21T17:29:28.310Zwarn: /opt/ooce/bin
332025-03-21T17:29:28.310Zwarn: It is recommended that rustup be the primary Rust installation.
342025-03-21T17:29:28.310Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-03-21T17:29:28.310Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-03-21T17:29:28.310Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-21T17:29:28.310Zwarn: or pass `-y' to ignore all ignorable checks.
382025-03-21T17:29:28.310Zerror: cannot install while Rust is installed
392025-03-21T17:29:28.310Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-03-21T17:29:28.326Zinfo: profile set to 'default'
412025-03-21T17:29:28.326Zinfo: default host triple is x86_64-unknown-illumos
422025-03-21T17:29:28.330Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-03-21T17:29:28.492Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-03-21T17:29:28.492Zinfo: downloading component 'cargo'
452025-03-21T17:29:29.242Zinfo: downloading component 'clippy'
462025-03-21T17:29:29.627Zinfo: downloading component 'rust-docs'
472025-03-21T17:29:30.720Zinfo: downloading component 'rust-std'
482025-03-21T17:29:32.377Zinfo: downloading component 'rustc'
492025-03-21T17:29:39.284Zinfo: downloading component 'rustfmt'
502025-03-21T17:29:39.619Zinfo: installing component 'cargo'
512025-03-21T17:29:40.352Zinfo: installing component 'clippy'
522025-03-21T17:29:40.735Zinfo: installing component 'rust-docs'
532025-03-21T17:29:42.482Zinfo: installing component 'rust-std'
542025-03-21T17:29:44.373Zinfo: installing component 'rustc'
552025-03-21T17:29:50.245Zinfo: installing component 'rustfmt'
562025-03-21T17:29:50.800Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-03-21T17:29:50.800Z
582025-03-21T17:29:50.933Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-03-21T17:29:50.933Z
602025-03-21T17:29:50.936Z
612025-03-21T17:29:50.936ZRust is installed now. Great!
622025-03-21T17:29:50.936Z
632025-03-21T17:29:50.936ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-21T17:29:50.936Zenvironment variable. This has not been done automatically.
652025-03-21T17:29:50.936Z
662025-03-21T17:29:50.936ZTo configure your current shell, you need to source
672025-03-21T17:29:50.936Zthe corresponding env file under $HOME/.cargo.
682025-03-21T17:29:50.936Z
692025-03-21T17:29:50.936ZThis is usually done by running one of the following (note the leading DOT):
702025-03-21T17:29:50.936Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-21T17:29:50.936Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-21T17:29:50.936Zsource "$HOME/.cargo/env.nu" # For nushell
732025-03-21T17:29:51.004Z+ rustup --version
742025-03-21T17:29:51.015Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-03-21T17:29:51.019Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-03-21T17:29:51.043Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
772025-03-21T17:29:51.046Z+ cargo --version
782025-03-21T17:29:51.064Zcargo 1.85.0 (d73d2caf9 2024-12-31)
792025-03-21T17:29:51.067Z+ rustc --version
802025-03-21T17:29:51.091Zrustc 1.85.0 (4d91de4e4 2025-02-17)
812025-03-21T17:29:51.094Zprocess exited: duration 24109 ms, exit code 0
 
822025-03-21T17:29:51.100Zstarting task 2: "authentication"
832025-03-21T17:29:51.122Zprocess exited: duration 21 ms, exit code 0
 
842025-03-21T17:29:51.131Zstarting task 3: "clone repository"
852025-03-21T17:29:51.135Z+ mkdir -p /work/oxidecomputer/omicron
862025-03-21T17:29:51.142Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-03-21T17:29:51.175ZCloning into '/work/oxidecomputer/omicron'...
882025-03-21T17:29:58.556Z+ cd /work/oxidecomputer/omicron
892025-03-21T17:29:58.556Z+ git fetch origin a567d7e0f060702c843ae3aa82bf9c39e46b75a4
902025-03-21T17:29:58.858ZFrom https://github.com/oxidecomputer/omicron
912025-03-21T17:29:58.858Z * branch a567d7e0f060702c843ae3aa82bf9c39e46b75a4 -> FETCH_HEAD
922025-03-21T17:29:58.868Z+ [[ -n unwind_volume_resource_usage_records ]]
932025-03-21T17:29:58.871Z++ git branch --show-current
942025-03-21T17:29:58.874Z+ current=main
952025-03-21T17:29:58.874Z+ [[ main != unwind_volume_resource_usage_records ]]
962025-03-21T17:29:58.874Z+ git branch -f unwind_volume_resource_usage_records a567d7e0f060702c843ae3aa82bf9c39e46b75a4
972025-03-21T17:29:58.877Z+ git checkout -f unwind_volume_resource_usage_records
982025-03-21T17:29:59.060ZSwitched to branch 'unwind_volume_resource_usage_records'
992025-03-21T17:29:59.063Z+ git reset --hard a567d7e0f060702c843ae3aa82bf9c39e46b75a4
1002025-03-21T17:29:59.140ZHEAD is now at a567d7e0f Clean up volume usage records created by sagas
1012025-03-21T17:29:59.143Zprocess exited: duration 8008 ms, exit code 0
 
1022025-03-21T17:29:59.150Zstarting task 4: "build"
1032025-03-21T17:29:59.155Z+ source .github/buildomat/ci-env.sh
1042025-03-21T17:29:59.155Z++ export CARGO_TERM_COLOR=always
1052025-03-21T17:29:59.155Z++ CARGO_TERM_COLOR=always
1062025-03-21T17:29:59.155Z+ cargo --version
1072025-03-21T17:29:59.209Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1082025-03-21T17:29:59.212Z+ rustc --version
1092025-03-21T17:29:59.277Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1102025-03-21T17:29:59.280Z+ WORK=/work
1112025-03-21T17:29:59.281Z+ pfexec mkdir -p /work
1122025-03-21T17:29:59.284Z+ pfexec chown build /work
1132025-03-21T17:29:59.287Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142025-03-21T17:30:00.929Zpkg list: illegal option -- F
1152025-03-21T17:30:00.929ZUsage:
1162025-03-21T17:30:00.932Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1172025-03-21T17:30:00.932Z [pkg_fmri_pattern ...]
1182025-03-21T17:30:01.775Zpkg list: illegal option -- F
1192025-03-21T17:30:01.775ZUsage:
1202025-03-21T17:30:01.778Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1212025-03-21T17:30:01.778Z [pkg_fmri_pattern ...]
1222025-03-21T17:30:17.666Z Startup: Refreshing catalog 'helios-dev' ... Done
1232025-03-21T17:30:22.151Z Startup: Caching catalogs ... Done
1242025-03-21T17:30:36.913ZPlanning: Solver setup ... Done (13.693s)
1252025-03-21T17:30:37.075ZPlanning: Running solver ... Done (0.163s)
1262025-03-21T17:30:37.211ZPlanning: Finding local manifests ... Done (0.007s)
1272025-03-21T17:30:37.237ZPlanning: Fetching manifests: 0/7 0% complete
1282025-03-21T17:30:38.153ZPlanning: Fetching manifests: 7/7 100% complete
1292025-03-21T17:30:38.153ZPlanning: Package planning ... Done (0.110s)
1302025-03-21T17:30:38.153ZPlanning: Merging actions ... Done (0.057s)
1312025-03-21T17:30:38.252ZPlanning: Checking for conflicting actions ... Done (0.198s)
1322025-03-21T17:30:40.417ZPlanning: Consolidating action changes ... Done (2.164s)
1332025-03-21T17:30:40.866ZPlanning: Evaluating mediators ... Done (0.448s)
1342025-03-21T17:30:40.948ZPlanning: Planning completed in 18.68 seconds
1352025-03-21T17:30:40.966Z Packages to install: 4
1362025-03-21T17:30:40.966Z Packages to update: 3
1372025-03-21T17:30:40.966Z Mediators to change: 2
1382025-03-21T17:30:40.966Z Services to change: 1
1392025-03-21T17:30:40.966Z Estimated space available: 155.59 GB
1402025-03-21T17:30:40.966ZEstimated space to be consumed: 1.67 GB
1412025-03-21T17:30:40.966Z Create boot environment: No
1422025-03-21T17:30:40.966ZCreate backup boot environment: Yes
1432025-03-21T17:30:40.969Z Rebuild boot archive: No
1442025-03-21T17:30:40.969Z
1452025-03-21T17:30:40.969ZChanged mediators:
1462025-03-21T17:30:40.969Z mediator clang:
1472025-03-21T17:30:40.969Z version: None -> 15 (system default)
1482025-03-21T17:30:40.970Z
1492025-03-21T17:30:40.970Z mediator llvm:
1502025-03-21T17:30:40.970Z version: 14 (system default) -> 15 (system default)
1512025-03-21T17:30:40.970Z
1522025-03-21T17:30:40.970ZChanged packages:
1532025-03-21T17:30:40.970Zhelios-dev
1542025-03-21T17:30:40.970Z developer/build-essential
1552025-03-21T17:30:40.970Z None -> 11-2.0
1562025-03-21T17:30:40.970Z library/libxmlsec1
1572025-03-21T17:30:40.970Z None -> 1.2.35-2.0
1582025-03-21T17:30:40.970Z ooce/developer/clang-15
1592025-03-21T17:30:40.970Z None -> 15.0.7-2.0
1602025-03-21T17:30:40.970Z ooce/developer/llvm-15
1612025-03-21T17:30:40.970Z None -> 15.0.7-2.0
1622025-03-21T17:30:40.970Z package/pkg
1632025-03-21T17:30:40.970Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1642025-03-21T17:30:40.970Z system/library/g++-runtime
1652025-03-21T17:30:40.970Z 13-2.0 -> 14-2.0
1662025-03-21T17:30:40.970Z system/library/gcc-runtime
1672025-03-21T17:30:40.970Z 13-2.0 -> 14-2.0
1682025-03-21T17:30:40.970Z
1692025-03-21T17:30:40.970ZServices:
1702025-03-21T17:30:40.970Z restart_fmri:
1712025-03-21T17:30:40.970Z svc:/system/update-man-index:default
1722025-03-21T17:30:40.970Z
1732025-03-21T17:30:40.970ZEditable files to change:
1742025-03-21T17:30:40.970Z Update:
1752025-03-21T17:30:40.970Z usr/share/lib/pkg/web/config.shtml
1762025-03-21T17:30:41.049Z
1772025-03-21T17:30:41.049ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1782025-03-21T17:30:46.052ZDownload: 602/4301 items 17.7/225.4MB 7% complete (3.6M/s)
1792025-03-21T17:30:59.083ZDownload: 1198/4301 items 83.5/225.4MB 37% complete (9.4M/s)
1802025-03-21T17:31:04.081ZDownload: 2211/4301 items 119.2/225.4MB 52% complete (7.5M/s)
1812025-03-21T17:31:09.095ZDownload: 2863/4301 items 121.1/225.4MB 53% complete (3.9M/s)
1822025-03-21T17:31:14.666ZDownload: 3246/4301 items 203.1/225.4MB 90% complete (8.4M/s)
1832025-03-21T17:31:30.345ZDownload: 3248/4301 items 203.1/225.4MB 90% complete
1842025-03-21T17:31:35.355ZDownload: 4298/4301 items 225.2/225.4MB 99% complete (4.7M/s)
1852025-03-21T17:31:35.378ZDownload: Completed 225.42 MB in 54.30 seconds (4.2M/s)
1862025-03-21T17:31:37.616Z Actions: 1/5122 actions (Removing old actions)
1872025-03-21T17:31:37.637Z Actions: 194/5122 actions (Installing new actions)
1882025-03-21T17:31:42.306Z Actions: 4267/5122 actions (Updating modified actions)
1892025-03-21T17:31:42.668Z Actions: Completed 5122 actions in 5.05 seconds.
1902025-03-21T17:31:42.909Z Done (0.233s)
1912025-03-21T17:31:42.912Z Done (0.001s)
1922025-03-21T17:31:43.558Z Done (0.647s)
1932025-03-21T17:31:48.023Z Done (4.226s)
1942025-03-21T17:31:48.110Z Done (0.018s)
1952025-03-21T17:31:48.113Z Done (0.000s)
1962025-03-21T17:31:48.338Z Done (0.000s)
1972025-03-21T17:31:49.061ZPlanning: Evaluating mediator changes ... Done
1982025-03-21T17:31:49.222ZPlanning: Checking for conflicting actions ... Done
1992025-03-21T17:31:49.225ZPlanning: Consolidating action changes ... Done
2002025-03-21T17:31:49.502ZPlanning: Evaluating mediators ... Done
2012025-03-21T17:31:49.505ZPlanning: Planning completed in 0.44 seconds
2022025-03-21T17:31:49.541Z Mediators to change: 2
2032025-03-21T17:31:49.541Z Create boot environment: No
2042025-03-21T17:31:49.545ZCreate backup boot environment: No
2052025-03-21T17:31:49.641Z Done
2062025-03-21T17:31:49.641Z Done
2072025-03-21T17:31:50.061Z Done
2082025-03-21T17:31:53.659Z Done
2092025-03-21T17:31:53.751Z Done
2102025-03-21T17:31:53.754Z Done
2112025-03-21T17:31:53.887Z Done
2122025-03-21T17:31:54.507ZPlanning: Evaluating mediator changes ... Done
2132025-03-21T17:31:54.510ZPlanning: Merging actions ... Done
2142025-03-21T17:31:54.699ZPlanning: Checking for conflicting actions ... Done
2152025-03-21T17:31:54.706ZPlanning: Consolidating action changes ... Done
2162025-03-21T17:31:54.971ZPlanning: Evaluating mediators ... Done
2172025-03-21T17:31:55.028ZPlanning: Planning completed in 0.77 seconds
2182025-03-21T17:31:55.072Z Packages to change: 1
2192025-03-21T17:31:55.072Z Mediators to change: 1
2202025-03-21T17:31:55.076Z Services to change: 1
2212025-03-21T17:31:55.076Z Create boot environment: No
2222025-03-21T17:31:55.076ZCreate backup boot environment: Yes
2232025-03-21T17:31:57.283Z Actions: 1/6 actions (Updating modified actions)
2242025-03-21T17:31:57.301Z Actions: Completed 6 actions in 0.00 seconds.
2252025-03-21T17:31:57.301Z Done
2262025-03-21T17:31:57.307Z Done
2272025-03-21T17:31:57.414Z Done
2282025-03-21T17:32:01.191Z Done
2292025-03-21T17:32:01.284Z Done
2302025-03-21T17:32:01.288Z Done
2312025-03-21T17:32:01.436Z Done
2322025-03-21T17:32:01.872ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2332025-03-21T17:32:01.872Zclang system 15 system
2342025-03-21T17:32:01.872Zcsh system system illumos
2352025-03-21T17:32:01.872Zctags system system illumos
2362025-03-21T17:32:01.872Zgcc vendor 12 vendor
2372025-03-21T17:32:01.872Zgcc system 10 system
2382025-03-21T17:32:01.872Zgcc system 7 system
2392025-03-21T17:32:01.872Zgo system 1.20 system
2402025-03-21T17:32:01.872Zgo system 1.19 system
2412025-03-21T17:32:01.872Zllvm system 15 system
2422025-03-21T17:32:01.872Zllvm system 14 system
2432025-03-21T17:32:01.872Zmariadb system 10.6 system
2442025-03-21T17:32:01.872Zmta vendor vendor dma
2452025-03-21T17:32:01.873Zopenjdk system 17 system
2462025-03-21T17:32:01.873Zopenjdk system 11 system
2472025-03-21T17:32:01.873Zopenjdk system 1.8 system
2482025-03-21T17:32:01.873Zopenssl vendor 3 vendor
2492025-03-21T17:32:01.873Zperl system 5.36 system
2502025-03-21T17:32:01.873Zpostgresql system 15 system
2512025-03-21T17:32:01.873Zpostgresql system 13 system
2522025-03-21T17:32:01.873Zpython vendor 3 vendor
2532025-03-21T17:32:01.873Zpython system 2 system
2542025-03-21T17:32:01.873Zpython3 system 3.11 system
2552025-03-21T17:32:01.873Zruby system 3.0 system
2562025-03-21T17:32:01.873Zwords vendor vendor american-english
2572025-03-21T17:32:01.873Zwords system system australian-english
2582025-03-21T17:32:01.873Zwords system system british-english
2592025-03-21T17:32:01.873Zwords system system canadian-english
2602025-03-21T17:32:01.873Zwords system system french
2612025-03-21T17:32:01.873Zwords system system italian
2622025-03-21T17:32:01.873Zwords system system ngerman
2632025-03-21T17:32:01.873Zwords system system ogerman
2642025-03-21T17:32:01.873Zwords system system spanish
2652025-03-21T17:32:02.207ZPUBLISHER TYPE STATUS P LOCATION
2662025-03-21T17:32:02.207Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672025-03-21T17:32:05.428ZFMRI IFO
2682025-03-21T17:32:05.429Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692025-03-21T17:32:05.429Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702025-03-21T17:32:05.429Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712025-03-21T17:32:05.429Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722025-03-21T17:32:05.429Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732025-03-21T17:32:05.429Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742025-03-21T17:32:05.429Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2752025-03-21T17:32:05.429Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762025-03-21T17:32:05.429Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772025-03-21T17:32:05.429Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2782025-03-21T17:32:05.429Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792025-03-21T17:32:05.429Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802025-03-21T17:32:05.429Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2812025-03-21T17:32:05.430Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822025-03-21T17:32:05.430Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832025-03-21T17:32:06.257Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842025-03-21T17:32:06.548Z Updating crates.io index
2852025-03-21T17:32:06.551Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2862025-03-21T17:32:07.136Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872025-03-21T17:32:07.428Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2882025-03-21T17:32:07.729Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2892025-03-21T17:32:08.003Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902025-03-21T17:32:08.916Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912025-03-21T17:32:10.726Z Updating git repository `https://github.com/oxidecomputer/opte`
2922025-03-21T17:32:11.315Z Updating git repository `https://github.com/oxidecomputer/falcon`
2932025-03-21T17:32:12.143Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942025-03-21T17:32:12.416Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952025-03-21T17:32:12.866Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2962025-03-21T17:32:13.250Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972025-03-21T17:32:13.770Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982025-03-21T17:32:14.105Z Updating git repository `https://github.com/oxidecomputer/propolis`
2992025-03-21T17:32:14.603Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3002025-03-21T17:32:14.910Z Updating git repository `https://github.com/oxidecomputer/tofino`
3012025-03-21T17:32:15.164Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022025-03-21T17:32:15.403Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032025-03-21T17:32:15.658Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042025-03-21T17:32:15.946Z Updating git repository `https://github.com/oxidecomputer/lldp`
3052025-03-21T17:32:16.266Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3062025-03-21T17:32:16.609Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3072025-03-21T17:32:16.939Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082025-03-21T17:32:17.230Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3092025-03-21T17:32:17.514Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102025-03-21T17:32:18.061Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112025-03-21T17:32:18.454Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3122025-03-21T17:32:18.810Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132025-03-21T17:32:19.177Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3142025-03-21T17:32:19.507Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152025-03-21T17:32:19.783Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162025-03-21T17:32:20.056Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172025-03-21T17:32:21.434Z Downloading crates ...
3182025-03-21T17:32:21.551Z Downloaded serde v1.0.218
3192025-03-21T17:32:21.559Z Downloaded proc-macro-error-attr v1.0.4
3202025-03-21T17:32:21.559Z Downloaded crypto-common v0.1.6
3212025-03-21T17:32:21.559Z Downloaded anstyle v1.0.10
3222025-03-21T17:32:21.567Z Downloaded zerocopy v0.7.35
3232025-03-21T17:32:21.577Z Downloaded zerocopy-derive v0.7.35
3242025-03-21T17:32:21.583Z Downloaded usdt-macro v0.5.0
3252025-03-21T17:32:21.583Z Downloaded pretty-hex v0.4.1
3262025-03-21T17:32:21.588Z Downloaded winnow v0.7.3
3272025-03-21T17:32:21.602Z Downloaded usdt-attr-macro v0.5.0
3282025-03-21T17:32:21.602Z Downloaded pest_derive v2.7.14
3292025-03-21T17:32:21.608Z Downloaded dtrace-parser v0.2.0
3302025-03-21T17:32:21.608Z Downloaded scroll_derive v0.12.0
3312025-03-21T17:32:21.608Z Downloaded itoa v1.0.11
3322025-03-21T17:32:21.608Z Downloaded equivalent v1.0.1
3332025-03-21T17:32:21.608Z Downloaded usdt v0.5.0
3342025-03-21T17:32:21.608Z Downloaded fastrand v2.1.1
3352025-03-21T17:32:21.608Z Downloaded dof v0.3.0
3362025-03-21T17:32:21.622Z Downloaded cpufeatures v0.2.14
3372025-03-21T17:32:21.622Z Downloaded colorchoice v1.0.2
3382025-03-21T17:32:21.622Z Downloaded cargo-platform v0.1.8
3392025-03-21T17:32:21.622Z Downloaded strsim v0.11.1
3402025-03-21T17:32:21.633Z Downloaded thiserror-impl v2.0.11
3412025-03-21T17:32:21.633Z Downloaded thread-id v4.2.2
3422025-03-21T17:32:21.633Z Downloaded terminal_size v0.4.0
3432025-03-21T17:32:21.633Z Downloaded macaddr v1.0.1
3442025-03-21T17:32:21.633Z Downloaded byteorder v1.5.0
3452025-03-21T17:32:21.633Z Downloaded unicode-linebreak v0.1.5
3462025-03-21T17:32:21.633Z Downloaded smawk v0.3.2
3472025-03-21T17:32:21.633Z Downloaded serde_tokenstream v0.2.2
3482025-03-21T17:32:21.638Z Downloaded is_terminal_polyfill v1.70.1
3492025-03-21T17:32:21.638Z Downloaded block-buffer v0.10.4
3502025-03-21T17:32:21.638Z Downloaded cfg-if v1.0.0
3512025-03-21T17:32:21.638Z Downloaded thiserror v1.0.69
3522025-03-21T17:32:21.638Z Downloaded autocfg v1.4.0
3532025-03-21T17:32:21.646Z Downloaded version_check v0.9.5
3542025-03-21T17:32:21.646Z Downloaded heck v0.4.1
3552025-03-21T17:32:21.647Z Downloaded fnv v1.0.7
3562025-03-21T17:32:21.654Z Downloaded anstyle-query v1.1.1
3572025-03-21T17:32:21.654Z Downloaded anstyle-parse v0.2.5
3582025-03-21T17:32:21.654Z Downloaded toml_datetime v0.6.8
3592025-03-21T17:32:21.654Z Downloaded terminal_size v0.2.6
3602025-03-21T17:32:21.654Z Downloaded pest_generator v2.7.14
3612025-03-21T17:32:21.657Z Downloaded generic-array v0.14.7
3622025-03-21T17:32:21.657Z Downloaded fs-err v2.11.0
3632025-03-21T17:32:21.657Z Downloaded serde_spanned v0.6.8
3642025-03-21T17:32:21.657Z Downloaded plain v0.2.3
3652025-03-21T17:32:21.657Z Downloaded tabled_derive v0.7.0
3662025-03-21T17:32:21.661Z Downloaded bitflags v1.3.2
3672025-03-21T17:32:21.661Z Downloaded errno v0.3.9
3682025-03-21T17:32:21.664Z Downloaded thiserror-impl v1.0.69
3692025-03-21T17:32:21.664Z Downloaded clap_lex v0.7.4
3702025-03-21T17:32:21.664Z Downloaded bytecount v0.6.8
3712025-03-21T17:32:21.667Z Downloaded swrite v0.1.0
3722025-03-21T17:32:21.667Z Downloaded scroll v0.12.0
3732025-03-21T17:32:21.673Z Downloaded digest v0.10.7
3742025-03-21T17:32:21.676Z Downloaded once_cell v1.20.3
3752025-03-21T17:32:21.679Z Downloaded heck v0.5.0
3762025-03-21T17:32:21.679Z Downloaded camino-tempfile v1.1.1
3772025-03-21T17:32:21.682Z Downloaded clap_derive v4.5.28
3782025-03-21T17:32:21.686Z Downloaded thiserror v2.0.11
3792025-03-21T17:32:21.691Z Downloaded memmap v0.7.0
3802025-03-21T17:32:21.695Z Downloaded quote v1.0.38
3812025-03-21T17:32:21.695Z Downloaded cargo_metadata v0.19.2
3822025-03-21T17:32:21.698Z Downloaded proc-macro-error v1.0.4
3832025-03-21T17:32:21.698Z Downloaded sha2 v0.10.8
3842025-03-21T17:32:21.704Z Downloaded utf8parse v0.2.2
3852025-03-21T17:32:21.704Z Downloaded semver v1.0.25
3862025-03-21T17:32:21.710Z Downloaded anstream v0.6.15
3872025-03-21T17:32:21.710Z Downloaded io-lifetimes v1.0.11
3882025-03-21T17:32:21.710Z Downloaded usdt-impl v0.5.0
3892025-03-21T17:32:21.717Z Downloaded ryu v1.0.18
3902025-03-21T17:32:21.717Z Downloaded unicode-ident v1.0.14
3912025-03-21T17:32:21.720Z Downloaded tempfile v3.13.0
3922025-03-21T17:32:21.720Z Downloaded proc-macro2 v1.0.93
3932025-03-21T17:32:21.720Z Downloaded toml v0.8.20
3942025-03-21T17:32:21.723Z Downloaded anyhow v1.0.97
3952025-03-21T17:32:21.728Z Downloaded clap v4.5.31
3962025-03-21T17:32:21.733Z Downloaded typenum v1.17.0
3972025-03-21T17:32:21.737Z Downloaded textwrap v0.16.1
3982025-03-21T17:32:21.742Z Downloaded camino v1.1.9
3992025-03-21T17:32:21.742Z Downloaded papergrid v0.11.0
4002025-03-21T17:32:21.746Z Downloaded ucd-trie v0.1.7
4012025-03-21T17:32:21.746Z Downloaded serde_derive v1.0.218
4022025-03-21T17:32:21.751Z Downloaded cargo_toml v0.21.0
4032025-03-21T17:32:21.751Z Downloaded bitflags v2.6.0
4042025-03-21T17:32:21.755Z Downloaded pest_meta v2.7.14
4052025-03-21T17:32:21.760Z Downloaded log v0.4.22
4062025-03-21T17:32:21.773Z Downloaded indexmap v2.7.1
4072025-03-21T17:32:21.780Z Downloaded toml_edit v0.22.24
4082025-03-21T17:32:21.799Z Downloaded pest v2.7.14
4092025-03-21T17:32:21.804Z Downloaded memchr v2.7.4
4102025-03-21T17:32:21.809Z Downloaded hashbrown v0.15.1
4112025-03-21T17:32:21.836Z Downloaded clap_builder v4.5.31
4122025-03-21T17:32:21.844Z Downloaded serde_json v1.0.139
4132025-03-21T17:32:21.850Z Downloaded goblin v0.8.2
4142025-03-21T17:32:21.870Z Downloaded tabled v0.15.0
4152025-03-21T17:32:21.883Z Downloaded syn v1.0.109
4162025-03-21T17:32:21.893Z Downloaded unicode-width v0.1.14
4172025-03-21T17:32:21.897Z Downloaded syn v2.0.98
4182025-03-21T17:32:21.916Z Downloaded rustix v0.37.28
4192025-03-21T17:32:21.929Z Downloaded rustix v0.38.37
4202025-03-21T17:32:21.963Z Downloaded libc v0.2.170
4212025-03-21T17:32:22.105Z Compiling proc-macro2 v1.0.93
4222025-03-21T17:32:22.105Z Compiling unicode-ident v1.0.14
4232025-03-21T17:32:22.120Z Compiling libc v0.2.170
4242025-03-21T17:32:22.120Z Compiling serde v1.0.218
4252025-03-21T17:32:22.120Z Compiling version_check v0.9.5
4262025-03-21T17:32:22.121Z Compiling memchr v2.7.4
4272025-03-21T17:32:22.121Z Compiling thiserror v1.0.69
4282025-03-21T17:32:22.144Z Compiling ryu v1.0.18
4292025-03-21T17:32:22.367Z Compiling itoa v1.0.11
4302025-03-21T17:32:22.532Z Compiling ucd-trie v0.1.7
4312025-03-21T17:32:22.601Z Compiling once_cell v1.20.3
4322025-03-21T17:32:22.896Z Compiling byteorder v1.5.0
4332025-03-21T17:32:23.021Z Compiling serde_json v1.0.139
4342025-03-21T17:32:23.117Z Compiling rustix v0.38.37
4352025-03-21T17:32:23.329Z Compiling bitflags v2.6.0
4362025-03-21T17:32:23.460Z Compiling proc-macro-error-attr v1.0.4
4372025-03-21T17:32:23.623Z Compiling usdt-impl v0.5.0
4382025-03-21T17:32:23.721Z Compiling io-lifetimes v1.0.11
4392025-03-21T17:32:23.768Z Compiling syn v1.0.109
4402025-03-21T17:32:23.911Z Compiling quote v1.0.38
4412025-03-21T17:32:23.960Z Compiling errno v0.3.9
4422025-03-21T17:32:24.105Z Compiling proc-macro-error v1.0.4
4432025-03-21T17:32:24.133Z Compiling camino v1.1.9
4442025-03-21T17:32:24.347Z Compiling syn v2.0.98
4452025-03-21T17:32:24.418Z Compiling thread-id v4.2.2
4462025-03-21T17:32:24.449Z Compiling hashbrown v0.15.1
4472025-03-21T17:32:24.544Z Compiling utf8parse v0.2.2
4482025-03-21T17:32:24.567Z Compiling equivalent v1.0.1
4492025-03-21T17:32:24.589Z Compiling log v0.4.22
4502025-03-21T17:32:24.685Z Compiling rustix v0.37.28
4512025-03-21T17:32:24.710Z Compiling plain v0.2.3
4522025-03-21T17:32:24.811Z Compiling anstyle-parse v0.2.5
4532025-03-21T17:32:25.152Z Compiling bitflags v1.3.2
4542025-03-21T17:32:25.260Z Compiling is_terminal_polyfill v1.70.1
4552025-03-21T17:32:25.402Z Compiling indexmap v2.7.1
4562025-03-21T17:32:25.477Z Compiling semver v1.0.25
4572025-03-21T17:32:25.500Z Compiling unicode-width v0.1.14
4582025-03-21T17:32:25.591Z Compiling winnow v0.7.3
4592025-03-21T17:32:25.629Z Compiling autocfg v1.4.0
4602025-03-21T17:32:25.988Z Compiling pretty-hex v0.4.1
4612025-03-21T17:32:26.035Z Compiling anstyle v1.0.10
4622025-03-21T17:32:26.227Z Compiling anstyle-query v1.1.1
4632025-03-21T17:32:26.460Z Compiling colorchoice v1.0.2
4642025-03-21T17:32:26.534Z Compiling thiserror v2.0.11
4652025-03-21T17:32:26.618Z Compiling fs-err v2.11.0
4662025-03-21T17:32:26.644Z Compiling anstream v0.6.15
4672025-03-21T17:32:26.644Z Compiling terminal_size v0.4.0
4682025-03-21T17:32:27.016Z Compiling fastrand v2.1.1
4692025-03-21T17:32:27.265Z Compiling heck v0.4.1
4702025-03-21T17:32:27.533Z Compiling fnv v1.0.7
4712025-03-21T17:32:27.558Z Compiling anyhow v1.0.97
4722025-03-21T17:32:27.687Z Compiling clap_lex v0.7.4
4732025-03-21T17:32:27.711Z Compiling cfg-if v1.0.0
4742025-03-21T17:32:27.822Z Compiling heck v0.5.0
4752025-03-21T17:32:28.078Z Compiling bytecount v0.6.8
4762025-03-21T17:32:28.127Z Compiling strsim v0.11.1
4772025-03-21T17:32:28.154Z Compiling terminal_size v0.2.6
4782025-03-21T17:32:28.279Z Compiling papergrid v0.11.0
4792025-03-21T17:32:28.303Z Compiling tempfile v3.13.0
4802025-03-21T17:32:28.526Z Compiling clap_builder v4.5.31
4812025-03-21T17:32:28.551Z Compiling memmap v0.7.0
4822025-03-21T17:32:28.816Z Compiling smawk v0.3.2
4832025-03-21T17:32:28.869Z Compiling unicode-linebreak v0.1.5
4842025-03-21T17:32:29.041Z Compiling swrite v0.1.0
4852025-03-21T17:32:29.370Z Compiling textwrap v0.16.1
4862025-03-21T17:32:29.689Z Compiling tabled_derive v0.7.0
4872025-03-21T17:32:31.229Z Compiling tabled v0.15.0
4882025-03-21T17:32:31.310Z Compiling serde_derive v1.0.218
4892025-03-21T17:32:31.310Z Compiling thiserror-impl v1.0.69
4902025-03-21T17:32:31.313Z Compiling zerocopy-derive v0.7.35
4912025-03-21T17:32:31.313Z Compiling scroll_derive v0.12.0
4922025-03-21T17:32:31.313Z Compiling thiserror-impl v2.0.11
4932025-03-21T17:32:31.313Z Compiling clap_derive v4.5.28
4942025-03-21T17:32:32.778Z Compiling scroll v0.12.0
4952025-03-21T17:32:33.324Z Compiling goblin v0.8.2
4962025-03-21T17:32:33.348Z Compiling zerocopy v0.7.35
4972025-03-21T17:32:34.349Z Compiling pest v2.7.14
4982025-03-21T17:32:35.621Z Compiling clap v4.5.31
4992025-03-21T17:32:36.576Z Compiling pest_meta v2.7.14
5002025-03-21T17:32:37.497Z Compiling pest_generator v2.7.14
5012025-03-21T17:32:38.807Z Compiling pest_derive v2.7.14
5022025-03-21T17:32:39.435Z Compiling dtrace-parser v0.2.0
5032025-03-21T17:32:40.328Z Compiling serde_tokenstream v0.2.2
5042025-03-21T17:32:40.385Z Compiling toml_datetime v0.6.8
5052025-03-21T17:32:40.385Z Compiling serde_spanned v0.6.8
5062025-03-21T17:32:40.526Z Compiling cargo-platform v0.1.8
5072025-03-21T17:32:40.689Z Compiling macaddr v1.0.1
5082025-03-21T17:32:40.892Z Compiling toml_edit v0.22.24
5092025-03-21T17:32:40.939Z Compiling camino-tempfile v1.1.1
5102025-03-21T17:32:41.728Z Compiling dof v0.3.0
5112025-03-21T17:32:41.820Z Compiling cargo_metadata v0.19.2
5122025-03-21T17:32:43.020Z Compiling usdt-macro v0.5.0
5132025-03-21T17:32:43.020Z Compiling usdt-attr-macro v0.5.0
5142025-03-21T17:32:43.500Z Compiling toml v0.8.20
5152025-03-21T17:32:44.074Z Compiling usdt v0.5.0
5162025-03-21T17:32:44.329Z Compiling cargo_toml v0.21.0
5172025-03-21T17:32:46.857Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5182025-03-21T17:32:50.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.95s
5192025-03-21T17:32:50.223Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5202025-03-21T17:32:50.778Z Downloading crates ...
5212025-03-21T17:32:50.906Z Downloaded ahash v0.8.11
5222025-03-21T17:32:50.920Z Downloaded assert_matches v1.5.0
5232025-03-21T17:32:50.920Z Downloaded aead v0.5.2
5242025-03-21T17:32:50.921Z Downloaded atty v0.2.14
5252025-03-21T17:32:50.921Z Downloaded atomicwrites v0.4.4
5262025-03-21T17:32:50.921Z Downloaded headers-core v0.3.0
5272025-03-21T17:32:50.921Z Downloaded heck v0.3.3
5282025-03-21T17:32:50.921Z Downloaded ctr v0.9.2
5292025-03-21T17:32:50.934Z Downloaded cfg_aliases v0.1.1
5302025-03-21T17:32:50.934Z Downloaded http-range v0.1.5
5312025-03-21T17:32:50.945Z Downloaded http-body v1.0.1
5322025-03-21T17:32:50.946Z Downloaded crunchy v0.2.2
5332025-03-21T17:32:50.946Z Downloaded ident_case v1.0.1
5342025-03-21T17:32:50.946Z Downloaded hubpack_derive v0.1.1
5352025-03-21T17:32:50.946Z Downloaded crucible-workspace-hack v0.1.0
5362025-03-21T17:32:50.946Z Downloaded ciborium-io v0.2.2
5372025-03-21T17:32:50.946Z Downloaded is_ci v1.2.0
5382025-03-21T17:32:50.946Z Downloaded cstr-argument v0.1.2
5392025-03-21T17:32:50.955Z Downloaded cfg_aliases v0.2.1
5402025-03-21T17:32:50.955Z Downloaded async-stream-impl v0.3.6
5412025-03-21T17:32:50.955Z Downloaded icu_provider_macros v1.5.0
5422025-03-21T17:32:50.955Z Downloaded arrayref v0.3.9
5432025-03-21T17:32:50.955Z Downloaded bit-set v0.8.0
5442025-03-21T17:32:50.956Z Downloaded array-init v0.0.4
5452025-03-21T17:32:50.964Z Downloaded bit-vec v0.6.3
5462025-03-21T17:32:50.964Z Downloaded instant v0.1.13
5472025-03-21T17:32:50.965Z Downloaded bcrypt-pbkdf v0.10.0
5482025-03-21T17:32:50.965Z Downloaded adler2 v2.0.0
5492025-03-21T17:32:50.965Z Downloaded hostname v0.4.0
5502025-03-21T17:32:50.976Z Downloaded cobs v0.2.3
5512025-03-21T17:32:50.976Z Downloaded bit-set v0.5.3
5522025-03-21T17:32:50.976Z Downloaded async-stream v0.3.6
5532025-03-21T17:32:50.976Z Downloaded md5 v0.7.0
5542025-03-21T17:32:50.976Z Downloaded buf-list v1.0.3
5552025-03-21T17:32:50.987Z Downloaded mime v0.3.17
5562025-03-21T17:32:50.987Z Downloaded ciborium-ll v0.2.2
5572025-03-21T17:32:50.987Z Downloaded httpdate v1.0.3
5582025-03-21T17:32:50.987Z Downloaded cexpr v0.6.0
5592025-03-21T17:32:50.987Z Downloaded instability v0.3.2
5602025-03-21T17:32:50.987Z Downloaded bitfield-struct v0.6.2
5612025-03-21T17:32:50.987Z Downloaded impl-trait-for-tuples v0.2.2
5622025-03-21T17:32:51.033Z Downloaded lru v0.12.5
5632025-03-21T17:32:51.034Z Downloaded linked-hash-map v0.5.6
5642025-03-21T17:32:51.034Z Downloaded indoc v2.0.5
5652025-03-21T17:32:51.034Z Downloaded maplit v1.0.2
5662025-03-21T17:32:51.034Z Downloaded lockfree-object-pool v0.1.6
5672025-03-21T17:32:51.034Z Downloaded crc v3.2.1
5682025-03-21T17:32:51.034Z Downloaded rand_chacha v0.3.1
5692025-03-21T17:32:51.034Z Downloaded lalrpop-util v0.19.12
5702025-03-21T17:32:51.034Z Downloaded keccak v0.1.5
5712025-03-21T17:32:51.036Z Downloaded http-body-util v0.1.2
5722025-03-21T17:32:51.036Z Downloaded chrono-tz-build v0.4.0
5732025-03-21T17:32:51.036Z Downloaded libsw v3.4.0
5742025-03-21T17:32:51.036Z Downloaded block-padding v0.3.3
5752025-03-21T17:32:51.043Z Downloaded chacha20 v0.9.1
5762025-03-21T17:32:51.043Z Downloaded md-5 v0.10.6
5772025-03-21T17:32:51.043Z Downloaded indent_write v2.2.0
5782025-03-21T17:32:51.043Z Downloaded lru-cache v0.1.2
5792025-03-21T17:32:51.043Z Downloaded ref-cast v1.0.23
5802025-03-21T17:32:51.043Z Downloaded managed v0.8.0
5812025-03-21T17:32:51.043Z Downloaded psl-types v2.0.11
5822025-03-21T17:32:51.043Z Downloaded memoffset v0.9.1
5832025-03-21T17:32:51.044Z Downloaded maybe-uninit v2.0.0
5842025-03-21T17:32:51.044Z Downloaded humantime v2.1.0
5852025-03-21T17:32:51.044Z Downloaded rustc-hash v1.1.0
5862025-03-21T17:32:51.044Z Downloaded r2d2 v0.8.10
5872025-03-21T17:32:51.044Z Downloaded async-recursion v1.1.1
5882025-03-21T17:32:51.044Z Downloaded icu_locid_transform v1.5.0
5892025-03-21T17:32:51.045Z Downloaded ipnet v2.11.0
5902025-03-21T17:32:51.045Z Downloaded crc32fast v1.4.2
5912025-03-21T17:32:51.053Z Downloaded jobserver v0.1.32
5922025-03-21T17:32:51.053Z Downloaded linear-map v1.2.0
5932025-03-21T17:32:51.054Z Downloaded addr2line v0.24.2
5942025-03-21T17:32:51.054Z Downloaded serde-big-array v0.5.1
5952025-03-21T17:32:51.062Z Downloaded iana-time-zone v0.1.61
5962025-03-21T17:32:51.062Z Downloaded time-core v0.1.2
5972025-03-21T17:32:51.062Z Downloaded take_mut v0.2.2
5982025-03-21T17:32:51.062Z Downloaded const_format_proc_macros v0.2.34
5992025-03-21T17:32:51.062Z Downloaded hyper-rustls v0.27.3
6002025-03-21T17:32:51.078Z Downloaded lock_api v0.4.12
6012025-03-21T17:32:51.078Z Downloaded httparse v1.9.5
6022025-03-21T17:32:51.078Z Downloaded litemap v0.7.3
6032025-03-21T17:32:51.079Z Downloaded cookie_store v0.21.1
6042025-03-21T17:32:51.079Z Downloaded kstat-rs v0.2.4
6052025-03-21T17:32:51.079Z Downloaded colored v2.2.0
6062025-03-21T17:32:51.092Z Downloaded csv-core v0.1.11
6072025-03-21T17:32:51.092Z Downloaded hickory-client v0.24.4
6082025-03-21T17:32:51.092Z Downloaded proc-macro-error-attr2 v2.0.0
6092025-03-21T17:32:51.092Z Downloaded proc-macro-crate v1.3.1
6102025-03-21T17:32:51.092Z Downloaded cbc v0.1.2
6112025-03-21T17:32:51.092Z Downloaded scopeguard v1.2.0
6122025-03-21T17:32:51.093Z Downloaded rustc-hash v2.1.1
6132025-03-21T17:32:51.098Z Downloaded indexmap v1.9.3
6142025-03-21T17:32:51.098Z Downloaded cancel-safe-futures v0.1.5
6152025-03-21T17:32:51.099Z Downloaded icu_normalizer_data v1.5.0
6162025-03-21T17:32:51.104Z Downloaded icu_normalizer v1.5.0
6172025-03-21T17:32:51.104Z Downloaded newline-converter v0.3.0
6182025-03-21T17:32:51.111Z Downloaded number_prefix v0.4.0
6192025-03-21T17:32:51.111Z Downloaded heapless v0.7.17
6202025-03-21T17:32:51.125Z Downloaded endian-type v0.1.2
6212025-03-21T17:32:51.125Z Downloaded tabwriter v1.4.0
6222025-03-21T17:32:51.125Z Downloaded document-features v0.2.10
6232025-03-21T17:32:51.125Z Downloaded smf v0.2.3
6242025-03-21T17:32:51.125Z Downloaded slog-scope v4.4.0
6252025-03-21T17:32:51.141Z Downloaded signal-hook-tokio v0.3.1
6262025-03-21T17:32:51.141Z Downloaded memmap2 v0.9.5
6272025-03-21T17:32:51.141Z Downloaded libloading v0.8.5
6282025-03-21T17:32:51.141Z Downloaded normalize-line-endings v0.3.0
6292025-03-21T17:32:51.141Z Downloaded convert_case v0.4.0
6302025-03-21T17:32:51.141Z Downloaded zerofrom v0.1.4
6312025-03-21T17:32:51.141Z Downloaded console v0.15.10
6322025-03-21T17:32:51.142Z Downloaded clang-sys v1.8.1
6332025-03-21T17:32:51.152Z Downloaded defmt-parser v0.3.4
6342025-03-21T17:32:51.152Z Downloaded defmt-macros v0.3.9
6352025-03-21T17:32:51.152Z Downloaded pretty-hex v0.2.1
6362025-03-21T17:32:51.152Z Downloaded zerofrom-derive v0.1.4
6372025-03-21T17:32:51.152Z Downloaded mime_guess v2.0.5
6382025-03-21T17:32:51.153Z Downloaded crossbeam-epoch v0.9.18
6392025-03-21T17:32:51.153Z Downloaded tokio-macros v2.5.0
6402025-03-21T17:32:51.153Z Downloaded indicatif v0.17.11
6412025-03-21T17:32:51.168Z Downloaded peg-runtime v0.8.5
6422025-03-21T17:32:51.168Z Downloaded defmt v0.3.8
6432025-03-21T17:32:51.168Z Downloaded phf_shared v0.10.0
6442025-03-21T17:32:51.168Z Downloaded env_filter v0.1.2
6452025-03-21T17:32:51.174Z Downloaded rtoolbox v0.0.2
6462025-03-21T17:32:51.174Z Downloaded unarray v0.1.4
6472025-03-21T17:32:51.175Z Downloaded chacha20poly1305 v0.10.1
6482025-03-21T17:32:51.175Z Downloaded typify-macro v0.3.0
6492025-03-21T17:32:51.175Z Downloaded enum-as-inner v0.6.1
6502025-03-21T17:32:51.175Z Downloaded ref-cast-impl v1.0.23
6512025-03-21T17:32:51.175Z Downloaded packed_struct_codegen v0.10.1
6522025-03-21T17:32:51.175Z Downloaded sigpipe v0.1.3
6532025-03-21T17:32:51.175Z Downloaded packed_struct v0.10.1
6542025-03-21T17:32:51.175Z Downloaded twox-hash v2.1.0
6552025-03-21T17:32:51.181Z Downloaded miniz_oxide v0.8.5
6562025-03-21T17:32:51.181Z Downloaded funty v2.0.0
6572025-03-21T17:32:51.186Z Downloaded backoff v0.4.0
6582025-03-21T17:32:51.187Z Downloaded structmeta-derive v0.3.0
6592025-03-21T17:32:51.187Z Downloaded vte v0.11.1
6602025-03-21T17:32:51.209Z Downloaded value-bag v1.9.0
6612025-03-21T17:32:51.209Z Downloaded strum v0.26.3
6622025-03-21T17:32:51.209Z Downloaded simd-adler32 v0.3.7
6632025-03-21T17:32:51.221Z Downloaded zeroize v1.8.1
6642025-03-21T17:32:51.221Z Downloaded zone_cfg_derive v0.3.0
6652025-03-21T17:32:51.221Z Downloaded heapless v0.8.0
6662025-03-21T17:32:51.221Z Downloaded predicates-tree v1.0.11
6672025-03-21T17:32:51.221Z Downloaded der_derive v0.7.3
6682025-03-21T17:32:51.221Z Downloaded compact_str v0.8.0
6692025-03-21T17:32:51.221Z Downloaded icu_collections v1.5.0
6702025-03-21T17:32:51.226Z Downloaded tower-layer v0.3.3
6712025-03-21T17:32:51.226Z Downloaded rustls-pemfile v2.2.0
6722025-03-21T17:32:51.226Z Downloaded tower-service v0.3.3
6732025-03-21T17:32:51.226Z Downloaded num_threads v0.1.7
6742025-03-21T17:32:51.226Z Downloaded fixedbitset v0.4.2
6752025-03-21T17:32:51.227Z Downloaded want v0.3.1
6762025-03-21T17:32:51.227Z Downloaded progenitor-macro v0.9.1
6772025-03-21T17:32:51.227Z Downloaded sec1 v0.7.3
6782025-03-21T17:32:51.235Z Downloaded tabled_derive v0.10.0
6792025-03-21T17:32:51.235Z Downloaded bytes v1.10.0
6802025-03-21T17:32:51.235Z Downloaded base64 v0.22.1
6812025-03-21T17:32:51.239Z Downloaded waitgroup v0.1.2
6822025-03-21T17:32:51.246Z Downloaded wait-timeout v0.2.0
6832025-03-21T17:32:51.246Z Downloaded foreign-types v0.3.2
6842025-03-21T17:32:51.246Z Downloaded vergen v8.3.2
6852025-03-21T17:32:51.262Z Downloaded tap v1.0.1
6862025-03-21T17:32:51.263Z Downloaded tokio-tungstenite v0.23.1
6872025-03-21T17:32:51.263Z Downloaded displaydoc v0.2.5
6882025-03-21T17:32:51.263Z Downloaded rustls-pki-types v1.10.0
6892025-03-21T17:32:51.264Z Downloaded which v4.4.2
6902025-03-21T17:32:51.271Z Downloaded futures-core v0.3.31
6912025-03-21T17:32:51.272Z Downloaded universal-hash v0.5.1
6922025-03-21T17:32:51.272Z Downloaded cookie v0.18.1
6932025-03-21T17:32:51.272Z Downloaded strum_macros v0.24.3
6942025-03-21T17:32:51.272Z Downloaded russh-cryptovec v0.7.3
6952025-03-21T17:32:51.272Z Downloaded spki v0.7.3
6962025-03-21T17:32:51.276Z Downloaded rpassword v7.3.1
6972025-03-21T17:32:51.276Z Downloaded nu-ansi-term v0.50.1
6982025-03-21T17:32:51.277Z Downloaded const_format v0.2.34
6992025-03-21T17:32:51.290Z Downloaded rand_seeder v0.3.0
7002025-03-21T17:32:51.295Z Downloaded num v0.4.3
7012025-03-21T17:32:51.295Z Downloaded nibble_vec v0.1.0
7022025-03-21T17:32:51.295Z Downloaded futures-task v0.3.31
7032025-03-21T17:32:51.299Z Downloaded futures-macro v0.3.31
7042025-03-21T17:32:51.299Z Downloaded futures-io v0.3.31
7052025-03-21T17:32:51.299Z Downloaded deranged v0.3.11
7062025-03-21T17:32:51.303Z Downloaded postcard v1.0.10
7072025-03-21T17:32:51.303Z Downloaded uzers v0.12.1
7082025-03-21T17:32:51.308Z Downloaded tinyvec v1.8.0
7092025-03-21T17:32:51.312Z Downloaded bumpalo v3.16.0
7102025-03-21T17:32:51.312Z Downloaded tinyvec_macros v0.1.1
7112025-03-21T17:32:51.315Z Downloaded phf v0.11.2
7122025-03-21T17:32:51.315Z Downloaded data-encoding v2.6.0
7132025-03-21T17:32:51.315Z Downloaded vte_generate_state_changes v0.1.2
7142025-03-21T17:32:51.321Z Downloaded hickory-server v0.24.4
7152025-03-21T17:32:51.326Z Downloaded futures-executor v0.3.31
7162025-03-21T17:32:51.326Z Downloaded arc-swap v1.7.1
7172025-03-21T17:32:51.339Z Downloaded zone v0.3.0
7182025-03-21T17:32:51.339Z Downloaded hickory-resolver v0.24.4
7192025-03-21T17:32:51.344Z Downloaded fd-lock v4.0.2
7202025-03-21T17:32:51.345Z Downloaded percent-encoding v2.3.1
7212025-03-21T17:32:51.345Z Downloaded num_enum_derive v0.5.11
7222025-03-21T17:32:51.345Z Downloaded rand_xorshift v0.3.0
7232025-03-21T17:32:51.345Z Downloaded serde_path_to_error v0.1.16
7242025-03-21T17:32:51.363Z Downloaded slog-dtrace v0.3.0
7252025-03-21T17:32:51.363Z Downloaded crypto-bigint v0.5.5
7262025-03-21T17:32:51.381Z Downloaded unicode-xid v0.2.6
7272025-03-21T17:32:51.381Z Downloaded precomputed-hash v0.1.1
7282025-03-21T17:32:51.381Z Downloaded same-file v1.0.6
7292025-03-21T17:32:51.381Z Downloaded quinn-udp v0.5.5
7302025-03-21T17:32:51.391Z Downloaded zerocopy-derive v0.8.10
7312025-03-21T17:32:51.391Z Downloaded progenitor-client v0.8.0
7322025-03-21T17:32:51.391Z Downloaded der v0.7.9
7332025-03-21T17:32:51.391Z Downloaded filetime v0.2.25
7342025-03-21T17:32:51.406Z Downloaded ssh-cipher v0.2.0
7352025-03-21T17:32:51.406Z Downloaded ff v0.13.0
7362025-03-21T17:32:51.406Z Downloaded dyn-clone v1.0.18
7372025-03-21T17:32:51.406Z Downloaded dunce v1.0.5
7382025-03-21T17:32:51.406Z Downloaded group v0.13.0
7392025-03-21T17:32:51.406Z Downloaded serde_derive_internals v0.29.1
7402025-03-21T17:32:51.406Z Downloaded derive-where v1.2.7
7412025-03-21T17:32:51.410Z Downloaded derive_builder_macro v0.20.2
7422025-03-21T17:32:51.410Z Downloaded zerovec-derive v0.10.3
7432025-03-21T17:32:51.410Z Downloaded dsl_auto_type v0.1.2
7442025-03-21T17:32:51.410Z Downloaded pem-rfc7468 v0.7.0
7452025-03-21T17:32:51.414Z Downloaded radium v0.7.0
7462025-03-21T17:32:51.414Z Downloaded ghash v0.5.1
7472025-03-21T17:32:51.414Z Downloaded pkg-config v0.3.31
7482025-03-21T17:32:51.418Z Downloaded p256 v0.13.2
7492025-03-21T17:32:51.422Z Downloaded itertools v0.10.5
7502025-03-21T17:32:51.428Z Downloaded newtype_derive v0.1.6
7512025-03-21T17:32:51.432Z Downloaded new_debug_unreachable v1.0.6
7522025-03-21T17:32:51.432Z Downloaded darling_macro v0.20.10
7532025-03-21T17:32:51.432Z Downloaded rand_core v0.9.2
7542025-03-21T17:32:51.435Z Downloaded predicates v3.1.3
7552025-03-21T17:32:51.435Z Downloaded libm v0.2.8
7562025-03-21T17:32:51.444Z Downloaded static_assertions v1.1.0
7572025-03-21T17:32:51.447Z Downloaded sqlparser_derive v0.2.2
7582025-03-21T17:32:51.447Z Downloaded pkcs8 v0.10.2
7592025-03-21T17:32:51.458Z Downloaded parse-size v1.1.0
7602025-03-21T17:32:51.458Z Downloaded spin v0.9.8
7612025-03-21T17:32:51.458Z Downloaded stringprep v0.1.5
7622025-03-21T17:32:51.458Z Downloaded xattr v1.3.1
7632025-03-21T17:32:51.458Z Downloaded sha1 v0.10.6
7642025-03-21T17:32:51.470Z Downloaded xz2 v0.1.7
7652025-03-21T17:32:51.470Z Downloaded termtree v0.4.1
7662025-03-21T17:32:51.470Z Downloaded pin-project-internal v1.1.6
7672025-03-21T17:32:51.470Z Downloaded flume v0.11.1
7682025-03-21T17:32:51.470Z Downloaded slog-envlogger v2.2.0
7692025-03-21T17:32:51.475Z Downloaded openssl-sys v0.9.106
7702025-03-21T17:32:51.489Z Downloaded diesel_table_macro_syntax v0.2.0
7712025-03-21T17:32:51.489Z Downloaded curve25519-dalek-derive v0.1.1
7722025-03-21T17:32:51.489Z Downloaded utf16_iter v1.0.5
7732025-03-21T17:32:51.489Z Downloaded foreign-types v0.5.0
7742025-03-21T17:32:51.489Z Downloaded pretty_assertions v1.4.1
7752025-03-21T17:32:51.493Z Downloaded unicode_categories v0.1.1
7762025-03-21T17:32:51.493Z Downloaded idna v1.0.3
7772025-03-21T17:32:51.493Z Downloaded olpc-cjson v0.1.4
7782025-03-21T17:32:51.498Z Downloaded nanorand v0.7.0
7792025-03-21T17:32:51.498Z Downloaded password-hash v0.5.0
7802025-03-21T17:32:51.502Z Downloaded openssl-probe v0.1.5
7812025-03-21T17:32:51.502Z Downloaded progenitor-macro v0.8.0
7822025-03-21T17:32:51.502Z Downloaded openssl-macros v0.1.1
7832025-03-21T17:32:51.502Z Downloaded subprocess v0.2.9
7842025-03-21T17:32:51.505Z Downloaded rand_chacha v0.9.0
7852025-03-21T17:32:51.511Z Downloaded slog-stdlog v4.1.1
7862025-03-21T17:32:51.511Z Downloaded qorb v0.2.1
7872025-03-21T17:32:51.515Z Downloaded mockall v0.13.1
7882025-03-21T17:32:51.515Z Downloaded flagset v0.4.6
7892025-03-21T17:32:51.518Z Downloaded publicsuffix v2.3.0
7902025-03-21T17:32:51.524Z Downloaded parse-display-derive v0.10.0
7912025-03-21T17:32:51.524Z Downloaded opaque-debug v0.3.1
7922025-03-21T17:32:51.526Z Downloaded shlex v1.3.0
7932025-03-21T17:32:51.526Z Downloaded parse-display v0.10.0
7942025-03-21T17:32:51.526Z Downloaded num_enum v0.5.11
7952025-03-21T17:32:51.530Z Downloaded oxnet v0.1.1
7962025-03-21T17:32:51.534Z Downloaded itertools v0.12.1
7972025-03-21T17:32:51.542Z Downloaded difflib v0.4.0
7982025-03-21T17:32:51.546Z Downloaded sync_wrapper v1.0.1
7992025-03-21T17:32:51.546Z Downloaded hyper v1.6.0
8002025-03-21T17:32:51.555Z Downloaded termtree v0.5.1
8012025-03-21T17:32:51.557Z Downloaded tower v0.5.2
8022025-03-21T17:32:51.565Z Downloaded num-conv v0.1.0
8032025-03-21T17:32:51.570Z Downloaded derive_builder_core v0.20.2
8042025-03-21T17:32:51.570Z Downloaded tracing v0.1.40
8052025-03-21T17:32:51.573Z Downloaded diesel-dtrace v0.4.2
8062025-03-21T17:32:51.576Z Downloaded russh v0.45.0
8072025-03-21T17:32:51.581Z Downloaded thread_local v1.1.8
8082025-03-21T17:32:51.584Z Downloaded progenitor-client v0.9.1
8092025-03-21T17:32:51.590Z Downloaded tls_codec_derive v0.4.1
8102025-03-21T17:32:51.590Z Downloaded parking_lot_core v0.9.10
8112025-03-21T17:32:51.595Z Downloaded zone_cfg_derive v0.1.2
8122025-03-21T17:32:51.595Z Downloaded slab v0.4.9
8132025-03-21T17:32:51.595Z Downloaded serde_repr v0.1.19
8142025-03-21T17:32:51.598Z Downloaded phf_generator v0.11.2
8152025-03-21T17:32:51.598Z Downloaded path-slash v0.1.5
8162025-03-21T17:32:51.598Z Downloaded polyval v0.6.2
8172025-03-21T17:32:51.601Z Downloaded yoke-derive v0.7.4
8182025-03-21T17:32:51.604Z Downloaded papergrid v0.14.0
8192025-03-21T17:32:51.607Z Downloaded ed25519 v2.2.3
8202025-03-21T17:32:51.610Z Downloaded thiserror-impl-no-std v2.0.2
8212025-03-21T17:32:51.614Z Downloaded futures-channel v0.3.31
8222025-03-21T17:32:51.614Z Downloaded daft v0.1.1
8232025-03-21T17:32:51.617Z Downloaded uuid v1.15.1
8242025-03-21T17:32:51.622Z Downloaded hash32 v0.2.1
8252025-03-21T17:32:51.625Z Downloaded tough v0.19.0
8262025-03-21T17:32:51.630Z Downloaded toolchain_find v0.4.0
8272025-03-21T17:32:51.633Z Downloaded progenitor v0.9.1
8282025-03-21T17:32:51.637Z Downloaded hash32 v0.3.1
8292025-03-21T17:32:51.637Z Downloaded num-integer v0.1.46
8302025-03-21T17:32:51.641Z Downloaded whoami v1.5.2
8312025-03-21T17:32:51.641Z Downloaded russh-keys v0.45.0
8322025-03-21T17:32:51.644Z Downloaded multimap v0.10.0
8332025-03-21T17:32:51.644Z Downloaded signal-hook-mio v0.2.4
8342025-03-21T17:32:51.647Z Downloaded serde_urlencoded v0.7.1
8352025-03-21T17:32:51.647Z Downloaded derive_more v0.99.19
8362025-03-21T17:32:51.653Z Downloaded foreign-types-shared v0.3.1
8372025-03-21T17:32:51.656Z Downloaded progenitor-impl v0.8.0
8382025-03-21T17:32:51.656Z Downloaded progenitor v0.8.0
8392025-03-21T17:32:51.659Z Downloaded strum_macros v0.25.3
8402025-03-21T17:32:51.661Z Downloaded derive_builder v0.20.2
8412025-03-21T17:32:51.665Z Downloaded scheduled-thread-pool v0.2.7
8422025-03-21T17:32:51.668Z Downloaded native-tls v0.2.12
8432025-03-21T17:32:51.673Z Downloaded smallvec v0.6.14
8442025-03-21T17:32:51.673Z Downloaded diff v0.1.13
8452025-03-21T17:32:51.676Z Downloaded zip v2.1.3
8462025-03-21T17:32:51.682Z Downloaded write16 v1.0.0
8472025-03-21T17:32:51.682Z Downloaded ecdsa v0.16.9
8482025-03-21T17:32:51.686Z Downloaded slog-json v2.6.1
8492025-03-21T17:32:51.686Z Downloaded yasna v0.5.2
8502025-03-21T17:32:51.686Z Downloaded fxhash v0.2.1
8512025-03-21T17:32:51.694Z Downloaded foreign-types-shared v0.1.1
8522025-03-21T17:32:51.694Z Downloaded toml v0.7.8
8532025-03-21T17:32:51.701Z Downloaded foreign-types-macros v0.2.3
8542025-03-21T17:32:51.701Z Downloaded scrypt v0.11.0
8552025-03-21T17:32:51.701Z Downloaded tokio-rustls v0.24.1
8562025-03-21T17:32:51.701Z Downloaded try-lock v0.2.5
8572025-03-21T17:32:51.701Z Downloaded peg v0.8.5
8582025-03-21T17:32:51.705Z Downloaded env_logger v0.11.5
8592025-03-21T17:32:51.705Z Downloaded mockall_derive v0.13.1
8602025-03-21T17:32:51.705Z Downloaded pin-utils v0.1.0
8612025-03-21T17:32:51.708Z Downloaded sync-ptr v0.1.1
8622025-03-21T17:32:51.708Z Downloaded tungstenite v0.23.0
8632025-03-21T17:32:51.711Z Downloaded quinn v0.11.5
8642025-03-21T17:32:51.714Z Downloaded form_urlencoded v1.2.1
8652025-03-21T17:32:51.718Z Downloaded utf8_iter v1.0.4
8662025-03-21T17:32:51.718Z Downloaded untrusted v0.9.0
8672025-03-21T17:32:51.718Z Downloaded salsa20 v0.10.2
8682025-03-21T17:32:51.722Z Downloaded phf_codegen v0.11.2
8692025-03-21T17:32:51.722Z Downloaded pem v3.0.5
8702025-03-21T17:32:51.726Z Downloaded untrusted v0.7.1
8712025-03-21T17:32:51.726Z Downloaded poly1305 v0.8.0
8722025-03-21T17:32:51.730Z Downloaded embedded-io v0.4.0
8732025-03-21T17:32:51.730Z Downloaded progenitor-impl v0.9.1
8742025-03-21T17:32:51.736Z Downloaded pbkdf2 v0.12.2
8752025-03-21T17:32:51.736Z Downloaded pbkdf2 v0.11.0
8762025-03-21T17:32:51.740Z Downloaded blake3 v1.5.4
8772025-03-21T17:32:51.742Z Downloaded diesel_derives v2.2.3
8782025-03-21T17:32:51.748Z Downloaded signal-hook v0.3.17
8792025-03-21T17:32:51.762Z Downloaded fragile v2.0.0
8802025-03-21T17:32:51.766Z Downloaded display-error-chain v0.2.2
8812025-03-21T17:32:51.766Z Downloaded supports-color v3.0.2
8822025-03-21T17:32:51.766Z Downloaded ppv-lite86 v0.2.20
8832025-03-21T17:32:51.766Z Downloaded p521 v0.13.3
8842025-03-21T17:32:51.766Z Downloaded primeorder v0.13.6
8852025-03-21T17:32:51.766Z Downloaded rand v0.8.5
8862025-03-21T17:32:51.770Z Downloaded siphasher v0.3.11
8872025-03-21T17:32:51.770Z Downloaded slog-async v2.8.0
8882025-03-21T17:32:51.770Z Downloaded aho-corasick v1.1.3
8892025-03-21T17:32:52.780Z Downloaded signature v2.2.0
8902025-03-21T17:32:52.784Z Downloaded secrecy v0.8.0
8912025-03-21T17:32:52.784Z Downloaded nodrop v0.1.14
8922025-03-21T17:32:52.784Z Downloaded multer v3.1.0
8932025-03-21T17:32:52.784Z Downloaded ena v0.14.3
8942025-03-21T17:32:52.784Z Downloaded rusty-fork v0.3.0
8952025-03-21T17:32:52.784Z Downloaded gethostname v0.5.0
8962025-03-21T17:32:52.784Z Downloaded embedded-io v0.6.1
8972025-03-21T17:32:52.784Z Downloaded darling_core v0.20.10
8982025-03-21T17:32:52.784Z Downloaded pkcs1 v0.7.5
8992025-03-21T17:32:52.784Z Downloaded unicode-properties v0.1.3
9002025-03-21T17:32:52.784Z Downloaded elliptic-curve v0.13.8
9012025-03-21T17:32:52.784Z Downloaded aws-lc-rs v1.12.4
9022025-03-21T17:32:52.785Z Downloaded powerfmt v0.2.0
9032025-03-21T17:32:52.785Z Downloaded zerocopy v0.6.6
9042025-03-21T17:32:52.785Z Downloaded fs_extra v1.3.0
9052025-03-21T17:32:52.785Z Downloaded strum_macros v0.26.4
9062025-03-21T17:32:52.785Z Downloaded snafu v0.8.5
9072025-03-21T17:32:52.785Z Downloaded dirs-next v2.0.0
9082025-03-21T17:32:52.785Z Downloaded tui-tree-widget v0.23.0
9092025-03-21T17:32:52.785Z Downloaded rand v0.9.0
9102025-03-21T17:32:52.785Z Downloaded subtle v2.6.1
9112025-03-21T17:32:52.785Z Downloaded tokio-tungstenite v0.21.0
9122025-03-21T17:32:52.785Z Downloaded lalrpop v0.19.12
9132025-03-21T17:32:52.785Z Downloaded yoke v0.7.4
9142025-03-21T17:32:52.785Z Downloaded wyz v0.5.1
9152025-03-21T17:32:52.785Z Downloaded tokio-tungstenite v0.24.0
9162025-03-21T17:32:52.785Z Downloaded pkcs5 v0.7.1
9172025-03-21T17:32:52.785Z Downloaded typify v0.3.0
9182025-03-21T17:32:52.785Z Downloaded des v0.8.1
9192025-03-21T17:32:52.785Z Downloaded rustc-demangle v0.1.24
9202025-03-21T17:32:52.785Z Downloaded num-complex v0.4.6
9212025-03-21T17:32:52.785Z Downloaded password-hash v0.4.2
9222025-03-21T17:32:52.785Z Downloaded getrandom v0.2.15
9232025-03-21T17:32:52.785Z Downloaded env_logger v0.10.2
9242025-03-21T17:32:52.785Z Downloaded slog v2.7.0
9252025-03-21T17:32:52.785Z Downloaded sqlparser v0.45.0
9262025-03-21T17:32:52.785Z Downloaded typed-path v0.9.3
9272025-03-21T17:32:52.785Z Downloaded tungstenite v0.21.0
9282025-03-21T17:32:52.785Z Downloaded ed25519-dalek v2.1.1
9292025-03-21T17:32:52.785Z Downloaded postgres-types v0.2.9
9302025-03-21T17:32:52.785Z Downloaded tokio-postgres v0.7.13
9312025-03-21T17:32:52.785Z Downloaded owo-colors v4.2.0
9322025-03-21T17:32:52.785Z Downloaded serde_yaml v0.9.34+deprecated
9332025-03-21T17:32:52.785Z Downloaded icu_properties_data v1.5.0
9342025-03-21T17:32:52.785Z Downloaded unsafe-libyaml v0.2.11
9352025-03-21T17:32:52.785Z Downloaded hashbrown v0.12.3
9362025-03-21T17:32:52.785Z Downloaded tokio-rustls v0.25.0
9372025-03-21T17:32:52.785Z Downloaded x509-cert v0.2.5
9382025-03-21T17:32:52.786Z Downloaded zerovec v0.10.4
9392025-03-21T17:32:52.786Z Downloaded git2 v0.19.0
9402025-03-21T17:32:52.786Z Downloaded unicode-segmentation v1.12.0
9412025-03-21T17:32:52.786Z Downloaded omicron-zone-package v0.12.0
9422025-03-21T17:32:52.786Z Downloaded flate2 v1.1.0
9432025-03-21T17:32:52.786Z Downloaded time v0.3.36
9442025-03-21T17:32:52.786Z Downloaded rustls-webpki v0.102.8
9452025-03-21T17:32:52.786Z Downloaded num-bigint v0.4.6
9462025-03-21T17:32:52.786Z Downloaded bindgen v0.71.1
9472025-03-21T17:32:52.786Z Downloaded tokio-util v0.7.13
9482025-03-21T17:32:52.786Z Downloaded winnow v0.6.20
9492025-03-21T17:32:52.786Z Downloaded toml_edit v0.19.15
9502025-03-21T17:32:52.786Z Downloaded num-bigint-dig v0.8.4
9512025-03-21T17:32:52.786Z Downloaded object v0.30.4
9522025-03-21T17:32:52.786Z Downloaded parse-zoneinfo v0.3.1
9532025-03-21T17:32:52.786Z Downloaded tabled v0.18.0
9542025-03-21T17:32:52.787Z Downloaded unicode-normalization v0.1.24
9552025-03-21T17:32:52.787Z Downloaded webpki-roots v0.26.6
9562025-03-21T17:32:52.787Z Downloaded zerocopy v0.8.10
9572025-03-21T17:32:52.787Z Downloaded smoltcp v0.9.1
9582025-03-21T17:32:52.787Z Downloaded nom v7.1.3
9592025-03-21T17:32:52.787Z Downloaded rustyline v14.0.0
9602025-03-21T17:32:52.787Z Downloaded object v0.36.5
9612025-03-21T17:32:52.787Z Downloaded radix_trie v0.2.1
9622025-03-21T17:32:52.787Z Downloaded h2 v0.4.6
9632025-03-21T17:32:52.787Z Downloaded gimli v0.31.1
9642025-03-21T17:32:52.787Z Downloaded unicode-width v0.2.0
9652025-03-21T17:32:52.787Z Downloaded nix v0.28.0
9662025-03-21T17:32:52.787Z Downloaded regex-syntax v0.8.5
9672025-03-21T17:32:52.787Z Downloaded salty v0.3.0
9682025-03-21T17:32:52.787Z Downloaded regex v1.11.1
9692025-03-21T17:32:52.787Z Downloaded openssl v0.10.71
9702025-03-21T17:32:52.787Z Downloaded regex-syntax v0.6.29
9712025-03-21T17:32:52.787Z Downloaded regress v0.10.3
9722025-03-21T17:32:52.787Z Downloaded dropshot v0.12.0
9732025-03-21T17:32:52.787Z Downloaded chrono-tz v0.10.1
9742025-03-21T17:32:52.787Z Downloaded polar-core v0.27.3
9752025-03-21T17:32:52.787Z Downloaded nix v0.29.0
9762025-03-21T17:32:52.787Z Downloaded openapiv3 v2.0.0
9772025-03-21T17:32:52.787Z Downloaded typify-impl v0.3.0
9782025-03-21T17:32:52.787Z Downloaded nix v0.27.1
9792025-03-21T17:32:52.787Z Downloaded dropshot v0.16.0
9802025-03-21T17:32:52.787Z Downloaded curve25519-dalek v4.1.3
9812025-03-21T17:32:52.787Z Downloaded zerocopy-derive v0.6.6
9822025-03-21T17:32:52.787Z Downloaded rustls v0.21.12
9832025-03-21T17:32:52.787Z Downloaded diesel v2.2.7
9842025-03-21T17:32:52.787Z Downloaded ratatui v0.29.0
9852025-03-21T17:32:52.787Z Downloaded smoltcp v0.11.0
9862025-03-21T17:32:52.787Z Downloaded sled v0.34.7
9872025-03-21T17:32:52.787Z Downloaded rustls v0.23.19
9882025-03-21T17:32:52.787Z Downloaded rustls v0.22.4
9892025-03-21T17:32:52.787Z Downloaded bstr v1.10.0
9902025-03-21T17:32:52.791Z Downloaded reedline v0.38.0
9912025-03-21T17:32:52.791Z Downloaded p384 v0.13.0
9922025-03-21T17:32:52.791Z Downloaded chrono v0.4.40
9932025-03-21T17:32:52.791Z Downloaded petgraph v0.7.1
9942025-03-21T17:32:52.791Z Downloaded typify-impl v0.2.0
9952025-03-21T17:32:52.791Z Downloaded petgraph v0.6.5
9962025-03-21T17:32:52.791Z Downloaded libz-sys v1.1.20
9972025-03-21T17:32:52.791Z Downloaded bzip2-sys v0.1.11+1.0.8
9982025-03-21T17:32:52.791Z Downloaded lzma-sys v0.1.20
9992025-03-21T17:32:52.791Z Downloaded expectorate v1.1.0
10002025-03-21T17:32:52.791Z Downloaded rayon v1.10.0
10012025-03-21T17:32:52.791Z Downloaded quinn-proto v0.11.8
10022025-03-21T17:32:52.791Z Downloaded regex-automata v0.4.8
10032025-03-21T17:32:52.791Z Downloaded sha3 v0.10.8
10042025-03-21T17:32:52.791Z Downloaded petname v2.0.2
10052025-03-21T17:32:52.792Z Downloaded bindgen v0.69.5
10062025-03-21T17:32:52.792Z Downloaded winnow v0.5.40
10072025-03-21T17:32:52.792Z Downloaded bitvec v1.0.1
10082025-03-21T17:32:52.792Z Downloaded proptest v1.6.0
10092025-03-21T17:32:52.792Z Downloaded reqwest v0.12.12
10102025-03-21T17:32:52.792Z Downloaded portable-atomic v1.9.0
10112025-03-21T17:32:52.792Z Downloaded hickory-proto v0.24.4
10122025-03-21T17:32:52.792Z Downloaded zopfli v0.8.1
10132025-03-21T17:32:52.792Z Downloaded serde_with v3.12.0
10142025-03-21T17:32:52.792Z Downloaded csv v1.3.1
10152025-03-21T17:32:52.792Z Downloaded vcpkg v0.2.15
10162025-03-21T17:32:52.795Z Downloaded quick-xml v0.37.2
10172025-03-21T17:32:52.799Z Downloaded futures-util v0.3.31
10182025-03-21T17:32:52.811Z Downloaded schemars v0.8.22
10192025-03-21T17:32:52.821Z Downloaded tokio v1.43.0
10202025-03-21T17:32:52.859Z Downloaded ssh-key v0.6.6
10212025-03-21T17:32:52.865Z Downloaded samael v0.0.18
10222025-03-21T17:32:52.873Z Downloaded rustls-webpki v0.101.7
10232025-03-21T17:32:52.884Z Downloaded darling v0.20.10
10242025-03-21T17:32:52.903Z Downloaded url v2.5.3
10252025-03-21T17:32:52.903Z Downloaded hashbrown v0.13.2
10262025-03-21T17:32:52.910Z Downloaded rayon-core v1.12.1
10272025-03-21T17:32:52.910Z Downloaded rcgen v0.12.1
10282025-03-21T17:32:52.910Z Downloaded half v2.4.1
10292025-03-21T17:32:52.910Z Downloaded steno v0.4.1
10302025-03-21T17:32:52.910Z Downloaded pin-project-lite v0.2.14
10312025-03-21T17:32:52.917Z Downloaded daft-derive v0.1.1
10322025-03-21T17:32:52.920Z Downloaded rsa v0.9.6
10332025-03-21T17:32:52.920Z Downloaded dirs-sys-next v0.1.2
10342025-03-21T17:32:52.920Z Downloaded peg-macros v0.8.5
10352025-03-21T17:32:52.924Z Downloaded zip v0.6.6
10362025-03-21T17:32:52.927Z Downloaded thiserror-no-std v2.0.2
10372025-03-21T17:32:52.931Z Downloaded rfc6979 v0.4.0
10382025-03-21T17:32:52.931Z Downloaded typify v0.2.0
10392025-03-21T17:32:52.935Z Downloaded slog-term v2.9.1
10402025-03-21T17:32:52.938Z Downloaded tungstenite v0.24.0
10412025-03-21T17:32:52.942Z Downloaded aes-gcm v0.10.3
10422025-03-21T17:32:52.945Z Downloaded resolv-conf v0.7.0
10432025-03-21T17:32:52.945Z Downloaded synstructure v0.13.1
10442025-03-21T17:32:52.945Z Downloaded rand_core v0.6.4
10452025-03-21T17:32:52.948Z Downloaded postgres-protocol v0.6.8
10462025-03-21T17:32:52.948Z Downloaded oso v0.27.3
10472025-03-21T17:32:52.953Z Downloaded getrandom v0.3.1
10482025-03-21T17:32:52.956Z Downloaded crossterm v0.28.1
10492025-03-21T17:32:52.961Z Downloaded termcolor v1.4.1
10502025-03-21T17:32:52.965Z Downloaded proc-macro-error2 v2.0.1
10512025-03-21T17:32:52.969Z Downloaded encoding_rs v0.8.34
10522025-03-21T17:32:52.986Z Downloaded num-traits v0.2.19
10532025-03-21T17:32:52.991Z Downloaded prettyplease v0.2.29
10542025-03-21T17:32:52.995Z Downloaded hkdf v0.12.4
10552025-03-21T17:32:52.995Z Downloaded termios v0.3.3
10562025-03-21T17:32:52.999Z Downloaded fatfs v0.3.6
10572025-03-21T17:32:52.999Z Downloaded yansi v1.0.1
10582025-03-21T17:32:53.005Z Downloaded libgit2-sys v0.17.0+1.8.1
10592025-03-21T17:32:53.059Z Downloaded socket2 v0.5.8
10602025-03-21T17:32:53.063Z Downloaded itertools v0.14.0
10612025-03-21T17:32:53.068Z Downloaded itertools v0.13.0
10622025-03-21T17:32:53.074Z Downloaded fixedbitset v0.5.7
10632025-03-21T17:32:53.086Z Downloaded float-cmp v0.10.0
10642025-03-21T17:32:53.086Z Downloaded ring v0.17.11
10652025-03-21T17:32:53.119Z Downloaded shell-words v1.1.0
10662025-03-21T17:32:53.123Z Downloaded utf-8 v0.7.6
10672025-03-21T17:32:53.123Z Downloaded unicode-truncate v1.1.0
10682025-03-21T17:32:53.123Z Downloaded num-rational v0.4.2
10692025-03-21T17:32:53.129Z Downloaded dropshot_endpoint v0.12.0
10702025-03-21T17:32:53.129Z Downloaded base64 v0.21.7
10712025-03-21T17:32:53.134Z Downloaded rustfmt-wrapper v0.2.1
10722025-03-21T17:32:53.134Z Downloaded rustc_version v0.4.1
10732025-03-21T17:32:53.134Z Downloaded rustc_version v0.1.7
10742025-03-21T17:32:53.134Z Downloaded tiny-keccak v2.0.2
10752025-03-21T17:32:53.141Z Downloaded string_cache v0.8.7
10762025-03-21T17:32:53.141Z Downloaded snafu-derive v0.8.5
10772025-03-21T17:32:53.141Z Downloaded ssh-encoding v0.2.0
10782025-03-21T17:32:53.141Z Downloaded tracing-core v0.1.32
10792025-03-21T17:32:53.145Z Downloaded ron v0.8.1
10802025-03-21T17:32:53.145Z Downloaded schemars_derive v0.8.22
10812025-03-21T17:32:53.150Z Downloaded oso-derive v0.27.3
10822025-03-21T17:32:53.150Z Downloaded parking_lot v0.12.3
10832025-03-21T17:32:53.150Z Downloaded cc v1.2.15
10842025-03-21T17:32:53.155Z Downloaded paste v1.0.15
10852025-03-21T17:32:53.158Z Downloaded libxml v0.3.3
10862025-03-21T17:32:53.162Z Downloaded tls_codec v0.4.1
10872025-03-21T17:32:53.168Z Downloaded term v0.7.0
10882025-03-21T17:32:53.168Z Downloaded parking_lot v0.11.2
10892025-03-21T17:32:53.172Z Downloaded tar v0.4.44
10902025-03-21T17:32:53.172Z Downloaded writeable v0.5.5
10912025-03-21T17:32:53.179Z Downloaded tinystr v0.7.6
10922025-03-21T17:32:53.179Z Downloaded zone v0.1.8
10932025-03-21T17:32:53.179Z Downloaded parking_lot_core v0.8.6
10942025-03-21T17:32:53.179Z Downloaded mio v1.0.2
10952025-03-21T17:32:53.187Z Downloaded minimal-lexical v0.2.1
10962025-03-21T17:32:53.192Z Downloaded walkdir v2.5.0
10972025-03-21T17:32:53.192Z Downloaded http v1.2.0
10982025-03-21T17:32:53.192Z Downloaded similar v2.7.0
10992025-03-21T17:32:53.197Z Downloaded crossbeam-channel v0.5.13
11002025-03-21T17:32:53.201Z Downloaded slog-bunyan v2.5.0
11012025-03-21T17:32:53.201Z Downloaded serde_plain v1.0.2
11022025-03-21T17:32:53.201Z Downloaded serde-hex v0.1.0
11032025-03-21T17:32:53.205Z Downloaded predicates-core v1.0.8
11042025-03-21T17:32:53.205Z Downloaded futures-sink v0.3.31
11052025-03-21T17:32:53.205Z Downloaded dropshot_endpoint v0.16.0
11062025-03-21T17:32:53.211Z Downloaded serde_with_macros v3.12.0
11072025-03-21T17:32:53.211Z Downloaded num-derive v0.4.2
11082025-03-21T17:32:53.215Z Downloaded tokio-native-tls v0.3.1
11092025-03-21T17:32:53.215Z Downloaded headers v0.4.0
11102025-03-21T17:32:53.220Z Downloaded zeroize_derive v1.4.2
11112025-03-21T17:32:53.220Z Downloaded float-ord v0.3.2
11122025-03-21T17:32:53.226Z Downloaded fallible-iterator v0.2.0
11132025-03-21T17:32:53.227Z Downloaded tracing-attributes v0.1.27
11142025-03-21T17:32:53.227Z Downloaded pin-project v1.1.6
11152025-03-21T17:32:53.232Z Downloaded unicode-bidi v0.3.17
11162025-03-21T17:32:53.236Z Downloaded backtrace v0.3.74
11172025-03-21T17:32:53.240Z Downloaded debug-ignore v1.0.5
11182025-03-21T17:32:53.243Z Downloaded futures v0.3.31
11192025-03-21T17:32:53.246Z Downloaded crossbeam-utils v0.8.20
11202025-03-21T17:32:53.254Z Downloaded aes v0.8.4
11212025-03-21T17:32:53.257Z Downloaded rustls-pemfile v1.0.4
11222025-03-21T17:32:53.257Z Downloaded stable_deref_trait v1.2.0
11232025-03-21T17:32:53.257Z Downloaded phf_shared v0.11.2
11242025-03-21T17:32:53.257Z Downloaded globset v0.4.15
11252025-03-21T17:32:53.257Z Downloaded hyper-util v0.1.10
11262025-03-21T17:32:53.261Z Downloaded sct v0.7.1
11272025-03-21T17:32:53.265Z Downloaded rustversion v1.0.17
11282025-03-21T17:32:53.265Z Downloaded quick-error v1.2.3
11292025-03-21T17:32:53.265Z Downloaded vsss-rs v3.3.4
11302025-03-21T17:32:53.269Z Downloaded typify-macro v0.2.0
11312025-03-21T17:32:53.269Z Downloaded tokio-rustls v0.26.0
11322025-03-21T17:32:53.272Z Downloaded test-strategy v0.4.0
11332025-03-21T17:32:53.275Z Downloaded ron v0.7.1
11342025-03-21T17:32:53.279Z Downloaded sqlformat v0.2.6
11352025-03-21T17:32:53.282Z Downloaded signal-hook-registry v1.4.2
11362025-03-21T17:32:53.282Z Downloaded litrs v0.4.1
11372025-03-21T17:32:53.285Z Downloaded tokio-stream v0.1.17
11382025-03-21T17:32:53.288Z Downloaded time-macros v0.2.18
11392025-03-21T17:32:53.292Z Downloaded smallvec v1.14.0
11402025-03-21T17:32:53.292Z Downloaded num-iter v0.1.45
11412025-03-21T17:32:53.292Z Downloaded newtype-uuid v1.2.1
11422025-03-21T17:32:53.296Z Downloaded glob v0.3.2
11432025-03-21T17:32:53.296Z Downloaded base64 v0.13.1
11442025-03-21T17:32:53.299Z Downloaded either v1.14.0
11452025-03-21T17:32:53.299Z Downloaded allocator-api2 v0.2.18
11462025-03-21T17:32:53.303Z Downloaded topological-sort v0.2.2
11472025-03-21T17:32:53.303Z Downloaded icu_properties v1.5.1
11482025-03-21T17:32:53.308Z Downloaded icu_locid v1.5.0
11492025-03-21T17:32:53.313Z Downloaded unicase v2.7.0
11502025-03-21T17:32:53.313Z Downloaded crc-any v2.5.0
11512025-03-21T17:32:53.313Z Downloaded const-oid v0.9.6
11522025-03-21T17:32:53.316Z Downloaded structmeta v0.3.0
11532025-03-21T17:32:53.316Z Downloaded strip-ansi-escapes v0.2.0
11542025-03-21T17:32:53.316Z Downloaded icu_locid_transform_data v1.5.0
11552025-03-21T17:32:53.317Z Downloaded hmac v0.12.1
11562025-03-21T17:32:53.321Z Downloaded crossbeam-deque v0.8.5
11572025-03-21T17:32:53.322Z Downloaded semver v0.1.20
11582025-03-21T17:32:53.322Z Downloaded icu_provider v1.5.0
11592025-03-21T17:32:53.325Z Downloaded foldhash v0.1.3
11602025-03-21T17:32:53.325Z Downloaded downcast v0.11.0
11612025-03-21T17:32:53.325Z Downloaded blake2 v0.10.6
11622025-03-21T17:32:53.329Z Downloaded async-bb8-diesel v0.2.1
11632025-03-21T17:32:53.332Z Downloaded hyper-staticfile v0.10.1
11642025-03-21T17:32:53.332Z Downloaded highway v1.3.0
11652025-03-21T17:32:53.336Z Downloaded ciborium v0.2.2
11662025-03-21T17:32:53.343Z Downloaded cmake v0.1.51
11672025-03-21T17:32:53.343Z Downloaded base64ct v1.6.0
11682025-03-21T17:32:53.344Z Downloaded is-terminal v0.4.13
11692025-03-21T17:32:53.347Z Downloaded home v0.5.9
11702025-03-21T17:32:53.347Z Downloaded bit-vec v0.8.0
11712025-03-21T17:32:53.347Z Downloaded bzip2 v0.4.4
11722025-03-21T17:32:53.347Z Downloaded bcs v0.1.6
11732025-03-21T17:32:53.351Z Downloaded async-trait v0.1.86
11742025-03-21T17:32:53.355Z Downloaded arrayvec v0.7.6
11752025-03-21T17:32:53.355Z Downloaded argon2 v0.5.3
11762025-03-21T17:32:53.360Z Downloaded ipnetwork v0.21.1
11772025-03-21T17:32:53.360Z Downloaded hyper-tls v0.6.0
11782025-03-21T17:32:53.360Z Downloaded ascii-canvas v3.0.0
11792025-03-21T17:32:53.365Z Downloaded castaway v0.2.3
11802025-03-21T17:32:53.365Z Downloaded bitfield v0.14.0
11812025-03-21T17:32:53.365Z Downloaded cipher v0.4.4
11822025-03-21T17:32:53.365Z Downloaded blowfish v0.9.1
11832025-03-21T17:32:53.365Z Downloaded libefi-sys v0.1.0
11842025-03-21T17:32:53.370Z Downloaded lazy_static v1.5.0
11852025-03-21T17:32:53.370Z Downloaded internet-checksum v0.2.1
11862025-03-21T17:32:53.370Z Downloaded hex-literal v0.4.1
11872025-03-21T17:32:53.370Z Downloaded libsw-core v0.3.1
11882025-03-21T17:32:53.375Z Downloaded lazycell v1.3.0
11892025-03-21T17:32:53.375Z Downloaded inout v0.1.3
11902025-03-21T17:32:53.375Z Downloaded idna_adapter v1.2.0
11912025-03-21T17:32:53.375Z Downloaded atomic-waker v1.1.2
11922025-03-21T17:32:53.375Z Downloaded indoc v1.0.9
11932025-03-21T17:32:53.384Z Downloaded hostname v0.3.1
11942025-03-21T17:32:53.384Z Downloaded bb8 v0.8.5
11952025-03-21T17:32:53.384Z Downloaded hubpack v0.1.2
11962025-03-21T17:32:53.389Z Downloaded crc-catalog v2.4.0
11972025-03-21T17:32:53.389Z Downloaded constant_time_eq v0.3.1
11982025-03-21T17:32:53.389Z Downloaded cassowary v0.3.0
11992025-03-21T17:32:53.390Z Downloaded base16ct v0.2.0
12002025-03-21T17:32:53.390Z Downloaded cargo_metadata v0.18.1
12012025-03-21T17:32:53.390Z Downloaded hex v0.4.3
12022025-03-21T17:32:53.390Z Downloaded match_cfg v0.1.0
12032025-03-21T17:32:53.717Z Downloaded aws-lc-sys v0.26.0
12042025-03-21T17:32:54.034Z Compiling serde v1.0.218
12052025-03-21T17:32:54.037Z Compiling value-bag v1.9.0
12062025-03-21T17:32:54.037Z Compiling lock_api v0.4.12
12072025-03-21T17:32:54.038Z Compiling scopeguard v1.2.0
12082025-03-21T17:32:54.038Z Compiling typenum v1.17.0
12092025-03-21T17:32:54.038Z Compiling generic-array v0.14.7
12102025-03-21T17:32:54.244Z Compiling syn v2.0.98
12112025-03-21T17:32:54.256Z Compiling getrandom v0.2.15
12122025-03-21T17:32:54.336Z Compiling shlex v1.3.0
12132025-03-21T17:32:54.604Z Compiling log v0.4.22
12142025-03-21T17:32:54.649Z Compiling rand_core v0.6.4
12152025-03-21T17:32:54.705Z Compiling jobserver v0.1.32
12162025-03-21T17:32:54.763Z Compiling subtle v2.6.1
12172025-03-21T17:32:54.851Z Compiling smallvec v1.14.0
12182025-03-21T17:32:55.073Z Compiling const-oid v0.9.6
12192025-03-21T17:32:55.137Z Compiling pin-project-lite v0.2.14
12202025-03-21T17:32:55.184Z Compiling cc v1.2.15
12212025-03-21T17:32:55.220Z Compiling parking_lot_core v0.9.10
12222025-03-21T17:32:55.272Z Compiling rustix v0.38.37
12232025-03-21T17:32:55.342Z Compiling signal-hook-registry v1.4.2
12242025-03-21T17:32:55.493Z Compiling futures-core v0.3.31
12252025-03-21T17:32:55.711Z Compiling mio v1.0.2
12262025-03-21T17:32:55.960Z Compiling spin v0.9.8
12272025-03-21T17:32:56.045Z Compiling parking_lot v0.12.3
12282025-03-21T17:32:56.168Z Compiling socket2 v0.5.8
12292025-03-21T17:32:56.323Z Compiling aho-corasick v1.1.3
12302025-03-21T17:32:56.658Z Compiling stable_deref_trait v1.2.0
12312025-03-21T17:32:56.779Z Compiling either v1.14.0
12322025-03-21T17:32:56.807Z Compiling regex-syntax v0.8.5
12332025-03-21T17:32:56.962Z Compiling cpufeatures v0.2.14
12342025-03-21T17:32:57.070Z Compiling futures-sink v0.3.31
12352025-03-21T17:32:57.089Z Compiling slab v0.4.9
12362025-03-21T17:32:57.153Z Compiling glob v0.3.2
12372025-03-21T17:32:57.198Z Compiling prettyplease v0.2.29
12382025-03-21T17:32:57.240Z Compiling lazy_static v1.5.0
12392025-03-21T17:32:57.377Z Compiling minimal-lexical v0.2.1
12402025-03-21T17:32:57.593Z Compiling serde_json v1.0.139
12412025-03-21T17:32:57.846Z Compiling nom v7.1.3
12422025-03-21T17:32:57.901Z Compiling futures-channel v0.3.31
12432025-03-21T17:32:57.952Z Compiling libloading v0.8.5
12442025-03-21T17:32:57.990Z Compiling clang-sys v1.8.1
12452025-03-21T17:32:58.315Z Compiling foldhash v0.1.3
12462025-03-21T17:32:58.343Z Compiling bindgen v0.69.5
12472025-03-21T17:32:58.593Z Compiling home v0.5.9
12482025-03-21T17:32:58.727Z Compiling futures-io v0.3.31
12492025-03-21T17:32:58.825Z Compiling allocator-api2 v0.2.18
12502025-03-21T17:32:59.010Z Compiling pin-utils v0.1.0
12512025-03-21T17:32:59.119Z Compiling futures-task v0.3.31
12522025-03-21T17:32:59.228Z Compiling itertools v0.12.1
12532025-03-21T17:32:59.431Z Compiling pkg-config v0.3.31
12542025-03-21T17:32:59.621Z Compiling hashbrown v0.15.1
12552025-03-21T17:33:00.766Z Compiling regex-automata v0.4.8
12562025-03-21T17:33:00.805Z Compiling libm v0.2.8
12572025-03-21T17:33:00.941Z Compiling cexpr v0.6.0
12582025-03-21T17:33:01.151Z Compiling rustc-hash v1.1.0
12592025-03-21T17:33:01.198Z Compiling lazycell v1.3.0
12602025-03-21T17:33:01.338Z Compiling cmake v0.1.51
12612025-03-21T17:33:01.367Z Compiling num-traits v0.2.19
12622025-03-21T17:33:01.698Z Compiling synstructure v0.13.1
12632025-03-21T17:33:02.185Z Compiling dunce v1.0.5
12642025-03-21T17:33:02.328Z Compiling fs_extra v1.3.0
12652025-03-21T17:33:02.836Z Compiling getrandom v0.3.1
12662025-03-21T17:33:02.857Z Compiling litemap v0.7.3
12672025-03-21T17:33:03.040Z Compiling writeable v0.5.5
12682025-03-21T17:33:03.241Z Compiling ring v0.17.11
12692025-03-21T17:33:03.561Z Compiling paste v1.0.15
12702025-03-21T17:33:03.590Z Compiling base64ct v1.6.0
12712025-03-21T17:33:04.130Z Compiling pem-rfc7468 v0.7.0
12722025-03-21T17:33:04.542Z Compiling icu_locid_transform_data v1.5.0
12732025-03-21T17:33:04.648Z Compiling httparse v1.9.5
12742025-03-21T17:33:04.737Z Compiling aws-lc-rs v1.12.4
12752025-03-21T17:33:04.823Z Compiling flagset v0.4.6
12762025-03-21T17:33:05.164Z Compiling tracing-core v0.1.32
12772025-03-21T17:33:05.425Z Compiling percent-encoding v2.3.1
12782025-03-21T17:33:05.663Z Compiling regex v1.11.1
12792025-03-21T17:33:05.754Z Compiling crossbeam-utils v0.8.20
12802025-03-21T17:33:06.118Z Compiling icu_properties_data v1.5.0
12812025-03-21T17:33:06.240Z Compiling rustls-pki-types v1.10.0
12822025-03-21T17:33:06.348Z Compiling vcpkg v0.2.15
12832025-03-21T17:33:06.554Z Compiling serde_derive v1.0.218
12842025-03-21T17:33:06.591Z Compiling zeroize_derive v1.4.2
12852025-03-21T17:33:06.970Z Compiling zerocopy-derive v0.7.35
12862025-03-21T17:33:07.181Z Compiling tokio-macros v2.5.0
12872025-03-21T17:33:07.964Z Compiling zeroize v1.8.1
12882025-03-21T17:33:08.009Z Compiling zerofrom-derive v0.1.4
12892025-03-21T17:33:08.610Z Compiling thiserror-impl v1.0.69
12902025-03-21T17:33:08.849Z Compiling zerocopy v0.7.35
12912025-03-21T17:33:09.285Z Compiling yoke-derive v0.7.4
12922025-03-21T17:33:09.443Z Compiling zerovec-derive v0.10.3
12932025-03-21T17:33:09.590Z Compiling crypto-common v0.1.6
12942025-03-21T17:33:09.777Z Compiling block-buffer v0.10.4
12952025-03-21T17:33:09.825Z Compiling displaydoc v0.2.5
12962025-03-21T17:33:10.065Z Compiling digest v0.10.7
12972025-03-21T17:33:10.158Z Compiling futures-macro v0.3.31
12982025-03-21T17:33:10.535Z Compiling hmac v0.12.1
12992025-03-21T17:33:10.792Z Compiling block-padding v0.3.3
13002025-03-21T17:33:11.047Z Compiling inout v0.1.3
13012025-03-21T17:33:11.263Z Compiling zerofrom v0.1.4
13022025-03-21T17:33:11.323Z Compiling ppv-lite86 v0.2.20
13032025-03-21T17:33:11.344Z Compiling cipher v0.4.4
13042025-03-21T17:33:11.434Z Compiling thiserror v1.0.69
13052025-03-21T17:33:11.477Z Compiling sha2 v0.10.8
13062025-03-21T17:33:11.574Z Compiling icu_provider_macros v1.5.0
13072025-03-21T17:33:11.874Z Compiling yoke v0.7.4
13082025-03-21T17:33:11.874Z Compiling der_derive v0.7.3
13092025-03-21T17:33:11.892Z Compiling tracing-attributes v0.1.27
13102025-03-21T17:33:11.982Z Compiling futures-util v0.3.31
13112025-03-21T17:33:12.152Z Compiling salsa20 v0.10.2
13122025-03-21T17:33:12.234Z Compiling zerovec v0.10.4
13132025-03-21T17:33:12.391Z Compiling pest v2.7.14
13142025-03-21T17:33:12.668Z Compiling pbkdf2 v0.12.2
13152025-03-21T17:33:12.842Z Compiling utf16_iter v1.0.5
13162025-03-21T17:33:13.058Z Compiling powerfmt v0.2.0
13172025-03-21T17:33:13.442Z Compiling icu_normalizer_data v1.5.0
13182025-03-21T17:33:13.558Z Compiling num-conv v0.1.0
13192025-03-21T17:33:13.809Z Compiling untrusted v0.7.1
13202025-03-21T17:33:14.008Z Compiling tinystr v0.7.6
13212025-03-21T17:33:14.086Z Compiling der v0.7.9
13222025-03-21T17:33:14.175Z Compiling icu_collections v1.5.0
13232025-03-21T17:33:14.394Z Compiling icu_locid v1.5.0
13242025-03-21T17:33:14.829Z Compiling time-core v0.1.2
13252025-03-21T17:33:15.022Z Compiling write16 v1.0.0
13262025-03-21T17:33:15.117Z Compiling tracing v0.1.40
13272025-03-21T17:33:15.159Z Compiling utf8_iter v1.0.4
13282025-03-21T17:33:15.369Z Compiling untrusted v0.9.0
13292025-03-21T17:33:15.407Z Compiling time-macros v0.2.18
13302025-03-21T17:33:15.427Z Compiling pest_meta v2.7.14
13312025-03-21T17:33:15.560Z Compiling icu_provider v1.5.0
13322025-03-21T17:33:16.370Z Compiling icu_locid_transform v1.5.0
13332025-03-21T17:33:16.556Z Compiling spki v0.7.3
13342025-03-21T17:33:16.933Z Compiling deranged v0.3.11
13352025-03-21T17:33:17.053Z Compiling scrypt v0.11.0
13362025-03-21T17:33:17.163Z Compiling cbc v0.1.2
13372025-03-21T17:33:17.415Z Compiling aes v0.8.4
13382025-03-21T17:33:17.554Z Compiling openssl-sys v0.9.106
13392025-03-21T17:33:18.367Z Compiling icu_properties v1.5.1
13402025-03-21T17:33:18.405Z Compiling scroll_derive v0.12.0
13412025-03-21T17:33:18.656Z Compiling atomic-waker v1.1.2
13422025-03-21T17:33:18.850Z Compiling bitflags v2.6.0
13432025-03-21T17:33:19.150Z Compiling bytes v1.10.0
13442025-03-21T17:33:19.731Z Compiling indexmap v2.7.1
13452025-03-21T17:33:19.801Z Compiling semver v1.0.25
13462025-03-21T17:33:19.845Z Compiling tinyvec_macros v0.1.1
13472025-03-21T17:33:19.956Z Compiling num_threads v0.1.7
13482025-03-21T17:33:20.104Z Compiling time v0.3.36
13492025-03-21T17:33:20.148Z Compiling tinyvec v1.8.0
13502025-03-21T17:33:20.481Z Compiling tokio v1.43.0
13512025-03-21T17:33:20.520Z Compiling http v1.2.0
13522025-03-21T17:33:21.013Z Compiling rustc_version v0.4.1
13532025-03-21T17:33:21.662Z Compiling scroll v0.12.0
13542025-03-21T17:33:21.820Z Compiling pkcs5 v0.7.1
13552025-03-21T17:33:22.210Z Compiling icu_normalizer v1.5.0
13562025-03-21T17:33:22.294Z Compiling http-body v1.0.1
13572025-03-21T17:33:22.549Z Compiling pest_generator v2.7.14
13582025-03-21T17:33:22.684Z Compiling rand_chacha v0.3.1
13592025-03-21T17:33:22.782Z Compiling which v4.4.2
13602025-03-21T17:33:22.865Z Compiling form_urlencoded v1.2.1
13612025-03-21T17:33:23.318Z Compiling idna_adapter v1.2.0
13622025-03-21T17:33:23.549Z Compiling slog v2.7.0
13632025-03-21T17:33:23.811Z Compiling try-lock v0.2.5
13642025-03-21T17:33:23.948Z Compiling zerocopy v0.8.10
13652025-03-21T17:33:23.968Z Compiling want v0.3.1
13662025-03-21T17:33:24.135Z Compiling goblin v0.8.2
13672025-03-21T17:33:24.235Z Compiling idna v1.0.3
13682025-03-21T17:33:24.308Z Compiling pest_derive v2.7.14
13692025-03-21T17:33:24.452Z Compiling rand v0.8.5
13702025-03-21T17:33:24.782Z Compiling pkcs8 v0.10.2
13712025-03-21T17:33:24.967Z Compiling uuid v1.15.1
13722025-03-21T17:33:25.113Z Compiling zerocopy-derive v0.8.10
13732025-03-21T17:33:25.436Z Compiling iana-time-zone v0.1.61
13742025-03-21T17:33:25.768Z Compiling tower-service v0.3.3
13752025-03-21T17:33:25.791Z Compiling adler2 v2.0.0
13762025-03-21T17:33:25.866Z Compiling httpdate v1.0.3
13772025-03-21T17:33:25.979Z Compiling miniz_oxide v0.8.5
13782025-03-21T17:33:26.300Z Compiling chrono v0.4.40
13792025-03-21T17:33:26.379Z Compiling dtrace-parser v0.2.0
13802025-03-21T17:33:27.809Z Compiling serde_tokenstream v0.2.2
13812025-03-21T17:33:27.874Z Compiling serde_spanned v0.6.8
13822025-03-21T17:33:27.874Z Compiling toml_datetime v0.6.8
13832025-03-21T17:33:27.874Z Compiling rustversion v1.0.17
13842025-03-21T17:33:28.199Z Compiling match_cfg v0.1.0
13852025-03-21T17:33:28.250Z Compiling foreign-types-shared v0.1.1
13862025-03-21T17:33:28.307Z Compiling openssl v0.10.71
13872025-03-21T17:33:28.381Z Compiling base64 v0.22.1
13882025-03-21T17:33:28.482Z Compiling tokio-util v0.7.13
13892025-03-21T17:33:28.853Z Compiling foreign-types v0.3.2
13902025-03-21T17:33:28.938Z Compiling hostname v0.3.1
13912025-03-21T17:33:29.047Z Compiling url v2.5.3
13922025-03-21T17:33:29.501Z Compiling h2 v0.4.6
13932025-03-21T17:33:29.720Z Compiling dof v0.3.0
13942025-03-21T17:33:30.381Z Compiling async-trait v0.1.86
13952025-03-21T17:33:30.723Z Compiling rand_core v0.9.2
13962025-03-21T17:33:30.809Z Compiling usdt-impl v0.5.0
13972025-03-21T17:33:31.125Z Compiling openssl-macros v0.1.1
13982025-03-21T17:33:31.460Z Compiling serde_derive_internals v0.29.1
13992025-03-21T17:33:31.892Z Compiling bzip2-sys v0.1.11+1.0.8
14002025-03-21T17:33:32.109Z Compiling dirs-sys-next v0.1.2
14012025-03-21T17:33:32.408Z Compiling schemars v0.8.22
14022025-03-21T17:33:32.625Z Compiling syn v1.0.109
14032025-03-21T17:33:32.768Z Compiling rustls v0.22.4
14042025-03-21T17:33:32.799Z Compiling data-encoding v2.6.0
14052025-03-21T17:33:33.073Z Compiling rustls v0.23.19
14062025-03-21T17:33:33.124Z Compiling siphasher v0.3.11
14072025-03-21T17:33:33.176Z Compiling native-tls v0.2.12
14082025-03-21T17:33:33.494Z Compiling dirs-next v2.0.0
14092025-03-21T17:33:33.560Z Compiling rand_chacha v0.9.0
14102025-03-21T17:33:33.660Z Compiling schemars_derive v0.8.22
14112025-03-21T17:33:34.601Z Compiling http-body-util v0.1.2
14122025-03-21T17:33:34.866Z Compiling heapless v0.7.17
14132025-03-21T17:33:35.041Z Compiling unicode-normalization v0.1.24
14142025-03-21T17:33:35.088Z Compiling crossbeam-epoch v0.9.18
14152025-03-21T17:33:35.309Z Compiling sha1 v0.10.6
14162025-03-21T17:33:35.485Z Compiling signature v2.2.0
14172025-03-21T17:33:35.726Z Compiling thread_local v1.1.8
14182025-03-21T17:33:35.756Z Compiling encoding_rs v0.8.34
14192025-03-21T17:33:35.784Z Compiling crc32fast v1.4.2
14202025-03-21T17:33:36.114Z Compiling multer v3.1.0
14212025-03-21T17:33:36.118Z Compiling cookie v0.18.1
14222025-03-21T17:33:36.169Z Compiling gimli v0.31.1
14232025-03-21T17:33:36.476Z Compiling hyper v1.6.0
14242025-03-21T17:33:36.508Z Compiling unicode-bidi v0.3.17
14252025-03-21T17:33:36.553Z Compiling unicode-properties v0.1.3
14262025-03-21T17:33:36.981Z Compiling slog-async v2.8.0
14272025-03-21T17:33:37.493Z Compiling openssl-probe v0.1.5
14282025-03-21T17:33:37.774Z Compiling rayon-core v1.12.1
14292025-03-21T17:33:37.798Z Compiling mime v0.3.17
14302025-03-21T17:33:38.079Z Compiling ipnet v2.11.0
14312025-03-21T17:33:38.285Z Compiling signal-hook v0.3.17
14322025-03-21T17:33:38.580Z Compiling dyn-clone v1.0.18
14332025-03-21T17:33:38.803Z Compiling hyper-util v0.1.10
14342025-03-21T17:33:39.650Z Compiling toml_edit v0.22.24
14352025-03-21T17:33:39.875Z Compiling stringprep v0.1.5
14362025-03-21T17:33:40.117Z Compiling crossbeam-deque v0.8.5
14372025-03-21T17:33:40.476Z Compiling addr2line v0.24.2
14382025-03-21T17:33:40.911Z Compiling rand v0.9.0
14392025-03-21T17:33:40.930Z Compiling term v0.7.0
14402025-03-21T17:33:41.156Z Compiling usdt-macro v0.5.0
14412025-03-21T17:33:41.607Z Compiling usdt-attr-macro v0.5.0
14422025-03-21T17:33:42.146Z Compiling slog-json v2.6.1
14432025-03-21T17:33:42.324Z Compiling serde_urlencoded v0.7.1
14442025-03-21T17:33:42.473Z Compiling curve25519-dalek v4.1.3
14452025-03-21T17:33:42.537Z Compiling crossbeam-channel v0.5.13
14462025-03-21T17:33:42.647Z Compiling futures-executor v0.3.31
14472025-03-21T17:33:42.785Z Compiling enum-as-inner v0.6.1
14482025-03-21T17:33:43.120Z Compiling md-5 v0.10.6
14492025-03-21T17:33:43.152Z Compiling rustls-pemfile v2.2.0
14502025-03-21T17:33:43.170Z Compiling async-stream-impl v0.3.6
14512025-03-21T17:33:43.402Z Compiling num-integer v0.1.46
14522025-03-21T17:33:43.499Z Compiling hash32 v0.2.1
14532025-03-21T17:33:43.566Z Compiling ff v0.13.0
14542025-03-21T17:33:43.803Z Compiling is-terminal v0.4.13
14552025-03-21T17:33:43.824Z Compiling object v0.36.5
14562025-03-21T17:33:43.844Z Compiling memoffset v0.9.1
14572025-03-21T17:33:43.947Z Compiling dropshot v0.12.0
14582025-03-21T17:33:44.124Z Compiling base16ct v0.2.0
14592025-03-21T17:33:44.178Z Compiling portable-atomic v1.9.0
14602025-03-21T17:33:44.269Z Compiling rustc-demangle v0.1.24
14612025-03-21T17:33:44.351Z Compiling cfg_aliases v0.2.1
14622025-03-21T17:33:44.440Z Compiling anyhow v1.0.97
14632025-03-21T17:33:44.461Z Compiling psl-types v2.0.11
14642025-03-21T17:33:44.672Z Compiling fallible-iterator v0.2.0
14652025-03-21T17:33:45.067Z Compiling smoltcp v0.9.1
14662025-03-21T17:33:45.150Z Compiling quick-error v1.2.3
14672025-03-21T17:33:45.172Z Compiling take_mut v0.2.2
14682025-03-21T17:33:45.317Z Compiling litrs v0.4.1
14692025-03-21T17:33:45.340Z Compiling utf-8 v0.7.6
14702025-03-21T17:33:45.340Z Compiling linked-hash-map v0.5.6
14712025-03-21T17:33:45.664Z Compiling num-bigint-dig v0.8.4
14722025-03-21T17:33:45.687Z Compiling lru-cache v0.1.2
14732025-03-21T17:33:45.742Z Compiling tungstenite v0.24.0
14742025-03-21T17:33:46.046Z Compiling resolv-conf v0.7.0
14752025-03-21T17:33:46.389Z Compiling document-features v0.2.10
14762025-03-21T17:33:46.732Z Compiling postgres-protocol v0.6.8
14772025-03-21T17:33:46.990Z Compiling publicsuffix v2.3.0
14782025-03-21T17:33:47.244Z Compiling nix v0.29.0
14792025-03-21T17:33:47.273Z Compiling async-stream v0.3.6
14802025-03-21T17:33:47.874Z Compiling sec1 v0.7.3
14812025-03-21T17:33:47.922Z Compiling slog-term v2.9.1
14822025-03-21T17:33:47.922Z Compiling num-iter v0.1.45
14832025-03-21T17:33:47.940Z Compiling usdt v0.5.0
14842025-03-21T17:33:47.997Z Compiling hickory-proto v0.24.4
14852025-03-21T17:33:48.090Z Compiling group v0.13.0
14862025-03-21T17:33:48.420Z Compiling toml v0.8.20
14872025-03-21T17:33:48.501Z Compiling futures v0.3.31
14882025-03-21T17:33:48.618Z Compiling slog-bunyan v2.5.0
14892025-03-21T17:33:48.863Z Compiling bzip2 v0.4.4
14902025-03-21T17:33:49.074Z Compiling camino v1.1.9
14912025-03-21T17:33:50.206Z Compiling backtrace v0.3.74
14922025-03-21T17:33:50.326Z Compiling tokio-native-tls v0.3.1
14932025-03-21T17:33:50.612Z Compiling flate2 v1.1.0
14942025-03-21T17:33:50.721Z Compiling phf_shared v0.11.2
14952025-03-21T17:33:50.804Z Compiling dropshot_endpoint v0.12.0
14962025-03-21T17:33:50.828Z Compiling terminal_size v0.4.0
14972025-03-21T17:33:51.065Z Compiling openapiv3 v2.0.0
14982025-03-21T17:33:51.090Z Compiling serde_path_to_error v0.1.16
14992025-03-21T17:33:51.492Z Compiling waitgroup v0.1.2
15002025-03-21T17:33:51.723Z Compiling hkdf v0.12.4
15012025-03-21T17:33:51.894Z Compiling crypto-bigint v0.5.5
15022025-03-21T17:33:51.989Z Compiling webpki-roots v0.26.6
15032025-03-21T17:33:52.225Z Compiling zerocopy-derive v0.6.6
15042025-03-21T17:33:52.794Z Compiling hubpack_derive v0.1.1
15052025-03-21T17:33:53.078Z Compiling curve25519-dalek-derive v0.1.1
15062025-03-21T17:33:53.661Z Compiling sync_wrapper v1.0.1
15072025-03-21T17:33:53.833Z Compiling hostname v0.4.0
15082025-03-21T17:33:54.061Z Compiling ahash v0.8.11
15092025-03-21T17:33:54.104Z Compiling fs-err v2.11.0
15102025-03-21T17:33:54.410Z Compiling winnow v0.5.40
15112025-03-21T17:33:54.431Z Compiling zip v2.1.3
15122025-03-21T17:33:54.463Z Compiling simd-adler32 v0.3.7
15132025-03-21T17:33:54.751Z Compiling newtype-uuid v1.2.1
15142025-03-21T17:33:54.890Z Compiling bumpalo v3.16.0
15152025-03-21T17:33:55.002Z Compiling tower-layer v0.3.3
15162025-03-21T17:33:55.005Z Compiling unicode-width v0.2.0
15172025-03-21T17:33:55.047Z Compiling lockfree-object-pool v0.1.6
15182025-03-21T17:33:55.275Z Compiling debug-ignore v1.0.5
15192025-03-21T17:33:55.313Z Compiling buf-list v1.0.3
15202025-03-21T17:33:55.339Z Compiling managed v0.8.0
15212025-03-21T17:33:55.439Z Compiling zopfli v0.8.1
15222025-03-21T17:33:55.546Z Compiling console v0.15.10
15232025-03-21T17:33:56.011Z Compiling tower v0.5.2
15242025-03-21T17:33:56.764Z Compiling clap_builder v4.5.31
15252025-03-21T17:33:56.905Z Compiling elliptic-curve v0.13.8
15262025-03-21T17:33:56.956Z Compiling strum_macros v0.25.3
15272025-03-21T17:33:57.686Z Compiling toml_edit v0.19.15
15282025-03-21T17:33:57.847Z Compiling zerocopy v0.6.6
15292025-03-21T17:33:57.865Z Compiling hubpack v0.1.2
15302025-03-21T17:33:57.884Z Compiling hickory-resolver v0.24.4
15312025-03-21T17:33:58.542Z Compiling phf v0.11.2
15322025-03-21T17:33:58.832Z Compiling hyper-tls v0.6.0
15332025-03-21T17:33:59.028Z Compiling cookie_store v0.21.1
15342025-03-21T17:33:59.234Z Compiling signal-hook-mio v0.2.4
15352025-03-21T17:33:59.419Z Compiling rayon v1.10.0
15362025-03-21T17:34:00.715Z Compiling postgres-types v0.2.9
15372025-03-21T17:34:02.011Z Compiling tokio-tungstenite v0.24.0
15382025-03-21T17:34:03.339Z Compiling ed25519 v2.2.3
15392025-03-21T17:34:03.660Z Compiling phf_shared v0.10.0
15402025-03-21T17:34:03.791Z Compiling tokio-stream v0.1.17
15412025-03-21T17:34:04.052Z Compiling pkcs1 v0.7.5
15422025-03-21T17:34:04.462Z Compiling serde-big-array v0.5.1
15432025-03-21T17:34:04.510Z Compiling clap_derive v4.5.28
15442025-03-21T17:34:04.684Z Compiling rfc6979 v0.4.0
15452025-03-21T17:34:04.709Z Compiling serde_repr v0.1.19
15462025-03-21T17:34:04.774Z Compiling derive-where v1.2.7
15472025-03-21T17:34:04.887Z Compiling float-cmp v0.10.0
15482025-03-21T17:34:04.919Z Compiling bstr v1.10.0
15492025-03-21T17:34:05.146Z Compiling static_assertions v1.1.0
15502025-03-21T17:34:05.165Z Compiling predicates-core v1.0.8
15512025-03-21T17:34:05.257Z Compiling number_prefix v0.4.0
15522025-03-21T17:34:05.469Z Compiling whoami v1.5.2
15532025-03-21T17:34:05.491Z Compiling normalize-line-endings v0.3.0
15542025-03-21T17:34:05.635Z Compiling precomputed-hash v0.1.1
15552025-03-21T17:34:05.763Z Compiling unicode-segmentation v1.12.0
15562025-03-21T17:34:05.803Z Compiling fixedbitset v0.4.2
15572025-03-21T17:34:06.012Z Compiling difflib v0.4.0
15582025-03-21T17:34:06.244Z Compiling new_debug_unreachable v1.0.6
15592025-03-21T17:34:06.356Z Compiling string_cache v0.8.7
15602025-03-21T17:34:06.516Z Compiling predicates v3.1.3
15612025-03-21T17:34:06.615Z Compiling similar v2.7.0
15622025-03-21T17:34:06.803Z Compiling petgraph v0.6.5
15632025-03-21T17:34:07.333Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15642025-03-21T17:34:07.848Z Compiling tokio-postgres v0.7.13
15652025-03-21T17:34:07.964Z Compiling indicatif v0.17.11
15662025-03-21T17:34:08.658Z Compiling ecdsa v0.16.9
15672025-03-21T17:34:08.885Z Compiling clap v4.5.31
15682025-03-21T17:34:09.015Z Compiling rsa v0.9.6
15692025-03-21T17:34:09.483Z Compiling ed25519-dalek v2.1.1
15702025-03-21T17:34:09.936Z Compiling toml v0.7.8
15712025-03-21T17:34:10.741Z Compiling crossterm v0.28.1
15722025-03-21T17:34:13.367Z Compiling zip v0.6.6
15732025-03-21T17:34:13.411Z Compiling hex v0.4.3
15742025-03-21T17:34:13.563Z Compiling x509-cert v0.2.5
15752025-03-21T17:34:13.893Z Compiling itertools v0.10.5
15762025-03-21T17:34:13.988Z Compiling peg-runtime v0.8.5
15772025-03-21T17:34:14.161Z Compiling lalrpop-util v0.19.12
15782025-03-21T17:34:14.212Z Compiling unicode-xid v0.2.6
15792025-03-21T17:34:14.413Z Compiling strum_macros v0.26.4
15802025-03-21T17:34:14.530Z Compiling xattr v1.3.1
15812025-03-21T17:34:14.583Z Compiling filetime v0.2.25
15822025-03-21T17:34:14.809Z Compiling tar v0.4.44
15832025-03-21T17:34:18.924Z Compiling strum v0.26.3
15842025-03-21T17:34:21.520Z Compiling aws-lc-sys v0.26.0
15852025-03-21T17:34:51.179Z Compiling rustls-webpki v0.102.8
15862025-03-21T17:34:54.342Z Compiling tokio-rustls v0.25.0
15872025-03-21T17:34:55.995Z Compiling tokio-rustls v0.26.0
15882025-03-21T17:34:56.328Z Compiling hyper-rustls v0.27.3
15892025-03-21T17:34:56.688Z Compiling reqwest v0.12.12
15902025-03-21T17:34:57.878Z Compiling qorb v0.2.1
15912025-03-21T17:35:00.848Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15922025-03-21T17:35:01.130Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15932025-03-21T17:35:05.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s
15942025-03-21T17:35:05.658Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15952025-03-21T17:35:05.710ZMar 21 17:35:03.939 INFO Starting download, target: Clickhouse
15962025-03-21T17:35:05.711ZMar 21 17:35:03.940 INFO Starting download, target: Console
15972025-03-21T17:35:05.711ZMar 21 17:35:03.940 INFO Starting download, target: Cockroach
15982025-03-21T17:35:05.714ZMar 21 17:35:03.940 INFO Starting download, target: DendriteOpenapi
15992025-03-21T17:35:05.714ZMar 21 17:35:03.940 INFO Starting download, target: DendriteStub
16002025-03-21T17:35:05.714ZMar 21 17:35:03.940 INFO Starting download, target: MaghemiteMgd
16012025-03-21T17:35:05.714ZMar 21 17:35:03.940 INFO Starting download, target: TransceiverControl
16022025-03-21T17:35:05.715ZMar 21 17:35:03.941 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16032025-03-21T17:35:05.715ZMar 21 17:35:03.941 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi
16042025-03-21T17:35:05.715ZMar 21 17:35:03.941 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16052025-03-21T17:35:05.715ZMar 21 17:35:03.941 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16062025-03-21T17:35:05.715ZMar 21 17:35:03.941 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16072025-03-21T17:35:05.715ZMar 21 17:35:03.941 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16082025-03-21T17:35:05.715ZMar 21 17:35:03.941 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16092025-03-21T17:35:06.277ZMar 21 17:35:04.493 INFO Download complete, target: DendriteOpenapi
16102025-03-21T17:35:06.361ZMar 21 17:35:04.534 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16112025-03-21T17:35:06.567ZMar 21 17:35:04.749 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16122025-03-21T17:35:06.727ZMar 21 17:35:04.934 INFO Download complete, target: Console
16132025-03-21T17:35:06.978ZMar 21 17:35:05.153 INFO Download complete, target: TransceiverControl
16142025-03-21T17:35:07.573ZMar 21 17:35:05.793 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16152025-03-21T17:35:07.802ZMar 21 17:35:06.024 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16162025-03-21T17:35:07.925ZMar 21 17:35:06.144 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16172025-03-21T17:35:09.015ZMar 21 17:35:07.230 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16182025-03-21T17:35:09.015ZMar 21 17:35:07.230 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16192025-03-21T17:35:10.133ZMar 21 17:35:08.360 INFO Download complete, target: MaghemiteMgd
16202025-03-21T17:35:10.173ZMar 21 17:35:08.400 INFO Download complete, target: DendriteStub
16212025-03-21T17:35:15.399ZMar 21 17:35:13.623 INFO Checking that binary works, target: Cockroach
16222025-03-21T17:35:15.560ZMar 21 17:35:13.784 INFO Download complete, target: Cockroach
16232025-03-21T17:35:18.615ZMar 21 17:35:16.835 INFO Checking that binary works, target: Clickhouse
16242025-03-21T17:35:18.727ZMar 21 17:35:16.949 INFO Download complete, target: Clickhouse
16252025-03-21T17:35:18.736ZAll prerequisites installed successfully
16262025-03-21T17:35:18.741Z
16272025-03-21T17:35:18.741Zreal 5:19.272641095
16282025-03-21T17:35:18.741Zuser 15:38.557558176
16292025-03-21T17:35:18.741Zsys 2:09.888977431
16302025-03-21T17:35:18.741Ztrap 0.550198670
16312025-03-21T17:35:18.741Ztflt 1.015874647
16322025-03-21T17:35:18.741Zdflt 1.401758902
16332025-03-21T17:35:18.741Zkflt 0.030458217
16342025-03-21T17:35:18.741Zlock 23:30.123305073
16352025-03-21T17:35:18.741Zslp 56:40.899720294
16362025-03-21T17:35:18.741Zlat 1:02.702675336
16372025-03-21T17:35:18.741Zstop 2:33.926531646
16382025-03-21T17:35:18.741Z+ ptime -m cargo xtask download softnpu
16392025-03-21T17:35:19.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16402025-03-21T17:35:19.325Z Running `target/debug/xtask download softnpu`
16412025-03-21T17:35:20.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
16422025-03-21T17:35:20.317Z Running `target/debug/xtask-downloader softnpu`
16432025-03-21T17:35:20.356ZMar 21 17:35:18.578 INFO Starting download, target: Softnpu
16442025-03-21T17:35:20.359ZMar 21 17:35:18.578 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16452025-03-21T17:35:20.708ZMar 21 17:35:18.929 INFO Download complete, target: Softnpu
16462025-03-21T17:35:20.715Z
16472025-03-21T17:35:20.718Zreal 1.969768843
16482025-03-21T17:35:20.718Zuser 1.374285842
16492025-03-21T17:35:20.718Zsys 0.577760190
16502025-03-21T17:35:20.718Ztrap 0.000757500
16512025-03-21T17:35:20.718Ztflt 0.000020419
16522025-03-21T17:35:20.718Zdflt 0.000049823
16532025-03-21T17:35:20.718Zkflt 0.000000000
16542025-03-21T17:35:20.718Zlock 3.812652359
16552025-03-21T17:35:20.718Zslp 0.258105678
16562025-03-21T17:35:20.718Zlat 0.070156893
16572025-03-21T17:35:20.719Zstop 0.000171861
16582025-03-21T17:35:20.719Z+ export CARGO_INCREMENTAL=0
16592025-03-21T17:35:20.719Z+ CARGO_INCREMENTAL=0
16602025-03-21T17:35:20.719Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16612025-03-21T17:35:21.731Z Compiling proc-macro2 v1.0.93
16622025-03-21T17:35:21.731Z Compiling unicode-ident v1.0.14
16632025-03-21T17:35:21.734Z Compiling libc v0.2.170
16642025-03-21T17:35:21.734Z Compiling serde v1.0.218
16652025-03-21T17:35:21.735Z Compiling autocfg v1.4.0
16662025-03-21T17:35:21.735Z Compiling cfg-if v1.0.0
16672025-03-21T17:35:21.735Z Compiling version_check v0.9.5
16682025-03-21T17:35:21.984Z Compiling memchr v2.7.4
16692025-03-21T17:35:22.004Z Compiling typenum v1.17.0
16702025-03-21T17:35:22.030Z Compiling shlex v1.3.0
16712025-03-21T17:35:22.719Z Compiling value-bag v1.9.0
16722025-03-21T17:35:22.747Z Compiling generic-array v0.14.7
16732025-03-21T17:35:22.790Z Compiling lock_api v0.4.12
16742025-03-21T17:35:22.865Z Compiling log v0.4.22
16752025-03-21T17:35:22.953Z Compiling parking_lot_core v0.9.10
16762025-03-21T17:35:23.271Z Compiling scopeguard v1.2.0
16772025-03-21T17:35:23.298Z Compiling serde_json v1.0.139
16782025-03-21T17:35:23.376Z Compiling rustix v0.38.37
16792025-03-21T17:35:23.513Z Compiling quote v1.0.38
16802025-03-21T17:35:23.637Z Compiling libm v0.2.8
16812025-03-21T17:35:23.841Z Compiling jobserver v0.1.32
16822025-03-21T17:35:23.885Z Compiling syn v2.0.98
16832025-03-21T17:35:23.940Z Compiling getrandom v0.2.15
16842025-03-21T17:35:23.964Z Compiling num-traits v0.2.19
16852025-03-21T17:35:23.993Z Compiling aho-corasick v1.1.3
16862025-03-21T17:35:24.067Z Compiling thiserror v1.0.69
16872025-03-21T17:35:24.264Z Compiling cc v1.2.15
16882025-03-21T17:35:24.287Z Compiling semver v1.0.25
16892025-03-21T17:35:24.307Z Compiling regex-syntax v0.8.5
16902025-03-21T17:35:24.570Z Compiling getrandom v0.3.1
16912025-03-21T17:35:24.718Z Compiling either v1.14.0
16922025-03-21T17:35:24.812Z Compiling once_cell v1.20.3
16932025-03-21T17:35:24.994Z Compiling itoa v1.0.11
16942025-03-21T17:35:25.104Z Compiling slab v0.4.9
16952025-03-21T17:35:25.274Z Compiling rand_core v0.6.4
16962025-03-21T17:35:25.443Z Compiling spin v0.9.8
16972025-03-21T17:35:25.742Z Compiling errno v0.3.9
16982025-03-21T17:35:25.992Z Compiling glob v0.3.2
16992025-03-21T17:35:26.358Z Compiling smallvec v1.14.0
17002025-03-21T17:35:26.554Z Compiling prettyplease v0.2.29
17012025-03-21T17:35:26.587Z Compiling lazy_static v1.5.0
17022025-03-21T17:35:26.673Z Compiling clang-sys v1.8.1
17032025-03-21T17:35:26.825Z Compiling minimal-lexical v0.2.1
17042025-03-21T17:35:27.008Z Compiling libloading v0.8.5
17052025-03-21T17:35:27.294Z Compiling nom v7.1.3
17062025-03-21T17:35:27.349Z Compiling bindgen v0.69.5
17072025-03-21T17:35:27.369Z Compiling subtle v2.6.1
17082025-03-21T17:35:27.413Z Compiling home v0.5.9
17092025-03-21T17:35:27.626Z Compiling itertools v0.12.1
17102025-03-21T17:35:27.672Z Compiling equivalent v1.0.1
17112025-03-21T17:35:27.806Z Compiling foldhash v0.1.3
17122025-03-21T17:35:27.824Z Compiling regex-automata v0.4.8
17132025-03-21T17:35:27.993Z Compiling rustc-hash v1.1.0
17142025-03-21T17:35:28.148Z Compiling allocator-api2 v0.2.18
17152025-03-21T17:35:28.412Z Compiling lazycell v1.3.0
17162025-03-21T17:35:28.561Z Compiling cmake v0.1.51
17172025-03-21T17:35:28.853Z Compiling hashbrown v0.15.1
17182025-03-21T17:35:29.488Z Compiling dunce v1.0.5
17192025-03-21T17:35:29.582Z Compiling fs_extra v1.3.0
17202025-03-21T17:35:29.630Z Compiling pkg-config v0.3.31
17212025-03-21T17:35:30.161Z Compiling pin-project-lite v0.2.14
17222025-03-21T17:35:30.305Z Compiling cexpr v0.6.0
17232025-03-21T17:35:30.543Z Compiling byteorder v1.5.0
17242025-03-21T17:35:30.783Z Compiling synstructure v0.13.1
17252025-03-21T17:35:31.486Z Compiling ring v0.17.11
17262025-03-21T17:35:31.626Z Compiling ryu v1.0.18
17272025-03-21T17:35:31.649Z Compiling paste v1.0.15
17282025-03-21T17:35:31.923Z Compiling schemars v0.8.22
17292025-03-21T17:35:32.442Z Compiling serde_derive_internals v0.29.1
17302025-03-21T17:35:32.541Z Compiling signal-hook-registry v1.4.2
17312025-03-21T17:35:33.071Z Compiling regex v1.11.1
17322025-03-21T17:35:33.189Z Compiling httparse v1.9.5
17332025-03-21T17:35:33.405Z Compiling const-oid v0.9.6
17342025-03-21T17:35:33.783Z Compiling aws-lc-rs v1.12.4
17352025-03-21T17:35:33.943Z Compiling fnv v1.0.7
17362025-03-21T17:35:33.985Z Compiling parking_lot v0.12.3
17372025-03-21T17:35:34.094Z Compiling mio v1.0.2
17382025-03-21T17:35:34.242Z Compiling heck v0.5.0
17392025-03-21T17:35:34.711Z Compiling serde_derive v1.0.218
17402025-03-21T17:35:34.893Z Compiling zeroize_derive v1.4.2
17412025-03-21T17:35:35.345Z Compiling tokio-macros v2.5.0
17422025-03-21T17:35:35.530Z Compiling thiserror-impl v1.0.69
17432025-03-21T17:35:35.639Z Compiling zerocopy-derive v0.7.35
17442025-03-21T17:35:35.918Z Compiling zerofrom-derive v0.1.4
17452025-03-21T17:35:36.183Z Compiling zeroize v1.8.1
17462025-03-21T17:35:36.613Z Compiling yoke-derive v0.7.4
17472025-03-21T17:35:36.684Z Compiling futures-macro v0.3.31
17482025-03-21T17:35:36.745Z Compiling zerovec-derive v0.10.3
17492025-03-21T17:35:37.127Z Compiling displaydoc v0.2.5
17502025-03-21T17:35:38.474Z Compiling icu_provider_macros v1.5.0
17512025-03-21T17:35:38.528Z Compiling crypto-common v0.1.6
17522025-03-21T17:35:38.549Z Compiling tracing-attributes v0.1.27
17532025-03-21T17:35:38.737Z Compiling schemars_derive v0.8.22
17542025-03-21T17:35:38.870Z Compiling block-buffer v0.10.4
17552025-03-21T17:35:39.004Z Compiling socket2 v0.5.8
17562025-03-21T17:35:39.119Z Compiling stable_deref_trait v1.2.0
17572025-03-21T17:35:39.460Z Compiling digest v0.10.7
17582025-03-21T17:35:39.595Z Compiling zerocopy v0.7.35
17592025-03-21T17:35:39.872Z Compiling futures-core v0.3.31
17602025-03-21T17:35:40.295Z Compiling num-conv v0.1.0
17612025-03-21T17:35:40.587Z Compiling crossbeam-utils v0.8.20
17622025-03-21T17:35:40.748Z Compiling time-core v0.1.2
17632025-03-21T17:35:40.916Z Compiling time-macros v0.2.18
17642025-03-21T17:35:41.306Z Compiling der_derive v0.7.3
17652025-03-21T17:35:41.421Z Compiling vcpkg v0.2.15
17662025-03-21T17:35:42.710Z Compiling openssl-sys v0.9.106
17672025-03-21T17:35:43.450Z Compiling futures-sink v0.3.31
17682025-03-21T17:35:43.468Z Compiling zerocopy v0.8.10
17692025-03-21T17:35:43.767Z Compiling cpufeatures v0.2.14
17702025-03-21T17:35:44.155Z Compiling zerocopy-derive v0.8.10
17712025-03-21T17:35:44.326Z Compiling slog v2.7.0
17722025-03-21T17:35:44.774Z Compiling iana-time-zone v0.1.61
17732025-03-21T17:35:44.883Z Compiling syn v1.0.109
17742025-03-21T17:35:44.990Z Compiling futures-channel v0.3.31
17752025-03-21T17:35:45.089Z Compiling zerofrom v0.1.4
17762025-03-21T17:35:45.411Z Compiling futures-io v0.3.31
17772025-03-21T17:35:45.458Z Compiling futures-task v0.3.31
17782025-03-21T17:35:45.495Z Compiling pin-utils v0.1.0
17792025-03-21T17:35:45.604Z Compiling yoke v0.7.4
17802025-03-21T17:35:45.741Z Compiling futures-util v0.3.31
17812025-03-21T17:35:45.961Z Compiling scroll_derive v0.12.0
17822025-03-21T17:35:46.166Z Compiling openssl v0.10.71
17832025-03-21T17:35:46.550Z Compiling bitflags v2.6.0
17842025-03-21T17:35:46.572Z Compiling bytes v1.10.0
17852025-03-21T17:35:47.239Z Compiling indexmap v2.7.1
17862025-03-21T17:35:47.864Z Compiling tokio v1.43.0
17872025-03-21T17:35:49.341Z Compiling uuid v1.15.1
17882025-03-21T17:35:49.697Z Compiling serde_tokenstream v0.2.2
17892025-03-21T17:35:50.709Z Compiling which v4.4.2
17902025-03-21T17:35:51.423Z Compiling chrono v0.4.40
17912025-03-21T17:35:51.692Z Compiling http v1.2.0
17922025-03-21T17:35:53.468Z Compiling ucd-trie v0.1.7
17932025-03-21T17:35:53.669Z Compiling rustc_version v0.4.1
17942025-03-21T17:35:53.911Z Compiling pest v2.7.14
17952025-03-21T17:35:55.006Z Compiling zerovec v0.10.4
17962025-03-21T17:35:56.848Z Compiling hmac v0.12.1
17972025-03-21T17:35:58.108Z Compiling pest_meta v2.7.14
17982025-03-21T17:35:58.828Z Compiling block-padding v0.3.3
17992025-03-21T17:35:59.073Z Compiling openssl-macros v0.1.1
18002025-03-21T17:35:59.675Z Compiling rustls v0.23.19
18012025-03-21T17:35:59.811Z Compiling native-tls v0.2.12
18022025-03-21T17:35:59.992Z Compiling dyn-clone v1.0.18
18032025-03-21T17:36:00.195Z Compiling pest_generator v2.7.14
18042025-03-21T17:36:00.451Z Compiling inout v0.1.3
18052025-03-21T17:36:00.497Z Compiling tinystr v0.7.6
18062025-03-21T17:36:00.878Z Compiling toml_datetime v0.6.8
18072025-03-21T17:36:01.149Z Compiling serde_spanned v0.6.8
18082025-03-21T17:36:01.319Z Compiling ppv-lite86 v0.2.20
18092025-03-21T17:36:01.478Z Compiling tracing-core v0.1.32
18102025-03-21T17:36:01.772Z Compiling writeable v0.5.5
18112025-03-21T17:36:02.150Z Compiling strsim v0.11.1
18122025-03-21T17:36:02.178Z Compiling litemap v0.7.3
18132025-03-21T17:36:02.761Z Compiling icu_locid v1.5.0
18142025-03-21T17:36:02.785Z Compiling tracing v0.1.40
18152025-03-21T17:36:02.808Z Compiling aws-lc-sys v0.26.0
18162025-03-21T17:36:03.351Z Compiling pest_derive v2.7.14
18172025-03-21T17:36:03.606Z Compiling cipher v0.4.4
18182025-03-21T17:36:03.623Z Compiling sha2 v0.10.8
18192025-03-21T17:36:04.157Z Compiling cookie v0.18.1
18202025-03-21T17:36:04.360Z Compiling usdt-impl v0.5.0
18212025-03-21T17:36:04.526Z Compiling base64ct v1.6.0
18222025-03-21T17:36:04.725Z Compiling icu_provider v1.5.0
18232025-03-21T17:36:05.062Z Compiling pem-rfc7468 v0.7.0
18242025-03-21T17:36:07.633Z Compiling scroll v0.12.0
18252025-03-21T17:36:07.769Z Compiling async-trait v0.1.86
18262025-03-21T17:36:09.819Z Compiling flagset v0.4.6
18272025-03-21T17:36:10.131Z Compiling icu_locid_transform_data v1.5.0
18282025-03-21T17:36:10.211Z Compiling percent-encoding v2.3.1
18292025-03-21T17:36:10.248Z Compiling rustls-pki-types v1.10.0
18302025-03-21T17:36:10.422Z Compiling anyhow v1.0.97
18312025-03-21T17:36:10.466Z Compiling camino v1.1.9
18322025-03-21T17:36:10.879Z Compiling plain v0.2.3
18332025-03-21T17:36:10.953Z Compiling icu_locid_transform v1.5.0
18342025-03-21T17:36:11.039Z Compiling goblin v0.8.2
18352025-03-21T17:36:12.888Z Compiling der v0.7.9
18362025-03-21T17:36:14.133Z Compiling icu_collections v1.5.0
18372025-03-21T17:36:15.182Z Compiling tokio-util v0.7.13
18382025-03-21T17:36:16.585Z Compiling icu_properties_data v1.5.0
18392025-03-21T17:36:16.707Z Compiling powerfmt v0.2.0
18402025-03-21T17:36:16.944Z Compiling rustls v0.22.4
18412025-03-21T17:36:17.103Z Compiling untrusted v0.7.1
18422025-03-21T17:36:17.188Z Compiling untrusted v0.9.0
18432025-03-21T17:36:17.251Z Compiling rayon-core v1.12.1
18442025-03-21T17:36:17.297Z Compiling pretty-hex v0.4.1
18452025-03-21T17:36:17.401Z Compiling icu_properties v1.5.1
18462025-03-21T17:36:17.512Z Compiling dof v0.3.0
18472025-03-21T17:36:17.565Z Compiling deranged v0.3.11
18482025-03-21T17:36:19.177Z Compiling spki v0.7.3
18492025-03-21T17:36:19.402Z Compiling dtrace-parser v0.2.0
18502025-03-21T17:36:19.528Z Compiling salsa20 v0.10.2
18512025-03-21T17:36:19.555Z Compiling pbkdf2 v0.12.2
18522025-03-21T17:36:20.063Z Compiling bzip2-sys v0.1.11+1.0.8
18532025-03-21T17:36:20.950Z Compiling thread-id v4.2.2
18542025-03-21T17:36:20.954Z Compiling utf8_iter v1.0.4
18552025-03-21T17:36:21.003Z Compiling icu_normalizer_data v1.5.0
18562025-03-21T17:36:21.064Z Compiling utf16_iter v1.0.5
18572025-03-21T17:36:21.308Z Compiling num_threads v0.1.7
18582025-03-21T17:36:21.448Z Compiling atomic-waker v1.1.2
18592025-03-21T17:36:21.574Z Compiling write16 v1.0.0
18602025-03-21T17:36:21.907Z Compiling litrs v0.4.1
18612025-03-21T17:36:22.005Z Compiling rustversion v1.0.17
18622025-03-21T17:36:22.052Z Compiling winnow v0.5.40
18632025-03-21T17:36:22.077Z Compiling icu_normalizer v1.5.0
18642025-03-21T17:36:22.854Z Compiling document-features v0.2.10
18652025-03-21T17:36:23.826Z Compiling time v0.3.36
18662025-03-21T17:36:25.452Z Compiling toml_edit v0.19.15
18672025-03-21T17:36:26.573Z Compiling scrypt v0.11.0
18682025-03-21T17:36:27.022Z Compiling form_urlencoded v1.2.1
18692025-03-21T17:36:27.042Z Compiling aes v0.8.4
18702025-03-21T17:36:27.394Z Compiling cbc v0.1.2
18712025-03-21T17:36:27.553Z Compiling http-body v1.0.1
18722025-03-21T17:36:28.132Z Compiling multer v3.1.0
18732025-03-21T17:36:28.431Z Compiling try-lock v0.2.5
18742025-03-21T17:36:28.466Z Compiling tinyvec_macros v0.1.1
18752025-03-21T17:36:28.614Z Compiling slog-async v2.8.0
18762025-03-21T17:36:28.632Z Compiling want v0.3.1
18772025-03-21T17:36:28.923Z Compiling tinyvec v1.8.0
18782025-03-21T17:36:30.433Z Compiling pkcs5 v0.7.1
18792025-03-21T17:36:31.370Z Compiling idna_adapter v1.2.0
18802025-03-21T17:36:31.590Z Compiling h2 v0.4.6
18812025-03-21T17:36:31.931Z Compiling rand_chacha v0.3.1
18822025-03-21T17:36:32.755Z Compiling heapless v0.7.17
18832025-03-21T17:36:33.276Z Compiling httpdate v1.0.3
18842025-03-21T17:36:34.020Z Compiling tower-service v0.3.3
18852025-03-21T17:36:34.067Z Compiling adler2 v2.0.0
18862025-03-21T17:36:34.194Z Compiling signal-hook v0.3.17
18872025-03-21T17:36:34.341Z Compiling miniz_oxide v0.8.5
18882025-03-21T17:36:36.478Z Compiling rand v0.8.5
18892025-03-21T17:36:37.828Z Compiling idna v1.0.3
18902025-03-21T17:36:39.072Z Compiling pkcs8 v0.10.2
18912025-03-21T17:36:39.340Z Compiling usdt-attr-macro v0.5.0
18922025-03-21T17:36:39.664Z Compiling usdt-macro v0.5.0
18932025-03-21T17:36:39.820Z Compiling hyper v1.6.0
18942025-03-21T17:36:40.910Z Compiling async-stream-impl v0.3.6
18952025-03-21T17:36:41.710Z Compiling base64 v0.22.1
18962025-03-21T17:36:42.827Z Compiling hyper-util v0.1.10
18972025-03-21T17:36:48.662Z Compiling curve25519-dalek v4.1.3
18982025-03-21T17:36:49.105Z Compiling openapiv3 v2.0.0
18992025-03-21T17:36:49.334Z Compiling enum-as-inner v0.6.1
19002025-03-21T17:36:49.354Z Compiling memoffset v0.9.1
19012025-03-21T17:36:49.690Z Compiling dropshot v0.12.0
19022025-03-21T17:36:50.438Z Compiling smoltcp v0.9.1
19032025-03-21T17:36:50.671Z Compiling foreign-types-shared v0.1.1
19042025-03-21T17:36:50.812Z Compiling portable-atomic v1.9.0
19052025-03-21T17:36:50.996Z Compiling newtype-uuid v1.2.1
19062025-03-21T17:36:51.105Z Compiling num-bigint-dig v0.8.4
19072025-03-21T17:36:51.135Z Compiling match_cfg v0.1.0
19082025-03-21T17:36:51.247Z Compiling hostname v0.3.1
19092025-03-21T17:36:51.290Z Compiling foreign-types v0.3.2
19102025-03-21T17:36:51.621Z Compiling rand_core v0.9.2
19112025-03-21T17:36:52.459Z Compiling url v2.5.3
19122025-03-21T17:36:54.132Z Compiling http-body-util v0.1.2
19132025-03-21T17:36:54.600Z Compiling dirs-sys-next v0.1.2
19142025-03-21T17:36:55.041Z Compiling encoding_rs v0.8.34
19152025-03-21T17:36:55.375Z Compiling data-encoding v2.6.0
19162025-03-21T17:36:56.700Z Compiling heck v0.4.1
19172025-03-21T17:36:57.079Z Compiling ident_case v1.0.1
19182025-03-21T17:36:57.618Z Compiling siphasher v0.3.11
19192025-03-21T17:36:57.685Z Compiling mime v0.3.17
19202025-03-21T17:36:58.081Z Compiling cfg_aliases v0.2.1
19212025-03-21T17:36:58.196Z Compiling gimli v0.31.1
19222025-03-21T17:36:58.663Z Compiling nix v0.29.0
19232025-03-21T17:36:59.470Z Compiling darling_core v0.20.10
19242025-03-21T17:37:04.632Z Compiling addr2line v0.24.2
19252025-03-21T17:37:06.251Z Compiling dirs-next v2.0.0
19262025-03-21T17:37:07.276Z Compiling rand_chacha v0.9.0
19272025-03-21T17:37:08.891Z Compiling unicode-normalization v0.1.24
19282025-03-21T17:37:09.912Z Compiling serde_urlencoded v0.7.1
19292025-03-21T17:37:10.492Z Compiling crossbeam-epoch v0.9.18
19302025-03-21T17:37:11.136Z Compiling rustls-pemfile v2.2.0
19312025-03-21T17:37:11.590Z Compiling hubpack_derive v0.1.1
19322025-03-21T17:37:12.015Z Compiling dropshot_endpoint v0.12.0
19332025-03-21T17:37:12.422Z Compiling sha1 v0.10.6
19342025-03-21T17:37:12.820Z Compiling signature v2.2.0
19352025-03-21T17:37:13.052Z Compiling curve25519-dalek-derive v0.1.1
19362025-03-21T17:37:13.948Z Compiling zerocopy-derive v0.6.6
19372025-03-21T17:37:14.410Z Compiling thread_local v1.1.8
19382025-03-21T17:37:14.846Z Compiling object v0.36.5
19392025-03-21T17:37:15.608Z Compiling fs-err v2.11.0
19402025-03-21T17:37:15.631Z Compiling ahash v0.8.11
19412025-03-21T17:37:15.987Z Compiling crc32fast v1.4.2
19422025-03-21T17:37:16.426Z Compiling openssl-probe v0.1.5
19432025-03-21T17:37:19.120Z Compiling rustls-webpki v0.102.8
19442025-03-21T17:37:19.216Z Compiling buf-list v1.0.3
19452025-03-21T17:37:19.769Z Compiling rustc-demangle v0.1.24
19462025-03-21T17:37:20.317Z Compiling unicode-bidi v0.3.17
19472025-03-21T17:37:20.755Z Compiling utf8parse v0.2.2
19482025-03-21T17:37:20.942Z Compiling zip v2.1.3
19492025-03-21T17:37:21.394Z Compiling winnow v0.7.3
19502025-03-21T17:37:21.429Z Compiling anstyle v1.0.10
19512025-03-21T17:37:21.429Z Compiling unicode-properties v0.1.3
19522025-03-21T17:37:21.848Z Compiling ipnet v2.11.0
19532025-03-21T17:37:22.812Z Compiling backtrace v0.3.74
19542025-03-21T17:37:23.365Z Compiling stringprep v0.1.5
19552025-03-21T17:37:24.651Z Compiling toml_edit v0.22.24
19562025-03-21T17:37:24.904Z Compiling anstyle-parse v0.2.5
19572025-03-21T17:37:26.107Z Compiling crossbeam-deque v0.8.5
19582025-03-21T17:37:29.629Z Compiling rand v0.9.0
19592025-03-21T17:37:30.898Z Compiling term v0.7.0
19602025-03-21T17:37:30.918Z Compiling darling_macro v0.20.10
19612025-03-21T17:37:31.791Z Compiling slog-json v2.6.1
19622025-03-21T17:37:32.293Z Compiling crossbeam-channel v0.5.13
19632025-03-21T17:37:33.070Z Compiling futures-executor v0.3.31
19642025-03-21T17:37:33.257Z Compiling num-integer v0.1.46
19652025-03-21T17:37:33.475Z Compiling md-5 v0.10.6
19662025-03-21T17:37:33.512Z Compiling hash32 v0.2.1
19672025-03-21T17:37:33.737Z Compiling ff v0.13.0
19682025-03-21T17:37:33.763Z Compiling memmap v0.7.0
19692025-03-21T17:37:33.871Z Compiling is-terminal v0.4.13
19702025-03-21T17:37:33.986Z Compiling utf-8 v0.7.6
19712025-03-21T17:37:34.036Z Compiling anstyle-query v1.1.1
19722025-03-21T17:37:34.053Z Compiling take_mut v0.2.2
19732025-03-21T17:37:34.172Z Compiling base16ct v0.2.0
19742025-03-21T17:37:34.215Z Compiling quick-error v1.2.3
19752025-03-21T17:37:34.264Z Compiling fallible-iterator v0.2.0
19762025-03-21T17:37:34.381Z Compiling linked-hash-map v0.5.6
19772025-03-21T17:37:34.720Z Compiling is_terminal_polyfill v1.70.1
19782025-03-21T17:37:34.863Z Compiling psl-types v2.0.11
19792025-03-21T17:37:35.067Z Compiling colorchoice v1.0.2
19802025-03-21T17:37:35.187Z Compiling publicsuffix v2.3.0
19812025-03-21T17:37:35.244Z Compiling anstream v0.6.15
19822025-03-21T17:37:35.545Z Compiling postgres-protocol v0.6.8
19832025-03-21T17:37:35.564Z Compiling lru-cache v0.1.2
19842025-03-21T17:37:35.592Z Compiling sec1 v0.7.3
19852025-03-21T17:37:35.769Z Compiling resolv-conf v0.7.0
19862025-03-21T17:37:36.108Z Compiling tungstenite v0.24.0
19872025-03-21T17:37:36.192Z Compiling slog-term v2.9.1
19882025-03-21T17:37:36.352Z Compiling usdt v0.5.0
19892025-03-21T17:37:36.637Z Compiling group v0.13.0
19902025-03-21T17:37:36.774Z Compiling num-iter v0.1.45
19912025-03-21T17:37:36.939Z Compiling futures v0.3.31
19922025-03-21T17:37:38.441Z Compiling slog-bunyan v2.5.0
19932025-03-21T17:37:38.650Z Compiling darling v0.20.10
19942025-03-21T17:37:38.720Z Compiling tokio-rustls v0.26.0
19952025-03-21T17:37:38.783Z Compiling tokio-rustls v0.25.0
19962025-03-21T17:37:39.134Z Compiling toml v0.8.20
19972025-03-21T17:37:39.191Z Compiling bzip2 v0.4.4
19982025-03-21T17:37:39.210Z Compiling tokio-native-tls v0.3.1
19992025-03-21T17:37:39.550Z Compiling hickory-proto v0.24.4
20002025-03-21T17:37:39.642Z Compiling flate2 v1.1.0
20012025-03-21T17:37:39.802Z Compiling phf_shared v0.11.2
20022025-03-21T17:37:40.220Z Compiling strum_macros v0.25.3
20032025-03-21T17:37:40.854Z Compiling async-stream v0.3.6
20042025-03-21T17:37:40.959Z Compiling waitgroup v0.1.2
20052025-03-21T17:37:41.182Z Compiling webpki-roots v0.26.6
20062025-03-21T17:37:41.624Z Compiling hkdf v0.12.4
20072025-03-21T17:37:41.708Z Compiling terminal_size v0.4.0
20082025-03-21T17:37:41.786Z Compiling serde_path_to_error v0.1.16
20092025-03-21T17:37:41.866Z Compiling sync_wrapper v1.0.1
20102025-03-21T17:37:42.197Z Compiling crypto-bigint v0.5.5
20112025-03-21T17:37:42.404Z Compiling serde_repr v0.1.19
20122025-03-21T17:37:42.540Z Compiling derive-where v1.2.7
20132025-03-21T17:37:42.761Z Compiling clap_derive v4.5.28
20142025-03-21T17:37:43.364Z Compiling regress v0.10.3
20152025-03-21T17:37:43.429Z Compiling hostname v0.4.0
20162025-03-21T17:37:43.584Z Compiling unicode-width v0.2.0
20172025-03-21T17:37:43.680Z Compiling bumpalo v3.16.0
20182025-03-21T17:37:44.044Z Compiling managed v0.8.0
20192025-03-21T17:37:44.132Z Compiling bitflags v1.3.2
20202025-03-21T17:37:44.154Z Compiling debug-ignore v1.0.5
20212025-03-21T17:37:48.525Z Compiling lockfree-object-pool v0.1.6
20222025-03-21T17:37:49.128Z Compiling clap_lex v0.7.4
20232025-03-21T17:37:49.128Z Compiling simd-adler32 v0.3.7
20242025-03-21T17:37:49.128Z Compiling tower-layer v0.3.3
20252025-03-21T17:37:49.128Z Compiling zopfli v0.8.1
20262025-03-21T17:37:49.128Z Compiling tower v0.5.2
20272025-03-21T17:37:49.128Z Compiling clap_builder v4.5.31
20282025-03-21T17:37:49.128Z Compiling elliptic-curve v0.13.8
20292025-03-21T17:37:49.128Z Compiling typify-impl v0.2.0
20302025-03-21T17:37:49.128Z Compiling hickory-resolver v0.24.4
20312025-03-21T17:37:49.149Z Compiling console v0.15.10
20322025-03-21T17:37:50.412Z Compiling hyper-rustls v0.27.3
20332025-03-21T17:37:52.280Z Compiling phf v0.11.2
20342025-03-21T17:37:52.563Z Compiling hyper-tls v0.6.0
20352025-03-21T17:37:53.384Z Compiling signal-hook-mio v0.2.4
20362025-03-21T17:37:53.426Z Compiling rayon v1.10.0
20372025-03-21T17:37:53.559Z Compiling cookie_store v0.21.1
20382025-03-21T17:37:54.823Z Compiling tokio-tungstenite v0.24.0
20392025-03-21T17:37:54.956Z Compiling postgres-types v0.2.9
20402025-03-21T17:37:55.390Z Compiling zerocopy v0.6.6
20412025-03-21T17:37:55.531Z Compiling ed25519 v2.2.3
20422025-03-21T17:37:56.006Z Compiling hubpack v0.1.2
20432025-03-21T17:37:56.178Z Compiling phf_shared v0.10.0
20442025-03-21T17:37:56.430Z Compiling pkcs1 v0.7.5
20452025-03-21T17:37:56.657Z Compiling tokio-stream v0.1.17
20462025-03-21T17:37:57.292Z Compiling ipnetwork v0.21.1
20472025-03-21T17:37:57.584Z Compiling rfc6979 v0.4.0
20482025-03-21T17:37:57.674Z Compiling serde-big-array v0.5.1
20492025-03-21T17:37:57.715Z Compiling float-cmp v0.10.0
20502025-03-21T17:37:57.798Z Compiling bstr v1.10.0
20512025-03-21T17:37:58.604Z Compiling whoami v1.5.2
20522025-03-21T17:37:58.967Z Compiling normalize-line-endings v0.3.0
20532025-03-21T17:37:59.086Z Compiling predicates-core v1.0.8
20542025-03-21T17:37:59.131Z Compiling unicode-segmentation v1.12.0
20552025-03-21T17:37:59.199Z Compiling static_assertions v1.1.0
20562025-03-21T17:37:59.320Z Compiling difflib v0.4.0
20572025-03-21T17:37:59.360Z Compiling precomputed-hash v0.1.1
20582025-03-21T17:37:59.954Z Compiling number_prefix v0.4.0
20592025-03-21T17:38:00.382Z Compiling new_debug_unreachable v1.0.6
20602025-03-21T17:38:00.503Z Compiling fixedbitset v0.4.2
20612025-03-21T17:38:00.692Z Compiling string_cache v0.8.7
20622025-03-21T17:38:00.838Z Compiling petgraph v0.6.5
20632025-03-21T17:38:01.094Z Compiling indicatif v0.17.11
20642025-03-21T17:38:01.506Z Compiling similar v2.7.0
20652025-03-21T17:38:02.821Z Compiling predicates v3.1.3
20662025-03-21T17:38:02.882Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20672025-03-21T17:38:03.225Z Compiling tokio-postgres v0.7.13
20682025-03-21T17:38:03.564Z Compiling ecdsa v0.16.9
20692025-03-21T17:38:04.107Z Compiling qorb v0.2.1
20702025-03-21T17:38:04.408Z Compiling rsa v0.9.6
20712025-03-21T17:38:04.800Z Compiling typify-macro v0.2.0
20722025-03-21T17:38:06.865Z Compiling ed25519-dalek v2.1.1
20732025-03-21T17:38:08.607Z Compiling reqwest v0.12.12
20742025-03-21T17:38:08.878Z Compiling crossterm v0.28.1
20752025-03-21T17:38:09.092Z Compiling clap v4.5.31
20762025-03-21T17:38:09.223Z Compiling zip v0.6.6
20772025-03-21T17:38:10.361Z Compiling toml v0.7.8
20782025-03-21T17:38:10.378Z Compiling x509-cert v0.2.5
20792025-03-21T17:38:11.658Z Compiling hex v0.4.3
20802025-03-21T17:38:12.230Z Compiling itertools v0.10.5
20812025-03-21T17:38:12.612Z Compiling peg-runtime v0.8.5
20822025-03-21T17:38:13.525Z Compiling lalrpop-util v0.19.12
20832025-03-21T17:38:13.887Z Compiling unicode-xid v0.2.6
20842025-03-21T17:38:18.340Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20852025-03-21T17:38:21.462Z Compiling proc-macro-crate v1.3.1
20862025-03-21T17:38:22.198Z Compiling macaddr v1.0.1
20872025-03-21T17:38:23.557Z Compiling itertools v0.13.0
20882025-03-21T17:38:23.607Z Compiling heapless v0.8.0
20892025-03-21T17:38:24.277Z Compiling fastrand v2.1.1
20902025-03-21T17:38:25.510Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20912025-03-21T17:38:26.697Z Compiling tempfile v3.13.0
20922025-03-21T17:38:30.514Z Compiling num_enum_derive v0.5.11
20932025-03-21T17:38:35.265Z Compiling structmeta-derive v0.3.0
20942025-03-21T17:38:36.769Z Compiling hash32 v0.3.1
20952025-03-21T17:38:38.032Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20962025-03-21T17:38:38.918Z Compiling smoltcp v0.11.0
20972025-03-21T17:38:39.390Z Compiling thiserror v2.0.11
20982025-03-21T17:38:42.921Z Compiling structmeta v0.3.0
20992025-03-21T17:38:44.383Z Compiling num_enum v0.5.11
21002025-03-21T17:38:44.581Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21012025-03-21T17:38:45.477Z Compiling typify v0.2.0
21022025-03-21T17:38:45.639Z Compiling oxnet v0.1.1
21032025-03-21T17:38:46.759Z Compiling strum_macros v0.26.4
21042025-03-21T17:38:47.733Z Compiling thiserror-impl v2.0.11
21052025-03-21T17:38:49.318Z Compiling proc-macro-error-attr v1.0.4
21062025-03-21T17:38:50.603Z Compiling cobs v0.2.3
21072025-03-21T17:38:50.995Z Compiling unsafe-libyaml v0.2.11
21082025-03-21T17:38:51.767Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21092025-03-21T17:38:52.592Z Compiling serde_yaml v0.9.34+deprecated
21102025-03-21T17:38:54.932Z Compiling strum v0.26.3
21112025-03-21T17:38:55.153Z Compiling postcard v1.0.10
21122025-03-21T17:39:02.944Z Compiling progenitor-impl v0.8.0
21132025-03-21T17:39:04.780Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21142025-03-21T17:39:17.334Z Compiling foreign-types-macros v0.2.3
21152025-03-21T17:39:17.541Z Compiling wait-timeout v0.2.0
21162025-03-21T17:39:17.568Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21172025-03-21T17:39:17.602Z Compiling proc-macro-error v1.0.4
21182025-03-21T17:39:18.856Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21192025-03-21T17:39:18.876Z Compiling unicode-width v0.1.14
21202025-03-21T17:39:19.134Z Compiling bit-vec v0.8.0
21212025-03-21T17:39:19.208Z Compiling foreign-types-shared v0.3.1
21222025-03-21T17:39:19.352Z Compiling foreign-types v0.5.0
21232025-03-21T17:39:19.507Z Compiling tabwriter v1.4.0
21242025-03-21T17:39:19.717Z Compiling bit-set v0.8.0
21252025-03-21T17:39:19.960Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21262025-03-21T17:39:25.968Z Compiling rusty-fork v0.3.0
21272025-03-21T17:39:30.778Z Compiling progenitor-macro v0.8.0
21282025-03-21T17:39:34.258Z Compiling parse-display-derive v0.10.0
21292025-03-21T17:39:34.791Z Compiling progenitor-client v0.8.0
21302025-03-21T17:39:37.643Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21312025-03-21T17:39:38.445Z Compiling daft-derive v0.1.1
21322025-03-21T17:39:38.673Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21332025-03-21T17:39:39.240Z Compiling rand_xorshift v0.3.0
21342025-03-21T17:39:39.507Z Compiling cstr-argument v0.1.2
21352025-03-21T17:39:39.526Z Compiling dropshot v0.16.0
21362025-03-21T17:39:39.769Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21372025-03-21T17:39:39.865Z Compiling pretty-hex v0.2.1
21382025-03-21T17:39:40.131Z Compiling crucible-workspace-hack v0.1.0
21392025-03-21T17:39:40.461Z Compiling unarray v0.1.4
21402025-03-21T17:39:40.670Z Compiling proptest v1.6.0
21412025-03-21T17:39:40.780Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21422025-03-21T17:39:40.867Z Compiling progenitor v0.8.0
21432025-03-21T17:39:41.104Z Compiling daft v0.1.1
21442025-03-21T17:39:41.150Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21452025-03-21T17:39:41.458Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21462025-03-21T17:39:41.605Z Compiling parse-display v0.10.0
21472025-03-21T17:39:42.020Z Compiling test-strategy v0.4.0
21482025-03-21T17:39:42.336Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21492025-03-21T17:39:42.542Z Compiling colored v2.2.0
21502025-03-21T17:39:43.405Z Compiling serde_with_macros v3.12.0
21512025-03-21T17:39:43.889Z Compiling dropshot_endpoint v0.16.0
21522025-03-21T17:39:44.856Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21532025-03-21T17:39:45.080Z Compiling instant v0.1.13
21542025-03-21T17:39:45.302Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21552025-03-21T17:39:45.630Z Compiling winnow v0.6.20
21562025-03-21T17:39:45.686Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21572025-03-21T17:39:45.690Z Compiling serde_with v3.12.0
21582025-03-21T17:39:45.925Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21592025-03-21T17:39:47.956Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
21602025-03-21T17:39:48.850Z Compiling backoff v0.4.0
21612025-03-21T17:39:49.241Z Compiling zone_cfg_derive v0.3.0
21622025-03-21T17:39:49.803Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21632025-03-21T17:39:49.959Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21642025-03-21T17:39:50.564Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
21652025-03-21T17:39:50.697Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21662025-03-21T17:39:50.746Z Compiling camino-tempfile v1.1.1
21672025-03-21T17:39:51.089Z Compiling progenitor-client v0.9.1
21682025-03-21T17:39:51.485Z Compiling num-derive v0.4.2
21692025-03-21T17:39:52.034Z Compiling sigpipe v0.1.3
21702025-03-21T17:39:52.190Z Compiling libefi-sys v0.1.0
21712025-03-21T17:39:52.524Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21722025-03-21T17:39:52.931Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21732025-03-21T17:39:53.567Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
21742025-03-21T17:39:55.107Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21752025-03-21T17:39:56.067Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21762025-03-21T17:39:56.634Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21772025-03-21T17:39:58.528Z Compiling zone v0.3.0
21782025-03-21T17:39:58.627Z Compiling itertools v0.14.0
21792025-03-21T17:39:59.054Z Compiling smf v0.2.3
21802025-03-21T17:40:00.211Z Compiling bitfield-struct v0.6.2
21812025-03-21T17:40:01.556Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21822025-03-21T17:40:01.640Z Compiling blake3 v1.5.4
21832025-03-21T17:40:01.879Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21842025-03-21T17:40:02.146Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21852025-03-21T17:40:02.527Z Compiling xattr v1.3.1
21862025-03-21T17:40:02.613Z Compiling filetime v0.2.25
21872025-03-21T17:40:02.849Z Compiling memmap2 v0.9.5
21882025-03-21T17:40:02.884Z Compiling same-file v1.0.6
21892025-03-21T17:40:02.975Z Compiling constant_time_eq v0.3.1
21902025-03-21T17:40:03.176Z Compiling arrayref v0.3.9
21912025-03-21T17:40:03.195Z Compiling arrayvec v0.7.6
21922025-03-21T17:40:03.242Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21932025-03-21T17:40:03.300Z Compiling walkdir v2.5.0
21942025-03-21T17:40:03.386Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21952025-03-21T17:40:03.406Z Compiling tar v0.4.44
21962025-03-21T17:40:04.849Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21972025-03-21T17:40:05.283Z Compiling gethostname v0.5.0
21982025-03-21T17:40:05.507Z Compiling cargo-platform v0.1.8
21992025-03-21T17:40:06.016Z Compiling topological-sort v0.2.2
22002025-03-21T17:40:06.105Z Compiling fixedbitset v0.5.7
22012025-03-21T17:40:06.312Z Compiling omicron-zone-package v0.12.0
22022025-03-21T17:40:06.565Z Compiling cargo_metadata v0.19.2
22032025-03-21T17:40:07.243Z Compiling petgraph v0.7.1
22042025-03-21T17:40:08.226Z Compiling shell-words v1.1.0
22052025-03-21T17:40:08.767Z Compiling indent_write v2.2.0
22062025-03-21T17:40:17.460Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22072025-03-21T17:40:18.185Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22082025-03-21T17:40:21.832Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22092025-03-21T17:40:36.131Z Finished `release` profile [optimized] target(s) in 5m 15s
22102025-03-21T17:40:36.306Z Running `target/release/omicron-package -t test target create -p dev`
22112025-03-21T17:40:36.355ZLogging to: /work/oxidecomputer/omicron/out/LOG
22122025-03-21T17:40:36.359ZCreated new build target 'test' and set it as active
22132025-03-21T17:40:36.359Z
22142025-03-21T17:40:36.359Zreal 5:15.471796088
22152025-03-21T17:40:36.359Zuser 36:39.826836013
22162025-03-21T17:40:36.359Zsys 3:29.071452436
22172025-03-21T17:40:36.359Ztrap 1.134552633
22182025-03-21T17:40:36.359Ztflt 1.698967678
22192025-03-21T17:40:36.359Zdflt 0.872242839
22202025-03-21T17:40:36.359Zkflt 0.000083022
22212025-03-21T17:40:36.359Zlock 1:12:02.094039937
22222025-03-21T17:40:36.359Zslp 2:27:16.885533527
22232025-03-21T17:40:36.359Zlat 2:51.180526644
22242025-03-21T17:40:36.359Zstop 5:01.483487497
22252025-03-21T17:40:36.362Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
22262025-03-21T17:40:37.379Z Finished `release` profile [optimized] target(s) in 0.96s
22272025-03-21T17:40:37.444Z Running `target/release/omicron-package -t test package`
22282025-03-21T17:40:37.490ZLogging to: /work/oxidecomputer/omicron/out/LOG
22292025-03-21T17:40:38.685Z Compiling ring v0.17.11
22302025-03-21T17:40:38.867Z Compiling thiserror v2.0.11
22312025-03-21T17:40:38.884Z Compiling typify-impl v0.3.0
22322025-03-21T17:40:38.900Z Compiling convert_case v0.4.0
22332025-03-21T17:40:38.900Z Compiling fastrand v2.1.1
22342025-03-21T17:40:38.903Z Compiling newline-converter v0.3.0
22352025-03-21T17:40:38.904Z Compiling password-hash v0.5.0
22362025-03-21T17:40:39.114Z Compiling expectorate v1.1.0
22372025-03-21T17:40:39.360Z Compiling tempfile v3.13.0
22382025-03-21T17:40:39.365Z Compiling blake2 v0.10.6
22392025-03-21T17:40:39.486Z Compiling derive_more v0.99.19
22402025-03-21T17:40:40.005Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
22412025-03-21T17:40:40.560Z Compiling base64 v0.21.7
22422025-03-21T17:40:40.739Z Compiling argon2 v0.5.3
22432025-03-21T17:40:41.060Z Compiling atomicwrites v0.4.4
22442025-03-21T17:40:41.607Z Compiling cancel-safe-futures v0.1.5
22452025-03-21T17:40:41.635Z Compiling owo-colors v4.2.0
22462025-03-21T17:40:41.972Z Compiling num-rational v0.4.2
22472025-03-21T17:40:42.240Z Compiling libsw-core v0.3.1
22482025-03-21T17:40:42.529Z Compiling num-complex v0.4.6
22492025-03-21T17:40:42.923Z Compiling libsw v3.4.0
22502025-03-21T17:40:43.685Z Compiling num v0.4.3
22512025-03-21T17:40:44.254Z Compiling rustls v0.23.19
22522025-03-21T17:40:44.287Z Compiling rustls v0.22.4
22532025-03-21T17:40:44.319Z Compiling float-ord v0.3.2
22542025-03-21T17:40:44.411Z Compiling swrite v0.1.0
22552025-03-21T17:40:44.519Z Compiling linear-map v1.2.0
22562025-03-21T17:40:44.567Z Compiling highway v1.3.0
22572025-03-21T17:40:44.961Z Compiling tungstenite v0.21.0
22582025-03-21T17:40:44.982Z Compiling semver v0.1.20
22592025-03-21T17:40:45.480Z Compiling rustc_version v0.1.7
22602025-03-21T17:40:45.655Z Compiling ipnetwork v0.21.1
22612025-03-21T17:40:45.838Z Compiling newtype_derive v0.1.6
22622025-03-21T17:40:46.133Z Compiling wait-timeout v0.2.0
22632025-03-21T17:40:46.179Z Compiling tokio-tungstenite v0.21.0
22642025-03-21T17:40:46.325Z Compiling bit-vec v0.8.0
22652025-03-21T17:40:46.550Z Compiling rustls-webpki v0.102.8
22662025-03-21T17:40:46.741Z Compiling bit-set v0.8.0
22672025-03-21T17:40:46.767Z Compiling rusty-fork v0.3.0
22682025-03-21T17:40:47.119Z Compiling oxnet v0.1.1
22692025-03-21T17:40:47.344Z Compiling rand_xorshift v0.3.0
22702025-03-21T17:40:47.764Z Compiling humantime v2.1.0
22712025-03-21T17:40:48.174Z Compiling unarray v0.1.4
22722025-03-21T17:40:48.353Z Compiling proptest v1.6.0
22732025-03-21T17:40:48.567Z Compiling daft v0.1.1
22742025-03-21T17:40:48.783Z Compiling typify-macro v0.3.0
22752025-03-21T17:40:49.446Z Compiling parse-display v0.10.0
22762025-03-21T17:40:49.777Z Compiling dropshot v0.16.0
22772025-03-21T17:40:49.841Z Compiling strum v0.26.3
22782025-03-21T17:40:49.938Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22792025-03-21T17:40:50.030Z Compiling instant v0.1.13
22802025-03-21T17:40:50.112Z Compiling steno v0.4.1
22812025-03-21T17:40:50.191Z Compiling backoff v0.4.0
22822025-03-21T17:40:50.564Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22832025-03-21T17:40:51.062Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
22842025-03-21T17:40:51.978Z Compiling tokio-rustls v0.25.0
22852025-03-21T17:40:52.419Z Compiling dropshot v0.12.0
22862025-03-21T17:40:54.929Z Compiling tokio-rustls v0.26.0
22872025-03-21T17:40:55.411Z Compiling hyper-rustls v0.27.3
22882025-03-21T17:40:55.802Z Compiling typify v0.3.0
22892025-03-21T17:40:55.955Z Compiling reqwest v0.12.12
22902025-03-21T17:40:58.997Z Compiling qorb v0.2.1
22912025-03-21T17:40:59.936Z Compiling progenitor-impl v0.9.1
22922025-03-21T17:41:04.844Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22932025-03-21T17:41:05.787Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22942025-03-21T17:41:10.836Z Compiling progenitor-client v0.9.1
22952025-03-21T17:41:28.406Z Compiling progenitor-client v0.8.0
22962025-03-21T17:41:29.293Z Compiling progenitor v0.8.0
22972025-03-21T17:41:29.521Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
22982025-03-21T17:41:35.265Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22992025-03-21T17:41:36.790Z Compiling progenitor-macro v0.9.1
23002025-03-21T17:41:37.689Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23012025-03-21T17:41:40.906Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23022025-03-21T17:41:41.090Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23032025-03-21T17:41:41.684Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23042025-03-21T17:41:42.526Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
23052025-03-21T17:41:43.121Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23062025-03-21T17:41:43.327Z Compiling serde_with v3.12.0
23072025-03-21T17:41:47.062Z Compiling progenitor v0.9.1
23082025-03-21T17:41:47.237Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23092025-03-21T17:41:47.306Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23102025-03-21T17:41:48.258Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23112025-03-21T17:41:48.281Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23122025-03-21T17:41:48.912Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23132025-03-21T17:41:49.259Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23142025-03-21T17:41:49.811Z Compiling macaddr v1.0.1
23152025-03-21T17:41:51.276Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23162025-03-21T17:41:58.068Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23172025-03-21T17:42:00.383Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23182025-03-21T17:42:00.649Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23192025-03-21T17:42:03.154Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23202025-03-21T17:42:05.576Z Compiling slog-dtrace v0.3.0
23212025-03-21T17:42:06.166Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23222025-03-21T17:42:08.217Z Compiling prettyplease v0.2.29
23232025-03-21T17:42:12.509Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23242025-03-21T17:42:14.374Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23252025-03-21T17:42:14.949Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23262025-03-21T17:42:15.421Z Compiling half v2.4.1
23272025-03-21T17:42:15.503Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23282025-03-21T17:42:16.091Z Compiling ciborium-io v0.2.2
23292025-03-21T17:42:16.260Z Compiling ciborium-ll v0.2.2
23302025-03-21T17:42:16.778Z Compiling bytecount v0.6.8
23312025-03-21T17:42:17.109Z Compiling ciborium v0.2.2
23322025-03-21T17:42:17.456Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23332025-03-21T17:42:19.090Z Compiling display-error-chain v0.2.2
23342025-03-21T17:42:19.342Z Compiling const_format_proc_macros v0.2.34
23352025-03-21T17:42:20.214Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23362025-03-21T17:42:20.653Z Compiling same-file v1.0.6
23372025-03-21T17:42:20.916Z Compiling keccak v0.1.5
23382025-03-21T17:42:21.117Z Compiling maplit v1.0.2
23392025-03-21T17:42:21.264Z Compiling crunchy v0.2.2
23402025-03-21T17:42:21.750Z Compiling sha3 v0.10.8
23412025-03-21T17:42:22.070Z Compiling const_format v0.2.34
23422025-03-21T17:42:22.604Z Compiling walkdir v2.5.0
23432025-03-21T17:42:23.210Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23442025-03-21T17:42:23.248Z Compiling tiny-keccak v2.0.2
23452025-03-21T17:42:23.306Z Compiling radium v0.7.0
23462025-03-21T17:42:23.610Z Compiling blake3 v1.5.4
23472025-03-21T17:42:23.957Z Compiling dsl_auto_type v0.1.2
23482025-03-21T17:42:23.994Z Compiling scheduled-thread-pool v0.2.7
23492025-03-21T17:42:24.301Z Compiling xattr v1.3.1
23502025-03-21T17:42:24.586Z Compiling diesel_table_macro_syntax v0.2.0
23512025-03-21T17:42:24.971Z Compiling memmap2 v0.9.5
23522025-03-21T17:42:25.054Z Compiling filetime v0.2.25
23532025-03-21T17:42:25.379Z Compiling constant_time_eq v0.3.1
23542025-03-21T17:42:25.386Z Compiling tap v1.0.1
23552025-03-21T17:42:25.386Z Compiling maybe-uninit v2.0.0
23562025-03-21T17:42:25.543Z Compiling arrayref v0.3.9
23572025-03-21T17:42:25.613Z Compiling bit-vec v0.6.3
23582025-03-21T17:42:25.671Z Compiling arrayvec v0.7.6
23592025-03-21T17:42:25.961Z Compiling bit-set v0.5.3
23602025-03-21T17:42:26.050Z Compiling wyz v0.5.1
23612025-03-21T17:42:26.237Z Compiling tar v0.4.44
23622025-03-21T17:42:26.492Z Compiling diesel_derives v2.2.3
23632025-03-21T17:42:26.981Z Compiling r2d2 v0.8.10
23642025-03-21T17:42:27.669Z Compiling toolchain_find v0.4.0
23652025-03-21T17:42:27.944Z Compiling camino-tempfile v1.1.1
23662025-03-21T17:42:27.981Z Compiling phf_generator v0.11.2
23672025-03-21T17:42:28.189Z Compiling ascii-canvas v3.0.0
23682025-03-21T17:42:28.205Z Compiling secrecy v0.8.0
23692025-03-21T17:42:28.329Z Compiling ena v0.14.3
23702025-03-21T17:42:28.478Z Compiling async-recursion v1.1.1
23712025-03-21T17:42:28.648Z Compiling topological-sort v0.2.2
23722025-03-21T17:42:28.720Z Compiling packed_struct v0.10.1
23732025-03-21T17:42:28.897Z Compiling regex-syntax v0.6.29
23742025-03-21T17:42:29.163Z Compiling crc-catalog v2.4.0
23752025-03-21T17:42:29.349Z Compiling funty v2.0.0
23762025-03-21T17:42:29.715Z Compiling diff v0.1.13
23772025-03-21T17:42:29.732Z Compiling bindgen v0.71.1
23782025-03-21T17:42:30.147Z Compiling crc v3.2.1
23792025-03-21T17:42:30.255Z Compiling omicron-zone-package v0.12.0
23802025-03-21T17:42:30.297Z Compiling bitvec v1.0.1
23812025-03-21T17:42:32.054Z Compiling phf_codegen v0.11.2
23822025-03-21T17:42:32.198Z Compiling lalrpop v0.19.12
23832025-03-21T17:42:32.277Z Compiling rustfmt-wrapper v0.2.1
23842025-03-21T17:42:32.975Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23852025-03-21T17:42:33.841Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23862025-03-21T17:42:34.300Z Compiling universal-hash v0.5.1
23872025-03-21T17:42:34.338Z Compiling packed_struct_codegen v0.10.1
23882025-03-21T17:42:34.339Z Compiling thiserror-impl-no-std v2.0.2
23892025-03-21T17:42:34.693Z Compiling parse-zoneinfo v0.3.1
23902025-03-21T17:42:35.088Z Compiling indexmap v1.9.3
23912025-03-21T17:42:35.464Z Compiling ref-cast v1.0.23
23922025-03-21T17:42:35.960Z Compiling nodrop v0.1.14
23932025-03-21T17:42:36.079Z Compiling opaque-debug v0.3.1
23942025-03-21T17:42:36.128Z Compiling rustc-hash v2.1.1
23952025-03-21T17:42:36.206Z Compiling poly1305 v0.8.0
23962025-03-21T17:42:36.602Z Compiling thiserror-no-std v2.0.2
23972025-03-21T17:42:36.753Z Compiling array-init v0.0.4
23982025-03-21T17:42:36.841Z Compiling diesel v2.2.7
23992025-03-21T17:42:37.763Z Compiling chrono-tz-build v0.4.0
24002025-03-21T17:42:37.818Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24012025-03-21T17:42:38.737Z Compiling smallvec v0.6.14
24022025-03-21T17:42:39.193Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24032025-03-21T17:42:39.527Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24042025-03-21T17:42:39.859Z Compiling itertools v0.13.0
24052025-03-21T17:42:40.328Z Compiling derive_builder_core v0.20.2
24062025-03-21T17:42:42.083Z Compiling chacha20 v0.9.1
24072025-03-21T17:42:42.583Z Compiling headers-core v0.3.0
24082025-03-21T17:42:42.782Z Compiling aead v0.5.2
24092025-03-21T17:42:43.170Z Compiling libxml v0.3.3
24102025-03-21T17:42:43.540Z Compiling ref-cast-impl v1.0.23
24112025-03-21T17:42:43.562Z Compiling vte_generate_state_changes v0.1.2
24122025-03-21T17:42:44.172Z Compiling arc-swap v1.7.1
24132025-03-21T17:42:44.623Z Compiling termcolor v1.4.1
24142025-03-21T17:42:44.769Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
24152025-03-21T17:42:45.101Z Compiling hashbrown v0.12.3
24162025-03-21T17:42:45.624Z Compiling bitfield v0.14.0
24172025-03-21T17:42:45.955Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24182025-03-21T17:42:47.361Z Compiling env_logger v0.10.2
24192025-03-21T17:42:48.523Z Compiling samael v0.0.18
24202025-03-21T17:42:48.841Z Compiling slog-scope v4.4.0
24212025-03-21T17:42:49.638Z Compiling vte v0.11.1
24222025-03-21T17:42:50.138Z Compiling chacha20poly1305 v0.10.1
24232025-03-21T17:42:50.323Z Compiling headers v0.4.0
24242025-03-21T17:42:50.453Z Compiling derive_builder_macro v0.20.2
24252025-03-21T17:42:51.292Z Compiling serde-hex v0.1.0
24262025-03-21T17:42:51.333Z Compiling chrono-tz v0.10.1
24272025-03-21T17:42:51.955Z Compiling vsss-rs v3.3.4
24282025-03-21T17:42:53.351Z Compiling polar-core v0.27.3
24292025-03-21T17:42:53.927Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24302025-03-21T17:42:55.859Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
24312025-03-21T17:42:56.172Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24322025-03-21T17:42:56.191Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24332025-03-21T17:42:56.733Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24342025-03-21T17:42:57.049Z Compiling ron v0.8.1
24352025-03-21T17:42:59.316Z Compiling hashbrown v0.13.2
24362025-03-21T17:43:00.487Z Compiling strum_macros v0.24.3
24372025-03-21T17:43:00.594Z Compiling unicase v2.7.0
24382025-03-21T17:43:00.938Z Compiling indoc v1.0.9
24392025-03-21T17:43:01.751Z Compiling crc-any v2.5.0
24402025-03-21T17:43:02.641Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24412025-03-21T17:43:02.707Z Compiling object v0.30.4
24422025-03-21T17:43:03.302Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24432025-03-21T17:43:17.904Z Compiling derive_builder v0.20.2
24442025-03-21T17:43:18.138Z Compiling strip-ansi-escapes v0.2.0
24452025-03-21T17:43:20.039Z Compiling slog-stdlog v4.1.1
24462025-03-21T17:43:22.247Z Compiling papergrid v0.11.0
24472025-03-21T17:43:22.330Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24482025-03-21T17:43:22.654Z Compiling tabled_derive v0.7.0
24492025-03-21T17:43:22.674Z Compiling fd-lock v4.0.2
24502025-03-21T17:43:22.904Z Compiling peg-macros v0.8.5
24512025-03-21T17:43:24.543Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24522025-03-21T17:43:25.524Z Compiling oso-derive v0.27.3
24532025-03-21T17:43:25.796Z Compiling impl-trait-for-tuples v0.2.2
24542025-03-21T17:43:26.482Z Compiling quick-xml v0.37.2
24552025-03-21T17:43:31.472Z Compiling diesel-dtrace v0.4.2
24562025-03-21T17:43:31.826Z Compiling nu-ansi-term v0.50.1
24572025-03-21T17:43:32.654Z Compiling path-slash v0.1.5
24582025-03-21T17:43:32.924Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24592025-03-21T17:43:33.795Z Compiling reedline v0.38.0
24602025-03-21T17:43:35.629Z Compiling oso v0.27.3
24612025-03-21T17:43:46.910Z Compiling peg v0.8.5
24622025-03-21T17:43:47.081Z Compiling tabled v0.15.0
24632025-03-21T17:43:48.033Z Compiling slog-envlogger v2.2.0
24642025-03-21T17:43:51.864Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24652025-03-21T17:43:54.257Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24662025-03-21T17:43:55.764Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24672025-03-21T17:43:56.103Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24682025-03-21T17:43:57.695Z Compiling pem v3.0.5
24692025-03-21T17:43:59.077Z Compiling bb8 v0.8.5
24702025-03-21T17:43:59.673Z Compiling bcs v0.1.6
24712025-03-21T17:44:00.523Z Compiling fxhash v0.2.1
24722025-03-21T17:44:01.272Z Compiling libz-sys v1.1.20
24732025-03-21T17:44:01.536Z Compiling termtree v0.5.1
24742025-03-21T17:44:01.894Z Compiling async-bb8-diesel v0.2.1
24752025-03-21T17:44:08.117Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24762025-03-21T17:44:08.235Z Compiling kstat-rs v0.2.4
24772025-03-21T17:44:08.235Z Compiling proc-macro-error-attr2 v2.0.0
24782025-03-21T17:44:08.235Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24792025-03-21T17:44:08.235Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24802025-03-21T17:44:08.235Z Compiling proc-macro-error2 v2.0.1
24812025-03-21T17:44:08.235Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
24822025-03-21T17:44:08.235Z Compiling nanorand v0.7.0
24832025-03-21T17:44:09.682Z Compiling libgit2-sys v0.17.0+1.8.1
24842025-03-21T17:44:09.714Z Compiling pin-project-internal v1.1.6
24852025-03-21T17:44:11.971Z Compiling parking_lot_core v0.8.6
24862025-03-21T17:44:12.462Z Compiling pin-project v1.1.6
24872025-03-21T17:44:19.558Z Compiling flume v0.11.1
24882025-03-21T17:44:19.971Z Compiling tabled_derive v0.10.0
24892025-03-21T17:44:20.290Z Compiling mime_guess v2.0.5
24902025-03-21T17:44:21.648Z Compiling papergrid v0.14.0
24912025-03-21T17:44:22.117Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24922025-03-21T17:44:25.929Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24932025-03-21T17:44:26.414Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24942025-03-21T17:44:29.431Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24952025-03-21T17:44:32.515Z Compiling snafu-derive v0.8.5
24962025-03-21T17:44:32.766Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24972025-03-21T17:44:33.212Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24982025-03-21T17:44:34.392Z Compiling tabled v0.18.0
24992025-03-21T17:44:36.694Z Compiling snafu v0.8.5
25002025-03-21T17:44:50.402Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
25012025-03-21T17:44:52.427Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
25022025-03-21T17:44:53.825Z Compiling globset v0.4.15
25032025-03-21T17:44:58.759Z Compiling olpc-cjson v0.1.4
25042025-03-21T17:44:59.042Z Compiling castaway v0.2.3
25052025-03-21T17:44:59.247Z Compiling vergen v8.3.2
25062025-03-21T17:44:59.606Z Compiling nibble_vec v0.1.0
25072025-03-21T17:44:59.650Z Compiling cargo-platform v0.1.8
25082025-03-21T17:44:59.853Z Compiling serde_plain v1.0.2
25092025-03-21T17:45:00.126Z Compiling atty v0.2.14
25102025-03-21T17:45:00.312Z Compiling http-range v0.1.5
25112025-03-21T17:45:00.433Z Compiling salty v0.3.0
25122025-03-21T17:45:00.871Z Compiling io-lifetimes v1.0.11
25132025-03-21T17:45:00.906Z Compiling endian-type v0.1.2
25142025-03-21T17:45:01.178Z Compiling typed-path v0.9.3
25152025-03-21T17:45:01.908Z Compiling radix_trie v0.2.1
25162025-03-21T17:45:02.021Z Compiling cargo_metadata v0.18.1
25172025-03-21T17:45:02.889Z Compiling compact_str v0.8.0
25182025-03-21T17:45:04.369Z Compiling tough v0.19.0
25192025-03-21T17:45:04.528Z Compiling git2 v0.19.0
25202025-03-21T17:45:04.733Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25212025-03-21T17:45:05.364Z Compiling parking_lot v0.11.2
25222025-03-21T17:45:09.208Z Compiling unicode-truncate v1.1.0
25232025-03-21T17:45:09.536Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
25242025-03-21T17:45:12.296Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25252025-03-21T17:45:13.775Z Compiling lru v0.12.5
25262025-03-21T17:45:14.168Z Compiling rand_seeder v0.3.0
25272025-03-21T17:45:14.602Z Compiling lzma-sys v0.1.20
25282025-03-21T17:45:15.312Z Compiling instability v0.3.2
25292025-03-21T17:45:15.508Z Compiling rustls v0.21.12
25302025-03-21T17:45:15.845Z Compiling indoc v2.0.5
25312025-03-21T17:45:16.364Z Compiling cassowary v0.3.0
25322025-03-21T17:45:16.693Z Compiling rustix v0.37.28
25332025-03-21T17:45:16.716Z Compiling parse-size v1.1.0
25342025-03-21T17:45:17.042Z Compiling ratatui v0.29.0
25352025-03-21T17:45:17.399Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
25362025-03-21T17:45:17.678Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25372025-03-21T17:45:17.925Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25382025-03-21T17:45:19.906Z Compiling hyper-staticfile v0.10.1
25392025-03-21T17:45:20.893Z Compiling sled v0.34.7
25402025-03-21T17:45:20.946Z Compiling hickory-client v0.24.4
25412025-03-21T17:45:25.018Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
25422025-03-21T17:45:25.502Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25432025-03-21T17:45:26.258Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25442025-03-21T17:45:30.910Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25452025-03-21T17:45:31.257Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
25462025-03-21T17:45:32.784Z Compiling rustls-webpki v0.101.7
25472025-03-21T17:45:36.083Z Compiling sct v0.7.1
25482025-03-21T17:45:36.197Z Compiling hickory-server v0.24.4
25492025-03-21T17:45:36.536Z Compiling primeorder v0.13.6
25502025-03-21T17:45:36.595Z Compiling heck v0.3.3
25512025-03-21T17:45:36.617Z Compiling env_filter v0.1.2
25522025-03-21T17:45:36.933Z Compiling csv-core v0.1.11
25532025-03-21T17:45:37.099Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
25542025-03-21T17:45:37.545Z Compiling csv v1.3.1
25552025-03-21T17:45:37.850Z Compiling p384 v0.13.0
25562025-03-21T17:45:38.141Z Compiling env_logger v0.11.5
25572025-03-21T17:45:39.545Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25582025-03-21T17:45:39.675Z Compiling zone_cfg_derive v0.1.2
25592025-03-21T17:45:44.756Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25602025-03-21T17:45:45.639Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25612025-03-21T17:45:46.844Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25622025-03-21T17:45:47.218Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25632025-03-21T17:45:47.259Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25642025-03-21T17:45:48.323Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25652025-03-21T17:45:48.683Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25662025-03-21T17:45:48.706Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25672025-03-21T17:45:49.036Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25682025-03-21T17:45:49.058Z Compiling nix v0.27.1
25692025-03-21T17:45:49.385Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25702025-03-21T17:45:50.079Z Compiling tungstenite v0.23.0
25712025-03-21T17:45:51.810Z Compiling base64 v0.13.1
25722025-03-21T17:45:52.610Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
25732025-03-21T17:45:52.997Z Compiling ron v0.7.1
25742025-03-21T17:45:53.730Z Compiling tokio-tungstenite v0.23.1
25752025-03-21T17:45:55.487Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25762025-03-21T17:45:55.763Z Compiling xz2 v0.1.7
25772025-03-21T17:45:56.358Z Compiling terminal_size v0.2.6
25782025-03-21T17:45:56.599Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25792025-03-21T17:45:58.118Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25802025-03-21T17:46:03.062Z Compiling tokio-rustls v0.24.1
25812025-03-21T17:46:03.481Z Compiling zone v0.1.8
25822025-03-21T17:46:04.101Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25832025-03-21T17:46:05.944Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25842025-03-21T17:46:06.557Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25852025-03-21T17:46:06.777Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25862025-03-21T17:46:06.919Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25872025-03-21T17:46:06.939Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25882025-03-21T17:46:07.387Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25892025-03-21T17:46:07.630Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25902025-03-21T17:46:10.809Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25912025-03-21T17:46:11.494Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25922025-03-21T17:46:11.864Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25932025-03-21T17:46:14.641Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25942025-03-21T17:46:15.652Z Compiling rustls-pemfile v1.0.4
25952025-03-21T17:46:16.444Z Compiling signal-hook-tokio v0.3.1
25962025-03-21T17:46:16.503Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25972025-03-21T17:46:16.676Z Compiling twox-hash v2.1.0
25982025-03-21T17:46:17.664Z Compiling yasna v0.5.2
25992025-03-21T17:46:18.157Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
26002025-03-21T17:46:19.551Z Compiling smawk v0.3.2
26012025-03-21T17:46:19.873Z Compiling is_ci v1.2.0
26022025-03-21T17:46:20.025Z Compiling unicode-linebreak v0.1.5
26032025-03-21T17:46:20.180Z Compiling glob v0.3.2
26042025-03-21T17:46:20.582Z Compiling textwrap v0.16.1
26052025-03-21T17:46:20.739Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26062025-03-21T17:46:21.057Z Compiling supports-color v3.0.2
26072025-03-21T17:46:21.533Z Compiling rcgen v0.12.1
26082025-03-21T17:46:22.288Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
26092025-03-21T17:46:24.159Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
26102025-03-21T17:46:27.038Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
26112025-03-21T17:46:27.769Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
26122025-03-21T17:46:30.024Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26132025-03-21T17:46:35.896Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
26142025-03-21T17:46:38.287Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
26152025-03-21T17:46:48.754Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26162025-03-21T17:46:49.665Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26172025-03-21T17:46:53.332Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
26182025-03-21T17:46:54.198Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26192025-03-21T17:46:59.710Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26202025-03-21T17:47:00.257Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26212025-03-21T17:47:01.311Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26222025-03-21T17:47:08.426Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26232025-03-21T17:47:14.413Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26242025-03-21T17:47:16.029Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
26252025-03-21T17:47:17.053Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26262025-03-21T17:47:17.420Z Compiling fatfs v0.3.6
26272025-03-21T17:47:18.271Z Compiling subprocess v0.2.9
26282025-03-21T17:47:18.423Z Compiling rtoolbox v0.0.2
26292025-03-21T17:47:18.855Z Compiling assert_matches v1.5.0
26302025-03-21T17:47:20.145Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26312025-03-21T17:47:22.115Z Compiling rpassword v7.3.1
26322025-03-21T17:47:22.628Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26332025-03-21T17:47:22.829Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26342025-03-21T17:47:27.713Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26352025-03-21T17:47:34.458Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
26362025-03-21T17:47:38.231Z Compiling tui-tree-widget v0.23.0
26372025-03-21T17:47:38.699Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
26382025-03-21T17:47:51.637Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26392025-03-21T17:47:51.993Z Compiling uzers v0.12.1
26402025-03-21T17:47:55.133Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
26412025-03-21T17:47:55.389Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
26422025-03-21T17:47:57.298Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
26432025-03-21T17:48:10.256Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26442025-03-21T17:48:20.851Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
26452025-03-21T17:48:22.721Z Compiling multimap v0.10.0
26462025-03-21T17:50:39.214Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
26472025-03-21T17:57:38.053Z Finished `release` profile [optimized] target(s) in 16m 59s
26482025-03-21T17:58:46.400Z
26492025-03-21T17:58:46.403Zreal 18:09.441745834
26502025-03-21T17:58:46.404Zuser 2:08:45.998668466
26512025-03-21T17:58:46.404Zsys 3:32.126723279
26522025-03-21T17:58:46.404Ztrap 3.188809530
26532025-03-21T17:58:46.404Ztflt 1.775196012
26542025-03-21T17:58:46.404Zdflt 4.799224492
26552025-03-21T17:58:46.404Zkflt 0.001786062
26562025-03-21T17:58:46.404Zlock 7:44:12.972304763
26572025-03-21T17:58:46.404Zslp 6:39:57.444970469
26582025-03-21T17:58:46.404Zlat 3:35.006658446
26592025-03-21T17:58:46.404Zstop 2:59.315500459
26602025-03-21T17:58:46.404Z+ mapfile -t packages
26612025-03-21T17:58:46.404Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
26622025-03-21T17:58:47.496Z Compiling ring v0.17.11
26632025-03-21T17:58:49.371Z Compiling rustls v0.22.4
26642025-03-21T17:58:49.371Z Compiling rustls v0.23.19
26652025-03-21T17:58:50.992Z Compiling rustls-webpki v0.102.8
26662025-03-21T17:58:55.198Z Compiling tokio-rustls v0.25.0
26672025-03-21T17:58:55.583Z Compiling dropshot v0.12.0
26682025-03-21T17:58:56.875Z Compiling tokio-rustls v0.26.0
26692025-03-21T17:58:57.324Z Compiling hyper-rustls v0.27.3
26702025-03-21T17:58:57.903Z Compiling reqwest v0.12.12
26712025-03-21T17:58:59.263Z Compiling dropshot v0.16.0
26722025-03-21T17:59:00.575Z Compiling qorb v0.2.1
26732025-03-21T17:59:06.607Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26742025-03-21T17:59:07.177Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26752025-03-21T17:59:07.953Z Compiling progenitor-client v0.8.0
26762025-03-21T17:59:08.902Z Compiling progenitor v0.8.0
26772025-03-21T17:59:09.305Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
26782025-03-21T17:59:09.467Z Compiling progenitor-client v0.9.1
26792025-03-21T17:59:10.666Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26802025-03-21T17:59:13.655Z Compiling omicron-zone-package v0.12.0
26812025-03-21T17:59:27.252Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26822025-03-21T17:59:36.116Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26832025-03-21T17:59:40.249Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26842025-03-21T17:59:41.069Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26852025-03-21T17:59:44.320Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26862025-03-21T17:59:58.829Z Finished `release` profile [optimized] target(s) in 1m 12s
26872025-03-21T17:59:59.006Z Running `target/release/omicron-package -t test list-outputs`
26882025-03-21T17:59:59.058ZLogging to: /work/oxidecomputer/omicron/out/LOG
26892025-03-21T17:59:59.061Z+ ptime -m cargo build --locked --release -p xtask
26902025-03-21T17:59:59.659Z Compiling serde v1.0.218
26912025-03-21T17:59:59.662Z Compiling rustix v0.38.37
26922025-03-21T17:59:59.662Z Compiling libc v0.2.170
26932025-03-21T17:59:59.662Z Compiling serde_json v1.0.139
26942025-03-21T17:59:59.662Z Compiling syn v2.0.98
26952025-03-21T17:59:59.778Z Compiling bitflags v2.6.0
26962025-03-21T18:00:00.126Z Compiling usdt-impl v0.5.0
26972025-03-21T18:00:00.185Z Compiling syn v1.0.109
26982025-03-21T18:00:00.312Z Compiling log v0.4.22
26992025-03-21T18:00:00.332Z Compiling hashbrown v0.15.1
27002025-03-21T18:00:00.567Z Compiling fs-err v2.11.0
27012025-03-21T18:00:00.775Z Compiling anyhow v1.0.97
27022025-03-21T18:00:00.900Z Compiling once_cell v1.20.3
27032025-03-21T18:00:01.113Z Compiling thread-id v4.2.2
27042025-03-21T18:00:01.574Z Compiling indexmap v2.7.1
27052025-03-21T18:00:02.599Z Compiling terminal_size v0.4.0
27062025-03-21T18:00:02.599Z Compiling tempfile v3.13.0
27072025-03-21T18:00:02.875Z Compiling clap_builder v4.5.31
27082025-03-21T18:00:03.279Z Compiling proc-macro-error v1.0.4
27092025-03-21T18:00:04.215Z Compiling tabled_derive v0.7.0
27102025-03-21T18:00:05.314Z Compiling tabled v0.15.0
27112025-03-21T18:00:05.988Z Compiling serde_derive v1.0.218
27122025-03-21T18:00:05.988Z Compiling thiserror-impl v1.0.69
27132025-03-21T18:00:05.993Z Compiling zerocopy-derive v0.7.35
27142025-03-21T18:00:05.993Z Compiling scroll_derive v0.12.0
27152025-03-21T18:00:05.993Z Compiling thiserror-impl v2.0.11
27162025-03-21T18:00:07.342Z Compiling scroll v0.12.0
27172025-03-21T18:00:07.808Z Compiling zerocopy v0.7.35
27182025-03-21T18:00:08.012Z Compiling goblin v0.8.2
27192025-03-21T18:00:08.535Z Compiling thiserror v1.0.69
27202025-03-21T18:00:08.738Z Compiling pest v2.7.14
27212025-03-21T18:00:10.572Z Compiling thiserror v2.0.11
27222025-03-21T18:00:10.774Z Compiling clap_derive v4.5.28
27232025-03-21T18:00:11.787Z Compiling pest_meta v2.7.14
27242025-03-21T18:00:14.944Z Compiling pest_generator v2.7.14
27252025-03-21T18:00:15.462Z Compiling clap v4.5.31
27262025-03-21T18:00:16.656Z Compiling pest_derive v2.7.14
27272025-03-21T18:00:17.483Z Compiling dtrace-parser v0.2.0
27282025-03-21T18:00:19.026Z Compiling toml_datetime v0.6.8
27292025-03-21T18:00:19.755Z Compiling serde_spanned v0.6.8
27302025-03-21T18:00:20.070Z Compiling dof v0.3.0
27312025-03-21T18:00:20.245Z Compiling serde_tokenstream v0.2.2
27322025-03-21T18:00:20.597Z Compiling toml_edit v0.22.24
27332025-03-21T18:00:22.064Z Compiling camino v1.1.9
27342025-03-21T18:00:23.766Z Compiling usdt-attr-macro v0.5.0
27352025-03-21T18:00:24.648Z Compiling toml v0.8.20
27362025-03-21T18:00:26.612Z Compiling usdt-macro v0.5.0
27372025-03-21T18:00:27.507Z Compiling cargo-platform v0.1.8
27382025-03-21T18:00:27.806Z Compiling semver v1.0.25
27392025-03-21T18:00:28.565Z Compiling cargo_metadata v0.19.2
27402025-03-21T18:00:29.260Z Compiling usdt v0.5.0
27412025-03-21T18:00:29.333Z Compiling cargo_toml v0.21.0
27422025-03-21T18:00:30.668Z Compiling camino-tempfile v1.1.1
27432025-03-21T18:00:30.691Z Compiling macaddr v1.0.1
27442025-03-21T18:00:42.382Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
27452025-03-21T18:00:48.003Z Finished `release` profile [optimized] target(s) in 48.86s
27462025-03-21T18:00:48.120Z
27472025-03-21T18:00:48.120Zreal 49.006456029
27482025-03-21T18:00:48.120Zuser 5:16.977615404
27492025-03-21T18:00:48.121Zsys 19.355755598
27502025-03-21T18:00:48.121Ztrap 0.144521027
27512025-03-21T18:00:48.121Ztflt 0.233351003
27522025-03-21T18:00:48.121Zdflt 0.415234048
27532025-03-21T18:00:48.124Zkflt 0.000018900
27542025-03-21T18:00:48.124Zlock 10:04.272078729
27552025-03-21T18:00:48.124Zslp 15:41.393607068
27562025-03-21T18:00:48.124Zlat 15.083507613
27572025-03-21T18:00:48.124Zstop 20.405513222
27582025-03-21T18:00:48.124Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
27592025-03-21T18:00:48.124Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
27602025-03-21T18:00:48.124Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
27612025-03-21T18:00:48.124Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
27622025-03-21T18:00:48.124Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
27632025-03-21T18:00:49.043Z Compiling ring v0.17.11
27642025-03-21T18:00:49.184Z Compiling regress v0.10.3
27652025-03-21T18:00:49.193Z Compiling thiserror-impl v2.0.11
27662025-03-21T18:00:49.196Z Compiling ident_case v1.0.1
27672025-03-21T18:00:49.196Z Compiling unsafe-libyaml v0.2.11
27682025-03-21T18:00:49.196Z Compiling tempfile v3.13.0
27692025-03-21T18:00:49.196Z Compiling ipnetwork v0.21.1
27702025-03-21T18:00:49.196Z Compiling macaddr v1.0.1
27712025-03-21T18:00:49.395Z Compiling darling_core v0.20.10
27722025-03-21T18:00:49.711Z Compiling oxnet v0.1.1
27732025-03-21T18:00:50.013Z Compiling structmeta-derive v0.3.0
27742025-03-21T18:00:50.032Z Compiling instant v0.1.13
27752025-03-21T18:00:50.218Z Compiling wait-timeout v0.2.0
27762025-03-21T18:00:50.389Z Compiling dropshot v0.16.0
27772025-03-21T18:00:50.696Z Compiling serde_yaml v0.9.34+deprecated
27782025-03-21T18:00:50.734Z Compiling bit-vec v0.8.0
27792025-03-21T18:00:51.086Z Compiling rusty-fork v0.3.0
27802025-03-21T18:00:51.178Z Compiling bit-set v0.8.0
27812025-03-21T18:00:51.481Z Compiling dropshot_endpoint v0.16.0
27822025-03-21T18:00:51.784Z Compiling rand_xorshift v0.3.0
27832025-03-21T18:00:52.127Z Compiling daft-derive v0.1.1
27842025-03-21T18:00:52.328Z Compiling thiserror v2.0.11
27852025-03-21T18:00:52.514Z Compiling unarray v0.1.4
27862025-03-21T18:00:52.612Z Compiling structmeta v0.3.0
27872025-03-21T18:00:52.710Z Compiling proptest v1.6.0
27882025-03-21T18:00:52.985Z Compiling typify-impl v0.2.0
27892025-03-21T18:00:53.572Z Compiling parse-display-derive v0.10.0
27902025-03-21T18:00:53.811Z Compiling daft v0.1.1
27912025-03-21T18:00:53.969Z Compiling test-strategy v0.4.0
27922025-03-21T18:00:54.313Z Compiling rustls v0.23.19
27932025-03-21T18:00:54.348Z Compiling rustls v0.22.4
27942025-03-21T18:00:54.384Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27952025-03-21T18:00:54.571Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27962025-03-21T18:00:55.037Z Compiling darling_macro v0.20.10
27972025-03-21T18:00:55.389Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27982025-03-21T18:00:55.418Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27992025-03-21T18:00:55.605Z Compiling backoff v0.4.0
28002025-03-21T18:00:55.935Z Compiling proc-macro-crate v1.3.1
28012025-03-21T18:00:55.988Z Compiling typify-impl v0.3.0
28022025-03-21T18:00:56.009Z Compiling darling v0.20.10
28032025-03-21T18:00:56.146Z Compiling serde_with_macros v3.12.0
28042025-03-21T18:00:56.834Z Compiling rustls-webpki v0.102.8
28052025-03-21T18:00:57.366Z Compiling num_enum_derive v0.5.11
28062025-03-21T18:00:57.555Z Compiling parse-display v0.10.0
28072025-03-21T18:00:58.651Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
28082025-03-21T18:00:58.704Z Compiling serde_with v3.12.0
28092025-03-21T18:00:59.228Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28102025-03-21T18:00:59.618Z Compiling num_enum v0.5.11
28112025-03-21T18:00:59.669Z Compiling itertools v0.13.0
28122025-03-21T18:00:59.797Z Compiling heapless v0.8.0
28132025-03-21T18:01:00.440Z Compiling crucible-workspace-hack v0.1.0
28142025-03-21T18:01:00.786Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28152025-03-21T18:01:01.535Z Compiling proc-macro-error v1.0.4
28162025-03-21T18:01:02.190Z Compiling camino-tempfile v1.1.1
28172025-03-21T18:01:02.418Z Compiling hash32 v0.3.1
28182025-03-21T18:01:02.631Z Compiling tokio-rustls v0.25.0
28192025-03-21T18:01:02.659Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28202025-03-21T18:01:02.695Z Compiling foreign-types-macros v0.2.3
28212025-03-21T18:01:03.056Z Compiling dropshot v0.12.0
28222025-03-21T18:01:06.843Z Compiling tokio-rustls v0.26.0
28232025-03-21T18:01:07.156Z Compiling typify-macro v0.2.0
28242025-03-21T18:01:07.310Z Compiling hyper-rustls v0.27.3
28252025-03-21T18:01:07.949Z Compiling reqwest v0.12.12
28262025-03-21T18:01:09.188Z Compiling qorb v0.2.1
28272025-03-21T18:01:10.599Z Compiling typify-macro v0.3.0
28282025-03-21T18:01:10.915Z Compiling typify v0.2.0
28292025-03-21T18:01:11.070Z Compiling progenitor-client v0.9.1
28302025-03-21T18:01:11.096Z Compiling progenitor-impl v0.8.0
28312025-03-21T18:01:11.252Z Compiling progenitor-client v0.8.0
28322025-03-21T18:01:11.662Z Compiling foreign-types-shared v0.3.1
28332025-03-21T18:01:11.755Z Compiling smoltcp v0.11.0
28342025-03-21T18:01:11.811Z Compiling foreign-types v0.5.0
28352025-03-21T18:01:11.957Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28362025-03-21T18:01:12.783Z Compiling tabwriter v1.4.0
28372025-03-21T18:01:13.142Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28382025-03-21T18:01:13.251Z Compiling cstr-argument v0.1.2
28392025-03-21T18:01:13.442Z Compiling pretty-hex v0.2.1
28402025-03-21T18:01:13.533Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
28412025-03-21T18:01:13.673Z Compiling cobs v0.2.3
28422025-03-21T18:01:13.918Z Compiling postcard v1.0.10
28432025-03-21T18:01:13.969Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28442025-03-21T18:01:14.004Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28452025-03-21T18:01:14.207Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28462025-03-21T18:01:14.301Z Compiling typify v0.3.0
28472025-03-21T18:01:14.470Z Compiling progenitor-impl v0.9.1
28482025-03-21T18:01:14.530Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28492025-03-21T18:01:14.698Z Compiling colored v2.2.0
28502025-03-21T18:01:14.738Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28512025-03-21T18:01:15.156Z Compiling winnow v0.6.20
28522025-03-21T18:01:15.469Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28532025-03-21T18:01:15.777Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28542025-03-21T18:01:16.700Z Compiling smf v0.2.3
28552025-03-21T18:01:17.013Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28562025-03-21T18:01:17.374Z Compiling zone_cfg_derive v0.3.0
28572025-03-21T18:01:17.881Z Compiling progenitor-macro v0.8.0
28582025-03-21T18:01:17.900Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28592025-03-21T18:01:18.068Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28602025-03-21T18:01:18.587Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28612025-03-21T18:01:18.644Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28622025-03-21T18:01:18.722Z Compiling itertools v0.14.0
28632025-03-21T18:01:18.769Z Compiling num-derive v0.4.2
28642025-03-21T18:01:19.075Z Compiling sigpipe v0.1.3
28652025-03-21T18:01:19.384Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28662025-03-21T18:01:19.511Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28672025-03-21T18:01:19.674Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28682025-03-21T18:01:19.765Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28692025-03-21T18:01:20.266Z Compiling zone v0.3.0
28702025-03-21T18:01:20.642Z Compiling universal-hash v0.5.1
28712025-03-21T18:01:20.890Z Compiling opaque-debug v0.3.1
28722025-03-21T18:01:21.021Z Compiling tungstenite v0.21.0
28732025-03-21T18:01:21.066Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
28742025-03-21T18:01:21.344Z Compiling progenitor-macro v0.9.1
28752025-03-21T18:01:21.589Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28762025-03-21T18:01:21.658Z Compiling num-rational v0.4.2
28772025-03-21T18:01:21.726Z Compiling password-hash v0.5.0
28782025-03-21T18:01:21.886Z Compiling blake2 v0.10.6
28792025-03-21T18:01:22.017Z Compiling aead v0.5.2
28802025-03-21T18:01:22.413Z Compiling num-complex v0.4.6
28812025-03-21T18:01:22.644Z Compiling convert_case v0.4.0
28822025-03-21T18:01:22.798Z Compiling keccak v0.1.5
28832025-03-21T18:01:22.913Z Compiling base64 v0.21.7
28842025-03-21T18:01:23.175Z Compiling sha3 v0.10.8
28852025-03-21T18:01:23.194Z Compiling argon2 v0.5.3
28862025-03-21T18:01:23.377Z Compiling num v0.4.3
28872025-03-21T18:01:23.429Z Compiling derive_more v0.99.19
28882025-03-21T18:01:23.509Z Compiling tokio-tungstenite v0.21.0
28892025-03-21T18:01:23.576Z Compiling poly1305 v0.8.0
28902025-03-21T18:01:23.989Z Compiling chacha20 v0.9.1
28912025-03-21T18:01:24.120Z Compiling float-ord v0.3.2
28922025-03-21T18:01:24.155Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28932025-03-21T18:01:24.330Z Compiling semver v0.1.20
28942025-03-21T18:01:24.504Z Compiling same-file v1.0.6
28952025-03-21T18:01:24.593Z Compiling newline-converter v0.3.0
28962025-03-21T18:01:24.798Z Compiling walkdir v2.5.0
28972025-03-21T18:01:24.819Z Compiling rustc_version v0.1.7
28982025-03-21T18:01:24.945Z Compiling primeorder v0.13.6
28992025-03-21T18:01:25.262Z Compiling secrecy v0.8.0
29002025-03-21T18:01:25.284Z Compiling owo-colors v4.2.0
29012025-03-21T18:01:25.517Z Compiling cancel-safe-futures v0.1.5
29022025-03-21T18:01:25.521Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29032025-03-21T18:01:25.559Z Compiling newtype_derive v0.1.6
29042025-03-21T18:01:25.858Z Compiling expectorate v1.1.0
29052025-03-21T18:01:25.895Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29062025-03-21T18:01:25.965Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
29072025-03-21T18:01:26.016Z Compiling thiserror-impl-no-std v2.0.2
29082025-03-21T18:01:26.050Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29092025-03-21T18:01:26.180Z Compiling libsw-core v0.3.1
29102025-03-21T18:01:26.331Z Compiling blake3 v1.5.4
29112025-03-21T18:01:26.491Z Compiling half v2.4.1
29122025-03-21T18:01:26.648Z Compiling unicase v2.7.0
29132025-03-21T18:01:26.963Z Compiling fixedbitset v0.5.7
29142025-03-21T18:01:26.985Z Compiling ciborium-io v0.2.2
29152025-03-21T18:01:26.988Z Compiling arc-swap v1.7.1
29162025-03-21T18:01:27.152Z Compiling ciborium-ll v0.2.2
29172025-03-21T18:01:27.569Z Compiling slog-scope v4.4.0
29182025-03-21T18:01:27.572Z Compiling petgraph v0.7.1
29192025-03-21T18:01:27.627Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29202025-03-21T18:01:27.995Z Compiling libsw v3.4.0
29212025-03-21T18:01:28.043Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29222025-03-21T18:01:28.668Z Compiling thiserror-no-std v2.0.2
29232025-03-21T18:01:28.920Z Compiling polyval v0.6.2
29242025-03-21T18:01:28.989Z Compiling atomicwrites v0.4.4
29252025-03-21T18:01:29.322Z Compiling memmap2 v0.9.5
29262025-03-21T18:01:29.367Z Compiling linear-map v1.2.0
29272025-03-21T18:01:29.409Z Compiling progenitor v0.8.0
29282025-03-21T18:01:29.653Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29292025-03-21T18:01:29.704Z Compiling parking_lot_core v0.8.6
29302025-03-21T18:01:29.726Z Compiling indent_write v2.2.0
29312025-03-21T18:01:29.915Z Compiling salty v0.3.0
29322025-03-21T18:01:29.960Z Compiling arrayref v0.3.9
29332025-03-21T18:01:30.115Z Compiling libefi-sys v0.1.0
29342025-03-21T18:01:30.214Z Compiling arrayvec v0.7.6
29352025-03-21T18:01:30.320Z Compiling constant_time_eq v0.3.1
29362025-03-21T18:01:30.452Z Compiling ghash v0.5.1
29372025-03-21T18:01:30.532Z Compiling vsss-rs v3.3.4
29382025-03-21T18:01:30.670Z Compiling slog-stdlog v4.1.1
29392025-03-21T18:01:30.700Z Compiling ciborium v0.2.2
29402025-03-21T18:01:31.033Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29412025-03-21T18:01:31.766Z Compiling p384 v0.13.0
29422025-03-21T18:01:31.821Z Compiling toolchain_find v0.4.0
29432025-03-21T18:01:31.887Z Compiling chacha20poly1305 v0.10.1
29442025-03-21T18:01:31.993Z Compiling ctr v0.9.2
29452025-03-21T18:01:32.125Z Compiling lzma-sys v0.1.20
29462025-03-21T18:01:32.373Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29472025-03-21T18:01:32.790Z Compiling bitfield-struct v0.6.2
29482025-03-21T18:01:32.838Z Compiling slog-dtrace v0.3.0
29492025-03-21T18:01:32.860Z Compiling topological-sort v0.2.2
29502025-03-21T18:01:33.012Z Compiling progenitor v0.9.1
29512025-03-21T18:01:33.096Z Compiling highway v1.3.0
29522025-03-21T18:01:33.262Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29532025-03-21T18:01:33.283Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29542025-03-21T18:01:33.287Z Compiling omicron-zone-package v0.12.0
29552025-03-21T18:01:33.797Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29562025-03-21T18:01:34.082Z Compiling aes-gcm v0.10.3
29572025-03-21T18:01:34.458Z Compiling rustfmt-wrapper v0.2.1
29582025-03-21T18:01:34.480Z Compiling mime_guess v2.0.5
29592025-03-21T18:01:34.502Z Compiling slog-envlogger v2.2.0
29602025-03-21T18:01:34.670Z Compiling steno v0.4.1
29612025-03-21T18:01:35.038Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29622025-03-21T18:01:36.263Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29632025-03-21T18:01:36.648Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29642025-03-21T18:01:36.856Z Compiling heck v0.3.3
29652025-03-21T18:01:37.238Z Compiling ssh-encoding v0.2.0
29662025-03-21T18:01:37.267Z Compiling blowfish v0.9.1
29672025-03-21T18:01:37.347Z Compiling env_filter v0.1.2
29682025-03-21T18:01:37.744Z Compiling nibble_vec v0.1.0
29692025-03-21T18:01:37.760Z Compiling humantime v2.1.0
29702025-03-21T18:01:37.958Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29712025-03-21T18:01:37.986Z Compiling endian-type v0.1.2
29722025-03-21T18:01:38.113Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29732025-03-21T18:01:38.246Z Compiling radix_trie v0.2.1
29742025-03-21T18:01:38.267Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29752025-03-21T18:01:38.502Z Compiling env_logger v0.11.5
29762025-03-21T18:01:38.622Z Compiling ssh-cipher v0.2.0
29772025-03-21T18:01:38.869Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29782025-03-21T18:01:38.891Z Compiling bcrypt-pbkdf v0.10.0
29792025-03-21T18:01:39.092Z Compiling zone_cfg_derive v0.1.2
29802025-03-21T18:01:39.298Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29812025-03-21T18:01:39.484Z Compiling parking_lot v0.11.2
29822025-03-21T18:01:39.694Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29832025-03-21T18:01:40.162Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29842025-03-21T18:01:40.238Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29852025-03-21T18:01:40.306Z Compiling password-hash v0.4.2
29862025-03-21T18:01:40.502Z Compiling gethostname v0.5.0
29872025-03-21T18:01:40.656Z Compiling fxhash v0.2.1
29882025-03-21T18:01:40.678Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
29892025-03-21T18:01:40.711Z Compiling http-range v0.1.5
29902025-03-21T18:01:40.731Z Compiling base64 v0.13.1
29912025-03-21T18:01:40.877Z Compiling sled v0.34.7
29922025-03-21T18:01:40.900Z Compiling pbkdf2 v0.11.0
29932025-03-21T18:01:41.042Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29942025-03-21T18:01:41.063Z Compiling zone v0.1.8
29952025-03-21T18:01:41.135Z Compiling xz2 v0.1.7
29962025-03-21T18:01:41.266Z Compiling ron v0.7.1
29972025-03-21T18:01:41.290Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29982025-03-21T18:01:41.713Z Compiling ssh-key v0.6.6
29992025-03-21T18:01:42.284Z Compiling hickory-client v0.24.4
30002025-03-21T18:01:42.645Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
30012025-03-21T18:01:42.839Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30022025-03-21T18:01:43.269Z Compiling p256 v0.13.2
30032025-03-21T18:01:43.564Z Compiling p521 v0.13.3
30042025-03-21T18:01:44.082Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
30052025-03-21T18:01:44.103Z Compiling hickory-server v0.24.4
30062025-03-21T18:01:45.095Z Compiling pem v3.0.5
30072025-03-21T18:01:45.813Z Compiling yasna v0.5.2
30082025-03-21T18:01:45.816Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
30092025-03-21T18:01:45.835Z Compiling headers-core v0.3.0
30102025-03-21T18:01:46.049Z Compiling kstat-rs v0.2.4
30112025-03-21T18:01:46.626Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30122025-03-21T18:01:47.285Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30132025-03-21T18:01:48.136Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30142025-03-21T18:01:49.364Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30152025-03-21T18:01:49.979Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30162025-03-21T18:01:50.180Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30172025-03-21T18:01:50.821Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
30182025-03-21T18:01:50.983Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30192025-03-21T18:01:51.223Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30202025-03-21T18:01:51.246Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30212025-03-21T18:01:52.778Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30222025-03-21T18:01:53.270Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30232025-03-21T18:01:53.448Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30242025-03-21T18:01:53.642Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30252025-03-21T18:01:54.226Z Compiling nanorand v0.7.0
30262025-03-21T18:01:54.287Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30272025-03-21T18:01:54.290Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30282025-03-21T18:01:54.459Z Compiling atty v0.2.14
30292025-03-21T18:01:54.641Z Compiling russh-cryptovec v0.7.3
30302025-03-21T18:01:54.765Z Compiling md5 v0.7.0
30312025-03-21T18:01:54.975Z Compiling flume v0.11.1
30322025-03-21T18:01:54.978Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
30332025-03-21T18:01:55.339Z Compiling russh-keys v0.45.0
30342025-03-21T18:01:55.664Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30352025-03-21T18:01:56.748Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30362025-03-21T18:01:58.929Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30372025-03-21T18:01:59.085Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30382025-03-21T18:01:59.241Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30392025-03-21T18:01:59.655Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30402025-03-21T18:02:03.178Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30412025-03-21T18:02:05.142Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30422025-03-21T18:02:07.502Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30432025-03-21T18:02:07.858Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30442025-03-21T18:02:08.458Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
30452025-03-21T18:02:09.549Z Compiling rcgen v0.12.1
30462025-03-21T18:02:09.688Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30472025-03-21T18:02:10.054Z Compiling headers v0.4.0
30482025-03-21T18:02:11.605Z Compiling hyper-staticfile v0.10.1
30492025-03-21T18:02:11.673Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30502025-03-21T18:02:11.775Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
30512025-03-21T18:02:12.276Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30522025-03-21T18:02:12.595Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
30532025-03-21T18:02:12.962Z Compiling num-bigint v0.4.6
30542025-03-21T18:02:12.993Z Compiling des v0.8.1
30552025-03-21T18:02:13.089Z Compiling subprocess v0.2.9
30562025-03-21T18:02:13.269Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30572025-03-21T18:02:13.326Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30582025-03-21T18:02:13.379Z Compiling hex-literal v0.4.1
30592025-03-21T18:02:13.575Z Compiling display-error-chain v0.2.2
30602025-03-21T18:02:13.805Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30612025-03-21T18:02:13.891Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30622025-03-21T18:02:14.137Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30632025-03-21T18:02:14.698Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30642025-03-21T18:02:15.173Z Compiling internet-checksum v0.2.1
30652025-03-21T18:02:16.567Z Compiling russh v0.45.0
30662025-03-21T18:02:22.268Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30672025-03-21T18:02:23.827Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30682025-03-21T18:02:47.259Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30692025-03-21T18:03:09.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
30702025-03-21T18:03:10.114Z
30712025-03-21T18:03:10.115Zreal 2:21.873155369
30722025-03-21T18:03:10.115Zuser 12:43.756058409
30732025-03-21T18:03:10.115Zsys 1:38.938015634
30742025-03-21T18:03:10.115Ztrap 0.372242103
30752025-03-21T18:03:10.115Ztflt 0.270972581
30762025-03-21T18:03:10.115Zdflt 0.826393482
30772025-03-21T18:03:10.115Zkflt 0.000019360
30782025-03-21T18:03:10.115Zlock 23:43.906047024
30792025-03-21T18:03:10.126Zslp 45:12.824797437
30802025-03-21T18:03:10.126Zlat 39.276446118
30812025-03-21T18:03:10.126Zstop 1:44.832033193
30822025-03-21T18:03:10.127Z+ mkdir tests
30832025-03-21T18:03:10.127Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
30842025-03-21T18:03:10.127Z+ xargs -I '{}' -t cp '{}' tests/
30852025-03-21T18:03:10.177Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7efbda903cb54388 tests/
30862025-03-21T18:03:10.203Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-174a6d8360fe2b5e tests/
30872025-03-21T18:03:10.230Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-8c390d42d0a40b66 tests/
30882025-03-21T18:03:10.258Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f545aa8fd78b9165 tests/
30892025-03-21T18:03:10.477Z+ 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/*)
30902025-03-21T18:03:10.481Z+ 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-174a6d8360fe2b5e tests/commtest-8c390d42d0a40b66 tests/dhcp_server-7efbda903cb54388 tests/end_to_end_tests-f545aa8fd78b9165 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
30912025-03-21T18:04:27.301ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
30922025-03-21T18:04:27.301Za .github/buildomat/ci-env.sh 1K
30932025-03-21T18:04:27.301Za out/target/test 1K
30942025-03-21T18:04:27.301Za out/npuzone/npuzone 23144K
30952025-03-21T18:04:27.301Za package-manifest.toml 33K
30962025-03-21T18:04:27.301Za smf/sled-agent/non-gimlet/config.toml 4K
30972025-03-21T18:04:27.301Za target/release/omicron-package 38789K
30982025-03-21T18:04:27.301Za target/release/xtask 10834K
30992025-03-21T18:04:27.301Za target/debug/bootstrap 215241K
31002025-03-21T18:04:27.301Za tests/bootstrap-174a6d8360fe2b5e 24083K
31012025-03-21T18:04:27.301Za tests/commtest-8c390d42d0a40b66 24909K
31022025-03-21T18:04:27.301Za tests/dhcp_server-7efbda903cb54388 24083K
31032025-03-21T18:04:27.301Za tests/end_to_end_tests-f545aa8fd78b9165 275042K
31042025-03-21T18:04:27.301Za out/clickhouse.tar.gz 305532K
31052025-03-21T18:04:27.301Za out/clickhouse_keeper.tar.gz 291404K
31062025-03-21T18:04:27.301Za out/clickhouse_server.tar.gz 305511K
31072025-03-21T18:04:27.301Za out/cockroachdb.tar.gz 143752K
31082025-03-21T18:04:27.301Za out/crucible-dtrace.tar 98K
31092025-03-21T18:04:27.301Za out/crucible-pantry-zone.tar.gz 32453K
31102025-03-21T18:04:27.301Za out/crucible-zone.tar.gz 40833K
31112025-03-21T18:04:27.301Za out/external-dns.tar.gz 44255K
31122025-03-21T18:04:27.301Za out/internal-dns.tar.gz 44254K
31132025-03-21T18:04:27.301Za out/mg-ddm-gz.tar 63075K
31142025-03-21T18:04:27.302Za out/nexus.tar.gz 110859K
31152025-03-21T18:04:27.302Za out/ntp.tar.gz 14402K
31162025-03-21T18:04:27.302Za out/omicron-gateway-softnpu.tar.gz 24992K
31172025-03-21T18:04:27.302Za out/omicron-sled-agent.tar 126472K
31182025-03-21T18:04:27.302Za out/overlay.tar.gz 3K
31192025-03-21T18:04:27.302Za out/oximeter.tar.gz 55120K
31202025-03-21T18:04:27.302Za out/oxlog.tar 3144K
31212025-03-21T18:04:27.302Za out/probe.tar.gz 2764K
31222025-03-21T18:04:27.302Za out/propolis-server.tar.gz 66425K
31232025-03-21T18:04:27.302Za out/pumpkind-gz.tar 26665K
31242025-03-21T18:04:27.302Za out/switch-softnpu.tar.gz 265109K
31252025-03-21T18:04:27.305Z
31262025-03-21T18:04:27.305Zreal 1:16.780709947
31272025-03-21T18:04:27.305Zuser 1:13.256951779
31282025-03-21T18:04:27.305Zsys 4.915234164
31292025-03-21T18:04:27.305Ztrap 0.019245730
31302025-03-21T18:04:27.305Ztflt 0.000000000
31312025-03-21T18:04:27.305Zdflt 0.000000000
31322025-03-21T18:04:27.305Zkflt 0.000000000
31332025-03-21T18:04:27.305Zlock 0.000000000
31342025-03-21T18:04:27.305Zslp 1:13.153376831
31352025-03-21T18:04:27.305Zlat 2.211490454
31362025-03-21T18:04:27.305Zstop 0.000213780
31372025-03-21T18:04:27.305Zprocess exited: duration 2067046 ms, exit code 0
 
31382025-03-21T18:04:27.321Zfound 1 output files
31392025-03-21T18:04:27.321Zuploading: /work/package.tar.gz (2025073204 bytes)
31402025-03-21T18:05:19.550Zuploaded: /work/package.tar.gz