01JMN66TSV7DR4E405TJJ854FX: 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: 01JMN67JT6H3RC5TSBGQND2EES

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-21T21:58:44.437Zjob assigned to worker 01JMN88CPA9B6ERJHETS1A497Y [factory aws, i-0f6c6086f44bf4956] (queued for 36 m 26 s)
 
22025-02-21T21:58:52.911Zstarting task 0: "setup"
32025-02-21T21:58:52.919Z++ uname -s
42025-02-21T21:58:52.921Z+ kern=SunOS
52025-02-21T21:58:52.921Z+ build_user=build
62025-02-21T21:58:52.921Z+ build_uid=12345
72025-02-21T21:58:52.921Z+ work_dir=/work
82025-02-21T21:58:52.921Z+ input_dir=/input
92025-02-21T21:58:52.921Z+ [[ 0 == 12345 ]]
102025-02-21T21:58:52.921Z+ case "$kern" in
112025-02-21T21:58:52.921Z+ groupadd -g 12345 build
122025-02-21T21:58:52.924Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-21T21:58:54.930Z+ zfs create -o mountpoint=/work rpool/work
142025-02-21T21:58:55.067Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-21T21:58:55.071Z+ home_fs=zfs
162025-02-21T21:58:55.071Z+ [[ zfs == autofs ]]
172025-02-21T21:58:55.072Z+ mkdir -p /home/build
182025-02-21T21:58:55.072Z+ chown build:build /home/build /work
192025-02-21T21:58:57.083Z+ chmod 0700 /home/build /work
202025-02-21T21:58:57.093Zprocess exited: duration 4162 ms, exit code 0
 
212025-02-21T21:58:57.144Zstarting task 1: "rust-toolchain"
222025-02-21T21:58:57.151Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-21T21:58:57.151Z * rust toolchain channel = "1.85.0"
242025-02-21T21:58:57.151Z * rust toolchain profile = "default"
252025-02-21T21:58:57.151Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-02-21T21:58:57.152Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-21T21:58:57.152Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-21T21:58:57.152Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-21T21:58:57.152Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-21T21:58:57.258Zinfo: downloading installer
312025-02-21T21:58:58.621Zwarning: it looks like you have an existing installation of Rust at:
322025-02-21T21:58:58.621Zwarning: /opt/ooce/bin
332025-02-21T21:58:58.621Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-21T21:58:58.621Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-21T21:58:58.621Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-21T21:58:58.621Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-21T21:58:58.621Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-21T21:58:58.621Zerror: cannot install while Rust is installed
392025-02-21T21:58:58.621Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-21T21:58:58.636Zinfo: profile set to 'default'
412025-02-21T21:58:58.637Zinfo: default host triple is x86_64-unknown-illumos
422025-02-21T21:58:58.639Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-21T21:58:58.800Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-21T21:58:58.801Zinfo: downloading component 'cargo'
452025-02-21T21:58:59.654Zinfo: downloading component 'clippy'
462025-02-21T21:58:59.977Zinfo: downloading component 'rust-docs'
472025-02-21T21:59:01.298Zinfo: downloading component 'rust-std'
482025-02-21T21:59:03.219Zinfo: downloading component 'rustc'
492025-02-21T21:59:09.813Zinfo: downloading component 'rustfmt'
502025-02-21T21:59:10.089Zinfo: installing component 'cargo'
512025-02-21T21:59:10.902Zinfo: installing component 'clippy'
522025-02-21T21:59:11.290Zinfo: installing component 'rust-docs'
532025-02-21T21:59:13.095Zinfo: installing component 'rust-std'
542025-02-21T21:59:14.971Zinfo: installing component 'rustc'
552025-02-21T21:59:20.975Zinfo: installing component 'rustfmt'
562025-02-21T21:59:21.320Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-21T21:59:21.320Z
582025-02-21T21:59:21.695Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-21T21:59:21.695Z
602025-02-21T21:59:21.705Z
612025-02-21T21:59:21.705ZRust is installed now. Great!
622025-02-21T21:59:21.705Z
632025-02-21T21:59:21.705ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-21T21:59:21.705Zenvironment variable. This has not been done automatically.
652025-02-21T21:59:21.705Z
662025-02-21T21:59:21.705ZTo configure your current shell, you need to source
672025-02-21T21:59:21.705Zthe corresponding env file under $HOME/.cargo.
682025-02-21T21:59:21.705Z
692025-02-21T21:59:21.705ZThis is usually done by running one of the following (note the leading DOT):
702025-02-21T21:59:21.705Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-21T21:59:21.706Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-21T21:59:21.773Z+ rustup --version
732025-02-21T21:59:21.785Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-21T21:59:21.785Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-21T21:59:21.865Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-21T21:59:21.895Z+ cargo --version
772025-02-21T21:59:21.929Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-21T21:59:21.941Z+ rustc --version
792025-02-21T21:59:21.998Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-21T21:59:22.007Zprocess exited: duration 24876 ms, exit code 0
 
812025-02-21T21:59:22.023Zstarting task 2: "authentication"
822025-02-21T21:59:22.046Zprocess exited: duration 22 ms, exit code 0
 
832025-02-21T21:59:22.067Zstarting task 3: "clone repository"
842025-02-21T21:59:22.077Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-21T21:59:22.077Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-21T21:59:22.845ZCloning into '/work/oxidecomputer/omicron'...
872025-02-21T21:59:30.395Z+ cd /work/oxidecomputer/omicron
882025-02-21T21:59:30.395Z+ git fetch origin 8728fad94a1e06d2208e319a3064ea5bc5fd75cd
892025-02-21T21:59:30.701ZFrom https://github.com/oxidecomputer/omicron
902025-02-21T21:59:30.701Z * branch 8728fad94a1e06d2208e319a3064ea5bc5fd75cd -> FETCH_HEAD
912025-02-21T21:59:30.712Z+ [[ -n john/fix-test-mgs-metrics ]]
922025-02-21T21:59:30.715Z++ git branch --show-current
932025-02-21T21:59:30.715Z+ current=main
942025-02-21T21:59:30.715Z+ [[ main != john/fix-test-mgs-metrics ]]
952025-02-21T21:59:30.715Z+ git branch -f john/fix-test-mgs-metrics 8728fad94a1e06d2208e319a3064ea5bc5fd75cd
962025-02-21T21:59:30.724Z+ git checkout -f john/fix-test-mgs-metrics
972025-02-21T21:59:30.769ZSwitched to branch 'john/fix-test-mgs-metrics'
982025-02-21T21:59:30.772Z+ git reset --hard 8728fad94a1e06d2208e319a3064ea5bc5fd75cd
992025-02-21T21:59:30.824ZHEAD is now at 8728fad94 test flake fix: Parse dropshot error response
1002025-02-21T21:59:30.828Zprocess exited: duration 8759 ms, exit code 0
 
