01JN5XBS8C97BP51DMKWPBSNTD: 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: 01JN5XC9D62EMY5YZQFASJXNS0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-28T09:15:48.446Zjob assigned to worker 01JN5XCHPKCT12KZPMSVAQQ8Q5 [factory aws, i-0074ab0abf4378176] (queued for 1 m 8 s)
 
22025-02-28T09:15:56.610Zstarting task 0: "setup"
32025-02-28T09:15:56.615Z++ uname -s
42025-02-28T09:15:56.617Z+ kern=SunOS
52025-02-28T09:15:56.617Z+ build_user=build
62025-02-28T09:15:56.617Z+ build_uid=12345
72025-02-28T09:15:56.618Z+ work_dir=/work
82025-02-28T09:15:56.618Z+ input_dir=/input
92025-02-28T09:15:56.618Z+ [[ 0 == 12345 ]]
102025-02-28T09:15:56.618Z+ case "$kern" in
112025-02-28T09:15:56.618Z+ groupadd -g 12345 build
122025-02-28T09:15:56.620Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-28T09:15:58.629Z+ zfs create -o mountpoint=/work rpool/work
142025-02-28T09:15:58.754Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-28T09:15:58.758Z+ home_fs=zfs
162025-02-28T09:15:58.758Z+ [[ zfs == autofs ]]
172025-02-28T09:15:58.758Z+ mkdir -p /home/build
182025-02-28T09:15:58.758Z+ chown build:build /home/build /work
192025-02-28T09:16:00.760Z+ chmod 0700 /home/build /work
202025-02-28T09:16:00.763Zprocess exited: duration 4154 ms, exit code 0
 
212025-02-28T09:16:00.768Zstarting task 1: "rust-toolchain"
222025-02-28T09:16:00.774Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-28T09:16:00.774Z * rust toolchain channel = "1.85.0"
242025-02-28T09:16:00.774Z * rust toolchain profile = "default"
252025-02-28T09:16:00.774Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-02-28T09:16:00.774Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-28T09:16:00.774Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-28T09:16:00.777Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-28T09:16:00.777Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-28T09:16:00.917Zinfo: downloading installer
312025-02-28T09:16:02.121Zwarning: it looks like you have an existing installation of Rust at:
322025-02-28T09:16:02.121Zwarning: /opt/ooce/bin
332025-02-28T09:16:02.121Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-28T09:16:02.121Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-28T09:16:02.121Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-28T09:16:02.121Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-28T09:16:02.121Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-28T09:16:02.121Zerror: cannot install while Rust is installed
392025-02-28T09:16:02.121Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-28T09:16:02.149Zinfo: profile set to 'default'
412025-02-28T09:16:02.149Zinfo: default host triple is x86_64-unknown-illumos
422025-02-28T09:16:02.152Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-28T09:16:02.312Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-28T09:16:02.312Zinfo: downloading component 'cargo'
452025-02-28T09:16:03.187Zinfo: downloading component 'clippy'
462025-02-28T09:16:03.527Zinfo: downloading component 'rust-docs'
472025-02-28T09:16:04.858Zinfo: downloading component 'rust-std'
482025-02-28T09:16:06.842Zinfo: downloading component 'rustc'
492025-02-28T09:16:13.642Zinfo: downloading component 'rustfmt'
502025-02-28T09:16:13.899Zinfo: installing component 'cargo'
512025-02-28T09:16:14.725Zinfo: installing component 'clippy'
522025-02-28T09:16:15.107Zinfo: installing component 'rust-docs'
532025-02-28T09:16:16.864Zinfo: installing component 'rust-std'
542025-02-28T09:16:18.751Zinfo: installing component 'rustc'
552025-02-28T09:16:24.564Zinfo: installing component 'rustfmt'
562025-02-28T09:16:24.896Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-28T09:16:24.896Z
582025-02-28T09:16:25.271Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-28T09:16:25.271Z
602025-02-28T09:16:25.274Z
612025-02-28T09:16:25.274ZRust is installed now. Great!
622025-02-28T09:16:25.274Z
632025-02-28T09:16:25.274ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-28T09:16:25.274Zenvironment variable. This has not been done automatically.
652025-02-28T09:16:25.274Z
662025-02-28T09:16:25.274ZTo configure your current shell, you need to source
672025-02-28T09:16:25.274Zthe corresponding env file under $HOME/.cargo.
682025-02-28T09:16:25.274Z
692025-02-28T09:16:25.274ZThis is usually done by running one of the following (note the leading DOT):
702025-02-28T09:16:25.274Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-28T09:16:25.274Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-28T09:16:25.345Z+ rustup --version
732025-02-28T09:16:25.354Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-28T09:16:25.354Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-28T09:16:25.434Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-28T09:16:25.438Z+ cargo --version
772025-02-28T09:16:25.493Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-28T09:16:25.496Z+ rustc --version
792025-02-28T09:16:25.560Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-28T09:16:25.563Zprocess exited: duration 24791 ms, exit code 0
 
812025-02-28T09:16:25.569Zstarting task 2: "authentication"
822025-02-28T09:16:25.590Zprocess exited: duration 21 ms, exit code 0
 
832025-02-28T09:16:25.597Zstarting task 3: "clone repository"
842025-02-28T09:16:25.601Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-28T09:16:25.604Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-28T09:16:25.743ZCloning into '/work/oxidecomputer/omicron'...
872025-02-28T09:16:33.407Z+ cd /work/oxidecomputer/omicron
882025-02-28T09:16:33.409Z+ git fetch origin 9a67a231393d1dc16e1a62cef14993037bfda175
892025-02-28T09:16:33.735ZFrom https://github.com/oxidecomputer/omicron
902025-02-28T09:16:33.735Z * branch 9a67a231393d1dc16e1a62cef14993037bfda175 -> FETCH_HEAD
912025-02-28T09:16:33.746Z+ [[ -n renovate/reedline-0.x ]]
922025-02-28T09:16:33.748Z++ git branch --show-current
932025-02-28T09:16:33.751Z+ current=main
942025-02-28T09:16:33.751Z+ [[ main != renovate/reedline-0.x ]]
952025-02-28T09:16:33.751Z+ git branch -f renovate/reedline-0.x 9a67a231393d1dc16e1a62cef14993037bfda175
962025-02-28T09:16:33.754Z+ git checkout -f renovate/reedline-0.x
972025-02-28T09:16:33.945ZSwitched to branch 'renovate/reedline-0.x'
982025-02-28T09:16:33.947Z+ git reset --hard 9a67a231393d1dc16e1a62cef14993037bfda175
992025-02-28T09:16:34.135ZHEAD is now at 9a67a2313 Update Rust crate reedline to 0.38.0
1002025-02-28T09:16:34.137Zprocess exited: duration 8538 ms, exit code 0
 
