01K2Z83Z1A90MNW43C1VJ4JKRB: 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: 01K2Z84RV9Z938NPATZ8361XKJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-08-18T18:48:59.853Zjob assigned to worker 01K2Z84WX90VTK9CKKM2C9ASXK [factory aws, i-0c2fd3752f1ed599e] (queued for 1 m 6 s)
 
22025-08-18T18:49:08.491Zstarting task 0: "setup"
32025-08-18T18:49:08.495Z++ uname -s
42025-08-18T18:49:08.498Z+ kern=SunOS
52025-08-18T18:49:08.498Z+ build_user=build
62025-08-18T18:49:08.498Z+ build_uid=12345
72025-08-18T18:49:08.499Z+ work_dir=/work
82025-08-18T18:49:08.499Z+ input_dir=/input
92025-08-18T18:49:08.499Z+ [[ 0 == 12345 ]]
102025-08-18T18:49:08.499Z+ case "$kern" in
112025-08-18T18:49:08.499Z+ groupadd -g 12345 build
122025-08-18T18:49:08.503Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-08-18T18:49:10.509Z+ zfs create -o mountpoint=/work rpool/work
142025-08-18T18:49:10.646Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-08-18T18:49:10.649Z+ home_fs=zfs
162025-08-18T18:49:10.649Z+ [[ zfs == autofs ]]
172025-08-18T18:49:10.649Z+ mkdir -p /home/build
182025-08-18T18:49:10.652Z+ chown build:build /home/build /work
192025-08-18T18:49:11.652Z+ chmod 0700 /home/build /work
202025-08-18T18:49:11.655Zprocess exited: duration 3165 ms, exit code 0
 
