01K5HK0QHX8D7K32904QET48HE: 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: 01K5HK1M1A8EWK6Y5QH3Y3WQP5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-09-19T18:17:10.381Zjob assigned to worker 01K5HK1VZBK6Y7RES5DJ4207PK [factory aws, i-0971a523d0099c90c] (queued for 1 m 2 s)
 
22025-09-19T18:17:18.301Zstarting task 0: "setup"
32025-09-19T18:17:18.304Z++ uname -s
42025-09-19T18:17:18.323Z+ kern=SunOS
52025-09-19T18:17:18.324Z+ build_user=build
62025-09-19T18:17:18.324Z+ build_uid=12345
72025-09-19T18:17:18.324Z+ work_dir=/work
82025-09-19T18:17:18.324Z+ input_dir=/input
92025-09-19T18:17:18.324Z+ [[ 0 == 12345 ]]
102025-09-19T18:17:18.324Z+ case "$kern" in
112025-09-19T18:17:18.324Z+ groupadd -g 12345 build
122025-09-19T18:17:18.324Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-09-19T18:17:20.315Z+ zfs create -o mountpoint=/work rpool/work
142025-09-19T18:17:20.441Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-09-19T18:17:20.445Z+ home_fs=zfs
162025-09-19T18:17:20.445Z+ [[ zfs == autofs ]]
172025-09-19T18:17:20.445Z+ mkdir -p /home/build
182025-09-19T18:17:20.449Z+ chown build:build /home/build /work
192025-09-19T18:17:22.447Z+ chmod 0700 /home/build /work
202025-09-19T18:17:22.452Zprocess exited: duration 4154 ms, exit code 0
 