1012025-02-28T09:16:34.143Zstarting task 4: "build"
1022025-02-28T09:16:34.148Z+ source .github/buildomat/ci-env.sh
1032025-02-28T09:16:34.150Z++ export CARGO_TERM_COLOR=always
1042025-02-28T09:16:34.150Z++ CARGO_TERM_COLOR=always
1052025-02-28T09:16:34.150Z+ cargo --version
1062025-02-28T09:16:34.201Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-28T09:16:34.204Z+ rustc --version
1082025-02-28T09:16:34.269Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-28T09:16:34.272Z+ WORK=/work
1102025-02-28T09:16:34.275Z+ pfexec mkdir -p /work
1112025-02-28T09:16:34.277Z+ pfexec chown build /work
1122025-02-28T09:16:34.280Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1132025-02-28T09:16:36.848Zpkg list: illegal option -- F
1142025-02-28T09:16:36.848ZUsage:
1152025-02-28T09:16:36.848Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1162025-02-28T09:16:36.848Z [pkg_fmri_pattern ...]
1172025-02-28T09:16:37.692Zpkg list: illegal option -- F
1182025-02-28T09:16:37.693ZUsage:
1192025-02-28T09:16:37.712Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-02-28T09:16:37.712Z [pkg_fmri_pattern ...]
1212025-02-28T09:16:45.472Z Startup: Refreshing catalog 'helios-dev' ... Done
1222025-02-28T09:16:49.751Z Startup: Caching catalogs ... Done
1232025-02-28T09:17:02.506ZPlanning: Solver setup ... Done (11.833s)
1242025-02-28T09:17:02.661ZPlanning: Running solver ... Done (0.154s)
1252025-02-28T09:17:02.778ZPlanning: Finding local manifests ... Done (0.006s)
1262025-02-28T09:17:02.809ZPlanning: Fetching manifests: 0/7 0% complete
1272025-02-28T09:17:03.060ZPlanning: Fetching manifests: 7/7 100% complete
1282025-02-28T09:17:03.170ZPlanning: Package planning ... Done (0.108s)
1292025-02-28T09:17:03.225ZPlanning: Merging actions ... Done (0.056s)
1302025-02-28T09:17:03.421ZPlanning: Checking for conflicting actions ... Done (0.195s)
1312025-02-28T09:17:05.108ZPlanning: Consolidating action changes ... Done (1.688s)
1322025-02-28T09:17:05.503ZPlanning: Evaluating mediators ... Done (0.395s)
1332025-02-28T09:17:05.586ZPlanning: Planning completed in 15.73 seconds
1342025-02-28T09:17:05.609Z Packages to install: 4
1352025-02-28T09:17:05.609Z Packages to update: 3
1362025-02-28T09:17:05.609Z Mediators to change: 2
1372025-02-28T09:17:05.609Z Services to change: 1
1382025-02-28T09:17:05.642Z Estimated space available: 155.61 GB
1392025-02-28T09:17:05.642ZEstimated space to be consumed: 1.66 GB
1402025-02-28T09:17:05.642Z Create boot environment: No
1412025-02-28T09:17:05.642ZCreate backup boot environment: Yes
1422025-02-28T09:17:05.642Z Rebuild boot archive: No
1432025-02-28T09:17:05.642Z
1442025-02-28T09:17:05.642ZChanged mediators:
1452025-02-28T09:17:05.643Z mediator clang:
1462025-02-28T09:17:05.643Z version: None -> 15 (system default)
1472025-02-28T09:17:05.643Z
1482025-02-28T09:17:05.643Z mediator llvm:
1492025-02-28T09:17:05.643Z version: 14 (system default) -> 15 (system default)
1502025-02-28T09:17:05.643Z
1512025-02-28T09:17:05.643ZChanged packages:
1522025-02-28T09:17:05.643Zhelios-dev
1532025-02-28T09:17:05.643Z developer/build-essential
1542025-02-28T09:17:05.643Z None -> 11-2.0
1552025-02-28T09:17:05.643Z library/libxmlsec1
1562025-02-28T09:17:05.643Z None -> 1.2.35-2.0
1572025-02-28T09:17:05.643Z ooce/developer/clang-15
1582025-02-28T09:17:05.643Z None -> 15.0.7-2.0
1592025-02-28T09:17:05.643Z ooce/developer/llvm-15
1602025-02-28T09:17:05.643Z None -> 15.0.7-2.0
1612025-02-28T09:17:05.643Z package/pkg
1622025-02-28T09:17:05.643Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1632025-02-28T09:17:05.643Z system/library/g++-runtime
1642025-02-28T09:17:05.643Z 13-2.0 -> 14-2.0
1652025-02-28T09:17:05.643Z system/library/gcc-runtime
1662025-02-28T09:17:05.643Z 13-2.0 -> 14-2.0
1672025-02-28T09:17:05.643Z
1682025-02-28T09:17:05.643ZServices:
1692025-02-28T09:17:05.643Z restart_fmri:
1702025-02-28T09:17:05.643Z svc:/system/update-man-index:default
1712025-02-28T09:17:05.643Z
1722025-02-28T09:17:05.643ZEditable files to change:
1732025-02-28T09:17:05.644Z Update:
1742025-02-28T09:17:05.644Z usr/share/lib/pkg/web/config.shtml
1752025-02-28T09:17:05.787Z
1762025-02-28T09:17:05.787ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1772025-02-28T09:17:10.788ZDownload: 1134/4301 items 38.3/225.4MB 16% complete (7.6M/s)
1782025-02-28T09:17:15.788ZDownload: 1276/4301 items 112.2/225.4MB 49% complete (11.5M/s)
1792025-02-28T09:17:20.806ZDownload: 1546/4301 items 116.1/225.4MB 51% complete (9.0M/s)
1802025-02-28T09:17:25.931ZDownload: 1833/4301 items 117.0/225.4MB 51% complete (842k/s)
1812025-02-28T09:17:30.934ZDownload: 2042/4301 items 117.2/225.4MB 51% complete (243k/s)
1822025-02-28T09:17:36.085ZDownload: 2213/4301 items 117.7/225.4MB 52% complete (117k/s)
1832025-02-28T09:17:42.223ZDownload: 2216/4301 items 117.7/225.4MB 52% complete (111k/s)
1842025-02-28T09:17:47.236ZDownload: 2443/4301 items 120.2/225.4MB 53% complete (279k/s)
1852025-02-28T09:17:52.256ZDownload: 3232/4301 items 166.2/225.4MB 73% complete (4.8M/s)
1862025-02-28T09:17:57.288ZDownload: 3479/4301 items 215.4/225.4MB 95% complete (9.5M/s)
1872025-02-28T09:18:03.725ZDownload: 4207/4301 items 220.6/225.4MB 97% complete (7.7M/s)
1882025-02-28T09:18:05.780ZDownload: Completed 225.42 MB in 59.99 seconds (3.8M/s)
1892025-02-28T09:18:07.793Z Actions: 1/5122 actions (Removing old actions)
1902025-02-28T09:18:07.814Z Actions: 194/5122 actions (Installing new actions)
1912025-02-28T09:18:12.835Z Actions: 4099/5122 actions (Installing new actions)
1922025-02-28T09:18:13.001Z Actions: 4267/5122 actions (Updating modified actions)
1932025-02-28T09:18:13.541Z Actions: Completed 5122 actions in 5.75 seconds.
1942025-02-28T09:18:13.956Z Done (0.407s)
1952025-02-28T09:18:13.960Z Done (0.001s)
1962025-02-28T09:18:14.581Z Done (0.623s)
1972025-02-28T09:18:18.912Z Done (4.092s)
1982025-02-28T09:18:18.995Z Done (0.017s)
1992025-02-28T09:18:18.998Z Done (0.000s)
2002025-02-28T09:18:19.155Z Done (0.000s)
2012025-02-28T09:18:19.858ZPlanning: Evaluating mediator changes ... Done
2022025-02-28T09:18:20.015ZPlanning: Checking for conflicting actions ... Done
2032025-02-28T09:18:20.019ZPlanning: Consolidating action changes ... Done
2042025-02-28T09:18:20.283ZPlanning: Evaluating mediators ... Done
2052025-02-28T09:18:20.286ZPlanning: Planning completed in 0.42 seconds
2062025-02-28T09:18:20.321Z Mediators to change: 2
2072025-02-28T09:18:20.321Z Create boot environment: No
2082025-02-28T09:18:20.324ZCreate backup boot environment: No
2092025-02-28T09:18:20.402Z Done
2102025-02-28T09:18:20.402Z Done
2112025-02-28T09:18:20.821Z Done
2122025-02-28T09:18:24.345Z Done
2132025-02-28T09:18:24.433Z Done
2142025-02-28T09:18:24.436Z Done
2152025-02-28T09:18:24.569Z Done
2162025-02-28T09:18:25.168ZPlanning: Evaluating mediator changes ... Done
2172025-02-28T09:18:25.172ZPlanning: Merging actions ... Done
2182025-02-28T09:18:25.355ZPlanning: Checking for conflicting actions ... Done
2192025-02-28T09:18:25.358ZPlanning: Consolidating action changes ... Done
2202025-02-28T09:18:25.618ZPlanning: Evaluating mediators ... Done
2212025-02-28T09:18:25.671ZPlanning: Planning completed in 0.74 seconds
2222025-02-28T09:18:25.711Z Packages to change: 1
2232025-02-28T09:18:25.711Z Mediators to change: 1
2242025-02-28T09:18:25.716Z Services to change: 1
2252025-02-28T09:18:25.716Z Create boot environment: No
2262025-02-28T09:18:25.716ZCreate backup boot environment: Yes
2272025-02-28T09:18:27.869Z Actions: 1/6 actions (Updating modified actions)
2282025-02-28T09:18:27.872Z Actions: Completed 6 actions in 0.00 seconds.
2292025-02-28T09:18:27.872Z Done
2302025-02-28T09:18:27.872Z Done
2312025-02-28T09:18:27.994Z Done
2322025-02-28T09:18:31.517Z Done
2332025-02-28T09:18:31.608Z Done
2342025-02-28T09:18:31.611Z Done
2352025-02-28T09:18:31.740Z Done
2362025-02-28T09:18:32.162ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2372025-02-28T09:18:32.162Zclang system 15 system
2382025-02-28T09:18:32.162Zcsh system system illumos
2392025-02-28T09:18:32.162Zctags system system illumos
2402025-02-28T09:18:32.162Zgcc vendor 12 vendor
2412025-02-28T09:18:32.162Zgcc system 10 system
2422025-02-28T09:18:32.162Zgcc system 7 system
2432025-02-28T09:18:32.162Zgo system 1.20 system
2442025-02-28T09:18:32.162Zgo system 1.19 system
2452025-02-28T09:18:32.162Zllvm system 15 system
2462025-02-28T09:18:32.162Zllvm system 14 system
2472025-02-28T09:18:32.162Zmariadb system 10.6 system
2482025-02-28T09:18:32.163Zmta vendor vendor dma
2492025-02-28T09:18:32.163Zopenjdk system 17 system
2502025-02-28T09:18:32.163Zopenjdk system 11 system
2512025-02-28T09:18:32.163Zopenjdk system 1.8 system
2522025-02-28T09:18:32.163Zopenssl vendor 3 vendor
2532025-02-28T09:18:32.163Zperl system 5.36 system
2542025-02-28T09:18:32.163Zpostgresql system 15 system
2552025-02-28T09:18:32.163Zpostgresql system 13 system
2562025-02-28T09:18:32.163Zpython vendor 3 vendor
2572025-02-28T09:18:32.163Zpython system 2 system
2582025-02-28T09:18:32.163Zpython3 system 3.11 system
2592025-02-28T09:18:32.163Zruby system 3.0 system
2602025-02-28T09:18:32.163Zwords vendor vendor american-english
2612025-02-28T09:18:32.163Zwords system system australian-english
2622025-02-28T09:18:32.163Zwords system system british-english
2632025-02-28T09:18:32.163Zwords system system canadian-english
2642025-02-28T09:18:32.163Zwords system system french
2652025-02-28T09:18:32.163Zwords system system italian
2662025-02-28T09:18:32.163Zwords system system ngerman
2672025-02-28T09:18:32.163Zwords system system ogerman
2682025-02-28T09:18:32.163Zwords system system spanish
2692025-02-28T09:18:32.481ZPUBLISHER TYPE STATUS P LOCATION
2702025-02-28T09:18:32.481Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2712025-02-28T09:18:35.493ZFMRI IFO
2722025-02-28T09:18:35.493Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2732025-02-28T09:18:35.493Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2742025-02-28T09:18:35.493Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2752025-02-28T09:18:35.493Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2762025-02-28T09:18:35.493Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2772025-02-28T09:18:35.493Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2782025-02-28T09:18:35.493Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2792025-02-28T09:18:35.493Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2802025-02-28T09:18:35.493Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2812025-02-28T09:18:35.493Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2822025-02-28T09:18:35.493Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2832025-02-28T09:18:35.493Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2842025-02-28T09:18:35.493Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2852025-02-28T09:18:35.494Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2862025-02-28T09:18:35.494Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2872025-02-28T09:18:36.262Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2882025-02-28T09:18:36.567Z Updating crates.io index
2892025-02-28T09:18:36.570Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2902025-02-28T09:18:37.178Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2912025-02-28T09:18:37.448Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2922025-02-28T09:18:37.699Z Updating git repository `https://github.com/oxidecomputer/propolis`
2932025-02-28T09:18:38.815Z Updating git repository `https://github.com/oxidecomputer/crucible`
2942025-02-28T09:18:40.548Z Updating git repository `https://github.com/oxidecomputer/opte`
2952025-02-28T09:18:41.233Z Updating git repository `https://github.com/oxidecomputer/falcon`
2962025-02-28T09:18:41.931Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972025-02-28T09:18:42.219Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982025-02-28T09:18:42.504Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2992025-02-28T09:18:43.078Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002025-02-28T09:18:43.592Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012025-02-28T09:18:43.922Z Updating git repository `https://github.com/oxidecomputer/propolis`
3022025-02-28T09:18:44.314Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3032025-02-28T09:18:44.602Z Updating git repository `https://github.com/oxidecomputer/tofino`
3042025-02-28T09:18:44.840Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052025-02-28T09:18:45.076Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062025-02-28T09:18:45.324Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072025-02-28T09:18:45.607Z Updating git repository `https://github.com/oxidecomputer/lldp`
3082025-02-28T09:18:45.939Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3092025-02-28T09:18:46.195Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102025-02-28T09:18:46.568Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112025-02-28T09:18:46.900Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3122025-02-28T09:18:47.231Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132025-02-28T09:18:47.787Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142025-02-28T09:18:48.065Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3152025-02-28T09:18:48.507Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162025-02-28T09:18:48.841Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3172025-02-28T09:18:49.296Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182025-02-28T09:18:49.564Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192025-02-28T09:18:49.823Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202025-02-28T09:18:51.047Z Downloading crates ...
3212025-02-28T09:18:51.109Z Downloaded autocfg v1.4.0
3222025-02-28T09:18:51.119Z Downloaded cargo-platform v0.1.8
3232025-02-28T09:18:51.121Z Downloaded anyhow v1.0.96
3242025-02-28T09:18:51.124Z Downloaded camino v1.1.9
3252025-02-28T09:18:51.127Z Downloaded block-buffer v0.10.4
3262025-02-28T09:18:51.141Z Downloaded zerocopy-derive v0.7.35
3272025-02-28T09:18:51.144Z Downloaded pretty-hex v0.4.1
3282025-02-28T09:18:51.147Z Downloaded swrite v0.1.0
3292025-02-28T09:18:51.147Z Downloaded usdt-macro v0.5.0
3302025-02-28T09:18:51.155Z Downloaded anstyle-query v1.1.1
3312025-02-28T09:18:51.158Z Downloaded bytecount v0.6.8
3322025-02-28T09:18:51.160Z Downloaded winnow v0.7.3
3332025-02-28T09:18:51.167Z Downloaded scroll_derive v0.12.0
3342025-02-28T09:18:51.169Z Downloaded dtrace-parser v0.2.0
3352025-02-28T09:18:51.172Z Downloaded equivalent v1.0.1
3362025-02-28T09:18:51.175Z Downloaded usdt-attr-macro v0.5.0
3372025-02-28T09:18:51.178Z Downloaded byteorder v1.5.0
3382025-02-28T09:18:51.181Z Downloaded anstyle-parse v0.2.5
3392025-02-28T09:18:51.183Z Downloaded heck v0.5.0
3402025-02-28T09:18:51.183Z Downloaded cpufeatures v0.2.14
3412025-02-28T09:18:51.186Z Downloaded cfg-if v1.0.0
3422025-02-28T09:18:51.186Z Downloaded anstyle v1.0.10
3432025-02-28T09:18:51.188Z Downloaded terminal_size v0.4.0
3442025-02-28T09:18:51.189Z Downloaded camino-tempfile v1.1.1
3452025-02-28T09:18:51.191Z Downloaded thread-id v4.2.2
3462025-02-28T09:18:51.191Z Downloaded serde_tokenstream v0.2.2
3472025-02-28T09:18:51.194Z Downloaded macaddr v1.0.1
3482025-02-28T09:18:51.194Z Downloaded fnv v1.0.7
3492025-02-28T09:18:51.194Z Downloaded terminal_size v0.2.6
3502025-02-28T09:18:51.197Z Downloaded thiserror v1.0.69
3512025-02-28T09:18:51.200Z Downloaded version_check v0.9.5
3522025-02-28T09:18:51.203Z Downloaded plain v0.2.3
3532025-02-28T09:18:51.203Z Downloaded pest_generator v2.7.14
3542025-02-28T09:18:51.206Z Downloaded memmap v0.7.0
3552025-02-28T09:18:51.206Z Downloaded unicode-linebreak v0.1.5
3562025-02-28T09:18:51.206Z Downloaded tabled_derive v0.7.0
3572025-02-28T09:18:51.208Z Downloaded is_terminal_polyfill v1.70.1
3582025-02-28T09:18:51.209Z Downloaded serde_spanned v0.6.8
3592025-02-28T09:18:51.211Z Downloaded heck v0.4.1
3602025-02-28T09:18:51.211Z Downloaded clap_lex v0.7.4
3612025-02-28T09:18:51.214Z Downloaded utf8parse v0.2.2
3622025-02-28T09:18:51.217Z Downloaded itoa v1.0.11
3632025-02-28T09:18:51.217Z Downloaded toml_datetime v0.6.8
3642025-02-28T09:18:51.220Z Downloaded smawk v0.3.2
3652025-02-28T09:18:51.220Z Downloaded crypto-common v0.1.6
3662025-02-28T09:18:51.220Z Downloaded colorchoice v1.0.2
3672025-02-28T09:18:51.223Z Downloaded digest v0.10.7
3682025-02-28T09:18:51.223Z Downloaded thiserror-impl v2.0.11
3692025-02-28T09:18:51.226Z Downloaded dof v0.3.0
3702025-02-28T09:18:51.226Z Downloaded strsim v0.11.1
3712025-02-28T09:18:51.226Z Downloaded generic-array v0.14.7
3722025-02-28T09:18:51.229Z Downloaded fastrand v2.1.1
3732025-02-28T09:18:51.232Z Downloaded bitflags v1.3.2
3742025-02-28T09:18:51.234Z Downloaded usdt v0.5.0
3752025-02-28T09:18:51.237Z Downloaded thiserror-impl v1.0.69
3762025-02-28T09:18:51.237Z Downloaded errno v0.3.9
3772025-02-28T09:18:51.240Z Downloaded semver v1.0.25
3782025-02-28T09:18:51.243Z Downloaded proc-macro-error v1.0.4
3792025-02-28T09:18:51.248Z Downloaded once_cell v1.20.3
3802025-02-28T09:18:51.251Z Downloaded usdt-impl v0.5.0
3812025-02-28T09:18:51.254Z Downloaded thiserror v2.0.11
3822025-02-28T09:18:51.257Z Downloaded scroll v0.12.0
3832025-02-28T09:18:51.267Z Downloaded anstream v0.6.15
3842025-02-28T09:18:51.270Z Downloaded quote v1.0.38
3852025-02-28T09:18:51.273Z Downloaded proc-macro-error-attr v1.0.4
3862025-02-28T09:18:51.276Z Downloaded fs-err v2.11.0
3872025-02-28T09:18:51.276Z Downloaded sha2 v0.10.8
3882025-02-28T09:18:51.278Z Downloaded bitflags v2.6.0
3892025-02-28T09:18:51.281Z Downloaded cargo_toml v0.21.0
3902025-02-28T09:18:51.284Z Downloaded textwrap v0.16.1
3912025-02-28T09:18:51.286Z Downloaded ryu v1.0.18
3922025-02-28T09:18:51.289Z Downloaded log v0.4.22
3932025-02-28T09:18:51.292Z Downloaded clap v4.5.31
3942025-02-28T09:18:51.297Z Downloaded toml v0.8.20
3952025-02-28T09:18:51.301Z Downloaded papergrid v0.11.0
3962025-02-28T09:18:51.304Z Downloaded unicode-ident v1.0.14
3972025-02-28T09:18:51.307Z Downloaded typenum v1.17.0
3982025-02-28T09:18:51.309Z Downloaded tempfile v3.13.0
3992025-02-28T09:18:51.313Z Downloaded proc-macro2 v1.0.93
4002025-02-28T09:18:51.318Z Downloaded pest_meta v2.7.14
4012025-02-28T09:18:51.320Z Downloaded pest_derive v2.7.14
4022025-02-28T09:18:51.320Z Downloaded cargo_metadata v0.19.1
4032025-02-28T09:18:51.320Z Downloaded ucd-trie v0.1.7
4042025-02-28T09:18:51.323Z Downloaded serde_derive v1.0.218
4052025-02-28T09:18:51.325Z Downloaded io-lifetimes v1.0.11
4062025-02-28T09:18:51.328Z Downloaded clap_derive v4.5.28
4072025-02-28T09:18:51.335Z Downloaded indexmap v2.7.1
4082025-02-28T09:18:51.340Z Downloaded serde v1.0.218
4092025-02-28T09:18:51.354Z Downloaded memchr v2.7.4
4102025-02-28T09:18:51.368Z Downloaded toml_edit v0.22.24
4112025-02-28T09:18:51.398Z Downloaded hashbrown v0.15.1
4122025-02-28T09:18:51.408Z Downloaded serde_json v1.0.139
4132025-02-28T09:18:51.413Z Downloaded pest v2.7.14
4142025-02-28T09:18:51.425Z Downloaded goblin v0.8.2
4152025-02-28T09:18:51.433Z Downloaded zerocopy v0.7.35
4162025-02-28T09:18:51.448Z Downloaded tabled v0.15.0
4172025-02-28T09:18:51.462Z Downloaded clap_builder v4.5.31
4182025-02-28T09:18:51.470Z Downloaded syn v1.0.109
4192025-02-28T09:18:51.479Z Downloaded unicode-width v0.1.14
4202025-02-28T09:18:51.485Z Downloaded syn v2.0.98
4212025-02-28T09:18:51.496Z Downloaded rustix v0.37.28
4222025-02-28T09:18:51.513Z Downloaded rustix v0.38.37
4232025-02-28T09:18:51.551Z Downloaded libc v0.2.170
4242025-02-28T09:18:51.845Z Compiling proc-macro2 v1.0.93
4252025-02-28T09:18:51.845Z Compiling unicode-ident v1.0.14
4262025-02-28T09:18:51.848Z Compiling libc v0.2.170
4272025-02-28T09:18:51.848Z Compiling version_check v0.9.5
4282025-02-28T09:18:51.848Z Compiling serde v1.0.218
4292025-02-28T09:18:51.848Z Compiling memchr v2.7.4
4302025-02-28T09:18:51.848Z Compiling thiserror v1.0.69
4312025-02-28T09:18:51.882Z Compiling ryu v1.0.18
4322025-02-28T09:18:52.114Z Compiling itoa v1.0.11
4332025-02-28T09:18:52.310Z Compiling ucd-trie v0.1.7
4342025-02-28T09:18:52.553Z Compiling once_cell v1.20.3
4352025-02-28T09:18:52.845Z Compiling byteorder v1.5.0
4362025-02-28T09:18:52.949Z Compiling serde_json v1.0.139
4372025-02-28T09:18:52.969Z Compiling rustix v0.38.37
4382025-02-28T09:18:53.108Z Compiling bitflags v2.6.0
4392025-02-28T09:18:53.318Z Compiling usdt-impl v0.5.0
4402025-02-28T09:18:53.413Z Compiling proc-macro-error-attr v1.0.4
4412025-02-28T09:18:53.487Z Compiling io-lifetimes v1.0.11
4422025-02-28T09:18:53.673Z Compiling syn v1.0.109
4432025-02-28T09:18:53.754Z Compiling proc-macro-error v1.0.4
4442025-02-28T09:18:53.785Z Compiling rustix v0.37.28
4452025-02-28T09:18:53.833Z Compiling log v0.4.22
4462025-02-28T09:18:54.011Z Compiling quote v1.0.38
4472025-02-28T09:18:54.059Z Compiling errno v0.3.9
4482025-02-28T09:18:54.274Z Compiling thread-id v4.2.2
4492025-02-28T09:18:54.297Z Compiling hashbrown v0.15.1
4502025-02-28T09:18:54.319Z Compiling utf8parse v0.2.2
4512025-02-28T09:18:54.360Z Compiling camino v1.1.9
4522025-02-28T09:18:54.396Z Compiling syn v2.0.98
4532025-02-28T09:18:54.494Z Compiling plain v0.2.3
4542025-02-28T09:18:54.589Z Compiling equivalent v1.0.1
4552025-02-28T09:18:54.670Z Compiling anstyle-parse v0.2.5
4562025-02-28T09:18:55.132Z Compiling colorchoice v1.0.2
4572025-02-28T09:18:55.157Z Compiling bitflags v1.3.2
4582025-02-28T09:18:55.269Z Compiling indexmap v2.7.1
4592025-02-28T09:18:55.297Z Compiling anstyle-query v1.1.1
4602025-02-28T09:18:55.356Z Compiling unicode-width v0.1.14
4612025-02-28T09:18:55.359Z Compiling pretty-hex v0.4.1
4622025-02-28T09:18:55.398Z Compiling thiserror v2.0.11
4632025-02-28T09:18:55.445Z Compiling anstyle v1.0.10
4642025-02-28T09:18:55.605Z Compiling semver v1.0.25
4652025-02-28T09:18:55.865Z Compiling is_terminal_polyfill v1.70.1
4662025-02-28T09:18:55.887Z Compiling autocfg v1.4.0
4672025-02-28T09:18:55.993Z Compiling winnow v0.7.3
4682025-02-28T09:18:56.158Z Compiling terminal_size v0.4.0
4692025-02-28T09:18:56.379Z Compiling anstream v0.6.15
4702025-02-28T09:18:56.605Z Compiling fnv v1.0.7
4712025-02-28T09:18:56.708Z Compiling bytecount v0.6.8
4722025-02-28T09:18:56.777Z Compiling fs-err v2.11.0
4732025-02-28T09:18:56.802Z Compiling strsim v0.11.1
4742025-02-28T09:18:56.913Z Compiling cfg-if v1.0.0
4752025-02-28T09:18:57.026Z Compiling clap_lex v0.7.4
4762025-02-28T09:18:57.053Z Compiling heck v0.4.1
4772025-02-28T09:18:57.098Z Compiling anyhow v1.0.96
4782025-02-28T09:18:57.475Z Compiling fastrand v2.1.1
4792025-02-28T09:18:57.724Z Compiling heck v0.5.0
4802025-02-28T09:18:57.897Z Compiling tempfile v3.13.0
4812025-02-28T09:18:57.973Z Compiling terminal_size v0.2.6
4822025-02-28T09:18:57.997Z Compiling clap_builder v4.5.31
4832025-02-28T09:18:58.184Z Compiling papergrid v0.11.0
4842025-02-28T09:18:58.186Z Compiling memmap v0.7.0
4852025-02-28T09:18:58.313Z Compiling smawk v0.3.2
4862025-02-28T09:18:58.527Z Compiling unicode-linebreak v0.1.5
4872025-02-28T09:18:59.016Z Compiling textwrap v0.16.1
4882025-02-28T09:18:59.059Z Compiling swrite v0.1.0
4892025-02-28T09:18:59.591Z Compiling tabled_derive v0.7.0
4902025-02-28T09:19:01.033Z Compiling tabled v0.15.0
4912025-02-28T09:19:01.233Z Compiling serde_derive v1.0.218
4922025-02-28T09:19:01.235Z Compiling thiserror-impl v1.0.69
4932025-02-28T09:19:01.235Z Compiling zerocopy-derive v0.7.35
4942025-02-28T09:19:01.235Z Compiling scroll_derive v0.12.0
4952025-02-28T09:19:01.235Z Compiling thiserror-impl v2.0.11
4962025-02-28T09:19:01.235Z Compiling clap_derive v4.5.28
4972025-02-28T09:19:02.593Z Compiling scroll v0.12.0
4982025-02-28T09:19:03.143Z Compiling goblin v0.8.2
4992025-02-28T09:19:03.291Z Compiling zerocopy v0.7.35
5002025-02-28T09:19:04.435Z Compiling pest v2.7.14
5012025-02-28T09:19:05.456Z Compiling clap v4.5.31
5022025-02-28T09:19:06.526Z Compiling pest_meta v2.7.14
5032025-02-28T09:19:07.489Z Compiling pest_generator v2.7.14
5042025-02-28T09:19:08.915Z Compiling pest_derive v2.7.14
5052025-02-28T09:19:09.454Z Compiling dtrace-parser v0.2.0
5062025-02-28T09:19:10.187Z Compiling serde_spanned v0.6.8
5072025-02-28T09:19:10.188Z Compiling toml_datetime v0.6.8
5082025-02-28T09:19:10.190Z Compiling cargo-platform v0.1.8
5092025-02-28T09:19:10.450Z Compiling serde_tokenstream v0.2.2
5102025-02-28T09:19:10.548Z Compiling toml_edit v0.22.24
5112025-02-28T09:19:10.664Z Compiling macaddr v1.0.1
5122025-02-28T09:19:10.736Z Compiling camino-tempfile v1.1.1
5132025-02-28T09:19:11.544Z Compiling dof v0.3.0
5142025-02-28T09:19:11.544Z Compiling cargo_metadata v0.19.1
5152025-02-28T09:19:12.936Z Compiling usdt-attr-macro v0.5.0
5162025-02-28T09:19:12.941Z Compiling usdt-macro v0.5.0
5172025-02-28T09:19:13.300Z Compiling toml v0.8.20
5182025-02-28T09:19:13.916Z Compiling usdt v0.5.0
5192025-02-28T09:19:14.168Z Compiling cargo_toml v0.21.0
5202025-02-28T09:19:16.656Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5212025-02-28T09:19:19.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.73s
5222025-02-28T09:19:20.023Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5232025-02-28T09:19:20.587Z Downloading crates ...
5242025-02-28T09:19:20.710Z Downloaded assert_matches v1.5.0
5252025-02-28T09:19:20.716Z Downloaded async-stream-impl v0.3.6
5262025-02-28T09:19:20.722Z Downloaded cfg_aliases v0.2.1
5272025-02-28T09:19:20.725Z Downloaded headers-core v0.3.0
5282025-02-28T09:19:20.728Z Downloaded atty v0.2.14
5292025-02-28T09:19:20.731Z Downloaded cstr-argument v0.1.2
5302025-02-28T09:19:20.731Z Downloaded ciborium-io v0.2.2
5312025-02-28T09:19:20.733Z Downloaded crunchy v0.2.2
5322025-02-28T09:19:20.733Z Downloaded ctr v0.9.2
5332025-02-28T09:19:20.738Z Downloaded heapless v0.7.17
5342025-02-28T09:19:20.743Z Downloaded ident_case v1.0.1
5352025-02-28T09:19:20.746Z Downloaded crucible-workspace-hack v0.1.0
5362025-02-28T09:19:20.749Z Downloaded http-body v1.0.1
5372025-02-28T09:19:20.749Z Downloaded atomicwrites v0.4.4
5382025-02-28T09:19:20.749Z Downloaded headers v0.4.0
5392025-02-28T09:19:20.755Z Downloaded md5 v0.7.0
5402025-02-28T09:19:20.757Z Downloaded atomic-waker v1.1.2
5412025-02-28T09:19:20.760Z Downloaded is_ci v1.2.0
5422025-02-28T09:19:20.760Z Downloaded ahash v0.8.11
5432025-02-28T09:19:20.764Z Downloaded instant v0.1.13
5442025-02-28T09:19:20.768Z Downloaded cfg_aliases v0.1.1
5452025-02-28T09:19:20.768Z Downloaded http-range v0.1.5
5462025-02-28T09:19:20.768Z Downloaded crossbeam-deque v0.8.5
5472025-02-28T09:19:20.771Z Downloaded icu_provider_macros v1.5.0
5482025-02-28T09:19:20.771Z Downloaded castaway v0.2.3
5492025-02-28T09:19:20.771Z Downloaded async-recursion v1.1.1
5502025-02-28T09:19:20.774Z Downloaded crc v3.2.1
5512025-02-28T09:19:20.777Z Downloaded match_cfg v0.1.0
5522025-02-28T09:19:20.780Z Downloaded chacha20 v0.9.1
5532025-02-28T09:19:20.783Z Downloaded idna_adapter v1.2.0
5542025-02-28T09:19:20.783Z Downloaded hex-literal v0.4.1
5552025-02-28T09:19:20.786Z Downloaded ipnetwork v0.21.1
5562025-02-28T09:19:20.786Z Downloaded cipher v0.4.4
5572025-02-28T09:19:20.789Z Downloaded internet-checksum v0.2.1
5582025-02-28T09:19:20.789Z Downloaded heck v0.3.3
5592025-02-28T09:19:20.792Z Downloaded impl-trait-for-tuples v0.2.2
5602025-02-28T09:19:20.794Z Downloaded convert_case v0.4.0
5612025-02-28T09:19:20.796Z Downloaded hex v0.4.3
5622025-02-28T09:19:20.797Z Downloaded bit-set v0.5.3
5632025-02-28T09:19:20.799Z Downloaded indoc v2.0.5
5642025-02-28T09:19:20.802Z Downloaded md-5 v0.10.6
5652025-02-28T09:19:20.804Z Downloaded indoc v1.0.9
5662025-02-28T09:19:20.807Z Downloaded async-trait v0.1.86
5672025-02-28T09:19:20.810Z Downloaded linked-hash-map v0.5.6
5682025-02-28T09:19:20.813Z Downloaded indent_write v2.2.0
5692025-02-28T09:19:20.816Z Downloaded hostname v0.3.1
5702025-02-28T09:19:20.816Z Downloaded block-padding v0.3.3
5712025-02-28T09:19:20.819Z Downloaded memoffset v0.9.1
5722025-02-28T09:19:20.819Z Downloaded maybe-uninit v2.0.0
5732025-02-28T09:19:20.822Z Downloaded keccak v0.1.5
5742025-02-28T09:19:20.822Z Downloaded lalrpop-util v0.19.12
5752025-02-28T09:19:20.822Z Downloaded httpdate v1.0.3
5762025-02-28T09:19:20.825Z Downloaded libsw v3.4.0
5772025-02-28T09:19:20.827Z Downloaded blowfish v0.9.1
5782025-02-28T09:19:20.827Z Downloaded managed v0.8.0
5792025-02-28T09:19:20.830Z Downloaded litemap v0.7.3
5802025-02-28T09:19:20.833Z Downloaded mime v0.3.17
5812025-02-28T09:19:20.838Z Downloaded bit-set v0.8.0
5822025-02-28T09:19:20.838Z Downloaded libsw-core v0.3.1
5832025-02-28T09:19:20.838Z Downloaded ciborium v0.2.2
5842025-02-28T09:19:20.840Z Downloaded colored v2.2.0
5852025-02-28T09:19:20.843Z Downloaded bzip2 v0.4.4
5862025-02-28T09:19:20.846Z Downloaded maplit v1.0.2
5872025-02-28T09:19:20.848Z Downloaded lru v0.12.5
5882025-02-28T09:19:20.848Z Downloaded csv-core v0.1.11
5892025-02-28T09:19:20.851Z Downloaded backoff v0.4.0
5902025-02-28T09:19:20.854Z Downloaded console v0.15.10
5912025-02-28T09:19:20.867Z Downloaded bit-vec v0.8.0
5922025-02-28T09:19:20.867Z Downloaded httparse v1.9.5
5932025-02-28T09:19:20.868Z Downloaded signal-hook-tokio v0.3.1
5942025-02-28T09:19:20.868Z Downloaded cancel-safe-futures v0.1.5
5952025-02-28T09:19:20.870Z Downloaded hostname v0.4.0
5962025-02-28T09:19:20.871Z Downloaded ipnet v2.11.0
5972025-02-28T09:19:20.871Z Downloaded icu_locid_transform v1.5.0
5982025-02-28T09:19:20.875Z Downloaded thiserror-impl-no-std v2.0.2
5992025-02-28T09:19:20.878Z Downloaded tower-service v0.3.3
6002025-02-28T09:19:20.878Z Downloaded ref-cast-impl v1.0.23
6012025-02-28T09:19:20.878Z Downloaded progenitor v0.8.0
6022025-02-28T09:19:20.881Z Downloaded crossbeam-epoch v0.9.18
6032025-02-28T09:19:20.884Z Downloaded async-stream v0.3.6
6042025-02-28T09:19:20.888Z Downloaded scopeguard v1.2.0
6052025-02-28T09:19:20.889Z Downloaded endian-type v0.1.2
6062025-02-28T09:19:20.892Z Downloaded rustc_version v0.4.1
6072025-02-28T09:19:20.892Z Downloaded vte_generate_state_changes v0.1.2
6082025-02-28T09:19:20.892Z Downloaded foreign-types-shared v0.3.1
6092025-02-28T09:19:20.892Z Downloaded rtoolbox v0.0.2
6102025-02-28T09:19:20.896Z Downloaded clang-sys v1.8.1
6112025-02-28T09:19:20.896Z Downloaded rustls-pemfile v1.0.4
6122025-02-28T09:19:20.899Z Downloaded stringprep v0.1.5
6132025-02-28T09:19:20.902Z Downloaded smf v0.2.3
6142025-02-28T09:19:20.902Z Downloaded blake2 v0.10.6
6152025-02-28T09:19:20.905Z Downloaded lock_api v0.4.12
6162025-02-28T09:19:20.908Z Downloaded jobserver v0.1.32
6172025-02-28T09:19:20.912Z Downloaded const-oid v0.9.6
6182025-02-28T09:19:20.915Z Downloaded slog-scope v4.4.0
6192025-02-28T09:19:20.915Z Downloaded crossbeam-utils v0.8.20
6202025-02-28T09:19:20.918Z Downloaded schemars_derive v0.8.22
6212025-02-28T09:19:20.925Z Downloaded spki v0.7.3
6222025-02-28T09:19:20.925Z Downloaded arc-swap v1.7.1
6232025-02-28T09:19:20.928Z Downloaded parse-size v1.1.0
6242025-02-28T09:19:20.928Z Downloaded ghash v0.5.1
6252025-02-28T09:19:20.931Z Downloaded crc32fast v1.4.2
6262025-02-28T09:19:20.931Z Downloaded normalize-line-endings v0.3.0
6272025-02-28T09:19:20.931Z Downloaded hickory-client v0.24.4
6282025-02-28T09:19:20.936Z Downloaded unarray v0.1.4
6292025-02-28T09:19:20.939Z Downloaded tui-tree-widget v0.23.0
6302025-02-28T09:19:20.939Z Downloaded thiserror-no-std v2.0.2
6312025-02-28T09:19:20.943Z Downloaded defmt-macros v0.3.9
6322025-02-28T09:19:20.947Z Downloaded progenitor-client v0.8.0
6332025-02-28T09:19:20.950Z Downloaded dirs-sys-next v0.1.2
6342025-02-28T09:19:20.950Z Downloaded tinyvec_macros v0.1.1
6352025-02-28T09:19:20.953Z Downloaded hmac v0.12.1
6362025-02-28T09:19:20.953Z Downloaded dirs-next v2.0.0
6372025-02-28T09:19:20.957Z Downloaded futures-executor v0.3.31
6382025-02-28T09:19:20.957Z Downloaded glob v0.3.2
6392025-02-28T09:19:20.960Z Downloaded difflib v0.4.0
6402025-02-28T09:19:20.960Z Downloaded float-cmp v0.10.0
6412025-02-28T09:19:20.962Z Downloaded term v0.7.0
6422025-02-28T09:19:20.967Z Downloaded tokio-tungstenite v0.24.0
6432025-02-28T09:19:20.970Z Downloaded chacha20poly1305 v0.10.1
6442025-02-28T09:19:20.970Z Downloaded ed25519 v2.2.3
6452025-02-28T09:19:20.973Z Downloaded sqlparser_derive v0.2.2
6462025-02-28T09:19:20.973Z Downloaded base64 v0.13.1
6472025-02-28T09:19:20.976Z Downloaded futures-core v0.3.31
6482025-02-28T09:19:20.978Z Downloaded sync_wrapper v1.0.1
6492025-02-28T09:19:20.981Z Downloaded newtype-uuid v1.2.1
6502025-02-28T09:19:20.981Z Downloaded paste v1.0.15
6512025-02-28T09:19:20.984Z Downloaded hyper-util v0.1.10
6522025-02-28T09:19:20.989Z Downloaded tower-layer v0.3.3
6532025-02-28T09:19:20.992Z Downloaded progenitor-impl v0.9.1
6542025-02-28T09:19:20.995Z Downloaded sync-ptr v0.1.1
6552025-02-28T09:19:20.995Z Downloaded nodrop v0.1.14
6562025-02-28T09:19:20.995Z Downloaded nibble_vec v0.1.0
6572025-02-28T09:19:20.998Z Downloaded utf-8 v0.7.6
6582025-02-28T09:19:20.998Z Downloaded rand_core v0.9.2
6592025-02-28T09:19:21.002Z Downloaded downcast v0.11.0
6602025-02-28T09:19:21.006Z Downloaded enum-as-inner v0.6.1
6612025-02-28T09:19:21.006Z Downloaded progenitor v0.9.1
6622025-02-28T09:19:21.009Z Downloaded rustversion v1.0.17
6632025-02-28T09:19:21.009Z Downloaded darling_macro v0.20.10
6642025-02-28T09:19:21.012Z Downloaded darling v0.20.10
6652025-02-28T09:19:21.015Z Downloaded ecdsa v0.16.9
6662025-02-28T09:19:21.018Z Downloaded base64 v0.21.7
6672025-02-28T09:19:21.021Z Downloaded synstructure v0.13.1
6682025-02-28T09:19:21.024Z Downloaded spin v0.9.8
6692025-02-28T09:19:21.027Z Downloaded shell-words v1.1.0
6702025-02-28T09:19:21.027Z Downloaded rusty-fork v0.3.0
6712025-02-28T09:19:21.029Z Downloaded slog-json v2.6.1
6722025-02-28T09:19:21.032Z Downloaded prettyplease v0.2.29
6732025-02-28T09:19:21.035Z Downloaded openssl-probe v0.1.5
6742025-02-28T09:19:21.039Z Downloaded supports-color v3.0.2
6752025-02-28T09:19:21.039Z Downloaded oso-derive v0.27.3
6762025-02-28T09:19:21.043Z Downloaded openssl-macros v0.1.1
6772025-02-28T09:19:21.043Z Downloaded miniz_oxide v0.8.5
6782025-02-28T09:19:21.043Z Downloaded indicatif v0.17.11
6792025-02-28T09:19:21.047Z Downloaded pkcs8 v0.10.2
6802025-02-28T09:19:21.049Z Downloaded test-strategy v0.4.0
6812025-02-28T09:19:21.054Z Downloaded zerofrom-derive v0.1.4
6822025-02-28T09:19:21.056Z Downloaded whoami v1.5.2
6832025-02-28T09:19:21.059Z Downloaded psl-types v2.0.11
6842025-02-28T09:19:21.059Z Downloaded rpassword v7.3.1
6852025-02-28T09:19:21.063Z Downloaded base64 v0.22.1
6862025-02-28T09:19:21.066Z Downloaded poly1305 v0.8.0
6872025-02-28T09:19:21.068Z Downloaded zeroize_derive v1.4.2
6882025-02-28T09:19:21.071Z Downloaded zeroize v1.8.1
6892025-02-28T09:19:21.071Z Downloaded take_mut v0.2.2
6902025-02-28T09:19:21.074Z Downloaded data-encoding v2.6.0
6912025-02-28T09:19:21.074Z Downloaded sha1 v0.10.6
6922025-02-28T09:19:21.076Z Downloaded fallible-iterator v0.2.0
6932025-02-28T09:19:21.076Z Downloaded socket2 v0.5.8
6942025-02-28T09:19:21.089Z Downloaded multimap v0.10.0
6952025-02-28T09:19:21.092Z Downloaded new_debug_unreachable v1.0.6
6962025-02-28T09:19:21.092Z Downloaded hickory-resolver v0.24.4
6972025-02-28T09:19:21.096Z Downloaded hash32 v0.3.1
6982025-02-28T09:19:21.098Z Downloaded num-conv v0.1.0
6992025-02-28T09:19:21.101Z Downloaded http v1.2.0
7002025-02-28T09:19:21.104Z Downloaded rustc_version v0.1.7
7012025-02-28T09:19:21.107Z Downloaded diesel_table_macro_syntax v0.2.0
7022025-02-28T09:19:21.107Z Downloaded tokio-rustls v0.24.1
7032025-02-28T09:19:21.109Z Downloaded rsa v0.9.6
7042025-02-28T09:19:21.114Z Downloaded form_urlencoded v1.2.1
7052025-02-28T09:19:21.117Z Downloaded dunce v1.0.5
7062025-02-28T09:19:21.117Z Downloaded daft-derive v0.1.1
7072025-02-28T09:19:21.121Z Downloaded snafu-derive v0.8.5
7082025-02-28T09:19:21.123Z Downloaded signal-hook-mio v0.2.4
7092025-02-28T09:19:21.126Z Downloaded powerfmt v0.2.0
7102025-02-28T09:19:21.126Z Downloaded parking_lot v0.12.3
7112025-02-28T09:19:21.128Z Downloaded number_prefix v0.4.0
7122025-02-28T09:19:21.131Z Downloaded tinystr v0.7.6
7132025-02-28T09:19:21.133Z Downloaded tabwriter v1.4.0
7142025-02-28T09:19:21.133Z Downloaded structmeta-derive v0.3.0
7152025-02-28T09:19:21.137Z Downloaded percent-encoding v2.3.1
7162025-02-28T09:19:21.137Z Downloaded aes v0.8.4
7172025-02-28T09:19:21.139Z Downloaded unicode-truncate v1.1.0
7182025-02-28T09:19:21.142Z Downloaded termtree v0.4.1
7192025-02-28T09:19:21.145Z Downloaded daft v0.1.1
7202025-02-28T09:19:21.148Z Downloaded which v4.4.2
7212025-02-28T09:19:21.148Z Downloaded tap v1.0.1
7222025-02-28T09:19:21.148Z Downloaded curve25519-dalek-derive v0.1.1
7232025-02-28T09:19:21.151Z Downloaded fragile v2.0.0
7242025-02-28T09:19:21.154Z Downloaded postcard v1.0.10
7252025-02-28T09:19:21.154Z Downloaded diesel-dtrace v0.4.2
7262025-02-28T09:19:21.156Z Downloaded publicsuffix v2.3.0
7272025-02-28T09:19:21.159Z Downloaded owo-colors v4.2.0
7282025-02-28T09:19:21.161Z Downloaded nanorand v0.7.0
7292025-02-28T09:19:21.164Z Downloaded want v0.3.1
7302025-02-28T09:19:21.167Z Downloaded toolchain_find v0.4.0
7312025-02-28T09:19:21.167Z Downloaded display-error-chain v0.2.2
7322025-02-28T09:19:21.169Z Downloaded tungstenite v0.23.0
7332025-02-28T09:19:21.172Z Downloaded zerofrom v0.1.4
7342025-02-28T09:19:21.175Z Downloaded parse-display v0.10.0
7352025-02-28T09:19:21.175Z Downloaded funty v2.0.0
7362025-02-28T09:19:21.177Z Downloaded sqlformat v0.2.6
7372025-02-28T09:19:21.180Z Downloaded postgres-types v0.2.9
7382025-02-28T09:19:21.182Z Downloaded pin-utils v0.1.0
7392025-02-28T09:19:21.182Z Downloaded postgres-protocol v0.6.8
7402025-02-28T09:19:21.185Z Downloaded url v2.5.3
7412025-02-28T09:19:21.188Z Downloaded zone_cfg_derive v0.3.0
7422025-02-28T09:19:21.190Z Downloaded zone_cfg_derive v0.1.2
7432025-02-28T09:19:21.190Z Downloaded pin-project-lite v0.2.14
7442025-02-28T09:19:21.195Z Downloaded scrypt v0.11.0
7452025-02-28T09:19:21.198Z Downloaded rustc-hash v2.1.1
7462025-02-28T09:19:21.198Z Downloaded semver v0.1.20
7472025-02-28T09:19:21.201Z Downloaded progenitor-client v0.9.1
7482025-02-28T09:19:21.203Z Downloaded peg-runtime v0.8.3
7492025-02-28T09:19:21.203Z Downloaded ssh-encoding v0.2.0
7502025-02-28T09:19:21.206Z Downloaded signature v2.2.0
7512025-02-28T09:19:21.206Z Downloaded signal-hook-registry v1.4.2
7522025-02-28T09:19:21.208Z Downloaded num-complex v0.4.6
7532025-02-28T09:19:21.211Z Downloaded unsafe-libyaml v0.2.11
7542025-02-28T09:19:21.213Z Downloaded tungstenite v0.24.0
7552025-02-28T09:19:21.218Z Downloaded rustfmt-wrapper v0.2.1
7562025-02-28T09:19:21.221Z Downloaded tokio-macros v2.5.0
7572025-02-28T09:19:21.221Z Downloaded darling_core v0.20.10
7582025-02-28T09:19:21.225Z Downloaded strum v0.26.3
7592025-02-28T09:19:21.227Z Downloaded similar v2.6.0
7602025-02-28T09:19:21.231Z Downloaded unicode-xid v0.2.6
7612025-02-28T09:19:21.234Z Downloaded tokio-native-tls v0.3.1
7622025-02-28T09:19:21.237Z Downloaded displaydoc v0.2.5
7632025-02-28T09:19:21.239Z Downloaded opaque-debug v0.3.1
7642025-02-28T09:19:21.241Z Downloaded aes-gcm v0.10.3
7652025-02-28T09:19:21.244Z Downloaded foreign-types v0.3.2
7662025-02-28T09:19:21.246Z Downloaded path-slash v0.1.5
7672025-02-28T09:19:21.246Z Downloaded zone v0.3.0
7682025-02-28T09:19:21.246Z Downloaded pkcs1 v0.7.5
7692025-02-28T09:19:21.250Z Downloaded pin-project-internal v1.1.6
7702025-02-28T09:19:21.254Z Downloaded proc-macro-error-attr2 v2.0.0
7712025-02-28T09:19:21.256Z Downloaded proc-macro-crate v1.3.1
7722025-02-28T09:19:21.257Z Downloaded pem v3.0.5
7732025-02-28T09:19:21.257Z Downloaded hash32 v0.2.1
7742025-02-28T09:19:21.260Z Downloaded group v0.13.0
7752025-02-28T09:19:21.260Z Downloaded precomputed-hash v0.1.1
7762025-02-28T09:19:21.263Z Downloaded deranged v0.3.11
7772025-02-28T09:19:21.263Z Downloaded slog v2.7.0
7782025-02-28T09:19:21.266Z Downloaded der v0.7.9
7792025-02-28T09:19:21.269Z Downloaded ssh-cipher v0.2.0
7802025-02-28T09:19:21.272Z Downloaded pem-rfc7468 v0.7.0
7812025-02-28T09:19:21.275Z Downloaded stable_deref_trait v1.2.0
7822025-02-28T09:19:21.277Z Downloaded smallvec v0.6.14
7832025-02-28T09:19:21.277Z Downloaded fatfs v0.3.6
7842025-02-28T09:19:21.280Z Downloaded parse-display-derive v0.10.0
7852025-02-28T09:19:21.283Z Downloaded futures-task v0.3.31
7862025-02-28T09:19:21.283Z Downloaded float-ord v0.3.2
7872025-02-28T09:19:21.285Z Downloaded zone v0.1.8
7882025-02-28T09:19:21.285Z Downloaded russh-cryptovec v0.7.3
7892025-02-28T09:19:21.285Z Downloaded idna v1.0.3
7902025-02-28T09:19:21.290Z Downloaded fxhash v0.2.1
7912025-02-28T09:19:21.293Z Downloaded derive_builder_macro v0.20.2
7922025-02-28T09:19:21.293Z Downloaded wait-timeout v0.2.0
7932025-02-28T09:19:21.296Z Downloaded strip-ansi-escapes v0.2.0
7942025-02-28T09:19:21.296Z Downloaded futures v0.3.31
7952025-02-28T09:19:21.303Z Downloaded mockall v0.13.1
7962025-02-28T09:19:21.307Z Downloaded russh-keys v0.45.0
7972025-02-28T09:19:21.307Z Downloaded progenitor-macro v0.9.1
7982025-02-28T09:19:21.311Z Downloaded ppv-lite86 v0.2.20
7992025-02-28T09:19:21.311Z Downloaded proc-macro-error2 v2.0.1
8002025-02-28T09:19:21.314Z Downloaded time-core v0.1.2
8012025-02-28T09:19:21.314Z Downloaded num v0.4.3
8022025-02-28T09:19:21.314Z Downloaded foreign-types v0.5.0
8032025-02-28T09:19:21.317Z Downloaded der_derive v0.7.3
8042025-02-28T09:19:21.317Z Downloaded openssl-sys v0.9.106
8052025-02-28T09:19:21.322Z Downloaded waitgroup v0.1.2
8062025-02-28T09:19:21.325Z Downloaded predicates v3.1.3
8072025-02-28T09:19:21.328Z Downloaded parking_lot_core v0.8.6
8082025-02-28T09:19:21.331Z Downloaded phf_codegen v0.11.2
8092025-02-28T09:19:21.331Z Downloaded slog-term v2.9.1
8102025-02-28T09:19:21.334Z Downloaded phf_shared v0.10.0
8112025-02-28T09:19:21.334Z Downloaded expectorate v1.1.0
8122025-02-28T09:19:21.336Z Downloaded peg-macros v0.8.4
8132025-02-28T09:19:21.339Z Downloaded signal-hook v0.3.17
8142025-02-28T09:19:21.342Z Downloaded vsss-rs v3.3.4
8152025-02-28T09:19:21.346Z Downloaded itertools v0.12.1
8162025-02-28T09:19:21.352Z Downloaded unicase v2.7.0
8172025-02-28T09:19:21.356Z Downloaded aho-corasick v1.1.3
8182025-02-28T09:19:21.361Z Downloaded serde_urlencoded v0.7.1
8192025-02-28T09:19:21.364Z Downloaded thread_local v1.1.8
8202025-02-28T09:19:21.364Z Downloaded rayon-core v1.12.1
8212025-02-28T09:19:21.368Z Downloaded rcgen v0.12.1
8222025-02-28T09:19:21.372Z Downloaded tiny-keccak v2.0.2
8232025-02-28T09:19:21.376Z Downloaded termtree v0.5.1
8242025-02-28T09:19:21.381Z Downloaded num-integer v0.1.46
8252025-02-28T09:19:21.382Z Downloaded zopfli v0.8.1
8262025-02-28T09:19:21.385Z Downloaded blake3 v1.5.4
8272025-02-28T09:19:21.389Z Downloaded futures-sink v0.3.31
8282025-02-28T09:19:21.392Z Downloaded phf_shared v0.11.2
8292025-02-28T09:19:21.395Z Downloaded ff v0.13.0
8302025-02-28T09:19:21.395Z Downloaded flate2 v1.1.0
8312025-02-28T09:19:21.400Z Downloaded polyval v0.6.2
8322025-02-28T09:19:21.403Z Downloaded vte v0.11.1
8332025-02-28T09:19:21.407Z Downloaded serde-big-array v0.5.1
8342025-02-28T09:19:21.410Z Downloaded sigpipe v0.1.3
8352025-02-28T09:19:21.410Z Downloaded tls_codec_derive v0.4.1
8362025-02-28T09:19:21.410Z Downloaded predicates-core v1.0.8
8372025-02-28T09:19:21.412Z Downloaded getrandom v0.2.15
8382025-02-28T09:19:21.416Z Downloaded utf16_iter v1.0.5
8392025-02-28T09:19:21.416Z Downloaded quinn v0.11.5
8402025-02-28T09:19:21.419Z Downloaded typed-path v0.9.3
8412025-02-28T09:19:21.424Z Downloaded num_threads v0.1.7
8422025-02-28T09:19:21.427Z Downloaded packed_struct v0.10.1
8432025-02-28T09:19:21.430Z Downloaded yoke-derive v0.7.4
8442025-02-28T09:19:21.430Z Downloaded tabled_derive v0.10.0
8452025-02-28T09:19:21.433Z Downloaded dropshot_endpoint v0.12.0
8462025-02-28T09:19:21.437Z Downloaded ron v0.7.1
8472025-02-28T09:19:21.439Z Downloaded document-features v0.2.10
8482025-02-28T09:19:21.442Z Downloaded walkdir v2.5.0
8492025-02-28T09:19:21.445Z Downloaded strum_macros v0.25.3
8502025-02-28T09:19:21.445Z Downloaded ena v0.14.3
8512025-02-28T09:19:21.450Z Downloaded foldhash v0.1.3
8522025-02-28T09:19:21.450Z Downloaded filetime v0.2.25
8532025-02-28T09:19:21.453Z Downloaded topological-sort v0.2.2
8542025-02-28T09:19:21.453Z Downloaded tls_codec v0.4.1
8552025-02-28T09:19:21.453Z Downloaded serde-hex v0.1.0
8562025-02-28T09:19:21.456Z Downloaded slog-dtrace v0.3.0
8572025-02-28T09:19:21.456Z Downloaded toml_edit v0.19.15
8582025-02-28T09:19:21.472Z Downloaded pretty-hex v0.2.1
8592025-02-28T09:19:21.475Z Downloaded try-lock v0.2.5
8602025-02-28T09:19:21.475Z Downloaded dsl_auto_type v0.1.2
8612025-02-28T09:19:21.478Z Downloaded num_enum_derive v0.5.11
8622025-02-28T09:19:21.478Z Downloaded num_enum v0.5.11
8632025-02-28T09:19:21.481Z Downloaded same-file v1.0.6
8642025-02-28T09:19:21.484Z Downloaded progenitor-impl v0.8.0
8652025-02-28T09:19:21.487Z Downloaded p521 v0.13.3
8662025-02-28T09:19:21.489Z Downloaded serde_path_to_error v0.1.16
8672025-02-28T09:19:21.492Z Downloaded vergen v8.3.2
8682025-02-28T09:19:21.495Z Downloaded dropshot_endpoint v0.16.0
8692025-02-28T09:19:21.497Z Downloaded packed_struct_codegen v0.10.1
8702025-02-28T09:19:21.500Z Downloaded simd-adler32 v0.3.7
8712025-02-28T09:19:21.503Z Downloaded rustls-pemfile v2.2.0
8722025-02-28T09:19:21.505Z Downloaded ron v0.8.1
8732025-02-28T09:19:21.508Z Downloaded num-iter v0.1.45
8742025-02-28T09:19:21.511Z Downloaded slog-async v2.8.0
8752025-02-28T09:19:21.513Z Downloaded aws-lc-rs v1.12.4
8762025-02-28T09:19:21.521Z Downloaded either v1.14.0
8772025-02-28T09:19:21.524Z Downloaded hkdf v0.12.4
8782025-02-28T09:19:21.527Z Downloaded ref-cast v1.0.23
8792025-02-28T09:19:21.530Z Downloaded dyn-clone v1.0.18
8802025-02-28T09:19:21.530Z Downloaded predicates-tree v1.0.11
8812025-02-28T09:19:21.532Z Downloaded pbkdf2 v0.12.2
8822025-02-28T09:19:21.532Z Downloaded serde_derive_internals v0.29.1
8832025-02-28T09:19:21.535Z Downloaded typify v0.3.0
8842025-02-28T09:19:21.537Z Downloaded zip v0.6.6
8852025-02-28T09:19:21.542Z Downloaded tracing-attributes v0.1.27
8862025-02-28T09:19:21.544Z Downloaded slog-bunyan v2.5.0
8872025-02-28T09:19:21.547Z Downloaded olpc-cjson v0.1.4
8882025-02-28T09:19:21.550Z Downloaded hashbrown v0.13.2
8892025-02-28T09:19:21.552Z Downloaded tinyvec v1.8.0
8902025-02-28T09:19:21.555Z Downloaded rand_chacha v0.9.0
8912025-02-28T09:19:21.557Z Downloaded rand_chacha v0.3.1
8922025-02-28T09:19:21.557Z Downloaded tokio-postgres v0.7.13
8932025-02-28T09:19:21.564Z Downloaded embedded-io v0.6.1
8942025-02-28T09:19:21.566Z Downloaded typify v0.2.0
8952025-02-28T09:19:21.569Z Downloaded pbkdf2 v0.11.0
8962025-02-28T09:19:21.572Z Downloaded papergrid v0.14.0
8972025-02-28T09:19:21.575Z Downloaded bindgen v0.69.5
8982025-02-28T09:19:21.582Z Downloaded omicron-zone-package v0.12.0
8992025-02-28T09:19:21.585Z Downloaded qorb v0.2.1
9002025-02-28T09:19:21.590Z Downloaded bitvec v1.0.1
9012025-02-28T09:19:21.605Z Downloaded flume v0.11.1
9022025-02-28T09:19:21.609Z Downloaded unicode-segmentation v1.12.0
9032025-02-28T09:19:21.612Z Downloaded chrono v0.4.40
9042025-02-28T09:19:21.620Z Downloaded parking_lot_core v0.9.10
9052025-02-28T09:19:21.624Z Downloaded parking_lot v0.11.2
9062025-02-28T09:19:21.626Z Downloaded unicode_categories v0.1.1
9072025-02-28T09:19:21.632Z Downloaded mio v1.0.2
9082025-02-28T09:19:21.635Z Downloaded derive_more v0.99.19
9092025-02-28T09:19:21.639Z Downloaded hashbrown v0.12.3
9102025-02-28T09:19:21.644Z Downloaded elliptic-curve v0.13.8
9112025-02-28T09:19:21.662Z Downloaded tracing-core v0.1.32
9122025-02-28T09:19:21.666Z Downloaded lalrpop v0.19.12
9132025-02-28T09:19:21.683Z Downloaded hashbrown v0.14.5
9142025-02-28T09:19:21.691Z Downloaded russh v0.45.0
9152025-02-28T09:19:21.698Z Downloaded samael v0.0.18
9162025-02-28T09:19:21.703Z Downloaded rustls-webpki v0.102.8
9172025-02-28T09:19:21.721Z Downloaded git2 v0.19.0
9182025-02-28T09:19:21.730Z Downloaded num-bigint-dig v0.8.4
9192025-02-28T09:19:21.733Z Downloaded rayon v1.10.0
9202025-02-28T09:19:21.741Z Downloaded ed25519-dalek v2.1.1
9212025-02-28T09:19:21.744Z Downloaded time v0.3.36
9222025-02-28T09:19:21.750Z Downloaded unicode-normalization v0.1.24
9232025-02-28T09:19:21.754Z Downloaded h2 v0.4.6
9242025-02-28T09:19:21.760Z Downloaded quinn-proto v0.11.8
9252025-02-28T09:19:21.766Z Downloaded portable-atomic v1.9.0
9262025-02-28T09:19:21.773Z Downloaded tabled v0.18.0
9272025-02-28T09:19:21.789Z Downloaded tough v0.19.0
9282025-02-28T09:19:21.796Z Downloaded vcpkg v0.2.15
9292025-02-28T09:19:21.832Z Downloaded serde_with v3.11.0
9302025-02-28T09:19:21.841Z Downloaded p384 v0.13.0
9312025-02-28T09:19:21.848Z Downloaded reedline v0.38.0
9322025-02-28T09:19:21.857Z Downloaded zerocopy v0.8.10
9332025-02-28T09:19:21.879Z Downloaded zerovec v0.10.4
9342025-02-28T09:19:21.886Z Downloaded nix v0.28.0
9352025-02-28T09:19:21.897Z Downloaded salty v0.3.0
9362025-02-28T09:19:21.903Z Downloaded nix v0.29.0
9372025-02-28T09:19:21.915Z Downloaded openssl v0.10.71
9382025-02-28T09:19:21.925Z Downloaded regress v0.10.1
9392025-02-28T09:19:21.933Z Downloaded rustls v0.21.12
9402025-02-28T09:19:21.945Z Downloaded radix_trie v0.2.1
9412025-02-28T09:19:21.950Z Downloaded curve25519-dalek v4.1.3
9422025-02-28T09:19:21.959Z Downloaded petname v2.0.2
9432025-02-28T09:19:21.967Z Downloaded chrono-tz v0.10.1
9442025-02-28T09:19:21.972Z Downloaded bstr v1.10.0
9452025-02-28T09:19:21.983Z Downloaded rustls v0.23.19
9462025-02-28T09:19:21.994Z Downloaded regex v1.11.1
9472025-02-28T09:19:22.007Z Downloaded rustls v0.22.4
9482025-02-28T09:19:22.020Z Downloaded unicode-width v0.2.0
9492025-02-28T09:19:22.026Z Downloaded hickory-proto v0.24.4
9502025-02-28T09:19:22.041Z Downloaded regex-syntax v0.6.29
9512025-02-28T09:19:22.048Z Downloaded diesel v2.2.7
9522025-02-28T09:19:22.068Z Downloaded dropshot v0.12.0
9532025-02-28T09:19:22.086Z Downloaded regress v0.9.1
9542025-02-28T09:19:22.093Z Downloaded openapiv3 v2.0.0
9552025-02-28T09:19:22.105Z Downloaded regex-syntax v0.8.5
9562025-02-28T09:19:22.113Z Downloaded object v0.36.5
9572025-02-28T09:19:22.124Z Downloaded zerocopy-derive v0.6.6
9582025-02-28T09:19:22.133Z Downloaded typify-impl v0.3.0
9592025-02-28T09:19:22.150Z Downloaded dropshot v0.16.0
9602025-02-28T09:19:22.169Z Downloaded sled v0.34.7
9612025-02-28T09:19:22.180Z Downloaded ratatui v0.29.0
9622025-02-28T09:19:22.200Z Downloaded lzma-sys v0.1.20
9632025-02-28T09:19:22.229Z Downloaded typify-impl v0.2.0
9642025-02-28T09:19:22.251Z Downloaded bzip2-sys v0.1.11+1.0.8
9652025-02-28T09:19:22.256Z Downloaded smoltcp v0.11.0
9662025-02-28T09:19:22.270Z Downloaded petgraph v0.6.5
9672025-02-28T09:19:22.289Z Downloaded libz-sys v1.1.20
9682025-02-28T09:19:22.311Z Downloaded tokio v1.43.0
9692025-02-28T09:19:22.351Z Downloaded futures-util v0.3.31
9702025-02-28T09:19:22.363Z Downloaded object v0.30.4
9712025-02-28T09:19:22.372Z Downloaded sha3 v0.10.8
9722025-02-28T09:19:22.376Z Downloaded nix v0.27.1
9732025-02-28T09:19:22.388Z Downloaded polar-core v0.27.3
9742025-02-28T09:19:22.397Z Downloaded regex-automata v0.4.8
9752025-02-28T09:19:22.415Z Downloaded gimli v0.31.1
9762025-02-28T09:19:22.423Z Downloaded smoltcp v0.9.1
9772025-02-28T09:19:22.434Z Downloaded webpki-roots v0.26.6
9782025-02-28T09:19:22.438Z Downloaded winnow v0.6.20
9792025-02-28T09:19:22.447Z Downloaded proptest v1.6.0
9802025-02-28T09:19:22.457Z Downloaded quick-xml v0.37.2
9812025-02-28T09:19:22.463Z Downloaded csv v1.3.1
9822025-02-28T09:19:22.485Z Downloaded zerocopy v0.6.6
9832025-02-28T09:19:22.487Z Downloaded tracing v0.1.40
9842025-02-28T09:19:22.492Z Downloaded num-bigint v0.4.6
9852025-02-28T09:19:22.498Z Downloaded zip v2.1.3
9862025-02-28T09:19:22.501Z Downloaded tower v0.5.2
9872025-02-28T09:19:22.510Z Downloaded ssh-key v0.6.6
9882025-02-28T09:19:22.517Z Downloaded sqlparser v0.45.0
9892025-02-28T09:19:22.523Z Downloaded icu_properties_data v1.5.0
9902025-02-28T09:19:22.533Z Downloaded winnow v0.5.40
9912025-02-28T09:19:22.542Z Downloaded rustls-webpki v0.101.7
9922025-02-28T09:19:22.555Z Downloaded bindgen v0.71.1
9932025-02-28T09:19:22.564Z Downloaded num-traits v0.2.19
9942025-02-28T09:19:22.567Z Downloaded num-rational v0.4.2
9952025-02-28T09:19:22.571Z Downloaded uuid v1.15.1
9962025-02-28T09:19:22.573Z Downloaded unicode-properties v0.1.3
9972025-02-28T09:19:22.573Z Downloaded reqwest v0.12.12
9982025-02-28T09:19:22.581Z Downloaded steno v0.4.1
9992025-02-28T09:19:22.586Z Downloaded tar v0.4.44
10002025-02-28T09:19:22.589Z Downloaded zerovec-derive v0.10.3
10012025-02-28T09:19:22.591Z Downloaded unicode-bidi v0.3.17
10022025-02-28T09:19:22.594Z Downloaded rand_core v0.6.4
10032025-02-28T09:19:22.594Z Downloaded futures-macro v0.3.31
10042025-02-28T09:19:22.597Z Downloaded peg v0.8.4
10052025-02-28T09:19:22.600Z Downloaded nom v7.1.3
10062025-02-28T09:19:22.604Z Downloaded hyper v1.6.0
10072025-02-28T09:19:22.611Z Downloaded yoke v0.7.4
10082025-02-28T09:19:22.614Z Downloaded strum_macros v0.24.3
10092025-02-28T09:19:22.617Z Downloaded slog-envlogger v2.2.0
10102025-02-28T09:19:22.617Z Downloaded env_logger v0.10.2
10112025-02-28T09:19:22.620Z Downloaded snafu v0.8.5
10122025-02-28T09:19:22.626Z Downloaded utf8_iter v1.0.4
10132025-02-28T09:19:22.629Z Downloaded derive_builder_core v0.20.2
10142025-02-28T09:19:22.631Z Downloaded derive_builder v0.20.2
10152025-02-28T09:19:22.634Z Downloaded diesel_derives v2.2.3
10162025-02-28T09:19:22.637Z Downloaded termios v0.3.3
10172025-02-28T09:19:22.640Z Downloaded termcolor v1.4.1
10182025-02-28T09:19:22.640Z Downloaded universal-hash v0.5.1
10192025-02-28T09:19:22.643Z Downloaded slog-stdlog v4.1.1
10202025-02-28T09:19:22.643Z Downloaded zerocopy-derive v0.8.10
10212025-02-28T09:19:22.649Z Downloaded tokio-util v0.7.13
10222025-02-28T09:19:22.655Z Downloaded phf_generator v0.11.2
10232025-02-28T09:19:22.658Z Downloaded phf v0.11.2
10242025-02-28T09:19:22.658Z Downloaded flagset v0.4.6
10252025-02-28T09:19:22.663Z Downloaded fixedbitset v0.4.2
10262025-02-28T09:19:22.663Z Downloaded rustyline v14.0.0
10272025-02-28T09:19:22.665Z Downloaded foreign-types-shared v0.1.1
10282025-02-28T09:19:22.668Z Downloaded encoding_rs v0.8.34
10292025-02-28T09:19:22.688Z Downloaded ring v0.17.11
10302025-02-28T09:19:22.731Z Downloaded libgit2-sys v0.17.0+1.8.1
10312025-02-28T09:19:22.790Z Downloaded smallvec v1.14.0
10322025-02-28T09:19:22.793Z Downloaded num-derive v0.4.2
10332025-02-28T09:19:22.798Z Downloaded derive-where v1.2.7
10342025-02-28T09:19:22.802Z Downloaded serde_repr v0.1.19
10352025-02-28T09:19:22.802Z Downloaded serde_plain v1.0.2
10362025-02-28T09:19:22.802Z Downloaded progenitor-macro v0.8.0
10372025-02-28T09:19:22.802Z Downloaded primeorder v0.13.6
10382025-02-28T09:19:22.802Z Downloaded gethostname v0.5.0
10392025-02-28T09:19:22.805Z Downloaded foreign-types-macros v0.2.3
10402025-02-28T09:19:22.806Z Downloaded nu-ansi-term v0.50.1
10412025-02-28T09:19:22.806Z Downloaded half v2.4.1
10422025-02-28T09:19:22.808Z Downloaded itertools v0.14.0
10432025-02-28T09:19:22.815Z Downloaded itertools v0.13.0
10442025-02-28T09:19:22.822Z Downloaded pkcs5 v0.7.1
10452025-02-28T09:19:22.828Z Downloaded p256 v0.13.2
10462025-02-28T09:19:22.831Z Downloaded parse-zoneinfo v0.3.1
10472025-02-28T09:19:22.834Z Downloaded diff v0.1.13
10482025-02-28T09:19:22.836Z Downloaded string_cache v0.8.7
10492025-02-28T09:19:22.836Z Downloaded static_assertions v1.1.0
10502025-02-28T09:19:22.839Z Downloaded libm v0.2.8
10512025-02-28T09:19:22.845Z Downloaded fs_extra v1.3.0
10522025-02-28T09:19:22.848Z Downloaded time-macros v0.2.18
10532025-02-28T09:19:22.851Z Downloaded libxml v0.3.3
10542025-02-28T09:19:22.854Z Downloaded crossterm v0.28.1
10552025-02-28T09:19:22.860Z Downloaded sct v0.7.1
10562025-02-28T09:19:22.863Z Downloaded itertools v0.10.5
10572025-02-28T09:19:22.869Z Downloaded x509-cert v0.2.5
10582025-02-28T09:19:22.874Z Downloaded cc v1.2.15
10592025-02-28T09:19:22.878Z Downloaded rand v0.9.0
10602025-02-28T09:19:22.882Z Downloaded des v0.8.1
10612025-02-28T09:19:22.884Z Downloaded uzers v0.12.1
10622025-02-28T09:19:22.887Z Downloaded tokio-tungstenite v0.23.1
10632025-02-28T09:19:22.892Z Downloaded oso v0.27.3
10642025-02-28T09:19:22.896Z Downloaded r2d2 v0.8.10
10652025-02-28T09:19:22.896Z Downloaded quinn-udp v0.5.5
10662025-02-28T09:19:22.896Z Downloaded tokio-tungstenite v0.21.0
10672025-02-28T09:19:22.899Z Downloaded tokio-stream v0.1.17
10682025-02-28T09:19:22.899Z Downloaded tokio-rustls v0.26.0
10692025-02-28T09:19:22.902Z Downloaded mockall_derive v0.13.1
10702025-02-28T09:19:22.905Z Downloaded native-tls v0.2.12
10712025-02-28T09:19:22.905Z Downloaded toml v0.7.8
10722025-02-28T09:19:22.908Z Downloaded futures-channel v0.3.31
10732025-02-28T09:19:22.910Z Downloaded debug-ignore v1.0.5
10742025-02-28T09:19:22.913Z Downloaded multer v3.1.0
10752025-02-28T09:19:22.913Z Downloaded secrecy v0.8.0
10762025-02-28T09:19:22.916Z Downloaded sec1 v0.7.3
10772025-02-28T09:19:22.916Z Downloaded salsa20 v0.10.2
10782025-02-28T09:19:22.919Z Downloaded globset v0.4.15
10792025-02-28T09:19:22.919Z Downloaded env_logger v0.11.5
10802025-02-28T09:19:22.921Z Downloaded twox-hash v2.1.0
10812025-02-28T09:19:22.924Z Downloaded tungstenite v0.21.0
10822025-02-28T09:19:22.927Z Downloaded crossbeam-channel v0.5.13
10832025-02-28T09:19:22.930Z Downloaded rustls-pki-types v1.10.0
10842025-02-28T09:19:22.933Z Downloaded rand v0.8.5
10852025-02-28T09:19:22.936Z Downloaded oxnet v0.1.1
10862025-02-28T09:19:22.940Z Downloaded subprocess v0.2.9
10872025-02-28T09:19:22.940Z Downloaded minimal-lexical v0.2.1
10882025-02-28T09:19:22.944Z Downloaded icu_collections v1.5.0
10892025-02-28T09:19:22.949Z Downloaded hickory-server v0.24.4
10902025-02-28T09:19:22.954Z Downloaded futures-io v0.3.31
10912025-02-28T09:19:22.957Z Downloaded fd-lock v4.0.2
10922025-02-28T09:19:22.957Z Downloaded pkg-config v0.3.31
10932025-02-28T09:19:22.959Z Downloaded pin-project v1.1.6
10942025-02-28T09:19:22.968Z Downloaded getrandom v0.3.1
10952025-02-28T09:19:22.972Z Downloaded serde_yaml v0.9.34+deprecated
10962025-02-28T09:19:22.975Z Downloaded shlex v1.3.0
10972025-02-28T09:19:22.975Z Downloaded crypto-bigint v0.5.5
10982025-02-28T09:19:22.981Z Downloaded embedded-io v0.4.0
10992025-02-28T09:19:22.983Z Downloaded untrusted v0.9.0
11002025-02-28T09:19:22.983Z Downloaded schemars v0.8.22
11012025-02-28T09:19:22.993Z Downloaded untrusted v0.7.1
11022025-02-28T09:19:22.996Z Downloaded rustc-demangle v0.1.24
11032025-02-28T09:19:22.996Z Downloaded structmeta v0.3.0
11042025-02-28T09:19:23.000Z Downloaded password-hash v0.5.0
11052025-02-28T09:19:23.000Z Downloaded password-hash v0.4.2
11062025-02-28T09:19:23.002Z Downloaded heapless v0.8.0
11072025-02-28T09:19:23.005Z Downloaded const_format v0.2.34
11082025-02-28T09:19:23.009Z Downloaded bumpalo v3.16.0
11092025-02-28T09:19:23.012Z Downloaded backtrace v0.3.74
11102025-02-28T09:19:23.015Z Downloaded rustc-hash v1.1.0
11112025-02-28T09:19:23.018Z Downloaded rfc6979 v0.4.0
11122025-02-28T09:19:23.018Z Downloaded resolv-conf v0.7.0
11132025-02-28T09:19:23.021Z Downloaded rand_xorshift v0.3.0
11142025-02-28T09:19:23.021Z Downloaded rand_seeder v0.3.0
11152025-02-28T09:19:23.021Z Downloaded radium v0.7.0
11162025-02-28T09:19:23.023Z Downloaded quick-error v1.2.3
11172025-02-28T09:19:23.023Z Downloaded bytes v1.10.0
11182025-02-28T09:19:23.026Z Downloaded yasna v0.5.2
11192025-02-28T09:19:23.029Z Downloaded value-bag v1.9.0
11202025-02-28T09:19:23.032Z Downloaded strum_macros v0.26.4
11212025-02-28T09:19:23.036Z Downloaded defmt v0.3.8
11222025-02-28T09:19:23.036Z Downloaded icu_properties v1.5.1
11232025-02-28T09:19:23.038Z Downloaded tokio-rustls v0.25.0
11242025-02-28T09:19:23.041Z Downloaded compact_str v0.8.0
11252025-02-28T09:19:23.044Z Downloaded env_filter v0.1.2
11262025-02-28T09:19:23.044Z Downloaded defmt-parser v0.3.4
11272025-02-28T09:19:23.047Z Downloaded xz2 v0.1.7
11282025-02-28T09:19:23.047Z Downloaded xattr v1.3.1
11292025-02-28T09:19:23.050Z Downloaded wyz v0.5.1
11302025-02-28T09:19:23.050Z Downloaded writeable v0.5.5
11312025-02-28T09:19:23.053Z Downloaded write16 v1.0.0
11322025-02-28T09:19:23.053Z Downloaded typify-macro v0.3.0
11332025-02-28T09:19:23.053Z Downloaded typify-macro v0.2.0
11342025-02-28T09:19:23.053Z Downloaded serde_with_macros v3.11.0
11352025-02-28T09:19:23.056Z Downloaded scheduled-thread-pool v0.2.7
11362025-02-28T09:19:23.056Z Downloaded subtle v2.6.1
11372025-02-28T09:19:23.056Z Downloaded icu_locid v1.5.0
11382025-02-28T09:19:23.062Z Downloaded allocator-api2 v0.2.18
11392025-02-28T09:19:23.065Z Downloaded newtype_derive v0.1.6
11402025-02-28T09:19:23.065Z Downloaded newline-converter v0.3.0
11412025-02-28T09:19:23.068Z Downloaded litrs v0.4.1
11422025-02-28T09:19:23.068Z Downloaded icu_normalizer_data v1.5.0
11432025-02-28T09:19:23.071Z Downloaded icu_provider v1.5.0
11442025-02-28T09:19:23.073Z Downloaded icu_normalizer v1.5.0
11452025-02-28T09:19:23.076Z Downloaded iana-time-zone v0.1.61
11462025-02-28T09:19:23.079Z Downloaded slab v0.4.9
11472025-02-28T09:19:23.079Z Downloaded siphasher v0.3.11
11482025-02-28T09:19:23.084Z Downloaded cookie v0.18.1
11492025-02-28T09:19:23.084Z Downloaded icu_locid_transform_data v1.5.0
11502025-02-28T09:19:23.086Z Downloaded crc-any v2.5.0
11512025-02-28T09:19:23.086Z Downloaded bcs v0.1.6
11522025-02-28T09:19:23.086Z Downloaded indexmap v1.9.3
11532025-02-28T09:19:23.089Z Downloaded arrayref v0.3.9
11542025-02-28T09:19:23.092Z Downloaded lockfree-object-pool v0.1.6
11552025-02-28T09:19:23.095Z Downloaded libloading v0.8.5
11562025-02-28T09:19:23.095Z Downloaded hyper-staticfile v0.10.1
11572025-02-28T09:19:23.099Z Downloaded hyper-rustls v0.27.3
11582025-02-28T09:19:23.102Z Downloaded highway v1.3.0
11592025-02-28T09:19:23.102Z Downloaded cargo_metadata v0.18.1
11602025-02-28T09:19:23.102Z Downloaded cookie_store v0.21.1
11612025-02-28T09:19:23.105Z Downloaded addr2line v0.24.2
11622025-02-28T09:19:23.107Z Downloaded mime_guess v2.0.5
11632025-02-28T09:19:23.107Z Downloaded memmap2 v0.9.5
11642025-02-28T09:19:23.110Z Downloaded ciborium-ll v0.2.2
11652025-02-28T09:19:23.110Z Downloaded bit-vec v0.6.3
11662025-02-28T09:19:23.113Z Downloaded bcrypt-pbkdf v0.10.0
11672025-02-28T09:19:23.113Z Downloaded base64ct v1.6.0
11682025-02-28T09:19:23.116Z Downloaded lru-cache v0.1.2
11692025-02-28T09:19:23.116Z Downloaded linear-map v1.2.0
11702025-02-28T09:19:23.119Z Downloaded kstat-rs v0.2.4
11712025-02-28T09:19:23.119Z Downloaded is-terminal v0.4.13
11722025-02-28T09:19:23.119Z Downloaded instability v0.3.2
11732025-02-28T09:19:23.121Z Downloaded humantime v2.1.0
11742025-02-28T09:19:23.121Z Downloaded async-bb8-diesel v0.2.1
11752025-02-28T09:19:23.124Z Downloaded arrayvec v0.7.6
11762025-02-28T09:19:23.127Z Downloaded argon2 v0.5.3
11772025-02-28T09:19:23.127Z Downloaded lazycell v1.3.0
11782025-02-28T09:19:23.127Z Downloaded lazy_static v1.5.0
11792025-02-28T09:19:23.132Z Downloaded http-body-util v0.1.2
11802025-02-28T09:19:23.135Z Downloaded home v0.5.9
11812025-02-28T09:19:23.135Z Downloaded bb8 v0.8.5
11822025-02-28T09:19:23.135Z Downloaded crc-catalog v2.4.0
11832025-02-28T09:19:23.135Z Downloaded libefi-sys v0.1.0
11842025-02-28T09:19:23.135Z Downloaded hubpack v0.1.2
11852025-02-28T09:19:23.135Z Downloaded cassowary v0.3.0
11862025-02-28T09:19:23.138Z Downloaded const_format_proc_macros v0.2.34
11872025-02-28T09:19:23.138Z Downloaded cobs v0.2.3
11882025-02-28T09:19:23.141Z Downloaded cmake v0.1.51
11892025-02-28T09:19:23.141Z Downloaded chrono-tz-build v0.4.0
11902025-02-28T09:19:23.141Z Downloaded bitfield v0.14.0
11912025-02-28T09:19:23.144Z Downloaded buf-list v1.0.3
11922025-02-28T09:19:23.144Z Downloaded bitfield-struct v0.6.2
11932025-02-28T09:19:23.146Z Downloaded inout v0.1.3
11942025-02-28T09:19:23.146Z Downloaded hyper-tls v0.6.0
11952025-02-28T09:19:23.150Z Downloaded cbc v0.1.2
11962025-02-28T09:19:23.150Z Downloaded base16ct v0.2.0
11972025-02-28T09:19:23.153Z Downloaded constant_time_eq v0.3.1
11982025-02-28T09:19:23.153Z Downloaded cexpr v0.6.0
11992025-02-28T09:19:23.153Z Downloaded hubpack_derive v0.1.1
12002025-02-28T09:19:23.153Z Downloaded adler2 v2.0.0
12012025-02-28T09:19:23.156Z Downloaded ascii-canvas v3.0.0
12022025-02-28T09:19:23.156Z Downloaded array-init v0.0.4
12032025-02-28T09:19:23.156Z Downloaded aead v0.5.2
12042025-02-28T09:19:23.404Z Downloaded aws-lc-sys v0.26.0
12052025-02-28T09:19:23.715Z Compiling serde v1.0.218
12062025-02-28T09:19:23.718Z Compiling value-bag v1.9.0
12072025-02-28T09:19:23.718Z Compiling lock_api v0.4.12
12082025-02-28T09:19:23.718Z Compiling scopeguard v1.2.0
12092025-02-28T09:19:23.718Z Compiling typenum v1.17.0
12102025-02-28T09:19:23.865Z Compiling generic-array v0.14.7
12112025-02-28T09:19:23.905Z Compiling syn v2.0.98
12122025-02-28T09:19:23.919Z Compiling getrandom v0.2.15
12132025-02-28T09:19:24.082Z Compiling shlex v1.3.0
12142025-02-28T09:19:24.193Z Compiling rand_core v0.6.4
12152025-02-28T09:19:24.343Z Compiling log v0.4.22
12162025-02-28T09:19:24.396Z Compiling subtle v2.6.1
12172025-02-28T09:19:24.413Z Compiling jobserver v0.1.32
12182025-02-28T09:19:24.434Z Compiling smallvec v1.14.0
12192025-02-28T09:19:24.696Z Compiling const-oid v0.9.6
12202025-02-28T09:19:24.715Z Compiling pin-project-lite v0.2.14
12212025-02-28T09:19:24.791Z Compiling cc v1.2.15
12222025-02-28T09:19:24.810Z Compiling rustix v0.38.37
12232025-02-28T09:19:24.849Z Compiling parking_lot_core v0.9.10
12242025-02-28T09:19:25.058Z Compiling futures-core v0.3.31
12252025-02-28T09:19:25.153Z Compiling spin v0.9.8
12262025-02-28T09:19:25.301Z Compiling signal-hook-registry v1.4.2
12272025-02-28T09:19:25.527Z Compiling mio v1.0.2
12282025-02-28T09:19:25.596Z Compiling aho-corasick v1.1.3
12292025-02-28T09:19:25.828Z Compiling parking_lot v0.12.3
12302025-02-28T09:19:25.980Z Compiling futures-sink v0.3.31
12312025-02-28T09:19:26.139Z Compiling regex-syntax v0.8.5
12322025-02-28T09:19:26.185Z Compiling either v1.14.0
12332025-02-28T09:19:26.541Z Compiling stable_deref_trait v1.2.0
12342025-02-28T09:19:26.601Z Compiling cpufeatures v0.2.14
12352025-02-28T09:19:26.621Z Compiling socket2 v0.5.8
12362025-02-28T09:19:26.679Z Compiling slab v0.4.9
12372025-02-28T09:19:26.803Z Compiling glob v0.3.2
12382025-02-28T09:19:26.827Z Compiling prettyplease v0.2.29
12392025-02-28T09:19:27.206Z Compiling lazy_static v1.5.0
12402025-02-28T09:19:27.330Z Compiling serde_json v1.0.139
12412025-02-28T09:19:27.551Z Compiling minimal-lexical v0.2.1
12422025-02-28T09:19:27.630Z Compiling futures-channel v0.3.31
12432025-02-28T09:19:27.698Z Compiling clang-sys v1.8.1
12442025-02-28T09:19:27.722Z Compiling libloading v0.8.5
12452025-02-28T09:19:28.046Z Compiling nom v7.1.3
12462025-02-28T09:19:28.065Z Compiling bindgen v0.69.5
12472025-02-28T09:19:28.098Z Compiling futures-task v0.3.31
12482025-02-28T09:19:28.385Z Compiling futures-io v0.3.31
12492025-02-28T09:19:28.439Z Compiling home v0.5.9
12502025-02-28T09:19:28.642Z Compiling pin-utils v0.1.0
12512025-02-28T09:19:28.679Z Compiling itertools v0.12.1
12522025-02-28T09:19:28.743Z Compiling rustc-hash v1.1.0
12532025-02-28T09:19:28.917Z Compiling foldhash v0.1.3
12542025-02-28T09:19:28.939Z Compiling lazycell v1.3.0
12552025-02-28T09:19:29.121Z Compiling libm v0.2.8
12562025-02-28T09:19:29.236Z Compiling allocator-api2 v0.2.18
12572025-02-28T09:19:29.521Z Compiling cmake v0.1.51
12582025-02-28T09:19:29.980Z Compiling regex-automata v0.4.8
12592025-02-28T09:19:30.124Z Compiling hashbrown v0.15.1
12602025-02-28T09:19:30.340Z Compiling num-traits v0.2.19
12612025-02-28T09:19:30.653Z Compiling dunce v1.0.5
12622025-02-28T09:19:30.792Z Compiling pkg-config v0.3.31
12632025-02-28T09:19:31.326Z Compiling synstructure v0.13.1
12642025-02-28T09:19:31.532Z Compiling cexpr v0.6.0
12652025-02-28T09:19:32.018Z Compiling fs_extra v1.3.0
12662025-02-28T09:19:32.549Z Compiling getrandom v0.3.1
12672025-02-28T09:19:32.692Z Compiling writeable v0.5.5
12682025-02-28T09:19:33.128Z Compiling litemap v0.7.3
12692025-02-28T09:19:33.230Z Compiling ring v0.17.11
12702025-02-28T09:19:33.277Z Compiling base64ct v1.6.0
12712025-02-28T09:19:33.791Z Compiling paste v1.0.15
12722025-02-28T09:19:33.856Z Compiling pem-rfc7468 v0.7.0
12732025-02-28T09:19:34.362Z Compiling aws-lc-rs v1.12.4
12742025-02-28T09:19:34.432Z Compiling httparse v1.9.5
12752025-02-28T09:19:34.631Z Compiling icu_locid_transform_data v1.5.0
12762025-02-28T09:19:34.739Z Compiling flagset v0.4.6
12772025-02-28T09:19:34.949Z Compiling tracing-core v0.1.32
12782025-02-28T09:19:35.181Z Compiling regex v1.11.1
12792025-02-28T09:19:35.205Z Compiling rustls-pki-types v1.10.0
12802025-02-28T09:19:35.736Z Compiling crossbeam-utils v0.8.20
12812025-02-28T09:19:35.996Z Compiling percent-encoding v2.3.1
12822025-02-28T09:19:36.016Z Compiling icu_properties_data v1.5.0
12832025-02-28T09:19:36.096Z Compiling serde_derive v1.0.218
12842025-02-28T09:19:36.233Z Compiling zeroize_derive v1.4.2
12852025-02-28T09:19:36.266Z Compiling zerocopy-derive v0.7.35
12862025-02-28T09:19:36.269Z Compiling tokio-macros v2.5.0
12872025-02-28T09:19:36.719Z Compiling zerofrom-derive v0.1.4
12882025-02-28T09:19:37.556Z Compiling zeroize v1.8.1
12892025-02-28T09:19:37.632Z Compiling yoke-derive v0.7.4
12902025-02-28T09:19:38.113Z Compiling zerocopy v0.7.35
12912025-02-28T09:19:38.608Z Compiling zerovec-derive v0.10.3
12922025-02-28T09:19:39.138Z Compiling crypto-common v0.1.6
12932025-02-28T09:19:39.370Z Compiling block-buffer v0.10.4
12942025-02-28T09:19:39.372Z Compiling thiserror-impl v1.0.69
12952025-02-28T09:19:39.631Z Compiling digest v0.10.7
12962025-02-28T09:19:39.870Z Compiling futures-macro v0.3.31
12972025-02-28T09:19:39.916Z Compiling zerofrom v0.1.4
12982025-02-28T09:19:40.053Z Compiling hmac v0.12.1
12992025-02-28T09:19:40.143Z Compiling yoke v0.7.4
13002025-02-28T09:19:40.163Z Compiling displaydoc v0.2.5
13012025-02-28T09:19:40.302Z Compiling block-padding v0.3.3
13022025-02-28T09:19:40.495Z Compiling ppv-lite86 v0.2.20
13032025-02-28T09:19:40.544Z Compiling inout v0.1.3
13042025-02-28T09:19:40.826Z Compiling cipher v0.4.4
13052025-02-28T09:19:40.935Z Compiling zerovec v0.10.4
13062025-02-28T09:19:41.211Z Compiling sha2 v0.10.8
13072025-02-28T09:19:41.309Z Compiling icu_provider_macros v1.5.0
13082025-02-28T09:19:41.577Z Compiling futures-util v0.3.31
13092025-02-28T09:19:41.596Z Compiling der_derive v0.7.3
13102025-02-28T09:19:42.194Z Compiling thiserror v1.0.69
13112025-02-28T09:19:42.345Z Compiling tracing-attributes v0.1.27
13122025-02-28T09:19:42.412Z Compiling pest v2.7.14
13132025-02-28T09:19:42.872Z Compiling tinystr v0.7.6
13142025-02-28T09:19:43.243Z Compiling icu_locid v1.5.0
13152025-02-28T09:19:43.721Z Compiling der v0.7.9
13162025-02-28T09:19:44.057Z Compiling icu_collections v1.5.0
13172025-02-28T09:19:44.646Z Compiling icu_provider v1.5.0
13182025-02-28T09:19:45.089Z Compiling salsa20 v0.10.2
13192025-02-28T09:19:45.265Z Compiling pbkdf2 v0.12.2
13202025-02-28T09:19:45.304Z Compiling write16 v1.0.0
13212025-02-28T09:19:45.349Z Compiling icu_locid_transform v1.5.0
13222025-02-28T09:19:45.421Z Compiling tracing v0.1.40
13232025-02-28T09:19:45.447Z Compiling untrusted v0.7.1
13242025-02-28T09:19:45.465Z Compiling icu_normalizer_data v1.5.0
13252025-02-28T09:19:45.558Z Compiling utf8_iter v1.0.4
13262025-02-28T09:19:45.577Z Compiling vcpkg v0.2.15
13272025-02-28T09:19:45.645Z Compiling spki v0.7.3
13282025-02-28T09:19:45.799Z Compiling utf16_iter v1.0.5
13292025-02-28T09:19:45.914Z Compiling untrusted v0.9.0
13302025-02-28T09:19:46.000Z Compiling time-core v0.1.2
13312025-02-28T09:19:46.020Z Compiling powerfmt v0.2.0
13322025-02-28T09:19:46.101Z Compiling num-conv v0.1.0
13332025-02-28T09:19:46.386Z Compiling deranged v0.3.11
13342025-02-28T09:19:46.389Z Compiling time-macros v0.2.18
13352025-02-28T09:19:46.515Z Compiling scrypt v0.11.0
13362025-02-28T09:19:46.612Z Compiling icu_properties v1.5.1
13372025-02-28T09:19:47.331Z Compiling openssl-sys v0.9.106
13382025-02-28T09:19:47.641Z Compiling pest_meta v2.7.14
13392025-02-28T09:19:47.831Z Compiling cbc v0.1.2
13402025-02-28T09:19:48.053Z Compiling bitflags v2.6.0
13412025-02-28T09:19:48.126Z Compiling bytes v1.10.0
13422025-02-28T09:19:48.310Z Compiling indexmap v2.7.1
13432025-02-28T09:19:49.450Z Compiling tokio v1.43.0
13442025-02-28T09:19:49.503Z Compiling semver v1.0.25
13452025-02-28T09:19:49.548Z Compiling http v1.2.0
13462025-02-28T09:19:50.181Z Compiling rustc_version v0.4.1
13472025-02-28T09:19:50.431Z Compiling icu_normalizer v1.5.0
13482025-02-28T09:19:50.838Z Compiling aes v0.8.4
13492025-02-28T09:19:51.097Z Compiling scroll_derive v0.12.0
13502025-02-28T09:19:51.147Z Compiling num_threads v0.1.7
13512025-02-28T09:19:51.291Z Compiling tinyvec_macros v0.1.1
13522025-02-28T09:19:51.394Z Compiling atomic-waker v1.1.2
13532025-02-28T09:19:51.583Z Compiling tinyvec v1.8.0
13542025-02-28T09:19:51.617Z Compiling idna_adapter v1.2.0
13552025-02-28T09:19:51.720Z Compiling time v0.3.36
13562025-02-28T09:19:51.875Z Compiling pkcs5 v0.7.1
13572025-02-28T09:19:52.126Z Compiling which v4.4.2
13582025-02-28T09:19:52.666Z Compiling scroll v0.12.0
13592025-02-28T09:19:52.885Z Compiling http-body v1.0.1
13602025-02-28T09:19:53.014Z Compiling pest_generator v2.7.14
13612025-02-28T09:19:53.134Z Compiling rand_chacha v0.3.1
13622025-02-28T09:19:53.196Z Compiling form_urlencoded v1.2.1
13632025-02-28T09:19:53.305Z Compiling zerocopy v0.8.10
13642025-02-28T09:19:53.500Z Compiling slog v2.7.0
13652025-02-28T09:19:53.591Z Compiling try-lock v0.2.5
13662025-02-28T09:19:53.754Z Compiling goblin v0.8.2
13672025-02-28T09:19:54.077Z Compiling want v0.3.1
13682025-02-28T09:19:54.167Z Compiling rand v0.8.5
13692025-02-28T09:19:54.361Z Compiling pkcs8 v0.10.2
13702025-02-28T09:19:54.775Z Compiling pest_derive v2.7.14
13712025-02-28T09:19:55.023Z Compiling idna v1.0.3
13722025-02-28T09:19:55.337Z Compiling uuid v1.15.1
13732025-02-28T09:19:55.587Z Compiling zerocopy-derive v0.8.10
13742025-02-28T09:19:56.160Z Compiling httpdate v1.0.3
13752025-02-28T09:19:56.181Z Compiling iana-time-zone v0.1.61
13762025-02-28T09:19:56.527Z Compiling tower-service v0.3.3
13772025-02-28T09:19:56.555Z Compiling chrono v0.4.40
13782025-02-28T09:19:56.595Z Compiling dtrace-parser v0.2.0
13792025-02-28T09:19:56.908Z Compiling serde_spanned v0.6.8
13802025-02-28T09:19:57.148Z Compiling serde_tokenstream v0.2.2
13812025-02-28T09:19:57.412Z Compiling tokio-util v0.7.13
13822025-02-28T09:19:57.723Z Compiling toml_datetime v0.6.8
13832025-02-28T09:19:58.189Z Compiling foreign-types-shared v0.1.1
13842025-02-28T09:19:58.310Z Compiling h2 v0.4.6
13852025-02-28T09:19:58.379Z Compiling adler2 v2.0.0
13862025-02-28T09:19:58.586Z Compiling rustversion v1.0.17
13872025-02-28T09:19:58.606Z Compiling openssl v0.10.71
13882025-02-28T09:19:59.028Z Compiling match_cfg v0.1.0
13892025-02-28T09:19:59.134Z Compiling base64 v0.22.1
13902025-02-28T09:19:59.305Z Compiling dof v0.3.0
13912025-02-28T09:19:59.716Z Compiling hostname v0.3.1
13922025-02-28T09:19:59.832Z Compiling miniz_oxide v0.8.5
13932025-02-28T09:19:59.916Z Compiling foreign-types v0.3.2
13942025-02-28T09:20:00.021Z Compiling url v2.5.3
13952025-02-28T09:20:01.113Z Compiling usdt-impl v0.5.0
13962025-02-28T09:20:01.303Z Compiling rand_core v0.9.2
13972025-02-28T09:20:01.735Z Compiling openssl-macros v0.1.1
13982025-02-28T09:20:01.759Z Compiling async-trait v0.1.86
13992025-02-28T09:20:02.230Z Compiling serde_derive_internals v0.29.1
14002025-02-28T09:20:02.426Z Compiling dirs-sys-next v0.1.2
14012025-02-28T09:20:02.456Z Compiling syn v1.0.109
14022025-02-28T09:20:02.594Z Compiling rustls v0.22.4
14032025-02-28T09:20:02.622Z Compiling siphasher v0.3.11
14042025-02-28T09:20:02.885Z Compiling rustls v0.23.19
14052025-02-28T09:20:02.962Z Compiling native-tls v0.2.12
14062025-02-28T09:20:02.980Z Compiling data-encoding v2.6.0
14072025-02-28T09:20:03.027Z Compiling schemars v0.8.22
14082025-02-28T09:20:03.277Z Compiling dirs-next v2.0.0
14092025-02-28T09:20:03.406Z Compiling rand_chacha v0.9.0
14102025-02-28T09:20:04.090Z Compiling http-body-util v0.1.2
14112025-02-28T09:20:04.404Z Compiling schemars_derive v0.8.22
14122025-02-28T09:20:04.566Z Compiling unicode-normalization v0.1.24
14132025-02-28T09:20:04.645Z Compiling heapless v0.7.17
14142025-02-28T09:20:04.731Z Compiling crossbeam-epoch v0.9.18
14152025-02-28T09:20:05.084Z Compiling signature v2.2.0
14162025-02-28T09:20:05.370Z Compiling hyper v1.6.0
14172025-02-28T09:20:05.426Z Compiling sha1 v0.10.6
14182025-02-28T09:20:05.457Z Compiling bzip2-sys v0.1.11+1.0.8
14192025-02-28T09:20:05.579Z Compiling thread_local v1.1.8
14202025-02-28T09:20:05.848Z Compiling cookie v0.18.1
14212025-02-28T09:20:05.933Z Compiling encoding_rs v0.8.34
14222025-02-28T09:20:06.034Z Compiling multer v3.1.0
14232025-02-28T09:20:06.167Z Compiling unicode-bidi v0.3.17
14242025-02-28T09:20:06.366Z Compiling gimli v0.31.1
14252025-02-28T09:20:07.373Z Compiling dyn-clone v1.0.18
14262025-02-28T09:20:07.479Z Compiling unicode-properties v0.1.3
14272025-02-28T09:20:07.606Z Compiling openssl-probe v0.1.5
14282025-02-28T09:20:07.910Z Compiling hyper-util v0.1.10
14292025-02-28T09:20:07.913Z Compiling mime v0.3.17
14302025-02-28T09:20:08.118Z Compiling ipnet v2.11.0
14312025-02-28T09:20:08.428Z Compiling rayon-core v1.12.1
14322025-02-28T09:20:08.737Z Compiling slog-async v2.8.0
14332025-02-28T09:20:08.924Z Compiling signal-hook v0.3.17
14342025-02-28T09:20:09.307Z Compiling stringprep v0.1.5
14352025-02-28T09:20:09.715Z Compiling toml_edit v0.22.24
14362025-02-28T09:20:10.336Z Compiling crossbeam-deque v0.8.5
14372025-02-28T09:20:10.660Z Compiling addr2line v0.24.2
14382025-02-28T09:20:10.812Z Compiling rand v0.9.0
14392025-02-28T09:20:10.896Z Compiling term v0.7.0
14402025-02-28T09:20:11.326Z Compiling usdt-attr-macro v0.5.0
14412025-02-28T09:20:11.743Z Compiling usdt-macro v0.5.0
14422025-02-28T09:20:12.091Z Compiling slog-json v2.6.1
14432025-02-28T09:20:12.452Z Compiling serde_urlencoded v0.7.1
14442025-02-28T09:20:12.455Z Compiling curve25519-dalek v4.1.3
14452025-02-28T09:20:12.532Z Compiling crossbeam-channel v0.5.13
14462025-02-28T09:20:12.849Z Compiling futures-executor v0.3.31
14472025-02-28T09:20:12.941Z Compiling enum-as-inner v0.6.1
14482025-02-28T09:20:13.128Z Compiling md-5 v0.10.6
14492025-02-28T09:20:13.131Z Compiling async-stream-impl v0.3.6
14502025-02-28T09:20:13.338Z Compiling rustls-pemfile v2.2.0
14512025-02-28T09:20:13.397Z Compiling num-integer v0.1.46
14522025-02-28T09:20:13.516Z Compiling hash32 v0.2.1
14532025-02-28T09:20:13.647Z Compiling ff v0.13.0
14542025-02-28T09:20:13.848Z Compiling is-terminal v0.4.13
14552025-02-28T09:20:13.879Z Compiling object v0.36.5
14562025-02-28T09:20:13.989Z Compiling memoffset v0.9.1
14572025-02-28T09:20:13.992Z Compiling dropshot v0.12.0
14582025-02-28T09:20:14.080Z Compiling num-bigint-dig v0.8.4
14592025-02-28T09:20:14.319Z Compiling base16ct v0.2.0
14602025-02-28T09:20:14.337Z Compiling take_mut v0.2.2
14612025-02-28T09:20:14.339Z Compiling rustc-demangle v0.1.24
14622025-02-28T09:20:14.419Z Compiling portable-atomic v1.9.0
14632025-02-28T09:20:14.512Z Compiling psl-types v2.0.11
14642025-02-28T09:20:14.616Z Compiling smoltcp v0.9.1
14652025-02-28T09:20:14.729Z Compiling quick-error v1.2.3
14662025-02-28T09:20:14.891Z Compiling linked-hash-map v0.5.6
14672025-02-28T09:20:15.226Z Compiling cfg_aliases v0.2.1
14682025-02-28T09:20:15.247Z Compiling anyhow v1.0.96
14692025-02-28T09:20:15.266Z Compiling fallible-iterator v0.2.0
14702025-02-28T09:20:15.329Z Compiling litrs v0.4.1
14712025-02-28T09:20:15.378Z Compiling utf-8 v0.7.6
14722025-02-28T09:20:15.706Z Compiling tungstenite v0.24.0
14732025-02-28T09:20:15.929Z Compiling postgres-protocol v0.6.8
14742025-02-28T09:20:16.310Z Compiling nix v0.29.0
14752025-02-28T09:20:16.351Z Compiling document-features v0.2.10
14762025-02-28T09:20:16.731Z Compiling lru-cache v0.1.2
14772025-02-28T09:20:16.936Z Compiling resolv-conf v0.7.0
14782025-02-28T09:20:17.153Z Compiling publicsuffix v2.3.0
14792025-02-28T09:20:17.182Z Compiling sec1 v0.7.3
14802025-02-28T09:20:17.539Z Compiling async-stream v0.3.6
14812025-02-28T09:20:17.713Z Compiling hickory-proto v0.24.4
14822025-02-28T09:20:17.747Z Compiling slog-term v2.9.1
14832025-02-28T09:20:17.827Z Compiling num-iter v0.1.45
14842025-02-28T09:20:17.849Z Compiling usdt v0.5.0
14852025-02-28T09:20:18.016Z Compiling group v0.13.0
14862025-02-28T09:20:18.443Z Compiling futures v0.3.31
14872025-02-28T09:20:18.464Z Compiling toml v0.8.20
14882025-02-28T09:20:18.565Z Compiling slog-bunyan v2.5.0
14892025-02-28T09:20:19.865Z Compiling tokio-native-tls v0.3.1
14902025-02-28T09:20:19.912Z Compiling camino v1.1.9
14912025-02-28T09:20:20.244Z Compiling phf_shared v0.11.2
14922025-02-28T09:20:20.298Z Compiling backtrace v0.3.74
14932025-02-28T09:20:20.606Z Compiling dropshot_endpoint v0.12.0
14942025-02-28T09:20:20.717Z Compiling terminal_size v0.4.0
14952025-02-28T09:20:20.890Z Compiling waitgroup v0.1.2
14962025-02-28T09:20:20.947Z Compiling openapiv3 v2.0.0
14972025-02-28T09:20:20.966Z Compiling serde_path_to_error v0.1.16
14982025-02-28T09:20:21.098Z Compiling hkdf v0.12.4
14992025-02-28T09:20:21.371Z Compiling crypto-bigint v0.5.5
15002025-02-28T09:20:21.734Z Compiling zerocopy-derive v0.6.6
15012025-02-28T09:20:22.934Z Compiling hubpack_derive v0.1.1
15022025-02-28T09:20:23.175Z Compiling curve25519-dalek-derive v0.1.1
15032025-02-28T09:20:23.665Z Compiling webpki-roots v0.26.6
15042025-02-28T09:20:23.804Z Compiling sync_wrapper v1.0.1
15052025-02-28T09:20:23.885Z Compiling hostname v0.4.0
15062025-02-28T09:20:23.968Z Compiling ahash v0.8.11
15072025-02-28T09:20:24.103Z Compiling crc32fast v1.4.2
15082025-02-28T09:20:24.331Z Compiling fs-err v2.11.0
15092025-02-28T09:20:24.408Z Compiling winnow v0.5.40
15102025-02-28T09:20:24.532Z Compiling newtype-uuid v1.2.1
15112025-02-28T09:20:24.585Z Compiling tower-layer v0.3.3
15122025-02-28T09:20:24.658Z Compiling unicode-width v0.2.0
15132025-02-28T09:20:24.828Z Compiling debug-ignore v1.0.5
15142025-02-28T09:20:24.847Z Compiling managed v0.8.0
15152025-02-28T09:20:24.865Z Compiling strum_macros v0.25.3
15162025-02-28T09:20:24.990Z Compiling clap_builder v4.5.31
15172025-02-28T09:20:25.254Z Compiling console v0.15.10
15182025-02-28T09:20:26.488Z Compiling tower v0.5.2
15192025-02-28T09:20:27.262Z Compiling flate2 v1.1.0
15202025-02-28T09:20:27.332Z Compiling elliptic-curve v0.13.8
15212025-02-28T09:20:27.388Z Compiling hubpack v0.1.2
15222025-02-28T09:20:27.808Z Compiling toml_edit v0.19.15
15232025-02-28T09:20:27.828Z Compiling zerocopy v0.6.6
15242025-02-28T09:20:28.096Z Compiling hickory-resolver v0.24.4
15252025-02-28T09:20:28.438Z Compiling signal-hook-mio v0.2.4
15262025-02-28T09:20:28.553Z Compiling phf v0.11.2
15272025-02-28T09:20:28.619Z Compiling hyper-tls v0.6.0
15282025-02-28T09:20:28.819Z Compiling rayon v1.10.0
15292025-02-28T09:20:28.888Z Compiling cookie_store v0.21.1
15302025-02-28T09:20:28.995Z Compiling bzip2 v0.4.4
15312025-02-28T09:20:30.443Z Compiling tokio-tungstenite v0.24.0
15322025-02-28T09:20:30.956Z Compiling postgres-types v0.2.9
15332025-02-28T09:20:32.601Z Compiling ed25519 v2.2.3
15342025-02-28T09:20:33.109Z Compiling phf_shared v0.10.0
15352025-02-28T09:20:33.480Z Compiling tokio-stream v0.1.17
15362025-02-28T09:20:33.499Z Compiling pkcs1 v0.7.5
15372025-02-28T09:20:33.520Z Compiling serde-big-array v0.5.1
15382025-02-28T09:20:33.746Z Compiling clap_derive v4.5.28
15392025-02-28T09:20:34.407Z Compiling rfc6979 v0.4.0
15402025-02-28T09:20:34.431Z Compiling serde_repr v0.1.19
15412025-02-28T09:20:34.451Z Compiling derive-where v1.2.7
15422025-02-28T09:20:34.524Z Compiling bstr v1.10.0
15432025-02-28T09:20:34.583Z Compiling float-cmp v0.10.0
15442025-02-28T09:20:34.632Z Compiling unicode-segmentation v1.12.0
15452025-02-28T09:20:34.833Z Compiling predicates-core v1.0.8
15462025-02-28T09:20:35.164Z Compiling difflib v0.4.0
15472025-02-28T09:20:35.463Z Compiling normalize-line-endings v0.3.0
15482025-02-28T09:20:35.555Z Compiling number_prefix v0.4.0
15492025-02-28T09:20:35.605Z Compiling static_assertions v1.1.0
15502025-02-28T09:20:35.718Z Compiling whoami v1.5.2
15512025-02-28T09:20:35.787Z Compiling fixedbitset v0.4.2
15522025-02-28T09:20:35.996Z Compiling new_debug_unreachable v1.0.6
15532025-02-28T09:20:36.101Z Compiling bit-vec v0.6.3
15542025-02-28T09:20:36.192Z Compiling precomputed-hash v0.1.1
15552025-02-28T09:20:36.262Z Compiling petgraph v0.6.5
15562025-02-28T09:20:36.327Z Compiling string_cache v0.8.7
15572025-02-28T09:20:36.431Z Compiling bit-set v0.5.3
15582025-02-28T09:20:36.483Z Compiling tokio-postgres v0.7.13
15592025-02-28T09:20:36.735Z Compiling indicatif v0.17.11
15602025-02-28T09:20:36.785Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15612025-02-28T09:20:37.573Z Compiling predicates v3.1.3
15622025-02-28T09:20:38.169Z Compiling clap v4.5.31
15632025-02-28T09:20:38.294Z Compiling similar v2.6.0
15642025-02-28T09:20:38.626Z Compiling ecdsa v0.16.9
15652025-02-28T09:20:39.078Z Compiling rsa v0.9.6
15662025-02-28T09:20:39.411Z Compiling ed25519-dalek v2.1.1
15672025-02-28T09:20:39.771Z Compiling toml v0.7.8
15682025-02-28T09:20:40.710Z Compiling zip v0.6.6
15692025-02-28T09:20:41.166Z Compiling crossterm v0.28.1
15702025-02-28T09:20:42.508Z Compiling hex v0.4.3
15712025-02-28T09:20:42.618Z Compiling x509-cert v0.2.5
15722025-02-28T09:20:42.749Z Compiling itertools v0.10.5
15732025-02-28T09:20:42.950Z Compiling peg-runtime v0.8.3
15742025-02-28T09:20:43.065Z Compiling lalrpop-util v0.19.12
15752025-02-28T09:20:43.220Z Compiling unicode-xid v0.2.6
15762025-02-28T09:20:43.429Z Compiling strum_macros v0.26.4
15772025-02-28T09:20:43.460Z Compiling xattr v1.3.1
15782025-02-28T09:20:43.523Z Compiling filetime v0.2.25
15792025-02-28T09:20:43.728Z Compiling tar v0.4.44
15802025-02-28T09:20:47.851Z Compiling strum v0.26.3
15812025-02-28T09:20:50.681Z Compiling aws-lc-sys v0.26.0
15822025-02-28T09:21:24.924Z Compiling rustls-webpki v0.102.8
15832025-02-28T09:21:28.027Z Compiling tokio-rustls v0.25.0
15842025-02-28T09:21:29.704Z Compiling tokio-rustls v0.26.0
15852025-02-28T09:21:29.954Z Compiling hyper-rustls v0.27.3
15862025-02-28T09:21:30.316Z Compiling reqwest v0.12.12
15872025-02-28T09:21:31.609Z Compiling qorb v0.2.1
15882025-02-28T09:21:34.515Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15892025-02-28T09:21:34.773Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15902025-02-28T09:21:39.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
15912025-02-28T09:21:39.312Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15922025-02-28T09:21:39.362ZFeb 28 09:21:38.381 INFO Starting download, target: Clickhouse
15932025-02-28T09:21:39.362ZFeb 28 09:21:38.382 INFO Starting download, target: Cockroach
15942025-02-28T09:21:39.362ZFeb 28 09:21:38.382 INFO Starting download, target: Console
15952025-02-28T09:21:39.362ZFeb 28 09:21:38.382 INFO Starting download, target: DendriteOpenapi
15962025-02-28T09:21:39.362ZFeb 28 09:21:38.382 INFO Starting download, target: DendriteStub
15972025-02-28T09:21:39.363ZFeb 28 09:21:38.382 INFO Starting download, target: MaghemiteMgd
15982025-02-28T09:21:39.367ZFeb 28 09:21:38.382 INFO Starting download, target: TransceiverControl
15992025-02-28T09:21:39.367ZFeb 28 09:21:38.382 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16002025-02-28T09:21:39.367ZFeb 28 09:21:38.382 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16012025-02-28T09:21:39.367ZFeb 28 09:21:38.382 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16022025-02-28T09:21:39.367ZFeb 28 09:21:38.383 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16032025-02-28T09:21:39.367ZFeb 28 09:21:38.383 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16042025-02-28T09:21:39.367ZFeb 28 09:21:38.383 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16052025-02-28T09:21:39.367ZFeb 28 09:21:38.383 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16062025-02-28T09:21:39.514ZFeb 28 09:21:38.531 INFO Download complete, target: DendriteOpenapi
16072025-02-28T09:21:39.794ZFeb 28 09:21:38.806 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16082025-02-28T09:21:40.048ZFeb 28 09:21:39.029 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16092025-02-28T09:21:40.253ZFeb 28 09:21:39.237 INFO Download complete, target: TransceiverControl
16102025-02-28T09:21:40.324ZFeb 28 09:21:39.332 INFO Download complete, target: Console
16112025-02-28T09:21:41.233ZFeb 28 09:21:40.253 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16122025-02-28T09:21:41.396ZFeb 28 09:21:40.413 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16132025-02-28T09:21:41.415ZFeb 28 09:21:40.434 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16142025-02-28T09:21:42.585ZFeb 28 09:21:41.604 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16152025-02-28T09:21:42.585ZFeb 28 09:21:41.604 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16162025-02-28T09:21:43.903ZFeb 28 09:21:42.924 INFO Download complete, target: DendriteStub
16172025-02-28T09:21:43.999ZFeb 28 09:21:43.020 INFO Download complete, target: MaghemiteMgd
16182025-02-28T09:21:48.952ZFeb 28 09:21:47.972 INFO Checking that binary works, target: Cockroach
16192025-02-28T09:21:49.111ZFeb 28 09:21:48.132 INFO Download complete, target: Cockroach
16202025-02-28T09:21:52.096ZFeb 28 09:21:51.116 INFO Checking that binary works, target: Clickhouse
16212025-02-28T09:21:52.541ZFeb 28 09:21:51.561 INFO Download complete, target: Clickhouse
16222025-02-28T09:21:52.549ZAll prerequisites installed successfully
16232025-02-28T09:21:52.551Z
16242025-02-28T09:21:52.551Zreal 5:18.233713988
16252025-02-28T09:21:52.551Zuser 15:30.805693137
16262025-02-28T09:21:52.551Zsys 2:06.415203186
16272025-02-28T09:21:52.551Ztrap 0.535425748
16282025-02-28T09:21:52.552Ztflt 5.287351757
16292025-02-28T09:21:52.552Zdflt 2.862102353
16302025-02-28T09:21:52.552Zkflt 0.143405268
16312025-02-28T09:21:52.552Zlock 23:48.306258606
16322025-02-28T09:21:52.552Zslp 56:54.410922137
16332025-02-28T09:21:52.552Zlat 1:00.381322286
16342025-02-28T09:21:52.552Zstop 2:23.322808746
16352025-02-28T09:21:52.552Z+ ptime -m cargo xtask download softnpu
16362025-02-28T09:21:53.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16372025-02-28T09:21:53.145Z Running `target/debug/xtask download softnpu`
16382025-02-28T09:21:54.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
16392025-02-28T09:21:54.090Z Running `target/debug/xtask-downloader softnpu`
16402025-02-28T09:21:54.130ZFeb 28 09:21:53.150 INFO Starting download, target: Softnpu
16412025-02-28T09:21:54.133ZFeb 28 09:21:53.151 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16422025-02-28T09:21:54.657ZFeb 28 09:21:53.677 INFO Download complete, target: Softnpu
16432025-02-28T09:21:54.661Z
16442025-02-28T09:21:54.665Zreal 2.104574290
16452025-02-28T09:21:54.665Zuser 1.342070626
16462025-02-28T09:21:54.666Zsys 0.560881762
16472025-02-28T09:21:54.666Ztrap 0.001204994
16482025-02-28T09:21:54.666Ztflt 0.000170536
16492025-02-28T09:21:54.666Zdflt 0.000057714
16502025-02-28T09:21:54.666Zkflt 0.000000000
16512025-02-28T09:21:54.666Zlock 5.389472478
16522025-02-28T09:21:54.666Zslp 0.357718065
16532025-02-28T09:21:54.666Zlat 0.068485544
16542025-02-28T09:21:54.666Zstop 0.000199367
16552025-02-28T09:21:54.666Z+ export CARGO_INCREMENTAL=0
16562025-02-28T09:21:54.666Z+ CARGO_INCREMENTAL=0
16572025-02-28T09:21:54.666Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16582025-02-28T09:21:55.677Z Compiling proc-macro2 v1.0.93
16592025-02-28T09:21:55.678Z Compiling unicode-ident v1.0.14
16602025-02-28T09:21:55.678Z Compiling libc v0.2.170
16612025-02-28T09:21:55.678Z Compiling serde v1.0.218
16622025-02-28T09:21:55.681Z Compiling autocfg v1.4.0
16632025-02-28T09:21:55.681Z Compiling version_check v0.9.5
16642025-02-28T09:21:55.681Z Compiling cfg-if v1.0.0
16652025-02-28T09:21:55.936Z Compiling memchr v2.7.4
16662025-02-28T09:21:55.972Z Compiling typenum v1.17.0
16672025-02-28T09:21:55.991Z Compiling shlex v1.3.0
16682025-02-28T09:21:56.355Z Compiling value-bag v1.9.0
16692025-02-28T09:21:56.358Z Compiling generic-array v0.14.7
16702025-02-28T09:21:56.593Z Compiling lock_api v0.4.12
16712025-02-28T09:21:56.673Z Compiling scopeguard v1.2.0
16722025-02-28T09:21:56.841Z Compiling log v0.4.22
16732025-02-28T09:21:56.862Z Compiling parking_lot_core v0.9.10
16742025-02-28T09:21:57.187Z Compiling serde_json v1.0.139
16752025-02-28T09:21:57.264Z Compiling once_cell v1.20.3
16762025-02-28T09:21:57.475Z Compiling libm v0.2.8
16772025-02-28T09:21:57.521Z Compiling rustix v0.38.37
16782025-02-28T09:21:57.541Z Compiling quote v1.0.38
16792025-02-28T09:21:57.632Z Compiling jobserver v0.1.32
16802025-02-28T09:21:57.755Z Compiling getrandom v0.2.15
16812025-02-28T09:21:58.030Z Compiling syn v2.0.98
16822025-02-28T09:21:58.051Z Compiling cc v1.2.15
16832025-02-28T09:21:58.072Z Compiling aho-corasick v1.1.3
16842025-02-28T09:21:58.148Z Compiling num-traits v0.2.19
16852025-02-28T09:21:58.166Z Compiling semver v1.0.25
16862025-02-28T09:21:58.243Z Compiling regex-syntax v0.8.5
16872025-02-28T09:21:58.285Z Compiling thiserror v1.0.69
16882025-02-28T09:21:58.472Z Compiling getrandom v0.3.1
16892025-02-28T09:21:58.626Z Compiling either v1.14.0
16902025-02-28T09:21:58.797Z Compiling itoa v1.0.11
16912025-02-28T09:21:58.883Z Compiling slab v0.4.9
16922025-02-28T09:21:59.044Z Compiling byteorder v1.5.0
16932025-02-28T09:21:59.223Z Compiling spin v0.9.8
16942025-02-28T09:21:59.469Z Compiling errno v0.3.9
16952025-02-28T09:21:59.487Z Compiling rand_core v0.6.4
16962025-02-28T09:21:59.962Z Compiling glob v0.3.2
16972025-02-28T09:22:00.220Z Compiling prettyplease v0.2.29
16982025-02-28T09:22:00.590Z Compiling lazy_static v1.5.0
16992025-02-28T09:22:00.666Z Compiling clang-sys v1.8.1
17002025-02-28T09:22:00.869Z Compiling minimal-lexical v0.2.1
17012025-02-28T09:22:00.873Z Compiling smallvec v1.14.0
17022025-02-28T09:22:01.286Z Compiling nom v7.1.3
17032025-02-28T09:22:01.376Z Compiling libloading v0.8.5
17042025-02-28T09:22:01.395Z Compiling bindgen v0.69.5
17052025-02-28T09:22:01.398Z Compiling subtle v2.6.1
17062025-02-28T09:22:01.561Z Compiling home v0.5.9
17072025-02-28T09:22:01.717Z Compiling regex-automata v0.4.8
17082025-02-28T09:22:01.770Z Compiling itertools v0.12.1
17092025-02-28T09:22:01.890Z Compiling lazycell v1.3.0
17102025-02-28T09:22:02.021Z Compiling allocator-api2 v0.2.18
17112025-02-28T09:22:02.358Z Compiling rustc-hash v1.1.0
17122025-02-28T09:22:02.510Z Compiling cmake v0.1.51
17132025-02-28T09:22:03.262Z Compiling dunce v1.0.5
17142025-02-28T09:22:03.347Z Compiling fs_extra v1.3.0
17152025-02-28T09:22:03.578Z Compiling pkg-config v0.3.31
17162025-02-28T09:22:03.829Z Compiling pin-project-lite v0.2.14
17172025-02-28T09:22:03.982Z Compiling ring v0.17.11
17182025-02-28T09:22:04.436Z Compiling cexpr v0.6.0
17192025-02-28T09:22:04.531Z Compiling paste v1.0.15
17202025-02-28T09:22:04.829Z Compiling ryu v1.0.18
17212025-02-28T09:22:05.004Z Compiling synstructure v0.13.1
17222025-02-28T09:22:05.123Z Compiling httparse v1.9.5
17232025-02-28T09:22:05.763Z Compiling schemars v0.8.22
17242025-02-28T09:22:06.030Z Compiling const-oid v0.9.6
17252025-02-28T09:22:06.084Z Compiling aws-lc-rs v1.12.4
17262025-02-28T09:22:06.116Z Compiling fnv v1.0.7
17272025-02-28T09:22:06.353Z Compiling serde_derive_internals v0.29.1
17282025-02-28T09:22:06.545Z Compiling signal-hook-registry v1.4.2
17292025-02-28T09:22:07.046Z Compiling regex v1.11.1
17302025-02-28T09:22:07.539Z Compiling equivalent v1.0.1
17312025-02-28T09:22:07.668Z Compiling foldhash v0.1.3
17322025-02-28T09:22:07.945Z Compiling hashbrown v0.15.1
17332025-02-28T09:22:07.964Z Compiling parking_lot v0.12.3
17342025-02-28T09:22:07.967Z Compiling mio v1.0.2
17352025-02-28T09:22:08.027Z Compiling heck v0.5.0
17362025-02-28T09:22:08.339Z Compiling stable_deref_trait v1.2.0
17372025-02-28T09:22:08.907Z Compiling serde_derive v1.0.218
17382025-02-28T09:22:09.110Z Compiling zeroize_derive v1.4.2
17392025-02-28T09:22:09.530Z Compiling zerocopy-derive v0.7.35
17402025-02-28T09:22:09.894Z Compiling tokio-macros v2.5.0
17412025-02-28T09:22:10.419Z Compiling zeroize v1.8.1
17422025-02-28T09:22:10.739Z Compiling thiserror-impl v1.0.69
17432025-02-28T09:22:10.758Z Compiling zerofrom-derive v0.1.4
17442025-02-28T09:22:10.875Z Compiling yoke-derive v0.7.4
17452025-02-28T09:22:10.959Z Compiling futures-macro v0.3.31
17462025-02-28T09:22:11.217Z Compiling zerovec-derive v0.10.3
17472025-02-28T09:22:11.251Z Compiling zerocopy v0.7.35
17482025-02-28T09:22:11.350Z Compiling displaydoc v0.2.5
17492025-02-28T09:22:12.737Z Compiling icu_provider_macros v1.5.0
17502025-02-28T09:22:13.124Z Compiling tracing-attributes v0.1.27
17512025-02-28T09:22:13.368Z Compiling schemars_derive v0.8.22
17522025-02-28T09:22:13.677Z Compiling crypto-common v0.1.6
17532025-02-28T09:22:13.711Z Compiling block-buffer v0.10.4
17542025-02-28T09:22:13.885Z Compiling socket2 v0.5.8
17552025-02-28T09:22:13.930Z Compiling digest v0.10.7
17562025-02-28T09:22:13.950Z Compiling futures-core v0.3.31
17572025-02-28T09:22:14.207Z Compiling crossbeam-utils v0.8.20
17582025-02-28T09:22:14.324Z Compiling num-conv v0.1.0
17592025-02-28T09:22:14.614Z Compiling time-core v0.1.2
17602025-02-28T09:22:14.801Z Compiling time-macros v0.2.18
17612025-02-28T09:22:14.877Z Compiling der_derive v0.7.3
17622025-02-28T09:22:15.057Z Compiling vcpkg v0.2.15
17632025-02-28T09:22:16.322Z Compiling openssl-sys v0.9.106
17642025-02-28T09:22:17.542Z Compiling futures-sink v0.3.31
17652025-02-28T09:22:17.588Z Compiling zerocopy v0.8.10
17662025-02-28T09:22:17.837Z Compiling cpufeatures v0.2.14
17672025-02-28T09:22:17.947Z Compiling zerocopy-derive v0.8.10
17682025-02-28T09:22:18.109Z Compiling slog v2.7.0
17692025-02-28T09:22:18.418Z Compiling ahash v0.8.11
17702025-02-28T09:22:18.548Z Compiling syn v1.0.109
17712025-02-28T09:22:18.766Z Compiling futures-channel v0.3.31
17722025-02-28T09:22:18.771Z Compiling zerofrom v0.1.4
17732025-02-28T09:22:18.993Z Compiling futures-io v0.3.31
17742025-02-28T09:22:19.149Z Compiling iana-time-zone v0.1.61
17752025-02-28T09:22:19.190Z Compiling futures-task v0.3.31
17762025-02-28T09:22:19.304Z Compiling pin-utils v0.1.0
17772025-02-28T09:22:19.422Z Compiling yoke v0.7.4
17782025-02-28T09:22:19.488Z Compiling futures-util v0.3.31
17792025-02-28T09:22:20.153Z Compiling scroll_derive v0.12.0
17802025-02-28T09:22:20.253Z Compiling openssl v0.10.71
17812025-02-28T09:22:20.274Z Compiling ucd-trie v0.1.7
17822025-02-28T09:22:20.655Z Compiling bitflags v2.6.0
17832025-02-28T09:22:20.702Z Compiling bytes v1.10.0
17842025-02-28T09:22:21.418Z Compiling indexmap v2.7.1
17852025-02-28T09:22:22.010Z Compiling tokio v1.43.0
17862025-02-28T09:22:23.489Z Compiling serde_tokenstream v0.2.2
17872025-02-28T09:22:23.649Z Compiling uuid v1.15.1
17882025-02-28T09:22:24.008Z Compiling http v1.2.0
17892025-02-28T09:22:24.976Z Compiling which v4.4.2
17902025-02-28T09:22:25.421Z Compiling chrono v0.4.40
17912025-02-28T09:22:26.018Z Compiling rustc_version v0.4.1
17922025-02-28T09:22:28.041Z Compiling pest v2.7.14
17932025-02-28T09:22:30.156Z Compiling zerovec v0.10.4
17942025-02-28T09:22:30.978Z Compiling hmac v0.12.1
17952025-02-28T09:22:32.250Z Compiling pest_meta v2.7.14
17962025-02-28T09:22:33.233Z Compiling block-padding v0.3.3
17972025-02-28T09:22:33.467Z Compiling openssl-macros v0.1.1
17982025-02-28T09:22:33.598Z Compiling rustls v0.23.19
17992025-02-28T09:22:33.918Z Compiling native-tls v0.2.12
18002025-02-28T09:22:34.175Z Compiling pest_generator v2.7.14
18012025-02-28T09:22:34.292Z Compiling inout v0.1.3
18022025-02-28T09:22:34.536Z Compiling tinystr v0.7.6
18032025-02-28T09:22:34.559Z Compiling serde_spanned v0.6.8
18042025-02-28T09:22:34.777Z Compiling toml_datetime v0.6.8
18052025-02-28T09:22:34.917Z Compiling ppv-lite86 v0.2.20
18062025-02-28T09:22:34.980Z Compiling tracing-core v0.1.32
18072025-02-28T09:22:35.189Z Compiling writeable v0.5.5
18082025-02-28T09:22:35.624Z Compiling strsim v0.11.1
18092025-02-28T09:22:35.676Z Compiling dyn-clone v1.0.18
18102025-02-28T09:22:35.710Z Compiling litemap v0.7.3
18112025-02-28T09:22:36.151Z Compiling icu_locid v1.5.0
18122025-02-28T09:22:36.246Z Compiling pest_derive v2.7.14
18132025-02-28T09:22:36.863Z Compiling tracing v0.1.40
18142025-02-28T09:22:36.940Z Compiling aws-lc-sys v0.26.0
18152025-02-28T09:22:37.053Z Compiling cipher v0.4.4
18162025-02-28T09:22:37.127Z Compiling sha2 v0.10.8
18172025-02-28T09:22:37.659Z Compiling cookie v0.18.1
18182025-02-28T09:22:37.870Z Compiling usdt-impl v0.5.0
18192025-02-28T09:22:37.982Z Compiling base64ct v1.6.0
18202025-02-28T09:22:38.229Z Compiling icu_provider v1.5.0
18212025-02-28T09:22:38.508Z Compiling pem-rfc7468 v0.7.0
18222025-02-28T09:22:40.332Z Compiling scroll v0.12.0
18232025-02-28T09:22:41.040Z Compiling async-trait v0.1.86
18242025-02-28T09:22:43.002Z Compiling flagset v0.4.6
18252025-02-28T09:22:43.192Z Compiling camino v1.1.9
18262025-02-28T09:22:43.211Z Compiling percent-encoding v2.3.1
18272025-02-28T09:22:43.643Z Compiling rustls-pki-types v1.10.0
18282025-02-28T09:22:43.664Z Compiling anyhow v1.0.96
18292025-02-28T09:22:44.161Z Compiling icu_locid_transform_data v1.5.0
18302025-02-28T09:22:44.276Z Compiling plain v0.2.3
18312025-02-28T09:22:44.553Z Compiling icu_locid_transform v1.5.0
18322025-02-28T09:22:45.104Z Compiling goblin v0.8.2
18332025-02-28T09:22:46.344Z Compiling der v0.7.9
18342025-02-28T09:22:48.359Z Compiling icu_collections v1.5.0
18352025-02-28T09:22:48.872Z Compiling tokio-util v0.7.13
18362025-02-28T09:22:50.412Z Compiling rayon-core v1.12.1
18372025-02-28T09:22:50.648Z Compiling icu_properties_data v1.5.0
18382025-02-28T09:22:50.755Z Compiling pretty-hex v0.4.1
18392025-02-28T09:22:50.869Z Compiling rustls v0.22.4
18402025-02-28T09:22:50.909Z Compiling untrusted v0.9.0
18412025-02-28T09:22:51.140Z Compiling untrusted v0.7.1
18422025-02-28T09:22:51.164Z Compiling powerfmt v0.2.0
18432025-02-28T09:22:51.342Z Compiling dof v0.3.0
18442025-02-28T09:22:51.394Z Compiling icu_properties v1.5.1
18452025-02-28T09:22:51.592Z Compiling deranged v0.3.11
18462025-02-28T09:22:53.183Z Compiling spki v0.7.3
18472025-02-28T09:22:53.412Z Compiling salsa20 v0.10.2
18482025-02-28T09:22:53.525Z Compiling dtrace-parser v0.2.0
18492025-02-28T09:22:53.529Z Compiling pbkdf2 v0.12.2
18502025-02-28T09:22:54.009Z Compiling thread-id v4.2.2
18512025-02-28T09:22:54.135Z Compiling litrs v0.4.1
18522025-02-28T09:22:54.785Z Compiling write16 v1.0.0
18532025-02-28T09:22:54.950Z Compiling icu_normalizer_data v1.5.0
18542025-02-28T09:22:55.071Z Compiling utf8_iter v1.0.4
18552025-02-28T09:22:55.091Z Compiling winnow v0.5.40
18562025-02-28T09:22:55.115Z Compiling num_threads v0.1.7
18572025-02-28T09:22:55.309Z Compiling atomic-waker v1.1.2
18582025-02-28T09:22:55.506Z Compiling utf16_iter v1.0.5
18592025-02-28T09:22:56.112Z Compiling time v0.3.36
18602025-02-28T09:22:56.233Z Compiling icu_normalizer v1.5.0
18612025-02-28T09:22:57.719Z Compiling document-features v0.2.10
18622025-02-28T09:22:58.447Z Compiling toml_edit v0.19.15
18632025-02-28T09:23:00.793Z Compiling scrypt v0.11.0
18642025-02-28T09:23:01.170Z Compiling form_urlencoded v1.2.1
18652025-02-28T09:23:01.272Z Compiling cbc v0.1.2
18662025-02-28T09:23:01.422Z Compiling aes v0.8.4
18672025-02-28T09:23:01.497Z Compiling http-body v1.0.1
18682025-02-28T09:23:01.763Z Compiling multer v3.1.0
18692025-02-28T09:23:02.244Z Compiling try-lock v0.2.5
18702025-02-28T09:23:02.424Z Compiling slog-async v2.8.0
18712025-02-28T09:23:02.729Z Compiling rustversion v1.0.17
18722025-02-28T09:23:02.878Z Compiling tinyvec_macros v0.1.1
18732025-02-28T09:23:02.985Z Compiling tinyvec v1.8.0
18742025-02-28T09:23:03.004Z Compiling want v0.3.1
18752025-02-28T09:23:03.297Z Compiling pkcs5 v0.7.1
18762025-02-28T09:23:04.371Z Compiling idna_adapter v1.2.0
18772025-02-28T09:23:04.610Z Compiling h2 v0.4.6
18782025-02-28T09:23:04.806Z Compiling rand_chacha v0.3.1
18792025-02-28T09:23:04.860Z Compiling heapless v0.7.17
18802025-02-28T09:23:05.365Z Compiling bzip2-sys v0.1.11+1.0.8
18812025-02-28T09:23:05.780Z Compiling httpdate v1.0.3
18822025-02-28T09:23:05.830Z Compiling signal-hook v0.3.17
18832025-02-28T09:23:05.996Z Compiling tower-service v0.3.3
18842025-02-28T09:23:07.967Z Compiling rand v0.8.5
18852025-02-28T09:23:08.363Z Compiling idna v1.0.3
18862025-02-28T09:23:09.414Z Compiling pkcs8 v0.10.2
18872025-02-28T09:23:10.681Z Compiling usdt-attr-macro v0.5.0
18882025-02-28T09:23:10.727Z Compiling usdt-macro v0.5.0
18892025-02-28T09:23:11.427Z Compiling async-stream-impl v0.3.6
18902025-02-28T09:23:12.223Z Compiling adler2 v2.0.0
18912025-02-28T09:23:12.367Z Compiling base64 v0.22.1
18922025-02-28T09:23:12.567Z Compiling miniz_oxide v0.8.5
18932025-02-28T09:23:12.730Z Compiling hyper v1.6.0
18942025-02-28T09:23:15.897Z Compiling hyper-util v0.1.10
18952025-02-28T09:23:20.785Z Compiling curve25519-dalek v4.1.3
18962025-02-28T09:23:20.788Z Compiling openapiv3 v2.0.0
18972025-02-28T09:23:21.228Z Compiling enum-as-inner v0.6.1
18982025-02-28T09:23:21.670Z Compiling memoffset v0.9.1
18992025-02-28T09:23:22.021Z Compiling dropshot v0.12.0
19002025-02-28T09:23:22.042Z Compiling foreign-types-shared v0.1.1
19012025-02-28T09:23:22.164Z Compiling smoltcp v0.9.1
19022025-02-28T09:23:22.203Z Compiling num-bigint-dig v0.8.4
19032025-02-28T09:23:22.382Z Compiling portable-atomic v1.9.0
19042025-02-28T09:23:22.468Z Compiling match_cfg v0.1.0
19052025-02-28T09:23:22.577Z Compiling newtype-uuid v1.2.1
19062025-02-28T09:23:22.707Z Compiling hostname v0.3.1
19072025-02-28T09:23:22.897Z Compiling foreign-types v0.3.2
19082025-02-28T09:23:24.111Z Compiling rand_core v0.9.2
19092025-02-28T09:23:24.530Z Compiling url v2.5.3
19102025-02-28T09:23:26.534Z Compiling http-body-util v0.1.2
19112025-02-28T09:23:26.997Z Compiling dirs-sys-next v0.1.2
19122025-02-28T09:23:27.064Z Compiling encoding_rs v0.8.34
19132025-02-28T09:23:27.418Z Compiling siphasher v0.3.11
19142025-02-28T09:23:27.614Z Compiling cfg_aliases v0.2.1
19152025-02-28T09:23:27.721Z Compiling ident_case v1.0.1
19162025-02-28T09:23:27.807Z Compiling heck v0.4.1
19172025-02-28T09:23:27.909Z Compiling data-encoding v2.6.0
19182025-02-28T09:23:28.159Z Compiling mime v0.3.17
19192025-02-28T09:23:29.202Z Compiling gimli v0.31.1
19202025-02-28T09:23:29.253Z Compiling darling_core v0.20.10
19212025-02-28T09:23:30.133Z Compiling nix v0.29.0
19222025-02-28T09:23:30.949Z Compiling dirs-next v2.0.0
19232025-02-28T09:23:34.355Z Compiling addr2line v0.24.2
19242025-02-28T09:23:35.267Z Compiling rand_chacha v0.9.0
19252025-02-28T09:23:36.372Z Compiling unicode-normalization v0.1.24
19262025-02-28T09:23:37.429Z Compiling serde_urlencoded v0.7.1
19272025-02-28T09:23:38.015Z Compiling crossbeam-epoch v0.9.18
19282025-02-28T09:23:38.312Z Compiling rustls-pemfile v2.2.0
19292025-02-28T09:23:38.660Z Compiling hubpack_derive v0.1.1
19302025-02-28T09:23:38.753Z Compiling dropshot_endpoint v0.12.0
19312025-02-28T09:23:38.842Z Compiling sha1 v0.10.6
19322025-02-28T09:23:39.125Z Compiling signature v2.2.0
19332025-02-28T09:23:39.222Z Compiling curve25519-dalek-derive v0.1.1
19342025-02-28T09:23:39.348Z Compiling zerocopy-derive v0.6.6
19352025-02-28T09:23:40.522Z Compiling object v0.36.5
19362025-02-28T09:23:40.981Z Compiling thread_local v1.1.8
19372025-02-28T09:23:41.430Z Compiling fs-err v2.11.0
19382025-02-28T09:23:42.318Z Compiling utf8parse v0.2.2
19392025-02-28T09:23:45.004Z Compiling unicode-properties v0.1.3
19402025-02-28T09:23:45.379Z Compiling ipnet v2.11.0
19412025-02-28T09:23:45.430Z Compiling unicode-bidi v0.3.17
19422025-02-28T09:23:46.729Z Compiling winnow v0.7.3
19432025-02-28T09:23:46.999Z Compiling openssl-probe v0.1.5
19442025-02-28T09:23:47.533Z Compiling anstyle v1.0.10
19452025-02-28T09:23:49.233Z Compiling rustc-demangle v0.1.24
19462025-02-28T09:23:50.055Z Compiling toml_edit v0.22.24
19472025-02-28T09:23:51.562Z Compiling backtrace v0.3.74
19482025-02-28T09:23:52.644Z Compiling rustls-webpki v0.102.8
19492025-02-28T09:23:58.101Z Compiling stringprep v0.1.5
19502025-02-28T09:24:00.581Z Compiling anstyle-parse v0.2.5
19512025-02-28T09:24:01.585Z Compiling crossbeam-deque v0.8.5
19522025-02-28T09:24:01.938Z Compiling rand v0.9.0
19532025-02-28T09:24:01.975Z Compiling darling_macro v0.20.10
19542025-02-28T09:24:02.846Z Compiling term v0.7.0
19552025-02-28T09:24:03.111Z Compiling slog-json v2.6.1
19562025-02-28T09:24:03.988Z Compiling crossbeam-channel v0.5.13
19572025-02-28T09:24:04.327Z Compiling hashbrown v0.14.5
19582025-02-28T09:24:04.815Z Compiling futures-executor v0.3.31
19592025-02-28T09:24:05.050Z Compiling num-integer v0.1.46
19602025-02-28T09:24:05.143Z Compiling md-5 v0.10.6
19612025-02-28T09:24:05.228Z Compiling ff v0.13.0
19622025-02-28T09:24:05.400Z Compiling hash32 v0.2.1
19632025-02-28T09:24:05.425Z Compiling memmap v0.7.0
19642025-02-28T09:24:05.457Z Compiling is-terminal v0.4.13
19652025-02-28T09:24:05.594Z Compiling quick-error v1.2.3
19662025-02-28T09:24:05.710Z Compiling linked-hash-map v0.5.6
19672025-02-28T09:24:05.728Z Compiling is_terminal_polyfill v1.70.1
19682025-02-28T09:24:05.765Z Compiling utf-8 v0.7.6
19692025-02-28T09:24:05.866Z Compiling fallible-iterator v0.2.0
19702025-02-28T09:24:06.044Z Compiling anstyle-query v1.1.1
19712025-02-28T09:24:06.047Z Compiling psl-types v2.0.11
19722025-02-28T09:24:06.304Z Compiling take_mut v0.2.2
19732025-02-28T09:24:06.449Z Compiling colorchoice v1.0.2
19742025-02-28T09:24:06.473Z Compiling base16ct v0.2.0
19752025-02-28T09:24:06.532Z Compiling postgres-protocol v0.6.8
19762025-02-28T09:24:06.624Z Compiling anstream v0.6.15
19772025-02-28T09:24:06.762Z Compiling sec1 v0.7.3
19782025-02-28T09:24:07.193Z Compiling publicsuffix v2.3.0
19792025-02-28T09:24:07.379Z Compiling lru-cache v0.1.2
19802025-02-28T09:24:07.499Z Compiling tungstenite v0.24.0
19812025-02-28T09:24:07.578Z Compiling resolv-conf v0.7.0
19822025-02-28T09:24:07.646Z Compiling usdt v0.5.0
19832025-02-28T09:24:08.074Z Compiling slog-term v2.9.1
19842025-02-28T09:24:08.219Z Compiling num-iter v0.1.45
19852025-02-28T09:24:08.377Z Compiling group v0.13.0
19862025-02-28T09:24:08.602Z Compiling regress v0.10.1
19872025-02-28T09:24:08.688Z Compiling futures v0.3.31
19882025-02-28T09:24:11.552Z Compiling slog-bunyan v2.5.0
19892025-02-28T09:24:11.752Z Compiling darling v0.20.10
19902025-02-28T09:24:11.882Z Compiling tokio-rustls v0.26.0
19912025-02-28T09:24:12.337Z Compiling tokio-rustls v0.25.0
19922025-02-28T09:24:12.384Z Compiling tokio-native-tls v0.3.1
19932025-02-28T09:24:12.685Z Compiling toml v0.8.20
19942025-02-28T09:24:13.034Z Compiling hickory-proto v0.24.4
19952025-02-28T09:24:13.054Z Compiling strum_macros v0.25.3
19962025-02-28T09:24:14.001Z Compiling phf_shared v0.11.2
19972025-02-28T09:24:14.478Z Compiling async-stream v0.3.6
19982025-02-28T09:24:14.497Z Compiling waitgroup v0.1.2
19992025-02-28T09:24:14.518Z Compiling webpki-roots v0.26.6
20002025-02-28T09:24:14.836Z Compiling hkdf v0.12.4
20012025-02-28T09:24:14.906Z Compiling terminal_size v0.4.0
20022025-02-28T09:24:15.111Z Compiling serde_path_to_error v0.1.16
20032025-02-28T09:24:15.114Z Compiling sync_wrapper v1.0.1
20042025-02-28T09:24:15.452Z Compiling crypto-bigint v0.5.5
20052025-02-28T09:24:15.686Z Compiling serde_repr v0.1.19
20062025-02-28T09:24:15.818Z Compiling derive-where v1.2.7
20072025-02-28T09:24:16.011Z Compiling clap_derive v4.5.28
20082025-02-28T09:24:16.250Z Compiling hostname v0.4.0
20092025-02-28T09:24:16.460Z Compiling crc32fast v1.4.2
20102025-02-28T09:24:16.730Z Compiling tower-layer v0.3.3
20112025-02-28T09:24:16.768Z Compiling debug-ignore v1.0.5
20122025-02-28T09:24:16.930Z Compiling bitflags v1.3.2
20132025-02-28T09:24:17.055Z Compiling unicode-width v0.2.0
20142025-02-28T09:24:17.143Z Compiling managed v0.8.0
20152025-02-28T09:24:17.644Z Compiling clap_lex v0.7.4
20162025-02-28T09:24:18.718Z Compiling tower v0.5.2
20172025-02-28T09:24:19.069Z Compiling hickory-resolver v0.24.4
20182025-02-28T09:24:19.659Z Compiling elliptic-curve v0.13.8
20192025-02-28T09:24:20.044Z Compiling clap_builder v4.5.31
20202025-02-28T09:24:20.801Z Compiling console v0.15.10
20212025-02-28T09:24:21.970Z Compiling flate2 v1.1.0
20222025-02-28T09:24:23.812Z Compiling hyper-rustls v0.27.3
20232025-02-28T09:24:24.371Z Compiling phf v0.11.2
20242025-02-28T09:24:25.884Z Compiling hyper-tls v0.6.0
20252025-02-28T09:24:26.274Z Compiling typify-impl v0.2.0
20262025-02-28T09:24:26.525Z Compiling signal-hook-mio v0.2.4
20272025-02-28T09:24:26.607Z Compiling rayon v1.10.0
20282025-02-28T09:24:26.704Z Compiling bzip2 v0.4.4
20292025-02-28T09:24:27.077Z Compiling cookie_store v0.21.1
20302025-02-28T09:24:28.367Z Compiling tokio-tungstenite v0.24.0
20312025-02-28T09:24:28.895Z Compiling postgres-types v0.2.9
20322025-02-28T09:24:29.407Z Compiling zerocopy v0.6.6
20332025-02-28T09:24:30.012Z Compiling hubpack v0.1.2
20342025-02-28T09:24:30.143Z Compiling ed25519 v2.2.3
20352025-02-28T09:24:30.467Z Compiling phf_shared v0.10.0
20362025-02-28T09:24:30.530Z Compiling pkcs1 v0.7.5
20372025-02-28T09:24:30.783Z Compiling tokio-stream v0.1.17
20382025-02-28T09:24:30.849Z Compiling ipnetwork v0.21.1
20392025-02-28T09:24:31.335Z Compiling rfc6979 v0.4.0
20402025-02-28T09:24:31.616Z Compiling serde-big-array v0.5.1
20412025-02-28T09:24:31.737Z Compiling float-cmp v0.10.0
20422025-02-28T09:24:31.884Z Compiling bstr v1.10.0
20432025-02-28T09:24:33.249Z Compiling difflib v0.4.0
20442025-02-28T09:24:34.288Z Compiling unicode-segmentation v1.12.0
20452025-02-28T09:24:34.480Z Compiling static_assertions v1.1.0
20462025-02-28T09:24:34.595Z Compiling fixedbitset v0.4.2
20472025-02-28T09:24:34.731Z Compiling precomputed-hash v0.1.1
20482025-02-28T09:24:34.867Z Compiling number_prefix v0.4.0
20492025-02-28T09:24:34.994Z Compiling normalize-line-endings v0.3.0
20502025-02-28T09:24:35.098Z Compiling new_debug_unreachable v1.0.6
20512025-02-28T09:24:35.138Z Compiling predicates-core v1.0.8
20522025-02-28T09:24:35.158Z Compiling whoami v1.5.2
20532025-02-28T09:24:35.200Z Compiling bit-vec v0.6.3
20542025-02-28T09:24:35.684Z Compiling bit-set v0.5.3
20552025-02-28T09:24:35.858Z Compiling typify-macro v0.2.0
20562025-02-28T09:24:35.890Z Compiling tokio-postgres v0.7.13
20572025-02-28T09:24:35.966Z Compiling predicates v3.1.3
20582025-02-28T09:24:36.019Z Compiling string_cache v0.8.7
20592025-02-28T09:24:36.414Z Compiling indicatif v0.17.11
20602025-02-28T09:24:36.991Z Compiling similar v2.6.0
20612025-02-28T09:24:37.291Z Compiling petgraph v0.6.5
20622025-02-28T09:24:38.113Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20632025-02-28T09:24:38.968Z Compiling qorb v0.2.1
20642025-02-28T09:24:39.073Z Compiling ecdsa v0.16.9
20652025-02-28T09:24:40.288Z Compiling rsa v0.9.6
20662025-02-28T09:24:41.685Z Compiling ed25519-dalek v2.1.1
20672025-02-28T09:24:41.768Z Compiling reqwest v0.12.12
20682025-02-28T09:24:42.476Z Compiling zip v0.6.6
20692025-02-28T09:24:42.565Z Compiling crossterm v0.28.1
20702025-02-28T09:24:43.164Z Compiling clap v4.5.31
20712025-02-28T09:24:44.702Z Compiling toml v0.7.8
20722025-02-28T09:24:45.053Z Compiling x509-cert v0.2.5
20732025-02-28T09:24:46.015Z Compiling hex v0.4.3
20742025-02-28T09:24:46.630Z Compiling itertools v0.10.5
20752025-02-28T09:24:47.349Z Compiling peg-runtime v0.8.3
20762025-02-28T09:24:47.842Z Compiling lalrpop-util v0.19.12
20772025-02-28T09:24:48.175Z Compiling unicode-xid v0.2.6
20782025-02-28T09:24:51.009Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20792025-02-28T09:24:55.692Z Compiling proc-macro-crate v1.3.1
20802025-02-28T09:24:56.035Z Compiling macaddr v1.0.1
20812025-02-28T09:24:56.652Z Compiling itertools v0.13.0
20822025-02-28T09:24:57.327Z Compiling heapless v0.8.0
20832025-02-28T09:24:59.512Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20842025-02-28T09:25:02.102Z Compiling num_enum_derive v0.5.11
20852025-02-28T09:25:09.244Z Compiling hash32 v0.3.1
20862025-02-28T09:25:10.669Z Compiling smoltcp v0.11.0
20872025-02-28T09:25:11.249Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20882025-02-28T09:25:11.790Z Compiling thiserror v2.0.11
20892025-02-28T09:25:17.600Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20902025-02-28T09:25:17.627Z Compiling num_enum v0.5.11
20912025-02-28T09:25:18.434Z Compiling typify v0.2.0
20922025-02-28T09:25:18.460Z Compiling oxnet v0.1.1
20932025-02-28T09:25:20.022Z Compiling thiserror-impl v2.0.11
20942025-02-28T09:25:20.264Z Compiling proc-macro-error-attr v1.0.4
20952025-02-28T09:25:20.607Z Compiling cobs v0.2.3
20962025-02-28T09:25:22.081Z Compiling unsafe-libyaml v0.2.11
20972025-02-28T09:25:23.413Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20982025-02-28T09:25:23.609Z Compiling serde_yaml v0.9.34+deprecated
20992025-02-28T09:25:25.937Z Compiling postcard v1.0.10
21002025-02-28T09:25:37.724Z Compiling progenitor-impl v0.8.0
21012025-02-28T09:25:37.880Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21022025-02-28T09:25:48.578Z Compiling strum_macros v0.26.4
21032025-02-28T09:25:49.083Z Compiling structmeta-derive v0.3.0
21042025-02-28T09:25:49.231Z Compiling foreign-types-macros v0.2.3
21052025-02-28T09:25:49.343Z Compiling proc-macro-error v1.0.4
21062025-02-28T09:25:49.694Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21072025-02-28T09:25:50.294Z Compiling unicode-width v0.1.14
21082025-02-28T09:25:50.621Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21092025-02-28T09:25:50.977Z Compiling foreign-types-shared v0.3.1
21102025-02-28T09:25:52.093Z Compiling structmeta v0.3.0
21112025-02-28T09:25:52.498Z Compiling strum v0.26.3
21122025-02-28T09:25:52.708Z Compiling foreign-types v0.5.0
21132025-02-28T09:25:55.534Z Compiling tabwriter v1.4.0
21142025-02-28T09:25:55.983Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21152025-02-28T09:26:00.109Z Compiling progenitor-macro v0.8.0
21162025-02-28T09:26:06.002Z Compiling progenitor-client v0.8.0
21172025-02-28T09:26:06.942Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21182025-02-28T09:26:07.760Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21192025-02-28T09:26:08.625Z Compiling daft-derive v0.1.1
21202025-02-28T09:26:09.530Z Compiling cstr-argument v0.1.2
21212025-02-28T09:26:09.829Z Compiling dropshot v0.16.0
21222025-02-28T09:26:09.967Z Compiling fastrand v2.1.1
21232025-02-28T09:26:10.617Z Compiling pretty-hex v0.2.1
21242025-02-28T09:26:10.620Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21252025-02-28T09:26:10.883Z Compiling crucible-workspace-hack v0.1.0
21262025-02-28T09:26:10.986Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21272025-02-28T09:26:11.386Z Compiling progenitor v0.8.0
21282025-02-28T09:26:11.427Z Compiling tempfile v3.13.0
21292025-02-28T09:26:11.583Z Compiling daft v0.1.1
21302025-02-28T09:26:11.604Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21312025-02-28T09:26:11.891Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21322025-02-28T09:26:12.199Z Compiling parse-display-derive v0.10.0
21332025-02-28T09:26:12.440Z Compiling colored v2.2.0
21342025-02-28T09:26:12.668Z Compiling serde_with_macros v3.11.0
21352025-02-28T09:26:13.018Z Compiling dropshot_endpoint v0.16.0
21362025-02-28T09:26:13.835Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21372025-02-28T09:26:14.575Z Compiling instant v0.1.13
21382025-02-28T09:26:14.766Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21392025-02-28T09:26:14.942Z Compiling winnow v0.6.20
21402025-02-28T09:26:15.166Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21412025-02-28T09:26:15.555Z Compiling parse-display v0.10.0
21422025-02-28T09:26:17.260Z Compiling serde_with v3.11.0
21432025-02-28T09:26:17.366Z Compiling backoff v0.4.0
21442025-02-28T09:26:17.738Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21452025-02-28T09:26:17.965Z Compiling zone_cfg_derive v0.3.0
21462025-02-28T09:26:17.985Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21472025-02-28T09:26:18.696Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21482025-02-28T09:26:19.187Z Compiling camino-tempfile v1.1.1
21492025-02-28T09:26:19.228Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
21502025-02-28T09:26:19.491Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21512025-02-28T09:26:19.918Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21522025-02-28T09:26:19.974Z Compiling progenitor-client v0.9.1
21532025-02-28T09:26:20.119Z Compiling regress v0.9.1
21542025-02-28T09:26:20.898Z Compiling num-derive v0.4.2
21552025-02-28T09:26:21.130Z Compiling sigpipe v0.1.3
21562025-02-28T09:26:21.306Z Compiling libefi-sys v0.1.0
21572025-02-28T09:26:21.646Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21582025-02-28T09:26:22.055Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21592025-02-28T09:26:23.138Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
21602025-02-28T09:26:24.649Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21612025-02-28T09:26:25.179Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21622025-02-28T09:26:27.825Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21632025-02-28T09:26:28.100Z Compiling zone v0.3.0
21642025-02-28T09:26:28.372Z Compiling itertools v0.14.0
21652025-02-28T09:26:28.480Z Compiling smf v0.2.3
21662025-02-28T09:26:28.564Z Compiling bitfield-struct v0.6.2
21672025-02-28T09:26:29.858Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21682025-02-28T09:26:30.300Z Compiling blake3 v1.5.4
21692025-02-28T09:26:31.135Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21702025-02-28T09:26:31.583Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21712025-02-28T09:26:31.789Z Compiling xattr v1.3.1
21722025-02-28T09:26:31.859Z Compiling memmap2 v0.9.5
21732025-02-28T09:26:31.887Z Compiling filetime v0.2.25
21742025-02-28T09:26:32.109Z Compiling arrayref v0.3.9
21752025-02-28T09:26:32.232Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21762025-02-28T09:26:32.251Z Compiling same-file v1.0.6
21772025-02-28T09:26:32.383Z Compiling arrayvec v0.7.6
21782025-02-28T09:26:32.422Z Compiling constant_time_eq v0.3.1
21792025-02-28T09:26:32.553Z Compiling walkdir v2.5.0
21802025-02-28T09:26:32.623Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21812025-02-28T09:26:32.683Z Compiling tar v0.4.44
21822025-02-28T09:26:34.076Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21832025-02-28T09:26:34.490Z Compiling gethostname v0.5.0
21842025-02-28T09:26:34.713Z Compiling cargo-platform v0.1.8
21852025-02-28T09:26:35.174Z Compiling topological-sort v0.2.2
21862025-02-28T09:26:35.215Z Compiling cargo_metadata v0.19.1
21872025-02-28T09:26:35.471Z Compiling omicron-zone-package v0.12.0
21882025-02-28T09:26:35.787Z Compiling shell-words v1.1.0
21892025-02-28T09:26:36.321Z Compiling indent_write v2.2.0
21902025-02-28T09:26:43.906Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21912025-02-28T09:26:45.773Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21922025-02-28T09:26:50.136Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21932025-02-28T09:27:04.706Z Finished `release` profile [optimized] target(s) in 5m 09s
21942025-02-28T09:27:04.881Z Running `target/release/omicron-package -t test target create -p dev`
21952025-02-28T09:27:04.930ZLogging to: /work/oxidecomputer/omicron/out/LOG
21962025-02-28T09:27:04.933ZCreated new build target 'test' and set it as active
21972025-02-28T09:27:04.933Z
21982025-02-28T09:27:04.933Zreal 5:10.235526253
21992025-02-28T09:27:04.933Zuser 36:04.534844612
22002025-02-28T09:27:04.933Zsys 3:23.568020022
22012025-02-28T09:27:04.933Ztrap 1.105067172
22022025-02-28T09:27:04.933Ztflt 1.510277174
22032025-02-28T09:27:04.933Zdflt 1.031434029
22042025-02-28T09:27:04.933Zkflt 0.000118732
22052025-02-28T09:27:04.933Zlock 1:10:36.764234872
22062025-02-28T09:27:04.933Zslp 2:25:03.568167953
22072025-02-28T09:27:04.933Zlat 2:45.168014718
22082025-02-28T09:27:04.933Zstop 4:52.422308343
22092025-02-28T09:27:04.933Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
22102025-02-28T09:27:05.931Z Finished `release` profile [optimized] target(s) in 0.94s
22112025-02-28T09:27:05.997Z Running `target/release/omicron-package -t test package`
22122025-02-28T09:27:06.042ZLogging to: /work/oxidecomputer/omicron/out/LOG
22132025-02-28T09:27:07.245Z Compiling ring v0.17.11
22142025-02-28T09:27:07.426Z Compiling thiserror v2.0.11
22152025-02-28T09:27:07.444Z Compiling typify-impl v0.3.0
22162025-02-28T09:27:07.461Z Compiling convert_case v0.4.0
22172025-02-28T09:27:07.464Z Compiling newline-converter v0.3.0
22182025-02-28T09:27:07.464Z Compiling password-hash v0.5.0
22192025-02-28T09:27:07.464Z Compiling blake2 v0.10.6
22202025-02-28T09:27:07.666Z Compiling expectorate v1.1.0
22212025-02-28T09:27:07.936Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
22222025-02-28T09:27:08.039Z Compiling derive_more v0.99.19
22232025-02-28T09:27:08.545Z Compiling base64 v0.21.7
22242025-02-28T09:27:09.043Z Compiling argon2 v0.5.3
22252025-02-28T09:27:09.488Z Compiling atomicwrites v0.4.4
22262025-02-28T09:27:09.586Z Compiling cancel-safe-futures v0.1.5
22272025-02-28T09:27:09.952Z Compiling owo-colors v4.2.0
22282025-02-28T09:27:10.072Z Compiling num-rational v0.4.2
22292025-02-28T09:27:10.542Z Compiling libsw-core v0.3.1
22302025-02-28T09:27:10.826Z Compiling num-complex v0.4.6
22312025-02-28T09:27:11.281Z Compiling libsw v3.4.0
22322025-02-28T09:27:11.903Z Compiling num v0.4.3
22332025-02-28T09:27:12.396Z Compiling linear-map v1.2.0
22342025-02-28T09:27:12.614Z Compiling rustls v0.23.19
22352025-02-28T09:27:12.646Z Compiling rustls v0.22.4
22362025-02-28T09:27:12.676Z Compiling swrite v0.1.0
22372025-02-28T09:27:12.764Z Compiling float-ord v0.3.2
22382025-02-28T09:27:12.817Z Compiling highway v1.3.0
22392025-02-28T09:27:12.939Z Compiling tungstenite v0.21.0
22402025-02-28T09:27:13.335Z Compiling semver v0.1.20
22412025-02-28T09:27:13.858Z Compiling rustc_version v0.1.7
22422025-02-28T09:27:13.987Z Compiling ipnetwork v0.21.1
22432025-02-28T09:27:14.215Z Compiling tokio-tungstenite v0.21.0
22442025-02-28T09:27:14.283Z Compiling newtype_derive v0.1.6
22452025-02-28T09:27:14.695Z Compiling oxnet v0.1.1
22462025-02-28T09:27:14.713Z Compiling humantime v2.1.0
22472025-02-28T09:27:14.909Z Compiling rustls-webpki v0.102.8
22482025-02-28T09:27:15.281Z Compiling daft v0.1.1
22492025-02-28T09:27:15.734Z Compiling dropshot v0.16.0
22502025-02-28T09:27:15.755Z Compiling instant v0.1.13
22512025-02-28T09:27:16.039Z Compiling backoff v0.4.0
22522025-02-28T09:27:16.411Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22532025-02-28T09:27:16.622Z Compiling steno v0.4.1
22542025-02-28T09:27:16.893Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
22552025-02-28T09:27:17.031Z Compiling typify-macro v0.3.0
22562025-02-28T09:27:17.718Z Compiling parse-display v0.10.0
22572025-02-28T09:27:18.227Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22582025-02-28T09:27:18.427Z Compiling strum v0.26.3
22592025-02-28T09:27:18.634Z Compiling serde_with v3.11.0
22602025-02-28T09:27:19.953Z Compiling tokio-rustls v0.25.0
22612025-02-28T09:27:20.341Z Compiling dropshot v0.12.0
22622025-02-28T09:27:20.765Z Compiling typify v0.3.0
22632025-02-28T09:27:20.910Z Compiling progenitor-impl v0.9.1
22642025-02-28T09:27:22.126Z Compiling tokio-rustls v0.26.0
22652025-02-28T09:27:22.595Z Compiling hyper-rustls v0.27.3
22662025-02-28T09:27:23.133Z Compiling reqwest v0.12.12
22672025-02-28T09:27:26.625Z Compiling qorb v0.2.1
22682025-02-28T09:27:27.692Z Compiling progenitor-macro v0.9.1
22692025-02-28T09:27:31.562Z Compiling progenitor-client v0.9.1
22702025-02-28T09:27:31.908Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22712025-02-28T09:27:32.095Z Compiling progenitor-client v0.8.0
22722025-02-28T09:27:32.642Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22732025-02-28T09:27:58.182Z Compiling progenitor v0.8.0
22742025-02-28T09:27:58.425Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
22752025-02-28T09:28:02.061Z Compiling progenitor v0.9.1
22762025-02-28T09:28:02.308Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22772025-02-28T09:28:03.486Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
22782025-02-28T09:28:03.733Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22792025-02-28T09:28:04.340Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22802025-02-28T09:28:05.477Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22812025-02-28T09:28:06.931Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22822025-02-28T09:28:12.309Z Compiling regress v0.9.1
22832025-02-28T09:28:12.728Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22842025-02-28T09:28:14.283Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22852025-02-28T09:28:16.433Z Compiling macaddr v1.0.1
22862025-02-28T09:28:16.761Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22872025-02-28T09:28:16.850Z Compiling slog-dtrace v0.3.0
22882025-02-28T09:28:17.083Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22892025-02-28T09:28:17.184Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22902025-02-28T09:28:17.206Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22912025-02-28T09:28:19.677Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
22922025-02-28T09:28:19.999Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22932025-02-28T09:28:28.786Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22942025-02-28T09:28:31.045Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22952025-02-28T09:28:31.085Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22962025-02-28T09:28:31.397Z Compiling prettyplease v0.2.29
22972025-02-28T09:28:36.552Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22982025-02-28T09:28:38.278Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22992025-02-28T09:28:40.798Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23002025-02-28T09:28:41.249Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23012025-02-28T09:28:41.754Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23022025-02-28T09:28:41.792Z Compiling half v2.4.1
23032025-02-28T09:28:42.456Z Compiling ciborium-io v0.2.2
23042025-02-28T09:28:42.620Z Compiling ciborium-ll v0.2.2
23052025-02-28T09:28:43.139Z Compiling bytecount v0.6.8
23062025-02-28T09:28:43.446Z Compiling ciborium v0.2.2
23072025-02-28T09:28:45.075Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23082025-02-28T09:28:45.411Z Compiling display-error-chain v0.2.2
23092025-02-28T09:28:45.658Z Compiling const_format_proc_macros v0.2.34
23102025-02-28T09:28:45.944Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23112025-02-28T09:28:46.401Z Compiling keccak v0.1.5
23122025-02-28T09:28:47.479Z Compiling crunchy v0.2.2
23132025-02-28T09:28:47.569Z Compiling maplit v1.0.2
23142025-02-28T09:28:47.712Z Compiling same-file v1.0.6
23152025-02-28T09:28:47.934Z Compiling fastrand v2.1.1
23162025-02-28T09:28:47.992Z Compiling walkdir v2.5.0
23172025-02-28T09:28:48.417Z Compiling tempfile v3.13.0
23182025-02-28T09:28:48.572Z Compiling const_format v0.2.34
23192025-02-28T09:28:49.125Z Compiling sha3 v0.10.8
23202025-02-28T09:28:49.808Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23212025-02-28T09:28:50.012Z Compiling tiny-keccak v2.0.2
23222025-02-28T09:28:50.339Z Compiling radium v0.7.0
23232025-02-28T09:28:50.865Z Compiling blake3 v1.5.4
23242025-02-28T09:28:51.011Z Compiling dsl_auto_type v0.1.2
23252025-02-28T09:28:51.515Z Compiling scheduled-thread-pool v0.2.7
23262025-02-28T09:28:52.209Z Compiling xattr v1.3.1
23272025-02-28T09:28:52.495Z Compiling diesel_table_macro_syntax v0.2.0
23282025-02-28T09:28:52.749Z Compiling memmap2 v0.9.5
23292025-02-28T09:28:52.819Z Compiling filetime v0.2.25
23302025-02-28T09:28:52.877Z Compiling arrayref v0.3.9
23312025-02-28T09:28:53.002Z Compiling constant_time_eq v0.3.1
23322025-02-28T09:28:53.119Z Compiling tap v1.0.1
23332025-02-28T09:28:53.136Z Compiling maybe-uninit v2.0.0
23342025-02-28T09:28:53.139Z Compiling arrayvec v0.7.6
23352025-02-28T09:28:53.176Z Compiling tar v0.4.44
23362025-02-28T09:28:53.303Z Compiling wyz v0.5.1
23372025-02-28T09:28:53.640Z Compiling diesel_derives v2.2.3
23382025-02-28T09:28:53.699Z Compiling r2d2 v0.8.10
23392025-02-28T09:28:54.188Z Compiling camino-tempfile v1.1.1
23402025-02-28T09:28:54.486Z Compiling toolchain_find v0.4.0
23412025-02-28T09:28:54.602Z Compiling phf_generator v0.11.2
23422025-02-28T09:28:54.655Z Compiling ascii-canvas v3.0.0
23432025-02-28T09:28:54.806Z Compiling secrecy v0.8.0
23442025-02-28T09:28:54.880Z Compiling ena v0.14.3
23452025-02-28T09:28:54.987Z Compiling async-recursion v1.1.1
23462025-02-28T09:28:55.075Z Compiling regex-syntax v0.6.29
23472025-02-28T09:28:55.095Z Compiling diff v0.1.13
23482025-02-28T09:28:55.263Z Compiling packed_struct v0.10.1
23492025-02-28T09:28:55.544Z Compiling crc-catalog v2.4.0
23502025-02-28T09:28:55.705Z Compiling topological-sort v0.2.2
23512025-02-28T09:28:55.725Z Compiling bindgen v0.71.1
23522025-02-28T09:28:55.947Z Compiling funty v2.0.0
23532025-02-28T09:28:56.200Z Compiling omicron-zone-package v0.12.0
23542025-02-28T09:28:56.298Z Compiling crc v3.2.1
23552025-02-28T09:28:57.164Z Compiling bitvec v1.0.1
23562025-02-28T09:28:58.372Z Compiling rustfmt-wrapper v0.2.1
23572025-02-28T09:28:58.658Z Compiling lalrpop v0.19.12
23582025-02-28T09:28:58.935Z Compiling phf_codegen v0.11.2
23592025-02-28T09:28:59.282Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23602025-02-28T09:29:00.135Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23612025-02-28T09:29:00.322Z Compiling universal-hash v0.5.1
23622025-02-28T09:29:00.378Z Compiling thiserror-impl-no-std v2.0.2
23632025-02-28T09:29:00.571Z Compiling packed_struct_codegen v0.10.1
23642025-02-28T09:29:00.907Z Compiling parse-zoneinfo v0.3.1
23652025-02-28T09:29:01.482Z Compiling indexmap v1.9.3
23662025-02-28T09:29:01.841Z Compiling opaque-debug v0.3.1
23672025-02-28T09:29:01.967Z Compiling ref-cast v1.0.23
23682025-02-28T09:29:02.270Z Compiling rustc-hash v2.1.1
23692025-02-28T09:29:02.449Z Compiling nodrop v0.1.14
23702025-02-28T09:29:02.615Z Compiling array-init v0.0.4
23712025-02-28T09:29:02.733Z Compiling thiserror-no-std v2.0.2
23722025-02-28T09:29:02.954Z Compiling poly1305 v0.8.0
23732025-02-28T09:29:03.646Z Compiling chrono-tz-build v0.4.0
23742025-02-28T09:29:03.865Z Compiling diesel v2.2.7
23752025-02-28T09:29:04.413Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23762025-02-28T09:29:04.633Z Compiling smallvec v0.6.14
23772025-02-28T09:29:05.110Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23782025-02-28T09:29:05.439Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23792025-02-28T09:29:05.779Z Compiling derive_builder_core v0.20.2
23802025-02-28T09:29:06.811Z Compiling chacha20 v0.9.1
23812025-02-28T09:29:07.294Z Compiling headers-core v0.3.0
23822025-02-28T09:29:07.500Z Compiling aead v0.5.2
23832025-02-28T09:29:07.693Z Compiling libxml v0.3.3
23842025-02-28T09:29:07.838Z Compiling ref-cast-impl v1.0.23
23852025-02-28T09:29:08.084Z Compiling vte_generate_state_changes v0.1.2
23862025-02-28T09:29:08.679Z Compiling termcolor v1.4.1
23872025-02-28T09:29:08.905Z Compiling arc-swap v1.7.1
23882025-02-28T09:29:09.619Z Compiling bitfield v0.14.0
23892025-02-28T09:29:09.733Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
23902025-02-28T09:29:09.936Z Compiling hashbrown v0.12.3
23912025-02-28T09:29:10.110Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23922025-02-28T09:29:12.269Z Compiling slog-scope v4.4.0
23932025-02-28T09:29:13.037Z Compiling env_logger v0.10.2
23942025-02-28T09:29:14.761Z Compiling samael v0.0.18
23952025-02-28T09:29:15.437Z Compiling vte v0.11.1
23962025-02-28T09:29:16.038Z Compiling chacha20poly1305 v0.10.1
23972025-02-28T09:29:16.325Z Compiling derive_builder_macro v0.20.2
23982025-02-28T09:29:16.373Z Compiling headers v0.4.0
23992025-02-28T09:29:17.033Z Compiling serde-hex v0.1.0
24002025-02-28T09:29:17.220Z Compiling chrono-tz v0.10.1
24012025-02-28T09:29:17.912Z Compiling vsss-rs v3.3.4
24022025-02-28T09:29:19.556Z Compiling polar-core v0.27.3
24032025-02-28T09:29:19.887Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24042025-02-28T09:29:21.896Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24052025-02-28T09:29:21.924Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
24062025-02-28T09:29:22.256Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24072025-02-28T09:29:22.679Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24082025-02-28T09:29:23.014Z Compiling ron v0.8.1
24092025-02-28T09:29:26.128Z Compiling hashbrown v0.13.2
24102025-02-28T09:29:26.571Z Compiling strum_macros v0.24.3
24112025-02-28T09:29:27.342Z Compiling unicase v2.7.0
24122025-02-28T09:29:27.691Z Compiling crc-any v2.5.0
24132025-02-28T09:29:28.615Z Compiling indoc v1.0.9
24142025-02-28T09:29:28.795Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24152025-02-28T09:29:29.378Z Compiling object v0.30.4
24162025-02-28T09:29:29.437Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24172025-02-28T09:29:42.842Z Compiling derive_builder v0.20.2
24182025-02-28T09:29:43.064Z Compiling strip-ansi-escapes v0.2.0
24192025-02-28T09:29:46.527Z Compiling slog-stdlog v4.1.1
24202025-02-28T09:29:47.917Z Compiling papergrid v0.11.0
24212025-02-28T09:29:48.235Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24222025-02-28T09:29:48.326Z Compiling tabled_derive v0.7.0
24232025-02-28T09:29:48.565Z Compiling fd-lock v4.0.2
24242025-02-28T09:29:48.807Z Compiling peg-macros v0.8.4
24252025-02-28T09:29:50.307Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24262025-02-28T09:29:51.349Z Compiling oso-derive v0.27.3
24272025-02-28T09:29:51.820Z Compiling impl-trait-for-tuples v0.2.2
24282025-02-28T09:29:52.276Z Compiling quick-xml v0.37.2
24292025-02-28T09:29:57.545Z Compiling diesel-dtrace v0.4.2
24302025-02-28T09:29:57.902Z Compiling nu-ansi-term v0.50.1
24312025-02-28T09:29:58.404Z Compiling path-slash v0.1.5
24322025-02-28T09:29:58.676Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24332025-02-28T09:30:00.961Z Compiling reedline v0.38.0
24342025-02-28T09:30:12.871Z Compiling oso v0.27.3
24352025-02-28T09:30:13.787Z Compiling peg v0.8.4
24362025-02-28T09:30:13.959Z Compiling tabled v0.15.0
24372025-02-28T09:30:14.877Z Compiling slog-envlogger v2.2.0
24382025-02-28T09:30:19.372Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24392025-02-28T09:30:24.603Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24402025-02-28T09:30:26.069Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24412025-02-28T09:30:26.407Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24422025-02-28T09:30:29.012Z Compiling pem v3.0.5
24432025-02-28T09:30:30.562Z Compiling bb8 v0.8.5
24442025-02-28T09:30:30.607Z Compiling bcs v0.1.6
24452025-02-28T09:30:31.212Z Compiling fxhash v0.2.1
24462025-02-28T09:30:31.455Z Compiling libz-sys v1.1.20
24472025-02-28T09:30:31.475Z Compiling simd-adler32 v0.3.7
24482025-02-28T09:30:32.117Z Compiling termtree v0.5.1
24492025-02-28T09:30:32.404Z Compiling bumpalo v3.16.0
24502025-02-28T09:30:32.737Z Compiling zip v2.1.3
24512025-02-28T09:30:32.979Z Compiling lockfree-object-pool v0.1.6
24522025-02-28T09:30:33.303Z Compiling zopfli v0.8.1
24532025-02-28T09:30:33.505Z Compiling async-bb8-diesel v0.2.1
24542025-02-28T09:30:34.976Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24552025-02-28T09:30:35.992Z Compiling kstat-rs v0.2.4
24562025-02-28T09:30:36.641Z Compiling proc-macro-error-attr2 v2.0.0
24572025-02-28T09:30:36.902Z Compiling buf-list v1.0.3
24582025-02-28T09:30:37.376Z Compiling proc-macro-error2 v2.0.1
24592025-02-28T09:30:37.503Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24602025-02-28T09:30:37.948Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24612025-02-28T09:30:41.871Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
24622025-02-28T09:30:42.355Z Compiling libgit2-sys v0.17.0+1.8.1
24632025-02-28T09:30:43.115Z Compiling nanorand v0.7.0
24642025-02-28T09:30:43.795Z Compiling pin-project-internal v1.1.6
24652025-02-28T09:30:46.028Z Compiling parking_lot_core v0.8.6
24662025-02-28T09:30:46.344Z Compiling pin-project v1.1.6
24672025-02-28T09:30:46.535Z Compiling flume v0.11.1
24682025-02-28T09:30:46.905Z Compiling mime_guess v2.0.5
24692025-02-28T09:30:47.255Z Compiling tabled_derive v0.10.0
24702025-02-28T09:30:49.163Z Compiling papergrid v0.14.0
24712025-02-28T09:30:49.593Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24722025-02-28T09:30:52.597Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24732025-02-28T09:30:56.823Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24742025-02-28T09:30:57.016Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24752025-02-28T09:30:59.977Z Compiling snafu-derive v0.8.5
24762025-02-28T09:31:01.510Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24772025-02-28T09:31:01.938Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24782025-02-28T09:31:03.904Z Compiling tabled v0.18.0
24792025-02-28T09:31:04.003Z Compiling snafu v0.8.5
24802025-02-28T09:31:17.355Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24812025-02-28T09:31:19.393Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24822025-02-28T09:31:23.706Z Compiling globset v0.4.15
24832025-02-28T09:31:25.358Z Compiling olpc-cjson v0.1.4
24842025-02-28T09:31:25.679Z Compiling itertools v0.13.0
24852025-02-28T09:31:28.996Z Compiling castaway v0.2.3
24862025-02-28T09:31:29.205Z Compiling vergen v8.3.2
24872025-02-28T09:31:29.477Z Compiling nibble_vec v0.1.0
24882025-02-28T09:31:29.547Z Compiling cargo-platform v0.1.8
24892025-02-28T09:31:29.730Z Compiling serde_plain v1.0.2
24902025-02-28T09:31:30.008Z Compiling atty v0.2.14
24912025-02-28T09:31:30.196Z Compiling io-lifetimes v1.0.11
24922025-02-28T09:31:30.254Z Compiling http-range v0.1.5
24932025-02-28T09:31:30.753Z Compiling typed-path v0.9.3
24942025-02-28T09:31:30.798Z Compiling endian-type v0.1.2
24952025-02-28T09:31:31.057Z Compiling salty v0.3.0
24962025-02-28T09:31:31.501Z Compiling radix_trie v0.2.1
24972025-02-28T09:31:32.324Z Compiling cargo_metadata v0.18.1
24982025-02-28T09:31:32.420Z Compiling compact_str v0.8.0
24992025-02-28T09:31:32.729Z Compiling unicode-truncate v1.1.0
25002025-02-28T09:31:33.011Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25012025-02-28T09:31:34.844Z Compiling tough v0.19.0
25022025-02-28T09:31:35.024Z Compiling parking_lot v0.11.2
25032025-02-28T09:31:37.359Z Compiling git2 v0.19.0
25042025-02-28T09:31:38.799Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
25052025-02-28T09:31:42.993Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25062025-02-28T09:31:43.513Z Compiling lru v0.12.5
25072025-02-28T09:31:43.883Z Compiling rand_seeder v0.3.0
25082025-02-28T09:31:44.297Z Compiling lzma-sys v0.1.20
25092025-02-28T09:31:44.992Z Compiling instability v0.3.2
25102025-02-28T09:31:45.155Z Compiling cassowary v0.3.0
25112025-02-28T09:31:45.945Z Compiling parse-size v1.1.0
25122025-02-28T09:31:46.293Z Compiling indoc v2.0.5
25132025-02-28T09:31:46.636Z Compiling rustix v0.37.28
25142025-02-28T09:31:47.139Z Compiling rustls v0.21.12
25152025-02-28T09:31:47.383Z Compiling ratatui v0.29.0
25162025-02-28T09:31:47.504Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
25172025-02-28T09:31:47.607Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25182025-02-28T09:31:47.913Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25192025-02-28T09:31:48.572Z Compiling hyper-staticfile v0.10.1
25202025-02-28T09:31:48.594Z Compiling sled v0.34.7
25212025-02-28T09:31:49.443Z Compiling hickory-client v0.24.4
25222025-02-28T09:31:53.430Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
25232025-02-28T09:31:54.038Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25242025-02-28T09:31:54.605Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25252025-02-28T09:31:59.425Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25262025-02-28T09:31:59.772Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
25272025-02-28T09:32:01.330Z Compiling sct v0.7.1
25282025-02-28T09:32:01.798Z Compiling rustls-webpki v0.101.7
25292025-02-28T09:32:05.569Z Compiling hickory-server v0.24.4
25302025-02-28T09:32:05.814Z Compiling primeorder v0.13.6
25312025-02-28T09:32:06.307Z Compiling heck v0.3.3
25322025-02-28T09:32:06.413Z Compiling env_filter v0.1.2
25332025-02-28T09:32:06.632Z Compiling csv-core v0.1.11
25342025-02-28T09:32:06.655Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
25352025-02-28T09:32:07.095Z Compiling csv v1.3.1
25362025-02-28T09:32:07.510Z Compiling env_logger v0.11.5
25372025-02-28T09:32:07.905Z Compiling zone_cfg_derive v0.1.2
25382025-02-28T09:32:08.892Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25392025-02-28T09:32:09.211Z Compiling p384 v0.13.0
25402025-02-28T09:32:14.042Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25412025-02-28T09:32:14.914Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25422025-02-28T09:32:16.084Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25432025-02-28T09:32:16.552Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25442025-02-28T09:32:17.700Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25452025-02-28T09:32:18.068Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25462025-02-28T09:32:18.420Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25472025-02-28T09:32:18.688Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25482025-02-28T09:32:18.767Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25492025-02-28T09:32:19.030Z Compiling nix v0.27.1
25502025-02-28T09:32:19.157Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25512025-02-28T09:32:19.908Z Compiling tungstenite v0.23.0
25522025-02-28T09:32:21.699Z Compiling base64 v0.13.1
25532025-02-28T09:32:22.473Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
25542025-02-28T09:32:22.738Z Compiling ron v0.7.1
25552025-02-28T09:32:22.868Z Compiling tokio-tungstenite v0.23.1
25562025-02-28T09:32:23.476Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25572025-02-28T09:32:24.271Z Compiling xz2 v0.1.7
25582025-02-28T09:32:25.364Z Compiling terminal_size v0.2.6
25592025-02-28T09:32:25.600Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25602025-02-28T09:32:27.798Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25612025-02-28T09:32:33.925Z Compiling tokio-rustls v0.24.1
25622025-02-28T09:32:33.992Z Compiling zone v0.1.8
25632025-02-28T09:32:34.043Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25642025-02-28T09:32:34.398Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25652025-02-28T09:32:34.640Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25662025-02-28T09:32:35.580Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25672025-02-28T09:32:36.085Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25682025-02-28T09:32:37.192Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25692025-02-28T09:32:37.269Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25702025-02-28T09:32:37.932Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25712025-02-28T09:32:40.629Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25722025-02-28T09:32:40.810Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25732025-02-28T09:32:41.019Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25742025-02-28T09:32:44.179Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25752025-02-28T09:32:45.455Z Compiling rustls-pemfile v1.0.4
25762025-02-28T09:32:46.190Z Compiling signal-hook-tokio v0.3.1
25772025-02-28T09:32:46.210Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25782025-02-28T09:32:46.464Z Compiling twox-hash v2.1.0
25792025-02-28T09:32:47.490Z Compiling yasna v0.5.2
25802025-02-28T09:32:47.761Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
25812025-02-28T09:32:48.729Z Compiling unicode-linebreak v0.1.5
25822025-02-28T09:32:49.295Z Compiling glob v0.3.2
25832025-02-28T09:32:50.321Z Compiling smawk v0.3.2
25842025-02-28T09:32:50.580Z Compiling is_ci v1.2.0
25852025-02-28T09:32:50.623Z Compiling textwrap v0.16.1
25862025-02-28T09:32:50.833Z Compiling supports-color v3.0.2
25872025-02-28T09:32:50.993Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25882025-02-28T09:32:51.273Z Compiling rcgen v0.12.1
25892025-02-28T09:32:51.391Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
25902025-02-28T09:32:55.029Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25912025-02-28T09:32:56.179Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
25922025-02-28T09:32:57.478Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25932025-02-28T09:32:58.142Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25942025-02-28T09:33:04.716Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25952025-02-28T09:33:04.890Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25962025-02-28T09:33:16.817Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25972025-02-28T09:33:17.661Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25982025-02-28T09:33:21.431Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25992025-02-28T09:33:25.956Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26002025-02-28T09:33:27.568Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26012025-02-28T09:33:32.995Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26022025-02-28T09:33:33.544Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26032025-02-28T09:33:40.829Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26042025-02-28T09:33:44.963Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26052025-02-28T09:33:45.091Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26062025-02-28T09:33:45.303Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
26072025-02-28T09:33:45.873Z Compiling fatfs v0.3.6
26082025-02-28T09:33:47.698Z Compiling subprocess v0.2.9
26092025-02-28T09:33:48.663Z Compiling rtoolbox v0.0.2
26102025-02-28T09:33:49.078Z Compiling assert_matches v1.5.0
26112025-02-28T09:33:50.532Z Compiling rpassword v7.3.1
26122025-02-28T09:33:50.999Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26132025-02-28T09:33:51.324Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26142025-02-28T09:33:52.331Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26152025-02-28T09:33:58.640Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26162025-02-28T09:34:05.391Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
26172025-02-28T09:34:07.291Z Compiling tui-tree-widget v0.23.0
26182025-02-28T09:34:07.736Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
26192025-02-28T09:34:20.817Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26202025-02-28T09:34:21.161Z Compiling uzers v0.12.1
26212025-02-28T09:34:24.276Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
26222025-02-28T09:34:25.268Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
26232025-02-28T09:34:26.370Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
26242025-02-28T09:34:39.550Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26252025-02-28T09:34:49.810Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
26262025-02-28T09:34:52.267Z Compiling multimap v0.10.0
26272025-02-28T09:37:09.840Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
26282025-02-28T09:44:20.222Z Finished `release` profile [optimized] target(s) in 17m 13s
26292025-02-28T09:45:29.699Z
26302025-02-28T09:45:29.702Zreal 18:24.637396223
26312025-02-28T09:45:29.702Zuser 2:08:40.438933379
26322025-02-28T09:45:29.702Zsys 3:30.256015163
26332025-02-28T09:45:29.702Ztrap 3.182059516
26342025-02-28T09:45:29.702Ztflt 1.837178285
26352025-02-28T09:45:29.702Zdflt 5.275067796
26362025-02-28T09:45:29.702Zkflt 0.242280074
26372025-02-28T09:45:29.702Zlock 7:45:36.071021849
26382025-02-28T09:45:29.702Zslp 6:45:40.086886064
26392025-02-28T09:45:29.702Zlat 3:37.847040968
26402025-02-28T09:45:29.702Zstop 2:58.379065253
26412025-02-28T09:45:29.702Z+ mapfile -t packages
26422025-02-28T09:45:29.702Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
26432025-02-28T09:45:30.743Z Compiling ring v0.17.11
26442025-02-28T09:45:32.484Z Compiling rustls v0.23.19
26452025-02-28T09:45:32.510Z Compiling rustls v0.22.4
26462025-02-28T09:45:34.086Z Compiling rustls-webpki v0.102.8
26472025-02-28T09:45:37.930Z Compiling tokio-rustls v0.25.0
26482025-02-28T09:45:38.345Z Compiling dropshot v0.12.0
26492025-02-28T09:45:39.929Z Compiling tokio-rustls v0.26.0
26502025-02-28T09:45:40.382Z Compiling hyper-rustls v0.27.3
26512025-02-28T09:45:40.932Z Compiling reqwest v0.12.12
26522025-02-28T09:45:42.717Z Compiling qorb v0.2.1
26532025-02-28T09:45:43.904Z Compiling dropshot v0.16.0
26542025-02-28T09:45:49.152Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26552025-02-28T09:45:51.547Z Compiling progenitor-client v0.8.0
26562025-02-28T09:45:52.445Z Compiling progenitor v0.8.0
26572025-02-28T09:45:52.828Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26582025-02-28T09:45:52.874Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
26592025-02-28T09:45:53.704Z Compiling progenitor-client v0.9.1
26602025-02-28T09:45:54.668Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26612025-02-28T09:45:57.836Z Compiling omicron-zone-package v0.12.0
26622025-02-28T09:46:04.249Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26632025-02-28T09:46:16.387Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26642025-02-28T09:46:20.610Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26652025-02-28T09:46:21.418Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26662025-02-28T09:46:24.763Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26672025-02-28T09:46:39.033Z Finished `release` profile [optimized] target(s) in 1m 09s
26682025-02-28T09:46:39.208Z Running `target/release/omicron-package -t test list-outputs`
26692025-02-28T09:46:39.261ZLogging to: /work/oxidecomputer/omicron/out/LOG
26702025-02-28T09:46:39.264Z+ ptime -m cargo build --locked --release -p xtask
26712025-02-28T09:46:39.862Z Compiling serde v1.0.218
26722025-02-28T09:46:39.869Z Compiling serde_json v1.0.139
26732025-02-28T09:46:39.869Z Compiling rustix v0.38.37
26742025-02-28T09:46:39.869Z Compiling libc v0.2.170
26752025-02-28T09:46:39.960Z Compiling syn v2.0.98
26762025-02-28T09:46:39.997Z Compiling bitflags v2.6.0
26772025-02-28T09:46:40.365Z Compiling usdt-impl v0.5.0
26782025-02-28T09:46:40.404Z Compiling syn v1.0.109
26792025-02-28T09:46:40.489Z Compiling hashbrown v0.15.1
26802025-02-28T09:46:40.510Z Compiling log v0.4.22
26812025-02-28T09:46:40.725Z Compiling fs-err v2.11.0
26822025-02-28T09:46:40.954Z Compiling once_cell v1.20.3
26832025-02-28T09:46:41.059Z Compiling anyhow v1.0.96
26842025-02-28T09:46:41.279Z Compiling thread-id v4.2.2
26852025-02-28T09:46:41.653Z Compiling indexmap v2.7.1
26862025-02-28T09:46:42.670Z Compiling terminal_size v0.4.0
26872025-02-28T09:46:42.727Z Compiling tempfile v3.13.0
26882025-02-28T09:46:42.911Z Compiling clap_builder v4.5.31
26892025-02-28T09:46:43.744Z Compiling proc-macro-error v1.0.4
26902025-02-28T09:46:44.383Z Compiling tabled_derive v0.7.0
26912025-02-28T09:46:45.476Z Compiling tabled v0.15.0
26922025-02-28T09:46:46.116Z Compiling serde_derive v1.0.218
26932025-02-28T09:46:46.116Z Compiling thiserror-impl v1.0.69
26942025-02-28T09:46:46.119Z Compiling zerocopy-derive v0.7.35
26952025-02-28T09:46:46.119Z Compiling scroll_derive v0.12.0
26962025-02-28T09:46:46.119Z Compiling thiserror-impl v2.0.11
26972025-02-28T09:46:47.437Z Compiling scroll v0.12.0
26982025-02-28T09:46:48.008Z Compiling zerocopy v0.7.35
26992025-02-28T09:46:48.666Z Compiling thiserror v1.0.69
27002025-02-28T09:46:48.841Z Compiling pest v2.7.14
27012025-02-28T09:46:49.296Z Compiling goblin v0.8.2
27022025-02-28T09:46:49.488Z Compiling thiserror v2.0.11
27032025-02-28T09:46:49.667Z Compiling clap_derive v4.5.28
27042025-02-28T09:46:51.722Z Compiling pest_meta v2.7.14
27052025-02-28T09:46:53.120Z Compiling pest_generator v2.7.14
27062025-02-28T09:46:54.787Z Compiling clap v4.5.31
27072025-02-28T09:46:55.155Z Compiling pest_derive v2.7.14
27082025-02-28T09:46:56.035Z Compiling dtrace-parser v0.2.0
27092025-02-28T09:47:01.012Z Compiling dof v0.3.0
27102025-02-28T09:47:01.867Z Compiling serde_tokenstream v0.2.2
27112025-02-28T09:47:02.451Z Compiling serde_spanned v0.6.8
27122025-02-28T09:47:02.728Z Compiling toml_datetime v0.6.8
27132025-02-28T09:47:03.415Z Compiling toml_edit v0.22.24
27142025-02-28T09:47:03.460Z Compiling camino v1.1.9
27152025-02-28T09:47:04.727Z Compiling usdt-macro v0.5.0
27162025-02-28T09:47:04.730Z Compiling usdt-attr-macro v0.5.0
27172025-02-28T09:47:05.919Z Compiling semver v1.0.25
27182025-02-28T09:47:06.082Z Compiling cargo-platform v0.1.8
27192025-02-28T09:47:07.170Z Compiling cargo_metadata v0.19.1
27202025-02-28T09:47:07.314Z Compiling toml v0.8.20
27212025-02-28T09:47:08.716Z Compiling cargo_toml v0.21.0
27222025-02-28T09:47:12.704Z Compiling usdt v0.5.0
27232025-02-28T09:47:13.384Z Compiling camino-tempfile v1.1.1
27242025-02-28T09:47:14.107Z Compiling macaddr v1.0.1
27252025-02-28T09:47:22.189Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
27262025-02-28T09:47:27.827Z Finished `release` profile [optimized] target(s) in 48.50s
27272025-02-28T09:47:27.964Z
27282025-02-28T09:47:27.964Zreal 48.667461403
27292025-02-28T09:47:27.964Zuser 5:15.636498434
27302025-02-28T09:47:27.964Zsys 18.859306327
27312025-02-28T09:47:27.964Ztrap 0.146860467
27322025-02-28T09:47:27.964Ztflt 0.173155413
27332025-02-28T09:47:27.967Zdflt 0.332944021
27342025-02-28T09:47:27.967Zkflt 0.000028047
27352025-02-28T09:47:27.967Zlock 9:53.951601628
27362025-02-28T09:47:27.967Zslp 15:55.931556889
27372025-02-28T09:47:27.967Zlat 14.398972206
27382025-02-28T09:47:27.967Zstop 19.630668646
27392025-02-28T09:47:27.967Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
27402025-02-28T09:47:27.967Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
27412025-02-28T09:47:27.967Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
27422025-02-28T09:47:27.967Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
27432025-02-28T09:47:27.967Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
27442025-02-28T09:47:28.883Z Compiling ring v0.17.11
27452025-02-28T09:47:29.022Z Compiling hashbrown v0.14.5
27462025-02-28T09:47:29.044Z Compiling thiserror-impl v2.0.11
27472025-02-28T09:47:29.047Z Compiling ident_case v1.0.1
27482025-02-28T09:47:29.047Z Compiling unsafe-libyaml v0.2.11
27492025-02-28T09:47:29.047Z Compiling ipnetwork v0.21.1
27502025-02-28T09:47:29.047Z Compiling macaddr v1.0.1
27512025-02-28T09:47:29.047Z Compiling instant v0.1.13
27522025-02-28T09:47:29.219Z Compiling structmeta-derive v0.3.0
27532025-02-28T09:47:29.256Z Compiling darling_core v0.20.10
27542025-02-28T09:47:29.524Z Compiling oxnet v0.1.1
27552025-02-28T09:47:29.837Z Compiling dropshot v0.16.0
27562025-02-28T09:47:30.159Z Compiling regress v0.10.1
27572025-02-28T09:47:30.206Z Compiling regress v0.9.1
27582025-02-28T09:47:30.252Z Compiling dropshot_endpoint v0.16.0
27592025-02-28T09:47:30.831Z Compiling serde_yaml v0.9.34+deprecated
27602025-02-28T09:47:31.776Z Compiling structmeta v0.3.0
27612025-02-28T09:47:32.173Z Compiling daft-derive v0.1.1
27622025-02-28T09:47:32.252Z Compiling thiserror v2.0.11
27632025-02-28T09:47:32.425Z Compiling parse-display-derive v0.10.0
27642025-02-28T09:47:33.631Z Compiling typify-impl v0.2.0
27652025-02-28T09:47:34.290Z Compiling rustls v0.23.19
27662025-02-28T09:47:34.325Z Compiling rustls v0.22.4
27672025-02-28T09:47:34.359Z Compiling daft v0.1.1
27682025-02-28T09:47:34.408Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27692025-02-28T09:47:34.564Z Compiling backoff v0.4.0
27702025-02-28T09:47:34.697Z Compiling darling_macro v0.20.10
27712025-02-28T09:47:34.717Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27722025-02-28T09:47:34.848Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27732025-02-28T09:47:34.893Z Compiling tempfile v3.13.0
27742025-02-28T09:47:34.915Z Compiling proc-macro-crate v1.3.1
27752025-02-28T09:47:35.156Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27762025-02-28T09:47:35.339Z Compiling typify-impl v0.3.0
27772025-02-28T09:47:35.362Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27782025-02-28T09:47:35.571Z Compiling darling v0.20.10
27792025-02-28T09:47:35.692Z Compiling itertools v0.13.0
27802025-02-28T09:47:35.714Z Compiling serde_with_macros v3.11.0
27812025-02-28T09:47:35.757Z Compiling num_enum_derive v0.5.11
27822025-02-28T09:47:35.786Z Compiling crucible-workspace-hack v0.1.0
27832025-02-28T09:47:36.097Z Compiling heapless v0.8.0
27842025-02-28T09:47:36.283Z Compiling parse-display v0.10.0
27852025-02-28T09:47:36.673Z Compiling rustls-webpki v0.102.8
27862025-02-28T09:47:36.985Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27872025-02-28T09:47:38.128Z Compiling num_enum v0.5.11
27882025-02-28T09:47:38.268Z Compiling serde_with v3.11.0
27892025-02-28T09:47:38.348Z Compiling proc-macro-error v1.0.4
27902025-02-28T09:47:38.527Z Compiling camino-tempfile v1.1.1
27912025-02-28T09:47:38.575Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27922025-02-28T09:47:38.949Z Compiling foreign-types-macros v0.2.3
27932025-02-28T09:47:38.971Z Compiling hash32 v0.3.1
27942025-02-28T09:47:39.244Z Compiling foreign-types-shared v0.3.1
27952025-02-28T09:47:39.391Z Compiling smoltcp v0.11.0
27962025-02-28T09:47:40.218Z Compiling foreign-types v0.5.0
27972025-02-28T09:47:40.673Z Compiling tabwriter v1.4.0
27982025-02-28T09:47:41.096Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27992025-02-28T09:47:41.249Z Compiling cstr-argument v0.1.2
28002025-02-28T09:47:41.547Z Compiling pretty-hex v0.2.1
28012025-02-28T09:47:41.655Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
28022025-02-28T09:47:41.774Z Compiling cobs v0.2.3
28032025-02-28T09:47:41.955Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28042025-02-28T09:47:42.034Z Compiling postcard v1.0.10
28052025-02-28T09:47:42.092Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28062025-02-28T09:47:42.148Z Compiling tokio-rustls v0.25.0
28072025-02-28T09:47:42.474Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28082025-02-28T09:47:42.585Z Compiling dropshot v0.12.0
28092025-02-28T09:47:44.877Z Compiling tokio-rustls v0.26.0
28102025-02-28T09:47:45.351Z Compiling hyper-rustls v0.27.3
28112025-02-28T09:47:45.964Z Compiling reqwest v0.12.12
28122025-02-28T09:47:46.340Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28132025-02-28T09:47:47.139Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28142025-02-28T09:47:47.325Z Compiling qorb v0.2.1
28152025-02-28T09:47:47.810Z Compiling typify-macro v0.2.0
28162025-02-28T09:47:49.508Z Compiling progenitor-client v0.9.1
28172025-02-28T09:47:49.604Z Compiling progenitor-client v0.8.0
28182025-02-28T09:47:50.099Z Compiling typify-macro v0.3.0
28192025-02-28T09:47:50.136Z Compiling colored v2.2.0
28202025-02-28T09:47:50.386Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28212025-02-28T09:47:50.705Z Compiling winnow v0.6.20
28222025-02-28T09:47:50.723Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28232025-02-28T09:47:50.899Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28242025-02-28T09:47:51.002Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28252025-02-28T09:47:51.310Z Compiling smf v0.2.3
28262025-02-28T09:47:51.566Z Compiling typify v0.2.0
28272025-02-28T09:47:51.728Z Compiling progenitor-impl v0.8.0
28282025-02-28T09:47:51.920Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28292025-02-28T09:47:52.479Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28302025-02-28T09:47:52.545Z Compiling zone_cfg_derive v0.3.0
28312025-02-28T09:47:52.714Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28322025-02-28T09:47:52.834Z Compiling itertools v0.14.0
28332025-02-28T09:47:53.107Z Compiling num-derive v0.4.2
28342025-02-28T09:47:53.807Z Compiling typify v0.3.0
28352025-02-28T09:47:53.967Z Compiling progenitor-impl v0.9.1
28362025-02-28T09:47:54.131Z Compiling sigpipe v0.1.3
28372025-02-28T09:47:54.279Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28382025-02-28T09:47:54.486Z Compiling zone v0.3.0
28392025-02-28T09:47:54.648Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28402025-02-28T09:47:55.105Z Compiling universal-hash v0.5.1
28412025-02-28T09:47:55.323Z Compiling opaque-debug v0.3.1
28422025-02-28T09:47:55.344Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
28432025-02-28T09:47:55.441Z Compiling num-rational v0.4.2
28442025-02-28T09:47:55.753Z Compiling tungstenite v0.21.0
28452025-02-28T09:47:55.887Z Compiling password-hash v0.5.0
28462025-02-28T09:47:56.156Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28472025-02-28T09:47:56.197Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28482025-02-28T09:47:56.734Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28492025-02-28T09:47:56.796Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28502025-02-28T09:47:57.018Z Compiling blake2 v0.10.6
28512025-02-28T09:47:57.401Z Compiling num-complex v0.4.6
28522025-02-28T09:47:57.470Z Compiling aead v0.5.2
28532025-02-28T09:47:57.494Z Compiling base64 v0.21.7
28542025-02-28T09:47:57.663Z Compiling convert_case v0.4.0
28552025-02-28T09:47:57.697Z Compiling keccak v0.1.5
28562025-02-28T09:47:57.855Z Compiling argon2 v0.5.3
28572025-02-28T09:47:58.167Z Compiling sha3 v0.10.8
28582025-02-28T09:47:58.333Z Compiling num v0.4.3
28592025-02-28T09:47:58.354Z Compiling tokio-tungstenite v0.21.0
28602025-02-28T09:47:58.452Z Compiling poly1305 v0.8.0
28612025-02-28T09:47:58.474Z Compiling derive_more v0.99.19
28622025-02-28T09:47:58.529Z Compiling progenitor-macro v0.8.0
28632025-02-28T09:47:58.880Z Compiling chacha20 v0.9.1
28642025-02-28T09:47:58.932Z Compiling float-ord v0.3.2
28652025-02-28T09:47:59.129Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28662025-02-28T09:47:59.132Z Compiling semver v0.1.20
28672025-02-28T09:47:59.375Z Compiling same-file v1.0.6
28682025-02-28T09:47:59.572Z Compiling walkdir v2.5.0
28692025-02-28T09:47:59.668Z Compiling rustc_version v0.1.7
28702025-02-28T09:47:59.756Z Compiling newline-converter v0.3.0
28712025-02-28T09:47:59.955Z Compiling primeorder v0.13.6
28722025-02-28T09:48:00.119Z Compiling secrecy v0.8.0
28732025-02-28T09:48:00.158Z Compiling owo-colors v4.2.0
28742025-02-28T09:48:00.216Z Compiling cancel-safe-futures v0.1.5
28752025-02-28T09:48:00.374Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28762025-02-28T09:48:00.455Z Compiling newtype_derive v0.1.6
28772025-02-28T09:48:00.561Z Compiling expectorate v1.1.0
28782025-02-28T09:48:00.629Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28792025-02-28T09:48:00.662Z Compiling progenitor-macro v0.9.1
28802025-02-28T09:48:00.742Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28812025-02-28T09:48:00.798Z Compiling thiserror-impl-no-std v2.0.2
28822025-02-28T09:48:00.843Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28832025-02-28T09:48:00.906Z Compiling libsw-core v0.3.1
28842025-02-28T09:48:01.172Z Compiling blake3 v1.5.4
28852025-02-28T09:48:01.199Z Compiling unicase v2.7.0
28862025-02-28T09:48:01.465Z Compiling half v2.4.1
28872025-02-28T09:48:01.534Z Compiling arc-swap v1.7.1
28882025-02-28T09:48:01.787Z Compiling ciborium-io v0.2.2
28892025-02-28T09:48:02.048Z Compiling slog-scope v4.4.0
28902025-02-28T09:48:02.116Z Compiling ciborium-ll v0.2.2
28912025-02-28T09:48:02.169Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28922025-02-28T09:48:02.487Z Compiling libsw v3.4.0
28932025-02-28T09:48:02.515Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28942025-02-28T09:48:02.860Z Compiling polyval v0.6.2
28952025-02-28T09:48:03.301Z Compiling atomicwrites v0.4.4
28962025-02-28T09:48:03.405Z Compiling memmap2 v0.9.5
28972025-02-28T09:48:03.523Z Compiling thiserror-no-std v2.0.2
28982025-02-28T09:48:03.674Z Compiling salty v0.3.0
28992025-02-28T09:48:03.674Z Compiling parking_lot_core v0.8.6
29002025-02-28T09:48:03.789Z Compiling libefi-sys v0.1.0
29012025-02-28T09:48:04.105Z Compiling constant_time_eq v0.3.1
29022025-02-28T09:48:04.126Z Compiling indent_write v2.2.0
29032025-02-28T09:48:04.150Z Compiling arrayref v0.3.9
29042025-02-28T09:48:04.262Z Compiling linear-map v1.2.0
29052025-02-28T09:48:04.314Z Compiling arrayvec v0.7.6
29062025-02-28T09:48:04.482Z Compiling vsss-rs v3.3.4
29072025-02-28T09:48:04.619Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29082025-02-28T09:48:04.620Z Compiling ghash v0.5.1
29092025-02-28T09:48:04.896Z Compiling ciborium v0.2.2
29102025-02-28T09:48:04.974Z Compiling slog-stdlog v4.1.1
29112025-02-28T09:48:05.813Z Compiling p384 v0.13.0
29122025-02-28T09:48:06.056Z Compiling toolchain_find v0.4.0
29132025-02-28T09:48:06.206Z Compiling chacha20poly1305 v0.10.1
29142025-02-28T09:48:06.334Z Compiling ctr v0.9.2
29152025-02-28T09:48:06.506Z Compiling lzma-sys v0.1.20
29162025-02-28T09:48:06.710Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29172025-02-28T09:48:06.746Z Compiling bitfield-struct v0.6.2
29182025-02-28T09:48:07.163Z Compiling slog-dtrace v0.3.0
29192025-02-28T09:48:07.291Z Compiling highway v1.3.0
29202025-02-28T09:48:07.356Z Compiling topological-sort v0.2.2
29212025-02-28T09:48:07.592Z Compiling omicron-zone-package v0.12.0
29222025-02-28T09:48:07.787Z Compiling aes-gcm v0.10.3
29232025-02-28T09:48:08.055Z Compiling rustfmt-wrapper v0.2.1
29242025-02-28T09:48:08.104Z Compiling mime_guess v2.0.5
29252025-02-28T09:48:08.107Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29262025-02-28T09:48:08.304Z Compiling slog-envlogger v2.2.0
29272025-02-28T09:48:08.586Z Compiling steno v0.4.1
29282025-02-28T09:48:08.990Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29292025-02-28T09:48:09.239Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29302025-02-28T09:48:09.360Z Compiling heck v0.3.3
29312025-02-28T09:48:09.725Z Compiling ssh-encoding v0.2.0
29322025-02-28T09:48:09.859Z Compiling blowfish v0.9.1
29332025-02-28T09:48:09.881Z Compiling nibble_vec v0.1.0
29342025-02-28T09:48:10.094Z Compiling env_filter v0.1.2
29352025-02-28T09:48:10.097Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29362025-02-28T09:48:10.195Z Compiling humantime v2.1.0
29372025-02-28T09:48:10.273Z Compiling progenitor v0.8.0
29382025-02-28T09:48:10.331Z Compiling endian-type v0.1.2
29392025-02-28T09:48:10.461Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29402025-02-28T09:48:10.517Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29412025-02-28T09:48:10.582Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29422025-02-28T09:48:10.601Z Compiling radix_trie v0.2.1
29432025-02-28T09:48:10.702Z Compiling env_logger v0.11.5
29442025-02-28T09:48:10.705Z Compiling bcrypt-pbkdf v0.10.0
29452025-02-28T09:48:11.239Z Compiling ssh-cipher v0.2.0
29462025-02-28T09:48:11.321Z Compiling zone_cfg_derive v0.1.2
29472025-02-28T09:48:11.404Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29482025-02-28T09:48:11.927Z Compiling parking_lot v0.11.2
29492025-02-28T09:48:12.284Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29502025-02-28T09:48:12.377Z Compiling progenitor v0.9.1
29512025-02-28T09:48:12.627Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29522025-02-28T09:48:12.665Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29532025-02-28T09:48:12.745Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29542025-02-28T09:48:12.861Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29552025-02-28T09:48:13.139Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29562025-02-28T09:48:13.245Z Compiling password-hash v0.4.2
29572025-02-28T09:48:13.265Z Compiling gethostname v0.5.0
29582025-02-28T09:48:13.292Z Compiling fxhash v0.2.1
29592025-02-28T09:48:13.476Z Compiling zip v2.1.3
29602025-02-28T09:48:13.516Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
29612025-02-28T09:48:13.820Z Compiling lockfree-object-pool v0.1.6
29622025-02-28T09:48:13.874Z Compiling http-range v0.1.5
29632025-02-28T09:48:14.055Z Compiling bumpalo v3.16.0
29642025-02-28T09:48:14.106Z Compiling base64 v0.13.1
29652025-02-28T09:48:14.213Z Compiling simd-adler32 v0.3.7
29662025-02-28T09:48:14.532Z Compiling ron v0.7.1
29672025-02-28T09:48:14.636Z Compiling zopfli v0.8.1
29682025-02-28T09:48:14.740Z Compiling pbkdf2 v0.11.0
29692025-02-28T09:48:14.763Z Compiling sled v0.34.7
29702025-02-28T09:48:15.133Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29712025-02-28T09:48:15.806Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29722025-02-28T09:48:16.198Z Compiling xz2 v0.1.7
29732025-02-28T09:48:16.611Z Compiling zone v0.1.8
29742025-02-28T09:48:16.695Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29752025-02-28T09:48:17.825Z Compiling ssh-key v0.6.6
29762025-02-28T09:48:17.972Z Compiling hickory-client v0.24.4
29772025-02-28T09:48:18.361Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29782025-02-28T09:48:18.762Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29792025-02-28T09:48:18.784Z Compiling p521 v0.13.3
29802025-02-28T09:48:19.259Z Compiling p256 v0.13.2
29812025-02-28T09:48:20.067Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29822025-02-28T09:48:20.195Z Compiling hickory-server v0.24.4
29832025-02-28T09:48:21.042Z Compiling pem v3.0.5
29842025-02-28T09:48:21.089Z Compiling yasna v0.5.2
29852025-02-28T09:48:21.787Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
29862025-02-28T09:48:21.807Z Compiling headers-core v0.3.0
29872025-02-28T09:48:21.987Z Compiling kstat-rs v0.2.4
29882025-02-28T09:48:22.389Z Compiling nanorand v0.7.0
29892025-02-28T09:48:22.579Z Compiling russh-cryptovec v0.7.3
29902025-02-28T09:48:22.667Z Compiling atty v0.2.14
29912025-02-28T09:48:22.834Z Compiling md5 v0.7.0
29922025-02-28T09:48:22.907Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
29932025-02-28T09:48:22.927Z Compiling flume v0.11.1
29942025-02-28T09:48:23.371Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
29952025-02-28T09:48:23.550Z Compiling russh-keys v0.45.0
29962025-02-28T09:48:24.093Z Compiling rcgen v0.12.1
29972025-02-28T09:48:24.244Z Compiling headers v0.4.0
29982025-02-28T09:48:24.920Z Compiling hyper-staticfile v0.10.1
29992025-02-28T09:48:26.142Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30002025-02-28T09:48:26.809Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30012025-02-28T09:48:27.148Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
30022025-02-28T09:48:27.592Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
30032025-02-28T09:48:27.813Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30042025-02-28T09:48:27.978Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30052025-02-28T09:48:28.757Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30062025-02-28T09:48:28.760Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30072025-02-28T09:48:30.548Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30082025-02-28T09:48:31.994Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30092025-02-28T09:48:32.017Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30102025-02-28T09:48:33.048Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
30112025-02-28T09:48:34.631Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30122025-02-28T09:48:35.013Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30132025-02-28T09:48:35.364Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30142025-02-28T09:48:35.508Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30152025-02-28T09:48:35.713Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30162025-02-28T09:48:36.387Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30172025-02-28T09:48:36.857Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30182025-02-28T09:48:37.246Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30192025-02-28T09:48:38.237Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30202025-02-28T09:48:38.420Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30212025-02-28T09:48:40.838Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30222025-02-28T09:48:40.873Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30232025-02-28T09:48:41.285Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30242025-02-28T09:48:41.613Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30252025-02-28T09:48:42.883Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30262025-02-28T09:48:43.035Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30272025-02-28T09:48:44.637Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30282025-02-28T09:48:45.569Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30292025-02-28T09:48:45.694Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30302025-02-28T09:48:46.732Z Compiling num-bigint v0.4.6
30312025-02-28T09:48:47.254Z Compiling des v0.8.1
30322025-02-28T09:48:47.418Z Compiling subprocess v0.2.9
30332025-02-28T09:48:47.612Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30342025-02-28T09:48:48.050Z Compiling hex-literal v0.4.1
30352025-02-28T09:48:48.236Z Compiling display-error-chain v0.2.2
30362025-02-28T09:48:48.469Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30372025-02-28T09:48:48.491Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30382025-02-28T09:48:49.070Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30392025-02-28T09:48:50.173Z Compiling russh v0.45.0
30402025-02-28T09:48:51.152Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30412025-02-28T09:48:51.472Z Compiling internet-checksum v0.2.1
30422025-02-28T09:48:56.327Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30432025-02-28T09:49:02.993Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30442025-02-28T09:49:04.524Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30452025-02-28T09:49:28.073Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30462025-02-28T09:49:51.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
30472025-02-28T09:49:51.964Z
30482025-02-28T09:49:51.964Zreal 2:23.937943450
30492025-02-28T09:49:51.964Zuser 12:18.034093060
30502025-02-28T09:49:51.964Zsys 1:36.532126437
30512025-02-28T09:49:51.967Ztrap 0.351503867
30522025-02-28T09:49:51.967Ztflt 0.190101493
30532025-02-28T09:49:51.967Zdflt 0.694069361
30542025-02-28T09:49:51.967Zkflt 0.000031656
30552025-02-28T09:49:51.967Zlock 22:51.196642860
30562025-02-28T09:49:51.967Zslp 43:18.148934728
30572025-02-28T09:49:51.967Zlat 37.513664890
30582025-02-28T09:49:51.967Zstop 1:47.605051002
30592025-02-28T09:49:51.967Z+ mkdir tests
30602025-02-28T09:49:51.970Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
30612025-02-28T09:49:51.970Z+ xargs -I '{}' -t cp '{}' tests/
30622025-02-28T09:49:52.011Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-abab25c761de125a tests/
30632025-02-28T09:49:52.030Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b94a8ca13b7bb799 tests/
30642025-02-28T09:49:52.050Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-c10ac6a5fca95cb7 tests/
30652025-02-28T09:49:52.070Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-bc33f417c5799e02 tests/
30662025-02-28T09:49:52.286Z+ 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/*)
30672025-02-28T09:49:52.288Z+ 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-b94a8ca13b7bb799 tests/commtest-c10ac6a5fca95cb7 tests/dhcp_server-abab25c761de125a tests/end_to_end_tests-bc33f417c5799e02 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
30682025-02-28T09:51:10.539ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
30692025-02-28T09:51:10.539Za .github/buildomat/ci-env.sh 1K
30702025-02-28T09:51:10.539Za out/target/test 1K
30712025-02-28T09:51:10.539Za out/npuzone/npuzone 23144K
30722025-02-28T09:51:10.539Za package-manifest.toml 33K
30732025-02-28T09:51:10.539Za smf/sled-agent/non-gimlet/config.toml 4K
30742025-02-28T09:51:10.539Za target/release/omicron-package 39769K
30752025-02-28T09:51:10.540Za target/release/xtask 10838K
30762025-02-28T09:51:10.540Za target/debug/bootstrap 221807K
30772025-02-28T09:51:10.540Za tests/bootstrap-b94a8ca13b7bb799 24083K
30782025-02-28T09:51:10.540Za tests/commtest-c10ac6a5fca95cb7 24909K
30792025-02-28T09:51:10.540Za tests/dhcp_server-abab25c761de125a 24083K
30802025-02-28T09:51:10.540Za tests/end_to_end_tests-bc33f417c5799e02 284072K
30812025-02-28T09:51:10.540Za out/clickhouse.tar.gz 309435K
30822025-02-28T09:51:10.540Za out/clickhouse_keeper.tar.gz 295013K
30832025-02-28T09:51:10.540Za out/clickhouse_server.tar.gz 309403K
30842025-02-28T09:51:10.540Za out/cockroachdb.tar.gz 146824K
30852025-02-28T09:51:10.540Za out/crucible-dtrace.tar 98K
30862025-02-28T09:51:10.540Za out/crucible-pantry-zone.tar.gz 32721K
30872025-02-28T09:51:10.540Za out/crucible-zone.tar.gz 41109K
30882025-02-28T09:51:10.540Za out/external-dns.tar.gz 46367K
30892025-02-28T09:51:10.540Za out/internal-dns.tar.gz 46365K
30902025-02-28T09:51:10.540Za out/mg-ddm-gz.tar 63075K
30912025-02-28T09:51:10.540Za out/nexus.tar.gz 112485K
30922025-02-28T09:51:10.540Za out/ntp.tar.gz 14672K
30932025-02-28T09:51:10.540Za out/omicron-gateway-softnpu.tar.gz 26142K
30942025-02-28T09:51:10.540Za out/omicron-sled-agent.tar 127785K
30952025-02-28T09:51:10.540Za out/overlay.tar.gz 3K
30962025-02-28T09:51:10.540Za out/oximeter.tar.gz 56829K
30972025-02-28T09:51:10.540Za out/oxlog.tar 3144K
30982025-02-28T09:51:10.540Za out/probe.tar.gz 2764K
30992025-02-28T09:51:10.540Za out/propolis-server.tar.gz 66425K
31002025-02-28T09:51:10.540Za out/pumpkind-gz.tar 26665K
31012025-02-28T09:51:10.540Za out/switch-softnpu.tar.gz 270057K
31022025-02-28T09:51:10.544Z
31032025-02-28T09:51:10.545Zreal 1:18.242818723
31042025-02-28T09:51:10.545Zuser 1:14.640001543
31052025-02-28T09:51:10.545Zsys 4.999740125
31062025-02-28T09:51:10.545Ztrap 0.019141611
31072025-02-28T09:51:10.545Ztflt 0.000000000
31082025-02-28T09:51:10.545Zdflt 0.000000000
31092025-02-28T09:51:10.545Zkflt 0.000000000
31102025-02-28T09:51:10.545Zlock 0.000000000
31112025-02-28T09:51:10.545Zslp 1:14.606272563
31122025-02-28T09:51:10.545Zlat 2.216374492
31132025-02-28T09:51:10.545Zstop 0.000203928
31142025-02-28T09:51:10.545Zprocess exited: duration 2076182 ms, exit code 0
 
31152025-02-28T09:51:10.560Zfound 1 output files
31162025-02-28T09:51:10.560Zuploading: /work/package.tar.gz (2058233987 bytes)
31172025-02-28T09:51:54.180Zuploaded: /work/package.tar.gz