01KNHNG8SBNPSQ7323HBVT7WWD: 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: 01KNHNGWMJX385XHZXGCM6E4V2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-06T15:36:02.280Zjob assigned to worker 01KNHPXTFS47PXBJDWXJ3V08EM [factory aws, i-08a9d291ff21305c4] (queued for 25 m 28 s)
 
22026-04-06T15:36:09.671Zstarting task 0: "setup"
32026-04-06T15:36:09.675Z++ uname -s
42026-04-06T15:36:09.679Z+ kern=SunOS
52026-04-06T15:36:09.679Z+ build_user=build
62026-04-06T15:36:09.679Z+ build_uid=12345
72026-04-06T15:36:09.679Z+ work_dir=/work
82026-04-06T15:36:09.679Z+ input_dir=/input
92026-04-06T15:36:09.679Z+ [[ 0 == 12345 ]]
102026-04-06T15:36:09.679Z+ case "$kern" in
112026-04-06T15:36:09.679Z+ groupadd -g 12345 build
122026-04-06T15:36:09.684Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-06T15:36:11.690Z+ zfs create -o mountpoint=/work rpool/work
142026-04-06T15:36:11.938Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-06T15:36:11.941Z+ home_fs=zfs
162026-04-06T15:36:11.941Z+ [[ zfs == autofs ]]
172026-04-06T15:36:11.941Z+ mkdir -p /home/build
182026-04-06T15:36:11.941Z+ chown build:build /home/build /work
192026-04-06T15:36:12.944Z+ chmod 0700 /home/build /work
202026-04-06T15:36:12.947Zprocess exited: duration 3279 ms, exit code 0
 
212026-04-06T15:36:12.954Zstarting task 1: "rust-toolchain"
222026-04-06T15:36:12.961Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-06T15:36:12.961Z * rust toolchain channel = "1.94.0"
242026-04-06T15:36:12.961Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-06T15:36:12.961Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-06T15:36:12.961Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-06T15:36:12.961Z * rust toolchain profile = "default"
282026-04-06T15:36:12.965Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-06T15:36:12.965Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-06T15:36:13.065Zinfo: downloading installer
312026-04-06T15:36:14.734Zwarn: It looks like you have an existing installation of Rust at:
322026-04-06T15:36:14.734Zwarn: /opt/ooce/bin
332026-04-06T15:36:14.734Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-06T15:36:14.734Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-06T15:36:14.738Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-06T15:36:14.738Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-06T15:36:14.738Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-06T15:36:14.738Zerror: cannot install while Rust is installed
392026-04-06T15:36:14.738Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-06T15:36:14.738Zwarn: It looks like you have an existing rustup settings file at:
412026-04-06T15:36:14.738Zwarn: /home/build/.rustup/settings.toml
422026-04-06T15:36:14.738Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-06T15:36:14.738Zwarn: instead of the one inferred from the default host triple.
442026-04-06T15:36:14.748Zinfo: profile set to default
452026-04-06T15:36:14.748Zinfo: default host triple is x86_64-unknown-illumos
462026-04-06T15:36:14.756Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-06T15:36:14.912Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-06T15:36:14.915Zinfo: downloading 6 components
492026-04-06T15:36:31.160Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-06T15:36:31.160Z
512026-04-06T15:36:31.188Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-06T15:36:31.188Z
532026-04-06T15:36:31.188Z
542026-04-06T15:36:31.188ZRust is installed now. Great!
552026-04-06T15:36:31.188Z
562026-04-06T15:36:31.188ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-06T15:36:31.188Zenvironment variable. This has not been done automatically.
582026-04-06T15:36:31.188Z
592026-04-06T15:36:31.188ZTo configure your current shell, you need to source
602026-04-06T15:36:31.188Zthe corresponding env file under $HOME/.cargo.
612026-04-06T15:36:31.188Z
622026-04-06T15:36:31.188ZThis is usually done by running one of the following (note the leading DOT):
632026-04-06T15:36:31.188Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-06T15:36:31.188Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-06T15:36:31.188Zsource "~/.cargo/env.nu" # For nushell
662026-04-06T15:36:31.188Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-06T15:36:31.188Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-06T15:36:31.188Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-06T15:36:31.192Zwarn: no default linker (`cc`) was found in your PATH
702026-04-06T15:36:31.192Zwarn: many Rust crates require a system C toolchain to build
712026-04-06T15:36:31.272Z+ rustup --version
722026-04-06T15:36:31.279Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-06T15:36:31.283Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-06T15:36:31.300Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-06T15:36:31.304Z+ cargo --version
762026-04-06T15:36:31.313Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-06T15:36:31.316Z+ rustc --version
782026-04-06T15:36:31.336Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-06T15:36:31.339Zprocess exited: duration 18381 ms, exit code 0
 
802026-04-06T15:36:31.345Zstarting task 2: "authentication"
812026-04-06T15:36:31.365Zprocess exited: duration 18 ms, exit code 0
 
822026-04-06T15:36:31.373Zstarting task 3: "clone repository"
832026-04-06T15:36:31.377Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-06T15:36:31.380Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-06T15:36:31.414ZCloning into '/work/oxidecomputer/omicron'...
862026-04-06T15:36:41.523Z+ cd /work/oxidecomputer/omicron
872026-04-06T15:36:41.523Z+ git fetch origin 0208de702b2b4372059c6e52ef18c3e5c45de551
882026-04-06T15:36:41.802ZFrom https://github.com/oxidecomputer/omicron
892026-04-06T15:36:41.802Z * branch 0208de702b2b4372059c6e52ef18c3e5c45de551 -> FETCH_HEAD
902026-04-06T15:36:41.816Z+ [[ -n mergeconflict/support-bundle-request-tables-models-queries ]]
912026-04-06T15:36:41.819Z++ git branch --show-current
922026-04-06T15:36:41.822Z+ current=main
932026-04-06T15:36:41.822Z+ [[ main != mergeconflict/support-bundle-request-tables-models-queries ]]
942026-04-06T15:36:41.822Z+ git branch -f mergeconflict/support-bundle-request-tables-models-queries 0208de702b2b4372059c6e52ef18c3e5c45de551
952026-04-06T15:36:41.828Z+ git checkout -f mergeconflict/support-bundle-request-tables-models-queries
962026-04-06T15:36:42.056ZSwitched to branch 'mergeconflict/support-bundle-request-tables-models-queries'
972026-04-06T15:36:42.062Z+ git reset --hard 0208de702b2b4372059c6e52ef18c3e5c45de551
982026-04-06T15:36:42.075ZHEAD is now at 0208de702 fix some formatting
992026-04-06T15:36:42.079Zprocess exited: duration 10704 ms, exit code 0
 
