01JNS8CG02BRE7A1XY8BHFSVXZ: 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: 01JNS8D2JCCGTFWASZ65EMQVMT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-07T21:33:45.047Zjob assigned to worker 01JNS8D4Z67Q6WZHQMFJWZRQYR [factory aws, i-03eade0cfa05ad52a] (queued for 50 s)
 
22025-03-07T21:33:53.215Zstarting task 0: "setup"
32025-03-07T21:33:53.220Z++ uname -s
42025-03-07T21:33:53.224Z+ kern=SunOS
52025-03-07T21:33:53.224Z+ build_user=build
62025-03-07T21:33:53.224Z+ build_uid=12345
72025-03-07T21:33:53.224Z+ work_dir=/work
82025-03-07T21:33:53.224Z+ input_dir=/input
92025-03-07T21:33:53.224Z+ [[ 0 == 12345 ]]
102025-03-07T21:33:53.224Z+ case "$kern" in
112025-03-07T21:33:53.224Z+ groupadd -g 12345 build
122025-03-07T21:33:53.227Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-07T21:33:55.235Z+ zfs create -o mountpoint=/work rpool/work
142025-03-07T21:33:55.353Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-07T21:33:55.356Z+ home_fs=zfs
162025-03-07T21:33:55.356Z+ [[ zfs == autofs ]]
172025-03-07T21:33:55.356Z+ mkdir -p /home/build
182025-03-07T21:33:55.359Z+ chown build:build /home/build /work
192025-03-07T21:33:56.360Z+ chmod 0700 /home/build /work
202025-03-07T21:33:56.363Zprocess exited: duration 3149 ms, exit code 0
 
