01KMNDWPX3H5CWDV7C975JRJNB: 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: 01KMNDX71747ABC7533215ZCJS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-26T15:59:43.274Zjob assigned to worker 01KMNDXCZ7EPX8P8Q2ZPDKE4FZ [factory aws, i-0420de930ebdac8a0] (queued for 57 s)
 
22026-03-26T15:59:50.340Zstarting task 0: "setup"
32026-03-26T15:59:50.344Z++ uname -s
42026-03-26T15:59:50.347Z+ kern=SunOS
52026-03-26T15:59:50.347Z+ build_user=build
62026-03-26T15:59:50.347Z+ build_uid=12345
72026-03-26T15:59:50.347Z+ work_dir=/work
82026-03-26T15:59:50.347Z+ input_dir=/input
92026-03-26T15:59:50.347Z+ [[ 0 == 12345 ]]
102026-03-26T15:59:50.347Z+ case "$kern" in
112026-03-26T15:59:50.347Z+ groupadd -g 12345 build
122026-03-26T15:59:50.350Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-26T15:59:52.359Z+ zfs create -o mountpoint=/work rpool/work
142026-03-26T15:59:52.487Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-26T15:59:52.490Z+ home_fs=zfs
162026-03-26T15:59:52.490Z+ [[ zfs == autofs ]]
172026-03-26T15:59:52.491Z+ mkdir -p /home/build
182026-03-26T15:59:52.493Z+ chown build:build /home/build /work
192026-03-26T15:59:54.494Z+ chmod 0700 /home/build /work
202026-03-26T15:59:54.497Zprocess exited: duration 4160 ms, exit code 0
 
212026-03-26T15:59:54.503Zstarting task 1: "rust-toolchain"
222026-03-26T15:59:54.509Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-26T15:59:54.509Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-26T15:59:54.509Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-03-26T15:59:54.509Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-26T15:59:54.509Z * rust toolchain channel = "1.94.0"
272026-03-26T15:59:54.509Z * rust toolchain profile = "default"
282026-03-26T15:59:54.512Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-26T15:59:54.512Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-26T15:59:54.626Zinfo: downloading installer
312026-03-26T15:59:56.024Zwarn: It looks like you have an existing installation of Rust at:
322026-03-26T15:59:56.024Zwarn: /opt/ooce/bin
332026-03-26T15:59:56.024Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-26T15:59:56.024Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-26T15:59:56.024Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-26T15:59:56.024Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-26T15:59:56.024Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-26T15:59:56.024Zerror: cannot install while Rust is installed
392026-03-26T15:59:56.024Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-26T15:59:56.024Zwarn: It looks like you have an existing rustup settings file at:
412026-03-26T15:59:56.024Zwarn: /home/build/.rustup/settings.toml
422026-03-26T15:59:56.024Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-26T15:59:56.024Zwarn: instead of the one inferred from the default host triple.
442026-03-26T15:59:56.036Zinfo: profile set to default
452026-03-26T15:59:56.036Zinfo: default host triple is x86_64-unknown-illumos
462026-03-26T15:59:56.039Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-26T15:59:56.176Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-26T15:59:56.179Zinfo: downloading 6 components
492026-03-26T16:00:12.533Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-26T16:00:12.533Z
512026-03-26T16:00:12.562Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-26T16:00:12.562Z
532026-03-26T16:00:12.562Z
542026-03-26T16:00:12.562ZRust is installed now. Great!
552026-03-26T16:00:12.562Z
562026-03-26T16:00:12.563ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-26T16:00:12.563Zenvironment variable. This has not been done automatically.
582026-03-26T16:00:12.563Z
592026-03-26T16:00:12.563ZTo configure your current shell, you need to source
602026-03-26T16:00:12.563Zthe corresponding env file under $HOME/.cargo.
612026-03-26T16:00:12.563Z
622026-03-26T16:00:12.563ZThis is usually done by running one of the following (note the leading DOT):
632026-03-26T16:00:12.564Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-26T16:00:12.564Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-26T16:00:12.564Zsource "~/.cargo/env.nu" # For nushell
662026-03-26T16:00:12.564Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-26T16:00:12.564Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-26T16:00:12.564Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-26T16:00:12.568Zwarn: no default linker (`cc`) was found in your PATH
702026-03-26T16:00:12.569Zwarn: many Rust crates require a system C toolchain to build
712026-03-26T16:00:12.654Z+ rustup --version
722026-03-26T16:00:12.661Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-26T16:00:12.664Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-26T16:00:12.683Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-26T16:00:12.686Z+ cargo --version
762026-03-26T16:00:12.695Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-26T16:00:12.698Z+ rustc --version
782026-03-26T16:00:12.717Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-26T16:00:12.721Zprocess exited: duration 18216 ms, exit code 0
 
802026-03-26T16:00:12.726Zstarting task 2: "authentication"
812026-03-26T16:00:12.744Zprocess exited: duration 17 ms, exit code 0
 
822026-03-26T16:00:12.750Zstarting task 3: "clone repository"
832026-03-26T16:00:12.754Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-26T16:00:12.757Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-26T16:00:12.874ZCloning into '/work/oxidecomputer/omicron'...
862026-03-26T16:00:22.518Z+ cd /work/oxidecomputer/omicron
872026-03-26T16:00:22.518Z+ git fetch origin 4733eb82f5ac1b32637bbb910b880b4e578e8f05
882026-03-26T16:00:22.851ZFrom https://github.com/oxidecomputer/omicron
892026-03-26T16:00:22.851Z * branch 4733eb82f5ac1b32637bbb910b880b4e578e8f05 -> FETCH_HEAD
902026-03-26T16:00:22.864Z+ [[ -n ben/simplify-external-ip-config ]]
912026-03-26T16:00:22.867Z++ git branch --show-current
922026-03-26T16:00:22.870Z+ current=main
932026-03-26T16:00:22.870Z+ [[ main != ben/simplify-external-ip-config ]]
942026-03-26T16:00:22.870Z+ git branch -f ben/simplify-external-ip-config 4733eb82f5ac1b32637bbb910b880b4e578e8f05
952026-03-26T16:00:22.873Z+ git checkout -f ben/simplify-external-ip-config
962026-03-26T16:00:23.112ZSwitched to branch 'ben/simplify-external-ip-config'
972026-03-26T16:00:23.115Z+ git reset --hard 4733eb82f5ac1b32637bbb910b880b4e578e8f05
982026-03-26T16:00:23.140ZHEAD is now at 4733eb82f fixup
992026-03-26T16:00:23.143Zprocess exited: duration 10391 ms, exit code 0
 