1002026-04-06T15:36:42.085Zstarting task 4: "build"
1012026-04-06T15:36:42.091Z+ source .github/buildomat/ci-env.sh
1022026-04-06T15:36:42.091Z++ export CARGO_TERM_COLOR=always
1032026-04-06T15:36:42.091Z++ CARGO_TERM_COLOR=always
1042026-04-06T15:36:42.091Z+ cargo --version
1052026-04-06T15:36:42.103Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-06T15:36:42.106Z+ rustc --version
1072026-04-06T15:36:42.125Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-06T15:36:42.129Z+ WORK=/work
1092026-04-06T15:36:42.129Z+ pfexec mkdir -p /work
1102026-04-06T15:36:42.132Z+ pfexec chown build /work
1112026-04-06T15:36:42.135Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-06T15:36:50.733Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-06T15:36:57.622Z Startup: Caching catalogs ... Done
1142026-04-06T15:37:02.392ZPlanning: Solver setup ... Done (3.230s)
1152026-04-06T15:37:02.413ZPlanning: Running solver ... Done (0.021s)
1162026-04-06T15:37:02.531ZPlanning: Finding local manifests ... Done (0.003s)
1172026-04-06T15:37:02.547ZPlanning: Fetching manifests: 0/4 0% complete
1182026-04-06T15:37:02.650ZPlanning: Fetching manifests: 4/4 100% complete
1192026-04-06T15:37:02.679ZPlanning: Package planning ... Done (0.030s)
1202026-04-06T15:37:02.707ZPlanning: Merging actions ... Done (0.028s)
1212026-04-06T15:37:02.888ZPlanning: Checking for conflicting actions ... Done (0.179s)
1222026-04-06T15:37:02.894ZPlanning: Consolidating action changes ... Done (0.007s)
1232026-04-06T15:37:03.728ZPlanning: Evaluating mediators ... Done (0.834s)
1242026-04-06T15:37:03.734ZPlanning: Planning completed in 5.95 seconds
1252026-04-06T15:37:03.746Z Packages to install: 4
1262026-04-06T15:37:03.746Z Mediators to change: 2
1272026-04-06T15:37:03.746Z Services to change: 1
1282026-04-06T15:37:03.750Z Estimated space available: 155.35 GB
1292026-04-06T15:37:03.750ZEstimated space to be consumed: 1.84 GB
1302026-04-06T15:37:03.750Z Create boot environment: No
1312026-04-06T15:37:03.750ZCreate backup boot environment: No
1322026-04-06T15:37:03.750Z Rebuild boot archive: No
1332026-04-06T15:37:03.750Z
1342026-04-06T15:37:03.750ZChanged mediators:
1352026-04-06T15:37:03.750Z mediator clang:
1362026-04-06T15:37:03.750Z version: None -> 15 (system default)
1372026-04-06T15:37:03.750Z
1382026-04-06T15:37:03.750Z mediator llvm:
1392026-04-06T15:37:03.750Z version: 14 (system default) -> 15 (system default)
1402026-04-06T15:37:03.750Z
1412026-04-06T15:37:03.750ZChanged packages:
1422026-04-06T15:37:03.750Zhelios-dev
1432026-04-06T15:37:03.750Z developer/build-essential
1442026-04-06T15:37:03.750Z None -> 11-2.0
1452026-04-06T15:37:03.750Z library/libxmlsec1
1462026-04-06T15:37:03.750Z None -> 1.2.35-2.0
1472026-04-06T15:37:03.750Z ooce/developer/clang-15
1482026-04-06T15:37:03.750Z None -> 15.0.7-2.0
1492026-04-06T15:37:03.750Z ooce/developer/llvm-15
1502026-04-06T15:37:03.750Z None -> 15.0.7-2.0
1512026-04-06T15:37:03.750Z
1522026-04-06T15:37:03.750ZServices:
1532026-04-06T15:37:03.750Z restart_fmri:
1542026-04-06T15:37:03.750Z svc:/system/update-man-index:default
1552026-04-06T15:37:03.792Z
1562026-04-06T15:37:03.792ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-04-06T15:37:08.794ZDownload: 1517/3290 items 115.8/212.6MB 54% complete (23.3M/s)
1582026-04-06T15:37:12.734ZDownload: Completed 212.60 MB in 8.94 seconds (23.8M/s)
1592026-04-06T15:37:13.038Z Actions: 1/3689 actions (Installing new actions)
1602026-04-06T15:37:16.282Z Actions: Completed 3689 actions in 3.24 seconds.
1612026-04-06T15:37:16.552Z Done (0.266s)
1622026-04-06T15:37:16.552Z Done (0.000s)
1632026-04-06T15:37:17.178Z Done (0.626s)
1642026-04-06T15:37:20.626Z Done (3.103s)
1652026-04-06T15:37:20.703Z Done (0.012s)
1662026-04-06T15:37:20.706Z Done (0.000s)
1672026-04-06T15:37:20.949Z Done (0.000s)
1682026-04-06T15:37:21.784ZPlanning: Evaluating mediator changes ... Done
1692026-04-06T15:37:21.891ZPlanning: Checking for conflicting actions ... Done
1702026-04-06T15:37:21.894ZPlanning: Consolidating action changes ... Done
1712026-04-06T15:37:22.048ZPlanning: Evaluating mediators ... Done
1722026-04-06T15:37:22.051ZPlanning: Planning completed in 0.26 seconds
1732026-04-06T15:37:22.070Z Mediators to change: 2
1742026-04-06T15:37:22.070Z Create boot environment: No
1752026-04-06T15:37:22.070ZCreate backup boot environment: No
1762026-04-06T15:37:22.146Z Done
1772026-04-06T15:37:22.146Z Done
1782026-04-06T15:37:22.739Z Done
1792026-04-06T15:37:25.416Z Done
1802026-04-06T15:37:25.423Z Done
1812026-04-06T15:37:25.423Z Done
1822026-04-06T15:37:25.474Z Done
1832026-04-06T15:37:25.878ZPlanning: Evaluating mediator changes ... Done
1842026-04-06T15:37:25.885ZPlanning: Merging actions ... Done
1852026-04-06T15:37:26.020ZPlanning: Checking for conflicting actions ... Done
1862026-04-06T15:37:26.023ZPlanning: Consolidating action changes ... Done
1872026-04-06T15:37:26.161ZPlanning: Evaluating mediators ... Done
1882026-04-06T15:37:26.300ZPlanning: Planning completed in 0.45 seconds
1892026-04-06T15:37:26.304Z Packages to change: 1
1902026-04-06T15:37:26.304Z Mediators to change: 1
1912026-04-06T15:37:26.304Z Services to change: 1
1922026-04-06T15:37:26.304Z Create boot environment: No
1932026-04-06T15:37:26.304ZCreate backup boot environment: Yes
1942026-04-06T15:37:28.654Z Actions: 1/6 actions (Updating modified actions)
1952026-04-06T15:37:28.657Z Actions: Completed 6 actions in 0.00 seconds.
1962026-04-06T15:37:28.657Z Done
1972026-04-06T15:37:28.657Z Done
1982026-04-06T15:37:28.796Z Done
1992026-04-06T15:37:31.274Z Done
2002026-04-06T15:37:31.353Z Done
2012026-04-06T15:37:31.357Z Done
2022026-04-06T15:37:31.498Z Done
2032026-04-06T15:37:31.787ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-04-06T15:37:31.787Zclang system 15 system
2052026-04-06T15:37:31.787Zcsh system system illumos
2062026-04-06T15:37:31.788Zctags system system illumos
2072026-04-06T15:37:31.788Zfile system system illumos
2082026-04-06T15:37:31.788Zgcc vendor 12 vendor
2092026-04-06T15:37:31.788Zgcc system 14 system
2102026-04-06T15:37:31.788Zgcc system 10 system
2112026-04-06T15:37:31.788Zgo system 1.20 system
2122026-04-06T15:37:31.788Zgo system 1.19 system
2132026-04-06T15:37:31.788Zllvm system 15 system
2142026-04-06T15:37:31.788Zllvm system 14 system
2152026-04-06T15:37:31.788Zmariadb system 10.6 system
2162026-04-06T15:37:31.788Zmta vendor vendor dma
2172026-04-06T15:37:31.788Zopenjdk system 17 system
2182026-04-06T15:37:31.788Zopenjdk system 11 system
2192026-04-06T15:37:31.788Zopenjdk system 1.8 system
2202026-04-06T15:37:31.788Zopenssl vendor 3 vendor
2212026-04-06T15:37:31.788Zperl system 5.36 system
2222026-04-06T15:37:31.788Zpostgresql system 15 system
2232026-04-06T15:37:31.788Zpostgresql system 13 system
2242026-04-06T15:37:31.788Zpython vendor 3 vendor
2252026-04-06T15:37:31.788Zpython system 2 system
2262026-04-06T15:37:31.788Zpython3 system 3.11 system
2272026-04-06T15:37:31.788Zruby system 3.0 system
2282026-04-06T15:37:31.788Zwords vendor vendor american-english
2292026-04-06T15:37:31.788Zwords system system australian-english
2302026-04-06T15:37:31.788Zwords system system british-english
2312026-04-06T15:37:31.788Zwords system system canadian-english
2322026-04-06T15:37:31.788Zwords system system french
2332026-04-06T15:37:31.788Zwords system system italian
2342026-04-06T15:37:31.788Zwords system system ngerman
2352026-04-06T15:37:31.788Zwords system system ogerman
2362026-04-06T15:37:31.788Zwords system system spanish
2372026-04-06T15:37:32.023ZPUBLISHER TYPE STATUS P LOCATION
2382026-04-06T15:37:32.023Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392026-04-06T15:37:36.481ZFMRI IFO
2402026-04-06T15:37:36.482Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412026-04-06T15:37:36.482Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422026-04-06T15:37:36.482Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432026-04-06T15:37:36.482Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442026-04-06T15:37:36.482Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452026-04-06T15:37:36.482Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2462026-04-06T15:37:36.482Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472026-04-06T15:37:36.482Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2482026-04-06T15:37:36.482Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2492026-04-06T15:37:36.482Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502026-04-06T15:37:36.482Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2512026-04-06T15:37:36.482Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2522026-04-06T15:37:36.482Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532026-04-06T15:37:36.482Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2542026-04-06T15:37:36.482Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2552026-04-06T15:37:36.482Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562026-04-06T15:37:37.584Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572026-04-06T15:37:37.865Z Updating crates.io index
2582026-04-06T15:37:37.868Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592026-04-06T15:37:38.144Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-04-06T15:37:39.061Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2612026-04-06T15:37:39.487Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2622026-04-06T15:37:40.230Z Updating git repository `https://github.com/oxidecomputer/propolis`
2632026-04-06T15:37:41.719Z Updating git repository `https://github.com/oxidecomputer/crucible`
2642026-04-06T15:37:43.046Z Updating git repository `https://github.com/oxidecomputer/opte`
2652026-04-06T15:37:43.741Z Updating git repository `https://github.com/oxidecomputer/tofino`
2662026-04-06T15:37:44.165Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2672026-04-06T15:37:44.920Z Updating git repository `https://github.com/oxidecomputer/clickward`
2682026-04-06T15:37:45.357Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2692026-04-06T15:37:45.860Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-04-06T15:37:46.242Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2712026-04-06T15:37:47.315Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2722026-04-06T15:37:47.835Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2732026-04-06T15:37:48.227Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2742026-04-06T15:37:48.642Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2752026-04-06T15:37:49.107Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2762026-04-06T15:37:49.460Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2772026-04-06T15:37:49.698Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2782026-04-06T15:37:49.950Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2792026-04-06T15:37:50.354Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2802026-04-06T15:37:50.738Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2812026-04-06T15:37:51.400Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2822026-04-06T15:37:51.745Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2832026-04-06T15:37:52.183Z Updating git repository `https://github.com/oxidecomputer/ispf`
2842026-04-06T15:37:52.452Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-04-06T15:37:53.736Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2862026-04-06T15:37:54.534Z Updating git repository `https://github.com/oxidecomputer/crucible`
2872026-04-06T15:37:55.190Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2882026-04-06T15:37:55.538Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2892026-04-06T15:37:55.974Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2902026-04-06T15:37:56.429Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2912026-04-06T15:37:56.845Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2922026-04-06T15:37:57.518Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2932026-04-06T15:37:57.778Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2942026-04-06T15:37:58.043Z Updating git repository `https://github.com/illumos/smf-rs`
2952026-04-06T15:37:58.471Z Updating git repository `https://github.com/oxidecomputer/omicron`
2962026-04-06T15:38:11.171Z Downloading crates ...
2972026-04-06T15:38:11.239Z Downloaded anstyle-query v1.1.5
2982026-04-06T15:38:11.242Z Downloaded anstyle-parse v0.2.7
2992026-04-06T15:38:11.245Z Downloaded quote v1.0.44
3002026-04-06T15:38:11.248Z Downloaded plain v0.2.3
3012026-04-06T15:38:11.248Z Downloaded memchr v2.8.0
3022026-04-06T15:38:11.252Z Downloaded toml v0.8.23
3032026-04-06T15:38:11.252Z Downloaded terminal_size v0.4.3
3042026-04-06T15:38:11.255Z Downloaded form_urlencoded v1.2.2
3052026-04-06T15:38:11.255Z Downloaded block-buffer v0.10.4
3062026-04-06T15:38:11.255Z Downloaded anstyle v1.0.13
3072026-04-06T15:38:11.255Z Downloaded anstream v0.6.21
3082026-04-06T15:38:11.258Z Downloaded anyhow v1.0.102
3092026-04-06T15:38:11.258Z Downloaded typeid v1.0.3
3102026-04-06T15:38:11.262Z Downloaded equivalent v1.0.2
3112026-04-06T15:38:11.262Z Downloaded unicode-xid v0.2.6
3122026-04-06T15:38:11.262Z Downloaded unicode-ident v1.0.24
3132026-04-06T15:38:11.265Z Downloaded bitflags v2.11.0
3142026-04-06T15:38:11.265Z Downloaded proc-macro-error v1.0.4
3152026-04-06T15:38:11.269Z Downloaded utf8_iter v1.0.4
3162026-04-06T15:38:11.269Z Downloaded autocfg v1.5.0
3172026-04-06T15:38:11.269Z Downloaded macaddr v1.0.1
3182026-04-06T15:38:11.272Z Downloaded memmap v0.7.0
3192026-04-06T15:38:11.272Z Downloaded usdt-attr-macro v0.5.0
3202026-04-06T15:38:11.272Z Downloaded crypto-common v0.1.7
3212026-04-06T15:38:11.272Z Downloaded yoke-derive v0.8.1
3222026-04-06T15:38:11.272Z Downloaded version_check v0.9.5
3232026-04-06T15:38:11.272Z Downloaded errno v0.3.14
3242026-04-06T15:38:11.276Z Downloaded thiserror-impl v2.0.18
3252026-04-06T15:38:11.276Z Downloaded cpufeatures v0.2.17
3262026-04-06T15:38:11.276Z Downloaded cfg-if v1.0.4
3272026-04-06T15:38:11.276Z Downloaded clap_lex v1.0.0
3282026-04-06T15:38:11.279Z Downloaded toml_write v0.1.2
3292026-04-06T15:38:11.279Z Downloaded typenum v1.19.0
3302026-04-06T15:38:11.280Z Downloaded toml_datetime v0.6.11
3312026-04-06T15:38:11.280Z Downloaded thread-id v4.2.2
3322026-04-06T15:38:11.283Z Downloaded utf8parse v0.2.2
3332026-04-06T15:38:11.283Z Downloaded heck v0.5.0
3342026-04-06T15:38:11.283Z Downloaded potential_utf v0.1.4
3352026-04-06T15:38:11.286Z Downloaded pretty-hex v0.4.1
3362026-04-06T15:38:11.286Z Downloaded zmij v1.0.21
3372026-04-06T15:38:11.286Z Downloaded scroll_derive v0.12.1
3382026-04-06T15:38:11.286Z Downloaded yoke v0.8.1
3392026-04-06T15:38:11.289Z Downloaded unicode-linebreak v0.1.5
3402026-04-06T15:38:11.289Z Downloaded thiserror-impl v1.0.69
3412026-04-06T15:38:11.289Z Downloaded percent-encoding v2.3.2
3422026-04-06T15:38:11.293Z Downloaded zerofrom-derive v0.1.6
3432026-04-06T15:38:11.293Z Downloaded zerofrom v0.1.6
3442026-04-06T15:38:11.293Z Downloaded writeable v0.6.2
3452026-04-06T15:38:11.293Z Downloaded tinystr v0.8.2
3462026-04-06T15:38:11.296Z Downloaded proc-macro-error-attr v1.0.4
3472026-04-06T15:38:11.299Z Downloaded thiserror v2.0.18
3482026-04-06T15:38:11.303Z Downloaded ucd-trie v0.1.7
3492026-04-06T15:38:11.303Z Downloaded generic-array v0.14.7
3502026-04-06T15:38:11.303Z Downloaded fastrand v2.3.0
3512026-04-06T15:38:11.303Z Downloaded displaydoc v0.2.5
3522026-04-06T15:38:11.307Z Downloaded colorchoice v1.0.4
3532026-04-06T15:38:11.307Z Downloaded zerocopy-derive v0.7.35
3542026-04-06T15:38:11.310Z Downloaded usdt-impl v0.5.0
3552026-04-06T15:38:11.310Z Downloaded textwrap v0.16.2
3562026-04-06T15:38:11.310Z Downloaded semver v1.0.27
3572026-04-06T15:38:11.313Z Downloaded serde_spanned v0.6.9
3582026-04-06T15:38:11.313Z Downloaded camino v1.2.2
3592026-04-06T15:38:11.313Z Downloaded zerovec-derive v0.11.2
3602026-04-06T15:38:11.316Z Downloaded idna_adapter v1.2.1
3612026-04-06T15:38:11.316Z Downloaded usdt-macro v0.5.0
3622026-04-06T15:38:11.316Z Downloaded usdt v0.5.0
3632026-04-06T15:38:11.319Z Downloaded toml_edit v0.22.27
3642026-04-06T15:38:11.319Z Downloaded tabled_derive v0.7.0
3652026-04-06T15:38:11.322Z Downloaded thiserror v1.0.69
3662026-04-06T15:38:11.325Z Downloaded stable_deref_trait v1.2.1
3672026-04-06T15:38:11.325Z Downloaded heck v0.4.1
3682026-04-06T15:38:11.325Z Downloaded zerotrie v0.2.3
3692026-04-06T15:38:11.329Z Downloaded strsim v0.11.1
3702026-04-06T15:38:11.332Z Downloaded url v2.5.8
3712026-04-06T15:38:11.339Z Downloaded itoa v1.0.17
3722026-04-06T15:38:11.342Z Downloaded zerovec v0.11.5
3732026-04-06T15:38:11.346Z Downloaded swrite v0.1.0
3742026-04-06T15:38:11.346Z Downloaded serde-value v0.7.0
3752026-04-06T15:38:11.346Z Downloaded smawk v0.3.2
3762026-04-06T15:38:11.346Z Downloaded dtrace-parser v0.2.0
3772026-04-06T15:38:11.346Z Downloaded is_terminal_polyfill v1.70.2
3782026-04-06T15:38:11.349Z Downloaded zerocopy v0.7.35
3792026-04-06T15:38:11.355Z Downloaded erased-serde v0.4.9
3802026-04-06T15:38:11.359Z Downloaded serde_tokenstream v0.2.3
3812026-04-06T15:38:11.362Z Downloaded camino-tempfile v1.4.1
3822026-04-06T15:38:11.365Z Downloaded dof v0.3.0
3832026-04-06T15:38:11.368Z Downloaded winnow v0.7.14
3842026-04-06T15:38:11.372Z Downloaded unicode-width v0.1.14
3852026-04-06T15:38:11.375Z Downloaded fnv v1.0.7
3862026-04-06T15:38:11.383Z Downloaded once_cell v1.21.3
3872026-04-06T15:38:11.383Z Downloaded unicode-width v0.2.0
3882026-04-06T15:38:11.386Z Downloaded serde-untagged v0.1.9
3892026-04-06T15:38:11.386Z Downloaded byteorder v1.5.0
3902026-04-06T15:38:11.386Z Downloaded bytecount v0.6.9
3912026-04-06T15:38:11.386Z Downloaded ordered-float v2.10.1
3922026-04-06T15:38:11.390Z Downloaded fs-err v3.3.0
3932026-04-06T15:38:11.395Z Downloaded sha2 v0.10.9
3942026-04-06T15:38:11.398Z Downloaded cargo-platform v0.2.0
3952026-04-06T15:38:11.403Z Downloaded digest v0.10.7
3962026-04-06T15:38:11.406Z Downloaded pest_generator v2.8.6
3972026-04-06T15:38:11.411Z Downloaded scroll v0.12.0
3982026-04-06T15:38:11.414Z Downloaded cargo_toml v0.21.0
3992026-04-06T15:38:11.414Z Downloaded tempfile v3.25.0
4002026-04-06T15:38:11.419Z Downloaded synstructure v0.13.2
4012026-04-06T15:38:11.426Z Downloaded smallvec v1.15.1
4022026-04-06T15:38:11.430Z Downloaded getrandom v0.4.1
4032026-04-06T15:38:11.447Z Downloaded num-traits v0.2.19
4042026-04-06T15:38:11.450Z Downloaded proc-macro2 v1.0.106
4052026-04-06T15:38:11.453Z Downloaded clap_derive v4.5.55
4062026-04-06T15:38:11.453Z Downloaded litemap v0.8.1
4072026-04-06T15:38:11.456Z Downloaded cargo_metadata v0.21.0
4082026-04-06T15:38:11.457Z Downloaded cargo-util-schemas v0.8.2
4092026-04-06T15:38:11.457Z Downloaded log v0.4.29
4102026-04-06T15:38:11.463Z Downloaded pest_derive v2.8.6
4112026-04-06T15:38:11.474Z Downloaded icu_provider v2.1.1
4122026-04-06T15:38:11.478Z Downloaded icu_properties v2.1.2
4132026-04-06T15:38:11.478Z Downloaded serde_derive v1.0.228
4142026-04-06T15:38:11.484Z Downloaded serde_core v1.0.228
4152026-04-06T15:38:11.491Z Downloaded clap v4.5.60
4162026-04-06T15:38:11.499Z Downloaded icu_normalizer_data v2.1.1
4172026-04-06T15:38:11.502Z Downloaded pest_meta v2.8.6
4182026-04-06T15:38:11.502Z Downloaded icu_locale_core v2.1.1
4192026-04-06T15:38:11.505Z Downloaded serde v1.0.228
4202026-04-06T15:38:11.508Z Downloaded papergrid v0.11.0
4212026-04-06T15:38:11.518Z Downloaded icu_normalizer v2.1.1
4222026-04-06T15:38:11.521Z Downloaded icu_collections v2.1.1
4232026-04-06T15:38:11.533Z Downloaded indexmap v2.13.0
4242026-04-06T15:38:11.547Z Downloaded pest v2.8.6
4252026-04-06T15:38:11.557Z Downloaded idna v1.1.0
4262026-04-06T15:38:11.573Z Downloaded hashbrown v0.16.1
4272026-04-06T15:38:11.590Z Downloaded icu_properties_data v2.1.2
4282026-04-06T15:38:11.600Z Downloaded goblin v0.8.2
4292026-04-06T15:38:11.601Z Downloaded tabled v0.15.0
4302026-04-06T15:38:11.606Z Downloaded serde_json v1.0.149
4312026-04-06T15:38:11.610Z Downloaded clap_builder v4.5.60
4322026-04-06T15:38:11.625Z Downloaded syn v1.0.109
4332026-04-06T15:38:11.630Z Downloaded syn v2.0.117
4342026-04-06T15:38:11.649Z Downloaded rustix v1.1.3
4352026-04-06T15:38:11.686Z Downloaded libc v0.2.180
4362026-04-06T15:38:11.756Z Compiling proc-macro2 v1.0.106
4372026-04-06T15:38:11.756Z Compiling quote v1.0.44
4382026-04-06T15:38:11.759Z Compiling unicode-ident v1.0.24
4392026-04-06T15:38:11.759Z Compiling serde_core v1.0.228
4402026-04-06T15:38:11.759Z Compiling libc v0.2.180
4412026-04-06T15:38:11.759Z Compiling version_check v0.9.5
4422026-04-06T15:38:11.759Z Compiling stable_deref_trait v1.2.1
4432026-04-06T15:38:11.759Z Compiling serde v1.0.228
4442026-04-06T15:38:11.759Z Compiling memchr v2.8.0
4452026-04-06T15:38:11.939Z Compiling zmij v1.0.21
4462026-04-06T15:38:11.942Z Compiling thiserror v1.0.69
4472026-04-06T15:38:11.954Z Compiling itoa v1.0.17
4482026-04-06T15:38:11.970Z Compiling autocfg v1.5.0
4492026-04-06T15:38:11.974Z Compiling ucd-trie v0.1.7
4502026-04-06T15:38:11.974Z Compiling writeable v0.6.2
4512026-04-06T15:38:12.088Z Compiling litemap v0.8.1
4522026-04-06T15:38:12.224Z Compiling byteorder v1.5.0
4532026-04-06T15:38:12.243Z Compiling icu_properties_data v2.1.2
4542026-04-06T15:38:12.296Z Compiling icu_normalizer_data v2.1.1
4552026-04-06T15:38:12.425Z Compiling rustix v1.1.3
4562026-04-06T15:38:12.429Z Compiling bitflags v2.11.0
4572026-04-06T15:38:12.475Z Compiling serde_json v1.0.149
4582026-04-06T15:38:12.532Z Compiling typeid v1.0.3
4592026-04-06T15:38:12.585Z Compiling pest v2.8.6
4602026-04-06T15:38:12.651Z Compiling num-traits v0.2.19
4612026-04-06T15:38:12.809Z Compiling hashbrown v0.16.1
4622026-04-06T15:38:12.879Z Compiling equivalent v1.0.2
4632026-04-06T15:38:12.882Z Compiling smallvec v1.15.1
4642026-04-06T15:38:12.934Z Compiling usdt-impl v0.5.0
4652026-04-06T15:38:12.949Z Compiling proc-macro-error-attr v1.0.4
4662026-04-06T15:38:12.970Z Compiling syn v1.0.109
4672026-04-06T15:38:13.021Z Compiling toml_write v0.1.2
4682026-04-06T15:38:13.021Z Compiling erased-serde v0.4.9
4692026-04-06T15:38:13.076Z Compiling errno v0.3.14
4702026-04-06T15:38:13.080Z Compiling thread-id v4.2.2
4712026-04-06T15:38:13.110Z Compiling winnow v0.7.14
4722026-04-06T15:38:13.203Z Compiling proc-macro-error v1.0.4
4732026-04-06T15:38:13.292Z Compiling indexmap v2.13.0
4742026-04-06T15:38:13.295Z Compiling thiserror v2.0.18
4752026-04-06T15:38:13.295Z Compiling utf8parse v0.2.2
4762026-04-06T15:38:13.382Z Compiling log v0.4.29
4772026-04-06T15:38:13.385Z Compiling plain v0.2.3
4782026-04-06T15:38:13.415Z Compiling utf8_iter v1.0.4
4792026-04-06T15:38:13.418Z Compiling camino v1.2.2
4802026-04-06T15:38:13.450Z Compiling syn v2.0.117
4812026-04-06T15:38:13.466Z Compiling getrandom v0.4.1
4822026-04-06T15:38:13.516Z Compiling percent-encoding v2.3.2
4832026-04-06T15:38:13.582Z Compiling anstyle-parse v0.2.7
4842026-04-06T15:38:13.720Z Compiling pest_meta v2.8.6
4852026-04-06T15:38:13.737Z Compiling form_urlencoded v1.2.2
4862026-04-06T15:38:13.835Z Compiling ordered-float v2.10.1
4872026-04-06T15:38:13.877Z Compiling anstyle-query v1.1.5
4882026-04-06T15:38:13.905Z Compiling pretty-hex v0.4.1
4892026-04-06T15:38:13.925Z Compiling anstyle v1.0.13
4902026-04-06T15:38:13.946Z Compiling is_terminal_polyfill v1.70.2
4912026-04-06T15:38:13.968Z Compiling colorchoice v1.0.4
4922026-04-06T15:38:13.972Z Compiling cfg-if v1.0.4
4932026-04-06T15:38:14.023Z Compiling fs-err v3.3.0
4942026-04-06T15:38:14.058Z Compiling heck v0.4.1
4952026-04-06T15:38:14.092Z Compiling terminal_size v0.4.3
4962026-04-06T15:38:14.110Z Compiling anstream v0.6.21
4972026-04-06T15:38:14.131Z Compiling unicode-width v0.1.14
4982026-04-06T15:38:14.154Z Compiling strsim v0.11.1
4992026-04-06T15:38:14.180Z Compiling clap_lex v1.0.0
5002026-04-06T15:38:14.234Z Compiling fnv v1.0.7
5012026-04-06T15:38:14.256Z Compiling once_cell v1.21.3
5022026-04-06T15:38:14.274Z Compiling anyhow v1.0.102
5032026-04-06T15:38:14.302Z Compiling bytecount v0.6.9
5042026-04-06T15:38:14.354Z Compiling unicode-xid v0.2.6
5052026-04-06T15:38:14.371Z Compiling heck v0.5.0
5062026-04-06T15:38:14.490Z Compiling semver v1.0.27
5072026-04-06T15:38:14.525Z Compiling fastrand v2.3.0
5082026-04-06T15:38:14.546Z Compiling papergrid v0.11.0
5092026-04-06T15:38:14.612Z Compiling clap_builder v4.5.60
5102026-04-06T15:38:14.653Z Compiling memmap v0.7.0
5112026-04-06T15:38:14.810Z Compiling tempfile v3.25.0
5122026-04-06T15:38:14.829Z Compiling smawk v0.3.2
5132026-04-06T15:38:14.848Z Compiling unicode-width v0.2.0
5142026-04-06T15:38:14.878Z Compiling serde-untagged v0.1.9
5152026-04-06T15:38:14.896Z Compiling unicode-linebreak v0.1.5
5162026-04-06T15:38:14.958Z Compiling swrite v0.1.0
5172026-04-06T15:38:14.993Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5182026-04-06T15:38:15.091Z Compiling textwrap v0.16.2
5192026-04-06T15:38:15.142Z Compiling camino-tempfile v1.4.1
5202026-04-06T15:38:15.410Z Compiling tabled_derive v0.7.0
5212026-04-06T15:38:15.971Z Compiling synstructure v0.13.2
5222026-04-06T15:38:15.971Z Compiling pest_generator v2.8.6
5232026-04-06T15:38:16.075Z Compiling tabled v0.15.0
5242026-04-06T15:38:16.502Z Compiling serde_derive v1.0.228
5252026-04-06T15:38:16.505Z Compiling zerofrom-derive v0.1.6
5262026-04-06T15:38:16.505Z Compiling yoke-derive v0.8.1
5272026-04-06T15:38:16.505Z Compiling zerovec-derive v0.11.2
5282026-04-06T15:38:16.505Z Compiling displaydoc v0.2.5
5292026-04-06T15:38:16.539Z Compiling thiserror-impl v1.0.69
5302026-04-06T15:38:16.539Z Compiling zerocopy-derive v0.7.35
5312026-04-06T15:38:16.539Z Compiling scroll_derive v0.12.1
5322026-04-06T15:38:16.572Z Compiling thiserror-impl v2.0.18
5332026-04-06T15:38:16.575Z Compiling clap_derive v4.5.55
5342026-04-06T15:38:16.607Z Compiling pest_derive v2.8.6
5352026-04-06T15:38:17.201Z Compiling scroll v0.12.0
5362026-04-06T15:38:17.372Z Compiling zerocopy v0.7.35
5372026-04-06T15:38:17.431Z Compiling goblin v0.8.2
5382026-04-06T15:38:17.498Z Compiling zerofrom v0.1.6
5392026-04-06T15:38:17.613Z Compiling yoke v0.8.1
5402026-04-06T15:38:17.672Z Compiling dtrace-parser v0.2.0
5412026-04-06T15:38:17.774Z Compiling zerovec v0.11.5
5422026-04-06T15:38:17.774Z Compiling zerotrie v0.2.3
5432026-04-06T15:38:18.002Z Compiling clap v4.5.60
5442026-04-06T15:38:18.196Z Compiling tinystr v0.8.2
5452026-04-06T15:38:18.196Z Compiling potential_utf v0.1.4
5462026-04-06T15:38:18.307Z Compiling icu_collections v2.1.1
5472026-04-06T15:38:18.363Z Compiling icu_locale_core v2.1.1
5482026-04-06T15:38:18.889Z Compiling icu_provider v2.1.1
5492026-04-06T15:38:19.140Z Compiling icu_normalizer v2.1.1
5502026-04-06T15:38:19.140Z Compiling icu_properties v2.1.2
5512026-04-06T15:38:19.234Z Compiling dof v0.3.0
5522026-04-06T15:38:19.234Z Compiling serde_tokenstream v0.2.3
5532026-04-06T15:38:19.251Z Compiling serde_spanned v0.6.9
5542026-04-06T15:38:19.251Z Compiling toml_datetime v0.6.11
5552026-04-06T15:38:19.254Z Compiling serde-value v0.7.0
5562026-04-06T15:38:19.254Z Compiling cargo-platform v0.2.0
5572026-04-06T15:38:19.267Z Compiling macaddr v1.0.1
5582026-04-06T15:38:19.479Z Compiling toml_edit v0.22.27
5592026-04-06T15:38:19.941Z Compiling usdt-macro v0.5.0
5602026-04-06T15:38:19.944Z Compiling usdt-attr-macro v0.5.0
5612026-04-06T15:38:19.958Z Compiling idna_adapter v1.2.1
5622026-04-06T15:38:20.077Z Compiling idna v1.1.0
5632026-04-06T15:38:20.339Z Compiling url v2.5.8
5642026-04-06T15:38:20.533Z Compiling usdt v0.5.0
5652026-04-06T15:38:20.727Z Compiling toml v0.8.23
5662026-04-06T15:38:21.058Z Compiling cargo-util-schemas v0.8.2
5672026-04-06T15:38:21.058Z Compiling cargo_toml v0.21.0
5682026-04-06T15:38:21.854Z Compiling cargo_metadata v0.21.0
5692026-04-06T15:38:22.784Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5702026-04-06T15:38:24.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.48s
5712026-04-06T15:38:25.132Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5722026-04-06T15:38:25.680Z Downloading crates ...
5732026-04-06T15:38:25.791Z Downloaded arrayref v0.3.9
5742026-04-06T15:38:25.794Z Downloaded aead v0.5.2
5752026-04-06T15:38:25.798Z Downloaded assert_matches v1.5.0
5762026-04-06T15:38:25.801Z Downloaded document-features v0.2.12
5772026-04-06T15:38:25.801Z Downloaded adler2 v2.0.1
5782026-04-06T15:38:25.801Z Downloaded async-recursion v1.1.1
5792026-04-06T15:38:25.804Z Downloaded async-stream-impl v0.3.6
5802026-04-06T15:38:25.807Z Downloaded darling_macro v0.23.0
5812026-04-06T15:38:25.807Z Downloaded ascii-canvas v3.0.0
5822026-04-06T15:38:25.807Z Downloaded async-stream v0.3.6
5832026-04-06T15:38:25.810Z Downloaded atty v0.2.14
5842026-04-06T15:38:25.810Z Downloaded array-init v0.0.4
5852026-04-06T15:38:25.810Z Downloaded daft-derive v0.1.5
5862026-04-06T15:38:25.813Z Downloaded darling_macro v0.20.11
5872026-04-06T15:38:25.816Z Downloaded crunchy v0.2.4
5882026-04-06T15:38:25.817Z Downloaded crucible-workspace-hack v0.1.0
5892026-04-06T15:38:25.817Z Downloaded atomicwrites v0.4.4
5902026-04-06T15:38:25.820Z Downloaded drift v0.1.3
5912026-04-06T15:38:25.823Z Downloaded darling_core v0.21.3
5922026-04-06T15:38:25.826Z Downloaded float-cmp v0.10.0
5932026-04-06T15:38:25.826Z Downloaded cstr-argument v0.1.2
5942026-04-06T15:38:25.826Z Downloaded curve25519-dalek-derive v0.1.1
5952026-04-06T15:38:25.826Z Downloaded base16ct v0.2.0
5962026-04-06T15:38:25.829Z Downloaded crossbeam-deque v0.8.6
5972026-04-06T15:38:25.829Z Downloaded chacha20 v0.9.1
5982026-04-06T15:38:25.829Z Downloaded atomic-waker v1.1.2
5992026-04-06T15:38:25.833Z Downloaded darling_macro v0.21.3
6002026-04-06T15:38:25.833Z Downloaded bit-set v0.5.3
6012026-04-06T15:38:25.833Z Downloaded ctr v0.9.2
6022026-04-06T15:38:25.836Z Downloaded csv-core v0.1.13
6032026-04-06T15:38:25.839Z Downloaded bb8 v0.8.6
6042026-04-06T15:38:25.842Z Downloaded arrayvec v0.7.6
6052026-04-06T15:38:25.842Z Downloaded backoff v0.4.0
6062026-04-06T15:38:25.847Z Downloaded crossbeam-epoch v0.9.18
6072026-04-06T15:38:25.850Z Downloaded dirs-next v2.0.0
6082026-04-06T15:38:25.853Z Downloaded crc-catalog v2.4.0
6092026-04-06T15:38:25.856Z Downloaded block-padding v0.3.3
6102026-04-06T15:38:25.856Z Downloaded downcast-rs v2.0.2
6112026-04-06T15:38:25.861Z Downloaded console v0.15.11
6122026-04-06T15:38:25.864Z Downloaded dropshot-api-manager-types v0.6.0
6132026-04-06T15:38:25.864Z Downloaded defmt-parser v1.0.0
6142026-04-06T15:38:25.867Z Downloaded darling v0.20.11
6152026-04-06T15:38:25.870Z Downloaded derive_builder_macro v0.20.2
6162026-04-06T15:38:25.870Z Downloaded bcrypt-pbkdf v0.10.0
6172026-04-06T15:38:25.870Z Downloaded cargo-platform v0.1.9
6182026-04-06T15:38:25.870Z Downloaded async-bb8-diesel v0.2.1
6192026-04-06T15:38:25.873Z Downloaded diesel_table_macro_syntax v0.3.0
6202026-04-06T15:38:25.876Z Downloaded foreign-types v0.3.2
6212026-04-06T15:38:25.876Z Downloaded endian-type v0.1.2
6222026-04-06T15:38:25.881Z Downloaded cfg_aliases v0.1.1
6232026-04-06T15:38:25.881Z Downloaded bitfield-macros v0.19.4
6242026-04-06T15:38:25.884Z Downloaded ciborium-io v0.2.2
6252026-04-06T15:38:25.884Z Downloaded env_filter v1.0.0
6262026-04-06T15:38:25.884Z Downloaded dof v0.4.0
6272026-04-06T15:38:25.884Z Downloaded filetime v0.2.27
6282026-04-06T15:38:25.887Z Downloaded env_logger v0.11.9
6292026-04-06T15:38:25.887Z Downloaded ed25519 v2.2.3
6302026-04-06T15:38:25.890Z Downloaded darling v0.23.0
6312026-04-06T15:38:25.893Z Downloaded difflib v0.4.0
6322026-04-06T15:38:25.893Z Downloaded ciborium-ll v0.2.2
6332026-04-06T15:38:25.893Z Downloaded async-trait v0.1.89
6342026-04-06T15:38:25.896Z Downloaded embedded-io v0.4.0
6352026-04-06T15:38:25.896Z Downloaded daft v0.1.5
6362026-04-06T15:38:25.900Z Downloaded foreign-types-shared v0.1.1
6372026-04-06T15:38:25.900Z Downloaded fixedbitset v0.4.2
6382026-04-06T15:38:25.900Z Downloaded display-error-chain v0.2.2
6392026-04-06T15:38:25.900Z Downloaded critical-section v1.2.0
6402026-04-06T15:38:25.903Z Downloaded base64ct v1.8.3
6412026-04-06T15:38:25.903Z Downloaded blowfish v0.9.1
6422026-04-06T15:38:25.903Z Downloaded dirs-sys-next v0.1.2
6432026-04-06T15:38:25.906Z Downloaded foreign-types-macros v0.2.3
6442026-04-06T15:38:25.906Z Downloaded debug-ignore v1.0.5
6452026-04-06T15:38:25.909Z Downloaded convert_case v0.4.0
6462026-04-06T15:38:25.909Z Downloaded castaway v0.2.4
6472026-04-06T15:38:25.909Z Downloaded crc8 v0.1.1
6482026-04-06T15:38:25.913Z Downloaded fd-lock v4.0.4
6492026-04-06T15:38:25.913Z Downloaded defmt v0.3.100
6502026-04-06T15:38:25.913Z Downloaded foreign-types-shared v0.3.1
6512026-04-06T15:38:25.913Z Downloaded foreign-types v0.5.0
6522026-04-06T15:38:25.917Z Downloaded flagset v0.4.7
6532026-04-06T15:38:25.917Z Downloaded cobs v0.3.0
6542026-04-06T15:38:25.917Z Downloaded embedded-io v0.6.1
6552026-04-06T15:38:25.917Z Downloaded cfg_aliases v0.2.1
6562026-04-06T15:38:25.921Z Downloaded dunce v1.0.5
6572026-04-06T15:38:25.921Z Downloaded cpufeatures v0.3.0
6582026-04-06T15:38:25.924Z Downloaded crc v3.4.0
6592026-04-06T15:38:25.924Z Downloaded deranged v0.5.8
6602026-04-06T15:38:25.924Z Downloaded float-ord v0.3.2
6612026-04-06T15:38:25.927Z Downloaded dsl_auto_type v0.2.0
6622026-04-06T15:38:25.927Z Downloaded darling_core v0.20.11
6632026-04-06T15:38:25.930Z Downloaded bit-set v0.8.0
6642026-04-06T15:38:25.930Z Downloaded bcs v0.1.6
6652026-04-06T15:38:25.934Z Downloaded globwalk v0.9.1
6662026-04-06T15:38:25.934Z Downloaded gethostname v0.5.0
6672026-04-06T15:38:25.934Z Downloaded futures-core v0.3.32
6682026-04-06T15:38:25.934Z Downloaded funty v2.0.0
6692026-04-06T15:38:25.937Z Downloaded fxhash v0.2.1
6702026-04-06T15:38:25.937Z Downloaded futures-io v0.3.32
6712026-04-06T15:38:25.937Z Downloaded crossbeam-utils v0.8.21
6722026-04-06T15:38:25.940Z Downloaded hash32 v0.3.1
6732026-04-06T15:38:25.940Z Downloaded diesel-dtrace v0.5.0
6742026-04-06T15:38:25.940Z Downloaded derive-ex v0.1.8
6752026-04-06T15:38:25.943Z Downloaded defmt-macros v1.0.1
6762026-04-06T15:38:25.943Z Downloaded hash32 v0.2.1
6772026-04-06T15:38:25.946Z Downloaded headers-core v0.3.0
6782026-04-06T15:38:25.946Z Downloaded cipher v0.4.4
6792026-04-06T15:38:25.946Z Downloaded bitflags v1.3.2
6802026-04-06T15:38:25.949Z Downloaded darling_core v0.23.0
6812026-04-06T15:38:25.952Z Downloaded ahash v0.8.12
6822026-04-06T15:38:25.952Z Downloaded foldhash v0.2.0
6832026-04-06T15:38:25.955Z Downloaded foldhash v0.1.5
6842026-04-06T15:38:25.956Z Downloaded cmake v0.1.57
6852026-04-06T15:38:25.956Z Downloaded bitfield-struct v0.6.2
6862026-04-06T15:38:25.959Z Downloaded ena v0.14.4
6872026-04-06T15:38:25.959Z Downloaded derive_builder_core v0.20.2
6882026-04-06T15:38:25.959Z Downloaded enum-as-inner v0.6.1
6892026-04-06T15:38:25.962Z Downloaded dyn-clone v1.0.20
6902026-04-06T15:38:25.962Z Downloaded data-encoding v2.10.0
6912026-04-06T15:38:25.962Z Downloaded bitfield v0.19.4
6922026-04-06T15:38:25.965Z Downloaded der_derive v0.7.3
6932026-04-06T15:38:25.965Z Downloaded bit-vec v0.8.0
6942026-04-06T15:38:25.965Z Downloaded find-msvc-tools v0.1.9
6952026-04-06T15:38:25.968Z Downloaded ff v0.13.1
6962026-04-06T15:38:25.969Z Downloaded byte-wrapper v0.1.0
6972026-04-06T15:38:25.972Z Downloaded fallible-iterator v0.2.0
6982026-04-06T15:38:25.972Z Downloaded ghash v0.5.1
6992026-04-06T15:38:25.972Z Downloaded futures-task v0.3.32
7002026-04-06T15:38:25.975Z Downloaded http-range v0.1.5
7012026-04-06T15:38:25.975Z Downloaded hubpack v0.1.2
7022026-04-06T15:38:25.975Z Downloaded httpdate v1.0.3
7032026-04-06T15:38:25.975Z Downloaded git-stub v1.0.0
7042026-04-06T15:38:25.978Z Downloaded futures-macro v0.3.32
7052026-04-06T15:38:25.978Z Downloaded hostname v0.3.1
7062026-04-06T15:38:25.979Z Downloaded home v0.5.12
7072026-04-06T15:38:25.979Z Downloaded futures-sink v0.3.32
7082026-04-06T15:38:25.981Z Downloaded backon v1.6.0
7092026-04-06T15:38:25.981Z Downloaded erased-serde v0.3.31
7102026-04-06T15:38:25.985Z Downloaded either v1.15.0
7112026-04-06T15:38:25.985Z Downloaded git-stub-vcs v0.1.0
7122026-04-06T15:38:25.985Z Downloaded ecdsa v0.16.9
7132026-04-06T15:38:25.988Z Downloaded hubpack_derive v0.1.1
7142026-04-06T15:38:25.988Z Downloaded dtrace-parser v0.3.0
7152026-04-06T15:38:25.988Z Downloaded convert_case v0.10.0
7162026-04-06T15:38:25.988Z Downloaded colored v3.1.1
7172026-04-06T15:38:25.992Z Downloaded bit-vec v0.6.3
7182026-04-06T15:38:25.992Z Downloaded group v0.13.0
7192026-04-06T15:38:25.995Z Downloaded globset v0.4.18
7202026-04-06T15:38:25.995Z Downloaded hex v0.4.3
7212026-04-06T15:38:25.995Z Downloaded corncobs v0.1.4
7222026-04-06T15:38:25.998Z Downloaded cassowary v0.3.0
7232026-04-06T15:38:25.998Z Downloaded fixedbitset v0.5.7
7242026-04-06T15:38:26.001Z Downloaded derive_builder v0.20.2
7252026-04-06T15:38:26.001Z Downloaded indent_write v2.2.0
7262026-04-06T15:38:26.004Z Downloaded internet-checksum v0.2.1
7272026-04-06T15:38:26.004Z Downloaded instant v0.1.13
7282026-04-06T15:38:26.004Z Downloaded bzip2 v0.6.1
7292026-04-06T15:38:26.007Z Downloaded inout v0.1.4
7302026-04-06T15:38:26.007Z Downloaded darling v0.21.3
7312026-04-06T15:38:26.010Z Downloaded diff v0.1.13
7322026-04-06T15:38:26.013Z Downloaded constant_time_eq v0.4.2
7332026-04-06T15:38:26.014Z Downloaded futures-executor v0.3.32
7342026-04-06T15:38:26.014Z Downloaded hostname v0.4.2
7352026-04-06T15:38:26.017Z Downloaded fs-err v2.11.0
7362026-04-06T15:38:26.017Z Downloaded buf-list v1.1.2
7372026-04-06T15:38:26.020Z Downloaded cexpr v0.6.0
7382026-04-06T15:38:26.020Z Downloaded des v0.8.1
7392026-04-06T15:38:26.020Z Downloaded cookie v0.18.1
7402026-04-06T15:38:26.023Z Downloaded bzip2 v0.4.4
7412026-04-06T15:38:26.023Z Downloaded argon2 v0.5.3
7422026-04-06T15:38:26.026Z Downloaded hyper-tls v0.6.0
7432026-04-06T15:38:26.026Z Downloaded http-body v1.0.1
7442026-04-06T15:38:26.026Z Downloaded hex-literal v0.4.1
7452026-04-06T15:38:26.029Z Downloaded ident_case v1.0.1
7462026-04-06T15:38:26.029Z Downloaded crypto-bigint v0.5.5
7472026-04-06T15:38:26.032Z Downloaded crossbeam-channel v0.5.15
7482026-04-06T15:38:26.035Z Downloaded libscf-sys v1.1.0
7492026-04-06T15:38:26.035Z Downloaded lalrpop-util v0.19.12
7502026-04-06T15:38:26.035Z Downloaded is_ci v1.2.0
7512026-04-06T15:38:26.038Z Downloaded instability v0.3.11
7522026-04-06T15:38:26.038Z Downloaded indoc v1.0.9
7532026-04-06T15:38:26.038Z Downloaded defmt v1.0.1
7542026-04-06T15:38:26.041Z Downloaded keccak v0.1.6
7552026-04-06T15:38:26.041Z Downloaded getrandom v0.2.17
7562026-04-06T15:38:26.044Z Downloaded cookie_store v0.22.1
7572026-04-06T15:38:26.045Z Downloaded const_format_proc_macros v0.2.34
7582026-04-06T15:38:26.047Z Downloaded cancel-safe-futures v0.1.5
7592026-04-06T15:38:26.050Z Downloaded humantime v2.3.0
7602026-04-06T15:38:26.050Z Downloaded cargo_metadata v0.19.2
7612026-04-06T15:38:26.053Z Downloaded http-body-util v0.1.3
7622026-04-06T15:38:26.053Z Downloaded derive_more v0.99.20
7632026-04-06T15:38:26.057Z Downloaded dropshot_endpoint v0.16.7
7642026-04-06T15:38:26.059Z Downloaded chacha20 v0.10.0
7652026-04-06T15:38:26.059Z Downloaded lru-cache v0.1.2
7662026-04-06T15:38:26.060Z Downloaded lazy_static v1.5.0
7672026-04-06T15:38:27.066Z Downloaded managed v0.8.0
7682026-04-06T15:38:27.066Z Downloaded memoffset v0.9.1
7692026-04-06T15:38:27.066Z Downloaded md5 v0.7.0
7702026-04-06T15:38:27.071Z Downloaded match_cfg v0.1.0
7712026-04-06T15:38:27.071Z Downloaded maplit v1.0.2
7722026-04-06T15:38:27.071Z Downloaded lzss v0.8.2
7732026-04-06T15:38:27.071Z Downloaded derive-where v1.6.0
7742026-04-06T15:38:27.071Z Downloaded elliptic-curve v0.13.8
7752026-04-06T15:38:27.071Z Downloaded lru-slab v0.1.2
7762026-04-06T15:38:27.071Z Downloaded blake2 v0.10.6
7772026-04-06T15:38:27.071Z Downloaded lru v0.12.5
7782026-04-06T15:38:27.071Z Downloaded is-terminal v0.4.17
7792026-04-06T15:38:27.071Z Downloaded ingot-types v0.1.2
7802026-04-06T15:38:27.071Z Downloaded crc32fast v1.5.0
7812026-04-06T15:38:27.071Z Downloaded const-oid v0.9.6
7822026-04-06T15:38:27.071Z Downloaded ipnet v2.11.0
7832026-04-06T15:38:27.071Z Downloaded colored v2.2.0
7842026-04-06T15:38:27.071Z Downloaded ipnetwork v0.21.1
7852026-04-06T15:38:27.071Z Downloaded newline-converter v0.3.0
7862026-04-06T15:38:27.071Z Downloaded mime v0.3.17
7872026-04-06T15:38:27.071Z Downloaded bytes v1.11.1
7882026-04-06T15:38:27.071Z Downloaded ciborium v0.2.2
7892026-04-06T15:38:27.071Z Downloaded hmac v0.12.1
7902026-04-06T15:38:27.071Z Downloaded cbc v0.1.2
7912026-04-06T15:38:27.071Z Downloaded camino-tempfile-ext v0.3.3
7922026-04-06T15:38:27.071Z Downloaded new_debug_unreachable v1.0.6
7932026-04-06T15:38:27.071Z Downloaded kstat-rs v0.2.4
7942026-04-06T15:38:27.071Z Downloaded linked-hash-map v0.5.6
7952026-04-06T15:38:27.071Z Downloaded fatfs v0.3.6
7962026-04-06T15:38:27.071Z Downloaded futures-channel v0.3.32
7972026-04-06T15:38:27.071Z Downloaded multimap v0.10.1
7982026-04-06T15:38:27.071Z Downloaded md-5 v0.10.6
7992026-04-06T15:38:27.072Z Downloaded libefi-sys v0.1.0
8002026-04-06T15:38:27.072Z Downloaded newtype_derive v0.1.6
8012026-04-06T15:38:27.072Z Downloaded allocator-api2 v0.2.21
8022026-04-06T15:38:27.072Z Downloaded libloading v0.8.9
8032026-04-06T15:38:27.072Z Downloaded num v0.4.3
8042026-04-06T15:38:27.072Z Downloaded ingot v0.1.1
8052026-04-06T15:38:27.072Z Downloaded nodrop v0.1.14
8062026-04-06T15:38:27.072Z Downloaded nibble_vec v0.1.0
8072026-04-06T15:38:27.072Z Downloaded newtype-uuid-macros v0.1.0
8082026-04-06T15:38:27.072Z Downloaded impl-trait-for-tuples v0.2.3
8092026-04-06T15:38:27.072Z Downloaded openssl-probe v0.1.6
8102026-04-06T15:38:27.072Z Downloaded glob v0.3.3
8112026-04-06T15:38:27.072Z Downloaded num_enum_derive v0.5.11
8122026-04-06T15:38:27.072Z Downloaded num-derive v0.3.3
8132026-04-06T15:38:27.072Z Downloaded iana-time-zone v0.1.65
8142026-04-06T15:38:27.072Z Downloaded hyper-staticfile v0.10.1
8152026-04-06T15:38:27.072Z Downloaded half v2.7.1
8162026-04-06T15:38:27.072Z Downloaded crc-any v2.5.0
8172026-04-06T15:38:27.072Z Downloaded maybe-uninit v2.0.0
8182026-04-06T15:38:27.072Z Downloaded derive_more-impl v2.1.1
8192026-04-06T15:38:27.072Z Downloaded half v1.8.3
8202026-04-06T15:38:27.072Z Downloaded opaque-debug v0.3.1
8212026-04-06T15:38:27.072Z Downloaded olpc-cjson v0.1.4
8222026-04-06T15:38:27.072Z Downloaded mime_guess v2.0.5
8232026-04-06T15:38:27.072Z Downloaded num_threads v0.1.7
8242026-04-06T15:38:27.072Z Downloaded normalize-line-endings v0.3.0
8252026-04-06T15:38:27.072Z Downloaded num-iter v0.1.45
8262026-04-06T15:38:27.072Z Downloaded num-derive v0.4.2
8272026-04-06T15:38:27.072Z Downloaded nanorand v0.7.0
8282026-04-06T15:38:27.072Z Downloaded httparse v1.10.1
8292026-04-06T15:38:27.072Z Downloaded console v0.16.2
8302026-04-06T15:38:27.072Z Downloaded native-tls v0.2.18
8312026-04-06T15:38:27.072Z Downloaded libsw-core v0.3.2
8322026-04-06T15:38:27.072Z Downloaded parse-size v1.1.0
8332026-04-06T15:38:27.072Z Downloaded parse-display v0.10.0
8342026-04-06T15:38:27.072Z Downloaded openssl-probe v0.2.1
8352026-04-06T15:38:27.072Z Downloaded openssl-macros v0.1.1
8362026-04-06T15:38:27.072Z Downloaded libsw v3.5.0
8372026-04-06T15:38:27.072Z Downloaded pbkdf2 v0.12.2
8382026-04-06T15:38:27.073Z Downloaded pbkdf2 v0.11.0
8392026-04-06T15:38:27.073Z Downloaded clang-sys v1.8.1
8402026-04-06T15:38:27.073Z Downloaded linear-map v1.2.0
8412026-04-06T15:38:27.073Z Downloaded futures v0.3.32
8422026-04-06T15:38:27.073Z Downloaded num_enum v0.7.5
8432026-04-06T15:38:27.073Z Downloaded oso-derive v0.27.3
8442026-04-06T15:38:27.073Z Downloaded num-integer v0.1.46
8452026-04-06T15:38:27.073Z Downloaded peg-runtime v0.8.5
8462026-04-06T15:38:27.073Z Downloaded path-slash v0.1.5
8472026-04-06T15:38:27.073Z Downloaded packed_struct_codegen v0.10.1
8482026-04-06T15:38:27.073Z Downloaded nu-ansi-term v0.50.3
8492026-04-06T15:38:27.073Z Downloaded nonempty v0.12.0
8502026-04-06T15:38:27.073Z Downloaded lock_api v0.4.14
8512026-04-06T15:38:27.073Z Downloaded num_enum v0.5.11
8522026-04-06T15:38:27.073Z Downloaded indexmap v1.9.3
8532026-04-06T15:38:27.073Z Downloaded hyper-rustls v0.27.7
8542026-04-06T15:38:27.073Z Downloaded ingot-macros v0.1.1
8552026-04-06T15:38:27.073Z Downloaded ar_archive_writer v0.5.1
8562026-04-06T15:38:27.073Z Downloaded pin-utils v0.1.0
8572026-04-06T15:38:27.073Z Downloaded num-conv v0.2.0
8582026-04-06T15:38:27.073Z Downloaded num-complex v0.4.6
8592026-04-06T15:38:27.073Z Downloaded phf_shared v0.11.3
8602026-04-06T15:38:27.073Z Downloaded der v0.7.10
8612026-04-06T15:38:27.073Z Downloaded precomputed-hash v0.1.1
8622026-04-06T15:38:27.073Z Downloaded phf_shared v0.13.1
8632026-04-06T15:38:27.073Z Downloaded memmap2 v0.9.10
8642026-04-06T15:38:27.073Z Downloaded ed25519-dalek v2.2.0
8652026-04-06T15:38:27.073Z Downloaded compact_str v0.8.1
8662026-04-06T15:38:27.073Z Downloaded proc-macro-crate v1.3.1
8672026-04-06T15:38:27.073Z Downloaded packed_struct v0.10.1
8682026-04-06T15:38:27.073Z Downloaded num_enum_derive v0.7.5
8692026-04-06T15:38:27.073Z Downloaded jobserver v0.1.34
8702026-04-06T15:38:27.078Z Downloaded oxnet v0.1.4
8712026-04-06T15:38:27.078Z Downloaded phf_shared v0.12.1
8722026-04-06T15:38:27.078Z Downloaded newtype-uuid v1.3.2
8732026-04-06T15:38:27.078Z Downloaded chacha20poly1305 v0.10.1
8742026-04-06T15:38:27.078Z Downloaded progenitor-client v0.11.2
8752026-04-06T15:38:27.078Z Downloaded progenitor-client v0.10.0
8762026-04-06T15:38:27.078Z Downloaded pem v3.0.6
8772026-04-06T15:38:27.078Z Downloaded powerfmt v0.2.0
8782026-04-06T15:38:27.078Z Downloaded peg v0.8.5
8792026-04-06T15:38:27.078Z Downloaded peg-macros v0.8.5
8802026-04-06T15:38:27.078Z Downloaded flate2 v1.1.9
8812026-04-06T15:38:27.078Z Downloaded const_format v0.2.35
8822026-04-06T15:38:27.078Z Downloaded progenitor-macro v0.10.0
8832026-04-06T15:38:27.078Z Downloaded phf v0.13.1
8842026-04-06T15:38:27.078Z Downloaded pem-rfc7468 v0.7.0
8852026-04-06T15:38:27.078Z Downloaded predicates-core v1.0.10
8862026-04-06T15:38:27.078Z Downloaded paste v1.0.15
8872026-04-06T15:38:27.079Z Downloaded proc-macro-error-attr2 v2.0.0
8882026-04-06T15:38:27.079Z Downloaded hickory-resolver v0.25.2
8892026-04-06T15:38:27.079Z Downloaded proc-macro-crate v3.4.0
8902026-04-06T15:38:27.079Z Downloaded predicates-tree v1.0.13
8912026-04-06T15:38:27.079Z Downloaded parking_lot_core v0.8.6
8922026-04-06T15:38:27.079Z Downloaded multer v3.1.0
8932026-04-06T15:38:27.079Z Downloaded psl-types v2.0.11
8942026-04-06T15:38:27.079Z Downloaded owo-colors v4.3.0
8952026-04-06T15:38:27.079Z Downloaded progenitor-macro v0.11.2
8962026-04-06T15:38:27.079Z Downloaded litrs v1.0.0
8972026-04-06T15:38:27.079Z Downloaded indicatif v0.18.4
8982026-04-06T15:38:27.079Z Downloaded polyval v0.6.2
8992026-04-06T15:38:27.079Z Downloaded password-hash v0.4.2
9002026-04-06T15:38:27.079Z Downloaded base64 v0.22.1
9012026-04-06T15:38:27.079Z Downloaded parse-display-derive v0.10.0
9022026-04-06T15:38:27.079Z Downloaded oxide-tokio-rt v0.1.3
9032026-04-06T15:38:27.079Z Downloaded radium v0.7.0
9042026-04-06T15:38:27.079Z Downloaded crossterm v0.28.1
9052026-04-06T15:38:27.079Z Downloaded pin-project-lite v0.2.17
9062026-04-06T15:38:27.079Z Downloaded rand_chacha v0.3.1
9072026-04-06T15:38:27.079Z Downloaded parking_lot_core v0.9.12
9082026-04-06T15:38:27.079Z Downloaded poly1305 v0.8.0
9092026-04-06T15:38:27.079Z Downloaded quick-error v1.2.3
9102026-04-06T15:38:27.079Z Downloaded proc-macro-error2 v2.0.1
9112026-04-06T15:38:27.079Z Downloaded primeorder v0.13.6
9122026-04-06T15:38:27.079Z Downloaded expectorate v1.2.0
9132026-04-06T15:38:27.079Z Downloaded dropshot-api-manager v0.6.0
9142026-04-06T15:38:27.079Z Downloaded highway v1.3.0
9152026-04-06T15:38:27.079Z Downloaded rand_xorshift v0.4.0
9162026-04-06T15:38:27.079Z Downloaded ref-cast v1.0.25
9172026-04-06T15:38:27.079Z Downloaded recursive v0.1.1
9182026-04-06T15:38:27.079Z Downloaded bumpalo v3.20.2
9192026-04-06T15:38:27.079Z Downloaded indoc v2.0.7
9202026-04-06T15:38:27.079Z Downloaded aes-gcm v0.10.3
9212026-04-06T15:38:27.079Z Downloaded pkg-config v0.3.32
9222026-04-06T15:38:27.079Z Downloaded progenitor-macro v0.13.0
9232026-04-06T15:38:27.079Z Downloaded headers v0.4.1
9242026-04-06T15:38:27.079Z Downloaded ref-cast-impl v1.0.25
9252026-04-06T15:38:27.080Z Downloaded fs_extra v1.3.0
9262026-04-06T15:38:27.080Z Downloaded russh-cryptovec v0.7.3
9272026-04-06T15:38:27.080Z Downloaded libbz2-rs-sys v0.2.2
9282026-04-06T15:38:27.080Z Downloaded pin-project-internal v1.1.11
9292026-04-06T15:38:27.080Z Downloaded omicron-zone-package v0.12.2
9302026-04-06T15:38:27.080Z Downloaded hickory-resolver v0.24.4
9312026-04-06T15:38:27.080Z Downloaded rtoolbox v0.0.3
9322026-04-06T15:38:27.080Z Downloaded num-rational v0.4.2
9332026-04-06T15:38:27.080Z Downloaded recursive-proc-macro-impl v0.1.1
9342026-04-06T15:38:27.080Z Downloaded rfc6979 v0.4.0
9352026-04-06T15:38:27.080Z Downloaded rustc-hash v2.1.1
9362026-04-06T15:38:27.080Z Downloaded pkcs5 v0.7.1
9372026-04-06T15:38:27.080Z Downloaded rustc_version v0.4.1
9382026-04-06T15:38:27.080Z Downloaded diesel_derives v2.3.7
9392026-04-06T15:38:27.080Z Downloaded r2d2 v0.8.10
9402026-04-06T15:38:27.080Z Downloaded ppv-lite86 v0.2.21
9412026-04-06T15:38:27.080Z Downloaded postgres-protocol v0.6.10
9422026-04-06T15:38:27.080Z Downloaded derive_more v2.1.1
9432026-04-06T15:38:27.080Z Downloaded rustc_version v0.1.7
9442026-04-06T15:38:27.080Z Downloaded postgres-types v0.2.12
9452026-04-06T15:38:27.080Z Downloaded pkcs1 v0.7.5
9462026-04-06T15:38:27.080Z Downloaded heapless v0.7.17
9472026-04-06T15:38:27.080Z Downloaded progenitor v0.10.0
9482026-04-06T15:38:27.080Z Downloaded progenitor-client v0.13.0
9492026-04-06T15:38:27.080Z Downloaded password-hash v0.5.0
9502026-04-06T15:38:27.080Z Downloaded rand_core v0.9.5
9512026-04-06T15:38:27.080Z Downloaded predicates v3.1.4
9522026-04-06T15:38:27.080Z Downloaded progenitor v0.11.2
9532026-04-06T15:38:27.080Z Downloaded parking_lot v0.12.5
9542026-04-06T15:38:27.080Z Downloaded parking_lot v0.11.2
9552026-04-06T15:38:27.080Z Downloaded progenitor v0.13.0
9562026-04-06T15:38:27.080Z Downloaded rand_core v0.10.0
9572026-04-06T15:38:27.080Z Downloaded ignore v0.4.25
9582026-04-06T15:38:27.080Z Downloaded sapling-renderdag v0.1.0
9592026-04-06T15:38:27.080Z Downloaded pkcs8 v0.10.2
9602026-04-06T15:38:27.080Z Downloaded oso v0.27.3
9612026-04-06T15:38:27.080Z Downloaded rand_seeder v0.4.0
9622026-04-06T15:38:27.080Z Downloaded rand_core v0.6.4
9632026-04-06T15:38:27.080Z Downloaded progenitor-extras v0.1.1
9642026-04-06T15:38:27.080Z Downloaded getrandom v0.3.4
9652026-04-06T15:38:27.081Z Downloaded psm v0.1.30
9662026-04-06T15:38:27.081Z Downloaded flume v0.11.1
9672026-04-06T15:38:27.081Z Downloaded scroll_derive v0.13.1
9682026-04-06T15:38:27.081Z Downloaded scopeguard v1.2.0
9692026-04-06T15:38:27.081Z Downloaded seq-macro v0.3.6
9702026-04-06T15:38:27.086Z Downloaded secrecy v0.10.3
9712026-04-06T15:38:27.086Z Downloaded base64 v0.21.7
9722026-04-06T15:38:27.086Z Downloaded arc-swap v1.8.2
9732026-04-06T15:38:27.086Z Downloaded hickory-server v0.25.2
9742026-04-06T15:38:27.086Z Downloaded scrypt v0.11.0
9752026-04-06T15:38:27.086Z Downloaded scheduled-thread-pool v0.2.7
9762026-04-06T15:38:27.086Z Downloaded miniz_oxide v0.8.9
9772026-04-06T15:38:27.086Z Downloaded serde_plain v1.0.2
9782026-04-06T15:38:27.086Z Downloaded minimal-lexical v0.2.1
9792026-04-06T15:38:27.086Z Downloaded same-file v1.0.6
9802026-04-06T15:38:27.086Z Downloaded salsa20 v0.10.2
9812026-04-06T15:38:27.086Z Downloaded phf v0.12.1
9822026-04-06T15:38:27.086Z Downloaded secrecy v0.8.0
9832026-04-06T15:38:27.086Z Downloaded rustls-pemfile v1.0.4
9842026-04-06T15:38:27.086Z Downloaded heapless v0.8.0
9852026-04-06T15:38:27.086Z Downloaded serde_bytes v0.11.19
9862026-04-06T15:38:27.086Z Downloaded cc v1.2.56
9872026-04-06T15:38:27.086Z Downloaded serde_urlencoded v0.7.1
9882026-04-06T15:38:27.086Z Downloaded crossterm v0.29.0
9892026-04-06T15:38:27.087Z Downloaded postcard v1.1.3
9902026-04-06T15:38:27.087Z Downloaded rusty-fork v0.3.1
9912026-04-06T15:38:27.087Z Downloaded rustversion v1.0.22
9922026-04-06T15:38:27.087Z Downloaded rand_chacha v0.9.0
9932026-04-06T15:38:27.087Z Downloaded semver v0.1.20
9942026-04-06T15:38:27.087Z Downloaded rustls-native-certs v0.8.3
9952026-04-06T15:38:27.087Z Downloaded shell-words v1.1.1
9962026-04-06T15:38:27.087Z Downloaded sigpipe v0.1.3
9972026-04-06T15:38:27.087Z Downloaded serde_spanned v1.0.4
9982026-04-06T15:38:27.087Z Downloaded serde_repr v0.1.20
9992026-04-06T15:38:27.087Z Downloaded siphasher v1.0.2
10002026-04-06T15:38:27.087Z Downloaded signature v2.2.0
10012026-04-06T15:38:27.087Z Downloaded sha1 v0.10.6
10022026-04-06T15:38:27.087Z Downloaded resolv-conf v0.7.6
10032026-04-06T15:38:27.087Z Downloaded papergrid v0.17.0
10042026-04-06T15:38:27.087Z Downloaded aes v0.8.4
10052026-04-06T15:38:27.087Z Downloaded signal-hook-mio v0.2.5
10062026-04-06T15:38:27.087Z Downloaded progenitor-impl v0.13.0
10072026-04-06T15:38:27.087Z Downloaded serde-big-array v0.5.1
10082026-04-06T15:38:27.087Z Downloaded scroll v0.13.0
10092026-04-06T15:38:27.087Z Downloaded sct v0.7.1
10102026-04-06T15:38:27.087Z Downloaded slog-envlogger v2.2.0
10112026-04-06T15:38:27.087Z Downloaded hyper-util v0.1.20
10122026-04-06T15:38:27.087Z Downloaded openssl-sys v0.9.111
10132026-04-06T15:38:27.087Z Downloaded quinn-udp v0.5.14
10142026-04-06T15:38:27.087Z Downloaded ssh-cipher v0.2.0
10152026-04-06T15:38:27.087Z Downloaded schemars_derive v0.8.22
10162026-04-06T15:38:27.087Z Downloaded itertools v0.10.5
10172026-04-06T15:38:27.087Z Downloaded signal-hook-tokio v0.3.1
10182026-04-06T15:38:27.087Z Downloaded rustls-pki-types v1.14.0
10192026-04-06T15:38:27.087Z Downloaded slog-bunyan v2.5.0
10202026-04-06T15:38:27.087Z Downloaded serde_path_to_error v0.1.20
10212026-04-06T15:38:27.087Z Downloaded rustls-pemfile v2.2.0
10222026-04-06T15:38:27.087Z Downloaded strip-ansi-escapes v0.2.1
10232026-04-06T15:38:27.087Z Downloaded structmeta-derive v0.3.0
10242026-04-06T15:38:27.087Z Downloaded pin-project v1.1.11
10252026-04-06T15:38:27.087Z Downloaded slog-json v2.6.1
10262026-04-06T15:38:27.087Z Downloaded serde-hex v0.1.0
10272026-04-06T15:38:27.087Z Downloaded sec1 v0.7.3
10282026-04-06T15:38:27.087Z Downloaded structmeta v0.3.0
10292026-04-06T15:38:27.088Z Downloaded slog-async v2.8.0
10302026-04-06T15:38:27.088Z Downloaded slab v0.4.12
10312026-04-06T15:38:27.088Z Downloaded signal-hook-registry v1.4.8
10322026-04-06T15:38:27.088Z Downloaded serde_derive_internals v0.29.1
10332026-04-06T15:38:27.088Z Downloaded ssh-encoding v0.2.0
10342026-04-06T15:38:27.088Z Downloaded rcgen v0.12.1
10352026-04-06T15:38:27.088Z Downloaded sync_wrapper v1.0.2
10362026-04-06T15:38:27.088Z Downloaded tagptr v0.2.0
10372026-04-06T15:38:27.088Z Downloaded tabwriter v1.4.1
10382026-04-06T15:38:27.088Z Downloaded p256 v0.13.2
10392026-04-06T15:38:27.088Z Downloaded tabled_derive v0.11.0
10402026-04-06T15:38:27.088Z Downloaded slog-stdlog v4.1.1
10412026-04-06T15:38:27.088Z Downloaded slog-scope v4.4.1
10422026-04-06T15:38:27.088Z Downloaded russh-keys v0.45.0
10432026-04-06T15:38:27.088Z Downloaded snafu-derive v0.8.9
10442026-04-06T15:38:27.088Z Downloaded testing_table v0.3.0
10452026-04-06T15:38:27.088Z Downloaded take_mut v0.2.2
10462026-04-06T15:38:27.088Z Downloaded subtle v2.6.1
10472026-04-06T15:38:27.088Z Downloaded strum v0.27.2
10482026-04-06T15:38:27.088Z Downloaded strum v0.26.3
10492026-04-06T15:38:27.088Z Downloaded sync-ptr v0.1.4
10502026-04-06T15:38:27.088Z Downloaded supports-color v3.0.2
10512026-04-06T15:38:27.088Z Downloaded serde_cbor v0.11.2
10522026-04-06T15:38:27.088Z Downloaded simd-adler32 v0.3.8
10532026-04-06T15:38:27.088Z Downloaded rustls-platform-verifier v0.6.2
10542026-04-06T15:38:27.088Z Downloaded string_cache v0.8.9
10552026-04-06T15:38:27.088Z Downloaded progenitor-impl v0.10.0
10562026-04-06T15:38:27.088Z Downloaded sqlparser_derive v0.5.0
10572026-04-06T15:38:27.088Z Downloaded thiserror-impl-no-std v2.0.2
10582026-04-06T15:38:27.088Z Downloaded progenitor-impl v0.11.2
10592026-04-06T15:38:27.088Z Downloaded sqlformat v0.3.5
10602026-04-06T15:38:27.088Z Downloaded shlex v1.3.0
10612026-04-06T15:38:27.088Z Downloaded tap v1.0.1
10622026-04-06T15:38:27.088Z Downloaded slog-dtrace v0.3.0
10632026-04-06T15:38:27.088Z Downloaded termtree v0.5.1
10642026-04-06T15:38:27.088Z Downloaded stringprep v0.1.5
10652026-04-06T15:38:27.088Z Downloaded strum_macros v0.27.2
10662026-04-06T15:38:27.088Z Downloaded tinyvec_macros v0.1.1
10672026-04-06T15:38:27.088Z Downloaded strum_macros v0.26.4
10682026-04-06T15:38:27.088Z Downloaded strum_macros v0.24.3
10692026-04-06T15:38:27.089Z Downloaded jiff-static v0.2.21
10702026-04-06T15:38:27.093Z Downloaded nom v7.1.3
10712026-04-06T15:38:27.093Z Downloaded slog-term v2.9.2
10722026-04-06T15:38:27.093Z Downloaded time-core v0.1.8
10732026-04-06T15:38:27.093Z Downloaded thread-id v5.1.0
10742026-04-06T15:38:27.093Z Downloaded smf v0.2.3
10752026-04-06T15:38:27.093Z Downloaded support-bundle-viewer v0.1.2
10762026-04-06T15:38:27.093Z Downloaded smallvec v0.6.14
10772026-04-06T15:38:27.093Z Downloaded spki v0.7.3
10782026-04-06T15:38:27.093Z Downloaded hashbrown v0.13.2
10792026-04-06T15:38:27.093Z Downloaded hashbrown v0.12.3
10802026-04-06T15:38:27.093Z Downloaded prettyplease v0.2.37
10812026-04-06T15:38:27.093Z Downloaded libxml v0.3.3
10822026-04-06T15:38:27.093Z Downloaded termios v0.3.3
10832026-04-06T15:38:27.093Z Downloaded topological-sort v0.2.2
10842026-04-06T15:38:27.093Z Downloaded publicsuffix v2.3.0
10852026-04-06T15:38:27.093Z Downloaded spin v0.9.8
10862026-04-06T15:38:27.093Z Downloaded static_assertions v1.1.0
10872026-04-06T15:38:27.093Z Downloaded serde_with_macros v3.17.0
10882026-04-06T15:38:27.093Z Downloaded thiserror-no-std v2.0.2
10892026-04-06T15:38:27.093Z Downloaded time-macros v0.2.27
10902026-04-06T15:38:27.093Z Downloaded quinn v0.11.9
10912026-04-06T15:38:27.093Z Downloaded ron v0.8.1
10922026-04-06T15:38:27.093Z Downloaded trait-variant v0.1.2
10932026-04-06T15:38:27.093Z Downloaded tower-layer v0.3.3
10942026-04-06T15:38:27.093Z Downloaded tiny-keccak v2.0.2
10952026-04-06T15:38:27.093Z Downloaded num-bigint v0.4.6
10962026-04-06T15:38:27.093Z Downloaded itertools v0.12.1
10972026-04-06T15:38:27.093Z Downloaded ryu v1.0.23
10982026-04-06T15:38:27.093Z Downloaded itertools v0.13.0
10992026-04-06T15:38:27.093Z Downloaded try-lock v0.2.5
11002026-04-06T15:38:27.093Z Downloaded tokio-macros v2.6.0
11012026-04-06T15:38:27.093Z Downloaded tls_codec_derive v0.4.2
11022026-04-06T15:38:27.093Z Downloaded slog v2.8.2
11032026-04-06T15:38:27.094Z Downloaded http v1.4.0
11042026-04-06T15:38:27.094Z Downloaded schemars v0.9.0
11052026-04-06T15:38:27.094Z Downloaded tower-service v0.3.3
11062026-04-06T15:38:27.094Z Downloaded aho-corasick v1.1.4
11072026-04-06T15:38:27.094Z Downloaded tokio-tungstenite v0.23.1
11082026-04-06T15:38:27.094Z Downloaded tokio-tungstenite v0.21.0
11092026-04-06T15:38:27.094Z Downloaded hyper v1.8.1
11102026-04-06T15:38:27.094Z Downloaded iddqd v0.3.17
11112026-04-06T15:38:27.094Z Downloaded unarray v0.1.4
11122026-04-06T15:38:27.094Z Downloaded tokio-rustls v0.25.0
11132026-04-06T15:38:27.094Z Downloaded untrusted v0.7.1
11142026-04-06T15:38:27.094Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11152026-04-06T15:38:27.094Z Downloaded term v1.2.1
11162026-04-06T15:38:27.094Z Downloaded usdt-attr-macro v0.6.0
11172026-04-06T15:38:27.094Z Downloaded rayon-core v1.13.0
11182026-04-06T15:38:27.094Z Downloaded socket2 v0.6.2
11192026-04-06T15:38:27.094Z Downloaded thread_local v1.1.9
11202026-04-06T15:38:27.094Z Downloaded pretty_assertions v1.4.1
11212026-04-06T15:38:27.094Z Downloaded typify-macro v0.4.3
11222026-04-06T15:38:27.094Z Downloaded tokio-dtrace v0.1.1
11232026-04-06T15:38:27.094Z Downloaded iri-string v0.7.10
11242026-04-06T15:38:27.094Z Downloaded prefix-trie v0.7.0
11252026-04-06T15:38:27.094Z Downloaded utf-8 v0.7.6
11262026-04-06T15:38:27.094Z Downloaded unit-prefix v0.5.2
11272026-04-06T15:38:27.094Z Downloaded unicode-truncate v1.1.0
11282026-04-06T15:38:27.094Z Downloaded untrusted v0.9.0
11292026-04-06T15:38:27.094Z Downloaded stacker v0.1.23
11302026-04-06T15:38:27.094Z Downloaded rustls-webpki v0.103.9
11312026-04-06T15:38:27.094Z Downloaded typify-macro v0.6.1
11322026-04-06T15:38:27.094Z Downloaded wait-timeout v0.2.1
11332026-04-06T15:38:27.094Z Downloaded usdt-macro v0.6.0
11342026-04-06T15:38:27.094Z Downloaded universal-hash v0.5.1
11352026-04-06T15:38:27.094Z Downloaded want v0.3.1
11362026-04-06T15:38:27.094Z Downloaded void v1.0.2
11372026-04-06T15:38:27.094Z Downloaded similar v2.7.0
11382026-04-06T15:38:27.094Z Downloaded xattr v1.6.1
11392026-04-06T15:38:27.094Z Downloaded tokio-native-tls v0.3.1
11402026-04-06T15:38:27.094Z Downloaded tui-tree-widget v0.23.1
11412026-04-06T15:38:27.094Z Downloaded qorb v0.4.1
11422026-04-06T15:38:27.095Z Downloaded libm v0.2.16
11432026-04-06T15:38:27.095Z Downloaded schemars v1.2.1
11442026-04-06T15:38:27.095Z Downloaded signal-hook v0.3.18
11452026-04-06T15:38:27.095Z Downloaded schemars v0.8.22
11462026-04-06T15:38:27.095Z Downloaded toml_writer v1.0.6+spec-1.1.0
11472026-04-06T15:38:27.095Z Downloaded russh v0.45.0
11482026-04-06T15:38:27.095Z Downloaded term v0.7.0
11492026-04-06T15:38:27.095Z Downloaded socket2 v0.5.10
11502026-04-06T15:38:27.095Z Downloaded usdt v0.6.0
11512026-04-06T15:38:27.095Z Downloaded hashbrown v0.15.5
11522026-04-06T15:38:27.095Z Downloaded zeroize_derive v1.4.3
11532026-04-06T15:38:27.095Z Downloaded itertools v0.14.0
11542026-04-06T15:38:27.095Z Downloaded waitgroup v0.1.2
11552026-04-06T15:38:27.095Z Downloaded tls_codec v0.4.2
11562026-04-06T15:38:27.095Z Downloaded usdt-impl v0.6.0
11572026-04-06T15:38:27.095Z Downloaded xshell-macros v0.2.7
11582026-04-06T15:38:27.095Z Downloaded tinyvec v1.10.0
11592026-04-06T15:38:27.095Z Downloaded p521 v0.13.3
11602026-04-06T15:38:27.095Z Downloaded zone_cfg_derive v0.3.1
11612026-04-06T15:38:27.095Z Downloaded hkdf v0.12.4
11622026-04-06T15:38:27.095Z Downloaded serde_yaml v0.9.34+deprecated
11632026-04-06T15:38:27.095Z Downloaded tokio-stream v0.1.18
11642026-04-06T15:38:27.095Z Downloaded whoami v1.6.1
11652026-04-06T15:38:27.095Z Downloaded walkdir v2.5.0
11662026-04-06T15:38:27.095Z Downloaded wyz v0.5.1
11672026-04-06T15:38:27.095Z Downloaded twox-hash v2.1.2
11682026-04-06T15:38:27.095Z Downloaded whoami v2.1.0
11692026-04-06T15:38:27.095Z Downloaded tokio-rustls v0.26.4
11702026-04-06T15:38:27.100Z Downloaded subprocess v0.2.15
11712026-04-06T15:38:27.101Z Downloaded unicode-properties v0.1.4
11722026-04-06T15:38:27.101Z Downloaded unicase v2.9.0
11732026-04-06T15:38:27.101Z Downloaded tokio-rustls v0.24.1
11742026-04-06T15:38:27.101Z Downloaded zeroize v1.8.2
11752026-04-06T15:38:27.101Z Downloaded toml v0.9.12+spec-1.1.0
11762026-04-06T15:38:27.101Z Downloaded zone v0.3.1
11772026-04-06T15:38:27.101Z Downloaded toml_parser v1.0.9+spec-1.1.0
11782026-04-06T15:38:27.101Z Downloaded tracing-attributes v0.1.31
11792026-04-06T15:38:27.101Z Downloaded rand v0.9.2
11802026-04-06T15:38:27.101Z Downloaded rand v0.8.5
11812026-04-06T15:38:27.101Z Downloaded mio v1.1.1
11822026-04-06T15:38:27.101Z Downloaded vergen-lib v0.1.6
11832026-04-06T15:38:27.101Z Downloaded tungstenite v0.23.0
11842026-04-06T15:38:27.101Z Downloaded test-strategy v0.4.5
11852026-04-06T15:38:27.101Z Downloaded samael v0.0.19
11862026-04-06T15:38:27.101Z Downloaded vsss-rs v3.3.4
11872026-04-06T15:38:27.101Z Downloaded vergen-gitcl v1.0.8
11882026-04-06T15:38:27.101Z Downloaded tungstenite v0.21.0
11892026-04-06T15:38:27.101Z Downloaded rand v0.10.0
11902026-04-06T15:38:27.101Z Downloaded num-bigint-dig v0.8.6
11912026-04-06T15:38:27.101Z Downloaded unicode-bidi v0.3.18
11922026-04-06T15:38:27.101Z Downloaded rustyline v14.0.0
11932026-04-06T15:38:27.102Z Downloaded yasna v0.5.2
11942026-04-06T15:38:27.102Z Downloaded uzers v0.12.2
11952026-04-06T15:38:27.102Z Downloaded tar v0.4.45
11962026-04-06T15:38:27.102Z Downloaded zerocopy v0.6.6
11972026-04-06T15:38:27.102Z Downloaded toml_edit v0.23.10+spec-1.0.0
11982026-04-06T15:38:27.102Z Downloaded steno v0.4.1
11992026-04-06T15:38:27.102Z Downloaded tracing-core v0.1.36
12002026-04-06T15:38:27.102Z Downloaded zstd-safe v7.2.4
12012026-04-06T15:38:27.102Z Downloaded tokio-postgres v0.7.16
12022026-04-06T15:38:27.102Z Downloaded rsa v0.9.10
12032026-04-06T15:38:27.102Z Downloaded zstd v0.13.3
12042026-04-06T15:38:27.102Z Downloaded toml_edit v0.19.15
12052026-04-06T15:38:27.102Z Downloaded vergen v9.0.6
12062026-04-06T15:38:27.102Z Downloaded toml v0.7.8
12072026-04-06T15:38:27.102Z Downloaded vergen-git2 v1.0.7
12082026-04-06T15:38:27.102Z Downloaded h2 v0.4.13
12092026-04-06T15:38:27.102Z Downloaded reqwest v0.12.28
12102026-04-06T15:38:27.102Z Downloaded unicode_categories v0.1.1
12112026-04-06T15:38:27.102Z Downloaded xshell v0.2.7
12122026-04-06T15:38:27.102Z Downloaded p384 v0.13.1
12132026-04-06T15:38:27.102Z Downloaded blake3 v1.8.3
12142026-04-06T15:38:27.102Z Downloaded zip v0.6.6
12152026-04-06T15:38:27.102Z Downloaded typify v0.6.1
12162026-04-06T15:38:27.102Z Downloaded typify v0.4.3
12172026-04-06T15:38:27.102Z Downloaded rayon v1.11.0
12182026-04-06T15:38:27.102Z Downloaded unsafe-libyaml v0.2.11
12192026-04-06T15:38:27.102Z Downloaded curve25519-dalek v4.1.3
12202026-04-06T15:38:27.102Z Downloaded goblin v0.10.5
12212026-04-06T15:38:27.102Z Downloaded zerocopy-derive v0.8.40
12222026-04-06T15:38:27.103Z Downloaded lalrpop v0.19.12
12232026-04-06T15:38:27.103Z Downloaded quick-xml v0.37.5
12242026-04-06T15:38:27.103Z Downloaded vte v0.14.1
12252026-04-06T15:38:27.103Z Downloaded typed-path v0.9.3
12262026-04-06T15:38:27.103Z Downloaded x509-cert v0.2.5
12272026-04-06T15:38:27.103Z Downloaded snafu v0.8.9
12282026-04-06T15:38:27.103Z Downloaded tokio-util v0.7.18
12292026-04-06T15:38:27.103Z Downloaded zip v4.6.1
12302026-04-06T15:38:27.103Z Downloaded uuid v1.21.0
12312026-04-06T15:38:27.103Z Downloaded serde_with v3.17.0
12322026-04-06T15:38:27.103Z Downloaded futures-util v0.3.32
12332026-04-06T15:38:27.103Z Downloaded unicode-normalization v0.1.25
12342026-04-06T15:38:27.103Z Downloaded proptest v1.10.0
12352026-04-06T15:38:27.103Z Downloaded rpassword v7.4.0
12362026-04-06T15:38:27.103Z Downloaded reedline v0.40.0
12372026-04-06T15:38:27.103Z Downloaded tower-http v0.6.8
12382026-04-06T15:38:27.103Z Downloaded yansi v1.0.1
12392026-04-06T15:38:27.103Z Downloaded bitvec v1.0.1
12402026-04-06T15:38:27.107Z Downloaded zopfli v0.8.3
12412026-04-06T15:38:27.107Z Downloaded ssh-key v0.6.7
12422026-04-06T15:38:27.124Z Downloaded aws-lc-rs v1.16.0
12432026-04-06T15:38:27.130Z Downloaded nix v0.28.0
12442026-04-06T15:38:27.146Z Downloaded polar-core v0.27.3
12452026-04-06T15:38:27.153Z Downloaded nix v0.27.1
12462026-04-06T15:38:27.158Z Downloaded dropshot v0.16.7
12472026-04-06T15:38:27.171Z Downloaded tabled v0.20.0
12482026-04-06T15:38:27.182Z Downloaded tower v0.5.3
12492026-04-06T15:38:27.187Z Downloaded regex v1.12.3
12502026-04-06T15:38:27.190Z Downloaded reqwest v0.13.2
12512026-04-06T15:38:27.193Z Downloaded git2 v0.20.4
12522026-04-06T15:38:27.198Z Downloaded unicode-segmentation v1.12.0
12532026-04-06T15:38:27.201Z Downloaded diesel v2.3.7
12542026-04-06T15:38:27.211Z Downloaded rustls-webpki v0.101.7
12552026-04-06T15:38:27.219Z Downloaded bindgen v0.71.1
12562026-04-06T15:38:27.223Z Downloaded zlib-rs v0.6.2
12572026-04-06T15:38:27.227Z Downloaded object v0.37.3
12582026-04-06T15:38:27.233Z Downloaded chrono v0.4.44
12592026-04-06T15:38:27.241Z Downloaded zerocopy v0.8.40
12602026-04-06T15:38:27.246Z Downloaded webpki-roots v1.0.6
12612026-04-06T15:38:27.249Z Downloaded moka v0.12.13
12622026-04-06T15:38:27.253Z Downloaded salty v0.3.0
12632026-04-06T15:38:27.261Z Downloaded rustls v0.23.37
12642026-04-06T15:38:27.295Z Downloaded rustls-webpki v0.102.8
12652026-04-06T15:38:27.305Z Downloaded tough v0.20.0
12662026-04-06T15:38:27.341Z Downloaded portable-atomic v1.13.1
12672026-04-06T15:38:27.346Z Downloaded winnow v0.6.26
12682026-04-06T15:38:27.350Z Downloaded winnow v0.5.40
12692026-04-06T15:38:27.360Z Downloaded radix_trie v0.2.1
12702026-04-06T15:38:27.389Z Downloaded sled v0.34.7
12712026-04-06T15:38:27.406Z Downloaded petname v2.0.2
12722026-04-06T15:38:27.409Z Downloaded openssl v0.10.75
12732026-04-06T15:38:27.414Z Downloaded ratatui v0.29.0
12742026-04-06T15:38:27.426Z Downloaded tracing v0.1.44
12752026-04-06T15:38:27.438Z Downloaded quinn-proto v0.11.13
12762026-04-06T15:38:27.445Z Downloaded time v0.3.47
12772026-04-06T15:38:27.450Z Downloaded nix v0.29.0
12782026-04-06T15:38:27.457Z Downloaded bstr v1.12.1
12792026-04-06T15:38:27.462Z Downloaded object v0.30.4
12802026-04-06T15:38:27.468Z Downloaded smoltcp v0.9.1
12812026-04-06T15:38:27.478Z Downloaded rustls v0.21.12
12822026-04-06T15:38:27.486Z Downloaded zerocopy-derive v0.6.6
12832026-04-06T15:38:27.492Z Downloaded vcpkg v0.2.15
12842026-04-06T15:38:27.521Z Downloaded nix v0.31.1
12852026-04-06T15:38:27.525Z Downloaded regex-syntax v0.6.29
12862026-04-06T15:38:27.529Z Downloaded hickory-proto v0.24.4
12872026-04-06T15:38:27.540Z Downloaded rustls v0.22.4
12882026-04-06T15:38:27.548Z Downloaded petgraph v0.6.5
12892026-04-06T15:38:27.561Z Downloaded hickory-proto v0.25.2
12902026-04-06T15:38:27.571Z Downloaded smoltcp v0.11.0
12912026-04-06T15:38:27.578Z Downloaded regex-syntax v0.8.10
12922026-04-06T15:38:27.584Z Downloaded regress v0.10.5
12932026-04-06T15:38:27.589Z Downloaded openapiv3 v2.2.0
12942026-04-06T15:38:27.597Z Downloaded rustix v0.38.44
12952026-04-06T15:38:27.612Z Downloaded petgraph v0.8.3
12962026-04-06T15:38:27.627Z Downloaded libz-sys v1.1.24
12972026-04-06T15:38:27.641Z Downloaded csv v1.4.0
12982026-04-06T15:38:27.654Z Downloaded sqlparser v0.61.0
12992026-04-06T15:38:27.659Z Downloaded jiff v0.2.21
13002026-04-06T15:38:27.671Z Downloaded sha3 v0.10.8
13012026-04-06T15:38:27.674Z Downloaded typify-impl v0.6.1
13022026-04-06T15:38:27.684Z Downloaded tokio v1.49.0
13032026-04-06T15:38:27.709Z Downloaded typify-impl v0.4.3
13042026-04-06T15:38:27.718Z Downloaded bzip2-sys v0.1.13+1.0.8
13052026-04-06T15:38:27.743Z Downloaded regex-automata v0.4.14
13062026-04-06T15:38:27.752Z Downloaded chrono-tz v0.10.4
13072026-04-06T15:38:27.778Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13082026-04-06T15:38:27.790Z Downloaded encoding_rs v0.8.35
13092026-04-06T15:38:27.815Z Downloaded ring v0.17.14
13102026-04-06T15:38:27.840Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-04-06T15:38:28.478Z Downloaded aws-lc-sys v0.37.1
13122026-04-06T15:38:28.731Z Compiling libc v0.2.180
13132026-04-06T15:38:28.731Z Compiling serde v1.0.228
13142026-04-06T15:38:28.734Z Compiling log v0.4.29
13152026-04-06T15:38:28.734Z Compiling shlex v1.3.0
13162026-04-06T15:38:28.734Z Compiling find-msvc-tools v0.1.9
13172026-04-06T15:38:28.734Z Compiling smallvec v1.15.1
13182026-04-06T15:38:28.734Z Compiling typenum v1.19.0
13192026-04-06T15:38:28.734Z Compiling subtle v2.6.1
13202026-04-06T15:38:28.734Z Compiling generic-array v0.14.7
13212026-04-06T15:38:28.734Z Compiling scopeguard v1.2.0
13222026-04-06T15:38:28.880Z Compiling const-oid v0.9.6
13232026-04-06T15:38:28.915Z Compiling portable-atomic v1.13.1
13242026-04-06T15:38:28.942Z Compiling syn v2.0.117
13252026-04-06T15:38:28.955Z Compiling zerocopy v0.8.40
13262026-04-06T15:38:28.968Z Compiling critical-section v1.2.0
13272026-04-06T15:38:28.972Z Compiling serde_json v1.0.149
13282026-04-06T15:38:29.128Z Compiling pin-project-lite v0.2.17
13292026-04-06T15:38:29.144Z Compiling parking_lot_core v0.9.12
13302026-04-06T15:38:29.161Z Compiling lock_api v0.4.14
13312026-04-06T15:38:29.178Z Compiling pkg-config v0.3.32
13322026-04-06T15:38:29.194Z Compiling bitflags v2.11.0
13332026-04-06T15:38:29.194Z Compiling libm v0.2.16
13342026-04-06T15:38:29.256Z Compiling num-traits v0.2.19
13352026-04-06T15:38:29.289Z Compiling futures-core v0.3.32
13362026-04-06T15:38:29.338Z Compiling percent-encoding v2.3.2
13372026-04-06T15:38:29.371Z Compiling allocator-api2 v0.2.21
13382026-04-06T15:38:29.439Z Compiling futures-sink v0.3.32
13392026-04-06T15:38:29.454Z Compiling foldhash v0.2.0
13402026-04-06T15:38:29.476Z Compiling cpufeatures v0.2.17
13412026-04-06T15:38:29.494Z Compiling futures-task v0.3.32
13422026-04-06T15:38:29.570Z Compiling futures-channel v0.3.32
13432026-04-06T15:38:29.573Z Compiling futures-io v0.3.32
13442026-04-06T15:38:29.573Z Compiling getrandom v0.4.1
13452026-04-06T15:38:29.612Z Compiling slab v0.4.12
13462026-04-06T15:38:29.679Z Compiling hashbrown v0.16.1
13472026-04-06T15:38:29.697Z Compiling rustversion v1.0.22
13482026-04-06T15:38:29.707Z Compiling rand_core v0.10.0
13492026-04-06T15:38:29.723Z Compiling getrandom v0.3.4
13502026-04-06T15:38:29.754Z Compiling form_urlencoded v1.2.2
13512026-04-06T15:38:29.777Z Compiling base64ct v1.8.3
13522026-04-06T15:38:29.791Z Compiling ident_case v1.0.1
13532026-04-06T15:38:29.809Z Compiling dunce v1.0.5
13542026-04-06T15:38:29.824Z Compiling fs_extra v1.3.0
13552026-04-06T15:38:29.885Z Compiling getrandom v0.2.17
13562026-04-06T15:38:29.924Z Compiling jobserver v0.1.34
13572026-04-06T15:38:29.939Z Compiling errno v0.3.14
13582026-04-06T15:38:29.955Z Compiling mio v1.1.1
13592026-04-06T15:38:29.955Z Compiling socket2 v0.6.2
13602026-04-06T15:38:30.030Z Compiling rand_core v0.6.4
13612026-04-06T15:38:30.054Z Compiling once_cell v1.21.3
13622026-04-06T15:38:30.081Z Compiling signal-hook-registry v1.4.8
13632026-04-06T15:38:30.142Z Compiling cc v1.2.56
13642026-04-06T15:38:30.157Z Compiling pem-rfc7468 v0.7.0
13652026-04-06T15:38:30.172Z Compiling parking_lot v0.12.5
13662026-04-06T15:38:30.257Z Compiling indexmap v2.13.0
13672026-04-06T15:38:30.291Z Compiling flagset v0.4.7
13682026-04-06T15:38:30.319Z Compiling iana-time-zone v0.1.65
13692026-04-06T15:38:30.334Z Compiling rustix v1.1.3
13702026-04-06T15:38:30.389Z Compiling uuid v1.21.0
13712026-04-06T15:38:30.405Z Compiling rustc_version v0.4.1
13722026-04-06T15:38:30.434Z Compiling aws-lc-rs v1.16.0
13732026-04-06T15:38:30.465Z Compiling regex-syntax v0.8.10
13742026-04-06T15:38:30.480Z Compiling vcpkg v0.2.15
13752026-04-06T15:38:30.538Z Compiling tracing-core v0.1.36
13762026-04-06T15:38:30.553Z Compiling httparse v1.10.1
13772026-04-06T15:38:30.553Z Compiling untrusted v0.9.0
13782026-04-06T15:38:30.689Z Compiling rand_core v0.9.5
13792026-04-06T15:38:30.730Z Compiling untrusted v0.7.1
13802026-04-06T15:38:30.746Z Compiling openssl-probe v0.2.1
13812026-04-06T15:38:30.750Z Compiling base64 v0.22.1
13822026-04-06T15:38:30.774Z Compiling schemars v0.8.22
13832026-04-06T15:38:30.869Z Compiling rustls v0.23.37
13842026-04-06T15:38:30.887Z Compiling atomic-waker v1.1.2
13852026-04-06T15:38:30.909Z Compiling cmake v0.1.57
13862026-04-06T15:38:30.945Z Compiling tower-service v0.3.3
13872026-04-06T15:38:30.986Z Compiling tinyvec_macros v0.1.1
13882026-04-06T15:38:30.989Z Compiling tower-layer v0.3.3
13892026-04-06T15:38:31.026Z Compiling dyn-clone v1.0.20
13902026-04-06T15:38:31.056Z Compiling try-lock v0.2.5
13912026-04-06T15:38:31.073Z Compiling tinyvec v1.10.0
13922026-04-06T15:38:31.104Z Compiling spin v0.9.8
13932026-04-06T15:38:31.107Z Compiling aho-corasick v1.1.4
13942026-04-06T15:38:31.107Z Compiling foreign-types-shared v0.1.1
13952026-04-06T15:38:31.150Z Compiling want v0.3.1
13962026-04-06T15:38:31.153Z Compiling pin-utils v0.1.0
13972026-04-06T15:38:31.179Z Compiling time-core v0.1.8
13982026-04-06T15:38:31.184Z Compiling num-conv v0.2.0
13992026-04-06T15:38:31.184Z Compiling crc32fast v1.5.0
14002026-04-06T15:38:31.237Z Compiling openssl v0.10.75
14012026-04-06T15:38:31.252Z Compiling powerfmt v0.2.0
14022026-04-06T15:38:31.252Z Compiling httpdate v1.0.3
14032026-04-06T15:38:31.327Z Compiling foreign-types v0.3.2
14042026-04-06T15:38:31.330Z Compiling wait-timeout v0.2.1
14052026-04-06T15:38:31.357Z Compiling quick-error v1.2.3
14062026-04-06T15:38:31.361Z Compiling time-macros v0.2.27
14072026-04-06T15:38:31.361Z Compiling bit-vec v0.8.0
14082026-04-06T15:38:31.475Z Compiling native-tls v0.2.18
14092026-04-06T15:38:31.475Z Compiling simd-adler32 v0.3.8
14102026-04-06T15:38:31.506Z Compiling deranged v0.5.8
14112026-04-06T15:38:31.522Z Compiling crossbeam-utils v0.8.21
14122026-04-06T15:38:31.559Z Compiling syn v1.0.109
14132026-04-06T15:38:31.573Z Compiling siphasher v1.0.2
14142026-04-06T15:38:31.577Z Compiling usdt-impl v0.6.0
14152026-04-06T15:38:31.602Z Compiling num_threads v0.1.7
14162026-04-06T15:38:31.718Z Compiling bit-set v0.8.0
14172026-04-06T15:38:31.721Z Compiling unicode-normalization v0.1.25
14182026-04-06T15:38:31.749Z Compiling slog v2.8.2
14192026-04-06T15:38:31.764Z Compiling rand_xorshift v0.4.0
14202026-04-06T15:38:31.792Z Compiling heapless v0.7.17
14212026-04-06T15:38:31.807Z Compiling aws-lc-sys v0.37.1
14222026-04-06T15:38:31.823Z Compiling synstructure v0.13.2
14232026-04-06T15:38:31.851Z Compiling ring v0.17.14
14242026-04-06T15:38:31.866Z Compiling openssl-sys v0.9.111
14252026-04-06T15:38:31.904Z Compiling pest_generator v2.8.6
14262026-04-06T15:38:31.908Z Compiling serde_derive_internals v0.29.1
14272026-04-06T15:38:31.952Z Compiling darling_core v0.20.11
14282026-04-06T15:38:31.966Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14292026-04-06T15:38:32.068Z Compiling regex-automata v0.4.14
14302026-04-06T15:38:32.216Z Compiling tempfile v3.25.0
14312026-04-06T15:38:32.341Z Compiling darling_core v0.21.3
14322026-04-06T15:38:32.461Z Compiling rusty-fork v0.3.1
14332026-04-06T15:38:32.547Z Compiling time v0.3.47
14342026-04-06T15:38:32.565Z Compiling bzip2-sys v0.1.13+1.0.8
14352026-04-06T15:38:32.635Z Compiling thread-id v5.1.0
14362026-04-06T15:38:32.720Z Compiling sync_wrapper v1.0.2
14372026-04-06T15:38:32.748Z Compiling cookie v0.18.1
14382026-04-06T15:38:32.849Z Compiling adler2 v2.0.1
14392026-04-06T15:38:32.864Z Compiling anyhow v1.0.102
14402026-04-06T15:38:32.894Z Compiling unicode-bidi v0.3.18
14412026-04-06T15:38:32.939Z Compiling paste v1.0.15
14422026-04-06T15:38:32.959Z Compiling signal-hook v0.3.18
14432026-04-06T15:38:32.975Z Compiling zstd-safe v7.2.4
14442026-04-06T15:38:33.009Z Compiling unarray v0.1.4
14452026-04-06T15:38:33.030Z Compiling unicode-properties v0.1.4
14462026-04-06T15:38:33.179Z Compiling miniz_oxide v0.8.9
14472026-04-06T15:38:33.264Z Compiling stringprep v0.1.5
14482026-04-06T15:38:33.372Z Compiling num-integer v0.1.46
14492026-04-06T15:38:33.452Z Compiling vergen-lib v0.1.6
14502026-04-06T15:38:33.467Z Compiling curve25519-dalek v4.1.3
14512026-04-06T15:38:33.649Z Compiling serde_derive v1.0.228
14522026-04-06T15:38:33.664Z Compiling zeroize_derive v1.4.3
14532026-04-06T15:38:33.718Z Compiling zerofrom-derive v0.1.6
14542026-04-06T15:38:33.740Z Compiling yoke-derive v0.8.1
14552026-04-06T15:38:33.754Z Compiling zerocopy-derive v0.8.40
14562026-04-06T15:38:33.825Z Compiling zerovec-derive v0.11.2
14572026-04-06T15:38:33.828Z Compiling displaydoc v0.2.5
14582026-04-06T15:38:33.955Z Compiling tokio-macros v2.6.0
14592026-04-06T15:38:34.227Z Compiling futures-macro v0.3.32
14602026-04-06T15:38:34.356Z Compiling zeroize v1.8.2
14612026-04-06T15:38:34.388Z Compiling der_derive v0.7.3
14622026-04-06T15:38:34.639Z Compiling thiserror-impl v2.0.18
14632026-04-06T15:38:34.734Z Compiling rustls-pki-types v1.14.0
14642026-04-06T15:38:34.998Z Compiling tracing-attributes v0.1.31
14652026-04-06T15:38:35.044Z Compiling scroll_derive v0.13.1
14662026-04-06T15:38:35.059Z Compiling pest_derive v2.8.6
14672026-04-06T15:38:35.130Z Compiling crypto-common v0.1.7
14682026-04-06T15:38:35.193Z Compiling block-buffer v0.10.4
14692026-04-06T15:38:35.238Z Compiling zerofrom v0.1.6
14702026-04-06T15:38:35.253Z Compiling futures-util v0.3.32
14712026-04-06T15:38:35.306Z Compiling block-padding v0.3.3
14722026-04-06T15:38:35.385Z Compiling yoke v0.8.1
14732026-04-06T15:38:35.399Z Compiling digest v0.10.7
14742026-04-06T15:38:35.450Z Compiling inout v0.1.4
14752026-04-06T15:38:35.482Z Compiling der v0.7.10
14762026-04-06T15:38:35.531Z Compiling schemars_derive v0.8.22
14772026-04-06T15:38:35.582Z Compiling zerovec v0.11.5
14782026-04-06T15:38:35.641Z Compiling zerotrie v0.2.3
14792026-04-06T15:38:35.655Z Compiling hmac v0.12.1
14802026-04-06T15:38:35.822Z Compiling sha2 v0.10.9
14812026-04-06T15:38:35.894Z Compiling cipher v0.4.4
14822026-04-06T15:38:35.955Z Compiling pbkdf2 v0.12.2
14832026-04-06T15:38:36.076Z Compiling tinystr v0.8.2
14842026-04-06T15:38:36.090Z Compiling potential_utf v0.1.4
14852026-04-06T15:38:36.094Z Compiling thiserror v2.0.18
14862026-04-06T15:38:36.170Z Compiling salsa20 v0.10.2
14872026-04-06T15:38:36.225Z Compiling icu_collections v2.1.1
14882026-04-06T15:38:36.278Z Compiling icu_locale_core v2.1.1
14892026-04-06T15:38:36.297Z Compiling spki v0.7.3
14902026-04-06T15:38:36.326Z Compiling scrypt v0.11.0
14912026-04-06T15:38:36.381Z Compiling aes v0.8.4
14922026-04-06T15:38:36.386Z Compiling cbc v0.1.2
14932026-04-06T15:38:36.535Z Compiling tracing v0.1.44
14942026-04-06T15:38:36.600Z Compiling scroll v0.13.0
14952026-04-06T15:38:36.616Z Compiling darling_macro v0.20.11
14962026-04-06T15:38:36.762Z Compiling openssl-macros v0.1.1
14972026-04-06T15:38:36.792Z Compiling dtrace-parser v0.3.0
14982026-04-06T15:38:36.828Z Compiling goblin v0.10.5
14992026-04-06T15:38:36.886Z Compiling pkcs5 v0.7.1
15002026-04-06T15:38:36.901Z Compiling signature v2.2.0
15012026-04-06T15:38:37.110Z Compiling icu_provider v2.1.1
15022026-04-06T15:38:37.127Z Compiling darling v0.20.11
15032026-04-06T15:38:37.186Z Compiling pkcs8 v0.10.2
15042026-04-06T15:38:37.226Z Compiling bytes v1.11.1
15052026-04-06T15:38:37.266Z Compiling chrono v0.4.44
15062026-04-06T15:38:37.297Z Compiling ipnet v2.11.0
15072026-04-06T15:38:37.300Z Compiling derive_builder_core v0.20.2
15082026-04-06T15:38:37.387Z Compiling icu_normalizer v2.1.1
15092026-04-06T15:38:37.434Z Compiling icu_properties v2.1.2
15102026-04-06T15:38:37.523Z Compiling rustls-native-certs v0.8.3
15112026-04-06T15:38:37.551Z Compiling thiserror-impl v1.0.69
15122026-04-06T15:38:37.590Z Compiling scroll_derive v0.12.1
15132026-04-06T15:38:37.643Z Compiling serde_spanned v0.6.9
15142026-04-06T15:38:37.806Z Compiling tokio v1.49.0
15152026-04-06T15:38:37.843Z Compiling http v1.4.0
15162026-04-06T15:38:37.858Z Compiling serde_tokenstream v0.2.3
15172026-04-06T15:38:37.873Z Compiling erased-serde v0.3.31
15182026-04-06T15:38:37.952Z Compiling toml_datetime v0.6.11
15192026-04-06T15:38:38.198Z Compiling ppv-lite86 v0.2.21
15202026-04-06T15:38:38.213Z Compiling derive_builder_macro v0.20.2
15212026-04-06T15:38:38.230Z Compiling md-5 v0.10.6
15222026-04-06T15:38:38.287Z Compiling scroll v0.12.0
15232026-04-06T15:38:38.383Z Compiling idna_adapter v1.2.1
15242026-04-06T15:38:38.403Z Compiling webpki-roots v1.0.6
15252026-04-06T15:38:38.419Z Compiling darling_macro v0.21.3
15262026-04-06T15:38:38.423Z Compiling zerocopy-derive v0.7.35
15272026-04-06T15:38:38.541Z Compiling idna v1.1.0
15282026-04-06T15:38:38.545Z Compiling rand_chacha v0.9.0
15292026-04-06T15:38:38.556Z Compiling http-body v1.0.1
15302026-04-06T15:38:38.585Z Compiling rand_chacha v0.3.1
15312026-04-06T15:38:38.588Z Compiling ff v0.13.1
15322026-04-06T15:38:38.712Z Compiling http-body-util v0.1.3
15332026-04-06T15:38:38.728Z Compiling hash32 v0.2.1
15342026-04-06T15:38:38.743Z Compiling memoffset v0.9.1
15352026-04-06T15:38:38.746Z Compiling rustix v0.38.44
15362026-04-06T15:38:38.789Z Compiling rand v0.9.2
15372026-04-06T15:38:38.883Z Compiling url v2.5.8
15382026-04-06T15:38:38.939Z Compiling thiserror v1.0.69
15392026-04-06T15:38:38.954Z Compiling ryu v1.0.23
15402026-04-06T15:38:38.967Z Compiling iri-string v0.7.10
15412026-04-06T15:38:38.984Z Compiling base16ct v0.2.0
15422026-04-06T15:38:39.062Z Compiling litrs v1.0.0
15432026-04-06T15:38:39.153Z Compiling cfg_aliases v0.2.1
15442026-04-06T15:38:39.169Z Compiling fallible-iterator v0.2.0
15452026-04-06T15:38:39.182Z Compiling zlib-rs v0.6.2
15462026-04-06T15:38:39.239Z Compiling smoltcp v0.9.1
15472026-04-06T15:38:39.254Z Compiling psl-types v2.0.11
15482026-04-06T15:38:39.282Z Compiling ref-cast v1.0.25
15492026-04-06T15:38:39.285Z Compiling num-bigint-dig v0.8.6
15502026-04-06T15:38:39.354Z Compiling proptest v1.10.0
15512026-04-06T15:38:39.447Z Compiling postgres-protocol v0.6.10
15522026-04-06T15:38:39.490Z Compiling publicsuffix v2.3.0
15532026-04-06T15:38:39.601Z Compiling dof v0.4.0
15542026-04-06T15:38:39.618Z Compiling document-features v0.2.12
15552026-04-06T15:38:39.663Z Compiling zerocopy v0.7.35
15562026-04-06T15:38:39.692Z Compiling nix v0.31.1
15572026-04-06T15:38:39.818Z Compiling sec1 v0.7.3
15582026-04-06T15:38:39.857Z Compiling serde_urlencoded v0.7.1
15592026-04-06T15:38:40.011Z Compiling darling v0.21.3
15602026-04-06T15:38:40.078Z Compiling rand v0.8.5
15612026-04-06T15:38:40.109Z Compiling derive_builder v0.20.2
15622026-04-06T15:38:40.124Z Compiling group v0.13.0
15632026-04-06T15:38:40.127Z Compiling goblin v0.8.2
15642026-04-06T15:38:40.225Z Compiling ipnetwork v0.21.1
15652026-04-06T15:38:40.272Z Compiling hubpack_derive v0.1.1
15662026-04-06T15:38:40.286Z Compiling cargo-platform v0.1.9
15672026-04-06T15:38:40.471Z Compiling oxnet v0.1.4
15682026-04-06T15:38:40.502Z Compiling hkdf v0.12.4
15692026-04-06T15:38:40.556Z Compiling crypto-bigint v0.5.5
15702026-04-06T15:38:40.639Z Compiling regex v1.12.3
15712026-04-06T15:38:40.762Z Compiling ref-cast-impl v1.0.25
15722026-04-06T15:38:40.780Z Compiling strum_macros v0.27.2
15732026-04-06T15:38:40.798Z Compiling async-trait v0.1.89
15742026-04-06T15:38:40.814Z Compiling daft-derive v0.1.5
15752026-04-06T15:38:40.886Z Compiling curve25519-dalek-derive v0.1.1
15762026-04-06T15:38:40.948Z Compiling num-iter v0.1.45
15772026-04-06T15:38:41.123Z Compiling terminal_size v0.4.3
15782026-04-06T15:38:41.245Z Compiling phf_shared v0.13.1
15792026-04-06T15:38:41.281Z Compiling lazy_static v1.5.0
15802026-04-06T15:38:41.328Z Compiling vergen v9.0.6
15812026-04-06T15:38:41.344Z Compiling fs-err v3.3.0
15822026-04-06T15:38:41.388Z Compiling ahash v0.8.12
15832026-04-06T15:38:41.470Z Compiling unicode-segmentation v1.12.0
15842026-04-06T15:38:41.515Z Compiling tokio-util v0.7.18
15852026-04-06T15:38:41.570Z Compiling tower v0.5.3
15862026-04-06T15:38:41.589Z Compiling tokio-native-tls v0.3.1
15872026-04-06T15:38:41.605Z Compiling libbz2-rs-sys v0.2.2
15882026-04-06T15:38:41.608Z Compiling winnow v0.5.40
15892026-04-06T15:38:41.668Z Compiling newtype-uuid v1.3.2
15902026-04-06T15:38:41.683Z Compiling object v0.37.3
15912026-04-06T15:38:41.781Z Compiling bumpalo v3.20.2
15922026-04-06T15:38:41.881Z Compiling foldhash v0.1.5
15932026-04-06T15:38:41.926Z Compiling managed v0.8.0
15942026-04-06T15:38:41.970Z Compiling bitflags v1.3.2
15952026-04-06T15:38:42.026Z Compiling flate2 v1.1.9
15962026-04-06T15:38:42.054Z Compiling tower-http v0.6.8
15972026-04-06T15:38:42.069Z Compiling bzip2 v0.6.1
15982026-04-06T15:38:42.083Z Compiling hashbrown v0.15.5
15992026-04-06T15:38:42.088Z Compiling zopfli v0.8.3
16002026-04-06T15:38:42.297Z Compiling h2 v0.4.13
16012026-04-06T15:38:42.383Z Compiling dof v0.3.0
16022026-04-06T15:38:42.425Z Compiling clap_builder v4.5.60
16032026-04-06T15:38:42.456Z Compiling daft v0.1.5
16042026-04-06T15:38:42.671Z Compiling elliptic-curve v0.13.8
16052026-04-06T15:38:42.692Z Compiling phf v0.13.1
16062026-04-06T15:38:42.803Z Compiling signal-hook-mio v0.2.5
16072026-04-06T15:38:42.821Z Compiling strum v0.27.2
16082026-04-06T15:38:42.902Z Compiling cargo_metadata v0.19.2
16092026-04-06T15:38:42.937Z Compiling toml_edit v0.19.15
16102026-04-06T15:38:42.968Z Compiling usdt-attr-macro v0.6.0
16112026-04-06T15:38:43.012Z Compiling usdt-macro v0.6.0
16122026-04-06T15:38:43.079Z Compiling cookie_store v0.22.1
16132026-04-06T15:38:43.122Z Compiling bzip2 v0.4.4
16142026-04-06T15:38:43.155Z Compiling hubpack v0.1.2
16152026-04-06T15:38:43.271Z Compiling serde_with_macros v3.17.0
16162026-04-06T15:38:43.393Z Compiling zstd v0.13.3
16172026-04-06T15:38:43.507Z Compiling postgres-types v0.2.12
16182026-04-06T15:38:43.675Z Compiling dtrace-parser v0.2.0
16192026-04-06T15:38:43.690Z Compiling ed25519 v2.2.3
16202026-04-06T15:38:43.767Z Compiling pkcs1 v0.7.5
16212026-04-06T15:38:43.826Z Compiling serde-big-array v0.5.1
16222026-04-06T15:38:43.842Z Compiling hex v0.4.3
16232026-04-06T15:38:43.988Z Compiling rfc6979 v0.4.0
16242026-04-06T15:38:44.100Z Compiling bstr v1.12.1
16252026-04-06T15:38:44.129Z Compiling strum_macros v0.26.4
16262026-04-06T15:38:44.132Z Compiling clap_derive v4.5.55
16272026-04-06T15:38:44.196Z Compiling serde_repr v0.1.20
16282026-04-06T15:38:44.281Z Compiling enum-as-inner v0.6.1
16292026-04-06T15:38:44.436Z Compiling phf_shared v0.11.3
16302026-04-06T15:38:44.459Z Compiling float-cmp v0.10.0
16312026-04-06T15:38:44.597Z Compiling memmap2 v0.9.10
16322026-04-06T15:38:44.626Z Compiling thread-id v4.2.2
16332026-04-06T15:38:44.641Z Compiling env_filter v1.0.0
16342026-04-06T15:38:44.644Z Compiling encoding_rs v0.8.35
16352026-04-06T15:38:44.725Z Compiling predicates-core v1.0.10
16362026-04-06T15:38:44.762Z Compiling new_debug_unreachable v1.0.6
16372026-04-06T15:38:44.780Z Compiling fixedbitset v0.4.2
16382026-04-06T15:38:44.824Z Compiling fixedbitset v0.5.7
16392026-04-06T15:38:44.839Z Compiling data-encoding v2.10.0
16402026-04-06T15:38:44.855Z Compiling precomputed-hash v0.1.1
16412026-04-06T15:38:44.921Z Compiling mime v0.3.17
16422026-04-06T15:38:44.963Z Compiling normalize-line-endings v0.3.0
16432026-04-06T15:38:44.979Z Compiling static_assertions v1.1.0
16442026-04-06T15:38:45.020Z Compiling whoami v2.1.0
16452026-04-06T15:38:45.085Z Compiling rustc-hash v2.1.1
16462026-04-06T15:38:45.088Z Compiling keccak v0.1.6
16472026-04-06T15:38:45.152Z Compiling difflib v0.4.0
16482026-04-06T15:38:45.197Z Compiling either v1.15.0
16492026-04-06T15:38:45.232Z Compiling jiff v0.2.21
16502026-04-06T15:38:45.421Z Compiling hyper v1.8.1
16512026-04-06T15:38:45.421Z Compiling itertools v0.13.0
16522026-04-06T15:38:45.506Z Compiling predicates v3.1.4
16532026-04-06T15:38:45.557Z Compiling sha3 v0.10.8
16542026-04-06T15:38:45.619Z Compiling tokio-postgres v0.7.16
16552026-04-06T15:38:45.652Z Compiling iddqd v0.3.17
16562026-04-06T15:38:45.738Z Compiling hickory-proto v0.25.2
16572026-04-06T15:38:45.932Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16582026-04-06T15:38:45.935Z Compiling strum v0.26.3
16592026-04-06T15:38:45.976Z Compiling clap v4.5.60
16602026-04-06T15:38:46.033Z Compiling petgraph v0.8.3
16612026-04-06T15:38:46.074Z Compiling toml_edit v0.22.27
16622026-04-06T15:38:46.100Z Compiling petgraph v0.6.5
16632026-04-06T15:38:46.197Z Compiling string_cache v0.8.9
16642026-04-06T15:38:46.219Z Compiling env_logger v0.11.9
16652026-04-06T15:38:46.323Z Compiling usdt v0.6.0
16662026-04-06T15:38:46.485Z Compiling usdt-impl v0.5.0
16672026-04-06T15:38:46.639Z Compiling hyper-util v0.1.20
16682026-04-06T15:38:46.662Z Compiling similar v2.7.0
16692026-04-06T15:38:46.745Z Compiling serde_with v3.17.0
16702026-04-06T15:38:46.820Z Compiling crossterm v0.28.1
16712026-04-06T15:38:47.039Z Compiling toml v0.7.8
16722026-04-06T15:38:47.099Z Compiling ecdsa v0.16.9
16732026-04-06T15:38:47.506Z Compiling rsa v0.9.10
16742026-04-06T15:38:47.563Z Compiling ed25519-dalek v2.2.0
16752026-04-06T15:38:47.907Z Compiling zip v4.6.1
16762026-04-06T15:38:48.039Z Compiling hyper-tls v0.6.0
16772026-04-06T15:38:48.094Z Compiling zip v0.6.6
16782026-04-06T15:38:48.403Z Compiling tokio-stream v0.1.18
16792026-04-06T15:38:48.437Z Compiling toml_parser v1.0.9+spec-1.1.0
16802026-04-06T15:38:48.509Z Compiling heck v0.4.1
16812026-04-06T15:38:48.525Z Compiling buf-list v1.1.2
16822026-04-06T15:38:48.592Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16832026-04-06T15:38:48.693Z Compiling openapiv3 v2.2.0
16842026-04-06T15:38:48.757Z Compiling x509-cert v0.2.5
16852026-04-06T15:38:48.774Z Compiling sha1 v0.10.6
16862026-04-06T15:38:48.838Z Compiling crossbeam-epoch v0.9.18
16872026-04-06T15:38:48.888Z Compiling toml_datetime v0.7.5+spec-1.1.0
16882026-04-06T15:38:48.911Z Compiling lalrpop-util v0.19.12
16892026-04-06T15:38:48.930Z Compiling peg-runtime v0.8.5
16902026-04-06T15:38:48.933Z Compiling thread_local v1.1.9
16912026-04-06T15:38:49.013Z Compiling slog-async v2.8.0
16922026-04-06T15:38:49.090Z Compiling futures-executor v0.3.32
16932026-04-06T15:38:49.126Z Compiling crossbeam-channel v0.5.15
16942026-04-06T15:38:49.144Z Compiling filetime v0.2.27
16952026-04-06T15:38:49.191Z Compiling is-terminal v0.4.17
16962026-04-06T15:38:49.206Z Compiling take_mut v0.2.2
16972026-04-06T15:38:49.222Z Compiling term v1.2.1
16982026-04-06T15:38:49.240Z Compiling xattr v1.6.1
16992026-04-06T15:38:49.318Z Compiling futures v0.3.32
17002026-04-06T15:38:49.380Z Compiling tar v0.4.45
17012026-04-06T15:38:49.500Z Compiling slog-term v2.9.2
17022026-04-06T15:39:04.862Z Compiling rustls-webpki v0.103.9
17032026-04-06T15:39:07.688Z Compiling tokio-rustls v0.26.4
17042026-04-06T15:39:07.688Z Compiling rustls-platform-verifier v0.6.2
17052026-04-06T15:39:07.890Z Compiling hyper-rustls v0.27.7
17062026-04-06T15:39:08.083Z Compiling reqwest v0.12.28
17072026-04-06T15:39:08.083Z Compiling reqwest v0.13.2
17082026-04-06T15:39:10.046Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17092026-04-06T15:39:10.284Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17102026-04-06T15:39:13.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.86s
17112026-04-06T15:39:13.216Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17122026-04-06T15:39:13.272ZApr 06 15:39:12.391 INFO Starting download, target: Cockroach
17132026-04-06T15:39:13.272ZApr 06 15:39:12.392 INFO Starting download, target: Clickhouse
17142026-04-06T15:39:13.272ZApr 06 15:39:12.392 INFO Starting download, target: Console
17152026-04-06T15:39:13.272ZApr 06 15:39:12.392 INFO Starting download, target: DendriteStub
17162026-04-06T15:39:13.272ZApr 06 15:39:12.392 INFO Starting download, target: MaghemiteMgd
17172026-04-06T15:39:13.275ZApr 06 15:39:12.392 INFO Starting download, target: TransceiverControl
17182026-04-06T15:39:13.275ZApr 06 15:39:12.392 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17192026-04-06T15:39:13.275ZApr 06 15:39:12.392 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17202026-04-06T15:39:13.275ZApr 06 15:39:12.392 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17212026-04-06T15:39:13.275ZApr 06 15:39:12.392 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17222026-04-06T15:39:13.275ZApr 06 15:39:12.392 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17232026-04-06T15:39:13.275ZApr 06 15:39:12.392 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17242026-04-06T15:39:13.741ZApr 06 15:39:12.859 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17252026-04-06T15:39:13.956ZApr 06 15:39:13.072 INFO Download complete, target: TransceiverControl
17262026-04-06T15:39:14.360ZApr 06 15:39:13.473 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17272026-04-06T15:39:14.616ZApr 06 15:39:13.724 INFO Download complete, target: Console
17282026-04-06T15:39:14.864ZApr 06 15:39:13.980 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17292026-04-06T15:39:15.066ZApr 06 15:39:14.186 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17302026-04-06T15:39:15.492ZApr 06 15:39:14.610 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17312026-04-06T15:39:15.972ZApr 06 15:39:15.091 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17322026-04-06T15:39:15.972ZApr 06 15:39:15.091 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17332026-04-06T15:39:17.150ZApr 06 15:39:16.269 INFO Download complete, target: MaghemiteMgd
17342026-04-06T15:39:17.476ZApr 06 15:39:16.595 INFO Download complete, target: DendriteStub
17352026-04-06T15:39:20.757ZApr 06 15:39:19.875 INFO Checking that binary works, target: Cockroach
17362026-04-06T15:39:20.857ZApr 06 15:39:19.975 INFO Download complete, target: Cockroach
17372026-04-06T15:39:22.440ZApr 06 15:39:21.558 INFO Checking that binary works, target: Clickhouse
17382026-04-06T15:39:22.528ZApr 06 15:39:21.647 INFO Download complete, target: Clickhouse
17392026-04-06T15:39:22.534ZAll prerequisites installed successfully
17402026-04-06T15:39:22.537Z
17412026-04-06T15:39:22.537Zreal 2:40.370974393
17422026-04-06T15:39:22.537Zuser 7:13.014804954
17432026-04-06T15:39:22.537Zsys 1:42.182590991
17442026-04-06T15:39:22.537Ztrap 0.245399736
17452026-04-06T15:39:22.537Ztflt 1.136829279
17462026-04-06T15:39:22.537Zdflt 1.863021438
17472026-04-06T15:39:22.537Zkflt 0.023849347
17482026-04-06T15:39:22.537Zlock 22:12.724093554
17492026-04-06T15:39:22.538Zslp 19:06.007149206
17502026-04-06T15:39:22.538Zlat 22.860272726
17512026-04-06T15:39:22.538Zstop 2:53.007655009
17522026-04-06T15:39:22.538Z+ ptime -m cargo xtask download softnpu
17532026-04-06T15:39:23.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17542026-04-06T15:39:23.091Z Running `target/debug/xtask download softnpu`
17552026-04-06T15:39:23.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
17562026-04-06T15:39:23.908Z Running `target/debug/xtask-downloader softnpu`
17572026-04-06T15:39:23.951ZApr 06 15:39:23.069 INFO Starting download, target: Softnpu
17582026-04-06T15:39:23.955ZApr 06 15:39:23.070 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17592026-04-06T15:39:24.617ZApr 06 15:39:23.735 INFO Download complete, target: Softnpu
17602026-04-06T15:39:24.620Z
17612026-04-06T15:39:24.623Zreal 2.079713322
17622026-04-06T15:39:24.623Zuser 1.302181918
17632026-04-06T15:39:24.624Zsys 0.642752087
17642026-04-06T15:39:24.624Ztrap 0.000730152
17652026-04-06T15:39:24.624Ztflt 0.000091432
17662026-04-06T15:39:24.624Zdflt 0.000128874
17672026-04-06T15:39:24.624Zkflt 0.000000000
17682026-04-06T15:39:24.624Zlock 12.421365211
17692026-04-06T15:39:24.624Zslp 0.480851621
17702026-04-06T15:39:24.624Zlat 0.073148092
17712026-04-06T15:39:24.624Zstop 0.000195289
17722026-04-06T15:39:24.624Z+ export CARGO_INCREMENTAL=0
17732026-04-06T15:39:24.624Z+ CARGO_INCREMENTAL=0
17742026-04-06T15:39:24.624Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17752026-04-06T15:39:25.511Z Compiling proc-macro2 v1.0.106
17762026-04-06T15:39:25.511Z Compiling quote v1.0.44
17772026-04-06T15:39:25.511Z Compiling unicode-ident v1.0.24
17782026-04-06T15:39:25.511Z Compiling libc v0.2.180
17792026-04-06T15:39:25.513Z Compiling serde_core v1.0.228
17802026-04-06T15:39:25.513Z Compiling serde v1.0.228
17812026-04-06T15:39:25.513Z Compiling cfg-if v1.0.4
17822026-04-06T15:39:25.513Z Compiling version_check v0.9.5
17832026-04-06T15:39:25.514Z Compiling find-msvc-tools v0.1.9
17842026-04-06T15:39:25.514Z Compiling shlex v1.3.0
17852026-04-06T15:39:25.655Z Compiling typenum v1.19.0
17862026-04-06T15:39:25.659Z Compiling autocfg v1.5.0
17872026-04-06T15:39:25.659Z Compiling zmij v1.0.21
17882026-04-06T15:39:25.659Z Compiling serde_json v1.0.149
17892026-04-06T15:39:25.669Z Compiling portable-atomic v1.13.1
17902026-04-06T15:39:25.898Z Compiling memchr v2.8.0
17912026-04-06T15:39:25.985Z Compiling zerocopy v0.8.40
17922026-04-06T15:39:26.017Z Compiling libm v0.2.16
17932026-04-06T15:39:26.067Z Compiling smallvec v1.15.1
17942026-04-06T15:39:26.182Z Compiling generic-array v0.14.7
17952026-04-06T15:39:26.250Z Compiling num-traits v0.2.19
17962026-04-06T15:39:26.253Z Compiling parking_lot_core v0.9.12
17972026-04-06T15:39:26.253Z Compiling icu_normalizer_data v2.1.1
17982026-04-06T15:39:26.330Z Compiling icu_properties_data v2.1.2
17992026-04-06T15:39:26.361Z Compiling itoa v1.0.17
18002026-04-06T15:39:26.364Z Compiling getrandom v0.4.1
18012026-04-06T15:39:26.392Z Compiling log v0.4.29
18022026-04-06T15:39:26.423Z Compiling stable_deref_trait v1.2.1
18032026-04-06T15:39:26.474Z Compiling pkg-config v0.3.32
18042026-04-06T15:39:26.502Z Compiling subtle v2.6.1
18052026-04-06T15:39:26.680Z Compiling scopeguard v1.2.0
18062026-04-06T15:39:26.772Z Compiling writeable v0.6.2
18072026-04-06T15:39:26.812Z Compiling jobserver v0.1.34
18082026-04-06T15:39:26.828Z Compiling getrandom v0.2.17
18092026-04-06T15:39:26.891Z Compiling lock_api v0.4.14
18102026-04-06T15:39:26.948Z Compiling errno v0.3.14
18112026-04-06T15:39:27.022Z Compiling cc v1.2.56
18122026-04-06T15:39:27.039Z Compiling syn v2.0.117
18132026-04-06T15:39:27.042Z Compiling rand_core v0.6.4
18142026-04-06T15:39:27.042Z Compiling percent-encoding v2.3.2
18152026-04-06T15:39:27.125Z Compiling litemap v0.8.1
18162026-04-06T15:39:27.157Z Compiling fnv v1.0.7
18172026-04-06T15:39:27.186Z Compiling thiserror v2.0.18
18182026-04-06T15:39:27.252Z Compiling pin-project-lite v0.2.17
18192026-04-06T15:39:27.276Z Compiling getrandom v0.3.4
18202026-04-06T15:39:27.376Z Compiling critical-section v1.2.0
18212026-04-06T15:39:27.380Z Compiling rustversion v1.0.22
18222026-04-06T15:39:27.438Z Compiling equivalent v1.0.2
18232026-04-06T15:39:27.441Z Compiling schemars v0.8.22
18242026-04-06T15:39:27.483Z Compiling allocator-api2 v0.2.21
18252026-04-06T15:39:27.500Z Compiling fs_extra v1.3.0
18262026-04-06T15:39:27.565Z Compiling dunce v1.0.5
18272026-04-06T15:39:27.592Z Compiling foldhash v0.2.0
18282026-04-06T15:39:27.687Z Compiling rand_core v0.10.0
18292026-04-06T15:39:27.703Z Compiling utf8_iter v1.0.4
18302026-04-06T15:39:27.795Z Compiling once_cell v1.21.3
18312026-04-06T15:39:27.798Z Compiling cmake v0.1.57
18322026-04-06T15:39:27.846Z Compiling hashbrown v0.16.1
18332026-04-06T15:39:27.849Z Compiling form_urlencoded v1.2.2
18342026-04-06T15:39:27.913Z Compiling semver v1.0.27
18352026-04-06T15:39:27.997Z Compiling bitflags v2.11.0
18362026-04-06T15:39:28.118Z Compiling const-oid v0.9.6
18372026-04-06T15:39:28.201Z Compiling signal-hook-registry v1.4.8
18382026-04-06T15:39:28.291Z Compiling rustix v1.1.3
18392026-04-06T15:39:28.310Z Compiling mio v1.1.1
18402026-04-06T15:39:28.314Z Compiling socket2 v0.6.2
18412026-04-06T15:39:28.345Z Compiling ring v0.17.14
18422026-04-06T15:39:28.346Z Compiling aws-lc-sys v0.37.1
18432026-04-06T15:39:28.377Z Compiling aws-lc-rs v1.16.0
18442026-04-06T15:39:28.434Z Compiling indexmap v2.13.0
18452026-04-06T15:39:28.465Z Compiling parking_lot v0.12.5
18462026-04-06T15:39:28.513Z Compiling thiserror v1.0.69
18472026-04-06T15:39:28.587Z Compiling futures-core v0.3.32
18482026-04-06T15:39:28.629Z Compiling strsim v0.11.1
18492026-04-06T15:39:28.705Z Compiling httparse v1.10.1
18502026-04-06T15:39:28.766Z Compiling byteorder v1.5.0
18512026-04-06T15:39:28.848Z Compiling ucd-trie v0.1.7
18522026-04-06T15:39:29.009Z Compiling pest v2.8.6
18532026-04-06T15:39:29.025Z Compiling ident_case v1.0.1
18542026-04-06T15:39:29.044Z Compiling iana-time-zone v0.1.65
18552026-04-06T15:39:29.062Z Compiling vcpkg v0.2.15
18562026-04-06T15:39:29.080Z Compiling syn v1.0.109
18572026-04-06T15:39:29.137Z Compiling heck v0.5.0
18582026-04-06T15:39:29.171Z Compiling uuid v1.21.0
18592026-04-06T15:39:29.174Z Compiling cpufeatures v0.2.17
18602026-04-06T15:39:29.403Z Compiling regex-syntax v0.8.10
18612026-04-06T15:39:29.468Z Compiling rustc_version v0.4.1
18622026-04-06T15:39:29.621Z Compiling futures-sink v0.3.32
18632026-04-06T15:39:29.639Z Compiling openssl-sys v0.9.111
18642026-04-06T15:39:29.639Z Compiling rustls v0.23.37
18652026-04-06T15:39:29.736Z Compiling futures-channel v0.3.32
18662026-04-06T15:39:29.766Z Compiling slab v0.4.12
18672026-04-06T15:39:29.800Z Compiling synstructure v0.13.2
18682026-04-06T15:39:29.816Z Compiling serde_derive_internals v0.29.1
18692026-04-06T15:39:29.872Z Compiling futures-io v0.3.32
18702026-04-06T15:39:29.875Z Compiling futures-task v0.3.32
18712026-04-06T15:39:30.036Z Compiling plain v0.2.3
18722026-04-06T15:39:30.051Z Compiling dyn-clone v1.0.20
18732026-04-06T15:39:30.071Z Compiling pest_meta v2.8.6
18742026-04-06T15:39:30.102Z Compiling aho-corasick v1.1.4
18752026-04-06T15:39:30.218Z Compiling num-conv v0.2.0
18762026-04-06T15:39:30.244Z Compiling crossbeam-utils v0.8.21
18772026-04-06T15:39:30.272Z Compiling time-core v0.1.8
18782026-04-06T15:39:30.378Z Compiling pretty-hex v0.4.1
18792026-04-06T15:39:30.438Z Compiling time-macros v0.2.27
18802026-04-06T15:39:30.516Z Compiling openssl v0.10.75
18812026-04-06T15:39:30.550Z Compiling base64 v0.22.1
18822026-04-06T15:39:30.656Z Compiling pest_generator v2.8.6
18832026-04-06T15:39:30.699Z Compiling crc32fast v1.5.0
18842026-04-06T15:39:30.739Z Compiling base64ct v1.8.3
18852026-04-06T15:39:30.766Z Compiling anyhow v1.0.102
18862026-04-06T15:39:30.812Z Compiling darling_core v0.21.3
18872026-04-06T15:39:30.830Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18882026-04-06T15:39:30.863Z Compiling flagset v0.4.7
18892026-04-06T15:39:30.996Z Compiling regex-automata v0.4.14
18902026-04-06T15:39:31.015Z Compiling pem-rfc7468 v0.7.0
18912026-04-06T15:39:31.060Z Compiling native-tls v0.2.18
18922026-04-06T15:39:31.079Z Compiling rand_core v0.9.5
18932026-04-06T15:39:31.114Z Compiling serde_derive v1.0.228
18942026-04-06T15:39:31.118Z Compiling zeroize_derive v1.4.3
18952026-04-06T15:39:31.223Z Compiling zerofrom-derive v0.1.6
18962026-04-06T15:39:31.294Z Compiling yoke-derive v0.8.1
18972026-04-06T15:39:31.316Z Compiling zerovec-derive v0.11.2
18982026-04-06T15:39:31.319Z Compiling displaydoc v0.2.5
18992026-04-06T15:39:31.347Z Compiling zerocopy-derive v0.8.40
19002026-04-06T15:39:31.370Z Compiling tokio-macros v2.6.0
19012026-04-06T15:39:31.421Z Compiling futures-macro v0.3.32
19022026-04-06T15:39:31.538Z Compiling thiserror-impl v2.0.18
19032026-04-06T15:39:31.554Z Compiling schemars_derive v0.8.22
19042026-04-06T15:39:31.748Z Compiling zeroize v1.8.2
19052026-04-06T15:39:32.071Z Compiling der_derive v0.7.3
19062026-04-06T15:39:32.230Z Compiling tracing-attributes v0.1.31
19072026-04-06T15:39:32.263Z Compiling thiserror-impl v1.0.69
19082026-04-06T15:39:32.365Z Compiling zerofrom v0.1.6
19092026-04-06T15:39:32.511Z Compiling yoke v0.8.1
19102026-04-06T15:39:32.596Z Compiling crypto-common v0.1.7
19112026-04-06T15:39:32.682Z Compiling zerovec v0.11.5
19122026-04-06T15:39:32.706Z Compiling zerotrie v0.2.3
19132026-04-06T15:39:32.776Z Compiling block-buffer v0.10.4
19142026-04-06T15:39:32.950Z Compiling digest v0.10.7
19152026-04-06T15:39:32.997Z Compiling pest_derive v2.8.6
19162026-04-06T15:39:33.000Z Compiling futures-util v0.3.32
19172026-04-06T15:39:34.201Z Compiling tinystr v0.8.2
19182026-04-06T15:39:34.204Z Compiling potential_utf v0.1.4
19192026-04-06T15:39:34.204Z Compiling hmac v0.12.1
19202026-04-06T15:39:34.204Z Compiling block-padding v0.3.3
19212026-04-06T15:39:34.204Z Compiling sha2 v0.10.9
19222026-04-06T15:39:34.204Z Compiling icu_collections v2.1.1
19232026-04-06T15:39:34.204Z Compiling icu_locale_core v2.1.1
19242026-04-06T15:39:34.204Z Compiling inout v0.1.4
19252026-04-06T15:39:34.204Z Compiling rustls-pki-types v1.14.0
19262026-04-06T15:39:34.204Z Compiling cipher v0.4.4
19272026-04-06T15:39:34.204Z Compiling scroll_derive v0.12.1
19282026-04-06T15:39:34.204Z Compiling scroll_derive v0.13.1
19292026-04-06T15:39:34.204Z Compiling icu_provider v2.1.1
19302026-04-06T15:39:34.238Z Compiling bytes v1.11.1
19312026-04-06T15:39:34.287Z Compiling chrono v0.4.44
19322026-04-06T15:39:34.355Z Compiling icu_properties v2.1.2
19332026-04-06T15:39:34.398Z Compiling icu_normalizer v2.1.1
19342026-04-06T15:39:34.435Z Compiling serde_tokenstream v0.2.3
19352026-04-06T15:39:34.521Z Compiling openssl-macros v0.1.1
19362026-04-06T15:39:34.908Z Compiling tokio v1.49.0
19372026-04-06T15:39:34.942Z Compiling http v1.4.0
19382026-04-06T15:39:35.144Z Compiling regex v1.12.3
19392026-04-06T15:39:35.197Z Compiling darling_macro v0.21.3
19402026-04-06T15:39:35.597Z Compiling idna_adapter v1.2.1
19412026-04-06T15:39:35.632Z Compiling ppv-lite86 v0.2.21
19422026-04-06T15:39:35.704Z Compiling der v0.7.10
19432026-04-06T15:39:35.739Z Compiling idna v1.1.0
19442026-04-06T15:39:35.818Z Compiling zerocopy-derive v0.7.35
19452026-04-06T15:39:35.941Z Compiling slog v2.8.2
19462026-04-06T15:39:35.957Z Compiling tracing-core v0.1.36
19472026-04-06T15:39:36.024Z Compiling untrusted v0.9.0
19482026-04-06T15:39:36.158Z Compiling url v2.5.8
19492026-04-06T15:39:36.353Z Compiling tracing v0.1.44
19502026-04-06T15:39:36.369Z Compiling darling v0.21.3
19512026-04-06T15:39:36.462Z Compiling salsa20 v0.10.2
19522026-04-06T15:39:36.620Z Compiling spki v0.7.3
19532026-04-06T15:39:36.647Z Compiling pbkdf2 v0.12.2
19542026-04-06T15:39:36.905Z Compiling cookie v0.18.1
19552026-04-06T15:39:37.044Z Compiling camino v1.2.2
19562026-04-06T15:39:37.210Z Compiling scrypt v0.11.0
19572026-04-06T15:39:37.276Z Compiling rand_chacha v0.9.0
19582026-04-06T15:39:37.320Z Compiling cbc v0.1.2
19592026-04-06T15:39:37.358Z Compiling aes v0.8.4
19602026-04-06T15:39:37.852Z Compiling usdt-impl v0.5.0
19612026-04-06T15:39:37.884Z Compiling ref-cast v1.0.25
19622026-04-06T15:39:37.900Z Compiling winnow v0.7.14
19632026-04-06T15:39:38.048Z Compiling either v1.15.0
19642026-04-06T15:39:38.074Z Compiling usdt-impl v0.6.0
19652026-04-06T15:39:38.090Z Compiling paste v1.0.15
19662026-04-06T15:39:38.306Z Compiling pkcs5 v0.7.1
19672026-04-06T15:39:38.323Z Compiling rand v0.9.2
19682026-04-06T15:39:38.388Z Compiling http-body v1.0.1
19692026-04-06T15:39:38.551Z Compiling scroll v0.13.0
19702026-04-06T15:39:38.637Z Compiling tokio-util v0.7.18
19712026-04-06T15:39:38.674Z Compiling toml_datetime v0.6.11
19722026-04-06T15:39:38.690Z Compiling serde_spanned v0.6.9
19732026-04-06T15:39:38.756Z Compiling scroll v0.12.0
19742026-04-06T15:39:38.847Z Compiling heapless v0.7.17
19752026-04-06T15:39:38.902Z Compiling bzip2-sys v0.1.13+1.0.8
19762026-04-06T15:39:38.935Z Compiling signal-hook v0.3.18
19772026-04-06T15:39:38.951Z Compiling untrusted v0.7.1
19782026-04-06T15:39:39.130Z Compiling atomic-waker v1.1.2
19792026-04-06T15:39:39.196Z Compiling openssl-probe v0.2.1
19802026-04-06T15:39:39.250Z Compiling zstd-safe v7.2.4
19812026-04-06T15:39:39.287Z Compiling toml_parser v1.0.9+spec-1.1.0
19822026-04-06T15:39:39.358Z Compiling goblin v0.8.2
19832026-04-06T15:39:39.457Z Compiling goblin v0.10.5
19842026-04-06T15:39:39.472Z Compiling pkcs8 v0.10.2
19852026-04-06T15:39:39.770Z Compiling zerocopy v0.7.35
19862026-04-06T15:39:39.859Z Compiling ref-cast-impl v1.0.25
19872026-04-06T15:39:39.875Z Compiling darling_core v0.20.11
19882026-04-06T15:39:39.923Z Compiling curve25519-dalek v4.1.3
19892026-04-06T15:39:40.070Z Compiling toml_datetime v0.7.5+spec-1.1.0
19902026-04-06T15:39:40.135Z Compiling memoffset v0.9.1
19912026-04-06T15:39:40.188Z Compiling tower-service v0.3.3
19922026-04-06T15:39:40.394Z Compiling litrs v1.0.0
19932026-04-06T15:39:40.455Z Compiling winnow v0.5.40
19942026-04-06T15:39:40.470Z Compiling rustix v0.38.44
19952026-04-06T15:39:40.506Z Compiling fastrand v2.3.0
19962026-04-06T15:39:40.725Z Compiling tinyvec_macros v0.1.1
19972026-04-06T15:39:40.808Z Compiling tower-layer v0.3.3
19982026-04-06T15:39:40.903Z Compiling try-lock v0.2.5
19992026-04-06T15:39:41.018Z Compiling want v0.3.1
20002026-04-06T15:39:41.155Z Compiling document-features v0.2.12
20012026-04-06T15:39:41.171Z Compiling tinyvec v1.10.0
20022026-04-06T15:39:41.208Z Compiling h2 v0.4.13
20032026-04-06T15:39:41.691Z Compiling dof v0.3.0
20042026-04-06T15:39:41.834Z Compiling toml_edit v0.19.15
20052026-04-06T15:39:41.864Z Compiling darling_macro v0.20.11
20062026-04-06T15:39:41.922Z Compiling dtrace-parser v0.2.0
20072026-04-06T15:39:42.221Z Compiling dof v0.4.0
20082026-04-06T15:39:42.315Z Compiling dtrace-parser v0.3.0
20092026-04-06T15:39:42.432Z Compiling ipnet v2.11.0
20102026-04-06T15:39:42.516Z Compiling async-trait v0.1.89
20112026-04-06T15:39:42.532Z Compiling daft-derive v0.1.5
20122026-04-06T15:39:42.585Z Compiling spin v0.9.8
20132026-04-06T15:39:42.814Z Compiling thread-id v4.2.2
20142026-04-06T15:39:42.892Z Compiling thread-id v5.1.0
20152026-04-06T15:39:42.908Z Compiling foreign-types-shared v0.1.1
20162026-04-06T15:39:42.922Z Compiling httpdate v1.0.3
20172026-04-06T15:39:43.013Z Compiling powerfmt v0.2.0
20182026-04-06T15:39:43.032Z Compiling smoltcp v0.9.1
20192026-04-06T15:39:43.151Z Compiling cfg_aliases v0.2.1
20202026-04-06T15:39:43.222Z Compiling pin-utils v0.1.0
20212026-04-06T15:39:43.271Z Compiling num-bigint-dig v0.8.6
20222026-04-06T15:39:43.301Z Compiling nix v0.31.1
20232026-04-06T15:39:43.319Z Compiling deranged v0.5.8
20242026-04-06T15:39:43.362Z Compiling tempfile v3.25.0
20252026-04-06T15:39:43.379Z Compiling foreign-types v0.3.2
20262026-04-06T15:39:43.655Z Compiling darling v0.20.11
20272026-04-06T15:39:43.760Z Compiling ipnetwork v0.21.1
20282026-04-06T15:39:43.954Z Compiling curve25519-dalek-derive v0.1.1
20292026-04-06T15:39:44.068Z Compiling strum_macros v0.26.4
20302026-04-06T15:39:44.184Z Compiling hyper v1.8.1
20312026-04-06T15:39:44.203Z Compiling wait-timeout v0.2.1
20322026-04-06T15:39:44.404Z Compiling simd-adler32 v0.3.8
20332026-04-06T15:39:44.454Z Compiling num_threads v0.1.7
20342026-04-06T15:39:44.584Z Compiling anstyle v1.0.13
20352026-04-06T15:39:44.736Z Compiling quick-error v1.2.3
20362026-04-06T15:39:44.739Z Compiling utf8parse v0.2.2
20372026-04-06T15:39:44.766Z Compiling siphasher v1.0.2
20382026-04-06T15:39:44.828Z Compiling bit-vec v0.8.0
20392026-04-06T15:39:44.864Z Compiling anstyle-parse v0.2.7
20402026-04-06T15:39:44.901Z Compiling rusty-fork v0.3.1
20412026-04-06T15:39:45.060Z Compiling bit-set v0.8.0
20422026-04-06T15:39:45.206Z Compiling time v0.3.47
20432026-04-06T15:39:45.248Z Compiling hyper-util v0.1.20
20442026-04-06T15:39:45.647Z Compiling derive_builder_core v0.20.2
20452026-04-06T15:39:45.849Z Compiling unicode-normalization v0.1.25
20462026-04-06T15:39:46.459Z Compiling rustls-native-certs v0.8.3
20472026-04-06T15:39:46.673Z Compiling signature v2.2.0
20482026-04-06T15:39:46.721Z Compiling hubpack_derive v0.1.1
20492026-04-06T15:39:46.746Z Compiling rand_xorshift v0.4.0
20502026-04-06T15:39:46.777Z Compiling strum_macros v0.27.2
20512026-04-06T15:39:46.836Z Compiling sync_wrapper v1.0.2
20522026-04-06T15:39:46.907Z Compiling fs-err v3.3.0
20532026-04-06T15:39:46.978Z Compiling ahash v0.8.12
20542026-04-06T15:39:47.019Z Compiling unicode-bidi v0.3.18
20552026-04-06T15:39:47.137Z Compiling colorchoice v1.0.4
20562026-04-06T15:39:47.140Z Compiling is_terminal_polyfill v1.70.2
20572026-04-06T15:39:47.198Z Compiling unicode-properties v0.1.4
20582026-04-06T15:39:47.218Z Compiling object v0.37.3
20592026-04-06T15:39:47.259Z Compiling adler2 v2.0.1
20602026-04-06T15:39:47.287Z Compiling unarray v0.1.4
20612026-04-06T15:39:47.291Z Compiling anstyle-query v1.1.5
20622026-04-06T15:39:47.417Z Compiling unicode-segmentation v1.12.0
20632026-04-06T15:39:47.433Z Compiling anstream v0.6.21
20642026-04-06T15:39:47.433Z Compiling stringprep v0.1.5
20652026-04-06T15:39:47.511Z Compiling proptest v1.10.0
20662026-04-06T15:39:47.727Z Compiling miniz_oxide v0.8.9
20672026-04-06T15:39:47.841Z Compiling tower v0.5.3
20682026-04-06T15:39:47.856Z Compiling derive_builder_macro v0.20.2
20692026-04-06T15:39:48.149Z Compiling usdt-attr-macro v0.6.0
20702026-04-06T15:39:48.280Z Compiling usdt-macro v0.6.0
20712026-04-06T15:39:48.686Z Compiling http-body-util v0.1.3
20722026-04-06T15:39:48.904Z Compiling webpki-roots v1.0.6
20732026-04-06T15:39:49.039Z Compiling rand_chacha v0.3.1
20742026-04-06T15:39:49.060Z Compiling erased-serde v0.3.31
20752026-04-06T15:39:49.063Z Compiling md-5 v0.10.6
20762026-04-06T15:39:49.074Z Compiling num-integer v0.1.46
20772026-04-06T15:39:49.122Z Compiling hash32 v0.2.1
20782026-04-06T15:39:49.232Z Compiling vergen-lib v0.1.6
20792026-04-06T15:39:49.249Z Compiling ff v0.13.1
20802026-04-06T15:39:49.305Z Compiling psl-types v2.0.11
20812026-04-06T15:39:49.326Z Compiling ryu v1.0.23
20822026-04-06T15:39:49.344Z Compiling zlib-rs v0.6.2
20832026-04-06T15:39:49.374Z Compiling fallible-iterator v0.2.0
20842026-04-06T15:39:49.406Z Compiling iri-string v0.7.10
20852026-04-06T15:39:49.424Z Compiling base16ct v0.2.0
20862026-04-06T15:39:49.454Z Compiling newtype-uuid v1.3.2
20872026-04-06T15:39:49.457Z Compiling publicsuffix v2.3.0
20882026-04-06T15:39:49.506Z Compiling serde_urlencoded v0.7.1
20892026-04-06T15:39:49.552Z Compiling sec1 v0.7.3
20902026-04-06T15:39:49.615Z Compiling group v0.13.0
20912026-04-06T15:39:49.660Z Compiling postgres-protocol v0.6.10
20922026-04-06T15:39:49.676Z Compiling num-iter v0.1.45
20932026-04-06T15:39:49.826Z Compiling rand v0.8.5
20942026-04-06T15:39:50.017Z Compiling oxnet v0.1.4
20952026-04-06T15:39:50.164Z Compiling derive_builder v0.20.2
20962026-04-06T15:39:50.194Z Compiling tokio-native-tls v0.3.1
20972026-04-06T15:39:50.235Z Compiling heck v0.4.1
20982026-04-06T15:39:50.307Z Compiling phf_shared v0.13.1
20992026-04-06T15:39:50.391Z Compiling lazy_static v1.5.0
21002026-04-06T15:39:50.456Z Compiling terminal_size v0.4.3
21012026-04-06T15:39:50.462Z Compiling serde_with_macros v3.17.0
21022026-04-06T15:39:50.501Z Compiling cargo-platform v0.1.9
21032026-04-06T15:39:50.531Z Compiling tower-http v0.6.8
21042026-04-06T15:39:50.563Z Compiling hkdf v0.12.4
21052026-04-06T15:39:50.566Z Compiling crypto-bigint v0.5.5
21062026-04-06T15:39:50.620Z Compiling serde_repr v0.1.20
21072026-04-06T15:39:50.623Z Compiling enum-as-inner v0.6.1
21082026-04-06T15:39:50.725Z Compiling clap_derive v4.5.55
21092026-04-06T15:39:50.743Z Compiling vergen v9.0.6
21102026-04-06T15:39:50.799Z Compiling foldhash v0.1.5
21112026-04-06T15:39:50.915Z Compiling libbz2-rs-sys v0.2.2
21122026-04-06T15:39:50.982Z Compiling managed v0.8.0
21132026-04-06T15:39:50.998Z Compiling bumpalo v3.20.2
21142026-04-06T15:39:51.001Z Compiling bitflags v1.3.2
21152026-04-06T15:39:51.107Z Compiling clap_lex v1.0.0
21162026-04-06T15:39:51.273Z Compiling clap_builder v4.5.60
21172026-04-06T15:39:51.308Z Compiling zopfli v0.8.3
21182026-04-06T15:39:51.342Z Compiling bzip2 v0.6.1
21192026-04-06T15:39:51.435Z Compiling flate2 v1.1.9
21202026-04-06T15:39:51.558Z Compiling elliptic-curve v0.13.8
21212026-04-06T15:39:51.595Z Compiling hashbrown v0.15.5
21222026-04-06T15:39:51.741Z Compiling cargo_metadata v0.19.2
21232026-04-06T15:39:51.917Z Compiling zstd v0.13.3
21242026-04-06T15:39:51.963Z Compiling phf v0.13.1
21252026-04-06T15:39:52.125Z Compiling hyper-tls v0.6.0
21262026-04-06T15:39:52.159Z Compiling daft v0.1.5
21272026-04-06T15:39:52.178Z Compiling cookie_store v0.22.1
21282026-04-06T15:39:52.192Z Compiling signal-hook-mio v0.2.5
21292026-04-06T15:39:52.326Z Compiling postgres-types v0.2.12
21302026-04-06T15:39:52.375Z Compiling bzip2 v0.4.4
21312026-04-06T15:39:52.451Z Compiling strum v0.27.2
21322026-04-06T15:39:52.583Z Compiling hubpack v0.1.2
21332026-04-06T15:39:52.615Z Compiling ed25519 v2.2.3
21342026-04-06T15:39:52.718Z Compiling phf_shared v0.11.3
21352026-04-06T15:39:52.812Z Compiling crossbeam-epoch v0.9.18
21362026-04-06T15:39:52.854Z Compiling pkcs1 v0.7.5
21372026-04-06T15:39:52.912Z Compiling serde-big-array v0.5.1
21382026-04-06T15:39:52.946Z Compiling hex v0.4.3
21392026-04-06T15:39:53.072Z Compiling rfc6979 v0.4.0
21402026-04-06T15:39:53.160Z Compiling bstr v1.12.1
21412026-04-06T15:39:53.235Z Compiling float-cmp v0.10.0
21422026-04-06T15:39:53.251Z Compiling memmap2 v0.9.10
21432026-04-06T15:39:53.268Z Compiling env_filter v1.0.0
21442026-04-06T15:39:53.328Z Compiling encoding_rs v0.8.35
21452026-04-06T15:39:53.370Z Compiling whoami v2.1.0
21462026-04-06T15:39:53.402Z Compiling toml_write v0.1.2
21472026-04-06T15:39:53.428Z Compiling data-encoding v2.10.0
21482026-04-06T15:39:53.456Z Compiling static_assertions v1.1.0
21492026-04-06T15:39:53.474Z Compiling precomputed-hash v0.1.1
21502026-04-06T15:39:53.501Z Compiling fixedbitset v0.4.2
21512026-04-06T15:39:53.540Z Compiling rustc-hash v2.1.1
21522026-04-06T15:39:53.556Z Compiling new_debug_unreachable v1.0.6
21532026-04-06T15:39:53.578Z Compiling normalize-line-endings v0.3.0
21542026-04-06T15:39:53.619Z Compiling difflib v0.4.0
21552026-04-06T15:39:53.645Z Compiling keccak v0.1.6
21562026-04-06T15:39:53.681Z Compiling fixedbitset v0.5.7
21572026-04-06T15:39:53.698Z Compiling jiff v0.2.21
21582026-04-06T15:39:53.732Z Compiling predicates-core v1.0.10
21592026-04-06T15:39:53.770Z Compiling mime v0.3.17
21602026-04-06T15:39:53.842Z Compiling sha3 v0.10.8
21612026-04-06T15:39:53.865Z Compiling predicates v3.1.4
21622026-04-06T15:39:53.925Z Compiling petgraph v0.8.3
21632026-04-06T15:39:53.978Z Compiling hickory-proto v0.25.2
21642026-04-06T15:39:53.994Z Compiling petgraph v0.6.5
21652026-04-06T15:39:54.027Z Compiling iddqd v0.3.17
21662026-04-06T15:39:54.078Z Compiling string_cache v0.8.9
21672026-04-06T15:39:54.125Z Compiling tokio-postgres v0.7.16
21682026-04-06T15:39:54.362Z Compiling similar v2.7.0
21692026-04-06T15:39:54.467Z Compiling toml_edit v0.22.27
21702026-04-06T15:39:54.643Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21712026-04-06T15:39:55.094Z Compiling env_logger v0.11.9
21722026-04-06T15:39:55.146Z Compiling usdt v0.6.0
21732026-04-06T15:39:55.693Z Compiling serde_with v3.17.0
21742026-04-06T15:39:55.808Z Compiling ecdsa v0.16.9
21752026-04-06T15:39:55.824Z Compiling rsa v0.9.10
21762026-04-06T15:39:56.228Z Compiling ed25519-dalek v2.2.0
21772026-04-06T15:39:56.488Z Compiling zip v4.6.1
21782026-04-06T15:39:56.537Z Compiling clap v4.5.60
21792026-04-06T15:39:56.819Z Compiling crossterm v0.28.1
21802026-04-06T15:39:57.376Z Compiling zip v0.6.6
21812026-04-06T15:39:57.459Z Compiling strum v0.26.3
21822026-04-06T15:39:57.554Z Compiling toml v0.7.8
21832026-04-06T15:39:57.611Z Compiling tokio-stream v0.1.18
21842026-04-06T15:39:57.660Z Compiling buf-list v1.1.2
21852026-04-06T15:39:57.759Z Compiling itertools v0.13.0
21862026-04-06T15:39:57.968Z Compiling x509-cert v0.2.5
21872026-04-06T15:39:57.999Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21882026-04-06T15:39:58.109Z Compiling openapiv3 v2.2.0
21892026-04-06T15:39:58.266Z Compiling sha1 v0.10.6
21902026-04-06T15:39:58.594Z Compiling peg-runtime v0.8.5
21912026-04-06T15:39:58.662Z Compiling lalrpop-util v0.19.12
21922026-04-06T15:40:15.488Z Compiling macaddr v1.0.1
21932026-04-06T15:40:15.641Z Compiling structmeta-derive v0.3.0
21942026-04-06T15:40:15.657Z Compiling rayon-core v1.13.0
21952026-04-06T15:40:15.744Z Compiling crucible-workspace-hack v0.1.0
21962026-04-06T15:40:15.780Z Compiling itertools v0.14.0
21972026-04-06T15:40:15.895Z Compiling secrecy v0.10.3
21982026-04-06T15:40:15.974Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21992026-04-06T15:40:15.995Z Compiling rustls v0.22.4
22002026-04-06T15:40:16.077Z Compiling heapless v0.8.0
22012026-04-06T15:40:16.315Z Compiling crossbeam-deque v0.8.6
22022026-04-06T15:40:16.386Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22032026-04-06T15:40:16.454Z Compiling toml_edit v0.23.10+spec-1.0.0
22042026-04-06T15:40:16.556Z Compiling rustls-webpki v0.102.8
22052026-04-06T15:40:16.573Z Compiling futures-executor v0.3.32
22062026-04-06T15:40:16.576Z Compiling hash32 v0.3.1
22072026-04-06T15:40:16.602Z Compiling multer v3.1.0
22082026-04-06T15:40:16.623Z Compiling thread_local v1.1.9
22092026-04-06T15:40:16.660Z Compiling structmeta v0.3.0
22102026-04-06T15:40:16.748Z Compiling smoltcp v0.11.0
22112026-04-06T15:40:16.752Z Compiling match_cfg v0.1.0
22122026-04-06T15:40:16.778Z Compiling unicode-width v0.2.0
22132026-04-06T15:40:16.820Z Compiling slog-async v2.8.0
22142026-04-06T15:40:16.839Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22152026-04-06T15:40:16.886Z Compiling derive-ex v0.1.8
22162026-04-06T15:40:17.055Z Compiling ingot-macros v0.1.1
22172026-04-06T15:40:17.087Z Compiling proc-macro-crate v3.4.0
22182026-04-06T15:40:17.153Z Compiling hostname v0.3.1
22192026-04-06T15:40:17.172Z Compiling futures v0.3.32
22202026-04-06T15:40:17.271Z Compiling slog-json v2.6.1
22212026-04-06T15:40:17.334Z Compiling crossbeam-channel v0.5.15
22222026-04-06T15:40:17.387Z Compiling half v2.7.1
22232026-04-06T15:40:17.559Z Compiling newtype-uuid-macros v0.1.0
22242026-04-06T15:40:17.559Z Compiling cobs v0.3.0
22252026-04-06T15:40:17.698Z Compiling thiserror-impl-no-std v2.0.2
22262026-04-06T15:40:17.750Z Compiling universal-hash v0.5.1
22272026-04-06T15:40:17.874Z Compiling async-stream-impl v0.3.6
22282026-04-06T15:40:17.910Z Compiling serde_spanned v1.0.4
22292026-04-06T15:40:18.022Z Compiling is-terminal v0.4.17
22302026-04-06T15:40:18.092Z Compiling proc-macro-error-attr v1.0.4
22312026-04-06T15:40:18.139Z Compiling dropshot v0.16.7
22322026-04-06T15:40:18.285Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22332026-04-06T15:40:18.312Z Compiling convert_case v0.4.0
22342026-04-06T15:40:18.355Z Compiling take_mut v0.2.2
22352026-04-06T15:40:18.386Z Compiling opaque-debug v0.3.1
22362026-04-06T15:40:18.409Z Compiling toml_writer v1.0.6+spec-1.1.0
22372026-04-06T15:40:18.474Z Compiling rustls-webpki v0.103.9
22382026-04-06T15:40:18.495Z Compiling ciborium-io v0.2.2
22392026-04-06T15:40:18.498Z Compiling term v1.2.1
22402026-04-06T15:40:18.611Z Compiling toml v0.9.12+spec-1.1.0
22412026-04-06T15:40:18.639Z Compiling derive_more v0.99.20
22422026-04-06T15:40:18.692Z Compiling ciborium-ll v0.2.2
22432026-04-06T15:40:18.736Z Compiling thiserror-no-std v2.0.2
22442026-04-06T15:40:18.806Z Compiling async-stream v0.3.6
22452026-04-06T15:40:18.824Z Compiling slog-term v2.9.2
22462026-04-06T15:40:18.849Z Compiling poly1305 v0.8.0
22472026-04-06T15:40:19.116Z Compiling tokio-rustls v0.25.0
22482026-04-06T15:40:19.285Z Compiling test-strategy v0.4.5
22492026-04-06T15:40:19.491Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22502026-04-06T15:40:19.506Z Compiling postcard v1.1.3
22512026-04-06T15:40:19.640Z Compiling ingot-types v0.1.2
22522026-04-06T15:40:19.821Z Compiling num_enum_derive v0.7.5
22532026-04-06T15:40:19.898Z Compiling slog-bunyan v2.5.0
22542026-04-06T15:40:20.066Z Compiling ingot v0.1.1
22552026-04-06T15:40:20.117Z Compiling parse-display-derive v0.10.0
22562026-04-06T15:40:20.311Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
22572026-04-06T15:40:20.597Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22582026-04-06T15:40:20.714Z Compiling proc-macro-crate v1.3.1
22592026-04-06T15:40:20.780Z Compiling backon v1.6.0
22602026-04-06T15:40:20.866Z Compiling waitgroup v0.1.2
22612026-04-06T15:40:20.869Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
22622026-04-06T15:40:21.026Z Compiling password-hash v0.5.0
22632026-04-06T15:40:21.047Z Compiling chacha20 v0.9.1
22642026-04-06T15:40:21.071Z Compiling dropshot_endpoint v0.16.7
22652026-04-06T15:40:21.113Z Compiling rustls-pemfile v2.2.0
22662026-04-06T15:40:21.285Z Compiling blake2 v0.10.6
22672026-04-06T15:40:21.301Z Compiling aead v0.5.2
22682026-04-06T15:40:21.324Z Compiling foreign-types-macros v0.2.3
22692026-04-06T15:40:21.420Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22702026-04-06T15:40:21.524Z Compiling serde_path_to_error v0.1.20
22712026-04-06T15:40:21.611Z Compiling hostname v0.4.2
22722026-04-06T15:40:21.797Z Compiling proc-macro-error v1.0.4
22732026-04-06T15:40:21.812Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22742026-04-06T15:40:21.849Z Compiling instant v0.1.13
22752026-04-06T15:40:21.922Z Compiling foreign-types-shared v0.3.1
22762026-04-06T15:40:21.978Z Compiling tokio-rustls v0.26.4
22772026-04-06T15:40:21.996Z Compiling rustls-platform-verifier v0.6.2
22782026-04-06T15:40:21.999Z Compiling debug-ignore v1.0.5
22792026-04-06T15:40:22.032Z Compiling cpufeatures v0.3.0
22802026-04-06T15:40:22.035Z Compiling typeid v1.0.3
22812026-04-06T15:40:22.079Z Compiling foreign-types v0.5.0
22822026-04-06T15:40:22.130Z Compiling chacha20 v0.10.0
22832026-04-06T15:40:22.146Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22842026-04-06T15:40:22.149Z Compiling backoff v0.4.0
22852026-04-06T15:40:22.189Z Compiling parse-display v0.10.0
22862026-04-06T15:40:22.211Z Compiling argon2 v0.5.3
22872026-04-06T15:40:22.243Z Compiling hyper-rustls v0.27.7
22882026-04-06T15:40:22.278Z Compiling chacha20poly1305 v0.10.1
22892026-04-06T15:40:22.372Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
22902026-04-06T15:40:22.394Z Compiling num_enum_derive v0.5.11
22912026-04-06T15:40:22.411Z Compiling num_enum v0.7.5
22922026-04-06T15:40:22.450Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22932026-04-06T15:40:22.560Z Compiling reqwest v0.12.28
22942026-04-06T15:40:22.580Z Compiling reqwest v0.13.2
22952026-04-06T15:40:22.855Z Compiling ciborium v0.2.2
22962026-04-06T15:40:22.858Z Compiling vsss-rs v3.3.4
22972026-04-06T15:40:23.081Z Compiling tabwriter v1.4.1
22982026-04-06T15:40:23.096Z Compiling toml v0.8.23
22992026-04-06T15:40:23.221Z Compiling byte-wrapper v0.1.0
23002026-04-06T15:40:23.335Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23012026-04-06T15:40:23.467Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23022026-04-06T15:40:23.646Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23032026-04-06T15:40:23.700Z Compiling regress v0.10.5
23042026-04-06T15:40:23.828Z Compiling cstr-argument v0.1.2
23052026-04-06T15:40:23.910Z Compiling erased-serde v0.4.9
23062026-04-06T15:40:23.951Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23072026-04-06T15:40:24.020Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23082026-04-06T15:40:24.135Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23092026-04-06T15:40:24.211Z Compiling num_enum v0.5.11
23102026-04-06T15:40:24.270Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23112026-04-06T15:40:24.287Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23122026-04-06T15:40:24.391Z Compiling rand v0.10.0
23132026-04-06T15:40:24.459Z Compiling rayon v1.11.0
23142026-04-06T15:40:24.505Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23152026-04-06T15:40:24.542Z Compiling indent_write v2.2.0
23162026-04-06T15:40:24.618Z Compiling libefi-sys v0.1.0
23172026-04-06T15:40:24.638Z Compiling colored v3.1.1
23182026-04-06T15:40:24.726Z Compiling zone_cfg_derive v0.3.1
23192026-04-06T15:40:24.876Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23202026-04-06T15:40:24.927Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23212026-04-06T15:40:25.335Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23222026-04-06T15:40:25.349Z Compiling camino-tempfile v1.4.1
23232026-04-06T15:40:25.444Z Compiling itertools v0.12.1
23242026-04-06T15:40:25.477Z Compiling usdt-attr-macro v0.5.0
23252026-04-06T15:40:25.516Z Compiling usdt-macro v0.5.0
23262026-04-06T15:40:25.570Z Compiling bitfield-struct v0.6.2
23272026-04-06T15:40:25.760Z Compiling num-derive v0.4.2
23282026-04-06T15:40:25.832Z Compiling blake3 v1.8.3
23292026-04-06T15:40:25.942Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23302026-04-06T15:40:26.225Z Compiling ordered-float v2.10.1
23312026-04-06T15:40:26.250Z Compiling memmap v0.7.0
23322026-04-06T15:40:26.266Z Compiling sigpipe v0.1.3
23332026-04-06T15:40:26.270Z Compiling glob v0.3.3
23342026-04-06T15:40:26.303Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23352026-04-06T15:40:26.384Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23362026-04-06T15:40:26.401Z Compiling swrite v0.1.0
23372026-04-06T15:40:26.523Z Compiling serde-value v0.7.0
23382026-04-06T15:40:26.538Z Compiling usdt v0.5.0
23392026-04-06T15:40:26.557Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23402026-04-06T15:40:26.617Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23412026-04-06T15:40:26.713Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23422026-04-06T15:40:26.735Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23432026-04-06T15:40:26.960Z Compiling zone v0.3.1
23442026-04-06T15:40:26.978Z Compiling serde-untagged v0.1.9
23452026-04-06T15:40:27.139Z Compiling smf v0.2.3
23462026-04-06T15:40:27.192Z Compiling filetime v0.2.27
23472026-04-06T15:40:27.219Z Compiling unicode-xid v0.2.6
23482026-04-06T15:40:27.235Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23492026-04-06T15:40:27.270Z Compiling same-file v1.0.6
23502026-04-06T15:40:27.331Z Compiling xattr v1.6.1
23512026-04-06T15:40:27.365Z Compiling whoami v1.6.1
23522026-04-06T15:40:27.387Z Compiling constant_time_eq v0.4.2
23532026-04-06T15:40:27.420Z Compiling arrayref v0.3.9
23542026-04-06T15:40:27.423Z Compiling arrayvec v0.7.6
23552026-04-06T15:40:27.465Z Compiling walkdir v2.5.0
23562026-04-06T15:40:27.512Z Compiling tar v0.4.45
23572026-04-06T15:40:27.540Z Compiling cargo-util-schemas v0.8.2
23582026-04-06T15:40:27.556Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-04-06T15:40:27.602Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23602026-04-06T15:40:27.835Z Compiling tokio-dtrace v0.1.1
23612026-04-06T15:40:27.852Z Compiling console v0.16.2
23622026-04-06T15:40:28.176Z Compiling gethostname v0.5.0
23632026-04-06T15:40:28.196Z Compiling cargo-platform v0.2.0
23642026-04-06T15:40:28.227Z Compiling topological-sort v0.2.2
23652026-04-06T15:40:28.296Z Compiling unit-prefix v0.5.2
23662026-04-06T15:40:28.343Z Compiling oxide-tokio-rt v0.1.3
23672026-04-06T15:40:28.431Z Compiling indicatif v0.18.4
23682026-04-06T15:40:28.452Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23692026-04-06T15:40:28.478Z Compiling shell-words v1.1.1
23702026-04-06T15:40:28.741Z Compiling cargo_metadata v0.21.0
23712026-04-06T15:40:37.486Z Compiling progenitor-client v0.13.0
23722026-04-06T15:40:37.509Z Compiling progenitor-client v0.10.0
23732026-04-06T15:40:37.512Z Compiling omicron-zone-package v0.12.2
23742026-04-06T15:40:37.603Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23752026-04-06T15:40:37.603Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23762026-04-06T15:40:37.635Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23772026-04-06T15:40:37.654Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23782026-04-06T15:40:37.923Z Compiling progenitor-extras v0.1.1
23792026-04-06T15:40:37.981Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23802026-04-06T15:40:38.000Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23812026-04-06T15:40:38.015Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23822026-04-06T15:40:38.146Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23832026-04-06T15:40:38.192Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23842026-04-06T15:40:43.251Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23852026-04-06T15:40:50.015Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23862026-04-06T15:40:53.353Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23872026-04-06T15:40:54.336Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23882026-04-06T15:41:02.793Z Finished `release` profile [optimized] target(s) in 1m 38s
23892026-04-06T15:41:02.944Z Running `target/release/omicron-package -t test target create -p dev`
23902026-04-06T15:41:03.007ZLogging to: /work/oxidecomputer/omicron/out/LOG
23912026-04-06T15:41:03.011ZCreated new build target 'test' and set it as active
23922026-04-06T15:41:03.014Z
23932026-04-06T15:41:03.014Zreal 1:38.368469757
23942026-04-06T15:41:03.014Zuser 16:27.893646694
23952026-04-06T15:41:03.014Zsys 2:29.868927150
23962026-04-06T15:41:03.014Ztrap 0.467309425
23972026-04-06T15:41:03.014Ztflt 2.892164656
23982026-04-06T15:41:03.014Zdflt 3.427656156
23992026-04-06T15:41:03.015Zkflt 0.012045512
24002026-04-06T15:41:03.015Zlock 51:35.668346452
24012026-04-06T15:41:03.015Zslp 42:01.023078097
24022026-04-06T15:41:03.015Zlat 38.781051683
24032026-04-06T15:41:03.015Zstop 5:18.925189007
24042026-04-06T15:41:03.015Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24052026-04-06T15:41:03.893Z Finished `release` profile [optimized] target(s) in 0.86s
24062026-04-06T15:41:03.967Z Running `target/release/omicron-package -t test package`
24072026-04-06T15:41:04.027ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-04-06T15:41:05.434Z Compiling regress v0.10.5
24092026-04-06T15:41:05.434Z Compiling heck v0.5.0
24102026-04-06T15:41:05.649Z Compiling unsafe-libyaml v0.2.11
24112026-04-06T15:41:05.671Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24122026-04-06T15:41:05.699Z Compiling unicode-width v0.1.14
24132026-04-06T15:41:05.703Z Compiling is-terminal v0.4.17
24142026-04-06T15:41:05.720Z Compiling prettyplease v0.2.37
24152026-04-06T15:41:05.759Z Compiling bytecount v0.6.9
24162026-04-06T15:41:05.759Z Compiling rustls v0.22.4
24172026-04-06T15:41:05.762Z Compiling rustls-webpki v0.102.8
24182026-04-06T15:41:05.762Z Compiling derive-where v1.6.0
24192026-04-06T15:41:05.762Z Compiling thread_local v1.1.9
24202026-04-06T15:41:05.801Z Compiling typify-impl v0.6.1
24212026-04-06T15:41:05.822Z Compiling match_cfg v0.1.0
24222026-04-06T15:41:05.825Z Compiling multer v3.1.0
24232026-04-06T15:41:05.866Z Compiling slog-async v2.8.0
24242026-04-06T15:41:05.869Z Compiling crossbeam-channel v0.5.15
24252026-04-06T15:41:05.889Z Compiling slog-json v2.6.1
24262026-04-06T15:41:05.974Z Compiling hostname v0.3.1
24272026-04-06T15:41:05.996Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24282026-04-06T15:41:06.000Z Compiling futures-executor v0.3.32
24292026-04-06T15:41:06.000Z Compiling serde_spanned v1.0.4
24302026-04-06T15:41:06.015Z Compiling take_mut v0.2.2
24312026-04-06T15:41:06.077Z Compiling toml_writer v1.0.6+spec-1.1.0
24322026-04-06T15:41:06.100Z Compiling term v1.2.1
24332026-04-06T15:41:06.146Z Compiling slog-bunyan v2.5.0
24342026-04-06T15:41:06.165Z Compiling serde_yaml v0.9.34+deprecated
24352026-04-06T15:41:06.234Z Compiling futures v0.3.32
24362026-04-06T15:41:06.255Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24372026-04-06T15:41:06.309Z Compiling toml v0.9.12+spec-1.1.0
24382026-04-06T15:41:06.332Z Compiling dropshot v0.16.7
24392026-04-06T15:41:06.374Z Compiling async-stream v0.3.6
24402026-04-06T15:41:06.425Z Compiling slog-term v2.9.2
24412026-04-06T15:41:06.428Z Compiling progenitor-client v0.13.0
24422026-04-06T15:41:06.428Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24432026-04-06T15:41:06.564Z Compiling waitgroup v0.1.2
24442026-04-06T15:41:06.642Z Compiling backon v1.6.0
24452026-04-06T15:41:06.642Z Compiling rustls-pemfile v2.2.0
24462026-04-06T15:41:06.685Z Compiling serde_path_to_error v0.1.20
24472026-04-06T15:41:06.688Z Compiling hostname v0.4.2
24482026-04-06T15:41:06.728Z Compiling instant v0.1.13
24492026-04-06T15:41:06.748Z Compiling debug-ignore v1.0.5
24502026-04-06T15:41:06.797Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24512026-04-06T15:41:06.858Z Compiling progenitor-extras v0.1.1
24522026-04-06T15:41:06.881Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24532026-04-06T15:41:06.883Z Compiling backoff v0.4.0
24542026-04-06T15:41:06.884Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24552026-04-06T15:41:06.947Z Compiling parse-display v0.10.0
24562026-04-06T15:41:06.950Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24572026-04-06T15:41:07.014Z Compiling progenitor-client v0.10.0
24582026-04-06T15:41:07.047Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24592026-04-06T15:41:07.069Z Compiling macaddr v1.0.1
24602026-04-06T15:41:07.177Z Compiling console v0.15.11
24612026-04-06T15:41:07.240Z Compiling num-rational v0.4.2
24622026-04-06T15:41:07.337Z Compiling num-complex v0.4.6
24632026-04-06T15:41:07.444Z Compiling slog-dtrace v0.3.0
24642026-04-06T15:41:07.465Z Compiling newline-converter v0.3.0
24652026-04-06T15:41:07.550Z Compiling atomicwrites v0.4.4
24662026-04-06T15:41:07.629Z Compiling async-recursion v1.1.1
24672026-04-06T15:41:07.629Z Compiling owo-colors v4.3.0
24682026-04-06T15:41:07.740Z Compiling num v0.4.3
24692026-04-06T15:41:07.818Z Compiling cancel-safe-futures v0.1.5
24702026-04-06T15:41:07.843Z Compiling float-ord v0.3.2
24712026-04-06T15:41:07.890Z Compiling expectorate v1.2.0
24722026-04-06T15:41:07.893Z Compiling libsw-core v0.3.2
24732026-04-06T15:41:07.991Z Compiling resolv-conf v0.7.6
24742026-04-06T15:41:08.013Z Compiling toml v0.8.23
24752026-04-06T15:41:08.140Z Compiling libsw v3.5.0
24762026-04-06T15:41:08.177Z Compiling linear-map v1.2.0
24772026-04-06T15:41:08.232Z Compiling tokio-rustls v0.25.0
24782026-04-06T15:41:08.262Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24792026-04-06T15:41:08.282Z Compiling minimal-lexical v0.2.1
24802026-04-06T15:41:08.350Z Compiling linked-hash-map v0.5.6
24812026-04-06T15:41:08.471Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24822026-04-06T15:41:08.495Z Compiling nom v7.1.3
24832026-04-06T15:41:08.518Z Compiling unicode-xid v0.2.6
24842026-04-06T15:41:08.556Z Compiling lru-cache v0.1.2
24852026-04-06T15:41:08.595Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24862026-04-06T15:41:08.629Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24872026-04-06T15:41:08.632Z Compiling globset v0.4.18
24882026-04-06T15:41:08.670Z Compiling hickory-proto v0.24.4
24892026-04-06T15:41:08.673Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24902026-04-06T15:41:08.735Z Compiling convert_case v0.10.0
24912026-04-06T15:41:09.035Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24922026-04-06T15:41:09.056Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24932026-04-06T15:41:09.314Z Compiling derive_more-impl v2.1.1
24942026-04-06T15:41:09.909Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24952026-04-06T15:41:10.120Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24962026-04-06T15:41:10.146Z Compiling pin-project-internal v1.1.11
24972026-04-06T15:41:10.303Z Compiling derive_more v2.1.1
24982026-04-06T15:41:10.380Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24992026-04-06T15:41:10.417Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25002026-04-06T15:41:10.575Z Compiling pem v3.0.6
25012026-04-06T15:41:10.675Z Compiling typify-macro v0.6.1
25022026-04-06T15:41:11.240Z Compiling hickory-resolver v0.24.4
25032026-04-06T15:41:11.320Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25042026-04-06T15:41:11.490Z Compiling pin-project v1.1.11
25052026-04-06T15:41:11.519Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25062026-04-06T15:41:11.628Z Compiling snafu-derive v0.8.9
25072026-04-06T15:41:11.744Z Compiling termtree v0.5.1
25082026-04-06T15:41:11.978Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25092026-04-06T15:41:12.318Z Compiling crossterm v0.29.0
25102026-04-06T15:41:12.340Z Compiling typify v0.6.1
25112026-04-06T15:41:12.486Z Compiling progenitor-impl v0.13.0
25122026-04-06T15:41:13.158Z Compiling qorb v0.4.1
25132026-04-06T15:41:13.362Z Compiling snafu v0.8.9
25142026-04-06T15:41:13.556Z Compiling phf_shared v0.12.1
25152026-04-06T15:41:13.819Z Compiling olpc-cjson v0.1.4
25162026-04-06T15:41:13.979Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25172026-04-06T15:41:14.067Z Compiling serde_plain v1.0.2
25182026-04-06T15:41:14.400Z Compiling vte v0.14.1
25192026-04-06T15:41:14.521Z Compiling csv-core v0.1.13
25202026-04-06T15:41:14.669Z Compiling typed-path v0.9.3
25212026-04-06T15:41:14.699Z Compiling progenitor-macro v0.13.0
25222026-04-06T15:41:14.725Z Compiling highway v1.3.0
25232026-04-06T15:41:14.876Z Compiling chrono-tz v0.10.4
25242026-04-06T15:41:14.966Z Compiling csv v1.4.0
25252026-04-06T15:41:15.129Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25262026-04-06T15:41:15.363Z Compiling strip-ansi-escapes v0.2.1
25272026-04-06T15:41:15.482Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25282026-04-06T15:41:15.962Z Compiling tough v0.20.0
25292026-04-06T15:41:15.983Z Compiling phf v0.12.1
25302026-04-06T15:41:16.185Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25312026-04-06T15:41:17.124Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25322026-04-06T15:41:17.500Z Compiling const_format_proc_macros v0.2.34
25332026-04-06T15:41:17.586Z Compiling papergrid v0.11.0
25342026-04-06T15:41:17.661Z Compiling tabled_derive v0.7.0
25352026-04-06T15:41:18.028Z Compiling fd-lock v4.0.4
25362026-04-06T15:41:18.084Z Compiling peg-macros v0.8.5
25372026-04-06T15:41:18.211Z Compiling nu-ansi-term v0.50.3
25382026-04-06T15:41:18.592Z Compiling tabled v0.15.0
25392026-04-06T15:41:18.784Z Compiling reedline v0.40.0
25402026-04-06T15:41:18.891Z Compiling progenitor v0.13.0
25412026-04-06T15:41:19.364Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25422026-04-06T15:41:19.728Z Compiling peg v0.8.5
25432026-04-06T15:41:19.839Z Compiling const_format v0.2.35
25442026-04-06T15:41:20.351Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25452026-04-06T15:41:20.372Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25462026-04-06T15:41:20.466Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25472026-04-06T15:41:21.429Z Compiling bcs v0.1.6
25482026-04-06T15:41:21.885Z Compiling semver v0.1.20
25492026-04-06T15:41:22.206Z Compiling rustc_version v0.1.7
25502026-04-06T15:41:22.227Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25512026-04-06T15:41:22.458Z Compiling newtype_derive v0.1.6
25522026-04-06T15:41:22.495Z Compiling humantime v2.3.0
25532026-04-06T15:41:22.697Z Compiling unicode-linebreak v0.1.5
25542026-04-06T15:41:22.956Z Compiling smawk v0.3.2
25552026-04-06T15:41:23.043Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25562026-04-06T15:41:23.169Z Compiling textwrap v0.16.2
25572026-04-06T15:41:23.199Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25582026-04-06T15:41:23.229Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25592026-04-06T15:41:23.563Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25602026-04-06T15:41:23.819Z Compiling dropshot-api-manager-types v0.6.0
25612026-04-06T15:41:24.310Z Compiling base64 v0.21.7
25622026-04-06T15:41:24.863Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25632026-04-06T15:41:24.885Z Compiling steno v0.4.1
25642026-04-06T15:41:24.963Z Compiling utf-8 v0.7.6
25652026-04-06T15:41:24.986Z Compiling tagptr v0.2.0
25662026-04-06T15:41:25.176Z Compiling moka v0.12.13
25672026-04-06T15:41:25.211Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25682026-04-06T15:41:25.284Z Compiling tungstenite v0.21.0
25692026-04-06T15:41:25.388Z Compiling radium v0.7.0
25702026-04-06T15:41:25.723Z Compiling maybe-uninit v2.0.0
25712026-04-06T15:41:26.034Z Compiling tokio-tungstenite v0.21.0
25722026-04-06T15:41:26.175Z Compiling tap v1.0.1
25732026-04-06T15:41:26.330Z Compiling wyz v0.5.1
25742026-04-06T15:41:26.432Z Compiling hickory-resolver v0.25.2
25752026-04-06T15:41:26.604Z Compiling zerocopy-derive v0.6.6
25762026-04-06T15:41:26.778Z Compiling funty v2.0.0
25772026-04-06T15:41:26.845Z Compiling crc-catalog v2.4.0
25782026-04-06T15:41:26.989Z Compiling display-error-chain v0.2.2
25792026-04-06T15:41:27.169Z Compiling packed_struct v0.10.1
25802026-04-06T15:41:27.400Z Compiling zerocopy v0.6.6
25812026-04-06T15:41:27.481Z Compiling bitvec v1.0.1
25822026-04-06T15:41:27.536Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25832026-04-06T15:41:27.745Z Compiling crc v3.4.0
25842026-04-06T15:41:27.899Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25852026-04-06T15:41:27.987Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25862026-04-06T15:41:28.387Z Compiling packed_struct_codegen v0.10.1
25872026-04-06T15:41:29.358Z Compiling bitfield-macros v0.19.4
25882026-04-06T15:41:29.399Z Compiling indexmap v1.9.3
25892026-04-06T15:41:29.431Z Compiling nodrop v0.1.14
25902026-04-06T15:41:29.562Z Compiling array-init v0.0.4
25912026-04-06T15:41:29.754Z Compiling smallvec v0.6.14
25922026-04-06T15:41:29.799Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25932026-04-06T15:41:29.972Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-04-06T15:41:30.061Z Compiling num-derive v0.3.3
25952026-04-06T15:41:30.085Z Compiling bitfield v0.19.4
25962026-04-06T15:41:30.433Z Compiling proc-macro-error-attr2 v2.0.0
25972026-04-06T15:41:30.856Z Compiling hashbrown v0.12.3
25982026-04-06T15:41:30.977Z Compiling libscf-sys v1.1.0
25992026-04-06T15:41:31.161Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26002026-04-06T15:41:31.288Z Compiling proc-macro-error2 v2.0.1
26012026-04-06T15:41:31.677Z Compiling serde-hex v0.1.0
26022026-04-06T15:41:31.926Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26032026-04-06T15:41:32.032Z Compiling ron v0.8.1
26042026-04-06T15:41:32.174Z Compiling typify-impl v0.4.3
26052026-04-06T15:41:32.554Z Compiling hashbrown v0.13.2
26062026-04-06T15:41:32.649Z Compiling vergen-gitcl v1.0.8
26072026-04-06T15:41:32.670Z Compiling dirs-sys-next v0.1.2
26082026-04-06T15:41:32.882Z Compiling crc-any v2.5.0
26092026-04-06T15:41:32.950Z Compiling diesel_derives v2.3.7
26102026-04-06T15:41:33.044Z Compiling glob v0.3.3
26112026-04-06T15:41:33.172Z Compiling maplit v1.0.2
26122026-04-06T15:41:33.172Z Compiling crunchy v0.2.4
26132026-04-06T15:41:33.315Z Compiling object v0.30.4
26142026-04-06T15:41:33.374Z Compiling dirs-next v2.0.0
26152026-04-06T15:41:33.408Z Compiling clang-sys v1.8.1
26162026-04-06T15:41:33.514Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26172026-04-06T15:41:33.535Z Compiling tabled_derive v0.11.0
26182026-04-06T15:41:33.745Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26192026-04-06T15:41:33.796Z Compiling papergrid v0.17.0
26202026-04-06T15:41:33.829Z Compiling testing_table v0.3.0
26212026-04-06T15:41:34.210Z Compiling dsl_auto_type v0.2.0
26222026-04-06T15:41:34.269Z Compiling scheduled-thread-pool v0.2.7
26232026-04-06T15:41:34.436Z Compiling diesel_table_macro_syntax v0.3.0
26242026-04-06T15:41:34.483Z Compiling path-slash v0.1.5
26252026-04-06T15:41:34.576Z Compiling tiny-keccak v2.0.2
26262026-04-06T15:41:34.610Z Compiling r2d2 v0.8.10
26272026-04-06T15:41:34.717Z Compiling term v0.7.0
26282026-04-06T15:41:34.860Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26292026-04-06T15:41:34.892Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-04-06T15:41:34.912Z Compiling xshell-macros v0.2.7
26312026-04-06T15:41:35.093Z Compiling tabled v0.20.0
26322026-04-06T15:41:35.133Z Compiling bit-vec v0.6.3
26332026-04-06T15:41:35.233Z Compiling downcast-rs v2.0.2
26342026-04-06T15:41:35.308Z Compiling xshell v0.2.7
26352026-04-06T15:41:35.369Z Compiling bit-set v0.5.3
26362026-04-06T15:41:35.388Z Compiling ascii-canvas v3.0.0
26372026-04-06T15:41:35.535Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26382026-04-06T15:41:35.559Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26392026-04-06T15:41:35.656Z Compiling itertools v0.10.5
26402026-04-06T15:41:35.659Z Compiling ena v0.14.4
26412026-04-06T15:41:35.678Z Compiling typify-macro v0.4.3
26422026-04-06T15:41:35.948Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26432026-04-06T15:41:36.039Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26442026-04-06T15:41:36.287Z Compiling libloading v0.8.9
26452026-04-06T15:41:36.521Z Compiling diff v0.1.13
26462026-04-06T15:41:36.658Z Compiling regex-syntax v0.6.29
26472026-04-06T15:41:36.790Z Compiling unicase v2.9.0
26482026-04-06T15:41:36.810Z Compiling bindgen v0.71.1
26492026-04-06T15:41:37.107Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26502026-04-06T15:41:37.222Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26512026-04-06T15:41:38.210Z Compiling lalrpop v0.19.12
26522026-04-06T15:41:38.521Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26532026-04-06T15:41:38.666Z Compiling cexpr v0.6.0
26542026-04-06T15:41:39.140Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26552026-04-06T15:41:39.315Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26562026-04-06T15:41:39.376Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26572026-04-06T15:41:39.511Z Compiling crc8 v0.1.1
26582026-04-06T15:41:39.534Z Compiling diesel v2.3.7
26592026-04-06T15:41:39.651Z Compiling typify v0.4.3
26602026-04-06T15:41:39.736Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26612026-04-06T15:41:39.793Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26622026-04-06T15:41:40.270Z Compiling headers-core v0.3.0
26632026-04-06T15:41:40.331Z Compiling libxml v0.3.3
26642026-04-06T15:41:40.436Z Compiling headers v0.4.1
26652026-04-06T15:41:40.554Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26662026-04-06T15:41:40.624Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26672026-04-06T15:41:40.918Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26682026-04-06T15:41:41.391Z Compiling strum_macros v0.24.3
26692026-04-06T15:41:41.780Z Compiling indoc v1.0.9
26702026-04-06T15:41:41.949Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26712026-04-06T15:41:42.101Z Compiling derive_builder v0.20.2
26722026-04-06T15:41:42.174Z Compiling oso-derive v0.27.3
26732026-04-06T15:41:42.194Z Compiling quick-xml v0.37.5
26742026-04-06T15:41:42.228Z Compiling impl-trait-for-tuples v0.2.3
26752026-04-06T15:41:42.271Z Compiling openssl-probe v0.1.6
26762026-04-06T15:41:42.582Z Compiling half v1.8.3
26772026-04-06T15:41:42.698Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26782026-04-06T15:41:42.720Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26792026-04-06T15:41:43.037Z Compiling serde_cbor v0.11.2
26802026-04-06T15:41:43.170Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26812026-04-06T15:41:43.438Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26822026-04-06T15:41:43.496Z Compiling bb8 v0.8.6
26832026-04-06T15:41:43.677Z Compiling trait-variant v0.1.2
26842026-04-06T15:41:43.802Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26852026-04-06T15:41:43.867Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26862026-04-06T15:41:44.046Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26872026-04-06T15:41:44.202Z Compiling fxhash v0.2.1
26882026-04-06T15:41:44.224Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26892026-04-06T15:41:44.262Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26902026-04-06T15:41:44.266Z Compiling samael v0.0.19
26912026-04-06T15:41:44.400Z Compiling progenitor-impl v0.10.0
26922026-04-06T15:41:44.542Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26932026-04-06T15:41:44.594Z Compiling kstat-rs v0.2.4
26942026-04-06T15:41:44.706Z Compiling libz-sys v1.1.24
26952026-04-06T15:41:44.895Z Compiling salty v0.3.0
26962026-04-06T15:41:45.118Z Compiling nonempty v0.12.0
26972026-04-06T15:41:45.238Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26982026-04-06T15:41:45.566Z Compiling progenitor-impl v0.11.2
26992026-04-06T15:41:45.781Z Compiling polar-core v0.27.3
27002026-04-06T15:41:45.917Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27012026-04-06T15:41:45.973Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27022026-04-06T15:41:46.071Z Compiling darling_core v0.23.0
27032026-04-06T15:41:46.561Z Compiling progenitor-macro v0.10.0
27042026-04-06T15:41:47.795Z Compiling nanorand v0.7.0
27052026-04-06T15:41:48.166Z Compiling arc-swap v1.8.2
27062026-04-06T15:41:48.234Z Compiling fs-err v2.11.0
27072026-04-06T15:41:48.470Z Compiling parking_lot_core v0.8.6
27082026-04-06T15:41:48.519Z Compiling mime_guess v2.0.5
27092026-04-06T15:41:48.676Z Compiling slog-scope v4.4.1
27102026-04-06T15:41:48.776Z Compiling darling_macro v0.23.0
27112026-04-06T15:41:49.037Z Compiling flume v0.11.1
27122026-04-06T15:41:49.135Z Compiling progenitor-macro v0.11.2
27132026-04-06T15:41:49.308Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27142026-04-06T15:41:49.454Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27152026-04-06T15:41:50.445Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27162026-04-06T15:41:50.631Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27172026-04-06T15:41:50.982Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27182026-04-06T15:41:52.236Z Compiling progenitor v0.10.0
27192026-04-06T15:41:53.126Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27202026-04-06T15:41:53.484Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27212026-04-06T15:41:54.069Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27222026-04-06T15:41:54.928Z Compiling oso v0.27.3
27232026-04-06T15:41:54.979Z Compiling progenitor-client v0.11.2
27242026-04-06T15:41:55.770Z Compiling git-stub v1.0.0
27252026-04-06T15:41:56.047Z Compiling libgit2-sys v0.18.3+1.9.2
27262026-04-06T15:41:56.470Z Compiling instability v0.3.11
27272026-04-06T15:41:57.513Z Compiling async-bb8-diesel v0.2.1
27282026-04-06T15:41:57.624Z Compiling diesel-dtrace v0.5.0
27292026-04-06T15:41:58.009Z Compiling git-stub-vcs v0.1.0
27302026-04-06T15:41:58.361Z Compiling progenitor v0.11.2
27312026-04-06T15:41:58.551Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27322026-04-06T15:41:58.604Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27332026-04-06T15:42:00.108Z Compiling darling v0.23.0
27342026-04-06T15:42:00.266Z Compiling slog-stdlog v4.1.1
27352026-04-06T15:42:00.960Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27362026-04-06T15:42:01.073Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27372026-04-06T15:42:01.145Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27382026-04-06T15:42:01.372Z Compiling ignore v0.4.25
27392026-04-06T15:42:02.242Z Compiling primeorder v0.13.6
27402026-04-06T15:42:02.557Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27412026-04-06T15:42:03.524Z Compiling castaway v0.2.4
27422026-04-06T15:42:03.548Z Compiling atty v0.2.14
27432026-04-06T15:42:03.677Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27442026-04-06T15:42:03.699Z Compiling indoc v2.0.7
27452026-04-06T15:42:03.933Z Compiling http-range v0.1.5
27462026-04-06T15:42:03.961Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27472026-04-06T15:42:04.134Z Compiling parse-size v1.1.0
27482026-04-06T15:42:04.264Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27492026-04-06T15:42:04.296Z Compiling compact_str v0.8.1
27502026-04-06T15:42:04.358Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-04-06T15:42:04.841Z Compiling p384 v0.13.1
27522026-04-06T15:42:06.388Z Compiling globwalk v0.9.1
27532026-04-06T15:42:06.751Z Compiling parking_lot v0.11.2
27542026-04-06T15:42:06.916Z Compiling slog-envlogger v2.2.0
27552026-04-06T15:42:07.039Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27562026-04-06T15:42:07.060Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27572026-04-06T15:42:07.518Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27582026-04-06T15:42:07.597Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27592026-04-06T15:42:07.681Z Compiling predicates-tree v1.0.13
27602026-04-06T15:42:07.783Z Compiling unicode-truncate v1.1.0
27612026-04-06T15:42:08.003Z Compiling lru v0.12.5
27622026-04-06T15:42:08.095Z Compiling prefix-trie v0.7.0
27632026-04-06T15:42:08.135Z Compiling rand_seeder v0.4.0
27642026-04-06T15:42:08.224Z Compiling vergen-git2 v1.0.7
27652026-04-06T15:42:08.280Z Compiling cassowary v0.3.0
27662026-04-06T15:42:08.369Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27672026-04-06T15:42:08.390Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-04-06T15:42:08.482Z Compiling camino-tempfile-ext v0.3.3
27692026-04-06T15:42:08.581Z Compiling ratatui v0.29.0
27702026-04-06T15:42:08.604Z Compiling hickory-server v0.25.2
27712026-04-06T15:42:08.675Z Compiling hyper-staticfile v0.10.1
27722026-04-06T15:42:09.121Z Compiling sled v0.34.7
27732026-04-06T15:42:09.901Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27742026-04-06T15:42:10.158Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27752026-04-06T15:42:10.578Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-04-06T15:42:10.799Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27772026-04-06T15:42:11.095Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27782026-04-06T15:42:11.421Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27792026-04-06T15:42:11.990Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27802026-04-06T15:42:12.259Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-04-06T15:42:12.514Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27822026-04-06T15:42:12.713Z Compiling rustls v0.21.12
27832026-04-06T15:42:12.754Z Compiling corncobs v0.1.4
27842026-04-06T15:42:12.930Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27852026-04-06T15:42:13.026Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-04-06T15:42:13.205Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27872026-04-06T15:42:13.511Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27882026-04-06T15:42:13.681Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27892026-04-06T15:42:13.824Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-04-06T15:42:14.117Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27912026-04-06T15:42:14.194Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27922026-04-06T15:42:14.234Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27932026-04-06T15:42:14.288Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27942026-04-06T15:42:17.082Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27952026-04-06T15:42:17.322Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27962026-04-06T15:42:17.345Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27972026-04-06T15:42:17.582Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27982026-04-06T15:42:17.610Z Compiling sct v0.7.1
27992026-04-06T15:42:17.665Z Compiling rustls-webpki v0.101.7
28002026-04-06T15:42:17.805Z Compiling nix v0.29.0
28012026-04-06T15:42:17.915Z Compiling secrecy v0.8.0
28022026-04-06T15:42:18.108Z Compiling void v1.0.2
28032026-04-06T15:42:18.219Z Compiling lzss v0.8.2
28042026-04-06T15:42:19.016Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28052026-04-06T15:42:19.220Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28062026-04-06T15:42:19.344Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28072026-04-06T15:42:20.148Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28082026-04-06T15:42:20.624Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28092026-04-06T15:42:20.694Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28102026-04-06T15:42:20.894Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28112026-04-06T15:42:21.136Z Compiling tungstenite v0.23.0
28122026-04-06T15:42:21.356Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28132026-04-06T15:42:21.400Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28142026-04-06T15:42:21.584Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28152026-04-06T15:42:21.625Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28162026-04-06T15:42:21.814Z Compiling nix v0.27.1
28172026-04-06T15:42:21.852Z Compiling serde_bytes v0.11.19
28182026-04-06T15:42:22.023Z Compiling tokio-tungstenite v0.23.1
28192026-04-06T15:42:22.203Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28202026-04-06T15:42:22.389Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28212026-04-06T15:42:22.886Z Compiling git2 v0.20.4
28222026-04-06T15:42:22.908Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28232026-04-06T15:42:22.996Z Compiling tokio-rustls v0.24.1
28242026-04-06T15:42:23.282Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28252026-04-06T15:42:23.870Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28262026-04-06T15:42:23.929Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28272026-04-06T15:42:24.340Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28282026-04-06T15:42:26.054Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28292026-04-06T15:42:26.330Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28302026-04-06T15:42:26.487Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28312026-04-06T15:42:27.469Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28322026-04-06T15:42:28.574Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28332026-04-06T15:42:29.385Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28342026-04-06T15:42:30.255Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28352026-04-06T15:42:30.422Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28362026-04-06T15:42:31.423Z Compiling rustls-pemfile v1.0.4
28372026-04-06T15:42:31.850Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28382026-04-06T15:42:32.142Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28392026-04-06T15:42:32.347Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28402026-04-06T15:42:34.136Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28412026-04-06T15:42:35.356Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28422026-04-06T15:42:35.379Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28432026-04-06T15:42:36.002Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28442026-04-06T15:42:36.232Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28452026-04-06T15:42:36.253Z Compiling signal-hook-tokio v0.3.1
28462026-04-06T15:42:36.447Z Compiling twox-hash v2.1.2
28472026-04-06T15:42:36.745Z Compiling yasna v0.5.2
28482026-04-06T15:42:36.771Z Compiling is_ci v1.2.0
28492026-04-06T15:42:36.981Z Compiling supports-color v3.0.2
28502026-04-06T15:42:37.025Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28512026-04-06T15:42:37.141Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28522026-04-06T15:42:37.222Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28532026-04-06T15:42:37.298Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28542026-04-06T15:42:37.794Z Compiling rcgen v0.12.1
28552026-04-06T15:42:38.070Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28562026-04-06T15:42:38.316Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28572026-04-06T15:42:38.644Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28582026-04-06T15:42:39.008Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28592026-04-06T15:42:40.322Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28602026-04-06T15:42:41.236Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28612026-04-06T15:42:41.742Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28622026-04-06T15:42:42.223Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28632026-04-06T15:42:42.453Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28642026-04-06T15:42:42.678Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28652026-04-06T15:42:42.901Z Compiling fatfs v0.3.6
28662026-04-06T15:42:42.961Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28672026-04-06T15:42:43.182Z Compiling subprocess v0.2.15
28682026-04-06T15:42:44.146Z Compiling rtoolbox v0.0.3
28692026-04-06T15:42:44.399Z Compiling assert_matches v1.5.0
28702026-04-06T15:42:44.514Z Compiling seq-macro v0.3.6
28712026-04-06T15:42:45.009Z Compiling rpassword v7.4.0
28722026-04-06T15:42:45.101Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28732026-04-06T15:42:45.314Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28742026-04-06T15:42:45.439Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28752026-04-06T15:42:46.313Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28762026-04-06T15:42:46.617Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28772026-04-06T15:42:46.754Z Compiling tui-tree-widget v0.23.1
28782026-04-06T15:42:47.039Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28792026-04-06T15:42:47.542Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28802026-04-06T15:42:48.061Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28812026-04-06T15:42:48.341Z Compiling uzers v0.12.2
28822026-04-06T15:42:48.710Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28832026-04-06T15:42:49.776Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28842026-04-06T15:42:50.736Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28852026-04-06T15:42:51.516Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28862026-04-06T15:42:54.144Z Compiling support-bundle-viewer v0.1.2
28872026-04-06T15:42:56.064Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28882026-04-06T15:42:56.417Z Compiling multimap v0.10.1
28892026-04-06T15:43:04.357Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28902026-04-06T15:43:14.067Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28912026-04-06T15:43:15.283Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28922026-04-06T15:43:17.705Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28932026-04-06T15:49:35.864Z Finished `release` profile [optimized] target(s) in 8m 31s
28942026-04-06T15:50:17.745Z
28952026-04-06T15:50:17.745Zreal 9:14.619774008
28962026-04-06T15:50:17.751Zuser 1:18:09.741446948
28972026-04-06T15:50:17.751Zsys 3:20.113402388
28982026-04-06T15:50:17.751Ztrap 1.781368610
28992026-04-06T15:50:17.751Ztflt 2.007422219
29002026-04-06T15:50:17.751Zdflt 16.083996243
29012026-04-06T15:50:17.751Zkflt 0.072194806
29022026-04-06T15:50:17.751Zlock 7:01:24.989605806
29032026-04-06T15:50:17.751Zslp 2:13:52.465389810
29042026-04-06T15:50:17.751Zlat 2:28.830935030
29052026-04-06T15:50:17.751Zstop 5:06.958558068
29062026-04-06T15:50:17.752Z+ mapfile -t packages
29072026-04-06T15:50:17.752Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29082026-04-06T15:50:18.691Z Finished `release` profile [optimized] target(s) in 0.93s
29092026-04-06T15:50:18.759Z Running `target/release/omicron-package -t test list-outputs`
29102026-04-06T15:50:18.810ZLogging to: /work/oxidecomputer/omicron/out/LOG
29112026-04-06T15:50:18.813Z+ ptime -m cargo build --locked --release -p xtask
29122026-04-06T15:50:19.339Z Compiling libc v0.2.180
29132026-04-06T15:50:19.339Z Compiling serde v1.0.228
29142026-04-06T15:50:19.339Z Compiling serde_core v1.0.228
29152026-04-06T15:50:19.342Z Compiling rustix v1.1.3
29162026-04-06T15:50:19.432Z Compiling bitflags v2.11.0
29172026-04-06T15:50:19.440Z Compiling serde_json v1.0.149
29182026-04-06T15:50:19.475Z Compiling num-traits v0.2.19
29192026-04-06T15:50:19.478Z Compiling hashbrown v0.16.1
29202026-04-06T15:50:19.483Z Compiling syn v2.0.117
29212026-04-06T15:50:19.504Z Compiling smallvec v1.15.1
29222026-04-06T15:50:19.524Z Compiling usdt-impl v0.5.0
29232026-04-06T15:50:19.534Z Compiling syn v1.0.109
29242026-04-06T15:50:19.546Z Compiling log v0.4.29
29252026-04-06T15:50:19.546Z Compiling getrandom v0.4.1
29262026-04-06T15:50:19.684Z Compiling percent-encoding v2.3.2
29272026-04-06T15:50:19.844Z Compiling form_urlencoded v1.2.2
29282026-04-06T15:50:19.944Z Compiling fs-err v3.3.0
29292026-04-06T15:50:19.946Z Compiling once_cell v1.21.3
29302026-04-06T15:50:19.954Z Compiling anyhow v1.0.102
29312026-04-06T15:50:19.976Z Compiling heck v0.4.1
29322026-04-06T15:50:20.076Z Compiling indexmap v2.13.0
29332026-04-06T15:50:20.195Z Compiling errno v0.3.14
29342026-04-06T15:50:20.195Z Compiling thread-id v4.2.2
29352026-04-06T15:50:20.198Z Compiling memmap v0.7.0
29362026-04-06T15:50:20.482Z Compiling ordered-float v2.10.1
29372026-04-06T15:50:21.020Z Compiling proc-macro-error v1.0.4
29382026-04-06T15:50:21.209Z Compiling terminal_size v0.4.3
29392026-04-06T15:50:21.212Z Compiling tempfile v3.25.0
29402026-04-06T15:50:21.264Z Compiling tabled_derive v0.7.0
29412026-04-06T15:50:21.308Z Compiling clap_builder v4.5.60
29422026-04-06T15:50:21.308Z Compiling textwrap v0.16.2
29432026-04-06T15:50:21.443Z Compiling camino-tempfile v1.4.1
29442026-04-06T15:50:21.938Z Compiling tabled v0.15.0
29452026-04-06T15:50:22.042Z Compiling synstructure v0.13.2
29462026-04-06T15:50:22.042Z Compiling pest_generator v2.8.6
29472026-04-06T15:50:22.439Z Compiling serde_derive v1.0.228
29482026-04-06T15:50:22.439Z Compiling zerofrom-derive v0.1.6
29492026-04-06T15:50:22.442Z Compiling yoke-derive v0.8.1
29502026-04-06T15:50:22.442Z Compiling zerovec-derive v0.11.2
29512026-04-06T15:50:22.442Z Compiling displaydoc v0.2.5
29522026-04-06T15:50:22.442Z Compiling thiserror-impl v1.0.69
29532026-04-06T15:50:22.442Z Compiling zerocopy-derive v0.7.35
29542026-04-06T15:50:22.442Z Compiling scroll_derive v0.12.1
29552026-04-06T15:50:22.442Z Compiling thiserror-impl v2.0.18
29562026-04-06T15:50:22.442Z Compiling clap_derive v4.5.55
29572026-04-06T15:50:22.591Z Compiling pest_derive v2.8.6
29582026-04-06T15:50:23.135Z Compiling scroll v0.12.0
29592026-04-06T15:50:23.212Z Compiling zerocopy v0.7.35
29602026-04-06T15:50:23.435Z Compiling goblin v0.8.2
29612026-04-06T15:50:23.533Z Compiling thiserror v1.0.69
29622026-04-06T15:50:23.546Z Compiling zerofrom v0.1.6
29632026-04-06T15:50:23.620Z Compiling dtrace-parser v0.2.0
29642026-04-06T15:50:23.650Z Compiling yoke v0.8.1
29652026-04-06T15:50:23.677Z Compiling thiserror v2.0.18
29662026-04-06T15:50:23.861Z Compiling zerovec v0.11.5
29672026-04-06T15:50:24.087Z Compiling zerotrie v0.2.3
29682026-04-06T15:50:24.172Z Compiling clap v4.5.60
29692026-04-06T15:50:24.492Z Compiling tinystr v0.8.2
29702026-04-06T15:50:24.548Z Compiling potential_utf v0.1.4
29712026-04-06T15:50:24.730Z Compiling icu_locale_core v2.1.1
29722026-04-06T15:50:24.752Z Compiling icu_collections v2.1.1
29732026-04-06T15:50:25.511Z Compiling icu_provider v2.1.1
29742026-04-06T15:50:25.649Z Compiling serde_spanned v0.6.9
29752026-04-06T15:50:25.734Z Compiling toml_datetime v0.6.11
29762026-04-06T15:50:25.798Z Compiling icu_properties v2.1.2
29772026-04-06T15:50:25.836Z Compiling icu_normalizer v2.1.1
29782026-04-06T15:50:25.954Z Compiling toml_edit v0.22.27
29792026-04-06T15:50:26.018Z Compiling dof v0.3.0
29802026-04-06T15:50:26.122Z Compiling serde_tokenstream v0.2.3
29812026-04-06T15:50:26.142Z Compiling serde-value v0.7.0
29822026-04-06T15:50:26.180Z Compiling cargo-platform v0.2.0
29832026-04-06T15:50:26.465Z Compiling macaddr v1.0.1
29842026-04-06T15:50:26.775Z Compiling idna_adapter v1.2.1
29852026-04-06T15:50:26.905Z Compiling idna v1.1.0
29862026-04-06T15:50:27.039Z Compiling usdt-macro v0.5.0
29872026-04-06T15:50:27.097Z Compiling usdt-attr-macro v0.5.0
29882026-04-06T15:50:27.281Z Compiling url v2.5.8
29892026-04-06T15:50:27.658Z Compiling toml v0.8.23
29902026-04-06T15:50:27.766Z Compiling usdt v0.5.0
29912026-04-06T15:50:28.212Z Compiling cargo-util-schemas v0.8.2
29922026-04-06T15:50:28.276Z Compiling cargo_toml v0.21.0
29932026-04-06T15:50:29.254Z Compiling cargo_metadata v0.21.0
29942026-04-06T15:50:32.397Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29952026-04-06T15:50:35.436Z Finished `release` profile [optimized] target(s) in 16.61s
29962026-04-06T15:50:35.558Z
29972026-04-06T15:50:35.561Zreal 16.711997639
29982026-04-06T15:50:35.561Zuser 2:24.007005707
29992026-04-06T15:50:35.561Zsys 16.488291326
30002026-04-06T15:50:35.561Ztrap 0.110000441
30012026-04-06T15:50:35.561Ztflt 0.492043428
30022026-04-06T15:50:35.562Zdflt 1.368224296
30032026-04-06T15:50:35.562Zkflt 0.000065716
30042026-04-06T15:50:35.562Zlock 5:30.139899866
30052026-04-06T15:50:35.562Zslp 3:37.930317440
30062026-04-06T15:50:35.562Zlat 6.630683237
30072026-04-06T15:50:35.562Zstop 17.739455979
30082026-04-06T15:50:35.562Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30092026-04-06T15:50:35.562Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30102026-04-06T15:50:35.562Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30112026-04-06T15:50:35.562Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30122026-04-06T15:50:35.562Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30132026-04-06T15:50:36.469Z Compiling regress v0.10.5
30142026-04-06T15:50:36.469Z Compiling newtype-uuid-macros v0.1.0
30152026-04-06T15:50:36.472Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30162026-04-06T15:50:36.472Z Compiling progenitor-client v0.13.0
30172026-04-06T15:50:36.472Z Compiling structmeta-derive v0.3.0
30182026-04-06T15:50:36.655Z Compiling rustls v0.22.4
30192026-04-06T15:50:36.658Z Compiling rustls-webpki v0.102.8
30202026-04-06T15:50:36.658Z Compiling multer v3.1.0
30212026-04-06T15:50:36.658Z Compiling match_cfg v0.1.0
30222026-04-06T15:50:36.658Z Compiling debug-ignore v1.0.5
30232026-04-06T15:50:36.658Z Compiling slog-json v2.6.1
30242026-04-06T15:50:36.675Z Compiling async-stream-impl v0.3.6
30252026-04-06T15:50:36.675Z Compiling serde_spanned v1.0.4
30262026-04-06T15:50:36.675Z Compiling dropshot v0.16.7
30272026-04-06T15:50:36.678Z Compiling toml_writer v1.0.6+spec-1.1.0
30282026-04-06T15:50:36.678Z Compiling itertools v0.14.0
30292026-04-06T15:50:36.887Z Compiling toml v0.9.12+spec-1.1.0
30302026-04-06T15:50:36.928Z Compiling hostname v0.3.1
30312026-04-06T15:50:36.945Z Compiling waitgroup v0.1.2
30322026-04-06T15:50:36.949Z Compiling rustls-pemfile v2.2.0
30332026-04-06T15:50:36.949Z Compiling dropshot_endpoint v0.16.7
30342026-04-06T15:50:37.031Z Compiling slog-bunyan v2.5.0
30352026-04-06T15:50:37.081Z Compiling serde_path_to_error v0.1.20
30362026-04-06T15:50:37.084Z Compiling hostname v0.4.2
30372026-04-06T15:50:37.123Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30382026-04-06T15:50:37.126Z Compiling macaddr v1.0.1
30392026-04-06T15:50:37.157Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30402026-04-06T15:50:37.173Z Compiling instant v0.1.13
30412026-04-06T15:50:37.189Z Compiling progenitor-client v0.10.0
30422026-04-06T15:50:37.246Z Compiling backon v1.6.0
30432026-04-06T15:50:37.327Z Compiling backoff v0.4.0
30442026-04-06T15:50:37.390Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30452026-04-06T15:50:37.402Z Compiling async-stream v0.3.6
30462026-04-06T15:50:37.435Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30472026-04-06T15:50:37.455Z Compiling progenitor-extras v0.1.1
30482026-04-06T15:50:37.473Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30492026-04-06T15:50:37.521Z Compiling toml v0.8.23
30502026-04-06T15:50:37.558Z Compiling universal-hash v0.5.1
30512026-04-06T15:50:37.577Z Compiling opaque-debug v0.3.1
30522026-04-06T15:50:37.593Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30532026-04-06T15:50:37.608Z Compiling half v2.7.1
30542026-04-06T15:50:37.659Z Compiling ciborium-io v0.2.2
30552026-04-06T15:50:37.677Z Compiling crucible-workspace-hack v0.1.0
30562026-04-06T15:50:37.711Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30572026-04-06T15:50:37.737Z Compiling convert_case v0.4.0
30582026-04-06T15:50:37.755Z Compiling unsafe-libyaml v0.2.11
30592026-04-06T15:50:37.755Z Compiling structmeta v0.3.0
30602026-04-06T15:50:37.786Z Compiling aead v0.5.2
30612026-04-06T15:50:37.840Z Compiling secrecy v0.10.3
30622026-04-06T15:50:37.897Z Compiling ciborium-ll v0.2.2
30632026-04-06T15:50:37.999Z Compiling poly1305 v0.8.0
30642026-04-06T15:50:38.016Z Compiling chacha20 v0.9.1
30652026-04-06T15:50:38.034Z Compiling derive-ex v0.1.8
30662026-04-06T15:50:38.037Z Compiling parse-display-derive v0.10.0
30672026-04-06T15:50:38.037Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
30682026-04-06T15:50:38.037Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30692026-04-06T15:50:38.099Z Compiling ciborium v0.2.2
30702026-04-06T15:50:38.137Z Compiling derive_more v0.99.20
30712026-04-06T15:50:38.140Z Compiling typify-impl v0.6.1
30722026-04-06T15:50:38.173Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
30732026-04-06T15:50:38.204Z Compiling thiserror-impl-no-std v2.0.2
30742026-04-06T15:50:38.294Z Compiling serde_yaml v0.9.34+deprecated
30752026-04-06T15:50:38.392Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30762026-04-06T15:50:38.459Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
30772026-04-06T15:50:38.517Z Compiling byte-wrapper v0.1.0
30782026-04-06T15:50:38.535Z Compiling blake2 v0.10.6
30792026-04-06T15:50:38.535Z Compiling password-hash v0.5.0
30802026-04-06T15:50:38.705Z Compiling chacha20poly1305 v0.10.1
30812026-04-06T15:50:38.780Z Compiling indent_write v2.2.0
30822026-04-06T15:50:38.806Z Compiling argon2 v0.5.3
30832026-04-06T15:50:38.879Z Compiling heapless v0.8.0
30842026-04-06T15:50:38.895Z Compiling ingot-macros v0.1.1
30852026-04-06T15:50:38.939Z Compiling toml_edit v0.23.10+spec-1.0.0
30862026-04-06T15:50:38.984Z Compiling hash32 v0.3.1
30872026-04-06T15:50:39.117Z Compiling tokio-rustls v0.25.0
30882026-04-06T15:50:39.168Z Compiling smoltcp v0.11.0
30892026-04-06T15:50:39.208Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30902026-04-06T15:50:39.435Z Compiling thiserror-no-std v2.0.2
30912026-04-06T15:50:39.553Z Compiling vsss-rs v3.3.4
30922026-04-06T15:50:39.571Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30932026-04-06T15:50:39.810Z Compiling proc-macro-crate v3.4.0
30942026-04-06T15:50:39.825Z Compiling parse-display v0.10.0
30952026-04-06T15:50:39.828Z Compiling tabwriter v1.4.1
30962026-04-06T15:50:39.876Z Compiling test-strategy v0.4.5
30972026-04-06T15:50:39.879Z Compiling cobs v0.3.0
30982026-04-06T15:50:40.046Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30992026-04-06T15:50:40.061Z Compiling postcard v1.1.3
31002026-04-06T15:50:40.127Z Compiling proc-macro-error v1.0.4
31012026-04-06T15:50:40.165Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31022026-04-06T15:50:40.180Z Compiling proc-macro-crate v1.3.1
31032026-04-06T15:50:40.283Z Compiling foreign-types-macros v0.2.3
31042026-04-06T15:50:40.299Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31052026-04-06T15:50:40.377Z Compiling num_enum_derive v0.7.5
31062026-04-06T15:50:40.432Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31072026-04-06T15:50:40.470Z Compiling colored v3.1.1
31082026-04-06T15:50:40.616Z Compiling foreign-types-shared v0.3.1
31092026-04-06T15:50:40.634Z Compiling rayon-core v1.13.0
31102026-04-06T15:50:40.656Z Compiling cpufeatures v0.3.0
31112026-04-06T15:50:40.726Z Compiling num_enum_derive v0.5.11
31122026-04-06T15:50:40.760Z Compiling chacha20 v0.10.0
31132026-04-06T15:50:40.792Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31142026-04-06T15:50:40.858Z Compiling crossbeam-deque v0.8.6
31152026-04-06T15:50:40.878Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31162026-04-06T15:50:40.894Z Compiling num-rational v0.4.2
31172026-04-06T15:50:40.917Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31182026-04-06T15:50:40.920Z Compiling foreign-types v0.5.0
31192026-04-06T15:50:41.002Z Compiling num-complex v0.4.6
31202026-04-06T15:50:41.034Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31212026-04-06T15:50:41.074Z Compiling cstr-argument v0.1.2
31222026-04-06T15:50:41.113Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31232026-04-06T15:50:41.259Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31242026-04-06T15:50:41.355Z Compiling num v0.4.3
31252026-04-06T15:50:41.395Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31262026-04-06T15:50:41.423Z Compiling rand v0.10.0
31272026-04-06T15:50:41.442Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31282026-04-06T15:50:41.458Z Compiling camino-tempfile v1.4.1
31292026-04-06T15:50:41.480Z Compiling num_enum v0.7.5
31302026-04-06T15:50:41.514Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31312026-04-06T15:50:41.531Z Compiling float-ord v0.3.2
31322026-04-06T15:50:41.548Z Compiling rayon v1.11.0
31332026-04-06T15:50:41.551Z Compiling zone_cfg_derive v0.3.1
31342026-04-06T15:50:41.631Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31352026-04-06T15:50:41.676Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31362026-04-06T15:50:41.716Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31372026-04-06T15:50:41.820Z Compiling ingot-types v0.1.2
31382026-04-06T15:50:41.864Z Compiling num_enum v0.5.11
31392026-04-06T15:50:41.883Z Compiling itertools v0.12.1
31402026-04-06T15:50:41.920Z Compiling num-derive v0.4.2
31412026-04-06T15:50:41.923Z Compiling sigpipe v0.1.3
31422026-04-06T15:50:41.966Z Compiling glob v0.3.3
31432026-04-06T15:50:41.983Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31442026-04-06T15:50:41.986Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31452026-04-06T15:50:42.017Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31462026-04-06T15:50:42.020Z Compiling smf v0.2.3
31472026-04-06T15:50:42.047Z Compiling whoami v1.6.1
31482026-04-06T15:50:42.201Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31492026-04-06T15:50:42.275Z Compiling ingot v0.1.1
31502026-04-06T15:50:42.328Z Compiling prettyplease v0.2.37
31512026-04-06T15:50:42.346Z Compiling gethostname v0.5.0
31522026-04-06T15:50:42.374Z Compiling usdt-attr-macro v0.5.0
31532026-04-06T15:50:42.391Z Compiling usdt-macro v0.5.0
31542026-04-06T15:50:42.409Z Compiling memmap v0.7.0
31552026-04-06T15:50:42.495Z Compiling atomicwrites v0.4.4
31562026-04-06T15:50:42.588Z Compiling derive-where v1.6.0
31572026-04-06T15:50:42.591Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31582026-04-06T15:50:42.622Z Compiling owo-colors v4.3.0
31592026-04-06T15:50:42.723Z Compiling resolv-conf v0.7.6
31602026-04-06T15:50:42.752Z Compiling typify-macro v0.6.1
31612026-04-06T15:50:42.770Z Compiling cancel-safe-futures v0.1.5
31622026-04-06T15:50:42.902Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31632026-04-06T15:50:43.044Z Compiling zone v0.3.1
31642026-04-06T15:50:43.048Z Compiling libsw-core v0.3.2
31652026-04-06T15:50:43.104Z Compiling async-recursion v1.1.1
31662026-04-06T15:50:43.222Z Compiling usdt v0.5.0
31672026-04-06T15:50:43.260Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31682026-04-06T15:50:43.323Z Compiling libsw v3.5.0
31692026-04-06T15:50:43.436Z Compiling linear-map v1.2.0
31702026-04-06T15:50:43.493Z Compiling libefi-sys v0.1.0
31712026-04-06T15:50:43.529Z Compiling console v0.15.11
31722026-04-06T15:50:44.548Z Compiling hickory-proto v0.24.4
31732026-04-06T15:50:44.552Z Compiling newline-converter v0.3.0
31742026-04-06T15:50:44.552Z Compiling bitfield-struct v0.6.2
31752026-04-06T15:50:44.552Z Compiling linked-hash-map v0.5.6
31762026-04-06T15:50:44.552Z Compiling semver v0.1.20
31772026-04-06T15:50:44.552Z Compiling tokio-dtrace v0.1.1
31782026-04-06T15:50:44.552Z Compiling dropshot-api-manager-types v0.6.0
31792026-04-06T15:50:44.552Z Compiling expectorate v1.2.0
31802026-04-06T15:50:44.552Z Compiling lru-cache v0.1.2
31812026-04-06T15:50:44.552Z Compiling rustc_version v0.1.7
31822026-04-06T15:50:44.552Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31832026-04-06T15:50:44.552Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31842026-04-06T15:50:44.552Z Compiling pin-project-internal v1.1.11
31852026-04-06T15:50:44.552Z Compiling slog-dtrace v0.3.0
31862026-04-06T15:50:44.552Z Compiling minimal-lexical v0.2.1
31872026-04-06T15:50:44.552Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31882026-04-06T15:50:44.552Z Compiling oxide-tokio-rt v0.1.3
31892026-04-06T15:50:44.552Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31902026-04-06T15:50:44.552Z Compiling typify-impl v0.4.3
31912026-04-06T15:50:44.552Z Compiling newtype_derive v0.1.6
31922026-04-06T15:50:44.552Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31932026-04-06T15:50:44.552Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31942026-04-06T15:50:44.552Z Compiling nom v7.1.3
31952026-04-06T15:50:44.552Z Compiling phf_shared v0.12.1
31962026-04-06T15:50:44.552Z Compiling pem v3.0.6
31972026-04-06T15:50:44.552Z Compiling snafu-derive v0.8.9
31982026-04-06T15:50:44.553Z Compiling csv-core v0.1.13
31992026-04-06T15:50:44.613Z Compiling typify v0.6.1
32002026-04-06T15:50:44.630Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012026-04-06T15:50:44.684Z Compiling highway v1.3.0
32022026-04-06T15:50:44.753Z Compiling progenitor-impl v0.13.0
32032026-04-06T15:50:44.771Z Compiling xshell-macros v0.2.7
32042026-04-06T15:50:44.801Z Compiling same-file v1.0.6
32052026-04-06T15:50:44.853Z Compiling chrono-tz v0.10.4
32062026-04-06T15:50:44.873Z Compiling const_format_proc_macros v0.2.34
32072026-04-06T15:50:45.054Z Compiling walkdir v2.5.0
32082026-04-06T15:50:45.089Z Compiling csv v1.4.0
32092026-04-06T15:50:45.105Z Compiling phf v0.12.1
32102026-04-06T15:50:45.216Z Compiling xshell v0.2.7
32112026-04-06T15:50:45.264Z Compiling pin-project v1.1.11
32122026-04-06T15:50:45.295Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32132026-04-06T15:50:45.406Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32142026-04-06T15:50:45.422Z Compiling globset v0.4.18
32152026-04-06T15:50:45.508Z Compiling olpc-cjson v0.1.4
32162026-04-06T15:50:45.607Z Compiling primeorder v0.13.6
32172026-04-06T15:50:45.655Z Compiling hickory-resolver v0.24.4
32182026-04-06T15:50:45.673Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32192026-04-06T15:50:45.709Z Compiling serde_plain v1.0.2
32202026-04-06T15:50:45.786Z Compiling typed-path v0.9.3
32212026-04-06T15:50:45.793Z Compiling const_format v0.2.35
32222026-04-06T15:50:45.793Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32232026-04-06T15:50:45.899Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32242026-04-06T15:50:46.077Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32252026-04-06T15:50:46.110Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32262026-04-06T15:50:46.145Z Compiling tabled_derive v0.7.0
32272026-04-06T15:50:46.321Z Compiling bcs v0.1.6
32282026-04-06T15:50:46.451Z Compiling snafu v0.8.9
32292026-04-06T15:50:46.673Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32302026-04-06T15:50:46.690Z Compiling qorb v0.4.1
32312026-04-06T15:50:46.739Z Compiling tough v0.20.0
32322026-04-06T15:50:46.758Z Compiling radium v0.7.0
32332026-04-06T15:50:46.780Z Compiling salty v0.3.0
32342026-04-06T15:50:46.871Z Compiling termtree v0.5.1
32352026-04-06T15:50:47.058Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32362026-04-06T15:50:47.079Z Compiling textwrap v0.16.2
32372026-04-06T15:50:47.112Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32382026-04-06T15:50:47.151Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32392026-04-06T15:50:47.210Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32402026-04-06T15:50:47.294Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32412026-04-06T15:50:47.353Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32422026-04-06T15:50:47.401Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32432026-04-06T15:50:47.427Z Compiling progenitor-macro v0.13.0
32442026-04-06T15:50:47.569Z Compiling tabled v0.15.0
32452026-04-06T15:50:47.603Z Compiling steno v0.4.1
32462026-04-06T15:50:47.664Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32472026-04-06T15:50:47.831Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32482026-04-06T15:50:47.846Z Compiling tap v1.0.1
32492026-04-06T15:50:47.862Z Compiling base64 v0.21.7
32502026-04-06T15:50:47.959Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32512026-04-06T15:50:47.990Z Compiling humantime v2.3.0
32522026-04-06T15:50:48.230Z Compiling maybe-uninit v2.0.0
32532026-04-06T15:50:48.272Z Compiling tagptr v0.2.0
32542026-04-06T15:50:48.298Z Compiling wyz v0.5.1
32552026-04-06T15:50:48.450Z Compiling moka v0.12.13
32562026-04-06T15:50:48.610Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32572026-04-06T15:50:48.824Z Compiling typify-macro v0.4.3
32582026-04-06T15:50:48.841Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32592026-04-06T15:50:49.041Z Compiling p384 v0.13.1
32602026-04-06T15:50:49.107Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32612026-04-06T15:50:49.220Z Compiling funty v2.0.0
32622026-04-06T15:50:49.237Z Compiling packed_struct v0.10.1
32632026-04-06T15:50:49.275Z Compiling parking_lot_core v0.8.6
32642026-04-06T15:50:49.400Z Compiling hickory-resolver v0.25.2
32652026-04-06T15:50:49.417Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32662026-04-06T15:50:49.527Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32672026-04-06T15:50:49.571Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32682026-04-06T15:50:49.657Z Compiling bitvec v1.0.1
32692026-04-06T15:50:49.977Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32702026-04-06T15:50:49.994Z Compiling polyval v0.6.2
32712026-04-06T15:50:50.199Z Compiling git-stub v1.0.0
32722026-04-06T15:50:50.259Z Compiling packed_struct_codegen v0.10.1
32732026-04-06T15:50:50.338Z Compiling bitfield-macros v0.19.4
32742026-04-06T15:50:50.506Z Compiling zerocopy-derive v0.6.6
32752026-04-06T15:50:50.549Z Compiling proc-macro-error-attr2 v2.0.0
32762026-04-06T15:50:50.623Z Compiling typify v0.4.3
32772026-04-06T15:50:50.753Z Compiling indexmap v1.9.3
32782026-04-06T15:50:50.774Z Compiling utf-8 v0.7.6
32792026-04-06T15:50:50.800Z Compiling crc-catalog v2.4.0
32802026-04-06T15:50:50.924Z Compiling nodrop v0.1.14
32812026-04-06T15:50:50.981Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32822026-04-06T15:50:50.999Z Compiling proc-macro-error2 v2.0.1
32832026-04-06T15:50:51.002Z Compiling tungstenite v0.21.0
32842026-04-06T15:50:51.049Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32852026-04-06T15:50:51.066Z Compiling array-init v0.0.4
32862026-04-06T15:50:51.084Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32872026-04-06T15:50:51.107Z Compiling crc v3.4.0
32882026-04-06T15:50:51.124Z Compiling bitfield v0.19.4
32892026-04-06T15:50:51.235Z Compiling git-stub-vcs v0.1.0
32902026-04-06T15:50:51.294Z Compiling ghash v0.5.1
32912026-04-06T15:50:51.312Z Compiling smallvec v0.6.14
32922026-04-06T15:50:51.363Z Compiling ctr v0.9.2
32932026-04-06T15:50:51.425Z Compiling zerocopy v0.6.6
32942026-04-06T15:50:51.448Z Compiling num-derive v0.3.3
32952026-04-06T15:50:51.464Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32962026-04-06T15:50:51.467Z Compiling hashbrown v0.12.3
32972026-04-06T15:50:51.558Z Compiling unicase v2.9.0
32982026-04-06T15:50:51.583Z Compiling parking_lot v0.11.2
32992026-04-06T15:50:51.632Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33002026-04-06T15:50:51.669Z Compiling aes-gcm v0.10.3
33012026-04-06T15:50:51.719Z Compiling tokio-tungstenite v0.21.0
33022026-04-06T15:50:51.801Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33032026-04-06T15:50:51.845Z Compiling mime_guess v2.0.5
33042026-04-06T15:50:51.936Z Compiling serde-hex v0.1.0
33052026-04-06T15:50:52.037Z Compiling tabled_derive v0.11.0
33062026-04-06T15:50:52.071Z Compiling progenitor-impl v0.10.0
33072026-04-06T15:50:52.091Z Compiling progenitor-impl v0.11.2
33082026-04-06T15:50:52.121Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33092026-04-06T15:50:52.165Z Compiling ron v0.8.1
33102026-04-06T15:50:52.293Z Compiling papergrid v0.17.0
33112026-04-06T15:50:52.382Z Compiling testing_table v0.3.0
33122026-04-06T15:50:52.398Z Compiling libscf-sys v1.1.0
33132026-04-06T15:50:52.440Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-04-06T15:50:52.572Z Compiling hashbrown v0.13.2
33152026-04-06T15:50:52.589Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33162026-04-06T15:50:52.592Z Compiling progenitor v0.13.0
33172026-04-06T15:50:52.619Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33182026-04-06T15:50:52.687Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33192026-04-06T15:50:52.782Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33202026-04-06T15:50:53.810Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33212026-04-06T15:50:53.814Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33222026-04-06T15:50:53.814Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33232026-04-06T15:50:53.814Z Compiling prefix-trie v0.7.0
33242026-04-06T15:50:53.814Z Compiling ssh-encoding v0.2.0
33252026-04-06T15:50:53.814Z Compiling blowfish v0.9.1
33262026-04-06T15:50:53.814Z Compiling fxhash v0.2.1
33272026-04-06T15:50:53.814Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-04-06T15:50:53.814Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33292026-04-06T15:50:53.814Z Compiling crc-any v2.5.0
33302026-04-06T15:50:53.814Z Compiling corncobs v0.1.4
33312026-04-06T15:50:53.814Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33322026-04-06T15:50:53.814Z Compiling sled v0.34.7
33332026-04-06T15:50:53.912Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33342026-04-06T15:50:53.937Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33352026-04-06T15:50:53.940Z Compiling hickory-server v0.25.2
33362026-04-06T15:50:53.969Z Compiling bcrypt-pbkdf v0.10.0
33372026-04-06T15:50:54.013Z Compiling ssh-cipher v0.2.0
33382026-04-06T15:50:54.083Z Compiling tabled v0.20.0
33392026-04-06T15:50:54.325Z Compiling object v0.30.4
33402026-04-06T15:50:54.349Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33412026-04-06T15:50:54.443Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33422026-04-06T15:50:54.493Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33432026-04-06T15:50:54.648Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33442026-04-06T15:50:54.682Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33452026-04-06T15:50:54.780Z Compiling progenitor-macro v0.10.0
33462026-04-06T15:50:54.822Z Compiling progenitor-macro v0.11.2
33472026-04-06T15:50:55.500Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33482026-04-06T15:50:55.538Z Compiling progenitor-client v0.11.2
33492026-04-06T15:50:55.541Z Compiling password-hash v0.4.2
33502026-04-06T15:50:55.885Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33512026-04-06T15:50:55.905Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33522026-04-06T15:50:55.985Z Compiling secrecy v0.8.0
33532026-04-06T15:50:56.132Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33542026-04-06T15:50:56.165Z Compiling path-slash v0.1.5
33552026-04-06T15:50:56.306Z Compiling half v1.8.3
33562026-04-06T15:50:56.331Z Compiling http-range v0.1.5
33572026-04-06T15:50:56.449Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33582026-04-06T15:50:56.527Z Compiling serde_cbor v0.11.2
33592026-04-06T15:50:57.190Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33602026-04-06T15:50:57.333Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33612026-04-06T15:50:57.436Z Compiling pbkdf2 v0.11.0
33622026-04-06T15:50:57.750Z Compiling ssh-key v0.6.7
33632026-04-06T15:50:58.172Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
33642026-04-06T15:50:58.196Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33652026-04-06T15:50:58.246Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33662026-04-06T15:50:58.469Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33672026-04-06T15:50:58.489Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33682026-04-06T15:50:58.492Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33692026-04-06T15:50:58.846Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33702026-04-06T15:50:58.907Z Compiling p521 v0.13.3
33712026-04-06T15:50:59.021Z Compiling p256 v0.13.2
33722026-04-06T15:50:59.167Z Compiling yasna v0.5.2
33732026-04-06T15:50:59.428Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33742026-04-06T15:50:59.445Z Compiling kstat-rs v0.2.4
33752026-04-06T15:50:59.526Z Compiling headers-core v0.3.0
33762026-04-06T15:50:59.532Z Compiling nanorand v0.7.0
33772026-04-06T15:50:59.683Z Compiling atty v0.2.14
33782026-04-06T15:50:59.782Z Compiling russh-cryptovec v0.7.3
33792026-04-06T15:50:59.830Z Compiling md5 v0.7.0
33802026-04-06T15:50:59.864Z Compiling home v0.5.12
33812026-04-06T15:50:59.909Z Compiling crc8 v0.1.1
33822026-04-06T15:50:59.937Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
33832026-04-06T15:50:59.965Z Compiling flume v0.11.1
33842026-04-06T15:51:00.001Z Compiling progenitor v0.10.0
33852026-04-06T15:51:00.004Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33862026-04-06T15:51:00.040Z Compiling russh-keys v0.45.0
33872026-04-06T15:51:00.059Z Compiling headers v0.4.1
33882026-04-06T15:51:00.081Z Compiling progenitor v0.11.2
33892026-04-06T15:51:00.148Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33902026-04-06T15:51:00.165Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33912026-04-06T15:51:00.209Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33922026-04-06T15:51:00.228Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33932026-04-06T15:51:00.275Z Compiling rcgen v0.12.1
33942026-04-06T15:51:00.317Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33952026-04-06T15:51:00.334Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33962026-04-06T15:51:00.424Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33972026-04-06T15:51:00.452Z Compiling hyper-staticfile v0.10.1
33982026-04-06T15:51:00.732Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33992026-04-06T15:51:00.756Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34002026-04-06T15:51:00.842Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34012026-04-06T15:51:00.859Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34022026-04-06T15:51:00.953Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34032026-04-06T15:51:00.985Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34042026-04-06T15:51:01.124Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34052026-04-06T15:51:01.172Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34062026-04-06T15:51:01.225Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34072026-04-06T15:51:01.285Z Compiling num-bigint v0.4.6
34082026-04-06T15:51:01.347Z Compiling des v0.8.1
34092026-04-06T15:51:01.553Z Compiling subprocess v0.2.15
34102026-04-06T15:51:01.571Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34112026-04-06T15:51:01.598Z Compiling hex-literal v0.4.1
34122026-04-06T15:51:01.660Z Compiling display-error-chain v0.2.2
34132026-04-06T15:51:01.714Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34142026-04-06T15:51:01.741Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34152026-04-06T15:51:01.758Z Compiling colored v2.2.0
34162026-04-06T15:51:01.866Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34172026-04-06T15:51:01.995Z Compiling socket2 v0.5.10
34182026-04-06T15:51:02.063Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34192026-04-06T15:51:02.134Z Compiling internet-checksum v0.2.1
34202026-04-06T15:51:02.495Z Compiling russh v0.45.0
34212026-04-06T15:51:02.719Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34222026-04-06T15:51:02.765Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34232026-04-06T15:51:05.281Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34242026-04-06T15:51:05.979Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34252026-04-06T15:51:06.478Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34262026-04-06T15:51:06.987Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34272026-04-06T15:51:14.904Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34282026-04-06T15:51:14.904Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34292026-04-06T15:51:14.907Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34302026-04-06T15:51:14.907Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34312026-04-06T15:51:16.609Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34322026-04-06T15:51:16.740Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34332026-04-06T15:51:20.838Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34342026-04-06T15:51:40.641Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34352026-04-06T15:51:59.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
34362026-04-06T15:51:59.738Z
34372026-04-06T15:51:59.738Zreal 1:23.726262731
34382026-04-06T15:51:59.738Zuser 8:08.930508860
34392026-04-06T15:51:59.738Zsys 1:37.702345416
34402026-04-06T15:51:59.738Ztrap 0.261575025
34412026-04-06T15:51:59.738Ztflt 0.492453604
34422026-04-06T15:51:59.738Zdflt 1.432109367
34432026-04-06T15:51:59.738Zkflt 0.000307165
34442026-04-06T15:51:59.738Zlock 29:04.237457861
34452026-04-06T15:51:59.738Zslp 18:58.579450052
34462026-04-06T15:51:59.738Zlat 39.429726205
34472026-04-06T15:51:59.738Zstop 2:42.828415534
34482026-04-06T15:51:59.738Z+ mkdir tests
34492026-04-06T15:51:59.738Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34502026-04-06T15:51:59.738Z+ xargs -I '{}' -t cp '{}' tests/
34512026-04-06T15:51:59.738Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b96edc4169b5996c tests/
34522026-04-06T15:51:59.738Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ebfad5ec80f209fb tests/
34532026-04-06T15:51:59.738Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-99346283fad35d54 tests/
34542026-04-06T15:51:59.738Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-1eca6fa8d1f4ac68 tests/
34552026-04-06T15:51:59.812Z+ 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/*)
34562026-04-06T15:51:59.815Z+ 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-ebfad5ec80f209fb tests/commtest-99346283fad35d54 tests/dhcp_server-b96edc4169b5996c tests/end_to_end_tests-1eca6fa8d1f4ac68 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
34572026-04-06T15:53:21.855ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34582026-04-06T15:53:21.856Za .github/buildomat/ci-env.sh 1K
34592026-04-06T15:53:21.856Za out/target/test 1K
34602026-04-06T15:53:21.856Za out/npuzone/npuzone 27402K
34612026-04-06T15:53:21.856Za package-manifest.toml 35K
34622026-04-06T15:53:21.856Za smf/sled-agent/non-gimlet/config.toml 6K
34632026-04-06T15:53:21.856Za target/release/omicron-package 45881K
34642026-04-06T15:53:21.856Za target/release/xtask 11439K
34652026-04-06T15:53:21.856Za target/debug/bootstrap 338971K
34662026-04-06T15:53:21.856Za tests/bootstrap-ebfad5ec80f209fb 31310K
34672026-04-06T15:53:21.856Za tests/commtest-99346283fad35d54 32395K
34682026-04-06T15:53:21.856Za tests/dhcp_server-b96edc4169b5996c 31310K
34692026-04-06T15:53:21.856Za tests/end_to_end_tests-1eca6fa8d1f4ac68 381196K
34702026-04-06T15:53:21.856Za out/clickhouse.tar.gz 309573K
34712026-04-06T15:53:21.856Za out/clickhouse_keeper.tar.gz 295001K
34722026-04-06T15:53:21.856Za out/clickhouse_server.tar.gz 309572K
34732026-04-06T15:53:21.856Za out/cockroachdb.tar.gz 157700K
34742026-04-06T15:53:21.856Za out/crucible-pantry-zone.tar.gz 40485K
34752026-04-06T15:53:21.856Za out/crucible-utils.tar 17744K
34762026-04-06T15:53:21.856Za out/crucible-zone.tar.gz 54623K
34772026-04-06T15:53:21.856Za out/external-dns.tar.gz 44317K
34782026-04-06T15:53:21.856Za out/internal-dns.tar.gz 44316K
34792026-04-06T15:53:21.856Za out/mg-ddm-gz.tar 78377K
34802026-04-06T15:53:21.856Za out/nexus.tar.gz 214922K
34812026-04-06T15:53:21.856Za out/ntp.tar.gz 26951K
34822026-04-06T15:53:21.856Za out/omicron-gateway-softnpu.tar.gz 28462K
34832026-04-06T15:53:21.856Za out/omicron-sled-agent.tar 191226K
34842026-04-06T15:53:21.856Za out/overlay.tar.gz 3K
34852026-04-06T15:53:21.856Za out/oximeter.tar.gz 59292K
34862026-04-06T15:53:21.856Za out/oxlog.tar 3782K
34872026-04-06T15:53:21.856Za out/probe.tar.gz 3037K
34882026-04-06T15:53:21.856Za out/propolis-server.tar.gz 33249K
34892026-04-06T15:53:21.857Za out/pumpkind-gz.tar 26647K
34902026-04-06T15:53:21.857Za out/switch-softnpu.tar.gz 372626K
34912026-04-06T15:53:21.861Z
34922026-04-06T15:53:21.861Zreal 1:22.027977461
34932026-04-06T15:53:21.861Zuser 1:19.532585089
34942026-04-06T15:53:21.861Zsys 4.193666416
34952026-04-06T15:53:21.861Ztrap 0.006603560
34962026-04-06T15:53:21.861Ztflt 0.000000000
34972026-04-06T15:53:21.861Zdflt 0.000000000
34982026-04-06T15:53:21.861Zkflt 0.000000000
34992026-04-06T15:53:21.861Zlock 0.000000000
35002026-04-06T15:53:21.861Zslp 1:19.412977713
35012026-04-06T15:53:21.861Zlat 0.904778104
35022026-04-06T15:53:21.861Zstop 0.000554432
35032026-04-06T15:53:21.861Zprocess exited: duration 999604 ms, exit code 0
 
35042026-04-06T15:53:21.875Zfound 1 output files
35052026-04-06T15:53:21.875Zuploading: /work/package.tar.gz (2325192925 bytes)
35062026-04-06T15:54:01.267Zuploaded: /work/package.tar.gz