212025-03-07T21:33:56.369Zstarting task 1: "rust-toolchain"
222025-03-07T21:33:56.375Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-03-07T21:33:56.375Z * rust toolchain channel = "1.85.0"
242025-03-07T21:33:56.375Z * rust toolchain profile = "default"
252025-03-07T21:33:56.375Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-03-07T21:33:56.375Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-03-07T21:33:56.375Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-07T21:33:56.378Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-07T21:33:56.378Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-03-07T21:33:56.493Zinfo: downloading installer
312025-03-07T21:33:57.921Zwarn: It looks like you have an existing installation of Rust at:
322025-03-07T21:33:57.921Zwarn: /opt/ooce/bin
332025-03-07T21:33:57.921Zwarn: It is recommended that rustup be the primary Rust installation.
342025-03-07T21:33:57.921Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-03-07T21:33:57.921Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-03-07T21:33:57.921Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-07T21:33:57.921Zwarn: or pass `-y' to ignore all ignorable checks.
382025-03-07T21:33:57.921Zerror: cannot install while Rust is installed
392025-03-07T21:33:57.921Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-03-07T21:33:57.937Zinfo: profile set to 'default'
412025-03-07T21:33:57.937Zinfo: default host triple is x86_64-unknown-illumos
422025-03-07T21:33:57.940Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-03-07T21:33:58.108Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-03-07T21:33:58.109Zinfo: downloading component 'cargo'
452025-03-07T21:33:59.025Zinfo: downloading component 'clippy'
462025-03-07T21:33:59.399Zinfo: downloading component 'rust-docs'
472025-03-07T21:34:00.548Zinfo: downloading component 'rust-std'
482025-03-07T21:34:02.546Zinfo: downloading component 'rustc'
492025-03-07T21:34:09.280Zinfo: downloading component 'rustfmt'
502025-03-07T21:34:09.566Zinfo: installing component 'cargo'
512025-03-07T21:34:10.390Zinfo: installing component 'clippy'
522025-03-07T21:34:10.775Zinfo: installing component 'rust-docs'
532025-03-07T21:34:12.560Zinfo: installing component 'rust-std'
542025-03-07T21:34:14.462Zinfo: installing component 'rustc'
552025-03-07T21:34:20.403Zinfo: installing component 'rustfmt'
562025-03-07T21:34:20.735Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-03-07T21:34:20.735Z
582025-03-07T21:34:21.097Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-03-07T21:34:21.097Z
602025-03-07T21:34:21.100Z
612025-03-07T21:34:21.100ZRust is installed now. Great!
622025-03-07T21:34:21.100Z
632025-03-07T21:34:21.100ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-07T21:34:21.100Zenvironment variable. This has not been done automatically.
652025-03-07T21:34:21.100Z
662025-03-07T21:34:21.101ZTo configure your current shell, you need to source
672025-03-07T21:34:21.101Zthe corresponding env file under $HOME/.cargo.
682025-03-07T21:34:21.101Z
692025-03-07T21:34:21.101ZThis is usually done by running one of the following (note the leading DOT):
702025-03-07T21:34:21.101Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-07T21:34:21.101Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-07T21:34:21.101Zsource "$HOME/.cargo/env.nu" # For nushell
732025-03-07T21:34:21.174Z+ rustup --version
742025-03-07T21:34:21.185Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-03-07T21:34:21.185Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-03-07T21:34:21.214Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
772025-03-07T21:34:21.218Z+ cargo --version
782025-03-07T21:34:21.236Zcargo 1.85.0 (d73d2caf9 2024-12-31)
792025-03-07T21:34:21.239Z+ rustc --version
802025-03-07T21:34:21.265Zrustc 1.85.0 (4d91de4e4 2025-02-17)
812025-03-07T21:34:21.268Zprocess exited: duration 24895 ms, exit code 0
 
822025-03-07T21:34:21.275Zstarting task 2: "authentication"
832025-03-07T21:34:21.298Zprocess exited: duration 22 ms, exit code 0
 
842025-03-07T21:34:21.304Zstarting task 3: "clone repository"
852025-03-07T21:34:21.309Z+ mkdir -p /work/oxidecomputer/omicron
862025-03-07T21:34:21.312Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-03-07T21:34:21.353ZCloning into '/work/oxidecomputer/omicron'...
882025-03-07T21:34:29.860Z+ cd /work/oxidecomputer/omicron
892025-03-07T21:34:29.860Z+ git fetch origin f5526efc6179e8c0432bd5f59334613857389061
902025-03-07T21:34:30.168ZFrom https://github.com/oxidecomputer/omicron
912025-03-07T21:34:30.168Z * branch f5526efc6179e8c0432bd5f59334613857389061 -> FETCH_HEAD
922025-03-07T21:34:30.179Z+ [[ -n fix-boolean-logic ]]
932025-03-07T21:34:30.182Z++ git branch --show-current
942025-03-07T21:34:30.186Z+ current=main
952025-03-07T21:34:30.186Z+ [[ main != fix-boolean-logic ]]
962025-03-07T21:34:30.186Z+ git branch -f fix-boolean-logic f5526efc6179e8c0432bd5f59334613857389061
972025-03-07T21:34:30.189Z+ git checkout -f fix-boolean-logic
982025-03-07T21:34:30.382ZSwitched to branch 'fix-boolean-logic'
992025-03-07T21:34:30.385Z+ git reset --hard f5526efc6179e8c0432bd5f59334613857389061
1002025-03-07T21:34:30.398ZHEAD is now at f5526efc6 Fix logging too
1012025-03-07T21:34:30.401Zprocess exited: duration 9094 ms, exit code 0
 
1022025-03-07T21:34:30.410Zstarting task 4: "build"
1032025-03-07T21:34:30.413Z+ source .github/buildomat/ci-env.sh
1042025-03-07T21:34:30.413Z++ export CARGO_TERM_COLOR=always
1052025-03-07T21:34:30.413Z++ CARGO_TERM_COLOR=always
1062025-03-07T21:34:30.413Z+ cargo --version
1072025-03-07T21:34:30.469Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1082025-03-07T21:34:30.472Z+ rustc --version
1092025-03-07T21:34:30.540Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1102025-03-07T21:34:30.543Z+ WORK=/work
1112025-03-07T21:34:30.543Z+ pfexec mkdir -p /work
1122025-03-07T21:34:30.548Z+ pfexec chown build /work
1132025-03-07T21:34:30.551Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142025-03-07T21:34:32.206Zpkg list: illegal option -- F
1152025-03-07T21:34:32.210ZUsage:
1162025-03-07T21:34:32.210Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1172025-03-07T21:34:32.210Z [pkg_fmri_pattern ...]
1182025-03-07T21:34:33.088Zpkg list: illegal option -- F
1192025-03-07T21:34:33.088ZUsage:
1202025-03-07T21:34:33.088Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1212025-03-07T21:34:33.088Z [pkg_fmri_pattern ...]
1222025-03-07T21:34:40.028Z Startup: Refreshing catalog 'helios-dev' ... Done
1232025-03-07T21:34:44.448Z Startup: Caching catalogs ... Done
1242025-03-07T21:34:58.162ZPlanning: Solver setup ... Done (12.751s)
1252025-03-07T21:34:58.319ZPlanning: Running solver ... Done (0.157s)
1262025-03-07T21:34:58.445ZPlanning: Finding local manifests ... Done (0.007s)
1272025-03-07T21:34:58.479ZPlanning: Fetching manifests: 0/7 0% complete
1282025-03-07T21:34:58.746ZPlanning: Fetching manifests: 7/7 100% complete
1292025-03-07T21:34:58.865ZPlanning: Package planning ... Done (0.119s)
1302025-03-07T21:34:58.923ZPlanning: Merging actions ... Done (0.058s)
1312025-03-07T21:34:59.125ZPlanning: Checking for conflicting actions ... Done (0.201s)
1322025-03-07T21:35:01.087ZPlanning: Consolidating action changes ... Done (1.961s)
1332025-03-07T21:35:01.529ZPlanning: Evaluating mediators ... Done (0.442s)
1342025-03-07T21:35:01.614ZPlanning: Planning completed in 17.06 seconds
1352025-03-07T21:35:01.632Z Packages to install: 4
1362025-03-07T21:35:01.632Z Packages to update: 3
1372025-03-07T21:35:01.632Z Mediators to change: 2
1382025-03-07T21:35:01.636Z Services to change: 1
1392025-03-07T21:35:01.636Z Estimated space available: 155.59 GB
1402025-03-07T21:35:01.636ZEstimated space to be consumed: 1.66 GB
1412025-03-07T21:35:01.636Z Create boot environment: No
1422025-03-07T21:35:01.636ZCreate backup boot environment: Yes
1432025-03-07T21:35:01.636Z Rebuild boot archive: No
1442025-03-07T21:35:01.636Z
1452025-03-07T21:35:01.636ZChanged mediators:
1462025-03-07T21:35:01.636Z mediator clang:
1472025-03-07T21:35:01.636Z version: None -> 15 (system default)
1482025-03-07T21:35:01.636Z
1492025-03-07T21:35:01.636Z mediator llvm:
1502025-03-07T21:35:01.636Z version: 14 (system default) -> 15 (system default)
1512025-03-07T21:35:01.636Z
1522025-03-07T21:35:01.636ZChanged packages:
1532025-03-07T21:35:01.636Zhelios-dev
1542025-03-07T21:35:01.636Z developer/build-essential
1552025-03-07T21:35:01.636Z None -> 11-2.0
1562025-03-07T21:35:01.636Z library/libxmlsec1
1572025-03-07T21:35:01.636Z None -> 1.2.35-2.0
1582025-03-07T21:35:01.636Z ooce/developer/clang-15
1592025-03-07T21:35:01.636Z None -> 15.0.7-2.0
1602025-03-07T21:35:01.636Z ooce/developer/llvm-15
1612025-03-07T21:35:01.636Z None -> 15.0.7-2.0
1622025-03-07T21:35:01.636Z package/pkg
1632025-03-07T21:35:01.636Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1642025-03-07T21:35:01.636Z system/library/g++-runtime
1652025-03-07T21:35:01.636Z 13-2.0 -> 14-2.0
1662025-03-07T21:35:01.636Z system/library/gcc-runtime
1672025-03-07T21:35:01.636Z 13-2.0 -> 14-2.0
1682025-03-07T21:35:01.636Z
1692025-03-07T21:35:01.636ZServices:
1702025-03-07T21:35:01.636Z restart_fmri:
1712025-03-07T21:35:01.636Z svc:/system/update-man-index:default
1722025-03-07T21:35:01.636Z
1732025-03-07T21:35:01.637ZEditable files to change:
1742025-03-07T21:35:01.637Z Update:
1752025-03-07T21:35:01.637Z usr/share/lib/pkg/web/config.shtml
1762025-03-07T21:35:01.722Z
1772025-03-07T21:35:01.722ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1782025-03-07T21:35:06.724ZDownload: 592/4301 items 17.3/225.4MB 7% complete (3.6M/s)
1792025-03-07T21:35:11.725ZDownload: 1059/4301 items 19.7/225.4MB 8% complete (2.0M/s)
1802025-03-07T21:35:16.726ZDownload: 1266/4301 items 109.1/225.4MB 48% complete (9.1M/s)
1812025-03-07T21:35:21.728ZDownload: 1596/4301 items 117.7/225.4MB 52% complete (9.8M/s)
1822025-03-07T21:35:28.311ZDownload: 2223/4301 items 119.2/225.4MB 52% complete (3.5M/s)
1832025-03-07T21:35:33.470ZDownload: 2224/4301 items 119.2/225.4MB 52% complete (3.4M/s)
1842025-03-07T21:35:38.471ZDownload: 3208/4301 items 162.8/225.4MB 72% complete (8.6M/s)
1852025-03-07T21:35:43.472ZDownload: 3336/4301 items 212.9/225.4MB 94% complete (9.5M/s)
1862025-03-07T21:35:48.479ZDownload: 4037/4301 items 218.7/225.4MB 97% complete (7.2M/s)
1872025-03-07T21:35:56.591ZDownload: 4208/4301 items 220.6/225.4MB 97% complete (3.8M/s)
1882025-03-07T21:36:00.041ZDownload: Completed 225.42 MB in 58.31 seconds (3.9M/s)
1892025-03-07T21:36:02.097Z Actions: 1/5122 actions (Removing old actions)
1902025-03-07T21:36:02.117Z Actions: 194/5122 actions (Installing new actions)
1912025-03-07T21:36:06.845Z Actions: 4267/5122 actions (Updating modified actions)
1922025-03-07T21:36:07.205Z Actions: Completed 5122 actions in 5.11 seconds.
1932025-03-07T21:36:07.642Z Done (0.429s)
1942025-03-07T21:36:07.646Z Done (0.002s)
1952025-03-07T21:36:08.266Z Done (0.621s)
1962025-03-07T21:36:12.769Z Done (4.258s)
1972025-03-07T21:36:12.856Z Done (0.020s)
1982025-03-07T21:36:12.860Z Done (0.000s)
1992025-03-07T21:36:13.027Z Done (0.000s)
2002025-03-07T21:36:13.751ZPlanning: Evaluating mediator changes ... Done
2012025-03-07T21:36:13.916ZPlanning: Checking for conflicting actions ... Done
2022025-03-07T21:36:13.919ZPlanning: Consolidating action changes ... Done
2032025-03-07T21:36:14.195ZPlanning: Evaluating mediators ... Done
2042025-03-07T21:36:14.198ZPlanning: Planning completed in 0.44 seconds
2052025-03-07T21:36:14.240Z Mediators to change: 2
2062025-03-07T21:36:14.240Z Create boot environment: No
2072025-03-07T21:36:14.244ZCreate backup boot environment: No
2082025-03-07T21:36:14.336Z Done
2092025-03-07T21:36:14.336Z Done
2102025-03-07T21:36:14.773Z Done
2112025-03-07T21:36:18.517Z Done
2122025-03-07T21:36:18.609Z Done
2132025-03-07T21:36:18.612Z Done
2142025-03-07T21:36:18.742Z Done
2152025-03-07T21:36:19.385ZPlanning: Evaluating mediator changes ... Done
2162025-03-07T21:36:19.388ZPlanning: Merging actions ... Done
2172025-03-07T21:36:19.580ZPlanning: Checking for conflicting actions ... Done
2182025-03-07T21:36:19.583ZPlanning: Consolidating action changes ... Done
2192025-03-07T21:36:19.867ZPlanning: Evaluating mediators ... Done
2202025-03-07T21:36:19.930ZPlanning: Planning completed in 0.80 seconds
2212025-03-07T21:36:19.972Z Packages to change: 1
2222025-03-07T21:36:19.972Z Mediators to change: 1
2232025-03-07T21:36:19.975Z Services to change: 1
2242025-03-07T21:36:19.975Z Create boot environment: No
2252025-03-07T21:36:19.975ZCreate backup boot environment: Yes
2262025-03-07T21:36:22.393Z Actions: 1/6 actions (Updating modified actions)
2272025-03-07T21:36:22.396Z Actions: Completed 6 actions in 0.00 seconds.
2282025-03-07T21:36:22.396Z Done
2292025-03-07T21:36:22.396Z Done
2302025-03-07T21:36:22.522Z Done
2312025-03-07T21:36:26.262Z Done
2322025-03-07T21:36:26.353Z Done
2332025-03-07T21:36:26.356Z Done
2342025-03-07T21:36:26.482Z Done
2352025-03-07T21:36:26.949ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2362025-03-07T21:36:26.949Zclang system 15 system
2372025-03-07T21:36:26.949Zcsh system system illumos
2382025-03-07T21:36:26.949Zctags system system illumos
2392025-03-07T21:36:26.949Zgcc vendor 12 vendor
2402025-03-07T21:36:26.949Zgcc system 10 system
2412025-03-07T21:36:26.949Zgcc system 7 system
2422025-03-07T21:36:26.950Zgo system 1.20 system
2432025-03-07T21:36:26.950Zgo system 1.19 system
2442025-03-07T21:36:26.950Zllvm system 15 system
2452025-03-07T21:36:26.950Zllvm system 14 system
2462025-03-07T21:36:26.950Zmariadb system 10.6 system
2472025-03-07T21:36:26.950Zmta vendor vendor dma
2482025-03-07T21:36:26.950Zopenjdk system 17 system
2492025-03-07T21:36:26.950Zopenjdk system 11 system
2502025-03-07T21:36:26.950Zopenjdk system 1.8 system
2512025-03-07T21:36:26.950Zopenssl vendor 3 vendor
2522025-03-07T21:36:26.950Zperl system 5.36 system
2532025-03-07T21:36:26.950Zpostgresql system 15 system
2542025-03-07T21:36:26.950Zpostgresql system 13 system
2552025-03-07T21:36:26.950Zpython vendor 3 vendor
2562025-03-07T21:36:26.950Zpython system 2 system
2572025-03-07T21:36:26.950Zpython3 system 3.11 system
2582025-03-07T21:36:26.950Zruby system 3.0 system
2592025-03-07T21:36:26.950Zwords vendor vendor american-english
2602025-03-07T21:36:26.950Zwords system system australian-english
2612025-03-07T21:36:26.950Zwords system system british-english
2622025-03-07T21:36:26.950Zwords system system canadian-english
2632025-03-07T21:36:26.950Zwords system system french
2642025-03-07T21:36:26.950Zwords system system italian
2652025-03-07T21:36:26.950Zwords system system ngerman
2662025-03-07T21:36:26.950Zwords system system ogerman
2672025-03-07T21:36:26.950Zwords system system spanish
2682025-03-07T21:36:27.295ZPUBLISHER TYPE STATUS P LOCATION
2692025-03-07T21:36:27.295Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2702025-03-07T21:36:30.407ZFMRI IFO
2712025-03-07T21:36:30.407Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2722025-03-07T21:36:30.407Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2732025-03-07T21:36:30.407Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2742025-03-07T21:36:30.407Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2752025-03-07T21:36:30.407Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2762025-03-07T21:36:30.407Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2772025-03-07T21:36:30.407Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2782025-03-07T21:36:30.407Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2792025-03-07T21:36:30.407Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2802025-03-07T21:36:30.407Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2812025-03-07T21:36:30.407Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2822025-03-07T21:36:30.407Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2832025-03-07T21:36:30.407Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2842025-03-07T21:36:30.407Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2852025-03-07T21:36:30.407Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2862025-03-07T21:36:31.240Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2872025-03-07T21:36:31.489Z Updating crates.io index
2882025-03-07T21:36:31.550Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2892025-03-07T21:36:32.041Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2902025-03-07T21:36:32.344Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2912025-03-07T21:36:32.640Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2922025-03-07T21:36:32.971Z Updating git repository `https://github.com/oxidecomputer/propolis`
2932025-03-07T21:36:34.065Z Updating git repository `https://github.com/oxidecomputer/crucible`
2942025-03-07T21:36:35.843Z Updating git repository `https://github.com/oxidecomputer/opte`
2952025-03-07T21:36:36.543Z Updating git repository `https://github.com/oxidecomputer/falcon`
2962025-03-07T21:36:37.179Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972025-03-07T21:36:37.452Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982025-03-07T21:36:37.766Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2992025-03-07T21:36:38.315Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002025-03-07T21:36:38.827Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012025-03-07T21:36:39.145Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3022025-03-07T21:36:39.435Z Updating git repository `https://github.com/oxidecomputer/tofino`
3032025-03-07T21:36:39.686Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042025-03-07T21:36:39.928Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052025-03-07T21:36:40.137Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062025-03-07T21:36:40.429Z Updating git repository `https://github.com/oxidecomputer/lldp`
3072025-03-07T21:36:40.852Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3082025-03-07T21:36:41.625Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092025-03-07T21:36:41.939Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102025-03-07T21:36:42.212Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3112025-03-07T21:36:42.518Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122025-03-07T21:36:43.058Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132025-03-07T21:36:43.360Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3142025-03-07T21:36:43.739Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152025-03-07T21:36:44.041Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3162025-03-07T21:36:44.337Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172025-03-07T21:36:44.578Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182025-03-07T21:36:44.840Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192025-03-07T21:36:46.214Z Downloading crates ...
3202025-03-07T21:36:46.290Z Downloaded equivalent v1.0.1
3212025-03-07T21:36:46.294Z Downloaded anstyle v1.0.10
3222025-03-07T21:36:46.297Z Downloaded anstyle-parse v0.2.5
3232025-03-07T21:36:46.300Z Downloaded anstream v0.6.15
3242025-03-07T21:36:46.307Z Downloaded dtrace-parser v0.2.0
3252025-03-07T21:36:46.310Z Downloaded scroll_derive v0.12.0
3262025-03-07T21:36:46.310Z Downloaded colorchoice v1.0.2
3272025-03-07T21:36:46.321Z Downloaded zerocopy v0.7.35
3282025-03-07T21:36:46.337Z Downloaded usdt-macro v0.5.0
3292025-03-07T21:36:46.340Z Downloaded zerocopy-derive v0.7.35
3302025-03-07T21:36:46.343Z Downloaded swrite v0.1.0
3312025-03-07T21:36:46.343Z Downloaded pretty-hex v0.4.1
3322025-03-07T21:36:46.346Z Downloaded winnow v0.7.3
3332025-03-07T21:36:46.353Z Downloaded usdt-attr-macro v0.5.0
3342025-03-07T21:36:46.356Z Downloaded generic-array v0.14.7
3352025-03-07T21:36:46.356Z Downloaded fs-err v2.11.0
3362025-03-07T21:36:46.359Z Downloaded heck v0.5.0
3372025-03-07T21:36:46.359Z Downloaded anstyle-query v1.1.1
3382025-03-07T21:36:46.362Z Downloaded fnv v1.0.7
3392025-03-07T21:36:46.362Z Downloaded dof v0.3.0
3402025-03-07T21:36:46.362Z Downloaded cargo-platform v0.1.8
3412025-03-07T21:36:46.366Z Downloaded bytecount v0.6.8
3422025-03-07T21:36:46.366Z Downloaded block-buffer v0.10.4
3432025-03-07T21:36:46.366Z Downloaded cpufeatures v0.2.14
3442025-03-07T21:36:46.369Z Downloaded autocfg v1.4.0
3452025-03-07T21:36:46.369Z Downloaded digest v0.10.7
3462025-03-07T21:36:46.373Z Downloaded cfg-if v1.0.0
3472025-03-07T21:36:46.373Z Downloaded byteorder v1.5.0
3482025-03-07T21:36:46.373Z Downloaded bitflags v1.3.2
3492025-03-07T21:36:46.376Z Downloaded thread-id v4.2.2
3502025-03-07T21:36:46.379Z Downloaded thiserror-impl v2.0.11
3512025-03-07T21:36:46.379Z Downloaded pest_generator v2.7.14
3522025-03-07T21:36:46.379Z Downloaded is_terminal_polyfill v1.70.1
3532025-03-07T21:36:46.383Z Downloaded heck v0.4.1
3542025-03-07T21:36:46.383Z Downloaded errno v0.3.9
3552025-03-07T21:36:46.386Z Downloaded toml_datetime v0.6.8
3562025-03-07T21:36:46.386Z Downloaded version_check v0.9.5
3572025-03-07T21:36:46.386Z Downloaded smawk v0.3.2
3582025-03-07T21:36:46.392Z Downloaded serde_spanned v0.6.8
3592025-03-07T21:36:46.392Z Downloaded proc-macro-error-attr v1.0.4
3602025-03-07T21:36:46.392Z Downloaded crypto-common v0.1.6
3612025-03-07T21:36:46.395Z Downloaded thiserror-impl v1.0.69
3622025-03-07T21:36:46.395Z Downloaded terminal_size v0.4.0
3632025-03-07T21:36:46.398Z Downloaded terminal_size v0.2.6
3642025-03-07T21:36:46.398Z Downloaded serde_tokenstream v0.2.2
3652025-03-07T21:36:46.401Z Downloaded plain v0.2.3
3662025-03-07T21:36:46.401Z Downloaded thiserror v1.0.69
3672025-03-07T21:36:46.405Z Downloaded utf8parse v0.2.2
3682025-03-07T21:36:46.408Z Downloaded macaddr v1.0.1
3692025-03-07T21:36:46.408Z Downloaded clap_lex v0.7.4
3702025-03-07T21:36:46.412Z Downloaded strsim v0.11.1
3712025-03-07T21:36:46.412Z Downloaded tabled_derive v0.7.0
3722025-03-07T21:36:46.415Z Downloaded fastrand v2.1.1
3732025-03-07T21:36:46.415Z Downloaded camino-tempfile v1.1.1
3742025-03-07T21:36:46.415Z Downloaded itoa v1.0.11
3752025-03-07T21:36:46.418Z Downloaded clap_derive v4.5.28
3762025-03-07T21:36:46.421Z Downloaded camino v1.1.9
3772025-03-07T21:36:46.428Z Downloaded tempfile v3.13.0
3782025-03-07T21:36:46.431Z Downloaded sha2 v0.10.8
3792025-03-07T21:36:46.434Z Downloaded proc-macro-error v1.0.4
3802025-03-07T21:36:46.437Z Downloaded semver v1.0.25
3812025-03-07T21:36:46.441Z Downloaded unicode-linebreak v0.1.5
3822025-03-07T21:36:46.441Z Downloaded quote v1.0.38
3832025-03-07T21:36:46.444Z Downloaded pest_derive v2.7.14
3842025-03-07T21:36:46.444Z Downloaded once_cell v1.20.3
3852025-03-07T21:36:46.447Z Downloaded usdt-impl v0.5.0
3862025-03-07T21:36:46.450Z Downloaded thiserror v2.0.11
3872025-03-07T21:36:46.453Z Downloaded scroll v0.12.0
3882025-03-07T21:36:46.457Z Downloaded memmap v0.7.0
3892025-03-07T21:36:46.457Z Downloaded usdt v0.5.0
3902025-03-07T21:36:46.457Z Downloaded cargo_toml v0.21.0
3912025-03-07T21:36:46.460Z Downloaded cargo_metadata v0.19.2
3922025-03-07T21:36:46.460Z Downloaded anyhow v1.0.97
3932025-03-07T21:36:46.463Z Downloaded bitflags v2.6.0
3942025-03-07T21:36:46.467Z Downloaded log v0.4.22
3952025-03-07T21:36:46.479Z Downloaded clap v4.5.31
3962025-03-07T21:36:46.482Z Downloaded unicode-ident v1.0.14
3972025-03-07T21:36:46.482Z Downloaded pest_meta v2.7.14
3982025-03-07T21:36:46.486Z Downloaded typenum v1.17.0
3992025-03-07T21:36:46.486Z Downloaded toml v0.8.20
4002025-03-07T21:36:46.489Z Downloaded papergrid v0.11.0
4012025-03-07T21:36:46.493Z Downloaded serde_derive v1.0.218
4022025-03-07T21:36:46.496Z Downloaded ryu v1.0.18
4032025-03-07T21:36:46.500Z Downloaded textwrap v0.16.1
4042025-03-07T21:36:46.503Z Downloaded proc-macro2 v1.0.93
4052025-03-07T21:36:46.507Z Downloaded io-lifetimes v1.0.11
4062025-03-07T21:36:46.510Z Downloaded ucd-trie v0.1.7
4072025-03-07T21:36:46.510Z Downloaded indexmap v2.7.1
4082025-03-07T21:36:46.517Z Downloaded serde v1.0.218
4092025-03-07T21:36:46.526Z Downloaded memchr v2.7.4
4102025-03-07T21:36:46.535Z Downloaded toml_edit v0.22.24
4112025-03-07T21:36:46.566Z Downloaded pest v2.7.14
4122025-03-07T21:36:46.575Z Downloaded hashbrown v0.15.1
4132025-03-07T21:36:46.584Z Downloaded clap_builder v4.5.31
4142025-03-07T21:36:46.591Z Downloaded serde_json v1.0.139
4152025-03-07T21:36:46.598Z Downloaded goblin v0.8.2
4162025-03-07T21:36:46.621Z Downloaded tabled v0.15.0
4172025-03-07T21:36:46.637Z Downloaded syn v1.0.109
4182025-03-07T21:36:46.648Z Downloaded unicode-width v0.1.14
4192025-03-07T21:36:46.655Z Downloaded syn v2.0.98
4202025-03-07T21:36:46.666Z Downloaded rustix v0.37.28
4212025-03-07T21:36:46.683Z Downloaded rustix v0.38.37
4222025-03-07T21:36:46.722Z Downloaded libc v0.2.170
4232025-03-07T21:36:46.864Z Compiling proc-macro2 v1.0.93
4242025-03-07T21:36:46.864Z Compiling unicode-ident v1.0.14
4252025-03-07T21:36:46.868Z Compiling version_check v0.9.5
4262025-03-07T21:36:46.868Z Compiling serde v1.0.218
4272025-03-07T21:36:46.868Z Compiling libc v0.2.170
4282025-03-07T21:36:46.868Z Compiling memchr v2.7.4
4292025-03-07T21:36:46.900Z Compiling thiserror v1.0.69
4302025-03-07T21:36:46.903Z Compiling ryu v1.0.18
4312025-03-07T21:36:47.216Z Compiling itoa v1.0.11
4322025-03-07T21:36:47.374Z Compiling ucd-trie v0.1.7
4332025-03-07T21:36:47.456Z Compiling once_cell v1.20.3
4342025-03-07T21:36:47.657Z Compiling byteorder v1.5.0
4352025-03-07T21:36:47.807Z Compiling serde_json v1.0.139
4362025-03-07T21:36:47.855Z Compiling rustix v0.38.37
4372025-03-07T21:36:48.190Z Compiling bitflags v2.6.0
4382025-03-07T21:36:48.219Z Compiling usdt-impl v0.5.0
4392025-03-07T21:36:48.366Z Compiling proc-macro-error-attr v1.0.4
4402025-03-07T21:36:48.451Z Compiling syn v1.0.109
4412025-03-07T21:36:48.568Z Compiling io-lifetimes v1.0.11
4422025-03-07T21:36:48.683Z Compiling quote v1.0.38
4432025-03-07T21:36:48.766Z Compiling errno v0.3.9
4442025-03-07T21:36:48.868Z Compiling proc-macro-error v1.0.4
4452025-03-07T21:36:49.005Z Compiling log v0.4.22
4462025-03-07T21:36:49.059Z Compiling syn v2.0.98
4472025-03-07T21:36:49.183Z Compiling plain v0.2.3
4482025-03-07T21:36:49.295Z Compiling thread-id v4.2.2
4492025-03-07T21:36:49.341Z Compiling camino v1.1.9
4502025-03-07T21:36:49.362Z Compiling equivalent v1.0.1
4512025-03-07T21:36:49.365Z Compiling hashbrown v0.15.1
4522025-03-07T21:36:49.365Z Compiling utf8parse v0.2.2
4532025-03-07T21:36:49.424Z Compiling rustix v0.37.28
4542025-03-07T21:36:49.575Z Compiling anstyle-parse v0.2.5
4552025-03-07T21:36:50.027Z Compiling anstyle v1.0.10
4562025-03-07T21:36:50.260Z Compiling anstyle-query v1.1.1
4572025-03-07T21:36:50.287Z Compiling bitflags v1.3.2
4582025-03-07T21:36:50.308Z Compiling is_terminal_polyfill v1.70.1
4592025-03-07T21:36:50.399Z Compiling indexmap v2.7.1
4602025-03-07T21:36:50.425Z Compiling colorchoice v1.0.2
4612025-03-07T21:36:50.425Z Compiling semver v1.0.25
4622025-03-07T21:36:50.471Z Compiling unicode-width v0.1.14
4632025-03-07T21:36:50.494Z Compiling winnow v0.7.3
4642025-03-07T21:36:50.627Z Compiling pretty-hex v0.4.1
4652025-03-07T21:36:50.844Z Compiling thiserror v2.0.11
4662025-03-07T21:36:50.937Z Compiling autocfg v1.4.0
4672025-03-07T21:36:51.069Z Compiling terminal_size v0.4.0
4682025-03-07T21:36:51.289Z Compiling anstream v0.6.15
4692025-03-07T21:36:51.864Z Compiling clap_lex v0.7.4
4702025-03-07T21:36:51.917Z Compiling fs-err v2.11.0
4712025-03-07T21:36:51.978Z Compiling fnv v1.0.7
4722025-03-07T21:36:52.137Z Compiling heck v0.5.0
4732025-03-07T21:36:52.245Z Compiling strsim v0.11.1
4742025-03-07T21:36:52.326Z Compiling bytecount v0.6.8
4752025-03-07T21:36:52.349Z Compiling fastrand v2.1.1
4762025-03-07T21:36:52.557Z Compiling anyhow v1.0.97
4772025-03-07T21:36:52.748Z Compiling cfg-if v1.0.0
4782025-03-07T21:36:53.049Z Compiling heck v0.4.1
4792025-03-07T21:36:53.060Z Compiling tempfile v3.13.0
4802025-03-07T21:36:53.060Z Compiling clap_builder v4.5.31
4812025-03-07T21:36:53.250Z Compiling terminal_size v0.2.6
4822025-03-07T21:36:53.280Z Compiling papergrid v0.11.0
4832025-03-07T21:36:53.542Z Compiling memmap v0.7.0
4842025-03-07T21:36:53.633Z Compiling smawk v0.3.2
4852025-03-07T21:36:53.679Z Compiling unicode-linebreak v0.1.5
4862025-03-07T21:36:54.117Z Compiling textwrap v0.16.1
4872025-03-07T21:36:54.164Z Compiling swrite v0.1.0
4882025-03-07T21:36:54.762Z Compiling tabled_derive v0.7.0
4892025-03-07T21:36:56.100Z Compiling serde_derive v1.0.218
4902025-03-07T21:36:56.101Z Compiling thiserror-impl v1.0.69
4912025-03-07T21:36:56.104Z Compiling zerocopy-derive v0.7.35
4922025-03-07T21:36:56.104Z Compiling scroll_derive v0.12.0
4932025-03-07T21:36:56.104Z Compiling thiserror-impl v2.0.11
4942025-03-07T21:36:56.208Z Compiling clap_derive v4.5.28
4952025-03-07T21:36:56.351Z Compiling tabled v0.15.0
4962025-03-07T21:36:57.513Z Compiling scroll v0.12.0
4972025-03-07T21:36:58.032Z Compiling goblin v0.8.2
4982025-03-07T21:36:58.205Z Compiling zerocopy v0.7.35
4992025-03-07T21:36:59.339Z Compiling pest v2.7.14
5002025-03-07T21:37:00.573Z Compiling clap v4.5.31
5012025-03-07T21:37:01.621Z Compiling pest_meta v2.7.14
5022025-03-07T21:37:02.531Z Compiling pest_generator v2.7.14
5032025-03-07T21:37:03.991Z Compiling pest_derive v2.7.14
5042025-03-07T21:37:04.560Z Compiling dtrace-parser v0.2.0
5052025-03-07T21:37:05.361Z Compiling serde_tokenstream v0.2.2
5062025-03-07T21:37:05.400Z Compiling toml_datetime v0.6.8
5072025-03-07T21:37:05.400Z Compiling serde_spanned v0.6.8
5082025-03-07T21:37:05.561Z Compiling cargo-platform v0.1.8
5092025-03-07T21:37:05.662Z Compiling macaddr v1.0.1
5102025-03-07T21:37:05.909Z Compiling toml_edit v0.22.24
5112025-03-07T21:37:06.060Z Compiling camino-tempfile v1.1.1
5122025-03-07T21:37:06.793Z Compiling dof v0.3.0
5132025-03-07T21:37:06.819Z Compiling cargo_metadata v0.19.2
5142025-03-07T21:37:08.108Z Compiling usdt-macro v0.5.0
5152025-03-07T21:37:08.108Z Compiling usdt-attr-macro v0.5.0
5162025-03-07T21:37:08.691Z Compiling toml v0.8.20
5172025-03-07T21:37:09.154Z Compiling usdt v0.5.0
5182025-03-07T21:37:09.498Z Compiling cargo_toml v0.21.0
5192025-03-07T21:37:12.039Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5202025-03-07T21:37:15.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.24s
5212025-03-07T21:37:15.471Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5222025-03-07T21:37:16.048Z Downloading crates ...
5232025-03-07T21:37:16.191Z Downloaded heck v0.3.3
5242025-03-07T21:37:16.195Z Downloaded ctr v0.9.2
5252025-03-07T21:37:16.202Z Downloaded headers-core v0.3.0
5262025-03-07T21:37:16.210Z Downloaded hubpack_derive v0.1.1
5272025-03-07T21:37:16.213Z Downloaded http-range v0.1.5
5282025-03-07T21:37:16.219Z Downloaded icu_provider_macros v1.5.0
5292025-03-07T21:37:16.240Z Downloaded md5 v0.7.0
5302025-03-07T21:37:16.243Z Downloaded match_cfg v0.1.0
5312025-03-07T21:37:16.247Z Downloaded is_ci v1.2.0
5322025-03-07T21:37:16.252Z Downloaded ident_case v1.0.1
5332025-03-07T21:37:16.252Z Downloaded hex v0.4.3
5342025-03-07T21:37:16.255Z Downloaded http-body v1.0.1
5352025-03-07T21:37:16.255Z Downloaded addr2line v0.24.2
5362025-03-07T21:37:16.255Z Downloaded lockfree-object-pool v0.1.6
5372025-03-07T21:37:16.258Z Downloaded atty v0.2.14
5382025-03-07T21:37:16.262Z Downloaded instant v0.1.13
5392025-03-07T21:37:16.262Z Downloaded async-trait v0.1.87
5402025-03-07T21:37:16.265Z Downloaded progenitor-client v0.9.1
5412025-03-07T21:37:16.270Z Downloaded async-stream-impl v0.3.6
5422025-03-07T21:37:16.270Z Downloaded pretty-hex v0.2.1
5432025-03-07T21:37:16.275Z Downloaded httpdate v1.0.3
5442025-03-07T21:37:16.278Z Downloaded hyper-tls v0.6.0
5452025-03-07T21:37:16.282Z Downloaded atomicwrites v0.4.4
5462025-03-07T21:37:16.282Z Downloaded hostname v0.4.0
5472025-03-07T21:37:16.286Z Downloaded hostname v0.3.1
5482025-03-07T21:37:16.289Z Downloaded humantime v2.1.0
5492025-03-07T21:37:16.289Z Downloaded linear-map v1.2.0
5502025-03-07T21:37:16.289Z Downloaded lru v0.12.5
5512025-03-07T21:37:16.292Z Downloaded lazycell v1.3.0
5522025-03-07T21:37:16.292Z Downloaded indoc v2.0.5
5532025-03-07T21:37:16.296Z Downloaded kstat-rs v0.2.4
5542025-03-07T21:37:16.299Z Downloaded cfg_aliases v0.1.1
5552025-03-07T21:37:16.299Z Downloaded backoff v0.4.0
5562025-03-07T21:37:16.303Z Downloaded base16ct v0.2.0
5572025-03-07T21:37:16.306Z Downloaded maybe-uninit v2.0.0
5582025-03-07T21:37:16.306Z Downloaded memoffset v0.9.1
5592025-03-07T21:37:16.310Z Downloaded md-5 v0.10.6
5602025-03-07T21:37:16.310Z Downloaded managed v0.8.0
5612025-03-07T21:37:16.314Z Downloaded cstr-argument v0.1.2
5622025-03-07T21:37:16.314Z Downloaded maplit v1.0.2
5632025-03-07T21:37:16.314Z Downloaded headers v0.4.0
5642025-03-07T21:37:16.328Z Downloaded libsw v3.4.0
5652025-03-07T21:37:16.328Z Downloaded mime v0.3.17
5662025-03-07T21:37:16.328Z Downloaded lazy_static v1.5.0
5672025-03-07T21:37:16.328Z Downloaded ciborium-io v0.2.2
5682025-03-07T21:37:16.331Z Downloaded instability v0.3.2
5692025-03-07T21:37:16.331Z Downloaded cfg_aliases v0.2.1
5702025-03-07T21:37:16.331Z Downloaded proc-macro-crate v1.3.1
5712025-03-07T21:37:16.331Z Downloaded libefi-sys v0.1.0
5722025-03-07T21:37:16.334Z Downloaded iana-time-zone v0.1.61
5732025-03-07T21:37:16.337Z Downloaded bit-vec v0.8.0
5742025-03-07T21:37:16.340Z Downloaded cbc v0.1.2
5752025-03-07T21:37:16.341Z Downloaded bitfield v0.14.0
5762025-03-07T21:37:16.344Z Downloaded hex-literal v0.4.1
5772025-03-07T21:37:16.344Z Downloaded buf-list v1.0.3
5782025-03-07T21:37:16.347Z Downloaded hyper-rustls v0.27.3
5792025-03-07T21:37:16.350Z Downloaded httparse v1.9.5
5802025-03-07T21:37:16.353Z Downloaded ipnet v2.11.0
5812025-03-07T21:37:16.357Z Downloaded icu_locid_transform v1.5.0
5822025-03-07T21:37:16.360Z Downloaded libsw-core v0.3.1
5832025-03-07T21:37:16.364Z Downloaded lock_api v0.4.12
5842025-03-07T21:37:16.364Z Downloaded cexpr v0.6.0
5852025-03-07T21:37:16.367Z Downloaded jobserver v0.1.32
5862025-03-07T21:37:16.370Z Downloaded memmap2 v0.9.5
5872025-03-07T21:37:16.373Z Downloaded rustfmt-wrapper v0.2.1
5882025-03-07T21:37:16.373Z Downloaded lalrpop-util v0.19.12
5892025-03-07T21:37:16.373Z Downloaded bcrypt-pbkdf v0.10.0
5902025-03-07T21:37:16.376Z Downloaded cassowary v0.3.0
5912025-03-07T21:37:16.379Z Downloaded cmake v0.1.51
5922025-03-07T21:37:16.379Z Downloaded quick-error v1.2.3
5932025-03-07T21:37:16.385Z Downloaded crc-catalog v2.4.0
5942025-03-07T21:37:16.385Z Downloaded array-init v0.0.4
5952025-03-07T21:37:16.385Z Downloaded blowfish v0.9.1
5962025-03-07T21:37:16.388Z Downloaded mime_guess v2.0.5
5972025-03-07T21:37:16.389Z Downloaded linked-hash-map v0.5.6
5982025-03-07T21:37:16.392Z Downloaded crossbeam-deque v0.8.5
5992025-03-07T21:37:16.392Z Downloaded chrono-tz-build v0.4.0
6002025-03-07T21:37:16.392Z Downloaded litemap v0.7.3
6012025-03-07T21:37:16.395Z Downloaded chacha20 v0.9.1
6022025-03-07T21:37:16.398Z Downloaded convert_case v0.4.0
6032025-03-07T21:37:16.398Z Downloaded bitfield-struct v0.6.2
6042025-03-07T21:37:16.404Z Downloaded constant_time_eq v0.3.1
6052025-03-07T21:37:16.407Z Downloaded rtoolbox v0.0.2
6062025-03-07T21:37:16.410Z Downloaded bcs v0.1.6
6072025-03-07T21:37:16.413Z Downloaded icu_normalizer_data v1.5.0
6082025-03-07T21:37:16.417Z Downloaded litrs v0.4.1
6092025-03-07T21:37:16.422Z Downloaded tokio-macros v2.5.0
6102025-03-07T21:37:16.425Z Downloaded indexmap v1.9.3
6112025-03-07T21:37:16.430Z Downloaded want v0.3.1
6122025-03-07T21:37:16.433Z Downloaded icu_normalizer v1.5.0
6132025-03-07T21:37:16.437Z Downloaded zone_cfg_derive v0.1.2
6142025-03-07T21:37:16.441Z Downloaded zerofrom v0.1.4
6152025-03-07T21:37:16.441Z Downloaded base64 v0.13.1
6162025-03-07T21:37:16.444Z Downloaded shell-words v1.1.0
6172025-03-07T21:37:16.444Z Downloaded scrypt v0.11.0
6182025-03-07T21:37:16.447Z Downloaded icu_properties v1.5.1
6192025-03-07T21:37:16.450Z Downloaded shlex v1.3.0
6202025-03-07T21:37:16.454Z Downloaded hickory-client v0.24.4
6212025-03-07T21:37:16.457Z Downloaded castaway v0.2.3
6222025-03-07T21:37:16.457Z Downloaded argon2 v0.5.3
6232025-03-07T21:37:16.460Z Downloaded smf v0.2.3
6242025-03-07T21:37:16.463Z Downloaded termcolor v1.4.1
6252025-03-07T21:37:16.463Z Downloaded num_threads v0.1.7
6262025-03-07T21:37:16.466Z Downloaded structmeta v0.3.0
6272025-03-07T21:37:16.466Z Downloaded termios v0.3.3
6282025-03-07T21:37:16.469Z Downloaded hash32 v0.3.1
6292025-03-07T21:37:16.475Z Downloaded nodrop v0.1.14
6302025-03-07T21:37:16.475Z Downloaded fxhash v0.2.1
6312025-03-07T21:37:16.475Z Downloaded typify v0.2.0
6322025-03-07T21:37:16.475Z Downloaded tokio-native-tls v0.3.1
6332025-03-07T21:37:16.480Z Downloaded typify-macro v0.3.0
6342025-03-07T21:37:16.480Z Downloaded typify-macro v0.2.0
6352025-03-07T21:37:16.480Z Downloaded hyper-util v0.1.10
6362025-03-07T21:37:16.484Z Downloaded bzip2 v0.4.4
6372025-03-07T21:37:16.487Z Downloaded tap v1.0.1
6382025-03-07T21:37:16.490Z Downloaded indicatif v0.17.11
6392025-03-07T21:37:16.492Z Downloaded backtrace v0.3.74
6402025-03-07T21:37:16.497Z Downloaded opaque-debug v0.3.1
6412025-03-07T21:37:16.499Z Downloaded tracing-attributes v0.1.27
6422025-03-07T21:37:16.502Z Downloaded phf_shared v0.10.0
6432025-03-07T21:37:16.502Z Downloaded path-slash v0.1.5
6442025-03-07T21:37:16.504Z Downloaded rpassword v7.3.1
6452025-03-07T21:37:16.505Z Downloaded sigpipe v0.1.3
6462025-03-07T21:37:16.508Z Downloaded deranged v0.3.11
6472025-03-07T21:37:16.508Z Downloaded ff v0.13.0
6482025-03-07T21:37:16.511Z Downloaded phf_shared v0.11.2
6492025-03-07T21:37:16.511Z Downloaded ed25519 v2.2.3
6502025-03-07T21:37:16.513Z Downloaded form_urlencoded v1.2.1
6512025-03-07T21:37:16.516Z Downloaded either v1.14.0
6522025-03-07T21:37:16.516Z Downloaded display-error-chain v0.2.2
6532025-03-07T21:37:16.519Z Downloaded rustls-pemfile v2.2.0
6542025-03-07T21:37:16.519Z Downloaded cookie_store v0.21.1
6552025-03-07T21:37:16.522Z Downloaded cookie v0.18.1
6562025-03-07T21:37:16.525Z Downloaded term v0.7.0
6572025-03-07T21:37:16.529Z Downloaded sqlformat v0.2.6
6582025-03-07T21:37:16.543Z Downloaded ssh-encoding v0.2.0
6592025-03-07T21:37:16.546Z Downloaded sqlparser_derive v0.2.2
6602025-03-07T21:37:16.546Z Downloaded num-iter v0.1.45
6612025-03-07T21:37:16.549Z Downloaded futures-task v0.3.31
6622025-03-07T21:37:16.549Z Downloaded crossbeam-utils v0.8.20
6632025-03-07T21:37:16.553Z Downloaded icu_collections v1.5.0
6642025-03-07T21:37:16.558Z Downloaded crc-any v2.5.0
6652025-03-07T21:37:16.561Z Downloaded paste v1.0.15
6662025-03-07T21:37:16.564Z Downloaded oxnet v0.1.1
6672025-03-07T21:37:16.567Z Downloaded zone v0.1.8
6682025-03-07T21:37:16.567Z Downloaded base64 v0.21.7
6692025-03-07T21:37:16.572Z Downloaded futures-core v0.3.31
6702025-03-07T21:37:16.575Z Downloaded phf_generator v0.11.2
6712025-03-07T21:37:16.578Z Downloaded phf_codegen v0.11.2
6722025-03-07T21:37:16.578Z Downloaded phf v0.11.2
6732025-03-07T21:37:16.581Z Downloaded psl-types v2.0.11
6742025-03-07T21:37:16.581Z Downloaded resolv-conf v0.7.0
6752025-03-07T21:37:16.584Z Downloaded rustls-pki-types v1.10.0
6762025-03-07T21:37:16.588Z Downloaded simd-adler32 v0.3.7
6772025-03-07T21:37:16.592Z Downloaded progenitor v0.9.1
6782025-03-07T21:37:16.592Z Downloaded compact_str v0.8.0
6792025-03-07T21:37:16.595Z Downloaded miniz_oxide v0.8.5
6802025-03-07T21:37:16.598Z Downloaded serde_path_to_error v0.1.16
6812025-03-07T21:37:16.601Z Downloaded normalize-line-endings v0.3.0
6822025-03-07T21:37:16.601Z Downloaded futures-channel v0.3.31
6832025-03-07T21:37:16.604Z Downloaded ahash v0.8.11
6842025-03-07T21:37:16.607Z Downloaded spki v0.7.3
6852025-03-07T21:37:16.610Z Downloaded thiserror-impl-no-std v2.0.2
6862025-03-07T21:37:16.610Z Downloaded bytes v1.10.0
6872025-03-07T21:37:16.614Z Downloaded bumpalo v3.16.0
6882025-03-07T21:37:16.617Z Downloaded toml v0.7.8
6892025-03-07T21:37:16.620Z Downloaded pbkdf2 v0.12.2
6902025-03-07T21:37:16.624Z Downloaded base64 v0.22.1
6912025-03-07T21:37:16.626Z Downloaded allocator-api2 v0.2.18
6922025-03-07T21:37:16.630Z Downloaded parking_lot_core v0.8.6
6932025-03-07T21:37:16.633Z Downloaded vte v0.11.1
6942025-03-07T21:37:16.636Z Downloaded write16 v1.0.0
6952025-03-07T21:37:16.636Z Downloaded tokio-rustls v0.25.0
6962025-03-07T21:37:16.639Z Downloaded pin-project-internal v1.1.6
6972025-03-07T21:37:16.642Z Downloaded defmt-macros v0.3.9
6982025-03-07T21:37:16.645Z Downloaded fixedbitset v0.4.2
6992025-03-07T21:37:16.648Z Downloaded diesel-dtrace v0.4.2
7002025-03-07T21:37:16.651Z Downloaded strum v0.26.3
7012025-03-07T21:37:16.651Z Downloaded const_format v0.2.34
7022025-03-07T21:37:16.655Z Downloaded multimap v0.10.0
7032025-03-07T21:37:16.658Z Downloaded arc-swap v1.7.1
7042025-03-07T21:37:16.661Z Downloaded serde_derive_internals v0.29.1
7052025-03-07T21:37:16.664Z Downloaded minimal-lexical v0.2.1
7062025-03-07T21:37:16.668Z Downloaded group v0.13.0
7072025-03-07T21:37:16.671Z Downloaded signature v2.2.0
7082025-03-07T21:37:16.676Z Downloaded pkg-config v0.3.31
7092025-03-07T21:37:16.676Z Downloaded packed_struct v0.10.1
7102025-03-07T21:37:16.676Z Downloaded olpc-cjson v0.1.4
7112025-03-07T21:37:16.680Z Downloaded half v2.4.1
7122025-03-07T21:37:16.683Z Downloaded tokio-rustls v0.26.0
7132025-03-07T21:37:16.687Z Downloaded tokio-rustls v0.24.1
7142025-03-07T21:37:16.691Z Downloaded progenitor-macro v0.8.0
7152025-03-07T21:37:16.691Z Downloaded crossbeam-channel v0.5.13
7162025-03-07T21:37:16.694Z Downloaded parking_lot v0.12.3
7172025-03-07T21:37:16.698Z Downloaded sec1 v0.7.3
7182025-03-07T21:37:16.701Z Downloaded peg v0.8.5
7192025-03-07T21:37:16.705Z Downloaded schemars_derive v0.8.22
7202025-03-07T21:37:16.708Z Downloaded strum_macros v0.24.3
7212025-03-07T21:37:16.708Z Downloaded signal-hook-tokio v0.3.1
7222025-03-07T21:37:16.711Z Downloaded newline-converter v0.3.0
7232025-03-07T21:37:16.711Z Downloaded defmt v0.3.8
7242025-03-07T21:37:16.715Z Downloaded zerocopy-derive v0.8.10
7252025-03-07T21:37:16.721Z Downloaded scopeguard v1.2.0
7262025-03-07T21:37:16.724Z Downloaded slog-async v2.8.0
7272025-03-07T21:37:16.729Z Downloaded pin-project v1.1.6
7282025-03-07T21:37:16.739Z Downloaded whoami v1.5.2
7292025-03-07T21:37:16.742Z Downloaded num-conv v0.1.0
7302025-03-07T21:37:16.745Z Downloaded peg-macros v0.8.5
7312025-03-07T21:37:16.745Z Downloaded powerfmt v0.2.0
7322025-03-07T21:37:16.748Z Downloaded test-strategy v0.4.0
7332025-03-07T21:37:16.753Z Downloaded strum_macros v0.25.3
7342025-03-07T21:37:16.757Z Downloaded http v1.2.0
7352025-03-07T21:37:16.760Z Downloaded embedded-io v0.4.0
7362025-03-07T21:37:16.763Z Downloaded dyn-clone v1.0.19
7372025-03-07T21:37:16.763Z Downloaded dunce v1.0.5
7382025-03-07T21:37:16.766Z Downloaded defmt-parser v0.3.4
7392025-03-07T21:37:16.766Z Downloaded aws-lc-rs v1.12.4
7402025-03-07T21:37:16.774Z Downloaded vte_generate_state_changes v0.1.2
7412025-03-07T21:37:16.778Z Downloaded termtree v0.5.1
7422025-03-07T21:37:16.778Z Downloaded termtree v0.4.1
7432025-03-07T21:37:16.781Z Downloaded writeable v0.5.5
7442025-03-07T21:37:16.781Z Downloaded utf8_iter v1.0.4
7452025-03-07T21:37:16.785Z Downloaded utf16_iter v1.0.5
7462025-03-07T21:37:16.785Z Downloaded newtype-uuid v1.2.1
7472025-03-07T21:37:16.785Z Downloaded structmeta-derive v0.3.0
7482025-03-07T21:37:16.788Z Downloaded slog-bunyan v2.5.0
7492025-03-07T21:37:16.788Z Downloaded diesel_table_macro_syntax v0.2.0
7502025-03-07T21:37:16.788Z Downloaded waitgroup v0.1.2
7512025-03-07T21:37:16.792Z Downloaded zerovec-derive v0.10.3
7522025-03-07T21:37:16.795Z Downloaded gethostname v0.5.0
7532025-03-07T21:37:16.795Z Downloaded flagset v0.4.6
7542025-03-07T21:37:16.795Z Downloaded itertools v0.10.5
7552025-03-07T21:37:16.801Z Downloaded quinn-udp v0.5.5
7562025-03-07T21:37:16.804Z Downloaded openssl-macros v0.1.1
7572025-03-07T21:37:16.804Z Downloaded rustversion v1.0.17
7582025-03-07T21:37:16.808Z Downloaded progenitor v0.8.0
7592025-03-07T21:37:16.811Z Downloaded proc-macro-error2 v2.0.1
7602025-03-07T21:37:16.814Z Downloaded tokio-stream v0.1.17
7612025-03-07T21:37:16.817Z Downloaded pin-utils v0.1.0
7622025-03-07T21:37:16.820Z Downloaded tokio-tungstenite v0.23.1
7632025-03-07T21:37:16.820Z Downloaded unsafe-libyaml v0.2.11
7642025-03-07T21:37:16.823Z Downloaded x509-cert v0.2.5
7652025-03-07T21:37:16.830Z Downloaded smallvec v0.6.14
7662025-03-07T21:37:16.833Z Downloaded fs_extra v1.3.0
7672025-03-07T21:37:16.836Z Downloaded ecdsa v0.16.9
7682025-03-07T21:37:16.836Z Downloaded unicode-truncate v1.1.0
7692025-03-07T21:37:16.840Z Downloaded tabwriter v1.4.0
7702025-03-07T21:37:16.840Z Downloaded glob v0.3.2
7712025-03-07T21:37:16.843Z Downloaded serde_repr v0.1.19
7722025-03-07T21:37:16.846Z Downloaded serde_urlencoded v0.7.1
7732025-03-07T21:37:16.851Z Downloaded parking_lot_core v0.9.10
7742025-03-07T21:37:16.851Z Downloaded slog v2.7.0
7752025-03-07T21:37:16.854Z Downloaded tungstenite v0.24.0
7762025-03-07T21:37:16.857Z Downloaded thread_local v1.1.8
7772025-03-07T21:37:16.860Z Downloaded data-encoding v2.6.0
7782025-03-07T21:37:16.860Z Downloaded which v4.4.2
7792025-03-07T21:37:16.863Z Downloaded env_filter v0.1.2
7802025-03-07T21:37:16.866Z Downloaded same-file v1.0.6
7812025-03-07T21:37:16.866Z Downloaded rustc-demangle v0.1.24
7822025-03-07T21:37:16.869Z Downloaded rand_core v0.9.2
7832025-03-07T21:37:16.872Z Downloaded openssl-sys v0.9.106
7842025-03-07T21:37:16.876Z Downloaded dsl_auto_type v0.1.2
7852025-03-07T21:37:16.879Z Downloaded futures-sink v0.3.31
7862025-03-07T21:37:16.880Z Downloaded parse-display v0.10.0
7872025-03-07T21:37:16.883Z Downloaded toolchain_find v0.4.0
7882025-03-07T21:37:16.883Z Downloaded aes v0.8.4
7892025-03-07T21:37:16.887Z Downloaded derive_builder_macro v0.20.2
7902025-03-07T21:37:16.890Z Downloaded yoke-derive v0.7.4
7912025-03-07T21:37:16.890Z Downloaded tokio-util v0.7.13
7922025-03-07T21:37:16.895Z Downloaded pin-project-lite v0.2.14
7932025-03-07T21:37:16.900Z Downloaded itertools v0.14.0
7942025-03-07T21:37:16.908Z Downloaded time-core v0.1.2
7952025-03-07T21:37:16.911Z Downloaded peg-runtime v0.8.5
7962025-03-07T21:37:16.911Z Downloaded slog-json v2.6.1
7972025-03-07T21:37:16.915Z Downloaded slog-scope v4.4.0
7982025-03-07T21:37:16.918Z Downloaded darling_macro v0.20.10
7992025-03-07T21:37:16.918Z Downloaded parking_lot v0.11.2
8002025-03-07T21:37:16.921Z Downloaded omicron-zone-package v0.12.0
8012025-03-07T21:37:16.924Z Downloaded pbkdf2 v0.11.0
8022025-03-07T21:37:16.927Z Downloaded xz2 v0.1.7
8032025-03-07T21:37:16.930Z Downloaded fixedbitset v0.5.7
8042025-03-07T21:37:16.930Z Downloaded rcgen v0.12.1
8052025-03-07T21:37:16.933Z Downloaded nibble_vec v0.1.0
8062025-03-07T21:37:16.936Z Downloaded walkdir v2.5.0
8072025-03-07T21:37:16.939Z Downloaded twox-hash v2.1.0
8082025-03-07T21:37:16.939Z Downloaded crossterm v0.28.1
8092025-03-07T21:37:16.947Z Downloaded embedded-io v0.6.1
8102025-03-07T21:37:16.950Z Downloaded pem v3.0.5
8112025-03-07T21:37:16.953Z Downloaded snafu-derive v0.8.5
8122025-03-07T21:37:16.953Z Downloaded slog-stdlog v4.1.1
8132025-03-07T21:37:16.956Z Downloaded funty v2.0.0
8142025-03-07T21:37:16.956Z Downloaded foreign-types-shared v0.3.1
8152025-03-07T21:37:16.956Z Downloaded foreign-types-shared v0.1.1
8162025-03-07T21:37:16.959Z Downloaded getrandom v0.2.15
8172025-03-07T21:37:16.964Z Downloaded sync-ptr v0.1.1
8182025-03-07T21:37:16.964Z Downloaded nu-ansi-term v0.50.1
8192025-03-07T21:37:16.967Z Downloaded russh-cryptovec v0.7.3
8202025-03-07T21:37:16.967Z Downloaded topological-sort v0.2.2
8212025-03-07T21:37:16.970Z Downloaded rand v0.8.5
8222025-03-07T21:37:16.973Z Downloaded slog-term v2.9.1
8232025-03-07T21:37:16.976Z Downloaded typed-path v0.9.3
8242025-03-07T21:37:16.981Z Downloaded tower-layer v0.3.3
8252025-03-07T21:37:16.985Z Downloaded sync_wrapper v1.0.1
8262025-03-07T21:37:16.985Z Downloaded endian-type v0.1.2
8272025-03-07T21:37:16.988Z Downloaded number_prefix v0.4.0
8282025-03-07T21:37:16.988Z Downloaded multer v3.1.0
8292025-03-07T21:37:16.991Z Downloaded rustls-pemfile v1.0.4
8302025-03-07T21:37:16.994Z Downloaded scheduled-thread-pool v0.2.7
8312025-03-07T21:37:16.994Z Downloaded xattr v1.3.1
8322025-03-07T21:37:16.997Z Downloaded tiny-keccak v2.0.2
8332025-03-07T21:37:17.000Z Downloaded openssl-probe v0.1.5
8342025-03-07T21:37:17.000Z Downloaded slog-dtrace v0.3.0
8352025-03-07T21:37:17.004Z Downloaded signal-hook-registry v1.4.2
8362025-03-07T21:37:17.007Z Downloaded num_enum_derive v0.5.11
8372025-03-07T21:37:17.007Z Downloaded zip v0.6.6
8382025-03-07T21:37:17.010Z Downloaded num_enum v0.5.11
8392025-03-07T21:37:17.016Z Downloaded zone_cfg_derive v0.3.0
8402025-03-07T21:37:17.019Z Downloaded idna v1.0.3
8412025-03-07T21:37:17.022Z Downloaded precomputed-hash v0.1.1
8422025-03-07T21:37:17.022Z Downloaded progenitor-impl v0.8.0
8432025-03-07T21:37:17.025Z Downloaded publicsuffix v2.3.0
8442025-03-07T21:37:17.028Z Downloaded time-macros v0.2.18
8452025-03-07T21:37:17.032Z Downloaded globset v0.4.15
8462025-03-07T21:37:17.035Z Downloaded fragile v2.0.0
8472025-03-07T21:37:17.035Z Downloaded fallible-iterator v0.2.0
8482025-03-07T21:37:17.038Z Downloaded enum-as-inner v0.6.1
8492025-03-07T21:37:17.038Z Downloaded progenitor-impl v0.9.1
8502025-03-07T21:37:17.041Z Downloaded uzers v0.12.1
8512025-03-07T21:37:17.044Z Downloaded hkdf v0.12.4
8522025-03-07T21:37:17.047Z Downloaded der v0.7.9
8532025-03-07T21:37:17.051Z Downloaded papergrid v0.14.0
8542025-03-07T21:37:17.057Z Downloaded num-integer v0.1.46
8552025-03-07T21:37:17.060Z Downloaded password-hash v0.5.0
8562025-03-07T21:37:17.063Z Downloaded password-hash v0.4.2
8572025-03-07T21:37:17.066Z Downloaded wyz v0.5.1
8582025-03-07T21:37:17.066Z Downloaded signal-hook v0.3.17
8592025-03-07T21:37:17.069Z Downloaded rustc-hash v2.1.1
8602025-03-07T21:37:17.073Z Downloaded steno v0.4.1
8612025-03-07T21:37:17.076Z Downloaded pkcs8 v0.10.2
8622025-03-07T21:37:17.080Z Downloaded rand_core v0.6.4
8632025-03-07T21:37:17.083Z Downloaded socket2 v0.5.8
8642025-03-07T21:37:17.086Z Downloaded poly1305 v0.8.0
8652025-03-07T21:37:17.086Z Downloaded pretty_assertions v1.4.1
8662025-03-07T21:37:17.089Z Downloaded hashbrown v0.12.3
8672025-03-07T21:37:17.093Z Downloaded rustc_version v0.1.7
8682025-03-07T21:37:17.096Z Downloaded foreign-types-macros v0.2.3
8692025-03-07T21:37:17.096Z Downloaded try-lock v0.2.5
8702025-03-07T21:37:17.096Z Downloaded tls_codec v0.4.1
8712025-03-07T21:37:17.099Z Downloaded new_debug_unreachable v1.0.6
8722025-03-07T21:37:17.102Z Downloaded hyper v1.6.0
8732025-03-07T21:37:17.108Z Downloaded ssh-key v0.6.6
8742025-03-07T21:37:17.116Z Downloaded universal-hash v0.5.1
8752025-03-07T21:37:17.119Z Downloaded parse-size v1.1.0
8762025-03-07T21:37:17.119Z Downloaded fd-lock v4.0.2
8772025-03-07T21:37:17.122Z Downloaded spin v0.9.8
8782025-03-07T21:37:17.125Z Downloaded der_derive v0.7.3
8792025-03-07T21:37:17.125Z Downloaded num-rational v0.4.2
8802025-03-07T21:37:17.128Z Downloaded utf-8 v0.7.6
8812025-03-07T21:37:17.128Z Downloaded rustc_version v0.4.1
8822025-03-07T21:37:17.131Z Downloaded ghash v0.5.1
8832025-03-07T21:37:17.131Z Downloaded rand_xorshift v0.3.0
8842025-03-07T21:37:17.134Z Downloaded rand_seeder v0.3.0
8852025-03-07T21:37:17.134Z Downloaded aes-gcm v0.10.3
8862025-03-07T21:37:17.138Z Downloaded newtype_derive v0.1.6
8872025-03-07T21:37:17.141Z Downloaded unarray v0.1.4
8882025-03-07T21:37:17.141Z Downloaded tinystr v0.7.6
8892025-03-07T21:37:17.147Z Downloaded tower-service v0.3.3
8902025-03-07T21:37:17.147Z Downloaded tinyvec_macros v0.1.1
8912025-03-07T21:37:17.150Z Downloaded secrecy v0.8.0
8922025-03-07T21:37:17.150Z Downloaded futures v0.3.31
8932025-03-07T21:37:17.153Z Downloaded unicase v2.7.0
8942025-03-07T21:37:17.156Z Downloaded tinyvec v1.8.0
8952025-03-07T21:37:17.159Z Downloaded salsa20 v0.10.2
8962025-03-07T21:37:17.159Z Downloaded filetime v0.2.25
8972025-03-07T21:37:17.163Z Downloaded oso-derive v0.27.3
8982025-03-07T21:37:17.163Z Downloaded progenitor-client v0.8.0
8992025-03-07T21:37:17.163Z Downloaded subtle v2.6.1
9002025-03-07T21:37:17.166Z Downloaded nom v7.1.3
9012025-03-07T21:37:17.170Z Downloaded semver v0.1.20
9022025-03-07T21:37:17.173Z Downloaded r2d2 v0.8.10
9032025-03-07T21:37:17.173Z Downloaded primeorder v0.13.6
9042025-03-07T21:37:17.177Z Downloaded tls_codec_derive v0.4.1
9052025-03-07T21:37:17.177Z Downloaded russh-keys v0.45.0
9062025-03-07T21:37:17.180Z Downloaded slog-envlogger v2.2.0
9072025-03-07T21:37:17.183Z Downloaded parse-display-derive v0.10.0
9082025-03-07T21:37:17.183Z Downloaded diesel_derives v2.2.3
9092025-03-07T21:37:17.189Z Downloaded predicates-core v1.0.8
9102025-03-07T21:37:17.192Z Downloaded predicates v3.1.3
9112025-03-07T21:37:17.192Z Downloaded curve25519-dalek-derive v0.1.1
9122025-03-07T21:37:17.195Z Downloaded static_assertions v1.1.0
9132025-03-07T21:37:17.195Z Downloaded subprocess v0.2.9
9142025-03-07T21:37:17.198Z Downloaded yansi v1.0.1
9152025-03-07T21:37:17.201Z Downloaded daft v0.1.1
9162025-03-07T21:37:17.204Z Downloaded darling v0.20.10
9172025-03-07T21:37:17.209Z Downloaded num-derive v0.4.2
9182025-03-07T21:37:17.212Z Downloaded proc-macro-error-attr2 v2.0.0
9192025-03-07T21:37:17.212Z Downloaded num v0.4.3
9202025-03-07T21:37:17.212Z Downloaded signal-hook-mio v0.2.4
9212025-03-07T21:37:17.216Z Downloaded futures-util v0.3.31
9222025-03-07T21:37:17.227Z Downloaded sha1 v0.10.6
9232025-03-07T21:37:17.230Z Downloaded unicode-xid v0.2.6
9242025-03-07T21:37:17.233Z Downloaded pkcs5 v0.7.1
9252025-03-07T21:37:17.236Z Downloaded p256 v0.13.2
9262025-03-07T21:37:17.239Z Downloaded predicates-tree v1.0.11
9272025-03-07T21:37:17.242Z Downloaded diff v0.1.13
9282025-03-07T21:37:17.245Z Downloaded synstructure v0.13.1
9292025-03-07T21:37:17.245Z Downloaded winnow v0.6.20
9302025-03-07T21:37:17.255Z Downloaded supports-color v3.0.2
9312025-03-07T21:37:17.258Z Downloaded lalrpop v0.19.12
9322025-03-07T21:37:17.268Z Downloaded daft-derive v0.1.1
9332025-03-07T21:37:17.272Z Downloaded serde_with_macros v3.12.0
9342025-03-07T21:37:17.275Z Downloaded des v0.8.1
9352025-03-07T21:37:17.278Z Downloaded bindgen v0.69.5
9362025-03-07T21:37:17.285Z Downloaded unicode-bidi v0.3.17
9372025-03-07T21:37:17.289Z Downloaded darling_core v0.20.10
9382025-03-07T21:37:17.294Z Downloaded winnow v0.5.40
9392025-03-07T21:37:17.304Z Downloaded rayon v1.10.0
9402025-03-07T21:37:17.314Z Downloaded owo-colors v4.2.0
9412025-03-07T21:37:17.317Z Downloaded tracing-core v0.1.32
9422025-03-07T21:37:17.320Z Downloaded mio v1.0.2
9432025-03-07T21:37:17.326Z Downloaded time v0.3.36
9442025-03-07T21:37:17.335Z Downloaded serde_yaml v0.9.34+deprecated
9452025-03-07T21:37:17.339Z Downloaded schemars v0.8.22
9462025-03-07T21:37:17.352Z Downloaded flume v0.11.1
9472025-03-07T21:37:17.357Z Downloaded unicode_categories v0.1.1
9482025-03-07T21:37:17.360Z Downloaded chrono v0.4.40
9492025-03-07T21:37:17.367Z Downloaded zopfli v0.8.1
9502025-03-07T21:37:17.370Z Downloaded bitvec v1.0.1
9512025-03-07T21:37:17.387Z Downloaded oso v0.27.3
9522025-03-07T21:37:17.391Z Downloaded unicode-segmentation v1.12.0
9532025-03-07T21:37:17.394Z Downloaded parse-zoneinfo v0.3.1
9542025-03-07T21:37:17.398Z Downloaded reqwest v0.12.12
9552025-03-07T21:37:17.408Z Downloaded prettyplease v0.2.29
9562025-03-07T21:37:17.411Z Downloaded quinn v0.11.5
9572025-03-07T21:37:17.416Z Downloaded hashbrown v0.13.2
9582025-03-07T21:37:17.420Z Downloaded icu_properties_data v1.5.0
9592025-03-07T21:37:17.433Z Downloaded rustyline v14.0.0
9602025-03-07T21:37:17.438Z Downloaded bindgen v0.71.1
9612025-03-07T21:37:17.447Z Downloaded qorb v0.2.1
9622025-03-07T21:37:17.453Z Downloaded webpki-roots v0.26.6
9632025-03-07T21:37:17.457Z Downloaded unicode-normalization v0.1.24
9642025-03-07T21:37:17.461Z Downloaded tower v0.5.2
9652025-03-07T21:37:17.471Z Downloaded zip v2.1.3
9662025-03-07T21:37:17.475Z Downloaded h2 v0.4.6
9672025-03-07T21:37:17.483Z Downloaded quick-xml v0.37.2
9682025-03-07T21:37:17.490Z Downloaded num-bigint-dig v0.8.4
9692025-03-07T21:37:17.496Z Downloaded num-bigint v0.4.6
9702025-03-07T21:37:17.508Z Downloaded serde_with v3.12.0
9712025-03-07T21:37:17.511Z Downloaded salty v0.3.0
9722025-03-07T21:37:17.519Z Downloaded petname v2.0.2
9732025-03-07T21:37:17.525Z Downloaded tough v0.19.0
9742025-03-07T21:37:17.534Z Downloaded rustls-webpki v0.101.7
9752025-03-07T21:37:17.550Z Downloaded portable-atomic v1.9.0
9762025-03-07T21:37:17.557Z Downloaded regex v1.11.1
9772025-03-07T21:37:17.572Z Downloaded rustls-webpki v0.102.8
9782025-03-07T21:37:17.592Z Downloaded nix v0.28.0
9792025-03-07T21:37:17.605Z Downloaded p384 v0.13.0
9802025-03-07T21:37:17.612Z Downloaded unicode-width v0.2.0
9812025-03-07T21:37:17.618Z Downloaded smoltcp v0.9.1
9822025-03-07T21:37:17.632Z Downloaded tabled v0.18.0
9832025-03-07T21:37:17.649Z Downloaded quinn-proto v0.11.8
9842025-03-07T21:37:17.658Z Downloaded git2 v0.19.0
9852025-03-07T21:37:17.664Z Downloaded radix_trie v0.2.1
9862025-03-07T21:37:17.670Z Downloaded zerocopy v0.8.10
9872025-03-07T21:37:17.696Z Downloaded nix v0.27.1
9882025-03-07T21:37:17.708Z Downloaded object v0.30.4
9892025-03-07T21:37:17.718Z Downloaded polar-core v0.27.3
9902025-03-07T21:37:17.727Z Downloaded openssl v0.10.71
9912025-03-07T21:37:17.739Z Downloaded gimli v0.31.1
9922025-03-07T21:37:17.748Z Downloaded rustls v0.22.4
9932025-03-07T21:37:17.762Z Downloaded smoltcp v0.11.0
9942025-03-07T21:37:17.774Z Downloaded object v0.36.5
9952025-03-07T21:37:17.787Z Downloaded curve25519-dalek v4.1.3
9962025-03-07T21:37:17.795Z Downloaded sled v0.34.7
9972025-03-07T21:37:17.806Z Downloaded rustls v0.23.19
9982025-03-07T21:37:17.819Z Downloaded diesel v2.2.8
9992025-03-07T21:37:17.840Z Downloaded typify-impl v0.3.0
10002025-03-07T21:37:17.855Z Downloaded typify-impl v0.2.0
10012025-03-07T21:37:17.870Z Downloaded openapiv3 v2.0.0
10022025-03-07T21:37:17.883Z Downloaded ratatui v0.29.0
10032025-03-07T21:37:17.904Z Downloaded bzip2-sys v0.1.11+1.0.8
10042025-03-07T21:37:17.918Z Downloaded vcpkg v0.2.15
10052025-03-07T21:37:17.956Z Downloaded regex-syntax v0.8.5
10062025-03-07T21:37:17.966Z Downloaded dropshot v0.16.0
10072025-03-07T21:37:17.987Z Downloaded dropshot v0.12.0
10082025-03-07T21:37:18.008Z Downloaded zerocopy-derive v0.6.6
10092025-03-07T21:37:18.019Z Downloaded bstr v1.10.0
10102025-03-07T21:37:18.028Z Downloaded rustls v0.21.12
10112025-03-07T21:37:18.040Z Downloaded hickory-proto v0.24.4
10122025-03-07T21:37:18.056Z Downloaded regex-automata v0.4.8
10132025-03-07T21:37:18.074Z Downloaded regex-syntax v0.6.29
10142025-03-07T21:37:18.080Z Downloaded nix v0.29.0
10152025-03-07T21:37:18.092Z Downloaded chrono-tz v0.10.1
10162025-03-07T21:37:18.100Z Downloaded regress v0.10.3
10172025-03-07T21:37:18.111Z Downloaded csv v1.3.1
10182025-03-07T21:37:18.130Z Downloaded proptest v1.6.0
10192025-03-07T21:37:18.138Z Downloaded lzma-sys v0.1.20
10202025-03-07T21:37:18.170Z Downloaded value-bag v1.9.0
10212025-03-07T21:37:18.173Z Downloaded petgraph v0.7.1
10222025-03-07T21:37:18.190Z Downloaded petgraph v0.6.5
10232025-03-07T21:37:18.208Z Downloaded getrandom v0.3.1
10242025-03-07T21:37:18.211Z Downloaded russh v0.45.0
10252025-03-07T21:37:18.217Z Downloaded sha3 v0.10.8
10262025-03-07T21:37:18.221Z Downloaded libz-sys v1.1.20
10272025-03-07T21:37:18.242Z Downloaded reedline v0.38.0
10282025-03-07T21:37:18.250Z Downloaded vergen v8.3.2
10292025-03-07T21:37:18.253Z Downloaded toml_edit v0.19.15
10302025-03-07T21:37:18.269Z Downloaded tokio v1.43.0
10312025-03-07T21:37:18.307Z Downloaded p521 v0.13.3
10322025-03-07T21:37:18.310Z Downloaded zerovec v0.10.4
10332025-03-07T21:37:18.316Z Downloaded sqlparser v0.45.0
10342025-03-07T21:37:18.322Z Downloaded blake3 v1.5.4
10352025-03-07T21:37:18.330Z Downloaded native-tls v0.2.12
10362025-03-07T21:37:18.333Z Downloaded pkcs1 v0.7.5
10372025-03-07T21:37:18.334Z Downloaded fatfs v0.3.6
10382025-03-07T21:37:18.337Z Downloaded derive_more v0.99.19
10392025-03-07T21:37:18.342Z Downloaded float-ord v0.3.2
10402025-03-07T21:37:18.346Z Downloaded expectorate v1.1.0
10412025-03-07T21:37:18.346Z Downloaded ena v0.14.3
10422025-03-07T21:37:18.349Z Downloaded snafu v0.8.5
10432025-03-07T21:37:18.352Z Downloaded aho-corasick v1.1.3
10442025-03-07T21:37:18.359Z Downloaded zerocopy v0.6.6
10452025-03-07T21:37:18.362Z Downloaded mockall_derive v0.13.1
10462025-03-07T21:37:18.362Z Downloaded rusty-fork v0.3.0
10472025-03-07T21:37:18.366Z Downloaded foldhash v0.1.3
10482025-03-07T21:37:18.366Z Downloaded rustc-hash v1.1.0
10492025-03-07T21:37:18.366Z Downloaded polyval v0.6.2
10502025-03-07T21:37:18.369Z Downloaded tokio-postgres v0.7.13
10512025-03-07T21:37:18.372Z Downloaded dropshot_endpoint v0.16.0
10522025-03-07T21:37:18.376Z Downloaded difflib v0.4.0
10532025-03-07T21:37:18.379Z Downloaded yasna v0.5.2
10542025-03-07T21:37:18.384Z Downloaded tokio-tungstenite v0.24.0
10552025-03-07T21:37:18.384Z Downloaded env_logger v0.10.2
10562025-03-07T21:37:18.388Z Downloaded rand v0.9.0
10572025-03-07T21:37:18.391Z Downloaded encoding_rs v0.8.34
10582025-03-07T21:37:18.419Z Downloaded flate2 v1.1.0
10592025-03-07T21:37:18.422Z Downloaded uuid v1.15.1
10602025-03-07T21:37:18.422Z Downloaded tabled_derive v0.10.0
10612025-03-07T21:37:18.422Z Downloaded rand_chacha v0.3.1
10622025-03-07T21:37:18.422Z Downloaded url v2.5.3
10632025-03-07T21:37:18.426Z Downloaded env_logger v0.11.5
10642025-03-07T21:37:18.429Z Downloaded rayon-core v1.12.1
10652025-03-07T21:37:18.432Z Downloaded derive_builder_core v0.20.2
10662025-03-07T21:37:18.432Z Downloaded vsss-rs v3.3.4
10672025-03-07T21:37:18.435Z Downloaded ppv-lite86 v0.2.20
10682025-03-07T21:37:18.435Z Downloaded itertools v0.13.0
10692025-03-07T21:37:18.442Z Downloaded ring v0.17.11
10702025-03-07T21:37:18.484Z Downloaded num-complex v0.4.6
10712025-03-07T21:37:18.488Z Downloaded pem-rfc7468 v0.7.0
10722025-03-07T21:37:18.491Z Downloaded futures-macro v0.3.31
10732025-03-07T21:37:18.491Z Downloaded packed_struct_codegen v0.10.1
10742025-03-07T21:37:18.491Z Downloaded unicode-properties v0.1.3
10752025-03-07T21:37:18.491Z Downloaded num-traits v0.2.19
10762025-03-07T21:37:18.496Z Downloaded itertools v0.12.1
10772025-03-07T21:37:18.502Z Downloaded wait-timeout v0.2.0
10782025-03-07T21:37:18.506Z Downloaded libxml v0.3.3
10792025-03-07T21:37:18.509Z Downloaded tungstenite v0.21.0
10802025-03-07T21:37:18.512Z Downloaded tokio-tungstenite v0.21.0
10812025-03-07T21:37:18.517Z Downloaded strum_macros v0.26.4
10822025-03-07T21:37:18.517Z Downloaded libgit2-sys v0.17.0+1.8.1
10832025-03-07T21:37:18.572Z Downloaded tungstenite v0.23.0
10842025-03-07T21:37:18.575Z Downloaded percent-encoding v2.3.1
10852025-03-07T21:37:18.579Z Downloaded cc v1.2.15
10862025-03-07T21:37:18.583Z Downloaded mockall v0.13.1
10872025-03-07T21:37:18.583Z Downloaded dropshot_endpoint v0.12.0
10882025-03-07T21:37:18.586Z Downloaded ron v0.8.1
10892025-03-07T21:37:18.590Z Downloaded libm v0.2.8
10902025-03-07T21:37:18.596Z Downloaded take_mut v0.2.2
10912025-03-07T21:37:18.599Z Downloaded serde-big-array v0.5.1
10922025-03-07T21:37:18.599Z Downloaded ed25519-dalek v2.1.1
10932025-03-07T21:37:18.602Z Downloaded postgres-types v0.2.9
10942025-03-07T21:37:18.605Z Downloaded postgres-protocol v0.6.8
10952025-03-07T21:37:18.605Z Downloaded postcard v1.0.10
10962025-03-07T21:37:18.610Z Downloaded hickory-server v0.24.4
10972025-03-07T21:37:18.613Z Downloaded tui-tree-widget v0.23.0
10982025-03-07T21:37:18.616Z Downloaded similar v2.7.0
10992025-03-07T21:37:18.619Z Downloaded ron v0.7.1
11002025-03-07T21:37:18.623Z Downloaded elliptic-curve v0.13.8
11012025-03-07T21:37:18.627Z Downloaded samael v0.0.18
11022025-03-07T21:37:18.632Z Downloaded nanorand v0.7.0
11032025-03-07T21:37:18.635Z Downloaded rsa v0.9.6
11042025-03-07T21:37:18.639Z Downloaded tracing v0.1.40
11052025-03-07T21:37:18.643Z Downloaded tar v0.4.44
11062025-03-07T21:37:18.646Z Downloaded futures-io v0.3.31
11072025-03-07T21:37:18.649Z Downloaded futures-executor v0.3.31
11082025-03-07T21:37:18.649Z Downloaded foreign-types v0.5.0
11092025-03-07T21:37:18.649Z Downloaded crypto-bigint v0.5.5
11102025-03-07T21:37:18.655Z Downloaded document-features v0.2.10
11112025-03-07T21:37:18.658Z Downloaded displaydoc v0.2.5
11122025-03-07T21:37:18.658Z Downloaded untrusted v0.9.0
11132025-03-07T21:37:18.661Z Downloaded untrusted v0.7.1
11142025-03-07T21:37:18.661Z Downloaded derive-where v1.2.7
11152025-03-07T21:37:18.664Z Downloaded zeroize_derive v1.4.2
11162025-03-07T21:37:18.664Z Downloaded zeroize v1.8.1
11172025-03-07T21:37:18.667Z Downloaded zerofrom-derive v0.1.4
11182025-03-07T21:37:18.667Z Downloaded stable_deref_trait v1.2.0
11192025-03-07T21:37:18.667Z Downloaded ssh-cipher v0.2.0
11202025-03-07T21:37:18.672Z Downloaded siphasher v0.3.11
11212025-03-07T21:37:18.672Z Downloaded hickory-resolver v0.24.4
11222025-03-07T21:37:18.675Z Downloaded hash32 v0.2.1
11232025-03-07T21:37:18.675Z Downloaded chacha20poly1305 v0.10.1
11242025-03-07T21:37:18.679Z Downloaded thiserror-no-std v2.0.2
11252025-03-07T21:37:18.682Z Downloaded serde-hex v0.1.0
11262025-03-07T21:37:18.682Z Downloaded progenitor-macro v0.9.1
11272025-03-07T21:37:18.685Z Downloaded float-cmp v0.10.0
11282025-03-07T21:37:18.685Z Downloaded derive_builder v0.20.2
11292025-03-07T21:37:18.688Z Downloaded foreign-types v0.3.2
11302025-03-07T21:37:18.688Z Downloaded downcast v0.11.0
11312025-03-07T21:37:18.691Z Downloaded yoke v0.7.4
11322025-03-07T21:37:18.692Z Downloaded typify v0.3.0
11332025-03-07T21:37:18.695Z Downloaded const-oid v0.9.6
11342025-03-07T21:37:18.698Z Downloaded heapless v0.7.17
11352025-03-07T21:37:18.701Z Downloaded blake2 v0.10.6
11362025-03-07T21:37:18.704Z Downloaded clang-sys v1.8.1
11372025-03-07T21:37:18.704Z Downloaded smallvec v1.14.0
11382025-03-07T21:37:18.707Z Downloaded colored v2.2.0
11392025-03-07T21:37:18.712Z Downloaded dirs-sys-next v0.1.2
11402025-03-07T21:37:18.712Z Downloaded dirs-next v2.0.0
11412025-03-07T21:37:18.712Z Downloaded sct v0.7.1
11422025-03-07T21:37:18.715Z Downloaded debug-ignore v1.0.5
11432025-03-07T21:37:18.715Z Downloaded serde_plain v1.0.2
11442025-03-07T21:37:18.719Z Downloaded zone v0.3.0
11452025-03-07T21:37:18.719Z Downloaded crossbeam-epoch v0.9.18
11462025-03-07T21:37:18.722Z Downloaded strip-ansi-escapes v0.2.0
11472025-03-07T21:37:18.722Z Downloaded stringprep v0.1.5
11482025-03-07T21:37:18.722Z Downloaded string_cache v0.8.7
11492025-03-07T21:37:18.725Z Downloaded slab v0.4.9
11502025-03-07T21:37:18.725Z Downloaded csv-core v0.1.11
11512025-03-07T21:37:18.725Z Downloaded crc32fast v1.4.2
11522025-03-07T21:37:18.728Z Downloaded async-bb8-diesel v0.2.1
11532025-03-07T21:37:18.731Z Downloaded async-recursion v1.1.1
11542025-03-07T21:37:18.735Z Downloaded arrayvec v0.7.6
11552025-03-07T21:37:18.735Z Downloaded ciborium v0.2.2
11562025-03-07T21:37:18.738Z Downloaded heapless v0.8.0
11572025-03-07T21:37:18.741Z Downloaded cargo_metadata v0.18.1
11582025-03-07T21:37:18.745Z Downloaded icu_locid v1.5.0
11592025-03-07T21:37:18.748Z Downloaded libloading v0.8.5
11602025-03-07T21:37:18.748Z Downloaded icu_provider v1.5.0
11612025-03-07T21:37:18.753Z Downloaded highway v1.3.0
11622025-03-07T21:37:18.756Z Downloaded const_format_proc_macros v0.2.34
11632025-03-07T21:37:18.756Z Downloaded console v0.15.10
11642025-03-07T21:37:18.759Z Downloaded icu_locid_transform_data v1.5.0
11652025-03-07T21:37:18.759Z Downloaded hyper-staticfile v0.10.1
11662025-03-07T21:37:18.763Z Downloaded hmac v0.12.1
11672025-03-07T21:37:18.766Z Downloaded cancel-safe-futures v0.1.5
11682025-03-07T21:37:18.766Z Downloaded base64ct v1.6.0
11692025-03-07T21:37:18.769Z Downloaded adler2 v2.0.0
11702025-03-07T21:37:18.769Z Downloaded rfc6979 v0.4.0
11712025-03-07T21:37:18.772Z Downloaded ref-cast-impl v1.0.23
11722025-03-07T21:37:18.772Z Downloaded ref-cast v1.0.23
11732025-03-07T21:37:18.775Z Downloaded rand_chacha v0.9.0
11742025-03-07T21:37:18.775Z Downloaded radium v0.7.0
11752025-03-07T21:37:18.775Z Downloaded cobs v0.2.3
11762025-03-07T21:37:18.778Z Downloaded assert_matches v1.5.0
11772025-03-07T21:37:18.778Z Downloaded ascii-canvas v3.0.0
11782025-03-07T21:37:18.778Z Downloaded cipher v0.4.4
11792025-03-07T21:37:18.782Z Downloaded ciborium-ll v0.2.2
11802025-03-07T21:37:18.782Z Downloaded arrayref v0.3.9
11812025-03-07T21:37:18.782Z Downloaded aead v0.5.2
11822025-03-07T21:37:18.785Z Downloaded crc v3.2.1
11832025-03-07T21:37:18.785Z Downloaded bb8 v0.8.5
11842025-03-07T21:37:18.788Z Downloaded bit-vec v0.6.3
11852025-03-07T21:37:18.788Z Downloaded bit-set v0.8.0
11862025-03-07T21:37:18.788Z Downloaded home v0.5.9
11872025-03-07T21:37:18.791Z Downloaded bit-set v0.5.3
11882025-03-07T21:37:18.791Z Downloaded atomic-waker v1.1.2
11892025-03-07T21:37:18.791Z Downloaded idna_adapter v1.2.0
11902025-03-07T21:37:18.795Z Downloaded internet-checksum v0.2.1
11912025-03-07T21:37:18.795Z Downloaded keccak v0.1.5
11922025-03-07T21:37:18.795Z Downloaded inout v0.1.3
11932025-03-07T21:37:18.795Z Downloaded impl-trait-for-tuples v0.2.2
11942025-03-07T21:37:18.798Z Downloaded hubpack v0.1.2
11952025-03-07T21:37:18.801Z Downloaded block-padding v0.3.3
11962025-03-07T21:37:18.801Z Downloaded lru-cache v0.1.2
11972025-03-07T21:37:18.801Z Downloaded async-stream v0.3.6
11982025-03-07T21:37:18.804Z Downloaded is-terminal v0.4.13
11992025-03-07T21:37:18.804Z Downloaded ipnetwork v0.21.1
12002025-03-07T21:37:18.804Z Downloaded indoc v1.0.9
12012025-03-07T21:37:18.807Z Downloaded indent_write v2.2.0
12022025-03-07T21:37:18.812Z Downloaded crunchy v0.2.2
12032025-03-07T21:37:18.812Z Downloaded crucible-workspace-hack v0.1.0
12042025-03-07T21:37:18.812Z Downloaded http-body-util v0.1.2
12052025-03-07T21:37:19.140Z Downloaded aws-lc-sys v0.26.0
12062025-03-07T21:37:19.457Z Compiling serde v1.0.218
12072025-03-07T21:37:19.460Z Compiling value-bag v1.9.0
12082025-03-07T21:37:19.460Z Compiling lock_api v0.4.12
12092025-03-07T21:37:19.460Z Compiling scopeguard v1.2.0
12102025-03-07T21:37:19.460Z Compiling typenum v1.17.0
12112025-03-07T21:37:19.460Z Compiling generic-array v0.14.7
12122025-03-07T21:37:19.654Z Compiling syn v2.0.98
12132025-03-07T21:37:19.667Z Compiling getrandom v0.2.15
12142025-03-07T21:37:19.815Z Compiling shlex v1.3.0
12152025-03-07T21:37:19.961Z Compiling rand_core v0.6.4
12162025-03-07T21:37:20.080Z Compiling log v0.4.22
12172025-03-07T21:37:20.173Z Compiling jobserver v0.1.32
12182025-03-07T21:37:20.194Z Compiling subtle v2.6.1
12192025-03-07T21:37:20.213Z Compiling smallvec v1.14.0
12202025-03-07T21:37:20.493Z Compiling const-oid v0.9.6
12212025-03-07T21:37:20.512Z Compiling pin-project-lite v0.2.14
12222025-03-07T21:37:20.516Z Compiling parking_lot_core v0.9.10
12232025-03-07T21:37:20.604Z Compiling cc v1.2.15
12242025-03-07T21:37:20.654Z Compiling rustix v0.38.37
12252025-03-07T21:37:20.806Z Compiling signal-hook-registry v1.4.2
12262025-03-07T21:37:20.972Z Compiling futures-core v0.3.31
12272025-03-07T21:37:21.224Z Compiling mio v1.0.2
12282025-03-07T21:37:21.553Z Compiling parking_lot v0.12.3
12292025-03-07T21:37:21.631Z Compiling spin v0.9.8
12302025-03-07T21:37:21.679Z Compiling socket2 v0.5.8
12312025-03-07T21:37:22.003Z Compiling aho-corasick v1.1.3
12322025-03-07T21:37:22.029Z Compiling regex-syntax v0.8.5
12332025-03-07T21:37:22.402Z Compiling stable_deref_trait v1.2.0
12342025-03-07T21:37:22.488Z Compiling either v1.14.0
12352025-03-07T21:37:22.562Z Compiling cpufeatures v0.2.14
12362025-03-07T21:37:22.630Z Compiling futures-sink v0.3.31
12372025-03-07T21:37:22.680Z Compiling slab v0.4.9
12382025-03-07T21:37:22.721Z Compiling glob v0.3.2
12392025-03-07T21:37:22.791Z Compiling prettyplease v0.2.29
12402025-03-07T21:37:22.914Z Compiling lazy_static v1.5.0
12412025-03-07T21:37:23.058Z Compiling serde_json v1.0.139
12422025-03-07T21:37:23.165Z Compiling minimal-lexical v0.2.1
12432025-03-07T21:37:23.455Z Compiling futures-channel v0.3.31
12442025-03-07T21:37:23.500Z Compiling libloading v0.8.5
12452025-03-07T21:37:23.588Z Compiling clang-sys v1.8.1
12462025-03-07T21:37:23.690Z Compiling nom v7.1.3
12472025-03-07T21:37:23.887Z Compiling allocator-api2 v0.2.18
12482025-03-07T21:37:23.890Z Compiling pin-utils v0.1.0
12492025-03-07T21:37:24.000Z Compiling futures-io v0.3.31
12502025-03-07T21:37:24.299Z Compiling futures-task v0.3.31
12512025-03-07T21:37:24.363Z Compiling home v0.5.9
12522025-03-07T21:37:24.600Z Compiling bindgen v0.69.5
12532025-03-07T21:37:24.626Z Compiling foldhash v0.1.3
12542025-03-07T21:37:24.713Z Compiling itertools v0.12.1
12552025-03-07T21:37:24.931Z Compiling hashbrown v0.15.1
12562025-03-07T21:37:25.499Z Compiling lazycell v1.3.0
12572025-03-07T21:37:25.676Z Compiling pkg-config v0.3.31
12582025-03-07T21:37:26.139Z Compiling regex-automata v0.4.8
12592025-03-07T21:37:26.654Z Compiling libm v0.2.8
12602025-03-07T21:37:26.948Z Compiling cexpr v0.6.0
12612025-03-07T21:37:27.026Z Compiling rustc-hash v1.1.0
12622025-03-07T21:37:27.166Z Compiling synstructure v0.13.1
12632025-03-07T21:37:27.640Z Compiling cmake v0.1.51
12642025-03-07T21:37:28.207Z Compiling num-traits v0.2.19
12652025-03-07T21:37:28.489Z Compiling fs_extra v1.3.0
12662025-03-07T21:37:28.526Z Compiling dunce v1.0.5
12672025-03-07T21:37:28.669Z Compiling getrandom v0.3.1
12682025-03-07T21:37:28.793Z Compiling writeable v0.5.5
12692025-03-07T21:37:29.050Z Compiling litemap v0.7.3
12702025-03-07T21:37:29.338Z Compiling ring v0.17.11
12712025-03-07T21:37:29.381Z Compiling base64ct v1.6.0
12722025-03-07T21:37:29.404Z Compiling paste v1.0.15
12732025-03-07T21:37:29.964Z Compiling pem-rfc7468 v0.7.0
12742025-03-07T21:37:30.003Z Compiling flagset v0.4.6
12752025-03-07T21:37:30.216Z Compiling aws-lc-rs v1.12.4
12762025-03-07T21:37:30.401Z Compiling httparse v1.9.5
12772025-03-07T21:37:30.567Z Compiling icu_locid_transform_data v1.5.0
12782025-03-07T21:37:30.688Z Compiling tracing-core v0.1.32
12792025-03-07T21:37:31.113Z Compiling regex v1.11.1
12802025-03-07T21:37:31.610Z Compiling percent-encoding v2.3.1
12812025-03-07T21:37:31.745Z Compiling icu_properties_data v1.5.0
12822025-03-07T21:37:31.890Z Compiling crossbeam-utils v0.8.20
12832025-03-07T21:37:31.926Z Compiling rustls-pki-types v1.10.0
12842025-03-07T21:37:32.042Z Compiling untrusted v0.7.1
12852025-03-07T21:37:32.239Z Compiling utf16_iter v1.0.5
12862025-03-07T21:37:32.306Z Compiling serde_derive v1.0.218
12872025-03-07T21:37:32.413Z Compiling zeroize_derive v1.4.2
12882025-03-07T21:37:32.447Z Compiling zerocopy-derive v0.7.35
12892025-03-07T21:37:32.618Z Compiling tokio-macros v2.5.0
12902025-03-07T21:37:32.867Z Compiling zerofrom-derive v0.1.4
12912025-03-07T21:37:33.808Z Compiling zeroize v1.8.1
12922025-03-07T21:37:34.173Z Compiling thiserror-impl v1.0.69
12932025-03-07T21:37:34.389Z Compiling zerocopy v0.7.35
12942025-03-07T21:37:34.845Z Compiling yoke-derive v0.7.4
12952025-03-07T21:37:34.988Z Compiling futures-macro v0.3.31
12962025-03-07T21:37:35.356Z Compiling crypto-common v0.1.6
12972025-03-07T21:37:35.580Z Compiling block-buffer v0.10.4
12982025-03-07T21:37:35.691Z Compiling zerovec-derive v0.10.3
12992025-03-07T21:37:35.712Z Compiling displaydoc v0.2.5
13002025-03-07T21:37:35.847Z Compiling digest v0.10.7
13012025-03-07T21:37:36.162Z Compiling zerofrom v0.1.4
13022025-03-07T21:37:36.316Z Compiling hmac v0.12.1
13032025-03-07T21:37:36.406Z Compiling block-padding v0.3.3
13042025-03-07T21:37:36.623Z Compiling ppv-lite86 v0.2.20
13052025-03-07T21:37:36.678Z Compiling inout v0.1.3
13062025-03-07T21:37:36.888Z Compiling futures-util v0.3.31
13072025-03-07T21:37:36.977Z Compiling cipher v0.4.4
13082025-03-07T21:37:37.025Z Compiling thiserror v1.0.69
13092025-03-07T21:37:37.176Z Compiling sha2 v0.10.8
13102025-03-07T21:37:37.287Z Compiling icu_provider_macros v1.5.0
13112025-03-07T21:37:37.412Z Compiling der_derive v0.7.3
13122025-03-07T21:37:37.463Z Compiling yoke v0.7.4
13132025-03-07T21:37:37.483Z Compiling tracing-attributes v0.1.27
13142025-03-07T21:37:37.825Z Compiling salsa20 v0.10.2
13152025-03-07T21:37:38.064Z Compiling pest v2.7.14
13162025-03-07T21:37:38.209Z Compiling zerovec v0.10.4
13172025-03-07T21:37:38.311Z Compiling pbkdf2 v0.12.2
13182025-03-07T21:37:38.526Z Compiling powerfmt v0.2.0
13192025-03-07T21:37:38.911Z Compiling num-conv v0.1.0
13202025-03-07T21:37:39.205Z Compiling untrusted v0.9.0
13212025-03-07T21:37:39.408Z Compiling time-core v0.1.2
13222025-03-07T21:37:39.603Z Compiling write16 v1.0.0
13232025-03-07T21:37:39.681Z Compiling der v0.7.9
13242025-03-07T21:37:39.754Z Compiling utf8_iter v1.0.4
13252025-03-07T21:37:40.001Z Compiling tinystr v0.7.6
13262025-03-07T21:37:40.215Z Compiling icu_collections v1.5.0
13272025-03-07T21:37:40.369Z Compiling icu_locid v1.5.0
13282025-03-07T21:37:40.612Z Compiling tracing v0.1.40
13292025-03-07T21:37:40.801Z Compiling vcpkg v0.2.15
13302025-03-07T21:37:41.040Z Compiling icu_normalizer_data v1.5.0
13312025-03-07T21:37:41.119Z Compiling pest_meta v2.7.14
13322025-03-07T21:37:41.159Z Compiling time-macros v0.2.18
13332025-03-07T21:37:42.307Z Compiling icu_provider v1.5.0
13342025-03-07T21:37:42.390Z Compiling spki v0.7.3
13352025-03-07T21:37:42.572Z Compiling openssl-sys v0.9.106
13362025-03-07T21:37:42.657Z Compiling deranged v0.3.11
13372025-03-07T21:37:43.264Z Compiling icu_locid_transform v1.5.0
13382025-03-07T21:37:43.617Z Compiling scrypt v0.11.0
13392025-03-07T21:37:43.882Z Compiling cbc v0.1.2
13402025-03-07T21:37:44.079Z Compiling aes v0.8.4
13412025-03-07T21:37:44.130Z Compiling scroll_derive v0.12.0
13422025-03-07T21:37:44.150Z Compiling num_threads v0.1.7
13432025-03-07T21:37:44.242Z Compiling atomic-waker v1.1.2
13442025-03-07T21:37:44.302Z Compiling tinyvec_macros v0.1.1
13452025-03-07T21:37:44.409Z Compiling tinyvec v1.8.0
13462025-03-07T21:37:44.428Z Compiling time v0.3.36
13472025-03-07T21:37:45.121Z Compiling bytes v1.10.0
13482025-03-07T21:37:45.319Z Compiling bitflags v2.6.0
13492025-03-07T21:37:45.569Z Compiling indexmap v2.7.1
13502025-03-07T21:37:45.763Z Compiling semver v1.0.25
13512025-03-07T21:37:45.890Z Compiling icu_properties v1.5.1
13522025-03-07T21:37:46.458Z Compiling tokio v1.43.0
13532025-03-07T21:37:46.586Z Compiling http v1.2.0
13542025-03-07T21:37:46.850Z Compiling rustc_version v0.4.1
13552025-03-07T21:37:46.882Z Compiling scroll v0.12.0
13562025-03-07T21:37:47.444Z Compiling pkcs5 v0.7.1
13572025-03-07T21:37:47.663Z Compiling pest_generator v2.7.14
13582025-03-07T21:37:48.381Z Compiling http-body v1.0.1
13592025-03-07T21:37:48.486Z Compiling rand_chacha v0.3.1
13602025-03-07T21:37:48.636Z Compiling form_urlencoded v1.2.1
13612025-03-07T21:37:48.792Z Compiling zerocopy v0.8.10
13622025-03-07T21:37:48.966Z Compiling slog v2.7.0
13632025-03-07T21:37:49.012Z Compiling try-lock v0.2.5
13642025-03-07T21:37:49.174Z Compiling want v0.3.1
13652025-03-07T21:37:49.480Z Compiling which v4.4.2
13662025-03-07T21:37:49.571Z Compiling icu_normalizer v1.5.0
13672025-03-07T21:37:49.627Z Compiling pest_derive v2.7.14
13682025-03-07T21:37:49.672Z Compiling rand v0.8.5
13692025-03-07T21:37:50.382Z Compiling goblin v0.8.2
13702025-03-07T21:37:50.404Z Compiling idna_adapter v1.2.0
13712025-03-07T21:37:50.448Z Compiling pkcs8 v0.10.2
13722025-03-07T21:37:50.638Z Compiling idna v1.0.3
13732025-03-07T21:37:50.776Z Compiling uuid v1.15.1
13742025-03-07T21:37:51.110Z Compiling zerocopy-derive v0.8.10
13752025-03-07T21:37:51.246Z Compiling tower-service v0.3.3
13762025-03-07T21:37:51.388Z Compiling httpdate v1.0.3
13772025-03-07T21:37:51.763Z Compiling adler2 v2.0.0
13782025-03-07T21:37:51.898Z Compiling iana-time-zone v0.1.61
13792025-03-07T21:37:52.002Z Compiling miniz_oxide v0.8.5
13802025-03-07T21:37:52.190Z Compiling chrono v0.4.40
13812025-03-07T21:37:52.291Z Compiling dtrace-parser v0.2.0
13822025-03-07T21:37:53.120Z Compiling serde_tokenstream v0.2.2
13832025-03-07T21:37:53.491Z Compiling toml_datetime v0.6.8
13842025-03-07T21:37:53.676Z Compiling serde_spanned v0.6.8
13852025-03-07T21:37:53.925Z Compiling base64 v0.22.1
13862025-03-07T21:37:53.952Z Compiling match_cfg v0.1.0
13872025-03-07T21:37:54.062Z Compiling openssl v0.10.71
13882025-03-07T21:37:54.141Z Compiling foreign-types-shared v0.1.1
13892025-03-07T21:37:54.272Z Compiling rustversion v1.0.17
13902025-03-07T21:37:54.479Z Compiling tokio-util v0.7.13
13912025-03-07T21:37:54.647Z Compiling foreign-types v0.3.2
13922025-03-07T21:37:54.756Z Compiling hostname v0.3.1
13932025-03-07T21:37:54.954Z Compiling url v2.5.3
13942025-03-07T21:37:55.473Z Compiling h2 v0.4.6
13952025-03-07T21:37:55.742Z Compiling openssl-macros v0.1.1
13962025-03-07T21:37:56.269Z Compiling dof v0.3.0
13972025-03-07T21:37:56.507Z Compiling async-trait v0.1.87
13982025-03-07T21:37:56.694Z Compiling serde_derive_internals v0.29.1
13992025-03-07T21:37:56.900Z Compiling rand_core v0.9.2
14002025-03-07T21:37:57.360Z Compiling usdt-impl v0.5.0
14012025-03-07T21:37:58.105Z Compiling bzip2-sys v0.1.11+1.0.8
14022025-03-07T21:37:58.646Z Compiling dirs-sys-next v0.1.2
14032025-03-07T21:37:58.740Z Compiling data-encoding v2.6.0
14042025-03-07T21:37:58.919Z Compiling schemars v0.8.22
14052025-03-07T21:37:58.950Z Compiling syn v1.0.109
14062025-03-07T21:37:59.179Z Compiling rustls v0.22.4
14072025-03-07T21:37:59.285Z Compiling siphasher v0.3.11
14082025-03-07T21:37:59.475Z Compiling native-tls v0.2.12
14092025-03-07T21:37:59.496Z Compiling rustls v0.23.19
14102025-03-07T21:37:59.616Z Compiling schemars_derive v0.8.22
14112025-03-07T21:37:59.634Z Compiling dirs-next v2.0.0
14122025-03-07T21:37:59.807Z Compiling rand_chacha v0.9.0
14132025-03-07T21:38:00.402Z Compiling http-body-util v0.1.2
14142025-03-07T21:38:00.897Z Compiling heapless v0.7.17
14152025-03-07T21:38:01.111Z Compiling unicode-normalization v0.1.24
14162025-03-07T21:38:01.131Z Compiling crossbeam-epoch v0.9.18
14172025-03-07T21:38:01.352Z Compiling sha1 v0.10.6
14182025-03-07T21:38:01.794Z Compiling signature v2.2.0
14192025-03-07T21:38:01.819Z Compiling thread_local v1.1.8
14202025-03-07T21:38:01.845Z Compiling multer v3.1.0
14212025-03-07T21:38:02.091Z Compiling crc32fast v1.4.2
14222025-03-07T21:38:02.177Z Compiling cookie v0.18.1
14232025-03-07T21:38:02.253Z Compiling encoding_rs v0.8.34
14242025-03-07T21:38:02.335Z Compiling unicode-properties v0.1.3
14252025-03-07T21:38:02.450Z Compiling unicode-bidi v0.3.17
14262025-03-07T21:38:02.501Z Compiling dyn-clone v1.0.19
14272025-03-07T21:38:02.582Z Compiling hyper v1.6.0
14282025-03-07T21:38:02.724Z Compiling openssl-probe v0.1.5
14292025-03-07T21:38:02.755Z Compiling slog-async v2.8.0
14302025-03-07T21:38:03.068Z Compiling ipnet v2.11.0
14312025-03-07T21:38:03.265Z Compiling rayon-core v1.12.1
14322025-03-07T21:38:03.589Z Compiling signal-hook v0.3.17
14332025-03-07T21:38:03.727Z Compiling mime v0.3.17
14342025-03-07T21:38:03.901Z Compiling gimli v0.31.1
14352025-03-07T21:38:04.234Z Compiling toml_edit v0.22.24
14362025-03-07T21:38:04.327Z Compiling stringprep v0.1.5
14372025-03-07T21:38:05.362Z Compiling hyper-util v0.1.10
14382025-03-07T21:38:06.596Z Compiling crossbeam-deque v0.8.5
14392025-03-07T21:38:07.054Z Compiling rand v0.9.0
14402025-03-07T21:38:07.161Z Compiling term v0.7.0
14412025-03-07T21:38:08.357Z Compiling addr2line v0.24.2
14422025-03-07T21:38:08.418Z Compiling usdt-attr-macro v0.5.0
14432025-03-07T21:38:08.783Z Compiling usdt-macro v0.5.0
14442025-03-07T21:38:08.786Z Compiling slog-json v2.6.1
14452025-03-07T21:38:08.786Z Compiling serde_urlencoded v0.7.1
14462025-03-07T21:38:09.070Z Compiling curve25519-dalek v4.1.3
14472025-03-07T21:38:09.132Z Compiling crossbeam-channel v0.5.13
14482025-03-07T21:38:09.313Z Compiling futures-executor v0.3.31
14492025-03-07T21:38:09.784Z Compiling enum-as-inner v0.6.1
14502025-03-07T21:38:09.841Z Compiling md-5 v0.10.6
14512025-03-07T21:38:09.964Z Compiling rustls-pemfile v2.2.0
14522025-03-07T21:38:10.114Z Compiling async-stream-impl v0.3.6
14532025-03-07T21:38:10.135Z Compiling num-integer v0.1.46
14542025-03-07T21:38:10.233Z Compiling hash32 v0.2.1
14552025-03-07T21:38:10.301Z Compiling ff v0.13.0
14562025-03-07T21:38:10.545Z Compiling is-terminal v0.4.13
14572025-03-07T21:38:10.586Z Compiling dropshot v0.12.0
14582025-03-07T21:38:10.699Z Compiling memoffset v0.9.1
14592025-03-07T21:38:10.805Z Compiling object v0.36.5
14602025-03-07T21:38:10.848Z Compiling portable-atomic v1.9.0
14612025-03-07T21:38:10.917Z Compiling base16ct v0.2.0
14622025-03-07T21:38:11.037Z Compiling utf-8 v0.7.6
14632025-03-07T21:38:11.256Z Compiling rustc-demangle v0.1.24
14642025-03-07T21:38:11.356Z Compiling linked-hash-map v0.5.6
14652025-03-07T21:38:11.388Z Compiling smoltcp v0.9.1
14662025-03-07T21:38:11.400Z Compiling quick-error v1.2.3
14672025-03-07T21:38:11.606Z Compiling cfg_aliases v0.2.1
14682025-03-07T21:38:11.723Z Compiling psl-types v2.0.11
14692025-03-07T21:38:11.744Z Compiling num-bigint-dig v0.8.4
14702025-03-07T21:38:11.792Z Compiling anyhow v1.0.97
14712025-03-07T21:38:11.929Z Compiling litrs v0.4.1
14722025-03-07T21:38:12.055Z Compiling take_mut v0.2.2
14732025-03-07T21:38:12.077Z Compiling fallible-iterator v0.2.0
14742025-03-07T21:38:12.298Z Compiling publicsuffix v2.3.0
14752025-03-07T21:38:12.668Z Compiling postgres-protocol v0.6.8
14762025-03-07T21:38:12.705Z Compiling nix v0.29.0
14772025-03-07T21:38:12.801Z Compiling lru-cache v0.1.2
14782025-03-07T21:38:13.005Z Compiling resolv-conf v0.7.0
14792025-03-07T21:38:13.071Z Compiling document-features v0.2.10
14802025-03-07T21:38:13.237Z Compiling async-stream v0.3.6
14812025-03-07T21:38:13.516Z Compiling tungstenite v0.24.0
14822025-03-07T21:38:13.538Z Compiling sec1 v0.7.3
14832025-03-07T21:38:13.867Z Compiling hickory-proto v0.24.4
14842025-03-07T21:38:13.925Z Compiling slog-term v2.9.1
14852025-03-07T21:38:14.100Z Compiling num-iter v0.1.45
14862025-03-07T21:38:14.200Z Compiling usdt v0.5.0
14872025-03-07T21:38:14.679Z Compiling group v0.13.0
14882025-03-07T21:38:15.088Z Compiling futures v0.3.31
14892025-03-07T21:38:15.125Z Compiling slog-bunyan v2.5.0
14902025-03-07T21:38:15.216Z Compiling toml v0.8.20
14912025-03-07T21:38:15.353Z Compiling bzip2 v0.4.4
14922025-03-07T21:38:15.451Z Compiling tokio-native-tls v0.3.1
14932025-03-07T21:38:16.794Z Compiling camino v1.1.9
14942025-03-07T21:38:16.812Z Compiling flate2 v1.1.0
14952025-03-07T21:38:16.955Z Compiling phf_shared v0.11.2
14962025-03-07T21:38:17.357Z Compiling dropshot_endpoint v0.12.0
14972025-03-07T21:38:17.583Z Compiling backtrace v0.3.74
14982025-03-07T21:38:17.635Z Compiling terminal_size v0.4.0
14992025-03-07T21:38:17.655Z Compiling openapiv3 v2.0.0
15002025-03-07T21:38:17.864Z Compiling serde_path_to_error v0.1.16
15012025-03-07T21:38:18.076Z Compiling waitgroup v0.1.2
15022025-03-07T21:38:18.311Z Compiling hkdf v0.12.4
15032025-03-07T21:38:18.597Z Compiling crypto-bigint v0.5.5
15042025-03-07T21:38:18.633Z Compiling webpki-roots v0.26.6
15052025-03-07T21:38:18.886Z Compiling curve25519-dalek-derive v0.1.1
15062025-03-07T21:38:19.474Z Compiling hubpack_derive v0.1.1
15072025-03-07T21:38:20.320Z Compiling zerocopy-derive v0.6.6
15082025-03-07T21:38:20.370Z Compiling sync_wrapper v1.0.1
15092025-03-07T21:38:20.461Z Compiling hostname v0.4.0
15102025-03-07T21:38:20.540Z Compiling fs-err v2.11.0
15112025-03-07T21:38:20.693Z Compiling ahash v0.8.11
15122025-03-07T21:38:20.876Z Compiling tower-layer v0.3.3
15132025-03-07T21:38:21.080Z Compiling bumpalo v3.16.0
15142025-03-07T21:38:21.180Z Compiling unicode-width v0.2.0
15152025-03-07T21:38:21.571Z Compiling newtype-uuid v1.2.1
15162025-03-07T21:38:21.592Z Compiling managed v0.8.0
15172025-03-07T21:38:21.618Z Compiling debug-ignore v1.0.5
15182025-03-07T21:38:21.757Z Compiling lockfree-object-pool v0.1.6
15192025-03-07T21:38:21.777Z Compiling buf-list v1.0.3
15202025-03-07T21:38:21.875Z Compiling zip v2.1.3
15212025-03-07T21:38:22.011Z Compiling winnow v0.5.40
15222025-03-07T21:38:22.043Z Compiling simd-adler32 v0.3.7
15232025-03-07T21:38:22.212Z Compiling zerocopy v0.6.6
15242025-03-07T21:38:22.459Z Compiling zopfli v0.8.1
15252025-03-07T21:38:22.564Z Compiling strum_macros v0.25.3
15262025-03-07T21:38:22.814Z Compiling clap_builder v4.5.31
15272025-03-07T21:38:22.998Z Compiling console v0.15.10
15282025-03-07T21:38:23.988Z Compiling elliptic-curve v0.13.8
15292025-03-07T21:38:24.196Z Compiling tower v0.5.2
15302025-03-07T21:38:24.534Z Compiling hubpack v0.1.2
15312025-03-07T21:38:24.807Z Compiling hickory-resolver v0.24.4
15322025-03-07T21:38:25.041Z Compiling phf v0.11.2
15332025-03-07T21:38:25.346Z Compiling toml_edit v0.19.15
15342025-03-07T21:38:25.519Z Compiling signal-hook-mio v0.2.4
15352025-03-07T21:38:25.706Z Compiling cookie_store v0.21.1
15362025-03-07T21:38:25.791Z Compiling rayon v1.10.0
15372025-03-07T21:38:26.246Z Compiling hyper-tls v0.6.0
15382025-03-07T21:38:26.707Z Compiling tokio-tungstenite v0.24.0
15392025-03-07T21:38:27.448Z Compiling postgres-types v0.2.9
15402025-03-07T21:38:30.055Z Compiling ed25519 v2.2.3
15412025-03-07T21:38:30.164Z Compiling phf_shared v0.10.0
15422025-03-07T21:38:30.501Z Compiling tokio-stream v0.1.17
15432025-03-07T21:38:30.570Z Compiling pkcs1 v0.7.5
15442025-03-07T21:38:30.670Z Compiling serde-big-array v0.5.1
15452025-03-07T21:38:30.913Z Compiling clap_derive v4.5.28
15462025-03-07T21:38:31.432Z Compiling rfc6979 v0.4.0
15472025-03-07T21:38:31.538Z Compiling serde_repr v0.1.19
15482025-03-07T21:38:31.646Z Compiling derive-where v1.2.7
15492025-03-07T21:38:31.936Z Compiling float-cmp v0.10.0
15502025-03-07T21:38:32.198Z Compiling bstr v1.10.0
15512025-03-07T21:38:32.387Z Compiling number_prefix v0.4.0
15522025-03-07T21:38:32.574Z Compiling new_debug_unreachable v1.0.6
15532025-03-07T21:38:32.628Z Compiling predicates-core v1.0.8
15542025-03-07T21:38:32.662Z Compiling fixedbitset v0.4.2
15552025-03-07T21:38:32.683Z Compiling unicode-segmentation v1.12.0
15562025-03-07T21:38:32.951Z Compiling normalize-line-endings v0.3.0
15572025-03-07T21:38:33.101Z Compiling whoami v1.5.2
15582025-03-07T21:38:33.104Z Compiling difflib v0.4.0
15592025-03-07T21:38:33.568Z Compiling precomputed-hash v0.1.1
15602025-03-07T21:38:33.677Z Compiling static_assertions v1.1.0
15612025-03-07T21:38:33.715Z Compiling string_cache v0.8.7
15622025-03-07T21:38:33.751Z Compiling predicates v3.1.3
15632025-03-07T21:38:33.798Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15642025-03-07T21:38:34.139Z Compiling tokio-postgres v0.7.13
15652025-03-07T21:38:34.474Z Compiling similar v2.7.0
15662025-03-07T21:38:34.836Z Compiling petgraph v0.6.5
15672025-03-07T21:38:35.244Z Compiling indicatif v0.17.11
15682025-03-07T21:38:35.420Z Compiling clap v4.5.31
15692025-03-07T21:38:35.550Z Compiling ecdsa v0.16.9
15702025-03-07T21:38:36.394Z Compiling rsa v0.9.6
15712025-03-07T21:38:36.577Z Compiling ed25519-dalek v2.1.1
15722025-03-07T21:38:37.231Z Compiling toml v0.7.8
15732025-03-07T21:38:38.529Z Compiling crossterm v0.28.1
15742025-03-07T21:38:40.089Z Compiling zip v0.6.6
15752025-03-07T21:38:40.239Z Compiling hex v0.4.3
15762025-03-07T21:38:40.552Z Compiling x509-cert v0.2.5
15772025-03-07T21:38:40.824Z Compiling itertools v0.10.5
15782025-03-07T21:38:41.371Z Compiling unicode-xid v0.2.6
15792025-03-07T21:38:41.394Z Compiling peg-runtime v0.8.5
15802025-03-07T21:38:41.590Z Compiling lalrpop-util v0.19.12
15812025-03-07T21:38:41.731Z Compiling strum_macros v0.26.4
15822025-03-07T21:38:41.805Z Compiling xattr v1.3.1
15832025-03-07T21:38:41.969Z Compiling filetime v0.2.25
15842025-03-07T21:38:42.274Z Compiling tar v0.4.44
15852025-03-07T21:38:46.344Z Compiling strum v0.26.3
15862025-03-07T21:38:49.448Z Compiling aws-lc-sys v0.26.0
15872025-03-07T21:39:20.048Z Compiling rustls-webpki v0.102.8
15882025-03-07T21:39:22.872Z Compiling tokio-rustls v0.25.0
15892025-03-07T21:39:24.589Z Compiling tokio-rustls v0.26.0
15902025-03-07T21:39:24.926Z Compiling hyper-rustls v0.27.3
15912025-03-07T21:39:25.258Z Compiling reqwest v0.12.12
15922025-03-07T21:39:26.603Z Compiling qorb v0.2.1
15932025-03-07T21:39:29.607Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15942025-03-07T21:39:29.891Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15952025-03-07T21:39:34.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
15962025-03-07T21:39:34.612Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15972025-03-07T21:39:34.666ZMar 07 21:39:34.383 INFO Starting download, target: Clickhouse
15982025-03-07T21:39:34.666ZMar 07 21:39:34.383 INFO Starting download, target: Cockroach
15992025-03-07T21:39:34.666ZMar 07 21:39:34.383 INFO Starting download, target: Console
16002025-03-07T21:39:34.666ZMar 07 21:39:34.383 INFO Starting download, target: DendriteOpenapi
16012025-03-07T21:39:34.669ZMar 07 21:39:34.383 INFO Starting download, target: DendriteStub
16022025-03-07T21:39:34.669ZMar 07 21:39:34.383 INFO Starting download, target: MaghemiteMgd
16032025-03-07T21:39:34.669ZMar 07 21:39:34.384 INFO Starting download, target: TransceiverControl
16042025-03-07T21:39:34.669ZMar 07 21:39:34.384 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16052025-03-07T21:39:34.669ZMar 07 21:39:34.385 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi
16062025-03-07T21:39:34.669ZMar 07 21:39:34.385 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16072025-03-07T21:39:34.669ZMar 07 21:39:34.385 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16082025-03-07T21:39:34.669ZMar 07 21:39:34.385 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16092025-03-07T21:39:34.669ZMar 07 21:39:34.385 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16102025-03-07T21:39:34.669ZMar 07 21:39:34.385 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16112025-03-07T21:39:34.859ZMar 07 21:39:34.563 INFO Download complete, target: DendriteOpenapi
16122025-03-07T21:39:34.985ZMar 07 21:39:34.699 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16132025-03-07T21:39:35.158ZMar 07 21:39:34.872 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16142025-03-07T21:39:35.423ZMar 07 21:39:35.135 INFO Download complete, target: TransceiverControl
16152025-03-07T21:39:35.590ZMar 07 21:39:35.307 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16162025-03-07T21:39:35.625ZMar 07 21:39:35.331 INFO Download complete, target: Console
16172025-03-07T21:39:35.748ZMar 07 21:39:35.465 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16182025-03-07T21:39:36.498ZMar 07 21:39:36.211 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16192025-03-07T21:39:36.498ZMar 07 21:39:36.211 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16202025-03-07T21:39:36.622ZMar 07 21:39:36.339 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16212025-03-07T21:39:38.317ZMar 07 21:39:38.035 INFO Download complete, target: DendriteStub
16222025-03-07T21:39:38.329ZMar 07 21:39:38.047 INFO Download complete, target: MaghemiteMgd
16232025-03-07T21:39:42.990ZMar 07 21:39:42.708 INFO Checking that binary works, target: Cockroach
16242025-03-07T21:39:43.156ZMar 07 21:39:42.873 INFO Download complete, target: Cockroach
16252025-03-07T21:39:47.404ZMar 07 21:39:47.120 INFO Checking that binary works, target: Clickhouse
16262025-03-07T21:39:47.564ZMar 07 21:39:47.281 INFO Download complete, target: Clickhouse
16272025-03-07T21:39:47.573ZAll prerequisites installed successfully
16282025-03-07T21:39:47.576Z
16292025-03-07T21:39:47.576Zreal 5:16.981342783
16302025-03-07T21:39:47.576Zuser 15:59.553473328
16312025-03-07T21:39:47.576Zsys 2:12.647781556
16322025-03-07T21:39:47.576Ztrap 0.611888991
16332025-03-07T21:39:47.576Ztflt 1.000934437
16342025-03-07T21:39:47.576Zdflt 1.194307152
16352025-03-07T21:39:47.576Zkflt 0.025851995
16362025-03-07T21:39:47.577Zlock 24:39.381155774
16372025-03-07T21:39:47.577Zslp 57:44.131890136
16382025-03-07T21:39:47.577Zlat 1:04.507231035
16392025-03-07T21:39:47.577Zstop 2:36.328636085
16402025-03-07T21:39:47.577Z+ ptime -m cargo xtask download softnpu
16412025-03-07T21:39:48.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16422025-03-07T21:39:48.174Z Running `target/debug/xtask download softnpu`
16432025-03-07T21:39:49.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
16442025-03-07T21:39:49.119Z Running `target/debug/xtask-downloader softnpu`
16452025-03-07T21:39:49.158ZMar 07 21:39:48.875 INFO Starting download, target: Softnpu
16462025-03-07T21:39:49.162ZMar 07 21:39:48.875 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16472025-03-07T21:39:49.828ZMar 07 21:39:49.545 INFO Download complete, target: Softnpu
16482025-03-07T21:39:49.833Z
16492025-03-07T21:39:49.837Zreal 2.252001201
16502025-03-07T21:39:49.837Zuser 1.360410545
16512025-03-07T21:39:49.837Zsys 0.568248852
16522025-03-07T21:39:49.837Ztrap 0.001174734
16532025-03-07T21:39:49.837Ztflt 0.000071431
16542025-03-07T21:39:49.837Zdflt 0.000073251
16552025-03-07T21:39:49.837Zkflt 0.000000000
16562025-03-07T21:39:49.837Zlock 7.252986621
16572025-03-07T21:39:49.837Zslp 0.535547795
16582025-03-07T21:39:49.837Zlat 0.069314489
16592025-03-07T21:39:49.837Zstop 0.000169488
16602025-03-07T21:39:49.837Z+ export CARGO_INCREMENTAL=0
16612025-03-07T21:39:49.837Z+ CARGO_INCREMENTAL=0
16622025-03-07T21:39:49.837Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16632025-03-07T21:39:50.857Z Compiling proc-macro2 v1.0.93
16642025-03-07T21:39:50.857Z Compiling unicode-ident v1.0.14
16652025-03-07T21:39:50.857Z Compiling libc v0.2.170
16662025-03-07T21:39:50.860Z Compiling serde v1.0.218
16672025-03-07T21:39:50.860Z Compiling autocfg v1.4.0
16682025-03-07T21:39:50.860Z Compiling cfg-if v1.0.0
16692025-03-07T21:39:50.860Z Compiling version_check v0.9.5
16702025-03-07T21:39:51.149Z Compiling memchr v2.7.4
16712025-03-07T21:39:51.166Z Compiling typenum v1.17.0
16722025-03-07T21:39:51.188Z Compiling shlex v1.3.0
16732025-03-07T21:39:51.602Z Compiling value-bag v1.9.0
16742025-03-07T21:39:51.662Z Compiling generic-array v0.14.7
16752025-03-07T21:39:51.798Z Compiling lock_api v0.4.12
16762025-03-07T21:39:52.012Z Compiling scopeguard v1.2.0
16772025-03-07T21:39:52.060Z Compiling log v0.4.22
16782025-03-07T21:39:52.128Z Compiling parking_lot_core v0.9.10
16792025-03-07T21:39:52.517Z Compiling serde_json v1.0.139
16802025-03-07T21:39:52.556Z Compiling rustix v0.38.37
16812025-03-07T21:39:52.728Z Compiling libm v0.2.8
16822025-03-07T21:39:52.777Z Compiling quote v1.0.38
16832025-03-07T21:39:52.865Z Compiling jobserver v0.1.32
16842025-03-07T21:39:53.003Z Compiling getrandom v0.2.15
16852025-03-07T21:39:53.098Z Compiling num-traits v0.2.19
16862025-03-07T21:39:53.174Z Compiling syn v2.0.98
16872025-03-07T21:39:53.252Z Compiling aho-corasick v1.1.3
16882025-03-07T21:39:53.345Z Compiling cc v1.2.15
16892025-03-07T21:39:53.366Z Compiling thiserror v1.0.69
16902025-03-07T21:39:53.380Z Compiling semver v1.0.25
16912025-03-07T21:39:53.420Z Compiling regex-syntax v0.8.5
16922025-03-07T21:39:53.828Z Compiling getrandom v0.3.1
16932025-03-07T21:39:53.864Z Compiling either v1.14.0
16942025-03-07T21:39:53.882Z Compiling once_cell v1.20.3
16952025-03-07T21:39:54.243Z Compiling itoa v1.0.11
16962025-03-07T21:39:54.263Z Compiling slab v0.4.9
16972025-03-07T21:39:54.524Z Compiling rand_core v0.6.4
16982025-03-07T21:39:54.608Z Compiling spin v0.9.8
16992025-03-07T21:39:54.993Z Compiling errno v0.3.9
17002025-03-07T21:39:55.310Z Compiling glob v0.3.2
17012025-03-07T21:39:55.624Z Compiling smallvec v1.14.0
17022025-03-07T21:39:55.844Z Compiling prettyplease v0.2.29
17032025-03-07T21:39:55.940Z Compiling lazy_static v1.5.0
17042025-03-07T21:39:56.006Z Compiling clang-sys v1.8.1
17052025-03-07T21:39:56.110Z Compiling minimal-lexical v0.2.1
17062025-03-07T21:39:56.333Z Compiling libloading v0.8.5
17072025-03-07T21:39:56.542Z Compiling nom v7.1.3
17082025-03-07T21:39:56.623Z Compiling home v0.5.9
17092025-03-07T21:39:56.685Z Compiling subtle v2.6.1
17102025-03-07T21:39:56.736Z Compiling bindgen v0.69.5
17112025-03-07T21:39:56.904Z Compiling itertools v0.12.1
17122025-03-07T21:39:57.000Z Compiling regex-automata v0.4.8
17132025-03-07T21:39:57.400Z Compiling foldhash v0.1.3
17142025-03-07T21:39:57.520Z Compiling lazycell v1.3.0
17152025-03-07T21:39:57.690Z Compiling rustc-hash v1.1.0
17162025-03-07T21:39:57.710Z Compiling equivalent v1.0.1
17172025-03-07T21:39:57.853Z Compiling allocator-api2 v0.2.18
17182025-03-07T21:39:57.872Z Compiling cmake v0.1.51
17192025-03-07T21:39:58.583Z Compiling hashbrown v0.15.1
17202025-03-07T21:39:58.758Z Compiling fs_extra v1.3.0
17212025-03-07T21:39:58.808Z Compiling dunce v1.0.5
17222025-03-07T21:39:58.948Z Compiling pkg-config v0.3.31
17232025-03-07T21:39:59.654Z Compiling cexpr v0.6.0
17242025-03-07T21:39:59.798Z Compiling byteorder v1.5.0
17252025-03-07T21:39:59.820Z Compiling pin-project-lite v0.2.14
17262025-03-07T21:40:00.288Z Compiling synstructure v0.13.1
17272025-03-07T21:40:00.845Z Compiling ring v0.17.11
17282025-03-07T21:40:00.946Z Compiling paste v1.0.15
17292025-03-07T21:40:01.026Z Compiling ryu v1.0.18
17302025-03-07T21:40:01.398Z Compiling schemars v0.8.22
17312025-03-07T21:40:01.789Z Compiling regex v1.11.1
17322025-03-07T21:40:02.141Z Compiling serde_derive_internals v0.29.1
17332025-03-07T21:40:02.535Z Compiling signal-hook-registry v1.4.2
17342025-03-07T21:40:02.639Z Compiling fnv v1.0.7
17352025-03-07T21:40:02.736Z Compiling aws-lc-rs v1.12.4
17362025-03-07T21:40:02.781Z Compiling const-oid v0.9.6
17372025-03-07T21:40:02.895Z Compiling httparse v1.9.5
17382025-03-07T21:40:03.181Z Compiling parking_lot v0.12.3
17392025-03-07T21:40:03.562Z Compiling mio v1.0.2
17402025-03-07T21:40:03.972Z Compiling heck v0.5.0
17412025-03-07T21:40:04.092Z Compiling serde_derive v1.0.218
17422025-03-07T21:40:04.405Z Compiling zeroize_derive v1.4.2
17432025-03-07T21:40:04.691Z Compiling tokio-macros v2.5.0
17442025-03-07T21:40:04.716Z Compiling thiserror-impl v1.0.69
17452025-03-07T21:40:05.202Z Compiling zerocopy-derive v0.7.35
17462025-03-07T21:40:05.205Z Compiling zerofrom-derive v0.1.4
17472025-03-07T21:40:05.686Z Compiling zeroize v1.8.1
17482025-03-07T21:40:06.033Z Compiling yoke-derive v0.7.4
17492025-03-07T21:40:06.070Z Compiling futures-macro v0.3.31
17502025-03-07T21:40:06.166Z Compiling displaydoc v0.2.5
17512025-03-07T21:40:06.904Z Compiling zerovec-derive v0.10.3
17522025-03-07T21:40:07.700Z Compiling icu_provider_macros v1.5.0
17532025-03-07T21:40:07.800Z Compiling tracing-attributes v0.1.27
17542025-03-07T21:40:08.174Z Compiling crypto-common v0.1.6
17552025-03-07T21:40:08.241Z Compiling schemars_derive v0.8.22
17562025-03-07T21:40:08.532Z Compiling block-buffer v0.10.4
17572025-03-07T21:40:08.704Z Compiling socket2 v0.5.8
17582025-03-07T21:40:08.864Z Compiling stable_deref_trait v1.2.0
17592025-03-07T21:40:08.996Z Compiling digest v0.10.7
17602025-03-07T21:40:09.142Z Compiling zerocopy v0.7.35
17612025-03-07T21:40:09.402Z Compiling futures-core v0.3.31
17622025-03-07T21:40:09.770Z Compiling time-core v0.1.2
17632025-03-07T21:40:09.970Z Compiling crossbeam-utils v0.8.20
17642025-03-07T21:40:10.376Z Compiling num-conv v0.1.0
17652025-03-07T21:40:10.656Z Compiling time-macros v0.2.18
17662025-03-07T21:40:10.715Z Compiling der_derive v0.7.3
17672025-03-07T21:40:10.940Z Compiling vcpkg v0.2.15
17682025-03-07T21:40:12.348Z Compiling openssl-sys v0.9.106
17692025-03-07T21:40:13.034Z Compiling futures-sink v0.3.31
17702025-03-07T21:40:13.053Z Compiling zerocopy v0.8.10
17712025-03-07T21:40:13.642Z Compiling cpufeatures v0.2.14
17722025-03-07T21:40:13.751Z Compiling zerocopy-derive v0.8.10
17732025-03-07T21:40:14.056Z Compiling slog v2.7.0
17742025-03-07T21:40:14.513Z Compiling syn v1.0.109
17752025-03-07T21:40:14.551Z Compiling iana-time-zone v0.1.61
17762025-03-07T21:40:14.678Z Compiling futures-channel v0.3.31
17772025-03-07T21:40:14.709Z Compiling zerofrom v0.1.4
17782025-03-07T21:40:15.035Z Compiling futures-io v0.3.31
17792025-03-07T21:40:15.140Z Compiling futures-task v0.3.31
17802025-03-07T21:40:15.161Z Compiling pin-utils v0.1.0
17812025-03-07T21:40:15.260Z Compiling yoke v0.7.4
17822025-03-07T21:40:15.444Z Compiling futures-util v0.3.31
17832025-03-07T21:40:15.636Z Compiling scroll_derive v0.12.0
17842025-03-07T21:40:15.783Z Compiling ucd-trie v0.1.7
17852025-03-07T21:40:16.202Z Compiling bitflags v2.6.0
17862025-03-07T21:40:16.241Z Compiling bytes v1.10.0
17872025-03-07T21:40:16.953Z Compiling indexmap v2.7.1
17882025-03-07T21:40:18.271Z Compiling tokio v1.43.0
17892025-03-07T21:40:18.858Z Compiling uuid v1.15.1
17902025-03-07T21:40:18.922Z Compiling serde_tokenstream v0.2.2
17912025-03-07T21:40:20.241Z Compiling chrono v0.4.40
17922025-03-07T21:40:21.146Z Compiling which v4.4.2
17932025-03-07T21:40:21.300Z Compiling http v1.2.0
17942025-03-07T21:40:23.151Z Compiling openssl v0.10.71
17952025-03-07T21:40:23.290Z Compiling rustc_version v0.4.1
17962025-03-07T21:40:23.878Z Compiling pest v2.7.14
17972025-03-07T21:40:24.577Z Compiling zerovec v0.10.4
17982025-03-07T21:40:26.981Z Compiling hmac v0.12.1
17992025-03-07T21:40:27.620Z Compiling pest_meta v2.7.14
18002025-03-07T21:40:28.695Z Compiling block-padding v0.3.3
18012025-03-07T21:40:28.947Z Compiling openssl-macros v0.1.1
18022025-03-07T21:40:29.106Z Compiling rustls v0.23.19
18032025-03-07T21:40:29.440Z Compiling dyn-clone v1.0.19
18042025-03-07T21:40:29.691Z Compiling native-tls v0.2.12
18052025-03-07T21:40:30.060Z Compiling pest_generator v2.7.14
18062025-03-07T21:40:30.365Z Compiling inout v0.1.3
18072025-03-07T21:40:30.597Z Compiling tinystr v0.7.6
18082025-03-07T21:40:30.973Z Compiling toml_datetime v0.6.8
18092025-03-07T21:40:31.063Z Compiling serde_spanned v0.6.8
18102025-03-07T21:40:31.083Z Compiling ppv-lite86 v0.2.20
18112025-03-07T21:40:31.377Z Compiling tracing-core v0.1.32
18122025-03-07T21:40:31.788Z Compiling strsim v0.11.1
18132025-03-07T21:40:31.938Z Compiling litemap v0.7.3
18142025-03-07T21:40:32.216Z Compiling writeable v0.5.5
18152025-03-07T21:40:32.721Z Compiling tracing v0.1.40
18162025-03-07T21:40:32.793Z Compiling icu_locid v1.5.0
18172025-03-07T21:40:33.467Z Compiling aws-lc-sys v0.26.0
18182025-03-07T21:40:33.517Z Compiling pest_derive v2.7.14
18192025-03-07T21:40:33.568Z Compiling cipher v0.4.4
18202025-03-07T21:40:33.587Z Compiling sha2 v0.10.8
18212025-03-07T21:40:34.341Z Compiling cookie v0.18.1
18222025-03-07T21:40:34.377Z Compiling usdt-impl v0.5.0
18232025-03-07T21:40:34.677Z Compiling base64ct v1.6.0
18242025-03-07T21:40:34.775Z Compiling icu_provider v1.5.0
18252025-03-07T21:40:35.232Z Compiling pem-rfc7468 v0.7.0
18262025-03-07T21:40:37.007Z Compiling scroll v0.12.0
18272025-03-07T21:40:37.566Z Compiling async-trait v0.1.87
18282025-03-07T21:40:39.578Z Compiling anyhow v1.0.97
18292025-03-07T21:40:39.908Z Compiling camino v1.1.9
18302025-03-07T21:40:40.054Z Compiling icu_locid_transform_data v1.5.0
18312025-03-07T21:40:40.122Z Compiling flagset v0.4.6
18322025-03-07T21:40:40.288Z Compiling rustls-pki-types v1.10.0
18332025-03-07T21:40:40.328Z Compiling percent-encoding v2.3.1
18342025-03-07T21:40:40.443Z Compiling plain v0.2.3
18352025-03-07T21:40:40.618Z Compiling goblin v0.8.2
18362025-03-07T21:40:40.741Z Compiling der v0.7.9
18372025-03-07T21:40:41.928Z Compiling icu_locid_transform v1.5.0
18382025-03-07T21:40:44.306Z Compiling icu_collections v1.5.0
18392025-03-07T21:40:45.018Z Compiling tokio-util v0.7.13
18402025-03-07T21:40:46.723Z Compiling untrusted v0.7.1
18412025-03-07T21:40:46.947Z Compiling rayon-core v1.12.1
18422025-03-07T21:40:46.967Z Compiling untrusted v0.9.0
18432025-03-07T21:40:46.970Z Compiling powerfmt v0.2.0
18442025-03-07T21:40:47.184Z Compiling rustls v0.22.4
18452025-03-07T21:40:47.264Z Compiling icu_properties_data v1.5.0
18462025-03-07T21:40:47.460Z Compiling pretty-hex v0.4.1
18472025-03-07T21:40:47.563Z Compiling icu_properties v1.5.1
18482025-03-07T21:40:47.698Z Compiling dof v0.3.0
18492025-03-07T21:40:47.793Z Compiling deranged v0.3.11
18502025-03-07T21:40:49.141Z Compiling spki v0.7.3
18512025-03-07T21:40:49.520Z Compiling dtrace-parser v0.2.0
18522025-03-07T21:40:49.526Z Compiling salsa20 v0.10.2
18532025-03-07T21:40:49.621Z Compiling pbkdf2 v0.12.2
18542025-03-07T21:40:50.108Z Compiling bzip2-sys v0.1.11+1.0.8
18552025-03-07T21:40:50.965Z Compiling thread-id v4.2.2
18562025-03-07T21:40:51.082Z Compiling litrs v0.4.1
18572025-03-07T21:40:51.103Z Compiling write16 v1.0.0
18582025-03-07T21:40:51.288Z Compiling utf16_iter v1.0.5
18592025-03-07T21:40:51.471Z Compiling atomic-waker v1.1.2
18602025-03-07T21:40:51.558Z Compiling icu_normalizer_data v1.5.0
18612025-03-07T21:40:51.861Z Compiling utf8_iter v1.0.4
18622025-03-07T21:40:52.039Z Compiling num_threads v0.1.7
18632025-03-07T21:40:52.100Z Compiling winnow v0.5.40
18642025-03-07T21:40:52.395Z Compiling rustversion v1.0.17
18652025-03-07T21:40:52.436Z Compiling icu_normalizer v1.5.0
18662025-03-07T21:40:53.097Z Compiling time v0.3.36
18672025-03-07T21:40:53.658Z Compiling document-features v0.2.10
18682025-03-07T21:40:55.293Z Compiling toml_edit v0.19.15
18692025-03-07T21:40:57.880Z Compiling scrypt v0.11.0
18702025-03-07T21:40:58.083Z Compiling form_urlencoded v1.2.1
18712025-03-07T21:40:58.179Z Compiling cbc v0.1.2
18722025-03-07T21:40:58.353Z Compiling aes v0.8.4
18732025-03-07T21:40:58.422Z Compiling http-body v1.0.1
18742025-03-07T21:40:58.749Z Compiling multer v3.1.0
18752025-03-07T21:40:58.965Z Compiling tinyvec_macros v0.1.1
18762025-03-07T21:40:59.068Z Compiling slog-async v2.8.0
18772025-03-07T21:40:59.242Z Compiling try-lock v0.2.5
18782025-03-07T21:40:59.470Z Compiling want v0.3.1
18792025-03-07T21:40:59.531Z Compiling pkcs5 v0.7.1
18802025-03-07T21:40:59.773Z Compiling tinyvec v1.8.0
18812025-03-07T21:41:01.393Z Compiling idna_adapter v1.2.0
18822025-03-07T21:41:01.868Z Compiling h2 v0.4.6
18832025-03-07T21:41:02.206Z Compiling rand_chacha v0.3.1
18842025-03-07T21:41:03.110Z Compiling heapless v0.7.17
18852025-03-07T21:41:04.179Z Compiling adler2 v2.0.0
18862025-03-07T21:41:04.669Z Compiling signal-hook v0.3.17
18872025-03-07T21:41:04.737Z Compiling tower-service v0.3.3
18882025-03-07T21:41:04.905Z Compiling httpdate v1.0.3
18892025-03-07T21:41:05.323Z Compiling miniz_oxide v0.8.5
18902025-03-07T21:41:07.809Z Compiling rand v0.8.5
18912025-03-07T21:41:08.798Z Compiling idna v1.0.3
18922025-03-07T21:41:09.745Z Compiling pkcs8 v0.10.2
18932025-03-07T21:41:10.036Z Compiling usdt-attr-macro v0.5.0
18942025-03-07T21:41:10.054Z Compiling usdt-macro v0.5.0
18952025-03-07T21:41:10.322Z Compiling hyper v1.6.0
18962025-03-07T21:41:11.500Z Compiling async-stream-impl v0.3.6
18972025-03-07T21:41:11.755Z Compiling base64 v0.22.1
18982025-03-07T21:41:14.549Z Compiling hyper-util v0.1.10
18992025-03-07T21:41:20.002Z Compiling curve25519-dalek v4.1.3
19002025-03-07T21:41:20.122Z Compiling openapiv3 v2.0.0
19012025-03-07T21:41:20.300Z Compiling enum-as-inner v0.6.1
19022025-03-07T21:41:20.451Z Compiling memoffset v0.9.1
19032025-03-07T21:41:20.804Z Compiling dropshot v0.12.0
19042025-03-07T21:41:21.131Z Compiling num-bigint-dig v0.8.4
19052025-03-07T21:41:21.323Z Compiling foreign-types-shared v0.1.1
19062025-03-07T21:41:21.491Z Compiling smoltcp v0.9.1
19072025-03-07T21:41:21.597Z Compiling newtype-uuid v1.2.1
19082025-03-07T21:41:21.618Z Compiling match_cfg v0.1.0
19092025-03-07T21:41:21.766Z Compiling portable-atomic v1.9.0
19102025-03-07T21:41:21.959Z Compiling hostname v0.3.1
19112025-03-07T21:41:22.074Z Compiling foreign-types v0.3.2
19122025-03-07T21:41:22.598Z Compiling rand_core v0.9.2
19132025-03-07T21:41:23.286Z Compiling url v2.5.3
19142025-03-07T21:41:25.344Z Compiling http-body-util v0.1.2
19152025-03-07T21:41:25.862Z Compiling dirs-sys-next v0.1.2
19162025-03-07T21:41:26.189Z Compiling encoding_rs v0.8.34
19172025-03-07T21:41:26.354Z Compiling heck v0.4.1
19182025-03-07T21:41:26.753Z Compiling gimli v0.31.1
19192025-03-07T21:41:29.111Z Compiling data-encoding v2.6.0
19202025-03-07T21:41:30.505Z Compiling mime v0.3.17
19212025-03-07T21:41:31.554Z Compiling ident_case v1.0.1
19222025-03-07T21:41:31.755Z Compiling siphasher v0.3.11
19232025-03-07T21:41:32.146Z Compiling cfg_aliases v0.2.1
19242025-03-07T21:41:32.268Z Compiling nix v0.29.0
19252025-03-07T21:41:33.145Z Compiling darling_core v0.20.10
19262025-03-07T21:41:33.531Z Compiling addr2line v0.24.2
19272025-03-07T21:41:37.571Z Compiling dirs-next v2.0.0
19282025-03-07T21:41:39.276Z Compiling rand_chacha v0.9.0
19292025-03-07T21:41:40.356Z Compiling unicode-normalization v0.1.24
19302025-03-07T21:41:41.453Z Compiling serde_urlencoded v0.7.1
19312025-03-07T21:41:42.022Z Compiling crossbeam-epoch v0.9.18
19322025-03-07T21:41:42.707Z Compiling rustls-pemfile v2.2.0
19332025-03-07T21:41:43.146Z Compiling hubpack_derive v0.1.1
19342025-03-07T21:41:44.004Z Compiling dropshot_endpoint v0.12.0
19352025-03-07T21:41:44.106Z Compiling sha1 v0.10.6
19362025-03-07T21:41:44.516Z Compiling signature v2.2.0
19372025-03-07T21:41:44.764Z Compiling curve25519-dalek-derive v0.1.1
19382025-03-07T21:41:44.994Z Compiling zerocopy-derive v0.6.6
19392025-03-07T21:41:46.087Z Compiling thread_local v1.1.8
19402025-03-07T21:41:46.599Z Compiling object v0.36.5
19412025-03-07T21:41:46.692Z Compiling fs-err v2.11.0
19422025-03-07T21:41:47.046Z Compiling ahash v0.8.11
19432025-03-07T21:41:47.629Z Compiling crc32fast v1.4.2
19442025-03-07T21:41:48.463Z Compiling ipnet v2.11.0
19452025-03-07T21:41:50.727Z Compiling winnow v0.7.3
19462025-03-07T21:41:51.463Z Compiling rustls-webpki v0.102.8
19472025-03-07T21:41:51.714Z Compiling utf8parse v0.2.2
19482025-03-07T21:41:51.891Z Compiling anstyle v1.0.10
19492025-03-07T21:41:52.335Z Compiling buf-list v1.0.3
19502025-03-07T21:41:52.898Z Compiling unicode-bidi v0.3.17
19512025-03-07T21:41:53.069Z Compiling openssl-probe v0.1.5
19522025-03-07T21:41:53.708Z Compiling zip v2.1.3
19532025-03-07T21:41:53.968Z Compiling rustc-demangle v0.1.24
19542025-03-07T21:41:54.055Z Compiling unicode-properties v0.1.3
19552025-03-07T21:41:55.185Z Compiling backtrace v0.3.74
19562025-03-07T21:41:55.279Z Compiling stringprep v0.1.5
19572025-03-07T21:41:55.300Z Compiling toml_edit v0.22.24
19582025-03-07T21:41:59.124Z Compiling anstyle-parse v0.2.5
19592025-03-07T21:41:59.640Z Compiling crossbeam-deque v0.8.5
19602025-03-07T21:42:01.637Z Compiling rand v0.9.0
19612025-03-07T21:42:02.909Z Compiling darling_macro v0.20.10
19622025-03-07T21:42:03.212Z Compiling term v0.7.0
19632025-03-07T21:42:03.790Z Compiling slog-json v2.6.1
19642025-03-07T21:42:04.435Z Compiling crossbeam-channel v0.5.13
19652025-03-07T21:42:05.529Z Compiling futures-executor v0.3.31
19662025-03-07T21:42:05.871Z Compiling num-integer v0.1.46
19672025-03-07T21:42:05.892Z Compiling md-5 v0.10.6
19682025-03-07T21:42:05.980Z Compiling hash32 v0.2.1
19692025-03-07T21:42:06.107Z Compiling ff v0.13.0
19702025-03-07T21:42:06.127Z Compiling memmap v0.7.0
19712025-03-07T21:42:06.298Z Compiling is-terminal v0.4.13
19722025-03-07T21:42:06.385Z Compiling psl-types v2.0.11
19732025-03-07T21:42:06.438Z Compiling base16ct v0.2.0
19742025-03-07T21:42:06.457Z Compiling utf-8 v0.7.6
19752025-03-07T21:42:06.566Z Compiling colorchoice v1.0.2
19762025-03-07T21:42:06.624Z Compiling take_mut v0.2.2
19772025-03-07T21:42:06.737Z Compiling quick-error v1.2.3
19782025-03-07T21:42:06.776Z Compiling fallible-iterator v0.2.0
19792025-03-07T21:42:06.802Z Compiling anstyle-query v1.1.1
19802025-03-07T21:42:06.895Z Compiling is_terminal_polyfill v1.70.1
19812025-03-07T21:42:06.971Z Compiling linked-hash-map v0.5.6
19822025-03-07T21:42:07.035Z Compiling anstream v0.6.15
19832025-03-07T21:42:07.328Z Compiling lru-cache v0.1.2
19842025-03-07T21:42:07.446Z Compiling postgres-protocol v0.6.8
19852025-03-07T21:42:07.542Z Compiling publicsuffix v2.3.0
19862025-03-07T21:42:07.596Z Compiling resolv-conf v0.7.0
19872025-03-07T21:42:07.855Z Compiling tungstenite v0.24.0
19882025-03-07T21:42:08.192Z Compiling sec1 v0.7.3
19892025-03-07T21:42:08.643Z Compiling slog-term v2.9.1
19902025-03-07T21:42:08.744Z Compiling num-iter v0.1.45
19912025-03-07T21:42:08.939Z Compiling usdt v0.5.0
19922025-03-07T21:42:08.942Z Compiling group v0.13.0
19932025-03-07T21:42:09.281Z Compiling futures v0.3.31
19942025-03-07T21:42:10.922Z Compiling tokio-rustls v0.26.0
19952025-03-07T21:42:11.097Z Compiling slog-bunyan v2.5.0
19962025-03-07T21:42:11.134Z Compiling darling v0.20.10
19972025-03-07T21:42:11.275Z Compiling tokio-rustls v0.25.0
19982025-03-07T21:42:11.398Z Compiling bzip2 v0.4.4
19992025-03-07T21:42:11.449Z Compiling toml v0.8.20
20002025-03-07T21:42:11.704Z Compiling tokio-native-tls v0.3.1
20012025-03-07T21:42:12.041Z Compiling hickory-proto v0.24.4
20022025-03-07T21:42:12.080Z Compiling flate2 v1.1.0
20032025-03-07T21:42:12.133Z Compiling phf_shared v0.11.2
20042025-03-07T21:42:12.487Z Compiling strum_macros v0.25.3
20052025-03-07T21:42:13.247Z Compiling async-stream v0.3.6
20062025-03-07T21:42:13.463Z Compiling waitgroup v0.1.2
20072025-03-07T21:42:13.684Z Compiling webpki-roots v0.26.6
20082025-03-07T21:42:13.919Z Compiling hkdf v0.12.4
20092025-03-07T21:42:13.945Z Compiling terminal_size v0.4.0
20102025-03-07T21:42:14.171Z Compiling serde_path_to_error v0.1.16
20112025-03-07T21:42:14.248Z Compiling sync_wrapper v1.0.1
20122025-03-07T21:42:14.607Z Compiling crypto-bigint v0.5.5
20132025-03-07T21:42:14.778Z Compiling clap_derive v4.5.28
20142025-03-07T21:42:14.967Z Compiling derive-where v1.2.7
20152025-03-07T21:42:15.363Z Compiling serde_repr v0.1.19
20162025-03-07T21:42:15.726Z Compiling regress v0.10.3
20172025-03-07T21:42:16.201Z Compiling hostname v0.4.0
20182025-03-07T21:42:16.634Z Compiling bumpalo v3.16.0
20192025-03-07T21:42:17.087Z Compiling managed v0.8.0
20202025-03-07T21:42:17.537Z Compiling simd-adler32 v0.3.7
20212025-03-07T21:42:17.644Z Compiling clap_lex v0.7.4
20222025-03-07T21:42:17.845Z Compiling unicode-width v0.2.0
20232025-03-07T21:42:17.906Z Compiling debug-ignore v1.0.5
20242025-03-07T21:42:18.052Z Compiling bitflags v1.3.2
20252025-03-07T21:42:18.164Z Compiling tower-layer v0.3.3
20262025-03-07T21:42:18.483Z Compiling lockfree-object-pool v0.1.6
20272025-03-07T21:42:18.508Z Compiling tower v0.5.2
20282025-03-07T21:42:18.574Z Compiling console v0.15.10
20292025-03-07T21:42:18.744Z Compiling zopfli v0.8.1
20302025-03-07T21:42:19.448Z Compiling clap_builder v4.5.31
20312025-03-07T21:42:19.643Z Compiling typify-impl v0.2.0
20322025-03-07T21:42:20.047Z Compiling hickory-resolver v0.24.4
20332025-03-07T21:42:20.068Z Compiling elliptic-curve v0.13.8
20342025-03-07T21:42:21.714Z Compiling hyper-rustls v0.27.3
20352025-03-07T21:42:25.620Z Compiling phf v0.11.2
20362025-03-07T21:42:25.924Z Compiling hyper-tls v0.6.0
20372025-03-07T21:42:26.226Z Compiling rayon v1.10.0
20382025-03-07T21:42:26.327Z Compiling signal-hook-mio v0.2.4
20392025-03-07T21:42:26.463Z Compiling cookie_store v0.21.1
20402025-03-07T21:42:26.640Z Compiling tokio-tungstenite v0.24.0
20412025-03-07T21:42:27.107Z Compiling postgres-types v0.2.9
20422025-03-07T21:42:27.546Z Compiling zerocopy v0.6.6
20432025-03-07T21:42:27.734Z Compiling ed25519 v2.2.3
20442025-03-07T21:42:28.172Z Compiling hubpack v0.1.2
20452025-03-07T21:42:28.331Z Compiling phf_shared v0.10.0
20462025-03-07T21:42:28.718Z Compiling pkcs1 v0.7.5
20472025-03-07T21:42:29.384Z Compiling tokio-stream v0.1.17
20482025-03-07T21:42:29.625Z Compiling ipnetwork v0.21.1
20492025-03-07T21:42:29.937Z Compiling rfc6979 v0.4.0
20502025-03-07T21:42:30.369Z Compiling serde-big-array v0.5.1
20512025-03-07T21:42:30.577Z Compiling float-cmp v0.10.0
20522025-03-07T21:42:30.624Z Compiling bstr v1.10.0
20532025-03-07T21:42:30.843Z Compiling static_assertions v1.1.0
20542025-03-07T21:42:30.846Z Compiling difflib v0.4.0
20552025-03-07T21:42:31.759Z Compiling precomputed-hash v0.1.1
20562025-03-07T21:42:31.911Z Compiling normalize-line-endings v0.3.0
20572025-03-07T21:42:32.125Z Compiling new_debug_unreachable v1.0.6
20582025-03-07T21:42:32.153Z Compiling fixedbitset v0.4.2
20592025-03-07T21:42:32.235Z Compiling predicates-core v1.0.8
20602025-03-07T21:42:32.563Z Compiling number_prefix v0.4.0
20612025-03-07T21:42:32.812Z Compiling unicode-segmentation v1.12.0
20622025-03-07T21:42:32.816Z Compiling whoami v1.5.2
20632025-03-07T21:42:33.339Z Compiling tokio-postgres v0.7.13
20642025-03-07T21:42:33.724Z Compiling similar v2.7.0
20652025-03-07T21:42:33.781Z Compiling indicatif v0.17.11
20662025-03-07T21:42:35.464Z Compiling petgraph v0.6.5
20672025-03-07T21:42:35.488Z Compiling predicates v3.1.3
20682025-03-07T21:42:35.491Z Compiling string_cache v0.8.7
20692025-03-07T21:42:35.930Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20702025-03-07T21:42:36.273Z Compiling qorb v0.2.1
20712025-03-07T21:42:36.853Z Compiling ecdsa v0.16.9
20722025-03-07T21:42:37.713Z Compiling typify-macro v0.2.0
20732025-03-07T21:42:39.049Z Compiling rsa v0.9.6
20742025-03-07T21:42:40.600Z Compiling ed25519-dalek v2.1.1
20752025-03-07T21:42:41.296Z Compiling reqwest v0.12.12
20762025-03-07T21:42:41.821Z Compiling crossterm v0.28.1
20772025-03-07T21:42:42.273Z Compiling clap v4.5.31
20782025-03-07T21:42:42.407Z Compiling zip v0.6.6
20792025-03-07T21:42:43.592Z Compiling toml v0.7.8
20802025-03-07T21:42:43.856Z Compiling x509-cert v0.2.5
20812025-03-07T21:42:44.914Z Compiling hex v0.4.3
20822025-03-07T21:42:45.789Z Compiling itertools v0.10.5
20832025-03-07T21:42:46.534Z Compiling peg-runtime v0.8.5
20842025-03-07T21:42:47.069Z Compiling unicode-xid v0.2.6
20852025-03-07T21:42:47.990Z Compiling lalrpop-util v0.19.12
20862025-03-07T21:42:50.135Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20872025-03-07T21:42:54.993Z Compiling proc-macro-crate v1.3.1
20882025-03-07T21:42:55.786Z Compiling macaddr v1.0.1
20892025-03-07T21:42:56.446Z Compiling itertools v0.13.0
20902025-03-07T21:42:57.200Z Compiling fastrand v2.1.1
20912025-03-07T21:42:59.032Z Compiling heapless v0.8.0
20922025-03-07T21:42:59.397Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20932025-03-07T21:42:59.850Z Compiling tempfile v3.13.0
20942025-03-07T21:43:04.813Z Compiling num_enum_derive v0.5.11
20952025-03-07T21:43:09.261Z Compiling structmeta-derive v0.3.0
20962025-03-07T21:43:10.774Z Compiling hash32 v0.3.1
20972025-03-07T21:43:12.038Z Compiling thiserror v2.0.11
20982025-03-07T21:43:12.978Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20992025-03-07T21:43:13.122Z Compiling smoltcp v0.11.0
21002025-03-07T21:43:17.112Z Compiling structmeta v0.3.0
21012025-03-07T21:43:18.603Z Compiling num_enum v0.5.11
21022025-03-07T21:43:18.624Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21032025-03-07T21:43:19.373Z Compiling typify v0.2.0
21042025-03-07T21:43:19.481Z Compiling oxnet v0.1.1
21052025-03-07T21:43:20.289Z Compiling strum_macros v0.26.4
21062025-03-07T21:43:20.959Z Compiling thiserror-impl v2.0.11
21072025-03-07T21:43:23.134Z Compiling proc-macro-error-attr v1.0.4
21082025-03-07T21:43:23.789Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21092025-03-07T21:43:24.401Z Compiling cobs v0.2.3
21102025-03-07T21:43:25.138Z Compiling unsafe-libyaml v0.2.11
21112025-03-07T21:43:26.719Z Compiling serde_yaml v0.9.34+deprecated
21122025-03-07T21:43:29.330Z Compiling postcard v1.0.10
21132025-03-07T21:43:30.071Z Compiling strum v0.26.3
21142025-03-07T21:43:39.729Z Compiling progenitor-impl v0.8.0
21152025-03-07T21:43:40.406Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21162025-03-07T21:43:51.754Z Compiling foreign-types-macros v0.2.3
21172025-03-07T21:43:51.946Z Compiling wait-timeout v0.2.0
21182025-03-07T21:43:52.010Z Compiling proc-macro-error v1.0.4
21192025-03-07T21:43:52.388Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21202025-03-07T21:43:52.742Z Compiling bit-vec v0.8.0
21212025-03-07T21:43:52.947Z Compiling unicode-width v0.1.14
21222025-03-07T21:43:53.314Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21232025-03-07T21:43:53.501Z Compiling foreign-types-shared v0.3.1
21242025-03-07T21:43:54.468Z Compiling foreign-types v0.5.0
21252025-03-07T21:43:54.606Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21262025-03-07T21:43:57.924Z Compiling tabwriter v1.4.0
21272025-03-07T21:43:58.579Z Compiling bit-set v0.8.0
21282025-03-07T21:43:59.841Z Compiling rusty-fork v0.3.0
21292025-03-07T21:44:05.807Z Compiling progenitor-macro v0.8.0
21302025-03-07T21:44:08.960Z Compiling parse-display-derive v0.10.0
21312025-03-07T21:44:10.378Z Compiling progenitor-client v0.8.0
21322025-03-07T21:44:12.498Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21332025-03-07T21:44:13.343Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21342025-03-07T21:44:14.224Z Compiling daft-derive v0.1.1
21352025-03-07T21:44:14.424Z Compiling rand_xorshift v0.3.0
21362025-03-07T21:44:14.727Z Compiling cstr-argument v0.1.2
21372025-03-07T21:44:14.915Z Compiling dropshot v0.16.0
21382025-03-07T21:44:15.020Z Compiling pretty-hex v0.2.1
21392025-03-07T21:44:15.270Z Compiling unarray v0.1.4
21402025-03-07T21:44:15.290Z Compiling crucible-workspace-hack v0.1.0
21412025-03-07T21:44:15.618Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21422025-03-07T21:44:15.910Z Compiling daft v0.1.1
21432025-03-07T21:44:16.140Z Compiling proptest v1.6.0
21442025-03-07T21:44:16.195Z Compiling progenitor v0.8.0
21452025-03-07T21:44:16.479Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21462025-03-07T21:44:16.527Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21472025-03-07T21:44:16.921Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21482025-03-07T21:44:17.126Z Compiling parse-display v0.10.0
21492025-03-07T21:44:17.444Z Compiling test-strategy v0.4.0
21502025-03-07T21:44:17.850Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21512025-03-07T21:44:18.065Z Compiling colored v2.2.0
21522025-03-07T21:44:19.015Z Compiling serde_with_macros v3.12.0
21532025-03-07T21:44:19.472Z Compiling dropshot_endpoint v0.16.0
21542025-03-07T21:44:20.574Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21552025-03-07T21:44:21.356Z Compiling instant v0.1.13
21562025-03-07T21:44:21.417Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21572025-03-07T21:44:21.551Z Compiling winnow v0.6.20
21582025-03-07T21:44:21.847Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21592025-03-07T21:44:22.518Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
21602025-03-07T21:44:22.576Z Compiling backoff v0.4.0
21612025-03-07T21:44:22.933Z Compiling serde_with v3.12.0
21622025-03-07T21:44:23.679Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21632025-03-07T21:44:23.920Z Compiling zone_cfg_derive v0.3.0
21642025-03-07T21:44:24.801Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21652025-03-07T21:44:25.624Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
21662025-03-07T21:44:25.887Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21672025-03-07T21:44:26.773Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
21682025-03-07T21:44:27.205Z Compiling camino-tempfile v1.1.1
21692025-03-07T21:44:27.343Z Compiling progenitor-client v0.9.1
21702025-03-07T21:44:28.006Z Compiling num-derive v0.4.2
21712025-03-07T21:44:28.338Z Compiling sigpipe v0.1.3
21722025-03-07T21:44:28.500Z Compiling libefi-sys v0.1.0
21732025-03-07T21:44:28.853Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21742025-03-07T21:44:29.284Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21752025-03-07T21:44:30.265Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
21762025-03-07T21:44:31.870Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21772025-03-07T21:44:32.475Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21782025-03-07T21:44:33.288Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
21792025-03-07T21:44:33.860Z Compiling zone v0.3.0
21802025-03-07T21:44:34.972Z Compiling itertools v0.14.0
21812025-03-07T21:44:36.386Z Compiling smf v0.2.3
21822025-03-07T21:44:36.600Z Compiling bitfield-struct v0.6.2
21832025-03-07T21:44:37.293Z Compiling blake3 v1.5.4
21842025-03-07T21:44:37.920Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21852025-03-07T21:44:37.940Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21862025-03-07T21:44:38.653Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21872025-03-07T21:44:38.967Z Compiling xattr v1.3.1
21882025-03-07T21:44:39.021Z Compiling filetime v0.2.25
21892025-03-07T21:44:39.075Z Compiling memmap2 v0.9.5
21902025-03-07T21:44:39.306Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21912025-03-07T21:44:39.382Z Compiling arrayvec v0.7.6
21922025-03-07T21:44:39.461Z Compiling arrayref v0.3.9
21932025-03-07T21:44:39.600Z Compiling constant_time_eq v0.3.1
21942025-03-07T21:44:39.647Z Compiling same-file v1.0.6
21952025-03-07T21:44:39.702Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21962025-03-07T21:44:39.843Z Compiling walkdir v2.5.0
21972025-03-07T21:44:39.960Z Compiling tar v0.4.44
21982025-03-07T21:44:41.443Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21992025-03-07T21:44:41.892Z Compiling gethostname v0.5.0
22002025-03-07T21:44:42.127Z Compiling cargo-platform v0.1.8
22012025-03-07T21:44:42.309Z Compiling fixedbitset v0.5.7
22022025-03-07T21:44:42.402Z Compiling topological-sort v0.2.2
22032025-03-07T21:44:42.708Z Compiling omicron-zone-package v0.12.0
22042025-03-07T21:44:43.195Z Compiling petgraph v0.7.1
22052025-03-07T21:44:43.494Z Compiling cargo_metadata v0.19.2
22062025-03-07T21:44:43.924Z Compiling indent_write v2.2.0
22072025-03-07T21:44:44.191Z Compiling shell-words v1.1.0
22082025-03-07T21:44:50.075Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22092025-03-07T21:44:52.531Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22102025-03-07T21:44:58.967Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22112025-03-07T21:45:13.245Z Finished `release` profile [optimized] target(s) in 5m 23s
22122025-03-07T21:45:13.426Z Running `target/release/omicron-package -t test target create -p dev`
22132025-03-07T21:45:13.479ZLogging to: /work/oxidecomputer/omicron/out/LOG
22142025-03-07T21:45:13.483ZCreated new build target 'test' and set it as active
22152025-03-07T21:45:13.483Z
22162025-03-07T21:45:13.483Zreal 5:23.604740198
22172025-03-07T21:45:13.483Zuser 37:30.602970714
22182025-03-07T21:45:13.483Zsys 3:38.061833859
22192025-03-07T21:45:13.483Ztrap 1.216446631
22202025-03-07T21:45:13.483Ztflt 1.833999298
22212025-03-07T21:45:13.483Zdflt 0.804266536
22222025-03-07T21:45:13.483Zkflt 0.000331803
22232025-03-07T21:45:13.483Zlock 1:14:18.335360926
22242025-03-07T21:45:13.483Zslp 2:31:55.522266853
22252025-03-07T21:45:13.483Zlat 2:51.317739890
22262025-03-07T21:45:13.483Zstop 5:05.904153760
22272025-03-07T21:45:13.483Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
22282025-03-07T21:45:14.510Z Finished `release` profile [optimized] target(s) in 0.96s
22292025-03-07T21:45:14.573Z Running `target/release/omicron-package -t test package`
22302025-03-07T21:45:14.619ZLogging to: /work/oxidecomputer/omicron/out/LOG
22312025-03-07T21:45:15.844Z Compiling ring v0.17.11
22322025-03-07T21:45:16.028Z Compiling thiserror v2.0.11
22332025-03-07T21:45:16.050Z Compiling typify-impl v0.3.0
22342025-03-07T21:45:16.068Z Compiling convert_case v0.4.0
22352025-03-07T21:45:16.068Z Compiling fastrand v2.1.1
22362025-03-07T21:45:16.071Z Compiling newline-converter v0.3.0
22372025-03-07T21:45:16.071Z Compiling password-hash v0.5.0
22382025-03-07T21:45:16.309Z Compiling expectorate v1.1.0
22392025-03-07T21:45:16.591Z Compiling tempfile v3.13.0
22402025-03-07T21:45:16.591Z Compiling blake2 v0.10.6
22412025-03-07T21:45:16.697Z Compiling derive_more v0.99.19
22422025-03-07T21:45:17.321Z Compiling base64 v0.21.7
22432025-03-07T21:45:17.775Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
22442025-03-07T21:45:18.244Z Compiling argon2 v0.5.3
22452025-03-07T21:45:18.378Z Compiling atomicwrites v0.4.4
22462025-03-07T21:45:18.516Z Compiling cancel-safe-futures v0.1.5
22472025-03-07T21:45:18.886Z Compiling owo-colors v4.2.0
22482025-03-07T21:45:18.938Z Compiling num-rational v0.4.2
22492025-03-07T21:45:19.496Z Compiling libsw-core v0.3.1
22502025-03-07T21:45:19.785Z Compiling num-complex v0.4.6
22512025-03-07T21:45:20.425Z Compiling libsw v3.4.0
22522025-03-07T21:45:20.736Z Compiling num v0.4.3
22532025-03-07T21:45:20.864Z Compiling rustls v0.23.19
22542025-03-07T21:45:20.896Z Compiling rustls v0.22.4
22552025-03-07T21:45:21.257Z Compiling swrite v0.1.0
22562025-03-07T21:45:21.424Z Compiling float-ord v0.3.2
22572025-03-07T21:45:21.602Z Compiling linear-map v1.2.0
22582025-03-07T21:45:21.618Z Compiling highway v1.3.0
22592025-03-07T21:45:22.032Z Compiling tungstenite v0.21.0
22602025-03-07T21:45:22.209Z Compiling semver v0.1.20
22612025-03-07T21:45:22.755Z Compiling rustc_version v0.1.7
22622025-03-07T21:45:23.144Z Compiling newtype_derive v0.1.6
22632025-03-07T21:45:23.199Z Compiling ipnetwork v0.21.1
22642025-03-07T21:45:23.257Z Compiling tokio-tungstenite v0.21.0
22652025-03-07T21:45:23.496Z Compiling rustls-webpki v0.102.8
22662025-03-07T21:45:23.849Z Compiling wait-timeout v0.2.0
22672025-03-07T21:45:23.903Z Compiling bit-vec v0.8.0
22682025-03-07T21:45:24.291Z Compiling bit-set v0.8.0
22692025-03-07T21:45:24.374Z Compiling rusty-fork v0.3.0
22702025-03-07T21:45:24.997Z Compiling oxnet v0.1.1
22712025-03-07T21:45:25.252Z Compiling rand_xorshift v0.3.0
22722025-03-07T21:45:25.535Z Compiling humantime v2.1.0
22732025-03-07T21:45:25.647Z Compiling unarray v0.1.4
22742025-03-07T21:45:25.850Z Compiling proptest v1.6.0
22752025-03-07T21:45:26.165Z Compiling typify-macro v0.3.0
22762025-03-07T21:45:26.395Z Compiling daft v0.1.1
22772025-03-07T21:45:27.017Z Compiling parse-display v0.10.0
22782025-03-07T21:45:27.195Z Compiling dropshot v0.16.0
22792025-03-07T21:45:27.262Z Compiling strum v0.26.3
22802025-03-07T21:45:27.431Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22812025-03-07T21:45:27.496Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
22822025-03-07T21:45:27.612Z Compiling instant v0.1.13
22832025-03-07T21:45:27.790Z Compiling backoff v0.4.0
22842025-03-07T21:45:28.111Z Compiling steno v0.4.1
22852025-03-07T21:45:29.349Z Compiling tokio-rustls v0.25.0
22862025-03-07T21:45:29.804Z Compiling dropshot v0.12.0
22872025-03-07T21:45:30.157Z Compiling typify v0.3.0
22882025-03-07T21:45:30.321Z Compiling progenitor-impl v0.9.1
22892025-03-07T21:45:32.113Z Compiling tokio-rustls v0.26.0
22902025-03-07T21:45:32.619Z Compiling hyper-rustls v0.27.3
22912025-03-07T21:45:33.212Z Compiling reqwest v0.12.12
22922025-03-07T21:45:36.185Z Compiling qorb v0.2.1
22932025-03-07T21:45:37.941Z Compiling progenitor-macro v0.9.1
22942025-03-07T21:45:41.323Z Compiling progenitor-client v0.9.1
22952025-03-07T21:45:41.901Z Compiling progenitor-client v0.8.0
22962025-03-07T21:45:42.488Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22972025-03-07T21:45:43.050Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22982025-03-07T21:46:09.326Z Compiling progenitor v0.8.0
22992025-03-07T21:46:09.578Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
23002025-03-07T21:46:12.836Z Compiling progenitor v0.9.1
23012025-03-07T21:46:13.090Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23022025-03-07T21:46:15.085Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23032025-03-07T21:46:15.349Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23042025-03-07T21:46:15.975Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23052025-03-07T21:46:16.343Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23062025-03-07T21:46:17.179Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23072025-03-07T21:46:21.931Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
23082025-03-07T21:46:22.539Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23092025-03-07T21:46:23.019Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
23102025-03-07T21:46:23.708Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23112025-03-07T21:46:23.923Z Compiling serde_with v3.12.0
23122025-03-07T21:46:28.108Z Compiling macaddr v1.0.1
23132025-03-07T21:46:28.297Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
23142025-03-07T21:46:28.326Z Compiling slog-dtrace v0.3.0
23152025-03-07T21:46:28.774Z Compiling prettyplease v0.2.29
23162025-03-07T21:46:30.346Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23172025-03-07T21:46:30.716Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23182025-03-07T21:46:31.067Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23192025-03-07T21:46:33.859Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23202025-03-07T21:46:40.340Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23212025-03-07T21:46:42.728Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23222025-03-07T21:46:43.434Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23232025-03-07T21:46:45.799Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23242025-03-07T21:46:50.955Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
23252025-03-07T21:46:51.083Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23262025-03-07T21:46:54.158Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23272025-03-07T21:46:56.212Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23282025-03-07T21:46:57.260Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23292025-03-07T21:46:57.953Z Compiling half v2.4.1
23302025-03-07T21:46:58.235Z Compiling ciborium-io v0.2.2
23312025-03-07T21:46:58.417Z Compiling bytecount v0.6.8
23322025-03-07T21:46:58.664Z Compiling ciborium-ll v0.2.2
23332025-03-07T21:46:58.740Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23342025-03-07T21:46:59.103Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23352025-03-07T21:46:59.223Z Compiling ciborium v0.2.2
23362025-03-07T21:46:59.560Z Compiling display-error-chain v0.2.2
23372025-03-07T21:46:59.819Z Compiling const_format_proc_macros v0.2.34
23382025-03-07T21:47:01.299Z Compiling maplit v1.0.2
23392025-03-07T21:47:01.461Z Compiling same-file v1.0.6
23402025-03-07T21:47:01.636Z Compiling keccak v0.1.5
23412025-03-07T21:47:01.753Z Compiling crunchy v0.2.2
23422025-03-07T21:47:02.299Z Compiling sha3 v0.10.8
23432025-03-07T21:47:02.766Z Compiling walkdir v2.5.0
23442025-03-07T21:47:02.899Z Compiling const_format v0.2.34
23452025-03-07T21:47:03.201Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23462025-03-07T21:47:03.403Z Compiling radium v0.7.0
23472025-03-07T21:47:03.905Z Compiling tiny-keccak v2.0.2
23482025-03-07T21:47:04.197Z Compiling blake3 v1.5.4
23492025-03-07T21:47:04.444Z Compiling dsl_auto_type v0.1.2
23502025-03-07T21:47:04.615Z Compiling scheduled-thread-pool v0.2.7
23512025-03-07T21:47:04.870Z Compiling xattr v1.3.1
23522025-03-07T21:47:05.165Z Compiling diesel_table_macro_syntax v0.2.0
23532025-03-07T21:47:05.357Z Compiling memmap2 v0.9.5
23542025-03-07T21:47:05.549Z Compiling filetime v0.2.25
23552025-03-07T21:47:05.658Z Compiling bit-vec v0.6.3
23562025-03-07T21:47:05.785Z Compiling arrayvec v0.7.6
23572025-03-07T21:47:05.921Z Compiling constant_time_eq v0.3.1
23582025-03-07T21:47:05.942Z Compiling arrayref v0.3.9
23592025-03-07T21:47:06.063Z Compiling tap v1.0.1
23602025-03-07T21:47:06.084Z Compiling maybe-uninit v2.0.0
23612025-03-07T21:47:06.107Z Compiling bit-set v0.5.3
23622025-03-07T21:47:06.110Z Compiling tar v0.4.44
23632025-03-07T21:47:06.282Z Compiling wyz v0.5.1
23642025-03-07T21:47:06.414Z Compiling diesel_derives v2.2.3
23652025-03-07T21:47:06.689Z Compiling r2d2 v0.8.10
23662025-03-07T21:47:07.195Z Compiling toolchain_find v0.4.0
23672025-03-07T21:47:07.215Z Compiling camino-tempfile v1.1.1
23682025-03-07T21:47:07.662Z Compiling phf_generator v0.11.2
23692025-03-07T21:47:07.699Z Compiling ascii-canvas v3.0.0
23702025-03-07T21:47:07.723Z Compiling secrecy v0.8.0
23712025-03-07T21:47:07.881Z Compiling async-recursion v1.1.1
23722025-03-07T21:47:07.903Z Compiling ena v0.14.3
23732025-03-07T21:47:08.008Z Compiling bindgen v0.71.1
23742025-03-07T21:47:08.125Z Compiling packed_struct v0.10.1
23752025-03-07T21:47:08.299Z Compiling topological-sort v0.2.2
23762025-03-07T21:47:08.486Z Compiling regex-syntax v0.6.29
23772025-03-07T21:47:08.556Z Compiling diff v0.1.13
23782025-03-07T21:47:08.578Z Compiling funty v2.0.0
23792025-03-07T21:47:09.054Z Compiling crc-catalog v2.4.0
23802025-03-07T21:47:09.202Z Compiling omicron-zone-package v0.12.0
23812025-03-07T21:47:09.244Z Compiling crc v3.2.1
23822025-03-07T21:47:11.211Z Compiling bitvec v1.0.1
23832025-03-07T21:47:11.470Z Compiling phf_codegen v0.11.2
23842025-03-07T21:47:11.727Z Compiling rustfmt-wrapper v0.2.1
23852025-03-07T21:47:12.348Z Compiling lalrpop v0.19.12
23862025-03-07T21:47:13.288Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23872025-03-07T21:47:13.556Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23882025-03-07T21:47:13.814Z Compiling universal-hash v0.5.1
23892025-03-07T21:47:14.100Z Compiling thiserror-impl-no-std v2.0.2
23902025-03-07T21:47:14.126Z Compiling packed_struct_codegen v0.10.1
23912025-03-07T21:47:14.360Z Compiling parse-zoneinfo v0.3.1
23922025-03-07T21:47:15.771Z Compiling indexmap v1.9.3
23932025-03-07T21:47:15.854Z Compiling nodrop v0.1.14
23942025-03-07T21:47:16.013Z Compiling rustc-hash v2.1.1
23952025-03-07T21:47:16.109Z Compiling opaque-debug v0.3.1
23962025-03-07T21:47:16.214Z Compiling ref-cast v1.0.23
23972025-03-07T21:47:16.248Z Compiling poly1305 v0.8.0
23982025-03-07T21:47:16.527Z Compiling thiserror-no-std v2.0.2
23992025-03-07T21:47:16.859Z Compiling array-init v0.0.4
24002025-03-07T21:47:16.888Z Compiling diesel v2.2.8
24012025-03-07T21:47:17.699Z Compiling chrono-tz-build v0.4.0
24022025-03-07T21:47:17.877Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24032025-03-07T21:47:18.706Z Compiling smallvec v0.6.14
24042025-03-07T21:47:19.213Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24052025-03-07T21:47:19.575Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24062025-03-07T21:47:19.957Z Compiling itertools v0.13.0
24072025-03-07T21:47:20.514Z Compiling derive_builder_core v0.20.2
24082025-03-07T21:47:22.471Z Compiling chacha20 v0.9.1
24092025-03-07T21:47:22.978Z Compiling headers-core v0.3.0
24102025-03-07T21:47:23.192Z Compiling aead v0.5.2
24112025-03-07T21:47:23.527Z Compiling libxml v0.3.3
24122025-03-07T21:47:23.562Z Compiling ref-cast-impl v1.0.23
24132025-03-07T21:47:23.919Z Compiling vte_generate_state_changes v0.1.2
24142025-03-07T21:47:24.575Z Compiling hashbrown v0.12.3
24152025-03-07T21:47:24.640Z Compiling termcolor v1.4.1
24162025-03-07T21:47:25.657Z Compiling bitfield v0.14.0
24172025-03-07T21:47:25.846Z Compiling arc-swap v1.7.1
24182025-03-07T21:47:25.950Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
24192025-03-07T21:47:26.436Z Compiling slog-scope v4.4.0
24202025-03-07T21:47:26.571Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24212025-03-07T21:47:28.256Z Compiling env_logger v0.10.2
24222025-03-07T21:47:29.190Z Compiling vte v0.11.1
24232025-03-07T21:47:29.330Z Compiling samael v0.0.18
24242025-03-07T21:47:30.818Z Compiling chacha20poly1305 v0.10.1
24252025-03-07T21:47:30.983Z Compiling headers v0.4.0
24262025-03-07T21:47:31.065Z Compiling derive_builder_macro v0.20.2
24272025-03-07T21:47:31.478Z Compiling serde-hex v0.1.0
24282025-03-07T21:47:31.936Z Compiling chrono-tz v0.10.1
24292025-03-07T21:47:32.637Z Compiling vsss-rs v3.3.4
24302025-03-07T21:47:34.030Z Compiling polar-core v0.27.3
24312025-03-07T21:47:34.640Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24322025-03-07T21:47:36.518Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
24332025-03-07T21:47:36.866Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24342025-03-07T21:47:36.889Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24352025-03-07T21:47:37.522Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24362025-03-07T21:47:37.883Z Compiling ron v0.8.1
24372025-03-07T21:47:40.607Z Compiling hashbrown v0.13.2
24382025-03-07T21:47:41.320Z Compiling strum_macros v0.24.3
24392025-03-07T21:47:41.956Z Compiling unicase v2.7.0
24402025-03-07T21:47:42.318Z Compiling indoc v1.0.9
24412025-03-07T21:47:43.147Z Compiling crc-any v2.5.0
24422025-03-07T21:47:43.653Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24432025-03-07T21:47:44.031Z Compiling object v0.30.4
24442025-03-07T21:47:44.271Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24452025-03-07T21:47:59.235Z Compiling derive_builder v0.20.2
24462025-03-07T21:48:01.397Z Compiling strip-ansi-escapes v0.2.0
24472025-03-07T21:48:02.870Z Compiling slog-stdlog v4.1.1
24482025-03-07T21:48:03.671Z Compiling papergrid v0.11.0
24492025-03-07T21:48:03.694Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24502025-03-07T21:48:04.057Z Compiling tabled_derive v0.7.0
24512025-03-07T21:48:04.327Z Compiling fd-lock v4.0.2
24522025-03-07T21:48:04.591Z Compiling peg-macros v0.8.5
24532025-03-07T21:48:06.045Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24542025-03-07T21:48:07.098Z Compiling oso-derive v0.27.3
24552025-03-07T21:48:07.689Z Compiling impl-trait-for-tuples v0.2.2
24562025-03-07T21:48:08.097Z Compiling quick-xml v0.37.2
24572025-03-07T21:48:13.207Z Compiling diesel-dtrace v0.4.2
24582025-03-07T21:48:13.583Z Compiling nu-ansi-term v0.50.1
24592025-03-07T21:48:14.481Z Compiling path-slash v0.1.5
24602025-03-07T21:48:14.765Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24612025-03-07T21:48:17.219Z Compiling reedline v0.38.0
24622025-03-07T21:48:19.425Z Compiling oso v0.27.3
24632025-03-07T21:48:29.618Z Compiling peg v0.8.5
24642025-03-07T21:48:29.808Z Compiling tabled v0.15.0
24652025-03-07T21:48:30.268Z Compiling slog-envlogger v2.2.0
24662025-03-07T21:48:35.535Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24672025-03-07T21:48:36.201Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24682025-03-07T21:48:37.726Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24692025-03-07T21:48:38.105Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24702025-03-07T21:48:41.660Z Compiling pem v3.0.5
24712025-03-07T21:48:43.097Z Compiling bb8 v0.8.5
24722025-03-07T21:48:43.732Z Compiling bcs v0.1.6
24732025-03-07T21:48:44.593Z Compiling fxhash v0.2.1
24742025-03-07T21:48:44.868Z Compiling libz-sys v1.1.20
24752025-03-07T21:48:45.572Z Compiling termtree v0.5.1
24762025-03-07T21:48:46.440Z Compiling async-bb8-diesel v0.2.1
24772025-03-07T21:48:48.025Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24782025-03-07T21:48:48.554Z Compiling kstat-rs v0.2.4
24792025-03-07T21:48:49.040Z Compiling proc-macro-error-attr2 v2.0.0
24802025-03-07T21:48:49.465Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24812025-03-07T21:48:49.834Z Compiling proc-macro-error2 v2.0.1
24822025-03-07T21:48:50.052Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24832025-03-07T21:48:50.417Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
24842025-03-07T21:48:50.900Z Compiling nanorand v0.7.0
24852025-03-07T21:48:51.599Z Compiling libgit2-sys v0.17.0+1.8.1
24862025-03-07T21:48:52.363Z Compiling pin-project-internal v1.1.6
24872025-03-07T21:48:54.936Z Compiling parking_lot_core v0.8.6
24882025-03-07T21:48:55.443Z Compiling pin-project v1.1.6
24892025-03-07T21:49:02.948Z Compiling flume v0.11.1
24902025-03-07T21:49:03.698Z Compiling tabled_derive v0.10.0
24912025-03-07T21:49:04.129Z Compiling mime_guess v2.0.5
24922025-03-07T21:49:05.644Z Compiling papergrid v0.14.0
24932025-03-07T21:49:05.992Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24942025-03-07T21:49:09.773Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24952025-03-07T21:49:10.557Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24962025-03-07T21:49:13.552Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24972025-03-07T21:49:16.700Z Compiling snafu-derive v0.8.5
24982025-03-07T21:49:16.872Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24992025-03-07T21:49:17.311Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
25002025-03-07T21:49:18.720Z Compiling tabled v0.18.0
25012025-03-07T21:49:20.957Z Compiling snafu v0.8.5
25022025-03-07T21:49:23.714Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
25032025-03-07T21:49:28.304Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
25042025-03-07T21:49:34.433Z Compiling globset v0.4.15
25052025-03-07T21:49:38.714Z Compiling olpc-cjson v0.1.4
25062025-03-07T21:49:39.072Z Compiling castaway v0.2.3
25072025-03-07T21:49:39.301Z Compiling vergen v8.3.2
25082025-03-07T21:49:39.673Z Compiling nibble_vec v0.1.0
25092025-03-07T21:49:39.961Z Compiling serde_plain v1.0.2
25102025-03-07T21:49:40.376Z Compiling cargo-platform v0.1.8
25112025-03-07T21:49:40.563Z Compiling atty v0.2.14
25122025-03-07T21:49:40.760Z Compiling typed-path v0.9.3
25132025-03-07T21:49:40.873Z Compiling endian-type v0.1.2
25142025-03-07T21:49:41.164Z Compiling salty v0.3.0
25152025-03-07T21:49:41.620Z Compiling http-range v0.1.5
25162025-03-07T21:49:42.230Z Compiling io-lifetimes v1.0.11
25172025-03-07T21:49:43.272Z Compiling tough v0.19.0
25182025-03-07T21:49:46.790Z Compiling git2 v0.19.0
25192025-03-07T21:49:47.025Z Compiling radix_trie v0.2.1
25202025-03-07T21:49:47.646Z Compiling cargo_metadata v0.18.1
25212025-03-07T21:49:48.028Z Compiling compact_str v0.8.0
25222025-03-07T21:49:50.557Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25232025-03-07T21:49:50.604Z Compiling parking_lot v0.11.2
25242025-03-07T21:49:54.718Z Compiling unicode-truncate v1.1.0
25252025-03-07T21:49:55.053Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
25262025-03-07T21:49:55.444Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25272025-03-07T21:49:58.488Z Compiling lru v0.12.5
25282025-03-07T21:49:58.892Z Compiling rand_seeder v0.3.0
25292025-03-07T21:49:59.346Z Compiling lzma-sys v0.1.20
25302025-03-07T21:49:59.955Z Compiling instability v0.3.2
25312025-03-07T21:50:00.076Z Compiling rustix v0.37.28
25322025-03-07T21:50:00.667Z Compiling cassowary v0.3.0
25332025-03-07T21:50:00.912Z Compiling parse-size v1.1.0
25342025-03-07T21:50:01.317Z Compiling indoc v2.0.5
25352025-03-07T21:50:01.527Z Compiling rustls v0.21.12
25362025-03-07T21:50:01.915Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
25372025-03-07T21:50:02.209Z Compiling ratatui v0.29.0
25382025-03-07T21:50:03.495Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25392025-03-07T21:50:03.748Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25402025-03-07T21:50:04.293Z Compiling hyper-staticfile v0.10.1
25412025-03-07T21:50:08.969Z Compiling sled v0.34.7
25422025-03-07T21:50:09.036Z Compiling hickory-client v0.24.4
25432025-03-07T21:50:11.783Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
25442025-03-07T21:50:12.507Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25452025-03-07T21:50:13.012Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25462025-03-07T21:50:15.823Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25472025-03-07T21:50:16.921Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
25482025-03-07T21:50:17.789Z Compiling sct v0.7.1
25492025-03-07T21:50:18.087Z Compiling rustls-webpki v0.101.7
25502025-03-07T21:50:18.272Z Compiling hickory-server v0.24.4
25512025-03-07T21:50:21.746Z Compiling primeorder v0.13.6
25522025-03-07T21:50:22.020Z Compiling heck v0.3.3
25532025-03-07T21:50:22.180Z Compiling env_filter v0.1.2
25542025-03-07T21:50:22.347Z Compiling csv-core v0.1.11
25552025-03-07T21:50:22.369Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
25562025-03-07T21:50:22.829Z Compiling csv v1.3.1
25572025-03-07T21:50:23.297Z Compiling env_logger v0.11.5
25582025-03-07T21:50:23.768Z Compiling zone_cfg_derive v0.1.2
25592025-03-07T21:50:24.747Z Compiling p384 v0.13.0
25602025-03-07T21:50:25.082Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25612025-03-07T21:50:29.624Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25622025-03-07T21:50:31.808Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25632025-03-07T21:50:32.227Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25642025-03-07T21:50:32.623Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25652025-03-07T21:50:33.002Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25662025-03-07T21:50:33.762Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25672025-03-07T21:50:33.790Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25682025-03-07T21:50:34.128Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25692025-03-07T21:50:34.149Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25702025-03-07T21:50:34.476Z Compiling nix v0.27.1
25712025-03-07T21:50:34.499Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25722025-03-07T21:50:35.225Z Compiling tungstenite v0.23.0
25732025-03-07T21:50:37.211Z Compiling base64 v0.13.1
25742025-03-07T21:50:38.032Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
25752025-03-07T21:50:38.443Z Compiling ron v0.7.1
25762025-03-07T21:50:39.409Z Compiling tokio-tungstenite v0.23.1
25772025-03-07T21:50:40.895Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25782025-03-07T21:50:41.753Z Compiling xz2 v0.1.7
25792025-03-07T21:50:42.866Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25802025-03-07T21:50:43.754Z Compiling terminal_size v0.2.6
25812025-03-07T21:50:44.010Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25822025-03-07T21:50:49.089Z Compiling tokio-rustls v0.24.1
25832025-03-07T21:50:49.653Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25842025-03-07T21:50:50.368Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25852025-03-07T21:50:50.690Z Compiling zone v0.1.8
25862025-03-07T21:50:51.673Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25872025-03-07T21:50:52.513Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25882025-03-07T21:50:53.216Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25892025-03-07T21:50:53.259Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25902025-03-07T21:50:54.019Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25912025-03-07T21:50:54.056Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25922025-03-07T21:50:57.139Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25932025-03-07T21:50:57.523Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25942025-03-07T21:50:57.641Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25952025-03-07T21:51:01.399Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25962025-03-07T21:51:02.300Z Compiling rustls-pemfile v1.0.4
25972025-03-07T21:51:03.121Z Compiling signal-hook-tokio v0.3.1
25982025-03-07T21:51:03.257Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25992025-03-07T21:51:03.375Z Compiling twox-hash v2.1.0
26002025-03-07T21:51:04.413Z Compiling yasna v0.5.2
26012025-03-07T21:51:04.997Z Compiling unicode-linebreak v0.1.5
26022025-03-07T21:51:05.599Z Compiling glob v0.3.2
26032025-03-07T21:51:06.063Z Compiling smawk v0.3.2
26042025-03-07T21:51:06.084Z Compiling is_ci v1.2.0
26052025-03-07T21:51:06.380Z Compiling textwrap v0.16.1
26062025-03-07T21:51:06.428Z Compiling supports-color v3.0.2
26072025-03-07T21:51:06.902Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26082025-03-07T21:51:07.794Z Compiling rcgen v0.12.1
26092025-03-07T21:51:10.006Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
26102025-03-07T21:51:12.377Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
26112025-03-07T21:51:13.097Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
26122025-03-07T21:51:14.163Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26132025-03-07T21:51:18.956Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
26142025-03-07T21:51:20.051Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
26152025-03-07T21:51:33.434Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26162025-03-07T21:51:34.096Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26172025-03-07T21:51:34.201Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
26182025-03-07T21:51:34.503Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
26192025-03-07T21:51:38.287Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26202025-03-07T21:51:44.288Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26212025-03-07T21:51:45.606Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26222025-03-07T21:51:46.163Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26232025-03-07T21:51:56.097Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26242025-03-07T21:51:58.872Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26252025-03-07T21:51:59.242Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
26262025-03-07T21:52:00.670Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26272025-03-07T21:52:03.018Z Compiling fatfs v0.3.6
26282025-03-07T21:52:03.321Z Compiling subprocess v0.2.9
26292025-03-07T21:52:03.445Z Compiling rtoolbox v0.0.2
26302025-03-07T21:52:03.879Z Compiling assert_matches v1.5.0
26312025-03-07T21:52:04.015Z Compiling rpassword v7.3.1
26322025-03-07T21:52:05.442Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26332025-03-07T21:52:05.729Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26342025-03-07T21:52:08.009Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26352025-03-07T21:52:13.182Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26362025-03-07T21:52:20.144Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
26372025-03-07T21:52:40.973Z Compiling tui-tree-widget v0.23.0
26382025-03-07T21:52:41.404Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
26392025-03-07T21:52:41.462Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26402025-03-07T21:52:41.804Z Compiling uzers v0.12.1
26412025-03-07T21:52:45.040Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
26422025-03-07T21:52:53.087Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
26432025-03-07T21:52:54.576Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
26442025-03-07T21:52:59.558Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26452025-03-07T21:53:10.388Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
26462025-03-07T21:53:15.110Z Compiling multimap v0.10.0
26472025-03-07T21:55:42.228Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
26482025-03-07T22:03:00.010Z Finished `release` profile [optimized] target(s) in 17m 45s
26492025-03-07T22:04:07.967Z
26502025-03-07T22:04:07.967Zreal 18:54.333560497
26512025-03-07T22:04:07.967Zuser 2:12:37.694329520
26522025-03-07T22:04:07.971Zsys 3:42.283273679
26532025-03-07T22:04:07.971Ztrap 3.468249529
26542025-03-07T22:04:07.971Ztflt 1.851373976
26552025-03-07T22:04:07.971Zdflt 5.085097159
26562025-03-07T22:04:07.971Zkflt 0.001057679
26572025-03-07T22:04:07.971Zlock 7:57:16.501787171
26582025-03-07T22:04:07.971Zslp 6:55:19.773695499
26592025-03-07T22:04:07.971Zlat 3:42.916183401
26602025-03-07T22:04:07.971Zstop 3:00.152795887
26612025-03-07T22:04:07.971Z+ mapfile -t packages
26622025-03-07T22:04:07.971Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
26632025-03-07T22:04:09.073Z Compiling ring v0.17.11
26642025-03-07T22:04:10.947Z Compiling rustls v0.22.4
26652025-03-07T22:04:10.951Z Compiling rustls v0.23.19
26662025-03-07T22:04:12.674Z Compiling rustls-webpki v0.102.8
26672025-03-07T22:04:16.570Z Compiling tokio-rustls v0.25.0
26682025-03-07T22:04:17.052Z Compiling dropshot v0.12.0
26692025-03-07T22:04:18.750Z Compiling tokio-rustls v0.26.0
26702025-03-07T22:04:19.257Z Compiling hyper-rustls v0.27.3
26712025-03-07T22:04:19.770Z Compiling reqwest v0.12.12
26722025-03-07T22:04:21.122Z Compiling qorb v0.2.1
26732025-03-07T22:04:22.652Z Compiling dropshot v0.16.0
26742025-03-07T22:04:27.120Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26752025-03-07T22:04:29.568Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26762025-03-07T22:04:31.439Z Compiling progenitor-client v0.8.0
26772025-03-07T22:04:32.403Z Compiling progenitor v0.8.0
26782025-03-07T22:04:32.841Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
26792025-03-07T22:04:35.307Z Compiling progenitor-client v0.9.1
26802025-03-07T22:04:36.283Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26812025-03-07T22:04:39.704Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26822025-03-07T22:04:47.606Z Compiling omicron-zone-package v0.12.0
26832025-03-07T22:04:53.983Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26842025-03-07T22:04:57.917Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26852025-03-07T22:05:00.560Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26862025-03-07T22:05:02.236Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26872025-03-07T22:05:18.854Z Finished `release` profile [optimized] target(s) in 1m 10s
26882025-03-07T22:05:18.908Z Running `target/release/omicron-package -t test list-outputs`
26892025-03-07T22:05:18.958ZLogging to: /work/oxidecomputer/omicron/out/LOG
26902025-03-07T22:05:18.958Z+ ptime -m cargo build --locked --release -p xtask
26912025-03-07T22:05:19.179Z Compiling serde v1.0.218
26922025-03-07T22:05:19.371Z Compiling rustix v0.38.37
26932025-03-07T22:05:19.371Z Compiling libc v0.2.170
26942025-03-07T22:05:19.371Z Compiling serde_json v1.0.139
26952025-03-07T22:05:19.371Z Compiling syn v2.0.98
26962025-03-07T22:05:19.372Z Compiling bitflags v2.6.0
26972025-03-07T22:05:19.687Z Compiling usdt-impl v0.5.0
26982025-03-07T22:05:19.785Z Compiling syn v1.0.109
26992025-03-07T22:05:19.921Z Compiling log v0.4.22
27002025-03-07T22:05:19.922Z Compiling hashbrown v0.15.1
27012025-03-07T22:05:20.028Z Compiling fs-err v2.11.0
27022025-03-07T22:05:20.318Z Compiling anyhow v1.0.97
27032025-03-07T22:05:20.435Z Compiling once_cell v1.20.3
27042025-03-07T22:05:20.647Z Compiling thread-id v4.2.2
27052025-03-07T22:05:21.021Z Compiling indexmap v2.7.1
27062025-03-07T22:05:22.149Z Compiling terminal_size v0.4.0
27072025-03-07T22:05:22.149Z Compiling tempfile v3.13.0
27082025-03-07T22:05:22.411Z Compiling clap_builder v4.5.31
27092025-03-07T22:05:23.112Z Compiling proc-macro-error v1.0.4
27102025-03-07T22:05:23.866Z Compiling tabled_derive v0.7.0
27112025-03-07T22:05:25.042Z Compiling tabled v0.15.0
27122025-03-07T22:05:25.652Z Compiling serde_derive v1.0.218
27132025-03-07T22:05:25.798Z Compiling thiserror-impl v1.0.69
27142025-03-07T22:05:25.798Z Compiling zerocopy-derive v0.7.35
27152025-03-07T22:05:25.799Z Compiling scroll_derive v0.12.0
27162025-03-07T22:05:25.799Z Compiling thiserror-impl v2.0.11
27172025-03-07T22:05:26.984Z Compiling scroll v0.12.0
27182025-03-07T22:05:27.527Z Compiling zerocopy v0.7.35
27192025-03-07T22:05:27.813Z Compiling goblin v0.8.2
27202025-03-07T22:05:28.266Z Compiling thiserror v1.0.69
27212025-03-07T22:05:28.403Z Compiling pest v2.7.14
27222025-03-07T22:05:30.359Z Compiling thiserror v2.0.11
27232025-03-07T22:05:30.562Z Compiling clap_derive v4.5.28
27242025-03-07T22:05:31.373Z Compiling pest_meta v2.7.14
27252025-03-07T22:05:32.738Z Compiling pest_generator v2.7.14
27262025-03-07T22:05:34.736Z Compiling clap v4.5.31
27272025-03-07T22:05:34.774Z Compiling pest_derive v2.7.14
27282025-03-07T22:05:35.669Z Compiling dtrace-parser v0.2.0
27292025-03-07T22:05:42.564Z Compiling dof v0.3.0
27302025-03-07T22:05:42.684Z Compiling serde_tokenstream v0.2.2
27312025-03-07T22:05:43.308Z Compiling toml_datetime v0.6.8
27322025-03-07T22:05:43.400Z Compiling serde_spanned v0.6.8
27332025-03-07T22:05:43.724Z Compiling toml_edit v0.22.24
27342025-03-07T22:05:44.493Z Compiling camino v1.1.9
27352025-03-07T22:05:44.570Z Compiling usdt-attr-macro v0.5.0
27362025-03-07T22:05:44.656Z Compiling usdt-macro v0.5.0
27372025-03-07T22:05:45.895Z Compiling semver v1.0.25
27382025-03-07T22:05:45.940Z Compiling cargo-platform v0.1.8
27392025-03-07T22:05:47.036Z Compiling usdt v0.5.0
27402025-03-07T22:05:47.366Z Compiling cargo_metadata v0.19.2
27412025-03-07T22:05:48.448Z Compiling toml v0.8.20
27422025-03-07T22:05:49.912Z Compiling cargo_toml v0.21.0
27432025-03-07T22:05:51.620Z Compiling camino-tempfile v1.1.1
27442025-03-07T22:05:52.415Z Compiling macaddr v1.0.1
27452025-03-07T22:06:02.552Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
27462025-03-07T22:06:08.328Z Finished `release` profile [optimized] target(s) in 49.77s
27472025-03-07T22:06:08.451Z
27482025-03-07T22:06:08.451Zreal 49.921589544
27492025-03-07T22:06:08.451Zuser 5:24.430543591
27502025-03-07T22:06:08.451Zsys 20.116785414
27512025-03-07T22:06:08.451Ztrap 0.154242135
27522025-03-07T22:06:08.451Ztflt 0.201374834
27532025-03-07T22:06:08.451Zdflt 0.449107217
27542025-03-07T22:06:08.451Zkflt 0.000038105
27552025-03-07T22:06:08.451Zlock 10:19.274154089
27562025-03-07T22:06:08.451Zslp 16:16.441145804
27572025-03-07T22:06:08.451Zlat 15.557804469
27582025-03-07T22:06:08.451Zstop 21.153960452
27592025-03-07T22:06:08.455Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
27602025-03-07T22:06:08.455Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
27612025-03-07T22:06:08.455Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
27622025-03-07T22:06:08.455Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
27632025-03-07T22:06:08.455Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
27642025-03-07T22:06:09.410Z Compiling regress v0.10.3
27652025-03-07T22:06:09.550Z Compiling thiserror-impl v2.0.11
27662025-03-07T22:06:09.554Z Compiling ident_case v1.0.1
27672025-03-07T22:06:09.554Z Compiling unsafe-libyaml v0.2.11
27682025-03-07T22:06:09.554Z Compiling progenitor-client v0.9.1
27692025-03-07T22:06:09.554Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27702025-03-07T22:06:09.554Z Compiling tempfile v3.13.0
27712025-03-07T22:06:09.554Z Compiling ipnetwork v0.21.1
27722025-03-07T22:06:09.879Z Compiling darling_core v0.20.10
27732025-03-07T22:06:10.069Z Compiling oxnet v0.1.1
27742025-03-07T22:06:10.106Z Compiling macaddr v1.0.1
27752025-03-07T22:06:10.368Z Compiling progenitor-client v0.8.0
27762025-03-07T22:06:10.449Z Compiling structmeta-derive v0.3.0
27772025-03-07T22:06:10.559Z Compiling instant v0.1.13
27782025-03-07T22:06:10.741Z Compiling wait-timeout v0.2.0
27792025-03-07T22:06:10.794Z Compiling dropshot v0.16.0
27802025-03-07T22:06:10.860Z Compiling bit-vec v0.8.0
27812025-03-07T22:06:11.171Z Compiling serde_yaml v0.9.34+deprecated
27822025-03-07T22:06:11.271Z Compiling bit-set v0.8.0
27832025-03-07T22:06:11.446Z Compiling rusty-fork v0.3.0
27842025-03-07T22:06:11.474Z Compiling dropshot_endpoint v0.16.0
27852025-03-07T22:06:11.572Z Compiling rand_xorshift v0.3.0
27862025-03-07T22:06:11.949Z Compiling daft-derive v0.1.1
27872025-03-07T22:06:12.137Z Compiling unarray v0.1.4
27882025-03-07T22:06:12.324Z Compiling proptest v1.6.0
27892025-03-07T22:06:12.798Z Compiling thiserror v2.0.11
27902025-03-07T22:06:12.983Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27912025-03-07T22:06:13.165Z Compiling typify-impl v0.2.0
27922025-03-07T22:06:13.169Z Compiling structmeta v0.3.0
27932025-03-07T22:06:13.507Z Compiling daft v0.1.1
27942025-03-07T22:06:13.630Z Compiling parse-display-derive v0.10.0
27952025-03-07T22:06:14.028Z Compiling test-strategy v0.4.0
27962025-03-07T22:06:14.229Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27972025-03-07T22:06:14.752Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27982025-03-07T22:06:15.070Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27992025-03-07T22:06:15.273Z Compiling backoff v0.4.0
28002025-03-07T22:06:15.298Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28012025-03-07T22:06:15.673Z Compiling proc-macro-crate v1.3.1
28022025-03-07T22:06:15.826Z Compiling darling_macro v0.20.10
28032025-03-07T22:06:16.095Z Compiling typify-impl v0.3.0
28042025-03-07T22:06:16.641Z Compiling num_enum_derive v0.5.11
28052025-03-07T22:06:16.855Z Compiling darling v0.20.10
28062025-03-07T22:06:17.001Z Compiling serde_with_macros v3.12.0
28072025-03-07T22:06:17.384Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28082025-03-07T22:06:17.539Z Compiling parse-display v0.10.0
28092025-03-07T22:06:17.812Z Compiling itertools v0.13.0
28102025-03-07T22:06:18.161Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
28112025-03-07T22:06:18.827Z Compiling crucible-workspace-hack v0.1.0
28122025-03-07T22:06:18.989Z Compiling num_enum v0.5.11
28132025-03-07T22:06:19.172Z Compiling heapless v0.8.0
28142025-03-07T22:06:19.195Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28152025-03-07T22:06:19.575Z Compiling serde_with v3.12.0
28162025-03-07T22:06:19.644Z Compiling proc-macro-error v1.0.4
28172025-03-07T22:06:20.111Z Compiling camino-tempfile v1.1.1
28182025-03-07T22:06:20.308Z Compiling hash32 v0.3.1
28192025-03-07T22:06:20.601Z Compiling foreign-types-macros v0.2.3
28202025-03-07T22:06:20.625Z Compiling foreign-types-shared v0.3.1
28212025-03-07T22:06:20.788Z Compiling smoltcp v0.11.0
28222025-03-07T22:06:20.791Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28232025-03-07T22:06:21.928Z Compiling foreign-types v0.5.0
28242025-03-07T22:06:22.439Z Compiling tabwriter v1.4.0
28252025-03-07T22:06:22.863Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28262025-03-07T22:06:22.925Z Compiling cstr-argument v0.1.2
28272025-03-07T22:06:23.229Z Compiling pretty-hex v0.2.1
28282025-03-07T22:06:23.317Z Compiling cobs v0.2.3
28292025-03-07T22:06:23.473Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
28302025-03-07T22:06:23.656Z Compiling postcard v1.0.10
28312025-03-07T22:06:23.732Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28322025-03-07T22:06:23.845Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28332025-03-07T22:06:23.953Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28342025-03-07T22:06:24.303Z Compiling colored v2.2.0
28352025-03-07T22:06:24.485Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28362025-03-07T22:06:24.764Z Compiling winnow v0.6.20
28372025-03-07T22:06:24.841Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28382025-03-07T22:06:25.119Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28392025-03-07T22:06:25.143Z Compiling smf v0.2.3
28402025-03-07T22:06:26.073Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28412025-03-07T22:06:26.421Z Compiling zone_cfg_derive v0.3.0
28422025-03-07T22:06:26.472Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28432025-03-07T22:06:26.866Z Compiling itertools v0.14.0
28442025-03-07T22:06:27.468Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28452025-03-07T22:06:27.886Z Compiling typify-macro v0.2.0
28462025-03-07T22:06:28.201Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28472025-03-07T22:06:28.294Z Compiling num-derive v0.4.2
28482025-03-07T22:06:28.786Z Compiling sigpipe v0.1.3
28492025-03-07T22:06:28.950Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28502025-03-07T22:06:29.351Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28512025-03-07T22:06:29.852Z Compiling zone v0.3.0
28522025-03-07T22:06:30.345Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28532025-03-07T22:06:30.698Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28542025-03-07T22:06:30.720Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
28552025-03-07T22:06:30.832Z Compiling universal-hash v0.5.1
28562025-03-07T22:06:30.943Z Compiling typify-macro v0.3.0
28572025-03-07T22:06:31.080Z Compiling opaque-debug v0.3.1
28582025-03-07T22:06:31.217Z Compiling tungstenite v0.21.0
28592025-03-07T22:06:31.394Z Compiling num-rational v0.4.2
28602025-03-07T22:06:31.563Z Compiling password-hash v0.5.0
28612025-03-07T22:06:31.585Z Compiling typify v0.2.0
28622025-03-07T22:06:31.585Z Compiling blake2 v0.10.6
28632025-03-07T22:06:31.774Z Compiling progenitor-impl v0.8.0
28642025-03-07T22:06:32.507Z Compiling aead v0.5.2
28652025-03-07T22:06:32.729Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28662025-03-07T22:06:32.916Z Compiling num-complex v0.4.6
28672025-03-07T22:06:32.976Z Compiling convert_case v0.4.0
28682025-03-07T22:06:32.979Z Compiling base64 v0.21.7
28692025-03-07T22:06:33.125Z Compiling keccak v0.1.5
28702025-03-07T22:06:33.723Z Compiling sha3 v0.10.8
28712025-03-07T22:06:33.803Z Compiling derive_more v0.99.19
28722025-03-07T22:06:33.943Z Compiling num v0.4.3
28732025-03-07T22:06:34.083Z Compiling tokio-tungstenite v0.21.0
28742025-03-07T22:06:34.299Z Compiling argon2 v0.5.3
28752025-03-07T22:06:34.674Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28762025-03-07T22:06:34.753Z Compiling poly1305 v0.8.0
28772025-03-07T22:06:34.814Z Compiling typify v0.3.0
28782025-03-07T22:06:34.906Z Compiling chacha20 v0.9.1
28792025-03-07T22:06:34.980Z Compiling progenitor-impl v0.9.1
28802025-03-07T22:06:35.429Z Compiling float-ord v0.3.2
28812025-03-07T22:06:35.655Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28822025-03-07T22:06:35.844Z Compiling same-file v1.0.6
28832025-03-07T22:06:36.106Z Compiling semver v0.1.20
28842025-03-07T22:06:36.205Z Compiling walkdir v2.5.0
28852025-03-07T22:06:36.559Z Compiling rustc_version v0.1.7
28862025-03-07T22:06:36.758Z Compiling newline-converter v0.3.0
28872025-03-07T22:06:36.909Z Compiling primeorder v0.13.6
28882025-03-07T22:06:36.975Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28892025-03-07T22:06:37.034Z Compiling secrecy v0.8.0
28902025-03-07T22:06:37.210Z Compiling owo-colors v4.2.0
28912025-03-07T22:06:37.324Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28922025-03-07T22:06:37.452Z Compiling cancel-safe-futures v0.1.5
28932025-03-07T22:06:37.585Z Compiling newtype_derive v0.1.6
28942025-03-07T22:06:37.898Z Compiling expectorate v1.1.0
28952025-03-07T22:06:37.940Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28962025-03-07T22:06:37.960Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28972025-03-07T22:06:38.121Z Compiling thiserror-impl-no-std v2.0.2
28982025-03-07T22:06:38.155Z Compiling libsw-core v0.3.1
28992025-03-07T22:06:38.253Z Compiling blake3 v1.5.4
29002025-03-07T22:06:38.476Z Compiling unicase v2.7.0
29012025-03-07T22:06:38.594Z Compiling progenitor-macro v0.8.0
29022025-03-07T22:06:38.852Z Compiling half v2.4.1
29032025-03-07T22:06:38.924Z Compiling fixedbitset v0.5.7
29042025-03-07T22:06:38.947Z Compiling arc-swap v1.7.1
29052025-03-07T22:06:38.988Z Compiling ciborium-io v0.2.2
29062025-03-07T22:06:39.416Z Compiling petgraph v0.7.1
29072025-03-07T22:06:39.571Z Compiling slog-scope v4.4.0
29082025-03-07T22:06:39.594Z Compiling ciborium-ll v0.2.2
29092025-03-07T22:06:40.010Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
29102025-03-07T22:06:40.031Z Compiling libsw v3.4.0
29112025-03-07T22:06:40.135Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29122025-03-07T22:06:40.536Z Compiling polyval v0.6.2
29132025-03-07T22:06:40.862Z Compiling thiserror-no-std v2.0.2
29142025-03-07T22:06:40.973Z Compiling atomicwrites v0.4.4
29152025-03-07T22:06:41.023Z Compiling memmap2 v0.9.5
29162025-03-07T22:06:41.123Z Compiling libefi-sys v0.1.0
29172025-03-07T22:06:41.407Z Compiling arrayref v0.3.9
29182025-03-07T22:06:41.514Z Compiling parking_lot_core v0.8.6
29192025-03-07T22:06:41.536Z Compiling salty v0.3.0
29202025-03-07T22:06:41.558Z Compiling constant_time_eq v0.3.1
29212025-03-07T22:06:41.788Z Compiling indent_write v2.2.0
29222025-03-07T22:06:41.961Z Compiling progenitor-macro v0.9.1
29232025-03-07T22:06:41.997Z Compiling linear-map v1.2.0
29242025-03-07T22:06:42.021Z Compiling arrayvec v0.7.6
29252025-03-07T22:06:42.163Z Compiling vsss-rs v3.3.4
29262025-03-07T22:06:42.407Z Compiling ghash v0.5.1
29272025-03-07T22:06:42.667Z Compiling ciborium v0.2.2
29282025-03-07T22:06:43.003Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29292025-03-07T22:06:43.190Z Compiling slog-stdlog v4.1.1
29302025-03-07T22:06:43.576Z Compiling p384 v0.13.0
29312025-03-07T22:06:43.801Z Compiling toolchain_find v0.4.0
29322025-03-07T22:06:44.008Z Compiling chacha20poly1305 v0.10.1
29332025-03-07T22:06:44.283Z Compiling ctr v0.9.2
29342025-03-07T22:06:44.421Z Compiling lzma-sys v0.1.20
29352025-03-07T22:06:44.538Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29362025-03-07T22:06:44.684Z Compiling bitfield-struct v0.6.2
29372025-03-07T22:06:45.009Z Compiling slog-dtrace v0.3.0
29382025-03-07T22:06:45.113Z Compiling highway v1.3.0
29392025-03-07T22:06:45.203Z Compiling topological-sort v0.2.2
29402025-03-07T22:06:45.472Z Compiling omicron-zone-package v0.12.0
29412025-03-07T22:06:45.655Z Compiling aes-gcm v0.10.3
29422025-03-07T22:06:45.912Z Compiling rustfmt-wrapper v0.2.1
29432025-03-07T22:06:45.990Z Compiling slog-envlogger v2.2.0
29442025-03-07T22:06:46.069Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29452025-03-07T22:06:46.334Z Compiling mime_guess v2.0.5
29462025-03-07T22:06:46.586Z Compiling steno v0.4.1
29472025-03-07T22:06:47.152Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29482025-03-07T22:06:47.421Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29492025-03-07T22:06:47.534Z Compiling heck v0.3.3
29502025-03-07T22:06:47.777Z Compiling ssh-encoding v0.2.0
29512025-03-07T22:06:47.809Z Compiling blowfish v0.9.1
29522025-03-07T22:06:47.947Z Compiling env_filter v0.1.2
29532025-03-07T22:06:48.283Z Compiling nibble_vec v0.1.0
29542025-03-07T22:06:48.308Z Compiling endian-type v0.1.2
29552025-03-07T22:06:48.546Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29562025-03-07T22:06:48.569Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29572025-03-07T22:06:48.592Z Compiling humantime v2.1.0
29582025-03-07T22:06:48.599Z Compiling radix_trie v0.2.1
29592025-03-07T22:06:48.723Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29602025-03-07T22:06:48.941Z Compiling env_logger v0.11.5
29612025-03-07T22:06:49.089Z Compiling ssh-cipher v0.2.0
29622025-03-07T22:06:49.212Z Compiling bcrypt-pbkdf v0.10.0
29632025-03-07T22:06:49.604Z Compiling zone_cfg_derive v0.1.2
29642025-03-07T22:06:49.871Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29652025-03-07T22:06:50.180Z Compiling parking_lot v0.11.2
29662025-03-07T22:06:50.454Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29672025-03-07T22:06:50.595Z Compiling progenitor v0.8.0
29682025-03-07T22:06:50.860Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29692025-03-07T22:06:50.930Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29702025-03-07T22:06:50.990Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29712025-03-07T22:06:51.015Z Compiling password-hash v0.4.2
29722025-03-07T22:06:51.051Z Compiling gethostname v0.5.0
29732025-03-07T22:06:51.278Z Compiling fxhash v0.2.1
29742025-03-07T22:06:51.450Z Compiling http-range v0.1.5
29752025-03-07T22:06:51.473Z Compiling base64 v0.13.1
29762025-03-07T22:06:51.508Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
29772025-03-07T22:06:51.538Z Compiling pbkdf2 v0.11.0
29782025-03-07T22:06:51.791Z Compiling sled v0.34.7
29792025-03-07T22:06:51.896Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29802025-03-07T22:06:51.919Z Compiling ron v0.7.1
29812025-03-07T22:06:51.941Z Compiling zone v0.1.8
29822025-03-07T22:06:52.050Z Compiling xz2 v0.1.7
29832025-03-07T22:06:52.522Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29842025-03-07T22:06:52.545Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29852025-03-07T22:06:52.860Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29862025-03-07T22:06:53.655Z Compiling progenitor v0.9.1
29872025-03-07T22:06:53.877Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
29882025-03-07T22:06:53.900Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29892025-03-07T22:06:53.922Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29902025-03-07T22:06:53.990Z Compiling ssh-key v0.6.6
29912025-03-07T22:06:54.398Z Compiling hickory-client v0.24.4
29922025-03-07T22:06:56.206Z Compiling p521 v0.13.3
29932025-03-07T22:06:58.114Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29942025-03-07T22:06:58.417Z Compiling p256 v0.13.2
29952025-03-07T22:06:58.538Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29962025-03-07T22:06:59.253Z Compiling hickory-server v0.24.4
29972025-03-07T22:06:59.358Z Compiling pem v3.0.5
29982025-03-07T22:06:59.582Z Compiling yasna v0.5.2
29992025-03-07T22:06:59.622Z Compiling headers-core v0.3.0
30002025-03-07T22:06:59.840Z Compiling kstat-rs v0.2.4
30012025-03-07T22:07:00.095Z Compiling nanorand v0.7.0
30022025-03-07T22:07:00.265Z Compiling russh-cryptovec v0.7.3
30032025-03-07T22:07:00.403Z Compiling atty v0.2.14
30042025-03-07T22:07:00.596Z Compiling md5 v0.7.0
30052025-03-07T22:07:00.613Z Compiling rcgen v0.12.1
30062025-03-07T22:07:00.642Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
30072025-03-07T22:07:01.134Z Compiling russh-keys v0.45.0
30082025-03-07T22:07:01.172Z Compiling flume v0.11.1
30092025-03-07T22:07:01.382Z Compiling headers v0.4.0
30102025-03-07T22:07:01.852Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
30112025-03-07T22:07:03.138Z Compiling hyper-staticfile v0.10.1
30122025-03-07T22:07:03.501Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30132025-03-07T22:07:04.189Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
30142025-03-07T22:07:04.344Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30152025-03-07T22:07:04.760Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
30162025-03-07T22:07:04.881Z Compiling num-bigint v0.4.6
30172025-03-07T22:07:04.965Z Compiling des v0.8.1
30182025-03-07T22:07:05.159Z Compiling subprocess v0.2.9
30192025-03-07T22:07:05.313Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30202025-03-07T22:07:05.803Z Compiling hex-literal v0.4.1
30212025-03-07T22:07:05.986Z Compiling display-error-chain v0.2.2
30222025-03-07T22:07:06.258Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30232025-03-07T22:07:06.281Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30242025-03-07T22:07:06.708Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30252025-03-07T22:07:07.221Z Compiling internet-checksum v0.2.1
30262025-03-07T22:07:07.971Z Compiling russh v0.45.0
30272025-03-07T22:07:11.929Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30282025-03-07T22:07:13.622Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30292025-03-07T22:07:14.281Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30302025-03-07T22:07:14.713Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30312025-03-07T22:07:15.319Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30322025-03-07T22:07:15.770Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
30332025-03-07T22:07:16.374Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30342025-03-07T22:07:16.887Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30352025-03-07T22:07:18.439Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30362025-03-07T22:07:18.847Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30372025-03-07T22:07:19.073Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30382025-03-07T22:07:19.830Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30392025-03-07T22:07:20.196Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30402025-03-07T22:07:20.830Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30412025-03-07T22:07:21.623Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30422025-03-07T22:07:21.762Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30432025-03-07T22:07:22.683Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30442025-03-07T22:07:24.065Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30452025-03-07T22:07:24.121Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30462025-03-07T22:07:24.885Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30472025-03-07T22:07:25.343Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30482025-03-07T22:07:26.208Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30492025-03-07T22:07:28.958Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30502025-03-07T22:07:30.788Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30512025-03-07T22:07:30.920Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30522025-03-07T22:07:31.224Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30532025-03-07T22:07:31.889Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30542025-03-07T22:07:33.118Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30552025-03-07T22:07:38.181Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30562025-03-07T22:07:45.433Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30572025-03-07T22:07:47.736Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30582025-03-07T22:08:11.470Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30592025-03-07T22:08:34.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
30602025-03-07T22:08:34.473Z
30612025-03-07T22:08:34.475Zreal 2:25.955485782
30622025-03-07T22:08:34.475Zuser 12:17.133005119
30632025-03-07T22:08:34.475Zsys 1:38.703269735
30642025-03-07T22:08:34.475Ztrap 0.380494896
30652025-03-07T22:08:34.475Ztflt 0.364447583
30662025-03-07T22:08:34.475Zdflt 0.740971644
30672025-03-07T22:08:34.475Zkflt 0.000057688
30682025-03-07T22:08:34.475Zlock 22:47.066452257
30692025-03-07T22:08:34.476Zslp 42:51.779065000
30702025-03-07T22:08:34.476Zlat 39.598243007
30712025-03-07T22:08:34.476Zstop 1:42.087527549
30722025-03-07T22:08:34.476Z+ mkdir tests
30732025-03-07T22:08:34.479Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
30742025-03-07T22:08:34.479Z+ xargs -I '{}' -t cp '{}' tests/
30752025-03-07T22:08:34.520Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-47d80fd051dfa828 tests/
30762025-03-07T22:08:34.547Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c857f4a4d0fd63d0 tests/
30772025-03-07T22:08:34.574Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-8f3d4bf33265b997 tests/
30782025-03-07T22:08:34.600Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7b386e7280725428 tests/
30792025-03-07T22:08:34.886Z+ 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/*)
30802025-03-07T22:08:34.889Z+ 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-c857f4a4d0fd63d0 tests/commtest-8f3d4bf33265b997 tests/dhcp_server-47d80fd051dfa828 tests/end_to_end_tests-7b386e7280725428 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
30812025-03-07T22:09:51.951ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
30822025-03-07T22:09:51.951Za .github/buildomat/ci-env.sh 1K
30832025-03-07T22:09:51.951Za out/target/test 1K
30842025-03-07T22:09:51.951Za out/npuzone/npuzone 23144K
30852025-03-07T22:09:51.951Za package-manifest.toml 33K
30862025-03-07T22:09:51.951Za smf/sled-agent/non-gimlet/config.toml 4K
30872025-03-07T22:09:51.951Za target/release/omicron-package 38784K
30882025-03-07T22:09:51.951Za target/release/xtask 10839K
30892025-03-07T22:09:51.951Za target/debug/bootstrap 215289K
30902025-03-07T22:09:51.951Za tests/bootstrap-c857f4a4d0fd63d0 24083K
30912025-03-07T22:09:51.951Za tests/commtest-8f3d4bf33265b997 24909K
30922025-03-07T22:09:51.951Za tests/dhcp_server-47d80fd051dfa828 24083K
30932025-03-07T22:09:51.951Za tests/end_to_end_tests-7b386e7280725428 274566K
30942025-03-07T22:09:51.951Za out/clickhouse.tar.gz 305557K
30952025-03-07T22:09:51.951Za out/clickhouse_keeper.tar.gz 291424K
30962025-03-07T22:09:51.951Za out/clickhouse_server.tar.gz 305551K
30972025-03-07T22:09:51.951Za out/cockroachdb.tar.gz 143759K
30982025-03-07T22:09:51.951Za out/crucible-dtrace.tar 98K
30992025-03-07T22:09:51.951Za out/crucible-pantry-zone.tar.gz 32452K
31002025-03-07T22:09:51.951Za out/crucible-zone.tar.gz 40833K
31012025-03-07T22:09:51.951Za out/external-dns.tar.gz 45219K
31022025-03-07T22:09:51.951Za out/internal-dns.tar.gz 45219K
31032025-03-07T22:09:51.951Za out/mg-ddm-gz.tar 63075K
31042025-03-07T22:09:51.951Za out/nexus.tar.gz 112025K
31052025-03-07T22:09:51.951Za out/ntp.tar.gz 14402K
31062025-03-07T22:09:51.951Za out/omicron-gateway-softnpu.tar.gz 25009K
31072025-03-07T22:09:51.951Za out/omicron-sled-agent.tar 123604K
31082025-03-07T22:09:51.951Za out/overlay.tar.gz 3K
31092025-03-07T22:09:51.951Za out/oximeter.tar.gz 55156K
31102025-03-07T22:09:51.951Za out/oxlog.tar 3144K
31112025-03-07T22:09:51.952Za out/probe.tar.gz 2764K
31122025-03-07T22:09:51.952Za out/propolis-server.tar.gz 67599K
31132025-03-07T22:09:51.952Za out/pumpkind-gz.tar 26665K
31142025-03-07T22:09:51.952Za out/switch-softnpu.tar.gz 267759K
31152025-03-07T22:09:51.955Z
31162025-03-07T22:09:51.955Zreal 1:17.054085201
31172025-03-07T22:09:51.955Zuser 1:13.454912402
31182025-03-07T22:09:51.955Zsys 5.108954292
31192025-03-07T22:09:51.955Ztrap 0.020428960
31202025-03-07T22:09:51.955Ztflt 0.000000000
31212025-03-07T22:09:51.955Zdflt 0.000000000
31222025-03-07T22:09:51.955Zkflt 0.000000000
31232025-03-07T22:09:51.955Zlock 0.000000000
31242025-03-07T22:09:51.955Zslp 1:13.252244803
31252025-03-07T22:09:51.955Zlat 2.267119787
31262025-03-07T22:09:51.955Zstop 0.000216998
31272025-03-07T22:09:51.955Zprocess exited: duration 2121292 ms, exit code 0
 
31282025-03-07T22:09:51.971Zfound 1 output files
31292025-03-07T22:09:51.971Zuploading: /work/package.tar.gz (2031441447 bytes)
31302025-03-07T22:10:40.413Zuploaded: /work/package.tar.gz