01KM204PJ5JS46K59K4Z3W490P: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0-16c64gb",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KM205SN13D4R211VDW9BWCHP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-19T02:54:23.704Zjob assigned to worker 01KM205TRX8122MD625JBJTHDT [factory aws, i-054b6150ee95d339b] (queued for 1 m 11 s)
 
22026-03-19T02:54:32.181Zstarting task 0: "setup"
32026-03-19T02:54:32.190Z++ uname -s
42026-03-19T02:54:32.193Z+ kern=SunOS
52026-03-19T02:54:32.193Z+ build_user=build
62026-03-19T02:54:32.193Z+ build_uid=12345
72026-03-19T02:54:32.193Z+ work_dir=/work
82026-03-19T02:54:32.193Z+ input_dir=/input
92026-03-19T02:54:32.193Z+ [[ 0 == 12345 ]]
102026-03-19T02:54:32.193Z+ case "$kern" in
112026-03-19T02:54:32.193Z+ groupadd -g 12345 build
122026-03-19T02:54:32.196Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-19T02:54:34.203Z+ zfs create -o mountpoint=/work rpool/work
142026-03-19T02:54:34.273Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-19T02:54:34.276Z+ home_fs=zfs
162026-03-19T02:54:34.276Z+ [[ zfs == autofs ]]
172026-03-19T02:54:34.276Z+ mkdir -p /home/build
182026-03-19T02:54:34.279Z+ chown build:build /home/build /work
192026-03-19T02:54:36.281Z+ chmod 0700 /home/build /work
202026-03-19T02:54:36.284Zprocess exited: duration 4101 ms, exit code 0
 
212026-03-19T02:54:36.290Zstarting task 1: "rust-toolchain"
222026-03-19T02:54:36.296Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-19T02:54:36.296Z * rust toolchain channel = "1.94.0"
242026-03-19T02:54:36.296Z * rust toolchain profile = "default"
252026-03-19T02:54:36.296Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-19T02:54:36.296Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-19T02:54:36.296Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-19T02:54:36.299Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-19T02:54:36.299Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-19T02:54:36.393Zinfo: downloading installer
312026-03-19T02:54:38.392Zwarn: It looks like you have an existing installation of Rust at:
322026-03-19T02:54:38.392Zwarn: /opt/ooce/bin
332026-03-19T02:54:38.392Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-19T02:54:38.392Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-19T02:54:38.392Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-19T02:54:38.392Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-19T02:54:38.392Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-19T02:54:38.392Zerror: cannot install while Rust is installed
392026-03-19T02:54:38.392Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-19T02:54:38.392Zwarn: It looks like you have an existing rustup settings file at:
412026-03-19T02:54:38.392Zwarn: /home/build/.rustup/settings.toml
422026-03-19T02:54:38.392Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-19T02:54:38.392Zwarn: instead of the one inferred from the default host triple.
442026-03-19T02:54:38.418Zinfo: profile set to default
452026-03-19T02:54:38.419Zinfo: default host triple is x86_64-unknown-illumos
462026-03-19T02:54:38.422Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-19T02:54:38.595Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-19T02:54:38.598Zinfo: downloading 6 components
492026-03-19T02:54:55.211Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-19T02:54:55.211Z
512026-03-19T02:54:55.248Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-19T02:54:55.248Z
532026-03-19T02:54:55.248Z
542026-03-19T02:54:55.251ZRust is installed now. Great!
552026-03-19T02:54:55.251Z
562026-03-19T02:54:55.251ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-19T02:54:55.251Zenvironment variable. This has not been done automatically.
582026-03-19T02:54:55.251Z
592026-03-19T02:54:55.251ZTo configure your current shell, you need to source
602026-03-19T02:54:55.251Zthe corresponding env file under $HOME/.cargo.
612026-03-19T02:54:55.251Z
622026-03-19T02:54:55.252ZThis is usually done by running one of the following (note the leading DOT):
632026-03-19T02:54:55.252Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-19T02:54:55.252Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-19T02:54:55.252Zsource "~/.cargo/env.nu" # For nushell
662026-03-19T02:54:55.252Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-19T02:54:55.252Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-19T02:54:55.252Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-19T02:54:55.252Zwarn: no default linker (`cc`) was found in your PATH
702026-03-19T02:54:55.252Zwarn: many Rust crates require a system C toolchain to build
712026-03-19T02:54:55.356Z+ rustup --version
722026-03-19T02:54:55.363Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-19T02:54:55.368Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-19T02:54:55.390Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-19T02:54:55.393Z+ cargo --version
762026-03-19T02:54:55.404Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-19T02:54:55.407Z+ rustc --version
782026-03-19T02:54:55.431Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-19T02:54:55.435Zprocess exited: duration 19141 ms, exit code 0
 
802026-03-19T02:54:55.441Zstarting task 2: "authentication"
812026-03-19T02:54:55.462Zprocess exited: duration 20 ms, exit code 0
 
822026-03-19T02:54:55.468Zstarting task 3: "clone repository"
832026-03-19T02:54:55.473Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-19T02:54:55.476Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-19T02:54:55.512ZCloning into '/work/oxidecomputer/omicron'...
862026-03-19T02:55:05.300Z+ cd /work/oxidecomputer/omicron
872026-03-19T02:55:05.300Z+ git fetch origin c4159c28d027f786adfe0eea349a22fe52e1e538
882026-03-19T02:55:05.634ZFrom https://github.com/oxidecomputer/omicron
892026-03-19T02:55:05.634Z * branch c4159c28d027f786adfe0eea349a22fe52e1e538 -> FETCH_HEAD
902026-03-19T02:55:05.646Z+ [[ -n mergeconflict/fm-sb-rendezvous ]]
912026-03-19T02:55:05.649Z++ git branch --show-current
922026-03-19T02:55:05.652Z+ current=main
932026-03-19T02:55:05.652Z+ [[ main != mergeconflict/fm-sb-rendezvous ]]
942026-03-19T02:55:05.652Z+ git branch -f mergeconflict/fm-sb-rendezvous c4159c28d027f786adfe0eea349a22fe52e1e538
952026-03-19T02:55:05.655Z+ git checkout -f mergeconflict/fm-sb-rendezvous
962026-03-19T02:55:05.987ZSwitched to branch 'mergeconflict/fm-sb-rendezvous'
972026-03-19T02:55:05.990Z+ git reset --hard c4159c28d027f786adfe0eea349a22fe52e1e538
982026-03-19T02:55:06.014ZHEAD is now at c4159c28d fm_rendezvous: create requested support bundles and show stats in OMDB
992026-03-19T02:55:06.017Zprocess exited: duration 10546 ms, exit code 0
 
