01KQV3AAAS6RRND1HM2WE4MVEC: 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: 01KQV3B2C2VSSPFTZW8V61FDFF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-05T03:37:36.794Zjob assigned to worker 01KQV3B9QEQ362M0WGEY0BAVT4 [factory aws, i-09349b60caebb8201] (queued for 59 s)
 
22026-05-05T03:37:44.588Zstarting task 0: "setup"
32026-05-05T03:37:44.616Z++ uname -s
42026-05-05T03:37:44.616Z+ kern=SunOS
52026-05-05T03:37:44.616Z+ build_user=build
62026-05-05T03:37:44.616Z+ build_uid=12345
72026-05-05T03:37:44.616Z+ work_dir=/work
82026-05-05T03:37:44.616Z+ input_dir=/input
92026-05-05T03:37:44.616Z+ [[ 0 == 12345 ]]
102026-05-05T03:37:44.616Z+ case "$kern" in
112026-05-05T03:37:44.616Z+ groupadd -g 12345 build
122026-05-05T03:37:44.616Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-05T03:37:45.607Z+ zfs create -o mountpoint=/work rpool/work
142026-05-05T03:37:45.730Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-05T03:37:45.733Z+ home_fs=zfs
162026-05-05T03:37:45.733Z+ [[ zfs == autofs ]]
172026-05-05T03:37:45.734Z+ mkdir -p /home/build
182026-05-05T03:37:45.737Z+ chown build:build /home/build /work
192026-05-05T03:37:47.737Z+ chmod 0700 /home/build /work
202026-05-05T03:37:47.740Zprocess exited: duration 3155 ms, exit code 0
 
212026-05-05T03:37:47.747Zstarting task 1: "rust-toolchain"
222026-05-05T03:37:47.753Z * rust toolchain channel = "1.94.0"
232026-05-05T03:37:47.753Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-05-05T03:37:47.753Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-05T03:37:47.753Z * rust toolchain profile = "default"
262026-05-05T03:37:47.753Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-05T03:37:47.753Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-05T03:37:47.756Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-05T03:37:47.756Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-05T03:37:47.890Zinfo: downloading installer
312026-05-05T03:37:49.221Zwarn: It looks like you have an existing installation of Rust at:
322026-05-05T03:37:49.222Zwarn: /opt/ooce/bin
332026-05-05T03:37:49.222Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-05T03:37:49.222Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-05T03:37:49.222Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-05T03:37:49.222Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-05T03:37:49.222Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-05T03:37:49.222Zerror: cannot install while Rust is installed
392026-05-05T03:37:49.222Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-05T03:37:49.222Zwarn: It looks like you have an existing rustup settings file at:
412026-05-05T03:37:49.222Zwarn: /home/build/.rustup/settings.toml
422026-05-05T03:37:49.222Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-05T03:37:49.222Zwarn: instead of the one inferred from the default host triple.
442026-05-05T03:37:49.236Zinfo: profile set to default
452026-05-05T03:37:49.236Zinfo: default host triple is x86_64-unknown-illumos
462026-05-05T03:37:49.239Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-05T03:37:49.368Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-05T03:37:49.371Zinfo: downloading 6 components
492026-05-05T03:38:03.425Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-05T03:38:03.425Z
512026-05-05T03:38:03.456Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-05T03:38:03.456Z
532026-05-05T03:38:03.456Z
542026-05-05T03:38:03.456ZRust is installed now. Great!
552026-05-05T03:38:03.456Z
562026-05-05T03:38:03.456ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-05T03:38:03.456Zenvironment variable. This has not been done automatically.
582026-05-05T03:38:03.456Z
592026-05-05T03:38:03.456ZTo configure your current shell, you need to source
602026-05-05T03:38:03.456Zthe corresponding env file under $HOME/.cargo.
612026-05-05T03:38:03.456Z
622026-05-05T03:38:03.456ZThis is usually done by running one of the following (note the leading DOT):
632026-05-05T03:38:03.456Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-05T03:38:03.457Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-05T03:38:03.457Zsource "~/.cargo/env.nu" # For nushell
662026-05-05T03:38:03.457Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-05T03:38:03.457Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-05T03:38:03.457Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-05T03:38:03.460Zwarn: no default linker (`cc`) was found in your PATH
702026-05-05T03:38:03.460Zwarn: many Rust crates require a system C toolchain to build
712026-05-05T03:38:03.552Z+ rustup --version
722026-05-05T03:38:03.559Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-05T03:38:03.562Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-05T03:38:03.580Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-05T03:38:03.583Z+ cargo --version
762026-05-05T03:38:03.591Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-05T03:38:03.594Z+ rustc --version
782026-05-05T03:38:03.615Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-05T03:38:03.620Zprocess exited: duration 15870 ms, exit code 0
 
802026-05-05T03:38:03.628Zstarting task 2: "authentication"
812026-05-05T03:38:03.645Zprocess exited: duration 17 ms, exit code 0
 
822026-05-05T03:38:03.655Zstarting task 3: "clone repository"
832026-05-05T03:38:03.658Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-05T03:38:03.662Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-05T03:38:03.699ZCloning into '/work/oxidecomputer/omicron'...
862026-05-05T03:38:13.018Z+ cd /work/oxidecomputer/omicron
872026-05-05T03:38:13.018Z+ git fetch origin e3b5c5be187fe9bef0d0d081de03c7bd17eb5ef0
882026-05-05T03:38:13.359ZFrom https://github.com/oxidecomputer/omicron
892026-05-05T03:38:13.359Z * branch e3b5c5be187fe9bef0d0d081de03c7bd17eb5ef0 -> FETCH_HEAD
902026-05-05T03:38:13.372Z+ [[ -n renovate/crucible-pantry-client-digest ]]
912026-05-05T03:38:13.375Z++ git branch --show-current
922026-05-05T03:38:13.378Z+ current=main
932026-05-05T03:38:13.378Z+ [[ main != renovate/crucible-pantry-client-digest ]]
942026-05-05T03:38:13.378Z+ git branch -f renovate/crucible-pantry-client-digest e3b5c5be187fe9bef0d0d081de03c7bd17eb5ef0
952026-05-05T03:38:13.381Z+ git checkout -f renovate/crucible-pantry-client-digest
962026-05-05T03:38:13.613ZSwitched to branch 'renovate/crucible-pantry-client-digest'
972026-05-05T03:38:13.616Z+ git reset --hard e3b5c5be187fe9bef0d0d081de03c7bd17eb5ef0
982026-05-05T03:38:13.629ZHEAD is now at e3b5c5be1 Update crucible-pantry-client digest to 6b7b7b7
992026-05-05T03:38:13.632Zprocess exited: duration 9976 ms, exit code 0
 
