01JQS5GXMQZQJYNFHB9D6PRTMM: 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: 01JQS5HEPBRQH328RSC6DTP9YD

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-04-01T17:15:07.608Zjob assigned to worker 01JQS5HJG6D2GNWPWZFPBK636M [factory aws, i-07a8e47409ee0a24c] (queued for 51 s)
 
22025-04-01T17:15:16.230Zstarting task 0: "setup"
32025-04-01T17:15:16.235Z++ uname -s
42025-04-01T17:15:16.239Z+ kern=SunOS
52025-04-01T17:15:16.239Z+ build_user=build
62025-04-01T17:15:16.239Z+ build_uid=12345
72025-04-01T17:15:16.239Z+ work_dir=/work
82025-04-01T17:15:16.239Z+ input_dir=/input
92025-04-01T17:15:16.239Z+ [[ 0 == 12345 ]]
102025-04-01T17:15:16.239Z+ case "$kern" in
112025-04-01T17:15:16.239Z+ groupadd -g 12345 build
122025-04-01T17:15:16.242Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-04-01T17:15:18.250Z+ zfs create -o mountpoint=/work rpool/work
142025-04-01T17:15:18.367Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-04-01T17:15:18.371Z+ home_fs=zfs
162025-04-01T17:15:18.371Z+ [[ zfs == autofs ]]
172025-04-01T17:15:18.371Z+ mkdir -p /home/build
182025-04-01T17:15:18.375Z+ chown build:build /home/build /work
192025-04-01T17:15:20.375Z+ chmod 0700 /home/build /work
202025-04-01T17:15:20.378Zprocess exited: duration 4148 ms, exit code 0
 
