01JJXAJYG3E6WYCFBGV14ZVMDR: 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: 01JJXAKG3FPK57T5QHJ0YNAM13

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-31T04:42:12.416Zjob assigned to worker 01JJXAKKJJNW1TBW34FPFBF06H [factory aws, i-04a0cec6363fbb5b1] (queued for 57 s)
 
22025-01-31T04:42:20.207Zstarting task 0: "setup"
32025-01-31T04:42:20.216Z++ uname -s
42025-01-31T04:42:20.218Z+ kern=SunOS
52025-01-31T04:42:20.218Z+ build_user=build
62025-01-31T04:42:20.218Z+ build_uid=12345
72025-01-31T04:42:20.218Z+ work_dir=/work
82025-01-31T04:42:20.218Z+ input_dir=/input
92025-01-31T04:42:20.218Z+ [[ 0 == 12345 ]]
102025-01-31T04:42:20.218Z+ case "$kern" in
112025-01-31T04:42:20.218Z+ groupadd -g 12345 build
122025-01-31T04:42:20.224Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-01-31T04:42:22.228Z+ zfs create -o mountpoint=/work rpool/work
142025-01-31T04:42:22.348Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-01-31T04:42:22.352Z+ home_fs=zfs
162025-01-31T04:42:22.352Z+ [[ zfs == autofs ]]
172025-01-31T04:42:22.352Z+ mkdir -p /home/build
182025-01-31T04:42:22.356Z+ chown build:build /home/build /work
192025-01-31T04:42:24.355Z+ chmod 0700 /home/build /work
202025-01-31T04:42:24.359Zprocess exited: duration 4152 ms, exit code 0
 
212025-01-31T04:42:24.364Zstarting task 1: "rust-toolchain"
222025-01-31T04:42:24.369Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.1
232025-01-31T04:42:24.369Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-01-31T04:42:24.370Z * rust toolchain channel = "1.84.1"
252025-01-31T04:42:24.370Z * rust toolchain profile = "default"
262025-01-31T04:42:24.370Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-01-31T04:42:24.370Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-01-31T04:42:24.373Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-01-31T04:42:24.373Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default
302025-01-31T04:42:24.498Zinfo: downloading installer
312025-01-31T04:42:26.102Zwarning: it looks like you have an existing installation of Rust at:
322025-01-31T04:42:26.102Zwarning: /opt/ooce/bin
332025-01-31T04:42:26.102Zwarning: It is recommended that rustup be the primary Rust installation.
342025-01-31T04:42:26.102Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-01-31T04:42:26.102Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-01-31T04:42:26.102Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-01-31T04:42:26.102Zwarning: or pass `-y' to ignore all ignorable checks.
382025-01-31T04:42:26.102Zerror: cannot install while Rust is installed
392025-01-31T04:42:26.102Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-01-31T04:42:26.120Zinfo: profile set to 'default'
412025-01-31T04:42:26.120Zinfo: default host triple is x86_64-unknown-illumos
422025-01-31T04:42:26.124Zinfo: syncing channel updates for '1.84.1-x86_64-unknown-illumos'
432025-01-31T04:42:26.309Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
442025-01-31T04:42:26.309Zinfo: downloading component 'cargo'
452025-01-31T04:42:27.185Zinfo: downloading component 'clippy'
462025-01-31T04:42:27.522Zinfo: downloading component 'rust-docs'
472025-01-31T04:42:28.721Zinfo: downloading component 'rust-std'
482025-01-31T04:42:30.664Zinfo: downloading component 'rustc'
492025-01-31T04:42:37.538Zinfo: downloading component 'rustfmt'
502025-01-31T04:42:37.795Zinfo: installing component 'cargo'
512025-01-31T04:42:38.669Zinfo: installing component 'clippy'
522025-01-31T04:42:39.059Zinfo: installing component 'rust-docs'
532025-01-31T04:42:40.829Zinfo: installing component 'rust-std'
542025-01-31T04:42:42.858Zinfo: installing component 'rustc'
552025-01-31T04:42:49.312Zinfo: installing component 'rustfmt'
562025-01-31T04:42:49.659Zinfo: default toolchain set to '1.84.1-x86_64-unknown-illumos'
572025-01-31T04:42:49.659Z
582025-01-31T04:42:50.052Z 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27)
592025-01-31T04:42:50.052Z
602025-01-31T04:42:50.054Z
612025-01-31T04:42:50.055ZRust is installed now. Great!
622025-01-31T04:42:50.055Z
632025-01-31T04:42:50.055ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-01-31T04:42:50.055Zenvironment variable. This has not been done automatically.
652025-01-31T04:42:50.055Z
662025-01-31T04:42:50.055ZTo configure your current shell, you need to source
672025-01-31T04:42:50.055Zthe corresponding env file under $HOME/.cargo.
682025-01-31T04:42:50.055Z
692025-01-31T04:42:50.055ZThis is usually done by running one of the following (note the leading DOT):
702025-01-31T04:42:50.055Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-01-31T04:42:50.055Zsource "$HOME/.cargo/env.fish" # For fish
722025-01-31T04:42:50.139Z+ rustup --version
732025-01-31T04:42:50.147Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-01-31T04:42:50.147Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-01-31T04:42:50.236Zinfo: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)`
762025-01-31T04:42:50.241Z+ cargo --version
772025-01-31T04:42:50.335Zcargo 1.84.1 (66221abde 2024-11-19)
782025-01-31T04:42:50.339Z+ rustc --version
792025-01-31T04:42:50.420Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
802025-01-31T04:42:50.426Zprocess exited: duration 26059 ms, exit code 0
 
812025-01-31T04:42:50.431Zstarting task 2: "authentication"
822025-01-31T04:42:50.454Zprocess exited: duration 22 ms, exit code 0
 
832025-01-31T04:42:50.460Zstarting task 3: "clone repository"
842025-01-31T04:42:50.466Z+ mkdir -p /work/oxidecomputer/omicron
852025-01-31T04:42:50.469Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-01-31T04:42:50.503ZCloning into '/work/oxidecomputer/omicron'...
872025-01-31T04:42:59.198Z+ cd /work/oxidecomputer/omicron
882025-01-31T04:42:59.200Z+ git fetch origin dca2481cd962df162b787691858917fe3eff2e70
892025-01-31T04:42:59.568ZFrom https://github.com/oxidecomputer/omicron
902025-01-31T04:42:59.569Z * branch dca2481cd962df162b787691858917fe3eff2e70 -> FETCH_HEAD
912025-01-31T04:42:59.582Z+ [[ -n iliana/1.84.1 ]]
922025-01-31T04:42:59.585Z++ git branch --show-current
932025-01-31T04:42:59.587Z+ current=main
942025-01-31T04:42:59.587Z+ [[ main != iliana/1.84.1 ]]
952025-01-31T04:42:59.587Z+ git branch -f iliana/1.84.1 dca2481cd962df162b787691858917fe3eff2e70
962025-01-31T04:42:59.590Z+ git checkout -f iliana/1.84.1
972025-01-31T04:42:59.745ZSwitched to branch 'iliana/1.84.1'
982025-01-31T04:42:59.748Z+ git reset --hard dca2481cd962df162b787691858917fe3eff2e70
992025-01-31T04:42:59.901ZHEAD is now at dca2481cd Update to Rust 1.84.1
1002025-01-31T04:42:59.904Zprocess exited: duration 9443 ms, exit code 0
 
