01KM36PKXYYXFNN2E9522V42VN: 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: 01KM36Q8QKGA07R8C9XHCGYDJS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-19T14:08:02.473Zjob assigned to worker 01KM36QAKE3HNHX14GCNHB77BA [factory aws, i-02ad7b274f9fbc7b6] (queued for 1 m 11 s)
 
22026-03-19T14:08:10.898Zstarting task 0: "setup"
32026-03-19T14:08:10.906Z++ uname -s
42026-03-19T14:08:10.910Z+ kern=SunOS
52026-03-19T14:08:10.910Z+ build_user=build
62026-03-19T14:08:10.910Z+ build_uid=12345
72026-03-19T14:08:10.910Z+ work_dir=/work
82026-03-19T14:08:10.910Z+ input_dir=/input
92026-03-19T14:08:10.910Z+ [[ 0 == 12345 ]]
102026-03-19T14:08:10.910Z+ case "$kern" in
112026-03-19T14:08:10.910Z+ groupadd -g 12345 build
122026-03-19T14:08:10.910Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-19T14:08:12.915Z+ zfs create -o mountpoint=/work rpool/work
142026-03-19T14:08:13.034Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-19T14:08:13.038Z+ home_fs=zfs
162026-03-19T14:08:13.038Z+ [[ zfs == autofs ]]
172026-03-19T14:08:13.038Z+ mkdir -p /home/build
182026-03-19T14:08:13.041Z+ chown build:build /home/build /work
192026-03-19T14:08:15.041Z+ chmod 0700 /home/build /work
202026-03-19T14:08:15.046Zprocess exited: duration 4149 ms, exit code 0
 
212026-03-19T14:08:15.054Zstarting task 1: "rust-toolchain"
222026-03-19T14:08:15.060Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-19T14:08:15.060Z * rust toolchain channel = "1.94.0"
242026-03-19T14:08:15.060Z * rust toolchain profile = "default"
252026-03-19T14:08:15.060Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-19T14:08:15.060Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-19T14:08:15.060Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-19T14:08:15.063Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-19T14:08:15.063Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-19T14:08:15.204Zinfo: downloading installer
312026-03-19T14:08:16.919Zwarn: It looks like you have an existing installation of Rust at:
322026-03-19T14:08:16.919Zwarn: /opt/ooce/bin
332026-03-19T14:08:16.919Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-19T14:08:16.919Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-19T14:08:16.919Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-19T14:08:16.919Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-19T14:08:16.919Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-19T14:08:16.919Zerror: cannot install while Rust is installed
392026-03-19T14:08:16.919Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-19T14:08:16.919Zwarn: It looks like you have an existing rustup settings file at:
412026-03-19T14:08:16.919Zwarn: /home/build/.rustup/settings.toml
422026-03-19T14:08:16.919Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-19T14:08:16.919Zwarn: instead of the one inferred from the default host triple.
442026-03-19T14:08:16.945Zinfo: profile set to default
452026-03-19T14:08:16.945Zinfo: default host triple is x86_64-unknown-illumos
462026-03-19T14:08:16.948Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-19T14:08:17.112Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-19T14:08:17.116Zinfo: downloading 6 components
492026-03-19T14:08:32.354Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-19T14:08:32.354Z
512026-03-19T14:08:32.389Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-19T14:08:32.389Z
532026-03-19T14:08:32.389Z
542026-03-19T14:08:32.392ZRust is installed now. Great!
552026-03-19T14:08:32.392Z
562026-03-19T14:08:32.392ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-19T14:08:32.393Zenvironment variable. This has not been done automatically.
582026-03-19T14:08:32.396Z
592026-03-19T14:08:32.396ZTo configure your current shell, you need to source
602026-03-19T14:08:32.396Zthe corresponding env file under $HOME/.cargo.
612026-03-19T14:08:32.396Z
622026-03-19T14:08:32.396ZThis is usually done by running one of the following (note the leading DOT):
632026-03-19T14:08:32.396Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-19T14:08:32.396Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-19T14:08:32.396Zsource "~/.cargo/env.nu" # For nushell
662026-03-19T14:08:32.396Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-19T14:08:32.396Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-19T14:08:32.396Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-19T14:08:32.396Zwarn: no default linker (`cc`) was found in your PATH
702026-03-19T14:08:32.396Zwarn: many Rust crates require a system C toolchain to build
712026-03-19T14:08:32.501Z+ rustup --version
722026-03-19T14:08:32.509Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-19T14:08:32.512Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-19T14:08:32.537Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-19T14:08:32.541Z+ cargo --version
762026-03-19T14:08:32.552Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-19T14:08:32.555Z+ rustc --version
782026-03-19T14:08:32.580Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-19T14:08:32.583Zprocess exited: duration 17536 ms, exit code 0
 
802026-03-19T14:08:32.590Zstarting task 2: "authentication"
812026-03-19T14:08:32.610Zprocess exited: duration 19 ms, exit code 0
 
822026-03-19T14:08:32.616Zstarting task 3: "clone repository"
832026-03-19T14:08:32.621Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-19T14:08:32.625Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-19T14:08:32.662ZCloning into '/work/oxidecomputer/omicron'...
862026-03-19T14:08:42.668Z+ cd /work/oxidecomputer/omicron
872026-03-19T14:08:42.671Z+ git fetch origin 8097eec323482ecd52143ab847c79d05b48b8972
882026-03-19T14:08:43.008ZFrom https://github.com/oxidecomputer/omicron
892026-03-19T14:08:43.008Z * branch 8097eec323482ecd52143ab847c79d05b48b8972 -> FETCH_HEAD
902026-03-19T14:08:43.021Z+ [[ -n '' ]]
912026-03-19T14:08:43.021Z+ git reset --hard 8097eec323482ecd52143ab847c79d05b48b8972
922026-03-19T14:08:43.344ZHEAD is now at 8097eec32 Merge branch 'main' into john/stronger-unnumbered-types-1
932026-03-19T14:08:43.347Zprocess exited: duration 10734 ms, exit code 0
 