1012025-02-21T21:59:30.834Zstarting task 4: "build"
1022025-02-21T21:59:30.839Z+ source .github/buildomat/ci-env.sh
1032025-02-21T21:59:30.843Z++ export CARGO_TERM_COLOR=always
1042025-02-21T21:59:30.843Z++ CARGO_TERM_COLOR=always
1052025-02-21T21:59:30.843Z+ cargo --version
1062025-02-21T21:59:30.893Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-21T21:59:30.897Z+ rustc --version
1082025-02-21T21:59:30.963Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-21T21:59:30.966Z+ WORK=/work
1102025-02-21T21:59:30.970Z+ pfexec mkdir -p /work
1112025-02-21T21:59:30.974Z+ pfexec chown build /work
1122025-02-21T21:59:30.974Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1132025-02-21T21:59:32.650Zpkg list: illegal option -- F
1142025-02-21T21:59:32.650ZUsage:
1152025-02-21T21:59:32.653Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1162025-02-21T21:59:32.653Z [pkg_fmri_pattern ...]
1172025-02-21T21:59:33.537Zpkg list: illegal option -- F
1182025-02-21T21:59:33.537ZUsage:
1192025-02-21T21:59:33.541Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-02-21T21:59:33.541Z [pkg_fmri_pattern ...]
1212025-02-21T21:59:41.849Z Startup: Refreshing catalog 'helios-dev' ... Done
1222025-02-21T21:59:46.215Z Startup: Caching catalogs ... Done
1232025-02-21T21:59:59.678ZPlanning: Solver setup ... Done (12.491s)
1242025-02-21T21:59:59.833ZPlanning: Running solver ... Done (0.155s)
1252025-02-21T22:00:00.166ZPlanning: Finding local manifests ... Done (0.208s)
1262025-02-21T22:00:00.181ZPlanning: Fetching manifests: 0/7 0% complete
1272025-02-21T22:00:00.965ZPlanning: Fetching manifests: 7/7 100% complete
1282025-02-21T22:00:01.392ZPlanning: Package planning ... Done (0.428s)
1292025-02-21T22:00:01.449ZPlanning: Merging actions ... Done (0.057s)
1302025-02-21T22:00:02.401ZPlanning: Checking for conflicting actions ... Done (0.951s)
1312025-02-21T22:00:07.530ZPlanning: Consolidating action changes ... Done (5.127s)
1322025-02-21T22:00:07.927ZPlanning: Evaluating mediators ... Done (0.396s)
1332025-02-21T22:00:08.006ZPlanning: Planning completed in 21.69 seconds
1342025-02-21T22:00:08.023Z Packages to install: 4
1352025-02-21T22:00:08.023Z Packages to update: 3
1362025-02-21T22:00:08.026Z Mediators to change: 2
1372025-02-21T22:00:08.026Z Services to change: 1
1382025-02-21T22:00:08.026Z Estimated space available: 155.60 GB
1392025-02-21T22:00:08.026ZEstimated space to be consumed: 1.66 GB
1402025-02-21T22:00:08.026Z Create boot environment: No
1412025-02-21T22:00:08.026ZCreate backup boot environment: Yes
1422025-02-21T22:00:08.026Z Rebuild boot archive: No
1432025-02-21T22:00:08.026Z
1442025-02-21T22:00:08.026ZChanged mediators:
1452025-02-21T22:00:08.026Z mediator clang:
1462025-02-21T22:00:08.026Z version: None -> 15 (system default)
1472025-02-21T22:00:08.026Z
1482025-02-21T22:00:08.026Z mediator llvm:
1492025-02-21T22:00:08.026Z version: 14 (system default) -> 15 (system default)
1502025-02-21T22:00:08.026Z
1512025-02-21T22:00:08.026ZChanged packages:
1522025-02-21T22:00:08.026Zhelios-dev
1532025-02-21T22:00:08.026Z developer/build-essential
1542025-02-21T22:00:08.026Z None -> 11-2.0
1552025-02-21T22:00:08.026Z library/libxmlsec1
1562025-02-21T22:00:08.026Z None -> 1.2.35-2.0
1572025-02-21T22:00:08.026Z ooce/developer/clang-15
1582025-02-21T22:00:08.026Z None -> 15.0.7-2.0
1592025-02-21T22:00:08.026Z ooce/developer/llvm-15
1602025-02-21T22:00:08.027Z None -> 15.0.7-2.0
1612025-02-21T22:00:08.027Z package/pkg
1622025-02-21T22:00:08.027Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1632025-02-21T22:00:08.027Z system/library/g++-runtime
1642025-02-21T22:00:08.027Z 13-2.0 -> 14-2.0
1652025-02-21T22:00:08.027Z system/library/gcc-runtime
1662025-02-21T22:00:08.027Z 13-2.0 -> 14-2.0
1672025-02-21T22:00:08.027Z
1682025-02-21T22:00:08.027ZServices:
1692025-02-21T22:00:08.027Z restart_fmri:
1702025-02-21T22:00:08.027Z svc:/system/update-man-index:default
1712025-02-21T22:00:08.027Z
1722025-02-21T22:00:08.027ZEditable files to change:
1732025-02-21T22:00:08.027Z Update:
1742025-02-21T22:00:08.027Z usr/share/lib/pkg/web/config.shtml
1752025-02-21T22:00:08.192Z
1762025-02-21T22:00:08.192ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1772025-02-21T22:00:13.195ZDownload: 856/4301 items 18.8/225.4MB 8% complete (3.9M/s)
1782025-02-21T22:00:18.207ZDownload: 1255/4301 items 110.3/225.4MB 48% complete (11.0M/s)
1792025-02-21T22:00:23.520ZDownload: 2217/4301 items 118.9/225.4MB 52% complete (10.1M/s)
1802025-02-21T22:00:29.810ZDownload: 3248/4301 items 203.0/225.4MB 90% complete (11.6M/s)
1812025-02-21T22:00:34.816ZDownload: 3980/4301 items 218.1/225.4MB 96% complete (9.8M/s)
1822025-02-21T22:00:36.644ZDownload: Completed 225.42 MB in 28.45 seconds (7.9M/s)
1832025-02-21T22:00:38.915Z Actions: 1/5122 actions (Removing old actions)
1842025-02-21T22:00:38.931Z Actions: 194/5122 actions (Installing new actions)
1852025-02-21T22:00:43.693Z Actions: 4267/5122 actions (Updating modified actions)
1862025-02-21T22:00:44.036Z Actions: Completed 5122 actions in 5.12 seconds.
1872025-02-21T22:00:44.275Z Done (0.230s)
1882025-02-21T22:00:44.278Z Done (0.001s)
1892025-02-21T22:00:44.881Z Done (0.603s)
1902025-02-21T22:00:51.101Z Done (5.990s)
1912025-02-21T22:00:51.564Z Done (0.383s)
1922025-02-21T22:00:51.567Z Done (0.000s)
1932025-02-21T22:00:51.739Z Done (0.000s)
1942025-02-21T22:00:52.488ZPlanning: Evaluating mediator changes ... Done
1952025-02-21T22:00:52.678ZPlanning: Checking for conflicting actions ... Done
1962025-02-21T22:00:52.810ZPlanning: Consolidating action changes ... Done
1972025-02-21T22:00:53.141ZPlanning: Evaluating mediators ... Done
1982025-02-21T22:00:53.155ZPlanning: Planning completed in 0.44 seconds
1992025-02-21T22:00:53.156Z Mediators to change: 2
2002025-02-21T22:00:53.156Z Create boot environment: No
2012025-02-21T22:00:53.156ZCreate backup boot environment: No
2022025-02-21T22:00:53.156Z Done
2032025-02-21T22:00:53.156Z Done
2042025-02-21T22:00:53.480Z Done
2052025-02-21T22:00:57.317Z Done
2062025-02-21T22:00:57.415Z Done
2072025-02-21T22:00:57.418Z Done
2082025-02-21T22:00:57.545Z Done
2092025-02-21T22:00:58.190ZPlanning: Evaluating mediator changes ... Done
2102025-02-21T22:00:58.193ZPlanning: Merging actions ... Done
2112025-02-21T22:00:58.383ZPlanning: Checking for conflicting actions ... Done
2122025-02-21T22:00:58.386ZPlanning: Consolidating action changes ... Done
2132025-02-21T22:00:58.652ZPlanning: Evaluating mediators ... Done
2142025-02-21T22:00:58.708ZPlanning: Planning completed in 0.77 seconds
2152025-02-21T22:00:58.749Z Packages to change: 1
2162025-02-21T22:00:58.749Z Mediators to change: 1
2172025-02-21T22:00:58.752Z Services to change: 1
2182025-02-21T22:00:58.752Z Create boot environment: No
2192025-02-21T22:00:58.752ZCreate backup boot environment: Yes
2202025-02-21T22:01:01.057Z Actions: 1/6 actions (Updating modified actions)
2212025-02-21T22:01:01.060Z Actions: Completed 6 actions in 0.00 seconds.
2222025-02-21T22:01:01.060Z Done
2232025-02-21T22:01:01.060Z Done
2242025-02-21T22:01:01.185Z Done
2252025-02-21T22:01:04.973Z Done
2262025-02-21T22:01:05.070Z Done
2272025-02-21T22:01:05.074Z Done
2282025-02-21T22:01:05.205Z Done
2292025-02-21T22:01:05.660ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302025-02-21T22:01:05.660Zclang system 15 system
2312025-02-21T22:01:05.660Zcsh system system illumos
2322025-02-21T22:01:05.660Zctags system system illumos
2332025-02-21T22:01:05.660Zgcc vendor 12 vendor
2342025-02-21T22:01:05.660Zgcc system 10 system
2352025-02-21T22:01:05.660Zgcc system 7 system
2362025-02-21T22:01:05.660Zgo system 1.20 system
2372025-02-21T22:01:05.660Zgo system 1.19 system
2382025-02-21T22:01:05.660Zllvm system 15 system
2392025-02-21T22:01:05.660Zllvm system 14 system
2402025-02-21T22:01:05.660Zmariadb system 10.6 system
2412025-02-21T22:01:05.660Zmta vendor vendor dma
2422025-02-21T22:01:05.660Zopenjdk system 17 system
2432025-02-21T22:01:05.660Zopenjdk system 11 system
2442025-02-21T22:01:05.660Zopenjdk system 1.8 system
2452025-02-21T22:01:05.660Zopenssl vendor 3 vendor
2462025-02-21T22:01:05.660Zperl system 5.36 system
2472025-02-21T22:01:05.660Zpostgresql system 15 system
2482025-02-21T22:01:05.660Zpostgresql system 13 system
2492025-02-21T22:01:05.660Zpython vendor 3 vendor
2502025-02-21T22:01:05.660Zpython system 2 system
2512025-02-21T22:01:05.660Zpython3 system 3.11 system
2522025-02-21T22:01:05.660Zruby system 3.0 system
2532025-02-21T22:01:05.660Zwords vendor vendor american-english
2542025-02-21T22:01:05.660Zwords system system australian-english
2552025-02-21T22:01:05.660Zwords system system british-english
2562025-02-21T22:01:05.660Zwords system system canadian-english
2572025-02-21T22:01:05.660Zwords system system french
2582025-02-21T22:01:05.660Zwords system system italian
2592025-02-21T22:01:05.660Zwords system system ngerman
2602025-02-21T22:01:05.660Zwords system system ogerman
2612025-02-21T22:01:05.661Zwords system system spanish
2622025-02-21T22:01:06.001ZPUBLISHER TYPE STATUS P LOCATION
2632025-02-21T22:01:06.001Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642025-02-21T22:01:09.095ZFMRI IFO
2652025-02-21T22:01:09.095Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662025-02-21T22:01:09.095Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672025-02-21T22:01:09.095Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682025-02-21T22:01:09.096Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692025-02-21T22:01:09.096Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702025-02-21T22:01:09.096Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712025-02-21T22:01:09.096Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2722025-02-21T22:01:09.096Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732025-02-21T22:01:09.096Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742025-02-21T22:01:09.096Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2752025-02-21T22:01:09.096Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762025-02-21T22:01:09.096Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772025-02-21T22:01:09.096Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2782025-02-21T22:01:09.096Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792025-02-21T22:01:09.096Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802025-02-21T22:01:09.941Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812025-02-21T22:01:10.262Z Updating crates.io index
2822025-02-21T22:01:10.313Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2832025-02-21T22:01:10.852Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842025-02-21T22:01:11.161Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852025-02-21T22:01:11.409Z Updating git repository `https://github.com/oxidecomputer/propolis`
2862025-02-21T22:01:12.457Z Updating git repository `https://github.com/oxidecomputer/crucible`
2872025-02-21T22:01:14.214Z Updating git repository `https://github.com/oxidecomputer/opte`
2882025-02-21T22:01:14.940Z Updating git repository `https://github.com/oxidecomputer/falcon`
2892025-02-21T22:01:15.591Z Updating git repository `https://github.com/oxidecomputer/clickward`
2902025-02-21T22:01:15.894Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2912025-02-21T22:01:16.226Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2922025-02-21T22:01:16.798Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2932025-02-21T22:01:17.116Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2942025-02-21T22:01:17.429Z Updating git repository `https://github.com/oxidecomputer/tofino`
2952025-02-21T22:01:17.688Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2962025-02-21T22:01:18.040Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2972025-02-21T22:01:18.292Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2982025-02-21T22:01:18.640Z Updating git repository `https://github.com/oxidecomputer/lldp`
2992025-02-21T22:01:18.952Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002025-02-21T22:01:19.270Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3012025-02-21T22:01:19.647Z Updating git repository `https://github.com/oxidecomputer/ispf`
3022025-02-21T22:01:20.079Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3032025-02-21T22:01:20.349Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3042025-02-21T22:01:20.841Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3052025-02-21T22:01:21.231Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062025-02-21T22:01:21.595Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3072025-02-21T22:01:22.071Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3082025-02-21T22:01:22.362Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3092025-02-21T22:01:22.604Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3102025-02-21T22:01:22.939Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3112025-02-21T22:01:24.222Z Downloading crates ...
3122025-02-21T22:01:24.303Z Downloaded swrite v0.1.0
3132025-02-21T22:01:24.316Z Downloaded colorchoice v1.0.2
3142025-02-21T22:01:24.319Z Downloaded cargo-platform v0.1.8
3152025-02-21T22:01:24.319Z Downloaded anstyle-parse v0.2.5
3162025-02-21T22:01:24.322Z Downloaded bytecount v0.6.8
3172025-02-21T22:01:24.322Z Downloaded anstyle v1.0.10
3182025-02-21T22:01:24.326Z Downloaded usdt-attr-macro v0.5.0
3192025-02-21T22:01:24.332Z Downloaded pretty-hex v0.4.1
3202025-02-21T22:01:24.336Z Downloaded scroll_derive v0.12.0
3212025-02-21T22:01:24.338Z Downloaded equivalent v1.0.1
3222025-02-21T22:01:24.341Z Downloaded dtrace-parser v0.2.0
3232025-02-21T22:01:24.353Z Downloaded cpufeatures v0.2.14
3242025-02-21T22:01:24.359Z Downloaded byteorder v1.5.0
3252025-02-21T22:01:24.362Z Downloaded block-buffer v0.10.4
3262025-02-21T22:01:24.364Z Downloaded crypto-common v0.1.6
3272025-02-21T22:01:24.364Z Downloaded clap_lex v0.7.4
3282025-02-21T22:01:24.371Z Downloaded usdt-macro v0.5.0
3292025-02-21T22:01:24.373Z Downloaded strsim v0.11.1
3302025-02-21T22:01:24.377Z Downloaded proc-macro-error-attr v1.0.4
3312025-02-21T22:01:24.380Z Downloaded thread-id v4.2.2
3322025-02-21T22:01:24.380Z Downloaded plain v0.2.3
3332025-02-21T22:01:24.383Z Downloaded is_terminal_polyfill v1.70.1
3342025-02-21T22:01:24.383Z Downloaded fastrand v2.1.1
3352025-02-21T22:01:24.383Z Downloaded heck v0.5.0
3362025-02-21T22:01:24.383Z Downloaded cfg-if v1.0.0
3372025-02-21T22:01:24.386Z Downloaded pest_generator v2.7.14
3382025-02-21T22:01:24.386Z Downloaded autocfg v1.4.0
3392025-02-21T22:01:24.389Z Downloaded serde_tokenstream v0.2.2
3402025-02-21T22:01:24.389Z Downloaded errno v0.3.9
3412025-02-21T22:01:24.391Z Downloaded thiserror-impl v1.0.69
3422025-02-21T22:01:24.391Z Downloaded tabled_derive v0.7.0
3432025-02-21T22:01:24.394Z Downloaded toml_datetime v0.6.8
3442025-02-21T22:01:24.396Z Downloaded itoa v1.0.11
3452025-02-21T22:01:24.399Z Downloaded thiserror v1.0.69
3462025-02-21T22:01:24.402Z Downloaded unicode-linebreak v0.1.5
3472025-02-21T22:01:24.404Z Downloaded sha2 v0.10.8
3482025-02-21T22:01:24.407Z Downloaded version_check v0.9.5
3492025-02-21T22:01:24.407Z Downloaded macaddr v1.0.1
3502025-02-21T22:01:24.407Z Downloaded terminal_size v0.4.0
3512025-02-21T22:01:24.409Z Downloaded memmap v0.7.0
3522025-02-21T22:01:24.409Z Downloaded heck v0.4.1
3532025-02-21T22:01:24.412Z Downloaded fnv v1.0.7
3542025-02-21T22:01:24.412Z Downloaded cargo_toml v0.20.5
3552025-02-21T22:01:24.414Z Downloaded digest v0.10.7
3562025-02-21T22:01:24.415Z Downloaded smawk v0.3.2
3572025-02-21T22:01:24.417Z Downloaded utf8parse v0.2.2
3582025-02-21T22:01:24.417Z Downloaded generic-array v0.14.7
3592025-02-21T22:01:24.420Z Downloaded serde_spanned v0.6.8
3602025-02-21T22:01:24.420Z Downloaded dof v0.3.0
3612025-02-21T22:01:24.422Z Downloaded camino-tempfile v1.1.1
3622025-02-21T22:01:24.425Z Downloaded scroll v0.12.0
3632025-02-21T22:01:24.425Z Downloaded proc-macro-error v1.0.4
3642025-02-21T22:01:24.427Z Downloaded anyhow v1.0.96
3652025-02-21T22:01:24.431Z Downloaded clap_derive v4.5.28
3662025-02-21T22:01:24.433Z Downloaded cargo_metadata v0.18.1
3672025-02-21T22:01:24.436Z Downloaded bitflags v2.6.0
3682025-02-21T22:01:24.439Z Downloaded quote v1.0.38
3692025-02-21T22:01:24.441Z Downloaded camino v1.1.9
3702025-02-21T22:01:24.444Z Downloaded usdt-impl v0.5.0
3712025-02-21T22:01:24.446Z Downloaded usdt v0.5.0
3722025-02-21T22:01:24.446Z Downloaded once_cell v1.20.3
3732025-02-21T22:01:24.449Z Downloaded anstyle-query v1.1.1
3742025-02-21T22:01:24.449Z Downloaded fs-err v2.11.0
3752025-02-21T22:01:24.451Z Downloaded toml v0.8.19
3762025-02-21T22:01:24.454Z Downloaded clap v4.5.30
3772025-02-21T22:01:24.462Z Downloaded tempfile v3.13.0
3782025-02-21T22:01:24.465Z Downloaded unicode-ident v1.0.14
3792025-02-21T22:01:24.467Z Downloaded zerocopy-derive v0.7.35
3802025-02-21T22:01:24.471Z Downloaded textwrap v0.16.1
3812025-02-21T22:01:24.473Z Downloaded anstream v0.6.15
3822025-02-21T22:01:24.476Z Downloaded typenum v1.17.0
3832025-02-21T22:01:24.478Z Downloaded ucd-trie v0.1.7
3842025-02-21T22:01:24.481Z Downloaded ryu v1.0.18
3852025-02-21T22:01:24.483Z Downloaded semver v1.0.25
3862025-02-21T22:01:24.486Z Downloaded pest_derive v2.7.14
3872025-02-21T22:01:24.486Z Downloaded log v0.4.22
3882025-02-21T22:01:24.488Z Downloaded proc-macro2 v1.0.92
3892025-02-21T22:01:24.491Z Downloaded pest_meta v2.7.14
3902025-02-21T22:01:24.495Z Downloaded serde_derive v1.0.217
3912025-02-21T22:01:24.509Z Downloaded papergrid v0.11.0
3922025-02-21T22:01:24.518Z Downloaded serde v1.0.217
3932025-02-21T22:01:24.531Z Downloaded indexmap v2.7.1
3942025-02-21T22:01:24.549Z Downloaded toml_edit v0.22.22
3952025-02-21T22:01:24.570Z Downloaded memchr v2.7.4
3962025-02-21T22:01:24.594Z Downloaded pest v2.7.14
3972025-02-21T22:01:24.602Z Downloaded clap_builder v4.5.30
3982025-02-21T22:01:24.608Z Downloaded zerocopy v0.7.35
3992025-02-21T22:01:24.623Z Downloaded winnow v0.6.20
4002025-02-21T22:01:24.631Z Downloaded goblin v0.8.2
4012025-02-21T22:01:24.637Z Downloaded serde_json v1.0.139
4022025-02-21T22:01:24.643Z Downloaded hashbrown v0.15.1
4032025-02-21T22:01:24.648Z Downloaded tabled v0.15.0
4042025-02-21T22:01:24.663Z Downloaded syn v1.0.109
4052025-02-21T22:01:24.672Z Downloaded unicode-width v0.1.14
4062025-02-21T22:01:24.678Z Downloaded syn v2.0.96
4072025-02-21T22:01:24.698Z Downloaded rustix v0.38.37
4082025-02-21T22:01:24.728Z Downloaded libc v0.2.169
4092025-02-21T22:01:25.010Z Compiling proc-macro2 v1.0.92
4102025-02-21T22:01:25.010Z Compiling unicode-ident v1.0.14
4112025-02-21T22:01:25.013Z Compiling serde v1.0.217
4122025-02-21T22:01:25.013Z Compiling version_check v0.9.5
4132025-02-21T22:01:25.014Z Compiling memchr v2.7.4
4142025-02-21T22:01:25.014Z Compiling thiserror v1.0.69
4152025-02-21T22:01:25.044Z Compiling libc v0.2.169
4162025-02-21T22:01:25.049Z Compiling ucd-trie v0.1.7
4172025-02-21T22:01:25.335Z Compiling itoa v1.0.11
4182025-02-21T22:01:25.598Z Compiling ryu v1.0.18
4192025-02-21T22:01:25.724Z Compiling once_cell v1.20.3
4202025-02-21T22:01:25.976Z Compiling byteorder v1.5.0
4212025-02-21T22:01:26.000Z Compiling rustix v0.38.37
4222025-02-21T22:01:26.237Z Compiling serde_json v1.0.139
4232025-02-21T22:01:26.339Z Compiling bitflags v2.6.0
4242025-02-21T22:01:26.555Z Compiling usdt-impl v0.5.0
4252025-02-21T22:01:26.630Z Compiling proc-macro-error-attr v1.0.4
4262025-02-21T22:01:26.734Z Compiling syn v1.0.109
4272025-02-21T22:01:26.814Z Compiling proc-macro-error v1.0.4
4282025-02-21T22:01:26.838Z Compiling plain v0.2.3
4292025-02-21T22:01:27.002Z Compiling camino v1.1.9
4302025-02-21T22:01:27.024Z Compiling equivalent v1.0.1
4312025-02-21T22:01:27.047Z Compiling hashbrown v0.15.1
4322025-02-21T22:01:27.124Z Compiling quote v1.0.38
4332025-02-21T22:01:27.159Z Compiling errno v0.3.9
4342025-02-21T22:01:27.258Z Compiling utf8parse v0.2.2
4352025-02-21T22:01:27.432Z Compiling thread-id v4.2.2
4362025-02-21T22:01:27.454Z Compiling log v0.4.22
4372025-02-21T22:01:27.503Z Compiling syn v2.0.96
4382025-02-21T22:01:27.704Z Compiling anstyle-parse v0.2.5
4392025-02-21T22:01:27.885Z Compiling pretty-hex v0.4.1
4402025-02-21T22:01:28.029Z Compiling anstyle-query v1.1.1
4412025-02-21T22:01:28.115Z Compiling indexmap v2.7.1
4422025-02-21T22:01:28.187Z Compiling colorchoice v1.0.2
4432025-02-21T22:01:28.211Z Compiling autocfg v1.4.0
4442025-02-21T22:01:28.235Z Compiling winnow v0.6.20
4452025-02-21T22:01:28.361Z Compiling is_terminal_polyfill v1.70.1
4462025-02-21T22:01:28.509Z Compiling anstyle v1.0.10
4472025-02-21T22:01:28.512Z Compiling semver v1.0.25
4482025-02-21T22:01:28.981Z Compiling unicode-width v0.1.14
4492025-02-21T22:01:29.131Z Compiling anstream v0.6.15
4502025-02-21T22:01:29.185Z Compiling fs-err v2.11.0
4512025-02-21T22:01:29.500Z Compiling terminal_size v0.4.0
4522025-02-21T22:01:29.548Z Compiling cfg-if v1.0.0
4532025-02-21T22:01:29.659Z Compiling fastrand v2.1.1
4542025-02-21T22:01:29.684Z Compiling anyhow v1.0.96
4552025-02-21T22:01:29.732Z Compiling clap_lex v0.7.4
4562025-02-21T22:01:29.776Z Compiling bytecount v0.6.8
4572025-02-21T22:01:30.028Z Compiling heck v0.4.1
4582025-02-21T22:01:30.150Z Compiling heck v0.5.0
4592025-02-21T22:01:30.215Z Compiling fnv v1.0.7
4602025-02-21T22:01:30.384Z Compiling strsim v0.11.1
4612025-02-21T22:01:30.412Z Compiling papergrid v0.11.0
4622025-02-21T22:01:30.505Z Compiling tempfile v3.13.0
4632025-02-21T22:01:30.950Z Compiling clap_builder v4.5.30
4642025-02-21T22:01:31.149Z Compiling memmap v0.7.0
4652025-02-21T22:01:31.187Z Compiling smawk v0.3.2
4662025-02-21T22:01:31.312Z Compiling unicode-linebreak v0.1.5
4672025-02-21T22:01:31.607Z Compiling swrite v0.1.0
4682025-02-21T22:01:31.763Z Compiling textwrap v0.16.1
4692025-02-21T22:01:32.355Z Compiling tabled_derive v0.7.0
4702025-02-21T22:01:33.654Z Compiling tabled v0.15.0
4712025-02-21T22:01:34.256Z Compiling serde_derive v1.0.217
4722025-02-21T22:01:34.256Z Compiling thiserror-impl v1.0.69
4732025-02-21T22:01:34.259Z Compiling zerocopy-derive v0.7.35
4742025-02-21T22:01:34.259Z Compiling scroll_derive v0.12.0
4752025-02-21T22:01:34.259Z Compiling clap_derive v4.5.28
4762025-02-21T22:01:35.777Z Compiling scroll v0.12.0
4772025-02-21T22:01:36.317Z Compiling goblin v0.8.2
4782025-02-21T22:01:36.398Z Compiling zerocopy v0.7.35
4792025-02-21T22:01:37.313Z Compiling pest v2.7.14
4802025-02-21T22:01:37.803Z Compiling clap v4.5.30
4812025-02-21T22:01:39.348Z Compiling pest_meta v2.7.14
4822025-02-21T22:01:40.588Z Compiling pest_generator v2.7.14
4832025-02-21T22:01:41.669Z Compiling pest_derive v2.7.14
4842025-02-21T22:01:42.327Z Compiling dtrace-parser v0.2.0
4852025-02-21T22:01:43.013Z Compiling toml_datetime v0.6.8
4862025-02-21T22:01:43.046Z Compiling serde_spanned v0.6.8
4872025-02-21T22:01:43.048Z Compiling serde_tokenstream v0.2.2
4882025-02-21T22:01:43.205Z Compiling cargo-platform v0.1.8
4892025-02-21T22:01:43.324Z Compiling macaddr v1.0.1
4902025-02-21T22:01:43.506Z Compiling toml_edit v0.22.22
4912025-02-21T22:01:43.742Z Compiling camino-tempfile v1.1.1
4922025-02-21T22:01:44.363Z Compiling dof v0.3.0
4932025-02-21T22:01:44.390Z Compiling cargo_metadata v0.18.1
4942025-02-21T22:01:45.725Z Compiling usdt-attr-macro v0.5.0
4952025-02-21T22:01:45.725Z Compiling usdt-macro v0.5.0
4962025-02-21T22:01:46.397Z Compiling toml v0.8.19
4972025-02-21T22:01:46.808Z Compiling usdt v0.5.0
4982025-02-21T22:01:47.235Z Compiling cargo_toml v0.20.5
4992025-02-21T22:01:49.800Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5002025-02-21T22:01:53.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.33s
5012025-02-21T22:01:53.271Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5022025-02-21T22:01:53.817Z Downloading crates ...
5032025-02-21T22:01:53.933Z Downloaded adler2 v2.0.0
5042025-02-21T22:01:53.948Z Downloaded async-stream-impl v0.3.6
5052025-02-21T22:01:53.966Z Downloaded atty v0.2.14
5062025-02-21T22:01:53.968Z Downloaded http-body v1.0.1
5072025-02-21T22:01:53.971Z Downloaded http-range v0.1.5
5082025-02-21T22:01:53.971Z Downloaded crucible-workspace-hack v0.1.0
5092025-02-21T22:01:53.971Z Downloaded hostname v0.3.1
5102025-02-21T22:01:53.974Z Downloaded cfg_aliases v0.2.1
5112025-02-21T22:01:53.976Z Downloaded hmac v0.12.1
5122025-02-21T22:01:53.979Z Downloaded assert_matches v1.5.0
5132025-02-21T22:01:53.984Z Downloaded home v0.5.9
5142025-02-21T22:01:53.987Z Downloaded ident_case v1.0.1
5152025-02-21T22:01:53.990Z Downloaded hostname v0.4.0
5162025-02-21T22:01:53.990Z Downloaded daft v0.1.1
5172025-02-21T22:01:53.993Z Downloaded blowfish v0.9.1
5182025-02-21T22:01:53.993Z Downloaded icu_provider_macros v1.5.0
5192025-02-21T22:01:53.996Z Downloaded md5 v0.7.0
5202025-02-21T22:01:53.999Z Downloaded addr2line v0.24.2
5212025-02-21T22:01:53.999Z Downloaded crunchy v0.2.2
5222025-02-21T22:01:54.002Z Downloaded is_ci v1.2.0
5232025-02-21T22:01:54.002Z Downloaded castaway v0.2.3
5242025-02-21T22:01:54.004Z Downloaded headers-core v0.3.0
5252025-02-21T22:01:54.004Z Downloaded ciborium-io v0.2.2
5262025-02-21T22:01:54.008Z Downloaded mirai-annotations v1.12.0
5272025-02-21T22:01:54.008Z Downloaded cfg_aliases v0.1.1
5282025-02-21T22:01:54.008Z Downloaded bcrypt-pbkdf v0.10.0
5292025-02-21T22:01:54.010Z Downloaded hubpack_derive v0.1.1
5302025-02-21T22:01:54.011Z Downloaded cexpr v0.6.0
5312025-02-21T22:01:54.013Z Downloaded internet-checksum v0.2.1
5322025-02-21T22:01:54.013Z Downloaded hex-literal v0.4.1
5332025-02-21T22:01:54.016Z Downloaded md-5 v0.10.6
5342025-02-21T22:01:54.018Z Downloaded lockfree-object-pool v0.1.6
5352025-02-21T22:01:54.021Z Downloaded buf-list v1.0.3
5362025-02-21T22:01:54.023Z Downloaded lalrpop-util v0.19.12
5372025-02-21T22:01:54.026Z Downloaded libsw v3.3.1
5382025-02-21T22:01:54.028Z Downloaded ipnetwork v0.21.1
5392025-02-21T22:01:54.031Z Downloaded maybe-uninit v2.0.0
5402025-02-21T22:01:54.034Z Downloaded is-terminal v0.4.13
5412025-02-21T22:01:54.035Z Downloaded inout v0.1.3
5422025-02-21T22:01:54.037Z Downloaded managed v0.8.0
5432025-02-21T22:01:54.037Z Downloaded chacha20 v0.9.1
5442025-02-21T22:01:54.042Z Downloaded chrono-tz-build v0.4.0
5452025-02-21T22:01:54.042Z Downloaded bitfield v0.14.0
5462025-02-21T22:01:54.044Z Downloaded maplit v1.0.2
5472025-02-21T22:01:54.044Z Downloaded base64ct v1.6.0
5482025-02-21T22:01:54.047Z Downloaded multimap v0.10.0
5492025-02-21T22:01:54.049Z Downloaded indoc v1.0.9
5502025-02-21T22:01:54.052Z Downloaded libefi-sys v0.1.0
5512025-02-21T22:01:54.054Z Downloaded match_cfg v0.1.0
5522025-02-21T22:01:54.054Z Downloaded hickory-resolver v0.24.3
5532025-02-21T22:01:54.060Z Downloaded mime v0.3.17
5542025-02-21T22:01:54.062Z Downloaded lru v0.12.5
5552025-02-21T22:01:54.065Z Downloaded instant v0.1.13
5562025-02-21T22:01:54.065Z Downloaded aes v0.8.4
5572025-02-21T22:01:54.069Z Downloaded russh-cryptovec v0.7.3
5582025-02-21T22:01:54.072Z Downloaded mockall v0.13.0
5592025-02-21T22:01:54.075Z Downloaded crossbeam-deque v0.8.5
5602025-02-21T22:01:54.075Z Downloaded instability v0.3.2
5612025-02-21T22:01:54.077Z Downloaded crc32fast v1.4.2
5622025-02-21T22:01:54.080Z Downloaded mime_guess v2.0.5
5632025-02-21T22:01:54.082Z Downloaded hyper-rustls v0.27.3
5642025-02-21T22:01:54.085Z Downloaded const_format_proc_macros v0.2.34
5652025-02-21T22:01:54.087Z Downloaded linear-map v1.2.0
5662025-02-21T22:01:54.090Z Downloaded litemap v0.7.3
5672025-02-21T22:01:54.093Z Downloaded multer v3.1.0
5682025-02-21T22:01:54.096Z Downloaded lazycell v1.3.0
5692025-02-21T22:01:54.098Z Downloaded lazy_static v1.5.0
5702025-02-21T22:01:54.101Z Downloaded async-bb8-diesel v0.2.1
5712025-02-21T22:01:54.103Z Downloaded icu_locid_transform_data v1.5.0
5722025-02-21T22:01:54.106Z Downloaded jobserver v0.1.32
5732025-02-21T22:01:54.108Z Downloaded serde-big-array v0.5.1
5742025-02-21T22:01:54.110Z Downloaded ipnet v2.10.1
5752025-02-21T22:01:54.113Z Downloaded memoffset v0.9.1
5762025-02-21T22:01:54.113Z Downloaded cbc v0.1.2
5772025-02-21T22:01:54.116Z Downloaded yoke-derive v0.7.4
5782025-02-21T22:01:54.116Z Downloaded ctr v0.9.2
5792025-02-21T22:01:54.118Z Downloaded bitflags v1.3.2
5802025-02-21T22:01:54.123Z Downloaded lru-cache v0.1.2
5812025-02-21T22:01:54.125Z Downloaded libloading v0.8.5
5822025-02-21T22:01:54.128Z Downloaded structmeta v0.2.0
5832025-02-21T22:01:54.128Z Downloaded signal-hook-mio v0.2.4
5842025-02-21T22:01:54.131Z Downloaded bb8 v0.8.5
5852025-02-21T22:01:54.131Z Downloaded indexmap v1.9.3
5862025-02-21T22:01:54.135Z Downloaded bzip2 v0.4.4
5872025-02-21T22:01:54.137Z Downloaded csv-core v0.1.11
5882025-02-21T22:01:54.140Z Downloaded mockall_derive v0.13.0
5892025-02-21T22:01:54.143Z Downloaded crc-any v2.5.0
5902025-02-21T22:01:54.146Z Downloaded thiserror-no-std v2.0.2
5912025-02-21T22:01:54.149Z Downloaded miniz_oxide v0.8.0
5922025-02-21T22:01:54.152Z Downloaded memmap2 v0.9.5
5932025-02-21T22:01:54.154Z Downloaded endian-type v0.1.2
5942025-02-21T22:01:54.157Z Downloaded downcast v0.11.0
5952025-02-21T22:01:54.157Z Downloaded lock_api v0.4.12
5962025-02-21T22:01:54.159Z Downloaded allocator-api2 v0.2.18
5972025-02-21T22:01:54.162Z Downloaded iana-time-zone v0.1.61
5982025-02-21T22:01:54.166Z Downloaded peg-runtime v0.8.3
5992025-02-21T22:01:54.168Z Downloaded shlex v1.3.0
6002025-02-21T22:01:54.171Z Downloaded psl-types v2.0.11
6012025-02-21T22:01:54.171Z Downloaded num-conv v0.1.0
6022025-02-21T22:01:54.171Z Downloaded rustfmt-wrapper v0.2.1
6032025-02-21T22:01:54.174Z Downloaded utf8_iter v1.0.4
6042025-02-21T22:01:54.174Z Downloaded chacha20poly1305 v0.10.1
6052025-02-21T22:01:54.177Z Downloaded utf-8 v0.7.6
6062025-02-21T22:01:54.179Z Downloaded bcs v0.1.6
6072025-02-21T22:01:54.182Z Downloaded serde_derive_internals v0.29.1
6082025-02-21T22:01:54.184Z Downloaded arrayvec v0.7.6
6092025-02-21T22:01:54.187Z Downloaded const-oid v0.9.6
6102025-02-21T22:01:54.190Z Downloaded icu_provider v1.5.0
6112025-02-21T22:01:54.192Z Downloaded slog-async v2.8.0
6122025-02-21T22:01:54.195Z Downloaded phf_shared v0.10.0
6132025-02-21T22:01:54.195Z Downloaded openssl-macros v0.1.1
6142025-02-21T22:01:54.198Z Downloaded thiserror-impl v2.0.11
6152025-02-21T22:01:54.198Z Downloaded fallible-streaming-iterator v0.1.9
6162025-02-21T22:01:54.200Z Downloaded fallible-iterator v0.3.0
6172025-02-21T22:01:54.203Z Downloaded hyper-staticfile v0.10.1
6182025-02-21T22:01:54.205Z Downloaded thiserror-impl-no-std v2.0.2
6192025-02-21T22:01:54.205Z Downloaded tokio-tungstenite v0.23.1
6202025-02-21T22:01:54.208Z Downloaded futures-macro v0.3.31
6212025-02-21T22:01:54.210Z Downloaded tokio-stream v0.1.16
6222025-02-21T22:01:54.214Z Downloaded path-slash v0.1.5
6232025-02-21T22:01:54.217Z Downloaded tokio-tungstenite v0.21.0
6242025-02-21T22:01:54.220Z Downloaded litrs v0.4.1
6252025-02-21T22:01:54.222Z Downloaded futures-task v0.3.31
6262025-02-21T22:01:54.225Z Downloaded hyper-util v0.1.10
6272025-02-21T22:01:54.229Z Downloaded pkg-config v0.3.31
6282025-02-21T22:01:54.231Z Downloaded uzers v0.12.1
6292025-02-21T22:01:54.235Z Downloaded cookie v0.18.1
6302025-02-21T22:01:54.237Z Downloaded num v0.4.3
6312025-02-21T22:01:54.240Z Downloaded fallible-iterator v0.2.0
6322025-02-21T22:01:54.242Z Downloaded document-features v0.2.10
6332025-02-21T22:01:54.242Z Downloaded slog-scope v4.4.0
6342025-02-21T22:01:54.245Z Downloaded crossbeam-epoch v0.9.18
6352025-02-21T22:01:54.247Z Downloaded funty v2.0.0
6362025-02-21T22:01:54.250Z Downloaded snafu-derive v0.8.5
6372025-02-21T22:01:54.250Z Downloaded futures-core v0.3.31
6382025-02-21T22:01:54.253Z Downloaded waitgroup v0.1.2
6392025-02-21T22:01:54.256Z Downloaded typify-macro v0.3.0
6402025-02-21T22:01:54.256Z Downloaded ahash v0.8.11
6412025-02-21T22:01:54.258Z Downloaded hickory-server v0.24.3
6422025-02-21T22:01:54.265Z Downloaded serde_repr v0.1.19
6432025-02-21T22:01:54.268Z Downloaded owo-colors v4.1.0
6442025-02-21T22:01:54.271Z Downloaded pin-utils v0.1.0
6452025-02-21T22:01:54.274Z Downloaded packed_struct v0.10.1
6462025-02-21T22:01:54.277Z Downloaded zerofrom v0.1.4
6472025-02-21T22:01:54.277Z Downloaded packed_struct_codegen v0.10.1
6482025-02-21T22:01:54.279Z Downloaded foreign-types v0.3.2
6492025-02-21T22:01:54.279Z Downloaded compact_str v0.8.0
6502025-02-21T22:01:54.284Z Downloaded topological-sort v0.2.2
6512025-02-21T22:01:54.286Z Downloaded parking_lot v0.11.2
6522025-02-21T22:01:54.289Z Downloaded diff v0.1.13
6532025-02-21T22:01:54.292Z Downloaded signal-hook v0.3.17
6542025-02-21T22:01:54.296Z Downloaded zerocopy v0.6.6
6552025-02-21T22:01:54.299Z Downloaded slog-json v2.6.1
6562025-02-21T22:01:54.302Z Downloaded salsa20 v0.10.2
6572025-02-21T22:01:54.304Z Downloaded futures-channel v0.3.31
6582025-02-21T22:01:54.307Z Downloaded icu_collections v1.5.0
6592025-02-21T22:01:54.312Z Downloaded derive_builder_macro v0.20.2
6602025-02-21T22:01:54.315Z Downloaded rustc-demangle v0.1.24
6612025-02-21T22:01:54.318Z Downloaded newtype_derive v0.1.6
6622025-02-21T22:01:54.318Z Downloaded cc v1.1.30
6632025-02-21T22:01:54.323Z Downloaded rpassword v7.3.1
6642025-02-21T22:01:54.326Z Downloaded strip-ansi-escapes v0.2.0
6652025-02-21T22:01:54.326Z Downloaded tiny-keccak v2.0.2
6662025-02-21T22:01:54.329Z Downloaded newline-converter v0.3.0
6672025-02-21T22:01:54.342Z Downloaded tinyvec_macros v0.1.1
6682025-02-21T22:01:54.344Z Downloaded tui-tree-widget v0.23.0
6692025-02-21T22:01:54.358Z Downloaded progenitor-client v0.9.1
6702025-02-21T22:01:54.358Z Downloaded number_prefix v0.4.0
6712025-02-21T22:01:54.358Z Downloaded num_threads v0.1.7
6722025-02-21T22:01:54.358Z Downloaded fd-lock v4.0.2
6732025-02-21T22:01:54.358Z Downloaded walkdir v2.5.0
6742025-02-21T22:01:54.358Z Downloaded ron v0.8.1
6752025-02-21T22:01:54.360Z Downloaded nibble_vec v0.1.0
6762025-02-21T22:01:54.363Z Downloaded sigpipe v0.1.3
6772025-02-21T22:01:54.364Z Downloaded smf v0.2.3
6782025-02-21T22:01:54.365Z Downloaded snafu v0.8.5
6792025-02-21T22:01:54.372Z Downloaded vte_generate_state_changes v0.1.2
6802025-02-21T22:01:54.375Z Downloaded http v1.2.0
6812025-02-21T22:01:54.377Z Downloaded either v1.13.0
6822025-02-21T22:01:54.380Z Downloaded rustls-pemfile v1.0.4
6832025-02-21T22:01:54.383Z Downloaded parse-display v0.10.0
6842025-02-21T22:01:54.383Z Downloaded tungstenite v0.24.0
6852025-02-21T22:01:54.387Z Downloaded try-lock v0.2.5
6862025-02-21T22:01:54.391Z Downloaded glob v0.3.2
6872025-02-21T22:01:54.391Z Downloaded tokio-rustls v0.24.1
6882025-02-21T22:01:54.394Z Downloaded new_debug_unreachable v1.0.6
6892025-02-21T22:01:54.397Z Downloaded pkcs5 v0.7.1
6902025-02-21T22:01:54.400Z Downloaded phf_shared v0.11.2
6912025-02-21T22:01:54.403Z Downloaded semver v0.1.20
6922025-02-21T22:01:54.403Z Downloaded parking_lot_core v0.9.10
6932025-02-21T22:01:54.405Z Downloaded yoke v0.7.4
6942025-02-21T22:01:54.408Z Downloaded backtrace v0.3.74
6952025-02-21T22:01:54.413Z Downloaded siphasher v0.3.11
6962025-02-21T22:01:54.416Z Downloaded secrecy v0.8.0
6972025-02-21T22:01:54.418Z Downloaded derive_builder_core v0.20.2
6982025-02-21T22:01:54.422Z Downloaded socket2 v0.5.7
6992025-02-21T22:01:54.425Z Downloaded tls_codec v0.4.1
7002025-02-21T22:01:54.425Z Downloaded libxml v0.3.3
7012025-02-21T22:01:54.432Z Downloaded thread_local v1.1.8
7022025-02-21T22:01:54.434Z Downloaded subtle v2.6.1
7032025-02-21T22:01:54.437Z Downloaded strum_macros v0.25.3
7042025-02-21T22:01:54.439Z Downloaded float-cmp v0.10.0
7052025-02-21T22:01:54.439Z Downloaded wyz v0.5.1
7062025-02-21T22:01:54.442Z Downloaded enum-as-inner v0.6.1
7072025-02-21T22:01:54.444Z Downloaded writeable v0.5.5
7082025-02-21T22:01:54.446Z Downloaded fatfs v0.3.6
7092025-02-21T22:01:54.449Z Downloaded rustls-pemfile v2.2.0
7102025-02-21T22:01:54.451Z Downloaded flagset v0.4.6
7112025-02-21T22:01:54.455Z Downloaded fixedbitset v0.4.2
7122025-02-21T22:01:54.457Z Downloaded dropshot_endpoint v0.12.0
7132025-02-21T22:01:54.460Z Downloaded olpc-cjson v0.1.4
7142025-02-21T22:01:54.462Z Downloaded num_enum v0.5.11
7152025-02-21T22:01:54.466Z Downloaded qorb v0.2.1
7162025-02-21T22:01:54.471Z Downloaded env_logger v0.11.5
7172025-02-21T22:01:54.475Z Downloaded der v0.7.9
7182025-02-21T22:01:54.481Z Downloaded rand_core v0.6.4
7192025-02-21T22:01:54.484Z Downloaded crossterm v0.28.1
7202025-02-21T22:01:54.491Z Downloaded foreign-types-shared v0.1.1
7212025-02-21T22:01:54.494Z Downloaded idna v1.0.3
7222025-02-21T22:01:54.497Z Downloaded smallvec v0.6.14
7232025-02-21T22:01:54.499Z Downloaded twox-hash v2.1.0
7242025-02-21T22:01:54.502Z Downloaded rustls-pki-types v1.10.0
7252025-02-21T22:01:54.506Z Downloaded progenitor-impl v0.9.1
7262025-02-21T22:01:54.509Z Downloaded schemars_derive v0.8.21
7272025-02-21T22:01:54.511Z Downloaded slog-stdlog v4.1.1
7282025-02-21T22:01:54.514Z Downloaded zip v2.1.3
7292025-02-21T22:01:54.518Z Downloaded strum v0.26.3
7302025-02-21T22:01:54.521Z Downloaded untrusted v0.7.1
7312025-02-21T22:01:54.521Z Downloaded num-bigint v0.4.6
7322025-02-21T22:01:54.528Z Downloaded slog-envlogger v2.2.0
7332025-02-21T22:01:54.531Z Downloaded slog-dtrace v0.3.0
7342025-02-21T22:01:54.531Z Downloaded pem-rfc7468 v0.7.0
7352025-02-21T22:01:54.533Z Downloaded elliptic-curve v0.13.8
7362025-02-21T22:01:54.537Z Downloaded unarray v0.1.4
7372025-02-21T22:01:54.539Z Downloaded defmt v0.3.8
7382025-02-21T22:01:54.543Z Downloaded sqlparser_derive v0.2.2
7392025-02-21T22:01:54.546Z Downloaded which v4.4.2
7402025-02-21T22:01:54.550Z Downloaded progenitor-client v0.8.0
7412025-02-21T22:01:54.550Z Downloaded embedded-io v0.4.0
7422025-02-21T22:01:54.552Z Downloaded data-encoding v2.6.0
7432025-02-21T22:01:54.552Z Downloaded debug-ignore v1.0.5
7442025-02-21T22:01:54.555Z Downloaded nanorand v0.7.0
7452025-02-21T22:01:54.557Z Downloaded ref-cast v1.0.23
7462025-02-21T22:01:54.560Z Downloaded ff v0.13.0
7472025-02-21T22:01:54.563Z Downloaded rayon-core v1.12.1
7482025-02-21T22:01:54.566Z Downloaded slog-term v2.9.1
7492025-02-21T22:01:54.569Z Downloaded pretty-hex v0.2.1
7502025-02-21T22:01:54.571Z Downloaded smallvec v1.13.2
7512025-02-21T22:01:54.574Z Downloaded heck v0.3.3
7522025-02-21T22:01:54.574Z Downloaded rcgen v0.12.1
7532025-02-21T22:01:54.578Z Downloaded ref-cast-impl v1.0.23
7542025-02-21T22:01:54.580Z Downloaded omicron-zone-package v0.12.0
7552025-02-21T22:01:54.586Z Downloaded spin v0.9.8
7562025-02-21T22:01:54.588Z Downloaded pbkdf2 v0.11.0
7572025-02-21T22:01:54.591Z Downloaded polyval v0.6.2
7582025-02-21T22:01:54.591Z Downloaded zone_cfg_derive v0.1.2
7592025-02-21T22:01:54.593Z Downloaded itertools v0.13.0
7602025-02-21T22:01:54.600Z Downloaded normalize-line-endings v0.3.0
7612025-02-21T22:01:54.603Z Downloaded aes-gcm v0.10.3
7622025-02-21T22:01:54.606Z Downloaded want v0.3.1
7632025-02-21T22:01:54.609Z Downloaded take_mut v0.2.2
7642025-02-21T22:01:54.609Z Downloaded sync-ptr v0.1.1
7652025-02-21T22:01:54.612Z Downloaded parse-display-derive v0.10.0
7662025-02-21T22:01:54.612Z Downloaded progenitor v0.9.1
7672025-02-21T22:01:54.614Z Downloaded filetime v0.2.25
7682025-02-21T22:01:54.617Z Downloaded tungstenite v0.23.0
7692025-02-21T22:01:54.620Z Downloaded universal-hash v0.5.1
7702025-02-21T22:01:54.622Z Downloaded unicase v2.7.0
7712025-02-21T22:01:54.625Z Downloaded tracing-core v0.1.32
7722025-02-21T22:01:54.627Z Downloaded write16 v1.0.0
7732025-02-21T22:01:54.627Z Downloaded flume v0.11.1
7742025-02-21T22:01:54.632Z Downloaded termios v0.3.3
7752025-02-21T22:01:54.635Z Downloaded tabwriter v1.4.0
7762025-02-21T22:01:54.637Z Downloaded synstructure v0.13.1
7772025-02-21T22:01:54.640Z Downloaded rustversion v1.0.17
7782025-02-21T22:01:54.643Z Downloaded opaque-debug v0.3.1
7792025-02-21T22:01:54.643Z Downloaded hkdf v0.12.4
7802025-02-21T22:01:54.646Z Downloaded num-traits v0.2.19
7812025-02-21T22:01:54.654Z Downloaded zone v0.3.0
7822025-02-21T22:01:54.664Z Downloaded parse-size v1.1.0
7832025-02-21T22:01:54.664Z Downloaded zone v0.1.8
7842025-02-21T22:01:54.664Z Downloaded unicode-truncate v1.1.0
7852025-02-21T22:01:54.664Z Downloaded openssl-probe v0.1.5
7862025-02-21T22:01:54.664Z Downloaded form_urlencoded v1.2.1
7872025-02-21T22:01:54.664Z Downloaded ecdsa v0.16.9
7882025-02-21T22:01:54.667Z Downloaded slog v2.7.0
7892025-02-21T22:01:54.667Z Downloaded zone_cfg_derive v0.3.0
7902025-02-21T22:01:54.667Z Downloaded sync_wrapper v1.0.1
7912025-02-21T22:01:54.667Z Downloaded typify-macro v0.2.0
7922025-02-21T22:01:54.667Z Downloaded rtoolbox v0.0.2
7932025-02-21T22:01:54.669Z Downloaded powerfmt v0.2.0
7942025-02-21T22:01:54.669Z Downloaded primeorder v0.13.6
7952025-02-21T22:01:54.672Z Downloaded rustc-hash v1.1.0
7962025-02-21T22:01:54.674Z Downloaded parking_lot v0.12.3
7972025-02-21T22:01:54.677Z Downloaded ron v0.7.1
7982025-02-21T22:01:54.681Z Downloaded oso-derive v0.27.3
7992025-02-21T22:01:54.684Z Downloaded zeroize_derive v1.4.2
8002025-02-21T22:01:54.686Z Downloaded zeroize v1.8.1
8012025-02-21T22:01:54.686Z Downloaded zerofrom-derive v0.1.4
8022025-02-21T22:01:54.689Z Downloaded hash32 v0.3.1
8032025-02-21T22:01:54.689Z Downloaded typify v0.2.0
8042025-02-21T22:01:54.692Z Downloaded dirs-sys-next v0.1.2
8052025-02-21T22:01:54.694Z Downloaded dirs-next v2.0.0
8062025-02-21T22:01:54.694Z Downloaded nu-ansi-term v0.50.1
8072025-02-21T22:01:54.697Z Downloaded zerovec v0.10.4
8082025-02-21T22:01:54.704Z Downloaded sec1 v0.7.3
8092025-02-21T22:01:54.707Z Downloaded time-core v0.1.2
8102025-02-21T22:01:54.709Z Downloaded poly1305 v0.8.0
8112025-02-21T22:01:54.712Z Downloaded phf_codegen v0.11.2
8122025-02-21T22:01:54.712Z Downloaded display-error-chain v0.2.2
8132025-02-21T22:01:54.715Z Downloaded serde_plain v1.0.2
8142025-02-21T22:01:54.715Z Downloaded termtree v0.5.1
8152025-02-21T22:01:54.717Z Downloaded steno v0.4.1
8162025-02-21T22:01:54.721Z Downloaded supports-color v3.0.1
8172025-02-21T22:01:54.724Z Downloaded foreign-types-shared v0.3.1
8182025-02-21T22:01:54.724Z Downloaded static_assertions v1.1.0
8192025-02-21T22:01:54.729Z Downloaded ghash v0.5.1
8202025-02-21T22:01:54.729Z Downloaded wait-timeout v0.2.0
8212025-02-21T22:01:54.733Z Downloaded rayon v1.10.0
8222025-02-21T22:01:54.738Z Downloaded diesel_table_macro_syntax v0.2.0
8232025-02-21T22:01:54.747Z Downloaded fxhash v0.2.1
8242025-02-21T22:01:54.747Z Downloaded nodrop v0.1.14
8252025-02-21T22:01:54.747Z Downloaded r2d2 v0.8.10
8262025-02-21T22:01:54.747Z Downloaded rand_xorshift v0.3.0
8272025-02-21T22:01:54.747Z Downloaded stable_deref_trait v1.2.0
8282025-02-21T22:01:54.747Z Downloaded env_filter v0.1.2
8292025-02-21T22:01:54.750Z Downloaded tokio-native-tls v0.3.1
8302025-02-21T22:01:54.751Z Downloaded p256 v0.13.2
8312025-02-21T22:01:54.753Z Downloaded headers v0.4.0
8322025-02-21T22:01:54.759Z Downloaded tower-service v0.3.3
8332025-02-21T22:01:54.762Z Downloaded postcard v1.0.10
8342025-02-21T22:01:54.764Z Downloaded schemars v0.8.21
8352025-02-21T22:01:54.775Z Downloaded tower-layer v0.3.3
8362025-02-21T22:01:54.778Z Downloaded toolchain_find v0.4.0
8372025-02-21T22:01:54.778Z Downloaded difflib v0.4.0
8382025-02-21T22:01:54.780Z Downloaded scrypt v0.11.0
8392025-02-21T22:01:54.780Z Downloaded tracing-attributes v0.1.27
8402025-02-21T22:01:54.783Z Downloaded typify v0.3.0
8412025-02-21T22:01:54.787Z Downloaded dsl_auto_type v0.1.2
8422025-02-21T22:01:54.789Z Downloaded postgres-types v0.2.8
8432025-02-21T22:01:54.792Z Downloaded num-integer v0.1.46
8442025-02-21T22:01:54.795Z Downloaded typed-path v0.9.3
8452025-02-21T22:01:54.799Z Downloaded fragile v2.0.0
8462025-02-21T22:01:54.802Z Downloaded num-derive v0.4.2
8472025-02-21T22:01:54.805Z Downloaded precomputed-hash v0.1.1
8482025-02-21T22:01:54.805Z Downloaded serde_urlencoded v0.7.1
8492025-02-21T22:01:54.807Z Downloaded xz2 v0.1.7
8502025-02-21T22:01:54.810Z Downloaded tokio-macros v2.5.0
8512025-02-21T22:01:54.810Z Downloaded pbkdf2 v0.12.2
8522025-02-21T22:01:54.812Z Downloaded num-iter v0.1.45
8532025-02-21T22:01:54.812Z Downloaded quick-xml v0.33.0
8542025-02-21T22:01:54.819Z Downloaded ena v0.14.3
8552025-02-21T22:01:54.822Z Downloaded rand_seeder v0.3.0
8562025-02-21T22:01:54.824Z Downloaded oso v0.27.3
8572025-02-21T22:01:54.827Z Downloaded toml_edit v0.19.15
8582025-02-21T22:01:54.843Z Downloaded deranged v0.3.11
8592025-02-21T22:01:54.846Z Downloaded defmt-macros v0.3.9
8602025-02-21T22:01:54.849Z Downloaded predicates-tree v1.0.11
8612025-02-21T22:01:54.849Z Downloaded predicates-core v1.0.8
8622025-02-21T22:01:54.852Z Downloaded paste v1.0.15
8632025-02-21T22:01:54.855Z Downloaded xattr v1.3.1
8642025-02-21T22:01:54.855Z Downloaded sct v0.7.1
8652025-02-21T22:01:54.858Z Downloaded futures-util v0.3.31
8662025-02-21T22:01:54.871Z Downloaded peg v0.8.4
8672025-02-21T22:01:54.875Z Downloaded hash32 v0.2.1
8682025-02-21T22:01:54.877Z Downloaded embedded-io v0.6.1
8692025-02-21T22:01:54.877Z Downloaded tokio-tungstenite v0.24.0
8702025-02-21T22:01:54.880Z Downloaded tower v0.5.2
8712025-02-21T22:01:54.891Z Downloaded vsss-rs v3.3.4
8722025-02-21T22:01:54.893Z Downloaded unicode-segmentation v1.12.0
8732025-02-21T22:01:54.897Z Downloaded dropshot_endpoint v0.15.1
8742025-02-21T22:01:54.900Z Downloaded derive-where v1.2.7
8752025-02-21T22:01:54.903Z Downloaded bindgen v0.69.5
8762025-02-21T22:01:54.912Z Downloaded peg-macros v0.8.4
8772025-02-21T22:01:54.914Z Downloaded half v2.4.1
8782025-02-21T22:01:54.919Z Downloaded openssl-sys v0.9.106
8792025-02-21T22:01:54.923Z Downloaded icu_properties_data v1.5.0
8802025-02-21T22:01:54.934Z Downloaded toml v0.7.8
8812025-02-21T22:01:54.938Z Downloaded tokio-postgres v0.7.12
8822025-02-21T22:01:54.943Z Downloaded vergen v8.3.2
8832025-02-21T22:01:54.946Z Downloaded hashbrown v0.12.3
8842025-02-21T22:01:54.951Z Downloaded bitvec v1.0.1
8852025-02-21T22:01:54.968Z Downloaded serde_yaml v0.9.34+deprecated
8862025-02-21T22:01:54.971Z Downloaded regex v1.11.1
8872025-02-21T22:01:54.985Z Downloaded url v2.5.3
8882025-02-21T22:01:54.988Z Downloaded reedline v0.35.0
8892025-02-21T22:01:54.998Z Downloaded rsa v0.9.6
8902025-02-21T22:01:55.002Z Downloaded rand v0.8.5
8912025-02-21T22:01:55.006Z Downloaded serde_with v3.11.0
8922025-02-21T22:01:55.015Z Downloaded hashbrown v0.13.2
8932025-02-21T22:01:55.020Z Downloaded nom v7.1.3
8942025-02-21T22:01:55.025Z Downloaded p521 v0.13.3
8952025-02-21T22:01:55.030Z Downloaded parse-zoneinfo v0.3.1
8962025-02-21T22:01:55.033Z Downloaded tokio-util v0.7.12
8972025-02-21T22:01:55.040Z Downloaded rustyline v14.0.0
8982025-02-21T22:01:55.046Z Downloaded portable-atomic v1.9.0
8992025-02-21T22:01:55.053Z Downloaded proptest v1.5.0
9002025-02-21T22:01:55.065Z Downloaded tracing v0.1.40
9012025-02-21T22:01:55.068Z Downloaded zerocopy v0.8.10
9022025-02-21T22:01:55.094Z Downloaded time v0.3.36
9032025-02-21T22:01:55.101Z Downloaded rustls v0.21.12
9042025-02-21T22:01:55.115Z Downloaded hashbrown v0.14.5
9052025-02-21T22:01:55.125Z Downloaded rustls-webpki v0.101.7
9062025-02-21T22:01:55.148Z Downloaded curve25519-dalek v4.1.3
9072025-02-21T22:01:55.160Z Downloaded polar-core v0.27.3
9082025-02-21T22:01:55.174Z Downloaded webpki-roots v0.26.6
9092025-02-21T22:01:55.178Z Downloaded bstr v1.10.0
9102025-02-21T22:01:55.188Z Downloaded rustls-webpki v0.102.8
9112025-02-21T22:01:55.206Z Downloaded vcpkg v0.2.15
9122025-02-21T22:01:55.245Z Downloaded object v0.30.4
9132025-02-21T22:01:55.254Z Downloaded rustls v0.22.4
9142025-02-21T22:01:55.269Z Downloaded git2 v0.19.0
9152025-02-21T22:01:55.276Z Downloaded p384 v0.13.0
9162025-02-21T22:01:55.283Z Downloaded nix v0.27.1
9172025-02-21T22:01:55.293Z Downloaded dropshot v0.15.1
9182025-02-21T22:01:55.316Z Downloaded radix_trie v0.2.1
9192025-02-21T22:01:55.321Z Downloaded regex-syntax v0.8.5
9202025-02-21T22:01:55.330Z Downloaded diesel v2.2.7
9212025-02-21T22:01:55.349Z Downloaded openssl v0.10.71
9222025-02-21T22:01:55.359Z Downloaded regress v0.10.1
9232025-02-21T22:01:55.368Z Downloaded regress v0.9.1
9242025-02-21T22:01:55.377Z Downloaded object v0.36.5
9252025-02-21T22:01:55.387Z Downloaded nix v0.28.0
9262025-02-21T22:01:55.399Z Downloaded nix v0.29.0
9272025-02-21T22:01:55.413Z Downloaded openapiv3 v2.0.0
9282025-02-21T22:01:55.425Z Downloaded sled v0.34.7
9292025-02-21T22:01:55.436Z Downloaded typify-impl v0.3.0
9302025-02-21T22:01:55.451Z Downloaded bzip2-sys v0.1.11+1.0.8
9312025-02-21T22:01:55.464Z Downloaded regex-automata v0.4.8
9322025-02-21T22:01:55.482Z Downloaded typify-impl v0.2.0
9332025-02-21T22:01:55.496Z Downloaded gimli v0.31.1
9342025-02-21T22:01:55.504Z Downloaded zerocopy-derive v0.6.6
9352025-02-21T22:01:55.513Z Downloaded rustls v0.23.19
9362025-02-21T22:01:55.526Z Downloaded ratatui v0.29.0
9372025-02-21T22:01:55.546Z Downloaded hickory-proto v0.24.3
9382025-02-21T22:01:55.561Z Downloaded chrono-tz v0.10.1
9392025-02-21T22:01:55.568Z Downloaded unicode-width v0.2.0
9402025-02-21T22:01:55.574Z Downloaded regex-syntax v0.6.29
9412025-02-21T22:01:55.581Z Downloaded dropshot v0.12.0
9422025-02-21T22:01:55.601Z Downloaded smoltcp v0.11.0
9432025-02-21T22:01:55.614Z Downloaded petgraph v0.6.5
9442025-02-21T22:01:55.629Z Downloaded h2 v0.4.6
9452025-02-21T22:01:55.636Z Downloaded lzma-sys v0.1.20
9462025-02-21T22:01:55.667Z Downloaded winnow v0.5.40
9472025-02-21T22:01:55.674Z Downloaded sqlparser v0.45.0
9482025-02-21T22:01:55.680Z Downloaded tokio v1.43.0
9492025-02-21T22:01:55.721Z Downloaded libz-sys v1.1.20
9502025-02-21T22:01:55.742Z Downloaded csv v1.3.1
9512025-02-21T22:01:55.762Z Downloaded sha3 v0.10.8
9522025-02-21T22:01:55.767Z Downloaded smoltcp v0.9.1
9532025-02-21T22:01:55.779Z Downloaded rusqlite v0.32.1
9542025-02-21T22:01:55.785Z Downloaded petname v2.0.2
9552025-02-21T22:01:55.791Z Downloaded chrono v0.4.39
9562025-02-21T22:01:55.799Z Downloaded predicates v3.1.3
9572025-02-21T22:01:55.802Z Downloaded env_logger v0.10.2
9582025-02-21T22:01:55.805Z Downloaded serde_with_macros v3.11.0
9592025-02-21T22:01:55.808Z Downloaded thiserror v2.0.11
9602025-02-21T22:01:55.813Z Downloaded salty v0.3.0
9612025-02-21T22:01:55.820Z Downloaded lalrpop v0.19.12
9622025-02-21T22:01:55.834Z Downloaded tls_codec_derive v0.4.1
9632025-02-21T22:01:55.838Z Downloaded sha1 v0.10.6
9642025-02-21T22:01:55.838Z Downloaded untrusted v0.9.0
9652025-02-21T22:01:55.840Z Downloaded reqwest v0.12.12
9662025-02-21T22:01:55.848Z Downloaded rusty-fork v0.3.0
9672025-02-21T22:01:55.851Z Downloaded derive_builder v0.20.2
9682025-02-21T22:01:55.855Z Downloaded sqlformat v0.2.6
9692025-02-21T22:01:55.857Z Downloaded zopfli v0.8.1
9702025-02-21T22:01:55.860Z Downloaded password-hash v0.4.2
9712025-02-21T22:01:55.863Z Downloaded num-rational v0.4.2
9722025-02-21T22:01:55.863Z Downloaded time-macros v0.2.18
9732025-02-21T22:01:55.866Z Downloaded ppv-lite86 v0.2.20
9742025-02-21T22:01:55.866Z Downloaded ed25519-dalek v2.1.1
9752025-02-21T22:01:55.869Z Downloaded radium v0.7.0
9762025-02-21T22:01:55.871Z Downloaded aho-corasick v1.1.3
9772025-02-21T22:01:55.876Z Downloaded heapless v0.7.17
9782025-02-21T22:01:55.880Z Downloaded x509-cert v0.2.5
9792025-02-21T22:01:55.886Z Downloaded ssh-key v0.6.6
9802025-02-21T22:01:55.893Z Downloaded spki v0.7.3
9812025-02-21T22:01:55.895Z Downloaded getrandom v0.2.15
9822025-02-21T22:01:55.898Z Downloaded flate2 v1.0.35
9832025-02-21T22:01:55.903Z Downloaded quinn-proto v0.11.8
9842025-02-21T22:01:55.910Z Downloaded ssh-encoding v0.2.0
9852025-02-21T22:01:55.913Z Downloaded ssh-cipher v0.2.0
9862025-02-21T22:01:55.913Z Downloaded shell-words v1.1.0
9872025-02-21T22:01:55.916Z Downloaded quinn-udp v0.5.5
9882025-02-21T22:01:55.916Z Downloaded test-strategy v0.3.1
9892025-02-21T22:01:55.919Z Downloaded unsafe-libyaml v0.2.11
9902025-02-21T22:01:55.923Z Downloaded aws-lc-rs v1.10.0
9912025-02-21T22:01:55.933Z Downloaded tinyvec v1.8.0
9922025-02-21T22:01:55.936Z Downloaded rand_chacha v0.3.1
9932025-02-21T22:01:55.939Z Downloaded serde_path_to_error v0.1.16
9942025-02-21T22:01:55.943Z Downloaded resolv-conf v0.7.0
9952025-02-21T22:01:55.943Z Downloaded postgres-protocol v0.6.7
9962025-02-21T22:01:55.945Z Downloaded num-bigint-dig v0.8.4
9972025-02-21T22:01:55.948Z Downloaded unicode-normalization v0.1.24
9982025-02-21T22:01:55.951Z Downloaded tough v0.19.0
9992025-02-21T22:01:55.960Z Downloaded string_cache v0.8.7
10002025-02-21T22:01:55.964Z Downloaded hashlink v0.9.1
10012025-02-21T22:01:55.966Z Downloaded encoding_rs v0.8.34
10022025-02-21T22:01:55.986Z Downloaded ring v0.17.9
10032025-02-21T22:01:56.031Z Downloaded derive_more v0.99.19
10042025-02-21T22:01:56.036Z Downloaded russh v0.45.0
10052025-02-21T22:01:56.042Z Downloaded structmeta-derive v0.3.0
10062025-02-21T22:01:56.045Z Downloaded stringprep v0.1.5
10072025-02-21T22:01:56.045Z Downloaded native-tls v0.2.12
10082025-02-21T22:01:56.048Z Downloaded diesel_derives v2.2.3
10092025-02-21T22:01:56.051Z Downloaded darling_core v0.20.10
10102025-02-21T22:01:56.056Z Downloaded oxnet v0.1.0
10112025-02-21T22:01:56.058Z Downloaded ed25519 v2.2.3
10122025-02-21T22:01:56.061Z Downloaded dyn-clone v1.0.18
10132025-02-21T22:01:56.061Z Downloaded daft-derive v0.1.1
10142025-02-21T22:01:56.065Z Downloaded whoami v1.5.2
10152025-02-21T22:01:56.067Z Downloaded libgit2-sys v0.17.0+1.8.1
10162025-02-21T22:01:56.130Z Downloaded des v0.8.1
10172025-02-21T22:01:56.133Z Downloaded termtree v0.4.1
10182025-02-21T22:01:56.133Z Downloaded dunce v1.0.5
10192025-02-21T22:01:56.136Z Downloaded scopeguard v1.2.0
10202025-02-21T22:01:56.136Z Downloaded scheduled-thread-pool v0.2.7
10212025-02-21T22:01:56.136Z Downloaded same-file v1.0.6
10222025-02-21T22:01:56.139Z Downloaded phf_generator v0.11.2
10232025-02-21T22:01:56.139Z Downloaded blake3 v1.5.4
10242025-02-21T22:01:56.146Z Downloaded heapless v0.8.0
10252025-02-21T22:01:56.150Z Downloaded zerocopy-derive v0.8.10
10262025-02-21T22:01:56.156Z Downloaded pin-project v1.1.6
10272025-02-21T22:01:56.170Z Downloaded hyper v1.5.2
10282025-02-21T22:01:56.175Z Downloaded diesel-dtrace v0.4.2
10292025-02-21T22:01:56.178Z Downloaded password-hash v0.5.0
10302025-02-21T22:01:56.180Z Downloaded unicode_categories v0.1.1
10312025-02-21T22:01:56.180Z Downloaded slog-bunyan v2.5.0
10322025-02-21T22:01:56.185Z Downloaded prettyplease v0.2.29
10332025-02-21T22:01:56.188Z Downloaded publicsuffix v2.3.0
10342025-02-21T22:01:56.188Z Downloaded expectorate v1.1.0
10352025-02-21T22:01:56.192Z Downloaded slab v0.4.9
10362025-02-21T22:01:56.192Z Downloaded tungstenite v0.21.0
10372025-02-21T22:01:56.196Z Downloaded darling v0.20.10
10382025-02-21T22:01:56.199Z Downloaded foreign-types-macros v0.2.3
10392025-02-21T22:01:56.202Z Downloaded darling_macro v0.20.10
10402025-02-21T22:01:56.202Z Downloaded rfc6979 v0.4.0
10412025-02-21T22:01:56.202Z Downloaded vte v0.11.1
10422025-02-21T22:01:56.205Z Downloaded parking_lot_core v0.8.6
10432025-02-21T22:01:56.205Z Downloaded progenitor v0.8.0
10442025-02-21T22:01:56.207Z Downloaded proc-macro-crate v1.3.1
10452025-02-21T22:01:56.207Z Downloaded phf v0.11.2
10462025-02-21T22:01:56.210Z Downloaded percent-encoding v2.3.1
10472025-02-21T22:01:56.210Z Downloaded samael v0.0.17
10482025-02-21T22:01:56.214Z Downloaded libm v0.2.8
10492025-02-21T22:01:56.222Z Downloaded itertools v0.12.1
10502025-02-21T22:01:56.229Z Downloaded itertools v0.10.5
10512025-02-21T22:01:56.235Z Downloaded foreign-types v0.5.0
10522025-02-21T22:01:56.239Z Downloaded float-ord v0.3.2
10532025-02-21T22:01:56.239Z Downloaded mio v1.0.2
10542025-02-21T22:01:56.242Z Downloaded quick-error v1.2.3
10552025-02-21T22:01:56.245Z Downloaded pin-project-lite v0.2.14
10562025-02-21T22:01:56.248Z Downloaded pin-project-internal v1.1.6
10572025-02-21T22:01:56.251Z Downloaded strum_macros v0.24.3
10582025-02-21T22:01:56.254Z Downloaded signature v2.2.0
10592025-02-21T22:01:56.254Z Downloaded signal-hook-tokio v0.3.1
10602025-02-21T22:01:56.257Z Downloaded signal-hook-registry v1.4.2
10612025-02-21T22:01:56.257Z Downloaded globset v0.4.15
10622025-02-21T22:01:56.257Z Downloaded yasna v0.5.2
10632025-02-21T22:01:56.261Z Downloaded zip v0.6.6
10642025-02-21T22:01:56.264Z Downloaded unicode-bidi v0.3.17
10652025-02-21T22:01:56.267Z Downloaded quinn v0.11.5
10662025-02-21T22:01:56.272Z Downloaded foldhash v0.1.3
10672025-02-21T22:01:56.275Z Downloaded num_enum_derive v0.5.11
10682025-02-21T22:01:56.275Z Downloaded newtype-uuid v1.2.1
10692025-02-21T22:01:56.276Z Downloaded group v0.13.0
10702025-02-21T22:01:56.276Z Downloaded gethostname v0.5.0
10712025-02-21T22:01:56.279Z Downloaded pkcs1 v0.7.5
10722025-02-21T22:01:56.279Z Downloaded displaydoc v0.2.5
10732025-02-21T22:01:56.283Z Downloaded similar v2.6.0
10742025-02-21T22:01:56.285Z Downloaded minimal-lexical v0.2.1
10752025-02-21T22:01:56.290Z Downloaded tar v0.4.42
10762025-02-21T22:01:56.294Z Downloaded futures v0.3.31
10772025-02-21T22:01:56.299Z Downloaded indicatif v0.17.11
10782025-02-21T22:01:56.304Z Downloaded const_format v0.2.34
10792025-02-21T22:01:56.308Z Downloaded russh-keys v0.45.0
10802025-02-21T22:01:56.311Z Downloaded unicode-xid v0.2.6
10812025-02-21T22:01:56.314Z Downloaded term v0.7.0
10822025-02-21T22:01:56.317Z Downloaded pkcs8 v0.10.2
10832025-02-21T22:01:56.320Z Downloaded fs_extra v1.3.0
10842025-02-21T22:01:56.322Z Downloaded crypto-bigint v0.5.5
10852025-02-21T22:01:56.327Z Downloaded num-complex v0.4.6
10862025-02-21T22:01:56.329Z Downloaded subprocess v0.2.9
10872025-02-21T22:01:56.332Z Downloaded uuid v1.12.0
10882025-02-21T22:01:56.334Z Downloaded unicode-properties v0.1.3
10892025-02-21T22:01:56.337Z Downloaded bumpalo v3.16.0
10902025-02-21T22:01:56.340Z Downloaded der_derive v0.7.3
10912025-02-21T22:01:56.342Z Downloaded value-bag v1.9.0
10922025-02-21T22:01:56.344Z Downloaded tinystr v0.7.6
10932025-02-21T22:01:56.347Z Downloaded termcolor v1.4.1
10942025-02-21T22:01:56.347Z Downloaded structmeta-derive v0.2.0
10952025-02-21T22:01:56.349Z Downloaded structmeta v0.3.0
10962025-02-21T22:01:56.349Z Downloaded simd-adler32 v0.3.7
10972025-02-21T22:01:56.352Z Downloaded tokio-rustls v0.25.0
10982025-02-21T22:01:56.352Z Downloaded progenitor-macro v0.9.1
10992025-02-21T22:01:56.355Z Downloaded progenitor-macro v0.8.0
11002025-02-21T22:01:56.355Z Downloaded defmt-parser v0.3.4
11012025-02-21T22:01:56.355Z Downloaded zerovec-derive v0.10.3
11022025-02-21T22:01:56.358Z Downloaded crossbeam-channel v0.5.13
11032025-02-21T22:01:56.361Z Downloaded arc-swap v1.7.1
11042025-02-21T22:01:56.364Z Downloaded tap v1.0.1
11052025-02-21T22:01:56.366Z Downloaded strum_macros v0.26.4
11062025-02-21T22:01:56.369Z Downloaded progenitor-impl v0.8.0
11072025-02-21T22:01:56.372Z Downloaded base64 v0.21.7
11082025-02-21T22:01:56.374Z Downloaded crossbeam-utils v0.8.20
11092025-02-21T22:01:56.377Z Downloaded pem v3.0.4
11102025-02-21T22:01:56.379Z Downloaded futures-sink v0.3.31
11112025-02-21T22:01:56.379Z Downloaded futures-io v0.3.31
11122025-02-21T22:01:56.382Z Downloaded futures-executor v0.3.31
11132025-02-21T22:01:56.382Z Downloaded tokio-rustls v0.26.0
11142025-02-21T22:01:56.384Z Downloaded base64 v0.22.1
11152025-02-21T22:01:56.387Z Downloaded icu_normalizer v1.5.0
11162025-02-21T22:01:56.390Z Downloaded serde-hex v0.1.0
11172025-02-21T22:01:56.393Z Downloaded icu_properties v1.5.1
11182025-02-21T22:01:56.395Z Downloaded icu_normalizer_data v1.5.0
11192025-02-21T22:01:56.398Z Downloaded clang-sys v1.8.1
11202025-02-21T22:01:56.400Z Downloaded bytes v1.9.0
11212025-02-21T22:01:56.403Z Downloaded icu_locid v1.5.0
11222025-02-21T22:01:56.407Z Downloaded base64 v0.13.1
11232025-02-21T22:01:56.410Z Downloaded utf16_iter v1.0.5
11242025-02-21T22:01:56.413Z Downloaded rustc_version v0.4.1
11252025-02-21T22:01:56.413Z Downloaded rustc_version v0.1.7
11262025-02-21T22:01:56.416Z Downloaded rustc-hash v2.0.0
11272025-02-21T22:01:56.416Z Downloaded http-body-util v0.1.2
11282025-02-21T22:01:56.418Z Downloaded icu_locid_transform v1.5.0
11292025-02-21T22:01:56.421Z Downloaded blake2 v0.10.6
11302025-02-21T22:01:56.421Z Downloaded highway v1.2.0
11312025-02-21T22:01:56.424Z Downloaded hex v0.4.3
11322025-02-21T22:01:56.426Z Downloaded cookie_store v0.21.1
11332025-02-21T22:01:56.429Z Downloaded cipher v0.4.4
11342025-02-21T22:01:56.429Z Downloaded ciborium v0.2.2
11352025-02-21T22:01:56.431Z Downloaded cancel-safe-futures v0.1.5
11362025-02-21T22:01:56.434Z Downloaded async-trait v0.1.86
11372025-02-21T22:01:56.437Z Downloaded httparse v1.9.5
11382025-02-21T22:01:56.440Z Downloaded console v0.15.10
11392025-02-21T22:01:56.442Z Downloaded backoff v0.4.0
11402025-02-21T22:01:56.446Z Downloaded curve25519-dalek-derive v0.1.1
11412025-02-21T22:01:56.449Z Downloaded crc v3.2.1
11422025-02-21T22:01:56.449Z Downloaded cmake v0.1.51
11432025-02-21T22:01:56.449Z Downloaded argon2 v0.5.3
11442025-02-21T22:01:56.452Z Downloaded linked-hash-map v0.5.6
11452025-02-21T22:01:56.452Z Downloaded kstat-rs v0.2.4
11462025-02-21T22:01:56.455Z Downloaded idna_adapter v1.2.0
11472025-02-21T22:01:56.455Z Downloaded hubpack v0.1.2
11482025-02-21T22:01:56.455Z Downloaded cstr-argument v0.1.2
11492025-02-21T22:01:56.457Z Downloaded crc-catalog v2.4.0
11502025-02-21T22:01:56.457Z Downloaded cobs v0.2.3
11512025-02-21T22:01:56.457Z Downloaded base16ct v0.2.0
11522025-02-21T22:01:56.461Z Downloaded arrayref v0.3.9
11532025-02-21T22:01:56.461Z Downloaded hickory-client v0.24.3
11542025-02-21T22:01:56.464Z Downloaded convert_case v0.4.0
11552025-02-21T22:01:56.464Z Downloaded ascii-canvas v3.0.0
11562025-02-21T22:01:56.464Z Downloaded impl-trait-for-tuples v0.2.2
11572025-02-21T22:01:56.466Z Downloaded bit-vec v0.6.3
11582025-02-21T22:01:56.469Z Downloaded block-padding v0.3.3
11592025-02-21T22:01:56.469Z Downloaded bitfield-struct v0.6.2
11602025-02-21T22:01:56.472Z Downloaded async-stream v0.3.6
11612025-02-21T22:01:56.472Z Downloaded hyper-tls v0.6.0
11622025-02-21T22:01:56.475Z Downloaded indoc v2.0.5
11632025-02-21T22:01:56.478Z Downloaded indent_write v2.2.0
11642025-02-21T22:01:56.479Z Downloaded humantime v2.1.0
11652025-02-21T22:01:56.481Z Downloaded ciborium-ll v0.2.2
11662025-02-21T22:01:56.481Z Downloaded bit-set v0.5.3
11672025-02-21T22:01:56.481Z Downloaded keccak v0.1.5
11682025-02-21T22:01:56.481Z Downloaded httpdate v1.0.3
11692025-02-21T22:01:56.484Z Downloaded constant_time_eq v0.3.1
11702025-02-21T22:01:56.484Z Downloaded atomicwrites v0.4.4
11712025-02-21T22:01:56.487Z Downloaded array-init v0.0.4
11722025-02-21T22:01:56.487Z Downloaded colored v2.1.0
11732025-02-21T22:01:56.489Z Downloaded cassowary v0.3.0
11742025-02-21T22:01:56.489Z Downloaded atomic-waker v1.1.2
11752025-02-21T22:01:56.492Z Downloaded async-recursion v1.1.1
11762025-02-21T22:01:56.495Z Downloaded aead v0.5.2
11772025-02-21T22:01:56.549Z Downloaded libsqlite3-sys v0.30.1
11782025-02-21T22:01:56.813Z Downloaded aws-lc-sys v0.22.0
11792025-02-21T22:01:57.119Z Compiling serde v1.0.217
11802025-02-21T22:01:57.122Z Compiling value-bag v1.9.0
11812025-02-21T22:01:57.122Z Compiling lock_api v0.4.12
11822025-02-21T22:01:57.122Z Compiling scopeguard v1.2.0
11832025-02-21T22:01:57.276Z Compiling typenum v1.17.0
11842025-02-21T22:01:57.278Z Compiling generic-array v0.14.7
11852025-02-21T22:01:57.321Z Compiling syn v2.0.96
11862025-02-21T22:01:57.336Z Compiling getrandom v0.2.15
11872025-02-21T22:01:57.514Z Compiling subtle v2.6.1
11882025-02-21T22:01:57.629Z Compiling rand_core v0.6.4
11892025-02-21T22:01:57.784Z Compiling log v0.4.22
11902025-02-21T22:01:57.843Z Compiling shlex v1.3.0
11912025-02-21T22:01:57.865Z Compiling jobserver v0.1.32
11922025-02-21T22:01:57.896Z Compiling smallvec v1.13.2
11932025-02-21T22:01:58.169Z Compiling const-oid v0.9.6
11942025-02-21T22:01:58.211Z Compiling pin-project-lite v0.2.14
11952025-02-21T22:01:58.233Z Compiling parking_lot_core v0.9.10
11962025-02-21T22:01:58.279Z Compiling cc v1.1.30
11972025-02-21T22:01:58.347Z Compiling rustix v0.38.37
11982025-02-21T22:01:58.513Z Compiling futures-core v0.3.31
11992025-02-21T22:01:58.634Z Compiling spin v0.9.8
12002025-02-21T22:01:58.758Z Compiling signal-hook-registry v1.4.2
12012025-02-21T22:01:59.026Z Compiling mio v1.0.2
12022025-02-21T22:01:59.212Z Compiling parking_lot v0.12.3
12032025-02-21T22:01:59.254Z Compiling aho-corasick v1.1.3
12042025-02-21T22:01:59.480Z Compiling cpufeatures v0.2.14
12052025-02-21T22:01:59.530Z Compiling futures-sink v0.3.31
12062025-02-21T22:01:59.596Z Compiling regex-syntax v0.8.5
12072025-02-21T22:01:59.700Z Compiling stable_deref_trait v1.2.0
12082025-02-21T22:01:59.828Z Compiling socket2 v0.5.7
12092025-02-21T22:02:00.013Z Compiling slab v0.4.9
12102025-02-21T22:02:00.039Z Compiling glob v0.3.2
12112025-02-21T22:02:00.140Z Compiling either v1.13.0
12122025-02-21T22:02:00.584Z Compiling prettyplease v0.2.29
12132025-02-21T22:02:00.807Z Compiling lazy_static v1.5.0
12142025-02-21T22:02:00.886Z Compiling clang-sys v1.8.1
12152025-02-21T22:02:00.965Z Compiling minimal-lexical v0.2.1
12162025-02-21T22:02:00.986Z Compiling serde_json v1.0.139
12172025-02-21T22:02:01.007Z Compiling futures-channel v0.3.31
12182025-02-21T22:02:01.355Z Compiling libloading v0.8.5
12192025-02-21T22:02:01.462Z Compiling nom v7.1.3
12202025-02-21T22:02:01.484Z Compiling futures-io v0.3.31
12212025-02-21T22:02:01.635Z Compiling pin-utils v0.1.0
12222025-02-21T22:02:01.743Z Compiling bindgen v0.69.5
12232025-02-21T22:02:01.747Z Compiling futures-task v0.3.31
12242025-02-21T22:02:01.783Z Compiling home v0.5.9
12252025-02-21T22:02:02.014Z Compiling itertools v0.10.5
12262025-02-21T22:02:02.076Z Compiling allocator-api2 v0.2.18
12272025-02-21T22:02:02.664Z Compiling foldhash v0.1.3
12282025-02-21T22:02:02.877Z Compiling lazycell v1.3.0
12292025-02-21T22:02:03.118Z Compiling rustc-hash v1.1.0
12302025-02-21T22:02:03.142Z Compiling libm v0.2.8
12312025-02-21T22:02:03.290Z Compiling hashbrown v0.15.1
12322025-02-21T22:02:03.526Z Compiling regex-automata v0.4.8
12332025-02-21T22:02:04.053Z Compiling cmake v0.1.51
12342025-02-21T22:02:04.501Z Compiling num-traits v0.2.19
12352025-02-21T22:02:04.680Z Compiling cexpr v0.6.0
12362025-02-21T22:02:04.831Z Compiling dunce v1.0.5
12372025-02-21T22:02:04.900Z Compiling fs_extra v1.3.0
12382025-02-21T22:02:04.915Z Compiling synstructure v0.13.1
12392025-02-21T22:02:05.468Z Compiling pkg-config v0.3.31
12402025-02-21T22:02:06.296Z Compiling writeable v0.5.5
12412025-02-21T22:02:06.317Z Compiling litemap v0.7.3
12422025-02-21T22:02:06.711Z Compiling ring v0.17.9
12432025-02-21T22:02:06.775Z Compiling paste v1.0.15
12442025-02-21T22:02:06.853Z Compiling base64ct v1.6.0
12452025-02-21T22:02:07.436Z Compiling pem-rfc7468 v0.7.0
12462025-02-21T22:02:07.574Z Compiling aws-lc-rs v1.10.0
12472025-02-21T22:02:07.805Z Compiling icu_locid_transform_data v1.5.0
12482025-02-21T22:02:07.904Z Compiling flagset v0.4.6
12492025-02-21T22:02:07.992Z Compiling httparse v1.9.5
12502025-02-21T22:02:08.093Z Compiling tracing-core v0.1.32
12512025-02-21T22:02:08.701Z Compiling icu_properties_data v1.5.0
12522025-02-21T22:02:08.957Z Compiling regex v1.11.1
12532025-02-21T22:02:08.959Z Compiling rustls-pki-types v1.10.0
12542025-02-21T22:02:09.063Z Compiling percent-encoding v2.3.1
12552025-02-21T22:02:09.234Z Compiling crossbeam-utils v0.8.20
12562025-02-21T22:02:09.801Z Compiling utf16_iter v1.0.5
12572025-02-21T22:02:09.844Z Compiling num-conv v0.1.0
12582025-02-21T22:02:09.867Z Compiling vcpkg v0.2.15
12592025-02-21T22:02:09.990Z Compiling utf8_iter v1.0.4
12602025-02-21T22:02:10.008Z Compiling serde_derive v1.0.217
12612025-02-21T22:02:10.040Z Compiling zeroize_derive v1.4.2
12622025-02-21T22:02:10.118Z Compiling zerocopy-derive v0.7.35
12632025-02-21T22:02:10.236Z Compiling tokio-macros v2.5.0
12642025-02-21T22:02:11.452Z Compiling zerofrom-derive v0.1.4
12652025-02-21T22:02:11.475Z Compiling zeroize v1.8.1
12662025-02-21T22:02:11.660Z Compiling yoke-derive v0.7.4
12672025-02-21T22:02:11.850Z Compiling futures-macro v0.3.31
12682025-02-21T22:02:12.069Z Compiling zerocopy v0.7.35
12692025-02-21T22:02:13.102Z Compiling crypto-common v0.1.6
12702025-02-21T22:02:13.355Z Compiling block-buffer v0.10.4
12712025-02-21T22:02:13.402Z Compiling zerovec-derive v0.10.3
12722025-02-21T22:02:13.630Z Compiling digest v0.10.7
12732025-02-21T22:02:13.649Z Compiling thiserror-impl v1.0.69
12742025-02-21T22:02:14.017Z Compiling futures-util v0.3.31
12752025-02-21T22:02:14.087Z Compiling hmac v0.12.1
12762025-02-21T22:02:14.108Z Compiling displaydoc v0.2.5
12772025-02-21T22:02:14.353Z Compiling block-padding v0.3.3
12782025-02-21T22:02:14.620Z Compiling inout v0.1.3
12792025-02-21T22:02:14.689Z Compiling zerofrom v0.1.4
12802025-02-21T22:02:14.908Z Compiling yoke v0.7.4
12812025-02-21T22:02:14.912Z Compiling cipher v0.4.4
12822025-02-21T22:02:15.311Z Compiling sha2 v0.10.8
12832025-02-21T22:02:15.479Z Compiling icu_provider_macros v1.5.0
12842025-02-21T22:02:15.644Z Compiling ppv-lite86 v0.2.20
12852025-02-21T22:02:15.896Z Compiling zerovec v0.10.4
12862025-02-21T22:02:16.399Z Compiling der_derive v0.7.3
12872025-02-21T22:02:16.544Z Compiling rand_chacha v0.3.1
12882025-02-21T22:02:16.575Z Compiling thiserror v1.0.69
12892025-02-21T22:02:16.724Z Compiling tracing-attributes v0.1.27
12902025-02-21T22:02:17.702Z Compiling tinystr v0.7.6
12912025-02-21T22:02:17.886Z Compiling icu_collections v1.5.0
12922025-02-21T22:02:18.097Z Compiling icu_locid v1.5.0
12932025-02-21T22:02:18.635Z Compiling der v0.7.9
12942025-02-21T22:02:18.730Z Compiling rand v0.8.5
12952025-02-21T22:02:18.825Z Compiling pest v2.7.14
12962025-02-21T22:02:19.180Z Compiling salsa20 v0.10.2
12972025-02-21T22:02:19.396Z Compiling icu_provider v1.5.0
12982025-02-21T22:02:19.421Z Compiling pbkdf2 v0.12.2
12992025-02-21T22:02:19.612Z Compiling untrusted v0.7.1
13002025-02-21T22:02:19.825Z Compiling time-core v0.1.2
13012025-02-21T22:02:19.896Z Compiling tracing v0.1.40
13022025-02-21T22:02:20.002Z Compiling mirai-annotations v1.12.0
13032025-02-21T22:02:20.088Z Compiling icu_locid_transform v1.5.0
13042025-02-21T22:02:20.232Z Compiling untrusted v0.9.0
13052025-02-21T22:02:20.346Z Compiling powerfmt v0.2.0
13062025-02-21T22:02:20.438Z Compiling write16 v1.0.0
13072025-02-21T22:02:20.480Z Compiling icu_normalizer_data v1.5.0
13082025-02-21T22:02:20.620Z Compiling time-macros v0.2.18
13092025-02-21T22:02:20.746Z Compiling spki v0.7.3
13102025-02-21T22:02:20.783Z Compiling deranged v0.3.11
13112025-02-21T22:02:21.141Z Compiling scrypt v0.11.0
13122025-02-21T22:02:21.638Z Compiling icu_properties v1.5.1
13132025-02-21T22:02:21.736Z Compiling pest_meta v2.7.14
13142025-02-21T22:02:21.965Z Compiling aes v0.8.4
13152025-02-21T22:02:22.270Z Compiling cbc v0.1.2
13162025-02-21T22:02:22.497Z Compiling bitflags v2.6.0
13172025-02-21T22:02:22.531Z Compiling bytes v1.9.0
13182025-02-21T22:02:23.666Z Compiling tokio v1.43.0
13192025-02-21T22:02:23.727Z Compiling indexmap v2.7.1
13202025-02-21T22:02:24.740Z Compiling http v1.2.0
13212025-02-21T22:02:24.971Z Compiling semver v1.0.25
13222025-02-21T22:02:25.086Z Compiling openssl-sys v0.9.106
13232025-02-21T22:02:25.593Z Compiling rustc_version v0.4.1
13242025-02-21T22:02:25.705Z Compiling icu_normalizer v1.5.0
13252025-02-21T22:02:25.986Z Compiling scroll_derive v0.12.0
13262025-02-21T22:02:26.292Z Compiling atomic-waker v1.1.2
13272025-02-21T22:02:26.316Z Compiling num_threads v0.1.7
13282025-02-21T22:02:26.462Z Compiling tinyvec_macros v0.1.1
13292025-02-21T22:02:26.491Z Compiling time v0.3.36
13302025-02-21T22:02:26.573Z Compiling which v4.4.2
13312025-02-21T22:02:27.112Z Compiling idna_adapter v1.2.0
13322025-02-21T22:02:27.346Z Compiling tinyvec v1.8.0
13332025-02-21T22:02:27.349Z Compiling http-body v1.0.1
13342025-02-21T22:02:27.454Z Compiling scroll v0.12.0
13352025-02-21T22:02:28.042Z Compiling pest_generator v2.7.14
13362025-02-21T22:02:28.074Z Compiling pkcs5 v0.7.1
13372025-02-21T22:02:28.074Z Compiling form_urlencoded v1.2.1
13382025-02-21T22:02:28.074Z Compiling slog v2.7.0
13392025-02-21T22:02:28.081Z Compiling try-lock v0.2.5
13402025-02-21T22:02:28.160Z Compiling goblin v0.8.2
13412025-02-21T22:02:28.513Z Compiling pkcs8 v0.10.2
13422025-02-21T22:02:28.686Z Compiling want v0.3.1
13432025-02-21T22:02:28.877Z Compiling idna v1.0.3
13442025-02-21T22:02:28.972Z Compiling uuid v1.12.0
13452025-02-21T22:02:29.159Z Compiling tower-service v0.3.3
13462025-02-21T22:02:29.310Z Compiling iana-time-zone v0.1.61
13472025-02-21T22:02:29.388Z Compiling pest_derive v2.7.14
13482025-02-21T22:02:29.665Z Compiling httpdate v1.0.3
13492025-02-21T22:02:30.079Z Compiling chrono v0.4.39
13502025-02-21T22:02:30.229Z Compiling dtrace-parser v0.2.0
13512025-02-21T22:02:30.539Z Compiling serde_tokenstream v0.2.2
13522025-02-21T22:02:31.150Z Compiling serde_spanned v0.6.8
13532025-02-21T22:02:31.210Z Compiling toml_datetime v0.6.8
13542025-02-21T22:02:31.214Z Compiling base64 v0.22.1
13552025-02-21T22:02:31.386Z Compiling openssl v0.10.71
13562025-02-21T22:02:31.668Z Compiling tokio-util v0.7.12
13572025-02-21T22:02:31.829Z Compiling adler2 v2.0.0
13582025-02-21T22:02:31.947Z Compiling foreign-types-shared v0.1.1
13592025-02-21T22:02:32.041Z Compiling rustversion v1.0.17
13602025-02-21T22:02:32.049Z Compiling match_cfg v0.1.0
13612025-02-21T22:02:32.076Z Compiling foreign-types v0.3.2
13622025-02-21T22:02:32.158Z Compiling hostname v0.3.1
13632025-02-21T22:02:32.179Z Compiling miniz_oxide v0.8.0
13642025-02-21T22:02:32.416Z Compiling url v2.5.3
13652025-02-21T22:02:32.713Z Compiling h2 v0.4.6
13662025-02-21T22:02:33.435Z Compiling async-trait v0.1.86
13672025-02-21T22:02:33.644Z Compiling openssl-macros v0.1.1
13682025-02-21T22:02:34.155Z Compiling dof v0.3.0
13692025-02-21T22:02:34.236Z Compiling serde_derive_internals v0.29.1
13702025-02-21T22:02:34.405Z Compiling dirs-sys-next v0.1.2
13712025-02-21T22:02:34.961Z Compiling usdt-impl v0.5.0
13722025-02-21T22:02:35.961Z Compiling syn v1.0.109
13732025-02-21T22:02:35.986Z Compiling rustls v0.23.19
13742025-02-21T22:02:36.299Z Compiling schemars v0.8.21
13752025-02-21T22:02:36.319Z Compiling rustls v0.22.4
13762025-02-21T22:02:36.523Z Compiling data-encoding v2.6.0
13772025-02-21T22:02:36.575Z Compiling native-tls v0.2.12
13782025-02-21T22:02:36.611Z Compiling siphasher v0.3.11
13792025-02-21T22:02:36.723Z Compiling schemars_derive v0.8.21
13802025-02-21T22:02:36.776Z Compiling dirs-next v2.0.0
13812025-02-21T22:02:36.989Z Compiling unicode-normalization v0.1.24
13822025-02-21T22:02:37.414Z Compiling http-body-util v0.1.2
13832025-02-21T22:02:37.902Z Compiling crossbeam-epoch v0.9.18
13842025-02-21T22:02:38.110Z Compiling heapless v0.7.17
13852025-02-21T22:02:38.292Z Compiling sha1 v0.10.6
13862025-02-21T22:02:38.424Z Compiling signature v2.2.0
13872025-02-21T22:02:38.571Z Compiling bzip2-sys v0.1.11+1.0.8
13882025-02-21T22:02:38.611Z Compiling thread_local v1.1.8
13892025-02-21T22:02:38.719Z Compiling multer v3.1.0
13902025-02-21T22:02:38.738Z Compiling cookie v0.18.1
13912025-02-21T22:02:39.043Z Compiling encoding_rs v0.8.34
13922025-02-21T22:02:39.063Z Compiling slog-async v2.8.0
13932025-02-21T22:02:39.084Z Compiling rayon-core v1.12.1
13942025-02-21T22:02:39.087Z Compiling unicode-properties v0.1.3
13952025-02-21T22:02:39.385Z Compiling openssl-probe v0.1.5
13962025-02-21T22:02:39.550Z Compiling gimli v0.31.1
13972025-02-21T22:02:39.590Z Compiling mime v0.3.17
13982025-02-21T22:02:39.678Z Compiling unicode-bidi v0.3.17
13992025-02-21T22:02:39.699Z Compiling ipnet v2.10.1
14002025-02-21T22:02:40.158Z Compiling hyper v1.5.2
14012025-02-21T22:02:40.847Z Compiling dyn-clone v1.0.18
14022025-02-21T22:02:40.943Z Compiling signal-hook v0.3.17
14032025-02-21T22:02:41.295Z Compiling stringprep v0.1.5
14042025-02-21T22:02:42.714Z Compiling hyper-util v0.1.10
14052025-02-21T22:02:43.789Z Compiling addr2line v0.24.2
14062025-02-21T22:02:43.808Z Compiling toml_edit v0.22.22
14072025-02-21T22:02:44.076Z Compiling crossbeam-deque v0.8.5
14082025-02-21T22:02:44.278Z Compiling usdt-macro v0.5.0
14092025-02-21T22:02:44.370Z Compiling usdt-attr-macro v0.5.0
14102025-02-21T22:02:44.413Z Compiling term v0.7.0
14112025-02-21T22:02:44.703Z Compiling slog-json v2.6.1
14122025-02-21T22:02:45.053Z Compiling serde_urlencoded v0.7.1
14132025-02-21T22:02:45.570Z Compiling crossbeam-channel v0.5.13
14142025-02-21T22:02:45.592Z Compiling curve25519-dalek v4.1.3
14152025-02-21T22:02:45.629Z Compiling futures-executor v0.3.31
14162025-02-21T22:02:45.751Z Compiling md-5 v0.10.6
14172025-02-21T22:02:45.932Z Compiling enum-as-inner v0.6.1
14182025-02-21T22:02:46.024Z Compiling async-stream-impl v0.3.6
14192025-02-21T22:02:46.138Z Compiling rustls-pemfile v2.2.0
14202025-02-21T22:02:46.285Z Compiling num-integer v0.1.46
14212025-02-21T22:02:46.489Z Compiling hash32 v0.2.1
14222025-02-21T22:02:46.551Z Compiling ff v0.13.0
14232025-02-21T22:02:46.796Z Compiling is-terminal v0.4.13
14242025-02-21T22:02:46.871Z Compiling memoffset v0.9.1
14252025-02-21T22:02:46.949Z Compiling object v0.36.5
14262025-02-21T22:02:47.000Z Compiling dropshot v0.12.0
14272025-02-21T22:02:47.021Z Compiling base16ct v0.2.0
14282025-02-21T22:02:47.219Z Compiling quick-error v1.2.3
14292025-02-21T22:02:47.265Z Compiling anyhow v1.0.96
14302025-02-21T22:02:47.343Z Compiling smoltcp v0.9.1
14312025-02-21T22:02:47.365Z Compiling take_mut v0.2.2
14322025-02-21T22:02:47.392Z Compiling num-bigint-dig v0.8.4
14332025-02-21T22:02:47.544Z Compiling psl-types v2.0.11
14342025-02-21T22:02:47.714Z Compiling fallible-iterator v0.2.0
14352025-02-21T22:02:47.752Z Compiling cfg_aliases v0.2.1
14362025-02-21T22:02:47.846Z Compiling linked-hash-map v0.5.6
14372025-02-21T22:02:47.866Z Compiling rustc-demangle v0.1.24
14382025-02-21T22:02:47.981Z Compiling litrs v0.4.1
14392025-02-21T22:02:48.205Z Compiling portable-atomic v1.9.0
14402025-02-21T22:02:48.422Z Compiling utf-8 v0.7.6
14412025-02-21T22:02:48.754Z Compiling tungstenite v0.24.0
14422025-02-21T22:02:48.777Z Compiling postgres-protocol v0.6.7
14432025-02-21T22:02:49.115Z Compiling document-features v0.2.10
14442025-02-21T22:02:49.268Z Compiling lru-cache v0.1.2
14452025-02-21T22:02:49.519Z Compiling nix v0.29.0
14462025-02-21T22:02:50.312Z Compiling publicsuffix v2.3.0
14472025-02-21T22:02:50.479Z Compiling resolv-conf v0.7.0
14482025-02-21T22:02:50.691Z Compiling sec1 v0.7.3
14492025-02-21T22:02:50.829Z Compiling async-stream v0.3.6
14502025-02-21T22:02:51.166Z Compiling toml v0.8.19
14512025-02-21T22:02:51.169Z Compiling hickory-proto v0.24.3
14522025-02-21T22:02:51.268Z Compiling slog-term v2.9.1
14532025-02-21T22:02:51.294Z Compiling usdt v0.5.0
14542025-02-21T22:02:51.470Z Compiling num-iter v0.1.45
14552025-02-21T22:02:51.776Z Compiling group v0.13.0
14562025-02-21T22:02:52.230Z Compiling futures v0.3.31
14572025-02-21T22:02:52.363Z Compiling slog-bunyan v2.5.0
14582025-02-21T22:02:52.851Z Compiling tokio-native-tls v0.3.1
14592025-02-21T22:02:53.159Z Compiling camino v1.1.9
14602025-02-21T22:02:53.621Z Compiling backtrace v0.3.74
14612025-02-21T22:02:53.946Z Compiling phf_shared v0.11.2
14622025-02-21T22:02:54.010Z Compiling dropshot_endpoint v0.12.0
14632025-02-21T22:02:54.214Z Compiling terminal_size v0.4.0
14642025-02-21T22:02:54.309Z Compiling waitgroup v0.1.2
14652025-02-21T22:02:54.379Z Compiling openapiv3 v2.0.0
14662025-02-21T22:02:54.446Z Compiling serde_path_to_error v0.1.16
14672025-02-21T22:02:54.537Z Compiling hkdf v0.12.4
14682025-02-21T22:02:54.817Z Compiling crypto-bigint v0.5.5
14692025-02-21T22:02:55.277Z Compiling curve25519-dalek-derive v0.1.1
14702025-02-21T22:02:56.536Z Compiling hubpack_derive v0.1.1
14712025-02-21T22:02:56.610Z Compiling zerocopy-derive v0.6.6
14722025-02-21T22:02:56.711Z Compiling webpki-roots v0.26.6
14732025-02-21T22:02:56.941Z Compiling sync_wrapper v1.0.1
14742025-02-21T22:02:57.116Z Compiling hostname v0.4.0
14752025-02-21T22:02:57.352Z Compiling crc32fast v1.4.2
14762025-02-21T22:02:57.431Z Compiling ahash v0.8.11
14772025-02-21T22:02:57.710Z Compiling fs-err v2.11.0
14782025-02-21T22:02:57.807Z Compiling bitflags v1.3.2
14792025-02-21T22:02:57.922Z Compiling tower-layer v0.3.3
14802025-02-21T22:02:58.047Z Compiling winnow v0.5.40
14812025-02-21T22:02:58.207Z Compiling debug-ignore v1.0.5
14822025-02-21T22:02:58.234Z Compiling unicode-width v0.2.0
14832025-02-21T22:02:58.376Z Compiling managed v0.8.0
14842025-02-21T22:02:58.504Z Compiling newtype-uuid v1.2.1
14852025-02-21T22:02:58.524Z Compiling zerocopy v0.6.6
14862025-02-21T22:02:58.841Z Compiling console v0.15.10
14872025-02-21T22:02:58.865Z Compiling clap_builder v4.5.30
14882025-02-21T22:02:59.255Z Compiling strum_macros v0.25.3
14892025-02-21T22:03:00.161Z Compiling tower v0.5.2
14902025-02-21T22:03:00.394Z Compiling elliptic-curve v0.13.8
14912025-02-21T22:03:00.885Z Compiling flate2 v1.0.35
14922025-02-21T22:03:01.003Z Compiling hubpack v0.1.2
14932025-02-21T22:03:01.265Z Compiling hickory-resolver v0.24.3
14942025-02-21T22:03:01.428Z Compiling toml_edit v0.19.15
14952025-02-21T22:03:01.786Z Compiling phf v0.11.2
14962025-02-21T22:03:02.083Z Compiling signal-hook-mio v0.2.4
14972025-02-21T22:03:02.274Z Compiling rayon v1.10.0
14982025-02-21T22:03:02.381Z Compiling cookie_store v0.21.1
14992025-02-21T22:03:02.948Z Compiling hyper-tls v0.6.0
15002025-02-21T22:03:03.388Z Compiling bzip2 v0.4.4
15012025-02-21T22:03:04.012Z Compiling tokio-tungstenite v0.24.0
15022025-02-21T22:03:04.566Z Compiling postgres-types v0.2.8
15032025-02-21T22:03:06.816Z Compiling ed25519 v2.2.3
15042025-02-21T22:03:06.839Z Compiling phf_shared v0.10.0
15052025-02-21T22:03:06.920Z Compiling tokio-stream v0.1.16
15062025-02-21T22:03:07.204Z Compiling pkcs1 v0.7.5
15072025-02-21T22:03:07.225Z Compiling serde-big-array v0.5.1
15082025-02-21T22:03:07.474Z Compiling rfc6979 v0.4.0
15092025-02-21T22:03:07.680Z Compiling derive-where v1.2.7
15102025-02-21T22:03:07.903Z Compiling serde_repr v0.1.19
15112025-02-21T22:03:08.124Z Compiling clap_derive v4.5.28
15122025-02-21T22:03:08.374Z Compiling bstr v1.10.0
15132025-02-21T22:03:08.749Z Compiling float-cmp v0.10.0
15142025-02-21T22:03:08.967Z Compiling predicates-core v1.0.8
15152025-02-21T22:03:09.006Z Compiling fixedbitset v0.4.2
15162025-02-21T22:03:09.026Z Compiling new_debug_unreachable v1.0.6
15172025-02-21T22:03:09.148Z Compiling static_assertions v1.1.0
15182025-02-21T22:03:09.272Z Compiling unicode-segmentation v1.12.0
15192025-02-21T22:03:09.310Z Compiling whoami v1.5.2
15202025-02-21T22:03:09.467Z Compiling number_prefix v0.4.0
15212025-02-21T22:03:09.725Z Compiling precomputed-hash v0.1.1
15222025-02-21T22:03:09.867Z Compiling bit-vec v0.6.3
15232025-02-21T22:03:09.888Z Compiling normalize-line-endings v0.3.0
15242025-02-21T22:03:09.935Z Compiling difflib v0.4.0
15252025-02-21T22:03:10.038Z Compiling similar v2.6.0
15262025-02-21T22:03:10.141Z Compiling string_cache v0.8.7
15272025-02-21T22:03:10.283Z Compiling bit-set v0.5.3
15282025-02-21T22:03:10.597Z Compiling predicates v3.1.3
15292025-02-21T22:03:10.600Z Compiling indicatif v0.17.11
15302025-02-21T22:03:10.902Z Compiling tokio-postgres v0.7.12
15312025-02-21T22:03:11.320Z Compiling petgraph v0.6.5
15322025-02-21T22:03:12.123Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15332025-02-21T22:03:12.187Z Compiling rsa v0.9.6
15342025-02-21T22:03:12.618Z Compiling ecdsa v0.16.9
15352025-02-21T22:03:12.772Z Compiling clap v4.5.30
15362025-02-21T22:03:12.909Z Compiling ed25519-dalek v2.1.1
15372025-02-21T22:03:13.453Z Compiling toml v0.7.8
15382025-02-21T22:03:14.956Z Compiling zip v0.6.6
15392025-02-21T22:03:15.486Z Compiling crossterm v0.28.1
15402025-02-21T22:03:16.872Z Compiling hex v0.4.3
15412025-02-21T22:03:16.950Z Compiling x509-cert v0.2.5
15422025-02-21T22:03:17.161Z Compiling unicode-xid v0.2.6
15432025-02-21T22:03:17.367Z Compiling lalrpop-util v0.19.12
15442025-02-21T22:03:17.469Z Compiling peg-runtime v0.8.3
15452025-02-21T22:03:17.734Z Compiling strum_macros v0.26.4
15462025-02-21T22:03:18.021Z Compiling xattr v1.3.1
15472025-02-21T22:03:18.075Z Compiling filetime v0.2.25
15482025-02-21T22:03:18.340Z Compiling tar v0.4.42
15492025-02-21T22:03:22.398Z Compiling strum v0.26.3
15502025-02-21T22:03:25.257Z Compiling aws-lc-sys v0.22.0
15512025-02-21T22:03:53.833Z Compiling rustls-webpki v0.102.8
15522025-02-21T22:03:57.186Z Compiling tokio-rustls v0.25.0
15532025-02-21T22:03:58.943Z Compiling tokio-rustls v0.26.0
15542025-02-21T22:03:59.278Z Compiling hyper-rustls v0.27.3
15552025-02-21T22:03:59.644Z Compiling reqwest v0.12.12
15562025-02-21T22:04:01.016Z Compiling qorb v0.2.1
15572025-02-21T22:04:04.085Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15582025-02-21T22:04:04.386Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15592025-02-21T22:04:09.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s
15602025-02-21T22:04:09.365Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15612025-02-21T22:04:09.420ZFeb 21 22:04:08.080 INFO Starting download, target: Cockroach
15622025-02-21T22:04:09.420ZFeb 21 22:04:08.080 INFO Starting download, target: Clickhouse
15632025-02-21T22:04:09.420ZFeb 21 22:04:08.080 INFO Starting download, target: DendriteOpenapi
15642025-02-21T22:04:09.420ZFeb 21 22:04:08.080 INFO Starting download, target: Console
15652025-02-21T22:04:09.423ZFeb 21 22:04:08.080 INFO Starting download, target: DendriteStub
15662025-02-21T22:04:09.423ZFeb 21 22:04:08.080 INFO Starting download, target: MaghemiteMgd
15672025-02-21T22:04:09.423ZFeb 21 22:04:08.080 INFO Starting download, target: TransceiverControl
15682025-02-21T22:04:09.423ZFeb 21 22:04:08.081 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15692025-02-21T22:04:09.423ZFeb 21 22:04:08.081 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
15702025-02-21T22:04:09.423ZFeb 21 22:04:08.081 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15712025-02-21T22:04:09.423ZFeb 21 22:04:08.081 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15722025-02-21T22:04:09.423ZFeb 21 22:04:08.081 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15732025-02-21T22:04:09.423ZFeb 21 22:04:08.081 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15742025-02-21T22:04:09.423ZFeb 21 22:04:08.082 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15752025-02-21T22:04:09.627ZFeb 21 22:04:08.284 INFO Download complete, target: DendriteOpenapi
15762025-02-21T22:04:09.737ZFeb 21 22:04:08.383 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15772025-02-21T22:04:09.901ZFeb 21 22:04:08.552 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15782025-02-21T22:04:10.246ZFeb 21 22:04:08.890 INFO Download complete, target: TransceiverControl
15792025-02-21T22:04:10.263ZFeb 21 22:04:08.922 INFO Download complete, target: Console
15802025-02-21T22:04:10.386ZFeb 21 22:04:09.043 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15812025-02-21T22:04:10.418ZFeb 21 22:04:09.077 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15822025-02-21T22:04:11.059ZFeb 21 22:04:09.718 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15832025-02-21T22:04:11.059ZFeb 21 22:04:09.718 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15842025-02-21T22:04:11.440ZFeb 21 22:04:10.100 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15852025-02-21T22:04:13.400ZFeb 21 22:04:12.059 INFO Download complete, target: DendriteStub
15862025-02-21T22:04:13.583ZFeb 21 22:04:12.243 INFO Download complete, target: MaghemiteMgd
15872025-02-21T22:04:18.641ZFeb 21 22:04:17.301 INFO Checking that binary works, target: Cockroach
15882025-02-21T22:04:18.801ZFeb 21 22:04:17.461 INFO Download complete, target: Cockroach
15892025-02-21T22:04:24.202ZFeb 21 22:04:22.861 INFO Checking that binary works, target: Clickhouse
15902025-02-21T22:04:24.332ZFeb 21 22:04:22.990 INFO Download complete, target: Clickhouse
15912025-02-21T22:04:24.342ZAll prerequisites installed successfully
15922025-02-21T22:04:24.345Z
15932025-02-21T22:04:24.345Zreal 4:53.317024184
15942025-02-21T22:04:24.345Zuser 15:41.066946358
15952025-02-21T22:04:24.345Zsys 2:07.476251993
15962025-02-21T22:04:24.345Ztrap 0.592690634
15972025-02-21T22:04:24.345Ztflt 3.911257136
15982025-02-21T22:04:24.345Zdflt 2.605847311
15992025-02-21T22:04:24.345Zkflt 0.026182230
16002025-02-21T22:04:24.345Zlock 24:17.522881668
16012025-02-21T22:04:24.345Zslp 55:24.877464520
16022025-02-21T22:04:24.345Zlat 58.152789591
16032025-02-21T22:04:24.345Zstop 2:24.976968738
16042025-02-21T22:04:24.345Z+ ptime -m cargo xtask download softnpu
16052025-02-21T22:04:24.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
16062025-02-21T22:04:24.921Z Running `target/debug/xtask download softnpu`
16072025-02-21T22:04:25.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
16082025-02-21T22:04:25.860Z Running `target/debug/xtask-downloader softnpu`
16092025-02-21T22:04:25.900ZFeb 21 22:04:24.557 INFO Starting download, target: Softnpu
16102025-02-21T22:04:25.904ZFeb 21 22:04:24.558 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16112025-02-21T22:04:26.885ZFeb 21 22:04:25.542 INFO Download complete, target: Softnpu
16122025-02-21T22:04:26.892Z
16132025-02-21T22:04:26.895Zreal 2.540728387
16142025-02-21T22:04:26.895Zuser 1.332627300
16152025-02-21T22:04:26.895Zsys 0.559828815
16162025-02-21T22:04:26.895Ztrap 0.000905755
16172025-02-21T22:04:26.895Ztflt 0.000196950
16182025-02-21T22:04:26.895Zdflt 0.000054371
16192025-02-21T22:04:26.895Zkflt 0.000000000
16202025-02-21T22:04:26.895Zlock 10.231049973
16212025-02-21T22:04:26.896Zslp 0.852774870
16222025-02-21T22:04:26.896Zlat 0.071065690
16232025-02-21T22:04:26.896Zstop 0.000180205
16242025-02-21T22:04:26.896Z+ export CARGO_INCREMENTAL=0
16252025-02-21T22:04:26.896Z+ CARGO_INCREMENTAL=0
16262025-02-21T22:04:26.896Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16272025-02-21T22:04:27.901Z Compiling proc-macro2 v1.0.92
16282025-02-21T22:04:27.901Z Compiling unicode-ident v1.0.14
16292025-02-21T22:04:27.901Z Compiling libc v0.2.169
16302025-02-21T22:04:27.904Z Compiling serde v1.0.217
16312025-02-21T22:04:27.904Z Compiling autocfg v1.4.0
16322025-02-21T22:04:27.904Z Compiling version_check v0.9.5
16332025-02-21T22:04:27.904Z Compiling cfg-if v1.0.0
16342025-02-21T22:04:28.203Z Compiling memchr v2.7.4
16352025-02-21T22:04:28.231Z Compiling typenum v1.17.0
16362025-02-21T22:04:28.248Z Compiling shlex v1.3.0
16372025-02-21T22:04:28.607Z Compiling value-bag v1.9.0
16382025-02-21T22:04:28.697Z Compiling generic-array v0.14.7
16392025-02-21T22:04:29.019Z Compiling lock_api v0.4.12
16402025-02-21T22:04:29.094Z Compiling log v0.4.22
16412025-02-21T22:04:29.134Z Compiling scopeguard v1.2.0
16422025-02-21T22:04:29.306Z Compiling parking_lot_core v0.9.10
16432025-02-21T22:04:29.498Z Compiling serde_json v1.0.139
16442025-02-21T22:04:29.719Z Compiling once_cell v1.20.3
16452025-02-21T22:04:29.837Z Compiling quote v1.0.38
16462025-02-21T22:04:29.861Z Compiling rustix v0.38.37
16472025-02-21T22:04:29.967Z Compiling jobserver v0.1.32
16482025-02-21T22:04:30.085Z Compiling getrandom v0.2.15
16492025-02-21T22:04:30.316Z Compiling syn v2.0.96
16502025-02-21T22:04:30.403Z Compiling cc v1.1.30
16512025-02-21T22:04:30.423Z Compiling libm v0.2.8
16522025-02-21T22:04:30.473Z Compiling aho-corasick v1.1.3
16532025-02-21T22:04:30.487Z Compiling num-traits v0.2.19
16542025-02-21T22:04:30.515Z Compiling thiserror v1.0.69
16552025-02-21T22:04:30.632Z Compiling regex-syntax v0.8.5
16562025-02-21T22:04:30.771Z Compiling either v1.13.0
16572025-02-21T22:04:30.803Z Compiling itoa v1.0.11
16582025-02-21T22:04:31.019Z Compiling slab v0.4.9
16592025-02-21T22:04:31.152Z Compiling spin v0.9.8
16602025-02-21T22:04:31.371Z Compiling errno v0.3.9
16612025-02-21T22:04:31.426Z Compiling byteorder v1.5.0
16622025-02-21T22:04:31.533Z Compiling rand_core v0.6.4
16632025-02-21T22:04:32.012Z Compiling glob v0.3.2
16642025-02-21T22:04:32.034Z Compiling prettyplease v0.2.29
16652025-02-21T22:04:32.427Z Compiling lazy_static v1.5.0
16662025-02-21T22:04:32.698Z Compiling clang-sys v1.8.1
16672025-02-21T22:04:32.774Z Compiling minimal-lexical v0.2.1
16682025-02-21T22:04:32.850Z Compiling smallvec v1.13.2
16692025-02-21T22:04:33.264Z Compiling nom v7.1.3
16702025-02-21T22:04:33.396Z Compiling libloading v0.8.5
16712025-02-21T22:04:33.455Z Compiling bindgen v0.69.5
16722025-02-21T22:04:33.480Z Compiling home v0.5.9
16732025-02-21T22:04:33.692Z Compiling subtle v2.6.1
16742025-02-21T22:04:33.948Z Compiling itertools v0.10.5
16752025-02-21T22:04:34.028Z Compiling lazycell v1.3.0
16762025-02-21T22:04:34.199Z Compiling allocator-api2 v0.2.18
16772025-02-21T22:04:34.228Z Compiling regex-automata v0.4.8
16782025-02-21T22:04:34.486Z Compiling rustc-hash v1.1.0
16792025-02-21T22:04:34.924Z Compiling cmake v0.1.51
16802025-02-21T22:04:35.186Z Compiling semver v1.0.25
16812025-02-21T22:04:35.655Z Compiling fs_extra v1.3.0
16822025-02-21T22:04:36.014Z Compiling dunce v1.0.5
16832025-02-21T22:04:36.177Z Compiling pin-project-lite v0.2.14
16842025-02-21T22:04:36.232Z Compiling pkg-config v0.3.31
16852025-02-21T22:04:36.324Z Compiling cexpr v0.6.0
16862025-02-21T22:04:36.457Z Compiling ring v0.17.9
16872025-02-21T22:04:36.884Z Compiling paste v1.0.15
16882025-02-21T22:04:37.249Z Compiling ryu v1.0.18
16892025-02-21T22:04:37.432Z Compiling synstructure v0.13.1
16902025-02-21T22:04:37.714Z Compiling const-oid v0.9.6
16912025-02-21T22:04:37.735Z Compiling schemars v0.8.21
16922025-02-21T22:04:38.148Z Compiling aws-lc-rs v1.10.0
16932025-02-21T22:04:38.580Z Compiling httparse v1.9.5
16942025-02-21T22:04:38.585Z Compiling fnv v1.0.7
16952025-02-21T22:04:39.174Z Compiling serde_derive_internals v0.29.1
16962025-02-21T22:04:39.372Z Compiling signal-hook-registry v1.4.2
16972025-02-21T22:04:39.555Z Compiling foldhash v0.1.3
16982025-02-21T22:04:39.726Z Compiling regex v1.11.1
16992025-02-21T22:04:39.854Z Compiling equivalent v1.0.1
17002025-02-21T22:04:39.993Z Compiling hashbrown v0.15.1
17012025-02-21T22:04:40.078Z Compiling parking_lot v0.12.3
17022025-02-21T22:04:40.645Z Compiling mio v1.0.2
17032025-02-21T22:04:40.843Z Compiling heck v0.5.0
17042025-02-21T22:04:41.264Z Compiling stable_deref_trait v1.2.0
17052025-02-21T22:04:41.431Z Compiling serde_derive v1.0.217
17062025-02-21T22:04:41.644Z Compiling zeroize_derive v1.4.2
17072025-02-21T22:04:42.142Z Compiling zerocopy-derive v0.7.35
17082025-02-21T22:04:42.291Z Compiling tokio-macros v2.5.0
17092025-02-21T22:04:42.316Z Compiling thiserror-impl v1.0.69
17102025-02-21T22:04:42.973Z Compiling zeroize v1.8.1
17112025-02-21T22:04:43.561Z Compiling zerofrom-derive v0.1.4
17122025-02-21T22:04:43.581Z Compiling yoke-derive v0.7.4
17132025-02-21T22:04:43.737Z Compiling futures-macro v0.3.31
17142025-02-21T22:04:43.831Z Compiling zerovec-derive v0.10.3
17152025-02-21T22:04:43.887Z Compiling displaydoc v0.2.5
17162025-02-21T22:04:45.029Z Compiling zerocopy v0.7.35
17172025-02-21T22:04:45.266Z Compiling crypto-common v0.1.6
17182025-02-21T22:04:45.490Z Compiling icu_provider_macros v1.5.0
17192025-02-21T22:04:45.615Z Compiling tracing-attributes v0.1.27
17202025-02-21T22:04:45.907Z Compiling schemars_derive v0.8.21
17212025-02-21T22:04:46.148Z Compiling block-buffer v0.10.4
17222025-02-21T22:04:46.374Z Compiling digest v0.10.7
17232025-02-21T22:04:46.437Z Compiling socket2 v0.5.7
17242025-02-21T22:04:46.462Z Compiling futures-core v0.3.31
17252025-02-21T22:04:46.746Z Compiling crossbeam-utils v0.8.20
17262025-02-21T22:04:46.769Z Compiling time-core v0.1.2
17272025-02-21T22:04:46.962Z Compiling num-conv v0.1.0
17282025-02-21T22:04:47.274Z Compiling time-macros v0.2.18
17292025-02-21T22:04:47.538Z Compiling der_derive v0.7.3
17302025-02-21T22:04:48.127Z Compiling vcpkg v0.2.15
17312025-02-21T22:04:49.425Z Compiling openssl-sys v0.9.106
17322025-02-21T22:04:50.462Z Compiling futures-sink v0.3.31
17332025-02-21T22:04:50.494Z Compiling cpufeatures v0.2.14
17342025-02-21T22:04:50.507Z Compiling slog v2.7.0
17352025-02-21T22:04:50.742Z Compiling ahash v0.8.11
17362025-02-21T22:04:50.794Z Compiling syn v1.0.109
17372025-02-21T22:04:50.964Z Compiling futures-channel v0.3.31
17382025-02-21T22:04:51.094Z Compiling zerofrom v0.1.4
17392025-02-21T22:04:51.329Z Compiling futures-io v0.3.31
17402025-02-21T22:04:51.352Z Compiling futures-task v0.3.31
17412025-02-21T22:04:51.464Z Compiling pin-utils v0.1.0
17422025-02-21T22:04:51.468Z Compiling iana-time-zone v0.1.61
17432025-02-21T22:04:51.579Z Compiling futures-util v0.3.31
17442025-02-21T22:04:51.660Z Compiling yoke v0.7.4
17452025-02-21T22:04:52.205Z Compiling scroll_derive v0.12.0
17462025-02-21T22:04:52.438Z Compiling openssl v0.10.71
17472025-02-21T22:04:52.877Z Compiling ucd-trie v0.1.7
17482025-02-21T22:04:53.050Z Compiling zerovec v0.10.4
17492025-02-21T22:04:53.323Z Compiling pest v2.7.14
17502025-02-21T22:04:53.492Z Compiling bitflags v2.6.0
17512025-02-21T22:04:53.642Z Compiling bytes v1.9.0
17522025-02-21T22:04:56.374Z Compiling indexmap v2.7.1
17532025-02-21T22:04:56.933Z Compiling tokio v1.43.0
17542025-02-21T22:04:57.751Z Compiling which v4.4.2
17552025-02-21T22:04:58.270Z Compiling serde_tokenstream v0.2.2
17562025-02-21T22:04:58.373Z Compiling uuid v1.12.0
17572025-02-21T22:04:58.491Z Compiling http v1.2.0
17582025-02-21T22:04:58.866Z Compiling chrono v0.4.39
17592025-02-21T22:04:59.789Z Compiling rustc_version v0.4.1
17602025-02-21T22:05:02.068Z Compiling hmac v0.12.1
17612025-02-21T22:05:03.072Z Compiling pest_meta v2.7.14
17622025-02-21T22:05:07.135Z Compiling block-padding v0.3.3
17632025-02-21T22:05:07.135Z Compiling openssl-macros v0.1.1
17642025-02-21T22:05:07.135Z Compiling native-tls v0.2.12
17652025-02-21T22:05:07.135Z Compiling rustls v0.23.19
17662025-02-21T22:05:07.135Z Compiling pest_generator v2.7.14
17672025-02-21T22:05:07.135Z Compiling inout v0.1.3
17682025-02-21T22:05:07.135Z Compiling tinystr v0.7.6
17692025-02-21T22:05:07.135Z Compiling serde_spanned v0.6.8
17702025-02-21T22:05:07.135Z Compiling toml_datetime v0.6.8
17712025-02-21T22:05:07.136Z Compiling tracing-core v0.1.32
17722025-02-21T22:05:07.136Z Compiling litemap v0.7.3
17732025-02-21T22:05:07.216Z Compiling writeable v0.5.5
17742025-02-21T22:05:07.292Z Compiling strsim v0.11.1
17752025-02-21T22:05:07.609Z Compiling dyn-clone v1.0.18
17762025-02-21T22:05:07.750Z Compiling icu_locid v1.5.0
17772025-02-21T22:05:07.862Z Compiling tracing v0.1.40
17782025-02-21T22:05:08.705Z Compiling pest_derive v2.7.14
17792025-02-21T22:05:09.084Z Compiling cipher v0.4.4
17802025-02-21T22:05:09.511Z Compiling sha2 v0.10.8
17812025-02-21T22:05:09.931Z Compiling cookie v0.18.1
17822025-02-21T22:05:10.062Z Compiling aws-lc-sys v0.22.0
17832025-02-21T22:05:10.095Z Compiling usdt-impl v0.5.0
17842025-02-21T22:05:10.278Z Compiling base64ct v1.6.0
17852025-02-21T22:05:10.522Z Compiling icu_provider v1.5.0
17862025-02-21T22:05:10.859Z Compiling pem-rfc7468 v0.7.0
17872025-02-21T22:05:11.511Z Compiling scroll v0.12.0
17882025-02-21T22:05:12.104Z Compiling ppv-lite86 v0.2.20
17892025-02-21T22:05:13.415Z Compiling async-trait v0.1.86
17902025-02-21T22:05:15.080Z Compiling icu_locid_transform_data v1.5.0
17912025-02-21T22:05:15.200Z Compiling plain v0.2.3
17922025-02-21T22:05:15.377Z Compiling rustls-pki-types v1.10.0
17932025-02-21T22:05:15.396Z Compiling anyhow v1.0.96
17942025-02-21T22:05:15.943Z Compiling percent-encoding v2.3.1
17952025-02-21T22:05:16.525Z Compiling camino v1.1.9
17962025-02-21T22:05:17.036Z Compiling flagset v0.4.6
17972025-02-21T22:05:17.050Z Compiling icu_locid_transform v1.5.0
17982025-02-21T22:05:17.253Z Compiling der v0.7.9
17992025-02-21T22:05:17.987Z Compiling goblin v0.8.2
18002025-02-21T22:05:20.977Z Compiling rand_chacha v0.3.1
18012025-02-21T22:05:21.805Z Compiling tokio-util v0.7.12
18022025-02-21T22:05:21.808Z Compiling icu_collections v1.5.0
18032025-02-21T22:05:22.927Z Compiling rayon-core v1.12.1
18042025-02-21T22:05:23.293Z Compiling pretty-hex v0.4.1
18052025-02-21T22:05:23.544Z Compiling untrusted v0.7.1
18062025-02-21T22:05:23.831Z Compiling icu_properties_data v1.5.0
18072025-02-21T22:05:24.019Z Compiling powerfmt v0.2.0
18082025-02-21T22:05:24.041Z Compiling untrusted v0.9.0
18092025-02-21T22:05:24.102Z Compiling rustls v0.22.4
18102025-02-21T22:05:24.507Z Compiling mirai-annotations v1.12.0
18112025-02-21T22:05:24.536Z Compiling icu_properties v1.5.1
18122025-02-21T22:05:24.653Z Compiling deranged v0.3.11
18132025-02-21T22:05:25.213Z Compiling dof v0.3.0
18142025-02-21T22:05:26.313Z Compiling rand v0.8.5
18152025-02-21T22:05:26.709Z Compiling spki v0.7.3
18162025-02-21T22:05:26.978Z Compiling salsa20 v0.10.2
18172025-02-21T22:05:27.075Z Compiling dtrace-parser v0.2.0
18182025-02-21T22:05:27.813Z Compiling pbkdf2 v0.12.2
18192025-02-21T22:05:28.678Z Compiling thread-id v4.2.2
18202025-02-21T22:05:28.754Z Compiling utf16_iter v1.0.5
18212025-02-21T22:05:28.814Z Compiling icu_normalizer_data v1.5.0
18222025-02-21T22:05:28.928Z Compiling winnow v0.5.40
18232025-02-21T22:05:28.975Z Compiling litrs v0.4.1
18242025-02-21T22:05:29.049Z Compiling num_threads v0.1.7
18252025-02-21T22:05:29.412Z Compiling atomic-waker v1.1.2
18262025-02-21T22:05:29.626Z Compiling utf8_iter v1.0.4
18272025-02-21T22:05:29.903Z Compiling write16 v1.0.0
18282025-02-21T22:05:30.156Z Compiling icu_normalizer v1.5.0
18292025-02-21T22:05:30.339Z Compiling time v0.3.36
18302025-02-21T22:05:30.913Z Compiling document-features v0.2.10
18312025-02-21T22:05:32.341Z Compiling toml_edit v0.19.15
18322025-02-21T22:05:35.564Z Compiling scrypt v0.11.0
18332025-02-21T22:05:35.838Z Compiling form_urlencoded v1.2.1
18342025-02-21T22:05:35.888Z Compiling cbc v0.1.2
18352025-02-21T22:05:36.023Z Compiling aes v0.8.4
18362025-02-21T22:05:36.112Z Compiling http-body v1.0.1
18372025-02-21T22:05:36.392Z Compiling multer v3.1.0
18382025-02-21T22:05:36.604Z Compiling slog-async v2.8.0
18392025-02-21T22:05:36.743Z Compiling rustversion v1.0.17
18402025-02-21T22:05:37.151Z Compiling try-lock v0.2.5
18412025-02-21T22:05:37.331Z Compiling tinyvec_macros v0.1.1
18422025-02-21T22:05:37.414Z Compiling tinyvec v1.8.0
18432025-02-21T22:05:37.434Z Compiling want v0.3.1
18442025-02-21T22:05:38.397Z Compiling pkcs5 v0.7.1
18452025-02-21T22:05:38.931Z Compiling idna_adapter v1.2.0
18462025-02-21T22:05:39.165Z Compiling h2 v0.4.6
18472025-02-21T22:05:39.494Z Compiling heapless v0.7.17
18482025-02-21T22:05:40.000Z Compiling bzip2-sys v0.1.11+1.0.8
18492025-02-21T22:05:40.505Z Compiling httpdate v1.0.3
18502025-02-21T22:05:41.013Z Compiling tower-service v0.3.3
18512025-02-21T22:05:41.295Z Compiling signal-hook v0.3.17
18522025-02-21T22:05:41.845Z Compiling idna v1.0.3
18532025-02-21T22:05:42.900Z Compiling pkcs8 v0.10.2
18542025-02-21T22:05:43.821Z Compiling usdt-attr-macro v0.5.0
18552025-02-21T22:05:44.531Z Compiling usdt-macro v0.5.0
18562025-02-21T22:05:45.341Z Compiling async-stream-impl v0.3.6
18572025-02-21T22:05:45.990Z Compiling base64 v0.22.1
18582025-02-21T22:05:46.553Z Compiling adler2 v2.0.0
18592025-02-21T22:05:46.849Z Compiling miniz_oxide v0.8.0
18602025-02-21T22:05:47.822Z Compiling hyper v1.5.2
18612025-02-21T22:05:49.561Z Compiling curve25519-dalek v4.1.3
18622025-02-21T22:05:49.998Z Compiling openapiv3 v2.0.0
18632025-02-21T22:05:50.449Z Compiling enum-as-inner v0.6.1
18642025-02-21T22:05:51.474Z Compiling hyper-util v0.1.10
18652025-02-21T22:05:54.260Z Compiling memoffset v0.9.1
18662025-02-21T22:05:54.456Z Compiling dropshot v0.12.0
18672025-02-21T22:05:54.794Z Compiling match_cfg v0.1.0
18682025-02-21T22:05:54.907Z Compiling foreign-types-shared v0.1.1
18692025-02-21T22:05:55.190Z Compiling portable-atomic v1.9.0
18702025-02-21T22:05:55.481Z Compiling newtype-uuid v1.2.1
18712025-02-21T22:05:55.829Z Compiling smoltcp v0.9.1
18722025-02-21T22:05:56.085Z Compiling num-bigint-dig v0.8.4
18732025-02-21T22:05:56.412Z Compiling foreign-types v0.3.2
18742025-02-21T22:05:56.524Z Compiling hostname v0.3.1
18752025-02-21T22:05:57.770Z Compiling url v2.5.3
18762025-02-21T22:05:59.674Z Compiling http-body-util v0.1.2
18772025-02-21T22:06:00.272Z Compiling dirs-sys-next v0.1.2
18782025-02-21T22:06:00.449Z Compiling encoding_rs v0.8.34
18792025-02-21T22:06:00.619Z Compiling cfg_aliases v0.2.1
18802025-02-21T22:06:00.709Z Compiling siphasher v0.3.11
18812025-02-21T22:06:00.729Z Compiling data-encoding v2.6.0
18822025-02-21T22:06:01.066Z Compiling mime v0.3.17
18832025-02-21T22:06:02.084Z Compiling heck v0.4.1
18842025-02-21T22:06:02.139Z Compiling gimli v0.31.1
18852025-02-21T22:06:02.462Z Compiling ident_case v1.0.1
18862025-02-21T22:06:02.658Z Compiling darling_core v0.20.10
18872025-02-21T22:06:03.909Z Compiling nix v0.29.0
18882025-02-21T22:06:04.342Z Compiling dirs-next v2.0.0
18892025-02-21T22:06:08.003Z Compiling addr2line v0.24.2
18902025-02-21T22:06:09.722Z Compiling unicode-normalization v0.1.24
18912025-02-21T22:06:10.824Z Compiling crossbeam-epoch v0.9.18
18922025-02-21T22:06:11.466Z Compiling serde_urlencoded v0.7.1
18932025-02-21T22:06:11.510Z Compiling rustls-pemfile v2.2.0
18942025-02-21T22:06:12.005Z Compiling hubpack_derive v0.1.1
18952025-02-21T22:06:12.026Z Compiling dropshot_endpoint v0.12.0
18962025-02-21T22:06:12.066Z Compiling sha1 v0.10.6
18972025-02-21T22:06:12.119Z Compiling signature v2.2.0
18982025-02-21T22:06:12.353Z Compiling zerocopy-derive v0.6.6
18992025-02-21T22:06:12.462Z Compiling curve25519-dalek-derive v0.1.1
19002025-02-21T22:06:12.958Z Compiling thread_local v1.1.8
19012025-02-21T22:06:13.830Z Compiling object v0.36.5
19022025-02-21T22:06:14.100Z Compiling fs-err v2.11.0
19032025-02-21T22:06:15.746Z Compiling anstyle v1.0.10
19042025-02-21T22:06:16.204Z Compiling unicode-properties v0.1.3
19052025-02-21T22:06:17.770Z Compiling rustc-demangle v0.1.24
19062025-02-21T22:06:20.884Z Compiling unicode-bidi v0.3.17
19072025-02-21T22:06:22.039Z Compiling utf8parse v0.2.2
19082025-02-21T22:06:22.226Z Compiling ipnet v2.10.1
19092025-02-21T22:06:22.586Z Compiling openssl-probe v0.1.5
19102025-02-21T22:06:24.054Z Compiling rustls-webpki v0.102.8
19112025-02-21T22:06:24.680Z Compiling winnow v0.6.20
19122025-02-21T22:06:28.237Z Compiling toml_edit v0.22.22
19132025-02-21T22:06:28.481Z Compiling anstyle-parse v0.2.5
19142025-02-21T22:06:28.826Z Compiling stringprep v0.1.5
19152025-02-21T22:06:28.888Z Compiling backtrace v0.3.74
19162025-02-21T22:06:34.394Z Compiling crossbeam-deque v0.8.5
19172025-02-21T22:06:34.769Z Compiling darling_macro v0.20.10
19182025-02-21T22:06:34.827Z Compiling term v0.7.0
19192025-02-21T22:06:35.668Z Compiling slog-json v2.6.1
19202025-02-21T22:06:36.745Z Compiling crossbeam-channel v0.5.13
19212025-02-21T22:06:37.448Z Compiling hashbrown v0.14.5
19222025-02-21T22:06:37.843Z Compiling futures-executor v0.3.31
19232025-02-21T22:06:38.289Z Compiling num-integer v0.1.46
19242025-02-21T22:06:38.453Z Compiling md-5 v0.10.6
19252025-02-21T22:06:38.582Z Compiling ff v0.13.0
19262025-02-21T22:06:38.715Z Compiling hash32 v0.2.1
19272025-02-21T22:06:38.734Z Compiling memmap v0.7.0
19282025-02-21T22:06:38.817Z Compiling is-terminal v0.4.13
19292025-02-21T22:06:38.974Z Compiling is_terminal_polyfill v1.70.1
19302025-02-21T22:06:39.024Z Compiling psl-types v2.0.11
19312025-02-21T22:06:39.045Z Compiling anstyle-query v1.1.1
19322025-02-21T22:06:39.114Z Compiling utf-8 v0.7.6
19332025-02-21T22:06:39.228Z Compiling take_mut v0.2.2
19342025-02-21T22:06:39.406Z Compiling colorchoice v1.0.2
19352025-02-21T22:06:39.406Z Compiling fallible-iterator v0.2.0
19362025-02-21T22:06:39.446Z Compiling quick-error v1.2.3
19372025-02-21T22:06:39.607Z Compiling linked-hash-map v0.5.6
19382025-02-21T22:06:39.628Z Compiling base16ct v0.2.0
19392025-02-21T22:06:39.939Z Compiling lru-cache v0.1.2
19402025-02-21T22:06:39.942Z Compiling sec1 v0.7.3
19412025-02-21T22:06:40.076Z Compiling postgres-protocol v0.6.7
19422025-02-21T22:06:40.179Z Compiling resolv-conf v0.7.0
19432025-02-21T22:06:40.280Z Compiling anstream v0.6.15
19442025-02-21T22:06:40.510Z Compiling publicsuffix v2.3.0
19452025-02-21T22:06:40.866Z Compiling tungstenite v0.24.0
19462025-02-21T22:06:41.188Z Compiling usdt v0.5.0
19472025-02-21T22:06:41.635Z Compiling slog-term v2.9.1
19482025-02-21T22:06:41.692Z Compiling group v0.13.0
19492025-02-21T22:06:42.021Z Compiling num-iter v0.1.45
19502025-02-21T22:06:42.227Z Compiling regress v0.10.1
19512025-02-21T22:06:42.667Z Compiling futures v0.3.31
19522025-02-21T22:06:45.124Z Compiling slog-bunyan v2.5.0
19532025-02-21T22:06:45.380Z Compiling darling v0.20.10
19542025-02-21T22:06:45.513Z Compiling tokio-rustls v0.26.0
19552025-02-21T22:06:46.094Z Compiling toml v0.8.19
19562025-02-21T22:06:46.112Z Compiling tokio-rustls v0.25.0
19572025-02-21T22:06:46.561Z Compiling tokio-native-tls v0.3.1
19582025-02-21T22:06:46.873Z Compiling hickory-proto v0.24.3
19592025-02-21T22:06:47.127Z Compiling strum_macros v0.25.3
19602025-02-21T22:06:47.468Z Compiling phf_shared v0.11.2
19612025-02-21T22:06:48.102Z Compiling async-stream v0.3.6
19622025-02-21T22:06:48.122Z Compiling waitgroup v0.1.2
19632025-02-21T22:06:48.332Z Compiling webpki-roots v0.26.6
19642025-02-21T22:06:48.548Z Compiling hkdf v0.12.4
19652025-02-21T22:06:48.611Z Compiling terminal_size v0.4.0
19662025-02-21T22:06:48.828Z Compiling serde_path_to_error v0.1.16
19672025-02-21T22:06:48.847Z Compiling sync_wrapper v1.0.1
19682025-02-21T22:06:49.208Z Compiling crypto-bigint v0.5.5
19692025-02-21T22:06:49.389Z Compiling clap_derive v4.5.28
19702025-02-21T22:06:49.617Z Compiling serde_repr v0.1.19
19712025-02-21T22:06:50.497Z Compiling derive-where v1.2.7
19722025-02-21T22:06:50.702Z Compiling hostname v0.4.0
19732025-02-21T22:06:50.906Z Compiling crc32fast v1.4.2
19742025-02-21T22:06:51.246Z Compiling managed v0.8.0
19752025-02-21T22:06:52.767Z Compiling unicode-width v0.2.0
19762025-02-21T22:06:53.321Z Compiling tower-layer v0.3.3
19772025-02-21T22:06:53.546Z Compiling debug-ignore v1.0.5
19782025-02-21T22:06:53.568Z Compiling bitflags v1.3.2
19792025-02-21T22:06:53.745Z Compiling clap_lex v0.7.4
19802025-02-21T22:06:54.097Z Compiling tower v0.5.2
19812025-02-21T22:06:54.162Z Compiling clap_builder v4.5.30
19822025-02-21T22:06:55.999Z Compiling console v0.15.10
19832025-02-21T22:06:56.505Z Compiling hickory-resolver v0.24.3
19842025-02-21T22:06:57.219Z Compiling elliptic-curve v0.13.8
19852025-02-21T22:06:57.902Z Compiling flate2 v1.0.35
19862025-02-21T22:06:59.574Z Compiling hyper-rustls v0.27.3
19872025-02-21T22:07:01.200Z Compiling phf v0.11.2
19882025-02-21T22:07:01.515Z Compiling hyper-tls v0.6.0
19892025-02-21T22:07:01.906Z Compiling typify-impl v0.2.0
19902025-02-21T22:07:02.254Z Compiling signal-hook-mio v0.2.4
19912025-02-21T22:07:02.445Z Compiling rayon v1.10.0
19922025-02-21T22:07:03.880Z Compiling bzip2 v0.4.4
19932025-02-21T22:07:04.284Z Compiling cookie_store v0.21.1
19942025-02-21T22:07:06.259Z Compiling tokio-tungstenite v0.24.0
19952025-02-21T22:07:06.280Z Compiling postgres-types v0.2.8
19962025-02-21T22:07:06.841Z Compiling zerocopy v0.6.6
19972025-02-21T22:07:06.970Z Compiling hubpack v0.1.2
19982025-02-21T22:07:07.414Z Compiling ed25519 v2.2.3
19992025-02-21T22:07:07.501Z Compiling phf_shared v0.10.0
20002025-02-21T22:07:07.640Z Compiling pkcs1 v0.7.5
20012025-02-21T22:07:07.867Z Compiling tokio-stream v0.1.16
20022025-02-21T22:07:08.501Z Compiling ipnetwork v0.21.1
20032025-02-21T22:07:08.530Z Compiling rfc6979 v0.4.0
20042025-02-21T22:07:08.894Z Compiling serde-big-array v0.5.1
20052025-02-21T22:07:09.034Z Compiling float-cmp v0.10.0
20062025-02-21T22:07:09.177Z Compiling bstr v1.10.0
20072025-02-21T22:07:10.364Z Compiling whoami v1.5.2
20082025-02-21T22:07:10.512Z Compiling bit-vec v0.6.3
20092025-02-21T22:07:10.676Z Compiling new_debug_unreachable v1.0.6
20102025-02-21T22:07:10.887Z Compiling static_assertions v1.1.0
20112025-02-21T22:07:10.931Z Compiling predicates-core v1.0.8
20122025-02-21T22:07:11.008Z Compiling difflib v0.4.0
20132025-02-21T22:07:11.242Z Compiling normalize-line-endings v0.3.0
20142025-02-21T22:07:11.383Z Compiling fixedbitset v0.4.2
20152025-02-21T22:07:11.798Z Compiling precomputed-hash v0.1.1
20162025-02-21T22:07:12.101Z Compiling unicode-segmentation v1.12.0
20172025-02-21T22:07:12.105Z Compiling number_prefix v0.4.0
20182025-02-21T22:07:12.105Z Compiling typify-macro v0.2.0
20192025-02-21T22:07:12.355Z Compiling indicatif v0.17.11
20202025-02-21T22:07:12.560Z Compiling string_cache v0.8.7
20212025-02-21T22:07:12.965Z Compiling similar v2.6.0
20222025-02-21T22:07:12.970Z Compiling reqwest v0.12.12
20232025-02-21T22:07:14.168Z Compiling petgraph v0.6.5
20242025-02-21T22:07:14.486Z Compiling predicates v3.1.3
20252025-02-21T22:07:14.835Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20262025-02-21T22:07:15.439Z Compiling bit-set v0.5.3
20272025-02-21T22:07:15.755Z Compiling tokio-postgres v0.7.12
20282025-02-21T22:07:16.094Z Compiling qorb v0.2.1
20292025-02-21T22:07:17.833Z Compiling ecdsa v0.16.9
20302025-02-21T22:07:18.675Z Compiling rsa v0.9.6
20312025-02-21T22:07:18.712Z Compiling ed25519-dalek v2.1.1
20322025-02-21T22:07:20.359Z Compiling zip v0.6.6
20332025-02-21T22:07:21.062Z Compiling crossterm v0.28.1
20342025-02-21T22:07:21.226Z Compiling clap v4.5.30
20352025-02-21T22:07:21.688Z Compiling toml v0.7.8
20362025-02-21T22:07:22.880Z Compiling x509-cert v0.2.5
20372025-02-21T22:07:23.896Z Compiling hex v0.4.3
20382025-02-21T22:07:24.814Z Compiling lalrpop-util v0.19.12
20392025-02-21T22:07:25.007Z Compiling peg-runtime v0.8.3
20402025-02-21T22:07:25.510Z Compiling unicode-xid v0.2.6
20412025-02-21T22:07:25.668Z Compiling zerocopy v0.8.10
20422025-02-21T22:07:29.234Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20432025-02-21T22:07:32.092Z Compiling proc-macro-crate v1.3.1
20442025-02-21T22:07:32.112Z Compiling macaddr v1.0.1
20452025-02-21T22:07:32.853Z Compiling zerocopy-derive v0.8.10
20462025-02-21T22:07:33.046Z Compiling itertools v0.13.0
20472025-02-21T22:07:34.893Z Compiling heapless v0.8.0
20482025-02-21T22:07:36.073Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20492025-02-21T22:07:41.431Z Compiling num_enum_derive v0.5.11
20502025-02-21T22:07:47.330Z Compiling hash32 v0.3.1
20512025-02-21T22:07:49.055Z Compiling smoltcp v0.11.0
20522025-02-21T22:07:49.608Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20532025-02-21T22:07:55.348Z Compiling num_enum v0.5.11
20542025-02-21T22:07:55.403Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20552025-02-21T22:07:56.442Z Compiling typify v0.2.0
20562025-02-21T22:07:56.461Z Compiling oxnet v0.1.0
20572025-02-21T22:07:57.018Z Compiling proc-macro-error-attr v1.0.4
20582025-02-21T22:07:57.659Z Compiling thiserror v2.0.11
20592025-02-21T22:07:57.750Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20602025-02-21T22:07:58.107Z Compiling cobs v0.2.3
20612025-02-21T22:07:58.618Z Compiling unsafe-libyaml v0.2.11
20622025-02-21T22:07:59.235Z Compiling postcard v1.0.10
20632025-02-21T22:08:00.322Z Compiling serde_yaml v0.9.34+deprecated
20642025-02-21T22:08:12.986Z Compiling progenitor-impl v0.8.0
20652025-02-21T22:08:15.506Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20662025-02-21T22:08:25.826Z Compiling strum_macros v0.26.4
20672025-02-21T22:08:26.976Z Compiling structmeta-derive v0.3.0
20682025-02-21T22:08:27.050Z Compiling foreign-types-macros v0.2.3
20692025-02-21T22:08:27.234Z Compiling thiserror-impl v2.0.11
20702025-02-21T22:08:28.082Z Compiling proc-macro-error v1.0.4
20712025-02-21T22:08:28.160Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20722025-02-21T22:08:28.454Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20732025-02-21T22:08:29.387Z Compiling foreign-types-shared v0.3.1
20742025-02-21T22:08:29.714Z Compiling unicode-width v0.1.14
20752025-02-21T22:08:29.955Z Compiling strum v0.26.3
20762025-02-21T22:08:30.173Z Compiling tabwriter v1.4.0
20772025-02-21T22:08:31.236Z Compiling foreign-types v0.5.0
20782025-02-21T22:08:34.786Z Compiling structmeta v0.3.0
20792025-02-21T22:08:35.532Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20802025-02-21T22:08:40.337Z Compiling progenitor-macro v0.8.0
20812025-02-21T22:08:43.288Z Compiling progenitor-client v0.8.0
20822025-02-21T22:08:44.212Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20832025-02-21T22:08:45.061Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20842025-02-21T22:08:45.952Z Compiling daft-derive v0.1.1
20852025-02-21T22:08:47.437Z Compiling cstr-argument v0.1.2
20862025-02-21T22:08:47.743Z Compiling dropshot v0.15.1
20872025-02-21T22:08:48.584Z Compiling pretty-hex v0.2.1
20882025-02-21T22:08:48.831Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
20892025-02-21T22:08:49.168Z Compiling crucible-workspace-hack v0.1.0
20902025-02-21T22:08:49.502Z Compiling fastrand v2.1.1
20912025-02-21T22:08:49.814Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20922025-02-21T22:08:49.916Z Compiling tempfile v3.13.0
20932025-02-21T22:08:50.189Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20942025-02-21T22:08:50.216Z Compiling daft v0.1.1
20952025-02-21T22:08:50.803Z Compiling progenitor v0.8.0
20962025-02-21T22:08:51.002Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20972025-02-21T22:08:51.178Z Compiling parse-display-derive v0.10.0
20982025-02-21T22:08:51.215Z Compiling colored v2.1.0
20992025-02-21T22:08:51.558Z Compiling serde_with_macros v3.11.0
21002025-02-21T22:08:51.668Z Compiling dropshot_endpoint v0.15.1
21012025-02-21T22:08:52.438Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21022025-02-21T22:08:53.208Z Compiling instant v0.1.13
21032025-02-21T22:08:53.414Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21042025-02-21T22:08:53.859Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21052025-02-21T22:08:53.963Z Compiling serde_with v3.11.0
21062025-02-21T22:08:54.773Z Compiling parse-display v0.10.0
21072025-02-21T22:08:55.616Z Compiling backoff v0.4.0
21082025-02-21T22:08:56.003Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21092025-02-21T22:08:56.245Z Compiling zone_cfg_derive v0.3.0
21102025-02-21T22:08:56.789Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21112025-02-21T22:08:56.897Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
21122025-02-21T22:08:57.544Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21132025-02-21T22:08:57.547Z Compiling camino-tempfile v1.1.1
21142025-02-21T22:08:58.171Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21152025-02-21T22:08:58.332Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21162025-02-21T22:08:58.335Z Compiling regress v0.9.1
21172025-02-21T22:08:58.556Z Compiling progenitor-client v0.9.1
21182025-02-21T22:08:58.591Z Compiling num-derive v0.4.2
21192025-02-21T22:08:59.554Z Compiling sigpipe v0.1.3
21202025-02-21T22:08:59.714Z Compiling libefi-sys v0.1.0
21212025-02-21T22:09:00.061Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21222025-02-21T22:09:00.462Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21232025-02-21T22:09:00.838Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
21242025-02-21T22:09:02.393Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21252025-02-21T22:09:03.732Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21262025-02-21T22:09:06.212Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21272025-02-21T22:09:06.505Z Compiling zone v0.3.0
21282025-02-21T22:09:06.943Z Compiling smf v0.2.3
21292025-02-21T22:09:07.971Z Compiling bitfield-struct v0.6.2
21302025-02-21T22:09:09.365Z Compiling blake3 v1.5.4
21312025-02-21T22:09:09.549Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21322025-02-21T22:09:09.927Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21332025-02-21T22:09:10.391Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21342025-02-21T22:09:10.570Z Compiling xattr v1.3.1
21352025-02-21T22:09:10.592Z Compiling filetime v0.2.25
21362025-02-21T22:09:10.697Z Compiling memmap2 v0.9.5
21372025-02-21T22:09:10.923Z Compiling arrayvec v0.7.6
21382025-02-21T22:09:10.994Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21392025-02-21T22:09:11.142Z Compiling constant_time_eq v0.3.1
21402025-02-21T22:09:11.281Z Compiling arrayref v0.3.9
21412025-02-21T22:09:11.361Z Compiling same-file v1.0.6
21422025-02-21T22:09:11.424Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21432025-02-21T22:09:11.564Z Compiling walkdir v2.5.0
21442025-02-21T22:09:11.682Z Compiling tar v0.4.42
21452025-02-21T22:09:13.185Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21462025-02-21T22:09:13.650Z Compiling gethostname v0.5.0
21472025-02-21T22:09:13.889Z Compiling cargo-platform v0.1.8
21482025-02-21T22:09:13.984Z Compiling topological-sort v0.2.2
21492025-02-21T22:09:14.262Z Compiling omicron-zone-package v0.12.0
21502025-02-21T22:09:14.310Z Compiling cargo_metadata v0.18.1
21512025-02-21T22:09:15.005Z Compiling shell-words v1.1.0
21522025-02-21T22:09:15.385Z Compiling indent_write v2.2.0
21532025-02-21T22:09:23.381Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21542025-02-21T22:09:25.282Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21552025-02-21T22:09:29.494Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21562025-02-21T22:09:44.294Z Finished `release` profile [optimized] target(s) in 5m 17s
21572025-02-21T22:09:44.465Z Running `target/release/omicron-package -t test target create -p dev`
21582025-02-21T22:09:44.518ZLogging to: /work/oxidecomputer/omicron/out/LOG
21592025-02-21T22:09:44.521ZCreated new build target 'test' and set it as active
21602025-02-21T22:09:44.521Z
21612025-02-21T22:09:44.521Zreal 5:17.576053498
21622025-02-21T22:09:44.521Zuser 36:55.588280438
21632025-02-21T22:09:44.521Zsys 3:30.158699198
21642025-02-21T22:09:44.521Ztrap 1.202984444
21652025-02-21T22:09:44.521Ztflt 1.546887798
21662025-02-21T22:09:44.521Zdflt 0.888170167
21672025-02-21T22:09:44.521Zkflt 0.000109782
21682025-02-21T22:09:44.521Zlock 1:12:44.366750287
21692025-02-21T22:09:44.521Zslp 2:28:06.522027421
21702025-02-21T22:09:44.521Zlat 2:44.823157713
21712025-02-21T22:09:44.521Zstop 4:49.233565157
21722025-02-21T22:09:44.524Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21732025-02-21T22:09:45.545Z Finished `release` profile [optimized] target(s) in 0.96s
21742025-02-21T22:09:45.611Z Running `target/release/omicron-package -t test package`
21752025-02-21T22:09:45.660ZLogging to: /work/oxidecomputer/omicron/out/LOG
21762025-02-21T22:09:46.858Z Compiling ring v0.17.9
21772025-02-21T22:09:47.042Z Compiling thiserror v2.0.11
21782025-02-21T22:09:47.054Z Compiling typify-impl v0.3.0
21792025-02-21T22:09:47.071Z Compiling convert_case v0.4.0
21802025-02-21T22:09:47.074Z Compiling newline-converter v0.3.0
21812025-02-21T22:09:47.074Z Compiling password-hash v0.5.0
21822025-02-21T22:09:47.074Z Compiling blake2 v0.10.6
21832025-02-21T22:09:47.285Z Compiling expectorate v1.1.0
21842025-02-21T22:09:47.559Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21852025-02-21T22:09:47.714Z Compiling derive_more v0.99.19
21862025-02-21T22:09:48.235Z Compiling base64 v0.21.7
21872025-02-21T22:09:48.336Z Compiling argon2 v0.5.3
21882025-02-21T22:09:49.283Z Compiling atomicwrites v0.4.4
21892025-02-21T22:09:49.386Z Compiling owo-colors v4.1.0
21902025-02-21T22:09:49.728Z Compiling cancel-safe-futures v0.1.5
21912025-02-21T22:09:49.824Z Compiling num-rational v0.4.2
21922025-02-21T22:09:50.113Z Compiling num-complex v0.4.6
21932025-02-21T22:09:51.294Z Compiling num v0.4.3
21942025-02-21T22:09:51.414Z Compiling libsw v3.3.1
21952025-02-21T22:09:51.753Z Compiling linear-map v1.2.0
21962025-02-21T22:09:52.173Z Compiling rustls v0.23.19
21972025-02-21T22:09:52.193Z Compiling rustls v0.22.4
21982025-02-21T22:09:52.217Z Compiling swrite v0.1.0
21992025-02-21T22:09:52.237Z Compiling float-ord v0.3.2
22002025-02-21T22:09:52.367Z Compiling highway v1.2.0
22012025-02-21T22:09:52.409Z Compiling semver v0.1.20
22022025-02-21T22:09:52.926Z Compiling rustc_version v0.1.7
22032025-02-21T22:09:53.195Z Compiling tungstenite v0.21.0
22042025-02-21T22:09:53.348Z Compiling newtype_derive v0.1.6
22052025-02-21T22:09:53.685Z Compiling ipnetwork v0.21.1
22062025-02-21T22:09:53.748Z Compiling humantime v2.1.0
22072025-02-21T22:09:53.943Z Compiling dropshot v0.15.1
22082025-02-21T22:09:54.024Z Compiling instant v0.1.13
22092025-02-21T22:09:54.173Z Compiling oxnet v0.1.0
22102025-02-21T22:09:54.378Z Compiling backoff v0.4.0
22112025-02-21T22:09:54.575Z Compiling tokio-tungstenite v0.21.0
22122025-02-21T22:09:54.732Z Compiling rustls-webpki v0.102.8
22132025-02-21T22:09:54.814Z Compiling daft v0.1.1
22142025-02-21T22:09:55.219Z Compiling steno v0.4.1
22152025-02-21T22:09:55.285Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22162025-02-21T22:09:56.403Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22172025-02-21T22:09:56.618Z Compiling parse-display v0.10.0
22182025-02-21T22:09:57.136Z Compiling strum v0.26.3
22192025-02-21T22:09:57.226Z Compiling typify-macro v0.3.0
22202025-02-21T22:09:57.355Z Compiling serde_with v3.11.0
22212025-02-21T22:09:58.079Z Compiling regress v0.9.1
22222025-02-21T22:10:00.540Z Compiling tokio-rustls v0.25.0
22232025-02-21T22:10:00.941Z Compiling dropshot v0.12.0
22242025-02-21T22:10:01.009Z Compiling typify v0.3.0
22252025-02-21T22:10:01.166Z Compiling progenitor-impl v0.9.1
22262025-02-21T22:10:02.587Z Compiling tokio-rustls v0.26.0
22272025-02-21T22:10:03.074Z Compiling hyper-rustls v0.27.3
22282025-02-21T22:10:03.590Z Compiling reqwest v0.12.12
22292025-02-21T22:10:07.114Z Compiling qorb v0.2.1
22302025-02-21T22:10:08.710Z Compiling progenitor-macro v0.9.1
22312025-02-21T22:10:12.350Z Compiling progenitor-client v0.9.1
22322025-02-21T22:10:12.617Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22332025-02-21T22:10:12.899Z Compiling progenitor-client v0.8.0
22342025-02-21T22:10:13.451Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22352025-02-21T22:10:40.067Z Compiling progenitor v0.8.0
22362025-02-21T22:10:40.306Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
22372025-02-21T22:10:43.651Z Compiling progenitor v0.9.1
22382025-02-21T22:10:43.902Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22392025-02-21T22:10:45.435Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
22402025-02-21T22:10:45.696Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22412025-02-21T22:10:46.339Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22422025-02-21T22:10:47.211Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22432025-02-21T22:10:47.235Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22442025-02-21T22:10:54.294Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22452025-02-21T22:10:55.854Z Compiling macaddr v1.0.1
22462025-02-21T22:10:56.285Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22472025-02-21T22:10:56.342Z Compiling slog-dtrace v0.3.0
22482025-02-21T22:10:56.989Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
22492025-02-21T22:10:58.726Z Compiling prettyplease v0.2.29
22502025-02-21T22:10:58.924Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22512025-02-21T22:11:00.911Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22522025-02-21T22:11:01.062Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22532025-02-21T22:11:01.613Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
22542025-02-21T22:11:01.723Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22552025-02-21T22:11:11.153Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22562025-02-21T22:11:13.447Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22572025-02-21T22:11:13.521Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22582025-02-21T22:11:16.089Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22592025-02-21T22:11:21.342Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22602025-02-21T22:11:23.157Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22612025-02-21T22:11:24.439Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22622025-02-21T22:11:26.143Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22632025-02-21T22:11:26.735Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22642025-02-21T22:11:27.224Z Compiling half v2.4.1
22652025-02-21T22:11:27.959Z Compiling ciborium-io v0.2.2
22662025-02-21T22:11:28.142Z Compiling ciborium-ll v0.2.2
22672025-02-21T22:11:28.175Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22682025-02-21T22:11:28.701Z Compiling ciborium v0.2.2
22692025-02-21T22:11:29.399Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22702025-02-21T22:11:29.835Z Compiling display-error-chain v0.2.2
22712025-02-21T22:11:30.112Z Compiling same-file v1.0.6
22722025-02-21T22:11:30.359Z Compiling fastrand v2.1.1
22732025-02-21T22:11:30.803Z Compiling tempfile v3.13.0
22742025-02-21T22:11:30.852Z Compiling walkdir v2.5.0
22752025-02-21T22:11:31.484Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22762025-02-21T22:11:31.591Z Compiling blake3 v1.5.4
22772025-02-21T22:11:32.205Z Compiling const_format_proc_macros v0.2.34
22782025-02-21T22:11:34.077Z Compiling xattr v1.3.1
22792025-02-21T22:11:34.157Z Compiling filetime v0.2.25
22802025-02-21T22:11:34.367Z Compiling memmap2 v0.9.5
22812025-02-21T22:11:34.458Z Compiling constant_time_eq v0.3.1
22822025-02-21T22:11:34.646Z Compiling crunchy v0.2.2
22832025-02-21T22:11:34.759Z Compiling arrayref v0.3.9
22842025-02-21T22:11:34.882Z Compiling maplit v1.0.2
22852025-02-21T22:11:34.901Z Compiling keccak v0.1.5
22862025-02-21T22:11:35.031Z Compiling arrayvec v0.7.6
22872025-02-21T22:11:35.137Z Compiling tar v0.4.42
22882025-02-21T22:11:36.017Z Compiling sha3 v0.10.8
22892025-02-21T22:11:36.442Z Compiling const_format v0.2.34
22902025-02-21T22:11:36.928Z Compiling camino-tempfile v1.1.1
22912025-02-21T22:11:36.964Z Compiling toolchain_find v0.4.0
22922025-02-21T22:11:37.063Z Compiling radium v0.7.0
22932025-02-21T22:11:37.251Z Compiling topological-sort v0.2.2
22942025-02-21T22:11:37.346Z Compiling tiny-keccak v2.0.2
22952025-02-21T22:11:37.483Z Compiling omicron-zone-package v0.12.0
22962025-02-21T22:11:37.505Z Compiling rustfmt-wrapper v0.2.1
22972025-02-21T22:11:37.710Z Compiling dsl_auto_type v0.1.2
22982025-02-21T22:11:37.728Z Compiling scheduled-thread-pool v0.2.7
22992025-02-21T22:11:37.924Z Compiling diesel_table_macro_syntax v0.2.0
23002025-02-21T22:11:38.106Z Compiling tap v1.0.1
23012025-02-21T22:11:38.331Z Compiling maybe-uninit v2.0.0
23022025-02-21T22:11:38.351Z Compiling wyz v0.5.1
23032025-02-21T22:11:38.842Z Compiling r2d2 v0.8.10
23042025-02-21T22:11:38.935Z Compiling diesel_derives v2.2.3
23052025-02-21T22:11:39.331Z Compiling phf_generator v0.11.2
23062025-02-21T22:11:39.418Z Compiling ascii-canvas v3.0.0
23072025-02-21T22:11:39.554Z Compiling secrecy v0.8.0
23082025-02-21T22:11:39.557Z Compiling async-recursion v1.1.1
23092025-02-21T22:11:39.847Z Compiling ena v0.14.3
23102025-02-21T22:11:39.881Z Compiling arc-swap v1.7.1
23112025-02-21T22:11:40.280Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23122025-02-21T22:11:40.509Z Compiling funty v2.0.0
23132025-02-21T22:11:40.634Z Compiling packed_struct v0.10.1
23142025-02-21T22:11:40.915Z Compiling regex-syntax v0.6.29
23152025-02-21T22:11:41.073Z Compiling crc-catalog v2.4.0
23162025-02-21T22:11:41.265Z Compiling diff v0.1.13
23172025-02-21T22:11:41.765Z Compiling bitvec v1.0.1
23182025-02-21T22:11:42.421Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23192025-02-21T22:11:42.877Z Compiling crc v3.2.1
23202025-02-21T22:11:43.399Z Compiling slog-scope v4.4.0
23212025-02-21T22:11:44.155Z Compiling phf_codegen v0.11.2
23222025-02-21T22:11:44.411Z Compiling lalrpop v0.19.12
23232025-02-21T22:11:45.013Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23242025-02-21T22:11:45.889Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23252025-02-21T22:11:46.227Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23262025-02-21T22:11:46.468Z Compiling universal-hash v0.5.1
23272025-02-21T22:11:46.734Z Compiling thiserror-impl-no-std v2.0.2
23282025-02-21T22:11:47.016Z Compiling packed_struct_codegen v0.10.1
23292025-02-21T22:11:49.182Z Compiling parse-zoneinfo v0.3.1
23302025-02-21T22:11:49.326Z Compiling indexmap v1.9.3
23312025-02-21T22:11:49.512Z Compiling diesel v2.2.7
23322025-02-21T22:11:49.698Z Compiling unicase v2.7.0
23332025-02-21T22:11:50.067Z Compiling ref-cast v1.0.23
23342025-02-21T22:11:50.530Z Compiling nodrop v0.1.14
23352025-02-21T22:11:50.558Z Compiling opaque-debug v0.3.1
23362025-02-21T22:11:50.684Z Compiling poly1305 v0.8.0
23372025-02-21T22:11:50.705Z Compiling array-init v0.0.4
23382025-02-21T22:11:51.888Z Compiling chrono-tz-build v0.4.0
23392025-02-21T22:11:52.864Z Compiling thiserror-no-std v2.0.2
23402025-02-21T22:11:53.026Z Compiling smallvec v0.6.14
23412025-02-21T22:11:53.590Z Compiling slog-stdlog v4.1.1
23422025-02-21T22:11:54.999Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23432025-02-21T22:11:55.349Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23442025-02-21T22:11:55.694Z Compiling derive_builder_core v0.20.2
23452025-02-21T22:11:56.508Z Compiling chacha20 v0.9.1
23462025-02-21T22:11:57.003Z Compiling headers-core v0.3.0
23472025-02-21T22:11:57.213Z Compiling aead v0.5.2
23482025-02-21T22:11:57.600Z Compiling libxml v0.3.3
23492025-02-21T22:11:57.745Z Compiling ref-cast-impl v1.0.23
23502025-02-21T22:11:58.001Z Compiling vte_generate_state_changes v0.1.2
23512025-02-21T22:11:58.683Z Compiling bitfield v0.14.0
23522025-02-21T22:11:58.904Z Compiling hashbrown v0.12.3
23532025-02-21T22:11:58.993Z Compiling termcolor v1.4.1
23542025-02-21T22:12:00.035Z Compiling env_logger v0.10.2
23552025-02-21T22:12:01.303Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23562025-02-21T22:12:03.392Z Compiling vte v0.11.1
23572025-02-21T22:12:04.989Z Compiling derive_builder_macro v0.20.2
23582025-02-21T22:12:05.862Z Compiling chacha20poly1305 v0.10.1
23592025-02-21T22:12:06.096Z Compiling polar-core v0.27.3
23602025-02-21T22:12:06.136Z Compiling headers v0.4.0
23612025-02-21T22:12:09.764Z Compiling slog-envlogger v2.2.0
23622025-02-21T22:12:09.955Z Compiling serde-hex v0.1.0
23632025-02-21T22:12:12.234Z Compiling vsss-rs v3.3.4
23642025-02-21T22:12:15.231Z Compiling chrono-tz v0.10.1
23652025-02-21T22:12:15.965Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23662025-02-21T22:12:16.003Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23672025-02-21T22:12:16.366Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23682025-02-21T22:12:18.786Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23692025-02-21T22:12:18.915Z Compiling ron v0.8.1
23702025-02-21T22:12:19.123Z Compiling hashbrown v0.13.2
23712025-02-21T22:12:20.344Z Compiling strum_macros v0.24.3
23722025-02-21T22:12:20.799Z Compiling fxhash v0.2.1
23732025-02-21T22:12:21.064Z Compiling samael v0.0.17
23742025-02-21T22:12:22.663Z Compiling lockfree-object-pool v0.1.6
23752025-02-21T22:12:22.998Z Compiling simd-adler32 v0.3.7
23762025-02-21T22:12:23.259Z Compiling bytecount v0.6.8
23772025-02-21T22:12:23.615Z Compiling crc-any v2.5.0
23782025-02-21T22:12:24.318Z Compiling indoc v1.0.9
23792025-02-21T22:12:24.581Z Compiling bumpalo v3.16.0
23802025-02-21T22:12:24.863Z Compiling zip v2.1.3
23812025-02-21T22:12:25.181Z Compiling zopfli v0.8.1
23822025-02-21T22:12:25.248Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23832025-02-21T22:12:27.373Z Compiling papergrid v0.11.0
23842025-02-21T22:12:36.179Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23852025-02-21T22:12:37.135Z Compiling object v0.30.4
23862025-02-21T22:12:38.757Z Compiling derive_builder v0.20.2
23872025-02-21T22:12:40.023Z Compiling strip-ansi-escapes v0.2.0
23882025-02-21T22:12:40.799Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23892025-02-21T22:12:41.034Z Compiling tabled_derive v0.7.0
23902025-02-21T22:12:41.178Z Compiling itertools v0.12.1
23912025-02-21T22:12:43.123Z Compiling fd-lock v4.0.2
23922025-02-21T22:12:43.349Z Compiling peg-macros v0.8.4
23932025-02-21T22:12:43.392Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23942025-02-21T22:12:44.379Z Compiling kstat-rs v0.2.4
23952025-02-21T22:12:44.857Z Compiling impl-trait-for-tuples v0.2.2
23962025-02-21T22:12:45.326Z Compiling oso-derive v0.27.3
23972025-02-21T22:12:46.316Z Compiling quick-xml v0.33.0
23982025-02-21T22:12:46.560Z Compiling diesel-dtrace v0.4.2
23992025-02-21T22:12:46.916Z Compiling path-slash v0.1.5
24002025-02-21T22:12:47.210Z Compiling nu-ansi-term v0.50.1
24012025-02-21T22:12:48.535Z Compiling reedline v0.35.0
24022025-02-21T22:12:49.584Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24032025-02-21T22:12:50.713Z Compiling oso v0.27.3
24042025-02-21T22:12:54.525Z Compiling peg v0.8.4
24052025-02-21T22:12:54.670Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24062025-02-21T22:12:56.308Z Compiling tabled v0.15.0
24072025-02-21T22:13:05.132Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24082025-02-21T22:13:15.260Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24092025-02-21T22:13:16.313Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24102025-02-21T22:13:17.178Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
24112025-02-21T22:13:17.671Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24122025-02-21T22:13:17.832Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24132025-02-21T22:13:18.016Z Compiling pem v3.0.4
24142025-02-21T22:13:19.571Z Compiling bb8 v0.8.5
24152025-02-21T22:13:20.183Z Compiling bcs v0.1.6
24162025-02-21T22:13:21.118Z Compiling libz-sys v1.1.20
24172025-02-21T22:13:21.484Z Compiling nanorand v0.7.0
24182025-02-21T22:13:21.807Z Compiling parking_lot_core v0.8.6
24192025-02-21T22:13:22.198Z Compiling termtree v0.5.1
24202025-02-21T22:13:22.312Z Compiling flume v0.11.1
24212025-02-21T22:13:23.257Z Compiling async-bb8-diesel v0.2.1
24222025-02-21T22:13:24.117Z Compiling mime_guess v2.0.5
24232025-02-21T22:13:26.034Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24242025-02-21T22:13:30.997Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24252025-02-21T22:13:30.997Z Compiling buf-list v1.0.3
24262025-02-21T22:13:32.097Z Compiling nibble_vec v0.1.0
24272025-02-21T22:13:32.353Z Compiling libgit2-sys v0.17.0+1.8.1
24282025-02-21T22:13:32.655Z Compiling pin-project-internal v1.1.6
24292025-02-21T22:13:33.144Z Compiling atty v0.2.14
24302025-02-21T22:13:34.812Z Compiling http-range v0.1.5
24312025-02-21T22:13:34.874Z Compiling endian-type v0.1.2
24322025-02-21T22:13:34.874Z Compiling salty v0.3.0
24332025-02-21T22:13:34.874Z Compiling radix_trie v0.2.1
24342025-02-21T22:13:35.216Z Compiling pin-project v1.1.6
24352025-02-21T22:13:35.749Z Compiling parking_lot v0.11.2
24362025-02-21T22:13:40.603Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24372025-02-21T22:13:41.997Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
24382025-02-21T22:13:42.755Z Compiling snafu-derive v0.8.5
24392025-02-21T22:13:46.491Z Compiling hyper-staticfile v0.10.1
24402025-02-21T22:13:46.875Z Compiling snafu v0.8.5
24412025-02-21T22:13:47.802Z Compiling sled v0.34.7
24422025-02-21T22:13:48.154Z Compiling hickory-client v0.24.3
24432025-02-21T22:13:51.203Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24442025-02-21T22:13:52.362Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24452025-02-21T22:13:52.698Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24462025-02-21T22:13:54.579Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24472025-02-21T22:14:05.082Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24482025-02-21T22:14:12.599Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24492025-02-21T22:14:12.760Z Compiling globset v0.4.15
24502025-02-21T22:14:13.821Z Compiling hickory-server v0.24.3
24512025-02-21T22:14:18.946Z Compiling primeorder v0.13.6
24522025-02-21T22:14:18.984Z Compiling olpc-cjson v0.1.4
24532025-02-21T22:14:19.302Z Compiling vergen v8.3.2
24542025-02-21T22:14:19.653Z Compiling castaway v0.2.3
24552025-02-21T22:14:19.847Z Compiling env_filter v0.1.2
24562025-02-21T22:14:21.442Z Compiling cargo-platform v0.1.8
24572025-02-21T22:14:22.306Z Compiling serde_plain v1.0.2
24582025-02-21T22:14:23.154Z Compiling typed-path v0.9.3
24592025-02-21T22:14:23.292Z Compiling cargo_metadata v0.18.1
24602025-02-21T22:14:25.141Z Compiling tough v0.19.0
24612025-02-21T22:14:26.213Z Compiling git2 v0.19.0
24622025-02-21T22:14:26.245Z Compiling env_logger v0.11.5
24632025-02-21T22:14:27.583Z Compiling compact_str v0.8.0
24642025-02-21T22:14:27.760Z Compiling p384 v0.13.0
24652025-02-21T22:14:29.638Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24662025-02-21T22:14:30.228Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24672025-02-21T22:14:34.280Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24682025-02-21T22:14:34.744Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24692025-02-21T22:14:35.965Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24702025-02-21T22:14:38.656Z Compiling unicode-truncate v1.1.0
24712025-02-21T22:14:38.971Z Compiling lru v0.12.5
24722025-02-21T22:14:39.358Z Compiling rand_seeder v0.3.0
24732025-02-21T22:14:39.809Z Compiling libsqlite3-sys v0.30.1
24742025-02-21T22:14:40.373Z Compiling lzma-sys v0.1.20
24752025-02-21T22:14:41.126Z Compiling instability v0.3.2
24762025-02-21T22:14:42.149Z Compiling cassowary v0.3.0
24772025-02-21T22:14:42.744Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24782025-02-21T22:14:42.806Z Compiling indoc v2.0.5
24792025-02-21T22:14:43.121Z Compiling parse-size v1.1.0
24802025-02-21T22:14:43.478Z Compiling rustls v0.21.12
24812025-02-21T22:14:43.707Z Compiling ratatui v0.29.0
24822025-02-21T22:14:43.859Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24832025-02-21T22:14:44.298Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24842025-02-21T22:14:44.554Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24852025-02-21T22:14:45.378Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24862025-02-21T22:14:47.092Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24872025-02-21T22:14:51.898Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24882025-02-21T22:14:52.477Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24892025-02-21T22:14:52.630Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24902025-02-21T22:14:52.820Z Compiling rustls-webpki v0.101.7
24912025-02-21T22:14:53.366Z Compiling sct v0.7.1
24922025-02-21T22:14:53.811Z Compiling heck v0.3.3
24932025-02-21T22:14:54.162Z Compiling csv-core v0.1.11
24942025-02-21T22:14:55.079Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24952025-02-21T22:14:55.476Z Compiling glob v0.3.2
24962025-02-21T22:14:56.259Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24972025-02-21T22:15:00.621Z Compiling csv v1.3.1
24982025-02-21T22:15:00.683Z Compiling zone_cfg_derive v0.1.2
24992025-02-21T22:15:00.729Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25002025-02-21T22:15:00.729Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
25012025-02-21T22:15:00.729Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25022025-02-21T22:15:03.497Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25032025-02-21T22:15:04.576Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25042025-02-21T22:15:07.290Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25052025-02-21T22:15:14.213Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25062025-02-21T22:15:14.577Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
25072025-02-21T22:15:14.728Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25082025-02-21T22:15:15.083Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25092025-02-21T22:15:15.309Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25102025-02-21T22:15:15.430Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
25112025-02-21T22:15:15.672Z Compiling nix v0.27.1
25122025-02-21T22:15:18.161Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25132025-02-21T22:15:18.326Z Compiling tungstenite v0.23.0
25142025-02-21T22:15:18.460Z Compiling hashlink v0.9.1
25152025-02-21T22:15:18.882Z Compiling base64 v0.13.1
25162025-02-21T22:15:19.245Z Compiling fallible-iterator v0.3.0
25172025-02-21T22:15:19.659Z Compiling fallible-streaming-iterator v0.1.9
25182025-02-21T22:15:19.967Z Compiling tokio-tungstenite v0.23.1
25192025-02-21T22:15:20.038Z Compiling rusqlite v0.32.1
25202025-02-21T22:15:20.641Z Compiling ron v0.7.1
25212025-02-21T22:15:21.080Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25222025-02-21T22:15:22.116Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25232025-02-21T22:15:23.729Z Compiling xz2 v0.1.7
25242025-02-21T22:15:24.357Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25252025-02-21T22:15:25.267Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25262025-02-21T22:15:25.936Z Compiling tokio-rustls v0.24.1
25272025-02-21T22:15:26.401Z Compiling zone v0.1.8
25282025-02-21T22:15:28.241Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25292025-02-21T22:15:29.638Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25302025-02-21T22:15:29.736Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25312025-02-21T22:15:39.688Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25322025-02-21T22:15:42.689Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25332025-02-21T22:15:44.366Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25342025-02-21T22:15:44.741Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25352025-02-21T22:15:44.969Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25362025-02-21T22:15:45.983Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
25372025-02-21T22:15:46.190Z Compiling rustls-pemfile v1.0.4
25382025-02-21T22:15:46.954Z Compiling signal-hook-tokio v0.3.1
25392025-02-21T22:15:47.201Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25402025-02-21T22:15:48.924Z Compiling yasna v0.5.2
25412025-02-21T22:15:49.614Z Compiling twox-hash v2.1.0
25422025-02-21T22:15:50.630Z Compiling smawk v0.3.2
25432025-02-21T22:15:50.955Z Compiling is_ci v1.2.0
25442025-02-21T22:15:51.303Z Compiling unicode-linebreak v0.1.5
25452025-02-21T22:15:51.883Z Compiling textwrap v0.16.1
25462025-02-21T22:15:52.506Z Compiling supports-color v3.0.1
25472025-02-21T22:15:53.003Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
25482025-02-21T22:15:56.357Z Compiling rcgen v0.12.1
25492025-02-21T22:16:00.523Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25502025-02-21T22:16:00.907Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25512025-02-21T22:16:02.392Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25522025-02-21T22:16:07.136Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25532025-02-21T22:16:10.343Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25542025-02-21T22:16:15.974Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25552025-02-21T22:16:20.629Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25562025-02-21T22:16:20.735Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25572025-02-21T22:16:21.308Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25582025-02-21T22:16:30.882Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25592025-02-21T22:16:40.094Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25602025-02-21T22:16:40.446Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
25612025-02-21T22:16:41.073Z Compiling fatfs v0.3.6
25622025-02-21T22:16:43.765Z Compiling rtoolbox v0.0.2
25632025-02-21T22:16:44.218Z Compiling subprocess v0.2.9
25642025-02-21T22:16:46.833Z Compiling assert_matches v1.5.0
25652025-02-21T22:16:48.960Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25662025-02-21T22:16:49.007Z Compiling rpassword v7.3.1
25672025-02-21T22:16:49.497Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25682025-02-21T22:16:52.178Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25692025-02-21T22:16:56.770Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25702025-02-21T22:16:59.416Z Compiling tui-tree-widget v0.23.0
25712025-02-21T22:16:59.912Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25722025-02-21T22:17:07.702Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25732025-02-21T22:17:08.065Z Compiling uzers v0.12.1
25742025-02-21T22:17:11.350Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25752025-02-21T22:17:13.198Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25762025-02-21T22:17:15.195Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25772025-02-21T22:17:44.082Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25782025-02-21T22:17:45.719Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25792025-02-21T22:17:50.403Z Compiling multimap v0.10.0
25802025-02-21T22:20:16.663Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25812025-02-21T22:27:08.505Z Finished `release` profile [optimized] target(s) in 17m 22s
25822025-02-21T22:28:16.296Z
25832025-02-21T22:28:16.298Zreal 18:31.581801702
25842025-02-21T22:28:16.298Zuser 2:11:18.167753331
25852025-02-21T22:28:16.298Zsys 3:36.545025939
25862025-02-21T22:28:16.298Ztrap 3.532075797
25872025-02-21T22:28:16.298Ztflt 1.923121050
25882025-02-21T22:28:16.298Zdflt 4.917386882
25892025-02-21T22:28:16.298Zkflt 0.000865684
25902025-02-21T22:28:16.298Zlock 7:48:45.531307252
25912025-02-21T22:28:16.298Zslp 6:48:36.578280906
25922025-02-21T22:28:16.298Zlat 3:39.552848733
25932025-02-21T22:28:16.298Zstop 2:53.752093363
25942025-02-21T22:28:16.298Z+ mapfile -t packages
25952025-02-21T22:28:16.298Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25962025-02-21T22:28:17.336Z Compiling ring v0.17.9
25972025-02-21T22:28:20.861Z Compiling rustls-webpki v0.102.8
25982025-02-21T22:28:20.864Z Compiling rustls v0.22.4
25992025-02-21T22:28:20.864Z Compiling rustls v0.23.19
26002025-02-21T22:28:25.326Z Compiling tokio-rustls v0.25.0
26012025-02-21T22:28:25.722Z Compiling dropshot v0.12.0
26022025-02-21T22:28:26.990Z Compiling tokio-rustls v0.26.0
26032025-02-21T22:28:27.488Z Compiling hyper-rustls v0.27.3
26042025-02-21T22:28:27.934Z Compiling reqwest v0.12.12
26052025-02-21T22:28:29.710Z Compiling qorb v0.2.1
26062025-02-21T22:28:30.135Z Compiling dropshot v0.15.1
26072025-02-21T22:28:36.691Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26082025-02-21T22:28:40.692Z Compiling progenitor-client v0.8.0
26092025-02-21T22:28:41.290Z Compiling progenitor v0.8.0
26102025-02-21T22:28:41.482Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26112025-02-21T22:28:41.565Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
26122025-02-21T22:28:42.275Z Compiling progenitor-client v0.9.1
26132025-02-21T22:28:43.314Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26142025-02-21T22:28:46.642Z Compiling omicron-zone-package v0.12.0
26152025-02-21T22:28:53.490Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26162025-02-21T22:29:05.587Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26172025-02-21T22:29:09.942Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26182025-02-21T22:29:10.811Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26192025-02-21T22:29:14.301Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26202025-02-21T22:29:29.011Z Finished `release` profile [optimized] target(s) in 1m 12s
26212025-02-21T22:29:29.179Z Running `target/release/omicron-package -t test list-outputs`
26222025-02-21T22:29:29.226ZLogging to: /work/oxidecomputer/omicron/out/LOG
26232025-02-21T22:29:29.228Z+ ptime -m cargo build --locked --release -p xtask
26242025-02-21T22:29:29.819Z Compiling serde v1.0.217
26252025-02-21T22:29:29.822Z Compiling libc v0.2.169
26262025-02-21T22:29:29.822Z Compiling rustix v0.38.37
26272025-02-21T22:29:29.822Z Compiling serde_json v1.0.139
26282025-02-21T22:29:29.911Z Compiling syn v2.0.96
26292025-02-21T22:29:29.943Z Compiling bitflags v2.6.0
26302025-02-21T22:29:30.304Z Compiling usdt-impl v0.5.0
26312025-02-21T22:29:30.367Z Compiling syn v1.0.109
26322025-02-21T22:29:30.453Z Compiling log v0.4.22
26332025-02-21T22:29:30.471Z Compiling hashbrown v0.15.1
26342025-02-21T22:29:30.742Z Compiling fs-err v2.11.0
26352025-02-21T22:29:30.920Z Compiling anyhow v1.0.96
26362025-02-21T22:29:31.106Z Compiling once_cell v1.20.3
26372025-02-21T22:29:31.296Z Compiling thread-id v4.2.2
26382025-02-21T22:29:31.740Z Compiling indexmap v2.7.1
26392025-02-21T22:29:32.850Z Compiling terminal_size v0.4.0
26402025-02-21T22:29:32.850Z Compiling tempfile v3.13.0
26412025-02-21T22:29:33.149Z Compiling clap_builder v4.5.30
26422025-02-21T22:29:33.677Z Compiling proc-macro-error v1.0.4
26432025-02-21T22:29:34.576Z Compiling tabled_derive v0.7.0
26442025-02-21T22:29:35.717Z Compiling tabled v0.15.0
26452025-02-21T22:29:36.405Z Compiling serde_derive v1.0.217
26462025-02-21T22:29:36.408Z Compiling thiserror-impl v1.0.69
26472025-02-21T22:29:36.408Z Compiling zerocopy-derive v0.7.35
26482025-02-21T22:29:36.408Z Compiling scroll_derive v0.12.0
26492025-02-21T22:29:36.408Z Compiling clap_derive v4.5.28
26502025-02-21T22:29:37.877Z Compiling scroll v0.12.0
26512025-02-21T22:29:38.373Z Compiling zerocopy v0.7.35
26522025-02-21T22:29:38.583Z Compiling goblin v0.8.2
26532025-02-21T22:29:39.135Z Compiling thiserror v1.0.69
26542025-02-21T22:29:39.354Z Compiling pest v2.7.14
26552025-02-21T22:29:42.488Z Compiling pest_meta v2.7.14
26562025-02-21T22:29:42.533Z Compiling clap v4.5.30
26572025-02-21T22:29:44.171Z Compiling pest_generator v2.7.14
26582025-02-21T22:29:46.075Z Compiling pest_derive v2.7.14
26592025-02-21T22:29:46.917Z Compiling dtrace-parser v0.2.0
26602025-02-21T22:29:52.701Z Compiling dof v0.3.0
26612025-02-21T22:29:53.246Z Compiling serde_tokenstream v0.2.2
26622025-02-21T22:29:53.799Z Compiling serde_spanned v0.6.8
26632025-02-21T22:29:53.883Z Compiling toml_datetime v0.6.8
26642025-02-21T22:29:54.159Z Compiling camino v1.1.9
26652025-02-21T22:29:54.659Z Compiling toml_edit v0.22.22
26662025-02-21T22:29:54.885Z Compiling usdt-attr-macro v0.5.0
26672025-02-21T22:29:55.764Z Compiling usdt-macro v0.5.0
26682025-02-21T22:29:56.234Z Compiling semver v1.0.25
26692025-02-21T22:29:57.016Z Compiling cargo-platform v0.1.8
26702025-02-21T22:29:57.715Z Compiling cargo_metadata v0.18.1
26712025-02-21T22:29:58.135Z Compiling usdt v0.5.0
26722025-02-21T22:29:58.469Z Compiling camino-tempfile v1.1.1
26732025-02-21T22:29:59.130Z Compiling toml v0.8.19
26742025-02-21T22:29:59.257Z Compiling macaddr v1.0.1
26752025-02-21T22:30:04.620Z Compiling cargo_toml v0.20.5
26762025-02-21T22:30:14.650Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26772025-02-21T22:30:20.374Z Finished `release` profile [optimized] target(s) in 51.07s
26782025-02-21T22:30:20.487Z
26792025-02-21T22:30:20.490Zreal 51.220386394
26802025-02-21T22:30:20.490Zuser 5:20.222068596
26812025-02-21T22:30:20.490Zsys 19.934851058
26822025-02-21T22:30:20.490Ztrap 0.158108389
26832025-02-21T22:30:20.491Ztflt 0.249496208
26842025-02-21T22:30:20.491Zdflt 0.368798657
26852025-02-21T22:30:20.491Zkflt 0.000025585
26862025-02-21T22:30:20.491Zlock 9:44.876927606
26872025-02-21T22:30:20.491Zslp 15:11.728661478
26882025-02-21T22:30:20.491Zlat 15.359500725
26892025-02-21T22:30:20.491Zstop 18.635863365
26902025-02-21T22:30:20.491Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26912025-02-21T22:30:20.491Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26922025-02-21T22:30:20.491Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26932025-02-21T22:30:20.491Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26942025-02-21T22:30:20.491Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26952025-02-21T22:30:21.430Z Compiling ring v0.17.9
26962025-02-21T22:30:21.564Z Compiling hashbrown v0.14.5
26972025-02-21T22:30:21.586Z Compiling thiserror v2.0.11
26982025-02-21T22:30:21.602Z Compiling thiserror-impl v2.0.11
26992025-02-21T22:30:21.604Z Compiling ident_case v1.0.1
27002025-02-21T22:30:21.607Z Compiling unsafe-libyaml v0.2.11
27012025-02-21T22:30:21.607Z Compiling ipnetwork v0.21.1
27022025-02-21T22:30:21.607Z Compiling macaddr v1.0.1
27032025-02-21T22:30:21.917Z Compiling darling_core v0.20.10
27042025-02-21T22:30:22.115Z Compiling oxnet v0.1.0
27052025-02-21T22:30:22.492Z Compiling instant v0.1.13
27062025-02-21T22:30:22.532Z Compiling structmeta-derive v0.3.0
27072025-02-21T22:30:22.673Z Compiling regress v0.10.1
27082025-02-21T22:30:22.769Z Compiling dropshot v0.15.1
27092025-02-21T22:30:22.802Z Compiling regress v0.9.1
27102025-02-21T22:30:23.093Z Compiling serde_yaml v0.9.34+deprecated
27112025-02-21T22:30:23.442Z Compiling dropshot_endpoint v0.15.1
27122025-02-21T22:30:24.997Z Compiling daft-derive v0.1.1
27132025-02-21T22:30:25.124Z Compiling structmeta v0.3.0
27142025-02-21T22:30:25.553Z Compiling parse-display-derive v0.10.0
27152025-02-21T22:30:26.523Z Compiling typify-impl v0.2.0
27162025-02-21T22:30:26.547Z Compiling rustls v0.23.19
27172025-02-21T22:30:26.595Z Compiling rustls v0.22.4
27182025-02-21T22:30:26.631Z Compiling daft v0.1.1
27192025-02-21T22:30:27.150Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27202025-02-21T22:30:27.365Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27212025-02-21T22:30:27.569Z Compiling backoff v0.4.0
27222025-02-21T22:30:27.626Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27232025-02-21T22:30:27.814Z Compiling darling_macro v0.20.10
27242025-02-21T22:30:27.837Z Compiling tempfile v3.13.0
27252025-02-21T22:30:27.872Z Compiling proc-macro-crate v1.3.1
27262025-02-21T22:30:27.955Z Compiling typify-impl v0.3.0
27272025-02-21T22:30:27.973Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27282025-02-21T22:30:28.256Z Compiling itertools v0.13.0
27292025-02-21T22:30:28.680Z Compiling zerocopy v0.8.10
27302025-02-21T22:30:28.800Z Compiling darling v0.20.10
27312025-02-21T22:30:28.826Z Compiling num_enum_derive v0.5.11
27322025-02-21T22:30:28.949Z Compiling serde_with_macros v3.11.0
27332025-02-21T22:30:29.550Z Compiling rustls-webpki v0.102.8
27342025-02-21T22:30:29.572Z Compiling parse-display v0.10.0
27352025-02-21T22:30:30.198Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27362025-02-21T22:30:31.187Z Compiling num_enum v0.5.11
27372025-02-21T22:30:31.390Z Compiling zerocopy-derive v0.8.10
27382025-02-21T22:30:31.430Z Compiling heapless v0.8.0
27392025-02-21T22:30:31.467Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27402025-02-21T22:30:31.554Z Compiling serde_with v3.11.0
27412025-02-21T22:30:31.801Z Compiling crucible-workspace-hack v0.1.0
27422025-02-21T22:30:32.214Z Compiling proc-macro-error v1.0.4
27432025-02-21T22:30:32.364Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27442025-02-21T22:30:32.880Z Compiling camino-tempfile v1.1.1
27452025-02-21T22:30:33.437Z Compiling foreign-types-macros v0.2.3
27462025-02-21T22:30:34.758Z Compiling hash32 v0.3.1
27472025-02-21T22:30:35.038Z Compiling smoltcp v0.11.0
27482025-02-21T22:30:35.210Z Compiling foreign-types-shared v0.3.1
27492025-02-21T22:30:35.415Z Compiling tokio-rustls v0.25.0
27502025-02-21T22:30:35.781Z Compiling foreign-types v0.5.0
27512025-02-21T22:30:35.893Z Compiling dropshot v0.12.0
27522025-02-21T22:30:38.408Z Compiling tokio-rustls v0.26.0
27532025-02-21T22:30:38.933Z Compiling hyper-rustls v0.27.3
27542025-02-21T22:30:39.067Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27552025-02-21T22:30:39.557Z Compiling reqwest v0.12.12
27562025-02-21T22:30:39.896Z Compiling tabwriter v1.4.0
27572025-02-21T22:30:40.169Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27582025-02-21T22:30:40.385Z Compiling cstr-argument v0.1.2
27592025-02-21T22:30:40.687Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
27602025-02-21T22:30:41.041Z Compiling qorb v0.2.1
27612025-02-21T22:30:41.067Z Compiling cobs v0.2.3
27622025-02-21T22:30:41.130Z Compiling typify-macro v0.2.0
27632025-02-21T22:30:41.402Z Compiling pretty-hex v0.2.1
27642025-02-21T22:30:41.650Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27652025-02-21T22:30:42.072Z Compiling postcard v1.0.10
27662025-02-21T22:30:42.763Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27672025-02-21T22:30:42.765Z Compiling typify-macro v0.3.0
27682025-02-21T22:30:43.006Z Compiling progenitor-client v0.9.1
27692025-02-21T22:30:43.690Z Compiling progenitor-client v0.8.0
27702025-02-21T22:30:44.018Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27712025-02-21T22:30:44.207Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27722025-02-21T22:30:44.575Z Compiling colored v2.1.0
27732025-02-21T22:30:44.952Z Compiling typify v0.2.0
27742025-02-21T22:30:45.045Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
27752025-02-21T22:30:45.115Z Compiling progenitor-impl v0.8.0
27762025-02-21T22:30:45.253Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
27772025-02-21T22:30:45.502Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
27782025-02-21T22:30:46.468Z Compiling smf v0.2.3
27792025-02-21T22:30:46.547Z Compiling typify v0.3.0
27802025-02-21T22:30:46.713Z Compiling progenitor-impl v0.9.1
27812025-02-21T22:30:46.752Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27822025-02-21T22:30:46.794Z Compiling zone_cfg_derive v0.3.0
27832025-02-21T22:30:47.124Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27842025-02-21T22:30:47.561Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
27852025-02-21T22:30:47.605Z Compiling num-derive v0.4.2
27862025-02-21T22:30:48.289Z Compiling sigpipe v0.1.3
27872025-02-21T22:30:48.457Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27882025-02-21T22:30:48.678Z Compiling zone v0.3.0
27892025-02-21T22:30:48.850Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27902025-02-21T22:30:49.337Z Compiling universal-hash v0.5.1
27912025-02-21T22:30:49.442Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
27922025-02-21T22:30:49.485Z Compiling opaque-debug v0.3.1
27932025-02-21T22:30:49.560Z Compiling tungstenite v0.21.0
27942025-02-21T22:30:49.610Z Compiling num-rational v0.4.2
27952025-02-21T22:30:49.919Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
27962025-02-21T22:30:50.143Z Compiling password-hash v0.5.0
27972025-02-21T22:30:50.205Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27982025-02-21T22:30:50.737Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27992025-02-21T22:30:50.784Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28002025-02-21T22:30:51.080Z Compiling blake2 v0.10.6
28012025-02-21T22:30:51.161Z Compiling num-complex v0.4.6
28022025-02-21T22:30:51.461Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28032025-02-21T22:30:51.538Z Compiling aead v0.5.2
28042025-02-21T22:30:51.583Z Compiling keccak v0.1.5
28052025-02-21T22:30:51.726Z Compiling base64 v0.21.7
28062025-02-21T22:30:51.958Z Compiling convert_case v0.4.0
28072025-02-21T22:30:52.011Z Compiling progenitor-macro v0.8.0
28082025-02-21T22:30:52.152Z Compiling num v0.4.3
28092025-02-21T22:30:52.293Z Compiling sha3 v0.10.8
28102025-02-21T22:30:52.462Z Compiling argon2 v0.5.3
28112025-02-21T22:30:52.464Z Compiling tokio-tungstenite v0.21.0
28122025-02-21T22:30:52.651Z Compiling poly1305 v0.8.0
28132025-02-21T22:30:52.738Z Compiling chacha20 v0.9.1
28142025-02-21T22:30:52.786Z Compiling derive_more v0.99.19
28152025-02-21T22:30:53.086Z Compiling float-ord v0.3.2
28162025-02-21T22:30:53.304Z Compiling same-file v1.0.6
28172025-02-21T22:30:53.327Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28182025-02-21T22:30:53.362Z Compiling semver v0.1.20
28192025-02-21T22:30:53.613Z Compiling walkdir v2.5.0
28202025-02-21T22:30:53.761Z Compiling rustc_version v0.1.7
28212025-02-21T22:30:53.791Z Compiling progenitor-macro v0.9.1
28222025-02-21T22:30:54.012Z Compiling newline-converter v0.3.0
28232025-02-21T22:30:54.230Z Compiling primeorder v0.13.6
28242025-02-21T22:30:54.260Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28252025-02-21T22:30:54.283Z Compiling secrecy v0.8.0
28262025-02-21T22:30:54.424Z Compiling owo-colors v4.1.0
28272025-02-21T22:30:54.569Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28282025-02-21T22:30:54.766Z Compiling cancel-safe-futures v0.1.5
28292025-02-21T22:30:54.825Z Compiling newtype_derive v0.1.6
28302025-02-21T22:30:54.885Z Compiling expectorate v1.1.0
28312025-02-21T22:30:55.106Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28322025-02-21T22:30:55.169Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28332025-02-21T22:30:55.225Z Compiling thiserror-impl-no-std v2.0.2
28342025-02-21T22:30:55.366Z Compiling blake3 v1.5.4
28352025-02-21T22:30:55.388Z Compiling unicase v2.7.0
28362025-02-21T22:30:55.391Z Compiling half v2.4.1
28372025-02-21T22:30:55.754Z Compiling ciborium-io v0.2.2
28382025-02-21T22:30:55.932Z Compiling arc-swap v1.7.1
28392025-02-21T22:30:55.956Z Compiling ciborium-ll v0.2.2
28402025-02-21T22:30:56.239Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28412025-02-21T22:30:56.574Z Compiling slog-scope v4.4.0
28422025-02-21T22:30:56.648Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28432025-02-21T22:30:57.106Z Compiling polyval v0.6.2
28442025-02-21T22:30:57.303Z Compiling atomicwrites v0.4.4
28452025-02-21T22:30:57.567Z Compiling libsw v3.3.1
28462025-02-21T22:30:57.668Z Compiling memmap2 v0.9.5
28472025-02-21T22:30:57.929Z Compiling constant_time_eq v0.3.1
28482025-02-21T22:30:58.002Z Compiling thiserror-no-std v2.0.2
28492025-02-21T22:30:58.111Z Compiling indent_write v2.2.0
28502025-02-21T22:30:58.161Z Compiling parking_lot_core v0.8.6
28512025-02-21T22:30:58.195Z Compiling arrayvec v0.7.6
28522025-02-21T22:30:58.386Z Compiling libefi-sys v0.1.0
28532025-02-21T22:30:58.639Z Compiling salty v0.3.0
28542025-02-21T22:30:58.669Z Compiling arrayref v0.3.9
28552025-02-21T22:30:58.717Z Compiling linear-map v1.2.0
28562025-02-21T22:30:59.080Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28572025-02-21T22:30:59.177Z Compiling vsss-rs v3.3.4
28582025-02-21T22:30:59.206Z Compiling ghash v0.5.1
28592025-02-21T22:30:59.555Z Compiling slog-stdlog v4.1.1
28602025-02-21T22:30:59.954Z Compiling ciborium v0.2.2
28612025-02-21T22:31:00.027Z Compiling p384 v0.13.0
28622025-02-21T22:31:00.291Z Compiling toolchain_find v0.4.0
28632025-02-21T22:31:00.617Z Compiling chacha20poly1305 v0.10.1
28642025-02-21T22:31:00.906Z Compiling ctr v0.9.2
28652025-02-21T22:31:00.940Z Compiling lzma-sys v0.1.20
28662025-02-21T22:31:01.313Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28672025-02-21T22:31:01.334Z Compiling bitfield-struct v0.6.2
28682025-02-21T22:31:01.581Z Compiling slog-dtrace v0.3.0
28692025-02-21T22:31:01.716Z Compiling topological-sort v0.2.2
28702025-02-21T22:31:01.754Z Compiling highway v1.2.0
28712025-02-21T22:31:01.991Z Compiling omicron-zone-package v0.12.0
28722025-02-21T22:31:02.219Z Compiling aes-gcm v0.10.3
28732025-02-21T22:31:02.843Z Compiling rustfmt-wrapper v0.2.1
28742025-02-21T22:31:02.853Z Compiling mime_guess v2.0.5
28752025-02-21T22:31:02.853Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28762025-02-21T22:31:02.853Z Compiling slog-envlogger v2.2.0
28772025-02-21T22:31:03.222Z Compiling steno v0.4.1
28782025-02-21T22:31:03.784Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28792025-02-21T22:31:03.911Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28802025-02-21T22:31:03.943Z Compiling progenitor v0.8.0
28812025-02-21T22:31:04.009Z Compiling heck v0.3.3
28822025-02-21T22:31:04.197Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
28832025-02-21T22:31:04.407Z Compiling ssh-encoding v0.2.0
28842025-02-21T22:31:04.458Z Compiling blowfish v0.9.1
28852025-02-21T22:31:04.536Z Compiling nibble_vec v0.1.0
28862025-02-21T22:31:04.776Z Compiling env_filter v0.1.2
28872025-02-21T22:31:04.877Z Compiling humantime v2.1.0
28882025-02-21T22:31:04.906Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28892025-02-21T22:31:04.946Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28902025-02-21T22:31:05.057Z Compiling endian-type v0.1.2
28912025-02-21T22:31:05.308Z Compiling radix_trie v0.2.1
28922025-02-21T22:31:05.364Z Compiling env_logger v0.11.5
28932025-02-21T22:31:05.401Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28942025-02-21T22:31:05.428Z Compiling ssh-cipher v0.2.0
28952025-02-21T22:31:05.755Z Compiling progenitor v0.9.1
28962025-02-21T22:31:05.960Z Compiling bcrypt-pbkdf v0.10.0
28972025-02-21T22:31:06.012Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28982025-02-21T22:31:06.032Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28992025-02-21T22:31:06.243Z Compiling zone_cfg_derive v0.1.2
29002025-02-21T22:31:06.853Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29012025-02-21T22:31:07.100Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29022025-02-21T22:31:07.537Z Compiling parking_lot v0.11.2
29032025-02-21T22:31:07.687Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29042025-02-21T22:31:07.924Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29052025-02-21T22:31:08.407Z Compiling password-hash v0.4.2
29062025-02-21T22:31:08.431Z Compiling gethostname v0.5.0
29072025-02-21T22:31:08.451Z Compiling fxhash v0.2.1
29082025-02-21T22:31:08.660Z Compiling base64 v0.13.1
29092025-02-21T22:31:08.699Z Compiling zip v2.1.3
29102025-02-21T22:31:09.091Z Compiling simd-adler32 v0.3.7
29112025-02-21T22:31:09.263Z Compiling lockfree-object-pool v0.1.6
29122025-02-21T22:31:09.286Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29132025-02-21T22:31:09.567Z Compiling bumpalo v3.16.0
29142025-02-21T22:31:09.613Z Compiling http-range v0.1.5
29152025-02-21T22:31:09.676Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29162025-02-21T22:31:09.695Z Compiling ron v0.7.1
29172025-02-21T22:31:09.958Z Compiling zopfli v0.8.1
29182025-02-21T22:31:10.104Z Compiling pbkdf2 v0.11.0
29192025-02-21T22:31:10.524Z Compiling sled v0.34.7
29202025-02-21T22:31:11.570Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29212025-02-21T22:31:11.728Z Compiling xz2 v0.1.7
29222025-02-21T22:31:11.766Z Compiling zone v0.1.8
29232025-02-21T22:31:12.221Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29242025-02-21T22:31:12.260Z Compiling ssh-key v0.6.6
29252025-02-21T22:31:12.403Z Compiling hickory-client v0.24.3
29262025-02-21T22:31:13.143Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29272025-02-21T22:31:13.311Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29282025-02-21T22:31:13.333Z Compiling p521 v0.13.3
29292025-02-21T22:31:13.859Z Compiling p256 v0.13.2
29302025-02-21T22:31:14.734Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29312025-02-21T22:31:14.844Z Compiling hickory-server v0.24.3
29322025-02-21T22:31:15.657Z Compiling pem v3.0.4
29332025-02-21T22:31:15.725Z Compiling yasna v0.5.2
29342025-02-21T22:31:16.423Z Compiling headers-core v0.3.0
29352025-02-21T22:31:16.491Z Compiling kstat-rs v0.2.4
29362025-02-21T22:31:16.644Z Compiling nanorand v0.7.0
29372025-02-21T22:31:17.099Z Compiling russh-cryptovec v0.7.3
29382025-02-21T22:31:17.206Z Compiling atty v0.2.14
29392025-02-21T22:31:17.331Z Compiling md5 v0.7.0
29402025-02-21T22:31:17.387Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29412025-02-21T22:31:17.464Z Compiling flume v0.11.1
29422025-02-21T22:31:17.895Z Compiling russh-keys v0.45.0
29432025-02-21T22:31:18.134Z Compiling rcgen v0.12.1
29442025-02-21T22:31:19.170Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
29452025-02-21T22:31:20.048Z Compiling headers v0.4.0
29462025-02-21T22:31:20.349Z Compiling hyper-staticfile v0.10.1
29472025-02-21T22:31:21.772Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29482025-02-21T22:31:22.329Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29492025-02-21T22:31:23.304Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29502025-02-21T22:31:24.877Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29512025-02-21T22:31:25.040Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29522025-02-21T22:31:26.331Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29532025-02-21T22:31:26.542Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29542025-02-21T22:31:27.484Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29552025-02-21T22:31:28.927Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29562025-02-21T22:31:29.329Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29572025-02-21T22:31:29.919Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29582025-02-21T22:31:30.023Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29592025-02-21T22:31:30.103Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29602025-02-21T22:31:30.955Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29612025-02-21T22:31:31.026Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29622025-02-21T22:31:32.667Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29632025-02-21T22:31:32.762Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29642025-02-21T22:31:34.448Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29652025-02-21T22:31:34.637Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29662025-02-21T22:31:35.351Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29672025-02-21T22:31:35.799Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29682025-02-21T22:31:36.486Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29692025-02-21T22:31:38.508Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29702025-02-21T22:31:39.006Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29712025-02-21T22:31:39.284Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29722025-02-21T22:31:40.895Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29732025-02-21T22:31:41.428Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29742025-02-21T22:31:42.723Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29752025-02-21T22:31:42.806Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
29762025-02-21T22:31:43.011Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29772025-02-21T22:31:43.398Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
29782025-02-21T22:31:43.834Z Compiling num-bigint v0.4.6
29792025-02-21T22:31:43.896Z Compiling des v0.8.1
29802025-02-21T22:31:44.286Z Compiling subprocess v0.2.9
29812025-02-21T22:31:44.508Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29822025-02-21T22:31:44.552Z Compiling display-error-chain v0.2.2
29832025-02-21T22:31:44.821Z Compiling hex-literal v0.4.1
29842025-02-21T22:31:45.038Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29852025-02-21T22:31:45.429Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29862025-02-21T22:31:46.002Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29872025-02-21T22:31:46.349Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29882025-02-21T22:31:46.861Z Compiling russh v0.45.0
29892025-02-21T22:31:47.933Z Compiling internet-checksum v0.2.1
29902025-02-21T22:31:51.293Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29912025-02-21T22:31:58.644Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29922025-02-21T22:32:00.243Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29932025-02-21T22:32:25.735Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29942025-02-21T22:32:50.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s
29952025-02-21T22:32:51.177Z
29962025-02-21T22:32:51.179Zreal 2:30.617716314
29972025-02-21T22:32:51.179Zuser 12:44.367392004
29982025-02-21T22:32:51.179Zsys 1:44.482206269
29992025-02-21T22:32:51.180Ztrap 0.397565255
30002025-02-21T22:32:51.180Ztflt 0.357668196
30012025-02-21T22:32:51.180Zdflt 0.786647069
30022025-02-21T22:32:51.180Zkflt 0.000037080
30032025-02-21T22:32:51.180Zlock 23:51.947256293
30042025-02-21T22:32:51.180Zslp 45:20.187289635
30052025-02-21T22:32:51.180Zlat 39.644652221
30062025-02-21T22:32:51.180Zstop 1:43.717959500
30072025-02-21T22:32:51.180Z+ mkdir tests
30082025-02-21T22:32:51.183Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
30092025-02-21T22:32:51.183Z+ xargs -I '{}' -t cp '{}' tests/
30102025-02-21T22:32:51.223Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-84ec46e31a36f495 tests/
30112025-02-21T22:32:51.251Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-08f7c3d692b89c36 tests/
30122025-02-21T22:32:51.278Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-1abc88a50428029e tests/
30132025-02-21T22:32:51.306Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-26901deb272eb193 tests/
30142025-02-21T22:32:51.596Z+ 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/*)
30152025-02-21T22:32:51.598Z+ 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-08f7c3d692b89c36 tests/commtest-1abc88a50428029e tests/dhcp_server-84ec46e31a36f495 tests/end_to_end_tests-26901deb272eb193 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
30162025-02-21T22:34:09.272ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
30172025-02-21T22:34:09.272Za .github/buildomat/ci-env.sh 1K
30182025-02-21T22:34:09.272Za out/target/test 1K
30192025-02-21T22:34:09.272Za out/npuzone/npuzone 23144K
30202025-02-21T22:34:09.272Za package-manifest.toml 33K
30212025-02-21T22:34:09.272Za smf/sled-agent/non-gimlet/config.toml 4K
30222025-02-21T22:34:09.272Za target/release/omicron-package 39580K
30232025-02-21T22:34:09.272Za target/release/xtask 10747K
30242025-02-21T22:34:09.272Za target/debug/bootstrap 220201K
30252025-02-21T22:34:09.272Za tests/bootstrap-08f7c3d692b89c36 24237K
30262025-02-21T22:34:09.273Za tests/commtest-1abc88a50428029e 24525K
30272025-02-21T22:34:09.273Za tests/dhcp_server-84ec46e31a36f495 24237K
30282025-02-21T22:34:09.273Za tests/end_to_end_tests-26901deb272eb193 280668K
30292025-02-21T22:34:09.273Za out/clickhouse.tar.gz 305942K
30302025-02-21T22:34:09.273Za out/clickhouse_keeper.tar.gz 291615K
30312025-02-21T22:34:09.273Za out/clickhouse_server.tar.gz 305938K
30322025-02-21T22:34:09.273Za out/cockroachdb.tar.gz 144655K
30332025-02-21T22:34:09.273Za out/crucible-dtrace.tar 99K
30342025-02-21T22:34:09.273Za out/crucible-pantry-zone.tar.gz 32989K
30352025-02-21T22:34:09.273Za out/crucible-zone.tar.gz 41360K
30362025-02-21T22:34:09.273Za out/external-dns.tar.gz 46461K
30372025-02-21T22:34:09.273Za out/internal-dns.tar.gz 46461K
30382025-02-21T22:34:09.273Za out/mg-ddm-gz.tar 63075K
30392025-02-21T22:34:09.273Za out/nexus.tar.gz 111057K
30402025-02-21T22:34:09.273Za out/ntp.tar.gz 14933K
30412025-02-21T22:34:09.273Za out/omicron-gateway-softnpu.tar.gz 26076K
30422025-02-21T22:34:09.273Za out/omicron-sled-agent.tar 130025K
30432025-02-21T22:34:09.273Za out/overlay.tar.gz 3K
30442025-02-21T22:34:09.273Za out/oximeter.tar.gz 56152K
30452025-02-21T22:34:09.273Za out/oxlog.tar 3138K
30462025-02-21T22:34:09.273Za out/probe.tar.gz 2764K
30472025-02-21T22:34:09.273Za out/propolis-server.tar.gz 66425K
30482025-02-21T22:34:09.273Za out/pumpkind-gz.tar 26665K
30492025-02-21T22:34:09.273Za out/switch-softnpu.tar.gz 265637K
30502025-02-21T22:34:09.276Z
30512025-02-21T22:34:09.276Zreal 1:17.662395872
30522025-02-21T22:34:09.276Zuser 1:14.077499093
30532025-02-21T22:34:09.276Zsys 5.098784193
30542025-02-21T22:34:09.276Ztrap 0.022851548
30552025-02-21T22:34:09.276Ztflt 0.000000000
30562025-02-21T22:34:09.276Zdflt 0.000000000
30572025-02-21T22:34:09.276Zkflt 0.000000000
30582025-02-21T22:34:09.276Zlock 0.000000000
30592025-02-21T22:34:09.276Zslp 1:13.902920694
30602025-02-21T22:34:09.276Zlat 2.217861810
30612025-02-21T22:34:09.276Zstop 0.000244284
30622025-02-21T22:34:09.279Zprocess exited: duration 2078106 ms, exit code 0
 
30632025-02-21T22:34:09.292Zfound 1 output files
30642025-02-21T22:34:09.292Zuploading: /work/package.tar.gz (2038421312 bytes)
30652025-02-21T22:34:50.108Zuploaded: /work/package.tar.gz