1012025-01-31T04:42:59.909Zstarting task 4: "build"
1022025-01-31T04:42:59.915Z+ source .github/buildomat/ci-env.sh
1032025-01-31T04:42:59.915Z++ export CARGO_TERM_COLOR=always
1042025-01-31T04:42:59.915Z++ CARGO_TERM_COLOR=always
1052025-01-31T04:42:59.915Z+ cargo --version
1062025-01-31T04:42:59.970Zcargo 1.84.1 (66221abde 2024-11-19)
1072025-01-31T04:42:59.973Z+ rustc --version
1082025-01-31T04:43:00.038Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
1092025-01-31T04:43:00.042Z+ WORK=/work
1102025-01-31T04:43:00.042Z+ pfexec mkdir -p /work
1112025-01-31T04:43:00.047Z+ pfexec chown build /work
1122025-01-31T04:43:00.050Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1132025-01-31T04:43:01.765Zpkg list: illegal option -- F
1142025-01-31T04:43:01.765ZUsage:
1152025-01-31T04:43:01.769Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1162025-01-31T04:43:01.769Z [pkg_fmri_pattern ...]
1172025-01-31T04:43:02.623Zpkg list: illegal option -- F
1182025-01-31T04:43:02.623ZUsage:
1192025-01-31T04:43:02.626Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-01-31T04:43:02.626Z [pkg_fmri_pattern ...]
1212025-01-31T04:43:10.057Z Startup: Refreshing catalog 'helios-dev' ... Done
1222025-01-31T04:43:14.370Z Startup: Caching catalogs ... Done
1232025-01-31T04:43:26.362ZPlanning: Solver setup ... Done (11.156s)
1242025-01-31T04:43:26.510ZPlanning: Running solver ... Done (0.149s)
1252025-01-31T04:43:26.631ZPlanning: Finding local manifests ... Done (0.007s)
1262025-01-31T04:43:26.662ZPlanning: Fetching manifests: 0/7 0% complete
1272025-01-31T04:43:27.322ZPlanning: Fetching manifests: 7/7 100% complete
1282025-01-31T04:43:27.439ZPlanning: Package planning ... Done (0.116s)
1292025-01-31T04:43:27.497ZPlanning: Merging actions ... Done (0.058s)
1302025-01-31T04:43:27.699ZPlanning: Checking for conflicting actions ... Done (0.199s)
1312025-01-31T04:43:29.807ZPlanning: Consolidating action changes ... Done (2.111s)
1322025-01-31T04:43:30.263ZPlanning: Evaluating mediators ... Done (0.456s)
1332025-01-31T04:43:30.352ZPlanning: Planning completed in 15.88 seconds
1342025-01-31T04:43:30.369Z Packages to install: 4
1352025-01-31T04:43:30.369Z Packages to update: 3
1362025-01-31T04:43:30.369Z Mediators to change: 2
1372025-01-31T04:43:30.372Z Services to change: 1
1382025-01-31T04:43:30.372Z Estimated space available: 155.61 GB
1392025-01-31T04:43:30.372ZEstimated space to be consumed: 1.65 GB
1402025-01-31T04:43:30.372Z Create boot environment: No
1412025-01-31T04:43:30.372ZCreate backup boot environment: Yes
1422025-01-31T04:43:30.372Z Rebuild boot archive: No
1432025-01-31T04:43:30.372Z
1442025-01-31T04:43:30.372ZChanged mediators:
1452025-01-31T04:43:30.373Z mediator clang:
1462025-01-31T04:43:30.373Z version: None -> 15 (system default)
1472025-01-31T04:43:30.373Z
1482025-01-31T04:43:30.373Z mediator llvm:
1492025-01-31T04:43:30.373Z version: 14 (system default) -> 15 (system default)
1502025-01-31T04:43:30.373Z
1512025-01-31T04:43:30.373ZChanged packages:
1522025-01-31T04:43:30.373Zhelios-dev
1532025-01-31T04:43:30.373Z developer/build-essential
1542025-01-31T04:43:30.373Z None -> 11-2.0
1552025-01-31T04:43:30.373Z library/libxmlsec1
1562025-01-31T04:43:30.373Z None -> 1.2.35-2.0
1572025-01-31T04:43:30.373Z ooce/developer/clang-15
1582025-01-31T04:43:30.373Z None -> 15.0.7-2.0
1592025-01-31T04:43:30.373Z ooce/developer/llvm-15
1602025-01-31T04:43:30.373Z None -> 15.0.7-2.0
1612025-01-31T04:43:30.373Z package/pkg
1622025-01-31T04:43:30.373Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1632025-01-31T04:43:30.373Z system/library/g++-runtime
1642025-01-31T04:43:30.373Z 13-2.0 -> 14-2.0
1652025-01-31T04:43:30.373Z system/library/gcc-runtime
1662025-01-31T04:43:30.373Z 13-2.0 -> 14-2.0
1672025-01-31T04:43:30.373Z
1682025-01-31T04:43:30.373ZServices:
1692025-01-31T04:43:30.373Z restart_fmri:
1702025-01-31T04:43:30.373Z svc:/system/update-man-index:default
1712025-01-31T04:43:30.373Z
1722025-01-31T04:43:30.373ZEditable files to change:
1732025-01-31T04:43:30.373Z Update:
1742025-01-31T04:43:30.373Z usr/share/lib/pkg/web/config.shtml
1752025-01-31T04:43:30.457Z
1762025-01-31T04:43:30.457ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1772025-01-31T04:43:35.463ZDownload: 382/4301 items 16.6/225.4MB 7% complete (3.5M/s)
1782025-01-31T04:43:40.473ZDownload: 801/4301 items 18.7/225.4MB 8% complete (2.0M/s)
1792025-01-31T04:43:45.473ZDownload: 1136/4301 items 60.0/225.4MB 26% complete (4.2M/s)
1802025-01-31T04:43:51.678ZDownload: 1195/4301 items 83.5/225.4MB 37% complete (6.5M/s)
1812025-01-31T04:44:04.483ZDownload: 1198/4301 items 83.5/225.4MB 37% complete
1822025-01-31T04:44:09.501ZDownload: 1788/4301 items 118.4/225.4MB 52% complete (7.2M/s)
1832025-01-31T04:44:15.352ZDownload: 2221/4301 items 119.2/225.4MB 52% complete (4.0M/s)
1842025-01-31T04:44:20.354ZDownload: 2691/4301 items 120.7/225.4MB 53% complete (217k/s)
1852025-01-31T04:44:25.360ZDownload: 3181/4301 items 185.8/225.4MB 82% complete (6.6M/s)
1862025-01-31T04:44:30.974ZDownload: 3245/4301 items 203.1/225.4MB 90% complete (9.0M/s)
1872025-01-31T04:44:46.566ZDownload: 3248/4301 items 203.1/225.4MB 90% complete
1882025-01-31T04:44:52.100ZDownload: 4284/4301 items 223.5/225.4MB 99% complete (4.3M/s)
1892025-01-31T04:44:52.538ZDownload: Completed 225.42 MB in 82.08 seconds (2.8M/s)
1902025-01-31T04:44:54.624Z Actions: 1/5122 actions (Removing old actions)
1912025-01-31T04:44:54.646Z Actions: 194/5122 actions (Installing new actions)
1922025-01-31T04:44:59.537Z Actions: 4267/5122 actions (Updating modified actions)
1932025-01-31T04:44:59.909Z Actions: Completed 5122 actions in 5.28 seconds.
1942025-01-31T04:45:00.340Z Done (0.422s)
1952025-01-31T04:45:00.344Z Done (0.002s)
1962025-01-31T04:45:00.941Z Done (0.598s)
1972025-01-31T04:45:05.640Z Done (4.453s)
1982025-01-31T04:45:05.735Z Done (0.019s)
1992025-01-31T04:45:05.737Z Done (0.000s)
2002025-01-31T04:45:05.919Z Done (0.000s)
2012025-01-31T04:45:06.665ZPlanning: Evaluating mediator changes ... Done
2022025-01-31T04:45:06.834ZPlanning: Checking for conflicting actions ... Done
2032025-01-31T04:45:06.837ZPlanning: Consolidating action changes ... Done
2042025-01-31T04:45:07.119ZPlanning: Evaluating mediators ... Done
2052025-01-31T04:45:07.121ZPlanning: Planning completed in 0.46 seconds
2062025-01-31T04:45:07.163Z Mediators to change: 2
2072025-01-31T04:45:07.163Z Create boot environment: No
2082025-01-31T04:45:07.172ZCreate backup boot environment: No
2092025-01-31T04:45:07.248Z Done
2102025-01-31T04:45:07.248Z Done
2112025-01-31T04:45:07.675Z Done
2122025-01-31T04:45:11.646Z Done
2132025-01-31T04:45:11.697Z Done
2142025-01-31T04:45:11.699Z Done
2152025-01-31T04:45:11.827Z Done
2162025-01-31T04:45:12.474ZPlanning: Evaluating mediator changes ... Done
2172025-01-31T04:45:12.477ZPlanning: Merging actions ... Done
2182025-01-31T04:45:12.672ZPlanning: Checking for conflicting actions ... Done
2192025-01-31T04:45:12.674ZPlanning: Consolidating action changes ... Done
2202025-01-31T04:45:12.949ZPlanning: Evaluating mediators ... Done
2212025-01-31T04:45:13.007ZPlanning: Planning completed in 0.79 seconds
2222025-01-31T04:45:13.050Z Packages to change: 1
2232025-01-31T04:45:13.050Z Mediators to change: 1
2242025-01-31T04:45:13.050Z Services to change: 1
2252025-01-31T04:45:13.053Z Create boot environment: No
2262025-01-31T04:45:13.053ZCreate backup boot environment: Yes
2272025-01-31T04:45:15.258Z Actions: 1/6 actions (Updating modified actions)
2282025-01-31T04:45:15.261Z Actions: Completed 6 actions in 0.00 seconds.
2292025-01-31T04:45:15.261Z Done
2302025-01-31T04:45:15.261Z Done
2312025-01-31T04:45:15.384Z Done
2322025-01-31T04:45:19.347Z Done
2332025-01-31T04:45:19.443Z Done
2342025-01-31T04:45:19.445Z Done
2352025-01-31T04:45:19.577Z Done
2362025-01-31T04:45:20.042ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2372025-01-31T04:45:20.042Zclang system 15 system
2382025-01-31T04:45:20.042Zcsh system system illumos
2392025-01-31T04:45:20.042Zctags system system illumos
2402025-01-31T04:45:20.042Zgcc vendor 12 vendor
2412025-01-31T04:45:20.042Zgcc system 10 system
2422025-01-31T04:45:20.042Zgcc system 7 system
2432025-01-31T04:45:20.042Zgo system 1.20 system
2442025-01-31T04:45:20.042Zgo system 1.19 system
2452025-01-31T04:45:20.042Zllvm system 15 system
2462025-01-31T04:45:20.042Zllvm system 14 system
2472025-01-31T04:45:20.042Zmariadb system 10.6 system
2482025-01-31T04:45:20.042Zmta vendor vendor dma
2492025-01-31T04:45:20.042Zopenjdk system 17 system
2502025-01-31T04:45:20.042Zopenjdk system 11 system
2512025-01-31T04:45:20.042Zopenjdk system 1.8 system
2522025-01-31T04:45:20.042Zopenssl vendor 3 vendor
2532025-01-31T04:45:20.042Zperl system 5.36 system
2542025-01-31T04:45:20.042Zpostgresql system 15 system
2552025-01-31T04:45:20.042Zpostgresql system 13 system
2562025-01-31T04:45:20.042Zpython vendor 3 vendor
2572025-01-31T04:45:20.042Zpython system 2 system
2582025-01-31T04:45:20.042Zpython3 system 3.11 system
2592025-01-31T04:45:20.042Zruby system 3.0 system
2602025-01-31T04:45:20.042Zwords vendor vendor american-english
2612025-01-31T04:45:20.042Zwords system system australian-english
2622025-01-31T04:45:20.042Zwords system system british-english
2632025-01-31T04:45:20.042Zwords system system canadian-english
2642025-01-31T04:45:20.042Zwords system system french
2652025-01-31T04:45:20.043Zwords system system italian
2662025-01-31T04:45:20.043Zwords system system ngerman
2672025-01-31T04:45:20.043Zwords system system ogerman
2682025-01-31T04:45:20.043Zwords system system spanish
2692025-01-31T04:45:20.405ZPUBLISHER TYPE STATUS P LOCATION
2702025-01-31T04:45:20.405Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2712025-01-31T04:45:23.338ZFMRI IFO
2722025-01-31T04:45:23.338Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2732025-01-31T04:45:23.338Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2742025-01-31T04:45:23.338Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2752025-01-31T04:45:23.338Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2762025-01-31T04:45:23.338Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2772025-01-31T04:45:23.338Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2782025-01-31T04:45:23.338Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2792025-01-31T04:45:23.338Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2802025-01-31T04:45:23.338Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2812025-01-31T04:45:23.338Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2822025-01-31T04:45:23.338Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2832025-01-31T04:45:23.338Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2842025-01-31T04:45:23.338Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2852025-01-31T04:45:23.338Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2862025-01-31T04:45:23.338Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2872025-01-31T04:45:24.158Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2882025-01-31T04:45:24.455Z Updating crates.io index
2892025-01-31T04:45:24.531Z Updating git repository `https://github.com/oxidecomputer/diffus`
2902025-01-31T04:45:24.907Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912025-01-31T04:45:25.438Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2922025-01-31T04:45:25.740Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2932025-01-31T04:45:26.036Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2942025-01-31T04:45:26.326Z Updating git repository `https://github.com/oxidecomputer/propolis`
2952025-01-31T04:45:27.230Z Updating git repository `https://github.com/oxidecomputer/crucible`
2962025-01-31T04:45:28.942Z Updating git repository `https://github.com/oxidecomputer/opte`
2972025-01-31T04:45:29.619Z Updating git repository `https://github.com/oxidecomputer/falcon`
2982025-01-31T04:45:30.375Z Updating git repository `https://github.com/oxidecomputer/clickward`
2992025-01-31T04:45:30.661Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3002025-01-31T04:45:30.957Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3012025-01-31T04:45:31.533Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3022025-01-31T04:45:31.848Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3032025-01-31T04:45:32.140Z Updating git repository `https://github.com/oxidecomputer/tofino`
3042025-01-31T04:45:32.438Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052025-01-31T04:45:32.714Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062025-01-31T04:45:33.032Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072025-01-31T04:45:33.339Z Updating git repository `https://github.com/oxidecomputer/lldp`
3082025-01-31T04:45:33.632Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3092025-01-31T04:45:33.954Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102025-01-31T04:45:34.276Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112025-01-31T04:45:34.647Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3122025-01-31T04:45:34.904Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132025-01-31T04:45:35.394Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142025-01-31T04:45:35.691Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3152025-01-31T04:45:36.160Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162025-01-31T04:45:36.564Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3172025-01-31T04:45:36.860Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182025-01-31T04:45:37.125Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192025-01-31T04:45:37.377Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202025-01-31T04:45:38.686Z Downloading crates ...
3212025-01-31T04:45:38.817Z Downloaded version_check v0.9.5
3222025-01-31T04:45:38.894Z Downloaded byteorder v1.5.0
3232025-01-31T04:45:38.900Z Downloaded anstyle v1.0.10
3242025-01-31T04:45:38.905Z Downloaded camino-tempfile v1.1.1
3252025-01-31T04:45:38.908Z Downloaded anstream v0.6.15
3262025-01-31T04:45:38.912Z Downloaded cargo_metadata v0.18.1
3272025-01-31T04:45:38.914Z Downloaded generic-array v0.14.7
3282025-01-31T04:45:38.917Z Downloaded colorchoice v1.0.2
3292025-01-31T04:45:38.917Z Downloaded clap_derive v4.5.24
3302025-01-31T04:45:38.920Z Downloaded clap v4.5.27
3312025-01-31T04:45:38.928Z Downloaded fnv v1.0.7
3322025-01-31T04:45:38.931Z Downloaded equivalent v1.0.1
3332025-01-31T04:45:38.931Z Downloaded bitflags v2.6.0
3342025-01-31T04:45:38.934Z Downloaded cargo_toml v0.20.5
3352025-01-31T04:45:38.937Z Downloaded anstyle-query v1.1.1
3362025-01-31T04:45:38.937Z Downloaded digest v0.10.7
3372025-01-31T04:45:38.939Z Downloaded crypto-common v0.1.6
3382025-01-31T04:45:38.939Z Downloaded cpufeatures v0.2.14
3392025-01-31T04:45:38.942Z Downloaded cfg-if v1.0.0
3402025-01-31T04:45:38.942Z Downloaded anyhow v1.0.95
3412025-01-31T04:45:38.945Z Downloaded cargo-platform v0.1.8
3422025-01-31T04:45:38.948Z Downloaded anstyle-parse v0.2.5
3432025-01-31T04:45:38.952Z Downloaded dtrace-parser v0.2.0
3442025-01-31T04:45:38.955Z Downloaded clap_lex v0.7.4
3452025-01-31T04:45:38.955Z Downloaded clap_builder v4.5.27
3462025-01-31T04:45:38.962Z Downloaded fs-err v2.11.0
3472025-01-31T04:45:38.964Z Downloaded camino v1.1.9
3482025-01-31T04:45:38.967Z Downloaded heck v0.4.1
3492025-01-31T04:45:38.968Z Downloaded errno v0.3.9
3502025-01-31T04:45:38.968Z Downloaded block-buffer v0.10.4
3512025-01-31T04:45:38.971Z Downloaded fastrand v2.1.1
3522025-01-31T04:45:38.971Z Downloaded bytecount v0.6.8
3532025-01-31T04:45:38.974Z Downloaded autocfg v1.4.0
3542025-01-31T04:45:38.984Z Downloaded swrite v0.1.0
3552025-01-31T04:45:38.987Z Downloaded scroll_derive v0.12.0
3562025-01-31T04:45:38.993Z Downloaded proc-macro-error v1.0.4
3572025-01-31T04:45:38.996Z Downloaded serde_spanned v0.6.8
3582025-01-31T04:45:38.998Z Downloaded proc-macro2 v1.0.92
3592025-01-31T04:45:39.001Z Downloaded pretty-hex v0.4.1
3602025-01-31T04:45:39.004Z Downloaded pest_generator v2.7.14
3612025-01-31T04:45:39.004Z Downloaded memmap v0.7.0
3622025-01-31T04:45:39.004Z Downloaded dof v0.3.0
3632025-01-31T04:45:39.016Z Downloaded smawk v0.3.2
3642025-01-31T04:45:39.020Z Downloaded thiserror-impl v1.0.69
3652025-01-31T04:45:39.022Z Downloaded is_terminal_polyfill v1.70.1
3662025-01-31T04:45:39.022Z Downloaded proc-macro-error-attr v1.0.4
3672025-01-31T04:45:39.025Z Downloaded usdt-attr-macro v0.5.0
3682025-01-31T04:45:39.028Z Downloaded indexmap v2.7.1
3692025-01-31T04:45:39.032Z Downloaded terminal_size v0.4.0
3702025-01-31T04:45:39.037Z Downloaded scroll v0.12.0
3712025-01-31T04:45:39.039Z Downloaded strsim v0.11.1
3722025-01-31T04:45:39.042Z Downloaded serde_tokenstream v0.2.2
3732025-01-31T04:45:39.042Z Downloaded plain v0.2.3
3742025-01-31T04:45:39.045Z Downloaded macaddr v1.0.1
3752025-01-31T04:45:39.045Z Downloaded itoa v1.0.11
3762025-01-31T04:45:39.047Z Downloaded pest_derive v2.7.14
3772025-01-31T04:45:39.047Z Downloaded usdt v0.5.0
3782025-01-31T04:45:39.050Z Downloaded unicode-linebreak v0.1.5
3792025-01-31T04:45:39.050Z Downloaded toml_datetime v0.6.8
3802025-01-31T04:45:39.053Z Downloaded thread-id v4.2.2
3812025-01-31T04:45:39.053Z Downloaded heck v0.5.0
3822025-01-31T04:45:39.053Z Downloaded tabled_derive v0.7.0
3832025-01-31T04:45:39.056Z Downloaded sha2 v0.10.8
3842025-01-31T04:45:39.060Z Downloaded usdt-macro v0.5.0
3852025-01-31T04:45:39.063Z Downloaded papergrid v0.11.0
3862025-01-31T04:45:39.067Z Downloaded once_cell v1.20.2
3872025-01-31T04:45:39.070Z Downloaded utf8parse v0.2.2
3882025-01-31T04:45:39.077Z Downloaded quote v1.0.38
3892025-01-31T04:45:39.081Z Downloaded tempfile v3.13.0
3902025-01-31T04:45:39.084Z Downloaded thiserror v1.0.69
3912025-01-31T04:45:39.088Z Downloaded ryu v1.0.18
3922025-01-31T04:45:39.092Z Downloaded usdt-impl v0.5.0
3932025-01-31T04:45:39.094Z Downloaded typenum v1.17.0
3942025-01-31T04:45:39.096Z Downloaded log v0.4.22
3952025-01-31T04:45:39.099Z Downloaded zerocopy-derive v0.7.35
3962025-01-31T04:45:39.102Z Downloaded ucd-trie v0.1.7
3972025-01-31T04:45:39.104Z Downloaded toml v0.8.19
3982025-01-31T04:45:39.107Z Downloaded unicode-ident v1.0.14
3992025-01-31T04:45:39.109Z Downloaded textwrap v0.16.1
4002025-01-31T04:45:39.112Z Downloaded pest_meta v2.7.14
4012025-01-31T04:45:39.114Z Downloaded semver v1.0.24
4022025-01-31T04:45:39.117Z Downloaded serde_derive v1.0.217
4032025-01-31T04:45:39.133Z Downloaded memchr v2.7.4
4042025-01-31T04:45:39.137Z Downloaded serde v1.0.217
4052025-01-31T04:45:39.161Z Downloaded toml_edit v0.22.22
4062025-01-31T04:45:39.182Z Downloaded hashbrown v0.15.1
4072025-01-31T04:45:39.192Z Downloaded pest v2.7.14
4082025-01-31T04:45:39.217Z Downloaded winnow v0.6.20
4092025-01-31T04:45:39.226Z Downloaded zerocopy v0.7.35
4102025-01-31T04:45:39.241Z Downloaded tabled v0.15.0
4112025-01-31T04:45:39.255Z Downloaded goblin v0.8.2
4122025-01-31T04:45:39.260Z Downloaded serde_json v1.0.135
4132025-01-31T04:45:39.269Z Downloaded unicode-width v0.1.14
4142025-01-31T04:45:39.275Z Downloaded syn v1.0.109
4152025-01-31T04:45:39.284Z Downloaded syn v2.0.96
4162025-01-31T04:45:39.297Z Downloaded rustix v0.38.37
4172025-01-31T04:45:39.328Z Downloaded libc v0.2.169
4182025-01-31T04:45:39.647Z Compiling proc-macro2 v1.0.92
4192025-01-31T04:45:39.647Z Compiling unicode-ident v1.0.14
4202025-01-31T04:45:39.649Z Compiling serde v1.0.217
4212025-01-31T04:45:39.649Z Compiling version_check v0.9.5
4222025-01-31T04:45:39.649Z Compiling memchr v2.7.4
4232025-01-31T04:45:39.649Z Compiling thiserror v1.0.69
4242025-01-31T04:45:39.685Z Compiling libc v0.2.169
4252025-01-31T04:45:39.688Z Compiling itoa v1.0.11
4262025-01-31T04:45:39.937Z Compiling ucd-trie v0.1.7
4272025-01-31T04:45:40.012Z Compiling ryu v1.0.18
4282025-01-31T04:45:40.401Z Compiling once_cell v1.20.2
4292025-01-31T04:45:40.451Z Compiling byteorder v1.5.0
4302025-01-31T04:45:40.484Z Compiling rustix v0.38.37
4312025-01-31T04:45:40.782Z Compiling serde_json v1.0.135
4322025-01-31T04:45:41.012Z Compiling bitflags v2.6.0
4332025-01-31T04:45:41.146Z Compiling proc-macro-error-attr v1.0.4
4342025-01-31T04:45:41.247Z Compiling usdt-impl v0.5.0
4352025-01-31T04:45:41.326Z Compiling syn v1.0.109
4362025-01-31T04:45:41.387Z Compiling proc-macro-error v1.0.4
4372025-01-31T04:45:41.442Z Compiling plain v0.2.3
4382025-01-31T04:45:41.497Z Compiling quote v1.0.38
4392025-01-31T04:45:41.639Z Compiling errno v0.3.9
4402025-01-31T04:45:41.685Z Compiling log v0.4.22
4412025-01-31T04:45:41.733Z Compiling equivalent v1.0.1
4422025-01-31T04:45:41.874Z Compiling hashbrown v0.15.1
4432025-01-31T04:45:41.900Z Compiling syn v2.0.96
4442025-01-31T04:45:42.004Z Compiling utf8parse v0.2.2
4452025-01-31T04:45:42.045Z Compiling camino v1.1.9
4462025-01-31T04:45:42.157Z Compiling anstyle-parse v0.2.5
4472025-01-31T04:45:42.190Z Compiling thread-id v4.2.2
4482025-01-31T04:45:42.527Z Compiling autocfg v1.4.0
4492025-01-31T04:45:42.752Z Compiling is_terminal_polyfill v1.70.1
4502025-01-31T04:45:42.873Z Compiling unicode-width v0.1.14
4512025-01-31T04:45:42.908Z Compiling winnow v0.6.20
4522025-01-31T04:45:43.001Z Compiling indexmap v2.7.1
4532025-01-31T04:45:43.053Z Compiling colorchoice v1.0.2
4542025-01-31T04:45:43.229Z Compiling anstyle v1.0.10
4552025-01-31T04:45:43.430Z Compiling semver v1.0.24
4562025-01-31T04:45:43.508Z Compiling anstyle-query v1.1.1
4572025-01-31T04:45:43.694Z Compiling pretty-hex v0.4.1
4582025-01-31T04:45:43.723Z Compiling anstream v0.6.15
4592025-01-31T04:45:43.948Z Compiling terminal_size v0.4.0
4602025-01-31T04:45:44.058Z Compiling fs-err v2.11.0
4612025-01-31T04:45:44.393Z Compiling cfg-if v1.0.0
4622025-01-31T04:45:44.421Z Compiling clap_lex v0.7.4
4632025-01-31T04:45:44.423Z Compiling heck v0.4.1
4642025-01-31T04:45:44.536Z Compiling fastrand v2.1.1
4652025-01-31T04:45:44.588Z Compiling bytecount v0.6.8
4662025-01-31T04:45:44.823Z Compiling heck v0.5.0
4672025-01-31T04:45:44.849Z Compiling anyhow v1.0.95
4682025-01-31T04:45:44.903Z Compiling fnv v1.0.7
4692025-01-31T04:45:44.965Z Compiling strsim v0.11.1
4702025-01-31T04:45:45.076Z Compiling papergrid v0.11.0
4712025-01-31T04:45:45.346Z Compiling clap_builder v4.5.27
4722025-01-31T04:45:45.777Z Compiling tempfile v3.13.0
4732025-01-31T04:45:45.893Z Compiling memmap v0.7.0
4742025-01-31T04:45:45.962Z Compiling smawk v0.3.2
4752025-01-31T04:45:46.217Z Compiling unicode-linebreak v0.1.5
4762025-01-31T04:45:46.574Z Compiling swrite v0.1.0
4772025-01-31T04:45:46.738Z Compiling textwrap v0.16.1
4782025-01-31T04:45:47.476Z Compiling tabled_derive v0.7.0
4792025-01-31T04:45:48.931Z Compiling tabled v0.15.0
4802025-01-31T04:45:49.245Z Compiling serde_derive v1.0.217
4812025-01-31T04:45:49.245Z Compiling thiserror-impl v1.0.69
4822025-01-31T04:45:49.248Z Compiling zerocopy-derive v0.7.35
4832025-01-31T04:45:49.467Z Compiling scroll_derive v0.12.0
4842025-01-31T04:45:49.550Z Compiling clap_derive v4.5.24
4852025-01-31T04:45:50.855Z Compiling scroll v0.12.0
4862025-01-31T04:45:51.375Z Compiling zerocopy v0.7.35
4872025-01-31T04:45:51.400Z Compiling goblin v0.8.2
4882025-01-31T04:45:52.109Z Compiling pest v2.7.14
4892025-01-31T04:45:53.092Z Compiling clap v4.5.27
4902025-01-31T04:45:54.405Z Compiling pest_meta v2.7.14
4912025-01-31T04:45:55.380Z Compiling pest_generator v2.7.14
4922025-01-31T04:45:56.854Z Compiling pest_derive v2.7.14
4932025-01-31T04:45:57.529Z Compiling dtrace-parser v0.2.0
4942025-01-31T04:45:58.535Z Compiling serde_spanned v0.6.8
4952025-01-31T04:45:58.535Z Compiling toml_datetime v0.6.8
4962025-01-31T04:45:58.539Z Compiling cargo-platform v0.1.8
4972025-01-31T04:45:58.866Z Compiling serde_tokenstream v0.2.2
4982025-01-31T04:45:58.894Z Compiling macaddr v1.0.1
4992025-01-31T04:45:59.065Z Compiling toml_edit v0.22.22
5002025-01-31T04:45:59.194Z Compiling camino-tempfile v1.1.1
5012025-01-31T04:45:59.991Z Compiling dof v0.3.0
5022025-01-31T04:45:59.991Z Compiling cargo_metadata v0.18.1
5032025-01-31T04:46:01.831Z Compiling usdt-attr-macro v0.5.0
5042025-01-31T04:46:01.831Z Compiling usdt-macro v0.5.0
5052025-01-31T04:46:01.990Z Compiling toml v0.8.19
5062025-01-31T04:46:02.889Z Compiling cargo_toml v0.20.5
5072025-01-31T04:46:03.214Z Compiling usdt v0.5.0
5082025-01-31T04:46:05.726Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5092025-01-31T04:46:08.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.04s
5102025-01-31T04:46:09.258Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5112025-01-31T04:46:09.832Z Downloading crates ...
5122025-01-31T04:46:09.976Z Downloaded array-init v0.0.4
5132025-01-31T04:46:09.979Z Downloaded async-stream v0.3.6
5142025-01-31T04:46:09.982Z Downloaded arrayvec v0.7.6
5152025-01-31T04:46:09.984Z Downloaded arrayref v0.3.9
5162025-01-31T04:46:09.984Z Downloaded aead v0.5.2
5172025-01-31T04:46:09.990Z Downloaded async-stream-impl v0.3.6
5182025-01-31T04:46:09.992Z Downloaded argon2 v0.5.3
5192025-01-31T04:46:09.996Z Downloaded darling v0.20.10
5202025-01-31T04:46:09.999Z Downloaded heck v0.3.3
5212025-01-31T04:46:10.002Z Downloaded heapless v0.8.0
5222025-01-31T04:46:10.005Z Downloaded crucible-workspace-hack v0.1.0
5232025-01-31T04:46:10.008Z Downloaded atomicwrites v0.4.4
5242025-01-31T04:46:10.008Z Downloaded ciborium-io v0.2.2
5252025-01-31T04:46:10.011Z Downloaded hubpack_derive v0.1.1
5262025-01-31T04:46:10.014Z Downloaded ident_case v1.0.1
5272025-01-31T04:46:10.022Z Downloaded icu_provider_macros v1.5.0
5282025-01-31T04:46:10.025Z Downloaded cstr-argument v0.1.2
5292025-01-31T04:46:10.027Z Downloaded atty v0.2.14
5302025-01-31T04:46:10.027Z Downloaded cfg_aliases v0.2.1
5312025-01-31T04:46:10.032Z Downloaded instant v0.1.13
5322025-01-31T04:46:10.032Z Downloaded http-body v1.0.1
5332025-01-31T04:46:10.034Z Downloaded crunchy v0.2.2
5342025-01-31T04:46:10.034Z Downloaded md5 v0.7.0
5352025-01-31T04:46:10.034Z Downloaded http-range v0.1.5
5362025-01-31T04:46:10.034Z Downloaded assert_matches v1.5.0
5372025-01-31T04:46:10.037Z Downloaded cfg_aliases v0.1.1
5382025-01-31T04:46:10.037Z Downloaded ahash v0.8.11
5392025-01-31T04:46:10.040Z Downloaded hex-literal v0.4.1
5402025-01-31T04:46:10.040Z Downloaded adler2 v2.0.0
5412025-01-31T04:46:10.043Z Downloaded ascii-canvas v3.0.0
5422025-01-31T04:46:10.045Z Downloaded crc-catalog v2.4.0
5432025-01-31T04:46:10.049Z Downloaded is_ci v1.2.0
5442025-01-31T04:46:10.052Z Downloaded httpdate v1.0.3
5452025-01-31T04:46:10.054Z Downloaded colored v2.1.0
5462025-01-31T04:46:10.054Z Downloaded cexpr v0.6.0
5472025-01-31T04:46:10.057Z Downloaded cbc v0.1.2
5482025-01-31T04:46:10.060Z Downloaded bb8 v0.8.5
5492025-01-31T04:46:10.060Z Downloaded idna_adapter v1.2.0
5502025-01-31T04:46:10.062Z Downloaded linked-hash-map v0.5.6
5512025-01-31T04:46:10.062Z Downloaded cipher v0.4.4
5522025-01-31T04:46:10.065Z Downloaded castaway v0.2.3
5532025-01-31T04:46:10.065Z Downloaded bitfield-struct v0.6.2
5542025-01-31T04:46:10.067Z Downloaded hyper-tls v0.6.0
5552025-01-31T04:46:10.070Z Downloaded lru-cache v0.1.2
5562025-01-31T04:46:10.070Z Downloaded ciborium-ll v0.2.2
5572025-01-31T04:46:10.073Z Downloaded atomic-waker v1.1.2
5582025-01-31T04:46:10.073Z Downloaded block-padding v0.3.3
5592025-01-31T04:46:10.076Z Downloaded bit-set v0.5.3
5602025-01-31T04:46:10.076Z Downloaded blowfish v0.9.1
5612025-01-31T04:46:10.079Z Downloaded bcrypt-pbkdf v0.10.0
5622025-01-31T04:46:10.079Z Downloaded mirai-annotations v1.12.0
5632025-01-31T04:46:10.081Z Downloaded ctr v0.9.2
5642025-01-31T04:46:10.081Z Downloaded crc v3.2.1
5652025-01-31T04:46:10.084Z Downloaded constant_time_eq v0.3.1
5662025-01-31T04:46:10.086Z Downloaded cmake v0.1.51
5672025-01-31T04:46:10.086Z Downloaded libefi-sys v0.1.0
5682025-01-31T04:46:10.089Z Downloaded lazy_static v1.5.0
5692025-01-31T04:46:10.091Z Downloaded cassowary v0.3.0
5702025-01-31T04:46:10.091Z Downloaded bitflags v1.3.2
5712025-01-31T04:46:10.094Z Downloaded mockall v0.13.0
5722025-01-31T04:46:10.096Z Downloaded maplit v1.0.2
5732025-01-31T04:46:10.099Z Downloaded cobs v0.2.3
5742025-01-31T04:46:10.099Z Downloaded keccak v0.1.5
5752025-01-31T04:46:10.102Z Downloaded indent_write v2.2.0
5762025-01-31T04:46:10.102Z Downloaded impl-trait-for-tuples v0.2.2
5772025-01-31T04:46:10.104Z Downloaded buf-list v1.0.3
5782025-01-31T04:46:10.107Z Downloaded psl-types v2.0.11
5792025-01-31T04:46:10.109Z Downloaded lru v0.12.5
5802025-01-31T04:46:10.109Z Downloaded instability v0.3.2
5812025-01-31T04:46:10.112Z Downloaded iana-time-zone v0.1.61
5822025-01-31T04:46:10.114Z Downloaded mime v0.3.17
5832025-01-31T04:46:10.117Z Downloaded async-trait v0.1.85
5842025-01-31T04:46:10.119Z Downloaded managed v0.8.0
5852025-01-31T04:46:10.122Z Downloaded lockfree-object-pool v0.1.6
5862025-01-31T04:46:10.125Z Downloaded progenitor-macro v0.9.1
5872025-01-31T04:46:10.125Z Downloaded bit-vec v0.6.3
5882025-01-31T04:46:10.127Z Downloaded hyper-rustls v0.27.3
5892025-01-31T04:46:10.130Z Downloaded addr2line v0.24.2
5902025-01-31T04:46:10.130Z Downloaded icu_locid_transform v1.5.0
5912025-01-31T04:46:10.133Z Downloaded memmap2 v0.9.5
5922025-01-31T04:46:10.135Z Downloaded is-terminal v0.4.13
5932025-01-31T04:46:10.138Z Downloaded ipnetwork v0.20.0
5942025-01-31T04:46:10.138Z Downloaded ciborium v0.2.2
5952025-01-31T04:46:10.141Z Downloaded memoffset v0.9.1
5962025-01-31T04:46:10.143Z Downloaded termtree v0.4.1
5972025-01-31T04:46:10.146Z Downloaded maybe-uninit v2.0.0
5982025-01-31T04:46:10.146Z Downloaded lock_api v0.4.12
5992025-01-31T04:46:10.148Z Downloaded jobserver v0.1.32
6002025-01-31T04:46:10.151Z Downloaded curve25519-dalek-derive v0.1.1
6012025-01-31T04:46:10.151Z Downloaded csv-core v0.1.11
6022025-01-31T04:46:10.153Z Downloaded crc32fast v1.4.2
6032025-01-31T04:46:10.156Z Downloaded lalrpop-util v0.19.12
6042025-01-31T04:46:10.156Z Downloaded hyper-staticfile v0.10.1
6052025-01-31T04:46:10.159Z Downloaded crossbeam-deque v0.8.5
6062025-01-31T04:46:10.161Z Downloaded take_mut v0.2.2
6072025-01-31T04:46:10.161Z Downloaded sqlparser_derive v0.2.2
6082025-01-31T04:46:10.161Z Downloaded multer v3.1.0
6092025-01-31T04:46:10.164Z Downloaded litemap v0.7.3
6102025-01-31T04:46:10.166Z Downloaded zone_cfg_derive v0.3.0
6112025-01-31T04:46:10.169Z Downloaded zone_cfg_derive v0.1.2
6122025-01-31T04:46:10.169Z Downloaded try-lock v0.2.5
6132025-01-31T04:46:10.169Z Downloaded tinyvec_macros v0.1.1
6142025-01-31T04:46:10.172Z Downloaded time-core v0.1.2
6152025-01-31T04:46:10.172Z Downloaded endian-type v0.1.2
6162025-01-31T04:46:10.172Z Downloaded mime_guess v2.0.5
6172025-01-31T04:46:10.174Z Downloaded hickory-client v0.24.2
6182025-01-31T04:46:10.177Z Downloaded signature v2.2.0
6192025-01-31T04:46:10.179Z Downloaded rustc_version v0.1.7
6202025-01-31T04:46:10.179Z Downloaded rustc-hash v2.0.0
6212025-01-31T04:46:10.181Z Downloaded icu_normalizer_data v1.5.0
6222025-01-31T04:46:10.184Z Downloaded slab v0.4.9
6232025-01-31T04:46:10.187Z Downloaded stringprep v0.1.5
6242025-01-31T04:46:10.187Z Downloaded sha1 v0.10.6
6252025-01-31T04:46:10.190Z Downloaded httparse v1.9.5
6262025-01-31T04:46:10.193Z Downloaded downcast v0.11.0
6272025-01-31T04:46:10.193Z Downloaded salsa20 v0.10.2
6282025-01-31T04:46:10.196Z Downloaded foreign-types v0.3.2
6292025-01-31T04:46:10.196Z Downloaded crossbeam-utils v0.8.20
6302025-01-31T04:46:10.198Z Downloaded secrecy v0.8.0
6312025-01-31T04:46:10.199Z Downloaded ipnet v2.10.1
6322025-01-31T04:46:10.201Z Downloaded linear-map v1.2.0
6332025-01-31T04:46:10.204Z Downloaded num_threads v0.1.7
6342025-01-31T04:46:10.204Z Downloaded litrs v0.4.1
6352025-01-31T04:46:10.206Z Downloaded cookie v0.18.1
6362025-01-31T04:46:10.209Z Downloaded clang-sys v1.8.1
6372025-01-31T04:46:10.212Z Downloaded slog-dtrace v0.3.0
6382025-01-31T04:46:10.215Z Downloaded sec1 v0.7.3
6392025-01-31T04:46:10.221Z Downloaded newline-converter v0.3.0
6402025-01-31T04:46:10.223Z Downloaded icu_locid_transform_data v1.5.0
6412025-01-31T04:46:10.224Z Downloaded opaque-debug v0.3.1
6422025-01-31T04:46:10.224Z Downloaded newtype_derive v0.1.6
6432025-01-31T04:46:10.224Z Downloaded crc-any v2.5.0
6442025-01-31T04:46:10.224Z Downloaded path-slash v0.1.5
6452025-01-31T04:46:10.231Z Downloaded const-oid v0.9.6
6462025-01-31T04:46:10.231Z Downloaded hmac v0.12.1
6472025-01-31T04:46:10.231Z Downloaded unicode-truncate v1.1.0
6482025-01-31T04:46:10.231Z Downloaded tinystr v0.7.6
6492025-01-31T04:46:10.234Z Downloaded tui-tree-widget v0.22.0
6502025-01-31T04:46:10.236Z Downloaded tiny-keccak v2.0.2
6512025-01-31T04:46:10.239Z Downloaded precomputed-hash v0.1.1
6522025-01-31T04:46:10.239Z Downloaded cookie_store v0.21.1
6532025-01-31T04:46:10.242Z Downloaded xz2 v0.1.7
6542025-01-31T04:46:10.244Z Downloaded xattr v1.3.1
6552025-01-31T04:46:10.244Z Downloaded wyz v0.5.1
6562025-01-31T04:46:10.246Z Downloaded difflib v0.4.0
6572025-01-31T04:46:10.246Z Downloaded ena v0.14.3
6582025-01-31T04:46:10.250Z Downloaded embedded-io v0.6.1
6592025-01-31T04:46:10.252Z Downloaded rustls-pemfile v2.2.0
6602025-01-31T04:46:10.252Z Downloaded indexmap v1.9.3
6612025-01-31T04:46:10.255Z Downloaded blake2 v0.10.6
6622025-01-31T04:46:10.389Z Downloaded arc-swap v1.7.1
6632025-01-31T04:46:10.397Z Downloaded miniz_oxide v0.8.0
6642025-01-31T04:46:10.397Z Downloaded foreign-types v0.5.0
6652025-01-31T04:46:10.397Z Downloaded semver v0.1.20
6662025-01-31T04:46:10.397Z Downloaded crossbeam-epoch v0.9.18
6672025-01-31T04:46:10.397Z Downloaded toolchain_find v0.4.0
6682025-01-31T04:46:10.397Z Downloaded bytes v1.9.0
6692025-01-31T04:46:10.397Z Downloaded mockall_derive v0.13.0
6702025-01-31T04:46:10.397Z Downloaded icu_properties v1.5.1
6712025-01-31T04:46:10.397Z Downloaded base64 v0.13.1
6722025-01-31T04:46:10.397Z Downloaded group v0.13.0
6732025-01-31T04:46:10.397Z Downloaded icu_normalizer v1.5.0
6742025-01-31T04:46:10.397Z Downloaded vte_generate_state_changes v0.1.2
6752025-01-31T04:46:10.397Z Downloaded futures-core v0.3.31
6762025-01-31T04:46:10.398Z Downloaded embedded-io v0.4.0
6772025-01-31T04:46:10.398Z Downloaded pbkdf2 v0.12.2
6782025-01-31T04:46:10.398Z Downloaded waitgroup v0.1.2
6792025-01-31T04:46:10.398Z Downloaded quick-error v1.2.3
6802025-01-31T04:46:10.398Z Downloaded progenitor v0.8.0
6812025-01-31T04:46:10.398Z Downloaded pbkdf2 v0.11.0
6822025-01-31T04:46:10.398Z Downloaded paste v1.0.15
6832025-01-31T04:46:10.398Z Downloaded foreign-types-shared v0.3.1
6842025-01-31T04:46:10.398Z Downloaded icu_provider v1.5.0
6852025-01-31T04:46:10.398Z Downloaded shell-words v1.1.0
6862025-01-31T04:46:10.398Z Downloaded serde_urlencoded v0.7.1
6872025-01-31T04:46:10.398Z Downloaded serde_repr v0.1.19
6882025-01-31T04:46:10.398Z Downloaded ron v0.7.1
6892025-01-31T04:46:10.398Z Downloaded structmeta-derive v0.2.0
6902025-01-31T04:46:10.398Z Downloaded structmeta v0.3.0
6912025-01-31T04:46:10.398Z Downloaded structmeta v0.2.0
6922025-01-31T04:46:10.398Z Downloaded ppv-lite86 v0.2.20
6932025-01-31T04:46:10.398Z Downloaded globset v0.4.15
6942025-01-31T04:46:10.398Z Downloaded resolv-conf v0.7.0
6952025-01-31T04:46:10.398Z Downloaded headers-core v0.3.0
6962025-01-31T04:46:10.398Z Downloaded fxhash v0.2.1
6972025-01-31T04:46:10.398Z Downloaded snafu-derive v0.8.5
6982025-01-31T04:46:10.398Z Downloaded peg-runtime v0.8.3
6992025-01-31T04:46:10.398Z Downloaded bumpalo v3.16.0
7002025-01-31T04:46:10.398Z Downloaded progenitor-client v0.8.0
7012025-01-31T04:46:10.398Z Downloaded parse-size v1.1.0
7022025-01-31T04:46:10.398Z Downloaded termcolor v1.4.1
7032025-01-31T04:46:10.398Z Downloaded futures-channel v0.3.31
7042025-01-31T04:46:10.398Z Downloaded hickory-resolver v0.24.2
7052025-01-31T04:46:10.398Z Downloaded num-complex v0.4.6
7062025-01-31T04:46:10.398Z Downloaded newtype-uuid v1.2.1
7072025-01-31T04:46:10.398Z Downloaded getrandom v0.2.15
7082025-01-31T04:46:10.398Z Downloaded value-bag v1.9.0
7092025-01-31T04:46:10.398Z Downloaded hyper-util v0.1.10
7102025-01-31T04:46:10.398Z Downloaded wait-timeout v0.2.0
7112025-01-31T04:46:10.398Z Downloaded sync_wrapper v1.0.1
7122025-01-31T04:46:10.398Z Downloaded serde-big-array v0.5.1
7132025-01-31T04:46:10.398Z Downloaded strum v0.26.3
7142025-01-31T04:46:10.398Z Downloaded rustls-pemfile v1.0.4
7152025-01-31T04:46:10.399Z Downloaded tower-service v0.3.3
7162025-01-31T04:46:10.399Z Downloaded pkg-config v0.3.31
7172025-01-31T04:46:10.399Z Downloaded filetime v0.2.25
7182025-01-31T04:46:10.399Z Downloaded form_urlencoded v1.2.1
7192025-01-31T04:46:10.399Z Downloaded fixedbitset v0.4.2
7202025-01-31T04:46:10.399Z Downloaded olpc-cjson v0.1.4
7212025-01-31T04:46:10.399Z Downloaded ed25519 v2.2.3
7222025-01-31T04:46:10.399Z Downloaded dyn-clone v1.0.17
7232025-01-31T04:46:10.399Z Downloaded serde_with_macros v3.11.0
7242025-01-31T04:46:10.399Z Downloaded icu_collections v1.5.0
7252025-01-31T04:46:10.403Z Downloaded tap v1.0.1
7262025-01-31T04:46:10.403Z Downloaded vergen v8.3.2
7272025-01-31T04:46:10.403Z Downloaded serde_yaml v0.9.34+deprecated
7282025-01-31T04:46:10.405Z Downloaded base64 v0.22.1
7292025-01-31T04:46:10.409Z Downloaded indicatif v0.17.11
7302025-01-31T04:46:10.414Z Downloaded hickory-server v0.24.2
7312025-01-31T04:46:10.418Z Downloaded write16 v1.0.0
7322025-01-31T04:46:10.420Z Downloaded peg v0.8.4
7332025-01-31T04:46:10.423Z Downloaded packed_struct_codegen v0.10.1
7342025-01-31T04:46:10.425Z Downloaded progenitor v0.9.1
7352025-01-31T04:46:10.428Z Downloaded tokio-rustls v0.25.0
7362025-01-31T04:46:10.428Z Downloaded proc-macro-crate v1.3.1
7372025-01-31T04:46:10.430Z Downloaded tinyvec v1.8.0
7382025-01-31T04:46:10.433Z Downloaded term v0.7.0
7392025-01-31T04:46:10.437Z Downloaded vte v0.11.1
7402025-01-31T04:46:10.439Z Downloaded normalize-line-endings v0.3.0
7412025-01-31T04:46:10.439Z Downloaded enum-as-inner v0.6.1
7422025-01-31T04:46:10.443Z Downloaded vsss-rs v3.3.4
7432025-01-31T04:46:10.445Z Downloaded derive_more v0.99.18
7442025-01-31T04:46:10.449Z Downloaded slog-scope v4.4.0
7452025-01-31T04:46:10.453Z Downloaded openssl-probe v0.1.5
7462025-01-31T04:46:10.456Z Downloaded openssl-macros v0.1.1
7472025-01-31T04:46:10.456Z Downloaded ecdsa v0.16.9
7482025-01-31T04:46:10.456Z Downloaded num-rational v0.4.2
7492025-01-31T04:46:10.459Z Downloaded scheduled-thread-pool v0.2.7
7502025-01-31T04:46:10.459Z Downloaded hashlink v0.9.1
7512025-01-31T04:46:10.461Z Downloaded smallvec v0.6.14
7522025-01-31T04:46:10.464Z Downloaded slog-stdlog v4.1.1
7532025-01-31T04:46:10.464Z Downloaded darling_core v0.20.10
7542025-01-31T04:46:10.468Z Downloaded zopfli v0.8.1
7552025-01-31T04:46:10.471Z Downloaded unicode-properties v0.1.3
7562025-01-31T04:46:10.473Z Downloaded base64 v0.21.7
7572025-01-31T04:46:10.478Z Downloaded termios v0.3.3
7582025-01-31T04:46:10.480Z Downloaded tabwriter v1.4.0
7592025-01-31T04:46:10.483Z Downloaded toml v0.7.8
7602025-01-31T04:46:10.485Z Downloaded untrusted v0.7.1
7612025-01-31T04:46:10.486Z Downloaded writeable v0.5.5
7622025-01-31T04:46:10.488Z Downloaded aes v0.8.4
7632025-01-31T04:46:10.491Z Downloaded rustls-pki-types v1.10.0
7642025-01-31T04:46:10.494Z Downloaded predicates v3.1.2
7652025-01-31T04:46:10.497Z Downloaded funty v2.0.0
7662025-01-31T04:46:10.499Z Downloaded predicates-core v1.0.8
7672025-01-31T04:46:10.499Z Downloaded gethostname v0.5.0
7682025-01-31T04:46:10.502Z Downloaded futures-sink v0.3.31
7692025-01-31T04:46:10.502Z Downloaded p256 v0.13.2
7702025-01-31T04:46:10.506Z Downloaded derive_builder_macro v0.20.2
7712025-01-31T04:46:10.509Z Downloaded float-ord v0.3.2
7722025-01-31T04:46:10.509Z Downloaded want v0.3.1
7732025-01-31T04:46:10.511Z Downloaded quinn-udp v0.5.5
7742025-01-31T04:46:10.511Z Downloaded futures-task v0.3.31
7752025-01-31T04:46:10.514Z Downloaded minimal-lexical v0.2.1
7762025-01-31T04:46:10.517Z Downloaded phf v0.11.2
7772025-01-31T04:46:10.519Z Downloaded num v0.4.3
7782025-01-31T04:46:10.522Z Downloaded tokio-rustls v0.26.0
7792025-01-31T04:46:10.522Z Downloaded env_filter v0.1.2
7802025-01-31T04:46:10.524Z Downloaded tar v0.4.42
7812025-01-31T04:46:10.527Z Downloaded http v1.2.0
7822025-01-31T04:46:10.530Z Downloaded zone v0.1.8
7832025-01-31T04:46:10.533Z Downloaded password-hash v0.5.0
7842025-01-31T04:46:10.535Z Downloaded password-hash v0.4.2
7852025-01-31T04:46:10.535Z Downloaded libm v0.2.8
7862025-01-31T04:46:10.543Z Downloaded nodrop v0.1.14
7872025-01-31T04:46:10.546Z Downloaded aes-gcm v0.10.3
7882025-01-31T04:46:10.548Z Downloaded schemars v0.8.21
7892025-01-31T04:46:10.560Z Downloaded russh-cryptovec v0.7.3
7902025-01-31T04:46:10.563Z Downloaded phf_shared v0.10.0
7912025-01-31T04:46:10.563Z Downloaded tokio-native-tls v0.3.1
7922025-01-31T04:46:10.565Z Downloaded utf-8 v0.7.6
7932025-01-31T04:46:10.565Z Downloaded env_logger v0.10.2
7942025-01-31T04:46:10.568Z Downloaded rand_seeder v0.3.0
7952025-01-31T04:46:10.571Z Downloaded nu-ansi-term v0.50.1
7962025-01-31T04:46:10.574Z Downloaded itertools v0.10.5
7972025-01-31T04:46:10.579Z Downloaded signal-hook v0.3.17
7982025-01-31T04:46:10.582Z Downloaded zip v0.6.6
7992025-01-31T04:46:10.586Z Downloaded headers v0.4.0
8002025-01-31T04:46:10.592Z Downloaded qorb v0.2.1
8012025-01-31T04:46:10.596Z Downloaded x509-cert v0.2.5
8022025-01-31T04:46:10.602Z Downloaded rustc-hash v1.1.0
8032025-01-31T04:46:10.605Z Downloaded foldhash v0.1.3
8042025-01-31T04:46:10.609Z Downloaded dirs-next v2.0.0
8052025-01-31T04:46:10.609Z Downloaded diesel-dtrace v0.4.2
8062025-01-31T04:46:10.611Z Downloaded predicates-tree v1.0.11
8072025-01-31T04:46:10.611Z Downloaded float-cmp v0.9.0
8082025-01-31T04:46:10.611Z Downloaded pkcs8 v0.10.2
8092025-01-31T04:46:10.614Z Downloaded progenitor-macro v0.8.0
8102025-01-31T04:46:10.617Z Downloaded phf_shared v0.11.2
8112025-01-31T04:46:10.617Z Downloaded num-iter v0.1.45
8122025-01-31T04:46:10.619Z Downloaded num-integer v0.1.46
8132025-01-31T04:46:10.619Z Downloaded serde_derive_internals v0.29.1
8142025-01-31T04:46:10.622Z Downloaded rfc6979 v0.4.0
8152025-01-31T04:46:10.624Z Downloaded tungstenite v0.23.0
8162025-01-31T04:46:10.627Z Downloaded schemars_derive v0.8.21
8172025-01-31T04:46:10.630Z Downloaded uuid v1.12.0
8182025-01-31T04:46:10.632Z Downloaded thiserror-no-std v2.0.2
8192025-01-31T04:46:10.635Z Downloaded thiserror-impl-no-std v2.0.2
8202025-01-31T04:46:10.638Z Downloaded thiserror-impl v2.0.11
8212025-01-31T04:46:10.640Z Downloaded zerofrom v0.1.4
8222025-01-31T04:46:10.640Z Downloaded defmt-parser v0.3.4
8232025-01-31T04:46:10.644Z Downloaded which v4.4.2
8242025-01-31T04:46:10.644Z Downloaded sqlformat v0.2.6
8252025-01-31T04:46:10.647Z Downloaded libxml v0.3.3
8262025-01-31T04:46:10.651Z Downloaded defmt-macros v0.3.9
8272025-01-31T04:46:10.654Z Downloaded utf8_iter v1.0.4
8282025-01-31T04:46:10.657Z Downloaded unarray v0.1.4
8292025-01-31T04:46:10.660Z Downloaded whoami v1.5.2
8302025-01-31T04:46:10.660Z Downloaded pkcs5 v0.7.1
8312025-01-31T04:46:10.664Z Downloaded ed25519-dalek v2.1.1
8322025-01-31T04:46:10.667Z Downloaded flagset v0.4.6
8332025-01-31T04:46:10.676Z Downloaded hyper v1.5.2
8342025-01-31T04:46:10.681Z Downloaded serde_plain v1.0.2
8352025-01-31T04:46:10.681Z Downloaded oso-derive v0.27.3
8362025-01-31T04:46:10.681Z Downloaded number_prefix v0.4.0
8372025-01-31T04:46:10.683Z Downloaded signal-hook-mio v0.2.4
8382025-01-31T04:46:10.683Z Downloaded hash32 v0.2.1
8392025-01-31T04:46:10.686Z Downloaded smf v0.2.3
8402025-01-31T04:46:10.686Z Downloaded aho-corasick v1.1.3
8412025-01-31T04:46:10.691Z Downloaded rand_core v0.6.4
8422025-01-31T04:46:10.693Z Downloaded slog-bunyan v2.5.0
8432025-01-31T04:46:10.697Z Downloaded slog-async v2.8.0
8442025-01-31T04:46:10.697Z Downloaded ref-cast-impl v1.0.23
8452025-01-31T04:46:10.700Z Downloaded ref-cast v1.0.23
8462025-01-31T04:46:10.700Z Downloaded yoke-derive v0.7.4
8472025-01-31T04:46:10.702Z Downloaded slog-envlogger v2.2.0
8482025-01-31T04:46:10.702Z Downloaded num_enum v0.5.11
8492025-01-31T04:46:10.708Z Downloaded subprocess v0.2.9
8502025-01-31T04:46:10.710Z Downloaded elliptic-curve v0.13.8
8512025-01-31T04:46:10.714Z Downloaded unicode_categories v0.1.1
8522025-01-31T04:46:10.717Z Downloaded tracing v0.1.40
8532025-01-31T04:46:10.723Z Downloaded ghash v0.5.1
8542025-01-31T04:46:10.726Z Downloaded fallible-iterator v0.3.0
8552025-01-31T04:46:10.726Z Downloaded displaydoc v0.2.5
8562025-01-31T04:46:10.728Z Downloaded typify-macro v0.2.0
8572025-01-31T04:46:10.731Z Downloaded defmt v0.3.8
8582025-01-31T04:46:10.733Z Downloaded num_enum_derive v0.5.11
8592025-01-31T04:46:10.733Z Downloaded nanorand v0.7.0
8602025-01-31T04:46:10.736Z Downloaded new_debug_unreachable v1.0.6
8612025-01-31T04:46:10.739Z Downloaded darling_macro v0.20.10
8622025-01-31T04:46:10.739Z Downloaded reedline v0.35.0
8632025-01-31T04:46:10.746Z Downloaded sync-ptr v0.1.1
8642025-01-31T04:46:10.748Z Downloaded strum_macros v0.24.3
8652025-01-31T04:46:10.751Z Downloaded num-traits v0.2.19
8662025-01-31T04:46:10.753Z Downloaded parking_lot v0.12.3
8672025-01-31T04:46:10.756Z Downloaded tokio-rustls v0.24.1
8682025-01-31T04:46:10.759Z Downloaded slog v2.7.0
8692025-01-31T04:46:10.761Z Downloaded pkcs1 v0.7.5
8702025-01-31T04:46:10.764Z Downloaded topological-sort v0.2.2
8712025-01-31T04:46:10.764Z Downloaded test-strategy v0.3.1
8722025-01-31T04:46:10.767Z Downloaded siphasher v0.3.11
8732025-01-31T04:46:10.770Z Downloaded unicase v2.7.0
8742025-01-31T04:46:10.773Z Downloaded num-bigint-dig v0.8.4
8752025-01-31T04:46:10.776Z Downloaded pretty-hex v0.2.1
8762025-01-31T04:46:10.778Z Downloaded fd-lock v4.0.2
8772025-01-31T04:46:10.781Z Downloaded rayon-core v1.12.1
8782025-01-31T04:46:10.783Z Downloaded futures-executor v0.3.31
8792025-01-31T04:46:10.786Z Downloaded futures-macro v0.3.31
8802025-01-31T04:46:10.788Z Downloaded futures-io v0.3.31
8812025-01-31T04:46:10.788Z Downloaded data-encoding v2.6.0
8822025-01-31T04:46:10.789Z Downloaded rustversion v1.0.17
8832025-01-31T04:46:10.791Z Downloaded unicode-normalization v0.1.24
8842025-01-31T04:46:10.797Z Downloaded russh-keys v0.45.0
8852025-01-31T04:46:10.799Z Downloaded debug-ignore v1.0.5
8862025-01-31T04:46:10.802Z Downloaded universal-hash v0.5.1
8872025-01-31T04:46:10.802Z Downloaded signal-hook-tokio v0.3.1
8882025-01-31T04:46:10.802Z Downloaded signal-hook-registry v1.4.2
8892025-01-31T04:46:10.804Z Downloaded num-derive v0.4.2
8902025-01-31T04:46:10.807Z Downloaded owo-colors v4.1.0
8912025-01-31T04:46:10.809Z Downloaded dropshot_endpoint v0.15.1
8922025-01-31T04:46:10.811Z Downloaded nibble_vec v0.1.0
8932025-01-31T04:46:10.814Z Downloaded fallible-streaming-iterator v0.1.9
8942025-01-31T04:46:10.814Z Downloaded hkdf v0.12.4
8952025-01-31T04:46:10.816Z Downloaded parse-zoneinfo v0.3.1
8962025-01-31T04:46:10.819Z Downloaded thiserror v2.0.11
8972025-01-31T04:46:10.824Z Downloaded dunce v1.0.5
8982025-01-31T04:46:10.826Z Downloaded primeorder v0.13.6
8992025-01-31T04:46:10.827Z Downloaded strip-ansi-escapes v0.2.0
9002025-01-31T04:46:10.830Z Downloaded hash32 v0.3.1
9012025-01-31T04:46:10.830Z Downloaded zeroize v1.8.1
9022025-01-31T04:46:10.833Z Downloaded similar v2.6.0
9032025-01-31T04:46:10.835Z Downloaded static_assertions v1.1.0
9042025-01-31T04:46:10.839Z Downloaded foreign-types-shared v0.1.1
9052025-01-31T04:46:10.839Z Downloaded stable_deref_trait v1.2.0
9062025-01-31T04:46:10.841Z Downloaded p521 v0.13.3
9072025-01-31T04:46:10.844Z Downloaded ssh-encoding v0.2.0
9082025-01-31T04:46:10.844Z Downloaded typify v0.3.0
9092025-01-31T04:46:10.848Z Downloaded serde-hex v0.1.0
9102025-01-31T04:46:10.851Z Downloaded powerfmt v0.2.0
9112025-01-31T04:46:10.853Z Downloaded zerofrom-derive v0.1.4
9122025-01-31T04:46:10.854Z Downloaded zip v2.1.3
9132025-01-31T04:46:10.856Z Downloaded foreign-types-macros v0.2.3
9142025-01-31T04:46:10.859Z Downloaded dsl_auto_type v0.1.2
9152025-01-31T04:46:10.859Z Downloaded unicode-xid v0.2.6
9162025-01-31T04:46:10.862Z Downloaded rustc-demangle v0.1.24
9172025-01-31T04:46:10.862Z Downloaded scopeguard v1.2.0
9182025-01-31T04:46:10.864Z Downloaded sigpipe v0.1.3
9192025-01-31T04:46:10.865Z Downloaded percent-encoding v2.3.1
9202025-01-31T04:46:10.867Z Downloaded typify v0.2.0
9212025-01-31T04:46:10.870Z Downloaded zeroize_derive v1.4.2
9222025-01-31T04:46:10.870Z Downloaded same-file v1.0.6
9232025-01-31T04:46:10.872Z Downloaded parking_lot v0.11.2
9242025-01-31T04:46:10.874Z Downloaded pem v3.0.4
9252025-01-31T04:46:10.875Z Downloaded flume v0.11.1
9262025-01-31T04:46:10.878Z Downloaded native-tls v0.2.12
9272025-01-31T04:46:10.881Z Downloaded russh v0.45.0
9282025-01-31T04:46:10.886Z Downloaded fs_extra v1.3.0
9292025-01-31T04:46:10.889Z Downloaded blake3 v1.5.4
9302025-01-31T04:46:10.896Z Downloaded polyval v0.6.2
9312025-01-31T04:46:10.899Z Downloaded untrusted v0.9.0
9322025-01-31T04:46:10.901Z Downloaded r2d2 v0.8.10
9332025-01-31T04:46:10.901Z Downloaded thread_local v1.1.8
9342025-01-31T04:46:10.904Z Downloaded tokio-util v0.7.12
9352025-01-31T04:46:10.909Z Downloaded tls_codec_derive v0.4.1
9362025-01-31T04:46:10.913Z Downloaded string_cache v0.8.7
9372025-01-31T04:46:10.916Z Downloaded smallvec v1.13.2
9382025-01-31T04:46:10.916Z Downloaded sct v0.7.1
9392025-01-31T04:46:10.918Z Downloaded tls_codec v0.4.1
9402025-01-31T04:46:10.921Z Downloaded parse-display-derive v0.10.0
9412025-01-31T04:46:10.923Z Downloaded fragile v2.0.0
9422025-01-31T04:46:10.923Z Downloaded dirs-sys-next v0.1.2
9432025-01-31T04:46:10.926Z Downloaded pem-rfc7468 v0.7.0
9442025-01-31T04:46:10.928Z Downloaded tokio-tungstenite v0.23.1
9452025-01-31T04:46:10.928Z Downloaded futures v0.3.31
9462025-01-31T04:46:10.934Z Downloaded scrypt v0.11.0
9472025-01-31T04:46:10.937Z Downloaded simd-adler32 v0.3.7
9482025-01-31T04:46:10.937Z Downloaded env_logger v0.11.5
9492025-01-31T04:46:10.940Z Downloaded yoke v0.7.4
9502025-01-31T04:46:10.942Z Downloaded hashbrown v0.12.3
9512025-01-31T04:46:10.945Z Downloaded unicode-bidi v0.3.17
9522025-01-31T04:46:10.948Z Downloaded serde_with v3.11.0
9532025-01-31T04:46:10.957Z Downloaded uzers v0.12.1
9542025-01-31T04:46:10.959Z Downloaded aws-lc-rs v1.10.0
9552025-01-31T04:46:10.968Z Downloaded derive_builder v0.20.2
9562025-01-31T04:46:10.972Z Downloaded postgres-protocol v0.6.7
9572025-01-31T04:46:10.975Z Downloaded twox-hash v2.1.0
9582025-01-31T04:46:10.977Z Downloaded postcard v1.0.10
9592025-01-31T04:46:10.980Z Downloaded derive_builder_core v0.20.2
9602025-01-31T04:46:10.982Z Downloaded proptest v1.5.0
9612025-01-31T04:46:10.991Z Downloaded structmeta-derive v0.3.0
9622025-01-31T04:46:10.993Z Downloaded parking_lot_core v0.9.10
9632025-01-31T04:46:10.995Z Downloaded poly1305 v0.8.0
9642025-01-31T04:46:10.998Z Downloaded progenitor-impl v0.9.1
9652025-01-31T04:46:11.001Z Downloaded icu_properties_data v1.5.0
9662025-01-31T04:46:11.009Z Downloaded tungstenite v0.24.0
9672025-01-31T04:46:11.013Z Downloaded flate2 v1.0.35
9682025-01-31T04:46:11.018Z Downloaded prettyplease v0.2.25
9692025-01-31T04:46:11.021Z Downloaded hashbrown v0.13.2
9702025-01-31T04:46:11.026Z Downloaded h2 v0.4.6
9712025-01-31T04:46:11.032Z Downloaded samael v0.0.17
9722025-01-31T04:46:11.038Z Downloaded lalrpop v0.19.12
9732025-01-31T04:46:11.049Z Downloaded winnow v0.5.40
9742025-01-31T04:46:11.058Z Downloaded rustls-webpki v0.101.7
9752025-01-31T04:46:11.071Z Downloaded quinn v0.11.5
9762025-01-31T04:46:11.075Z Downloaded quick-xml v0.33.0
9772025-01-31T04:46:11.081Z Downloaded tokio-postgres v0.7.12
9782025-01-31T04:46:11.086Z Downloaded expectorate v1.1.0
9792025-01-31T04:46:11.088Z Downloaded chrono v0.4.39
9802025-01-31T04:46:11.095Z Downloaded bindgen v0.69.5
9812025-01-31T04:46:11.103Z Downloaded der v0.7.9
9822025-01-31T04:46:11.108Z Downloaded reqwest v0.12.9
9832025-01-31T04:46:11.117Z Downloaded unsafe-libyaml v0.2.11
9842025-01-31T04:46:11.121Z Downloaded steno v0.4.1
9852025-01-31T04:46:11.124Z Downloaded typed-path v0.9.3
9862025-01-31T04:46:11.131Z Downloaded rayon v1.10.0
9872025-01-31T04:46:11.140Z Downloaded p384 v0.13.0
9882025-01-31T04:46:11.146Z Downloaded rustls-webpki v0.102.8
9892025-01-31T04:46:11.165Z Downloaded rustyline v14.0.0
9902025-01-31T04:46:11.170Z Downloaded num-bigint v0.4.6
9912025-01-31T04:46:11.175Z Downloaded nom v7.1.3
9922025-01-31T04:46:11.180Z Downloaded vcpkg v0.2.15
9932025-01-31T04:46:11.219Z Downloaded ssh-key v0.6.6
9942025-01-31T04:46:11.226Z Downloaded rusqlite v0.32.1
9952025-01-31T04:46:11.233Z Downloaded futures-util v0.3.31
9962025-01-31T04:46:11.245Z Downloaded bitvec v1.0.1
9972025-01-31T04:46:11.260Z Downloaded time v0.3.36
9982025-01-31T04:46:11.267Z Downloaded polar-core v0.27.3
9992025-01-31T04:46:11.275Z Downloaded zerocopy v0.8.10
10002025-01-31T04:46:11.300Z Downloaded portable-atomic v1.9.0
10012025-01-31T04:46:11.307Z Downloaded curve25519-dalek v4.1.3
10022025-01-31T04:46:11.316Z Downloaded git2 v0.19.0
10032025-01-31T04:46:11.325Z Downloaded openssl v0.10.66
10042025-01-31T04:46:11.334Z Downloaded petname v2.0.2
10052025-01-31T04:46:11.340Z Downloaded salty v0.3.0
10062025-01-31T04:46:11.347Z Downloaded hickory-proto v0.24.2
10072025-01-31T04:46:11.363Z Downloaded object v0.30.4
10082025-01-31T04:46:11.372Z Downloaded regress v0.9.1
10092025-01-31T04:46:11.381Z Downloaded regex-syntax v0.6.29
10102025-01-31T04:46:11.388Z Downloaded gimli v0.31.1
10112025-01-31T04:46:11.397Z Downloaded webpki-roots v0.26.6
10122025-01-31T04:46:11.402Z Downloaded nix v0.27.1
10132025-01-31T04:46:11.412Z Downloaded nix v0.28.0
10142025-01-31T04:46:11.423Z Downloaded smoltcp v0.9.1
10152025-01-31T04:46:11.434Z Downloaded nix v0.29.0
10162025-01-31T04:46:11.446Z Downloaded quinn-proto v0.11.8
10172025-01-31T04:46:11.452Z Downloaded object v0.36.5
10182025-01-31T04:46:11.465Z Downloaded chrono-tz v0.10.1
10192025-01-31T04:46:11.472Z Downloaded ratatui v0.28.1
10202025-01-31T04:46:11.492Z Downloaded radix_trie v0.2.1
10212025-01-31T04:46:11.497Z Downloaded sled v0.34.7
10222025-01-31T04:46:11.508Z Downloaded regex-syntax v0.8.5
10232025-01-31T04:46:11.516Z Downloaded openapiv3 v2.0.0
10242025-01-31T04:46:11.528Z Downloaded rustls v0.21.12
10252025-01-31T04:46:11.540Z Downloaded diesel v2.2.6
10262025-01-31T04:46:11.559Z Downloaded rustls v0.23.19
10272025-01-31T04:46:11.570Z Downloaded zerocopy-derive v0.6.6
10282025-01-31T04:46:11.580Z Downloaded typify-impl v0.3.0
10292025-01-31T04:46:11.597Z Downloaded rustls v0.22.4
10302025-01-31T04:46:11.610Z Downloaded regex v1.11.1
10312025-01-31T04:46:11.624Z Downloaded typify-impl v0.2.0
10322025-01-31T04:46:11.640Z Downloaded bstr v1.10.0
10332025-01-31T04:46:11.650Z Downloaded unicode-width v0.2.0
10342025-01-31T04:46:11.657Z Downloaded smoltcp v0.11.0
10352025-01-31T04:46:11.670Z Downloaded lzma-sys v0.1.20
10362025-01-31T04:46:11.699Z Downloaded bzip2-sys v0.1.11+1.0.8
10372025-01-31T04:46:11.712Z Downloaded dropshot v0.15.1
10382025-01-31T04:46:11.733Z Downloaded libz-sys v1.1.20
10392025-01-31T04:46:11.754Z Downloaded dropshot v0.12.0
10402025-01-31T04:46:11.774Z Downloaded regress v0.10.1
10412025-01-31T04:46:11.782Z Downloaded hashbrown v0.14.5
10422025-01-31T04:46:11.788Z Downloaded regex-automata v0.4.8
10432025-01-31T04:46:11.806Z Downloaded tokio v1.43.0
10442025-01-31T04:46:11.845Z Downloaded zerocopy-derive v0.8.10
10452025-01-31T04:46:11.850Z Downloaded tough v0.19.0
10462025-01-31T04:46:11.858Z Downloaded fatfs v0.3.6
10472025-01-31T04:46:11.861Z Downloaded derive-where v1.2.7
10482025-01-31T04:46:11.864Z Downloaded zerocopy v0.6.6
10492025-01-31T04:46:11.866Z Downloaded openssl-sys v0.9.104
10502025-01-31T04:46:11.871Z Downloaded tokio-stream v0.1.16
10512025-01-31T04:46:11.875Z Downloaded publicsuffix v2.3.0
10522025-01-31T04:46:11.878Z Downloaded petgraph v0.6.5
10532025-01-31T04:46:11.895Z Downloaded sqlparser v0.45.0
10542025-01-31T04:46:11.901Z Downloaded display-error-chain v0.2.2
10552025-01-31T04:46:11.903Z Downloaded csv v1.3.1
10562025-01-31T04:46:11.922Z Downloaded parse-display v0.10.0
10572025-01-31T04:46:11.925Z Downloaded radium v0.7.0
10582025-01-31T04:46:11.925Z Downloaded walkdir v2.5.0
10592025-01-31T04:46:11.929Z Downloaded tokio-tungstenite v0.21.0
10602025-01-31T04:46:11.933Z Downloaded oso v0.27.3
10612025-01-31T04:46:11.933Z Downloaded rsa v0.9.6
10622025-01-31T04:46:11.936Z Downloaded postgres-types v0.2.8
10632025-01-31T04:46:11.948Z Downloaded dropshot_endpoint v0.12.0
10642025-01-31T04:46:11.950Z Downloaded zerovec v0.10.4
10652025-01-31T04:46:11.951Z Downloaded sha3 v0.10.8
10662025-01-31T04:46:11.954Z Downloaded utf16_iter v1.0.5
10672025-01-31T04:46:11.954Z Downloaded phf_generator v0.11.2
10682025-01-31T04:46:11.954Z Downloaded phf_codegen v0.11.2
10692025-01-31T04:46:11.954Z Downloaded rand_chacha v0.3.1
10702025-01-31T04:46:11.957Z Downloaded pin-project-lite v0.2.14
10712025-01-31T04:46:11.959Z Downloaded pin-project-internal v1.1.6
10722025-01-31T04:46:11.962Z Downloaded parking_lot_core v0.8.6
10732025-01-31T04:46:11.965Z Downloaded heapless v0.7.17
10742025-01-31T04:46:11.967Z Downloaded glob v0.3.2
10752025-01-31T04:46:11.970Z Downloaded fallible-iterator v0.2.0
10762025-01-31T04:46:11.970Z Downloaded toml_edit v0.19.15
10772025-01-31T04:46:11.984Z Downloaded pin-utils v0.1.0
10782025-01-31T04:46:11.986Z Downloaded packed_struct v0.10.1
10792025-01-31T04:46:11.989Z Downloaded num-conv v0.1.0
10802025-01-31T04:46:11.989Z Downloaded ff v0.13.0
10812025-01-31T04:46:11.991Z Downloaded itertools v0.13.0
10822025-01-31T04:46:11.996Z Downloaded itertools v0.12.1
10832025-01-31T04:46:12.003Z Downloaded idna v1.0.3
10842025-01-31T04:46:12.007Z Downloaded omicron-zone-package v0.12.0
10852025-01-31T04:46:12.010Z Downloaded typify-macro v0.3.0
10862025-01-31T04:46:12.013Z Downloaded rtoolbox v0.0.2
10872025-01-31T04:46:12.013Z Downloaded des v0.8.1
10882025-01-31T04:46:12.016Z Downloaded ron v0.8.1
10892025-01-31T04:46:12.019Z Downloaded diesel_derives v2.2.3
10902025-01-31T04:46:12.023Z Downloaded url v2.5.3
10912025-01-31T04:46:12.026Z Downloaded ssh-cipher v0.2.0
10922025-01-31T04:46:12.028Z Downloaded strum_macros v0.26.4
10932025-01-31T04:46:12.031Z Downloaded spin v0.9.8
10942025-01-31T04:46:12.033Z Downloaded diff v0.1.13
10952025-01-31T04:46:12.036Z Downloaded crossterm v0.28.1
10962025-01-31T04:46:12.042Z Downloaded unicode-segmentation v1.12.0
10972025-01-31T04:46:12.045Z Downloaded socket2 v0.5.7
10982025-01-31T04:46:12.048Z Downloaded tokio-macros v2.5.0
10992025-01-31T04:46:12.050Z Downloaded subtle v2.6.1
11002025-01-31T04:46:12.050Z Downloaded encoding_rs v0.8.34
11012025-01-31T04:46:12.071Z Downloaded spki v0.7.3
11022025-01-31T04:46:12.074Z Downloaded libgit2-sys v0.17.0+1.8.1
11032025-01-31T04:46:12.131Z Downloaded rusty-fork v0.3.0
11042025-01-31T04:46:12.133Z Downloaded rand_xorshift v0.3.0
11052025-01-31T04:46:12.133Z Downloaded zone v0.3.0
11062025-01-31T04:46:12.136Z Downloaded tracing-attributes v0.1.27
11072025-01-31T04:46:12.138Z Downloaded progenitor-impl v0.8.0
11082025-01-31T04:46:12.138Z Downloaded serde_path_to_error v0.1.16
11092025-01-31T04:46:12.142Z Downloaded either v1.13.0
11102025-01-31T04:46:12.145Z Downloaded rand v0.8.5
11112025-01-31T04:46:12.145Z Downloaded peg-macros v0.8.4
11122025-01-31T04:46:12.148Z Downloaded der_derive v0.7.3
11132025-01-31T04:46:12.148Z Downloaded tungstenite v0.21.0
11142025-01-31T04:46:12.151Z Downloaded tracing-core v0.1.32
11152025-01-31T04:46:12.154Z Downloaded diesel_table_macro_syntax v0.2.0
11162025-01-31T04:46:12.157Z Downloaded synstructure v0.13.1
11172025-01-31T04:46:12.157Z Downloaded slog-json v2.6.1
11182025-01-31T04:46:12.160Z Downloaded shlex v1.3.0
11192025-01-31T04:46:12.160Z Downloaded rustfmt-wrapper v0.2.1
11202025-01-31T04:46:12.160Z Downloaded rustc_version v0.4.1
11212025-01-31T04:46:12.163Z Downloaded rpassword v7.3.1
11222025-01-31T04:46:12.163Z Downloaded document-features v0.2.10
11232025-01-31T04:46:12.163Z Downloaded zerovec-derive v0.10.3
11242025-01-31T04:46:12.165Z Downloaded snafu v0.8.5
11252025-01-31T04:46:12.169Z Downloaded half v2.4.1
11262025-01-31T04:46:12.172Z Downloaded multimap v0.10.0
11272025-01-31T04:46:12.174Z Downloaded tokio-tungstenite v0.24.0
11282025-01-31T04:46:12.176Z Downloaded pin-project v1.1.6
11292025-01-31T04:46:12.185Z Downloaded crossbeam-channel v0.5.13
11302025-01-31T04:46:12.190Z Downloaded const_format v0.2.34
11312025-01-31T04:46:12.194Z Downloaded cc v1.1.30
11322025-01-31T04:46:12.197Z Downloaded mio v1.0.2
11332025-01-31T04:46:12.203Z Downloaded deranged v0.3.11
11342025-01-31T04:46:12.205Z Downloaded rcgen v0.12.1
11352025-01-31T04:46:12.208Z Downloaded crypto-bigint v0.5.5
11362025-01-31T04:46:12.213Z Downloaded backtrace v0.3.74
11372025-01-31T04:46:12.218Z Downloaded yasna v0.5.2
11382025-01-31T04:46:12.221Z Downloaded slog-term v2.9.1
11392025-01-31T04:46:12.225Z Downloaded icu_locid v1.5.0
11402025-01-31T04:46:12.227Z Downloaded compact_str v0.8.0
11412025-01-31T04:46:12.230Z Downloaded chacha20poly1305 v0.10.1
11422025-01-31T04:46:12.233Z Downloaded allocator-api2 v0.2.18
11432025-01-31T04:46:12.236Z Downloaded time-macros v0.2.18
11442025-01-31T04:46:12.238Z Downloaded termtree v0.5.1
11452025-01-31T04:46:12.238Z Downloaded supports-color v3.0.1
11462025-01-31T04:46:12.240Z Downloaded strum_macros v0.25.3
11472025-01-31T04:46:12.243Z Downloaded libloading v0.8.5
11482025-01-31T04:46:12.245Z Downloaded async-bb8-diesel v0.2.1
11492025-01-31T04:46:12.247Z Downloaded cancel-safe-futures v0.1.5
11502025-01-31T04:46:12.250Z Downloaded bzip2 v0.4.4
11512025-01-31T04:46:12.250Z Downloaded highway v1.2.0
11522025-01-31T04:46:12.260Z Downloaded chacha20 v0.9.1
11532025-01-31T04:46:12.260Z Downloaded bcs v0.1.6
11542025-01-31T04:46:12.260Z Downloaded base64ct v1.6.0
11552025-01-31T04:46:12.260Z Downloaded lazycell v1.3.0
11562025-01-31T04:46:12.260Z Downloaded indoc v1.0.9
11572025-01-31T04:46:12.264Z Downloaded console v0.15.10
11582025-01-31T04:46:12.264Z Downloaded backoff v0.4.0
11592025-01-31T04:46:12.266Z Downloaded internet-checksum v0.2.1
11602025-01-31T04:46:12.267Z Downloaded progenitor-client v0.9.1
11612025-01-31T04:46:12.269Z Downloaded bitfield v0.14.0
11622025-01-31T04:46:12.269Z Downloaded http-body-util v0.1.2
11632025-01-31T04:46:12.272Z Downloaded convert_case v0.4.0
11642025-01-31T04:46:12.272Z Downloaded const_format_proc_macros v0.2.34
11652025-01-31T04:46:12.274Z Downloaded chrono-tz-build v0.4.0
11662025-01-31T04:46:12.274Z Downloaded md-5 v0.10.6
11672025-01-31T04:46:12.277Z Downloaded match_cfg v0.1.0
11682025-01-31T04:46:12.277Z Downloaded libsw v3.3.1
11692025-01-31T04:46:12.280Z Downloaded kstat-rs v0.2.4
11702025-01-31T04:46:12.280Z Downloaded inout v0.1.3
11712025-01-31T04:46:12.283Z Downloaded hostname v0.4.0
11722025-01-31T04:46:12.283Z Downloaded hubpack v0.1.2
11732025-01-31T04:46:12.283Z Downloaded hostname v0.3.1
11742025-01-31T04:46:12.285Z Downloaded humantime v2.1.0
11752025-01-31T04:46:12.285Z Downloaded home v0.5.9
11762025-01-31T04:46:12.288Z Downloaded hex v0.4.3
11772025-01-31T04:46:12.288Z Downloaded base16ct v0.2.0
11782025-01-31T04:46:12.290Z Downloaded async-recursion v1.1.1
11792025-01-31T04:46:12.435Z Downloaded libsqlite3-sys v0.30.1
11802025-01-31T04:46:12.636Z Downloaded ring v0.17.8
11812025-01-31T04:46:12.952Z Downloaded aws-lc-sys v0.22.0
11822025-01-31T04:46:13.269Z Compiling serde v1.0.217
11832025-01-31T04:46:13.271Z Compiling lock_api v0.4.12
11842025-01-31T04:46:13.271Z Compiling value-bag v1.9.0
11852025-01-31T04:46:13.271Z Compiling scopeguard v1.2.0
11862025-01-31T04:46:13.271Z Compiling typenum v1.17.0
11872025-01-31T04:46:13.271Z Compiling generic-array v0.14.7
11882025-01-31T04:46:13.479Z Compiling syn v2.0.96
11892025-01-31T04:46:13.496Z Compiling getrandom v0.2.15
11902025-01-31T04:46:13.584Z Compiling subtle v2.6.1
11912025-01-31T04:46:13.810Z Compiling rand_core v0.6.4
11922025-01-31T04:46:13.909Z Compiling log v0.4.22
11932025-01-31T04:46:13.961Z Compiling shlex v1.3.0
11942025-01-31T04:46:14.000Z Compiling jobserver v0.1.32
11952025-01-31T04:46:14.035Z Compiling smallvec v1.13.2
11962025-01-31T04:46:14.290Z Compiling const-oid v0.9.6
11972025-01-31T04:46:14.310Z Compiling pin-project-lite v0.2.14
11982025-01-31T04:46:14.328Z Compiling rustix v0.38.37
11992025-01-31T04:46:14.422Z Compiling cc v1.1.30
12002025-01-31T04:46:14.444Z Compiling spin v0.9.8
12012025-01-31T04:46:14.766Z Compiling parking_lot_core v0.9.10
12022025-01-31T04:46:14.955Z Compiling futures-core v0.3.31
12032025-01-31T04:46:14.998Z Compiling signal-hook-registry v1.4.2
12042025-01-31T04:46:15.207Z Compiling mio v1.0.2
12052025-01-31T04:46:15.251Z Compiling aho-corasick v1.1.3
12062025-01-31T04:46:15.783Z Compiling parking_lot v0.12.3
12072025-01-31T04:46:15.925Z Compiling regex-syntax v0.8.5
12082025-01-31T04:46:16.047Z Compiling either v1.13.0
12092025-01-31T04:46:16.435Z Compiling stable_deref_trait v1.2.0
12102025-01-31T04:46:16.475Z Compiling cpufeatures v0.2.14
12112025-01-31T04:46:16.536Z Compiling futures-sink v0.3.31
12122025-01-31T04:46:16.563Z Compiling glob v0.3.2
12132025-01-31T04:46:16.593Z Compiling socket2 v0.5.7
12142025-01-31T04:46:16.696Z Compiling slab v0.4.9
12152025-01-31T04:46:16.725Z Compiling prettyplease v0.2.25
12162025-01-31T04:46:17.067Z Compiling lazy_static v1.5.0
12172025-01-31T04:46:17.174Z Compiling minimal-lexical v0.2.1
12182025-01-31T04:46:17.211Z Compiling serde_json v1.0.135
12192025-01-31T04:46:17.511Z Compiling clang-sys v1.8.1
12202025-01-31T04:46:17.595Z Compiling libloading v0.8.5
12212025-01-31T04:46:17.739Z Compiling nom v7.1.3
12222025-01-31T04:46:17.846Z Compiling home v0.5.9
12232025-01-31T04:46:18.000Z Compiling bindgen v0.69.5
12242025-01-31T04:46:18.118Z Compiling futures-channel v0.3.31
12252025-01-31T04:46:18.582Z Compiling itertools v0.12.1
12262025-01-31T04:46:18.603Z Compiling pin-utils v0.1.0
12272025-01-31T04:46:18.720Z Compiling libm v0.2.8
12282025-01-31T04:46:18.892Z Compiling futures-task v0.3.31
12292025-01-31T04:46:19.055Z Compiling rustc-hash v1.1.0
12302025-01-31T04:46:19.203Z Compiling allocator-api2 v0.2.18
12312025-01-31T04:46:19.230Z Compiling lazycell v1.3.0
12322025-01-31T04:46:19.413Z Compiling foldhash v0.1.3
12332025-01-31T04:46:19.766Z Compiling futures-io v0.3.31
12342025-01-31T04:46:19.953Z Compiling regex-automata v0.4.8
12352025-01-31T04:46:20.053Z Compiling hashbrown v0.15.1
12362025-01-31T04:46:20.333Z Compiling cmake v0.1.51
12372025-01-31T04:46:21.236Z Compiling synstructure v0.13.1
12382025-01-31T04:46:21.258Z Compiling cexpr v0.6.0
12392025-01-31T04:46:21.565Z Compiling num-traits v0.2.19
12402025-01-31T04:46:21.890Z Compiling pkg-config v0.3.31
12412025-01-31T04:46:22.502Z Compiling fs_extra v1.3.0
12422025-01-31T04:46:22.732Z Compiling dunce v1.0.5
12432025-01-31T04:46:23.072Z Compiling litemap v0.7.3
12442025-01-31T04:46:23.115Z Compiling writeable v0.5.5
12452025-01-31T04:46:23.267Z Compiling ring v0.17.8
12462025-01-31T04:46:23.443Z Compiling base64ct v1.6.0
12472025-01-31T04:46:23.679Z Compiling paste v1.0.15
12482025-01-31T04:46:24.109Z Compiling pem-rfc7468 v0.7.0
12492025-01-31T04:46:24.243Z Compiling httparse v1.9.5
12502025-01-31T04:46:24.289Z Compiling aws-lc-rs v1.10.0
12512025-01-31T04:46:24.719Z Compiling flagset v0.4.6
12522025-01-31T04:46:24.814Z Compiling icu_locid_transform_data v1.5.0
12532025-01-31T04:46:24.962Z Compiling tracing-core v0.1.32
12542025-01-31T04:46:25.052Z Compiling crossbeam-utils v0.8.20
12552025-01-31T04:46:25.578Z Compiling regex v1.11.1
12562025-01-31T04:46:25.757Z Compiling icu_properties_data v1.5.0
12572025-01-31T04:46:25.966Z Compiling rustls-pki-types v1.10.0
12582025-01-31T04:46:26.015Z Compiling percent-encoding v2.3.1
12592025-01-31T04:46:26.369Z Compiling powerfmt v0.2.0
12602025-01-31T04:46:26.516Z Compiling untrusted v0.9.0
12612025-01-31T04:46:26.714Z Compiling untrusted v0.7.1
12622025-01-31T04:46:26.749Z Compiling icu_normalizer_data v1.5.0
12632025-01-31T04:46:26.817Z Compiling utf16_iter v1.0.5
12642025-01-31T04:46:26.867Z Compiling time-core v0.1.2
12652025-01-31T04:46:26.911Z Compiling vcpkg v0.2.15
12662025-01-31T04:46:26.951Z Compiling write16 v1.0.0
12672025-01-31T04:46:27.006Z Compiling serde_derive v1.0.217
12682025-01-31T04:46:27.036Z Compiling zeroize_derive v1.4.2
12692025-01-31T04:46:27.058Z Compiling zerocopy-derive v0.7.35
12702025-01-31T04:46:27.100Z Compiling zerofrom-derive v0.1.4
12712025-01-31T04:46:28.482Z Compiling zeroize v1.8.1
12722025-01-31T04:46:28.678Z Compiling tokio-macros v2.5.0
12732025-01-31T04:46:29.080Z Compiling yoke-derive v0.7.4
12742025-01-31T04:46:29.083Z Compiling zerocopy v0.7.35
12752025-01-31T04:46:30.138Z Compiling crypto-common v0.1.6
12762025-01-31T04:46:30.174Z Compiling block-buffer v0.10.4
12772025-01-31T04:46:30.251Z Compiling thiserror-impl v1.0.69
12782025-01-31T04:46:30.398Z Compiling zerovec-derive v0.10.3
12792025-01-31T04:46:30.455Z Compiling digest v0.10.7
12802025-01-31T04:46:30.509Z Compiling displaydoc v0.2.5
12812025-01-31T04:46:30.767Z Compiling zerofrom v0.1.4
12822025-01-31T04:46:30.940Z Compiling hmac v0.12.1
12832025-01-31T04:46:31.011Z Compiling futures-macro v0.3.31
12842025-01-31T04:46:31.199Z Compiling block-padding v0.3.3
12852025-01-31T04:46:31.265Z Compiling sha2 v0.10.8
12862025-01-31T04:46:31.468Z Compiling inout v0.1.3
12872025-01-31T04:46:31.751Z Compiling cipher v0.4.4
12882025-01-31T04:46:31.914Z Compiling yoke v0.7.4
12892025-01-31T04:46:32.116Z Compiling icu_provider_macros v1.5.0
12902025-01-31T04:46:32.261Z Compiling ppv-lite86 v0.2.20
12912025-01-31T04:46:32.286Z Compiling der_derive v0.7.3
12922025-01-31T04:46:32.932Z Compiling futures-util v0.3.31
12932025-01-31T04:46:32.981Z Compiling zerovec v0.10.4
12942025-01-31T04:46:33.014Z Compiling rand_chacha v0.3.1
12952025-01-31T04:46:33.222Z Compiling tracing-attributes v0.1.27
12962025-01-31T04:46:33.289Z Compiling thiserror v1.0.69
12972025-01-31T04:46:33.466Z Compiling pest v2.7.14
12982025-01-31T04:46:34.679Z Compiling der v0.7.9
12992025-01-31T04:46:34.937Z Compiling tinystr v0.7.6
13002025-01-31T04:46:35.140Z Compiling icu_collections v1.5.0
13012025-01-31T04:46:35.370Z Compiling icu_locid v1.5.0
13022025-01-31T04:46:35.391Z Compiling rand v0.8.5
13032025-01-31T04:46:36.483Z Compiling salsa20 v0.10.2
13042025-01-31T04:46:36.595Z Compiling icu_provider v1.5.0
13052025-01-31T04:46:36.651Z Compiling tracing v0.1.40
13062025-01-31T04:46:36.721Z Compiling spki v0.7.3
13072025-01-31T04:46:37.113Z Compiling pbkdf2 v0.12.2
13082025-01-31T04:46:37.186Z Compiling mirai-annotations v1.12.0
13092025-01-31T04:46:37.306Z Compiling icu_locid_transform v1.5.0
13102025-01-31T04:46:37.394Z Compiling utf8_iter v1.0.4
13112025-01-31T04:46:37.415Z Compiling num-conv v0.1.0
13122025-01-31T04:46:37.464Z Compiling scrypt v0.11.0
13132025-01-31T04:46:37.604Z Compiling pest_meta v2.7.14
13142025-01-31T04:46:37.634Z Compiling aes v0.8.4
13152025-01-31T04:46:37.701Z Compiling time-macros v0.2.18
13162025-01-31T04:46:37.831Z Compiling cbc v0.1.2
13172025-01-31T04:46:38.086Z Compiling openssl-sys v0.9.104
13182025-01-31T04:46:38.425Z Compiling scroll_derive v0.12.0
13192025-01-31T04:46:39.185Z Compiling icu_properties v1.5.1
13202025-01-31T04:46:39.738Z Compiling deranged v0.3.11
13212025-01-31T04:46:40.444Z Compiling bitflags v2.6.0
13222025-01-31T04:46:40.635Z Compiling bytes v1.9.0
13232025-01-31T04:46:41.134Z Compiling indexmap v2.7.1
13242025-01-31T04:46:41.172Z Compiling semver v1.0.24
13252025-01-31T04:46:41.690Z Compiling tokio v1.43.0
13262025-01-31T04:46:41.881Z Compiling http v1.2.0
13272025-01-31T04:46:41.904Z Compiling rustc_version v0.4.1
13282025-01-31T04:46:42.191Z Compiling num_threads v0.1.7
13292025-01-31T04:46:42.338Z Compiling atomic-waker v1.1.2
13302025-01-31T04:46:42.467Z Compiling tinyvec_macros v0.1.1
13312025-01-31T04:46:42.531Z Compiling time v0.3.36
13322025-01-31T04:46:42.573Z Compiling tinyvec v1.8.0
13332025-01-31T04:46:42.597Z Compiling scroll v0.12.0
13342025-01-31T04:46:43.157Z Compiling icu_normalizer v1.5.0
13352025-01-31T04:46:43.843Z Compiling http-body v1.0.1
13362025-01-31T04:46:44.085Z Compiling pest_generator v2.7.14
13372025-01-31T04:46:44.108Z Compiling pkcs5 v0.7.1
13382025-01-31T04:46:44.129Z Compiling idna_adapter v1.2.0
13392025-01-31T04:46:44.149Z Compiling form_urlencoded v1.2.1
13402025-01-31T04:46:44.367Z Compiling slog v2.7.0
13412025-01-31T04:46:44.473Z Compiling which v4.4.2
13422025-01-31T04:46:45.026Z Compiling try-lock v0.2.5
13432025-01-31T04:46:45.048Z Compiling goblin v0.8.2
13442025-01-31T04:46:45.192Z Compiling want v0.3.1
13452025-01-31T04:46:45.319Z Compiling pkcs8 v0.10.2
13462025-01-31T04:46:45.482Z Compiling idna v1.0.3
13472025-01-31T04:46:45.600Z Compiling uuid v1.12.0
13482025-01-31T04:46:45.999Z Compiling httpdate v1.0.3
13492025-01-31T04:46:46.029Z Compiling pest_derive v2.7.14
13502025-01-31T04:46:46.474Z Compiling iana-time-zone v0.1.61
13512025-01-31T04:46:46.851Z Compiling dtrace-parser v0.2.0
13522025-01-31T04:46:46.874Z Compiling chrono v0.4.39
13532025-01-31T04:46:47.160Z Compiling serde_tokenstream v0.2.2
13542025-01-31T04:46:47.353Z Compiling serde_spanned v0.6.8
13552025-01-31T04:46:47.610Z Compiling toml_datetime v0.6.8
13562025-01-31T04:46:47.754Z Compiling adler2 v2.0.0
13572025-01-31T04:46:47.841Z Compiling foreign-types-shared v0.1.1
13582025-01-31T04:46:47.974Z Compiling match_cfg v0.1.0
13592025-01-31T04:46:47.992Z Compiling base64 v0.22.1
13602025-01-31T04:46:48.082Z Compiling tower-service v0.3.3
13612025-01-31T04:46:48.084Z Compiling rustversion v1.0.17
13622025-01-31T04:46:48.235Z Compiling openssl v0.10.66
13632025-01-31T04:46:48.697Z Compiling hostname v0.3.1
13642025-01-31T04:46:48.717Z Compiling foreign-types v0.3.2
13652025-01-31T04:46:48.778Z Compiling miniz_oxide v0.8.0
13662025-01-31T04:46:48.821Z Compiling url v2.5.3
13672025-01-31T04:46:48.897Z Compiling async-trait v0.1.85
13682025-01-31T04:46:50.178Z Compiling tokio-util v0.7.12
13692025-01-31T04:46:50.283Z Compiling openssl-macros v0.1.1
13702025-01-31T04:46:50.305Z Compiling serde_derive_internals v0.29.1
13712025-01-31T04:46:50.665Z Compiling dirs-sys-next v0.1.2
13722025-01-31T04:46:51.063Z Compiling dof v0.3.0
13732025-01-31T04:46:51.232Z Compiling h2 v0.4.6
13742025-01-31T04:46:51.458Z Compiling syn v1.0.109
13752025-01-31T04:46:51.533Z Compiling schemars v0.8.21
13762025-01-31T04:46:51.873Z Compiling usdt-impl v0.5.0
13772025-01-31T04:46:52.035Z Compiling siphasher v0.3.11
13782025-01-31T04:46:52.417Z Compiling rustls v0.22.4
13792025-01-31T04:46:52.669Z Compiling data-encoding v2.6.0
13802025-01-31T04:46:52.695Z Compiling native-tls v0.2.12
13812025-01-31T04:46:52.934Z Compiling rustls v0.23.19
13822025-01-31T04:46:53.093Z Compiling schemars_derive v0.8.21
13832025-01-31T04:46:53.301Z Compiling dirs-next v2.0.0
13842025-01-31T04:46:54.693Z Compiling http-body-util v0.1.2
13852025-01-31T04:46:54.826Z Compiling unicode-normalization v0.1.24
13862025-01-31T04:46:54.848Z Compiling heapless v0.7.17
13872025-01-31T04:46:55.190Z Compiling crossbeam-epoch v0.9.18
13882025-01-31T04:46:55.306Z Compiling signature v2.2.0
13892025-01-31T04:46:55.455Z Compiling sha1 v0.10.6
13902025-01-31T04:46:55.603Z Compiling bzip2-sys v0.1.11+1.0.8
13912025-01-31T04:46:55.861Z Compiling thread_local v1.1.8
13922025-01-31T04:46:55.882Z Compiling multer v3.1.0
13932025-01-31T04:46:55.937Z Compiling encoding_rs v0.8.34
13942025-01-31T04:46:56.062Z Compiling cookie v0.18.1
13952025-01-31T04:46:56.179Z Compiling ipnet v2.10.1
13962025-01-31T04:46:56.240Z Compiling openssl-probe v0.1.5
13972025-01-31T04:46:56.320Z Compiling mime v0.3.17
13982025-01-31T04:46:56.356Z Compiling unicode-properties v0.1.3
13992025-01-31T04:46:56.546Z Compiling slog-async v2.8.0
14002025-01-31T04:46:56.776Z Compiling dyn-clone v1.0.17
14012025-01-31T04:46:56.820Z Compiling rayon-core v1.12.1
14022025-01-31T04:46:56.986Z Compiling unicode-bidi v0.3.17
14032025-01-31T04:46:57.039Z Compiling gimli v0.31.1
14042025-01-31T04:46:57.105Z Compiling signal-hook v0.3.17
14052025-01-31T04:46:57.514Z Compiling toml_edit v0.22.22
14062025-01-31T04:46:58.287Z Compiling stringprep v0.1.5
14072025-01-31T04:46:59.363Z Compiling hyper v1.5.2
14082025-01-31T04:47:01.019Z Compiling crossbeam-deque v0.8.5
14092025-01-31T04:47:01.291Z Compiling addr2line v0.24.2
14102025-01-31T04:47:01.459Z Compiling usdt-macro v0.5.0
14112025-01-31T04:47:01.749Z Compiling usdt-attr-macro v0.5.0
14122025-01-31T04:47:01.841Z Compiling hyper-util v0.1.10
14132025-01-31T04:47:01.936Z Compiling term v0.7.0
14142025-01-31T04:47:02.906Z Compiling slog-json v2.6.1
14152025-01-31T04:47:03.123Z Compiling serde_urlencoded v0.7.1
14162025-01-31T04:47:03.154Z Compiling curve25519-dalek v4.1.3
14172025-01-31T04:47:03.257Z Compiling crossbeam-channel v0.5.13
14182025-01-31T04:47:03.323Z Compiling futures-executor v0.3.31
14192025-01-31T04:47:03.641Z Compiling md-5 v0.10.6
14202025-01-31T04:47:03.818Z Compiling enum-as-inner v0.6.1
14212025-01-31T04:47:03.867Z Compiling async-stream-impl v0.3.6
14222025-01-31T04:47:03.927Z Compiling rustls-pemfile v2.2.0
14232025-01-31T04:47:04.241Z Compiling num-integer v0.1.46
14242025-01-31T04:47:04.263Z Compiling hash32 v0.2.1
14252025-01-31T04:47:04.660Z Compiling ff v0.13.0
14262025-01-31T04:47:04.853Z Compiling is-terminal v0.4.13
14272025-01-31T04:47:04.896Z Compiling dropshot v0.12.0
14282025-01-31T04:47:04.953Z Compiling object v0.36.5
14292025-01-31T04:47:04.996Z Compiling utf-8 v0.7.6
14302025-01-31T04:47:05.017Z Compiling litrs v0.4.1
14312025-01-31T04:47:05.091Z Compiling linked-hash-map v0.5.6
14322025-01-31T04:47:05.193Z Compiling portable-atomic v1.9.0
14332025-01-31T04:47:05.254Z Compiling fallible-iterator v0.2.0
14342025-01-31T04:47:05.317Z Compiling num-bigint-dig v0.8.4
14352025-01-31T04:47:05.447Z Compiling rustc-demangle v0.1.24
14362025-01-31T04:47:05.638Z Compiling quick-error v1.2.3
14372025-01-31T04:47:05.808Z Compiling smoltcp v0.9.1
14382025-01-31T04:47:05.972Z Compiling base16ct v0.2.0
14392025-01-31T04:47:06.164Z Compiling take_mut v0.2.2
14402025-01-31T04:47:06.188Z Compiling psl-types v2.0.11
14412025-01-31T04:47:06.319Z Compiling anyhow v1.0.95
14422025-01-31T04:47:06.386Z Compiling publicsuffix v2.3.0
14432025-01-31T04:47:06.409Z Compiling sec1 v0.7.3
14442025-01-31T04:47:06.565Z Compiling document-features v0.2.10
14452025-01-31T04:47:06.695Z Compiling postgres-protocol v0.6.7
14462025-01-31T04:47:06.958Z Compiling resolv-conf v0.7.0
14472025-01-31T04:47:07.357Z Compiling lru-cache v0.1.2
14482025-01-31T04:47:07.441Z Compiling async-stream v0.3.6
14492025-01-31T04:47:07.548Z Compiling tungstenite v0.24.0
14502025-01-31T04:47:07.675Z Compiling slog-term v2.9.1
14512025-01-31T04:47:07.731Z Compiling hickory-proto v0.24.2
14522025-01-31T04:47:07.771Z Compiling usdt v0.5.0
14532025-01-31T04:47:07.938Z Compiling group v0.13.0
14542025-01-31T04:47:08.263Z Compiling num-iter v0.1.45
14552025-01-31T04:47:08.582Z Compiling futures v0.3.31
14562025-01-31T04:47:08.702Z Compiling slog-bunyan v2.5.0
14572025-01-31T04:47:09.666Z Compiling toml v0.8.19
14582025-01-31T04:47:10.070Z Compiling camino v1.1.9
14592025-01-31T04:47:10.402Z Compiling tokio-native-tls v0.3.1
14602025-01-31T04:47:10.701Z Compiling phf_shared v0.11.2
14612025-01-31T04:47:10.979Z Compiling dropshot_endpoint v0.12.0
14622025-01-31T04:47:11.087Z Compiling terminal_size v0.4.0
14632025-01-31T04:47:11.215Z Compiling openapiv3 v2.0.0
14642025-01-31T04:47:11.315Z Compiling waitgroup v0.1.2
14652025-01-31T04:47:11.503Z Compiling serde_path_to_error v0.1.16
14662025-01-31T04:47:11.544Z Compiling hkdf v0.12.4
14672025-01-31T04:47:11.829Z Compiling backtrace v0.3.74
14682025-01-31T04:47:12.248Z Compiling crypto-bigint v0.5.5
14692025-01-31T04:47:12.293Z Compiling curve25519-dalek-derive v0.1.1
14702025-01-31T04:47:13.752Z Compiling zerocopy-derive v0.6.6
14712025-01-31T04:47:15.022Z Compiling webpki-roots v0.26.6
14722025-01-31T04:47:15.243Z Compiling hostname v0.4.0
14732025-01-31T04:47:15.283Z Compiling crc32fast v1.4.2
14742025-01-31T04:47:15.304Z Compiling ahash v0.8.11
14752025-01-31T04:47:15.376Z Compiling hubpack_derive v0.1.1
14762025-01-31T04:47:15.472Z Compiling fs-err v2.11.0
14772025-01-31T04:47:15.619Z Compiling unicode-width v0.2.0
14782025-01-31T04:47:15.650Z Compiling bitflags v1.3.2
14792025-01-31T04:47:15.733Z Compiling debug-ignore v1.0.5
14802025-01-31T04:47:15.769Z Compiling winnow v0.5.40
14812025-01-31T04:47:15.796Z Compiling newtype-uuid v1.2.1
14822025-01-31T04:47:15.890Z Compiling managed v0.8.0
14832025-01-31T04:47:16.106Z Compiling console v0.15.10
14842025-01-31T04:47:16.258Z Compiling hubpack v0.1.2
14852025-01-31T04:47:16.325Z Compiling strum_macros v0.25.3
14862025-01-31T04:47:16.695Z Compiling clap_builder v4.5.27
14872025-01-31T04:47:17.179Z Compiling zerocopy v0.6.6
14882025-01-31T04:47:17.552Z Compiling flate2 v1.0.35
14892025-01-31T04:47:17.934Z Compiling elliptic-curve v0.13.8
14902025-01-31T04:47:18.319Z Compiling hickory-resolver v0.24.2
14912025-01-31T04:47:18.778Z Compiling signal-hook-mio v0.2.4
14922025-01-31T04:47:18.960Z Compiling toml_edit v0.19.15
14932025-01-31T04:47:19.249Z Compiling phf v0.11.2
14942025-01-31T04:47:19.270Z Compiling hyper-tls v0.6.0
14952025-01-31T04:47:19.599Z Compiling cookie_store v0.21.1
14962025-01-31T04:47:19.717Z Compiling rayon v1.10.0
14972025-01-31T04:47:20.162Z Compiling bzip2 v0.4.4
14982025-01-31T04:47:20.571Z Compiling tokio-tungstenite v0.24.0
14992025-01-31T04:47:21.120Z Compiling postgres-types v0.2.8
15002025-01-31T04:47:23.758Z Compiling ed25519 v2.2.3
15012025-01-31T04:47:24.169Z Compiling phf_shared v0.10.0
15022025-01-31T04:47:24.378Z Compiling tokio-stream v0.1.16
15032025-01-31T04:47:24.576Z Compiling pkcs1 v0.7.5
15042025-01-31T04:47:25.033Z Compiling serde-big-array v0.5.1
15052025-01-31T04:47:25.278Z Compiling rfc6979 v0.4.0
15062025-01-31T04:47:25.339Z Compiling serde_repr v0.1.19
15072025-01-31T04:47:25.484Z Compiling derive-where v1.2.7
15082025-01-31T04:47:25.522Z Compiling clap_derive v4.5.24
15092025-01-31T04:47:25.670Z Compiling float-cmp v0.9.0
15102025-01-31T04:47:25.916Z Compiling bstr v1.10.0
15112025-01-31T04:47:26.316Z Compiling sync_wrapper v1.0.1
15122025-01-31T04:47:26.419Z Compiling fixedbitset v0.4.2
15132025-01-31T04:47:26.456Z Compiling unicode-segmentation v1.12.0
15142025-01-31T04:47:26.476Z Compiling static_assertions v1.1.0
15152025-01-31T04:47:26.582Z Compiling whoami v1.5.2
15162025-01-31T04:47:26.851Z Compiling precomputed-hash v0.1.1
15172025-01-31T04:47:26.985Z Compiling difflib v0.4.0
15182025-01-31T04:47:27.182Z Compiling normalize-line-endings v0.3.0
15192025-01-31T04:47:27.326Z Compiling predicates-core v1.0.8
15202025-01-31T04:47:27.348Z Compiling new_debug_unreachable v1.0.6
15212025-01-31T04:47:27.459Z Compiling number_prefix v0.4.0
15222025-01-31T04:47:27.520Z Compiling bit-vec v0.6.3
15232025-01-31T04:47:27.672Z Compiling indicatif v0.17.11
15242025-01-31T04:47:27.693Z Compiling predicates v3.1.2
15252025-01-31T04:47:27.921Z Compiling bit-set v0.5.3
15262025-01-31T04:47:28.227Z Compiling string_cache v0.8.7
15272025-01-31T04:47:28.410Z Compiling similar v2.6.0
15282025-01-31T04:47:28.657Z Compiling tokio-postgres v0.7.12
15292025-01-31T04:47:28.837Z Compiling petgraph v0.6.5
15302025-01-31T04:47:29.239Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15312025-01-31T04:47:29.812Z Compiling ecdsa v0.16.9
15322025-01-31T04:47:30.217Z Compiling clap v4.5.27
15332025-01-31T04:47:30.344Z Compiling rsa v0.9.6
15342025-01-31T04:47:30.620Z Compiling ed25519-dalek v2.1.1
15352025-01-31T04:47:30.671Z Compiling toml v0.7.8
15362025-01-31T04:47:31.956Z Compiling zip v0.6.6
15372025-01-31T04:47:32.165Z Compiling crossterm v0.28.1
15382025-01-31T04:47:33.623Z Compiling hex v0.4.3
15392025-01-31T04:47:33.911Z Compiling x509-cert v0.2.5
15402025-01-31T04:47:34.219Z Compiling itertools v0.10.5
15412025-01-31T04:47:34.508Z Compiling peg-runtime v0.8.3
15422025-01-31T04:47:35.149Z Compiling unicode-xid v0.2.6
15432025-01-31T04:47:35.196Z Compiling lalrpop-util v0.19.12
15442025-01-31T04:47:35.344Z Compiling strum_macros v0.26.4
15452025-01-31T04:47:35.568Z Compiling xattr v1.3.1
15462025-01-31T04:47:35.590Z Compiling filetime v0.2.25
15472025-01-31T04:47:35.852Z Compiling tar v0.4.42
15482025-01-31T04:47:40.191Z Compiling strum v0.26.3
15492025-01-31T04:47:43.342Z Compiling aws-lc-sys v0.22.0
15502025-01-31T04:48:11.582Z Compiling rustls-webpki v0.102.8
15512025-01-31T04:48:14.859Z Compiling tokio-rustls v0.25.0
15522025-01-31T04:48:16.629Z Compiling tokio-rustls v0.26.0
15532025-01-31T04:48:16.928Z Compiling hyper-rustls v0.27.3
15542025-01-31T04:48:17.256Z Compiling reqwest v0.12.9
15552025-01-31T04:48:18.672Z Compiling qorb v0.2.1
15562025-01-31T04:48:21.840Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15572025-01-31T04:48:22.105Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15582025-01-31T04:48:26.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
15592025-01-31T04:48:26.964Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15602025-01-31T04:48:27.023ZJan 31 04:48:26.979 INFO Starting download, target: Clickhouse
15612025-01-31T04:48:27.023ZJan 31 04:48:26.979 INFO Starting download, target: Cockroach
15622025-01-31T04:48:27.023ZJan 31 04:48:26.979 INFO Starting download, target: Console
15632025-01-31T04:48:27.023ZJan 31 04:48:26.979 INFO Starting download, target: DendriteOpenapi
15642025-01-31T04:48:27.026ZJan 31 04:48:26.979 INFO Starting download, target: DendriteStub
15652025-01-31T04:48:27.026ZJan 31 04:48:26.979 INFO Starting download, target: MaghemiteMgd
15662025-01-31T04:48:27.026ZJan 31 04:48:26.979 INFO Starting download, target: TransceiverControl
15672025-01-31T04:48:27.026ZJan 31 04:48:26.980 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15682025-01-31T04:48:27.026ZJan 31 04:48:26.980 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15692025-01-31T04:48:27.026ZJan 31 04:48:26.980 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15702025-01-31T04:48:27.026ZJan 31 04:48:26.980 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15712025-01-31T04:48:27.026ZJan 31 04:48:26.980 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15722025-01-31T04:48:27.026ZJan 31 04:48:26.980 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15732025-01-31T04:48:27.026ZJan 31 04:48:26.980 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15742025-01-31T04:48:27.189ZJan 31 04:48:27.142 INFO Download complete, target: DendriteOpenapi
15752025-01-31T04:48:27.306ZJan 31 04:48:27.259 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15762025-01-31T04:48:27.582ZJan 31 04:48:27.528 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15772025-01-31T04:48:27.727ZJan 31 04:48:27.682 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15782025-01-31T04:48:27.795ZJan 31 04:48:27.750 INFO Download complete, target: TransceiverControl
15792025-01-31T04:48:27.930ZJan 31 04:48:27.885 INFO Download complete, target: Console
15802025-01-31T04:48:28.030ZJan 31 04:48:27.984 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15812025-01-31T04:48:28.614ZJan 31 04:48:28.570 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15822025-01-31T04:48:28.614ZJan 31 04:48:28.570 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15832025-01-31T04:48:28.924ZJan 31 04:48:28.879 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15842025-01-31T04:48:30.665ZJan 31 04:48:30.621 INFO Download complete, target: DendriteStub
15852025-01-31T04:48:31.007ZJan 31 04:48:30.963 INFO Download complete, target: MaghemiteMgd
15862025-01-31T04:48:36.198ZJan 31 04:48:36.154 INFO Checking that binary works, target: Cockroach
15872025-01-31T04:48:36.363ZJan 31 04:48:36.319 INFO Download complete, target: Cockroach
15882025-01-31T04:48:41.561ZJan 31 04:48:41.516 INFO Checking that binary works, target: Clickhouse
15892025-01-31T04:48:41.735ZJan 31 04:48:41.690 INFO Download complete, target: Clickhouse
15902025-01-31T04:48:41.742ZAll prerequisites installed successfully
15912025-01-31T04:48:41.745Z
15922025-01-31T04:48:41.745Zreal 5:41.675652810
15932025-01-31T04:48:41.745Zuser 16:16.218556884
15942025-01-31T04:48:41.745Zsys 2:07.178028306
15952025-01-31T04:48:41.745Ztrap 0.615508967
15962025-01-31T04:48:41.745Ztflt 1.756116856
15972025-01-31T04:48:41.745Zdflt 1.439648463
15982025-01-31T04:48:41.745Zkflt 0.023429722
15992025-01-31T04:48:41.745Zlock 25:20.991917385
16002025-01-31T04:48:41.745Zslp 58:10.404207463
16012025-01-31T04:48:41.745Zlat 1:01.854672157
16022025-01-31T04:48:41.745Zstop 2:29.687995799
16032025-01-31T04:48:41.745Z+ ptime -m cargo xtask download softnpu
16042025-01-31T04:48:42.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16052025-01-31T04:48:42.330Z Running `target/debug/xtask download softnpu`
16062025-01-31T04:48:43.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
16072025-01-31T04:48:43.279Z Running `target/debug/xtask-downloader softnpu`
16082025-01-31T04:48:43.327ZJan 31 04:48:43.278 INFO Starting download, target: Softnpu
16092025-01-31T04:48:43.330ZJan 31 04:48:43.279 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16102025-01-31T04:48:43.802ZJan 31 04:48:43.757 INFO Download complete, target: Softnpu
16112025-01-31T04:48:43.806Z
16122025-01-31T04:48:43.809Zreal 2.056448068
16132025-01-31T04:48:43.809Zuser 1.347176592
16142025-01-31T04:48:43.809Zsys 0.570801455
16152025-01-31T04:48:43.809Ztrap 0.000791984
16162025-01-31T04:48:43.809Ztflt 0.000079370
16172025-01-31T04:48:43.809Zdflt 0.000047160
16182025-01-31T04:48:43.809Zkflt 0.000000000
16192025-01-31T04:48:43.809Zlock 5.175558430
16202025-01-31T04:48:43.809Zslp 0.314811316
16212025-01-31T04:48:43.809Zlat 0.069022402
16222025-01-31T04:48:43.809Zstop 0.000160429
16232025-01-31T04:48:43.809Z+ export CARGO_INCREMENTAL=0
16242025-01-31T04:48:43.809Z+ CARGO_INCREMENTAL=0
16252025-01-31T04:48:43.809Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16262025-01-31T04:48:44.806Z Compiling proc-macro2 v1.0.92
16272025-01-31T04:48:44.806Z Compiling unicode-ident v1.0.14
16282025-01-31T04:48:44.809Z Compiling libc v0.2.169
16292025-01-31T04:48:44.809Z Compiling serde v1.0.217
16302025-01-31T04:48:44.809Z Compiling autocfg v1.4.0
16312025-01-31T04:48:44.809Z Compiling version_check v0.9.5
16322025-01-31T04:48:44.809Z Compiling cfg-if v1.0.0
16332025-01-31T04:48:45.075Z Compiling memchr v2.7.4
16342025-01-31T04:48:45.116Z Compiling typenum v1.17.0
16352025-01-31T04:48:45.195Z Compiling shlex v1.3.0
16362025-01-31T04:48:45.518Z Compiling value-bag v1.9.0
16372025-01-31T04:48:45.538Z Compiling scopeguard v1.2.0
16382025-01-31T04:48:45.554Z Compiling generic-array v0.14.7
16392025-01-31T04:48:45.793Z Compiling lock_api v0.4.12
16402025-01-31T04:48:46.012Z Compiling log v0.4.22
16412025-01-31T04:48:46.047Z Compiling parking_lot_core v0.9.10
16422025-01-31T04:48:46.432Z Compiling serde_json v1.0.135
16432025-01-31T04:48:46.481Z Compiling once_cell v1.20.2
16442025-01-31T04:48:46.687Z Compiling libm v0.2.8
16452025-01-31T04:48:46.758Z Compiling quote v1.0.38
16462025-01-31T04:48:46.762Z Compiling rustix v0.38.37
16472025-01-31T04:48:46.854Z Compiling jobserver v0.1.32
16482025-01-31T04:48:46.954Z Compiling getrandom v0.2.15
16492025-01-31T04:48:47.256Z Compiling syn v2.0.96
16502025-01-31T04:48:47.326Z Compiling cc v1.1.30
16512025-01-31T04:48:47.343Z Compiling aho-corasick v1.1.3
16522025-01-31T04:48:47.378Z Compiling num-traits v0.2.19
16532025-01-31T04:48:47.399Z Compiling thiserror v1.0.69
16542025-01-31T04:48:47.418Z Compiling regex-syntax v0.8.5
16552025-01-31T04:48:47.593Z Compiling either v1.13.0
16562025-01-31T04:48:47.703Z Compiling itoa v1.0.11
16572025-01-31T04:48:47.956Z Compiling spin v0.9.8
16582025-01-31T04:48:47.985Z Compiling slab v0.4.9
16592025-01-31T04:48:48.307Z Compiling errno v0.3.9
16602025-01-31T04:48:48.353Z Compiling byteorder v1.5.0
16612025-01-31T04:48:48.533Z Compiling rand_core v0.6.4
16622025-01-31T04:48:48.905Z Compiling glob v0.3.2
16632025-01-31T04:48:49.301Z Compiling prettyplease v0.2.25
16642025-01-31T04:48:49.324Z Compiling lazy_static v1.5.0
16652025-01-31T04:48:49.663Z Compiling clang-sys v1.8.1
16662025-01-31T04:48:49.680Z Compiling minimal-lexical v0.2.1
16672025-01-31T04:48:50.186Z Compiling nom v7.1.3
16682025-01-31T04:48:50.325Z Compiling libloading v0.8.5
16692025-01-31T04:48:50.378Z Compiling home v0.5.9
16702025-01-31T04:48:50.479Z Compiling smallvec v1.13.2
16712025-01-31T04:48:50.628Z Compiling bindgen v0.69.5
16722025-01-31T04:48:50.685Z Compiling subtle v2.6.1
16732025-01-31T04:48:51.011Z Compiling itertools v0.12.1
16742025-01-31T04:48:51.093Z Compiling allocator-api2 v0.2.18
16752025-01-31T04:48:51.229Z Compiling regex-automata v0.4.8
16762025-01-31T04:48:51.383Z Compiling lazycell v1.3.0
16772025-01-31T04:48:51.572Z Compiling rustc-hash v1.1.0
16782025-01-31T04:48:51.812Z Compiling cmake v0.1.51
16792025-01-31T04:48:52.257Z Compiling semver v1.0.24
16802025-01-31T04:48:52.740Z Compiling fs_extra v1.3.0
16812025-01-31T04:48:53.084Z Compiling dunce v1.0.5
16822025-01-31T04:48:53.271Z Compiling cexpr v0.6.0
16832025-01-31T04:48:53.327Z Compiling pkg-config v0.3.31
16842025-01-31T04:48:53.539Z Compiling ring v0.17.8
16852025-01-31T04:48:54.175Z Compiling ryu v1.0.18
16862025-01-31T04:48:54.436Z Compiling synstructure v0.13.1
16872025-01-31T04:48:54.484Z Compiling pin-project-lite v0.2.14
16882025-01-31T04:48:54.631Z Compiling paste v1.0.15
16892025-01-31T04:48:54.701Z Compiling httparse v1.9.5
16902025-01-31T04:48:54.951Z Compiling const-oid v0.9.6
16912025-01-31T04:48:55.200Z Compiling schemars v0.8.21
16922025-01-31T04:48:55.368Z Compiling aws-lc-rs v1.10.0
16932025-01-31T04:48:55.561Z Compiling fnv v1.0.7
16942025-01-31T04:48:55.761Z Compiling serde_derive_internals v0.29.1
16952025-01-31T04:48:56.469Z Compiling foldhash v0.1.3
16962025-01-31T04:48:56.728Z Compiling regex v1.11.1
16972025-01-31T04:48:56.773Z Compiling equivalent v1.0.1
16982025-01-31T04:48:56.909Z Compiling hashbrown v0.15.1
16992025-01-31T04:48:56.992Z Compiling signal-hook-registry v1.4.2
17002025-01-31T04:48:57.630Z Compiling heck v0.5.0
17012025-01-31T04:48:57.711Z Compiling parking_lot v0.12.3
17022025-01-31T04:48:57.828Z Compiling mio v1.0.2
17032025-01-31T04:48:58.166Z Compiling stable_deref_trait v1.2.0
17042025-01-31T04:48:58.873Z Compiling socket2 v0.5.7
17052025-01-31T04:48:59.058Z Compiling serde_derive v1.0.217
17062025-01-31T04:48:59.475Z Compiling zeroize_derive v1.4.2
17072025-01-31T04:48:59.766Z Compiling zerocopy-derive v0.7.35
17082025-01-31T04:49:00.263Z Compiling thiserror-impl v1.0.69
17092025-01-31T04:49:00.452Z Compiling tokio-macros v2.5.0
17102025-01-31T04:49:00.566Z Compiling zerofrom-derive v0.1.4
17112025-01-31T04:49:00.867Z Compiling zeroize v1.8.1
17122025-01-31T04:49:01.178Z Compiling yoke-derive v0.7.4
17132025-01-31T04:49:01.323Z Compiling zerovec-derive v0.10.3
17142025-01-31T04:49:01.448Z Compiling futures-macro v0.3.31
17152025-01-31T04:49:01.630Z Compiling displaydoc v0.2.5
17162025-01-31T04:49:02.946Z Compiling zerocopy v0.7.35
17172025-01-31T04:49:03.061Z Compiling crypto-common v0.1.6
17182025-01-31T04:49:03.257Z Compiling icu_provider_macros v1.5.0
17192025-01-31T04:49:03.416Z Compiling tracing-attributes v0.1.27
17202025-01-31T04:49:03.583Z Compiling schemars_derive v0.8.21
17212025-01-31T04:49:03.638Z Compiling block-buffer v0.10.4
17222025-01-31T04:49:03.880Z Compiling digest v0.10.7
17232025-01-31T04:49:04.324Z Compiling crossbeam-utils v0.8.20
17242025-01-31T04:49:04.354Z Compiling time-core v0.1.2
17252025-01-31T04:49:04.553Z Compiling num-conv v0.1.0
17262025-01-31T04:49:04.572Z Compiling futures-core v0.3.31
17272025-01-31T04:49:04.815Z Compiling time-macros v0.2.18
17282025-01-31T04:49:04.838Z Compiling der_derive v0.7.3
17292025-01-31T04:49:05.170Z Compiling vcpkg v0.2.15
17302025-01-31T04:49:06.679Z Compiling openssl-sys v0.9.104
17312025-01-31T04:49:07.576Z Compiling syn v1.0.109
17322025-01-31T04:49:07.867Z Compiling cpufeatures v0.2.14
17332025-01-31T04:49:07.982Z Compiling futures-sink v0.3.31
17342025-01-31T04:49:08.182Z Compiling slog v2.7.0
17352025-01-31T04:49:08.413Z Compiling ahash v0.8.11
17362025-01-31T04:49:08.630Z Compiling zerofrom v0.1.4
17372025-01-31T04:49:08.880Z Compiling iana-time-zone v0.1.61
17382025-01-31T04:49:09.121Z Compiling yoke v0.7.4
17392025-01-31T04:49:09.360Z Compiling futures-channel v0.3.31
17402025-01-31T04:49:09.521Z Compiling scroll_derive v0.12.0
17412025-01-31T04:49:09.598Z Compiling futures-task v0.3.31
17422025-01-31T04:49:09.697Z Compiling openssl v0.10.66
17432025-01-31T04:49:09.838Z Compiling pin-utils v0.1.0
17442025-01-31T04:49:09.901Z Compiling ucd-trie v0.1.7
17452025-01-31T04:49:09.994Z Compiling futures-io v0.3.31
17462025-01-31T04:49:10.145Z Compiling zerovec v0.10.4
17472025-01-31T04:49:10.374Z Compiling futures-util v0.3.31
17482025-01-31T04:49:10.374Z Compiling pest v2.7.14
17492025-01-31T04:49:11.393Z Compiling hmac v0.12.1
17502025-01-31T04:49:11.615Z Compiling bitflags v2.6.0
17512025-01-31T04:49:11.906Z Compiling bytes v1.9.0
17522025-01-31T04:49:13.685Z Compiling indexmap v2.7.1
17532025-01-31T04:49:13.963Z Compiling tokio v1.43.0
17542025-01-31T04:49:14.802Z Compiling serde_tokenstream v0.2.2
17552025-01-31T04:49:15.180Z Compiling uuid v1.12.0
17562025-01-31T04:49:15.380Z Compiling http v1.2.0
17572025-01-31T04:49:16.477Z Compiling which v4.4.2
17582025-01-31T04:49:16.609Z Compiling chrono v0.4.39
17592025-01-31T04:49:16.672Z Compiling rustc_version v0.4.1
17602025-01-31T04:49:19.878Z Compiling pest_meta v2.7.14
17612025-01-31T04:49:22.940Z Compiling block-padding v0.3.3
17622025-01-31T04:49:23.204Z Compiling openssl-macros v0.1.1
17632025-01-31T04:49:23.745Z Compiling rustls v0.23.19
17642025-01-31T04:49:23.748Z Compiling native-tls v0.2.12
17652025-01-31T04:49:23.936Z Compiling inout v0.1.3
17662025-01-31T04:49:24.050Z Compiling pest_generator v2.7.14
17672025-01-31T04:49:24.118Z Compiling tinystr v0.7.6
17682025-01-31T04:49:24.552Z Compiling toml_datetime v0.6.8
17692025-01-31T04:49:24.597Z Compiling serde_spanned v0.6.8
17702025-01-31T04:49:24.883Z Compiling tracing-core v0.1.32
17712025-01-31T04:49:25.015Z Compiling dyn-clone v1.0.17
17722025-01-31T04:49:25.053Z Compiling litemap v0.7.3
17732025-01-31T04:49:25.275Z Compiling writeable v0.5.5
17742025-01-31T04:49:25.596Z Compiling strsim v0.11.1
17752025-01-31T04:49:25.754Z Compiling pest_derive v2.7.14
17762025-01-31T04:49:26.091Z Compiling icu_locid v1.5.0
17772025-01-31T04:49:26.382Z Compiling tracing v0.1.40
17782025-01-31T04:49:27.117Z Compiling cipher v0.4.4
17792025-01-31T04:49:27.239Z Compiling sha2 v0.10.8
17802025-01-31T04:49:27.748Z Compiling cookie v0.18.1
17812025-01-31T04:49:28.010Z Compiling usdt-impl v0.5.0
17822025-01-31T04:49:28.032Z Compiling base64ct v1.6.0
17832025-01-31T04:49:28.386Z Compiling icu_provider v1.5.0
17842025-01-31T04:49:28.605Z Compiling pem-rfc7468 v0.7.0
17852025-01-31T04:49:29.476Z Compiling aws-lc-sys v0.22.0
17862025-01-31T04:49:30.159Z Compiling scroll v0.12.0
17872025-01-31T04:49:30.686Z Compiling ppv-lite86 v0.2.20
17882025-01-31T04:49:30.730Z Compiling async-trait v0.1.85
17892025-01-31T04:49:31.546Z Compiling camino v1.1.9
17902025-01-31T04:49:32.083Z Compiling anyhow v1.0.95
17912025-01-31T04:49:32.929Z Compiling icu_locid_transform_data v1.5.0
17922025-01-31T04:49:33.018Z Compiling flagset v0.4.6
17932025-01-31T04:49:33.245Z Compiling plain v0.2.3
17942025-01-31T04:49:33.397Z Compiling rustls-pki-types v1.10.0
17952025-01-31T04:49:33.427Z Compiling percent-encoding v2.3.1
17962025-01-31T04:49:33.859Z Compiling icu_locid_transform v1.5.0
17972025-01-31T04:49:35.094Z Compiling goblin v0.8.2
17982025-01-31T04:49:36.851Z Compiling der v0.7.9
17992025-01-31T04:49:39.445Z Compiling rand_chacha v0.3.1
18002025-01-31T04:49:40.056Z Compiling tokio-util v0.7.12
18012025-01-31T04:49:40.076Z Compiling icu_collections v1.5.0
18022025-01-31T04:49:41.471Z Compiling mirai-annotations v1.12.0
18032025-01-31T04:49:41.686Z Compiling pretty-hex v0.4.1
18042025-01-31T04:49:41.833Z Compiling powerfmt v0.2.0
18052025-01-31T04:49:41.898Z Compiling icu_properties_data v1.5.0
18062025-01-31T04:49:41.932Z Compiling rayon-core v1.12.1
18072025-01-31T04:49:42.168Z Compiling untrusted v0.9.0
18082025-01-31T04:49:42.216Z Compiling rustls v0.22.4
18092025-01-31T04:49:42.319Z Compiling untrusted v0.7.1
18102025-01-31T04:49:42.500Z Compiling icu_properties v1.5.1
18112025-01-31T04:49:42.526Z Compiling deranged v0.3.11
18122025-01-31T04:49:43.196Z Compiling dof v0.3.0
18132025-01-31T04:49:44.271Z Compiling rand v0.8.5
18142025-01-31T04:49:44.353Z Compiling spki v0.7.3
18152025-01-31T04:49:44.742Z Compiling salsa20 v0.10.2
18162025-01-31T04:49:44.882Z Compiling dtrace-parser v0.2.0
18172025-01-31T04:49:45.761Z Compiling pbkdf2 v0.12.2
18182025-01-31T04:49:46.551Z Compiling thread-id v4.2.2
18192025-01-31T04:49:46.693Z Compiling utf16_iter v1.0.5
18202025-01-31T04:49:46.792Z Compiling atomic-waker v1.1.2
18212025-01-31T04:49:46.795Z Compiling num_threads v0.1.7
18222025-01-31T04:49:46.939Z Compiling utf8_iter v1.0.4
18232025-01-31T04:49:46.939Z Compiling icu_normalizer_data v1.5.0
18242025-01-31T04:49:46.990Z Compiling write16 v1.0.0
18252025-01-31T04:49:47.152Z Compiling winnow v0.5.40
18262025-01-31T04:49:47.342Z Compiling litrs v0.4.1
18272025-01-31T04:49:47.974Z Compiling icu_normalizer v1.5.0
18282025-01-31T04:49:48.324Z Compiling document-features v0.2.10
18292025-01-31T04:49:48.990Z Compiling time v0.3.36
18302025-01-31T04:49:50.568Z Compiling toml_edit v0.19.15
18312025-01-31T04:49:52.203Z Compiling scrypt v0.11.0
18322025-01-31T04:49:52.465Z Compiling form_urlencoded v1.2.1
18332025-01-31T04:49:52.679Z Compiling aes v0.8.4
18342025-01-31T04:49:52.986Z Compiling cbc v0.1.2
18352025-01-31T04:49:53.203Z Compiling http-body v1.0.1
18362025-01-31T04:49:53.457Z Compiling multer v3.1.0
18372025-01-31T04:49:53.477Z Compiling tinyvec_macros v0.1.1
18382025-01-31T04:49:53.776Z Compiling rustversion v1.0.17
18392025-01-31T04:49:53.795Z Compiling slog-async v2.8.0
18402025-01-31T04:49:53.813Z Compiling try-lock v0.2.5
18412025-01-31T04:49:54.243Z Compiling want v0.3.1
18422025-01-31T04:49:54.437Z Compiling tinyvec v1.8.0
18432025-01-31T04:49:54.536Z Compiling pkcs5 v0.7.1
18442025-01-31T04:49:56.162Z Compiling idna_adapter v1.2.0
18452025-01-31T04:49:56.551Z Compiling h2 v0.4.6
18462025-01-31T04:49:56.855Z Compiling heapless v0.7.17
18472025-01-31T04:49:57.336Z Compiling bzip2-sys v0.1.11+1.0.8
18482025-01-31T04:49:57.853Z Compiling httpdate v1.0.3
18492025-01-31T04:49:57.973Z Compiling signal-hook v0.3.17
18502025-01-31T04:49:58.665Z Compiling idna v1.0.3
18512025-01-31T04:50:00.093Z Compiling pkcs8 v0.10.2
18522025-01-31T04:50:01.171Z Compiling usdt-macro v0.5.0
18532025-01-31T04:50:01.468Z Compiling usdt-attr-macro v0.5.0
18542025-01-31T04:50:02.543Z Compiling async-stream-impl v0.3.6
18552025-01-31T04:50:02.868Z Compiling tower-service v0.3.3
18562025-01-31T04:50:03.025Z Compiling adler2 v2.0.0
18572025-01-31T04:50:03.126Z Compiling base64 v0.22.1
18582025-01-31T04:50:03.721Z Compiling miniz_oxide v0.8.0
18592025-01-31T04:50:04.922Z Compiling hyper v1.5.2
18602025-01-31T04:50:07.148Z Compiling curve25519-dalek v4.1.3
18612025-01-31T04:50:07.570Z Compiling openapiv3 v2.0.0
18622025-01-31T04:50:10.367Z Compiling hyper-util v0.1.10
18632025-01-31T04:50:11.302Z Compiling enum-as-inner v0.6.1
18642025-01-31T04:50:11.836Z Compiling dropshot v0.12.0
18652025-01-31T04:50:12.000Z Compiling smoltcp v0.9.1
18662025-01-31T04:50:12.143Z Compiling foreign-types-shared v0.1.1
18672025-01-31T04:50:12.463Z Compiling newtype-uuid v1.2.1
18682025-01-31T04:50:12.557Z Compiling match_cfg v0.1.0
18692025-01-31T04:50:12.666Z Compiling portable-atomic v1.9.0
18702025-01-31T04:50:12.935Z Compiling num-bigint-dig v0.8.4
18712025-01-31T04:50:13.550Z Compiling hostname v0.3.1
18722025-01-31T04:50:13.760Z Compiling foreign-types v0.3.2
18732025-01-31T04:50:16.076Z Compiling url v2.5.3
18742025-01-31T04:50:17.784Z Compiling http-body-util v0.1.2
18752025-01-31T04:50:18.267Z Compiling dirs-sys-next v0.1.2
18762025-01-31T04:50:18.320Z Compiling encoding_rs v0.8.34
18772025-01-31T04:50:18.395Z Compiling gimli v0.31.1
18782025-01-31T04:50:18.727Z Compiling mime v0.3.17
18792025-01-31T04:50:19.764Z Compiling ident_case v1.0.1
18802025-01-31T04:50:19.981Z Compiling siphasher v0.3.11
18812025-01-31T04:50:20.370Z Compiling heck v0.4.1
18822025-01-31T04:50:20.756Z Compiling data-encoding v2.6.0
18832025-01-31T04:50:21.794Z Compiling darling_core v0.20.10
18842025-01-31T04:50:21.953Z Compiling dirs-next v2.0.0
18852025-01-31T04:50:25.146Z Compiling addr2line v0.24.2
18862025-01-31T04:50:27.396Z Compiling unicode-normalization v0.1.24
18872025-01-31T04:50:28.497Z Compiling crossbeam-epoch v0.9.18
18882025-01-31T04:50:29.174Z Compiling serde_urlencoded v0.7.1
18892025-01-31T04:50:29.435Z Compiling rustls-pemfile v2.2.0
18902025-01-31T04:50:29.773Z Compiling hubpack_derive v0.1.1
18912025-01-31T04:50:29.850Z Compiling dropshot_endpoint v0.12.0
18922025-01-31T04:50:30.026Z Compiling sha1 v0.10.6
18932025-01-31T04:50:30.339Z Compiling signature v2.2.0
18942025-01-31T04:50:30.424Z Compiling curve25519-dalek-derive v0.1.1
18952025-01-31T04:50:30.565Z Compiling zerocopy-derive v0.6.6
18962025-01-31T04:50:31.773Z Compiling object v0.36.5
18972025-01-31T04:50:32.365Z Compiling thread_local v1.1.8
18982025-01-31T04:50:32.813Z Compiling fs-err v2.11.0
18992025-01-31T04:50:33.707Z Compiling unicode-bidi v0.3.17
19002025-01-31T04:50:37.590Z Compiling unicode-properties v0.1.3
19012025-01-31T04:50:38.084Z Compiling ipnet v2.10.1
19022025-01-31T04:50:39.185Z Compiling openssl-probe v0.1.5
19032025-01-31T04:50:40.067Z Compiling rustc-demangle v0.1.24
19042025-01-31T04:50:40.752Z Compiling winnow v0.6.20
19052025-01-31T04:50:42.426Z Compiling utf8parse v0.2.2
19062025-01-31T04:50:42.615Z Compiling anstyle v1.0.10
19072025-01-31T04:50:43.071Z Compiling anstyle-parse v0.2.5
19082025-01-31T04:50:44.110Z Compiling rustls-webpki v0.102.8
19092025-01-31T04:50:44.239Z Compiling toml_edit v0.22.22
19102025-01-31T04:50:44.660Z Compiling backtrace v0.3.74
19112025-01-31T04:50:51.069Z Compiling stringprep v0.1.5
19122025-01-31T04:50:52.841Z Compiling crossbeam-deque v0.8.5
19132025-01-31T04:50:53.454Z Compiling darling_macro v0.20.10
19142025-01-31T04:50:53.806Z Compiling term v0.7.0
19152025-01-31T04:50:54.330Z Compiling slog-json v2.6.1
19162025-01-31T04:50:55.668Z Compiling crossbeam-channel v0.5.13
19172025-01-31T04:50:56.042Z Compiling hashbrown v0.14.5
19182025-01-31T04:50:56.541Z Compiling futures-executor v0.3.31
19192025-01-31T04:50:56.873Z Compiling num-integer v0.1.46
19202025-01-31T04:50:57.014Z Compiling md-5 v0.10.6
19212025-01-31T04:50:57.227Z Compiling ff v0.13.0
19222025-01-31T04:50:57.281Z Compiling hash32 v0.2.1
19232025-01-31T04:50:57.299Z Compiling is-terminal v0.4.13
19242025-01-31T04:50:57.442Z Compiling memmap v0.7.0
19252025-01-31T04:50:57.530Z Compiling colorchoice v1.0.2
19262025-01-31T04:50:57.551Z Compiling is_terminal_polyfill v1.70.1
19272025-01-31T04:50:57.625Z Compiling linked-hash-map v0.5.6
19282025-01-31T04:50:57.709Z Compiling fallible-iterator v0.2.0
19292025-01-31T04:50:57.735Z Compiling quick-error v1.2.3
19302025-01-31T04:50:57.901Z Compiling take_mut v0.2.2
19312025-01-31T04:50:57.956Z Compiling psl-types v2.0.11
19322025-01-31T04:50:58.079Z Compiling base16ct v0.2.0
19332025-01-31T04:50:58.393Z Compiling utf-8 v0.7.6
19342025-01-31T04:50:58.522Z Compiling anstyle-query v1.1.1
19352025-01-31T04:50:58.589Z Compiling publicsuffix v2.3.0
19362025-01-31T04:50:58.623Z Compiling postgres-protocol v0.6.7
19372025-01-31T04:50:58.684Z Compiling anstream v0.6.15
19382025-01-31T04:50:58.684Z Compiling tungstenite v0.24.0
19392025-01-31T04:50:58.890Z Compiling sec1 v0.7.3
19402025-01-31T04:50:59.635Z Compiling lru-cache v0.1.2
19412025-01-31T04:50:59.766Z Compiling resolv-conf v0.7.0
19422025-01-31T04:50:59.845Z Compiling usdt v0.5.0
19432025-01-31T04:51:00.372Z Compiling group v0.13.0
19442025-01-31T04:51:00.435Z Compiling slog-term v2.9.1
19452025-01-31T04:51:00.612Z Compiling num-iter v0.1.45
19462025-01-31T04:51:00.701Z Compiling regress v0.10.1
19472025-01-31T04:51:00.820Z Compiling futures v0.3.31
19482025-01-31T04:51:04.129Z Compiling slog-bunyan v2.5.0
19492025-01-31T04:51:04.337Z Compiling darling v0.20.10
19502025-01-31T04:51:04.539Z Compiling tokio-rustls v0.26.0
19512025-01-31T04:51:04.657Z Compiling tokio-rustls v0.25.0
19522025-01-31T04:51:05.008Z Compiling toml v0.8.19
19532025-01-31T04:51:05.114Z Compiling tokio-native-tls v0.3.1
19542025-01-31T04:51:05.416Z Compiling hickory-proto v0.24.2
19552025-01-31T04:51:05.700Z Compiling strum_macros v0.25.3
19562025-01-31T04:51:06.438Z Compiling phf_shared v0.11.2
19572025-01-31T04:51:06.886Z Compiling async-stream v0.3.6
19582025-01-31T04:51:06.943Z Compiling waitgroup v0.1.2
19592025-01-31T04:51:07.006Z Compiling webpki-roots v0.26.6
19602025-01-31T04:51:07.307Z Compiling terminal_size v0.4.0
19612025-01-31T04:51:07.393Z Compiling serde_path_to_error v0.1.16
19622025-01-31T04:51:07.534Z Compiling hkdf v0.12.4
19632025-01-31T04:51:07.788Z Compiling crypto-bigint v0.5.5
19642025-01-31T04:51:08.176Z Compiling serde_repr v0.1.19
19652025-01-31T04:51:08.214Z Compiling clap_derive v4.5.24
19662025-01-31T04:51:09.165Z Compiling derive-where v1.2.7
19672025-01-31T04:51:09.318Z Compiling hostname v0.4.0
19682025-01-31T04:51:09.533Z Compiling crc32fast v1.4.2
19692025-01-31T04:51:09.857Z Compiling managed v0.8.0
19702025-01-31T04:51:10.391Z Compiling clap_lex v0.7.4
19712025-01-31T04:51:10.822Z Compiling debug-ignore v1.0.5
19722025-01-31T04:51:12.203Z Compiling bitflags v1.3.2
19732025-01-31T04:51:12.269Z Compiling unicode-width v0.2.0
19742025-01-31T04:51:12.838Z Compiling console v0.15.10
19752025-01-31T04:51:14.023Z Compiling hickory-resolver v0.24.2
19762025-01-31T04:51:14.324Z Compiling clap_builder v4.5.27
19772025-01-31T04:51:15.924Z Compiling elliptic-curve v0.13.8
19782025-01-31T04:51:16.650Z Compiling flate2 v1.0.35
19792025-01-31T04:51:17.706Z Compiling hyper-rustls v0.27.3
19802025-01-31T04:51:20.130Z Compiling phf v0.11.2
19812025-01-31T04:51:20.447Z Compiling hyper-tls v0.6.0
19822025-01-31T04:51:20.895Z Compiling typify-impl v0.2.0
19832025-01-31T04:51:20.943Z Compiling signal-hook-mio v0.2.4
19842025-01-31T04:51:21.129Z Compiling rayon v1.10.0
19852025-01-31T04:51:21.194Z Compiling bzip2 v0.4.4
19862025-01-31T04:51:21.628Z Compiling cookie_store v0.21.1
19872025-01-31T04:51:24.820Z Compiling tokio-tungstenite v0.24.0
19882025-01-31T04:51:25.403Z Compiling postgres-types v0.2.8
19892025-01-31T04:51:25.677Z Compiling zerocopy v0.6.6
19902025-01-31T04:51:25.816Z Compiling hubpack v0.1.2
19912025-01-31T04:51:26.184Z Compiling ed25519 v2.2.3
19922025-01-31T04:51:26.236Z Compiling phf_shared v0.10.0
19932025-01-31T04:51:26.510Z Compiling pkcs1 v0.7.5
19942025-01-31T04:51:26.654Z Compiling tokio-stream v0.1.16
19952025-01-31T04:51:26.706Z Compiling ipnetwork v0.20.0
19962025-01-31T04:51:27.649Z Compiling serde-big-array v0.5.1
19972025-01-31T04:51:27.698Z Compiling rfc6979 v0.4.0
19982025-01-31T04:51:27.891Z Compiling float-cmp v0.9.0
19992025-01-31T04:51:27.911Z Compiling sync_wrapper v1.0.1
20002025-01-31T04:51:28.119Z Compiling bstr v1.10.0
20012025-01-31T04:51:29.337Z Compiling bit-vec v0.6.3
20022025-01-31T04:51:29.652Z Compiling difflib v0.4.0
20032025-01-31T04:51:29.753Z Compiling static_assertions v1.1.0
20042025-01-31T04:51:29.874Z Compiling whoami v1.5.2
20052025-01-31T04:51:30.434Z Compiling new_debug_unreachable v1.0.6
20062025-01-31T04:51:30.512Z Compiling fixedbitset v0.4.2
20072025-01-31T04:51:30.549Z Compiling number_prefix v0.4.0
20082025-01-31T04:51:30.570Z Compiling precomputed-hash v0.1.1
20092025-01-31T04:51:30.716Z Compiling predicates-core v1.0.8
20102025-01-31T04:51:30.785Z Compiling normalize-line-endings v0.3.0
20112025-01-31T04:51:30.929Z Compiling unicode-segmentation v1.12.0
20122025-01-31T04:51:30.946Z Compiling predicates v3.1.2
20132025-01-31T04:51:31.613Z Compiling typify-macro v0.2.0
20142025-01-31T04:51:31.774Z Compiling similar v2.6.0
20152025-01-31T04:51:32.279Z Compiling reqwest v0.12.9
20162025-01-31T04:51:32.930Z Compiling petgraph v0.6.5
20172025-01-31T04:51:33.249Z Compiling indicatif v0.17.11
20182025-01-31T04:51:33.692Z Compiling string_cache v0.8.7
20192025-01-31T04:51:34.148Z Compiling tokio-postgres v0.7.12
20202025-01-31T04:51:35.184Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20212025-01-31T04:51:35.205Z Compiling bit-set v0.5.3
20222025-01-31T04:51:36.649Z Compiling ecdsa v0.16.9
20232025-01-31T04:51:36.862Z Compiling qorb v0.2.1
20242025-01-31T04:51:37.470Z Compiling rsa v0.9.6
20252025-01-31T04:51:38.092Z Compiling ed25519-dalek v2.1.1
20262025-01-31T04:51:39.021Z Compiling zip v0.6.6
20272025-01-31T04:51:39.412Z Compiling crossterm v0.28.1
20282025-01-31T04:51:39.598Z Compiling clap v4.5.27
20292025-01-31T04:51:42.224Z Compiling toml v0.7.8
20302025-01-31T04:51:42.489Z Compiling x509-cert v0.2.5
20312025-01-31T04:51:43.110Z Compiling hex v0.4.3
20322025-01-31T04:51:44.006Z Compiling itertools v0.10.5
20332025-01-31T04:51:44.532Z Compiling peg-runtime v0.8.3
20342025-01-31T04:51:45.027Z Compiling zerocopy v0.8.10
20352025-01-31T04:51:45.284Z Compiling lalrpop-util v0.19.12
20362025-01-31T04:51:45.660Z Compiling unicode-xid v0.2.6
20372025-01-31T04:51:46.630Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20382025-01-31T04:51:51.411Z Compiling proc-macro-crate v1.3.1
20392025-01-31T04:51:52.093Z Compiling macaddr v1.0.1
20402025-01-31T04:51:52.404Z Compiling zerocopy-derive v0.8.10
20412025-01-31T04:51:52.523Z Compiling itertools v0.13.0
20422025-01-31T04:51:53.327Z Compiling heapless v0.8.0
20432025-01-31T04:51:55.614Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20442025-01-31T04:52:00.144Z Compiling num_enum_derive v0.5.11
20452025-01-31T04:52:08.863Z Compiling hash32 v0.3.1
20462025-01-31T04:52:09.316Z Compiling smoltcp v0.11.0
20472025-01-31T04:52:10.588Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20482025-01-31T04:52:16.034Z Compiling num_enum v0.5.11
20492025-01-31T04:52:16.149Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20502025-01-31T04:52:16.840Z Compiling typify v0.2.0
20512025-01-31T04:52:16.987Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
20522025-01-31T04:52:17.942Z Compiling proc-macro-error-attr v1.0.4
20532025-01-31T04:52:18.146Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20542025-01-31T04:52:18.460Z Compiling cobs v0.2.3
20552025-01-31T04:52:19.057Z Compiling thiserror v2.0.11
20562025-01-31T04:52:19.583Z Compiling unsafe-libyaml v0.2.11
20572025-01-31T04:52:20.009Z Compiling postcard v1.0.10
20582025-01-31T04:52:21.042Z Compiling serde_yaml v0.9.34+deprecated
20592025-01-31T04:52:30.886Z Compiling progenitor-impl v0.8.0
20602025-01-31T04:52:36.097Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20612025-01-31T04:52:47.277Z Compiling strum_macros v0.26.4
20622025-01-31T04:52:48.228Z Compiling foreign-types-macros v0.2.3
20632025-01-31T04:52:48.548Z Compiling thiserror-impl v2.0.11
20642025-01-31T04:52:48.578Z Compiling structmeta-derive v0.3.0
20652025-01-31T04:52:48.685Z Compiling proc-macro-error v1.0.4
20662025-01-31T04:52:48.881Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20672025-01-31T04:52:49.190Z Compiling unicode-width v0.1.14
20682025-01-31T04:52:50.127Z Compiling foreign-types-shared v0.3.1
20692025-01-31T04:52:51.125Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20702025-01-31T04:52:51.638Z Compiling strum v0.26.3
20712025-01-31T04:52:51.667Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20722025-01-31T04:52:51.851Z Compiling structmeta v0.3.0
20732025-01-31T04:52:52.578Z Compiling foreign-types v0.5.0
20742025-01-31T04:52:54.906Z Compiling tabwriter v1.4.0
20752025-01-31T04:53:03.086Z Compiling progenitor-macro v0.8.0
20762025-01-31T04:53:05.128Z Compiling progenitor-client v0.8.0
20772025-01-31T04:53:06.904Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20782025-01-31T04:53:07.747Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20792025-01-31T04:53:09.017Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20802025-01-31T04:53:09.146Z Compiling cstr-argument v0.1.2
20812025-01-31T04:53:09.444Z Compiling dropshot v0.15.1
20822025-01-31T04:53:09.778Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20832025-01-31T04:53:09.883Z Compiling fastrand v2.1.1
20842025-01-31T04:53:10.565Z Compiling pretty-hex v0.2.1
20852025-01-31T04:53:10.606Z Compiling crucible-workspace-hack v0.1.0
20862025-01-31T04:53:10.950Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20872025-01-31T04:53:11.501Z Compiling tempfile v3.13.0
20882025-01-31T04:53:12.100Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20892025-01-31T04:53:12.125Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20902025-01-31T04:53:12.952Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20912025-01-31T04:53:13.254Z Compiling parse-display-derive v0.10.0
20922025-01-31T04:53:13.742Z Compiling colored v2.1.0
20932025-01-31T04:53:13.802Z Compiling serde_with_macros v3.11.0
20942025-01-31T04:53:14.284Z Compiling progenitor v0.8.0
20952025-01-31T04:53:14.533Z Compiling dropshot_endpoint v0.15.1
20962025-01-31T04:53:14.947Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20972025-01-31T04:53:15.740Z Compiling instant v0.1.13
20982025-01-31T04:53:15.934Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20992025-01-31T04:53:16.245Z Compiling serde_with v3.11.0
21002025-01-31T04:53:16.324Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
21012025-01-31T04:53:16.907Z Compiling parse-display v0.10.0
21022025-01-31T04:53:17.236Z Compiling backoff v0.4.0
21032025-01-31T04:53:17.615Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21042025-01-31T04:53:17.857Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21052025-01-31T04:53:18.899Z Compiling zone_cfg_derive v0.3.0
21062025-01-31T04:53:19.305Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21072025-01-31T04:53:20.057Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21082025-01-31T04:53:20.180Z Compiling camino-tempfile v1.1.1
21092025-01-31T04:53:20.456Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
21102025-01-31T04:53:20.774Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21112025-01-31T04:53:20.933Z Compiling regress v0.9.1
21122025-01-31T04:53:20.968Z Compiling progenitor-client v0.9.1
21132025-01-31T04:53:20.988Z Compiling num-derive v0.4.2
21142025-01-31T04:53:21.919Z Compiling sigpipe v0.1.3
21152025-01-31T04:53:22.072Z Compiling libefi-sys v0.1.0
21162025-01-31T04:53:22.387Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21172025-01-31T04:53:22.775Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21182025-01-31T04:53:23.193Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
21192025-01-31T04:53:24.745Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
21202025-01-31T04:53:26.011Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21212025-01-31T04:53:28.172Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
21222025-01-31T04:53:28.739Z Compiling zone v0.3.0
21232025-01-31T04:53:29.548Z Compiling smf v0.2.3
21242025-01-31T04:53:30.708Z Compiling bitfield-struct v0.6.2
21252025-01-31T04:53:32.044Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21262025-01-31T04:53:32.088Z Compiling blake3 v1.5.4
21272025-01-31T04:53:32.201Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21282025-01-31T04:53:32.595Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21292025-01-31T04:53:32.944Z Compiling xattr v1.3.1
21302025-01-31T04:53:33.009Z Compiling memmap2 v0.9.5
21312025-01-31T04:53:33.261Z Compiling filetime v0.2.25
21322025-01-31T04:53:33.397Z Compiling constant_time_eq v0.3.1
21332025-01-31T04:53:33.600Z Compiling arrayvec v0.7.6
21342025-01-31T04:53:33.621Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21352025-01-31T04:53:33.623Z Compiling arrayref v0.3.9
21362025-01-31T04:53:33.659Z Compiling same-file v1.0.6
21372025-01-31T04:53:33.761Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21382025-01-31T04:53:33.763Z Compiling tar v0.4.42
21392025-01-31T04:53:33.966Z Compiling walkdir v2.5.0
21402025-01-31T04:53:35.307Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21412025-01-31T04:53:35.740Z Compiling gethostname v0.5.0
21422025-01-31T04:53:35.972Z Compiling cargo-platform v0.1.8
21432025-01-31T04:53:36.455Z Compiling topological-sort v0.2.2
21442025-01-31T04:53:36.748Z Compiling omicron-zone-package v0.12.0
21452025-01-31T04:53:36.769Z Compiling cargo_metadata v0.18.1
21462025-01-31T04:53:36.813Z Compiling shell-words v1.1.0
21472025-01-31T04:53:37.108Z Compiling indent_write v2.2.0
21482025-01-31T04:53:44.407Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21492025-01-31T04:53:46.276Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21502025-01-31T04:53:52.657Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21512025-01-31T04:54:07.443Z Finished `release` profile [optimized] target(s) in 5m 23s
21522025-01-31T04:54:07.620Z Running `target/release/omicron-package -t test target create -p dev`
21532025-01-31T04:54:07.677ZLogging to: /work/oxidecomputer/omicron/out/LOG
21542025-01-31T04:54:07.679ZCreated new build target 'test' and set it as active
21552025-01-31T04:54:07.679Z
21562025-01-31T04:54:07.679Zreal 5:23.855269236
21572025-01-31T04:54:07.679Zuser 37:47.018366466
21582025-01-31T04:54:07.679Zsys 3:27.092205263
21592025-01-31T04:54:07.679Ztrap 1.213730371
21602025-01-31T04:54:07.679Ztflt 3.478179393
21612025-01-31T04:54:07.679Zdflt 0.764660370
21622025-01-31T04:54:07.680Zkflt 0.018636475
21632025-01-31T04:54:07.680Zlock 1:15:09.131664229
21642025-01-31T04:54:07.680Zslp 2:31:14.950069620
21652025-01-31T04:54:07.680Zlat 2:50.920189565
21662025-01-31T04:54:07.680Zstop 4:49.343748690
21672025-01-31T04:54:07.683Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21682025-01-31T04:54:08.691Z Finished `release` profile [optimized] target(s) in 0.95s
21692025-01-31T04:54:08.762Z Running `target/release/omicron-package -t test package`
21702025-01-31T04:54:08.809ZLogging to: /work/oxidecomputer/omicron/out/LOG
21712025-01-31T04:54:10.066Z Compiling thiserror v2.0.11
21722025-01-31T04:54:10.206Z Compiling typify-impl v0.3.0
21732025-01-31T04:54:10.220Z Compiling convert_case v0.4.0
21742025-01-31T04:54:10.222Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21752025-01-31T04:54:10.223Z Compiling newline-converter v0.3.0
21762025-01-31T04:54:10.223Z Compiling password-hash v0.5.0
21772025-01-31T04:54:10.234Z Compiling blake2 v0.10.6
21782025-01-31T04:54:10.282Z Compiling base64 v0.21.7
21792025-01-31T04:54:10.432Z Compiling expectorate v1.1.0
21802025-01-31T04:54:10.471Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21812025-01-31T04:54:10.736Z Compiling atomicwrites v0.4.4
21822025-01-31T04:54:10.900Z Compiling derive_more v0.99.18
21832025-01-31T04:54:11.209Z Compiling argon2 v0.5.3
21842025-01-31T04:54:11.273Z Compiling owo-colors v4.1.0
21852025-01-31T04:54:11.418Z Compiling cancel-safe-futures v0.1.5
21862025-01-31T04:54:11.520Z Compiling num-rational v0.4.2
21872025-01-31T04:54:11.630Z Compiling progenitor-client v0.9.1
21882025-01-31T04:54:11.828Z Compiling num-complex v0.4.6
21892025-01-31T04:54:12.173Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21902025-01-31T04:54:13.099Z Compiling num v0.4.3
21912025-01-31T04:54:13.180Z Compiling libsw v3.3.1
21922025-01-31T04:54:13.227Z Compiling swrite v0.1.0
21932025-01-31T04:54:13.391Z Compiling float-ord v0.3.2
21942025-01-31T04:54:13.542Z Compiling linear-map v1.2.0
21952025-01-31T04:54:13.576Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21962025-01-31T04:54:13.599Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21972025-01-31T04:54:13.973Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21982025-01-31T04:54:14.070Z Compiling highway v1.2.0
21992025-01-31T04:54:15.242Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22002025-01-31T04:54:15.528Z Compiling semver v0.1.20
22012025-01-31T04:54:16.083Z Compiling rustc_version v0.1.7
22022025-01-31T04:54:16.484Z Compiling newtype_derive v0.1.6
22032025-01-31T04:54:16.820Z Compiling tungstenite v0.21.0
22042025-01-31T04:54:17.041Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22052025-01-31T04:54:21.534Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22062025-01-31T04:54:21.652Z Compiling typify-macro v0.3.0
22072025-01-31T04:54:21.940Z Compiling ipnetwork v0.20.0
22082025-01-31T04:54:22.702Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22092025-01-31T04:54:23.366Z Compiling tokio-tungstenite v0.21.0
22102025-01-31T04:54:23.433Z Compiling progenitor-client v0.8.0
22112025-01-31T04:54:23.490Z Compiling humantime v2.1.0
22122025-01-31T04:54:23.894Z Compiling progenitor v0.8.0
22132025-01-31T04:54:24.106Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22142025-01-31T04:54:24.141Z Compiling dropshot v0.15.1
22152025-01-31T04:54:24.219Z Compiling instant v0.1.13
22162025-01-31T04:54:24.347Z Compiling backoff v0.4.0
22172025-01-31T04:54:24.681Z Compiling steno v0.4.1
22182025-01-31T04:54:25.064Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22192025-01-31T04:54:25.087Z Compiling typify v0.3.0
22202025-01-31T04:54:25.239Z Compiling progenitor-impl v0.9.1
22212025-01-31T04:54:31.440Z Compiling progenitor-macro v0.9.1
22222025-01-31T04:54:32.585Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22232025-01-31T04:54:32.979Z Compiling parse-display v0.10.0
22242025-01-31T04:54:33.510Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22252025-01-31T04:54:33.723Z Compiling strum v0.26.3
22262025-01-31T04:54:33.949Z Compiling serde_with v3.11.0
22272025-01-31T04:54:36.610Z Compiling regress v0.9.1
22282025-01-31T04:54:37.572Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22292025-01-31T04:54:39.270Z Compiling macaddr v1.0.1
22302025-01-31T04:54:39.761Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22312025-01-31T04:54:40.002Z Compiling slog-dtrace v0.3.0
22322025-01-31T04:54:40.208Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
22332025-01-31T04:54:40.415Z Compiling prettyplease v0.2.25
22342025-01-31T04:54:41.309Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22352025-01-31T04:54:42.570Z Compiling progenitor v0.9.1
22362025-01-31T04:54:42.588Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22372025-01-31T04:54:42.812Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22382025-01-31T04:54:45.983Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22392025-01-31T04:54:46.744Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22402025-01-31T04:54:56.740Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22412025-01-31T04:54:58.737Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22422025-01-31T04:54:59.825Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22432025-01-31T04:55:00.160Z Compiling half v2.4.1
22442025-01-31T04:55:00.838Z Compiling ciborium-io v0.2.2
22452025-01-31T04:55:00.987Z Compiling ciborium-ll v0.2.2
22462025-01-31T04:55:01.391Z Compiling ciborium v0.2.2
22472025-01-31T04:55:01.526Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22482025-01-31T04:55:03.473Z Compiling display-error-chain v0.2.2
22492025-01-31T04:55:03.726Z Compiling same-file v1.0.6
22502025-01-31T04:55:03.990Z Compiling fastrand v2.1.1
22512025-01-31T04:55:04.179Z Compiling walkdir v2.5.0
22522025-01-31T04:55:04.473Z Compiling tempfile v3.13.0
22532025-01-31T04:55:04.500Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22542025-01-31T04:55:04.794Z Compiling blake3 v1.5.4
22552025-01-31T04:55:05.217Z Compiling const_format_proc_macros v0.2.34
22562025-01-31T04:55:05.457Z Compiling xattr v1.3.1
22572025-01-31T04:55:05.741Z Compiling filetime v0.2.25
22582025-01-31T04:55:05.882Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22592025-01-31T04:55:06.026Z Compiling memmap2 v0.9.5
22602025-01-31T04:55:06.451Z Compiling crunchy v0.2.2
22612025-01-31T04:55:06.910Z Compiling maplit v1.0.2
22622025-01-31T04:55:07.034Z Compiling arrayref v0.3.9
22632025-01-31T04:55:07.059Z Compiling constant_time_eq v0.3.1
22642025-01-31T04:55:07.162Z Compiling keccak v0.1.5
22652025-01-31T04:55:07.227Z Compiling arrayvec v0.7.6
22662025-01-31T04:55:07.771Z Compiling sha3 v0.10.8
22672025-01-31T04:55:08.323Z Compiling const_format v0.2.34
22682025-01-31T04:55:08.696Z Compiling tar v0.4.42
22692025-01-31T04:55:08.699Z Compiling camino-tempfile v1.1.1
22702025-01-31T04:55:09.158Z Compiling toolchain_find v0.4.0
22712025-01-31T04:55:09.563Z Compiling radium v0.7.0
22722025-01-31T04:55:09.732Z Compiling tiny-keccak v2.0.2
22732025-01-31T04:55:10.059Z Compiling topological-sort v0.2.2
22742025-01-31T04:55:10.144Z Compiling rustfmt-wrapper v0.2.1
22752025-01-31T04:55:10.309Z Compiling omicron-zone-package v0.12.0
22762025-01-31T04:55:10.758Z Compiling dsl_auto_type v0.1.2
22772025-01-31T04:55:10.869Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22782025-01-31T04:55:10.976Z Compiling scheduled-thread-pool v0.2.7
22792025-01-31T04:55:11.286Z Compiling diesel_table_macro_syntax v0.2.0
22802025-01-31T04:55:11.677Z Compiling maybe-uninit v2.0.0
22812025-01-31T04:55:12.008Z Compiling tap v1.0.1
22822025-01-31T04:55:12.219Z Compiling wyz v0.5.1
22832025-01-31T04:55:12.238Z Compiling diesel_derives v2.2.3
22842025-01-31T04:55:12.354Z Compiling r2d2 v0.8.10
22852025-01-31T04:55:13.127Z Compiling phf_generator v0.11.2
22862025-01-31T04:55:13.288Z Compiling ascii-canvas v3.0.0
22872025-01-31T04:55:13.332Z Compiling secrecy v0.8.0
22882025-01-31T04:55:13.614Z Compiling async-recursion v1.1.1
22892025-01-31T04:55:13.760Z Compiling ena v0.14.3
22902025-01-31T04:55:14.186Z Compiling diff v0.1.13
22912025-01-31T04:55:14.680Z Compiling funty v2.0.0
22922025-01-31T04:55:15.002Z Compiling crc-catalog v2.4.0
22932025-01-31T04:55:15.220Z Compiling regex-syntax v0.6.29
22942025-01-31T04:55:15.491Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22952025-01-31T04:55:17.399Z Compiling packed_struct v0.10.1
22962025-01-31T04:55:17.727Z Compiling arc-swap v1.7.1
22972025-01-31T04:55:17.748Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22982025-01-31T04:55:17.847Z Compiling bitvec v1.0.1
22992025-01-31T04:55:18.107Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23002025-01-31T04:55:18.388Z Compiling slog-scope v4.4.0
23012025-01-31T04:55:19.211Z Compiling lalrpop v0.19.12
23022025-01-31T04:55:20.467Z Compiling crc v3.2.1
23032025-01-31T04:55:22.424Z Compiling phf_codegen v0.11.2
23042025-01-31T04:55:22.646Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23052025-01-31T04:55:22.701Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23062025-01-31T04:55:22.955Z Compiling universal-hash v0.5.1
23072025-01-31T04:55:23.246Z Compiling packed_struct_codegen v0.10.1
23082025-01-31T04:55:23.402Z Compiling diesel v2.2.6
23092025-01-31T04:55:23.673Z Compiling thiserror-impl-no-std v2.0.2
23102025-01-31T04:55:25.740Z Compiling parse-zoneinfo v0.3.1
23112025-01-31T04:55:26.227Z Compiling indexmap v1.9.3
23122025-01-31T04:55:26.531Z Compiling unicase v2.7.0
23132025-01-31T04:55:26.876Z Compiling ref-cast v1.0.23
23142025-01-31T04:55:27.002Z Compiling nodrop v0.1.14
23152025-01-31T04:55:27.161Z Compiling opaque-debug v0.3.1
23162025-01-31T04:55:27.258Z Compiling array-init v0.0.4
23172025-01-31T04:55:27.283Z Compiling poly1305 v0.8.0
23182025-01-31T04:55:28.322Z Compiling chrono-tz-build v0.4.0
23192025-01-31T04:55:28.831Z Compiling thiserror-no-std v2.0.2
23202025-01-31T04:55:29.381Z Compiling smallvec v0.6.14
23212025-01-31T04:55:29.895Z Compiling slog-stdlog v4.1.1
23222025-01-31T04:55:31.368Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23232025-01-31T04:55:31.687Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23242025-01-31T04:55:32.008Z Compiling derive_builder_core v0.20.2
23252025-01-31T04:55:33.165Z Compiling chacha20 v0.9.1
23262025-01-31T04:55:33.655Z Compiling headers-core v0.3.0
23272025-01-31T04:55:33.865Z Compiling aead v0.5.2
23282025-01-31T04:55:34.142Z Compiling libxml v0.3.3
23292025-01-31T04:55:34.232Z Compiling ref-cast-impl v1.0.23
23302025-01-31T04:55:34.549Z Compiling vte_generate_state_changes v0.1.2
23312025-01-31T04:55:35.216Z Compiling termcolor v1.4.1
23322025-01-31T04:55:35.432Z Compiling bitfield v0.14.0
23332025-01-31T04:55:35.765Z Compiling hashbrown v0.12.3
23342025-01-31T04:55:36.394Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23352025-01-31T04:55:38.299Z Compiling env_logger v0.10.2
23362025-01-31T04:55:41.805Z Compiling vte v0.11.1
23372025-01-31T04:55:42.718Z Compiling polar-core v0.27.3
23382025-01-31T04:55:43.410Z Compiling derive_builder_macro v0.20.2
23392025-01-31T04:55:44.262Z Compiling chacha20poly1305 v0.10.1
23402025-01-31T04:55:44.514Z Compiling headers v0.4.0
23412025-01-31T04:55:45.172Z Compiling slog-envlogger v2.2.0
23422025-01-31T04:55:48.047Z Compiling serde-hex v0.1.0
23432025-01-31T04:55:48.073Z Compiling chrono-tz v0.10.1
23442025-01-31T04:55:48.729Z Compiling vsss-rs v3.3.4
23452025-01-31T04:55:52.792Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23462025-01-31T04:55:53.120Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23472025-01-31T04:55:53.476Z Compiling ron v0.8.1
23482025-01-31T04:55:55.880Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23492025-01-31T04:55:56.053Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23502025-01-31T04:55:56.213Z Compiling hashbrown v0.13.2
23512025-01-31T04:55:57.532Z Compiling strum_macros v0.24.3
23522025-01-31T04:55:59.387Z Compiling fxhash v0.2.1
23532025-01-31T04:55:59.642Z Compiling samael v0.0.17
23542025-01-31T04:56:00.694Z Compiling bytecount v0.6.8
23552025-01-31T04:56:00.773Z Compiling indoc v1.0.9
23562025-01-31T04:56:01.058Z Compiling zip v2.1.3
23572025-01-31T04:56:01.325Z Compiling lockfree-object-pool v0.1.6
23582025-01-31T04:56:01.396Z Compiling bumpalo v3.16.0
23592025-01-31T04:56:01.612Z Compiling crc-any v2.5.0
23602025-01-31T04:56:01.643Z Compiling simd-adler32 v0.3.7
23612025-01-31T04:56:02.796Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23622025-01-31T04:56:02.945Z Compiling zopfli v0.8.1
23632025-01-31T04:56:09.226Z Compiling papergrid v0.11.0
23642025-01-31T04:56:10.900Z Compiling object v0.30.4
23652025-01-31T04:56:11.677Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23662025-01-31T04:56:15.712Z Compiling derive_builder v0.20.2
23672025-01-31T04:56:18.198Z Compiling strip-ansi-escapes v0.2.0
23682025-01-31T04:56:19.249Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23692025-01-31T04:56:19.575Z Compiling tabled_derive v0.7.0
23702025-01-31T04:56:20.654Z Compiling fd-lock v4.0.2
23712025-01-31T04:56:20.970Z Compiling peg-macros v0.8.4
23722025-01-31T04:56:21.784Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23732025-01-31T04:56:22.762Z Compiling kstat-rs v0.2.4
23742025-01-31T04:56:23.080Z Compiling oso-derive v0.27.3
23752025-01-31T04:56:23.328Z Compiling impl-trait-for-tuples v0.2.2
23762025-01-31T04:56:23.687Z Compiling quick-xml v0.33.0
23772025-01-31T04:56:24.057Z Compiling diesel-dtrace v0.4.2
23782025-01-31T04:56:24.293Z Compiling path-slash v0.1.5
23792025-01-31T04:56:24.411Z Compiling nu-ansi-term v0.50.1
23802025-01-31T04:56:24.593Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23812025-01-31T04:56:25.768Z Compiling reedline v0.35.0
23822025-01-31T04:56:28.932Z Compiling peg v0.8.4
23832025-01-31T04:56:29.068Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23842025-01-31T04:56:29.459Z Compiling oso v0.27.3
23852025-01-31T04:56:37.826Z Compiling tabled v0.15.0
23862025-01-31T04:56:40.741Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23872025-01-31T04:56:50.156Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23882025-01-31T04:56:53.944Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23892025-01-31T04:56:55.615Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23902025-01-31T04:56:58.174Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23912025-01-31T04:56:58.493Z Compiling pem v3.0.4
23922025-01-31T04:57:00.078Z Compiling bb8 v0.8.5
23932025-01-31T04:57:00.723Z Compiling bcs v0.1.6
23942025-01-31T04:57:01.113Z Compiling libz-sys v1.1.20
23952025-01-31T04:57:01.641Z Compiling termtree v0.5.1
23962025-01-31T04:57:01.778Z Compiling parking_lot_core v0.8.6
23972025-01-31T04:57:02.398Z Compiling async-bb8-diesel v0.2.1
23982025-01-31T04:57:03.221Z Compiling mime_guess v2.0.5
23992025-01-31T04:57:05.028Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24002025-01-31T04:57:06.604Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24012025-01-31T04:57:08.350Z Compiling buf-list v1.0.3
24022025-01-31T04:57:10.526Z Compiling nibble_vec v0.1.0
24032025-01-31T04:57:10.810Z Compiling libgit2-sys v0.17.0+1.8.1
24042025-01-31T04:57:11.577Z Compiling pin-project-internal v1.1.6
24052025-01-31T04:57:11.660Z Compiling atty v0.2.14
24062025-01-31T04:57:11.849Z Compiling http-range v0.1.5
24072025-01-31T04:57:12.463Z Compiling salty v0.3.0
24082025-01-31T04:57:12.903Z Compiling endian-type v0.1.2
24092025-01-31T04:57:13.177Z Compiling radix_trie v0.2.1
24102025-01-31T04:57:14.154Z Compiling pin-project v1.1.6
24112025-01-31T04:57:14.321Z Compiling parking_lot v0.11.2
24122025-01-31T04:57:19.251Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
24132025-01-31T04:57:19.829Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24142025-01-31T04:57:20.307Z Compiling snafu-derive v0.8.5
24152025-01-31T04:57:23.896Z Compiling hyper-staticfile v0.10.1
24162025-01-31T04:57:24.773Z Compiling snafu v0.8.5
24172025-01-31T04:57:25.966Z Compiling sled v0.34.7
24182025-01-31T04:57:26.920Z Compiling hickory-client v0.24.2
24192025-01-31T04:57:32.076Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24202025-01-31T04:57:33.261Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24212025-01-31T04:57:41.013Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24222025-01-31T04:57:49.643Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24232025-01-31T04:57:54.734Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24242025-01-31T04:57:56.890Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24252025-01-31T04:57:58.409Z Compiling globset v0.4.15
24262025-01-31T04:58:00.433Z Compiling hickory-server v0.24.2
24272025-01-31T04:58:00.662Z Compiling olpc-cjson v0.1.4
24282025-01-31T04:58:01.024Z Compiling primeorder v0.13.6
24292025-01-31T04:58:01.639Z Compiling castaway v0.2.3
24302025-01-31T04:58:01.841Z Compiling vergen v8.3.2
24312025-01-31T04:58:02.204Z Compiling env_filter v0.1.2
24322025-01-31T04:58:03.772Z Compiling cargo-platform v0.1.8
24332025-01-31T04:58:04.281Z Compiling serde_plain v1.0.2
24342025-01-31T04:58:04.820Z Compiling nanorand v0.7.0
24352025-01-31T04:58:05.532Z Compiling memoffset v0.9.1
24362025-01-31T04:58:05.598Z Compiling typed-path v0.9.3
24372025-01-31T04:58:05.732Z Compiling git2 v0.19.0
24382025-01-31T04:58:06.041Z Compiling flume v0.11.1
24392025-01-31T04:58:06.828Z Compiling cargo_metadata v0.18.1
24402025-01-31T04:58:09.883Z Compiling tough v0.19.0
24412025-01-31T04:58:10.241Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24422025-01-31T04:58:12.200Z Compiling env_logger v0.11.5
24432025-01-31T04:58:12.744Z Compiling compact_str v0.8.0
24442025-01-31T04:58:13.560Z Compiling p384 v0.13.0
24452025-01-31T04:58:13.635Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24462025-01-31T04:58:14.028Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24472025-01-31T04:58:15.354Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24482025-01-31T04:58:16.560Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24492025-01-31T04:58:20.710Z Compiling unicode-truncate v1.1.0
24502025-01-31T04:58:21.018Z Compiling lru v0.12.5
24512025-01-31T04:58:21.388Z Compiling rand_seeder v0.3.0
24522025-01-31T04:58:21.812Z Compiling libsqlite3-sys v0.30.1
24532025-01-31T04:58:22.338Z Compiling lzma-sys v0.1.20
24542025-01-31T04:58:23.037Z Compiling instability v0.3.2
24552025-01-31T04:58:23.287Z Compiling cassowary v0.3.0
24562025-01-31T04:58:23.348Z Compiling rustls v0.21.12
24572025-01-31T04:58:23.671Z Compiling cfg_aliases v0.2.1
24582025-01-31T04:58:23.799Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24592025-01-31T04:58:24.018Z Compiling parse-size v1.1.0
24602025-01-31T04:58:24.147Z Compiling ratatui v0.28.1
24612025-01-31T04:58:24.307Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24622025-01-31T04:58:24.339Z Compiling nix v0.29.0
24632025-01-31T04:58:25.287Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24642025-01-31T04:58:25.315Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24652025-01-31T04:58:27.051Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24662025-01-31T04:58:27.070Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24672025-01-31T04:58:27.843Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24682025-01-31T04:58:28.171Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24692025-01-31T04:58:31.849Z Compiling rustls-webpki v0.101.7
24702025-01-31T04:58:31.901Z Compiling sct v0.7.1
24712025-01-31T04:58:32.388Z Compiling heck v0.3.3
24722025-01-31T04:58:32.741Z Compiling csv-core v0.1.11
24732025-01-31T04:58:33.610Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24742025-01-31T04:58:33.732Z Compiling glob v0.3.2
24752025-01-31T04:58:33.933Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24762025-01-31T04:58:34.288Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24772025-01-31T04:58:35.837Z Compiling csv v1.3.1
24782025-01-31T04:58:35.895Z Compiling zone_cfg_derive v0.1.2
24792025-01-31T04:58:38.015Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24802025-01-31T04:58:41.230Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
24812025-01-31T04:58:42.512Z Compiling nix v0.27.1
24822025-01-31T04:58:43.310Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24832025-01-31T04:58:44.732Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24842025-01-31T04:58:46.038Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
24852025-01-31T04:58:50.025Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24862025-01-31T04:58:54.984Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24872025-01-31T04:58:55.363Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24882025-01-31T04:58:57.202Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24892025-01-31T04:58:57.397Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
24902025-01-31T04:58:57.494Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24912025-01-31T04:58:57.527Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24922025-01-31T04:58:57.712Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24932025-01-31T04:58:57.790Z Compiling tungstenite v0.23.0
24942025-01-31T04:58:58.369Z Compiling hashlink v0.9.1
24952025-01-31T04:58:58.423Z Compiling base64 v0.13.1
24962025-01-31T04:58:59.118Z Compiling fallible-streaming-iterator v0.1.9
24972025-01-31T04:58:59.228Z Compiling fallible-iterator v0.3.0
24982025-01-31T04:58:59.427Z Compiling tokio-tungstenite v0.23.1
24992025-01-31T04:59:00.048Z Compiling rusqlite v0.32.1
25002025-01-31T04:59:00.096Z Compiling ron v0.7.1
25012025-01-31T04:59:01.386Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25022025-01-31T04:59:02.103Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25032025-01-31T04:59:04.404Z Compiling xz2 v0.1.7
25042025-01-31T04:59:05.024Z Compiling tokio-rustls v0.24.1
25052025-01-31T04:59:05.487Z Compiling zone v0.1.8
25062025-01-31T04:59:08.994Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25072025-01-31T04:59:10.756Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25082025-01-31T04:59:12.332Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25092025-01-31T04:59:14.714Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25102025-01-31T04:59:15.253Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25112025-01-31T04:59:21.910Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25122025-01-31T04:59:24.354Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25132025-01-31T04:59:24.555Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25142025-01-31T04:59:26.926Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25152025-01-31T04:59:27.828Z Compiling rustls-pemfile v1.0.4
25162025-01-31T04:59:28.022Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25172025-01-31T04:59:28.349Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
25182025-01-31T04:59:28.544Z Compiling signal-hook-tokio v0.3.1
25192025-01-31T04:59:28.584Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25202025-01-31T04:59:28.785Z Compiling yasna v0.5.2
25212025-01-31T04:59:29.002Z Compiling twox-hash v2.1.0
25222025-01-31T04:59:30.038Z Compiling smawk v0.3.2
25232025-01-31T04:59:30.349Z Compiling unicode-linebreak v0.1.5
25242025-01-31T04:59:30.946Z Compiling is_ci v1.2.0
25252025-01-31T04:59:31.282Z Compiling supports-color v3.0.1
25262025-01-31T04:59:31.744Z Compiling textwrap v0.16.1
25272025-01-31T04:59:32.176Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25282025-01-31T04:59:35.209Z Compiling rcgen v0.12.1
25292025-01-31T04:59:37.779Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25302025-01-31T04:59:42.835Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25312025-01-31T04:59:43.775Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25322025-01-31T04:59:45.537Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25332025-01-31T04:59:49.813Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25342025-01-31T04:59:55.430Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25352025-01-31T05:00:00.441Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25362025-01-31T05:00:02.628Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25372025-01-31T05:00:13.700Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25382025-01-31T05:00:14.275Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
25392025-01-31T05:00:20.979Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25402025-01-31T05:00:21.300Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25412025-01-31T05:00:22.200Z Compiling fatfs v0.3.6
25422025-01-31T05:00:22.284Z Compiling subprocess v0.2.9
25432025-01-31T05:00:25.086Z Compiling rtoolbox v0.0.2
25442025-01-31T05:00:25.556Z Compiling assert_matches v1.5.0
25452025-01-31T05:00:27.048Z Compiling rpassword v7.3.1
25462025-01-31T05:00:27.480Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25472025-01-31T05:00:31.365Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25482025-01-31T05:00:31.674Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25492025-01-31T05:00:35.571Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25502025-01-31T05:00:38.771Z Compiling tui-tree-widget v0.22.0
25512025-01-31T05:00:39.230Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25522025-01-31T05:00:46.952Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25532025-01-31T05:00:47.285Z Compiling uzers v0.12.1
25542025-01-31T05:00:50.446Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25552025-01-31T05:00:52.970Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25562025-01-31T05:00:54.895Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25572025-01-31T05:01:24.884Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25582025-01-31T05:01:31.070Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25592025-01-31T05:01:35.540Z Compiling multimap v0.10.0
25602025-01-31T05:03:59.296Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25612025-01-31T05:04:12.373Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25622025-01-31T05:11:25.193Z Finished `release` profile [optimized] target(s) in 17m 16s
25632025-01-31T05:12:30.764Z
25642025-01-31T05:12:30.767Zreal 18:23.026637306
25652025-01-31T05:12:30.767Zuser 2:08:59.535301016
25662025-01-31T05:12:30.767Zsys 3:20.388866176
25672025-01-31T05:12:30.767Ztrap 3.362782889
25682025-01-31T05:12:30.767Ztflt 3.371447778
25692025-01-31T05:12:30.767Zdflt 4.201243223
25702025-01-31T05:12:30.767Zkflt 0.032172010
25712025-01-31T05:12:30.767Zlock 7:40:31.150548882
25722025-01-31T05:12:30.767Zslp 6:35:31.189579457
25732025-01-31T05:12:30.767Zlat 3:26.065096653
25742025-01-31T05:12:30.767Zstop 2:47.629621234
25752025-01-31T05:12:30.768Z+ mapfile -t packages
25762025-01-31T05:12:30.768Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25772025-01-31T05:12:31.831Z Finished `release` profile [optimized] target(s) in 1.01s
25782025-01-31T05:12:31.906Z Running `target/release/omicron-package -t test list-outputs`
25792025-01-31T05:12:31.957ZLogging to: /work/oxidecomputer/omicron/out/LOG
25802025-01-31T05:12:31.960Z+ ptime -m cargo build --locked --release -p xtask
25812025-01-31T05:12:32.546Z Compiling serde v1.0.217
25822025-01-31T05:12:32.549Z Compiling serde_json v1.0.135
25832025-01-31T05:12:32.549Z Compiling libc v0.2.169
25842025-01-31T05:12:32.549Z Compiling rustix v0.38.37
25852025-01-31T05:12:32.651Z Compiling syn v2.0.96
25862025-01-31T05:12:32.686Z Compiling bitflags v2.6.0
25872025-01-31T05:12:32.993Z Compiling usdt-impl v0.5.0
25882025-01-31T05:12:33.083Z Compiling syn v1.0.109
25892025-01-31T05:12:33.184Z Compiling log v0.4.22
25902025-01-31T05:12:33.208Z Compiling hashbrown v0.15.1
25912025-01-31T05:12:33.453Z Compiling fs-err v2.11.0
25922025-01-31T05:12:33.635Z Compiling anyhow v1.0.95
25932025-01-31T05:12:33.767Z Compiling once_cell v1.20.2
25942025-01-31T05:12:34.020Z Compiling thread-id v4.2.2
25952025-01-31T05:12:34.464Z Compiling indexmap v2.7.1
25962025-01-31T05:12:35.554Z Compiling terminal_size v0.4.0
25972025-01-31T05:12:35.554Z Compiling tempfile v3.13.0
25982025-01-31T05:12:35.822Z Compiling clap_builder v4.5.27
25992025-01-31T05:12:36.647Z Compiling proc-macro-error v1.0.4
26002025-01-31T05:12:37.359Z Compiling tabled_derive v0.7.0
26012025-01-31T05:12:38.542Z Compiling tabled v0.15.0
26022025-01-31T05:12:39.145Z Compiling serde_derive v1.0.217
26032025-01-31T05:12:39.148Z Compiling thiserror-impl v1.0.69
26042025-01-31T05:12:39.148Z Compiling zerocopy-derive v0.7.35
26052025-01-31T05:12:39.148Z Compiling scroll_derive v0.12.0
26062025-01-31T05:12:39.148Z Compiling clap_derive v4.5.24
26072025-01-31T05:12:40.551Z Compiling scroll v0.12.0
26082025-01-31T05:12:41.032Z Compiling zerocopy v0.7.35
26092025-01-31T05:12:41.212Z Compiling goblin v0.8.2
26102025-01-31T05:12:41.874Z Compiling thiserror v1.0.69
26112025-01-31T05:12:42.049Z Compiling pest v2.7.14
26122025-01-31T05:12:44.991Z Compiling pest_meta v2.7.14
26132025-01-31T05:12:45.116Z Compiling clap v4.5.27
26142025-01-31T05:12:46.565Z Compiling pest_generator v2.7.14
26152025-01-31T05:12:48.888Z Compiling pest_derive v2.7.14
26162025-01-31T05:12:49.683Z Compiling dtrace-parser v0.2.0
26172025-01-31T05:12:54.985Z Compiling serde_tokenstream v0.2.2
26182025-01-31T05:12:55.369Z Compiling toml_datetime v0.6.8
26192025-01-31T05:12:55.585Z Compiling serde_spanned v0.6.8
26202025-01-31T05:12:55.912Z Compiling toml_edit v0.22.22
26212025-01-31T05:12:56.115Z Compiling dof v0.3.0
26222025-01-31T05:12:57.286Z Compiling camino v1.1.9
26232025-01-31T05:12:58.378Z Compiling usdt-macro v0.5.0
26242025-01-31T05:12:58.593Z Compiling usdt-attr-macro v0.5.0
26252025-01-31T05:12:58.785Z Compiling cargo-platform v0.1.8
26262025-01-31T05:12:59.576Z Compiling toml v0.8.19
26272025-01-31T05:12:59.872Z Compiling semver v1.0.24
26282025-01-31T05:12:59.914Z Compiling usdt v0.5.0
26292025-01-31T05:13:01.400Z Compiling cargo_toml v0.20.5
26302025-01-31T05:13:01.436Z Compiling cargo_metadata v0.18.1
26312025-01-31T05:13:02.547Z Compiling camino-tempfile v1.1.1
26322025-01-31T05:13:03.364Z Compiling macaddr v1.0.1
26332025-01-31T05:13:15.717Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26342025-01-31T05:13:26.710Z Finished `release` profile [optimized] target(s) in 54.69s
26352025-01-31T05:13:26.824Z
26362025-01-31T05:13:26.824Zreal 54.833469041
26372025-01-31T05:13:26.824Zuser 5:45.458358133
26382025-01-31T05:13:26.824Zsys 18.764128862
26392025-01-31T05:13:26.824Ztrap 0.165880811
26402025-01-31T05:13:26.824Ztflt 0.382379471
26412025-01-31T05:13:26.824Zdflt 0.248607321
26422025-01-31T05:13:26.824Zkflt 0.000001830
26432025-01-31T05:13:26.827Zlock 11:09.334969412
26442025-01-31T05:13:26.827Zslp 16:42.743650129
26452025-01-31T05:13:26.827Zlat 14.864535358
26462025-01-31T05:13:26.827Zstop 19.375954496
26472025-01-31T05:13:26.827Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26482025-01-31T05:13:26.827Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26492025-01-31T05:13:26.827Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26502025-01-31T05:13:26.827Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26512025-01-31T05:13:26.828Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26522025-01-31T05:13:27.776Z Compiling hashbrown v0.14.5
26532025-01-31T05:13:27.908Z Compiling thiserror v2.0.11
26542025-01-31T05:13:27.911Z Compiling thiserror-impl v2.0.11
26552025-01-31T05:13:27.911Z Compiling ident_case v1.0.1
26562025-01-31T05:13:27.914Z Compiling unsafe-libyaml v0.2.11
26572025-01-31T05:13:27.917Z Compiling ipnetwork v0.20.0
26582025-01-31T05:13:27.917Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26592025-01-31T05:13:27.917Z Compiling progenitor-client v0.9.1
26602025-01-31T05:13:28.190Z Compiling darling_core v0.20.10
26612025-01-31T05:13:28.408Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
26622025-01-31T05:13:28.533Z Compiling macaddr v1.0.1
26632025-01-31T05:13:28.805Z Compiling progenitor-client v0.8.0
26642025-01-31T05:13:28.947Z Compiling regress v0.10.1
26652025-01-31T05:13:29.019Z Compiling instant v0.1.13
26662025-01-31T05:13:29.040Z Compiling structmeta-derive v0.3.0
26672025-01-31T05:13:29.126Z Compiling dropshot v0.15.1
26682025-01-31T05:13:29.188Z Compiling regress v0.9.1
26692025-01-31T05:13:29.263Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26702025-01-31T05:13:29.447Z Compiling serde_yaml v0.9.34+deprecated
26712025-01-31T05:13:29.993Z Compiling dropshot_endpoint v0.15.1
26722025-01-31T05:13:30.573Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26732025-01-31T05:13:31.457Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26742025-01-31T05:13:31.512Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26752025-01-31T05:13:31.855Z Compiling structmeta v0.3.0
26762025-01-31T05:13:31.996Z Compiling backoff v0.4.0
26772025-01-31T05:13:32.229Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26782025-01-31T05:13:32.305Z Compiling parse-display-derive v0.10.0
26792025-01-31T05:13:32.345Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26802025-01-31T05:13:32.431Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26812025-01-31T05:13:32.622Z Compiling tempfile v3.13.0
26822025-01-31T05:13:33.140Z Compiling typify-impl v0.2.0
26832025-01-31T05:13:33.291Z Compiling proc-macro-crate v1.3.1
26842025-01-31T05:13:33.421Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26852025-01-31T05:13:33.827Z Compiling typify-impl v0.3.0
26862025-01-31T05:13:33.888Z Compiling itertools v0.13.0
26872025-01-31T05:13:34.237Z Compiling zerocopy v0.8.10
26882025-01-31T05:13:34.301Z Compiling num_enum_derive v0.5.11
26892025-01-31T05:13:34.507Z Compiling darling_macro v0.20.10
26902025-01-31T05:13:35.079Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26912025-01-31T05:13:35.476Z Compiling darling v0.20.10
26922025-01-31T05:13:35.548Z Compiling zerocopy-derive v0.8.10
26932025-01-31T05:13:35.641Z Compiling serde_with_macros v3.11.0
26942025-01-31T05:13:36.617Z Compiling parse-display v0.10.0
26952025-01-31T05:13:36.822Z Compiling num_enum v0.5.11
26962025-01-31T05:13:36.922Z Compiling foreign-types-macros v0.2.3
26972025-01-31T05:13:37.023Z Compiling crucible-workspace-hack v0.1.0
26982025-01-31T05:13:37.263Z Compiling heapless v0.8.0
26992025-01-31T05:13:37.331Z Compiling foreign-types-shared v0.3.1
27002025-01-31T05:13:37.532Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27012025-01-31T05:13:38.179Z Compiling proc-macro-error v1.0.4
27022025-01-31T05:13:38.201Z Compiling foreign-types v0.5.0
27032025-01-31T05:13:38.275Z Compiling serde_with v3.11.0
27042025-01-31T05:13:38.736Z Compiling camino-tempfile v1.1.1
27052025-01-31T05:13:38.811Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27062025-01-31T05:13:39.210Z Compiling hash32 v0.3.1
27072025-01-31T05:13:39.504Z Compiling cstr-argument v0.1.2
27082025-01-31T05:13:39.677Z Compiling pretty-hex v0.2.1
27092025-01-31T05:13:39.776Z Compiling smoltcp v0.11.0
27102025-01-31T05:13:39.906Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27112025-01-31T05:13:40.305Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27122025-01-31T05:13:40.606Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27132025-01-31T05:13:41.048Z Compiling tabwriter v1.4.0
27142025-01-31T05:13:41.548Z Compiling colored v2.1.0
27152025-01-31T05:13:41.599Z Compiling cobs v0.2.3
27162025-01-31T05:13:42.022Z Compiling postcard v1.0.10
27172025-01-31T05:13:42.028Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27182025-01-31T05:13:42.250Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27192025-01-31T05:13:42.355Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27202025-01-31T05:13:42.451Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
27212025-01-31T05:13:42.499Z Compiling smf v0.2.3
27222025-01-31T05:13:42.789Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27232025-01-31T05:13:43.281Z Compiling zone_cfg_derive v0.3.0
27242025-01-31T05:13:43.675Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27252025-01-31T05:13:43.911Z Compiling num-derive v0.4.2
27262025-01-31T05:13:44.099Z Compiling sigpipe v0.1.3
27272025-01-31T05:13:44.252Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27282025-01-31T05:13:44.492Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27292025-01-31T05:13:44.612Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27302025-01-31T05:13:44.740Z Compiling zone v0.3.0
27312025-01-31T05:13:45.243Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27322025-01-31T05:13:45.633Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27332025-01-31T05:13:46.087Z Compiling universal-hash v0.5.1
27342025-01-31T05:13:46.275Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
27352025-01-31T05:13:46.315Z Compiling opaque-debug v0.3.1
27362025-01-31T05:13:46.318Z Compiling tungstenite v0.21.0
27372025-01-31T05:13:46.457Z Compiling num-rational v0.4.2
27382025-01-31T05:13:46.512Z Compiling password-hash v0.5.0
27392025-01-31T05:13:47.140Z Compiling blake2 v0.10.6
27402025-01-31T05:13:47.159Z Compiling num-complex v0.4.6
27412025-01-31T05:13:47.472Z Compiling aead v0.5.2
27422025-01-31T05:13:47.866Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27432025-01-31T05:13:47.887Z Compiling convert_case v0.4.0
27442025-01-31T05:13:48.052Z Compiling keccak v0.1.5
27452025-01-31T05:13:48.201Z Compiling base64 v0.21.7
27462025-01-31T05:13:48.277Z Compiling num v0.4.3
27472025-01-31T05:13:48.413Z Compiling sha3 v0.10.8
27482025-01-31T05:13:48.568Z Compiling argon2 v0.5.3
27492025-01-31T05:13:48.745Z Compiling derive_more v0.99.18
27502025-01-31T05:13:48.906Z Compiling typify-macro v0.2.0
27512025-01-31T05:13:48.947Z Compiling tokio-tungstenite v0.21.0
27522025-01-31T05:13:49.418Z Compiling poly1305 v0.8.0
27532025-01-31T05:13:49.506Z Compiling typify-macro v0.3.0
27542025-01-31T05:13:49.536Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27552025-01-31T05:13:49.536Z Compiling chacha20 v0.9.1
27562025-01-31T05:13:49.699Z Compiling float-ord v0.3.2
27572025-01-31T05:13:49.911Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27582025-01-31T05:13:50.058Z Compiling same-file v1.0.6
27592025-01-31T05:13:50.372Z Compiling semver v0.1.20
27602025-01-31T05:13:50.389Z Compiling walkdir v2.5.0
27612025-01-31T05:13:51.047Z Compiling rustc_version v0.1.7
27622025-01-31T05:13:51.158Z Compiling newline-converter v0.3.0
27632025-01-31T05:13:51.180Z Compiling primeorder v0.13.6
27642025-01-31T05:13:51.364Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27652025-01-31T05:13:51.410Z Compiling secrecy v0.8.0
27662025-01-31T05:13:51.534Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27672025-01-31T05:13:51.674Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27682025-01-31T05:13:51.703Z Compiling owo-colors v4.1.0
27692025-01-31T05:13:51.749Z Compiling cancel-safe-futures v0.1.5
27702025-01-31T05:13:51.953Z Compiling newtype_derive v0.1.6
27712025-01-31T05:13:52.057Z Compiling expectorate v1.1.0
27722025-01-31T05:13:52.149Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
27732025-01-31T05:13:52.260Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27742025-01-31T05:13:52.282Z Compiling thiserror-impl-no-std v2.0.2
27752025-01-31T05:13:52.493Z Compiling blake3 v1.5.4
27762025-01-31T05:13:52.557Z Compiling unicase v2.7.0
27772025-01-31T05:13:52.773Z Compiling half v2.4.1
27782025-01-31T05:13:52.806Z Compiling typify v0.2.0
27792025-01-31T05:13:52.890Z Compiling arc-swap v1.7.1
27802025-01-31T05:13:52.956Z Compiling progenitor-impl v0.8.0
27812025-01-31T05:13:53.162Z Compiling ciborium-io v0.2.2
27822025-01-31T05:13:53.327Z Compiling slog-scope v4.4.0
27832025-01-31T05:13:53.365Z Compiling ciborium-ll v0.2.2
27842025-01-31T05:13:53.502Z Compiling typify v0.3.0
27852025-01-31T05:13:53.656Z Compiling progenitor-impl v0.9.1
27862025-01-31T05:13:53.682Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27872025-01-31T05:13:53.768Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27882025-01-31T05:13:54.085Z Compiling polyval v0.6.2
27892025-01-31T05:13:54.483Z Compiling atomicwrites v0.4.4
27902025-01-31T05:13:54.552Z Compiling libsw v3.3.1
27912025-01-31T05:13:54.865Z Compiling memmap2 v0.9.5
27922025-01-31T05:13:54.911Z Compiling linear-map v1.2.0
27932025-01-31T05:13:55.142Z Compiling thiserror-no-std v2.0.2
27942025-01-31T05:13:55.274Z Compiling indent_write v2.2.0
27952025-01-31T05:13:55.296Z Compiling arrayref v0.3.9
27962025-01-31T05:13:55.336Z Compiling salty v0.3.0
27972025-01-31T05:13:55.418Z Compiling arrayvec v0.7.6
27982025-01-31T05:13:55.522Z Compiling constant_time_eq v0.3.1
27992025-01-31T05:13:55.717Z Compiling parking_lot_core v0.8.6
28002025-01-31T05:13:55.749Z Compiling libefi-sys v0.1.0
28012025-01-31T05:13:55.821Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28022025-01-31T05:13:55.895Z Compiling vsss-rs v3.3.4
28032025-01-31T05:13:56.098Z Compiling ghash v0.5.1
28042025-01-31T05:13:56.398Z Compiling ciborium v0.2.2
28052025-01-31T05:13:56.747Z Compiling slog-stdlog v4.1.1
28062025-01-31T05:13:57.131Z Compiling p384 v0.13.0
28072025-01-31T05:13:57.319Z Compiling toolchain_find v0.4.0
28082025-01-31T05:13:57.850Z Compiling chacha20poly1305 v0.10.1
28092025-01-31T05:13:57.981Z Compiling ctr v0.9.2
28102025-01-31T05:13:58.055Z Compiling lzma-sys v0.1.20
28112025-01-31T05:13:58.114Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28122025-01-31T05:13:58.362Z Compiling bitfield-struct v0.6.2
28132025-01-31T05:13:58.537Z Compiling slog-dtrace v0.3.0
28142025-01-31T05:13:58.676Z Compiling highway v1.2.0
28152025-01-31T05:13:58.807Z Compiling topological-sort v0.2.2
28162025-01-31T05:13:59.041Z Compiling omicron-zone-package v0.12.0
28172025-01-31T05:13:59.091Z Compiling aes-gcm v0.10.3
28182025-01-31T05:13:59.439Z Compiling rustfmt-wrapper v0.2.1
28192025-01-31T05:13:59.465Z Compiling slog-envlogger v2.2.0
28202025-01-31T05:13:59.610Z Compiling mime_guess v2.0.5
28212025-01-31T05:13:59.778Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28222025-01-31T05:14:00.055Z Compiling steno v0.4.1
28232025-01-31T05:14:00.213Z Compiling progenitor-macro v0.8.0
28242025-01-31T05:14:00.626Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28252025-01-31T05:14:00.794Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28262025-01-31T05:14:00.817Z Compiling heck v0.3.3
28272025-01-31T05:14:00.851Z Compiling progenitor-macro v0.9.1
28282025-01-31T05:14:01.199Z Compiling ssh-encoding v0.2.0
28292025-01-31T05:14:01.278Z Compiling blowfish v0.9.1
28302025-01-31T05:14:01.446Z Compiling nibble_vec v0.1.0
28312025-01-31T05:14:01.705Z Compiling env_filter v0.1.2
28322025-01-31T05:14:01.727Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28332025-01-31T05:14:01.767Z Compiling humantime v2.1.0
28342025-01-31T05:14:01.907Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28352025-01-31T05:14:02.049Z Compiling endian-type v0.1.2
28362025-01-31T05:14:02.231Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28372025-01-31T05:14:02.291Z Compiling radix_trie v0.2.1
28382025-01-31T05:14:02.342Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28392025-01-31T05:14:02.365Z Compiling env_logger v0.11.5
28402025-01-31T05:14:02.411Z Compiling ssh-cipher v0.2.0
28412025-01-31T05:14:02.934Z Compiling bcrypt-pbkdf v0.10.0
28422025-01-31T05:14:03.100Z Compiling zone_cfg_derive v0.1.2
28432025-01-31T05:14:03.173Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28442025-01-31T05:14:03.942Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28452025-01-31T05:14:04.056Z Compiling parking_lot v0.11.2
28462025-01-31T05:14:04.315Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28472025-01-31T05:14:04.538Z Compiling password-hash v0.4.2
28482025-01-31T05:14:04.737Z Compiling gethostname v0.5.0
28492025-01-31T05:14:04.923Z Compiling fxhash v0.2.1
28502025-01-31T05:14:04.942Z Compiling bumpalo v3.16.0
28512025-01-31T05:14:04.960Z Compiling http-range v0.1.5
28522025-01-31T05:14:05.039Z Compiling simd-adler32 v0.3.7
28532025-01-31T05:14:05.158Z Compiling zip v2.1.3
28542025-01-31T05:14:05.305Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28552025-01-31T05:14:05.404Z Compiling lockfree-object-pool v0.1.6
28562025-01-31T05:14:05.407Z Compiling base64 v0.13.1
28572025-01-31T05:14:05.550Z Compiling sled v0.34.7
28582025-01-31T05:14:05.656Z Compiling pbkdf2 v0.11.0
28592025-01-31T05:14:05.678Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28602025-01-31T05:14:05.719Z Compiling zopfli v0.8.1
28612025-01-31T05:14:06.046Z Compiling ron v0.7.1
28622025-01-31T05:14:06.105Z Compiling zone v0.1.8
28632025-01-31T05:14:06.387Z Compiling xz2 v0.1.7
28642025-01-31T05:14:06.859Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28652025-01-31T05:14:07.407Z Compiling ssh-key v0.6.6
28662025-01-31T05:14:07.542Z Compiling hickory-client v0.24.2
28672025-01-31T05:14:08.262Z Compiling p521 v0.13.3
28682025-01-31T05:14:08.342Z Compiling p256 v0.13.2
28692025-01-31T05:14:08.935Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28702025-01-31T05:14:09.175Z Compiling hickory-server v0.24.2
28712025-01-31T05:14:09.999Z Compiling pem v3.0.4
28722025-01-31T05:14:10.695Z Compiling yasna v0.5.2
28732025-01-31T05:14:10.788Z Compiling headers-core v0.3.0
28742025-01-31T05:14:10.995Z Compiling kstat-rs v0.2.4
28752025-01-31T05:14:11.597Z Compiling nanorand v0.7.0
28762025-01-31T05:14:11.720Z Compiling russh-cryptovec v0.7.3
28772025-01-31T05:14:11.829Z Compiling atty v0.2.14
28782025-01-31T05:14:11.996Z Compiling md5 v0.7.0
28792025-01-31T05:14:12.068Z Compiling flume v0.11.1
28802025-01-31T05:14:12.136Z Compiling rcgen v0.12.1
28812025-01-31T05:14:12.279Z Compiling headers v0.4.0
28822025-01-31T05:14:12.529Z Compiling russh-keys v0.45.0
28832025-01-31T05:14:13.237Z Compiling progenitor v0.8.0
28842025-01-31T05:14:13.479Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28852025-01-31T05:14:13.522Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28862025-01-31T05:14:13.810Z Compiling progenitor v0.9.1
28872025-01-31T05:14:14.066Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
28882025-01-31T05:14:14.109Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28892025-01-31T05:14:14.359Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28902025-01-31T05:14:14.900Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28912025-01-31T05:14:15.026Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
28922025-01-31T05:14:15.636Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
28932025-01-31T05:14:16.388Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28942025-01-31T05:14:16.844Z Compiling hyper-staticfile v0.10.1
28952025-01-31T05:14:17.948Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28962025-01-31T05:14:18.569Z Compiling num-bigint v0.4.6
28972025-01-31T05:14:19.142Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28982025-01-31T05:14:19.634Z Compiling des v0.8.1
28992025-01-31T05:14:20.005Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
29002025-01-31T05:14:20.603Z Compiling subprocess v0.2.9
29012025-01-31T05:14:21.146Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29022025-01-31T05:14:21.911Z Compiling hex-literal v0.4.1
29032025-01-31T05:14:22.080Z Compiling display-error-chain v0.2.2
29042025-01-31T05:14:22.111Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29052025-01-31T05:14:22.304Z Compiling russh v0.45.0
29062025-01-31T05:14:22.330Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29072025-01-31T05:14:25.328Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29082025-01-31T05:14:25.904Z Compiling internet-checksum v0.2.1
29092025-01-31T05:14:30.358Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29102025-01-31T05:14:30.358Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29112025-01-31T05:14:30.361Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29122025-01-31T05:14:30.361Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29132025-01-31T05:14:33.221Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29142025-01-31T05:14:33.691Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29152025-01-31T05:14:34.746Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29162025-01-31T05:14:34.788Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29172025-01-31T05:14:35.205Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29182025-01-31T05:14:35.785Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29192025-01-31T05:14:38.182Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29202025-01-31T05:14:38.332Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29212025-01-31T05:14:38.413Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29222025-01-31T05:14:39.263Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29232025-01-31T05:14:39.354Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29242025-01-31T05:14:39.873Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29252025-01-31T05:14:40.214Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29262025-01-31T05:14:41.869Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29272025-01-31T05:14:43.928Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29282025-01-31T05:14:44.376Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29292025-01-31T05:14:44.470Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29302025-01-31T05:14:44.905Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29312025-01-31T05:14:45.102Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29322025-01-31T05:14:47.806Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29332025-01-31T05:14:49.596Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29342025-01-31T05:14:49.745Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29352025-01-31T05:14:51.049Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29362025-01-31T05:14:51.640Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29372025-01-31T05:14:57.590Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29382025-01-31T05:15:06.128Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29392025-01-31T05:15:07.712Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29402025-01-31T05:15:30.157Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29412025-01-31T05:15:54.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
29422025-01-31T05:15:54.687Z
29432025-01-31T05:15:54.687Zreal 2:27.794029244
29442025-01-31T05:15:54.687Zuser 12:30.941850465
29452025-01-31T05:15:54.687Zsys 1:37.272622432
29462025-01-31T05:15:54.688Ztrap 0.381274175
29472025-01-31T05:15:54.702Ztflt 1.464009082
29482025-01-31T05:15:54.703Zdflt 1.181434543
29492025-01-31T05:15:54.703Zkflt 0.000021300
29502025-01-31T05:15:54.703Zlock 23:08.485617287
29512025-01-31T05:15:54.703Zslp 43:04.698424232
29522025-01-31T05:15:54.703Zlat 39.049265977
29532025-01-31T05:15:54.703Zstop 1:42.799389923
29542025-01-31T05:15:54.703Z+ mkdir tests
29552025-01-31T05:15:54.703Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29562025-01-31T05:15:54.704Z+ xargs -I '{}' -t cp '{}' tests/
29572025-01-31T05:15:54.724Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ed9e8f65ee23d352 tests/
29582025-01-31T05:15:54.749Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-498b4ddc94bb4d3b tests/
29592025-01-31T05:15:54.787Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-dc5a15c1ba52c599 tests/
29602025-01-31T05:15:54.804Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-40f3445e58770f91 tests/
29612025-01-31T05:15:55.099Z+ 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/*)
29622025-01-31T05:15:55.107Z+ 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-498b4ddc94bb4d3b tests/commtest-dc5a15c1ba52c599 tests/dhcp_server-ed9e8f65ee23d352 tests/end_to_end_tests-40f3445e58770f91 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
29632025-01-31T05:17:10.160ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29642025-01-31T05:17:10.160Za .github/buildomat/ci-env.sh 1K
29652025-01-31T05:17:10.160Za out/target/test 1K
29662025-01-31T05:17:10.160Za out/npuzone/npuzone 23144K
29672025-01-31T05:17:10.160Za package-manifest.toml 34K
29682025-01-31T05:17:10.160Za smf/sled-agent/non-gimlet/config.toml 4K
29692025-01-31T05:17:10.160Za target/release/omicron-package 36011K
29702025-01-31T05:17:10.160Za target/release/xtask 11805K
29712025-01-31T05:17:10.160Za target/debug/bootstrap 220496K
29722025-01-31T05:17:10.160Za tests/bootstrap-498b4ddc94bb4d3b 24119K
29732025-01-31T05:17:10.160Za tests/commtest-dc5a15c1ba52c599 24221K
29742025-01-31T05:17:10.160Za tests/dhcp_server-ed9e8f65ee23d352 24119K
29752025-01-31T05:17:10.160Za tests/end_to_end_tests-40f3445e58770f91 282552K
29762025-01-31T05:17:10.160Za out/clickhouse.tar.gz 294307K
29772025-01-31T05:17:10.160Za out/clickhouse_keeper.tar.gz 281437K
29782025-01-31T05:17:10.160Za out/clickhouse_server.tar.gz 294301K
29792025-01-31T05:17:10.160Za out/cockroachdb.tar.gz 134973K
29802025-01-31T05:17:10.160Za out/crucible-dtrace.tar 98K
29812025-01-31T05:17:10.160Za out/crucible-pantry-zone.tar.gz 28585K
29822025-01-31T05:17:10.160Za out/crucible-zone.tar.gz 36934K
29832025-01-31T05:17:10.160Za out/external-dns.tar.gz 35470K
29842025-01-31T05:17:10.160Za out/internal-dns.tar.gz 35470K
29852025-01-31T05:17:10.160Za out/mg-ddm-gz.tar 63075K
29862025-01-31T05:17:10.160Za out/nexus.tar.gz 100222K
29872025-01-31T05:17:10.160Za out/ntp.tar.gz 10507K
29882025-01-31T05:17:10.160Za out/omicron-gateway-softnpu.tar.gz 24129K
29892025-01-31T05:17:10.161Za out/omicron-sled-agent.tar 113917K
29902025-01-31T05:17:10.161Za out/overlay.tar.gz 3K
29912025-01-31T05:17:10.161Za out/oximeter.tar.gz 48442K
29922025-01-31T05:17:10.161Za out/oxlog.tar 3124K
29932025-01-31T05:17:10.161Za out/probe.tar.gz 2764K
29942025-01-31T05:17:10.161Za out/propolis-server.tar.gz 66528K
29952025-01-31T05:17:10.161Za out/pumpkind-gz.tar 26665K
29962025-01-31T05:17:10.161Za out/switch-softnpu.tar.gz 237643K
29972025-01-31T05:17:10.164Z
29982025-01-31T05:17:10.164Zreal 1:15.066750841
29992025-01-31T05:17:10.164Zuser 1:11.658916037
30002025-01-31T05:17:10.164Zsys 5.051451256
30012025-01-31T05:17:10.164Ztrap 0.019672792
30022025-01-31T05:17:10.164Ztflt 0.000000000
30032025-01-31T05:17:10.164Zdflt 0.000000000
30042025-01-31T05:17:10.164Zkflt 0.000000000
30052025-01-31T05:17:10.164Zlock 0.000000000
30062025-01-31T05:17:10.164Zslp 1:11.279088837
30072025-01-31T05:17:10.164Zlat 2.118465849
30082025-01-31T05:17:10.164Zstop 0.000530207
30092025-01-31T05:17:10.164Zprocess exited: duration 2050170 ms, exit code 0
 
30102025-01-31T05:17:10.179Zfound 1 output files
30112025-01-31T05:17:10.179Zuploading: /work/package.tar.gz (1904495615 bytes)
30122025-01-31T05:17:46.149Zuploaded: /work/package.tar.gz