212025-04-01T17:15:20.385Zstarting task 1: "rust-toolchain"
222025-04-01T17:15:20.390Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-04-01T17:15:20.390Z * rust toolchain channel = "1.85.0"
242025-04-01T17:15:20.390Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-04-01T17:15:20.390Z * rust toolchain profile = "default"
262025-04-01T17:15:20.390Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-04-01T17:15:20.390Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-04-01T17:15:20.393Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-04-01T17:15:20.393Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-04-01T17:15:20.511Zinfo: downloading installer
312025-04-01T17:15:21.952Zwarn: It looks like you have an existing installation of Rust at:
322025-04-01T17:15:21.952Zwarn: /opt/ooce/bin
332025-04-01T17:15:21.952Zwarn: It is recommended that rustup be the primary Rust installation.
342025-04-01T17:15:21.952Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-04-01T17:15:21.952Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-04-01T17:15:21.952Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-04-01T17:15:21.952Zwarn: or pass `-y' to ignore all ignorable checks.
382025-04-01T17:15:21.952Zerror: cannot install while Rust is installed
392025-04-01T17:15:21.952Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-04-01T17:15:21.990Zinfo: profile set to 'default'
412025-04-01T17:15:21.990Zinfo: default host triple is x86_64-unknown-illumos
422025-04-01T17:15:21.994Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-04-01T17:15:22.172Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-04-01T17:15:22.172Zinfo: downloading component 'cargo'
452025-04-01T17:15:23.098Zinfo: downloading component 'clippy'
462025-04-01T17:15:23.478Zinfo: downloading component 'rust-docs'
472025-04-01T17:15:25.093Zinfo: downloading component 'rust-std'
482025-04-01T17:15:26.757Zinfo: downloading component 'rustc'
492025-04-01T17:15:33.539Zinfo: downloading component 'rustfmt'
502025-04-01T17:15:33.828Zinfo: installing component 'cargo'
512025-04-01T17:15:34.659Zinfo: installing component 'clippy'
522025-04-01T17:15:35.041Zinfo: installing component 'rust-docs'
532025-04-01T17:15:36.793Zinfo: installing component 'rust-std'
542025-04-01T17:15:38.678Zinfo: installing component 'rustc'
552025-04-01T17:15:44.597Zinfo: installing component 'rustfmt'
562025-04-01T17:15:44.926Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-04-01T17:15:44.926Z
582025-04-01T17:15:45.296Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-04-01T17:15:45.296Z
602025-04-01T17:15:45.299Z
612025-04-01T17:15:45.299ZRust is installed now. Great!
622025-04-01T17:15:45.299Z
632025-04-01T17:15:45.299ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-04-01T17:15:45.300Zenvironment variable. This has not been done automatically.
652025-04-01T17:15:45.300Z
662025-04-01T17:15:45.300ZTo configure your current shell, you need to source
672025-04-01T17:15:45.300Zthe corresponding env file under $HOME/.cargo.
682025-04-01T17:15:45.300Z
692025-04-01T17:15:45.300ZThis is usually done by running one of the following (note the leading DOT):
702025-04-01T17:15:45.300Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-04-01T17:15:45.300Zsource "$HOME/.cargo/env.fish" # For fish
722025-04-01T17:15:45.300Zsource "$HOME/.cargo/env.nu" # For nushell
732025-04-01T17:15:45.377Z+ rustup --version
742025-04-01T17:15:45.388Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-04-01T17:15:45.388Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-04-01T17:15:45.418Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
772025-04-01T17:15:45.421Z+ cargo --version
782025-04-01T17:15:45.439Zcargo 1.85.0 (d73d2caf9 2024-12-31)
792025-04-01T17:15:45.442Z+ rustc --version
802025-04-01T17:15:45.468Zrustc 1.85.0 (4d91de4e4 2025-02-17)
812025-04-01T17:15:45.471Zprocess exited: duration 25081 ms, exit code 0
 
822025-04-01T17:15:45.479Zstarting task 2: "authentication"
832025-04-01T17:15:45.501Zprocess exited: duration 22 ms, exit code 0
 
842025-04-01T17:15:45.510Zstarting task 3: "clone repository"
852025-04-01T17:15:45.513Z+ mkdir -p /work/oxidecomputer/omicron
862025-04-01T17:15:45.516Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-04-01T17:15:45.625ZCloning into '/work/oxidecomputer/omicron'...
882025-04-01T17:15:54.320Z+ cd /work/oxidecomputer/omicron
892025-04-01T17:15:54.320Z+ git fetch origin 8608b75f4b4627237c9600fc6366a5c04b62b368
902025-04-01T17:15:54.631ZFrom https://github.com/oxidecomputer/omicron
912025-04-01T17:15:54.631Z * branch 8608b75f4b4627237c9600fc6366a5c04b62b368 -> FETCH_HEAD
922025-04-01T17:15:54.642Z+ [[ -n dap/pending-mgs-updates ]]
932025-04-01T17:15:54.646Z++ git branch --show-current
942025-04-01T17:15:54.646Z+ current=main
952025-04-01T17:15:54.646Z+ [[ main != dap/pending-mgs-updates ]]
962025-04-01T17:15:54.646Z+ git branch -f dap/pending-mgs-updates 8608b75f4b4627237c9600fc6366a5c04b62b368
972025-04-01T17:15:54.649Z+ git checkout -f dap/pending-mgs-updates
982025-04-01T17:15:54.842ZSwitched to branch 'dap/pending-mgs-updates'
992025-04-01T17:15:54.846Z+ git reset --hard 8608b75f4b4627237c9600fc6366a5c04b62b368
1002025-04-01T17:15:54.867ZHEAD is now at 8608b75f4 Merge branch 'main' into dap/pending-mgs-updates
1012025-04-01T17:15:54.871Zprocess exited: duration 9358 ms, exit code 0
 
1022025-04-01T17:15:54.877Zstarting task 4: "build"
1032025-04-01T17:15:54.883Z+ source .github/buildomat/ci-env.sh
1042025-04-01T17:15:54.886Z++ export CARGO_TERM_COLOR=always
1052025-04-01T17:15:54.886Z++ CARGO_TERM_COLOR=always
1062025-04-01T17:15:54.886Z+ cargo --version
1072025-04-01T17:15:54.939Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1082025-04-01T17:15:54.942Z+ rustc --version
1092025-04-01T17:15:55.018Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1102025-04-01T17:15:55.022Z+ WORK=/work
1112025-04-01T17:15:55.022Z+ pfexec mkdir -p /work
1122025-04-01T17:15:55.028Z+ pfexec chown build /work
1132025-04-01T17:15:55.033Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142025-04-01T17:15:59.137Zpkg list: illegal option -- F
1152025-04-01T17:15:59.140ZUsage:
1162025-04-01T17:15:59.140Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1172025-04-01T17:15:59.140Z [pkg_fmri_pattern ...]
1182025-04-01T17:16:00.001Zpkg list: illegal option -- F
1192025-04-01T17:16:00.001ZUsage:
1202025-04-01T17:16:00.004Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1212025-04-01T17:16:00.004Z [pkg_fmri_pattern ...]
1222025-04-01T17:16:07.942Z Startup: Refreshing catalog 'helios-dev' ... Done
1232025-04-01T17:16:13.019Z Startup: Caching catalogs ... Done
1242025-04-01T17:16:30.418ZPlanning: Solver setup ... Done (16.381s)
1252025-04-01T17:16:30.614ZPlanning: Running solver ... Done (0.195s)
1262025-04-01T17:16:31.059ZPlanning: Finding local manifests ... Done (0.301s)
1272025-04-01T17:16:31.086ZPlanning: Fetching manifests: 0/7 0% complete
1282025-04-01T17:16:31.713ZPlanning: Fetching manifests: 7/7 100% complete
1292025-04-01T17:16:32.204ZPlanning: Package planning ... Done (0.490s)
1302025-04-01T17:16:32.259ZPlanning: Merging actions ... Done (0.056s)
1312025-04-01T17:16:33.353ZPlanning: Checking for conflicting actions ... Done (1.093s)
1322025-04-01T17:16:39.842ZPlanning: Consolidating action changes ... Done (6.487s)
1332025-04-01T17:16:40.238ZPlanning: Evaluating mediators ... Done (0.396s)
1342025-04-01T17:16:40.318ZPlanning: Planning completed in 27.18 seconds
1352025-04-01T17:16:40.334Z Packages to install: 4
1362025-04-01T17:16:40.334Z Packages to update: 3
1372025-04-01T17:16:40.334Z Mediators to change: 2
1382025-04-01T17:16:40.334Z Services to change: 1
1392025-04-01T17:16:40.338Z Estimated space available: 155.59 GB
1402025-04-01T17:16:40.338ZEstimated space to be consumed: 1.69 GB
1412025-04-01T17:16:40.338Z Create boot environment: No
1422025-04-01T17:16:40.338ZCreate backup boot environment: Yes
1432025-04-01T17:16:40.338Z Rebuild boot archive: No
1442025-04-01T17:16:40.338Z
1452025-04-01T17:16:40.338ZChanged mediators:
1462025-04-01T17:16:40.338Z mediator clang:
1472025-04-01T17:16:40.338Z version: None -> 15 (system default)
1482025-04-01T17:16:40.338Z
1492025-04-01T17:16:40.338Z mediator llvm:
1502025-04-01T17:16:40.338Z version: 14 (system default) -> 15 (system default)
1512025-04-01T17:16:40.338Z
1522025-04-01T17:16:40.338ZChanged packages:
1532025-04-01T17:16:40.338Zhelios-dev
1542025-04-01T17:16:40.338Z developer/build-essential
1552025-04-01T17:16:40.338Z None -> 11-2.0
1562025-04-01T17:16:40.338Z library/libxmlsec1
1572025-04-01T17:16:40.338Z None -> 1.2.35-2.0
1582025-04-01T17:16:40.338Z ooce/developer/clang-15
1592025-04-01T17:16:40.339Z None -> 15.0.7-2.0
1602025-04-01T17:16:40.339Z ooce/developer/llvm-15
1612025-04-01T17:16:40.339Z None -> 15.0.7-2.0
1622025-04-01T17:16:40.339Z package/pkg
1632025-04-01T17:16:40.339Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1642025-04-01T17:16:40.339Z system/library/g++-runtime
1652025-04-01T17:16:40.339Z 13-2.0 -> 14-2.0
1662025-04-01T17:16:40.339Z system/library/gcc-runtime
1672025-04-01T17:16:40.339Z 13-2.0 -> 14-2.0
1682025-04-01T17:16:40.339Z
1692025-04-01T17:16:40.339ZServices:
1702025-04-01T17:16:40.339Z restart_fmri:
1712025-04-01T17:16:40.339Z svc:/system/update-man-index:default
1722025-04-01T17:16:40.339Z
1732025-04-01T17:16:40.339ZEditable files to change:
1742025-04-01T17:16:40.339Z Update:
1752025-04-01T17:16:40.339Z usr/share/lib/pkg/web/config.shtml
1762025-04-01T17:16:40.558Z
1772025-04-01T17:16:40.558ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1782025-04-01T17:16:45.560ZDownload: 1232/4301 items 88.3/225.4MB 39% complete (17.6M/s)
1792025-04-01T17:16:50.595ZDownload: 2957/4301 items 121.0/225.4MB 53% complete (12.2M/s)
1802025-04-01T17:16:55.612ZDownload: 4199/4301 items 220.5/225.4MB 97% complete (13.7M/s)
1812025-04-01T17:16:57.114ZDownload: Completed 225.42 MB in 16.51 seconds (13.7M/s)
1822025-04-01T17:16:59.577Z Actions: 1/5122 actions (Removing old actions)
1832025-04-01T17:16:59.594Z Actions: 194/5122 actions (Installing new actions)
1842025-04-01T17:17:04.650Z Actions: 4102/5122 actions (Installing new actions)
1852025-04-01T17:17:04.934Z Actions: 4267/5122 actions (Updating modified actions)
1862025-04-01T17:17:05.370Z Actions: Completed 5122 actions in 5.79 seconds.
1872025-04-01T17:17:05.623Z Done (0.244s)
1882025-04-01T17:17:05.626Z Done (0.001s)
1892025-04-01T17:17:06.301Z Done (0.676s)
1902025-04-01T17:17:12.459Z Done (5.909s)
1912025-04-01T17:17:12.853Z Done (0.324s)
1922025-04-01T17:17:12.856Z Done (0.000s)
1932025-04-01T17:17:13.042Z Done (0.000s)
1942025-04-01T17:17:13.819ZPlanning: Evaluating mediator changes ... Done
1952025-04-01T17:17:13.981ZPlanning: Checking for conflicting actions ... Done
1962025-04-01T17:17:13.984ZPlanning: Consolidating action changes ... Done
1972025-04-01T17:17:14.253ZPlanning: Evaluating mediators ... Done
1982025-04-01T17:17:14.256ZPlanning: Planning completed in 0.43 seconds
1992025-04-01T17:17:14.294Z Mediators to change: 2
2002025-04-01T17:17:14.297Z Create boot environment: No
2012025-04-01T17:17:14.297ZCreate backup boot environment: No
2022025-04-01T17:17:14.372Z Done
2032025-04-01T17:17:14.372Z Done
2042025-04-01T17:17:14.859Z Done
2052025-04-01T17:17:18.426Z Done
2062025-04-01T17:17:18.637Z Done
2072025-04-01T17:17:18.644Z Done
2082025-04-01T17:17:18.657Z Done
2092025-04-01T17:17:19.282ZPlanning: Evaluating mediator changes ... Done
2102025-04-01T17:17:19.285ZPlanning: Merging actions ... Done
2112025-04-01T17:17:19.476ZPlanning: Checking for conflicting actions ... Done
2122025-04-01T17:17:19.479ZPlanning: Consolidating action changes ... Done
2132025-04-01T17:17:19.748ZPlanning: Evaluating mediators ... Done
2142025-04-01T17:17:19.808ZPlanning: Planning completed in 0.77 seconds
2152025-04-01T17:17:19.844Z Packages to change: 1
2162025-04-01T17:17:19.844Z Mediators to change: 1
2172025-04-01T17:17:19.848Z Services to change: 1
2182025-04-01T17:17:19.848Z Create boot environment: No
2192025-04-01T17:17:19.848ZCreate backup boot environment: Yes
2202025-04-01T17:17:22.063Z Actions: 1/6 actions (Updating modified actions)
2212025-04-01T17:17:22.067Z Actions: Completed 6 actions in 0.00 seconds.
2222025-04-01T17:17:22.067Z Done
2232025-04-01T17:17:22.067Z Done
2242025-04-01T17:17:22.202Z Done
2252025-04-01T17:17:25.744Z Done
2262025-04-01T17:17:25.834Z Done
2272025-04-01T17:17:25.837Z Done
2282025-04-01T17:17:25.983Z Done
2292025-04-01T17:17:26.424ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302025-04-01T17:17:26.424Zclang system 15 system
2312025-04-01T17:17:26.424Zcsh system system illumos
2322025-04-01T17:17:26.424Zctags system system illumos
2332025-04-01T17:17:26.424Zgcc vendor 12 vendor
2342025-04-01T17:17:26.424Zgcc system 10 system
2352025-04-01T17:17:26.424Zgcc system 7 system
2362025-04-01T17:17:26.424Zgo system 1.20 system
2372025-04-01T17:17:26.424Zgo system 1.19 system
2382025-04-01T17:17:26.424Zllvm system 15 system
2392025-04-01T17:17:26.424Zllvm system 14 system
2402025-04-01T17:17:26.424Zmariadb system 10.6 system
2412025-04-01T17:17:26.424Zmta vendor vendor dma
2422025-04-01T17:17:26.424Zopenjdk system 17 system
2432025-04-01T17:17:26.424Zopenjdk system 11 system
2442025-04-01T17:17:26.424Zopenjdk system 1.8 system
2452025-04-01T17:17:26.424Zopenssl vendor 3 vendor
2462025-04-01T17:17:26.424Zperl system 5.36 system
2472025-04-01T17:17:26.424Zpostgresql system 15 system
2482025-04-01T17:17:26.425Zpostgresql system 13 system
2492025-04-01T17:17:26.425Zpython vendor 3 vendor
2502025-04-01T17:17:26.425Zpython system 2 system
2512025-04-01T17:17:26.425Zpython3 system 3.11 system
2522025-04-01T17:17:26.425Zruby system 3.0 system
2532025-04-01T17:17:26.425Zwords vendor vendor american-english
2542025-04-01T17:17:26.425Zwords system system australian-english
2552025-04-01T17:17:26.425Zwords system system british-english
2562025-04-01T17:17:26.425Zwords system system canadian-english
2572025-04-01T17:17:26.425Zwords system system french
2582025-04-01T17:17:26.425Zwords system system italian
2592025-04-01T17:17:26.425Zwords system system ngerman
2602025-04-01T17:17:26.425Zwords system system ogerman
2612025-04-01T17:17:26.425Zwords system system spanish
2622025-04-01T17:17:26.763ZPUBLISHER TYPE STATUS P LOCATION
2632025-04-01T17:17:26.763Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642025-04-01T17:17:30.193ZFMRI IFO
2652025-04-01T17:17:30.193Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662025-04-01T17:17:30.194Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672025-04-01T17:17:30.194Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682025-04-01T17:17:30.194Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692025-04-01T17:17:30.194Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702025-04-01T17:17:30.194Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712025-04-01T17:17:30.194Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2722025-04-01T17:17:30.194Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732025-04-01T17:17:30.194Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742025-04-01T17:17:30.194Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2752025-04-01T17:17:30.194Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762025-04-01T17:17:30.194Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772025-04-01T17:17:30.194Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2782025-04-01T17:17:30.194Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792025-04-01T17:17:30.194Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802025-04-01T17:17:31.092Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812025-04-01T17:17:31.403Z Updating crates.io index
2822025-04-01T17:17:31.476Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2832025-04-01T17:17:32.253Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842025-04-01T17:17:32.523Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852025-04-01T17:17:32.788Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862025-04-01T17:17:33.090Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872025-04-01T17:17:34.345Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882025-04-01T17:17:36.374Z Updating git repository `https://github.com/oxidecomputer/opte`
2892025-04-01T17:17:37.048Z Updating git repository `https://github.com/oxidecomputer/falcon`
2902025-04-01T17:17:37.890Z Updating git repository `https://github.com/oxidecomputer/clickward`
2912025-04-01T17:17:38.297Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2922025-04-01T17:17:38.620Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2932025-04-01T17:17:39.302Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2942025-04-01T17:17:39.836Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2952025-04-01T17:17:40.216Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2962025-04-01T17:17:40.526Z Updating git repository `https://github.com/oxidecomputer/tofino`
2972025-04-01T17:17:40.801Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2982025-04-01T17:17:41.087Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2992025-04-01T17:17:41.368Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3002025-04-01T17:17:41.730Z Updating git repository `https://github.com/oxidecomputer/lldp`
3012025-04-01T17:17:42.125Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022025-04-01T17:17:42.426Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3032025-04-01T17:17:42.768Z Updating git repository `https://github.com/oxidecomputer/ispf`
3042025-04-01T17:17:43.169Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3052025-04-01T17:17:43.529Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3062025-04-01T17:17:44.095Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3072025-04-01T17:17:44.357Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3082025-04-01T17:17:44.790Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3092025-04-01T17:17:45.143Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3102025-04-01T17:17:45.576Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3112025-04-01T17:17:45.944Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3122025-04-01T17:17:46.446Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3132025-04-01T17:17:48.007Z Downloading crates ...
3142025-04-01T17:17:48.077Z Downloaded autocfg v1.4.0
3152025-04-01T17:17:48.081Z Downloaded anstyle-parse v0.2.5
3162025-04-01T17:17:48.084Z Downloaded anstream v0.6.15
3172025-04-01T17:17:48.087Z Downloaded anstyle v1.0.10
3182025-04-01T17:17:48.095Z Downloaded dtrace-parser v0.2.0
3192025-04-01T17:17:48.098Z Downloaded equivalent v1.0.1
3202025-04-01T17:17:48.108Z Downloaded pretty-hex v0.4.1
3212025-04-01T17:17:48.114Z Downloaded scroll_derive v0.12.0
3222025-04-01T17:17:48.117Z Downloaded winnow v0.7.3
3232025-04-01T17:17:48.123Z Downloaded usdt-macro v0.5.0
3242025-04-01T17:17:48.126Z Downloaded proc-macro-error-attr v1.0.4
3252025-04-01T17:17:48.129Z Downloaded bitflags v1.3.2
3262025-04-01T17:17:48.129Z Downloaded anstyle-query v1.1.1
3272025-04-01T17:17:48.134Z Downloaded usdt-attr-macro v0.5.0
3282025-04-01T17:17:48.138Z Downloaded swrite v0.1.0
3292025-04-01T17:17:48.141Z Downloaded errno v0.3.9
3302025-04-01T17:17:48.141Z Downloaded bytecount v0.6.8
3312025-04-01T17:17:48.144Z Downloaded heck v0.4.1
3322025-04-01T17:17:48.144Z Downloaded generic-array v0.14.7
3332025-04-01T17:17:48.145Z Downloaded heck v0.5.0
3342025-04-01T17:17:48.149Z Downloaded fnv v1.0.7
3352025-04-01T17:17:48.149Z Downloaded byteorder v1.5.0
3362025-04-01T17:17:48.149Z Downloaded block-buffer v0.10.4
3372025-04-01T17:17:48.149Z Downloaded fs-err v2.11.0
3382025-04-01T17:17:48.152Z Downloaded dof v0.3.0
3392025-04-01T17:17:48.153Z Downloaded clap_lex v0.7.4
3402025-04-01T17:17:48.156Z Downloaded cargo-platform v0.1.8
3412025-04-01T17:17:48.156Z Downloaded cpufeatures v0.2.14
3422025-04-01T17:17:48.156Z Downloaded cfg-if v1.0.0
3432025-04-01T17:17:48.159Z Downloaded fastrand v2.1.1
3442025-04-01T17:17:48.159Z Downloaded terminal_size v0.2.6
3452025-04-01T17:17:48.164Z Downloaded crypto-common v0.1.6
3462025-04-01T17:17:48.164Z Downloaded colorchoice v1.0.2
3472025-04-01T17:17:48.167Z Downloaded thiserror v1.0.69
3482025-04-01T17:17:48.171Z Downloaded strsim v0.11.1
3492025-04-01T17:17:48.175Z Downloaded toml_datetime v0.6.8
3502025-04-01T17:17:48.178Z Downloaded plain v0.2.3
3512025-04-01T17:17:48.181Z Downloaded thiserror-impl v1.0.69
3522025-04-01T17:17:48.181Z Downloaded thiserror-impl v2.0.12
3532025-04-01T17:17:48.181Z Downloaded pest_generator v2.7.14
3542025-04-01T17:17:48.184Z Downloaded smawk v0.3.2
3552025-04-01T17:17:48.188Z Downloaded serde_spanned v0.6.8
3562025-04-01T17:17:48.193Z Downloaded utf8parse v0.2.2
3572025-04-01T17:17:48.196Z Downloaded unicode-linebreak v0.1.5
3582025-04-01T17:17:48.199Z Downloaded usdt-impl v0.5.0
3592025-04-01T17:17:48.199Z Downloaded version_check v0.9.5
3602025-04-01T17:17:48.203Z Downloaded terminal_size v0.4.0
3612025-04-01T17:17:48.203Z Downloaded itoa v1.0.11
3622025-04-01T17:17:48.203Z Downloaded thread-id v4.2.2
3632025-04-01T17:17:48.206Z Downloaded is_terminal_polyfill v1.70.1
3642025-04-01T17:17:48.210Z Downloaded digest v0.10.7
3652025-04-01T17:17:48.210Z Downloaded cargo_metadata v0.19.2
3662025-04-01T17:17:48.214Z Downloaded camino v1.1.9
3672025-04-01T17:17:48.214Z Downloaded clap_derive v4.5.32
3682025-04-01T17:17:48.217Z Downloaded tabled_derive v0.7.0
3692025-04-01T17:17:48.217Z Downloaded semver v1.0.25
3702025-04-01T17:17:48.220Z Downloaded scroll v0.12.0
3712025-04-01T17:17:48.220Z Downloaded proc-macro-error v1.0.4
3722025-04-01T17:17:48.224Z Downloaded serde_tokenstream v0.2.2
3732025-04-01T17:17:48.224Z Downloaded pest_derive v2.7.14
3742025-04-01T17:17:48.229Z Downloaded sha2 v0.10.8
3752025-04-01T17:17:48.229Z Downloaded cargo_toml v0.21.0
3762025-04-01T17:17:48.232Z Downloaded memmap v0.7.0
3772025-04-01T17:17:48.232Z Downloaded quote v1.0.39
3782025-04-01T17:17:48.235Z Downloaded camino-tempfile v1.1.1
3792025-04-01T17:17:48.235Z Downloaded usdt v0.5.0
3802025-04-01T17:17:48.235Z Downloaded io-lifetimes v1.0.11
3812025-04-01T17:17:48.241Z Downloaded thiserror v2.0.12
3822025-04-01T17:17:48.247Z Downloaded zerocopy-derive v0.7.35
3832025-04-01T17:17:48.251Z Downloaded once_cell v1.20.3
3842025-04-01T17:17:48.254Z Downloaded macaddr v1.0.1
3852025-04-01T17:17:48.257Z Downloaded toml v0.8.20
3862025-04-01T17:17:48.260Z Downloaded tempfile v3.13.0
3872025-04-01T17:17:48.263Z Downloaded typenum v1.17.0
3882025-04-01T17:17:48.266Z Downloaded textwrap v0.16.1
3892025-04-01T17:17:48.266Z Downloaded ucd-trie v0.1.7
3902025-04-01T17:17:48.270Z Downloaded pest_meta v2.7.14
3912025-04-01T17:17:48.270Z Downloaded unicode-ident v1.0.14
3922025-04-01T17:17:48.273Z Downloaded bitflags v2.6.0
3932025-04-01T17:17:48.277Z Downloaded ryu v1.0.18
3942025-04-01T17:17:48.280Z Downloaded proc-macro2 v1.0.94
3952025-04-01T17:17:48.284Z Downloaded serde_derive v1.0.219
3962025-04-01T17:17:48.287Z Downloaded log v0.4.22
3972025-04-01T17:17:48.290Z Downloaded papergrid v0.11.0
3982025-04-01T17:17:48.294Z Downloaded anyhow v1.0.97
3992025-04-01T17:17:48.297Z Downloaded indexmap v2.7.1
4002025-04-01T17:17:48.315Z Downloaded clap v4.5.32
4012025-04-01T17:17:48.323Z Downloaded memchr v2.7.4
4022025-04-01T17:17:48.336Z Downloaded toml_edit v0.22.24
4032025-04-01T17:17:48.357Z Downloaded serde v1.0.219
4042025-04-01T17:17:48.369Z Downloaded hashbrown v0.15.1
4052025-04-01T17:17:48.374Z Downloaded pest v2.7.14
4062025-04-01T17:17:48.380Z Downloaded serde_json v1.0.140
4072025-04-01T17:17:48.387Z Downloaded clap_builder v4.5.32
4082025-04-01T17:17:48.396Z Downloaded zerocopy v0.7.35
4092025-04-01T17:17:48.411Z Downloaded goblin v0.8.2
4102025-04-01T17:17:48.420Z Downloaded tabled v0.15.0
4112025-04-01T17:17:48.438Z Downloaded syn v1.0.109
4122025-04-01T17:17:48.456Z Downloaded unicode-width v0.1.14
4132025-04-01T17:17:48.461Z Downloaded syn v2.0.98
4142025-04-01T17:17:48.472Z Downloaded rustix v0.38.37
4152025-04-01T17:17:48.493Z Downloaded rustix v0.37.28
4162025-04-01T17:17:48.529Z Downloaded libc v0.2.170
4172025-04-01T17:17:48.672Z Compiling proc-macro2 v1.0.94
4182025-04-01T17:17:48.673Z Compiling unicode-ident v1.0.14
4192025-04-01T17:17:48.676Z Compiling libc v0.2.170
4202025-04-01T17:17:48.676Z Compiling version_check v0.9.5
4212025-04-01T17:17:48.676Z Compiling serde v1.0.219
4222025-04-01T17:17:48.676Z Compiling memchr v2.7.4
4232025-04-01T17:17:48.708Z Compiling thiserror v1.0.69
4242025-04-01T17:17:48.711Z Compiling ryu v1.0.18
4252025-04-01T17:17:48.940Z Compiling itoa v1.0.11
4262025-04-01T17:17:49.146Z Compiling ucd-trie v0.1.7
4272025-04-01T17:17:49.184Z Compiling once_cell v1.20.3
4282025-04-01T17:17:49.501Z Compiling byteorder v1.5.0
4292025-04-01T17:17:49.648Z Compiling rustix v0.38.37
4302025-04-01T17:17:49.681Z Compiling serde_json v1.0.140
4312025-04-01T17:17:50.021Z Compiling bitflags v2.6.0
4322025-04-01T17:17:50.076Z Compiling proc-macro-error-attr v1.0.4
4332025-04-01T17:17:50.151Z Compiling usdt-impl v0.5.0
4342025-04-01T17:17:50.346Z Compiling io-lifetimes v1.0.11
4352025-04-01T17:17:50.395Z Compiling syn v1.0.109
4362025-04-01T17:17:50.446Z Compiling quote v1.0.39
4372025-04-01T17:17:50.494Z Compiling errno v0.3.9
4382025-04-01T17:17:50.709Z Compiling proc-macro-error v1.0.4
4392025-04-01T17:17:50.748Z Compiling log v0.4.22
4402025-04-01T17:17:50.964Z Compiling syn v2.0.98
4412025-04-01T17:17:51.048Z Compiling thread-id v4.2.2
4422025-04-01T17:17:51.112Z Compiling camino v1.1.9
4432025-04-01T17:17:51.136Z Compiling hashbrown v0.15.1
4442025-04-01T17:17:51.140Z Compiling plain v0.2.3
4452025-04-01T17:17:51.181Z Compiling utf8parse v0.2.2
4462025-04-01T17:17:51.185Z Compiling rustix v0.37.28
4472025-04-01T17:17:51.332Z Compiling equivalent v1.0.1
4482025-04-01T17:17:51.362Z Compiling anstyle-parse v0.2.5
4492025-04-01T17:17:51.933Z Compiling thiserror v2.0.12
4502025-04-01T17:17:52.104Z Compiling is_terminal_polyfill v1.70.1
4512025-04-01T17:17:52.170Z Compiling indexmap v2.7.1
4522025-04-01T17:17:52.252Z Compiling colorchoice v1.0.2
4532025-04-01T17:17:52.277Z Compiling semver v1.0.25
4542025-04-01T17:17:52.281Z Compiling pretty-hex v0.4.1
4552025-04-01T17:17:52.411Z Compiling bitflags v1.3.2
4562025-04-01T17:17:52.498Z Compiling autocfg v1.4.0
4572025-04-01T17:17:52.532Z Compiling unicode-width v0.1.14
4582025-04-01T17:17:52.556Z Compiling anstyle v1.0.10
4592025-04-01T17:17:52.745Z Compiling winnow v0.7.3
4602025-04-01T17:17:52.985Z Compiling anstyle-query v1.1.1
4612025-04-01T17:17:53.123Z Compiling anstream v0.6.15
4622025-04-01T17:17:53.146Z Compiling terminal_size v0.4.0
4632025-04-01T17:17:53.430Z Compiling fs-err v2.11.0
4642025-04-01T17:17:53.611Z Compiling cfg-if v1.0.0
4652025-04-01T17:17:53.700Z Compiling anyhow v1.0.97
4662025-04-01T17:17:53.724Z Compiling fastrand v2.1.1
4672025-04-01T17:17:53.745Z Compiling strsim v0.11.1
4682025-04-01T17:17:54.120Z Compiling clap_lex v0.7.4
4692025-04-01T17:17:54.203Z Compiling heck v0.5.0
4702025-04-01T17:17:54.289Z Compiling fnv v1.0.7
4712025-04-01T17:17:54.482Z Compiling heck v0.4.1
4722025-04-01T17:17:54.564Z Compiling bytecount v0.6.8
4732025-04-01T17:17:54.600Z Compiling terminal_size v0.2.6
4742025-04-01T17:17:54.677Z Compiling clap_builder v4.5.32
4752025-04-01T17:17:54.794Z Compiling papergrid v0.11.0
4762025-04-01T17:17:54.877Z Compiling tempfile v3.13.0
4772025-04-01T17:17:55.192Z Compiling memmap v0.7.0
4782025-04-01T17:17:55.224Z Compiling smawk v0.3.2
4792025-04-01T17:17:55.453Z Compiling unicode-linebreak v0.1.5
4802025-04-01T17:17:55.966Z Compiling textwrap v0.16.1
4812025-04-01T17:17:56.070Z Compiling swrite v0.1.0
4822025-04-01T17:17:56.550Z Compiling tabled_derive v0.7.0
4832025-04-01T17:17:58.039Z Compiling serde_derive v1.0.219
4842025-04-01T17:17:58.039Z Compiling thiserror-impl v1.0.69
4852025-04-01T17:17:58.043Z Compiling zerocopy-derive v0.7.35
4862025-04-01T17:17:58.043Z Compiling scroll_derive v0.12.0
4872025-04-01T17:17:58.043Z Compiling thiserror-impl v2.0.12
4882025-04-01T17:17:58.043Z Compiling clap_derive v4.5.32
4892025-04-01T17:17:58.079Z Compiling tabled v0.15.0
4902025-04-01T17:17:59.478Z Compiling scroll v0.12.0
4912025-04-01T17:18:00.049Z Compiling goblin v0.8.2
4922025-04-01T17:18:00.071Z Compiling zerocopy v0.7.35
4932025-04-01T17:18:01.211Z Compiling pest v2.7.14
4942025-04-01T17:18:02.386Z Compiling clap v4.5.32
4952025-04-01T17:18:03.488Z Compiling pest_meta v2.7.14
4962025-04-01T17:18:04.376Z Compiling pest_generator v2.7.14
4972025-04-01T17:18:05.847Z Compiling pest_derive v2.7.14
4982025-04-01T17:18:06.461Z Compiling dtrace-parser v0.2.0
4992025-04-01T17:18:07.249Z Compiling serde_tokenstream v0.2.2
5002025-04-01T17:18:07.335Z Compiling serde_spanned v0.6.8
5012025-04-01T17:18:07.335Z Compiling toml_datetime v0.6.8
5022025-04-01T17:18:07.607Z Compiling cargo-platform v0.1.8
5032025-04-01T17:18:07.634Z Compiling macaddr v1.0.1
5042025-04-01T17:18:07.825Z Compiling toml_edit v0.22.24
5052025-04-01T17:18:07.881Z Compiling camino-tempfile v1.1.1
5062025-04-01T17:18:08.642Z Compiling dof v0.3.0
5072025-04-01T17:18:08.642Z Compiling cargo_metadata v0.19.2
5082025-04-01T17:18:10.030Z Compiling usdt-attr-macro v0.5.0
5092025-04-01T17:18:10.033Z Compiling usdt-macro v0.5.0
5102025-04-01T17:18:10.534Z Compiling toml v0.8.20
5112025-04-01T17:18:11.122Z Compiling usdt v0.5.0
5122025-04-01T17:18:11.348Z Compiling cargo_toml v0.21.0
5132025-04-01T17:18:13.919Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5142025-04-01T17:18:17.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.26s
5152025-04-01T17:18:17.343Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5162025-04-01T17:18:17.902Z Downloading crates ...
5172025-04-01T17:18:18.018Z Downloaded addr2line v0.24.2
5182025-04-01T17:18:18.023Z Downloaded blowfish v0.9.1
5192025-04-01T17:18:18.027Z Downloaded ascii-canvas v3.0.0
5202025-04-01T17:18:18.033Z Downloaded atomicwrites v0.4.4
5212025-04-01T17:18:18.040Z Downloaded ctr v0.9.2
5222025-04-01T17:18:18.048Z Downloaded atty v0.2.14
5232025-04-01T17:18:18.053Z Downloaded humantime v2.1.0
5242025-04-01T17:18:18.056Z Downloaded cstr-argument v0.1.2
5252025-04-01T17:18:18.059Z Downloaded crucible-workspace-hack v0.1.0
5262025-04-01T17:18:18.059Z Downloaded cfg_aliases v0.1.1
5272025-04-01T17:18:18.062Z Downloaded httparse v1.9.5
5282025-04-01T17:18:18.066Z Downloaded hubpack_derive v0.1.1
5292025-04-01T17:18:18.066Z Downloaded crunchy v0.2.2
5302025-04-01T17:18:18.066Z Downloaded ciborium-io v0.2.2
5312025-04-01T17:18:18.069Z Downloaded cfg_aliases v0.2.1
5322025-04-01T17:18:18.069Z Downloaded async-stream-impl v0.3.6
5332025-04-01T17:18:18.069Z Downloaded hyper-rustls v0.27.3
5342025-04-01T17:18:18.072Z Downloaded hubpack v0.1.2
5352025-04-01T17:18:18.076Z Downloaded hex v0.4.3
5362025-04-01T17:18:18.079Z Downloaded hyper-tls v0.6.0
5372025-04-01T17:18:18.079Z Downloaded bitfield-struct v0.6.2
5382025-04-01T17:18:18.082Z Downloaded atomic-waker v1.1.2
5392025-04-01T17:18:18.082Z Downloaded async-stream v0.3.6
5402025-04-01T17:18:18.085Z Downloaded cassowary v0.3.0
5412025-04-01T17:18:18.088Z Downloaded hyper v1.6.0
5422025-04-01T17:18:18.093Z Downloaded bit-vec v0.6.3
5432025-04-01T17:18:18.096Z Downloaded assert_matches v1.5.0
5442025-04-01T17:18:18.096Z Downloaded arrayref v0.3.9
5452025-04-01T17:18:18.099Z Downloaded httpdate v1.0.3
5462025-04-01T17:18:18.099Z Downloaded block-padding v0.3.3
5472025-04-01T17:18:18.103Z Downloaded bit-set v0.5.3
5482025-04-01T17:18:18.103Z Downloaded base16ct v0.2.0
5492025-04-01T17:18:18.103Z Downloaded adler2 v2.0.0
5502025-04-01T17:18:18.107Z Downloaded hyper-staticfile v0.10.1
5512025-04-01T17:18:18.110Z Downloaded convert_case v0.4.0
5522025-04-01T17:18:18.110Z Downloaded aead v0.5.2
5532025-04-01T17:18:18.110Z Downloaded const_format_proc_macros v0.2.34
5542025-04-01T17:18:18.113Z Downloaded cbc v0.1.2
5552025-04-01T17:18:18.116Z Downloaded chrono-tz-build v0.4.0
5562025-04-01T17:18:18.116Z Downloaded cexpr v0.6.0
5572025-04-01T17:18:18.120Z Downloaded internet-checksum v0.2.1
5582025-04-01T17:18:18.120Z Downloaded iana-time-zone v0.1.61
5592025-04-01T17:18:18.123Z Downloaded crc v3.2.1
5602025-04-01T17:18:18.126Z Downloaded hyper-util v0.1.10
5612025-04-01T17:18:18.130Z Downloaded indoc v1.0.9
5622025-04-01T17:18:18.134Z Downloaded russh-cryptovec v0.7.3
5632025-04-01T17:18:18.137Z Downloaded base64ct v1.6.0
5642025-04-01T17:18:18.140Z Downloaded ciborium-ll v0.2.2
5652025-04-01T17:18:18.140Z Downloaded bb8 v0.8.5
5662025-04-01T17:18:18.143Z Downloaded ipnetwork v0.21.1
5672025-04-01T17:18:18.147Z Downloaded console v0.15.10
5682025-04-01T17:18:18.147Z Downloaded bzip2 v0.4.4
5692025-04-01T17:18:18.149Z Downloaded ipnet v2.11.0
5702025-04-01T17:18:18.153Z Downloaded cookie_store v0.21.1
5712025-04-01T17:18:18.156Z Downloaded ciborium v0.2.2
5722025-04-01T17:18:18.159Z Downloaded instant v0.1.13
5732025-04-01T17:18:18.159Z Downloaded bit-vec v0.8.0
5742025-04-01T17:18:18.163Z Downloaded bcs v0.1.6
5752025-04-01T17:18:18.166Z Downloaded jobserver v0.1.32
5762025-04-01T17:18:18.170Z Downloaded csv-core v0.1.11
5772025-04-01T17:18:18.170Z Downloaded chacha20 v0.9.1
5782025-04-01T17:18:18.174Z Downloaded rtoolbox v0.0.2
5792025-04-01T17:18:18.177Z Downloaded colored v2.2.0
5802025-04-01T17:18:18.180Z Downloaded keccak v0.1.5
5812025-04-01T17:18:18.180Z Downloaded sync-ptr v0.1.1
5822025-04-01T17:18:18.183Z Downloaded sqlparser_derive v0.2.2
5832025-04-01T17:18:18.183Z Downloaded is-terminal v0.4.13
5842025-04-01T17:18:18.183Z Downloaded indicatif v0.17.11
5852025-04-01T17:18:18.189Z Downloaded write16 v1.0.0
5862025-04-01T17:18:18.192Z Downloaded rand_xorshift v0.3.0
5872025-04-01T17:18:18.192Z Downloaded radium v0.7.0
5882025-04-01T17:18:18.196Z Downloaded proc-macro-error-attr2 v2.0.0
5892025-04-01T17:18:18.196Z Downloaded same-file v1.0.6
5902025-04-01T17:18:18.199Z Downloaded arrayvec v0.7.6
5912025-04-01T17:18:18.199Z Downloaded md5 v0.7.0
5922025-04-01T17:18:18.203Z Downloaded lazy_static v1.5.0
5932025-04-01T17:18:18.206Z Downloaded libsw-core v0.3.1
5942025-04-01T17:18:18.206Z Downloaded lalrpop-util v0.19.12
5952025-04-01T17:18:18.206Z Downloaded kstat-rs v0.2.4
5962025-04-01T17:18:18.209Z Downloaded maplit v1.0.2
5972025-04-01T17:18:18.212Z Downloaded crc-any v2.5.0
5982025-04-01T17:18:18.212Z Downloaded const-oid v0.9.6
5992025-04-01T17:18:18.216Z Downloaded linked-hash-map v0.5.6
6002025-04-01T17:18:18.219Z Downloaded sigpipe v0.1.3
6012025-04-01T17:18:18.219Z Downloaded serde-big-array v0.5.1
6022025-04-01T17:18:18.222Z Downloaded crossbeam-utils v0.8.20
6032025-04-01T17:18:18.225Z Downloaded zerofrom v0.1.4
6042025-04-01T17:18:18.228Z Downloaded slog-stdlog v4.1.1
6052025-04-01T17:18:18.228Z Downloaded slog-scope v4.4.0
6062025-04-01T17:18:18.231Z Downloaded md-5 v0.10.6
6072025-04-01T17:18:18.231Z Downloaded mime v0.3.17
6082025-04-01T17:18:18.235Z Downloaded memoffset v0.9.1
6092025-04-01T17:18:18.235Z Downloaded multimap v0.10.0
6102025-04-01T17:18:18.240Z Downloaded libefi-sys v0.1.0
6112025-04-01T17:18:18.240Z Downloaded mockall v0.13.1
6122025-04-01T17:18:18.240Z Downloaded oso-derive v0.27.3
6132025-04-01T17:18:18.244Z Downloaded thread_local v1.1.8
6142025-04-01T17:18:18.244Z Downloaded thiserror-no-std v2.0.2
6152025-04-01T17:18:18.247Z Downloaded newtype_derive v0.1.6
6162025-04-01T17:18:18.251Z Downloaded newline-converter v0.3.0
6172025-04-01T17:18:18.251Z Downloaded rand_chacha v0.9.0
6182025-04-01T17:18:18.254Z Downloaded semver v0.1.20
6192025-04-01T17:18:18.254Z Downloaded indoc v2.0.6
6202025-04-01T17:18:18.257Z Downloaded new_debug_unreachable v1.0.6
6212025-04-01T17:18:18.260Z Downloaded unarray v0.1.4
6222025-04-01T17:18:18.260Z Downloaded litemap v0.7.3
6232025-04-01T17:18:18.263Z Downloaded libloading v0.8.5
6242025-04-01T17:18:18.269Z Downloaded strip-ansi-escapes v0.2.0
6252025-04-01T17:18:18.273Z Downloaded stringprep v0.1.5
6262025-04-01T17:18:18.273Z Downloaded arc-swap v1.7.1
6272025-04-01T17:18:18.276Z Downloaded debug-ignore v1.0.5
6282025-04-01T17:18:18.279Z Downloaded peg-runtime v0.8.5
6292025-04-01T17:18:18.279Z Downloaded untrusted v0.7.1
6302025-04-01T17:18:18.279Z Downloaded mime_guess v2.0.5
6312025-04-01T17:18:18.282Z Downloaded multer v3.1.0
6322025-04-01T17:18:18.285Z Downloaded diesel-dtrace v0.4.2
6332025-04-01T17:18:18.288Z Downloaded memmap2 v0.9.5
6342025-04-01T17:18:18.291Z Downloaded newtype-uuid v1.2.1
6352025-04-01T17:18:18.295Z Downloaded float-ord v0.3.2
6362025-04-01T17:18:18.295Z Downloaded float-cmp v0.10.0
6372025-04-01T17:18:18.295Z Downloaded dunce v1.0.5
6382025-04-01T17:18:18.298Z Downloaded litrs v0.4.1
6392025-04-01T17:18:18.301Z Downloaded ssh-cipher v0.2.0
6402025-04-01T17:18:18.301Z Downloaded tokio-rustls v0.24.1
6412025-04-01T17:18:18.304Z Downloaded hash32 v0.3.1
6422025-04-01T17:18:18.308Z Downloaded num-iter v0.1.45
6432025-04-01T17:18:18.308Z Downloaded num-derive v0.4.2
6442025-04-01T17:18:18.311Z Downloaded tinyvec_macros v0.1.1
6452025-04-01T17:18:18.312Z Downloaded writeable v0.5.5
6462025-04-01T17:18:18.315Z Downloaded tokio-tungstenite v0.21.0
6472025-04-01T17:18:18.318Z Downloaded base64 v0.21.7
6482025-04-01T17:18:18.322Z Downloaded document-features v0.2.10
6492025-04-01T17:18:18.325Z Downloaded bytes v1.10.1
6502025-04-01T17:18:18.330Z Downloaded rand_seeder v0.3.0
6512025-04-01T17:18:18.333Z Downloaded rand_core v0.6.4
6522025-04-01T17:18:18.336Z Downloaded embedded-io v0.4.0
6532025-04-01T17:18:18.336Z Downloaded utf16_iter v1.0.5
6542025-04-01T17:18:18.339Z Downloaded pem v3.0.5
6552025-04-01T17:18:18.339Z Downloaded try-lock v0.2.5
6562025-04-01T17:18:18.342Z Downloaded rand_chacha v0.3.1
6572025-04-01T17:18:18.342Z Downloaded rand_core v0.9.2
6582025-04-01T17:18:18.346Z Downloaded env_logger v0.10.2
6592025-04-01T17:18:18.348Z Downloaded headers v0.4.0
6602025-04-01T17:18:18.353Z Downloaded fxhash v0.2.1
6612025-04-01T17:18:18.356Z Downloaded salsa20 v0.10.2
6622025-04-01T17:18:18.356Z Downloaded rusty-fork v0.3.0
6632025-04-01T17:18:18.361Z Downloaded tiny-keccak v2.0.2
6642025-04-01T17:18:18.364Z Downloaded russh-keys v0.45.0
6652025-04-01T17:18:18.367Z Downloaded utf-8 v0.7.6
6662025-04-01T17:18:18.367Z Downloaded tui-tree-widget v0.23.0
6672025-04-01T17:18:18.370Z Downloaded vergen v8.3.2
6682025-04-01T17:18:18.373Z Downloaded pbkdf2 v0.11.0
6692025-04-01T17:18:18.377Z Downloaded chacha20poly1305 v0.10.1
6702025-04-01T17:18:18.380Z Downloaded wyz v0.5.1
6712025-04-01T17:18:18.380Z Downloaded ssh-encoding v0.2.0
6722025-04-01T17:18:18.383Z Downloaded parking_lot_core v0.8.6
6732025-04-01T17:18:18.383Z Downloaded crypto-bigint v0.5.5
6742025-04-01T17:18:18.391Z Downloaded deranged v0.3.11
6752025-04-01T17:18:18.394Z Downloaded embedded-io v0.6.1
6762025-04-01T17:18:18.397Z Downloaded termtree v0.4.1
6772025-04-01T17:18:18.397Z Downloaded tokio-macros v2.5.0
6782025-04-01T17:18:18.397Z Downloaded defmt-parser v0.3.4
6792025-04-01T17:18:18.400Z Downloaded gethostname v0.5.0
6802025-04-01T17:18:18.414Z Downloaded ed25519 v2.2.3
6812025-04-01T17:18:18.417Z Downloaded tinystr v0.7.6
6822025-04-01T17:18:18.420Z Downloaded sqlformat v0.2.6
6832025-04-01T17:18:18.420Z Downloaded snafu-derive v0.8.5
6842025-04-01T17:18:18.423Z Downloaded parse-display v0.10.0
6852025-04-01T17:18:18.426Z Downloaded num v0.4.3
6862025-04-01T17:18:18.426Z Downloaded normalize-line-endings v0.3.0
6872025-04-01T17:18:18.426Z Downloaded nodrop v0.1.14
6882025-04-01T17:18:18.429Z Downloaded tracing-attributes v0.1.27
6892025-04-01T17:18:18.433Z Downloaded pbkdf2 v0.12.2
6902025-04-01T17:18:18.433Z Downloaded path-slash v0.1.5
6912025-04-01T17:18:18.437Z Downloaded paste v1.0.15
6922025-04-01T17:18:18.440Z Downloaded predicates-tree v1.0.11
6932025-04-01T17:18:18.440Z Downloaded predicates-core v1.0.8
6942025-04-01T17:18:18.443Z Downloaded predicates v3.1.3
6952025-04-01T17:18:18.447Z Downloaded strum_macros v0.24.3
6962025-04-01T17:18:18.447Z Downloaded schemars_derive v0.8.22
6972025-04-01T17:18:18.450Z Downloaded daft-derive v0.1.2
6982025-04-01T17:18:18.454Z Downloaded phf_shared v0.10.0
6992025-04-01T17:18:18.457Z Downloaded nibble_vec v0.1.0
7002025-04-01T17:18:18.457Z Downloaded tokio-native-tls v0.3.1
7012025-04-01T17:18:18.459Z Downloaded scopeguard v1.2.0
7022025-04-01T17:18:18.462Z Downloaded socket2 v0.5.8
7032025-04-01T17:18:18.465Z Downloaded smallvec v0.6.14
7042025-04-01T17:18:18.465Z Downloaded termios v0.3.3
7052025-04-01T17:18:18.469Z Downloaded ref-cast v1.0.23
7062025-04-01T17:18:18.471Z Downloaded r2d2 v0.8.10
7072025-04-01T17:18:18.471Z Downloaded hickory-resolver v0.24.4
7082025-04-01T17:18:18.477Z Downloaded progenitor-client v0.9.1
7092025-04-01T17:18:18.481Z Downloaded hickory-server v0.24.4
7102025-04-01T17:18:18.485Z Downloaded nu-ansi-term v0.50.1
7112025-04-01T17:18:18.488Z Downloaded progenitor-client v0.8.0
7122025-04-01T17:18:18.492Z Downloaded progenitor v0.9.1
7132025-04-01T17:18:18.492Z Downloaded xattr v1.3.1
7142025-04-01T17:18:18.495Z Downloaded password-hash v0.5.0
7152025-04-01T17:18:18.498Z Downloaded group v0.13.0
7162025-04-01T17:18:18.498Z Downloaded fixedbitset v0.4.2
7172025-04-01T17:18:18.501Z Downloaded filetime v0.2.25
7182025-04-01T17:18:18.501Z Downloaded ff v0.13.0
7192025-04-01T17:18:18.505Z Downloaded minimal-lexical v0.2.1
7202025-04-01T17:18:18.509Z Downloaded parse-size v1.1.0
7212025-04-01T17:18:18.512Z Downloaded endian-type v0.1.2
7222025-04-01T17:18:18.512Z Downloaded want v0.3.1
7232025-04-01T17:18:18.515Z Downloaded waitgroup v0.1.2
7242025-04-01T17:18:18.515Z Downloaded parse-display-derive v0.10.0
7252025-04-01T17:18:18.515Z Downloaded futures v0.3.31
7262025-04-01T17:18:18.521Z Downloaded phf_shared v0.11.2
7272025-04-01T17:18:18.524Z Downloaded aes v0.8.4
7282025-04-01T17:18:18.527Z Downloaded foreign-types v0.3.2
7292025-04-01T17:18:18.531Z Downloaded whoami v1.5.2
7302025-04-01T17:18:18.531Z Downloaded strum_macros v0.25.3
7312025-04-01T17:18:18.534Z Downloaded num-conv v0.1.0
7322025-04-01T17:18:18.538Z Downloaded tracing-core v0.1.32
7332025-04-01T17:18:18.538Z Downloaded openssl-macros v0.1.1
7342025-04-01T17:18:18.541Z Downloaded openssl-probe v0.1.5
7352025-04-01T17:18:18.541Z Downloaded darling v0.20.10
7362025-04-01T17:18:18.545Z Downloaded daft v0.1.2
7372025-04-01T17:18:18.549Z Downloaded sec1 v0.7.3
7382025-04-01T17:18:18.552Z Downloaded unsafe-libyaml v0.2.11
7392025-04-01T17:18:18.555Z Downloaded utf8_iter v1.0.4
7402025-04-01T17:18:18.559Z Downloaded static_assertions v1.1.0
7412025-04-01T17:18:18.559Z Downloaded mio v1.0.2
7422025-04-01T17:18:18.565Z Downloaded serde_repr v0.1.19
7432025-04-01T17:18:18.568Z Downloaded elliptic-curve v0.13.8
7442025-04-01T17:18:18.572Z Downloaded xz2 v0.1.7
7452025-04-01T17:18:18.575Z Downloaded num-complex v0.4.6
7462025-04-01T17:18:18.578Z Downloaded foreign-types-shared v0.1.1
7472025-04-01T17:18:18.578Z Downloaded foreign-types-macros v0.2.3
7482025-04-01T17:18:18.582Z Downloaded which v4.4.2
7492025-04-01T17:18:18.582Z Downloaded unicode-properties v0.1.3
7502025-04-01T17:18:18.585Z Downloaded foldhash v0.1.3
7512025-04-01T17:18:18.588Z Downloaded ena v0.14.3
7522025-04-01T17:18:18.588Z Downloaded value-bag v1.9.0
7532025-04-01T17:18:18.591Z Downloaded tokio-tungstenite v0.23.1
7542025-04-01T17:18:18.594Z Downloaded serde_urlencoded v0.7.1
7552025-04-01T17:18:18.598Z Downloaded getrandom v0.3.1
7562025-04-01T17:18:18.601Z Downloaded phf_generator v0.11.2
7572025-04-01T17:18:18.604Z Downloaded serde_with_macros v3.12.0
7582025-04-01T17:18:18.604Z Downloaded russh v0.45.0
7592025-04-01T17:18:18.610Z Downloaded crossterm v0.28.1
7602025-04-01T17:18:18.618Z Downloaded secrecy v0.8.0
7612025-04-01T17:18:18.621Z Downloaded scrypt v0.11.0
7622025-04-01T17:18:18.624Z Downloaded serde_plain v1.0.2
7632025-04-01T17:18:18.624Z Downloaded serde_path_to_error v0.1.16
7642025-04-01T17:18:18.627Z Downloaded slog-bunyan v2.5.0
7652025-04-01T17:18:18.627Z Downloaded der v0.7.9
7662025-04-01T17:18:18.632Z Downloaded yoke v0.7.4
7672025-04-01T17:18:18.635Z Downloaded tls_codec_derive v0.4.1
7682025-04-01T17:18:18.639Z Downloaded darling_macro v0.20.10
7692025-04-01T17:18:18.639Z Downloaded zone_cfg_derive v0.3.0
7702025-04-01T17:18:18.642Z Downloaded zeroize_derive v1.4.2
7712025-04-01T17:18:18.642Z Downloaded zeroize v1.8.1
7722025-04-01T17:18:18.642Z Downloaded ghash v0.5.1
7732025-04-01T17:18:18.645Z Downloaded fixedbitset v0.5.7
7742025-04-01T17:18:18.648Z Downloaded flate2 v1.1.0
7752025-04-01T17:18:18.653Z Downloaded take_mut v0.2.2
7762025-04-01T17:18:18.656Z Downloaded futures-executor v0.3.31
7772025-04-01T17:18:18.656Z Downloaded phf_codegen v0.11.2
7782025-04-01T17:18:18.659Z Downloaded polyval v0.6.2
7792025-04-01T17:18:18.662Z Downloaded proc-macro-crate v1.3.1
7802025-04-01T17:18:18.662Z Downloaded oxnet v0.1.1
7812025-04-01T17:18:18.662Z Downloaded quick-error v1.2.3
7822025-04-01T17:18:18.665Z Downloaded slog-term v2.9.1
7832025-04-01T17:18:18.669Z Downloaded rustfmt-wrapper v0.2.1
7842025-04-01T17:18:18.669Z Downloaded typify v0.2.0
7852025-04-01T17:18:18.672Z Downloaded rcgen v0.12.1
7862025-04-01T17:18:18.675Z Downloaded rustc_version v0.4.1
7872025-04-01T17:18:18.678Z Downloaded serde_derive_internals v0.29.1
7882025-04-01T17:18:18.681Z Downloaded ref-cast-impl v1.0.23
7892025-04-01T17:18:18.681Z Downloaded sct v0.7.1
7902025-04-01T17:18:18.685Z Downloaded pretty-hex v0.2.1
7912025-04-01T17:18:18.688Z Downloaded time-core v0.1.2
7922025-04-01T17:18:18.688Z Downloaded itertools v0.13.0
7932025-04-01T17:18:18.695Z Downloaded funty v2.0.0
7942025-04-01T17:18:18.698Z Downloaded termcolor v1.4.1
7952025-04-01T17:18:18.698Z Downloaded hashbrown v0.13.2
7962025-04-01T17:18:18.703Z Downloaded sync_wrapper v1.0.1
7972025-04-01T17:18:18.707Z Downloaded derive_builder_macro v0.20.2
7982025-04-01T17:18:18.707Z Downloaded schemars v0.8.22
7992025-04-01T17:18:18.719Z Downloaded olpc-cjson v0.1.4
8002025-04-01T17:18:18.722Z Downloaded blake3 v1.5.4
8012025-04-01T17:18:18.729Z Downloaded foreign-types-shared v0.3.1
8022025-04-01T17:18:18.732Z Downloaded itertools v0.14.0
8032025-04-01T17:18:18.738Z Downloaded termtree v0.5.1
8042025-04-01T17:18:18.741Z Downloaded poly1305 v0.8.0
8052025-04-01T17:18:18.744Z Downloaded tower-layer v0.3.3
8062025-04-01T17:18:18.744Z Downloaded dyn-clone v1.0.19
8072025-04-01T17:18:18.748Z Downloaded downcast v0.11.0
8082025-04-01T17:18:18.751Z Downloaded pretty_assertions v1.4.1
8092025-04-01T17:18:18.751Z Downloaded fs_extra v1.3.0
8102025-04-01T17:18:18.754Z Downloaded uzers v0.12.1
8112025-04-01T17:18:18.757Z Downloaded getrandom v0.2.15
8122025-04-01T17:18:18.760Z Downloaded hashbrown v0.12.3
8132025-04-01T17:18:18.764Z Downloaded universal-hash v0.5.1
8142025-04-01T17:18:18.767Z Downloaded tower-service v0.3.3
8152025-04-01T17:18:18.767Z Downloaded primeorder v0.13.6
8162025-04-01T17:18:18.770Z Downloaded x509-cert v0.2.5
8172025-04-01T17:18:18.774Z Downloaded siphasher v0.3.11
8182025-04-01T17:18:18.777Z Downloaded packed_struct v0.10.1
8192025-04-01T17:18:18.777Z Downloaded nanorand v0.7.0
8202025-04-01T17:18:18.780Z Downloaded toolchain_find v0.4.0
8212025-04-01T17:18:18.783Z Downloaded aws-lc-rs v1.12.4
8222025-04-01T17:18:18.791Z Downloaded number_prefix v0.4.0
8232025-04-01T17:18:18.795Z Downloaded vte_generate_state_changes v0.1.2
8242025-04-01T17:18:18.795Z Downloaded percent-encoding v2.3.1
8252025-04-01T17:18:18.798Z Downloaded foreign-types v0.5.0
8262025-04-01T17:18:18.798Z Downloaded display-error-chain v0.2.2
8272025-04-01T17:18:18.798Z Downloaded num_threads v0.1.7
8282025-04-01T17:18:18.801Z Downloaded unicase v2.7.0
8292025-04-01T17:18:18.801Z Downloaded zone_cfg_derive v0.1.2
8302025-04-01T17:18:18.804Z Downloaded rustls-pemfile v1.0.4
8312025-04-01T17:18:18.804Z Downloaded tokio-postgres v0.7.13
8322025-04-01T17:18:18.810Z Downloaded displaydoc v0.2.5
8332025-04-01T17:18:18.813Z Downloaded unicode-xid v0.2.6
8342025-04-01T17:18:18.816Z Downloaded zopfli v0.8.1
8352025-04-01T17:18:18.819Z Downloaded futures-channel v0.3.31
8362025-04-01T17:18:18.822Z Downloaded icu_properties_data v1.5.0
8372025-04-01T17:18:18.831Z Downloaded progenitor v0.8.0
8382025-04-01T17:18:18.835Z Downloaded aho-corasick v1.1.3
8392025-04-01T17:18:18.839Z Downloaded precomputed-hash v0.1.1
8402025-04-01T17:18:18.842Z Downloaded synstructure v0.13.1
8412025-04-01T17:18:18.842Z Downloaded headers-core v0.3.0
8422025-04-01T17:18:18.842Z Downloaded twox-hash v2.1.0
8432025-04-01T17:18:18.845Z Downloaded p256 v0.13.2
8442025-04-01T17:18:18.849Z Downloaded topological-sort v0.2.2
8452025-04-01T17:18:18.852Z Downloaded num_enum_derive v0.5.11
8462025-04-01T17:18:18.852Z Downloaded password-hash v0.4.2
8472025-04-01T17:18:18.855Z Downloaded pem-rfc7468 v0.7.0
8482025-04-01T17:18:18.855Z Downloaded structmeta v0.3.0
8492025-04-01T17:18:18.859Z Downloaded zerovec-derive v0.10.3
8502025-04-01T17:18:18.859Z Downloaded peg v0.8.5
8512025-04-01T17:18:18.862Z Downloaded test-strategy v0.4.0
8522025-04-01T17:18:18.865Z Downloaded futures-core v0.3.31
8532025-04-01T17:18:18.869Z Downloaded hkdf v0.12.4
8542025-04-01T17:18:18.872Z Downloaded fragile v2.0.0
8552025-04-01T17:18:18.875Z Downloaded simd-adler32 v0.3.7
8562025-04-01T17:18:18.875Z Downloaded postgres-protocol v0.6.8
8572025-04-01T17:18:18.878Z Downloaded dropshot_endpoint v0.12.0
8582025-04-01T17:18:18.881Z Downloaded num-traits v0.2.19
8592025-04-01T17:18:18.884Z Downloaded tar v0.4.44
8602025-04-01T17:18:18.887Z Downloaded rayon v1.10.0
8612025-04-01T17:18:18.895Z Downloaded packed_struct_codegen v0.10.1
8622025-04-01T17:18:18.898Z Downloaded num_enum v0.5.11
8632025-04-01T17:18:18.902Z Downloaded powerfmt v0.2.0
8642025-04-01T17:18:18.911Z Downloaded heck v0.3.3
8652025-04-01T17:18:18.911Z Downloaded slog-async v2.8.0
8662025-04-01T17:18:18.911Z Downloaded num-bigint-dig v0.8.4
8672025-04-01T17:18:18.915Z Downloaded string_cache v0.8.7
8682025-04-01T17:18:18.915Z Downloaded glob v0.3.2
8692025-04-01T17:18:18.918Z Downloaded proptest v1.6.0
8702025-04-01T17:18:18.925Z Downloaded subprocess v0.2.9
8712025-04-01T17:18:18.928Z Downloaded des v0.8.1
8722025-04-01T17:18:18.931Z Downloaded postgres-types v0.2.9
8732025-04-01T17:18:18.935Z Downloaded bitvec v1.0.1
8742025-04-01T17:18:18.950Z Downloaded derive_builder_core v0.20.2
8752025-04-01T17:18:18.954Z Downloaded bindgen v0.69.5
8762025-04-01T17:18:18.959Z Downloaded progenitor-impl v0.8.0
8772025-04-01T17:18:18.962Z Downloaded lalrpop v0.19.12
8782025-04-01T17:18:18.974Z Downloaded half v2.4.1
8792025-04-01T17:18:18.977Z Downloaded winnow v0.5.40
8802025-04-01T17:18:18.986Z Downloaded uuid v1.15.1
8812025-04-01T17:18:18.989Z Downloaded zerovec v0.10.4
8822025-04-01T17:18:18.995Z Downloaded derive-where v1.2.7
8832025-04-01T17:18:18.998Z Downloaded slog v2.7.0
8842025-04-01T17:18:19.002Z Downloaded heapless v0.7.17
8852025-04-01T17:18:19.006Z Downloaded salty v0.3.0
8862025-04-01T17:18:19.014Z Downloaded serde_with v3.12.0
8872025-04-01T17:18:19.024Z Downloaded diesel_derives v2.2.3
8882025-04-01T17:18:19.027Z Downloaded quinn-proto v0.11.8
8892025-04-01T17:18:19.034Z Downloaded rustls-webpki v0.101.7
8902025-04-01T17:18:19.050Z Downloaded heapless v0.8.0
8912025-04-01T17:18:19.053Z Downloaded zerocopy v0.8.10
8922025-04-01T17:18:19.078Z Downloaded tower v0.5.2
8932025-04-01T17:18:19.087Z Downloaded p521 v0.13.3
8942025-04-01T17:18:19.091Z Downloaded futures-util v0.3.31
8952025-04-01T17:18:19.105Z Downloaded typed-path v0.9.3
8962025-04-01T17:18:19.110Z Downloaded time v0.3.36
8972025-04-01T17:18:19.118Z Downloaded steno v0.4.1
8982025-04-01T17:18:19.122Z Downloaded unicode-segmentation v1.12.0
8992025-04-01T17:18:19.125Z Downloaded chrono v0.4.40
9002025-04-01T17:18:19.133Z Downloaded derive_more v0.99.19
9012025-04-01T17:18:19.139Z Downloaded rustls-webpki v0.102.8
9022025-04-01T17:18:19.159Z Downloaded radix_trie v0.2.1
9032025-04-01T17:18:19.164Z Downloaded unicode-bidi v0.3.17
9042025-04-01T17:18:19.167Z Downloaded petname v2.0.2
9052025-04-01T17:18:19.173Z Downloaded prettyplease v0.2.30
9062025-04-01T17:18:19.177Z Downloaded h2 v0.4.6
9072025-04-01T17:18:19.184Z Downloaded vcpkg v0.2.15
9082025-04-01T17:18:19.223Z Downloaded tough v0.20.0
9092025-04-01T17:18:19.232Z Downloaded rustls v0.22.4
9102025-04-01T17:18:19.246Z Downloaded tokio-util v0.7.13
9112025-04-01T17:18:19.253Z Downloaded nix v0.28.0
9122025-04-01T17:18:19.265Z Downloaded similar v2.7.0
9132025-04-01T17:18:19.270Z Downloaded hickory-proto v0.24.4
9142025-04-01T17:18:19.288Z Downloaded reqwest v0.12.12
9152025-04-01T17:18:19.297Z Downloaded rustls v0.21.12
9162025-04-01T17:18:19.309Z Downloaded object v0.30.4
9172025-04-01T17:18:19.320Z Downloaded polar-core v0.27.3
9182025-04-01T17:18:19.329Z Downloaded webpki-roots v0.26.6
9192025-04-01T17:18:19.335Z Downloaded nix v0.29.0
9202025-04-01T17:18:19.345Z Downloaded object v0.36.5
9212025-04-01T17:18:19.357Z Downloaded tabled v0.18.0
9222025-04-01T17:18:19.375Z Downloaded git2 v0.19.0
9232025-04-01T17:18:19.383Z Downloaded regress v0.10.3
9242025-04-01T17:18:19.392Z Downloaded regex v1.11.1
9252025-04-01T17:18:19.407Z Downloaded smoltcp v0.11.0
9262025-04-01T17:18:19.420Z Downloaded regex-syntax v0.8.5
9272025-04-01T17:18:19.428Z Downloaded unicode-width v0.2.0
9282025-04-01T17:18:19.435Z Downloaded dropshot v0.16.0
9292025-04-01T17:18:19.459Z Downloaded curve25519-dalek v4.1.3
9302025-04-01T17:18:19.467Z Downloaded rustls v0.23.19
9312025-04-01T17:18:19.479Z Downloaded openapiv3 v2.0.0
9322025-04-01T17:18:19.493Z Downloaded openssl v0.10.71
9332025-04-01T17:18:19.502Z Downloaded diesel v2.2.8
9342025-04-01T17:18:19.522Z Downloaded typify-impl v0.3.0
9352025-04-01T17:18:19.538Z Downloaded typify-impl v0.2.0
9362025-04-01T17:18:19.553Z Downloaded ratatui v0.29.0
9372025-04-01T17:18:19.574Z Downloaded regex-automata v0.4.8
9382025-04-01T17:18:19.592Z Downloaded zerocopy-derive v0.6.6
9392025-04-01T17:18:19.602Z Downloaded lzma-sys v0.1.20
9402025-04-01T17:18:19.631Z Downloaded sled v0.34.7
9412025-04-01T17:18:19.641Z Downloaded bzip2-sys v0.1.11+1.0.8
9422025-04-01T17:18:19.654Z Downloaded bstr v1.10.0
9432025-04-01T17:18:19.666Z Downloaded regex-syntax v0.6.29
9442025-04-01T17:18:19.672Z Downloaded gimli v0.31.1
9452025-04-01T17:18:19.680Z Downloaded petgraph v0.6.5
9462025-04-01T17:18:19.698Z Downloaded petgraph v0.7.1
9472025-04-01T17:18:19.716Z Downloaded libz-sys v1.1.20
9482025-04-01T17:18:19.736Z Downloaded dropshot v0.12.0
9492025-04-01T17:18:19.756Z Downloaded tokio v1.43.0
9502025-04-01T17:18:19.793Z Downloaded smoltcp v0.9.1
9512025-04-01T17:18:19.803Z Downloaded nix v0.27.1
9522025-04-01T17:18:19.814Z Downloaded chrono-tz v0.10.1
9532025-04-01T17:18:19.821Z Downloaded p384 v0.13.0
9542025-04-01T17:18:19.828Z Downloaded reedline v0.38.0
9552025-04-01T17:18:19.835Z Downloaded portable-atomic v1.9.0
9562025-04-01T17:18:19.842Z Downloaded csv v1.3.1
9572025-04-01T17:18:19.862Z Downloaded winnow v0.6.20
9582025-04-01T17:18:19.871Z Downloaded sha3 v0.10.8
9592025-04-01T17:18:19.875Z Downloaded bindgen v0.71.1
9602025-04-01T17:18:19.882Z Downloaded globset v0.4.15
9612025-04-01T17:18:19.887Z Downloaded parking_lot_core v0.9.10
9622025-04-01T17:18:19.890Z Downloaded darling_core v0.20.10
9632025-04-01T17:18:19.893Z Downloaded unicode-normalization v0.1.24
9642025-04-01T17:18:19.896Z Downloaded signal-hook-registry v1.4.2
9652025-04-01T17:18:19.896Z Downloaded defmt v0.3.8
9662025-04-01T17:18:19.901Z Downloaded ron v0.8.1
9672025-04-01T17:18:19.904Z Downloaded peg-macros v0.8.5
9682025-04-01T17:18:19.907Z Downloaded typify v0.3.0
9692025-04-01T17:18:19.910Z Downloaded toml_edit v0.19.15
9702025-04-01T17:18:19.926Z Downloaded publicsuffix v2.3.0
9712025-04-01T17:18:19.929Z Downloaded unicode-truncate v1.1.0
9722025-04-01T17:18:19.932Z Downloaded rustls-pemfile v2.2.0
9732025-04-01T17:18:19.932Z Downloaded ron v0.7.1
9742025-04-01T17:18:19.936Z Downloaded quick-xml v0.37.2
9752025-04-01T17:18:19.942Z Downloaded term v0.7.0
9762025-04-01T17:18:19.945Z Downloaded unicode_categories v0.1.1
9772025-04-01T17:18:19.949Z Downloaded parse-zoneinfo v0.3.1
9782025-04-01T17:18:19.954Z Downloaded signal-hook-mio v0.2.4
9792025-04-01T17:18:19.954Z Downloaded ppv-lite86 v0.2.20
9802025-04-01T17:18:19.954Z Downloaded omicron-zone-package v0.12.0
9812025-04-01T17:18:19.957Z Downloaded quinn v0.11.5
9822025-04-01T17:18:19.961Z Downloaded qorb v0.2.1
9832025-04-01T17:18:19.964Z Downloaded openssl-sys v0.9.106
9842025-04-01T17:18:19.967Z Downloaded ring v0.17.11
9852025-04-01T17:18:20.009Z Downloaded nom v7.1.3
9862025-04-01T17:18:20.014Z Downloaded yansi v1.0.1
9872025-04-01T17:18:20.017Z Downloaded sqlparser v0.45.0
9882025-04-01T17:18:20.021Z Downloaded expectorate v1.1.0
9892025-04-01T17:18:20.025Z Downloaded rfc6979 v0.4.0
9902025-04-01T17:18:20.025Z Downloaded resolv-conf v0.7.0
9912025-04-01T17:18:20.028Z Downloaded form_urlencoded v1.2.1
9922025-04-01T17:18:20.028Z Downloaded rustc-demangle v0.1.24
9932025-04-01T17:18:20.031Z Downloaded serde_yaml v0.9.34+deprecated
9942025-04-01T17:18:20.034Z Downloaded snafu v0.8.5
9952025-04-01T17:18:20.037Z Downloaded strum v0.26.3
9962025-04-01T17:18:20.041Z Downloaded slab v0.4.9
9972025-04-01T17:18:20.041Z Downloaded num-bigint v0.4.6
9982025-04-01T17:18:20.044Z Downloaded encoding_rs v0.8.34
9992025-04-01T17:18:20.065Z Downloaded rustyline v14.0.0
10002025-04-01T17:18:20.071Z Downloaded fatfs v0.3.6
10012025-04-01T17:18:20.075Z Downloaded zone v0.1.8
10022025-04-01T17:18:20.075Z Downloaded tls_codec v0.4.1
10032025-04-01T17:18:20.078Z Downloaded structmeta-derive v0.3.0
10042025-04-01T17:18:20.078Z Downloaded rpassword v7.3.1
10052025-04-01T17:18:20.078Z Downloaded libm v0.2.8
10062025-04-01T17:18:20.085Z Downloaded libgit2-sys v0.17.0+1.8.1
10072025-04-01T17:18:20.141Z Downloaded diesel_table_macro_syntax v0.2.0
10082025-04-01T17:18:20.145Z Downloaded signal-hook v0.3.17
10092025-04-01T17:18:20.145Z Downloaded postcard v1.0.10
10102025-04-01T17:18:20.148Z Downloaded owo-colors v4.2.0
10112025-04-01T17:18:20.152Z Downloaded toml v0.7.8
10122025-04-01T17:18:20.155Z Downloaded ssh-key v0.6.6
10132025-04-01T17:18:20.159Z Downloaded itertools v0.12.1
10142025-04-01T17:18:20.165Z Downloaded tabwriter v1.4.0
10152025-04-01T17:18:20.169Z Downloaded tabled_derive v0.10.0
10162025-04-01T17:18:20.169Z Downloaded rustc_version v0.1.7
10172025-04-01T17:18:20.169Z Downloaded rustc-hash v1.1.0
10182025-04-01T17:18:20.172Z Downloaded ed25519-dalek v2.1.1
10192025-04-01T17:18:20.175Z Downloaded tap v1.0.1
10202025-04-01T17:18:20.175Z Downloaded tungstenite v0.21.0
10212025-04-01T17:18:20.178Z Downloaded zip v2.1.3
10222025-04-01T17:18:20.181Z Downloaded opaque-debug v0.3.1
10232025-04-01T17:18:20.184Z Downloaded phf v0.11.2
10242025-04-01T17:18:20.184Z Downloaded url v2.5.3
10252025-04-01T17:18:20.189Z Downloaded zerofrom-derive v0.1.4
10262025-04-01T17:18:20.189Z Downloaded wait-timeout v0.2.0
10272025-04-01T17:18:20.193Z Downloaded psl-types v2.0.11
10282025-04-01T17:18:20.193Z Downloaded env_logger v0.11.5
10292025-04-01T17:18:20.193Z Downloaded yasna v0.5.2
10302025-04-01T17:18:20.196Z Downloaded walkdir v2.5.0
10312025-04-01T17:18:20.196Z Downloaded samael v0.0.18
10322025-04-01T17:18:20.200Z Downloaded rand v0.9.0
10332025-04-01T17:18:20.203Z Downloaded libxml v0.3.3
10342025-04-01T17:18:20.209Z Downloaded aes-gcm v0.10.3
10352025-04-01T17:18:20.212Z Downloaded diff v0.1.13
10362025-04-01T17:18:20.216Z Downloaded tracing v0.1.40
10372025-04-01T17:18:20.220Z Downloaded flagset v0.4.6
10382025-04-01T17:18:20.223Z Downloaded fallible-iterator v0.2.0
10392025-04-01T17:18:20.223Z Downloaded itertools v0.10.5
10402025-04-01T17:18:20.228Z Downloaded pkg-config v0.3.31
10412025-04-01T17:18:20.232Z Downloaded native-tls v0.2.12
10422025-04-01T17:18:20.235Z Downloaded rustls-pki-types v1.10.0
10432025-04-01T17:18:20.235Z Downloaded progenitor-impl v0.9.1
10442025-04-01T17:18:20.238Z Downloaded rand v0.8.5
10452025-04-01T17:18:20.241Z Downloaded stable_deref_trait v1.2.0
10462025-04-01T17:18:20.241Z Downloaded zip v0.6.6
10472025-04-01T17:18:20.245Z Downloaded rustc-hash v2.1.1
10482025-04-01T17:18:20.248Z Downloaded fd-lock v4.0.2
10492025-04-01T17:18:20.248Z Downloaded cc v1.2.15
10502025-04-01T17:18:20.252Z Downloaded spin v0.9.8
10512025-04-01T17:18:20.255Z Downloaded http v1.2.0
10522025-04-01T17:18:20.258Z Downloaded strum_macros v0.26.4
10532025-04-01T17:18:20.261Z Downloaded smf v0.2.3
10542025-04-01T17:18:20.261Z Downloaded smallvec v1.14.0
10552025-04-01T17:18:20.265Z Downloaded rayon-core v1.12.1
10562025-04-01T17:18:20.268Z Downloaded pin-project v1.1.6
10572025-04-01T17:18:20.276Z Downloaded flume v0.11.1
10582025-04-01T17:18:20.279Z Downloaded num-rational v0.4.2
10592025-04-01T17:18:20.282Z Downloaded dirs-sys-next v0.1.2
10602025-04-01T17:18:20.282Z Downloaded zerocopy-derive v0.8.10
10612025-04-01T17:18:20.287Z Downloaded defmt-macros v0.3.9
10622025-04-01T17:18:20.291Z Downloaded idna v1.0.3
10632025-04-01T17:18:20.294Z Downloaded dirs-next v2.0.0
10642025-04-01T17:18:20.297Z Downloaded difflib v0.4.0
10652025-04-01T17:18:20.297Z Downloaded curve25519-dalek-derive v0.1.1
10662025-04-01T17:18:20.297Z Downloaded zone v0.3.0
10672025-04-01T17:18:20.300Z Downloaded tungstenite v0.23.0
10682025-04-01T17:18:20.303Z Downloaded quinn-udp v0.5.5
10692025-04-01T17:18:20.303Z Downloaded ecdsa v0.16.9
10702025-04-01T17:18:20.306Z Downloaded der_derive v0.7.3
10712025-04-01T17:18:20.306Z Downloaded pkcs5 v0.7.1
10722025-04-01T17:18:20.310Z Downloaded parking_lot v0.12.3
10732025-04-01T17:18:20.313Z Downloaded parking_lot v0.11.2
10742025-04-01T17:18:20.316Z Downloaded rsa v0.9.6
10752025-04-01T17:18:20.319Z Downloaded tinyvec v1.8.0
10762025-04-01T17:18:20.322Z Downloaded time-macros v0.2.18
10772025-04-01T17:18:20.323Z Downloaded slog-dtrace v0.3.0
10782025-04-01T17:18:20.327Z Downloaded papergrid v0.14.0
10792025-04-01T17:18:20.330Z Downloaded oso v0.27.3
10802025-04-01T17:18:20.333Z Downloaded pkcs1 v0.7.5
10812025-04-01T17:18:20.333Z Downloaded pin-project-lite v0.2.14
10822025-04-01T17:18:20.337Z Downloaded pin-project-internal v1.1.6
10832025-04-01T17:18:20.340Z Downloaded dropshot_endpoint v0.16.0
10842025-04-01T17:18:20.343Z Downloaded either v1.14.0
10852025-04-01T17:18:20.343Z Downloaded pkcs8 v0.10.2
10862025-04-01T17:18:20.346Z Downloaded derive_builder v0.20.2
10872025-04-01T17:18:20.350Z Downloaded zerocopy v0.6.6
10882025-04-01T17:18:20.353Z Downloaded vte v0.11.1
10892025-04-01T17:18:20.356Z Downloaded vsss-rs v3.3.4
10902025-04-01T17:18:20.356Z Downloaded miniz_oxide v0.8.5
10912025-04-01T17:18:20.359Z Downloaded crossbeam-channel v0.5.13
10922025-04-01T17:18:20.362Z Downloaded slog-envlogger v2.2.0
10932025-04-01T17:18:20.365Z Downloaded num-integer v0.1.46
10942025-04-01T17:18:20.365Z Downloaded tokio-rustls v0.26.0
10952025-04-01T17:18:20.368Z Downloaded rustversion v1.0.17
10962025-04-01T17:18:20.371Z Downloaded spki v0.7.3
10972025-04-01T17:18:20.371Z Downloaded shlex v1.3.0
10982025-04-01T17:18:20.374Z Downloaded sha1 v0.10.6
10992025-04-01T17:18:20.375Z Downloaded progenitor-macro v0.9.1
11002025-04-01T17:18:20.375Z Downloaded progenitor-macro v0.8.0
11012025-04-01T17:18:20.378Z Downloaded pin-utils v0.1.0
11022025-04-01T17:18:20.378Z Downloaded const_format v0.2.34
11032025-04-01T17:18:20.381Z Downloaded compact_str v0.8.0
11042025-04-01T17:18:20.384Z Downloaded mockall_derive v0.13.1
11052025-04-01T17:18:20.387Z Downloaded base64 v0.13.1
11062025-04-01T17:18:20.390Z Downloaded bumpalo v3.16.0
11072025-04-01T17:18:20.393Z Downloaded base64 v0.22.1
11082025-04-01T17:18:20.396Z Downloaded allocator-api2 v0.2.18
11092025-04-01T17:18:20.400Z Downloaded tokio-stream v0.1.17
11102025-04-01T17:18:20.403Z Downloaded tokio-rustls v0.25.0
11112025-04-01T17:18:20.403Z Downloaded hash32 v0.2.1
11122025-04-01T17:18:20.406Z Downloaded hickory-client v0.24.4
11132025-04-01T17:18:20.409Z Downloaded icu_provider v1.5.0
11142025-04-01T17:18:20.409Z Downloaded hmac v0.12.1
11152025-04-01T17:18:20.413Z Downloaded dsl_auto_type v0.1.2
11162025-04-01T17:18:20.413Z Downloaded data-encoding v2.6.0
11172025-04-01T17:18:20.416Z Downloaded subtle v2.6.1
11182025-04-01T17:18:20.416Z Downloaded highway v1.3.0
11192025-04-01T17:18:20.416Z Downloaded futures-task v0.3.31
11202025-04-01T17:18:20.419Z Downloaded futures-sink v0.3.31
11212025-04-01T17:18:20.419Z Downloaded futures-macro v0.3.31
11222025-04-01T17:18:20.420Z Downloaded futures-io v0.3.31
11232025-04-01T17:18:20.420Z Downloaded env_filter v0.1.2
11242025-04-01T17:18:20.423Z Downloaded enum-as-inner v0.6.1
11252025-04-01T17:18:20.423Z Downloaded lru v0.12.5
11262025-04-01T17:18:20.423Z Downloaded lock_api v0.4.12
11272025-04-01T17:18:20.426Z Downloaded home v0.5.9
11282025-04-01T17:18:20.427Z Downloaded signature v2.2.0
11292025-04-01T17:18:20.427Z Downloaded signal-hook-tokio v0.3.1
11302025-04-01T17:18:20.430Z Downloaded shell-words v1.1.0
11312025-04-01T17:18:20.430Z Downloaded serde-hex v0.1.0
11322025-04-01T17:18:20.430Z Downloaded scheduled-thread-pool v0.2.7
11332025-04-01T17:18:20.433Z Downloaded icu_locid_transform_data v1.5.0
11342025-04-01T17:18:20.433Z Downloaded typify-macro v0.3.0
11352025-04-01T17:18:20.433Z Downloaded typify-macro v0.2.0
11362025-04-01T17:18:20.436Z Downloaded lazycell v1.3.0
11372025-04-01T17:18:20.436Z Downloaded thiserror-impl-no-std v2.0.2
11382025-04-01T17:18:20.436Z Downloaded supports-color v3.0.2
11392025-04-01T17:18:20.439Z Downloaded hostname v0.3.1
11402025-04-01T17:18:20.439Z Downloaded maybe-uninit v2.0.0
11412025-04-01T17:18:20.440Z Downloaded managed v0.8.0
11422025-04-01T17:18:20.443Z Downloaded http-body v1.0.1
11432025-04-01T17:18:20.443Z Downloaded crossbeam-epoch v0.9.18
11442025-04-01T17:18:20.446Z Downloaded cookie v0.18.1
11452025-04-01T17:18:20.446Z Downloaded backtrace v0.3.74
11462025-04-01T17:18:20.450Z Downloaded yoke-derive v0.7.4
11472025-04-01T17:18:20.453Z Downloaded untrusted v0.9.0
11482025-04-01T17:18:20.453Z Downloaded slog-json v2.6.1
11492025-04-01T17:18:20.456Z Downloaded proc-macro-error2 v2.0.1
11502025-04-01T17:18:20.460Z Downloaded crc32fast v1.4.2
11512025-04-01T17:18:20.460Z Downloaded clang-sys v1.8.1
11522025-04-01T17:18:20.464Z Downloaded cancel-safe-futures v0.1.5
11532025-04-01T17:18:20.464Z Downloaded async-trait v0.1.88
11542025-04-01T17:18:20.467Z Downloaded ahash v0.8.11
11552025-04-01T17:18:20.470Z Downloaded http-body-util v0.1.2
11562025-04-01T17:18:20.473Z Downloaded bitfield v0.14.0
11572025-04-01T17:18:20.473Z Downloaded lru-cache v0.1.2
11582025-04-01T17:18:20.473Z Downloaded lockfree-object-pool v0.1.6
11592025-04-01T17:18:20.477Z Downloaded linear-map v1.2.0
11602025-04-01T17:18:20.477Z Downloaded libsw v3.4.0
11612025-04-01T17:18:20.480Z Downloaded instability v0.3.2
11622025-04-01T17:18:20.480Z Downloaded inout v0.1.3
11632025-04-01T17:18:20.480Z Downloaded impl-trait-for-tuples v0.2.2
11642025-04-01T17:18:20.483Z Downloaded idna_adapter v1.2.0
11652025-04-01T17:18:20.483Z Downloaded match_cfg v0.1.0
11662025-04-01T17:18:20.483Z Downloaded blake2 v0.10.6
11672025-04-01T17:18:20.486Z Downloaded icu_properties v1.5.1
11682025-04-01T17:18:20.491Z Downloaded bit-set v0.8.0
11692025-04-01T17:18:20.491Z Downloaded backoff v0.4.0
11702025-04-01T17:18:20.495Z Downloaded is_ci v1.2.0
11712025-04-01T17:18:20.495Z Downloaded indent_write v2.2.0
11722025-04-01T17:18:20.495Z Downloaded icu_provider_macros v1.5.0
11732025-04-01T17:18:20.495Z Downloaded ident_case v1.0.1
11742025-04-01T17:18:20.495Z Downloaded icu_normalizer_data v1.5.0
11752025-04-01T17:18:20.498Z Downloaded icu_normalizer v1.5.0
11762025-04-01T17:18:20.502Z Downloaded cargo_metadata v0.18.1
11772025-04-01T17:18:20.502Z Downloaded argon2 v0.5.3
11782025-04-01T17:18:20.505Z Downloaded icu_locid_transform v1.5.0
11792025-04-01T17:18:20.508Z Downloaded icu_locid v1.5.0
11802025-04-01T17:18:20.512Z Downloaded async-bb8-diesel v0.2.1
11812025-04-01T17:18:20.515Z Downloaded indexmap v1.9.3
11822025-04-01T17:18:20.518Z Downloaded icu_collections v1.5.0
11832025-04-01T17:18:20.522Z Downloaded crc-catalog v2.4.0
11842025-04-01T17:18:20.525Z Downloaded constant_time_eq v0.3.1
11852025-04-01T17:18:20.525Z Downloaded cmake v0.1.51
11862025-04-01T17:18:20.528Z Downloaded cipher v0.4.4
11872025-04-01T17:18:20.528Z Downloaded crossbeam-deque v0.8.5
11882025-04-01T17:18:20.528Z Downloaded cobs v0.2.3
11892025-04-01T17:18:20.531Z Downloaded bcrypt-pbkdf v0.10.0
11902025-04-01T17:18:20.531Z Downloaded buf-list v1.0.3
11912025-04-01T17:18:20.534Z Downloaded castaway v0.2.3
11922025-04-01T17:18:20.535Z Downloaded array-init v0.0.4
11932025-04-01T17:18:20.535Z Downloaded hostname v0.4.0
11942025-04-01T17:18:20.538Z Downloaded http-range v0.1.5
11952025-04-01T17:18:20.538Z Downloaded hex-literal v0.4.1
11962025-04-01T17:18:20.538Z Downloaded async-recursion v1.1.1
11972025-04-01T17:18:20.766Z Downloaded aws-lc-sys v0.26.0
11982025-04-01T17:18:21.124Z Compiling serde v1.0.219
11992025-04-01T17:18:21.127Z Compiling value-bag v1.9.0
12002025-04-01T17:18:21.127Z Compiling lock_api v0.4.12
12012025-04-01T17:18:21.127Z Compiling scopeguard v1.2.0
12022025-04-01T17:18:21.128Z Compiling typenum v1.17.0
12032025-04-01T17:18:21.128Z Compiling generic-array v0.14.7
12042025-04-01T17:18:21.320Z Compiling syn v2.0.98
12052025-04-01T17:18:21.334Z Compiling getrandom v0.2.15
12062025-04-01T17:18:21.470Z Compiling shlex v1.3.0
12072025-04-01T17:18:21.666Z Compiling rand_core v0.6.4
12082025-04-01T17:18:21.758Z Compiling log v0.4.22
12092025-04-01T17:18:21.819Z Compiling jobserver v0.1.32
12102025-04-01T17:18:21.847Z Compiling subtle v2.6.1
12112025-04-01T17:18:21.874Z Compiling smallvec v1.14.0
12122025-04-01T17:18:22.217Z Compiling const-oid v0.9.6
12132025-04-01T17:18:22.221Z Compiling rustix v0.38.37
12142025-04-01T17:18:22.221Z Compiling pin-project-lite v0.2.14
12152025-04-01T17:18:22.339Z Compiling cc v1.2.15
12162025-04-01T17:18:22.391Z Compiling parking_lot_core v0.9.10
12172025-04-01T17:18:22.583Z Compiling signal-hook-registry v1.4.2
12182025-04-01T17:18:22.659Z Compiling stable_deref_trait v1.2.0
12192025-04-01T17:18:22.774Z Compiling mio v1.0.2
12202025-04-01T17:18:23.103Z Compiling spin v0.9.8
12212025-04-01T17:18:23.306Z Compiling parking_lot v0.12.3
12222025-04-01T17:18:23.415Z Compiling futures-core v0.3.31
12232025-04-01T17:18:23.516Z Compiling aho-corasick v1.1.3
12242025-04-01T17:18:23.689Z Compiling cpufeatures v0.2.14
12252025-04-01T17:18:23.800Z Compiling regex-syntax v0.8.5
12262025-04-01T17:18:23.819Z Compiling serde_json v1.0.140
12272025-04-01T17:18:23.871Z Compiling libm v0.2.8
12282025-04-01T17:18:24.125Z Compiling either v1.14.0
12292025-04-01T17:18:24.180Z Compiling socket2 v0.5.8
12302025-04-01T17:18:24.244Z Compiling num-traits v0.2.19
12312025-04-01T17:18:24.287Z Compiling futures-sink v0.3.31
12322025-04-01T17:18:24.468Z Compiling glob v0.3.2
12332025-04-01T17:18:24.531Z Compiling pkg-config v0.3.31
12342025-04-01T17:18:25.125Z Compiling slab v0.4.9
12352025-04-01T17:18:25.285Z Compiling clang-sys v1.8.1
12362025-04-01T17:18:25.458Z Compiling prettyplease v0.2.30
12372025-04-01T17:18:25.806Z Compiling getrandom v0.3.1
12382025-04-01T17:18:26.181Z Compiling lazy_static v1.5.0
12392025-04-01T17:18:26.207Z Compiling foldhash v0.1.3
12402025-04-01T17:18:26.323Z Compiling allocator-api2 v0.2.18
12412025-04-01T17:18:26.410Z Compiling minimal-lexical v0.2.1
12422025-04-01T17:18:26.822Z Compiling nom v7.1.3
12432025-04-01T17:18:26.925Z Compiling libloading v0.8.5
12442025-04-01T17:18:26.966Z Compiling home v0.5.9
12452025-04-01T17:18:27.101Z Compiling hashbrown v0.15.1
12462025-04-01T17:18:27.185Z Compiling base64ct v1.6.0
12472025-04-01T17:18:27.299Z Compiling bindgen v0.69.5
12482025-04-01T17:18:27.611Z Compiling regex-automata v0.4.8
12492025-04-01T17:18:27.768Z Compiling pem-rfc7468 v0.7.0
12502025-04-01T17:18:28.151Z Compiling itertools v0.12.1
12512025-04-01T17:18:28.314Z Compiling futures-channel v0.3.31
12522025-04-01T17:18:28.407Z Compiling flagset v0.4.6
12532025-04-01T17:18:28.644Z Compiling pin-utils v0.1.0
12542025-04-01T17:18:28.707Z Compiling synstructure v0.13.1
12552025-04-01T17:18:29.847Z Compiling writeable v0.5.5
12562025-04-01T17:18:30.078Z Compiling cexpr v0.6.0
12572025-04-01T17:18:30.194Z Compiling litemap v0.7.3
12582025-04-01T17:18:30.383Z Compiling rustc-hash v1.1.0
12592025-04-01T17:18:30.555Z Compiling futures-task v0.3.31
12602025-04-01T17:18:30.573Z Compiling futures-io v0.3.31
12612025-04-01T17:18:30.848Z Compiling lazycell v1.3.0
12622025-04-01T17:18:30.868Z Compiling cmake v0.1.51
12632025-04-01T17:18:31.055Z Compiling fs_extra v1.3.0
12642025-04-01T17:18:31.076Z Compiling dunce v1.0.5
12652025-04-01T17:18:31.217Z Compiling paste v1.0.15
12662025-04-01T17:18:31.622Z Compiling icu_locid_transform_data v1.5.0
12672025-04-01T17:18:31.657Z Compiling vcpkg v0.2.15
12682025-04-01T17:18:31.694Z Compiling crossbeam-utils v0.8.20
12692025-04-01T17:18:31.697Z Compiling icu_properties_data v1.5.0
12702025-04-01T17:18:31.734Z Compiling ring v0.17.11
12712025-04-01T17:18:31.974Z Compiling tracing-core v0.1.32
12722025-04-01T17:18:32.260Z Compiling percent-encoding v2.3.1
12732025-04-01T17:18:32.588Z Compiling regex v1.11.1
12742025-04-01T17:18:32.796Z Compiling write16 v1.0.0
12752025-04-01T17:18:32.936Z Compiling utf8_iter v1.0.4
12762025-04-01T17:18:32.939Z Compiling icu_normalizer_data v1.5.0
12772025-04-01T17:18:33.075Z Compiling iana-time-zone v0.1.61
12782025-04-01T17:18:33.189Z Compiling zerocopy v0.8.10
12792025-04-01T17:18:33.209Z Compiling utf16_iter v1.0.5
12802025-04-01T17:18:33.320Z Compiling openssl-sys v0.9.106
12812025-04-01T17:18:33.426Z Compiling aws-lc-rs v1.12.4
12822025-04-01T17:18:33.860Z Compiling httparse v1.9.5
12832025-04-01T17:18:33.918Z Compiling serde_derive v1.0.219
12842025-04-01T17:18:33.970Z Compiling zeroize_derive v1.4.2
12852025-04-01T17:18:34.328Z Compiling zerocopy-derive v0.7.35
12862025-04-01T17:18:34.494Z Compiling zerofrom-derive v0.1.4
12872025-04-01T17:18:34.584Z Compiling yoke-derive v0.7.4
12882025-04-01T17:18:35.306Z Compiling zeroize v1.8.1
12892025-04-01T17:18:36.181Z Compiling tokio-macros v2.5.0
12902025-04-01T17:18:36.232Z Compiling zerocopy v0.7.35
12912025-04-01T17:18:37.039Z Compiling crypto-common v0.1.6
12922025-04-01T17:18:37.192Z Compiling block-buffer v0.10.4
12932025-04-01T17:18:37.300Z Compiling block-padding v0.3.3
12942025-04-01T17:18:37.475Z Compiling digest v0.10.7
12952025-04-01T17:18:37.554Z Compiling zerovec-derive v0.10.3
12962025-04-01T17:18:37.643Z Compiling displaydoc v0.2.5
12972025-04-01T17:18:37.663Z Compiling inout v0.1.3
12982025-04-01T17:18:37.826Z Compiling zerofrom v0.1.4
12992025-04-01T17:18:37.913Z Compiling hmac v0.12.1
13002025-04-01T17:18:37.935Z Compiling cipher v0.4.4
13012025-04-01T17:18:38.041Z Compiling yoke v0.7.4
13022025-04-01T17:18:38.170Z Compiling sha2 v0.10.8
13032025-04-01T17:18:38.228Z Compiling thiserror-impl v1.0.69
13042025-04-01T17:18:38.410Z Compiling futures-macro v0.3.31
13052025-04-01T17:18:38.431Z Compiling der_derive v0.7.3
13062025-04-01T17:18:39.077Z Compiling icu_provider_macros v1.5.0
13072025-04-01T17:18:39.108Z Compiling salsa20 v0.10.2
13082025-04-01T17:18:39.342Z Compiling pbkdf2 v0.12.2
13092025-04-01T17:18:39.535Z Compiling ppv-lite86 v0.2.20
13102025-04-01T17:18:39.928Z Compiling zerovec v0.10.4
13112025-04-01T17:18:40.169Z Compiling scrypt v0.11.0
13122025-04-01T17:18:40.235Z Compiling futures-util v0.3.31
13132025-04-01T17:18:40.293Z Compiling cbc v0.1.2
13142025-04-01T17:18:40.547Z Compiling aes v0.8.4
13152025-04-01T17:18:40.616Z Compiling der v0.7.9
13162025-04-01T17:18:40.764Z Compiling tracing-attributes v0.1.27
13172025-04-01T17:18:41.187Z Compiling thiserror v1.0.69
13182025-04-01T17:18:41.332Z Compiling pest v2.7.14
13192025-04-01T17:18:41.736Z Compiling tinystr v0.7.6
13202025-04-01T17:18:42.019Z Compiling icu_collections v1.5.0
13212025-04-01T17:18:42.114Z Compiling icu_locid v1.5.0
13222025-04-01T17:18:43.282Z Compiling icu_provider v1.5.0
13232025-04-01T17:18:43.365Z Compiling spki v0.7.3
13242025-04-01T17:18:43.717Z Compiling pkcs5 v0.7.1
13252025-04-01T17:18:43.744Z Compiling scroll_derive v0.12.0
13262025-04-01T17:18:44.022Z Compiling icu_locid_transform v1.5.0
13272025-04-01T17:18:44.121Z Compiling tracing v0.1.40
13282025-04-01T17:18:44.240Z Compiling pest_meta v2.7.14
13292025-04-01T17:18:44.387Z Compiling pkcs8 v0.10.2
13302025-04-01T17:18:44.627Z Compiling zerocopy-derive v0.8.10
13312025-04-01T17:18:44.747Z Compiling rustls-pki-types v1.10.0
13322025-04-01T17:18:44.984Z Compiling tinyvec_macros v0.1.1
13332025-04-01T17:18:45.092Z Compiling tinyvec v1.8.0
13342025-04-01T17:18:45.110Z Compiling scroll v0.12.0
13352025-04-01T17:18:45.671Z Compiling icu_properties v1.5.1
13362025-04-01T17:18:45.694Z Compiling pest_generator v2.7.14
13372025-04-01T17:18:45.829Z Compiling serde_derive_internals v0.29.1
13382025-04-01T17:18:46.317Z Compiling atomic-waker v1.1.2
13392025-04-01T17:18:46.516Z Compiling bitflags v2.6.0
13402025-04-01T17:18:46.642Z Compiling bytes v1.10.1
13412025-04-01T17:18:47.207Z Compiling semver v1.0.25
13422025-04-01T17:18:47.550Z Compiling indexmap v2.7.1
13432025-04-01T17:18:47.873Z Compiling tokio v1.43.0
13442025-04-01T17:18:48.091Z Compiling rustc_version v0.4.1
13452025-04-01T17:18:48.144Z Compiling http v1.2.0
13462025-04-01T17:18:48.440Z Compiling uuid v1.15.1
13472025-04-01T17:18:48.758Z Compiling chrono v0.4.40
13482025-04-01T17:18:49.681Z Compiling icu_normalizer v1.5.0
13492025-04-01T17:18:49.947Z Compiling http-body v1.0.1
13502025-04-01T17:18:50.217Z Compiling foreign-types-shared v0.1.1
13512025-04-01T17:18:50.294Z Compiling powerfmt v0.2.0
13522025-04-01T17:18:50.327Z Compiling untrusted v0.9.0
13532025-04-01T17:18:50.347Z Compiling time-core v0.1.2
13542025-04-01T17:18:50.523Z Compiling openssl v0.10.71
13552025-04-01T17:18:50.545Z Compiling num-conv v0.1.0
13562025-04-01T17:18:50.694Z Compiling which v4.4.2
13572025-04-01T17:18:50.829Z Compiling idna_adapter v1.2.0
13582025-04-01T17:18:50.999Z Compiling schemars v0.8.22
13592025-04-01T17:18:51.297Z Compiling adler2 v2.0.0
13602025-04-01T17:18:51.365Z Compiling rustversion v1.0.17
13612025-04-01T17:18:51.476Z Compiling try-lock v0.2.5
13622025-04-01T17:18:51.527Z Compiling untrusted v0.7.1
13632025-04-01T17:18:51.622Z Compiling want v0.3.1
13642025-04-01T17:18:51.644Z Compiling miniz_oxide v0.8.5
13652025-04-01T17:18:51.757Z Compiling idna v1.0.3
13662025-04-01T17:18:51.900Z Compiling goblin v0.8.2
13672025-04-01T17:18:52.052Z Compiling rand_core v0.9.2
13682025-04-01T17:18:52.109Z Compiling time-macros v0.2.18
13692025-04-01T17:18:52.135Z Compiling deranged v0.3.11
13702025-04-01T17:18:53.122Z Compiling foreign-types v0.3.2
13712025-04-01T17:18:53.229Z Compiling pest_derive v2.7.14
13722025-04-01T17:18:53.277Z Compiling schemars_derive v0.8.22
13732025-04-01T17:18:54.266Z Compiling openssl-macros v0.1.1
13742025-04-01T17:18:55.028Z Compiling form_urlencoded v1.2.1
13752025-04-01T17:18:55.118Z Compiling bzip2-sys v0.1.11+1.0.8
13762025-04-01T17:18:55.331Z Compiling native-tls v0.2.12
13772025-04-01T17:18:55.352Z Compiling tower-service v0.3.3
13782025-04-01T17:18:55.501Z Compiling rustls v0.23.19
13792025-04-01T17:18:55.627Z Compiling syn v1.0.109
13802025-04-01T17:18:55.702Z Compiling dyn-clone v1.0.19
13812025-04-01T17:18:55.815Z Compiling tokio-util v0.7.13
13822025-04-01T17:18:55.947Z Compiling siphasher v0.3.11
13832025-04-01T17:18:56.261Z Compiling num_threads v0.1.7
13842025-04-01T17:18:56.320Z Compiling httpdate v1.0.3
13852025-04-01T17:18:56.398Z Compiling time v0.3.36
13862025-04-01T17:18:56.739Z Compiling h2 v0.4.6
13872025-04-01T17:18:58.518Z Compiling dof v0.3.0
13882025-04-01T17:18:59.563Z Compiling dtrace-parser v0.2.0
13892025-04-01T17:19:00.323Z Compiling rand_chacha v0.9.0
13902025-04-01T17:19:00.987Z Compiling heapless v0.7.17
13912025-04-01T17:19:01.078Z Compiling unicode-normalization v0.1.24
13922025-04-01T17:19:01.413Z Compiling rand_chacha v0.3.1
13932025-04-01T17:19:01.463Z Compiling signature v2.2.0
13942025-04-01T17:19:01.745Z Compiling crossbeam-epoch v0.9.18
13952025-04-01T17:19:02.090Z Compiling cookie v0.18.1
13962025-04-01T17:19:02.170Z Compiling crc32fast v1.4.2
13972025-04-01T17:19:02.410Z Compiling unicode-properties v0.1.3
13982025-04-01T17:19:02.410Z Compiling rayon-core v1.12.1
13992025-04-01T17:19:02.447Z Compiling slog v2.7.0
14002025-04-01T17:19:02.511Z Compiling openssl-probe v0.1.5
14012025-04-01T17:19:02.724Z Compiling base64 v0.22.1
14022025-04-01T17:19:02.794Z Compiling signal-hook v0.3.17
14032025-04-01T17:19:02.820Z Compiling unicode-bidi v0.3.17
14042025-04-01T17:19:03.220Z Compiling crossbeam-deque v0.8.5
14052025-04-01T17:19:03.441Z Compiling usdt-impl v0.5.0
14062025-04-01T17:19:03.576Z Compiling stringprep v0.1.5
14072025-04-01T17:19:03.597Z Compiling rand v0.8.5
14082025-04-01T17:19:03.678Z Compiling hyper v1.6.0
14092025-04-01T17:19:04.155Z Compiling rand v0.9.0
14102025-04-01T17:19:04.779Z Compiling url v2.5.3
14112025-04-01T17:19:04.887Z Compiling curve25519-dalek v4.1.3
14122025-04-01T17:19:05.601Z Compiling toml_datetime v0.6.8
14132025-04-01T17:19:05.686Z Compiling serde_tokenstream v0.2.2
14142025-04-01T17:19:05.878Z Compiling serde_spanned v0.6.8
14152025-04-01T17:19:06.107Z Compiling hyper-util v0.1.10
14162025-04-01T17:19:06.165Z Compiling md-5 v0.10.6
14172025-04-01T17:19:06.258Z Compiling num-integer v0.1.46
14182025-04-01T17:19:06.444Z Compiling hash32 v0.2.1
14192025-04-01T17:19:06.561Z Compiling ff v0.13.0
14202025-04-01T17:19:06.590Z Compiling memoffset v0.9.1
14212025-04-01T17:19:06.807Z Compiling base16ct v0.2.0
14222025-04-01T17:19:06.825Z Compiling smoltcp v0.9.1
14232025-04-01T17:19:06.931Z Compiling portable-atomic v1.9.0
14242025-04-01T17:19:06.963Z Compiling litrs v0.4.1
14252025-04-01T17:19:07.120Z Compiling gimli v0.31.1
14262025-04-01T17:19:07.305Z Compiling cfg_aliases v0.2.1
14272025-04-01T17:19:07.421Z Compiling newtype-uuid v1.2.1
14282025-04-01T17:19:07.471Z Compiling psl-types v2.0.11
14292025-04-01T17:19:07.673Z Compiling num-bigint-dig v0.8.4
14302025-04-01T17:19:07.727Z Compiling fallible-iterator v0.2.0
14312025-04-01T17:19:07.992Z Compiling publicsuffix v2.3.0
14322025-04-01T17:19:08.034Z Compiling document-features v0.2.10
14332025-04-01T17:19:08.090Z Compiling nix v0.29.0
14342025-04-01T17:19:08.284Z Compiling sec1 v0.7.3
14352025-04-01T17:19:08.386Z Compiling postgres-protocol v0.6.8
14362025-04-01T17:19:08.914Z Compiling group v0.13.0
14372025-04-01T17:19:08.982Z Compiling num-iter v0.1.45
14382025-04-01T17:19:09.180Z Compiling bzip2 v0.4.4
14392025-04-01T17:19:09.250Z Compiling tokio-native-tls v0.3.1
14402025-04-01T17:19:10.003Z Compiling flate2 v1.1.0
14412025-04-01T17:19:10.313Z Compiling ipnetwork v0.21.1
14422025-04-01T17:19:10.390Z Compiling phf_shared v0.11.2
14432025-04-01T17:19:10.513Z Compiling terminal_size v0.4.0
14442025-04-01T17:19:10.746Z Compiling http-body-util v0.1.2
14452025-04-01T17:19:10.749Z Compiling webpki-roots v0.26.6
14462025-04-01T17:19:10.768Z Compiling hkdf v0.12.4
14472025-04-01T17:19:10.875Z Compiling crypto-bigint v0.5.5
14482025-04-01T17:19:11.016Z Compiling async-trait v0.1.88
14492025-04-01T17:19:11.068Z Compiling zerocopy-derive v0.6.6
14502025-04-01T17:19:11.088Z Compiling curve25519-dalek-derive v0.1.1
14512025-04-01T17:19:11.239Z Compiling sync_wrapper v1.0.1
14522025-04-01T17:19:11.414Z Compiling addr2line v0.24.2
14532025-04-01T17:19:11.868Z Compiling ahash v0.8.11
14542025-04-01T17:19:12.123Z Compiling object v0.36.5
14552025-04-01T17:19:12.239Z Compiling fs-err v2.11.0
14562025-04-01T17:19:12.469Z Compiling simd-adler32 v0.3.7
14572025-04-01T17:19:12.559Z Compiling buf-list v1.0.3
14582025-04-01T17:19:12.952Z Compiling managed v0.8.0
14592025-04-01T17:19:13.012Z Compiling tower-layer v0.3.3
14602025-04-01T17:19:14.158Z Compiling lockfree-object-pool v0.1.6
14612025-04-01T17:19:14.161Z Compiling zip v2.1.3
14622025-04-01T17:19:14.162Z Compiling ipnet v2.11.0
14632025-04-01T17:19:14.162Z Compiling winnow v0.5.40
14642025-04-01T17:19:14.162Z Compiling rustc-demangle v0.1.24
14652025-04-01T17:19:14.162Z Compiling anyhow v1.0.97
14662025-04-01T17:19:14.213Z Compiling bumpalo v3.16.0
14672025-04-01T17:19:14.343Z Compiling unicode-width v0.2.0
14682025-04-01T17:19:14.689Z Compiling zopfli v0.8.1
14692025-04-01T17:19:14.800Z Compiling console v0.15.10
14702025-04-01T17:19:14.845Z Compiling elliptic-curve v0.13.8
14712025-04-01T17:19:15.693Z Compiling clap_builder v4.5.32
14722025-04-01T17:19:16.261Z Compiling tower v0.5.2
14732025-04-01T17:19:16.877Z Compiling toml_edit v0.19.15
14742025-04-01T17:19:16.933Z Compiling hubpack_derive v0.1.1
14752025-04-01T17:19:17.040Z Compiling zerocopy v0.6.6
14762025-04-01T17:19:17.246Z Compiling strum_macros v0.25.3
14772025-04-01T17:19:17.827Z Compiling hubpack v0.1.2
14782025-04-01T17:19:18.128Z Compiling hyper-tls v0.6.0
14792025-04-01T17:19:18.251Z Compiling oxnet v0.1.1
14802025-04-01T17:19:18.557Z Compiling phf v0.11.2
14812025-04-01T17:19:18.843Z Compiling backtrace v0.3.74
14822025-04-01T17:19:18.983Z Compiling cookie_store v0.21.1
14832025-04-01T17:19:19.304Z Compiling rayon v1.10.0
14842025-04-01T17:19:20.435Z Compiling signal-hook-mio v0.2.4
14852025-04-01T17:19:21.010Z Compiling postgres-types v0.2.9
14862025-04-01T17:19:22.278Z Compiling usdt-macro v0.5.0
14872025-04-01T17:19:23.536Z Compiling usdt-attr-macro v0.5.0
14882025-04-01T17:19:23.557Z Compiling ed25519 v2.2.3
14892025-04-01T17:19:23.614Z Compiling phf_shared v0.10.0
14902025-04-01T17:19:23.709Z Compiling serde_urlencoded v0.7.1
14912025-04-01T17:19:23.748Z Compiling clap_derive v4.5.32
14922025-04-01T17:19:23.992Z Compiling enum-as-inner v0.6.1
14932025-04-01T17:19:24.190Z Compiling serde-big-array v0.5.1
14942025-04-01T17:19:24.426Z Compiling futures-executor v0.3.31
14952025-04-01T17:19:24.944Z Compiling rustls-pemfile v2.2.0
14962025-04-01T17:19:25.030Z Compiling pkcs1 v0.7.5
14972025-04-01T17:19:25.051Z Compiling rfc6979 v0.4.0
14982025-04-01T17:19:25.239Z Compiling serde_repr v0.1.19
14992025-04-01T17:19:25.289Z Compiling daft-derive v0.1.2
15002025-04-01T17:19:25.351Z Compiling bstr v1.10.0
15012025-04-01T17:19:25.649Z Compiling float-cmp v0.10.0
15022025-04-01T17:19:25.915Z Compiling encoding_rs v0.8.34
15032025-04-01T17:19:25.915Z Compiling predicates-core v1.0.8
15042025-04-01T17:19:26.293Z Compiling data-encoding v2.6.0
15052025-04-01T17:19:26.367Z Compiling mime v0.3.17
15062025-04-01T17:19:26.894Z Compiling difflib v0.4.0
15072025-04-01T17:19:26.914Z Compiling normalize-line-endings v0.3.0
15082025-04-01T17:19:26.953Z Compiling unicode-segmentation v1.12.0
15092025-04-01T17:19:27.061Z Compiling number_prefix v0.4.0
15102025-04-01T17:19:27.300Z Compiling new_debug_unreachable v1.0.6
15112025-04-01T17:19:27.411Z Compiling fixedbitset v0.4.2
15122025-04-01T17:19:27.821Z Compiling static_assertions v1.1.0
15132025-04-01T17:19:27.844Z Compiling whoami v1.5.2
15142025-04-01T17:19:27.941Z Compiling precomputed-hash v0.1.1
15152025-04-01T17:19:28.083Z Compiling string_cache v0.8.7
15162025-04-01T17:19:28.195Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15172025-04-01T17:19:28.251Z Compiling clap v4.5.32
15182025-04-01T17:19:28.269Z Compiling tokio-postgres v0.7.13
15192025-04-01T17:19:28.379Z Compiling toml_edit v0.22.24
15202025-04-01T17:19:28.453Z Compiling petgraph v0.6.5
15212025-04-01T17:19:28.522Z Compiling similar v2.7.0
15222025-04-01T17:19:30.007Z Compiling predicates v3.1.3
15232025-04-01T17:19:30.665Z Compiling indicatif v0.17.11
15242025-04-01T17:19:31.561Z Compiling hickory-proto v0.24.4
15252025-04-01T17:19:32.081Z Compiling daft v0.1.2
15262025-04-01T17:19:32.544Z Compiling usdt v0.5.0
15272025-04-01T17:19:32.700Z Compiling rsa v0.9.6
15282025-04-01T17:19:33.022Z Compiling ecdsa v0.16.9
15292025-04-01T17:19:33.876Z Compiling futures v0.3.31
15302025-04-01T17:19:33.931Z Compiling ed25519-dalek v2.1.1
15312025-04-01T17:19:34.432Z Compiling crossterm v0.28.1
15322025-04-01T17:19:34.491Z Compiling toml v0.7.8
15332025-04-01T17:19:36.349Z Compiling zip v0.6.6
15342025-04-01T17:19:36.511Z Compiling tokio-stream v0.1.17
15352025-04-01T17:19:36.771Z Compiling openapiv3 v2.0.0
15362025-04-01T17:19:37.459Z Compiling hex v0.4.3
15372025-04-01T17:19:37.618Z Compiling x509-cert v0.2.5
15382025-04-01T17:19:37.662Z Compiling sha1 v0.10.6
15392025-04-01T17:19:37.842Z Compiling itertools v0.10.5
15402025-04-01T17:19:38.055Z Compiling dirs-sys-next v0.1.2
15412025-04-01T17:19:38.100Z Compiling peg-runtime v0.8.5
15422025-04-01T17:19:38.593Z Compiling lalrpop-util v0.19.12
15432025-04-01T17:19:38.697Z Compiling unicode-xid v0.2.6
15442025-04-01T17:19:38.904Z Compiling dirs-next v2.0.0
15452025-04-01T17:19:38.973Z Compiling thread_local v1.1.8
15462025-04-01T17:19:39.120Z Compiling slog-async v2.8.0
15472025-04-01T17:19:39.459Z Compiling term v0.7.0
15482025-04-01T17:19:39.747Z Compiling strum_macros v0.26.4
15492025-04-01T17:19:40.387Z Compiling xattr v1.3.1
15502025-04-01T17:19:40.608Z Compiling crossbeam-channel v0.5.13
15512025-04-01T17:19:40.650Z Compiling filetime v0.2.25
15522025-04-01T17:19:40.671Z Compiling is-terminal v0.4.13
15532025-04-01T17:19:40.690Z Compiling take_mut v0.2.2
15542025-04-01T17:19:40.717Z Compiling camino v1.1.9
15552025-04-01T17:19:40.810Z Compiling slog-term v2.9.1
15562025-04-01T17:19:40.864Z Compiling tar v0.4.44
15572025-04-01T17:19:44.267Z Compiling strum v0.26.3
15582025-04-01T17:19:47.795Z Compiling aws-lc-sys v0.26.0
15592025-04-01T17:20:18.018Z Compiling rustls-webpki v0.102.8
15602025-04-01T17:20:22.577Z Compiling tokio-rustls v0.26.0
15612025-04-01T17:20:22.889Z Compiling hyper-rustls v0.27.3
15622025-04-01T17:20:23.166Z Compiling reqwest v0.12.12
15632025-04-01T17:20:26.637Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15642025-04-01T17:20:26.906Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15652025-04-01T17:20:31.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
15662025-04-01T17:20:31.578Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15672025-04-01T17:20:31.620ZApr 01 17:20:31.084 INFO Starting download, target: Cockroach
15682025-04-01T17:20:31.620ZApr 01 17:20:31.084 INFO Starting download, target: Clickhouse
15692025-04-01T17:20:31.620ZApr 01 17:20:31.084 INFO Starting download, target: Console
15702025-04-01T17:20:31.620ZApr 01 17:20:31.084 INFO Starting download, target: DendriteOpenapi
15712025-04-01T17:20:31.628ZApr 01 17:20:31.084 INFO Starting download, target: DendriteStub
15722025-04-01T17:20:31.628ZApr 01 17:20:31.084 INFO Starting download, target: MaghemiteMgd
15732025-04-01T17:20:31.628ZApr 01 17:20:31.084 INFO Starting download, target: TransceiverControl
15742025-04-01T17:20:31.628ZApr 01 17:20:31.085 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15752025-04-01T17:20:31.628ZApr 01 17:20:31.085 INFO Downloading out/downloads/dpd-668f1a2e35e7c76b22ab83fe6c2242d3454e2803.json (attempt 1/3), target: DendriteOpenapi
15762025-04-01T17:20:31.628ZApr 01 17:20:31.085 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15772025-04-01T17:20:31.628ZApr 01 17:20:31.085 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15782025-04-01T17:20:31.628ZApr 01 17:20:31.085 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15792025-04-01T17:20:31.628ZApr 01 17:20:31.085 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15802025-04-01T17:20:31.628ZApr 01 17:20:31.085 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15812025-04-01T17:20:31.859ZApr 01 17:20:31.309 INFO Download complete, target: DendriteOpenapi
15822025-04-01T17:20:31.921ZApr 01 17:20:31.362 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15832025-04-01T17:20:32.215ZApr 01 17:20:31.675 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15842025-04-01T17:20:32.339ZApr 01 17:20:31.803 INFO Download complete, target: TransceiverControl
15852025-04-01T17:20:32.619ZApr 01 17:20:32.057 INFO Download complete, target: Console
15862025-04-01T17:20:32.782ZApr 01 17:20:32.246 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15872025-04-01T17:20:33.129ZApr 01 17:20:32.591 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15882025-04-01T17:20:33.365ZApr 01 17:20:32.830 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15892025-04-01T17:20:33.365ZApr 01 17:20:32.830 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15902025-04-01T17:20:33.494ZApr 01 17:20:32.959 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15912025-04-01T17:20:35.791ZApr 01 17:20:35.255 INFO Download complete, target: MaghemiteMgd
15922025-04-01T17:20:35.878ZApr 01 17:20:35.342 INFO Download complete, target: DendriteStub
15932025-04-01T17:20:40.042ZApr 01 17:20:39.505 INFO Checking that binary works, target: Cockroach
15942025-04-01T17:20:40.210ZApr 01 17:20:39.673 INFO Download complete, target: Cockroach
15952025-04-01T17:20:44.575ZApr 01 17:20:44.037 INFO Checking that binary works, target: Clickhouse
15962025-04-01T17:20:45.125ZApr 01 17:20:44.587 INFO Download complete, target: Clickhouse
15972025-04-01T17:20:45.133ZAll prerequisites installed successfully
15982025-04-01T17:20:45.136Z
15992025-04-01T17:20:45.136Zreal 4:50.044846469
16002025-04-01T17:20:45.136Zuser 15:24.275586272
16012025-04-01T17:20:45.137Zsys 2:06.638959511
16022025-04-01T17:20:45.137Ztrap 0.573797078
16032025-04-01T17:20:45.137Ztflt 1.263866750
16042025-04-01T17:20:45.137Zdflt 1.838292643
16052025-04-01T17:20:45.137Zkflt 0.026767925
16062025-04-01T17:20:45.137Zlock 23:51.988845089
16072025-04-01T17:20:45.137Zslp 54:59.194651570
16082025-04-01T17:20:45.137Zlat 59.613029278
16092025-04-01T17:20:45.137Zstop 2:25.701015874
16102025-04-01T17:20:45.137Z+ ptime -m cargo xtask download softnpu
16112025-04-01T17:20:45.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16122025-04-01T17:20:45.726Z Running `target/debug/xtask download softnpu`
16132025-04-01T17:20:46.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
16142025-04-01T17:20:46.652Z Running `target/debug/xtask-downloader softnpu`
16152025-04-01T17:20:46.691ZApr 01 17:20:46.154 INFO Starting download, target: Softnpu
16162025-04-01T17:20:46.695ZApr 01 17:20:46.154 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16172025-04-01T17:20:47.211ZApr 01 17:20:46.673 INFO Download complete, target: Softnpu
16182025-04-01T17:20:47.215Z
16192025-04-01T17:20:47.218Zreal 2.074762297
16202025-04-01T17:20:47.218Zuser 1.349500718
16212025-04-01T17:20:47.218Zsys 0.553903251
16222025-04-01T17:20:47.218Ztrap 0.001386165
16232025-04-01T17:20:47.218Ztflt 0.000100136
16242025-04-01T17:20:47.218Zdflt 0.000047480
16252025-04-01T17:20:47.219Zkflt 0.000000000
16262025-04-01T17:20:47.219Zlock 5.544432074
16272025-04-01T17:20:47.219Zslp 0.420705911
16282025-04-01T17:20:47.219Zlat 0.074126549
16292025-04-01T17:20:47.219Zstop 0.000176683
16302025-04-01T17:20:47.219Z+ export CARGO_INCREMENTAL=0
16312025-04-01T17:20:47.219Z+ CARGO_INCREMENTAL=0
16322025-04-01T17:20:47.219Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16332025-04-01T17:20:48.215Z Compiling proc-macro2 v1.0.94
16342025-04-01T17:20:48.215Z Compiling unicode-ident v1.0.14
16352025-04-01T17:20:48.218Z Compiling libc v0.2.170
16362025-04-01T17:20:48.219Z Compiling serde v1.0.219
16372025-04-01T17:20:48.219Z Compiling autocfg v1.4.0
16382025-04-01T17:20:48.219Z Compiling cfg-if v1.0.0
16392025-04-01T17:20:48.219Z Compiling version_check v0.9.5
16402025-04-01T17:20:48.568Z Compiling memchr v2.7.4
16412025-04-01T17:20:48.591Z Compiling typenum v1.17.0
16422025-04-01T17:20:48.660Z Compiling shlex v1.3.0
16432025-04-01T17:20:48.999Z Compiling generic-array v0.14.7
16442025-04-01T17:20:49.033Z Compiling value-bag v1.9.0
16452025-04-01T17:20:49.211Z Compiling lock_api v0.4.12
16462025-04-01T17:20:49.527Z Compiling log v0.4.22
16472025-04-01T17:20:49.564Z Compiling serde_json v1.0.140
16482025-04-01T17:20:49.607Z Compiling libm v0.2.8
16492025-04-01T17:20:49.928Z Compiling num-traits v0.2.19
16502025-04-01T17:20:49.979Z Compiling parking_lot_core v0.9.10
16512025-04-01T17:20:50.022Z Compiling scopeguard v1.2.0
16522025-04-01T17:20:50.259Z Compiling quote v1.0.39
16532025-04-01T17:20:50.280Z Compiling jobserver v0.1.32
16542025-04-01T17:20:50.370Z Compiling semver v1.0.25
16552025-04-01T17:20:50.439Z Compiling getrandom v0.2.15
16562025-04-01T17:20:50.637Z Compiling syn v2.0.98
16572025-04-01T17:20:50.777Z Compiling cc v1.2.15
16582025-04-01T17:20:50.805Z Compiling rustix v0.38.37
16592025-04-01T17:20:50.823Z Compiling getrandom v0.3.1
16602025-04-01T17:20:50.826Z Compiling aho-corasick v1.1.3
16612025-04-01T17:20:50.858Z Compiling regex-syntax v0.8.5
16622025-04-01T17:20:51.252Z Compiling either v1.14.0
16632025-04-01T17:20:51.272Z Compiling itoa v1.0.11
16642025-04-01T17:20:51.410Z Compiling once_cell v1.20.3
16652025-04-01T17:20:51.785Z Compiling rand_core v0.6.4
16662025-04-01T17:20:52.260Z Compiling slab v0.4.9
16672025-04-01T17:20:52.590Z Compiling spin v0.9.8
16682025-04-01T17:20:52.615Z Compiling errno v0.3.9
16692025-04-01T17:20:52.946Z Compiling smallvec v1.14.0
16702025-04-01T17:20:52.974Z Compiling pkg-config v0.3.31
16712025-04-01T17:20:53.085Z Compiling equivalent v1.0.1
16722025-04-01T17:20:53.249Z Compiling allocator-api2 v0.2.18
16732025-04-01T17:20:53.414Z Compiling foldhash v0.1.3
16742025-04-01T17:20:53.718Z Compiling glob v0.3.2
16752025-04-01T17:20:53.965Z Compiling hashbrown v0.15.1
16762025-04-01T17:20:54.002Z Compiling subtle v2.6.1
16772025-04-01T17:20:54.033Z Compiling thiserror v1.0.69
16782025-04-01T17:20:54.268Z Compiling prettyplease v0.2.30
16792025-04-01T17:20:54.363Z Compiling lazy_static v1.5.0
16802025-04-01T17:20:54.461Z Compiling clang-sys v1.8.1
16812025-04-01T17:20:54.509Z Compiling regex-automata v0.4.8
16822025-04-01T17:20:54.564Z Compiling minimal-lexical v0.2.1
16832025-04-01T17:20:54.727Z Compiling libloading v0.8.5
16842025-04-01T17:20:55.032Z Compiling nom v7.1.3
16852025-04-01T17:20:55.082Z Compiling home v0.5.9
16862025-04-01T17:20:55.310Z Compiling bindgen v0.69.5
16872025-04-01T17:20:55.375Z Compiling schemars v0.8.22
16882025-04-01T17:20:55.730Z Compiling itertools v0.12.1
16892025-04-01T17:20:55.780Z Compiling ryu v1.0.18
16902025-04-01T17:20:55.800Z Compiling lazycell v1.3.0
16912025-04-01T17:20:56.000Z Compiling pin-project-lite v0.2.14
16922025-04-01T17:20:56.083Z Compiling rustc-hash v1.1.0
16932025-04-01T17:20:56.163Z Compiling byteorder v1.5.0
16942025-04-01T17:20:56.219Z Compiling cmake v0.1.51
16952025-04-01T17:20:56.682Z Compiling dunce v1.0.5
16962025-04-01T17:20:56.842Z Compiling fs_extra v1.3.0
16972025-04-01T17:20:57.044Z Compiling paste v1.0.15
16982025-04-01T17:20:57.670Z Compiling synstructure v0.13.1
16992025-04-01T17:20:58.087Z Compiling cexpr v0.6.0
17002025-04-01T17:20:58.270Z Compiling serde_derive_internals v0.29.1
17012025-04-01T17:20:58.836Z Compiling const-oid v0.9.6
17022025-04-01T17:20:59.531Z Compiling regex v1.11.1
17032025-04-01T17:21:00.850Z Compiling signal-hook-registry v1.4.2
17042025-04-01T17:21:01.052Z Compiling fnv v1.0.7
17052025-04-01T17:21:01.250Z Compiling parking_lot v0.12.3
17062025-04-01T17:21:01.254Z Compiling ring v0.17.11
17072025-04-01T17:21:01.760Z Compiling serde_derive v1.0.219
17082025-04-01T17:21:02.230Z Compiling zeroize_derive v1.4.2
17092025-04-01T17:21:02.246Z Compiling tokio-macros v2.5.0
17102025-04-01T17:21:02.266Z Compiling zerocopy-derive v0.7.35
17112025-04-01T17:21:02.286Z Compiling zerofrom-derive v0.1.4
17122025-04-01T17:21:02.335Z Compiling yoke-derive v0.7.4
17132025-04-01T17:21:03.260Z Compiling zerovec-derive v0.10.3
17142025-04-01T17:21:03.526Z Compiling zeroize v1.8.1
17152025-04-01T17:21:03.993Z Compiling displaydoc v0.2.5
17162025-04-01T17:21:04.030Z Compiling thiserror-impl v1.0.69
17172025-04-01T17:21:04.678Z Compiling futures-macro v0.3.31
17182025-04-01T17:21:05.152Z Compiling schemars_derive v0.8.22
17192025-04-01T17:21:05.250Z Compiling crypto-common v0.1.6
17202025-04-01T17:21:05.444Z Compiling icu_provider_macros v1.5.0
17212025-04-01T17:21:05.461Z Compiling der_derive v0.7.3
17222025-04-01T17:21:05.563Z Compiling mio v1.0.2
17232025-04-01T17:21:06.427Z Compiling stable_deref_trait v1.2.0
17242025-04-01T17:21:06.475Z Compiling block-buffer v0.10.4
17252025-04-01T17:21:06.525Z Compiling tracing-attributes v0.1.27
17262025-04-01T17:21:06.737Z Compiling aws-lc-rs v1.12.4
17272025-04-01T17:21:07.160Z Compiling vcpkg v0.2.15
17282025-04-01T17:21:07.184Z Compiling digest v0.10.7
17292025-04-01T17:21:07.782Z Compiling socket2 v0.5.8
17302025-04-01T17:21:07.853Z Compiling zerocopy v0.8.10
17312025-04-01T17:21:07.970Z Compiling heck v0.5.0
17322025-04-01T17:21:08.132Z Compiling futures-core v0.3.31
17332025-04-01T17:21:08.529Z Compiling openssl-sys v0.9.106
17342025-04-01T17:21:08.551Z Compiling zerocopy-derive v0.8.10
17352025-04-01T17:21:09.320Z Compiling httparse v1.9.5
17362025-04-01T17:21:09.585Z Compiling zerocopy v0.7.35
17372025-04-01T17:21:10.039Z Compiling crossbeam-utils v0.8.20
17382025-04-01T17:21:10.104Z Compiling syn v1.0.109
17392025-04-01T17:21:11.007Z Compiling cpufeatures v0.2.14
17402025-04-01T17:21:11.026Z Compiling num-conv v0.1.0
17412025-04-01T17:21:11.128Z Compiling futures-sink v0.3.31
17422025-04-01T17:21:11.173Z Compiling iana-time-zone v0.1.61
17432025-04-01T17:21:11.314Z Compiling time-core v0.1.2
17442025-04-01T17:21:11.462Z Compiling hmac v0.12.1
17452025-04-01T17:21:11.488Z Compiling time-macros v0.2.18
17462025-04-01T17:21:11.507Z Compiling zerofrom v0.1.4
17472025-04-01T17:21:11.884Z Compiling openssl v0.10.71
17482025-04-01T17:21:11.953Z Compiling yoke v0.7.4
17492025-04-01T17:21:12.322Z Compiling block-padding v0.3.3
17502025-04-01T17:21:12.587Z Compiling inout v0.1.3
17512025-04-01T17:21:12.855Z Compiling zerovec v0.10.4
17522025-04-01T17:21:12.976Z Compiling openssl-macros v0.1.1
17532025-04-01T17:21:13.221Z Compiling rustls v0.23.19
17542025-04-01T17:21:13.368Z Compiling strsim v0.11.1
17552025-04-01T17:21:13.546Z Compiling bitflags v2.6.0
17562025-04-01T17:21:13.676Z Compiling bytes v1.10.1
17572025-04-01T17:21:14.361Z Compiling indexmap v2.7.1
17582025-04-01T17:21:15.005Z Compiling uuid v1.15.1
17592025-04-01T17:21:15.645Z Compiling tokio v1.43.0
17602025-04-01T17:21:16.202Z Compiling rustc_version v0.4.1
17612025-04-01T17:21:16.387Z Compiling chrono v0.4.40
17622025-04-01T17:21:18.335Z Compiling which v4.4.2
17632025-04-01T17:21:19.536Z Compiling serde_tokenstream v0.2.2
17642025-04-01T17:21:20.095Z Compiling dyn-clone v1.0.19
17652025-04-01T17:21:20.317Z Compiling native-tls v0.2.12
17662025-04-01T17:21:20.997Z Compiling cipher v0.4.4
17672025-04-01T17:21:21.475Z Compiling futures-channel v0.3.31
17682025-04-01T17:21:21.750Z Compiling sha2 v0.10.8
17692025-04-01T17:21:21.923Z Compiling scroll_derive v0.12.0
17702025-04-01T17:21:22.764Z Compiling pin-utils v0.1.0
17712025-04-01T17:21:22.876Z Compiling futures-task v0.3.31
17722025-04-01T17:21:23.201Z Compiling ucd-trie v0.1.7
17732025-04-01T17:21:23.206Z Compiling base64ct v1.6.0
17742025-04-01T17:21:23.281Z Compiling futures-io v0.3.31
17752025-04-01T17:21:23.660Z Compiling pem-rfc7468 v0.7.0
17762025-04-01T17:21:23.681Z Compiling futures-util v0.3.31
17772025-04-01T17:21:23.745Z Compiling pest v2.7.14
17782025-04-01T17:21:24.236Z Compiling http v1.2.0
17792025-04-01T17:21:24.819Z Compiling tinystr v0.7.6
17802025-04-01T17:21:26.024Z Compiling cookie v0.18.1
17812025-04-01T17:21:26.597Z Compiling thiserror v2.0.12
17822025-04-01T17:21:26.659Z Compiling flagset v0.4.6
17832025-04-01T17:21:26.719Z Compiling writeable v0.5.5
17842025-04-01T17:21:26.885Z Compiling litemap v0.7.3
17852025-04-01T17:21:27.174Z Compiling slog v2.7.0
17862025-04-01T17:21:27.197Z Compiling der v0.7.9
17872025-04-01T17:21:27.282Z Compiling icu_locid v1.5.0
17882025-04-01T17:21:28.726Z Compiling pest_meta v2.7.14
17892025-04-01T17:21:29.738Z Compiling serde_spanned v0.6.8
17902025-04-01T17:21:29.862Z Compiling toml_datetime v0.6.8
17912025-04-01T17:21:30.317Z Compiling rayon-core v1.12.1
17922025-04-01T17:21:30.443Z Compiling pest_generator v2.7.14
17932025-04-01T17:21:30.499Z Compiling aws-lc-sys v0.26.0
17942025-04-01T17:21:30.653Z Compiling spki v0.7.3
17952025-04-01T17:21:31.357Z Compiling icu_provider v1.5.0
17962025-04-01T17:21:32.109Z Compiling salsa20 v0.10.2
17972025-04-01T17:21:32.317Z Compiling ppv-lite86 v0.2.20
17982025-04-01T17:21:32.365Z Compiling pbkdf2 v0.12.2
17992025-04-01T17:21:33.351Z Compiling thiserror-impl v2.0.12
18002025-04-01T17:21:33.474Z Compiling tracing-core v0.1.32
18012025-04-01T17:21:34.256Z Compiling bzip2-sys v0.1.11+1.0.8
18022025-04-01T17:21:34.782Z Compiling winnow v0.5.40
18032025-04-01T17:21:35.599Z Compiling icu_locid_transform_data v1.5.0
18042025-04-01T17:21:35.715Z Compiling rustversion v1.0.17
18052025-04-01T17:21:36.205Z Compiling anyhow v1.0.97
18062025-04-01T17:21:36.426Z Compiling icu_locid_transform v1.5.0
18072025-04-01T17:21:36.693Z Compiling tracing v0.1.40
18082025-04-01T17:21:37.526Z Compiling scrypt v0.11.0
18092025-04-01T17:21:37.995Z Compiling toml_edit v0.19.15
18102025-04-01T17:21:38.217Z Compiling pest_derive v2.7.14
18112025-04-01T17:21:38.436Z Compiling cbc v0.1.2
18122025-04-01T17:21:38.665Z Compiling aes v0.8.4
18132025-04-01T17:21:38.949Z Compiling icu_collections v1.5.0
18142025-04-01T17:21:40.187Z Compiling usdt-impl v0.5.0
18152025-04-01T17:21:40.443Z Compiling litrs v0.4.1
18162025-04-01T17:21:40.572Z Compiling icu_properties_data v1.5.0
18172025-04-01T17:21:40.907Z Compiling rustls-pki-types v1.10.0
18182025-04-01T17:21:41.367Z Compiling document-features v0.2.10
18192025-04-01T17:21:42.551Z Compiling icu_properties v1.5.1
18202025-04-01T17:21:42.963Z Compiling pkcs5 v0.7.1
18212025-04-01T17:21:44.258Z Compiling tokio-util v0.7.13
18222025-04-01T17:21:45.402Z Compiling scroll v0.12.0
18232025-04-01T17:21:46.148Z Compiling heapless v0.7.17
18242025-04-01T17:21:46.884Z Compiling icu_normalizer_data v1.5.0
18252025-04-01T17:21:47.008Z Compiling plain v0.2.3
18262025-04-01T17:21:47.135Z Compiling signal-hook v0.3.17
18272025-04-01T17:21:47.198Z Compiling utf8_iter v1.0.4
18282025-04-01T17:21:47.460Z Compiling untrusted v0.9.0
18292025-04-01T17:21:47.463Z Compiling powerfmt v0.2.0
18302025-04-01T17:21:47.463Z Compiling newtype-uuid v1.2.1
18312025-04-01T17:21:47.810Z Compiling utf16_iter v1.0.5
18322025-04-01T17:21:47.831Z Compiling untrusted v0.7.1
18332025-04-01T17:21:47.979Z Compiling write16 v1.0.0
18342025-04-01T17:21:48.055Z Compiling percent-encoding v2.3.1
18352025-04-01T17:21:48.428Z Compiling icu_normalizer v1.5.0
18362025-04-01T17:21:48.511Z Compiling deranged v0.3.11
18372025-04-01T17:21:50.005Z Compiling goblin v0.8.2
18382025-04-01T17:21:50.277Z Compiling pkcs8 v0.10.2
18392025-04-01T17:21:51.645Z Compiling adler2 v2.0.0
18402025-04-01T17:21:51.904Z Compiling pretty-hex v0.4.1
18412025-04-01T17:21:52.394Z Compiling atomic-waker v1.1.2
18422025-04-01T17:21:53.486Z Compiling tinyvec_macros v0.1.1
18432025-04-01T17:21:53.585Z Compiling num_threads v0.1.7
18442025-04-01T17:21:53.950Z Compiling time v0.3.36
18452025-04-01T17:21:54.400Z Compiling tinyvec v1.8.0
18462025-04-01T17:21:55.566Z Compiling dof v0.3.0
18472025-04-01T17:21:55.827Z Compiling miniz_oxide v0.8.5
18482025-04-01T17:21:59.120Z Compiling idna_adapter v1.2.0
18492025-04-01T17:21:59.209Z Compiling dtrace-parser v0.2.0
18502025-04-01T17:21:59.342Z Compiling http-body v1.0.1
18512025-04-01T17:21:59.620Z Compiling curve25519-dalek v4.1.3
18522025-04-01T17:21:59.789Z Compiling async-trait v0.1.88
18532025-04-01T17:22:00.070Z Compiling thread-id v4.2.2
18542025-04-01T17:22:00.204Z Compiling memoffset v0.9.1
18552025-04-01T17:22:00.722Z Compiling foreign-types-shared v0.1.1
18562025-04-01T17:22:01.151Z Compiling num-bigint-dig v0.8.4
18572025-04-01T17:22:01.760Z Compiling try-lock v0.2.5
18582025-04-01T17:22:01.906Z Compiling portable-atomic v1.9.0
18592025-04-01T17:22:01.934Z Compiling smoltcp v0.9.1
18602025-04-01T17:22:01.956Z Compiling want v0.3.1
18612025-04-01T17:22:04.156Z Compiling h2 v0.4.6
18622025-04-01T17:22:04.174Z Compiling rand_core v0.9.2
18632025-04-01T17:22:04.568Z Compiling foreign-types v0.3.2
18642025-04-01T17:22:07.071Z Compiling idna v1.0.3
18652025-04-01T17:22:07.547Z Compiling form_urlencoded v1.2.1
18662025-04-01T17:22:08.780Z Compiling siphasher v0.3.11
18672025-04-01T17:22:09.105Z Compiling tower-service v0.3.3
18682025-04-01T17:22:09.431Z Compiling heck v0.4.1
18692025-04-01T17:22:09.567Z Compiling httpdate v1.0.3
18702025-04-01T17:22:09.984Z Compiling cfg_aliases v0.2.1
18712025-04-01T17:22:10.104Z Compiling ident_case v1.0.1
18722025-04-01T17:22:10.316Z Compiling darling_core v0.20.10
18732025-04-01T17:22:10.608Z Compiling nix v0.29.0
18742025-04-01T17:22:11.446Z Compiling hyper v1.6.0
18752025-04-01T17:22:22.223Z Compiling crossbeam-epoch v0.9.18
18762025-04-01T17:22:22.848Z Compiling rand_chacha v0.9.0
18772025-04-01T17:22:23.740Z Compiling unicode-normalization v0.1.24
18782025-04-01T17:22:25.222Z Compiling rand_chacha v0.3.1
18792025-04-01T17:22:26.527Z Compiling ipnetwork v0.21.1
18802025-04-01T17:22:26.577Z Compiling hubpack_derive v0.1.1
18812025-04-01T17:22:27.190Z Compiling openapiv3 v2.0.0
18822025-04-01T17:22:27.280Z Compiling signature v2.2.0
18832025-04-01T17:22:27.411Z Compiling daft-derive v0.1.2
18842025-04-01T17:22:27.431Z Compiling zerocopy-derive v0.6.6
18852025-04-01T17:22:27.513Z Compiling curve25519-dalek-derive v0.1.1
18862025-04-01T17:22:28.865Z Compiling fs-err v2.11.0
18872025-04-01T17:22:28.885Z Compiling ahash v0.8.11
18882025-04-01T17:22:29.158Z Compiling crc32fast v1.4.2
18892025-04-01T17:22:29.233Z Compiling base64 v0.22.1
18902025-04-01T17:22:29.290Z Compiling gimli v0.31.1
18912025-04-01T17:22:29.482Z Compiling utf8parse v0.2.2
18922025-04-01T17:22:29.678Z Compiling openssl-probe v0.1.5
18932025-04-01T17:22:29.978Z Compiling unicode-properties v0.1.3
18942025-04-01T17:22:30.162Z Compiling zip v2.1.3
18952025-04-01T17:22:30.527Z Compiling unicode-bidi v0.3.17
18962025-04-01T17:22:30.544Z Compiling buf-list v1.0.3
18972025-04-01T17:22:31.038Z Compiling anstyle v1.0.10
18982025-04-01T17:22:31.473Z Compiling stringprep v0.1.5
18992025-04-01T17:22:31.549Z Compiling anstyle-parse v0.2.5
19002025-04-01T17:22:31.974Z Compiling rand v0.8.5
19012025-04-01T17:22:33.835Z Compiling addr2line v0.24.2
19022025-04-01T17:22:35.173Z Compiling rand v0.9.0
19032025-04-01T17:22:35.484Z Compiling crossbeam-deque v0.8.5
19042025-04-01T17:22:35.850Z Compiling hyper-util v0.1.10
19052025-04-01T17:22:35.870Z Compiling darling_macro v0.20.10
19062025-04-01T17:22:36.738Z Compiling url v2.5.3
19072025-04-01T17:22:38.290Z Compiling usdt-macro v0.5.0
19082025-04-01T17:22:39.108Z Compiling usdt-attr-macro v0.5.0
19092025-04-01T17:22:40.332Z Compiling num-integer v0.1.46
19102025-04-01T17:22:40.572Z Compiling md-5 v0.10.6
19112025-04-01T17:22:40.699Z Compiling hash32 v0.2.1
19122025-04-01T17:22:40.817Z Compiling ff v0.13.0
19132025-04-01T17:22:40.988Z Compiling object v0.36.5
19142025-04-01T17:22:41.061Z Compiling fallible-iterator v0.2.0
19152025-04-01T17:22:41.064Z Compiling colorchoice v1.0.2
19162025-04-01T17:22:41.259Z Compiling rustc-demangle v0.1.24
19172025-04-01T17:22:41.739Z Compiling is_terminal_polyfill v1.70.1
19182025-04-01T17:22:43.558Z Compiling base16ct v0.2.0
19192025-04-01T17:22:43.866Z Compiling psl-types v2.0.11
19202025-04-01T17:22:44.096Z Compiling anstyle-query v1.1.1
19212025-04-01T17:22:44.276Z Compiling anstream v0.6.15
19222025-04-01T17:22:44.762Z Compiling publicsuffix v2.3.0
19232025-04-01T17:22:44.863Z Compiling sec1 v0.7.3
19242025-04-01T17:22:45.386Z Compiling postgres-protocol v0.6.8
19252025-04-01T17:22:46.082Z Compiling group v0.13.0
19262025-04-01T17:22:46.487Z Compiling num-iter v0.1.45
19272025-04-01T17:22:48.027Z Compiling darling v0.20.10
19282025-04-01T17:22:48.248Z Compiling bzip2 v0.4.4
19292025-04-01T17:22:48.638Z Compiling backtrace v0.3.74
19302025-04-01T17:22:48.969Z Compiling tokio-native-tls v0.3.1
19312025-04-01T17:22:49.099Z Compiling flate2 v1.1.0
19322025-04-01T17:22:49.624Z Compiling strum_macros v0.25.3
19332025-04-01T17:22:49.990Z Compiling phf_shared v0.11.2
19342025-04-01T17:22:50.697Z Compiling rustls-webpki v0.102.8
19352025-04-01T17:22:50.700Z Compiling http-body-util v0.1.2
19362025-04-01T17:22:51.480Z Compiling webpki-roots v0.26.6
19372025-04-01T17:22:52.419Z Compiling terminal_size v0.4.0
19382025-04-01T17:22:52.655Z Compiling hkdf v0.12.4
19392025-04-01T17:22:52.888Z Compiling sync_wrapper v1.0.1
19402025-04-01T17:22:52.962Z Compiling enum-as-inner v0.6.1
19412025-04-01T17:22:53.053Z Compiling clap_derive v4.5.32
19422025-04-01T17:22:53.074Z Compiling crypto-bigint v0.5.5
19432025-04-01T17:22:53.950Z Compiling serde_repr v0.1.19
19442025-04-01T17:22:55.038Z Compiling regress v0.10.3
19452025-04-01T17:22:56.474Z Compiling encoding_rs v0.8.34
19462025-04-01T17:22:57.242Z Compiling simd-adler32 v0.3.7
19472025-04-01T17:22:57.720Z Compiling ipnet v2.11.0
19482025-04-01T17:22:58.662Z Compiling tokio-rustls v0.26.0
19492025-04-01T17:22:59.136Z Compiling unicode-width v0.2.0
19502025-04-01T17:22:59.510Z Compiling bumpalo v3.16.0
19512025-04-01T17:22:59.530Z Compiling managed v0.8.0
19522025-04-01T17:22:59.696Z Compiling tower-layer v0.3.3
19532025-04-01T17:22:59.965Z Compiling clap_lex v0.7.4
19542025-04-01T17:23:00.003Z Compiling lockfree-object-pool v0.1.6
19552025-04-01T17:23:00.276Z Compiling bitflags v1.3.2
19562025-04-01T17:23:00.404Z Compiling mime v0.3.17
19572025-04-01T17:23:01.368Z Compiling clap_builder v4.5.32
19582025-04-01T17:23:01.428Z Compiling zopfli v0.8.1
19592025-04-01T17:23:02.773Z Compiling tower v0.5.2
19602025-04-01T17:23:02.950Z Compiling console v0.15.10
19612025-04-01T17:23:03.621Z Compiling hyper-rustls v0.27.3
19622025-04-01T17:23:04.081Z Compiling typify-impl v0.3.0
19632025-04-01T17:23:04.188Z Compiling elliptic-curve v0.13.8
19642025-04-01T17:23:04.531Z Compiling oxnet v0.1.1
19652025-04-01T17:23:05.498Z Compiling hyper-tls v0.6.0
19662025-04-01T17:23:07.472Z Compiling phf v0.11.2
19672025-04-01T17:23:07.621Z Compiling rayon v1.10.0
19682025-04-01T17:23:07.751Z Compiling signal-hook-mio v0.2.4
19692025-04-01T17:23:07.938Z Compiling cookie_store v0.21.1
19702025-04-01T17:23:08.445Z Compiling postgres-types v0.2.9
19712025-04-01T17:23:09.199Z Compiling zerocopy v0.6.6
19722025-04-01T17:23:09.226Z Compiling ed25519 v2.2.3
19732025-04-01T17:23:09.310Z Compiling hubpack v0.1.2
19742025-04-01T17:23:09.729Z Compiling phf_shared v0.10.0
19752025-04-01T17:23:09.749Z Compiling serde_urlencoded v0.7.1
19762025-04-01T17:23:10.327Z Compiling rustls-pemfile v2.2.0
19772025-04-01T17:23:10.455Z Compiling pkcs1 v0.7.5
19782025-04-01T17:23:11.289Z Compiling futures-executor v0.3.31
19792025-04-01T17:23:11.739Z Compiling serde-big-array v0.5.1
19802025-04-01T17:23:11.790Z Compiling rfc6979 v0.4.0
19812025-04-01T17:23:11.980Z Compiling float-cmp v0.10.0
19822025-04-01T17:23:11.999Z Compiling bstr v1.10.0
19832025-04-01T17:23:12.107Z Compiling memmap v0.7.0
19842025-04-01T17:23:12.213Z Compiling whoami v1.5.2
19852025-04-01T17:23:12.265Z Compiling data-encoding v2.6.0
19862025-04-01T17:23:12.420Z Compiling fixedbitset v0.4.2
19872025-04-01T17:23:13.129Z Compiling predicates-core v1.0.8
19882025-04-01T17:23:13.260Z Compiling number_prefix v0.4.0
19892025-04-01T17:23:13.509Z Compiling normalize-line-endings v0.3.0
19902025-04-01T17:23:13.628Z Compiling unicode-segmentation v1.12.0
19912025-04-01T17:23:13.663Z Compiling new_debug_unreachable v1.0.6
19922025-04-01T17:23:13.786Z Compiling difflib v0.4.0
19932025-04-01T17:23:13.916Z Compiling static_assertions v1.1.0
19942025-04-01T17:23:14.047Z Compiling precomputed-hash v0.1.1
19952025-04-01T17:23:14.122Z Compiling winnow v0.7.3
19962025-04-01T17:23:14.212Z Compiling string_cache v0.8.7
19972025-04-01T17:23:14.482Z Compiling similar v2.7.0
19982025-04-01T17:23:14.632Z Compiling reqwest v0.12.12
19992025-04-01T17:23:14.872Z Compiling predicates v3.1.3
20002025-04-01T17:23:15.390Z Compiling typify-macro v0.3.0
20012025-04-01T17:23:16.212Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20022025-04-01T17:23:16.212Z Compiling indicatif v0.17.11
20032025-04-01T17:23:17.318Z Compiling toml_edit v0.22.24
20042025-04-01T17:23:17.588Z Compiling hickory-proto v0.24.4
20052025-04-01T17:23:17.909Z Compiling petgraph v0.6.5
20062025-04-01T17:23:18.607Z Compiling tokio-postgres v0.7.13
20072025-04-01T17:23:21.450Z Compiling usdt v0.5.0
20082025-04-01T17:23:21.938Z Compiling ecdsa v0.16.9
20092025-04-01T17:23:22.728Z Compiling futures v0.3.31
20102025-04-01T17:23:22.941Z Compiling rsa v0.9.6
20112025-04-01T17:23:23.620Z Compiling ed25519-dalek v2.1.1
20122025-04-01T17:23:24.626Z Compiling crossterm v0.28.1
20132025-04-01T17:23:25.043Z Compiling daft v0.1.2
20142025-04-01T17:23:25.467Z Compiling clap v4.5.32
20152025-04-01T17:23:25.525Z Compiling zip v0.6.6
20162025-04-01T17:23:25.905Z Compiling tokio-stream v0.1.17
20172025-04-01T17:23:26.108Z Compiling toml v0.7.8
20182025-04-01T17:23:26.845Z Compiling x509-cert v0.2.5
20192025-04-01T17:23:27.444Z Compiling hex v0.4.3
20202025-04-01T17:23:28.064Z Compiling sha1 v0.10.6
20212025-04-01T17:23:28.088Z Compiling itertools v0.10.5
20222025-04-01T17:23:29.004Z Compiling unicode-xid v0.2.6
20232025-04-01T17:23:29.028Z Compiling camino v1.1.9
20242025-04-01T17:23:29.280Z Compiling lalrpop-util v0.19.12
20252025-04-01T17:23:29.667Z Compiling peg-runtime v0.8.5
20262025-04-01T17:23:30.893Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20272025-04-01T17:23:31.172Z Compiling proc-macro-crate v1.3.1
20282025-04-01T17:23:31.866Z Compiling macaddr v1.0.1
20292025-04-01T17:23:32.476Z Compiling itertools v0.13.0
20302025-04-01T17:23:32.782Z Compiling fastrand v2.1.1
20312025-04-01T17:23:34.637Z Compiling heapless v0.8.0
20322025-04-01T17:23:35.375Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20332025-04-01T17:23:35.467Z Compiling tempfile v3.13.0
20342025-04-01T17:23:38.557Z Compiling num_enum_derive v0.5.11
20352025-04-01T17:23:42.872Z Compiling structmeta-derive v0.3.0
20362025-04-01T17:23:43.037Z Compiling hash32 v0.3.1
20372025-04-01T17:23:43.618Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20382025-04-01T17:23:43.828Z Compiling smoltcp v0.11.0
20392025-04-01T17:23:48.512Z Compiling structmeta v0.3.0
20402025-04-01T17:23:54.531Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20412025-04-01T17:23:55.433Z Compiling num_enum v0.5.11
20422025-04-01T17:23:56.304Z Compiling typify v0.3.0
20432025-04-01T17:23:56.812Z Compiling strum_macros v0.26.4
20442025-04-01T17:23:59.690Z Compiling dirs-sys-next v0.1.2
20452025-04-01T17:24:00.736Z Compiling proc-macro-error-attr v1.0.4
20462025-04-01T17:24:01.082Z Compiling cobs v0.2.3
20472025-04-01T17:24:02.859Z Compiling unsafe-libyaml v0.2.11
20482025-04-01T17:24:03.394Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20492025-04-01T17:24:03.741Z Compiling rustls v0.22.4
20502025-04-01T17:24:04.228Z Compiling serde_yaml v0.9.34+deprecated
20512025-04-01T17:24:08.604Z Compiling postcard v1.0.10
20522025-04-01T17:24:09.421Z Compiling strum v0.26.3
20532025-04-01T17:24:09.789Z Compiling dirs-next v2.0.0
20542025-04-01T17:24:13.148Z Compiling progenitor-impl v0.9.1
20552025-04-01T17:24:13.218Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20562025-04-01T17:24:23.046Z Compiling foreign-types-macros v0.2.3
20572025-04-01T17:24:23.446Z Compiling thread_local v1.1.8
20582025-04-01T17:24:24.098Z Compiling wait-timeout v0.2.0
20592025-04-01T17:24:24.218Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20602025-04-01T17:24:24.247Z Compiling proc-macro-error v1.0.4
20612025-04-01T17:24:24.581Z Compiling multer v3.1.0
20622025-04-01T17:24:24.928Z Compiling slog-async v2.8.0
20632025-04-01T17:24:24.968Z Compiling unicode-width v0.1.14
20642025-04-01T17:24:25.019Z Compiling bit-vec v0.8.0
20652025-04-01T17:24:25.603Z Compiling foreign-types-shared v0.3.1
20662025-04-01T17:24:26.117Z Compiling match_cfg v0.1.0
20672025-04-01T17:24:26.188Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20682025-04-01T17:24:26.248Z Compiling quick-error v1.2.3
20692025-04-01T17:24:26.434Z Compiling rusty-fork v0.3.0
20702025-04-01T17:24:28.324Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20712025-04-01T17:24:29.851Z Compiling hostname v0.3.1
20722025-04-01T17:24:31.963Z Compiling foreign-types v0.5.0
20732025-04-01T17:24:32.195Z Compiling bit-set v0.8.0
20742025-04-01T17:24:32.566Z Compiling tabwriter v1.4.0
20752025-04-01T17:24:38.579Z Compiling progenitor-macro v0.9.1
20762025-04-01T17:24:44.720Z Compiling term v0.7.0
20772025-04-01T17:24:45.574Z Compiling parse-display-derive v0.10.0
20782025-04-01T17:24:45.697Z Compiling progenitor-client v0.9.1
20792025-04-01T17:24:48.018Z Compiling slog-json v2.6.1
20802025-04-01T17:24:48.855Z Compiling crossbeam-channel v0.5.13
20812025-04-01T17:24:50.290Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20822025-04-01T17:24:50.310Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20832025-04-01T17:24:50.428Z Compiling async-stream-impl v0.3.6
20842025-04-01T17:24:51.065Z Compiling rand_xorshift v0.3.0
20852025-04-01T17:24:51.103Z Compiling cstr-argument v0.1.2
20862025-04-01T17:24:51.370Z Compiling is-terminal v0.4.13
20872025-04-01T17:24:51.399Z Compiling dropshot v0.16.0
20882025-04-01T17:24:51.539Z Compiling crucible-workspace-hack v0.1.0
20892025-04-01T17:24:51.731Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
20902025-04-01T17:24:52.050Z Compiling pretty-hex v0.2.1
20912025-04-01T17:24:52.070Z Compiling take_mut v0.2.2
20922025-04-01T17:24:52.272Z Compiling unarray v0.1.4
20932025-04-01T17:24:52.316Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20942025-04-01T17:24:52.462Z Compiling proptest v1.6.0
20952025-04-01T17:24:53.005Z Compiling async-stream v0.3.6
20962025-04-01T17:24:53.025Z Compiling slog-term v2.9.1
20972025-04-01T17:24:53.331Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20982025-04-01T17:24:54.485Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20992025-04-01T17:24:54.761Z Compiling parse-display v0.10.0
21002025-04-01T17:24:55.212Z Compiling progenitor v0.9.1
21012025-04-01T17:24:55.479Z Compiling slog-bunyan v2.5.0
21022025-04-01T17:24:55.611Z Compiling tokio-rustls v0.25.0
21032025-04-01T17:24:56.471Z Compiling toml v0.8.20
21042025-04-01T17:24:56.746Z Compiling test-strategy v0.4.0
21052025-04-01T17:24:57.645Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21062025-04-01T17:24:57.889Z Compiling colored v2.2.0
21072025-04-01T17:24:58.721Z Compiling serde_with_macros v3.12.0
21082025-04-01T17:24:59.294Z Compiling waitgroup v0.1.2
21092025-04-01T17:24:59.546Z Compiling dropshot_endpoint v0.16.0
21102025-04-01T17:24:59.582Z Compiling serde_path_to_error v0.1.16
21112025-04-01T17:24:59.856Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21122025-04-01T17:25:00.586Z Compiling hostname v0.4.0
21132025-04-01T17:25:00.631Z Compiling instant v0.1.13
21142025-04-01T17:25:00.829Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21152025-04-01T17:25:00.884Z Compiling debug-ignore v1.0.5
21162025-04-01T17:25:01.067Z Compiling winnow v0.6.20
21172025-04-01T17:25:01.143Z Compiling serde_with v3.12.0
21182025-04-01T17:25:01.250Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21192025-04-01T17:25:02.576Z Compiling backoff v0.4.0
21202025-04-01T17:25:02.976Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21212025-04-01T17:25:03.226Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#0ae28910)
21222025-04-01T17:25:04.114Z Compiling zone_cfg_derive v0.3.0
21232025-04-01T17:25:05.457Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21242025-04-01T17:25:05.480Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd)
21252025-04-01T17:25:05.942Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
21262025-04-01T17:25:06.186Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21272025-04-01T17:25:06.403Z Compiling camino-tempfile v1.1.1
21282025-04-01T17:25:06.961Z Compiling num-derive v0.4.2
21292025-04-01T17:25:07.161Z Compiling sigpipe v0.1.3
21302025-04-01T17:25:07.330Z Compiling libefi-sys v0.1.0
21312025-04-01T17:25:07.693Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21322025-04-01T17:25:08.082Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21332025-04-01T17:25:09.181Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
21342025-04-01T17:25:10.937Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21352025-04-01T17:25:12.107Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21362025-04-01T17:25:12.132Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
21372025-04-01T17:25:12.644Z Compiling zone v0.3.0
21382025-04-01T17:25:12.696Z Compiling itertools v0.14.0
21392025-04-01T17:25:13.957Z Compiling smf v0.2.3
21402025-04-01T17:25:14.688Z Compiling bitfield-struct v0.6.2
21412025-04-01T17:25:15.986Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21422025-04-01T17:25:16.041Z Compiling blake3 v1.5.4
21432025-04-01T17:25:16.268Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21442025-04-01T17:25:16.553Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21452025-04-01T17:25:16.589Z Compiling xattr v1.3.1
21462025-04-01T17:25:16.919Z Compiling filetime v0.2.25
21472025-04-01T17:25:16.938Z Compiling memmap2 v0.9.5
21482025-04-01T17:25:17.011Z Compiling same-file v1.0.6
21492025-04-01T17:25:17.306Z Compiling arrayvec v0.7.6
21502025-04-01T17:25:17.326Z Compiling arrayref v0.3.9
21512025-04-01T17:25:17.330Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21522025-04-01T17:25:17.441Z Compiling constant_time_eq v0.3.1
21532025-04-01T17:25:17.461Z Compiling walkdir v2.5.0
21542025-04-01T17:25:17.486Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21552025-04-01T17:25:17.590Z Compiling tar v0.4.44
21562025-04-01T17:25:18.840Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21572025-04-01T17:25:18.966Z Compiling gethostname v0.5.0
21582025-04-01T17:25:19.061Z Compiling cargo-platform v0.1.8
21592025-04-01T17:25:19.224Z Compiling fixedbitset v0.5.7
21602025-04-01T17:25:19.282Z Compiling topological-sort v0.2.2
21612025-04-01T17:25:19.602Z Compiling omicron-zone-package v0.12.0
21622025-04-01T17:25:20.186Z Compiling petgraph v0.7.1
21632025-04-01T17:25:20.239Z Compiling cargo_metadata v0.19.2
21642025-04-01T17:25:20.399Z Compiling indent_write v2.2.0
21652025-04-01T17:25:20.667Z Compiling shell-words v1.1.0
21662025-04-01T17:25:30.162Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21672025-04-01T17:25:32.170Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21682025-04-01T17:25:35.121Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21692025-04-01T17:25:50.193Z Finished `release` profile [optimized] target(s) in 5m 02s
21702025-04-01T17:25:50.363Z Running `target/release/omicron-package -t test target create -p dev`
21712025-04-01T17:25:50.412ZLogging to: /work/oxidecomputer/omicron/out/LOG
21722025-04-01T17:25:50.415ZCreated new build target 'test' and set it as active
21732025-04-01T17:25:50.415Z
21742025-04-01T17:25:50.415Zreal 5:03.134299679
21752025-04-01T17:25:50.415Zuser 35:02.214403552
21762025-04-01T17:25:50.415Zsys 3:29.998912683
21772025-04-01T17:25:50.415Ztrap 1.114023358
21782025-04-01T17:25:50.415Ztflt 1.954677761
21792025-04-01T17:25:50.415Zdflt 1.084072735
21802025-04-01T17:25:50.415Zkflt 0.000148792
21812025-04-01T17:25:50.415Zlock 1:07:35.594265494
21822025-04-01T17:25:50.415Zslp 2:21:12.775334832
21832025-04-01T17:25:50.415Zlat 2:43.025537768
21842025-04-01T17:25:50.415Zstop 4:45.793148205
21852025-04-01T17:25:50.415Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21862025-04-01T17:25:51.417Z Finished `release` profile [optimized] target(s) in 0.94s
21872025-04-01T17:25:51.479Z Running `target/release/omicron-package -t test package`
21882025-04-01T17:25:51.526ZLogging to: /work/oxidecomputer/omicron/out/LOG
21892025-04-01T17:25:52.702Z Compiling ring v0.17.11
21902025-04-01T17:25:52.872Z Compiling convert_case v0.4.0
21912025-04-01T17:25:52.882Z Compiling camino v1.1.9
21922025-04-01T17:25:52.885Z Compiling derive-where v1.2.7
21932025-04-01T17:25:52.885Z Compiling newline-converter v0.3.0
21942025-04-01T17:25:52.885Z Compiling fastrand v2.1.1
21952025-04-01T17:25:52.885Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21962025-04-01T17:25:53.119Z Compiling expectorate v1.1.0
21972025-04-01T17:25:53.350Z Compiling tempfile v3.13.0
21982025-04-01T17:25:53.387Z Compiling password-hash v0.5.0
21992025-04-01T17:25:53.566Z Compiling derive_more v0.99.19
22002025-04-01T17:25:53.600Z Compiling blake2 v0.10.6
22012025-04-01T17:25:53.716Z Compiling base64 v0.21.7
22022025-04-01T17:25:53.992Z Compiling atomicwrites v0.4.4
22032025-04-01T17:25:54.512Z Compiling argon2 v0.5.3
22042025-04-01T17:25:54.785Z Compiling toml v0.8.20
22052025-04-01T17:25:54.805Z Compiling cancel-safe-futures v0.1.5
22062025-04-01T17:25:55.178Z Compiling owo-colors v4.2.0
22072025-04-01T17:25:55.552Z Compiling num-rational v0.4.2
22082025-04-01T17:25:55.770Z Compiling libsw-core v0.3.1
22092025-04-01T17:25:55.790Z Compiling num-complex v0.4.6
22102025-04-01T17:25:56.042Z Compiling dirs-sys-next v0.1.2
22112025-04-01T17:25:56.061Z Compiling libsw v3.4.0
22122025-04-01T17:25:56.372Z Compiling dirs-next v2.0.0
22132025-04-01T17:25:56.810Z Compiling num v0.4.3
22142025-04-01T17:25:56.900Z Compiling swrite v0.1.0
22152025-04-01T17:25:56.918Z Compiling linear-map v1.2.0
22162025-04-01T17:25:57.030Z Compiling utf-8 v0.7.6
22172025-04-01T17:25:57.202Z Compiling float-ord v0.3.2
22182025-04-01T17:25:57.316Z Compiling term v0.7.0
22192025-04-01T17:25:57.378Z Compiling is-terminal v0.4.13
22202025-04-01T17:25:57.382Z Compiling linked-hash-map v0.5.6
22212025-04-01T17:25:57.513Z Compiling highway v1.3.0
22222025-04-01T17:25:57.755Z Compiling lru-cache v0.1.2
22232025-04-01T17:25:57.888Z Compiling rustls v0.23.19
22242025-04-01T17:25:57.919Z Compiling tungstenite v0.21.0
22252025-04-01T17:25:57.994Z Compiling semver v0.1.20
22262025-04-01T17:25:58.398Z Compiling resolv-conf v0.7.0
22272025-04-01T17:25:58.497Z Compiling rustc_version v0.1.7
22282025-04-01T17:25:58.875Z Compiling newtype_derive v0.1.6
22292025-04-01T17:25:58.956Z Compiling hickory-resolver v0.24.4
22302025-04-01T17:25:58.960Z Compiling rustls v0.22.4
22312025-04-01T17:25:59.008Z Compiling thread_local v1.1.8
22322025-04-01T17:25:59.076Z Compiling tokio-tungstenite v0.21.0
22332025-04-01T17:25:59.237Z Compiling wait-timeout v0.2.0
22342025-04-01T17:25:59.467Z Compiling quick-error v1.2.3
22352025-04-01T17:25:59.646Z Compiling bit-vec v0.8.0
22362025-04-01T17:25:59.666Z Compiling match_cfg v0.1.0
22372025-04-01T17:25:59.714Z Compiling rusty-fork v0.3.0
22382025-04-01T17:25:59.780Z Compiling hostname v0.3.1
22392025-04-01T17:25:59.985Z Compiling multer v3.1.0
22402025-04-01T17:26:00.063Z Compiling bit-set v0.8.0
22412025-04-01T17:26:00.082Z Compiling slog-async v2.8.0
22422025-04-01T17:26:00.159Z Compiling slog-json v2.6.1
22432025-04-01T17:26:00.218Z Compiling crossbeam-channel v0.5.13
22442025-04-01T17:26:00.303Z Compiling rustls-webpki v0.102.8
22452025-04-01T17:26:00.362Z Compiling rand_xorshift v0.3.0
22462025-04-01T17:26:00.492Z Compiling unarray v0.1.4
22472025-04-01T17:26:00.618Z Compiling humantime v2.1.0
22482025-04-01T17:26:00.673Z Compiling take_mut v0.2.2
22492025-04-01T17:26:00.849Z Compiling proptest v1.6.0
22502025-04-01T17:26:01.895Z Compiling slog-bunyan v2.5.0
22512025-04-01T17:26:02.251Z Compiling slog-term v2.9.1
22522025-04-01T17:26:02.690Z Compiling parse-display v0.10.0
22532025-04-01T17:26:02.834Z Compiling dropshot v0.16.0
22542025-04-01T17:26:02.911Z Compiling async-stream v0.3.6
22552025-04-01T17:26:03.157Z Compiling strum v0.26.3
22562025-04-01T17:26:03.204Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22572025-04-01T17:26:03.220Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
22582025-04-01T17:26:03.331Z Compiling waitgroup v0.1.2
22592025-04-01T17:26:03.366Z Compiling serde_path_to_error v0.1.16
22602025-04-01T17:26:03.558Z Compiling hostname v0.4.0
22612025-04-01T17:26:03.765Z Compiling instant v0.1.13
22622025-04-01T17:26:03.938Z Compiling debug-ignore v1.0.5
22632025-04-01T17:26:04.101Z Compiling backoff v0.4.0
22642025-04-01T17:26:04.104Z Compiling steno v0.4.1
22652025-04-01T17:26:04.466Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
22662025-04-01T17:26:05.716Z Compiling tokio-rustls v0.25.0
22672025-04-01T17:26:08.172Z Compiling tokio-rustls v0.26.0
22682025-04-01T17:26:08.306Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#0ae28910)
22692025-04-01T17:26:08.651Z Compiling hyper-rustls v0.27.3
22702025-04-01T17:26:09.162Z Compiling reqwest v0.12.12
22712025-04-01T17:26:09.231Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22722025-04-01T17:26:09.443Z Compiling serde_with v3.12.0
22732025-04-01T17:26:13.347Z Compiling progenitor-client v0.9.1
22742025-04-01T17:26:13.915Z Compiling progenitor v0.9.1
22752025-04-01T17:26:14.157Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd)
22762025-04-01T17:26:14.469Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22772025-04-01T17:26:16.379Z Compiling macaddr v1.0.1
22782025-04-01T17:26:16.806Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
22792025-04-01T17:26:16.882Z Compiling qorb v0.2.1
22802025-04-01T17:26:18.178Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22812025-04-01T17:26:19.244Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22822025-04-01T17:26:20.120Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
22832025-04-01T17:26:20.391Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22842025-04-01T17:26:24.957Z Compiling slog-dtrace v0.3.0
22852025-04-01T17:26:25.594Z Compiling prettyplease v0.2.30
22862025-04-01T17:26:36.500Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22872025-04-01T17:26:39.682Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22882025-04-01T17:26:40.300Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22892025-04-01T17:26:42.605Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22902025-04-01T17:26:47.760Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
22912025-04-01T17:26:48.026Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
22922025-04-01T17:26:48.104Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22932025-04-01T17:26:50.985Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22942025-04-01T17:26:52.002Z Compiling half v2.4.1
22952025-04-01T17:26:52.141Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22962025-04-01T17:26:52.725Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22972025-04-01T17:26:54.608Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
22982025-04-01T17:26:56.031Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22992025-04-01T17:26:58.411Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23002025-04-01T17:26:59.697Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23012025-04-01T17:27:02.859Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23022025-04-01T17:27:07.801Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23032025-04-01T17:27:07.837Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23042025-04-01T17:27:07.893Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23052025-04-01T17:27:08.154Z Compiling ciborium-io v0.2.2
23062025-04-01T17:27:08.326Z Compiling ciborium-ll v0.2.2
23072025-04-01T17:27:08.860Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23082025-04-01T17:27:09.341Z Compiling bytecount v0.6.8
23092025-04-01T17:27:09.700Z Compiling ciborium v0.2.2
23102025-04-01T17:27:11.780Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23112025-04-01T17:27:17.671Z Compiling display-error-chain v0.2.2
23122025-04-01T17:27:17.841Z Compiling const_format_proc_macros v0.2.34
23132025-04-01T17:27:17.969Z Compiling keccak v0.1.5
23142025-04-01T17:27:18.131Z Compiling same-file v1.0.6
23152025-04-01T17:27:18.401Z Compiling maplit v1.0.2
23162025-04-01T17:27:18.552Z Compiling crunchy v0.2.2
23172025-04-01T17:27:19.071Z Compiling walkdir v2.5.0
23182025-04-01T17:27:19.196Z Compiling sha3 v0.10.8
23192025-04-01T17:27:19.599Z Compiling const_format v0.2.34
23202025-04-01T17:27:19.696Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23212025-04-01T17:27:19.992Z Compiling dsl_auto_type v0.1.2
23222025-04-01T17:27:20.861Z Compiling scheduled-thread-pool v0.2.7
23232025-04-01T17:27:21.051Z Compiling diesel_table_macro_syntax v0.2.0
23242025-04-01T17:27:21.205Z Compiling tiny-keccak v2.0.2
23252025-04-01T17:27:21.409Z Compiling radium v0.7.0
23262025-04-01T17:27:21.561Z Compiling diesel_derives v2.2.3
23272025-04-01T17:27:21.909Z Compiling r2d2 v0.8.10
23282025-04-01T17:27:22.188Z Compiling blake3 v1.5.4
23292025-04-01T17:27:22.512Z Compiling xattr v1.3.1
23302025-04-01T17:27:22.790Z Compiling memmap2 v0.9.5
23312025-04-01T17:27:22.900Z Compiling filetime v0.2.25
23322025-04-01T17:27:22.995Z Compiling arrayvec v0.7.6
23332025-04-01T17:27:23.178Z Compiling constant_time_eq v0.3.1
23342025-04-01T17:27:23.190Z Compiling maybe-uninit v2.0.0
23352025-04-01T17:27:23.270Z Compiling arrayref v0.3.9
23362025-04-01T17:27:23.357Z Compiling tap v1.0.1
23372025-04-01T17:27:23.398Z Compiling bit-vec v0.6.3
23382025-04-01T17:27:23.569Z Compiling wyz v0.5.1
23392025-04-01T17:27:23.741Z Compiling bit-set v0.5.3
23402025-04-01T17:27:23.786Z Compiling tar v0.4.44
23412025-04-01T17:27:24.385Z Compiling toolchain_find v0.4.0
23422025-04-01T17:27:24.465Z Compiling ascii-canvas v3.0.0
23432025-04-01T17:27:24.533Z Compiling camino-tempfile v1.1.1
23442025-04-01T17:27:24.906Z Compiling phf_generator v0.11.2
23452025-04-01T17:27:24.915Z Compiling secrecy v0.8.0
23462025-04-01T17:27:24.954Z Compiling async-recursion v1.1.1
23472025-04-01T17:27:25.093Z Compiling ena v0.14.3
23482025-04-01T17:27:25.182Z Compiling funty v2.0.0
23492025-04-01T17:27:25.517Z Compiling packed_struct v0.10.1
23502025-04-01T17:27:25.632Z Compiling regex-syntax v0.6.29
23512025-04-01T17:27:25.956Z Compiling crc-catalog v2.4.0
23522025-04-01T17:27:26.118Z Compiling bindgen v0.71.1
23532025-04-01T17:27:26.251Z Compiling topological-sort v0.2.2
23542025-04-01T17:27:26.489Z Compiling diff v0.1.13
23552025-04-01T17:27:26.590Z Compiling omicron-zone-package v0.12.0
23562025-04-01T17:27:26.928Z Compiling crc v3.2.1
23572025-04-01T17:27:27.855Z Compiling bitvec v1.0.1
23582025-04-01T17:27:28.158Z Compiling phf_codegen v0.11.2
23592025-04-01T17:27:28.392Z Compiling rustfmt-wrapper v0.2.1
23602025-04-01T17:27:28.956Z Compiling lalrpop v0.19.12
23612025-04-01T17:27:29.108Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23622025-04-01T17:27:30.211Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
23632025-04-01T17:27:30.457Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23642025-04-01T17:27:30.707Z Compiling typify-impl v0.2.0
23652025-04-01T17:27:31.164Z Compiling universal-hash v0.5.1
23662025-04-01T17:27:31.416Z Compiling packed_struct_codegen v0.10.1
23672025-04-01T17:27:31.431Z Compiling thiserror-impl-no-std v2.0.2
23682025-04-01T17:27:31.947Z Compiling diesel v2.2.8
23692025-04-01T17:27:32.310Z Compiling parse-zoneinfo v0.3.1
23702025-04-01T17:27:33.703Z Compiling indexmap v1.9.3
23712025-04-01T17:27:33.727Z Compiling ref-cast v1.0.23
23722025-04-01T17:27:33.846Z Compiling nodrop v0.1.14
23732025-04-01T17:27:34.016Z Compiling rustc-hash v2.1.1
23742025-04-01T17:27:34.038Z Compiling opaque-debug v0.3.1
23752025-04-01T17:27:34.214Z Compiling poly1305 v0.8.0
23762025-04-01T17:27:34.363Z Compiling array-init v0.0.4
23772025-04-01T17:27:35.464Z Compiling thiserror-no-std v2.0.2
23782025-04-01T17:27:35.685Z Compiling chrono-tz-build v0.4.0
23792025-04-01T17:27:36.677Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23802025-04-01T17:27:39.762Z Compiling smallvec v0.6.14
23812025-04-01T17:27:40.256Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23822025-04-01T17:27:40.457Z Compiling typify-macro v0.2.0
23832025-04-01T17:27:40.560Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23842025-04-01T17:27:40.918Z Compiling derive_builder_core v0.20.2
23852025-04-01T17:27:42.927Z Compiling itertools v0.13.0
23862025-04-01T17:27:43.624Z Compiling chacha20 v0.9.1
23872025-04-01T17:27:44.082Z Compiling headers-core v0.3.0
23882025-04-01T17:27:44.323Z Compiling aead v0.5.2
23892025-04-01T17:27:44.684Z Compiling libxml v0.3.3
23902025-04-01T17:27:45.097Z Compiling ref-cast-impl v1.0.23
23912025-04-01T17:27:45.603Z Compiling vte_generate_state_changes v0.1.2
23922025-04-01T17:27:46.186Z Compiling hashbrown v0.12.3
23932025-04-01T17:27:46.229Z Compiling termcolor v1.4.1
23942025-04-01T17:27:46.394Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
23952025-04-01T17:27:46.495Z Compiling arc-swap v1.7.1
23962025-04-01T17:27:46.746Z Compiling bitfield v0.14.0
23972025-04-01T17:27:47.070Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
23982025-04-01T17:27:47.156Z Compiling slog-scope v4.4.0
23992025-04-01T17:27:47.302Z Compiling env_logger v0.10.2
24002025-04-01T17:27:47.899Z Compiling samael v0.0.18
24012025-04-01T17:27:48.527Z Compiling vte v0.11.1
24022025-04-01T17:27:53.575Z Compiling chacha20poly1305 v0.10.1
24032025-04-01T17:27:53.607Z Compiling headers v0.4.0
24042025-04-01T17:27:53.608Z Compiling derive_builder_macro v0.20.2
24052025-04-01T17:27:53.608Z Compiling polar-core v0.27.3
24062025-04-01T17:27:53.610Z Compiling serde-hex v0.1.0
24072025-04-01T17:27:53.618Z Compiling chrono-tz v0.10.1
24082025-04-01T17:27:53.619Z Compiling vsss-rs v3.3.4
24092025-04-01T17:27:53.828Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24102025-04-01T17:27:56.132Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24112025-04-01T17:27:56.529Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
24122025-04-01T17:27:56.532Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24132025-04-01T17:27:56.791Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24142025-04-01T17:27:56.847Z Compiling ron v0.8.1
24152025-04-01T17:27:57.126Z Compiling hashbrown v0.13.2
24162025-04-01T17:27:58.416Z Compiling strum_macros v0.24.3
24172025-04-01T17:28:00.917Z Compiling unicase v2.7.0
24182025-04-01T17:28:01.274Z Compiling indoc v1.0.9
24192025-04-01T17:28:01.344Z Compiling crc-any v2.5.0
24202025-04-01T17:28:02.094Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
24212025-04-01T17:28:02.286Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24222025-04-01T17:28:02.539Z Compiling object v0.30.4
24232025-04-01T17:28:14.585Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
24242025-04-01T17:28:17.921Z Compiling derive_builder v0.20.2
24252025-04-01T17:28:19.086Z Compiling strip-ansi-escapes v0.2.0
24262025-04-01T17:28:19.925Z Compiling slog-stdlog v4.1.1
24272025-04-01T17:28:21.304Z Compiling papergrid v0.11.0
24282025-04-01T17:28:22.623Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24292025-04-01T17:28:22.965Z Compiling tabled_derive v0.7.0
24302025-04-01T17:28:23.350Z Compiling fd-lock v4.0.2
24312025-04-01T17:28:23.607Z Compiling peg-macros v0.8.5
24322025-04-01T17:28:24.960Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24332025-04-01T17:28:25.947Z Compiling impl-trait-for-tuples v0.2.2
24342025-04-01T17:28:26.738Z Compiling oso-derive v0.27.3
24352025-04-01T17:28:27.695Z Compiling quick-xml v0.37.2
24362025-04-01T17:28:31.688Z Compiling diesel-dtrace v0.4.2
24372025-04-01T17:28:32.051Z Compiling path-slash v0.1.5
24382025-04-01T17:28:32.328Z Compiling nu-ansi-term v0.50.1
24392025-04-01T17:28:33.648Z Compiling reedline v0.38.0
24402025-04-01T17:28:34.463Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#8a66b292)
24412025-04-01T17:28:40.161Z Compiling oso v0.27.3
24422025-04-01T17:28:48.149Z Compiling peg v0.8.5
24432025-04-01T17:28:48.319Z Compiling tabled v0.15.0
24442025-04-01T17:28:50.057Z Compiling slog-envlogger v2.2.0
24452025-04-01T17:28:52.438Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24462025-04-01T17:28:56.774Z Compiling typify v0.2.0
24472025-04-01T17:28:56.936Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24482025-04-01T17:28:57.802Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24492025-04-01T17:28:58.475Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24502025-04-01T17:28:58.845Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24512025-04-01T17:29:03.628Z Compiling pem v3.0.5
24522025-04-01T17:29:05.126Z Compiling bb8 v0.8.5
24532025-04-01T17:29:05.717Z Compiling bcs v0.1.6
24542025-04-01T17:29:06.521Z Compiling fxhash v0.2.1
24552025-04-01T17:29:06.769Z Compiling libz-sys v1.1.20
24562025-04-01T17:29:07.434Z Compiling termtree v0.5.1
24572025-04-01T17:29:08.074Z Compiling async-bb8-diesel v0.2.1
24582025-04-01T17:29:09.058Z Compiling progenitor-impl v0.8.0
24592025-04-01T17:29:09.815Z Compiling kstat-rs v0.2.4
24602025-04-01T17:29:10.698Z Compiling proc-macro-error-attr2 v2.0.0
24612025-04-01T17:29:11.444Z Compiling proc-macro-error2 v2.0.1
24622025-04-01T17:29:12.023Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24632025-04-01T17:29:14.807Z Compiling progenitor-macro v0.8.0
24642025-04-01T17:29:21.549Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24652025-04-01T17:29:25.112Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#0ae28910)
24662025-04-01T17:29:25.656Z Compiling progenitor-client v0.8.0
24672025-04-01T17:29:26.596Z Compiling nanorand v0.7.0
24682025-04-01T17:29:27.284Z Compiling libgit2-sys v0.17.0+1.8.1
24692025-04-01T17:29:28.065Z Compiling pin-project-internal v1.1.6
24702025-04-01T17:29:30.634Z Compiling parking_lot_core v0.8.6
24712025-04-01T17:29:31.118Z Compiling pin-project v1.1.6
24722025-04-01T17:29:32.235Z Compiling flume v0.11.1
24732025-04-01T17:29:32.942Z Compiling progenitor v0.8.0
24742025-04-01T17:29:33.209Z Compiling mime_guess v2.0.5
24752025-04-01T17:29:34.275Z Compiling tabled_derive v0.10.0
24762025-04-01T17:29:37.033Z Compiling papergrid v0.14.0
24772025-04-01T17:29:51.516Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24782025-04-01T17:29:55.702Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24792025-04-01T17:30:00.227Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24802025-04-01T17:30:03.220Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24812025-04-01T17:30:03.868Z Compiling snafu-derive v0.8.5
24822025-04-01T17:30:06.405Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24832025-04-01T17:30:06.882Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24842025-04-01T17:30:07.872Z Compiling snafu v0.8.5
24852025-04-01T17:30:09.111Z Compiling tabled v0.18.0
24862025-04-01T17:30:17.561Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24872025-04-01T17:30:17.645Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24882025-04-01T17:30:18.321Z Compiling globset v0.4.15
24892025-04-01T17:30:19.701Z Compiling olpc-cjson v0.1.4
24902025-04-01T17:30:20.021Z Compiling vergen v8.3.2
24912025-04-01T17:30:20.359Z Compiling castaway v0.2.3
24922025-04-01T17:30:20.567Z Compiling nibble_vec v0.1.0
24932025-04-01T17:30:20.820Z Compiling cargo-platform v0.1.8
24942025-04-01T17:30:21.048Z Compiling serde_plain v1.0.2
24952025-04-01T17:30:21.302Z Compiling atty v0.2.14
24962025-04-01T17:30:21.491Z Compiling salty v0.3.0
24972025-04-01T17:30:21.579Z Compiling io-lifetimes v1.0.11
24982025-04-01T17:30:21.927Z Compiling endian-type v0.1.2
24992025-04-01T17:30:21.957Z Compiling http-range v0.1.5
25002025-04-01T17:30:22.118Z Compiling typed-path v0.9.3
25012025-04-01T17:30:22.195Z Compiling radix_trie v0.2.1
25022025-04-01T17:30:23.056Z Compiling git2 v0.19.0
25032025-04-01T17:30:23.108Z Compiling cargo_metadata v0.18.1
25042025-04-01T17:30:23.788Z Compiling compact_str v0.8.0
25052025-04-01T17:30:24.287Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25062025-04-01T17:30:25.481Z Compiling tough v0.20.0
25072025-04-01T17:30:25.888Z Compiling parking_lot v0.11.2
25082025-04-01T17:30:28.120Z Compiling ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api)
25092025-04-01T17:30:29.039Z Compiling unicode-truncate v1.1.0
25102025-04-01T17:30:29.360Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
25112025-04-01T17:30:29.532Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
25122025-04-01T17:30:31.092Z Compiling lru v0.12.5
25132025-04-01T17:30:31.509Z Compiling rand_seeder v0.3.0
25142025-04-01T17:30:31.918Z Compiling lzma-sys v0.1.20
25152025-04-01T17:30:32.645Z Compiling instability v0.3.2
25162025-04-01T17:30:33.624Z Compiling rustls v0.21.12
25172025-04-01T17:30:33.654Z Compiling indoc v2.0.6
25182025-04-01T17:30:33.957Z Compiling cassowary v0.3.0
25192025-04-01T17:30:33.985Z Compiling parse-size v1.1.0
25202025-04-01T17:30:34.307Z Compiling rustix v0.37.28
25212025-04-01T17:30:34.586Z Compiling ratatui v0.29.0
25222025-04-01T17:30:35.220Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#0ae28910)
25232025-04-01T17:30:35.313Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25242025-04-01T17:30:35.567Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25252025-04-01T17:30:37.368Z Compiling hyper-staticfile v0.10.1
25262025-04-01T17:30:37.478Z Compiling sled v0.34.7
25272025-04-01T17:30:40.162Z Compiling hickory-client v0.24.4
25282025-04-01T17:30:40.425Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
25292025-04-01T17:30:41.654Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25302025-04-01T17:30:44.757Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25312025-04-01T17:30:47.073Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd)
25322025-04-01T17:30:48.573Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25332025-04-01T17:30:48.935Z Compiling sct v0.7.1
25342025-04-01T17:30:49.496Z Compiling rustls-webpki v0.101.7
25352025-04-01T17:30:53.279Z Compiling hickory-server v0.24.4
25362025-04-01T17:30:53.681Z Compiling primeorder v0.13.6
25372025-04-01T17:30:54.012Z Compiling heck v0.3.3
25382025-04-01T17:30:54.271Z Compiling env_filter v0.1.2
25392025-04-01T17:30:54.433Z Compiling csv-core v0.1.11
25402025-04-01T17:30:55.337Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
25412025-04-01T17:30:55.700Z Compiling dropshot v0.12.0
25422025-04-01T17:30:55.939Z Compiling csv v1.3.1
25432025-04-01T17:30:56.180Z Compiling env_logger v0.11.5
25442025-04-01T17:30:57.623Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25452025-04-01T17:30:57.954Z Compiling zone_cfg_derive v0.1.2
25462025-04-01T17:30:58.071Z Compiling p384 v0.13.0
25472025-04-01T17:31:03.959Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25482025-04-01T17:31:04.944Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25492025-04-01T17:31:05.130Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
25502025-04-01T17:31:05.940Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25512025-04-01T17:31:06.145Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25522025-04-01T17:31:06.617Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25532025-04-01T17:31:06.980Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25542025-04-01T17:31:07.183Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25552025-04-01T17:31:07.331Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25562025-04-01T17:31:07.525Z Compiling tungstenite v0.23.0
25572025-04-01T17:31:07.674Z Compiling nix v0.27.1
25582025-04-01T17:31:10.441Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25592025-04-01T17:31:11.131Z Compiling dropshot_endpoint v0.12.0
25602025-04-01T17:31:12.615Z Compiling base64 v0.13.1
25612025-04-01T17:31:12.656Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
25622025-04-01T17:31:13.048Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25632025-04-01T17:31:13.068Z Compiling ron v0.7.1
25642025-04-01T17:31:13.744Z Compiling tokio-tungstenite v0.23.1
25652025-04-01T17:31:14.479Z Compiling xz2 v0.1.7
25662025-04-01T17:31:18.225Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25672025-04-01T17:31:19.664Z Compiling terminal_size v0.2.6
25682025-04-01T17:31:19.942Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25692025-04-01T17:31:24.370Z Compiling tokio-rustls v0.24.1
25702025-04-01T17:31:24.374Z Compiling zone v0.1.8
25712025-04-01T17:31:24.840Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25722025-04-01T17:31:27.549Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25732025-04-01T17:31:27.689Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25742025-04-01T17:31:28.476Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25752025-04-01T17:31:28.927Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25762025-04-01T17:31:29.052Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25772025-04-01T17:31:30.837Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25782025-04-01T17:31:31.548Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25792025-04-01T17:31:34.704Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25802025-04-01T17:31:36.422Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25812025-04-01T17:31:41.179Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25822025-04-01T17:31:41.611Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25832025-04-01T17:31:41.890Z Compiling rustls-pemfile v1.0.4
25842025-04-01T17:31:41.950Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25852025-04-01T17:31:42.640Z Compiling signal-hook-tokio v0.3.1
25862025-04-01T17:31:42.884Z Compiling twox-hash v2.1.0
25872025-04-01T17:31:43.739Z Compiling yasna v0.5.2
25882025-04-01T17:31:43.899Z Compiling is_ci v1.2.0
25892025-04-01T17:31:44.168Z Compiling unicode-linebreak v0.1.5
25902025-04-01T17:31:44.224Z Compiling glob v0.3.2
25912025-04-01T17:31:44.609Z Compiling smawk v0.3.2
25922025-04-01T17:31:44.635Z Compiling supports-color v3.0.2
25932025-04-01T17:31:44.752Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25942025-04-01T17:31:44.914Z Compiling rcgen v0.12.1
25952025-04-01T17:31:45.082Z Compiling textwrap v0.16.1
25962025-04-01T17:31:47.166Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25972025-04-01T17:31:48.644Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25982025-04-01T17:31:49.140Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25992025-04-01T17:31:51.966Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
26002025-04-01T17:31:55.758Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
26012025-04-01T17:31:57.063Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
26022025-04-01T17:31:58.204Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
26032025-04-01T17:32:11.526Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26042025-04-01T17:32:15.543Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26052025-04-01T17:32:16.242Z Compiling ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client)
26062025-04-01T17:32:19.327Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26072025-04-01T17:32:20.887Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
26082025-04-01T17:32:25.653Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26092025-04-01T17:32:26.179Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26102025-04-01T17:32:26.746Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26112025-04-01T17:32:32.654Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26122025-04-01T17:32:34.001Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
26132025-04-01T17:32:34.063Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26142025-04-01T17:32:36.698Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26152025-04-01T17:32:37.053Z Compiling fatfs v0.3.6
26162025-04-01T17:32:39.864Z Compiling subprocess v0.2.9
26172025-04-01T17:32:40.294Z Compiling rtoolbox v0.0.2
26182025-04-01T17:32:40.728Z Compiling assert_matches v1.5.0
26192025-04-01T17:32:42.695Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26202025-04-01T17:32:44.444Z Compiling rpassword v7.3.1
26212025-04-01T17:32:44.947Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26222025-04-01T17:32:45.116Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26232025-04-01T17:32:50.429Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26242025-04-01T17:32:57.433Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
26252025-04-01T17:33:15.177Z Compiling tui-tree-widget v0.23.0
26262025-04-01T17:33:15.641Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
26272025-04-01T17:33:18.621Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26282025-04-01T17:33:18.979Z Compiling uzers v0.12.1
26292025-04-01T17:33:22.161Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
26302025-04-01T17:33:25.339Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
26312025-04-01T17:33:27.303Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
26322025-04-01T17:33:32.061Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26332025-04-01T17:33:42.532Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
26342025-04-01T17:33:47.168Z Compiling multimap v0.10.0
26352025-04-01T17:36:09.235Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
26362025-04-01T17:43:42.958Z Finished `release` profile [optimized] target(s) in 17m 51s
26372025-04-01T17:44:50.905Z
26382025-04-01T17:44:50.908Zreal 19:00.246631251
26392025-04-01T17:44:50.908Zuser 2:13:01.183524802
26402025-04-01T17:44:50.909Zsys 3:39.377637417
26412025-04-01T17:44:50.909Ztrap 3.356878012
26422025-04-01T17:44:50.909Ztflt 1.839658149
26432025-04-01T17:44:50.909Zdflt 4.578091207
26442025-04-01T17:44:50.909Zkflt 0.001006581
26452025-04-01T17:44:50.909Zlock 8:03:39.489592683
26462025-04-01T17:44:50.909Zslp 6:52:44.251384678
26472025-04-01T17:44:50.909Zlat 3:42.006102255
26482025-04-01T17:44:50.909Zstop 3:01.215822369
26492025-04-01T17:44:50.909Z+ mapfile -t packages
26502025-04-01T17:44:50.909Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
26512025-04-01T17:44:51.974Z Compiling ring v0.17.11
26522025-04-01T17:44:53.601Z Compiling rustls v0.23.19
26532025-04-01T17:44:55.520Z Compiling rustls-webpki v0.102.8
26542025-04-01T17:44:55.711Z Compiling rustls v0.22.4
26552025-04-01T17:45:00.973Z Compiling tokio-rustls v0.26.0
26562025-04-01T17:45:01.422Z Compiling hyper-rustls v0.27.3
26572025-04-01T17:45:01.827Z Compiling reqwest v0.12.12
26582025-04-01T17:45:02.360Z Compiling tokio-rustls v0.25.0
26592025-04-01T17:45:02.857Z Compiling dropshot v0.16.0
26602025-04-01T17:45:08.995Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26612025-04-01T17:45:09.605Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26622025-04-01T17:45:14.696Z Compiling progenitor-client v0.9.1
26632025-04-01T17:45:15.392Z Compiling progenitor v0.9.1
26642025-04-01T17:45:15.656Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd)
26652025-04-01T17:45:15.779Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26662025-04-01T17:45:16.617Z Compiling omicron-zone-package v0.12.0
26672025-04-01T17:45:24.092Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26682025-04-01T17:45:32.582Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26692025-04-01T17:45:36.841Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26702025-04-01T17:45:38.833Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26712025-04-01T17:45:40.812Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26722025-04-01T17:45:55.384Z Finished `release` profile [optimized] target(s) in 1m 04s
26732025-04-01T17:45:55.554Z Running `target/release/omicron-package -t test list-outputs`
26742025-04-01T17:45:55.606ZLogging to: /work/oxidecomputer/omicron/out/LOG
26752025-04-01T17:45:55.609Z+ ptime -m cargo build --locked --release -p xtask
26762025-04-01T17:45:56.202Z Compiling serde v1.0.219
26772025-04-01T17:45:56.206Z Compiling libc v0.2.170
26782025-04-01T17:45:56.206Z Compiling serde_json v1.0.140
26792025-04-01T17:45:56.206Z Compiling rustix v0.38.37
26802025-04-01T17:45:56.206Z Compiling syn v2.0.98
26812025-04-01T17:45:56.303Z Compiling bitflags v2.6.0
26822025-04-01T17:45:56.653Z Compiling usdt-impl v0.5.0
26832025-04-01T17:45:56.704Z Compiling syn v1.0.109
26842025-04-01T17:45:56.811Z Compiling hashbrown v0.15.1
26852025-04-01T17:45:56.828Z Compiling log v0.4.22
26862025-04-01T17:45:57.054Z Compiling fs-err v2.11.0
26872025-04-01T17:45:57.266Z Compiling once_cell v1.20.3
26882025-04-01T17:45:57.388Z Compiling anyhow v1.0.97
26892025-04-01T17:45:57.679Z Compiling thread-id v4.2.2
26902025-04-01T17:45:58.040Z Compiling indexmap v2.7.1
26912025-04-01T17:45:59.146Z Compiling terminal_size v0.4.0
26922025-04-01T17:45:59.185Z Compiling tempfile v3.13.0
26932025-04-01T17:45:59.440Z Compiling clap_builder v4.5.32
26942025-04-01T17:45:59.934Z Compiling proc-macro-error v1.0.4
26952025-04-01T17:46:00.824Z Compiling tabled_derive v0.7.0
26962025-04-01T17:46:01.906Z Compiling tabled v0.15.0
26972025-04-01T17:46:02.571Z Compiling serde_derive v1.0.219
26982025-04-01T17:46:02.571Z Compiling thiserror-impl v1.0.69
26992025-04-01T17:46:02.574Z Compiling zerocopy-derive v0.7.35
27002025-04-01T17:46:02.574Z Compiling scroll_derive v0.12.0
27012025-04-01T17:46:02.574Z Compiling thiserror-impl v2.0.12
27022025-04-01T17:46:03.969Z Compiling scroll v0.12.0
27032025-04-01T17:46:04.409Z Compiling zerocopy v0.7.35
27042025-04-01T17:46:04.668Z Compiling goblin v0.8.2
27052025-04-01T17:46:05.356Z Compiling thiserror v1.0.69
27062025-04-01T17:46:05.531Z Compiling pest v2.7.14
27072025-04-01T17:46:07.050Z Compiling thiserror v2.0.12
27082025-04-01T17:46:07.236Z Compiling clap_derive v4.5.32
27092025-04-01T17:46:08.531Z Compiling pest_meta v2.7.14
27102025-04-01T17:46:11.562Z Compiling pest_generator v2.7.14
27112025-04-01T17:46:13.243Z Compiling pest_derive v2.7.14
27122025-04-01T17:46:14.125Z Compiling dtrace-parser v0.2.0
27132025-04-01T17:46:15.716Z Compiling toml_datetime v0.6.8
27142025-04-01T17:46:16.421Z Compiling serde_spanned v0.6.8
27152025-04-01T17:46:16.708Z Compiling toml_edit v0.22.24
27162025-04-01T17:46:17.705Z Compiling serde_tokenstream v0.2.2
27172025-04-01T17:46:18.352Z Compiling dof v0.3.0
27182025-04-01T17:46:20.457Z Compiling camino v1.1.9
27192025-04-01T17:46:22.130Z Compiling usdt-attr-macro v0.5.0
27202025-04-01T17:46:23.459Z Compiling usdt-macro v0.5.0
27212025-04-01T17:46:24.245Z Compiling toml v0.8.20
27222025-04-01T17:46:24.670Z Compiling cargo-platform v0.1.8
27232025-04-01T17:46:24.850Z Compiling semver v1.0.25
27242025-04-01T17:46:25.738Z Compiling cargo_metadata v0.19.2
27252025-04-01T17:46:26.288Z Compiling cargo_toml v0.21.0
27262025-04-01T17:46:26.932Z Compiling usdt v0.5.0
27272025-04-01T17:46:28.246Z Compiling camino-tempfile v1.1.1
27282025-04-01T17:46:28.350Z Compiling macaddr v1.0.1
27292025-04-01T17:46:29.006Z Compiling clap v4.5.32
27302025-04-01T17:46:39.228Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
27312025-04-01T17:46:44.942Z Finished `release` profile [optimized] target(s) in 49.26s
27322025-04-01T17:46:45.057Z
27332025-04-01T17:46:45.057Zreal 49.409355859
27342025-04-01T17:46:45.057Zuser 5:20.991002850
27352025-04-01T17:46:45.057Zsys 19.000932244
27362025-04-01T17:46:45.057Ztrap 0.153708200
27372025-04-01T17:46:45.057Ztflt 0.192028519
27382025-04-01T17:46:45.060Zdflt 0.466513486
27392025-04-01T17:46:45.061Zkflt 0.000021556
27402025-04-01T17:46:45.061Zlock 9:58.506838117
27412025-04-01T17:46:45.061Zslp 15:40.977648632
27422025-04-01T17:46:45.061Zlat 14.791899460
27432025-04-01T17:46:45.061Zstop 18.703687901
27442025-04-01T17:46:45.061Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
27452025-04-01T17:46:45.061Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
27462025-04-01T17:46:45.061Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
27472025-04-01T17:46:45.061Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
27482025-04-01T17:46:45.061Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
27492025-04-01T17:46:45.997Z Compiling regress v0.10.3
27502025-04-01T17:46:46.000Z Compiling thiserror-impl v2.0.12
27512025-04-01T17:46:46.144Z Compiling ident_case v1.0.1
27522025-04-01T17:46:46.144Z Compiling unsafe-libyaml v0.2.11
27532025-04-01T17:46:46.147Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27542025-04-01T17:46:46.147Z Compiling progenitor-client v0.9.1
27552025-04-01T17:46:46.147Z Compiling tempfile v3.13.0
27562025-04-01T17:46:46.147Z Compiling match_cfg v0.1.0
27572025-04-01T17:46:46.288Z Compiling hostname v0.3.1
27582025-04-01T17:46:46.441Z Compiling darling_core v0.20.10
27592025-04-01T17:46:46.495Z Compiling toml v0.8.20
27602025-04-01T17:46:46.684Z Compiling rustls v0.22.4
27612025-04-01T17:46:46.747Z Compiling quick-error v1.2.3
27622025-04-01T17:46:46.919Z Compiling multer v3.1.0
27632025-04-01T17:46:46.939Z Compiling debug-ignore v1.0.5
27642025-04-01T17:46:47.092Z Compiling slog-json v2.6.1
27652025-04-01T17:46:47.330Z Compiling macaddr v1.0.1
27662025-04-01T17:46:47.470Z Compiling serde_yaml v0.9.34+deprecated
27672025-04-01T17:46:47.785Z Compiling structmeta-derive v0.3.0
27682025-04-01T17:46:47.948Z Compiling async-stream-impl v0.3.6
27692025-04-01T17:46:47.974Z Compiling slog-bunyan v2.5.0
27702025-04-01T17:46:49.191Z Compiling waitgroup v0.1.2
27712025-04-01T17:46:49.258Z Compiling async-stream v0.3.6
27722025-04-01T17:46:49.279Z Compiling thiserror v2.0.12
27732025-04-01T17:46:49.448Z Compiling serde_path_to_error v0.1.16
27742025-04-01T17:46:49.471Z Compiling hostname v0.4.0
27752025-04-01T17:46:49.588Z Compiling wait-timeout v0.2.0
27762025-04-01T17:46:49.711Z Compiling instant v0.1.13
27772025-04-01T17:46:49.890Z Compiling typify-impl v0.3.0
27782025-04-01T17:46:50.156Z Compiling dropshot v0.16.0
27792025-04-01T17:46:50.273Z Compiling bit-vec v0.8.0
27802025-04-01T17:46:50.466Z Compiling structmeta v0.3.0
27812025-04-01T17:46:50.588Z Compiling rusty-fork v0.3.0
27822025-04-01T17:46:50.726Z Compiling bit-set v0.8.0
27832025-04-01T17:46:50.784Z Compiling dropshot_endpoint v0.16.0
27842025-04-01T17:46:50.863Z Compiling parse-display-derive v0.10.0
27852025-04-01T17:46:50.980Z Compiling rand_xorshift v0.3.0
27862025-04-01T17:46:51.009Z Compiling unarray v0.1.4
27872025-04-01T17:46:51.198Z Compiling proptest v1.6.0
27882025-04-01T17:46:51.249Z Compiling tokio-rustls v0.25.0
27892025-04-01T17:46:51.331Z Compiling test-strategy v0.4.0
27902025-04-01T17:46:51.687Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27912025-04-01T17:46:52.199Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27922025-04-01T17:46:52.388Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27932025-04-01T17:46:52.410Z Compiling darling_macro v0.20.10
27942025-04-01T17:46:53.180Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27952025-04-01T17:46:53.369Z Compiling darling v0.20.10
27962025-04-01T17:46:53.390Z Compiling backoff v0.4.0
27972025-04-01T17:46:53.505Z Compiling serde_with_macros v3.12.0
27982025-04-01T17:46:53.762Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27992025-04-01T17:46:54.516Z Compiling proc-macro-crate v1.3.1
28002025-04-01T17:46:54.740Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28012025-04-01T17:46:54.774Z Compiling parse-display v0.10.0
28022025-04-01T17:46:55.158Z Compiling itertools v0.13.0
28032025-04-01T17:46:55.381Z Compiling crucible-workspace-hack v0.1.0
28042025-04-01T17:46:55.419Z Compiling num_enum_derive v0.5.11
28052025-04-01T17:46:55.515Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28062025-04-01T17:46:55.678Z Compiling heapless v0.8.0
28072025-04-01T17:46:55.905Z Compiling proc-macro-error v1.0.4
28082025-04-01T17:46:55.995Z Compiling serde_with v3.12.0
28092025-04-01T17:46:56.542Z Compiling camino-tempfile v1.1.1
28102025-04-01T17:46:56.589Z Compiling hash32 v0.3.1
28112025-04-01T17:46:56.865Z Compiling foreign-types-macros v0.2.3
28122025-04-01T17:46:57.008Z Compiling smoltcp v0.11.0
28132025-04-01T17:46:57.632Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#0ae28910)
28142025-04-01T17:46:57.665Z Compiling num_enum v0.5.11
28152025-04-01T17:46:57.859Z Compiling foreign-types-shared v0.3.1
28162025-04-01T17:46:58.080Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28172025-04-01T17:46:58.173Z Compiling foreign-types v0.5.0
28182025-04-01T17:46:58.467Z Compiling tabwriter v1.4.0
28192025-04-01T17:46:58.834Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28202025-04-01T17:46:58.930Z Compiling cstr-argument v0.1.2
28212025-04-01T17:46:59.015Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
28222025-04-01T17:46:59.220Z Compiling pretty-hex v0.2.1
28232025-04-01T17:46:59.364Z Compiling cobs v0.2.3
28242025-04-01T17:46:59.522Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28252025-04-01T17:46:59.674Z Compiling postcard v1.0.10
28262025-04-01T17:46:59.749Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28272025-04-01T17:46:59.792Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28282025-04-01T17:47:00.004Z Compiling colored v2.2.0
28292025-04-01T17:47:00.293Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28302025-04-01T17:47:00.323Z Compiling winnow v0.6.20
28312025-04-01T17:47:00.658Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28322025-04-01T17:47:00.861Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28332025-04-01T17:47:00.889Z Compiling smf v0.2.3
28342025-04-01T17:47:01.790Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28352025-04-01T17:47:02.084Z Compiling zone_cfg_derive v0.3.0
28362025-04-01T17:47:02.145Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
28372025-04-01T17:47:02.569Z Compiling itertools v0.14.0
28382025-04-01T17:47:03.804Z Compiling num-derive v0.4.2
28392025-04-01T17:47:03.903Z Compiling sigpipe v0.1.3
28402025-04-01T17:47:04.052Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28412025-04-01T17:47:04.306Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28422025-04-01T17:47:04.464Z Compiling zone v0.3.0
28432025-04-01T17:47:04.712Z Compiling typify-macro v0.3.0
28442025-04-01T17:47:04.818Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28452025-04-01T17:47:05.268Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
28462025-04-01T17:47:05.550Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28472025-04-01T17:47:05.632Z Compiling universal-hash v0.5.1
28482025-04-01T17:47:05.774Z Compiling opaque-debug v0.3.1
28492025-04-01T17:47:05.880Z Compiling utf-8 v0.7.6
28502025-04-01T17:47:05.905Z Compiling num-rational v0.4.2
28512025-04-01T17:47:05.929Z Compiling password-hash v0.5.0
28522025-04-01T17:47:06.158Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
28532025-04-01T17:47:06.223Z Compiling tungstenite v0.21.0
28542025-04-01T17:47:06.862Z Compiling blake2 v0.10.6
28552025-04-01T17:47:07.024Z Compiling aead v0.5.2
28562025-04-01T17:47:07.156Z Compiling num-complex v0.4.6
28572025-04-01T17:47:07.404Z Compiling keccak v0.1.5
28582025-04-01T17:47:07.425Z Compiling convert_case v0.4.0
28592025-04-01T17:47:08.021Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28602025-04-01T17:47:08.098Z Compiling base64 v0.21.7
28612025-04-01T17:47:08.128Z Compiling num v0.4.3
28622025-04-01T17:47:08.191Z Compiling sha3 v0.10.8
28632025-04-01T17:47:08.209Z Compiling derive_more v0.99.19
28642025-04-01T17:47:08.248Z Compiling argon2 v0.5.3
28652025-04-01T17:47:08.553Z Compiling typify v0.3.0
28662025-04-01T17:47:08.575Z Compiling tokio-tungstenite v0.21.0
28672025-04-01T17:47:08.707Z Compiling progenitor-impl v0.9.1
28682025-04-01T17:47:08.788Z Compiling poly1305 v0.8.0
28692025-04-01T17:47:09.170Z Compiling chacha20 v0.9.1
28702025-04-01T17:47:09.207Z Compiling float-ord v0.3.2
28712025-04-01T17:47:09.714Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28722025-04-01T17:47:09.718Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28732025-04-01T17:47:09.893Z Compiling derive-where v1.2.7
28742025-04-01T17:47:10.154Z Compiling semver v0.1.20
28752025-04-01T17:47:10.565Z Compiling same-file v1.0.6
28762025-04-01T17:47:10.752Z Compiling rustc_version v0.1.7
28772025-04-01T17:47:10.864Z Compiling walkdir v2.5.0
28782025-04-01T17:47:11.183Z Compiling typify-impl v0.2.0
28792025-04-01T17:47:11.204Z Compiling newline-converter v0.3.0
28802025-04-01T17:47:11.401Z Compiling primeorder v0.13.6
28812025-04-01T17:47:11.543Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
28822025-04-01T17:47:11.846Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28832025-04-01T17:47:11.937Z Compiling secrecy v0.8.0
28842025-04-01T17:47:12.163Z Compiling cancel-safe-futures v0.1.5
28852025-04-01T17:47:12.202Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28862025-04-01T17:47:12.549Z Compiling linked-hash-map v0.5.6
28872025-04-01T17:47:12.906Z Compiling owo-colors v4.2.0
28882025-04-01T17:47:13.030Z Compiling lru-cache v0.1.2
28892025-04-01T17:47:13.094Z Compiling expectorate v1.1.0
28902025-04-01T17:47:13.123Z Compiling newtype_derive v0.1.6
28912025-04-01T17:47:13.251Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
28922025-04-01T17:47:13.293Z Compiling resolv-conf v0.7.0
28932025-04-01T17:47:13.462Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28942025-04-01T17:47:13.596Z Compiling thiserror-impl-no-std v2.0.2
28952025-04-01T17:47:13.748Z Compiling libsw-core v0.3.1
28962025-04-01T17:47:14.005Z Compiling blake3 v1.5.4
28972025-04-01T17:47:14.041Z Compiling half v2.4.1
28982025-04-01T17:47:14.265Z Compiling unicase v2.7.0
28992025-04-01T17:47:14.622Z Compiling arc-swap v1.7.1
29002025-04-01T17:47:14.658Z Compiling fixedbitset v0.5.7
29012025-04-01T17:47:14.698Z Compiling ciborium-io v0.2.2
29022025-04-01T17:47:14.856Z Compiling ciborium-ll v0.2.2
29032025-04-01T17:47:15.217Z Compiling petgraph v0.7.1
29042025-04-01T17:47:15.240Z Compiling slog-scope v4.4.0
29052025-04-01T17:47:15.383Z Compiling libsw v3.4.0
29062025-04-01T17:47:15.511Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
29072025-04-01T17:47:15.533Z Compiling progenitor-macro v0.9.1
29082025-04-01T17:47:15.673Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29092025-04-01T17:47:15.702Z Compiling hickory-resolver v0.24.4
29102025-04-01T17:47:16.328Z Compiling thiserror-no-std v2.0.2
29112025-04-01T17:47:17.165Z Compiling polyval v0.6.2
29122025-04-01T17:47:17.605Z Compiling atomicwrites v0.4.4
29132025-04-01T17:47:17.628Z Compiling memmap2 v0.9.5
29142025-04-01T17:47:17.964Z Compiling arrayref v0.3.9
29152025-04-01T17:47:18.056Z Compiling salty v0.3.0
29162025-04-01T17:47:18.090Z Compiling parking_lot_core v0.8.6
29172025-04-01T17:47:18.118Z Compiling arrayvec v0.7.6
29182025-04-01T17:47:18.515Z Compiling libefi-sys v0.1.0
29192025-04-01T17:47:18.539Z Compiling linear-map v1.2.0
29202025-04-01T17:47:18.561Z Compiling indent_write v2.2.0
29212025-04-01T17:47:18.810Z Compiling constant_time_eq v0.3.1
29222025-04-01T17:47:18.893Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29232025-04-01T17:47:19.041Z Compiling ghash v0.5.1
29242025-04-01T17:47:19.206Z Compiling vsss-rs v3.3.4
29252025-04-01T17:47:19.757Z Compiling slog-stdlog v4.1.1
29262025-04-01T17:47:20.016Z Compiling ciborium v0.2.2
29272025-04-01T17:47:20.182Z Compiling p384 v0.13.0
29282025-04-01T17:47:20.444Z Compiling toolchain_find v0.4.0
29292025-04-01T17:47:21.059Z Compiling chacha20poly1305 v0.10.1
29302025-04-01T17:47:21.148Z Compiling ctr v0.9.2
29312025-04-01T17:47:21.330Z Compiling lzma-sys v0.1.20
29322025-04-01T17:47:21.353Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29332025-04-01T17:47:21.544Z Compiling bitfield-struct v0.6.2
29342025-04-01T17:47:21.689Z Compiling slog-dtrace v0.3.0
29352025-04-01T17:47:21.788Z Compiling highway v1.3.0
29362025-04-01T17:47:22.042Z Compiling topological-sort v0.2.2
29372025-04-01T17:47:22.305Z Compiling omicron-zone-package v0.12.0
29382025-04-01T17:47:22.327Z Compiling aes-gcm v0.10.3
29392025-04-01T17:47:22.623Z Compiling rustfmt-wrapper v0.2.1
29402025-04-01T17:47:22.664Z Compiling slog-envlogger v2.2.0
29412025-04-01T17:47:22.711Z Compiling mime_guess v2.0.5
29422025-04-01T17:47:22.900Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29432025-04-01T17:47:23.251Z Compiling steno v0.4.1
29442025-04-01T17:47:23.858Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
29452025-04-01T17:47:23.952Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29462025-04-01T17:47:24.002Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29472025-04-01T17:47:24.193Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29482025-04-01T17:47:24.244Z Compiling heck v0.3.3
29492025-04-01T17:47:24.610Z Compiling progenitor-client v0.8.0
29502025-04-01T17:47:24.663Z Compiling ssh-encoding v0.2.0
29512025-04-01T17:47:24.739Z Compiling blowfish v0.9.1
29522025-04-01T17:47:25.141Z Compiling env_filter v0.1.2
29532025-04-01T17:47:25.154Z Compiling nibble_vec v0.1.0
29542025-04-01T17:47:25.188Z Compiling dropshot v0.12.0
29552025-04-01T17:47:25.218Z Compiling humantime v2.1.0
29562025-04-01T17:47:25.379Z Compiling endian-type v0.1.2
29572025-04-01T17:47:25.491Z Compiling typify-macro v0.2.0
29582025-04-01T17:47:25.538Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29592025-04-01T17:47:25.639Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29602025-04-01T17:47:25.666Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29612025-04-01T17:47:25.685Z Compiling radix_trie v0.2.1
29622025-04-01T17:47:25.820Z Compiling env_logger v0.11.5
29632025-04-01T17:47:25.988Z Compiling ssh-cipher v0.2.0
29642025-04-01T17:47:26.297Z Compiling bcrypt-pbkdf v0.10.0
29652025-04-01T17:47:26.463Z Compiling zone_cfg_derive v0.1.2
29662025-04-01T17:47:26.953Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29672025-04-01T17:47:27.016Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29682025-04-01T17:47:27.353Z Compiling parking_lot v0.11.2
29692025-04-01T17:47:27.469Z Compiling progenitor v0.9.1
29702025-04-01T17:47:27.717Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd)
29712025-04-01T17:47:27.875Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
29722025-04-01T17:47:27.900Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29732025-04-01T17:47:27.996Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29742025-04-01T17:47:28.141Z Compiling qorb v0.2.1
29752025-04-01T17:47:28.160Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29762025-04-01T17:47:28.565Z Compiling password-hash v0.4.2
29772025-04-01T17:47:29.221Z Compiling typify v0.2.0
29782025-04-01T17:47:29.363Z Compiling progenitor-impl v0.8.0
29792025-04-01T17:47:29.366Z Compiling dropshot_endpoint v0.12.0
29802025-04-01T17:47:29.581Z Compiling gethostname v0.5.0
29812025-04-01T17:47:29.799Z Compiling fxhash v0.2.1
29822025-04-01T17:47:30.046Z Compiling http-range v0.1.5
29832025-04-01T17:47:30.404Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
29842025-04-01T17:47:30.763Z Compiling base64 v0.13.1
29852025-04-01T17:47:31.357Z Compiling ron v0.7.1
29862025-04-01T17:47:32.623Z Compiling sled v0.34.7
29872025-04-01T17:47:33.435Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29882025-04-01T17:47:33.462Z Compiling pbkdf2 v0.11.0
29892025-04-01T17:47:33.841Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29902025-04-01T17:47:34.071Z Compiling xz2 v0.1.7
29912025-04-01T17:47:34.576Z Compiling zone v0.1.8
29922025-04-01T17:47:34.598Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd)
29932025-04-01T17:47:35.196Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29942025-04-01T17:47:36.038Z Compiling ssh-key v0.6.6
29952025-04-01T17:47:36.170Z Compiling progenitor-macro v0.8.0
29962025-04-01T17:47:36.218Z Compiling hickory-client v0.24.4
29972025-04-01T17:47:37.303Z Compiling p256 v0.13.2
29982025-04-01T17:47:37.517Z Compiling p521 v0.13.3
29992025-04-01T17:47:38.134Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30002025-04-01T17:47:38.917Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
30012025-04-01T17:47:39.858Z Compiling hickory-server v0.24.4
30022025-04-01T17:47:40.057Z Compiling pem v3.0.5
30032025-04-01T17:47:40.123Z Compiling yasna v0.5.2
30042025-04-01T17:47:40.567Z Compiling headers-core v0.3.0
30052025-04-01T17:47:40.767Z Compiling kstat-rs v0.2.4
30062025-04-01T17:47:40.790Z Compiling nanorand v0.7.0
30072025-04-01T17:47:41.345Z Compiling russh-cryptovec v0.7.3
30082025-04-01T17:47:41.366Z Compiling atty v0.2.14
30092025-04-01T17:47:41.536Z Compiling md5 v0.7.0
30102025-04-01T17:47:41.658Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
30112025-04-01T17:47:41.662Z Compiling flume v0.11.1
30122025-04-01T17:47:41.701Z Compiling rcgen v0.12.1
30132025-04-01T17:47:42.061Z Compiling russh-keys v0.45.0
30142025-04-01T17:47:42.168Z Compiling headers v0.4.0
30152025-04-01T17:47:43.763Z Compiling ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api)
30162025-04-01T17:47:44.037Z Compiling hyper-staticfile v0.10.1
30172025-04-01T17:47:45.349Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30182025-04-01T17:47:45.660Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30192025-04-01T17:47:45.913Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30202025-04-01T17:47:47.999Z Compiling progenitor v0.8.0
30212025-04-01T17:47:48.259Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30222025-04-01T17:47:48.339Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30232025-04-01T17:47:49.803Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30242025-04-01T17:47:50.103Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30252025-04-01T17:47:50.530Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30262025-04-01T17:47:54.805Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
30272025-04-01T17:47:54.872Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30282025-04-01T17:47:54.872Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30292025-04-01T17:47:54.872Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30302025-04-01T17:47:54.872Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30312025-04-01T17:47:55.003Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30322025-04-01T17:47:55.896Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30332025-04-01T17:47:55.953Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30342025-04-01T17:47:56.032Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30352025-04-01T17:47:56.898Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30362025-04-01T17:47:58.832Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30372025-04-01T17:47:59.013Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30382025-04-01T17:47:59.308Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30392025-04-01T17:47:59.426Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
30402025-04-01T17:48:00.045Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30412025-04-01T17:48:00.542Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30422025-04-01T17:48:01.500Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30432025-04-01T17:48:04.023Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30442025-04-01T17:48:04.050Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30452025-04-01T17:48:04.854Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30462025-04-01T17:48:05.088Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30472025-04-01T17:48:06.664Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30482025-04-01T17:48:06.725Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
30492025-04-01T17:48:07.282Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30502025-04-01T17:48:07.679Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#0ae28910)
30512025-04-01T17:48:08.107Z Compiling num-bigint v0.4.6
30522025-04-01T17:48:08.168Z Compiling des v0.8.1
30532025-04-01T17:48:08.393Z Compiling subprocess v0.2.9
30542025-04-01T17:48:08.529Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30552025-04-01T17:48:08.864Z Compiling hex-literal v0.4.1
30562025-04-01T17:48:09.060Z Compiling display-error-chain v0.2.2
30572025-04-01T17:48:09.306Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30582025-04-01T17:48:09.474Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30592025-04-01T17:48:09.477Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30602025-04-01T17:48:10.012Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30612025-04-01T17:48:10.511Z Compiling internet-checksum v0.2.1
30622025-04-01T17:48:11.696Z Compiling russh v0.45.0
30632025-04-01T17:48:14.241Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30642025-04-01T17:48:21.612Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30652025-04-01T17:48:23.204Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30662025-04-01T17:48:47.619Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30672025-04-01T17:49:09.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
30682025-04-01T17:49:10.212Z
30692025-04-01T17:49:10.215Zreal 2:25.079691852
30702025-04-01T17:49:10.215Zuser 12:42.137663546
30712025-04-01T17:49:10.215Zsys 1:40.347870848
30722025-04-01T17:49:10.215Ztrap 0.380255942
30732025-04-01T17:49:10.215Ztflt 0.327926498
30742025-04-01T17:49:10.215Zdflt 0.763866255
30752025-04-01T17:49:10.215Zkflt 0.000010838
30762025-04-01T17:49:10.216Zlock 23:33.789711580
30772025-04-01T17:49:10.216Zslp 44:36.328776337
30782025-04-01T17:49:10.216Zlat 42.071959995
30792025-04-01T17:49:10.216Zstop 1:53.787312954
30802025-04-01T17:49:10.216Z+ mkdir tests
30812025-04-01T17:49:10.219Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
30822025-04-01T17:49:10.219Z+ xargs -I '{}' -t cp '{}' tests/
30832025-04-01T17:49:10.258Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-73b133f4deecf850 tests/
30842025-04-01T17:49:10.280Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-147673f2e0cc6e94 tests/
30852025-04-01T17:49:10.299Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-81bbcba4e0a6db51 tests/
30862025-04-01T17:49:10.319Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-82c586f6aeb428df tests/
30872025-04-01T17:49:10.519Z+ 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/*)
30882025-04-01T17:49:10.522Z+ 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-147673f2e0cc6e94 tests/commtest-81bbcba4e0a6db51 tests/dhcp_server-73b133f4deecf850 tests/end_to_end_tests-82c586f6aeb428df 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
30892025-04-01T17:50:26.824ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
30902025-04-01T17:50:26.824Za .github/buildomat/ci-env.sh 1K
30912025-04-01T17:50:26.825Za out/target/test 1K
30922025-04-01T17:50:26.825Za out/npuzone/npuzone 23144K
30932025-04-01T17:50:26.825Za package-manifest.toml 33K
30942025-04-01T17:50:26.825Za smf/sled-agent/non-gimlet/config.toml 4K
30952025-04-01T17:50:26.825Za target/release/omicron-package 39606K
30962025-04-01T17:50:26.825Za target/release/xtask 10836K
30972025-04-01T17:50:26.825Za target/debug/bootstrap 203836K
30982025-04-01T17:50:26.825Za tests/bootstrap-147673f2e0cc6e94 24084K
30992025-04-01T17:50:26.825Za tests/commtest-81bbcba4e0a6db51 24086K
31002025-04-01T17:50:26.825Za tests/dhcp_server-73b133f4deecf850 24084K
31012025-04-01T17:50:26.825Za tests/end_to_end_tests-82c586f6aeb428df 259352K
31022025-04-01T17:50:26.825Za out/clickhouse.tar.gz 305478K
31032025-04-01T17:50:26.825Za out/clickhouse_keeper.tar.gz 290996K
31042025-04-01T17:50:26.825Za out/clickhouse_server.tar.gz 305461K
31052025-04-01T17:50:26.825Za out/cockroachdb.tar.gz 144232K
31062025-04-01T17:50:26.825Za out/crucible-dtrace.tar 99K
31072025-04-01T17:50:26.825Za out/crucible-pantry-zone.tar.gz 33591K
31082025-04-01T17:50:26.825Za out/crucible-zone.tar.gz 42115K
31092025-04-01T17:50:26.825Za out/external-dns.tar.gz 45276K
31102025-04-01T17:50:26.825Za out/internal-dns.tar.gz 45275K
31112025-04-01T17:50:26.825Za out/mg-ddm-gz.tar 66491K
31122025-04-01T17:50:26.825Za out/nexus.tar.gz 111526K
31132025-04-01T17:50:26.825Za out/ntp.tar.gz 14751K
31142025-04-01T17:50:26.825Za out/omicron-gateway-softnpu.tar.gz 25001K
31152025-04-01T17:50:26.825Za out/omicron-sled-agent.tar 123413K
31162025-04-01T17:50:26.825Za out/overlay.tar.gz 3K
31172025-04-01T17:50:26.825Za out/oximeter.tar.gz 55307K
31182025-04-01T17:50:26.825Za out/oxlog.tar 3144K
31192025-04-01T17:50:26.825Za out/probe.tar.gz 2764K
31202025-04-01T17:50:26.825Za out/propolis-server.tar.gz 68877K
31212025-04-01T17:50:26.825Za out/pumpkind-gz.tar 26648K
31222025-04-01T17:50:26.825Za out/switch-softnpu.tar.gz 271034K
31232025-04-01T17:50:26.831Z
31242025-04-01T17:50:26.831Zreal 1:16.277179778
31252025-04-01T17:50:26.831Zuser 1:12.752086935
31262025-04-01T17:50:26.831Zsys 4.931952079
31272025-04-01T17:50:26.831Ztrap 0.018830009
31282025-04-01T17:50:26.831Ztflt 0.000000000
31292025-04-01T17:50:26.831Zdflt 0.000000000
31302025-04-01T17:50:26.831Zkflt 0.000000000
31312025-04-01T17:50:26.831Zlock 0.000000000
31322025-04-01T17:50:26.831Zslp 1:12.682771470
31332025-04-01T17:50:26.831Zlat 2.163507196
31342025-04-01T17:50:26.831Zstop 0.000247065
31352025-04-01T17:50:26.831Zprocess exited: duration 2071527 ms, exit code 0
 
31362025-04-01T17:50:26.857Zfound 1 output files
31372025-04-01T17:50:26.857Zuploading: /work/package.tar.gz (2032949941 bytes)
31382025-04-01T17:51:02.616Zuploaded: /work/package.tar.gz