1002026-03-26T16:00:23.149Zstarting task 4: "build"
1012026-03-26T16:00:23.155Z+ source .github/buildomat/ci-env.sh
1022026-03-26T16:00:23.155Z++ export CARGO_TERM_COLOR=always
1032026-03-26T16:00:23.156Z++ CARGO_TERM_COLOR=always
1042026-03-26T16:00:23.156Z+ cargo --version
1052026-03-26T16:00:23.165Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-26T16:00:23.168Z+ rustc --version
1072026-03-26T16:00:23.189Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-26T16:00:23.192Z+ WORK=/work
1092026-03-26T16:00:23.192Z+ pfexec mkdir -p /work
1102026-03-26T16:00:23.195Z+ pfexec chown build /work
1112026-03-26T16:00:23.198Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-26T16:00:32.151Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-26T16:00:38.929Z Startup: Caching catalogs ... Done
1142026-03-26T16:00:42.768ZPlanning: Solver setup ... Done (2.455s)
1152026-03-26T16:00:42.786ZPlanning: Running solver ... Done (0.016s)
1162026-03-26T16:00:42.901ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-26T16:00:42.911ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-26T16:00:43.005ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-26T16:00:43.035ZPlanning: Package planning ... Done (0.031s)
1202026-03-26T16:00:43.062ZPlanning: Merging actions ... Done (0.028s)
1212026-03-26T16:00:43.245ZPlanning: Checking for conflicting actions ... Done (0.183s)
1222026-03-26T16:00:43.252ZPlanning: Consolidating action changes ... Done (0.007s)
1232026-03-26T16:00:44.027ZPlanning: Evaluating mediators ... Done (0.774s)
1242026-03-26T16:00:44.032ZPlanning: Planning completed in 4.94 seconds
1252026-03-26T16:00:44.290Z Packages to install: 4
1262026-03-26T16:00:44.290Z Mediators to change: 2
1272026-03-26T16:00:44.290Z Services to change: 1
1282026-03-26T16:00:44.290Z Estimated space available: 155.35 GB
1292026-03-26T16:00:44.290ZEstimated space to be consumed: 1.83 GB
1302026-03-26T16:00:44.294Z Create boot environment: No
1312026-03-26T16:00:44.294ZCreate backup boot environment: No
1322026-03-26T16:00:44.294Z Rebuild boot archive: No
1332026-03-26T16:00:44.294Z
1342026-03-26T16:00:44.294ZChanged mediators:
1352026-03-26T16:00:44.294Z mediator clang:
1362026-03-26T16:00:44.294Z version: None -> 15 (system default)
1372026-03-26T16:00:44.294Z
1382026-03-26T16:00:44.294Z mediator llvm:
1392026-03-26T16:00:44.294Z version: 14 (system default) -> 15 (system default)
1402026-03-26T16:00:44.294Z
1412026-03-26T16:00:44.294ZChanged packages:
1422026-03-26T16:00:44.294Zhelios-dev
1432026-03-26T16:00:44.294Z developer/build-essential
1442026-03-26T16:00:44.294Z None -> 11-2.0
1452026-03-26T16:00:44.294Z library/libxmlsec1
1462026-03-26T16:00:44.294Z None -> 1.2.35-2.0
1472026-03-26T16:00:44.294Z ooce/developer/clang-15
1482026-03-26T16:00:44.294Z None -> 15.0.7-2.0
1492026-03-26T16:00:44.294Z ooce/developer/llvm-15
1502026-03-26T16:00:44.294Z None -> 15.0.7-2.0
1512026-03-26T16:00:44.294Z
1522026-03-26T16:00:44.294ZServices:
1532026-03-26T16:00:44.294Z restart_fmri:
1542026-03-26T16:00:44.294Z svc:/system/update-man-index:default
1552026-03-26T16:00:44.336Z
1562026-03-26T16:00:44.336ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-26T16:00:49.336ZDownload: 1895/3290 items 118.4/212.6MB 55% complete (24.2M/s)
1582026-03-26T16:00:54.351ZDownload: 3247/3290 items 203.1/212.6MB 95% complete (23.1M/s)
1592026-03-26T16:00:57.378ZDownload: Completed 212.60 MB in 13.04 seconds (16.3M/s)
1602026-03-26T16:00:57.500Z Actions: 1/3689 actions (Installing new actions)
1612026-03-26T16:01:00.992Z Actions: Completed 3689 actions in 3.49 seconds.
1622026-03-26T16:01:01.597Z Done (0.599s)
1632026-03-26T16:01:01.597Z Done (0.000s)
1642026-03-26T16:01:02.201Z Done (0.606s)
1652026-03-26T16:01:06.194Z Done (2.716s)
1662026-03-26T16:01:06.223Z Done (0.014s)
1672026-03-26T16:01:06.224Z Done (0.000s)
1682026-03-26T16:01:06.232Z Done (0.000s)
1692026-03-26T16:01:06.536ZPlanning: Evaluating mediator changes ... Done
1702026-03-26T16:01:06.644ZPlanning: Checking for conflicting actions ... Done
1712026-03-26T16:01:06.647ZPlanning: Consolidating action changes ... Done
1722026-03-26T16:01:06.802ZPlanning: Evaluating mediators ... Done
1732026-03-26T16:01:06.805ZPlanning: Planning completed in 0.27 seconds
1742026-03-26T16:01:06.823Z Mediators to change: 2
1752026-03-26T16:01:06.824Z Create boot environment: No
1762026-03-26T16:01:06.824ZCreate backup boot environment: No
1772026-03-26T16:01:06.881Z Done
1782026-03-26T16:01:06.881Z Done
1792026-03-26T16:01:07.466Z Done
1802026-03-26T16:01:10.008Z Done
1812026-03-26T16:01:10.082Z Done
1822026-03-26T16:01:10.088Z Done
1832026-03-26T16:01:10.165Z Done
1842026-03-26T16:01:10.568ZPlanning: Evaluating mediator changes ... Done
1852026-03-26T16:01:10.571ZPlanning: Merging actions ... Done
1862026-03-26T16:01:10.705ZPlanning: Checking for conflicting actions ... Done
1872026-03-26T16:01:10.711ZPlanning: Consolidating action changes ... Done
1882026-03-26T16:01:10.845ZPlanning: Evaluating mediators ... Done
1892026-03-26T16:01:10.873ZPlanning: Planning completed in 0.45 seconds
1902026-03-26T16:01:10.895Z Packages to change: 1
1912026-03-26T16:01:10.895Z Mediators to change: 1
1922026-03-26T16:01:10.895Z Services to change: 1
1932026-03-26T16:01:10.895Z Create boot environment: No
1942026-03-26T16:01:10.895ZCreate backup boot environment: Yes
1952026-03-26T16:01:12.906Z Actions: 1/6 actions (Updating modified actions)
1962026-03-26T16:01:12.909Z Actions: Completed 6 actions in 0.00 seconds.
1972026-03-26T16:01:12.909Z Done
1982026-03-26T16:01:12.909Z Done
1992026-03-26T16:01:13.043Z Done
2002026-03-26T16:01:15.498Z Done
2012026-03-26T16:01:15.569Z Done
2022026-03-26T16:01:15.572Z Done
2032026-03-26T16:01:15.714Z Done
2042026-03-26T16:01:15.998ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-03-26T16:01:15.998Zclang system 15 system
2062026-03-26T16:01:15.998Zcsh system system illumos
2072026-03-26T16:01:15.998Zctags system system illumos
2082026-03-26T16:01:15.998Zfile system system illumos
2092026-03-26T16:01:15.998Zgcc vendor 12 vendor
2102026-03-26T16:01:15.998Zgcc system 14 system
2112026-03-26T16:01:15.998Zgcc system 10 system
2122026-03-26T16:01:15.998Zgo system 1.20 system
2132026-03-26T16:01:15.999Zgo system 1.19 system
2142026-03-26T16:01:15.999Zllvm system 15 system
2152026-03-26T16:01:15.999Zllvm system 14 system
2162026-03-26T16:01:15.999Zmariadb system 10.6 system
2172026-03-26T16:01:15.999Zmta vendor vendor dma
2182026-03-26T16:01:15.999Zopenjdk system 17 system
2192026-03-26T16:01:15.999Zopenjdk system 11 system
2202026-03-26T16:01:15.999Zopenjdk system 1.8 system
2212026-03-26T16:01:15.999Zopenssl vendor 3 vendor
2222026-03-26T16:01:15.999Zperl system 5.36 system
2232026-03-26T16:01:15.999Zpostgresql system 15 system
2242026-03-26T16:01:15.999Zpostgresql system 13 system
2252026-03-26T16:01:15.999Zpython vendor 3 vendor
2262026-03-26T16:01:15.999Zpython system 2 system
2272026-03-26T16:01:15.999Zpython3 system 3.11 system
2282026-03-26T16:01:15.999Zruby system 3.0 system
2292026-03-26T16:01:15.999Zwords vendor vendor american-english
2302026-03-26T16:01:15.999Zwords system system australian-english
2312026-03-26T16:01:15.999Zwords system system british-english
2322026-03-26T16:01:16.000Zwords system system canadian-english
2332026-03-26T16:01:16.000Zwords system system french
2342026-03-26T16:01:16.000Zwords system system italian
2352026-03-26T16:01:16.000Zwords system system ngerman
2362026-03-26T16:01:16.000Zwords system system ogerman
2372026-03-26T16:01:16.000Zwords system system spanish
2382026-03-26T16:01:16.235ZPUBLISHER TYPE STATUS P LOCATION
2392026-03-26T16:01:16.235Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-03-26T16:01:20.505ZFMRI IFO
2412026-03-26T16:01:20.505Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-03-26T16:01:20.505Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-03-26T16:01:20.505Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-03-26T16:01:20.505Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-03-26T16:01:20.505Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-03-26T16:01:20.506Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-03-26T16:01:20.506Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482026-03-26T16:01:20.506Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2492026-03-26T16:01:20.506Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2502026-03-26T16:01:20.506Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512026-03-26T16:01:20.506Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2522026-03-26T16:01:20.506Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2532026-03-26T16:01:20.506Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542026-03-26T16:01:20.506Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2552026-03-26T16:01:20.506Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2562026-03-26T16:01:20.506Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572026-03-26T16:01:21.606Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582026-03-26T16:01:21.923Z Updating crates.io index
2592026-03-26T16:01:21.940Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602026-03-26T16:01:22.471Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-03-26T16:01:22.868Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-03-26T16:01:23.171Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632026-03-26T16:01:24.052Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-03-26T16:01:24.640Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-03-26T16:01:26.058Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-03-26T16:01:27.481Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-03-26T16:01:28.283Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-03-26T16:01:28.689Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-03-26T16:01:29.366Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-03-26T16:01:29.774Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-03-26T16:01:30.188Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-03-26T16:01:30.502Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-03-26T16:01:31.476Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-03-26T16:01:32.024Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-03-26T16:01:32.385Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-03-26T16:01:32.690Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-03-26T16:01:33.174Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-03-26T16:01:33.611Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-03-26T16:01:33.895Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-03-26T16:01:34.185Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-03-26T16:01:34.591Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-03-26T16:01:34.946Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-03-26T16:01:35.497Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-03-26T16:01:35.871Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-03-26T16:01:36.203Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-03-26T16:01:36.498Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-03-26T16:01:37.687Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-03-26T16:01:38.444Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-26T16:01:39.112Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-03-26T16:01:39.563Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-03-26T16:01:40.048Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2922026-03-26T16:01:40.596Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-03-26T16:01:41.025Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-03-26T16:01:41.687Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-03-26T16:01:41.965Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-03-26T16:01:42.221Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-03-26T16:01:42.598Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-03-26T16:01:54.865Z Downloading crates ...
2992026-03-26T16:01:54.917Z Downloaded block-buffer v0.10.4
3002026-03-26T16:01:54.924Z Downloaded dof v0.3.0
3012026-03-26T16:01:54.928Z Downloaded anstream v0.6.21
3022026-03-26T16:01:54.931Z Downloaded fs-err v3.3.0
3032026-03-26T16:01:54.934Z Downloaded toml_write v0.1.2
3042026-03-26T16:01:54.934Z Downloaded proc-macro-error v1.0.4
3052026-03-26T16:01:54.937Z Downloaded anstyle v1.0.13
3062026-03-26T16:01:54.940Z Downloaded toml v0.8.23
3072026-03-26T16:01:54.942Z Downloaded once_cell v1.21.3
3082026-03-26T16:01:54.942Z Downloaded unicode-ident v1.0.24
3092026-03-26T16:01:54.946Z Downloaded toml_datetime v0.6.11
3102026-03-26T16:01:54.949Z Downloaded crypto-common v0.1.7
3112026-03-26T16:01:54.952Z Downloaded num-traits v0.2.19
3122026-03-26T16:01:54.952Z Downloaded ordered-float v2.10.1
3132026-03-26T16:01:54.954Z Downloaded zerofrom-derive v0.1.6
3142026-03-26T16:01:54.955Z Downloaded usdt-attr-macro v0.5.0
3152026-03-26T16:01:54.955Z Downloaded errno v0.3.14
3162026-03-26T16:01:54.955Z Downloaded unicode-linebreak v0.1.5
3172026-03-26T16:01:54.958Z Downloaded typeid v1.0.3
3182026-03-26T16:01:54.958Z Downloaded thread-id v4.2.2
3192026-03-26T16:01:54.958Z Downloaded anstyle-parse v0.2.7
3202026-03-26T16:01:54.958Z Downloaded camino-tempfile v1.4.1
3212026-03-26T16:01:54.961Z Downloaded zerofrom v0.1.6
3222026-03-26T16:01:54.961Z Downloaded scroll_derive v0.12.1
3232026-03-26T16:01:54.961Z Downloaded usdt v0.5.0
3242026-03-26T16:01:54.964Z Downloaded byteorder v1.5.0
3252026-03-26T16:01:54.964Z Downloaded yoke-derive v0.8.1
3262026-03-26T16:01:54.968Z Downloaded tinystr v0.8.2
3272026-03-26T16:01:54.968Z Downloaded utf8_iter v1.0.4
3282026-03-26T16:01:54.968Z Downloaded serde-untagged v0.1.9
3292026-03-26T16:01:54.971Z Downloaded colorchoice v1.0.4
3302026-03-26T16:01:54.971Z Downloaded anyhow v1.0.102
3312026-03-26T16:01:54.974Z Downloaded utf8parse v0.2.2
3322026-03-26T16:01:54.976Z Downloaded usdt-macro v0.5.0
3332026-03-26T16:01:54.976Z Downloaded equivalent v1.0.2
3342026-03-26T16:01:54.979Z Downloaded unicode-xid v0.2.6
3352026-03-26T16:01:54.979Z Downloaded serde-value v0.7.0
3362026-03-26T16:01:54.979Z Downloaded generic-array v0.14.7
3372026-03-26T16:01:54.982Z Downloaded indexmap v2.13.0
3382026-03-26T16:01:54.985Z Downloaded proc-macro-error-attr v1.0.4
3392026-03-26T16:01:54.985Z Downloaded thiserror v2.0.18
3402026-03-26T16:01:54.988Z Downloaded zmij v1.0.21
3412026-03-26T16:01:54.988Z Downloaded thiserror-impl v2.0.18
3422026-03-26T16:01:54.988Z Downloaded thiserror-impl v1.0.69
3432026-03-26T16:01:54.990Z Downloaded semver v1.0.27
3442026-03-26T16:01:54.990Z Downloaded version_check v0.9.5
3452026-03-26T16:01:54.993Z Downloaded thiserror v1.0.69
3462026-03-26T16:01:54.993Z Downloaded usdt-impl v0.5.0
3472026-03-26T16:01:54.996Z Downloaded pretty-hex v0.4.1
3482026-03-26T16:01:54.996Z Downloaded heck v0.5.0
3492026-03-26T16:01:54.996Z Downloaded zerocopy-derive v0.7.35
3502026-03-26T16:01:54.999Z Downloaded plain v0.2.3
3512026-03-26T16:01:54.999Z Downloaded zerovec-derive v0.11.2
3522026-03-26T16:01:55.003Z Downloaded ucd-trie v0.1.7
3532026-03-26T16:01:55.003Z Downloaded fnv v1.0.7
3542026-03-26T16:01:55.003Z Downloaded yoke v0.8.1
3552026-03-26T16:01:55.003Z Downloaded writeable v0.6.2
3562026-03-26T16:01:55.007Z Downloaded potential_utf v0.1.4
3572026-03-26T16:01:55.009Z Downloaded itoa v1.0.17
3582026-03-26T16:01:55.009Z Downloaded textwrap v0.16.2
3592026-03-26T16:01:55.012Z Downloaded cfg-if v1.0.4
3602026-03-26T16:01:55.015Z Downloaded papergrid v0.11.0
3612026-03-26T16:01:55.018Z Downloaded icu_normalizer v2.1.1
3622026-03-26T16:01:55.020Z Downloaded typenum v1.19.0
3632026-03-26T16:01:55.024Z Downloaded zerotrie v0.2.3
3642026-03-26T16:01:55.026Z Downloaded url v2.5.8
3652026-03-26T16:01:55.029Z Downloaded is_terminal_polyfill v1.70.2
3662026-03-26T16:01:55.029Z Downloaded toml_edit v0.22.27
3672026-03-26T16:01:55.038Z Downloaded percent-encoding v2.3.2
3682026-03-26T16:01:55.041Z Downloaded strsim v0.11.1
3692026-03-26T16:01:55.041Z Downloaded cargo-platform v0.2.0
3702026-03-26T16:01:55.044Z Downloaded stable_deref_trait v1.2.1
3712026-03-26T16:01:55.048Z Downloaded anstyle-query v1.1.5
3722026-03-26T16:01:55.048Z Downloaded zerovec v0.11.5
3732026-03-26T16:01:55.051Z Downloaded cpufeatures v0.2.17
3742026-03-26T16:01:55.054Z Downloaded zerocopy v0.7.35
3752026-03-26T16:01:55.060Z Downloaded winnow v0.7.14
3762026-03-26T16:01:55.065Z Downloaded fastrand v2.3.0
3772026-03-26T16:01:55.069Z Downloaded dtrace-parser v0.2.0
3782026-03-26T16:01:55.069Z Downloaded unicode-width v0.1.14
3792026-03-26T16:01:55.073Z Downloaded serde_tokenstream v0.2.3
3802026-03-26T16:01:55.073Z Downloaded idna_adapter v1.2.1
3812026-03-26T16:01:55.073Z Downloaded unicode-width v0.2.0
3822026-03-26T16:01:55.076Z Downloaded serde_spanned v0.6.9
3832026-03-26T16:01:55.076Z Downloaded autocfg v1.5.0
3842026-03-26T16:01:55.076Z Downloaded icu_locale_core v2.1.1
3852026-03-26T16:01:55.080Z Downloaded displaydoc v0.2.5
3862026-03-26T16:01:55.082Z Downloaded memmap v0.7.0
3872026-03-26T16:01:55.082Z Downloaded form_urlencoded v1.2.2
3882026-03-26T16:01:55.082Z Downloaded clap_lex v1.0.0
3892026-03-26T16:01:55.085Z Downloaded swrite v0.1.0
3902026-03-26T16:01:55.088Z Downloaded macaddr v1.0.1
3912026-03-26T16:01:55.088Z Downloaded heck v0.4.1
3922026-03-26T16:01:55.091Z Downloaded terminal_size v0.4.3
3932026-03-26T16:01:55.091Z Downloaded tabled_derive v0.7.0
3942026-03-26T16:01:55.091Z Downloaded smawk v0.3.2
3952026-03-26T16:01:55.096Z Downloaded synstructure v0.13.2
3962026-03-26T16:01:55.099Z Downloaded scroll v0.12.0
3972026-03-26T16:01:55.102Z Downloaded quote v1.0.44
3982026-03-26T16:01:55.105Z Downloaded bytecount v0.6.9
3992026-03-26T16:01:55.113Z Downloaded cargo_toml v0.21.0
4002026-03-26T16:01:55.121Z Downloaded sha2 v0.10.9
4012026-03-26T16:01:55.124Z Downloaded camino v1.2.2
4022026-03-26T16:01:55.124Z Downloaded erased-serde v0.4.9
4032026-03-26T16:01:55.127Z Downloaded digest v0.10.7
4042026-03-26T16:01:55.127Z Downloaded smallvec v1.15.1
4052026-03-26T16:01:55.129Z Downloaded pest_generator v2.8.6
4062026-03-26T16:01:55.132Z Downloaded serde_core v1.0.228
4072026-03-26T16:01:55.136Z Downloaded pest_derive v2.8.6
4082026-03-26T16:01:55.139Z Downloaded clap_derive v4.5.55
4092026-03-26T16:01:55.142Z Downloaded cargo_metadata v0.21.0
4102026-03-26T16:01:55.144Z Downloaded tempfile v3.25.0
4112026-03-26T16:01:55.147Z Downloaded bitflags v2.11.0
4122026-03-26T16:01:55.162Z Downloaded cargo-util-schemas v0.8.2
4132026-03-26T16:01:55.166Z Downloaded serde_derive v1.0.228
4142026-03-26T16:01:55.166Z Downloaded proc-macro2 v1.0.106
4152026-03-26T16:01:55.171Z Downloaded litemap v0.8.1
4162026-03-26T16:01:55.176Z Downloaded icu_provider v2.1.1
4172026-03-26T16:01:55.179Z Downloaded clap v4.5.60
4182026-03-26T16:01:55.182Z Downloaded icu_properties v2.1.2
4192026-03-26T16:01:55.189Z Downloaded log v0.4.29
4202026-03-26T16:01:55.192Z Downloaded icu_normalizer_data v2.1.1
4212026-03-26T16:01:56.200Z Downloaded getrandom v0.4.1
4222026-03-26T16:01:56.203Z Downloaded pest_meta v2.8.6
4232026-03-26T16:01:56.203Z Downloaded serde v1.0.228
4242026-03-26T16:01:56.203Z Downloaded memchr v2.8.0
4252026-03-26T16:01:56.203Z Downloaded icu_collections v2.1.1
4262026-03-26T16:01:56.203Z Downloaded icu_properties_data v2.1.2
4272026-03-26T16:01:56.203Z Downloaded pest v2.8.6
4282026-03-26T16:01:56.203Z Downloaded serde_json v1.0.149
4292026-03-26T16:01:56.203Z Downloaded hashbrown v0.16.1
4302026-03-26T16:01:56.203Z Downloaded idna v1.1.0
4312026-03-26T16:01:56.203Z Downloaded clap_builder v4.5.60
4322026-03-26T16:01:56.203Z Downloaded tabled v0.15.0
4332026-03-26T16:01:56.203Z Downloaded goblin v0.8.2
4342026-03-26T16:01:56.203Z Downloaded syn v1.0.109
4352026-03-26T16:01:56.203Z Downloaded syn v2.0.117
4362026-03-26T16:01:56.203Z Downloaded rustix v1.1.3
4372026-03-26T16:01:56.203Z Downloaded libc v0.2.180
4382026-03-26T16:01:56.203Z Compiling proc-macro2 v1.0.106
4392026-03-26T16:01:56.203Z Compiling unicode-ident v1.0.24
4402026-03-26T16:01:56.203Z Compiling quote v1.0.44
4412026-03-26T16:01:56.203Z Compiling serde_core v1.0.228
4422026-03-26T16:01:56.203Z Compiling libc v0.2.180
4432026-03-26T16:01:56.203Z Compiling version_check v0.9.5
4442026-03-26T16:01:56.203Z Compiling stable_deref_trait v1.2.1
4452026-03-26T16:01:56.203Z Compiling memchr v2.8.0
4462026-03-26T16:01:56.203Z Compiling serde v1.0.228
4472026-03-26T16:01:56.203Z Compiling zmij v1.0.21
4482026-03-26T16:01:56.203Z Compiling thiserror v1.0.69
4492026-03-26T16:01:56.203Z Compiling ucd-trie v0.1.7
4502026-03-26T16:01:56.203Z Compiling itoa v1.0.17
4512026-03-26T16:01:56.203Z Compiling autocfg v1.5.0
4522026-03-26T16:01:56.203Z Compiling writeable v0.6.2
4532026-03-26T16:01:56.203Z Compiling litemap v0.8.1
4542026-03-26T16:01:56.203Z Compiling icu_properties_data v2.1.2
4552026-03-26T16:01:56.203Z Compiling rustix v1.1.3
4562026-03-26T16:01:56.203Z Compiling byteorder v1.5.0
4572026-03-26T16:01:56.204Z Compiling pest v2.8.6
4582026-03-26T16:01:56.204Z Compiling icu_normalizer_data v2.1.1
4592026-03-26T16:01:56.317Z Compiling bitflags v2.11.0
4602026-03-26T16:01:56.335Z Compiling serde_json v1.0.149
4612026-03-26T16:01:56.356Z Compiling num-traits v0.2.19
4622026-03-26T16:01:56.603Z Compiling typeid v1.0.3
4632026-03-26T16:01:56.636Z Compiling equivalent v1.0.2
4642026-03-26T16:01:56.649Z Compiling hashbrown v0.16.1
4652026-03-26T16:01:56.663Z Compiling smallvec v1.15.1
4662026-03-26T16:01:56.791Z Compiling usdt-impl v0.5.0
4672026-03-26T16:01:56.846Z Compiling proc-macro-error-attr v1.0.4
4682026-03-26T16:01:56.865Z Compiling erased-serde v0.4.9
4692026-03-26T16:01:56.868Z Compiling winnow v0.7.14
4702026-03-26T16:01:56.957Z Compiling toml_write v0.1.2
4712026-03-26T16:01:57.014Z Compiling syn v1.0.109
4722026-03-26T16:01:57.072Z Compiling proc-macro-error v1.0.4
4732026-03-26T16:01:57.144Z Compiling errno v0.3.14
4742026-03-26T16:01:57.161Z Compiling indexmap v2.13.0
4752026-03-26T16:01:57.182Z Compiling thread-id v4.2.2
4762026-03-26T16:01:57.184Z Compiling log v0.4.29
4772026-03-26T16:01:57.222Z Compiling pest_meta v2.8.6
4782026-03-26T16:01:57.262Z Compiling plain v0.2.3
4792026-03-26T16:01:57.301Z Compiling utf8_iter v1.0.4
4802026-03-26T16:01:57.304Z Compiling thiserror v2.0.18
4812026-03-26T16:01:57.304Z Compiling utf8parse v0.2.2
4822026-03-26T16:01:57.355Z Compiling percent-encoding v2.3.2
4832026-03-26T16:01:57.426Z Compiling getrandom v0.4.1
4842026-03-26T16:01:57.442Z Compiling camino v1.2.2
4852026-03-26T16:01:57.462Z Compiling anstyle-parse v0.2.7
4862026-03-26T16:01:57.572Z Compiling form_urlencoded v1.2.2
4872026-03-26T16:01:57.647Z Compiling syn v2.0.117
4882026-03-26T16:01:57.694Z Compiling ordered-float v2.10.1
4892026-03-26T16:01:57.753Z Compiling cfg-if v1.0.4
4902026-03-26T16:01:57.756Z Compiling anstyle v1.0.13
4912026-03-26T16:01:57.849Z Compiling anstyle-query v1.1.5
4922026-03-26T16:01:57.913Z Compiling pretty-hex v0.4.1
4932026-03-26T16:01:57.915Z Compiling is_terminal_polyfill v1.70.2
4942026-03-26T16:01:57.955Z Compiling colorchoice v1.0.4
4952026-03-26T16:01:58.036Z Compiling fs-err v3.3.0
4962026-03-26T16:01:58.082Z Compiling anstream v0.6.21
4972026-03-26T16:01:58.085Z Compiling heck v0.5.0
4982026-03-26T16:01:58.118Z Compiling fnv v1.0.7
4992026-03-26T16:01:58.122Z Compiling unicode-xid v0.2.6
5002026-03-26T16:01:58.154Z Compiling once_cell v1.21.3
5012026-03-26T16:01:58.183Z Compiling strsim v0.11.1
5022026-03-26T16:01:58.236Z Compiling terminal_size v0.4.3
5032026-03-26T16:01:58.269Z Compiling bytecount v0.6.9
5042026-03-26T16:01:58.287Z Compiling heck v0.4.1
5052026-03-26T16:01:58.290Z Compiling fastrand v2.3.0
5062026-03-26T16:01:58.339Z Compiling unicode-width v0.1.14
5072026-03-26T16:01:58.388Z Compiling clap_lex v1.0.0
5082026-03-26T16:01:58.407Z Compiling anyhow v1.0.102
5092026-03-26T16:01:58.476Z Compiling memmap v0.7.0
5102026-03-26T16:01:58.495Z Compiling tempfile v3.25.0
5112026-03-26T16:01:58.539Z Compiling unicode-linebreak v0.1.5
5122026-03-26T16:01:58.557Z Compiling unicode-width v0.2.0
5132026-03-26T16:01:58.574Z Compiling papergrid v0.11.0
5142026-03-26T16:01:58.591Z Compiling clap_builder v4.5.60
5152026-03-26T16:01:58.610Z Compiling smawk v0.3.2
5162026-03-26T16:01:58.663Z Compiling swrite v0.1.0
5172026-03-26T16:01:58.682Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5182026-03-26T16:01:58.784Z Compiling semver v1.0.27
5192026-03-26T16:01:58.873Z Compiling textwrap v0.16.2
5202026-03-26T16:01:59.091Z Compiling camino-tempfile v1.4.1
5212026-03-26T16:01:59.157Z Compiling serde-untagged v0.1.9
5222026-03-26T16:01:59.391Z Compiling tabled_derive v0.7.0
5232026-03-26T16:02:00.083Z Compiling tabled v0.15.0
5242026-03-26T16:02:00.236Z Compiling synstructure v0.13.2
5252026-03-26T16:02:00.237Z Compiling pest_generator v2.8.6
5262026-03-26T16:02:00.827Z Compiling serde_derive v1.0.228
5272026-03-26T16:02:00.827Z Compiling zerofrom-derive v0.1.6
5282026-03-26T16:02:00.827Z Compiling yoke-derive v0.8.1
5292026-03-26T16:02:00.830Z Compiling zerovec-derive v0.11.2
5302026-03-26T16:02:00.830Z Compiling displaydoc v0.2.5
5312026-03-26T16:02:00.830Z Compiling thiserror-impl v1.0.69
5322026-03-26T16:02:00.830Z Compiling zerocopy-derive v0.7.35
5332026-03-26T16:02:00.830Z Compiling pest_derive v2.8.6
5342026-03-26T16:02:00.830Z Compiling scroll_derive v0.12.1
5352026-03-26T16:02:00.830Z Compiling thiserror-impl v2.0.18
5362026-03-26T16:02:00.830Z Compiling clap_derive v4.5.55
5372026-03-26T16:02:01.554Z Compiling zerocopy v0.7.35
5382026-03-26T16:02:01.640Z Compiling scroll v0.12.0
5392026-03-26T16:02:01.855Z Compiling zerofrom v0.1.6
5402026-03-26T16:02:01.889Z Compiling goblin v0.8.2
5412026-03-26T16:02:01.968Z Compiling yoke v0.8.1
5422026-03-26T16:02:02.070Z Compiling dtrace-parser v0.2.0
5432026-03-26T16:02:02.126Z Compiling zerovec v0.11.5
5442026-03-26T16:02:02.126Z Compiling zerotrie v0.2.3
5452026-03-26T16:02:02.280Z Compiling clap v4.5.60
5462026-03-26T16:02:02.555Z Compiling tinystr v0.8.2
5472026-03-26T16:02:02.555Z Compiling potential_utf v0.1.4
5482026-03-26T16:02:02.684Z Compiling icu_collections v2.1.1
5492026-03-26T16:02:02.762Z Compiling icu_locale_core v2.1.1
5502026-03-26T16:02:03.286Z Compiling icu_provider v2.1.1
5512026-03-26T16:02:03.447Z Compiling toml_datetime v0.6.11
5522026-03-26T16:02:03.447Z Compiling serde_spanned v0.6.9
5532026-03-26T16:02:03.447Z Compiling serde-value v0.7.0
5542026-03-26T16:02:03.450Z Compiling cargo-platform v0.2.0
5552026-03-26T16:02:03.450Z Compiling macaddr v1.0.1
5562026-03-26T16:02:03.483Z Compiling dof v0.3.0
5572026-03-26T16:02:03.501Z Compiling serde_tokenstream v0.2.3
5582026-03-26T16:02:03.505Z Compiling icu_properties v2.1.2
5592026-03-26T16:02:03.505Z Compiling icu_normalizer v2.1.1
5602026-03-26T16:02:03.674Z Compiling toml_edit v0.22.27
5612026-03-26T16:02:04.205Z Compiling usdt-macro v0.5.0
5622026-03-26T16:02:04.205Z Compiling usdt-attr-macro v0.5.0
5632026-03-26T16:02:04.346Z Compiling idna_adapter v1.2.1
5642026-03-26T16:02:04.454Z Compiling idna v1.1.0
5652026-03-26T16:02:04.720Z Compiling url v2.5.8
5662026-03-26T16:02:04.807Z Compiling usdt v0.5.0
5672026-03-26T16:02:04.937Z Compiling toml v0.8.23
5682026-03-26T16:02:05.261Z Compiling cargo-util-schemas v0.8.2
5692026-03-26T16:02:05.261Z Compiling cargo_toml v0.21.0
5702026-03-26T16:02:06.045Z Compiling cargo_metadata v0.21.0
5712026-03-26T16:02:06.975Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5722026-03-26T16:02:09.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.66s
5732026-03-26T16:02:09.351Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5742026-03-26T16:02:09.913Z Downloading crates ...
5752026-03-26T16:02:10.001Z Downloaded adler2 v2.0.1
5762026-03-26T16:02:10.004Z Downloaded aead v0.5.2
5772026-03-26T16:02:10.016Z Downloaded ahash v0.8.12
5782026-03-26T16:02:10.018Z Downloaded async-trait v0.1.89
5792026-03-26T16:02:10.024Z Downloaded ctr v0.9.2
5802026-03-26T16:02:10.027Z Downloaded dirs-sys-next v0.1.2
5812026-03-26T16:02:10.027Z Downloaded ciborium-io v0.2.2
5822026-03-26T16:02:10.030Z Downloaded aes-gcm v0.10.3
5832026-03-26T16:02:10.033Z Downloaded embedded-io v0.6.1
5842026-03-26T16:02:10.036Z Downloaded drift v0.1.3
5852026-03-26T16:02:10.040Z Downloaded crucible-workspace-hack v0.1.0
5862026-03-26T16:02:10.040Z Downloaded curve25519-dalek-derive v0.1.1
5872026-03-26T16:02:10.040Z Downloaded data-encoding v2.10.0
5882026-03-26T16:02:10.043Z Downloaded chacha20 v0.10.0
5892026-03-26T16:02:10.043Z Downloaded convert_case v0.10.0
5902026-03-26T16:02:10.043Z Downloaded aes v0.8.4
5912026-03-26T16:02:10.045Z Downloaded blowfish v0.9.1
5922026-03-26T16:02:10.048Z Downloaded bzip2 v0.4.4
5932026-03-26T16:02:10.055Z Downloaded funty v2.0.0
5942026-03-26T16:02:10.058Z Downloaded daft v0.1.5
5952026-03-26T16:02:10.058Z Downloaded convert_case v0.4.0
5962026-03-26T16:02:10.058Z Downloaded cfg_aliases v0.1.1
5972026-03-26T16:02:10.058Z Downloaded async-stream v0.3.6
5982026-03-26T16:02:10.120Z Downloaded cstr-argument v0.1.2
5992026-03-26T16:02:10.120Z Downloaded const-oid v0.9.6
6002026-03-26T16:02:10.120Z Downloaded allocator-api2 v0.2.21
6012026-03-26T16:02:10.120Z Downloaded ciborium-ll v0.2.2
6022026-03-26T16:02:10.120Z Downloaded atty v0.2.14
6032026-03-26T16:02:10.120Z Downloaded atomic-waker v1.1.2
6042026-03-26T16:02:10.120Z Downloaded daft-derive v0.1.5
6052026-03-26T16:02:10.120Z Downloaded env_filter v1.0.0
6062026-03-26T16:02:10.120Z Downloaded crc8 v0.1.1
6072026-03-26T16:02:10.120Z Downloaded atomicwrites v0.4.4
6082026-03-26T16:02:10.120Z Downloaded castaway v0.2.4
6092026-03-26T16:02:10.120Z Downloaded cfg_aliases v0.2.1
6102026-03-26T16:02:10.120Z Downloaded crossbeam-utils v0.8.21
6112026-03-26T16:02:10.120Z Downloaded crossbeam-deque v0.8.6
6122026-03-26T16:02:10.120Z Downloaded crc-catalog v2.4.0
6132026-03-26T16:02:10.120Z Downloaded base16ct v1.0.0
6142026-03-26T16:02:10.120Z Downloaded foreign-types-shared v0.1.1
6152026-03-26T16:02:10.120Z Downloaded derive_builder_core v0.20.2
6162026-03-26T16:02:10.120Z Downloaded crossbeam-epoch v0.9.18
6172026-03-26T16:02:10.120Z Downloaded crc v3.4.0
6182026-03-26T16:02:10.120Z Downloaded cargo-platform v0.1.9
6192026-03-26T16:02:10.120Z Downloaded block-padding v0.3.3
6202026-03-26T16:02:10.120Z Downloaded bb8 v0.8.6
6212026-03-26T16:02:10.120Z Downloaded bitfield-macros v0.19.4
6222026-03-26T16:02:10.120Z Downloaded darling_macro v0.21.3
6232026-03-26T16:02:10.121Z Downloaded dyn-clone v1.0.20
6242026-03-26T16:02:10.121Z Downloaded bit-set v0.8.0
6252026-03-26T16:02:10.121Z Downloaded difflib v0.4.0
6262026-03-26T16:02:10.121Z Downloaded arrayref v0.3.9
6272026-03-26T16:02:10.121Z Downloaded bitfield-struct v0.6.2
6282026-03-26T16:02:10.121Z Downloaded dropshot-api-manager-types v0.6.0
6292026-03-26T16:02:10.121Z Downloaded darling_macro v0.20.11
6302026-03-26T16:02:10.121Z Downloaded bcrypt-pbkdf v0.10.0
6312026-03-26T16:02:10.121Z Downloaded foreign-types v0.3.2
6322026-03-26T16:02:10.121Z Downloaded diesel_table_macro_syntax v0.3.0
6332026-03-26T16:02:10.121Z Downloaded async-stream-impl v0.3.6
6342026-03-26T16:02:10.121Z Downloaded assert_matches v1.5.0
6352026-03-26T16:02:10.121Z Downloaded foreign-types-shared v0.3.1
6362026-03-26T16:02:10.121Z Downloaded ascii-canvas v3.0.0
6372026-03-26T16:02:10.121Z Downloaded defmt v0.3.100
6382026-03-26T16:02:10.121Z Downloaded base16ct v0.2.0
6392026-03-26T16:02:10.121Z Downloaded der_derive v0.7.3
6402026-03-26T16:02:10.121Z Downloaded async-recursion v1.1.1
6412026-03-26T16:02:10.121Z Downloaded darling_core v0.23.0
6422026-03-26T16:02:10.121Z Downloaded cobs v0.3.0
6432026-03-26T16:02:10.125Z Downloaded bit-set v0.5.3
6442026-03-26T16:02:10.129Z Downloaded chacha20 v0.9.1
6452026-03-26T16:02:10.129Z Downloaded bit-vec v0.8.0
6462026-03-26T16:02:10.132Z Downloaded foreign-types-macros v0.2.3
6472026-03-26T16:02:10.132Z Downloaded foreign-types v0.5.0
6482026-03-26T16:02:10.132Z Downloaded constant_time_eq v0.4.2
6492026-03-26T16:02:10.135Z Downloaded float-ord v0.3.2
6502026-03-26T16:02:10.135Z Downloaded cargo_metadata v0.19.2
6512026-03-26T16:02:10.135Z Downloaded crunchy v0.2.4
6522026-03-26T16:02:10.138Z Downloaded cbc v0.1.2
6532026-03-26T16:02:10.138Z Downloaded futures-io v0.3.32
6542026-03-26T16:02:10.142Z Downloaded futures-sink v0.3.32
6552026-03-26T16:02:10.145Z Downloaded futures-macro v0.3.32
6562026-03-26T16:02:10.145Z Downloaded filetime v0.2.27
6572026-03-26T16:02:10.145Z Downloaded either v1.15.0
6582026-03-26T16:02:10.148Z Downloaded find-msvc-tools v0.1.9
6592026-03-26T16:02:10.148Z Downloaded gethostname v0.5.0
6602026-03-26T16:02:10.148Z Downloaded globwalk v0.9.1
6612026-03-26T16:02:10.152Z Downloaded git-stub v1.0.0
6622026-03-26T16:02:10.152Z Downloaded ghash v0.5.1
6632026-03-26T16:02:10.152Z Downloaded fxhash v0.2.1
6642026-03-26T16:02:10.152Z Downloaded futures-core v0.3.32
6652026-03-26T16:02:10.156Z Downloaded defmt-macros v1.0.1
6662026-03-26T16:02:10.156Z Downloaded defmt v1.0.1
6672026-03-26T16:02:10.159Z Downloaded darling_core v0.21.3
6682026-03-26T16:02:10.162Z Downloaded embedded-io v0.4.0
6692026-03-26T16:02:10.162Z Downloaded dof v0.4.0
6702026-03-26T16:02:10.162Z Downloaded defmt-parser v1.0.0
6712026-03-26T16:02:10.165Z Downloaded buf-list v1.1.2
6722026-03-26T16:02:10.165Z Downloaded corncobs v0.1.4
6732026-03-26T16:02:10.173Z Downloaded enum-as-inner v0.6.1
6742026-03-26T16:02:10.173Z Downloaded endian-type v0.1.2
6752026-03-26T16:02:10.173Z Downloaded backoff v0.4.0
6762026-03-26T16:02:10.176Z Downloaded dunce v1.0.5
6772026-03-26T16:02:10.176Z Downloaded cpufeatures v0.3.0
6782026-03-26T16:02:10.176Z Downloaded dsl_auto_type v0.2.0
6792026-03-26T16:02:10.176Z Downloaded const_format_proc_macros v0.2.34
6802026-03-26T16:02:10.176Z Downloaded float-cmp v0.10.0
6812026-03-26T16:02:10.176Z Downloaded fd-lock v4.0.4
6822026-03-26T16:02:10.176Z Downloaded cexpr v0.6.0
6832026-03-26T16:02:10.181Z Downloaded ena v0.14.4
6842026-03-26T16:02:10.181Z Downloaded deranged v0.5.8
6852026-03-26T16:02:10.181Z Downloaded fixedbitset v0.4.2
6862026-03-26T16:02:10.185Z Downloaded ed25519 v2.2.3
6872026-03-26T16:02:10.185Z Downloaded hash32 v0.3.1
6882026-03-26T16:02:10.185Z Downloaded ecdsa v0.16.9
6892026-03-26T16:02:10.185Z Downloaded colored v2.2.0
6902026-03-26T16:02:10.188Z Downloaded fixedbitset v0.5.7
6912026-03-26T16:02:10.188Z Downloaded diesel-dtrace v0.5.0
6922026-03-26T16:02:10.188Z Downloaded downcast-rs v2.0.2
6932026-03-26T16:02:10.191Z Downloaded darling_core v0.20.11
6942026-03-26T16:02:10.194Z Downloaded fallible-iterator v0.2.0
6952026-03-26T16:02:10.194Z Downloaded hex-literal v0.4.1
6962026-03-26T16:02:10.194Z Downloaded headers-core v0.3.0
6972026-03-26T16:02:10.197Z Downloaded env_logger v0.11.9
6982026-03-26T16:02:10.197Z Downloaded csv-core v0.1.13
6992026-03-26T16:02:10.197Z Downloaded base64 v0.21.7
7002026-03-26T16:02:10.200Z Downloaded home v0.5.12
7012026-03-26T16:02:10.200Z Downloaded bcs v0.1.6
7022026-03-26T16:02:10.203Z Downloaded hash32 v0.2.1
7032026-03-26T16:02:10.203Z Downloaded futures-task v0.3.32
7042026-03-26T16:02:10.203Z Downloaded backon v1.6.0
7052026-03-26T16:02:10.207Z Downloaded diff v0.1.13
7062026-03-26T16:02:10.207Z Downloaded http-range v0.1.5
7072026-03-26T16:02:10.210Z Downloaded httpdate v1.0.3
7082026-03-26T16:02:10.210Z Downloaded hex v0.4.3
7092026-03-26T16:02:10.213Z Downloaded fs-err v2.11.0
7102026-03-26T16:02:10.213Z Downloaded glob v0.3.3
7112026-03-26T16:02:10.216Z Downloaded hostname v0.4.2
7122026-03-26T16:02:10.216Z Downloaded http-body v1.0.1
7132026-03-26T16:02:10.216Z Downloaded darling v0.20.11
7142026-03-26T16:02:10.220Z Downloaded hubpack_derive v0.1.1
7152026-03-26T16:02:10.220Z Downloaded futures-executor v0.3.32
7162026-03-26T16:02:10.220Z Downloaded darling v0.23.0
7172026-03-26T16:02:10.223Z Downloaded ident_case v1.0.1
7182026-03-26T16:02:10.224Z Downloaded console v0.15.11
7192026-03-26T16:02:10.228Z Downloaded colored v3.1.1
7202026-03-26T16:02:10.228Z Downloaded group v0.13.0
7212026-03-26T16:02:10.231Z Downloaded flagset v0.4.7
7222026-03-26T16:02:10.231Z Downloaded cargo_toml v0.22.3
7232026-03-26T16:02:10.231Z Downloaded indent_write v2.2.0
7242026-03-26T16:02:10.233Z Downloaded foldhash v0.2.0
7252026-03-26T16:02:10.234Z Downloaded crc32fast v1.5.0
7262026-03-26T16:02:10.234Z Downloaded cancel-safe-futures v0.1.5
7272026-03-26T16:02:10.237Z Downloaded internet-checksum v0.2.1
7282026-03-26T16:02:10.237Z Downloaded instant v0.1.13
7292026-03-26T16:02:10.241Z Downloaded cookie v0.18.1
7302026-03-26T16:02:10.241Z Downloaded darling v0.21.3
7312026-03-26T16:02:10.244Z Downloaded inout v0.1.4
7322026-03-26T16:02:10.244Z Downloaded indoc v1.0.9
7332026-03-26T16:02:10.247Z Downloaded is_ci v1.2.0
7342026-03-26T16:02:10.247Z Downloaded is-terminal v0.4.17
7352026-03-26T16:02:10.247Z Downloaded console v0.16.2
7362026-03-26T16:02:10.250Z Downloaded clang-sys v1.8.1
7372026-03-26T16:02:10.250Z Downloaded ciborium v0.2.2
7382026-03-26T16:02:10.253Z Downloaded instability v0.3.11
7392026-03-26T16:02:10.253Z Downloaded futures-channel v0.3.32
7402026-03-26T16:02:10.256Z Downloaded derive-where v1.6.0
7412026-03-26T16:02:10.256Z Downloaded git-stub-vcs v0.1.0
7422026-03-26T16:02:10.260Z Downloaded ff v0.13.1
7432026-03-26T16:02:10.261Z Downloaded cassowary v0.3.0
7442026-03-26T16:02:10.261Z Downloaded lalrpop-util v0.19.12
7452026-03-26T16:02:10.261Z Downloaded kstat-rs v0.2.4
7462026-03-26T16:02:10.261Z Downloaded lazy_static v1.5.0
7472026-03-26T16:02:10.265Z Downloaded libscf-sys v1.1.0
7482026-03-26T16:02:10.265Z Downloaded keccak v0.1.6
7492026-03-26T16:02:10.265Z Downloaded bzip2 v0.6.1
7502026-03-26T16:02:10.269Z Downloaded async-bb8-diesel v0.2.1
7512026-03-26T16:02:10.269Z Downloaded document-features v0.2.12
7522026-03-26T16:02:10.269Z Downloaded hyper-tls v0.6.0
7532026-03-26T16:02:10.269Z Downloaded linked-hash-map v0.5.6
7542026-03-26T16:02:10.272Z Downloaded crossterm v0.28.1
7552026-03-26T16:02:10.276Z Downloaded globset v0.4.18
7562026-03-26T16:02:10.276Z Downloaded elliptic-curve v0.13.8
7572026-03-26T16:02:10.279Z Downloaded fs_extra v1.3.0
7582026-03-26T16:02:10.279Z Downloaded highway v1.3.0
7592026-03-26T16:02:10.279Z Downloaded hubpack v0.1.2
7602026-03-26T16:02:10.282Z Downloaded hostname v0.3.1
7612026-03-26T16:02:10.282Z Downloaded http-body-util v0.1.3
7622026-03-26T16:02:10.282Z Downloaded lru-slab v0.1.2
7632026-03-26T16:02:10.285Z Downloaded hyper-staticfile v0.10.1
7642026-03-26T16:02:10.286Z Downloaded humantime v2.3.0
7652026-03-26T16:02:10.286Z Downloaded memoffset v0.9.1
7662026-03-26T16:02:10.288Z Downloaded md5 v0.7.0
7672026-03-26T16:02:10.288Z Downloaded managed v0.8.0
7682026-03-26T16:02:10.288Z Downloaded md-5 v0.10.6
7692026-03-26T16:02:10.288Z Downloaded maybe-uninit v2.0.0
7702026-03-26T16:02:10.291Z Downloaded match_cfg v0.1.0
7712026-03-26T16:02:10.291Z Downloaded maplit v1.0.2
7722026-03-26T16:02:10.292Z Downloaded lzss v0.8.2
7732026-03-26T16:02:10.295Z Downloaded mime v0.3.17
7742026-03-26T16:02:10.295Z Downloaded lru-cache v0.1.2
7752026-03-26T16:02:10.295Z Downloaded base64ct v1.8.3
7762026-03-26T16:02:10.299Z Downloaded impl-trait-for-tuples v0.2.3
7772026-03-26T16:02:10.299Z Downloaded derive-ex v0.1.8
7782026-03-26T16:02:10.302Z Downloaded crc-any v2.5.0
7792026-03-26T16:02:10.302Z Downloaded nibble_vec v0.1.0
7802026-03-26T16:02:10.302Z Downloaded newtype-uuid-macros v0.1.0
7812026-03-26T16:02:10.303Z Downloaded half v1.8.3
7822026-03-26T16:02:10.306Z Downloaded indoc v2.0.7
7832026-03-26T16:02:10.306Z Downloaded lru v0.12.5
7842026-03-26T16:02:10.308Z Downloaded fatfs v0.3.6
7852026-03-26T16:02:10.308Z Downloaded newtype_derive v0.1.6
7862026-03-26T16:02:10.311Z Downloaded ipnetwork v0.21.1
7872026-03-26T16:02:10.311Z Downloaded multimap v0.10.1
7882026-03-26T16:02:10.312Z Downloaded ipnet v2.11.0
7892026-03-26T16:02:10.315Z Downloaded nodrop v0.1.14
7902026-03-26T16:02:10.315Z Downloaded normalize-line-endings v0.3.0
7912026-03-26T16:02:10.315Z Downloaded nonempty v0.12.0
7922026-03-26T16:02:10.315Z Downloaded newline-converter v0.3.0
7932026-03-26T16:02:10.318Z Downloaded erased-serde v0.3.31
7942026-03-26T16:02:10.318Z Downloaded num v0.4.3
7952026-03-26T16:02:10.318Z Downloaded dropshot_endpoint v0.16.7
7962026-03-26T16:02:10.321Z Downloaded num-conv v0.2.0
7972026-03-26T16:02:10.321Z Downloaded hickory-client v0.25.2
7982026-03-26T16:02:10.324Z Downloaded derive_builder v0.20.2
7992026-03-26T16:02:10.327Z Downloaded jobserver v0.1.34
8002026-03-26T16:02:10.327Z Downloaded des v0.8.1
8012026-03-26T16:02:10.331Z Downloaded libloading v0.8.9
8022026-03-26T16:02:10.331Z Downloaded num_enum_derive v0.5.11
8032026-03-26T16:02:10.332Z Downloaded hmac v0.12.1
8042026-03-26T16:02:10.334Z Downloaded openssl-macros v0.1.1
8052026-03-26T16:02:10.335Z Downloaded openssl-probe v0.1.6
8062026-03-26T16:02:10.335Z Downloaded num-derive v0.4.2
8072026-03-26T16:02:10.335Z Downloaded olpc-cjson v0.1.4
8082026-03-26T16:02:10.335Z Downloaded lock_api v0.4.14
8092026-03-26T16:02:10.338Z Downloaded num-iter v0.1.45
8102026-03-26T16:02:10.338Z Downloaded openssl-probe v0.2.1
8112026-03-26T16:02:10.338Z Downloaded opaque-debug v0.3.1
8122026-03-26T16:02:10.338Z Downloaded num_threads v0.1.7
8132026-03-26T16:02:10.341Z Downloaded linear-map v1.2.0
8142026-03-26T16:02:10.341Z Downloaded libsw v3.5.0
8152026-03-26T16:02:10.341Z Downloaded getrandom v0.2.17
8162026-03-26T16:02:10.345Z Downloaded blake2 v0.10.6
8172026-03-26T16:02:10.346Z Downloaded httparse v1.10.1
8182026-03-26T16:02:10.353Z Downloaded libsw-core v0.3.2
8192026-03-26T16:02:10.353Z Downloaded libefi-sys v0.1.0
8202026-03-26T16:02:10.353Z Downloaded foldhash v0.1.5
8212026-03-26T16:02:10.353Z Downloaded critical-section v1.2.0
8222026-03-26T16:02:10.353Z Downloaded byte-wrapper v0.1.0
8232026-03-26T16:02:10.353Z Downloaded oso-derive v0.27.3
8242026-03-26T16:02:10.356Z Downloaded iana-time-zone v0.1.65
8252026-03-26T16:02:10.356Z Downloaded mime_guess v2.0.5
8262026-03-26T16:02:10.356Z Downloaded nanorand v0.7.0
8272026-03-26T16:02:10.362Z Downloaded multer v3.1.0
8282026-03-26T16:02:10.362Z Downloaded parse-size v1.1.0
8292026-03-26T16:02:10.366Z Downloaded packed_struct_codegen v0.10.1
8302026-03-26T16:02:10.366Z Downloaded ingot-macros v0.1.1
8312026-03-26T16:02:10.366Z Downloaded parse-display v0.10.0
8322026-03-26T16:02:10.366Z Downloaded derive_more v0.99.20
8332026-03-26T16:02:10.369Z Downloaded ingot-types v0.1.2
8342026-03-26T16:02:10.369Z Downloaded chacha20poly1305 v0.10.1
8352026-03-26T16:02:10.369Z Downloaded bytes v1.11.1
8362026-03-26T16:02:10.374Z Downloaded newtype-uuid v1.3.2
8372026-03-26T16:02:10.374Z Downloaded cookie_store v0.22.1
8382026-03-26T16:02:10.377Z Downloaded new_debug_unreachable v1.0.6
8392026-03-26T16:02:10.377Z Downloaded native-tls v0.2.18
8402026-03-26T16:02:10.377Z Downloaded getrandom v0.3.4
8412026-03-26T16:02:10.377Z Downloaded pbkdf2 v0.11.0
8422026-03-26T16:02:10.380Z Downloaded path-slash v0.1.5
8432026-03-26T16:02:10.380Z Downloaded ingot v0.1.1
8442026-03-26T16:02:10.384Z Downloaded futures v0.3.32
8452026-03-26T16:02:10.384Z Downloaded pin-utils v0.1.0
8462026-03-26T16:02:10.387Z Downloaded bitflags v1.3.2
8472026-03-26T16:02:10.387Z Downloaded argon2 v0.5.3
8482026-03-26T16:02:10.390Z Downloaded peg-runtime v0.8.5
8492026-03-26T16:02:10.390Z Downloaded display-error-chain v0.2.2
8502026-03-26T16:02:10.390Z Downloaded derive_builder_macro v0.20.2
8512026-03-26T16:02:10.390Z Downloaded dtrace-parser v0.3.0
8522026-03-26T16:02:10.390Z Downloaded dirs-next v2.0.0
8532026-03-26T16:02:10.393Z Downloaded array-init v0.0.4
8542026-03-26T16:02:10.393Z Downloaded darling_macro v0.23.0
8552026-03-26T16:02:10.394Z Downloaded camino-tempfile-ext v0.3.3
8562026-03-26T16:02:10.394Z Downloaded arrayvec v0.7.6
8572026-03-26T16:02:10.399Z Downloaded num-derive v0.3.3
8582026-03-26T16:02:10.399Z Downloaded num_enum v0.7.5
8592026-03-26T16:02:10.399Z Downloaded num_enum_derive v0.7.5
8602026-03-26T16:02:10.403Z Downloaded num-integer v0.1.46
8612026-03-26T16:02:10.403Z Downloaded debug-ignore v1.0.5
8622026-03-26T16:02:10.403Z Downloaded hyper-rustls v0.27.7
8632026-03-26T16:02:10.406Z Downloaded powerfmt v0.2.0
8642026-03-26T16:02:10.406Z Downloaded crossbeam-channel v0.5.15
8652026-03-26T16:02:10.410Z Downloaded cmake v0.1.57
8662026-03-26T16:02:10.410Z Downloaded num_enum v0.5.11
8672026-03-26T16:02:10.413Z Downloaded litrs v1.0.0
8682026-03-26T16:02:10.416Z Downloaded phf_shared v0.13.1
8692026-03-26T16:02:10.416Z Downloaded phf_shared v0.12.1
8702026-03-26T16:02:10.417Z Downloaded ed25519-dalek v2.2.0
8712026-03-26T16:02:10.420Z Downloaded predicates-core v1.0.10
8722026-03-26T16:02:10.420Z Downloaded oxide-tokio-rt v0.1.3
8732026-03-26T16:02:10.420Z Downloaded flume v0.11.1
8742026-03-26T16:02:10.426Z Downloaded memmap2 v0.9.10
8752026-03-26T16:02:10.437Z Downloaded proc-macro-error-attr2 v2.0.0
8762026-03-26T16:02:10.440Z Downloaded der v0.7.10
8772026-03-26T16:02:10.443Z Downloaded proc-macro-crate v3.4.0
8782026-03-26T16:02:10.443Z Downloaded precomputed-hash v0.1.1
8792026-03-26T16:02:10.443Z Downloaded parse-display-derive v0.10.0
8802026-03-26T16:02:10.443Z Downloaded packed_struct v0.10.1
8812026-03-26T16:02:10.446Z Downloaded progenitor-client v0.10.0
8822026-03-26T16:02:10.446Z Downloaded predicates-tree v1.0.13
8832026-03-26T16:02:10.447Z Downloaded bumpalo v3.20.2
8842026-03-26T16:02:10.450Z Downloaded peg-macros v0.8.5
8852026-03-26T16:02:10.450Z Downloaded peg v0.8.5
8862026-03-26T16:02:10.453Z Downloaded proc-macro-crate v1.3.1
8872026-03-26T16:02:10.453Z Downloaded progenitor-macro v0.11.2
8882026-03-26T16:02:10.453Z Downloaded psl-types v2.0.11
8892026-03-26T16:02:10.453Z Downloaded progenitor-macro v0.13.0
8902026-03-26T16:02:10.453Z Downloaded progenitor-macro v0.10.0
8912026-03-26T16:02:10.456Z Downloaded progenitor-client v0.11.2
8922026-03-26T16:02:10.456Z Downloaded indexmap v1.9.3
8932026-03-26T16:02:10.459Z Downloaded ignore v0.4.25
8942026-03-26T16:02:10.459Z Downloaded pin-project-lite v0.2.17
8952026-03-26T16:02:10.463Z Downloaded pem v3.0.6
8962026-03-26T16:02:10.463Z Downloaded flate2 v1.1.9
8972026-03-26T16:02:10.466Z Downloaded quick-error v1.2.3
8982026-03-26T16:02:10.469Z Downloaded poly1305 v0.8.0
8992026-03-26T16:02:10.469Z Downloaded pkcs8 v0.10.2
9002026-03-26T16:02:10.473Z Downloaded phf_shared v0.11.3
9012026-03-26T16:02:10.473Z Downloaded pem-rfc7468 v0.7.0
9022026-03-26T16:02:10.473Z Downloaded omicron-zone-package v0.12.2
9032026-03-26T16:02:10.478Z Downloaded rand_chacha v0.3.1
9042026-03-26T16:02:10.478Z Downloaded polyval v0.6.2
9052026-03-26T16:02:10.478Z Downloaded heapless v0.8.0
9062026-03-26T16:02:10.483Z Downloaded heapless v0.7.17
9072026-03-26T16:02:10.483Z Downloaded num-complex v0.4.6
9082026-03-26T16:02:10.483Z Downloaded nu-ansi-term v0.50.3
9092026-03-26T16:02:10.486Z Downloaded libbz2-rs-sys v0.2.2
9102026-03-26T16:02:10.486Z Downloaded crossterm v0.29.0
9112026-03-26T16:02:10.490Z Downloaded rand_xorshift v0.4.0
9122026-03-26T16:02:10.494Z Downloaded radium v0.7.0
9132026-03-26T16:02:10.494Z Downloaded pkg-config v0.3.32
9142026-03-26T16:02:10.494Z Downloaded parking_lot v0.12.5
9152026-03-26T16:02:10.494Z Downloaded parking_lot_core v0.9.12
9162026-03-26T16:02:10.499Z Downloaded parking_lot_core v0.8.6
9172026-03-26T16:02:10.499Z Downloaded arc-swap v1.8.2
9182026-03-26T16:02:10.499Z Downloaded ar_archive_writer v0.5.1
9192026-03-26T16:02:10.502Z Downloaded ref-cast-impl v1.0.25
9202026-03-26T16:02:10.502Z Downloaded expectorate v1.2.0
9212026-03-26T16:02:10.505Z Downloaded progenitor v0.11.2
9222026-03-26T16:02:10.505Z Downloaded progenitor v0.10.0
9232026-03-26T16:02:10.507Z Downloaded ppv-lite86 v0.2.21
9242026-03-26T16:02:10.510Z Downloaded parking_lot v0.11.2
9252026-03-26T16:02:10.510Z Downloaded phf v0.13.1
9262026-03-26T16:02:10.510Z Downloaded ref-cast v1.0.25
9272026-03-26T16:02:10.510Z Downloaded progenitor-client v0.13.0
9282026-03-26T16:02:10.513Z Downloaded progenitor v0.13.0
9292026-03-26T16:02:10.514Z Downloaded proc-macro-error2 v2.0.1
9302026-03-26T16:02:10.517Z Downloaded primeorder v0.13.6
9312026-03-26T16:02:10.517Z Downloaded password-hash v0.4.2
9322026-03-26T16:02:10.517Z Downloaded const_format v0.2.35
9332026-03-26T16:02:10.526Z Downloaded r2d2 v0.8.10
9342026-03-26T16:02:10.526Z Downloaded progenitor-extras v0.1.1
9352026-03-26T16:02:10.530Z Downloaded recursive-proc-macro-impl v0.1.1
9362026-03-26T16:02:10.530Z Downloaded recursive v0.1.1
9372026-03-26T16:02:10.530Z Downloaded predicates v3.1.4
9382026-03-26T16:02:10.530Z Downloaded pin-project-internal v1.1.11
9392026-03-26T16:02:10.530Z Downloaded phf v0.12.1
9402026-03-26T16:02:10.531Z Downloaded rfc6979 v0.4.0
9412026-03-26T16:02:10.531Z Downloaded pbkdf2 v0.12.2
9422026-03-26T16:02:10.531Z Downloaded russh-cryptovec v0.7.3
9432026-03-26T16:02:10.531Z Downloaded paste v1.0.15
9442026-03-26T16:02:10.534Z Downloaded password-hash v0.5.0
9452026-03-26T16:02:10.534Z Downloaded psm v0.1.30
9462026-03-26T16:02:10.534Z Downloaded rtoolbox v0.0.3
9472026-03-26T16:02:10.534Z Downloaded oxnet v0.1.4
9482026-03-26T16:02:10.537Z Downloaded owo-colors v4.3.0
9492026-03-26T16:02:10.537Z Downloaded base64 v0.22.1
9502026-03-26T16:02:10.540Z Downloaded postgres-protocol v0.6.10
9512026-03-26T16:02:10.540Z Downloaded half v2.7.1
9522026-03-26T16:02:10.545Z Downloaded oso v0.27.3
9532026-03-26T16:02:10.549Z Downloaded compact_str v0.8.1
9542026-03-26T16:02:10.549Z Downloaded rustc-hash v2.1.1
9552026-03-26T16:02:10.549Z Downloaded pkcs5 v0.7.1
9562026-03-26T16:02:10.553Z Downloaded hickory-resolver v0.25.2
9572026-03-26T16:02:10.553Z Downloaded headers v0.4.1
9582026-03-26T16:02:10.556Z Downloaded derive_more v2.1.1
9592026-03-26T16:02:10.561Z Downloaded num-rational v0.4.2
9602026-03-26T16:02:10.564Z Downloaded rand_core v0.9.5
9612026-03-26T16:02:10.564Z Downloaded rand_chacha v0.9.0
9622026-03-26T16:02:10.564Z Downloaded miniz_oxide v0.8.9
9632026-03-26T16:02:10.569Z Downloaded rustc_version v0.4.1
9642026-03-26T16:02:10.569Z Downloaded rustc_version v0.1.7
9652026-03-26T16:02:10.569Z Downloaded derive_more-impl v2.1.1
9662026-03-26T16:02:10.572Z Downloaded cipher v0.4.4
9672026-03-26T16:02:10.572Z Downloaded salsa20 v0.10.2
9682026-03-26T16:02:10.575Z Downloaded rand_seeder v0.4.0
9692026-03-26T16:02:10.575Z Downloaded postgres-types v0.2.12
9702026-03-26T16:02:10.575Z Downloaded dropshot-api-manager v0.6.0
9712026-03-26T16:02:10.578Z Downloaded diesel_derives v2.3.7
9722026-03-26T16:02:10.583Z Downloaded crypto-bigint v0.5.5
9732026-03-26T16:02:10.588Z Downloaded secrecy v0.8.0
9742026-03-26T16:02:10.588Z Downloaded secrecy v0.10.3
9752026-03-26T16:02:10.591Z Downloaded semver v0.1.20
9762026-03-26T16:02:10.591Z Downloaded scroll_derive v0.13.1
9772026-03-26T16:02:10.591Z Downloaded scopeguard v1.2.0
9782026-03-26T16:02:10.591Z Downloaded sapling-renderdag v0.1.0
9792026-03-26T16:02:10.591Z Downloaded serde-big-array v0.5.1
9802026-03-26T16:02:10.591Z Downloaded seq-macro v0.3.6
9812026-03-26T16:02:10.603Z Downloaded indicatif v0.18.4
9822026-03-26T16:02:10.608Z Downloaded serde_urlencoded v0.7.1
9832026-03-26T16:02:10.608Z Downloaded resolv-conf v0.7.6
9842026-03-26T16:02:10.612Z Downloaded sha1 v0.10.6
9852026-03-26T16:02:10.612Z Downloaded quinn-udp v0.5.14
9862026-03-26T16:02:10.612Z Downloaded shell-words v1.1.1
9872026-03-26T16:02:10.612Z Downloaded serde_spanned v1.0.4
9882026-03-26T16:02:10.615Z Downloaded serde_plain v1.0.2
9892026-03-26T16:02:10.615Z Downloaded rustls-native-certs v0.8.3
9902026-03-26T16:02:10.615Z Downloaded postcard v1.1.3
9912026-03-26T16:02:10.619Z Downloaded serde_repr v0.1.20
9922026-03-26T16:02:10.619Z Downloaded serde_bytes v0.11.19
9932026-03-26T16:02:10.622Z Downloaded rustls-pemfile v1.0.4
9942026-03-26T16:02:10.622Z Downloaded signal-hook-mio v0.2.5
9952026-03-26T16:02:10.625Z Downloaded minimal-lexical v0.2.1
9962026-03-26T16:02:10.625Z Downloaded rand_core v0.10.0
9972026-03-26T16:02:10.628Z Downloaded sigpipe v0.1.3
9982026-03-26T16:02:10.628Z Downloaded rusty-fork v0.3.1
9992026-03-26T16:02:10.631Z Downloaded hickory-resolver v0.24.4
10002026-03-26T16:02:10.631Z Downloaded prefix-trie v0.7.0
10012026-03-26T16:02:10.635Z Downloaded rustls-pemfile v2.2.0
10022026-03-26T16:02:10.635Z Downloaded scheduled-thread-pool v0.2.7
10032026-03-26T16:02:10.638Z Downloaded rand_core v0.6.4
10042026-03-26T16:02:10.638Z Downloaded pin-project v1.1.11
10052026-03-26T16:02:10.643Z Downloaded slog-envlogger v2.2.0
10062026-03-26T16:02:10.647Z Downloaded siphasher v1.0.2
10072026-03-26T16:02:10.647Z Downloaded rustversion v1.0.22
10082026-03-26T16:02:10.653Z Downloaded cc v1.2.56
10092026-03-26T16:02:10.653Z Downloaded sct v0.7.1
10102026-03-26T16:02:10.657Z Downloaded progenitor-impl v0.11.2
10112026-03-26T16:02:10.657Z Downloaded p256 v0.13.2
10122026-03-26T16:02:10.657Z Downloaded papergrid v0.17.0
10132026-03-26T16:02:10.660Z Downloaded serde-hex v0.1.0
10142026-03-26T16:02:10.660Z Downloaded progenitor-impl v0.10.0
10152026-03-26T16:02:10.661Z Downloaded scrypt v0.11.0
10162026-03-26T16:02:10.666Z Downloaded scroll v0.13.0
10172026-03-26T16:02:10.666Z Downloaded schemars_derive v0.8.22
10182026-03-26T16:02:10.666Z Downloaded progenitor-impl v0.13.0
10192026-03-26T16:02:10.671Z Downloaded sec1 v0.7.3
10202026-03-26T16:02:10.671Z Downloaded openssl-sys v0.9.111
10212026-03-26T16:02:10.671Z Downloaded jiff-static v0.2.21
10222026-03-26T16:02:10.676Z Downloaded hashbrown v0.12.3
10232026-03-26T16:02:10.676Z Downloaded signature v2.2.0
10242026-03-26T16:02:10.681Z Downloaded signal-hook-tokio v0.3.1
10252026-03-26T16:02:10.681Z Downloaded slog-bunyan v2.5.0
10262026-03-26T16:02:10.681Z Downloaded pkcs1 v0.7.5
10272026-03-26T16:02:10.681Z Downloaded shlex v1.3.0
10282026-03-26T16:02:10.681Z Downloaded same-file v1.0.6
10292026-03-26T16:02:10.686Z Downloaded russh-keys v0.45.0
10302026-03-26T16:02:10.686Z Downloaded bitfield v0.19.4
10312026-03-26T16:02:10.686Z Downloaded hyper-util v0.1.20
10322026-03-26T16:02:10.690Z Downloaded bit-vec v0.6.3
10332026-03-26T16:02:10.690Z Downloaded serde_path_to_error v0.1.20
10342026-03-26T16:02:10.690Z Downloaded serde_derive_internals v0.29.1
10352026-03-26T16:02:10.695Z Downloaded signal-hook-registry v1.4.8
10362026-03-26T16:02:10.696Z Downloaded ssh-cipher v0.2.0
10372026-03-26T16:02:10.696Z Downloaded strip-ansi-escapes v0.2.1
10382026-03-26T16:02:10.701Z Downloaded rustls-pki-types v1.14.0
10392026-03-26T16:02:10.701Z Downloaded strum v0.27.2
10402026-03-26T16:02:10.701Z Downloaded ssh-encoding v0.2.0
10412026-03-26T16:02:10.701Z Downloaded pretty_assertions v1.4.1
10422026-03-26T16:02:10.706Z Downloaded slab v0.4.12
10432026-03-26T16:02:10.706Z Downloaded hashbrown v0.13.2
10442026-03-26T16:02:10.714Z Downloaded hickory-server v0.25.2
10452026-03-26T16:02:10.714Z Downloaded strum v0.26.3
10462026-03-26T16:02:10.714Z Downloaded structmeta-derive v0.3.0
10472026-03-26T16:02:10.719Z Downloaded slog-dtrace v0.3.0
10482026-03-26T16:02:10.719Z Downloaded supports-color v3.0.2
10492026-03-26T16:02:10.719Z Downloaded subtle v2.6.1
10502026-03-26T16:02:10.726Z Downloaded structmeta v0.3.0
10512026-03-26T16:02:10.726Z Downloaded slog-stdlog v4.1.1
10522026-03-26T16:02:10.726Z Downloaded prettyplease v0.2.37
10532026-03-26T16:02:10.726Z Downloaded slog-async v2.8.0
10542026-03-26T16:02:10.729Z Downloaded smallvec v0.6.14
10552026-03-26T16:02:10.729Z Downloaded slog-json v2.6.1
10562026-03-26T16:02:10.729Z Downloaded http v1.4.0
10572026-03-26T16:02:10.729Z Downloaded tabwriter v1.4.1
10582026-03-26T16:02:10.729Z Downloaded sync_wrapper v1.0.2
10592026-03-26T16:02:10.730Z Downloaded num-bigint v0.4.6
10602026-03-26T16:02:10.733Z Downloaded smf v0.2.3
10612026-03-26T16:02:10.733Z Downloaded slog-term v2.9.2
10622026-03-26T16:02:10.736Z Downloaded sync-ptr v0.1.4
10632026-03-26T16:02:10.736Z Downloaded termtree v0.5.1
10642026-03-26T16:02:10.739Z Downloaded tap v1.0.1
10652026-03-26T16:02:10.739Z Downloaded slog-scope v4.4.1
10662026-03-26T16:02:10.739Z Downloaded serde_with_macros v3.17.0
10672026-03-26T16:02:10.742Z Downloaded time-core v0.1.8
10682026-03-26T16:02:10.742Z Downloaded take_mut v0.2.2
10692026-03-26T16:02:10.748Z Downloaded spki v0.7.3
10702026-03-26T16:02:10.752Z Downloaded testing_table v0.3.0
10712026-03-26T16:02:10.752Z Downloaded tagptr v0.2.0
10722026-03-26T16:02:10.752Z Downloaded itertools v0.10.5
10732026-03-26T16:02:10.763Z Downloaded sqlformat v0.3.5
10742026-03-26T16:02:10.766Z Downloaded string_cache v0.8.9
10752026-03-26T16:02:10.766Z Downloaded sqlparser_derive v0.5.0
10762026-03-26T16:02:10.766Z Downloaded simd-adler32 v0.3.8
10772026-03-26T16:02:10.769Z Downloaded thread-id v5.1.0
10782026-03-26T16:02:10.769Z Downloaded thiserror-impl-no-std v2.0.2
10792026-03-26T16:02:10.772Z Downloaded tinyvec_macros v0.1.1
10802026-03-26T16:02:10.775Z Downloaded ron v0.8.1
10812026-03-26T16:02:10.778Z Downloaded strum_macros v0.24.3
10822026-03-26T16:02:10.778Z Downloaded rustls-platform-verifier v0.6.2
10832026-03-26T16:02:10.783Z Downloaded stringprep v0.1.5
10842026-03-26T16:02:10.783Z Downloaded static_assertions v1.1.0
10852026-03-26T16:02:10.788Z Downloaded stacker v0.1.23
10862026-03-26T16:02:10.788Z Downloaded rcgen v0.12.1
10872026-03-26T16:02:10.788Z Downloaded rayon-core v1.13.0
10882026-03-26T16:02:10.832Z Downloaded ryu v1.0.23
10892026-03-26T16:02:10.837Z Downloaded publicsuffix v2.3.0
10902026-03-26T16:02:10.837Z Downloaded strum_macros v0.27.2
10912026-03-26T16:02:10.837Z Downloaded schemars v0.8.22
10922026-03-26T16:02:10.838Z Downloaded tabled_derive v0.11.0
10932026-03-26T16:02:10.838Z Downloaded mio v1.1.1
10942026-03-26T16:02:10.838Z Downloaded topological-sort v0.2.2
10952026-03-26T16:02:10.838Z Downloaded snafu-derive v0.8.9
10962026-03-26T16:02:10.838Z Downloaded qorb v0.4.1
10972026-03-26T16:02:10.838Z Downloaded nom v7.1.3
10982026-03-26T16:02:10.838Z Downloaded tower-service v0.3.3
10992026-03-26T16:02:10.838Z Downloaded tiny-keccak v2.0.2
11002026-03-26T16:02:10.838Z Downloaded support-bundle-viewer v0.1.2
11012026-03-26T16:02:10.838Z Downloaded termios v0.3.3
11022026-03-26T16:02:10.838Z Downloaded tower-layer v0.3.3
11032026-03-26T16:02:10.838Z Downloaded quinn v0.11.9
11042026-03-26T16:02:10.838Z Downloaded try-lock v0.2.5
11052026-03-26T16:02:10.838Z Downloaded serde_yaml v0.9.34+deprecated
11062026-03-26T16:02:10.838Z Downloaded rand v0.8.5
11072026-03-26T16:02:10.838Z Downloaded serde_cbor v0.11.2
11082026-03-26T16:02:10.841Z Downloaded time-macros v0.2.27
11092026-03-26T16:02:10.842Z Downloaded thiserror-no-std v2.0.2
11102026-03-26T16:02:10.842Z Downloaded typify-macro v0.4.3
11112026-03-26T16:02:10.845Z Downloaded signal-hook v0.3.18
11122026-03-26T16:02:10.848Z Downloaded trait-variant v0.1.2
11132026-03-26T16:02:10.848Z Downloaded libxml v0.3.3
11142026-03-26T16:02:10.852Z Downloaded tokio-native-tls v0.3.1
11152026-03-26T16:02:10.855Z Downloaded similar v2.7.0
11162026-03-26T16:02:10.858Z Downloaded tokio-dtrace v0.1.1
11172026-03-26T16:02:10.858Z Downloaded tls_codec_derive v0.4.2
11182026-03-26T16:02:10.858Z Downloaded tls_codec v0.4.2
11192026-03-26T16:02:10.861Z Downloaded tokio-rustls v0.25.0
11202026-03-26T16:02:10.861Z Downloaded slog v2.8.2
11212026-03-26T16:02:10.865Z Downloaded unicode-truncate v1.1.0
11222026-03-26T16:02:10.865Z Downloaded untrusted v0.9.0
11232026-03-26T16:02:10.865Z Downloaded universal-hash v0.5.1
11242026-03-26T16:02:10.868Z Downloaded typify-macro v0.6.1
11252026-03-26T16:02:10.869Z Downloaded tokio-tungstenite v0.23.1
11262026-03-26T16:02:10.869Z Downloaded untrusted v0.7.1
11272026-03-26T16:02:10.872Z Downloaded schemars v0.9.0
11282026-03-26T16:02:10.877Z Downloaded usdt v0.6.0
11292026-03-26T16:02:10.881Z Downloaded tokio-tungstenite v0.21.0
11302026-03-26T16:02:10.881Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11312026-03-26T16:02:10.882Z Downloaded strum_macros v0.26.4
11322026-03-26T16:02:10.885Z Downloaded iddqd v0.3.17
11332026-03-26T16:02:10.885Z Downloaded utf-8 v0.7.6
11342026-03-26T16:02:10.888Z Downloaded usdt-attr-macro v0.6.0
11352026-03-26T16:02:10.891Z Downloaded itertools v0.13.0
11362026-03-26T16:02:10.894Z Downloaded wait-timeout v0.2.1
11372026-03-26T16:02:10.898Z Downloaded spin v0.9.8
11382026-03-26T16:02:10.898Z Downloaded socket2 v0.6.2
11392026-03-26T16:02:10.903Z Downloaded iri-string v0.7.10
11402026-03-26T16:02:10.907Z Downloaded want v0.3.1
11412026-03-26T16:02:10.907Z Downloaded waitgroup v0.1.2
11422026-03-26T16:02:10.907Z Downloaded void v1.0.2
11432026-03-26T16:02:10.907Z Downloaded aho-corasick v1.1.4
11442026-03-26T16:02:10.910Z Downloaded rsa v0.9.10
11452026-03-26T16:02:10.913Z Downloaded term v0.7.0
11462026-03-26T16:02:10.913Z Downloaded socket2 v0.5.10
11472026-03-26T16:02:10.916Z Downloaded rustls-webpki v0.103.9
11482026-03-26T16:02:10.919Z Downloaded unarray v0.1.4
11492026-03-26T16:02:10.919Z Downloaded thread_local v1.1.9
11502026-03-26T16:02:10.922Z Downloaded tokio-macros v2.6.0
11512026-03-26T16:02:10.926Z Downloaded tokio-rustls v0.26.4
11522026-03-26T16:02:10.929Z Downloaded tokio-rustls v0.24.1
11532026-03-26T16:02:10.933Z Downloaded unit-prefix v0.5.2
11542026-03-26T16:02:10.936Z Downloaded unicase v2.9.0
11552026-03-26T16:02:10.937Z Downloaded xshell-macros v0.2.7
11562026-03-26T16:02:10.937Z Downloaded xattr v1.6.1
11572026-03-26T16:02:10.943Z Downloaded samael v0.0.19
11582026-03-26T16:02:10.949Z Downloaded tokio-stream v0.1.18
11592026-03-26T16:02:10.952Z Downloaded subprocess v0.2.15
11602026-03-26T16:02:10.952Z Downloaded toml_writer v1.0.6+spec-1.1.0
11612026-03-26T16:02:10.961Z Downloaded snafu v0.8.9
11622026-03-26T16:02:10.965Z Downloaded toml_parser v1.0.9+spec-1.1.0
11632026-03-26T16:02:10.968Z Downloaded usdt-macro v0.6.0
11642026-03-26T16:02:10.968Z Downloaded usdt-impl v0.6.0
11652026-03-26T16:02:10.968Z Downloaded vergen-gitcl v1.0.8
11662026-03-26T16:02:10.971Z Downloaded uzers v0.12.2
11672026-03-26T16:02:10.971Z Downloaded zone v0.3.1
11682026-03-26T16:02:10.971Z Downloaded chrono v0.4.44
11692026-03-26T16:02:10.975Z Downloaded vergen-lib v0.1.6
11702026-03-26T16:02:10.979Z Downloaded tui-tree-widget v0.23.1
11712026-03-26T16:02:10.979Z Downloaded vsss-rs v3.3.4
11722026-03-26T16:02:10.982Z Downloaded vergen-git2 v1.0.7
11732026-03-26T16:02:10.982Z Downloaded twox-hash v2.1.2
11742026-03-26T16:02:10.982Z Downloaded h2 v0.4.13
11752026-03-26T16:02:10.986Z Downloaded num-bigint-dig v0.8.6
11762026-03-26T16:02:10.989Z Downloaded rand v0.9.2
11772026-03-26T16:02:10.993Z Downloaded rand v0.10.0
11782026-03-26T16:02:10.993Z Downloaded whoami v1.6.1
11792026-03-26T16:02:10.996Z Downloaded itertools v0.12.1
11802026-03-26T16:02:10.999Z Downloaded tinyvec v1.10.0
11812026-03-26T16:02:10.999Z Downloaded tracing-attributes v0.1.31
11822026-03-26T16:02:11.003Z Downloaded walkdir v2.5.0
11832026-03-26T16:02:11.003Z Downloaded schemars v1.2.1
11842026-03-26T16:02:11.008Z Downloaded xz2 v0.1.7
11852026-03-26T16:02:11.012Z Downloaded whoami v2.1.0
11862026-03-26T16:02:11.012Z Downloaded itertools v0.14.0
11872026-03-26T16:02:11.015Z Downloaded hashbrown v0.15.5
11882026-03-26T16:02:11.018Z Downloaded toml v0.9.12+spec-1.1.0
11892026-03-26T16:02:11.021Z Downloaded xshell v0.2.7
11902026-03-26T16:02:11.024Z Downloaded toml v0.7.8
11912026-03-26T16:02:11.024Z Downloaded hyper v1.8.1
11922026-03-26T16:02:11.027Z Downloaded unicode-properties v0.1.4
11932026-03-26T16:02:11.030Z Downloaded p521 v0.13.3
11942026-03-26T16:02:11.034Z Downloaded futures-util v0.3.32
11952026-03-26T16:02:11.037Z Downloaded zstd-safe v7.2.4
11962026-03-26T16:02:11.041Z Downloaded tracing-core v0.1.36
11972026-03-26T16:02:11.041Z Downloaded tar v0.4.44
11982026-03-26T16:02:11.045Z Downloaded typify v0.6.1
11992026-03-26T16:02:11.048Z Downloaded zone_cfg_derive v0.3.1
12002026-03-26T16:02:11.048Z Downloaded vergen v9.0.6
12012026-03-26T16:02:11.048Z Downloaded libm v0.2.16
12022026-03-26T16:02:11.053Z Downloaded wyz v0.5.1
12032026-03-26T16:02:11.056Z Downloaded steno v0.4.1
12042026-03-26T16:02:11.060Z Downloaded rustyline v14.0.0
12052026-03-26T16:02:11.063Z Downloaded yasna v0.5.2
12062026-03-26T16:02:11.063Z Downloaded tungstenite v0.21.0
12072026-03-26T16:02:11.063Z Downloaded tungstenite v0.23.0
12082026-03-26T16:02:11.066Z Downloaded zerocopy v0.6.6
12092026-03-26T16:02:11.070Z Downloaded unicode-bidi v0.3.18
12102026-03-26T16:02:11.070Z Downloaded zeroize_derive v1.4.3
12112026-03-26T16:02:11.070Z Downloaded test-strategy v0.4.5
12122026-03-26T16:02:11.073Z Downloaded term v1.2.1
12132026-03-26T16:02:11.076Z Downloaded uuid v1.21.0
12142026-03-26T16:02:11.086Z Downloaded russh v0.45.0
12152026-03-26T16:02:11.091Z Downloaded zstd v0.13.3
12162026-03-26T16:02:11.098Z Downloaded hkdf v0.12.4
12172026-03-26T16:02:11.102Z Downloaded zeroize v1.8.2
12182026-03-26T16:02:11.105Z Downloaded typify v0.4.3
12192026-03-26T16:02:11.105Z Downloaded toml_edit v0.23.10+spec-1.0.0
12202026-03-26T16:02:11.108Z Downloaded ssh-key v0.6.7
12212026-03-26T16:02:11.113Z Downloaded unsafe-libyaml v0.2.11
12222026-03-26T16:02:11.117Z Downloaded ron v0.12.0
12232026-03-26T16:02:11.124Z Downloaded tokio-postgres v0.7.16
12242026-03-26T16:02:11.132Z Downloaded zopfli v0.8.3
12252026-03-26T16:02:11.146Z Downloaded git2 v0.20.4
12262026-03-26T16:02:11.152Z Downloaded bitvec v1.0.1
12272026-03-26T16:02:11.160Z Downloaded zip v0.6.6
12282026-03-26T16:02:11.163Z Downloaded portable-atomic v1.13.1
12292026-03-26T16:02:11.166Z Downloaded toml_edit v0.19.15
12302026-03-26T16:02:11.176Z Downloaded vte v0.14.1
12312026-03-26T16:02:11.179Z Downloaded regex v1.12.3
12322026-03-26T16:02:11.182Z Downloaded rpassword v7.4.0
12332026-03-26T16:02:11.194Z Downloaded yansi v1.0.1
12342026-03-26T16:02:11.197Z Downloaded blake3 v1.8.3
12352026-03-26T16:02:11.200Z Downloaded unicode_categories v0.1.1
12362026-03-26T16:02:11.204Z Downloaded aws-lc-rs v1.16.0
12372026-03-26T16:02:11.207Z Downloaded reqwest v0.12.28
12382026-03-26T16:02:11.210Z Downloaded reedline v0.40.0
12392026-03-26T16:02:11.214Z Downloaded curve25519-dalek v4.1.3
12402026-03-26T16:02:11.219Z Downloaded typed-path v0.9.3
12412026-03-26T16:02:11.223Z Downloaded lalrpop v0.19.12
12422026-03-26T16:02:11.235Z Downloaded rayon v1.11.0
12432026-03-26T16:02:11.241Z Downloaded tower v0.5.3
12442026-03-26T16:02:11.245Z Downloaded p384 v0.13.1
12452026-03-26T16:02:11.249Z Downloaded rustls-webpki v0.101.7
12462026-03-26T16:02:11.257Z Downloaded bindgen v0.71.1
12472026-03-26T16:02:11.261Z Downloaded unicode-normalization v0.1.25
12482026-03-26T16:02:11.264Z Downloaded tokio-util v0.7.18
12492026-03-26T16:02:11.267Z Downloaded zip v4.6.1
12502026-03-26T16:02:11.270Z Downloaded tower-http v0.6.8
12512026-03-26T16:02:11.275Z Downloaded rustls-webpki v0.102.8
12522026-03-26T16:02:11.284Z Downloaded zerocopy-derive v0.8.40
12532026-03-26T16:02:11.289Z Downloaded unicode-segmentation v1.12.0
12542026-03-26T16:02:11.292Z Downloaded proptest v1.10.0
12552026-03-26T16:02:11.296Z Downloaded tough v0.20.0
12562026-03-26T16:02:11.301Z Downloaded reqwest v0.13.2
12572026-03-26T16:02:11.304Z Downloaded x509-cert v0.2.5
12582026-03-26T16:02:11.308Z Downloaded salty v0.3.0
12592026-03-26T16:02:11.311Z Downloaded quick-xml v0.37.5
12602026-03-26T16:02:11.317Z Downloaded moka v0.12.13
12612026-03-26T16:02:11.322Z Downloaded winnow v0.5.40
12622026-03-26T16:02:11.328Z Downloaded winnow v0.6.26
12632026-03-26T16:02:11.340Z Downloaded radix_trie v0.2.1
12642026-03-26T16:02:11.350Z Downloaded petname v2.0.2
12652026-03-26T16:02:11.353Z Downloaded goblin v0.10.5
12662026-03-26T16:02:11.374Z Downloaded object v0.30.4
12672026-03-26T16:02:11.379Z Downloaded nix v0.29.0
12682026-03-26T16:02:11.387Z Downloaded serde_with v3.17.0
12692026-03-26T16:02:11.394Z Downloaded nix v0.28.0
12702026-03-26T16:02:11.401Z Downloaded tabled v0.20.0
12712026-03-26T16:02:11.412Z Downloaded zlib-rs v0.6.2
12722026-03-26T16:02:11.415Z Downloaded dropshot v0.16.7
12732026-03-26T16:02:11.429Z Downloaded regex-syntax v0.6.29
12742026-03-26T16:02:11.433Z Downloaded hickory-proto v0.24.4
12752026-03-26T16:02:11.442Z Downloaded openssl v0.10.75
12762026-03-26T16:02:11.447Z Downloaded zerocopy v0.8.40
12772026-03-26T16:02:11.453Z Downloaded quinn-proto v0.11.13
12782026-03-26T16:02:11.459Z Downloaded rustls v0.22.4
12792026-03-26T16:02:11.465Z Downloaded polar-core v0.27.3
12802026-03-26T16:02:11.470Z Downloaded nix v0.27.1
12812026-03-26T16:02:11.476Z Downloaded diesel v2.3.7
12822026-03-26T16:02:11.488Z Downloaded regress v0.10.5
12832026-03-26T16:02:11.493Z Downloaded rustls v0.23.37
12842026-03-26T16:02:11.501Z Downloaded smoltcp v0.9.1
12852026-03-26T16:02:11.507Z Downloaded time v0.3.47
12862026-03-26T16:02:11.515Z Downloaded bstr v1.12.1
12872026-03-26T16:02:11.527Z Downloaded rustls v0.21.12
12882026-03-26T16:02:11.533Z Downloaded object v0.37.3
12892026-03-26T16:02:11.543Z Downloaded nix v0.31.1
12902026-03-26T16:02:11.548Z Downloaded sled v0.34.7
12912026-03-26T16:02:11.554Z Downloaded webpki-roots v1.0.6
12922026-03-26T16:02:11.557Z Downloaded vcpkg v0.2.15
12932026-03-26T16:02:11.581Z Downloaded ratatui v0.29.0
12942026-03-26T16:02:11.593Z Downloaded hickory-proto v0.25.2
12952026-03-26T16:02:11.602Z Downloaded smoltcp v0.11.0
12962026-03-26T16:02:11.610Z Downloaded regex-syntax v0.8.10
12972026-03-26T16:02:11.614Z Downloaded openapiv3 v2.2.0
12982026-03-26T16:02:11.625Z Downloaded rustix v0.38.44
12992026-03-26T16:02:11.637Z Downloaded regex-automata v0.4.14
13002026-03-26T16:02:11.685Z Downloaded lzma-sys v0.1.20
13012026-03-26T16:02:11.700Z Downloaded csv v1.4.0
13022026-03-26T16:02:11.713Z Downloaded sqlparser v0.61.0
13032026-03-26T16:02:11.719Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13042026-03-26T16:02:11.730Z Downloaded libz-sys v1.1.24
13052026-03-26T16:02:11.748Z Downloaded tracing v0.1.44
13062026-03-26T16:02:11.762Z Downloaded typify-impl v0.6.1
13072026-03-26T16:02:11.772Z Downloaded bzip2-sys v0.1.13+1.0.8
13082026-03-26T16:02:11.783Z Downloaded typify-impl v0.4.3
13092026-03-26T16:02:11.811Z Downloaded zerocopy-derive v0.6.6
13102026-03-26T16:02:11.823Z Downloaded encoding_rs v0.8.35
13112026-03-26T16:02:11.837Z Downloaded ring v0.17.14
13122026-03-26T16:02:11.862Z Downloaded petgraph v0.6.5
13132026-03-26T16:02:11.873Z Downloaded jiff v0.2.21
13142026-03-26T16:02:11.884Z Downloaded chrono-tz v0.10.4
13152026-03-26T16:02:11.903Z Downloaded petgraph v0.8.3
13162026-03-26T16:02:11.915Z Downloaded sha3 v0.10.8
13172026-03-26T16:02:11.924Z Downloaded tokio v1.49.0
13182026-03-26T16:02:12.042Z Downloaded libgit2-sys v0.18.3+1.9.2
13192026-03-26T16:02:12.568Z Downloaded aws-lc-sys v0.37.1
13202026-03-26T16:02:12.825Z Compiling libc v0.2.180
13212026-03-26T16:02:12.825Z Compiling serde v1.0.228
13222026-03-26T16:02:12.830Z Compiling log v0.4.29
13232026-03-26T16:02:12.830Z Compiling find-msvc-tools v0.1.9
13242026-03-26T16:02:12.830Z Compiling shlex v1.3.0
13252026-03-26T16:02:12.830Z Compiling smallvec v1.15.1
13262026-03-26T16:02:12.830Z Compiling typenum v1.19.0
13272026-03-26T16:02:12.830Z Compiling subtle v2.6.1
13282026-03-26T16:02:12.830Z Compiling generic-array v0.14.7
13292026-03-26T16:02:12.831Z Compiling scopeguard v1.2.0
13302026-03-26T16:02:12.831Z Compiling portable-atomic v1.13.1
13312026-03-26T16:02:13.012Z Compiling const-oid v0.9.6
13322026-03-26T16:02:13.025Z Compiling critical-section v1.2.0
13332026-03-26T16:02:13.028Z Compiling zerocopy v0.8.40
13342026-03-26T16:02:13.052Z Compiling syn v2.0.117
13352026-03-26T16:02:13.080Z Compiling parking_lot_core v0.9.12
13362026-03-26T16:02:13.121Z Compiling lock_api v0.4.14
13372026-03-26T16:02:13.178Z Compiling pin-project-lite v0.2.17
13382026-03-26T16:02:13.181Z Compiling serde_json v1.0.149
13392026-03-26T16:02:13.194Z Compiling pkg-config v0.3.32
13402026-03-26T16:02:13.254Z Compiling bitflags v2.11.0
13412026-03-26T16:02:13.270Z Compiling libm v0.2.16
13422026-03-26T16:02:13.290Z Compiling num-traits v0.2.19
13432026-03-26T16:02:13.322Z Compiling futures-core v0.3.32
13442026-03-26T16:02:13.373Z Compiling percent-encoding v2.3.2
13452026-03-26T16:02:13.430Z Compiling allocator-api2 v0.2.21
13462026-03-26T16:02:13.458Z Compiling futures-sink v0.3.32
13472026-03-26T16:02:13.487Z Compiling cpufeatures v0.2.17
13482026-03-26T16:02:13.490Z Compiling foldhash v0.2.0
13492026-03-26T16:02:13.544Z Compiling getrandom v0.4.1
13502026-03-26T16:02:13.574Z Compiling futures-channel v0.3.32
13512026-03-26T16:02:13.578Z Compiling futures-task v0.3.32
13522026-03-26T16:02:13.617Z Compiling futures-io v0.3.32
13532026-03-26T16:02:13.642Z Compiling slab v0.4.12
13542026-03-26T16:02:13.715Z Compiling hashbrown v0.16.1
13552026-03-26T16:02:13.733Z Compiling rand_core v0.10.0
13562026-03-26T16:02:13.765Z Compiling getrandom v0.3.4
13572026-03-26T16:02:13.784Z Compiling rustversion v1.0.22
13582026-03-26T16:02:13.787Z Compiling form_urlencoded v1.2.2
13592026-03-26T16:02:13.814Z Compiling dunce v1.0.5
13602026-03-26T16:02:13.831Z Compiling ident_case v1.0.1
13612026-03-26T16:02:13.834Z Compiling base64ct v1.8.3
13622026-03-26T16:02:13.859Z Compiling getrandom v0.2.17
13632026-03-26T16:02:13.898Z Compiling jobserver v0.1.34
13642026-03-26T16:02:13.916Z Compiling errno v0.3.14
13652026-03-26T16:02:13.930Z Compiling mio v1.1.1
13662026-03-26T16:02:13.967Z Compiling socket2 v0.6.2
13672026-03-26T16:02:14.001Z Compiling rand_core v0.6.4
13682026-03-26T16:02:14.089Z Compiling once_cell v1.21.3
13692026-03-26T16:02:14.104Z Compiling cc v1.2.56
13702026-03-26T16:02:14.149Z Compiling signal-hook-registry v1.4.8
13712026-03-26T16:02:14.149Z Compiling parking_lot v0.12.5
13722026-03-26T16:02:14.245Z Compiling indexmap v2.13.0
13732026-03-26T16:02:14.260Z Compiling fs_extra v1.3.0
13742026-03-26T16:02:14.286Z Compiling pem-rfc7468 v0.7.0
13752026-03-26T16:02:14.302Z Compiling flagset v0.4.7
13762026-03-26T16:02:14.318Z Compiling iana-time-zone v0.1.65
13772026-03-26T16:02:14.322Z Compiling rustix v1.1.3
13782026-03-26T16:02:14.387Z Compiling uuid v1.21.0
13792026-03-26T16:02:14.421Z Compiling rustc_version v0.4.1
13802026-03-26T16:02:14.453Z Compiling aws-lc-rs v1.16.0
13812026-03-26T16:02:14.544Z Compiling vcpkg v0.2.15
13822026-03-26T16:02:14.559Z Compiling regex-syntax v0.8.10
13832026-03-26T16:02:14.562Z Compiling tracing-core v0.1.36
13842026-03-26T16:02:14.609Z Compiling crossbeam-utils v0.8.21
13852026-03-26T16:02:14.655Z Compiling syn v1.0.109
13862026-03-26T16:02:14.704Z Compiling rand_core v0.9.5
13872026-03-26T16:02:14.775Z Compiling untrusted v0.9.0
13882026-03-26T16:02:14.789Z Compiling base64 v0.22.1
13892026-03-26T16:02:14.803Z Compiling httparse v1.10.1
13902026-03-26T16:02:14.828Z Compiling cmake v0.1.57
13912026-03-26T16:02:14.910Z Compiling untrusted v0.7.1
13922026-03-26T16:02:14.925Z Compiling schemars v0.8.22
13932026-03-26T16:02:14.960Z Compiling openssl-probe v0.2.1
13942026-03-26T16:02:15.041Z Compiling tower-layer v0.3.3
13952026-03-26T16:02:15.056Z Compiling tinyvec_macros v0.1.1
13962026-03-26T16:02:15.081Z Compiling atomic-waker v1.1.2
13972026-03-26T16:02:15.096Z Compiling dyn-clone v1.0.20
13982026-03-26T16:02:15.125Z Compiling tower-service v0.3.3
13992026-03-26T16:02:15.142Z Compiling rustls v0.23.37
14002026-03-26T16:02:15.145Z Compiling try-lock v0.2.5
14012026-03-26T16:02:15.173Z Compiling tinyvec v1.10.0
14022026-03-26T16:02:15.240Z Compiling spin v0.9.8
14032026-03-26T16:02:15.249Z Compiling want v0.3.1
14042026-03-26T16:02:15.252Z Compiling aho-corasick v1.1.4
14052026-03-26T16:02:15.252Z Compiling httpdate v1.0.3
14062026-03-26T16:02:15.252Z Compiling num-conv v0.2.0
14072026-03-26T16:02:15.306Z Compiling foreign-types-shared v0.1.1
14082026-03-26T16:02:15.309Z Compiling openssl v0.10.75
14092026-03-26T16:02:15.350Z Compiling crc32fast v1.5.0
14102026-03-26T16:02:15.445Z Compiling time-core v0.1.8
14112026-03-26T16:02:15.460Z Compiling powerfmt v0.2.0
14122026-03-26T16:02:15.477Z Compiling pin-utils v0.1.0
14132026-03-26T16:02:15.492Z Compiling foreign-types v0.3.2
14142026-03-26T16:02:15.543Z Compiling wait-timeout v0.2.1
14152026-03-26T16:02:15.559Z Compiling num_threads v0.1.7
14162026-03-26T16:02:15.563Z Compiling native-tls v0.2.18
14172026-03-26T16:02:15.587Z Compiling quick-error v1.2.3
14182026-03-26T16:02:15.590Z Compiling simd-adler32 v0.3.8
14192026-03-26T16:02:15.693Z Compiling deranged v0.5.8
14202026-03-26T16:02:15.697Z Compiling time-macros v0.2.27
14212026-03-26T16:02:15.724Z Compiling usdt-impl v0.6.0
14222026-03-26T16:02:15.728Z Compiling siphasher v1.0.2
14232026-03-26T16:02:15.766Z Compiling bit-vec v0.8.0
14242026-03-26T16:02:15.769Z Compiling either v1.15.0
14252026-03-26T16:02:15.796Z Compiling aws-lc-sys v0.37.1
14262026-03-26T16:02:15.799Z Compiling ring v0.17.14
14272026-03-26T16:02:15.827Z Compiling openssl-sys v0.9.111
14282026-03-26T16:02:15.864Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14292026-03-26T16:02:15.951Z Compiling synstructure v0.13.2
14302026-03-26T16:02:15.968Z Compiling serde_derive_internals v0.29.1
14312026-03-26T16:02:15.968Z Compiling pest_generator v2.8.6
14322026-03-26T16:02:16.003Z Compiling darling_core v0.20.11
14332026-03-26T16:02:16.023Z Compiling tempfile v3.25.0
14342026-03-26T16:02:16.299Z Compiling regex-automata v0.4.14
14352026-03-26T16:02:16.415Z Compiling rusty-fork v0.3.1
14362026-03-26T16:02:16.604Z Compiling bit-set v0.8.0
14372026-03-26T16:02:16.703Z Compiling darling_core v0.21.3
14382026-03-26T16:02:16.747Z Compiling bzip2-sys v0.1.13+1.0.8
14392026-03-26T16:02:16.780Z Compiling unicode-normalization v0.1.25
14402026-03-26T16:02:16.820Z Compiling time v0.3.47
14412026-03-26T16:02:16.903Z Compiling crossbeam-epoch v0.9.18
14422026-03-26T16:02:16.919Z Compiling rand_xorshift v0.4.0
14432026-03-26T16:02:17.046Z Compiling slog v2.8.2
14442026-03-26T16:02:17.061Z Compiling heapless v0.7.17
14452026-03-26T16:02:17.104Z Compiling thread-id v5.1.0
14462026-03-26T16:02:17.119Z Compiling sync_wrapper v1.0.2
14472026-03-26T16:02:17.206Z Compiling cookie v0.18.1
14482026-03-26T16:02:17.251Z Compiling unicode-segmentation v1.12.0
14492026-03-26T16:02:17.267Z Compiling zstd-safe v7.2.4
14502026-03-26T16:02:17.270Z Compiling anyhow v1.0.102
14512026-03-26T16:02:17.297Z Compiling unicode-bidi v0.3.18
14522026-03-26T16:02:17.333Z Compiling unarray v0.1.4
14532026-03-26T16:02:17.414Z Compiling adler2 v2.0.1
14542026-03-26T16:02:17.460Z Compiling signal-hook v0.3.18
14552026-03-26T16:02:17.489Z Compiling paste v1.0.15
14562026-03-26T16:02:17.529Z Compiling rayon-core v1.13.0
14572026-03-26T16:02:17.566Z Compiling unicode-properties v0.1.4
14582026-03-26T16:02:17.679Z Compiling miniz_oxide v0.8.9
14592026-03-26T16:02:17.751Z Compiling serde_derive v1.0.228
14602026-03-26T16:02:17.755Z Compiling zeroize_derive v1.4.3
14612026-03-26T16:02:17.781Z Compiling zerofrom-derive v0.1.6
14622026-03-26T16:02:17.794Z Compiling yoke-derive v0.8.1
14632026-03-26T16:02:17.810Z Compiling zerocopy-derive v0.8.40
14642026-03-26T16:02:17.864Z Compiling zerovec-derive v0.11.2
14652026-03-26T16:02:17.879Z Compiling displaydoc v0.2.5
14662026-03-26T16:02:18.333Z Compiling tokio-macros v2.6.0
14672026-03-26T16:02:18.406Z Compiling futures-macro v0.3.32
14682026-03-26T16:02:18.449Z Compiling zeroize v1.8.2
14692026-03-26T16:02:18.487Z Compiling der_derive v0.7.3
14702026-03-26T16:02:18.663Z Compiling thiserror-impl v2.0.18
14712026-03-26T16:02:19.014Z Compiling rustls-pki-types v1.14.0
14722026-03-26T16:02:19.055Z Compiling tracing-attributes v0.1.31
14732026-03-26T16:02:19.108Z Compiling scroll_derive v0.13.1
14742026-03-26T16:02:19.260Z Compiling crypto-common v0.1.7
14752026-03-26T16:02:19.260Z Compiling zerofrom v0.1.6
14762026-03-26T16:02:19.312Z Compiling block-buffer v0.10.4
14772026-03-26T16:02:19.345Z Compiling futures-util v0.3.32
14782026-03-26T16:02:19.366Z Compiling block-padding v0.3.3
14792026-03-26T16:02:19.388Z Compiling yoke v0.8.1
14802026-03-26T16:02:19.447Z Compiling pest_derive v2.8.6
14812026-03-26T16:02:19.508Z Compiling digest v0.10.7
14822026-03-26T16:02:19.511Z Compiling inout v0.1.4
14832026-03-26T16:02:19.537Z Compiling der v0.7.10
14842026-03-26T16:02:19.551Z Compiling schemars_derive v0.8.22
14852026-03-26T16:02:19.595Z Compiling zerovec v0.11.5
14862026-03-26T16:02:19.710Z Compiling zerotrie v0.2.3
14872026-03-26T16:02:19.779Z Compiling hmac v0.12.1
14882026-03-26T16:02:19.919Z Compiling sha2 v0.10.9
14892026-03-26T16:02:19.954Z Compiling cipher v0.4.4
14902026-03-26T16:02:19.976Z Compiling pbkdf2 v0.12.2
14912026-03-26T16:02:20.031Z Compiling scroll v0.13.0
14922026-03-26T16:02:20.110Z Compiling tinystr v0.8.2
14932026-03-26T16:02:20.125Z Compiling potential_utf v0.1.4
14942026-03-26T16:02:20.128Z Compiling thiserror v2.0.18
14952026-03-26T16:02:20.225Z Compiling salsa20 v0.10.2
14962026-03-26T16:02:20.265Z Compiling icu_collections v2.1.1
14972026-03-26T16:02:20.316Z Compiling icu_locale_core v2.1.1
14982026-03-26T16:02:20.319Z Compiling cbc v0.1.2
14992026-03-26T16:02:20.345Z Compiling aes v0.8.4
15002026-03-26T16:02:20.385Z Compiling spki v0.7.3
15012026-03-26T16:02:20.443Z Compiling scrypt v0.11.0
15022026-03-26T16:02:20.496Z Compiling tracing v0.1.44
15032026-03-26T16:02:20.569Z Compiling darling_macro v0.20.11
15042026-03-26T16:02:20.605Z Compiling goblin v0.10.5
15052026-03-26T16:02:20.782Z Compiling thiserror-impl v1.0.69
15062026-03-26T16:02:20.807Z Compiling pkcs5 v0.7.1
15072026-03-26T16:02:20.821Z Compiling openssl-macros v0.1.1
15082026-03-26T16:02:20.839Z Compiling dtrace-parser v0.3.0
15092026-03-26T16:02:20.906Z Compiling signature v2.2.0
15102026-03-26T16:02:21.084Z Compiling icu_provider v2.1.1
15112026-03-26T16:02:21.106Z Compiling pkcs8 v0.10.2
15122026-03-26T16:02:21.249Z Compiling darling v0.20.11
15132026-03-26T16:02:21.313Z Compiling rustls-native-certs v0.8.3
15142026-03-26T16:02:21.346Z Compiling bytes v1.11.1
15152026-03-26T16:02:21.368Z Compiling icu_normalizer v2.1.1
15162026-03-26T16:02:21.407Z Compiling icu_properties v2.1.2
15172026-03-26T16:02:21.422Z Compiling chrono v0.4.44
15182026-03-26T16:02:21.438Z Compiling ipnet v2.11.0
15192026-03-26T16:02:21.490Z Compiling derive_builder_core v0.20.2
15202026-03-26T16:02:21.619Z Compiling scroll_derive v0.12.1
15212026-03-26T16:02:21.634Z Compiling erased-serde v0.3.31
15222026-03-26T16:02:21.713Z Compiling toml_datetime v0.6.11
15232026-03-26T16:02:21.930Z Compiling tokio v1.49.0
15242026-03-26T16:02:21.960Z Compiling http v1.4.0
15252026-03-26T16:02:21.981Z Compiling serde_tokenstream v0.2.3
15262026-03-26T16:02:21.995Z Compiling serde_spanned v0.6.9
15272026-03-26T16:02:22.104Z Compiling thiserror v1.0.69
15282026-03-26T16:02:22.137Z Compiling md-5 v0.10.6
15292026-03-26T16:02:22.163Z Compiling darling_macro v0.21.3
15302026-03-26T16:02:22.220Z Compiling webpki-roots v1.0.6
15312026-03-26T16:02:22.310Z Compiling idna_adapter v1.2.1
15322026-03-26T16:02:22.325Z Compiling ppv-lite86 v0.2.21
15332026-03-26T16:02:22.342Z Compiling scroll v0.12.0
15342026-03-26T16:02:22.396Z Compiling derive_builder_macro v0.20.2
15352026-03-26T16:02:22.416Z Compiling zerocopy-derive v0.7.35
15362026-03-26T16:02:22.451Z Compiling idna v1.1.0
15372026-03-26T16:02:22.472Z Compiling stringprep v0.1.5
15382026-03-26T16:02:22.610Z Compiling http-body v1.0.1
15392026-03-26T16:02:22.629Z Compiling rand_chacha v0.9.0
15402026-03-26T16:02:22.670Z Compiling rand_chacha v0.3.1
15412026-03-26T16:02:22.684Z Compiling crossbeam-deque v0.8.6
15422026-03-26T16:02:22.786Z Compiling url v2.5.8
15432026-03-26T16:02:22.849Z Compiling rand v0.9.2
15442026-03-26T16:02:22.897Z Compiling http-body-util v0.1.3
15452026-03-26T16:02:22.914Z Compiling num-integer v0.1.46
15462026-03-26T16:02:22.945Z Compiling vergen-lib v0.1.6
15472026-03-26T16:02:23.043Z Compiling curve25519-dalek v4.1.3
15482026-03-26T16:02:23.148Z Compiling ff v0.13.1
15492026-03-26T16:02:23.164Z Compiling hash32 v0.2.1
15502026-03-26T16:02:23.168Z Compiling memoffset v0.9.1
15512026-03-26T16:02:23.277Z Compiling iri-string v0.7.10
15522026-03-26T16:02:23.327Z Compiling zlib-rs v0.6.2
15532026-03-26T16:02:23.373Z Compiling base16ct v0.2.0
15542026-03-26T16:02:23.376Z Compiling smoltcp v0.9.1
15552026-03-26T16:02:23.401Z Compiling dof v0.4.0
15562026-03-26T16:02:23.417Z Compiling proptest v1.10.0
15572026-03-26T16:02:23.569Z Compiling rustix v0.38.44
15582026-03-26T16:02:23.617Z Compiling ryu v1.0.23
15592026-03-26T16:02:23.670Z Compiling fallible-iterator v0.2.0
15602026-03-26T16:02:23.673Z Compiling psl-types v2.0.11
15612026-03-26T16:02:23.743Z Compiling num-bigint-dig v0.8.6
15622026-03-26T16:02:23.822Z Compiling ref-cast v1.0.25
15632026-03-26T16:02:23.850Z Compiling cfg_aliases v0.2.1
15642026-03-26T16:02:23.864Z Compiling litrs v1.0.0
15652026-03-26T16:02:23.935Z Compiling nix v0.31.1
15662026-03-26T16:02:24.002Z Compiling postgres-protocol v0.6.10
15672026-03-26T16:02:24.017Z Compiling publicsuffix v2.3.0
15682026-03-26T16:02:24.074Z Compiling ipnetwork v0.21.1
15692026-03-26T16:02:24.206Z Compiling serde_urlencoded v0.7.1
15702026-03-26T16:02:24.272Z Compiling sec1 v0.7.3
15712026-03-26T16:02:24.318Z Compiling oxnet v0.1.4
15722026-03-26T16:02:24.387Z Compiling document-features v0.2.12
15732026-03-26T16:02:24.478Z Compiling zerocopy v0.7.35
15742026-03-26T16:02:24.560Z Compiling group v0.13.0
15752026-03-26T16:02:24.575Z Compiling num-iter v0.1.45
15762026-03-26T16:02:24.590Z Compiling proc-macro-error v1.0.4
15772026-03-26T16:02:24.620Z Compiling derive_builder v0.20.2
15782026-03-26T16:02:24.634Z Compiling rand v0.8.5
15792026-03-26T16:02:24.736Z Compiling darling v0.21.3
15802026-03-26T16:02:24.771Z Compiling goblin v0.8.2
15812026-03-26T16:02:24.801Z Compiling cargo-platform v0.1.9
15822026-03-26T16:02:24.835Z Compiling hkdf v0.12.4
15832026-03-26T16:02:24.934Z Compiling hubpack_derive v0.1.1
15842026-03-26T16:02:24.969Z Compiling crypto-bigint v0.5.5
15852026-03-26T16:02:24.971Z Compiling regex v1.12.3
15862026-03-26T16:02:25.038Z Compiling curve25519-dalek-derive v0.1.1
15872026-03-26T16:02:25.070Z Compiling strum_macros v0.27.2
15882026-03-26T16:02:25.155Z Compiling daft-derive v0.1.5
15892026-03-26T16:02:25.321Z Compiling async-trait v0.1.89
15902026-03-26T16:02:25.393Z Compiling ref-cast-impl v1.0.25
15912026-03-26T16:02:25.426Z Compiling heck v0.4.1
15922026-03-26T16:02:25.441Z Compiling terminal_size v0.4.3
15932026-03-26T16:02:25.472Z Compiling phf_shared v0.13.1
15942026-03-26T16:02:25.547Z Compiling lazy_static v1.5.0
15952026-03-26T16:02:25.598Z Compiling vergen v9.0.6
15962026-03-26T16:02:25.665Z Compiling tokio-util v0.7.18
15972026-03-26T16:02:25.684Z Compiling tower v0.5.3
15982026-03-26T16:02:25.767Z Compiling newtype-uuid v1.3.2
15992026-03-26T16:02:25.783Z Compiling tokio-native-tls v0.3.1
16002026-03-26T16:02:25.786Z Compiling fs-err v3.3.0
16012026-03-26T16:02:25.814Z Compiling ahash v0.8.12
16022026-03-26T16:02:25.939Z Compiling winnow v0.5.40
16032026-03-26T16:02:25.974Z Compiling object v0.37.3
16042026-03-26T16:02:26.010Z Compiling libbz2-rs-sys v0.2.2
16052026-03-26T16:02:26.033Z Compiling foldhash v0.1.5
16062026-03-26T16:02:26.048Z Compiling bitflags v1.3.2
16072026-03-26T16:02:26.121Z Compiling tower-http v0.6.8
16082026-03-26T16:02:26.146Z Compiling managed v0.8.0
16092026-03-26T16:02:26.187Z Compiling flate2 v1.1.9
16102026-03-26T16:02:26.224Z Compiling bumpalo v3.20.2
16112026-03-26T16:02:26.382Z Compiling h2 v0.4.13
16122026-03-26T16:02:26.413Z Compiling hashbrown v0.15.5
16132026-03-26T16:02:26.494Z Compiling bzip2 v0.6.1
16142026-03-26T16:02:26.549Z Compiling zopfli v0.8.3
16152026-03-26T16:02:26.650Z Compiling clap_builder v4.5.60
16162026-03-26T16:02:26.728Z Compiling daft v0.1.5
16172026-03-26T16:02:26.745Z Compiling elliptic-curve v0.13.8
16182026-03-26T16:02:26.761Z Compiling console v0.16.2
16192026-03-26T16:02:26.995Z Compiling phf v0.13.1
16202026-03-26T16:02:27.029Z Compiling dof v0.3.0
16212026-03-26T16:02:27.121Z Compiling strum v0.27.2
16222026-03-26T16:02:27.169Z Compiling zone_cfg_derive v0.3.1
16232026-03-26T16:02:27.185Z Compiling signal-hook-mio v0.2.5
16242026-03-26T16:02:27.200Z Compiling hubpack v0.1.2
16252026-03-26T16:02:27.256Z Compiling toml_edit v0.19.15
16262026-03-26T16:02:27.271Z Compiling cookie_store v0.22.1
16272026-03-26T16:02:27.359Z Compiling rayon v1.11.0
16282026-03-26T16:02:27.399Z Compiling cargo_metadata v0.19.2
16292026-03-26T16:02:27.449Z Compiling usdt-attr-macro v0.6.0
16302026-03-26T16:02:27.644Z Compiling usdt-macro v0.6.0
16312026-03-26T16:02:27.701Z Compiling serde_with_macros v3.17.0
16322026-03-26T16:02:27.830Z Compiling postgres-types v0.2.12
16332026-03-26T16:02:27.880Z Compiling bzip2 v0.4.4
16342026-03-26T16:02:27.969Z Compiling zstd v0.13.3
16352026-03-26T16:02:28.266Z Compiling dtrace-parser v0.2.0
16362026-03-26T16:02:28.284Z Compiling serde-big-array v0.5.1
16372026-03-26T16:02:28.352Z Compiling hex v0.4.3
16382026-03-26T16:02:28.415Z Compiling ed25519 v2.2.3
16392026-03-26T16:02:28.442Z Compiling pkcs1 v0.7.5
16402026-03-26T16:02:28.460Z Compiling rfc6979 v0.4.0
16412026-03-26T16:02:28.600Z Compiling bstr v1.12.1
16422026-03-26T16:02:28.644Z Compiling serde_repr v0.1.20
16432026-03-26T16:02:28.791Z Compiling clap_derive v4.5.55
16442026-03-26T16:02:28.853Z Compiling strum_macros v0.26.4
16452026-03-26T16:02:28.870Z Compiling enum-as-inner v0.6.1
16462026-03-26T16:02:29.035Z Compiling itertools v0.12.1
16472026-03-26T16:02:29.153Z Compiling phf_shared v0.11.3
16482026-03-26T16:02:29.202Z Compiling float-cmp v0.10.0
16492026-03-26T16:02:29.242Z Compiling memmap2 v0.9.10
16502026-03-26T16:02:29.278Z Compiling thread-id v4.2.2
16512026-03-26T16:02:29.338Z Compiling env_filter v1.0.0
16522026-03-26T16:02:29.364Z Compiling hyper v1.8.1
16532026-03-26T16:02:29.380Z Compiling encoding_rs v0.8.35
16542026-03-26T16:02:29.397Z Compiling precomputed-hash v0.1.1
16552026-03-26T16:02:29.412Z Compiling fixedbitset v0.4.2
16562026-03-26T16:02:29.472Z Compiling jiff v0.2.21
16572026-03-26T16:02:29.504Z Compiling difflib v0.4.0
16582026-03-26T16:02:29.648Z Compiling rustc-hash v2.1.1
16592026-03-26T16:02:29.668Z Compiling fixedbitset v0.5.7
16602026-03-26T16:02:29.716Z Compiling unit-prefix v0.5.2
16612026-03-26T16:02:29.789Z Compiling whoami v2.1.0
16622026-03-26T16:02:29.895Z Compiling mime v0.3.17
16632026-03-26T16:02:29.913Z Compiling data-encoding v2.10.0
16642026-03-26T16:02:29.954Z Compiling keccak v0.1.6
16652026-03-26T16:02:30.001Z Compiling static_assertions v1.1.0
16662026-03-26T16:02:30.088Z Compiling predicates-core v1.0.10
16672026-03-26T16:02:30.103Z Compiling new_debug_unreachable v1.0.6
16682026-03-26T16:02:30.176Z Compiling normalize-line-endings v0.3.0
16692026-03-26T16:02:30.191Z Compiling string_cache v0.8.9
16702026-03-26T16:02:30.194Z Compiling zone v0.3.1
16712026-03-26T16:02:30.281Z Compiling predicates v3.1.4
16722026-03-26T16:02:30.285Z Compiling hickory-proto v0.25.2
16732026-03-26T16:02:30.312Z Compiling sha3 v0.10.8
16742026-03-26T16:02:30.416Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16752026-03-26T16:02:30.439Z Compiling tokio-postgres v0.7.16
16762026-03-26T16:02:30.605Z Compiling hyper-util v0.1.20
16772026-03-26T16:02:30.669Z Compiling clap v4.5.60
16782026-03-26T16:02:30.673Z Compiling strum v0.26.3
16792026-03-26T16:02:30.769Z Compiling petgraph v0.8.3
16802026-03-26T16:02:30.816Z Compiling indicatif v0.18.4
16812026-03-26T16:02:30.839Z Compiling iddqd v0.3.17
16822026-03-26T16:02:30.854Z Compiling toml_edit v0.22.27
16832026-03-26T16:02:30.930Z Compiling petgraph v0.6.5
16842026-03-26T16:02:30.951Z Compiling env_logger v0.11.9
16852026-03-26T16:02:31.032Z Compiling usdt v0.6.0
16862026-03-26T16:02:31.048Z Compiling usdt-impl v0.5.0
16872026-03-26T16:02:31.317Z Compiling similar v2.7.0
16882026-03-26T16:02:31.332Z Compiling crossterm v0.28.1
16892026-03-26T16:02:31.662Z Compiling serde_with v3.17.0
16902026-03-26T16:02:31.697Z Compiling rsa v0.9.10
16912026-03-26T16:02:32.015Z Compiling toml v0.7.8
16922026-03-26T16:02:32.232Z Compiling hyper-tls v0.6.0
16932026-03-26T16:02:32.436Z Compiling zip v4.6.1
16942026-03-26T16:02:32.455Z Compiling ed25519-dalek v2.2.0
16952026-03-26T16:02:32.487Z Compiling ecdsa v0.16.9
16962026-03-26T16:02:32.673Z Compiling zip v0.6.6
16972026-03-26T16:02:32.902Z Compiling tokio-stream v0.1.18
16982026-03-26T16:02:33.138Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-03-26T16:02:33.154Z Compiling buf-list v1.1.2
17002026-03-26T16:02:33.205Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17012026-03-26T16:02:33.274Z Compiling openapiv3 v2.2.0
17022026-03-26T16:02:33.300Z Compiling x509-cert v0.2.5
17032026-03-26T16:02:33.392Z Compiling sha1 v0.10.6
17042026-03-26T16:02:33.408Z Compiling itertools v0.13.0
17052026-03-26T16:02:33.432Z Compiling toml_datetime v0.7.5+spec-1.1.0
17062026-03-26T16:02:33.448Z Compiling lalrpop-util v0.19.12
17072026-03-26T16:02:33.542Z Compiling peg-runtime v0.8.5
17082026-03-26T16:02:33.605Z Compiling thread_local v1.1.9
17092026-03-26T16:02:33.629Z Compiling slog-async v2.8.0
17102026-03-26T16:02:33.651Z Compiling futures-executor v0.3.32
17112026-03-26T16:02:33.740Z Compiling crossbeam-channel v0.5.15
17122026-03-26T16:02:33.789Z Compiling is-terminal v0.4.17
17132026-03-26T16:02:33.812Z Compiling filetime v0.2.27
17142026-03-26T16:02:33.841Z Compiling xattr v1.6.1
17152026-03-26T16:02:33.873Z Compiling term v1.2.1
17162026-03-26T16:02:33.897Z Compiling take_mut v0.2.2
17172026-03-26T16:02:33.938Z Compiling futures v0.3.32
17182026-03-26T16:02:33.978Z Compiling tar v0.4.44
17192026-03-26T16:02:34.173Z Compiling slog-term v2.9.2
17202026-03-26T16:02:49.225Z Compiling rustls-webpki v0.103.9
17212026-03-26T16:02:52.024Z Compiling tokio-rustls v0.26.4
17222026-03-26T16:02:52.024Z Compiling rustls-platform-verifier v0.6.2
17232026-03-26T16:02:52.228Z Compiling hyper-rustls v0.27.7
17242026-03-26T16:02:52.421Z Compiling reqwest v0.12.28
17252026-03-26T16:02:52.421Z Compiling reqwest v0.13.2
17262026-03-26T16:02:54.435Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-03-26T16:02:54.669Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-03-26T16:02:57.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.03s
17292026-03-26T16:02:57.605Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17302026-03-26T16:02:57.660ZMar 26 16:02:57.042 INFO Starting download, target: Console
17312026-03-26T16:02:57.661ZMar 26 16:02:57.043 INFO Starting download, target: DendriteStub
17322026-03-26T16:02:57.661ZMar 26 16:02:57.043 INFO Starting download, target: Cockroach
17332026-03-26T16:02:57.661ZMar 26 16:02:57.043 INFO Starting download, target: Clickhouse
17342026-03-26T16:02:57.664ZMar 26 16:02:57.043 INFO Starting download, target: MaghemiteMgd
17352026-03-26T16:02:57.664ZMar 26 16:02:57.043 INFO Starting download, target: TransceiverControl
17362026-03-26T16:02:57.664ZMar 26 16:02:57.043 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-03-26T16:02:57.664ZMar 26 16:02:57.043 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17382026-03-26T16:02:57.664ZMar 26 16:02:57.043 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-03-26T16:02:57.664ZMar 26 16:02:57.044 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-03-26T16:02:57.664ZMar 26 16:02:57.044 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17412026-03-26T16:02:57.665ZMar 26 16:02:57.044 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17422026-03-26T16:02:58.140ZMar 26 16:02:57.520 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17432026-03-26T16:02:58.401ZMar 26 16:02:57.782 INFO Download complete, target: TransceiverControl
17442026-03-26T16:02:59.413ZMar 26 16:02:58.796 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-03-26T16:02:59.581ZMar 26 16:02:58.962 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-03-26T16:02:59.606ZMar 26 16:02:58.987 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17472026-03-26T16:02:59.637ZMar 26 16:02:59.018 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-03-26T16:02:59.899ZMar 26 16:02:59.281 INFO Download complete, target: Console
17492026-03-26T16:03:00.409ZMar 26 16:02:59.792 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-03-26T16:03:00.410ZMar 26 16:02:59.792 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-03-26T16:03:01.713ZMar 26 16:03:01.095 INFO Download complete, target: DendriteStub
17522026-03-26T16:03:01.933ZMar 26 16:03:01.315 INFO Download complete, target: MaghemiteMgd
17532026-03-26T16:03:05.163ZMar 26 16:03:04.545 INFO Checking that binary works, target: Cockroach
17542026-03-26T16:03:05.262ZMar 26 16:03:04.644 INFO Download complete, target: Cockroach
17552026-03-26T16:03:06.558ZMar 26 16:03:05.940 INFO Checking that binary works, target: Clickhouse
17562026-03-26T16:03:06.695ZMar 26 16:03:06.077 INFO Download complete, target: Clickhouse
17572026-03-26T16:03:06.701ZAll prerequisites installed successfully
17582026-03-26T16:03:06.704Z
17592026-03-26T16:03:06.704Zreal 2:43.490685238
17602026-03-26T16:03:06.704Zuser 7:16.777536697
17612026-03-26T16:03:06.704Zsys 1:42.659989390
17622026-03-26T16:03:06.704Ztrap 0.241492301
17632026-03-26T16:03:06.704Ztflt 2.284719606
17642026-03-26T16:03:06.704Zdflt 3.331443977
17652026-03-26T16:03:06.704Zkflt 0.064096559
17662026-03-26T16:03:06.704Zlock 22:24.657845688
17672026-03-26T16:03:06.704Zslp 19:52.729828709
17682026-03-26T16:03:06.704Zlat 23.018720525
17692026-03-26T16:03:06.704Zstop 2:56.364374872
17702026-03-26T16:03:06.704Z+ ptime -m cargo xtask download softnpu
17712026-03-26T16:03:07.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17722026-03-26T16:03:07.249Z Running `target/debug/xtask download softnpu`
17732026-03-26T16:03:08.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17742026-03-26T16:03:08.082Z Running `target/debug/xtask-downloader softnpu`
17752026-03-26T16:03:08.127ZMar 26 16:03:07.509 INFO Starting download, target: Softnpu
17762026-03-26T16:03:08.130ZMar 26 16:03:07.510 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17772026-03-26T16:03:08.927ZMar 26 16:03:08.309 INFO Download complete, target: Softnpu
17782026-03-26T16:03:08.930Z
17792026-03-26T16:03:08.933Zreal 2.222823688
17802026-03-26T16:03:08.933Zuser 1.301751431
17812026-03-26T16:03:08.933Zsys 0.641794787
17822026-03-26T16:03:08.933Ztrap 0.000579181
17832026-03-26T16:03:08.933Ztflt 0.000134506
17842026-03-26T16:03:08.933Zdflt 0.000144446
17852026-03-26T16:03:08.933Zkflt 0.000000000
17862026-03-26T16:03:08.933Zlock 14.661992242
17872026-03-26T16:03:08.933Zslp 0.595705292
17882026-03-26T16:03:08.933Zlat 0.072170991
17892026-03-26T16:03:08.933Zstop 0.000187963
17902026-03-26T16:03:08.933Z+ export CARGO_INCREMENTAL=0
17912026-03-26T16:03:08.933Z+ CARGO_INCREMENTAL=0
17922026-03-26T16:03:08.933Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17932026-03-26T16:03:09.816Z Compiling proc-macro2 v1.0.106
17942026-03-26T16:03:09.816Z Compiling quote v1.0.44
17952026-03-26T16:03:09.819Z Compiling unicode-ident v1.0.24
17962026-03-26T16:03:09.820Z Compiling libc v0.2.180
17972026-03-26T16:03:09.820Z Compiling serde_core v1.0.228
17982026-03-26T16:03:09.820Z Compiling serde v1.0.228
17992026-03-26T16:03:09.820Z Compiling cfg-if v1.0.4
18002026-03-26T16:03:09.820Z Compiling version_check v0.9.5
18012026-03-26T16:03:09.820Z Compiling shlex v1.3.0
18022026-03-26T16:03:09.960Z Compiling find-msvc-tools v0.1.9
18032026-03-26T16:03:09.962Z Compiling typenum v1.19.0
18042026-03-26T16:03:09.963Z Compiling portable-atomic v1.13.1
18052026-03-26T16:03:09.963Z Compiling memchr v2.8.0
18062026-03-26T16:03:09.963Z Compiling autocfg v1.5.0
18072026-03-26T16:03:09.963Z Compiling zmij v1.0.21
18082026-03-26T16:03:10.210Z Compiling serde_json v1.0.149
18092026-03-26T16:03:10.298Z Compiling zerocopy v0.8.40
18102026-03-26T16:03:10.339Z Compiling parking_lot_core v0.9.12
18112026-03-26T16:03:10.392Z Compiling libm v0.2.16
18122026-03-26T16:03:10.442Z Compiling generic-array v0.14.7
18132026-03-26T16:03:10.445Z Compiling num-traits v0.2.19
18142026-03-26T16:03:10.456Z Compiling smallvec v1.15.1
18152026-03-26T16:03:10.471Z Compiling icu_properties_data v2.1.2
18162026-03-26T16:03:10.484Z Compiling icu_normalizer_data v2.1.1
18172026-03-26T16:03:10.487Z Compiling itoa v1.0.17
18182026-03-26T16:03:10.516Z Compiling log v0.4.29
18192026-03-26T16:03:10.678Z Compiling getrandom v0.4.1
18202026-03-26T16:03:10.693Z Compiling pkg-config v0.3.32
18212026-03-26T16:03:10.737Z Compiling stable_deref_trait v1.2.1
18222026-03-26T16:03:10.767Z Compiling subtle v2.6.1
18232026-03-26T16:03:10.770Z Compiling scopeguard v1.2.0
18242026-03-26T16:03:10.898Z Compiling thiserror v2.0.18
18252026-03-26T16:03:10.929Z Compiling lock_api v0.4.14
18262026-03-26T16:03:10.959Z Compiling fnv v1.0.7
18272026-03-26T16:03:11.032Z Compiling pin-project-lite v0.2.17
18282026-03-26T16:03:11.050Z Compiling jobserver v0.1.34
18292026-03-26T16:03:11.053Z Compiling getrandom v0.2.17
18302026-03-26T16:03:11.118Z Compiling errno v0.3.14
18312026-03-26T16:03:11.169Z Compiling getrandom v0.3.4
18322026-03-26T16:03:11.210Z Compiling rand_core v0.6.4
18332026-03-26T16:03:11.261Z Compiling cc v1.2.56
18342026-03-26T16:03:11.289Z Compiling syn v2.0.117
18352026-03-26T16:03:11.352Z Compiling critical-section v1.2.0
18362026-03-26T16:03:11.457Z Compiling equivalent v1.0.2
18372026-03-26T16:03:11.486Z Compiling allocator-api2 v0.2.21
18382026-03-26T16:03:11.486Z Compiling rustversion v1.0.22
18392026-03-26T16:03:11.547Z Compiling foldhash v0.2.0
18402026-03-26T16:03:11.584Z Compiling writeable v0.6.2
18412026-03-26T16:03:11.587Z Compiling dunce v1.0.5
18422026-03-26T16:03:11.670Z Compiling once_cell v1.21.3
18432026-03-26T16:03:11.685Z Compiling fs_extra v1.3.0
18442026-03-26T16:03:11.711Z Compiling litemap v0.8.1
18452026-03-26T16:03:11.728Z Compiling percent-encoding v2.3.2
18462026-03-26T16:03:11.842Z Compiling hashbrown v0.16.1
18472026-03-26T16:03:11.922Z Compiling const-oid v0.9.6
18482026-03-26T16:03:11.996Z Compiling signal-hook-registry v1.4.8
18492026-03-26T16:03:12.042Z Compiling cmake v0.1.57
18502026-03-26T16:03:12.062Z Compiling rustix v1.1.3
18512026-03-26T16:03:12.066Z Compiling socket2 v0.6.2
18522026-03-26T16:03:12.091Z Compiling mio v1.1.1
18532026-03-26T16:03:12.094Z Compiling schemars v0.8.22
18542026-03-26T16:03:12.139Z Compiling rand_core v0.10.0
18552026-03-26T16:03:12.371Z Compiling parking_lot v0.12.5
18562026-03-26T16:03:12.462Z Compiling semver v1.0.27
18572026-03-26T16:03:12.462Z Compiling indexmap v2.13.0
18582026-03-26T16:03:12.492Z Compiling utf8_iter v1.0.4
18592026-03-26T16:03:12.523Z Compiling aws-lc-rs v1.16.0
18602026-03-26T16:03:12.555Z Compiling form_urlencoded v1.2.2
18612026-03-26T16:03:12.675Z Compiling bitflags v2.11.0
18622026-03-26T16:03:12.698Z Compiling ring v0.17.14
18632026-03-26T16:03:12.779Z Compiling aws-lc-sys v0.37.1
18642026-03-26T16:03:12.831Z Compiling strsim v0.11.1
18652026-03-26T16:03:12.847Z Compiling futures-core v0.3.32
18662026-03-26T16:03:13.097Z Compiling byteorder v1.5.0
18672026-03-26T16:03:13.113Z Compiling ucd-trie v0.1.7
18682026-03-26T16:03:13.141Z Compiling thiserror v1.0.69
18692026-03-26T16:03:13.158Z Compiling httparse v1.10.1
18702026-03-26T16:03:13.274Z Compiling pest v2.8.6
18712026-03-26T16:03:13.290Z Compiling heck v0.5.0
18722026-03-26T16:03:13.328Z Compiling ident_case v1.0.1
18732026-03-26T16:03:13.365Z Compiling vcpkg v0.2.15
18742026-03-26T16:03:13.468Z Compiling regex-syntax v0.8.10
18752026-03-26T16:03:13.485Z Compiling syn v1.0.109
18762026-03-26T16:03:13.500Z Compiling crossbeam-utils v0.8.21
18772026-03-26T16:03:13.715Z Compiling futures-sink v0.3.32
18782026-03-26T16:03:13.731Z Compiling rustls v0.23.37
18792026-03-26T16:03:13.749Z Compiling rustc_version v0.4.1
18802026-03-26T16:03:13.811Z Compiling futures-channel v0.3.32
18812026-03-26T16:03:13.840Z Compiling futures-task v0.3.32
18822026-03-26T16:03:13.858Z Compiling futures-io v0.3.32
18832026-03-26T16:03:13.861Z Compiling slab v0.4.12
18842026-03-26T16:03:13.861Z Compiling cpufeatures v0.2.17
18852026-03-26T16:03:13.950Z Compiling openssl-sys v0.9.111
18862026-03-26T16:03:14.027Z Compiling plain v0.2.3
18872026-03-26T16:03:14.045Z Compiling iana-time-zone v0.1.65
18882026-03-26T16:03:14.048Z Compiling uuid v1.21.0
18892026-03-26T16:03:14.090Z Compiling aho-corasick v1.1.4
18902026-03-26T16:03:14.122Z Compiling synstructure v0.13.2
18912026-03-26T16:03:14.125Z Compiling serde_derive_internals v0.29.1
18922026-03-26T16:03:14.152Z Compiling time-core v0.1.8
18932026-03-26T16:03:14.390Z Compiling pest_meta v2.8.6
18942026-03-26T16:03:14.405Z Compiling num-conv v0.2.0
18952026-03-26T16:03:14.554Z Compiling time-macros v0.2.27
18962026-03-26T16:03:14.651Z Compiling openssl v0.10.75
18972026-03-26T16:03:14.668Z Compiling pretty-hex v0.4.1
18982026-03-26T16:03:14.939Z Compiling anyhow v1.0.102
18992026-03-26T16:03:14.942Z Compiling either v1.15.0
19002026-03-26T16:03:14.969Z Compiling regex-automata v0.4.14
19012026-03-26T16:03:15.031Z Compiling pest_generator v2.8.6
19022026-03-26T16:03:15.081Z Compiling crc32fast v1.5.0
19032026-03-26T16:03:15.097Z Compiling base64ct v1.8.3
19042026-03-26T16:03:15.112Z Compiling darling_core v0.21.3
19052026-03-26T16:03:15.187Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19062026-03-26T16:03:15.285Z Compiling native-tls v0.2.18
19072026-03-26T16:03:15.366Z Compiling pem-rfc7468 v0.7.0
19082026-03-26T16:03:15.369Z Compiling flagset v0.4.7
19092026-03-26T16:03:15.399Z Compiling serde_derive v1.0.228
19102026-03-26T16:03:15.413Z Compiling zeroize_derive v1.4.3
19112026-03-26T16:03:15.468Z Compiling zerofrom-derive v0.1.6
19122026-03-26T16:03:15.522Z Compiling yoke-derive v0.8.1
19132026-03-26T16:03:15.538Z Compiling zerovec-derive v0.11.2
19142026-03-26T16:03:15.557Z Compiling displaydoc v0.2.5
19152026-03-26T16:03:15.574Z Compiling zerocopy-derive v0.8.40
19162026-03-26T16:03:15.577Z Compiling tokio-macros v2.6.0
19172026-03-26T16:03:15.613Z Compiling futures-macro v0.3.32
19182026-03-26T16:03:15.653Z Compiling thiserror-impl v2.0.18
19192026-03-26T16:03:15.689Z Compiling tracing-attributes v0.1.31
19202026-03-26T16:03:15.708Z Compiling der_derive v0.7.3
19212026-03-26T16:03:16.034Z Compiling zeroize v1.8.2
19222026-03-26T16:03:16.307Z Compiling schemars_derive v0.8.22
19232026-03-26T16:03:16.404Z Compiling thiserror-impl v1.0.69
19242026-03-26T16:03:16.498Z Compiling pest_derive v2.8.6
19252026-03-26T16:03:16.598Z Compiling futures-util v0.3.32
19262026-03-26T16:03:16.620Z Compiling zerofrom v0.1.6
19272026-03-26T16:03:16.771Z Compiling yoke v0.8.1
19282026-03-26T16:03:16.789Z Compiling crypto-common v0.1.7
19292026-03-26T16:03:16.861Z Compiling block-buffer v0.10.4
19302026-03-26T16:03:16.960Z Compiling zerovec v0.11.5
19312026-03-26T16:03:16.990Z Compiling zerotrie v0.2.3
19322026-03-26T16:03:17.079Z Compiling digest v0.10.7
19332026-03-26T16:03:17.278Z Compiling block-padding v0.3.3
19342026-03-26T16:03:17.362Z Compiling rustls-pki-types v1.14.0
19352026-03-26T16:03:17.411Z Compiling hmac v0.12.1
19362026-03-26T16:03:17.440Z Compiling inout v0.1.4
19372026-03-26T16:03:17.443Z Compiling sha2 v0.10.9
19382026-03-26T16:03:17.471Z Compiling scroll_derive v0.13.1
19392026-03-26T16:03:17.474Z Compiling scroll_derive v0.12.1
19402026-03-26T16:03:17.532Z Compiling tinystr v0.8.2
19412026-03-26T16:03:17.551Z Compiling potential_utf v0.1.4
19422026-03-26T16:03:17.610Z Compiling cipher v0.4.4
19432026-03-26T16:03:17.753Z Compiling icu_locale_core v2.1.1
19442026-03-26T16:03:17.768Z Compiling icu_collections v2.1.1
19452026-03-26T16:03:17.818Z Compiling openssl-macros v0.1.1
19462026-03-26T16:03:18.042Z Compiling darling_macro v0.21.3
19472026-03-26T16:03:18.216Z Compiling regex v1.12.3
19482026-03-26T16:03:18.253Z Compiling der v0.7.10
19492026-03-26T16:03:18.256Z Compiling zerocopy-derive v0.7.35
19502026-03-26T16:03:18.359Z Compiling rand_core v0.9.5
19512026-03-26T16:03:18.476Z Compiling icu_provider v2.1.1
19522026-03-26T16:03:18.583Z Compiling bytes v1.11.1
19532026-03-26T16:03:18.635Z Compiling chrono v0.4.44
19542026-03-26T16:03:18.659Z Compiling serde_tokenstream v0.2.3
19552026-03-26T16:03:18.814Z Compiling icu_normalizer v2.1.1
19562026-03-26T16:03:18.904Z Compiling icu_properties v2.1.2
19572026-03-26T16:03:19.197Z Compiling tokio v1.49.0
19582026-03-26T16:03:19.368Z Compiling http v1.4.0
19592026-03-26T16:03:19.454Z Compiling slog v2.8.2
19602026-03-26T16:03:19.511Z Compiling tracing-core v0.1.36
19612026-03-26T16:03:19.592Z Compiling dyn-clone v1.0.20
19622026-03-26T16:03:19.662Z Compiling untrusted v0.9.0
19632026-03-26T16:03:19.754Z Compiling rayon-core v1.13.0
19642026-03-26T16:03:19.845Z Compiling idna_adapter v1.2.1
19652026-03-26T16:03:19.970Z Compiling idna v1.1.0
19662026-03-26T16:03:20.024Z Compiling ppv-lite86 v0.2.21
19672026-03-26T16:03:20.176Z Compiling tracing v0.1.44
19682026-03-26T16:03:20.367Z Compiling url v2.5.8
19692026-03-26T16:03:20.394Z Compiling spki v0.7.3
19702026-03-26T16:03:20.416Z Compiling darling v0.21.3
19712026-03-26T16:03:20.520Z Compiling salsa20 v0.10.2
19722026-03-26T16:03:20.577Z Compiling pbkdf2 v0.12.2
19732026-03-26T16:03:20.708Z Compiling cookie v0.18.1
19742026-03-26T16:03:20.788Z Compiling base64 v0.22.1
19752026-03-26T16:03:20.883Z Compiling camino v1.2.2
19762026-03-26T16:03:21.220Z Compiling scrypt v0.11.0
19772026-03-26T16:03:21.237Z Compiling rand_chacha v0.9.0
19782026-03-26T16:03:21.252Z Compiling aes v0.8.4
19792026-03-26T16:03:21.278Z Compiling cbc v0.1.2
19802026-03-26T16:03:21.865Z Compiling usdt-impl v0.5.0
19812026-03-26T16:03:21.868Z Compiling winnow v0.7.14
19822026-03-26T16:03:22.101Z Compiling usdt-impl v0.6.0
19832026-03-26T16:03:22.117Z Compiling paste v1.0.15
19842026-03-26T16:03:22.135Z Compiling ref-cast v1.0.25
19852026-03-26T16:03:22.329Z Compiling pkcs5 v0.7.1
19862026-03-26T16:03:22.369Z Compiling rand v0.9.2
19872026-03-26T16:03:22.437Z Compiling http-body v1.0.1
19882026-03-26T16:03:22.622Z Compiling toml_datetime v0.6.11
19892026-03-26T16:03:22.698Z Compiling serde_spanned v0.6.9
19902026-03-26T16:03:22.727Z Compiling scroll v0.13.0
19912026-03-26T16:03:22.780Z Compiling scroll v0.12.0
19922026-03-26T16:03:22.847Z Compiling heapless v0.7.17
19932026-03-26T16:03:22.880Z Compiling tokio-util v0.7.18
19942026-03-26T16:03:22.921Z Compiling bzip2-sys v0.1.13+1.0.8
19952026-03-26T16:03:22.939Z Compiling zstd-safe v7.2.4
19962026-03-26T16:03:23.061Z Compiling signal-hook v0.3.18
19972026-03-26T16:03:23.112Z Compiling untrusted v0.7.1
19982026-03-26T16:03:23.155Z Compiling atomic-waker v1.1.2
19992026-03-26T16:03:23.251Z Compiling openssl-probe v0.2.1
20002026-03-26T16:03:23.266Z Compiling toml_parser v1.0.9+spec-1.1.0
20012026-03-26T16:03:23.327Z Compiling goblin v0.8.2
20022026-03-26T16:03:23.425Z Compiling goblin v0.10.5
20032026-03-26T16:03:23.454Z Compiling pkcs8 v0.10.2
20042026-03-26T16:03:23.830Z Compiling zerocopy v0.7.35
20052026-03-26T16:03:23.845Z Compiling ref-cast-impl v1.0.25
20062026-03-26T16:03:23.917Z Compiling darling_core v0.20.11
20072026-03-26T16:03:24.079Z Compiling toml_datetime v0.7.5+spec-1.1.0
20082026-03-26T16:03:24.130Z Compiling memoffset v0.9.1
20092026-03-26T16:03:24.238Z Compiling litrs v1.0.0
20102026-03-26T16:03:24.357Z Compiling fastrand v2.3.0
20112026-03-26T16:03:24.390Z Compiling tower-layer v0.3.3
20122026-03-26T16:03:24.390Z Compiling rustix v0.38.44
20132026-03-26T16:03:24.527Z Compiling try-lock v0.2.5
20142026-03-26T16:03:24.651Z Compiling winnow v0.5.40
20152026-03-26T16:03:24.714Z Compiling tinyvec_macros v0.1.1
20162026-03-26T16:03:24.816Z Compiling tower-service v0.3.3
20172026-03-26T16:03:24.928Z Compiling h2 v0.4.13
20182026-03-26T16:03:24.960Z Compiling tinyvec v1.10.0
20192026-03-26T16:03:24.976Z Compiling document-features v0.2.12
20202026-03-26T16:03:25.133Z Compiling want v0.3.1
20212026-03-26T16:03:25.818Z Compiling dof v0.3.0
20222026-03-26T16:03:25.921Z Compiling darling_macro v0.20.11
20232026-03-26T16:03:26.107Z Compiling toml_edit v0.19.15
20242026-03-26T16:03:26.178Z Compiling dof v0.4.0
20252026-03-26T16:03:26.260Z Compiling dtrace-parser v0.2.0
20262026-03-26T16:03:26.370Z Compiling ipnet v2.11.0
20272026-03-26T16:03:26.450Z Compiling dtrace-parser v0.3.0
20282026-03-26T16:03:26.450Z Compiling daft-derive v0.1.5
20292026-03-26T16:03:26.832Z Compiling async-trait v0.1.89
20302026-03-26T16:03:26.854Z Compiling curve25519-dalek v4.1.3
20312026-03-26T16:03:27.094Z Compiling spin v0.9.8
20322026-03-26T16:03:27.109Z Compiling thread-id v5.1.0
20332026-03-26T16:03:27.123Z Compiling thread-id v4.2.2
20342026-03-26T16:03:27.137Z Compiling proc-macro-error-attr v1.0.4
20352026-03-26T16:03:27.236Z Compiling pin-utils v0.1.0
20362026-03-26T16:03:27.239Z Compiling httpdate v1.0.3
20372026-03-26T16:03:27.325Z Compiling powerfmt v0.2.0
20382026-03-26T16:03:27.389Z Compiling foreign-types-shared v0.1.1
20392026-03-26T16:03:27.389Z Compiling cfg_aliases v0.2.1
20402026-03-26T16:03:27.447Z Compiling smoltcp v0.9.1
20412026-03-26T16:03:27.485Z Compiling num-bigint-dig v0.8.6
20422026-03-26T16:03:27.557Z Compiling deranged v0.5.8
20432026-03-26T16:03:27.596Z Compiling nix v0.31.1
20442026-03-26T16:03:27.613Z Compiling foreign-types v0.3.2
20452026-03-26T16:03:27.650Z Compiling tempfile v3.25.0
20462026-03-26T16:03:27.772Z Compiling darling v0.20.11
20472026-03-26T16:03:27.965Z Compiling hyper v1.8.1
20482026-03-26T16:03:28.246Z Compiling ipnetwork v0.21.1
20492026-03-26T16:03:28.352Z Compiling strum_macros v0.26.4
20502026-03-26T16:03:28.455Z Compiling wait-timeout v0.2.1
20512026-03-26T16:03:28.471Z Compiling proc-macro-error v1.0.4
20522026-03-26T16:03:28.682Z Compiling siphasher v1.0.2
20532026-03-26T16:03:28.685Z Compiling utf8parse v0.2.2
20542026-03-26T16:03:28.715Z Compiling unicode-segmentation v1.12.0
20552026-03-26T16:03:28.746Z Compiling num_threads v0.1.7
20562026-03-26T16:03:28.750Z Compiling simd-adler32 v0.3.8
20572026-03-26T16:03:28.824Z Compiling bit-vec v0.8.0
20582026-03-26T16:03:28.863Z Compiling quick-error v1.2.3
20592026-03-26T16:03:28.878Z Compiling anstyle v1.0.13
20602026-03-26T16:03:29.072Z Compiling hyper-util v0.1.20
20612026-03-26T16:03:29.108Z Compiling bit-set v0.8.0
20622026-03-26T16:03:29.123Z Compiling rusty-fork v0.3.1
20632026-03-26T16:03:29.285Z Compiling time v0.3.47
20642026-03-26T16:03:29.434Z Compiling anstyle-parse v0.2.7
20652026-03-26T16:03:29.931Z Compiling crossbeam-epoch v0.9.18
20662026-03-26T16:03:29.947Z Compiling derive_builder_core v0.20.2
20672026-03-26T16:03:30.282Z Compiling unicode-normalization v0.1.25
20682026-03-26T16:03:30.760Z Compiling rustls-native-certs v0.8.3
20692026-03-26T16:03:30.942Z Compiling rand_xorshift v0.4.0
20702026-03-26T16:03:30.958Z Compiling signature v2.2.0
20712026-03-26T16:03:31.017Z Compiling hubpack_derive v0.1.1
20722026-03-26T16:03:31.108Z Compiling curve25519-dalek-derive v0.1.1
20732026-03-26T16:03:31.123Z Compiling strum_macros v0.27.2
20742026-03-26T16:03:31.162Z Compiling sync_wrapper v1.0.2
20752026-03-26T16:03:31.288Z Compiling ahash v0.8.12
20762026-03-26T16:03:31.482Z Compiling fs-err v3.3.0
20772026-03-26T16:03:31.555Z Compiling is_terminal_polyfill v1.70.2
20782026-03-26T16:03:31.575Z Compiling unicode-bidi v0.3.18
20792026-03-26T16:03:31.595Z Compiling colorchoice v1.0.4
20802026-03-26T16:03:31.663Z Compiling unicode-properties v0.1.4
20812026-03-26T16:03:31.708Z Compiling adler2 v2.0.1
20822026-03-26T16:03:31.725Z Compiling unarray v0.1.4
20832026-03-26T16:03:31.739Z Compiling anstyle-query v1.1.5
20842026-03-26T16:03:31.790Z Compiling object v0.37.3
20852026-03-26T16:03:31.849Z Compiling anstream v0.6.21
20862026-03-26T16:03:31.878Z Compiling proptest v1.10.0
20872026-03-26T16:03:32.068Z Compiling stringprep v0.1.5
20882026-03-26T16:03:32.084Z Compiling miniz_oxide v0.8.9
20892026-03-26T16:03:32.206Z Compiling tower v0.5.3
20902026-03-26T16:03:32.392Z Compiling derive_builder_macro v0.20.2
20912026-03-26T16:03:32.631Z Compiling crossbeam-deque v0.8.6
20922026-03-26T16:03:32.689Z Compiling heck v0.4.1
20932026-03-26T16:03:32.732Z Compiling usdt-attr-macro v0.6.0
20942026-03-26T16:03:32.856Z Compiling usdt-macro v0.6.0
20952026-03-26T16:03:33.071Z Compiling http-body-util v0.1.3
20962026-03-26T16:03:33.198Z Compiling webpki-roots v1.0.6
20972026-03-26T16:03:33.333Z Compiling rand_chacha v0.3.1
20982026-03-26T16:03:33.397Z Compiling erased-serde v0.3.31
20992026-03-26T16:03:33.414Z Compiling md-5 v0.10.6
21002026-03-26T16:03:33.457Z Compiling num-integer v0.1.46
21012026-03-26T16:03:33.534Z Compiling hash32 v0.2.1
21022026-03-26T16:03:33.589Z Compiling vergen-lib v0.1.6
21032026-03-26T16:03:33.607Z Compiling ff v0.13.1
21042026-03-26T16:03:33.681Z Compiling zlib-rs v0.6.2
21052026-03-26T16:03:33.696Z Compiling iri-string v0.7.10
21062026-03-26T16:03:33.713Z Compiling base16ct v0.2.0
21072026-03-26T16:03:33.716Z Compiling psl-types v2.0.11
21082026-03-26T16:03:33.716Z Compiling ryu v1.0.23
21092026-03-26T16:03:33.775Z Compiling fallible-iterator v0.2.0
21102026-03-26T16:03:33.806Z Compiling group v0.13.0
21112026-03-26T16:03:33.847Z Compiling newtype-uuid v1.3.2
21122026-03-26T16:03:33.881Z Compiling serde_urlencoded v0.7.1
21132026-03-26T16:03:33.915Z Compiling sec1 v0.7.3
21142026-03-26T16:03:33.935Z Compiling publicsuffix v2.3.0
21152026-03-26T16:03:34.117Z Compiling postgres-protocol v0.6.10
21162026-03-26T16:03:34.133Z Compiling num-iter v0.1.45
21172026-03-26T16:03:34.164Z Compiling rand v0.8.5
21182026-03-26T16:03:34.315Z Compiling oxnet v0.1.4
21192026-03-26T16:03:34.571Z Compiling zone_cfg_derive v0.3.1
21202026-03-26T16:03:34.617Z Compiling derive_builder v0.20.2
21212026-03-26T16:03:34.703Z Compiling tokio-native-tls v0.3.1
21222026-03-26T16:03:34.731Z Compiling phf_shared v0.13.1
21232026-03-26T16:03:34.839Z Compiling tower-http v0.6.8
21242026-03-26T16:03:34.855Z Compiling lazy_static v1.5.0
21252026-03-26T16:03:34.978Z Compiling terminal_size v0.4.3
21262026-03-26T16:03:34.994Z Compiling serde_with_macros v3.17.0
21272026-03-26T16:03:34.998Z Compiling cargo-platform v0.1.9
21282026-03-26T16:03:35.072Z Compiling hkdf v0.12.4
21292026-03-26T16:03:35.088Z Compiling crypto-bigint v0.5.5
21302026-03-26T16:03:35.135Z Compiling clap_derive v4.5.55
21312026-03-26T16:03:35.196Z Compiling serde_repr v0.1.20
21322026-03-26T16:03:35.212Z Compiling enum-as-inner v0.6.1
21332026-03-26T16:03:35.216Z Compiling vergen v9.0.6
21342026-03-26T16:03:35.268Z Compiling unicode-width v0.2.0
21352026-03-26T16:03:35.363Z Compiling foldhash v0.1.5
21362026-03-26T16:03:35.410Z Compiling bitflags v1.3.2
21372026-03-26T16:03:35.443Z Compiling managed v0.8.0
21382026-03-26T16:03:35.498Z Compiling clap_lex v1.0.0
21392026-03-26T16:03:35.628Z Compiling libbz2-rs-sys v0.2.2
21402026-03-26T16:03:35.678Z Compiling bumpalo v3.20.2
21412026-03-26T16:03:35.734Z Compiling flate2 v1.1.9
21422026-03-26T16:03:35.765Z Compiling clap_builder v4.5.60
21432026-03-26T16:03:35.939Z Compiling zopfli v0.8.3
21442026-03-26T16:03:35.955Z Compiling console v0.16.2
21452026-03-26T16:03:35.970Z Compiling hashbrown v0.15.5
21462026-03-26T16:03:36.014Z Compiling elliptic-curve v0.13.8
21472026-03-26T16:03:36.059Z Compiling bzip2 v0.6.1
21482026-03-26T16:03:36.215Z Compiling cargo_metadata v0.19.2
21492026-03-26T16:03:36.392Z Compiling zstd v0.13.3
21502026-03-26T16:03:36.510Z Compiling phf v0.13.1
21512026-03-26T16:03:36.532Z Compiling hyper-tls v0.6.0
21522026-03-26T16:03:36.577Z Compiling signal-hook-mio v0.2.5
21532026-03-26T16:03:36.687Z Compiling rayon v1.11.0
21542026-03-26T16:03:36.709Z Compiling daft v0.1.5
21552026-03-26T16:03:36.752Z Compiling cookie_store v0.22.1
21562026-03-26T16:03:36.768Z Compiling postgres-types v0.2.12
21572026-03-26T16:03:36.979Z Compiling bzip2 v0.4.4
21582026-03-26T16:03:36.998Z Compiling strum v0.27.2
21592026-03-26T16:03:37.255Z Compiling hubpack v0.1.2
21602026-03-26T16:03:37.272Z Compiling ed25519 v2.2.3
21612026-03-26T16:03:37.288Z Compiling phf_shared v0.11.3
21622026-03-26T16:03:37.431Z Compiling pkcs1 v0.7.5
21632026-03-26T16:03:37.515Z Compiling hex v0.4.3
21642026-03-26T16:03:37.531Z Compiling serde-big-array v0.5.1
21652026-03-26T16:03:37.637Z Compiling rfc6979 v0.4.0
21662026-03-26T16:03:37.703Z Compiling bstr v1.12.1
21672026-03-26T16:03:37.807Z Compiling itertools v0.12.1
21682026-03-26T16:03:37.823Z Compiling float-cmp v0.10.0
21692026-03-26T16:03:37.841Z Compiling memmap2 v0.9.10
21702026-03-26T16:03:37.899Z Compiling env_filter v1.0.0
21712026-03-26T16:03:37.987Z Compiling encoding_rs v0.8.35
21722026-03-26T16:03:38.023Z Compiling data-encoding v2.10.0
21732026-03-26T16:03:38.067Z Compiling static_assertions v1.1.0
21742026-03-26T16:03:38.092Z Compiling fixedbitset v0.4.2
21752026-03-26T16:03:38.109Z Compiling mime v0.3.17
21762026-03-26T16:03:38.157Z Compiling normalize-line-endings v0.3.0
21772026-03-26T16:03:38.183Z Compiling difflib v0.4.0
21782026-03-26T16:03:38.198Z Compiling whoami v2.1.0
21792026-03-26T16:03:38.314Z Compiling keccak v0.1.6
21802026-03-26T16:03:38.317Z Compiling toml_write v0.1.2
21812026-03-26T16:03:38.361Z Compiling fixedbitset v0.5.7
21822026-03-26T16:03:38.549Z Compiling unit-prefix v0.5.2
21832026-03-26T16:03:38.580Z Compiling predicates-core v1.0.10
21842026-03-26T16:03:38.583Z Compiling jiff v0.2.21
21852026-03-26T16:03:38.611Z Compiling new_debug_unreachable v1.0.6
21862026-03-26T16:03:38.636Z Compiling precomputed-hash v0.1.1
21872026-03-26T16:03:38.654Z Compiling rustc-hash v2.1.1
21882026-03-26T16:03:38.698Z Compiling indicatif v0.18.4
21892026-03-26T16:03:38.713Z Compiling string_cache v0.8.9
21902026-03-26T16:03:38.739Z Compiling predicates v3.1.4
21912026-03-26T16:03:38.761Z Compiling iddqd v0.3.17
21922026-03-26T16:03:38.793Z Compiling petgraph v0.8.3
21932026-03-26T16:03:38.942Z Compiling zone v0.3.1
21942026-03-26T16:03:39.086Z Compiling toml_edit v0.22.27
21952026-03-26T16:03:39.299Z Compiling sha3 v0.10.8
21962026-03-26T16:03:39.326Z Compiling tokio-postgres v0.7.16
21972026-03-26T16:03:39.410Z Compiling hickory-proto v0.25.2
21982026-03-26T16:03:39.440Z Compiling petgraph v0.6.5
21992026-03-26T16:03:39.549Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22002026-03-26T16:03:39.584Z Compiling similar v2.7.0
22012026-03-26T16:03:39.855Z Compiling env_logger v0.11.9
22022026-03-26T16:03:40.195Z Compiling usdt v0.6.0
22032026-03-26T16:03:40.753Z Compiling serde_with v3.17.0
22042026-03-26T16:03:40.770Z Compiling ecdsa v0.16.9
22052026-03-26T16:03:40.953Z Compiling rsa v0.9.10
22062026-03-26T16:03:41.414Z Compiling zip v4.6.1
22072026-03-26T16:03:41.465Z Compiling ed25519-dalek v2.2.0
22082026-03-26T16:03:42.004Z Compiling clap v4.5.60
22092026-03-26T16:03:42.021Z Compiling zip v0.6.6
22102026-03-26T16:03:42.101Z Compiling crossterm v0.28.1
22112026-03-26T16:03:42.379Z Compiling strum v0.26.3
22122026-03-26T16:03:42.394Z Compiling toml v0.7.8
22132026-03-26T16:03:42.468Z Compiling tokio-stream v0.1.18
22142026-03-26T16:03:42.531Z Compiling buf-list v1.1.2
22152026-03-26T16:03:42.716Z Compiling x509-cert v0.2.5
22162026-03-26T16:03:42.732Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22172026-03-26T16:03:42.799Z Compiling openapiv3 v2.2.0
22182026-03-26T16:03:42.969Z Compiling sha1 v0.10.6
22192026-03-26T16:03:43.190Z Compiling itertools v0.13.0
22202026-03-26T16:03:43.274Z Compiling peg-runtime v0.8.5
22212026-03-26T16:03:43.675Z Compiling lalrpop-util v0.19.12
22222026-03-26T16:03:55.302Z Compiling macaddr v1.0.1
22232026-03-26T16:03:55.597Z Compiling structmeta-derive v0.3.0
22242026-03-26T16:03:55.674Z Compiling itertools v0.14.0
22252026-03-26T16:03:56.427Z Compiling heapless v0.8.0
22262026-03-26T16:03:56.731Z Compiling structmeta v0.3.0
22272026-03-26T16:03:56.907Z Compiling ingot-macros v0.1.1
22282026-03-26T16:04:00.670Z Compiling rustls-webpki v0.103.9
22292026-03-26T16:04:01.027Z Compiling toml_edit v0.23.10+spec-1.0.0
22302026-03-26T16:04:01.952Z Compiling hash32 v0.3.1
22312026-03-26T16:04:02.188Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22322026-03-26T16:04:02.208Z Compiling smoltcp v0.11.0
22332026-03-26T16:04:02.366Z Compiling proc-macro-crate v3.4.0
22342026-03-26T16:04:02.382Z Compiling ingot-types v0.1.2
22352026-03-26T16:04:02.444Z Compiling cobs v0.3.0
22362026-03-26T16:04:02.561Z Compiling rustls v0.22.4
22372026-03-26T16:04:02.724Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22382026-03-26T16:04:02.740Z Compiling postcard v1.1.3
22392026-03-26T16:04:02.744Z Compiling proc-macro-crate v1.3.1
22402026-03-26T16:04:02.810Z Compiling ingot v0.1.1
22412026-03-26T16:04:02.825Z Compiling num_enum_derive v0.7.5
22422026-03-26T16:04:02.842Z Compiling rustls-webpki v0.102.8
22432026-03-26T16:04:02.951Z Compiling futures-executor v0.3.32
22442026-03-26T16:04:03.046Z Compiling foreign-types-macros v0.2.3
22452026-03-26T16:04:03.092Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22462026-03-26T16:04:03.195Z Compiling multer v3.1.0
22472026-03-26T16:04:03.210Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22482026-03-26T16:04:03.408Z Compiling thread_local v1.1.9
22492026-03-26T16:04:03.428Z Compiling typeid v1.0.3
22502026-03-26T16:04:03.446Z Compiling match_cfg v0.1.0
22512026-03-26T16:04:03.526Z Compiling foreign-types-shared v0.3.1
22522026-03-26T16:04:03.559Z Compiling cpufeatures v0.3.0
22532026-03-26T16:04:03.562Z Compiling slog-async v2.8.0
22542026-03-26T16:04:03.636Z Compiling foreign-types v0.5.0
22552026-03-26T16:04:03.663Z Compiling chacha20 v0.10.0
22562026-03-26T16:04:03.676Z Compiling hostname v0.3.1
22572026-03-26T16:04:03.787Z Compiling num_enum v0.7.5
22582026-03-26T16:04:03.851Z Compiling futures v0.3.32
22592026-03-26T16:04:03.866Z Compiling num_enum_derive v0.5.11
22602026-03-26T16:04:03.954Z Compiling derive-ex v0.1.8
22612026-03-26T16:04:03.957Z Compiling tabwriter v1.4.1
22622026-03-26T16:04:03.984Z Compiling slog-json v2.6.1
22632026-03-26T16:04:04.050Z Compiling crossbeam-channel v0.5.15
22642026-03-26T16:04:04.081Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22652026-03-26T16:04:04.248Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22662026-03-26T16:04:04.341Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22672026-03-26T16:04:04.515Z Compiling tokio-rustls v0.26.4
22682026-03-26T16:04:04.659Z Compiling rustls-platform-verifier v0.6.2
22692026-03-26T16:04:04.684Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22702026-03-26T16:04:04.748Z Compiling async-stream-impl v0.3.6
22712026-03-26T16:04:04.804Z Compiling hyper-rustls v0.27.7
22722026-03-26T16:04:04.826Z Compiling serde_spanned v1.0.4
22732026-03-26T16:04:04.840Z Compiling is-terminal v0.4.17
22742026-03-26T16:04:04.916Z Compiling cstr-argument v0.1.2
22752026-03-26T16:04:04.956Z Compiling dropshot v0.16.7
22762026-03-26T16:04:05.019Z Compiling crucible-workspace-hack v0.1.0
22772026-03-26T16:04:05.050Z Compiling reqwest v0.12.28
22782026-03-26T16:04:05.107Z Compiling reqwest v0.13.2
22792026-03-26T16:04:05.146Z Compiling erased-serde v0.4.9
22802026-03-26T16:04:05.190Z Compiling toml_writer v1.0.6+spec-1.1.0
22812026-03-26T16:04:05.224Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22822026-03-26T16:04:05.364Z Compiling term v1.2.1
22832026-03-26T16:04:05.441Z Compiling take_mut v0.2.2
22842026-03-26T16:04:05.501Z Compiling toml v0.9.12+spec-1.1.0
22852026-03-26T16:04:05.515Z Compiling async-stream v0.3.6
22862026-03-26T16:04:05.518Z Compiling test-strategy v0.4.5
22872026-03-26T16:04:05.735Z Compiling slog-term v2.9.2
22882026-03-26T16:04:05.927Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22892026-03-26T16:04:06.085Z Compiling tokio-rustls v0.25.0
22902026-03-26T16:04:06.140Z Compiling num_enum v0.5.11
22912026-03-26T16:04:06.284Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22922026-03-26T16:04:06.357Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22932026-03-26T16:04:06.376Z Compiling slog-bunyan v2.5.0
22942026-03-26T16:04:06.422Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22952026-03-26T16:04:06.456Z Compiling rand v0.10.0
22962026-03-26T16:04:06.655Z Compiling parse-display-derive v0.10.0
22972026-03-26T16:04:06.673Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22982026-03-26T16:04:06.723Z Compiling backon v1.6.0
22992026-03-26T16:04:06.751Z Compiling waitgroup v0.1.2
23002026-03-26T16:04:06.859Z Compiling newtype-uuid-macros v0.1.0
23012026-03-26T16:04:06.874Z Compiling dropshot_endpoint v0.16.7
23022026-03-26T16:04:06.933Z Compiling rustls-pemfile v2.2.0
23032026-03-26T16:04:06.949Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23042026-03-26T16:04:06.987Z Compiling serde_path_to_error v0.1.20
23052026-03-26T16:04:07.003Z Compiling hostname v0.4.2
23062026-03-26T16:04:07.196Z Compiling instant v0.1.13
23072026-03-26T16:04:07.211Z Compiling colored v3.1.1
23082026-03-26T16:04:07.230Z Compiling debug-ignore v1.0.5
23092026-03-26T16:04:07.243Z Compiling libefi-sys v0.1.0
23102026-03-26T16:04:07.338Z Compiling backoff v0.4.0
23112026-03-26T16:04:07.355Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23122026-03-26T16:04:07.496Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23132026-03-26T16:04:07.580Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23142026-03-26T16:04:07.597Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23152026-03-26T16:04:07.781Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23162026-03-26T16:04:07.904Z Compiling camino-tempfile v1.4.1
23172026-03-26T16:04:08.023Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23182026-03-26T16:04:08.042Z Compiling usdt-attr-macro v0.5.0
23192026-03-26T16:04:08.138Z Compiling parse-display v0.10.0
23202026-03-26T16:04:08.318Z Compiling usdt-macro v0.5.0
23212026-03-26T16:04:08.389Z Compiling secrecy v0.10.3
23222026-03-26T16:04:08.446Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23232026-03-26T16:04:08.586Z Compiling num-derive v0.4.2
23242026-03-26T16:04:08.650Z Compiling bitfield-struct v0.6.2
23252026-03-26T16:04:08.785Z Compiling regress v0.10.5
23262026-03-26T16:04:08.802Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23272026-03-26T16:04:08.862Z Compiling ordered-float v2.10.1
23282026-03-26T16:04:09.012Z Compiling blake3 v1.8.3
23292026-03-26T16:04:09.029Z Compiling memmap v0.7.0
23302026-03-26T16:04:09.179Z Compiling sigpipe v0.1.3
23312026-03-26T16:04:09.222Z Compiling glob v0.3.3
23322026-03-26T16:04:09.279Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23332026-03-26T16:04:09.294Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23342026-03-26T16:04:09.298Z Compiling usdt v0.5.0
23352026-03-26T16:04:09.398Z Compiling serde-value v0.7.0
23362026-03-26T16:04:09.486Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23372026-03-26T16:04:09.503Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23382026-03-26T16:04:09.543Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23392026-03-26T16:04:09.619Z Compiling serde-untagged v0.1.9
23402026-03-26T16:04:09.872Z Compiling toml v0.8.23
23412026-03-26T16:04:09.887Z Compiling smf v0.2.3
23422026-03-26T16:04:09.923Z Compiling filetime v0.2.27
23432026-03-26T16:04:09.977Z Compiling arrayvec v0.7.6
23442026-03-26T16:04:10.018Z Compiling whoami v1.6.1
23452026-03-26T16:04:10.105Z Compiling unicode-xid v0.2.6
23462026-03-26T16:04:10.150Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23472026-03-26T16:04:10.165Z Compiling constant_time_eq v0.4.2
23482026-03-26T16:04:10.223Z Compiling xattr v1.6.1
23492026-03-26T16:04:10.240Z Compiling arrayref v0.3.9
23502026-03-26T16:04:10.254Z Compiling same-file v1.0.6
23512026-03-26T16:04:10.257Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23522026-03-26T16:04:10.286Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23532026-03-26T16:04:10.379Z Compiling tar v0.4.44
23542026-03-26T16:04:10.444Z Compiling walkdir v2.5.0
23552026-03-26T16:04:10.468Z Compiling cargo-util-schemas v0.8.2
23562026-03-26T16:04:10.496Z Compiling tokio-dtrace v0.1.1
23572026-03-26T16:04:10.531Z Compiling gethostname v0.5.0
23582026-03-26T16:04:10.690Z Compiling cargo-platform v0.2.0
23592026-03-26T16:04:10.838Z Compiling topological-sort v0.2.2
23602026-03-26T16:04:10.945Z Compiling oxide-tokio-rt v0.1.3
23612026-03-26T16:04:11.024Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23622026-03-26T16:04:11.074Z Compiling shell-words v1.1.1
23632026-03-26T16:04:11.091Z Compiling indent_write v2.2.0
23642026-03-26T16:04:12.067Z Compiling cargo_metadata v0.21.0
23652026-03-26T16:04:20.248Z Compiling progenitor-client v0.10.0
23662026-03-26T16:04:20.248Z Compiling omicron-zone-package v0.12.2
23672026-03-26T16:04:20.265Z Compiling progenitor-client v0.13.0
23682026-03-26T16:04:20.357Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23692026-03-26T16:04:20.358Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23702026-03-26T16:04:20.358Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23712026-03-26T16:04:20.406Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23722026-03-26T16:04:20.684Z Compiling progenitor-extras v0.1.1
23732026-03-26T16:04:20.941Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23742026-03-26T16:04:27.989Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23752026-03-26T16:04:28.918Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23762026-03-26T16:04:35.133Z Finished `release` profile [optimized] target(s) in 1m 26s
23772026-03-26T16:04:35.285Z Running `target/release/omicron-package -t test target create -p dev`
23782026-03-26T16:04:35.348ZLogging to: /work/oxidecomputer/omicron/out/LOG
23792026-03-26T16:04:35.352ZCreated new build target 'test' and set it as active
23802026-03-26T16:04:35.352Z
23812026-03-26T16:04:35.352Zreal 1:26.410002460
23822026-03-26T16:04:35.352Zuser 15:10.487837845
23832026-03-26T16:04:35.352Zsys 2:28.050588863
23842026-03-26T16:04:35.352Ztrap 0.430191474
23852026-03-26T16:04:35.352Ztflt 2.853909283
23862026-03-26T16:04:35.352Zdflt 3.216205777
23872026-03-26T16:04:35.352Zkflt 0.002384955
23882026-03-26T16:04:35.352Zlock 47:44.695870464
23892026-03-26T16:04:35.352Zslp 39:52.750443311
23902026-03-26T16:04:35.352Zlat 41.579583031
23912026-03-26T16:04:35.352Zstop 5:05.170989999
23922026-03-26T16:04:35.352Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23932026-03-26T16:04:36.228Z Finished `release` profile [optimized] target(s) in 0.86s
23942026-03-26T16:04:36.297Z Running `target/release/omicron-package -t test package`
23952026-03-26T16:04:36.355ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-03-26T16:04:37.775Z Compiling regress v0.10.5
23972026-03-26T16:04:37.775Z Compiling heck v0.5.0
23982026-03-26T16:04:37.779Z Compiling unsafe-libyaml v0.2.11
23992026-03-26T16:04:37.779Z Compiling convert_case v0.4.0
24002026-03-26T16:04:38.044Z Compiling half v2.7.1
24012026-03-26T16:04:38.045Z Compiling ciborium-io v0.2.2
24022026-03-26T16:04:38.086Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
24032026-03-26T16:04:38.089Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24042026-03-26T16:04:38.089Z Compiling universal-hash v0.5.1
24052026-03-26T16:04:38.104Z Compiling thiserror-impl-no-std v2.0.2
24062026-03-26T16:04:38.162Z Compiling typify-impl v0.6.1
24072026-03-26T16:04:38.182Z Compiling opaque-debug v0.3.1
24082026-03-26T16:04:38.185Z Compiling prettyplease v0.2.37
24092026-03-26T16:04:38.185Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24102026-03-26T16:04:38.241Z Compiling chacha20 v0.9.1
24112026-03-26T16:04:38.260Z Compiling byte-wrapper v0.1.0
24122026-03-26T16:04:38.263Z Compiling password-hash v0.5.0
24132026-03-26T16:04:38.263Z Compiling poly1305 v0.8.0
24142026-03-26T16:04:38.323Z Compiling ciborium-ll v0.2.2
24152026-03-26T16:04:38.323Z Compiling derive_more v0.99.20
24162026-03-26T16:04:38.415Z Compiling blake2 v0.10.6
24172026-03-26T16:04:38.436Z Compiling aead v0.5.2
24182026-03-26T16:04:38.514Z Compiling serde_yaml v0.9.34+deprecated
24192026-03-26T16:04:38.558Z Compiling ciborium v0.2.2
24202026-03-26T16:04:38.614Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24212026-03-26T16:04:38.636Z Compiling unicode-width v0.1.14
24222026-03-26T16:04:38.658Z Compiling swrite v0.1.0
24232026-03-26T16:04:38.820Z Compiling argon2 v0.5.3
24242026-03-26T16:04:38.917Z Compiling chacha20poly1305 v0.10.1
24252026-03-26T16:04:38.946Z Compiling is-terminal v0.4.17
24262026-03-26T16:04:38.999Z Compiling serde_spanned v1.0.4
24272026-03-26T16:04:39.073Z Compiling toml_writer v1.0.6+spec-1.1.0
24282026-03-26T16:04:39.130Z Compiling bytecount v0.6.9
24292026-03-26T16:04:39.173Z Compiling thiserror-no-std v2.0.2
24302026-03-26T16:04:39.173Z Compiling rustls v0.22.4
24312026-03-26T16:04:39.216Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24322026-03-26T16:04:39.220Z Compiling rustls-webpki v0.102.8
24332026-03-26T16:04:39.269Z Compiling derive-where v1.6.0
24342026-03-26T16:04:39.291Z Compiling vsss-rs v3.3.4
24352026-03-26T16:04:39.313Z Compiling toml v0.9.12+spec-1.1.0
24362026-03-26T16:04:39.317Z Compiling thread_local v1.1.9
24372026-03-26T16:04:39.358Z Compiling match_cfg v0.1.0
24382026-03-26T16:04:39.433Z Compiling hostname v0.3.1
24392026-03-26T16:04:39.595Z Compiling multer v3.1.0
24402026-03-26T16:04:39.598Z Compiling slog-async v2.8.0
24412026-03-26T16:04:39.663Z Compiling slog-json v2.6.1
24422026-03-26T16:04:39.689Z Compiling crossbeam-channel v0.5.15
24432026-03-26T16:04:39.718Z Compiling futures-executor v0.3.32
24442026-03-26T16:04:39.816Z Compiling term v1.2.1
24452026-03-26T16:04:39.855Z Compiling take_mut v0.2.2
24462026-03-26T16:04:39.903Z Compiling futures v0.3.32
24472026-03-26T16:04:39.924Z Compiling slog-bunyan v2.5.0
24482026-03-26T16:04:40.015Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24492026-03-26T16:04:40.018Z Compiling async-stream v0.3.6
24502026-03-26T16:04:40.056Z Compiling dropshot v0.16.7
24512026-03-26T16:04:40.120Z Compiling slog-term v2.9.2
24522026-03-26T16:04:40.174Z Compiling progenitor-client v0.13.0
24532026-03-26T16:04:40.195Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24542026-03-26T16:04:40.231Z Compiling waitgroup v0.1.2
24552026-03-26T16:04:40.347Z Compiling backon v1.6.0
24562026-03-26T16:04:40.397Z Compiling rustls-pemfile v2.2.0
24572026-03-26T16:04:40.420Z Compiling serde_path_to_error v0.1.20
24582026-03-26T16:04:40.424Z Compiling hostname v0.4.2
24592026-03-26T16:04:40.508Z Compiling instant v0.1.13
24602026-03-26T16:04:40.530Z Compiling debug-ignore v1.0.5
24612026-03-26T16:04:40.533Z Compiling progenitor-extras v0.1.1
24622026-03-26T16:04:40.533Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24632026-03-26T16:04:40.533Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24642026-03-26T16:04:40.613Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24652026-03-26T16:04:40.616Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24662026-03-26T16:04:40.633Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24672026-03-26T16:04:40.679Z Compiling backoff v0.4.0
24682026-03-26T16:04:40.682Z Compiling parse-display v0.10.0
24692026-03-26T16:04:40.682Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24702026-03-26T16:04:40.682Z Compiling progenitor-client v0.10.0
24712026-03-26T16:04:40.760Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24722026-03-26T16:04:40.789Z Compiling macaddr v1.0.1
24732026-03-26T16:04:40.828Z Compiling console v0.15.11
24742026-03-26T16:04:40.849Z Compiling newline-converter v0.3.0
24752026-03-26T16:04:40.869Z Compiling atomicwrites v0.4.4
24762026-03-26T16:04:40.909Z Compiling num-rational v0.4.2
24772026-03-26T16:04:41.027Z Compiling num-complex v0.4.6
24782026-03-26T16:04:41.071Z Compiling slog-dtrace v0.3.0
24792026-03-26T16:04:41.130Z Compiling async-recursion v1.1.1
24802026-03-26T16:04:41.177Z Compiling float-ord v0.3.2
24812026-03-26T16:04:41.266Z Compiling expectorate v1.2.0
24822026-03-26T16:04:41.321Z Compiling cancel-safe-futures v0.1.5
24832026-03-26T16:04:41.458Z Compiling num v0.4.3
24842026-03-26T16:04:41.503Z Compiling tokio-rustls v0.25.0
24852026-03-26T16:04:41.524Z Compiling owo-colors v4.3.0
24862026-03-26T16:04:41.568Z Compiling libsw-core v0.3.2
24872026-03-26T16:04:41.633Z Compiling resolv-conf v0.7.6
24882026-03-26T16:04:41.658Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24892026-03-26T16:04:41.793Z Compiling libsw v3.5.0
24902026-03-26T16:04:41.798Z Compiling toml v0.8.23
24912026-03-26T16:04:41.846Z Compiling linear-map v1.2.0
24922026-03-26T16:04:41.924Z Compiling linked-hash-map v0.5.6
24932026-03-26T16:04:42.012Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24942026-03-26T16:04:42.083Z Compiling minimal-lexical v0.2.1
24952026-03-26T16:04:42.125Z Compiling lru-cache v0.1.2
24962026-03-26T16:04:42.165Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24972026-03-26T16:04:42.275Z Compiling unicode-xid v0.2.6
24982026-03-26T16:04:42.298Z Compiling nom v7.1.3
24992026-03-26T16:04:42.319Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25002026-03-26T16:04:42.356Z Compiling globset v0.4.18
25012026-03-26T16:04:42.398Z Compiling hickory-proto v0.24.4
25022026-03-26T16:04:42.437Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25032026-03-26T16:04:42.534Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25042026-03-26T16:04:42.895Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25052026-03-26T16:04:42.998Z Compiling typify-macro v0.6.1
25062026-03-26T16:04:43.652Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25072026-03-26T16:04:43.834Z Compiling convert_case v0.10.0
25082026-03-26T16:04:44.131Z Compiling derive_more-impl v2.1.1
25092026-03-26T16:04:44.544Z Compiling typify v0.6.1
25102026-03-26T16:04:44.667Z Compiling progenitor-impl v0.13.0
25112026-03-26T16:04:44.931Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25122026-03-26T16:04:45.095Z Compiling hickory-resolver v0.24.4
25132026-03-26T16:04:45.214Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25142026-03-26T16:04:45.466Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25152026-03-26T16:04:45.987Z Compiling pin-project-internal v1.1.11
25162026-03-26T16:04:46.347Z Compiling qorb v0.4.1
25172026-03-26T16:04:46.556Z Compiling derive_more v2.1.1
25182026-03-26T16:04:46.665Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25192026-03-26T16:04:46.878Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25202026-03-26T16:04:46.912Z Compiling progenitor-macro v0.13.0
25212026-03-26T16:04:47.022Z Compiling pin-project v1.1.11
25222026-03-26T16:04:47.081Z Compiling pem v3.0.6
25232026-03-26T16:04:47.157Z Compiling snafu-derive v0.8.9
25242026-03-26T16:04:47.803Z Compiling termtree v0.5.1
25252026-03-26T16:04:47.979Z Compiling crossterm v0.29.0
25262026-03-26T16:04:48.007Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25272026-03-26T16:04:48.399Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25282026-03-26T16:04:48.425Z Compiling olpc-cjson v0.1.4
25292026-03-26T16:04:48.670Z Compiling phf_shared v0.12.1
25302026-03-26T16:04:48.831Z Compiling snafu v0.8.9
25312026-03-26T16:04:48.922Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25322026-03-26T16:04:49.429Z Compiling serde_plain v1.0.2
25332026-03-26T16:04:49.455Z Compiling csv-core v0.1.13
25342026-03-26T16:04:49.744Z Compiling vte v0.14.1
25352026-03-26T16:04:50.006Z Compiling chrono-tz v0.10.4
25362026-03-26T16:04:50.228Z Compiling typed-path v0.9.3
25372026-03-26T16:04:50.277Z Compiling highway v1.3.0
25382026-03-26T16:04:50.510Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25392026-03-26T16:04:50.857Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25402026-03-26T16:04:50.945Z Compiling progenitor v0.13.0
25412026-03-26T16:04:50.970Z Compiling strip-ansi-escapes v0.2.1
25422026-03-26T16:04:51.014Z Compiling csv v1.4.0
25432026-03-26T16:04:51.122Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25442026-03-26T16:04:51.499Z Compiling tough v0.20.0
25452026-03-26T16:04:51.533Z Compiling phf v0.12.1
25462026-03-26T16:04:51.564Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25472026-03-26T16:04:51.742Z Compiling const_format_proc_macros v0.2.34
25482026-03-26T16:04:51.982Z Compiling papergrid v0.11.0
25492026-03-26T16:04:52.038Z Compiling fd-lock v4.0.4
25502026-03-26T16:04:52.207Z Compiling peg-macros v0.8.5
25512026-03-26T16:04:52.505Z Compiling tabled_derive v0.7.0
25522026-03-26T16:04:53.148Z Compiling nu-ansi-term v0.50.3
25532026-03-26T16:04:53.417Z Compiling tabled v0.15.0
25542026-03-26T16:04:53.440Z Compiling reedline v0.40.0
25552026-03-26T16:04:53.444Z Compiling const_format v0.2.35
25562026-03-26T16:04:53.484Z Compiling peg v0.8.5
25572026-03-26T16:04:53.650Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25582026-03-26T16:04:53.702Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25592026-03-26T16:04:53.953Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25602026-03-26T16:04:55.107Z Compiling bcs v0.1.6
25612026-03-26T16:04:55.135Z Compiling semver v0.1.20
25622026-03-26T16:04:55.435Z Compiling base64 v0.21.7
25632026-03-26T16:04:55.540Z Compiling rustc_version v0.1.7
25642026-03-26T16:04:55.779Z Compiling newtype_derive v0.1.6
25652026-03-26T16:04:55.970Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25662026-03-26T16:04:56.024Z Compiling unicode-linebreak v0.1.5
25672026-03-26T16:04:56.229Z Compiling humantime v2.3.0
25682026-03-26T16:04:56.335Z Compiling smawk v0.3.2
25692026-03-26T16:04:56.488Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25702026-03-26T16:04:56.531Z Compiling textwrap v0.16.2
25712026-03-26T16:04:56.778Z Compiling dropshot-api-manager-types v0.6.0
25722026-03-26T16:04:56.791Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25732026-03-26T16:04:56.886Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25742026-03-26T16:04:57.172Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25752026-03-26T16:04:57.246Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25762026-03-26T16:04:57.422Z Compiling steno v0.4.1
25772026-03-26T16:04:57.435Z Compiling utf-8 v0.7.6
25782026-03-26T16:04:57.683Z Compiling tagptr v0.2.0
25792026-03-26T16:04:57.734Z Compiling tungstenite v0.21.0
25802026-03-26T16:04:57.874Z Compiling moka v0.12.13
25812026-03-26T16:04:58.149Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25822026-03-26T16:04:58.286Z Compiling radium v0.7.0
25832026-03-26T16:04:58.326Z Compiling typify-impl v0.4.3
25842026-03-26T16:04:58.563Z Compiling tokio-tungstenite v0.21.0
25852026-03-26T16:04:58.682Z Compiling tap v1.0.1
25862026-03-26T16:04:58.850Z Compiling maybe-uninit v2.0.0
25872026-03-26T16:04:58.963Z Compiling hickory-resolver v0.25.2
25882026-03-26T16:04:59.113Z Compiling wyz v0.5.1
25892026-03-26T16:04:59.374Z Compiling zerocopy-derive v0.6.6
25902026-03-26T16:04:59.488Z Compiling crc-catalog v2.4.0
25912026-03-26T16:04:59.612Z Compiling packed_struct v0.10.1
25922026-03-26T16:04:59.887Z Compiling display-error-chain v0.2.2
25932026-03-26T16:04:59.910Z Compiling funty v2.0.0
25942026-03-26T16:05:00.022Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25952026-03-26T16:05:00.101Z Compiling crc v3.4.0
25962026-03-26T16:05:00.138Z Compiling zerocopy v0.6.6
25972026-03-26T16:05:00.326Z Compiling bitvec v1.0.1
25982026-03-26T16:05:00.640Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25992026-03-26T16:05:01.060Z Compiling packed_struct_codegen v0.10.1
26002026-03-26T16:05:01.334Z Compiling bitfield-macros v0.19.4
26012026-03-26T16:05:01.775Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26022026-03-26T16:05:02.074Z Compiling typify-macro v0.4.3
26032026-03-26T16:05:02.086Z Compiling indexmap v1.9.3
26042026-03-26T16:05:02.174Z Compiling nodrop v0.1.14
26052026-03-26T16:05:02.309Z Compiling array-init v0.0.4
26062026-03-26T16:05:02.706Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26072026-03-26T16:05:03.565Z Compiling bitfield v0.19.4
26082026-03-26T16:05:03.804Z Compiling smallvec v0.6.14
26092026-03-26T16:05:03.909Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26102026-03-26T16:05:03.954Z Compiling num-derive v0.3.3
26112026-03-26T16:05:04.119Z Compiling proc-macro-error-attr2 v2.0.0
26122026-03-26T16:05:04.247Z Compiling hashbrown v0.12.3
26132026-03-26T16:05:04.525Z Compiling proc-macro-error2 v2.0.1
26142026-03-26T16:05:04.571Z Compiling serde-hex v0.1.0
26152026-03-26T16:05:04.824Z Compiling libscf-sys v1.1.0
26162026-03-26T16:05:04.871Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26172026-03-26T16:05:04.995Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26182026-03-26T16:05:05.078Z Compiling ron v0.8.1
26192026-03-26T16:05:05.229Z Compiling hashbrown v0.13.2
26202026-03-26T16:05:05.395Z Compiling vergen-gitcl v1.0.8
26212026-03-26T16:05:05.441Z Compiling dirs-sys-next v0.1.2
26222026-03-26T16:05:05.620Z Compiling crc-any v2.5.0
26232026-03-26T16:05:05.729Z Compiling glob v0.3.3
26242026-03-26T16:05:05.869Z Compiling diesel_derives v2.3.7
26252026-03-26T16:05:05.963Z Compiling maplit v1.0.2
26262026-03-26T16:05:06.048Z Compiling crunchy v0.2.4
26272026-03-26T16:05:06.086Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-03-26T16:05:06.108Z Compiling clang-sys v1.8.1
26292026-03-26T16:05:06.163Z Compiling object v0.30.4
26302026-03-26T16:05:06.185Z Compiling dirs-next v2.0.0
26312026-03-26T16:05:06.385Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26322026-03-26T16:05:06.407Z Compiling tabled_derive v0.11.0
26332026-03-26T16:05:06.512Z Compiling typify v0.4.3
26342026-03-26T16:05:06.656Z Compiling papergrid v0.17.0
26352026-03-26T16:05:06.710Z Compiling testing_table v0.3.0
26362026-03-26T16:05:06.764Z Compiling dsl_auto_type v0.2.0
26372026-03-26T16:05:06.789Z Compiling scheduled-thread-pool v0.2.7
26382026-03-26T16:05:07.073Z Compiling diesel_table_macro_syntax v0.3.0
26392026-03-26T16:05:07.152Z Compiling tiny-keccak v2.0.2
26402026-03-26T16:05:07.303Z Compiling path-slash v0.1.5
26412026-03-26T16:05:07.408Z Compiling r2d2 v0.8.10
26422026-03-26T16:05:07.492Z Compiling term v0.7.0
26432026-03-26T16:05:07.598Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26442026-03-26T16:05:07.700Z Compiling arc-swap v1.8.2
26452026-03-26T16:05:07.918Z Compiling tabled v0.20.0
26462026-03-26T16:05:07.942Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26472026-03-26T16:05:07.985Z Compiling bit-vec v0.6.3
26482026-03-26T16:05:08.022Z Compiling xshell-macros v0.2.7
26492026-03-26T16:05:08.079Z Compiling downcast-rs v2.0.2
26502026-03-26T16:05:08.213Z Compiling bit-set v0.5.3
26512026-03-26T16:05:08.233Z Compiling slog-scope v4.4.1
26522026-03-26T16:05:08.254Z Compiling ascii-canvas v3.0.0
26532026-03-26T16:05:08.433Z Compiling xshell v0.2.7
26542026-03-26T16:05:08.505Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26552026-03-26T16:05:08.641Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26562026-03-26T16:05:08.675Z Compiling itertools v0.10.5
26572026-03-26T16:05:09.000Z Compiling ena v0.14.4
26582026-03-26T16:05:09.022Z Compiling libloading v0.8.9
26592026-03-26T16:05:09.248Z Compiling unicase v2.9.0
26602026-03-26T16:05:09.270Z Compiling diff v0.1.13
26612026-03-26T16:05:09.538Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26622026-03-26T16:05:09.559Z Compiling regex-syntax v0.6.29
26632026-03-26T16:05:09.803Z Compiling bindgen v0.71.1
26642026-03-26T16:05:10.118Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26652026-03-26T16:05:11.043Z Compiling lalrpop v0.19.12
26662026-03-26T16:05:11.281Z Compiling slog-stdlog v4.1.1
26672026-03-26T16:05:11.492Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26682026-03-26T16:05:11.742Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-03-26T16:05:12.027Z Compiling diesel v2.3.7
26702026-03-26T16:05:12.325Z Compiling cexpr v0.6.0
26712026-03-26T16:05:12.355Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26722026-03-26T16:05:12.398Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26732026-03-26T16:05:12.569Z Compiling crc8 v0.1.1
26742026-03-26T16:05:12.645Z Compiling slog-envlogger v2.2.0
26752026-03-26T16:05:12.787Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26762026-03-26T16:05:12.886Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26772026-03-26T16:05:12.957Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26782026-03-26T16:05:12.980Z Compiling headers-core v0.3.0
26792026-03-26T16:05:13.142Z Compiling libxml v0.3.3
26802026-03-26T16:05:13.447Z Compiling headers v0.4.1
26812026-03-26T16:05:13.600Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26822026-03-26T16:05:13.838Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26832026-03-26T16:05:14.061Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26842026-03-26T16:05:14.585Z Compiling strum_macros v0.24.3
26852026-03-26T16:05:14.815Z Compiling indoc v1.0.9
26862026-03-26T16:05:15.260Z Compiling progenitor-impl v0.10.0
26872026-03-26T16:05:15.444Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26882026-03-26T16:05:15.465Z Compiling derive_builder v0.20.2
26892026-03-26T16:05:15.648Z Compiling oso-derive v0.27.3
26902026-03-26T16:05:15.689Z Compiling quick-xml v0.37.5
26912026-03-26T16:05:15.737Z Compiling impl-trait-for-tuples v0.2.3
26922026-03-26T16:05:15.873Z Compiling half v1.8.3
26932026-03-26T16:05:16.149Z Compiling openssl-probe v0.1.6
26942026-03-26T16:05:16.317Z Compiling serde_cbor v0.11.2
26952026-03-26T16:05:16.479Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26962026-03-26T16:05:16.984Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26972026-03-26T16:05:17.075Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26982026-03-26T16:05:17.220Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26992026-03-26T16:05:17.321Z Compiling bb8 v0.8.6
27002026-03-26T16:05:17.436Z Compiling progenitor-macro v0.10.0
27012026-03-26T16:05:17.458Z Compiling samael v0.0.19
27022026-03-26T16:05:17.461Z Compiling trait-variant v0.1.2
27032026-03-26T16:05:17.729Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27042026-03-26T16:05:18.010Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27052026-03-26T16:05:18.379Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27062026-03-26T16:05:18.434Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27072026-03-26T16:05:18.509Z Compiling polar-core v0.27.3
27082026-03-26T16:05:18.715Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27092026-03-26T16:05:18.921Z Compiling fxhash v0.2.1
27102026-03-26T16:05:18.945Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27112026-03-26T16:05:19.073Z Compiling kstat-rs v0.2.4
27122026-03-26T16:05:19.109Z Compiling libz-sys v1.1.24
27132026-03-26T16:05:19.228Z Compiling nonempty v0.12.0
27142026-03-26T16:05:19.459Z Compiling salty v0.3.0
27152026-03-26T16:05:19.552Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27162026-03-26T16:05:19.793Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27172026-03-26T16:05:19.829Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27182026-03-26T16:05:19.897Z Compiling progenitor-impl v0.11.2
27192026-03-26T16:05:19.922Z Compiling darling_core v0.23.0
27202026-03-26T16:05:21.510Z Compiling progenitor v0.10.0
27212026-03-26T16:05:21.704Z Compiling nanorand v0.7.0
27222026-03-26T16:05:22.072Z Compiling fs-err v2.11.0
27232026-03-26T16:05:22.097Z Compiling parking_lot_core v0.8.6
27242026-03-26T16:05:22.143Z Compiling darling_macro v0.23.0
27252026-03-26T16:05:22.345Z Compiling mime_guess v2.0.5
27262026-03-26T16:05:22.415Z Compiling progenitor-macro v0.11.2
27272026-03-26T16:05:22.440Z Compiling flume v0.11.1
27282026-03-26T16:05:22.648Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27292026-03-26T16:05:22.846Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27302026-03-26T16:05:22.894Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27312026-03-26T16:05:23.640Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27322026-03-26T16:05:24.219Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27332026-03-26T16:05:25.821Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27342026-03-26T16:05:27.448Z Compiling oso v0.27.3
27352026-03-26T16:05:27.858Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27362026-03-26T16:05:28.405Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27372026-03-26T16:05:30.107Z Compiling diesel-dtrace v0.5.0
27382026-03-26T16:05:30.459Z Compiling async-bb8-diesel v0.2.1
27392026-03-26T16:05:30.908Z Compiling progenitor-client v0.11.2
27402026-03-26T16:05:31.147Z Compiling git-stub v1.0.0
27412026-03-26T16:05:31.225Z Compiling libgit2-sys v0.18.3+1.9.2
27422026-03-26T16:05:31.415Z Compiling instability v0.3.11
27432026-03-26T16:05:31.455Z Compiling git-stub-vcs v0.1.0
27442026-03-26T16:05:31.700Z Compiling progenitor v0.11.2
27452026-03-26T16:05:31.817Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27462026-03-26T16:05:31.840Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27472026-03-26T16:05:31.927Z Compiling darling v0.23.0
27482026-03-26T16:05:32.753Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27492026-03-26T16:05:32.784Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27502026-03-26T16:05:32.895Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27512026-03-26T16:05:33.638Z Compiling ignore v0.4.25
27522026-03-26T16:05:34.062Z Compiling primeorder v0.13.6
27532026-03-26T16:05:34.187Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-03-26T16:05:34.376Z Compiling castaway v0.2.4
27552026-03-26T16:05:34.532Z Compiling atty v0.2.14
27562026-03-26T16:05:34.680Z Compiling nibble_vec v0.1.0
27572026-03-26T16:05:34.903Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-03-26T16:05:35.182Z Compiling indoc v2.0.7
27592026-03-26T16:05:35.513Z Compiling endian-type v0.1.2
27602026-03-26T16:05:35.610Z Compiling parse-size v1.1.0
27612026-03-26T16:05:35.644Z Compiling http-range v0.1.5
27622026-03-26T16:05:35.691Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27632026-03-26T16:05:35.763Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27642026-03-26T16:05:35.948Z Compiling radix_trie v0.2.1
27652026-03-26T16:05:36.044Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27662026-03-26T16:05:36.419Z Compiling compact_str v0.8.1
27672026-03-26T16:05:37.546Z Compiling p384 v0.13.1
27682026-03-26T16:05:37.901Z Compiling globwalk v0.9.1
27692026-03-26T16:05:38.584Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27702026-03-26T16:05:38.624Z Compiling parking_lot v0.11.2
27712026-03-26T16:05:39.540Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27722026-03-26T16:05:39.563Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27732026-03-26T16:05:39.677Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742026-03-26T16:05:39.846Z Compiling predicates-tree v1.0.13
27752026-03-26T16:05:40.018Z Compiling unicode-truncate v1.1.0
27762026-03-26T16:05:40.039Z Compiling lru v0.12.5
27772026-03-26T16:05:40.234Z Compiling prefix-trie v0.7.0
27782026-03-26T16:05:40.260Z Compiling vergen-git2 v1.0.7
27792026-03-26T16:05:40.326Z Compiling cassowary v0.3.0
27802026-03-26T16:05:40.386Z Compiling camino-tempfile-ext v0.3.3
27812026-03-26T16:05:40.526Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27822026-03-26T16:05:40.728Z Compiling hickory-server v0.25.2
27832026-03-26T16:05:40.946Z Compiling ratatui v0.29.0
27842026-03-26T16:05:41.045Z Compiling hyper-staticfile v0.10.1
27852026-03-26T16:05:41.532Z Compiling sled v0.34.7
27862026-03-26T16:05:42.279Z Compiling hickory-client v0.25.2
27872026-03-26T16:05:42.818Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27882026-03-26T16:05:42.883Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27892026-03-26T16:05:43.156Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-03-26T16:05:43.241Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27912026-03-26T16:05:43.472Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27922026-03-26T16:05:43.915Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27932026-03-26T16:05:44.447Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27942026-03-26T16:05:44.751Z Compiling rand_seeder v0.4.0
27952026-03-26T16:05:45.005Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27962026-03-26T16:05:45.035Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-03-26T16:05:45.085Z Compiling lzma-sys v0.1.20
27982026-03-26T16:05:45.254Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27992026-03-26T16:05:45.494Z Compiling rustls v0.21.12
28002026-03-26T16:05:45.517Z Compiling corncobs v0.1.4
28012026-03-26T16:05:45.650Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28022026-03-26T16:05:45.763Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-03-26T16:05:45.785Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28042026-03-26T16:05:45.870Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28052026-03-26T16:05:45.958Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28062026-03-26T16:05:46.074Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28072026-03-26T16:05:46.495Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-03-26T16:05:46.517Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28092026-03-26T16:05:46.639Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28102026-03-26T16:05:47.263Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28112026-03-26T16:05:49.648Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28122026-03-26T16:05:49.698Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28132026-03-26T16:05:49.722Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28142026-03-26T16:05:49.742Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28152026-03-26T16:05:49.945Z Compiling cargo_toml v0.22.3
28162026-03-26T16:05:50.021Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28172026-03-26T16:05:50.021Z Compiling sct v0.7.1
28182026-03-26T16:05:50.309Z Compiling rustls-webpki v0.101.7
28192026-03-26T16:05:51.123Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28202026-03-26T16:05:51.588Z Compiling nix v0.29.0
28212026-03-26T16:05:51.824Z Compiling secrecy v0.8.0
28222026-03-26T16:05:51.992Z Compiling void v1.0.2
28232026-03-26T16:05:52.069Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28242026-03-26T16:05:52.142Z Compiling lzss v0.8.2
28252026-03-26T16:05:52.248Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28262026-03-26T16:05:52.366Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28272026-03-26T16:05:52.416Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28282026-03-26T16:05:53.023Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28292026-03-26T16:05:53.139Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28302026-03-26T16:05:53.537Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28312026-03-26T16:05:53.560Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28322026-03-26T16:05:54.245Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28332026-03-26T16:05:54.333Z Compiling tungstenite v0.23.0
28342026-03-26T16:05:54.489Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28352026-03-26T16:05:54.714Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28362026-03-26T16:05:54.942Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28372026-03-26T16:05:55.085Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28382026-03-26T16:05:55.175Z Compiling nix v0.27.1
28392026-03-26T16:05:55.338Z Compiling serde_bytes v0.11.19
28402026-03-26T16:05:55.429Z Compiling tokio-tungstenite v0.23.1
28412026-03-26T16:05:55.636Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28422026-03-26T16:05:55.796Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28432026-03-26T16:05:56.346Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28442026-03-26T16:05:56.695Z Compiling tokio-rustls v0.24.1
28452026-03-26T16:05:56.798Z Compiling git2 v0.20.4
28462026-03-26T16:05:56.982Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28472026-03-26T16:05:57.399Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28482026-03-26T16:05:58.178Z Compiling ron v0.12.0
28492026-03-26T16:05:59.497Z Compiling xz2 v0.1.7
28502026-03-26T16:05:59.806Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28512026-03-26T16:05:59.850Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28522026-03-26T16:06:01.401Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28532026-03-26T16:06:01.440Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28542026-03-26T16:06:02.027Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28552026-03-26T16:06:02.390Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28562026-03-26T16:06:02.775Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28572026-03-26T16:06:02.917Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28582026-03-26T16:06:03.425Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28592026-03-26T16:06:04.442Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28602026-03-26T16:06:05.376Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28612026-03-26T16:06:05.405Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28622026-03-26T16:06:06.206Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28632026-03-26T16:06:06.901Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28642026-03-26T16:06:08.727Z Compiling rustls-pemfile v1.0.4
28652026-03-26T16:06:08.780Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28662026-03-26T16:06:09.164Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28672026-03-26T16:06:09.499Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28682026-03-26T16:06:09.546Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28692026-03-26T16:06:09.641Z Compiling signal-hook-tokio v0.3.1
28702026-03-26T16:06:09.753Z Compiling twox-hash v2.1.2
28712026-03-26T16:06:09.837Z Compiling yasna v0.5.2
28722026-03-26T16:06:10.147Z Compiling is_ci v1.2.0
28732026-03-26T16:06:10.285Z Compiling base16ct v1.0.0
28742026-03-26T16:06:10.372Z Compiling rcgen v0.12.1
28752026-03-26T16:06:10.398Z Compiling supports-color v3.0.2
28762026-03-26T16:06:10.603Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28772026-03-26T16:06:10.707Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28782026-03-26T16:06:10.737Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28792026-03-26T16:06:11.376Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28802026-03-26T16:06:12.383Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28812026-03-26T16:06:12.586Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28822026-03-26T16:06:13.773Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28832026-03-26T16:06:14.211Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28842026-03-26T16:06:14.841Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28852026-03-26T16:06:15.157Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28862026-03-26T16:06:16.339Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28872026-03-26T16:06:16.628Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28882026-03-26T16:06:16.865Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28892026-03-26T16:06:17.088Z Compiling fatfs v0.3.6
28902026-03-26T16:06:17.279Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28912026-03-26T16:06:18.299Z Compiling rtoolbox v0.0.3
28922026-03-26T16:06:18.575Z Compiling subprocess v0.2.15
28932026-03-26T16:06:18.786Z Compiling assert_matches v1.5.0
28942026-03-26T16:06:18.898Z Compiling seq-macro v0.3.6
28952026-03-26T16:06:19.387Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28962026-03-26T16:06:19.886Z Compiling rpassword v7.4.0
28972026-03-26T16:06:20.245Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28982026-03-26T16:06:20.751Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28992026-03-26T16:06:21.058Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29002026-03-26T16:06:21.193Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29012026-03-26T16:06:21.785Z Compiling tui-tree-widget v0.23.1
29022026-03-26T16:06:21.875Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29032026-03-26T16:06:22.054Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29042026-03-26T16:06:22.584Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29052026-03-26T16:06:23.611Z Compiling uzers v0.12.2
29062026-03-26T16:06:24.408Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29072026-03-26T16:06:25.057Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29082026-03-26T16:06:26.148Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29092026-03-26T16:06:29.005Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29102026-03-26T16:06:29.198Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29112026-03-26T16:06:31.302Z Compiling support-bundle-viewer v0.1.2
29122026-03-26T16:06:31.368Z Compiling multimap v0.10.1
29132026-03-26T16:06:36.907Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29142026-03-26T16:06:48.694Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29152026-03-26T16:06:51.440Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29162026-03-26T16:13:00.404Z Finished `release` profile [optimized] target(s) in 8m 23s
29172026-03-26T16:13:43.892Z
29182026-03-26T16:13:43.892Zreal 9:08.483602379
29192026-03-26T16:13:43.892Zuser 1:17:50.768315093
29202026-03-26T16:13:43.895Zsys 3:25.378087313
29212026-03-26T16:13:43.895Ztrap 1.762967906
29222026-03-26T16:13:43.895Ztflt 2.195693556
29232026-03-26T16:13:43.895Zdflt 16.819236428
29242026-03-26T16:13:43.896Zkflt 0.070922422
29252026-03-26T16:13:43.896Zlock 7:01:11.348084087
29262026-03-26T16:13:43.896Zslp 2:15:21.001863587
29272026-03-26T16:13:43.896Zlat 2:31.356304860
29282026-03-26T16:13:43.896Zstop 5:28.542883363
29292026-03-26T16:13:43.896Z+ mapfile -t packages
29302026-03-26T16:13:43.896Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29312026-03-26T16:13:44.836Z Finished `release` profile [optimized] target(s) in 0.93s
29322026-03-26T16:13:44.918Z Running `target/release/omicron-package -t test list-outputs`
29332026-03-26T16:13:44.978ZLogging to: /work/oxidecomputer/omicron/out/LOG
29342026-03-26T16:13:44.981Z+ ptime -m cargo build --locked --release -p xtask
29352026-03-26T16:13:45.514Z Compiling libc v0.2.180
29362026-03-26T16:13:45.515Z Compiling serde v1.0.228
29372026-03-26T16:13:45.518Z Compiling serde_core v1.0.228
29382026-03-26T16:13:45.518Z Compiling rustix v1.1.3
29392026-03-26T16:13:45.518Z Compiling bitflags v2.11.0
29402026-03-26T16:13:45.518Z Compiling serde_json v1.0.149
29412026-03-26T16:13:45.646Z Compiling num-traits v0.2.19
29422026-03-26T16:13:45.664Z Compiling syn v2.0.117
29432026-03-26T16:13:45.674Z Compiling hashbrown v0.16.1
29442026-03-26T16:13:45.705Z Compiling smallvec v1.15.1
29452026-03-26T16:13:45.716Z Compiling usdt-impl v0.5.0
29462026-03-26T16:13:45.727Z Compiling syn v1.0.109
29472026-03-26T16:13:45.740Z Compiling getrandom v0.4.1
29482026-03-26T16:13:45.740Z Compiling log v0.4.29
29492026-03-26T16:13:45.894Z Compiling percent-encoding v2.3.2
29502026-03-26T16:13:46.049Z Compiling form_urlencoded v1.2.2
29512026-03-26T16:13:46.053Z Compiling fs-err v3.3.0
29522026-03-26T16:13:46.057Z Compiling anyhow v1.0.102
29532026-03-26T16:13:46.057Z Compiling heck v0.4.1
29542026-03-26T16:13:46.137Z Compiling once_cell v1.21.3
29552026-03-26T16:13:46.271Z Compiling indexmap v2.13.0
29562026-03-26T16:13:46.411Z Compiling thread-id v4.2.2
29572026-03-26T16:13:46.435Z Compiling errno v0.3.14
29582026-03-26T16:13:46.468Z Compiling memmap v0.7.0
29592026-03-26T16:13:46.761Z Compiling ordered-float v2.10.1
29602026-03-26T16:13:47.267Z Compiling proc-macro-error v1.0.4
29612026-03-26T16:13:47.442Z Compiling terminal_size v0.4.3
29622026-03-26T16:13:47.442Z Compiling tempfile v3.25.0
29632026-03-26T16:13:47.510Z Compiling tabled_derive v0.7.0
29642026-03-26T16:13:47.539Z Compiling clap_builder v4.5.60
29652026-03-26T16:13:47.539Z Compiling textwrap v0.16.2
29662026-03-26T16:13:47.677Z Compiling camino-tempfile v1.4.1
29672026-03-26T16:13:48.194Z Compiling tabled v0.15.0
29682026-03-26T16:13:48.220Z Compiling synstructure v0.13.2
29692026-03-26T16:13:48.220Z Compiling pest_generator v2.8.6
29702026-03-26T16:13:48.600Z Compiling serde_derive v1.0.228
29712026-03-26T16:13:48.600Z Compiling zerovec-derive v0.11.2
29722026-03-26T16:13:48.603Z Compiling displaydoc v0.2.5
29732026-03-26T16:13:48.603Z Compiling thiserror-impl v1.0.69
29742026-03-26T16:13:48.603Z Compiling zerocopy-derive v0.7.35
29752026-03-26T16:13:48.603Z Compiling scroll_derive v0.12.1
29762026-03-26T16:13:48.603Z Compiling thiserror-impl v2.0.18
29772026-03-26T16:13:48.603Z Compiling clap_derive v4.5.55
29782026-03-26T16:13:48.658Z Compiling zerofrom-derive v0.1.6
29792026-03-26T16:13:48.677Z Compiling yoke-derive v0.8.1
29802026-03-26T16:13:48.756Z Compiling pest_derive v2.8.6
29812026-03-26T16:13:49.278Z Compiling scroll v0.12.0
29822026-03-26T16:13:49.462Z Compiling zerocopy v0.7.35
29832026-03-26T16:13:49.612Z Compiling goblin v0.8.2
29842026-03-26T16:13:49.768Z Compiling zerofrom v0.1.6
29852026-03-26T16:13:49.795Z Compiling thiserror v1.0.69
29862026-03-26T16:13:49.853Z Compiling thiserror v2.0.18
29872026-03-26T16:13:49.918Z Compiling yoke v0.8.1
29882026-03-26T16:13:49.930Z Compiling dtrace-parser v0.2.0
29892026-03-26T16:13:50.144Z Compiling zerovec v0.11.5
29902026-03-26T16:13:50.228Z Compiling zerotrie v0.2.3
29912026-03-26T16:13:50.262Z Compiling clap v4.5.60
29922026-03-26T16:13:50.742Z Compiling tinystr v0.8.2
29932026-03-26T16:13:50.975Z Compiling icu_locale_core v2.1.1
29942026-03-26T16:13:51.501Z Compiling potential_utf v0.1.4
29952026-03-26T16:13:51.685Z Compiling icu_provider v2.1.1
29962026-03-26T16:13:51.709Z Compiling icu_collections v2.1.1
29972026-03-26T16:13:52.020Z Compiling serde_spanned v0.6.9
29982026-03-26T16:13:52.105Z Compiling icu_properties v2.1.2
29992026-03-26T16:13:52.126Z Compiling icu_normalizer v2.1.1
30002026-03-26T16:13:52.162Z Compiling toml_datetime v0.6.11
30012026-03-26T16:13:52.174Z Compiling dof v0.3.0
30022026-03-26T16:13:52.200Z Compiling serde-value v0.7.0
30032026-03-26T16:13:52.394Z Compiling toml_edit v0.22.27
30042026-03-26T16:13:52.493Z Compiling serde_tokenstream v0.2.3
30052026-03-26T16:13:52.870Z Compiling cargo-platform v0.2.0
30062026-03-26T16:13:52.875Z Compiling macaddr v1.0.1
30072026-03-26T16:13:53.041Z Compiling idna_adapter v1.2.1
30082026-03-26T16:13:53.192Z Compiling idna v1.1.0
30092026-03-26T16:13:53.312Z Compiling usdt-attr-macro v0.5.0
30102026-03-26T16:13:53.344Z Compiling usdt-macro v0.5.0
30112026-03-26T16:13:53.554Z Compiling url v2.5.8
30122026-03-26T16:13:53.966Z Compiling usdt v0.5.0
30132026-03-26T16:13:54.017Z Compiling toml v0.8.23
30142026-03-26T16:13:54.444Z Compiling cargo-util-schemas v0.8.2
30152026-03-26T16:13:54.444Z Compiling cargo_toml v0.21.0
30162026-03-26T16:13:55.439Z Compiling cargo_metadata v0.21.0
30172026-03-26T16:13:58.548Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30182026-03-26T16:14:01.561Z Finished `release` profile [optimized] target(s) in 16.56s
30192026-03-26T16:14:01.686Z
30202026-03-26T16:14:01.692Zreal 16.670631077
30212026-03-26T16:14:01.692Zuser 2:22.232616235
30222026-03-26T16:14:01.692Zsys 16.830528714
30232026-03-26T16:14:01.692Ztrap 0.087329308
30242026-03-26T16:14:01.692Ztflt 0.536655897
30252026-03-26T16:14:01.692Zdflt 1.428340332
30262026-03-26T16:14:01.692Zkflt 0.000006839
30272026-03-26T16:14:01.692Zlock 5:20.866798663
30282026-03-26T16:14:01.692Zslp 3:27.835294986
30292026-03-26T16:14:01.692Zlat 5.328759431
30302026-03-26T16:14:01.692Zstop 20.345326865
30312026-03-26T16:14:01.692Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30322026-03-26T16:14:01.692Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30332026-03-26T16:14:01.692Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30342026-03-26T16:14:01.692Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30352026-03-26T16:14:01.692Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30362026-03-26T16:14:02.633Z Compiling regress v0.10.5
30372026-03-26T16:14:02.644Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30382026-03-26T16:14:02.644Z Compiling serde_spanned v1.0.4
30392026-03-26T16:14:02.778Z Compiling toml_writer v1.0.6+spec-1.1.0
30402026-03-26T16:14:02.782Z Compiling newtype-uuid-macros v0.1.0
30412026-03-26T16:14:02.782Z Compiling progenitor-client v0.13.0
30422026-03-26T16:14:02.782Z Compiling structmeta-derive v0.3.0
30432026-03-26T16:14:02.782Z Compiling rustls v0.22.4
30442026-03-26T16:14:02.782Z Compiling rustls-webpki v0.102.8
30452026-03-26T16:14:02.782Z Compiling multer v3.1.0
30462026-03-26T16:14:02.782Z Compiling match_cfg v0.1.0
30472026-03-26T16:14:02.799Z Compiling debug-ignore v1.0.5
30482026-03-26T16:14:02.799Z Compiling slog-json v2.6.1
30492026-03-26T16:14:02.802Z Compiling async-stream-impl v0.3.6
30502026-03-26T16:14:02.803Z Compiling dropshot v0.16.7
30512026-03-26T16:14:02.803Z Compiling itertools v0.14.0
30522026-03-26T16:14:03.038Z Compiling hostname v0.3.1
30532026-03-26T16:14:03.057Z Compiling waitgroup v0.1.2
30542026-03-26T16:14:03.066Z Compiling rustls-pemfile v2.2.0
30552026-03-26T16:14:03.140Z Compiling dropshot_endpoint v0.16.7
30562026-03-26T16:14:03.197Z Compiling slog-bunyan v2.5.0
30572026-03-26T16:14:03.215Z Compiling toml v0.9.12+spec-1.1.0
30582026-03-26T16:14:03.233Z Compiling serde_path_to_error v0.1.20
30592026-03-26T16:14:03.252Z Compiling hostname v0.4.2
30602026-03-26T16:14:03.287Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30612026-03-26T16:14:03.311Z Compiling macaddr v1.0.1
30622026-03-26T16:14:03.364Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30632026-03-26T16:14:03.415Z Compiling progenitor-client v0.10.0
30642026-03-26T16:14:03.473Z Compiling async-stream v0.3.6
30652026-03-26T16:14:03.491Z Compiling instant v0.1.13
30662026-03-26T16:14:03.511Z Compiling backon v1.6.0
30672026-03-26T16:14:03.596Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30682026-03-26T16:14:03.610Z Compiling backoff v0.4.0
30692026-03-26T16:14:03.636Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30702026-03-26T16:14:03.672Z Compiling crucible-workspace-hack v0.1.0
30712026-03-26T16:14:03.693Z Compiling progenitor-extras v0.1.1
30722026-03-26T16:14:03.733Z Compiling unsafe-libyaml v0.2.11
30732026-03-26T16:14:03.748Z Compiling toml_edit v0.23.10+spec-1.0.0
30742026-03-26T16:14:03.755Z Compiling secrecy v0.10.3
30752026-03-26T16:14:03.800Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30762026-03-26T16:14:03.828Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30772026-03-26T16:14:03.840Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30782026-03-26T16:14:03.943Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30792026-03-26T16:14:03.961Z Compiling heapless v0.8.0
30802026-03-26T16:14:03.978Z Compiling hash32 v0.3.1
30812026-03-26T16:14:03.996Z Compiling smoltcp v0.11.0
30822026-03-26T16:14:04.016Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30832026-03-26T16:14:04.125Z Compiling ingot-macros v0.1.1
30842026-03-26T16:14:04.147Z Compiling structmeta v0.3.0
30852026-03-26T16:14:04.174Z Compiling toml v0.8.23
30862026-03-26T16:14:04.187Z Compiling tabwriter v1.4.1
30872026-03-26T16:14:04.250Z Compiling cobs v0.3.0
30882026-03-26T16:14:04.273Z Compiling serde_yaml v0.9.34+deprecated
30892026-03-26T16:14:04.357Z Compiling derive-ex v0.1.8
30902026-03-26T16:14:04.379Z Compiling parse-display-derive v0.10.0
30912026-03-26T16:14:04.406Z Compiling proc-macro-crate v3.4.0
30922026-03-26T16:14:04.448Z Compiling foreign-types-macros v0.2.3
30932026-03-26T16:14:04.470Z Compiling cpufeatures v0.3.0
30942026-03-26T16:14:04.518Z Compiling convert_case v0.4.0
30952026-03-26T16:14:04.537Z Compiling foreign-types-shared v0.3.1
30962026-03-26T16:14:04.554Z Compiling chacha20 v0.10.0
30972026-03-26T16:14:04.571Z Compiling postcard v1.1.3
30982026-03-26T16:14:04.790Z Compiling typify-impl v0.6.1
30992026-03-26T16:14:04.858Z Compiling proc-macro-crate v1.3.1
31002026-03-26T16:14:04.927Z Compiling derive_more v0.99.20
31012026-03-26T16:14:05.014Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31022026-03-26T16:14:05.036Z Compiling universal-hash v0.5.1
31032026-03-26T16:14:05.036Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31042026-03-26T16:14:05.036Z Compiling cstr-argument v0.1.2
31052026-03-26T16:14:05.036Z Compiling num_enum_derive v0.7.5
31062026-03-26T16:14:05.084Z Compiling foreign-types v0.5.0
31072026-03-26T16:14:05.113Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31082026-03-26T16:14:05.164Z Compiling tokio-rustls v0.25.0
31092026-03-26T16:14:05.184Z Compiling opaque-debug v0.3.1
31102026-03-26T16:14:05.280Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31112026-03-26T16:14:05.297Z Compiling colored v3.1.1
31122026-03-26T16:14:05.316Z Compiling num_enum_derive v0.5.11
31132026-03-26T16:14:05.409Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31142026-03-26T16:14:05.436Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31152026-03-26T16:14:05.511Z Compiling rand v0.10.0
31162026-03-26T16:14:05.562Z Compiling half v2.7.1
31172026-03-26T16:14:05.685Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31182026-03-26T16:14:05.714Z Compiling ciborium-io v0.2.2
31192026-03-26T16:14:05.780Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31202026-03-26T16:14:05.830Z Compiling ciborium-ll v0.2.2
31212026-03-26T16:14:05.901Z Compiling camino-tempfile v1.4.1
31222026-03-26T16:14:05.974Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31232026-03-26T16:14:06.070Z Compiling ciborium v0.2.2
31242026-03-26T16:14:06.136Z Compiling num_enum v0.7.5
31252026-03-26T16:14:06.142Z Compiling test-strategy v0.4.5
31262026-03-26T16:14:06.169Z Compiling parse-display v0.10.0
31272026-03-26T16:14:06.192Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31282026-03-26T16:14:06.196Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31292026-03-26T16:14:06.224Z Compiling smf v0.2.3
31302026-03-26T16:14:06.290Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31312026-03-26T16:14:06.326Z Compiling aead v0.5.2
31322026-03-26T16:14:06.359Z Compiling num-derive v0.4.2
31332026-03-26T16:14:06.419Z Compiling num_enum v0.5.11
31342026-03-26T16:14:06.427Z Compiling sigpipe v0.1.3
31352026-03-26T16:14:06.462Z Compiling glob v0.3.3
31362026-03-26T16:14:06.527Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31372026-03-26T16:14:06.537Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31382026-03-26T16:14:06.555Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31392026-03-26T16:14:06.578Z Compiling poly1305 v0.8.0
31402026-03-26T16:14:06.682Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31412026-03-26T16:14:06.738Z Compiling chacha20 v0.9.1
31422026-03-26T16:14:06.777Z Compiling whoami v1.6.1
31432026-03-26T16:14:06.801Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
31442026-03-26T16:14:06.814Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31452026-03-26T16:14:06.885Z Compiling thiserror-impl-no-std v2.0.2
31462026-03-26T16:14:06.900Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31472026-03-26T16:14:07.020Z Compiling byte-wrapper v0.1.0
31482026-03-26T16:14:07.038Z Compiling ingot-types v0.1.2
31492026-03-26T16:14:07.052Z Compiling password-hash v0.5.0
31502026-03-26T16:14:07.089Z Compiling blake2 v0.10.6
31512026-03-26T16:14:07.159Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31522026-03-26T16:14:07.297Z Compiling indent_write v2.2.0
31532026-03-26T16:14:07.307Z Compiling chacha20poly1305 v0.10.1
31542026-03-26T16:14:07.335Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31552026-03-26T16:14:07.356Z Compiling argon2 v0.5.3
31562026-03-26T16:14:07.397Z Compiling num-rational v0.4.2
31572026-03-26T16:14:07.451Z Compiling ingot v0.1.1
31582026-03-26T16:14:07.483Z Compiling num-complex v0.4.6
31592026-03-26T16:14:07.506Z Compiling prettyplease v0.2.37
31602026-03-26T16:14:07.511Z Compiling float-ord v0.3.2
31612026-03-26T16:14:07.544Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31622026-03-26T16:14:07.669Z Compiling gethostname v0.5.0
31632026-03-26T16:14:07.687Z Compiling usdt-macro v0.5.0
31642026-03-26T16:14:07.705Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31652026-03-26T16:14:07.770Z Compiling usdt-attr-macro v0.5.0
31662026-03-26T16:14:07.811Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31672026-03-26T16:14:08.004Z Compiling num v0.4.3
31682026-03-26T16:14:08.056Z Compiling derive-where v1.6.0
31692026-03-26T16:14:08.090Z Compiling memmap v0.7.0
31702026-03-26T16:14:08.108Z Compiling atomicwrites v0.4.4
31712026-03-26T16:14:08.115Z Compiling cancel-safe-futures v0.1.5
31722026-03-26T16:14:08.191Z Compiling thiserror-no-std v2.0.2
31732026-03-26T16:14:08.311Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31742026-03-26T16:14:08.328Z Compiling vsss-rs v3.3.4
31752026-03-26T16:14:08.348Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31762026-03-26T16:14:08.369Z Compiling owo-colors v4.3.0
31772026-03-26T16:14:08.415Z Compiling libsw-core v0.3.2
31782026-03-26T16:14:08.510Z Compiling async-recursion v1.1.1
31792026-03-26T16:14:08.514Z Compiling resolv-conf v0.7.6
31802026-03-26T16:14:08.616Z Compiling libsw v3.5.0
31812026-03-26T16:14:08.638Z Compiling usdt v0.5.0
31822026-03-26T16:14:08.773Z Compiling typify-impl v0.4.3
31832026-03-26T16:14:08.831Z Compiling linear-map v1.2.0
31842026-03-26T16:14:08.884Z Compiling libefi-sys v0.1.0
31852026-03-26T16:14:08.943Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31862026-03-26T16:14:08.992Z Compiling hickory-proto v0.24.4
31872026-03-26T16:14:09.046Z Compiling newline-converter v0.3.0
31882026-03-26T16:14:09.063Z Compiling console v0.15.11
31892026-03-26T16:14:09.082Z Compiling bitfield-struct v0.6.2
31902026-03-26T16:14:09.127Z Compiling semver v0.1.20
31912026-03-26T16:14:09.189Z Compiling linked-hash-map v0.5.6
31922026-03-26T16:14:09.327Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31932026-03-26T16:14:09.410Z Compiling expectorate v1.2.0
31942026-03-26T16:14:09.440Z Compiling typify-macro v0.6.1
31952026-03-26T16:14:09.448Z Compiling lru-cache v0.1.2
31962026-03-26T16:14:09.470Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31972026-03-26T16:14:09.470Z Compiling rustc_version v0.1.7
31982026-03-26T16:14:09.505Z Compiling pin-project-internal v1.1.11
31992026-03-26T16:14:09.582Z Compiling slog-dtrace v0.3.0
32002026-03-26T16:14:09.602Z Compiling minimal-lexical v0.2.1
32012026-03-26T16:14:09.606Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-03-26T16:14:09.718Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32032026-03-26T16:14:09.807Z Compiling newtype_derive v0.1.6
32042026-03-26T16:14:09.815Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32052026-03-26T16:14:09.815Z Compiling tokio-dtrace v0.1.1
32062026-03-26T16:14:09.816Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-03-26T16:14:09.873Z Compiling nom v7.1.3
32082026-03-26T16:14:09.900Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32092026-03-26T16:14:09.948Z Compiling dropshot-api-manager-types v0.6.0
32102026-03-26T16:14:09.964Z Compiling phf_shared v0.12.1
32112026-03-26T16:14:09.988Z Compiling pem v3.0.6
32122026-03-26T16:14:10.069Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32132026-03-26T16:14:10.111Z Compiling snafu-derive v0.8.9
32142026-03-26T16:14:10.172Z Compiling csv-core v0.1.13
32152026-03-26T16:14:10.350Z Compiling base64 v0.21.7
32162026-03-26T16:14:10.460Z Compiling xshell-macros v0.2.7
32172026-03-26T16:14:10.474Z Compiling highway v1.3.0
32182026-03-26T16:14:10.501Z Compiling same-file v1.0.6
32192026-03-26T16:14:10.518Z Compiling chrono-tz v0.10.4
32202026-03-26T16:14:10.688Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32212026-03-26T16:14:10.706Z Compiling pin-project v1.1.11
32222026-03-26T16:14:10.722Z Compiling walkdir v2.5.0
32232026-03-26T16:14:10.768Z Compiling const_format_proc_macros v0.2.34
32242026-03-26T16:14:10.816Z Compiling csv v1.4.0
32252026-03-26T16:14:10.841Z Compiling phf v0.12.1
32262026-03-26T16:14:10.882Z Compiling oxide-tokio-rt v0.1.3
32272026-03-26T16:14:10.897Z Compiling xshell v0.2.7
32282026-03-26T16:14:11.020Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32292026-03-26T16:14:11.122Z Compiling globset v0.4.18
32302026-03-26T16:14:11.162Z Compiling hickory-resolver v0.24.4
32312026-03-26T16:14:11.204Z Compiling olpc-cjson v0.1.4
32322026-03-26T16:14:11.267Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32332026-03-26T16:14:11.310Z Compiling typify v0.6.1
32342026-03-26T16:14:11.336Z Compiling primeorder v0.13.6
32352026-03-26T16:14:11.392Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32362026-03-26T16:14:11.409Z Compiling serde_plain v1.0.2
32372026-03-26T16:14:11.434Z Compiling typed-path v0.9.3
32382026-03-26T16:14:11.451Z Compiling progenitor-impl v0.13.0
32392026-03-26T16:14:11.622Z Compiling const_format v0.2.35
32402026-03-26T16:14:11.639Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32412026-03-26T16:14:11.793Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32422026-03-26T16:14:11.826Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32432026-03-26T16:14:11.855Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32442026-03-26T16:14:11.967Z Compiling tabled_derive v0.7.0
32452026-03-26T16:14:12.103Z Compiling bcs v0.1.6
32462026-03-26T16:14:12.108Z Compiling snafu v0.8.9
32472026-03-26T16:14:12.263Z Compiling qorb v0.4.1
32482026-03-26T16:14:12.325Z Compiling salty v0.3.0
32492026-03-26T16:14:12.452Z Compiling tough v0.20.0
32502026-03-26T16:14:12.479Z Compiling termtree v0.5.1
32512026-03-26T16:14:12.503Z Compiling utf-8 v0.7.6
32522026-03-26T16:14:12.602Z Compiling radium v0.7.0
32532026-03-26T16:14:12.674Z Compiling textwrap v0.16.2
32542026-03-26T16:14:12.708Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32552026-03-26T16:14:12.763Z Compiling tungstenite v0.21.0
32562026-03-26T16:14:12.805Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32572026-03-26T16:14:12.973Z Compiling steno v0.4.1
32582026-03-26T16:14:12.992Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32592026-03-26T16:14:13.012Z Compiling tabled v0.15.0
32602026-03-26T16:14:13.053Z Compiling tap v1.0.1
32612026-03-26T16:14:13.082Z Compiling humantime v2.3.0
32622026-03-26T16:14:13.165Z Compiling maybe-uninit v2.0.0
32632026-03-26T16:14:13.204Z Compiling wyz v0.5.1
32642026-03-26T16:14:13.296Z Compiling tokio-tungstenite v0.21.0
32652026-03-26T16:14:13.399Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32662026-03-26T16:14:13.422Z Compiling typify-macro v0.4.3
32672026-03-26T16:14:13.440Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32682026-03-26T16:14:13.467Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32692026-03-26T16:14:13.481Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32702026-03-26T16:14:13.671Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32712026-03-26T16:14:13.983Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32722026-03-26T16:14:14.002Z Compiling p384 v0.13.1
32732026-03-26T16:14:14.140Z Compiling progenitor-macro v0.13.0
32742026-03-26T16:14:14.164Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32752026-03-26T16:14:14.301Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32762026-03-26T16:14:14.367Z Compiling arc-swap v1.8.2
32772026-03-26T16:14:14.441Z Compiling packed_struct v0.10.1
32782026-03-26T16:14:14.604Z Compiling funty v2.0.0
32792026-03-26T16:14:14.711Z Compiling tagptr v0.2.0
32802026-03-26T16:14:14.759Z Compiling slog-scope v4.4.1
32812026-03-26T16:14:14.910Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32822026-03-26T16:14:15.067Z Compiling bitvec v1.0.1
32832026-03-26T16:14:15.186Z Compiling moka v0.12.13
32842026-03-26T16:14:15.229Z Compiling typify v0.4.3
32852026-03-26T16:14:15.256Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32862026-03-26T16:14:15.369Z Compiling progenitor-impl v0.10.0
32872026-03-26T16:14:15.378Z Compiling polyval v0.6.2
32882026-03-26T16:14:15.409Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32892026-03-26T16:14:15.528Z Compiling packed_struct_codegen v0.10.1
32902026-03-26T16:14:15.615Z Compiling zerocopy-derive v0.6.6
32912026-03-26T16:14:15.660Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32922026-03-26T16:14:15.680Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32932026-03-26T16:14:15.858Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32942026-03-26T16:14:16.016Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32952026-03-26T16:14:16.183Z Compiling bitfield-macros v0.19.4
32962026-03-26T16:14:16.532Z Compiling proc-macro-error-attr2 v2.0.0
32972026-03-26T16:14:16.538Z Compiling indexmap v1.9.3
32982026-03-26T16:14:16.568Z Compiling crc-catalog v2.4.0
32992026-03-26T16:14:16.572Z Compiling nodrop v0.1.14
33002026-03-26T16:14:16.664Z Compiling parking_lot_core v0.8.6
33012026-03-26T16:14:16.693Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33022026-03-26T16:14:16.710Z Compiling array-init v0.0.4
33032026-03-26T16:14:16.814Z Compiling crc v3.4.0
33042026-03-26T16:14:16.967Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33052026-03-26T16:14:16.999Z Compiling proc-macro-error2 v2.0.1
33062026-03-26T16:14:17.005Z Compiling bitfield v0.19.4
33072026-03-26T16:14:17.042Z Compiling zerocopy v0.6.6
33082026-03-26T16:14:17.051Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33092026-03-26T16:14:17.093Z Compiling hickory-resolver v0.25.2
33102026-03-26T16:14:17.164Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33112026-03-26T16:14:17.329Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33122026-03-26T16:14:17.384Z Compiling ghash v0.5.1
33132026-03-26T16:14:17.408Z Compiling smallvec v0.6.14
33142026-03-26T16:14:17.421Z Compiling slog-stdlog v4.1.1
33152026-03-26T16:14:17.449Z Compiling git-stub v1.0.0
33162026-03-26T16:14:17.556Z Compiling num-derive v0.3.3
33172026-03-26T16:14:17.664Z Compiling ctr v0.9.2
33182026-03-26T16:14:17.698Z Compiling lzma-sys v0.1.20
33192026-03-26T16:14:17.799Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33202026-03-26T16:14:17.839Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33212026-03-26T16:14:17.929Z Compiling hashbrown v0.12.3
33222026-03-26T16:14:17.960Z Compiling unicase v2.9.0
33232026-03-26T16:14:18.018Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33242026-03-26T16:14:18.061Z Compiling aes-gcm v0.10.3
33252026-03-26T16:14:18.079Z Compiling progenitor-macro v0.10.0
33262026-03-26T16:14:18.127Z Compiling git-stub-vcs v0.1.0
33272026-03-26T16:14:18.179Z Compiling serde-hex v0.1.0
33282026-03-26T16:14:18.204Z Compiling mime_guess v2.0.5
33292026-03-26T16:14:18.282Z Compiling slog-envlogger v2.2.0
33302026-03-26T16:14:18.318Z Compiling tabled_derive v0.11.0
33312026-03-26T16:14:18.454Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33322026-03-26T16:14:18.521Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33332026-03-26T16:14:18.569Z Compiling libscf-sys v1.1.0
33342026-03-26T16:14:18.685Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33352026-03-26T16:14:18.870Z Compiling progenitor-impl v0.11.2
33362026-03-26T16:14:18.925Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-03-26T16:14:18.985Z Compiling ron v0.8.1
33382026-03-26T16:14:19.061Z Compiling papergrid v0.17.0
33392026-03-26T16:14:19.077Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33402026-03-26T16:14:19.101Z Compiling cargo_toml v0.22.3
33412026-03-26T16:14:19.297Z Compiling progenitor v0.13.0
33422026-03-26T16:14:19.483Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33432026-03-26T16:14:19.577Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33442026-03-26T16:14:19.641Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33452026-03-26T16:14:19.645Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33462026-03-26T16:14:19.886Z Compiling hashbrown v0.13.2
33472026-03-26T16:14:19.976Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33482026-03-26T16:14:19.997Z Compiling testing_table v0.3.0
33492026-03-26T16:14:20.123Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33502026-03-26T16:14:20.195Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33512026-03-26T16:14:20.227Z Compiling blowfish v0.9.1
33522026-03-26T16:14:20.432Z Compiling ssh-encoding v0.2.0
33532026-03-26T16:14:20.451Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33542026-03-26T16:14:20.480Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33552026-03-26T16:14:20.506Z Compiling nibble_vec v0.1.0
33562026-03-26T16:14:20.556Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33572026-03-26T16:14:20.676Z Compiling endian-type v0.1.2
33582026-03-26T16:14:20.716Z Compiling crc-any v2.5.0
33592026-03-26T16:14:20.732Z Compiling corncobs v0.1.4
33602026-03-26T16:14:20.790Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33612026-03-26T16:14:20.847Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33622026-03-26T16:14:20.867Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33632026-03-26T16:14:20.947Z Compiling radix_trie v0.2.1
33642026-03-26T16:14:21.008Z Compiling ssh-cipher v0.2.0
33652026-03-26T16:14:21.062Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33662026-03-26T16:14:21.083Z Compiling bcrypt-pbkdf v0.10.0
33672026-03-26T16:14:21.278Z Compiling object v0.30.4
33682026-03-26T16:14:21.310Z Compiling tabled v0.20.0
33692026-03-26T16:14:21.469Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33702026-03-26T16:14:21.604Z Compiling progenitor-macro v0.11.2
33712026-03-26T16:14:21.642Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33722026-03-26T16:14:21.835Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33732026-03-26T16:14:21.931Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33742026-03-26T16:14:21.967Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33752026-03-26T16:14:22.136Z Compiling parking_lot v0.11.2
33762026-03-26T16:14:22.407Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33772026-03-26T16:14:22.546Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33782026-03-26T16:14:22.803Z Compiling progenitor-client v0.11.2
33792026-03-26T16:14:22.881Z Compiling prefix-trie v0.7.0
33802026-03-26T16:14:23.159Z Compiling password-hash v0.4.2
33812026-03-26T16:14:23.180Z Compiling fxhash v0.2.1
33822026-03-26T16:14:23.180Z Compiling secrecy v0.8.0
33832026-03-26T16:14:23.180Z Compiling half v1.8.3
33842026-03-26T16:14:23.180Z Compiling http-range v0.1.5
33852026-03-26T16:14:23.186Z Compiling path-slash v0.1.5
33862026-03-26T16:14:23.199Z Compiling pbkdf2 v0.11.0
33872026-03-26T16:14:23.218Z Compiling progenitor v0.10.0
33882026-03-26T16:14:23.311Z Compiling serde_cbor v0.11.2
33892026-03-26T16:14:23.350Z Compiling hickory-server v0.25.2
33902026-03-26T16:14:23.371Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33912026-03-26T16:14:23.390Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33922026-03-26T16:14:23.390Z Compiling sled v0.34.7
33932026-03-26T16:14:23.460Z Compiling ron v0.12.0
33942026-03-26T16:14:23.492Z Compiling xz2 v0.1.7
33952026-03-26T16:14:23.754Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33962026-03-26T16:14:23.805Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33972026-03-26T16:14:24.313Z Compiling ssh-key v0.6.7
33982026-03-26T16:14:24.320Z Compiling hickory-client v0.25.2
33992026-03-26T16:14:24.666Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34002026-03-26T16:14:24.693Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34012026-03-26T16:14:24.723Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34022026-03-26T16:14:24.743Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34032026-03-26T16:14:24.978Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34042026-03-26T16:14:25.278Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
34052026-03-26T16:14:25.312Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34062026-03-26T16:14:25.450Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34072026-03-26T16:14:25.639Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34082026-03-26T16:14:25.813Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34092026-03-26T16:14:25.950Z Compiling p521 v0.13.3
34102026-03-26T16:14:26.071Z Compiling p256 v0.13.2
34112026-03-26T16:14:26.112Z Compiling yasna v0.5.2
34122026-03-26T16:14:26.166Z Compiling kstat-rs v0.2.4
34132026-03-26T16:14:26.436Z Compiling headers-core v0.3.0
34142026-03-26T16:14:26.492Z Compiling nanorand v0.7.0
34152026-03-26T16:14:26.511Z Compiling atty v0.2.14
34162026-03-26T16:14:26.588Z Compiling russh-cryptovec v0.7.3
34172026-03-26T16:14:26.633Z Compiling progenitor v0.11.2
34182026-03-26T16:14:26.665Z Compiling md5 v0.7.0
34192026-03-26T16:14:26.796Z Compiling crc8 v0.1.1
34202026-03-26T16:14:26.814Z Compiling home v0.5.12
34212026-03-26T16:14:26.830Z Compiling base16ct v1.0.0
34222026-03-26T16:14:26.831Z Compiling flume v0.11.1
34232026-03-26T16:14:26.922Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34242026-03-26T16:14:26.945Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34252026-03-26T16:14:26.964Z Compiling russh-keys v0.45.0
34262026-03-26T16:14:26.973Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34272026-03-26T16:14:27.034Z Compiling headers v0.4.1
34282026-03-26T16:14:27.060Z Compiling rcgen v0.12.1
34292026-03-26T16:14:27.075Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34302026-03-26T16:14:27.210Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34312026-03-26T16:14:27.232Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34322026-03-26T16:14:27.232Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34332026-03-26T16:14:27.271Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34342026-03-26T16:14:27.809Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34352026-03-26T16:14:27.929Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34362026-03-26T16:14:27.982Z Compiling hyper-staticfile v0.10.1
34372026-03-26T16:14:27.994Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34382026-03-26T16:14:28.238Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34392026-03-26T16:14:28.267Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34402026-03-26T16:14:28.530Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34412026-03-26T16:14:28.552Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34422026-03-26T16:14:28.595Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34432026-03-26T16:14:28.645Z Compiling num-bigint v0.4.6
34442026-03-26T16:14:28.672Z Compiling des v0.8.1
34452026-03-26T16:14:28.672Z Compiling subprocess v0.2.15
34462026-03-26T16:14:28.799Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34472026-03-26T16:14:28.858Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34482026-03-26T16:14:29.008Z Compiling display-error-chain v0.2.2
34492026-03-26T16:14:29.178Z Compiling hex-literal v0.4.1
34502026-03-26T16:14:29.325Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34512026-03-26T16:14:29.331Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34522026-03-26T16:14:29.331Z Compiling colored v2.2.0
34532026-03-26T16:14:29.436Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34542026-03-26T16:14:29.458Z Compiling socket2 v0.5.10
34552026-03-26T16:14:29.643Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34562026-03-26T16:14:29.714Z Compiling internet-checksum v0.2.1
34572026-03-26T16:14:29.886Z Compiling russh v0.45.0
34582026-03-26T16:14:30.330Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34592026-03-26T16:14:36.246Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34602026-03-26T16:14:41.806Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34612026-03-26T16:14:41.806Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34622026-03-26T16:14:41.808Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34632026-03-26T16:14:41.808Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34642026-03-26T16:14:43.531Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34652026-03-26T16:14:43.552Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34662026-03-26T16:14:47.645Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34672026-03-26T16:15:07.001Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34682026-03-26T16:15:24.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
34692026-03-26T16:15:24.793Z
34702026-03-26T16:15:24.793Zreal 1:23.037371163
34712026-03-26T16:15:24.793Zuser 8:15.092664908
34722026-03-26T16:15:24.793Zsys 1:40.373653070
34732026-03-26T16:15:24.793Ztrap 0.269807439
34742026-03-26T16:15:24.793Ztflt 0.443889553
34752026-03-26T16:15:24.793Zdflt 1.278552429
34762026-03-26T16:15:24.793Zkflt 0.000329388
34772026-03-26T16:15:24.797Zlock 29:45.395166237
34782026-03-26T16:15:24.798Zslp 19:29.563430967
34792026-03-26T16:15:24.798Zlat 41.084682676
34802026-03-26T16:15:24.798Zstop 2:49.934145828
34812026-03-26T16:15:24.798Z+ mkdir tests
34822026-03-26T16:15:24.803Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34832026-03-26T16:15:24.803Z+ xargs -I '{}' -t cp '{}' tests/
34842026-03-26T16:15:24.985Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3bd1c6863381a81f tests/
34852026-03-26T16:15:25.015Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-521a697f1d1b465c tests/
34862026-03-26T16:15:25.049Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6723d7bac05732be tests/
34872026-03-26T16:15:25.076Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e26e07d3dba7642d tests/
34882026-03-26T16:15:25.391Z+ 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/*)
34892026-03-26T16:15:25.395Z+ 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-521a697f1d1b465c tests/commtest-6723d7bac05732be tests/dhcp_server-3bd1c6863381a81f tests/end_to_end_tests-e26e07d3dba7642d 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
34902026-03-26T16:16:46.326ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34912026-03-26T16:16:46.326Za .github/buildomat/ci-env.sh 1K
34922026-03-26T16:16:46.326Za out/target/test 1K
34932026-03-26T16:16:46.326Za out/npuzone/npuzone 27402K
34942026-03-26T16:16:46.326Za package-manifest.toml 35K
34952026-03-26T16:16:46.326Za smf/sled-agent/non-gimlet/config.toml 6K
34962026-03-26T16:16:46.326Za target/release/omicron-package 40640K
34972026-03-26T16:16:46.326Za target/release/xtask 11433K
34982026-03-26T16:16:46.326Za target/debug/bootstrap 338795K
34992026-03-26T16:16:46.327Za tests/bootstrap-521a697f1d1b465c 31310K
35002026-03-26T16:16:46.327Za tests/commtest-6723d7bac05732be 32395K
35012026-03-26T16:16:46.327Za tests/dhcp_server-3bd1c6863381a81f 31310K
35022026-03-26T16:16:46.327Za tests/end_to_end_tests-e26e07d3dba7642d 381016K
35032026-03-26T16:16:46.327Za out/clickhouse.tar.gz 301897K
35042026-03-26T16:16:46.327Za out/clickhouse_keeper.tar.gz 287324K
35052026-03-26T16:16:46.327Za out/clickhouse_server.tar.gz 301894K
35062026-03-26T16:16:46.327Za out/cockroachdb.tar.gz 154288K
35072026-03-26T16:16:46.327Za out/crucible-pantry-zone.tar.gz 39024K
35082026-03-26T16:16:46.328Za out/crucible-utils.tar 17744K
35092026-03-26T16:16:46.328Za out/crucible-zone.tar.gz 53163K
35102026-03-26T16:16:46.328Za out/external-dns.tar.gz 43702K
35112026-03-26T16:16:46.328Za out/internal-dns.tar.gz 43702K
35122026-03-26T16:16:46.328Za out/mg-ddm-gz.tar 78377K
35132026-03-26T16:16:46.328Za out/nexus.tar.gz 213987K
35142026-03-26T16:16:46.328Za out/ntp.tar.gz 25490K
35152026-03-26T16:16:46.328Za out/omicron-gateway-softnpu.tar.gz 28475K
35162026-03-26T16:16:46.328Za out/omicron-sled-agent.tar 189241K
35172026-03-26T16:16:46.328Za out/overlay.tar.gz 3K
35182026-03-26T16:16:46.328Za out/oximeter.tar.gz 58207K
35192026-03-26T16:16:46.328Za out/oxlog.tar 3782K
35202026-03-26T16:16:46.328Za out/probe.tar.gz 3037K
35212026-03-26T16:16:46.328Za out/propolis-server.tar.gz 33249K
35222026-03-26T16:16:46.328Za out/pumpkind-gz.tar 26647K
35232026-03-26T16:16:46.328Za out/switch-softnpu.tar.gz 370329K
35242026-03-26T16:16:46.331Z
35252026-03-26T16:16:46.331Zreal 1:20.929000404
35262026-03-26T16:16:46.331Zuser 1:18.446388314
35272026-03-26T16:16:46.332Zsys 4.158257480
35282026-03-26T16:16:46.332Ztrap 0.006415495
35292026-03-26T16:16:46.332Ztflt 0.000000000
35302026-03-26T16:16:46.332Zdflt 0.000000000
35312026-03-26T16:16:46.332Zkflt 0.000000000
35322026-03-26T16:16:46.332Zlock 0.000000000
35332026-03-26T16:16:46.332Zslp 1:18.372703856
35342026-03-26T16:16:46.332Zlat 0.869440780
35352026-03-26T16:16:46.332Zstop 0.000611363
35362026-03-26T16:16:46.332Zprocess exited: duration 983119 ms, exit code 0
 
35372026-03-26T16:16:46.338Zfound 1 output files
35382026-03-26T16:16:46.338Zuploading: /work/package.tar.gz (2286884977 bytes)
35392026-03-26T16:17:18.560Zuploaded: /work/package.tar.gz