1002026-05-05T03:38:13.638Zstarting task 4: "build"
1012026-05-05T03:38:13.644Z+ source .github/buildomat/ci-env.sh
1022026-05-05T03:38:13.647Z++ export CARGO_TERM_COLOR=always
1032026-05-05T03:38:13.647Z++ CARGO_TERM_COLOR=always
1042026-05-05T03:38:13.647Z+ cargo --version
1052026-05-05T03:38:13.656Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-05T03:38:13.659Z+ rustc --version
1072026-05-05T03:38:13.680Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-05T03:38:13.683Z+ WORK=/work
1092026-05-05T03:38:13.683Z+ pfexec mkdir -p /work
1102026-05-05T03:38:13.686Z+ pfexec chown build /work
1112026-05-05T03:38:13.689Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-05-05T03:38:23.804Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-05-05T03:38:31.311Z Startup: Caching catalogs ... Done
1142026-05-05T03:38:38.262ZPlanning: Solver setup ... Done (5.492s)
1152026-05-05T03:38:38.297ZPlanning: Running solver ... Done (0.038s)
1162026-05-05T03:38:38.433ZPlanning: Finding local manifests ... Done (0.004s)
1172026-05-05T03:38:39.734ZPlanning: Fetching manifests: 0/5 0% complete
1182026-05-05T03:38:39.867ZPlanning: Fetching manifests: 5/5 100% complete
1192026-05-05T03:38:39.896ZPlanning: Package planning ... Done (0.038s)
1202026-05-05T03:38:39.932ZPlanning: Merging actions ... Done (0.036s)
1212026-05-05T03:38:40.123ZPlanning: Checking for conflicting actions ... Done (0.191s)
1222026-05-05T03:38:40.132ZPlanning: Consolidating action changes ... Done (0.009s)
1232026-05-05T03:38:41.073ZPlanning: Evaluating mediators ... Done (0.869s)
1242026-05-05T03:38:41.136ZPlanning: Planning completed in 9.53 seconds
1252026-05-05T03:38:41.136Z Packages to install: 5
1262026-05-05T03:38:41.136Z Mediators to change: 3
1272026-05-05T03:38:41.136Z Services to change: 1
1282026-05-05T03:38:41.138Z Estimated space available: 155.34 GB
1292026-05-05T03:38:41.138ZEstimated space to be consumed: 1.90 GB
1302026-05-05T03:38:41.138Z Create boot environment: No
1312026-05-05T03:38:41.139ZCreate backup boot environment: No
1322026-05-05T03:38:41.139Z Rebuild boot archive: No
1332026-05-05T03:38:41.139Z
1342026-05-05T03:38:41.139ZChanged mediators:
1352026-05-05T03:38:41.139Z mediator clang:
1362026-05-05T03:38:41.139Z version: None -> 15 (system default)
1372026-05-05T03:38:41.139Z
1382026-05-05T03:38:41.139Z mediator llvm:
1392026-05-05T03:38:41.139Z version: 14 (system default) -> 15 (system default)
1402026-05-05T03:38:41.139Z
1412026-05-05T03:38:41.139Z mediator postgresql:
1422026-05-05T03:38:41.139Z version: 15 (system default) -> 18 (system default)
1432026-05-05T03:38:41.139Z
1442026-05-05T03:38:41.139ZChanged packages:
1452026-05-05T03:38:41.139Zhelios-dev
1462026-05-05T03:38:41.139Z developer/build-essential
1472026-05-05T03:38:41.139Z None -> 11-2.0
1482026-05-05T03:38:41.139Z library/libxmlsec1
1492026-05-05T03:38:41.140Z None -> 1.2.35-2.0
1502026-05-05T03:38:41.140Z ooce/developer/clang-15
1512026-05-05T03:38:41.140Z None -> 15.0.7-2.0
1522026-05-05T03:38:41.140Z ooce/developer/llvm-15
1532026-05-05T03:38:41.140Z None -> 15.0.7-2.0
1542026-05-05T03:38:41.140Z ooce/library/postgresql-18
1552026-05-05T03:38:41.140Z None -> 18.1-2.0
1562026-05-05T03:38:41.140Z
1572026-05-05T03:38:41.140ZServices:
1582026-05-05T03:38:41.140Z restart_fmri:
1592026-05-05T03:38:41.140Z svc:/system/update-man-index:default
1602026-05-05T03:38:41.140Z
1612026-05-05T03:38:41.140ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-05-05T03:38:46.935ZDownload: 1198/4272 items 81.9/219.0MB 37% complete (24.2M/s)
1632026-05-05T03:38:54.405ZDownload: 2224/4272 items 119.2/219.0MB 54% complete (13.6M/s)
1642026-05-05T03:38:58.944ZDownload: Completed 218.99 MB in 17.87 seconds (12.2M/s)
1652026-05-05T03:38:59.101Z Actions: 1/4789 actions (Installing new actions)
1662026-05-05T03:39:02.527Z Actions: Completed 4789 actions in 3.42 seconds.
1672026-05-05T03:39:03.169Z Done (0.637s)
1682026-05-05T03:39:03.169Z Done (0.000s)
1692026-05-05T03:39:03.807Z Done (0.639s)
1702026-05-05T03:39:06.944Z Done (2.785s)
1712026-05-05T03:39:07.020Z Done (0.013s)
1722026-05-05T03:39:07.020Z Done (0.000s)
1732026-05-05T03:39:07.331Z Done (0.000s)
1742026-05-05T03:39:08.197ZPlanning: Evaluating mediator changes ... Done
1752026-05-05T03:39:08.304ZPlanning: Checking for conflicting actions ... Done
1762026-05-05T03:39:08.309ZPlanning: Consolidating action changes ... Done
1772026-05-05T03:39:08.461ZPlanning: Evaluating mediators ... Done
1782026-05-05T03:39:08.465ZPlanning: Planning completed in 0.26 seconds
1792026-05-05T03:39:08.485Z Mediators to change: 2
1802026-05-05T03:39:08.485Z Create boot environment: No
1812026-05-05T03:39:08.485ZCreate backup boot environment: No
1822026-05-05T03:39:08.562Z Done
1832026-05-05T03:39:08.562Z Done
1842026-05-05T03:39:09.173Z Done
1852026-05-05T03:39:11.691Z Done
1862026-05-05T03:39:11.761Z Done
1872026-05-05T03:39:11.767Z Done
1882026-05-05T03:39:11.919Z Done
1892026-05-05T03:39:12.179ZPlanning: Evaluating mediator changes ... Done
1902026-05-05T03:39:12.296ZPlanning: Checking for conflicting actions ... Done
1912026-05-05T03:39:12.309ZPlanning: Consolidating action changes ... Done
1922026-05-05T03:39:12.453ZPlanning: Evaluating mediators ... Done
1932026-05-05T03:39:12.475ZPlanning: Planning completed in 0.27 seconds
1942026-05-05T03:39:12.490Z Mediators to change: 1
1952026-05-05T03:39:12.490Z Create boot environment: No
1962026-05-05T03:39:12.490ZCreate backup boot environment: No
1972026-05-05T03:39:12.531Z Done
1982026-05-05T03:39:12.532Z Done
1992026-05-05T03:39:13.143Z Done
2002026-05-05T03:39:15.656Z Done
2012026-05-05T03:39:15.730Z Done
2022026-05-05T03:39:15.733Z Done
2032026-05-05T03:39:15.938Z Done
2042026-05-05T03:39:16.229ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-05-05T03:39:16.229Zclang system 15 system
2062026-05-05T03:39:16.229Zcsh system system illumos
2072026-05-05T03:39:16.230Zctags system system illumos
2082026-05-05T03:39:16.230Zfile system system illumos
2092026-05-05T03:39:16.230Zgcc vendor 12 vendor
2102026-05-05T03:39:16.230Zgcc system 14 system
2112026-05-05T03:39:16.230Zgcc system 10 system
2122026-05-05T03:39:16.230Zgo system 1.20 system
2132026-05-05T03:39:16.230Zgo system 1.19 system
2142026-05-05T03:39:16.230Zllvm system 15 system
2152026-05-05T03:39:16.230Zllvm system 14 system
2162026-05-05T03:39:16.230Zmariadb system 10.6 system
2172026-05-05T03:39:16.230Zmta vendor vendor dma
2182026-05-05T03:39:16.230Zopenjdk system 17 system
2192026-05-05T03:39:16.230Zopenjdk system 11 system
2202026-05-05T03:39:16.230Zopenjdk system 1.8 system
2212026-05-05T03:39:16.230Zopenssl vendor 3 vendor
2222026-05-05T03:39:16.230Zperl system 5.36 system
2232026-05-05T03:39:16.230Zpostgresql system 18 system
2242026-05-05T03:39:16.230Zpostgresql system 15 system
2252026-05-05T03:39:16.230Zpostgresql system 13 system
2262026-05-05T03:39:16.230Zpython vendor 3 vendor
2272026-05-05T03:39:16.230Zpython system 2 system
2282026-05-05T03:39:16.230Zpython3 system 3.11 system
2292026-05-05T03:39:16.230Zruby system 3.0 system
2302026-05-05T03:39:16.230Zwords vendor vendor american-english
2312026-05-05T03:39:16.230Zwords system system australian-english
2322026-05-05T03:39:16.230Zwords system system british-english
2332026-05-05T03:39:16.230Zwords system system canadian-english
2342026-05-05T03:39:16.230Zwords system system french
2352026-05-05T03:39:16.230Zwords system system italian
2362026-05-05T03:39:16.230Zwords system system ngerman
2372026-05-05T03:39:16.230Zwords system system ogerman
2382026-05-05T03:39:16.230Zwords system system spanish
2392026-05-05T03:39:16.464ZPUBLISHER TYPE STATUS P LOCATION
2402026-05-05T03:39:16.464Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-05-05T03:39:21.106ZFMRI IFO
2422026-05-05T03:39:21.106Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-05-05T03:39:21.106Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-05-05T03:39:21.106Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-05-05T03:39:21.106Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-05-05T03:39:21.106Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-05-05T03:39:21.107Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-05-05T03:39:21.107Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2492026-05-05T03:39:21.107Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2502026-05-05T03:39:21.107Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2512026-05-05T03:39:21.107Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522026-05-05T03:39:21.107Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532026-05-05T03:39:21.107Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2542026-05-05T03:39:21.107Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552026-05-05T03:39:21.107Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562026-05-05T03:39:21.107Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2572026-05-05T03:39:21.107Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582026-05-05T03:39:21.108Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592026-05-05T03:39:22.239Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602026-05-05T03:39:22.467Z Updating crates.io index
2612026-05-05T03:39:22.476Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2622026-05-05T03:39:23.052Z Updating git repository `https://github.com/oxidecomputer/lldp`
2632026-05-05T03:39:23.448Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2642026-05-05T03:39:23.718Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-05-05T03:39:25.377Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2662026-05-05T03:39:25.377Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-05-05T03:39:26.901Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-05-05T03:39:27.735Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-05-05T03:39:27.987Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-05-05T03:39:28.975Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-05-05T03:39:29.608Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-05-05T03:39:29.784Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-05-05T03:39:30.092Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-05-05T03:39:31.162Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-05-05T03:39:32.707Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-05T03:39:32.726Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-05-05T03:39:32.726Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-05-05T03:39:32.768Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-05-05T03:39:33.027Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-05-05T03:39:33.218Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-05-05T03:39:33.431Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-05-05T03:39:33.805Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-05-05T03:39:34.289Z Updating git repository `https://github.com/oxidecomputer/crucible`
2842026-05-05T03:39:34.869Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2852026-05-05T03:39:35.369Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2862026-05-05T03:39:35.623Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2872026-05-05T03:39:36.133Z Updating git repository `https://github.com/oxidecomputer/ispf`
2882026-05-05T03:39:37.549Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2892026-05-05T03:39:38.359Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902026-05-05T03:39:38.823Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2912026-05-05T03:39:39.268Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2922026-05-05T03:39:39.673Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2932026-05-05T03:39:40.027Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2942026-05-05T03:39:40.373Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2952026-05-05T03:39:41.064Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2962026-05-05T03:39:41.313Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2972026-05-05T03:39:41.525Z Updating git repository `https://github.com/illumos/smf-rs`
2982026-05-05T03:39:41.950Z Updating git repository `https://github.com/oxidecomputer/omicron`
2992026-05-05T03:39:53.814Z Downloading crates ...
3002026-05-05T03:39:53.927Z Downloaded zerofrom v0.1.6
3012026-05-05T03:39:53.942Z Downloaded thiserror v2.0.18
3022026-05-05T03:39:53.945Z Downloaded thread-id v4.2.2
3032026-05-05T03:39:53.949Z Downloaded url v2.5.8
3042026-05-05T03:39:53.953Z Downloaded yoke v0.8.1
3052026-05-05T03:39:53.956Z Downloaded zerocopy-derive v0.7.35
3062026-05-05T03:39:53.956Z Downloaded zerofrom-derive v0.1.6
3072026-05-05T03:39:53.959Z Downloaded usdt-attr-macro v0.5.0
3082026-05-05T03:39:53.968Z Downloaded zerovec-derive v0.11.2
3092026-05-05T03:39:53.971Z Downloaded toml_write v0.1.2
3102026-05-05T03:39:53.971Z Downloaded toml_datetime v0.6.11
3112026-05-05T03:39:53.977Z Downloaded unicode-ident v1.0.24
3122026-05-05T03:39:53.981Z Downloaded usdt v0.5.0
3132026-05-05T03:39:53.981Z Downloaded unicode-xid v0.2.6
3142026-05-05T03:39:53.984Z Downloaded ucd-trie v0.1.7
3152026-05-05T03:39:53.987Z Downloaded utf8_iter v1.0.4
3162026-05-05T03:39:53.987Z Downloaded textwrap v0.16.2
3172026-05-05T03:39:53.987Z Downloaded typenum v1.19.0
3182026-05-05T03:39:53.990Z Downloaded tinystr v0.8.2
3192026-05-05T03:39:53.990Z Downloaded errno v0.3.14
3202026-05-05T03:39:53.994Z Downloaded cpufeatures v0.2.17
3212026-05-05T03:39:53.994Z Downloaded scroll_derive v0.12.1
3222026-05-05T03:39:53.994Z Downloaded usdt-macro v0.5.0
3232026-05-05T03:39:53.997Z Downloaded toml v0.8.23
3242026-05-05T03:39:54.004Z Downloaded version_check v0.9.5
3252026-05-05T03:39:54.017Z Downloaded yoke-derive v0.8.1
3262026-05-05T03:39:54.020Z Downloaded zerotrie v0.2.3
3272026-05-05T03:39:54.020Z Downloaded typeid v1.0.3
3282026-05-05T03:39:54.025Z Downloaded unicode-linebreak v0.1.5
3292026-05-05T03:39:54.025Z Downloaded thiserror-impl v1.0.69
3302026-05-05T03:39:54.025Z Downloaded thiserror v1.0.69
3312026-05-05T03:39:54.029Z Downloaded zmij v1.0.21
3322026-05-05T03:39:54.029Z Downloaded usdt-impl v0.5.0
3332026-05-05T03:39:54.029Z Downloaded writeable v0.6.2
3342026-05-05T03:39:54.029Z Downloaded zerocopy v0.7.35
3352026-05-05T03:39:54.037Z Downloaded utf8parse v0.2.2
3362026-05-05T03:39:54.041Z Downloaded thiserror-impl v2.0.18
3372026-05-05T03:39:54.041Z Downloaded heck v0.5.0
3382026-05-05T03:39:54.041Z Downloaded fastrand v2.3.0
3392026-05-05T03:39:54.047Z Downloaded dof v0.3.0
3402026-05-05T03:39:54.053Z Downloaded winnow v0.7.14
3412026-05-05T03:39:54.058Z Downloaded zerovec v0.11.5
3422026-05-05T03:39:54.058Z Downloaded toml_edit v0.22.27
3432026-05-05T03:39:54.062Z Downloaded cfg-if v1.0.4
3442026-05-05T03:39:54.062Z Downloaded terminal_size v0.4.3
3452026-05-05T03:39:54.062Z Downloaded clap_lex v1.0.0
3462026-05-05T03:39:54.062Z Downloaded block-buffer v0.10.4
3472026-05-05T03:39:54.062Z Downloaded displaydoc v0.2.5
3482026-05-05T03:39:54.069Z Downloaded swrite v0.1.0
3492026-05-05T03:39:54.073Z Downloaded proc-macro-error-attr v1.0.4
3502026-05-05T03:39:54.073Z Downloaded percent-encoding v2.3.2
3512026-05-05T03:39:54.074Z Downloaded serde_spanned v0.6.9
3522026-05-05T03:39:54.077Z Downloaded ordered-float v2.10.1
3532026-05-05T03:39:54.077Z Downloaded plain v0.2.3
3542026-05-05T03:39:54.077Z Downloaded fs-err v3.3.0
3552026-05-05T03:39:54.083Z Downloaded serde-untagged v0.1.9
3562026-05-05T03:39:54.087Z Downloaded byteorder v1.5.0
3572026-05-05T03:39:54.087Z Downloaded serde_tokenstream v0.2.3
3582026-05-05T03:39:54.087Z Downloaded anstyle v1.0.13
3592026-05-05T03:39:54.087Z Downloaded unicode-width v0.2.0
3602026-05-05T03:39:54.091Z Downloaded unicode-width v0.1.14
3612026-05-05T03:39:54.094Z Downloaded tabled_derive v0.7.0
3622026-05-05T03:39:54.094Z Downloaded memmap v0.7.0
3632026-05-05T03:39:54.099Z Downloaded quote v1.0.45
3642026-05-05T03:39:54.102Z Downloaded anyhow v1.0.102
3652026-05-05T03:39:54.106Z Downloaded anstyle-parse v0.2.7
3662026-05-05T03:39:54.109Z Downloaded semver v1.0.28
3672026-05-05T03:39:54.109Z Downloaded clap_derive v4.5.55
3682026-05-05T03:39:54.112Z Downloaded bitflags v2.11.0
3692026-05-05T03:39:54.116Z Downloaded icu_properties v2.1.2
3702026-05-05T03:39:54.125Z Downloaded serde_core v1.0.228
3712026-05-05T03:39:54.130Z Downloaded icu_locale_core v2.1.1
3722026-05-05T03:39:54.133Z Downloaded icu_collections v2.1.1
3732026-05-05T03:39:54.133Z Downloaded num-traits v0.2.19
3742026-05-05T03:39:54.139Z Downloaded serde v1.0.228
3752026-05-05T03:39:54.149Z Downloaded pest v2.8.6
3762026-05-05T03:39:54.154Z Downloaded colorchoice v1.0.4
3772026-05-05T03:39:54.164Z Downloaded idna v1.1.0
3782026-05-05T03:39:54.168Z Downloaded dtrace-parser v0.2.0
3792026-05-05T03:39:54.181Z Downloaded goblin v0.8.2
3802026-05-05T03:39:54.184Z Downloaded fnv v1.0.7
3812026-05-05T03:39:54.191Z Downloaded camino v1.2.2
3822026-05-05T03:39:54.195Z Downloaded macaddr v1.0.1
3832026-05-05T03:39:54.199Z Downloaded potential_utf v0.1.4
3842026-05-05T03:39:54.199Z Downloaded equivalent v1.0.2
3852026-05-05T03:39:54.202Z Downloaded papergrid v0.11.0
3862026-05-05T03:39:54.206Z Downloaded stable_deref_trait v1.2.1
3872026-05-05T03:39:54.207Z Downloaded generic-array v0.14.7
3882026-05-05T03:39:54.210Z Downloaded crypto-common v0.1.7
3892026-05-05T03:39:54.213Z Downloaded anstream v0.6.21
3902026-05-05T03:39:54.218Z Downloaded idna_adapter v1.2.1
3912026-05-05T03:39:54.223Z Downloaded is_terminal_polyfill v1.70.2
3922026-05-05T03:39:54.226Z Downloaded proc-macro-error v1.0.4
3932026-05-05T03:39:54.226Z Downloaded autocfg v1.5.0
3942026-05-05T03:39:54.230Z Downloaded synstructure v0.13.2
3952026-05-05T03:39:54.230Z Downloaded serde-value v0.7.0
3962026-05-05T03:39:54.230Z Downloaded syn v1.0.109
3972026-05-05T03:39:54.233Z Downloaded litemap v0.8.1
3982026-05-05T03:39:54.237Z Downloaded cargo_toml v0.21.0
3992026-05-05T03:39:54.237Z Downloaded icu_normalizer v2.1.1
4002026-05-05T03:39:54.240Z Downloaded scroll v0.12.0
4012026-05-05T03:39:54.243Z Downloaded cargo-util-schemas v0.8.2
4022026-05-05T03:39:54.246Z Downloaded camino-tempfile v1.4.1
4032026-05-05T03:39:54.258Z Downloaded memchr v2.8.0
4042026-05-05T03:39:54.262Z Downloaded syn v2.0.117
4052026-05-05T03:39:54.269Z Downloaded pest_meta v2.8.6
4062026-05-05T03:39:54.278Z Downloaded pest_derive v2.8.6
4072026-05-05T03:39:54.285Z Downloaded hashbrown v0.17.0
4082026-05-05T03:39:54.296Z Downloaded icu_properties_data v2.1.2
4092026-05-05T03:39:54.327Z Downloaded rustix v1.1.3
4102026-05-05T03:39:54.340Z Downloaded libc v0.2.185
4112026-05-05T03:39:54.430Z Downloaded itoa v1.0.17
4122026-05-05T03:39:54.455Z Downloaded smawk v0.3.2
4132026-05-05T03:39:54.459Z Downloaded icu_provider v2.1.1
4142026-05-05T03:39:54.479Z Downloaded heck v0.4.1
4152026-05-05T03:39:54.492Z Downloaded indexmap v2.14.0
4162026-05-05T03:39:54.498Z Downloaded serde_derive v1.0.228
4172026-05-05T03:39:54.522Z Downloaded cargo_metadata v0.21.0
4182026-05-05T03:39:54.526Z Downloaded smallvec v1.15.1
4192026-05-05T03:39:54.531Z Downloaded bytecount v0.6.9
4202026-05-05T03:39:54.537Z Downloaded sha2 v0.10.9
4212026-05-05T03:39:54.552Z Downloaded digest v0.10.7
4222026-05-05T03:39:54.591Z Downloaded icu_normalizer_data v2.1.1
4232026-05-05T03:39:54.591Z Downloaded getrandom v0.4.1
4242026-05-05T03:39:54.592Z Downloaded pretty-hex v0.4.1
4252026-05-05T03:39:54.592Z Downloaded serde_json v1.0.149
4262026-05-05T03:39:54.606Z Downloaded form_urlencoded v1.2.2
4272026-05-05T03:39:54.606Z Downloaded erased-serde v0.4.9
4282026-05-05T03:39:54.619Z Downloaded clap v4.5.60
4292026-05-05T03:39:54.620Z Downloaded clap_builder v4.5.60
4302026-05-05T03:39:54.638Z Downloaded tempfile v3.25.0
4312026-05-05T03:39:54.638Z Downloaded proc-macro2 v1.0.106
4322026-05-05T03:39:54.638Z Downloaded log v0.4.29
4332026-05-05T03:39:54.649Z Downloaded tabled v0.15.0
4342026-05-05T03:39:54.658Z Downloaded anstyle-query v1.1.5
4352026-05-05T03:39:54.658Z Downloaded pest_generator v2.8.6
4362026-05-05T03:39:54.658Z Downloaded once_cell v1.21.3
4372026-05-05T03:39:54.658Z Downloaded cargo-platform v0.2.0
4382026-05-05T03:39:54.658Z Downloaded strsim v0.11.1
4392026-05-05T03:39:54.701Z Compiling proc-macro2 v1.0.106
4402026-05-05T03:39:54.701Z Compiling unicode-ident v1.0.24
4412026-05-05T03:39:54.701Z Compiling quote v1.0.45
4422026-05-05T03:39:54.706Z Compiling serde_core v1.0.228
4432026-05-05T03:39:54.706Z Compiling libc v0.2.185
4442026-05-05T03:39:54.706Z Compiling version_check v0.9.5
4452026-05-05T03:39:54.706Z Compiling memchr v2.8.0
4462026-05-05T03:39:54.706Z Compiling stable_deref_trait v1.2.1
4472026-05-05T03:39:54.706Z Compiling serde v1.0.228
4482026-05-05T03:39:54.886Z Compiling zmij v1.0.21
4492026-05-05T03:39:54.893Z Compiling autocfg v1.5.0
4502026-05-05T03:39:54.893Z Compiling thiserror v1.0.69
4512026-05-05T03:39:54.893Z Compiling ucd-trie v0.1.7
4522026-05-05T03:39:54.893Z Compiling itoa v1.0.17
4532026-05-05T03:39:54.893Z Compiling writeable v0.6.2
4542026-05-05T03:39:55.060Z Compiling litemap v0.8.1
4552026-05-05T03:39:55.157Z Compiling rustix v1.1.3
4562026-05-05T03:39:55.178Z Compiling icu_normalizer_data v2.1.1
4572026-05-05T03:39:55.376Z Compiling icu_properties_data v2.1.2
4582026-05-05T03:39:55.394Z Compiling byteorder v1.5.0
4592026-05-05T03:39:55.416Z Compiling bitflags v2.11.0
4602026-05-05T03:39:55.500Z Compiling pest v2.8.6
4612026-05-05T03:39:55.513Z Compiling serde_json v1.0.149
4622026-05-05T03:39:55.513Z Compiling num-traits v0.2.19
4632026-05-05T03:39:55.598Z Compiling hashbrown v0.17.0
4642026-05-05T03:39:55.674Z Compiling smallvec v1.15.1
4652026-05-05T03:39:55.787Z Compiling equivalent v1.0.2
4662026-05-05T03:39:55.793Z Compiling typeid v1.0.3
4672026-05-05T03:39:55.833Z Compiling proc-macro-error-attr v1.0.4
4682026-05-05T03:39:55.858Z Compiling usdt-impl v0.5.0
4692026-05-05T03:39:55.945Z Compiling syn v1.0.109
4702026-05-05T03:39:55.975Z Compiling erased-serde v0.4.9
4712026-05-05T03:39:55.992Z Compiling winnow v0.7.14
4722026-05-05T03:39:56.001Z Compiling toml_write v0.1.2
4732026-05-05T03:39:56.103Z Compiling proc-macro-error v1.0.4
4742026-05-05T03:39:56.136Z Compiling camino v1.2.2
4752026-05-05T03:39:56.176Z Compiling indexmap v2.14.0
4762026-05-05T03:39:56.266Z Compiling errno v0.3.14
4772026-05-05T03:39:56.302Z Compiling thread-id v4.2.2
4782026-05-05T03:39:56.363Z Compiling percent-encoding v2.3.2
4792026-05-05T03:39:56.363Z Compiling plain v0.2.3
4802026-05-05T03:39:56.408Z Compiling syn v2.0.117
4812026-05-05T03:39:56.432Z Compiling utf8parse v0.2.2
4822026-05-05T03:39:56.435Z Compiling getrandom v0.4.1
4832026-05-05T03:39:56.473Z Compiling utf8_iter v1.0.4
4842026-05-05T03:39:56.494Z Compiling log v0.4.29
4852026-05-05T03:39:56.497Z Compiling thiserror v2.0.18
4862026-05-05T03:39:56.571Z Compiling anstyle-parse v0.2.7
4872026-05-05T03:39:56.588Z Compiling form_urlencoded v1.2.2
4882026-05-05T03:39:56.611Z Compiling ordered-float v2.10.1
4892026-05-05T03:39:56.708Z Compiling pest_meta v2.8.6
4902026-05-05T03:39:56.805Z Compiling anstyle-query v1.1.5
4912026-05-05T03:39:56.854Z Compiling colorchoice v1.0.4
4922026-05-05T03:39:56.872Z Compiling anstyle v1.0.13
4932026-05-05T03:39:56.894Z Compiling is_terminal_polyfill v1.70.2
4942026-05-05T03:39:56.934Z Compiling pretty-hex v0.4.1
4952026-05-05T03:39:56.937Z Compiling cfg-if v1.0.4
4962026-05-05T03:39:56.972Z Compiling fs-err v3.3.0
4972026-05-05T03:39:57.010Z Compiling heck v0.4.1
4982026-05-05T03:39:57.032Z Compiling heck v0.5.0
4992026-05-05T03:39:57.109Z Compiling anstream v0.6.21
5002026-05-05T03:39:57.129Z Compiling unicode-xid v0.2.6
5012026-05-05T03:39:57.133Z Compiling anyhow v1.0.102
5022026-05-05T03:39:57.167Z Compiling fastrand v2.3.0
5032026-05-05T03:39:57.200Z Compiling fnv v1.0.7
5042026-05-05T03:39:57.248Z Compiling once_cell v1.21.3
5052026-05-05T03:39:57.267Z Compiling clap_lex v1.0.0
5062026-05-05T03:39:57.285Z Compiling unicode-width v0.1.14
5072026-05-05T03:39:57.322Z Compiling terminal_size v0.4.3
5082026-05-05T03:39:57.452Z Compiling bytecount v0.6.9
5092026-05-05T03:39:57.472Z Compiling strsim v0.11.1
5102026-05-05T03:39:57.505Z Compiling tempfile v3.25.0
5112026-05-05T03:39:57.600Z Compiling semver v1.0.28
5122026-05-05T03:39:57.647Z Compiling papergrid v0.11.0
5132026-05-05T03:39:57.652Z Compiling memmap v0.7.0
5142026-05-05T03:39:57.680Z Compiling clap_builder v4.5.60
5152026-05-05T03:39:57.703Z Compiling unicode-linebreak v0.1.5
5162026-05-05T03:39:57.845Z Compiling smawk v0.3.2
5172026-05-05T03:39:57.870Z Compiling unicode-width v0.2.0
5182026-05-05T03:39:57.952Z Compiling camino-tempfile v1.4.1
5192026-05-05T03:39:57.968Z Compiling serde-untagged v0.1.9
5202026-05-05T03:39:58.034Z Compiling swrite v0.1.0
5212026-05-05T03:39:58.069Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5222026-05-05T03:39:58.113Z Compiling textwrap v0.16.2
5232026-05-05T03:39:58.462Z Compiling tabled_derive v0.7.0
5242026-05-05T03:39:58.979Z Compiling synstructure v0.13.2
5252026-05-05T03:39:58.979Z Compiling pest_generator v2.8.6
5262026-05-05T03:39:59.111Z Compiling tabled v0.15.0
5272026-05-05T03:39:59.511Z Compiling serde_derive v1.0.228
5282026-05-05T03:39:59.511Z Compiling zerofrom-derive v0.1.6
5292026-05-05T03:39:59.514Z Compiling yoke-derive v0.8.1
5302026-05-05T03:39:59.514Z Compiling zerovec-derive v0.11.2
5312026-05-05T03:39:59.514Z Compiling displaydoc v0.2.5
5322026-05-05T03:39:59.514Z Compiling thiserror-impl v1.0.69
5332026-05-05T03:39:59.547Z Compiling zerocopy-derive v0.7.35
5342026-05-05T03:39:59.550Z Compiling scroll_derive v0.12.1
5352026-05-05T03:39:59.563Z Compiling thiserror-impl v2.0.18
5362026-05-05T03:39:59.566Z Compiling clap_derive v4.5.55
5372026-05-05T03:39:59.619Z Compiling pest_derive v2.8.6
5382026-05-05T03:40:00.210Z Compiling scroll v0.12.0
5392026-05-05T03:40:00.374Z Compiling zerocopy v0.7.35
5402026-05-05T03:40:00.432Z Compiling goblin v0.8.2
5412026-05-05T03:40:00.485Z Compiling zerofrom v0.1.6
5422026-05-05T03:40:00.593Z Compiling yoke v0.8.1
5432026-05-05T03:40:00.694Z Compiling dtrace-parser v0.2.0
5442026-05-05T03:40:00.752Z Compiling zerovec v0.11.5
5452026-05-05T03:40:00.752Z Compiling zerotrie v0.2.3
5462026-05-05T03:40:01.045Z Compiling clap v4.5.60
5472026-05-05T03:40:01.217Z Compiling tinystr v0.8.2
5482026-05-05T03:40:01.217Z Compiling potential_utf v0.1.4
5492026-05-05T03:40:01.334Z Compiling icu_collections v2.1.1
5502026-05-05T03:40:01.384Z Compiling icu_locale_core v2.1.1
5512026-05-05T03:40:01.928Z Compiling icu_provider v2.1.1
5522026-05-05T03:40:02.016Z Compiling toml_datetime v0.6.11
5532026-05-05T03:40:02.016Z Compiling serde_spanned v0.6.9
5542026-05-05T03:40:02.019Z Compiling serde-value v0.7.0
5552026-05-05T03:40:02.019Z Compiling cargo-platform v0.2.0
5562026-05-05T03:40:02.019Z Compiling macaddr v1.0.1
5572026-05-05T03:40:02.039Z Compiling dof v0.3.0
5582026-05-05T03:40:02.039Z Compiling serde_tokenstream v0.2.3
5592026-05-05T03:40:02.151Z Compiling icu_properties v2.1.2
5602026-05-05T03:40:02.154Z Compiling icu_normalizer v2.1.1
5612026-05-05T03:40:02.251Z Compiling toml_edit v0.22.27
5622026-05-05T03:40:02.798Z Compiling usdt-attr-macro v0.5.0
5632026-05-05T03:40:02.802Z Compiling usdt-macro v0.5.0
5642026-05-05T03:40:02.975Z Compiling idna_adapter v1.2.1
5652026-05-05T03:40:03.081Z Compiling idna v1.1.0
5662026-05-05T03:40:03.346Z Compiling url v2.5.8
5672026-05-05T03:40:03.394Z Compiling usdt v0.5.0
5682026-05-05T03:40:03.528Z Compiling toml v0.8.23
5692026-05-05T03:40:03.857Z Compiling cargo-util-schemas v0.8.2
5702026-05-05T03:40:03.857Z Compiling cargo_toml v0.21.0
5712026-05-05T03:40:04.666Z Compiling cargo_metadata v0.21.0
5722026-05-05T03:40:05.588Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5732026-05-05T03:40:07.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.67s
5742026-05-05T03:40:07.968Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5752026-05-05T03:40:08.539Z Downloading crates ...
5762026-05-05T03:40:08.640Z Downloaded assert_matches v1.5.0
5772026-05-05T03:40:08.643Z Downloaded arrayref v0.3.9
5782026-05-05T03:40:08.643Z Downloaded adler2 v2.0.1
5792026-05-05T03:40:08.651Z Downloaded block-padding v0.3.3
5802026-05-05T03:40:08.655Z Downloaded cfg_aliases v0.2.1
5812026-05-05T03:40:08.658Z Downloaded ascii-canvas v3.0.0
5822026-05-05T03:40:08.660Z Downloaded bcrypt-pbkdf v0.10.0
5832026-05-05T03:40:08.661Z Downloaded atomic-waker v1.1.2
5842026-05-05T03:40:08.663Z Downloaded bb8 v0.8.6
5852026-05-05T03:40:08.666Z Downloaded atomicwrites v0.4.4
5862026-05-05T03:40:08.666Z Downloaded array-init v0.0.4
5872026-05-05T03:40:08.668Z Downloaded cargo-platform v0.1.9
5882026-05-05T03:40:08.672Z Downloaded dirs-sys-next v0.1.2
5892026-05-05T03:40:08.672Z Downloaded cpufeatures v0.3.0
5902026-05-05T03:40:08.672Z Downloaded async-stream v0.3.6
5912026-05-05T03:40:08.675Z Downloaded bitfield-struct v0.6.2
5922026-05-05T03:40:08.677Z Downloaded atty v0.2.14
5932026-05-05T03:40:08.680Z Downloaded cipher v0.4.4
5942026-05-05T03:40:08.683Z Downloaded crc32fast v1.5.0
5952026-05-05T03:40:08.683Z Downloaded bitfield v0.19.4
5962026-05-05T03:40:08.686Z Downloaded base16ct v0.2.0
5972026-05-05T03:40:08.686Z Downloaded async-stream-impl v0.3.6
5982026-05-05T03:40:08.690Z Downloaded castaway v0.2.4
5992026-05-05T03:40:08.693Z Downloaded aead v0.5.2
6002026-05-05T03:40:08.693Z Downloaded dirs-next v2.0.0
6012026-05-05T03:40:08.695Z Downloaded cexpr v0.6.0
6022026-05-05T03:40:08.701Z Downloaded buf-list v1.1.2
6032026-05-05T03:40:08.704Z Downloaded darling v0.23.0
6042026-05-05T03:40:08.719Z Downloaded darling v0.20.11
6052026-05-05T03:40:08.719Z Downloaded foreign-types v0.3.2
6062026-05-05T03:40:08.719Z Downloaded darling_core v0.21.3
6072026-05-05T03:40:08.721Z Downloaded defmt v0.3.100
6082026-05-05T03:40:08.722Z Downloaded const_format_proc_macros v0.2.34
6092026-05-05T03:40:08.722Z Downloaded base64ct v1.8.3
6102026-05-05T03:40:08.722Z Downloaded arrayvec v0.7.6
6112026-05-05T03:40:08.722Z Downloaded cobs v0.3.0
6122026-05-05T03:40:08.722Z Downloaded ena v0.14.4
6132026-05-05T03:40:08.722Z Downloaded drift v0.1.3
6142026-05-05T03:40:08.729Z Downloaded bcs v0.1.6
6152026-05-05T03:40:08.732Z Downloaded dof v0.4.0
6162026-05-05T03:40:08.732Z Downloaded convert_case v0.10.0
6172026-05-05T03:40:08.733Z Downloaded blake2 v0.10.6
6182026-05-05T03:40:08.736Z Downloaded derive_more v0.99.20
6192026-05-05T03:40:08.739Z Downloaded dtrace-parser v0.3.0
6202026-05-05T03:40:08.743Z Downloaded darling v0.21.3
6212026-05-05T03:40:08.748Z Downloaded derive-ex v0.1.8
6222026-05-05T03:40:08.748Z Downloaded der v0.7.10
6232026-05-05T03:40:08.748Z Downloaded darling_macro v0.23.0
6242026-05-05T03:40:08.748Z Downloaded fd-lock v4.0.4
6252026-05-05T03:40:08.751Z Downloaded foreign-types-shared v0.3.1
6262026-05-05T03:40:08.751Z Downloaded dsl_auto_type v0.2.0
6272026-05-05T03:40:08.751Z Downloaded crc v3.4.0
6282026-05-05T03:40:08.754Z Downloaded foldhash v0.1.5
6292026-05-05T03:40:08.754Z Downloaded env_logger v0.11.9
6302026-05-05T03:40:08.754Z Downloaded diesel_table_macro_syntax v0.3.0
6312026-05-05T03:40:08.757Z Downloaded bitfield-macros v0.19.4
6322026-05-05T03:40:08.758Z Downloaded compression-core v0.4.31
6332026-05-05T03:40:08.758Z Downloaded ctr v0.9.2
6342026-05-05T03:40:08.761Z Downloaded backon v1.6.0
6352026-05-05T03:40:08.761Z Downloaded fixedbitset v0.5.7
6362026-05-05T03:40:08.761Z Downloaded backoff v0.4.0
6372026-05-05T03:40:08.764Z Downloaded deranged v0.5.8
6382026-05-05T03:40:08.764Z Downloaded ciborium-io v0.2.2
6392026-05-05T03:40:08.768Z Downloaded bit-set v0.8.0
6402026-05-05T03:40:08.771Z Downloaded darling_macro v0.20.11
6412026-05-05T03:40:08.771Z Downloaded crunchy v0.2.4
6422026-05-05T03:40:08.771Z Downloaded crucible-workspace-hack v0.1.0
6432026-05-05T03:40:08.771Z Downloaded async-recursion v1.1.1
6442026-05-05T03:40:08.774Z Downloaded downcast-rs v2.0.2
6452026-05-05T03:40:08.774Z Downloaded convert_case v0.4.0
6462026-05-05T03:40:08.777Z Downloaded ciborium v0.2.2
6472026-05-05T03:40:08.780Z Downloaded fixedbitset v0.4.2
6482026-05-05T03:40:08.780Z Downloaded difflib v0.4.0
6492026-05-05T03:40:08.782Z Downloaded dropshot-api-manager-types v0.7.1
6502026-05-05T03:40:08.782Z Downloaded bit-vec v0.6.3
6512026-05-05T03:40:08.782Z Downloaded ahash v0.8.12
6522026-05-05T03:40:08.786Z Downloaded allocator-api2 v0.2.21
6532026-05-05T03:40:08.789Z Downloaded futures-task v0.3.32
6542026-05-05T03:40:08.789Z Downloaded ff v0.13.1
6552026-05-05T03:40:08.789Z Downloaded derive_builder_core v0.20.2
6562026-05-05T03:40:08.792Z Downloaded bit-set v0.5.3
6572026-05-05T03:40:08.792Z Downloaded ciborium-ll v0.2.2
6582026-05-05T03:40:08.792Z Downloaded darling_core v0.23.0
6592026-05-05T03:40:08.794Z Downloaded foreign-types v0.5.0
6602026-05-05T03:40:08.797Z Downloaded enum-as-inner v0.6.1
6612026-05-05T03:40:08.797Z Downloaded darling_macro v0.21.3
6622026-05-05T03:40:08.797Z Downloaded cstr-argument v0.1.2
6632026-05-05T03:40:08.802Z Downloaded embedded-io v0.6.1
6642026-05-05T03:40:08.803Z Downloaded debug-ignore v1.0.5
6652026-05-05T03:40:08.803Z Downloaded darling_core v0.20.11
6662026-05-05T03:40:08.811Z Downloaded futures-io v0.3.32
6672026-05-05T03:40:08.811Z Downloaded futures-core v0.3.32
6682026-05-05T03:40:08.811Z Downloaded derive_builder_macro v0.20.2
6692026-05-05T03:40:08.811Z Downloaded curve25519-dalek-derive v0.1.1
6702026-05-05T03:40:08.829Z Downloaded funty v2.0.0
6712026-05-05T03:40:08.829Z Downloaded embedded-io v0.4.0
6722026-05-05T03:40:08.829Z Downloaded crc8 v0.1.1
6732026-05-05T03:40:08.829Z Downloaded blowfish v0.9.1
6742026-05-05T03:40:08.829Z Downloaded env_filter v1.0.0
6752026-05-05T03:40:08.829Z Downloaded byte-wrapper v0.1.0
6762026-05-05T03:40:08.829Z Downloaded endian-type v0.1.2
6772026-05-05T03:40:08.830Z Downloaded base64 v0.22.1
6782026-05-05T03:40:08.830Z Downloaded foreign-types-macros v0.2.3
6792026-05-05T03:40:08.842Z Downloaded compact_str v0.8.1
6802026-05-05T03:40:08.842Z Downloaded futures-sink v0.3.32
6812026-05-05T03:40:08.842Z Downloaded critical-section v1.2.0
6822026-05-05T03:40:08.842Z Downloaded cmake v0.1.57
6832026-05-05T03:40:08.842Z Downloaded bitflags v1.3.2
6842026-05-05T03:40:08.842Z Downloaded futures-macro v0.3.32
6852026-05-05T03:40:08.842Z Downloaded foreign-types-shared v0.1.1
6862026-05-05T03:40:08.842Z Downloaded flagset v0.4.7
6872026-05-05T03:40:08.842Z Downloaded cassowary v0.3.0
6882026-05-05T03:40:08.842Z Downloaded display-error-chain v0.2.2
6892026-05-05T03:40:08.842Z Downloaded diesel-dtrace v0.5.0
6902026-05-05T03:40:08.842Z Downloaded daft v0.1.5
6912026-05-05T03:40:08.842Z Downloaded bit-vec v0.8.0
6922026-05-05T03:40:08.843Z Downloaded ecdsa v0.16.9
6932026-05-05T03:40:08.843Z Downloaded document-features v0.2.12
6942026-05-05T03:40:08.843Z Downloaded float-ord v0.3.2
6952026-05-05T03:40:08.849Z Downloaded crc-catalog v2.4.0
6962026-05-05T03:40:08.849Z Downloaded constant_time_eq v0.4.2
6972026-05-05T03:40:08.849Z Downloaded dunce v1.0.5
6982026-05-05T03:40:08.849Z Downloaded ghash v0.5.1
6992026-05-05T03:40:08.849Z Downloaded hash32 v0.3.1
7002026-05-05T03:40:08.849Z Downloaded fxhash v0.2.1
7012026-05-05T03:40:08.852Z Downloaded dyn-clone v1.0.20
7022026-05-05T03:40:08.852Z Downloaded headers-core v0.3.0
7032026-05-05T03:40:08.852Z Downloaded defmt-parser v1.0.0
7042026-05-05T03:40:08.855Z Downloaded home v0.5.12
7052026-05-05T03:40:08.855Z Downloaded find-msvc-tools v0.1.9
7062026-05-05T03:40:08.855Z Downloaded compression-codecs v0.4.37
7072026-05-05T03:40:08.858Z Downloaded argon2 v0.5.3
7082026-05-05T03:40:08.860Z Downloaded fs_extra v1.3.0
7092026-05-05T03:40:08.863Z Downloaded crossbeam-deque v0.8.6
7102026-05-05T03:40:08.863Z Downloaded chacha20 v0.10.0
7112026-05-05T03:40:08.866Z Downloaded chacha20 v0.9.1
7122026-05-05T03:40:08.871Z Downloaded futures-executor v0.3.32
7132026-05-05T03:40:08.871Z Downloaded http-body v1.0.1
7142026-05-05T03:40:08.875Z Downloaded foldhash v0.2.0
7152026-05-05T03:40:08.875Z Downloaded filetime v0.2.27
7162026-05-05T03:40:08.875Z Downloaded either v1.15.0
7172026-05-05T03:40:08.875Z Downloaded ed25519 v2.2.3
7182026-05-05T03:40:08.875Z Downloaded derive_builder v0.20.2
7192026-05-05T03:40:08.892Z Downloaded ident_case v1.0.1
7202026-05-05T03:40:08.892Z Downloaded hubpack_derive v0.1.1
7212026-05-05T03:40:08.900Z Downloaded http-range v0.1.5
7222026-05-05T03:40:08.902Z Downloaded globwalk v0.9.1
7232026-05-05T03:40:08.902Z Downloaded gethostname v0.5.0
7242026-05-05T03:40:08.902Z Downloaded corncobs v0.1.4
7252026-05-05T03:40:08.903Z Downloaded float-cmp v0.10.0
7262026-05-05T03:40:08.903Z Downloaded crossbeam-utils v0.8.21
7272026-05-05T03:40:08.903Z Downloaded cbc v0.1.2
7282026-05-05T03:40:08.903Z Downloaded daft-derive v0.1.5
7292026-05-05T03:40:08.903Z Downloaded bzip2 v0.4.4
7302026-05-05T03:40:08.903Z Downloaded erased-serde v0.3.31
7312026-05-05T03:40:08.903Z Downloaded csv-core v0.1.13
7322026-05-05T03:40:08.909Z Downloaded cancel-safe-futures v0.1.5
7332026-05-05T03:40:08.909Z Downloaded hyper-tls v0.6.0
7342026-05-05T03:40:08.909Z Downloaded cfg_aliases v0.1.1
7352026-05-05T03:40:08.909Z Downloaded hostname v0.4.2
7362026-05-05T03:40:08.909Z Downloaded hubpack v0.1.2
7372026-05-05T03:40:08.909Z Downloaded httpdate v1.0.3
7382026-05-05T03:40:08.909Z Downloaded hash32 v0.2.1
7392026-05-05T03:40:08.909Z Downloaded bytes v1.11.1
7402026-05-05T03:40:08.909Z Downloaded indoc v1.0.9
7412026-05-05T03:40:08.916Z Downloaded instant v0.1.13
7422026-05-05T03:40:08.921Z Downloaded cookie_store v0.22.1
7432026-05-05T03:40:08.923Z Downloaded group v0.13.0
7442026-05-05T03:40:08.924Z Downloaded glob v0.3.3
7452026-05-05T03:40:08.931Z Downloaded git-stub-vcs v0.1.0
7462026-05-05T03:40:08.931Z Downloaded fs-err v2.11.0
7472026-05-05T03:40:08.931Z Downloaded hex v0.4.3
7482026-05-05T03:40:08.931Z Downloaded crypto-bigint v0.5.5
7492026-05-05T03:40:08.931Z Downloaded is-terminal v0.4.17
7502026-05-05T03:40:08.932Z Downloaded instability v0.3.11
7512026-05-05T03:40:08.932Z Downloaded keccak v0.1.6
7522026-05-05T03:40:08.932Z Downloaded lazy_static v1.5.0
7532026-05-05T03:40:08.932Z Downloaded base64 v0.21.7
7542026-05-05T03:40:08.936Z Downloaded internet-checksum v0.2.1
7552026-05-05T03:40:08.936Z Downloaded inout v0.1.4
7562026-05-05T03:40:08.936Z Downloaded colored v2.2.0
7572026-05-05T03:40:08.936Z Downloaded kstat-rs v0.2.4
7582026-05-05T03:40:08.936Z Downloaded des v0.8.1
7592026-05-05T03:40:08.936Z Downloaded camino-tempfile-ext v0.3.3
7602026-05-05T03:40:08.941Z Downloaded elliptic-curve v0.13.8
7612026-05-05T03:40:08.942Z Downloaded dropshot_endpoint v0.16.7
7622026-05-05T03:40:08.945Z Downloaded lalrpop-util v0.19.12
7632026-05-05T03:40:08.945Z Downloaded is_ci v1.2.0
7642026-05-05T03:40:08.945Z Downloaded futures-channel v0.3.32
7652026-05-05T03:40:08.949Z Downloaded const-oid v0.9.6
7662026-05-05T03:40:08.949Z Downloaded cookie v0.18.1
7672026-05-05T03:40:08.953Z Downloaded libscf-sys v1.1.0
7682026-05-05T03:40:08.953Z Downloaded console v0.16.2
7692026-05-05T03:40:08.953Z Downloaded colored v3.1.1
7702026-05-05T03:40:08.955Z Downloaded lzss v0.8.2
7712026-05-05T03:40:08.955Z Downloaded managed v0.8.0
7722026-05-05T03:40:08.955Z Downloaded linked-hash-map v0.5.6
7732026-05-05T03:40:08.958Z Downloaded console v0.15.11
7742026-05-05T03:40:08.958Z Downloaded md5 v0.7.0
7752026-05-05T03:40:08.961Z Downloaded maybe-uninit v2.0.0
7762026-05-05T03:40:08.961Z Downloaded lru-cache v0.1.2
7772026-05-05T03:40:08.961Z Downloaded lru v0.12.5
7782026-05-05T03:40:08.963Z Downloaded async-bb8-diesel v0.2.1
7792026-05-05T03:40:08.963Z Downloaded der_derive v0.7.3
7802026-05-05T03:40:08.967Z Downloaded indent_write v2.2.0
7812026-05-05T03:40:08.967Z Downloaded git-stub v1.0.0
7822026-05-05T03:40:08.969Z Downloaded diff v0.1.13
7832026-05-05T03:40:08.969Z Downloaded match_cfg v0.1.0
7842026-05-05T03:40:08.972Z Downloaded lru-slab v0.1.2
7852026-05-05T03:40:08.972Z Downloaded md-5 v0.10.6
7862026-05-05T03:40:08.972Z Downloaded maplit v1.0.2
7872026-05-05T03:40:08.975Z Downloaded multimap v0.10.1
7882026-05-05T03:40:08.975Z Downloaded hex-literal v0.4.1
7892026-05-05T03:40:08.975Z Downloaded fallible-iterator v0.2.0
7902026-05-05T03:40:08.977Z Downloaded ingot-types v0.1.2
7912026-05-05T03:40:08.978Z Downloaded highway v1.3.0
7922026-05-05T03:40:08.994Z Downloaded http-body-util v0.1.3
7932026-05-05T03:40:08.994Z Downloaded memoffset v0.9.1
7942026-05-05T03:40:08.994Z Downloaded ingot v0.1.1
7952026-05-05T03:40:08.994Z Downloaded newtype-uuid-macros v0.1.0
7962026-05-05T03:40:08.994Z Downloaded mime v0.3.17
7972026-05-05T03:40:08.994Z Downloaded nibble_vec v0.1.0
7982026-05-05T03:40:08.994Z Downloaded newtype_derive v0.1.6
7992026-05-05T03:40:08.994Z Downloaded getrandom v0.2.17
8002026-05-05T03:40:08.995Z Downloaded globset v0.4.18
8012026-05-05T03:40:08.995Z Downloaded hyper-staticfile v0.10.1
8022026-05-05T03:40:08.995Z Downloaded defmt v1.0.1
8032026-05-05T03:40:08.997Z Downloaded new_debug_unreachable v1.0.6
8042026-05-05T03:40:08.997Z Downloaded normalize-line-endings v0.3.0
8052026-05-05T03:40:08.997Z Downloaded newline-converter v0.3.0
8062026-05-05T03:40:08.997Z Downloaded half v1.8.3
8072026-05-05T03:40:09.000Z Downloaded nonempty v0.12.0
8082026-05-05T03:40:09.000Z Downloaded crc-any v2.5.0
8092026-05-05T03:40:09.000Z Downloaded cargo_metadata v0.19.2
8102026-05-05T03:40:09.004Z Downloaded derive-where v1.6.0
8112026-05-05T03:40:09.008Z Downloaded futures v0.3.32
8122026-05-05T03:40:09.013Z Downloaded clang-sys v1.8.1
8132026-05-05T03:40:09.013Z Downloaded crossbeam-epoch v0.9.18
8142026-05-05T03:40:09.016Z Downloaded hostname v0.3.1
8152026-05-05T03:40:09.016Z Downloaded num-conv v0.2.0
8162026-05-05T03:40:09.016Z Downloaded libsw v3.5.0
8172026-05-05T03:40:09.016Z Downloaded indoc v2.0.7
8182026-05-05T03:40:09.019Z Downloaded hyper-rustls v0.27.7
8192026-05-05T03:40:09.021Z Downloaded humantime v2.3.0
8202026-05-05T03:40:09.021Z Downloaded linear-map v1.2.0
8212026-05-05T03:40:09.021Z Downloaded libsw-core v0.3.2
8222026-05-05T03:40:09.025Z Downloaded lock_api v0.4.14
8232026-05-05T03:40:09.025Z Downloaded jobserver v0.1.34
8242026-05-05T03:40:09.027Z Downloaded num v0.4.3
8252026-05-05T03:40:09.027Z Downloaded hmac v0.12.1
8262026-05-05T03:40:09.030Z Downloaded num-derive v0.3.3
8272026-05-05T03:40:09.030Z Downloaded nodrop v0.1.14
8282026-05-05T03:40:09.034Z Downloaded bzip2 v0.6.1
8292026-05-05T03:40:09.034Z Downloaded ipnet v2.11.0
8302026-05-05T03:40:09.036Z Downloaded getrandom v0.3.4
8312026-05-05T03:40:09.037Z Downloaded httparse v1.10.1
8322026-05-05T03:40:09.054Z Downloaded packed_struct_codegen v0.10.1
8332026-05-05T03:40:09.059Z Downloaded num-derive v0.4.2
8342026-05-05T03:40:09.059Z Downloaded newtype-uuid v1.3.2
8352026-05-05T03:40:09.061Z Downloaded mime_guess v2.0.5
8362026-05-05T03:40:09.061Z Downloaded oso-derive v0.27.3
8372026-05-05T03:40:09.061Z Downloaded openssl-probe v0.2.1
8382026-05-05T03:40:09.061Z Downloaded openssl-probe v0.1.6
8392026-05-05T03:40:09.061Z Downloaded openssl-macros v0.1.1
8402026-05-05T03:40:09.061Z Downloaded opaque-debug v0.3.1
8412026-05-05T03:40:09.064Z Downloaded multer v3.1.0
8422026-05-05T03:40:09.068Z Downloaded half v2.7.1
8432026-05-05T03:40:09.068Z Downloaded ingot-macros v0.1.1
8442026-05-05T03:40:09.070Z Downloaded impl-trait-for-tuples v0.2.3
8452026-05-05T03:40:09.070Z Downloaded iana-time-zone v0.1.65
8462026-05-05T03:40:09.074Z Downloaded fatfs v0.3.6
8472026-05-05T03:40:09.077Z Downloaded pbkdf2 v0.12.2
8482026-05-05T03:40:09.077Z Downloaded dropshot_endpoint v0.17.0
8492026-05-05T03:40:09.077Z Downloaded libefi-sys v0.1.0
8502026-05-05T03:40:09.080Z Downloaded ipnetwork v0.21.1
8512026-05-05T03:40:09.080Z Downloaded pbkdf2 v0.11.0
8522026-05-05T03:40:09.082Z Downloaded crossterm v0.28.1
8532026-05-05T03:40:09.085Z Downloaded parse-size v1.1.0
8542026-05-05T03:40:09.088Z Downloaded parse-display v0.10.0
8552026-05-05T03:40:09.088Z Downloaded olpc-cjson v0.1.4
8562026-05-05T03:40:09.091Z Downloaded nanorand v0.7.0
8572026-05-05T03:40:09.091Z Downloaded libloading v0.8.9
8582026-05-05T03:40:09.093Z Downloaded flume v0.11.1
8592026-05-05T03:40:09.096Z Downloaded data-encoding v2.10.0
8602026-05-05T03:40:09.096Z Downloaded num_enum v0.5.11
8612026-05-05T03:40:09.099Z Downloaded path-slash v0.1.5
8622026-05-05T03:40:09.102Z Downloaded num-integer v0.1.46
8632026-05-05T03:40:09.102Z Downloaded num-complex v0.4.6
8642026-05-05T03:40:09.104Z Downloaded num-iter v0.1.45
8652026-05-05T03:40:09.105Z Downloaded arc-swap v1.8.2
8662026-05-05T03:40:09.108Z Downloaded phf_shared v0.13.1
8672026-05-05T03:40:09.108Z Downloaded phf_shared v0.12.1
8682026-05-05T03:40:09.110Z Downloaded phf_shared v0.11.3
8692026-05-05T03:40:09.111Z Downloaded peg-runtime v0.8.5
8702026-05-05T03:40:09.111Z Downloaded chacha20poly1305 v0.10.1
8712026-05-05T03:40:09.111Z Downloaded defmt-macros v1.0.1
8722026-05-05T03:40:09.113Z Downloaded num_enum_derive v0.7.5
8732026-05-05T03:40:09.116Z Downloaded cc v1.2.56
8742026-05-05T03:40:09.119Z Downloaded async-trait v0.1.89
8752026-05-05T03:40:09.119Z Downloaded num-rational v0.4.2
8762026-05-05T03:40:09.121Z Downloaded ar_archive_writer v0.5.1
8772026-05-05T03:40:09.124Z Downloaded num_threads v0.1.7
8782026-05-05T03:40:09.127Z Downloaded powerfmt v0.2.0
8792026-05-05T03:40:09.129Z Downloaded predicates-tree v1.0.13
8802026-05-05T03:40:09.129Z Downloaded proc-macro-crate v3.4.0
8812026-05-05T03:40:09.132Z Downloaded predicates-core v1.0.10
8822026-05-05T03:40:09.132Z Downloaded precomputed-hash v0.1.1
8832026-05-05T03:40:09.132Z Downloaded derive_more v2.1.1
8842026-05-05T03:40:09.139Z Downloaded num_enum v0.7.5
8852026-05-05T03:40:09.143Z Downloaded packed_struct v0.10.1
8862026-05-05T03:40:09.143Z Downloaded indexmap v1.9.3
8872026-05-05T03:40:09.146Z Downloaded heapless v0.8.0
8882026-05-05T03:40:09.149Z Downloaded crossbeam-channel v0.5.15
8892026-05-05T03:40:09.152Z Downloaded num_enum_derive v0.5.11
8902026-05-05T03:40:09.152Z Downloaded owo-colors v4.3.0
8912026-05-05T03:40:09.156Z Downloaded paste v1.0.15
8922026-05-05T03:40:09.162Z Downloaded proc-macro-crate v1.3.1
8932026-05-05T03:40:09.162Z Downloaded ed25519-dalek v2.2.0
8942026-05-05T03:40:09.162Z Downloaded oxnet v0.1.4
8952026-05-05T03:40:09.165Z Downloaded progenitor-macro v0.10.0
8962026-05-05T03:40:09.165Z Downloaded password-hash v0.5.0
8972026-05-05T03:40:09.165Z Downloaded const_format v0.2.35
8982026-05-05T03:40:09.170Z Downloaded bumpalo v3.20.2
8992026-05-05T03:40:09.173Z Downloaded phf v0.12.1
9002026-05-05T03:40:09.173Z Downloaded progenitor-client v0.10.0
9012026-05-05T03:40:09.173Z Downloaded password-hash v0.4.2
9022026-05-05T03:40:09.177Z Downloaded native-tls v0.2.18
9032026-05-05T03:40:09.177Z Downloaded libbz2-rs-sys v0.2.2
9042026-05-05T03:40:09.177Z Downloaded pem v3.0.6
9052026-05-05T03:40:09.180Z Downloaded peg v0.8.5
9062026-05-05T03:40:09.180Z Downloaded peg-macros v0.8.5
9072026-05-05T03:40:09.180Z Downloaded parking_lot_core v0.8.6
9082026-05-05T03:40:09.185Z Downloaded progenitor-macro v0.13.0
9092026-05-05T03:40:09.185Z Downloaded phf v0.13.1
9102026-05-05T03:40:09.188Z Downloaded psl-types v2.0.11
9112026-05-05T03:40:09.189Z Downloaded progenitor-macro v0.14.0
9122026-05-05T03:40:09.192Z Downloaded headers v0.4.1
9132026-05-05T03:40:09.199Z Downloaded pin-utils v0.1.0
9142026-05-05T03:40:09.203Z Downloaded memmap2 v0.9.10
9152026-05-05T03:40:09.203Z Downloaded nu-ansi-term v0.50.3
9162026-05-05T03:40:09.203Z Downloaded poly1305 v0.8.0
9172026-05-05T03:40:09.203Z Downloaded quick-error v1.2.3
9182026-05-05T03:40:09.207Z Downloaded pem-rfc7468 v0.7.0
9192026-05-05T03:40:09.207Z Downloaded pkg-config v0.3.32
9202026-05-05T03:40:09.207Z Downloaded omicron-zone-package v0.12.2
9212026-05-05T03:40:09.212Z Downloaded rand_chacha v0.3.1
9222026-05-05T03:40:09.212Z Downloaded parking_lot v0.11.2
9232026-05-05T03:40:09.212Z Downloaded radium v0.7.0
9242026-05-05T03:40:09.216Z Downloaded flate2 v1.1.9
9252026-05-05T03:40:09.216Z Downloaded polyval v0.6.2
9262026-05-05T03:40:09.219Z Downloaded expectorate v1.2.0
9272026-05-05T03:40:09.222Z Downloaded ppv-lite86 v0.2.21
9282026-05-05T03:40:09.222Z Downloaded async-compression v0.4.41
9292026-05-05T03:40:09.225Z Downloaded indicatif v0.18.4
9302026-05-05T03:40:09.231Z Downloaded oxide-tokio-rt v0.1.4
9312026-05-05T03:40:09.236Z Downloaded parse-display-derive v0.10.0
9322026-05-05T03:40:09.236Z Downloaded predicates v3.1.4
9332026-05-05T03:40:09.236Z Downloaded postgres-protocol v0.6.10
9342026-05-05T03:40:09.236Z Downloaded ignore v0.4.25
9352026-05-05T03:40:09.245Z Downloaded hickory-resolver v0.24.4
9362026-05-05T03:40:09.245Z Downloaded proc-macro-error2 v2.0.1
9372026-05-05T03:40:09.245Z Downloaded ref-cast-impl v1.0.25
9382026-05-05T03:40:09.245Z Downloaded recursive-proc-macro-impl v0.1.1
9392026-05-05T03:40:09.255Z Downloaded recursive v0.1.1
9402026-05-05T03:40:09.256Z Downloaded progenitor v0.14.0
9412026-05-05T03:40:09.256Z Downloaded progenitor v0.13.0
9422026-05-05T03:40:09.258Z Downloaded progenitor-macro v0.11.2
9432026-05-05T03:40:09.262Z Downloaded litrs v1.0.0
9442026-05-05T03:40:09.262Z Downloaded progenitor-client v0.14.0
9452026-05-05T03:40:09.262Z Downloaded progenitor-client v0.11.2
9462026-05-05T03:40:09.262Z Downloaded proc-macro-error-attr2 v2.0.0
9472026-05-05T03:40:09.263Z Downloaded parking_lot_core v0.9.12
9482026-05-05T03:40:09.280Z Downloaded heapless v0.7.17
9492026-05-05T03:40:09.281Z Downloaded ref-cast v1.0.25
9502026-05-05T03:40:09.281Z Downloaded progenitor-client v0.13.0
9512026-05-05T03:40:09.281Z Downloaded aes v0.8.4
9522026-05-05T03:40:09.281Z Downloaded pkcs1 v0.7.5
9532026-05-05T03:40:09.281Z Downloaded psm v0.1.30
9542026-05-05T03:40:09.281Z Downloaded derive_more-impl v2.1.1
9552026-05-05T03:40:09.281Z Downloaded hickory-resolver v0.25.2
9562026-05-05T03:40:09.294Z Downloaded pin-project-internal v1.1.11
9572026-05-05T03:40:09.294Z Downloaded rfc6979 v0.4.0
9582026-05-05T03:40:09.294Z Downloaded oso v0.27.3
9592026-05-05T03:40:09.294Z Downloaded rustc-hash v2.1.1
9602026-05-05T03:40:09.294Z Downloaded rand_xorshift v0.4.0
9612026-05-05T03:40:09.295Z Downloaded rand_chacha v0.9.0
9622026-05-05T03:40:09.314Z Downloaded dropshot-api-manager v0.7.1
9632026-05-05T03:40:09.315Z Downloaded pkcs8 v0.10.2
9642026-05-05T03:40:09.315Z Downloaded russh-cryptovec v0.7.3
9652026-05-05T03:40:09.315Z Downloaded pin-project-lite v0.2.17
9662026-05-05T03:40:09.315Z Downloaded progenitor v0.11.2
9672026-05-05T03:40:09.315Z Downloaded miniz_oxide v0.8.9
9682026-05-05T03:40:09.315Z Downloaded rtoolbox v0.0.3
9692026-05-05T03:40:09.342Z Downloaded postgres-types v0.2.12
9702026-05-05T03:40:09.342Z Downloaded pkcs5 v0.7.1
9712026-05-05T03:40:09.342Z Downloaded p256 v0.13.2
9722026-05-05T03:40:09.342Z Downloaded diesel_derives v2.3.7
9732026-05-05T03:40:09.343Z Downloaded rustc_version v0.1.7
9742026-05-05T03:40:09.343Z Downloaded rand_core v0.10.0
9752026-05-05T03:40:09.343Z Downloaded rand_core v0.6.4
9762026-05-05T03:40:09.343Z Downloaded jiff-static v0.2.21
9772026-05-05T03:40:09.343Z Downloaded hashbrown v0.12.3
9782026-05-05T03:40:09.343Z Downloaded rustc_version v0.4.1
9792026-05-05T03:40:09.343Z Downloaded salsa20 v0.10.2
9802026-05-05T03:40:09.343Z Downloaded same-file v1.0.6
9812026-05-05T03:40:09.343Z Downloaded primeorder v0.13.6
9822026-05-05T03:40:09.343Z Downloaded progenitor v0.10.0
9832026-05-05T03:40:09.352Z Downloaded progenitor-extras v0.2.0
9842026-05-05T03:40:09.352Z Downloaded rand_seeder v0.4.0
9852026-05-05T03:40:09.352Z Downloaded scroll_derive v0.13.1
9862026-05-05T03:40:09.352Z Downloaded secrecy v0.8.0
9872026-05-05T03:40:09.352Z Downloaded scheduled-thread-pool v0.2.7
9882026-05-05T03:40:09.353Z Downloaded sapling-renderdag v0.1.0
9892026-05-05T03:40:09.353Z Downloaded pin-project v1.1.11
9902026-05-05T03:40:09.357Z Downloaded secrecy v0.10.3
9912026-05-05T03:40:09.357Z Downloaded http v1.4.0
9922026-05-05T03:40:09.357Z Downloaded semver v0.1.20
9932026-05-05T03:40:09.357Z Downloaded scrypt v0.11.0
9942026-05-05T03:40:09.357Z Downloaded scopeguard v1.2.0
9952026-05-05T03:40:09.361Z Downloaded parking_lot v0.12.5
9962026-05-05T03:40:09.361Z Downloaded rand_core v0.9.5
9972026-05-05T03:40:09.361Z Downloaded quinn-udp v0.5.14
9982026-05-05T03:40:09.383Z Downloaded r2d2 v0.8.10
9992026-05-05T03:40:09.410Z Downloaded rustls-native-certs v0.8.3
10002026-05-05T03:40:09.411Z Downloaded resolv-conf v0.7.6
10012026-05-05T03:40:09.411Z Downloaded serde-big-array v0.5.1
10022026-05-05T03:40:09.411Z Downloaded serde_spanned v1.0.4
10032026-05-05T03:40:09.411Z Downloaded serde_bytes v0.11.19
10042026-05-05T03:40:09.411Z Downloaded signal-hook-mio v0.2.5
10052026-05-05T03:40:09.411Z Downloaded serde_urlencoded v0.7.1
10062026-05-05T03:40:09.411Z Downloaded signature v2.2.0
10072026-05-05T03:40:09.411Z Downloaded signal-hook-tokio v0.3.1
10082026-05-05T03:40:09.411Z Downloaded serde_plain v1.0.2
10092026-05-05T03:40:09.426Z Downloaded rustls-pemfile v2.2.0
10102026-05-05T03:40:09.426Z Downloaded sigpipe v0.1.3
10112026-05-05T03:40:09.426Z Downloaded rusty-fork v0.3.1
10122026-05-05T03:40:09.426Z Downloaded rustls-pemfile v1.0.4
10132026-05-05T03:40:09.426Z Downloaded progenitor-impl v0.11.2
10142026-05-05T03:40:09.426Z Downloaded prefix-trie v0.7.0
10152026-05-05T03:40:09.426Z Downloaded shell-words v1.1.1
10162026-05-05T03:40:09.426Z Downloaded serde_repr v0.1.20
10172026-05-05T03:40:09.426Z Downloaded scroll v0.13.0
10182026-05-05T03:40:09.426Z Downloaded schemars_derive v0.8.22
10192026-05-05T03:40:09.426Z Downloaded progenitor-impl v0.14.0
10202026-05-05T03:40:09.443Z Downloaded siphasher v1.0.2
10212026-05-05T03:40:09.457Z Downloaded sec1 v0.7.3
10222026-05-05T03:40:09.457Z Downloaded papergrid v0.17.0
10232026-05-05T03:40:09.457Z Downloaded slog-envlogger v2.2.0
10242026-05-05T03:40:09.457Z Downloaded ssh-cipher v0.2.0
10252026-05-05T03:40:09.457Z Downloaded sha1 v0.10.6
10262026-05-05T03:40:09.471Z Downloaded serde_path_to_error v0.1.20
10272026-05-05T03:40:09.471Z Downloaded serde_derive_internals v0.29.1
10282026-05-05T03:40:09.471Z Downloaded postcard v1.1.3
10292026-05-05T03:40:09.472Z Downloaded russh-keys v0.45.0
10302026-05-05T03:40:09.480Z Downloaded slog-bunyan v2.5.0
10312026-05-05T03:40:09.480Z Downloaded hyper-util v0.1.20
10322026-05-05T03:40:09.483Z Downloaded serde-hex v0.1.0
10332026-05-05T03:40:09.483Z Downloaded seq-macro v0.3.6
10342026-05-05T03:40:09.483Z Downloaded progenitor-impl v0.10.0
10352026-05-05T03:40:09.489Z Downloaded minimal-lexical v0.2.1
10362026-05-05T03:40:09.492Z Downloaded ssh-encoding v0.2.0
10372026-05-05T03:40:09.492Z Downloaded prettyplease v0.2.37
10382026-05-05T03:40:09.501Z Downloaded structmeta-derive v0.3.0
10392026-05-05T03:40:09.501Z Downloaded sqlparser_derive v0.5.0
10402026-05-05T03:40:09.501Z Downloaded openssl-sys v0.9.114
10412026-05-05T03:40:09.521Z Downloaded strum v0.26.3
10422026-05-05T03:40:09.521Z Downloaded simd-adler32 v0.3.8
10432026-05-05T03:40:09.521Z Downloaded rustversion v1.0.22
10442026-05-05T03:40:09.521Z Downloaded hashbrown v0.13.2
10452026-05-05T03:40:09.521Z Downloaded signal-hook-registry v1.4.8
10462026-05-05T03:40:09.521Z Downloaded crossterm v0.29.0
10472026-05-05T03:40:09.535Z Downloaded progenitor-impl v0.13.0
10482026-05-05T03:40:09.535Z Downloaded sct v0.7.1
10492026-05-05T03:40:09.535Z Downloaded tap v1.0.1
10502026-05-05T03:40:09.535Z Downloaded sync-ptr v0.1.4
10512026-05-05T03:40:09.535Z Downloaded slog-async v2.8.0
10522026-05-05T03:40:09.535Z Downloaded slab v0.4.12
10532026-05-05T03:40:09.535Z Downloaded slog-dtrace v0.3.0
10542026-05-05T03:40:09.535Z Downloaded hashbrown v0.16.1
10552026-05-05T03:40:09.535Z Downloaded hickory-server v0.25.2
10562026-05-05T03:40:09.556Z Downloaded slog-term v2.9.2
10572026-05-05T03:40:09.556Z Downloaded tabled_derive v0.11.0
10582026-05-05T03:40:09.556Z Downloaded subtle v2.6.1
10592026-05-05T03:40:09.556Z Downloaded strip-ansi-escapes v0.2.1
10602026-05-05T03:40:09.556Z Downloaded take_mut v0.2.2
10612026-05-05T03:40:09.556Z Downloaded supports-color v3.0.2
10622026-05-05T03:40:09.556Z Downloaded termtree v0.5.1
10632026-05-05T03:40:09.556Z Downloaded smallvec v0.6.14
10642026-05-05T03:40:09.556Z Downloaded smf v0.2.3
10652026-05-05T03:40:09.556Z Downloaded tabwriter v1.4.1
10662026-05-05T03:40:09.556Z Downloaded itertools v0.10.5
10672026-05-05T03:40:09.556Z Downloaded thiserror-impl-no-std v2.0.2
10682026-05-05T03:40:09.556Z Downloaded static_assertions v1.1.0
10692026-05-05T03:40:09.556Z Downloaded tagptr v0.2.0
10702026-05-05T03:40:09.556Z Downloaded sync_wrapper v1.0.2
10712026-05-05T03:40:09.556Z Downloaded structmeta v0.3.0
10722026-05-05T03:40:09.556Z Downloaded spki v0.7.3
10732026-05-05T03:40:09.561Z Downloaded slog-scope v4.4.1
10742026-05-05T03:40:09.561Z Downloaded rustls-pki-types v1.14.0
10752026-05-05T03:40:09.561Z Downloaded shlex v1.3.0
10762026-05-05T03:40:09.561Z Downloaded pretty_assertions v1.4.1
10772026-05-05T03:40:09.561Z Downloaded testing_table v0.3.0
10782026-05-05T03:40:09.573Z Downloaded serde_with_macros v3.17.0
10792026-05-05T03:40:09.573Z Downloaded string_cache v0.8.9
10802026-05-05T03:40:09.593Z Downloaded rcgen v0.12.1
10812026-05-05T03:40:09.593Z Downloaded mio v1.2.0
10822026-05-05T03:40:09.607Z Downloaded support-bundle-viewer v0.1.2
10832026-05-05T03:40:09.607Z Downloaded stringprep v0.1.5
10842026-05-05T03:40:09.607Z Downloaded strum v0.27.2
10852026-05-05T03:40:09.607Z Downloaded strum_macros v0.24.3
10862026-05-05T03:40:09.607Z Downloaded rayon-core v1.13.0
10872026-05-05T03:40:09.607Z Downloaded stacker v0.1.23
10882026-05-05T03:40:09.607Z Downloaded num-bigint v0.4.6
10892026-05-05T03:40:09.607Z Downloaded nom v7.1.3
10902026-05-05T03:40:09.607Z Downloaded serde_cbor v0.11.2
10912026-05-05T03:40:09.613Z Downloaded ryu v1.0.23
10922026-05-05T03:40:09.613Z Downloaded quinn v0.11.9
10932026-05-05T03:40:09.613Z Downloaded rustls-platform-verifier v0.6.2
10942026-05-05T03:40:09.613Z Downloaded slog-json v2.6.1
10952026-05-05T03:40:09.613Z Downloaded thread-id v5.1.0
10962026-05-05T03:40:09.613Z Downloaded time-core v0.1.8
10972026-05-05T03:40:09.613Z Downloaded publicsuffix v2.3.0
10982026-05-05T03:40:09.620Z Downloaded sqlformat v0.3.5
10992026-05-05T03:40:09.620Z Downloaded slog-stdlog v4.1.1
11002026-05-05T03:40:09.620Z Downloaded snafu-derive v0.8.9
11012026-05-05T03:40:09.620Z Downloaded thread_local v1.1.9
11022026-05-05T03:40:09.630Z Downloaded libxml v0.3.3
11032026-05-05T03:40:09.631Z Downloaded itertools v0.12.1
11042026-05-05T03:40:09.643Z Downloaded tokio-macros v2.7.0
11052026-05-05T03:40:09.643Z Downloaded tinyvec_macros v0.1.1
11062026-05-05T03:40:09.643Z Downloaded ron v0.8.1
11072026-05-05T03:40:09.643Z Downloaded topological-sort v0.2.2
11082026-05-05T03:40:09.656Z Downloaded aes-gcm v0.10.3
11092026-05-05T03:40:09.656Z Downloaded thiserror-no-std v2.0.2
11102026-05-05T03:40:09.656Z Downloaded iddqd v0.3.18
11112026-05-05T03:40:09.656Z Downloaded hashbrown v0.15.5
11122026-05-05T03:40:09.663Z Downloaded num-bigint-dig v0.8.6
11132026-05-05T03:40:09.663Z Downloaded spin v0.9.8
11142026-05-05T03:40:09.663Z Downloaded serde_yaml v0.9.34+deprecated
11152026-05-05T03:40:09.663Z Downloaded tower-service v0.3.3
11162026-05-05T03:40:09.663Z Downloaded strum_macros v0.26.4
11172026-05-05T03:40:09.671Z Downloaded rsa v0.9.10
11182026-05-05T03:40:09.671Z Downloaded strum_macros v0.27.2
11192026-05-05T03:40:09.679Z Downloaded iri-string v0.7.10
11202026-05-05T03:40:09.679Z Downloaded socket2 v0.6.3
11212026-05-05T03:40:09.694Z Downloaded try-lock v0.2.5
11222026-05-05T03:40:09.694Z Downloaded tiny-keccak v2.0.2
11232026-05-05T03:40:09.694Z Downloaded tokio-dtrace v0.1.1
11242026-05-05T03:40:09.695Z Downloaded tower-layer v0.3.3
11252026-05-05T03:40:09.695Z Downloaded tls_codec v0.4.2
11262026-05-05T03:40:09.695Z Downloaded trait-variant v0.1.2
11272026-05-05T03:40:09.695Z Downloaded typify-macro v0.6.2
11282026-05-05T03:40:09.695Z Downloaded libm v0.2.16
11292026-05-05T03:40:09.713Z Downloaded time-macros v0.2.27
11302026-05-05T03:40:09.713Z Downloaded socket2 v0.5.10
11312026-05-05T03:40:09.713Z Downloaded unarray v0.1.4
11322026-05-05T03:40:09.713Z Downloaded typify-macro v0.4.3
11332026-05-05T03:40:09.713Z Downloaded schemars v0.8.22
11342026-05-05T03:40:09.719Z Downloaded qorb v0.4.1
11352026-05-05T03:40:09.719Z Downloaded unit-prefix v0.5.2
11362026-05-05T03:40:09.719Z Downloaded slog v2.8.2
11372026-05-05T03:40:09.719Z Downloaded unicode-truncate v1.1.0
11382026-05-05T03:40:09.720Z Downloaded tokio-tungstenite v0.23.1
11392026-05-05T03:40:09.720Z Downloaded tls_codec_derive v0.4.2
11402026-05-05T03:40:09.720Z Downloaded term v0.7.0
11412026-05-05T03:40:09.726Z Downloaded untrusted v0.7.1
11422026-05-05T03:40:09.726Z Downloaded universal-hash v0.5.1
11432026-05-05T03:40:09.726Z Downloaded usdt-attr-macro v0.6.0
11442026-05-05T03:40:09.727Z Downloaded usdt v0.6.0
11452026-05-05T03:40:09.727Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11462026-05-05T03:40:09.727Z Downloaded utf-8 v0.7.6
11472026-05-05T03:40:09.727Z Downloaded usdt-macro v0.6.0
11482026-05-05T03:40:09.751Z Downloaded tokio-rustls v0.25.0
11492026-05-05T03:40:09.768Z Downloaded subprocess v0.2.15
11502026-05-05T03:40:09.768Z Downloaded aho-corasick v1.1.4
11512026-05-05T03:40:09.768Z Downloaded rand v0.10.0
11522026-05-05T03:40:09.768Z Downloaded rand v0.8.5
11532026-05-05T03:40:09.768Z Downloaded hkdf v0.12.4
11542026-05-05T03:40:09.768Z Downloaded signal-hook v0.3.18
11552026-05-05T03:40:09.768Z Downloaded toml_writer v1.0.6+spec-1.1.0
11562026-05-05T03:40:09.768Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11572026-05-05T03:40:09.768Z Downloaded rand v0.9.2
11582026-05-05T03:40:09.768Z Downloaded want v0.3.1
11592026-05-05T03:40:09.768Z Downloaded void v1.0.2
11602026-05-05T03:40:09.768Z Downloaded term v1.2.1
11612026-05-05T03:40:09.768Z Downloaded termios v0.3.3
11622026-05-05T03:40:09.777Z Downloaded itertools v0.13.0
11632026-05-05T03:40:09.777Z Downloaded waitgroup v0.1.2
11642026-05-05T03:40:09.777Z Downloaded wait-timeout v0.2.1
11652026-05-05T03:40:09.777Z Downloaded hyper v1.8.1
11662026-05-05T03:40:09.790Z Downloaded schemars v1.2.1
11672026-05-05T03:40:09.803Z Downloaded tokio-native-tls v0.3.1
11682026-05-05T03:40:09.803Z Downloaded schemars v0.9.0
11692026-05-05T03:40:09.803Z Downloaded xattr v1.6.1
11702026-05-05T03:40:09.803Z Downloaded tui-tree-widget v0.23.1
11712026-05-05T03:40:09.803Z Downloaded samael v0.0.19
11722026-05-05T03:40:09.815Z Downloaded unicase v2.9.0
11732026-05-05T03:40:09.815Z Downloaded tokio-stream v0.1.18
11742026-05-05T03:40:09.815Z Downloaded snafu v0.8.9
11752026-05-05T03:40:09.815Z Downloaded tokio-rustls v0.24.1
11762026-05-05T03:40:09.815Z Downloaded blake3 v1.8.3
11772026-05-05T03:40:09.820Z Downloaded zone v0.3.1
11782026-05-05T03:40:09.820Z Downloaded untrusted v0.9.0
11792026-05-05T03:40:09.820Z Downloaded tokio-tungstenite v0.21.0
11802026-05-05T03:40:09.820Z Downloaded tokio-rustls v0.26.4
11812026-05-05T03:40:09.820Z Downloaded usdt-impl v0.6.0
11822026-05-05T03:40:09.820Z Downloaded test-strategy v0.4.5
11832026-05-05T03:40:09.824Z Downloaded zeroize_derive v1.4.3
11842026-05-05T03:40:09.832Z Downloaded toml_parser v1.0.9+spec-1.1.0
11852026-05-05T03:40:09.843Z Downloaded zone_cfg_derive v0.3.1
11862026-05-05T03:40:09.844Z Downloaded vergen-git2 v1.0.7
11872026-05-05T03:40:09.850Z Downloaded itertools v0.14.0
11882026-05-05T03:40:09.850Z Downloaded vergen-gitcl v1.0.8
11892026-05-05T03:40:09.850Z Downloaded uzers v0.12.2
11902026-05-05T03:40:09.850Z Downloaded twox-hash v2.1.2
11912026-05-05T03:40:09.850Z Downloaded vsss-rs v3.3.4
11922026-05-05T03:40:09.850Z Downloaded tracing-attributes v0.1.31
11932026-05-05T03:40:09.850Z Downloaded similar v2.7.0
11942026-05-05T03:40:09.874Z Downloaded p521 v0.13.3
11952026-05-05T03:40:09.874Z Downloaded tinyvec v1.10.0
11962026-05-05T03:40:09.874Z Downloaded h2 v0.4.13
11972026-05-05T03:40:09.874Z Downloaded whoami v2.1.0
11982026-05-05T03:40:09.874Z Downloaded futures-util v0.3.32
11992026-05-05T03:40:09.879Z Downloaded wyz v0.5.1
12002026-05-05T03:40:09.879Z Downloaded rustls-webpki v0.103.9
12012026-05-05T03:40:09.879Z Downloaded xshell-macros v0.2.7
12022026-05-05T03:40:09.879Z Downloaded whoami v1.6.1
12032026-05-05T03:40:09.879Z Downloaded walkdir v2.5.0
12042026-05-05T03:40:09.879Z Downloaded tar v0.4.45
12052026-05-05T03:40:09.879Z Downloaded xshell v0.2.7
12062026-05-05T03:40:09.879Z Downloaded vergen-lib v0.1.6
12072026-05-05T03:40:09.879Z Downloaded unicode-properties v0.1.4
12082026-05-05T03:40:09.887Z Downloaded toml v1.0.6+spec-1.1.0
12092026-05-05T03:40:09.887Z Downloaded zstd-safe v7.2.4
12102026-05-05T03:40:09.887Z Downloaded toml v0.9.12+spec-1.1.0
12112026-05-05T03:40:09.898Z Downloaded toml v0.7.8
12122026-05-05T03:40:09.920Z Downloaded aws-lc-rs v1.16.0
12132026-05-05T03:40:09.920Z Downloaded zeroize v1.8.2
12142026-05-05T03:40:09.920Z Downloaded typify v0.6.2
12152026-05-05T03:40:09.929Z Downloaded rustyline v14.0.0
12162026-05-05T03:40:09.929Z Downloaded typify v0.4.3
12172026-05-05T03:40:09.929Z Downloaded zstd v0.13.3
12182026-05-05T03:40:09.935Z Downloaded unsafe-libyaml v0.2.11
12192026-05-05T03:40:09.945Z Downloaded vergen v9.0.6
12202026-05-05T03:40:09.945Z Downloaded unicode-bidi v0.3.18
12212026-05-05T03:40:09.945Z Downloaded toml_edit v0.23.10+spec-1.0.0
12222026-05-05T03:40:09.951Z Downloaded yasna v0.5.2
12232026-05-05T03:40:09.952Z Downloaded russh v0.45.0
12242026-05-05T03:40:09.966Z Downloaded rpassword v7.4.0
12252026-05-05T03:40:09.966Z Downloaded git2 v0.20.4
12262026-05-05T03:40:09.966Z Downloaded ssh-key v0.6.7
12272026-05-05T03:40:09.979Z Downloaded zerocopy v0.6.6
12282026-05-05T03:40:09.979Z Downloaded reedline v0.40.0
12292026-05-05T03:40:09.986Z Downloaded tungstenite v0.21.0
12302026-05-05T03:40:09.986Z Downloaded tungstenite v0.23.0
12312026-05-05T03:40:10.001Z Downloaded bindgen v0.71.1
12322026-05-05T03:40:10.012Z Downloaded p384 v0.13.1
12332026-05-05T03:40:10.018Z Downloaded bitvec v1.0.1
12342026-05-05T03:40:10.027Z Downloaded toml_edit v0.19.15
12352026-05-05T03:40:10.033Z Downloaded reqwest v0.12.28
12362026-05-05T03:40:10.040Z Downloaded uuid v1.23.0
12372026-05-05T03:40:10.078Z Downloaded chrono v0.4.44
12382026-05-05T03:40:10.078Z Downloaded steno v0.4.1
12392026-05-05T03:40:10.090Z Downloaded vte v0.14.1
12402026-05-05T03:40:10.090Z Downloaded regex v1.12.3
12412026-05-05T03:40:10.090Z Downloaded quick-xml v0.37.5
12422026-05-05T03:40:10.090Z Downloaded tracing-core v0.1.36
12432026-05-05T03:40:10.090Z Downloaded reqwest v0.13.2
12442026-05-05T03:40:10.090Z Downloaded yansi v1.0.1
12452026-05-05T03:40:10.091Z Downloaded unicode_categories v0.1.1
12462026-05-05T03:40:10.091Z Downloaded tokio-postgres v0.7.16
12472026-05-05T03:40:10.091Z Downloaded rayon v1.11.0
12482026-05-05T03:40:10.091Z Downloaded zopfli v0.8.3
12492026-05-05T03:40:10.103Z Downloaded zip v0.6.6
12502026-05-05T03:40:10.116Z Downloaded lalrpop v0.19.12
12512026-05-05T03:40:10.133Z Downloaded goblin v0.10.5
12522026-05-05T03:40:10.133Z Downloaded portable-atomic v1.13.1
12532026-05-05T03:40:10.133Z Downloaded tower v0.5.3
12542026-05-05T03:40:10.133Z Downloaded zerocopy-derive v0.8.40
12552026-05-05T03:40:10.139Z Downloaded moka v0.12.13
12562026-05-05T03:40:10.139Z Downloaded x509-cert v0.2.5
12572026-05-05T03:40:10.139Z Downloaded salty v0.3.0
12582026-05-05T03:40:10.143Z Downloaded typed-path v0.9.3
12592026-05-05T03:40:10.163Z Downloaded rustls-webpki v0.101.7
12602026-05-05T03:40:10.178Z Downloaded unicode-segmentation v1.12.0
12612026-05-05T03:40:10.178Z Downloaded tough v0.20.0
12622026-05-05T03:40:10.178Z Downloaded tower-http v0.6.8
12632026-05-05T03:40:10.178Z Downloaded petname v2.0.2
12642026-05-05T03:40:10.181Z Downloaded rustls-webpki v0.102.8
12652026-05-05T03:40:10.190Z Downloaded proptest v1.10.0
12662026-05-05T03:40:10.212Z Downloaded tokio-util v0.7.18
12672026-05-05T03:40:10.212Z Downloaded unicode-normalization v0.1.25
12682026-05-05T03:40:10.212Z Downloaded serde_with v3.17.0
12692026-05-05T03:40:10.225Z Downloaded nix v0.27.1
12702026-05-05T03:40:10.225Z Downloaded zip v4.6.1
12712026-05-05T03:40:10.226Z Downloaded curve25519-dalek v4.1.3
12722026-05-05T03:40:10.232Z Downloaded radix_trie v0.2.1
12732026-05-05T03:40:10.232Z Downloaded object v0.30.4
12742026-05-05T03:40:10.249Z Downloaded winnow v0.5.40
12752026-05-05T03:40:10.257Z Downloaded polar-core v0.27.3
12762026-05-05T03:40:10.286Z Downloaded winnow v0.6.26
12772026-05-05T03:40:10.294Z Downloaded bstr v1.12.1
12782026-05-05T03:40:10.297Z Downloaded nix v0.28.0
12792026-05-05T03:40:10.305Z Downloaded openssl v0.10.78
12802026-05-05T03:40:10.314Z Downloaded dropshot v0.16.7
12812026-05-05T03:40:10.324Z Downloaded regex-syntax v0.6.29
12822026-05-05T03:40:10.333Z Downloaded nix v0.29.0
12832026-05-05T03:40:10.351Z Downloaded quinn-proto v0.11.13
12842026-05-05T03:40:10.351Z Downloaded tabled v0.20.0
12852026-05-05T03:40:10.354Z Downloaded object v0.37.3
12862026-05-05T03:40:10.359Z Downloaded hickory-proto v0.24.4
12872026-05-05T03:40:10.366Z Downloaded vcpkg v0.2.15
12882026-05-05T03:40:10.392Z Downloaded zlib-rs v0.6.2
12892026-05-05T03:40:10.400Z Downloaded rustls v0.21.12
12902026-05-05T03:40:10.400Z Downloaded smoltcp v0.11.0
12912026-05-05T03:40:10.408Z Downloaded openapiv3 v2.2.0
12922026-05-05T03:40:10.425Z Downloaded time v0.3.47
12932026-05-05T03:40:10.442Z Downloaded smoltcp v0.9.1
12942026-05-05T03:40:10.442Z Downloaded regress v0.10.5
12952026-05-05T03:40:10.442Z Downloaded regex-syntax v0.8.10
12962026-05-05T03:40:10.450Z Downloaded regress v0.11.1
12972026-05-05T03:40:10.450Z Downloaded hickory-proto v0.25.2
12982026-05-05T03:40:10.456Z Downloaded webpki-roots v1.0.6
12992026-05-05T03:40:10.456Z Downloaded rustls v0.23.37
13002026-05-05T03:40:10.465Z Downloaded zerocopy v0.8.40
13012026-05-05T03:40:10.469Z Downloaded rustls v0.22.4
13022026-05-05T03:40:10.482Z Downloaded rustix v0.38.44
13032026-05-05T03:40:10.489Z Downloaded nix v0.31.2
13042026-05-05T03:40:10.504Z Downloaded dropshot v0.17.0
13052026-05-05T03:40:10.521Z Downloaded diesel v2.3.7
13062026-05-05T03:40:10.568Z Downloaded typify-impl v0.6.2
13072026-05-05T03:40:10.580Z Downloaded sqlparser v0.61.0
13082026-05-05T03:40:10.592Z Downloaded tracing v0.1.44
13092026-05-05T03:40:10.606Z Downloaded bzip2-sys v0.1.13+1.0.8
13102026-05-05T03:40:10.618Z Downloaded sled v0.34.7
13112026-05-05T03:40:10.630Z Downloaded ratatui v0.29.0
13122026-05-05T03:40:10.642Z Downloaded regex-automata v0.4.14
13132026-05-05T03:40:10.649Z Downloaded typify-impl v0.4.3
13142026-05-05T03:40:10.687Z Downloaded chrono-tz v0.10.4
13152026-05-05T03:40:10.697Z Downloaded zerocopy-derive v0.6.6
13162026-05-05T03:40:10.703Z Downloaded jiff v0.2.21
13172026-05-05T03:40:10.723Z Downloaded libz-sys v1.1.24
13182026-05-05T03:40:10.737Z Downloaded petgraph v0.6.5
13192026-05-05T03:40:10.767Z Downloaded tokio v1.52.1
13202026-05-05T03:40:10.793Z Downloaded petgraph v0.8.3
13212026-05-05T03:40:10.815Z Downloaded csv v1.4.0
13222026-05-05T03:40:10.839Z Downloaded sha3 v0.10.8
13232026-05-05T03:40:10.847Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13242026-05-05T03:40:10.909Z Downloaded encoding_rs v0.8.35
13252026-05-05T03:40:10.923Z Downloaded ring v0.17.14
13262026-05-05T03:40:10.944Z Downloaded libgit2-sys v0.18.3+1.9.2
13272026-05-05T03:40:11.580Z Downloaded aws-lc-sys v0.37.1
13282026-05-05T03:40:11.832Z Compiling libc v0.2.185
13292026-05-05T03:40:11.832Z Compiling serde v1.0.228
13302026-05-05T03:40:11.836Z Compiling log v0.4.29
13312026-05-05T03:40:11.836Z Compiling find-msvc-tools v0.1.9
13322026-05-05T03:40:11.836Z Compiling shlex v1.3.0
13332026-05-05T03:40:11.836Z Compiling smallvec v1.15.1
13342026-05-05T03:40:11.971Z Compiling typenum v1.19.0
13352026-05-05T03:40:11.975Z Compiling subtle v2.6.1
13362026-05-05T03:40:12.020Z Compiling generic-array v0.14.7
13372026-05-05T03:40:12.023Z Compiling scopeguard v1.2.0
13382026-05-05T03:40:12.031Z Compiling const-oid v0.9.6
13392026-05-05T03:40:12.078Z Compiling portable-atomic v1.13.1
13402026-05-05T03:40:12.092Z Compiling zerocopy v0.8.40
13412026-05-05T03:40:12.105Z Compiling syn v2.0.117
13422026-05-05T03:40:12.119Z Compiling serde_json v1.0.149
13432026-05-05T03:40:12.149Z Compiling lock_api v0.4.14
13442026-05-05T03:40:12.163Z Compiling critical-section v1.2.0
13452026-05-05T03:40:12.193Z Compiling pin-project-lite v0.2.17
13462026-05-05T03:40:12.210Z Compiling parking_lot_core v0.9.12
13472026-05-05T03:40:12.242Z Compiling pkg-config v0.3.32
13482026-05-05T03:40:12.289Z Compiling bitflags v2.11.0
13492026-05-05T03:40:12.317Z Compiling libm v0.2.16
13502026-05-05T03:40:12.321Z Compiling num-traits v0.2.19
13512026-05-05T03:40:12.321Z Compiling futures-core v0.3.32
13522026-05-05T03:40:12.364Z Compiling percent-encoding v2.3.2
13532026-05-05T03:40:12.381Z Compiling cpufeatures v0.2.17
13542026-05-05T03:40:12.424Z Compiling futures-sink v0.3.32
13552026-05-05T03:40:12.518Z Compiling futures-task v0.3.32
13562026-05-05T03:40:12.535Z Compiling futures-channel v0.3.32
13572026-05-05T03:40:12.538Z Compiling slab v0.4.12
13582026-05-05T03:40:12.567Z Compiling futures-io v0.3.32
13592026-05-05T03:40:12.571Z Compiling getrandom v0.4.1
13602026-05-05T03:40:12.611Z Compiling rand_core v0.10.0
13612026-05-05T03:40:12.654Z Compiling getrandom v0.3.4
13622026-05-05T03:40:12.718Z Compiling rustversion v1.0.22
13632026-05-05T03:40:12.751Z Compiling indexmap v2.14.0
13642026-05-05T03:40:12.767Z Compiling form_urlencoded v1.2.2
13652026-05-05T03:40:12.770Z Compiling base64ct v1.8.3
13662026-05-05T03:40:12.796Z Compiling ident_case v1.0.1
13672026-05-05T03:40:12.810Z Compiling fs_extra v1.3.0
13682026-05-05T03:40:12.845Z Compiling dunce v1.0.5
13692026-05-05T03:40:12.858Z Compiling flagset v0.4.7
13702026-05-05T03:40:12.937Z Compiling getrandom v0.2.17
13712026-05-05T03:40:12.954Z Compiling jobserver v0.1.34
13722026-05-05T03:40:12.971Z Compiling errno v0.3.14
13732026-05-05T03:40:13.003Z Compiling mio v1.2.0
13742026-05-05T03:40:13.017Z Compiling socket2 v0.6.3
13752026-05-05T03:40:13.110Z Compiling rand_core v0.6.4
13762026-05-05T03:40:13.114Z Compiling signal-hook-registry v1.4.8
13772026-05-05T03:40:13.138Z Compiling once_cell v1.21.3
13782026-05-05T03:40:13.194Z Compiling cc v1.2.56
13792026-05-05T03:40:13.229Z Compiling parking_lot v0.12.5
13802026-05-05T03:40:13.306Z Compiling pem-rfc7468 v0.7.0
13812026-05-05T03:40:13.368Z Compiling rustix v1.1.3
13822026-05-05T03:40:13.384Z Compiling iana-time-zone v0.1.65
13832026-05-05T03:40:13.400Z Compiling uuid v1.23.0
13842026-05-05T03:40:13.418Z Compiling rustc_version v0.4.1
13852026-05-05T03:40:13.449Z Compiling aws-lc-rs v1.16.0
13862026-05-05T03:40:13.466Z Compiling vcpkg v0.2.15
13872026-05-05T03:40:13.469Z Compiling regex-syntax v0.8.10
13882026-05-05T03:40:13.605Z Compiling tracing-core v0.1.36
13892026-05-05T03:40:13.624Z Compiling base64 v0.22.1
13902026-05-05T03:40:13.638Z Compiling openssl-probe v0.2.1
13912026-05-05T03:40:13.656Z Compiling rand_core v0.9.5
13922026-05-05T03:40:13.763Z Compiling schemars v0.8.22
13932026-05-05T03:40:13.779Z Compiling untrusted v0.9.0
13942026-05-05T03:40:13.793Z Compiling untrusted v0.7.1
13952026-05-05T03:40:13.845Z Compiling httparse v1.10.1
13962026-05-05T03:40:13.875Z Compiling atomic-waker v1.1.2
13972026-05-05T03:40:13.892Z Compiling try-lock v0.2.5
13982026-05-05T03:40:13.924Z Compiling rustls v0.23.37
13992026-05-05T03:40:13.943Z Compiling tinyvec_macros v0.1.1
14002026-05-05T03:40:13.962Z Compiling cmake v0.1.57
14012026-05-05T03:40:13.980Z Compiling tower-service v0.3.3
14022026-05-05T03:40:14.031Z Compiling tower-layer v0.3.3
14032026-05-05T03:40:14.034Z Compiling dyn-clone v1.0.20
14042026-05-05T03:40:14.034Z Compiling tinyvec v1.10.0
14052026-05-05T03:40:14.060Z Compiling want v0.3.1
14062026-05-05T03:40:14.096Z Compiling spin v0.9.8
14072026-05-05T03:40:14.125Z Compiling aho-corasick v1.1.4
14082026-05-05T03:40:14.141Z Compiling crc32fast v1.5.0
14092026-05-05T03:40:14.173Z Compiling httpdate v1.0.3
14102026-05-05T03:40:14.206Z Compiling num-conv v0.2.0
14112026-05-05T03:40:14.222Z Compiling pin-utils v0.1.0
14122026-05-05T03:40:14.249Z Compiling openssl v0.10.78
14132026-05-05T03:40:14.268Z Compiling foreign-types-shared v0.1.1
14142026-05-05T03:40:14.272Z Compiling powerfmt v0.2.0
14152026-05-05T03:40:14.308Z Compiling time-core v0.1.8
14162026-05-05T03:40:14.337Z Compiling wait-timeout v0.2.1
14172026-05-05T03:40:14.354Z Compiling foreign-types v0.3.2
14182026-05-05T03:40:14.374Z Compiling simd-adler32 v0.3.8
14192026-05-05T03:40:14.408Z Compiling siphasher v1.0.2
14202026-05-05T03:40:14.424Z Compiling quick-error v1.2.3
14212026-05-05T03:40:14.438Z Compiling deranged v0.5.8
14222026-05-05T03:40:14.452Z Compiling crossbeam-utils v0.8.21
14232026-05-05T03:40:14.488Z Compiling time-macros v0.2.27
14242026-05-05T03:40:14.504Z Compiling native-tls v0.2.18
14252026-05-05T03:40:14.507Z Compiling bit-vec v0.8.0
14262026-05-05T03:40:14.536Z Compiling usdt-impl v0.6.0
14272026-05-05T03:40:14.550Z Compiling syn v1.0.109
14282026-05-05T03:40:14.611Z Compiling num_threads v0.1.7
14292026-05-05T03:40:14.649Z Compiling unicode-normalization v0.1.25
14302026-05-05T03:40:14.667Z Compiling slog v2.8.2
14312026-05-05T03:40:14.775Z Compiling bit-set v0.8.0
14322026-05-05T03:40:14.791Z Compiling rand_xorshift v0.4.0
14332026-05-05T03:40:14.835Z Compiling heapless v0.7.17
14342026-05-05T03:40:14.867Z Compiling thread-id v5.1.0
14352026-05-05T03:40:14.882Z Compiling aws-lc-sys v0.37.1
14362026-05-05T03:40:14.899Z Compiling ring v0.17.14
14372026-05-05T03:40:14.902Z Compiling openssl-sys v0.9.114
14382026-05-05T03:40:14.934Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14392026-05-05T03:40:14.952Z Compiling bzip2-sys v0.1.13+1.0.8
14402026-05-05T03:40:14.968Z Compiling tempfile v3.25.0
14412026-05-05T03:40:14.971Z Compiling sync_wrapper v1.0.2
14422026-05-05T03:40:15.013Z Compiling cookie v0.18.1
14432026-05-05T03:40:15.104Z Compiling synstructure v0.13.2
14442026-05-05T03:40:15.118Z Compiling serde_derive_internals v0.29.1
14452026-05-05T03:40:15.187Z Compiling pest_generator v2.8.6
14462026-05-05T03:40:15.227Z Compiling darling_core v0.20.11
14472026-05-05T03:40:15.249Z Compiling regex-automata v0.4.14
14482026-05-05T03:40:15.280Z Compiling rusty-fork v0.3.1
14492026-05-05T03:40:15.408Z Compiling darling_core v0.21.3
14502026-05-05T03:40:15.498Z Compiling unicode-properties v0.1.4
14512026-05-05T03:40:15.669Z Compiling anyhow v1.0.102
14522026-05-05T03:40:15.683Z Compiling time v0.3.47
14532026-05-05T03:40:15.730Z Compiling signal-hook v0.3.18
14542026-05-05T03:40:15.748Z Compiling adler2 v2.0.1
14552026-05-05T03:40:15.930Z Compiling allocator-api2 v0.2.21
14562026-05-05T03:40:15.974Z Compiling unicode-bidi v0.3.18
14572026-05-05T03:40:15.990Z Compiling zstd-safe v7.2.4
14582026-05-05T03:40:15.993Z Compiling unarray v0.1.4
14592026-05-05T03:40:16.020Z Compiling paste v1.0.15
14602026-05-05T03:40:16.092Z Compiling miniz_oxide v0.8.9
14612026-05-05T03:40:16.308Z Compiling num-integer v0.1.46
14622026-05-05T03:40:16.312Z Compiling stringprep v0.1.5
14632026-05-05T03:40:16.393Z Compiling vergen-lib v0.1.6
14642026-05-05T03:40:16.544Z Compiling curve25519-dalek v4.1.3
14652026-05-05T03:40:16.592Z Compiling ff v0.13.1
14662026-05-05T03:40:16.657Z Compiling hash32 v0.2.1
14672026-05-05T03:40:16.744Z Compiling memoffset v0.9.1
14682026-05-05T03:40:16.748Z Compiling zlib-rs v0.6.2
14692026-05-05T03:40:16.810Z Compiling rustix v0.38.44
14702026-05-05T03:40:16.827Z Compiling ryu v1.0.23
14712026-05-05T03:40:16.849Z Compiling serde_derive v1.0.228
14722026-05-05T03:40:16.869Z Compiling zeroize_derive v1.4.3
14732026-05-05T03:40:16.898Z Compiling zerofrom-derive v0.1.6
14742026-05-05T03:40:16.914Z Compiling yoke-derive v0.8.1
14752026-05-05T03:40:16.968Z Compiling zerocopy-derive v0.8.40
14762026-05-05T03:40:17.029Z Compiling zerovec-derive v0.11.2
14772026-05-05T03:40:17.187Z Compiling displaydoc v0.2.5
14782026-05-05T03:40:17.387Z Compiling tokio-macros v2.7.0
14792026-05-05T03:40:17.543Z Compiling zeroize v1.8.2
14802026-05-05T03:40:17.651Z Compiling futures-macro v0.3.32
14812026-05-05T03:40:17.979Z Compiling der_derive v0.7.3
14822026-05-05T03:40:18.083Z Compiling thiserror-impl v2.0.18
14832026-05-05T03:40:18.172Z Compiling rustls-pki-types v1.14.0
14842026-05-05T03:40:18.209Z Compiling tracing-attributes v0.1.31
14852026-05-05T03:40:18.244Z Compiling scroll_derive v0.13.1
14862026-05-05T03:40:18.354Z Compiling crypto-common v0.1.7
14872026-05-05T03:40:18.386Z Compiling zerofrom v0.1.6
14882026-05-05T03:40:18.496Z Compiling yoke v0.8.1
14892026-05-05T03:40:18.517Z Compiling block-buffer v0.10.4
14902026-05-05T03:40:18.535Z Compiling futures-util v0.3.32
14912026-05-05T03:40:18.634Z Compiling block-padding v0.3.3
14922026-05-05T03:40:18.698Z Compiling digest v0.10.7
14932026-05-05T03:40:18.715Z Compiling zerovec v0.11.5
14942026-05-05T03:40:18.808Z Compiling zerotrie v0.2.3
14952026-05-05T03:40:18.975Z Compiling hmac v0.12.1
14962026-05-05T03:40:18.983Z Compiling inout v0.1.4
14972026-05-05T03:40:19.031Z Compiling sha2 v0.10.9
14982026-05-05T03:40:19.142Z Compiling cipher v0.4.4
14992026-05-05T03:40:19.150Z Compiling der v0.7.10
15002026-05-05T03:40:19.186Z Compiling pbkdf2 v0.12.2
15012026-05-05T03:40:19.261Z Compiling tinystr v0.8.2
15022026-05-05T03:40:19.309Z Compiling potential_utf v0.1.4
15032026-05-05T03:40:19.416Z Compiling salsa20 v0.10.2
15042026-05-05T03:40:19.455Z Compiling icu_locale_core v2.1.1
15052026-05-05T03:40:19.470Z Compiling icu_collections v2.1.1
15062026-05-05T03:40:19.487Z Compiling thiserror v2.0.18
15072026-05-05T03:40:19.505Z Compiling cbc v0.1.2
15082026-05-05T03:40:19.558Z Compiling scrypt v0.11.0
15092026-05-05T03:40:19.574Z Compiling aes v0.8.4
15102026-05-05T03:40:19.589Z Compiling tracing v0.1.44
15112026-05-05T03:40:19.670Z Compiling schemars_derive v0.8.22
15122026-05-05T03:40:19.839Z Compiling pest_derive v2.8.6
15132026-05-05T03:40:19.891Z Compiling scroll v0.13.0
15142026-05-05T03:40:19.971Z Compiling spki v0.7.3
15152026-05-05T03:40:20.006Z Compiling darling_macro v0.20.11
15162026-05-05T03:40:20.157Z Compiling icu_provider v2.1.1
15172026-05-05T03:40:20.179Z Compiling pkcs5 v0.7.1
15182026-05-05T03:40:20.211Z Compiling goblin v0.10.5
15192026-05-05T03:40:20.298Z Compiling openssl-macros v0.1.1
15202026-05-05T03:40:20.369Z Compiling bytes v1.11.1
15212026-05-05T03:40:20.386Z Compiling chrono v0.4.44
15222026-05-05T03:40:20.415Z Compiling icu_properties v2.1.2
15232026-05-05T03:40:20.440Z Compiling icu_normalizer v2.1.1
15242026-05-05T03:40:20.482Z Compiling ipnet v2.11.0
15252026-05-05T03:40:20.534Z Compiling pkcs8 v0.10.2
15262026-05-05T03:40:20.660Z Compiling darling v0.20.11
15272026-05-05T03:40:20.694Z Compiling dtrace-parser v0.3.0
15282026-05-05T03:40:20.759Z Compiling derive_builder_core v0.20.2
15292026-05-05T03:40:20.829Z Compiling signature v2.2.0
15302026-05-05T03:40:20.941Z Compiling tokio v1.52.1
15312026-05-05T03:40:21.013Z Compiling http v1.4.0
15322026-05-05T03:40:21.033Z Compiling rustls-native-certs v0.8.3
15332026-05-05T03:40:21.049Z Compiling thiserror-impl v1.0.69
15342026-05-05T03:40:21.065Z Compiling scroll_derive v0.12.1
15352026-05-05T03:40:21.080Z Compiling serde_tokenstream v0.2.3
15362026-05-05T03:40:21.354Z Compiling ppv-lite86 v0.2.21
15372026-05-05T03:40:21.417Z Compiling idna_adapter v1.2.1
15382026-05-05T03:40:21.505Z Compiling toml_datetime v0.6.11
15392026-05-05T03:40:21.521Z Compiling erased-serde v0.3.31
15402026-05-05T03:40:21.556Z Compiling idna v1.1.0
15412026-05-05T03:40:21.585Z Compiling serde_spanned v0.6.9
15422026-05-05T03:40:21.588Z Compiling md-5 v0.10.6
15432026-05-05T03:40:21.710Z Compiling rand_chacha v0.9.0
15442026-05-05T03:40:21.729Z Compiling http-body v1.0.1
15452026-05-05T03:40:21.746Z Compiling derive_builder_macro v0.20.2
15462026-05-05T03:40:21.768Z Compiling scroll v0.12.0
15472026-05-05T03:40:21.780Z Compiling rand_chacha v0.3.1
15482026-05-05T03:40:21.797Z Compiling webpki-roots v1.0.6
15492026-05-05T03:40:21.897Z Compiling url v2.5.8
15502026-05-05T03:40:21.914Z Compiling http-body-util v0.1.3
15512026-05-05T03:40:21.938Z Compiling rand v0.9.2
15522026-05-05T03:40:21.970Z Compiling darling_macro v0.21.3
15532026-05-05T03:40:22.058Z Compiling zerocopy-derive v0.7.35
15542026-05-05T03:40:22.078Z Compiling fallible-iterator v0.2.0
15552026-05-05T03:40:22.170Z Compiling num-bigint-dig v0.8.6
15562026-05-05T03:40:22.170Z Compiling psl-types v2.0.11
15572026-05-05T03:40:22.255Z Compiling base16ct v0.2.0
15582026-05-05T03:40:22.269Z Compiling smoltcp v0.9.1
15592026-05-05T03:40:22.323Z Compiling cfg_aliases v0.2.1
15602026-05-05T03:40:22.381Z Compiling thiserror v1.0.69
15612026-05-05T03:40:22.418Z Compiling ref-cast v1.0.25
15622026-05-05T03:40:22.421Z Compiling litrs v1.0.0
15632026-05-05T03:40:22.459Z Compiling iri-string v0.7.10
15642026-05-05T03:40:22.463Z Compiling nix v0.31.2
15652026-05-05T03:40:22.493Z Compiling darling v0.21.3
15662026-05-05T03:40:22.508Z Compiling proptest v1.10.0
15672026-05-05T03:40:22.593Z Compiling postgres-protocol v0.6.10
15682026-05-05T03:40:22.672Z Compiling sec1 v0.7.3
15692026-05-05T03:40:22.690Z Compiling publicsuffix v2.3.0
15702026-05-05T03:40:22.743Z Compiling derive_builder v0.20.2
15712026-05-05T03:40:22.828Z Compiling rand v0.8.5
15722026-05-05T03:40:22.860Z Compiling goblin v0.8.2
15732026-05-05T03:40:22.899Z Compiling serde_urlencoded v0.7.1
15742026-05-05T03:40:22.977Z Compiling cargo-platform v0.1.9
15752026-05-05T03:40:22.981Z Compiling document-features v0.2.12
15762026-05-05T03:40:23.023Z Compiling zerocopy v0.7.35
15772026-05-05T03:40:23.168Z Compiling dof v0.4.0
15782026-05-05T03:40:23.183Z Compiling hubpack_derive v0.1.1
15792026-05-05T03:40:23.264Z Compiling ipnetwork v0.21.1
15802026-05-05T03:40:23.299Z Compiling flate2 v1.1.9
15812026-05-05T03:40:23.350Z Compiling hkdf v0.12.4
15822026-05-05T03:40:23.536Z Compiling oxnet v0.1.4
15832026-05-05T03:40:23.605Z Compiling crypto-bigint v0.5.5
15842026-05-05T03:40:23.623Z Compiling regex v1.12.3
15852026-05-05T03:40:23.780Z Compiling daft-derive v0.1.5
15862026-05-05T03:40:23.799Z Compiling strum_macros v0.27.2
15872026-05-05T03:40:23.823Z Compiling ref-cast-impl v1.0.25
15882026-05-05T03:40:23.838Z Compiling curve25519-dalek-derive v0.1.1
15892026-05-05T03:40:23.875Z Compiling async-trait v0.1.89
15902026-05-05T03:40:24.079Z Compiling group v0.13.0
15912026-05-05T03:40:24.270Z Compiling num-iter v0.1.45
15922026-05-05T03:40:24.426Z Compiling terminal_size v0.4.3
15932026-05-05T03:40:24.513Z Compiling phf_shared v0.13.1
15942026-05-05T03:40:24.528Z Compiling lazy_static v1.5.0
15952026-05-05T03:40:24.545Z Compiling vergen v9.0.6
15962026-05-05T03:40:24.586Z Compiling fs-err v3.3.0
15972026-05-05T03:40:24.602Z Compiling ahash v0.8.12
15982026-05-05T03:40:24.634Z Compiling encoding_rs v0.8.35
15992026-05-05T03:40:24.650Z Compiling managed v0.8.0
16002026-05-05T03:40:24.731Z Compiling tokio-util v0.7.18
16012026-05-05T03:40:24.758Z Compiling tower v0.5.3
16022026-05-05T03:40:24.776Z Compiling tokio-native-tls v0.3.1
16032026-05-05T03:40:24.792Z Compiling bumpalo v3.20.2
16042026-05-05T03:40:24.808Z Compiling bitflags v1.3.2
16052026-05-05T03:40:24.832Z Compiling foldhash v0.2.0
16062026-05-05T03:40:24.838Z Compiling unicode-segmentation v1.12.0
16072026-05-05T03:40:24.892Z Compiling newtype-uuid v1.3.2
16082026-05-05T03:40:24.907Z Compiling foldhash v0.1.5
16092026-05-05T03:40:24.951Z Compiling object v0.37.3
16102026-05-05T03:40:24.970Z Compiling libbz2-rs-sys v0.2.2
16112026-05-05T03:40:25.063Z Compiling winnow v0.5.40
16122026-05-05T03:40:25.085Z Compiling mime v0.3.17
16132026-05-05T03:40:25.100Z Compiling daft v0.1.5
16142026-05-05T03:40:25.246Z Compiling tower-http v0.6.8
16152026-05-05T03:40:25.279Z Compiling dof v0.3.0
16162026-05-05T03:40:25.282Z Compiling hashbrown v0.15.5
16172026-05-05T03:40:25.319Z Compiling hashbrown v0.16.1
16182026-05-05T03:40:25.368Z Compiling zopfli v0.8.3
16192026-05-05T03:40:25.402Z Compiling bzip2 v0.6.1
16202026-05-05T03:40:25.655Z Compiling h2 v0.4.13
16212026-05-05T03:40:25.844Z Compiling phf v0.13.1
16222026-05-05T03:40:25.860Z Compiling strum v0.27.2
16232026-05-05T03:40:25.878Z Compiling clap_builder v4.5.60
16242026-05-05T03:40:25.926Z Compiling usdt-attr-macro v0.6.0
16252026-05-05T03:40:25.926Z Compiling usdt-macro v0.6.0
16262026-05-05T03:40:26.021Z Compiling signal-hook-mio v0.2.5
16272026-05-05T03:40:26.075Z Compiling elliptic-curve v0.13.8
16282026-05-05T03:40:26.155Z Compiling cargo_metadata v0.19.2
16292026-05-05T03:40:26.348Z Compiling cookie_store v0.22.1
16302026-05-05T03:40:26.480Z Compiling toml_edit v0.19.15
16312026-05-05T03:40:26.509Z Compiling bzip2 v0.4.4
16322026-05-05T03:40:26.589Z Compiling hubpack v0.1.2
16332026-05-05T03:40:26.605Z Compiling postgres-types v0.2.12
16342026-05-05T03:40:26.753Z Compiling zstd v0.13.3
16352026-05-05T03:40:26.792Z Compiling serde_with_macros v3.17.0
16362026-05-05T03:40:26.808Z Compiling dtrace-parser v0.2.0
16372026-05-05T03:40:26.838Z Compiling ed25519 v2.2.3
16382026-05-05T03:40:26.852Z Compiling pkcs1 v0.7.5
16392026-05-05T03:40:27.046Z Compiling hex v0.4.3
16402026-05-05T03:40:27.061Z Compiling serde-big-array v0.5.1
16412026-05-05T03:40:27.197Z Compiling rfc6979 v0.4.0
16422026-05-05T03:40:27.232Z Compiling bstr v1.12.1
16432026-05-05T03:40:27.286Z Compiling serde_repr v0.1.20
16442026-05-05T03:40:27.344Z Compiling strum_macros v0.26.4
16452026-05-05T03:40:27.347Z Compiling enum-as-inner v0.6.1
16462026-05-05T03:40:27.551Z Compiling clap_derive v4.5.55
16472026-05-05T03:40:27.594Z Compiling phf_shared v0.11.3
16482026-05-05T03:40:27.646Z Compiling float-cmp v0.10.0
16492026-05-05T03:40:27.775Z Compiling memmap2 v0.9.10
16502026-05-05T03:40:27.806Z Compiling thread-id v4.2.2
16512026-05-05T03:40:27.827Z Compiling env_filter v1.0.0
16522026-05-05T03:40:27.862Z Compiling normalize-line-endings v0.3.0
16532026-05-05T03:40:27.910Z Compiling fixedbitset v0.4.2
16542026-05-05T03:40:27.926Z Compiling data-encoding v2.10.0
16552026-05-05T03:40:27.931Z Compiling whoami v2.1.0
16562026-05-05T03:40:27.983Z Compiling fixedbitset v0.5.7
16572026-05-05T03:40:28.008Z Compiling difflib v0.4.0
16582026-05-05T03:40:28.022Z Compiling keccak v0.1.6
16592026-05-05T03:40:28.157Z Compiling new_debug_unreachable v1.0.6
16602026-05-05T03:40:28.172Z Compiling precomputed-hash v0.1.1
16612026-05-05T03:40:28.247Z Compiling jiff v0.2.21
16622026-05-05T03:40:28.282Z Compiling either v1.15.0
16632026-05-05T03:40:28.320Z Compiling static_assertions v1.1.0
16642026-05-05T03:40:28.339Z Compiling rustc-hash v2.1.1
16652026-05-05T03:40:28.409Z Compiling predicates-core v1.0.10
16662026-05-05T03:40:28.482Z Compiling itertools v0.13.0
16672026-05-05T03:40:28.508Z Compiling iddqd v0.3.18
16682026-05-05T03:40:28.607Z Compiling predicates v3.1.4
16692026-05-05T03:40:28.622Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16702026-05-05T03:40:28.679Z Compiling hickory-proto v0.25.2
16712026-05-05T03:40:28.856Z Compiling hyper v1.8.1
16722026-05-05T03:40:28.956Z Compiling string_cache v0.8.9
16732026-05-05T03:40:29.165Z Compiling strum v0.26.3
16742026-05-05T03:40:29.214Z Compiling petgraph v0.8.3
16752026-05-05T03:40:29.231Z Compiling sha3 v0.10.8
16762026-05-05T03:40:29.247Z Compiling toml_edit v0.22.27
16772026-05-05T03:40:29.281Z Compiling tokio-postgres v0.7.16
16782026-05-05T03:40:29.313Z Compiling petgraph v0.6.5
16792026-05-05T03:40:29.397Z Compiling clap v4.5.60
16802026-05-05T03:40:29.495Z Compiling serde_with v3.17.0
16812026-05-05T03:40:29.687Z Compiling env_logger v0.11.9
16822026-05-05T03:40:29.703Z Compiling usdt v0.6.0
16832026-05-05T03:40:29.757Z Compiling usdt-impl v0.5.0
16842026-05-05T03:40:29.818Z Compiling toml v0.7.8
16852026-05-05T03:40:29.990Z Compiling hyper-util v0.1.20
16862026-05-05T03:40:30.069Z Compiling similar v2.7.0
16872026-05-05T03:40:30.363Z Compiling crossterm v0.28.1
16882026-05-05T03:40:30.449Z Compiling ecdsa v0.16.9
16892026-05-05T03:40:30.486Z Compiling rsa v0.9.10
16902026-05-05T03:40:30.831Z Compiling ed25519-dalek v2.2.0
16912026-05-05T03:40:30.883Z Compiling zip v4.6.1
16922026-05-05T03:40:31.267Z Compiling zip v0.6.6
16932026-05-05T03:40:31.479Z Compiling hyper-tls v0.6.0
16942026-05-05T03:40:31.548Z Compiling tokio-stream v0.1.18
16952026-05-05T03:40:31.740Z Compiling heck v0.4.1
16962026-05-05T03:40:31.753Z Compiling toml_parser v1.0.9+spec-1.1.0
16972026-05-05T03:40:31.827Z Compiling buf-list v1.1.2
16982026-05-05T03:40:31.859Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16992026-05-05T03:40:31.860Z Compiling openapiv3 v2.2.0
17002026-05-05T03:40:31.888Z Compiling x509-cert v0.2.5
17012026-05-05T03:40:31.901Z Compiling sha1 v0.10.6
17022026-05-05T03:40:32.009Z Compiling crossbeam-epoch v0.9.18
17032026-05-05T03:40:32.062Z Compiling toml_datetime v0.7.5+spec-1.1.0
17042026-05-05T03:40:32.084Z Compiling lalrpop-util v0.19.12
17052026-05-05T03:40:32.130Z Compiling peg-runtime v0.8.5
17062026-05-05T03:40:32.172Z Compiling thread_local v1.1.9
17072026-05-05T03:40:32.202Z Compiling slog-async v2.8.0
17082026-05-05T03:40:32.312Z Compiling futures-executor v0.3.32
17092026-05-05T03:40:32.346Z Compiling crossbeam-channel v0.5.15
17102026-05-05T03:40:32.385Z Compiling filetime v0.2.27
17112026-05-05T03:40:32.432Z Compiling is-terminal v0.4.17
17122026-05-05T03:40:32.450Z Compiling xattr v1.6.1
17132026-05-05T03:40:32.450Z Compiling term v1.2.1
17142026-05-05T03:40:32.545Z Compiling take_mut v0.2.2
17152026-05-05T03:40:32.570Z Compiling futures v0.3.32
17162026-05-05T03:40:32.604Z Compiling tar v0.4.45
17172026-05-05T03:40:32.830Z Compiling slog-term v2.9.2
17182026-05-05T03:40:47.832Z Compiling rustls-webpki v0.103.9
17192026-05-05T03:40:50.613Z Compiling tokio-rustls v0.26.4
17202026-05-05T03:40:50.613Z Compiling rustls-platform-verifier v0.6.2
17212026-05-05T03:40:50.812Z Compiling hyper-rustls v0.27.7
17222026-05-05T03:40:51.013Z Compiling reqwest v0.12.28
17232026-05-05T03:40:51.013Z Compiling reqwest v0.13.2
17242026-05-05T03:40:53.043Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252026-05-05T03:40:53.281Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17262026-05-05T03:40:56.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.06s
17272026-05-05T03:40:56.253Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17282026-05-05T03:40:56.316ZMay 05 03:40:55.692 INFO Starting download, target: Clickhouse
17292026-05-05T03:40:56.316ZMay 05 03:40:55.693 INFO Starting download, target: Cockroach
17302026-05-05T03:40:56.316ZMay 05 03:40:55.693 INFO Starting download, target: Console
17312026-05-05T03:40:56.316ZMay 05 03:40:55.693 INFO Starting download, target: MaghemiteMgd
17322026-05-05T03:40:56.316ZMay 05 03:40:55.693 INFO Starting download, target: DendriteStub
17332026-05-05T03:40:56.319ZMay 05 03:40:55.693 INFO Starting download, target: TransceiverControl
17342026-05-05T03:40:56.319ZMay 05 03:40:55.693 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17352026-05-05T03:40:56.319ZMay 05 03:40:55.693 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-05-05T03:40:56.319ZMay 05 03:40:55.693 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-05-05T03:40:56.319ZMay 05 03:40:55.693 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17382026-05-05T03:40:56.319ZMay 05 03:40:55.693 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-05-05T03:40:56.319ZMay 05 03:40:55.693 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-05-05T03:40:56.581ZMay 05 03:40:55.958 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-05-05T03:40:56.807ZMay 05 03:40:56.179 INFO Download complete, target: TransceiverControl
17422026-05-05T03:40:57.372ZMay 05 03:40:56.751 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-05-05T03:40:57.618ZMay 05 03:40:56.997 INFO Download complete, target: Console
17442026-05-05T03:40:58.036ZMay 05 03:40:57.413 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17452026-05-05T03:40:58.078ZMay 05 03:40:57.455 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-05-05T03:40:58.489ZMay 05 03:40:57.868 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-05-05T03:40:58.492ZMay 05 03:40:57.871 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-05-05T03:40:58.493ZMay 05 03:40:57.871 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-05-05T03:41:00.740ZMay 05 03:41:00.119 INFO Download complete, target: DendriteStub
17502026-05-05T03:41:00.746ZMay 05 03:41:00.120 INFO Download complete, target: MaghemiteMgd
17512026-05-05T03:41:03.378ZMay 05 03:41:02.756 INFO Checking that binary works, target: Cockroach
17522026-05-05T03:41:03.519ZMay 05 03:41:02.898 INFO Download complete, target: Cockroach
17532026-05-05T03:41:05.534ZMay 05 03:41:04.912 INFO Checking that binary works, target: Clickhouse
17542026-05-05T03:41:05.627ZMay 05 03:41:05.005 INFO Download complete, target: Clickhouse
17552026-05-05T03:41:05.635ZAll prerequisites installed successfully
17562026-05-05T03:41:05.639Z
17572026-05-05T03:41:05.640Zreal 2:51.927968376
17582026-05-05T03:41:05.640Zuser 7:20.039353906
17592026-05-05T03:41:05.640Zsys 1:42.959712574
17602026-05-05T03:41:05.640Ztrap 0.248193696
17612026-05-05T03:41:05.640Ztflt 1.215295117
17622026-05-05T03:41:05.640Zdflt 1.524267085
17632026-05-05T03:41:05.640Zkflt 0.026519265
17642026-05-05T03:41:05.640Zlock 22:06.228679426
17652026-05-05T03:41:05.640Zslp 19:23.712575510
17662026-05-05T03:41:05.640Zlat 23.578503363
17672026-05-05T03:41:05.640Zstop 2:56.236011654
17682026-05-05T03:41:05.640Z+ ptime -m cargo xtask download softnpu
17692026-05-05T03:41:06.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17702026-05-05T03:41:06.199Z Running `target/debug/xtask download softnpu`
17712026-05-05T03:41:06.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17722026-05-05T03:41:07.053Z Running `target/debug/xtask-downloader softnpu`
17732026-05-05T03:41:07.096ZMay 05 03:41:06.471 INFO Starting download, target: Softnpu
17742026-05-05T03:41:07.102ZMay 05 03:41:06.472 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17752026-05-05T03:41:07.746ZMay 05 03:41:07.114 INFO Download complete, target: Softnpu
17762026-05-05T03:41:07.761Z
17772026-05-05T03:41:07.761Zreal 2.098884620
17782026-05-05T03:41:07.761Zuser 1.351897352
17792026-05-05T03:41:07.761Zsys 0.678617001
17802026-05-05T03:41:07.761Ztrap 0.000607182
17812026-05-05T03:41:07.761Ztflt 0.000270125
17822026-05-05T03:41:07.761Zdflt 0.000218988
17832026-05-05T03:41:07.762Zkflt 0.000000000
17842026-05-05T03:41:07.762Zlock 11.705266988
17852026-05-05T03:41:07.762Zslp 0.503405596
17862026-05-05T03:41:07.762Zlat 0.085204837
17872026-05-05T03:41:07.762Zstop 0.000181208
17882026-05-05T03:41:07.762Z+ export CARGO_INCREMENTAL=0
17892026-05-05T03:41:07.762Z+ CARGO_INCREMENTAL=0
17902026-05-05T03:41:07.762Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17912026-05-05T03:41:08.656Z Compiling proc-macro2 v1.0.106
17922026-05-05T03:41:08.656Z Compiling quote v1.0.45
17932026-05-05T03:41:08.656Z Compiling unicode-ident v1.0.24
17942026-05-05T03:41:08.660Z Compiling libc v0.2.185
17952026-05-05T03:41:08.660Z Compiling serde_core v1.0.228
17962026-05-05T03:41:08.660Z Compiling serde v1.0.228
17972026-05-05T03:41:08.660Z Compiling cfg-if v1.0.4
17982026-05-05T03:41:08.660Z Compiling version_check v0.9.5
17992026-05-05T03:41:08.660Z Compiling find-msvc-tools v0.1.9
18002026-05-05T03:41:08.660Z Compiling shlex v1.3.0
18012026-05-05T03:41:08.660Z Compiling typenum v1.19.0
18022026-05-05T03:41:08.660Z Compiling autocfg v1.5.0
18032026-05-05T03:41:08.819Z Compiling zmij v1.0.21
18042026-05-05T03:41:08.822Z Compiling memchr v2.8.0
18052026-05-05T03:41:08.822Z Compiling serde_json v1.0.149
18062026-05-05T03:41:09.012Z Compiling portable-atomic v1.13.1
18072026-05-05T03:41:09.061Z Compiling zerocopy v0.8.40
18082026-05-05T03:41:09.092Z Compiling libm v0.2.16
18092026-05-05T03:41:09.189Z Compiling smallvec v1.15.1
18102026-05-05T03:41:09.192Z Compiling parking_lot_core v0.9.12
18112026-05-05T03:41:09.223Z Compiling icu_normalizer_data v2.1.1
18122026-05-05T03:41:09.282Z Compiling generic-array v0.14.7
18132026-05-05T03:41:09.317Z Compiling icu_properties_data v2.1.2
18142026-05-05T03:41:09.333Z Compiling num-traits v0.2.19
18152026-05-05T03:41:09.492Z Compiling itoa v1.0.17
18162026-05-05T03:41:09.495Z Compiling getrandom v0.4.1
18172026-05-05T03:41:09.495Z Compiling log v0.4.29
18182026-05-05T03:41:09.526Z Compiling stable_deref_trait v1.2.1
18192026-05-05T03:41:09.599Z Compiling pkg-config v0.3.32
18202026-05-05T03:41:09.632Z Compiling subtle v2.6.1
18212026-05-05T03:41:09.710Z Compiling jobserver v0.1.34
18222026-05-05T03:41:09.739Z Compiling getrandom v0.2.17
18232026-05-05T03:41:09.789Z Compiling errno v0.3.14
18242026-05-05T03:41:09.852Z Compiling scopeguard v1.2.0
18252026-05-05T03:41:09.886Z Compiling rand_core v0.6.4
18262026-05-05T03:41:09.934Z Compiling cc v1.2.56
18272026-05-05T03:41:10.005Z Compiling lock_api v0.4.14
18282026-05-05T03:41:10.074Z Compiling writeable v0.6.2
18292026-05-05T03:41:10.094Z Compiling litemap v0.8.1
18302026-05-05T03:41:10.097Z Compiling percent-encoding v2.3.2
18312026-05-05T03:41:10.144Z Compiling fnv v1.0.7
18322026-05-05T03:41:10.242Z Compiling thiserror v2.0.18
18332026-05-05T03:41:10.273Z Compiling pin-project-lite v0.2.17
18342026-05-05T03:41:10.346Z Compiling getrandom v0.3.4
18352026-05-05T03:41:10.403Z Compiling critical-section v1.2.0
18362026-05-05T03:41:10.451Z Compiling syn v2.0.117
18372026-05-05T03:41:10.513Z Compiling schemars v0.8.22
18382026-05-05T03:41:10.529Z Compiling rustversion v1.0.22
18392026-05-05T03:41:10.543Z Compiling equivalent v1.0.2
18402026-05-05T03:41:10.579Z Compiling fs_extra v1.3.0
18412026-05-05T03:41:10.584Z Compiling rand_core v0.10.0
18422026-05-05T03:41:10.596Z Compiling utf8_iter v1.0.4
18432026-05-05T03:41:10.684Z Compiling cmake v0.1.57
18442026-05-05T03:41:10.759Z Compiling dunce v1.0.5
18452026-05-05T03:41:10.791Z Compiling form_urlencoded v1.2.2
18462026-05-05T03:41:10.893Z Compiling signal-hook-registry v1.4.8
18472026-05-05T03:41:10.945Z Compiling once_cell v1.21.3
18482026-05-05T03:41:11.087Z Compiling const-oid v0.9.6
18492026-05-05T03:41:11.110Z Compiling hashbrown v0.17.0
18502026-05-05T03:41:11.127Z Compiling socket2 v0.6.3
18512026-05-05T03:41:11.202Z Compiling parking_lot v0.12.5
18522026-05-05T03:41:11.232Z Compiling mio v1.2.0
18532026-05-05T03:41:11.281Z Compiling ring v0.17.14
18542026-05-05T03:41:11.297Z Compiling semver v1.0.28
18552026-05-05T03:41:11.418Z Compiling bitflags v2.11.0
18562026-05-05T03:41:11.538Z Compiling aws-lc-sys v0.37.1
18572026-05-05T03:41:11.616Z Compiling rustix v1.1.3
18582026-05-05T03:41:11.634Z Compiling indexmap v2.14.0
18592026-05-05T03:41:11.670Z Compiling aws-lc-rs v1.16.0
18602026-05-05T03:41:11.693Z Compiling strsim v0.11.1
18612026-05-05T03:41:11.777Z Compiling futures-core v0.3.32
18622026-05-05T03:41:11.827Z Compiling thiserror v1.0.69
18632026-05-05T03:41:11.893Z Compiling httparse v1.10.1
18642026-05-05T03:41:11.958Z Compiling ucd-trie v0.1.7
18652026-05-05T03:41:11.975Z Compiling byteorder v1.5.0
18662026-05-05T03:41:12.024Z Compiling iana-time-zone v0.1.65
18672026-05-05T03:41:12.027Z Compiling syn v1.0.109
18682026-05-05T03:41:12.127Z Compiling pest v2.8.6
18692026-05-05T03:41:12.128Z Compiling ident_case v1.0.1
18702026-05-05T03:41:12.173Z Compiling heck v0.5.0
18712026-05-05T03:41:12.210Z Compiling vcpkg v0.2.15
18722026-05-05T03:41:12.229Z Compiling uuid v1.23.0
18732026-05-05T03:41:12.281Z Compiling cpufeatures v0.2.17
18742026-05-05T03:41:12.365Z Compiling regex-syntax v0.8.10
18752026-05-05T03:41:12.507Z Compiling rustc_version v0.4.1
18762026-05-05T03:41:12.638Z Compiling rustls v0.23.37
18772026-05-05T03:41:12.702Z Compiling futures-sink v0.3.32
18782026-05-05T03:41:12.792Z Compiling openssl-sys v0.9.114
18792026-05-05T03:41:12.808Z Compiling futures-channel v0.3.32
18802026-05-05T03:41:12.824Z Compiling slab v0.4.12
18812026-05-05T03:41:12.856Z Compiling futures-task v0.3.32
18822026-05-05T03:41:12.858Z Compiling futures-io v0.3.32
18832026-05-05T03:41:13.006Z Compiling dyn-clone v1.0.20
18842026-05-05T03:41:13.023Z Compiling plain v0.2.3
18852026-05-05T03:41:13.066Z Compiling crc32fast v1.5.0
18862026-05-05T03:41:13.103Z Compiling aho-corasick v1.1.4
18872026-05-05T03:41:13.107Z Compiling time-core v0.1.8
18882026-05-05T03:41:13.152Z Compiling crossbeam-utils v0.8.21
18892026-05-05T03:41:13.188Z Compiling pest_meta v2.8.6
18902026-05-05T03:41:13.288Z Compiling synstructure v0.13.2
18912026-05-05T03:41:13.306Z Compiling serde_derive_internals v0.29.1
18922026-05-05T03:41:13.324Z Compiling num-conv v0.2.0
18932026-05-05T03:41:13.401Z Compiling openssl v0.10.78
18942026-05-05T03:41:13.489Z Compiling time-macros v0.2.27
18952026-05-05T03:41:13.570Z Compiling base64 v0.22.1
18962026-05-05T03:41:13.688Z Compiling pretty-hex v0.4.1
18972026-05-05T03:41:13.796Z Compiling pest_generator v2.8.6
18982026-05-05T03:41:13.863Z Compiling anyhow v1.0.102
18992026-05-05T03:41:13.866Z Compiling base64ct v1.8.3
19002026-05-05T03:41:14.009Z Compiling regex-automata v0.4.14
19012026-05-05T03:41:14.029Z Compiling darling_core v0.21.3
19022026-05-05T03:41:14.064Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19032026-05-05T03:41:14.095Z Compiling native-tls v0.2.18
19042026-05-05T03:41:14.112Z Compiling flagset v0.4.7
19052026-05-05T03:41:14.182Z Compiling pem-rfc7468 v0.7.0
19062026-05-05T03:41:14.198Z Compiling rand_core v0.9.5
19072026-05-05T03:41:14.332Z Compiling slog v2.8.2
19082026-05-05T03:41:14.430Z Compiling tracing-core v0.1.36
19092026-05-05T03:41:14.484Z Compiling untrusted v0.9.0
19102026-05-05T03:41:14.576Z Compiling cookie v0.18.1
19112026-05-05T03:41:14.626Z Compiling camino v1.2.2
19122026-05-05T03:41:14.644Z Compiling serde_derive v1.0.228
19132026-05-05T03:41:14.675Z Compiling zeroize_derive v1.4.3
19142026-05-05T03:41:14.736Z Compiling zerofrom-derive v0.1.6
19152026-05-05T03:41:14.760Z Compiling yoke-derive v0.8.1
19162026-05-05T03:41:14.826Z Compiling zerovec-derive v0.11.2
19172026-05-05T03:41:14.842Z Compiling displaydoc v0.2.5
19182026-05-05T03:41:14.878Z Compiling zerocopy-derive v0.8.40
19192026-05-05T03:41:14.935Z Compiling tokio-macros v2.7.0
19202026-05-05T03:41:15.001Z Compiling futures-macro v0.3.32
19212026-05-05T03:41:15.306Z Compiling zeroize v1.8.2
19222026-05-05T03:41:15.592Z Compiling thiserror-impl v2.0.18
19232026-05-05T03:41:15.639Z Compiling schemars_derive v0.8.22
19242026-05-05T03:41:15.752Z Compiling der_derive v0.7.3
19252026-05-05T03:41:15.802Z Compiling tracing-attributes v0.1.31
19262026-05-05T03:41:15.885Z Compiling thiserror-impl v1.0.69
19272026-05-05T03:41:15.903Z Compiling zerofrom v0.1.6
19282026-05-05T03:41:16.057Z Compiling yoke v0.8.1
19292026-05-05T03:41:16.066Z Compiling crypto-common v0.1.7
19302026-05-05T03:41:16.128Z Compiling block-buffer v0.10.4
19312026-05-05T03:41:16.239Z Compiling zerovec v0.11.5
19322026-05-05T03:41:16.258Z Compiling zerotrie v0.2.3
19332026-05-05T03:41:16.488Z Compiling digest v0.10.7
19342026-05-05T03:41:16.736Z Compiling pest_derive v2.8.6
19352026-05-05T03:41:16.774Z Compiling tinystr v0.8.2
19362026-05-05T03:41:16.808Z Compiling potential_utf v0.1.4
19372026-05-05T03:41:16.843Z Compiling hmac v0.12.1
19382026-05-05T03:41:16.925Z Compiling futures-util v0.3.32
19392026-05-05T03:41:16.968Z Compiling icu_locale_core v2.1.1
19402026-05-05T03:41:16.994Z Compiling icu_collections v2.1.1
19412026-05-05T03:41:17.031Z Compiling block-padding v0.3.3
19422026-05-05T03:41:17.054Z Compiling sha2 v0.10.9
19432026-05-05T03:41:17.202Z Compiling inout v0.1.4
19442026-05-05T03:41:17.242Z Compiling rustls-pki-types v1.14.0
19452026-05-05T03:41:17.428Z Compiling cipher v0.4.4
19462026-05-05T03:41:17.573Z Compiling scroll_derive v0.13.1
19472026-05-05T03:41:17.673Z Compiling icu_provider v2.1.1
19482026-05-05T03:41:17.729Z Compiling scroll_derive v0.12.1
19492026-05-05T03:41:17.817Z Compiling bytes v1.11.1
19502026-05-05T03:41:17.922Z Compiling chrono v0.4.44
19512026-05-05T03:41:18.076Z Compiling icu_normalizer v2.1.1
19522026-05-05T03:41:18.110Z Compiling icu_properties v2.1.2
19532026-05-05T03:41:18.355Z Compiling tokio v1.52.1
19542026-05-05T03:41:18.443Z Compiling serde_tokenstream v0.2.3
19552026-05-05T03:41:18.956Z Compiling idna_adapter v1.2.1
19562026-05-05T03:41:19.832Z Compiling idna v1.1.0
19572026-05-05T03:41:19.846Z Compiling ppv-lite86 v0.2.21
19582026-05-05T03:41:19.846Z Compiling url v2.5.8
19592026-05-05T03:41:19.846Z Compiling openssl-macros v0.1.1
19602026-05-05T03:41:19.846Z Compiling http v1.4.0
19612026-05-05T03:41:19.866Z Compiling der v0.7.10
19622026-05-05T03:41:19.866Z Compiling regex v1.12.3
19632026-05-05T03:41:19.866Z Compiling darling_macro v0.21.3
19642026-05-05T03:41:19.866Z Compiling zerocopy-derive v0.7.35
19652026-05-05T03:41:19.939Z Compiling salsa20 v0.10.2
19662026-05-05T03:41:20.188Z Compiling darling v0.21.3
19672026-05-05T03:41:20.298Z Compiling pbkdf2 v0.12.2
19682026-05-05T03:41:20.313Z Compiling tracing v0.1.44
19692026-05-05T03:41:20.549Z Compiling spki v0.7.3
19702026-05-05T03:41:20.719Z Compiling scrypt v0.11.0
19712026-05-05T03:41:20.796Z Compiling rand_chacha v0.9.0
19722026-05-05T03:41:20.848Z Compiling cbc v0.1.2
19732026-05-05T03:41:20.887Z Compiling aes v0.8.4
19742026-05-05T03:41:21.441Z Compiling usdt-impl v0.5.0
19752026-05-05T03:41:21.454Z Compiling winnow v0.7.14
19762026-05-05T03:41:21.490Z Compiling usdt-impl v0.6.0
19772026-05-05T03:41:21.536Z Compiling ref-cast v1.0.25
19782026-05-05T03:41:21.621Z Compiling paste v1.0.15
19792026-05-05T03:41:21.699Z Compiling either v1.15.0
19802026-05-05T03:41:21.935Z Compiling pkcs5 v0.7.1
19812026-05-05T03:41:21.970Z Compiling rand v0.9.2
19822026-05-05T03:41:22.058Z Compiling http-body v1.0.1
19832026-05-05T03:41:22.099Z Compiling scroll v0.12.0
19842026-05-05T03:41:22.130Z Compiling scroll v0.13.0
19852026-05-05T03:41:22.217Z Compiling tokio-util v0.7.18
19862026-05-05T03:41:22.234Z Compiling serde_spanned v0.6.9
19872026-05-05T03:41:22.241Z Compiling toml_datetime v0.6.11
19882026-05-05T03:41:22.406Z Compiling heapless v0.7.17
19892026-05-05T03:41:22.545Z Compiling bzip2-sys v0.1.13+1.0.8
19902026-05-05T03:41:22.560Z Compiling zstd-safe v7.2.4
19912026-05-05T03:41:22.690Z Compiling untrusted v0.7.1
19922026-05-05T03:41:22.802Z Compiling atomic-waker v1.1.2
19932026-05-05T03:41:22.837Z Compiling signal-hook v0.3.18
19942026-05-05T03:41:22.907Z Compiling openssl-probe v0.2.1
19952026-05-05T03:41:22.917Z Compiling toml_parser v1.0.9+spec-1.1.0
19962026-05-05T03:41:23.058Z Compiling goblin v0.10.5
19972026-05-05T03:41:23.080Z Compiling goblin v0.8.2
19982026-05-05T03:41:23.095Z Compiling pkcs8 v0.10.2
19992026-05-05T03:41:23.410Z Compiling zerocopy v0.7.35
20002026-05-05T03:41:23.464Z Compiling ref-cast-impl v1.0.25
20012026-05-05T03:41:23.486Z Compiling darling_core v0.20.11
20022026-05-05T03:41:23.516Z Compiling curve25519-dalek v4.1.3
20032026-05-05T03:41:23.626Z Compiling toml_datetime v0.7.5+spec-1.1.0
20042026-05-05T03:41:23.664Z Compiling memoffset v0.9.1
20052026-05-05T03:41:23.883Z Compiling fastrand v2.3.0
20062026-05-05T03:41:23.927Z Compiling try-lock v0.2.5
20072026-05-05T03:41:23.990Z Compiling litrs v1.0.0
20082026-05-05T03:41:24.120Z Compiling tower-layer v0.3.3
20092026-05-05T03:41:24.153Z Compiling winnow v0.5.40
20102026-05-05T03:41:24.280Z Compiling tower-service v0.3.3
20112026-05-05T03:41:24.394Z Compiling rustix v0.38.44
20122026-05-05T03:41:24.464Z Compiling tinyvec_macros v0.1.1
20132026-05-05T03:41:24.597Z Compiling tinyvec v1.10.0
20142026-05-05T03:41:24.613Z Compiling want v0.3.1
20152026-05-05T03:41:24.736Z Compiling document-features v0.2.12
20162026-05-05T03:41:24.754Z Compiling h2 v0.4.13
20172026-05-05T03:41:25.257Z Compiling dtrace-parser v0.2.0
20182026-05-05T03:41:25.301Z Compiling dof v0.3.0
20192026-05-05T03:41:25.467Z Compiling darling_macro v0.20.11
20202026-05-05T03:41:25.826Z Compiling toml_edit v0.19.15
20212026-05-05T03:41:25.915Z Compiling dof v0.4.0
20222026-05-05T03:41:25.939Z Compiling dtrace-parser v0.3.0
20232026-05-05T03:41:26.083Z Compiling ipnet v2.11.0
20242026-05-05T03:41:26.117Z Compiling async-trait v0.1.89
20252026-05-05T03:41:26.133Z Compiling daft-derive v0.1.5
20262026-05-05T03:41:26.227Z Compiling spin v0.9.8
20272026-05-05T03:41:26.454Z Compiling thread-id v5.1.0
20282026-05-05T03:41:26.597Z Compiling thread-id v4.2.2
20292026-05-05T03:41:26.605Z Compiling cfg_aliases v0.2.1
20302026-05-05T03:41:26.605Z Compiling httpdate v1.0.3
20312026-05-05T03:41:26.659Z Compiling powerfmt v0.2.0
20322026-05-05T03:41:26.926Z Compiling foreign-types-shared v0.1.1
20332026-05-05T03:41:26.948Z Compiling smoltcp v0.9.1
20342026-05-05T03:41:26.975Z Compiling pin-utils v0.1.0
20352026-05-05T03:41:27.018Z Compiling num-bigint-dig v0.8.6
20362026-05-05T03:41:27.050Z Compiling foreign-types v0.3.2
20372026-05-05T03:41:27.050Z Compiling deranged v0.5.8
20382026-05-05T03:41:27.070Z Compiling nix v0.31.2
20392026-05-05T03:41:27.193Z Compiling tempfile v3.25.0
20402026-05-05T03:41:27.231Z Compiling darling v0.20.11
20412026-05-05T03:41:27.406Z Compiling ipnetwork v0.21.1
20422026-05-05T03:41:27.621Z Compiling curve25519-dalek-derive v0.1.1
20432026-05-05T03:41:27.637Z Compiling strum_macros v0.26.4
20442026-05-05T03:41:27.770Z Compiling hyper v1.8.1
20452026-05-05T03:41:28.695Z Compiling wait-timeout v0.2.1
20462026-05-05T03:41:28.713Z Compiling num_threads v0.1.7
20472026-05-05T03:41:28.713Z Compiling utf8parse v0.2.2
20482026-05-05T03:41:28.713Z Compiling bit-vec v0.8.0
20492026-05-05T03:41:28.713Z Compiling quick-error v1.2.3
20502026-05-05T03:41:28.713Z Compiling anstyle v1.0.13
20512026-05-05T03:41:28.713Z Compiling siphasher v1.0.2
20522026-05-05T03:41:28.713Z Compiling simd-adler32 v0.3.8
20532026-05-05T03:41:28.713Z Compiling time v0.3.47
20542026-05-05T03:41:28.757Z Compiling bit-set v0.8.0
20552026-05-05T03:41:28.938Z Compiling hyper-util v0.1.20
20562026-05-05T03:41:28.966Z Compiling rusty-fork v0.3.1
20572026-05-05T03:41:29.009Z Compiling anstyle-parse v0.2.7
20582026-05-05T03:41:29.277Z Compiling derive_builder_core v0.20.2
20592026-05-05T03:41:29.404Z Compiling unicode-normalization v0.1.25
20602026-05-05T03:41:29.893Z Compiling rustls-native-certs v0.8.3
20612026-05-05T03:41:30.203Z Compiling signature v2.2.0
20622026-05-05T03:41:30.273Z Compiling hubpack_derive v0.1.1
20632026-05-05T03:41:30.400Z Compiling strum_macros v0.27.2
20642026-05-05T03:41:30.545Z Compiling rand_xorshift v0.4.0
20652026-05-05T03:41:30.648Z Compiling sync_wrapper v1.0.2
20662026-05-05T03:41:30.670Z Compiling fs-err v3.3.0
20672026-05-05T03:41:30.684Z Compiling ahash v0.8.12
20682026-05-05T03:41:30.733Z Compiling allocator-api2 v0.2.21
20692026-05-05T03:41:30.777Z Compiling unicode-properties v0.1.4
20702026-05-05T03:41:30.800Z Compiling anstyle-query v1.1.5
20712026-05-05T03:41:30.862Z Compiling unicode-bidi v0.3.18
20722026-05-05T03:41:30.931Z Compiling colorchoice v1.0.4
20732026-05-05T03:41:30.936Z Compiling is_terminal_polyfill v1.70.2
20742026-05-05T03:41:31.033Z Compiling adler2 v2.0.1
20752026-05-05T03:41:31.127Z Compiling object v0.37.3
20762026-05-05T03:41:31.137Z Compiling unarray v0.1.4
20772026-05-05T03:41:31.137Z Compiling unicode-segmentation v1.12.0
20782026-05-05T03:41:31.179Z Compiling miniz_oxide v0.8.9
20792026-05-05T03:41:31.229Z Compiling proptest v1.10.0
20802026-05-05T03:41:31.367Z Compiling stringprep v0.1.5
20812026-05-05T03:41:31.383Z Compiling anstream v0.6.21
20822026-05-05T03:41:31.687Z Compiling tower v0.5.3
20832026-05-05T03:41:31.754Z Compiling derive_builder_macro v0.20.2
20842026-05-05T03:41:32.004Z Compiling usdt-macro v0.6.0
20852026-05-05T03:41:32.141Z Compiling usdt-attr-macro v0.6.0
20862026-05-05T03:41:32.554Z Compiling http-body-util v0.1.3
20872026-05-05T03:41:32.713Z Compiling webpki-roots v1.0.6
20882026-05-05T03:41:32.751Z Compiling rand_chacha v0.3.1
20892026-05-05T03:41:32.822Z Compiling erased-serde v0.3.31
20902026-05-05T03:41:32.839Z Compiling md-5 v0.10.6
20912026-05-05T03:41:32.932Z Compiling num-integer v0.1.46
20922026-05-05T03:41:32.962Z Compiling hash32 v0.2.1
20932026-05-05T03:41:33.014Z Compiling vergen-lib v0.1.6
20942026-05-05T03:41:33.032Z Compiling ff v0.13.1
20952026-05-05T03:41:33.035Z Compiling encoding_rs v0.8.35
20962026-05-05T03:41:33.129Z Compiling ryu v1.0.23
20972026-05-05T03:41:33.163Z Compiling fallible-iterator v0.2.0
20982026-05-05T03:41:33.177Z Compiling iri-string v0.7.10
20992026-05-05T03:41:33.214Z Compiling zlib-rs v0.6.2
21002026-05-05T03:41:33.232Z Compiling mime v0.3.17
21012026-05-05T03:41:33.250Z Compiling base16ct v0.2.0
21022026-05-05T03:41:33.265Z Compiling psl-types v2.0.11
21032026-05-05T03:41:33.341Z Compiling serde_urlencoded v0.7.1
21042026-05-05T03:41:33.406Z Compiling sec1 v0.7.3
21052026-05-05T03:41:33.440Z Compiling publicsuffix v2.3.0
21062026-05-05T03:41:33.457Z Compiling postgres-protocol v0.6.10
21072026-05-05T03:41:33.763Z Compiling newtype-uuid v1.3.2
21082026-05-05T03:41:33.777Z Compiling group v0.13.0
21092026-05-05T03:41:33.777Z Compiling num-iter v0.1.45
21102026-05-05T03:41:33.976Z Compiling rand v0.8.5
21112026-05-05T03:41:34.007Z Compiling oxnet v0.1.4
21122026-05-05T03:41:34.138Z Compiling derive_builder v0.20.2
21132026-05-05T03:41:34.283Z Compiling tokio-native-tls v0.3.1
21142026-05-05T03:41:34.329Z Compiling tower-http v0.6.8
21152026-05-05T03:41:34.346Z Compiling heck v0.4.1
21162026-05-05T03:41:34.350Z Compiling phf_shared v0.13.1
21172026-05-05T03:41:34.451Z Compiling lazy_static v1.5.0
21182026-05-05T03:41:34.553Z Compiling terminal_size v0.4.3
21192026-05-05T03:41:34.597Z Compiling serde_with_macros v3.17.0
21202026-05-05T03:41:34.633Z Compiling cargo-platform v0.1.9
21212026-05-05T03:41:34.638Z Compiling hkdf v0.12.4
21222026-05-05T03:41:34.710Z Compiling crypto-bigint v0.5.5
21232026-05-05T03:41:34.728Z Compiling enum-as-inner v0.6.1
21242026-05-05T03:41:34.796Z Compiling clap_derive v4.5.55
21252026-05-05T03:41:34.833Z Compiling serde_repr v0.1.20
21262026-05-05T03:41:34.854Z Compiling vergen v9.0.6
21272026-05-05T03:41:34.996Z Compiling bitflags v1.3.2
21282026-05-05T03:41:35.041Z Compiling managed v0.8.0
21292026-05-05T03:41:35.068Z Compiling libbz2-rs-sys v0.2.2
21302026-05-05T03:41:35.107Z Compiling clap_lex v1.0.0
21312026-05-05T03:41:35.291Z Compiling flate2 v1.1.9
21322026-05-05T03:41:35.535Z Compiling foldhash v0.1.5
21332026-05-05T03:41:37.172Z Compiling bumpalo v3.20.2
21342026-05-05T03:41:37.217Z Compiling foldhash v0.2.0
21352026-05-05T03:41:37.217Z Compiling hashbrown v0.15.5
21362026-05-05T03:41:37.218Z Compiling elliptic-curve v0.13.8
21372026-05-05T03:41:37.218Z Compiling zopfli v0.8.3
21382026-05-05T03:41:37.218Z Compiling hashbrown v0.16.1
21392026-05-05T03:41:37.218Z Compiling bzip2 v0.6.1
21402026-05-05T03:41:37.218Z Compiling clap_builder v4.5.60
21412026-05-05T03:41:37.218Z Compiling cargo_metadata v0.19.2
21422026-05-05T03:41:37.218Z Compiling phf v0.13.1
21432026-05-05T03:41:37.218Z Compiling hyper-tls v0.6.0
21442026-05-05T03:41:37.218Z Compiling zstd v0.13.3
21452026-05-05T03:41:37.218Z Compiling signal-hook-mio v0.2.5
21462026-05-05T03:41:37.218Z Compiling daft v0.1.5
21472026-05-05T03:41:37.218Z Compiling cookie_store v0.22.1
21482026-05-05T03:41:37.219Z Compiling bzip2 v0.4.4
21492026-05-05T03:41:37.282Z Compiling postgres-types v0.2.12
21502026-05-05T03:41:37.385Z Compiling strum v0.27.2
21512026-05-05T03:41:37.491Z Compiling hubpack v0.1.2
21522026-05-05T03:41:37.494Z Compiling ed25519 v2.2.3
21532026-05-05T03:41:37.543Z Compiling phf_shared v0.11.3
21542026-05-05T03:41:37.620Z Compiling crossbeam-epoch v0.9.18
21552026-05-05T03:41:37.627Z Compiling pkcs1 v0.7.5
21562026-05-05T03:41:37.743Z Compiling hex v0.4.3
21572026-05-05T03:41:37.759Z Compiling serde-big-array v0.5.1
21582026-05-05T03:41:37.828Z Compiling rfc6979 v0.4.0
21592026-05-05T03:41:37.927Z Compiling bstr v1.12.1
21602026-05-05T03:41:37.999Z Compiling float-cmp v0.10.0
21612026-05-05T03:41:38.014Z Compiling env_filter v1.0.0
21622026-05-05T03:41:38.029Z Compiling memmap2 v0.9.10
21632026-05-05T03:41:38.069Z Compiling jiff v0.2.21
21642026-05-05T03:41:38.087Z Compiling data-encoding v2.10.0
21652026-05-05T03:41:38.115Z Compiling toml_write v0.1.2
21662026-05-05T03:41:38.162Z Compiling static_assertions v1.1.0
21672026-05-05T03:41:38.253Z Compiling predicates-core v1.0.10
21682026-05-05T03:41:38.298Z Compiling new_debug_unreachable v1.0.6
21692026-05-05T03:41:38.338Z Compiling fixedbitset v0.5.7
21702026-05-05T03:41:38.394Z Compiling fixedbitset v0.4.2
21712026-05-05T03:41:38.414Z Compiling rustc-hash v2.1.1
21722026-05-05T03:41:38.431Z Compiling precomputed-hash v0.1.1
21732026-05-05T03:41:38.445Z Compiling difflib v0.4.0
21742026-05-05T03:41:38.531Z Compiling normalize-line-endings v0.3.0
21752026-05-05T03:41:38.553Z Compiling keccak v0.1.6
21762026-05-05T03:41:38.565Z Compiling whoami v2.1.0
21772026-05-05T03:41:38.572Z Compiling petgraph v0.6.5
21782026-05-05T03:41:38.651Z Compiling petgraph v0.8.3
21792026-05-05T03:41:38.651Z Compiling iddqd v0.3.18
21802026-05-05T03:41:38.651Z Compiling string_cache v0.8.9
21812026-05-05T03:41:38.774Z Compiling sha3 v0.10.8
21822026-05-05T03:41:38.893Z Compiling tokio-postgres v0.7.16
21832026-05-05T03:41:38.909Z Compiling predicates v3.1.4
21842026-05-05T03:41:38.927Z Compiling hickory-proto v0.25.2
21852026-05-05T03:41:39.277Z Compiling similar v2.7.0
21862026-05-05T03:41:39.502Z Compiling toml_edit v0.22.27
21872026-05-05T03:41:39.591Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21882026-05-05T03:41:40.067Z Compiling usdt v0.6.0
21892026-05-05T03:41:40.101Z Compiling env_logger v0.11.9
21902026-05-05T03:41:40.185Z Compiling serde_with v3.17.0
21912026-05-05T03:41:40.455Z Compiling ecdsa v0.16.9
21922026-05-05T03:41:40.577Z Compiling rsa v0.9.10
21932026-05-05T03:41:40.877Z Compiling zip v4.6.1
21942026-05-05T03:41:41.038Z Compiling ed25519-dalek v2.2.0
21952026-05-05T03:41:41.747Z Compiling clap v4.5.60
21962026-05-05T03:41:41.867Z Compiling zip v0.6.6
21972026-05-05T03:41:41.887Z Compiling crossterm v0.28.1
21982026-05-05T03:41:42.300Z Compiling strum v0.26.3
21992026-05-05T03:41:42.367Z Compiling toml v0.7.8
22002026-05-05T03:41:42.440Z Compiling tokio-stream v0.1.18
22012026-05-05T03:41:42.462Z Compiling buf-list v1.1.2
22022026-05-05T03:41:42.483Z Compiling itertools v0.13.0
22032026-05-05T03:41:42.592Z Compiling x509-cert v0.2.5
22042026-05-05T03:41:42.914Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22052026-05-05T03:41:43.070Z Compiling openapiv3 v2.2.0
22062026-05-05T03:41:43.231Z Compiling sha1 v0.10.6
22072026-05-05T03:41:43.471Z Compiling lalrpop-util v0.19.12
22082026-05-05T03:41:43.962Z Compiling peg-runtime v0.8.5
22092026-05-05T03:41:56.707Z Compiling rustls-webpki v0.103.9
22102026-05-05T03:41:59.455Z Compiling macaddr v1.0.1
22112026-05-05T03:41:59.483Z Compiling structmeta-derive v0.3.0
22122026-05-05T03:42:00.869Z Compiling crucible-workspace-hack v0.1.0
22132026-05-05T03:42:01.034Z Compiling rayon-core v1.13.0
22142026-05-05T03:42:01.034Z Compiling itertools v0.14.0
22152026-05-05T03:42:01.034Z Compiling secrecy v0.10.3
22162026-05-05T03:42:01.034Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22172026-05-05T03:42:01.034Z Compiling heapless v0.8.0
22182026-05-05T03:42:01.034Z Compiling rustls v0.22.4
22192026-05-05T03:42:01.034Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22202026-05-05T03:42:01.034Z Compiling tokio-rustls v0.26.4
22212026-05-05T03:42:01.034Z Compiling rustls-platform-verifier v0.6.2
22222026-05-05T03:42:01.034Z Compiling structmeta v0.3.0
22232026-05-05T03:42:01.034Z Compiling crossbeam-deque v0.8.6
22242026-05-05T03:42:01.034Z Compiling toml_edit v0.23.10+spec-1.0.0
22252026-05-05T03:42:01.034Z Compiling hyper-rustls v0.27.7
22262026-05-05T03:42:01.034Z Compiling rustls-webpki v0.102.8
22272026-05-05T03:42:01.034Z Compiling futures-executor v0.3.32
22282026-05-05T03:42:01.034Z Compiling hash32 v0.3.1
22292026-05-05T03:42:01.056Z Compiling reqwest v0.13.2
22302026-05-05T03:42:01.056Z Compiling reqwest v0.12.28
22312026-05-05T03:42:01.078Z Compiling multer v3.1.0
22322026-05-05T03:42:01.082Z Compiling ingot-macros v0.1.1
22332026-05-05T03:42:01.082Z Compiling thread_local v1.1.9
22342026-05-05T03:42:01.127Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22352026-05-05T03:42:01.261Z Compiling unicode-width v0.2.0
22362026-05-05T03:42:01.277Z Compiling smoltcp v0.11.0
22372026-05-05T03:42:01.364Z Compiling match_cfg v0.1.0
22382026-05-05T03:42:01.381Z Compiling compression-core v0.4.31
22392026-05-05T03:42:01.450Z Compiling slog-async v2.8.0
22402026-05-05T03:42:01.467Z Compiling hostname v0.3.1
22412026-05-05T03:42:01.506Z Compiling compression-codecs v0.4.37
22422026-05-05T03:42:01.652Z Compiling proc-macro-crate v3.4.0
22432026-05-05T03:42:01.667Z Compiling futures v0.3.32
22442026-05-05T03:42:01.807Z Compiling derive-ex v0.1.8
22452026-05-05T03:42:01.900Z Compiling slog-json v2.6.1
22462026-05-05T03:42:02.101Z Compiling crossbeam-channel v0.5.15
22472026-05-05T03:42:02.117Z Compiling half v2.7.1
22482026-05-05T03:42:02.182Z Compiling newtype-uuid-macros v0.1.0
22492026-05-05T03:42:02.216Z Compiling cobs v0.3.0
22502026-05-05T03:42:02.489Z Compiling universal-hash v0.5.1
22512026-05-05T03:42:02.514Z Compiling thiserror-impl-no-std v2.0.2
22522026-05-05T03:42:02.597Z Compiling async-stream-impl v0.3.6
22532026-05-05T03:42:02.650Z Compiling toml_datetime v1.0.0+spec-1.1.0
22542026-05-05T03:42:02.816Z Compiling serde_spanned v1.0.4
22552026-05-05T03:42:02.906Z Compiling is-terminal v0.4.17
22562026-05-05T03:42:03.002Z Compiling dropshot v0.17.0
22572026-05-05T03:42:03.121Z Compiling proc-macro-error-attr v1.0.4
22582026-05-05T03:42:03.133Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22592026-05-05T03:42:03.193Z Compiling take_mut v0.2.2
22602026-05-05T03:42:03.230Z Compiling toml_writer v1.0.6+spec-1.1.0
22612026-05-05T03:42:03.256Z Compiling opaque-debug v0.3.1
22622026-05-05T03:42:03.269Z Compiling ciborium-io v0.2.2
22632026-05-05T03:42:03.319Z Compiling convert_case v0.4.0
22642026-05-05T03:42:03.328Z Compiling term v1.2.1
22652026-05-05T03:42:03.339Z Compiling test-strategy v0.4.5
22662026-05-05T03:42:03.368Z Compiling ciborium-ll v0.2.2
22672026-05-05T03:42:03.374Z Compiling poly1305 v0.8.0
22682026-05-05T03:42:03.424Z Compiling toml v1.0.6+spec-1.1.0
22692026-05-05T03:42:03.577Z Compiling thiserror-no-std v2.0.2
22702026-05-05T03:42:03.648Z Compiling derive_more v0.99.20
22712026-05-05T03:42:03.666Z Compiling slog-term v2.9.2
22722026-05-05T03:42:03.694Z Compiling tokio-rustls v0.25.0
22732026-05-05T03:42:03.815Z Compiling ingot-types v0.1.2
22742026-05-05T03:42:04.111Z Compiling async-stream v0.3.6
22752026-05-05T03:42:04.143Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22762026-05-05T03:42:04.274Z Compiling ingot v0.1.1
22772026-05-05T03:42:04.288Z Compiling postcard v1.1.3
22782026-05-05T03:42:04.358Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22792026-05-05T03:42:04.675Z Compiling num_enum_derive v0.7.5
22802026-05-05T03:42:04.719Z Compiling slog-bunyan v2.5.0
22812026-05-05T03:42:04.753Z Compiling async-compression v0.4.41
22822026-05-05T03:42:04.942Z Compiling parse-display-derive v0.10.0
22832026-05-05T03:42:04.959Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22842026-05-05T03:42:05.067Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22852026-05-05T03:42:05.142Z Compiling proc-macro-crate v1.3.1
22862026-05-05T03:42:05.241Z Compiling backon v1.6.0
22872026-05-05T03:42:05.326Z Compiling waitgroup v0.1.2
22882026-05-05T03:42:05.520Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22892026-05-05T03:42:05.542Z Compiling chacha20 v0.9.1
22902026-05-05T03:42:05.554Z Compiling dropshot_endpoint v0.17.0
22912026-05-05T03:42:05.662Z Compiling rustls-pemfile v2.2.0
22922026-05-05T03:42:05.813Z Compiling blake2 v0.10.6
22932026-05-05T03:42:05.875Z Compiling aead v0.5.2
22942026-05-05T03:42:05.982Z Compiling password-hash v0.5.0
22952026-05-05T03:42:06.015Z Compiling foreign-types-macros v0.2.3
22962026-05-05T03:42:06.089Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22972026-05-05T03:42:06.104Z Compiling serde_path_to_error v0.1.20
22982026-05-05T03:42:06.136Z Compiling hostname v0.4.2
22992026-05-05T03:42:06.346Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23002026-05-05T03:42:06.361Z Compiling proc-macro-error v1.0.4
23012026-05-05T03:42:06.431Z Compiling instant v0.1.13
23022026-05-05T03:42:06.517Z Compiling debug-ignore v1.0.5
23032026-05-05T03:42:06.552Z Compiling foreign-types-shared v0.3.1
23042026-05-05T03:42:06.567Z Compiling cpufeatures v0.3.0
23052026-05-05T03:42:06.584Z Compiling typeid v1.0.3
23062026-05-05T03:42:06.616Z Compiling backoff v0.4.0
23072026-05-05T03:42:06.658Z Compiling foreign-types v0.5.0
23082026-05-05T03:42:06.676Z Compiling chacha20 v0.10.0
23092026-05-05T03:42:06.681Z Compiling parse-display v0.10.0
23102026-05-05T03:42:06.681Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23112026-05-05T03:42:06.681Z Compiling argon2 v0.5.3
23122026-05-05T03:42:06.681Z Compiling chacha20poly1305 v0.10.1
23132026-05-05T03:42:06.774Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23142026-05-05T03:42:06.787Z Compiling num_enum v0.7.5
23152026-05-05T03:42:06.872Z Compiling num_enum_derive v0.5.11
23162026-05-05T03:42:06.881Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23172026-05-05T03:42:06.926Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23182026-05-05T03:42:06.973Z Compiling vsss-rs v3.3.4
23192026-05-05T03:42:07.010Z Compiling ciborium v0.2.2
23202026-05-05T03:42:07.246Z Compiling tabwriter v1.4.1
23212026-05-05T03:42:07.337Z Compiling regress v0.10.5
23222026-05-05T03:42:07.585Z Compiling byte-wrapper v0.1.0
23232026-05-05T03:42:07.988Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23242026-05-05T03:42:08.023Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23252026-05-05T03:42:08.023Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23262026-05-05T03:42:08.024Z Compiling cstr-argument v0.1.2
23272026-05-05T03:42:08.024Z Compiling erased-serde v0.4.9
23282026-05-05T03:42:08.024Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23292026-05-05T03:42:08.024Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23302026-05-05T03:42:08.094Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23312026-05-05T03:42:08.124Z Compiling num_enum v0.5.11
23322026-05-05T03:42:08.426Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23332026-05-05T03:42:08.459Z Compiling rand v0.10.0
23342026-05-05T03:42:08.459Z Compiling rayon v1.11.0
23352026-05-05T03:42:08.459Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23362026-05-05T03:42:08.482Z Compiling libefi-sys v0.1.0
23372026-05-05T03:42:08.482Z Compiling indent_write v2.2.0
23382026-05-05T03:42:08.499Z Compiling colored v3.1.1
23392026-05-05T03:42:08.526Z Compiling zone_cfg_derive v0.3.1
23402026-05-05T03:42:08.669Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23412026-05-05T03:42:08.690Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23422026-05-05T03:42:08.828Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23432026-05-05T03:42:08.881Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23442026-05-05T03:42:08.881Z Compiling camino-tempfile v1.4.1
23452026-05-05T03:42:09.102Z Compiling itertools v0.12.1
23462026-05-05T03:42:09.144Z Compiling usdt-macro v0.5.0
23472026-05-05T03:42:09.189Z Compiling usdt-attr-macro v0.5.0
23482026-05-05T03:42:09.197Z Compiling num-derive v0.4.2
23492026-05-05T03:42:09.209Z Compiling bitfield-struct v0.6.2
23502026-05-05T03:42:09.289Z Compiling ordered-float v2.10.1
23512026-05-05T03:42:09.383Z Compiling blake3 v1.8.3
23522026-05-05T03:42:09.626Z Compiling memmap v0.7.0
23532026-05-05T03:42:11.356Z Compiling sigpipe v0.1.3
23542026-05-05T03:42:11.402Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23552026-05-05T03:42:11.402Z Compiling glob v0.3.3
23562026-05-05T03:42:11.402Z Compiling swrite v0.1.0
23572026-05-05T03:42:11.402Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23582026-05-05T03:42:11.403Z Compiling usdt v0.5.0
23592026-05-05T03:42:11.403Z Compiling serde-value v0.7.0
23602026-05-05T03:42:11.403Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23612026-05-05T03:42:11.403Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23622026-05-05T03:42:11.403Z Compiling zone v0.3.1
23632026-05-05T03:42:11.403Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23642026-05-05T03:42:11.403Z Compiling serde-untagged v0.1.9
23652026-05-05T03:42:11.403Z Compiling toml v0.8.23
23662026-05-05T03:42:11.403Z Compiling smf v0.2.3
23672026-05-05T03:42:11.403Z Compiling filetime v0.2.27
23682026-05-05T03:42:11.403Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23692026-05-05T03:42:11.403Z Compiling xattr v1.6.1
23702026-05-05T03:42:11.403Z Compiling whoami v1.6.1
23712026-05-05T03:42:11.403Z Compiling arrayref v0.3.9
23722026-05-05T03:42:11.403Z Compiling arrayvec v0.7.6
23732026-05-05T03:42:11.403Z Compiling same-file v1.0.6
23742026-05-05T03:42:11.403Z Compiling unicode-xid v0.2.6
23752026-05-05T03:42:11.403Z Compiling constant_time_eq v0.4.2
23762026-05-05T03:42:11.403Z Compiling tar v0.4.45
23772026-05-05T03:42:11.403Z Compiling cargo-util-schemas v0.8.2
23782026-05-05T03:42:11.403Z Compiling walkdir v2.5.0
23792026-05-05T03:42:11.403Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23802026-05-05T03:42:11.439Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23812026-05-05T03:42:11.683Z Compiling tokio-dtrace v0.1.1
23822026-05-05T03:42:11.998Z Compiling console v0.16.2
23832026-05-05T03:42:12.017Z Compiling gethostname v0.5.0
23842026-05-05T03:42:12.037Z Compiling cargo-platform v0.2.0
23852026-05-05T03:42:12.052Z Compiling topological-sort v0.2.2
23862026-05-05T03:42:12.106Z Compiling unit-prefix v0.5.2
23872026-05-05T03:42:12.122Z Compiling oxide-tokio-rt v0.1.4
23882026-05-05T03:42:12.177Z Compiling shell-words v1.1.1
23892026-05-05T03:42:12.246Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23902026-05-05T03:42:12.456Z Compiling indicatif v0.18.4
23912026-05-05T03:42:12.463Z Compiling cargo_metadata v0.21.0
23922026-05-05T03:42:21.131Z Compiling progenitor-client v0.10.0
23932026-05-05T03:42:21.131Z Compiling omicron-zone-package v0.12.2
23942026-05-05T03:42:21.153Z Compiling progenitor-client v0.14.0
23952026-05-05T03:42:22.332Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23962026-05-05T03:42:22.332Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23972026-05-05T03:42:22.473Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23982026-05-05T03:42:22.473Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23992026-05-05T03:42:22.473Z Compiling progenitor-extras v0.2.0
24002026-05-05T03:42:22.473Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24012026-05-05T03:42:22.473Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24022026-05-05T03:42:22.474Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24032026-05-05T03:42:22.474Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24042026-05-05T03:42:22.474Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24052026-05-05T03:42:26.517Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24062026-05-05T03:42:34.036Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24072026-05-05T03:42:37.124Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24082026-05-05T03:42:38.114Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24092026-05-05T03:42:47.471Z Finished `release` profile [optimized] target(s) in 1m 39s
24102026-05-05T03:42:47.630Z Running `target/release/omicron-package -t test target create -p dev`
24112026-05-05T03:42:47.698ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122026-05-05T03:42:47.701ZCreated new build target 'test' and set it as active
24132026-05-05T03:42:47.703Z
24142026-05-05T03:42:47.703Zreal 1:39.948811242
24152026-05-05T03:42:47.704Zuser 16:29.902512727
24162026-05-05T03:42:47.704Zsys 2:33.725362353
24172026-05-05T03:42:47.704Ztrap 0.463959105
24182026-05-05T03:42:47.704Ztflt 2.751670393
24192026-05-05T03:42:47.704Zdflt 3.784843885
24202026-05-05T03:42:47.704Zkflt 0.007299358
24212026-05-05T03:42:47.704Zlock 51:58.190247700
24222026-05-05T03:42:47.704Zslp 42:09.801620104
24232026-05-05T03:42:47.704Zlat 44.382053690
24242026-05-05T03:42:47.704Zstop 5:32.703960054
24252026-05-05T03:42:47.704Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24262026-05-05T03:42:48.605Z Finished `release` profile [optimized] target(s) in 0.89s
24272026-05-05T03:42:48.682Z Running `target/release/omicron-package -t test package`
24282026-05-05T03:42:48.741ZLogging to: /work/oxidecomputer/omicron/out/LOG
24292026-05-05T03:42:50.190Z Compiling heck v0.5.0
24302026-05-05T03:42:50.190Z Compiling regress v0.11.1
24312026-05-05T03:42:50.190Z Compiling unsafe-libyaml v0.2.11
24322026-05-05T03:42:50.455Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24332026-05-05T03:42:50.472Z Compiling regress v0.10.5
24342026-05-05T03:42:50.495Z Compiling unicode-width v0.1.14
24352026-05-05T03:42:50.498Z Compiling is-terminal v0.4.17
24362026-05-05T03:42:50.538Z Compiling prettyplease v0.2.37
24372026-05-05T03:42:50.538Z Compiling bytecount v0.6.9
24382026-05-05T03:42:50.541Z Compiling rustls v0.22.4
24392026-05-05T03:42:50.541Z Compiling rustls-webpki v0.102.8
24402026-05-05T03:42:50.566Z Compiling derive-where v1.6.0
24412026-05-05T03:42:50.570Z Compiling thread_local v1.1.9
24422026-05-05T03:42:50.573Z Compiling compression-core v0.4.31
24432026-05-05T03:42:50.576Z Compiling match_cfg v0.1.0
24442026-05-05T03:42:50.696Z Compiling multer v3.1.0
24452026-05-05T03:42:50.702Z Compiling hostname v0.3.1
24462026-05-05T03:42:50.717Z Compiling slog-async v2.8.0
24472026-05-05T03:42:50.762Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24482026-05-05T03:42:50.785Z Compiling compression-codecs v0.4.37
24492026-05-05T03:42:50.807Z Compiling crossbeam-channel v0.5.15
24502026-05-05T03:42:50.828Z Compiling slog-json v2.6.1
24512026-05-05T03:42:50.848Z Compiling futures-executor v0.3.32
24522026-05-05T03:42:50.874Z Compiling toml_datetime v1.0.0+spec-1.1.0
24532026-05-05T03:42:50.878Z Compiling serde_spanned v1.0.4
24542026-05-05T03:42:50.917Z Compiling serde_yaml v0.9.34+deprecated
24552026-05-05T03:42:51.046Z Compiling term v1.2.1
24562026-05-05T03:42:51.051Z Compiling toml_writer v1.0.6+spec-1.1.0
24572026-05-05T03:42:51.091Z Compiling take_mut v0.2.2
24582026-05-05T03:42:51.095Z Compiling futures v0.3.32
24592026-05-05T03:42:51.141Z Compiling slog-bunyan v2.5.0
24602026-05-05T03:42:51.174Z Compiling async-compression v0.4.41
24612026-05-05T03:42:51.273Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24622026-05-05T03:42:51.316Z Compiling toml v1.0.6+spec-1.1.0
24632026-05-05T03:42:51.319Z Compiling dropshot v0.17.0
24642026-05-05T03:42:51.357Z Compiling slog-term v2.9.2
24652026-05-05T03:42:51.403Z Compiling async-stream v0.3.6
24662026-05-05T03:42:51.453Z Compiling progenitor-client v0.13.0
24672026-05-05T03:42:51.507Z Compiling num-rational v0.4.2
24682026-05-05T03:42:51.565Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24692026-05-05T03:42:51.595Z Compiling progenitor-client v0.14.0
24702026-05-05T03:42:51.656Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24712026-05-05T03:42:51.705Z Compiling waitgroup v0.1.2
24722026-05-05T03:42:51.784Z Compiling backon v1.6.0
24732026-05-05T03:42:51.865Z Compiling rustls-pemfile v2.2.0
24742026-05-05T03:42:51.886Z Compiling num-complex v0.4.6
24752026-05-05T03:42:51.889Z Compiling hostname v0.4.2
24762026-05-05T03:42:51.889Z Compiling serde_path_to_error v0.1.20
24772026-05-05T03:42:51.952Z Compiling instant v0.1.13
24782026-05-05T03:42:51.975Z Compiling typify-impl v0.6.2
24792026-05-05T03:42:52.010Z Compiling debug-ignore v1.0.5
24802026-05-05T03:42:52.084Z Compiling backoff v0.4.0
24812026-05-05T03:42:52.106Z Compiling progenitor-extras v0.2.0
24822026-05-05T03:42:52.110Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24832026-05-05T03:42:52.236Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24842026-05-05T03:42:52.314Z Compiling parse-display v0.10.0
24852026-05-05T03:42:52.325Z Compiling num v0.4.3
24862026-05-05T03:42:52.378Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-05-05T03:42:52.401Z Compiling progenitor-client v0.10.0
24882026-05-05T03:42:52.431Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24892026-05-05T03:42:52.493Z Compiling macaddr v1.0.1
24902026-05-05T03:42:52.516Z Compiling float-ord v0.3.2
24912026-05-05T03:42:52.519Z Compiling console v0.15.11
24922026-05-05T03:42:52.664Z Compiling newline-converter v0.3.0
24932026-05-05T03:42:52.693Z Compiling atomicwrites v0.4.4
24942026-05-05T03:42:52.729Z Compiling slog-dtrace v0.3.0
24952026-05-05T03:42:52.862Z Compiling tokio-rustls v0.25.0
24962026-05-05T03:42:52.896Z Compiling async-recursion v1.1.1
24972026-05-05T03:42:53.013Z Compiling expectorate v1.2.0
24982026-05-05T03:42:53.036Z Compiling owo-colors v4.3.0
24992026-05-05T03:42:53.059Z Compiling cancel-safe-futures v0.1.5
25002026-05-05T03:42:53.141Z Compiling libsw-core v0.3.2
25012026-05-05T03:42:53.267Z Compiling resolv-conf v0.7.6
25022026-05-05T03:42:53.287Z Compiling toml v0.8.23
25032026-05-05T03:42:53.407Z Compiling libsw v3.5.0
25042026-05-05T03:42:53.524Z Compiling linear-map v1.2.0
25052026-05-05T03:42:53.583Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25062026-05-05T03:42:53.661Z Compiling minimal-lexical v0.2.1
25072026-05-05T03:42:53.741Z Compiling linked-hash-map v0.5.6
25082026-05-05T03:42:53.880Z Compiling nom v7.1.3
25092026-05-05T03:42:53.884Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25102026-05-05T03:42:53.884Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25112026-05-05T03:42:53.948Z Compiling lru-cache v0.1.2
25122026-05-05T03:42:54.014Z Compiling unicode-xid v0.2.6
25132026-05-05T03:42:54.014Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25142026-05-05T03:42:54.018Z Compiling globset v0.4.18
25152026-05-05T03:42:54.111Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25162026-05-05T03:42:54.134Z Compiling hickory-proto v0.24.4
25172026-05-05T03:42:54.137Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25182026-05-05T03:42:54.419Z Compiling convert_case v0.10.0
25192026-05-05T03:42:54.777Z Compiling derive_more-impl v2.1.1
25202026-05-05T03:42:54.929Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25212026-05-05T03:42:55.302Z Compiling pin-project-internal v1.1.11
25222026-05-05T03:42:55.333Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25232026-05-05T03:42:55.491Z Compiling typify-macro v0.6.2
25242026-05-05T03:42:55.598Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25252026-05-05T03:42:55.852Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25262026-05-05T03:42:56.103Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25272026-05-05T03:42:56.339Z Compiling pin-project v1.1.11
25282026-05-05T03:42:56.488Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25292026-05-05T03:42:56.700Z Compiling hickory-resolver v0.24.4
25302026-05-05T03:42:56.820Z Compiling derive_more v2.1.1
25312026-05-05T03:42:56.864Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25322026-05-05T03:42:56.937Z Compiling papergrid v0.11.0
25332026-05-05T03:42:57.030Z Compiling tabled_derive v0.7.0
25342026-05-05T03:42:57.123Z Compiling typify v0.6.2
25352026-05-05T03:42:57.322Z Compiling progenitor-impl v0.14.0
25362026-05-05T03:42:57.450Z Compiling progenitor-impl v0.13.0
25372026-05-05T03:42:57.968Z Compiling qorb v0.4.1
25382026-05-05T03:42:58.412Z Compiling pem v3.0.6
25392026-05-05T03:42:59.166Z Compiling snafu-derive v0.8.9
25402026-05-05T03:42:59.519Z Compiling progenitor-macro v0.14.0
25412026-05-05T03:42:59.657Z Compiling progenitor-macro v0.13.0
25422026-05-05T03:43:00.019Z Compiling termtree v0.5.1
25432026-05-05T03:43:00.223Z Compiling tabled v0.15.0
25442026-05-05T03:43:01.158Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25452026-05-05T03:43:01.971Z Compiling snafu v0.8.9
25462026-05-05T03:43:02.260Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25472026-05-05T03:43:02.486Z Compiling crossterm v0.29.0
25482026-05-05T03:43:02.573Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25492026-05-05T03:43:02.656Z Compiling olpc-cjson v0.1.4
25502026-05-05T03:43:02.928Z Compiling phf_shared v0.12.1
25512026-05-05T03:43:03.205Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25522026-05-05T03:43:03.529Z Compiling serde_plain v1.0.2
25532026-05-05T03:43:03.693Z Compiling progenitor v0.14.0
25542026-05-05T03:43:03.756Z Compiling csv-core v0.1.13
25552026-05-05T03:43:03.800Z Compiling progenitor v0.13.0
25562026-05-05T03:43:03.850Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25572026-05-05T03:43:03.872Z Compiling vte v0.14.1
25582026-05-05T03:43:03.986Z Compiling typed-path v0.9.3
25592026-05-05T03:43:04.132Z Compiling highway v1.3.0
25602026-05-05T03:43:04.213Z Compiling chrono-tz v0.10.4
25612026-05-05T03:43:04.501Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25622026-05-05T03:43:04.511Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25632026-05-05T03:43:04.919Z Compiling strip-ansi-escapes v0.2.1
25642026-05-05T03:43:04.997Z Compiling csv v1.4.0
25652026-05-05T03:43:05.468Z Compiling tough v0.20.0
25662026-05-05T03:43:05.498Z Compiling phf v0.12.1
25672026-05-05T03:43:05.708Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25682026-05-05T03:43:06.025Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25692026-05-05T03:43:06.511Z Compiling const_format_proc_macros v0.2.34
25702026-05-05T03:43:06.880Z Compiling fd-lock v4.0.4
25712026-05-05T03:43:07.023Z Compiling peg-macros v0.8.5
25722026-05-05T03:43:07.062Z Compiling nu-ansi-term v0.50.3
25732026-05-05T03:43:07.310Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25742026-05-05T03:43:07.637Z Compiling reedline v0.40.0
25752026-05-05T03:43:07.662Z Compiling const_format v0.2.35
25762026-05-05T03:43:08.174Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25772026-05-05T03:43:08.196Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25782026-05-05T03:43:08.274Z Compiling peg v0.8.5
25792026-05-05T03:43:08.382Z Compiling bcs v0.1.6
25802026-05-05T03:43:08.808Z Compiling semver v0.1.20
25812026-05-05T03:43:09.102Z Compiling rustc_version v0.1.7
25822026-05-05T03:43:09.294Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25832026-05-05T03:43:09.341Z Compiling newtype_derive v0.1.6
25842026-05-05T03:43:09.565Z Compiling smawk v0.3.2
25852026-05-05T03:43:09.601Z Compiling humantime v2.3.0
25862026-05-05T03:43:09.652Z Compiling unicode-linebreak v0.1.5
25872026-05-05T03:43:09.851Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25882026-05-05T03:43:09.975Z Compiling textwrap v0.16.2
25892026-05-05T03:43:10.237Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25902026-05-05T03:43:10.274Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25912026-05-05T03:43:10.623Z Compiling dropshot-api-manager-types v0.7.1
25922026-05-05T03:43:11.088Z Compiling base64 v0.21.7
25932026-05-05T03:43:11.232Z Compiling steno v0.4.1
25942026-05-05T03:43:11.530Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25952026-05-05T03:43:11.604Z Compiling tagptr v0.2.0
25962026-05-05T03:43:11.628Z Compiling utf-8 v0.7.6
25972026-05-05T03:43:11.800Z Compiling moka v0.12.13
25982026-05-05T03:43:11.871Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25992026-05-05T03:43:11.950Z Compiling tungstenite v0.21.0
26002026-05-05T03:43:12.052Z Compiling radium v0.7.0
26012026-05-05T03:43:12.268Z Compiling maybe-uninit v2.0.0
26022026-05-05T03:43:12.382Z Compiling tap v1.0.1
26032026-05-05T03:43:12.551Z Compiling tokio-tungstenite v0.21.0
26042026-05-05T03:43:12.604Z Compiling wyz v0.5.1
26052026-05-05T03:43:12.877Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26062026-05-05T03:43:12.937Z Compiling hickory-resolver v0.25.2
26072026-05-05T03:43:12.968Z Compiling zerocopy-derive v0.6.6
26082026-05-05T03:43:13.046Z Compiling crc-catalog v2.4.0
26092026-05-05T03:43:13.177Z Compiling funty v2.0.0
26102026-05-05T03:43:13.209Z Compiling display-error-chain v0.2.2
26112026-05-05T03:43:13.297Z Compiling packed_struct v0.10.1
26122026-05-05T03:43:13.389Z Compiling crc v3.4.0
26132026-05-05T03:43:13.601Z Compiling bitvec v1.0.1
26142026-05-05T03:43:13.754Z Compiling zerocopy v0.6.6
26152026-05-05T03:43:13.922Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26162026-05-05T03:43:14.063Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26172026-05-05T03:43:14.137Z Compiling packed_struct_codegen v0.10.1
26182026-05-05T03:43:14.156Z Compiling num-derive v0.3.3
26192026-05-05T03:43:14.762Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26202026-05-05T03:43:15.053Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26212026-05-05T03:43:15.158Z Compiling bitfield-macros v0.19.4
26222026-05-05T03:43:15.486Z Compiling proc-macro-error-attr2 v2.0.0
26232026-05-05T03:43:15.869Z Compiling indexmap v1.9.3
26242026-05-05T03:43:15.920Z Compiling nodrop v0.1.14
26252026-05-05T03:43:16.053Z Compiling array-init v0.0.4
26262026-05-05T03:43:16.144Z Compiling proc-macro-error2 v2.0.1
26272026-05-05T03:43:16.454Z Compiling bitfield v0.19.4
26282026-05-05T03:43:16.783Z Compiling libscf-sys v1.1.0
26292026-05-05T03:43:16.807Z Compiling smallvec v0.6.14
26302026-05-05T03:43:16.916Z Compiling hashbrown v0.12.3
26312026-05-05T03:43:16.965Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26322026-05-05T03:43:17.085Z Compiling serde-hex v0.1.0
26332026-05-05T03:43:17.672Z Compiling tabled_derive v0.11.0
26342026-05-05T03:43:17.945Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26352026-05-05T03:43:18.044Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26362026-05-05T03:43:18.072Z Compiling ron v0.8.1
26372026-05-05T03:43:18.300Z Compiling typify-impl v0.4.3
26382026-05-05T03:43:18.727Z Compiling papergrid v0.17.0
26392026-05-05T03:43:18.782Z Compiling testing_table v0.3.0
26402026-05-05T03:43:19.015Z Compiling hashbrown v0.13.2
26412026-05-05T03:43:19.218Z Compiling vergen-gitcl v1.0.8
26422026-05-05T03:43:19.240Z Compiling dirs-sys-next v0.1.2
26432026-05-05T03:43:19.266Z Compiling diesel_derives v2.3.7
26442026-05-05T03:43:19.445Z Compiling glob v0.3.3
26452026-05-05T03:43:19.467Z Compiling crc-any v2.5.0
26462026-05-05T03:43:19.491Z Compiling crunchy v0.2.4
26472026-05-05T03:43:19.517Z Compiling maplit v1.0.2
26482026-05-05T03:43:19.650Z Compiling object v0.30.4
26492026-05-05T03:43:19.760Z Compiling dirs-next v2.0.0
26502026-05-05T03:43:19.836Z Compiling clang-sys v1.8.1
26512026-05-05T03:43:19.885Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26522026-05-05T03:43:19.968Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26532026-05-05T03:43:19.968Z Compiling tabled v0.20.0
26542026-05-05T03:43:20.060Z Compiling dsl_auto_type v0.2.0
26552026-05-05T03:43:20.251Z Compiling scheduled-thread-pool v0.2.7
26562026-05-05T03:43:20.525Z Compiling diesel_table_macro_syntax v0.3.0
26572026-05-05T03:43:20.538Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26582026-05-05T03:43:20.561Z Compiling xshell-macros v0.2.7
26592026-05-05T03:43:20.726Z Compiling tiny-keccak v2.0.2
26602026-05-05T03:43:20.760Z Compiling path-slash v0.1.5
26612026-05-05T03:43:20.837Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26622026-05-05T03:43:20.941Z Compiling xshell v0.2.7
26632026-05-05T03:43:21.053Z Compiling r2d2 v0.8.10
26642026-05-05T03:43:21.173Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26652026-05-05T03:43:21.351Z Compiling term v0.7.0
26662026-05-05T03:43:21.763Z Compiling typify-macro v0.4.3
26672026-05-05T03:43:21.874Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26682026-05-05T03:43:21.955Z Compiling bit-vec v0.6.3
26692026-05-05T03:43:22.080Z Compiling downcast-rs v2.0.2
26702026-05-05T03:43:22.255Z Compiling bit-set v0.5.3
26712026-05-05T03:43:22.279Z Compiling ascii-canvas v3.0.0
26722026-05-05T03:43:22.350Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26732026-05-05T03:43:22.541Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26742026-05-05T03:43:22.649Z Compiling itertools v0.10.5
26752026-05-05T03:43:23.291Z Compiling ena v0.14.4
26762026-05-05T03:43:23.537Z Compiling libloading v0.8.9
26772026-05-05T03:43:23.559Z Compiling unicase v2.9.0
26782026-05-05T03:43:23.727Z Compiling crc8 v0.1.1
26792026-05-05T03:43:23.765Z Compiling bindgen v0.71.1
26802026-05-05T03:43:23.867Z Compiling diff v0.1.13
26812026-05-05T03:43:23.897Z Compiling regex-syntax v0.6.29
26822026-05-05T03:43:24.157Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26832026-05-05T03:43:24.436Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26842026-05-05T03:43:24.459Z Compiling cexpr v0.6.0
26852026-05-05T03:43:24.793Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26862026-05-05T03:43:25.024Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26872026-05-05T03:43:25.110Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26882026-05-05T03:43:25.142Z Compiling typify v0.4.3
26892026-05-05T03:43:25.230Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26902026-05-05T03:43:25.274Z Compiling headers-core v0.3.0
26912026-05-05T03:43:25.306Z Compiling lalrpop v0.19.12
26922026-05-05T03:43:25.339Z Compiling libxml v0.3.3
26932026-05-05T03:43:25.444Z Compiling headers v0.4.1
26942026-05-05T03:43:25.508Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26952026-05-05T03:43:25.726Z Compiling diesel v2.3.7
26962026-05-05T03:43:25.877Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26972026-05-05T03:43:26.096Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26982026-05-05T03:43:26.591Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26992026-05-05T03:43:26.742Z Compiling strum_macros v0.24.3
27002026-05-05T03:43:27.121Z Compiling indoc v1.0.9
27012026-05-05T03:43:27.567Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27022026-05-05T03:43:27.689Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27032026-05-05T03:43:27.805Z Compiling derive_builder v0.20.2
27042026-05-05T03:43:27.955Z Compiling oso-derive v0.27.3
27052026-05-05T03:43:28.131Z Compiling quick-xml v0.37.5
27062026-05-05T03:43:28.428Z Compiling impl-trait-for-tuples v0.2.3
27072026-05-05T03:43:28.478Z Compiling half v1.8.3
27082026-05-05T03:43:28.592Z Compiling openssl-probe v0.1.6
27092026-05-05T03:43:28.897Z Compiling serde_cbor v0.11.2
27102026-05-05T03:43:28.965Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27112026-05-05T03:43:29.159Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27122026-05-05T03:43:29.691Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27132026-05-05T03:43:29.718Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27142026-05-05T03:43:29.755Z Compiling bb8 v0.8.6
27152026-05-05T03:43:29.835Z Compiling trait-variant v0.1.2
27162026-05-05T03:43:29.953Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27172026-05-05T03:43:30.028Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27182026-05-05T03:43:30.162Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27192026-05-05T03:43:30.232Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27202026-05-05T03:43:30.364Z Compiling samael v0.0.19
27212026-05-05T03:43:30.387Z Compiling fxhash v0.2.1
27222026-05-05T03:43:30.412Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27232026-05-05T03:43:30.467Z Compiling salty v0.3.0
27242026-05-05T03:43:30.569Z Compiling progenitor-impl v0.11.2
27252026-05-05T03:43:30.799Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27262026-05-05T03:43:30.866Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27272026-05-05T03:43:30.887Z Compiling kstat-rs v0.2.4
27282026-05-05T03:43:31.303Z Compiling libz-sys v1.1.24
27292026-05-05T03:43:31.384Z Compiling nonempty v0.12.0
27302026-05-05T03:43:31.623Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27312026-05-05T03:43:31.663Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27322026-05-05T03:43:32.815Z Compiling progenitor-macro v0.11.2
27332026-05-05T03:43:32.881Z Compiling progenitor-impl v0.10.0
27342026-05-05T03:43:32.908Z Compiling polar-core v0.27.3
27352026-05-05T03:43:33.153Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27362026-05-05T03:43:34.073Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-05-05T03:43:34.690Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27382026-05-05T03:43:35.072Z Compiling progenitor-client v0.11.2
27392026-05-05T03:43:35.274Z Compiling darling_core v0.23.0
27402026-05-05T03:43:35.631Z Compiling nanorand v0.7.0
27412026-05-05T03:43:35.772Z Compiling arc-swap v1.8.2
27422026-05-05T03:43:36.014Z Compiling fs-err v2.11.0
27432026-05-05T03:43:36.254Z Compiling parking_lot_core v0.8.6
27442026-05-05T03:43:36.409Z Compiling mime_guess v2.0.5
27452026-05-05T03:43:36.739Z Compiling slog-scope v4.4.1
27462026-05-05T03:43:36.759Z Compiling flume v0.11.1
27472026-05-05T03:43:36.882Z Compiling progenitor v0.11.2
27482026-05-05T03:43:36.937Z Compiling progenitor-macro v0.10.0
27492026-05-05T03:43:37.072Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27502026-05-05T03:43:37.423Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27512026-05-05T03:43:37.432Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27522026-05-05T03:43:37.450Z Compiling darling_macro v0.23.0
27532026-05-05T03:43:37.836Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27542026-05-05T03:43:39.381Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27552026-05-05T03:43:39.484Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27562026-05-05T03:43:42.351Z Compiling oso v0.27.3
27572026-05-05T03:43:44.236Z Compiling diesel-dtrace v0.5.0
27582026-05-05T03:43:44.575Z Compiling async-bb8-diesel v0.2.1
27592026-05-05T03:43:45.020Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27602026-05-05T03:43:45.416Z Compiling primeorder v0.13.6
27612026-05-05T03:43:45.964Z Compiling git-stub v1.0.0
27622026-05-05T03:43:46.042Z Compiling libgit2-sys v0.18.3+1.9.2
27632026-05-05T03:43:46.240Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27642026-05-05T03:43:46.474Z Compiling instability v0.3.11
27652026-05-05T03:43:46.549Z Compiling git-stub-vcs v0.1.0
27662026-05-05T03:43:46.743Z Compiling p384 v0.13.1
27672026-05-05T03:43:46.917Z Compiling progenitor v0.10.0
27682026-05-05T03:43:47.314Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-05-05T03:43:47.416Z Compiling darling v0.23.0
27702026-05-05T03:43:47.481Z Compiling slog-stdlog v4.1.1
27712026-05-05T03:43:48.110Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27722026-05-05T03:43:48.369Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27732026-05-05T03:43:48.605Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27742026-05-05T03:43:48.846Z Compiling ignore v0.4.25
27752026-05-05T03:43:48.904Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27762026-05-05T03:43:48.929Z Compiling castaway v0.2.4
27772026-05-05T03:43:49.089Z Compiling atty v0.2.14
27782026-05-05T03:43:49.251Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27792026-05-05T03:43:49.522Z Compiling http-range v0.1.5
27802026-05-05T03:43:49.803Z Compiling parse-size v1.1.0
27812026-05-05T03:43:49.875Z Compiling indoc v2.0.7
27822026-05-05T03:43:50.032Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27832026-05-05T03:43:50.354Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27842026-05-05T03:43:51.103Z Compiling globwalk v0.9.1
27852026-05-05T03:43:51.775Z Compiling compact_str v0.8.1
27862026-05-05T03:43:51.949Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27872026-05-05T03:43:52.869Z Compiling parking_lot v0.11.2
27882026-05-05T03:43:52.920Z Compiling slog-envlogger v2.2.0
27892026-05-05T03:43:53.871Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27902026-05-05T03:43:54.102Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27912026-05-05T03:43:54.495Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27922026-05-05T03:43:54.575Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-05-05T03:43:54.611Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27942026-05-05T03:43:54.673Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27952026-05-05T03:43:54.700Z Compiling predicates-tree v1.0.13
27962026-05-05T03:43:55.164Z Compiling unicode-truncate v1.1.0
27972026-05-05T03:43:55.409Z Compiling lru v0.12.5
27982026-05-05T03:43:55.412Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-05-05T03:43:55.456Z Compiling rand_seeder v0.4.0
28002026-05-05T03:43:55.496Z Compiling prefix-trie v0.7.0
28012026-05-05T03:43:55.535Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28022026-05-05T03:43:55.620Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-05-05T03:43:55.723Z Compiling vergen-git2 v1.0.7
28042026-05-05T03:43:55.763Z Compiling corncobs v0.1.4
28052026-05-05T03:43:55.793Z Compiling cassowary v0.3.0
28062026-05-05T03:43:55.898Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28072026-05-05T03:43:55.957Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28082026-05-05T03:43:56.005Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28092026-05-05T03:43:56.026Z Compiling hickory-server v0.25.2
28102026-05-05T03:43:56.030Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28112026-05-05T03:43:56.086Z Compiling ratatui v0.29.0
28122026-05-05T03:43:56.111Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28132026-05-05T03:43:56.267Z Compiling camino-tempfile-ext v0.3.3
28142026-05-05T03:43:56.646Z Compiling hyper-staticfile v0.10.1
28152026-05-05T03:43:56.726Z Compiling sled v0.34.7
28162026-05-05T03:43:57.336Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28172026-05-05T03:43:57.409Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28182026-05-05T03:43:57.853Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28192026-05-05T03:43:57.986Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28202026-05-05T03:43:58.010Z Compiling secrecy v0.8.0
28212026-05-05T03:43:58.208Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28222026-05-05T03:43:58.446Z Compiling rustls v0.21.12
28232026-05-05T03:43:59.417Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28242026-05-05T03:44:01.103Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28252026-05-05T03:44:01.137Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28262026-05-05T03:44:01.201Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28272026-05-05T03:44:01.521Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28282026-05-05T03:44:03.858Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28292026-05-05T03:44:04.248Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28302026-05-05T03:44:04.292Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28312026-05-05T03:44:04.558Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28322026-05-05T03:44:04.794Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28332026-05-05T03:44:05.030Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28342026-05-05T03:44:05.262Z Compiling sct v0.7.1
28352026-05-05T03:44:05.543Z Compiling rustls-webpki v0.101.7
28362026-05-05T03:44:05.546Z Compiling nix v0.29.0
28372026-05-05T03:44:05.959Z Compiling dropshot v0.16.7
28382026-05-05T03:44:06.212Z Compiling void v1.0.2
28392026-05-05T03:44:06.373Z Compiling lzss v0.8.2
28402026-05-05T03:44:06.683Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28412026-05-05T03:44:07.062Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28422026-05-05T03:44:07.232Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28432026-05-05T03:44:07.869Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28442026-05-05T03:44:08.322Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28452026-05-05T03:44:08.876Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28462026-05-05T03:44:09.046Z Compiling tungstenite v0.23.0
28472026-05-05T03:44:09.126Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28482026-05-05T03:44:09.583Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28492026-05-05T03:44:09.822Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28502026-05-05T03:44:10.050Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28512026-05-05T03:44:10.180Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28522026-05-05T03:44:10.279Z Compiling toml v0.9.12+spec-1.1.0
28532026-05-05T03:44:10.438Z Compiling nix v0.27.1
28542026-05-05T03:44:10.539Z Compiling dropshot_endpoint v0.16.7
28552026-05-05T03:44:11.138Z Compiling serde_bytes v0.11.19
28562026-05-05T03:44:11.398Z Compiling git2 v0.20.4
28572026-05-05T03:44:11.423Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28582026-05-05T03:44:11.573Z Compiling tokio-tungstenite v0.23.1
28592026-05-05T03:44:11.621Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28602026-05-05T03:44:11.955Z Compiling tokio-rustls v0.24.1
28612026-05-05T03:44:12.685Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28622026-05-05T03:44:14.511Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28632026-05-05T03:44:14.980Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28642026-05-05T03:44:15.687Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28652026-05-05T03:44:16.769Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28662026-05-05T03:44:16.800Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28672026-05-05T03:44:17.210Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28682026-05-05T03:44:17.608Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28692026-05-05T03:44:18.838Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28702026-05-05T03:44:20.333Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28712026-05-05T03:44:20.662Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28722026-05-05T03:44:20.693Z Compiling rustls-pemfile v1.0.4
28732026-05-05T03:44:21.115Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28742026-05-05T03:44:21.138Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28752026-05-05T03:44:21.650Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28762026-05-05T03:44:22.637Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28772026-05-05T03:44:23.245Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28782026-05-05T03:44:24.048Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=6b7b7b7cb723a42bf5d6bc809afbaf332d7500b9#6b7b7b7c)
28792026-05-05T03:44:25.015Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28802026-05-05T03:44:25.123Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28812026-05-05T03:44:25.269Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28822026-05-05T03:44:25.357Z Compiling signal-hook-tokio v0.3.1
28832026-05-05T03:44:25.562Z Compiling twox-hash v2.1.2
28842026-05-05T03:44:25.994Z Compiling yasna v0.5.2
28852026-05-05T03:44:26.111Z Compiling is_ci v1.2.0
28862026-05-05T03:44:26.285Z Compiling supports-color v3.0.2
28872026-05-05T03:44:26.334Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28882026-05-05T03:44:26.583Z Compiling rcgen v0.12.1
28892026-05-05T03:44:27.038Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28902026-05-05T03:44:27.070Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28912026-05-05T03:44:27.412Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28922026-05-05T03:44:27.485Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28932026-05-05T03:44:27.537Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28942026-05-05T03:44:27.732Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28952026-05-05T03:44:29.174Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28962026-05-05T03:44:30.062Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28972026-05-05T03:44:30.890Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28982026-05-05T03:44:30.955Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28992026-05-05T03:44:31.189Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29002026-05-05T03:44:31.425Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29012026-05-05T03:44:31.652Z Compiling fatfs v0.3.6
29022026-05-05T03:44:31.678Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29032026-05-05T03:44:32.327Z Compiling rtoolbox v0.0.3
29042026-05-05T03:44:32.642Z Compiling subprocess v0.2.15
29052026-05-05T03:44:32.769Z Compiling assert_matches v1.5.0
29062026-05-05T03:44:32.886Z Compiling seq-macro v0.3.6
29072026-05-05T03:44:32.907Z Compiling rpassword v7.4.0
29082026-05-05T03:44:33.209Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29092026-05-05T03:44:33.439Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29102026-05-05T03:44:34.703Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29112026-05-05T03:44:34.851Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29122026-05-05T03:44:35.338Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29132026-05-05T03:44:35.478Z Compiling tui-tree-widget v0.23.1
29142026-05-05T03:44:35.513Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29152026-05-05T03:44:35.762Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29162026-05-05T03:44:36.290Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29172026-05-05T03:44:36.505Z Compiling uzers v0.12.2
29182026-05-05T03:44:37.265Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29192026-05-05T03:44:37.971Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29202026-05-05T03:44:39.008Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29212026-05-05T03:44:40.040Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29222026-05-05T03:44:42.461Z Compiling support-bundle-viewer v0.1.2
29232026-05-05T03:44:43.661Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29242026-05-05T03:44:44.440Z Compiling multimap v0.10.1
29252026-05-05T03:44:52.535Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29262026-05-05T03:44:52.924Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29272026-05-05T03:44:54.059Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29282026-05-05T03:45:02.776Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29292026-05-05T03:45:43.232Zerror[E0308]: mismatched types
29302026-05-05T03:45:43.232Z --> nexus/src/app/disk.rs:571:17
29312026-05-05T03:45:43.232Z |
29322026-05-05T03:45:43.232Z569 | let client = crucible_pantry_client::Client::new_with_client(
29332026-05-05T03:45:43.232Z | ----------------------------------------------- arguments to this function are incorrect
29342026-05-05T03:45:43.232Z570 | &format!("http://{}", endpoint),
29352026-05-05T03:45:43.232Z571 | self.reqwest012_client.clone(),
29362026-05-05T03:45:43.232Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `reqwest::Client`, found a different `reqwest::Client`
29372026-05-05T03:45:43.232Z |
29382026-05-05T03:45:43.232Znote: there are multiple different versions of crate `reqwest` in the dependency graph
29392026-05-05T03:45:43.232Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.2/src/async_impl/client.rs:93:1
29402026-05-05T03:45:43.232Z |
29412026-05-05T03:45:43.232Z 93 | pub struct Client {
29422026-05-05T03:45:43.232Z | ^^^^^^^^^^^^^^^^^ this is the expected type
29432026-05-05T03:45:43.232Z |
29442026-05-05T03:45:43.232Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/client.rs:93:1
29452026-05-05T03:45:43.232Z |
29462026-05-05T03:45:43.232Z 93 | pub struct Client {
29472026-05-05T03:45:43.232Z | ----------------- this is the found type
29482026-05-05T03:45:43.232Z = help: you can use `cargo tree` to explore your dependency tree
29492026-05-05T03:45:43.232Znote: associated function defined here
29502026-05-05T03:45:43.232Z --> /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/6b7b7b7/pantry-client/src/lib.rs:5:1
29512026-05-05T03:45:43.232Z |
29522026-05-05T03:45:43.232Z 5 | / generate_api!(
29532026-05-05T03:45:43.232Z 6 | | spec = "../openapi/crucible-pantry/crucible-pantry-latest.json",
29542026-05-05T03:45:43.232Z 7 | | derives = [schemars::JsonSchema],
29552026-05-05T03:45:43.232Z 8 | | patch = {
29562026-05-05T03:45:43.232Z... |
29572026-05-05T03:45:43.232Z 11 | | },
29582026-05-05T03:45:43.232Z 12 | | );
29592026-05-05T03:45:43.233Z | |_^
29602026-05-05T03:45:43.233Z = note: this error originates in the macro `generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
29612026-05-05T03:45:43.233Z
29622026-05-05T03:45:46.850Zerror[E0027]: pattern does not mention field `info`
29632026-05-05T03:45:46.850Z --> dev-tools/omdb/src/bin/omdb/crucible_pantry.rs:104:9
29642026-05-05T03:45:46.850Z |
29652026-05-05T03:45:46.850Z104 | let VolumeStatus { active, num_job_handles, seen_active } =
29662026-05-05T03:45:46.850Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing field `info`
29672026-05-05T03:45:46.850Z |
29682026-05-05T03:45:46.850Zhelp: include the missing field in the pattern
29692026-05-05T03:45:46.850Z |
29702026-05-05T03:45:46.850Z104 | let VolumeStatus { active, num_job_handles, seen_active, info } =
29712026-05-05T03:45:46.850Z | ++++++
29722026-05-05T03:45:46.850Zhelp: if you don't care about this missing field, you can explicitly ignore it
29732026-05-05T03:45:46.850Z |
29742026-05-05T03:45:46.851Z104 | let VolumeStatus { active, num_job_handles, seen_active, info: _ } =
29752026-05-05T03:45:46.851Z | +++++++++
29762026-05-05T03:45:46.851Zhelp: or always ignore missing fields here
29772026-05-05T03:45:46.851Z |
29782026-05-05T03:45:46.851Z104 | let VolumeStatus { active, num_job_handles, seen_active, .. } =
29792026-05-05T03:45:46.851Z | ++++
29802026-05-05T03:45:46.851Z
29812026-05-05T03:45:47.187Zerror[E0271]: expected `{async block@nexus/src/app/sagas/snapshot_create.rs:1228:33: 1228:38}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>`
29822026-05-05T03:45:47.187Z --> nexus/src/app/sagas/snapshot_create.rs:1241:5
29832026-05-05T03:45:47.187Z |
29842026-05-05T03:45:47.187Z1241 | ProgenitorOperationRetry::new(snapshot_operation, gone_check)
29852026-05-05T03:45:47.187Z | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
29862026-05-05T03:45:47.187Z |
29872026-05-05T03:45:47.187Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
29882026-05-05T03:45:47.187Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
29892026-05-05T03:45:47.187Z |
29902026-05-05T03:45:47.187Z 224 | pub enum Error<E = ()> {
29912026-05-05T03:45:47.187Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29922026-05-05T03:45:47.187Z |
29932026-05-05T03:45:47.187Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/progenitor_client.rs:327:1
29942026-05-05T03:45:47.187Z |
29952026-05-05T03:45:47.187Z 327 | pub enum Error<E = ()> {
29962026-05-05T03:45:47.187Z | ---------------------- this is the found type
29972026-05-05T03:45:47.187Z = help: you can use `cargo tree` to explore your dependency tree
29982026-05-05T03:45:47.187Znote: required by a bound in `ProgenitorOperationRetry`
29992026-05-05T03:45:47.187Z --> common/src/progenitor_operation_retry.rs:73:17
30002026-05-05T03:45:47.187Z |
30012026-05-05T03:45:47.188Z 69 | pub struct ProgenitorOperationRetry<
30022026-05-05T03:45:47.188Z | ------------------------ required by a bound in this struct
30032026-05-05T03:45:47.188Z...
30042026-05-05T03:45:47.188Z 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
30052026-05-05T03:45:47.188Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry`
30062026-05-05T03:45:47.188Z
30072026-05-05T03:45:47.191Zerror[E0271]: expected `{async block@nexus/src/app/sagas/snapshot_create.rs:1228:33: 1228:38}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>`
30082026-05-05T03:45:47.192Z --> nexus/src/app/sagas/snapshot_create.rs:1241:5
30092026-05-05T03:45:47.192Z |
30102026-05-05T03:45:47.192Z1241 | ProgenitorOperationRetry::new(snapshot_operation, gone_check)
30112026-05-05T03:45:47.192Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
30122026-05-05T03:45:47.192Z |
30132026-05-05T03:45:47.192Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
30142026-05-05T03:45:47.192Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
30152026-05-05T03:45:47.192Z |
30162026-05-05T03:45:47.192Z 224 | pub enum Error<E = ()> {
30172026-05-05T03:45:47.192Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30182026-05-05T03:45:47.192Z |
30192026-05-05T03:45:47.192Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/progenitor_client.rs:327:1
30202026-05-05T03:45:47.192Z |
30212026-05-05T03:45:47.192Z 327 | pub enum Error<E = ()> {
30222026-05-05T03:45:47.192Z | ---------------------- this is the found type
30232026-05-05T03:45:47.192Z = help: you can use `cargo tree` to explore your dependency tree
30242026-05-05T03:45:47.192Znote: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
30252026-05-05T03:45:47.192Z --> common/src/progenitor_operation_retry.rs:88:17
30262026-05-05T03:45:47.192Z |
30272026-05-05T03:45:47.192Z 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
30282026-05-05T03:45:47.192Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
30292026-05-05T03:45:47.192Z...
30302026-05-05T03:45:47.192Z 92 | pub fn new(operation: F, gone_check: BF) -> Self {
30312026-05-05T03:45:47.192Z | --- required by a bound in this associated function
30322026-05-05T03:45:47.192Z
30332026-05-05T03:45:47.216Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
30342026-05-05T03:45:47.216Z --> nexus/src/app/sagas/snapshot_create.rs:1242:10
30352026-05-05T03:45:47.216Z |
30362026-05-05T03:45:47.216Z1241 | / ProgenitorOperationRetry::new(snapshot_operation, gone_check)
30372026-05-05T03:45:47.216Z1242 | | .run(log)
30382026-05-05T03:45:47.216Z | | -^^^ method cannot be called due to unsatisfied trait bounds
30392026-05-05T03:45:47.216Z | |_________|
30402026-05-05T03:45:47.217Z |
30412026-05-05T03:45:47.217Z |
30422026-05-05T03:45:47.217Z = note: the following trait bounds were not satisfied:
30432026-05-05T03:45:47.217Z `<{async block@nexus/src/app/sagas/snapshot_create.rs:1228:33: 1228:38} as futures::Future>::Output = Result<_, crucible_agent_client::Error<_>>`
30442026-05-05T03:45:47.217Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/release/deps/omicron_nexus-f3db4b7edf392580.long-type-9025515004761116878.txt'
30452026-05-05T03:45:47.217Z = note: consider using `--verbose` to print the full type name to the console
30462026-05-05T03:45:47.217Z
30472026-05-05T03:45:47.221Zerror[E0282]: type annotations needed
30482026-05-05T03:45:47.221Z --> nexus/src/app/sagas/snapshot_create.rs:1241:5
30492026-05-05T03:45:47.221Z |
30502026-05-05T03:45:47.221Z1241 | / ProgenitorOperationRetry::new(snapshot_operation, gone_check)
30512026-05-05T03:45:47.221Z1242 | | .run(log)
30522026-05-05T03:45:47.221Z1243 | | .await
30532026-05-05T03:45:47.221Z | |______________^ cannot infer type
30542026-05-05T03:45:47.221Z
30552026-05-05T03:45:47.221Zerror[E0282]: type annotations needed
30562026-05-05T03:45:47.221Z --> nexus/src/app/sagas/snapshot_create.rs:1244:19
30572026-05-05T03:45:47.221Z |
30582026-05-05T03:45:47.221Z1244 | .map_err(|e| {
30592026-05-05T03:45:47.222Z | ^
30602026-05-05T03:45:47.222Z1245 | saga_action_failed(Error::internal_error(&e.to_string()))
30612026-05-05T03:45:47.222Z | - type must be known at this point
30622026-05-05T03:45:47.222Z |
30632026-05-05T03:45:47.222Zhelp: consider giving this closure parameter an explicit type
30642026-05-05T03:45:47.222Z |
30652026-05-05T03:45:47.222Z1244 | .map_err(|e: /* Type */| {
30662026-05-05T03:45:47.222Z | ++++++++++++
30672026-05-05T03:45:47.222Z
30682026-05-05T03:45:47.611Zerror[E0271]: expected `{async block@nexus/src/app/sagas/common_storage.rs:136:31: 136:36}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<AttachResult>, Error<Error>>`
30692026-05-05T03:45:47.612Z --> nexus/src/app/sagas/common_storage.rs:142:5
30702026-05-05T03:45:47.612Z |
30712026-05-05T03:45:47.612Z142 | ProgenitorOperationRetry::new(attach_operation, gone_check)
30722026-05-05T03:45:47.612Z | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `crucible_agent_client::Error<_>`, found `Error<Error>`
30732026-05-05T03:45:47.612Z |
30742026-05-05T03:45:47.612Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
30752026-05-05T03:45:47.612Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
30762026-05-05T03:45:47.612Z |
30772026-05-05T03:45:47.612Z224 | pub enum Error<E = ()> {
30782026-05-05T03:45:47.612Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30792026-05-05T03:45:47.612Z |
30802026-05-05T03:45:47.612Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/progenitor_client.rs:327:1
30812026-05-05T03:45:47.612Z |
30822026-05-05T03:45:47.612Z327 | pub enum Error<E = ()> {
30832026-05-05T03:45:47.612Z | ---------------------- this is the found type
30842026-05-05T03:45:47.612Z = help: you can use `cargo tree` to explore your dependency tree
30852026-05-05T03:45:47.612Znote: required by a bound in `ProgenitorOperationRetry`
30862026-05-05T03:45:47.612Z --> common/src/progenitor_operation_retry.rs:73:17
30872026-05-05T03:45:47.612Z |
30882026-05-05T03:45:47.612Z 69 | pub struct ProgenitorOperationRetry<
30892026-05-05T03:45:47.612Z | ------------------------ required by a bound in this struct
30902026-05-05T03:45:47.612Z...
30912026-05-05T03:45:47.612Z 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
30922026-05-05T03:45:47.612Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry`
30932026-05-05T03:45:47.612Z
30942026-05-05T03:45:47.612Zerror[E0271]: expected `{async block@nexus/src/app/sagas/common_storage.rs:136:31: 136:36}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<AttachResult>, Error<Error>>`
30952026-05-05T03:45:47.612Z --> nexus/src/app/sagas/common_storage.rs:142:5
30962026-05-05T03:45:47.612Z |
30972026-05-05T03:45:47.612Z142 | ProgenitorOperationRetry::new(attach_operation, gone_check)
30982026-05-05T03:45:47.612Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `crucible_agent_client::Error<_>`, found `Error<Error>`
30992026-05-05T03:45:47.612Z |
31002026-05-05T03:45:47.612Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
31012026-05-05T03:45:47.612Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
31022026-05-05T03:45:47.612Z |
31032026-05-05T03:45:47.612Z224 | pub enum Error<E = ()> {
31042026-05-05T03:45:47.612Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31052026-05-05T03:45:47.613Z |
31062026-05-05T03:45:47.613Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/progenitor_client.rs:327:1
31072026-05-05T03:45:47.613Z |
31082026-05-05T03:45:47.613Z327 | pub enum Error<E = ()> {
31092026-05-05T03:45:47.613Z | ---------------------- this is the found type
31102026-05-05T03:45:47.613Z = help: you can use `cargo tree` to explore your dependency tree
31112026-05-05T03:45:47.613Znote: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
31122026-05-05T03:45:47.613Z --> common/src/progenitor_operation_retry.rs:88:17
31132026-05-05T03:45:47.613Z |
31142026-05-05T03:45:47.613Z 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
31152026-05-05T03:45:47.613Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
31162026-05-05T03:45:47.613Z...
31172026-05-05T03:45:47.613Z 92 | pub fn new(operation: F, gone_check: BF) -> Self {
31182026-05-05T03:45:47.613Z | --- required by a bound in this associated function
31192026-05-05T03:45:47.613Z
31202026-05-05T03:45:47.639Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
31212026-05-05T03:45:47.639Z --> nexus/src/app/sagas/common_storage.rs:143:10
31222026-05-05T03:45:47.639Z |
31232026-05-05T03:45:47.640Z142 | / ProgenitorOperationRetry::new(attach_operation, gone_check)
31242026-05-05T03:45:47.640Z143 | | .run(log)
31252026-05-05T03:45:47.640Z | | -^^^ method cannot be called due to unsatisfied trait bounds
31262026-05-05T03:45:47.640Z | |_________|
31272026-05-05T03:45:47.640Z |
31282026-05-05T03:45:47.640Z |
31292026-05-05T03:45:47.640Z = note: the following trait bounds were not satisfied:
31302026-05-05T03:45:47.640Z `<{async block@nexus/src/app/sagas/common_storage.rs:136:31: 136:36} as futures::Future>::Output = Result<_, crucible_agent_client::Error<_>>`
31312026-05-05T03:45:47.640Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/release/deps/omicron_nexus-f3db4b7edf392580.long-type-14187292628178483252.txt'
31322026-05-05T03:45:47.640Z = note: consider using `--verbose` to print the full type name to the console
31332026-05-05T03:45:47.640Z
31342026-05-05T03:45:47.644Zerror[E0282]: type annotations needed
31352026-05-05T03:45:47.644Z --> nexus/src/app/sagas/common_storage.rs:142:5
31362026-05-05T03:45:47.644Z |
31372026-05-05T03:45:47.644Z142 | / ProgenitorOperationRetry::new(attach_operation, gone_check)
31382026-05-05T03:45:47.644Z143 | | .run(log)
31392026-05-05T03:45:47.644Z144 | | .await
31402026-05-05T03:45:47.644Z | |______________^ cannot infer type
31412026-05-05T03:45:47.644Z
31422026-05-05T03:45:47.644Zerror[E0271]: expected `{async block@nexus/src/app/sagas/common_storage.rs:168:12: 168:17}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>`
31432026-05-05T03:45:47.644Z --> nexus/src/app/sagas/common_storage.rs:172:5
31442026-05-05T03:45:47.644Z |
31452026-05-05T03:45:47.644Z172 | ProgenitorOperationRetry::new(detach_operation, gone_check)
31462026-05-05T03:45:47.644Z | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
31472026-05-05T03:45:47.644Z |
31482026-05-05T03:45:47.645Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
31492026-05-05T03:45:47.645Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
31502026-05-05T03:45:47.645Z |
31512026-05-05T03:45:47.645Z224 | pub enum Error<E = ()> {
31522026-05-05T03:45:47.645Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31532026-05-05T03:45:47.645Z |
31542026-05-05T03:45:47.645Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/progenitor_client.rs:327:1
31552026-05-05T03:45:47.645Z |
31562026-05-05T03:45:47.645Z327 | pub enum Error<E = ()> {
31572026-05-05T03:45:47.645Z | ---------------------- this is the found type
31582026-05-05T03:45:47.645Z = help: you can use `cargo tree` to explore your dependency tree
31592026-05-05T03:45:47.645Znote: required by a bound in `ProgenitorOperationRetry`
31602026-05-05T03:45:47.645Z --> common/src/progenitor_operation_retry.rs:73:17
31612026-05-05T03:45:47.645Z |
31622026-05-05T03:45:47.645Z 69 | pub struct ProgenitorOperationRetry<
31632026-05-05T03:45:47.645Z | ------------------------ required by a bound in this struct
31642026-05-05T03:45:47.645Z...
31652026-05-05T03:45:47.645Z 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
31662026-05-05T03:45:47.646Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry`
31672026-05-05T03:45:47.646Z
31682026-05-05T03:45:47.646Zerror[E0271]: expected `{async block@nexus/src/app/sagas/common_storage.rs:168:12: 168:17}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>`
31692026-05-05T03:45:47.646Z --> nexus/src/app/sagas/common_storage.rs:172:5
31702026-05-05T03:45:47.646Z |
31712026-05-05T03:45:47.646Z172 | ProgenitorOperationRetry::new(detach_operation, gone_check)
31722026-05-05T03:45:47.646Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
31732026-05-05T03:45:47.646Z |
31742026-05-05T03:45:47.646Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
31752026-05-05T03:45:47.646Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
31762026-05-05T03:45:47.646Z |
31772026-05-05T03:45:47.646Z224 | pub enum Error<E = ()> {
31782026-05-05T03:45:47.646Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31792026-05-05T03:45:47.646Z |
31802026-05-05T03:45:47.646Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/progenitor_client.rs:327:1
31812026-05-05T03:45:47.646Z |
31822026-05-05T03:45:47.646Z327 | pub enum Error<E = ()> {
31832026-05-05T03:45:47.646Z | ---------------------- this is the found type
31842026-05-05T03:45:47.646Z = help: you can use `cargo tree` to explore your dependency tree
31852026-05-05T03:45:47.646Znote: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
31862026-05-05T03:45:47.646Z --> common/src/progenitor_operation_retry.rs:88:17
31872026-05-05T03:45:47.646Z |
31882026-05-05T03:45:47.646Z 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
31892026-05-05T03:45:47.646Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
31902026-05-05T03:45:47.646Z...
31912026-05-05T03:45:47.646Z 92 | pub fn new(operation: F, gone_check: BF) -> Self {
31922026-05-05T03:45:47.646Z | --- required by a bound in this associated function
31932026-05-05T03:45:47.646Z
31942026-05-05T03:45:47.667Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
31952026-05-05T03:45:47.667Z --> nexus/src/app/sagas/common_storage.rs:173:10
31962026-05-05T03:45:47.667Z |
31972026-05-05T03:45:47.667Z172 | / ProgenitorOperationRetry::new(detach_operation, gone_check)
31982026-05-05T03:45:47.667Z173 | | .run(log)
31992026-05-05T03:45:47.667Z | | -^^^ method cannot be called due to unsatisfied trait bounds
32002026-05-05T03:45:47.668Z | |_________|
32012026-05-05T03:45:47.668Z |
32022026-05-05T03:45:47.668Z |
32032026-05-05T03:45:47.668Z = note: the following trait bounds were not satisfied:
32042026-05-05T03:45:47.668Z `<{async block@nexus/src/app/sagas/common_storage.rs:168:12: 168:17} as futures::Future>::Output = Result<_, crucible_agent_client::Error<_>>`
32052026-05-05T03:45:47.668Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/release/deps/omicron_nexus-f3db4b7edf392580.long-type-11936981627181818114.txt'
32062026-05-05T03:45:47.668Z = note: consider using `--verbose` to print the full type name to the console
32072026-05-05T03:45:47.668Z
32082026-05-05T03:45:47.673Zerror[E0282]: type annotations needed
32092026-05-05T03:45:47.673Z --> nexus/src/app/sagas/common_storage.rs:172:5
32102026-05-05T03:45:47.673Z |
32112026-05-05T03:45:47.673Z172 | / ProgenitorOperationRetry::new(detach_operation, gone_check)
32122026-05-05T03:45:47.673Z173 | | .run(log)
32132026-05-05T03:45:47.673Z174 | | .await
32142026-05-05T03:45:47.673Z | |______________^ cannot infer type
32152026-05-05T03:45:47.673Z
32162026-05-05T03:45:53.784ZFor more information about this error, try `rustc --explain E0027`.
32172026-05-05T03:45:53.986Zerror: could not compile `omicron-omdb` (bin "omdb") due to 1 previous error
32182026-05-05T03:45:53.986Zwarning: build failed, waiting for other jobs to finish...
32192026-05-05T03:46:21.830ZSome errors have detailed explanations: E0271, E0282, E0308, E0599.
32202026-05-05T03:46:21.830ZFor more information about an error, try `rustc --explain E0271`.
32212026-05-05T03:46:22.209Zerror: could not compile `omicron-nexus` (lib) due to 14 previous errors
32222026-05-05T03:46:22.485ZError: Failed to build packages
32232026-05-05T03:46:22.488Z
32242026-05-05T03:46:22.488Zreal 3:34.758626497
32252026-05-05T03:46:22.488Zuser 46:18.786273042
32262026-05-05T03:46:22.488Zsys 2:37.035454377
32272026-05-05T03:46:22.488Ztrap 1.371938700
32282026-05-05T03:46:22.488Ztflt 1.716356437
32292026-05-05T03:46:22.488Zdflt 2.524038205
32302026-05-05T03:46:22.488Zkflt 0.001252843
32312026-05-05T03:46:22.489Zlock 3:56:56.810108757
32322026-05-05T03:46:22.489Zslp 1:55:42.196864636
32332026-05-05T03:46:22.489Zlat 2:22.644073731
32342026-05-05T03:46:22.489Zstop 5:01.492958868
32352026-05-05T03:46:22.493Zprocess exited: duration 488805 ms, exit code 1
 
32362026-05-05T03:46:22.501Zfound 0 output files
32372026-05-05T03:46:22.501Zupload error: rule "/work/package.tar.gz" required a match, but was not used