212025-09-19T18:17:22.460Zstarting task 1: "rust-toolchain"
222025-09-19T18:17:22.465Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
232025-09-19T18:17:22.465Z * rust toolchain channel = "1.89.0"
242025-09-19T18:17:22.465Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-09-19T18:17:22.465Z * rust toolchain profile = "default"
262025-09-19T18:17:22.465Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-09-19T18:17:22.465Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-09-19T18:17:22.469Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-09-19T18:17:22.469Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-09-19T18:17:22.569Zinfo: downloading installer
312025-09-19T18:17:24.048Zwarn: It looks like you have an existing installation of Rust at:
322025-09-19T18:17:24.048Zwarn: /opt/ooce/bin
332025-09-19T18:17:24.048Zwarn: It is recommended that rustup be the primary Rust installation.
342025-09-19T18:17:24.048Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-09-19T18:17:24.048Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-09-19T18:17:24.048Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-09-19T18:17:24.048Zwarn: or pass `-y' to ignore all ignorable checks.
382025-09-19T18:17:24.048Zerror: cannot install while Rust is installed
392025-09-19T18:17:24.048Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-09-19T18:17:24.073Zinfo: profile set to 'default'
412025-09-19T18:17:24.073Zinfo: default host triple is x86_64-unknown-illumos
422025-09-19T18:17:24.078Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-09-19T18:17:24.247Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-09-19T18:17:24.248Zinfo: downloading component 'cargo'
452025-09-19T18:17:25.038Zinfo: downloading component 'clippy'
462025-09-19T18:17:25.419Zinfo: downloading component 'rust-docs'
472025-09-19T18:17:26.906Zinfo: downloading component 'rust-std'
482025-09-19T18:17:28.848Zinfo: downloading component 'rustc'
492025-09-19T18:17:36.316Zinfo: downloading component 'rustfmt'
502025-09-19T18:17:36.594Zinfo: installing component 'cargo'
512025-09-19T18:17:37.481Zinfo: installing component 'clippy'
522025-09-19T18:17:37.874Zinfo: installing component 'rust-docs'
532025-09-19T18:17:39.733Zinfo: installing component 'rust-std'
542025-09-19T18:17:41.613Zinfo: installing component 'rustc'
552025-09-19T18:17:48.379Zinfo: installing component 'rustfmt'
562025-09-19T18:17:48.716Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
572025-09-19T18:17:48.716Z
582025-09-19T18:17:49.134Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-09-19T18:17:49.134Z
602025-09-19T18:17:49.137Z
612025-09-19T18:17:49.137ZRust is installed now. Great!
622025-09-19T18:17:49.137Z
632025-09-19T18:17:49.138ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-09-19T18:17:49.138Zenvironment variable. This has not been done automatically.
652025-09-19T18:17:49.138Z
662025-09-19T18:17:49.138ZTo configure your current shell, you need to source
672025-09-19T18:17:49.138Zthe corresponding env file under $HOME/.cargo.
682025-09-19T18:17:49.138Z
692025-09-19T18:17:49.138ZThis is usually done by running one of the following (note the leading DOT):
702025-09-19T18:17:49.138Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-09-19T18:17:49.138Zsource "$HOME/.cargo/env.fish" # For fish
722025-09-19T18:17:49.138Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-09-19T18:17:49.218Z+ rustup --version
742025-09-19T18:17:49.230Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-09-19T18:17:49.233Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-09-19T18:17:49.310Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-09-19T18:17:49.313Z+ cargo --version
782025-09-19T18:17:49.376Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-09-19T18:17:49.379Z+ rustc --version
802025-09-19T18:17:49.449Zrustc 1.89.0 (29483883e 2025-08-04)
812025-09-19T18:17:49.453Zprocess exited: duration 26991 ms, exit code 0
 
822025-09-19T18:17:49.461Zstarting task 2: "authentication"
832025-09-19T18:17:49.481Zprocess exited: duration 21 ms, exit code 0
 
842025-09-19T18:17:49.488Zstarting task 3: "clone repository"
852025-09-19T18:17:49.493Z+ mkdir -p /work/oxidecomputer/omicron
862025-09-19T18:17:49.496Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-09-19T18:17:49.535ZCloning into '/work/oxidecomputer/omicron'...
882025-09-19T18:18:01.051Z+ cd /work/oxidecomputer/omicron
892025-09-19T18:18:01.058Z+ git fetch origin 4debaf85682b576398c643a0814a8f211809e208
902025-09-19T18:18:01.480ZFrom https://github.com/oxidecomputer/omicron
912025-09-19T18:18:01.480Z * branch 4debaf85682b576398c643a0814a8f211809e208 -> FETCH_HEAD
922025-09-19T18:18:01.492Z+ [[ -n sunshowers/spr/4n-reconfigurator-planning-add-a-way-to-set-the-target-release-at-system-creation-time ]]
932025-09-19T18:18:01.496Z++ git branch --show-current
942025-09-19T18:18:01.499Z+ current=main
952025-09-19T18:18:01.499Z+ [[ main != sunshowers/spr/4n-reconfigurator-planning-add-a-way-to-set-the-target-release-at-system-creation-time ]]
962025-09-19T18:18:01.499Z+ git branch -f sunshowers/spr/4n-reconfigurator-planning-add-a-way-to-set-the-target-release-at-system-creation-time 4debaf85682b576398c643a0814a8f211809e208
972025-09-19T18:18:01.502Z+ git checkout -f sunshowers/spr/4n-reconfigurator-planning-add-a-way-to-set-the-target-release-at-system-creation-time
982025-09-19T18:18:01.754ZSwitched to branch 'sunshowers/spr/4n-reconfigurator-planning-add-a-way-to-set-the-target-release-at-system-creation-time'
992025-09-19T18:18:01.757Z+ git reset --hard 4debaf85682b576398c643a0814a8f211809e208
1002025-09-19T18:18:01.776ZHEAD is now at 4debaf856 fix style
1012025-09-19T18:18:01.779Zprocess exited: duration 12288 ms, exit code 0
 
1022025-09-19T18:18:01.789Zstarting task 4: "build"
1032025-09-19T18:18:01.792Z+ source .github/buildomat/ci-env.sh
1042025-09-19T18:18:01.792Z++ export CARGO_TERM_COLOR=always
1052025-09-19T18:18:01.792Z++ CARGO_TERM_COLOR=always
1062025-09-19T18:18:01.792Z+ cargo --version
1072025-09-19T18:18:01.850Zcargo 1.89.0 (c24e10642 2025-06-23)
1082025-09-19T18:18:01.853Z+ rustc --version
1092025-09-19T18:18:01.924Zrustc 1.89.0 (29483883e 2025-08-04)
1102025-09-19T18:18:01.928Z+ WORK=/work
1112025-09-19T18:18:01.928Z+ pfexec mkdir -p /work
1122025-09-19T18:18:01.935Z+ pfexec chown build /work
1132025-09-19T18:18:01.939Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142025-09-19T18:18:13.877Z Startup: Refreshing catalog 'helios-dev' ... Done
1152025-09-19T18:18:21.694Z Startup: Caching catalogs ... Done
1162025-09-19T18:18:29.357ZPlanning: Solver setup ... Done (6.533s)
1172025-09-19T18:18:29.424ZPlanning: Running solver ... Done (0.061s)
1182025-09-19T18:18:29.523ZPlanning: Finding local manifests ... Done (0.003s)
1192025-09-19T18:18:29.537ZPlanning: Fetching manifests: 0/4 0% complete
1202025-09-19T18:18:29.677ZPlanning: Fetching manifests: 4/4 100% complete
1212025-09-19T18:18:29.738ZPlanning: Package planning ... Done (0.051s)
1222025-09-19T18:18:29.782ZPlanning: Merging actions ... Done (0.052s)
1232025-09-19T18:18:30.126ZPlanning: Checking for conflicting actions ... Done (0.288s)
1242025-09-19T18:18:30.260ZPlanning: Consolidating action changes ... Done (0.011s)
1252025-09-19T18:18:31.038ZPlanning: Evaluating mediators ... Done (0.884s)
1262025-09-19T18:18:31.139ZPlanning: Planning completed in 9.24 seconds
1272025-09-19T18:18:31.139Z Packages to install: 4
1282025-09-19T18:18:31.139Z Mediators to change: 2
1292025-09-19T18:18:31.139Z Services to change: 1
1302025-09-19T18:18:31.140Z Estimated space available: 155.49 GB
1312025-09-19T18:18:31.140ZEstimated space to be consumed: 1.72 GB
1322025-09-19T18:18:31.140Z Create boot environment: No
1332025-09-19T18:18:31.140ZCreate backup boot environment: No
1342025-09-19T18:18:31.140Z Rebuild boot archive: No
1352025-09-19T18:18:31.140Z
1362025-09-19T18:18:31.140ZChanged mediators:
1372025-09-19T18:18:31.140Z mediator clang:
1382025-09-19T18:18:31.140Z version: None -> 15 (system default)
1392025-09-19T18:18:31.140Z
1402025-09-19T18:18:31.140Z mediator llvm:
1412025-09-19T18:18:31.140Z version: 14 (system default) -> 15 (system default)
1422025-09-19T18:18:31.140Z
1432025-09-19T18:18:31.140ZChanged packages:
1442025-09-19T18:18:31.141Zhelios-dev
1452025-09-19T18:18:31.141Z developer/build-essential
1462025-09-19T18:18:31.141Z None -> 11-2.0
1472025-09-19T18:18:31.141Z library/libxmlsec1
1482025-09-19T18:18:31.141Z None -> 1.2.35-2.0
1492025-09-19T18:18:31.141Z ooce/developer/clang-15
1502025-09-19T18:18:31.141Z None -> 15.0.7-2.0
1512025-09-19T18:18:31.141Z ooce/developer/llvm-15
1522025-09-19T18:18:31.142Z None -> 15.0.7-2.0
1532025-09-19T18:18:31.142Z
1542025-09-19T18:18:31.142ZServices:
1552025-09-19T18:18:31.142Z restart_fmri:
1562025-09-19T18:18:31.143Z svc:/system/update-man-index:default
1572025-09-19T18:18:31.143Z
1582025-09-19T18:18:31.143ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592025-09-19T18:18:36.076ZDownload: 1890/3290 items 118.5/212.6MB 55% complete (24.0M/s)
1602025-09-19T18:18:41.048ZDownload: 3164/3290 items 168.2/212.6MB 79% complete (16.8M/s)
1612025-09-19T18:18:43.388ZDownload: Completed 212.60 MB in 12.34 seconds (17.2M/s)
1622025-09-19T18:18:43.689Z Actions: 1/3689 actions (Installing new actions)
1632025-09-19T18:18:48.308Z Actions: Completed 3689 actions in 4.62 seconds.
1642025-09-19T18:18:48.924Z Done (0.612s)
1652025-09-19T18:18:48.924Z Done (0.000s)
1662025-09-19T18:18:49.835Z Done (0.912s)
1672025-09-19T18:18:54.328Z Done (4.171s)
1682025-09-19T18:18:54.417Z Done (0.019s)
1692025-09-19T18:18:54.422Z Done (0.000s)
1702025-09-19T18:18:54.572Z Done (0.000s)
1712025-09-19T18:18:55.433ZPlanning: Evaluating mediator changes ... Done
1722025-09-19T18:18:55.595ZPlanning: Checking for conflicting actions ... Done
1732025-09-19T18:18:55.598ZPlanning: Consolidating action changes ... Done
1742025-09-19T18:18:55.874ZPlanning: Evaluating mediators ... Done
1752025-09-19T18:18:55.878ZPlanning: Planning completed in 0.44 seconds
1762025-09-19T18:18:55.908Z Mediators to change: 2
1772025-09-19T18:18:55.908Z Create boot environment: No
1782025-09-19T18:18:55.912ZCreate backup boot environment: No
1792025-09-19T18:18:55.999Z Done
1802025-09-19T18:18:55.999Z Done
1812025-09-19T18:18:56.622Z Done
1822025-09-19T18:19:00.154Z Done
1832025-09-19T18:19:00.244Z Done
1842025-09-19T18:19:00.248Z Done
1852025-09-19T18:19:00.382Z Done
1862025-09-19T18:19:01.006ZPlanning: Evaluating mediator changes ... Done
1872025-09-19T18:19:01.009ZPlanning: Merging actions ... Done
1882025-09-19T18:19:01.204ZPlanning: Checking for conflicting actions ... Done
1892025-09-19T18:19:01.208ZPlanning: Consolidating action changes ... Done
1902025-09-19T18:19:01.478ZPlanning: Evaluating mediators ... Done
1912025-09-19T18:19:01.536ZPlanning: Planning completed in 0.78 seconds
1922025-09-19T18:19:01.580Z Packages to change: 1
1932025-09-19T18:19:01.580Z Mediators to change: 1
1942025-09-19T18:19:01.586Z Services to change: 1
1952025-09-19T18:19:01.586Z Create boot environment: No
1962025-09-19T18:19:01.586ZCreate backup boot environment: Yes
1972025-09-19T18:19:03.986Z Actions: 1/6 actions (Updating modified actions)
1982025-09-19T18:19:03.990Z Actions: Completed 6 actions in 0.00 seconds.
1992025-09-19T18:19:03.990Z Done
2002025-09-19T18:19:03.990Z Done
2012025-09-19T18:19:04.169Z Done
2022025-09-19T18:19:07.931Z Done
2032025-09-19T18:19:08.018Z Done
2042025-09-19T18:19:08.021Z Done
2052025-09-19T18:19:08.171Z Done
2062025-09-19T18:19:08.623ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072025-09-19T18:19:08.623Zclang system 15 system
2082025-09-19T18:19:08.623Zcsh system system illumos
2092025-09-19T18:19:08.623Zctags system system illumos
2102025-09-19T18:19:08.623Zfile system system illumos
2112025-09-19T18:19:08.623Zgcc vendor 12 vendor
2122025-09-19T18:19:08.623Zgcc system 10 system
2132025-09-19T18:19:08.623Zgcc system 7 system
2142025-09-19T18:19:08.623Zgo system 1.20 system
2152025-09-19T18:19:08.623Zgo system 1.19 system
2162025-09-19T18:19:08.623Zllvm system 15 system
2172025-09-19T18:19:08.623Zllvm system 14 system
2182025-09-19T18:19:08.623Zmariadb system 10.6 system
2192025-09-19T18:19:08.623Zmta vendor vendor dma
2202025-09-19T18:19:08.623Zopenjdk system 17 system
2212025-09-19T18:19:08.623Zopenjdk system 11 system
2222025-09-19T18:19:08.623Zopenjdk system 1.8 system
2232025-09-19T18:19:08.623Zopenssl vendor 3 vendor
2242025-09-19T18:19:08.623Zperl system 5.36 system
2252025-09-19T18:19:08.623Zpostgresql system 15 system
2262025-09-19T18:19:08.623Zpostgresql system 13 system
2272025-09-19T18:19:08.623Zpython vendor 3 vendor
2282025-09-19T18:19:08.623Zpython system 2 system
2292025-09-19T18:19:08.623Zpython3 system 3.11 system
2302025-09-19T18:19:08.623Zruby system 3.0 system
2312025-09-19T18:19:08.623Zwords vendor vendor american-english
2322025-09-19T18:19:08.623Zwords system system australian-english
2332025-09-19T18:19:08.623Zwords system system british-english
2342025-09-19T18:19:08.623Zwords system system canadian-english
2352025-09-19T18:19:08.623Zwords system system french
2362025-09-19T18:19:08.623Zwords system system italian
2372025-09-19T18:19:08.623Zwords system system ngerman
2382025-09-19T18:19:08.623Zwords system system ogerman
2392025-09-19T18:19:08.623Zwords system system spanish
2402025-09-19T18:19:08.964ZPUBLISHER TYPE STATUS P LOCATION
2412025-09-19T18:19:08.964Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422025-09-19T18:19:14.047ZFMRI IFO
2432025-09-19T18:19:14.047Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442025-09-19T18:19:14.047Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452025-09-19T18:19:14.047Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462025-09-19T18:19:14.047Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472025-09-19T18:19:14.047Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482025-09-19T18:19:14.047Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2492025-09-19T18:19:14.047Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502025-09-19T18:19:14.047Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2512025-09-19T18:19:14.047Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522025-09-19T18:19:14.047Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532025-09-19T18:19:14.048Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2542025-09-19T18:19:14.048Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552025-09-19T18:19:14.048Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562025-09-19T18:19:14.048Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2572025-09-19T18:19:14.048Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582025-09-19T18:19:14.049Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592025-09-19T18:19:15.113Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602025-09-19T18:19:15.407Z Updating crates.io index
2612025-09-19T18:19:15.411Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622025-09-19T18:19:15.764Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2632025-09-19T18:19:16.434Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2642025-09-19T18:19:16.673Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2652025-09-19T18:19:16.932Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2662025-09-19T18:19:17.223Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672025-09-19T18:19:18.388Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682025-09-19T18:19:20.438Z Updating git repository `https://github.com/oxidecomputer/opte`
2692025-09-19T18:19:21.456Z Updating git repository `https://github.com/oxidecomputer/falcon`
2702025-09-19T18:19:22.219Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2712025-09-19T18:19:22.921Z Updating git repository `https://github.com/oxidecomputer/clickward`
2722025-09-19T18:19:23.183Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732025-09-19T18:19:23.475Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742025-09-19T18:19:24.003Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752025-09-19T18:19:24.510Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762025-09-19T18:19:24.773Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772025-09-19T18:19:25.079Z Updating git repository `https://github.com/oxidecomputer/tofino`
2782025-09-19T18:19:25.386Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792025-09-19T18:19:25.627Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802025-09-19T18:19:25.861Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812025-09-19T18:19:26.111Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822025-09-19T18:19:26.468Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832025-09-19T18:19:27.144Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2842025-09-19T18:19:27.475Z Updating git repository `https://github.com/oxidecomputer/ispf`
2852025-09-19T18:19:27.785Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2862025-09-19T18:19:28.376Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2872025-09-19T18:19:28.776Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2882025-09-19T18:19:29.041Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2892025-09-19T18:19:29.353Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2902025-09-19T18:19:29.814Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2912025-09-19T18:19:30.054Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2922025-09-19T18:19:30.326Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2932025-09-19T18:19:30.594Z Updating git repository `https://github.com/oxidecomputer/omicron`
2942025-09-19T18:19:42.876Z Updating git repository `https://github.com/illumos/smf-rs`
2952025-09-19T18:19:44.152Z Downloading crates ...
2962025-09-19T18:19:44.258Z Downloaded anyhow v1.0.99
2972025-09-19T18:19:44.263Z Downloaded block-buffer v0.10.4
2982025-09-19T18:19:44.266Z Downloaded anstyle v1.0.11
2992025-09-19T18:19:44.266Z Downloaded anstyle-parse v0.2.5
3002025-09-19T18:19:44.269Z Downloaded autocfg v1.4.0
3012025-09-19T18:19:44.273Z Downloaded anstyle-query v1.1.1
3022025-09-19T18:19:44.273Z Downloaded anstream v0.6.18
3032025-09-19T18:19:44.276Z Downloaded unicode-xid v0.2.6
3042025-09-19T18:19:44.280Z Downloaded bitflags v2.9.1
3052025-09-19T18:19:44.283Z Downloaded thread-id v4.2.2
3062025-09-19T18:19:44.286Z Downloaded fs-err v3.1.1
3072025-09-19T18:19:44.286Z Downloaded typeid v1.0.3
3082025-09-19T18:19:44.289Z Downloaded clap_lex v0.7.4
3092025-09-19T18:19:44.289Z Downloaded tinystr v0.7.6
3102025-09-19T18:19:44.292Z Downloaded write16 v1.0.0
3112025-09-19T18:19:44.292Z Downloaded bytecount v0.6.8
3122025-09-19T18:19:44.296Z Downloaded usdt-macro v0.5.0
3132025-09-19T18:19:44.299Z Downloaded yoke-derive v0.7.4
3142025-09-19T18:19:44.302Z Downloaded version_check v0.9.5
3152025-09-19T18:19:44.305Z Downloaded icu_normalizer_data v1.5.0
3162025-09-19T18:19:44.308Z Downloaded zerofrom v0.1.4
3172025-09-19T18:19:44.308Z Downloaded usdt-impl v0.5.0
3182025-09-19T18:19:44.311Z Downloaded colorchoice v1.0.2
3192025-09-19T18:19:44.311Z Downloaded cargo-platform v0.2.0
3202025-09-19T18:19:44.315Z Downloaded dof v0.3.0
3212025-09-19T18:19:44.315Z Downloaded toml_write v0.1.2
3222025-09-19T18:19:44.315Z Downloaded cargo_metadata v0.21.0
3232025-09-19T18:19:44.318Z Downloaded zerovec-derive v0.10.3
3242025-09-19T18:19:44.318Z Downloaded tabled_derive v0.7.0
3252025-09-19T18:19:44.321Z Downloaded zerofrom-derive v0.1.4
3262025-09-19T18:19:44.321Z Downloaded writeable v0.5.5
3272025-09-19T18:19:44.325Z Downloaded utf8_iter v1.0.4
3282025-09-19T18:19:44.325Z Downloaded utf16_iter v1.0.5
3292025-09-19T18:19:44.325Z Downloaded unicode-linebreak v0.1.5
3302025-09-19T18:19:44.328Z Downloaded toml_datetime v0.6.11
3312025-09-19T18:19:44.328Z Downloaded thiserror v1.0.69
3322025-09-19T18:19:44.332Z Downloaded usdt-attr-macro v0.5.0
3332025-09-19T18:19:44.335Z Downloaded thiserror-impl v1.0.69
3342025-09-19T18:19:44.335Z Downloaded thiserror v2.0.16
3352025-09-19T18:19:44.338Z Downloaded zerocopy-derive v0.7.35
3362025-09-19T18:19:44.343Z Downloaded toml v0.8.23
3372025-09-19T18:19:44.347Z Downloaded typenum v1.17.0
3382025-09-19T18:19:44.350Z Downloaded tempfile v3.20.0
3392025-09-19T18:19:44.353Z Downloaded url v2.5.4
3402025-09-19T18:19:44.356Z Downloaded ucd-trie v0.1.7
3412025-09-19T18:19:44.356Z Downloaded textwrap v0.16.2
3422025-09-19T18:19:44.359Z Downloaded unicode-ident v1.0.18
3432025-09-19T18:19:44.362Z Downloaded dtrace-parser v0.2.0
3442025-09-19T18:19:44.362Z Downloaded toml_edit v0.22.27
3452025-09-19T18:19:44.366Z Downloaded cargo_toml v0.21.0
3462025-09-19T18:19:44.366Z Downloaded scroll_derive v0.12.0
3472025-09-19T18:19:44.369Z Downloaded byteorder v1.5.0
3482025-09-19T18:19:44.369Z Downloaded pretty-hex v0.4.1
3492025-09-19T18:19:44.373Z Downloaded generic-array v0.14.7
3502025-09-19T18:19:44.373Z Downloaded fastrand v2.1.1
3512025-09-19T18:19:44.373Z Downloaded cpufeatures v0.2.14
3522025-09-19T18:19:44.373Z Downloaded swrite v0.1.0
3532025-09-19T18:19:44.377Z Downloaded equivalent v1.0.2
3542025-09-19T18:19:44.377Z Downloaded yoke v0.7.4
3552025-09-19T18:19:44.380Z Downloaded icu_provider_macros v1.5.0
3562025-09-19T18:19:44.380Z Downloaded icu_properties v1.5.1
3572025-09-19T18:19:44.383Z Downloaded zerovec v0.10.4
3582025-09-19T18:19:44.386Z Downloaded zerocopy v0.7.35
3592025-09-19T18:19:44.398Z Downloaded serde_derive v1.0.223
3602025-09-19T18:19:44.402Z Downloaded serde-untagged v0.1.7
3612025-09-19T18:19:44.405Z Downloaded winnow v0.7.10
3622025-09-19T18:19:44.410Z Downloaded plain v0.2.3
3632025-09-19T18:19:44.413Z Downloaded ordered-float v2.10.1
3642025-09-19T18:19:44.414Z Downloaded percent-encoding v2.3.2
3652025-09-19T18:19:44.414Z Downloaded macaddr v1.0.1
3662025-09-19T18:19:44.417Z Downloaded is_terminal_polyfill v1.70.1
3672025-09-19T18:19:44.417Z Downloaded heck v0.4.1
3682025-09-19T18:19:44.417Z Downloaded proc-macro-error-attr v1.0.4
3692025-09-19T18:19:44.420Z Downloaded synstructure v0.13.1
3702025-09-19T18:19:44.420Z Downloaded form_urlencoded v1.2.2
3712025-09-19T18:19:44.420Z Downloaded smawk v0.3.2
3722025-09-19T18:19:44.424Z Downloaded unicode-width v0.2.0
3732025-09-19T18:19:44.427Z Downloaded unicode-width v0.1.14
3742025-09-19T18:19:44.430Z Downloaded strsim v0.11.1
3752025-09-19T18:19:44.434Z Downloaded camino-tempfile v1.4.1
3762025-09-19T18:19:44.434Z Downloaded serde_tokenstream v0.2.2
3772025-09-19T18:19:44.434Z Downloaded proc-macro2 v1.0.101
3782025-09-19T18:19:44.437Z Downloaded stable_deref_trait v1.2.0
3792025-09-19T18:19:44.437Z Downloaded memmap v0.7.0
3802025-09-19T18:19:44.441Z Downloaded icu_locid_transform_data v1.5.0
3812025-09-19T18:19:44.441Z Downloaded icu_collections v1.5.0
3822025-09-19T18:19:44.445Z Downloaded quote v1.0.40
3832025-09-19T18:19:44.448Z Downloaded pest_derive v2.7.14
3842025-09-19T18:19:44.448Z Downloaded proc-macro-error v1.0.4
3852025-09-19T18:19:44.452Z Downloaded litemap v0.7.3
3862025-09-19T18:19:44.455Z Downloaded smallvec v1.15.1
3872025-09-19T18:19:44.455Z Downloaded sha2 v0.10.9
3882025-09-19T18:19:44.458Z Downloaded scroll v0.12.0
3892025-09-19T18:19:44.458Z Downloaded serde-value v0.7.0
3902025-09-19T18:19:44.462Z Downloaded serde v1.0.223
3912025-09-19T18:19:44.462Z Downloaded serde_spanned v0.6.9
3922025-09-19T18:19:44.462Z Downloaded digest v0.10.7
3932025-09-19T18:19:44.465Z Downloaded pest_generator v2.7.14
3942025-09-19T18:19:44.465Z Downloaded once_cell v1.21.3
3952025-09-19T18:19:44.469Z Downloaded camino v1.2.0
3962025-09-19T18:19:44.469Z Downloaded idna_adapter v1.2.0
3972025-09-19T18:19:44.469Z Downloaded crypto-common v0.1.6
3982025-09-19T18:19:44.473Z Downloaded semver v1.0.26
3992025-09-19T18:19:44.473Z Downloaded icu_locid_transform v1.5.0
4002025-09-19T18:19:44.477Z Downloaded icu_provider v1.5.0
4012025-09-19T18:19:44.477Z Downloaded icu_normalizer v1.5.0
4022025-09-19T18:19:44.481Z Downloaded displaydoc v0.2.5
4032025-09-19T18:19:44.484Z Downloaded log v0.4.27
4042025-09-19T18:19:44.485Z Downloaded pest_meta v2.7.14
4052025-09-19T18:19:44.485Z Downloaded getrandom v0.3.1
4062025-09-19T18:19:44.490Z Downloaded clap v4.5.41
4072025-09-19T18:19:44.495Z Downloaded ryu v1.0.18
4082025-09-19T18:19:44.498Z Downloaded icu_locid v1.5.0
4092025-09-19T18:19:44.502Z Downloaded serde_core v1.0.223
4102025-09-19T18:19:44.506Z Downloaded papergrid v0.11.0
4112025-09-19T18:19:44.509Z Downloaded num-traits v0.2.19
4122025-09-19T18:19:44.509Z Downloaded erased-serde v0.4.6
4132025-09-19T18:19:44.513Z Downloaded itoa v1.0.11
4142025-09-19T18:19:44.513Z Downloaded clap_derive v4.5.41
4152025-09-19T18:19:44.516Z Downloaded tabled v0.15.0
4162025-09-19T18:19:44.527Z Downloaded heck v0.5.0
4172025-09-19T18:19:44.530Z Downloaded fnv v1.0.7
4182025-09-19T18:19:44.530Z Downloaded errno v0.3.12
4192025-09-19T18:19:44.530Z Downloaded cfg-if v1.0.1
4202025-09-19T18:19:44.535Z Downloaded cargo-util-schemas v0.8.2
4212025-09-19T18:19:44.535Z Downloaded utf8parse v0.2.2
4222025-09-19T18:19:44.535Z Downloaded usdt v0.5.0
4232025-09-19T18:19:44.538Z Downloaded thiserror-impl v2.0.16
4242025-09-19T18:19:44.538Z Downloaded memchr v2.7.4
4252025-09-19T18:19:44.542Z Downloaded terminal_size v0.4.0
4262025-09-19T18:19:44.545Z Downloaded indexmap v2.11.0
4272025-09-19T18:19:44.552Z Downloaded clap_builder v4.5.41
4282025-09-19T18:19:44.563Z Downloaded hashbrown v0.15.4
4292025-09-19T18:19:44.567Z Downloaded goblin v0.8.2
4302025-09-19T18:19:44.571Z Downloaded idna v1.0.3
4312025-09-19T18:19:44.575Z Downloaded serde_json v1.0.145
4322025-09-19T18:19:44.579Z Downloaded pest v2.7.14
4332025-09-19T18:19:44.584Z Downloaded icu_properties_data v1.5.0
4342025-09-19T18:19:44.616Z Downloaded syn v1.0.109
4352025-09-19T18:19:44.622Z Downloaded syn v2.0.106
4362025-09-19T18:19:44.635Z Downloaded rustix v1.0.7
4372025-09-19T18:19:44.652Z Downloaded rustix v0.38.37
4382025-09-19T18:19:44.688Z Downloaded libc v0.2.174
4392025-09-19T18:19:44.766Z Compiling proc-macro2 v1.0.101
4402025-09-19T18:19:44.766Z Compiling unicode-ident v1.0.18
4412025-09-19T18:19:44.769Z Compiling serde_core v1.0.223
4422025-09-19T18:19:44.769Z Compiling serde v1.0.223
4432025-09-19T18:19:44.769Z Compiling version_check v0.9.5
4442025-09-19T18:19:44.992Z Compiling libc v0.2.174
4452025-09-19T18:19:44.995Z Compiling memchr v2.7.4
4462025-09-19T18:19:45.014Z Compiling thiserror v1.0.69
4472025-09-19T18:19:45.228Z Compiling stable_deref_trait v1.2.0
4482025-09-19T18:19:45.353Z Compiling litemap v0.7.3
4492025-09-19T18:19:45.753Z Compiling itoa v1.0.11
4502025-09-19T18:19:45.777Z Compiling ryu v1.0.18
4512025-09-19T18:19:45.994Z Compiling ucd-trie v0.1.7
4522025-09-19T18:19:46.030Z Compiling writeable v0.5.5
4532025-09-19T18:19:46.104Z Compiling autocfg v1.4.0
4542025-09-19T18:19:46.269Z Compiling once_cell v1.21.3
4552025-09-19T18:19:46.494Z Compiling byteorder v1.5.0
4562025-09-19T18:19:46.538Z Compiling bitflags v2.9.1
4572025-09-19T18:19:46.674Z Compiling icu_locid_transform_data v1.5.0
4582025-09-19T18:19:46.961Z Compiling serde_json v1.0.145
4592025-09-19T18:19:46.988Z Compiling quote v1.0.40
4602025-09-19T18:19:47.173Z Compiling errno v0.3.12
4612025-09-19T18:19:47.340Z Compiling icu_properties_data v1.5.0
4622025-09-19T18:19:47.377Z Compiling syn v2.0.106
4632025-09-19T18:19:47.467Z Compiling num-traits v0.2.19
4642025-09-19T18:19:47.594Z Compiling hashbrown v0.15.4
4652025-09-19T18:19:47.623Z Compiling icu_normalizer_data v1.5.0
4662025-09-19T18:19:47.623Z Compiling utf8_iter v1.0.4
4672025-09-19T18:19:47.740Z Compiling rustix v0.38.37
4682025-09-19T18:19:47.768Z Compiling utf16_iter v1.0.5
4692025-09-19T18:19:47.877Z Compiling smallvec v1.15.1
4702025-09-19T18:19:47.984Z Compiling write16 v1.0.0
4712025-09-19T18:19:48.172Z Compiling equivalent v1.0.2
4722025-09-19T18:19:48.293Z Compiling typeid v1.0.3
4732025-09-19T18:19:48.621Z Compiling proc-macro-error-attr v1.0.4
4742025-09-19T18:19:48.648Z Compiling indexmap v2.11.0
4752025-09-19T18:19:48.741Z Compiling usdt-impl v0.5.0
4762025-09-19T18:19:48.863Z Compiling toml_write v0.1.2
4772025-09-19T18:19:48.961Z Compiling winnow v0.7.10
4782025-09-19T18:19:49.135Z Compiling syn v1.0.109
4792025-09-19T18:19:49.263Z Compiling thread-id v4.2.2
4802025-09-19T18:19:49.801Z Compiling proc-macro-error v1.0.4
4812025-09-19T18:19:50.164Z Compiling thiserror v2.0.16
4822025-09-19T18:19:50.364Z Compiling utf8parse v0.2.2
4832025-09-19T18:19:50.557Z Compiling percent-encoding v2.3.2
4842025-09-19T18:19:50.755Z Compiling camino v1.2.0
4852025-09-19T18:19:50.814Z Compiling rustix v1.0.7
4862025-09-19T18:19:50.888Z Compiling plain v0.2.3
4872025-09-19T18:19:51.155Z Compiling log v0.4.27
4882025-09-19T18:19:51.315Z Compiling getrandom v0.3.1
4892025-09-19T18:19:51.354Z Compiling semver v1.0.26
4902025-09-19T18:19:51.624Z Compiling ordered-float v2.10.1
4912025-09-19T18:19:51.669Z Compiling form_urlencoded v1.2.2
4922025-09-19T18:19:52.005Z Compiling anstyle-parse v0.2.5
4932025-09-19T18:19:52.083Z Compiling terminal_size v0.4.0
4942025-09-19T18:19:52.364Z Compiling anstyle-query v1.1.1
4952025-09-19T18:19:52.425Z Compiling pretty-hex v0.4.1
4962025-09-19T18:19:52.554Z Compiling cfg-if v1.0.1
4972025-09-19T18:19:52.579Z Compiling anstyle v1.0.11
4982025-09-19T18:19:52.654Z Compiling colorchoice v1.0.2
4992025-09-19T18:19:52.681Z Compiling is_terminal_polyfill v1.70.1
5002025-09-19T18:19:52.909Z Compiling anstream v0.6.18
5012025-09-19T18:19:53.345Z Compiling fs-err v3.1.1
5022025-09-19T18:19:53.403Z Compiling strsim v0.11.1
5032025-09-19T18:19:53.557Z Compiling unicode-width v0.1.14
5042025-09-19T18:19:53.691Z Compiling anyhow v1.0.99
5052025-09-19T18:19:53.897Z Compiling synstructure v0.13.1
5062025-09-19T18:19:54.127Z Compiling fnv v1.0.7
5072025-09-19T18:19:54.152Z Compiling unicode-xid v0.2.6
5082025-09-19T18:19:54.295Z Compiling heck v0.4.1
5092025-09-19T18:19:54.355Z Compiling fastrand v2.1.1
5102025-09-19T18:19:54.721Z Compiling clap_lex v0.7.4
5112025-09-19T18:19:54.748Z Compiling heck v0.5.0
5122025-09-19T18:19:54.844Z Compiling bytecount v0.6.8
5132025-09-19T18:19:55.078Z Compiling clap_builder v4.5.41
5142025-09-19T18:19:55.161Z Compiling papergrid v0.11.0
5152025-09-19T18:19:55.221Z Compiling tempfile v3.20.0
5162025-09-19T18:19:55.655Z Compiling memmap v0.7.0
5172025-09-19T18:19:55.762Z Compiling unicode-linebreak v0.1.5
5182025-09-19T18:19:55.995Z Compiling smawk v0.3.2
5192025-09-19T18:19:56.021Z Compiling unicode-width v0.2.0
5202025-09-19T18:19:56.566Z Compiling textwrap v0.16.2
5212025-09-19T18:19:56.758Z Compiling camino-tempfile v1.4.1
5222025-09-19T18:19:57.044Z Compiling swrite v0.1.0
5232025-09-19T18:19:57.191Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5242025-09-19T18:19:57.398Z Compiling tabled_derive v0.7.0
5252025-09-19T18:19:58.016Z Compiling serde_derive v1.0.223
5262025-09-19T18:19:58.016Z Compiling zerofrom-derive v0.1.4
5272025-09-19T18:19:58.020Z Compiling yoke-derive v0.7.4
5282025-09-19T18:19:58.020Z Compiling thiserror-impl v1.0.69
5292025-09-19T18:19:58.065Z Compiling zerovec-derive v0.10.3
5302025-09-19T18:19:59.429Z Compiling displaydoc v0.2.5
5312025-09-19T18:20:00.480Z Compiling icu_provider_macros v1.5.0
5322025-09-19T18:20:00.750Z Compiling zerocopy-derive v0.7.35
5332025-09-19T18:20:00.913Z Compiling scroll_derive v0.12.0
5342025-09-19T18:20:01.124Z Compiling pest v2.7.14
5352025-09-19T18:20:01.504Z Compiling zerofrom v0.1.4
5362025-09-19T18:20:01.572Z Compiling thiserror-impl v2.0.16
5372025-09-19T18:20:01.762Z Compiling yoke v0.7.4
5382025-09-19T18:20:02.154Z Compiling zerovec v0.10.4
5392025-09-19T18:20:02.297Z Compiling scroll v0.12.0
5402025-09-19T18:20:02.390Z Compiling clap_derive v4.5.41
5412025-09-19T18:20:02.635Z Compiling zerocopy v0.7.35
5422025-09-19T18:20:02.825Z Compiling goblin v0.8.2
5432025-09-19T18:20:03.635Z Compiling pest_meta v2.7.14
5442025-09-19T18:20:04.013Z Compiling tinystr v0.7.6
5452025-09-19T18:20:04.052Z Compiling icu_collections v1.5.0
5462025-09-19T18:20:04.193Z Compiling tabled v0.15.0
5472025-09-19T18:20:04.401Z Compiling icu_locid v1.5.0
5482025-09-19T18:20:05.104Z Compiling pest_generator v2.7.14
5492025-09-19T18:20:05.801Z Compiling icu_provider v1.5.0
5502025-09-19T18:20:06.437Z Compiling toml_datetime v0.6.11
5512025-09-19T18:20:06.730Z Compiling icu_locid_transform v1.5.0
5522025-09-19T18:20:06.757Z Compiling serde_spanned v0.6.9
5532025-09-19T18:20:06.850Z Compiling erased-serde v0.4.6
5542025-09-19T18:20:06.952Z Compiling toml_edit v0.22.27
5552025-09-19T18:20:07.011Z Compiling serde-value v0.7.0
5562025-09-19T18:20:07.431Z Compiling pest_derive v2.7.14
5572025-09-19T18:20:07.609Z Compiling dof v0.3.0
5582025-09-19T18:20:07.755Z Compiling serde_tokenstream v0.2.2
5592025-09-19T18:20:08.009Z Compiling icu_properties v1.5.1
5602025-09-19T18:20:08.265Z Compiling dtrace-parser v0.2.0
5612025-09-19T18:20:08.388Z Compiling serde-untagged v0.1.7
5622025-09-19T18:20:09.190Z Compiling cargo-platform v0.2.0
5632025-09-19T18:20:09.815Z Compiling clap v4.5.41
5642025-09-19T18:20:09.948Z Compiling macaddr v1.0.1
5652025-09-19T18:20:10.348Z Compiling usdt-attr-macro v0.5.0
5662025-09-19T18:20:10.382Z Compiling toml v0.8.23
5672025-09-19T18:20:10.412Z Compiling usdt-macro v0.5.0
5682025-09-19T18:20:11.257Z Compiling cargo_toml v0.21.0
5692025-09-19T18:20:11.578Z Compiling icu_normalizer v1.5.0
5702025-09-19T18:20:11.647Z Compiling usdt v0.5.0
5712025-09-19T18:20:12.298Z Compiling idna_adapter v1.2.0
5722025-09-19T18:20:12.458Z Compiling idna v1.0.3
5732025-09-19T18:20:12.842Z Compiling url v2.5.4
5742025-09-19T18:20:13.563Z Compiling cargo-util-schemas v0.8.2
5752025-09-19T18:20:15.068Z Compiling cargo_metadata v0.21.0
5762025-09-19T18:20:16.603Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5772025-09-19T18:20:20.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
5782025-09-19T18:20:20.331Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5792025-09-19T18:20:21.016Z Downloading crates ...
5802025-09-19T18:20:21.143Z Downloaded blowfish v0.9.1
5812025-09-19T18:20:21.153Z Downloaded cargo_metadata v0.18.1
5822025-09-19T18:20:21.187Z Downloaded heck v0.3.3
5832025-09-19T18:20:21.192Z Downloaded crossterm v0.28.1
5842025-09-19T18:20:21.199Z Downloaded hash32 v0.2.1
5852025-09-19T18:20:21.201Z Downloaded half v2.4.1
5862025-09-19T18:20:21.205Z Downloaded adler2 v2.0.0
5872025-09-19T18:20:21.212Z Downloaded half v1.8.3
5882025-09-19T18:20:21.215Z Downloaded hex-literal v0.4.1
5892025-09-19T18:20:21.218Z Downloaded async-trait v0.1.89
5902025-09-19T18:20:21.222Z Downloaded atomic-waker v1.1.2
5912025-09-19T18:20:21.226Z Downloaded backtrace v0.3.74
5922025-09-19T18:20:21.229Z Downloaded async-recursion v1.1.1
5932025-09-19T18:20:21.232Z Downloaded async-stream v0.3.6
5942025-09-19T18:20:21.235Z Downloaded hickory-proto v0.24.4
5952025-09-19T18:20:21.251Z Downloaded hex v0.4.3
5962025-09-19T18:20:21.255Z Downloaded hickory-client v0.25.2
5972025-09-19T18:20:21.258Z Downloaded backoff v0.4.0
5982025-09-19T18:20:21.261Z Downloaded ident_case v1.0.1
5992025-09-19T18:20:21.261Z Downloaded aho-corasick v1.1.3
6002025-09-19T18:20:21.266Z Downloaded hmac v0.12.1
6012025-09-19T18:20:21.269Z Downloaded atomicwrites v0.4.4
6022025-09-19T18:20:21.272Z Downloaded arrayref v0.3.9
6032025-09-19T18:20:21.275Z Downloaded litrs v0.4.1
6042025-09-19T18:20:21.275Z Downloaded lru-cache v0.1.2
6052025-09-19T18:20:21.279Z Downloaded cfg_aliases v0.1.1
6062025-09-19T18:20:21.283Z Downloaded match_cfg v0.1.0
6072025-09-19T18:20:21.283Z Downloaded http-body v1.0.1
6082025-09-19T18:20:21.283Z Downloaded lzss v0.8.2
6092025-09-19T18:20:21.286Z Downloaded cbc v0.1.2
6102025-09-19T18:20:21.290Z Downloaded lru v0.12.5
6112025-09-19T18:20:21.293Z Downloaded http-range v0.1.5
6122025-09-19T18:20:21.293Z Downloaded atty v0.2.14
6132025-09-19T18:20:21.297Z Downloaded maplit v1.0.2
6142025-09-19T18:20:21.297Z Downloaded impl-trait-for-tuples v0.2.2
6152025-09-19T18:20:21.300Z Downloaded async-bb8-diesel v0.2.1
6162025-09-19T18:20:21.303Z Downloaded headers-core v0.3.0
6172025-09-19T18:20:21.306Z Downloaded buf-list v1.0.3
6182025-09-19T18:20:21.310Z Downloaded is_ci v1.2.0
6192025-09-19T18:20:21.310Z Downloaded instant v0.1.13
6202025-09-19T18:20:21.313Z Downloaded hubpack_derive v0.1.1
6212025-09-19T18:20:21.313Z Downloaded bcrypt-pbkdf v0.10.0
6222025-09-19T18:20:21.316Z Downloaded bitfield-struct v0.6.2
6232025-09-19T18:20:21.316Z Downloaded libscf-sys v1.1.0
6242025-09-19T18:20:21.321Z Downloaded crc8 v0.1.1
6252025-09-19T18:20:21.325Z Downloaded precomputed-hash v0.1.1
6262025-09-19T18:20:21.325Z Downloaded lazy_static v1.5.0
6272025-09-19T18:20:21.325Z Downloaded managed v0.8.0
6282025-09-19T18:20:21.328Z Downloaded lazycell v1.3.0
6292025-09-19T18:20:21.328Z Downloaded hyper-staticfile v0.10.1
6302025-09-19T18:20:21.331Z Downloaded internet-checksum v0.2.1
6312025-09-19T18:20:21.331Z Downloaded indexmap v1.9.3
6322025-09-19T18:20:21.335Z Downloaded pretty-hex v0.2.1
6332025-09-19T18:20:21.338Z Downloaded cipher v0.4.4
6342025-09-19T18:20:21.341Z Downloaded critical-section v1.1.3
6352025-09-19T18:20:21.341Z Downloaded libsw v3.5.0
6362025-09-19T18:20:21.344Z Downloaded progenitor-client v0.8.0
6372025-09-19T18:20:21.348Z Downloaded lockfree-object-pool v0.1.6
6382025-09-19T18:20:21.358Z Downloaded lalrpop-util v0.19.12
6392025-09-19T18:20:21.358Z Downloaded http-body-util v0.1.3
6402025-09-19T18:20:21.361Z Downloaded russh-cryptovec v0.7.3
6412025-09-19T18:20:21.361Z Downloaded instability v0.3.2
6422025-09-19T18:20:21.361Z Downloaded inout v0.1.3
6432025-09-19T18:20:21.361Z Downloaded ingot v0.1.1
6442025-09-19T18:20:21.361Z Downloaded serde-big-array v0.5.1
6452025-09-19T18:20:21.365Z Downloaded signal-hook-mio v0.2.4
6462025-09-19T18:20:21.365Z Downloaded ipnetwork v0.21.1
6472025-09-19T18:20:21.368Z Downloaded ingot-types v0.1.2
6482025-09-19T18:20:21.371Z Downloaded maybe-uninit v2.0.0
6492025-09-19T18:20:21.376Z Downloaded libsw-core v0.3.1
6502025-09-19T18:20:21.376Z Downloaded httpdate v1.0.3
6512025-09-19T18:20:21.379Z Downloaded ignore v0.4.23
6522025-09-19T18:20:21.382Z Downloaded libefi-sys v0.1.0
6532025-09-19T18:20:21.383Z Downloaded crc-catalog v2.4.0
6542025-09-19T18:20:21.386Z Downloaded chacha20 v0.9.1
6552025-09-19T18:20:21.386Z Downloaded rustls-pemfile v2.2.0
6562025-09-19T18:20:21.390Z Downloaded convert_case v0.7.1
6572025-09-19T18:20:21.394Z Downloaded bitflags v1.3.2
6582025-09-19T18:20:21.398Z Downloaded salsa20 v0.10.2
6592025-09-19T18:20:21.410Z Downloaded tower-layer v0.3.3
6602025-09-19T18:20:21.414Z Downloaded rand_core v0.6.4
6612025-09-19T18:20:21.418Z Downloaded glob v0.3.2
6622025-09-19T18:20:21.418Z Downloaded crc-any v2.5.0
6632025-09-19T18:20:21.421Z Downloaded tower-service v0.3.3
6642025-09-19T18:20:21.421Z Downloaded console v0.15.10
6652025-09-19T18:20:21.424Z Downloaded slog-scope v4.4.0
6662025-09-19T18:20:21.427Z Downloaded sync_wrapper v1.0.1
6672025-09-19T18:20:21.431Z Downloaded highway v1.3.0
6682025-09-19T18:20:21.434Z Downloaded serde-hex v0.1.0
6692025-09-19T18:20:21.434Z Downloaded semver v0.1.20
6702025-09-19T18:20:21.437Z Downloaded lock_api v0.4.12
6712025-09-19T18:20:21.437Z Downloaded ciborium v0.2.2
6722025-09-19T18:20:21.440Z Downloaded zone_cfg_derive v0.3.0
6732025-09-19T18:20:21.444Z Downloaded crc32fast v1.4.2
6742025-09-19T18:20:21.447Z Downloaded console v0.16.0
6752025-09-19T18:20:21.450Z Downloaded bzip2 v0.4.4
6762025-09-19T18:20:21.451Z Downloaded bcs v0.1.6
6772025-09-19T18:20:21.454Z Downloaded diesel_table_macro_syntax v0.2.0
6782025-09-19T18:20:21.457Z Downloaded termtree v0.5.1
6792025-09-19T18:20:21.457Z Downloaded slog-json v2.6.1
6802025-09-19T18:20:21.460Z Downloaded slab v0.4.9
6812025-09-19T18:20:21.463Z Downloaded const-oid v0.9.6
6822025-09-19T18:20:21.466Z Downloaded clang-sys v1.8.1
6832025-09-19T18:20:21.470Z Downloaded new_debug_unreachable v1.0.6
6842025-09-19T18:20:21.470Z Downloaded cookie_store v0.21.1
6852025-09-19T18:20:21.473Z Downloaded env_filter v0.1.2
6862025-09-19T18:20:21.476Z Downloaded iana-time-zone v0.1.63
6872025-09-19T18:20:21.480Z Downloaded foreign-types-shared v0.1.1
6882025-09-19T18:20:21.480Z Downloaded serde_with_macros v3.14.0
6892025-09-19T18:20:21.484Z Downloaded argon2 v0.5.3
6902025-09-19T18:20:21.484Z Downloaded zone_cfg_derive v0.1.2
6912025-09-19T18:20:21.487Z Downloaded foreign-types-shared v0.3.1
6922025-09-19T18:20:21.487Z Downloaded multimap v0.10.1
6932025-09-19T18:20:21.490Z Downloaded openssl-macros v0.1.1
6942025-09-19T18:20:21.490Z Downloaded opaque-debug v0.3.1
6952025-09-19T18:20:21.493Z Downloaded num v0.4.3
6962025-09-19T18:20:21.493Z Downloaded xattr v1.3.1
6972025-09-19T18:20:21.497Z Downloaded openssl-probe v0.1.5
6982025-09-19T18:20:21.500Z Downloaded defmt-macros v0.3.9
6992025-09-19T18:20:21.503Z Downloaded zone v0.3.1
7002025-09-19T18:20:21.503Z Downloaded defmt-parser v0.3.4
7012025-09-19T18:20:21.506Z Downloaded utf-8 v0.7.6
7022025-09-19T18:20:21.506Z Downloaded either v1.15.0
7032025-09-19T18:20:21.509Z Downloaded flagset v0.4.6
7042025-09-19T18:20:21.512Z Downloaded parse-size v1.1.0
7052025-09-19T18:20:21.512Z Downloaded zeroize v1.8.1
7062025-09-19T18:20:21.519Z Downloaded which v4.4.2
7072025-09-19T18:20:21.519Z Downloaded headers v0.4.1
7082025-09-19T18:20:21.523Z Downloaded futures-channel v0.3.31
7092025-09-19T18:20:21.526Z Downloaded radium v0.7.0
7102025-09-19T18:20:21.530Z Downloaded enum-as-inner v0.6.1
7112025-09-19T18:20:21.533Z Downloaded futures-core v0.3.31
7122025-09-19T18:20:21.533Z Downloaded futures-executor v0.3.31
7132025-09-19T18:20:21.537Z Downloaded tokio-tungstenite v0.23.1
7142025-09-19T18:20:21.542Z Downloaded progenitor-impl v0.9.1
7152025-09-19T18:20:21.542Z Downloaded libxml v0.3.3
7162025-09-19T18:20:21.546Z Downloaded ref-cast v1.0.24
7172025-09-19T18:20:21.553Z Downloaded scheduled-thread-pool v0.2.7
7182025-09-19T18:20:21.557Z Downloaded simd-adler32 v0.3.7
7192025-09-19T18:20:21.557Z Downloaded prefix-trie v0.7.0
7202025-09-19T18:20:21.560Z Downloaded nanorand v0.7.0
7212025-09-19T18:20:21.563Z Downloaded powerfmt v0.2.0
7222025-09-19T18:20:21.566Z Downloaded paste v1.0.15
7232025-09-19T18:20:21.569Z Downloaded fixedbitset v0.5.7
7242025-09-19T18:20:21.573Z Downloaded compact_str v0.8.0
7252025-09-19T18:20:21.576Z Downloaded des v0.8.1
7262025-09-19T18:20:21.581Z Downloaded der_derive v0.7.3
7272025-09-19T18:20:21.581Z Downloaded zeroize_derive v1.4.2
7282025-09-19T18:20:21.581Z Downloaded r2d2 v0.8.10
7292025-09-19T18:20:21.584Z Downloaded ppv-lite86 v0.2.20
7302025-09-19T18:20:21.588Z Downloaded phf v0.11.2
7312025-09-19T18:20:21.588Z Downloaded ref-cast-impl v1.0.24
7322025-09-19T18:20:21.591Z Downloaded quinn-udp v0.5.5
7332025-09-19T18:20:21.591Z Downloaded phf v0.12.1
7342025-09-19T18:20:21.630Z Downloaded polyval v0.6.2
7352025-09-19T18:20:21.639Z Downloaded schemars_derive v0.8.22
7362025-09-19T18:20:21.639Z Downloaded same-file v1.0.6
7372025-09-19T18:20:21.639Z Downloaded progenitor-impl v0.11.0
7382025-09-19T18:20:21.639Z Downloaded void v1.0.2
7392025-09-19T18:20:21.639Z Downloaded term v1.1.0
7402025-09-19T18:20:21.639Z Downloaded spki v0.7.3
7412025-09-19T18:20:21.639Z Downloaded funty v2.0.0
7422025-09-19T18:20:21.639Z Downloaded rayon-core v1.12.1
7432025-09-19T18:20:21.639Z Downloaded postgres-types v0.2.9
7442025-09-19T18:20:21.639Z Downloaded shlex v1.3.0
7452025-09-19T18:20:21.639Z Downloaded tap v1.0.1
7462025-09-19T18:20:21.639Z Downloaded siphasher v1.0.1
7472025-09-19T18:20:21.639Z Downloaded snafu-derive v0.8.5
7482025-09-19T18:20:21.639Z Downloaded native-tls v0.2.12
7492025-09-19T18:20:21.639Z Downloaded hyper-util v0.1.16
7502025-09-19T18:20:21.645Z Downloaded supports-color v3.0.2
7512025-09-19T18:20:21.645Z Downloaded support-bundle-viewer v0.1.2
7522025-09-19T18:20:21.645Z Downloaded hashbrown v0.12.3
7532025-09-19T18:20:21.648Z Downloaded bytes v1.10.1
7542025-09-19T18:20:21.654Z Downloaded hickory-resolver v0.25.2
7552025-09-19T18:20:21.658Z Downloaded siphasher v0.3.11
7562025-09-19T18:20:21.658Z Downloaded num-derive v0.3.3
7572025-09-19T18:20:21.661Z Downloaded tiny-keccak v2.0.2
7582025-09-19T18:20:21.664Z Downloaded sqlformat v0.3.5
7592025-09-19T18:20:21.669Z Downloaded untrusted v0.7.1
7602025-09-19T18:20:21.669Z Downloaded path-slash v0.1.5
7612025-09-19T18:20:21.672Z Downloaded oso-derive v0.27.3
7622025-09-19T18:20:21.672Z Downloaded futures v0.3.31
7632025-09-19T18:20:21.676Z Downloaded tui-tree-widget v0.23.1
7642025-09-19T18:20:21.680Z Downloaded dunce v1.0.5
7652025-09-19T18:20:21.684Z Downloaded dsl_auto_type v0.1.2
7662025-09-19T18:20:21.684Z Downloaded document-features v0.2.11
7672025-09-19T18:20:21.687Z Downloaded elliptic-curve v0.13.8
7682025-09-19T18:20:21.690Z Downloaded hashbrown v0.13.2
7692025-09-19T18:20:21.694Z Downloaded ghash v0.5.1
7702025-09-19T18:20:21.697Z Downloaded sqlparser_derive v0.2.2
7712025-09-19T18:20:21.701Z Downloaded twox-hash v2.1.0
7722025-09-19T18:20:21.701Z Downloaded omicron-zone-package v0.12.2
7732025-09-19T18:20:21.706Z Downloaded serde_bytes v0.11.17
7742025-09-19T18:20:21.709Z Downloaded num-iter v0.1.45
7752025-09-19T18:20:21.709Z Downloaded newtype-uuid v1.2.4
7762025-09-19T18:20:21.713Z Downloaded crossbeam-channel v0.5.15
7772025-09-19T18:20:21.717Z Downloaded base64 v0.22.1
7782025-09-19T18:20:21.720Z Downloaded testing_table v0.3.0
7792025-09-19T18:20:21.724Z Downloaded ssh-encoding v0.2.0
7802025-09-19T18:20:21.724Z Downloaded slog-envlogger v2.2.0
7812025-09-19T18:20:21.728Z Downloaded mime v0.3.17
7822025-09-19T18:20:21.731Z Downloaded tar v0.4.44
7832025-09-19T18:20:21.734Z Downloaded darling v0.21.0
7842025-09-19T18:20:21.739Z Downloaded unit-prefix v0.5.1
7852025-09-19T18:20:21.742Z Downloaded libm v0.2.8
7862025-09-19T18:20:21.749Z Downloaded crucible-workspace-hack v0.1.0
7872025-09-19T18:20:21.752Z Downloaded yasna v0.5.2
7882025-09-19T18:20:21.756Z Downloaded resolv-conf v0.7.0
7892025-09-19T18:20:21.756Z Downloaded pbkdf2 v0.11.0
7902025-09-19T18:20:21.759Z Downloaded spin v0.9.8
7912025-09-19T18:20:21.763Z Downloaded difflib v0.4.0
7922025-09-19T18:20:21.766Z Downloaded serde_plain v1.0.2
7932025-09-19T18:20:21.766Z Downloaded darling_macro v0.21.0
7942025-09-19T18:20:21.769Z Downloaded defmt v0.3.8
7952025-09-19T18:20:21.773Z Downloaded ssh-cipher v0.2.0
7962025-09-19T18:20:21.776Z Downloaded secrecy v0.10.3
7972025-09-19T18:20:21.776Z Downloaded x509-cert v0.2.5
7982025-09-19T18:20:21.782Z Downloaded peg-macros v0.8.5
7992025-09-19T18:20:21.786Z Downloaded fxhash v0.2.1
8002025-09-19T18:20:21.789Z Downloaded newline-converter v0.3.0
8012025-09-19T18:20:21.789Z Downloaded newtype_derive v0.1.6
8022025-09-19T18:20:21.792Z Downloaded mime_guess v2.0.5
8032025-09-19T18:20:21.795Z Downloaded wait-timeout v0.2.0
8042025-09-19T18:20:21.796Z Downloaded itertools v0.12.1
8052025-09-19T18:20:21.803Z Downloaded toml_datetime v0.7.0
8062025-09-19T18:20:21.806Z Downloaded toml v0.7.8
8072025-09-19T18:20:21.809Z Downloaded tls_codec v0.4.1
8082025-09-19T18:20:21.813Z Downloaded toml v0.9.5
8092025-09-19T18:20:21.817Z Downloaded progenitor-client v0.9.1
8102025-09-19T18:20:21.820Z Downloaded zerocopy v0.6.6
8112025-09-19T18:20:21.823Z Downloaded term v0.7.0
8122025-09-19T18:20:21.827Z Downloaded md-5 v0.10.6
8132025-09-19T18:20:21.831Z Downloaded data-encoding v2.9.0
8142025-09-19T18:20:21.831Z Downloaded progenitor-macro v0.10.0
8152025-09-19T18:20:21.834Z Downloaded progenitor v0.9.1
8162025-09-19T18:20:21.834Z Downloaded try-lock v0.2.5
8172025-09-19T18:20:21.837Z Downloaded time-core v0.1.2
8182025-09-19T18:20:21.837Z Downloaded ssh-key v0.6.6
8192025-09-19T18:20:21.845Z Downloaded nodrop v0.1.14
8202025-09-19T18:20:21.848Z Downloaded itertools v0.14.0
8212025-09-19T18:20:21.855Z Downloaded take_mut v0.2.2
8222025-09-19T18:20:21.859Z Downloaded oso v0.27.3
8232025-09-19T18:20:21.862Z Downloaded serde_derive_internals v0.29.1
8242025-09-19T18:20:21.865Z Downloaded tokio-stream v0.1.17
8252025-09-19T18:20:21.870Z Downloaded normalize-line-endings v0.3.0
8262025-09-19T18:20:21.873Z Downloaded foreign-types v0.3.2
8272025-09-19T18:20:21.873Z Downloaded env_logger v0.10.2
8282025-09-19T18:20:21.876Z Downloaded subtle v2.6.1
8292025-09-19T18:20:21.879Z Downloaded progenitor v0.11.0
8302025-09-19T18:20:21.884Z Downloaded progenitor v0.8.0
8312025-09-19T18:20:21.884Z Downloaded pin-project-internal v1.1.6
8322025-09-19T18:20:21.887Z Downloaded phf_shared v0.12.1
8332025-09-19T18:20:21.887Z Downloaded sec1 v0.7.3
8342025-09-19T18:20:21.890Z Downloaded parking_lot_core v0.8.6
8352025-09-19T18:20:21.895Z Downloaded thiserror-no-std v2.0.2
8362025-09-19T18:20:21.898Z Downloaded sigpipe v0.1.3
8372025-09-19T18:20:21.898Z Downloaded unicase v2.7.0
8382025-09-19T18:20:21.901Z Downloaded parking_lot v0.12.3
8392025-09-19T18:20:21.906Z Downloaded sync-ptr v0.1.4
8402025-09-19T18:20:21.906Z Downloaded slog-bunyan v2.5.0
8412025-09-19T18:20:21.909Z Downloaded shell-words v1.1.0
8422025-09-19T18:20:21.909Z Downloaded slog-term v2.9.2
8432025-09-19T18:20:21.915Z Downloaded typify-macro v0.2.0
8442025-09-19T18:20:21.915Z Downloaded tower-http v0.6.6
8452025-09-19T18:20:21.922Z Downloaded gethostname v0.5.0
8462025-09-19T18:20:21.925Z Downloaded ed25519 v2.2.3
8472025-09-19T18:20:21.931Z Downloaded test-strategy v0.4.3
8482025-09-19T18:20:21.934Z Downloaded want v0.3.1
8492025-09-19T18:20:21.935Z Downloaded thiserror-impl-no-std v2.0.2
8502025-09-19T18:20:21.935Z Downloaded tracing v0.1.40
8512025-09-19T18:20:21.939Z Downloaded rand_chacha v0.3.1
8522025-09-19T18:20:21.942Z Downloaded serde_spanned v1.0.0
8532025-09-19T18:20:21.945Z Downloaded phf_shared v0.11.2
8542025-09-19T18:20:21.945Z Downloaded typify v0.2.0
8552025-09-19T18:20:21.949Z Downloaded progenitor-client v0.10.0
8562025-09-19T18:20:21.952Z Downloaded dyn-clone v1.0.20
8572025-09-19T18:20:21.955Z Downloaded unarray v0.1.4
8582025-09-19T18:20:21.955Z Downloaded strum v0.26.3
8592025-09-19T18:20:21.958Z Downloaded rand_core v0.9.3
8602025-09-19T18:20:21.958Z Downloaded slog-dtrace v0.3.0
8612025-09-19T18:20:21.961Z Downloaded waitgroup v0.1.2
8622025-09-19T18:20:21.964Z Downloaded zstd v0.13.3
8632025-09-19T18:20:21.968Z Downloaded rustc_version v0.4.1
8642025-09-19T18:20:21.971Z Downloaded rand_chacha v0.9.0
8652025-09-19T18:20:21.971Z Downloaded aws-lc-rs v1.12.4
8662025-09-19T18:20:21.980Z Downloaded endian-type v0.1.2
8672025-09-19T18:20:21.983Z Downloaded wyz v0.5.1
8682025-09-19T18:20:21.983Z Downloaded memoffset v0.9.1
8692025-09-19T18:20:21.987Z Downloaded derive_builder_macro v0.20.2
8702025-09-19T18:20:21.987Z Downloaded time-macros v0.2.18
8712025-09-19T18:20:21.990Z Downloaded peg-runtime v0.8.5
8722025-09-19T18:20:21.990Z Downloaded foldhash v0.1.5
8732025-09-19T18:20:21.995Z Downloaded md5 v0.7.0
8742025-09-19T18:20:21.999Z Downloaded strip-ansi-escapes v0.2.0
8752025-09-19T18:20:21.999Z Downloaded rustls-pemfile v1.0.4
8762025-09-19T18:20:22.003Z Downloaded expectorate v1.2.0
8772025-09-19T18:20:22.003Z Downloaded pem-rfc7468 v0.7.0
8782025-09-19T18:20:22.007Z Downloaded slog-async v2.8.0
8792025-09-19T18:20:22.007Z Downloaded num-conv v0.1.0
8802025-09-19T18:20:22.011Z Downloaded fallible-iterator v0.2.0
8812025-09-19T18:20:22.011Z Downloaded cstr-argument v0.1.2
8822025-09-19T18:20:22.015Z Downloaded rustc_version v0.1.7
8832025-09-19T18:20:22.015Z Downloaded zip v4.2.0
8842025-09-19T18:20:22.018Z Downloaded packed_struct v0.10.1
8852025-09-19T18:20:22.022Z Downloaded yansi v1.0.1
8862025-09-19T18:20:22.025Z Downloaded crunchy v0.2.2
8872025-09-19T18:20:22.025Z Downloaded rustc-hash v1.1.0
8882025-09-19T18:20:22.028Z Downloaded typed-path v0.9.3
8892025-09-19T18:20:22.032Z Downloaded num_threads v0.1.7
8902025-09-19T18:20:22.035Z Downloaded daft v0.1.4
8912025-09-19T18:20:22.040Z Downloaded whoami v1.5.2
8922025-09-19T18:20:22.040Z Downloaded parse-display v0.10.0
8932025-09-19T18:20:22.043Z Downloaded parking_lot_core v0.9.10
8942025-09-19T18:20:22.046Z Downloaded tokio-rustls v0.26.0
8952025-09-19T18:20:22.046Z Downloaded slog v2.7.0
8962025-09-19T18:20:22.050Z Downloaded toml_edit v0.19.15
8972025-09-19T18:20:22.068Z Downloaded sha1 v0.10.6
8982025-09-19T18:20:22.072Z Downloaded blake3 v1.5.4
8992025-09-19T18:20:22.078Z Downloaded pin-utils v0.1.0
9002025-09-19T18:20:22.083Z Downloaded futures-sink v0.3.31
9012025-09-19T18:20:22.084Z Downloaded strum_macros v0.26.4
9022025-09-19T18:20:22.084Z Downloaded tabwriter v1.4.0
9032025-09-19T18:20:22.087Z Downloaded sct v0.7.1
9042025-09-19T18:20:22.088Z Downloaded embedded-io v0.6.1
9052025-09-19T18:20:22.091Z Downloaded rtoolbox v0.0.2
9062025-09-19T18:20:22.091Z Downloaded quick-error v1.2.3
9072025-09-19T18:20:22.094Z Downloaded foreign-types v0.5.0
9082025-09-19T18:20:22.094Z Downloaded typify-macro v0.4.3
9092025-09-19T18:20:22.094Z Downloaded proc-macro-error-attr2 v2.0.0
9102025-09-19T18:20:22.098Z Downloaded curve25519-dalek-derive v0.1.1
9112025-09-19T18:20:22.098Z Downloaded tokio-native-tls v0.3.1
9122025-09-19T18:20:22.101Z Downloaded tokio-macros v2.5.0
9132025-09-19T18:20:22.101Z Downloaded tinyvec_macros v0.1.1
9142025-09-19T18:20:22.104Z Downloaded memmap2 v0.9.5
9152025-09-19T18:20:22.104Z Downloaded primeorder v0.13.6
9162025-09-19T18:20:22.107Z Downloaded foreign-types-macros v0.2.3
9172025-09-19T18:20:22.107Z Downloaded fatfs v0.3.6
9182025-09-19T18:20:22.110Z Downloaded serde_urlencoded v0.7.1
9192025-09-19T18:20:22.114Z Downloaded num_enum v0.5.11
9202025-09-19T18:20:22.117Z Downloaded structmeta-derive v0.3.0
9212025-09-19T18:20:22.121Z Downloaded structmeta v0.3.0
9222025-09-19T18:20:22.121Z Downloaded derive_builder_core v0.20.2
9232025-09-19T18:20:22.124Z Downloaded rustls-pki-types v1.10.0
9242025-09-19T18:20:22.127Z Downloaded typify v0.4.3
9252025-09-19T18:20:22.130Z Downloaded num-rational v0.4.2
9262025-09-19T18:20:22.133Z Downloaded universal-hash v0.5.1
9272025-09-19T18:20:22.136Z Downloaded stringprep v0.1.5
9282025-09-19T18:20:22.137Z Downloaded pkcs8 v0.10.2
9292025-09-19T18:20:22.140Z Downloaded tabled_derive v0.11.0
9302025-09-19T18:20:22.140Z Downloaded smf v0.2.3
9312025-09-19T18:20:22.144Z Downloaded futures-task v0.3.31
9322025-09-19T18:20:22.144Z Downloaded smallvec v0.6.14
9332025-09-19T18:20:22.149Z Downloaded tagptr v0.2.0
9342025-09-19T18:20:22.149Z Downloaded steno v0.4.1
9352025-09-19T18:20:22.152Z Downloaded derive_builder v0.20.2
9362025-09-19T18:20:22.155Z Downloaded foldhash v0.2.0
9372025-09-19T18:20:22.159Z Downloaded oxnet v0.1.3
9382025-09-19T18:20:22.162Z Downloaded oxide-tokio-rt v0.1.2
9392025-09-19T18:20:22.162Z Downloaded subprocess v0.2.9
9402025-09-19T18:20:22.166Z Downloaded ena v0.14.3
9412025-09-19T18:20:22.166Z Downloaded p256 v0.13.2
9422025-09-19T18:20:22.169Z Downloaded ctr v0.9.2
9432025-09-19T18:20:22.172Z Downloaded globset v0.4.15
9442025-09-19T18:20:22.175Z Downloaded serde_repr v0.1.19
9452025-09-19T18:20:22.175Z Downloaded serde_with v3.14.0
9462025-09-19T18:20:22.188Z Downloaded embedded-io v0.4.0
9472025-09-19T18:20:22.194Z Downloaded lalrpop v0.19.12
9482025-09-19T18:20:22.200Z Downloaded vsss-rs v3.3.4
9492025-09-19T18:20:22.203Z Downloaded csv-core v0.1.11
9502025-09-19T18:20:22.209Z Downloaded quinn v0.11.5
9512025-09-19T18:20:22.212Z Downloaded num-complex v0.4.6
9522025-09-19T18:20:22.212Z Downloaded pkcs5 v0.7.1
9532025-09-19T18:20:22.216Z Downloaded quinn-proto v0.11.8
9542025-09-19T18:20:22.219Z Downloaded tabled v0.20.0
9552025-09-19T18:20:22.240Z Downloaded time v0.3.36
9562025-09-19T18:20:22.243Z Downloaded pkcs1 v0.7.5
9572025-09-19T18:20:22.247Z Downloaded darling_core v0.20.10
9582025-09-19T18:20:22.252Z Downloaded sqlparser v0.45.0
9592025-09-19T18:20:22.257Z Downloaded rsa v0.9.6
9602025-09-19T18:20:22.263Z Downloaded crypto-bigint v0.5.5
9612025-09-19T18:20:22.269Z Downloaded tracing-core v0.1.32
9622025-09-19T18:20:22.272Z Downloaded serde_yaml v0.9.34+deprecated
9632025-09-19T18:20:22.276Z Downloaded prettyplease v0.2.36
9642025-09-19T18:20:22.279Z Downloaded vte v0.11.1
9652025-09-19T18:20:22.282Z Downloaded unicode_categories v0.1.1
9662025-09-19T18:20:22.285Z Downloaded num-bigint v0.4.6
9672025-09-19T18:20:22.288Z Downloaded num-bigint-dig v0.8.4
9682025-09-19T18:20:22.292Z Downloaded bindgen v0.69.5
9692025-09-19T18:20:22.298Z Downloaded mio v1.0.2
9702025-09-19T18:20:22.304Z Downloaded minimal-lexical v0.2.1
9712025-09-19T18:20:22.310Z Downloaded p521 v0.13.3
9722025-09-19T18:20:22.313Z Downloaded derive_more v2.0.1
9732025-09-19T18:20:22.322Z Downloaded crossterm v0.29.0
9742025-09-19T18:20:22.329Z Downloaded vcpkg v0.2.15
9752025-09-19T18:20:22.371Z Downloaded winnow v0.5.40
9762025-09-19T18:20:22.375Z Downloaded rustls-webpki v0.101.7
9772025-09-19T18:20:22.404Z Downloaded radix_trie v0.2.1
9782025-09-19T18:20:22.404Z Downloaded tabled v0.18.0
9792025-09-19T18:20:22.412Z Downloaded winnow v0.6.26
9802025-09-19T18:20:22.420Z Downloaded quick-xml v0.37.2
9812025-09-19T18:20:22.424Z Downloaded p384 v0.13.0
9822025-09-19T18:20:22.431Z Downloaded gimli v0.31.1
9832025-09-19T18:20:22.438Z Downloaded hickory-proto v0.25.2
9842025-09-19T18:20:22.453Z Downloaded nix v0.27.1
9852025-09-19T18:20:22.464Z Downloaded futures-util v0.3.31
9862025-09-19T18:20:22.475Z Downloaded webpki-roots v1.0.1
9872025-09-19T18:20:22.478Z Downloaded proptest v1.7.0
9882025-09-19T18:20:22.488Z Downloaded polar-core v0.27.3
9892025-09-19T18:20:22.497Z Downloaded nix v0.30.1
9902025-09-19T18:20:22.506Z Downloaded object v0.30.4
9912025-09-19T18:20:22.518Z Downloaded curve25519-dalek v4.1.3
9922025-09-19T18:20:22.524Z Downloaded petname v2.0.2
9932025-09-19T18:20:22.531Z Downloaded dropshot v0.16.4
9942025-09-19T18:20:22.550Z Downloaded openssl v0.10.73
9952025-09-19T18:20:22.558Z Downloaded bindgen v0.71.1
9962025-09-19T18:20:22.565Z Downloaded zerocopy v0.8.26
9972025-09-19T18:20:22.586Z Downloaded typify-impl v0.4.3
9982025-09-19T18:20:22.599Z Downloaded reedline v0.40.0
9992025-09-19T18:20:22.606Z Downloaded portable-atomic v1.11.0
10002025-09-19T18:20:22.613Z Downloaded unicode-normalization v0.1.24
10012025-09-19T18:20:22.619Z Downloaded reqwest v0.12.22
10022025-09-19T18:20:22.624Z Downloaded chrono v0.4.41
10032025-09-19T18:20:22.631Z Downloaded nom v7.1.3
10042025-09-19T18:20:22.636Z Downloaded ed25519-dalek v2.1.1
10052025-09-19T18:20:22.640Z Downloaded bstr v1.10.0
10062025-09-19T18:20:22.649Z Downloaded moka v0.12.10
10072025-09-19T18:20:22.658Z Downloaded rustls v0.21.12
10082025-09-19T18:20:22.668Z Downloaded object v0.36.5
10092025-09-19T18:20:22.679Z Downloaded git2 v0.19.0
10102025-09-19T18:20:22.687Z Downloaded regex-syntax v0.8.5
10112025-09-19T18:20:22.694Z Downloaded lzma-sys v0.1.20
10122025-09-19T18:20:22.722Z Downloaded regex v1.11.1
10132025-09-19T18:20:22.733Z Downloaded nix v0.29.0
10142025-09-19T18:20:22.742Z Downloaded regress v0.10.4
10152025-09-19T18:20:22.751Z Downloaded openapiv3 v2.2.0
10162025-09-19T18:20:22.761Z Downloaded rustls v0.22.4
10172025-09-19T18:20:22.773Z Downloaded smoltcp v0.9.1
10182025-09-19T18:20:22.783Z Downloaded libz-sys v1.1.20
10192025-09-19T18:20:22.801Z Downloaded smoltcp v0.11.0
10202025-09-19T18:20:22.811Z Downloaded regex-syntax v0.6.29
10212025-09-19T18:20:22.818Z Downloaded diesel v2.2.12
10222025-09-19T18:20:22.835Z Downloaded rustls v0.23.19
10232025-09-19T18:20:22.844Z Downloaded typify-impl v0.2.0
10242025-09-19T18:20:22.856Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10252025-09-19T18:20:22.871Z Downloaded typify-impl v0.3.0
10262025-09-19T18:20:22.885Z Downloaded sled v0.34.7
10272025-09-19T18:20:22.893Z Downloaded petgraph v0.6.5
10282025-09-19T18:20:22.909Z Downloaded csv v1.3.1
10292025-09-19T18:20:22.927Z Downloaded ratatui v0.29.0
10302025-09-19T18:20:22.944Z Downloaded jiff v0.2.15
10312025-09-19T18:20:22.958Z Downloaded nix v0.28.0
10322025-09-19T18:20:22.969Z Downloaded zerocopy-derive v0.6.6
10332025-09-19T18:20:22.978Z Downloaded bzip2-sys v0.1.13+1.0.8
10342025-09-19T18:20:22.988Z Downloaded rcgen v0.12.1
10352025-09-19T18:20:22.992Z Downloaded tokio-postgres v0.7.13
10362025-09-19T18:20:22.995Z Downloaded rustls-webpki v0.102.8
10372025-09-19T18:20:23.011Z Downloaded derive_more-impl v2.0.1
10382025-09-19T18:20:23.018Z Downloaded regex-automata v0.4.8
10392025-09-19T18:20:23.029Z Downloaded rpassword v7.4.0
10402025-09-19T18:20:23.033Z Downloaded env_logger v0.11.5
10412025-09-19T18:20:23.036Z Downloaded salty v0.3.0
10422025-09-19T18:20:23.040Z Downloaded tracing-attributes v0.1.27
10432025-09-19T18:20:23.043Z Downloaded chrono-tz v0.10.4
10442025-09-19T18:20:23.080Z Downloaded tokio-rustls v0.25.0
10452025-09-19T18:20:23.084Z Downloaded tokio v1.47.0
10462025-09-19T18:20:23.128Z Downloaded petgraph v0.8.2
10472025-09-19T18:20:23.151Z Downloaded darling_core v0.21.0
10482025-09-19T18:20:23.156Z Downloaded derive_more v0.99.20
10492025-09-19T18:20:23.162Z Downloaded typify-macro v0.3.0
10502025-09-19T18:20:23.165Z Downloaded publicsuffix v2.3.0
10512025-09-19T18:20:23.168Z Downloaded typify v0.3.0
10522025-09-19T18:20:23.171Z Downloaded snafu v0.8.5
10532025-09-19T18:20:23.176Z Downloaded flume v0.11.1
10542025-09-19T18:20:23.179Z Downloaded diesel_derives v2.2.3
10552025-09-19T18:20:23.182Z Downloaded rayon v1.10.0
10562025-09-19T18:20:23.190Z Downloaded proc-macro-crate v1.3.1
10572025-09-19T18:20:23.193Z Downloaded pin-project v1.1.6
10582025-09-19T18:20:23.200Z Downloaded zlib-rs v0.5.1
10592025-09-19T18:20:23.204Z Downloaded sha3 v0.10.8
10602025-09-19T18:20:23.209Z Downloaded ring v0.17.14
10612025-09-19T18:20:23.244Z Downloaded bitvec v1.0.1
10622025-09-19T18:20:23.257Z Downloaded number_prefix v0.4.0
10632025-09-19T18:20:23.260Z Downloaded rustc-hash v2.1.1
10642025-09-19T18:20:23.260Z Downloaded tinyvec v1.8.0
10652025-09-19T18:20:23.264Z Downloaded papergrid v0.14.0
10662025-09-19T18:20:23.267Z Downloaded unicode-bidi v0.3.17
10672025-09-19T18:20:23.267Z Downloaded h2 v0.4.6
10682025-09-19T18:20:23.272Z Downloaded encoding_rs v0.8.34
10692025-09-19T18:20:23.293Z Downloaded num_enum_derive v0.5.11
10702025-09-19T18:20:23.296Z Downloaded unicode-truncate v1.1.0
10712025-09-19T18:20:23.296Z Downloaded topological-sort v0.2.2
10722025-09-19T18:20:23.296Z Downloaded pkg-config v0.3.31
10732025-09-19T18:20:23.296Z Downloaded pretty_assertions v1.4.1
10742025-09-19T18:20:23.299Z Downloaded papergrid v0.17.0
10752025-09-19T18:20:23.303Z Downloaded rand v0.9.2
10762025-09-19T18:20:23.306Z Downloaded openssl-sys v0.9.109
10772025-09-19T18:20:23.313Z Downloaded libgit2-sys v0.17.0+1.8.1
10782025-09-19T18:20:23.356Z Downloaded walkdir v2.5.0
10792025-09-19T18:20:23.359Z Downloaded rand_xorshift v0.4.0
10802025-09-19T18:20:23.359Z Downloaded packed_struct_codegen v0.10.1
10812025-09-19T18:20:23.362Z Downloaded multer v3.1.0
10822025-09-19T18:20:23.362Z Downloaded ecdsa v0.16.9
10832025-09-19T18:20:23.365Z Downloaded rand_seeder v0.4.0
10842025-09-19T18:20:23.365Z Downloaded derive-where v1.5.0
10852025-09-19T18:20:23.370Z Downloaded pem v3.0.5
10862025-09-19T18:20:23.370Z Downloaded pin-project-lite v0.2.14
10872025-09-19T18:20:23.377Z Downloaded tough v0.20.0
10882025-09-19T18:20:23.382Z Downloaded zstd-safe v7.2.3
10892025-09-19T18:20:23.386Z Downloaded rustls-native-certs v0.8.1
10902025-09-19T18:20:23.386Z Downloaded serde_cbor v0.11.2
10912025-09-19T18:20:23.389Z Downloaded tungstenite v0.21.0
10922025-09-19T18:20:23.392Z Downloaded tokio-util v0.7.15
10932025-09-19T18:20:23.395Z Downloaded cc v1.2.30
10942025-09-19T18:20:23.398Z Downloaded secrecy v0.8.0
10952025-09-19T18:20:23.401Z Downloaded progenitor-client v0.11.0
10962025-09-19T18:20:23.402Z Downloaded russh v0.45.0
10972025-09-19T18:20:23.405Z Downloaded string_cache v0.8.9
10982025-09-19T18:20:23.408Z Downloaded signature v2.2.0
10992025-09-19T18:20:23.408Z Downloaded signal-hook-tokio v0.3.1
11002025-09-19T18:20:23.411Z Downloaded darling_macro v0.20.10
11012025-09-19T18:20:23.411Z Downloaded xshell-macros v0.2.7
11022025-09-19T18:20:23.411Z Downloaded daft-derive v0.1.4
11032025-09-19T18:20:23.416Z Downloaded qorb v0.4.1
11042025-09-19T18:20:23.420Z Downloaded hkdf v0.12.4
11052025-09-19T18:20:23.420Z Downloaded psl-types v2.0.11
11062025-09-19T18:20:23.423Z Downloaded globwalk v0.9.1
11072025-09-19T18:20:23.423Z Downloaded iri-string v0.7.8
11082025-09-19T18:20:23.426Z Downloaded nibble_vec v0.1.0
11092025-09-19T18:20:23.429Z Downloaded group v0.13.0
11102025-09-19T18:20:23.429Z Downloaded ff v0.13.0
11112025-09-19T18:20:23.433Z Downloaded diesel-dtrace v0.4.2
11122025-09-19T18:20:23.433Z Downloaded toml_writer v1.0.2
11132025-09-19T18:20:23.436Z Downloaded toml_parser v1.0.2
11142025-09-19T18:20:23.436Z Downloaded unsafe-libyaml v0.2.11
11152025-09-19T18:20:23.439Z Downloaded socket2 v0.6.0
11162025-09-19T18:20:23.469Z Downloaded samael v0.0.19
11172025-09-19T18:20:23.480Z Downloaded progenitor v0.10.0
11182025-09-19T18:20:23.480Z Downloaded unicode-segmentation v1.12.0
11192025-09-19T18:20:23.480Z Downloaded ron v0.8.1
11202025-09-19T18:20:23.480Z Downloaded ron v0.7.1
11212025-09-19T18:20:23.480Z Downloaded dirs-next v2.0.0
11222025-09-19T18:20:23.480Z Downloaded strum_macros v0.27.1
11232025-09-19T18:20:23.480Z Downloaded schemars v0.8.22
11242025-09-19T18:20:23.480Z Downloaded hyper v1.7.0
11252025-09-19T18:20:23.484Z Downloaded tower v0.5.2
11262025-09-19T18:20:23.487Z Downloaded hashbrown v0.16.0
11272025-09-19T18:20:23.490Z Downloaded tls_codec_derive v0.4.1
11282025-09-19T18:20:23.490Z Downloaded tabled_derive v0.10.0
11292025-09-19T18:20:23.493Z Downloaded rustyline v14.0.0
11302025-09-19T18:20:23.498Z Downloaded itertools v0.13.0
11312025-09-19T18:20:23.502Z Downloaded float-ord v0.3.2
11322025-09-19T18:20:23.502Z Downloaded zip v0.6.6
11332025-09-19T18:20:23.506Z Downloaded zerocopy-derive v0.8.26
11342025-09-19T18:20:23.511Z Downloaded peg v0.8.5
11352025-09-19T18:20:23.515Z Downloaded vergen v8.3.2
11362025-09-19T18:20:23.518Z Downloaded der v0.7.9
11372025-09-19T18:20:23.521Z Downloaded uuid v1.18.1
11382025-09-19T18:20:23.524Z Downloaded iddqd v0.3.13
11392025-09-19T18:20:23.530Z Downloaded scopeguard v1.2.0
11402025-09-19T18:20:23.534Z Downloaded pbkdf2 v0.12.2
11412025-09-19T18:20:23.534Z Downloaded parking_lot v0.11.2
11422025-09-19T18:20:23.534Z Downloaded owo-colors v4.2.2
11432025-09-19T18:20:23.538Z Downloaded tungstenite v0.23.0
11442025-09-19T18:20:23.542Z Downloaded serde_path_to_error v0.1.17
11452025-09-19T18:20:23.542Z Downloaded progenitor-macro v0.11.0
11462025-09-19T18:20:23.542Z Downloaded itertools v0.10.5
11472025-09-19T18:20:23.545Z Downloaded similar v2.7.0
11482025-09-19T18:20:23.550Z Downloaded parse-display-derive v0.10.0
11492025-09-19T18:20:23.553Z Downloaded miniz_oxide v0.8.5
11502025-09-19T18:20:23.557Z Downloaded vte_generate_state_changes v0.1.2
11512025-09-19T18:20:23.557Z Downloaded getrandom v0.2.15
11522025-09-19T18:20:23.557Z Downloaded hickory-server v0.25.2
11532025-09-19T18:20:23.563Z Downloaded predicates-tree v1.0.12
11542025-09-19T18:20:23.563Z Downloaded predicates-core v1.0.8
11552025-09-19T18:20:23.567Z Downloaded derive-ex v0.1.8
11562025-09-19T18:20:23.567Z Downloaded flate2 v1.1.2
11572025-09-19T18:20:23.570Z Downloaded darling v0.20.10
11582025-09-19T18:20:23.570Z Downloaded float-cmp v0.10.0
11592025-09-19T18:20:23.574Z Downloaded fixedbitset v0.4.2
11602025-09-19T18:20:23.574Z Downloaded filetime v0.2.25
11612025-09-19T18:20:23.574Z Downloaded display-error-chain v0.2.2
11622025-09-19T18:20:23.577Z Downloaded dirs-sys-next v0.1.2
11632025-09-19T18:20:23.577Z Downloaded deranged v0.3.11
11642025-09-19T18:20:23.577Z Downloaded debug-ignore v1.0.5
11652025-09-19T18:20:23.577Z Downloaded futures-macro v0.3.31
11662025-09-19T18:20:23.581Z Downloaded futures-io v0.3.31
11672025-09-19T18:20:23.581Z Downloaded xz2 v0.1.7
11682025-09-19T18:20:23.581Z Downloaded rand v0.8.5
11692025-09-19T18:20:23.584Z Downloaded predicates v3.1.3
11702025-09-19T18:20:23.587Z Downloaded postgres-protocol v0.6.8
11712025-09-19T18:20:23.591Z Downloaded postcard v1.0.10
11722025-09-19T18:20:23.591Z Downloaded diff v0.1.13
11732025-09-19T18:20:23.595Z Downloaded const_format v0.2.34
11742025-09-19T18:20:23.601Z Downloaded base64 v0.21.7
11752025-09-19T18:20:23.604Z Downloaded thread_local v1.1.8
11762025-09-19T18:20:23.604Z Downloaded poly1305 v0.8.0
11772025-09-19T18:20:23.604Z Downloaded dropshot_endpoint v0.16.4
11782025-09-19T18:20:23.607Z Downloaded http v1.3.1
11792025-09-19T18:20:23.610Z Downloaded fs_extra v1.3.0
11802025-09-19T18:20:23.615Z Downloaded password-hash v0.5.0
11812025-09-19T18:20:23.615Z Downloaded zopfli v0.8.1
11822025-09-19T18:20:23.618Z Downloaded progenitor-impl v0.10.0
11832025-09-19T18:20:23.618Z Downloaded rustversion v1.0.17
11842025-09-19T18:20:23.622Z Downloaded unicode-properties v0.1.3
11852025-09-19T18:20:23.625Z Downloaded socket2 v0.5.10
11862025-09-19T18:20:23.625Z Downloaded aes v0.8.4
11872025-09-19T18:20:23.628Z Downloaded signal-hook v0.3.18
11882025-09-19T18:20:23.631Z Downloaded uzers v0.12.1
11892025-09-19T18:20:23.635Z Downloaded password-hash v0.4.2
11902025-09-19T18:20:23.635Z Downloaded olpc-cjson v0.1.4
11912025-09-19T18:20:23.635Z Downloaded num-integer v0.1.46
11922025-09-19T18:20:23.638Z Downloaded num-derive v0.4.2
11932025-09-19T18:20:23.638Z Downloaded fs-err v2.11.0
11942025-09-19T18:20:23.641Z Downloaded xshell v0.2.7
11952025-09-19T18:20:23.641Z Downloaded nu-ansi-term v0.50.1
11962025-09-19T18:20:23.644Z Downloaded value-bag v1.9.0
11972025-09-19T18:20:23.648Z Downloaded russh-keys v0.45.0
11982025-09-19T18:20:23.648Z Downloaded aes-gcm v0.10.3
11992025-09-19T18:20:23.652Z Downloaded tokio-rustls v0.24.1
12002025-09-19T18:20:23.655Z Downloaded hickory-resolver v0.24.4
12012025-09-19T18:20:23.658Z Downloaded crossbeam-utils v0.8.21
12022025-09-19T18:20:23.663Z Downloaded base64 v0.13.1
12032025-09-19T18:20:23.663Z Downloaded tokio-tungstenite v0.21.0
12042025-09-19T18:20:23.666Z Downloaded indicatif v0.18.0
12052025-09-19T18:20:23.669Z Downloaded crossbeam-epoch v0.9.18
12062025-09-19T18:20:23.669Z Downloaded chacha20poly1305 v0.10.1
12072025-09-19T18:20:23.672Z Downloaded fd-lock v4.0.2
12082025-09-19T18:20:23.676Z Downloaded untrusted v0.9.0
12092025-09-19T18:20:23.676Z Downloaded cookie v0.18.1
12102025-09-19T18:20:23.680Z Downloaded cancel-safe-futures v0.1.5
12112025-09-19T18:20:23.680Z Downloaded zone v0.1.8
12122025-09-19T18:20:23.680Z Downloaded progenitor-impl v0.8.0
12132025-09-19T18:20:23.683Z Downloaded static_assertions v1.1.0
12142025-09-19T18:20:23.684Z Downloaded tokio-dtrace v0.1.0
12152025-09-19T18:20:23.688Z Downloaded termios v0.3.3
12162025-09-19T18:20:23.688Z Downloaded termcolor v1.4.1
12172025-09-19T18:20:23.688Z Downloaded strum_macros v0.24.3
12182025-09-19T18:20:23.696Z Downloaded strum v0.27.2
12192025-09-19T18:20:23.696Z Downloaded rustc-demangle v0.1.24
12202025-09-19T18:20:23.696Z Downloaded proc-macro-error2 v2.0.1
12212025-09-19T18:20:23.700Z Downloaded base64ct v1.6.0
12222025-09-19T18:20:23.700Z Downloaded libloading v0.8.5
12232025-09-19T18:20:23.700Z Downloaded ingot-macros v0.1.1
12242025-09-19T18:20:23.700Z Downloaded slog-stdlog v4.1.1
12252025-09-19T18:20:23.703Z Downloaded signal-hook-registry v1.4.2
12262025-09-19T18:20:23.703Z Downloaded scrypt v0.11.0
12272025-09-19T18:20:23.703Z Downloaded rfc6979 v0.4.0
12282025-09-19T18:20:23.703Z Downloaded progenitor-macro v0.8.0
12292025-09-19T18:20:23.707Z Downloaded ipnet v2.11.0
12302025-09-19T18:20:23.707Z Downloaded httparse v1.9.5
12312025-09-19T18:20:23.707Z Downloaded blake2 v0.10.6
12322025-09-19T18:20:23.711Z Downloaded bumpalo v3.16.0
12332025-09-19T18:20:23.714Z Downloaded kstat-rs v0.2.4
12342025-09-19T18:20:23.714Z Downloaded jobserver v0.1.32
12352025-09-19T18:20:23.717Z Downloaded const_format_proc_macros v0.2.34
12362025-09-19T18:20:23.717Z Downloaded rusty-fork v0.3.0
12372025-09-19T18:20:23.721Z Downloaded crc v3.2.1
12382025-09-19T18:20:23.722Z Downloaded colored v2.2.0
12392025-09-19T18:20:23.725Z Downloaded ciborium-ll v0.2.2
12402025-09-19T18:20:23.725Z Downloaded bitfield v0.14.0
12412025-09-19T18:20:23.725Z Downloaded bit-vec v0.8.0
12422025-09-19T18:20:23.729Z Downloaded bit-vec v0.6.3
12432025-09-19T18:20:23.729Z Downloaded bit-set v0.8.0
12442025-09-19T18:20:23.729Z Downloaded progenitor-macro v0.9.1
12452025-09-19T18:20:23.733Z Downloaded castaway v0.2.3
12462025-09-19T18:20:23.733Z Downloaded constant_time_eq v0.3.1
12472025-09-19T18:20:23.733Z Downloaded cobs v0.2.3
12482025-09-19T18:20:23.733Z Downloaded cmake v0.1.51
12492025-09-19T18:20:23.738Z Downloaded cexpr v0.6.0
12502025-09-19T18:20:23.738Z Downloaded block-padding v0.3.3
12512025-09-19T18:20:23.738Z Downloaded base16ct v0.2.0
12522025-09-19T18:20:23.738Z Downloaded indent_write v2.2.0
12532025-09-19T18:20:23.741Z Downloaded crossbeam-deque v0.8.5
12542025-09-19T18:20:23.741Z Downloaded indoc v1.0.9
12552025-09-19T18:20:23.741Z Downloaded bzip2 v0.5.2
12562025-09-19T18:20:23.745Z Downloaded keccak v0.1.5
12572025-09-19T18:20:23.745Z Downloaded jiff-static v0.2.15
12582025-09-19T18:20:23.752Z Downloaded hash32 v0.3.1
12592025-09-19T18:20:23.752Z Downloaded linked-hash-map v0.5.6
12602025-09-19T18:20:23.752Z Downloaded linear-map v1.2.0
12612025-09-19T18:20:23.752Z Downloaded libz-rs-sys v0.5.1
12622025-09-19T18:20:23.758Z Downloaded is-terminal v0.4.13
12632025-09-19T18:20:23.758Z Downloaded humantime v2.2.0
12642025-09-19T18:20:23.758Z Downloaded cfg_aliases v0.2.1
12652025-09-19T18:20:23.758Z Downloaded cargo-platform v0.1.8
12662025-09-19T18:20:23.758Z Downloaded bit-set v0.5.3
12672025-09-19T18:20:23.758Z Downloaded arc-swap v1.7.1
12682025-09-19T18:20:23.764Z Downloaded hyper-tls v0.6.0
12692025-09-19T18:20:23.764Z Downloaded hyper-rustls v0.27.7
12702025-09-19T18:20:23.764Z Downloaded convert_case v0.4.0
12712025-09-19T18:20:23.767Z Downloaded camino-tempfile-ext v0.3.2
12722025-09-19T18:20:23.767Z Downloaded bb8 v0.8.5
12732025-09-19T18:20:23.767Z Downloaded ciborium-io v0.2.2
12742025-09-19T18:20:23.767Z Downloaded cassowary v0.3.0
12752025-09-19T18:20:23.767Z Downloaded indicatif v0.17.11
12762025-09-19T18:20:23.770Z Downloaded hostname v0.4.0
12772025-09-19T18:20:23.770Z Downloaded heapless v0.8.0
12782025-09-19T18:20:23.774Z Downloaded hostname v0.3.1
12792025-09-19T18:20:23.777Z Downloaded home v0.5.9
12802025-09-19T18:20:23.777Z Downloaded indoc v2.0.6
12812025-09-19T18:20:23.780Z Downloaded hubpack v0.1.2
12822025-09-19T18:20:23.780Z Downloaded array-init v0.0.4
12832025-09-19T18:20:23.780Z Downloaded heapless v0.7.17
12842025-09-19T18:20:23.784Z Downloaded async-stream-impl v0.3.6
12852025-09-19T18:20:23.788Z Downloaded allocator-api2 v0.2.21
12862025-09-19T18:20:23.788Z Downloaded addr2line v0.24.2
12872025-09-19T18:20:23.792Z Downloaded assert_matches v1.5.0
12882025-09-19T18:20:23.792Z Downloaded aead v0.5.2
12892025-09-19T18:20:23.792Z Downloaded ascii-canvas v3.0.0
12902025-09-19T18:20:23.792Z Downloaded arrayvec v0.7.6
12912025-09-19T18:20:23.796Z Downloaded ahash v0.8.12
12922025-09-19T18:20:24.038Z Downloaded aws-lc-sys v0.26.0
12932025-09-19T18:20:24.347Z Compiling value-bag v1.9.0
12942025-09-19T18:20:24.347Z Compiling shlex v1.3.0
12952025-09-19T18:20:24.347Z Compiling lock_api v0.4.12
12962025-09-19T18:20:24.350Z Compiling scopeguard v1.2.0
12972025-09-19T18:20:24.350Z Compiling typenum v1.17.0
12982025-09-19T18:20:24.517Z Compiling syn v2.0.106
12992025-09-19T18:20:24.532Z Compiling getrandom v0.2.15
13002025-09-19T18:20:24.535Z Compiling jobserver v0.1.32
13012025-09-19T18:20:24.702Z Compiling generic-array v0.14.7
13022025-09-19T18:20:24.873Z Compiling rand_core v0.6.4
13032025-09-19T18:20:24.993Z Compiling log v0.4.27
13042025-09-19T18:20:25.021Z Compiling cc v1.2.30
13052025-09-19T18:20:25.053Z Compiling smallvec v1.15.1
13062025-09-19T18:20:25.423Z Compiling portable-atomic v1.11.0
13072025-09-19T18:20:25.463Z Compiling subtle v2.6.1
13082025-09-19T18:20:25.487Z Compiling critical-section v1.1.3
13092025-09-19T18:20:25.506Z Compiling const-oid v0.9.6
13102025-09-19T18:20:25.675Z Compiling pkg-config v0.3.31
13112025-09-19T18:20:25.726Z Compiling pin-project-lite v0.2.14
13122025-09-19T18:20:25.790Z Compiling parking_lot_core v0.9.10
13132025-09-19T18:20:25.876Z Compiling rustix v0.38.37
13142025-09-19T18:20:26.765Z Compiling signal-hook-registry v1.4.2
13152025-09-19T18:20:26.786Z Compiling parking_lot v0.12.3
13162025-09-19T18:20:26.848Z Compiling mio v1.0.2
13172025-09-19T18:20:26.901Z Compiling futures-core v0.3.31
13182025-09-19T18:20:27.153Z Compiling spin v0.9.8
13192025-09-19T18:20:27.431Z Compiling libm v0.2.8
13202025-09-19T18:20:27.511Z Compiling once_cell v1.21.3
13212025-09-19T18:20:27.541Z Compiling socket2 v0.6.0
13222025-09-19T18:20:27.565Z Compiling aho-corasick v1.1.3
13232025-09-19T18:20:27.687Z Compiling slab v0.4.9
13242025-09-19T18:20:27.814Z Compiling num-traits v0.2.19
13252025-09-19T18:20:27.854Z Compiling regex-syntax v0.8.5
13262025-09-19T18:20:27.924Z Compiling allocator-api2 v0.2.21
13272025-09-19T18:20:28.015Z Compiling serde_json v1.0.145
13282025-09-19T18:20:28.228Z Compiling getrandom v0.3.1
13292025-09-19T18:20:28.466Z Compiling foldhash v0.1.5
13302025-09-19T18:20:28.521Z Compiling cpufeatures v0.2.14
13312025-09-19T18:20:28.712Z Compiling hashbrown v0.15.4
13322025-09-19T18:20:28.825Z Compiling percent-encoding v2.3.2
13332025-09-19T18:20:28.937Z Compiling glob v0.3.2
13342025-09-19T18:20:28.965Z Compiling futures-sink v0.3.31
13352025-09-19T18:20:29.150Z Compiling either v1.15.0
13362025-09-19T18:20:29.188Z Compiling futures-channel v0.3.31
13372025-09-19T18:20:29.776Z Compiling clang-sys v1.8.1
13382025-09-19T18:20:30.021Z Compiling pin-utils v0.1.0
13392025-09-19T18:20:30.108Z Compiling prettyplease v0.2.36
13402025-09-19T18:20:30.129Z Compiling futures-task v0.3.31
13412025-09-19T18:20:30.438Z Compiling futures-io v0.3.31
13422025-09-19T18:20:30.519Z Compiling lazy_static v1.5.0
13432025-09-19T18:20:30.535Z Compiling minimal-lexical v0.2.1
13442025-09-19T18:20:30.663Z Compiling libloading v0.8.5
13452025-09-19T18:20:30.708Z Compiling base64ct v1.6.0
13462025-09-19T18:20:31.036Z Compiling nom v7.1.3
13472025-09-19T18:20:31.057Z Compiling home v0.5.9
13482025-09-19T18:20:31.276Z Compiling bindgen v0.69.5
13492025-09-19T18:20:31.279Z Compiling pem-rfc7468 v0.7.0
13502025-09-19T18:20:31.635Z Compiling regex-automata v0.4.8
13512025-09-19T18:20:31.903Z Compiling synstructure v0.13.1
13522025-09-19T18:20:32.489Z Compiling itertools v0.12.1
13532025-09-19T18:20:33.390Z Compiling lazycell v1.3.0
13542025-09-19T18:20:33.582Z Compiling rustc-hash v1.1.0
13552025-09-19T18:20:33.752Z Compiling flagset v0.4.6
13562025-09-19T18:20:33.774Z Compiling cmake v0.1.51
13572025-09-19T18:20:33.984Z Compiling cexpr v0.6.0
13582025-09-19T18:20:34.261Z Compiling fs_extra v1.3.0
13592025-09-19T18:20:34.618Z Compiling dunce v1.0.5
13602025-09-19T18:20:34.771Z Compiling form_urlencoded v1.2.2
13612025-09-19T18:20:34.791Z Compiling vcpkg v0.2.15
13622025-09-19T18:20:34.816Z Compiling paste v1.0.15
13632025-09-19T18:20:35.094Z Compiling iana-time-zone v0.1.63
13642025-09-19T18:20:35.326Z Compiling ring v0.17.14
13652025-09-19T18:20:35.464Z Compiling tracing-core v0.1.32
13662025-09-19T18:20:35.484Z Compiling aws-lc-rs v1.12.4
13672025-09-19T18:20:35.935Z Compiling base64 v0.22.1
13682025-09-19T18:20:36.426Z Compiling openssl-sys v0.9.109
13692025-09-19T18:20:36.497Z Compiling rustls-pki-types v1.10.0
13702025-09-19T18:20:36.607Z Compiling rustversion v1.0.17
13712025-09-19T18:20:36.627Z Compiling tinyvec_macros v0.1.1
13722025-09-19T18:20:36.738Z Compiling httparse v1.9.5
13732025-09-19T18:20:36.770Z Compiling serde_derive v1.0.223
13742025-09-19T18:20:37.243Z Compiling zeroize_derive v1.4.2
13752025-09-19T18:20:37.372Z Compiling zerofrom-derive v0.1.4
13762025-09-19T18:20:37.400Z Compiling yoke-derive v0.7.4
13772025-09-19T18:20:37.464Z Compiling zerovec-derive v0.10.3
13782025-09-19T18:20:38.633Z Compiling zeroize v1.8.1
13792025-09-19T18:20:39.826Z Compiling displaydoc v0.2.5
13802025-09-19T18:20:39.967Z Compiling zerocopy-derive v0.7.35
13812025-09-19T18:20:40.409Z Compiling crypto-common v0.1.6
13822025-09-19T18:20:40.623Z Compiling block-buffer v0.10.4
13832025-09-19T18:20:40.768Z Compiling zerofrom v0.1.4
13842025-09-19T18:20:40.906Z Compiling digest v0.10.7
13852025-09-19T18:20:40.992Z Compiling yoke v0.7.4
13862025-09-19T18:20:41.226Z Compiling tokio-macros v2.5.0
13872025-09-19T18:20:41.336Z Compiling zerovec v0.10.4
13882025-09-19T18:20:41.377Z Compiling hmac v0.12.1
13892025-09-19T18:20:41.568Z Compiling icu_provider_macros v1.5.0
13902025-09-19T18:20:41.641Z Compiling block-padding v0.3.3
13912025-09-19T18:20:41.749Z Compiling zerocopy v0.7.35
13922025-09-19T18:20:41.899Z Compiling futures-macro v0.3.31
13932025-09-19T18:20:41.970Z Compiling inout v0.1.3
13942025-09-19T18:20:42.059Z Compiling sha2 v0.10.9
13952025-09-19T18:20:42.280Z Compiling cipher v0.4.4
13962025-09-19T18:20:42.601Z Compiling regex v1.11.1
13972025-09-19T18:20:42.659Z Compiling der_derive v0.7.3
13982025-09-19T18:20:42.823Z Compiling thiserror-impl v1.0.69
13992025-09-19T18:20:43.081Z Compiling tinystr v0.7.6
14002025-09-19T18:20:43.364Z Compiling icu_collections v1.5.0
14012025-09-19T18:20:43.491Z Compiling icu_locid v1.5.0
14022025-09-19T18:20:43.609Z Compiling ppv-lite86 v0.2.20
14032025-09-19T18:20:43.792Z Compiling futures-util v0.3.31
14042025-09-19T18:20:43.960Z Compiling serde v1.0.223
14052025-09-19T18:20:44.378Z Compiling salsa20 v0.10.2
14062025-09-19T18:20:44.621Z Compiling icu_provider v1.5.0
14072025-09-19T18:20:44.625Z Compiling pbkdf2 v0.12.2
14082025-09-19T18:20:44.845Z Compiling scrypt v0.11.0
14092025-09-19T18:20:44.914Z Compiling der v0.7.9
14102025-09-19T18:20:45.152Z Compiling bitflags v2.9.1
14112025-09-19T18:20:45.278Z Compiling bytes v1.10.1
14122025-09-19T18:20:45.415Z Compiling semver v1.0.26
14132025-09-19T18:20:45.570Z Compiling icu_locid_transform v1.5.0
14142025-09-19T18:20:45.593Z Compiling indexmap v2.11.0
14152025-09-19T18:20:45.814Z Compiling thiserror v1.0.69
14162025-09-19T18:20:45.982Z Compiling rustc_version v0.4.1
14172025-09-19T18:20:46.074Z Compiling aes v0.8.4
14182025-09-19T18:20:46.674Z Compiling tokio v1.47.0
14192025-09-19T18:20:46.703Z Compiling http v1.3.1
14202025-09-19T18:20:47.034Z Compiling icu_properties v1.5.1
14212025-09-19T18:20:47.697Z Compiling spki v0.7.3
14222025-09-19T18:20:47.841Z Compiling cbc v0.1.2
14232025-09-19T18:20:48.108Z Compiling pkcs5 v0.7.1
14242025-09-19T18:20:48.140Z Compiling pest v2.7.14
14252025-09-19T18:20:48.787Z Compiling chrono v0.4.41
14262025-09-19T18:20:48.807Z Compiling uuid v1.18.1
14272025-09-19T18:20:49.162Z Compiling which v4.4.2
14282025-09-19T18:20:49.300Z Compiling tracing-attributes v0.1.27
14292025-09-19T18:20:50.190Z Compiling pkcs8 v0.10.2
14302025-09-19T18:20:50.393Z Compiling http-body v1.0.1
14312025-09-19T18:20:50.669Z Compiling icu_normalizer v1.5.0
14322025-09-19T18:20:50.828Z Compiling pest_meta v2.7.14
14332025-09-19T18:20:51.067Z Compiling scroll_derive v0.12.0
14342025-09-19T18:20:51.581Z Compiling idna_adapter v1.2.0
14352025-09-19T18:20:51.832Z Compiling idna v1.0.3
14362025-09-19T18:20:52.005Z Compiling tinyvec v1.8.0
14372025-09-19T18:20:52.344Z Compiling pest_generator v2.7.14
14382025-09-19T18:20:52.466Z Compiling url v2.5.4
14392025-09-19T18:20:52.560Z Compiling tracing v0.1.40
14402025-09-19T18:20:53.055Z Compiling scroll v0.12.0
14412025-09-19T18:20:53.303Z Compiling serde_derive_internals v0.29.1
14422025-09-19T18:20:53.440Z Compiling rand_core v0.9.3
14432025-09-19T18:20:53.615Z Compiling bzip2-sys v0.1.13+1.0.8
14442025-09-19T18:20:53.967Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14452025-09-19T18:20:54.124Z Compiling powerfmt v0.2.0
14462025-09-19T18:20:54.146Z Compiling foreign-types-shared v0.1.1
14472025-09-19T18:20:54.212Z Compiling num-conv v0.1.0
14482025-09-19T18:20:54.276Z Compiling time-core v0.1.2
14492025-09-19T18:20:54.468Z Compiling try-lock v0.2.5
14502025-09-19T18:20:54.512Z Compiling tower-service v0.3.3
14512025-09-19T18:20:54.532Z Compiling untrusted v0.7.1
14522025-09-19T18:20:54.641Z Compiling schemars v0.8.22
14532025-09-19T18:20:54.668Z Compiling openssl v0.10.73
14542025-09-19T18:20:54.722Z Compiling adler2 v2.0.0
14552025-09-19T18:20:54.726Z Compiling atomic-waker v1.1.2
14562025-09-19T18:20:54.942Z Compiling untrusted v0.9.0
14572025-09-19T18:20:54.945Z Compiling openssl-probe v0.1.5
14582025-09-19T18:20:55.022Z Compiling tokio-util v0.7.15
14592025-09-19T18:20:55.045Z Compiling pest_derive v2.7.14
14602025-09-19T18:20:55.152Z Compiling miniz_oxide v0.8.5
14612025-09-19T18:20:55.258Z Compiling goblin v0.8.2
14622025-09-19T18:20:55.451Z Compiling schemars_derive v0.8.22
14632025-09-19T18:20:56.585Z Compiling h2 v0.4.6
14642025-09-19T18:20:57.308Z Compiling want v0.3.1
14652025-09-19T18:20:57.604Z Compiling time-macros v0.2.18
14662025-09-19T18:20:58.336Z Compiling deranged v0.3.11
14672025-09-19T18:20:59.306Z Compiling foreign-types v0.3.2
14682025-09-19T18:20:59.790Z Compiling rand_chacha v0.9.0
14692025-09-19T18:21:01.116Z Compiling ipnet v2.11.0
14702025-09-19T18:21:01.194Z Compiling openssl-macros v0.1.1
14712025-09-19T18:21:01.671Z Compiling dyn-clone v1.0.20
14722025-09-19T18:21:01.925Z Compiling syn v1.0.109
14732025-09-19T18:21:01.947Z Compiling zerocopy v0.8.26
14742025-09-19T18:21:02.243Z Compiling crossbeam-utils v0.8.21
14752025-09-19T18:21:02.274Z Compiling httpdate v1.0.3
14762025-09-19T18:21:02.518Z Compiling native-tls v0.2.12
14772025-09-19T18:21:02.680Z Compiling num_threads v0.1.7
14782025-09-19T18:21:02.733Z Compiling rustls v0.23.19
14792025-09-19T18:21:02.835Z Compiling time v0.3.36
14802025-09-19T18:21:03.033Z Compiling dof v0.3.0
14812025-09-19T18:21:03.872Z Compiling hyper v1.7.0
14822025-09-19T18:21:04.870Z Compiling rand v0.9.2
14832025-09-19T18:21:05.993Z Compiling dtrace-parser v0.2.0
14842025-09-19T18:21:06.153Z Compiling unicode-normalization v0.1.24
14852025-09-19T18:21:06.603Z Compiling heapless v0.7.17
14862025-09-19T18:21:07.074Z Compiling signature v2.2.0
14872025-09-19T18:21:07.151Z Compiling zerocopy-derive v0.8.26
14882025-09-19T18:21:07.238Z Compiling cookie v0.18.1
14892025-09-19T18:21:07.352Z Compiling crc32fast v1.4.2
14902025-09-19T18:21:07.410Z Compiling signal-hook v0.3.18
14912025-09-19T18:21:07.572Z Compiling unicode-bidi v0.3.17
14922025-09-19T18:21:07.673Z Compiling slog v2.7.0
14932025-09-19T18:21:07.720Z Compiling unicode-properties v0.1.3
14942025-09-19T18:21:07.889Z Compiling zlib-rs v0.5.1
14952025-09-19T18:21:08.193Z Compiling siphasher v0.3.11
14962025-09-19T18:21:08.273Z Compiling zstd-safe v7.2.3
14972025-09-19T18:21:08.539Z Compiling phf_shared v0.11.2
14982025-09-19T18:21:08.552Z Compiling stringprep v0.1.5
14992025-09-19T18:21:09.046Z Compiling usdt-impl v0.5.0
15002025-09-19T18:21:09.381Z Compiling hyper-util v0.1.16
15012025-09-19T18:21:10.275Z Compiling curve25519-dalek v4.1.3
15022025-09-19T18:21:10.517Z Compiling serde_spanned v0.6.9
15032025-09-19T18:21:10.765Z Compiling serde_tokenstream v0.2.2
15042025-09-19T18:21:10.947Z Compiling toml_datetime v0.6.11
15052025-09-19T18:21:11.013Z Compiling rand_chacha v0.3.1
15062025-09-19T18:21:11.368Z Compiling md-5 v0.10.6
15072025-09-19T18:21:11.447Z Compiling num-integer v0.1.46
15082025-09-19T18:21:11.636Z Compiling sync_wrapper v1.0.1
15092025-09-19T18:21:11.803Z Compiling hash32 v0.2.1
15102025-09-19T18:21:12.158Z Compiling ff v0.13.0
15112025-09-19T18:21:12.186Z Compiling memoffset v0.9.1
15122025-09-19T18:21:12.409Z Compiling gimli v0.31.1
15132025-09-19T18:21:12.536Z Compiling tower-layer v0.3.3
15142025-09-19T18:21:12.829Z Compiling psl-types v2.0.11
15152025-09-19T18:21:12.922Z Compiling cfg_aliases v0.2.1
15162025-09-19T18:21:13.037Z Compiling smoltcp v0.9.1
15172025-09-19T18:21:13.058Z Compiling num-bigint-dig v0.8.4
15182025-09-19T18:21:13.280Z Compiling newtype-uuid v1.2.4
15192025-09-19T18:21:13.442Z Compiling fallible-iterator v0.2.0
15202025-09-19T18:21:13.622Z Compiling base16ct v0.2.0
15212025-09-19T18:21:13.694Z Compiling litrs v0.4.1
15222025-09-19T18:21:13.813Z Compiling nix v0.29.0
15232025-09-19T18:21:13.928Z Compiling sec1 v0.7.3
15242025-09-19T18:21:14.064Z Compiling libz-rs-sys v0.5.1
15252025-09-19T18:21:14.367Z Compiling flate2 v1.1.2
15262025-09-19T18:21:14.462Z Compiling postgres-protocol v0.6.8
15272025-09-19T18:21:14.663Z Compiling publicsuffix v2.3.0
15282025-09-19T18:21:14.733Z Compiling document-features v0.2.11
15292025-09-19T18:21:14.932Z Compiling tower v0.5.2
15302025-09-19T18:21:15.126Z Compiling group v0.13.0
15312025-09-19T18:21:15.448Z Compiling num-iter v0.1.45
15322025-09-19T18:21:15.609Z Compiling rand v0.8.5
15332025-09-19T18:21:15.788Z Compiling tokio-native-tls v0.3.1
15342025-09-19T18:21:16.262Z Compiling ipnetwork v0.21.1
15352025-09-19T18:21:16.869Z Compiling addr2line v0.24.2
15362025-09-19T18:21:16.912Z Compiling strum_macros v0.27.1
15372025-09-19T18:21:16.936Z Compiling rustls-native-certs v0.8.1
15382025-09-19T18:21:16.958Z Compiling http-body-util v0.1.3
15392025-09-19T18:21:17.076Z Compiling terminal_size v0.4.0
15402025-09-19T18:21:17.319Z Compiling hkdf v0.12.4
15412025-09-19T18:21:17.438Z Compiling crypto-bigint v0.5.5
15422025-09-19T18:21:17.469Z Compiling webpki-roots v1.0.1
15432025-09-19T18:21:17.539Z Compiling async-trait v0.1.89
15442025-09-19T18:21:17.561Z Compiling thiserror-impl v2.0.16
15452025-09-19T18:21:17.583Z Compiling curve25519-dalek-derive v0.1.1
15462025-09-19T18:21:17.693Z Compiling ahash v0.8.12
15472025-09-19T18:21:18.070Z Compiling object v0.36.5
15482025-09-19T18:21:19.006Z Compiling fs-err v3.1.1
15492025-09-19T18:21:19.363Z Compiling rustc-demangle v0.1.24
15502025-09-19T18:21:20.007Z Compiling bitflags v1.3.2
15512025-09-19T18:21:20.118Z Compiling iri-string v0.7.8
15522025-09-19T18:21:20.201Z Compiling rustix v1.0.7
15532025-09-19T18:21:20.681Z Compiling winnow v0.5.40
15542025-09-19T18:21:20.876Z Compiling hubpack_derive v0.1.1
15552025-09-19T18:21:20.901Z Compiling managed v0.8.0
15562025-09-19T18:21:21.358Z Compiling simd-adler32 v0.3.7
15572025-09-19T18:21:21.664Z Compiling anyhow v1.0.99
15582025-09-19T18:21:21.772Z Compiling lockfree-object-pool v0.1.6
15592025-09-19T18:21:21.927Z Compiling buf-list v1.0.3
15602025-09-19T18:21:22.063Z Compiling bumpalo v3.16.0
15612025-09-19T18:21:22.282Z Compiling clap_builder v4.5.41
15622025-09-19T18:21:22.539Z Compiling zopfli v0.8.1
15632025-09-19T18:21:23.054Z Compiling tower-http v0.6.6
15642025-09-19T18:21:23.276Z Compiling hubpack v0.1.2
15652025-09-19T18:21:23.723Z Compiling strum v0.27.2
15662025-09-19T18:21:23.895Z Compiling toml_edit v0.19.15
15672025-09-19T18:21:24.120Z Compiling thiserror v2.0.16
15682025-09-19T18:21:24.140Z Compiling elliptic-curve v0.13.8
15692025-09-19T18:21:24.413Z Compiling hyper-tls v0.6.0
15702025-09-19T18:21:24.848Z Compiling backtrace v0.3.74
15712025-09-19T18:21:25.038Z Compiling oxnet v0.1.3
15722025-09-19T18:21:25.810Z Compiling signal-hook-mio v0.2.4
15732025-09-19T18:21:25.851Z Compiling cookie_store v0.21.1
15742025-09-19T18:21:26.062Z Compiling zstd v0.13.3
15752025-09-19T18:21:26.568Z Compiling postgres-types v0.2.9
15762025-09-19T18:21:27.672Z Compiling usdt-macro v0.5.0
15772025-09-19T18:21:27.812Z Compiling usdt-attr-macro v0.5.0
15782025-09-19T18:21:27.834Z Compiling phf v0.11.2
15792025-09-19T18:21:28.139Z Compiling ed25519 v2.2.3
15802025-09-19T18:21:29.099Z Compiling bzip2 v0.5.2
15812025-09-19T18:21:29.371Z Compiling bzip2 v0.4.4
15822025-09-19T18:21:29.497Z Compiling strum_macros v0.26.4
15832025-09-19T18:21:29.777Z Compiling pkcs1 v0.7.5
15842025-09-19T18:21:29.900Z Compiling serde-big-array v0.5.1
15852025-09-19T18:21:30.008Z Compiling serde_urlencoded v0.7.1
15862025-09-19T18:21:30.162Z Compiling rfc6979 v0.4.0
15872025-09-19T18:21:30.380Z Compiling bstr v1.10.0
15882025-09-19T18:21:30.520Z Compiling clap_derive v4.5.41
15892025-09-19T18:21:30.523Z Compiling serde_repr v0.1.19
15902025-09-19T18:21:30.643Z Compiling enum-as-inner v0.6.1
15912025-09-19T18:21:31.671Z Compiling daft-derive v0.1.4
15922025-09-19T18:21:31.739Z Compiling float-cmp v0.10.0
15932025-09-19T18:21:31.761Z Compiling socket2 v0.5.10
15942025-09-19T18:21:31.889Z Compiling encoding_rs v0.8.34
15952025-09-19T18:21:31.988Z Compiling difflib v0.4.0
15962025-09-19T18:21:32.646Z Compiling unicode-segmentation v1.12.0
15972025-09-19T18:21:33.240Z Compiling fixedbitset v0.4.2
15982025-09-19T18:21:33.302Z Compiling mime v0.3.17
15992025-09-19T18:21:33.568Z Compiling predicates-core v1.0.8
16002025-09-19T18:21:33.699Z Compiling precomputed-hash v0.1.1
16012025-09-19T18:21:33.832Z Compiling new_debug_unreachable v1.0.6
16022025-09-19T18:21:33.855Z Compiling static_assertions v1.1.0
16032025-09-19T18:21:33.895Z Compiling data-encoding v2.9.0
16042025-09-19T18:21:33.918Z Compiling whoami v1.5.2
16052025-09-19T18:21:33.939Z Compiling normalize-line-endings v0.3.0
16062025-09-19T18:21:33.980Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16072025-09-19T18:21:34.090Z Compiling predicates v3.1.3
16082025-09-19T18:21:34.472Z Compiling tokio-postgres v0.7.13
16092025-09-19T18:21:34.852Z Compiling clap v4.5.41
16102025-09-19T18:21:34.981Z Compiling hickory-proto v0.25.2
16112025-09-19T18:21:35.516Z Compiling string_cache v0.8.9
16122025-09-19T18:21:35.599Z Compiling strum v0.26.3
16132025-09-19T18:21:35.621Z Compiling toml_edit v0.22.27
16142025-09-19T18:21:35.812Z Compiling petgraph v0.6.5
16152025-09-19T18:21:35.915Z Compiling similar v2.7.0
16162025-09-19T18:21:37.767Z Compiling daft v0.1.4
16172025-09-19T18:21:37.937Z Compiling usdt v0.5.0
16182025-09-19T18:21:38.345Z Compiling ecdsa v0.16.9
16192025-09-19T18:21:38.480Z Compiling rsa v0.9.6
16202025-09-19T18:21:39.215Z Compiling zip v0.6.6
16212025-09-19T18:21:39.448Z Compiling zip v4.2.0
16222025-09-19T18:21:39.705Z Compiling ed25519-dalek v2.1.1
16232025-09-19T18:21:40.494Z Compiling toml v0.7.8
16242025-09-19T18:21:41.084Z Compiling crossterm v0.28.1
16252025-09-19T18:21:42.431Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16262025-09-19T18:21:42.853Z Compiling crossbeam-epoch v0.9.18
16272025-09-19T18:21:42.944Z Compiling tokio-stream v0.1.17
16282025-09-19T18:21:43.124Z Compiling x509-cert v0.2.5
16292025-09-19T18:21:43.565Z Compiling openapiv3 v2.2.0
16302025-09-19T18:21:43.915Z Compiling sha1 v0.10.6
16312025-09-19T18:21:44.224Z Compiling itertools v0.10.5
16322025-09-19T18:21:44.333Z Compiling itertools v0.13.0
16332025-09-19T18:21:45.390Z Compiling winnow v0.6.26
16342025-09-19T18:21:45.956Z Compiling peg-runtime v0.8.5
16352025-09-19T18:21:46.380Z Compiling lalrpop-util v0.19.12
16362025-09-19T18:21:46.515Z Compiling rustc-hash v2.1.1
16372025-09-19T18:21:46.725Z Compiling thread_local v1.1.8
16382025-09-19T18:21:46.728Z Compiling slog-async v2.8.0
16392025-09-19T18:21:46.768Z Compiling crossbeam-channel v0.5.15
16402025-09-19T18:21:47.190Z Compiling xattr v1.3.1
16412025-09-19T18:21:47.245Z Compiling futures-executor v0.3.31
16422025-09-19T18:21:47.344Z Compiling is-terminal v0.4.13
16432025-09-19T18:21:47.400Z Compiling filetime v0.2.25
16442025-09-19T18:21:47.449Z Compiling term v1.1.0
16452025-09-19T18:21:47.469Z Compiling take_mut v0.2.2
16462025-09-19T18:21:47.636Z Compiling tar v0.4.44
16472025-09-19T18:21:47.730Z Compiling futures v0.3.31
16482025-09-19T18:21:48.682Z Compiling slog-term v2.9.2
16492025-09-19T18:21:51.993Z Compiling aws-lc-sys v0.26.0
16502025-09-19T18:22:21.818Z Compiling rustls-webpki v0.102.8
16512025-09-19T18:22:26.280Z Compiling tokio-rustls v0.26.0
16522025-09-19T18:22:26.533Z Compiling hyper-rustls v0.27.7
16532025-09-19T18:22:26.871Z Compiling reqwest v0.12.22
16542025-09-19T18:22:30.237Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16552025-09-19T18:22:30.528Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16562025-09-19T18:22:35.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
16572025-09-19T18:22:35.211Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16582025-09-19T18:22:35.265ZSep 19 18:22:34.245 INFO Starting download, target: Cockroach
16592025-09-19T18:22:35.269ZSep 19 18:22:34.246 INFO Starting download, target: Clickhouse
16602025-09-19T18:22:35.269ZSep 19 18:22:34.246 INFO Starting download, target: Console
16612025-09-19T18:22:35.269ZSep 19 18:22:34.246 INFO Starting download, target: DendriteStub
16622025-09-19T18:22:35.269ZSep 19 18:22:34.246 INFO Starting download, target: MaghemiteMgd
16632025-09-19T18:22:35.269ZSep 19 18:22:34.246 INFO Starting download, target: TransceiverControl
16642025-09-19T18:22:35.269ZSep 19 18:22:34.247 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16652025-09-19T18:22:35.269ZSep 19 18:22:34.247 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16662025-09-19T18:22:35.269ZSep 19 18:22:34.247 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16672025-09-19T18:22:35.269ZSep 19 18:22:34.247 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16682025-09-19T18:22:35.269ZSep 19 18:22:34.247 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16692025-09-19T18:22:35.269ZSep 19 18:22:34.247 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16702025-09-19T18:22:35.553ZSep 19 18:22:34.521 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16712025-09-19T18:22:35.775ZSep 19 18:22:34.742 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16722025-09-19T18:22:35.972ZSep 19 18:22:34.946 INFO Download complete, target: TransceiverControl
16732025-09-19T18:22:36.160ZSep 19 18:22:35.120 INFO Download complete, target: Console
16742025-09-19T18:22:37.799ZSep 19 18:22:36.630 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16752025-09-19T18:22:37.975ZSep 19 18:22:36.868 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16762025-09-19T18:22:38.140ZSep 19 18:22:36.969 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16772025-09-19T18:22:38.140ZSep 19 18:22:36.969 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16782025-09-19T18:22:38.749ZSep 19 18:22:37.632 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16792025-09-19T18:22:42.289ZSep 19 18:22:41.269 INFO Download complete, target: MaghemiteMgd
16802025-09-19T18:22:43.298ZSep 19 18:22:42.221 INFO Download complete, target: DendriteStub
16812025-09-19T18:22:45.469ZSep 19 18:22:44.420 INFO Checking that binary works, target: Cockroach
16822025-09-19T18:22:45.579ZSep 19 18:22:44.553 INFO Download complete, target: Cockroach
16832025-09-19T18:22:48.717ZSep 19 18:22:47.697 INFO Checking that binary works, target: Clickhouse
16842025-09-19T18:22:48.911ZSep 19 18:22:47.891 INFO Download complete, target: Clickhouse
16852025-09-19T18:22:48.917ZAll prerequisites installed successfully
16862025-09-19T18:22:48.920Z
16872025-09-19T18:22:48.921Zreal 4:46.959881709
16882025-09-19T18:22:48.921Zuser 16:24.452609967
16892025-09-19T18:22:48.921Zsys 2:19.252930899
16902025-09-19T18:22:48.921Ztrap 0.597345320
16912025-09-19T18:22:48.921Ztflt 1.246678091
16922025-09-19T18:22:48.921Zdflt 1.355468994
16932025-09-19T18:22:48.921Zkflt 0.091997888
16942025-09-19T18:22:48.921Zlock 37:54.560169702
16952025-09-19T18:22:48.921Zslp 59:56.753612675
16962025-09-19T18:22:48.921Zlat 1:14.809267758
16972025-09-19T18:22:48.921Zstop 2:55.264803993
16982025-09-19T18:22:48.921Z+ ptime -m cargo xtask download softnpu
16992025-09-19T18:22:49.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17002025-09-19T18:22:49.703Z Running `target/debug/xtask download softnpu`
17012025-09-19T18:22:50.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
17022025-09-19T18:22:50.805Z Running `target/debug/xtask-downloader softnpu`
17032025-09-19T18:22:50.848ZSep 19 18:22:49.827 INFO Starting download, target: Softnpu
17042025-09-19T18:22:50.851ZSep 19 18:22:49.827 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17052025-09-19T18:22:51.493ZSep 19 18:22:50.469 INFO Download complete, target: Softnpu
17062025-09-19T18:22:51.501Z
17072025-09-19T18:22:51.501Zreal 2.568908058
17082025-09-19T18:22:51.501Zuser 1.592357375
17092025-09-19T18:22:51.501Zsys 0.677189337
17102025-09-19T18:22:51.501Ztrap 0.002798411
17112025-09-19T18:22:51.501Ztflt 0.000133221
17122025-09-19T18:22:51.501Zdflt 0.000189577
17132025-09-19T18:22:51.501Zkflt 0.000000000
17142025-09-19T18:22:51.501Zlock 6.886963465
17152025-09-19T18:22:51.501Zslp 0.531613869
17162025-09-19T18:22:51.501Zlat 0.102090794
17172025-09-19T18:22:51.501Zstop 0.000162528
17182025-09-19T18:22:51.501Z+ export CARGO_INCREMENTAL=0
17192025-09-19T18:22:51.501Z+ CARGO_INCREMENTAL=0
17202025-09-19T18:22:51.501Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17212025-09-19T18:22:52.781Z Compiling proc-macro2 v1.0.101
17222025-09-19T18:22:52.781Z Compiling unicode-ident v1.0.18
17232025-09-19T18:22:52.781Z Compiling libc v0.2.174
17242025-09-19T18:22:52.784Z Compiling serde_core v1.0.223
17252025-09-19T18:22:52.784Z Compiling serde v1.0.223
17262025-09-19T18:22:52.784Z Compiling autocfg v1.4.0
17272025-09-19T18:22:52.784Z Compiling cfg-if v1.0.1
17282025-09-19T18:22:52.784Z Compiling version_check v0.9.5
17292025-09-19T18:22:53.239Z Compiling memchr v2.7.4
17302025-09-19T18:22:53.273Z Compiling shlex v1.3.0
17312025-09-19T18:22:53.637Z Compiling lock_api v0.4.12
17322025-09-19T18:22:53.652Z Compiling portable-atomic v1.11.0
17332025-09-19T18:22:53.978Z Compiling typenum v1.17.0
17342025-09-19T18:22:54.471Z Compiling generic-array v0.14.7
17352025-09-19T18:22:54.492Z Compiling value-bag v1.9.0
17362025-09-19T18:22:54.807Z Compiling jobserver v0.1.32
17372025-09-19T18:22:54.865Z Compiling quote v1.0.40
17382025-09-19T18:22:55.069Z Compiling log v0.4.27
17392025-09-19T18:22:55.197Z Compiling libm v0.2.8
17402025-09-19T18:22:55.316Z Compiling syn v2.0.106
17412025-09-19T18:22:55.431Z Compiling cc v1.2.30
17422025-09-19T18:22:55.495Z Compiling getrandom v0.3.1
17432025-09-19T18:22:55.540Z Compiling num-traits v0.2.19
17442025-09-19T18:22:55.763Z Compiling serde_json v1.0.145
17452025-09-19T18:22:55.870Z Compiling parking_lot_core v0.9.10
17462025-09-19T18:22:56.075Z Compiling semver v1.0.26
17472025-09-19T18:22:56.128Z Compiling scopeguard v1.2.0
17482025-09-19T18:22:56.278Z Compiling smallvec v1.15.1
17492025-09-19T18:22:56.582Z Compiling pkg-config v0.3.31
17502025-09-19T18:22:56.792Z Compiling getrandom v0.2.15
17512025-09-19T18:22:56.811Z Compiling itoa v1.0.11
17522025-09-19T18:22:57.495Z Compiling aho-corasick v1.1.3
17532025-09-19T18:22:57.512Z Compiling rustix v0.38.37
17542025-09-19T18:22:57.512Z Compiling regex-syntax v0.8.5
17552025-09-19T18:22:58.337Z Compiling either v1.15.0
17562025-09-19T18:22:58.619Z Compiling stable_deref_trait v1.2.0
17572025-09-19T18:22:58.761Z Compiling critical-section v1.1.3
17582025-09-19T18:22:58.766Z Compiling slab v0.4.9
17592025-09-19T18:22:58.977Z Compiling errno v0.3.12
17602025-09-19T18:22:59.168Z Compiling spin v0.9.8
17612025-09-19T18:22:59.232Z Compiling equivalent v1.0.2
17622025-09-19T18:22:59.251Z Compiling foldhash v0.1.5
17632025-09-19T18:22:59.370Z Compiling allocator-api2 v0.2.21
17642025-09-19T18:22:59.398Z Compiling rand_core v0.6.4
17652025-09-19T18:22:59.776Z Compiling once_cell v1.21.3
17662025-09-19T18:22:59.882Z Compiling glob v0.3.2
17672025-09-19T18:23:00.047Z Compiling hashbrown v0.15.4
17682025-09-19T18:23:00.487Z Compiling prettyplease v0.2.36
17692025-09-19T18:23:00.534Z Compiling ryu v1.0.18
17702025-09-19T18:23:00.570Z Compiling clang-sys v1.8.1
17712025-09-19T18:23:00.837Z Compiling pin-project-lite v0.2.14
17722025-09-19T18:23:01.005Z Compiling regex-automata v0.4.8
17732025-09-19T18:23:01.185Z Compiling subtle v2.6.1
17742025-09-19T18:23:01.346Z Compiling lazy_static v1.5.0
17752025-09-19T18:23:01.560Z Compiling litemap v0.7.3
17762025-09-19T18:23:01.617Z Compiling schemars v0.8.22
17772025-09-19T18:23:01.726Z Compiling writeable v0.5.5
17782025-09-19T18:23:02.009Z Compiling minimal-lexical v0.2.1
17792025-09-19T18:23:02.485Z Compiling synstructure v0.13.1
17802025-09-19T18:23:02.507Z Compiling nom v7.1.3
17812025-09-19T18:23:02.670Z Compiling serde_derive_internals v0.29.1
17822025-09-19T18:23:03.601Z Compiling libloading v0.8.5
17832025-09-19T18:23:03.624Z Compiling bindgen v0.69.5
17842025-09-19T18:23:04.061Z Compiling home v0.5.9
17852025-09-19T18:23:04.084Z Compiling percent-encoding v2.3.2
17862025-09-19T18:23:04.148Z Compiling thiserror v1.0.69
17872025-09-19T18:23:04.725Z Compiling itertools v0.12.1
17882025-09-19T18:23:05.742Z Compiling cexpr v0.6.0
17892025-09-19T18:23:05.901Z Compiling rustc-hash v1.1.0
17902025-09-19T18:23:06.044Z Compiling serde_derive v1.0.223
17912025-09-19T18:23:06.087Z Compiling zeroize_derive v1.4.2
17922025-09-19T18:23:07.076Z Compiling zerofrom-derive v0.1.4
17932025-09-19T18:23:07.166Z Compiling yoke-derive v0.7.4
17942025-09-19T18:23:07.417Z Compiling zerovec-derive v0.10.3
17952025-09-19T18:23:07.556Z Compiling displaydoc v0.2.5
17962025-09-19T18:23:08.949Z Compiling icu_provider_macros v1.5.0
17972025-09-19T18:23:09.246Z Compiling tokio-macros v2.5.0
17982025-09-19T18:23:09.415Z Compiling zeroize v1.8.1
17992025-09-19T18:23:09.791Z Compiling regex v1.11.1
18002025-09-19T18:23:09.878Z Compiling zerocopy-derive v0.7.35
18012025-09-19T18:23:09.900Z Compiling zerofrom v0.1.4
18022025-09-19T18:23:09.932Z Compiling futures-macro v0.3.31
18032025-09-19T18:23:10.139Z Compiling yoke v0.7.4
18042025-09-19T18:23:10.511Z Compiling zerovec v0.10.4
18052025-09-19T18:23:10.664Z Compiling schemars_derive v0.8.22
18062025-09-19T18:23:10.822Z Compiling icu_locid_transform_data v1.5.0
18072025-09-19T18:23:11.226Z Compiling lazycell v1.3.0
18082025-09-19T18:23:11.612Z Compiling thiserror-impl v1.0.69
18092025-09-19T18:23:11.635Z Compiling cmake v0.1.51
18102025-09-19T18:23:12.382Z Compiling signal-hook-registry v1.4.2
18112025-09-19T18:23:12.406Z Compiling byteorder v1.5.0
18122025-09-19T18:23:12.917Z Compiling tinystr v0.7.6
18132025-09-19T18:23:12.982Z Compiling icu_collections v1.5.0
18142025-09-19T18:23:13.269Z Compiling icu_locid v1.5.0
18152025-09-19T18:23:13.327Z Compiling paste v1.0.15
18162025-09-19T18:23:13.494Z Compiling fnv v1.0.7
18172025-09-19T18:23:13.656Z Compiling bitflags v2.9.1
18182025-09-19T18:23:13.779Z Compiling bytes v1.10.1
18192025-09-19T18:23:13.803Z Compiling fs_extra v1.3.0
18202025-09-19T18:23:14.230Z Compiling icu_properties_data v1.5.0
18212025-09-19T18:23:14.327Z Compiling dunce v1.0.5
18222025-09-19T18:23:14.595Z Compiling icu_provider v1.5.0
18232025-09-19T18:23:15.087Z Compiling parking_lot v0.12.3
18242025-09-19T18:23:15.775Z Compiling icu_locid_transform v1.5.0
18252025-09-19T18:23:16.145Z Compiling mio v1.0.2
18262025-09-19T18:23:17.047Z Compiling icu_properties v1.5.1
18272025-09-19T18:23:17.098Z Compiling write16 v1.0.0
18282025-09-19T18:23:17.183Z Compiling utf8_iter v1.0.4
18292025-09-19T18:23:17.248Z Compiling icu_normalizer_data v1.5.0
18302025-09-19T18:23:17.378Z Compiling utf16_iter v1.0.5
18312025-09-19T18:23:17.500Z Compiling heck v0.5.0
18322025-09-19T18:23:17.628Z Compiling crypto-common v0.1.6
18332025-09-19T18:23:17.817Z Compiling which v4.4.2
18342025-09-19T18:23:17.904Z Compiling socket2 v0.6.0
18352025-09-19T18:23:18.919Z Compiling const-oid v0.9.6
18362025-09-19T18:23:19.647Z Compiling tokio v1.47.0
18372025-09-19T18:23:20.498Z Compiling indexmap v2.11.0
18382025-09-19T18:23:20.518Z Compiling form_urlencoded v1.2.2
18392025-09-19T18:23:23.758Z Compiling icu_normalizer v1.5.0
18402025-09-19T18:23:23.822Z Compiling ring v0.17.14
18412025-09-19T18:23:23.822Z Compiling idna_adapter v1.2.0
18422025-09-19T18:23:23.822Z Compiling idna v1.0.3
18432025-09-19T18:23:23.822Z Compiling der_derive v0.7.3
18442025-09-19T18:23:23.822Z Compiling tracing-attributes v0.1.27
18452025-09-19T18:23:23.822Z Compiling thiserror v2.0.16
18462025-09-19T18:23:23.822Z Compiling vcpkg v0.2.15
18472025-09-19T18:23:23.881Z Compiling aws-lc-rs v1.12.4
18482025-09-19T18:23:24.527Z Compiling openssl-sys v0.9.109
18492025-09-19T18:23:24.967Z Compiling url v2.5.4
18502025-09-19T18:23:25.885Z Compiling block-buffer v0.10.4
18512025-09-19T18:23:26.151Z Compiling futures-core v0.3.31
18522025-09-19T18:23:26.484Z Compiling digest v0.10.7
18532025-09-19T18:23:26.554Z Compiling thiserror-impl v2.0.16
18542025-09-19T18:23:27.447Z Compiling httparse v1.9.5
18552025-09-19T18:23:28.000Z Compiling zerocopy v0.7.35
18562025-09-19T18:23:28.341Z Compiling iana-time-zone v0.1.63
18572025-09-19T18:23:28.961Z Compiling chrono v0.4.41
18582025-09-19T18:23:29.487Z Compiling aws-lc-sys v0.26.0
18592025-09-19T18:23:29.509Z Compiling uuid v1.18.1
18602025-09-19T18:23:29.943Z Compiling syn v1.0.109
18612025-09-19T18:23:30.852Z Compiling futures-sink v0.3.31
18622025-09-19T18:23:30.970Z Compiling num-conv v0.1.0
18632025-09-19T18:23:31.057Z Compiling time-core v0.1.2
18642025-09-19T18:23:31.261Z Compiling futures-channel v0.3.31
18652025-09-19T18:23:31.283Z Compiling time-macros v0.2.18
18662025-09-19T18:23:33.168Z Compiling futures-task v0.3.31
18672025-09-19T18:23:33.503Z Compiling strsim v0.11.1
18682025-09-19T18:23:33.870Z Compiling futures-io v0.3.31
18692025-09-19T18:23:33.964Z Compiling openssl v0.10.73
18702025-09-19T18:23:34.024Z Compiling cpufeatures v0.2.14
18712025-09-19T18:23:34.137Z Compiling pin-utils v0.1.0
18722025-09-19T18:23:34.269Z Compiling futures-util v0.3.31
18732025-09-19T18:23:34.419Z Compiling hmac v0.12.1
18742025-09-19T18:23:34.556Z Compiling rustc_version v0.4.1
18752025-09-19T18:23:34.666Z Compiling serde_tokenstream v0.2.2
18762025-09-19T18:23:35.095Z Compiling zerocopy v0.8.26
18772025-09-19T18:23:35.434Z Compiling block-padding v0.3.3
18782025-09-19T18:23:35.700Z Compiling scroll_derive v0.12.0
18792025-09-19T18:23:35.869Z Compiling openssl-macros v0.1.1
18802025-09-19T18:23:36.653Z Compiling rustls v0.23.19
18812025-09-19T18:23:36.994Z Compiling dyn-clone v1.0.20
18822025-09-19T18:23:37.017Z Compiling ucd-trie v0.1.7
18832025-09-19T18:23:37.143Z Compiling crossbeam-utils v0.8.21
18842025-09-19T18:23:37.247Z Compiling native-tls v0.2.12
18852025-09-19T18:23:37.280Z Compiling pest v2.7.14
18862025-09-19T18:23:37.640Z Compiling inout v0.1.3
18872025-09-19T18:23:37.676Z Compiling zerocopy-derive v0.8.26
18882025-09-19T18:23:40.113Z Compiling pest_meta v2.7.14
18892025-09-19T18:23:40.522Z Compiling cipher v0.4.4
18902025-09-19T18:23:40.589Z Compiling sha2 v0.10.9
18912025-09-19T18:23:41.452Z Compiling http v1.3.1
18922025-09-19T18:23:42.478Z Compiling cookie v0.18.1
18932025-09-19T18:23:42.500Z Compiling base64ct v1.6.0
18942025-09-19T18:23:42.946Z Compiling rustversion v1.0.17
18952025-09-19T18:23:43.378Z Compiling pem-rfc7468 v0.7.0
18962025-09-19T18:23:43.594Z Compiling pest_generator v2.7.14
18972025-09-19T18:23:43.907Z Compiling zstd-sys v2.0.14+zstd.1.5.7
18982025-09-19T18:23:44.605Z Compiling bzip2-sys v0.1.13+1.0.8
18992025-09-19T18:23:45.119Z Compiling anyhow v1.0.99
19002025-09-19T18:23:45.147Z Compiling slog v2.7.0
19012025-09-19T18:23:45.647Z Compiling flagset v0.4.6
19022025-09-19T18:23:45.702Z Compiling pest_derive v2.7.14
19032025-09-19T18:23:45.885Z Compiling der v0.7.9
19042025-09-19T18:23:47.208Z Compiling toml_datetime v0.6.11
19052025-09-19T18:23:47.230Z Compiling serde_spanned v0.6.9
19062025-09-19T18:23:47.334Z Compiling tracing-core v0.1.32
19072025-09-19T18:23:47.471Z Compiling usdt-impl v0.5.0
19082025-09-19T18:23:47.695Z Compiling rustls-pki-types v1.10.0
19092025-09-19T18:23:47.876Z Compiling spki v0.7.3
19102025-09-19T18:23:47.896Z Compiling salsa20 v0.10.2
19112025-09-19T18:23:48.154Z Compiling tracing v0.1.40
19122025-09-19T18:23:48.237Z Compiling scroll v0.12.0
19132025-09-19T18:23:48.627Z Compiling pbkdf2 v0.12.2
19142025-09-19T18:23:48.726Z Compiling ppv-lite86 v0.2.20
19152025-09-19T18:23:49.270Z Compiling plain v0.2.3
19162025-09-19T18:23:49.300Z Compiling litrs v0.4.1
19172025-09-19T18:23:49.412Z Compiling rustix v1.0.7
19182025-09-19T18:23:49.444Z Compiling winnow v0.5.40
19192025-09-19T18:23:49.466Z Compiling goblin v0.8.2
19202025-09-19T18:23:49.713Z Compiling scrypt v0.11.0
19212025-09-19T18:23:49.842Z Compiling cbc v0.1.2
19222025-09-19T18:23:50.014Z Compiling aes v0.8.4
19232025-09-19T18:23:50.078Z Compiling tokio-util v0.7.15
19242025-09-19T18:23:50.228Z Compiling document-features v0.2.11
19252025-09-19T18:23:51.279Z Compiling adler2 v2.0.0
19262025-09-19T18:23:51.606Z Compiling untrusted v0.7.1
19272025-09-19T18:23:51.842Z Compiling powerfmt v0.2.0
19282025-09-19T18:23:52.356Z Compiling untrusted v0.9.0
19292025-09-19T18:23:52.568Z Compiling newtype-uuid v1.2.4
19302025-09-19T18:23:52.865Z Compiling toml_edit v0.19.15
19312025-09-19T18:23:52.895Z Compiling pretty-hex v0.4.1
19322025-09-19T18:23:53.133Z Compiling deranged v0.3.11
19332025-09-19T18:23:53.296Z Compiling miniz_oxide v0.8.5
19342025-09-19T18:23:54.487Z Compiling pkcs5 v0.7.1
19352025-09-19T18:23:55.230Z Compiling dof v0.3.0
19362025-09-19T18:23:56.601Z Compiling dtrace-parser v0.2.0
19372025-09-19T18:23:56.726Z Compiling http-body v1.0.1
19382025-09-19T18:23:57.024Z Compiling heapless v0.7.17
19392025-09-19T18:23:57.470Z Compiling thread-id v4.2.2
19402025-09-19T18:23:57.848Z Compiling zstd-safe v7.2.3
19412025-09-19T18:23:58.179Z Compiling num_threads v0.1.7
19422025-09-19T18:23:58.341Z Compiling signal-hook v0.3.18
19432025-09-19T18:23:58.399Z Compiling atomic-waker v1.1.2
19442025-09-19T18:23:58.494Z Compiling base64 v0.22.1
19452025-09-19T18:23:58.603Z Compiling time v0.3.36
19462025-09-19T18:24:00.266Z Compiling pkcs8 v0.10.2
19472025-09-19T18:24:00.842Z Compiling tinyvec_macros v0.1.1
19482025-09-19T18:24:00.863Z Compiling ident_case v1.0.1
19492025-09-19T18:24:01.634Z Compiling try-lock v0.2.5
19502025-09-19T18:24:01.827Z Compiling tower-service v0.3.3
19512025-09-19T18:24:01.914Z Compiling want v0.3.1
19522025-09-19T18:24:01.983Z Compiling tinyvec v1.8.0
19532025-09-19T18:24:03.464Z Compiling h2 v0.4.6
19542025-09-19T18:24:05.115Z Compiling curve25519-dalek v4.1.3
19552025-09-19T18:24:05.574Z Compiling rand_core v0.9.3
19562025-09-19T18:24:05.624Z Compiling ipnet v2.11.0
19572025-09-19T18:24:05.950Z Compiling async-trait v0.1.89
19582025-09-19T18:24:08.010Z Compiling memoffset v0.9.1
19592025-09-19T18:24:08.515Z Compiling openssl-probe v0.1.5
19602025-09-19T18:24:08.624Z Compiling httpdate v1.0.3
19612025-09-19T18:24:08.930Z Compiling foreign-types-shared v0.1.1
19622025-09-19T18:24:09.171Z Compiling smoltcp v0.9.1
19632025-09-19T18:24:09.386Z Compiling num-bigint-dig v0.8.4
19642025-09-19T18:24:09.444Z Compiling gimli v0.31.1
19652025-09-19T18:24:09.969Z Compiling foreign-types v0.3.2
19662025-09-19T18:24:11.592Z Compiling rand_chacha v0.9.0
19672025-09-19T18:24:12.477Z Compiling hyper v1.7.0
19682025-09-19T18:24:14.438Z Compiling addr2line v0.24.2
19692025-09-19T18:24:17.033Z Compiling usdt-attr-macro v0.5.0
19702025-09-19T18:24:18.438Z Compiling usdt-macro v0.5.0
19712025-09-19T18:24:20.989Z Compiling strum_macros v0.26.4
19722025-09-19T18:24:22.678Z Compiling ipnetwork v0.21.1
19732025-09-19T18:24:23.803Z Compiling daft-derive v0.1.4
19742025-09-19T18:24:24.615Z Compiling object v0.36.5
19752025-09-19T18:24:25.567Z Compiling rustc-demangle v0.1.24
19762025-09-19T18:24:25.880Z Compiling cfg_aliases v0.2.1
19772025-09-19T18:24:26.004Z Compiling nix v0.29.0
19782025-09-19T18:24:31.456Z Compiling hyper-util v0.1.16
19792025-09-19T18:24:32.888Z Compiling backtrace v0.3.74
19802025-09-19T18:24:34.006Z Compiling rand v0.9.2
19812025-09-19T18:24:35.266Z Compiling unicode-normalization v0.1.24
19822025-09-19T18:24:37.424Z Compiling strum_macros v0.27.1
19832025-09-19T18:24:38.226Z Compiling hubpack_derive v0.1.1
19842025-09-19T18:24:39.079Z Compiling signature v2.2.0
19852025-09-19T18:24:39.104Z Compiling openapiv3 v2.2.0
19862025-09-19T18:24:39.334Z Compiling curve25519-dalek-derive v0.1.1
19872025-09-19T18:24:41.650Z Compiling fs-err v3.1.1
19882025-09-19T18:24:42.011Z Compiling ahash v0.8.12
19892025-09-19T18:24:42.391Z Compiling crc32fast v1.4.2
19902025-09-19T18:24:42.873Z Compiling buf-list v1.0.3
19912025-09-19T18:24:43.011Z Compiling unicode-bidi v0.3.17
19922025-09-19T18:24:43.059Z Compiling zlib-rs v0.5.1
19932025-09-19T18:24:43.111Z Compiling unicode-properties v0.1.3
19942025-09-19T18:24:43.415Z Compiling utf8parse v0.2.2
19952025-09-19T18:24:43.521Z Compiling anstyle v1.0.11
19962025-09-19T18:24:43.596Z Compiling siphasher v0.3.11
19972025-09-19T18:24:43.947Z Compiling phf_shared v0.11.2
19982025-09-19T18:24:43.969Z Compiling stringprep v0.1.5
19992025-09-19T18:24:44.035Z Compiling anstyle-parse v0.2.5
20002025-09-19T18:24:47.882Z Compiling libz-rs-sys v0.5.1
20012025-09-19T18:24:53.008Z Compiling http-body-util v0.1.3
20022025-09-19T18:24:53.531Z Compiling rand_chacha v0.3.1
20032025-09-19T18:24:54.103Z Compiling sync_wrapper v1.0.1
20042025-09-19T18:24:54.181Z Compiling md-5 v0.10.6
20052025-09-19T18:24:54.398Z Compiling num-integer v0.1.46
20062025-09-19T18:24:54.455Z Compiling hash32 v0.2.1
20072025-09-19T18:24:54.476Z Compiling ff v0.13.0
20082025-09-19T18:24:54.729Z Compiling encoding_rs v0.8.34
20092025-09-19T18:24:54.814Z Compiling tower-layer v0.3.3
20102025-09-19T18:24:55.115Z Compiling fallible-iterator v0.2.0
20112025-09-19T18:24:55.413Z Compiling mime v0.3.17
20122025-09-19T18:24:55.794Z Compiling psl-types v2.0.11
20132025-09-19T18:24:56.263Z Compiling base16ct v0.2.0
20142025-09-19T18:24:56.383Z Compiling anstyle-query v1.1.1
20152025-09-19T18:24:56.565Z Compiling is_terminal_polyfill v1.70.1
20162025-09-19T18:24:56.715Z Compiling colorchoice v1.0.2
20172025-09-19T18:24:56.827Z Compiling publicsuffix v2.3.0
20182025-09-19T18:24:56.906Z Compiling anstream v0.6.18
20192025-09-19T18:24:57.210Z Compiling sec1 v0.7.3
20202025-09-19T18:24:57.722Z Compiling postgres-protocol v0.6.8
20212025-09-19T18:24:57.810Z Compiling tower v0.5.2
20222025-09-19T18:24:58.799Z Compiling num-iter v0.1.45
20232025-09-19T18:24:59.624Z Compiling group v0.13.0
20242025-09-19T18:25:00.799Z Compiling rand v0.8.5
20252025-09-19T18:25:02.242Z Compiling tokio-native-tls v0.3.1
20262025-09-19T18:25:02.541Z Compiling flate2 v1.1.2
20272025-09-19T18:25:03.529Z Compiling rustls-native-certs v0.8.1
20282025-09-19T18:25:04.147Z Compiling rustls-webpki v0.102.8
20292025-09-19T18:25:04.877Z Compiling webpki-roots v1.0.1
20302025-09-19T18:25:05.509Z Compiling hkdf v0.12.4
20312025-09-19T18:25:05.655Z Compiling serde_urlencoded v0.7.1
20322025-09-19T18:25:05.752Z Compiling clap_derive v4.5.41
20332025-09-19T18:25:06.047Z Compiling enum-as-inner v0.6.1
20342025-09-19T18:25:06.077Z Compiling terminal_size v0.4.0
20352025-09-19T18:25:06.526Z Compiling crypto-bigint v0.5.5
20362025-09-19T18:25:07.029Z Compiling serde_repr v0.1.19
20372025-09-19T18:25:08.410Z Compiling iri-string v0.7.8
20382025-09-19T18:25:09.686Z Compiling managed v0.8.0
20392025-09-19T18:25:09.835Z Compiling bitflags v1.3.2
20402025-09-19T18:25:10.384Z Compiling winnow v0.7.10
20412025-09-19T18:25:10.840Z Compiling clap_lex v0.7.4
20422025-09-19T18:25:12.040Z Compiling tokio-rustls v0.26.0
20432025-09-19T18:25:12.060Z Compiling bumpalo v3.16.0
20442025-09-19T18:25:12.505Z Compiling lockfree-object-pool v0.1.6
20452025-09-19T18:25:12.528Z Compiling simd-adler32 v0.3.7
20462025-09-19T18:25:12.788Z Compiling hyper-rustls v0.27.7
20472025-09-19T18:25:13.018Z Compiling zopfli v0.8.1
20482025-09-19T18:25:13.380Z Compiling tower-http v0.6.6
20492025-09-19T18:25:14.311Z Compiling clap_builder v4.5.41
20502025-09-19T18:25:15.104Z Compiling elliptic-curve v0.13.8
20512025-09-19T18:25:16.179Z Compiling oxnet v0.1.3
20522025-09-19T18:25:16.916Z Compiling hyper-tls v0.6.0
20532025-09-19T18:25:20.249Z Compiling zstd v0.13.3
20542025-09-19T18:25:20.347Z Compiling signal-hook-mio v0.2.4
20552025-09-19T18:25:20.454Z Compiling cookie_store v0.21.1
20562025-09-19T18:25:20.753Z Compiling postgres-types v0.2.9
20572025-09-19T18:25:21.491Z Compiling phf v0.11.2
20582025-09-19T18:25:21.867Z Compiling strum v0.27.2
20592025-09-19T18:25:21.887Z Compiling ed25519 v2.2.3
20602025-09-19T18:25:21.890Z Compiling hubpack v0.1.2
20612025-09-19T18:25:21.997Z Compiling bzip2 v0.4.4
20622025-09-19T18:25:22.062Z Compiling bzip2 v0.5.2
20632025-09-19T18:25:22.350Z Compiling crossbeam-epoch v0.9.18
20642025-09-19T18:25:22.372Z Compiling pkcs1 v0.7.5
20652025-09-19T18:25:23.180Z Compiling rfc6979 v0.4.0
20662025-09-19T18:25:23.391Z Compiling float-cmp v0.10.0
20672025-09-19T18:25:23.395Z Compiling serde-big-array v0.5.1
20682025-09-19T18:25:23.645Z Compiling bstr v1.10.0
20692025-09-19T18:25:23.667Z Compiling regress v0.10.4
20702025-09-19T18:25:23.727Z Compiling socket2 v0.5.10
20712025-09-19T18:25:24.234Z Compiling memmap v0.7.0
20722025-09-19T18:25:24.563Z Compiling difflib v0.4.0
20732025-09-19T18:25:24.583Z Compiling normalize-line-endings v0.3.0
20742025-09-19T18:25:24.738Z Compiling predicates-core v1.0.8
20752025-09-19T18:25:24.980Z Compiling toml_write v0.1.2
20762025-09-19T18:25:25.367Z Compiling new_debug_unreachable v1.0.6
20772025-09-19T18:25:25.484Z Compiling whoami v1.5.2
20782025-09-19T18:25:25.573Z Compiling fixedbitset v0.4.2
20792025-09-19T18:25:25.915Z Compiling precomputed-hash v0.1.1
20802025-09-19T18:25:25.957Z Compiling unicode-segmentation v1.12.0
20812025-09-19T18:25:25.990Z Compiling static_assertions v1.1.0
20822025-09-19T18:25:26.065Z Compiling data-encoding v2.9.0
20832025-09-19T18:25:26.580Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
20842025-09-19T18:25:26.825Z Compiling reqwest v0.12.22
20852025-09-19T18:25:27.369Z Compiling typify-impl v0.3.0
20862025-09-19T18:25:27.473Z Compiling hickory-proto v0.25.2
20872025-09-19T18:25:28.685Z Compiling toml_edit v0.22.27
20882025-09-19T18:25:28.729Z Compiling similar v2.7.0
20892025-09-19T18:25:30.555Z Compiling string_cache v0.8.9
20902025-09-19T18:25:30.968Z Compiling petgraph v0.6.5
20912025-09-19T18:25:34.749Z Compiling tokio-postgres v0.7.13
20922025-09-19T18:25:35.927Z Compiling predicates v3.1.3
20932025-09-19T18:25:36.689Z Compiling usdt v0.5.0
20942025-09-19T18:25:37.153Z Compiling ecdsa v0.16.9
20952025-09-19T18:25:37.986Z Compiling rsa v0.9.6
20962025-09-19T18:25:38.630Z Compiling zip v4.2.0
20972025-09-19T18:25:39.441Z Compiling zip v0.6.6
20982025-09-19T18:25:39.658Z Compiling ed25519-dalek v2.1.1
20992025-09-19T18:25:40.415Z Compiling crossterm v0.28.1
21002025-09-19T18:25:40.517Z Compiling clap v4.5.41
21012025-09-19T18:25:40.571Z Compiling daft v0.1.4
21022025-09-19T18:25:40.655Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
21032025-09-19T18:25:40.973Z Compiling strum v0.26.3
21042025-09-19T18:25:41.046Z Compiling darling_core v0.21.0
21052025-09-19T18:25:41.085Z Compiling tokio-stream v0.1.17
21062025-09-19T18:25:41.182Z Compiling toml v0.7.8
21072025-09-19T18:25:41.302Z Compiling x509-cert v0.2.5
21082025-09-19T18:25:44.622Z Compiling sha1 v0.10.6
21092025-09-19T18:25:45.035Z Compiling itertools v0.10.5
21102025-09-19T18:25:45.225Z Compiling itertools v0.13.0
21112025-09-19T18:25:46.251Z Compiling winnow v0.6.26
21122025-09-19T18:25:47.454Z Compiling unicode-xid v0.2.6
21132025-09-19T18:25:47.668Z Compiling peg-runtime v0.8.5
21142025-09-19T18:25:48.056Z Compiling rustc-hash v2.1.1
21152025-09-19T18:25:48.141Z Compiling lalrpop-util v0.19.12
21162025-09-19T18:25:48.514Z Compiling darling_macro v0.21.0
21172025-09-19T18:25:49.374Z Compiling typify-macro v0.3.0
21182025-09-19T18:25:49.475Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21192025-09-19T18:25:52.660Z Compiling camino v1.2.0
21202025-09-19T18:25:53.230Z Compiling rayon-core v1.12.1
21212025-09-19T18:25:57.589Z Compiling darling v0.21.0
21222025-09-19T18:25:57.965Z Compiling proc-macro-crate v1.3.1
21232025-09-19T18:25:58.014Z Compiling macaddr v1.0.1
21242025-09-19T18:25:58.586Z Compiling structmeta-derive v0.3.0
21252025-09-19T18:25:59.025Z Compiling itertools v0.14.0
21262025-09-19T18:25:59.797Z Compiling heapless v0.8.0
21272025-09-19T18:26:01.737Z Compiling ref-cast v1.0.24
21282025-09-19T18:26:01.762Z Compiling fastrand v2.1.1
21292025-09-19T18:26:02.306Z Compiling tempfile v3.20.0
21302025-09-19T18:26:02.408Z Compiling ingot-macros v0.1.1
21312025-09-19T18:26:04.008Z Compiling structmeta v0.3.0
21322025-09-19T18:26:06.581Z Compiling num_enum_derive v0.5.11
21332025-09-19T18:26:08.678Z Compiling crossbeam-deque v0.8.5
21342025-09-19T18:26:10.014Z Compiling hash32 v0.3.1
21352025-09-19T18:26:10.288Z Compiling ref-cast-impl v1.0.24
21362025-09-19T18:26:15.260Z Compiling smoltcp v0.11.0
21372025-09-19T18:26:15.835Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21382025-09-19T18:26:24.653Z Compiling ingot-types v0.1.2
21392025-09-19T18:26:25.100Z Compiling num_enum v0.5.11
21402025-09-19T18:26:26.920Z Compiling typify v0.3.0
21412025-09-19T18:26:30.551Z Compiling darling_core v0.20.10
21422025-09-19T18:26:31.459Z Compiling proc-macro-error-attr v1.0.4
21432025-09-19T18:26:32.012Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21442025-09-19T18:26:32.327Z Compiling rustls v0.22.4
21452025-09-19T18:26:32.656Z Compiling cobs v0.2.3
21462025-09-19T18:26:33.125Z Compiling unsafe-libyaml v0.2.11
21472025-09-19T18:26:34.825Z Compiling serde_yaml v0.9.34+deprecated
21482025-09-19T18:26:35.563Z Compiling darling_macro v0.20.10
21492025-09-19T18:26:38.060Z Compiling postcard v1.0.10
21502025-09-19T18:26:44.802Z Compiling progenitor-impl v0.9.1
21512025-09-19T18:26:45.137Z Compiling ingot v0.1.1
21522025-09-19T18:26:53.083Z Compiling futures-executor v0.3.31
21532025-09-19T18:26:53.502Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
21542025-09-19T18:26:54.052Z Compiling hex v0.4.3
21552025-09-19T18:26:54.264Z Compiling foreign-types-macros v0.2.3
21562025-09-19T18:26:54.352Z Compiling thread_local v1.1.8
21572025-09-19T18:26:54.437Z Compiling wait-timeout v0.2.0
21582025-09-19T18:26:54.750Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
21592025-09-19T18:26:54.979Z Compiling proc-macro-error v1.0.4
21602025-09-19T18:26:55.115Z Compiling multer v3.1.0
21612025-09-19T18:26:55.324Z Compiling slog-async v2.8.0
21622025-09-19T18:26:55.351Z Compiling bit-vec v0.8.0
21632025-09-19T18:26:55.449Z Compiling foreign-types-shared v0.3.1
21642025-09-19T18:26:55.471Z Compiling quick-error v1.2.3
21652025-09-19T18:26:55.814Z Compiling match_cfg v0.1.0
21662025-09-19T18:26:55.933Z Compiling unicode-width v0.1.14
21672025-09-19T18:26:55.953Z Compiling hostname v0.3.1
21682025-09-19T18:26:56.230Z Compiling bit-set v0.8.0
21692025-09-19T18:26:56.254Z Compiling rusty-fork v0.3.0
21702025-09-19T18:26:56.278Z Compiling foreign-types v0.5.0
21712025-09-19T18:26:56.435Z Compiling tabwriter v1.4.0
21722025-09-19T18:26:56.711Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
21732025-09-19T18:26:56.785Z Compiling futures v0.3.31
21742025-09-19T18:26:56.857Z Compiling progenitor-macro v0.9.1
21752025-09-19T18:26:58.200Z Compiling darling v0.20.10
21762025-09-19T18:26:58.549Z Compiling derive-ex v0.1.8
21772025-09-19T18:27:00.531Z Compiling progenitor-client v0.9.1
21782025-09-19T18:27:01.457Z Compiling toml_parser v1.0.2
21792025-09-19T18:27:01.803Z Compiling slog-json v2.6.1
21802025-09-19T18:27:02.264Z Compiling rand_xorshift v0.4.0
21812025-09-19T18:27:02.287Z Compiling crossbeam-channel v0.5.15
21822025-09-19T18:27:02.559Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21832025-09-19T18:27:03.359Z Compiling serde_spanned v1.0.0
21842025-09-19T18:27:03.659Z Compiling toml_datetime v0.7.0
21852025-09-19T18:27:03.734Z Compiling async-stream-impl v0.3.6
21862025-09-19T18:27:04.554Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
21872025-09-19T18:27:04.721Z Compiling cstr-argument v0.1.2
21882025-09-19T18:27:04.889Z Compiling is-terminal v0.4.13
21892025-09-19T18:27:05.010Z Compiling dropshot v0.16.4
21902025-09-19T18:27:05.051Z Compiling term v1.1.0
21912025-09-19T18:27:05.157Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21922025-09-19T18:27:05.375Z Compiling unarray v0.1.4
21932025-09-19T18:27:05.397Z Compiling crucible-workspace-hack v0.1.0
21942025-09-19T18:27:05.490Z Compiling toml_writer v1.0.2
21952025-09-19T18:27:05.604Z Compiling typeid v1.0.3
21962025-09-19T18:27:05.732Z Compiling take_mut v0.2.2
21972025-09-19T18:27:05.935Z Compiling pretty-hex v0.2.1
21982025-09-19T18:27:06.169Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21992025-09-19T18:27:06.191Z Compiling toml v0.9.5
22002025-09-19T18:27:06.638Z Compiling slog-term v2.9.2
22012025-09-19T18:27:07.616Z Compiling progenitor v0.9.1
22022025-09-19T18:27:07.874Z Compiling proptest v1.7.0
22032025-09-19T18:27:09.091Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22042025-09-19T18:27:09.288Z Compiling async-stream v0.3.6
22052025-09-19T18:27:09.631Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22062025-09-19T18:27:09.844Z Compiling tokio-rustls v0.25.0
22072025-09-19T18:27:09.948Z Compiling test-strategy v0.4.3
22082025-09-19T18:27:10.327Z Compiling slog-bunyan v2.5.0
22092025-09-19T18:27:10.494Z Compiling serde_with_macros v3.14.0
22102025-09-19T18:27:12.867Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22112025-09-19T18:27:13.015Z Compiling rayon v1.10.0
22122025-09-19T18:27:13.082Z Compiling parse-display-derive v0.10.0
22132025-09-19T18:27:13.782Z Compiling colored v2.2.0
22142025-09-19T18:27:15.157Z Compiling waitgroup v0.1.2
22152025-09-19T18:27:15.443Z Compiling rustls-pemfile v2.2.0
22162025-09-19T18:27:15.537Z Compiling dropshot_endpoint v0.16.4
22172025-09-19T18:27:15.936Z Compiling hashbrown v0.16.0
22182025-09-19T18:27:16.470Z Compiling serde_path_to_error v0.1.17
22192025-09-19T18:27:17.346Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22202025-09-19T18:27:17.487Z Compiling derive-where v1.5.0
22212025-09-19T18:27:18.100Z Compiling hostname v0.4.0
22222025-09-19T18:27:18.360Z Compiling instant v0.1.13
22232025-09-19T18:27:18.399Z Compiling debug-ignore v1.0.5
22242025-09-19T18:27:18.562Z Compiling heck v0.4.1
22252025-09-19T18:27:18.594Z Compiling foldhash v0.2.0
22262025-09-19T18:27:18.990Z Compiling zone_cfg_derive v0.3.0
22272025-09-19T18:27:19.179Z Compiling iddqd v0.3.13
22282025-09-19T18:27:20.231Z Compiling backoff v0.4.0
22292025-09-19T18:27:20.315Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
22302025-09-19T18:27:20.619Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22312025-09-19T18:27:20.697Z Compiling parse-display v0.10.0
22322025-09-19T18:27:20.912Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
22332025-09-19T18:27:22.632Z Compiling serde_with v3.14.0
22342025-09-19T18:27:23.094Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22352025-09-19T18:27:23.836Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
22362025-09-19T18:27:24.218Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
22372025-09-19T18:27:26.514Z Compiling camino-tempfile v1.4.1
22382025-09-19T18:27:26.605Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
22392025-09-19T18:27:27.111Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22402025-09-19T18:27:27.489Z Compiling progenitor-client v0.10.0
22412025-09-19T18:27:27.495Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
22422025-09-19T18:27:27.745Z Compiling num-derive v0.4.2
22432025-09-19T18:27:28.214Z Compiling sigpipe v0.1.3
22442025-09-19T18:27:28.383Z Compiling libefi-sys v0.1.0
22452025-09-19T18:27:28.729Z Compiling jiff v0.2.15
22462025-09-19T18:27:29.892Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22472025-09-19T18:27:30.215Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22482025-09-19T18:27:30.284Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
22492025-09-19T18:27:30.398Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
22502025-09-19T18:27:30.985Z Compiling erased-serde v0.4.6
22512025-09-19T18:27:31.788Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
22522025-09-19T18:27:32.459Z Compiling zone v0.3.1
22532025-09-19T18:27:34.973Z Compiling smf v0.2.3
22542025-09-19T18:27:35.630Z Compiling bitfield-struct v0.6.2
22552025-09-19T18:27:36.125Z Compiling ordered-float v2.10.1
22562025-09-19T18:27:36.875Z Compiling blake3 v1.5.4
22572025-09-19T18:27:36.961Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22582025-09-19T18:27:37.426Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22592025-09-19T18:27:37.615Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22602025-09-19T18:27:38.047Z Compiling serde-value v0.7.0
22612025-09-19T18:27:38.136Z Compiling serde-untagged v0.1.7
22622025-09-19T18:27:38.833Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22632025-09-19T18:27:38.941Z Compiling toml v0.8.23
22642025-09-19T18:27:39.658Z Compiling xattr v1.3.1
22652025-09-19T18:27:39.992Z Compiling memmap2 v0.9.5
22662025-09-19T18:27:40.014Z Compiling filetime v0.2.25
22672025-09-19T18:27:40.394Z Compiling arrayref v0.3.9
22682025-09-19T18:27:40.534Z Compiling same-file v1.0.6
22692025-09-19T18:27:40.591Z Compiling constant_time_eq v0.3.1
22702025-09-19T18:27:40.809Z Compiling arrayvec v0.7.6
22712025-09-19T18:27:40.861Z Compiling unicode-width v0.2.0
22722025-09-19T18:27:41.305Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22732025-09-19T18:27:41.476Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22742025-09-19T18:27:41.540Z Compiling console v0.16.0
22752025-09-19T18:27:42.283Z Compiling walkdir v2.5.0
22762025-09-19T18:27:42.959Z Compiling tar v0.4.44
22772025-09-19T18:27:43.810Z Compiling cargo-util-schemas v0.8.2
22782025-09-19T18:27:44.180Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22792025-09-19T18:27:44.668Z Compiling tokio-dtrace v0.1.0
22802025-09-19T18:27:45.209Z Compiling gethostname v0.5.0
22812025-09-19T18:27:45.262Z Compiling cargo-platform v0.2.0
22822025-09-19T18:27:45.455Z Compiling topological-sort v0.2.2
22832025-09-19T18:27:45.758Z Compiling fixedbitset v0.5.7
22842025-09-19T18:27:46.473Z Compiling unit-prefix v0.5.1
22852025-09-19T18:27:46.776Z Compiling indicatif v0.18.0
22862025-09-19T18:27:46.940Z Compiling cargo_metadata v0.21.0
22872025-09-19T18:27:48.694Z Compiling petgraph v0.8.2
22882025-09-19T18:27:49.442Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22892025-09-19T18:27:50.785Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22902025-09-19T18:27:52.021Z Compiling omicron-zone-package v0.12.2
22912025-09-19T18:27:53.376Z Compiling oxide-tokio-rt v0.1.2
22922025-09-19T18:27:53.536Z Compiling shell-words v1.1.0
22932025-09-19T18:27:54.010Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
22942025-09-19T18:27:54.248Z Compiling indent_write v2.2.0
22952025-09-19T18:27:59.953Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22962025-09-19T18:28:15.849Z Finished `release` profile [optimized] target(s) in 5m 24s
22972025-09-19T18:28:16.050Z Running `target/release/omicron-package -t test target create -p dev`
22982025-09-19T18:28:16.112ZLogging to: /work/oxidecomputer/omicron/out/LOG
22992025-09-19T18:28:16.117ZCreated new build target 'test' and set it as active
23002025-09-19T18:28:16.117Z
23012025-09-19T18:28:16.117Zreal 5:24.593921001
23022025-09-19T18:28:16.117Zuser 37:25.892607033
23032025-09-19T18:28:16.117Zsys 3:44.295752842
23042025-09-19T18:28:16.118Ztrap 1.169034594
23052025-09-19T18:28:16.118Ztflt 1.844913488
23062025-09-19T18:28:16.118Zdflt 1.272386616
23072025-09-19T18:28:16.118Zkflt 0.000163398
23082025-09-19T18:28:16.118Zlock 1:46:07.141850477
23092025-09-19T18:28:16.118Zslp 2:32:37.718344823
23102025-09-19T18:28:16.118Zlat 3:06.924580974
23112025-09-19T18:28:16.118Zstop 5:36.973239099
23122025-09-19T18:28:16.118Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23132025-09-19T18:28:17.330Z Finished `release` profile [optimized] target(s) in 1.15s
23142025-09-19T18:28:17.390Z Running `target/release/omicron-package -t test package`
23152025-09-19T18:28:17.441ZLogging to: /work/oxidecomputer/omicron/out/LOG
23162025-09-19T18:28:19.258Z Compiling typify-impl v0.4.3
23172025-09-19T18:28:19.499Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23182025-09-19T18:28:19.522Z Compiling convert_case v0.4.0
23192025-09-19T18:28:19.526Z Compiling num-rational v0.4.2
23202025-09-19T18:28:19.526Z Compiling num-complex v0.4.6
23212025-09-19T18:28:19.526Z Compiling float-ord v0.3.2
23222025-09-19T18:28:19.545Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
23232025-09-19T18:28:19.724Z Compiling bytecount v0.6.8
23242025-09-19T18:28:19.796Z Compiling is-terminal v0.4.13
23252025-09-19T18:28:19.982Z Compiling secrecy v0.10.3
23262025-09-19T18:28:20.111Z Compiling console v0.15.10
23272025-09-19T18:28:20.195Z Compiling derive_more v0.99.20
23282025-09-19T18:28:20.324Z Compiling swrite v0.1.0
23292025-09-19T18:28:20.407Z Compiling camino v1.2.0
23302025-09-19T18:28:20.471Z Compiling password-hash v0.5.0
23312025-09-19T18:28:20.500Z Compiling blake2 v0.10.6
23322025-09-19T18:28:20.686Z Compiling num v0.4.3
23332025-09-19T18:28:21.661Z Compiling argon2 v0.5.3
23342025-09-19T18:28:21.706Z Compiling base64 v0.21.7
23352025-09-19T18:28:21.868Z Compiling atomicwrites v0.4.4
23362025-09-19T18:28:22.434Z Compiling newline-converter v0.3.0
23372025-09-19T18:28:22.644Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23382025-09-19T18:28:22.673Z Compiling expectorate v1.2.0
23392025-09-19T18:28:22.845Z Compiling fastrand v2.1.1
23402025-09-19T18:28:22.938Z Compiling rustls v0.22.4
23412025-09-19T18:28:22.982Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23422025-09-19T18:28:23.062Z Compiling thread_local v1.1.8
23432025-09-19T18:28:23.267Z Compiling tempfile v3.20.0
23442025-09-19T18:28:23.336Z Compiling wait-timeout v0.2.0
23452025-09-19T18:28:23.502Z Compiling cancel-safe-futures v0.1.5
23462025-09-19T18:28:23.790Z Compiling bit-vec v0.8.0
23472025-09-19T18:28:23.898Z Compiling quick-error v1.2.3
23482025-09-19T18:28:23.937Z Compiling match_cfg v0.1.0
23492025-09-19T18:28:24.077Z Compiling owo-colors v4.2.2
23502025-09-19T18:28:24.123Z Compiling rusty-fork v0.3.0
23512025-09-19T18:28:24.157Z Compiling hostname v0.3.1
23522025-09-19T18:28:24.246Z Compiling bit-set v0.8.0
23532025-09-19T18:28:24.577Z Compiling ref-cast v1.0.24
23542025-09-19T18:28:24.691Z Compiling multer v3.1.0
23552025-09-19T18:28:24.706Z Compiling slog-async v2.8.0
23562025-09-19T18:28:24.734Z Compiling crossbeam-channel v0.5.15
23572025-09-19T18:28:24.765Z Compiling progenitor-client v0.9.1
23582025-09-19T18:28:24.793Z Compiling toml_parser v1.0.2
23592025-09-19T18:28:25.322Z Compiling slog-json v2.6.1
23602025-09-19T18:28:25.535Z Compiling rand_xorshift v0.4.0
23612025-09-19T18:28:25.697Z Compiling libsw-core v0.3.1
23622025-09-19T18:28:25.711Z Compiling futures-executor v0.3.31
23632025-09-19T18:28:25.799Z Compiling serde_spanned v1.0.0
23642025-09-19T18:28:26.184Z Compiling hex v0.4.3
23652025-09-19T18:28:26.205Z Compiling toml_datetime v0.7.0
23662025-09-19T18:28:26.206Z Compiling toml_writer v1.0.2
23672025-09-19T18:28:26.206Z Compiling term v1.1.0
23682025-09-19T18:28:26.601Z Compiling take_mut v0.2.2
23692025-09-19T18:28:26.683Z Compiling unarray v0.1.4
23702025-09-19T18:28:26.711Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23712025-09-19T18:28:26.807Z Compiling slog-term v2.9.2
23722025-09-19T18:28:26.869Z Compiling proptest v1.7.0
23732025-09-19T18:28:27.365Z Compiling toml v0.9.5
23742025-09-19T18:28:27.789Z Compiling futures v0.3.31
23752025-09-19T18:28:27.884Z Compiling libsw v3.5.0
23762025-09-19T18:28:27.953Z Compiling slog-bunyan v2.5.0
23772025-09-19T18:28:28.217Z Compiling progenitor v0.9.1
23782025-09-19T18:28:28.537Z Compiling typify-macro v0.4.3
23792025-09-19T18:28:29.087Z Compiling tokio-rustls v0.25.0
23802025-09-19T18:28:30.104Z Compiling dropshot v0.16.4
23812025-09-19T18:28:30.201Z Compiling async-stream v0.3.6
23822025-09-19T18:28:30.438Z Compiling waitgroup v0.1.2
23832025-09-19T18:28:30.508Z Compiling rustls-pemfile v2.2.0
23842025-09-19T18:28:30.846Z Compiling hashbrown v0.16.0
23852025-09-19T18:28:30.852Z Compiling serde_path_to_error v0.1.17
23862025-09-19T18:28:31.034Z Compiling hostname v0.4.0
23872025-09-19T18:28:31.279Z Compiling instant v0.1.13
23882025-09-19T18:28:31.494Z Compiling debug-ignore v1.0.5
23892025-09-19T18:28:31.622Z Compiling foldhash v0.2.0
23902025-09-19T18:28:31.681Z Compiling linear-map v1.2.0
23912025-09-19T18:28:31.796Z Compiling backoff v0.4.0
23922025-09-19T18:28:31.958Z Compiling typify v0.4.3
23932025-09-19T18:28:32.084Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23942025-09-19T18:28:32.151Z Compiling progenitor-impl v0.10.0
23952025-09-19T18:28:32.214Z Compiling iddqd v0.3.13
23962025-09-19T18:28:34.283Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
23972025-09-19T18:28:34.307Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
23982025-09-19T18:28:35.400Z Compiling parse-display v0.10.0
23992025-09-19T18:28:35.912Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24002025-09-19T18:28:36.148Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
24012025-09-19T18:28:36.558Z Compiling serde_with v3.14.0
24022025-09-19T18:28:37.650Z Compiling progenitor-macro v0.10.0
24032025-09-19T18:28:39.044Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24042025-09-19T18:28:39.615Z Compiling progenitor-client v0.10.0
24052025-09-19T18:28:40.080Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
24062025-09-19T18:28:41.154Z Compiling macaddr v1.0.1
24072025-09-19T18:28:41.183Z Compiling async-recursion v1.1.1
24082025-09-19T18:28:41.547Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24092025-09-19T18:28:41.621Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24102025-09-19T18:28:41.984Z Compiling globset v0.4.15
24112025-09-19T18:28:42.251Z Compiling utf-8 v0.7.6
24122025-09-19T18:28:42.514Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24132025-09-19T18:28:42.654Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24142025-09-19T18:28:47.932Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24152025-09-19T18:28:48.311Z Compiling progenitor v0.10.0
24162025-09-19T18:28:48.610Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24172025-09-19T18:28:52.231Z Compiling toml v0.8.23
24182025-09-19T18:28:53.681Z Compiling pin-project-internal v1.1.6
24192025-09-19T18:28:54.433Z Compiling keccak v0.1.5
24202025-09-19T18:28:55.653Z Compiling sha3 v0.10.8
24212025-09-19T18:28:55.895Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24222025-09-19T18:28:56.160Z Compiling pin-project v1.1.6
24232025-09-19T18:28:56.523Z Compiling pem v3.0.5
24242025-09-19T18:28:56.684Z Compiling prettyplease v0.2.36
24252025-09-19T18:28:56.730Z Compiling snafu-derive v0.8.5
24262025-09-19T18:28:58.540Z Compiling papergrid v0.11.0
24272025-09-19T18:28:58.773Z Compiling tabled_derive v0.7.0
24282025-09-19T18:29:00.693Z Compiling olpc-cjson v0.1.4
24292025-09-19T18:29:00.874Z Compiling snafu v0.8.5
24302025-09-19T18:29:01.028Z Compiling csv-core v0.1.11
24312025-09-19T18:29:01.953Z Compiling serde_plain v1.0.2
24322025-09-19T18:29:02.069Z Compiling highway v1.3.0
24332025-09-19T18:29:02.497Z Compiling typed-path v0.9.3
24342025-09-19T18:29:03.657Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24352025-09-19T18:29:04.917Z Compiling csv v1.3.1
24362025-09-19T18:29:07.017Z Compiling tough v0.20.0
24372025-09-19T18:29:08.986Z Compiling tabled v0.15.0
24382025-09-19T18:29:09.073Z Compiling tungstenite v0.21.0
24392025-09-19T18:29:09.842Z Compiling half v2.4.1
24402025-09-19T18:29:10.566Z Compiling semver v0.1.20
24412025-09-19T18:29:10.993Z Compiling ciborium-io v0.2.2
24422025-09-19T18:29:11.102Z Compiling rustc_version v0.1.7
24432025-09-19T18:29:11.169Z Compiling ciborium-ll v0.2.2
24442025-09-19T18:29:11.493Z Compiling tokio-tungstenite v0.21.0
24452025-09-19T18:29:11.700Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24462025-09-19T18:29:12.213Z Compiling ciborium v0.2.2
24472025-09-19T18:29:13.985Z Compiling newtype_derive v0.1.6
24482025-09-19T18:29:14.207Z Compiling unicode-linebreak v0.1.5
24492025-09-19T18:29:14.374Z Compiling smawk v0.3.2
24502025-09-19T18:29:14.730Z Compiling humantime v2.2.0
24512025-09-19T18:29:14.806Z Compiling textwrap v0.16.2
24522025-09-19T18:29:15.859Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
24532025-09-19T18:29:16.985Z Compiling resolv-conf v0.7.0
24542025-09-19T18:29:17.710Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24552025-09-19T18:29:18.481Z Compiling universal-hash v0.5.1
24562025-09-19T18:29:18.510Z Compiling thiserror-impl-no-std v2.0.2
24572025-09-19T18:29:18.763Z Compiling opaque-debug v0.3.1
24582025-09-19T18:29:18.950Z Compiling poly1305 v0.8.0
24592025-09-19T18:29:19.828Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24602025-09-19T18:29:19.852Z Compiling steno v0.4.1
24612025-09-19T18:29:20.177Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24622025-09-19T18:29:20.420Z Compiling chacha20 v0.9.1
24632025-09-19T18:29:20.537Z Compiling aead v0.5.2
24642025-09-19T18:29:20.911Z Compiling chacha20poly1305 v0.10.1
24652025-09-19T18:29:20.911Z Compiling thiserror-no-std v2.0.2
24662025-09-19T18:29:21.004Z Compiling linked-hash-map v0.5.6
24672025-09-19T18:29:21.082Z Compiling vsss-rs v3.3.4
24682025-09-19T18:29:21.189Z Compiling hickory-proto v0.24.4
24692025-09-19T18:29:21.465Z Compiling lru-cache v0.1.2
24702025-09-19T18:29:21.744Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24712025-09-19T18:29:22.603Z Compiling slog-dtrace v0.3.0
24722025-09-19T18:29:22.750Z Compiling moka v0.12.10
24732025-09-19T18:29:22.994Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24742025-09-19T18:29:23.147Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24752025-09-19T18:29:27.850Z Compiling hickory-resolver v0.24.4
24762025-09-19T18:29:32.965Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24772025-09-19T18:29:34.059Z Compiling qorb v0.4.1
24782025-09-19T18:29:39.252Z Compiling tagptr v0.2.0
24792025-09-19T18:29:40.782Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24802025-09-19T18:29:41.024Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24812025-09-19T18:29:42.062Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
24822025-09-19T18:29:42.314Z Compiling nix v0.30.1
24832025-09-19T18:29:42.807Z Compiling hickory-resolver v0.25.2
24842025-09-19T18:29:43.124Z Compiling display-error-chain v0.2.2
24852025-09-19T18:29:43.453Z Compiling proc-macro-error-attr2 v2.0.0
24862025-09-19T18:29:46.409Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24872025-09-19T18:29:47.255Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24882025-09-19T18:29:47.965Z Compiling proc-macro-error2 v2.0.1
24892025-09-19T18:29:51.283Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24902025-09-19T18:29:52.519Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24912025-09-19T18:29:53.022Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24922025-09-19T18:29:54.029Z Compiling dirs-sys-next v0.1.2
24932025-09-19T18:29:54.526Z Compiling crunchy v0.2.2
24942025-09-19T18:29:55.037Z Compiling radium v0.7.0
24952025-09-19T18:29:55.559Z Compiling maplit v1.0.2
24962025-09-19T18:29:55.742Z Compiling dirs-next v2.0.0
24972025-09-19T18:29:55.781Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24982025-09-19T18:29:55.977Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
24992025-09-19T18:29:57.827Z Compiling dsl_auto_type v0.1.2
25002025-09-19T18:29:58.693Z Compiling scheduled-thread-pool v0.2.7
25012025-09-19T18:29:58.993Z Compiling zerocopy-derive v0.6.6
25022025-09-19T18:29:59.956Z Compiling diesel_table_macro_syntax v0.2.0
25032025-09-19T18:30:00.383Z Compiling tiny-keccak v2.0.2
25042025-09-19T18:30:00.720Z Compiling maybe-uninit v2.0.0
25052025-09-19T18:30:00.753Z Compiling tap v1.0.1
25062025-09-19T18:30:00.981Z Compiling wyz v0.5.1
25072025-09-19T18:30:01.450Z Compiling zerocopy v0.6.6
25082025-09-19T18:30:01.479Z Compiling diesel_derives v2.2.3
25092025-09-19T18:30:02.207Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
25102025-09-19T18:30:02.324Z Compiling r2d2 v0.8.10
25112025-09-19T18:30:02.854Z Compiling term v0.7.0
25122025-09-19T18:30:03.949Z Compiling const_format_proc_macros v0.2.34
25132025-09-19T18:30:04.555Z Compiling num-derive v0.3.3
25142025-09-19T18:30:05.280Z Compiling bit-vec v0.6.3
25152025-09-19T18:30:05.662Z Compiling funty v2.0.0
25162025-09-19T18:30:05.692Z Compiling crc-catalog v2.4.0
25172025-09-19T18:30:05.905Z Compiling packed_struct v0.10.1
25182025-09-19T18:30:06.484Z Compiling crc v3.2.1
25192025-09-19T18:30:06.518Z Compiling libscf-sys v1.1.0
25202025-09-19T18:30:06.813Z Compiling bitvec v1.0.1
25212025-09-19T18:30:08.518Z Compiling const_format v0.2.34
25222025-09-19T18:30:09.785Z Compiling bit-set v0.5.3
25232025-09-19T18:30:10.101Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
25242025-09-19T18:30:11.139Z Compiling ascii-canvas v3.0.0
25252025-09-19T18:30:11.718Z Compiling diesel v2.2.12
25262025-09-19T18:30:12.200Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
25272025-09-19T18:30:13.208Z Compiling packed_struct_codegen v0.10.1
25282025-09-19T18:30:15.071Z Compiling ena v0.14.3
25292025-09-19T18:30:15.478Z Compiling indexmap v1.9.3
25302025-09-19T18:30:15.509Z Compiling arc-swap v1.7.1
25312025-09-19T18:30:15.861Z Compiling diff v0.1.13
25322025-09-19T18:30:16.207Z Compiling nodrop v0.1.14
25332025-09-19T18:30:16.367Z Compiling bindgen v0.71.1
25342025-09-19T18:30:16.455Z Compiling regex-syntax v0.6.29
25352025-09-19T18:30:16.993Z Compiling array-init v0.0.4
25362025-09-19T18:30:18.117Z Compiling slog-scope v4.4.0
25372025-09-19T18:30:21.327Z Compiling lalrpop v0.19.12
25382025-09-19T18:30:21.626Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
25392025-09-19T18:30:22.131Z Compiling smallvec v0.6.14
25402025-09-19T18:30:22.620Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25412025-09-19T18:30:22.991Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25422025-09-19T18:30:24.153Z Compiling tabled_derive v0.11.0
25432025-09-19T18:30:25.732Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25442025-09-19T18:30:26.228Z Compiling papergrid v0.17.0
25452025-09-19T18:30:26.584Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25462025-09-19T18:30:26.864Z Compiling testing_table v0.3.0
25472025-09-19T18:30:26.985Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
25482025-09-19T18:30:27.677Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25492025-09-19T18:30:27.967Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
25502025-09-19T18:30:28.362Z Compiling bitfield v0.14.0
25512025-09-19T18:30:28.717Z Compiling hashbrown v0.12.3
25522025-09-19T18:30:30.089Z Compiling termcolor v1.4.1
25532025-09-19T18:30:32.094Z Compiling env_logger v0.10.2
25542025-09-19T18:30:32.098Z Compiling tabled v0.20.0
25552025-09-19T18:30:33.745Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
25562025-09-19T18:30:34.038Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
25572025-09-19T18:30:39.812Z Compiling serde-hex v0.1.0
25582025-09-19T18:30:40.069Z Compiling slog-stdlog v4.1.1
25592025-09-19T18:30:42.546Z Compiling polar-core v0.27.3
25602025-09-19T18:30:43.948Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25612025-09-19T18:30:44.112Z Compiling ron v0.8.1
25622025-09-19T18:30:44.375Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25632025-09-19T18:30:44.734Z Compiling hashbrown v0.13.2
25642025-09-19T18:30:45.124Z Compiling derive_builder_core v0.20.2
25652025-09-19T18:30:45.960Z Compiling headers-core v0.3.0
25662025-09-19T18:30:46.198Z Compiling libxml v0.3.3
25672025-09-19T18:30:46.624Z Compiling crc-any v2.5.0
25682025-09-19T18:30:47.050Z Compiling derive_builder_macro v0.20.2
25692025-09-19T18:30:47.548Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
25702025-09-19T18:30:47.996Z Compiling headers v0.4.1
25712025-09-19T18:30:49.544Z Compiling object v0.30.4
25722025-09-19T18:30:49.741Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25732025-09-19T18:30:52.800Z Compiling samael v0.0.19
25742025-09-19T18:30:54.456Z Compiling slog-envlogger v2.2.0
25752025-09-19T18:30:57.476Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25762025-09-19T18:31:00.274Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25772025-09-19T18:31:00.630Z Compiling strum_macros v0.24.3
25782025-09-19T18:31:00.678Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25792025-09-19T18:31:01.081Z Compiling convert_case v0.7.1
25802025-09-19T18:31:01.168Z Compiling path-slash v0.1.5
25812025-09-19T18:31:01.427Z Compiling indoc v1.0.9
25822025-09-19T18:31:01.460Z Compiling crc8 v0.1.1
25832025-09-19T18:31:01.807Z Compiling termtree v0.5.1
25842025-09-19T18:31:01.836Z Compiling derive_more-impl v2.0.1
25852025-09-19T18:31:02.126Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
25862025-09-19T18:31:02.388Z Compiling derive_builder v0.20.2
25872025-09-19T18:31:02.617Z Compiling progenitor-impl v0.11.0
25882025-09-19T18:31:03.412Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25892025-09-19T18:31:03.777Z Compiling impl-trait-for-tuples v0.2.2
25902025-09-19T18:31:05.427Z Compiling oso-derive v0.27.3
25912025-09-19T18:31:06.394Z Compiling quick-xml v0.37.2
25922025-09-19T18:31:06.766Z Compiling derive_more v2.0.1
25932025-09-19T18:31:06.928Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25942025-09-19T18:31:08.231Z Compiling progenitor-macro v0.11.0
25952025-09-19T18:31:09.413Z Compiling progenitor-client v0.11.0
25962025-09-19T18:31:10.392Z Compiling vte_generate_state_changes v0.1.2
25972025-09-19T18:31:11.037Z Compiling diesel-dtrace v0.4.2
25982025-09-19T18:31:11.450Z Compiling siphasher v1.0.1
25992025-09-19T18:31:11.937Z Compiling phf_shared v0.12.1
26002025-09-19T18:31:12.574Z Compiling vte v0.11.1
26012025-09-19T18:31:14.094Z Compiling oso v0.27.3
26022025-09-19T18:31:16.503Z Compiling crossterm v0.29.0
26032025-09-19T18:31:19.070Z Compiling progenitor v0.11.0
26042025-09-19T18:31:19.353Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
26052025-09-19T18:31:24.176Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26062025-09-19T18:31:29.608Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26072025-09-19T18:31:29.983Z Compiling bb8 v0.8.5
26082025-09-19T18:31:30.656Z Compiling unicase v2.7.0
26092025-09-19T18:31:31.066Z Compiling chrono-tz v0.10.4
26102025-09-19T18:31:31.439Z Compiling xshell-macros v0.2.7
26112025-09-19T18:31:32.131Z Compiling xshell v0.2.7
26122025-09-19T18:31:32.907Z Compiling async-bb8-diesel v0.2.1
26132025-09-19T18:31:33.737Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
26142025-09-19T18:31:34.995Z Compiling strip-ansi-escapes v0.2.0
26152025-09-19T18:31:37.109Z Compiling phf v0.12.1
26162025-09-19T18:31:37.491Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26172025-09-19T18:31:38.247Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26182025-09-19T18:31:38.628Z Compiling fd-lock v4.0.2
26192025-09-19T18:31:38.894Z Compiling peg-macros v0.8.5
26202025-09-19T18:31:42.034Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26212025-09-19T18:31:43.007Z Compiling nu-ansi-term v0.50.1
26222025-09-19T18:31:44.206Z Compiling reedline v0.40.0
26232025-09-19T18:31:44.385Z Compiling peg v0.8.5
26242025-09-19T18:31:44.592Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26252025-09-19T18:32:02.417Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
26262025-09-19T18:32:03.010Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26272025-09-19T18:32:03.085Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26282025-09-19T18:32:06.096Z Compiling typify-impl v0.2.0
26292025-09-19T18:32:06.141Z Compiling bcs v0.1.6
26302025-09-19T18:32:07.052Z Compiling fxhash v0.2.1
26312025-09-19T18:32:07.327Z Compiling libz-sys v1.1.20
26322025-09-19T18:32:08.054Z Compiling half v1.8.3
26332025-09-19T18:32:08.552Z Compiling serde_cbor v0.11.2
26342025-09-19T18:32:11.056Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26352025-09-19T18:32:13.208Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26362025-09-19T18:32:13.882Z Compiling kstat-rs v0.2.4
26372025-09-19T18:32:13.948Z Compiling fs-err v2.11.0
26382025-09-19T18:32:14.332Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26392025-09-19T18:32:14.806Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26402025-09-19T18:32:15.296Z Compiling typify-macro v0.2.0
26412025-09-19T18:32:15.371Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26422025-09-19T18:32:16.906Z Compiling nanorand v0.7.0
26432025-09-19T18:32:17.651Z Compiling libgit2-sys v0.17.0+1.8.1
26442025-09-19T18:32:17.907Z Compiling parking_lot_core v0.8.6
26452025-09-19T18:32:18.427Z Compiling flume v0.11.1
26462025-09-19T18:32:18.765Z Compiling mime_guess v2.0.5
26472025-09-19T18:32:20.395Z Compiling tabled_derive v0.10.0
26482025-09-19T18:32:20.424Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
26492025-09-19T18:32:22.657Z Compiling ignore v0.4.23
26502025-09-19T18:32:27.293Z Compiling papergrid v0.14.0
26512025-09-19T18:32:33.157Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
26522025-09-19T18:32:33.418Z Compiling castaway v0.2.3
26532025-09-19T18:32:33.654Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
26542025-09-19T18:32:34.057Z Compiling parse-size v1.1.0
26552025-09-19T18:32:34.405Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
26562025-09-19T18:32:34.981Z Compiling compact_str v0.8.0
26572025-09-19T18:32:36.245Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
26582025-09-19T18:32:37.507Z Compiling tabled v0.18.0
26592025-09-19T18:32:46.443Z Compiling globwalk v0.9.1
26602025-09-19T18:32:47.742Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
26612025-09-19T18:32:57.663Z Compiling typify v0.2.0
26622025-09-19T18:32:58.677Z Compiling predicates-tree v1.0.12
26632025-09-19T18:32:59.511Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26642025-09-19T18:33:01.960Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26652025-09-19T18:33:07.681Z Compiling unicode-truncate v1.1.0
26662025-09-19T18:33:09.140Z Compiling lru v0.12.5
26672025-09-19T18:33:09.530Z Compiling vergen v8.3.2
26682025-09-19T18:33:09.736Z Compiling nibble_vec v0.1.0
26692025-09-19T18:33:09.931Z Compiling cargo-platform v0.1.8
26702025-09-19T18:33:10.050Z Compiling instability v0.3.2
26712025-09-19T18:33:10.247Z Compiling atty v0.2.14
26722025-09-19T18:33:10.416Z Compiling http-range v0.1.5
26732025-09-19T18:33:10.462Z Compiling cassowary v0.3.0
26742025-09-19T18:33:11.031Z Compiling indoc v2.0.6
26752025-09-19T18:33:11.034Z Compiling endian-type v0.1.2
26762025-09-19T18:33:11.358Z Compiling salty v0.3.0
26772025-09-19T18:33:11.887Z Compiling radix_trie v0.2.1
26782025-09-19T18:33:11.919Z Compiling ratatui v0.29.0
26792025-09-19T18:33:11.954Z Compiling cargo_metadata v0.18.1
26802025-09-19T18:33:13.049Z Compiling git2 v0.19.0
26812025-09-19T18:33:13.867Z Compiling camino-tempfile-ext v0.3.2
26822025-09-19T18:33:14.714Z Compiling parking_lot v0.11.2
26832025-09-19T18:33:15.269Z Compiling progenitor-impl v0.8.0
26842025-09-19T18:33:20.938Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26852025-09-19T18:33:21.017Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
26862025-09-19T18:33:24.331Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
26872025-09-19T18:33:28.739Z Compiling rand_seeder v0.4.0
26882025-09-19T18:33:28.784Z Compiling prefix-trie v0.7.0
26892025-09-19T18:33:29.187Z Compiling lzma-sys v0.1.20
26902025-09-19T18:33:29.739Z Compiling rustls v0.21.12
26912025-09-19T18:33:29.986Z Compiling hickory-server v0.25.2
26922025-09-19T18:33:30.152Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
26932025-09-19T18:33:30.470Z Compiling progenitor-macro v0.8.0
26942025-09-19T18:33:31.034Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
26952025-09-19T18:33:32.510Z Compiling hyper-staticfile v0.10.1
26962025-09-19T18:33:34.990Z Compiling sled v0.34.7
26972025-09-19T18:33:35.612Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
26982025-09-19T18:33:41.510Z Compiling hickory-client v0.25.2
26992025-09-19T18:33:42.816Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27002025-09-19T18:33:43.376Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27012025-09-19T18:33:43.851Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
27022025-09-19T18:33:44.027Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27032025-09-19T18:33:50.130Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27042025-09-19T18:33:50.262Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27052025-09-19T18:33:50.294Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27062025-09-19T18:33:50.683Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
27072025-09-19T18:33:52.413Z Compiling primeorder v0.13.6
27082025-09-19T18:33:53.030Z Compiling progenitor-client v0.8.0
27092025-09-19T18:33:53.953Z Compiling rustls-webpki v0.101.7
27102025-09-19T18:33:55.802Z Compiling sct v0.7.1
27112025-09-19T18:33:56.279Z Compiling heck v0.3.3
27122025-09-19T18:33:56.647Z Compiling env_filter v0.1.2
27132025-09-19T18:33:57.256Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
27142025-09-19T18:33:57.603Z Compiling void v1.0.2
27152025-09-19T18:33:57.755Z Compiling env_logger v0.11.5
27162025-09-19T18:33:57.836Z Compiling lzss v0.8.2
27172025-09-19T18:33:58.176Z Compiling zone_cfg_derive v0.1.2
27182025-09-19T18:33:59.120Z Compiling progenitor v0.8.0
27192025-09-19T18:33:59.424Z Compiling p384 v0.13.0
27202025-09-19T18:33:59.537Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27212025-09-19T18:34:00.613Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27222025-09-19T18:34:05.278Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
27232025-09-19T18:34:09.285Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27242025-09-19T18:34:09.333Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27252025-09-19T18:34:10.180Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27262025-09-19T18:34:10.452Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
27272025-09-19T18:34:12.022Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27282025-09-19T18:34:12.210Z Compiling tungstenite v0.23.0
27292025-09-19T18:34:12.489Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27302025-09-19T18:34:12.865Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27312025-09-19T18:34:13.242Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27322025-09-19T18:34:13.618Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27332025-09-19T18:34:13.996Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27342025-09-19T18:34:14.725Z Compiling nix v0.27.1
27352025-09-19T18:34:17.516Z Compiling serde_bytes v0.11.17
27362025-09-19T18:34:17.551Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
27372025-09-19T18:34:17.948Z Compiling base64 v0.13.1
27382025-09-19T18:34:18.064Z Compiling number_prefix v0.4.0
27392025-09-19T18:34:18.384Z Compiling indicatif v0.17.11
27402025-09-19T18:34:18.741Z Compiling ron v0.7.1
27412025-09-19T18:34:22.901Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
27422025-09-19T18:34:24.772Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27432025-09-19T18:34:25.610Z Compiling tokio-tungstenite v0.23.1
27442025-09-19T18:34:26.364Z Compiling xz2 v0.1.7
27452025-09-19T18:34:27.049Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27462025-09-19T18:34:29.090Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27472025-09-19T18:34:35.051Z Compiling tokio-rustls v0.24.1
27482025-09-19T18:34:35.451Z Compiling zone v0.1.8
27492025-09-19T18:34:35.571Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27502025-09-19T18:34:36.161Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27512025-09-19T18:34:38.085Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27522025-09-19T18:34:38.637Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27532025-09-19T18:34:41.049Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27542025-09-19T18:34:42.171Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
27552025-09-19T18:34:44.170Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27562025-09-19T18:34:46.061Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27572025-09-19T18:34:47.088Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27582025-09-19T18:34:50.205Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
27592025-09-19T18:34:51.162Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
27602025-09-19T18:34:54.323Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27612025-09-19T18:34:57.211Z Compiling rustls-pemfile v1.0.4
27622025-09-19T18:34:57.367Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
27632025-09-19T18:34:57.757Z Compiling signal-hook-tokio v0.3.1
27642025-09-19T18:34:57.970Z Compiling twox-hash v2.1.0
27652025-09-19T18:34:58.026Z Compiling yasna v0.5.2
27662025-09-19T18:34:58.987Z Compiling secrecy v0.8.0
27672025-09-19T18:34:59.199Z Compiling is_ci v1.2.0
27682025-09-19T18:34:59.551Z Compiling supports-color v3.0.2
27692025-09-19T18:34:59.783Z Compiling rcgen v0.12.1
27702025-09-19T18:35:01.093Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27712025-09-19T18:35:09.656Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
27722025-09-19T18:35:10.291Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27732025-09-19T18:35:10.341Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
27742025-09-19T18:35:17.550Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
27752025-09-19T18:35:29.641Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
27762025-09-19T18:35:30.651Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
27772025-09-19T18:35:31.026Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
27782025-09-19T18:35:40.196Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
27792025-09-19T18:35:43.072Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27802025-09-19T18:35:50.253Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27812025-09-19T18:35:50.744Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27822025-09-19T18:35:51.139Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
27832025-09-19T18:35:51.526Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
27842025-09-19T18:35:53.183Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27852025-09-19T18:36:00.156Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
27862025-09-19T18:36:00.449Z Compiling fatfs v0.3.6
27872025-09-19T18:36:00.490Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23)
27882025-09-19T18:36:01.998Z Compiling subprocess v0.2.9
27892025-09-19T18:36:03.277Z Compiling rtoolbox v0.0.2
27902025-09-19T18:36:03.746Z Compiling assert_matches v1.5.0
27912025-09-19T18:36:03.905Z Compiling rpassword v7.4.0
27922025-09-19T18:36:04.401Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27932025-09-19T18:36:09.422Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27942025-09-19T18:36:12.326Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
27952025-09-19T18:36:17.746Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27962025-09-19T18:36:41.486Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
27972025-09-19T18:36:46.224Z Compiling tui-tree-widget v0.23.1
27982025-09-19T18:36:46.705Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
27992025-09-19T18:36:52.505Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28002025-09-19T18:36:58.971Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28012025-09-19T18:36:59.289Z Compiling uzers v0.12.1
28022025-09-19T18:36:59.343Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28032025-09-19T18:37:01.536Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28042025-09-19T18:37:03.657Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28052025-09-19T18:37:24.919Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28062025-09-19T18:37:29.515Z Compiling support-bundle-viewer v0.1.2
28072025-09-19T18:37:32.508Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28082025-09-19T18:37:33.238Z Compiling multimap v0.10.1
28092025-09-19T18:40:01.862Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28102025-09-19T18:40:04.500Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28112025-09-19T18:48:52.083Z Finished `release` profile [optimized] target(s) in 20m 34s
28122025-09-19T18:49:49.014Z
28132025-09-19T18:49:49.024Zreal 21:32.781580768
28142025-09-19T18:49:49.024Zuser 2:31:13.273600373
28152025-09-19T18:49:49.024Zsys 4:22.518386137
28162025-09-19T18:49:49.024Ztrap 3.856549476
28172025-09-19T18:49:49.024Ztflt 2.173467743
28182025-09-19T18:49:49.024Zdflt 6.041728590
28192025-09-19T18:49:49.024Zkflt 0.001501484
28202025-09-19T18:49:49.024Zlock 10:22:38.499151234
28212025-09-19T18:49:49.024Zslp 7:43:02.451971437
28222025-09-19T18:49:49.024Zlat 4:19.940362233
28232025-09-19T18:49:49.024Zstop 4:09.535523072
28242025-09-19T18:49:49.024Z+ mapfile -t packages
28252025-09-19T18:49:49.024Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
28262025-09-19T18:49:50.282Z Finished `release` profile [optimized] target(s) in 1.20s
28272025-09-19T18:49:50.355Z Running `target/release/omicron-package -t test list-outputs`
28282025-09-19T18:49:50.395ZLogging to: /work/oxidecomputer/omicron/out/LOG
28292025-09-19T18:49:50.401Z+ ptime -m cargo build --locked --release -p xtask
28302025-09-19T18:49:51.149Z Compiling once_cell v1.21.3
28312025-09-19T18:49:51.149Z Compiling serde_core v1.0.223
28322025-09-19T18:49:51.164Z Compiling syn v2.0.106
28332025-09-19T18:49:51.164Z Compiling bitflags v2.9.1
28342025-09-19T18:49:51.164Z Compiling serde v1.0.223
28352025-09-19T18:49:51.164Z Compiling serde_json v1.0.145
28362025-09-19T18:49:51.164Z Compiling libc v0.2.174
28372025-09-19T18:49:51.257Z Compiling num-traits v0.2.19
28382025-09-19T18:49:51.639Z Compiling smallvec v1.15.1
28392025-09-19T18:49:51.667Z Compiling hashbrown v0.15.4
28402025-09-19T18:49:51.720Z Compiling rustix v0.38.37
28412025-09-19T18:49:52.683Z Compiling usdt-impl v0.5.0
28422025-09-19T18:49:52.719Z Compiling syn v1.0.109
28432025-09-19T18:49:52.791Z Compiling thread-id v4.2.2
28442025-09-19T18:49:52.913Z Compiling indexmap v2.11.0
28452025-09-19T18:49:52.938Z Compiling percent-encoding v2.3.2
28462025-09-19T18:49:53.009Z Compiling log v0.4.27
28472025-09-19T18:49:53.491Z Compiling rustix v1.0.7
28482025-09-19T18:49:53.509Z Compiling getrandom v0.3.1
28492025-09-19T18:49:57.618Z Compiling terminal_size v0.4.0
28502025-09-19T18:49:57.663Z Compiling form_urlencoded v1.2.2
28512025-09-19T18:49:57.663Z Compiling ordered-float v2.10.1
28522025-09-19T18:49:57.664Z Compiling fs-err v3.1.1
28532025-09-19T18:49:57.664Z Compiling anyhow v1.0.99
28542025-09-19T18:49:57.664Z Compiling clap_builder v4.5.41
28552025-09-19T18:49:57.664Z Compiling textwrap v0.16.2
28562025-09-19T18:49:58.081Z Compiling synstructure v0.13.1
28572025-09-19T18:49:58.182Z Compiling proc-macro-error v1.0.4
28582025-09-19T18:49:58.717Z Compiling tempfile v3.20.0
28592025-09-19T18:49:59.136Z Compiling tabled_derive v0.7.0
28602025-09-19T18:49:59.262Z Compiling camino-tempfile v1.4.1
28612025-09-19T18:50:00.890Z Compiling tabled v0.15.0
28622025-09-19T18:50:00.946Z Compiling serde_derive v1.0.223
28632025-09-19T18:50:01.934Z Compiling thiserror-impl v1.0.69
28642025-09-19T18:50:02.290Z Compiling zerofrom-derive v0.1.4
28652025-09-19T18:50:02.433Z Compiling yoke-derive v0.7.4
28662025-09-19T18:50:04.514Z Compiling zerovec-derive v0.10.3
28672025-09-19T18:50:04.752Z Compiling thiserror v1.0.69
28682025-09-19T18:50:04.937Z Compiling displaydoc v0.2.5
28692025-09-19T18:50:05.241Z Compiling zerofrom v0.1.4
28702025-09-19T18:50:05.528Z Compiling yoke v0.7.4
28712025-09-19T18:50:05.969Z Compiling pest v2.7.14
28722025-09-19T18:50:06.380Z Compiling zerocopy-derive v0.7.35
28732025-09-19T18:50:06.802Z Compiling zerovec v0.10.4
28742025-09-19T18:50:08.157Z Compiling icu_provider_macros v1.5.0
28752025-09-19T18:50:08.972Z Compiling tinystr v0.7.6
28762025-09-19T18:50:09.015Z Compiling pest_meta v2.7.14
28772025-09-19T18:50:09.221Z Compiling icu_collections v1.5.0
28782025-09-19T18:50:09.338Z Compiling icu_locid v1.5.0
28792025-09-19T18:50:09.851Z Compiling serde_spanned v0.6.9
28802025-09-19T18:50:10.160Z Compiling toml_datetime v0.6.11
28812025-09-19T18:50:10.699Z Compiling icu_provider v1.5.0
28822025-09-19T18:50:10.737Z Compiling pest_generator v2.7.14
28832025-09-19T18:50:11.040Z Compiling zerocopy v0.7.35
28842025-09-19T18:50:11.953Z Compiling icu_locid_transform v1.5.0
28852025-09-19T18:50:12.538Z Compiling scroll_derive v0.12.0
28862025-09-19T18:50:12.581Z Compiling pest_derive v2.7.14
28872025-09-19T18:50:12.646Z Compiling dof v0.3.0
28882025-09-19T18:50:12.907Z Compiling toml_edit v0.22.27
28892025-09-19T18:50:13.417Z Compiling icu_properties v1.5.1
28902025-09-19T18:50:13.464Z Compiling dtrace-parser v0.2.0
28912025-09-19T18:50:13.864Z Compiling scroll v0.12.0
28922025-09-19T18:50:14.537Z Compiling goblin v0.8.2
28932025-09-19T18:50:16.547Z Compiling serde_tokenstream v0.2.2
28942025-09-19T18:50:17.115Z Compiling toml v0.8.23
28952025-09-19T18:50:17.397Z Compiling icu_normalizer v1.5.0
28962025-09-19T18:50:19.527Z Compiling idna_adapter v1.2.0
28972025-09-19T18:50:19.800Z Compiling idna v1.0.3
28982025-09-19T18:50:19.822Z Compiling erased-serde v0.4.6
28992025-09-19T18:50:21.322Z Compiling thiserror-impl v2.0.16
29002025-09-19T18:50:22.530Z Compiling serde-untagged v0.1.7
29012025-09-19T18:50:23.003Z Compiling url v2.5.4
29022025-09-19T18:50:24.076Z Compiling thiserror v2.0.16
29032025-09-19T18:50:24.284Z Compiling semver v1.0.26
29042025-09-19T18:50:24.875Z Compiling serde-value v0.7.0
29052025-09-19T18:50:25.762Z Compiling cargo-util-schemas v0.8.2
29062025-09-19T18:50:27.424Z Compiling usdt-macro v0.5.0
29072025-09-19T18:50:28.299Z Compiling usdt-attr-macro v0.5.0
29082025-09-19T18:50:28.641Z Compiling cargo-platform v0.2.0
29092025-09-19T18:50:29.152Z Compiling clap_derive v4.5.41
29102025-09-19T18:50:29.597Z Compiling usdt v0.5.0
29112025-09-19T18:50:29.861Z Compiling cargo_metadata v0.21.0
29122025-09-19T18:50:30.955Z Compiling cargo_toml v0.21.0
29132025-09-19T18:50:31.181Z Compiling macaddr v1.0.1
29142025-09-19T18:50:33.334Z Compiling clap v4.5.41
29152025-09-19T18:50:41.848Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29162025-09-19T18:50:47.722Z Finished `release` profile [optimized] target(s) in 57.26s
29172025-09-19T18:50:47.874Z
29182025-09-19T18:50:47.877Zreal 57.435353843
29192025-09-19T18:50:47.877Zuser 6:12.752509025
29202025-09-19T18:50:47.877Zsys 28.156849516
29212025-09-19T18:50:47.877Ztrap 0.200921138
29222025-09-19T18:50:47.877Ztflt 0.334073208
29232025-09-19T18:50:47.877Zdflt 0.333201046
29242025-09-19T18:50:47.877Zkflt 0.000006049
29252025-09-19T18:50:47.877Zlock 17:58.000408225
29262025-09-19T18:50:47.877Zslp 20:21.930487676
29272025-09-19T18:50:47.877Zlat 26.145754686
29282025-09-19T18:50:47.878Zstop 35.010375570
29292025-09-19T18:50:47.878Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29302025-09-19T18:50:47.878Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29312025-09-19T18:50:47.878Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29322025-09-19T18:50:47.878Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29332025-09-19T18:50:47.878Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29342025-09-19T18:50:49.125Z Compiling regress v0.10.4
29352025-09-19T18:50:49.300Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29362025-09-19T18:50:49.300Z Compiling unsafe-libyaml v0.2.11
29372025-09-19T18:50:49.305Z Compiling ident_case v1.0.1
29382025-09-19T18:50:49.305Z Compiling match_cfg v0.1.0
29392025-09-19T18:50:49.378Z Compiling quick-error v1.2.3
29402025-09-19T18:50:49.382Z Compiling tempfile v3.20.0
29412025-09-19T18:50:49.397Z Compiling progenitor-client v0.10.0
29422025-09-19T18:50:49.452Z Compiling hostname v0.3.1
29432025-09-19T18:50:49.478Z Compiling darling_core v0.20.10
29442025-09-19T18:50:49.549Z Compiling structmeta-derive v0.3.0
29452025-09-19T18:50:49.683Z Compiling rustls v0.22.4
29462025-09-19T18:50:49.902Z Compiling hex v0.4.3
29472025-09-19T18:50:49.957Z Compiling multer v3.1.0
29482025-09-19T18:50:50.055Z Compiling debug-ignore v1.0.5
29492025-09-19T18:50:50.249Z Compiling toml_parser v1.0.2
29502025-09-19T18:50:50.395Z Compiling slog-json v2.6.1
29512025-09-19T18:50:50.524Z Compiling toml_datetime v0.7.0
29522025-09-19T18:50:50.780Z Compiling serde_yaml v0.9.34+deprecated
29532025-09-19T18:50:51.116Z Compiling macaddr v1.0.1
29542025-09-19T18:50:51.143Z Compiling serde_spanned v1.0.0
29552025-09-19T18:50:51.445Z Compiling async-stream-impl v0.3.6
29562025-09-19T18:50:51.594Z Compiling dropshot v0.16.4
29572025-09-19T18:50:51.719Z Compiling toml_writer v1.0.2
29582025-09-19T18:50:51.957Z Compiling ref-cast v1.0.24
29592025-09-19T18:50:52.141Z Compiling toml v0.9.5
29602025-09-19T18:50:52.166Z Compiling structmeta v0.3.0
29612025-09-19T18:50:52.609Z Compiling slog-bunyan v2.5.0
29622025-09-19T18:50:52.824Z Compiling async-stream v0.3.6
29632025-09-19T18:50:52.870Z Compiling waitgroup v0.1.2
29642025-09-19T18:50:53.106Z Compiling typify-impl v0.3.0
29652025-09-19T18:50:53.137Z Compiling rustls-pemfile v2.2.0
29662025-09-19T18:50:53.509Z Compiling dropshot_endpoint v0.16.4
29672025-09-19T18:50:53.623Z Compiling serde_path_to_error v0.1.17
29682025-09-19T18:50:54.179Z Compiling ref-cast-impl v1.0.24
29692025-09-19T18:50:54.422Z Compiling tokio-rustls v0.25.0
29702025-09-19T18:50:54.896Z Compiling hostname v0.4.0
29712025-09-19T18:50:55.152Z Compiling wait-timeout v0.2.0
29722025-09-19T18:50:55.198Z Compiling darling_macro v0.20.10
29732025-09-19T18:50:55.275Z Compiling bit-vec v0.8.0
29742025-09-19T18:50:55.562Z Compiling rusty-fork v0.3.0
29752025-09-19T18:50:55.706Z Compiling bit-set v0.8.0
29762025-09-19T18:50:55.771Z Compiling derive-ex v0.1.8
29772025-09-19T18:50:56.024Z Compiling rand_xorshift v0.4.0
29782025-09-19T18:50:56.154Z Compiling darling v0.20.10
29792025-09-19T18:50:56.267Z Compiling instant v0.1.13
29802025-09-19T18:50:56.331Z Compiling serde_with_macros v3.14.0
29812025-09-19T18:50:56.389Z Compiling unarray v0.1.4
29822025-09-19T18:50:56.473Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
29832025-09-19T18:50:56.602Z Compiling proptest v1.7.0
29842025-09-19T18:50:56.683Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29852025-09-19T18:50:57.223Z Compiling progenitor-client v0.9.1
29862025-09-19T18:50:57.438Z Compiling derive-where v1.5.0
29872025-09-19T18:50:57.791Z Compiling parse-display-derive v0.10.0
29882025-09-19T18:50:58.396Z Compiling hashbrown v0.16.0
29892025-09-19T18:50:58.933Z Compiling serde_with v3.14.0
29902025-09-19T18:50:59.587Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29912025-09-19T18:51:00.052Z Compiling test-strategy v0.4.3
29922025-09-19T18:51:00.405Z Compiling foldhash v0.2.0
29932025-09-19T18:51:00.473Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
29942025-09-19T18:51:00.860Z Compiling iddqd v0.3.13
29952025-09-19T18:51:00.883Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29962025-09-19T18:51:01.103Z Compiling backoff v0.4.0
29972025-09-19T18:51:01.515Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29982025-09-19T18:51:01.736Z Compiling parse-display v0.10.0
29992025-09-19T18:51:01.945Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
30002025-09-19T18:51:02.346Z Compiling typify-impl v0.4.3
30012025-09-19T18:51:02.373Z Compiling itertools v0.14.0
30022025-09-19T18:51:03.159Z Compiling darling_core v0.21.0
30032025-09-19T18:51:03.643Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
30042025-09-19T18:51:04.227Z Compiling proc-macro-crate v1.3.1
30052025-09-19T18:51:04.608Z Compiling typify-macro v0.3.0
30062025-09-19T18:51:04.845Z Compiling crucible-workspace-hack v0.1.0
30072025-09-19T18:51:05.164Z Compiling num_enum_derive v0.5.11
30082025-09-19T18:51:05.253Z Compiling proc-macro-error v1.0.4
30092025-09-19T18:51:05.400Z Compiling heapless v0.8.0
30102025-09-19T18:51:06.130Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30112025-09-19T18:51:06.432Z Compiling hash32 v0.3.1
30122025-09-19T18:51:06.560Z Compiling smoltcp v0.11.0
30132025-09-19T18:51:06.750Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
30142025-09-19T18:51:07.172Z Compiling foreign-types-macros v0.2.3
30152025-09-19T18:51:07.299Z Compiling cobs v0.2.3
30162025-09-19T18:51:07.578Z Compiling num_enum v0.5.11
30172025-09-19T18:51:07.641Z Compiling foreign-types-shared v0.3.1
30182025-09-19T18:51:07.798Z Compiling postcard v1.0.10
30192025-09-19T18:51:08.329Z Compiling tabwriter v1.4.0
30202025-09-19T18:51:08.455Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30212025-09-19T18:51:08.502Z Compiling foreign-types v0.5.0
30222025-09-19T18:51:08.647Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
30232025-09-19T18:51:08.675Z Compiling typify v0.3.0
30242025-09-19T18:51:08.792Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
30252025-09-19T18:51:08.880Z Compiling progenitor-impl v0.9.1
30262025-09-19T18:51:09.154Z Compiling cstr-argument v0.1.2
30272025-09-19T18:51:09.253Z Compiling pretty-hex v0.2.1
30282025-09-19T18:51:09.308Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
30292025-09-19T18:51:09.334Z Compiling darling_macro v0.21.0
30302025-09-19T18:51:09.428Z Compiling rayon-core v1.12.1
30312025-09-19T18:51:09.492Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
30322025-09-19T18:51:09.716Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30332025-09-19T18:51:09.846Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30342025-09-19T18:51:09.970Z Compiling crossbeam-deque v0.8.5
30352025-09-19T18:51:10.083Z Compiling colored v2.2.0
30362025-09-19T18:51:10.258Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
30372025-09-19T18:51:10.309Z Compiling darling v0.21.0
30382025-09-19T18:51:10.490Z Compiling ingot-macros v0.1.1
30392025-09-19T18:51:11.258Z Compiling zone_cfg_derive v0.3.0
30402025-09-19T18:51:11.961Z Compiling rayon v1.10.0
30412025-09-19T18:51:12.446Z Compiling camino-tempfile v1.4.1
30422025-09-19T18:51:12.701Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
30432025-09-19T18:51:12.937Z Compiling smf v0.2.3
30442025-09-19T18:51:13.113Z Compiling num-derive v0.4.2
30452025-09-19T18:51:14.084Z Compiling typify-macro v0.4.3
30462025-09-19T18:51:14.115Z Compiling sigpipe v0.1.3
30472025-09-19T18:51:14.291Z Compiling jiff v0.2.15
30482025-09-19T18:51:14.568Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30492025-09-19T18:51:14.983Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
30502025-09-19T18:51:15.379Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
30512025-09-19T18:51:15.466Z Compiling zone v0.3.1
30522025-09-19T18:51:15.600Z Compiling progenitor-macro v0.9.1
30532025-09-19T18:51:16.251Z Compiling toml v0.8.23
30542025-09-19T18:51:16.352Z Compiling num-rational v0.4.2
30552025-09-19T18:51:16.956Z Compiling num-complex v0.4.6
30562025-09-19T18:51:17.501Z Compiling ingot-types v0.1.2
30572025-09-19T18:51:17.779Z Compiling float-ord v0.3.2
30582025-09-19T18:51:17.905Z Compiling num v0.4.3
30592025-09-19T18:51:17.928Z Compiling universal-hash v0.5.1
30602025-09-19T18:51:17.981Z Compiling secrecy v0.10.3
30612025-09-19T18:51:18.030Z Compiling opaque-debug v0.3.1
30622025-09-19T18:51:18.092Z Compiling typify v0.4.3
30632025-09-19T18:51:18.169Z Compiling convert_case v0.4.0
30642025-09-19T18:51:18.195Z Compiling password-hash v0.5.0
30652025-09-19T18:51:18.244Z Compiling progenitor-impl v0.10.0
30662025-09-19T18:51:18.286Z Compiling blake2 v0.10.6
30672025-09-19T18:51:18.388Z Compiling ingot v0.1.1
30682025-09-19T18:51:19.009Z Compiling derive_more v0.99.20
30692025-09-19T18:51:19.087Z Compiling indent_write v2.2.0
30702025-09-19T18:51:19.350Z Compiling argon2 v0.5.3
30712025-09-19T18:51:19.555Z Compiling aead v0.5.2
30722025-09-19T18:51:19.991Z Compiling keccak v0.1.5
30732025-09-19T18:51:21.278Z Compiling utf-8 v0.7.6
30742025-09-19T18:51:21.649Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30752025-09-19T18:51:22.041Z Compiling tungstenite v0.21.0
30762025-09-19T18:51:22.309Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
30772025-09-19T18:51:22.476Z Compiling sha3 v0.10.8
30782025-09-19T18:51:22.962Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30792025-09-19T18:51:23.476Z Compiling poly1305 v0.8.0
30802025-09-19T18:51:23.548Z Compiling chacha20 v0.9.1
30812025-09-19T18:51:23.980Z Compiling tokio-tungstenite v0.21.0
30822025-09-19T18:51:24.078Z Compiling console v0.15.10
30832025-09-19T18:51:24.954Z Compiling base64 v0.21.7
30842025-09-19T18:51:25.082Z Compiling progenitor-macro v0.10.0
30852025-09-19T18:51:25.164Z Compiling owo-colors v4.2.2
30862025-09-19T18:51:25.391Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
30872025-09-19T18:51:25.447Z Compiling cancel-safe-futures v0.1.5
30882025-09-19T18:51:25.628Z Compiling libsw-core v0.3.1
30892025-09-19T18:51:25.663Z Compiling semver v0.1.20
30902025-09-19T18:51:25.890Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30912025-09-19T18:51:25.915Z Compiling fixedbitset v0.5.7
30922025-09-19T18:51:26.258Z Compiling rustc_version v0.1.7
30932025-09-19T18:51:26.571Z Compiling petgraph v0.8.2
30942025-09-19T18:51:26.649Z Compiling libsw v3.5.0
30952025-09-19T18:51:26.963Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
30962025-09-19T18:51:26.966Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30972025-09-19T18:51:26.992Z Compiling atomicwrites v0.4.4
30982025-09-19T18:51:27.112Z Compiling newline-converter v0.3.0
30992025-09-19T18:51:27.337Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
31002025-09-19T18:51:27.379Z Compiling thiserror-impl-no-std v2.0.2
31012025-09-19T18:51:27.636Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
31022025-09-19T18:51:27.851Z Compiling half v2.4.1
31032025-09-19T18:51:28.137Z Compiling ciborium-io v0.2.2
31042025-09-19T18:51:28.294Z Compiling linear-map v1.2.0
31052025-09-19T18:51:28.318Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
31062025-09-19T18:51:28.451Z Compiling progenitor v0.9.1
31072025-09-19T18:51:28.474Z Compiling ciborium-ll v0.2.2
31082025-09-19T18:51:28.695Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
31092025-09-19T18:51:28.725Z Compiling expectorate v1.2.0
31102025-09-19T18:51:28.899Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31112025-09-19T18:51:29.026Z Compiling newtype_derive v0.1.6
31122025-09-19T18:51:29.103Z Compiling pin-project-internal v1.1.6
31132025-09-19T18:51:29.306Z Compiling ciborium v0.2.2
31142025-09-19T18:51:29.806Z Compiling chacha20poly1305 v0.10.1
31152025-09-19T18:51:30.102Z Compiling typify-impl v0.2.0
31162025-09-19T18:51:30.134Z Compiling thiserror-no-std v2.0.2
31172025-09-19T18:51:30.305Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31182025-09-19T18:51:30.560Z Compiling vsss-rs v3.3.4
31192025-09-19T18:51:30.618Z Compiling resolv-conf v0.7.0
31202025-09-19T18:51:31.400Z Compiling primeorder v0.13.6
31212025-09-19T18:51:31.886Z Compiling pin-project v1.1.6
31222025-09-19T18:51:31.980Z Compiling pem v3.0.5
31232025-09-19T18:51:32.091Z Compiling snafu-derive v0.8.5
31242025-09-19T18:51:32.744Z Compiling csv-core v0.1.11
31252025-09-19T18:51:32.971Z Compiling moka v0.12.10
31262025-09-19T18:51:33.270Z Compiling same-file v1.0.6
31272025-09-19T18:51:33.324Z Compiling libefi-sys v0.1.0
31282025-09-19T18:51:33.589Z Compiling walkdir v2.5.0
31292025-09-19T18:51:33.767Z Compiling csv v1.3.1
31302025-09-19T18:51:34.202Z Compiling tabled_derive v0.7.0
31312025-09-19T18:51:34.289Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31322025-09-19T18:51:34.975Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31332025-09-19T18:51:35.031Z Compiling globset v0.4.15
31342025-09-19T18:51:35.275Z Compiling olpc-cjson v0.1.4
31352025-09-19T18:51:35.609Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
31362025-09-19T18:51:36.085Z Compiling serde_plain v1.0.2
31372025-09-19T18:51:36.342Z Compiling async-recursion v1.1.1
31382025-09-19T18:51:36.365Z Compiling bitfield-struct v0.6.2
31392025-09-19T18:51:36.504Z Compiling unicase v2.7.0
31402025-09-19T18:51:36.568Z Compiling tagptr v0.2.0
31412025-09-19T18:51:36.759Z Compiling snafu v0.8.5
31422025-09-19T18:51:36.872Z Compiling arc-swap v1.7.1
31432025-09-19T18:51:36.898Z Compiling highway v1.3.0
31442025-09-19T18:51:37.470Z Compiling typed-path v0.9.3
31452025-09-19T18:51:37.494Z Compiling textwrap v0.16.2
31462025-09-19T18:51:37.709Z Compiling slog-scope v4.4.0
31472025-09-19T18:51:37.765Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31482025-09-19T18:51:37.890Z Compiling progenitor v0.10.0
31492025-09-19T18:51:38.148Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
31502025-09-19T18:51:38.172Z Compiling tabled v0.15.0
31512025-09-19T18:51:38.518Z Compiling steno v0.4.1
31522025-09-19T18:51:39.076Z Compiling polyval v0.6.2
31532025-09-19T18:51:39.581Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31542025-09-19T18:51:39.754Z Compiling tough v0.20.0
31552025-09-19T18:51:40.269Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31562025-09-19T18:51:40.510Z Compiling hickory-proto v0.24.4
31572025-09-19T18:51:40.810Z Compiling proc-macro-error-attr2 v2.0.0
31582025-09-19T18:51:41.604Z Compiling typify-macro v0.2.0
31592025-09-19T18:51:41.689Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31602025-09-19T18:51:41.860Z Compiling linked-hash-map v0.5.6
31612025-09-19T18:51:42.268Z Compiling parking_lot_core v0.8.6
31622025-09-19T18:51:42.810Z Compiling humantime v2.2.0
31632025-09-19T18:51:43.375Z Compiling salty v0.3.0
31642025-09-19T18:51:43.642Z Compiling lru-cache v0.1.2
31652025-09-19T18:51:43.878Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31662025-09-19T18:51:43.947Z Compiling proc-macro-error2 v2.0.1
31672025-09-19T18:51:44.566Z Compiling hickory-resolver v0.25.2
31682025-09-19T18:51:44.589Z Compiling ghash v0.5.1
31692025-09-19T18:51:44.727Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31702025-09-19T18:51:44.852Z Compiling slog-stdlog v4.1.1
31712025-09-19T18:51:45.140Z Compiling p384 v0.13.0
31722025-09-19T18:51:45.239Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31732025-09-19T18:51:45.243Z Compiling nix v0.30.1
31742025-09-19T18:51:45.488Z Compiling ctr v0.9.2
31752025-09-19T18:51:45.619Z Compiling typify v0.2.0
31762025-09-19T18:51:45.827Z Compiling progenitor-impl v0.8.0
31772025-09-19T18:51:45.913Z Compiling num-derive v0.3.3
31782025-09-19T18:51:46.195Z Compiling lzma-sys v0.1.20
31792025-09-19T18:51:46.725Z Compiling gethostname v0.5.0
31802025-09-19T18:51:46.953Z Compiling slog-dtrace v0.3.0
31812025-09-19T18:51:47.038Z Compiling xshell-macros v0.2.7
31822025-09-19T18:51:47.846Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31832025-09-19T18:51:48.132Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31842025-09-19T18:51:48.321Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31852025-09-19T18:51:49.056Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31862025-09-19T18:51:49.546Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31872025-09-19T18:51:51.180Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
31882025-09-19T18:51:51.589Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31892025-09-19T18:51:52.607Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31902025-09-19T18:51:52.648Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31912025-09-19T18:51:52.799Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31922025-09-19T18:51:53.600Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
31932025-09-19T18:51:54.591Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31942025-09-19T18:51:55.124Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
31952025-09-19T18:51:56.261Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31962025-09-19T18:51:56.497Z Compiling progenitor-macro v0.8.0
31972025-09-19T18:51:57.924Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31982025-09-19T18:51:57.994Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31992025-09-19T18:51:58.264Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32002025-09-19T18:51:58.601Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
32012025-09-19T18:51:59.218Z Compiling libscf-sys v1.1.0
32022025-09-19T18:51:59.503Z Compiling xshell v0.2.7
32032025-09-19T18:52:00.312Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32042025-09-19T18:52:00.651Z Compiling aes-gcm v0.10.3
32052025-09-19T18:52:01.039Z Compiling hickory-resolver v0.24.4
32062025-09-19T18:52:01.221Z Compiling mime_guess v2.0.5
32072025-09-19T18:52:01.988Z Compiling slog-envlogger v2.2.0
32082025-09-19T18:52:02.440Z Compiling tabled_derive v0.11.0
32092025-09-19T18:52:04.240Z Compiling papergrid v0.17.0
32102025-09-19T18:52:04.346Z Compiling progenitor-impl v0.11.0
32112025-09-19T18:52:05.388Z Compiling testing_table v0.3.0
32122025-09-19T18:52:05.700Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
32132025-09-19T18:52:06.560Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32142025-09-19T18:52:06.924Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
32152025-09-19T18:52:07.737Z Compiling tokio-dtrace v0.1.0
32162025-09-19T18:52:08.226Z Compiling heck v0.3.3
32172025-09-19T18:52:08.469Z Compiling progenitor-client v0.8.0
32182025-09-19T18:52:08.637Z Compiling ssh-encoding v0.2.0
32192025-09-19T18:52:08.974Z Compiling blowfish v0.9.1
32202025-09-19T18:52:09.185Z Compiling env_filter v0.1.2
32212025-09-19T18:52:09.238Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
32222025-09-19T18:52:09.291Z Compiling nibble_vec v0.1.0
32232025-09-19T18:52:09.457Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32242025-09-19T18:52:09.559Z Compiling endian-type v0.1.2
32252025-09-19T18:52:09.714Z Compiling env_logger v0.11.5
32262025-09-19T18:52:09.830Z Compiling radix_trie v0.2.1
32272025-09-19T18:52:09.833Z Compiling bcrypt-pbkdf v0.10.0
32282025-09-19T18:52:09.901Z Compiling progenitor v0.8.0
32292025-09-19T18:52:10.175Z Compiling ssh-cipher v0.2.0
32302025-09-19T18:52:10.368Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
32312025-09-19T18:52:10.489Z Compiling zone_cfg_derive v0.1.2
32322025-09-19T18:52:10.515Z Compiling oxide-tokio-rt v0.1.2
32332025-09-19T18:52:10.855Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32342025-09-19T18:52:11.327Z Compiling progenitor-macro v0.11.0
32352025-09-19T18:52:11.360Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
32362025-09-19T18:52:11.586Z Compiling tabled v0.20.0
32372025-09-19T18:52:11.861Z Compiling parking_lot v0.11.2
32382025-09-19T18:52:11.991Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32392025-09-19T18:52:12.208Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32402025-09-19T18:52:12.755Z Compiling qorb v0.4.1
32412025-09-19T18:52:12.943Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32422025-09-19T18:52:14.456Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32432025-09-19T18:52:15.249Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32442025-09-19T18:52:16.751Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32452025-09-19T18:52:16.780Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32462025-09-19T18:52:16.808Z Compiling progenitor-client v0.11.0
32472025-09-19T18:52:17.100Z Compiling prefix-trie v0.7.0
32482025-09-19T18:52:17.211Z Compiling password-hash v0.4.2
32492025-09-19T18:52:17.334Z Compiling fxhash v0.2.1
32502025-09-19T18:52:17.390Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
32512025-09-19T18:52:17.418Z Compiling number_prefix v0.4.0
32522025-09-19T18:52:17.589Z Compiling http-range v0.1.5
32532025-09-19T18:52:17.643Z Compiling base64 v0.13.1
32542025-09-19T18:52:17.691Z Compiling pbkdf2 v0.11.0
32552025-09-19T18:52:17.809Z Compiling hickory-server v0.25.2
32562025-09-19T18:52:17.867Z Compiling indicatif v0.17.11
32572025-09-19T18:52:17.929Z Compiling sled v0.34.7
32582025-09-19T18:52:17.978Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32592025-09-19T18:52:18.094Z Compiling ron v0.7.1
32602025-09-19T18:52:18.207Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32612025-09-19T18:52:18.921Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32622025-09-19T18:52:20.150Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
32632025-09-19T18:52:22.159Z Compiling xz2 v0.1.7
32642025-09-19T18:52:22.639Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32652025-09-19T18:52:22.937Z Compiling zone v0.1.8
32662025-09-19T18:52:23.476Z Compiling ssh-key v0.6.6
32672025-09-19T18:52:23.666Z Compiling hickory-client v0.25.2
32682025-09-19T18:52:24.249Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32692025-09-19T18:52:24.338Z Compiling progenitor v0.11.0
32702025-09-19T18:52:24.363Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32712025-09-19T18:52:24.606Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32722025-09-19T18:52:24.703Z Compiling p256 v0.13.2
32732025-09-19T18:52:25.453Z Compiling p521 v0.13.3
32742025-09-19T18:52:25.505Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
32752025-09-19T18:52:26.029Z Compiling yasna v0.5.2
32762025-09-19T18:52:27.041Z Compiling headers-core v0.3.0
32772025-09-19T18:52:27.267Z Compiling kstat-rs v0.2.4
32782025-09-19T18:52:27.380Z Compiling secrecy v0.8.0
32792025-09-19T18:52:27.490Z Compiling nanorand v0.7.0
32802025-09-19T18:52:27.602Z Compiling russh-cryptovec v0.7.3
32812025-09-19T18:52:27.665Z Compiling atty v0.2.14
32822025-09-19T18:52:27.720Z Compiling md5 v0.7.0
32832025-09-19T18:52:27.871Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32842025-09-19T18:52:27.874Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32852025-09-19T18:52:27.961Z Compiling crc8 v0.1.1
32862025-09-19T18:52:28.042Z Compiling russh-keys v0.45.0
32872025-09-19T18:52:28.181Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
32882025-09-19T18:52:28.260Z Compiling flume v0.11.1
32892025-09-19T18:52:28.928Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
32902025-09-19T18:52:30.929Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
32912025-09-19T18:52:31.579Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32922025-09-19T18:52:32.052Z Compiling headers v0.4.1
32932025-09-19T18:52:33.770Z Compiling rcgen v0.12.1
32942025-09-19T18:52:33.863Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32952025-09-19T18:52:34.913Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32962025-09-19T18:52:35.904Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
32972025-09-19T18:52:36.478Z Compiling hyper-staticfile v0.10.1
32982025-09-19T18:52:37.233Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32992025-09-19T18:52:37.537Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
33002025-09-19T18:52:37.943Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33012025-09-19T18:52:38.080Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33022025-09-19T18:52:39.285Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33032025-09-19T18:52:40.105Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33042025-09-19T18:52:40.507Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
33052025-09-19T18:52:41.779Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33062025-09-19T18:52:42.195Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33072025-09-19T18:52:42.643Z Compiling num-bigint v0.4.6
33082025-09-19T18:52:43.655Z Compiling des v0.8.1
33092025-09-19T18:52:44.028Z Compiling subprocess v0.2.9
33102025-09-19T18:52:44.138Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
33112025-09-19T18:52:45.046Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33122025-09-19T18:52:45.651Z Compiling hex-literal v0.4.1
33132025-09-19T18:52:45.875Z Compiling display-error-chain v0.2.2
33142025-09-19T18:52:46.143Z Compiling russh v0.45.0
33152025-09-19T18:52:46.573Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
33162025-09-19T18:52:46.601Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33172025-09-19T18:52:48.576Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33182025-09-19T18:52:49.490Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33192025-09-19T18:52:49.674Z Compiling internet-checksum v0.2.1
33202025-09-19T18:52:50.757Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33212025-09-19T18:53:19.291Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33222025-09-19T18:53:43.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 55s
33232025-09-19T18:53:43.540Z
33242025-09-19T18:53:43.543Zreal 2:55.590380703
33252025-09-19T18:53:43.543Zuser 16:21.749517184
33262025-09-19T18:53:43.543Zsys 2:19.488893525
33272025-09-19T18:53:43.543Ztrap 0.518830261
33282025-09-19T18:53:43.543Ztflt 0.220025584
33292025-09-19T18:53:43.543Zdflt 0.351029052
33302025-09-19T18:53:43.543Zkflt 0.000063881
33312025-09-19T18:53:43.543Zlock 45:10.999058914
33322025-09-19T18:53:43.543Zslp 1:00:35.201386307
33332025-09-19T18:53:43.543Zlat 1:00.018951108
33342025-09-19T18:53:43.543Zstop 2:31.026341060
33352025-09-19T18:53:43.544Z+ mkdir tests
33362025-09-19T18:53:43.547Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
33372025-09-19T18:53:43.547Z+ xargs -I '{}' -t cp '{}' tests/
33382025-09-19T18:53:43.588Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c88098bf8bf5e442 tests/
33392025-09-19T18:53:43.617Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-1bf0cc0ba6ec49e5 tests/
33402025-09-19T18:53:43.645Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-05096c98dceddcc0 tests/
33412025-09-19T18:53:43.672Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-377ce12db1a793b1 tests/
33422025-09-19T18:53:44.037Z+ 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/*)
33432025-09-19T18:53:44.041Z+ 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-05096c98dceddcc0 tests/commtest-1bf0cc0ba6ec49e5 tests/dhcp_server-c88098bf8bf5e442 tests/end_to_end_tests-377ce12db1a793b1 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
33442025-09-19T18:55:24.422ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
33452025-09-19T18:55:24.422Za .github/buildomat/ci-env.sh 1K
33462025-09-19T18:55:24.422Za out/target/test 1K
33472025-09-19T18:55:24.422Za out/npuzone/npuzone 23144K
33482025-09-19T18:55:24.422Za package-manifest.toml 34K
33492025-09-19T18:55:24.422Za smf/sled-agent/non-gimlet/config.toml 5K
33502025-09-19T18:55:24.422Za target/release/omicron-package 41341K
33512025-09-19T18:55:24.422Za target/release/xtask 11727K
33522025-09-19T18:55:24.422Za target/debug/bootstrap 305799K
33532025-09-19T18:55:24.422Za tests/bootstrap-05096c98dceddcc0 23730K
33542025-09-19T18:55:24.422Za tests/commtest-1bf0cc0ba6ec49e5 23829K
33552025-09-19T18:55:24.422Za tests/dhcp_server-c88098bf8bf5e442 23730K
33562025-09-19T18:55:24.422Za tests/end_to_end_tests-377ce12db1a793b1 347283K
33572025-09-19T18:55:24.422Za out/clickhouse.tar.gz 316189K
33582025-09-19T18:55:24.422Za out/clickhouse_keeper.tar.gz 299907K
33592025-09-19T18:55:24.422Za out/clickhouse_server.tar.gz 316187K
33602025-09-19T18:55:24.422Za out/cockroachdb.tar.gz 165684K
33612025-09-19T18:55:24.422Za out/crucible-dtrace.tar 99K
33622025-09-19T18:55:24.422Za out/crucible-pantry-zone.tar.gz 38329K
33632025-09-19T18:55:24.422Za out/crucible-zone.tar.gz 48132K
33642025-09-19T18:55:24.422Za out/external-dns.tar.gz 50977K
33652025-09-19T18:55:24.422Za out/internal-dns.tar.gz 50976K
33662025-09-19T18:55:24.422Za out/mg-ddm-gz.tar 118403K
33672025-09-19T18:55:24.422Za out/nexus.tar.gz 136938K
33682025-09-19T18:55:24.422Za out/ntp.tar.gz 33335K
33692025-09-19T18:55:24.422Za out/omicron-gateway-softnpu.tar.gz 31358K
33702025-09-19T18:55:24.422Za out/omicron-sled-agent.tar 143278K
33712025-09-19T18:55:24.423Za out/overlay.tar.gz 3K
33722025-09-19T18:55:24.423Za out/oximeter.tar.gz 63976K
33732025-09-19T18:55:24.423Za out/oxlog.tar 4011K
33742025-09-19T18:55:24.423Za out/probe.tar.gz 3037K
33752025-09-19T18:55:24.423Za out/propolis-server.tar.gz 68586K
33762025-09-19T18:55:24.423Za out/pumpkind-gz.tar 26648K
33772025-09-19T18:55:24.423Za out/switch-softnpu.tar.gz 391033K
33782025-09-19T18:55:24.428Z
33792025-09-19T18:55:24.428Zreal 1:40.374523138
33802025-09-19T18:55:24.428Zuser 1:36.139316631
33812025-09-19T18:55:24.428Zsys 5.981813935
33822025-09-19T18:55:24.428Ztrap 0.023119591
33832025-09-19T18:55:24.428Ztflt 0.000000000
33842025-09-19T18:55:24.428Zdflt 0.000000000
33852025-09-19T18:55:24.428Zkflt 0.000000000
33862025-09-19T18:55:24.428Zlock 0.000000000
33872025-09-19T18:55:24.428Zslp 1:35.990332734
33882025-09-19T18:55:24.428Zlat 2.608903728
33892025-09-19T18:55:24.428Zstop 0.000468777
33902025-09-19T18:55:24.428Zprocess exited: duration 2242483 ms, exit code 0
 
33912025-09-19T18:55:24.444Zfound 1 output files
33922025-09-19T18:55:24.444Zuploading: /work/package.tar.gz (2310090558 bytes)
33932025-09-19T18:56:24.029Zuploaded: /work/package.tar.gz