1002026-03-19T02:55:06.022Zstarting task 4: "build"
1012026-03-19T02:55:06.028Z+ source .github/buildomat/ci-env.sh
1022026-03-19T02:55:06.032Z++ export CARGO_TERM_COLOR=always
1032026-03-19T02:55:06.032Z++ CARGO_TERM_COLOR=always
1042026-03-19T02:55:06.032Z+ cargo --version
1052026-03-19T02:55:06.042Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-19T02:55:06.045Z+ rustc --version
1072026-03-19T02:55:06.071Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-19T02:55:06.074Z+ WORK=/work
1092026-03-19T02:55:06.074Z+ pfexec mkdir -p /work
1102026-03-19T02:55:06.079Z+ pfexec chown build /work
1112026-03-19T02:55:06.082Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-19T02:55:16.371Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-19T02:55:26.245Z Startup: Caching catalogs ... Done
1142026-03-19T02:55:48.502ZPlanning: Solver setup ... Done (20.795s)
1152026-03-19T02:55:48.651ZPlanning: Running solver ... Done (0.153s)
1162026-03-19T02:55:48.915ZPlanning: Finding local manifests ... Done (0.002s)
1172026-03-19T02:55:48.965ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-19T02:55:48.997ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-19T02:55:49.031ZPlanning: Package planning ... Done (0.043s)
1202026-03-19T02:55:49.086ZPlanning: Merging actions ... Done (0.043s)
1212026-03-19T02:55:49.324ZPlanning: Checking for conflicting actions ... Done (0.242s)
1222026-03-19T02:55:49.333ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-19T02:55:50.141ZPlanning: Evaluating mediators ... Done (0.805s)
1242026-03-19T02:55:50.163ZPlanning: Planning completed in 23.75 seconds
1252026-03-19T02:55:50.264Z Packages to install: 4
1262026-03-19T02:55:50.264Z Mediators to change: 2
1272026-03-19T02:55:50.264Z Services to change: 1
1282026-03-19T02:55:50.264Z Estimated space available: 155.43 GB
1292026-03-19T02:55:50.264ZEstimated space to be consumed: 1.83 GB
1302026-03-19T02:55:50.265Z Create boot environment: No
1312026-03-19T02:55:50.265ZCreate backup boot environment: No
1322026-03-19T02:55:50.265Z Rebuild boot archive: No
1332026-03-19T02:55:50.265Z
1342026-03-19T02:55:50.265ZChanged mediators:
1352026-03-19T02:55:50.265Z mediator clang:
1362026-03-19T02:55:50.265Z version: None -> 15 (system default)
1372026-03-19T02:55:50.265Z
1382026-03-19T02:55:50.266Z mediator llvm:
1392026-03-19T02:55:50.266Z version: 14 (system default) -> 15 (system default)
1402026-03-19T02:55:50.266Z
1412026-03-19T02:55:50.266ZChanged packages:
1422026-03-19T02:55:50.266Zhelios-dev
1432026-03-19T02:55:50.266Z developer/build-essential
1442026-03-19T02:55:50.266Z None -> 11-2.0
1452026-03-19T02:55:50.266Z library/libxmlsec1
1462026-03-19T02:55:50.266Z None -> 1.2.35-2.0
1472026-03-19T02:55:50.267Z ooce/developer/clang-15
1482026-03-19T02:55:50.268Z None -> 15.0.7-2.0
1492026-03-19T02:55:50.268Z ooce/developer/llvm-15
1502026-03-19T02:55:50.269Z None -> 15.0.7-2.0
1512026-03-19T02:55:50.269Z
1522026-03-19T02:55:50.269ZServices:
1532026-03-19T02:55:50.269Z restart_fmri:
1542026-03-19T02:55:50.269Z svc:/system/update-man-index:default
1552026-03-19T02:55:50.367Z
1562026-03-19T02:55:50.367ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-19T02:55:55.242ZDownload: 2219/3290 items 119.2/212.6MB 56% complete (25.1M/s)
1582026-03-19T02:56:00.850ZDownload: 3289/3290 items 212.0/212.6MB 99% complete (21.6M/s)
1592026-03-19T02:56:00.872ZDownload: Completed 212.60 MB in 10.66 seconds (19.9M/s)
1602026-03-19T02:56:01.025Z Actions: 1/3689 actions (Installing new actions)
1612026-03-19T02:56:05.211Z Actions: Completed 3689 actions in 4.20 seconds.
1622026-03-19T02:56:05.555Z Done (0.343s)
1632026-03-19T02:56:05.555Z Done (0.000s)
1642026-03-19T02:56:06.459Z Done (0.895s)
1652026-03-19T02:56:10.630Z Done (3.778s)
1662026-03-19T02:56:10.699Z Done (0.018s)
1672026-03-19T02:56:10.716Z Done (0.000s)
1682026-03-19T02:56:10.853Z Done (0.000s)
1692026-03-19T02:56:11.794ZPlanning: Evaluating mediator changes ... Done
1702026-03-19T02:56:11.952ZPlanning: Checking for conflicting actions ... Done
1712026-03-19T02:56:11.980ZPlanning: Consolidating action changes ... Done
1722026-03-19T02:56:12.167ZPlanning: Evaluating mediators ... Done
1732026-03-19T02:56:12.235ZPlanning: Planning completed in 0.37 seconds
1742026-03-19T02:56:12.404Z Mediators to change: 2
1752026-03-19T02:56:12.404Z Create boot environment: No
1762026-03-19T02:56:12.404ZCreate backup boot environment: No
1772026-03-19T02:56:12.458Z Done
1782026-03-19T02:56:12.458Z Done
1792026-03-19T02:56:13.021Z Done
1802026-03-19T02:56:16.442Z Done
1812026-03-19T02:56:16.550Z Done
1822026-03-19T02:56:16.550Z Done
1832026-03-19T02:56:16.596Z Done
1842026-03-19T02:56:17.220ZPlanning: Evaluating mediator changes ... Done
1852026-03-19T02:56:17.389ZPlanning: Merging actions ... Done
1862026-03-19T02:56:17.556ZPlanning: Checking for conflicting actions ... Done
1872026-03-19T02:56:17.556ZPlanning: Consolidating action changes ... Done
1882026-03-19T02:56:17.574ZPlanning: Evaluating mediators ... Done
1892026-03-19T02:56:17.575ZPlanning: Planning completed in 0.63 seconds
1902026-03-19T02:56:17.597Z Packages to change: 1
1912026-03-19T02:56:17.598Z Mediators to change: 1
1922026-03-19T02:56:17.598Z Services to change: 1
1932026-03-19T02:56:17.598Z Create boot environment: No
1942026-03-19T02:56:17.598ZCreate backup boot environment: Yes
1952026-03-19T02:56:20.129Z Actions: 1/6 actions (Updating modified actions)
1962026-03-19T02:56:20.149Z Actions: Completed 6 actions in 0.00 seconds.
1972026-03-19T02:56:20.150Z Done
1982026-03-19T02:56:20.150Z Done
1992026-03-19T02:56:20.348Z Done
2002026-03-19T02:56:23.525Z Done
2012026-03-19T02:56:23.646Z Done
2022026-03-19T02:56:23.816Z Done
2032026-03-19T02:56:24.028Z Done
2042026-03-19T02:56:24.232ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-03-19T02:56:24.232Zclang system 15 system
2062026-03-19T02:56:24.233Zcsh system system illumos
2072026-03-19T02:56:24.233Zctags system system illumos
2082026-03-19T02:56:24.233Zfile system system illumos
2092026-03-19T02:56:24.233Zgcc vendor 12 vendor
2102026-03-19T02:56:24.233Zgcc system 10 system
2112026-03-19T02:56:24.233Zgcc system 7 system
2122026-03-19T02:56:24.233Zgo system 1.20 system
2132026-03-19T02:56:24.233Zgo system 1.19 system
2142026-03-19T02:56:24.233Zllvm system 15 system
2152026-03-19T02:56:24.233Zllvm system 14 system
2162026-03-19T02:56:24.233Zmariadb system 10.6 system
2172026-03-19T02:56:24.233Zmta vendor vendor dma
2182026-03-19T02:56:24.233Zopenjdk system 17 system
2192026-03-19T02:56:24.233Zopenjdk system 11 system
2202026-03-19T02:56:24.233Zopenjdk system 1.8 system
2212026-03-19T02:56:24.233Zopenssl vendor 3 vendor
2222026-03-19T02:56:24.233Zperl system 5.36 system
2232026-03-19T02:56:24.233Zpostgresql system 15 system
2242026-03-19T02:56:24.234Zpostgresql system 13 system
2252026-03-19T02:56:24.234Zpython vendor 3 vendor
2262026-03-19T02:56:24.234Zpython system 2 system
2272026-03-19T02:56:24.234Zpython3 system 3.11 system
2282026-03-19T02:56:24.234Zruby system 3.0 system
2292026-03-19T02:56:24.234Zwords vendor vendor american-english
2302026-03-19T02:56:24.234Zwords system system australian-english
2312026-03-19T02:56:24.234Zwords system system british-english
2322026-03-19T02:56:24.234Zwords system system canadian-english
2332026-03-19T02:56:24.234Zwords system system french
2342026-03-19T02:56:24.234Zwords system system italian
2352026-03-19T02:56:24.235Zwords system system ngerman
2362026-03-19T02:56:24.235Zwords system system ogerman
2372026-03-19T02:56:24.235Zwords system system spanish
2382026-03-19T02:56:24.480ZPUBLISHER TYPE STATUS P LOCATION
2392026-03-19T02:56:24.480Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-03-19T02:56:30.498ZFMRI IFO
2412026-03-19T02:56:30.498Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-03-19T02:56:30.498Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-03-19T02:56:30.498Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-03-19T02:56:30.499Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-03-19T02:56:30.499Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-03-19T02:56:30.499Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-03-19T02:56:30.499Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482026-03-19T02:56:30.499Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2492026-03-19T02:56:30.499Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2502026-03-19T02:56:30.499Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512026-03-19T02:56:30.499Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2522026-03-19T02:56:30.500Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2532026-03-19T02:56:30.500Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542026-03-19T02:56:30.500Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2552026-03-19T02:56:30.500Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2562026-03-19T02:56:30.500Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572026-03-19T02:56:31.716Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582026-03-19T02:56:32.036Z Updating crates.io index
2592026-03-19T02:56:32.082Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602026-03-19T02:56:32.722Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-03-19T02:56:33.447Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2622026-03-19T02:56:33.742Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2632026-03-19T02:56:34.304Z Updating git repository `https://github.com/oxidecomputer/falcon`
2642026-03-19T02:56:35.205Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-03-19T02:56:35.698Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-03-19T02:56:37.103Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-03-19T02:56:38.689Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-03-19T02:56:39.726Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-03-19T02:56:40.013Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-03-19T02:56:42.387Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-03-19T02:56:42.796Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-03-19T02:56:42.996Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-03-19T02:56:43.319Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-03-19T02:56:45.934Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-03-19T02:56:46.655Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-03-19T02:56:46.871Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-03-19T02:56:47.913Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-03-19T02:56:47.932Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-03-19T02:56:48.359Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-03-19T02:56:48.533Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-03-19T02:56:48.778Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-03-19T02:56:49.143Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-03-19T02:56:49.631Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-03-19T02:56:50.698Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-03-19T02:56:51.081Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-03-19T02:56:51.593Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-03-19T02:56:52.510Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-03-19T02:56:53.209Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-03-19T02:56:53.513Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-03-19T02:56:54.296Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-03-19T02:56:54.585Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-03-19T02:56:55.197Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932026-03-19T02:56:55.471Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942026-03-19T02:56:55.740Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952026-03-19T02:56:56.054Z Updating git repository `https://github.com/illumos/smf-rs`
2962026-03-19T02:56:56.479Z Updating git repository `https://github.com/oxidecomputer/omicron`
2972026-03-19T02:57:11.010Z Downloading crates ...
2982026-03-19T02:57:11.059Z Downloaded cpufeatures v0.2.17
2992026-03-19T02:57:11.059Z Downloaded dtrace-parser v0.2.0
3002026-03-19T02:57:11.101Z Downloaded block-buffer v0.10.4
3012026-03-19T02:57:11.101Z Downloaded thiserror v2.0.18
3022026-03-19T02:57:11.101Z Downloaded toml v0.8.23
3032026-03-19T02:57:11.101Z Downloaded memchr v2.8.0
3042026-03-19T02:57:11.101Z Downloaded tabled v0.15.0
3052026-03-19T02:57:11.101Z Downloaded zerovec v0.11.5
3062026-03-19T02:57:11.101Z Downloaded serde_tokenstream v0.2.3
3072026-03-19T02:57:11.101Z Downloaded unicode-width v0.1.14
3082026-03-19T02:57:11.164Z Downloaded usdt-attr-macro v0.5.0
3092026-03-19T02:57:11.165Z Downloaded usdt-impl v0.5.0
3102026-03-19T02:57:11.165Z Downloaded utf8_iter v1.0.4
3112026-03-19T02:57:11.165Z Downloaded itoa v1.0.17
3122026-03-19T02:57:11.165Z Downloaded unicode-xid v0.2.6
3132026-03-19T02:57:11.165Z Downloaded unicode-linebreak v0.1.5
3142026-03-19T02:57:11.165Z Downloaded toml_datetime v0.6.11
3152026-03-19T02:57:11.165Z Downloaded cargo-platform v0.2.0
3162026-03-19T02:57:11.165Z Downloaded writeable v0.6.2
3172026-03-19T02:57:11.166Z Downloaded zerocopy-derive v0.7.35
3182026-03-19T02:57:11.167Z Downloaded tinystr v0.8.2
3192026-03-19T02:57:11.182Z Downloaded ucd-trie v0.1.7
3202026-03-19T02:57:11.182Z Downloaded serde-value v0.7.0
3212026-03-19T02:57:11.183Z Downloaded zerocopy v0.7.35
3222026-03-19T02:57:11.183Z Downloaded zerotrie v0.2.3
3232026-03-19T02:57:11.183Z Downloaded anstyle-parse v0.2.7
3242026-03-19T02:57:11.183Z Downloaded icu_locale_core v2.1.1
3252026-03-19T02:57:11.183Z Downloaded winnow v0.7.14
3262026-03-19T02:57:11.183Z Downloaded pest_generator v2.8.6
3272026-03-19T02:57:11.197Z Downloaded icu_provider v2.1.1
3282026-03-19T02:57:11.271Z Downloaded serde-untagged v0.1.9
3292026-03-19T02:57:11.312Z Downloaded crypto-common v0.1.7
3302026-03-19T02:57:11.313Z Downloaded generic-array v0.14.7
3312026-03-19T02:57:11.313Z Downloaded is_terminal_polyfill v1.70.2
3322026-03-19T02:57:11.313Z Downloaded heck v0.4.1
3332026-03-19T02:57:11.313Z Downloaded serde_derive v1.0.228
3342026-03-19T02:57:11.313Z Downloaded quote v1.0.44
3352026-03-19T02:57:11.313Z Downloaded clap_derive v4.5.55
3362026-03-19T02:57:11.314Z Downloaded once_cell v1.21.3
3372026-03-19T02:57:11.314Z Downloaded terminal_size v0.4.3
3382026-03-19T02:57:11.314Z Downloaded memmap v0.7.0
3392026-03-19T02:57:11.314Z Downloaded fastrand v2.3.0
3402026-03-19T02:57:11.315Z Downloaded camino v1.2.2
3412026-03-19T02:57:11.315Z Downloaded cargo_toml v0.21.0
3422026-03-19T02:57:11.315Z Downloaded usdt v0.5.0
3432026-03-19T02:57:11.315Z Downloaded goblin v0.8.2
3442026-03-19T02:57:11.315Z Downloaded zerovec-derive v0.11.2
3452026-03-19T02:57:11.349Z Downloaded scroll_derive v0.12.1
3462026-03-19T02:57:11.349Z Downloaded unicode-width v0.2.0
3472026-03-19T02:57:11.349Z Downloaded version_check v0.9.5
3482026-03-19T02:57:11.349Z Downloaded zerofrom v0.1.6
3492026-03-19T02:57:11.349Z Downloaded typeid v1.0.3
3502026-03-19T02:57:11.349Z Downloaded url v2.5.8
3512026-03-19T02:57:11.350Z Downloaded thiserror v1.0.69
3522026-03-19T02:57:11.365Z Downloaded thread-id v4.2.2
3532026-03-19T02:57:11.365Z Downloaded scroll v0.12.0
3542026-03-19T02:57:11.365Z Downloaded yoke-derive v0.8.1
3552026-03-19T02:57:11.365Z Downloaded toml_write v0.1.2
3562026-03-19T02:57:11.366Z Downloaded utf8parse v0.2.2
3572026-03-19T02:57:11.366Z Downloaded thiserror-impl v2.0.18
3582026-03-19T02:57:11.366Z Downloaded toml_edit v0.22.27
3592026-03-19T02:57:11.366Z Downloaded zerofrom-derive v0.1.6
3602026-03-19T02:57:11.366Z Downloaded unicode-ident v1.0.24
3612026-03-19T02:57:11.366Z Downloaded smallvec v1.15.1
3622026-03-19T02:57:11.366Z Downloaded cargo-util-schemas v0.8.2
3632026-03-19T02:57:11.366Z Downloaded typenum v1.19.0
3642026-03-19T02:57:11.366Z Downloaded yoke v0.8.1
3652026-03-19T02:57:11.366Z Downloaded thiserror-impl v1.0.69
3662026-03-19T02:57:11.366Z Downloaded textwrap v0.16.2
3672026-03-19T02:57:11.366Z Downloaded clap_lex v1.0.0
3682026-03-19T02:57:11.366Z Downloaded usdt-macro v0.5.0
3692026-03-19T02:57:11.366Z Downloaded percent-encoding v2.3.2
3702026-03-19T02:57:11.399Z Downloaded form_urlencoded v1.2.2
3712026-03-19T02:57:11.400Z Downloaded anstream v0.6.21
3722026-03-19T02:57:11.400Z Downloaded proc-macro-error-attr v1.0.4
3732026-03-19T02:57:11.400Z Downloaded icu_properties v2.1.2
3742026-03-19T02:57:11.400Z Downloaded syn v1.0.109
3752026-03-19T02:57:11.410Z Downloaded icu_properties_data v2.1.2
3762026-03-19T02:57:11.411Z Downloaded serde_spanned v0.6.9
3772026-03-19T02:57:11.440Z Downloaded zmij v1.0.21
3782026-03-19T02:57:11.450Z Downloaded stable_deref_trait v1.2.1
3792026-03-19T02:57:11.459Z Downloaded litemap v0.8.1
3802026-03-19T02:57:11.478Z Downloaded erased-serde v0.4.9
3812026-03-19T02:57:11.478Z Downloaded anyhow v1.0.102
3822026-03-19T02:57:11.497Z Downloaded tabled_derive v0.7.0
3832026-03-19T02:57:11.502Z Downloaded fs-err v3.3.0
3842026-03-19T02:57:11.502Z Downloaded clap v4.5.60
3852026-03-19T02:57:11.502Z Downloaded proc-macro-error v1.0.4
3862026-03-19T02:57:11.514Z Downloaded papergrid v0.11.0
3872026-03-19T02:57:11.514Z Downloaded displaydoc v0.2.5
3882026-03-19T02:57:11.514Z Downloaded camino-tempfile v1.4.1
3892026-03-19T02:57:11.514Z Downloaded pretty-hex v0.4.1
3902026-03-19T02:57:11.514Z Downloaded libc v0.2.180
3912026-03-19T02:57:11.546Z Downloaded serde_core v1.0.228
3922026-03-19T02:57:11.562Z Downloaded pest_derive v2.8.6
3932026-03-19T02:57:11.562Z Downloaded heck v0.5.0
3942026-03-19T02:57:11.562Z Downloaded dof v0.3.0
3952026-03-19T02:57:11.562Z Downloaded plain v0.2.3
3962026-03-19T02:57:11.562Z Downloaded getrandom v0.4.1
3972026-03-19T02:57:11.563Z Downloaded errno v0.3.14
3982026-03-19T02:57:11.563Z Downloaded bytecount v0.6.9
3992026-03-19T02:57:11.563Z Downloaded idna_adapter v1.2.1
4002026-03-19T02:57:11.563Z Downloaded syn v2.0.117
4012026-03-19T02:57:11.615Z Downloaded serde v1.0.228
4022026-03-19T02:57:11.616Z Downloaded indexmap v2.13.0
4032026-03-19T02:57:11.616Z Downloaded idna v1.1.0
4042026-03-19T02:57:11.616Z Downloaded icu_normalizer v2.1.1
4052026-03-19T02:57:11.616Z Downloaded anstyle v1.0.13
4062026-03-19T02:57:11.665Z Downloaded smawk v0.3.2
4072026-03-19T02:57:11.666Z Downloaded potential_utf v0.1.4
4082026-03-19T02:57:11.838Z Downloaded equivalent v1.0.2
4092026-03-19T02:57:11.888Z Downloaded autocfg v1.5.0
4102026-03-19T02:57:11.909Z Downloaded ordered-float v2.10.1
4112026-03-19T02:57:11.926Z Downloaded proc-macro2 v1.0.106
4122026-03-19T02:57:11.953Z Downloaded icu_collections v2.1.1
4132026-03-19T02:57:11.967Z Downloaded sha2 v0.10.9
4142026-03-19T02:57:11.967Z Downloaded bitflags v2.11.0
4152026-03-19T02:57:11.979Z Downloaded byteorder v1.5.0
4162026-03-19T02:57:12.003Z Downloaded strsim v0.11.1
4172026-03-19T02:57:12.050Z Downloaded pest v2.8.6
4182026-03-19T02:57:12.094Z Downloaded colorchoice v1.0.4
4192026-03-19T02:57:12.094Z Downloaded clap_builder v4.5.60
4202026-03-19T02:57:12.094Z Downloaded serde_json v1.0.149
4212026-03-19T02:57:12.116Z Downloaded synstructure v0.13.2
4222026-03-19T02:57:12.116Z Downloaded semver v1.0.27
4232026-03-19T02:57:12.130Z Downloaded icu_normalizer_data v2.1.1
4242026-03-19T02:57:12.130Z Downloaded rustix v1.1.3
4252026-03-19T02:57:12.147Z Downloaded swrite v0.1.0
4262026-03-19T02:57:12.147Z Downloaded macaddr v1.0.1
4272026-03-19T02:57:12.147Z Downloaded log v0.4.29
4282026-03-19T02:57:12.147Z Downloaded digest v0.10.7
4292026-03-19T02:57:12.147Z Downloaded anstyle-query v1.1.5
4302026-03-19T02:57:12.167Z Downloaded fnv v1.0.7
4312026-03-19T02:57:12.167Z Downloaded cfg-if v1.0.4
4322026-03-19T02:57:12.167Z Downloaded tempfile v3.25.0
4332026-03-19T02:57:12.185Z Downloaded hashbrown v0.16.1
4342026-03-19T02:57:12.185Z Downloaded cargo_metadata v0.21.0
4352026-03-19T02:57:12.217Z Downloaded num-traits v0.2.19
4362026-03-19T02:57:12.217Z Downloaded pest_meta v2.8.6
4372026-03-19T02:57:12.265Z Compiling proc-macro2 v1.0.106
4382026-03-19T02:57:12.312Z Compiling quote v1.0.44
4392026-03-19T02:57:12.312Z Compiling unicode-ident v1.0.24
4402026-03-19T02:57:12.312Z Compiling serde_core v1.0.228
4412026-03-19T02:57:12.312Z Compiling libc v0.2.180
4422026-03-19T02:57:12.312Z Compiling version_check v0.9.5
4432026-03-19T02:57:12.312Z Compiling stable_deref_trait v1.2.1
4442026-03-19T02:57:12.313Z Compiling memchr v2.8.0
4452026-03-19T02:57:12.313Z Compiling serde v1.0.228
4462026-03-19T02:57:12.313Z Compiling zmij v1.0.21
4472026-03-19T02:57:12.313Z Compiling ucd-trie v0.1.7
4482026-03-19T02:57:12.313Z Compiling autocfg v1.5.0
4492026-03-19T02:57:12.313Z Compiling itoa v1.0.17
4502026-03-19T02:57:12.313Z Compiling thiserror v1.0.69
4512026-03-19T02:57:12.524Z Compiling writeable v0.6.2
4522026-03-19T02:57:12.760Z Compiling litemap v0.8.1
4532026-03-19T02:57:12.790Z Compiling byteorder v1.5.0
4542026-03-19T02:57:12.900Z Compiling icu_properties_data v2.1.2
4552026-03-19T02:57:12.974Z Compiling rustix v1.1.3
4562026-03-19T02:57:13.090Z Compiling icu_normalizer_data v2.1.1
4572026-03-19T02:57:13.171Z Compiling bitflags v2.11.0
4582026-03-19T02:57:13.256Z Compiling pest v2.8.6
4592026-03-19T02:57:13.268Z Compiling serde_json v1.0.149
4602026-03-19T02:57:13.339Z Compiling typeid v1.0.3
4612026-03-19T02:57:13.390Z Compiling num-traits v0.2.19
4622026-03-19T02:57:13.510Z Compiling equivalent v1.0.2
4632026-03-19T02:57:13.622Z Compiling hashbrown v0.16.1
4642026-03-19T02:57:13.648Z Compiling smallvec v1.15.1
4652026-03-19T02:57:13.871Z Compiling proc-macro-error-attr v1.0.4
4662026-03-19T02:57:13.875Z Compiling usdt-impl v0.5.0
4672026-03-19T02:57:13.904Z Compiling syn v1.0.109
4682026-03-19T02:57:13.980Z Compiling toml_write v0.1.2
4692026-03-19T02:57:14.011Z Compiling winnow v0.7.14
4702026-03-19T02:57:14.093Z Compiling erased-serde v0.4.9
4712026-03-19T02:57:14.098Z Compiling proc-macro-error v1.0.4
4722026-03-19T02:57:14.176Z Compiling errno v0.3.14
4732026-03-19T02:57:14.182Z Compiling thread-id v4.2.2
4742026-03-19T02:57:14.292Z Compiling log v0.4.29
4752026-03-19T02:57:14.384Z Compiling indexmap v2.13.0
4762026-03-19T02:57:14.443Z Compiling getrandom v0.4.1
4772026-03-19T02:57:14.457Z Compiling camino v1.2.2
4782026-03-19T02:57:14.457Z Compiling thiserror v2.0.18
4792026-03-19T02:57:14.457Z Compiling utf8_iter v1.0.4
4802026-03-19T02:57:14.573Z Compiling percent-encoding v2.3.2
4812026-03-19T02:57:14.600Z Compiling plain v0.2.3
4822026-03-19T02:57:14.704Z Compiling utf8parse v0.2.2
4832026-03-19T02:57:14.842Z Compiling form_urlencoded v1.2.2
4842026-03-19T02:57:14.876Z Compiling syn v2.0.117
4852026-03-19T02:57:14.898Z Compiling pest_meta v2.8.6
4862026-03-19T02:57:14.910Z Compiling anstyle-parse v0.2.7
4872026-03-19T02:57:15.153Z Compiling cfg-if v1.0.4
4882026-03-19T02:57:15.178Z Compiling anstyle v1.0.13
4892026-03-19T02:57:15.209Z Compiling ordered-float v2.10.1
4902026-03-19T02:57:15.230Z Compiling is_terminal_polyfill v1.70.2
4912026-03-19T02:57:15.264Z Compiling colorchoice v1.0.4
4922026-03-19T02:57:15.320Z Compiling anstyle-query v1.1.5
4932026-03-19T02:57:15.348Z Compiling pretty-hex v0.4.1
4942026-03-19T02:57:15.481Z Compiling anstream v0.6.21
4952026-03-19T02:57:15.506Z Compiling fs-err v3.3.0
4962026-03-19T02:57:15.524Z Compiling fnv v1.0.7
4972026-03-19T02:57:15.568Z Compiling unicode-xid v0.2.6
4982026-03-19T02:57:15.597Z Compiling heck v0.5.0
4992026-03-19T02:57:15.610Z Compiling bytecount v0.6.9
5002026-03-19T02:57:15.723Z Compiling terminal_size v0.4.3
5012026-03-19T02:57:15.733Z Compiling once_cell v1.21.3
5022026-03-19T02:57:15.859Z Compiling semver v1.0.27
5032026-03-19T02:57:15.882Z Compiling fastrand v2.3.0
5042026-03-19T02:57:15.910Z Compiling unicode-width v0.1.14
5052026-03-19T02:57:15.940Z Compiling heck v0.4.1
5062026-03-19T02:57:15.977Z Compiling anyhow v1.0.102
5072026-03-19T02:57:16.017Z Compiling clap_lex v1.0.0
5082026-03-19T02:57:16.042Z Compiling strsim v0.11.1
5092026-03-19T02:57:16.227Z Compiling papergrid v0.11.0
5102026-03-19T02:57:16.251Z Compiling tempfile v3.25.0
5112026-03-19T02:57:16.313Z Compiling clap_builder v4.5.60
5122026-03-19T02:57:16.339Z Compiling memmap v0.7.0
5132026-03-19T02:57:16.396Z Compiling serde-untagged v0.1.9
5142026-03-19T02:57:16.416Z Compiling unicode-width v0.2.0
5152026-03-19T02:57:16.439Z Compiling smawk v0.3.2
5162026-03-19T02:57:16.468Z Compiling unicode-linebreak v0.1.5
5172026-03-19T02:57:16.602Z Compiling camino-tempfile v1.4.1
5182026-03-19T02:57:16.734Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5192026-03-19T02:57:16.791Z Compiling textwrap v0.16.2
5202026-03-19T02:57:16.795Z Compiling swrite v0.1.0
5212026-03-19T02:57:17.326Z Compiling tabled_derive v0.7.0
5222026-03-19T02:57:18.170Z Compiling tabled v0.15.0
5232026-03-19T02:57:18.469Z Compiling synstructure v0.13.2
5242026-03-19T02:57:18.469Z Compiling pest_generator v2.8.6
5252026-03-19T02:57:19.252Z Compiling serde_derive v1.0.228
5262026-03-19T02:57:19.253Z Compiling zerofrom-derive v0.1.6
5272026-03-19T02:57:19.256Z Compiling yoke-derive v0.8.1
5282026-03-19T02:57:19.256Z Compiling zerovec-derive v0.11.2
5292026-03-19T02:57:19.256Z Compiling displaydoc v0.2.5
5302026-03-19T02:57:19.256Z Compiling thiserror-impl v1.0.69
5312026-03-19T02:57:19.256Z Compiling zerocopy-derive v0.7.35
5322026-03-19T02:57:19.256Z Compiling pest_derive v2.8.6
5332026-03-19T02:57:19.257Z Compiling scroll_derive v0.12.1
5342026-03-19T02:57:19.257Z Compiling thiserror-impl v2.0.18
5352026-03-19T02:57:19.257Z Compiling clap_derive v4.5.55
5362026-03-19T02:57:20.316Z Compiling scroll v0.12.0
5372026-03-19T02:57:20.531Z Compiling zerocopy v0.7.35
5382026-03-19T02:57:20.630Z Compiling goblin v0.8.2
5392026-03-19T02:57:20.656Z Compiling zerofrom v0.1.6
5402026-03-19T02:57:20.802Z Compiling yoke v0.8.1
5412026-03-19T02:57:20.996Z Compiling dtrace-parser v0.2.0
5422026-03-19T02:57:21.021Z Compiling zerovec v0.11.5
5432026-03-19T02:57:21.021Z Compiling zerotrie v0.2.3
5442026-03-19T02:57:21.179Z Compiling clap v4.5.60
5452026-03-19T02:57:21.620Z Compiling tinystr v0.8.2
5462026-03-19T02:57:21.620Z Compiling potential_utf v0.1.4
5472026-03-19T02:57:21.788Z Compiling icu_collections v2.1.1
5482026-03-19T02:57:21.823Z Compiling icu_locale_core v2.1.1
5492026-03-19T02:57:22.584Z Compiling serde_spanned v0.6.9
5502026-03-19T02:57:22.585Z Compiling toml_datetime v0.6.11
5512026-03-19T02:57:22.600Z Compiling serde-value v0.7.0
5522026-03-19T02:57:22.600Z Compiling cargo-platform v0.2.0
5532026-03-19T02:57:22.600Z Compiling macaddr v1.0.1
5542026-03-19T02:57:22.610Z Compiling icu_provider v2.1.1
5552026-03-19T02:57:22.610Z Compiling dof v0.3.0
5562026-03-19T02:57:22.610Z Compiling serde_tokenstream v0.2.3
5572026-03-19T02:57:23.021Z Compiling icu_normalizer v2.1.1
5582026-03-19T02:57:23.021Z Compiling icu_properties v2.1.2
5592026-03-19T02:57:23.038Z Compiling toml_edit v0.22.27
5602026-03-19T02:57:23.648Z Compiling usdt-attr-macro v0.5.0
5612026-03-19T02:57:23.680Z Compiling usdt-macro v0.5.0
5622026-03-19T02:57:24.188Z Compiling idna_adapter v1.2.1
5632026-03-19T02:57:28.843Z Compiling idna v1.1.0
5642026-03-19T02:57:29.028Z Compiling usdt v0.5.0
5652026-03-19T02:57:29.028Z Compiling url v2.5.8
5662026-03-19T02:57:29.028Z Compiling toml v0.8.23
5672026-03-19T02:57:29.028Z Compiling cargo-util-schemas v0.8.2
5682026-03-19T02:57:29.028Z Compiling cargo_toml v0.21.0
5692026-03-19T02:57:29.029Z Compiling cargo_metadata v0.21.0
5702026-03-19T02:57:29.029Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5712026-03-19T02:57:30.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.16s
5722026-03-19T02:57:30.946Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5732026-03-19T02:57:31.680Z Downloading crates ...
5742026-03-19T02:57:31.812Z Downloaded array-init v0.0.4
5752026-03-19T02:57:31.832Z Downloaded cookie v0.18.1
5762026-03-19T02:57:31.835Z Downloaded ena v0.14.4
5772026-03-19T02:57:31.835Z Downloaded crc-any v2.5.0
5782026-03-19T02:57:31.849Z Downloaded bb8 v0.8.6
5792026-03-19T02:57:31.849Z Downloaded async-bb8-diesel v0.2.1
5802026-03-19T02:57:31.849Z Downloaded cancel-safe-futures v0.1.5
5812026-03-19T02:57:31.849Z Downloaded cipher v0.4.4
5822026-03-19T02:57:31.869Z Downloaded base16ct v0.2.0
5832026-03-19T02:57:31.869Z Downloaded allocator-api2 v0.2.21
5842026-03-19T02:57:31.869Z Downloaded castaway v0.2.4
5852026-03-19T02:57:31.869Z Downloaded crc v3.4.0
5862026-03-19T02:57:31.869Z Downloaded cargo-platform v0.1.9
5872026-03-19T02:57:31.895Z Downloaded crc-catalog v2.4.0
5882026-03-19T02:57:31.916Z Downloaded futures-macro v0.3.32
5892026-03-19T02:57:31.920Z Downloaded futures-core v0.3.32
5902026-03-19T02:57:31.920Z Downloaded camino-tempfile-ext v0.3.3
5912026-03-19T02:57:31.929Z Downloaded arrayref v0.3.9
5922026-03-19T02:57:31.929Z Downloaded atomicwrites v0.4.4
5932026-03-19T02:57:31.934Z Downloaded ed25519 v2.2.3
5942026-03-19T02:57:31.934Z Downloaded document-features v0.2.12
5952026-03-19T02:57:31.934Z Downloaded futures-task v0.3.32
5962026-03-19T02:57:31.934Z Downloaded chacha20 v0.10.0
5972026-03-19T02:57:31.934Z Downloaded dof v0.4.0
5982026-03-19T02:57:31.934Z Downloaded darling v0.20.11
5992026-03-19T02:57:31.938Z Downloaded cstr-argument v0.1.2
6002026-03-19T02:57:31.946Z Downloaded darling_macro v0.21.3
6012026-03-19T02:57:31.946Z Downloaded dyn-clone v1.0.20
6022026-03-19T02:57:31.946Z Downloaded fallible-iterator v0.2.0
6032026-03-19T02:57:31.952Z Downloaded dirs-next v2.0.0
6042026-03-19T02:57:31.952Z Downloaded atty v0.2.14
6052026-03-19T02:57:31.952Z Downloaded ascii-canvas v3.0.0
6062026-03-19T02:57:31.952Z Downloaded dsl_auto_type v0.2.0
6072026-03-19T02:57:31.952Z Downloaded diesel-dtrace v0.5.0
6082026-03-19T02:57:31.952Z Downloaded bcrypt-pbkdf v0.10.0
6092026-03-19T02:57:31.952Z Downloaded assert_matches v1.5.0
6102026-03-19T02:57:31.961Z Downloaded convert_case v0.4.0
6112026-03-19T02:57:31.962Z Downloaded bitfield-macros v0.19.4
6122026-03-19T02:57:31.962Z Downloaded adler2 v2.0.1
6132026-03-19T02:57:31.962Z Downloaded foreign-types-macros v0.2.3
6142026-03-19T02:57:31.962Z Downloaded cpufeatures v0.3.0
6152026-03-19T02:57:31.963Z Downloaded ecdsa v0.16.9
6162026-03-19T02:57:31.963Z Downloaded constant_time_eq v0.4.2
6172026-03-19T02:57:31.967Z Downloaded crossbeam-utils v0.8.21
6182026-03-19T02:57:31.967Z Downloaded backoff v0.4.0
6192026-03-19T02:57:31.967Z Downloaded chacha20 v0.9.1
6202026-03-19T02:57:31.973Z Downloaded colored v3.1.1
6212026-03-19T02:57:31.973Z Downloaded bstr v1.12.1
6222026-03-19T02:57:31.978Z Downloaded csv-core v0.1.13
6232026-03-19T02:57:31.984Z Downloaded fatfs v0.3.6
6242026-03-19T02:57:31.984Z Downloaded crossterm v0.29.0
6252026-03-19T02:57:31.992Z Downloaded env_logger v0.11.9
6262026-03-19T02:57:31.992Z Downloaded foreign-types v0.3.2
6272026-03-19T02:57:31.997Z Downloaded enum-as-inner v0.6.1
6282026-03-19T02:57:31.997Z Downloaded find-msvc-tools v0.1.9
6292026-03-19T02:57:31.997Z Downloaded ctr v0.9.2
6302026-03-19T02:57:31.997Z Downloaded either v1.15.0
6312026-03-19T02:57:31.997Z Downloaded crucible-workspace-hack v0.1.0
6322026-03-19T02:57:31.997Z Downloaded ciborium-ll v0.2.2
6332026-03-19T02:57:32.009Z Downloaded foldhash v0.2.0
6342026-03-19T02:57:32.009Z Downloaded defmt v0.3.100
6352026-03-19T02:57:32.009Z Downloaded darling_core v0.21.3
6362026-03-19T02:57:32.019Z Downloaded funty v2.0.0
6372026-03-19T02:57:32.019Z Downloaded dropshot-api-manager-types v0.6.0
6382026-03-19T02:57:32.019Z Downloaded difflib v0.4.0
6392026-03-19T02:57:32.019Z Downloaded daft v0.1.5
6402026-03-19T02:57:32.019Z Downloaded fd-lock v4.0.4
6412026-03-19T02:57:32.019Z Downloaded futures-io v0.3.32
6422026-03-19T02:57:32.019Z Downloaded darling_macro v0.23.0
6432026-03-19T02:57:32.020Z Downloaded crossbeam-deque v0.8.6
6442026-03-19T02:57:32.026Z Downloaded atomic-waker v1.1.2
6452026-03-19T02:57:32.026Z Downloaded foreign-types-shared v0.3.1
6462026-03-19T02:57:32.043Z Downloaded futures-sink v0.3.32
6472026-03-19T02:57:32.043Z Downloaded fixedbitset v0.5.7
6482026-03-19T02:57:32.043Z Downloaded display-error-chain v0.2.2
6492026-03-19T02:57:32.043Z Downloaded curve25519-dalek-derive v0.1.1
6502026-03-19T02:57:32.043Z Downloaded const_format_proc_macros v0.2.34
6512026-03-19T02:57:32.043Z Downloaded foreign-types v0.5.0
6522026-03-19T02:57:32.051Z Downloaded headers-core v0.3.0
6532026-03-19T02:57:32.051Z Downloaded convert_case v0.10.0
6542026-03-19T02:57:32.052Z Downloaded async-recursion v1.1.1
6552026-03-19T02:57:32.052Z Downloaded aead v0.5.2
6562026-03-19T02:57:32.052Z Downloaded ff v0.13.1
6572026-03-19T02:57:32.061Z Downloaded fs-err v2.11.0
6582026-03-19T02:57:32.061Z Downloaded corncobs v0.1.4
6592026-03-19T02:57:32.061Z Downloaded cmake v0.1.57
6602026-03-19T02:57:32.062Z Downloaded des v0.8.1
6612026-03-19T02:57:32.062Z Downloaded derive_builder_macro v0.20.2
6622026-03-19T02:57:32.076Z Downloaded derive-ex v0.1.8
6632026-03-19T02:57:32.076Z Downloaded derive_more v0.99.20
6642026-03-19T02:57:32.076Z Downloaded derive_builder_core v0.20.2
6652026-03-19T02:57:32.076Z Downloaded daft-derive v0.1.5
6662026-03-19T02:57:32.076Z Downloaded hex-literal v0.4.1
6672026-03-19T02:57:32.076Z Downloaded futures-executor v0.3.32
6682026-03-19T02:57:32.076Z Downloaded fs_extra v1.3.0
6692026-03-19T02:57:32.077Z Downloaded downcast-rs v2.0.2
6702026-03-19T02:57:32.088Z Downloaded debug-ignore v1.0.5
6712026-03-19T02:57:32.089Z Downloaded dirs-sys-next v0.1.2
6722026-03-19T02:57:32.089Z Downloaded crossbeam-epoch v0.9.18
6732026-03-19T02:57:32.089Z Downloaded const-oid v0.9.6
6742026-03-19T02:57:32.089Z Downloaded console v0.16.2
6752026-03-19T02:57:32.095Z Downloaded defmt-parser v1.0.0
6762026-03-19T02:57:32.096Z Downloaded diesel_table_macro_syntax v0.3.0
6772026-03-19T02:57:32.096Z Downloaded ghash v0.5.1
6782026-03-19T02:57:32.096Z Downloaded fxhash v0.2.1
6792026-03-19T02:57:32.096Z Downloaded critical-section v1.2.0
6802026-03-19T02:57:32.096Z Downloaded ciborium v0.2.2
6812026-03-19T02:57:32.096Z Downloaded flagset v0.4.7
6822026-03-19T02:57:32.096Z Downloaded fixedbitset v0.4.2
6832026-03-19T02:57:32.096Z Downloaded env_filter v1.0.0
6842026-03-19T02:57:32.096Z Downloaded globwalk v0.9.1
6852026-03-19T02:57:32.101Z Downloaded colored v2.2.0
6862026-03-19T02:57:32.101Z Downloaded async-trait v0.1.89
6872026-03-19T02:57:32.110Z Downloaded ahash v0.8.12
6882026-03-19T02:57:32.110Z Downloaded dtrace-parser v0.3.0
6892026-03-19T02:57:32.111Z Downloaded crc32fast v1.5.0
6902026-03-19T02:57:32.111Z Downloaded clang-sys v1.8.1
6912026-03-19T02:57:32.111Z Downloaded foreign-types-shared v0.1.1
6922026-03-19T02:57:32.212Z Downloaded cargo_toml v0.22.3
6932026-03-19T02:57:32.212Z Downloaded foldhash v0.1.5
6942026-03-19T02:57:32.212Z Downloaded highway v1.3.0
6952026-03-19T02:57:32.212Z Downloaded futures-channel v0.3.32
6962026-03-19T02:57:32.212Z Downloaded cexpr v0.6.0
6972026-03-19T02:57:32.212Z Downloaded ed25519-dalek v2.2.0
6982026-03-19T02:57:32.213Z Downloaded hostname v0.3.1
6992026-03-19T02:57:32.213Z Downloaded http-body v1.0.1
7002026-03-19T02:57:32.213Z Downloaded cargo_metadata v0.19.2
7012026-03-19T02:57:32.213Z Downloaded buf-list v1.1.2
7022026-03-19T02:57:32.213Z Downloaded backon v1.6.0
7032026-03-19T02:57:32.213Z Downloaded glob v0.3.3
7042026-03-19T02:57:32.213Z Downloaded flume v0.11.1
7052026-03-19T02:57:32.213Z Downloaded cookie_store v0.22.1
7062026-03-19T02:57:32.213Z Downloaded inout v0.1.4
7072026-03-19T02:57:32.213Z Downloaded diff v0.1.13
7082026-03-19T02:57:32.213Z Downloaded defmt-macros v1.0.1
7092026-03-19T02:57:32.214Z Downloaded group v0.13.0
7102026-03-19T02:57:32.214Z Downloaded git-stub-vcs v0.1.0
7112026-03-19T02:57:32.214Z Downloaded derive_builder v0.20.2
7122026-03-19T02:57:32.214Z Downloaded lalrpop-util v0.19.12
7132026-03-19T02:57:32.215Z Downloaded instant v0.1.13
7142026-03-19T02:57:32.215Z Downloaded lru v0.12.5
7152026-03-19T02:57:32.215Z Downloaded flate2 v1.1.9
7162026-03-19T02:57:32.215Z Downloaded der v0.7.10
7172026-03-19T02:57:32.215Z Downloaded derive_more-impl v2.1.1
7182026-03-19T02:57:32.215Z Downloaded bzip2 v0.4.4
7192026-03-19T02:57:32.215Z Downloaded derive_more v2.1.1
7202026-03-19T02:57:32.216Z Downloaded indoc v1.0.9
7212026-03-19T02:57:32.216Z Downloaded impl-trait-for-tuples v0.2.3
7222026-03-19T02:57:32.242Z Downloaded base64 v0.22.1
7232026-03-19T02:57:32.242Z Downloaded blake2 v0.10.6
7242026-03-19T02:57:32.242Z Downloaded newtype_derive v0.1.6
7252026-03-19T02:57:32.242Z Downloaded lazy_static v1.5.0
7262026-03-19T02:57:32.242Z Downloaded is_ci v1.2.0
7272026-03-19T02:57:32.242Z Downloaded darling_core v0.23.0
7282026-03-19T02:57:32.242Z Downloaded internet-checksum v0.2.1
7292026-03-19T02:57:32.242Z Downloaded defmt v1.0.1
7302026-03-19T02:57:32.242Z Downloaded getrandom v0.2.17
7312026-03-19T02:57:32.242Z Downloaded bitfield v0.19.4
7322026-03-19T02:57:32.242Z Downloaded hostname v0.4.2
7332026-03-19T02:57:32.242Z Downloaded hash32 v0.2.1
7342026-03-19T02:57:32.242Z Downloaded darling v0.23.0
7352026-03-19T02:57:32.242Z Downloaded kstat-rs v0.2.4
7362026-03-19T02:57:32.242Z Downloaded hyper-tls v0.6.0
7372026-03-19T02:57:32.242Z Downloaded keccak v0.1.6
7382026-03-19T02:57:32.243Z Downloaded humantime v2.3.0
7392026-03-19T02:57:32.243Z Downloaded globset v0.4.18
7402026-03-19T02:57:32.254Z Downloaded chacha20poly1305 v0.10.1
7412026-03-19T02:57:32.254Z Downloaded home v0.5.12
7422026-03-19T02:57:32.254Z Downloaded getrandom v0.3.4
7432026-03-19T02:57:32.254Z Downloaded elliptic-curve v0.13.8
7442026-03-19T02:57:32.254Z Downloaded crypto-bigint v0.5.5
7452026-03-19T02:57:32.254Z Downloaded newtype-uuid-macros v0.1.0
7462026-03-19T02:57:32.254Z Downloaded futures v0.3.32
7472026-03-19T02:57:32.255Z Downloaded libefi-sys v0.1.0
7482026-03-19T02:57:32.255Z Downloaded lru-slab v0.1.2
7492026-03-19T02:57:32.255Z Downloaded iana-time-zone v0.1.65
7502026-03-19T02:57:32.255Z Downloaded bytes v1.11.1
7512026-03-19T02:57:32.255Z Downloaded lru-cache v0.1.2
7522026-03-19T02:57:32.255Z Downloaded arc-swap v1.8.2
7532026-03-19T02:57:32.269Z Downloaded crossbeam-channel v0.5.15
7542026-03-19T02:57:32.269Z Downloaded half v1.8.3
7552026-03-19T02:57:32.269Z Downloaded httpdate v1.0.3
7562026-03-19T02:57:32.269Z Downloaded num v0.4.3
7572026-03-19T02:57:32.269Z Downloaded nonempty v0.12.0
7582026-03-19T02:57:32.269Z Downloaded ipnet v2.11.0
7592026-03-19T02:57:32.285Z Downloaded hickory-client v0.25.2
7602026-03-19T02:57:32.286Z Downloaded multimap v0.10.1
7612026-03-19T02:57:32.286Z Downloaded is-terminal v0.4.17
7622026-03-19T02:57:32.286Z Downloaded heapless v0.7.17
7632026-03-19T02:57:32.286Z Downloaded indent_write v2.2.0
7642026-03-19T02:57:32.286Z Downloaded dropshot-api-manager v0.6.0
7652026-03-19T02:57:32.286Z Downloaded ident_case v1.0.1
7662026-03-19T02:57:32.286Z Downloaded http-range v0.1.5
7672026-03-19T02:57:32.286Z Downloaded hmac v0.12.1
7682026-03-19T02:57:32.297Z Downloaded num_threads v0.1.7
7692026-03-19T02:57:32.297Z Downloaded nodrop v0.1.14
7702026-03-19T02:57:32.297Z Downloaded half v2.7.1
7712026-03-19T02:57:32.297Z Downloaded num-derive v0.4.2
7722026-03-19T02:57:32.297Z Downloaded md5 v0.7.0
7732026-03-19T02:57:32.297Z Downloaded multer v3.1.0
7742026-03-19T02:57:32.297Z Downloaded linear-map v1.2.0
7752026-03-19T02:57:32.297Z Downloaded lzss v0.8.2
7762026-03-19T02:57:32.298Z Downloaded ar_archive_writer v0.5.1
7772026-03-19T02:57:32.307Z Downloaded hyper-staticfile v0.10.1
7782026-03-19T02:57:32.307Z Downloaded hyper-rustls v0.27.7
7792026-03-19T02:57:32.307Z Downloaded crossterm v0.28.1
7802026-03-19T02:57:32.307Z Downloaded opaque-debug v0.3.1
7812026-03-19T02:57:32.318Z Downloaded olpc-cjson v0.1.4
7822026-03-19T02:57:32.319Z Downloaded pbkdf2 v0.12.2
7832026-03-19T02:57:32.319Z Downloaded new_debug_unreachable v1.0.6
7842026-03-19T02:57:32.319Z Downloaded http-body-util v0.1.3
7852026-03-19T02:57:32.319Z Downloaded linked-hash-map v0.5.6
7862026-03-19T02:57:32.319Z Downloaded indexmap v1.9.3
7872026-03-19T02:57:32.335Z Downloaded headers v0.4.1
7882026-03-19T02:57:32.335Z Downloaded managed v0.8.0
7892026-03-19T02:57:32.335Z Downloaded ipnetwork v0.21.1
7902026-03-19T02:57:32.336Z Downloaded nanorand v0.7.0
7912026-03-19T02:57:32.336Z Downloaded ingot v0.1.1
7922026-03-19T02:57:32.345Z Downloaded hashbrown v0.13.2
7932026-03-19T02:57:32.345Z Downloaded peg-runtime v0.8.5
7942026-03-19T02:57:32.345Z Downloaded pbkdf2 v0.11.0
7952026-03-19T02:57:32.345Z Downloaded ingot-types v0.1.2
7962026-03-19T02:57:32.346Z Downloaded indoc v2.0.7
7972026-03-19T02:57:32.346Z Downloaded openssl-macros v0.1.1
7982026-03-19T02:57:32.346Z Downloaded num-complex v0.4.6
7992026-03-19T02:57:32.346Z Downloaded newline-converter v0.3.0
8002026-03-19T02:57:32.346Z Downloaded parse-size v1.1.0
8012026-03-19T02:57:32.352Z Downloaded heapless v0.8.0
8022026-03-19T02:57:32.352Z Downloaded num-iter v0.1.45
8032026-03-19T02:57:32.352Z Downloaded cc v1.2.56
8042026-03-19T02:57:32.352Z Downloaded hubpack_derive v0.1.1
8052026-03-19T02:57:32.352Z Downloaded path-slash v0.1.5
8062026-03-19T02:57:32.356Z Downloaded nu-ansi-term v0.50.3
8072026-03-19T02:57:32.356Z Downloaded num_enum v0.7.5
8082026-03-19T02:57:32.364Z Downloaded maybe-uninit v2.0.0
8092026-03-19T02:57:32.364Z Downloaded ingot-macros v0.1.1
8102026-03-19T02:57:32.364Z Downloaded num-conv v0.2.0
8112026-03-19T02:57:32.371Z Downloaded lock_api v0.4.14
8122026-03-19T02:57:32.371Z Downloaded md-5 v0.10.6
8132026-03-19T02:57:32.372Z Downloaded jobserver v0.1.34
8142026-03-19T02:57:32.372Z Downloaded match_cfg v0.1.0
8152026-03-19T02:57:32.372Z Downloaded ignore v0.4.25
8162026-03-19T02:57:32.379Z Downloaded oxnet v0.1.4
8172026-03-19T02:57:32.379Z Downloaded num_enum_derive v0.7.5
8182026-03-19T02:57:32.379Z Downloaded native-tls v0.2.18
8192026-03-19T02:57:32.379Z Downloaded peg v0.8.5
8202026-03-19T02:57:32.387Z Downloaded memmap2 v0.9.10
8212026-03-19T02:57:32.387Z Downloaded num_enum v0.5.11
8222026-03-19T02:57:32.387Z Downloaded powerfmt v0.2.0
8232026-03-19T02:57:32.387Z Downloaded precomputed-hash v0.1.1
8242026-03-19T02:57:32.392Z Downloaded packed_struct_codegen v0.10.1
8252026-03-19T02:57:32.392Z Downloaded oso-derive v0.27.3
8262026-03-19T02:57:32.392Z Downloaded normalize-line-endings v0.3.0
8272026-03-19T02:57:32.392Z Downloaded mime v0.3.17
8282026-03-19T02:57:32.392Z Downloaded memoffset v0.9.1
8292026-03-19T02:57:32.397Z Downloaded libscf-sys v1.1.0
8302026-03-19T02:57:32.397Z Downloaded maplit v1.0.2
8312026-03-19T02:57:32.397Z Downloaded num-integer v0.1.46
8322026-03-19T02:57:32.397Z Downloaded nibble_vec v0.1.0
8332026-03-19T02:57:32.401Z Downloaded bumpalo v3.20.2
8342026-03-19T02:57:32.405Z Downloaded mime_guess v2.0.5
8352026-03-19T02:57:32.405Z Downloaded predicates-tree v1.0.13
8362026-03-19T02:57:32.405Z Downloaded httparse v1.10.1
8372026-03-19T02:57:32.412Z Downloaded cfg_aliases v0.2.1
8382026-03-19T02:57:32.412Z Downloaded expectorate v1.2.0
8392026-03-19T02:57:32.426Z Downloaded litrs v1.0.0
8402026-03-19T02:57:32.426Z Downloaded instability v0.3.11
8412026-03-19T02:57:32.426Z Downloaded progenitor-client v0.11.2
8422026-03-19T02:57:32.427Z Downloaded diesel_derives v2.3.7
8432026-03-19T02:57:32.435Z Downloaded paste v1.0.15
8442026-03-19T02:57:32.435Z Downloaded hubpack v0.1.2
8452026-03-19T02:57:32.436Z Downloaded hex v0.4.3
8462026-03-19T02:57:32.436Z Downloaded filetime v0.2.27
8472026-03-19T02:57:32.436Z Downloaded erased-serde v0.3.31
8482026-03-19T02:57:32.436Z Downloaded der_derive v0.7.3
8492026-03-19T02:57:32.436Z Downloaded derive-where v1.6.0
8502026-03-19T02:57:32.440Z Downloaded data-encoding v2.10.0
8512026-03-19T02:57:32.440Z Downloaded darling_core v0.20.11
8522026-03-19T02:57:32.446Z Downloaded darling v0.21.3
8532026-03-19T02:57:32.450Z Downloaded pem v3.0.6
8542026-03-19T02:57:32.450Z Downloaded compact_str v0.8.1
8552026-03-19T02:57:32.454Z Downloaded bzip2 v0.6.1
8562026-03-19T02:57:32.454Z Downloaded embedded-io v0.4.0
8572026-03-19T02:57:32.454Z Downloaded darling_macro v0.20.11
8582026-03-19T02:57:32.462Z Downloaded libsw v3.5.0
8592026-03-19T02:57:32.462Z Downloaded arrayvec v0.7.6
8602026-03-19T02:57:32.465Z Downloaded phf_shared v0.12.1
8612026-03-19T02:57:32.465Z Downloaded progenitor-macro v0.13.0
8622026-03-19T02:57:32.465Z Downloaded quick-error v1.2.3
8632026-03-19T02:57:32.465Z Downloaded openssl-probe v0.1.6
8642026-03-19T02:57:32.465Z Downloaded num-rational v0.4.2
8652026-03-19T02:57:32.465Z Downloaded num_enum_derive v0.5.11
8662026-03-19T02:57:32.468Z Downloaded parking_lot_core v0.8.6
8672026-03-19T02:57:32.470Z Downloaded base64ct v1.8.3
8682026-03-19T02:57:32.474Z Downloaded pkg-config v0.3.32
8692026-03-19T02:57:32.474Z Downloaded parking_lot v0.11.2
8702026-03-19T02:57:32.478Z Downloaded phf v0.13.1
8712026-03-19T02:57:32.478Z Downloaded libsw-core v0.3.2
8722026-03-19T02:57:32.480Z Downloaded proc-macro-error2 v2.0.1
8732026-03-19T02:57:32.483Z Downloaded ppv-lite86 v0.2.21
8742026-03-19T02:57:32.483Z Downloaded postgres-protocol v0.6.10
8752026-03-19T02:57:32.486Z Downloaded pin-project-lite v0.2.17
8762026-03-19T02:57:32.490Z Downloaded progenitor v0.11.2
8772026-03-19T02:57:32.493Z Downloaded primeorder v0.13.6
8782026-03-19T02:57:32.493Z Downloaded pin-utils v0.1.0
8792026-03-19T02:57:32.499Z Downloaded hyper-util v0.1.20
8802026-03-19T02:57:32.502Z Downloaded newtype-uuid v1.3.2
8812026-03-19T02:57:32.502Z Downloaded predicates-core v1.0.10
8822026-03-19T02:57:32.505Z Downloaded libbz2-rs-sys v0.2.2
8832026-03-19T02:57:32.505Z Downloaded ref-cast-impl v1.0.25
8842026-03-19T02:57:32.509Z Downloaded recursive v0.1.1
8852026-03-19T02:57:32.509Z Downloaded rand_xorshift v0.4.0
8862026-03-19T02:57:32.509Z Downloaded owo-colors v4.3.0
8872026-03-19T02:57:32.512Z Downloaded progenitor-extras v0.1.1
8882026-03-19T02:57:32.512Z Downloaded peg-macros v0.8.5
8892026-03-19T02:57:32.516Z Downloaded progenitor-client v0.10.0
8902026-03-19T02:57:32.516Z Downloaded hickory-resolver v0.24.4
8912026-03-19T02:57:32.528Z Downloaded libloading v0.8.9
8922026-03-19T02:57:32.538Z Downloaded ref-cast v1.0.25
8932026-03-19T02:57:32.538Z Downloaded recursive-proc-macro-impl v0.1.1
8942026-03-19T02:57:32.538Z Downloaded parking_lot_core v0.9.12
8952026-03-19T02:57:32.538Z Downloaded miniz_oxide v0.8.9
8962026-03-19T02:57:32.538Z Downloaded poly1305 v0.8.0
8972026-03-19T02:57:32.538Z Downloaded password-hash v0.5.0
8982026-03-19T02:57:32.539Z Downloaded radium v0.7.0
8992026-03-19T02:57:32.539Z Downloaded papergrid v0.17.0
9002026-03-19T02:57:32.560Z Downloaded psm v0.1.30
9012026-03-19T02:57:32.560Z Downloaded proc-macro-error-attr2 v2.0.0
9022026-03-19T02:57:32.560Z Downloaded pkcs8 v0.10.2
9032026-03-19T02:57:32.561Z Downloaded russh-cryptovec v0.7.3
9042026-03-19T02:57:32.561Z Downloaded packed_struct v0.10.1
9052026-03-19T02:57:32.571Z Downloaded phf_shared v0.13.1
9062026-03-19T02:57:32.572Z Downloaded openssl-probe v0.2.1
9072026-03-19T02:57:32.572Z Downloaded password-hash v0.4.2
9082026-03-19T02:57:32.572Z Downloaded pkcs1 v0.7.5
9092026-03-19T02:57:32.572Z Downloaded parking_lot v0.12.5
9102026-03-19T02:57:32.572Z Downloaded rustc-hash v2.1.1
9112026-03-19T02:57:32.572Z Downloaded rtoolbox v0.0.3
9122026-03-19T02:57:32.573Z Downloaded hashbrown v0.12.3
9132026-03-19T02:57:32.579Z Downloaded proc-macro-crate v3.4.0
9142026-03-19T02:57:32.579Z Downloaded oso v0.27.3
9152026-03-19T02:57:32.579Z Downloaded postgres-types v0.2.12
9162026-03-19T02:57:32.579Z Downloaded parse-display v0.10.0
9172026-03-19T02:57:32.579Z Downloaded r2d2 v0.8.10
9182026-03-19T02:57:32.579Z Downloaded psl-types v2.0.11
9192026-03-19T02:57:32.589Z Downloaded polyval v0.6.2
9202026-03-19T02:57:32.589Z Downloaded goblin v0.10.5
9212026-03-19T02:57:32.593Z Downloaded rustc_version v0.4.1
9222026-03-19T02:57:32.594Z Downloaded pem-rfc7468 v0.7.0
9232026-03-19T02:57:32.594Z Downloaded hkdf v0.12.4
9242026-03-19T02:57:32.594Z Downloaded aes-gcm v0.10.3
9252026-03-19T02:57:32.597Z Downloaded itertools v0.14.0
9262026-03-19T02:57:32.602Z Downloaded rand_core v0.9.5
9272026-03-19T02:57:32.606Z Downloaded progenitor v0.10.0
9282026-03-19T02:57:32.606Z Downloaded pkcs5 v0.7.1
9292026-03-19T02:57:32.615Z Downloaded same-file v1.0.6
9302026-03-19T02:57:32.615Z Downloaded rustls-pemfile v1.0.4
9312026-03-19T02:57:32.615Z Downloaded progenitor-macro v0.11.2
9322026-03-19T02:57:32.615Z Downloaded pin-project v1.1.11
9332026-03-19T02:57:32.622Z Downloaded resolv-conf v0.7.6
9342026-03-19T02:57:32.626Z Downloaded scrypt v0.11.0
9352026-03-19T02:57:32.626Z Downloaded rand_seeder v0.4.0
9362026-03-19T02:57:32.635Z Downloaded mio v1.1.1
9372026-03-19T02:57:32.641Z Downloaded scroll_derive v0.13.1
9382026-03-19T02:57:32.641Z Downloaded scopeguard v1.2.0
9392026-03-19T02:57:32.641Z Downloaded proc-macro-crate v1.3.1
9402026-03-19T02:57:32.641Z Downloaded minimal-lexical v0.2.1
9412026-03-19T02:57:32.641Z Downloaded rustls-native-certs v0.8.3
9422026-03-19T02:57:32.650Z Downloaded pin-project-internal v1.1.11
9432026-03-19T02:57:32.650Z Downloaded p256 v0.13.2
9442026-03-19T02:57:32.659Z Downloaded openssl-sys v0.9.111
9452026-03-19T02:57:32.659Z Downloaded secrecy v0.10.3
9462026-03-19T02:57:32.659Z Downloaded serde-big-array v0.5.1
9472026-03-19T02:57:32.659Z Downloaded libm v0.2.16
9482026-03-19T02:57:32.664Z Downloaded rustls-pemfile v2.2.0
9492026-03-19T02:57:32.669Z Downloaded hickory-server v0.25.2
9502026-03-19T02:57:32.685Z Downloaded progenitor-impl v0.11.2
9512026-03-19T02:57:32.685Z Downloaded seq-macro v0.3.6
9522026-03-19T02:57:32.690Z Downloaded slab v0.4.12
9532026-03-19T02:57:32.690Z Downloaded serde_bytes v0.11.19
9542026-03-19T02:57:32.690Z Downloaded quinn-udp v0.5.14
9552026-03-19T02:57:32.690Z Downloaded secrecy v0.8.0
9562026-03-19T02:57:32.690Z Downloaded progenitor-impl v0.13.0
9572026-03-19T02:57:32.690Z Downloaded shell-words v1.1.1
9582026-03-19T02:57:32.690Z Downloaded serde_urlencoded v0.7.1
9592026-03-19T02:57:32.690Z Downloaded serde_spanned v1.0.4
9602026-03-19T02:57:32.690Z Downloaded sigpipe v0.1.3
9612026-03-19T02:57:32.690Z Downloaded serde_plain v1.0.2
9622026-03-19T02:57:32.691Z Downloaded git2 v0.20.4
9632026-03-19T02:57:32.696Z Downloaded strum v0.26.3
9642026-03-19T02:57:32.702Z Downloaded slog-envlogger v2.2.0
9652026-03-19T02:57:32.702Z Downloaded russh-keys v0.45.0
9662026-03-19T02:57:32.703Z Downloaded rfc6979 v0.4.0
9672026-03-19T02:57:32.710Z Downloaded pretty_assertions v1.4.1
9682026-03-19T02:57:32.710Z Downloaded progenitor-macro v0.10.0
9692026-03-19T02:57:32.711Z Downloaded siphasher v1.0.2
9702026-03-19T02:57:32.711Z Downloaded scroll v0.13.0
9712026-03-19T02:57:32.711Z Downloaded rusty-fork v0.3.1
9722026-03-19T02:57:32.720Z Downloaded schemars_derive v0.8.22
9732026-03-19T02:57:32.720Z Downloaded postcard v1.1.3
9742026-03-19T02:57:32.720Z Downloaded signature v2.2.0
9752026-03-19T02:57:32.720Z Downloaded prefix-trie v0.7.0
9762026-03-19T02:57:32.720Z Downloaded sha1 v0.10.6
9772026-03-19T02:57:32.730Z Downloaded sec1 v0.7.3
9782026-03-19T02:57:32.730Z Downloaded dropshot v0.16.7
9792026-03-19T02:57:32.743Z Downloaded slog-dtrace v0.3.0
9802026-03-19T02:57:32.748Z Downloaded diesel v2.3.7
9812026-03-19T02:57:32.761Z Downloaded ssh-cipher v0.2.0
9822026-03-19T02:57:32.766Z Downloaded sqlparser_derive v0.5.0
9832026-03-19T02:57:32.766Z Downloaded signal-hook-tokio v0.3.1
9842026-03-19T02:57:32.766Z Downloaded serde_repr v0.1.20
9852026-03-19T02:57:32.766Z Downloaded simd-adler32 v0.3.8
9862026-03-19T02:57:32.772Z Downloaded serde_derive_internals v0.29.1
9872026-03-19T02:57:32.772Z Downloaded sync-ptr v0.1.4
9882026-03-19T02:57:32.772Z Downloaded sync_wrapper v1.0.2
9892026-03-19T02:57:32.772Z Downloaded strum v0.27.2
9902026-03-19T02:57:32.772Z Downloaded structmeta-derive v0.3.0
9912026-03-19T02:57:32.772Z Downloaded spki v0.7.3
9922026-03-19T02:57:32.778Z Downloaded rayon-core v1.13.0
9932026-03-19T02:57:32.790Z Downloaded tagptr v0.2.0
9942026-03-19T02:57:32.790Z Downloaded tabled_derive v0.11.0
9952026-03-19T02:57:32.790Z Downloaded subtle v2.6.1
9962026-03-19T02:57:32.790Z Downloaded signal-hook-registry v1.4.8
9972026-03-19T02:57:32.790Z Downloaded nom v7.1.3
9982026-03-19T02:57:32.802Z Downloaded itertools v0.10.5
9992026-03-19T02:57:32.802Z Downloaded signal-hook-mio v0.2.5
10002026-03-19T02:57:32.803Z Downloaded slog-term v2.9.2
10012026-03-19T02:57:32.803Z Downloaded slog-stdlog v4.1.1
10022026-03-19T02:57:32.803Z Downloaded shlex v1.3.0
10032026-03-19T02:57:32.807Z Downloaded rand_chacha v0.3.1
10042026-03-19T02:57:32.807Z Downloaded p521 v0.13.3
10052026-03-19T02:57:32.807Z Downloaded testing_table v0.3.0
10062026-03-19T02:57:32.807Z Downloaded predicates v3.1.4
10072026-03-19T02:57:32.807Z Downloaded itertools v0.12.1
10082026-03-19T02:57:32.811Z Downloaded tinyvec_macros v0.1.1
10092026-03-19T02:57:32.816Z Downloaded time-core v0.1.8
10102026-03-19T02:57:32.816Z Downloaded thiserror-impl-no-std v2.0.2
10112026-03-19T02:57:32.820Z Downloaded similar v2.7.0
10122026-03-19T02:57:32.820Z Downloaded thread-id v5.1.0
10132026-03-19T02:57:32.828Z Downloaded progenitor v0.13.0
10142026-03-19T02:57:32.828Z Downloaded p384 v0.13.1
10152026-03-19T02:57:32.832Z Downloaded strum_macros v0.24.3
10162026-03-19T02:57:32.832Z Downloaded strip-ansi-escapes v0.2.1
10172026-03-19T02:57:32.832Z Downloaded string_cache v0.8.9
10182026-03-19T02:57:32.838Z Downloaded static_assertions v1.1.0
10192026-03-19T02:57:32.838Z Downloaded salsa20 v0.10.2
10202026-03-19T02:57:32.841Z Downloaded smf v0.2.3
10212026-03-19T02:57:32.841Z Downloaded smallvec v0.6.14
10222026-03-19T02:57:32.841Z Downloaded slog-scope v4.4.1
10232026-03-19T02:57:32.841Z Downloaded serde_cbor v0.11.2
10242026-03-19T02:57:32.844Z Downloaded ron v0.8.1
10252026-03-19T02:57:32.846Z Downloaded topological-sort v0.2.2
10262026-03-19T02:57:32.851Z Downloaded serde_with_macros v3.17.0
10272026-03-19T02:57:32.873Z Downloaded support-bundle-viewer v0.1.2
10282026-03-19T02:57:32.873Z Downloaded rustls-webpki v0.103.9
10292026-03-19T02:57:32.873Z Downloaded slog v2.8.2
10302026-03-19T02:57:32.883Z Downloaded libxml v0.3.3
10312026-03-19T02:57:32.883Z Downloaded serde_path_to_error v0.1.20
10322026-03-19T02:57:32.883Z Downloaded prettyplease v0.2.37
10332026-03-19T02:57:32.883Z Downloaded progenitor-impl v0.10.0
10342026-03-19T02:57:32.883Z Downloaded termtree v0.5.1
10352026-03-19T02:57:32.883Z Downloaded rcgen v0.12.1
10362026-03-19T02:57:32.883Z Downloaded tower-service v0.3.3
10372026-03-19T02:57:32.883Z Downloaded num-bigint v0.4.6
10382026-03-19T02:57:32.890Z Downloaded iddqd v0.3.17
10392026-03-19T02:57:32.890Z Downloaded try-lock v0.2.5
10402026-03-19T02:57:32.890Z Downloaded trait-variant v0.1.2
10412026-03-19T02:57:32.890Z Downloaded ssh-encoding v0.2.0
10422026-03-19T02:57:32.897Z Downloaded signal-hook v0.3.18
10432026-03-19T02:57:32.897Z Downloaded slog-async v2.8.0
10442026-03-19T02:57:32.897Z Downloaded tower-layer v0.3.3
10452026-03-19T02:57:32.897Z Downloaded tokio-rustls v0.25.0
10462026-03-19T02:57:32.902Z Downloaded tls_codec_derive v0.4.2
10472026-03-19T02:57:32.902Z Downloaded tls_codec v0.4.2
10482026-03-19T02:57:32.902Z Downloaded tokio-dtrace v0.1.1
10492026-03-19T02:57:32.902Z Downloaded structmeta v0.3.0
10502026-03-19T02:57:32.909Z Downloaded rand_chacha v0.9.0
10512026-03-19T02:57:32.909Z Downloaded spin v0.9.8
10522026-03-19T02:57:32.909Z Downloaded rustls-pki-types v1.14.0
10532026-03-19T02:57:32.933Z Downloaded tokio-tungstenite v0.21.0
10542026-03-19T02:57:32.933Z Downloaded tokio-native-tls v0.3.1
10552026-03-19T02:57:32.934Z Downloaded tokio-macros v2.6.0
10562026-03-19T02:57:32.934Z Downloaded aho-corasick v1.1.4
10572026-03-19T02:57:32.934Z Downloaded tap v1.0.1
10582026-03-19T02:57:32.934Z Downloaded supports-color v3.0.2
10592026-03-19T02:57:32.934Z Downloaded iri-string v0.7.10
10602026-03-19T02:57:32.934Z Downloaded unarray v0.1.4
10612026-03-19T02:57:32.934Z Downloaded typify-macro v0.6.1
10622026-03-19T02:57:32.940Z Downloaded time-macros v0.2.27
10632026-03-19T02:57:32.940Z Downloaded tabwriter v1.4.1
10642026-03-19T02:57:32.940Z Downloaded stringprep v0.1.5
10652026-03-19T02:57:32.940Z Downloaded thiserror-no-std v2.0.2
10662026-03-19T02:57:32.940Z Downloaded unit-prefix v0.5.2
10672026-03-19T02:57:32.940Z Downloaded typify-macro v0.4.3
10682026-03-19T02:57:32.940Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10692026-03-19T02:57:32.946Z Downloaded slog-bunyan v2.5.0
10702026-03-19T02:57:32.946Z Downloaded semver v0.1.20
10712026-03-19T02:57:32.946Z Downloaded scheduled-thread-pool v0.2.7
10722026-03-19T02:57:32.947Z Downloaded sqlformat v0.3.5
10732026-03-19T02:57:32.947Z Downloaded rustls-platform-verifier v0.6.2
10742026-03-19T02:57:32.955Z Downloaded toml_writer v1.0.6+spec-1.1.0
10752026-03-19T02:57:32.955Z Downloaded term v1.2.1
10762026-03-19T02:57:32.956Z Downloaded schemars v0.9.0
10772026-03-19T02:57:32.977Z Downloaded untrusted v0.9.0
10782026-03-19T02:57:32.977Z Downloaded schemars v0.8.22
10792026-03-19T02:57:32.977Z Downloaded tokio-tungstenite v0.23.1
10802026-03-19T02:57:32.977Z Downloaded aws-lc-rs v1.16.0
10812026-03-19T02:57:32.999Z Downloaded utf-8 v0.7.6
10822026-03-19T02:57:32.999Z Downloaded twox-hash v2.1.2
10832026-03-19T02:57:32.999Z Downloaded snafu-derive v0.8.9
10842026-03-19T02:57:33.015Z Downloaded usdt-attr-macro v0.6.0
10852026-03-19T02:57:33.015Z Downloaded usdt v0.6.0
10862026-03-19T02:57:33.015Z Downloaded universal-hash v0.5.1
10872026-03-19T02:57:33.015Z Downloaded steno v0.4.1
10882026-03-19T02:57:33.015Z Downloaded tokio-rustls v0.26.4
10892026-03-19T02:57:33.015Z Downloaded want v0.3.1
10902026-03-19T02:57:33.015Z Downloaded socket2 v0.5.10
10912026-03-19T02:57:33.015Z Downloaded thread_local v1.1.9
10922026-03-19T02:57:33.015Z Downloaded socket2 v0.6.2
10932026-03-19T02:57:33.016Z Downloaded termios v0.3.3
10942026-03-19T02:57:33.016Z Downloaded sapling-renderdag v0.1.0
10952026-03-19T02:57:33.016Z Downloaded quinn v0.11.9
10962026-03-19T02:57:33.016Z Downloaded xshell-macros v0.2.7
10972026-03-19T02:57:33.016Z Downloaded wait-timeout v0.2.1
10982026-03-19T02:57:33.017Z Downloaded void v1.0.2
10992026-03-19T02:57:33.017Z Downloaded waitgroup v0.1.2
11002026-03-19T02:57:33.025Z Downloaded num-bigint-dig v0.8.6
11012026-03-19T02:57:33.025Z Downloaded unicode-truncate v1.1.0
11022026-03-19T02:57:33.026Z Downloaded strum_macros v0.27.2
11032026-03-19T02:57:33.026Z Downloaded rand v0.8.5
11042026-03-19T02:57:33.026Z Downloaded rustc_version v0.1.7
11052026-03-19T02:57:33.026Z Downloaded take_mut v0.2.2
11062026-03-19T02:57:33.026Z Downloaded serde-hex v0.1.0
11072026-03-19T02:57:33.026Z Downloaded toml_parser v1.0.9+spec-1.1.0
11082026-03-19T02:57:33.039Z Downloaded tracing-attributes v0.1.31
11092026-03-19T02:57:33.039Z Downloaded rand v0.9.2
11102026-03-19T02:57:33.039Z Downloaded publicsuffix v2.3.0
11112026-03-19T02:57:33.039Z Downloaded itertools v0.13.0
11122026-03-19T02:57:33.059Z Downloaded tui-tree-widget v0.23.1
11132026-03-19T02:57:33.060Z Downloaded samael v0.0.19
11142026-03-19T02:57:33.060Z Downloaded xattr v1.6.1
11152026-03-19T02:57:33.060Z Downloaded tokio-rustls v0.24.1
11162026-03-19T02:57:33.060Z Downloaded vergen-git2 v1.0.7
11172026-03-19T02:57:33.072Z Downloaded untrusted v0.7.1
11182026-03-19T02:57:33.072Z Downloaded stacker v0.1.23
11192026-03-19T02:57:33.072Z Downloaded usdt-macro v0.6.0
11202026-03-19T02:57:33.072Z Downloaded sct v0.7.1
11212026-03-19T02:57:33.072Z Downloaded zone_cfg_derive v0.3.1
11222026-03-19T02:57:33.072Z Downloaded hickory-proto v0.25.2
11232026-03-19T02:57:33.079Z Downloaded tinyvec v1.10.0
11242026-03-19T02:57:33.080Z Downloaded tiny-keccak v2.0.2
11252026-03-19T02:57:33.080Z Downloaded bitvec v1.0.1
11262026-03-19T02:57:33.088Z Downloaded unicase v2.9.0
11272026-03-19T02:57:33.088Z Downloaded vergen-gitcl v1.0.8
11282026-03-19T02:57:33.089Z Downloaded uzers v0.12.2
11292026-03-19T02:57:33.100Z Downloaded unicode-properties v0.1.4
11302026-03-19T02:57:33.100Z Downloaded toml v0.7.8
11312026-03-19T02:57:33.101Z Downloaded xshell v0.2.7
11322026-03-19T02:57:33.101Z Downloaded nix v0.29.0
11332026-03-19T02:57:33.112Z Downloaded vergen-lib v0.1.6
11342026-03-19T02:57:33.112Z Downloaded schemars v1.2.1
11352026-03-19T02:57:33.118Z Downloaded snafu v0.8.9
11362026-03-19T02:57:33.118Z Downloaded whoami v2.1.0
11372026-03-19T02:57:33.125Z Downloaded zeroize v1.8.2
11382026-03-19T02:57:33.125Z Downloaded whoami v1.6.1
11392026-03-19T02:57:33.133Z Downloaded ryu v1.0.23
11402026-03-19T02:57:33.133Z Downloaded zone v0.3.1
11412026-03-19T02:57:33.134Z Downloaded tungstenite v0.23.0
11422026-03-19T02:57:33.134Z Downloaded zstd v0.13.3
11432026-03-19T02:57:33.141Z Downloaded tokio-stream v0.1.18
11442026-03-19T02:57:33.141Z Downloaded term v0.7.0
11452026-03-19T02:57:33.141Z Downloaded wyz v0.5.1
11462026-03-19T02:57:33.149Z Downloaded vsss-rs v3.3.4
11472026-03-19T02:57:33.149Z Downloaded ron v0.12.0
11482026-03-19T02:57:33.149Z Downloaded zeroize_derive v1.4.3
11492026-03-19T02:57:33.157Z Downloaded vergen v9.0.6
11502026-03-19T02:57:33.157Z Downloaded toml v0.9.12+spec-1.1.0
11512026-03-19T02:57:33.158Z Downloaded tracing-core v0.1.36
11522026-03-19T02:57:33.158Z Downloaded xz2 v0.1.7
11532026-03-19T02:57:33.158Z Downloaded typify v0.6.1
11542026-03-19T02:57:33.168Z Downloaded rustyline v14.0.0
11552026-03-19T02:57:33.175Z Downloaded bindgen v0.71.1
11562026-03-19T02:57:33.175Z Downloaded walkdir v2.5.0
11572026-03-19T02:57:33.175Z Downloaded reedline v0.40.0
11582026-03-19T02:57:33.179Z Downloaded yasna v0.5.2
11592026-03-19T02:57:33.179Z Downloaded subprocess v0.2.15
11602026-03-19T02:57:33.186Z Downloaded serde_yaml v0.9.34+deprecated
11612026-03-19T02:57:33.191Z Downloaded test-strategy v0.4.5
11622026-03-19T02:57:33.191Z Downloaded zstd-safe v7.2.4
11632026-03-19T02:57:33.191Z Downloaded usdt-impl v0.6.0
11642026-03-19T02:57:33.191Z Downloaded toml_edit v0.19.15
11652026-03-19T02:57:33.210Z Downloaded zerocopy v0.6.6
11662026-03-19T02:57:33.216Z Downloaded quick-xml v0.37.5
11672026-03-19T02:57:33.217Z Downloaded regex v1.12.3
11682026-03-19T02:57:33.217Z Downloaded unsafe-libyaml v0.2.11
11692026-03-19T02:57:33.224Z Downloaded toml_edit v0.23.10+spec-1.0.0
11702026-03-19T02:57:33.224Z Downloaded vte v0.14.1
11712026-03-19T02:57:33.232Z Downloaded zopfli v0.8.3
11722026-03-19T02:57:33.232Z Downloaded uuid v1.21.0
11732026-03-19T02:57:33.232Z Downloaded rsa v0.9.10
11742026-03-19T02:57:33.242Z Downloaded tungstenite v0.21.0
11752026-03-19T02:57:33.242Z Downloaded rustls-webpki v0.101.7
11762026-03-19T02:57:33.246Z Downloaded typify v0.4.3
11772026-03-19T02:57:33.294Z Downloaded unicode_categories v0.1.1
11782026-03-19T02:57:33.294Z Downloaded yansi v1.0.1
11792026-03-19T02:57:33.294Z Downloaded unicode-bidi v0.3.18
11802026-03-19T02:57:33.294Z Downloaded nix v0.27.1
11812026-03-19T02:57:33.294Z Downloaded openssl v0.10.75
11822026-03-19T02:57:33.299Z Downloaded moka v0.12.13
11832026-03-19T02:57:33.299Z Downloaded tokio-postgres v0.7.16
11842026-03-19T02:57:33.299Z Downloaded typed-path v0.9.3
11852026-03-19T02:57:33.300Z Downloaded hickory-proto v0.24.4
11862026-03-19T02:57:33.300Z Downloaded zerocopy-derive v0.8.40
11872026-03-19T02:57:33.309Z Downloaded object v0.37.3
11882026-03-19T02:57:33.319Z Downloaded ssh-key v0.6.7
11892026-03-19T02:57:33.335Z Downloaded x509-cert v0.2.5
11902026-03-19T02:57:33.336Z Downloaded zip v0.6.6
11912026-03-19T02:57:33.336Z Downloaded unicode-segmentation v1.12.0
11922026-03-19T02:57:33.353Z Downloaded tokio-util v0.7.18
11932026-03-19T02:57:33.353Z Downloaded reqwest v0.13.2
11942026-03-19T02:57:33.353Z Downloaded unicode-normalization v0.1.25
11952026-03-19T02:57:33.353Z Downloaded rpassword v7.4.0
11962026-03-19T02:57:33.366Z Downloaded nix v0.31.1
11972026-03-19T02:57:33.366Z Downloaded zip v4.6.1
11982026-03-19T02:57:33.366Z Downloaded openapiv3 v2.2.0
11992026-03-19T02:57:33.371Z Downloaded regex-syntax v0.6.29
12002026-03-19T02:57:33.371Z Downloaded rayon v1.11.0
12012026-03-19T02:57:33.380Z Downloaded serde_with v3.17.0
12022026-03-19T02:57:33.445Z Downloaded radix_trie v0.2.1
12032026-03-19T02:57:33.446Z Downloaded petname v2.0.2
12042026-03-19T02:57:33.446Z Downloaded object v0.30.4
12052026-03-19T02:57:33.446Z Downloaded time v0.3.47
12062026-03-19T02:57:33.446Z Downloaded tower-http v0.6.8
12072026-03-19T02:57:33.446Z Downloaded proptest v1.10.0
12082026-03-19T02:57:33.446Z Downloaded winnow v0.6.26
12092026-03-19T02:57:33.446Z Downloaded rustls-webpki v0.102.8
12102026-03-19T02:57:33.450Z Downloaded smoltcp v0.9.1
12112026-03-19T02:57:33.455Z Downloaded smoltcp v0.11.0
12122026-03-19T02:57:33.462Z Downloaded tabled v0.20.0
12132026-03-19T02:57:33.475Z Downloaded winnow v0.5.40
12142026-03-19T02:57:33.482Z Downloaded chrono-tz v0.10.4
12152026-03-19T02:57:33.497Z Downloaded rustls v0.21.12
12162026-03-19T02:57:33.505Z Downloaded zerocopy v0.8.40
12172026-03-19T02:57:33.513Z Downloaded polar-core v0.27.3
12182026-03-19T02:57:33.519Z Downloaded zlib-rs v0.6.2
12192026-03-19T02:57:33.524Z Downloaded vcpkg v0.2.15
12202026-03-19T02:57:33.555Z Downloaded webpki-roots v1.0.6
12212026-03-19T02:57:33.559Z Downloaded regex-syntax v0.8.10
12222026-03-19T02:57:33.563Z Downloaded rustls v0.23.37
12232026-03-19T02:57:33.573Z Downloaded rustls v0.22.4
12242026-03-19T02:57:33.582Z Downloaded rustix v0.38.44
12252026-03-19T02:57:33.609Z Downloaded regress v0.10.5
12262026-03-19T02:57:33.616Z Downloaded reqwest v0.12.28
12272026-03-19T02:57:33.616Z Downloaded csv v1.4.0
12282026-03-19T02:57:33.627Z Downloaded tower v0.5.3
12292026-03-19T02:57:33.634Z Downloaded ratatui v0.29.0
12302026-03-19T02:57:33.649Z Downloaded tough v0.20.0
12312026-03-19T02:57:33.680Z Downloaded salty v0.3.0
12322026-03-19T02:57:33.684Z Downloaded sqlparser v0.61.0
12332026-03-19T02:57:33.695Z Downloaded quinn-proto v0.11.13
12342026-03-19T02:57:33.698Z Downloaded jiff v0.2.21
12352026-03-19T02:57:33.720Z Downloaded portable-atomic v1.13.1
12362026-03-19T02:57:33.731Z Downloaded lalrpop v0.19.12
12372026-03-19T02:57:33.737Z Downloaded nix v0.28.0
12382026-03-19T02:57:33.737Z Downloaded zerocopy-derive v0.6.6
12392026-03-19T02:57:33.741Z Downloaded sled v0.34.7
12402026-03-19T02:57:33.749Z Downloaded typify-impl v0.6.1
12412026-03-19T02:57:33.758Z Downloaded bzip2-sys v0.1.13+1.0.8
12422026-03-19T02:57:33.765Z Downloaded petgraph v0.6.5
12432026-03-19T02:57:33.778Z Downloaded typify-impl v0.4.3
12442026-03-19T02:57:33.787Z Downloaded tracing v0.1.44
12452026-03-19T02:57:33.801Z Downloaded chrono v0.4.44
12462026-03-19T02:57:33.806Z Downloaded blake3 v1.8.3
12472026-03-19T02:57:33.814Z Downloaded tar v0.4.44
12482026-03-19T02:57:33.817Z Downloaded slog-json v2.6.1
12492026-03-19T02:57:33.817Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12502026-03-19T02:57:33.829Z Downloaded rand v0.10.0
12512026-03-19T02:57:33.832Z Downloaded strum_macros v0.26.4
12522026-03-19T02:57:33.837Z Downloaded regex-automata v0.4.14
12532026-03-19T02:57:33.845Z Downloaded russh v0.45.0
12542026-03-19T02:57:33.849Z Downloaded lzma-sys v0.1.20
12552026-03-19T02:57:33.870Z Downloaded rustversion v1.0.22
12562026-03-19T02:57:33.874Z Downloaded futures-util v0.3.32
12572026-03-19T02:57:33.880Z Downloaded tokio v1.49.0
12582026-03-19T02:57:33.909Z Downloaded qorb v0.4.1
12592026-03-19T02:57:33.913Z Downloaded petgraph v0.8.3
12602026-03-19T02:57:33.928Z Downloaded encoding_rs v0.8.35
12612026-03-19T02:57:33.943Z Downloaded hyper v1.8.1
12622026-03-19T02:57:33.949Z Downloaded http v1.4.0
12632026-03-19T02:57:33.958Z Downloaded rand_core v0.10.0
12642026-03-19T02:57:33.958Z Downloaded rand_core v0.6.4
12652026-03-19T02:57:33.958Z Downloaded sha3 v0.10.8
12662026-03-19T02:57:33.958Z Downloaded libz-sys v1.1.24
12672026-03-19T02:57:33.972Z Downloaded curve25519-dalek v4.1.3
12682026-03-19T02:57:33.978Z Downloaded aes v0.8.4
12692026-03-19T02:57:33.981Z Downloaded oxide-tokio-rt v0.1.3
12702026-03-19T02:57:33.984Z Downloaded const_format v0.2.35
12712026-03-19T02:57:33.987Z Downloaded h2 v0.4.13
12722026-03-19T02:57:33.990Z Downloaded progenitor-client v0.13.0
12732026-03-19T02:57:33.990Z Downloaded jiff-static v0.2.21
12742026-03-19T02:57:33.993Z Downloaded parse-display-derive v0.10.0
12752026-03-19T02:57:33.994Z Downloaded indicatif v0.18.4
12762026-03-19T02:57:33.997Z Downloaded hickory-resolver v0.25.2
12772026-03-19T02:57:34.000Z Downloaded hashbrown v0.15.5
12782026-03-19T02:57:34.005Z Downloaded phf_shared v0.11.3
12792026-03-19T02:57:34.005Z Downloaded omicron-zone-package v0.12.2
12802026-03-19T02:57:34.005Z Downloaded phf v0.12.1
12812026-03-19T02:57:34.009Z Downloaded num-derive v0.3.3
12822026-03-19T02:57:34.009Z Downloaded base64 v0.21.7
12832026-03-19T02:57:34.012Z Downloaded bitflags v1.3.2
12842026-03-19T02:57:34.012Z Downloaded bit-vec v0.6.3
12852026-03-19T02:57:34.015Z Downloaded float-cmp v0.10.0
12862026-03-19T02:57:34.015Z Downloaded embedded-io v0.6.1
12872026-03-19T02:57:34.015Z Downloaded dropshot_endpoint v0.16.7
12882026-03-19T02:57:34.019Z Downloaded cbc v0.1.2
12892026-03-19T02:57:34.019Z Downloaded bit-set v0.5.3
12902026-03-19T02:57:34.019Z Downloaded bcs v0.1.6
12912026-03-19T02:57:34.024Z Downloaded endian-type v0.1.2
12922026-03-19T02:57:34.024Z Downloaded drift v0.1.3
12932026-03-19T02:57:34.029Z Downloaded deranged v0.5.8
12942026-03-19T02:57:34.029Z Downloaded crunchy v0.2.4
12952026-03-19T02:57:34.029Z Downloaded hash32 v0.3.1
12962026-03-19T02:57:34.029Z Downloaded git-stub v1.0.0
12972026-03-19T02:57:34.029Z Downloaded gethostname v0.5.0
12982026-03-19T02:57:34.033Z Downloaded console v0.15.11
12992026-03-19T02:57:34.033Z Downloaded cassowary v0.3.0
13002026-03-19T02:57:34.033Z Downloaded blowfish v0.9.1
13012026-03-19T02:57:34.033Z Downloaded argon2 v0.5.3
13022026-03-19T02:57:34.037Z Downloaded ciborium-io v0.2.2
13032026-03-19T02:57:34.037Z Downloaded libgit2-sys v0.18.3+1.9.2
13042026-03-19T02:57:34.076Z Downloaded crc8 v0.1.1
13052026-03-19T02:57:34.079Z Downloaded cobs v0.3.0
13062026-03-19T02:57:34.079Z Downloaded cfg_aliases v0.1.1
13072026-03-19T02:57:34.079Z Downloaded bit-set v0.8.0
13082026-03-19T02:57:34.080Z Downloaded async-stream v0.3.6
13092026-03-19T02:57:34.084Z Downloaded block-padding v0.3.3
13102026-03-19T02:57:34.084Z Downloaded async-stream-impl v0.3.6
13112026-03-19T02:57:34.084Z Downloaded bitfield-struct v0.6.2
13122026-03-19T02:57:34.084Z Downloaded bit-vec v0.8.0
13132026-03-19T02:57:34.084Z Downloaded float-ord v0.3.2
13142026-03-19T02:57:34.085Z Downloaded dunce v1.0.5
13152026-03-19T02:57:34.085Z Downloaded base16ct v1.0.0
13162026-03-19T02:57:34.098Z Downloaded ring v0.17.14
13172026-03-19T02:57:34.709Z Downloaded aws-lc-sys v0.37.1
13182026-03-19T02:57:35.049Z Compiling libc v0.2.180
13192026-03-19T02:57:35.053Z Compiling serde v1.0.228
13202026-03-19T02:57:35.053Z Compiling log v0.4.29
13212026-03-19T02:57:35.053Z Compiling find-msvc-tools v0.1.9
13222026-03-19T02:57:35.053Z Compiling shlex v1.3.0
13232026-03-19T02:57:35.053Z Compiling smallvec v1.15.1
13242026-03-19T02:57:35.053Z Compiling typenum v1.19.0
13252026-03-19T02:57:35.053Z Compiling subtle v2.6.1
13262026-03-19T02:57:35.282Z Compiling generic-array v0.14.7
13272026-03-19T02:57:35.287Z Compiling scopeguard v1.2.0
13282026-03-19T02:57:35.319Z Compiling portable-atomic v1.13.1
13292026-03-19T02:57:35.405Z Compiling const-oid v0.9.6
13302026-03-19T02:57:35.408Z Compiling critical-section v1.2.0
13312026-03-19T02:57:35.408Z Compiling zerocopy v0.8.40
13322026-03-19T02:57:35.426Z Compiling syn v2.0.117
13332026-03-19T02:57:35.493Z Compiling lock_api v0.4.14
13342026-03-19T02:57:35.562Z Compiling pin-project-lite v0.2.17
13352026-03-19T02:57:35.573Z Compiling parking_lot_core v0.9.12
13362026-03-19T02:57:35.573Z Compiling serde_json v1.0.149
13372026-03-19T02:57:35.587Z Compiling pkg-config v0.3.32
13382026-03-19T02:57:35.613Z Compiling bitflags v2.11.0
13392026-03-19T02:57:35.617Z Compiling libm v0.2.16
13402026-03-19T02:57:35.702Z Compiling num-traits v0.2.19
13412026-03-19T02:57:35.710Z Compiling futures-core v0.3.32
13422026-03-19T02:57:35.776Z Compiling percent-encoding v2.3.2
13432026-03-19T02:57:35.806Z Compiling allocator-api2 v0.2.21
13442026-03-19T02:57:35.892Z Compiling cpufeatures v0.2.17
13452026-03-19T02:57:35.984Z Compiling foldhash v0.2.0
13462026-03-19T02:57:35.991Z Compiling futures-sink v0.3.32
13472026-03-19T02:57:36.077Z Compiling slab v0.4.12
13482026-03-19T02:57:36.077Z Compiling futures-task v0.3.32
13492026-03-19T02:57:36.099Z Compiling futures-io v0.3.32
13502026-03-19T02:57:36.164Z Compiling futures-channel v0.3.32
13512026-03-19T02:57:36.208Z Compiling getrandom v0.4.1
13522026-03-19T02:57:36.217Z Compiling rustversion v1.0.22
13532026-03-19T02:57:36.294Z Compiling hashbrown v0.16.1
13542026-03-19T02:57:36.320Z Compiling rand_core v0.10.0
13552026-03-19T02:57:36.358Z Compiling getrandom v0.3.4
13562026-03-19T02:57:36.368Z Compiling form_urlencoded v1.2.2
13572026-03-19T02:57:36.404Z Compiling dunce v1.0.5
13582026-03-19T02:57:36.427Z Compiling ident_case v1.0.1
13592026-03-19T02:57:36.504Z Compiling base64ct v1.8.3
13602026-03-19T02:57:36.550Z Compiling getrandom v0.2.17
13612026-03-19T02:57:36.574Z Compiling jobserver v0.1.34
13622026-03-19T02:57:36.591Z Compiling errno v0.3.14
13632026-03-19T02:57:36.647Z Compiling mio v1.1.1
13642026-03-19T02:57:36.652Z Compiling socket2 v0.6.2
13652026-03-19T02:57:36.707Z Compiling fs_extra v1.3.0
13662026-03-19T02:57:36.743Z Compiling rand_core v0.6.4
13672026-03-19T02:57:36.837Z Compiling signal-hook-registry v1.4.8
13682026-03-19T02:57:36.865Z Compiling cc v1.2.56
13692026-03-19T02:57:36.895Z Compiling once_cell v1.21.3
13702026-03-19T02:57:37.006Z Compiling parking_lot v0.12.5
13712026-03-19T02:57:37.025Z Compiling indexmap v2.13.0
13722026-03-19T02:57:37.095Z Compiling pem-rfc7468 v0.7.0
13732026-03-19T02:57:37.118Z Compiling flagset v0.4.7
13742026-03-19T02:57:37.122Z Compiling rustix v1.1.3
13752026-03-19T02:57:37.122Z Compiling iana-time-zone v0.1.65
13762026-03-19T02:57:37.185Z Compiling uuid v1.21.0
13772026-03-19T02:57:37.189Z Compiling rustc_version v0.4.1
13782026-03-19T02:57:37.253Z Compiling vcpkg v0.2.15
13792026-03-19T02:57:37.301Z Compiling regex-syntax v0.8.10
13802026-03-19T02:57:37.317Z Compiling aws-lc-rs v1.16.0
13812026-03-19T02:57:37.515Z Compiling tracing-core v0.1.36
13822026-03-19T02:57:37.539Z Compiling crossbeam-utils v0.8.21
13832026-03-19T02:57:37.595Z Compiling rand_core v0.9.5
13842026-03-19T02:57:37.682Z Compiling schemars v0.8.22
13852026-03-19T02:57:37.714Z Compiling openssl-probe v0.2.1
13862026-03-19T02:57:37.719Z Compiling syn v1.0.109
13872026-03-19T02:57:37.869Z Compiling cmake v0.1.57
13882026-03-19T02:57:37.917Z Compiling untrusted v0.9.0
13892026-03-19T02:57:37.969Z Compiling untrusted v0.7.1
13902026-03-19T02:57:37.973Z Compiling httparse v1.10.1
13912026-03-19T02:57:37.974Z Compiling base64 v0.22.1
13922026-03-19T02:57:38.101Z Compiling try-lock v0.2.5
13932026-03-19T02:57:38.106Z Compiling tower-service v0.3.3
13942026-03-19T02:57:38.147Z Compiling tinyvec_macros v0.1.1
13952026-03-19T02:57:38.150Z Compiling atomic-waker v1.1.2
13962026-03-19T02:57:38.270Z Compiling dyn-clone v1.0.20
13972026-03-19T02:57:38.281Z Compiling tower-layer v0.3.3
13982026-03-19T02:57:38.317Z Compiling rustls v0.23.37
13992026-03-19T02:57:38.317Z Compiling tinyvec v1.10.0
14002026-03-19T02:57:38.372Z Compiling want v0.3.1
14012026-03-19T02:57:38.385Z Compiling spin v0.9.8
14022026-03-19T02:57:38.413Z Compiling aho-corasick v1.1.4
14032026-03-19T02:57:38.437Z Compiling time-core v0.1.8
14042026-03-19T02:57:38.463Z Compiling crc32fast v1.5.0
14052026-03-19T02:57:38.472Z Compiling pin-utils v0.1.0
14062026-03-19T02:57:38.511Z Compiling powerfmt v0.2.0
14072026-03-19T02:57:38.632Z Compiling httpdate v1.0.3
14082026-03-19T02:57:38.657Z Compiling openssl v0.10.75
14092026-03-19T02:57:38.657Z Compiling foreign-types-shared v0.1.1
14102026-03-19T02:57:38.698Z Compiling num-conv v0.2.0
14112026-03-19T02:57:38.707Z Compiling wait-timeout v0.2.1
14122026-03-19T02:57:38.786Z Compiling foreign-types v0.3.2
14132026-03-19T02:57:38.841Z Compiling deranged v0.5.8
14142026-03-19T02:57:38.853Z Compiling either v1.15.0
14152026-03-19T02:57:38.882Z Compiling usdt-impl v0.6.0
14162026-03-19T02:57:38.919Z Compiling siphasher v1.0.2
14172026-03-19T02:57:38.951Z Compiling quick-error v1.2.3
14182026-03-19T02:57:38.965Z Compiling time-macros v0.2.27
14192026-03-19T02:57:38.996Z Compiling num_threads v0.1.7
14202026-03-19T02:57:39.030Z Compiling simd-adler32 v0.3.8
14212026-03-19T02:57:39.049Z Compiling aws-lc-sys v0.37.1
14222026-03-19T02:57:39.078Z Compiling ring v0.17.14
14232026-03-19T02:57:39.121Z Compiling openssl-sys v0.9.111
14242026-03-19T02:57:39.148Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14252026-03-19T02:57:39.153Z Compiling bit-vec v0.8.0
14262026-03-19T02:57:39.179Z Compiling native-tls v0.2.18
14272026-03-19T02:57:39.222Z Compiling bzip2-sys v0.1.13+1.0.8
14282026-03-19T02:57:39.396Z Compiling tempfile v3.25.0
14292026-03-19T02:57:39.465Z Compiling bit-set v0.8.0
14302026-03-19T02:57:39.486Z Compiling unicode-normalization v0.1.25
14312026-03-19T02:57:39.515Z Compiling crossbeam-epoch v0.9.18
14322026-03-19T02:57:39.612Z Compiling synstructure v0.13.2
14332026-03-19T02:57:39.680Z Compiling pest_generator v2.8.6
14342026-03-19T02:57:39.718Z Compiling serde_derive_internals v0.29.1
14352026-03-19T02:57:39.751Z Compiling darling_core v0.20.11
14362026-03-19T02:57:39.996Z Compiling regex-automata v0.4.14
14372026-03-19T02:57:40.204Z Compiling rusty-fork v0.3.1
14382026-03-19T02:57:40.244Z Compiling darling_core v0.21.3
14392026-03-19T02:57:40.506Z Compiling slog v2.8.2
14402026-03-19T02:57:40.512Z Compiling time v0.3.47
14412026-03-19T02:57:40.638Z Compiling rand_xorshift v0.4.0
14422026-03-19T02:57:40.697Z Compiling heapless v0.7.17
14432026-03-19T02:57:40.742Z Compiling thread-id v5.1.0
14442026-03-19T02:57:40.777Z Compiling sync_wrapper v1.0.2
14452026-03-19T02:57:40.812Z Compiling cookie v0.18.1
14462026-03-19T02:57:40.867Z Compiling signal-hook v0.3.18
14472026-03-19T02:57:40.893Z Compiling anyhow v1.0.102
14482026-03-19T02:57:40.925Z Compiling paste v1.0.15
14492026-03-19T02:57:41.072Z Compiling unicode-segmentation v1.12.0
14502026-03-19T02:57:41.088Z Compiling rayon-core v1.13.0
14512026-03-19T02:57:41.088Z Compiling adler2 v2.0.1
14522026-03-19T02:57:41.107Z Compiling zstd-safe v7.2.4
14532026-03-19T02:57:41.119Z Compiling unarray v0.1.4
14542026-03-19T02:57:41.239Z Compiling unicode-bidi v0.3.18
14552026-03-19T02:57:41.270Z Compiling unicode-properties v0.1.4
14562026-03-19T02:57:41.358Z Compiling miniz_oxide v0.8.9
14572026-03-19T02:57:41.497Z Compiling crossbeam-deque v0.8.6
14582026-03-19T02:57:41.552Z Compiling num-integer v0.1.46
14592026-03-19T02:57:41.567Z Compiling vergen-lib v0.1.6
14602026-03-19T02:57:41.636Z Compiling curve25519-dalek v4.1.3
14612026-03-19T02:57:41.759Z Compiling stringprep v0.1.5
14622026-03-19T02:57:41.817Z Compiling ff v0.13.1
14632026-03-19T02:57:41.984Z Compiling hash32 v0.2.1
14642026-03-19T02:57:42.007Z Compiling memoffset v0.9.1
14652026-03-19T02:57:42.011Z Compiling psl-types v2.0.11
14662026-03-19T02:57:42.104Z Compiling rustix v0.38.44
14672026-03-19T02:57:42.207Z Compiling num-bigint-dig v0.8.6
14682026-03-19T02:57:42.227Z Compiling smoltcp v0.9.1
14692026-03-19T02:57:42.250Z Compiling serde_derive v1.0.228
14702026-03-19T02:57:42.272Z Compiling zeroize_derive v1.4.3
14712026-03-19T02:57:42.276Z Compiling zerofrom-derive v0.1.6
14722026-03-19T02:57:42.313Z Compiling yoke-derive v0.8.1
14732026-03-19T02:57:42.375Z Compiling zerocopy-derive v0.8.40
14742026-03-19T02:57:42.461Z Compiling zerovec-derive v0.11.2
14752026-03-19T02:57:42.560Z Compiling displaydoc v0.2.5
14762026-03-19T02:57:42.688Z Compiling tokio-macros v2.6.0
14772026-03-19T02:57:42.779Z Compiling futures-macro v0.3.32
14782026-03-19T02:57:43.125Z Compiling der_derive v0.7.3
14792026-03-19T02:57:43.181Z Compiling zeroize v1.8.2
14802026-03-19T02:57:43.597Z Compiling thiserror-impl v2.0.18
14812026-03-19T02:57:43.714Z Compiling rustls-pki-types v1.14.0
14822026-03-19T02:57:43.952Z Compiling tracing-attributes v0.1.31
14832026-03-19T02:57:43.976Z Compiling futures-util v0.3.32
14842026-03-19T02:57:44.003Z Compiling pest_derive v2.8.6
14852026-03-19T02:57:44.042Z Compiling schemars_derive v0.8.22
14862026-03-19T02:57:44.301Z Compiling crypto-common v0.1.7
14872026-03-19T02:57:44.343Z Compiling zerofrom v0.1.6
14882026-03-19T02:57:44.372Z Compiling block-buffer v0.10.4
14892026-03-19T02:57:44.400Z Compiling block-padding v0.3.3
14902026-03-19T02:57:44.520Z Compiling yoke v0.8.1
14912026-03-19T02:57:44.560Z Compiling der v0.7.10
14922026-03-19T02:57:44.599Z Compiling scroll_derive v0.13.1
14932026-03-19T02:57:44.629Z Compiling digest v0.10.7
14942026-03-19T02:57:44.629Z Compiling inout v0.1.4
14952026-03-19T02:57:44.689Z Compiling darling_macro v0.20.11
14962026-03-19T02:57:44.776Z Compiling zerovec v0.11.5
14972026-03-19T02:57:44.873Z Compiling zerotrie v0.2.3
14982026-03-19T02:57:44.997Z Compiling hmac v0.12.1
14992026-03-19T02:57:45.211Z Compiling sha2 v0.10.9
15002026-03-19T02:57:45.275Z Compiling cipher v0.4.4
15012026-03-19T02:57:45.314Z Compiling pbkdf2 v0.12.2
15022026-03-19T02:57:45.468Z Compiling tinystr v0.8.2
15032026-03-19T02:57:45.517Z Compiling potential_utf v0.1.4
15042026-03-19T02:57:45.619Z Compiling thiserror v2.0.18
15052026-03-19T02:57:45.649Z Compiling salsa20 v0.10.2
15062026-03-19T02:57:45.709Z Compiling icu_locale_core v2.1.1
15072026-03-19T02:57:45.738Z Compiling icu_collections v2.1.1
15082026-03-19T02:57:45.757Z Compiling aes v0.8.4
15092026-03-19T02:57:45.780Z Compiling spki v0.7.3
15102026-03-19T02:57:45.843Z Compiling scrypt v0.11.0
15112026-03-19T02:57:45.871Z Compiling cbc v0.1.2
15122026-03-19T02:57:45.918Z Compiling tracing v0.1.44
15132026-03-19T02:57:45.995Z Compiling scroll v0.13.0
15142026-03-19T02:57:46.077Z Compiling darling v0.20.11
15152026-03-19T02:57:46.102Z Compiling thiserror-impl v1.0.69
15162026-03-19T02:57:46.203Z Compiling openssl-macros v0.1.1
15172026-03-19T02:57:46.222Z Compiling derive_builder_core v0.20.2
15182026-03-19T02:57:46.291Z Compiling dtrace-parser v0.3.0
15192026-03-19T02:57:46.346Z Compiling pkcs5 v0.7.1
15202026-03-19T02:57:46.368Z Compiling goblin v0.10.5
15212026-03-19T02:57:46.414Z Compiling signature v2.2.0
15222026-03-19T02:57:46.591Z Compiling icu_provider v2.1.1
15232026-03-19T02:57:46.659Z Compiling rustls-native-certs v0.8.3
15242026-03-19T02:57:46.975Z Compiling icu_properties v2.1.2
15252026-03-19T02:57:47.002Z Compiling icu_normalizer v2.1.1
15262026-03-19T02:57:47.022Z Compiling pkcs8 v0.10.2
15272026-03-19T02:57:47.055Z Compiling scroll_derive v0.12.1
15282026-03-19T02:57:47.087Z Compiling bytes v1.11.1
15292026-03-19T02:57:47.155Z Compiling chrono v0.4.44
15302026-03-19T02:57:47.181Z Compiling ipnet v2.11.0
15312026-03-19T02:57:47.202Z Compiling serde_spanned v0.6.9
15322026-03-19T02:57:47.367Z Compiling serde_tokenstream v0.2.3
15332026-03-19T02:57:47.398Z Compiling erased-serde v0.3.31
15342026-03-19T02:57:47.509Z Compiling derive_builder_macro v0.20.2
15352026-03-19T02:57:47.519Z Compiling toml_datetime v0.6.11
15362026-03-19T02:57:47.746Z Compiling tokio v1.49.0
15372026-03-19T02:57:47.799Z Compiling http v1.4.0
15382026-03-19T02:57:47.857Z Compiling md-5 v0.10.6
15392026-03-19T02:57:47.874Z Compiling thiserror v1.0.69
15402026-03-19T02:57:47.893Z Compiling webpki-roots v1.0.6
15412026-03-19T02:57:47.952Z Compiling darling_macro v0.21.3
15422026-03-19T02:57:47.975Z Compiling scroll v0.12.0
15432026-03-19T02:57:48.022Z Compiling zerocopy-derive v0.7.35
15442026-03-19T02:57:48.064Z Compiling cfg_aliases v0.2.1
15452026-03-19T02:57:48.088Z Compiling iri-string v0.7.10
15462026-03-19T02:57:48.111Z Compiling base16ct v0.2.0
15472026-03-19T02:57:48.131Z Compiling zlib-rs v0.6.2
15482026-03-19T02:57:48.214Z Compiling idna_adapter v1.2.1
15492026-03-19T02:57:48.365Z Compiling litrs v1.0.0
15502026-03-19T02:57:48.382Z Compiling idna v1.1.0
15512026-03-19T02:57:48.394Z Compiling ryu v1.0.23
15522026-03-19T02:57:48.417Z Compiling ref-cast v1.0.25
15532026-03-19T02:57:48.571Z Compiling fallible-iterator v0.2.0
15542026-03-19T02:57:48.593Z Compiling darling v0.21.3
15552026-03-19T02:57:48.655Z Compiling serde_urlencoded v0.7.1
15562026-03-19T02:57:48.779Z Compiling ppv-lite86 v0.2.21
15572026-03-19T02:57:48.875Z Compiling url v2.5.8
15582026-03-19T02:57:49.008Z Compiling http-body v1.0.1
15592026-03-19T02:57:49.072Z Compiling publicsuffix v2.3.0
15602026-03-19T02:57:49.153Z Compiling document-features v0.2.12
15612026-03-19T02:57:49.170Z Compiling goblin v0.8.2
15622026-03-19T02:57:49.175Z Compiling sec1 v0.7.3
15632026-03-19T02:57:49.221Z Compiling rand_chacha v0.9.0
15642026-03-19T02:57:49.245Z Compiling rand_chacha v0.3.1
15652026-03-19T02:57:49.266Z Compiling http-body-util v0.1.3
15662026-03-19T02:57:49.309Z Compiling zerocopy v0.7.35
15672026-03-19T02:57:49.326Z Compiling nix v0.31.1
15682026-03-19T02:57:49.395Z Compiling derive_builder v0.20.2
15692026-03-19T02:57:49.560Z Compiling rand v0.9.2
15702026-03-19T02:57:49.609Z Compiling rand v0.8.5
15712026-03-19T02:57:49.972Z Compiling cargo-platform v0.1.9
15722026-03-19T02:57:50.127Z Compiling hkdf v0.12.4
15732026-03-19T02:57:50.161Z Compiling hubpack_derive v0.1.1
15742026-03-19T02:57:50.319Z Compiling dof v0.4.0
15752026-03-19T02:57:50.341Z Compiling proptest v1.10.0
15762026-03-19T02:57:50.345Z Compiling postgres-protocol v0.6.10
15772026-03-19T02:57:50.393Z Compiling crypto-bigint v0.5.5
15782026-03-19T02:57:50.393Z Compiling regex v1.12.3
15792026-03-19T02:57:50.800Z Compiling ipnetwork v0.21.1
15802026-03-19T02:57:50.853Z Compiling async-trait v0.1.89
15812026-03-19T02:57:50.854Z Compiling ref-cast-impl v1.0.25
15822026-03-19T02:57:50.854Z Compiling curve25519-dalek-derive v0.1.1
15832026-03-19T02:57:51.026Z Compiling daft-derive v0.1.5
15842026-03-19T02:57:51.047Z Compiling strum_macros v0.27.2
15852026-03-19T02:57:51.119Z Compiling oxnet v0.1.4
15862026-03-19T02:57:51.688Z Compiling group v0.13.0
15872026-03-19T02:57:51.767Z Compiling num-iter v0.1.45
15882026-03-19T02:57:52.003Z Compiling proc-macro-error v1.0.4
15892026-03-19T02:57:52.030Z Compiling heck v0.4.1
15902026-03-19T02:57:52.244Z Compiling terminal_size v0.4.3
15912026-03-19T02:57:52.266Z Compiling phf_shared v0.13.1
15922026-03-19T02:57:52.375Z Compiling flate2 v1.1.9
15932026-03-19T02:57:52.503Z Compiling lazy_static v1.5.0
15942026-03-19T02:57:52.535Z Compiling vergen v9.0.6
15952026-03-19T02:57:52.535Z Compiling fs-err v3.3.0
15962026-03-19T02:57:52.535Z Compiling ahash v0.8.12
15972026-03-19T02:57:52.581Z Compiling bumpalo v3.20.2
15982026-03-19T02:57:52.589Z Compiling managed v0.8.0
15992026-03-19T02:57:52.634Z Compiling object v0.37.3
16002026-03-19T02:57:52.728Z Compiling winnow v0.5.40
16012026-03-19T02:57:52.742Z Compiling bitflags v1.3.2
16022026-03-19T02:57:52.808Z Compiling libbz2-rs-sys v0.2.2
16032026-03-19T02:57:52.863Z Compiling foldhash v0.1.5
16042026-03-19T02:57:52.889Z Compiling tokio-util v0.7.18
16052026-03-19T02:57:52.904Z Compiling tower v0.5.3
16062026-03-19T02:57:52.904Z Compiling tokio-native-tls v0.3.1
16072026-03-19T02:57:52.952Z Compiling zopfli v0.8.3
16082026-03-19T02:57:53.083Z Compiling hashbrown v0.15.5
16092026-03-19T02:57:53.133Z Compiling clap_builder v4.5.60
16102026-03-19T02:57:53.168Z Compiling console v0.16.2
16112026-03-19T02:57:53.335Z Compiling usdt-macro v0.6.0
16122026-03-19T02:57:53.390Z Compiling usdt-attr-macro v0.6.0
16132026-03-19T02:57:53.580Z Compiling tower-http v0.6.8
16142026-03-19T02:57:53.792Z Compiling newtype-uuid v1.3.2
16152026-03-19T02:57:53.890Z Compiling strum v0.27.2
16162026-03-19T02:57:53.918Z Compiling h2 v0.4.13
16172026-03-19T02:57:53.938Z Compiling bzip2 v0.6.1
16182026-03-19T02:57:54.049Z Compiling phf v0.13.1
16192026-03-19T02:57:54.156Z Compiling daft v0.1.5
16202026-03-19T02:57:54.185Z Compiling rayon v1.11.0
16212026-03-19T02:57:54.185Z Compiling zone_cfg_derive v0.3.1
16222026-03-19T02:57:54.236Z Compiling signal-hook-mio v0.2.5
16232026-03-19T02:57:54.284Z Compiling dof v0.3.0
16242026-03-19T02:57:54.312Z Compiling cargo_metadata v0.19.2
16252026-03-19T02:57:54.411Z Compiling elliptic-curve v0.13.8
16262026-03-19T02:57:54.471Z Compiling cookie_store v0.22.1
16272026-03-19T02:57:54.710Z Compiling toml_edit v0.19.15
16282026-03-19T02:57:54.813Z Compiling postgres-types v0.2.12
16292026-03-19T02:57:54.942Z Compiling hubpack v0.1.2
16302026-03-19T02:57:54.997Z Compiling bzip2 v0.4.4
16312026-03-19T02:57:55.376Z Compiling zstd v0.13.3
16322026-03-19T02:57:55.402Z Compiling serde_with_macros v3.17.0
16332026-03-19T02:57:55.402Z Compiling dtrace-parser v0.2.0
16342026-03-19T02:57:55.418Z Compiling ed25519 v2.2.3
16352026-03-19T02:57:55.624Z Compiling pkcs1 v0.7.5
16362026-03-19T02:57:55.647Z Compiling hex v0.4.3
16372026-03-19T02:57:56.311Z Compiling serde-big-array v0.5.1
16382026-03-19T02:57:56.339Z Compiling rfc6979 v0.4.0
16392026-03-19T02:57:56.339Z Compiling bstr v1.12.1
16402026-03-19T02:57:56.339Z Compiling serde_repr v0.1.20
16412026-03-19T02:57:56.339Z Compiling clap_derive v4.5.55
16422026-03-19T02:57:56.339Z Compiling enum-as-inner v0.6.1
16432026-03-19T02:57:56.439Z Compiling strum_macros v0.26.4
16442026-03-19T02:57:56.586Z Compiling phf_shared v0.11.3
16452026-03-19T02:57:56.713Z Compiling itertools v0.12.1
16462026-03-19T02:57:56.753Z Compiling float-cmp v0.10.0
16472026-03-19T02:57:56.864Z Compiling thread-id v4.2.2
16482026-03-19T02:57:56.906Z Compiling memmap2 v0.9.10
16492026-03-19T02:57:56.924Z Compiling env_filter v1.0.0
16502026-03-19T02:57:56.957Z Compiling encoding_rs v0.8.35
16512026-03-19T02:57:56.985Z Compiling fixedbitset v0.5.7
16522026-03-19T02:57:56.985Z Compiling whoami v2.1.0
16532026-03-19T02:57:57.026Z Compiling precomputed-hash v0.1.1
16542026-03-19T02:57:57.173Z Compiling data-encoding v2.10.0
16552026-03-19T02:57:57.220Z Compiling fixedbitset v0.4.2
16562026-03-19T02:57:57.389Z Compiling new_debug_unreachable v1.0.6
16572026-03-19T02:57:57.427Z Compiling rustc-hash v2.1.1
16582026-03-19T02:57:57.462Z Compiling mime v0.3.17
16592026-03-19T02:57:57.513Z Compiling predicates-core v1.0.10
16602026-03-19T02:57:57.530Z Compiling normalize-line-endings v0.3.0
16612026-03-19T02:57:57.567Z Compiling unit-prefix v0.5.2
16622026-03-19T02:57:57.590Z Compiling static_assertions v1.1.0
16632026-03-19T02:57:57.698Z Compiling jiff v0.2.21
16642026-03-19T02:57:57.718Z Compiling difflib v0.4.0
16652026-03-19T02:57:57.764Z Compiling keccak v0.1.6
16662026-03-19T02:57:57.790Z Compiling indicatif v0.18.4
16672026-03-19T02:57:57.836Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16682026-03-19T02:57:58.168Z Compiling hyper v1.8.1
16692026-03-19T02:57:58.396Z Compiling zone v0.3.1
16702026-03-19T02:57:58.481Z Compiling predicates v3.1.4
16712026-03-19T02:57:58.500Z Compiling sha3 v0.10.8
16722026-03-19T02:57:58.549Z Compiling iddqd v0.3.17
16732026-03-19T02:57:58.677Z Compiling clap v4.5.60
16742026-03-19T02:57:58.825Z Compiling hickory-proto v0.25.2
16752026-03-19T02:57:58.954Z Compiling strum v0.26.3
16762026-03-19T02:57:58.966Z Compiling string_cache v0.8.9
16772026-03-19T02:57:59.010Z Compiling petgraph v0.6.5
16782026-03-19T02:57:59.081Z Compiling tokio-postgres v0.7.16
16792026-03-19T02:57:59.108Z Compiling petgraph v0.8.3
16802026-03-19T02:57:59.140Z Compiling env_logger v0.11.9
16812026-03-19T02:57:59.271Z Compiling usdt v0.6.0
16822026-03-19T02:57:59.384Z Compiling toml_edit v0.22.27
16832026-03-19T02:57:59.445Z Compiling usdt-impl v0.5.0
16842026-03-19T02:57:59.584Z Compiling serde_with v3.17.0
16852026-03-19T02:57:59.646Z Compiling similar v2.7.0
16862026-03-19T02:57:59.673Z Compiling toml v0.7.8
16872026-03-19T02:58:00.283Z Compiling hyper-util v0.1.20
16882026-03-19T02:58:00.307Z Compiling crossterm v0.28.1
16892026-03-19T02:58:00.465Z Compiling ecdsa v0.16.9
16902026-03-19T02:58:00.583Z Compiling rsa v0.9.10
16912026-03-19T02:58:00.908Z Compiling ed25519-dalek v2.2.0
16922026-03-19T02:58:01.432Z Compiling zip v4.6.1
16932026-03-19T02:58:01.581Z Compiling zip v0.6.6
16942026-03-19T02:58:01.744Z Compiling tokio-stream v0.1.18
16952026-03-19T02:58:02.120Z Compiling buf-list v1.1.2
16962026-03-19T02:58:02.189Z Compiling hyper-tls v0.6.0
16972026-03-19T02:58:02.353Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-03-19T02:58:02.382Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16992026-03-19T02:58:02.395Z Compiling openapiv3 v2.2.0
17002026-03-19T02:58:02.399Z Compiling x509-cert v0.2.5
17012026-03-19T02:58:02.479Z Compiling sha1 v0.10.6
17022026-03-19T02:58:02.519Z Compiling itertools v0.13.0
17032026-03-19T02:58:02.658Z Compiling toml_datetime v0.7.5+spec-1.1.0
17042026-03-19T02:58:02.795Z Compiling peg-runtime v0.8.5
17052026-03-19T02:58:02.821Z Compiling lalrpop-util v0.19.12
17062026-03-19T02:58:02.904Z Compiling thread_local v1.1.9
17072026-03-19T02:58:03.083Z Compiling slog-async v2.8.0
17082026-03-19T02:58:03.107Z Compiling futures-executor v0.3.32
17092026-03-19T02:58:03.176Z Compiling crossbeam-channel v0.5.15
17102026-03-19T02:58:03.183Z Compiling is-terminal v0.4.17
17112026-03-19T02:58:03.221Z Compiling filetime v0.2.27
17122026-03-19T02:58:03.296Z Compiling xattr v1.6.1
17132026-03-19T02:58:03.333Z Compiling term v1.2.1
17142026-03-19T02:58:03.360Z Compiling take_mut v0.2.2
17152026-03-19T02:58:03.476Z Compiling tar v0.4.44
17162026-03-19T02:58:03.508Z Compiling futures v0.3.32
17172026-03-19T02:58:03.744Z Compiling slog-term v2.9.2
17182026-03-19T02:58:24.174Z Compiling rustls-webpki v0.103.9
17192026-03-19T02:58:28.246Z Compiling tokio-rustls v0.26.4
17202026-03-19T02:58:28.246Z Compiling rustls-platform-verifier v0.6.2
17212026-03-19T02:58:28.521Z Compiling hyper-rustls v0.27.7
17222026-03-19T02:58:28.786Z Compiling reqwest v0.12.28
17232026-03-19T02:58:28.786Z Compiling reqwest v0.13.2
17242026-03-19T02:58:31.631Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252026-03-19T02:58:31.926Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17262026-03-19T02:58:35.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17272026-03-19T02:58:35.950Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17282026-03-19T02:58:36.013ZMar 19 02:58:35.610 INFO Starting download, target: Cockroach
17292026-03-19T02:58:36.013ZMar 19 02:58:35.610 INFO Starting download, target: TransceiverControl
17302026-03-19T02:58:36.013ZMar 19 02:58:35.610 INFO Starting download, target: DendriteStub
17312026-03-19T02:58:36.018ZMar 19 02:58:35.610 INFO Starting download, target: Clickhouse
17322026-03-19T02:58:36.019ZMar 19 02:58:35.610 INFO Starting download, target: MaghemiteMgd
17332026-03-19T02:58:36.019ZMar 19 02:58:35.610 INFO Starting download, target: Console
17342026-03-19T02:58:36.019ZMar 19 02:58:35.610 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17352026-03-19T02:58:36.019ZMar 19 02:58:35.610 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-03-19T02:58:36.019ZMar 19 02:58:35.610 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-03-19T02:58:36.019ZMar 19 02:58:35.610 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17382026-03-19T02:58:36.019ZMar 19 02:58:35.611 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-03-19T02:58:36.019ZMar 19 02:58:35.611 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-03-19T02:58:36.443ZMar 19 02:58:36.030 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-03-19T02:58:37.182ZMar 19 02:58:36.378 INFO Download complete, target: TransceiverControl
17422026-03-19T02:58:37.187ZMar 19 02:58:36.555 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-03-19T02:58:37.371ZMar 19 02:58:36.968 INFO Download complete, target: Console
17442026-03-19T02:58:37.483ZMar 19 02:58:37.075 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-03-19T02:58:37.654ZMar 19 02:58:37.251 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-03-19T02:58:38.164ZMar 19 02:58:37.761 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-03-19T02:58:38.330ZMar 19 02:58:37.926 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-03-19T02:58:38.330ZMar 19 02:58:37.926 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-03-19T02:58:41.219ZMar 19 02:58:40.816 INFO Download complete, target: DendriteStub
17502026-03-19T02:58:41.377ZMar 19 02:58:40.974 INFO Download complete, target: MaghemiteMgd
17512026-03-19T02:58:46.348ZMar 19 02:58:45.944 INFO Checking that binary works, target: Cockroach
17522026-03-19T02:58:46.474ZMar 19 02:58:46.071 INFO Download complete, target: Cockroach
17532026-03-19T02:58:49.678ZMar 19 02:58:49.268 INFO Checking that binary works, target: Clickhouse
17542026-03-19T02:58:49.775ZMar 19 02:58:49.369 INFO Download complete, target: Clickhouse
17552026-03-19T02:58:49.781ZAll prerequisites installed successfully
17562026-03-19T02:58:49.785Z
17572026-03-19T02:58:49.785Zreal 3:43.654450051
17582026-03-19T02:58:49.785Zuser 10:28.630745974
17592026-03-19T02:58:49.785Zsys 2:07.463019163
17602026-03-19T02:58:49.785Ztrap 0.330183162
17612026-03-19T02:58:49.785Ztflt 1.319328751
17622026-03-19T02:58:49.785Zdflt 1.972275803
17632026-03-19T02:58:49.785Zkflt 0.061687105
17642026-03-19T02:58:49.785Zlock 33:03.069683490
17652026-03-19T02:58:49.785Zslp 25:37.886620394
17662026-03-19T02:58:49.785Zlat 29.737923628
17672026-03-19T02:58:49.785Zstop 4:27.987521232
17682026-03-19T02:58:49.785Z+ ptime -m cargo xtask download softnpu
17692026-03-19T02:58:50.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17702026-03-19T02:58:50.544Z Running `target/debug/xtask download softnpu`
17712026-03-19T02:58:51.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
17722026-03-19T02:58:51.638Z Running `target/debug/xtask-downloader softnpu`
17732026-03-19T02:58:51.687ZMar 19 02:58:51.281 INFO Starting download, target: Softnpu
17742026-03-19T02:58:51.696ZMar 19 02:58:51.282 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17752026-03-19T02:58:53.798ZMar 19 02:58:53.385 INFO Download complete, target: Softnpu
17762026-03-19T02:58:53.817Z
17772026-03-19T02:58:53.817Zreal 4.006314827
17782026-03-19T02:58:53.817Zuser 1.843404489
17792026-03-19T02:58:53.817Zsys 0.826453150
17802026-03-19T02:58:53.817Ztrap 0.001014728
17812026-03-19T02:58:53.818Ztflt 0.000181644
17822026-03-19T02:58:53.818Zdflt 0.000138669
17832026-03-19T02:58:53.818Zkflt 0.000000000
17842026-03-19T02:58:53.818Zlock 40.331910002
17852026-03-19T02:58:53.818Zslp 1.810281234
17862026-03-19T02:58:53.818Zlat 0.060219952
17872026-03-19T02:58:53.818Zstop 0.000201703
17882026-03-19T02:58:53.818Z+ export CARGO_INCREMENTAL=0
17892026-03-19T02:58:53.818Z+ CARGO_INCREMENTAL=0
17902026-03-19T02:58:53.818Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17912026-03-19T02:58:55.012Z Compiling proc-macro2 v1.0.106
17922026-03-19T02:58:55.013Z Compiling quote v1.0.44
17932026-03-19T02:58:55.013Z Compiling unicode-ident v1.0.24
17942026-03-19T02:58:55.019Z Compiling libc v0.2.180
17952026-03-19T02:58:55.019Z Compiling serde_core v1.0.228
17962026-03-19T02:58:55.019Z Compiling serde v1.0.228
17972026-03-19T02:58:55.019Z Compiling cfg-if v1.0.4
17982026-03-19T02:58:55.019Z Compiling version_check v0.9.5
17992026-03-19T02:58:55.019Z Compiling find-msvc-tools v0.1.9
18002026-03-19T02:58:55.019Z Compiling shlex v1.3.0
18012026-03-19T02:58:55.181Z Compiling typenum v1.19.0
18022026-03-19T02:58:55.188Z Compiling portable-atomic v1.13.1
18032026-03-19T02:58:55.188Z Compiling memchr v2.8.0
18042026-03-19T02:58:55.188Z Compiling autocfg v1.5.0
18052026-03-19T02:58:55.188Z Compiling zmij v1.0.21
18062026-03-19T02:58:55.350Z Compiling serde_json v1.0.149
18072026-03-19T02:58:55.539Z Compiling zerocopy v0.8.40
18082026-03-19T02:58:55.586Z Compiling parking_lot_core v0.9.12
18092026-03-19T02:58:55.805Z Compiling libm v0.2.16
18102026-03-19T02:58:55.890Z Compiling smallvec v1.15.1
18112026-03-19T02:58:55.897Z Compiling icu_properties_data v2.1.2
18122026-03-19T02:58:55.897Z Compiling num-traits v0.2.19
18132026-03-19T02:58:55.914Z Compiling generic-array v0.14.7
18142026-03-19T02:58:55.979Z Compiling icu_normalizer_data v2.1.1
18152026-03-19T02:58:55.982Z Compiling itoa v1.0.17
18162026-03-19T02:58:56.004Z Compiling log v0.4.29
18172026-03-19T02:58:56.101Z Compiling getrandom v0.4.1
18182026-03-19T02:58:56.188Z Compiling pkg-config v0.3.32
18192026-03-19T02:58:56.244Z Compiling stable_deref_trait v1.2.1
18202026-03-19T02:58:56.331Z Compiling subtle v2.6.1
18212026-03-19T02:58:56.353Z Compiling scopeguard v1.2.0
18222026-03-19T02:58:56.475Z Compiling lock_api v0.4.14
18232026-03-19T02:58:56.475Z Compiling thiserror v2.0.18
18242026-03-19T02:58:56.478Z Compiling fnv v1.0.7
18252026-03-19T02:58:56.553Z Compiling getrandom v0.2.17
18262026-03-19T02:58:56.557Z Compiling errno v0.3.14
18272026-03-19T02:58:56.693Z Compiling jobserver v0.1.34
18282026-03-19T02:58:56.819Z Compiling rand_core v0.6.4
18292026-03-19T02:58:56.873Z Compiling getrandom v0.3.4
18302026-03-19T02:58:56.878Z Compiling pin-project-lite v0.2.17
18312026-03-19T02:58:56.947Z Compiling syn v2.0.117
18322026-03-19T02:58:57.021Z Compiling cc v1.2.56
18332026-03-19T02:58:57.095Z Compiling critical-section v1.2.0
18342026-03-19T02:58:57.193Z Compiling equivalent v1.0.2
18352026-03-19T02:58:57.217Z Compiling allocator-api2 v0.2.21
18362026-03-19T02:58:57.287Z Compiling rustversion v1.0.22
18372026-03-19T02:58:57.383Z Compiling fs_extra v1.3.0
18382026-03-19T02:58:57.404Z Compiling dunce v1.0.5
18392026-03-19T02:58:57.407Z Compiling percent-encoding v2.3.2
18402026-03-19T02:58:57.527Z Compiling foldhash v0.2.0
18412026-03-19T02:58:57.585Z Compiling writeable v0.6.2
18422026-03-19T02:58:57.615Z Compiling litemap v0.8.1
18432026-03-19T02:58:57.686Z Compiling once_cell v1.21.3
18442026-03-19T02:58:57.794Z Compiling hashbrown v0.16.1
18452026-03-19T02:58:57.954Z Compiling const-oid v0.9.6
18462026-03-19T02:58:57.988Z Compiling cmake v0.1.57
18472026-03-19T02:58:58.014Z Compiling signal-hook-registry v1.4.8
18482026-03-19T02:58:58.040Z Compiling rustix v1.1.3
18492026-03-19T02:58:58.066Z Compiling socket2 v0.6.2
18502026-03-19T02:58:58.236Z Compiling semver v1.0.27
18512026-03-19T02:58:58.267Z Compiling mio v1.1.1
18522026-03-19T02:58:58.323Z Compiling schemars v0.8.22
18532026-03-19T02:58:58.542Z Compiling bitflags v2.11.0
18542026-03-19T02:58:58.628Z Compiling indexmap v2.13.0
18552026-03-19T02:58:58.643Z Compiling parking_lot v0.12.5
18562026-03-19T02:58:58.677Z Compiling aws-lc-rs v1.16.0
18572026-03-19T02:58:58.725Z Compiling utf8_iter v1.0.4
18582026-03-19T02:58:58.732Z Compiling rand_core v0.10.0
18592026-03-19T02:58:58.835Z Compiling ring v0.17.14
18602026-03-19T02:58:58.965Z Compiling aws-lc-sys v0.37.1
18612026-03-19T02:58:58.999Z Compiling form_urlencoded v1.2.2
18622026-03-19T02:58:59.107Z Compiling futures-core v0.3.32
18632026-03-19T02:58:59.129Z Compiling strsim v0.11.1
18642026-03-19T02:58:59.471Z Compiling httparse v1.10.1
18652026-03-19T02:58:59.520Z Compiling thiserror v1.0.69
18662026-03-19T02:58:59.557Z Compiling ucd-trie v0.1.7
18672026-03-19T02:58:59.580Z Compiling byteorder v1.5.0
18682026-03-19T02:58:59.663Z Compiling ident_case v1.0.1
18692026-03-19T02:58:59.712Z Compiling heck v0.5.0
18702026-03-19T02:58:59.762Z Compiling pest v2.8.6
18712026-03-19T02:58:59.792Z Compiling vcpkg v0.2.15
18722026-03-19T02:58:59.953Z Compiling syn v1.0.109
18732026-03-19T02:59:00.011Z Compiling regex-syntax v0.8.10
18742026-03-19T02:59:00.041Z Compiling crossbeam-utils v0.8.21
18752026-03-19T02:59:00.226Z Compiling futures-sink v0.3.32
18762026-03-19T02:59:00.233Z Compiling rustls v0.23.37
18772026-03-19T02:59:00.430Z Compiling futures-channel v0.3.32
18782026-03-19T02:59:00.439Z Compiling rustc_version v0.4.1
18792026-03-19T02:59:00.476Z Compiling slab v0.4.12
18802026-03-19T02:59:00.536Z Compiling futures-task v0.3.32
18812026-03-19T02:59:00.544Z Compiling cpufeatures v0.2.17
18822026-03-19T02:59:00.544Z Compiling futures-io v0.3.32
18832026-03-19T02:59:00.601Z Compiling openssl-sys v0.9.111
18842026-03-19T02:59:00.700Z Compiling plain v0.2.3
18852026-03-19T02:59:00.747Z Compiling iana-time-zone v0.1.65
18862026-03-19T02:59:00.779Z Compiling uuid v1.21.0
18872026-03-19T02:59:00.825Z Compiling aho-corasick v1.1.4
18882026-03-19T02:59:00.859Z Compiling num-conv v0.2.0
18892026-03-19T02:59:00.987Z Compiling synstructure v0.13.2
18902026-03-19T02:59:01.050Z Compiling serde_derive_internals v0.29.1
18912026-03-19T02:59:01.077Z Compiling time-core v0.1.8
18922026-03-19T02:59:01.312Z Compiling pest_meta v2.8.6
18932026-03-19T02:59:01.375Z Compiling time-macros v0.2.27
18942026-03-19T02:59:01.562Z Compiling pretty-hex v0.4.1
18952026-03-19T02:59:01.618Z Compiling openssl v0.10.75
18962026-03-19T02:59:01.994Z Compiling anyhow v1.0.102
18972026-03-19T02:59:02.020Z Compiling base64ct v1.8.3
18982026-03-19T02:59:02.046Z Compiling either v1.15.0
18992026-03-19T02:59:02.072Z Compiling regex-automata v0.4.14
19002026-03-19T02:59:02.097Z Compiling crc32fast v1.5.0
19012026-03-19T02:59:02.144Z Compiling pest_generator v2.8.6
19022026-03-19T02:59:02.183Z Compiling darling_core v0.21.3
19032026-03-19T02:59:02.211Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19042026-03-19T02:59:02.353Z Compiling pem-rfc7468 v0.7.0
19052026-03-19T02:59:02.398Z Compiling flagset v0.4.7
19062026-03-19T02:59:02.440Z Compiling native-tls v0.2.18
19072026-03-19T02:59:02.459Z Compiling rand_core v0.9.5
19082026-03-19T02:59:02.742Z Compiling slog v2.8.2
19092026-03-19T02:59:02.745Z Compiling tracing-core v0.1.36
19102026-03-19T02:59:02.819Z Compiling untrusted v0.9.0
19112026-03-19T02:59:02.848Z Compiling rayon-core v1.13.0
19122026-03-19T02:59:02.875Z Compiling dyn-clone v1.0.20
19132026-03-19T02:59:02.968Z Compiling serde_derive v1.0.228
19142026-03-19T02:59:02.998Z Compiling zeroize_derive v1.4.3
19152026-03-19T02:59:03.020Z Compiling zerofrom-derive v0.1.6
19162026-03-19T02:59:03.025Z Compiling yoke-derive v0.8.1
19172026-03-19T02:59:03.068Z Compiling zerovec-derive v0.11.2
19182026-03-19T02:59:03.098Z Compiling displaydoc v0.2.5
19192026-03-19T02:59:03.122Z Compiling zerocopy-derive v0.8.40
19202026-03-19T02:59:03.171Z Compiling tokio-macros v2.6.0
19212026-03-19T02:59:03.195Z Compiling futures-macro v0.3.32
19222026-03-19T02:59:03.784Z Compiling zeroize v1.8.2
19232026-03-19T02:59:04.085Z Compiling thiserror-impl v2.0.18
19242026-03-19T02:59:04.133Z Compiling tracing-attributes v0.1.31
19252026-03-19T02:59:04.267Z Compiling der_derive v0.7.3
19262026-03-19T02:59:04.741Z Compiling schemars_derive v0.8.22
19272026-03-19T02:59:04.746Z Compiling thiserror-impl v1.0.69
19282026-03-19T02:59:04.746Z Compiling zerofrom v0.1.6
19292026-03-19T02:59:04.758Z Compiling yoke v0.8.1
19302026-03-19T02:59:04.902Z Compiling crypto-common v0.1.7
19312026-03-19T02:59:05.029Z Compiling zerovec v0.11.5
19322026-03-19T02:59:05.094Z Compiling zerotrie v0.2.3
19332026-03-19T02:59:05.499Z Compiling block-buffer v0.10.4
19342026-03-19T02:59:05.695Z Compiling digest v0.10.7
19352026-03-19T02:59:05.747Z Compiling pest_derive v2.8.6
19362026-03-19T02:59:05.773Z Compiling futures-util v0.3.32
19372026-03-19T02:59:05.868Z Compiling tinystr v0.8.2
19382026-03-19T02:59:05.893Z Compiling potential_utf v0.1.4
19392026-03-19T02:59:05.974Z Compiling hmac v0.12.1
19402026-03-19T02:59:06.003Z Compiling block-padding v0.3.3
19412026-03-19T02:59:06.088Z Compiling icu_collections v2.1.1
19422026-03-19T02:59:06.151Z Compiling icu_locale_core v2.1.1
19432026-03-19T02:59:06.174Z Compiling inout v0.1.4
19442026-03-19T02:59:06.198Z Compiling sha2 v0.10.9
19452026-03-19T02:59:06.311Z Compiling rustls-pki-types v1.14.0
19462026-03-19T02:59:06.357Z Compiling cipher v0.4.4
19472026-03-19T02:59:06.392Z Compiling scroll_derive v0.12.1
19482026-03-19T02:59:07.017Z Compiling scroll_derive v0.13.1
19492026-03-19T02:59:07.045Z Compiling openssl-macros v0.1.1
19502026-03-19T02:59:07.233Z Compiling icu_provider v2.1.1
19512026-03-19T02:59:07.343Z Compiling bytes v1.11.1
19522026-03-19T02:59:07.404Z Compiling chrono v0.4.44
19532026-03-19T02:59:07.541Z Compiling serde_tokenstream v0.2.3
19542026-03-19T02:59:07.778Z Compiling icu_normalizer v2.1.1
19552026-03-19T02:59:07.782Z Compiling icu_properties v2.1.2
19562026-03-19T02:59:08.037Z Compiling tokio v1.49.0
19572026-03-19T02:59:08.226Z Compiling http v1.4.0
19582026-03-19T02:59:08.984Z Compiling der v0.7.10
19592026-03-19T02:59:09.295Z Compiling idna_adapter v1.2.1
19602026-03-19T02:59:09.323Z Compiling ppv-lite86 v0.2.21
19612026-03-19T02:59:09.351Z Compiling darling_macro v0.21.3
19622026-03-19T02:59:09.399Z Compiling regex v1.12.3
19632026-03-19T02:59:09.417Z Compiling zerocopy-derive v0.7.35
19642026-03-19T02:59:09.511Z Compiling idna v1.1.0
19652026-03-19T02:59:09.971Z Compiling url v2.5.8
19662026-03-19T02:59:10.017Z Compiling darling v0.21.3
19672026-03-19T02:59:10.059Z Compiling salsa20 v0.10.2
19682026-03-19T02:59:10.137Z Compiling pbkdf2 v0.12.2
19692026-03-19T02:59:10.198Z Compiling spki v0.7.3
19702026-03-19T02:59:10.288Z Compiling tracing v0.1.44
19712026-03-19T02:59:10.665Z Compiling cookie v0.18.1
19722026-03-19T02:59:10.844Z Compiling base64 v0.22.1
19732026-03-19T02:59:10.938Z Compiling camino v1.2.2
19742026-03-19T02:59:11.212Z Compiling scrypt v0.11.0
19752026-03-19T02:59:11.339Z Compiling rand_chacha v0.9.0
19762026-03-19T02:59:11.354Z Compiling cbc v0.1.2
19772026-03-19T02:59:11.508Z Compiling aes v0.8.4
19782026-03-19T02:59:12.151Z Compiling usdt-impl v0.5.0
19792026-03-19T02:59:12.176Z Compiling winnow v0.7.14
19802026-03-19T02:59:12.198Z Compiling paste v1.0.15
19812026-03-19T02:59:12.201Z Compiling usdt-impl v0.6.0
19822026-03-19T02:59:12.446Z Compiling ref-cast v1.0.25
19832026-03-19T02:59:12.624Z Compiling pkcs5 v0.7.1
19842026-03-19T02:59:12.666Z Compiling rand v0.9.2
19852026-03-19T02:59:12.846Z Compiling http-body v1.0.1
19862026-03-19T02:59:13.076Z Compiling scroll v0.13.0
19872026-03-19T02:59:13.116Z Compiling toml_datetime v0.6.11
19882026-03-19T02:59:13.211Z Compiling tokio-util v0.7.18
19892026-03-19T02:59:13.237Z Compiling serde_spanned v0.6.9
19902026-03-19T02:59:13.237Z Compiling scroll v0.12.0
19912026-03-19T02:59:13.478Z Compiling heapless v0.7.17
19922026-03-19T02:59:13.532Z Compiling bzip2-sys v0.1.13+1.0.8
19932026-03-19T02:59:13.647Z Compiling atomic-waker v1.1.2
19942026-03-19T02:59:13.806Z Compiling zstd-safe v7.2.4
19952026-03-19T02:59:13.846Z Compiling signal-hook v0.3.18
19962026-03-19T02:59:13.881Z Compiling untrusted v0.7.1
19972026-03-19T02:59:14.011Z Compiling openssl-probe v0.2.1
19982026-03-19T02:59:14.033Z Compiling toml_parser v1.0.9+spec-1.1.0
19992026-03-19T02:59:14.242Z Compiling goblin v0.8.2
20002026-03-19T02:59:14.242Z Compiling goblin v0.10.5
20012026-03-19T02:59:14.284Z Compiling pkcs8 v0.10.2
20022026-03-19T02:59:14.678Z Compiling zerocopy v0.7.35
20032026-03-19T02:59:14.703Z Compiling ref-cast-impl v1.0.25
20042026-03-19T02:59:14.813Z Compiling darling_core v0.20.11
20052026-03-19T02:59:15.149Z Compiling toml_datetime v0.7.5+spec-1.1.0
20062026-03-19T02:59:15.173Z Compiling memoffset v0.9.1
20072026-03-19T02:59:15.220Z Compiling try-lock v0.2.5
20082026-03-19T02:59:15.254Z Compiling litrs v1.0.0
20092026-03-19T02:59:15.424Z Compiling fastrand v2.3.0
20102026-03-19T02:59:15.514Z Compiling tower-layer v0.3.3
20112026-03-19T02:59:15.557Z Compiling winnow v0.5.40
20122026-03-19T02:59:15.584Z Compiling rustix v0.38.44
20132026-03-19T02:59:15.800Z Compiling tower-service v0.3.3
20142026-03-19T02:59:15.856Z Compiling tinyvec_macros v0.1.1
20152026-03-19T02:59:16.021Z Compiling tinyvec v1.10.0
20162026-03-19T02:59:16.024Z Compiling document-features v0.2.12
20172026-03-19T02:59:16.084Z Compiling want v0.3.1
20182026-03-19T02:59:16.374Z Compiling h2 v0.4.13
20192026-03-19T02:59:16.908Z Compiling dtrace-parser v0.2.0
20202026-03-19T02:59:16.940Z Compiling dtrace-parser v0.3.0
20212026-03-19T02:59:17.423Z Compiling dof v0.3.0
20222026-03-19T02:59:17.502Z Compiling toml_edit v0.19.15
20232026-03-19T02:59:17.683Z Compiling darling_macro v0.20.11
20242026-03-19T02:59:17.782Z Compiling ipnet v2.11.0
20252026-03-19T02:59:17.847Z Compiling async-trait v0.1.89
20262026-03-19T02:59:17.883Z Compiling daft-derive v0.1.5
20272026-03-19T02:59:18.283Z Compiling dof v0.4.0
20282026-03-19T02:59:18.325Z Compiling curve25519-dalek v4.1.3
20292026-03-19T02:59:18.490Z Compiling spin v0.9.8
20302026-03-19T02:59:18.647Z Compiling thread-id v5.1.0
20312026-03-19T02:59:18.670Z Compiling thread-id v4.2.2
20322026-03-19T02:59:18.879Z Compiling proc-macro-error-attr v1.0.4
20332026-03-19T02:59:18.890Z Compiling httpdate v1.0.3
20342026-03-19T02:59:18.890Z Compiling cfg_aliases v0.2.1
20352026-03-19T02:59:18.891Z Compiling smoltcp v0.9.1
20362026-03-19T02:59:19.105Z Compiling foreign-types-shared v0.1.1
20372026-03-19T02:59:19.112Z Compiling pin-utils v0.1.0
20382026-03-19T02:59:19.644Z Compiling powerfmt v0.2.0
20392026-03-19T02:59:19.647Z Compiling num-bigint-dig v0.8.6
20402026-03-19T02:59:19.647Z Compiling foreign-types v0.3.2
20412026-03-19T02:59:19.647Z Compiling deranged v0.5.8
20422026-03-19T02:59:19.647Z Compiling nix v0.31.1
20432026-03-19T02:59:19.647Z Compiling tempfile v3.25.0
20442026-03-19T02:59:19.765Z Compiling darling v0.20.11
20452026-03-19T02:59:20.096Z Compiling ipnetwork v0.21.1
20462026-03-19T02:59:20.301Z Compiling strum_macros v0.26.4
20472026-03-19T02:59:20.418Z Compiling hyper v1.8.1
20482026-03-19T02:59:20.564Z Compiling wait-timeout v0.2.1
20492026-03-19T02:59:20.591Z Compiling proc-macro-error v1.0.4
20502026-03-19T02:59:20.847Z Compiling simd-adler32 v0.3.8
20512026-03-19T02:59:20.991Z Compiling num_threads v0.1.7
20522026-03-19T02:59:21.061Z Compiling anstyle v1.0.13
20532026-03-19T02:59:21.091Z Compiling utf8parse v0.2.2
20542026-03-19T02:59:21.123Z Compiling siphasher v1.0.2
20552026-03-19T02:59:21.148Z Compiling unicode-segmentation v1.12.0
20562026-03-19T02:59:21.193Z Compiling quick-error v1.2.3
20572026-03-19T02:59:21.461Z Compiling bit-vec v0.8.0
20582026-03-19T02:59:21.682Z Compiling bit-set v0.8.0
20592026-03-19T02:59:21.727Z Compiling rusty-fork v0.3.1
20602026-03-19T02:59:22.331Z Compiling anstyle-parse v0.2.7
20612026-03-19T02:59:22.338Z Compiling hyper-util v0.1.20
20622026-03-19T02:59:22.338Z Compiling time v0.3.47
20632026-03-19T02:59:22.515Z Compiling crossbeam-epoch v0.9.18
20642026-03-19T02:59:22.737Z Compiling derive_builder_core v0.20.2
20652026-03-19T02:59:22.987Z Compiling unicode-normalization v0.1.25
20662026-03-19T02:59:23.611Z Compiling rustls-native-certs v0.8.3
20672026-03-19T02:59:23.914Z Compiling signature v2.2.0
20682026-03-19T02:59:24.089Z Compiling hubpack_derive v0.1.1
20692026-03-19T02:59:24.103Z Compiling curve25519-dalek-derive v0.1.1
20702026-03-19T02:59:24.129Z Compiling strum_macros v0.27.2
20712026-03-19T02:59:24.158Z Compiling rand_xorshift v0.4.0
20722026-03-19T02:59:24.191Z Compiling sync_wrapper v1.0.2
20732026-03-19T02:59:24.283Z Compiling ahash v0.8.12
20742026-03-19T02:59:24.330Z Compiling fs-err v3.3.0
20752026-03-19T02:59:24.375Z Compiling adler2 v2.0.1
20762026-03-19T02:59:24.425Z Compiling unicode-properties v0.1.4
20772026-03-19T02:59:24.553Z Compiling colorchoice v1.0.4
20782026-03-19T02:59:24.642Z Compiling unarray v0.1.4
20792026-03-19T02:59:24.722Z Compiling is_terminal_polyfill v1.70.2
20802026-03-19T02:59:24.744Z Compiling object v0.37.3
20812026-03-19T02:59:24.747Z Compiling anstyle-query v1.1.5
20822026-03-19T02:59:24.793Z Compiling unicode-bidi v0.3.18
20832026-03-19T02:59:24.858Z Compiling proptest v1.10.0
20842026-03-19T02:59:24.903Z Compiling anstream v0.6.21
20852026-03-19T02:59:25.118Z Compiling miniz_oxide v0.8.9
20862026-03-19T02:59:25.318Z Compiling stringprep v0.1.5
20872026-03-19T02:59:25.901Z Compiling tower v0.5.3
20882026-03-19T02:59:25.907Z Compiling derive_builder_macro v0.20.2
20892026-03-19T02:59:26.238Z Compiling crossbeam-deque v0.8.6
20902026-03-19T02:59:26.288Z Compiling heck v0.4.1
20912026-03-19T02:59:26.484Z Compiling usdt-macro v0.6.0
20922026-03-19T02:59:26.514Z Compiling usdt-attr-macro v0.6.0
20932026-03-19T02:59:26.656Z Compiling http-body-util v0.1.3
20942026-03-19T02:59:26.757Z Compiling webpki-roots v1.0.6
20952026-03-19T02:59:27.037Z Compiling rand_chacha v0.3.1
20962026-03-19T02:59:27.063Z Compiling erased-serde v0.3.31
20972026-03-19T02:59:27.067Z Compiling md-5 v0.10.6
20982026-03-19T02:59:27.276Z Compiling num-integer v0.1.46
20992026-03-19T02:59:27.301Z Compiling hash32 v0.2.1
21002026-03-19T02:59:27.428Z Compiling vergen-lib v0.1.6
21012026-03-19T02:59:27.469Z Compiling ff v0.13.1
21022026-03-19T02:59:27.520Z Compiling ryu v1.0.23
21032026-03-19T02:59:27.547Z Compiling psl-types v2.0.11
21042026-03-19T02:59:27.574Z Compiling zlib-rs v0.6.2
21052026-03-19T02:59:27.577Z Compiling base16ct v0.2.0
21062026-03-19T02:59:27.577Z Compiling iri-string v0.7.10
21072026-03-19T02:59:27.673Z Compiling fallible-iterator v0.2.0
21082026-03-19T02:59:27.729Z Compiling publicsuffix v2.3.0
21092026-03-19T02:59:27.753Z Compiling newtype-uuid v1.3.2
21102026-03-19T02:59:27.827Z Compiling sec1 v0.7.3
21112026-03-19T02:59:27.830Z Compiling serde_urlencoded v0.7.1
21122026-03-19T02:59:27.990Z Compiling group v0.13.0
21132026-03-19T02:59:28.001Z Compiling num-iter v0.1.45
21142026-03-19T02:59:28.132Z Compiling postgres-protocol v0.6.10
21152026-03-19T02:59:28.234Z Compiling rand v0.8.5
21162026-03-19T02:59:28.444Z Compiling oxnet v0.1.4
21172026-03-19T02:59:28.670Z Compiling zone_cfg_derive v0.3.1
21182026-03-19T02:59:28.795Z Compiling derive_builder v0.20.2
21192026-03-19T02:59:28.823Z Compiling tokio-native-tls v0.3.1
21202026-03-19T02:59:28.959Z Compiling phf_shared v0.13.1
21212026-03-19T02:59:29.067Z Compiling lazy_static v1.5.0
21222026-03-19T02:59:29.167Z Compiling tower-http v0.6.8
21232026-03-19T02:59:29.213Z Compiling terminal_size v0.4.3
21242026-03-19T02:59:29.259Z Compiling serde_with_macros v3.17.0
21252026-03-19T02:59:29.288Z Compiling cargo-platform v0.1.9
21262026-03-19T02:59:29.360Z Compiling hkdf v0.12.4
21272026-03-19T02:59:29.476Z Compiling crypto-bigint v0.5.5
21282026-03-19T02:59:29.494Z Compiling serde_repr v0.1.20
21292026-03-19T02:59:29.518Z Compiling enum-as-inner v0.6.1
21302026-03-19T02:59:29.544Z Compiling clap_derive v4.5.55
21312026-03-19T02:59:29.568Z Compiling vergen v9.0.6
21322026-03-19T02:59:29.664Z Compiling foldhash v0.1.5
21332026-03-19T02:59:29.793Z Compiling bitflags v1.3.2
21342026-03-19T02:59:29.901Z Compiling clap_lex v1.0.0
21352026-03-19T02:59:29.905Z Compiling managed v0.8.0
21362026-03-19T02:59:29.982Z Compiling unicode-width v0.2.0
21372026-03-19T02:59:30.117Z Compiling bumpalo v3.20.2
21382026-03-19T02:59:30.231Z Compiling libbz2-rs-sys v0.2.2
21392026-03-19T02:59:30.237Z Compiling clap_builder v4.5.60
21402026-03-19T02:59:30.410Z Compiling console v0.16.2
21412026-03-19T02:59:30.514Z Compiling zopfli v0.8.3
21422026-03-19T02:59:30.562Z Compiling flate2 v1.1.9
21432026-03-19T02:59:30.709Z Compiling hashbrown v0.15.5
21442026-03-19T02:59:30.910Z Compiling elliptic-curve v0.13.8
21452026-03-19T02:59:30.941Z Compiling bzip2 v0.6.1
21462026-03-19T02:59:31.076Z Compiling cargo_metadata v0.19.2
21472026-03-19T02:59:31.281Z Compiling phf v0.13.1
21482026-03-19T02:59:31.395Z Compiling hyper-tls v0.6.0
21492026-03-19T02:59:31.469Z Compiling signal-hook-mio v0.2.5
21502026-03-19T02:59:31.514Z Compiling daft v0.1.5
21512026-03-19T02:59:31.564Z Compiling rayon v1.11.0
21522026-03-19T02:59:31.636Z Compiling cookie_store v0.22.1
21532026-03-19T02:59:31.704Z Compiling postgres-types v0.2.12
21542026-03-19T02:59:31.784Z Compiling bzip2 v0.4.4
21552026-03-19T02:59:31.855Z Compiling zstd v0.13.3
21562026-03-19T02:59:31.896Z Compiling strum v0.27.2
21572026-03-19T02:59:32.083Z Compiling hubpack v0.1.2
21582026-03-19T02:59:32.283Z Compiling ed25519 v2.2.3
21592026-03-19T02:59:32.388Z Compiling phf_shared v0.11.3
21602026-03-19T02:59:32.606Z Compiling pkcs1 v0.7.5
21612026-03-19T02:59:32.685Z Compiling serde-big-array v0.5.1
21622026-03-19T02:59:32.752Z Compiling hex v0.4.3
21632026-03-19T02:59:32.892Z Compiling rfc6979 v0.4.0
21642026-03-19T02:59:32.897Z Compiling bstr v1.12.1
21652026-03-19T02:59:33.130Z Compiling itertools v0.12.1
21662026-03-19T02:59:33.134Z Compiling float-cmp v0.10.0
21672026-03-19T02:59:33.199Z Compiling memmap2 v0.9.10
21682026-03-19T02:59:33.230Z Compiling env_filter v1.0.0
21692026-03-19T02:59:33.387Z Compiling encoding_rs v0.8.35
21702026-03-19T02:59:33.810Z Compiling fixedbitset v0.4.2
21712026-03-19T02:59:33.813Z Compiling whoami v2.1.0
21722026-03-19T02:59:33.813Z Compiling jiff v0.2.21
21732026-03-19T02:59:33.813Z Compiling mime v0.3.17
21742026-03-19T02:59:33.813Z Compiling difflib v0.4.0
21752026-03-19T02:59:33.813Z Compiling normalize-line-endings v0.3.0
21762026-03-19T02:59:33.813Z Compiling precomputed-hash v0.1.1
21772026-03-19T02:59:33.872Z Compiling predicates-core v1.0.10
21782026-03-19T02:59:33.918Z Compiling new_debug_unreachable v1.0.6
21792026-03-19T02:59:33.955Z Compiling keccak v0.1.6
21802026-03-19T02:59:33.978Z Compiling data-encoding v2.10.0
21812026-03-19T02:59:33.999Z Compiling fixedbitset v0.5.7
21822026-03-19T02:59:34.133Z Compiling toml_write v0.1.2
21832026-03-19T02:59:34.600Z Compiling rustc-hash v2.1.1
21842026-03-19T02:59:34.605Z Compiling unit-prefix v0.5.2
21852026-03-19T02:59:34.605Z Compiling static_assertions v1.1.0
21862026-03-19T02:59:34.605Z Compiling iddqd v0.3.17
21872026-03-19T02:59:34.606Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21882026-03-19T02:59:34.606Z Compiling hickory-proto v0.25.2
21892026-03-19T02:59:34.606Z Compiling indicatif v0.18.4
21902026-03-19T02:59:34.606Z Compiling toml_edit v0.22.27
21912026-03-19T02:59:34.773Z Compiling zone v0.3.1
21922026-03-19T02:59:34.962Z Compiling petgraph v0.8.3
21932026-03-19T02:59:35.196Z Compiling sha3 v0.10.8
21942026-03-19T02:59:35.513Z Compiling predicates v3.1.4
21952026-03-19T02:59:35.571Z Compiling string_cache v0.8.9
21962026-03-19T02:59:35.637Z Compiling tokio-postgres v0.7.16
21972026-03-19T02:59:35.884Z Compiling petgraph v0.6.5
21982026-03-19T02:59:35.912Z Compiling similar v2.7.0
21992026-03-19T02:59:36.318Z Compiling env_logger v0.11.9
22002026-03-19T02:59:36.773Z Compiling usdt v0.6.0
22012026-03-19T02:59:37.425Z Compiling zip v4.6.1
22022026-03-19T02:59:37.629Z Compiling serde_with v3.17.0
22032026-03-19T02:59:37.860Z Compiling ecdsa v0.16.9
22042026-03-19T02:59:37.921Z Compiling rsa v0.9.10
22052026-03-19T02:59:38.571Z Compiling ed25519-dalek v2.2.0
22062026-03-19T02:59:38.590Z Compiling crossterm v0.28.1
22072026-03-19T02:59:38.650Z Compiling clap v4.5.60
22082026-03-19T02:59:39.130Z Compiling zip v0.6.6
22092026-03-19T02:59:39.284Z Compiling strum v0.26.3
22102026-03-19T02:59:39.303Z Compiling toml v0.7.8
22112026-03-19T02:59:39.380Z Compiling tokio-stream v0.1.18
22122026-03-19T02:59:39.470Z Compiling buf-list v1.1.2
22132026-03-19T02:59:39.999Z Compiling x509-cert v0.2.5
22142026-03-19T02:59:40.017Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22152026-03-19T02:59:40.112Z Compiling openapiv3 v2.2.0
22162026-03-19T02:59:40.118Z Compiling sha1 v0.10.6
22172026-03-19T02:59:40.387Z Compiling itertools v0.13.0
22182026-03-19T02:59:40.461Z Compiling peg-runtime v0.8.5
22192026-03-19T02:59:41.041Z Compiling lalrpop-util v0.19.12
22202026-03-19T02:59:56.191Z Compiling macaddr v1.0.1
22212026-03-19T02:59:56.285Z Compiling structmeta-derive v0.3.0
22222026-03-19T02:59:56.331Z Compiling itertools v0.14.0
22232026-03-19T02:59:57.292Z Compiling heapless v0.8.0
22242026-03-19T02:59:58.053Z Compiling ingot-macros v0.1.1
22252026-03-19T02:59:58.850Z Compiling structmeta v0.3.0
22262026-03-19T03:00:02.354Z Compiling rustls-webpki v0.103.9
22272026-03-19T03:00:04.058Z Compiling toml_edit v0.23.10+spec-1.0.0
22282026-03-19T03:00:04.917Z Compiling hash32 v0.3.1
22292026-03-19T03:00:04.920Z Compiling smoltcp v0.11.0
22302026-03-19T03:00:05.391Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312026-03-19T03:00:05.534Z Compiling proc-macro-crate v3.4.0
22322026-03-19T03:00:05.556Z Compiling ingot-types v0.1.2
22332026-03-19T03:00:05.714Z Compiling cobs v0.3.0
22342026-03-19T03:00:05.748Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22352026-03-19T03:00:05.782Z Compiling rustls v0.22.4
22362026-03-19T03:00:06.084Z Compiling postcard v1.1.3
22372026-03-19T03:00:06.087Z Compiling proc-macro-crate v1.3.1
22382026-03-19T03:00:06.133Z Compiling ingot v0.1.1
22392026-03-19T03:00:06.136Z Compiling rustls-webpki v0.102.8
22402026-03-19T03:00:06.206Z Compiling num_enum_derive v0.7.5
22412026-03-19T03:00:06.209Z Compiling futures-executor v0.3.32
22422026-03-19T03:00:06.209Z Compiling foreign-types-macros v0.2.3
22432026-03-19T03:00:06.525Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22442026-03-19T03:00:06.583Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22452026-03-19T03:00:06.608Z Compiling multer v3.1.0
22462026-03-19T03:00:06.856Z Compiling thread_local v1.1.9
22472026-03-19T03:00:06.856Z Compiling typeid v1.0.3
22482026-03-19T03:00:06.906Z Compiling cpufeatures v0.3.0
22492026-03-19T03:00:06.906Z Compiling match_cfg v0.1.0
22502026-03-19T03:00:07.031Z Compiling slog-async v2.8.0
22512026-03-19T03:00:07.058Z Compiling foreign-types-shared v0.3.1
22522026-03-19T03:00:07.063Z Compiling hostname v0.3.1
22532026-03-19T03:00:07.104Z Compiling chacha20 v0.10.0
22542026-03-19T03:00:07.204Z Compiling foreign-types v0.5.0
22552026-03-19T03:00:07.274Z Compiling tokio-rustls v0.26.4
22562026-03-19T03:00:07.311Z Compiling rustls-platform-verifier v0.6.2
22572026-03-19T03:00:07.494Z Compiling num_enum_derive v0.5.11
22582026-03-19T03:00:07.518Z Compiling futures v0.3.32
22592026-03-19T03:00:07.568Z Compiling num_enum v0.7.5
22602026-03-19T03:00:07.621Z Compiling hyper-rustls v0.27.7
22612026-03-19T03:00:07.670Z Compiling derive-ex v0.1.8
22622026-03-19T03:00:07.711Z Compiling tabwriter v1.4.1
22632026-03-19T03:00:07.747Z Compiling slog-json v2.6.1
22642026-03-19T03:00:07.818Z Compiling crossbeam-channel v0.5.15
22652026-03-19T03:00:08.043Z Compiling reqwest v0.13.2
22662026-03-19T03:00:08.140Z Compiling reqwest v0.12.28
22672026-03-19T03:00:08.213Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22682026-03-19T03:00:08.508Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22692026-03-19T03:00:08.730Z Compiling async-stream-impl v0.3.6
22702026-03-19T03:00:08.790Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22712026-03-19T03:00:08.814Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22722026-03-19T03:00:09.021Z Compiling serde_spanned v1.0.4
22732026-03-19T03:00:09.054Z Compiling is-terminal v0.4.17
22742026-03-19T03:00:09.203Z Compiling cstr-argument v0.1.2
22752026-03-19T03:00:09.260Z Compiling dropshot v0.16.7
22762026-03-19T03:00:09.283Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22772026-03-19T03:00:09.376Z Compiling toml_writer v1.0.6+spec-1.1.0
22782026-03-19T03:00:09.436Z Compiling crucible-workspace-hack v0.1.0
22792026-03-19T03:00:09.513Z Compiling term v1.2.1
22802026-03-19T03:00:09.541Z Compiling take_mut v0.2.2
22812026-03-19T03:00:09.562Z Compiling erased-serde v0.4.9
22822026-03-19T03:00:09.701Z Compiling toml v0.9.12+spec-1.1.0
22832026-03-19T03:00:09.845Z Compiling test-strategy v0.4.5
22842026-03-19T03:00:09.869Z Compiling async-stream v0.3.6
22852026-03-19T03:00:09.898Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22862026-03-19T03:00:09.983Z Compiling slog-term v2.9.2
22872026-03-19T03:00:10.007Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22882026-03-19T03:00:10.245Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22892026-03-19T03:00:10.435Z Compiling tokio-rustls v0.25.0
22902026-03-19T03:00:10.479Z Compiling num_enum v0.5.11
22912026-03-19T03:00:10.505Z Compiling slog-bunyan v2.5.0
22922026-03-19T03:00:10.671Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22932026-03-19T03:00:10.795Z Compiling rand v0.10.0
22942026-03-19T03:00:10.983Z Compiling parse-display-derive v0.10.0
22952026-03-19T03:00:11.006Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22962026-03-19T03:00:11.028Z Compiling backon v1.6.0
22972026-03-19T03:00:11.290Z Compiling waitgroup v0.1.2
22982026-03-19T03:00:11.336Z Compiling dropshot_endpoint v0.16.7
22992026-03-19T03:00:11.386Z Compiling newtype-uuid-macros v0.1.0
23002026-03-19T03:00:11.417Z Compiling rustls-pemfile v2.2.0
23012026-03-19T03:00:11.475Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23022026-03-19T03:00:11.685Z Compiling serde_path_to_error v0.1.20
23032026-03-19T03:00:11.721Z Compiling hostname v0.4.2
23042026-03-19T03:00:11.813Z Compiling instant v0.1.13
23052026-03-19T03:00:11.860Z Compiling colored v3.1.1
23062026-03-19T03:00:11.872Z Compiling libefi-sys v0.1.0
23072026-03-19T03:00:11.893Z Compiling debug-ignore v1.0.5
23082026-03-19T03:00:11.958Z Compiling backoff v0.4.0
23092026-03-19T03:00:12.125Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23102026-03-19T03:00:12.159Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23112026-03-19T03:00:12.273Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23122026-03-19T03:00:12.373Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23132026-03-19T03:00:12.483Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23142026-03-19T03:00:12.736Z Compiling camino-tempfile v1.4.1
23152026-03-19T03:00:12.789Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23162026-03-19T03:00:12.932Z Compiling usdt-attr-macro v0.5.0
23172026-03-19T03:00:12.964Z Compiling usdt-macro v0.5.0
23182026-03-19T03:00:13.008Z Compiling parse-display v0.10.0
23192026-03-19T03:00:13.087Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23202026-03-19T03:00:13.304Z Compiling secrecy v0.10.3
23212026-03-19T03:00:13.510Z Compiling num-derive v0.4.2
23222026-03-19T03:00:13.529Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23232026-03-19T03:00:13.770Z Compiling bitfield-struct v0.6.2
23242026-03-19T03:00:13.862Z Compiling regress v0.10.5
23252026-03-19T03:00:13.914Z Compiling ordered-float v2.10.1
23262026-03-19T03:00:13.952Z Compiling blake3 v1.8.3
23272026-03-19T03:00:14.038Z Compiling memmap v0.7.0
23282026-03-19T03:00:14.148Z Compiling sigpipe v0.1.3
23292026-03-19T03:00:14.279Z Compiling glob v0.3.3
23302026-03-19T03:00:14.349Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23312026-03-19T03:00:14.401Z Compiling serde-value v0.7.0
23322026-03-19T03:00:14.635Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23332026-03-19T03:00:14.665Z Compiling usdt v0.5.0
23342026-03-19T03:00:14.734Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23352026-03-19T03:00:14.755Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23362026-03-19T03:00:14.830Z Compiling serde-untagged v0.1.9
23372026-03-19T03:00:14.847Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23382026-03-19T03:00:15.105Z Compiling toml v0.8.23
23392026-03-19T03:00:15.261Z Compiling smf v0.2.3
23402026-03-19T03:00:15.368Z Compiling filetime v0.2.27
23412026-03-19T03:00:15.384Z Compiling arrayvec v0.7.6
23422026-03-19T03:00:15.403Z Compiling constant_time_eq v0.4.2
23432026-03-19T03:00:15.459Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23442026-03-19T03:00:15.548Z Compiling unicode-xid v0.2.6
23452026-03-19T03:00:15.586Z Compiling xattr v1.6.1
23462026-03-19T03:00:15.627Z Compiling arrayref v0.3.9
23472026-03-19T03:00:15.653Z Compiling same-file v1.0.6
23482026-03-19T03:00:15.679Z Compiling whoami v1.6.1
23492026-03-19T03:00:15.707Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-03-19T03:00:15.753Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23512026-03-19T03:00:15.780Z Compiling tar v0.4.44
23522026-03-19T03:00:15.846Z Compiling walkdir v2.5.0
23532026-03-19T03:00:15.883Z Compiling cargo-util-schemas v0.8.2
23542026-03-19T03:00:16.121Z Compiling tokio-dtrace v0.1.1
23552026-03-19T03:00:16.295Z Compiling gethostname v0.5.0
23562026-03-19T03:00:16.475Z Compiling cargo-platform v0.2.0
23572026-03-19T03:00:16.504Z Compiling topological-sort v0.2.2
23582026-03-19T03:00:16.579Z Compiling oxide-tokio-rt v0.1.3
23592026-03-19T03:00:16.680Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23602026-03-19T03:00:16.736Z Compiling indent_write v2.2.0
23612026-03-19T03:00:16.762Z Compiling shell-words v1.1.1
23622026-03-19T03:00:17.716Z Compiling cargo_metadata v0.21.0
23632026-03-19T03:00:28.657Z Compiling progenitor-client v0.13.0
23642026-03-19T03:00:28.713Z Compiling progenitor-client v0.10.0
23652026-03-19T03:00:28.722Z Compiling omicron-zone-package v0.12.2
23662026-03-19T03:00:28.810Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23672026-03-19T03:00:28.817Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23682026-03-19T03:00:28.817Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23692026-03-19T03:00:28.817Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23702026-03-19T03:00:29.060Z Compiling progenitor-extras v0.1.1
23712026-03-19T03:00:29.368Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23722026-03-19T03:00:38.942Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23732026-03-19T03:00:40.232Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23742026-03-19T03:00:48.525Z Finished `release` profile [optimized] target(s) in 1m 54s
23752026-03-19T03:00:48.714Z Running `target/release/omicron-package -t test target create -p dev`
23762026-03-19T03:00:48.790ZLogging to: /work/oxidecomputer/omicron/out/LOG
23772026-03-19T03:00:48.799ZCreated new build target 'test' and set it as active
23782026-03-19T03:00:48.799Z
23792026-03-19T03:00:48.799Zreal 1:54.968352415
23802026-03-19T03:00:48.799Zuser 20:16.732335687
23812026-03-19T03:00:48.799Zsys 3:05.199966082
23822026-03-19T03:00:48.799Ztrap 0.518154144
23832026-03-19T03:00:48.800Ztflt 2.785057160
23842026-03-19T03:00:48.800Zdflt 3.633175392
23852026-03-19T03:00:48.800Zkflt 0.003800216
23862026-03-19T03:00:48.800Zlock 1:04:17.333919239
23872026-03-19T03:00:48.800Zslp 51:33.805184536
23882026-03-19T03:00:48.800Zlat 47.186600973
23892026-03-19T03:00:48.800Zstop 7:57.044475903
23902026-03-19T03:00:48.800Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23912026-03-19T03:00:49.999Z Finished `release` profile [optimized] target(s) in 1.19s
23922026-03-19T03:00:50.071Z Running `target/release/omicron-package -t test package`
23932026-03-19T03:00:50.139ZLogging to: /work/oxidecomputer/omicron/out/LOG
23942026-03-19T03:00:52.079Z Compiling regress v0.10.5
23952026-03-19T03:00:52.079Z Compiling heck v0.5.0
23962026-03-19T03:00:52.103Z Compiling unsafe-libyaml v0.2.11
23972026-03-19T03:00:52.103Z Compiling convert_case v0.4.0
23982026-03-19T03:00:52.411Z Compiling half v2.7.1
23992026-03-19T03:00:52.411Z Compiling ciborium-io v0.2.2
24002026-03-19T03:00:52.461Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24012026-03-19T03:00:52.493Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24022026-03-19T03:00:52.513Z Compiling prettyplease v0.2.37
24032026-03-19T03:00:52.545Z Compiling universal-hash v0.5.1
24042026-03-19T03:00:52.554Z Compiling thiserror-impl-no-std v2.0.2
24052026-03-19T03:00:52.554Z Compiling unicode-width v0.1.14
24062026-03-19T03:00:52.554Z Compiling opaque-debug v0.3.1
24072026-03-19T03:00:52.554Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24082026-03-19T03:00:52.573Z Compiling typify-impl v0.6.1
24092026-03-19T03:00:52.692Z Compiling chacha20 v0.9.1
24102026-03-19T03:00:52.729Z Compiling password-hash v0.5.0
24112026-03-19T03:00:52.806Z Compiling derive_more v0.99.20
24122026-03-19T03:00:52.807Z Compiling ciborium-ll v0.2.2
24132026-03-19T03:00:52.843Z Compiling poly1305 v0.8.0
24142026-03-19T03:00:52.882Z Compiling blake2 v0.10.6
24152026-03-19T03:00:52.886Z Compiling aead v0.5.2
24162026-03-19T03:00:53.039Z Compiling serde_yaml v0.9.34+deprecated
24172026-03-19T03:00:53.096Z Compiling ciborium v0.2.2
24182026-03-19T03:00:53.126Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24192026-03-19T03:00:53.200Z Compiling is-terminal v0.4.17
24202026-03-19T03:00:53.675Z Compiling swrite v0.1.0
24212026-03-19T03:00:53.725Z Compiling argon2 v0.5.3
24222026-03-19T03:00:53.725Z Compiling chacha20poly1305 v0.10.1
24232026-03-19T03:00:53.725Z Compiling serde_spanned v1.0.4
24242026-03-19T03:00:53.725Z Compiling toml_writer v1.0.6+spec-1.1.0
24252026-03-19T03:00:53.725Z Compiling bytecount v0.6.9
24262026-03-19T03:00:53.726Z Compiling rustls v0.22.4
24272026-03-19T03:00:53.764Z Compiling rustls-webpki v0.102.8
24282026-03-19T03:00:53.878Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24292026-03-19T03:00:53.904Z Compiling toml v0.9.12+spec-1.1.0
24302026-03-19T03:00:53.925Z Compiling derive-where v1.6.0
24312026-03-19T03:00:53.938Z Compiling thiserror-no-std v2.0.2
24322026-03-19T03:00:53.938Z Compiling thread_local v1.1.9
24332026-03-19T03:00:53.979Z Compiling match_cfg v0.1.0
24342026-03-19T03:00:54.087Z Compiling vsss-rs v3.3.4
24352026-03-19T03:00:54.128Z Compiling hostname v0.3.1
24362026-03-19T03:00:54.265Z Compiling multer v3.1.0
24372026-03-19T03:00:54.336Z Compiling slog-async v2.8.0
24382026-03-19T03:00:54.401Z Compiling slog-json v2.6.1
24392026-03-19T03:00:54.437Z Compiling crossbeam-channel v0.5.15
24402026-03-19T03:00:54.500Z Compiling futures-executor v0.3.32
24412026-03-19T03:00:54.568Z Compiling term v1.2.1
24422026-03-19T03:00:54.636Z Compiling take_mut v0.2.2
24432026-03-19T03:00:54.688Z Compiling slog-bunyan v2.5.0
24442026-03-19T03:00:54.819Z Compiling futures v0.3.32
24452026-03-19T03:00:54.884Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24462026-03-19T03:00:54.923Z Compiling async-stream v0.3.6
24472026-03-19T03:00:54.966Z Compiling slog-term v2.9.2
24482026-03-19T03:00:55.124Z Compiling dropshot v0.16.7
24492026-03-19T03:00:55.133Z Compiling progenitor-client v0.13.0
24502026-03-19T03:00:55.162Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24512026-03-19T03:00:55.212Z Compiling waitgroup v0.1.2
24522026-03-19T03:00:55.287Z Compiling backon v1.6.0
24532026-03-19T03:00:55.426Z Compiling rustls-pemfile v2.2.0
24542026-03-19T03:00:55.462Z Compiling serde_path_to_error v0.1.20
24552026-03-19T03:00:55.466Z Compiling hostname v0.4.2
24562026-03-19T03:00:55.526Z Compiling instant v0.1.13
24572026-03-19T03:00:55.573Z Compiling debug-ignore v1.0.5
24582026-03-19T03:00:55.607Z Compiling progenitor-extras v0.1.1
24592026-03-19T03:00:55.614Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24602026-03-19T03:00:55.678Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24612026-03-19T03:00:55.681Z Compiling parse-display v0.10.0
24622026-03-19T03:00:55.681Z Compiling backoff v0.4.0
24632026-03-19T03:00:55.777Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24642026-03-19T03:00:55.780Z Compiling progenitor-client v0.10.0
24652026-03-19T03:00:55.780Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24662026-03-19T03:00:55.780Z Compiling macaddr v1.0.1
24672026-03-19T03:00:55.934Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24682026-03-19T03:00:55.968Z Compiling console v0.15.11
24692026-03-19T03:00:55.968Z Compiling newline-converter v0.3.0
24702026-03-19T03:00:56.038Z Compiling atomicwrites v0.4.4
24712026-03-19T03:00:56.075Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24722026-03-19T03:00:56.107Z Compiling num-rational v0.4.2
24732026-03-19T03:00:56.218Z Compiling num-complex v0.4.6
24742026-03-19T03:00:56.331Z Compiling slog-dtrace v0.3.0
24752026-03-19T03:00:56.381Z Compiling async-recursion v1.1.1
24762026-03-19T03:00:56.444Z Compiling owo-colors v4.3.0
24772026-03-19T03:00:56.620Z Compiling expectorate v1.2.0
24782026-03-19T03:00:56.712Z Compiling cancel-safe-futures v0.1.5
24792026-03-19T03:00:56.831Z Compiling tokio-rustls v0.25.0
24802026-03-19T03:00:56.869Z Compiling num v0.4.3
24812026-03-19T03:00:56.906Z Compiling float-ord v0.3.2
24822026-03-19T03:00:57.080Z Compiling libsw-core v0.3.2
24832026-03-19T03:00:57.186Z Compiling resolv-conf v0.7.6
24842026-03-19T03:00:57.204Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24852026-03-19T03:00:57.301Z Compiling libsw v3.5.0
24862026-03-19T03:00:57.364Z Compiling toml v0.8.23
24872026-03-19T03:00:57.402Z Compiling linear-map v1.2.0
24882026-03-19T03:00:57.527Z Compiling linked-hash-map v0.5.6
24892026-03-19T03:00:57.561Z Compiling minimal-lexical v0.2.1
24902026-03-19T03:00:57.721Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24912026-03-19T03:00:57.827Z Compiling lru-cache v0.1.2
24922026-03-19T03:00:57.862Z Compiling unicode-xid v0.2.6
24932026-03-19T03:00:57.991Z Compiling nom v7.1.3
24942026-03-19T03:00:57.999Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24952026-03-19T03:00:58.011Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24962026-03-19T03:00:58.047Z Compiling globset v0.4.18
24972026-03-19T03:00:58.076Z Compiling hickory-proto v0.24.4
24982026-03-19T03:00:58.189Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24992026-03-19T03:00:58.430Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25002026-03-19T03:00:58.559Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25012026-03-19T03:00:59.392Z Compiling typify-macro v0.6.1
25022026-03-19T03:00:59.714Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25032026-03-19T03:00:59.841Z Compiling convert_case v0.10.0
25042026-03-19T03:01:00.256Z Compiling derive_more-impl v2.1.1
25052026-03-19T03:01:01.156Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25062026-03-19T03:01:01.320Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25072026-03-19T03:01:01.356Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25082026-03-19T03:01:01.501Z Compiling typify v0.6.1
25092026-03-19T03:01:01.640Z Compiling hickory-resolver v0.24.4
25102026-03-19T03:01:01.680Z Compiling progenitor-impl v0.13.0
25112026-03-19T03:01:02.091Z Compiling pin-project-internal v1.1.11
25122026-03-19T03:01:02.249Z Compiling derive_more v2.1.1
25132026-03-19T03:01:02.397Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-03-19T03:01:02.655Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25152026-03-19T03:01:02.852Z Compiling pem v3.0.6
25162026-03-19T03:01:03.568Z Compiling qorb v0.4.1
25172026-03-19T03:01:03.715Z Compiling pin-project v1.1.11
25182026-03-19T03:01:03.743Z Compiling snafu-derive v0.8.9
25192026-03-19T03:01:03.880Z Compiling termtree v0.5.1
25202026-03-19T03:01:04.176Z Compiling crossterm v0.29.0
25212026-03-19T03:01:04.502Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25222026-03-19T03:01:04.771Z Compiling progenitor-macro v0.13.0
25232026-03-19T03:01:05.874Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25242026-03-19T03:01:06.081Z Compiling snafu v0.8.9
25252026-03-19T03:01:06.831Z Compiling olpc-cjson v0.1.4
25262026-03-19T03:01:07.136Z Compiling phf_shared v0.12.1
25272026-03-19T03:01:07.312Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-03-19T03:01:07.494Z Compiling serde_plain v1.0.2
25292026-03-19T03:01:07.964Z Compiling csv-core v0.1.13
25302026-03-19T03:01:07.997Z Compiling vte v0.14.1
25312026-03-19T03:01:08.338Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-03-19T03:01:08.377Z Compiling highway v1.3.0
25332026-03-19T03:01:08.705Z Compiling chrono-tz v0.10.4
25342026-03-19T03:01:08.729Z Compiling typed-path v0.9.3
25352026-03-19T03:01:08.988Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362026-03-19T03:01:09.286Z Compiling strip-ansi-escapes v0.2.1
25372026-03-19T03:01:09.316Z Compiling csv v1.4.0
25382026-03-19T03:01:09.652Z Compiling phf v0.12.1
25392026-03-19T03:01:09.735Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402026-03-19T03:01:09.979Z Compiling const_format_proc_macros v0.2.34
25412026-03-19T03:01:10.032Z Compiling papergrid v0.11.0
25422026-03-19T03:01:10.248Z Compiling fd-lock v4.0.4
25432026-03-19T03:01:10.396Z Compiling tough v0.20.0
25442026-03-19T03:01:10.468Z Compiling peg-macros v0.8.5
25452026-03-19T03:01:10.654Z Compiling tabled_derive v0.7.0
25462026-03-19T03:01:10.796Z Compiling progenitor v0.13.0
25472026-03-19T03:01:11.085Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25482026-03-19T03:01:11.666Z Compiling nu-ansi-term v0.50.3
25492026-03-19T03:01:11.902Z Compiling tabled v0.15.0
25502026-03-19T03:01:12.179Z Compiling peg v0.8.5
25512026-03-19T03:01:12.346Z Compiling reedline v0.40.0
25522026-03-19T03:01:12.349Z Compiling const_format v0.2.35
25532026-03-19T03:01:12.460Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25542026-03-19T03:01:12.833Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25552026-03-19T03:01:13.023Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25562026-03-19T03:01:14.633Z Compiling bcs v0.1.6
25572026-03-19T03:01:14.847Z Compiling semver v0.1.20
25582026-03-19T03:01:15.227Z Compiling rustc_version v0.1.7
25592026-03-19T03:01:15.246Z Compiling base64 v0.21.7
25602026-03-19T03:01:15.514Z Compiling newtype_derive v0.1.6
25612026-03-19T03:01:15.804Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25622026-03-19T03:01:15.956Z Compiling typify-impl v0.4.3
25632026-03-19T03:01:16.122Z Compiling smawk v0.3.2
25642026-03-19T03:01:16.368Z Compiling humantime v2.3.0
25652026-03-19T03:01:16.421Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25662026-03-19T03:01:16.720Z Compiling unicode-linebreak v0.1.5
25672026-03-19T03:01:16.839Z Compiling dropshot-api-manager-types v0.6.0
25682026-03-19T03:01:16.874Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25692026-03-19T03:01:16.909Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25702026-03-19T03:01:17.118Z Compiling textwrap v0.16.2
25712026-03-19T03:01:17.148Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25722026-03-19T03:01:17.500Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25732026-03-19T03:01:17.631Z Compiling steno v0.4.1
25742026-03-19T03:01:19.235Z Compiling utf-8 v0.7.6
25752026-03-19T03:01:19.281Z Compiling tagptr v0.2.0
25762026-03-19T03:01:19.578Z Compiling moka v0.12.13
25772026-03-19T03:01:19.595Z Compiling tungstenite v0.21.0
25782026-03-19T03:01:19.869Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25792026-03-19T03:01:20.083Z Compiling radium v0.7.0
25802026-03-19T03:01:20.482Z Compiling tokio-tungstenite v0.21.0
25812026-03-19T03:01:20.992Z Compiling typify-macro v0.4.3
25822026-03-19T03:01:21.071Z Compiling hickory-resolver v0.25.2
25832026-03-19T03:01:21.238Z Compiling maybe-uninit v2.0.0
25842026-03-19T03:01:21.487Z Compiling tap v1.0.1
25852026-03-19T03:01:21.675Z Compiling wyz v0.5.1
25862026-03-19T03:01:22.002Z Compiling zerocopy-derive v0.6.6
25872026-03-19T03:01:22.086Z Compiling funty v2.0.0
25882026-03-19T03:01:22.210Z Compiling crc-catalog v2.4.0
25892026-03-19T03:01:22.304Z Compiling display-error-chain v0.2.2
25902026-03-19T03:01:22.403Z Compiling packed_struct v0.10.1
25912026-03-19T03:01:22.530Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25922026-03-19T03:01:22.800Z Compiling bitvec v1.0.1
25932026-03-19T03:01:23.066Z Compiling typify v0.4.3
25942026-03-19T03:01:23.229Z Compiling progenitor-impl v0.10.0
25952026-03-19T03:01:23.387Z Compiling zerocopy v0.6.6
25962026-03-19T03:01:23.934Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25972026-03-19T03:01:25.307Z Compiling crc v3.4.0
25982026-03-19T03:01:25.614Z Compiling packed_struct_codegen v0.10.1
25992026-03-19T03:01:25.776Z Compiling bitfield-macros v0.19.4
26002026-03-19T03:01:26.287Z Compiling progenitor-macro v0.10.0
26012026-03-19T03:01:26.420Z Compiling indexmap v1.9.3
26022026-03-19T03:01:26.722Z Compiling nodrop v0.1.14
26032026-03-19T03:01:26.752Z Compiling bitfield v0.19.4
26042026-03-19T03:01:26.888Z Compiling array-init v0.0.4
26052026-03-19T03:01:27.242Z Compiling smallvec v0.6.14
26062026-03-19T03:01:27.485Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26072026-03-19T03:01:27.623Z Compiling num-derive v0.3.3
26082026-03-19T03:01:27.750Z Compiling proc-macro-error-attr2 v2.0.0
26092026-03-19T03:01:28.283Z Compiling hashbrown v0.12.3
26102026-03-19T03:01:28.573Z Compiling proc-macro-error2 v2.0.1
26112026-03-19T03:01:28.714Z Compiling serde-hex v0.1.0
26122026-03-19T03:01:28.835Z Compiling libscf-sys v1.1.0
26132026-03-19T03:01:28.999Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26142026-03-19T03:01:29.119Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26152026-03-19T03:01:29.174Z Compiling ron v0.8.1
26162026-03-19T03:01:29.366Z Compiling hashbrown v0.13.2
26172026-03-19T03:01:29.426Z Compiling vergen-gitcl v1.0.8
26182026-03-19T03:01:29.720Z Compiling dirs-sys-next v0.1.2
26192026-03-19T03:01:29.768Z Compiling maplit v1.0.2
26202026-03-19T03:01:29.910Z Compiling glob v0.3.3
26212026-03-19T03:01:30.076Z Compiling crunchy v0.2.4
26222026-03-19T03:01:30.206Z Compiling diesel_derives v2.3.7
26232026-03-19T03:01:30.419Z Compiling crc-any v2.5.0
26242026-03-19T03:01:30.543Z Compiling clang-sys v1.8.1
26252026-03-19T03:01:30.576Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26262026-03-19T03:01:30.603Z Compiling object v0.30.4
26272026-03-19T03:01:31.006Z Compiling dirs-next v2.0.0
26282026-03-19T03:01:31.101Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26292026-03-19T03:01:31.139Z Compiling tabled_derive v0.11.0
26302026-03-19T03:01:31.203Z Compiling papergrid v0.17.0
26312026-03-19T03:01:31.448Z Compiling testing_table v0.3.0
26322026-03-19T03:01:31.654Z Compiling dsl_auto_type v0.2.0
26332026-03-19T03:01:31.861Z Compiling scheduled-thread-pool v0.2.7
26342026-03-19T03:01:31.999Z Compiling diesel_table_macro_syntax v0.3.0
26352026-03-19T03:01:32.029Z Compiling path-slash v0.1.5
26362026-03-19T03:01:32.186Z Compiling progenitor v0.10.0
26372026-03-19T03:01:32.264Z Compiling tiny-keccak v2.0.2
26382026-03-19T03:01:32.295Z Compiling r2d2 v0.8.10
26392026-03-19T03:01:32.297Z Compiling term v0.7.0
26402026-03-19T03:01:32.425Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26412026-03-19T03:01:32.702Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26422026-03-19T03:01:32.737Z Compiling arc-swap v1.8.2
26432026-03-19T03:01:32.768Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26442026-03-19T03:01:32.835Z Compiling tabled v0.20.0
26452026-03-19T03:01:33.031Z Compiling xshell-macros v0.2.7
26462026-03-19T03:01:33.074Z Compiling bit-vec v0.6.3
26472026-03-19T03:01:33.226Z Compiling downcast-rs v2.0.2
26482026-03-19T03:01:33.330Z Compiling bit-set v0.5.3
26492026-03-19T03:01:33.380Z Compiling slog-scope v4.4.1
26502026-03-19T03:01:33.545Z Compiling xshell v0.2.7
26512026-03-19T03:01:33.584Z Compiling ascii-canvas v3.0.0
26522026-03-19T03:01:33.840Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26532026-03-19T03:01:33.924Z Compiling itertools v0.10.5
26542026-03-19T03:01:33.957Z Compiling ena v0.14.4
26552026-03-19T03:01:34.289Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26562026-03-19T03:01:34.440Z Compiling libloading v0.8.9
26572026-03-19T03:01:34.604Z Compiling unicase v2.9.0
26582026-03-19T03:01:34.740Z Compiling regex-syntax v0.6.29
26592026-03-19T03:01:35.002Z Compiling diff v0.1.13
26602026-03-19T03:01:35.202Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26612026-03-19T03:01:35.377Z Compiling bindgen v0.71.1
26622026-03-19T03:01:35.443Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26632026-03-19T03:01:37.179Z Compiling lalrpop v0.19.12
26642026-03-19T03:01:37.640Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26652026-03-19T03:01:38.526Z Compiling slog-stdlog v4.1.1
26662026-03-19T03:01:39.092Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26672026-03-19T03:01:39.127Z Compiling diesel v2.3.7
26682026-03-19T03:01:39.166Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-03-19T03:01:39.868Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26702026-03-19T03:01:39.926Z Compiling cexpr v0.6.0
26712026-03-19T03:01:39.979Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26722026-03-19T03:01:40.254Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26732026-03-19T03:01:40.429Z Compiling crc8 v0.1.1
26742026-03-19T03:01:40.630Z Compiling slog-envlogger v2.2.0
26752026-03-19T03:01:40.742Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-03-19T03:01:40.810Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26772026-03-19T03:01:40.872Z Compiling headers-core v0.3.0
26782026-03-19T03:01:41.082Z Compiling libxml v0.3.3
26792026-03-19T03:01:41.530Z Compiling headers v0.4.1
26802026-03-19T03:01:41.619Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26812026-03-19T03:01:42.114Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26822026-03-19T03:01:42.419Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26832026-03-19T03:01:42.948Z Compiling strum_macros v0.24.3
26842026-03-19T03:01:43.386Z Compiling indoc v1.0.9
26852026-03-19T03:01:43.392Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26862026-03-19T03:01:43.392Z Compiling derive_builder v0.20.2
26872026-03-19T03:01:43.392Z Compiling oso-derive v0.27.3
26882026-03-19T03:01:43.443Z Compiling quick-xml v0.37.5
26892026-03-19T03:01:43.570Z Compiling impl-trait-for-tuples v0.2.3
26902026-03-19T03:01:43.650Z Compiling half v1.8.3
26912026-03-19T03:01:43.732Z Compiling openssl-probe v0.1.6
26922026-03-19T03:01:44.038Z Compiling serde_cbor v0.11.2
26932026-03-19T03:01:44.144Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26942026-03-19T03:01:44.248Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26952026-03-19T03:01:44.674Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26962026-03-19T03:01:45.092Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26972026-03-19T03:01:45.344Z Compiling bb8 v0.8.6
26982026-03-19T03:01:45.384Z Compiling trait-variant v0.1.2
26992026-03-19T03:01:45.447Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27002026-03-19T03:01:45.489Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27012026-03-19T03:01:45.856Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27022026-03-19T03:01:45.918Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27032026-03-19T03:01:46.144Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27042026-03-19T03:01:46.207Z Compiling fxhash v0.2.1
27052026-03-19T03:01:46.412Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27062026-03-19T03:01:46.553Z Compiling kstat-rs v0.2.4
27072026-03-19T03:01:46.766Z Compiling libz-sys v1.1.24
27082026-03-19T03:01:47.206Z Compiling nonempty v0.12.0
27092026-03-19T03:01:47.209Z Compiling salty v0.3.0
27102026-03-19T03:01:47.209Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27112026-03-19T03:01:47.726Z Compiling samael v0.0.19
27122026-03-19T03:01:47.730Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27132026-03-19T03:01:47.730Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27142026-03-19T03:01:47.730Z Compiling progenitor-impl v0.11.2
27152026-03-19T03:01:47.730Z Compiling darling_core v0.23.0
27162026-03-19T03:01:48.223Z Compiling nanorand v0.7.0
27172026-03-19T03:01:48.341Z Compiling polar-core v0.27.3
27182026-03-19T03:01:48.647Z Compiling fs-err v2.11.0
27192026-03-19T03:01:48.951Z Compiling parking_lot_core v0.8.6
27202026-03-19T03:01:49.428Z Compiling mime_guess v2.0.5
27212026-03-19T03:01:49.432Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27222026-03-19T03:01:49.892Z Compiling flume v0.11.1
27232026-03-19T03:01:50.285Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27242026-03-19T03:01:50.707Z Compiling progenitor-macro v0.11.2
27252026-03-19T03:01:50.877Z Compiling darling_macro v0.23.0
27262026-03-19T03:01:51.852Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-03-19T03:01:52.343Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27282026-03-19T03:01:52.559Z Compiling progenitor-client v0.11.2
27292026-03-19T03:01:53.514Z Compiling git-stub v1.0.0
27302026-03-19T03:01:53.851Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27312026-03-19T03:01:54.097Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27322026-03-19T03:01:54.877Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27332026-03-19T03:01:55.137Z Compiling libgit2-sys v0.18.3+1.9.2
27342026-03-19T03:01:55.699Z Compiling instability v0.3.11
27352026-03-19T03:01:56.581Z Compiling progenitor v0.11.2
27362026-03-19T03:01:56.814Z Compiling git-stub-vcs v0.1.0
27372026-03-19T03:01:57.295Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27382026-03-19T03:01:58.724Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-03-19T03:01:59.478Z Compiling darling v0.23.0
27402026-03-19T03:01:59.626Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27412026-03-19T03:02:02.079Z Compiling oso v0.27.3
27422026-03-19T03:02:03.248Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27432026-03-19T03:02:03.253Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27442026-03-19T03:02:03.360Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27452026-03-19T03:02:03.834Z Compiling ignore v0.4.25
27462026-03-19T03:02:04.407Z Compiling async-bb8-diesel v0.2.1
27472026-03-19T03:02:04.822Z Compiling diesel-dtrace v0.5.0
27482026-03-19T03:02:05.220Z Compiling primeorder v0.13.6
27492026-03-19T03:02:05.642Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-03-19T03:02:07.034Z Compiling castaway v0.2.4
27512026-03-19T03:02:07.169Z Compiling nibble_vec v0.1.0
27522026-03-19T03:02:07.216Z Compiling atty v0.2.14
27532026-03-19T03:02:07.406Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-03-19T03:02:07.435Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27552026-03-19T03:02:07.549Z Compiling indoc v2.0.7
27562026-03-19T03:02:07.695Z Compiling parse-size v1.1.0
27572026-03-19T03:02:07.726Z Compiling http-range v0.1.5
27582026-03-19T03:02:07.968Z Compiling endian-type v0.1.2
27592026-03-19T03:02:08.140Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27602026-03-19T03:02:08.199Z Compiling radix_trie v0.2.1
27612026-03-19T03:02:08.475Z Compiling compact_str v0.8.1
27622026-03-19T03:02:08.782Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-03-19T03:02:09.109Z Compiling p384 v0.13.1
27642026-03-19T03:02:10.173Z Compiling globwalk v0.9.1
27652026-03-19T03:02:10.399Z Compiling parking_lot v0.11.2
27662026-03-19T03:02:11.067Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27672026-03-19T03:02:11.414Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-03-19T03:02:11.566Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27692026-03-19T03:02:11.928Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-03-19T03:02:12.003Z Compiling predicates-tree v1.0.13
27712026-03-19T03:02:12.034Z Compiling unicode-truncate v1.1.0
27722026-03-19T03:02:12.119Z Compiling lru v0.12.5
27732026-03-19T03:02:12.311Z Compiling prefix-trie v0.7.0
27742026-03-19T03:02:12.416Z Compiling vergen-git2 v1.0.7
27752026-03-19T03:02:12.578Z Compiling cassowary v0.3.0
27762026-03-19T03:02:12.797Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27772026-03-19T03:02:12.981Z Compiling ratatui v0.29.0
27782026-03-19T03:02:13.472Z Compiling hickory-server v0.25.2
27792026-03-19T03:02:14.024Z Compiling camino-tempfile-ext v0.3.3
27802026-03-19T03:02:14.448Z Compiling hyper-staticfile v0.10.1
27812026-03-19T03:02:14.599Z Compiling sled v0.34.7
27822026-03-19T03:02:15.999Z Compiling hickory-client v0.25.2
27832026-03-19T03:02:16.294Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27842026-03-19T03:02:16.456Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27852026-03-19T03:02:17.048Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-03-19T03:02:17.119Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27872026-03-19T03:02:17.150Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27882026-03-19T03:02:18.038Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-03-19T03:02:18.127Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27902026-03-19T03:02:18.236Z Compiling rand_seeder v0.4.0
27912026-03-19T03:02:18.556Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-03-19T03:02:18.838Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27932026-03-19T03:02:19.143Z Compiling lzma-sys v0.1.20
27942026-03-19T03:02:19.173Z Compiling rustls v0.21.12
27952026-03-19T03:02:19.440Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27962026-03-19T03:02:19.647Z Compiling corncobs v0.1.4
27972026-03-19T03:02:19.848Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-03-19T03:02:19.922Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-03-19T03:02:19.953Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28002026-03-19T03:02:20.032Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28012026-03-19T03:02:20.344Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-03-19T03:02:20.408Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-03-19T03:02:20.761Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28042026-03-19T03:02:20.794Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28052026-03-19T03:02:21.276Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28062026-03-19T03:02:22.177Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28072026-03-19T03:02:23.608Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28082026-03-19T03:02:24.773Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28092026-03-19T03:02:25.048Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28102026-03-19T03:02:25.206Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28112026-03-19T03:02:25.333Z Compiling cargo_toml v0.22.3
28122026-03-19T03:02:25.492Z Compiling rustls-webpki v0.101.7
28132026-03-19T03:02:26.846Z Compiling sct v0.7.1
28142026-03-19T03:02:27.187Z Compiling nix v0.29.0
28152026-03-19T03:02:27.650Z Compiling secrecy v0.8.0
28162026-03-19T03:02:27.718Z Compiling void v1.0.2
28172026-03-19T03:02:27.885Z Compiling lzss v0.8.2
28182026-03-19T03:02:28.094Z Compiling git2 v0.20.4
28192026-03-19T03:02:28.390Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28202026-03-19T03:02:28.481Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28212026-03-19T03:02:28.497Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28222026-03-19T03:02:28.719Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28232026-03-19T03:02:29.246Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28242026-03-19T03:02:29.935Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28252026-03-19T03:02:30.153Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28262026-03-19T03:02:30.543Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28272026-03-19T03:02:30.851Z Compiling tungstenite v0.23.0
28282026-03-19T03:02:31.053Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28292026-03-19T03:02:31.151Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28302026-03-19T03:02:31.437Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28312026-03-19T03:02:31.737Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28322026-03-19T03:02:32.018Z Compiling nix v0.27.1
28332026-03-19T03:02:32.083Z Compiling serde_bytes v0.11.19
28342026-03-19T03:02:32.341Z Compiling tokio-tungstenite v0.23.1
28352026-03-19T03:02:32.559Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28362026-03-19T03:02:32.600Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28372026-03-19T03:02:32.828Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28382026-03-19T03:02:33.532Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28392026-03-19T03:02:33.610Z Compiling tokio-rustls v0.24.1
28402026-03-19T03:02:33.987Z Compiling xz2 v0.1.7
28412026-03-19T03:02:34.448Z Compiling ron v0.12.0
28422026-03-19T03:02:34.991Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28432026-03-19T03:02:35.710Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-03-19T03:02:36.791Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28452026-03-19T03:02:39.363Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28462026-03-19T03:02:39.547Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28472026-03-19T03:02:39.578Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28482026-03-19T03:02:41.951Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28492026-03-19T03:02:42.108Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28502026-03-19T03:02:42.790Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-03-19T03:02:43.476Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28522026-03-19T03:02:43.982Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28532026-03-19T03:02:44.090Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28542026-03-19T03:02:45.630Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28552026-03-19T03:02:47.043Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28562026-03-19T03:02:48.424Z Compiling rustls-pemfile v1.0.4
28572026-03-19T03:02:48.922Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28582026-03-19T03:02:49.184Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28592026-03-19T03:02:49.627Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28602026-03-19T03:02:49.862Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28612026-03-19T03:02:50.263Z Compiling signal-hook-tokio v0.3.1
28622026-03-19T03:02:50.495Z Compiling yasna v0.5.2
28632026-03-19T03:02:50.662Z Compiling twox-hash v2.1.2
28642026-03-19T03:02:50.890Z Compiling base16ct v1.0.0
28652026-03-19T03:02:50.976Z Compiling is_ci v1.2.0
28662026-03-19T03:02:51.239Z Compiling rcgen v0.12.1
28672026-03-19T03:02:51.321Z Compiling supports-color v3.0.2
28682026-03-19T03:02:51.673Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28692026-03-19T03:02:51.802Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28702026-03-19T03:02:51.836Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28712026-03-19T03:02:52.403Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28722026-03-19T03:02:52.841Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28732026-03-19T03:02:53.813Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28742026-03-19T03:02:55.699Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28752026-03-19T03:02:56.571Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28762026-03-19T03:02:56.889Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28772026-03-19T03:02:57.248Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28782026-03-19T03:02:59.142Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28792026-03-19T03:02:59.426Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28802026-03-19T03:02:59.712Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28812026-03-19T03:02:59.984Z Compiling fatfs v0.3.6
28822026-03-19T03:03:00.677Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28832026-03-19T03:03:01.626Z Compiling rtoolbox v0.0.3
28842026-03-19T03:03:01.803Z Compiling subprocess v0.2.15
28852026-03-19T03:03:01.963Z Compiling seq-macro v0.3.6
28862026-03-19T03:03:02.600Z Compiling assert_matches v1.5.0
28872026-03-19T03:03:02.743Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28882026-03-19T03:03:04.521Z Compiling rpassword v7.4.0
28892026-03-19T03:03:04.974Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28902026-03-19T03:03:05.028Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28912026-03-19T03:03:05.732Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-03-19T03:03:05.907Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28932026-03-19T03:03:06.328Z Compiling tui-tree-widget v0.23.1
28942026-03-19T03:03:06.691Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-03-19T03:03:07.999Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-03-19T03:03:08.673Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-03-19T03:03:08.959Z Compiling uzers v0.12.2
28982026-03-19T03:03:09.316Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-03-19T03:03:10.754Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-03-19T03:03:12.109Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-03-19T03:03:15.110Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-03-19T03:03:16.502Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29032026-03-19T03:03:17.481Z Compiling support-bundle-viewer v0.1.2
29042026-03-19T03:03:19.263Z Compiling multimap v0.10.1
29052026-03-19T03:03:32.187Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-03-19T03:03:40.541Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-03-19T03:03:45.644Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29082026-03-19T03:11:07.969Z Finished `release` profile [optimized] target(s) in 10m 17s
29092026-03-19T03:12:01.404Z
29102026-03-19T03:12:01.408Zreal 11:12.461743372
29112026-03-19T03:12:01.408Zuser 1:41:35.919381700
29122026-03-19T03:12:01.408Zsys 4:12.927113374
29132026-03-19T03:12:01.408Ztrap 2.343816429
29142026-03-19T03:12:01.408Ztflt 2.224039154
29152026-03-19T03:12:01.408Zdflt 17.152303119
29162026-03-19T03:12:01.408Zkflt 0.001569727
29172026-03-19T03:12:01.408Zlock 8:27:02.179611473
29182026-03-19T03:12:01.408Zslp 2:49:34.759910805
29192026-03-19T03:12:01.408Zlat 2:50.383174881
29202026-03-19T03:12:01.408Zstop 7:21.435623463
29212026-03-19T03:12:01.408Z+ mapfile -t packages
29222026-03-19T03:12:01.408Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29232026-03-19T03:12:02.760Z Finished `release` profile [optimized] target(s) in 1.33s
29242026-03-19T03:12:02.834Z Running `target/release/omicron-package -t test list-outputs`
29252026-03-19T03:12:02.906ZLogging to: /work/oxidecomputer/omicron/out/LOG
29262026-03-19T03:12:02.909Z+ ptime -m cargo build --locked --release -p xtask
29272026-03-19T03:12:03.621Z Compiling libc v0.2.180
29282026-03-19T03:12:03.621Z Compiling serde v1.0.228
29292026-03-19T03:12:03.624Z Compiling serde_core v1.0.228
29302026-03-19T03:12:03.624Z Compiling rustix v1.1.3
29312026-03-19T03:12:03.755Z Compiling serde_json v1.0.149
29322026-03-19T03:12:03.767Z Compiling bitflags v2.11.0
29332026-03-19T03:12:03.810Z Compiling num-traits v0.2.19
29342026-03-19T03:12:03.826Z Compiling syn v2.0.117
29352026-03-19T03:12:03.844Z Compiling smallvec v1.15.1
29362026-03-19T03:12:03.847Z Compiling hashbrown v0.16.1
29372026-03-19T03:12:03.894Z Compiling usdt-impl v0.5.0
29382026-03-19T03:12:03.911Z Compiling syn v1.0.109
29392026-03-19T03:12:03.931Z Compiling getrandom v0.4.1
29402026-03-19T03:12:03.934Z Compiling percent-encoding v2.3.2
29412026-03-19T03:12:04.134Z Compiling log v0.4.29
29422026-03-19T03:12:04.209Z Compiling form_urlencoded v1.2.2
29432026-03-19T03:12:04.323Z Compiling fs-err v3.3.0
29442026-03-19T03:12:04.323Z Compiling heck v0.4.1
29452026-03-19T03:12:04.486Z Compiling once_cell v1.21.3
29462026-03-19T03:12:04.486Z Compiling anyhow v1.0.102
29472026-03-19T03:12:04.690Z Compiling indexmap v2.13.0
29482026-03-19T03:12:04.885Z Compiling errno v0.3.14
29492026-03-19T03:12:04.889Z Compiling thread-id v4.2.2
29502026-03-19T03:12:04.889Z Compiling memmap v0.7.0
29512026-03-19T03:12:05.346Z Compiling ordered-float v2.10.1
29522026-03-19T03:12:06.056Z Compiling proc-macro-error v1.0.4
29532026-03-19T03:12:06.316Z Compiling terminal_size v0.4.3
29542026-03-19T03:12:06.316Z Compiling tempfile v3.25.0
29552026-03-19T03:12:06.374Z Compiling tabled_derive v0.7.0
29562026-03-19T03:12:06.446Z Compiling clap_builder v4.5.60
29572026-03-19T03:12:06.446Z Compiling textwrap v0.16.2
29582026-03-19T03:12:06.628Z Compiling camino-tempfile v1.4.1
29592026-03-19T03:12:07.257Z Compiling tabled v0.15.0
29602026-03-19T03:12:07.452Z Compiling synstructure v0.13.2
29612026-03-19T03:12:07.452Z Compiling pest_generator v2.8.6
29622026-03-19T03:12:07.983Z Compiling serde_derive v1.0.228
29632026-03-19T03:12:07.983Z Compiling zerofrom-derive v0.1.6
29642026-03-19T03:12:07.987Z Compiling yoke-derive v0.8.1
29652026-03-19T03:12:07.987Z Compiling zerovec-derive v0.11.2
29662026-03-19T03:12:07.987Z Compiling displaydoc v0.2.5
29672026-03-19T03:12:07.987Z Compiling thiserror-impl v1.0.69
29682026-03-19T03:12:07.987Z Compiling zerocopy-derive v0.7.35
29692026-03-19T03:12:07.987Z Compiling scroll_derive v0.12.1
29702026-03-19T03:12:07.987Z Compiling thiserror-impl v2.0.18
29712026-03-19T03:12:08.039Z Compiling clap_derive v4.5.55
29722026-03-19T03:12:08.148Z Compiling pest_derive v2.8.6
29732026-03-19T03:12:08.942Z Compiling scroll v0.12.0
29742026-03-19T03:12:09.068Z Compiling zerocopy v0.7.35
29752026-03-19T03:12:09.329Z Compiling zerofrom v0.1.6
29762026-03-19T03:12:09.360Z Compiling goblin v0.8.2
29772026-03-19T03:12:09.517Z Compiling yoke v0.8.1
29782026-03-19T03:12:09.564Z Compiling thiserror v1.0.69
29792026-03-19T03:12:09.613Z Compiling thiserror v2.0.18
29802026-03-19T03:12:09.712Z Compiling dtrace-parser v0.2.0
29812026-03-19T03:12:09.775Z Compiling zerovec v0.11.5
29822026-03-19T03:12:09.805Z Compiling zerotrie v0.2.3
29832026-03-19T03:12:10.205Z Compiling clap v4.5.60
29842026-03-19T03:12:10.591Z Compiling tinystr v0.8.2
29852026-03-19T03:12:10.610Z Compiling potential_utf v0.1.4
29862026-03-19T03:12:10.872Z Compiling icu_locale_core v2.1.1
29872026-03-19T03:12:10.894Z Compiling icu_collections v2.1.1
29882026-03-19T03:12:12.176Z Compiling icu_provider v2.1.1
29892026-03-19T03:12:12.458Z Compiling serde_spanned v0.6.9
29902026-03-19T03:12:12.514Z Compiling toml_datetime v0.6.11
29912026-03-19T03:12:12.532Z Compiling dof v0.3.0
29922026-03-19T03:12:12.592Z Compiling icu_normalizer v2.1.1
29932026-03-19T03:12:12.668Z Compiling icu_properties v2.1.2
29942026-03-19T03:12:12.687Z Compiling serde_tokenstream v0.2.3
29952026-03-19T03:12:12.744Z Compiling serde-value v0.7.0
29962026-03-19T03:12:12.831Z Compiling toml_edit v0.22.27
29972026-03-19T03:12:13.111Z Compiling cargo-platform v0.2.0
29982026-03-19T03:12:13.306Z Compiling macaddr v1.0.1
29992026-03-19T03:12:13.725Z Compiling usdt-macro v0.5.0
30002026-03-19T03:12:13.788Z Compiling usdt-attr-macro v0.5.0
30012026-03-19T03:12:13.995Z Compiling idna_adapter v1.2.1
30022026-03-19T03:12:14.160Z Compiling idna v1.1.0
30032026-03-19T03:12:14.608Z Compiling url v2.5.8
30042026-03-19T03:12:14.628Z Compiling usdt v0.5.0
30052026-03-19T03:12:15.004Z Compiling toml v0.8.23
30062026-03-19T03:12:15.611Z Compiling cargo-util-schemas v0.8.2
30072026-03-19T03:12:15.611Z Compiling cargo_toml v0.21.0
30082026-03-19T03:12:17.059Z Compiling cargo_metadata v0.21.0
30092026-03-19T03:12:21.203Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30102026-03-19T03:12:25.203Z Finished `release` profile [optimized] target(s) in 22.27s
30112026-03-19T03:12:25.351Z
30122026-03-19T03:12:25.356Zreal 22.399913935
30132026-03-19T03:12:25.356Zuser 3:08.985924653
30142026-03-19T03:12:25.356Zsys 20.972172736
30152026-03-19T03:12:25.356Ztrap 0.081412927
30162026-03-19T03:12:25.356Ztflt 0.690084124
30172026-03-19T03:12:25.356Zdflt 1.704682634
30182026-03-19T03:12:25.356Zkflt 0.000036562
30192026-03-19T03:12:25.356Zlock 7:19.751612528
30202026-03-19T03:12:25.356Zslp 4:28.001404752
30212026-03-19T03:12:25.356Zlat 8.076104691
30222026-03-19T03:12:25.356Zstop 30.582243314
30232026-03-19T03:12:25.356Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-19T03:12:25.356Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-03-19T03:12:25.356Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-19T03:12:25.356Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-03-19T03:12:25.356Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30282026-03-19T03:12:26.667Z Compiling regress v0.10.5
30292026-03-19T03:12:26.670Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-03-19T03:12:26.861Z Compiling serde_spanned v1.0.4
30312026-03-19T03:12:26.864Z Compiling toml_writer v1.0.6+spec-1.1.0
30322026-03-19T03:12:26.864Z Compiling newtype-uuid-macros v0.1.0
30332026-03-19T03:12:26.864Z Compiling structmeta-derive v0.3.0
30342026-03-19T03:12:26.886Z Compiling rustls v0.22.4
30352026-03-19T03:12:26.890Z Compiling rustls-webpki v0.102.8
30362026-03-19T03:12:26.905Z Compiling multer v3.1.0
30372026-03-19T03:12:26.908Z Compiling debug-ignore v1.0.5
30382026-03-19T03:12:26.908Z Compiling match_cfg v0.1.0
30392026-03-19T03:12:27.000Z Compiling progenitor-client v0.13.0
30402026-03-19T03:12:27.024Z Compiling slog-json v2.6.1
30412026-03-19T03:12:27.028Z Compiling async-stream-impl v0.3.6
30422026-03-19T03:12:27.053Z Compiling dropshot v0.16.7
30432026-03-19T03:12:27.100Z Compiling itertools v0.14.0
30442026-03-19T03:12:27.125Z Compiling hostname v0.3.1
30452026-03-19T03:12:27.151Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30462026-03-19T03:12:27.228Z Compiling waitgroup v0.1.2
30472026-03-19T03:12:27.406Z Compiling slog-bunyan v2.5.0
30482026-03-19T03:12:27.411Z Compiling rustls-pemfile v2.2.0
30492026-03-19T03:12:27.415Z Compiling dropshot_endpoint v0.16.7
30502026-03-19T03:12:27.494Z Compiling toml v0.9.12+spec-1.1.0
30512026-03-19T03:12:27.497Z Compiling serde_path_to_error v0.1.20
30522026-03-19T03:12:27.599Z Compiling hostname v0.4.2
30532026-03-19T03:12:27.627Z Compiling macaddr v1.0.1
30542026-03-19T03:12:27.630Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30552026-03-19T03:12:27.681Z Compiling progenitor-client v0.10.0
30562026-03-19T03:12:27.714Z Compiling instant v0.1.13
30572026-03-19T03:12:27.811Z Compiling backon v1.6.0
30582026-03-19T03:12:27.881Z Compiling backoff v0.4.0
30592026-03-19T03:12:27.905Z Compiling async-stream v0.3.6
30602026-03-19T03:12:27.936Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30612026-03-19T03:12:27.964Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30622026-03-19T03:12:27.994Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30632026-03-19T03:12:28.020Z Compiling unsafe-libyaml v0.2.11
30642026-03-19T03:12:28.024Z Compiling crucible-workspace-hack v0.1.0
30652026-03-19T03:12:28.104Z Compiling progenitor-extras v0.1.1
30662026-03-19T03:12:28.131Z Compiling toml_edit v0.23.10+spec-1.0.0
30672026-03-19T03:12:28.157Z Compiling secrecy v0.10.3
30682026-03-19T03:12:28.184Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30692026-03-19T03:12:28.217Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30702026-03-19T03:12:28.382Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30712026-03-19T03:12:28.419Z Compiling heapless v0.8.0
30722026-03-19T03:12:28.446Z Compiling structmeta v0.3.0
30732026-03-19T03:12:28.449Z Compiling hash32 v0.3.1
30742026-03-19T03:12:28.498Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30752026-03-19T03:12:28.550Z Compiling smoltcp v0.11.0
30762026-03-19T03:12:28.584Z Compiling toml v0.8.23
30772026-03-19T03:12:28.737Z Compiling tabwriter v1.4.1
30782026-03-19T03:12:28.743Z Compiling cobs v0.3.0
30792026-03-19T03:12:28.767Z Compiling derive-ex v0.1.8
30802026-03-19T03:12:28.770Z Compiling parse-display-derive v0.10.0
30812026-03-19T03:12:28.820Z Compiling serde_yaml v0.9.34+deprecated
30822026-03-19T03:12:28.892Z Compiling ingot-macros v0.1.1
30832026-03-19T03:12:29.020Z Compiling proc-macro-crate v3.4.0
30842026-03-19T03:12:29.102Z Compiling foreign-types-macros v0.2.3
30852026-03-19T03:12:29.124Z Compiling convert_case v0.4.0
30862026-03-19T03:12:29.172Z Compiling foreign-types-shared v0.3.1
30872026-03-19T03:12:29.255Z Compiling cpufeatures v0.3.0
30882026-03-19T03:12:29.381Z Compiling chacha20 v0.10.0
30892026-03-19T03:12:29.447Z Compiling postcard v1.1.3
30902026-03-19T03:12:29.512Z Compiling proc-macro-crate v1.3.1
30912026-03-19T03:12:29.687Z Compiling derive_more v0.99.20
30922026-03-19T03:12:29.715Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30932026-03-19T03:12:29.743Z Compiling universal-hash v0.5.1
30942026-03-19T03:12:29.808Z Compiling num_enum_derive v0.7.5
30952026-03-19T03:12:29.840Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30962026-03-19T03:12:29.949Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30972026-03-19T03:12:29.975Z Compiling cstr-argument v0.1.2
30982026-03-19T03:12:30.002Z Compiling foreign-types v0.5.0
30992026-03-19T03:12:30.005Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31002026-03-19T03:12:30.116Z Compiling tokio-rustls v0.25.0
31012026-03-19T03:12:30.143Z Compiling opaque-debug v0.3.1
31022026-03-19T03:12:30.210Z Compiling colored v3.1.1
31032026-03-19T03:12:30.266Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31042026-03-19T03:12:30.294Z Compiling num_enum_derive v0.5.11
31052026-03-19T03:12:30.323Z Compiling rand v0.10.0
31062026-03-19T03:12:30.327Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31072026-03-19T03:12:30.443Z Compiling typify-impl v0.6.1
31082026-03-19T03:12:30.564Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31092026-03-19T03:12:30.639Z Compiling half v2.7.1
31102026-03-19T03:12:30.740Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31112026-03-19T03:12:30.975Z Compiling ciborium-io v0.2.2
31122026-03-19T03:12:31.101Z Compiling camino-tempfile v1.4.1
31132026-03-19T03:12:31.106Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31142026-03-19T03:12:31.133Z Compiling ciborium-ll v0.2.2
31152026-03-19T03:12:31.182Z Compiling parse-display v0.10.0
31162026-03-19T03:12:31.216Z Compiling test-strategy v0.4.5
31172026-03-19T03:12:31.322Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31182026-03-19T03:12:31.348Z Compiling num_enum v0.7.5
31192026-03-19T03:12:31.378Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31202026-03-19T03:12:31.439Z Compiling ciborium v0.2.2
31212026-03-19T03:12:31.466Z Compiling smf v0.2.3
31222026-03-19T03:12:31.523Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31232026-03-19T03:12:31.549Z Compiling aead v0.5.2
31242026-03-19T03:12:31.580Z Compiling num-derive v0.4.2
31252026-03-19T03:12:31.607Z Compiling sigpipe v0.1.3
31262026-03-19T03:12:31.638Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31272026-03-19T03:12:31.688Z Compiling glob v0.3.3
31282026-03-19T03:12:31.781Z Compiling num_enum v0.5.11
31292026-03-19T03:12:31.861Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31302026-03-19T03:12:31.891Z Compiling poly1305 v0.8.0
31312026-03-19T03:12:31.926Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31322026-03-19T03:12:32.002Z Compiling chacha20 v0.9.1
31332026-03-19T03:12:32.239Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31342026-03-19T03:12:32.292Z Compiling whoami v1.6.1
31352026-03-19T03:12:32.319Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31362026-03-19T03:12:32.363Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31372026-03-19T03:12:32.392Z Compiling thiserror-impl-no-std v2.0.2
31382026-03-19T03:12:32.395Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31392026-03-19T03:12:32.453Z Compiling num-rational v0.4.2
31402026-03-19T03:12:32.585Z Compiling password-hash v0.5.0
31412026-03-19T03:12:32.707Z Compiling blake2 v0.10.6
31422026-03-19T03:12:32.845Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31432026-03-19T03:12:32.918Z Compiling num-complex v0.4.6
31442026-03-19T03:12:32.945Z Compiling ingot-types v0.1.2
31452026-03-19T03:12:32.978Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31462026-03-19T03:12:33.012Z Compiling prettyplease v0.2.37
31472026-03-19T03:12:33.089Z Compiling indent_write v2.2.0
31482026-03-19T03:12:33.204Z Compiling argon2 v0.5.3
31492026-03-19T03:12:33.309Z Compiling chacha20poly1305 v0.10.1
31502026-03-19T03:12:33.363Z Compiling float-ord v0.3.2
31512026-03-19T03:12:33.456Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31522026-03-19T03:12:33.510Z Compiling ingot v0.1.1
31532026-03-19T03:12:33.537Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31542026-03-19T03:12:33.541Z Compiling num v0.4.3
31552026-03-19T03:12:33.589Z Compiling gethostname v0.5.0
31562026-03-19T03:12:33.593Z Compiling usdt-attr-macro v0.5.0
31572026-03-19T03:12:33.593Z Compiling usdt-macro v0.5.0
31582026-03-19T03:12:33.593Z Compiling derive-where v1.6.0
31592026-03-19T03:12:33.693Z Compiling memmap v0.7.0
31602026-03-19T03:12:33.771Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31612026-03-19T03:12:33.977Z Compiling typify-impl v0.4.3
31622026-03-19T03:12:34.013Z Compiling atomicwrites v0.4.4
31632026-03-19T03:12:34.129Z Compiling thiserror-no-std v2.0.2
31642026-03-19T03:12:34.160Z Compiling owo-colors v4.3.0
31652026-03-19T03:12:34.262Z Compiling vsss-rs v3.3.4
31662026-03-19T03:12:34.289Z Compiling cancel-safe-futures v0.1.5
31672026-03-19T03:12:34.314Z Compiling libsw-core v0.3.2
31682026-03-19T03:12:34.564Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31692026-03-19T03:12:34.593Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31702026-03-19T03:12:34.739Z Compiling async-recursion v1.1.1
31712026-03-19T03:12:34.763Z Compiling usdt v0.5.0
31722026-03-19T03:12:34.790Z Compiling resolv-conf v0.7.6
31732026-03-19T03:12:35.104Z Compiling libsw v3.5.0
31742026-03-19T03:12:35.130Z Compiling libefi-sys v0.1.0
31752026-03-19T03:12:35.159Z Compiling linear-map v1.2.0
31762026-03-19T03:12:35.252Z Compiling newline-converter v0.3.0
31772026-03-19T03:12:35.284Z Compiling hickory-proto v0.24.4
31782026-03-19T03:12:35.376Z Compiling console v0.15.11
31792026-03-19T03:12:35.432Z Compiling bitfield-struct v0.6.2
31802026-03-19T03:12:35.458Z Compiling linked-hash-map v0.5.6
31812026-03-19T03:12:35.486Z Compiling semver v0.1.20
31822026-03-19T03:12:35.583Z Compiling pin-project-internal v1.1.11
31832026-03-19T03:12:35.715Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31842026-03-19T03:12:35.742Z Compiling rustc_version v0.1.7
31852026-03-19T03:12:35.770Z Compiling lru-cache v0.1.2
31862026-03-19T03:12:35.805Z Compiling slog-dtrace v0.3.0
31872026-03-19T03:12:35.898Z Compiling expectorate v1.2.0
31882026-03-19T03:12:35.922Z Compiling minimal-lexical v0.2.1
31892026-03-19T03:12:35.975Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31902026-03-19T03:12:36.094Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31912026-03-19T03:12:36.120Z Compiling newtype_derive v0.1.6
31922026-03-19T03:12:36.170Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31932026-03-19T03:12:36.217Z Compiling nom v7.1.3
31942026-03-19T03:12:36.243Z Compiling tokio-dtrace v0.1.1
31952026-03-19T03:12:36.300Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31962026-03-19T03:12:36.328Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31972026-03-19T03:12:36.357Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-03-19T03:12:36.395Z Compiling phf_shared v0.12.1
31992026-03-19T03:12:36.468Z Compiling dropshot-api-manager-types v0.6.0
32002026-03-19T03:12:36.619Z Compiling pem v3.0.6
32012026-03-19T03:12:36.647Z Compiling snafu-derive v0.8.9
32022026-03-19T03:12:36.669Z Compiling csv-core v0.1.13
32032026-03-19T03:12:36.848Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-03-19T03:12:36.969Z Compiling xshell-macros v0.2.7
32052026-03-19T03:12:37.075Z Compiling same-file v1.0.6
32062026-03-19T03:12:37.108Z Compiling chrono-tz v0.10.4
32072026-03-19T03:12:37.150Z Compiling highway v1.3.0
32082026-03-19T03:12:37.175Z Compiling typify-macro v0.6.1
32092026-03-19T03:12:37.249Z Compiling pin-project v1.1.11
32102026-03-19T03:12:37.350Z Compiling walkdir v2.5.0
32112026-03-19T03:12:37.427Z Compiling const_format_proc_macros v0.2.34
32122026-03-19T03:12:37.460Z Compiling csv v1.4.0
32132026-03-19T03:12:37.525Z Compiling xshell v0.2.7
32142026-03-19T03:12:37.687Z Compiling phf v0.12.1
32152026-03-19T03:12:37.739Z Compiling oxide-tokio-rt v0.1.3
32162026-03-19T03:12:37.902Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32172026-03-19T03:12:38.006Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32182026-03-19T03:12:38.080Z Compiling globset v0.4.18
32192026-03-19T03:12:38.174Z Compiling olpc-cjson v0.1.4
32202026-03-19T03:12:38.243Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32212026-03-19T03:12:38.248Z Compiling primeorder v0.13.6
32222026-03-19T03:12:38.268Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32232026-03-19T03:12:38.318Z Compiling hickory-resolver v0.24.4
32242026-03-19T03:12:38.399Z Compiling serde_plain v1.0.2
32252026-03-19T03:12:38.425Z Compiling base64 v0.21.7
32262026-03-19T03:12:38.630Z Compiling typed-path v0.9.3
32272026-03-19T03:12:38.671Z Compiling const_format v0.2.35
32282026-03-19T03:12:38.708Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32292026-03-19T03:12:38.980Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-03-19T03:12:39.003Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32312026-03-19T03:12:39.079Z Compiling tabled_derive v0.7.0
32322026-03-19T03:12:39.145Z Compiling bcs v0.1.6
32332026-03-19T03:12:39.491Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32342026-03-19T03:12:39.597Z Compiling snafu v0.8.9
32352026-03-19T03:12:39.710Z Compiling qorb v0.4.1
32362026-03-19T03:12:39.734Z Compiling typify v0.6.1
32372026-03-19T03:12:39.785Z Compiling salty v0.3.0
32382026-03-19T03:12:39.901Z Compiling progenitor-impl v0.13.0
32392026-03-19T03:12:39.930Z Compiling radium v0.7.0
32402026-03-19T03:12:39.959Z Compiling tough v0.20.0
32412026-03-19T03:12:40.122Z Compiling termtree v0.5.1
32422026-03-19T03:12:40.147Z Compiling textwrap v0.16.2
32432026-03-19T03:12:40.346Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-03-19T03:12:40.411Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32452026-03-19T03:12:40.452Z Compiling steno v0.4.1
32462026-03-19T03:12:40.478Z Compiling tabled v0.15.0
32472026-03-19T03:12:40.626Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32482026-03-19T03:12:40.674Z Compiling humantime v2.3.0
32492026-03-19T03:12:40.677Z Compiling typify-macro v0.4.3
32502026-03-19T03:12:40.724Z Compiling maybe-uninit v2.0.0
32512026-03-19T03:12:40.807Z Compiling utf-8 v0.7.6
32522026-03-19T03:12:40.835Z Compiling tap v1.0.1
32532026-03-19T03:12:41.025Z Compiling tungstenite v0.21.0
32542026-03-19T03:12:41.074Z Compiling wyz v0.5.1
32552026-03-19T03:12:41.128Z Compiling p384 v0.13.1
32562026-03-19T03:12:41.239Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32572026-03-19T03:12:41.432Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32582026-03-19T03:12:41.457Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32592026-03-19T03:12:41.489Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32602026-03-19T03:12:41.967Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32612026-03-19T03:12:42.179Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32622026-03-19T03:12:42.259Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32632026-03-19T03:12:42.286Z Compiling arc-swap v1.8.2
32642026-03-19T03:12:42.591Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32652026-03-19T03:12:42.736Z Compiling tagptr v0.2.0
32662026-03-19T03:12:42.806Z Compiling funty v2.0.0
32672026-03-19T03:12:42.973Z Compiling packed_struct v0.10.1
32682026-03-19T03:12:43.070Z Compiling moka v0.12.13
32692026-03-19T03:12:43.135Z Compiling typify v0.4.3
32702026-03-19T03:12:43.315Z Compiling progenitor-impl v0.10.0
32712026-03-19T03:12:43.380Z Compiling bitvec v1.0.1
32722026-03-19T03:12:43.762Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32732026-03-19T03:12:43.822Z Compiling progenitor-macro v0.13.0
32742026-03-19T03:12:43.884Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32752026-03-19T03:12:43.916Z Compiling slog-scope v4.4.1
32762026-03-19T03:12:44.033Z Compiling tokio-tungstenite v0.21.0
32772026-03-19T03:12:44.205Z Compiling polyval v0.6.2
32782026-03-19T03:12:44.230Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32792026-03-19T03:12:44.297Z Compiling packed_struct_codegen v0.10.1
32802026-03-19T03:12:44.323Z Compiling bitfield-macros v0.19.4
32812026-03-19T03:12:44.425Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32822026-03-19T03:12:44.490Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32832026-03-19T03:12:44.536Z Compiling zerocopy-derive v0.6.6
32842026-03-19T03:12:44.712Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32852026-03-19T03:12:44.745Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32862026-03-19T03:12:45.358Z Compiling proc-macro-error-attr2 v2.0.0
32872026-03-19T03:12:45.456Z Compiling indexmap v1.9.3
32882026-03-19T03:12:45.557Z Compiling crc-catalog v2.4.0
32892026-03-19T03:12:45.726Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32902026-03-19T03:12:45.750Z Compiling nodrop v0.1.14
32912026-03-19T03:12:45.776Z Compiling parking_lot_core v0.8.6
32922026-03-19T03:12:45.808Z Compiling zerocopy v0.6.6
32932026-03-19T03:12:45.928Z Compiling array-init v0.0.4
32942026-03-19T03:12:45.940Z Compiling proc-macro-error2 v2.0.1
32952026-03-19T03:12:45.974Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32962026-03-19T03:12:46.085Z Compiling crc v3.4.0
32972026-03-19T03:12:46.155Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32982026-03-19T03:12:46.346Z Compiling bitfield v0.19.4
32992026-03-19T03:12:46.399Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33002026-03-19T03:12:46.409Z Compiling ghash v0.5.1
33012026-03-19T03:12:46.508Z Compiling smallvec v0.6.14
33022026-03-19T03:12:46.538Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33032026-03-19T03:12:46.634Z Compiling slog-stdlog v4.1.1
33042026-03-19T03:12:46.836Z Compiling hickory-resolver v0.25.2
33052026-03-19T03:12:46.871Z Compiling git-stub v1.0.0
33062026-03-19T03:12:46.892Z Compiling ctr v0.9.2
33072026-03-19T03:12:47.015Z Compiling num-derive v0.3.3
33082026-03-19T03:12:47.119Z Compiling lzma-sys v0.1.20
33092026-03-19T03:12:47.162Z Compiling progenitor-macro v0.10.0
33102026-03-19T03:12:47.192Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33112026-03-19T03:12:47.259Z Compiling unicase v2.9.0
33122026-03-19T03:12:47.275Z Compiling hashbrown v0.12.3
33132026-03-19T03:12:47.418Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33142026-03-19T03:12:47.510Z Compiling aes-gcm v0.10.3
33152026-03-19T03:12:47.566Z Compiling mime_guess v2.0.5
33162026-03-19T03:12:47.746Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33172026-03-19T03:12:47.771Z Compiling git-stub-vcs v0.1.0
33182026-03-19T03:12:47.800Z Compiling slog-envlogger v2.2.0
33192026-03-19T03:12:47.827Z Compiling serde-hex v0.1.0
33202026-03-19T03:12:47.856Z Compiling tabled_derive v0.11.0
33212026-03-19T03:12:47.959Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33222026-03-19T03:12:48.117Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33232026-03-19T03:12:48.260Z Compiling libscf-sys v1.1.0
33242026-03-19T03:12:48.350Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33252026-03-19T03:12:48.535Z Compiling progenitor-impl v0.11.2
33262026-03-19T03:12:48.635Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-03-19T03:12:48.785Z Compiling ron v0.8.1
33282026-03-19T03:12:48.811Z Compiling papergrid v0.17.0
33292026-03-19T03:12:48.892Z Compiling cargo_toml v0.22.3
33302026-03-19T03:12:49.383Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33312026-03-19T03:12:49.564Z Compiling hashbrown v0.13.2
33322026-03-19T03:12:49.589Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33332026-03-19T03:12:49.884Z Compiling testing_table v0.3.0
33342026-03-19T03:12:50.131Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33352026-03-19T03:12:50.155Z Compiling ssh-encoding v0.2.0
33362026-03-19T03:12:50.203Z Compiling blowfish v0.9.1
33372026-03-19T03:12:50.306Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-03-19T03:12:50.338Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33392026-03-19T03:12:50.439Z Compiling nibble_vec v0.1.0
33402026-03-19T03:12:50.552Z Compiling corncobs v0.1.4
33412026-03-19T03:12:50.589Z Compiling endian-type v0.1.2
33422026-03-19T03:12:50.635Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33432026-03-19T03:12:50.654Z Compiling crc-any v2.5.0
33442026-03-19T03:12:50.779Z Compiling radix_trie v0.2.1
33452026-03-19T03:12:50.806Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33462026-03-19T03:12:50.844Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33472026-03-19T03:12:51.020Z Compiling ssh-cipher v0.2.0
33482026-03-19T03:12:51.049Z Compiling bcrypt-pbkdf v0.10.0
33492026-03-19T03:12:51.060Z Compiling object v0.30.4
33502026-03-19T03:12:51.060Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33512026-03-19T03:12:51.232Z Compiling tabled v0.20.0
33522026-03-19T03:12:51.276Z Compiling progenitor v0.13.0
33532026-03-19T03:12:51.311Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33542026-03-19T03:12:51.478Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33552026-03-19T03:12:51.499Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33562026-03-19T03:12:51.536Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33572026-03-19T03:12:51.719Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33582026-03-19T03:12:51.894Z Compiling parking_lot v0.11.2
33592026-03-19T03:12:52.280Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33602026-03-19T03:12:52.343Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33612026-03-19T03:12:52.395Z Compiling progenitor-macro v0.11.2
33622026-03-19T03:12:52.454Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33632026-03-19T03:12:52.793Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33642026-03-19T03:12:53.018Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33652026-03-19T03:12:53.110Z Compiling progenitor-client v0.11.2
33662026-03-19T03:12:53.181Z Compiling prefix-trie v0.7.0
33672026-03-19T03:12:53.201Z Compiling password-hash v0.4.2
33682026-03-19T03:12:53.394Z Compiling fxhash v0.2.1
33692026-03-19T03:12:53.588Z Compiling secrecy v0.8.0
33702026-03-19T03:12:53.609Z Compiling http-range v0.1.5
33712026-03-19T03:12:53.766Z Compiling path-slash v0.1.5
33722026-03-19T03:12:53.781Z Compiling half v1.8.3
33732026-03-19T03:12:53.895Z Compiling hickory-server v0.25.2
33742026-03-19T03:12:53.928Z Compiling sled v0.34.7
33752026-03-19T03:12:53.976Z Compiling pbkdf2 v0.11.0
33762026-03-19T03:12:54.202Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33772026-03-19T03:12:54.309Z Compiling serde_cbor v0.11.2
33782026-03-19T03:12:54.496Z Compiling progenitor v0.10.0
33792026-03-19T03:12:54.620Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33802026-03-19T03:12:54.739Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33812026-03-19T03:12:54.848Z Compiling xz2 v0.1.7
33822026-03-19T03:12:55.208Z Compiling ron v0.12.0
33832026-03-19T03:12:55.366Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33842026-03-19T03:12:55.473Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33852026-03-19T03:12:55.844Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33862026-03-19T03:12:55.884Z Compiling ssh-key v0.6.7
33872026-03-19T03:12:55.956Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33882026-03-19T03:12:56.521Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33892026-03-19T03:12:56.550Z Compiling hickory-client v0.25.2
33902026-03-19T03:12:56.748Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33912026-03-19T03:12:57.007Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-03-19T03:12:57.065Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33932026-03-19T03:12:57.283Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33942026-03-19T03:12:57.780Z Compiling p256 v0.13.2
33952026-03-19T03:12:57.881Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33962026-03-19T03:12:58.115Z Compiling p521 v0.13.3
33972026-03-19T03:12:58.142Z Compiling yasna v0.5.2
33982026-03-19T03:12:58.337Z Compiling kstat-rs v0.2.4
33992026-03-19T03:12:58.340Z Compiling headers-core v0.3.0
34002026-03-19T03:12:58.534Z Compiling nanorand v0.7.0
34012026-03-19T03:12:58.803Z Compiling russh-cryptovec v0.7.3
34022026-03-19T03:12:58.851Z Compiling atty v0.2.14
34032026-03-19T03:12:58.887Z Compiling home v0.5.12
34042026-03-19T03:12:58.970Z Compiling crc8 v0.1.1
34052026-03-19T03:12:59.022Z Compiling base16ct v1.0.0
34062026-03-19T03:12:59.092Z Compiling md5 v0.7.0
34072026-03-19T03:12:59.118Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34082026-03-19T03:12:59.153Z Compiling flume v0.11.1
34092026-03-19T03:12:59.183Z Compiling rcgen v0.12.1
34102026-03-19T03:12:59.250Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34112026-03-19T03:12:59.282Z Compiling headers v0.4.1
34122026-03-19T03:12:59.311Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34132026-03-19T03:12:59.363Z Compiling russh-keys v0.45.0
34142026-03-19T03:12:59.475Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34152026-03-19T03:12:59.506Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34162026-03-19T03:12:59.560Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34172026-03-19T03:12:59.614Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34182026-03-19T03:12:59.775Z Compiling progenitor v0.11.2
34192026-03-19T03:12:59.996Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34202026-03-19T03:13:00.133Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34212026-03-19T03:13:00.236Z Compiling hyper-staticfile v0.10.1
34222026-03-19T03:13:00.410Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34232026-03-19T03:13:00.447Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34242026-03-19T03:13:00.851Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34252026-03-19T03:13:00.897Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34262026-03-19T03:13:00.946Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34272026-03-19T03:13:00.974Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34282026-03-19T03:13:01.250Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34292026-03-19T03:13:01.361Z Compiling num-bigint v0.4.6
34302026-03-19T03:13:01.499Z Compiling des v0.8.1
34312026-03-19T03:13:01.532Z Compiling subprocess v0.2.15
34322026-03-19T03:13:01.561Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34332026-03-19T03:13:01.817Z Compiling hex-literal v0.4.1
34342026-03-19T03:13:01.887Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34352026-03-19T03:13:01.990Z Compiling display-error-chain v0.2.2
34362026-03-19T03:13:02.182Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-03-19T03:13:02.207Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34382026-03-19T03:13:02.236Z Compiling colored v2.2.0
34392026-03-19T03:13:02.265Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34402026-03-19T03:13:02.620Z Compiling socket2 v0.5.10
34412026-03-19T03:13:02.656Z Compiling internet-checksum v0.2.1
34422026-03-19T03:13:03.225Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34432026-03-19T03:13:03.250Z Compiling russh v0.45.0
34442026-03-19T03:13:03.965Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34452026-03-19T03:13:10.561Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34462026-03-19T03:13:20.992Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34472026-03-19T03:13:20.992Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34482026-03-19T03:13:20.995Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34492026-03-19T03:13:20.995Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34502026-03-19T03:13:23.242Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34512026-03-19T03:13:23.352Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34522026-03-19T03:13:29.221Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34532026-03-19T03:13:59.405Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34542026-03-19T03:14:23.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
34552026-03-19T03:14:24.044Z
34562026-03-19T03:14:24.048Zreal 1:58.597586755
34572026-03-19T03:14:24.048Zuser 11:39.668811913
34582026-03-19T03:14:24.048Zsys 2:05.008205750
34592026-03-19T03:14:24.048Ztrap 0.363725059
34602026-03-19T03:14:24.048Ztflt 0.525846406
34612026-03-19T03:14:24.048Zdflt 1.776644609
34622026-03-19T03:14:24.048Zkflt 0.000396366
34632026-03-19T03:14:24.048Zlock 40:32.229477746
34642026-03-19T03:14:24.048Zslp 26:14.673361782
34652026-03-19T03:14:24.048Zlat 44.290852659
34662026-03-19T03:14:24.048Zstop 4:01.161267537
34672026-03-19T03:14:24.048Z+ mkdir tests
34682026-03-19T03:14:24.052Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34692026-03-19T03:14:24.052Z+ xargs -I '{}' -t cp '{}' tests/
34702026-03-19T03:14:24.087Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58b78f45b9570bbf tests/
34712026-03-19T03:14:24.119Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e6f8ef4052bfb0c2 tests/
34722026-03-19T03:14:24.151Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-24d786529c44a77c tests/
34732026-03-19T03:14:24.186Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a99e61b3cc7d9b0e tests/
34742026-03-19T03:14:24.528Z+ 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/*)
34752026-03-19T03:14:24.532Z+ 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-e6f8ef4052bfb0c2 tests/commtest-24d786529c44a77c tests/dhcp_server-58b78f45b9570bbf tests/end_to_end_tests-a99e61b3cc7d9b0e out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar 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
34762026-03-19T03:16:04.022ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34772026-03-19T03:16:04.022Za .github/buildomat/ci-env.sh 1K
34782026-03-19T03:16:04.023Za out/target/test 1K
34792026-03-19T03:16:04.023Za out/npuzone/npuzone 27402K
34802026-03-19T03:16:04.023Za package-manifest.toml 35K
34812026-03-19T03:16:04.023Za smf/sled-agent/non-gimlet/config.toml 6K
34822026-03-19T03:16:04.023Za target/release/omicron-package 40561K
34832026-03-19T03:16:04.025Za target/release/xtask 11433K
34842026-03-19T03:16:04.025Za target/debug/bootstrap 335585K
34852026-03-19T03:16:04.025Za tests/bootstrap-e6f8ef4052bfb0c2 31310K
34862026-03-19T03:16:04.025Za tests/commtest-24d786529c44a77c 32395K
34872026-03-19T03:16:04.025Za tests/dhcp_server-58b78f45b9570bbf 31310K
34882026-03-19T03:16:04.026Za tests/end_to_end_tests-a99e61b3cc7d9b0e 377880K
34892026-03-19T03:16:04.026Za out/clickhouse.tar.gz 301709K
34902026-03-19T03:16:04.026Za out/clickhouse_keeper.tar.gz 287173K
34912026-03-19T03:16:04.026Za out/clickhouse_server.tar.gz 301708K
34922026-03-19T03:16:04.026Za out/cockroachdb.tar.gz 156535K
34932026-03-19T03:16:04.026Za out/crucible-pantry-zone.tar.gz 38990K
34942026-03-19T03:16:04.026Za out/crucible-utils.tar 17744K
34952026-03-19T03:16:04.027Za out/crucible-zone.tar.gz 53128K
34962026-03-19T03:16:04.027Za out/external-dns.tar.gz 43604K
34972026-03-19T03:16:04.027Za out/internal-dns.tar.gz 43604K
34982026-03-19T03:16:04.027Za out/mg-ddm-gz.tar 78377K
34992026-03-19T03:16:04.027Za out/nexus.tar.gz 210014K
35002026-03-19T03:16:04.027Za out/ntp.tar.gz 25418K
35012026-03-19T03:16:04.027Za out/omicron-gateway-softnpu.tar.gz 28225K
35022026-03-19T03:16:04.027Za out/omicron-sled-agent.tar 186577K
35032026-03-19T03:16:04.027Za out/overlay.tar.gz 3K
35042026-03-19T03:16:04.027Za out/oximeter.tar.gz 57455K
35052026-03-19T03:16:04.027Za out/oxlog.tar 3782K
35062026-03-19T03:16:04.028Za out/probe.tar.gz 3037K
35072026-03-19T03:16:04.028Za out/propolis-server.tar.gz 74633K
35082026-03-19T03:16:04.028Za out/pumpkind-gz.tar 26647K
35092026-03-19T03:16:04.028Za out/switch-softnpu.tar.gz 368021K
35102026-03-19T03:16:04.040Z
35112026-03-19T03:16:04.040Zreal 1:39.471660199
35122026-03-19T03:16:04.040Zuser 1:36.464632120
35132026-03-19T03:16:04.040Zsys 6.135718083
35142026-03-19T03:16:04.041Ztrap 0.006946172
35152026-03-19T03:16:04.041Ztflt 0.000000000
35162026-03-19T03:16:04.041Zdflt 0.000000000
35172026-03-19T03:16:04.042Zkflt 0.000000000
35182026-03-19T03:16:04.042Zlock 0.000000000
35192026-03-19T03:16:04.042Zslp 1:35.701398551
35202026-03-19T03:16:04.042Zlat 0.629100882
35212026-03-19T03:16:04.042Zstop 0.000747409
35222026-03-19T03:16:04.042Zprocess exited: duration 1257771 ms, exit code 0
 
35232026-03-19T03:16:04.067Zfound 1 output files
35242026-03-19T03:16:04.068Zuploading: /work/package.tar.gz (2321000357 bytes)
35252026-03-19T03:16:34.873Zuploaded: /work/package.tar.gz