942026-03-19T14:08:43.353Zstarting task 4: "build"
952026-03-19T14:08:43.360Z+ source .github/buildomat/ci-env.sh
962026-03-19T14:08:43.363Z++ export CARGO_TERM_COLOR=always
972026-03-19T14:08:43.363Z++ CARGO_TERM_COLOR=always
982026-03-19T14:08:43.363Z+ cargo --version
992026-03-19T14:08:43.371Zcargo 1.94.0 (85eff7c80 2026-01-15)
1002026-03-19T14:08:43.374Z+ rustc --version
1012026-03-19T14:08:43.399Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1022026-03-19T14:08:43.403Z+ WORK=/work
1032026-03-19T14:08:43.403Z+ pfexec mkdir -p /work
1042026-03-19T14:08:43.407Z+ pfexec chown build /work
1052026-03-19T14:08:43.411Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-03-19T14:08:55.231Z Startup: Refreshing catalog 'helios-dev' ... Done
1072026-03-19T14:09:05.208Z Startup: Caching catalogs ... Done
1082026-03-19T14:09:27.307ZPlanning: Solver setup ... Done (20.671s)
1092026-03-19T14:09:27.461ZPlanning: Running solver ... Done (0.154s)
1102026-03-19T14:09:27.642ZPlanning: Finding local manifests ... Done (0.003s)
1112026-03-19T14:09:27.654ZPlanning: Fetching manifests: 0/4 0% complete
1122026-03-19T14:09:27.823ZPlanning: Fetching manifests: 4/4 100% complete
1132026-03-19T14:09:27.869ZPlanning: Package planning ... Done (0.046s)
1142026-03-19T14:09:27.912ZPlanning: Merging actions ... Done (0.043s)
1152026-03-19T14:09:28.185ZPlanning: Checking for conflicting actions ... Done (0.273s)
1162026-03-19T14:09:28.196ZPlanning: Consolidating action changes ... Done (0.010s)
1172026-03-19T14:09:30.470ZPlanning: Evaluating mediators ... Done (2.275s)
1182026-03-19T14:09:30.478ZPlanning: Planning completed in 25.14 seconds
1192026-03-19T14:09:30.550Z Packages to install: 4
1202026-03-19T14:09:30.551Z Mediators to change: 2
1212026-03-19T14:09:30.551Z Services to change: 1
1222026-03-19T14:09:30.551Z Estimated space available: 155.43 GB
1232026-03-19T14:09:30.554ZEstimated space to be consumed: 1.83 GB
1242026-03-19T14:09:30.554Z Create boot environment: No
1252026-03-19T14:09:30.554ZCreate backup boot environment: No
1262026-03-19T14:09:30.554Z Rebuild boot archive: No
1272026-03-19T14:09:30.554Z
1282026-03-19T14:09:30.554ZChanged mediators:
1292026-03-19T14:09:30.554Z mediator clang:
1302026-03-19T14:09:30.554Z version: None -> 15 (system default)
1312026-03-19T14:09:30.554Z
1322026-03-19T14:09:30.554Z mediator llvm:
1332026-03-19T14:09:30.554Z version: 14 (system default) -> 15 (system default)
1342026-03-19T14:09:30.554Z
1352026-03-19T14:09:30.554ZChanged packages:
1362026-03-19T14:09:30.554Zhelios-dev
1372026-03-19T14:09:30.554Z developer/build-essential
1382026-03-19T14:09:30.554Z None -> 11-2.0
1392026-03-19T14:09:30.554Z library/libxmlsec1
1402026-03-19T14:09:30.554Z None -> 1.2.35-2.0
1412026-03-19T14:09:30.554Z ooce/developer/clang-15
1422026-03-19T14:09:30.554Z None -> 15.0.7-2.0
1432026-03-19T14:09:30.554Z ooce/developer/llvm-15
1442026-03-19T14:09:30.554Z None -> 15.0.7-2.0
1452026-03-19T14:09:30.554Z
1462026-03-19T14:09:30.555ZServices:
1472026-03-19T14:09:30.555Z restart_fmri:
1482026-03-19T14:09:30.555Z svc:/system/update-man-index:default
1492026-03-19T14:09:30.705Z
1502026-03-19T14:09:30.705ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1512026-03-19T14:09:35.708ZDownload: 2275/3290 items 119.5/212.6MB 56% complete (24.3M/s)
1522026-03-19T14:09:41.978ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (25.8M/s)
1532026-03-19T14:09:42.677ZDownload: Completed 212.60 MB in 11.98 seconds (17.8M/s)
1542026-03-19T14:09:42.842Z Actions: 1/3689 actions (Installing new actions)
1552026-03-19T14:09:47.132Z Actions: Completed 3689 actions in 4.29 seconds.
1562026-03-19T14:09:47.480Z Done (0.342s)
1572026-03-19T14:09:47.480Z Done (0.000s)
1582026-03-19T14:09:48.386Z Done (0.906s)
1592026-03-19T14:09:52.894Z Done (4.163s)
1602026-03-19T14:09:52.979Z Done (0.016s)
1612026-03-19T14:09:52.982Z Done (0.000s)
1622026-03-19T14:09:53.150Z Done (0.000s)
1632026-03-19T14:09:54.125ZPlanning: Evaluating mediator changes ... Done
1642026-03-19T14:09:54.266ZPlanning: Checking for conflicting actions ... Done
1652026-03-19T14:09:54.270ZPlanning: Consolidating action changes ... Done
1662026-03-19T14:09:54.487ZPlanning: Evaluating mediators ... Done
1672026-03-19T14:09:54.490ZPlanning: Planning completed in 0.36 seconds
1682026-03-19T14:09:54.516Z Mediators to change: 2
1692026-03-19T14:09:54.516Z Create boot environment: No
1702026-03-19T14:09:54.519ZCreate backup boot environment: No
1712026-03-19T14:09:54.598Z Done
1722026-03-19T14:09:54.598Z Done
1732026-03-19T14:09:55.343Z Done
1742026-03-19T14:09:58.627Z Done
1752026-03-19T14:09:58.715Z Done
1762026-03-19T14:09:58.719Z Done
1772026-03-19T14:09:58.879Z Done
1782026-03-19T14:09:59.411ZPlanning: Evaluating mediator changes ... Done
1792026-03-19T14:09:59.414ZPlanning: Merging actions ... Done
1802026-03-19T14:09:59.584ZPlanning: Checking for conflicting actions ... Done
1812026-03-19T14:09:59.652ZPlanning: Consolidating action changes ... Done
1822026-03-19T14:09:59.806ZPlanning: Evaluating mediators ... Done
1832026-03-19T14:09:59.847ZPlanning: Planning completed in 0.64 seconds
1842026-03-19T14:09:59.877Z Packages to change: 1
1852026-03-19T14:09:59.877Z Mediators to change: 1
1862026-03-19T14:09:59.881Z Services to change: 1
1872026-03-19T14:09:59.881Z Create boot environment: No
1882026-03-19T14:09:59.881ZCreate backup boot environment: Yes
1892026-03-19T14:10:02.311Z Actions: 1/6 actions (Updating modified actions)
1902026-03-19T14:10:02.318Z Actions: Completed 6 actions in 0.00 seconds.
1912026-03-19T14:10:02.318Z Done
1922026-03-19T14:10:02.318Z Done
1932026-03-19T14:10:02.500Z Done
1942026-03-19T14:10:05.777Z Done
1952026-03-19T14:10:05.860Z Done
1962026-03-19T14:10:05.864Z Done
1972026-03-19T14:10:06.164Z Done
1982026-03-19T14:10:06.538ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-03-19T14:10:06.538Zclang system 15 system
2002026-03-19T14:10:06.538Zcsh system system illumos
2012026-03-19T14:10:06.538Zctags system system illumos
2022026-03-19T14:10:06.539Zfile system system illumos
2032026-03-19T14:10:06.539Zgcc vendor 12 vendor
2042026-03-19T14:10:06.539Zgcc system 10 system
2052026-03-19T14:10:06.539Zgcc system 7 system
2062026-03-19T14:10:06.539Zgo system 1.20 system
2072026-03-19T14:10:06.539Zgo system 1.19 system
2082026-03-19T14:10:06.539Zllvm system 15 system
2092026-03-19T14:10:06.539Zllvm system 14 system
2102026-03-19T14:10:06.539Zmariadb system 10.6 system
2112026-03-19T14:10:06.539Zmta vendor vendor dma
2122026-03-19T14:10:06.539Zopenjdk system 17 system
2132026-03-19T14:10:06.539Zopenjdk system 11 system
2142026-03-19T14:10:06.540Zopenjdk system 1.8 system
2152026-03-19T14:10:06.540Zopenssl vendor 3 vendor
2162026-03-19T14:10:06.540Zperl system 5.36 system
2172026-03-19T14:10:06.540Zpostgresql system 15 system
2182026-03-19T14:10:06.540Zpostgresql system 13 system
2192026-03-19T14:10:06.540Zpython vendor 3 vendor
2202026-03-19T14:10:06.540Zpython system 2 system
2212026-03-19T14:10:06.540Zpython3 system 3.11 system
2222026-03-19T14:10:06.540Zruby system 3.0 system
2232026-03-19T14:10:06.540Zwords vendor vendor american-english
2242026-03-19T14:10:06.540Zwords system system australian-english
2252026-03-19T14:10:06.540Zwords system system british-english
2262026-03-19T14:10:06.540Zwords system system canadian-english
2272026-03-19T14:10:06.540Zwords system system french
2282026-03-19T14:10:06.540Zwords system system italian
2292026-03-19T14:10:06.540Zwords system system ngerman
2302026-03-19T14:10:06.540Zwords system system ogerman
2312026-03-19T14:10:06.541Zwords system system spanish
2322026-03-19T14:10:06.839ZPUBLISHER TYPE STATUS P LOCATION
2332026-03-19T14:10:06.839Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2342026-03-19T14:10:12.762ZFMRI IFO
2352026-03-19T14:10:12.762Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2362026-03-19T14:10:12.762Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2372026-03-19T14:10:12.762Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2382026-03-19T14:10:12.763Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2392026-03-19T14:10:12.763Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2402026-03-19T14:10:12.763Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2412026-03-19T14:10:12.763Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2422026-03-19T14:10:12.763Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2432026-03-19T14:10:12.763Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2442026-03-19T14:10:12.763Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2452026-03-19T14:10:12.763Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2462026-03-19T14:10:12.763Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2472026-03-19T14:10:12.763Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2482026-03-19T14:10:12.763Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2492026-03-19T14:10:12.763Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2502026-03-19T14:10:12.763Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2512026-03-19T14:10:14.009Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2522026-03-19T14:10:14.325Z Updating crates.io index
2532026-03-19T14:10:14.364Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2542026-03-19T14:10:14.640Z Updating git repository `https://github.com/oxidecomputer/lldp`
2552026-03-19T14:10:16.380Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2562026-03-19T14:10:16.794Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2572026-03-19T14:10:17.351Z Updating git repository `https://github.com/oxidecomputer/falcon`
2582026-03-19T14:10:21.478Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2592026-03-19T14:10:22.203Z Updating git repository `https://github.com/oxidecomputer/propolis`
2602026-03-19T14:10:23.553Z Updating git repository `https://github.com/oxidecomputer/crucible`
2612026-03-19T14:10:25.308Z Updating git repository `https://github.com/oxidecomputer/opte`
2622026-03-19T14:10:26.347Z Updating git repository `https://github.com/oxidecomputer/tofino`
2632026-03-19T14:10:26.713Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2642026-03-19T14:10:28.046Z Updating git repository `https://github.com/oxidecomputer/clickward`
2652026-03-19T14:10:28.516Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2662026-03-19T14:10:29.156Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2672026-03-19T14:10:29.646Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2682026-03-19T14:10:30.552Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2692026-03-19T14:10:31.534Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2702026-03-19T14:10:31.920Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2712026-03-19T14:10:32.342Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2722026-03-19T14:10:32.683Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2732026-03-19T14:10:33.080Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2742026-03-19T14:10:33.329Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2752026-03-19T14:10:33.614Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2762026-03-19T14:10:34.067Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2772026-03-19T14:10:34.465Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2782026-03-19T14:10:35.632Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2792026-03-19T14:10:35.956Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2802026-03-19T14:10:36.310Z Updating git repository `https://github.com/oxidecomputer/ispf`
2812026-03-19T14:10:37.479Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2822026-03-19T14:10:37.995Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2832026-03-19T14:10:38.291Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2842026-03-19T14:10:38.666Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2852026-03-19T14:10:38.994Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2862026-03-19T14:10:39.662Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-03-19T14:10:39.938Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-03-19T14:10:40.234Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-03-19T14:10:40.543Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-03-19T14:10:40.992Z Updating git repository `https://github.com/oxidecomputer/omicron`
2912026-03-19T14:10:55.872Z Downloading crates ...
2922026-03-19T14:10:55.931Z Downloaded equivalent v1.0.2
2932026-03-19T14:10:55.935Z Downloaded form_urlencoded v1.2.2
2942026-03-19T14:10:55.935Z Downloaded itoa v1.0.17
2952026-03-19T14:10:55.938Z Downloaded anstyle v1.0.13
2962026-03-19T14:10:55.938Z Downloaded anstream v0.6.21
2972026-03-19T14:10:55.941Z Downloaded serde_spanned v0.6.9
2982026-03-19T14:10:55.941Z Downloaded is_terminal_polyfill v1.70.2
2992026-03-19T14:10:55.944Z Downloaded bitflags v2.11.0
3002026-03-19T14:10:55.948Z Downloaded smawk v0.3.2
3012026-03-19T14:10:55.948Z Downloaded ordered-float v2.10.1
3022026-03-19T14:10:55.948Z Downloaded macaddr v1.0.1
3032026-03-19T14:10:55.954Z Downloaded zerocopy-derive v0.7.35
3042026-03-19T14:10:55.958Z Downloaded tempfile v3.25.0
3052026-03-19T14:10:55.962Z Downloaded usdt-impl v0.5.0
3062026-03-19T14:10:55.962Z Downloaded toml_write v0.1.2
3072026-03-19T14:10:55.965Z Downloaded block-buffer v0.10.4
3082026-03-19T14:10:55.965Z Downloaded thiserror-impl v1.0.69
3092026-03-19T14:10:55.965Z Downloaded scroll v0.12.0
3102026-03-19T14:10:55.968Z Downloaded stable_deref_trait v1.2.1
3112026-03-19T14:10:55.968Z Downloaded scroll_derive v0.12.1
3122026-03-19T14:10:55.968Z Downloaded anyhow v1.0.102
3132026-03-19T14:10:55.971Z Downloaded yoke-derive v0.8.1
3142026-03-19T14:10:55.971Z Downloaded unicode-xid v0.2.6
3152026-03-19T14:10:55.976Z Downloaded toml_datetime v0.6.11
3162026-03-19T14:10:55.977Z Downloaded proc-macro-error-attr v1.0.4
3172026-03-19T14:10:55.977Z Downloaded fnv v1.0.7
3182026-03-19T14:10:55.980Z Downloaded clap_derive v4.5.55
3192026-03-19T14:10:55.980Z Downloaded unicode-linebreak v0.1.5
3202026-03-19T14:10:55.980Z Downloaded percent-encoding v2.3.2
3212026-03-19T14:10:55.980Z Downloaded typeid v1.0.3
3222026-03-19T14:10:55.980Z Downloaded usdt-macro v0.5.0
3232026-03-19T14:10:55.980Z Downloaded zerofrom v0.1.6
3242026-03-19T14:10:55.983Z Downloaded utf8_iter v1.0.4
3252026-03-19T14:10:55.983Z Downloaded usdt v0.5.0
3262026-03-19T14:10:55.983Z Downloaded usdt-attr-macro v0.5.0
3272026-03-19T14:10:55.983Z Downloaded autocfg v1.5.0
3282026-03-19T14:10:55.987Z Downloaded proc-macro-error v1.0.4
3292026-03-19T14:10:55.990Z Downloaded zerofrom-derive v0.1.6
3302026-03-19T14:10:55.990Z Downloaded utf8parse v0.2.2
3312026-03-19T14:10:55.990Z Downloaded thread-id v4.2.2
3322026-03-19T14:10:55.990Z Downloaded thiserror v1.0.69
3332026-03-19T14:10:55.993Z Downloaded textwrap v0.16.2
3342026-03-19T14:10:55.997Z Downloaded strsim v0.11.1
3352026-03-19T14:10:55.997Z Downloaded typenum v1.19.0
3362026-03-19T14:10:56.000Z Downloaded idna_adapter v1.2.1
3372026-03-19T14:10:56.000Z Downloaded cpufeatures v0.2.17
3382026-03-19T14:10:56.003Z Downloaded potential_utf v0.1.4
3392026-03-19T14:10:56.003Z Downloaded cargo-platform v0.2.0
3402026-03-19T14:10:56.003Z Downloaded hashbrown v0.16.1
3412026-03-19T14:10:56.006Z Downloaded version_check v0.9.5
3422026-03-19T14:10:56.006Z Downloaded yoke v0.8.1
3432026-03-19T14:10:56.010Z Downloaded thiserror v2.0.18
3442026-03-19T14:10:56.013Z Downloaded terminal_size v0.4.3
3452026-03-19T14:10:56.013Z Downloaded memmap v0.7.0
3462026-03-19T14:10:56.016Z Downloaded dof v0.3.0
3472026-03-19T14:10:56.016Z Downloaded writeable v0.6.2
3482026-03-19T14:10:56.016Z Downloaded zerovec-derive v0.11.2
3492026-03-19T14:10:56.019Z Downloaded cfg-if v1.0.4
3502026-03-19T14:10:56.019Z Downloaded ucd-trie v0.1.7
3512026-03-19T14:10:56.019Z Downloaded fastrand v2.3.0
3522026-03-19T14:10:56.022Z Downloaded crypto-common v0.1.7
3532026-03-19T14:10:56.022Z Downloaded tinystr v0.8.2
3542026-03-19T14:10:56.022Z Downloaded thiserror-impl v2.0.18
3552026-03-19T14:10:56.025Z Downloaded zmij v1.0.21
3562026-03-19T14:10:56.025Z Downloaded colorchoice v1.0.4
3572026-03-19T14:10:56.029Z Downloaded clap_lex v1.0.0
3582026-03-19T14:10:56.029Z Downloaded toml v0.8.23
3592026-03-19T14:10:56.029Z Downloaded anstyle-parse v0.2.7
3602026-03-19T14:10:56.032Z Downloaded unicode-ident v1.0.24
3612026-03-19T14:10:56.032Z Downloaded errno v0.3.14
3622026-03-19T14:10:56.036Z Downloaded camino v1.2.2
3632026-03-19T14:10:56.036Z Downloaded heck v0.5.0
3642026-03-19T14:10:56.036Z Downloaded plain v0.2.3
3652026-03-19T14:10:56.039Z Downloaded heck v0.4.1
3662026-03-19T14:10:56.039Z Downloaded dtrace-parser v0.2.0
3672026-03-19T14:10:56.039Z Downloaded anstyle-query v1.1.5
3682026-03-19T14:10:56.042Z Downloaded swrite v0.1.0
3692026-03-19T14:10:56.042Z Downloaded pretty-hex v0.4.1
3702026-03-19T14:10:56.045Z Downloaded tabled_derive v0.7.0
3712026-03-19T14:10:56.045Z Downloaded generic-array v0.14.7
3722026-03-19T14:10:56.050Z Downloaded zerotrie v0.2.3
3732026-03-19T14:10:56.054Z Downloaded url v2.5.8
3742026-03-19T14:10:56.054Z Downloaded serde-value v0.7.0
3752026-03-19T14:10:56.057Z Downloaded toml_edit v0.22.27
3762026-03-19T14:10:56.060Z Downloaded bytecount v0.6.9
3772026-03-19T14:10:56.063Z Downloaded synstructure v0.13.2
3782026-03-19T14:10:56.063Z Downloaded cargo_toml v0.21.0
3792026-03-19T14:10:56.066Z Downloaded quote v1.0.44
3802026-03-19T14:10:56.066Z Downloaded erased-serde v0.4.9
3812026-03-19T14:10:56.070Z Downloaded displaydoc v0.2.5
3822026-03-19T14:10:56.073Z Downloaded cargo_metadata v0.21.0
3832026-03-19T14:10:56.076Z Downloaded serde-untagged v0.1.9
3842026-03-19T14:10:56.076Z Downloaded zerovec v0.11.5
3852026-03-19T14:10:56.079Z Downloaded zerocopy v0.7.35
3862026-03-19T14:10:56.089Z Downloaded winnow v0.7.14
3872026-03-19T14:10:56.096Z Downloaded digest v0.10.7
3882026-03-19T14:10:56.100Z Downloaded sha2 v0.10.9
3892026-03-19T14:10:56.100Z Downloaded pest_derive v2.8.6
3902026-03-19T14:10:56.103Z Downloaded unicode-width v0.2.0
3912026-03-19T14:10:56.106Z Downloaded unicode-width v0.1.14
3922026-03-19T14:10:56.109Z Downloaded litemap v0.8.1
3932026-03-19T14:10:56.113Z Downloaded fs-err v3.3.0
3942026-03-19T14:10:56.113Z Downloaded camino-tempfile v1.4.1
3952026-03-19T14:10:56.116Z Downloaded semver v1.0.27
3962026-03-19T14:10:56.116Z Downloaded byteorder v1.5.0
3972026-03-19T14:10:56.132Z Downloaded serde_tokenstream v0.2.3
3982026-03-19T14:10:56.135Z Downloaded once_cell v1.21.3
3992026-03-19T14:10:56.140Z Downloaded icu_provider v2.1.1
4002026-03-19T14:10:56.143Z Downloaded papergrid v0.11.0
4012026-03-19T14:10:56.146Z Downloaded smallvec v1.15.1
4022026-03-19T14:10:56.146Z Downloaded log v0.4.29
4032026-03-19T14:10:56.150Z Downloaded proc-macro2 v1.0.106
4042026-03-19T14:10:56.153Z Downloaded cargo-util-schemas v0.8.2
4052026-03-19T14:10:56.158Z Downloaded icu_properties v2.1.2
4062026-03-19T14:10:56.161Z Downloaded serde_derive v1.0.228
4072026-03-19T14:10:56.165Z Downloaded pest_generator v2.8.6
4082026-03-19T14:10:56.165Z Downloaded num-traits v0.2.19
4092026-03-19T14:10:56.168Z Downloaded getrandom v0.4.1
4102026-03-19T14:10:56.171Z Downloaded clap v4.5.60
4112026-03-19T14:10:56.180Z Downloaded serde_core v1.0.228
4122026-03-19T14:10:56.183Z Downloaded icu_normalizer_data v2.1.1
4132026-03-19T14:10:56.186Z Downloaded pest_meta v2.8.6
4142026-03-19T14:10:56.186Z Downloaded icu_normalizer v2.1.1
4152026-03-19T14:10:56.189Z Downloaded serde v1.0.228
4162026-03-19T14:10:56.194Z Downloaded syn v1.0.109
4172026-03-19T14:10:56.197Z Downloaded memchr v2.8.0
4182026-03-19T14:10:56.200Z Downloaded indexmap v2.13.0
4192026-03-19T14:10:56.203Z Downloaded icu_locale_core v2.1.1
4202026-03-19T14:10:56.207Z Downloaded icu_collections v2.1.1
4212026-03-19T14:10:56.217Z Downloaded pest v2.8.6
4222026-03-19T14:10:56.231Z Downloaded idna v1.1.0
4232026-03-19T14:10:56.248Z Downloaded serde_json v1.0.149
4242026-03-19T14:10:56.252Z Downloaded icu_properties_data v2.1.2
4252026-03-19T14:10:56.259Z Downloaded clap_builder v4.5.60
4262026-03-19T14:10:56.263Z Downloaded goblin v0.8.2
4272026-03-19T14:10:56.267Z Downloaded tabled v0.15.0
4282026-03-19T14:10:56.288Z Downloaded syn v2.0.117
4292026-03-19T14:10:56.297Z Downloaded rustix v1.1.3
4302026-03-19T14:10:56.328Z Downloaded libc v0.2.180
4312026-03-19T14:10:56.414Z Compiling proc-macro2 v1.0.106
4322026-03-19T14:10:56.417Z Compiling quote v1.0.44
4332026-03-19T14:10:56.417Z Compiling unicode-ident v1.0.24
4342026-03-19T14:10:56.417Z Compiling serde_core v1.0.228
4352026-03-19T14:10:56.417Z Compiling libc v0.2.180
4362026-03-19T14:10:56.417Z Compiling version_check v0.9.5
4372026-03-19T14:10:56.417Z Compiling stable_deref_trait v1.2.1
4382026-03-19T14:10:56.417Z Compiling serde v1.0.228
4392026-03-19T14:10:56.418Z Compiling memchr v2.8.0
4402026-03-19T14:10:56.418Z Compiling zmij v1.0.21
4412026-03-19T14:10:56.418Z Compiling autocfg v1.5.0
4422026-03-19T14:10:56.626Z Compiling thiserror v1.0.69
4432026-03-19T14:10:56.629Z Compiling ucd-trie v0.1.7
4442026-03-19T14:10:56.650Z Compiling itoa v1.0.17
4452026-03-19T14:10:56.653Z Compiling litemap v0.8.1
4462026-03-19T14:10:56.934Z Compiling writeable v0.6.2
4472026-03-19T14:10:57.016Z Compiling byteorder v1.5.0
4482026-03-19T14:10:57.257Z Compiling icu_properties_data v2.1.2
4492026-03-19T14:10:57.298Z Compiling icu_normalizer_data v2.1.1
4502026-03-19T14:10:57.301Z Compiling rustix v1.1.3
4512026-03-19T14:10:57.314Z Compiling serde_json v1.0.149
4522026-03-19T14:10:57.369Z Compiling bitflags v2.11.0
4532026-03-19T14:10:57.397Z Compiling hashbrown v0.16.1
4542026-03-19T14:10:57.400Z Compiling equivalent v1.0.2
4552026-03-19T14:10:57.424Z Compiling pest v2.8.6
4562026-03-19T14:10:57.606Z Compiling num-traits v0.2.19
4572026-03-19T14:10:57.779Z Compiling smallvec v1.15.1
4582026-03-19T14:10:57.782Z Compiling typeid v1.0.3
4592026-03-19T14:10:58.006Z Compiling usdt-impl v0.5.0
4602026-03-19T14:10:58.034Z Compiling proc-macro-error-attr v1.0.4
4612026-03-19T14:10:58.066Z Compiling syn v1.0.109
4622026-03-19T14:10:58.154Z Compiling errno v0.3.14
4632026-03-19T14:10:58.157Z Compiling thread-id v4.2.2
4642026-03-19T14:10:58.157Z Compiling winnow v0.7.14
4652026-03-19T14:10:58.244Z Compiling erased-serde v0.4.9
4662026-03-19T14:10:58.327Z Compiling indexmap v2.13.0
4672026-03-19T14:10:58.357Z Compiling toml_write v0.1.2
4682026-03-19T14:10:58.558Z Compiling proc-macro-error v1.0.4
4692026-03-19T14:10:58.558Z Compiling camino v1.2.2
4702026-03-19T14:10:58.641Z Compiling syn v2.0.117
4712026-03-19T14:10:58.644Z Compiling plain v0.2.3
4722026-03-19T14:10:58.644Z Compiling utf8_iter v1.0.4
4732026-03-19T14:10:58.757Z Compiling getrandom v0.4.1
4742026-03-19T14:10:58.761Z Compiling utf8parse v0.2.2
4752026-03-19T14:10:58.761Z Compiling thiserror v2.0.18
4762026-03-19T14:10:58.845Z Compiling percent-encoding v2.3.2
4772026-03-19T14:10:58.849Z Compiling log v0.4.29
4782026-03-19T14:10:58.959Z Compiling pest_meta v2.8.6
4792026-03-19T14:10:59.053Z Compiling form_urlencoded v1.2.2
4802026-03-19T14:10:59.081Z Compiling anstyle-parse v0.2.7
4812026-03-19T14:10:59.208Z Compiling pretty-hex v0.4.1
4822026-03-19T14:10:59.264Z Compiling anstyle v1.0.13
4832026-03-19T14:10:59.320Z Compiling anstyle-query v1.1.5
4842026-03-19T14:10:59.323Z Compiling is_terminal_polyfill v1.70.2
4852026-03-19T14:10:59.377Z Compiling ordered-float v2.10.1
4862026-03-19T14:10:59.407Z Compiling colorchoice v1.0.4
4872026-03-19T14:10:59.441Z Compiling cfg-if v1.0.4
4882026-03-19T14:10:59.532Z Compiling anstream v0.6.21
4892026-03-19T14:10:59.592Z Compiling fs-err v3.3.0
4902026-03-19T14:10:59.595Z Compiling anyhow v1.0.102
4912026-03-19T14:10:59.624Z Compiling terminal_size v0.4.3
4922026-03-19T14:10:59.627Z Compiling unicode-xid v0.2.6
4932026-03-19T14:10:59.651Z Compiling fnv v1.0.7
4942026-03-19T14:10:59.846Z Compiling semver v1.0.27
4952026-03-19T14:10:59.876Z Compiling once_cell v1.21.3
4962026-03-19T14:10:59.962Z Compiling heck v0.4.1
4972026-03-19T14:10:59.991Z Compiling fastrand v2.3.0
4982026-03-19T14:11:00.022Z Compiling strsim v0.11.1
4992026-03-19T14:11:00.056Z Compiling clap_lex v1.0.0
5002026-03-19T14:11:00.082Z Compiling unicode-width v0.1.14
5012026-03-19T14:11:00.202Z Compiling heck v0.5.0
5022026-03-19T14:11:00.225Z Compiling bytecount v0.6.9
5032026-03-19T14:11:00.295Z Compiling clap_builder v4.5.60
5042026-03-19T14:11:00.316Z Compiling tempfile v3.25.0
5052026-03-19T14:11:00.390Z Compiling serde-untagged v0.1.9
5062026-03-19T14:11:00.416Z Compiling papergrid v0.11.0
5072026-03-19T14:11:00.505Z Compiling memmap v0.7.0
5082026-03-19T14:11:00.510Z Compiling smawk v0.3.2
5092026-03-19T14:11:00.555Z Compiling unicode-linebreak v0.1.5
5102026-03-19T14:11:00.555Z Compiling unicode-width v0.2.0
5112026-03-19T14:11:00.719Z Compiling camino-tempfile v1.4.1
5122026-03-19T14:11:00.773Z Compiling swrite v0.1.0
5132026-03-19T14:11:00.839Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5142026-03-19T14:11:00.969Z Compiling textwrap v0.16.2
5152026-03-19T14:11:01.427Z Compiling tabled_derive v0.7.0
5162026-03-19T14:11:02.289Z Compiling tabled v0.15.0
5172026-03-19T14:11:02.344Z Compiling synstructure v0.13.2
5182026-03-19T14:11:02.344Z Compiling pest_generator v2.8.6
5192026-03-19T14:11:03.106Z Compiling serde_derive v1.0.228
5202026-03-19T14:11:03.110Z Compiling zerofrom-derive v0.1.6
5212026-03-19T14:11:03.110Z Compiling yoke-derive v0.8.1
5222026-03-19T14:11:03.111Z Compiling zerovec-derive v0.11.2
5232026-03-19T14:11:03.111Z Compiling displaydoc v0.2.5
5242026-03-19T14:11:03.111Z Compiling thiserror-impl v1.0.69
5252026-03-19T14:11:03.111Z Compiling zerocopy-derive v0.7.35
5262026-03-19T14:11:03.160Z Compiling scroll_derive v0.12.1
5272026-03-19T14:11:03.164Z Compiling thiserror-impl v2.0.18
5282026-03-19T14:11:03.209Z Compiling clap_derive v4.5.55
5292026-03-19T14:11:03.214Z Compiling pest_derive v2.8.6
5302026-03-19T14:11:04.033Z Compiling scroll v0.12.0
5312026-03-19T14:11:04.188Z Compiling zerocopy v0.7.35
5322026-03-19T14:11:04.365Z Compiling goblin v0.8.2
5332026-03-19T14:11:04.541Z Compiling dtrace-parser v0.2.0
5342026-03-19T14:11:04.587Z Compiling zerofrom v0.1.6
5352026-03-19T14:11:04.720Z Compiling yoke v0.8.1
5362026-03-19T14:11:04.927Z Compiling zerovec v0.11.5
5372026-03-19T14:11:04.927Z Compiling zerotrie v0.2.3
5382026-03-19T14:11:05.021Z Compiling clap v4.5.60
5392026-03-19T14:11:06.722Z Compiling tinystr v0.8.2
5402026-03-19T14:11:06.722Z Compiling potential_utf v0.1.4
5412026-03-19T14:11:06.740Z Compiling icu_collections v2.1.1
5422026-03-19T14:11:06.740Z Compiling icu_locale_core v2.1.1
5432026-03-19T14:11:06.740Z Compiling dof v0.3.0
5442026-03-19T14:11:06.740Z Compiling serde_tokenstream v0.2.3
5452026-03-19T14:11:06.740Z Compiling serde_spanned v0.6.9
5462026-03-19T14:11:06.740Z Compiling toml_datetime v0.6.11
5472026-03-19T14:11:06.741Z Compiling serde-value v0.7.0
5482026-03-19T14:11:06.741Z Compiling cargo-platform v0.2.0
5492026-03-19T14:11:06.741Z Compiling macaddr v1.0.1
5502026-03-19T14:11:06.741Z Compiling icu_provider v2.1.1
5512026-03-19T14:11:07.033Z Compiling toml_edit v0.22.27
5522026-03-19T14:11:07.041Z Compiling icu_normalizer v2.1.1
5532026-03-19T14:11:07.041Z Compiling icu_properties v2.1.2
5542026-03-19T14:11:07.326Z Compiling usdt-attr-macro v0.5.0
5552026-03-19T14:11:07.329Z Compiling usdt-macro v0.5.0
5562026-03-19T14:11:08.096Z Compiling idna_adapter v1.2.1
5572026-03-19T14:11:08.101Z Compiling usdt v0.5.0
5582026-03-19T14:11:08.262Z Compiling idna v1.1.0
5592026-03-19T14:11:08.534Z Compiling url v2.5.8
5602026-03-19T14:11:08.626Z Compiling toml v0.8.23
5612026-03-19T14:11:09.099Z Compiling cargo-util-schemas v0.8.2
5622026-03-19T14:11:09.100Z Compiling cargo_toml v0.21.0
5632026-03-19T14:11:10.201Z Compiling cargo_metadata v0.21.0
5642026-03-19T14:11:11.479Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5652026-03-19T14:11:14.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
5662026-03-19T14:11:14.727Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5672026-03-19T14:11:15.440Z Downloading crates ...
5682026-03-19T14:11:15.547Z Downloaded adler2 v2.0.1
5692026-03-19T14:11:15.551Z Downloaded block-padding v0.3.3
5702026-03-19T14:11:15.577Z Downloaded bitfield-macros v0.19.4
5712026-03-19T14:11:15.580Z Downloaded darling v0.21.3
5722026-03-19T14:11:15.584Z Downloaded defmt v0.3.100
5732026-03-19T14:11:15.584Z Downloaded crossbeam-utils v0.8.21
5742026-03-19T14:11:15.588Z Downloaded dsl_auto_type v0.2.0
5752026-03-19T14:11:15.588Z Downloaded crc-catalog v2.4.0
5762026-03-19T14:11:15.591Z Downloaded blake2 v0.10.6
5772026-03-19T14:11:15.591Z Downloaded enum-as-inner v0.6.1
5782026-03-19T14:11:15.594Z Downloaded dirs-sys-next v0.1.2
5792026-03-19T14:11:15.594Z Downloaded bit-vec v0.8.0
5802026-03-19T14:11:15.599Z Downloaded foreign-types v0.5.0
5812026-03-19T14:11:15.599Z Downloaded bitfield-struct v0.6.2
5822026-03-19T14:11:15.599Z Downloaded cbc v0.1.2
5832026-03-19T14:11:15.611Z Downloaded float-ord v0.3.2
5842026-03-19T14:11:15.611Z Downloaded darling_macro v0.23.0
5852026-03-19T14:11:15.615Z Downloaded bcrypt-pbkdf v0.10.0
5862026-03-19T14:11:15.616Z Downloaded bit-set v0.8.0
5872026-03-19T14:11:15.616Z Downloaded ed25519 v2.2.3
5882026-03-19T14:11:15.616Z Downloaded fallible-iterator v0.2.0
5892026-03-19T14:11:15.616Z Downloaded drift v0.1.3
5902026-03-19T14:11:15.619Z Downloaded darling_macro v0.21.3
5912026-03-19T14:11:15.619Z Downloaded cobs v0.3.0
5922026-03-19T14:11:15.622Z Downloaded find-msvc-tools v0.1.9
5932026-03-19T14:11:15.622Z Downloaded diff v0.1.13
5942026-03-19T14:11:15.625Z Downloaded crossbeam-epoch v0.9.18
5952026-03-19T14:11:15.629Z Downloaded bit-vec v0.6.3
5962026-03-19T14:11:15.629Z Downloaded des v0.8.1
5972026-03-19T14:11:15.632Z Downloaded cpufeatures v0.3.0
5982026-03-19T14:11:15.632Z Downloaded curve25519-dalek-derive v0.1.1
5992026-03-19T14:11:15.632Z Downloaded dunce v1.0.5
6002026-03-19T14:11:15.637Z Downloaded crunchy v0.2.4
6012026-03-19T14:11:15.637Z Downloaded funty v2.0.0
6022026-03-19T14:11:15.637Z Downloaded derive-where v1.6.0
6032026-03-19T14:11:15.645Z Downloaded daft v0.1.5
6042026-03-19T14:11:15.645Z Downloaded crc8 v0.1.1
6052026-03-19T14:11:15.653Z Downloaded debug-ignore v1.0.5
6062026-03-19T14:11:15.653Z Downloaded arrayref v0.3.9
6072026-03-19T14:11:15.653Z Downloaded base16ct v0.2.0
6082026-03-19T14:11:15.653Z Downloaded cipher v0.4.4
6092026-03-19T14:11:15.653Z Downloaded dof v0.4.0
6102026-03-19T14:11:15.653Z Downloaded castaway v0.2.4
6112026-03-19T14:11:15.658Z Downloaded dtrace-parser v0.3.0
6122026-03-19T14:11:15.658Z Downloaded foreign-types-macros v0.2.3
6132026-03-19T14:11:15.658Z Downloaded endian-type v0.1.2
6142026-03-19T14:11:15.658Z Downloaded cstr-argument v0.1.2
6152026-03-19T14:11:15.658Z Downloaded bitfield v0.19.4
6162026-03-19T14:11:15.658Z Downloaded const-oid v0.9.6
6172026-03-19T14:11:15.658Z Downloaded foreign-types-shared v0.1.1
6182026-03-19T14:11:15.661Z Downloaded async-stream-impl v0.3.6
6192026-03-19T14:11:15.662Z Downloaded defmt-macros v1.0.1
6202026-03-19T14:11:15.662Z Downloaded cfg_aliases v0.1.1
6212026-03-19T14:11:15.669Z Downloaded downcast-rs v2.0.2
6222026-03-19T14:11:15.669Z Downloaded fd-lock v4.0.4
6232026-03-19T14:11:15.673Z Downloaded fixedbitset v0.4.2
6242026-03-19T14:11:15.673Z Downloaded backon v1.6.0
6252026-03-19T14:11:15.673Z Downloaded diesel_table_macro_syntax v0.3.0
6262026-03-19T14:11:15.673Z Downloaded async-bb8-diesel v0.2.1
6272026-03-19T14:11:15.677Z Downloaded display-error-chain v0.2.2
6282026-03-19T14:11:15.677Z Downloaded futures-core v0.3.32
6292026-03-19T14:11:15.677Z Downloaded fixedbitset v0.5.7
6302026-03-19T14:11:15.677Z Downloaded csv-core v0.1.13
6312026-03-19T14:11:15.682Z Downloaded foreign-types-shared v0.3.1
6322026-03-19T14:11:15.682Z Downloaded atomic-waker v1.1.2
6332026-03-19T14:11:15.682Z Downloaded convert_case v0.4.0
6342026-03-19T14:11:15.685Z Downloaded ciborium-ll v0.2.2
6352026-03-19T14:11:15.685Z Downloaded flagset v0.4.7
6362026-03-19T14:11:15.685Z Downloaded defmt-parser v1.0.0
6372026-03-19T14:11:15.685Z Downloaded bit-set v0.5.3
6382026-03-19T14:11:15.689Z Downloaded atty v0.2.14
6392026-03-19T14:11:15.689Z Downloaded gethostname v0.5.0
6402026-03-19T14:11:15.689Z Downloaded cargo-platform v0.1.9
6412026-03-19T14:11:15.692Z Downloaded bb8 v0.8.6
6422026-03-19T14:11:15.692Z Downloaded aead v0.5.2
6432026-03-19T14:11:15.692Z Downloaded difflib v0.4.0
6442026-03-19T14:11:15.696Z Downloaded crucible-workspace-hack v0.1.0
6452026-03-19T14:11:15.696Z Downloaded futures-task v0.3.32
6462026-03-19T14:11:15.696Z Downloaded futures-macro v0.3.32
6472026-03-19T14:11:15.699Z Downloaded futures-sink v0.3.32
6482026-03-19T14:11:15.699Z Downloaded crc v3.4.0
6492026-03-19T14:11:15.699Z Downloaded fxhash v0.2.1
6502026-03-19T14:11:15.699Z Downloaded ciborium-io v0.2.2
6512026-03-19T14:11:15.702Z Downloaded dirs-next v2.0.0
6522026-03-19T14:11:15.702Z Downloaded darling_macro v0.20.11
6532026-03-19T14:11:15.702Z Downloaded async-recursion v1.1.1
6542026-03-19T14:11:15.707Z Downloaded convert_case v0.10.0
6552026-03-19T14:11:15.710Z Downloaded dyn-clone v1.0.20
6562026-03-19T14:11:15.710Z Downloaded document-features v0.2.12
6572026-03-19T14:11:15.710Z Downloaded chacha20 v0.9.1
6582026-03-19T14:11:15.713Z Downloaded float-cmp v0.10.0
6592026-03-19T14:11:15.713Z Downloaded camino-tempfile-ext v0.3.3
6602026-03-19T14:11:15.716Z Downloaded futures-io v0.3.32
6612026-03-19T14:11:15.716Z Downloaded git-stub v1.0.0
6622026-03-19T14:11:15.716Z Downloaded foreign-types v0.3.2
6632026-03-19T14:11:15.720Z Downloaded dropshot-api-manager-types v0.6.0
6642026-03-19T14:11:15.720Z Downloaded embedded-io v0.6.1
6652026-03-19T14:11:15.720Z Downloaded data-encoding v2.10.0
6662026-03-19T14:11:15.723Z Downloaded cfg_aliases v0.2.1
6672026-03-19T14:11:15.723Z Downloaded blowfish v0.9.1
6682026-03-19T14:11:15.726Z Downloaded ascii-canvas v3.0.0
6692026-03-19T14:11:15.726Z Downloaded darling_core v0.23.0
6702026-03-19T14:11:15.729Z Downloaded embedded-io v0.4.0
6712026-03-19T14:11:15.733Z Downloaded either v1.15.0
6722026-03-19T14:11:15.733Z Downloaded compact_str v0.8.1
6732026-03-19T14:11:15.738Z Downloaded hex-literal v0.4.1
6742026-03-19T14:11:15.738Z Downloaded globwalk v0.9.1
6752026-03-19T14:11:15.742Z Downloaded hash32 v0.3.1
6762026-03-19T14:11:15.742Z Downloaded derive_builder_macro v0.20.2
6772026-03-19T14:11:15.742Z Downloaded hex v0.4.3
6782026-03-19T14:11:15.742Z Downloaded headers-core v0.3.0
6792026-03-19T14:11:15.746Z Downloaded hash32 v0.2.1
6802026-03-19T14:11:15.746Z Downloaded bytes v1.11.1
6812026-03-19T14:11:15.749Z Downloaded hostname v0.4.2
6822026-03-19T14:11:15.750Z Downloaded hostname v0.3.1
6832026-03-19T14:11:15.750Z Downloaded env_logger v0.11.9
6842026-03-19T14:11:15.752Z Downloaded arrayvec v0.7.6
6852026-03-19T14:11:15.756Z Downloaded argon2 v0.5.3
6862026-03-19T14:11:15.756Z Downloaded ctr v0.9.2
6872026-03-19T14:11:15.759Z Downloaded http-body v1.0.1
6882026-03-19T14:11:15.759Z Downloaded cassowary v0.3.0
6892026-03-19T14:11:15.759Z Downloaded base64ct v1.8.3
6902026-03-19T14:11:15.762Z Downloaded home v0.5.12
6912026-03-19T14:11:15.762Z Downloaded hubpack_derive v0.1.1
6922026-03-19T14:11:15.766Z Downloaded http-range v0.1.5
6932026-03-19T14:11:15.766Z Downloaded base16ct v1.0.0
6942026-03-19T14:11:15.766Z Downloaded hubpack v0.1.2
6952026-03-19T14:11:15.769Z Downloaded backoff v0.4.0
6962026-03-19T14:11:15.769Z Downloaded ident_case v1.0.1
6972026-03-19T14:11:15.772Z Downloaded indoc v1.0.9
6982026-03-19T14:11:15.772Z Downloaded crypto-bigint v0.5.5
6992026-03-19T14:11:15.777Z Downloaded ghash v0.5.1
7002026-03-19T14:11:15.780Z Downloaded bcs v0.1.6
7012026-03-19T14:11:15.780Z Downloaded env_filter v1.0.0
7022026-03-19T14:11:15.783Z Downloaded futures-executor v0.3.32
7032026-03-19T14:11:15.783Z Downloaded fs-err v2.11.0
7042026-03-19T14:11:15.787Z Downloaded der_derive v0.7.3
7052026-03-19T14:11:15.787Z Downloaded httpdate v1.0.3
7062026-03-19T14:11:15.790Z Downloaded cookie v0.18.1
7072026-03-19T14:11:15.790Z Downloaded bzip2 v0.6.1
7082026-03-19T14:11:15.793Z Downloaded is-terminal v0.4.17
7092026-03-19T14:11:15.793Z Downloaded inout v0.1.4
7102026-03-19T14:11:15.793Z Downloaded is_ci v1.2.0
7112026-03-19T14:11:15.797Z Downloaded diesel-dtrace v0.5.0
7122026-03-19T14:11:15.797Z Downloaded deranged v0.5.8
7132026-03-19T14:11:15.800Z Downloaded keccak v0.1.6
7142026-03-19T14:11:15.800Z Downloaded indent_write v2.2.0
7152026-03-19T14:11:15.800Z Downloaded darling v0.23.0
7162026-03-19T14:11:15.817Z Downloaded internet-checksum v0.2.1
7172026-03-19T14:11:15.821Z Downloaded console v0.15.11
7182026-03-19T14:11:15.825Z Downloaded git-stub-vcs v0.1.0
7192026-03-19T14:11:15.825Z Downloaded ciborium v0.2.2
7202026-03-19T14:11:15.825Z Downloaded instant v0.1.13
7212026-03-19T14:11:15.830Z Downloaded foldhash v0.1.5
7222026-03-19T14:11:15.830Z Downloaded kstat-rs v0.2.4
7232026-03-19T14:11:15.830Z Downloaded lalrpop-util v0.19.12
7242026-03-19T14:11:15.830Z Downloaded lazy_static v1.5.0
7252026-03-19T14:11:15.835Z Downloaded ecdsa v0.16.9
7262026-03-19T14:11:15.835Z Downloaded humantime v2.3.0
7272026-03-19T14:11:15.837Z Downloaded md-5 v0.10.6
7282026-03-19T14:11:15.838Z Downloaded group v0.13.0
7292026-03-19T14:11:15.838Z Downloaded glob v0.3.3
7302026-03-19T14:11:15.841Z Downloaded corncobs v0.1.4
7312026-03-19T14:11:15.841Z Downloaded defmt v1.0.1
7322026-03-19T14:11:15.844Z Downloaded cookie_store v0.22.1
7332026-03-19T14:11:15.847Z Downloaded lru-slab v0.1.2
7342026-03-19T14:11:15.847Z Downloaded lzss v0.8.2
7352026-03-19T14:11:15.850Z Downloaded libscf-sys v1.1.0
7362026-03-19T14:11:15.850Z Downloaded fs_extra v1.3.0
7372026-03-19T14:11:15.853Z Downloaded match_cfg v0.1.0
7382026-03-19T14:11:15.853Z Downloaded maybe-uninit v2.0.0
7392026-03-19T14:11:15.853Z Downloaded crc-any v2.5.0
7402026-03-19T14:11:15.856Z Downloaded ingot v0.1.1
7412026-03-19T14:11:15.856Z Downloaded lru-cache v0.1.2
7422026-03-19T14:11:15.859Z Downloaded lru v0.12.5
7432026-03-19T14:11:15.859Z Downloaded linked-hash-map v0.5.6
7442026-03-19T14:11:15.863Z Downloaded console v0.16.2
7452026-03-19T14:11:15.863Z Downloaded cargo_metadata v0.19.2
7462026-03-19T14:11:15.866Z Downloaded cancel-safe-futures v0.1.5
7472026-03-19T14:11:15.869Z Downloaded getrandom v0.2.17
7482026-03-19T14:11:15.869Z Downloaded multimap v0.10.1
7492026-03-19T14:11:15.872Z Downloaded jobserver v0.1.34
7502026-03-19T14:11:15.872Z Downloaded hickory-client v0.25.2
7512026-03-19T14:11:15.875Z Downloaded maplit v1.0.2
7522026-03-19T14:11:15.875Z Downloaded nibble_vec v0.1.0
7532026-03-19T14:11:15.878Z Downloaded nonempty v0.12.0
7542026-03-19T14:11:15.878Z Downloaded mime v0.3.17
7552026-03-19T14:11:15.883Z Downloaded memoffset v0.9.1
7562026-03-19T14:11:15.883Z Downloaded ingot-types v0.1.2
7572026-03-19T14:11:15.886Z Downloaded num-conv v0.2.0
7582026-03-19T14:11:15.887Z Downloaded linear-map v1.2.0
7592026-03-19T14:11:15.887Z Downloaded libloading v0.8.9
7602026-03-19T14:11:15.890Z Downloaded dropshot_endpoint v0.16.7
7612026-03-19T14:11:15.890Z Downloaded hyper-staticfile v0.10.1
7622026-03-19T14:11:15.894Z Downloaded ipnet v2.11.0
7632026-03-19T14:11:15.897Z Downloaded md5 v0.7.0
7642026-03-19T14:11:15.897Z Downloaded lock_api v0.4.14
7652026-03-19T14:11:15.897Z Downloaded ipnetwork v0.21.1
7662026-03-19T14:11:15.901Z Downloaded cargo_toml v0.22.3
7672026-03-19T14:11:15.901Z Downloaded indoc v2.0.7
7682026-03-19T14:11:15.904Z Downloaded num-derive v0.4.2
7692026-03-19T14:11:15.905Z Downloaded ff v0.13.1
7702026-03-19T14:11:15.908Z Downloaded num_enum_derive v0.5.11
7712026-03-19T14:11:15.908Z Downloaded derive_builder v0.20.2
7722026-03-19T14:11:15.911Z Downloaded num-derive v0.3.3
7732026-03-19T14:11:15.914Z Downloaded normalize-line-endings v0.3.0
7742026-03-19T14:11:15.914Z Downloaded newtype_derive v0.1.6
7752026-03-19T14:11:15.914Z Downloaded daft-derive v0.1.5
7762026-03-19T14:11:15.918Z Downloaded darling v0.20.11
7772026-03-19T14:11:15.921Z Downloaded num_threads v0.1.7
7782026-03-19T14:11:15.925Z Downloaded half v1.8.3
7792026-03-19T14:11:15.925Z Downloaded const_format v0.2.35
7802026-03-19T14:11:15.929Z Downloaded hmac v0.12.1
7812026-03-19T14:11:15.932Z Downloaded libsw-core v0.3.2
7822026-03-19T14:11:15.932Z Downloaded libsw v3.5.0
7832026-03-19T14:11:15.935Z Downloaded nodrop v0.1.14
7842026-03-19T14:11:15.935Z Downloaded oso-derive v0.27.3
7852026-03-19T14:11:15.935Z Downloaded openssl-macros v0.1.1
7862026-03-19T14:11:15.938Z Downloaded opaque-debug v0.3.1
7872026-03-19T14:11:15.938Z Downloaded managed v0.8.0
7882026-03-19T14:11:15.938Z Downloaded newtype-uuid-macros v0.1.0
7892026-03-19T14:11:15.942Z Downloaded openssl-probe v0.2.1
7902026-03-19T14:11:15.942Z Downloaded fatfs v0.3.6
7912026-03-19T14:11:15.945Z Downloaded newtype-uuid v1.3.2
7922026-03-19T14:11:15.945Z Downloaded half v2.7.1
7932026-03-19T14:11:15.948Z Downloaded newline-converter v0.3.0
7942026-03-19T14:11:15.948Z Downloaded hyper-rustls v0.27.7
7952026-03-19T14:11:15.951Z Downloaded new_debug_unreachable v1.0.6
7962026-03-19T14:11:15.951Z Downloaded pbkdf2 v0.11.0
7972026-03-19T14:11:15.954Z Downloaded getrandom v0.3.4
7982026-03-19T14:11:15.959Z Downloaded libefi-sys v0.1.0
7992026-03-19T14:11:15.959Z Downloaded pbkdf2 v0.12.2
8002026-03-19T14:11:15.962Z Downloaded packed_struct_codegen v0.10.1
8012026-03-19T14:11:15.962Z Downloaded openssl-probe v0.1.6
8022026-03-19T14:11:15.962Z Downloaded arc-swap v1.8.2
8032026-03-19T14:11:15.965Z Downloaded httparse v1.10.1
8042026-03-19T14:11:15.968Z Downloaded allocator-api2 v0.2.21
8052026-03-19T14:11:15.968Z Downloaded parse-size v1.1.0
8062026-03-19T14:11:15.971Z Downloaded iana-time-zone v0.1.65
8072026-03-19T14:11:15.975Z Downloaded chacha20poly1305 v0.10.1
8082026-03-19T14:11:15.975Z Downloaded parse-display v0.10.0
8092026-03-19T14:11:15.978Z Downloaded phf_shared v0.12.1
8102026-03-19T14:11:15.978Z Downloaded path-slash v0.1.5
8112026-03-19T14:11:15.978Z Downloaded ingot-macros v0.1.1
8122026-03-19T14:11:15.978Z Downloaded num-iter v0.1.45
8132026-03-19T14:11:15.981Z Downloaded phf_shared v0.11.3
8142026-03-19T14:11:15.981Z Downloaded impl-trait-for-tuples v0.2.3
8152026-03-19T14:11:15.984Z Downloaded peg-runtime v0.8.5
8162026-03-19T14:11:15.984Z Downloaded num v0.4.3
8172026-03-19T14:11:15.987Z Downloaded num_enum v0.7.5
8182026-03-19T14:11:15.990Z Downloaded num-rational v0.4.2
8192026-03-19T14:11:15.990Z Downloaded olpc-cjson v0.1.4
8202026-03-19T14:11:15.994Z Downloaded num-complex v0.4.6
8212026-03-19T14:11:15.994Z Downloaded pin-utils v0.1.0
8222026-03-19T14:11:15.997Z Downloaded memmap2 v0.9.10
8232026-03-19T14:11:15.997Z Downloaded futures v0.3.32
8242026-03-19T14:11:16.001Z Downloaded precomputed-hash v0.1.1
8252026-03-19T14:11:16.001Z Downloaded phf_shared v0.13.1
8262026-03-19T14:11:16.007Z Downloaded native-tls v0.2.18
8272026-03-19T14:11:16.007Z Downloaded nanorand v0.7.0
8282026-03-19T14:11:16.007Z Downloaded ignore v0.4.25
8292026-03-19T14:11:16.012Z Downloaded mime_guess v2.0.5
8302026-03-19T14:11:16.012Z Downloaded num_enum v0.5.11
8312026-03-19T14:11:16.015Z Downloaded predicates-tree v1.0.13
8322026-03-19T14:11:16.015Z Downloaded owo-colors v4.3.0
8332026-03-19T14:11:16.018Z Downloaded http-body-util v0.1.3
8342026-03-19T14:11:16.018Z Downloaded num_enum_derive v0.7.5
8352026-03-19T14:11:16.018Z Downloaded foldhash v0.2.0
8362026-03-19T14:11:16.021Z Downloaded multer v3.1.0
8372026-03-19T14:11:16.024Z Downloaded oxnet v0.1.4
8382026-03-19T14:11:16.024Z Downloaded paste v1.0.15
8392026-03-19T14:11:16.027Z Downloaded proc-macro-error-attr2 v2.0.0
8402026-03-19T14:11:16.027Z Downloaded parse-display-derive v0.10.0
8412026-03-19T14:11:16.030Z Downloaded libbz2-rs-sys v0.2.2
8422026-03-19T14:11:16.030Z Downloaded base64 v0.21.7
8432026-03-19T14:11:16.033Z Downloaded progenitor-client v0.11.2
8442026-03-19T14:11:16.038Z Downloaded predicates-core v1.0.10
8452026-03-19T14:11:16.038Z Downloaded powerfmt v0.2.0
8462026-03-19T14:11:16.038Z Downloaded futures-channel v0.3.32
8472026-03-19T14:11:16.041Z Downloaded pem v3.0.6
8482026-03-19T14:11:16.041Z Downloaded cc v1.2.56
8492026-03-19T14:11:16.044Z Downloaded litrs v1.0.0
8502026-03-19T14:11:16.048Z Downloaded elliptic-curve v0.13.8
8512026-03-19T14:11:16.051Z Downloaded peg v0.8.5
8522026-03-19T14:11:16.054Z Downloaded pem-rfc7468 v0.7.0
8532026-03-19T14:11:16.054Z Downloaded progenitor-macro v0.13.0
8542026-03-19T14:11:16.054Z Downloaded packed_struct v0.10.1
8552026-03-19T14:11:16.057Z Downloaded oxide-tokio-rt v0.1.3
8562026-03-19T14:11:16.057Z Downloaded crossbeam-channel v0.5.15
8572026-03-19T14:11:16.060Z Downloaded phf v0.13.1
8582026-03-19T14:11:16.063Z Downloaded password-hash v0.4.2
8592026-03-19T14:11:16.066Z Downloaded pkcs8 v0.10.2
8602026-03-19T14:11:16.066Z Downloaded progenitor-client v0.10.0
8612026-03-19T14:11:16.069Z Downloaded quick-error v1.2.3
8622026-03-19T14:11:16.070Z Downloaded pkg-config v0.3.32
8632026-03-19T14:11:16.073Z Downloaded flate2 v1.1.9
8642026-03-19T14:11:16.076Z Downloaded ppv-lite86 v0.2.21
8652026-03-19T14:11:16.076Z Downloaded dropshot-api-manager v0.6.0
8662026-03-19T14:11:16.079Z Downloaded indexmap v1.9.3
8672026-03-19T14:11:16.082Z Downloaded darling_core v0.20.11
8682026-03-19T14:11:16.085Z Downloaded peg-macros v0.8.5
8692026-03-19T14:11:16.089Z Downloaded radium v0.7.0
8702026-03-19T14:11:16.089Z Downloaded num-integer v0.1.46
8712026-03-19T14:11:16.092Z Downloaded nu-ansi-term v0.50.3
8722026-03-19T14:11:16.093Z Downloaded pin-project-lite v0.2.17
8732026-03-19T14:11:16.096Z Downloaded rand_xorshift v0.4.0
8742026-03-19T14:11:16.099Z Downloaded psl-types v2.0.11
8752026-03-19T14:11:16.100Z Downloaded indicatif v0.18.4
8762026-03-19T14:11:16.103Z Downloaded primeorder v0.13.6
8772026-03-19T14:11:16.103Z Downloaded heapless v0.7.17
8782026-03-19T14:11:16.109Z Downloaded parking_lot_core v0.9.12
8792026-03-19T14:11:16.115Z Downloaded progenitor v0.13.0
8802026-03-19T14:11:16.115Z Downloaded parking_lot_core v0.8.6
8812026-03-19T14:11:16.115Z Downloaded ref-cast-impl v1.0.25
8822026-03-19T14:11:16.115Z Downloaded ref-cast v1.0.25
8832026-03-19T14:11:16.115Z Downloaded headers v0.4.1
8842026-03-19T14:11:16.119Z Downloaded progenitor-client v0.13.0
8852026-03-19T14:11:16.122Z Downloaded omicron-zone-package v0.12.2
8862026-03-19T14:11:16.122Z Downloaded postgres-protocol v0.6.10
8872026-03-19T14:11:16.127Z Downloaded ar_archive_writer v0.5.1
8882026-03-19T14:11:16.130Z Downloaded rfc6979 v0.4.0
8892026-03-19T14:11:16.130Z Downloaded proc-macro-crate v1.3.1
8902026-03-19T14:11:16.130Z Downloaded polyval v0.6.2
8912026-03-19T14:11:16.130Z Downloaded pin-project-internal v1.1.11
8922026-03-19T14:11:16.135Z Downloaded pkcs5 v0.7.1
8932026-03-19T14:11:16.138Z Downloaded rtoolbox v0.0.3
8942026-03-19T14:11:16.138Z Downloaded progenitor v0.11.2
8952026-03-19T14:11:16.138Z Downloaded progenitor v0.10.0
8962026-03-19T14:11:16.141Z Downloaded russh-cryptovec v0.7.3
8972026-03-19T14:11:16.141Z Downloaded recursive v0.1.1
8982026-03-19T14:11:16.141Z Downloaded aes v0.8.4
8992026-03-19T14:11:16.144Z Downloaded phf v0.12.1
9002026-03-19T14:11:16.147Z Downloaded ed25519-dalek v2.2.0
9012026-03-19T14:11:16.150Z Downloaded predicates v3.1.4
9022026-03-19T14:11:16.153Z Downloaded proc-macro-error2 v2.0.1
9032026-03-19T14:11:16.153Z Downloaded miniz_oxide v0.8.9
9042026-03-19T14:11:16.157Z Downloaded psm v0.1.30
9052026-03-19T14:11:16.160Z Downloaded rand_core v0.10.0
9062026-03-19T14:11:16.163Z Downloaded rustc_version v0.4.1
9072026-03-19T14:11:16.163Z Downloaded rand_chacha v0.9.0
9082026-03-19T14:11:16.163Z Downloaded progenitor-extras v0.1.1
9092026-03-19T14:11:16.166Z Downloaded password-hash v0.5.0
9102026-03-19T14:11:16.166Z Downloaded rand_chacha v0.3.1
9112026-03-19T14:11:16.169Z Downloaded derive_more v2.1.1
9122026-03-19T14:11:16.176Z Downloaded salsa20 v0.10.2
9132026-03-19T14:11:16.179Z Downloaded p256 v0.13.2
9142026-03-19T14:11:16.182Z Downloaded scheduled-thread-pool v0.2.7
9152026-03-19T14:11:16.182Z Downloaded rand_core v0.6.4
9162026-03-19T14:11:16.187Z Downloaded http v1.4.0
9172026-03-19T14:11:16.187Z Downloaded r2d2 v0.8.10
9182026-03-19T14:11:16.190Z Downloaded rustc-hash v2.1.1
9192026-03-19T14:11:16.190Z Downloaded heapless v0.8.0
9202026-03-19T14:11:16.193Z Downloaded flume v0.11.1
9212026-03-19T14:11:16.200Z Downloaded expectorate v1.2.0
9222026-03-19T14:11:16.200Z Downloaded sapling-renderdag v0.1.0
9232026-03-19T14:11:16.203Z Downloaded parking_lot v0.11.2
9242026-03-19T14:11:16.203Z Downloaded scroll_derive v0.13.1
9252026-03-19T14:11:16.203Z Downloaded pkcs1 v0.7.5
9262026-03-19T14:11:16.203Z Downloaded bumpalo v3.20.2
9272026-03-19T14:11:16.206Z Downloaded resolv-conf v0.7.6
9282026-03-19T14:11:16.207Z Downloaded hickory-resolver v0.25.2
9292026-03-19T14:11:16.210Z Downloaded scrypt v0.11.0
9302026-03-19T14:11:16.214Z Downloaded secrecy v0.10.3
9312026-03-19T14:11:16.214Z Downloaded serde_bytes v0.11.19
9322026-03-19T14:11:16.217Z Downloaded serde-big-array v0.5.1
9332026-03-19T14:11:16.217Z Downloaded poly1305 v0.8.0
9342026-03-19T14:11:16.220Z Downloaded seq-macro v0.3.6
9352026-03-19T14:11:16.220Z Downloaded serde_spanned v1.0.4
9362026-03-19T14:11:16.221Z Downloaded postcard v1.1.3
9372026-03-19T14:11:16.225Z Downloaded same-file v1.0.6
9382026-03-19T14:11:16.228Z Downloaded rand_seeder v0.4.0
9392026-03-19T14:11:16.228Z Downloaded hickory-resolver v0.24.4
9402026-03-19T14:11:16.232Z Downloaded recursive-proc-macro-impl v0.1.1
9412026-03-19T14:11:16.232Z Downloaded proc-macro-crate v3.4.0
9422026-03-19T14:11:16.232Z Downloaded oso v0.27.3
9432026-03-19T14:11:16.236Z Downloaded rustc_version v0.1.7
9442026-03-19T14:11:16.236Z Downloaded rustls-pemfile v2.2.0
9452026-03-19T14:11:16.239Z Downloaded rustls-pemfile v1.0.4
9462026-03-19T14:11:16.239Z Downloaded derive_more-impl v2.1.1
9472026-03-19T14:11:16.242Z Downloaded papergrid v0.17.0
9482026-03-19T14:11:16.246Z Downloaded scopeguard v1.2.0
9492026-03-19T14:11:16.250Z Downloaded rand_core v0.9.5
9502026-03-19T14:11:16.250Z Downloaded rusty-fork v0.3.1
9512026-03-19T14:11:16.252Z Downloaded der v0.7.10
9522026-03-19T14:11:16.256Z Downloaded signal-hook-mio v0.2.5
9532026-03-19T14:11:16.256Z Downloaded parking_lot v0.12.5
9542026-03-19T14:11:16.259Z Downloaded serde_plain v1.0.2
9552026-03-19T14:11:16.259Z Downloaded semver v0.1.20
9562026-03-19T14:11:16.262Z Downloaded darling_core v0.21.3
9572026-03-19T14:11:16.264Z Downloaded serde_urlencoded v0.7.1
9582026-03-19T14:11:16.267Z Downloaded jiff-static v0.2.21
9592026-03-19T14:11:16.271Z Downloaded progenitor-macro v0.11.2
9602026-03-19T14:11:16.271Z Downloaded progenitor-macro v0.10.0
9612026-03-19T14:11:16.271Z Downloaded derive_more v0.99.20
9622026-03-19T14:11:16.274Z Downloaded quinn-udp v0.5.14
9632026-03-19T14:11:16.277Z Downloaded base64 v0.22.1
9642026-03-19T14:11:16.280Z Downloaded siphasher v1.0.2
9652026-03-19T14:11:16.280Z Downloaded rustls-native-certs v0.8.3
9662026-03-19T14:11:16.283Z Downloaded instability v0.3.11
9672026-03-19T14:11:16.283Z Downloaded hyper-tls v0.6.0
9682026-03-19T14:11:16.286Z Downloaded highway v1.3.0
9692026-03-19T14:11:16.286Z Downloaded globset v0.4.18
9702026-03-19T14:11:16.290Z Downloaded sigpipe v0.1.3
9712026-03-19T14:11:16.290Z Downloaded signal-hook-tokio v0.3.1
9722026-03-19T14:11:16.290Z Downloaded signature v2.2.0
9732026-03-19T14:11:16.292Z Downloaded sha1 v0.10.6
9742026-03-19T14:11:16.292Z Downloaded crc32fast v1.5.0
9752026-03-19T14:11:16.295Z Downloaded serde_repr v0.1.20
9762026-03-19T14:11:16.300Z Downloaded serde_path_to_error v0.1.20
9772026-03-19T14:11:16.300Z Downloaded pin-project v1.1.11
9782026-03-19T14:11:16.306Z Downloaded minimal-lexical v0.2.1
9792026-03-19T14:11:16.311Z Downloaded postgres-types v0.2.12
9802026-03-19T14:11:16.314Z Downloaded itertools v0.10.5
9812026-03-19T14:11:16.318Z Downloaded rustls-pki-types v1.14.0
9822026-03-19T14:11:16.321Z Downloaded crossterm v0.29.0
9832026-03-19T14:11:16.325Z Downloaded ssh-cipher v0.2.0
9842026-03-19T14:11:16.328Z Downloaded scroll v0.13.0
9852026-03-19T14:11:16.328Z Downloaded schemars_derive v0.8.22
9862026-03-19T14:11:16.331Z Downloaded rustversion v1.0.22
9872026-03-19T14:11:16.336Z Downloaded prettyplease v0.2.37
9882026-03-19T14:11:16.336Z Downloaded signal-hook-registry v1.4.8
9892026-03-19T14:11:16.336Z Downloaded sqlparser_derive v0.5.0
9902026-03-19T14:11:16.339Z Downloaded diesel_derives v2.3.7
9912026-03-19T14:11:16.342Z Downloaded progenitor-impl v0.10.0
9922026-03-19T14:11:16.344Z Downloaded structmeta-derive v0.3.0
9932026-03-19T14:11:16.344Z Downloaded ssh-encoding v0.2.0
9942026-03-19T14:11:16.348Z Downloaded structmeta v0.3.0
9952026-03-19T14:11:16.348Z Downloaded strip-ansi-escapes v0.2.1
9962026-03-19T14:11:16.356Z Downloaded strum v0.27.2
9972026-03-19T14:11:16.356Z Downloaded strum v0.26.3
9982026-03-19T14:11:16.356Z Downloaded shell-words v1.1.1
9992026-03-19T14:11:16.356Z Downloaded sct v0.7.1
10002026-03-19T14:11:16.356Z Downloaded russh-keys v0.45.0
10012026-03-19T14:11:16.360Z Downloaded progenitor-impl v0.11.2
10022026-03-19T14:11:16.360Z Downloaded subtle v2.6.1
10032026-03-19T14:11:16.360Z Downloaded slog-stdlog v4.1.1
10042026-03-19T14:11:16.363Z Downloaded slog-scope v4.4.1
10052026-03-19T14:11:16.363Z Downloaded slog-json v2.6.1
10062026-03-19T14:11:16.366Z Downloaded slog-async v2.8.0
10072026-03-19T14:11:16.366Z Downloaded simd-adler32 v0.3.8
10082026-03-19T14:11:16.369Z Downloaded serde_derive_internals v0.29.1
10092026-03-19T14:11:16.369Z Downloaded serde-hex v0.1.0
10102026-03-19T14:11:16.372Z Downloaded secrecy v0.8.0
10112026-03-19T14:11:16.372Z Downloaded sec1 v0.7.3
10122026-03-19T14:11:16.372Z Downloaded serde_cbor v0.11.2
10132026-03-19T14:11:16.375Z Downloaded slog-bunyan v2.5.0
10142026-03-19T14:11:16.378Z Downloaded slab v0.4.12
10152026-03-19T14:11:16.378Z Downloaded sync_wrapper v1.0.2
10162026-03-19T14:11:16.378Z Downloaded sync-ptr v0.1.4
10172026-03-19T14:11:16.381Z Downloaded tagptr v0.2.0
10182026-03-19T14:11:16.381Z Downloaded tabwriter v1.4.1
10192026-03-19T14:11:16.388Z Downloaded tap v1.0.1
10202026-03-19T14:11:16.388Z Downloaded take_mut v0.2.2
10212026-03-19T14:11:16.388Z Downloaded tabled_derive v0.11.0
10222026-03-19T14:11:16.388Z Downloaded supports-color v3.0.2
10232026-03-19T14:11:16.388Z Downloaded slog-dtrace v0.3.0
10242026-03-19T14:11:16.388Z Downloaded slog-term v2.9.2
10252026-03-19T14:11:16.393Z Downloaded hashbrown v0.13.2
10262026-03-19T14:11:16.393Z Downloaded rustls-platform-verifier v0.6.2
10272026-03-19T14:11:16.396Z Downloaded pretty_assertions v1.4.1
10282026-03-19T14:11:16.398Z Downloaded prefix-trie v0.7.0
10292026-03-19T14:11:16.401Z Downloaded ryu v1.0.23
10302026-03-19T14:11:16.404Z Downloaded rcgen v0.12.1
10312026-03-19T14:11:16.407Z Downloaded smf v0.2.3
10322026-03-19T14:11:16.407Z Downloaded serde_with_macros v3.17.0
10332026-03-19T14:11:16.409Z Downloaded stringprep v0.1.5
10342026-03-19T14:11:16.409Z Downloaded string_cache v0.8.9
10352026-03-19T14:11:16.412Z Downloaded openssl-sys v0.9.111
10362026-03-19T14:11:16.415Z Downloaded time-core v0.1.8
10372026-03-19T14:11:16.419Z Downloaded thread-id v5.1.0
10382026-03-19T14:11:16.419Z Downloaded crossterm v0.28.1
10392026-03-19T14:11:16.422Z Downloaded thiserror-impl-no-std v2.0.2
10402026-03-19T14:11:16.425Z Downloaded static_assertions v1.1.0
10412026-03-19T14:11:16.425Z Downloaded stacker v0.1.23
10422026-03-19T14:11:16.428Z Downloaded sqlformat v0.3.5
10432026-03-19T14:11:16.428Z Downloaded shlex v1.3.0
10442026-03-19T14:11:16.431Z Downloaded slog-envlogger v2.2.0
10452026-03-19T14:11:16.431Z Downloaded schemars v0.8.22
10462026-03-19T14:11:16.440Z Downloaded tinyvec_macros v0.1.1
10472026-03-19T14:11:16.443Z Downloaded aes-gcm v0.10.3
10482026-03-19T14:11:16.446Z Downloaded snafu-derive v0.8.9
10492026-03-19T14:11:16.446Z Downloaded testing_table v0.3.0
10502026-03-19T14:11:16.446Z Downloaded termtree v0.5.1
10512026-03-19T14:11:16.449Z Downloaded support-bundle-viewer v0.1.2
10522026-03-19T14:11:16.449Z Downloaded strum_macros v0.26.4
10532026-03-19T14:11:16.452Z Downloaded ron v0.8.1
10542026-03-19T14:11:16.455Z Downloaded publicsuffix v2.3.0
10552026-03-19T14:11:16.458Z Downloaded itertools v0.12.1
10562026-03-19T14:11:16.463Z Downloaded strum_macros v0.24.3
10572026-03-19T14:11:16.466Z Downloaded quinn v0.11.9
10582026-03-19T14:11:16.469Z Downloaded tower-service v0.3.3
10592026-03-19T14:11:16.469Z Downloaded topological-sort v0.2.2
10602026-03-19T14:11:16.472Z Downloaded itertools v0.13.0
10612026-03-19T14:11:16.475Z Downloaded progenitor-impl v0.13.0
10622026-03-19T14:11:16.479Z Downloaded signal-hook v0.3.18
10632026-03-19T14:11:16.482Z Downloaded tower-layer v0.3.3
10642026-03-19T14:11:16.482Z Downloaded thread_local v1.1.9
10652026-03-19T14:11:16.482Z Downloaded thiserror-no-std v2.0.2
10662026-03-19T14:11:16.485Z Downloaded trait-variant v0.1.2
10672026-03-19T14:11:16.488Z Downloaded aho-corasick v1.1.4
10682026-03-19T14:11:16.491Z Downloaded tiny-keccak v2.0.2
10692026-03-19T14:11:16.494Z Downloaded nom v7.1.3
10702026-03-19T14:11:16.497Z Downloaded hyper v1.8.1
10712026-03-19T14:11:16.501Z Downloaded spki v0.7.3
10722026-03-19T14:11:16.506Z Downloaded typify-macro v0.4.3
10732026-03-19T14:11:16.509Z Downloaded tls_codec_derive v0.4.2
10742026-03-19T14:11:16.509Z Downloaded tokio-dtrace v0.1.1
10752026-03-19T14:11:16.510Z Downloaded rsa v0.9.10
10762026-03-19T14:11:16.513Z Downloaded spin v0.9.8
10772026-03-19T14:11:16.513Z Downloaded try-lock v0.2.5
10782026-03-19T14:11:16.517Z Downloaded tokio-macros v2.6.0
10792026-03-19T14:11:16.517Z Downloaded slog v2.8.2
10802026-03-19T14:11:16.520Z Downloaded unit-prefix v0.5.2
10812026-03-19T14:11:16.520Z Downloaded termios v0.3.3
10822026-03-19T14:11:16.524Z Downloaded usdt v0.6.0
10832026-03-19T14:11:16.524Z Downloaded untrusted v0.9.0
10842026-03-19T14:11:16.527Z Downloaded untrusted v0.7.1
10852026-03-19T14:11:16.527Z Downloaded unicode-truncate v1.1.0
10862026-03-19T14:11:16.527Z Downloaded rayon-core v1.13.0
10872026-03-19T14:11:16.531Z Downloaded rand v0.8.5
10882026-03-19T14:11:16.531Z Downloaded usdt-attr-macro v0.6.0
10892026-03-19T14:11:16.534Z Downloaded typify-macro v0.6.1
10902026-03-19T14:11:16.534Z Downloaded tokio-tungstenite v0.21.0
10912026-03-19T14:11:16.540Z Downloaded itertools v0.14.0
10922026-03-19T14:11:16.543Z Downloaded unarray v0.1.4
10932026-03-19T14:11:16.543Z Downloaded tls_codec v0.4.2
10942026-03-19T14:11:16.543Z Downloaded serde_yaml v0.9.34+deprecated
10952026-03-19T14:11:16.546Z Downloaded num-bigint v0.4.6
10962026-03-19T14:11:16.550Z Downloaded void v1.0.2
10972026-03-19T14:11:16.550Z Downloaded waitgroup v0.1.2
10982026-03-19T14:11:16.553Z Downloaded time-macros v0.2.27
10992026-03-19T14:11:16.553Z Downloaded term v0.7.0
11002026-03-19T14:11:16.557Z Downloaded hkdf v0.12.4
11012026-03-19T14:11:16.560Z Downloaded bitvec v1.0.1
11022026-03-19T14:11:16.568Z Downloaded want v0.3.1
11032026-03-19T14:11:16.571Z Downloaded tokio-rustls v0.25.0
11042026-03-19T14:11:16.571Z Downloaded utf-8 v0.7.6
11052026-03-19T14:11:16.574Z Downloaded hashbrown v0.15.5
11062026-03-19T14:11:16.577Z Downloaded usdt-macro v0.6.0
11072026-03-19T14:11:16.577Z Downloaded tokio-native-tls v0.3.1
11082026-03-19T14:11:16.580Z Downloaded snafu v0.8.9
11092026-03-19T14:11:16.583Z Downloaded tokio-rustls v0.26.4
11102026-03-19T14:11:16.586Z Downloaded xattr v1.6.1
11112026-03-19T14:11:16.586Z Downloaded tokio-rustls v0.24.1
11122026-03-19T14:11:16.589Z Downloaded toml_writer v1.0.6+spec-1.1.0
11132026-03-19T14:11:16.589Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11142026-03-19T14:11:16.592Z Downloaded wait-timeout v0.2.1
11152026-03-19T14:11:16.592Z Downloaded tokio-tungstenite v0.23.1
11162026-03-19T14:11:16.596Z Downloaded socket2 v0.5.10
11172026-03-19T14:11:16.596Z Downloaded libxml v0.3.3
11182026-03-19T14:11:16.599Z Downloaded usdt-impl v0.6.0
11192026-03-19T14:11:16.602Z Downloaded socket2 v0.6.2
11202026-03-19T14:11:16.602Z Downloaded hyper-util v0.1.20
11212026-03-19T14:11:16.607Z Downloaded term v1.2.1
11222026-03-19T14:11:16.609Z Downloaded strum_macros v0.27.2
11232026-03-19T14:11:16.612Z Downloaded mio v1.1.1
11242026-03-19T14:11:16.615Z Downloaded similar v2.7.0
11252026-03-19T14:11:16.620Z Downloaded vergen-lib v0.1.6
11262026-03-19T14:11:16.623Z Downloaded walkdir v2.5.0
11272026-03-19T14:11:16.623Z Downloaded vergen-gitcl v1.0.8
11282026-03-19T14:11:16.623Z Downloaded tui-tree-widget v0.23.1
11292026-03-19T14:11:16.626Z Downloaded unicase v2.9.0
11302026-03-19T14:11:16.626Z Downloaded num-bigint-dig v0.8.6
11312026-03-19T14:11:16.629Z Downloaded zone v0.3.1
11322026-03-19T14:11:16.629Z Downloaded zeroize_derive v1.4.3
11332026-03-19T14:11:16.632Z Downloaded xshell-macros v0.2.7
11342026-03-19T14:11:16.632Z Downloaded libm v0.2.16
11352026-03-19T14:11:16.638Z Downloaded rand v0.9.2
11362026-03-19T14:11:16.641Z Downloaded qorb v0.4.1
11372026-03-19T14:11:16.645Z Downloaded hashbrown v0.12.3
11382026-03-19T14:11:16.649Z Downloaded zone_cfg_derive v0.3.1
11392026-03-19T14:11:16.649Z Downloaded blake3 v1.8.3
11402026-03-19T14:11:16.654Z Downloaded whoami v1.6.1
11412026-03-19T14:11:16.657Z Downloaded universal-hash v0.5.1
11422026-03-19T14:11:16.657Z Downloaded subprocess v0.2.15
11432026-03-19T14:11:16.660Z Downloaded rustls-webpki v0.103.9
11442026-03-19T14:11:16.663Z Downloaded wyz v0.5.1
11452026-03-19T14:11:16.663Z Downloaded aws-lc-rs v1.16.0
11462026-03-19T14:11:16.671Z Downloaded xz2 v0.1.7
11472026-03-19T14:11:16.675Z Downloaded schemars v1.2.1
11482026-03-19T14:11:16.684Z Downloaded xshell v0.2.7
11492026-03-19T14:11:16.687Z Downloaded whoami v2.1.0
11502026-03-19T14:11:16.690Z Downloaded vsss-rs v3.3.4
11512026-03-19T14:11:16.690Z Downloaded uzers v0.12.2
11522026-03-19T14:11:16.693Z Downloaded vergen-git2 v1.0.7
11532026-03-19T14:11:16.693Z Downloaded vergen v9.0.6
11542026-03-19T14:11:16.696Z Downloaded twox-hash v2.1.2
11552026-03-19T14:11:16.696Z Downloaded tracing-attributes v0.1.31
11562026-03-19T14:11:16.699Z Downloaded tinyvec v1.10.0
11572026-03-19T14:11:16.702Z Downloaded zstd v0.13.3
11582026-03-19T14:11:16.702Z Downloaded zeroize v1.8.2
11592026-03-19T14:11:16.705Z Downloaded test-strategy v0.4.5
11602026-03-19T14:11:16.708Z Downloaded iri-string v0.7.10
11612026-03-19T14:11:16.712Z Downloaded rand v0.10.0
11622026-03-19T14:11:16.715Z Downloaded ron v0.12.0
11632026-03-19T14:11:16.722Z Downloaded russh v0.45.0
11642026-03-19T14:11:16.726Z Downloaded zstd-safe v7.2.4
11652026-03-19T14:11:16.729Z Downloaded zerocopy v0.6.6
11662026-03-19T14:11:16.732Z Downloaded yasna v0.5.2
11672026-03-19T14:11:16.732Z Downloaded unsafe-libyaml v0.2.11
11682026-03-19T14:11:16.735Z Downloaded chrono v0.4.44
11692026-03-19T14:11:16.740Z Downloaded toml_parser v1.0.9+spec-1.1.0
11702026-03-19T14:11:16.743Z Downloaded toml v0.7.8
11712026-03-19T14:11:16.746Z Downloaded uuid v1.21.0
11722026-03-19T14:11:16.749Z Downloaded steno v0.4.1
11732026-03-19T14:11:16.752Z Downloaded toml v0.9.12+spec-1.1.0
11742026-03-19T14:11:16.755Z Downloaded p521 v0.13.3
11752026-03-19T14:11:16.758Z Downloaded tungstenite v0.23.0
11762026-03-19T14:11:16.761Z Downloaded typify v0.6.1
11772026-03-19T14:11:16.764Z Downloaded tracing-core v0.1.36
11782026-03-19T14:11:16.764Z Downloaded tungstenite v0.21.0
11792026-03-19T14:11:16.767Z Downloaded tokio-stream v0.1.18
11802026-03-19T14:11:16.770Z Downloaded rpassword v7.4.0
11812026-03-19T14:11:16.774Z Downloaded unicode-bidi v0.3.18
11822026-03-19T14:11:16.777Z Downloaded tar v0.4.44
11832026-03-19T14:11:16.777Z Downloaded futures-util v0.3.32
11842026-03-19T14:11:16.785Z Downloaded unicode-properties v0.1.4
11852026-03-19T14:11:16.788Z Downloaded schemars v0.9.0
11862026-03-19T14:11:16.795Z Downloaded samael v0.0.19
11872026-03-19T14:11:16.801Z Downloaded vte v0.14.1
11882026-03-19T14:11:16.804Z Downloaded toml_edit v0.23.10+spec-1.0.0
11892026-03-19T14:11:16.807Z Downloaded reedline v0.40.0
11902026-03-19T14:11:16.812Z Downloaded typify v0.4.3
11912026-03-19T14:11:16.816Z Downloaded unicode_categories v0.1.1
11922026-03-19T14:11:16.819Z Downloaded reqwest v0.12.28
11932026-03-19T14:11:16.822Z Downloaded regex v1.12.3
11942026-03-19T14:11:16.826Z Downloaded yansi v1.0.1
11952026-03-19T14:11:16.829Z Downloaded curve25519-dalek v4.1.3
11962026-03-19T14:11:16.835Z Downloaded zopfli v0.8.3
11972026-03-19T14:11:16.838Z Downloaded rustyline v14.0.0
11982026-03-19T14:11:16.841Z Downloaded h2 v0.4.13
11992026-03-19T14:11:16.845Z Downloaded zip v0.6.6
12002026-03-19T14:11:16.848Z Downloaded toml_edit v0.19.15
12012026-03-19T14:11:16.861Z Downloaded tokio-postgres v0.7.16
12022026-03-19T14:11:16.865Z Downloaded bindgen v0.71.1
12032026-03-19T14:11:16.870Z Downloaded p384 v0.13.1
12042026-03-19T14:11:16.874Z Downloaded moka v0.12.13
12052026-03-19T14:11:16.880Z Downloaded salty v0.3.0
12062026-03-19T14:11:16.886Z Downloaded rustls-webpki v0.101.7
12072026-03-19T14:11:16.897Z Downloaded tower v0.5.3
12082026-03-19T14:11:16.904Z Downloaded reqwest v0.13.2
12092026-03-19T14:11:16.908Z Downloaded x509-cert v0.2.5
12102026-03-19T14:11:16.913Z Downloaded ssh-key v0.6.7
12112026-03-19T14:11:16.918Z Downloaded goblin v0.10.5
12122026-03-19T14:11:16.924Z Downloaded iddqd v0.3.17
12132026-03-19T14:11:16.930Z Downloaded smallvec v0.6.14
12142026-03-19T14:11:16.933Z Downloaded hickory-server v0.25.2
12152026-03-19T14:11:16.936Z Downloaded const_format_proc_macros v0.2.34
12162026-03-19T14:11:16.936Z Downloaded colored v2.2.0
12172026-03-19T14:11:16.939Z Downloaded portable-atomic v1.13.1
12182026-03-19T14:11:16.943Z Downloaded git2 v0.20.4
12192026-03-19T14:11:16.950Z Downloaded zerocopy-derive v0.8.40
12202026-03-19T14:11:16.957Z Downloaded tower-http v0.6.8
12212026-03-19T14:11:16.963Z Downloaded quick-xml v0.37.5
12222026-03-19T14:11:16.968Z Downloaded typed-path v0.9.3
12232026-03-19T14:11:16.973Z Downloaded unicode-segmentation v1.12.0
12242026-03-19T14:11:16.976Z Downloaded chacha20 v0.10.0
12252026-03-19T14:11:16.979Z Downloaded filetime v0.2.27
12262026-03-19T14:11:16.979Z Downloaded erased-serde v0.3.31
12272026-03-19T14:11:16.982Z Downloaded derive_builder_core v0.20.2
12282026-03-19T14:11:16.982Z Downloaded derive-ex v0.1.8
12292026-03-19T14:11:16.985Z Downloaded colored v3.1.1
12302026-03-19T14:11:16.985Z Downloaded cmake v0.1.57
12312026-03-19T14:11:16.988Z Downloaded tough v0.20.0
12322026-03-19T14:11:16.992Z Downloaded zip v4.6.1
12332026-03-19T14:11:16.995Z Downloaded lalrpop v0.19.12
12342026-03-19T14:11:17.004Z Downloaded cexpr v0.6.0
12352026-03-19T14:11:17.007Z Downloaded ahash v0.8.12
12362026-03-19T14:11:17.007Z Downloaded tokio-util v0.7.18
12372026-03-19T14:11:17.013Z Downloaded clang-sys v1.8.1
12382026-03-19T14:11:17.016Z Downloaded atomicwrites v0.4.4
12392026-03-19T14:11:17.016Z Downloaded assert_matches v1.5.0
12402026-03-19T14:11:17.019Z Downloaded bzip2 v0.4.4
12412026-03-19T14:11:17.019Z Downloaded bitflags v1.3.2
12422026-03-19T14:11:17.022Z Downloaded async-stream v0.3.6
12432026-03-19T14:11:17.022Z Downloaded critical-section v1.2.0
12442026-03-19T14:11:17.027Z Downloaded constant_time_eq v0.4.2
12452026-03-19T14:11:17.027Z Downloaded proptest v1.10.0
12462026-03-19T14:11:17.032Z Downloaded rustls-webpki v0.102.8
12472026-03-19T14:11:17.046Z Downloaded winnow v0.6.26
12482026-03-19T14:11:17.053Z Downloaded unicode-normalization v0.1.25
12492026-03-19T14:11:17.056Z Downloaded radix_trie v0.2.1
12502026-03-19T14:11:17.060Z Downloaded serde_with v3.17.0
12512026-03-19T14:11:17.069Z Downloaded winnow v0.5.40
12522026-03-19T14:11:17.075Z Downloaded rayon v1.11.0
12532026-03-19T14:11:17.082Z Downloaded object v0.30.4
12542026-03-19T14:11:17.089Z Downloaded polar-core v0.27.3
12552026-03-19T14:11:17.095Z Downloaded nix v0.29.0
12562026-03-19T14:11:17.104Z Downloaded quinn-proto v0.11.13
12572026-03-19T14:11:17.110Z Downloaded tabled v0.20.0
12582026-03-19T14:11:17.123Z Downloaded bstr v1.12.1
12592026-03-19T14:11:17.131Z Downloaded nix v0.28.0
12602026-03-19T14:11:17.139Z Downloaded openssl v0.10.75
12612026-03-19T14:11:17.146Z Downloaded nix v0.31.1
12622026-03-19T14:11:17.155Z Downloaded smoltcp v0.9.1
12632026-03-19T14:11:17.163Z Downloaded petname v2.0.2
12642026-03-19T14:11:17.167Z Downloaded time v0.3.47
12652026-03-19T14:11:17.177Z Downloaded zlib-rs v0.6.2
12662026-03-19T14:11:17.181Z Downloaded vcpkg v0.2.15
12672026-03-19T14:11:17.212Z Downloaded object v0.37.3
12682026-03-19T14:11:17.220Z Downloaded hickory-proto v0.24.4
12692026-03-19T14:11:17.231Z Downloaded dropshot v0.16.7
12702026-03-19T14:11:17.248Z Downloaded zerocopy v0.8.40
12712026-03-19T14:11:17.255Z Downloaded regress v0.10.5
12722026-03-19T14:11:17.261Z Downloaded smoltcp v0.11.0
12732026-03-19T14:11:17.270Z Downloaded rustls v0.23.37
12742026-03-19T14:11:17.279Z Downloaded rustix v0.38.44
12752026-03-19T14:11:17.296Z Downloaded hickory-proto v0.25.2
12762026-03-19T14:11:17.308Z Downloaded diesel v2.3.7
12772026-03-19T14:11:17.324Z Downloaded openapiv3 v2.2.0
12782026-03-19T14:11:17.333Z Downloaded webpki-roots v1.0.6
12792026-03-19T14:11:17.336Z Downloaded rustls v0.22.4
12802026-03-19T14:11:17.345Z Downloaded regex-syntax v0.8.10
12812026-03-19T14:11:17.351Z Downloaded rustls v0.21.12
12822026-03-19T14:11:17.359Z Downloaded regex-syntax v0.6.29
12832026-03-19T14:11:17.365Z Downloaded sqlparser v0.61.0
12842026-03-19T14:11:17.373Z Downloaded nix v0.27.1
12852026-03-19T14:11:17.380Z Downloaded async-trait v0.1.89
12862026-03-19T14:11:17.384Z Downloaded bzip2-sys v0.1.13+1.0.8
12872026-03-19T14:11:17.392Z Downloaded tracing v0.1.44
12882026-03-19T14:11:17.409Z Downloaded typify-impl v0.6.1
12892026-03-19T14:11:17.421Z Downloaded typify-impl v0.4.3
12902026-03-19T14:11:17.432Z Downloaded ratatui v0.29.0
12912026-03-19T14:11:17.448Z Downloaded sled v0.34.7
12922026-03-19T14:11:17.455Z Downloaded array-init v0.0.4
12932026-03-19T14:11:17.458Z Downloaded ena v0.14.4
12942026-03-19T14:11:17.458Z Downloaded zerocopy-derive v0.6.6
12952026-03-19T14:11:17.464Z Downloaded crossbeam-deque v0.8.6
12962026-03-19T14:11:17.468Z Downloaded buf-list v1.1.2
12972026-03-19T14:11:17.485Z Downloaded regex-automata v0.4.14
12982026-03-19T14:11:17.497Z Downloaded lzma-sys v0.1.20
12992026-03-19T14:11:17.518Z Downloaded chrono-tz v0.10.4
13002026-03-19T14:11:17.532Z Downloaded petgraph v0.6.5
13012026-03-19T14:11:17.546Z Downloaded jiff v0.2.21
13022026-03-19T14:11:17.581Z Downloaded libz-sys v1.1.24
13032026-03-19T14:11:17.597Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13042026-03-19T14:11:17.610Z Downloaded petgraph v0.8.3
13052026-03-19T14:11:17.626Z Downloaded csv v1.4.0
13062026-03-19T14:11:17.642Z Downloaded tokio v1.49.0
13072026-03-19T14:11:17.680Z Downloaded sha3 v0.10.8
13082026-03-19T14:11:17.742Z Downloaded encoding_rs v0.8.35
13092026-03-19T14:11:17.759Z Downloaded ring v0.17.14
13102026-03-19T14:11:17.791Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-03-19T14:11:18.309Z Downloaded aws-lc-sys v0.37.1
13122026-03-19T14:11:18.637Z Compiling libc v0.2.180
13132026-03-19T14:11:18.650Z Compiling serde v1.0.228
13142026-03-19T14:11:18.650Z Compiling log v0.4.29
13152026-03-19T14:11:18.650Z Compiling find-msvc-tools v0.1.9
13162026-03-19T14:11:18.650Z Compiling shlex v1.3.0
13172026-03-19T14:11:18.650Z Compiling smallvec v1.15.1
13182026-03-19T14:11:18.650Z Compiling typenum v1.19.0
13192026-03-19T14:11:18.651Z Compiling subtle v2.6.1
13202026-03-19T14:11:18.849Z Compiling generic-array v0.14.7
13212026-03-19T14:11:18.853Z Compiling scopeguard v1.2.0
13222026-03-19T14:11:18.869Z Compiling portable-atomic v1.13.1
13232026-03-19T14:11:18.974Z Compiling const-oid v0.9.6
13242026-03-19T14:11:18.977Z Compiling critical-section v1.2.0
13252026-03-19T14:11:19.038Z Compiling syn v2.0.117
13262026-03-19T14:11:19.042Z Compiling zerocopy v0.8.40
13272026-03-19T14:11:19.042Z Compiling serde_json v1.0.149
13282026-03-19T14:11:19.111Z Compiling lock_api v0.4.14
13292026-03-19T14:11:19.114Z Compiling pin-project-lite v0.2.17
13302026-03-19T14:11:19.135Z Compiling parking_lot_core v0.9.12
13312026-03-19T14:11:19.158Z Compiling pkg-config v0.3.32
13322026-03-19T14:11:19.203Z Compiling bitflags v2.11.0
13332026-03-19T14:11:19.203Z Compiling libm v0.2.16
13342026-03-19T14:11:19.301Z Compiling num-traits v0.2.19
13352026-03-19T14:11:19.322Z Compiling futures-core v0.3.32
13362026-03-19T14:11:19.369Z Compiling percent-encoding v2.3.2
13372026-03-19T14:11:19.414Z Compiling allocator-api2 v0.2.21
13382026-03-19T14:11:19.482Z Compiling foldhash v0.2.0
13392026-03-19T14:11:19.530Z Compiling futures-sink v0.3.32
13402026-03-19T14:11:19.581Z Compiling cpufeatures v0.2.17
13412026-03-19T14:11:19.628Z Compiling getrandom v0.4.1
13422026-03-19T14:11:19.674Z Compiling futures-channel v0.3.32
13432026-03-19T14:11:19.740Z Compiling slab v0.4.12
13442026-03-19T14:11:19.744Z Compiling futures-io v0.3.32
13452026-03-19T14:11:19.830Z Compiling hashbrown v0.16.1
13462026-03-19T14:11:19.834Z Compiling futures-task v0.3.32
13472026-03-19T14:11:19.898Z Compiling getrandom v0.3.4
13482026-03-19T14:11:19.923Z Compiling rand_core v0.10.0
13492026-03-19T14:11:19.956Z Compiling rustversion v1.0.22
13502026-03-19T14:11:19.992Z Compiling form_urlencoded v1.2.2
13512026-03-19T14:11:20.041Z Compiling base64ct v1.8.3
13522026-03-19T14:11:20.068Z Compiling dunce v1.0.5
13532026-03-19T14:11:20.128Z Compiling ident_case v1.0.1
13542026-03-19T14:11:20.131Z Compiling fs_extra v1.3.0
13552026-03-19T14:11:20.174Z Compiling flagset v0.4.7
13562026-03-19T14:11:20.183Z Compiling iana-time-zone v0.1.65
13572026-03-19T14:11:20.218Z Compiling getrandom v0.2.17
13582026-03-19T14:11:20.222Z Compiling jobserver v0.1.34
13592026-03-19T14:11:20.267Z Compiling errno v0.3.14
13602026-03-19T14:11:20.330Z Compiling mio v1.1.1
13612026-03-19T14:11:20.374Z Compiling socket2 v0.6.2
13622026-03-19T14:11:20.442Z Compiling rand_core v0.6.4
13632026-03-19T14:11:20.464Z Compiling once_cell v1.21.3
13642026-03-19T14:11:20.490Z Compiling signal-hook-registry v1.4.8
13652026-03-19T14:11:20.541Z Compiling cc v1.2.56
13662026-03-19T14:11:20.544Z Compiling pem-rfc7468 v0.7.0
13672026-03-19T14:11:20.607Z Compiling parking_lot v0.12.5
13682026-03-19T14:11:20.673Z Compiling indexmap v2.13.0
13692026-03-19T14:11:20.775Z Compiling rustix v1.1.3
13702026-03-19T14:11:20.803Z Compiling uuid v1.21.0
13712026-03-19T14:11:20.852Z Compiling rustc_version v0.4.1
13722026-03-19T14:11:20.929Z Compiling aws-lc-rs v1.16.0
13732026-03-19T14:11:21.020Z Compiling regex-syntax v0.8.10
13742026-03-19T14:11:21.090Z Compiling vcpkg v0.2.15
13752026-03-19T14:11:21.112Z Compiling tracing-core v0.1.36
13762026-03-19T14:11:21.163Z Compiling rand_core v0.9.5
13772026-03-19T14:11:21.217Z Compiling crossbeam-utils v0.8.21
13782026-03-19T14:11:21.310Z Compiling syn v1.0.109
13792026-03-19T14:11:21.396Z Compiling openssl-probe v0.2.1
13802026-03-19T14:11:21.400Z Compiling untrusted v0.9.0
13812026-03-19T14:11:21.552Z Compiling base64 v0.22.1
13822026-03-19T14:11:21.582Z Compiling httparse v1.10.1
13832026-03-19T14:11:21.602Z Compiling schemars v0.8.22
13842026-03-19T14:11:21.625Z Compiling untrusted v0.7.1
13852026-03-19T14:11:21.689Z Compiling cmake v0.1.57
13862026-03-19T14:11:21.736Z Compiling tower-service v0.3.3
13872026-03-19T14:11:21.813Z Compiling dyn-clone v1.0.20
13882026-03-19T14:11:21.856Z Compiling tinyvec_macros v0.1.1
13892026-03-19T14:11:21.891Z Compiling try-lock v0.2.5
13902026-03-19T14:11:21.915Z Compiling rustls v0.23.37
13912026-03-19T14:11:21.959Z Compiling tower-layer v0.3.3
13922026-03-19T14:11:21.986Z Compiling atomic-waker v1.1.2
13932026-03-19T14:11:21.989Z Compiling tinyvec v1.10.0
13942026-03-19T14:11:22.053Z Compiling want v0.3.1
13952026-03-19T14:11:22.077Z Compiling spin v0.9.8
13962026-03-19T14:11:22.101Z Compiling aho-corasick v1.1.4
13972026-03-19T14:11:22.182Z Compiling pin-utils v0.1.0
13982026-03-19T14:11:22.207Z Compiling openssl v0.10.75
13992026-03-19T14:11:22.207Z Compiling foreign-types-shared v0.1.1
14002026-03-19T14:11:22.281Z Compiling httpdate v1.0.3
14012026-03-19T14:11:22.317Z Compiling powerfmt v0.2.0
14022026-03-19T14:11:22.320Z Compiling time-core v0.1.8
14032026-03-19T14:11:22.359Z Compiling num-conv v0.2.0
14042026-03-19T14:11:22.401Z Compiling crc32fast v1.5.0
14052026-03-19T14:11:22.423Z Compiling foreign-types v0.3.2
14062026-03-19T14:11:22.449Z Compiling wait-timeout v0.2.1
14072026-03-19T14:11:22.540Z Compiling deranged v0.5.8
14082026-03-19T14:11:22.566Z Compiling time-macros v0.2.27
14092026-03-19T14:11:22.566Z Compiling native-tls v0.2.18
14102026-03-19T14:11:22.570Z Compiling bit-vec v0.8.0
14112026-03-19T14:11:22.636Z Compiling quick-error v1.2.3
14122026-03-19T14:11:22.639Z Compiling siphasher v1.0.2
14132026-03-19T14:11:22.679Z Compiling simd-adler32 v0.3.8
14142026-03-19T14:11:22.702Z Compiling either v1.15.0
14152026-03-19T14:11:22.817Z Compiling num_threads v0.1.7
14162026-03-19T14:11:22.842Z Compiling usdt-impl v0.6.0
14172026-03-19T14:11:22.871Z Compiling unicode-normalization v0.1.25
14182026-03-19T14:11:22.920Z Compiling aws-lc-sys v0.37.1
14192026-03-19T14:11:22.952Z Compiling ring v0.17.14
14202026-03-19T14:11:22.976Z Compiling openssl-sys v0.9.111
14212026-03-19T14:11:22.980Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14222026-03-19T14:11:23.019Z Compiling bzip2-sys v0.1.13+1.0.8
14232026-03-19T14:11:23.062Z Compiling bit-set v0.8.0
14242026-03-19T14:11:23.150Z Compiling tempfile v3.25.0
14252026-03-19T14:11:23.204Z Compiling synstructure v0.13.2
14262026-03-19T14:11:23.318Z Compiling pest_generator v2.8.6
14272026-03-19T14:11:23.431Z Compiling serde_derive_internals v0.29.1
14282026-03-19T14:11:23.507Z Compiling darling_core v0.20.11
14292026-03-19T14:11:23.581Z Compiling regex-automata v0.4.14
14302026-03-19T14:11:23.721Z Compiling rusty-fork v0.3.1
14312026-03-19T14:11:24.055Z Compiling darling_core v0.21.3
14322026-03-19T14:11:24.097Z Compiling crossbeam-epoch v0.9.18
14332026-03-19T14:11:24.161Z Compiling time v0.3.47
14342026-03-19T14:11:24.196Z Compiling slog v2.8.2
14352026-03-19T14:11:24.340Z Compiling rand_xorshift v0.4.0
14362026-03-19T14:11:24.467Z Compiling heapless v0.7.17
14372026-03-19T14:11:24.492Z Compiling thread-id v5.1.0
14382026-03-19T14:11:24.581Z Compiling sync_wrapper v1.0.2
14392026-03-19T14:11:24.604Z Compiling cookie v0.18.1
14402026-03-19T14:11:24.624Z Compiling adler2 v2.0.1
14412026-03-19T14:11:24.649Z Compiling signal-hook v0.3.18
14422026-03-19T14:11:24.653Z Compiling paste v1.0.15
14432026-03-19T14:11:24.746Z Compiling rayon-core v1.13.0
14442026-03-19T14:11:24.795Z Compiling unicode-properties v0.1.4
14452026-03-19T14:11:24.819Z Compiling unicode-segmentation v1.12.0
14462026-03-19T14:11:24.841Z Compiling unicode-bidi v0.3.18
14472026-03-19T14:11:24.871Z Compiling zstd-safe v7.2.4
14482026-03-19T14:11:24.909Z Compiling anyhow v1.0.102
14492026-03-19T14:11:25.011Z Compiling unarray v0.1.4
14502026-03-19T14:11:25.207Z Compiling miniz_oxide v0.8.9
14512026-03-19T14:11:25.253Z Compiling crossbeam-deque v0.8.6
14522026-03-19T14:11:25.275Z Compiling num-integer v0.1.46
14532026-03-19T14:11:25.388Z Compiling stringprep v0.1.5
14542026-03-19T14:11:25.539Z Compiling vergen-lib v0.1.6
14552026-03-19T14:11:25.648Z Compiling curve25519-dalek v4.1.3
14562026-03-19T14:11:25.670Z Compiling ff v0.13.1
14572026-03-19T14:11:25.826Z Compiling hash32 v0.2.1
14582026-03-19T14:11:25.829Z Compiling memoffset v0.9.1
14592026-03-19T14:11:25.900Z Compiling serde_derive v1.0.228
14602026-03-19T14:11:25.937Z Compiling zeroize_derive v1.4.3
14612026-03-19T14:11:26.094Z Compiling zerofrom-derive v0.1.6
14622026-03-19T14:11:26.130Z Compiling yoke-derive v0.8.1
14632026-03-19T14:11:26.158Z Compiling zerocopy-derive v0.8.40
14642026-03-19T14:11:26.162Z Compiling zerovec-derive v0.11.2
14652026-03-19T14:11:26.205Z Compiling displaydoc v0.2.5
14662026-03-19T14:11:26.205Z Compiling tokio-macros v2.6.0
14672026-03-19T14:11:26.488Z Compiling futures-macro v0.3.32
14682026-03-19T14:11:26.839Z Compiling zeroize v1.8.2
14692026-03-19T14:11:26.986Z Compiling der_derive v0.7.3
14702026-03-19T14:11:27.231Z Compiling thiserror-impl v2.0.18
14712026-03-19T14:11:27.252Z Compiling rustls-pki-types v1.14.0
14722026-03-19T14:11:27.619Z Compiling futures-util v0.3.32
14732026-03-19T14:11:27.724Z Compiling tracing-attributes v0.1.31
14742026-03-19T14:11:27.775Z Compiling pest_derive v2.8.6
14752026-03-19T14:11:27.799Z Compiling schemars_derive v0.8.22
14762026-03-19T14:11:27.925Z Compiling crypto-common v0.1.7
14772026-03-19T14:11:27.989Z Compiling block-buffer v0.10.4
14782026-03-19T14:11:28.013Z Compiling block-padding v0.3.3
14792026-03-19T14:11:28.107Z Compiling zerofrom v0.1.6
14802026-03-19T14:11:28.149Z Compiling scroll_derive v0.13.1
14812026-03-19T14:11:28.247Z Compiling digest v0.10.7
14822026-03-19T14:11:28.268Z Compiling yoke v0.8.1
14832026-03-19T14:11:28.312Z Compiling inout v0.1.4
14842026-03-19T14:11:28.382Z Compiling darling_macro v0.20.11
14852026-03-19T14:11:28.404Z Compiling der v0.7.10
14862026-03-19T14:11:28.546Z Compiling zerovec v0.11.5
14872026-03-19T14:11:28.568Z Compiling zerotrie v0.2.3
14882026-03-19T14:11:28.607Z Compiling hmac v0.12.1
14892026-03-19T14:11:28.840Z Compiling sha2 v0.10.9
14902026-03-19T14:11:28.991Z Compiling cipher v0.4.4
14912026-03-19T14:11:29.044Z Compiling pbkdf2 v0.12.2
14922026-03-19T14:11:29.164Z Compiling thiserror v2.0.18
14932026-03-19T14:11:29.219Z Compiling tinystr v0.8.2
14942026-03-19T14:11:29.282Z Compiling potential_utf v0.1.4
14952026-03-19T14:11:29.303Z Compiling scroll v0.13.0
14962026-03-19T14:11:29.327Z Compiling salsa20 v0.10.2
14972026-03-19T14:11:29.378Z Compiling cbc v0.1.2
14982026-03-19T14:11:29.526Z Compiling icu_locale_core v2.1.1
14992026-03-19T14:11:29.551Z Compiling icu_collections v2.1.1
15002026-03-19T14:11:29.554Z Compiling scrypt v0.11.0
15012026-03-19T14:11:29.597Z Compiling spki v0.7.3
15022026-03-19T14:11:29.618Z Compiling aes v0.8.4
15032026-03-19T14:11:29.622Z Compiling goblin v0.10.5
15042026-03-19T14:11:29.665Z Compiling tracing v0.1.44
15052026-03-19T14:11:29.692Z Compiling darling v0.20.11
15062026-03-19T14:11:29.826Z Compiling openssl-macros v0.1.1
15072026-03-19T14:11:29.902Z Compiling thiserror-impl v1.0.69
15082026-03-19T14:11:29.946Z Compiling derive_builder_core v0.20.2
15092026-03-19T14:11:30.059Z Compiling dtrace-parser v0.3.0
15102026-03-19T14:11:30.151Z Compiling signature v2.2.0
15112026-03-19T14:11:30.234Z Compiling pkcs5 v0.7.1
15122026-03-19T14:11:30.285Z Compiling rustls-native-certs v0.8.3
15132026-03-19T14:11:30.407Z Compiling icu_provider v2.1.1
15142026-03-19T14:11:30.702Z Compiling pkcs8 v0.10.2
15152026-03-19T14:11:30.727Z Compiling bytes v1.11.1
15162026-03-19T14:11:30.793Z Compiling icu_normalizer v2.1.1
15172026-03-19T14:11:30.824Z Compiling icu_properties v2.1.2
15182026-03-19T14:11:30.846Z Compiling chrono v0.4.44
15192026-03-19T14:11:30.850Z Compiling ipnet v2.11.0
15202026-03-19T14:11:30.946Z Compiling scroll_derive v0.12.1
15212026-03-19T14:11:31.082Z Compiling toml_datetime v0.6.11
15222026-03-19T14:11:31.176Z Compiling erased-serde v0.3.31
15232026-03-19T14:11:31.207Z Compiling derive_builder_macro v0.20.2
15242026-03-19T14:11:31.229Z Compiling serde_spanned v0.6.9
15252026-03-19T14:11:31.451Z Compiling tokio v1.49.0
15262026-03-19T14:11:31.472Z Compiling http v1.4.0
15272026-03-19T14:11:31.592Z Compiling serde_tokenstream v0.2.3
15282026-03-19T14:11:31.654Z Compiling md-5 v0.10.6
15292026-03-19T14:11:31.679Z Compiling thiserror v1.0.69
15302026-03-19T14:11:31.682Z Compiling darling_macro v0.21.3
15312026-03-19T14:11:31.846Z Compiling webpki-roots v1.0.6
15322026-03-19T14:11:31.870Z Compiling zerocopy-derive v0.7.35
15332026-03-19T14:11:31.890Z Compiling scroll v0.12.0
15342026-03-19T14:11:31.914Z Compiling litrs v1.0.0
15352026-03-19T14:11:31.941Z Compiling smoltcp v0.9.1
15362026-03-19T14:11:32.029Z Compiling rustix v0.38.44
15372026-03-19T14:11:32.051Z Compiling cfg_aliases v0.2.1
15382026-03-19T14:11:32.108Z Compiling idna_adapter v1.2.1
15392026-03-19T14:11:32.282Z Compiling idna v1.1.0
15402026-03-19T14:11:32.322Z Compiling iri-string v0.7.10
15412026-03-19T14:11:32.359Z Compiling base16ct v0.2.0
15422026-03-19T14:11:32.396Z Compiling http-body v1.0.1
15432026-03-19T14:11:32.418Z Compiling fallible-iterator v0.2.0
15442026-03-19T14:11:32.491Z Compiling ppv-lite86 v0.2.21
15452026-03-19T14:11:32.526Z Compiling ref-cast v1.0.25
15462026-03-19T14:11:32.630Z Compiling http-body-util v0.1.3
15472026-03-19T14:11:32.630Z Compiling ryu v1.0.23
15482026-03-19T14:11:32.678Z Compiling zlib-rs v0.6.2
15492026-03-19T14:11:32.744Z Compiling url v2.5.8
15502026-03-19T14:11:32.796Z Compiling num-bigint-dig v0.8.6
15512026-03-19T14:11:32.849Z Compiling psl-types v2.0.11
15522026-03-19T14:11:32.882Z Compiling serde_urlencoded v0.7.1
15532026-03-19T14:11:32.905Z Compiling document-features v0.2.12
15542026-03-19T14:11:32.962Z Compiling rand_chacha v0.9.0
15552026-03-19T14:11:32.991Z Compiling rand_chacha v0.3.1
15562026-03-19T14:11:33.017Z Compiling publicsuffix v2.3.0
15572026-03-19T14:11:33.114Z Compiling zerocopy v0.7.35
15582026-03-19T14:11:33.136Z Compiling sec1 v0.7.3
15592026-03-19T14:11:33.236Z Compiling rand v0.9.2
15602026-03-19T14:11:33.285Z Compiling rand v0.8.5
15612026-03-19T14:11:33.308Z Compiling darling v0.21.3
15622026-03-19T14:11:33.528Z Compiling dof v0.4.0
15632026-03-19T14:11:33.720Z Compiling goblin v0.8.2
15642026-03-19T14:11:33.862Z Compiling nix v0.31.1
15652026-03-19T14:11:33.889Z Compiling derive_builder v0.20.2
15662026-03-19T14:11:34.065Z Compiling proptest v1.10.0
15672026-03-19T14:11:34.088Z Compiling postgres-protocol v0.6.10
15682026-03-19T14:11:34.112Z Compiling cargo-platform v0.1.9
15692026-03-19T14:11:34.316Z Compiling hkdf v0.12.4
15702026-03-19T14:11:34.410Z Compiling hubpack_derive v0.1.1
15712026-03-19T14:11:34.433Z Compiling crypto-bigint v0.5.5
15722026-03-19T14:11:34.483Z Compiling regex v1.12.3
15732026-03-19T14:11:34.528Z Compiling ipnetwork v0.21.1
15742026-03-19T14:11:34.860Z Compiling oxnet v0.1.4
15752026-03-19T14:11:35.016Z Compiling daft-derive v0.1.5
15762026-03-19T14:11:35.087Z Compiling async-trait v0.1.89
15772026-03-19T14:11:35.111Z Compiling strum_macros v0.27.2
15782026-03-19T14:11:35.206Z Compiling ref-cast-impl v1.0.25
15792026-03-19T14:11:35.288Z Compiling curve25519-dalek-derive v0.1.1
15802026-03-19T14:11:35.376Z Compiling group v0.13.0
15812026-03-19T14:11:35.475Z Compiling num-iter v0.1.45
15822026-03-19T14:11:35.639Z Compiling proc-macro-error v1.0.4
15832026-03-19T14:11:35.664Z Compiling heck v0.4.1
15842026-03-19T14:11:36.016Z Compiling terminal_size v0.4.3
15852026-03-19T14:11:36.042Z Compiling phf_shared v0.13.1
15862026-03-19T14:11:36.068Z Compiling lazy_static v1.5.0
15872026-03-19T14:11:36.113Z Compiling vergen v9.0.6
15882026-03-19T14:11:36.191Z Compiling fs-err v3.3.0
15892026-03-19T14:11:36.214Z Compiling ahash v0.8.12
15902026-03-19T14:11:36.240Z Compiling bitflags v1.3.2
15912026-03-19T14:11:36.243Z Compiling winnow v0.5.40
15922026-03-19T14:11:36.368Z Compiling managed v0.8.0
15932026-03-19T14:11:36.393Z Compiling foldhash v0.1.5
15942026-03-19T14:11:36.418Z Compiling libbz2-rs-sys v0.2.2
15952026-03-19T14:11:36.472Z Compiling bumpalo v3.20.2
15962026-03-19T14:11:36.517Z Compiling object v0.37.3
15972026-03-19T14:11:36.543Z Compiling tokio-util v0.7.18
15982026-03-19T14:11:36.604Z Compiling tower v0.5.3
15992026-03-19T14:11:36.652Z Compiling tokio-native-tls v0.3.1
16002026-03-19T14:11:36.696Z Compiling clap_builder v4.5.60
16012026-03-19T14:11:36.723Z Compiling console v0.16.2
16022026-03-19T14:11:36.840Z Compiling dof v0.3.0
16032026-03-19T14:11:36.907Z Compiling flate2 v1.1.9
16042026-03-19T14:11:37.002Z Compiling bzip2 v0.6.1
16052026-03-19T14:11:37.340Z Compiling tower-http v0.6.8
16062026-03-19T14:11:37.343Z Compiling zopfli v0.8.3
16072026-03-19T14:11:37.415Z Compiling newtype-uuid v1.3.2
16082026-03-19T14:11:37.438Z Compiling hashbrown v0.15.5
16092026-03-19T14:11:37.544Z Compiling h2 v0.4.13
16102026-03-19T14:11:37.801Z Compiling daft v0.1.5
16112026-03-19T14:11:37.922Z Compiling phf v0.13.1
16122026-03-19T14:11:37.990Z Compiling strum v0.27.2
16132026-03-19T14:11:38.050Z Compiling rayon v1.11.0
16142026-03-19T14:11:38.160Z Compiling toml_edit v0.19.15
16152026-03-19T14:11:38.188Z Compiling zone_cfg_derive v0.3.1
16162026-03-19T14:11:38.212Z Compiling signal-hook-mio v0.2.5
16172026-03-19T14:11:38.236Z Compiling cargo_metadata v0.19.2
16182026-03-19T14:11:38.341Z Compiling elliptic-curve v0.13.8
16192026-03-19T14:11:38.484Z Compiling usdt-macro v0.6.0
16202026-03-19T14:11:38.621Z Compiling usdt-attr-macro v0.6.0
16212026-03-19T14:11:38.689Z Compiling cookie_store v0.22.1
16222026-03-19T14:11:38.916Z Compiling hubpack v0.1.2
16232026-03-19T14:11:39.072Z Compiling bzip2 v0.4.4
16242026-03-19T14:11:39.093Z Compiling postgres-types v0.2.12
16252026-03-19T14:11:39.283Z Compiling zstd v0.13.3
16262026-03-19T14:11:39.387Z Compiling serde_with_macros v3.17.0
16272026-03-19T14:11:39.523Z Compiling dtrace-parser v0.2.0
16282026-03-19T14:11:39.614Z Compiling ed25519 v2.2.3
16292026-03-19T14:11:39.670Z Compiling pkcs1 v0.7.5
16302026-03-19T14:11:39.726Z Compiling serde-big-array v0.5.1
16312026-03-19T14:11:39.907Z Compiling hex v0.4.3
16322026-03-19T14:11:39.943Z Compiling rfc6979 v0.4.0
16332026-03-19T14:11:40.132Z Compiling bstr v1.12.1
16342026-03-19T14:11:40.150Z Compiling clap_derive v4.5.55
16352026-03-19T14:11:40.249Z Compiling strum_macros v0.26.4
16362026-03-19T14:11:40.299Z Compiling enum-as-inner v0.6.1
16372026-03-19T14:11:40.514Z Compiling serde_repr v0.1.20
16382026-03-19T14:11:40.632Z Compiling itertools v0.12.1
16392026-03-19T14:11:40.795Z Compiling phf_shared v0.11.3
16402026-03-19T14:11:40.968Z Compiling float-cmp v0.10.0
16412026-03-19T14:11:41.031Z Compiling memmap2 v0.9.10
16422026-03-19T14:11:41.066Z Compiling thread-id v4.2.2
16432026-03-19T14:11:41.129Z Compiling env_filter v1.0.0
16442026-03-19T14:11:41.133Z Compiling encoding_rs v0.8.35
16452026-03-19T14:11:41.179Z Compiling new_debug_unreachable v1.0.6
16462026-03-19T14:11:41.204Z Compiling static_assertions v1.1.0
16472026-03-19T14:11:41.229Z Compiling data-encoding v2.10.0
16482026-03-19T14:11:41.300Z Compiling mime v0.3.17
16492026-03-19T14:11:41.304Z Compiling predicates-core v1.0.10
16502026-03-19T14:11:41.351Z Compiling whoami v2.1.0
16512026-03-19T14:11:41.377Z Compiling jiff v0.2.21
16522026-03-19T14:11:41.577Z Compiling normalize-line-endings v0.3.0
16532026-03-19T14:11:41.599Z Compiling unit-prefix v0.5.2
16542026-03-19T14:11:41.689Z Compiling hyper v1.8.1
16552026-03-19T14:11:41.731Z Compiling keccak v0.1.6
16562026-03-19T14:11:41.834Z Compiling precomputed-hash v0.1.1
16572026-03-19T14:11:41.915Z Compiling rustc-hash v2.1.1
16582026-03-19T14:11:41.940Z Compiling fixedbitset v0.4.2
16592026-03-19T14:11:41.974Z Compiling difflib v0.4.0
16602026-03-19T14:11:41.994Z Compiling fixedbitset v0.5.7
16612026-03-19T14:11:42.112Z Compiling iddqd v0.3.17
16622026-03-19T14:11:42.257Z Compiling zone v0.3.1
16632026-03-19T14:11:42.284Z Compiling petgraph v0.8.3
16642026-03-19T14:11:42.403Z Compiling predicates v3.1.4
16652026-03-19T14:11:42.450Z Compiling petgraph v0.6.5
16662026-03-19T14:11:42.736Z Compiling clap v4.5.60
16672026-03-19T14:11:42.760Z Compiling strum v0.26.3
16682026-03-19T14:11:42.807Z Compiling string_cache v0.8.9
16692026-03-19T14:11:42.864Z Compiling sha3 v0.10.8
16702026-03-19T14:11:42.910Z Compiling toml_edit v0.22.27
16712026-03-19T14:11:42.963Z Compiling indicatif v0.18.4
16722026-03-19T14:11:43.064Z Compiling tokio-postgres v0.7.16
16732026-03-19T14:11:43.134Z Compiling hickory-proto v0.25.2
16742026-03-19T14:11:43.236Z Compiling hyper-util v0.1.20
16752026-03-19T14:11:43.295Z Compiling env_logger v0.11.9
16762026-03-19T14:11:43.356Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16772026-03-19T14:11:43.498Z Compiling usdt v0.6.0
16782026-03-19T14:11:43.730Z Compiling usdt-impl v0.5.0
16792026-03-19T14:11:43.816Z Compiling serde_with v3.17.0
16802026-03-19T14:11:43.875Z Compiling crossterm v0.28.1
16812026-03-19T14:11:43.937Z Compiling similar v2.7.0
16822026-03-19T14:11:44.167Z Compiling ecdsa v0.16.9
16832026-03-19T14:11:44.514Z Compiling toml v0.7.8
16842026-03-19T14:11:44.566Z Compiling rsa v0.9.10
16852026-03-19T14:11:44.723Z Compiling ed25519-dalek v2.2.0
16862026-03-19T14:11:45.028Z Compiling zip v4.6.1
16872026-03-19T14:11:45.145Z Compiling hyper-tls v0.6.0
16882026-03-19T14:11:45.398Z Compiling zip v0.6.6
16892026-03-19T14:11:45.699Z Compiling tokio-stream v0.1.18
16902026-03-19T14:11:46.012Z Compiling toml_parser v1.0.9+spec-1.1.0
16912026-03-19T14:11:46.097Z Compiling buf-list v1.1.2
16922026-03-19T14:11:46.233Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16932026-03-19T14:11:46.236Z Compiling openapiv3 v2.2.0
16942026-03-19T14:11:46.313Z Compiling x509-cert v0.2.5
16952026-03-19T14:11:46.379Z Compiling sha1 v0.10.6
16962026-03-19T14:11:46.416Z Compiling itertools v0.13.0
16972026-03-19T14:11:46.507Z Compiling toml_datetime v0.7.5+spec-1.1.0
16982026-03-19T14:11:46.683Z Compiling peg-runtime v0.8.5
16992026-03-19T14:11:46.709Z Compiling lalrpop-util v0.19.12
17002026-03-19T14:11:46.864Z Compiling thread_local v1.1.9
17012026-03-19T14:11:46.925Z Compiling slog-async v2.8.0
17022026-03-19T14:11:46.946Z Compiling futures-executor v0.3.32
17032026-03-19T14:11:47.003Z Compiling crossbeam-channel v0.5.15
17042026-03-19T14:11:47.104Z Compiling is-terminal v0.4.17
17052026-03-19T14:11:47.214Z Compiling filetime v0.2.27
17062026-03-19T14:11:47.238Z Compiling xattr v1.6.1
17072026-03-19T14:11:47.264Z Compiling take_mut v0.2.2
17082026-03-19T14:11:47.342Z Compiling term v1.2.1
17092026-03-19T14:11:47.363Z Compiling futures v0.3.32
17102026-03-19T14:11:47.445Z Compiling tar v0.4.44
17112026-03-19T14:11:47.951Z Compiling slog-term v2.9.2
17122026-03-19T14:12:08.143Z Compiling rustls-webpki v0.103.9
17132026-03-19T14:12:12.196Z Compiling tokio-rustls v0.26.4
17142026-03-19T14:12:12.196Z Compiling rustls-platform-verifier v0.6.2
17152026-03-19T14:12:12.465Z Compiling hyper-rustls v0.27.7
17162026-03-19T14:12:12.725Z Compiling reqwest v0.13.2
17172026-03-19T14:12:12.725Z Compiling reqwest v0.12.28
17182026-03-19T14:12:15.515Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17192026-03-19T14:12:15.810Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17202026-03-19T14:12:19.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17212026-03-19T14:12:19.755Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17222026-03-19T14:12:19.816ZMar 19 14:12:18.867 INFO Starting download, target: Cockroach
17232026-03-19T14:12:19.816ZMar 19 14:12:18.868 INFO Starting download, target: Console
17242026-03-19T14:12:19.816ZMar 19 14:12:18.868 INFO Starting download, target: TransceiverControl
17252026-03-19T14:12:19.816ZMar 19 14:12:18.868 INFO Starting download, target: MaghemiteMgd
17262026-03-19T14:12:19.816ZMar 19 14:12:18.868 INFO Starting download, target: Clickhouse
17272026-03-19T14:12:19.820ZMar 19 14:12:18.868 INFO Starting download, target: DendriteStub
17282026-03-19T14:12:19.820ZMar 19 14:12:18.868 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17292026-03-19T14:12:19.820ZMar 19 14:12:18.868 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17302026-03-19T14:12:19.820ZMar 19 14:12:18.868 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17312026-03-19T14:12:19.820ZMar 19 14:12:18.868 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17322026-03-19T14:12:19.820ZMar 19 14:12:18.868 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17332026-03-19T14:12:19.820ZMar 19 14:12:18.868 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17342026-03-19T14:12:20.463ZMar 19 14:12:19.507 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17352026-03-19T14:12:20.792ZMar 19 14:12:19.844 INFO Download complete, target: TransceiverControl
17362026-03-19T14:12:20.889ZMar 19 14:12:19.937 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17372026-03-19T14:12:21.263ZMar 19 14:12:20.309 INFO Download complete, target: Console
17382026-03-19T14:12:21.657ZMar 19 14:12:20.706 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17392026-03-19T14:12:21.988ZMar 19 14:12:21.038 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17402026-03-19T14:12:22.418ZMar 19 14:12:21.471 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17412026-03-19T14:12:22.499ZMar 19 14:12:21.552 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422026-03-19T14:12:22.499ZMar 19 14:12:21.552 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432026-03-19T14:12:25.231ZMar 19 14:12:24.284 INFO Download complete, target: DendriteStub
17442026-03-19T14:12:25.530ZMar 19 14:12:24.580 INFO Download complete, target: MaghemiteMgd
17452026-03-19T14:12:30.332ZMar 19 14:12:29.388 INFO Checking that binary works, target: Cockroach
17462026-03-19T14:12:30.492ZMar 19 14:12:29.546 INFO Download complete, target: Cockroach
17472026-03-19T14:12:33.620ZMar 19 14:12:32.677 INFO Checking that binary works, target: Clickhouse
17482026-03-19T14:12:33.789ZMar 19 14:12:32.847 INFO Download complete, target: Clickhouse
17492026-03-19T14:12:33.795ZAll prerequisites installed successfully
17502026-03-19T14:12:33.799Z
17512026-03-19T14:12:33.799Zreal 3:50.469797098
17522026-03-19T14:12:33.799Zuser 10:22.414516059
17532026-03-19T14:12:33.799Zsys 2:12.206212158
17542026-03-19T14:12:33.799Ztrap 0.349014700
17552026-03-19T14:12:33.799Ztflt 1.067149893
17562026-03-19T14:12:33.799Zdflt 1.914405745
17572026-03-19T14:12:33.799Zkflt 0.126502739
17582026-03-19T14:12:33.799Zlock 32:55.300776944
17592026-03-19T14:12:33.799Zslp 25:51.416956088
17602026-03-19T14:12:33.799Zlat 32.678078132
17612026-03-19T14:12:33.799Zstop 4:32.572349649
17622026-03-19T14:12:33.799Z+ ptime -m cargo xtask download softnpu
17632026-03-19T14:12:34.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17642026-03-19T14:12:34.517Z Running `target/debug/xtask download softnpu`
17652026-03-19T14:12:35.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
17662026-03-19T14:12:35.621Z Running `target/debug/xtask-downloader softnpu`
17672026-03-19T14:12:35.664ZMar 19 14:12:34.715 INFO Starting download, target: Softnpu
17682026-03-19T14:12:35.687ZMar 19 14:12:34.716 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17692026-03-19T14:12:36.580ZMar 19 14:12:35.636 INFO Download complete, target: Softnpu
17702026-03-19T14:12:36.585Z
17712026-03-19T14:12:36.585Zreal 2.780351610
17722026-03-19T14:12:36.585Zuser 1.757440922
17732026-03-19T14:12:36.585Zsys 0.798075228
17742026-03-19T14:12:36.585Ztrap 0.000557711
17752026-03-19T14:12:36.585Ztflt 0.000151242
17762026-03-19T14:12:36.586Zdflt 0.000148602
17772026-03-19T14:12:36.586Zkflt 0.000000000
17782026-03-19T14:12:36.586Zlock 16.792167625
17792026-03-19T14:12:36.586Zslp 0.726439012
17802026-03-19T14:12:36.586Zlat 0.054566994
17812026-03-19T14:12:36.586Zstop 0.000174871
17822026-03-19T14:12:36.586Z+ export CARGO_INCREMENTAL=0
17832026-03-19T14:12:36.586Z+ CARGO_INCREMENTAL=0
17842026-03-19T14:12:36.586Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17852026-03-19T14:12:37.787Z Compiling proc-macro2 v1.0.106
17862026-03-19T14:12:37.787Z Compiling quote v1.0.44
17872026-03-19T14:12:37.792Z Compiling unicode-ident v1.0.24
17882026-03-19T14:12:37.792Z Compiling libc v0.2.180
17892026-03-19T14:12:37.792Z Compiling serde_core v1.0.228
17902026-03-19T14:12:37.792Z Compiling serde v1.0.228
17912026-03-19T14:12:37.792Z Compiling cfg-if v1.0.4
17922026-03-19T14:12:37.792Z Compiling version_check v0.9.5
17932026-03-19T14:12:37.792Z Compiling shlex v1.3.0
17942026-03-19T14:12:37.956Z Compiling find-msvc-tools v0.1.9
17952026-03-19T14:12:37.960Z Compiling typenum v1.19.0
17962026-03-19T14:12:37.960Z Compiling portable-atomic v1.13.1
17972026-03-19T14:12:37.960Z Compiling memchr v2.8.0
17982026-03-19T14:12:37.960Z Compiling autocfg v1.5.0
17992026-03-19T14:12:37.960Z Compiling zmij v1.0.21
18002026-03-19T14:12:38.133Z Compiling serde_json v1.0.149
18012026-03-19T14:12:38.297Z Compiling zerocopy v0.8.40
18022026-03-19T14:12:38.345Z Compiling parking_lot_core v0.9.12
18032026-03-19T14:12:38.542Z Compiling libm v0.2.16
18042026-03-19T14:12:38.545Z Compiling num-traits v0.2.19
18052026-03-19T14:12:38.545Z Compiling smallvec v1.15.1
18062026-03-19T14:12:38.569Z Compiling icu_normalizer_data v2.1.1
18072026-03-19T14:12:38.612Z Compiling icu_properties_data v2.1.2
18082026-03-19T14:12:38.731Z Compiling itoa v1.0.17
18092026-03-19T14:12:38.734Z Compiling generic-array v0.14.7
18102026-03-19T14:12:38.807Z Compiling log v0.4.29
18112026-03-19T14:12:38.907Z Compiling getrandom v0.4.1
18122026-03-19T14:12:38.907Z Compiling pkg-config v0.3.32
18132026-03-19T14:12:38.953Z Compiling stable_deref_trait v1.2.1
18142026-03-19T14:12:39.050Z Compiling subtle v2.6.1
18152026-03-19T14:12:39.050Z Compiling scopeguard v1.2.0
18162026-03-19T14:12:39.198Z Compiling lock_api v0.4.14
18172026-03-19T14:12:39.219Z Compiling thiserror v2.0.18
18182026-03-19T14:12:39.224Z Compiling fnv v1.0.7
18192026-03-19T14:12:39.425Z Compiling jobserver v0.1.34
18202026-03-19T14:12:39.449Z Compiling getrandom v0.2.17
18212026-03-19T14:12:39.500Z Compiling errno v0.3.14
18222026-03-19T14:12:39.548Z Compiling getrandom v0.3.4
18232026-03-19T14:12:39.551Z Compiling pin-project-lite v0.2.17
18242026-03-19T14:12:39.621Z Compiling syn v2.0.117
18252026-03-19T14:12:39.699Z Compiling cc v1.2.56
18262026-03-19T14:12:39.727Z Compiling rand_core v0.6.4
18272026-03-19T14:12:39.775Z Compiling critical-section v1.2.0
18282026-03-19T14:12:39.962Z Compiling rustversion v1.0.22
18292026-03-19T14:12:40.009Z Compiling allocator-api2 v0.2.21
18302026-03-19T14:12:40.033Z Compiling equivalent v1.0.2
18312026-03-19T14:12:40.057Z Compiling fs_extra v1.3.0
18322026-03-19T14:12:40.127Z Compiling dunce v1.0.5
18332026-03-19T14:12:40.196Z Compiling foldhash v0.2.0
18342026-03-19T14:12:40.285Z Compiling litemap v0.8.1
18352026-03-19T14:12:40.315Z Compiling percent-encoding v2.3.2
18362026-03-19T14:12:40.344Z Compiling writeable v0.6.2
18372026-03-19T14:12:40.413Z Compiling once_cell v1.21.3
18382026-03-19T14:12:40.520Z Compiling hashbrown v0.16.1
18392026-03-19T14:12:40.621Z Compiling const-oid v0.9.6
18402026-03-19T14:12:40.667Z Compiling cmake v0.1.57
18412026-03-19T14:12:40.719Z Compiling signal-hook-registry v1.4.8
18422026-03-19T14:12:40.810Z Compiling rustix v1.1.3
18432026-03-19T14:12:40.813Z Compiling mio v1.1.1
18442026-03-19T14:12:40.813Z Compiling socket2 v0.6.2
18452026-03-19T14:12:40.879Z Compiling schemars v0.8.22
18462026-03-19T14:12:41.079Z Compiling semver v1.0.27
18472026-03-19T14:12:41.148Z Compiling parking_lot v0.12.5
18482026-03-19T14:12:41.176Z Compiling utf8_iter v1.0.4
18492026-03-19T14:12:41.271Z Compiling bitflags v2.11.0
18502026-03-19T14:12:41.331Z Compiling indexmap v2.13.0
18512026-03-19T14:12:41.366Z Compiling aws-lc-rs v1.16.0
18522026-03-19T14:12:41.409Z Compiling rand_core v0.10.0
18532026-03-19T14:12:41.475Z Compiling ring v0.17.14
18542026-03-19T14:12:41.503Z Compiling aws-lc-sys v0.37.1
18552026-03-19T14:12:41.635Z Compiling form_urlencoded v1.2.2
18562026-03-19T14:12:41.764Z Compiling strsim v0.11.1
18572026-03-19T14:12:41.784Z Compiling futures-core v0.3.32
18582026-03-19T14:12:41.989Z Compiling ucd-trie v0.1.7
18592026-03-19T14:12:42.014Z Compiling httparse v1.10.1
18602026-03-19T14:12:42.111Z Compiling thiserror v1.0.69
18612026-03-19T14:12:42.189Z Compiling byteorder v1.5.0
18622026-03-19T14:12:42.295Z Compiling pest v2.8.6
18632026-03-19T14:12:42.371Z Compiling heck v0.5.0
18642026-03-19T14:12:42.424Z Compiling vcpkg v0.2.15
18652026-03-19T14:12:42.427Z Compiling ident_case v1.0.1
18662026-03-19T14:12:42.505Z Compiling syn v1.0.109
18672026-03-19T14:12:42.572Z Compiling crossbeam-utils v0.8.21
18682026-03-19T14:12:42.635Z Compiling regex-syntax v0.8.10
18692026-03-19T14:12:42.858Z Compiling futures-sink v0.3.32
18702026-03-19T14:12:42.955Z Compiling rustls v0.23.37
18712026-03-19T14:12:43.005Z Compiling futures-channel v0.3.32
18722026-03-19T14:12:43.051Z Compiling rustc_version v0.4.1
18732026-03-19T14:12:43.055Z Compiling slab v0.4.12
18742026-03-19T14:12:43.076Z Compiling cpufeatures v0.2.17
18752026-03-19T14:12:43.167Z Compiling futures-io v0.3.32
18762026-03-19T14:12:43.170Z Compiling futures-task v0.3.32
18772026-03-19T14:12:43.289Z Compiling openssl-sys v0.9.111
18782026-03-19T14:12:43.354Z Compiling plain v0.2.3
18792026-03-19T14:12:43.379Z Compiling iana-time-zone v0.1.65
18802026-03-19T14:12:43.411Z Compiling uuid v1.21.0
18812026-03-19T14:12:43.414Z Compiling aho-corasick v1.1.4
18822026-03-19T14:12:43.513Z Compiling time-core v0.1.8
18832026-03-19T14:12:43.540Z Compiling synstructure v0.13.2
18842026-03-19T14:12:43.587Z Compiling serde_derive_internals v0.29.1
18852026-03-19T14:12:43.657Z Compiling num-conv v0.2.0
18862026-03-19T14:12:43.813Z Compiling pest_meta v2.8.6
18872026-03-19T14:12:43.952Z Compiling time-macros v0.2.27
18882026-03-19T14:12:44.119Z Compiling openssl v0.10.75
18892026-03-19T14:12:44.308Z Compiling pretty-hex v0.4.1
18902026-03-19T14:12:44.511Z Compiling base64ct v1.8.3
18912026-03-19T14:12:44.630Z Compiling pest_generator v2.8.6
18922026-03-19T14:12:44.653Z Compiling anyhow v1.0.102
18932026-03-19T14:12:44.696Z Compiling regex-automata v0.4.14
18942026-03-19T14:12:44.724Z Compiling either v1.15.0
18952026-03-19T14:12:44.756Z Compiling crc32fast v1.5.0
18962026-03-19T14:12:44.780Z Compiling darling_core v0.21.3
18972026-03-19T14:12:44.821Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18982026-03-19T14:12:44.905Z Compiling pem-rfc7468 v0.7.0
18992026-03-19T14:12:45.023Z Compiling native-tls v0.2.18
19002026-03-19T14:12:45.046Z Compiling flagset v0.4.7
19012026-03-19T14:12:45.113Z Compiling rand_core v0.9.5
19022026-03-19T14:12:45.294Z Compiling slog v2.8.2
19032026-03-19T14:12:45.319Z Compiling tracing-core v0.1.36
19042026-03-19T14:12:45.370Z Compiling rayon-core v1.13.0
19052026-03-19T14:12:45.398Z Compiling untrusted v0.9.0
19062026-03-19T14:12:45.425Z Compiling dyn-clone v1.0.20
19072026-03-19T14:12:45.473Z Compiling serde_derive v1.0.228
19082026-03-19T14:12:45.505Z Compiling zeroize_derive v1.4.3
19092026-03-19T14:12:45.565Z Compiling zerofrom-derive v0.1.6
19102026-03-19T14:12:45.589Z Compiling yoke-derive v0.8.1
19112026-03-19T14:12:45.594Z Compiling zerovec-derive v0.11.2
19122026-03-19T14:12:45.639Z Compiling displaydoc v0.2.5
19132026-03-19T14:12:45.642Z Compiling zerocopy-derive v0.8.40
19142026-03-19T14:12:45.686Z Compiling tokio-macros v2.6.0
19152026-03-19T14:12:45.714Z Compiling futures-macro v0.3.32
19162026-03-19T14:12:46.286Z Compiling zeroize v1.8.2
19172026-03-19T14:12:46.585Z Compiling thiserror-impl v2.0.18
19182026-03-19T14:12:46.649Z Compiling tracing-attributes v0.1.31
19192026-03-19T14:12:46.719Z Compiling der_derive v0.7.3
19202026-03-19T14:12:46.885Z Compiling schemars_derive v0.8.22
19212026-03-19T14:12:46.978Z Compiling thiserror-impl v1.0.69
19222026-03-19T14:12:47.102Z Compiling zerofrom v0.1.6
19232026-03-19T14:12:47.295Z Compiling yoke v0.8.1
19242026-03-19T14:12:47.410Z Compiling crypto-common v0.1.7
19252026-03-19T14:12:47.552Z Compiling zerovec v0.11.5
19262026-03-19T14:12:47.576Z Compiling zerotrie v0.2.3
19272026-03-19T14:12:47.946Z Compiling block-buffer v0.10.4
19282026-03-19T14:12:48.159Z Compiling digest v0.10.7
19292026-03-19T14:12:48.212Z Compiling pest_derive v2.8.6
19302026-03-19T14:12:48.215Z Compiling futures-util v0.3.32
19312026-03-19T14:12:48.315Z Compiling tinystr v0.8.2
19322026-03-19T14:12:48.371Z Compiling potential_utf v0.1.4
19332026-03-19T14:12:48.474Z Compiling hmac v0.12.1
19342026-03-19T14:12:48.530Z Compiling block-padding v0.3.3
19352026-03-19T14:12:48.615Z Compiling icu_locale_core v2.1.1
19362026-03-19T14:12:48.641Z Compiling icu_collections v2.1.1
19372026-03-19T14:12:48.665Z Compiling sha2 v0.10.9
19382026-03-19T14:12:48.691Z Compiling inout v0.1.4
19392026-03-19T14:12:48.768Z Compiling rustls-pki-types v1.14.0
19402026-03-19T14:12:48.850Z Compiling scroll_derive v0.13.1
19412026-03-19T14:12:49.573Z Compiling icu_provider v2.1.1
19422026-03-19T14:12:49.614Z Compiling cipher v0.4.4
19432026-03-19T14:12:49.791Z Compiling bytes v1.11.1
19442026-03-19T14:12:49.861Z Compiling chrono v0.4.44
19452026-03-19T14:12:49.865Z Compiling serde_tokenstream v0.2.3
19462026-03-19T14:12:49.927Z Compiling icu_properties v2.1.2
19472026-03-19T14:12:49.931Z Compiling icu_normalizer v2.1.1
19482026-03-19T14:12:50.260Z Compiling scroll_derive v0.12.1
19492026-03-19T14:12:50.325Z Compiling openssl-macros v0.1.1
19502026-03-19T14:12:50.499Z Compiling tokio v1.49.0
19512026-03-19T14:12:51.096Z Compiling http v1.4.0
19522026-03-19T14:12:51.442Z Compiling idna_adapter v1.2.1
19532026-03-19T14:12:51.637Z Compiling idna v1.1.0
19542026-03-19T14:12:51.732Z Compiling der v0.7.10
19552026-03-19T14:12:51.757Z Compiling darling_macro v0.21.3
19562026-03-19T14:12:51.797Z Compiling regex v1.12.3
19572026-03-19T14:12:51.860Z Compiling zerocopy-derive v0.7.35
19582026-03-19T14:12:52.005Z Compiling ppv-lite86 v0.2.21
19592026-03-19T14:12:52.125Z Compiling url v2.5.8
19602026-03-19T14:12:52.392Z Compiling darling v0.21.3
19612026-03-19T14:12:52.564Z Compiling salsa20 v0.10.2
19622026-03-19T14:12:52.567Z Compiling pbkdf2 v0.12.2
19632026-03-19T14:12:52.676Z Compiling tracing v0.1.44
19642026-03-19T14:12:52.982Z Compiling spki v0.7.3
19652026-03-19T14:12:53.320Z Compiling cookie v0.18.1
19662026-03-19T14:12:53.501Z Compiling camino v1.2.2
19672026-03-19T14:12:53.532Z Compiling base64 v0.22.1
19682026-03-19T14:12:53.797Z Compiling scrypt v0.11.0
19692026-03-19T14:12:53.923Z Compiling rand_chacha v0.9.0
19702026-03-19T14:12:53.936Z Compiling cbc v0.1.2
19712026-03-19T14:12:53.984Z Compiling aes v0.8.4
19722026-03-19T14:12:54.422Z Compiling usdt-impl v0.5.0
19732026-03-19T14:12:54.645Z Compiling ref-cast v1.0.25
19742026-03-19T14:12:54.667Z Compiling paste v1.0.15
19752026-03-19T14:12:54.711Z Compiling winnow v0.7.14
19762026-03-19T14:12:54.736Z Compiling usdt-impl v0.6.0
19772026-03-19T14:12:55.089Z Compiling pkcs5 v0.7.1
19782026-03-19T14:12:55.114Z Compiling rand v0.9.2
19792026-03-19T14:12:55.308Z Compiling http-body v1.0.1
19802026-03-19T14:12:55.410Z Compiling scroll v0.12.0
19812026-03-19T14:12:55.520Z Compiling scroll v0.13.0
19822026-03-19T14:12:55.574Z Compiling serde_spanned v0.6.9
19832026-03-19T14:12:55.595Z Compiling toml_datetime v0.6.11
19842026-03-19T14:12:55.714Z Compiling tokio-util v0.7.18
19852026-03-19T14:12:55.796Z Compiling heapless v0.7.17
19862026-03-19T14:12:55.900Z Compiling bzip2-sys v0.1.13+1.0.8
19872026-03-19T14:12:56.151Z Compiling untrusted v0.7.1
19882026-03-19T14:12:56.154Z Compiling atomic-waker v1.1.2
19892026-03-19T14:12:56.195Z Compiling zstd-safe v7.2.4
19902026-03-19T14:12:56.290Z Compiling openssl-probe v0.2.1
19912026-03-19T14:12:56.359Z Compiling signal-hook v0.3.18
19922026-03-19T14:12:56.514Z Compiling toml_parser v1.0.9+spec-1.1.0
19932026-03-19T14:12:56.589Z Compiling goblin v0.10.5
19942026-03-19T14:12:56.614Z Compiling goblin v0.8.2
19952026-03-19T14:12:56.710Z Compiling pkcs8 v0.10.2
19962026-03-19T14:12:57.082Z Compiling zerocopy v0.7.35
19972026-03-19T14:12:57.128Z Compiling ref-cast-impl v1.0.25
19982026-03-19T14:12:57.293Z Compiling darling_core v0.20.11
19992026-03-19T14:12:57.558Z Compiling toml_datetime v0.7.5+spec-1.1.0
20002026-03-19T14:12:57.594Z Compiling memoffset v0.9.1
20012026-03-19T14:12:57.800Z Compiling try-lock v0.2.5
20022026-03-19T14:12:57.833Z Compiling litrs v1.0.0
20032026-03-19T14:12:57.882Z Compiling tinyvec_macros v0.1.1
20042026-03-19T14:12:57.904Z Compiling tower-layer v0.3.3
20052026-03-19T14:12:57.945Z Compiling tower-service v0.3.3
20062026-03-19T14:12:57.994Z Compiling rustix v0.38.44
20072026-03-19T14:12:58.053Z Compiling winnow v0.5.40
20082026-03-19T14:12:58.224Z Compiling fastrand v2.3.0
20092026-03-19T14:12:58.492Z Compiling want v0.3.1
20102026-03-19T14:12:58.515Z Compiling document-features v0.2.12
20112026-03-19T14:12:58.543Z Compiling h2 v0.4.13
20122026-03-19T14:12:58.653Z Compiling tinyvec v1.10.0
20132026-03-19T14:12:59.281Z Compiling dtrace-parser v0.2.0
20142026-03-19T14:12:59.409Z Compiling dtrace-parser v0.3.0
20152026-03-19T14:12:59.896Z Compiling toml_edit v0.19.15
20162026-03-19T14:12:59.991Z Compiling dof v0.3.0
20172026-03-19T14:13:00.119Z Compiling ipnet v2.11.0
20182026-03-19T14:13:00.143Z Compiling darling_macro v0.20.11
20192026-03-19T14:13:00.255Z Compiling async-trait v0.1.89
20202026-03-19T14:13:00.405Z Compiling dof v0.4.0
20212026-03-19T14:13:00.732Z Compiling daft-derive v0.1.5
20222026-03-19T14:13:00.830Z Compiling curve25519-dalek v4.1.3
20232026-03-19T14:13:00.929Z Compiling spin v0.9.8
20242026-03-19T14:13:00.987Z Compiling thread-id v5.1.0
20252026-03-19T14:13:01.111Z Compiling thread-id v4.2.2
20262026-03-19T14:13:01.159Z Compiling proc-macro-error-attr v1.0.4
20272026-03-19T14:13:01.218Z Compiling smoltcp v0.9.1
20282026-03-19T14:13:01.426Z Compiling cfg_aliases v0.2.1
20292026-03-19T14:13:01.503Z Compiling foreign-types-shared v0.1.1
20302026-03-19T14:13:01.537Z Compiling httpdate v1.0.3
20312026-03-19T14:13:01.587Z Compiling pin-utils v0.1.0
20322026-03-19T14:13:01.626Z Compiling num-bigint-dig v0.8.6
20332026-03-19T14:13:01.650Z Compiling powerfmt v0.2.0
20342026-03-19T14:13:01.847Z Compiling foreign-types v0.3.2
20352026-03-19T14:13:01.876Z Compiling nix v0.31.1
20362026-03-19T14:13:01.900Z Compiling deranged v0.5.8
20372026-03-19T14:13:01.903Z Compiling tempfile v3.25.0
20382026-03-19T14:13:02.048Z Compiling darling v0.20.11
20392026-03-19T14:13:02.547Z Compiling hyper v1.8.1
20402026-03-19T14:13:02.696Z Compiling ipnetwork v0.21.1
20412026-03-19T14:13:02.761Z Compiling strum_macros v0.26.4
20422026-03-19T14:13:03.036Z Compiling wait-timeout v0.2.1
20432026-03-19T14:13:03.092Z Compiling proc-macro-error v1.0.4
20442026-03-19T14:13:03.176Z Compiling siphasher v1.0.2
20452026-03-19T14:13:03.357Z Compiling anstyle v1.0.13
20462026-03-19T14:13:03.380Z Compiling simd-adler32 v0.3.8
20472026-03-19T14:13:03.383Z Compiling num_threads v0.1.7
20482026-03-19T14:13:03.495Z Compiling bit-vec v0.8.0
20492026-03-19T14:13:03.537Z Compiling unicode-segmentation v1.12.0
20502026-03-19T14:13:03.586Z Compiling utf8parse v0.2.2
20512026-03-19T14:13:03.748Z Compiling quick-error v1.2.3
20522026-03-19T14:13:03.813Z Compiling bit-set v0.8.0
20532026-03-19T14:13:03.946Z Compiling time v0.3.47
20542026-03-19T14:13:03.968Z Compiling rusty-fork v0.3.1
20552026-03-19T14:13:04.044Z Compiling hyper-util v0.1.20
20562026-03-19T14:13:04.173Z Compiling anstyle-parse v0.2.7
20572026-03-19T14:13:04.830Z Compiling crossbeam-epoch v0.9.18
20582026-03-19T14:13:04.903Z Compiling derive_builder_core v0.20.2
20592026-03-19T14:13:05.258Z Compiling unicode-normalization v0.1.25
20602026-03-19T14:13:05.881Z Compiling rustls-native-certs v0.8.3
20612026-03-19T14:13:06.254Z Compiling signature v2.2.0
20622026-03-19T14:13:06.301Z Compiling hubpack_derive v0.1.1
20632026-03-19T14:13:06.388Z Compiling strum_macros v0.27.2
20642026-03-19T14:13:06.458Z Compiling curve25519-dalek-derive v0.1.1
20652026-03-19T14:13:06.574Z Compiling rand_xorshift v0.4.0
20662026-03-19T14:13:06.652Z Compiling sync_wrapper v1.0.2
20672026-03-19T14:13:06.655Z Compiling ahash v0.8.12
20682026-03-19T14:13:06.746Z Compiling fs-err v3.3.0
20692026-03-19T14:13:06.820Z Compiling unicode-properties v0.1.4
20702026-03-19T14:13:06.869Z Compiling is_terminal_polyfill v1.70.2
20712026-03-19T14:13:06.909Z Compiling object v0.37.3
20722026-03-19T14:13:06.995Z Compiling unarray v0.1.4
20732026-03-19T14:13:07.112Z Compiling colorchoice v1.0.4
20742026-03-19T14:13:07.150Z Compiling unicode-bidi v0.3.18
20752026-03-19T14:13:07.188Z Compiling anstyle-query v1.1.5
20762026-03-19T14:13:07.276Z Compiling adler2 v2.0.1
20772026-03-19T14:13:07.326Z Compiling anstream v0.6.21
20782026-03-19T14:13:07.349Z Compiling proptest v1.10.0
20792026-03-19T14:13:07.461Z Compiling miniz_oxide v0.8.9
20802026-03-19T14:13:07.829Z Compiling stringprep v0.1.5
20812026-03-19T14:13:08.144Z Compiling tower v0.5.3
20822026-03-19T14:13:08.212Z Compiling derive_builder_macro v0.20.2
20832026-03-19T14:13:08.569Z Compiling crossbeam-deque v0.8.6
20842026-03-19T14:13:08.674Z Compiling heck v0.4.1
20852026-03-19T14:13:08.731Z Compiling usdt-attr-macro v0.6.0
20862026-03-19T14:13:08.788Z Compiling usdt-macro v0.6.0
20872026-03-19T14:13:09.035Z Compiling http-body-util v0.1.3
20882026-03-19T14:13:09.167Z Compiling webpki-roots v1.0.6
20892026-03-19T14:13:09.366Z Compiling rand_chacha v0.3.1
20902026-03-19T14:13:09.402Z Compiling erased-serde v0.3.31
20912026-03-19T14:13:09.421Z Compiling md-5 v0.10.6
20922026-03-19T14:13:09.595Z Compiling num-integer v0.1.46
20932026-03-19T14:13:09.623Z Compiling hash32 v0.2.1
20942026-03-19T14:13:09.677Z Compiling vergen-lib v0.1.6
20952026-03-19T14:13:09.709Z Compiling ff v0.13.1
20962026-03-19T14:13:09.777Z Compiling base16ct v0.2.0
20972026-03-19T14:13:09.803Z Compiling psl-types v2.0.11
20982026-03-19T14:13:09.803Z Compiling iri-string v0.7.10
20992026-03-19T14:13:09.853Z Compiling ryu v1.0.23
21002026-03-19T14:13:09.856Z Compiling zlib-rs v0.6.2
21012026-03-19T14:13:09.909Z Compiling fallible-iterator v0.2.0
21022026-03-19T14:13:10.007Z Compiling publicsuffix v2.3.0
21032026-03-19T14:13:10.031Z Compiling sec1 v0.7.3
21042026-03-19T14:13:10.034Z Compiling num-iter v0.1.45
21052026-03-19T14:13:10.077Z Compiling serde_urlencoded v0.7.1
21062026-03-19T14:13:10.149Z Compiling newtype-uuid v1.3.2
21072026-03-19T14:13:10.206Z Compiling group v0.13.0
21082026-03-19T14:13:10.410Z Compiling postgres-protocol v0.6.10
21092026-03-19T14:13:10.482Z Compiling rand v0.8.5
21102026-03-19T14:13:10.660Z Compiling oxnet v0.1.4
21112026-03-19T14:13:10.806Z Compiling zone_cfg_derive v0.3.1
21122026-03-19T14:13:10.924Z Compiling derive_builder v0.20.2
21132026-03-19T14:13:11.101Z Compiling tokio-native-tls v0.3.1
21142026-03-19T14:13:11.152Z Compiling phf_shared v0.13.1
21152026-03-19T14:13:11.302Z Compiling lazy_static v1.5.0
21162026-03-19T14:13:11.353Z Compiling terminal_size v0.4.3
21172026-03-19T14:13:11.398Z Compiling tower-http v0.6.8
21182026-03-19T14:13:11.452Z Compiling serde_with_macros v3.17.0
21192026-03-19T14:13:11.501Z Compiling cargo-platform v0.1.9
21202026-03-19T14:13:11.568Z Compiling hkdf v0.12.4
21212026-03-19T14:13:11.594Z Compiling crypto-bigint v0.5.5
21222026-03-19T14:13:11.622Z Compiling clap_derive v4.5.55
21232026-03-19T14:13:11.723Z Compiling serde_repr v0.1.20
21242026-03-19T14:13:11.748Z Compiling enum-as-inner v0.6.1
21252026-03-19T14:13:11.753Z Compiling vergen v9.0.6
21262026-03-19T14:13:11.824Z Compiling managed v0.8.0
21272026-03-19T14:13:11.986Z Compiling unicode-width v0.2.0
21282026-03-19T14:13:12.012Z Compiling bitflags v1.3.2
21292026-03-19T14:13:12.153Z Compiling clap_lex v1.0.0
21302026-03-19T14:13:12.193Z Compiling libbz2-rs-sys v0.2.2
21312026-03-19T14:13:12.397Z Compiling bumpalo v3.20.2
21322026-03-19T14:13:12.397Z Compiling foldhash v0.1.5
21332026-03-19T14:13:12.517Z Compiling clap_builder v4.5.60
21342026-03-19T14:13:12.629Z Compiling hashbrown v0.15.5
21352026-03-19T14:13:12.656Z Compiling console v0.16.2
21362026-03-19T14:13:12.728Z Compiling zopfli v0.8.3
21372026-03-19T14:13:12.818Z Compiling flate2 v1.1.9
21382026-03-19T14:13:12.986Z Compiling elliptic-curve v0.13.8
21392026-03-19T14:13:13.169Z Compiling bzip2 v0.6.1
21402026-03-19T14:13:13.346Z Compiling cargo_metadata v0.19.2
21412026-03-19T14:13:13.474Z Compiling phf v0.13.1
21422026-03-19T14:13:13.504Z Compiling hyper-tls v0.6.0
21432026-03-19T14:13:13.603Z Compiling signal-hook-mio v0.2.5
21442026-03-19T14:13:13.688Z Compiling rayon v1.11.0
21452026-03-19T14:13:13.766Z Compiling daft v0.1.5
21462026-03-19T14:13:13.869Z Compiling cookie_store v0.22.1
21472026-03-19T14:13:13.879Z Compiling postgres-types v0.2.12
21482026-03-19T14:13:13.923Z Compiling zstd v0.13.3
21492026-03-19T14:13:14.154Z Compiling bzip2 v0.4.4
21502026-03-19T14:13:14.273Z Compiling strum v0.27.2
21512026-03-19T14:13:14.579Z Compiling hubpack v0.1.2
21522026-03-19T14:13:14.602Z Compiling ed25519 v2.2.3
21532026-03-19T14:13:14.605Z Compiling phf_shared v0.11.3
21542026-03-19T14:13:14.929Z Compiling pkcs1 v0.7.5
21552026-03-19T14:13:15.003Z Compiling hex v0.4.3
21562026-03-19T14:13:15.027Z Compiling serde-big-array v0.5.1
21572026-03-19T14:13:15.149Z Compiling rfc6979 v0.4.0
21582026-03-19T14:13:15.228Z Compiling bstr v1.12.1
21592026-03-19T14:13:15.381Z Compiling itertools v0.12.1
21602026-03-19T14:13:15.381Z Compiling float-cmp v0.10.0
21612026-03-19T14:13:15.451Z Compiling memmap2 v0.9.10
21622026-03-19T14:13:15.476Z Compiling env_filter v1.0.0
21632026-03-19T14:13:15.504Z Compiling encoding_rs v0.8.35
21642026-03-19T14:13:15.554Z Compiling predicates-core v1.0.10
21652026-03-19T14:13:15.744Z Compiling data-encoding v2.10.0
21662026-03-19T14:13:15.807Z Compiling normalize-line-endings v0.3.0
21672026-03-19T14:13:15.822Z Compiling static_assertions v1.1.0
21682026-03-19T14:13:15.903Z Compiling precomputed-hash v0.1.1
21692026-03-19T14:13:15.947Z Compiling fixedbitset v0.4.2
21702026-03-19T14:13:15.966Z Compiling mime v0.3.17
21712026-03-19T14:13:16.023Z Compiling fixedbitset v0.5.7
21722026-03-19T14:13:16.049Z Compiling jiff v0.2.21
21732026-03-19T14:13:16.099Z Compiling new_debug_unreachable v1.0.6
21742026-03-19T14:13:16.170Z Compiling rustc-hash v2.1.1
21752026-03-19T14:13:16.206Z Compiling keccak v0.1.6
21762026-03-19T14:13:16.292Z Compiling whoami v2.1.0
21772026-03-19T14:13:16.352Z Compiling toml_write v0.1.2
21782026-03-19T14:13:16.416Z Compiling unit-prefix v0.5.2
21792026-03-19T14:13:16.487Z Compiling difflib v0.4.0
21802026-03-19T14:13:16.511Z Compiling sha3 v0.10.8
21812026-03-19T14:13:16.514Z Compiling iddqd v0.3.17
21822026-03-19T14:13:16.619Z Compiling tokio-postgres v0.7.16
21832026-03-19T14:13:16.644Z Compiling toml_edit v0.22.27
21842026-03-19T14:13:16.668Z Compiling indicatif v0.18.4
21852026-03-19T14:13:16.671Z Compiling petgraph v0.8.3
21862026-03-19T14:13:16.885Z Compiling predicates v3.1.4
21872026-03-19T14:13:17.034Z Compiling zone v0.3.1
21882026-03-19T14:13:17.300Z Compiling string_cache v0.8.9
21892026-03-19T14:13:17.536Z Compiling petgraph v0.6.5
21902026-03-19T14:13:17.600Z Compiling hickory-proto v0.25.2
21912026-03-19T14:13:17.700Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21922026-03-19T14:13:17.724Z Compiling similar v2.7.0
21932026-03-19T14:13:18.071Z Compiling env_logger v0.11.9
21942026-03-19T14:13:18.741Z Compiling usdt v0.6.0
21952026-03-19T14:13:19.076Z Compiling serde_with v3.17.0
21962026-03-19T14:13:19.325Z Compiling rsa v0.9.10
21972026-03-19T14:13:19.464Z Compiling ecdsa v0.16.9
21982026-03-19T14:13:19.873Z Compiling zip v4.6.1
21992026-03-19T14:13:20.021Z Compiling ed25519-dalek v2.2.0
22002026-03-19T14:13:20.191Z Compiling crossterm v0.28.1
22012026-03-19T14:13:20.431Z Compiling clap v4.5.60
22022026-03-19T14:13:21.373Z Compiling zip v0.6.6
22032026-03-19T14:13:21.398Z Compiling strum v0.26.3
22042026-03-19T14:13:21.475Z Compiling toml v0.7.8
22052026-03-19T14:13:21.499Z Compiling tokio-stream v0.1.18
22062026-03-19T14:13:21.586Z Compiling buf-list v1.1.2
22072026-03-19T14:13:21.919Z Compiling x509-cert v0.2.5
22082026-03-19T14:13:21.946Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22092026-03-19T14:13:22.091Z Compiling openapiv3 v2.2.0
22102026-03-19T14:13:22.127Z Compiling sha1 v0.10.6
22112026-03-19T14:13:22.390Z Compiling itertools v0.13.0
22122026-03-19T14:13:22.836Z Compiling lalrpop-util v0.19.12
22132026-03-19T14:13:23.179Z Compiling peg-runtime v0.8.5
22142026-03-19T14:13:38.036Z Compiling macaddr v1.0.1
22152026-03-19T14:13:38.409Z Compiling structmeta-derive v0.3.0
22162026-03-19T14:13:38.431Z Compiling itertools v0.14.0
22172026-03-19T14:13:39.376Z Compiling heapless v0.8.0
22182026-03-19T14:13:40.128Z Compiling ingot-macros v0.1.1
22192026-03-19T14:13:41.188Z Compiling structmeta v0.3.0
22202026-03-19T14:13:44.488Z Compiling rustls-webpki v0.103.9
22212026-03-19T14:13:45.723Z Compiling toml_edit v0.23.10+spec-1.0.0
22222026-03-19T14:13:46.772Z Compiling hash32 v0.3.1
22232026-03-19T14:13:46.850Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22242026-03-19T14:13:47.011Z Compiling smoltcp v0.11.0
22252026-03-19T14:13:47.176Z Compiling proc-macro-crate v3.4.0
22262026-03-19T14:13:47.217Z Compiling ingot-types v0.1.2
22272026-03-19T14:13:47.367Z Compiling cobs v0.3.0
22282026-03-19T14:13:47.481Z Compiling rustls v0.22.4
22292026-03-19T14:13:47.738Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22302026-03-19T14:13:47.796Z Compiling num_enum_derive v0.7.5
22312026-03-19T14:13:47.823Z Compiling ingot v0.1.1
22322026-03-19T14:13:47.874Z Compiling postcard v1.1.3
22332026-03-19T14:13:47.922Z Compiling proc-macro-crate v1.3.1
22342026-03-19T14:13:47.925Z Compiling rustls-webpki v0.102.8
22352026-03-19T14:13:48.033Z Compiling futures-executor v0.3.32
22362026-03-19T14:13:48.288Z Compiling foreign-types-macros v0.2.3
22372026-03-19T14:13:48.401Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22382026-03-19T14:13:48.424Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22392026-03-19T14:13:48.651Z Compiling multer v3.1.0
22402026-03-19T14:13:48.685Z Compiling thread_local v1.1.9
22412026-03-19T14:13:48.706Z Compiling match_cfg v0.1.0
22422026-03-19T14:13:48.819Z Compiling typeid v1.0.3
22432026-03-19T14:13:48.929Z Compiling foreign-types-shared v0.3.1
22442026-03-19T14:13:48.960Z Compiling slog-async v2.8.0
22452026-03-19T14:13:49.072Z Compiling cpufeatures v0.3.0
22462026-03-19T14:13:49.075Z Compiling num_enum v0.7.5
22472026-03-19T14:13:49.112Z Compiling foreign-types v0.5.0
22482026-03-19T14:13:49.159Z Compiling hostname v0.3.1
22492026-03-19T14:13:49.203Z Compiling chacha20 v0.10.0
22502026-03-19T14:13:49.281Z Compiling num_enum_derive v0.5.11
22512026-03-19T14:13:49.285Z Compiling futures v0.3.32
22522026-03-19T14:13:49.432Z Compiling derive-ex v0.1.8
22532026-03-19T14:13:49.435Z Compiling tabwriter v1.4.1
22542026-03-19T14:13:49.495Z Compiling slog-json v2.6.1
22552026-03-19T14:13:49.549Z Compiling tokio-rustls v0.26.4
22562026-03-19T14:13:49.601Z Compiling rustls-platform-verifier v0.6.2
22572026-03-19T14:13:49.828Z Compiling crossbeam-channel v0.5.15
22582026-03-19T14:13:49.887Z Compiling hyper-rustls v0.27.7
22592026-03-19T14:13:49.915Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22602026-03-19T14:13:49.945Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22612026-03-19T14:13:50.263Z Compiling reqwest v0.13.2
22622026-03-19T14:13:50.330Z Compiling reqwest v0.12.28
22632026-03-19T14:13:50.496Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22642026-03-19T14:13:50.530Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22652026-03-19T14:13:50.530Z Compiling async-stream-impl v0.3.6
22662026-03-19T14:13:50.748Z Compiling serde_spanned v1.0.4
22672026-03-19T14:13:50.854Z Compiling is-terminal v0.4.17
22682026-03-19T14:13:50.976Z Compiling cstr-argument v0.1.2
22692026-03-19T14:13:51.004Z Compiling dropshot v0.16.7
22702026-03-19T14:13:51.004Z Compiling crucible-workspace-hack v0.1.0
22712026-03-19T14:13:51.100Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22722026-03-19T14:13:51.217Z Compiling term v1.2.1
22732026-03-19T14:13:51.269Z Compiling take_mut v0.2.2
22742026-03-19T14:13:51.303Z Compiling toml_writer v1.0.6+spec-1.1.0
22752026-03-19T14:13:51.326Z Compiling erased-serde v0.4.9
22762026-03-19T14:13:51.472Z Compiling async-stream v0.3.6
22772026-03-19T14:13:51.525Z Compiling test-strategy v0.4.5
22782026-03-19T14:13:51.666Z Compiling slog-term v2.9.2
22792026-03-19T14:13:51.738Z Compiling toml v0.9.12+spec-1.1.0
22802026-03-19T14:13:51.910Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22812026-03-19T14:13:52.072Z Compiling tokio-rustls v0.25.0
22822026-03-19T14:13:52.185Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22832026-03-19T14:13:52.407Z Compiling num_enum v0.5.11
22842026-03-19T14:13:52.430Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22852026-03-19T14:13:52.540Z Compiling slog-bunyan v2.5.0
22862026-03-19T14:13:52.588Z Compiling rand v0.10.0
22872026-03-19T14:13:52.613Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22882026-03-19T14:13:52.796Z Compiling parse-display-derive v0.10.0
22892026-03-19T14:13:52.821Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22902026-03-19T14:13:52.896Z Compiling backon v1.6.0
22912026-03-19T14:13:52.933Z Compiling waitgroup v0.1.2
22922026-03-19T14:13:53.046Z Compiling dropshot_endpoint v0.16.7
22932026-03-19T14:13:53.151Z Compiling newtype-uuid-macros v0.1.0
22942026-03-19T14:13:53.172Z Compiling rustls-pemfile v2.2.0
22952026-03-19T14:13:53.251Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22962026-03-19T14:13:53.328Z Compiling serde_path_to_error v0.1.20
22972026-03-19T14:13:53.354Z Compiling hostname v0.4.2
22982026-03-19T14:13:53.510Z Compiling instant v0.1.13
22992026-03-19T14:13:53.559Z Compiling debug-ignore v1.0.5
23002026-03-19T14:13:53.589Z Compiling libefi-sys v0.1.0
23012026-03-19T14:13:53.593Z Compiling colored v3.1.1
23022026-03-19T14:13:53.723Z Compiling backoff v0.4.0
23032026-03-19T14:13:53.732Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23042026-03-19T14:13:53.876Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23052026-03-19T14:13:53.988Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23062026-03-19T14:13:54.126Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23072026-03-19T14:13:54.291Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23082026-03-19T14:13:54.487Z Compiling camino-tempfile v1.4.1
23092026-03-19T14:13:54.607Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23102026-03-19T14:13:54.643Z Compiling usdt-attr-macro v0.5.0
23112026-03-19T14:13:54.802Z Compiling parse-display v0.10.0
23122026-03-19T14:13:54.991Z Compiling usdt-macro v0.5.0
23132026-03-19T14:13:55.013Z Compiling secrecy v0.10.3
23142026-03-19T14:13:55.248Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23152026-03-19T14:13:55.271Z Compiling num-derive v0.4.2
23162026-03-19T14:13:55.600Z Compiling bitfield-struct v0.6.2
23172026-03-19T14:13:55.626Z Compiling regress v0.10.5
23182026-03-19T14:13:55.682Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23192026-03-19T14:13:55.897Z Compiling ordered-float v2.10.1
23202026-03-19T14:13:55.935Z Compiling blake3 v1.8.3
23212026-03-19T14:13:56.211Z Compiling sigpipe v0.1.3
23222026-03-19T14:13:56.321Z Compiling memmap v0.7.0
23232026-03-19T14:13:56.349Z Compiling glob v0.3.3
23242026-03-19T14:13:56.423Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23252026-03-19T14:13:56.493Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23262026-03-19T14:13:56.519Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23272026-03-19T14:13:56.546Z Compiling usdt v0.5.0
23282026-03-19T14:13:56.638Z Compiling serde-value v0.7.0
23292026-03-19T14:13:56.662Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23302026-03-19T14:13:56.665Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23312026-03-19T14:13:56.736Z Compiling serde-untagged v0.1.9
23322026-03-19T14:13:57.046Z Compiling toml v0.8.23
23332026-03-19T14:13:57.104Z Compiling smf v0.2.3
23342026-03-19T14:13:57.228Z Compiling filetime v0.2.27
23352026-03-19T14:13:57.328Z Compiling xattr v1.6.1
23362026-03-19T14:13:57.397Z Compiling unicode-xid v0.2.6
23372026-03-19T14:13:57.424Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23382026-03-19T14:13:57.515Z Compiling whoami v1.6.1
23392026-03-19T14:13:57.540Z Compiling arrayref v0.3.9
23402026-03-19T14:13:57.565Z Compiling same-file v1.0.6
23412026-03-19T14:13:57.568Z Compiling constant_time_eq v0.4.2
23422026-03-19T14:13:57.613Z Compiling arrayvec v0.7.6
23432026-03-19T14:13:57.637Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23442026-03-19T14:13:57.664Z Compiling tar v0.4.44
23452026-03-19T14:13:57.688Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23462026-03-19T14:13:57.813Z Compiling walkdir v2.5.0
23472026-03-19T14:13:57.859Z Compiling cargo-util-schemas v0.8.2
23482026-03-19T14:13:58.006Z Compiling tokio-dtrace v0.1.1
23492026-03-19T14:13:58.127Z Compiling gethostname v0.5.0
23502026-03-19T14:13:58.315Z Compiling cargo-platform v0.2.0
23512026-03-19T14:13:58.439Z Compiling topological-sort v0.2.2
23522026-03-19T14:13:58.492Z Compiling oxide-tokio-rt v0.1.3
23532026-03-19T14:13:58.515Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23542026-03-19T14:13:58.590Z Compiling shell-words v1.1.1
23552026-03-19T14:13:58.681Z Compiling indent_write v2.2.0
23562026-03-19T14:13:59.437Z Compiling cargo_metadata v0.21.0
23572026-03-19T14:14:10.422Z Compiling progenitor-client v0.13.0
23582026-03-19T14:14:10.469Z Compiling progenitor-client v0.10.0
23592026-03-19T14:14:10.472Z Compiling omicron-zone-package v0.12.2
23602026-03-19T14:14:10.591Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23612026-03-19T14:14:10.595Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23622026-03-19T14:14:10.595Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23632026-03-19T14:14:10.662Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23642026-03-19T14:14:10.758Z Compiling progenitor-extras v0.1.1
23652026-03-19T14:14:11.027Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23662026-03-19T14:14:20.583Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23672026-03-19T14:14:21.858Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23682026-03-19T14:14:30.117Z Finished `release` profile [optimized] target(s) in 1m 53s
23692026-03-19T14:14:30.303Z Running `target/release/omicron-package -t test target create -p dev`
23702026-03-19T14:14:30.376ZLogging to: /work/oxidecomputer/omicron/out/LOG
23712026-03-19T14:14:30.379ZCreated new build target 'test' and set it as active
23722026-03-19T14:14:30.379Z
23732026-03-19T14:14:30.379Zreal 1:53.835211466
23742026-03-19T14:14:30.379Zuser 20:08.134948819
23752026-03-19T14:14:30.379Zsys 3:04.240756421
23762026-03-19T14:14:30.379Ztrap 0.519878688
23772026-03-19T14:14:30.379Ztflt 3.234862669
23782026-03-19T14:14:30.379Zdflt 4.096895288
23792026-03-19T14:14:30.379Zkflt 0.000500941
23802026-03-19T14:14:30.379Zlock 1:03:56.255224164
23812026-03-19T14:14:30.379Zslp 51:24.220280497
23822026-03-19T14:14:30.379Zlat 44.461720200
23832026-03-19T14:14:30.383Zstop 7:42.833723903
23842026-03-19T14:14:30.383Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23852026-03-19T14:14:31.580Z Finished `release` profile [optimized] target(s) in 1.18s
23862026-03-19T14:14:31.650Z Running `target/release/omicron-package -t test package`
23872026-03-19T14:14:31.716ZLogging to: /work/oxidecomputer/omicron/out/LOG
23882026-03-19T14:14:33.629Z Compiling regress v0.10.5
23892026-03-19T14:14:33.629Z Compiling heck v0.5.0
23902026-03-19T14:14:33.634Z Compiling unsafe-libyaml v0.2.11
23912026-03-19T14:14:33.634Z Compiling convert_case v0.4.0
23922026-03-19T14:14:33.936Z Compiling half v2.7.1
23932026-03-19T14:14:33.976Z Compiling ciborium-io v0.2.2
23942026-03-19T14:14:33.996Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23952026-03-19T14:14:33.999Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23962026-03-19T14:14:33.999Z Compiling universal-hash v0.5.1
23972026-03-19T14:14:34.085Z Compiling thiserror-impl-no-std v2.0.2
23982026-03-19T14:14:34.117Z Compiling typify-impl v0.6.1
23992026-03-19T14:14:34.150Z Compiling prettyplease v0.2.37
24002026-03-19T14:14:34.153Z Compiling opaque-debug v0.3.1
24012026-03-19T14:14:34.153Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24022026-03-19T14:14:34.244Z Compiling chacha20 v0.9.1
24032026-03-19T14:14:34.276Z Compiling password-hash v0.5.0
24042026-03-19T14:14:34.279Z Compiling blake2 v0.10.6
24052026-03-19T14:14:34.309Z Compiling poly1305 v0.8.0
24062026-03-19T14:14:34.343Z Compiling derive_more v0.99.20
24072026-03-19T14:14:34.343Z Compiling ciborium-ll v0.2.2
24082026-03-19T14:14:34.440Z Compiling aead v0.5.2
24092026-03-19T14:14:34.470Z Compiling swrite v0.1.0
24102026-03-19T14:14:34.587Z Compiling serde_yaml v0.9.34+deprecated
24112026-03-19T14:14:34.617Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24122026-03-19T14:14:34.649Z Compiling unicode-width v0.1.14
24132026-03-19T14:14:34.707Z Compiling ciborium v0.2.2
24142026-03-19T14:14:34.775Z Compiling chacha20poly1305 v0.10.1
24152026-03-19T14:14:34.805Z Compiling argon2 v0.5.3
24162026-03-19T14:14:34.995Z Compiling is-terminal v0.4.17
24172026-03-19T14:14:35.024Z Compiling serde_spanned v1.0.4
24182026-03-19T14:14:35.088Z Compiling toml_writer v1.0.6+spec-1.1.0
24192026-03-19T14:14:35.204Z Compiling bytecount v0.6.9
24202026-03-19T14:14:35.248Z Compiling rustls v0.22.4
24212026-03-19T14:14:35.278Z Compiling rustls-webpki v0.102.8
24222026-03-19T14:14:35.316Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24232026-03-19T14:14:35.412Z Compiling toml v0.9.12+spec-1.1.0
24242026-03-19T14:14:35.445Z Compiling derive-where v1.6.0
24252026-03-19T14:14:35.481Z Compiling thread_local v1.1.9
24262026-03-19T14:14:35.485Z Compiling thiserror-no-std v2.0.2
24272026-03-19T14:14:35.545Z Compiling match_cfg v0.1.0
24282026-03-19T14:14:35.670Z Compiling vsss-rs v3.3.4
24292026-03-19T14:14:35.699Z Compiling hostname v0.3.1
24302026-03-19T14:14:35.820Z Compiling multer v3.1.0
24312026-03-19T14:14:35.902Z Compiling slog-async v2.8.0
24322026-03-19T14:14:35.932Z Compiling slog-json v2.6.1
24332026-03-19T14:14:35.993Z Compiling crossbeam-channel v0.5.15
24342026-03-19T14:14:36.072Z Compiling futures-executor v0.3.32
24352026-03-19T14:14:36.120Z Compiling take_mut v0.2.2
24362026-03-19T14:14:36.214Z Compiling term v1.2.1
24372026-03-19T14:14:36.251Z Compiling slog-bunyan v2.5.0
24382026-03-19T14:14:36.419Z Compiling futures v0.3.32
24392026-03-19T14:14:36.454Z Compiling async-stream v0.3.6
24402026-03-19T14:14:36.485Z Compiling dropshot v0.16.7
24412026-03-19T14:14:36.591Z Compiling slog-term v2.9.2
24422026-03-19T14:14:36.625Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24432026-03-19T14:14:36.657Z Compiling progenitor-client v0.13.0
24442026-03-19T14:14:36.698Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24452026-03-19T14:14:36.834Z Compiling waitgroup v0.1.2
24462026-03-19T14:14:36.857Z Compiling backon v1.6.0
24472026-03-19T14:14:36.910Z Compiling rustls-pemfile v2.2.0
24482026-03-19T14:14:36.966Z Compiling serde_path_to_error v0.1.20
24492026-03-19T14:14:37.027Z Compiling hostname v0.4.2
24502026-03-19T14:14:37.068Z Compiling instant v0.1.13
24512026-03-19T14:14:37.100Z Compiling debug-ignore v1.0.5
24522026-03-19T14:14:37.137Z Compiling progenitor-extras v0.1.1
24532026-03-19T14:14:37.140Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24542026-03-19T14:14:37.205Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24552026-03-19T14:14:37.208Z Compiling parse-display v0.10.0
24562026-03-19T14:14:37.274Z Compiling backoff v0.4.0
24572026-03-19T14:14:37.278Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24582026-03-19T14:14:37.278Z Compiling progenitor-client v0.10.0
24592026-03-19T14:14:37.278Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24602026-03-19T14:14:37.372Z Compiling macaddr v1.0.1
24612026-03-19T14:14:37.471Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24622026-03-19T14:14:37.505Z Compiling console v0.15.11
24632026-03-19T14:14:37.536Z Compiling newline-converter v0.3.0
24642026-03-19T14:14:37.574Z Compiling atomicwrites v0.4.4
24652026-03-19T14:14:37.578Z Compiling num-rational v0.4.2
24662026-03-19T14:14:37.739Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24672026-03-19T14:14:37.772Z Compiling num-complex v0.4.6
24682026-03-19T14:14:37.877Z Compiling slog-dtrace v0.3.0
24692026-03-19T14:14:37.939Z Compiling async-recursion v1.1.1
24702026-03-19T14:14:37.975Z Compiling cancel-safe-futures v0.1.5
24712026-03-19T14:14:38.127Z Compiling expectorate v1.2.0
24722026-03-19T14:14:38.254Z Compiling float-ord v0.3.2
24732026-03-19T14:14:38.285Z Compiling owo-colors v4.3.0
24742026-03-19T14:14:38.403Z Compiling tokio-rustls v0.25.0
24752026-03-19T14:14:38.435Z Compiling num v0.4.3
24762026-03-19T14:14:38.599Z Compiling libsw-core v0.3.2
24772026-03-19T14:14:38.603Z Compiling resolv-conf v0.7.6
24782026-03-19T14:14:38.737Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24792026-03-19T14:14:38.799Z Compiling toml v0.8.23
24802026-03-19T14:14:38.887Z Compiling libsw v3.5.0
24812026-03-19T14:14:38.921Z Compiling linear-map v1.2.0
24822026-03-19T14:14:39.014Z Compiling linked-hash-map v0.5.6
24832026-03-19T14:14:39.155Z Compiling minimal-lexical v0.2.1
24842026-03-19T14:14:39.189Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24852026-03-19T14:14:39.249Z Compiling unicode-xid v0.2.6
24862026-03-19T14:14:39.333Z Compiling lru-cache v0.1.2
24872026-03-19T14:14:39.429Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24882026-03-19T14:14:39.461Z Compiling globset v0.4.18
24892026-03-19T14:14:39.497Z Compiling nom v7.1.3
24902026-03-19T14:14:39.535Z Compiling hickory-proto v0.24.4
24912026-03-19T14:14:39.565Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24922026-03-19T14:14:39.632Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24932026-03-19T14:14:39.940Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24942026-03-19T14:14:40.186Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24952026-03-19T14:14:40.959Z Compiling typify-macro v0.6.1
24962026-03-19T14:14:41.219Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24972026-03-19T14:14:41.405Z Compiling convert_case v0.10.0
24982026-03-19T14:14:41.835Z Compiling derive_more-impl v2.1.1
24992026-03-19T14:14:42.686Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25002026-03-19T14:14:42.734Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25012026-03-19T14:14:42.892Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25022026-03-19T14:14:42.928Z Compiling hickory-resolver v0.24.4
25032026-03-19T14:14:43.056Z Compiling pin-project-internal v1.1.11
25042026-03-19T14:14:43.097Z Compiling typify v0.6.1
25052026-03-19T14:14:43.468Z Compiling progenitor-impl v0.13.0
25062026-03-19T14:14:44.027Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25072026-03-19T14:14:44.291Z Compiling derive_more v2.1.1
25082026-03-19T14:14:44.448Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25092026-03-19T14:14:44.497Z Compiling pin-project v1.1.11
25102026-03-19T14:14:44.649Z Compiling qorb v0.4.1
25112026-03-19T14:14:44.679Z Compiling pem v3.0.6
25122026-03-19T14:14:45.196Z Compiling snafu-derive v0.8.9
25132026-03-19T14:14:45.547Z Compiling termtree v0.5.1
25142026-03-19T14:14:45.815Z Compiling crossterm v0.29.0
25152026-03-19T14:14:46.056Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25162026-03-19T14:14:46.321Z Compiling progenitor-macro v0.13.0
25172026-03-19T14:14:47.243Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25182026-03-19T14:14:47.511Z Compiling snafu v0.8.9
25192026-03-19T14:14:48.253Z Compiling olpc-cjson v0.1.4
25202026-03-19T14:14:48.552Z Compiling phf_shared v0.12.1
25212026-03-19T14:14:48.765Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25222026-03-19T14:14:48.875Z Compiling serde_plain v1.0.2
25232026-03-19T14:14:49.276Z Compiling vte v0.14.1
25242026-03-19T14:14:49.579Z Compiling csv-core v0.1.13
25252026-03-19T14:14:49.609Z Compiling typed-path v0.9.3
25262026-03-19T14:14:50.020Z Compiling chrono-tz v0.10.4
25272026-03-19T14:14:50.123Z Compiling highway v1.3.0
25282026-03-19T14:14:50.214Z Compiling csv v1.4.0
25292026-03-19T14:14:50.328Z Compiling strip-ansi-escapes v0.2.1
25302026-03-19T14:14:50.892Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25312026-03-19T14:14:50.999Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25322026-03-19T14:14:51.038Z Compiling phf v0.12.1
25332026-03-19T14:14:51.075Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25342026-03-19T14:14:51.305Z Compiling tough v0.20.0
25352026-03-19T14:14:51.468Z Compiling const_format_proc_macros v0.2.34
25362026-03-19T14:14:51.663Z Compiling papergrid v0.11.0
25372026-03-19T14:14:51.695Z Compiling fd-lock v4.0.4
25382026-03-19T14:14:51.699Z Compiling peg-macros v0.8.5
25392026-03-19T14:14:51.910Z Compiling tabled_derive v0.7.0
25402026-03-19T14:14:52.345Z Compiling progenitor v0.13.0
25412026-03-19T14:14:52.576Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25422026-03-19T14:14:53.163Z Compiling nu-ansi-term v0.50.3
25432026-03-19T14:14:53.394Z Compiling tabled v0.15.0
25442026-03-19T14:14:53.471Z Compiling peg v0.8.5
25452026-03-19T14:14:53.576Z Compiling reedline v0.40.0
25462026-03-19T14:14:53.610Z Compiling const_format v0.2.35
25472026-03-19T14:14:53.856Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25482026-03-19T14:14:54.247Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25492026-03-19T14:14:54.329Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25502026-03-19T14:14:55.842Z Compiling bcs v0.1.6
25512026-03-19T14:14:55.921Z Compiling semver v0.1.20
25522026-03-19T14:14:56.302Z Compiling rustc_version v0.1.7
25532026-03-19T14:14:56.393Z Compiling base64 v0.21.7
25542026-03-19T14:14:56.596Z Compiling newtype_derive v0.1.6
25552026-03-19T14:14:56.886Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25562026-03-19T14:14:57.080Z Compiling typify-impl v0.4.3
25572026-03-19T14:14:57.226Z Compiling unicode-linebreak v0.1.5
25582026-03-19T14:14:57.636Z Compiling smawk v0.3.2
25592026-03-19T14:14:57.801Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25602026-03-19T14:14:57.909Z Compiling humantime v2.3.0
25612026-03-19T14:14:58.147Z Compiling textwrap v0.16.2
25622026-03-19T14:14:58.279Z Compiling dropshot-api-manager-types v0.6.0
25632026-03-19T14:14:58.465Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25642026-03-19T14:14:58.503Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25652026-03-19T14:14:58.915Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25662026-03-19T14:14:59.066Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25672026-03-19T14:14:59.094Z Compiling steno v0.4.1
25682026-03-19T14:15:00.152Z Compiling utf-8 v0.7.6
25692026-03-19T14:15:00.449Z Compiling tagptr v0.2.0
25702026-03-19T14:15:00.481Z Compiling tungstenite v0.21.0
25712026-03-19T14:15:00.738Z Compiling moka v0.12.13
25722026-03-19T14:15:01.186Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25732026-03-19T14:15:01.409Z Compiling tokio-tungstenite v0.21.0
25742026-03-19T14:15:01.891Z Compiling radium v0.7.0
25752026-03-19T14:15:02.112Z Compiling typify-macro v0.4.3
25762026-03-19T14:15:02.298Z Compiling hickory-resolver v0.25.2
25772026-03-19T14:15:02.501Z Compiling tap v1.0.1
25782026-03-19T14:15:02.689Z Compiling maybe-uninit v2.0.0
25792026-03-19T14:15:02.894Z Compiling wyz v0.5.1
25802026-03-19T14:15:03.230Z Compiling zerocopy-derive v0.6.6
25812026-03-19T14:15:03.260Z Compiling funty v2.0.0
25822026-03-19T14:15:03.521Z Compiling crc-catalog v2.4.0
25832026-03-19T14:15:03.524Z Compiling packed_struct v0.10.1
25842026-03-19T14:15:03.696Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25852026-03-19T14:15:03.912Z Compiling display-error-chain v0.2.2
25862026-03-19T14:15:04.161Z Compiling typify v0.4.3
25872026-03-19T14:15:04.269Z Compiling zerocopy v0.6.6
25882026-03-19T14:15:04.336Z Compiling progenitor-impl v0.10.0
25892026-03-19T14:15:04.563Z Compiling bitvec v1.0.1
25902026-03-19T14:15:04.826Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25912026-03-19T14:15:06.676Z Compiling crc v3.4.0
25922026-03-19T14:15:07.111Z Compiling packed_struct_codegen v0.10.1
25932026-03-19T14:15:07.275Z Compiling bitfield-macros v0.19.4
25942026-03-19T14:15:07.400Z Compiling progenitor-macro v0.10.0
25952026-03-19T14:15:07.872Z Compiling indexmap v1.9.3
25962026-03-19T14:15:08.175Z Compiling nodrop v0.1.14
25972026-03-19T14:15:08.211Z Compiling bitfield v0.19.4
25982026-03-19T14:15:08.347Z Compiling array-init v0.0.4
25992026-03-19T14:15:08.714Z Compiling smallvec v0.6.14
26002026-03-19T14:15:08.835Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26012026-03-19T14:15:08.955Z Compiling num-derive v0.3.3
26022026-03-19T14:15:09.080Z Compiling proc-macro-error-attr2 v2.0.0
26032026-03-19T14:15:09.606Z Compiling hashbrown v0.12.3
26042026-03-19T14:15:10.014Z Compiling proc-macro-error2 v2.0.1
26052026-03-19T14:15:10.120Z Compiling libscf-sys v1.1.0
26062026-03-19T14:15:10.344Z Compiling serde-hex v0.1.0
26072026-03-19T14:15:10.429Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26082026-03-19T14:15:10.497Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26092026-03-19T14:15:10.641Z Compiling ron v0.8.1
26102026-03-19T14:15:10.670Z Compiling hashbrown v0.13.2
26112026-03-19T14:15:10.825Z Compiling vergen-gitcl v1.0.8
26122026-03-19T14:15:11.121Z Compiling dirs-sys-next v0.1.2
26132026-03-19T14:15:11.160Z Compiling glob v0.3.3
26142026-03-19T14:15:11.483Z Compiling maplit v1.0.2
26152026-03-19T14:15:11.509Z Compiling crc-any v2.5.0
26162026-03-19T14:15:11.633Z Compiling crunchy v0.2.4
26172026-03-19T14:15:11.661Z Compiling diesel_derives v2.3.7
26182026-03-19T14:15:11.972Z Compiling clang-sys v1.8.1
26192026-03-19T14:15:12.060Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26202026-03-19T14:15:12.064Z Compiling object v0.30.4
26212026-03-19T14:15:12.378Z Compiling dirs-next v2.0.0
26222026-03-19T14:15:12.555Z Compiling tabled_derive v0.11.0
26232026-03-19T14:15:12.586Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26242026-03-19T14:15:12.952Z Compiling papergrid v0.17.0
26252026-03-19T14:15:13.171Z Compiling testing_table v0.3.0
26262026-03-19T14:15:13.284Z Compiling progenitor v0.10.0
26272026-03-19T14:15:13.314Z Compiling dsl_auto_type v0.2.0
26282026-03-19T14:15:13.465Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26292026-03-19T14:15:13.508Z Compiling scheduled-thread-pool v0.2.7
26302026-03-19T14:15:13.675Z Compiling diesel_table_macro_syntax v0.3.0
26312026-03-19T14:15:13.711Z Compiling path-slash v0.1.5
26322026-03-19T14:15:13.743Z Compiling tiny-keccak v2.0.2
26332026-03-19T14:15:13.955Z Compiling r2d2 v0.8.10
26342026-03-19T14:15:14.115Z Compiling term v0.7.0
26352026-03-19T14:15:14.250Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26362026-03-19T14:15:14.290Z Compiling arc-swap v1.8.2
26372026-03-19T14:15:14.332Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26382026-03-19T14:15:14.673Z Compiling tabled v0.20.0
26392026-03-19T14:15:14.705Z Compiling bit-vec v0.6.3
26402026-03-19T14:15:14.788Z Compiling downcast-rs v2.0.2
26412026-03-19T14:15:14.819Z Compiling xshell-macros v0.2.7
26422026-03-19T14:15:14.961Z Compiling bit-set v0.5.3
26432026-03-19T14:15:15.019Z Compiling slog-scope v4.4.1
26442026-03-19T14:15:15.291Z Compiling ascii-canvas v3.0.0
26452026-03-19T14:15:15.328Z Compiling xshell v0.2.7
26462026-03-19T14:15:15.581Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26472026-03-19T14:15:15.662Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26482026-03-19T14:15:15.949Z Compiling itertools v0.10.5
26492026-03-19T14:15:16.132Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26502026-03-19T14:15:16.254Z Compiling ena v0.14.4
26512026-03-19T14:15:16.578Z Compiling libloading v0.8.9
26522026-03-19T14:15:16.874Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26532026-03-19T14:15:16.965Z Compiling bindgen v0.71.1
26542026-03-19T14:15:17.347Z Compiling regex-syntax v0.6.29
26552026-03-19T14:15:17.459Z Compiling unicase v2.9.0
26562026-03-19T14:15:17.857Z Compiling diff v0.1.13
26572026-03-19T14:15:18.685Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26582026-03-19T14:15:20.033Z Compiling lalrpop v0.19.12
26592026-03-19T14:15:20.145Z Compiling slog-stdlog v4.1.1
26602026-03-19T14:15:20.287Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26612026-03-19T14:15:20.727Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26622026-03-19T14:15:20.783Z Compiling diesel v2.3.7
26632026-03-19T14:15:21.215Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26642026-03-19T14:15:21.402Z Compiling cexpr v0.6.0
26652026-03-19T14:15:21.911Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26662026-03-19T14:15:21.949Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26672026-03-19T14:15:22.205Z Compiling crc8 v0.1.1
26682026-03-19T14:15:22.286Z Compiling slog-envlogger v2.2.0
26692026-03-19T14:15:22.392Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26702026-03-19T14:15:23.112Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26712026-03-19T14:15:23.266Z Compiling headers-core v0.3.0
26722026-03-19T14:15:23.460Z Compiling libxml v0.3.3
26732026-03-19T14:15:23.824Z Compiling headers v0.4.1
26742026-03-19T14:15:23.831Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26752026-03-19T14:15:23.893Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26762026-03-19T14:15:23.921Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26772026-03-19T14:15:24.172Z Compiling strum_macros v0.24.3
26782026-03-19T14:15:24.414Z Compiling indoc v1.0.9
26792026-03-19T14:15:24.871Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26802026-03-19T14:15:24.968Z Compiling derive_builder v0.20.2
26812026-03-19T14:15:25.112Z Compiling oso-derive v0.27.3
26822026-03-19T14:15:25.162Z Compiling quick-xml v0.37.5
26832026-03-19T14:15:25.188Z Compiling impl-trait-for-tuples v0.2.3
26842026-03-19T14:15:25.494Z Compiling half v1.8.3
26852026-03-19T14:15:25.804Z Compiling openssl-probe v0.1.6
26862026-03-19T14:15:25.899Z Compiling serde_cbor v0.11.2
26872026-03-19T14:15:25.987Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26882026-03-19T14:15:26.082Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26892026-03-19T14:15:26.184Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26902026-03-19T14:15:26.921Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26912026-03-19T14:15:26.954Z Compiling bb8 v0.8.6
26922026-03-19T14:15:27.023Z Compiling trait-variant v0.1.2
26932026-03-19T14:15:27.299Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26942026-03-19T14:15:27.352Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26952026-03-19T14:15:27.474Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26962026-03-19T14:15:27.765Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26972026-03-19T14:15:27.902Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26982026-03-19T14:15:27.932Z Compiling fxhash v0.2.1
26992026-03-19T14:15:28.051Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27002026-03-19T14:15:28.195Z Compiling kstat-rs v0.2.4
27012026-03-19T14:15:28.380Z Compiling libz-sys v1.1.24
27022026-03-19T14:15:28.550Z Compiling nonempty v0.12.0
27032026-03-19T14:15:28.671Z Compiling salty v0.3.0
27042026-03-19T14:15:28.799Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27052026-03-19T14:15:28.988Z Compiling samael v0.0.19
27062026-03-19T14:15:29.077Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27072026-03-19T14:15:29.082Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27082026-03-19T14:15:29.222Z Compiling progenitor-impl v0.11.2
27092026-03-19T14:15:29.255Z Compiling darling_core v0.23.0
27102026-03-19T14:15:30.098Z Compiling nanorand v0.7.0
27112026-03-19T14:15:30.251Z Compiling fs-err v2.11.0
27122026-03-19T14:15:30.543Z Compiling parking_lot_core v0.8.6
27132026-03-19T14:15:30.884Z Compiling mime_guess v2.0.5
27142026-03-19T14:15:30.962Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27152026-03-19T14:15:31.187Z Compiling polar-core v0.27.3
27162026-03-19T14:15:31.727Z Compiling flume v0.11.1
27172026-03-19T14:15:31.923Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27182026-03-19T14:15:32.313Z Compiling progenitor-macro v0.11.2
27192026-03-19T14:15:32.455Z Compiling darling_macro v0.23.0
27202026-03-19T14:15:33.656Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27212026-03-19T14:15:33.914Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27222026-03-19T14:15:34.413Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27232026-03-19T14:15:35.864Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27242026-03-19T14:15:36.595Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27252026-03-19T14:15:36.749Z Compiling progenitor-client v0.11.2
27262026-03-19T14:15:37.742Z Compiling git-stub v1.0.0
27272026-03-19T14:15:38.097Z Compiling libgit2-sys v0.18.3+1.9.2
27282026-03-19T14:15:38.147Z Compiling instability v0.3.11
27292026-03-19T14:15:38.485Z Compiling progenitor v0.11.2
27302026-03-19T14:15:38.711Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27312026-03-19T14:15:40.067Z Compiling git-stub-vcs v0.1.0
27322026-03-19T14:15:40.381Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27332026-03-19T14:15:40.532Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27342026-03-19T14:15:43.710Z Compiling oso v0.27.3
27352026-03-19T14:15:43.719Z Compiling darling v0.23.0
27362026-03-19T14:15:44.449Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27372026-03-19T14:15:44.522Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27382026-03-19T14:15:44.816Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27392026-03-19T14:15:45.960Z Compiling async-bb8-diesel v0.2.1
27402026-03-19T14:15:45.996Z Compiling diesel-dtrace v0.5.0
27412026-03-19T14:15:46.141Z Compiling ignore v0.4.25
27422026-03-19T14:15:46.545Z Compiling primeorder v0.13.6
27432026-03-19T14:15:47.007Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27442026-03-19T14:15:48.528Z Compiling castaway v0.2.4
27452026-03-19T14:15:48.720Z Compiling nibble_vec v0.1.0
27462026-03-19T14:15:48.749Z Compiling atty v0.2.14
27472026-03-19T14:15:48.889Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27482026-03-19T14:15:48.932Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27492026-03-19T14:15:48.961Z Compiling indoc v2.0.7
27502026-03-19T14:15:49.180Z Compiling endian-type v0.1.2
27512026-03-19T14:15:49.225Z Compiling parse-size v1.1.0
27522026-03-19T14:15:49.416Z Compiling http-range v0.1.5
27532026-03-19T14:15:49.507Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27542026-03-19T14:15:49.548Z Compiling radix_trie v0.2.1
27552026-03-19T14:15:49.963Z Compiling compact_str v0.8.1
27562026-03-19T14:15:50.137Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-03-19T14:15:50.490Z Compiling globwalk v0.9.1
27582026-03-19T14:15:51.403Z Compiling p384 v0.13.1
27592026-03-19T14:15:51.973Z Compiling parking_lot v0.11.2
27602026-03-19T14:15:52.652Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27612026-03-19T14:15:52.796Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27622026-03-19T14:15:53.168Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27632026-03-19T14:15:53.201Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-03-19T14:15:53.236Z Compiling predicates-tree v1.0.13
27652026-03-19T14:15:53.388Z Compiling unicode-truncate v1.1.0
27662026-03-19T14:15:53.665Z Compiling lru v0.12.5
27672026-03-19T14:15:53.848Z Compiling prefix-trie v0.7.0
27682026-03-19T14:15:53.955Z Compiling vergen-git2 v1.0.7
27692026-03-19T14:15:54.240Z Compiling cassowary v0.3.0
27702026-03-19T14:15:54.405Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27712026-03-19T14:15:54.483Z Compiling hickory-server v0.25.2
27722026-03-19T14:15:54.881Z Compiling ratatui v0.29.0
27732026-03-19T14:15:55.649Z Compiling camino-tempfile-ext v0.3.3
27742026-03-19T14:15:55.818Z Compiling hyper-staticfile v0.10.1
27752026-03-19T14:15:56.227Z Compiling sled v0.34.7
27762026-03-19T14:15:57.303Z Compiling hickory-client v0.25.2
27772026-03-19T14:15:57.767Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27782026-03-19T14:15:58.169Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27792026-03-19T14:15:58.429Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27802026-03-19T14:15:58.601Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27812026-03-19T14:15:58.640Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27822026-03-19T14:15:59.419Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27832026-03-19T14:15:59.728Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27842026-03-19T14:16:00.410Z Compiling rand_seeder v0.4.0
27852026-03-19T14:16:00.492Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-03-19T14:16:00.737Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27872026-03-19T14:16:01.029Z Compiling lzma-sys v0.1.20
27882026-03-19T14:16:01.075Z Compiling rustls v0.21.12
27892026-03-19T14:16:01.078Z Compiling corncobs v0.1.4
27902026-03-19T14:16:01.348Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27912026-03-19T14:16:01.439Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-03-19T14:16:01.530Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27932026-03-19T14:16:01.616Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27942026-03-19T14:16:01.697Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27952026-03-19T14:16:01.893Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27962026-03-19T14:16:02.048Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27972026-03-19T14:16:02.345Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27982026-03-19T14:16:02.415Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27992026-03-19T14:16:02.743Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28002026-03-19T14:16:02.774Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28012026-03-19T14:16:05.567Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28022026-03-19T14:16:06.382Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-03-19T14:16:06.614Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28042026-03-19T14:16:06.656Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28052026-03-19T14:16:06.900Z Compiling cargo_toml v0.22.3
28062026-03-19T14:16:06.948Z Compiling sct v0.7.1
28072026-03-19T14:16:07.298Z Compiling rustls-webpki v0.101.7
28082026-03-19T14:16:08.362Z Compiling nix v0.29.0
28092026-03-19T14:16:08.881Z Compiling secrecy v0.8.0
28102026-03-19T14:16:09.122Z Compiling void v1.0.2
28112026-03-19T14:16:09.308Z Compiling lzss v0.8.2
28122026-03-19T14:16:09.788Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28132026-03-19T14:16:09.982Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28142026-03-19T14:16:10.184Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28152026-03-19T14:16:10.291Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28162026-03-19T14:16:10.322Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28172026-03-19T14:16:10.891Z Compiling git2 v0.20.4
28182026-03-19T14:16:11.113Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28192026-03-19T14:16:11.372Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28202026-03-19T14:16:12.038Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28212026-03-19T14:16:12.348Z Compiling tungstenite v0.23.0
28222026-03-19T14:16:12.526Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28232026-03-19T14:16:12.572Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28242026-03-19T14:16:12.825Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28252026-03-19T14:16:12.874Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28262026-03-19T14:16:13.110Z Compiling nix v0.27.1
28272026-03-19T14:16:13.162Z Compiling serde_bytes v0.11.19
28282026-03-19T14:16:13.557Z Compiling tokio-tungstenite v0.23.1
28292026-03-19T14:16:14.005Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28302026-03-19T14:16:14.867Z Compiling tokio-rustls v0.24.1
28312026-03-19T14:16:15.305Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28322026-03-19T14:16:15.346Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28332026-03-19T14:16:15.423Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28342026-03-19T14:16:16.161Z Compiling ron v0.12.0
28352026-03-19T14:16:16.235Z Compiling xz2 v0.1.7
28362026-03-19T14:16:16.604Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28372026-03-19T14:16:17.258Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28382026-03-19T14:16:17.866Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28392026-03-19T14:16:20.450Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-03-19T14:16:21.213Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28412026-03-19T14:16:22.070Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28422026-03-19T14:16:23.097Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28432026-03-19T14:16:23.746Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28442026-03-19T14:16:24.571Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28452026-03-19T14:16:25.242Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28462026-03-19T14:16:25.368Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28472026-03-19T14:16:25.777Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28482026-03-19T14:16:27.205Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28492026-03-19T14:16:28.565Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28502026-03-19T14:16:28.725Z Compiling rustls-pemfile v1.0.4
28512026-03-19T14:16:29.237Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28522026-03-19T14:16:29.806Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28532026-03-19T14:16:31.504Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28542026-03-19T14:16:31.788Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28552026-03-19T14:16:32.117Z Compiling signal-hook-tokio v0.3.1
28562026-03-19T14:16:32.233Z Compiling yasna v0.5.2
28572026-03-19T14:16:32.349Z Compiling twox-hash v2.1.2
28582026-03-19T14:16:32.394Z Compiling base16ct v1.0.0
28592026-03-19T14:16:32.750Z Compiling is_ci v1.2.0
28602026-03-19T14:16:33.018Z Compiling rcgen v0.12.1
28612026-03-19T14:16:33.021Z Compiling supports-color v3.0.2
28622026-03-19T14:16:33.389Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28632026-03-19T14:16:33.475Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28642026-03-19T14:16:33.647Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28652026-03-19T14:16:33.870Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28662026-03-19T14:16:34.136Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28672026-03-19T14:16:34.240Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28682026-03-19T14:16:36.802Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28692026-03-19T14:16:38.623Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28702026-03-19T14:16:39.302Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28712026-03-19T14:16:39.419Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28722026-03-19T14:16:40.324Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28732026-03-19T14:16:40.468Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28742026-03-19T14:16:40.606Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28752026-03-19T14:16:40.755Z Compiling fatfs v0.3.6
28762026-03-19T14:16:40.872Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28772026-03-19T14:16:42.326Z Compiling subprocess v0.2.15
28782026-03-19T14:16:44.046Z Compiling rtoolbox v0.0.3
28792026-03-19T14:16:44.227Z Compiling seq-macro v0.3.6
28802026-03-19T14:16:44.389Z Compiling assert_matches v1.5.0
28812026-03-19T14:16:44.523Z Compiling rpassword v7.4.0
28822026-03-19T14:16:44.868Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28832026-03-19T14:16:44.899Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28842026-03-19T14:16:45.142Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28852026-03-19T14:16:45.952Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28862026-03-19T14:16:46.123Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28872026-03-19T14:16:47.800Z Compiling tui-tree-widget v0.23.1
28882026-03-19T14:16:48.173Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28892026-03-19T14:16:48.781Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28902026-03-19T14:16:49.155Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28912026-03-19T14:16:49.452Z Compiling uzers v0.12.2
28922026-03-19T14:16:51.300Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28932026-03-19T14:16:51.367Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28942026-03-19T14:16:52.748Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28952026-03-19T14:16:53.838Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28962026-03-19T14:16:56.773Z Compiling support-bundle-viewer v0.1.2
28972026-03-19T14:16:59.161Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28982026-03-19T14:17:00.166Z Compiling multimap v0.10.1
28992026-03-19T14:17:22.218Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29002026-03-19T14:17:22.968Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29012026-03-19T14:17:26.781Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29022026-03-19T14:25:04.942Z Finished `release` profile [optimized] target(s) in 10m 33s
29032026-03-19T14:25:58.848Z
29042026-03-19T14:25:58.852Zreal 11:28.703293779
29052026-03-19T14:25:58.852Zuser 1:40:53.979403532
29062026-03-19T14:25:58.852Zsys 4:12.393913564
29072026-03-19T14:25:58.852Ztrap 2.256851243
29082026-03-19T14:25:58.852Ztflt 2.347163499
29092026-03-19T14:25:58.852Zdflt 18.152054534
29102026-03-19T14:25:58.852Zkflt 0.016297210
29112026-03-19T14:25:58.852Zlock 8:33:04.096800412
29122026-03-19T14:25:58.852Zslp 2:50:34.854093592
29132026-03-19T14:25:58.852Zlat 2:46.470864375
29142026-03-19T14:25:58.852Zstop 7:11.388902854
29152026-03-19T14:25:58.852Z+ mapfile -t packages
29162026-03-19T14:25:58.852Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29172026-03-19T14:26:00.114Z Finished `release` profile [optimized] target(s) in 1.25s
29182026-03-19T14:26:00.182Z Running `target/release/omicron-package -t test list-outputs`
29192026-03-19T14:26:00.246ZLogging to: /work/oxidecomputer/omicron/out/LOG
29202026-03-19T14:26:00.249Z+ ptime -m cargo build --locked --release -p xtask
29212026-03-19T14:26:00.957Z Compiling libc v0.2.180
29222026-03-19T14:26:00.957Z Compiling serde v1.0.228
29232026-03-19T14:26:00.960Z Compiling serde_core v1.0.228
29242026-03-19T14:26:01.087Z Compiling rustix v1.1.3
29252026-03-19T14:26:01.097Z Compiling bitflags v2.11.0
29262026-03-19T14:26:01.111Z Compiling serde_json v1.0.149
29272026-03-19T14:26:01.140Z Compiling num-traits v0.2.19
29282026-03-19T14:26:01.154Z Compiling syn v2.0.117
29292026-03-19T14:26:01.169Z Compiling smallvec v1.15.1
29302026-03-19T14:26:01.172Z Compiling hashbrown v0.16.1
29312026-03-19T14:26:01.213Z Compiling usdt-impl v0.5.0
29322026-03-19T14:26:01.231Z Compiling syn v1.0.109
29332026-03-19T14:26:01.251Z Compiling log v0.4.29
29342026-03-19T14:26:01.267Z Compiling getrandom v0.4.1
29352026-03-19T14:26:01.434Z Compiling percent-encoding v2.3.2
29362026-03-19T14:26:01.648Z Compiling form_urlencoded v1.2.2
29372026-03-19T14:26:01.783Z Compiling fs-err v3.3.0
29382026-03-19T14:26:01.786Z Compiling once_cell v1.21.3
29392026-03-19T14:26:01.786Z Compiling anyhow v1.0.102
29402026-03-19T14:26:01.836Z Compiling heck v0.4.1
29412026-03-19T14:26:01.966Z Compiling indexmap v2.13.0
29422026-03-19T14:26:02.163Z Compiling errno v0.3.14
29432026-03-19T14:26:02.164Z Compiling thread-id v4.2.2
29442026-03-19T14:26:02.167Z Compiling memmap v0.7.0
29452026-03-19T14:26:02.608Z Compiling ordered-float v2.10.1
29462026-03-19T14:26:03.355Z Compiling proc-macro-error v1.0.4
29472026-03-19T14:26:03.673Z Compiling tabled_derive v0.7.0
29482026-03-19T14:26:03.688Z Compiling terminal_size v0.4.3
29492026-03-19T14:26:03.691Z Compiling tempfile v3.25.0
29502026-03-19T14:26:03.827Z Compiling clap_builder v4.5.60
29512026-03-19T14:26:03.827Z Compiling textwrap v0.16.2
29522026-03-19T14:26:03.995Z Compiling camino-tempfile v1.4.1
29532026-03-19T14:26:04.528Z Compiling tabled v0.15.0
29542026-03-19T14:26:04.782Z Compiling synstructure v0.13.2
29552026-03-19T14:26:04.782Z Compiling pest_generator v2.8.6
29562026-03-19T14:26:05.320Z Compiling serde_derive v1.0.228
29572026-03-19T14:26:05.320Z Compiling zerofrom-derive v0.1.6
29582026-03-19T14:26:05.324Z Compiling yoke-derive v0.8.1
29592026-03-19T14:26:05.324Z Compiling zerovec-derive v0.11.2
29602026-03-19T14:26:05.324Z Compiling displaydoc v0.2.5
29612026-03-19T14:26:05.324Z Compiling thiserror-impl v1.0.69
29622026-03-19T14:26:05.324Z Compiling zerocopy-derive v0.7.35
29632026-03-19T14:26:05.324Z Compiling scroll_derive v0.12.1
29642026-03-19T14:26:05.334Z Compiling thiserror-impl v2.0.18
29652026-03-19T14:26:05.337Z Compiling clap_derive v4.5.55
29662026-03-19T14:26:05.477Z Compiling pest_derive v2.8.6
29672026-03-19T14:26:06.291Z Compiling scroll v0.12.0
29682026-03-19T14:26:06.453Z Compiling zerocopy v0.7.35
29692026-03-19T14:26:06.688Z Compiling goblin v0.8.2
29702026-03-19T14:26:06.878Z Compiling thiserror v2.0.18
29712026-03-19T14:26:06.966Z Compiling thiserror v1.0.69
29722026-03-19T14:26:07.012Z Compiling zerofrom v0.1.6
29732026-03-19T14:26:07.074Z Compiling dtrace-parser v0.2.0
29742026-03-19T14:26:07.202Z Compiling yoke v0.8.1
29752026-03-19T14:26:07.485Z Compiling zerovec v0.11.5
29762026-03-19T14:26:07.553Z Compiling zerotrie v0.2.3
29772026-03-19T14:26:07.634Z Compiling clap v4.5.60
29782026-03-19T14:26:08.338Z Compiling tinystr v0.8.2
29792026-03-19T14:26:08.357Z Compiling potential_utf v0.1.4
29802026-03-19T14:26:08.608Z Compiling icu_locale_core v2.1.1
29812026-03-19T14:26:08.636Z Compiling icu_collections v2.1.1
29822026-03-19T14:26:09.654Z Compiling icu_provider v2.1.1
29832026-03-19T14:26:09.894Z Compiling serde_spanned v0.6.9
29842026-03-19T14:26:09.934Z Compiling toml_datetime v0.6.11
29852026-03-19T14:26:10.121Z Compiling icu_normalizer v2.1.1
29862026-03-19T14:26:10.232Z Compiling icu_properties v2.1.2
29872026-03-19T14:26:10.250Z Compiling dof v0.3.0
29882026-03-19T14:26:10.317Z Compiling toml_edit v0.22.27
29892026-03-19T14:26:10.367Z Compiling serde_tokenstream v0.2.3
29902026-03-19T14:26:10.439Z Compiling serde-value v0.7.0
29912026-03-19T14:26:10.457Z Compiling cargo-platform v0.2.0
29922026-03-19T14:26:10.517Z Compiling macaddr v1.0.1
29932026-03-19T14:26:11.354Z Compiling usdt-attr-macro v0.5.0
29942026-03-19T14:26:11.603Z Compiling idna_adapter v1.2.1
29952026-03-19T14:26:11.618Z Compiling usdt-macro v0.5.0
29962026-03-19T14:26:11.802Z Compiling idna v1.1.0
29972026-03-19T14:26:12.216Z Compiling url v2.5.8
29982026-03-19T14:26:12.352Z Compiling usdt v0.5.0
29992026-03-19T14:26:12.446Z Compiling toml v0.8.23
30002026-03-19T14:26:13.090Z Compiling cargo-util-schemas v0.8.2
30012026-03-19T14:26:13.090Z Compiling cargo_toml v0.21.0
30022026-03-19T14:26:14.514Z Compiling cargo_metadata v0.21.0
30032026-03-19T14:26:18.666Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30042026-03-19T14:26:22.679Z Finished `release` profile [optimized] target(s) in 22.42s
30052026-03-19T14:26:22.827Z
30062026-03-19T14:26:22.830Zreal 22.548220741
30072026-03-19T14:26:22.830Zuser 3:08.953891213
30082026-03-19T14:26:22.830Zsys 20.944206737
30092026-03-19T14:26:22.830Ztrap 0.085888983
30102026-03-19T14:26:22.830Ztflt 0.639297413
30112026-03-19T14:26:22.830Zdflt 1.940953862
30122026-03-19T14:26:22.830Zkflt 0.000023659
30132026-03-19T14:26:22.830Zlock 7:17.531434888
30142026-03-19T14:26:22.830Zslp 4:28.138017389
30152026-03-19T14:26:22.830Zlat 7.360567209
30162026-03-19T14:26:22.830Zstop 28.710705033
30172026-03-19T14:26:22.830Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30182026-03-19T14:26:22.830Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30192026-03-19T14:26:22.830Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30202026-03-19T14:26:22.830Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30212026-03-19T14:26:22.831Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30222026-03-19T14:26:24.117Z Compiling regress v0.10.5
30232026-03-19T14:26:24.120Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30242026-03-19T14:26:24.287Z Compiling serde_spanned v1.0.4
30252026-03-19T14:26:24.306Z Compiling toml_writer v1.0.6+spec-1.1.0
30262026-03-19T14:26:24.327Z Compiling newtype-uuid-macros v0.1.0
30272026-03-19T14:26:24.330Z Compiling structmeta-derive v0.3.0
30282026-03-19T14:26:24.330Z Compiling rustls v0.22.4
30292026-03-19T14:26:24.330Z Compiling rustls-webpki v0.102.8
30302026-03-19T14:26:24.345Z Compiling multer v3.1.0
30312026-03-19T14:26:24.348Z Compiling match_cfg v0.1.0
30322026-03-19T14:26:24.348Z Compiling debug-ignore v1.0.5
30332026-03-19T14:26:24.435Z Compiling progenitor-client v0.13.0
30342026-03-19T14:26:24.457Z Compiling slog-json v2.6.1
30352026-03-19T14:26:24.460Z Compiling async-stream-impl v0.3.6
30362026-03-19T14:26:24.506Z Compiling dropshot v0.16.7
30372026-03-19T14:26:24.554Z Compiling hostname v0.3.1
30382026-03-19T14:26:24.579Z Compiling toml v0.9.12+spec-1.1.0
30392026-03-19T14:26:24.607Z Compiling itertools v0.14.0
30402026-03-19T14:26:24.610Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30412026-03-19T14:26:24.709Z Compiling waitgroup v0.1.2
30422026-03-19T14:26:24.766Z Compiling slog-bunyan v2.5.0
30432026-03-19T14:26:24.821Z Compiling rustls-pemfile v2.2.0
30442026-03-19T14:26:24.961Z Compiling dropshot_endpoint v0.16.7
30452026-03-19T14:26:24.964Z Compiling serde_path_to_error v0.1.20
30462026-03-19T14:26:24.964Z Compiling hostname v0.4.2
30472026-03-19T14:26:24.964Z Compiling macaddr v1.0.1
30482026-03-19T14:26:24.964Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30492026-03-19T14:26:25.107Z Compiling progenitor-client v0.10.0
30502026-03-19T14:26:25.135Z Compiling instant v0.1.13
30512026-03-19T14:26:25.161Z Compiling backon v1.6.0
30522026-03-19T14:26:25.298Z Compiling backoff v0.4.0
30532026-03-19T14:26:25.332Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30542026-03-19T14:26:25.357Z Compiling async-stream v0.3.6
30552026-03-19T14:26:25.397Z Compiling progenitor-extras v0.1.1
30562026-03-19T14:26:25.454Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30572026-03-19T14:26:25.500Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30582026-03-19T14:26:25.528Z Compiling unsafe-libyaml v0.2.11
30592026-03-19T14:26:25.565Z Compiling crucible-workspace-hack v0.1.0
30602026-03-19T14:26:25.593Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30612026-03-19T14:26:25.593Z Compiling toml_edit v0.23.10+spec-1.0.0
30622026-03-19T14:26:25.646Z Compiling secrecy v0.10.3
30632026-03-19T14:26:25.649Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30642026-03-19T14:26:25.740Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30652026-03-19T14:26:25.794Z Compiling heapless v0.8.0
30662026-03-19T14:26:25.867Z Compiling structmeta v0.3.0
30672026-03-19T14:26:25.870Z Compiling hash32 v0.3.1
30682026-03-19T14:26:25.942Z Compiling smoltcp v0.11.0
30692026-03-19T14:26:26.008Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30702026-03-19T14:26:26.039Z Compiling toml v0.8.23
30712026-03-19T14:26:26.091Z Compiling tabwriter v1.4.1
30722026-03-19T14:26:26.151Z Compiling cobs v0.3.0
30732026-03-19T14:26:26.185Z Compiling derive-ex v0.1.8
30742026-03-19T14:26:26.218Z Compiling parse-display-derive v0.10.0
30752026-03-19T14:26:26.272Z Compiling serde_yaml v0.9.34+deprecated
30762026-03-19T14:26:26.378Z Compiling ingot-macros v0.1.1
30772026-03-19T14:26:26.422Z Compiling proc-macro-crate v3.4.0
30782026-03-19T14:26:26.505Z Compiling foreign-types-macros v0.2.3
30792026-03-19T14:26:26.530Z Compiling cpufeatures v0.3.0
30802026-03-19T14:26:26.557Z Compiling foreign-types-shared v0.3.1
30812026-03-19T14:26:26.585Z Compiling convert_case v0.4.0
30822026-03-19T14:26:26.661Z Compiling chacha20 v0.10.0
30832026-03-19T14:26:26.725Z Compiling postcard v1.1.3
30842026-03-19T14:26:26.953Z Compiling proc-macro-crate v1.3.1
30852026-03-19T14:26:27.049Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30862026-03-19T14:26:27.126Z Compiling universal-hash v0.5.1
30872026-03-19T14:26:27.151Z Compiling derive_more v0.99.20
30882026-03-19T14:26:27.181Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30892026-03-19T14:26:27.210Z Compiling num_enum_derive v0.7.5
30902026-03-19T14:26:27.267Z Compiling cstr-argument v0.1.2
30912026-03-19T14:26:27.332Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30922026-03-19T14:26:27.335Z Compiling foreign-types v0.5.0
30932026-03-19T14:26:27.472Z Compiling colored v3.1.1
30942026-03-19T14:26:27.498Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30952026-03-19T14:26:27.501Z Compiling opaque-debug v0.3.1
30962026-03-19T14:26:27.553Z Compiling num_enum_derive v0.5.11
30972026-03-19T14:26:27.626Z Compiling tokio-rustls v0.25.0
30982026-03-19T14:26:27.694Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30992026-03-19T14:26:27.697Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31002026-03-19T14:26:27.752Z Compiling rand v0.10.0
31012026-03-19T14:26:27.835Z Compiling half v2.7.1
31022026-03-19T14:26:27.902Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31032026-03-19T14:26:28.040Z Compiling ciborium-io v0.2.2
31042026-03-19T14:26:28.065Z Compiling typify-impl v0.6.1
31052026-03-19T14:26:28.198Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31062026-03-19T14:26:28.301Z Compiling ciborium-ll v0.2.2
31072026-03-19T14:26:28.494Z Compiling camino-tempfile v1.4.1
31082026-03-19T14:26:28.539Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31092026-03-19T14:26:28.620Z Compiling ciborium v0.2.2
31102026-03-19T14:26:28.650Z Compiling test-strategy v0.4.5
31112026-03-19T14:26:28.675Z Compiling parse-display v0.10.0
31122026-03-19T14:26:28.725Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31132026-03-19T14:26:28.753Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31142026-03-19T14:26:28.780Z Compiling num_enum v0.7.5
31152026-03-19T14:26:28.844Z Compiling smf v0.2.3
31162026-03-19T14:26:28.943Z Compiling aead v0.5.2
31172026-03-19T14:26:28.969Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31182026-03-19T14:26:29.010Z Compiling num-derive v0.4.2
31192026-03-19T14:26:29.038Z Compiling sigpipe v0.1.3
31202026-03-19T14:26:29.068Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31212026-03-19T14:26:29.093Z Compiling num_enum v0.5.11
31222026-03-19T14:26:29.123Z Compiling glob v0.3.3
31232026-03-19T14:26:29.181Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31242026-03-19T14:26:29.270Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31252026-03-19T14:26:29.295Z Compiling poly1305 v0.8.0
31262026-03-19T14:26:29.372Z Compiling chacha20 v0.9.1
31272026-03-19T14:26:29.472Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31282026-03-19T14:26:29.524Z Compiling whoami v1.6.1
31292026-03-19T14:26:29.688Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31302026-03-19T14:26:29.721Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31312026-03-19T14:26:29.746Z Compiling thiserror-impl-no-std v2.0.2
31322026-03-19T14:26:29.853Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31332026-03-19T14:26:29.903Z Compiling password-hash v0.5.0
31342026-03-19T14:26:29.935Z Compiling blake2 v0.10.6
31352026-03-19T14:26:29.969Z Compiling indent_write v2.2.0
31362026-03-19T14:26:30.186Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31372026-03-19T14:26:30.210Z Compiling chacha20poly1305 v0.10.1
31382026-03-19T14:26:30.302Z Compiling argon2 v0.5.3
31392026-03-19T14:26:30.326Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31402026-03-19T14:26:30.355Z Compiling num-rational v0.4.2
31412026-03-19T14:26:30.383Z Compiling num-complex v0.4.6
31422026-03-19T14:26:30.412Z Compiling ingot-types v0.1.2
31432026-03-19T14:26:30.439Z Compiling prettyplease v0.2.37
31442026-03-19T14:26:30.499Z Compiling float-ord v0.3.2
31452026-03-19T14:26:30.693Z Compiling gethostname v0.5.0
31462026-03-19T14:26:30.734Z Compiling usdt-attr-macro v0.5.0
31472026-03-19T14:26:30.801Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31482026-03-19T14:26:30.825Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31492026-03-19T14:26:30.896Z Compiling usdt-macro v0.5.0
31502026-03-19T14:26:30.934Z Compiling ingot v0.1.1
31512026-03-19T14:26:30.987Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31522026-03-19T14:26:31.022Z Compiling num v0.4.3
31532026-03-19T14:26:31.142Z Compiling derive-where v1.6.0
31542026-03-19T14:26:31.173Z Compiling memmap v0.7.0
31552026-03-19T14:26:31.241Z Compiling typify-impl v0.4.3
31562026-03-19T14:26:31.396Z Compiling atomicwrites v0.4.4
31572026-03-19T14:26:31.426Z Compiling thiserror-no-std v2.0.2
31582026-03-19T14:26:31.456Z Compiling cancel-safe-futures v0.1.5
31592026-03-19T14:26:31.577Z Compiling vsss-rs v3.3.4
31602026-03-19T14:26:31.622Z Compiling owo-colors v4.3.0
31612026-03-19T14:26:31.683Z Compiling libsw-core v0.3.2
31622026-03-19T14:26:31.800Z Compiling async-recursion v1.1.1
31632026-03-19T14:26:31.867Z Compiling resolv-conf v0.7.6
31642026-03-19T14:26:31.891Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31652026-03-19T14:26:31.943Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31662026-03-19T14:26:31.946Z Compiling usdt v0.5.0
31672026-03-19T14:26:32.144Z Compiling libsw v3.5.0
31682026-03-19T14:26:32.361Z Compiling libefi-sys v0.1.0
31692026-03-19T14:26:32.409Z Compiling linear-map v1.2.0
31702026-03-19T14:26:32.558Z Compiling hickory-proto v0.24.4
31712026-03-19T14:26:32.584Z Compiling newline-converter v0.3.0
31722026-03-19T14:26:32.719Z Compiling console v0.15.11
31732026-03-19T14:26:32.743Z Compiling bitfield-struct v0.6.2
31742026-03-19T14:26:32.800Z Compiling semver v0.1.20
31752026-03-19T14:26:32.826Z Compiling linked-hash-map v0.5.6
31762026-03-19T14:26:32.907Z Compiling pin-project-internal v1.1.11
31772026-03-19T14:26:33.049Z Compiling slog-dtrace v0.3.0
31782026-03-19T14:26:33.074Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31792026-03-19T14:26:33.119Z Compiling lru-cache v0.1.2
31802026-03-19T14:26:33.146Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31812026-03-19T14:26:33.211Z Compiling expectorate v1.2.0
31822026-03-19T14:26:33.237Z Compiling rustc_version v0.1.7
31832026-03-19T14:26:33.310Z Compiling minimal-lexical v0.2.1
31842026-03-19T14:26:33.338Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31852026-03-19T14:26:33.447Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31862026-03-19T14:26:33.472Z Compiling tokio-dtrace v0.1.1
31872026-03-19T14:26:33.576Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31882026-03-19T14:26:33.603Z Compiling newtype_derive v0.1.6
31892026-03-19T14:26:33.646Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31902026-03-19T14:26:33.674Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31912026-03-19T14:26:33.703Z Compiling nom v7.1.3
31922026-03-19T14:26:33.745Z Compiling phf_shared v0.12.1
31932026-03-19T14:26:33.864Z Compiling dropshot-api-manager-types v0.6.0
31942026-03-19T14:26:33.890Z Compiling pem v3.0.6
31952026-03-19T14:26:33.961Z Compiling snafu-derive v0.8.9
31962026-03-19T14:26:34.042Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31972026-03-19T14:26:34.140Z Compiling csv-core v0.1.13
31982026-03-19T14:26:34.325Z Compiling xshell-macros v0.2.7
31992026-03-19T14:26:34.353Z Compiling chrono-tz v0.10.4
32002026-03-19T14:26:34.394Z Compiling same-file v1.0.6
32012026-03-19T14:26:34.522Z Compiling highway v1.3.0
32022026-03-19T14:26:34.557Z Compiling pin-project v1.1.11
32032026-03-19T14:26:34.614Z Compiling walkdir v2.5.0
32042026-03-19T14:26:34.671Z Compiling csv v1.4.0
32052026-03-19T14:26:34.734Z Compiling const_format_proc_macros v0.2.34
32062026-03-19T14:26:34.738Z Compiling typify-macro v0.6.1
32072026-03-19T14:26:34.878Z Compiling xshell v0.2.7
32082026-03-19T14:26:35.064Z Compiling phf v0.12.1
32092026-03-19T14:26:35.088Z Compiling oxide-tokio-rt v0.1.3
32102026-03-19T14:26:35.196Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32112026-03-19T14:26:35.386Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32122026-03-19T14:26:35.451Z Compiling globset v0.4.18
32132026-03-19T14:26:35.486Z Compiling olpc-cjson v0.1.4
32142026-03-19T14:26:35.504Z Compiling primeorder v0.13.6
32152026-03-19T14:26:35.593Z Compiling hickory-resolver v0.24.4
32162026-03-19T14:26:35.669Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32172026-03-19T14:26:35.733Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32182026-03-19T14:26:35.761Z Compiling serde_plain v1.0.2
32192026-03-19T14:26:35.786Z Compiling typed-path v0.9.3
32202026-03-19T14:26:35.889Z Compiling base64 v0.21.7
32212026-03-19T14:26:35.914Z Compiling const_format v0.2.35
32222026-03-19T14:26:36.262Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32232026-03-19T14:26:36.385Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32242026-03-19T14:26:36.440Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32252026-03-19T14:26:36.466Z Compiling tabled_derive v0.7.0
32262026-03-19T14:26:36.517Z Compiling bcs v0.1.6
32272026-03-19T14:26:36.771Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32282026-03-19T14:26:36.968Z Compiling qorb v0.4.1
32292026-03-19T14:26:36.968Z Compiling snafu v0.8.9
32302026-03-19T14:26:37.225Z Compiling typify v0.6.1
32312026-03-19T14:26:37.228Z Compiling radium v0.7.0
32322026-03-19T14:26:37.250Z Compiling termtree v0.5.1
32332026-03-19T14:26:37.391Z Compiling progenitor-impl v0.13.0
32342026-03-19T14:26:37.438Z Compiling tough v0.20.0
32352026-03-19T14:26:37.493Z Compiling salty v0.3.0
32362026-03-19T14:26:37.519Z Compiling textwrap v0.16.2
32372026-03-19T14:26:37.586Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32382026-03-19T14:26:37.689Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32392026-03-19T14:26:37.875Z Compiling tabled v0.15.0
32402026-03-19T14:26:37.966Z Compiling steno v0.4.1
32412026-03-19T14:26:37.994Z Compiling typify-macro v0.4.3
32422026-03-19T14:26:38.019Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32432026-03-19T14:26:38.022Z Compiling maybe-uninit v2.0.0
32442026-03-19T14:26:38.142Z Compiling tap v1.0.1
32452026-03-19T14:26:38.167Z Compiling humantime v2.3.0
32462026-03-19T14:26:38.227Z Compiling utf-8 v0.7.6
32472026-03-19T14:26:38.320Z Compiling wyz v0.5.1
32482026-03-19T14:26:38.476Z Compiling tungstenite v0.21.0
32492026-03-19T14:26:38.531Z Compiling p384 v0.13.1
32502026-03-19T14:26:38.566Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32512026-03-19T14:26:38.594Z Compiling arc-swap v1.8.2
32522026-03-19T14:26:38.625Z Compiling funty v2.0.0
32532026-03-19T14:26:39.046Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32542026-03-19T14:26:39.106Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32552026-03-19T14:26:39.342Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32562026-03-19T14:26:39.586Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32572026-03-19T14:26:39.686Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32582026-03-19T14:26:39.854Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32592026-03-19T14:26:39.881Z Compiling tagptr v0.2.0
32602026-03-19T14:26:39.976Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32612026-03-19T14:26:40.116Z Compiling packed_struct v0.10.1
32622026-03-19T14:26:40.412Z Compiling moka v0.12.13
32632026-03-19T14:26:40.437Z Compiling typify v0.4.3
32642026-03-19T14:26:40.516Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32652026-03-19T14:26:40.614Z Compiling progenitor-impl v0.10.0
32662026-03-19T14:26:40.655Z Compiling tokio-tungstenite v0.21.0
32672026-03-19T14:26:41.138Z Compiling bitvec v1.0.1
32682026-03-19T14:26:41.248Z Compiling slog-scope v4.4.1
32692026-03-19T14:26:41.276Z Compiling progenitor-macro v0.13.0
32702026-03-19T14:26:41.428Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32712026-03-19T14:26:41.453Z Compiling polyval v0.6.2
32722026-03-19T14:26:41.537Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32732026-03-19T14:26:41.596Z Compiling packed_struct_codegen v0.10.1
32742026-03-19T14:26:41.620Z Compiling zerocopy-derive v0.6.6
32752026-03-19T14:26:41.755Z Compiling bitfield-macros v0.19.4
32762026-03-19T14:26:41.790Z Compiling proc-macro-error-attr2 v2.0.0
32772026-03-19T14:26:41.833Z Compiling indexmap v1.9.3
32782026-03-19T14:26:42.014Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32792026-03-19T14:26:42.117Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32802026-03-19T14:26:42.309Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32812026-03-19T14:26:42.361Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32822026-03-19T14:26:42.581Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32832026-03-19T14:26:42.796Z Compiling crc-catalog v2.4.0
32842026-03-19T14:26:42.843Z Compiling nodrop v0.1.14
32852026-03-19T14:26:42.896Z Compiling parking_lot_core v0.8.6
32862026-03-19T14:26:42.966Z Compiling array-init v0.0.4
32872026-03-19T14:26:43.009Z Compiling crc v3.4.0
32882026-03-19T14:26:43.256Z Compiling zerocopy v0.6.6
32892026-03-19T14:26:43.306Z Compiling bitfield v0.19.4
32902026-03-19T14:26:43.330Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32912026-03-19T14:26:43.358Z Compiling proc-macro-error2 v2.0.1
32922026-03-19T14:26:43.561Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32932026-03-19T14:26:43.586Z Compiling ghash v0.5.1
32942026-03-19T14:26:43.764Z Compiling slog-stdlog v4.1.1
32952026-03-19T14:26:43.789Z Compiling smallvec v0.6.14
32962026-03-19T14:26:43.815Z Compiling hickory-resolver v0.25.2
32972026-03-19T14:26:43.842Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32982026-03-19T14:26:44.094Z Compiling git-stub v1.0.0
32992026-03-19T14:26:44.122Z Compiling ctr v0.9.2
33002026-03-19T14:26:44.243Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33012026-03-19T14:26:44.312Z Compiling num-derive v0.3.3
33022026-03-19T14:26:44.422Z Compiling lzma-sys v0.1.20
33032026-03-19T14:26:44.448Z Compiling hashbrown v0.12.3
33042026-03-19T14:26:44.475Z Compiling progenitor-macro v0.10.0
33052026-03-19T14:26:44.502Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33062026-03-19T14:26:44.777Z Compiling unicase v2.9.0
33072026-03-19T14:26:44.804Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33082026-03-19T14:26:44.837Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33092026-03-19T14:26:45.989Z Compiling aes-gcm v0.10.3
33102026-03-19T14:26:45.993Z Compiling git-stub-vcs v0.1.0
33112026-03-19T14:26:45.993Z Compiling mime_guess v2.0.5
33122026-03-19T14:26:45.993Z Compiling serde-hex v0.1.0
33132026-03-19T14:26:45.993Z Compiling slog-envlogger v2.2.0
33142026-03-19T14:26:45.993Z Compiling tabled_derive v0.11.0
33152026-03-19T14:26:45.993Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33162026-03-19T14:26:45.993Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33172026-03-19T14:26:45.993Z Compiling libscf-sys v1.1.0
33182026-03-19T14:26:45.993Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33192026-03-19T14:26:45.993Z Compiling progenitor-impl v0.11.2
33202026-03-19T14:26:45.993Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33212026-03-19T14:26:46.078Z Compiling ron v0.8.1
33222026-03-19T14:26:46.130Z Compiling papergrid v0.17.0
33232026-03-19T14:26:46.133Z Compiling cargo_toml v0.22.3
33242026-03-19T14:26:46.488Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33252026-03-19T14:26:46.658Z Compiling hashbrown v0.13.2
33262026-03-19T14:26:46.921Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33272026-03-19T14:26:47.250Z Compiling testing_table v0.3.0
33282026-03-19T14:26:47.387Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33292026-03-19T14:26:47.473Z Compiling blowfish v0.9.1
33302026-03-19T14:26:47.499Z Compiling ssh-encoding v0.2.0
33312026-03-19T14:26:47.502Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33322026-03-19T14:26:47.611Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33332026-03-19T14:26:47.738Z Compiling nibble_vec v0.1.0
33342026-03-19T14:26:47.879Z Compiling crc-any v2.5.0
33352026-03-19T14:26:47.945Z Compiling corncobs v0.1.4
33362026-03-19T14:26:47.972Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33372026-03-19T14:26:48.009Z Compiling endian-type v0.1.2
33382026-03-19T14:26:48.126Z Compiling ssh-cipher v0.2.0
33392026-03-19T14:26:48.227Z Compiling radix_trie v0.2.1
33402026-03-19T14:26:48.251Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33412026-03-19T14:26:48.279Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33422026-03-19T14:26:48.372Z Compiling bcrypt-pbkdf v0.10.0
33432026-03-19T14:26:48.409Z Compiling tabled v0.20.0
33442026-03-19T14:26:48.612Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33452026-03-19T14:26:48.648Z Compiling object v0.30.4
33462026-03-19T14:26:48.709Z Compiling progenitor v0.13.0
33472026-03-19T14:26:48.709Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33482026-03-19T14:26:48.849Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33492026-03-19T14:26:48.886Z Compiling parking_lot v0.11.2
33502026-03-19T14:26:48.945Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33512026-03-19T14:26:49.018Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33522026-03-19T14:26:49.196Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33532026-03-19T14:26:49.496Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33542026-03-19T14:26:49.762Z Compiling progenitor-macro v0.11.2
33552026-03-19T14:26:49.834Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33562026-03-19T14:26:49.859Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33572026-03-19T14:26:50.025Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33582026-03-19T14:26:50.294Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33592026-03-19T14:26:50.392Z Compiling progenitor-client v0.11.2
33602026-03-19T14:26:50.440Z Compiling prefix-trie v0.7.0
33612026-03-19T14:26:50.569Z Compiling password-hash v0.4.2
33622026-03-19T14:26:50.646Z Compiling fxhash v0.2.1
33632026-03-19T14:26:50.848Z Compiling secrecy v0.8.0
33642026-03-19T14:26:50.874Z Compiling http-range v0.1.5
33652026-03-19T14:26:50.997Z Compiling path-slash v0.1.5
33662026-03-19T14:26:51.079Z Compiling half v1.8.3
33672026-03-19T14:26:51.169Z Compiling pbkdf2 v0.11.0
33682026-03-19T14:26:51.198Z Compiling hickory-server v0.25.2
33692026-03-19T14:26:51.228Z Compiling sled v0.34.7
33702026-03-19T14:26:51.485Z Compiling serde_cbor v0.11.2
33712026-03-19T14:26:51.619Z Compiling xz2 v0.1.7
33722026-03-19T14:26:51.653Z Compiling ron v0.12.0
33732026-03-19T14:26:51.804Z Compiling progenitor v0.10.0
33742026-03-19T14:26:51.935Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33752026-03-19T14:26:51.965Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33762026-03-19T14:26:52.036Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33772026-03-19T14:26:52.367Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33782026-03-19T14:26:52.953Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33792026-03-19T14:26:53.278Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33802026-03-19T14:26:53.325Z Compiling ssh-key v0.6.7
33812026-03-19T14:26:53.351Z Compiling hickory-client v0.25.2
33822026-03-19T14:26:53.805Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33832026-03-19T14:26:53.847Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33842026-03-19T14:26:54.050Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33852026-03-19T14:26:54.106Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33862026-03-19T14:26:54.181Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33872026-03-19T14:26:54.579Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33882026-03-19T14:26:54.772Z Compiling p521 v0.13.3
33892026-03-19T14:26:54.943Z Compiling p256 v0.13.2
33902026-03-19T14:26:55.135Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33912026-03-19T14:26:55.239Z Compiling yasna v0.5.2
33922026-03-19T14:26:55.486Z Compiling kstat-rs v0.2.4
33932026-03-19T14:26:55.756Z Compiling headers-core v0.3.0
33942026-03-19T14:26:55.924Z Compiling nanorand v0.7.0
33952026-03-19T14:26:55.953Z Compiling atty v0.2.14
33962026-03-19T14:26:56.068Z Compiling russh-cryptovec v0.7.3
33972026-03-19T14:26:56.131Z Compiling md5 v0.7.0
33982026-03-19T14:26:56.155Z Compiling base16ct v1.0.0
33992026-03-19T14:26:56.253Z Compiling crc8 v0.1.1
34002026-03-19T14:26:56.348Z Compiling home v0.5.12
34012026-03-19T14:26:56.441Z Compiling flume v0.11.1
34022026-03-19T14:26:56.465Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34032026-03-19T14:26:56.499Z Compiling headers v0.4.1
34042026-03-19T14:26:56.529Z Compiling russh-keys v0.45.0
34052026-03-19T14:26:56.571Z Compiling rcgen v0.12.1
34062026-03-19T14:26:56.630Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34072026-03-19T14:26:56.661Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34082026-03-19T14:26:56.746Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34092026-03-19T14:26:57.078Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34102026-03-19T14:26:57.157Z Compiling progenitor v0.11.2
34112026-03-19T14:26:57.348Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34122026-03-19T14:26:57.391Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34132026-03-19T14:26:57.532Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34142026-03-19T14:26:57.594Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34152026-03-19T14:26:57.649Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34162026-03-19T14:26:57.865Z Compiling hyper-staticfile v0.10.1
34172026-03-19T14:26:57.956Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34182026-03-19T14:26:58.233Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34192026-03-19T14:26:58.574Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34202026-03-19T14:26:58.599Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34212026-03-19T14:26:58.752Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34222026-03-19T14:26:58.783Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34232026-03-19T14:26:58.810Z Compiling num-bigint v0.4.6
34242026-03-19T14:26:58.890Z Compiling des v0.8.1
34252026-03-19T14:26:59.045Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34262026-03-19T14:26:59.150Z Compiling subprocess v0.2.15
34272026-03-19T14:26:59.179Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34282026-03-19T14:26:59.204Z Compiling hex-literal v0.4.1
34292026-03-19T14:26:59.389Z Compiling display-error-chain v0.2.2
34302026-03-19T14:26:59.605Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34312026-03-19T14:26:59.743Z Compiling colored v2.2.0
34322026-03-19T14:26:59.778Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34332026-03-19T14:26:59.838Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34342026-03-19T14:27:00.102Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34352026-03-19T14:27:00.182Z Compiling socket2 v0.5.10
34362026-03-19T14:27:00.207Z Compiling internet-checksum v0.2.1
34372026-03-19T14:27:00.796Z Compiling russh v0.45.0
34382026-03-19T14:27:01.117Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34392026-03-19T14:27:07.829Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34402026-03-19T14:27:18.062Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34412026-03-19T14:27:18.062Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34422026-03-19T14:27:18.065Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34432026-03-19T14:27:18.065Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34442026-03-19T14:27:20.261Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34452026-03-19T14:27:20.374Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34462026-03-19T14:27:26.300Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34472026-03-19T14:27:57.071Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34482026-03-19T14:28:21.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
34492026-03-19T14:28:21.941Z
34502026-03-19T14:28:21.944Zreal 1:59.086713561
34512026-03-19T14:28:21.944Zuser 11:38.761155656
34522026-03-19T14:28:21.944Zsys 2:04.757507271
34532026-03-19T14:28:21.944Ztrap 0.349749107
34542026-03-19T14:28:21.944Ztflt 0.493013414
34552026-03-19T14:28:21.944Zdflt 1.915208817
34562026-03-19T14:28:21.944Zkflt 0.000182445
34572026-03-19T14:28:21.944Zlock 40:39.181976860
34582026-03-19T14:28:21.944Zslp 26:11.626614898
34592026-03-19T14:28:21.944Zlat 45.104046162
34602026-03-19T14:28:21.944Zstop 4:05.664720562
34612026-03-19T14:28:21.944Z+ mkdir tests
34622026-03-19T14:28:21.947Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34632026-03-19T14:28:21.947Z+ xargs -I '{}' -t cp '{}' tests/
34642026-03-19T14:28:21.984Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a47ac48134428f42 tests/
34652026-03-19T14:28:22.015Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-73543619dd1e712a tests/
34662026-03-19T14:28:22.045Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-71f154827dfcabb2 tests/
34672026-03-19T14:28:22.076Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e1218ca0fcbd2f2d tests/
34682026-03-19T14:28:22.334Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
34692026-03-19T14:28:22.337Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-73543619dd1e712a tests/commtest-71f154827dfcabb2 tests/dhcp_server-a47ac48134428f42 tests/end_to_end_tests-e1218ca0fcbd2f2d out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34702026-03-19T14:30:01.818ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34712026-03-19T14:30:01.818Za .github/buildomat/ci-env.sh 1K
34722026-03-19T14:30:01.818Za out/target/test 1K
34732026-03-19T14:30:01.818Za out/npuzone/npuzone 27402K
34742026-03-19T14:30:01.818Za package-manifest.toml 35K
34752026-03-19T14:30:01.819Za smf/sled-agent/non-gimlet/config.toml 6K
34762026-03-19T14:30:01.819Za target/release/omicron-package 40561K
34772026-03-19T14:30:01.819Za target/release/xtask 11433K
34782026-03-19T14:30:01.819Za target/debug/bootstrap 336686K
34792026-03-19T14:30:01.819Za tests/bootstrap-73543619dd1e712a 31310K
34802026-03-19T14:30:01.819Za tests/commtest-71f154827dfcabb2 32395K
34812026-03-19T14:30:01.819Za tests/dhcp_server-a47ac48134428f42 31310K
34822026-03-19T14:30:01.819Za tests/end_to_end_tests-e1218ca0fcbd2f2d 378928K
34832026-03-19T14:30:01.819Za out/clickhouse.tar.gz 301709K
34842026-03-19T14:30:01.819Za out/clickhouse_keeper.tar.gz 287174K
34852026-03-19T14:30:01.819Za out/clickhouse_server.tar.gz 301708K
34862026-03-19T14:30:01.819Za out/cockroachdb.tar.gz 156534K
34872026-03-19T14:30:01.819Za out/crucible-pantry-zone.tar.gz 38990K
34882026-03-19T14:30:01.819Za out/crucible-utils.tar 17744K
34892026-03-19T14:30:01.819Za out/crucible-zone.tar.gz 53128K
34902026-03-19T14:30:01.819Za out/external-dns.tar.gz 43605K
34912026-03-19T14:30:01.819Za out/internal-dns.tar.gz 43604K
34922026-03-19T14:30:01.819Za out/mg-ddm-gz.tar 78377K
34932026-03-19T14:30:01.819Za out/nexus.tar.gz 209557K
34942026-03-19T14:30:01.819Za out/ntp.tar.gz 25419K
34952026-03-19T14:30:01.819Za out/omicron-gateway-softnpu.tar.gz 28295K
34962026-03-19T14:30:01.819Za out/omicron-sled-agent.tar 186414K
34972026-03-19T14:30:01.819Za out/overlay.tar.gz 3K
34982026-03-19T14:30:01.819Za out/oximeter.tar.gz 57465K
34992026-03-19T14:30:01.819Za out/oxlog.tar 3782K
35002026-03-19T14:30:01.819Za out/probe.tar.gz 3037K
35012026-03-19T14:30:01.819Za out/propolis-server.tar.gz 74633K
35022026-03-19T14:30:01.819Za out/pumpkind-gz.tar 26647K
35032026-03-19T14:30:01.819Za out/switch-softnpu.tar.gz 368135K
35042026-03-19T14:30:01.823Z
35052026-03-19T14:30:01.823Zreal 1:39.521097568
35062026-03-19T14:30:01.823Zuser 1:36.524485996
35072026-03-19T14:30:01.823Zsys 5.987440231
35082026-03-19T14:30:01.823Ztrap 0.006748562
35092026-03-19T14:30:01.823Ztflt 0.000000000
35102026-03-19T14:30:01.823Zdflt 0.000000000
35112026-03-19T14:30:01.823Zkflt 0.000000000
35122026-03-19T14:30:01.823Zlock 0.000000000
35132026-03-19T14:30:01.823Zslp 1:35.904680563
35142026-03-19T14:30:01.823Zlat 0.614504796
35152026-03-19T14:30:01.823Zstop 0.000153398
35162026-03-19T14:30:01.826Zprocess exited: duration 1278957 ms, exit code 0
 
35172026-03-19T14:30:01.841Zfound 1 output files
35182026-03-19T14:30:01.841Zuploading: /work/package.tar.gz (2321172222 bytes)
35192026-03-19T14:30:31.292Zuploaded: /work/package.tar.gz