212025-08-18T18:49:11.664Zstarting task 1: "rust-toolchain"
222025-08-18T18:49:11.669Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
232025-08-18T18:49:11.669Z * rust toolchain channel = "1.89.0"
242025-08-18T18:49:11.669Z * rust toolchain profile = "default"
252025-08-18T18:49:11.669Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-08-18T18:49:11.669Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-08-18T18:49:11.669Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-08-18T18:49:11.672Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-08-18T18:49:11.672Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-08-18T18:49:11.775Zinfo: downloading installer
312025-08-18T18:49:13.043Zwarn: It looks like you have an existing installation of Rust at:
322025-08-18T18:49:13.043Zwarn: /opt/ooce/bin
332025-08-18T18:49:13.043Zwarn: It is recommended that rustup be the primary Rust installation.
342025-08-18T18:49:13.043Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-08-18T18:49:13.043Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-08-18T18:49:13.043Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-08-18T18:49:13.043Zwarn: or pass `-y' to ignore all ignorable checks.
382025-08-18T18:49:13.043Zerror: cannot install while Rust is installed
392025-08-18T18:49:13.043Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-08-18T18:49:13.055Zinfo: profile set to 'default'
412025-08-18T18:49:13.055Zinfo: default host triple is x86_64-unknown-illumos
422025-08-18T18:49:13.058Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-08-18T18:49:13.217Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-08-18T18:49:13.217Zinfo: downloading component 'cargo'
452025-08-18T18:49:14.015Zinfo: downloading component 'clippy'
462025-08-18T18:49:14.335Zinfo: downloading component 'rust-docs'
472025-08-18T18:49:15.562Zinfo: downloading component 'rust-std'
482025-08-18T18:49:17.244Zinfo: downloading component 'rustc'
492025-08-18T18:49:24.576Zinfo: downloading component 'rustfmt'
502025-08-18T18:49:24.811Zinfo: installing component 'cargo'
512025-08-18T18:49:25.689Zinfo: installing component 'clippy'
522025-08-18T18:49:26.086Zinfo: installing component 'rust-docs'
532025-08-18T18:49:27.943Zinfo: installing component 'rust-std'
542025-08-18T18:49:29.884Zinfo: installing component 'rustc'
552025-08-18T18:49:36.422Zinfo: installing component 'rustfmt'
562025-08-18T18:49:36.758Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
572025-08-18T18:49:36.758Z
582025-08-18T18:49:37.192Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-08-18T18:49:37.192Z
602025-08-18T18:49:37.195Z
612025-08-18T18:49:37.195ZRust is installed now. Great!
622025-08-18T18:49:37.195Z
632025-08-18T18:49:37.195ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-08-18T18:49:37.195Zenvironment variable. This has not been done automatically.
652025-08-18T18:49:37.195Z
662025-08-18T18:49:37.195ZTo configure your current shell, you need to source
672025-08-18T18:49:37.195Zthe corresponding env file under $HOME/.cargo.
682025-08-18T18:49:37.195Z
692025-08-18T18:49:37.195ZThis is usually done by running one of the following (note the leading DOT):
702025-08-18T18:49:37.195Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-08-18T18:49:37.195Zsource "$HOME/.cargo/env.fish" # For fish
722025-08-18T18:49:37.195Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-08-18T18:49:37.286Z+ rustup --version
742025-08-18T18:49:37.297Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-08-18T18:49:37.301Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-08-18T18:49:37.389Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-08-18T18:49:37.392Z+ cargo --version
782025-08-18T18:49:37.495Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-08-18T18:49:37.498Z+ rustc --version
802025-08-18T18:49:37.594Zrustc 1.89.0 (29483883e 2025-08-04)
812025-08-18T18:49:37.604Zprocess exited: duration 25929 ms, exit code 0
 
822025-08-18T18:49:37.613Zstarting task 2: "authentication"
832025-08-18T18:49:37.633Zprocess exited: duration 22 ms, exit code 0
 
842025-08-18T18:49:37.639Zstarting task 3: "clone repository"
852025-08-18T18:49:37.644Z+ mkdir -p /work/oxidecomputer/omicron
862025-08-18T18:49:37.647Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-08-18T18:49:37.689ZCloning into '/work/oxidecomputer/omicron'...
882025-08-18T18:49:46.658Z+ cd /work/oxidecomputer/omicron
892025-08-18T18:49:46.658Z+ git fetch origin 33b001744b04f04128c1eba52b6b9353cbabedb3
902025-08-18T18:49:46.988ZFrom https://github.com/oxidecomputer/omicron
912025-08-18T18:49:46.988Z * branch 33b001744b04f04128c1eba52b6b9353cbabedb3 -> FETCH_HEAD
922025-08-18T18:49:46.998Z+ [[ -n john/mgs-update-no-unreachable ]]
932025-08-18T18:49:47.001Z++ git branch --show-current
942025-08-18T18:49:47.004Z+ current=main
952025-08-18T18:49:47.004Z+ [[ main != john/mgs-update-no-unreachable ]]
962025-08-18T18:49:47.004Z+ git branch -f john/mgs-update-no-unreachable 33b001744b04f04128c1eba52b6b9353cbabedb3
972025-08-18T18:49:47.007Z+ git checkout -f john/mgs-update-no-unreachable
982025-08-18T18:49:47.134ZSwitched to branch 'john/mgs-update-no-unreachable'
992025-08-18T18:49:47.137Z+ git reset --hard 33b001744b04f04128c1eba52b6b9353cbabedb3
1002025-08-18T18:49:47.263ZHEAD is now at 33b001744 expectorate (debug formatting...)
1012025-08-18T18:49:47.266Zprocess exited: duration 9623 ms, exit code 0
 
1022025-08-18T18:49:47.274Zstarting task 4: "build"
1032025-08-18T18:49:47.279Z+ source .github/buildomat/ci-env.sh
1042025-08-18T18:49:47.282Z++ export CARGO_TERM_COLOR=always
1052025-08-18T18:49:47.282Z++ CARGO_TERM_COLOR=always
1062025-08-18T18:49:47.282Z+ cargo --version
1072025-08-18T18:49:47.338Zcargo 1.89.0 (c24e10642 2025-06-23)
1082025-08-18T18:49:47.341Z+ rustc --version
1092025-08-18T18:49:47.435Zrustc 1.89.0 (29483883e 2025-08-04)
1102025-08-18T18:49:47.439Z+ WORK=/work
1112025-08-18T18:49:47.442Z+ pfexec mkdir -p /work
1122025-08-18T18:49:47.445Z+ pfexec chown build /work
1132025-08-18T18:49:47.448Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142025-08-18T18:49:59.216Z Startup: Refreshing catalog 'helios-dev' ... Done
1152025-08-18T18:50:06.499Z Startup: Caching catalogs ... Done
1162025-08-18T18:50:12.377ZPlanning: Solver setup ... Done (4.523s)
1172025-08-18T18:50:12.419ZPlanning: Running solver ... Done (0.041s)
1182025-08-18T18:50:12.518ZPlanning: Finding local manifests ... Done (0.003s)
1192025-08-18T18:50:12.531ZPlanning: Fetching manifests: 0/4 0% complete
1202025-08-18T18:50:12.669ZPlanning: Fetching manifests: 4/4 100% complete
1212025-08-18T18:50:12.717ZPlanning: Package planning ... Done (0.049s)
1222025-08-18T18:50:12.769ZPlanning: Merging actions ... Done (0.052s)
1232025-08-18T18:50:13.063ZPlanning: Checking for conflicting actions ... Done (0.294s)
1242025-08-18T18:50:13.075ZPlanning: Consolidating action changes ... Done (0.011s)
1252025-08-18T18:50:14.163ZPlanning: Evaluating mediators ... Done (1.087s)
1262025-08-18T18:50:14.171ZPlanning: Planning completed in 7.54 seconds
1272025-08-18T18:50:14.187Z Packages to install: 4
1282025-08-18T18:50:14.187Z Mediators to change: 2
1292025-08-18T18:50:14.190Z Services to change: 1
1302025-08-18T18:50:14.190Z Estimated space available: 155.50 GB
1312025-08-18T18:50:14.190ZEstimated space to be consumed: 1.71 GB
1322025-08-18T18:50:14.190Z Create boot environment: No
1332025-08-18T18:50:14.190ZCreate backup boot environment: No
1342025-08-18T18:50:14.190Z Rebuild boot archive: No
1352025-08-18T18:50:14.190Z
1362025-08-18T18:50:14.190ZChanged mediators:
1372025-08-18T18:50:14.190Z mediator clang:
1382025-08-18T18:50:14.190Z version: None -> 15 (system default)
1392025-08-18T18:50:14.190Z
1402025-08-18T18:50:14.190Z mediator llvm:
1412025-08-18T18:50:14.190Z version: 14 (system default) -> 15 (system default)
1422025-08-18T18:50:14.190Z
1432025-08-18T18:50:14.190ZChanged packages:
1442025-08-18T18:50:14.191Zhelios-dev
1452025-08-18T18:50:14.191Z developer/build-essential
1462025-08-18T18:50:14.191Z None -> 11-2.0
1472025-08-18T18:50:14.191Z library/libxmlsec1
1482025-08-18T18:50:14.191Z None -> 1.2.35-2.0
1492025-08-18T18:50:14.191Z ooce/developer/clang-15
1502025-08-18T18:50:14.191Z None -> 15.0.7-2.0
1512025-08-18T18:50:14.191Z ooce/developer/llvm-15
1522025-08-18T18:50:14.191Z None -> 15.0.7-2.0
1532025-08-18T18:50:14.191Z
1542025-08-18T18:50:14.191ZServices:
1552025-08-18T18:50:14.191Z restart_fmri:
1562025-08-18T18:50:14.191Z svc:/system/update-man-index:default
1572025-08-18T18:50:14.244Z
1582025-08-18T18:50:14.244ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592025-08-18T18:50:19.246ZDownload: 2166/3290 items 118.3/212.6MB 55% complete (23.8M/s)
1602025-08-18T18:50:23.476ZDownload: Completed 212.60 MB in 9.23 seconds (23.0M/s)
1612025-08-18T18:50:24.322Z Actions: 1/3689 actions (Installing new actions)
1622025-08-18T18:50:28.882Z Actions: Completed 3689 actions in 4.56 seconds.
1632025-08-18T18:50:29.506Z Done (0.619s)
1642025-08-18T18:50:29.506Z Done (0.000s)
1652025-08-18T18:50:30.382Z Done (0.876s)
1662025-08-18T18:50:34.892Z Done (4.189s)
1672025-08-18T18:50:34.985Z Done (0.020s)
1682025-08-18T18:50:34.988Z Done (0.000s)
1692025-08-18T18:50:35.151Z Done (0.000s)
1702025-08-18T18:50:36.033ZPlanning: Evaluating mediator changes ... Done
1712025-08-18T18:50:36.196ZPlanning: Checking for conflicting actions ... Done
1722025-08-18T18:50:36.199ZPlanning: Consolidating action changes ... Done
1732025-08-18T18:50:36.483ZPlanning: Evaluating mediators ... Done
1742025-08-18T18:50:36.486ZPlanning: Planning completed in 0.45 seconds
1752025-08-18T18:50:36.517Z Mediators to change: 2
1762025-08-18T18:50:36.517Z Create boot environment: No
1772025-08-18T18:50:36.520ZCreate backup boot environment: No
1782025-08-18T18:50:36.589Z Done
1792025-08-18T18:50:36.589Z Done
1802025-08-18T18:50:37.243Z Done
1812025-08-18T18:50:40.899Z Done
1822025-08-18T18:50:40.987Z Done
1832025-08-18T18:50:40.991Z Done
1842025-08-18T18:50:41.138Z Done
1852025-08-18T18:50:41.779ZPlanning: Evaluating mediator changes ... Done
1862025-08-18T18:50:41.782ZPlanning: Merging actions ... Done
1872025-08-18T18:50:41.975ZPlanning: Checking for conflicting actions ... Done
1882025-08-18T18:50:41.978ZPlanning: Consolidating action changes ... Done
1892025-08-18T18:50:42.263ZPlanning: Evaluating mediators ... Done
1902025-08-18T18:50:42.325ZPlanning: Planning completed in 0.80 seconds
1912025-08-18T18:50:42.363Z Packages to change: 1
1922025-08-18T18:50:42.363Z Mediators to change: 1
1932025-08-18T18:50:42.366Z Services to change: 1
1942025-08-18T18:50:42.366Z Create boot environment: No
1952025-08-18T18:50:42.366ZCreate backup boot environment: Yes
1962025-08-18T18:50:44.808Z Actions: 1/6 actions (Updating modified actions)
1972025-08-18T18:50:44.812Z Actions: Completed 6 actions in 0.00 seconds.
1982025-08-18T18:50:44.812Z Done
1992025-08-18T18:50:44.812Z Done
2002025-08-18T18:50:44.988Z Done
2012025-08-18T18:50:48.608Z Done
2022025-08-18T18:50:48.699Z Done
2032025-08-18T18:50:48.705Z Done
2042025-08-18T18:50:48.847Z Done
2052025-08-18T18:50:49.294ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062025-08-18T18:50:49.294Zclang system 15 system
2072025-08-18T18:50:49.294Zcsh system system illumos
2082025-08-18T18:50:49.294Zctags system system illumos
2092025-08-18T18:50:49.294Zfile system system illumos
2102025-08-18T18:50:49.294Zgcc vendor 12 vendor
2112025-08-18T18:50:49.294Zgcc system 10 system
2122025-08-18T18:50:49.294Zgcc system 7 system
2132025-08-18T18:50:49.294Zgo system 1.20 system
2142025-08-18T18:50:49.294Zgo system 1.19 system
2152025-08-18T18:50:49.294Zllvm system 15 system
2162025-08-18T18:50:49.294Zllvm system 14 system
2172025-08-18T18:50:49.294Zmariadb system 10.6 system
2182025-08-18T18:50:49.295Zmta vendor vendor dma
2192025-08-18T18:50:49.295Zopenjdk system 17 system
2202025-08-18T18:50:49.295Zopenjdk system 11 system
2212025-08-18T18:50:49.295Zopenjdk system 1.8 system
2222025-08-18T18:50:49.295Zopenssl vendor 3 vendor
2232025-08-18T18:50:49.295Zperl system 5.36 system
2242025-08-18T18:50:49.295Zpostgresql system 15 system
2252025-08-18T18:50:49.295Zpostgresql system 13 system
2262025-08-18T18:50:49.295Zpython vendor 3 vendor
2272025-08-18T18:50:49.295Zpython system 2 system
2282025-08-18T18:50:49.295Zpython3 system 3.11 system
2292025-08-18T18:50:49.295Zruby system 3.0 system
2302025-08-18T18:50:49.295Zwords vendor vendor american-english
2312025-08-18T18:50:49.295Zwords system system australian-english
2322025-08-18T18:50:49.295Zwords system system british-english
2332025-08-18T18:50:49.295Zwords system system canadian-english
2342025-08-18T18:50:49.295Zwords system system french
2352025-08-18T18:50:49.295Zwords system system italian
2362025-08-18T18:50:49.295Zwords system system ngerman
2372025-08-18T18:50:49.295Zwords system system ogerman
2382025-08-18T18:50:49.295Zwords system system spanish
2392025-08-18T18:50:49.649ZPUBLISHER TYPE STATUS P LOCATION
2402025-08-18T18:50:49.649Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412025-08-18T18:50:54.452ZFMRI IFO
2422025-08-18T18:50:54.452Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432025-08-18T18:50:54.452Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442025-08-18T18:50:54.452Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452025-08-18T18:50:54.452Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462025-08-18T18:50:54.452Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472025-08-18T18:50:54.452Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482025-08-18T18:50:54.452Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492025-08-18T18:50:54.452Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502025-08-18T18:50:54.452Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512025-08-18T18:50:54.452Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522025-08-18T18:50:54.452Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532025-08-18T18:50:54.452Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542025-08-18T18:50:54.453Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552025-08-18T18:50:54.453Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562025-08-18T18:50:54.453Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572025-08-18T18:50:54.453Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582025-08-18T18:50:55.513Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592025-08-18T18:50:55.814Z Updating crates.io index
2602025-08-18T18:50:55.818Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612025-08-18T18:50:56.170Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2622025-08-18T18:50:56.750Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2632025-08-18T18:50:56.999Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642025-08-18T18:50:57.235Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2652025-08-18T18:50:57.547Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662025-08-18T18:50:58.686Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672025-08-18T18:51:00.746Z Updating git repository `https://github.com/oxidecomputer/opte`
2682025-08-18T18:51:01.714Z Updating git repository `https://github.com/oxidecomputer/falcon`
2692025-08-18T18:51:02.330Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702025-08-18T18:51:02.647Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2712025-08-18T18:51:02.982Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722025-08-18T18:51:03.655Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732025-08-18T18:51:04.152Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742025-08-18T18:51:04.621Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752025-08-18T18:51:04.927Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762025-08-18T18:51:05.284Z Updating git repository `https://github.com/oxidecomputer/tofino`
2772025-08-18T18:51:05.550Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782025-08-18T18:51:05.794Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792025-08-18T18:51:06.068Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802025-08-18T18:51:06.345Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2812025-08-18T18:51:06.714Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2822025-08-18T18:51:07.091Z Updating git repository `https://github.com/oxidecomputer/ispf`
2832025-08-18T18:51:07.491Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2842025-08-18T18:51:07.965Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2852025-08-18T18:51:08.370Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2862025-08-18T18:51:08.628Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2872025-08-18T18:51:08.905Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2882025-08-18T18:51:09.279Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2892025-08-18T18:51:09.660Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2902025-08-18T18:51:09.925Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2912025-08-18T18:51:10.216Z Updating git repository `https://github.com/oxidecomputer/omicron`
2922025-08-18T18:51:18.575Z Updating git repository `https://github.com/illumos/smf-rs`
2932025-08-18T18:51:19.957Z Downloading crates ...
2942025-08-18T18:51:20.010Z Downloaded anstyle-parse v0.2.5
2952025-08-18T18:51:20.019Z Downloaded icu_locid v1.5.0
2962025-08-18T18:51:20.023Z Downloaded cfg-if v1.0.1
2972025-08-18T18:51:20.026Z Downloaded num-traits v0.2.19
2982025-08-18T18:51:20.029Z Downloaded stable_deref_trait v1.2.0
2992025-08-18T18:51:20.032Z Downloaded serde-untagged v0.1.7
3002025-08-18T18:51:20.035Z Downloaded macaddr v1.0.1
3012025-08-18T18:51:20.035Z Downloaded digest v0.10.7
3022025-08-18T18:51:20.038Z Downloaded cargo-util-schemas v0.8.2
3032025-08-18T18:51:20.043Z Downloaded ryu v1.0.18
3042025-08-18T18:51:20.045Z Downloaded ucd-trie v0.1.7
3052025-08-18T18:51:20.048Z Downloaded typenum v1.17.0
3062025-08-18T18:51:20.051Z Downloaded sha2 v0.10.9
3072025-08-18T18:51:20.051Z Downloaded zerofrom-derive v0.1.4
3082025-08-18T18:51:20.054Z Downloaded tabled_derive v0.7.0
3092025-08-18T18:51:20.054Z Downloaded toml v0.8.23
3102025-08-18T18:51:20.057Z Downloaded thread-id v4.2.2
3112025-08-18T18:51:20.060Z Downloaded textwrap v0.16.2
3122025-08-18T18:51:20.060Z Downloaded terminal_size v0.4.0
3132025-08-18T18:51:20.063Z Downloaded tabled v0.15.0
3142025-08-18T18:51:20.075Z Downloaded thiserror v1.0.69
3152025-08-18T18:51:20.080Z Downloaded unicode-xid v0.2.6
3162025-08-18T18:51:20.083Z Downloaded typeid v1.0.3
3172025-08-18T18:51:20.084Z Downloaded thiserror v2.0.12
3182025-08-18T18:51:20.088Z Downloaded zerofrom v0.1.4
3192025-08-18T18:51:20.091Z Downloaded writeable v0.5.5
3202025-08-18T18:51:20.091Z Downloaded version_check v0.9.5
3212025-08-18T18:51:20.094Z Downloaded errno v0.3.12
3222025-08-18T18:51:20.094Z Downloaded utf8parse v0.2.2
3232025-08-18T18:51:20.097Z Downloaded utf8_iter v1.0.4
3242025-08-18T18:51:20.097Z Downloaded utf16_iter v1.0.5
3252025-08-18T18:51:20.100Z Downloaded usdt-impl v0.5.0
3262025-08-18T18:51:20.100Z Downloaded unicode-linebreak v0.1.5
3272025-08-18T18:51:20.100Z Downloaded toml_datetime v0.6.11
3282025-08-18T18:51:20.103Z Downloaded write16 v1.0.0
3292025-08-18T18:51:20.103Z Downloaded unicode-width v0.1.14
3302025-08-18T18:51:20.108Z Downloaded zerocopy v0.7.35
3312025-08-18T18:51:20.122Z Downloaded zerovec v0.10.4
3322025-08-18T18:51:20.127Z Downloaded winnow v0.7.10
3332025-08-18T18:51:20.134Z Downloaded proc-macro-error v1.0.4
3342025-08-18T18:51:20.137Z Downloaded icu_locid_transform_data v1.5.0
3352025-08-18T18:51:20.140Z Downloaded url v2.5.4
3362025-08-18T18:51:20.143Z Downloaded libc v0.2.174
3372025-08-18T18:51:20.162Z Downloaded camino v1.1.11
3382025-08-18T18:51:20.685Z Downloaded syn v1.0.109
3392025-08-18T18:51:20.694Z Downloaded serde_spanned v0.6.9
3402025-08-18T18:51:20.698Z Downloaded anstream v0.6.18
3412025-08-18T18:51:20.698Z Downloaded generic-array v0.14.7
3422025-08-18T18:51:20.701Z Downloaded bitflags v2.9.1
3432025-08-18T18:51:20.704Z Downloaded dtrace-parser v0.2.0
3442025-08-18T18:51:20.714Z Downloaded anstyle-query v1.1.1
3452025-08-18T18:51:20.717Z Downloaded hashbrown v0.15.4
3462025-08-18T18:51:20.724Z Downloaded strsim v0.11.1
3472025-08-18T18:51:20.727Z Downloaded anstyle v1.0.11
3482025-08-18T18:51:20.735Z Downloaded colorchoice v1.0.2
3492025-08-18T18:51:20.744Z Downloaded serde_derive v1.0.219
3502025-08-18T18:51:20.754Z Downloaded tempfile v3.20.0
3512025-08-18T18:51:20.757Z Downloaded scroll v0.12.0
3522025-08-18T18:51:20.760Z Downloaded pest_derive v2.7.14
3532025-08-18T18:51:20.763Z Downloaded byteorder v1.5.0
3542025-08-18T18:51:20.763Z Downloaded idna_adapter v1.2.0
3552025-08-18T18:51:20.763Z Downloaded smawk v0.3.2
3562025-08-18T18:51:20.768Z Downloaded fastrand v2.1.1
3572025-08-18T18:51:20.781Z Downloaded memchr v2.7.4
3582025-08-18T18:51:20.786Z Downloaded clap_lex v0.7.4
3592025-08-18T18:51:20.802Z Downloaded clap_builder v4.5.41
3602025-08-18T18:51:20.811Z Downloaded litemap v0.7.3
3612025-08-18T18:51:20.813Z Downloaded icu_provider v1.5.0
3622025-08-18T18:51:20.819Z Downloaded icu_properties v1.5.1
3632025-08-18T18:51:20.823Z Downloaded swrite v0.1.0
3642025-08-18T18:51:20.827Z Downloaded goblin v0.8.2
3652025-08-18T18:51:20.831Z Downloaded idna v1.0.3
3662025-08-18T18:51:20.834Z Downloaded plain v0.2.3
3672025-08-18T18:51:20.834Z Downloaded memmap v0.7.0
3682025-08-18T18:51:20.837Z Downloaded bytecount v0.6.8
3692025-08-18T18:51:20.844Z Downloaded displaydoc v0.2.5
3702025-08-18T18:51:20.849Z Downloaded rustix v0.38.37
3712025-08-18T18:51:20.869Z Downloaded serde_tokenstream v0.2.2
3722025-08-18T18:51:20.873Z Downloaded once_cell v1.21.3
3732025-08-18T18:51:20.873Z Downloaded indexmap v2.10.0
3742025-08-18T18:51:20.876Z Downloaded fs-err v3.1.1
3752025-08-18T18:51:20.879Z Downloaded cargo_metadata v0.21.0
3762025-08-18T18:51:20.882Z Downloaded papergrid v0.11.0
3772025-08-18T18:51:20.886Z Downloaded fnv v1.0.7
3782025-08-18T18:51:20.886Z Downloaded proc-macro-error-attr v1.0.4
3792025-08-18T18:51:20.890Z Downloaded syn v2.0.104
3802025-08-18T18:51:20.897Z Downloaded getrandom v0.3.1
3812025-08-18T18:51:20.900Z Downloaded cargo_toml v0.21.0
3822025-08-18T18:51:20.904Z Downloaded scroll_derive v0.12.0
3832025-08-18T18:51:20.904Z Downloaded camino-tempfile v1.4.1
3842025-08-18T18:51:20.904Z Downloaded icu_normalizer_data v1.5.0
3852025-08-18T18:51:20.907Z Downloaded icu_provider_macros v1.5.0
3862025-08-18T18:51:20.917Z Downloaded icu_locid_transform v1.5.0
3872025-08-18T18:51:20.920Z Downloaded synstructure v0.13.1
3882025-08-18T18:51:20.923Z Downloaded equivalent v1.0.2
3892025-08-18T18:51:20.967Z Downloaded itoa v1.0.11
3902025-08-18T18:51:20.974Z Downloaded dof v0.3.0
3912025-08-18T18:51:20.974Z Downloaded cargo-platform v0.2.0
3922025-08-18T18:51:20.977Z Downloaded autocfg v1.4.0
3932025-08-18T18:51:20.980Z Downloaded smallvec v1.15.1
3942025-08-18T18:51:20.988Z Downloaded form_urlencoded v1.2.1
3952025-08-18T18:51:20.990Z Downloaded log v0.4.27
3962025-08-18T18:51:21.002Z Downloaded heck v0.5.0
3972025-08-18T18:51:21.005Z Downloaded crypto-common v0.1.6
3982025-08-18T18:51:21.010Z Downloaded pest_generator v2.7.14
3992025-08-18T18:51:21.013Z Downloaded pretty-hex v0.4.1
4002025-08-18T18:51:21.045Z Downloaded serde v1.0.219
4012025-08-18T18:51:21.053Z Downloaded is_terminal_polyfill v1.70.1
4022025-08-18T18:51:21.056Z Downloaded proc-macro2 v1.0.95
4032025-08-18T18:51:21.061Z Downloaded icu_properties_data v1.5.0
4042025-08-18T18:51:21.071Z Downloaded erased-serde v0.4.6
4052025-08-18T18:51:21.080Z Downloaded rustix v1.0.7
4062025-08-18T18:51:21.100Z Downloaded icu_normalizer v1.5.0
4072025-08-18T18:51:21.104Z Downloaded pest_meta v2.7.14
4082025-08-18T18:51:21.107Z Downloaded clap v4.5.41
4092025-08-18T18:51:21.112Z Downloaded tinystr v0.7.6
4102025-08-18T18:51:21.120Z Downloaded anyhow v1.0.99
4112025-08-18T18:51:21.135Z Downloaded icu_collections v1.5.0
4122025-08-18T18:51:21.140Z Downloaded serde_json v1.0.142
4132025-08-18T18:51:21.146Z Downloaded clap_derive v4.5.41
4142025-08-18T18:51:21.156Z Downloaded heck v0.4.1
4152025-08-18T18:51:21.159Z Downloaded ordered-float v2.10.1
4162025-08-18T18:51:21.169Z Downloaded usdt-attr-macro v0.5.0
4172025-08-18T18:51:21.187Z Downloaded toml_edit v0.22.27
4182025-08-18T18:51:21.191Z Downloaded percent-encoding v2.3.1
4192025-08-18T18:51:21.206Z Downloaded zerocopy-derive v0.7.35
4202025-08-18T18:51:21.228Z Downloaded semver v1.0.26
4212025-08-18T18:51:21.304Z Downloaded thiserror-impl v2.0.12
4222025-08-18T18:51:21.337Z Downloaded serde-value v0.7.0
4232025-08-18T18:51:21.340Z Downloaded yoke-derive v0.7.4
4242025-08-18T18:51:21.416Z Downloaded cpufeatures v0.2.14
4252025-08-18T18:51:21.424Z Downloaded unicode-width v0.2.0
4262025-08-18T18:51:21.447Z Downloaded yoke v0.7.4
4272025-08-18T18:51:21.487Z Downloaded toml_write v0.1.2
4282025-08-18T18:51:21.505Z Downloaded quote v1.0.40
4292025-08-18T18:51:21.512Z Downloaded usdt v0.5.0
4302025-08-18T18:51:21.608Z Downloaded usdt-macro v0.5.0
4312025-08-18T18:51:21.665Z Downloaded block-buffer v0.10.4
4322025-08-18T18:51:21.669Z Downloaded thiserror-impl v1.0.69
4332025-08-18T18:51:21.736Z Downloaded pest v2.7.14
4342025-08-18T18:51:22.126Z Downloaded unicode-ident v1.0.18
4352025-08-18T18:51:22.216Z Downloaded zerovec-derive v0.10.3
4362025-08-18T18:51:22.288Z Compiling proc-macro2 v1.0.95
4372025-08-18T18:51:22.288Z Compiling unicode-ident v1.0.18
4382025-08-18T18:51:22.307Z Compiling serde v1.0.219
4392025-08-18T18:51:22.308Z Compiling version_check v0.9.5
4402025-08-18T18:51:22.308Z Compiling libc v0.2.174
4412025-08-18T18:51:22.308Z Compiling memchr v2.7.4
4422025-08-18T18:51:22.308Z Compiling stable_deref_trait v1.2.0
4432025-08-18T18:51:22.308Z Compiling thiserror v1.0.69
4442025-08-18T18:51:22.696Z Compiling itoa v1.0.11
4452025-08-18T18:51:22.766Z Compiling litemap v0.7.3
4462025-08-18T18:51:22.961Z Compiling autocfg v1.4.0
4472025-08-18T18:51:23.131Z Compiling ucd-trie v0.1.7
4482025-08-18T18:51:23.210Z Compiling writeable v0.5.5
4492025-08-18T18:51:23.258Z Compiling ryu v1.0.18
4502025-08-18T18:51:23.568Z Compiling once_cell v1.21.3
4512025-08-18T18:51:23.649Z Compiling icu_locid_transform_data v1.5.0
4522025-08-18T18:51:23.740Z Compiling bitflags v2.9.1
4532025-08-18T18:51:23.871Z Compiling byteorder v1.5.0
4542025-08-18T18:51:23.912Z Compiling serde_json v1.0.142
4552025-08-18T18:51:24.041Z Compiling icu_properties_data v1.5.0
4562025-08-18T18:51:24.245Z Compiling num-traits v0.2.19
4572025-08-18T18:51:24.274Z Compiling utf8_iter v1.0.4
4582025-08-18T18:51:24.304Z Compiling hashbrown v0.15.4
4592025-08-18T18:51:24.329Z Compiling write16 v1.0.0
4602025-08-18T18:51:24.333Z Compiling typeid v1.0.3
4612025-08-18T18:51:24.504Z Compiling quote v1.0.40
4622025-08-18T18:51:24.531Z Compiling equivalent v1.0.2
4632025-08-18T18:51:24.613Z Compiling errno v0.3.12
4642025-08-18T18:51:24.682Z Compiling utf16_iter v1.0.5
4652025-08-18T18:51:24.759Z Compiling smallvec v1.15.1
4662025-08-18T18:51:24.809Z Compiling rustix v0.38.37
4672025-08-18T18:51:24.863Z Compiling icu_normalizer_data v1.5.0
4682025-08-18T18:51:24.892Z Compiling syn v2.0.104
4692025-08-18T18:51:25.191Z Compiling proc-macro-error-attr v1.0.4
4702025-08-18T18:51:25.243Z Compiling usdt-impl v0.5.0
4712025-08-18T18:51:25.359Z Compiling winnow v0.7.10
4722025-08-18T18:51:25.432Z Compiling indexmap v2.10.0
4732025-08-18T18:51:25.477Z Compiling syn v1.0.109
4742025-08-18T18:51:25.532Z Compiling toml_write v0.1.2
4752025-08-18T18:51:25.802Z Compiling thread-id v4.2.2
4762025-08-18T18:51:25.957Z Compiling proc-macro-error v1.0.4
4772025-08-18T18:51:26.102Z Compiling thiserror v2.0.12
4782025-08-18T18:51:26.153Z Compiling rustix v1.0.7
4792025-08-18T18:51:26.296Z Compiling utf8parse v0.2.2
4802025-08-18T18:51:26.488Z Compiling camino v1.1.11
4812025-08-18T18:51:26.700Z Compiling getrandom v0.3.1
4822025-08-18T18:51:26.722Z Compiling percent-encoding v2.3.1
4832025-08-18T18:51:26.833Z Compiling log v0.4.27
4842025-08-18T18:51:27.078Z Compiling plain v0.2.3
4852025-08-18T18:51:27.118Z Compiling semver v1.0.26
4862025-08-18T18:51:27.217Z Compiling form_urlencoded v1.2.1
4872025-08-18T18:51:27.276Z Compiling terminal_size v0.4.0
4882025-08-18T18:51:27.455Z Compiling ordered-float v2.10.1
4892025-08-18T18:51:27.495Z Compiling anstyle-parse v0.2.5
4902025-08-18T18:51:27.786Z Compiling anstyle-query v1.1.1
4912025-08-18T18:51:27.813Z Compiling cfg-if v1.0.1
4922025-08-18T18:51:27.943Z Compiling pretty-hex v0.4.1
4932025-08-18T18:51:27.973Z Compiling colorchoice v1.0.2
4942025-08-18T18:51:28.018Z Compiling anstyle v1.0.11
4952025-08-18T18:51:28.162Z Compiling is_terminal_polyfill v1.70.1
4962025-08-18T18:51:28.357Z Compiling anstream v0.6.18
4972025-08-18T18:51:28.542Z Compiling fs-err v3.1.1
4982025-08-18T18:51:28.630Z Compiling heck v0.5.0
4992025-08-18T18:51:28.775Z Compiling clap_lex v0.7.4
5002025-08-18T18:51:28.939Z Compiling fnv v1.0.7
5012025-08-18T18:51:29.034Z Compiling bytecount v0.6.8
5022025-08-18T18:51:29.115Z Compiling unicode-xid v0.2.6
5032025-08-18T18:51:29.148Z Compiling unicode-width v0.1.14
5042025-08-18T18:51:29.226Z Compiling strsim v0.11.1
5052025-08-18T18:51:29.273Z Compiling fastrand v2.1.1
5062025-08-18T18:51:29.350Z Compiling heck v0.4.1
5072025-08-18T18:51:29.715Z Compiling anyhow v1.0.99
5082025-08-18T18:51:29.833Z Compiling papergrid v0.11.0
5092025-08-18T18:51:29.990Z Compiling clap_builder v4.5.41
5102025-08-18T18:51:30.201Z Compiling tempfile v3.20.0
5112025-08-18T18:51:31.001Z Compiling memmap v0.7.0
5122025-08-18T18:51:31.047Z Compiling unicode-linebreak v0.1.5
5132025-08-18T18:51:31.105Z Compiling unicode-width v0.2.0
5142025-08-18T18:51:31.361Z Compiling smawk v0.3.2
5152025-08-18T18:51:31.616Z Compiling synstructure v0.13.1
5162025-08-18T18:51:31.654Z Compiling textwrap v0.16.2
5172025-08-18T18:51:32.668Z Compiling swrite v0.1.0
5182025-08-18T18:51:32.759Z Compiling tabled_derive v0.7.0
5192025-08-18T18:51:32.826Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5202025-08-18T18:51:34.107Z Compiling serde_derive v1.0.219
5212025-08-18T18:51:34.133Z Compiling zerofrom-derive v0.1.4
5222025-08-18T18:51:34.136Z Compiling yoke-derive v0.7.4
5232025-08-18T18:51:34.215Z Compiling thiserror-impl v1.0.69
5242025-08-18T18:51:34.409Z Compiling zerovec-derive v0.10.3
5252025-08-18T18:51:35.182Z Compiling displaydoc v0.2.5
5262025-08-18T18:51:36.492Z Compiling icu_provider_macros v1.5.0
5272025-08-18T18:51:36.742Z Compiling zerocopy-derive v0.7.35
5282025-08-18T18:51:36.768Z Compiling scroll_derive v0.12.0
5292025-08-18T18:51:36.890Z Compiling thiserror-impl v2.0.12
5302025-08-18T18:51:37.290Z Compiling pest v2.7.14
5312025-08-18T18:51:37.522Z Compiling clap_derive v4.5.41
5322025-08-18T18:51:37.549Z Compiling zerofrom v0.1.4
5332025-08-18T18:51:37.811Z Compiling yoke v0.7.4
5342025-08-18T18:51:38.183Z Compiling zerovec v0.10.4
5352025-08-18T18:51:38.183Z Compiling scroll v0.12.0
5362025-08-18T18:51:38.391Z Compiling tabled v0.15.0
5372025-08-18T18:51:38.637Z Compiling zerocopy v0.7.35
5382025-08-18T18:51:38.754Z Compiling goblin v0.8.2
5392025-08-18T18:51:40.069Z Compiling tinystr v0.7.6
5402025-08-18T18:51:40.113Z Compiling pest_meta v2.7.14
5412025-08-18T18:51:40.238Z Compiling icu_collections v1.5.0
5422025-08-18T18:51:40.466Z Compiling icu_locid v1.5.0
5432025-08-18T18:51:41.474Z Compiling pest_generator v2.7.14
5442025-08-18T18:51:41.587Z Compiling icu_provider v1.5.0
5452025-08-18T18:51:42.450Z Compiling icu_locid_transform v1.5.0
5462025-08-18T18:51:42.535Z Compiling clap v4.5.41
5472025-08-18T18:51:43.679Z Compiling icu_properties v1.5.1
5482025-08-18T18:51:43.795Z Compiling pest_derive v2.7.14
5492025-08-18T18:51:44.533Z Compiling dtrace-parser v0.2.0
5502025-08-18T18:51:46.096Z Compiling serde_tokenstream v0.2.2
5512025-08-18T18:51:46.142Z Compiling serde_spanned v0.6.9
5522025-08-18T18:51:46.146Z Compiling toml_datetime v0.6.11
5532025-08-18T18:51:46.308Z Compiling erased-serde v0.4.6
5542025-08-18T18:51:46.360Z Compiling serde-value v0.7.0
5552025-08-18T18:51:46.656Z Compiling toml_edit v0.22.27
5562025-08-18T18:51:47.114Z Compiling icu_normalizer v1.5.0
5572025-08-18T18:51:47.137Z Compiling cargo-platform v0.2.0
5582025-08-18T18:51:47.491Z Compiling serde-untagged v0.1.7
5592025-08-18T18:51:47.517Z Compiling camino-tempfile v1.4.1
5602025-08-18T18:51:47.688Z Compiling macaddr v1.0.1
5612025-08-18T18:51:47.858Z Compiling dof v0.3.0
5622025-08-18T18:51:47.994Z Compiling idna_adapter v1.2.0
5632025-08-18T18:51:48.249Z Compiling idna v1.0.3
5642025-08-18T18:51:48.848Z Compiling url v2.5.4
5652025-08-18T18:51:49.429Z Compiling usdt-macro v0.5.0
5662025-08-18T18:51:49.429Z Compiling usdt-attr-macro v0.5.0
5672025-08-18T18:51:49.985Z Compiling toml v0.8.23
5682025-08-18T18:51:50.525Z Compiling usdt v0.5.0
5692025-08-18T18:51:50.775Z Compiling cargo-util-schemas v0.8.2
5702025-08-18T18:51:50.776Z Compiling cargo_toml v0.21.0
5712025-08-18T18:51:52.179Z Compiling cargo_metadata v0.21.0
5722025-08-18T18:51:53.999Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5732025-08-18T18:51:57.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
5742025-08-18T18:51:57.797Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5752025-08-18T18:51:58.505Z Downloading crates ...
5762025-08-18T18:51:58.652Z Downloaded hash32 v0.3.1
5772025-08-18T18:51:58.656Z Downloaded addr2line v0.24.2
5782025-08-18T18:51:58.659Z Downloaded adler2 v2.0.0
5792025-08-18T18:51:58.662Z Downloaded aead v0.5.2
5802025-08-18T18:51:58.662Z Downloaded hex v0.4.3
5812025-08-18T18:51:58.665Z Downloaded group v0.13.0
5822025-08-18T18:51:58.668Z Downloaded globwalk v0.9.1
5832025-08-18T18:51:58.671Z Downloaded ahash v0.8.12
5842025-08-18T18:51:58.676Z Downloaded heck v0.3.3
5852025-08-18T18:51:58.679Z Downloaded allocator-api2 v0.2.21
5862025-08-18T18:51:58.683Z Downloaded arrayref v0.3.9
5872025-08-18T18:51:58.686Z Downloaded atty v0.2.14
5882025-08-18T18:51:58.686Z Downloaded async-stream-impl v0.3.6
5892025-08-18T18:51:58.686Z Downloaded async-stream v0.3.6
5902025-08-18T18:51:58.691Z Downloaded iana-time-zone v0.1.63
5912025-08-18T18:51:58.695Z Downloaded ident_case v1.0.1
5922025-08-18T18:51:58.698Z Downloaded is-terminal v0.4.13
5932025-08-18T18:51:58.698Z Downloaded inout v0.1.3
5942025-08-18T18:51:58.701Z Downloaded indexmap v1.9.3
5952025-08-18T18:51:58.705Z Downloaded lazycell v1.3.0
5962025-08-18T18:51:58.705Z Downloaded lazy_static v1.5.0
5972025-08-18T18:51:58.708Z Downloaded lock_api v0.4.12
5982025-08-18T18:51:58.711Z Downloaded hashbrown v0.12.3
5992025-08-18T18:51:58.716Z Downloaded bitflags v1.3.2
6002025-08-18T18:51:58.720Z Downloaded hickory-client v0.25.2
6012025-08-18T18:51:58.723Z Downloaded block-padding v0.3.3
6022025-08-18T18:51:58.726Z Downloaded blake2 v0.10.6
6032025-08-18T18:51:58.729Z Downloaded bit-vec v0.8.0
6042025-08-18T18:51:58.732Z Downloaded bit-vec v0.6.3
6052025-08-18T18:51:58.737Z Downloaded bzip2 v0.5.2
6062025-08-18T18:51:58.737Z Downloaded bzip2 v0.4.4
6072025-08-18T18:51:58.741Z Downloaded highway v1.3.0
6082025-08-18T18:51:58.744Z Downloaded cbc v0.1.2
6092025-08-18T18:51:58.744Z Downloaded castaway v0.2.3
6102025-08-18T18:51:58.747Z Downloaded half v2.4.1
6112025-08-18T18:51:58.752Z Downloaded ciborium-ll v0.2.2
6122025-08-18T18:51:58.756Z Downloaded heapless v0.8.0
6132025-08-18T18:51:58.761Z Downloaded const-oid v0.9.6
6142025-08-18T18:51:58.765Z Downloaded hostname v0.3.1
6152025-08-18T18:51:58.769Z Downloaded is_ci v1.2.0
6162025-08-18T18:51:58.772Z Downloaded crossbeam-deque v0.8.5
6172025-08-18T18:51:58.775Z Downloaded instant v0.1.13
6182025-08-18T18:51:58.780Z Downloaded humantime v2.2.0
6192025-08-18T18:51:58.783Z Downloaded litrs v0.4.1
6202025-08-18T18:51:58.787Z Downloaded aes-gcm v0.10.3
6212025-08-18T18:51:58.787Z Downloaded aes v0.8.4
6222025-08-18T18:51:58.791Z Downloaded arc-swap v1.7.1
6232025-08-18T18:51:58.795Z Downloaded powerfmt v0.2.0
6242025-08-18T18:51:58.798Z Downloaded crossbeam-utils v0.8.21
6252025-08-18T18:51:58.802Z Downloaded bb8 v0.8.5
6262025-08-18T18:51:58.802Z Downloaded bitfield v0.14.0
6272025-08-18T18:51:58.805Z Downloaded bcrypt-pbkdf v0.10.0
6282025-08-18T18:51:58.805Z Downloaded cookie v0.18.1
6292025-08-18T18:51:58.808Z Downloaded cargo-platform v0.1.8
6302025-08-18T18:51:58.811Z Downloaded cargo_metadata v0.18.1
6312025-08-18T18:51:58.814Z Downloaded cancel-safe-futures v0.1.5
6322025-08-18T18:51:58.818Z Downloaded chacha20 v0.9.1
6332025-08-18T18:51:58.818Z Downloaded cassowary v0.3.0
6342025-08-18T18:51:58.822Z Downloaded camino-tempfile-ext v0.3.2
6352025-08-18T18:51:58.828Z Downloaded buf-list v1.0.3
6362025-08-18T18:51:58.828Z Downloaded blowfish v0.9.1
6372025-08-18T18:51:58.836Z Downloaded itertools v0.10.5
6382025-08-18T18:51:58.842Z Downloaded rand_chacha v0.3.1
6392025-08-18T18:51:58.842Z Downloaded itertools v0.13.0
6402025-08-18T18:51:58.846Z Downloaded maplit v1.0.2
6412025-08-18T18:51:58.849Z Downloaded primeorder v0.13.6
6422025-08-18T18:51:58.849Z Downloaded indoc v2.0.6
6432025-08-18T18:51:58.853Z Downloaded hyper-rustls v0.27.7
6442025-08-18T18:51:58.856Z Downloaded jobserver v0.1.32
6452025-08-18T18:51:58.859Z Downloaded linked-hash-map v0.5.6
6462025-08-18T18:51:58.859Z Downloaded lru v0.12.5
6472025-08-18T18:51:58.862Z Downloaded headers-core v0.3.0
6482025-08-18T18:51:58.862Z Downloaded console v0.15.10
6492025-08-18T18:51:58.878Z Downloaded rustc_version v0.4.1
6502025-08-18T18:51:58.882Z Downloaded hubpack_derive v0.1.1
6512025-08-18T18:51:58.882Z Downloaded hubpack v0.1.2
6522025-08-18T18:51:58.885Z Downloaded http-range v0.1.5
6532025-08-18T18:51:58.885Z Downloaded indoc v1.0.9
6542025-08-18T18:51:58.888Z Downloaded lockfree-object-pool v0.1.6
6552025-08-18T18:51:58.891Z Downloaded bindgen v0.71.1
6562025-08-18T18:51:58.897Z Downloaded rand_xorshift v0.4.0
6572025-08-18T18:51:58.900Z Downloaded rustc-demangle v0.1.24
6582025-08-18T18:51:58.903Z Downloaded r2d2 v0.8.10
6592025-08-18T18:51:58.903Z Downloaded crossbeam-channel v0.5.15
6602025-08-18T18:51:58.909Z Downloaded chacha20poly1305 v0.10.1
6612025-08-18T18:51:58.912Z Downloaded serde_urlencoded v0.7.1
6622025-08-18T18:51:58.915Z Downloaded rustls-native-certs v0.8.1
6632025-08-18T18:51:58.915Z Downloaded chrono v0.4.41
6642025-08-18T18:51:58.922Z Downloaded linear-map v1.2.0
6652025-08-18T18:51:58.925Z Downloaded libz-rs-sys v0.5.1
6662025-08-18T18:51:58.929Z Downloaded ignore v0.4.23
6672025-08-18T18:51:58.932Z Downloaded bitvec v1.0.1
6682025-08-18T18:51:58.945Z Downloaded time-core v0.1.2
6692025-08-18T18:51:58.948Z Downloaded hickory-resolver v0.24.4
6702025-08-18T18:51:58.951Z Downloaded const_format v0.2.34
6712025-08-18T18:51:58.957Z Downloaded tokio-stream v0.1.17
6722025-08-18T18:51:58.962Z Downloaded bytes v1.10.1
6732025-08-18T18:51:58.967Z Downloaded bumpalo v3.16.0
6742025-08-18T18:51:58.971Z Downloaded blake3 v1.5.4
6752025-08-18T18:51:58.978Z Downloaded itertools v0.14.0
6762025-08-18T18:51:58.986Z Downloaded signature v2.2.0
6772025-08-18T18:51:58.989Z Downloaded rcgen v0.12.1
6782025-08-18T18:51:58.992Z Downloaded cc v1.2.30
6792025-08-18T18:51:58.998Z Downloaded aws-lc-rs v1.12.4
6802025-08-18T18:51:59.007Z Downloaded sqlparser_derive v0.2.2
6812025-08-18T18:51:59.010Z Downloaded semver v0.1.20
6822025-08-18T18:51:59.010Z Downloaded libm v0.2.8
6832025-08-18T18:51:59.018Z Downloaded term v0.7.0
6842025-08-18T18:51:59.022Z Downloaded termcolor v1.4.1
6852025-08-18T18:51:59.025Z Downloaded sync-ptr v0.1.4
6862025-08-18T18:51:59.027Z Downloaded tokio-rustls v0.24.1
6872025-08-18T18:51:59.028Z Downloaded tungstenite v0.21.0
6882025-08-18T18:51:59.031Z Downloaded try-lock v0.2.5
6892025-08-18T18:51:59.034Z Downloaded http v1.3.1
6902025-08-18T18:51:59.037Z Downloaded prefix-trie v0.7.0
6912025-08-18T18:51:59.040Z Downloaded tokio-rustls v0.25.0
6922025-08-18T18:51:59.043Z Downloaded tui-tree-widget v0.23.1
6932025-08-18T18:51:59.046Z Downloaded unit-prefix v0.5.1
6942025-08-18T18:51:59.046Z Downloaded universal-hash v0.5.1
6952025-08-18T18:51:59.049Z Downloaded tls_codec_derive v0.4.1
6962025-08-18T18:51:59.052Z Downloaded unsafe-libyaml v0.2.11
6972025-08-18T18:51:59.054Z Downloaded untrusted v0.9.0
6982025-08-18T18:51:59.057Z Downloaded untrusted v0.7.1
6992025-08-18T18:51:59.057Z Downloaded iri-string v0.7.8
7002025-08-18T18:51:59.063Z Downloaded zone v0.1.8
7012025-08-18T18:51:59.067Z Downloaded heapless v0.7.17
7022025-08-18T18:51:59.070Z Downloaded zstd-safe v7.2.3
7032025-08-18T18:51:59.073Z Downloaded rand v0.9.1
7042025-08-18T18:51:59.077Z Downloaded slog-envlogger v2.2.0
7052025-08-18T18:51:59.080Z Downloaded slog-dtrace v0.3.0
7062025-08-18T18:51:59.083Z Downloaded rustls v0.21.12
7072025-08-18T18:51:59.094Z Downloaded rayon-core v1.12.1
7082025-08-18T18:51:59.098Z Downloaded rustls v0.22.4
7092025-08-18T18:51:59.112Z Downloaded diesel_table_macro_syntax v0.2.0
7102025-08-18T18:51:59.140Z Downloaded russh-keys v0.45.0
7112025-08-18T18:51:59.140Z Downloaded derive_builder_core v0.20.2
7122025-08-18T18:51:59.143Z Downloaded derive_builder v0.20.2
7132025-08-18T18:51:59.143Z Downloaded ecdsa v0.16.9
7142025-08-18T18:51:59.143Z Downloaded ena v0.14.3
7152025-08-18T18:51:59.143Z Downloaded endian-type v0.1.2
7162025-08-18T18:51:59.143Z Downloaded foreign-types-macros v0.2.3
7172025-08-18T18:51:59.143Z Downloaded foreign-types-shared v0.1.1
7182025-08-18T18:51:59.143Z Downloaded filetime v0.2.25
7192025-08-18T18:51:59.143Z Downloaded hkdf v0.12.4
7202025-08-18T18:51:59.144Z Downloaded time v0.3.36
7212025-08-18T18:51:59.147Z Downloaded tower-http v0.6.6
7222025-08-18T18:51:59.155Z Downloaded tokio-rustls v0.26.0
7232025-08-18T18:51:59.158Z Downloaded md5 v0.7.0
7242025-08-18T18:51:59.161Z Downloaded md-5 v0.10.6
7252025-08-18T18:51:59.164Z Downloaded maybe-uninit v2.0.0
7262025-08-18T18:51:59.167Z Downloaded match_cfg v0.1.0
7272025-08-18T18:51:59.167Z Downloaded lzma-sys v0.1.20
7282025-08-18T18:51:59.194Z Downloaded opaque-debug v0.3.1
7292025-08-18T18:51:59.197Z Downloaded bzip2-sys v0.1.13+1.0.8
7302025-08-18T18:51:59.207Z Downloaded rand_chacha v0.9.0
7312025-08-18T18:51:59.210Z Downloaded owo-colors v4.2.2
7322025-08-18T18:51:59.213Z Downloaded lalrpop v0.19.12
7332025-08-18T18:51:59.225Z Downloaded paste v1.0.15
7342025-08-18T18:51:59.228Z Downloaded unicode_categories v0.1.1
7352025-08-18T18:51:59.231Z Downloaded unicode-segmentation v1.12.0
7362025-08-18T18:51:59.235Z Downloaded winnow v0.5.40
7372025-08-18T18:51:59.244Z Downloaded parking_lot_core v0.9.10
7382025-08-18T18:51:59.249Z Downloaded jiff v0.2.15
7392025-08-18T18:51:59.267Z Downloaded jiff-static v0.2.15
7402025-08-18T18:51:59.270Z Downloaded indicatif v0.18.0
7412025-08-18T18:51:59.273Z Downloaded rand_core v0.6.4
7422025-08-18T18:51:59.276Z Downloaded pem v3.0.5
7432025-08-18T18:51:59.279Z Downloaded pem-rfc7468 v0.7.0
7442025-08-18T18:51:59.282Z Downloaded same-file v1.0.6
7452025-08-18T18:51:59.285Z Downloaded scopeguard v1.2.0
7462025-08-18T18:51:59.285Z Downloaded serde_bytes v0.11.17
7472025-08-18T18:51:59.288Z Downloaded serde_with_macros v3.14.0
7482025-08-18T18:51:59.291Z Downloaded serde_yaml v0.9.34+deprecated
7492025-08-18T18:51:59.294Z Downloaded ron v0.8.1
7502025-08-18T18:51:59.301Z Downloaded password-hash v0.4.2
7512025-08-18T18:51:59.306Z Downloaded rustls-pemfile v2.2.0
7522025-08-18T18:51:59.306Z Downloaded diesel_derives v2.2.3
7532025-08-18T18:51:59.310Z Downloaded rustls-pemfile v1.0.4
7542025-08-18T18:51:59.313Z Downloaded radium v0.7.0
7552025-08-18T18:51:59.313Z Downloaded pbkdf2 v0.12.2
7562025-08-18T18:51:59.316Z Downloaded signal-hook-registry v1.4.2
7572025-08-18T18:51:59.316Z Downloaded flate2 v1.1.2
7582025-08-18T18:51:59.320Z Downloaded parking_lot v0.12.3
7592025-08-18T18:51:59.324Z Downloaded spin v0.9.8
7602025-08-18T18:51:59.327Z Downloaded hickory-proto v0.24.4
7612025-08-18T18:51:59.341Z Downloaded tokio-macros v2.5.0
7622025-08-18T18:51:59.344Z Downloaded strum v0.26.3
7632025-08-18T18:51:59.344Z Downloaded stringprep v0.1.5
7642025-08-18T18:51:59.347Z Downloaded string_cache v0.8.9
7652025-08-18T18:51:59.351Z Downloaded static_assertions v1.1.0
7662025-08-18T18:51:59.351Z Downloaded spki v0.7.3
7672025-08-18T18:51:59.354Z Downloaded libxml v0.3.3
7682025-08-18T18:51:59.357Z Downloaded papergrid v0.14.0
7692025-08-18T18:51:59.362Z Downloaded pbkdf2 v0.11.0
7702025-08-18T18:51:59.365Z Downloaded parking_lot_core v0.8.6
7712025-08-18T18:51:59.368Z Downloaded parking_lot v0.11.2
7722025-08-18T18:51:59.371Z Downloaded nix v0.29.0
7732025-08-18T18:51:59.382Z Downloaded difflib v0.4.0
7742025-08-18T18:51:59.385Z Downloaded derive_builder_macro v0.20.2
7752025-08-18T18:51:59.385Z Downloaded unicode-truncate v1.1.0
7762025-08-18T18:51:59.388Z Downloaded xz2 v0.1.7
7772025-08-18T18:51:59.391Z Downloaded xshell-macros v0.2.7
7782025-08-18T18:51:59.391Z Downloaded value-bag v1.9.0
7792025-08-18T18:51:59.394Z Downloaded topological-sort v0.2.2
7802025-08-18T18:51:59.397Z Downloaded toml_writer v1.0.2
7812025-08-18T18:51:59.397Z Downloaded toml v0.9.5
7822025-08-18T18:51:59.402Z Downloaded which v4.4.2
7832025-08-18T18:51:59.404Z Downloaded typify-macro v0.2.0
7842025-08-18T18:51:59.405Z Downloaded libz-sys v1.1.20
7852025-08-18T18:51:59.424Z Downloaded darling_macro v0.20.10
7862025-08-18T18:51:59.427Z Downloaded float-cmp v0.10.0
7872025-08-18T18:51:59.427Z Downloaded embedded-io v0.6.1
7882025-08-18T18:51:59.429Z Downloaded sqlparser v0.45.0
7892025-08-18T18:51:59.433Z Downloaded ed25519 v2.2.3
7902025-08-18T18:51:59.436Z Downloaded document-features v0.2.11
7912025-08-18T18:51:59.439Z Downloaded env_logger v0.10.2
7922025-08-18T18:51:59.444Z Downloaded fixedbitset v0.4.2
7932025-08-18T18:51:59.444Z Downloaded env_logger v0.11.5
7942025-08-18T18:51:59.447Z Downloaded futures-channel v0.3.31
7952025-08-18T18:51:59.450Z Downloaded rand v0.8.5
7962025-08-18T18:51:59.453Z Downloaded unicode-normalization v0.1.24
7972025-08-18T18:51:59.456Z Downloaded glob v0.3.2
7982025-08-18T18:51:59.459Z Downloaded tokio-postgres v0.7.13
7992025-08-18T18:51:59.464Z Downloaded nanorand v0.7.0
8002025-08-18T18:51:59.467Z Downloaded multimap v0.10.1
8012025-08-18T18:51:59.469Z Downloaded futures-task v0.3.31
8022025-08-18T18:51:59.472Z Downloaded futures-sink v0.3.31
8032025-08-18T18:51:59.472Z Downloaded vcpkg v0.2.15
8042025-08-18T18:51:59.509Z Downloaded number_prefix v0.4.0
8052025-08-18T18:51:59.512Z Downloaded webpki-roots v1.0.1
8062025-08-18T18:51:59.515Z Downloaded num_threads v0.1.7
8072025-08-18T18:51:59.515Z Downloaded num_enum_derive v0.5.11
8082025-08-18T18:51:59.518Z Downloaded polyval v0.6.2
8092025-08-18T18:51:59.521Z Downloaded crossterm v0.29.0
8102025-08-18T18:51:59.525Z Downloaded peg-runtime v0.8.5
8112025-08-18T18:51:59.528Z Downloaded typify-impl v0.3.0
8122025-08-18T18:51:59.540Z Downloaded secrecy v0.8.0
8132025-08-18T18:51:59.543Z Downloaded slog v2.7.0
8142025-08-18T18:51:59.546Z Downloaded signal-hook-tokio v0.3.1
8152025-08-18T18:51:59.546Z Downloaded russh-cryptovec v0.7.3
8162025-08-18T18:51:59.551Z Downloaded parse-size v1.1.0
8172025-08-18T18:51:59.551Z Downloaded rfc6979 v0.4.0
8182025-08-18T18:51:59.554Z Downloaded proc-macro-error2 v2.0.1
8192025-08-18T18:51:59.557Z Downloaded rusty-fork v0.3.0
8202025-08-18T18:51:59.557Z Downloaded sec1 v0.7.3
8212025-08-18T18:51:59.561Z Downloaded sct v0.7.1
8222025-08-18T18:51:59.564Z Downloaded ed25519-dalek v2.1.1
8232025-08-18T18:51:59.567Z Downloaded strum_macros v0.24.3
8242025-08-18T18:51:59.570Z Downloaded socket2 v0.5.10
8252025-08-18T18:51:59.573Z Downloaded snafu-derive v0.8.5
8262025-08-18T18:51:59.573Z Downloaded toml v0.7.8
8272025-08-18T18:51:59.577Z Downloaded tracing-attributes v0.1.27
8282025-08-18T18:51:59.580Z Downloaded tracing-core v0.1.32
8292025-08-18T18:51:59.583Z Downloaded termtree v0.5.1
8302025-08-18T18:51:59.586Z Downloaded termios v0.3.3
8312025-08-18T18:51:59.586Z Downloaded tar v0.4.44
8322025-08-18T18:51:59.590Z Downloaded twox-hash v2.1.0
8332025-08-18T18:51:59.593Z Downloaded scrypt v0.11.0
8342025-08-18T18:51:59.593Z Downloaded diesel v2.2.12
8352025-08-18T18:51:59.611Z Downloaded darling v0.20.10
8362025-08-18T18:51:59.616Z Downloaded smoltcp v0.11.0
8372025-08-18T18:51:59.628Z Downloaded dsl_auto_type v0.1.2
8382025-08-18T18:51:59.630Z Downloaded num-bigint v0.4.6
8392025-08-18T18:51:59.634Z Downloaded dropshot_endpoint v0.16.3
8402025-08-18T18:51:59.638Z Downloaded num-bigint-dig v0.8.4
8412025-08-18T18:51:59.644Z Downloaded moka v0.12.10
8422025-08-18T18:51:59.653Z Downloaded smoltcp v0.9.1
8432025-08-18T18:51:59.664Z Downloaded fs_extra v1.3.0
8442025-08-18T18:51:59.667Z Downloaded new_debug_unreachable v1.0.6
8452025-08-18T18:51:59.670Z Downloaded ghash v0.5.1
8462025-08-18T18:51:59.673Z Downloaded getrandom v0.2.15
8472025-08-18T18:51:59.675Z Downloaded num-complex v0.4.6
8482025-08-18T18:51:59.676Z Downloaded packed_struct_codegen v0.10.1
8492025-08-18T18:51:59.678Z Downloaded nu-ansi-term v0.50.1
8502025-08-18T18:51:59.681Z Downloaded pkcs1 v0.7.5
8512025-08-18T18:51:59.684Z Downloaded petname v2.0.2
8522025-08-18T18:51:59.688Z Downloaded tracing v0.1.40
8532025-08-18T18:51:59.693Z Downloaded defmt v0.3.8
8542025-08-18T18:51:59.696Z Downloaded num-conv v0.1.0
8552025-08-18T18:51:59.701Z Downloaded zone_cfg_derive v0.3.0
8562025-08-18T18:51:59.701Z Downloaded uzers v0.12.1
8572025-08-18T18:51:59.704Z Downloaded futures-util v0.3.31
8582025-08-18T18:51:59.713Z Downloaded thiserror-impl-no-std v2.0.2
8592025-08-18T18:51:59.716Z Downloaded test-strategy v0.4.3
8602025-08-18T18:51:59.719Z Downloaded zip v4.2.0
8612025-08-18T18:51:59.723Z Downloaded tokio-native-tls v0.3.1
8622025-08-18T18:51:59.727Z Downloaded tinyvec_macros v0.1.1
8632025-08-18T18:51:59.727Z Downloaded quinn v0.11.5
8642025-08-18T18:51:59.730Z Downloaded walkdir v2.5.0
8652025-08-18T18:51:59.733Z Downloaded poly1305 v0.8.0
8662025-08-18T18:51:59.736Z Downloaded serde_path_to_error v0.1.17
8672025-08-18T18:51:59.739Z Downloaded serde_derive_internals v0.29.1
8682025-08-18T18:51:59.742Z Downloaded pkcs5 v0.7.1
8692025-08-18T18:51:59.745Z Downloaded tokio-tungstenite v0.21.0
8702025-08-18T18:51:59.748Z Downloaded toml_datetime v0.7.0
8712025-08-18T18:51:59.751Z Downloaded derive_more-impl v2.0.1
8722025-08-18T18:51:59.754Z Downloaded phf_shared v0.12.1
8732025-08-18T18:51:59.757Z Downloaded omicron-zone-package v0.12.2
8742025-08-18T18:51:59.760Z Downloaded olpc-cjson v0.1.4
8752025-08-18T18:51:59.762Z Downloaded predicates-core v1.0.8
8762025-08-18T18:51:59.765Z Downloaded petgraph v0.6.5
8772025-08-18T18:51:59.780Z Downloaded foreign-types v0.3.2
8782025-08-18T18:51:59.783Z Downloaded foldhash v0.1.5
8792025-08-18T18:51:59.783Z Downloaded derive_more v0.99.20
8802025-08-18T18:51:59.788Z Downloaded der_derive v0.7.3
8812025-08-18T18:51:59.791Z Downloaded typify-impl v0.4.1
8822025-08-18T18:51:59.803Z Downloaded oxide-tokio-rt v0.1.2
8832025-08-18T18:51:59.806Z Downloaded rsa v0.9.6
8842025-08-18T18:51:59.810Z Downloaded phf_shared v0.11.2
8852025-08-18T18:51:59.813Z Downloaded phf v0.12.1
8862025-08-18T18:51:59.816Z Downloaded thiserror-no-std v2.0.2
8872025-08-18T18:51:59.818Z Downloaded curve25519-dalek v4.1.3
8882025-08-18T18:51:59.827Z Downloaded uuid v1.17.0
8892025-08-18T18:51:59.830Z Downloaded vergen v8.3.2
8902025-08-18T18:51:59.833Z Downloaded slog-async v2.8.0
8912025-08-18T18:51:59.836Z Downloaded crunchy v0.2.2
8922025-08-18T18:51:59.836Z Downloaded der v0.7.9
8932025-08-18T18:51:59.840Z Downloaded samael v0.0.19
8942025-08-18T18:51:59.848Z Downloaded ref-cast-impl v1.0.24
8952025-08-18T18:51:59.851Z Downloaded zone v0.3.1
8962025-08-18T18:51:59.851Z Downloaded darling_core v0.21.0
8972025-08-18T18:51:59.857Z Downloaded openapiv3 v2.2.0
8982025-08-18T18:51:59.868Z Downloaded void v1.0.2
8992025-08-18T18:51:59.871Z Downloaded tinyvec v1.8.0
9002025-08-18T18:51:59.874Z Downloaded tokio-util v0.7.15
9012025-08-18T18:51:59.880Z Downloaded either v1.15.0
9022025-08-18T18:51:59.883Z Downloaded nibble_vec v0.1.0
9032025-08-18T18:51:59.886Z Downloaded enum-as-inner v0.6.1
9042025-08-18T18:51:59.886Z Downloaded pin-utils v0.1.0
9052025-08-18T18:51:59.889Z Downloaded pkcs8 v0.10.2
9062025-08-18T18:51:59.895Z Downloaded p256 v0.13.2
9072025-08-18T18:51:59.898Z Downloaded serde_cbor v0.11.2
9082025-08-18T18:51:59.898Z Downloaded tagptr v0.2.0
9092025-08-18T18:51:59.901Z Downloaded futures-io v0.3.31
9102025-08-18T18:51:59.901Z Downloaded minimal-lexical v0.2.1
9112025-08-18T18:51:59.906Z Downloaded native-tls v0.2.12
9122025-08-18T18:51:59.909Z Downloaded num-integer v0.1.46
9132025-08-18T18:51:59.911Z Downloaded ratatui v0.29.0
9142025-08-18T18:51:59.930Z Downloaded thread_local v1.1.8
9152025-08-18T18:51:59.933Z Downloaded sync_wrapper v1.0.1
9162025-08-18T18:51:59.933Z Downloaded openssl-probe v0.1.5
9172025-08-18T18:51:59.936Z Downloaded openssl-macros v0.1.1
9182025-08-18T18:51:59.936Z Downloaded tabled_derive v0.10.0
9192025-08-18T18:51:59.939Z Downloaded unicode-bidi v0.3.17
9202025-08-18T18:51:59.939Z Downloaded wait-timeout v0.2.0
9212025-08-18T18:51:59.942Z Downloaded vte v0.11.1
9222025-08-18T18:51:59.945Z Downloaded prettyplease v0.2.36
9232025-08-18T18:51:59.948Z Downloaded dirs-next v2.0.0
9242025-08-18T18:51:59.952Z Downloaded diff v0.1.13
9252025-08-18T18:51:59.955Z Downloaded regex v1.11.1
9262025-08-18T18:51:59.966Z Downloaded futures-executor v0.3.31
9272025-08-18T18:51:59.969Z Downloaded expectorate v1.2.0
9282025-08-18T18:51:59.972Z Downloaded futures-core v0.3.31
9292025-08-18T18:51:59.972Z Downloaded futures v0.3.31
9302025-08-18T18:51:59.981Z Downloaded unicase v2.7.0
9312025-08-18T18:51:59.984Z Downloaded chrono-tz v0.10.4
9322025-08-18T18:51:59.996Z Downloaded p384 v0.13.0
9332025-08-18T18:52:00.002Z Downloaded reqwest v0.12.22
9342025-08-18T18:52:00.010Z Downloaded slab v0.4.9
9352025-08-18T18:52:00.013Z Downloaded siphasher v1.0.1
9362025-08-18T18:52:00.013Z Downloaded similar v2.7.0
9372025-08-18T18:52:00.018Z Downloaded pin-project-internal v1.1.6
9382025-08-18T18:52:00.022Z Downloaded phf v0.11.2
9392025-08-18T18:52:00.025Z Downloaded pin-project-lite v0.2.14
9402025-08-18T18:52:00.027Z Downloaded pkg-config v0.3.31
9412025-08-18T18:52:00.030Z Downloaded signal-hook-mio v0.2.4
9422025-08-18T18:52:00.033Z Downloaded derive_more v2.0.1
9432025-08-18T18:52:00.041Z Downloaded fallible-iterator v0.2.0
9442025-08-18T18:52:00.044Z Downloaded utf-8 v0.7.6
9452025-08-18T18:52:00.046Z Downloaded shlex v1.3.0
9462025-08-18T18:52:00.046Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
9472025-08-18T18:52:00.063Z Downloaded slog-scope v4.4.0
9482025-08-18T18:52:00.065Z Downloaded dunce v1.0.5
9492025-08-18T18:52:00.066Z Downloaded quick-error v1.2.3
9502025-08-18T18:52:00.068Z Downloaded proc-macro-crate v1.3.1
9512025-08-18T18:52:00.068Z Downloaded flagset v0.4.6
9522025-08-18T18:52:00.071Z Downloaded zlib-rs v0.5.1
9532025-08-18T18:52:00.075Z Downloaded unicode-properties v0.1.3
9542025-08-18T18:52:00.078Z Downloaded tokio-tungstenite v0.23.1
9552025-08-18T18:52:00.081Z Downloaded typify-impl v0.2.0
9562025-08-18T18:52:00.094Z Downloaded want v0.3.1
9572025-08-18T18:52:00.097Z Downloaded rand_seeder v0.3.0
9582025-08-18T18:52:00.097Z Downloaded rand_core v0.9.2
9592025-08-18T18:52:00.099Z Downloaded pretty-hex v0.2.1
9602025-08-18T18:52:00.099Z Downloaded salty v0.3.0
9612025-08-18T18:52:00.107Z Downloaded unarray v0.1.4
9622025-08-18T18:52:00.110Z Downloaded newtype_derive v0.1.6
9632025-08-18T18:52:00.110Z Downloaded tiny-keccak v2.0.2
9642025-08-18T18:52:00.113Z Downloaded crypto-bigint v0.5.5
9652025-08-18T18:52:00.117Z Downloaded precomputed-hash v0.1.1
9662025-08-18T18:52:00.120Z Downloaded ppv-lite86 v0.2.20
9672025-08-18T18:52:00.120Z Downloaded postgres-protocol v0.6.8
9682025-08-18T18:52:00.123Z Downloaded cstr-argument v0.1.2
9692025-08-18T18:52:00.123Z Downloaded schemars v0.8.22
9702025-08-18T18:52:00.135Z Downloaded sha1 v0.10.6
9712025-08-18T18:52:00.138Z Downloaded slog-json v2.6.1
9722025-08-18T18:52:00.141Z Downloaded signal-hook v0.3.18
9732025-08-18T18:52:00.143Z Downloaded scheduled-thread-pool v0.2.7
9742025-08-18T18:52:00.143Z Downloaded salsa20 v0.10.2
9752025-08-18T18:52:00.146Z Downloaded vsss-rs v3.3.4
9762025-08-18T18:52:00.149Z Downloaded typify v0.3.0
9772025-08-18T18:52:00.152Z Downloaded vte_generate_state_changes v0.1.2
9782025-08-18T18:52:00.152Z Downloaded publicsuffix v2.3.0
9792025-08-18T18:52:00.155Z Downloaded rustversion v1.0.17
9802025-08-18T18:52:00.158Z Downloaded openssl-sys v0.9.109
9812025-08-18T18:52:00.161Z Downloaded slog-stdlog v4.1.1
9822025-08-18T18:52:00.165Z Downloaded fd-lock v4.0.2
9832025-08-18T18:52:00.168Z Downloaded fatfs v0.3.6
9842025-08-18T18:52:00.169Z Downloaded typify-macro v0.3.0
9852025-08-18T18:52:00.172Z Downloaded zerocopy-derive v0.6.6
9862025-08-18T18:52:00.179Z Downloaded support-bundle-viewer v0.1.2
9872025-08-18T18:52:00.182Z Downloaded num-derive v0.4.2
9882025-08-18T18:52:00.185Z Downloaded globset v0.4.15
9892025-08-18T18:52:00.185Z Downloaded encoding_rs v0.8.34
9902025-08-18T18:52:00.203Z Downloaded quick-xml v0.37.2
9912025-08-18T18:52:00.208Z Downloaded psl-types v2.0.11
9922025-08-18T18:52:00.211Z Downloaded env_filter v0.1.2
9932025-08-18T18:52:00.211Z Downloaded embedded-io v0.4.0
9942025-08-18T18:52:00.214Z Downloaded elliptic-curve v0.13.8
9952025-08-18T18:52:00.218Z Downloaded object v0.36.5
9962025-08-18T18:52:00.226Z Downloaded yansi v1.0.1
9972025-08-18T18:52:00.229Z Downloaded progenitor-macro v0.10.0
9982025-08-18T18:52:00.232Z Downloaded oxnet v0.1.3
9992025-08-18T18:52:00.232Z Downloaded ff v0.13.0
10002025-08-18T18:52:00.235Z Downloaded display-error-chain v0.2.2
10012025-08-18T18:52:00.235Z Downloaded rpassword v7.4.0
10022025-08-18T18:52:00.238Z Downloaded schemars_derive v0.8.22
10032025-08-18T18:52:00.238Z Downloaded darling_core v0.20.10
10042025-08-18T18:52:00.242Z Downloaded darling v0.21.0
10052025-08-18T18:52:00.246Z Downloaded zeroize_derive v1.4.2
10062025-08-18T18:52:00.249Z Downloaded waitgroup v0.1.2
10072025-08-18T18:52:00.249Z Downloaded smallvec v0.6.14
10082025-08-18T18:52:00.253Z Downloaded slog-term v2.9.1
10092025-08-18T18:52:00.253Z Downloaded typify-macro v0.4.1
10102025-08-18T18:52:00.256Z Downloaded regress v0.10.4
10112025-08-18T18:52:00.261Z Downloaded git2 v0.19.0
10122025-08-18T18:52:00.269Z Downloaded polar-core v0.27.3
10132025-08-18T18:52:00.276Z Downloaded zeroize v1.8.1
10142025-08-18T18:52:00.279Z Downloaded rustyline v14.0.0
10152025-08-18T18:52:00.282Z Downloaded sled v0.34.7
10162025-08-18T18:52:00.292Z Downloaded quinn-proto v0.11.8
10172025-08-18T18:52:00.297Z Downloaded p521 v0.13.3
10182025-08-18T18:52:00.304Z Downloaded nom v7.1.3
10192025-08-18T18:52:00.307Z Downloaded dropshot v0.16.3
10202025-08-18T18:52:00.325Z Downloaded nix v0.27.1
10212025-08-18T18:52:00.334Z Downloaded subprocess v0.2.9
10222025-08-18T18:52:00.337Z Downloaded packed_struct v0.10.1
10232025-08-18T18:52:00.340Z Downloaded zerocopy-derive v0.8.26
10242025-08-18T18:52:00.343Z Downloaded gimli v0.31.1
10252025-08-18T18:52:00.350Z Downloaded proptest v1.7.0
10262025-08-18T18:52:00.358Z Downloaded sha3 v0.10.8
10272025-08-18T18:52:00.363Z Downloaded ring v0.17.14
10282025-08-18T18:52:00.401Z Downloaded libgit2-sys v0.17.0+1.8.1
10292025-08-18T18:52:00.450Z Downloaded time-macros v0.2.18
10302025-08-18T18:52:00.453Z Downloaded subtle v2.6.1
10312025-08-18T18:52:00.453Z Downloaded shell-words v1.1.0
10322025-08-18T18:52:00.456Z Downloaded ron v0.7.1
10332025-08-18T18:52:00.482Z Downloaded resolv-conf v0.7.0
10342025-08-18T18:52:00.482Z Downloaded toml_parser v1.0.2
10352025-08-18T18:52:00.483Z Downloaded strum_macros v0.26.4
10362025-08-18T18:52:00.483Z Downloaded tokio v1.47.0
10372025-08-18T18:52:00.498Z Downloaded toml_edit v0.19.15
10382025-08-18T18:52:00.513Z Downloaded rustls-webpki v0.102.8
10392025-08-18T18:52:00.529Z Downloaded tabled v0.18.0
10402025-08-18T18:52:00.544Z Downloaded rustls-webpki v0.101.7
10412025-08-18T18:52:00.556Z Downloaded predicates-tree v1.0.12
10422025-08-18T18:52:00.559Z Downloaded oso v0.27.3
10432025-08-18T18:52:00.562Z Downloaded openssl v0.10.73
10442025-08-18T18:52:00.568Z Downloaded float-ord v0.3.2
10452025-08-18T18:52:00.571Z Downloaded derive-ex v0.1.8
10462025-08-18T18:52:00.571Z Downloaded defmt-macros v0.3.9
10472025-08-18T18:52:00.574Z Downloaded regex-automata v0.4.8
10482025-08-18T18:52:00.586Z Downloaded regex-syntax v0.8.5
10492025-08-18T18:52:00.593Z Downloaded zone_cfg_derive v0.1.2
10502025-08-18T18:52:00.596Z Downloaded tls_codec v0.4.1
10512025-08-18T18:52:00.596Z Downloaded funty v2.0.0
10522025-08-18T18:52:00.596Z Downloaded foreign-types v0.5.0
10532025-08-18T18:52:00.599Z Downloaded zerocopy v0.8.26
10542025-08-18T18:52:00.617Z Downloaded tabwriter v1.4.0
10552025-08-18T18:52:00.622Z Downloaded nix v0.28.0
10562025-08-18T18:52:00.627Z Downloaded serde-hex v0.1.0
10572025-08-18T18:52:00.630Z Downloaded secrecy v0.10.3
10582025-08-18T18:52:00.630Z Downloaded rtoolbox v0.0.2
10592025-08-18T18:52:00.633Z Downloaded postcard v1.0.10
10602025-08-18T18:52:00.633Z Downloaded num-derive v0.3.3
10612025-08-18T18:52:00.636Z Downloaded zip v0.6.6
10622025-08-18T18:52:00.640Z Downloaded typed-path v0.9.3
10632025-08-18T18:52:00.644Z Downloaded newtype-uuid v1.2.4
10642025-08-18T18:52:00.647Z Downloaded dirs-sys-next v0.1.2
10652025-08-18T18:52:00.648Z Downloaded serde_with v3.14.0
10662025-08-18T18:52:00.655Z Downloaded newline-converter v0.3.0
10672025-08-18T18:52:00.658Z Downloaded object v0.30.4
10682025-08-18T18:52:00.663Z Downloaded quinn-udp v0.5.5
10692025-08-18T18:52:00.666Z Downloaded typify v0.2.0
10702025-08-18T18:52:00.669Z Downloaded tungstenite v0.23.0
10712025-08-18T18:52:00.672Z Downloaded miniz_oxide v0.8.5
10722025-08-18T18:52:00.675Z Downloaded mime_guess v2.0.5
10732025-08-18T18:52:00.675Z Downloaded pretty_assertions v1.4.1
10742025-08-18T18:52:00.678Z Downloaded defmt-parser v0.3.4
10752025-08-18T18:52:00.678Z Downloaded progenitor-macro v0.9.1
10762025-08-18T18:52:00.678Z Downloaded progenitor-macro v0.8.0
10772025-08-18T18:52:00.678Z Downloaded progenitor-impl v0.8.0
10782025-08-18T18:52:00.681Z Downloaded progenitor-client v0.10.0
10792025-08-18T18:52:00.681Z Downloaded progenitor-client v0.9.1
10802025-08-18T18:52:00.681Z Downloaded progenitor-client v0.8.0
10812025-08-18T18:52:00.684Z Downloaded progenitor v0.10.0
10822025-08-18T18:52:00.684Z Downloaded predicates v3.1.3
10832025-08-18T18:52:00.687Z Downloaded flume v0.11.1
10842025-08-18T18:52:00.689Z Downloaded deranged v0.3.11
10852025-08-18T18:52:00.692Z Downloaded regex-syntax v0.6.29
10862025-08-18T18:52:00.696Z Downloaded multer v3.1.0
10872025-08-18T18:52:00.699Z Downloaded tough v0.20.0
10882025-08-18T18:52:00.705Z Downloaded steno v0.4.1
10892025-08-18T18:52:00.709Z Downloaded russh v0.45.0
10902025-08-18T18:52:00.713Z Downloaded radix_trie v0.2.1
10912025-08-18T18:52:00.717Z Downloaded portable-atomic v1.11.0
10922025-08-18T18:52:00.723Z Downloaded petgraph v0.8.2
10932025-08-18T18:52:00.741Z Downloaded pin-project v1.1.6
10942025-08-18T18:52:00.751Z Downloaded num v0.4.3
10952025-08-18T18:52:00.754Z Downloaded normalize-line-endings v0.3.0
10962025-08-18T18:52:00.754Z Downloaded tokio-dtrace v0.1.0
10972025-08-18T18:52:00.754Z Downloaded fs-err v2.11.0
10982025-08-18T18:52:00.759Z Downloaded fixedbitset v0.5.7
10992025-08-18T18:52:00.759Z Downloaded des v0.8.1
11002025-08-18T18:52:00.763Z Downloaded rustls v0.23.19
11012025-08-18T18:52:00.768Z Downloaded curve25519-dalek-derive v0.1.1
11022025-08-18T18:52:00.772Z Downloaded ctr v0.9.2
11032025-08-18T18:52:00.772Z Downloaded csv-core v0.1.11
11042025-08-18T18:52:00.775Z Downloaded zerocopy v0.6.6
11052025-08-18T18:52:00.775Z Downloaded yasna v0.5.2
11062025-08-18T18:52:00.780Z Downloaded tower-service v0.3.3
11072025-08-18T18:52:00.780Z Downloaded tower-layer v0.3.3
11082025-08-18T18:52:00.785Z Downloaded mio v1.0.2
11092025-08-18T18:52:00.788Z Downloaded whoami v1.5.2
11102025-08-18T18:52:00.788Z Downloaded typify v0.4.1
11112025-08-18T18:52:00.792Z Downloaded strum v0.27.2
11122025-08-18T18:52:00.792Z Downloaded structmeta-derive v0.3.0
11132025-08-18T18:52:00.797Z Downloaded structmeta v0.3.0
11142025-08-18T18:52:00.797Z Downloaded strip-ansi-escapes v0.2.0
11152025-08-18T18:52:00.797Z Downloaded sqlformat v0.3.5
11162025-08-18T18:52:00.797Z Downloaded csv v1.3.1
11172025-08-18T18:52:00.812Z Downloaded take_mut v0.2.2
11182025-08-18T18:52:00.815Z Downloaded tap v1.0.1
11192025-08-18T18:52:00.815Z Downloaded slog-bunyan v2.5.0
11202025-08-18T18:52:00.815Z Downloaded siphasher v0.3.11
11212025-08-18T18:52:00.818Z Downloaded socket2 v0.6.0
11222025-08-18T18:52:00.818Z Downloaded winnow v0.6.26
11232025-08-18T18:52:00.825Z Downloaded rustls-pki-types v1.10.0
11242025-08-18T18:52:00.828Z Downloaded proc-macro-error-attr2 v2.0.0
11252025-08-18T18:52:00.831Z Downloaded peg-macros v0.8.5
11262025-08-18T18:52:00.831Z Downloaded peg v0.8.5
11272025-08-18T18:52:00.834Z Downloaded path-slash v0.1.5
11282025-08-18T18:52:00.839Z Downloaded password-hash v0.5.0
11292025-08-18T18:52:00.839Z Downloaded parse-display-derive v0.10.0
11302025-08-18T18:52:00.839Z Downloaded parse-display v0.10.0
11312025-08-18T18:52:00.839Z Downloaded oso-derive v0.27.3
11322025-08-18T18:52:00.844Z Downloaded nix v0.30.1
11332025-08-18T18:52:00.849Z Downloaded x509-cert v0.2.5
11342025-08-18T18:52:00.854Z Downloaded gethostname v0.5.0
11352025-08-18T18:52:00.857Z Downloaded hickory-proto v0.25.2
11362025-08-18T18:52:00.868Z Downloaded foreign-types-shared v0.3.1
11372025-08-18T18:52:00.871Z Downloaded derive-where v1.5.0
11382025-08-18T18:52:00.874Z Downloaded crucible-workspace-hack v0.1.0
11392025-08-18T18:52:00.874Z Downloaded zstd v0.13.3
11402025-08-18T18:52:00.877Z Downloaded zopfli v0.8.1
11412025-08-18T18:52:00.877Z Downloaded snafu v0.8.5
11422025-08-18T18:52:00.882Z Downloaded dyn-clone v1.0.19
11432025-08-18T18:52:00.885Z Downloaded diesel-dtrace v0.4.2
11442025-08-18T18:52:00.885Z Downloaded daft v0.1.4
11452025-08-18T18:52:00.888Z Downloaded indicatif v0.17.11
11462025-08-18T18:52:00.891Z Downloaded iddqd v0.3.9
11472025-08-18T18:52:00.895Z Downloaded bstr v1.10.0
11482025-08-18T18:52:00.905Z Downloaded num_enum v0.5.11
11492025-08-18T18:52:00.909Z Downloaded num-rational v0.4.2
11502025-08-18T18:52:00.912Z Downloaded num-iter v0.1.45
11512025-08-18T18:52:00.912Z Downloaded nodrop v0.1.14
11522025-08-18T18:52:00.912Z Downloaded mime v0.3.17
11532025-08-18T18:52:00.915Z Downloaded memoffset v0.9.1
11542025-08-18T18:52:00.915Z Downloaded memmap2 v0.9.5
11552025-08-18T18:52:00.915Z Downloaded futures-macro v0.3.31
11562025-08-18T18:52:00.917Z Downloaded fxhash v0.2.1
11572025-08-18T18:52:00.917Z Downloaded smf v0.2.3
11582025-08-18T18:52:00.917Z Downloaded hickory-server v0.25.2
11592025-08-18T18:52:00.921Z Downloaded hickory-resolver v0.25.2
11602025-08-18T18:52:00.924Z Downloaded tower v0.5.2
11612025-08-18T18:52:00.933Z Downloaded debug-ignore v1.0.5
11622025-08-18T18:52:00.936Z Downloaded data-encoding v2.9.0
11632025-08-18T18:52:00.936Z Downloaded darling_macro v0.21.0
11642025-08-18T18:52:00.936Z Downloaded daft-derive v0.1.4
11652025-08-18T18:52:00.939Z Downloaded ssh-key v0.6.6
11662025-08-18T18:52:00.946Z Downloaded serde_plain v1.0.2
11672025-08-18T18:52:00.949Z Downloaded reedline v0.40.0
11682025-08-18T18:52:00.953Z Downloaded rayon v1.10.0
11692025-08-18T18:52:00.961Z Downloaded sigpipe v0.1.3
11702025-08-18T18:52:00.964Z Downloaded serde_repr v0.1.19
11712025-08-18T18:52:00.965Z Downloaded serde-big-array v0.5.1
11722025-08-18T18:52:00.965Z Downloaded qorb v0.4.1
11732025-08-18T18:52:00.968Z Downloaded headers v0.4.1
11742025-08-18T18:52:00.972Z Downloaded xshell v0.2.7
11752025-08-18T18:52:00.975Z Downloaded xattr v1.3.1
11762025-08-18T18:52:00.978Z Downloaded wyz v0.5.1
11772025-08-18T18:52:00.978Z Downloaded rustc_version v0.1.7
11782025-08-18T18:52:00.978Z Downloaded compact_str v0.8.0
11792025-08-18T18:52:00.982Z Downloaded supports-color v3.0.2
11802025-08-18T18:52:00.982Z Downloaded ssh-encoding v0.2.0
11812025-08-18T18:52:00.984Z Downloaded ssh-cipher v0.2.0
11822025-08-18T18:52:00.984Z Downloaded cookie_store v0.21.1
11832025-08-18T18:52:00.988Z Downloaded hyper-util v0.1.16
11842025-08-18T18:52:00.990Z Downloaded hyper v1.6.0
11852025-08-18T18:52:00.997Z Downloaded itertools v0.12.1
11862025-08-18T18:52:01.002Z Downloaded strum_macros v0.27.1
11872025-08-18T18:52:01.005Z Downloaded simd-adler32 v0.3.7
11882025-08-18T18:52:01.008Z Downloaded serde_spanned v1.0.0
11892025-08-18T18:52:01.008Z Downloaded progenitor-impl v0.10.0
11902025-08-18T18:52:01.011Z Downloaded progenitor-impl v0.9.1
11912025-08-18T18:52:01.011Z Downloaded progenitor v0.9.1
11922025-08-18T18:52:01.011Z Downloaded progenitor v0.8.0
11932025-08-18T18:52:01.014Z Downloaded postgres-types v0.2.9
11942025-08-18T18:52:01.014Z Downloaded managed v0.8.0
11952025-08-18T18:52:01.019Z Downloaded lzss v0.8.2
11962025-08-18T18:52:01.019Z Downloaded lru-cache v0.1.2
11972025-08-18T18:52:01.019Z Downloaded hostname v0.4.0
11982025-08-18T18:52:01.019Z Downloaded bindgen v0.69.5
11992025-08-18T18:52:01.026Z Downloaded rustc-hash v2.1.1
12002025-08-18T18:52:01.031Z Downloaded rustc-hash v1.1.0
12012025-08-18T18:52:01.032Z Downloaded ref-cast v1.0.24
12022025-08-18T18:52:01.032Z Downloaded libsw-core v0.3.1
12032025-08-18T18:52:01.032Z Downloaded libsw v3.5.0
12042025-08-18T18:52:01.032Z Downloaded libscf-sys v1.1.0
12052025-08-18T18:52:01.036Z Downloaded libefi-sys v0.1.0
12062025-08-18T18:52:01.036Z Downloaded lalrpop-util v0.19.12
12072025-08-18T18:52:01.036Z Downloaded kstat-rs v0.2.4
12082025-08-18T18:52:01.036Z Downloaded keccak v0.1.5
12092025-08-18T18:52:01.038Z Downloaded ipnetwork v0.21.1
12102025-08-18T18:52:01.039Z Downloaded ipnet v2.11.0
12112025-08-18T18:52:01.042Z Downloaded internet-checksum v0.2.1
12122025-08-18T18:52:01.043Z Downloaded instability v0.3.2
12132025-08-18T18:52:01.043Z Downloaded ingot-types v0.1.2
12142025-08-18T18:52:01.050Z Downloaded ingot-macros v0.1.1
12152025-08-18T18:52:01.050Z Downloaded ingot v0.1.1
12162025-08-18T18:52:01.050Z Downloaded indent_write v2.2.0
12172025-08-18T18:52:01.050Z Downloaded impl-trait-for-tuples v0.2.2
12182025-08-18T18:52:01.053Z Downloaded hyper-staticfile v0.10.1
12192025-08-18T18:52:01.053Z Downloaded hex-literal v0.4.1
12202025-08-18T18:52:01.053Z Downloaded base64 v0.22.1
12212025-08-18T18:52:01.055Z Downloaded base64 v0.21.7
12222025-08-18T18:52:01.057Z Downloaded critical-section v1.1.3
12232025-08-18T18:52:01.060Z Downloaded http-body-util v0.1.3
12242025-08-18T18:52:01.063Z Downloaded hmac v0.12.1
12252025-08-18T18:52:01.063Z Downloaded crc-any v2.5.0
12262025-08-18T18:52:01.066Z Downloaded colored v2.2.0
12272025-08-18T18:52:01.066Z Downloaded cobs v0.2.3
12282025-08-18T18:52:01.070Z Downloaded cmake v0.1.51
12292025-08-18T18:52:01.070Z Downloaded bcs v0.1.6
12302025-08-18T18:52:01.070Z Downloaded bitfield-struct v0.6.2
12312025-08-18T18:52:01.073Z Downloaded async-bb8-diesel v0.2.1
12322025-08-18T18:52:01.073Z Downloaded array-init v0.0.4
12332025-08-18T18:52:01.078Z Downloaded backtrace v0.3.74
12342025-08-18T18:52:01.086Z Downloaded crossbeam-epoch v0.9.18
12352025-08-18T18:52:01.086Z Downloaded aho-corasick v1.1.3
12362025-08-18T18:52:01.089Z Downloaded h2 v0.4.6
12372025-08-18T18:52:01.092Z Downloaded crc8 v0.1.1
12382025-08-18T18:52:01.092Z Downloaded crc32fast v1.4.2
12392025-08-18T18:52:01.096Z Downloaded hashbrown v0.13.2
12402025-08-18T18:52:01.098Z Downloaded crc-catalog v2.4.0
12412025-08-18T18:52:01.098Z Downloaded crc v3.2.1
12422025-08-18T18:52:01.100Z Downloaded convert_case v0.7.1
12432025-08-18T18:52:01.101Z Downloaded convert_case v0.4.0
12442025-08-18T18:52:01.104Z Downloaded constant_time_eq v0.3.1
12452025-08-18T18:52:01.104Z Downloaded const_format_proc_macros v0.2.34
12462025-08-18T18:52:01.106Z Downloaded console v0.16.0
12472025-08-18T18:52:01.109Z Downloaded clang-sys v1.8.1
12482025-08-18T18:52:01.111Z Downloaded cipher v0.4.4
12492025-08-18T18:52:01.111Z Downloaded ciborium v0.2.2
12502025-08-18T18:52:01.113Z Downloaded ciborium-io v0.2.2
12512025-08-18T18:52:01.113Z Downloaded crossterm v0.28.1
12522025-08-18T18:52:01.119Z Downloaded cfg_aliases v0.2.1
12532025-08-18T18:52:01.122Z Downloaded cfg_aliases v0.1.1
12542025-08-18T18:52:01.122Z Downloaded cexpr v0.6.0
12552025-08-18T18:52:01.122Z Downloaded bit-set v0.8.0
12562025-08-18T18:52:01.124Z Downloaded bit-set v0.5.3
12572025-08-18T18:52:01.124Z Downloaded hash32 v0.2.1
12582025-08-18T18:52:01.125Z Downloaded half v1.8.3
12592025-08-18T18:52:01.128Z Downloaded libloading v0.8.5
12602025-08-18T18:52:01.131Z Downloaded base64ct v1.6.0
12612025-08-18T18:52:01.133Z Downloaded base64 v0.13.1
12622025-08-18T18:52:01.133Z Downloaded base16ct v0.2.0
12632025-08-18T18:52:01.136Z Downloaded hyper-tls v0.6.0
12642025-08-18T18:52:01.136Z Downloaded httpdate v1.0.3
12652025-08-18T18:52:01.138Z Downloaded httparse v1.9.5
12662025-08-18T18:52:01.140Z Downloaded http-body v1.0.1
12672025-08-18T18:52:01.141Z Downloaded home v0.5.9
12682025-08-18T18:52:01.141Z Downloaded backoff v0.4.0
12692025-08-18T18:52:01.143Z Downloaded atomicwrites v0.4.4
12702025-08-18T18:52:01.143Z Downloaded atomic-waker v1.1.2
12712025-08-18T18:52:01.146Z Downloaded async-trait v0.1.88
12722025-08-18T18:52:01.148Z Downloaded async-recursion v1.1.1
12732025-08-18T18:52:01.151Z Downloaded assert_matches v1.5.0
12742025-08-18T18:52:01.154Z Downloaded ascii-canvas v3.0.0
12752025-08-18T18:52:01.154Z Downloaded arrayvec v0.7.6
12762025-08-18T18:52:01.154Z Downloaded argon2 v0.5.3
12772025-08-18T18:52:01.248Z Downloaded aws-lc-sys v0.26.0
12782025-08-18T18:52:01.549Z Compiling value-bag v1.9.0
12792025-08-18T18:52:01.549Z Compiling shlex v1.3.0
12802025-08-18T18:52:01.549Z Compiling lock_api v0.4.12
12812025-08-18T18:52:01.552Z Compiling scopeguard v1.2.0
12822025-08-18T18:52:01.552Z Compiling typenum v1.17.0
12832025-08-18T18:52:01.552Z Compiling generic-array v0.14.7
12842025-08-18T18:52:01.552Z Compiling syn v2.0.104
12852025-08-18T18:52:01.711Z Compiling getrandom v0.2.15
12862025-08-18T18:52:01.871Z Compiling jobserver v0.1.32
12872025-08-18T18:52:02.098Z Compiling rand_core v0.6.4
12882025-08-18T18:52:02.120Z Compiling log v0.4.27
12892025-08-18T18:52:02.168Z Compiling smallvec v1.15.1
12902025-08-18T18:52:02.318Z Compiling cc v1.2.30
12912025-08-18T18:52:02.556Z Compiling portable-atomic v1.11.0
12922025-08-18T18:52:02.612Z Compiling subtle v2.6.1
12932025-08-18T18:52:02.637Z Compiling critical-section v1.1.3
12942025-08-18T18:52:02.659Z Compiling const-oid v0.9.6
12952025-08-18T18:52:02.808Z Compiling pkg-config v0.3.31
12962025-08-18T18:52:02.896Z Compiling pin-project-lite v0.2.14
12972025-08-18T18:52:02.983Z Compiling parking_lot_core v0.9.10
12982025-08-18T18:52:03.038Z Compiling rustix v0.38.37
12992025-08-18T18:52:03.985Z Compiling signal-hook-registry v1.4.2
13002025-08-18T18:52:04.133Z Compiling parking_lot v0.12.3
13012025-08-18T18:52:04.142Z Compiling mio v1.0.2
13022025-08-18T18:52:04.259Z Compiling futures-core v0.3.31
13032025-08-18T18:52:04.544Z Compiling spin v0.9.8
13042025-08-18T18:52:04.715Z Compiling socket2 v0.6.0
13052025-08-18T18:52:04.931Z Compiling once_cell v1.21.3
13062025-08-18T18:52:04.958Z Compiling slab v0.4.9
13072025-08-18T18:52:04.980Z Compiling aho-corasick v1.1.3
13082025-08-18T18:52:05.006Z Compiling foldhash v0.1.5
13092025-08-18T18:52:05.250Z Compiling getrandom v0.3.1
13102025-08-18T18:52:05.328Z Compiling cpufeatures v0.2.14
13112025-08-18T18:52:05.369Z Compiling regex-syntax v0.8.5
13122025-08-18T18:52:05.426Z Compiling allocator-api2 v0.2.21
13132025-08-18T18:52:05.453Z Compiling libm v0.2.8
13142025-08-18T18:52:05.628Z Compiling serde_json v1.0.142
13152025-08-18T18:52:06.050Z Compiling num-traits v0.2.19
13162025-08-18T18:52:06.063Z Compiling futures-sink v0.3.31
13172025-08-18T18:52:06.085Z Compiling either v1.15.0
13182025-08-18T18:52:06.170Z Compiling hashbrown v0.15.4
13192025-08-18T18:52:06.240Z Compiling percent-encoding v2.3.1
13202025-08-18T18:52:06.291Z Compiling glob v0.3.2
13212025-08-18T18:52:06.513Z Compiling futures-channel v0.3.31
13222025-08-18T18:52:06.936Z Compiling pin-utils v0.1.0
13232025-08-18T18:52:07.056Z Compiling futures-task v0.3.31
13242025-08-18T18:52:07.127Z Compiling clang-sys v1.8.1
13252025-08-18T18:52:07.127Z Compiling futures-io v0.3.31
13262025-08-18T18:52:07.356Z Compiling prettyplease v0.2.36
13272025-08-18T18:52:07.413Z Compiling lazy_static v1.5.0
13282025-08-18T18:52:07.478Z Compiling minimal-lexical v0.2.1
13292025-08-18T18:52:07.573Z Compiling libloading v0.8.5
13302025-08-18T18:52:07.765Z Compiling base64ct v1.6.0
13312025-08-18T18:52:07.970Z Compiling nom v7.1.3
13322025-08-18T18:52:08.003Z Compiling bindgen v0.69.5
13332025-08-18T18:52:08.281Z Compiling home v0.5.9
13342025-08-18T18:52:08.378Z Compiling pem-rfc7468 v0.7.0
13352025-08-18T18:52:09.016Z Compiling itertools v0.12.1
13362025-08-18T18:52:09.076Z Compiling regex-automata v0.4.8
13372025-08-18T18:52:09.531Z Compiling synstructure v0.13.1
13382025-08-18T18:52:10.941Z Compiling rustc-hash v1.1.0
13392025-08-18T18:52:11.127Z Compiling cexpr v0.6.0
13402025-08-18T18:52:11.342Z Compiling lazycell v1.3.0
13412025-08-18T18:52:11.365Z Compiling flagset v0.4.6
13422025-08-18T18:52:11.542Z Compiling zerocopy v0.8.26
13432025-08-18T18:52:11.600Z Compiling cmake v0.1.51
13442025-08-18T18:52:11.877Z Compiling fs_extra v1.3.0
13452025-08-18T18:52:12.407Z Compiling dunce v1.0.5
13462025-08-18T18:52:12.433Z Compiling form_urlencoded v1.2.1
13472025-08-18T18:52:12.436Z Compiling paste v1.0.15
13482025-08-18T18:52:12.559Z Compiling vcpkg v0.2.15
13492025-08-18T18:52:12.582Z Compiling ring v0.17.14
13502025-08-18T18:52:12.603Z Compiling tracing-core v0.1.32
13512025-08-18T18:52:12.733Z Compiling iana-time-zone v0.1.63
13522025-08-18T18:52:13.135Z Compiling aws-lc-rs v1.12.4
13532025-08-18T18:52:13.597Z Compiling httparse v1.9.5
13542025-08-18T18:52:13.742Z Compiling rustversion v1.0.17
13552025-08-18T18:52:14.142Z Compiling tinyvec_macros v0.1.1
13562025-08-18T18:52:14.194Z Compiling openssl-sys v0.9.109
13572025-08-18T18:52:14.232Z Compiling serde_derive v1.0.219
13582025-08-18T18:52:14.254Z Compiling zeroize_derive v1.4.2
13592025-08-18T18:52:14.294Z Compiling zerofrom-derive v0.1.4
13602025-08-18T18:52:14.463Z Compiling yoke-derive v0.7.4
13612025-08-18T18:52:15.230Z Compiling zerovec-derive v0.10.3
13622025-08-18T18:52:15.637Z Compiling zeroize v1.8.1
13632025-08-18T18:52:17.100Z Compiling displaydoc v0.2.5
13642025-08-18T18:52:17.320Z Compiling crypto-common v0.1.6
13652025-08-18T18:52:17.551Z Compiling block-buffer v0.10.4
13662025-08-18T18:52:17.571Z Compiling zerocopy-derive v0.7.35
13672025-08-18T18:52:17.604Z Compiling zerofrom v0.1.4
13682025-08-18T18:52:17.832Z Compiling digest v0.10.7
13692025-08-18T18:52:17.852Z Compiling yoke v0.7.4
13702025-08-18T18:52:18.212Z Compiling zerovec v0.10.4
13712025-08-18T18:52:18.285Z Compiling tokio-macros v2.5.0
13722025-08-18T18:52:18.580Z Compiling hmac v0.12.1
13732025-08-18T18:52:18.602Z Compiling icu_provider_macros v1.5.0
13742025-08-18T18:52:18.903Z Compiling block-padding v0.3.3
13752025-08-18T18:52:19.176Z Compiling futures-macro v0.3.31
13762025-08-18T18:52:19.198Z Compiling inout v0.1.3
13772025-08-18T18:52:19.356Z Compiling sha2 v0.10.9
13782025-08-18T18:52:19.506Z Compiling cipher v0.4.4
13792025-08-18T18:52:19.549Z Compiling zerocopy v0.7.35
13802025-08-18T18:52:19.725Z Compiling regex v1.11.1
13812025-08-18T18:52:19.814Z Compiling der_derive v0.7.3
13822025-08-18T18:52:20.042Z Compiling tinystr v0.7.6
13832025-08-18T18:52:20.223Z Compiling icu_collections v1.5.0
13842025-08-18T18:52:20.448Z Compiling icu_locid v1.5.0
13852025-08-18T18:52:20.723Z Compiling thiserror-impl v1.0.69
13862025-08-18T18:52:20.953Z Compiling zerocopy-derive v0.8.26
13872025-08-18T18:52:21.025Z Compiling futures-util v0.3.31
13882025-08-18T18:52:21.337Z Compiling serde v1.0.219
13892025-08-18T18:52:21.471Z Compiling ppv-lite86 v0.2.20
13902025-08-18T18:52:22.079Z Compiling icu_provider v1.5.0
13912025-08-18T18:52:22.268Z Compiling der v0.7.9
13922025-08-18T18:52:22.350Z Compiling salsa20 v0.10.2
13932025-08-18T18:52:22.602Z Compiling pbkdf2 v0.12.2
13942025-08-18T18:52:22.765Z Compiling icu_locid_transform v1.5.0
13952025-08-18T18:52:22.803Z Compiling scrypt v0.11.0
13962025-08-18T18:52:23.002Z Compiling cbc v0.1.2
13972025-08-18T18:52:23.279Z Compiling aes v0.8.4
13982025-08-18T18:52:23.397Z Compiling tracing-attributes v0.1.27
13992025-08-18T18:52:23.631Z Compiling thiserror v1.0.69
14002025-08-18T18:52:23.824Z Compiling pest v2.7.14
14012025-08-18T18:52:24.115Z Compiling icu_properties v1.5.1
14022025-08-18T18:52:25.078Z Compiling spki v0.7.3
14032025-08-18T18:52:25.480Z Compiling pkcs5 v0.7.1
14042025-08-18T18:52:26.156Z Compiling pkcs8 v0.10.2
14052025-08-18T18:52:26.497Z Compiling bitflags v2.9.1
14062025-08-18T18:52:26.519Z Compiling bytes v1.10.1
14072025-08-18T18:52:26.788Z Compiling semver v1.0.26
14082025-08-18T18:52:26.810Z Compiling indexmap v2.10.0
14092025-08-18T18:52:26.966Z Compiling uuid v1.17.0
14102025-08-18T18:52:27.444Z Compiling rustc_version v0.4.1
14112025-08-18T18:52:27.918Z Compiling tokio v1.47.0
14122025-08-18T18:52:28.131Z Compiling icu_normalizer v1.5.0
14132025-08-18T18:52:28.249Z Compiling http v1.3.1
14142025-08-18T18:52:28.406Z Compiling tracing v0.1.40
14152025-08-18T18:52:28.663Z Compiling chrono v0.4.41
14162025-08-18T18:52:28.917Z Compiling pest_meta v2.7.14
14172025-08-18T18:52:28.947Z Compiling scroll_derive v0.12.0
14182025-08-18T18:52:29.510Z Compiling idna_adapter v1.2.0
14192025-08-18T18:52:29.762Z Compiling idna v1.0.3
14202025-08-18T18:52:29.901Z Compiling http-body v1.0.1
14212025-08-18T18:52:30.177Z Compiling base64 v0.22.1
14222025-08-18T18:52:30.355Z Compiling rustls-pki-types v1.10.0
14232025-08-18T18:52:30.414Z Compiling url v2.5.4
14242025-08-18T18:52:30.845Z Compiling which v4.4.2
14252025-08-18T18:52:31.316Z Compiling scroll v0.12.0
14262025-08-18T18:52:31.390Z Compiling pest_generator v2.7.14
14272025-08-18T18:52:31.519Z Compiling rand_core v0.9.2
14282025-08-18T18:52:31.975Z Compiling tinyvec v1.8.0
14292025-08-18T18:52:32.006Z Compiling serde_derive_internals v0.29.1
14302025-08-18T18:52:32.045Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14312025-08-18T18:52:32.147Z Compiling bzip2-sys v0.1.13+1.0.8
14322025-08-18T18:52:32.664Z Compiling schemars v0.8.22
14332025-08-18T18:52:32.833Z Compiling tower-service v0.3.3
14342025-08-18T18:52:32.980Z Compiling atomic-waker v1.1.2
14352025-08-18T18:52:33.026Z Compiling untrusted v0.7.1
14362025-08-18T18:52:33.150Z Compiling powerfmt v0.2.0
14372025-08-18T18:52:33.184Z Compiling openssl v0.10.73
14382025-08-18T18:52:33.230Z Compiling adler2 v2.0.0
14392025-08-18T18:52:33.252Z Compiling foreign-types-shared v0.1.1
14402025-08-18T18:52:33.393Z Compiling openssl-probe v0.1.5
14412025-08-18T18:52:33.453Z Compiling time-core v0.1.2
14422025-08-18T18:52:33.474Z Compiling num-conv v0.1.0
14432025-08-18T18:52:33.528Z Compiling untrusted v0.9.0
14442025-08-18T18:52:33.626Z Compiling try-lock v0.2.5
14452025-08-18T18:52:33.693Z Compiling goblin v0.8.2
14462025-08-18T18:52:33.739Z Compiling deranged v0.3.11
14472025-08-18T18:52:33.762Z Compiling time-macros v0.2.18
14482025-08-18T18:52:33.832Z Compiling want v0.3.1
14492025-08-18T18:52:34.133Z Compiling miniz_oxide v0.8.5
14502025-08-18T18:52:34.254Z Compiling schemars_derive v0.8.22
14512025-08-18T18:52:35.144Z Compiling foreign-types v0.3.2
14522025-08-18T18:52:35.264Z Compiling pest_derive v2.7.14
14532025-08-18T18:52:36.704Z Compiling tokio-util v0.7.15
14542025-08-18T18:52:37.695Z Compiling rand_chacha v0.9.0
14552025-08-18T18:52:37.937Z Compiling ipnet v2.11.0
14562025-08-18T18:52:38.864Z Compiling h2 v0.4.6
14572025-08-18T18:52:39.071Z Compiling openssl-macros v0.1.1
14582025-08-18T18:52:39.735Z Compiling crossbeam-utils v0.8.21
14592025-08-18T18:52:39.797Z Compiling dyn-clone v1.0.19
14602025-08-18T18:52:40.050Z Compiling httpdate v1.0.3
14612025-08-18T18:52:40.138Z Compiling syn v1.0.109
14622025-08-18T18:52:40.286Z Compiling native-tls v0.2.12
14632025-08-18T18:52:40.474Z Compiling rustls v0.23.19
14642025-08-18T18:52:40.671Z Compiling num_threads v0.1.7
14652025-08-18T18:52:40.807Z Compiling time v0.3.36
14662025-08-18T18:52:40.830Z Compiling dof v0.3.0
14672025-08-18T18:52:42.545Z Compiling rand v0.9.1
14682025-08-18T18:52:42.754Z Compiling dtrace-parser v0.2.0
14692025-08-18T18:52:44.420Z Compiling unicode-normalization v0.1.24
14702025-08-18T18:52:44.634Z Compiling heapless v0.7.17
14712025-08-18T18:52:44.665Z Compiling signature v2.2.0
14722025-08-18T18:52:44.986Z Compiling crc32fast v1.4.2
14732025-08-18T18:52:45.072Z Compiling cookie v0.18.1
14742025-08-18T18:52:45.256Z Compiling unicode-bidi v0.3.17
14752025-08-18T18:52:45.328Z Compiling slog v2.7.0
14762025-08-18T18:52:45.416Z Compiling zlib-rs v0.5.1
14772025-08-18T18:52:45.478Z Compiling zstd-safe v7.2.3
14782025-08-18T18:52:45.815Z Compiling hyper v1.6.0
14792025-08-18T18:52:45.849Z Compiling unicode-properties v0.1.3
14802025-08-18T18:52:46.268Z Compiling siphasher v0.3.11
14812025-08-18T18:52:46.404Z Compiling signal-hook v0.3.18
14822025-08-18T18:52:46.668Z Compiling phf_shared v0.11.2
14832025-08-18T18:52:47.063Z Compiling stringprep v0.1.5
14842025-08-18T18:52:47.547Z Compiling usdt-impl v0.5.0
14852025-08-18T18:52:48.355Z Compiling hyper-util v0.1.16
14862025-08-18T18:52:48.807Z Compiling curve25519-dalek v4.1.3
14872025-08-18T18:52:49.182Z Compiling serde_tokenstream v0.2.2
14882025-08-18T18:52:49.247Z Compiling serde_spanned v0.6.9
14892025-08-18T18:52:49.482Z Compiling toml_datetime v0.6.11
14902025-08-18T18:52:49.505Z Compiling rand_chacha v0.3.1
14912025-08-18T18:52:49.697Z Compiling md-5 v0.10.6
14922025-08-18T18:52:49.734Z Compiling num-integer v0.1.46
14932025-08-18T18:52:49.988Z Compiling sync_wrapper v1.0.1
14942025-08-18T18:52:50.029Z Compiling hash32 v0.2.1
14952025-08-18T18:52:50.171Z Compiling ff v0.13.0
14962025-08-18T18:52:50.409Z Compiling memoffset v0.9.1
14972025-08-18T18:52:50.414Z Compiling smoltcp v0.9.1
14982025-08-18T18:52:50.440Z Compiling fallible-iterator v0.2.0
14992025-08-18T18:52:50.746Z Compiling litrs v0.4.1
15002025-08-18T18:52:51.069Z Compiling newtype-uuid v1.2.4
15012025-08-18T18:52:51.109Z Compiling tower-layer v0.3.3
15022025-08-18T18:52:51.406Z Compiling libz-rs-sys v0.5.1
15032025-08-18T18:52:51.426Z Compiling num-bigint-dig v0.8.4
15042025-08-18T18:52:51.695Z Compiling cfg_aliases v0.2.1
15052025-08-18T18:52:51.758Z Compiling base16ct v0.2.0
15062025-08-18T18:52:51.813Z Compiling psl-types v2.0.11
15072025-08-18T18:52:51.835Z Compiling gimli v0.31.1
15082025-08-18T18:52:51.838Z Compiling document-features v0.2.11
15092025-08-18T18:52:52.045Z Compiling publicsuffix v2.3.0
15102025-08-18T18:52:52.072Z Compiling sec1 v0.7.3
15112025-08-18T18:52:52.086Z Compiling nix v0.29.0
15122025-08-18T18:52:52.334Z Compiling flate2 v1.1.2
15132025-08-18T18:52:52.388Z Compiling tower v0.5.2
15142025-08-18T18:52:52.640Z Compiling postgres-protocol v0.6.8
15152025-08-18T18:52:53.090Z Compiling group v0.13.0
15162025-08-18T18:52:53.175Z Compiling num-iter v0.1.45
15172025-08-18T18:52:53.239Z Compiling rand v0.8.5
15182025-08-18T18:52:53.846Z Compiling tokio-native-tls v0.3.1
15192025-08-18T18:52:54.171Z Compiling ipnetwork v0.21.1
15202025-08-18T18:52:54.558Z Compiling strum_macros v0.27.1
15212025-08-18T18:52:54.580Z Compiling rustls-native-certs v0.8.1
15222025-08-18T18:52:54.983Z Compiling webpki-roots v1.0.1
15232025-08-18T18:52:55.024Z Compiling terminal_size v0.4.0
15242025-08-18T18:52:55.149Z Compiling http-body-util v0.1.3
15252025-08-18T18:52:55.201Z Compiling hkdf v0.12.4
15262025-08-18T18:52:55.231Z Compiling crypto-bigint v0.5.5
15272025-08-18T18:52:55.263Z Compiling async-trait v0.1.88
15282025-08-18T18:52:55.497Z Compiling curve25519-dalek-derive v0.1.1
15292025-08-18T18:52:55.642Z Compiling thiserror-impl v2.0.12
15302025-08-18T18:52:56.676Z Compiling addr2line v0.24.2
15312025-08-18T18:52:56.936Z Compiling object v0.36.5
15322025-08-18T18:52:57.363Z Compiling ahash v0.8.12
15332025-08-18T18:52:57.742Z Compiling fs-err v3.1.1
15342025-08-18T18:52:57.780Z Compiling iri-string v0.7.8
15352025-08-18T18:52:58.090Z Compiling managed v0.8.0
15362025-08-18T18:52:58.551Z Compiling winnow v0.5.40
15372025-08-18T18:52:58.745Z Compiling bumpalo v3.16.0
15382025-08-18T18:52:59.284Z Compiling lockfree-object-pool v0.1.6
15392025-08-18T18:52:59.520Z Compiling rustc-demangle v0.1.24
15402025-08-18T18:52:59.575Z Compiling bitflags v1.3.2
15412025-08-18T18:52:59.710Z Compiling rustix v1.0.7
15422025-08-18T18:53:00.380Z Compiling hubpack_derive v0.1.1
15432025-08-18T18:53:00.419Z Compiling simd-adler32 v0.3.7
15442025-08-18T18:53:00.449Z Compiling buf-list v1.0.3
15452025-08-18T18:53:00.914Z Compiling anyhow v1.0.99
15462025-08-18T18:53:00.984Z Compiling zopfli v0.8.1
15472025-08-18T18:53:01.181Z Compiling tower-http v0.6.6
15482025-08-18T18:53:01.297Z Compiling hubpack v0.1.2
15492025-08-18T18:53:01.697Z Compiling clap_builder v4.5.41
15502025-08-18T18:53:01.880Z Compiling toml_edit v0.19.15
15512025-08-18T18:53:02.065Z Compiling strum v0.27.2
15522025-08-18T18:53:02.107Z Compiling thiserror v2.0.12
15532025-08-18T18:53:02.277Z Compiling elliptic-curve v0.13.8
15542025-08-18T18:53:02.577Z Compiling hyper-tls v0.6.0
15552025-08-18T18:53:03.133Z Compiling oxnet v0.1.3
15562025-08-18T18:53:03.942Z Compiling backtrace v0.3.74
15572025-08-18T18:53:03.970Z Compiling signal-hook-mio v0.2.4
15582025-08-18T18:53:04.069Z Compiling cookie_store v0.21.1
15592025-08-18T18:53:04.170Z Compiling zstd v0.13.3
15602025-08-18T18:53:04.727Z Compiling postgres-types v0.2.9
15612025-08-18T18:53:05.997Z Compiling usdt-attr-macro v0.5.0
15622025-08-18T18:53:06.063Z Compiling usdt-macro v0.5.0
15632025-08-18T18:53:06.744Z Compiling phf v0.11.2
15642025-08-18T18:53:07.067Z Compiling ed25519 v2.2.3
15652025-08-18T18:53:07.548Z Compiling bzip2 v0.4.4
15662025-08-18T18:53:07.601Z Compiling bzip2 v0.5.2
15672025-08-18T18:53:07.959Z Compiling strum_macros v0.26.4
15682025-08-18T18:53:07.993Z Compiling pkcs1 v0.7.5
15692025-08-18T18:53:08.694Z Compiling serde_urlencoded v0.7.1
15702025-08-18T18:53:08.916Z Compiling serde-big-array v0.5.1
15712025-08-18T18:53:09.024Z Compiling rfc6979 v0.4.0
15722025-08-18T18:53:09.182Z Compiling bstr v1.10.0
15732025-08-18T18:53:09.252Z Compiling clap_derive v4.5.41
15742025-08-18T18:53:09.275Z Compiling enum-as-inner v0.6.1
15752025-08-18T18:53:09.421Z Compiling serde_repr v0.1.19
15762025-08-18T18:53:10.070Z Compiling daft-derive v0.1.4
15772025-08-18T18:53:10.345Z Compiling float-cmp v0.10.0
15782025-08-18T18:53:10.589Z Compiling socket2 v0.5.10
15792025-08-18T18:53:10.610Z Compiling encoding_rs v0.8.34
15802025-08-18T18:53:10.676Z Compiling difflib v0.4.0
15812025-08-18T18:53:11.449Z Compiling normalize-line-endings v0.3.0
15822025-08-18T18:53:11.611Z Compiling new_debug_unreachable v1.0.6
15832025-08-18T18:53:11.691Z Compiling fixedbitset v0.4.2
15842025-08-18T18:53:11.732Z Compiling predicates-core v1.0.8
15852025-08-18T18:53:11.941Z Compiling static_assertions v1.1.0
15862025-08-18T18:53:12.063Z Compiling precomputed-hash v0.1.1
15872025-08-18T18:53:12.071Z Compiling unicode-segmentation v1.12.0
15882025-08-18T18:53:12.139Z Compiling data-encoding v2.9.0
15892025-08-18T18:53:12.216Z Compiling whoami v1.5.2
15902025-08-18T18:53:12.587Z Compiling mime v0.3.17
15912025-08-18T18:53:12.783Z Compiling toml_edit v0.22.27
15922025-08-18T18:53:12.924Z Compiling hickory-proto v0.25.2
15932025-08-18T18:53:13.107Z Compiling similar v2.7.0
15942025-08-18T18:53:13.578Z Compiling clap v4.5.41
15952025-08-18T18:53:13.721Z Compiling strum v0.26.3
15962025-08-18T18:53:13.924Z Compiling tokio-postgres v0.7.13
15972025-08-18T18:53:13.980Z Compiling string_cache v0.8.9
15982025-08-18T18:53:14.358Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
15992025-08-18T18:53:14.436Z Compiling petgraph v0.6.5
16002025-08-18T18:53:15.207Z Compiling predicates v3.1.3
16012025-08-18T18:53:16.173Z Compiling daft v0.1.4
16022025-08-18T18:53:16.701Z Compiling console v0.15.10
16032025-08-18T18:53:16.730Z Compiling usdt v0.5.0
16042025-08-18T18:53:17.211Z Compiling ecdsa v0.16.9
16052025-08-18T18:53:17.947Z Compiling rsa v0.9.6
16062025-08-18T18:53:18.014Z Compiling zip v4.2.0
16072025-08-18T18:53:18.038Z Compiling zip v0.6.6
16082025-08-18T18:53:19.202Z Compiling ed25519-dalek v2.1.1
16092025-08-18T18:53:19.916Z Compiling toml v0.7.8
16102025-08-18T18:53:20.592Z Compiling crossterm v0.28.1
16112025-08-18T18:53:21.427Z Compiling crossbeam-epoch v0.9.18
16122025-08-18T18:53:21.868Z Compiling tokio-stream v0.1.17
16132025-08-18T18:53:21.990Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16142025-08-18T18:53:22.139Z Compiling openapiv3 v2.2.0
16152025-08-18T18:53:22.438Z Compiling x509-cert v0.2.5
16162025-08-18T18:53:22.840Z Compiling sha1 v0.10.6
16172025-08-18T18:53:23.283Z Compiling itertools v0.13.0
16182025-08-18T18:53:23.844Z Compiling itertools v0.10.5
16192025-08-18T18:53:24.340Z Compiling dirs-sys-next v0.1.2
16202025-08-18T18:53:24.637Z Compiling winnow v0.6.26
16212025-08-18T18:53:24.884Z Compiling rustc-hash v2.1.1
16222025-08-18T18:53:25.096Z Compiling lalrpop-util v0.19.12
16232025-08-18T18:53:25.471Z Compiling peg-runtime v0.8.5
16242025-08-18T18:53:25.622Z Compiling dirs-next v2.0.0
16252025-08-18T18:53:25.840Z Compiling thread_local v1.1.8
16262025-08-18T18:53:26.042Z Compiling slog-async v2.8.0
16272025-08-18T18:53:26.274Z Compiling term v0.7.0
16282025-08-18T18:53:26.305Z Compiling crossbeam-channel v0.5.15
16292025-08-18T18:53:26.332Z Compiling xattr v1.3.1
16302025-08-18T18:53:26.423Z Compiling futures-executor v0.3.31
16312025-08-18T18:53:26.600Z Compiling is-terminal v0.4.13
16322025-08-18T18:53:26.634Z Compiling filetime v0.2.25
16332025-08-18T18:53:26.744Z Compiling take_mut v0.2.2
16342025-08-18T18:53:26.770Z Compiling futures v0.3.31
16352025-08-18T18:53:26.906Z Compiling tar v0.4.44
16362025-08-18T18:53:26.929Z Compiling slog-term v2.9.1
16372025-08-18T18:53:26.932Z Compiling camino v1.1.11
16382025-08-18T18:53:31.730Z Compiling aws-lc-sys v0.26.0
16392025-08-18T18:54:01.406Z Compiling rustls-webpki v0.102.8
16402025-08-18T18:54:05.831Z Compiling tokio-rustls v0.26.0
16412025-08-18T18:54:06.086Z Compiling hyper-rustls v0.27.7
16422025-08-18T18:54:06.476Z Compiling reqwest v0.12.22
16432025-08-18T18:54:10.308Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16442025-08-18T18:54:10.602Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16452025-08-18T18:54:15.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
16462025-08-18T18:54:15.357Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16472025-08-18T18:54:15.413ZAug 18 18:54:13.823 INFO Starting download, target: Console
16482025-08-18T18:54:15.416ZAug 18 18:54:13.824 INFO Starting download, target: Clickhouse
16492025-08-18T18:54:15.416ZAug 18 18:54:13.824 INFO Starting download, target: Cockroach
16502025-08-18T18:54:15.416ZAug 18 18:54:13.824 INFO Starting download, target: DendriteStub
16512025-08-18T18:54:15.416ZAug 18 18:54:13.824 INFO Starting download, target: MaghemiteMgd
16522025-08-18T18:54:15.416ZAug 18 18:54:13.824 INFO Starting download, target: TransceiverControl
16532025-08-18T18:54:15.416ZAug 18 18:54:13.824 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16542025-08-18T18:54:15.416ZAug 18 18:54:13.824 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16552025-08-18T18:54:15.416ZAug 18 18:54:13.824 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16562025-08-18T18:54:15.416ZAug 18 18:54:13.824 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16572025-08-18T18:54:15.417ZAug 18 18:54:13.824 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16582025-08-18T18:54:15.417ZAug 18 18:54:13.824 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16592025-08-18T18:54:15.843ZAug 18 18:54:14.236 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16602025-08-18T18:54:15.899ZAug 18 18:54:14.305 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16612025-08-18T18:54:16.331ZAug 18 18:54:14.740 INFO Download complete, target: TransceiverControl
16622025-08-18T18:54:16.368ZAug 18 18:54:14.775 INFO Download complete, target: Console
16632025-08-18T18:54:16.400ZAug 18 18:54:14.809 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16642025-08-18T18:54:16.667ZAug 18 18:54:15.077 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16652025-08-18T18:54:17.298ZAug 18 18:54:15.708 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16662025-08-18T18:54:17.407ZAug 18 18:54:15.818 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16672025-08-18T18:54:17.408ZAug 18 18:54:15.818 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16682025-08-18T18:54:19.890ZAug 18 18:54:18.299 INFO Download complete, target: DendriteStub
16692025-08-18T18:54:20.219ZAug 18 18:54:18.628 INFO Download complete, target: MaghemiteMgd
16702025-08-18T18:54:24.206ZAug 18 18:54:22.614 INFO Checking that binary works, target: Cockroach
16712025-08-18T18:54:24.362ZAug 18 18:54:22.770 INFO Download complete, target: Cockroach
16722025-08-18T18:54:28.015ZAug 18 18:54:26.422 INFO Checking that binary works, target: Clickhouse
16732025-08-18T18:54:28.124ZAug 18 18:54:26.531 INFO Download complete, target: Clickhouse
16742025-08-18T18:54:28.130ZAll prerequisites installed successfully
16752025-08-18T18:54:28.133Z
16762025-08-18T18:54:28.133Zreal 4:40.611324766
16772025-08-18T18:54:28.133Zuser 16:30.657529780
16782025-08-18T18:54:28.133Zsys 2:21.233247968
16792025-08-18T18:54:28.133Ztrap 0.633530226
16802025-08-18T18:54:28.133Ztflt 0.877508123
16812025-08-18T18:54:28.133Zdflt 1.254924188
16822025-08-18T18:54:28.133Zkflt 0.023934707
16832025-08-18T18:54:28.133Zlock 39:02.986321059
16842025-08-18T18:54:28.133Zslp 59:51.917730016
16852025-08-18T18:54:28.133Zlat 1:15.229574297
16862025-08-18T18:54:28.133Zstop 2:55.287726858
16872025-08-18T18:54:28.133Z+ ptime -m cargo xtask download softnpu
16882025-08-18T18:54:28.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
16892025-08-18T18:54:28.883Z Running `target/debug/xtask download softnpu`
16902025-08-18T18:54:29.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
16912025-08-18T18:54:29.980Z Running `target/debug/xtask-downloader softnpu`
16922025-08-18T18:54:30.023ZAug 18 18:54:28.430 INFO Starting download, target: Softnpu
16932025-08-18T18:54:30.027ZAug 18 18:54:28.431 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16942025-08-18T18:54:30.717ZAug 18 18:54:29.124 INFO Download complete, target: Softnpu
16952025-08-18T18:54:30.721Z
16962025-08-18T18:54:30.724Zreal 2.583553263
16972025-08-18T18:54:30.724Zuser 1.568580956
16982025-08-18T18:54:30.724Zsys 0.663568175
16992025-08-18T18:54:30.724Ztrap 0.001096386
17002025-08-18T18:54:30.724Ztflt 0.000018144
17012025-08-18T18:54:30.724Zdflt 0.000072699
17022025-08-18T18:54:30.724Zkflt 0.000000000
17032025-08-18T18:54:30.724Zlock 7.525642931
17042025-08-18T18:54:30.724Zslp 0.556436618
17052025-08-18T18:54:30.724Zlat 0.074761743
17062025-08-18T18:54:30.724Zstop 0.000185166
17072025-08-18T18:54:30.724Z+ export CARGO_INCREMENTAL=0
17082025-08-18T18:54:30.724Z+ CARGO_INCREMENTAL=0
17092025-08-18T18:54:30.724Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17102025-08-18T18:54:31.951Z Compiling proc-macro2 v1.0.95
17112025-08-18T18:54:31.951Z Compiling unicode-ident v1.0.18
17122025-08-18T18:54:31.951Z Compiling libc v0.2.174
17132025-08-18T18:54:31.955Z Compiling serde v1.0.219
17142025-08-18T18:54:31.955Z Compiling autocfg v1.4.0
17152025-08-18T18:54:31.955Z Compiling cfg-if v1.0.1
17162025-08-18T18:54:31.955Z Compiling version_check v0.9.5
17172025-08-18T18:54:32.271Z Compiling memchr v2.7.4
17182025-08-18T18:54:32.294Z Compiling shlex v1.3.0
17192025-08-18T18:54:32.314Z Compiling portable-atomic v1.11.0
17202025-08-18T18:54:32.671Z Compiling typenum v1.17.0
17212025-08-18T18:54:32.692Z Compiling generic-array v0.14.7
17222025-08-18T18:54:32.714Z Compiling value-bag v1.9.0
17232025-08-18T18:54:33.035Z Compiling lock_api v0.4.12
17242025-08-18T18:54:33.152Z Compiling log v0.4.27
17252025-08-18T18:54:33.378Z Compiling getrandom v0.3.1
17262025-08-18T18:54:33.454Z Compiling libm v0.2.8
17272025-08-18T18:54:33.475Z Compiling serde_json v1.0.142
17282025-08-18T18:54:33.795Z Compiling num-traits v0.2.19
17292025-08-18T18:54:33.799Z Compiling parking_lot_core v0.9.10
17302025-08-18T18:54:33.848Z Compiling smallvec v1.15.1
17312025-08-18T18:54:33.992Z Compiling quote v1.0.40
17322025-08-18T18:54:34.089Z Compiling jobserver v0.1.32
17332025-08-18T18:54:34.133Z Compiling scopeguard v1.2.0
17342025-08-18T18:54:34.204Z Compiling semver v1.0.26
17352025-08-18T18:54:34.334Z Compiling pkg-config v0.3.31
17362025-08-18T18:54:34.354Z Compiling getrandom v0.2.15
17372025-08-18T18:54:34.449Z Compiling syn v2.0.104
17382025-08-18T18:54:34.583Z Compiling cc v1.2.30
17392025-08-18T18:54:34.677Z Compiling itoa v1.0.11
17402025-08-18T18:54:34.718Z Compiling aho-corasick v1.1.3
17412025-08-18T18:54:34.721Z Compiling regex-syntax v0.8.5
17422025-08-18T18:54:34.776Z Compiling rustix v0.38.37
17432025-08-18T18:54:35.753Z Compiling either v1.15.0
17442025-08-18T18:54:36.293Z Compiling critical-section v1.1.3
17452025-08-18T18:54:36.374Z Compiling stable_deref_trait v1.2.0
17462025-08-18T18:54:36.467Z Compiling slab v0.4.9
17472025-08-18T18:54:36.499Z Compiling errno v0.3.12
17482025-08-18T18:54:36.841Z Compiling spin v0.9.8
17492025-08-18T18:54:36.931Z Compiling foldhash v0.1.5
17502025-08-18T18:54:37.062Z Compiling once_cell v1.21.3
17512025-08-18T18:54:37.163Z Compiling equivalent v1.0.2
17522025-08-18T18:54:37.241Z Compiling allocator-api2 v0.2.21
17532025-08-18T18:54:37.309Z Compiling rand_core v0.6.4
17542025-08-18T18:54:37.657Z Compiling glob v0.3.2
17552025-08-18T18:54:37.871Z Compiling hashbrown v0.15.4
17562025-08-18T18:54:38.003Z Compiling pin-project-lite v0.2.14
17572025-08-18T18:54:38.032Z Compiling ryu v1.0.18
17582025-08-18T18:54:38.228Z Compiling regex-automata v0.4.8
17592025-08-18T18:54:38.302Z Compiling subtle v2.6.1
17602025-08-18T18:54:38.325Z Compiling clang-sys v1.8.1
17612025-08-18T18:54:38.638Z Compiling zerocopy v0.8.26
17622025-08-18T18:54:38.656Z Compiling prettyplease v0.2.36
17632025-08-18T18:54:39.084Z Compiling lazy_static v1.5.0
17642025-08-18T18:54:39.360Z Compiling minimal-lexical v0.2.1
17652025-08-18T18:54:39.403Z Compiling litemap v0.7.3
17662025-08-18T18:54:39.498Z Compiling schemars v0.8.22
17672025-08-18T18:54:39.821Z Compiling writeable v0.5.5
17682025-08-18T18:54:39.867Z Compiling nom v7.1.3
17692025-08-18T18:54:40.470Z Compiling libloading v0.8.5
17702025-08-18T18:54:40.517Z Compiling bindgen v0.69.5
17712025-08-18T18:54:40.843Z Compiling home v0.5.9
17722025-08-18T18:54:40.978Z Compiling percent-encoding v2.3.1
17732025-08-18T18:54:41.065Z Compiling thiserror v1.0.69
17742025-08-18T18:54:41.611Z Compiling synstructure v0.13.1
17752025-08-18T18:54:41.696Z Compiling serde_derive_internals v0.29.1
17762025-08-18T18:54:42.730Z Compiling itertools v0.12.1
17772025-08-18T18:54:42.933Z Compiling cexpr v0.6.0
17782025-08-18T18:54:43.146Z Compiling lazycell v1.3.0
17792025-08-18T18:54:43.532Z Compiling regex v1.11.1
17802025-08-18T18:54:43.664Z Compiling icu_locid_transform_data v1.5.0
17812025-08-18T18:54:43.795Z Compiling rustc-hash v1.1.0
17822025-08-18T18:54:44.281Z Compiling cmake v0.1.51
17832025-08-18T18:54:44.453Z Compiling signal-hook-registry v1.4.2
17842025-08-18T18:54:44.781Z Compiling byteorder v1.5.0
17852025-08-18T18:54:44.803Z Compiling fs_extra v1.3.0
17862025-08-18T18:54:44.987Z Compiling fnv v1.0.7
17872025-08-18T18:54:45.153Z Compiling icu_properties_data v1.5.0
17882025-08-18T18:54:45.289Z Compiling serde_derive v1.0.219
17892025-08-18T18:54:45.320Z Compiling zeroize_derive v1.4.2
17902025-08-18T18:54:45.323Z Compiling zerofrom-derive v0.1.4
17912025-08-18T18:54:45.418Z Compiling yoke-derive v0.7.4
17922025-08-18T18:54:45.508Z Compiling zerovec-derive v0.10.3
17932025-08-18T18:54:45.824Z Compiling displaydoc v0.2.5
17942025-08-18T18:54:46.597Z Compiling icu_provider_macros v1.5.0
17952025-08-18T18:54:46.947Z Compiling tokio-macros v2.5.0
17962025-08-18T18:54:47.266Z Compiling zeroize v1.8.1
17972025-08-18T18:54:47.704Z Compiling zerocopy-derive v0.7.35
17982025-08-18T18:54:47.728Z Compiling futures-macro v0.3.31
17992025-08-18T18:54:47.728Z Compiling zerocopy-derive v0.8.26
18002025-08-18T18:54:48.265Z Compiling zerofrom v0.1.4
18012025-08-18T18:54:48.531Z Compiling yoke v0.7.4
18022025-08-18T18:54:48.564Z Compiling schemars_derive v0.8.22
18032025-08-18T18:54:48.955Z Compiling zerovec v0.10.4
18042025-08-18T18:54:49.429Z Compiling thiserror-impl v1.0.69
18052025-08-18T18:54:49.578Z Compiling paste v1.0.15
18062025-08-18T18:54:49.853Z Compiling dunce v1.0.5
18072025-08-18T18:54:50.149Z Compiling parking_lot v0.12.3
18082025-08-18T18:54:50.550Z Compiling mio v1.0.2
18092025-08-18T18:54:50.773Z Compiling heck v0.5.0
18102025-08-18T18:54:51.180Z Compiling tinystr v0.7.6
18112025-08-18T18:54:51.221Z Compiling icu_collections v1.5.0
18122025-08-18T18:54:51.634Z Compiling icu_locid v1.5.0
18132025-08-18T18:54:51.925Z Compiling write16 v1.0.0
18142025-08-18T18:54:51.995Z Compiling icu_normalizer_data v1.5.0
18152025-08-18T18:54:52.050Z Compiling utf16_iter v1.0.5
18162025-08-18T18:54:52.121Z Compiling utf8_iter v1.0.4
18172025-08-18T18:54:52.144Z Compiling crypto-common v0.1.6
18182025-08-18T18:54:52.947Z Compiling socket2 v0.6.0
18192025-08-18T18:54:52.974Z Compiling icu_provider v1.5.0
18202025-08-18T18:54:53.131Z Compiling const-oid v0.9.6
18212025-08-18T18:54:53.804Z Compiling icu_locid_transform v1.5.0
18222025-08-18T18:54:55.125Z Compiling form_urlencoded v1.2.1
18232025-08-18T18:54:55.128Z Compiling ring v0.17.14
18242025-08-18T18:54:55.174Z Compiling icu_properties v1.5.1
18252025-08-18T18:54:57.239Z Compiling bitflags v2.9.1
18262025-08-18T18:54:57.291Z Compiling bytes v1.10.1
18272025-08-18T18:54:58.829Z Compiling indexmap v2.10.0
18282025-08-18T18:54:58.853Z Compiling tracing-attributes v0.1.27
18292025-08-18T18:54:59.303Z Compiling icu_normalizer v1.5.0
18302025-08-18T18:54:59.829Z Compiling tokio v1.47.0
18312025-08-18T18:55:00.263Z Compiling der_derive v0.7.3
18322025-08-18T18:55:01.329Z Compiling which v4.4.2
18332025-08-18T18:55:01.370Z Compiling idna_adapter v1.2.0
18342025-08-18T18:55:01.608Z Compiling idna v1.0.3
18352025-08-18T18:55:01.921Z Compiling thiserror v2.0.12
18362025-08-18T18:55:02.153Z Compiling vcpkg v0.2.15
18372025-08-18T18:55:02.493Z Compiling aws-lc-rs v1.12.4
18382025-08-18T18:55:02.934Z Compiling url v2.5.4
18392025-08-18T18:55:03.525Z Compiling openssl-sys v0.9.109
18402025-08-18T18:55:04.551Z Compiling block-buffer v0.10.4
18412025-08-18T18:55:04.829Z Compiling futures-core v0.3.31
18422025-08-18T18:55:05.131Z Compiling digest v0.10.7
18432025-08-18T18:55:05.574Z Compiling thiserror-impl v2.0.12
18442025-08-18T18:55:06.763Z Compiling httparse v1.9.5
18452025-08-18T18:55:07.152Z Compiling zerocopy v0.7.35
18462025-08-18T18:55:08.318Z Compiling uuid v1.17.0
18472025-08-18T18:55:08.563Z Compiling syn v1.0.109
18482025-08-18T18:55:08.631Z Compiling iana-time-zone v0.1.63
18492025-08-18T18:55:09.303Z Compiling chrono v0.4.41
18502025-08-18T18:55:09.847Z Compiling num-conv v0.1.0
18512025-08-18T18:55:09.870Z Compiling futures-sink v0.3.31
18522025-08-18T18:55:10.091Z Compiling time-core v0.1.2
18532025-08-18T18:55:10.153Z Compiling futures-channel v0.3.31
18542025-08-18T18:55:10.324Z Compiling time-macros v0.2.18
18552025-08-18T18:55:12.653Z Compiling futures-io v0.3.31
18562025-08-18T18:55:13.040Z Compiling openssl v0.10.73
18572025-08-18T18:55:13.063Z Compiling futures-task v0.3.31
18582025-08-18T18:55:13.189Z Compiling cpufeatures v0.2.14
18592025-08-18T18:55:13.212Z Compiling aws-lc-sys v0.26.0
18602025-08-18T18:55:13.336Z Compiling strsim v0.11.1
18612025-08-18T18:55:13.360Z Compiling pin-utils v0.1.0
18622025-08-18T18:55:13.482Z Compiling futures-util v0.3.31
18632025-08-18T18:55:14.100Z Compiling hmac v0.12.1
18642025-08-18T18:55:14.348Z Compiling rustc_version v0.4.1
18652025-08-18T18:55:14.885Z Compiling serde_tokenstream v0.2.2
18662025-08-18T18:55:15.578Z Compiling block-padding v0.3.3
18672025-08-18T18:55:15.766Z Compiling scroll_derive v0.12.0
18682025-08-18T18:55:15.836Z Compiling openssl-macros v0.1.1
18692025-08-18T18:55:16.670Z Compiling native-tls v0.2.12
18702025-08-18T18:55:16.725Z Compiling dyn-clone v1.0.19
18712025-08-18T18:55:17.008Z Compiling ucd-trie v0.1.7
18722025-08-18T18:55:17.096Z Compiling crossbeam-utils v0.8.21
18732025-08-18T18:55:17.129Z Compiling rustls v0.23.19
18742025-08-18T18:55:17.479Z Compiling pest v2.7.14
18752025-08-18T18:55:17.649Z Compiling inout v0.1.3
18762025-08-18T18:55:20.133Z Compiling pest_meta v2.7.14
18772025-08-18T18:55:20.347Z Compiling cipher v0.4.4
18782025-08-18T18:55:21.176Z Compiling sha2 v0.10.9
18792025-08-18T18:55:21.678Z Compiling http v1.3.1
18802025-08-18T18:55:22.076Z Compiling cookie v0.18.1
18812025-08-18T18:55:22.425Z Compiling base64ct v1.6.0
18822025-08-18T18:55:23.022Z Compiling rustversion v1.0.17
18832025-08-18T18:55:23.598Z Compiling pem-rfc7468 v0.7.0
18842025-08-18T18:55:23.762Z Compiling pest_generator v2.7.14
18852025-08-18T18:55:24.136Z Compiling zstd-sys v2.0.14+zstd.1.5.7
18862025-08-18T18:55:24.839Z Compiling bzip2-sys v0.1.13+1.0.8
18872025-08-18T18:55:25.287Z Compiling anyhow v1.0.99
18882025-08-18T18:55:25.372Z Compiling slog v2.7.0
18892025-08-18T18:55:25.608Z Compiling flagset v0.4.6
18902025-08-18T18:55:25.828Z Compiling der v0.7.9
18912025-08-18T18:55:25.851Z Compiling pest_derive v2.7.14
18922025-08-18T18:55:27.018Z Compiling toml_datetime v0.6.11
18932025-08-18T18:55:27.376Z Compiling serde_spanned v0.6.9
18942025-08-18T18:55:27.526Z Compiling tracing-core v0.1.32
18952025-08-18T18:55:27.702Z Compiling usdt-impl v0.5.0
18962025-08-18T18:55:27.726Z Compiling rustls-pki-types v1.10.0
18972025-08-18T18:55:27.999Z Compiling spki v0.7.3
18982025-08-18T18:55:28.380Z Compiling tracing v0.1.40
18992025-08-18T18:55:28.552Z Compiling salsa20 v0.10.2
19002025-08-18T18:55:28.637Z Compiling scroll v0.12.0
19012025-08-18T18:55:28.805Z Compiling pbkdf2 v0.12.2
19022025-08-18T18:55:28.998Z Compiling ppv-lite86 v0.2.20
19032025-08-18T18:55:29.598Z Compiling litrs v0.4.1
19042025-08-18T18:55:29.618Z Compiling winnow v0.5.40
19052025-08-18T18:55:29.823Z Compiling rustix v1.0.7
19062025-08-18T18:55:29.858Z Compiling plain v0.2.3
19072025-08-18T18:55:30.037Z Compiling goblin v0.8.2
19082025-08-18T18:55:30.389Z Compiling scrypt v0.11.0
19092025-08-18T18:55:30.473Z Compiling cbc v0.1.2
19102025-08-18T18:55:30.561Z Compiling document-features v0.2.11
19112025-08-18T18:55:30.700Z Compiling aes v0.8.4
19122025-08-18T18:55:30.845Z Compiling tokio-util v0.7.15
19132025-08-18T18:55:31.827Z Compiling adler2 v2.0.0
19142025-08-18T18:55:32.124Z Compiling untrusted v0.7.1
19152025-08-18T18:55:32.340Z Compiling untrusted v0.9.0
19162025-08-18T18:55:32.570Z Compiling powerfmt v0.2.0
19172025-08-18T18:55:32.990Z Compiling toml_edit v0.19.15
19182025-08-18T18:55:33.051Z Compiling pretty-hex v0.4.1
19192025-08-18T18:55:33.289Z Compiling newtype-uuid v1.2.4
19202025-08-18T18:55:33.628Z Compiling deranged v0.3.11
19212025-08-18T18:55:34.859Z Compiling miniz_oxide v0.8.5
19222025-08-18T18:55:35.177Z Compiling pkcs5 v0.7.1
19232025-08-18T18:55:35.749Z Compiling dof v0.3.0
19242025-08-18T18:55:37.370Z Compiling dtrace-parser v0.2.0
19252025-08-18T18:55:37.843Z Compiling http-body v1.0.1
19262025-08-18T18:55:38.100Z Compiling heapless v0.7.17
19272025-08-18T18:55:38.537Z Compiling thread-id v4.2.2
19282025-08-18T18:55:38.677Z Compiling base64 v0.22.1
19292025-08-18T18:55:38.810Z Compiling num_threads v0.1.7
19302025-08-18T18:55:38.941Z Compiling atomic-waker v1.1.2
19312025-08-18T18:55:39.210Z Compiling zstd-safe v7.2.3
19322025-08-18T18:55:39.359Z Compiling signal-hook v0.3.18
19332025-08-18T18:55:39.431Z Compiling time v0.3.36
19342025-08-18T18:55:40.803Z Compiling pkcs8 v0.10.2
19352025-08-18T18:55:41.406Z Compiling tower-service v0.3.3
19362025-08-18T18:55:41.900Z Compiling try-lock v0.2.5
19372025-08-18T18:55:42.081Z Compiling ident_case v1.0.1
19382025-08-18T18:55:42.283Z Compiling tinyvec_macros v0.1.1
19392025-08-18T18:55:42.430Z Compiling tinyvec v1.8.0
19402025-08-18T18:55:43.808Z Compiling want v0.3.1
19412025-08-18T18:55:44.126Z Compiling h2 v0.4.6
19422025-08-18T18:55:46.032Z Compiling rand_core v0.9.2
19432025-08-18T18:55:46.464Z Compiling curve25519-dalek v4.1.3
19442025-08-18T18:55:46.713Z Compiling ipnet v2.11.0
19452025-08-18T18:55:46.924Z Compiling async-trait v0.1.88
19462025-08-18T18:55:49.021Z Compiling memoffset v0.9.1
19472025-08-18T18:55:49.470Z Compiling smoltcp v0.9.1
19482025-08-18T18:55:49.532Z Compiling foreign-types-shared v0.1.1
19492025-08-18T18:55:49.677Z Compiling gimli v0.31.1
19502025-08-18T18:55:49.791Z Compiling httpdate v1.0.3
19512025-08-18T18:55:49.836Z Compiling num-bigint-dig v0.8.4
19522025-08-18T18:55:50.034Z Compiling openssl-probe v0.1.5
19532025-08-18T18:55:50.839Z Compiling foreign-types v0.3.2
19542025-08-18T18:55:52.578Z Compiling hyper v1.6.0
19552025-08-18T18:55:54.426Z Compiling addr2line v0.24.2
19562025-08-18T18:55:56.129Z Compiling rand_chacha v0.9.0
19572025-08-18T18:55:57.836Z Compiling usdt-attr-macro v0.5.0
19582025-08-18T18:55:59.241Z Compiling usdt-macro v0.5.0
19592025-08-18T18:56:01.569Z Compiling strum_macros v0.26.4
19602025-08-18T18:56:03.529Z Compiling ipnetwork v0.21.1
19612025-08-18T18:56:04.545Z Compiling daft-derive v0.1.4
19622025-08-18T18:56:05.209Z Compiling object v0.36.5
19632025-08-18T18:56:06.438Z Compiling rustc-demangle v0.1.24
19642025-08-18T18:56:06.709Z Compiling cfg_aliases v0.2.1
19652025-08-18T18:56:06.831Z Compiling nix v0.29.0
19662025-08-18T18:56:10.772Z Compiling rand v0.9.1
19672025-08-18T18:56:11.986Z Compiling hyper-util v0.1.16
19682025-08-18T18:56:13.641Z Compiling backtrace v0.3.74
19692025-08-18T18:56:15.141Z Compiling unicode-normalization v0.1.24
19702025-08-18T18:56:16.462Z Compiling strum_macros v0.27.1
19712025-08-18T18:56:18.780Z Compiling hubpack_derive v0.1.1
19722025-08-18T18:56:18.859Z Compiling signature v2.2.0
19732025-08-18T18:56:19.114Z Compiling openapiv3 v2.2.0
19742025-08-18T18:56:19.660Z Compiling curve25519-dalek-derive v0.1.1
19752025-08-18T18:56:21.085Z Compiling fs-err v3.1.1
19762025-08-18T18:56:21.445Z Compiling ahash v0.8.12
19772025-08-18T18:56:21.860Z Compiling crc32fast v1.4.2
19782025-08-18T18:56:22.220Z Compiling buf-list v1.0.3
19792025-08-18T18:56:22.788Z Compiling siphasher v0.3.11
19802025-08-18T18:56:23.087Z Compiling zlib-rs v0.5.1
19812025-08-18T18:56:23.181Z Compiling unicode-properties v0.1.3
19822025-08-18T18:56:23.617Z Compiling anstyle v1.0.11
19832025-08-18T18:56:24.022Z Compiling utf8parse v0.2.2
19842025-08-18T18:56:24.049Z Compiling unicode-bidi v0.3.17
19852025-08-18T18:56:24.219Z Compiling anstyle-parse v0.2.5
19862025-08-18T18:56:25.087Z Compiling stringprep v0.1.5
19872025-08-18T18:56:25.920Z Compiling phf_shared v0.11.2
19882025-08-18T18:56:27.995Z Compiling libz-rs-sys v0.5.1
19892025-08-18T18:56:32.719Z Compiling http-body-util v0.1.3
19902025-08-18T18:56:33.333Z Compiling rand_chacha v0.3.1
19912025-08-18T18:56:33.830Z Compiling sync_wrapper v1.0.1
19922025-08-18T18:56:33.865Z Compiling num-integer v0.1.46
19932025-08-18T18:56:34.019Z Compiling md-5 v0.10.6
19942025-08-18T18:56:34.277Z Compiling hash32 v0.2.1
19952025-08-18T18:56:34.389Z Compiling ff v0.13.0
19962025-08-18T18:56:34.499Z Compiling encoding_rs v0.8.34
19972025-08-18T18:56:34.636Z Compiling tower-layer v0.3.3
19982025-08-18T18:56:34.932Z Compiling mime v0.3.17
19992025-08-18T18:56:35.036Z Compiling psl-types v2.0.11
20002025-08-18T18:56:35.287Z Compiling fallible-iterator v0.2.0
20012025-08-18T18:56:35.931Z Compiling is_terminal_polyfill v1.70.1
20022025-08-18T18:56:35.970Z Compiling anstyle-query v1.1.1
20032025-08-18T18:56:36.314Z Compiling base16ct v0.2.0
20042025-08-18T18:56:36.584Z Compiling colorchoice v1.0.2
20052025-08-18T18:56:36.623Z Compiling sec1 v0.7.3
20062025-08-18T18:56:36.790Z Compiling anstream v0.6.18
20072025-08-18T18:56:37.200Z Compiling tower v0.5.2
20082025-08-18T18:56:37.379Z Compiling publicsuffix v2.3.0
20092025-08-18T18:56:37.693Z Compiling postgres-protocol v0.6.8
20102025-08-18T18:56:39.252Z Compiling group v0.13.0
20112025-08-18T18:56:39.447Z Compiling num-iter v0.1.45
20122025-08-18T18:56:40.472Z Compiling rand v0.8.5
20132025-08-18T18:56:41.662Z Compiling tokio-native-tls v0.3.1
20142025-08-18T18:56:42.112Z Compiling flate2 v1.1.2
20152025-08-18T18:56:42.998Z Compiling rustls-native-certs v0.8.1
20162025-08-18T18:56:44.302Z Compiling webpki-roots v1.0.1
20172025-08-18T18:56:44.363Z Compiling rustls-webpki v0.102.8
20182025-08-18T18:56:45.235Z Compiling hkdf v0.12.4
20192025-08-18T18:56:45.475Z Compiling terminal_size v0.4.0
20202025-08-18T18:56:45.884Z Compiling serde_urlencoded v0.7.1
20212025-08-18T18:56:45.974Z Compiling clap_derive v4.5.41
20222025-08-18T18:56:45.998Z Compiling enum-as-inner v0.6.1
20232025-08-18T18:56:46.474Z Compiling crypto-bigint v0.5.5
20242025-08-18T18:56:46.650Z Compiling serde_repr v0.1.19
20252025-08-18T18:56:47.715Z Compiling bitflags v1.3.2
20262025-08-18T18:56:48.170Z Compiling winnow v0.7.10
20272025-08-18T18:56:49.988Z Compiling clap_lex v0.7.4
20282025-08-18T18:56:50.835Z Compiling iri-string v0.7.8
20292025-08-18T18:56:50.875Z Compiling simd-adler32 v0.3.7
20302025-08-18T18:56:51.383Z Compiling managed v0.8.0
20312025-08-18T18:56:51.850Z Compiling tokio-rustls v0.26.0
20322025-08-18T18:56:52.380Z Compiling bumpalo v3.16.0
20332025-08-18T18:56:52.544Z Compiling lockfree-object-pool v0.1.6
20342025-08-18T18:56:53.964Z Compiling zopfli v0.8.1
20352025-08-18T18:56:55.289Z Compiling tower-http v0.6.6
20362025-08-18T18:56:55.470Z Compiling hyper-rustls v0.27.7
20372025-08-18T18:56:55.759Z Compiling clap_builder v4.5.41
20382025-08-18T18:56:56.171Z Compiling elliptic-curve v0.13.8
20392025-08-18T18:56:56.892Z Compiling oxnet v0.1.3
20402025-08-18T18:56:58.375Z Compiling hyper-tls v0.6.0
20412025-08-18T18:57:01.372Z Compiling zstd v0.13.3
20422025-08-18T18:57:01.579Z Compiling signal-hook-mio v0.2.4
20432025-08-18T18:57:01.633Z Compiling cookie_store v0.21.1
20442025-08-18T18:57:01.813Z Compiling postgres-types v0.2.9
20452025-08-18T18:57:01.906Z Compiling phf v0.11.2
20462025-08-18T18:57:02.350Z Compiling strum v0.27.2
20472025-08-18T18:57:02.467Z Compiling hubpack v0.1.2
20482025-08-18T18:57:02.558Z Compiling ed25519 v2.2.3
20492025-08-18T18:57:02.897Z Compiling bzip2 v0.4.4
20502025-08-18T18:57:02.941Z Compiling bzip2 v0.5.2
20512025-08-18T18:57:03.066Z Compiling crossbeam-epoch v0.9.18
20522025-08-18T18:57:03.267Z Compiling pkcs1 v0.7.5
20532025-08-18T18:57:03.982Z Compiling rfc6979 v0.4.0
20542025-08-18T18:57:04.171Z Compiling float-cmp v0.10.0
20552025-08-18T18:57:04.205Z Compiling serde-big-array v0.5.1
20562025-08-18T18:57:04.426Z Compiling bstr v1.10.0
20572025-08-18T18:57:04.470Z Compiling regress v0.10.4
20582025-08-18T18:57:04.650Z Compiling socket2 v0.5.10
20592025-08-18T18:57:05.164Z Compiling memmap v0.7.0
20602025-08-18T18:57:05.477Z Compiling precomputed-hash v0.1.1
20612025-08-18T18:57:05.480Z Compiling normalize-line-endings v0.3.0
20622025-08-18T18:57:05.626Z Compiling difflib v0.4.0
20632025-08-18T18:57:05.733Z Compiling whoami v1.5.2
20642025-08-18T18:57:05.912Z Compiling new_debug_unreachable v1.0.6
20652025-08-18T18:57:06.034Z Compiling static_assertions v1.1.0
20662025-08-18T18:57:06.223Z Compiling data-encoding v2.9.0
20672025-08-18T18:57:06.591Z Compiling fixedbitset v0.4.2
20682025-08-18T18:57:06.626Z Compiling unicode-segmentation v1.12.0
20692025-08-18T18:57:07.018Z Compiling unicode-width v0.2.0
20702025-08-18T18:57:07.453Z Compiling predicates-core v1.0.8
20712025-08-18T18:57:07.567Z Compiling toml_write v0.1.2
20722025-08-18T18:57:07.770Z Compiling predicates v3.1.3
20732025-08-18T18:57:07.950Z Compiling reqwest v0.12.22
20742025-08-18T18:57:08.035Z Compiling console v0.15.10
20752025-08-18T18:57:08.539Z Compiling typify-impl v0.3.0
20762025-08-18T18:57:09.066Z Compiling similar v2.7.0
20772025-08-18T18:57:09.116Z Compiling petgraph v0.6.5
20782025-08-18T18:57:09.451Z Compiling toml_edit v0.22.27
20792025-08-18T18:57:09.645Z Compiling hickory-proto v0.25.2
20802025-08-18T18:57:10.714Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
20812025-08-18T18:57:12.784Z Compiling tokio-postgres v0.7.13
20822025-08-18T18:57:16.912Z Compiling string_cache v0.8.9
20832025-08-18T18:57:17.409Z Compiling usdt v0.5.0
20842025-08-18T18:57:17.807Z Compiling ecdsa v0.16.9
20852025-08-18T18:57:18.511Z Compiling rsa v0.9.6
20862025-08-18T18:57:19.656Z Compiling zip v4.2.0
20872025-08-18T18:57:19.680Z Compiling zip v0.6.6
20882025-08-18T18:57:19.951Z Compiling ed25519-dalek v2.1.1
20892025-08-18T18:57:20.972Z Compiling crossterm v0.28.1
20902025-08-18T18:57:21.164Z Compiling clap v4.5.41
20912025-08-18T18:57:21.506Z Compiling daft v0.1.4
20922025-08-18T18:57:21.958Z Compiling strum v0.26.3
20932025-08-18T18:57:22.085Z Compiling darling_core v0.21.0
20942025-08-18T18:57:22.184Z Compiling tokio-stream v0.1.17
20952025-08-18T18:57:22.237Z Compiling toml v0.7.8
20962025-08-18T18:57:23.166Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
20972025-08-18T18:57:23.194Z Compiling x509-cert v0.2.5
20982025-08-18T18:57:23.913Z Compiling sha1 v0.10.6
20992025-08-18T18:57:24.132Z Compiling itertools v0.13.0
21002025-08-18T18:57:26.932Z Compiling itertools v0.10.5
21012025-08-18T18:57:27.010Z Compiling winnow v0.6.26
21022025-08-18T18:57:27.405Z Compiling peg-runtime v0.8.5
21032025-08-18T18:57:27.583Z Compiling lalrpop-util v0.19.12
21042025-08-18T18:57:27.889Z Compiling unicode-xid v0.2.6
21052025-08-18T18:57:28.100Z Compiling rustc-hash v2.1.1
21062025-08-18T18:57:28.324Z Compiling darling_macro v0.21.0
21072025-08-18T18:57:29.799Z Compiling typify-macro v0.3.0
21082025-08-18T18:57:30.074Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21092025-08-18T18:57:33.244Z Compiling rayon-core v1.12.1
21102025-08-18T18:57:34.837Z Compiling camino v1.1.11
21112025-08-18T18:57:37.768Z Compiling darling v0.21.0
21122025-08-18T18:57:38.171Z Compiling proc-macro-crate v1.3.1
21132025-08-18T18:57:38.523Z Compiling macaddr v1.0.1
21142025-08-18T18:57:38.556Z Compiling structmeta-derive v0.3.0
21152025-08-18T18:57:39.626Z Compiling itertools v0.14.0
21162025-08-18T18:57:41.815Z Compiling ref-cast v1.0.24
21172025-08-18T18:57:42.459Z Compiling heapless v0.8.0
21182025-08-18T18:57:42.514Z Compiling fastrand v2.1.1
21192025-08-18T18:57:43.150Z Compiling tempfile v3.20.0
21202025-08-18T18:57:43.483Z Compiling ingot-macros v0.1.1
21212025-08-18T18:57:46.587Z Compiling structmeta v0.3.0
21222025-08-18T18:57:47.650Z Compiling num_enum_derive v0.5.11
21232025-08-18T18:57:49.935Z Compiling crossbeam-deque v0.8.5
21242025-08-18T18:57:51.195Z Compiling ref-cast-impl v1.0.24
21252025-08-18T18:57:52.262Z Compiling hash32 v0.3.1
21262025-08-18T18:57:57.222Z Compiling smoltcp v0.11.0
21272025-08-18T18:57:57.955Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21282025-08-18T18:58:05.688Z Compiling ingot-types v0.1.2
21292025-08-18T18:58:06.739Z Compiling num_enum v0.5.11
21302025-08-18T18:58:08.223Z Compiling typify v0.3.0
21312025-08-18T18:58:12.348Z Compiling darling_core v0.20.10
21322025-08-18T18:58:12.990Z Compiling dirs-sys-next v0.1.2
21332025-08-18T18:58:13.040Z Compiling proc-macro-error-attr v1.0.4
21342025-08-18T18:58:13.295Z Compiling rustls v0.22.4
21352025-08-18T18:58:13.654Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21362025-08-18T18:58:14.009Z Compiling unsafe-libyaml v0.2.11
21372025-08-18T18:58:15.134Z Compiling cobs v0.2.3
21382025-08-18T18:58:15.605Z Compiling postcard v1.0.10
21392025-08-18T18:58:15.642Z Compiling serde_yaml v0.9.34+deprecated
21402025-08-18T18:58:17.482Z Compiling darling_macro v0.20.10
21412025-08-18T18:58:23.484Z Compiling dirs-next v2.0.0
21422025-08-18T18:58:27.870Z Compiling progenitor-impl v0.9.1
21432025-08-18T18:58:30.072Z Compiling ingot v0.1.1
21442025-08-18T18:58:36.498Z Compiling futures-executor v0.3.31
21452025-08-18T18:58:36.520Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
21462025-08-18T18:58:36.923Z Compiling hex v0.4.3
21472025-08-18T18:58:37.173Z Compiling foreign-types-macros v0.2.3
21482025-08-18T18:58:37.451Z Compiling thread_local v1.1.8
21492025-08-18T18:58:37.531Z Compiling wait-timeout v0.2.0
21502025-08-18T18:58:37.601Z Compiling proc-macro-error v1.0.4
21512025-08-18T18:58:37.964Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
21522025-08-18T18:58:38.100Z Compiling multer v3.1.0
21532025-08-18T18:58:38.387Z Compiling quick-error v1.2.3
21542025-08-18T18:58:38.411Z Compiling bit-vec v0.8.0
21552025-08-18T18:58:38.433Z Compiling foreign-types-shared v0.3.1
21562025-08-18T18:58:38.454Z Compiling match_cfg v0.1.0
21572025-08-18T18:58:38.567Z Compiling unicode-width v0.1.14
21582025-08-18T18:58:38.592Z Compiling slog-async v2.8.0
21592025-08-18T18:58:38.950Z Compiling bit-set v0.8.0
21602025-08-18T18:58:39.058Z Compiling tabwriter v1.4.0
21612025-08-18T18:58:39.187Z Compiling foreign-types v0.5.0
21622025-08-18T18:58:39.306Z Compiling hostname v0.3.1
21632025-08-18T18:58:39.330Z Compiling rusty-fork v0.3.0
21642025-08-18T18:58:39.524Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
21652025-08-18T18:58:39.638Z Compiling futures v0.3.31
21662025-08-18T18:58:39.679Z Compiling progenitor-macro v0.9.1
21672025-08-18T18:58:39.776Z Compiling term v0.7.0
21682025-08-18T18:58:43.538Z Compiling darling v0.20.10
21692025-08-18T18:58:43.906Z Compiling derive-ex v0.1.8
21702025-08-18T18:58:43.960Z Compiling progenitor-client v0.9.1
21712025-08-18T18:58:44.306Z Compiling toml_parser v1.0.2
21722025-08-18T18:58:44.885Z Compiling slog-json v2.6.1
21732025-08-18T18:58:45.308Z Compiling rand_xorshift v0.4.0
21742025-08-18T18:58:45.344Z Compiling crossbeam-channel v0.5.15
21752025-08-18T18:58:45.621Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21762025-08-18T18:58:46.438Z Compiling serde_spanned v1.0.0
21772025-08-18T18:58:46.751Z Compiling toml_datetime v0.7.0
21782025-08-18T18:58:46.889Z Compiling async-stream-impl v0.3.6
21792025-08-18T18:58:47.599Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
21802025-08-18T18:58:47.634Z Compiling cstr-argument v0.1.2
21812025-08-18T18:58:47.656Z Compiling is-terminal v0.4.13
21822025-08-18T18:58:47.829Z Compiling dropshot v0.16.3
21832025-08-18T18:58:47.927Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21842025-08-18T18:58:48.008Z Compiling unarray v0.1.4
21852025-08-18T18:58:48.164Z Compiling pretty-hex v0.2.1
21862025-08-18T18:58:48.239Z Compiling take_mut v0.2.2
21872025-08-18T18:58:48.260Z Compiling toml_writer v1.0.2
21882025-08-18T18:58:48.428Z Compiling typeid v1.0.3
21892025-08-18T18:58:48.453Z Compiling crucible-workspace-hack v0.1.0
21902025-08-18T18:58:48.783Z Compiling toml v0.9.5
21912025-08-18T18:58:48.999Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21922025-08-18T18:58:49.426Z Compiling proptest v1.7.0
21932025-08-18T18:58:50.245Z Compiling async-stream v0.3.6
21942025-08-18T18:58:50.601Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21952025-08-18T18:58:50.648Z Compiling progenitor v0.9.1
21962025-08-18T18:58:50.912Z Compiling slog-term v2.9.1
21972025-08-18T18:58:51.345Z Compiling test-strategy v0.4.3
21982025-08-18T18:58:51.463Z Compiling tokio-rustls v0.25.0
21992025-08-18T18:58:52.004Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22002025-08-18T18:58:52.226Z Compiling slog-bunyan v2.5.0
22012025-08-18T18:58:52.732Z Compiling serde_with_macros v3.14.0
22022025-08-18T18:58:54.450Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22032025-08-18T18:58:54.652Z Compiling rayon v1.10.0
22042025-08-18T18:58:55.020Z Compiling parse-display-derive v0.10.0
22052025-08-18T18:58:56.567Z Compiling colored v2.2.0
22062025-08-18T18:58:58.015Z Compiling waitgroup v0.1.2
22072025-08-18T18:58:58.161Z Compiling rustls-pemfile v2.2.0
22082025-08-18T18:58:58.298Z Compiling dropshot_endpoint v0.16.3
22092025-08-18T18:58:58.489Z Compiling serde_path_to_error v0.1.17
22102025-08-18T18:58:58.649Z Compiling derive-where v1.5.0
22112025-08-18T18:58:59.460Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22122025-08-18T18:58:59.975Z Compiling hostname v0.4.0
22132025-08-18T18:59:00.222Z Compiling instant v0.1.13
22142025-08-18T18:59:00.284Z Compiling heck v0.4.1
22152025-08-18T18:59:00.424Z Compiling debug-ignore v1.0.5
22162025-08-18T18:59:00.621Z Compiling backoff v0.4.0
22172025-08-18T18:59:00.701Z Compiling zone_cfg_derive v0.3.0
22182025-08-18T18:59:01.034Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22192025-08-18T18:59:01.283Z Compiling parse-display v0.10.0
22202025-08-18T18:59:01.478Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
22212025-08-18T18:59:01.912Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd)
22222025-08-18T18:59:01.942Z Compiling serde_with v3.14.0
22232025-08-18T18:59:03.216Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22242025-08-18T18:59:03.992Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
22252025-08-18T18:59:05.332Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
22262025-08-18T18:59:05.763Z Compiling iddqd v0.3.9
22272025-08-18T18:59:08.822Z Compiling camino-tempfile v1.4.1
22282025-08-18T18:59:09.181Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
22292025-08-18T18:59:09.596Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22302025-08-18T18:59:09.619Z Compiling progenitor-client v0.10.0
22312025-08-18T18:59:09.641Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
22322025-08-18T18:59:10.110Z Compiling num-derive v0.4.2
22332025-08-18T18:59:10.568Z Compiling sigpipe v0.1.3
22342025-08-18T18:59:10.638Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22352025-08-18T18:59:10.996Z Compiling libefi-sys v0.1.0
22362025-08-18T18:59:11.167Z Compiling jiff v0.2.15
22372025-08-18T18:59:11.390Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22382025-08-18T18:59:12.273Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
22392025-08-18T18:59:12.759Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
22402025-08-18T18:59:13.339Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
22412025-08-18T18:59:13.774Z Compiling erased-serde v0.4.6
22422025-08-18T18:59:15.291Z Compiling zone v0.3.1
22432025-08-18T18:59:16.966Z Compiling smf v0.2.3
22442025-08-18T18:59:18.411Z Compiling bitfield-struct v0.6.2
22452025-08-18T18:59:19.492Z Compiling ordered-float v2.10.1
22462025-08-18T18:59:19.568Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22472025-08-18T18:59:19.759Z Compiling blake3 v1.5.4
22482025-08-18T18:59:19.802Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22492025-08-18T18:59:20.029Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22502025-08-18T18:59:20.226Z Compiling serde-value v0.7.0
22512025-08-18T18:59:20.573Z Compiling serde-untagged v0.1.7
22522025-08-18T18:59:21.187Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22532025-08-18T18:59:21.358Z Compiling toml v0.8.23
22542025-08-18T18:59:21.427Z Compiling xattr v1.3.1
22552025-08-18T18:59:21.779Z Compiling memmap2 v0.9.5
22562025-08-18T18:59:21.862Z Compiling filetime v0.2.25
22572025-08-18T18:59:22.223Z Compiling constant_time_eq v0.3.1
22582025-08-18T18:59:22.317Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22592025-08-18T18:59:22.358Z Compiling arrayref v0.3.9
22602025-08-18T18:59:22.441Z Compiling arrayvec v0.7.6
22612025-08-18T18:59:22.473Z Compiling same-file v1.0.6
22622025-08-18T18:59:22.491Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22632025-08-18T18:59:22.769Z Compiling walkdir v2.5.0
22642025-08-18T18:59:24.002Z Compiling cargo-util-schemas v0.8.2
22652025-08-18T18:59:24.304Z Compiling tar v0.4.44
22662025-08-18T18:59:26.138Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22672025-08-18T18:59:26.578Z Compiling console v0.16.0
22682025-08-18T18:59:27.054Z Compiling tokio-dtrace v0.1.0
22692025-08-18T18:59:27.590Z Compiling gethostname v0.5.0
22702025-08-18T18:59:27.838Z Compiling cargo-platform v0.2.0
22712025-08-18T18:59:29.016Z Compiling topological-sort v0.2.2
22722025-08-18T18:59:29.184Z Compiling fixedbitset v0.5.7
22732025-08-18T18:59:29.334Z Compiling unit-prefix v0.5.1
22742025-08-18T18:59:29.419Z Compiling omicron-zone-package v0.12.2
22752025-08-18T18:59:29.619Z Compiling indicatif v0.18.0
22762025-08-18T18:59:29.965Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22772025-08-18T18:59:30.407Z Compiling petgraph v0.8.2
22782025-08-18T18:59:32.472Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22792025-08-18T18:59:32.542Z Compiling cargo_metadata v0.21.0
22802025-08-18T18:59:35.722Z Compiling oxide-tokio-rt v0.1.2
22812025-08-18T18:59:35.829Z Compiling indent_write v2.2.0
22822025-08-18T18:59:36.099Z Compiling shell-words v1.1.0
22832025-08-18T18:59:36.319Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
22842025-08-18T18:59:36.624Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22852025-08-18T18:59:57.293Z Finished `release` profile [optimized] target(s) in 5m 26s
22862025-08-18T18:59:57.486Z Running `target/release/omicron-package -t test target create -p dev`
22872025-08-18T18:59:57.541ZLogging to: /work/oxidecomputer/omicron/out/LOG
22882025-08-18T18:59:57.544ZCreated new build target 'test' and set it as active
22892025-08-18T18:59:57.544Z
22902025-08-18T18:59:57.544Zreal 5:26.737734702
22912025-08-18T18:59:57.544Zuser 37:41.576108872
22922025-08-18T18:59:57.544Zsys 3:45.248265632
22932025-08-18T18:59:57.544Ztrap 1.177310634
22942025-08-18T18:59:57.544Ztflt 1.929799036
22952025-08-18T18:59:57.544Zdflt 1.066794473
22962025-08-18T18:59:57.544Zkflt 0.000233129
22972025-08-18T18:59:57.544Zlock 1:47:29.638660098
22982025-08-18T18:59:57.544Zslp 2:34:25.817728973
22992025-08-18T18:59:57.544Zlat 3:06.596347759
23002025-08-18T18:59:57.544Zstop 5:35.284656449
23012025-08-18T18:59:57.545Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23022025-08-18T18:59:58.718Z Finished `release` profile [optimized] target(s) in 1.11s
23032025-08-18T18:59:58.778Z Running `target/release/omicron-package -t test package`
23042025-08-18T18:59:58.828ZLogging to: /work/oxidecomputer/omicron/out/LOG
23052025-08-18T19:00:00.585Z Compiling typify-impl v0.4.1
23062025-08-18T19:00:00.803Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23072025-08-18T19:00:00.847Z Compiling convert_case v0.4.0
23082025-08-18T19:00:00.851Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
23092025-08-18T19:00:00.851Z Compiling dirs-sys-next v0.1.2
23102025-08-18T19:00:00.851Z Compiling num-rational v0.4.2
23112025-08-18T19:00:00.851Z Compiling num-complex v0.4.6
23122025-08-18T19:00:01.010Z Compiling float-ord v0.3.2
23132025-08-18T19:00:01.222Z Compiling dirs-next v2.0.0
23142025-08-18T19:00:01.336Z Compiling is-terminal v0.4.13
23152025-08-18T19:00:01.428Z Compiling term v0.7.0
23162025-08-18T19:00:01.475Z Compiling derive_more v0.99.20
23172025-08-18T19:00:01.530Z Compiling camino v1.1.11
23182025-08-18T19:00:01.568Z Compiling bytecount v0.6.8
23192025-08-18T19:00:01.943Z Compiling num v0.4.3
23202025-08-18T19:00:02.066Z Compiling secrecy v0.10.3
23212025-08-18T19:00:02.095Z Compiling base64 v0.21.7
23222025-08-18T19:00:02.391Z Compiling swrite v0.1.0
23232025-08-18T19:00:02.440Z Compiling fastrand v2.1.1
23242025-08-18T19:00:02.519Z Compiling rustls v0.22.4
23252025-08-18T19:00:02.564Z Compiling password-hash v0.5.0
23262025-08-18T19:00:02.589Z Compiling blake2 v0.10.6
23272025-08-18T19:00:02.937Z Compiling tempfile v3.20.0
23282025-08-18T19:00:03.085Z Compiling thread_local v1.1.8
23292025-08-18T19:00:03.204Z Compiling wait-timeout v0.2.0
23302025-08-18T19:00:03.527Z Compiling quick-error v1.2.3
23312025-08-18T19:00:03.628Z Compiling match_cfg v0.1.0
23322025-08-18T19:00:03.632Z Compiling bit-vec v0.8.0
23332025-08-18T19:00:03.717Z Compiling rusty-fork v0.3.0
23342025-08-18T19:00:03.721Z Compiling argon2 v0.5.3
23352025-08-18T19:00:03.770Z Compiling hostname v0.3.1
23362025-08-18T19:00:04.106Z Compiling bit-set v0.8.0
23372025-08-18T19:00:04.275Z Compiling atomicwrites v0.4.4
23382025-08-18T19:00:04.426Z Compiling ref-cast v1.0.24
23392025-08-18T19:00:04.520Z Compiling multer v3.1.0
23402025-08-18T19:00:04.613Z Compiling slog-async v2.8.0
23412025-08-18T19:00:04.658Z Compiling crossbeam-channel v0.5.15
23422025-08-18T19:00:04.706Z Compiling progenitor-client v0.9.1
23432025-08-18T19:00:04.838Z Compiling toml_parser v1.0.2
23442025-08-18T19:00:05.247Z Compiling slog-json v2.6.1
23452025-08-18T19:00:05.568Z Compiling rand_xorshift v0.4.0
23462025-08-18T19:00:05.626Z Compiling futures-executor v0.3.31
23472025-08-18T19:00:05.840Z Compiling toml_datetime v0.7.0
23482025-08-18T19:00:06.090Z Compiling hex v0.4.3
23492025-08-18T19:00:06.119Z Compiling serde_spanned v1.0.0
23502025-08-18T19:00:06.176Z Compiling toml_writer v1.0.2
23512025-08-18T19:00:06.399Z Compiling unarray v0.1.4
23522025-08-18T19:00:06.404Z Compiling take_mut v0.2.2
23532025-08-18T19:00:06.620Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23542025-08-18T19:00:06.651Z Compiling proptest v1.7.0
23552025-08-18T19:00:06.705Z Compiling toml v0.9.5
23562025-08-18T19:00:06.833Z Compiling futures v0.3.31
23572025-08-18T19:00:06.910Z Compiling slog-bunyan v2.5.0
23582025-08-18T19:00:06.985Z Compiling progenitor v0.9.1
23592025-08-18T19:00:07.433Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23602025-08-18T19:00:07.461Z Compiling slog-term v2.9.1
23612025-08-18T19:00:08.003Z Compiling dropshot v0.16.3
23622025-08-18T19:00:08.049Z Compiling async-stream v0.3.6
23632025-08-18T19:00:08.102Z Compiling newline-converter v0.3.0
23642025-08-18T19:00:08.353Z Compiling tokio-rustls v0.25.0
23652025-08-18T19:00:08.384Z Compiling waitgroup v0.1.2
23662025-08-18T19:00:08.438Z Compiling rustls-pemfile v2.2.0
23672025-08-18T19:00:08.621Z Compiling serde_path_to_error v0.1.17
23682025-08-18T19:00:08.788Z Compiling hostname v0.4.0
23692025-08-18T19:00:08.818Z Compiling instant v0.1.13
23702025-08-18T19:00:08.998Z Compiling debug-ignore v1.0.5
23712025-08-18T19:00:09.026Z Compiling backoff v0.4.0
23722025-08-18T19:00:09.222Z Compiling expectorate v1.2.0
23732025-08-18T19:00:09.413Z Compiling iddqd v0.3.9
23742025-08-18T19:00:09.441Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
23752025-08-18T19:00:09.583Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23762025-08-18T19:00:09.792Z Compiling typify-macro v0.4.1
23772025-08-18T19:00:09.817Z Compiling parse-display v0.10.0
23782025-08-18T19:00:10.323Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
23792025-08-18T19:00:10.705Z Compiling serde_with v3.14.0
23802025-08-18T19:00:11.274Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23812025-08-18T19:00:11.538Z Compiling progenitor-client v0.10.0
23822025-08-18T19:00:12.031Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd)
23832025-08-18T19:00:13.165Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
23842025-08-18T19:00:13.196Z Compiling typify v0.4.1
23852025-08-18T19:00:13.391Z Compiling progenitor-impl v0.10.0
23862025-08-18T19:00:14.049Z Compiling macaddr v1.0.1
23872025-08-18T19:00:14.519Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23882025-08-18T19:00:14.796Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23892025-08-18T19:00:15.059Z Compiling owo-colors v4.2.2
23902025-08-18T19:00:15.648Z Compiling cancel-safe-futures v0.1.5
23912025-08-18T19:00:16.069Z Compiling utf-8 v0.7.6
23922025-08-18T19:00:16.506Z Compiling libsw-core v0.3.1
23932025-08-18T19:00:16.851Z Compiling libsw v3.5.0
23942025-08-18T19:00:17.343Z Compiling toml v0.8.23
23952025-08-18T19:00:17.934Z Compiling keccak v0.1.5
23962025-08-18T19:00:18.711Z Compiling linear-map v1.2.0
23972025-08-18T19:00:19.036Z Compiling progenitor-macro v0.10.0
23982025-08-18T19:00:19.175Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23992025-08-18T19:00:19.204Z Compiling sha3 v0.10.8
24002025-08-18T19:00:19.545Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24012025-08-18T19:00:20.054Z Compiling prettyplease v0.2.36
24022025-08-18T19:00:26.350Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24032025-08-18T19:00:29.965Z Compiling progenitor v0.10.0
24042025-08-18T19:00:30.243Z Compiling async-recursion v1.1.1
24052025-08-18T19:00:30.386Z Compiling tungstenite v0.21.0
24062025-08-18T19:00:31.464Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24072025-08-18T19:00:31.554Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24082025-08-18T19:00:33.171Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24092025-08-18T19:00:35.329Z Compiling globset v0.4.15
24102025-08-18T19:00:36.704Z Compiling half v2.4.1
24112025-08-18T19:00:37.446Z Compiling ciborium-io v0.2.2
24122025-08-18T19:00:37.634Z Compiling ciborium-ll v0.2.2
24132025-08-18T19:00:38.170Z Compiling tokio-tungstenite v0.21.0
24142025-08-18T19:00:38.839Z Compiling ciborium v0.2.2
24152025-08-18T19:00:40.660Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24162025-08-18T19:00:40.843Z Compiling pem v3.0.5
24172025-08-18T19:00:41.211Z Compiling pin-project-internal v1.1.6
24182025-08-18T19:00:41.741Z Compiling papergrid v0.11.0
24192025-08-18T19:00:42.287Z Compiling tabled_derive v0.7.0
24202025-08-18T19:00:43.325Z Compiling snafu-derive v0.8.5
24212025-08-18T19:00:43.694Z Compiling pin-project v1.1.6
24222025-08-18T19:00:43.873Z Compiling highway v1.3.0
24232025-08-18T19:00:44.281Z Compiling tabled v0.15.0
24242025-08-18T19:00:45.444Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24252025-08-18T19:00:47.483Z Compiling snafu v0.8.5
24262025-08-18T19:00:48.683Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
24272025-08-18T19:00:49.592Z Compiling resolv-conf v0.7.0
24282025-08-18T19:00:51.125Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
24292025-08-18T19:00:51.383Z Compiling olpc-cjson v0.1.4
24302025-08-18T19:00:51.726Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24312025-08-18T19:00:52.683Z Compiling universal-hash v0.5.1
24322025-08-18T19:00:52.963Z Compiling thiserror-impl-no-std v2.0.2
24332025-08-18T19:00:54.032Z Compiling serde_plain v1.0.2
24342025-08-18T19:00:54.115Z Compiling typed-path v0.9.3
24352025-08-18T19:00:54.365Z Compiling semver v0.1.20
24362025-08-18T19:00:54.597Z Compiling opaque-debug v0.3.1
24372025-08-18T19:00:54.742Z Compiling rustc_version v0.1.7
24382025-08-18T19:00:54.888Z Compiling poly1305 v0.8.0
24392025-08-18T19:00:54.945Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24402025-08-18T19:00:55.137Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24412025-08-18T19:00:55.424Z Compiling thiserror-no-std v2.0.2
24422025-08-18T19:00:55.482Z Compiling chacha20 v0.9.1
24432025-08-18T19:00:55.591Z Compiling aead v0.5.2
24442025-08-18T19:00:55.963Z Compiling chacha20poly1305 v0.10.1
24452025-08-18T19:00:56.001Z Compiling vsss-rs v3.3.4
24462025-08-18T19:00:56.285Z Compiling newtype_derive v0.1.6
24472025-08-18T19:00:56.314Z Compiling unicode-linebreak v0.1.5
24482025-08-18T19:00:56.669Z Compiling linked-hash-map v0.5.6
24492025-08-18T19:00:56.901Z Compiling tough v0.20.0
24502025-08-18T19:00:57.127Z Compiling smawk v0.3.2
24512025-08-18T19:00:57.445Z Compiling textwrap v0.16.2
24522025-08-18T19:00:59.481Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24532025-08-18T19:01:00.816Z Compiling lru-cache v0.1.2
24542025-08-18T19:01:01.124Z Compiling humantime v2.2.0
24552025-08-18T19:01:01.349Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24562025-08-18T19:01:02.004Z Compiling hickory-proto v0.24.4
24572025-08-18T19:01:03.109Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
24582025-08-18T19:01:04.156Z Compiling steno v0.4.1
24592025-08-18T19:01:05.844Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24602025-08-18T19:01:06.102Z Compiling slog-dtrace v0.3.0
24612025-08-18T19:01:06.483Z Compiling moka v0.12.10
24622025-08-18T19:01:07.009Z Compiling tagptr v0.2.0
24632025-08-18T19:01:07.358Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24642025-08-18T19:01:09.435Z Compiling hickory-resolver v0.24.4
24652025-08-18T19:01:12.871Z Compiling qorb v0.4.1
24662025-08-18T19:01:16.156Z Compiling hickory-resolver v0.25.2
24672025-08-18T19:01:24.110Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24682025-08-18T19:01:29.244Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24692025-08-18T19:01:29.416Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24702025-08-18T19:01:30.325Z Compiling display-error-chain v0.2.2
24712025-08-18T19:01:30.600Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24722025-08-18T19:01:31.035Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24732025-08-18T19:01:31.967Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24742025-08-18T19:01:34.376Z Compiling maplit v1.0.2
24752025-08-18T19:01:34.548Z Compiling crunchy v0.2.2
24762025-08-18T19:01:35.101Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
24772025-08-18T19:01:36.270Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24782025-08-18T19:01:36.779Z Compiling dsl_auto_type v0.1.2
24792025-08-18T19:01:37.279Z Compiling scheduled-thread-pool v0.2.7
24802025-08-18T19:01:38.040Z Compiling diesel_table_macro_syntax v0.2.0
24812025-08-18T19:01:38.437Z Compiling proc-macro-error-attr2 v2.0.0
24822025-08-18T19:01:38.570Z Compiling radium v0.7.0
24832025-08-18T19:01:38.898Z Compiling tiny-keccak v2.0.2
24842025-08-18T19:01:39.125Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
24852025-08-18T19:01:39.162Z Compiling proc-macro-error2 v2.0.1
24862025-08-18T19:01:39.300Z Compiling diesel_derives v2.2.3
24872025-08-18T19:01:39.707Z Compiling r2d2 v0.8.10
24882025-08-18T19:01:41.272Z Compiling const_format_proc_macros v0.2.34
24892025-08-18T19:01:42.105Z Compiling num-derive v0.3.3
24902025-08-18T19:01:42.991Z Compiling zerocopy-derive v0.6.6
24912025-08-18T19:01:44.152Z Compiling maybe-uninit v2.0.0
24922025-08-18T19:01:44.676Z Compiling tap v1.0.1
24932025-08-18T19:01:44.715Z Compiling bit-vec v0.6.3
24942025-08-18T19:01:44.917Z Compiling wyz v0.5.1
24952025-08-18T19:01:45.148Z Compiling bit-set v0.5.3
24962025-08-18T19:01:45.468Z Compiling zerocopy v0.6.6
24972025-08-18T19:01:46.473Z Compiling libscf-sys v1.1.0
24982025-08-18T19:01:46.771Z Compiling const_format v0.2.34
24992025-08-18T19:01:47.468Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
25002025-08-18T19:01:48.439Z Compiling tabled_derive v0.10.0
25012025-08-18T19:01:49.232Z Compiling diesel v2.2.12
25022025-08-18T19:01:51.173Z Compiling ascii-canvas v3.0.0
25032025-08-18T19:01:51.661Z Compiling papergrid v0.14.0
25042025-08-18T19:01:52.530Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
25052025-08-18T19:01:53.568Z Compiling ena v0.14.3
25062025-08-18T19:01:54.019Z Compiling crc-catalog v2.4.0
25072025-08-18T19:01:54.221Z Compiling bindgen v0.71.1
25082025-08-18T19:01:54.714Z Compiling packed_struct v0.10.1
25092025-08-18T19:01:55.175Z Compiling regex-syntax v0.6.29
25102025-08-18T19:01:58.320Z Compiling funty v2.0.0
25112025-08-18T19:01:59.987Z Compiling diff v0.1.13
25122025-08-18T19:02:00.478Z Compiling lalrpop v0.19.12
25132025-08-18T19:02:01.144Z Compiling bitvec v1.0.1
25142025-08-18T19:02:02.930Z Compiling crc v3.2.1
25152025-08-18T19:02:04.303Z Compiling tabled v0.18.0
25162025-08-18T19:02:04.981Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
25172025-08-18T19:02:05.450Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25182025-08-18T19:02:05.748Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25192025-08-18T19:02:06.871Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25202025-08-18T19:02:06.903Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
25212025-08-18T19:02:07.249Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25222025-08-18T19:02:07.426Z Compiling packed_struct_codegen v0.10.1
25232025-08-18T19:02:07.509Z Compiling indexmap v1.9.3
25242025-08-18T19:02:07.899Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
25252025-08-18T19:02:08.286Z Compiling nodrop v0.1.14
25262025-08-18T19:02:08.482Z Compiling array-init v0.0.4
25272025-08-18T19:02:09.624Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
25282025-08-18T19:02:10.368Z Compiling smallvec v0.6.14
25292025-08-18T19:02:13.871Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25302025-08-18T19:02:14.240Z Compiling derive_builder_core v0.20.2
25312025-08-18T19:02:16.168Z Compiling headers-core v0.3.0
25322025-08-18T19:02:16.393Z Compiling libxml v0.3.3
25332025-08-18T19:02:16.843Z Compiling termcolor v1.4.1
25342025-08-18T19:02:17.893Z Compiling bitfield v0.14.0
25352025-08-18T19:02:18.247Z Compiling hashbrown v0.12.3
25362025-08-18T19:02:18.415Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
25372025-08-18T19:02:20.304Z Compiling env_logger v0.10.2
25382025-08-18T19:02:20.611Z Compiling headers v0.4.1
25392025-08-18T19:02:21.047Z Compiling polar-core v0.27.3
25402025-08-18T19:02:23.147Z Compiling derive_builder_macro v0.20.2
25412025-08-18T19:02:23.366Z Compiling samael v0.0.19
25422025-08-18T19:02:23.954Z Compiling serde-hex v0.1.0
25432025-08-18T19:02:24.146Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25442025-08-18T19:02:25.028Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25452025-08-18T19:02:25.389Z Compiling ron v0.8.1
25462025-08-18T19:02:26.971Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25472025-08-18T19:02:27.352Z Compiling strum_macros v0.24.3
25482025-08-18T19:02:29.385Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25492025-08-18T19:02:30.086Z Compiling hashbrown v0.13.2
25502025-08-18T19:02:30.260Z Compiling convert_case v0.7.1
25512025-08-18T19:02:30.813Z Compiling termtree v0.5.1
25522025-08-18T19:02:30.999Z Compiling indoc v1.0.9
25532025-08-18T19:02:31.127Z Compiling crc8 v0.1.1
25542025-08-18T19:02:31.372Z Compiling crc-any v2.5.0
25552025-08-18T19:02:31.451Z Compiling object v0.30.4
25562025-08-18T19:02:31.784Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
25572025-08-18T19:02:32.220Z Compiling derive_more-impl v2.0.1
25582025-08-18T19:02:33.939Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25592025-08-18T19:02:35.376Z Compiling derive_builder v0.20.2
25602025-08-18T19:02:38.202Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25612025-08-18T19:02:38.557Z Compiling impl-trait-for-tuples v0.2.2
25622025-08-18T19:02:39.989Z Compiling oso-derive v0.27.3
25632025-08-18T19:02:40.941Z Compiling quick-xml v0.37.2
25642025-08-18T19:02:43.138Z Compiling path-slash v0.1.5
25652025-08-18T19:02:43.416Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
25662025-08-18T19:02:44.048Z Compiling oso v0.27.3
25672025-08-18T19:02:44.999Z Compiling derive_more v2.0.1
25682025-08-18T19:02:45.162Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25692025-08-18T19:02:45.688Z Compiling vte_generate_state_changes v0.1.2
25702025-08-18T19:02:46.309Z Compiling diesel-dtrace v0.4.2
25712025-08-18T19:02:46.568Z Compiling arc-swap v1.7.1
25722025-08-18T19:02:46.700Z Compiling siphasher v1.0.1
25732025-08-18T19:02:47.186Z Compiling slog-scope v4.4.0
25742025-08-18T19:02:47.277Z Compiling phf_shared v0.12.1
25752025-08-18T19:02:47.866Z Compiling vte v0.11.1
25762025-08-18T19:02:47.913Z Compiling crossterm v0.29.0
25772025-08-18T19:02:49.392Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
25782025-08-18T19:02:55.696Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25792025-08-18T19:02:58.020Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
25802025-08-18T19:02:58.400Z Compiling bb8 v0.8.5
25812025-08-18T19:02:59.033Z Compiling unicase v2.7.0
25822025-08-18T19:02:59.426Z Compiling xshell-macros v0.2.7
25832025-08-18T19:02:59.778Z Compiling chrono-tz v0.10.4
25842025-08-18T19:03:00.108Z Compiling xshell v0.2.7
25852025-08-18T19:03:00.198Z Compiling async-bb8-diesel v0.2.1
25862025-08-18T19:03:01.082Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
25872025-08-18T19:03:02.755Z Compiling strip-ansi-escapes v0.2.0
25882025-08-18T19:03:03.423Z Compiling phf v0.12.1
25892025-08-18T19:03:03.510Z Compiling slog-stdlog v4.1.1
25902025-08-18T19:03:03.788Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25912025-08-18T19:03:04.227Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25922025-08-18T19:03:04.536Z Compiling fd-lock v4.0.2
25932025-08-18T19:03:04.589Z Compiling peg-macros v0.8.5
25942025-08-18T19:03:04.816Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25952025-08-18T19:03:05.789Z Compiling nu-ansi-term v0.50.1
25962025-08-18T19:03:06.992Z Compiling reedline v0.40.0
25972025-08-18T19:03:07.598Z Compiling peg v0.8.5
25982025-08-18T19:03:07.857Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25992025-08-18T19:03:15.217Z Compiling slog-envlogger v2.2.0
26002025-08-18T19:03:30.972Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26012025-08-18T19:03:31.236Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26022025-08-18T19:03:34.212Z Compiling typify-impl v0.2.0
26032025-08-18T19:03:36.688Z Compiling bcs v0.1.6
26042025-08-18T19:03:37.546Z Compiling fxhash v0.2.1
26052025-08-18T19:03:37.819Z Compiling libz-sys v1.1.20
26062025-08-18T19:03:37.849Z Compiling half v1.8.3
26072025-08-18T19:03:38.669Z Compiling serde_cbor v0.11.2
26082025-08-18T19:03:40.824Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26092025-08-18T19:03:40.863Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26102025-08-18T19:03:41.392Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
26112025-08-18T19:03:42.435Z Compiling kstat-rs v0.2.4
26122025-08-18T19:03:43.288Z Compiling typify-macro v0.2.0
26132025-08-18T19:03:43.378Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26142025-08-18T19:03:43.655Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26152025-08-18T19:03:44.205Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26162025-08-18T19:03:45.470Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd)
26172025-08-18T19:03:46.043Z Compiling nix v0.30.1
26182025-08-18T19:03:46.689Z Compiling nanorand v0.7.0
26192025-08-18T19:03:46.893Z Compiling libgit2-sys v0.17.0+1.8.1
26202025-08-18T19:03:47.392Z Compiling parking_lot_core v0.8.6
26212025-08-18T19:03:47.474Z Compiling flume v0.11.1
26222025-08-18T19:03:47.971Z Compiling mime_guess v2.0.5
26232025-08-18T19:03:49.015Z Compiling ignore v0.4.23
26242025-08-18T19:03:49.170Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
26252025-08-18T19:03:55.805Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
26262025-08-18T19:03:59.115Z Compiling castaway v0.2.3
26272025-08-18T19:03:59.338Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
26282025-08-18T19:03:59.657Z Compiling fs-err v2.11.0
26292025-08-18T19:03:59.814Z Compiling compact_str v0.8.0
26302025-08-18T19:04:00.239Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
26312025-08-18T19:04:02.291Z Compiling globwalk v0.9.1
26322025-08-18T19:04:03.576Z Compiling typify v0.2.0
26332025-08-18T19:04:03.766Z Compiling predicates-tree v1.0.12
26342025-08-18T19:04:04.299Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26352025-08-18T19:04:04.658Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26362025-08-18T19:04:05.743Z Compiling unicode-truncate v1.1.0
26372025-08-18T19:04:06.653Z Compiling lru v0.12.5
26382025-08-18T19:04:07.056Z Compiling vergen v8.3.2
26392025-08-18T19:04:07.443Z Compiling nibble_vec v0.1.0
26402025-08-18T19:04:07.736Z Compiling cargo-platform v0.1.8
26412025-08-18T19:04:08.234Z Compiling instability v0.3.2
26422025-08-18T19:04:09.222Z Compiling atty v0.2.14
26432025-08-18T19:04:09.409Z Compiling endian-type v0.1.2
26442025-08-18T19:04:09.703Z Compiling cassowary v0.3.0
26452025-08-18T19:04:10.185Z Compiling salty v0.3.0
26462025-08-18T19:04:10.650Z Compiling http-range v0.1.5
26472025-08-18T19:04:11.255Z Compiling indoc v2.0.6
26482025-08-18T19:04:11.627Z Compiling radix_trie v0.2.1
26492025-08-18T19:04:12.043Z Compiling ratatui v0.29.0
26502025-08-18T19:04:12.545Z Compiling cargo_metadata v0.18.1
26512025-08-18T19:04:13.012Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26522025-08-18T19:04:15.194Z Compiling camino-tempfile-ext v0.3.2
26532025-08-18T19:04:26.998Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
26542025-08-18T19:04:30.586Z Compiling parking_lot v0.11.2
26552025-08-18T19:04:32.537Z Compiling progenitor-impl v0.8.0
26562025-08-18T19:04:37.984Z Compiling git2 v0.19.0
26572025-08-18T19:04:40.688Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
26582025-08-18T19:04:44.098Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
26592025-08-18T19:04:45.146Z Compiling prefix-trie v0.7.0
26602025-08-18T19:04:45.232Z Compiling rand_seeder v0.3.0
26612025-08-18T19:04:45.668Z Compiling lzma-sys v0.1.20
26622025-08-18T19:04:45.759Z Compiling parse-size v1.1.0
26632025-08-18T19:04:46.071Z Compiling rustls v0.21.12
26642025-08-18T19:04:46.118Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd)
26652025-08-18T19:04:46.470Z Compiling hickory-server v0.25.2
26662025-08-18T19:04:46.511Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
26672025-08-18T19:04:48.251Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
26682025-08-18T19:04:52.004Z Compiling hyper-staticfile v0.10.1
26692025-08-18T19:04:54.501Z Compiling progenitor-macro v0.8.0
26702025-08-18T19:04:58.106Z Compiling sled v0.34.7
26712025-08-18T19:05:00.036Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
26722025-08-18T19:05:05.629Z Compiling hickory-client v0.25.2
26732025-08-18T19:05:07.359Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26742025-08-18T19:05:07.479Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26752025-08-18T19:05:08.526Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
26762025-08-18T19:05:08.902Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26772025-08-18T19:05:12.932Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26782025-08-18T19:05:13.170Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
26792025-08-18T19:05:13.545Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
26802025-08-18T19:05:15.044Z Compiling primeorder v0.13.6
26812025-08-18T19:05:15.093Z Compiling progenitor-client v0.8.0
26822025-08-18T19:05:15.605Z Compiling sct v0.7.1
26832025-08-18T19:05:15.961Z Compiling rustls-webpki v0.101.7
26842025-08-18T19:05:16.094Z Compiling heck v0.3.3
26852025-08-18T19:05:16.446Z Compiling env_filter v0.1.2
26862025-08-18T19:05:18.008Z Compiling csv-core v0.1.11
26872025-08-18T19:05:18.895Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
26882025-08-18T19:05:19.313Z Compiling void v1.0.2
26892025-08-18T19:05:19.522Z Compiling lzss v0.8.2
26902025-08-18T19:05:19.696Z Compiling csv v1.3.1
26912025-08-18T19:05:21.798Z Compiling env_logger v0.11.5
26922025-08-18T19:05:21.850Z Compiling zone_cfg_derive v0.1.2
26932025-08-18T19:05:23.053Z Compiling p384 v0.13.0
26942025-08-18T19:05:23.156Z Compiling progenitor v0.8.0
26952025-08-18T19:05:23.255Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26962025-08-18T19:05:23.465Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
26972025-08-18T19:05:24.274Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26982025-08-18T19:05:28.948Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26992025-08-18T19:05:32.249Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27002025-08-18T19:05:32.475Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27012025-08-18T19:05:33.454Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27022025-08-18T19:05:40.240Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
27032025-08-18T19:05:41.831Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27042025-08-18T19:05:42.046Z Compiling tungstenite v0.23.0
27052025-08-18T19:05:42.223Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27062025-08-18T19:05:42.589Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27072025-08-18T19:05:42.974Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27082025-08-18T19:05:43.347Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27092025-08-18T19:05:43.575Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27102025-08-18T19:05:43.724Z Compiling nix v0.27.1
27112025-08-18T19:05:44.263Z Compiling serde_bytes v0.11.17
27122025-08-18T19:05:44.307Z Compiling number_prefix v0.4.0
27132025-08-18T19:05:44.607Z Compiling base64 v0.13.1
27142025-08-18T19:05:44.815Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
27152025-08-18T19:05:45.438Z Compiling ron v0.7.1
27162025-08-18T19:05:46.421Z Compiling indicatif v0.17.11
27172025-08-18T19:05:47.475Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27182025-08-18T19:05:48.210Z Compiling tokio-tungstenite v0.23.1
27192025-08-18T19:05:48.996Z Compiling xz2 v0.1.7
27202025-08-18T19:05:50.604Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
27212025-08-18T19:05:52.607Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27222025-08-18T19:05:54.982Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27232025-08-18T19:05:57.429Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27242025-08-18T19:05:58.340Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27252025-08-18T19:05:58.540Z Compiling tokio-rustls v0.24.1
27262025-08-18T19:05:59.034Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27272025-08-18T19:05:59.197Z Compiling zone v0.1.8
27282025-08-18T19:06:00.704Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27292025-08-18T19:06:01.571Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27302025-08-18T19:06:02.439Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27312025-08-18T19:06:02.752Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27322025-08-18T19:06:04.384Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27332025-08-18T19:06:11.443Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27342025-08-18T19:06:14.440Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
27352025-08-18T19:06:14.578Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
27362025-08-18T19:06:15.744Z Compiling rustls-pemfile v1.0.4
27372025-08-18T19:06:16.507Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
27382025-08-18T19:06:16.899Z Compiling signal-hook-tokio v0.3.1
27392025-08-18T19:06:17.188Z Compiling twox-hash v2.1.0
27402025-08-18T19:06:18.203Z Compiling yasna v0.5.2
27412025-08-18T19:06:18.268Z Compiling secrecy v0.8.0
27422025-08-18T19:06:18.583Z Compiling is_ci v1.2.0
27432025-08-18T19:06:18.922Z Compiling supports-color v3.0.2
27442025-08-18T19:06:19.411Z Compiling rcgen v0.12.1
27452025-08-18T19:06:23.509Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27462025-08-18T19:06:30.011Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
27472025-08-18T19:06:31.716Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
27482025-08-18T19:06:31.969Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
27492025-08-18T19:06:39.638Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27502025-08-18T19:06:45.491Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
27512025-08-18T19:06:53.823Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27522025-08-18T19:06:56.015Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
27532025-08-18T19:06:58.528Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
27542025-08-18T19:06:58.994Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
27552025-08-18T19:07:00.189Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27562025-08-18T19:07:07.436Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
27572025-08-18T19:07:07.818Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27582025-08-18T19:07:08.209Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
27592025-08-18T19:07:09.886Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27602025-08-18T19:07:11.097Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27612025-08-18T19:07:18.237Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
27622025-08-18T19:07:18.557Z Compiling fatfs v0.3.6
27632025-08-18T19:07:19.835Z Compiling subprocess v0.2.9
27642025-08-18T19:07:20.791Z Compiling rtoolbox v0.0.2
27652025-08-18T19:07:21.271Z Compiling assert_matches v1.5.0
27662025-08-18T19:07:21.357Z Compiling rpassword v7.4.0
27672025-08-18T19:07:21.827Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27682025-08-18T19:07:24.455Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27692025-08-18T19:07:29.411Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27702025-08-18T19:07:36.158Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
27712025-08-18T19:07:41.624Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27722025-08-18T19:07:48.206Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
27732025-08-18T19:08:08.732Z Compiling tui-tree-widget v0.23.1
27742025-08-18T19:08:08.907Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
27752025-08-18T19:08:09.227Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
27762025-08-18T19:08:09.615Z Compiling uzers v0.12.1
27772025-08-18T19:08:12.283Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
27782025-08-18T19:08:12.748Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
27792025-08-18T19:08:13.913Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
27802025-08-18T19:08:35.499Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27812025-08-18T19:08:41.981Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
27822025-08-18T19:08:46.703Z Compiling support-bundle-viewer v0.1.2
27832025-08-18T19:08:48.490Z Compiling multimap v0.10.1
27842025-08-18T19:11:14.076Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
27852025-08-18T19:11:14.403Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27862025-08-18T19:19:41.310Z Finished `release` profile [optimized] target(s) in 19m 42s
27872025-08-18T19:20:37.405Z
27882025-08-18T19:20:37.409Zreal 20:39.538890267
27892025-08-18T19:20:37.409Zuser 2:25:35.693459489
27902025-08-18T19:20:37.409Zsys 4:12.725343489
27912025-08-18T19:20:37.409Ztrap 3.588761297
27922025-08-18T19:20:37.409Ztflt 2.019329488
27932025-08-18T19:20:37.409Zdflt 6.954012426
27942025-08-18T19:20:37.409Zkflt 0.018684514
27952025-08-18T19:20:37.409Zlock 10:04:30.920291226
27962025-08-18T19:20:37.409Zslp 7:22:48.995220744
27972025-08-18T19:20:37.409Zlat 4:08.015629388
27982025-08-18T19:20:37.409Zstop 4:02.559703192
27992025-08-18T19:20:37.409Z+ mapfile -t packages
28002025-08-18T19:20:37.409Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
28012025-08-18T19:20:38.661Z Finished `release` profile [optimized] target(s) in 1.19s
28022025-08-18T19:20:38.721Z Running `target/release/omicron-package -t test list-outputs`
28032025-08-18T19:20:38.784ZLogging to: /work/oxidecomputer/omicron/out/LOG
28042025-08-18T19:20:38.787Z+ ptime -m cargo build --locked --release -p xtask
28052025-08-18T19:20:39.538Z Compiling once_cell v1.21.3
28062025-08-18T19:20:39.538Z Compiling serde v1.0.219
28072025-08-18T19:20:39.541Z Compiling bitflags v2.9.1
28082025-08-18T19:20:39.541Z Compiling syn v2.0.104
28092025-08-18T19:20:39.541Z Compiling libc v0.2.174
28102025-08-18T19:20:39.541Z Compiling serde_json v1.0.142
28112025-08-18T19:20:39.542Z Compiling num-traits v0.2.19
28122025-08-18T19:20:40.010Z Compiling hashbrown v0.15.4
28132025-08-18T19:20:40.053Z Compiling rustix v0.38.37
28142025-08-18T19:20:40.066Z Compiling smallvec v1.15.1
28152025-08-18T19:20:40.218Z Compiling usdt-impl v0.5.0
28162025-08-18T19:20:40.415Z Compiling syn v1.0.109
28172025-08-18T19:20:40.607Z Compiling rustix v1.0.7
28182025-08-18T19:20:40.842Z Compiling log v0.4.27
28192025-08-18T19:20:41.048Z Compiling thread-id v4.2.2
28202025-08-18T19:20:41.081Z Compiling getrandom v0.3.1
28212025-08-18T19:20:41.176Z Compiling percent-encoding v2.3.1
28222025-08-18T19:20:41.284Z Compiling indexmap v2.10.0
28232025-08-18T19:20:41.568Z Compiling form_urlencoded v1.2.1
28242025-08-18T19:20:42.003Z Compiling terminal_size v0.4.0
28252025-08-18T19:20:42.246Z Compiling ordered-float v2.10.1
28262025-08-18T19:20:42.548Z Compiling fs-err v3.1.1
28272025-08-18T19:20:42.915Z Compiling anyhow v1.0.99
28282025-08-18T19:20:42.937Z Compiling clap_builder v4.5.41
28292025-08-18T19:20:43.151Z Compiling textwrap v0.16.2
28302025-08-18T19:20:43.946Z Compiling tempfile v3.20.0
28312025-08-18T19:20:44.205Z Compiling proc-macro-error v1.0.4
28322025-08-18T19:20:45.920Z Compiling tabled_derive v0.7.0
28332025-08-18T19:20:46.241Z Compiling synstructure v0.13.1
28342025-08-18T19:20:47.394Z Compiling tabled v0.15.0
28352025-08-18T19:20:47.409Z Compiling serde_derive v1.0.219
28362025-08-18T19:20:47.409Z Compiling thiserror-impl v1.0.69
28372025-08-18T19:20:47.412Z Compiling zerofrom-derive v0.1.4
28382025-08-18T19:20:47.412Z Compiling yoke-derive v0.7.4
28392025-08-18T19:20:47.412Z Compiling zerovec-derive v0.10.3
28402025-08-18T19:20:49.685Z Compiling displaydoc v0.2.5
28412025-08-18T19:20:49.786Z Compiling zerocopy-derive v0.7.35
28422025-08-18T19:20:49.977Z Compiling thiserror v1.0.69
28432025-08-18T19:20:50.161Z Compiling pest v2.7.14
28442025-08-18T19:20:50.351Z Compiling zerofrom v0.1.4
28452025-08-18T19:20:50.628Z Compiling yoke v0.7.4
28462025-08-18T19:20:51.067Z Compiling zerovec v0.10.4
28472025-08-18T19:20:51.085Z Compiling icu_provider_macros v1.5.0
28482025-08-18T19:20:51.571Z Compiling zerocopy v0.7.35
28492025-08-18T19:20:52.322Z Compiling scroll_derive v0.12.0
28502025-08-18T19:20:53.005Z Compiling tinystr v0.7.6
28512025-08-18T19:20:53.104Z Compiling pest_meta v2.7.14
28522025-08-18T19:20:53.508Z Compiling icu_locid v1.5.0
28532025-08-18T19:20:53.698Z Compiling icu_collections v1.5.0
28542025-08-18T19:20:53.906Z Compiling scroll v0.12.0
28552025-08-18T19:20:54.584Z Compiling pest_generator v2.7.14
28562025-08-18T19:20:56.225Z Compiling icu_provider v1.5.0
28572025-08-18T19:20:56.495Z Compiling pest_derive v2.7.14
28582025-08-18T19:20:57.343Z Compiling icu_locid_transform v1.5.0
28592025-08-18T19:20:58.260Z Compiling dtrace-parser v0.2.0
28602025-08-18T19:20:59.852Z Compiling icu_properties v1.5.1
28612025-08-18T19:21:00.193Z Compiling toml_datetime v0.6.11
28622025-08-18T19:21:00.735Z Compiling serde_spanned v0.6.9
28632025-08-18T19:21:01.031Z Compiling toml_edit v0.22.27
28642025-08-18T19:21:02.929Z Compiling serde_tokenstream v0.2.2
28652025-08-18T19:21:03.499Z Compiling erased-serde v0.4.6
28662025-08-18T19:21:04.215Z Compiling icu_normalizer v1.5.0
28672025-08-18T19:21:05.067Z Compiling dof v0.3.0
28682025-08-18T19:21:05.903Z Compiling idna_adapter v1.2.0
28692025-08-18T19:21:06.152Z Compiling idna v1.0.3
28702025-08-18T19:21:06.257Z Compiling toml v0.8.23
28712025-08-18T19:21:06.618Z Compiling goblin v0.8.2
28722025-08-18T19:21:08.777Z Compiling thiserror-impl v2.0.12
28732025-08-18T19:21:09.521Z Compiling url v2.5.4
28742025-08-18T19:21:11.173Z Compiling serde-untagged v0.1.7
28752025-08-18T19:21:11.570Z Compiling thiserror v2.0.12
28762025-08-18T19:21:11.778Z Compiling semver v1.0.26
28772025-08-18T19:21:11.981Z Compiling serde-value v0.7.0
28782025-08-18T19:21:12.155Z Compiling camino v1.1.11
28792025-08-18T19:21:13.423Z Compiling cargo-util-schemas v0.8.2
28802025-08-18T19:21:13.644Z Compiling usdt-attr-macro v0.5.0
28812025-08-18T19:21:14.984Z Compiling usdt-macro v0.5.0
28822025-08-18T19:21:16.178Z Compiling cargo-platform v0.2.0
28832025-08-18T19:21:16.593Z Compiling clap_derive v4.5.41
28842025-08-18T19:21:17.354Z Compiling cargo_metadata v0.21.0
28852025-08-18T19:21:18.867Z Compiling usdt v0.5.0
28862025-08-18T19:21:18.966Z Compiling camino-tempfile v1.4.1
28872025-08-18T19:21:19.770Z Compiling cargo_toml v0.21.0
28882025-08-18T19:21:20.234Z Compiling macaddr v1.0.1
28892025-08-18T19:21:20.819Z Compiling clap v4.5.41
28902025-08-18T19:21:30.957Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
28912025-08-18T19:21:36.498Z Finished `release` profile [optimized] target(s) in 57.63s
28922025-08-18T19:21:36.643Z
28932025-08-18T19:21:36.653Zreal 57.806130397
28942025-08-18T19:21:36.653Zuser 6:19.696982823
28952025-08-18T19:21:36.653Zsys 27.258238304
28962025-08-18T19:21:36.653Ztrap 0.192325247
28972025-08-18T19:21:36.653Ztflt 0.289747929
28982025-08-18T19:21:36.653Zdflt 0.458777513
28992025-08-18T19:21:36.653Zkflt 0.000005888
29002025-08-18T19:21:36.653Zlock 18:40.862035652
29012025-08-18T19:21:36.653Zslp 21:16.521495520
29022025-08-18T19:21:36.653Zlat 25.320219795
29032025-08-18T19:21:36.653Zstop 33.385819840
29042025-08-18T19:21:36.653Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29052025-08-18T19:21:36.653Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29062025-08-18T19:21:36.653Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29072025-08-18T19:21:36.653Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29082025-08-18T19:21:36.654Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29092025-08-18T19:21:37.860Z Compiling regress v0.10.4
29102025-08-18T19:21:38.029Z Compiling ident_case v1.0.1
29112025-08-18T19:21:38.029Z Compiling unsafe-libyaml v0.2.11
29122025-08-18T19:21:38.033Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29132025-08-18T19:21:38.033Z Compiling match_cfg v0.1.0
29142025-08-18T19:21:38.094Z Compiling quick-error v1.2.3
29152025-08-18T19:21:38.094Z Compiling tempfile v3.20.0
29162025-08-18T19:21:38.097Z Compiling progenitor-client v0.10.0
29172025-08-18T19:21:38.188Z Compiling hostname v0.3.1
29182025-08-18T19:21:38.210Z Compiling darling_core v0.20.10
29192025-08-18T19:21:38.309Z Compiling structmeta-derive v0.3.0
29202025-08-18T19:21:38.413Z Compiling rustls v0.22.4
29212025-08-18T19:21:38.570Z Compiling hex v0.4.3
29222025-08-18T19:21:38.630Z Compiling multer v3.1.0
29232025-08-18T19:21:38.784Z Compiling debug-ignore v1.0.5
29242025-08-18T19:21:38.974Z Compiling toml_parser v1.0.2
29252025-08-18T19:21:39.089Z Compiling slog-json v2.6.1
29262025-08-18T19:21:39.181Z Compiling toml_datetime v0.7.0
29272025-08-18T19:21:39.474Z Compiling serde_yaml v0.9.34+deprecated
29282025-08-18T19:21:39.818Z Compiling macaddr v1.0.1
29292025-08-18T19:21:39.850Z Compiling serde_spanned v1.0.0
29302025-08-18T19:21:40.132Z Compiling async-stream-impl v0.3.6
29312025-08-18T19:21:40.253Z Compiling dropshot v0.16.3
29322025-08-18T19:21:40.487Z Compiling toml_writer v1.0.2
29332025-08-18T19:21:40.620Z Compiling ref-cast v1.0.24
29342025-08-18T19:21:40.928Z Compiling toml v0.9.5
29352025-08-18T19:21:40.953Z Compiling structmeta v0.3.0
29362025-08-18T19:21:41.332Z Compiling slog-bunyan v2.5.0
29372025-08-18T19:21:41.391Z Compiling async-stream v0.3.6
29382025-08-18T19:21:41.585Z Compiling waitgroup v0.1.2
29392025-08-18T19:21:41.724Z Compiling typify-impl v0.3.0
29402025-08-18T19:21:41.844Z Compiling rustls-pemfile v2.2.0
29412025-08-18T19:21:42.200Z Compiling dropshot_endpoint v0.16.3
29422025-08-18T19:21:42.284Z Compiling serde_path_to_error v0.1.17
29432025-08-18T19:21:42.945Z Compiling tokio-rustls v0.25.0
29442025-08-18T19:21:43.109Z Compiling ref-cast-impl v1.0.24
29452025-08-18T19:21:43.404Z Compiling hostname v0.4.0
29462025-08-18T19:21:43.662Z Compiling wait-timeout v0.2.0
29472025-08-18T19:21:43.905Z Compiling darling_macro v0.20.10
29482025-08-18T19:21:43.973Z Compiling bit-vec v0.8.0
29492025-08-18T19:21:44.216Z Compiling rusty-fork v0.3.0
29502025-08-18T19:21:44.490Z Compiling bit-set v0.8.0
29512025-08-18T19:21:44.514Z Compiling derive-ex v0.1.8
29522025-08-18T19:21:44.820Z Compiling rand_xorshift v0.4.0
29532025-08-18T19:21:44.852Z Compiling darling v0.20.10
29542025-08-18T19:21:44.891Z Compiling instant v0.1.13
29552025-08-18T19:21:45.001Z Compiling serde_with_macros v3.14.0
29562025-08-18T19:21:45.079Z Compiling unarray v0.1.4
29572025-08-18T19:21:45.130Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
29582025-08-18T19:21:45.288Z Compiling proptest v1.7.0
29592025-08-18T19:21:45.330Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29602025-08-18T19:21:45.847Z Compiling progenitor-client v0.9.1
29612025-08-18T19:21:46.061Z Compiling derive-where v1.5.0
29622025-08-18T19:21:46.379Z Compiling parse-display-derive v0.10.0
29632025-08-18T19:21:47.036Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29642025-08-18T19:21:47.542Z Compiling serde_with v3.14.0
29652025-08-18T19:21:47.828Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29662025-08-18T19:21:48.056Z Compiling backoff v0.4.0
29672025-08-18T19:21:48.436Z Compiling iddqd v0.3.9
29682025-08-18T19:21:48.597Z Compiling test-strategy v0.4.3
29692025-08-18T19:21:49.247Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
29702025-08-18T19:21:49.647Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29712025-08-18T19:21:50.400Z Compiling parse-display v0.10.0
29722025-08-18T19:21:50.453Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
29732025-08-18T19:21:50.615Z Compiling itertools v0.14.0
29742025-08-18T19:21:50.712Z Compiling darling_core v0.21.0
29752025-08-18T19:21:50.980Z Compiling proc-macro-crate v1.3.1
29762025-08-18T19:21:51.886Z Compiling num_enum_derive v0.5.11
29772025-08-18T19:21:52.258Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd)
29782025-08-18T19:21:52.521Z Compiling proc-macro-error v1.0.4
29792025-08-18T19:21:53.133Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29802025-08-18T19:21:53.219Z Compiling typify-macro v0.3.0
29812025-08-18T19:21:53.476Z Compiling crucible-workspace-hack v0.1.0
29822025-08-18T19:21:53.567Z Compiling typify-impl v0.4.1
29832025-08-18T19:21:53.590Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
29842025-08-18T19:21:53.918Z Compiling heapless v0.8.0
29852025-08-18T19:21:54.136Z Compiling hash32 v0.3.1
29862025-08-18T19:21:54.268Z Compiling num_enum v0.5.11
29872025-08-18T19:21:54.421Z Compiling foreign-types-macros v0.2.3
29882025-08-18T19:21:54.489Z Compiling foreign-types-shared v0.3.1
29892025-08-18T19:21:54.664Z Compiling smoltcp v0.11.0
29902025-08-18T19:21:55.520Z Compiling tabwriter v1.4.0
29912025-08-18T19:21:55.595Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29922025-08-18T19:21:55.714Z Compiling foreign-types v0.5.0
29932025-08-18T19:21:55.841Z Compiling cstr-argument v0.1.2
29942025-08-18T19:21:55.866Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
29952025-08-18T19:21:55.983Z Compiling cobs v0.2.3
29962025-08-18T19:21:56.116Z Compiling pretty-hex v0.2.1
29972025-08-18T19:21:56.248Z Compiling postcard v1.0.10
29982025-08-18T19:21:56.297Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29992025-08-18T19:21:56.361Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
30002025-08-18T19:21:56.430Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30012025-08-18T19:21:56.735Z Compiling colored v2.2.0
30022025-08-18T19:21:56.813Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
30032025-08-18T19:21:56.885Z Compiling darling_macro v0.21.0
30042025-08-18T19:21:56.912Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
30052025-08-18T19:21:57.196Z Compiling typify v0.3.0
30062025-08-18T19:21:57.279Z Compiling rayon-core v1.12.1
30072025-08-18T19:21:57.402Z Compiling progenitor-impl v0.9.1
30082025-08-18T19:21:57.536Z Compiling crossbeam-deque v0.8.5
30092025-08-18T19:21:57.664Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
30102025-08-18T19:21:57.828Z Compiling darling v0.21.0
30112025-08-18T19:21:57.985Z Compiling ingot-macros v0.1.1
30122025-08-18T19:21:58.597Z Compiling camino-tempfile v1.4.1
30132025-08-18T19:21:59.108Z Compiling smf v0.2.3
30142025-08-18T19:21:59.439Z Compiling rayon v1.10.0
30152025-08-18T19:22:00.335Z Compiling zone_cfg_derive v0.3.0
30162025-08-18T19:22:00.960Z Compiling toml v0.8.23
30172025-08-18T19:22:01.246Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
30182025-08-18T19:22:01.660Z Compiling num-derive v0.4.2
30192025-08-18T19:22:01.749Z Compiling sigpipe v0.1.3
30202025-08-18T19:22:01.913Z Compiling jiff v0.2.15
30212025-08-18T19:22:02.462Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30222025-08-18T19:22:02.848Z Compiling zone v0.3.1
30232025-08-18T19:22:03.736Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
30242025-08-18T19:22:03.998Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
30252025-08-18T19:22:04.195Z Compiling progenitor-macro v0.9.1
30262025-08-18T19:22:04.232Z Compiling num-rational v0.4.2
30272025-08-18T19:22:04.281Z Compiling universal-hash v0.5.1
30282025-08-18T19:22:04.520Z Compiling num-complex v0.4.6
30292025-08-18T19:22:04.792Z Compiling opaque-debug v0.3.1
30302025-08-18T19:22:04.935Z Compiling float-ord v0.3.2
30312025-08-18T19:22:05.163Z Compiling secrecy v0.10.3
30322025-08-18T19:22:05.232Z Compiling ingot-types v0.1.2
30332025-08-18T19:22:05.331Z Compiling typify-macro v0.4.1
30342025-08-18T19:22:05.458Z Compiling num v0.4.3
30352025-08-18T19:22:05.461Z Compiling aead v0.5.2
30362025-08-18T19:22:05.605Z Compiling utf-8 v0.7.6
30372025-08-18T19:22:05.790Z Compiling keccak v0.1.5
30382025-08-18T19:22:05.865Z Compiling convert_case v0.4.0
30392025-08-18T19:22:05.958Z Compiling tungstenite v0.21.0
30402025-08-18T19:22:06.102Z Compiling ingot v0.1.1
30412025-08-18T19:22:06.746Z Compiling derive_more v0.99.20
30422025-08-18T19:22:07.013Z Compiling sha3 v0.10.8
30432025-08-18T19:22:07.920Z Compiling poly1305 v0.8.0
30442025-08-18T19:22:08.126Z Compiling password-hash v0.5.0
30452025-08-18T19:22:09.037Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30462025-08-18T19:22:09.365Z Compiling typify v0.4.1
30472025-08-18T19:22:09.528Z Compiling chacha20 v0.9.1
30482025-08-18T19:22:09.578Z Compiling progenitor-impl v0.10.0
30492025-08-18T19:22:10.043Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
30502025-08-18T19:22:10.229Z Compiling blake2 v0.10.6
30512025-08-18T19:22:10.355Z Compiling indent_write v2.2.0
30522025-08-18T19:22:10.627Z Compiling tokio-tungstenite v0.21.0
30532025-08-18T19:22:11.255Z Compiling argon2 v0.5.3
30542025-08-18T19:22:11.283Z Compiling base64 v0.21.7
30552025-08-18T19:22:11.507Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30562025-08-18T19:22:11.975Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
30572025-08-18T19:22:12.627Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30582025-08-18T19:22:13.075Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
30592025-08-18T19:22:13.189Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30602025-08-18T19:22:13.277Z Compiling thiserror-impl-no-std v2.0.2
30612025-08-18T19:22:13.302Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
30622025-08-18T19:22:13.327Z Compiling half v2.4.1
30632025-08-18T19:22:13.476Z Compiling ciborium-io v0.2.2
30642025-08-18T19:22:13.652Z Compiling cancel-safe-futures v0.1.5
30652025-08-18T19:22:13.925Z Compiling owo-colors v4.2.2
30662025-08-18T19:22:13.986Z Compiling ciborium-ll v0.2.2
30672025-08-18T19:22:14.114Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
30682025-08-18T19:22:14.148Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30692025-08-18T19:22:14.417Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30702025-08-18T19:22:14.525Z Compiling atomicwrites v0.4.4
30712025-08-18T19:22:14.648Z Compiling libsw-core v0.3.1
30722025-08-18T19:22:14.673Z Compiling semver v0.1.20
30732025-08-18T19:22:14.911Z Compiling fixedbitset v0.5.7
30742025-08-18T19:22:14.947Z Compiling libsw v3.5.0
30752025-08-18T19:22:15.252Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
30762025-08-18T19:22:15.277Z Compiling rustc_version v0.1.7
30772025-08-18T19:22:15.402Z Compiling petgraph v0.8.2
30782025-08-18T19:22:15.764Z Compiling ciborium v0.2.2
30792025-08-18T19:22:16.027Z Compiling thiserror-no-std v2.0.2
30802025-08-18T19:22:16.171Z Compiling progenitor-macro v0.10.0
30812025-08-18T19:22:16.197Z Compiling vsss-rs v3.3.4
30822025-08-18T19:22:16.948Z Compiling progenitor v0.9.1
30832025-08-18T19:22:17.214Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
30842025-08-18T19:22:17.400Z Compiling chacha20poly1305 v0.10.1
30852025-08-18T19:22:17.664Z Compiling typify-impl v0.2.0
30862025-08-18T19:22:17.667Z Compiling resolv-conf v0.7.0
30872025-08-18T19:22:17.711Z Compiling newline-converter v0.3.0
30882025-08-18T19:22:17.924Z Compiling primeorder v0.13.6
30892025-08-18T19:22:18.426Z Compiling moka v0.12.10
30902025-08-18T19:22:18.488Z Compiling linear-map v1.2.0
30912025-08-18T19:22:18.716Z Compiling libefi-sys v0.1.0
30922025-08-18T19:22:18.786Z Compiling expectorate v1.2.0
30932025-08-18T19:22:18.911Z Compiling newtype_derive v0.1.6
30942025-08-18T19:22:19.119Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30952025-08-18T19:22:19.181Z Compiling pem v3.0.5
30962025-08-18T19:22:19.277Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30972025-08-18T19:22:19.379Z Compiling bitfield-struct v0.6.2
30982025-08-18T19:22:19.753Z Compiling pin-project-internal v1.1.6
30992025-08-18T19:22:19.896Z Compiling unicase v2.7.0
31002025-08-18T19:22:20.286Z Compiling tagptr v0.2.0
31012025-08-18T19:22:20.413Z Compiling same-file v1.0.6
31022025-08-18T19:22:20.594Z Compiling arc-swap v1.7.1
31032025-08-18T19:22:20.743Z Compiling walkdir v2.5.0
31042025-08-18T19:22:20.773Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31052025-08-18T19:22:21.183Z Compiling slog-scope v4.4.0
31062025-08-18T19:22:21.858Z Compiling polyval v0.6.2
31072025-08-18T19:22:22.194Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31082025-08-18T19:22:22.319Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31092025-08-18T19:22:22.450Z Compiling pin-project v1.1.6
31102025-08-18T19:22:22.634Z Compiling hickory-proto v0.24.4
31112025-08-18T19:22:22.751Z Compiling snafu-derive v0.8.5
31122025-08-18T19:22:22.812Z Compiling proc-macro-error-attr2 v2.0.0
31132025-08-18T19:22:23.129Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31142025-08-18T19:22:23.295Z Compiling parking_lot_core v0.8.6
31152025-08-18T19:22:23.603Z Compiling salty v0.3.0
31162025-08-18T19:22:23.755Z Compiling linked-hash-map v0.5.6
31172025-08-18T19:22:24.170Z Compiling lru-cache v0.1.2
31182025-08-18T19:22:24.234Z Compiling proc-macro-error2 v2.0.1
31192025-08-18T19:22:24.388Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31202025-08-18T19:22:24.423Z Compiling hickory-resolver v0.25.2
31212025-08-18T19:22:25.221Z Compiling ghash v0.5.1
31222025-08-18T19:22:25.393Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31232025-08-18T19:22:25.779Z Compiling slog-stdlog v4.1.1
31242025-08-18T19:22:26.028Z Compiling p384 v0.13.0
31252025-08-18T19:22:26.199Z Compiling tabled_derive v0.7.0
31262025-08-18T19:22:27.486Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31272025-08-18T19:22:27.548Z Compiling snafu v0.8.5
31282025-08-18T19:22:28.314Z Compiling globset v0.4.15
31292025-08-18T19:22:28.397Z Compiling olpc-cjson v0.1.4
31302025-08-18T19:22:28.451Z Compiling num-derive v0.3.3
31312025-08-18T19:22:28.708Z Compiling ctr v0.9.2
31322025-08-18T19:22:28.959Z Compiling gethostname v0.5.0
31332025-08-18T19:22:29.105Z Compiling typify-macro v0.2.0
31342025-08-18T19:22:29.174Z Compiling lzma-sys v0.1.20
31352025-08-18T19:22:29.201Z Compiling progenitor v0.10.0
31362025-08-18T19:22:29.205Z Compiling serde_plain v1.0.2
31372025-08-18T19:22:29.459Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
31382025-08-18T19:22:29.611Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31392025-08-18T19:22:29.819Z Compiling async-recursion v1.1.1
31402025-08-18T19:22:29.963Z Compiling slog-dtrace v0.3.0
31412025-08-18T19:22:30.275Z Compiling xshell-macros v0.2.7
31422025-08-18T19:22:30.343Z Compiling typed-path v0.9.3
31432025-08-18T19:22:30.570Z Compiling highway v1.3.0
31442025-08-18T19:22:31.055Z Compiling xshell v0.2.7
31452025-08-18T19:22:31.262Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31462025-08-18T19:22:31.299Z Compiling libscf-sys v1.1.0
31472025-08-18T19:22:31.421Z Compiling textwrap v0.16.2
31482025-08-18T19:22:31.595Z Compiling aes-gcm v0.10.3
31492025-08-18T19:22:31.948Z Compiling tabled v0.15.0
31502025-08-18T19:22:32.197Z Compiling hickory-resolver v0.24.4
31512025-08-18T19:22:32.452Z Compiling tough v0.20.0
31522025-08-18T19:22:32.782Z Compiling mime_guess v2.0.5
31532025-08-18T19:22:33.052Z Compiling typify v0.2.0
31542025-08-18T19:22:33.263Z Compiling progenitor-impl v0.8.0
31552025-08-18T19:22:33.293Z Compiling slog-envlogger v2.2.0
31562025-08-18T19:22:34.012Z Compiling steno v0.4.1
31572025-08-18T19:22:34.039Z Compiling tabled_derive v0.10.0
31582025-08-18T19:22:36.839Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31592025-08-18T19:22:37.628Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31602025-08-18T19:22:37.877Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31612025-08-18T19:22:39.869Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31622025-08-18T19:22:40.178Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31632025-08-18T19:22:40.206Z Compiling progenitor-macro v0.8.0
31642025-08-18T19:22:41.025Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
31652025-08-18T19:22:42.123Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31662025-08-18T19:22:42.641Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31672025-08-18T19:22:43.583Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31682025-08-18T19:22:44.460Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31692025-08-18T19:22:44.675Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31702025-08-18T19:22:45.552Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31712025-08-18T19:22:46.108Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31722025-08-18T19:22:46.569Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31732025-08-18T19:22:48.007Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31742025-08-18T19:22:50.288Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31752025-08-18T19:22:50.455Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31762025-08-18T19:22:51.370Z Compiling papergrid v0.14.0
31772025-08-18T19:22:51.810Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31782025-08-18T19:22:52.090Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31792025-08-18T19:22:52.174Z Compiling heck v0.3.3
31802025-08-18T19:22:52.579Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31812025-08-18T19:22:52.965Z Compiling tokio-dtrace v0.1.0
31822025-08-18T19:22:53.080Z Compiling progenitor-client v0.8.0
31832025-08-18T19:22:53.168Z Compiling ssh-encoding v0.2.0
31842025-08-18T19:22:53.439Z Compiling blowfish v0.9.1
31852025-08-18T19:22:53.608Z Compiling env_filter v0.1.2
31862025-08-18T19:22:53.695Z Compiling nibble_vec v0.1.0
31872025-08-18T19:22:54.016Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31882025-08-18T19:22:54.126Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31892025-08-18T19:22:54.381Z Compiling endian-type v0.1.2
31902025-08-18T19:22:54.407Z Compiling humantime v2.2.0
31912025-08-18T19:22:54.558Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31922025-08-18T19:22:54.662Z Compiling radix_trie v0.2.1
31932025-08-18T19:22:54.835Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31942025-08-18T19:22:55.047Z Compiling env_logger v0.11.5
31952025-08-18T19:22:55.051Z Compiling bcrypt-pbkdf v0.10.0
31962025-08-18T19:22:55.096Z Compiling ssh-cipher v0.2.0
31972025-08-18T19:22:55.301Z Compiling progenitor v0.8.0
31982025-08-18T19:22:55.595Z Compiling oxide-tokio-rt v0.1.2
31992025-08-18T19:22:55.721Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32002025-08-18T19:22:55.725Z Compiling tabled v0.18.0
32012025-08-18T19:22:55.956Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32022025-08-18T19:22:56.218Z Compiling zone_cfg_derive v0.1.2
32032025-08-18T19:22:56.467Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32042025-08-18T19:22:56.493Z Compiling parking_lot v0.11.2
32052025-08-18T19:22:57.334Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32062025-08-18T19:22:57.337Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32072025-08-18T19:22:57.639Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32082025-08-18T19:22:58.357Z Compiling qorb v0.4.1
32092025-08-18T19:22:58.676Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32102025-08-18T19:22:59.498Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32112025-08-18T19:23:00.109Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32122025-08-18T19:23:00.414Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32132025-08-18T19:23:00.670Z Compiling prefix-trie v0.7.0
32142025-08-18T19:23:00.866Z Compiling password-hash v0.4.2
32152025-08-18T19:23:01.166Z Compiling fxhash v0.2.1
32162025-08-18T19:23:01.352Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
32172025-08-18T19:23:01.424Z Compiling base64 v0.13.1
32182025-08-18T19:23:01.485Z Compiling number_prefix v0.4.0
32192025-08-18T19:23:01.690Z Compiling http-range v0.1.5
32202025-08-18T19:23:01.741Z Compiling indicatif v0.17.11
32212025-08-18T19:23:01.762Z Compiling pbkdf2 v0.11.0
32222025-08-18T19:23:01.786Z Compiling sled v0.34.7
32232025-08-18T19:23:01.922Z Compiling ron v0.7.1
32242025-08-18T19:23:02.026Z Compiling hickory-server v0.25.2
32252025-08-18T19:23:02.053Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32262025-08-18T19:23:02.133Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32272025-08-18T19:23:02.819Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32282025-08-18T19:23:02.929Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32292025-08-18T19:23:04.004Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
32302025-08-18T19:23:04.390Z Compiling xz2 v0.1.7
32312025-08-18T19:23:05.904Z Compiling zone v0.1.8
32322025-08-18T19:23:06.084Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32332025-08-18T19:23:06.272Z Compiling ssh-key v0.6.6
32342025-08-18T19:23:06.320Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32352025-08-18T19:23:07.098Z Compiling hickory-client v0.25.2
32362025-08-18T19:23:07.626Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32372025-08-18T19:23:07.743Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32382025-08-18T19:23:08.162Z Compiling p521 v0.13.3
32392025-08-18T19:23:08.764Z Compiling p256 v0.13.2
32402025-08-18T19:23:09.581Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
32412025-08-18T19:23:10.322Z Compiling yasna v0.5.2
32422025-08-18T19:23:10.391Z Compiling headers-core v0.3.0
32432025-08-18T19:23:10.610Z Compiling kstat-rs v0.2.4
32442025-08-18T19:23:10.982Z Compiling secrecy v0.8.0
32452025-08-18T19:23:11.037Z Compiling nanorand v0.7.0
32462025-08-18T19:23:11.190Z Compiling atty v0.2.14
32472025-08-18T19:23:11.251Z Compiling russh-cryptovec v0.7.3
32482025-08-18T19:23:11.286Z Compiling crc8 v0.1.1
32492025-08-18T19:23:11.380Z Compiling md5 v0.7.0
32502025-08-18T19:23:11.504Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
32512025-08-18T19:23:11.585Z Compiling flume v0.11.1
32522025-08-18T19:23:11.608Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
32532025-08-18T19:23:11.829Z Compiling russh-keys v0.45.0
32542025-08-18T19:23:11.961Z Compiling rcgen v0.12.1
32552025-08-18T19:23:12.216Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
32562025-08-18T19:23:14.046Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32572025-08-18T19:23:14.975Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32582025-08-18T19:23:15.367Z Compiling headers v0.4.1
32592025-08-18T19:23:15.974Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32602025-08-18T19:23:17.048Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
32612025-08-18T19:23:17.135Z Compiling hyper-staticfile v0.10.1
32622025-08-18T19:23:17.840Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32632025-08-18T19:23:18.201Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd)
32642025-08-18T19:23:18.508Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32652025-08-18T19:23:18.736Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32662025-08-18T19:23:19.639Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32672025-08-18T19:23:20.283Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32682025-08-18T19:23:20.679Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
32692025-08-18T19:23:21.096Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32702025-08-18T19:23:21.525Z Compiling num-bigint v0.4.6
32712025-08-18T19:23:22.305Z Compiling des v0.8.1
32722025-08-18T19:23:22.574Z Compiling subprocess v0.2.9
32732025-08-18T19:23:22.698Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
32742025-08-18T19:23:23.647Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32752025-08-18T19:23:24.231Z Compiling hex-literal v0.4.1
32762025-08-18T19:23:24.441Z Compiling display-error-chain v0.2.2
32772025-08-18T19:23:24.465Z Compiling russh v0.45.0
32782025-08-18T19:23:24.701Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
32792025-08-18T19:23:27.712Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32802025-08-18T19:23:28.377Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32812025-08-18T19:23:29.224Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32822025-08-18T19:23:29.746Z Compiling internet-checksum v0.2.1
32832025-08-18T19:23:37.141Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32842025-08-18T19:23:38.991Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32852025-08-18T19:24:03.317Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32862025-08-18T19:24:28.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 51s
32872025-08-18T19:24:29.004Z
32882025-08-18T19:24:29.004Zreal 2:52.260557366
32892025-08-18T19:24:29.004Zuser 15:34.253597507
32902025-08-18T19:24:29.004Zsys 2:12.030154494
32912025-08-18T19:24:29.008Ztrap 0.463211695
32922025-08-18T19:24:29.008Ztflt 0.296849616
32932025-08-18T19:24:29.008Zdflt 1.016826915
32942025-08-18T19:24:29.009Zkflt 0.000015375
32952025-08-18T19:24:29.009Zlock 42:20.417395237
32962025-08-18T19:24:29.009Zslp 56:42.285037888
32972025-08-18T19:24:29.009Zlat 57.756269487
32982025-08-18T19:24:29.009Zstop 2:22.011986054
32992025-08-18T19:24:29.009Z+ mkdir tests
33002025-08-18T19:24:29.016Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
33012025-08-18T19:24:29.021Z+ xargs -I '{}' -t cp '{}' tests/
33022025-08-18T19:24:29.051Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b57e3b290601a9f9 tests/
33032025-08-18T19:24:29.071Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-eeb05fd764d9a14b tests/
33042025-08-18T19:24:29.090Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a1059db6325312c9 tests/
33052025-08-18T19:24:29.111Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-359f70f03f86e0f8 tests/
33062025-08-18T19:24:29.385Z+ 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/*)
33072025-08-18T19:24:29.389Z+ 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-eeb05fd764d9a14b tests/commtest-a1059db6325312c9 tests/dhcp_server-b57e3b290601a9f9 tests/end_to_end_tests-359f70f03f86e0f8 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
33082025-08-18T19:26:05.709ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
33092025-08-18T19:26:05.709Za .github/buildomat/ci-env.sh 1K
33102025-08-18T19:26:05.709Za out/target/test 1K
33112025-08-18T19:26:05.709Za out/npuzone/npuzone 23144K
33122025-08-18T19:26:05.709Za package-manifest.toml 34K
33132025-08-18T19:26:05.709Za smf/sled-agent/non-gimlet/config.toml 5K
33142025-08-18T19:26:05.709Za target/release/omicron-package 41305K
33152025-08-18T19:26:05.709Za target/release/xtask 11796K
33162025-08-18T19:26:05.709Za target/debug/bootstrap 245158K
33172025-08-18T19:26:05.709Za tests/bootstrap-eeb05fd764d9a14b 23635K
33182025-08-18T19:26:05.709Za tests/commtest-a1059db6325312c9 25722K
33192025-08-18T19:26:05.709Za tests/dhcp_server-b57e3b290601a9f9 23635K
33202025-08-18T19:26:05.709Za tests/end_to_end_tests-359f70f03f86e0f8 344410K
33212025-08-18T19:26:05.709Za out/clickhouse.tar.gz 318621K
33222025-08-18T19:26:05.710Za out/clickhouse_keeper.tar.gz 302301K
33232025-08-18T19:26:05.710Za out/clickhouse_server.tar.gz 318620K
33242025-08-18T19:26:05.710Za out/cockroachdb.tar.gz 163034K
33252025-08-18T19:26:05.710Za out/crucible-dtrace.tar 99K
33262025-08-18T19:26:05.710Za out/crucible-pantry-zone.tar.gz 38354K
33272025-08-18T19:26:05.710Za out/crucible-zone.tar.gz 48158K
33282025-08-18T19:26:05.710Za out/external-dns.tar.gz 51352K
33292025-08-18T19:26:05.710Za out/internal-dns.tar.gz 51351K
33302025-08-18T19:26:05.710Za out/mg-ddm-gz.tar 90846K
33312025-08-18T19:26:05.710Za out/nexus.tar.gz 134133K
33322025-08-18T19:26:05.710Za out/ntp.tar.gz 33381K
33332025-08-18T19:26:05.710Za out/omicron-gateway-softnpu.tar.gz 31258K
33342025-08-18T19:26:05.710Za out/omicron-sled-agent.tar 142621K
33352025-08-18T19:26:05.710Za out/overlay.tar.gz 3K
33362025-08-18T19:26:05.710Za out/oximeter.tar.gz 63752K
33372025-08-18T19:26:05.710Za out/oxlog.tar 4004K
33382025-08-18T19:26:05.710Za out/probe.tar.gz 3037K
33392025-08-18T19:26:05.710Za out/propolis-server.tar.gz 68586K
33402025-08-18T19:26:05.710Za out/pumpkind-gz.tar 26648K
33412025-08-18T19:26:05.710Za out/switch-softnpu.tar.gz 343765K
33422025-08-18T19:26:05.714Z
33432025-08-18T19:26:05.714Zreal 1:36.301556434
33442025-08-18T19:26:05.714Zuser 1:32.236175761
33452025-08-18T19:26:05.714Zsys 5.701078919
33462025-08-18T19:26:05.714Ztrap 0.023195876
33472025-08-18T19:26:05.714Ztflt 0.000000000
33482025-08-18T19:26:05.714Zdflt 0.000000000
33492025-08-18T19:26:05.714Zkflt 0.000000000
33502025-08-18T19:26:05.714Zlock 0.000000000
33512025-08-18T19:26:05.714Zslp 1:32.136186043
33522025-08-18T19:26:05.714Zlat 2.501197085
33532025-08-18T19:26:05.714Zstop 0.000195116
33542025-08-18T19:26:05.714Zprocess exited: duration 2177905 ms, exit code 0
 
33552025-08-18T19:26:05.730Zfound 1 output files
33562025-08-18T19:26:05.730Zuploading: /work/package.tar.gz (2243568801 bytes)
33572025-08-18T19:26:59.321Zuploaded: /work/package.tar.gz